@charset "UTF-8";
:root {
  --primary-color:#61A0A7;
  --grey: #414042;
}

.broker-field {
  display: none;
}

.serif,
.serif span {
  font-family: "Merriweather", serif !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.dark {
  color: white !important;
}

.swiper-pagination-bullet {
  background: transparent;
  border: 1px solid white;
  opacity: 1;
  width: 15px;
  height: 15px;
}
@media (max-width: 768.98px) {
  .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
  margin-bottom: 2vw;
}

sup {
  top: -0.25em;
  font-weight: 300;
}

hr {
  width: 100%;
  border-bottom: 1px solid #013C3D;
}

a.caption {
  position: absolute;
}
a.caption:hover {
  cursor: pointer;
}
a.caption:hover h1,
a.caption:hover .text-wrapper {
  color: var(--primary-color);
}
a.caption:hover h1:after,
a.caption:hover .text-wrapper:after {
  right: -75px !important;
}
a.caption h1 {
  transition: color 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  a.caption h1 {
    width: 70%;
  }
}
a.caption h1:after {
  content: "";
  display: block;
  position: absolute;
  right: -70px;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 20px;
  background-image: url(/img/assets/arrow-right-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: right 0.3s ease-in-out;
}
@media (max-width: 768.98px) {
  a.caption h1:after {
    height: 15px;
    width: 15px;
  }
}

.bg-color {
  background: rgba(133, 117, 78, 0.05) !important;
}

.bg-grey {
  background: #BDB9B6 !important;
}

.bg-accent {
  background: var(--primary-color) !important;
}
.bg-accent * {
  color: white;
}

.inner-shadow-b {
  overflow: hidden;
  position: relative;
}
.inner-shadow-b:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: -6px;
  box-shadow: -1px 1px 31px 0px rgba(0, 0, 0, 0.75);
}

.bg-dark {
  background: white;
}

.text-color {
  color: var(--primary-color) !important;
}

.text-accent {
  color: var(--primary-color) !important;
}

.text-white {
  color: white !important;
}
.text-white * {
  color: white !important;
}

.no-style {
  list-style: none !important;
}

* {
  outline: none;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text-white {
  color: white !important;
}

html, body {
  overflow-x: hidden;
}

html,
body,
button,
a {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  outline: none !important;
}

:hover {
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

a {
  color: var(--primary-color);
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 300;
}
a:hover {
  color: var(--primary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", serif;
  text-transform: none;
  font-weight: 300;
  line-height: 1.1em;
}

h1 {
  font-size: 6em;
  letter-spacing: normal;
  margin-bottom: 0.5em;
}
h1.small {
  font-size: 3.75em;
}
@media (max-width: 1179.98px) {
  h1.small {
    font-size: 5vw;
  }
}
@media (max-width: 1641px) {
  h1 {
    font-size: 5vw;
  }
}
@media (max-width: 768.98px) {
  h1 {
    font-size: 7vw;
  }
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  font-size: 2em;
  line-height: 1.25em;
}
h2.small {
  font-size: 2em;
}
@media (max-width: 1641px) {
  h2 {
    font-size: 3vw;
  }
}
@media (max-width: 768.98px) {
  h2 {
    font-size: 4.5vw;
    line-height: 1.5em;
  }
  h2.small {
    font-size: 4.5vw;
  }
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 1.25em;
    line-height: 1.5em;
  }
  h2.small {
    font-size: 1em;
  }
}
h2 em {
  font-style: "italic";
  font-weight: 300;
}
h2 em strong {
  font-weight: 500;
}

h3 {
  font-size: 2.5em;
}
@media (max-width: 1641px) {
  h3 {
    font-size: 2.5vw;
  }
}
@media (max-width: 1179.98px) {
  h3 {
    font-size: 3vw;
  }
}
@media (max-width: 768.98px) {
  h3 {
    font-size: 1.75em;
  }
}
@media (max-width: 575.98px) {
  h3 {
    font-size: 1em;
  }
}

h4 {
  margin-bottom: 1.75em;
}
@media (max-width: 768.98px) {
  h4 {
    font-size: 1.25em;
  }
}
@media (max-width: 575.98px) {
  h4 {
    font-size: 1.125em;
  }
}

h5 {
  font-size: 1.5625em;
  text-transform: none;
}
@media (max-width: 768.98px) {
  h5 {
    font-size: 1.25em;
  }
}
@media (max-width: 575.98px) {
  h5 {
    font-size: 1.125em;
  }
}

ul {
  padding-left: 1.5em;
  column-count: 2;
}
@media (max-width: 768.98px) {
  ul {
    column-count: 1;
  }
}

.quote {
  font-size: 2.25em;
  line-height: 1.2em;
  display: inline-block;
  margin-bottom: 18px;
}
.quote .title {
  font-size: 0.875em;
}
@media (max-width: 1641px) {
  .quote {
    font-size: 2.25vw;
  }
}
@media (max-width: 575.98px) {
  .quote {
    font-size: 18px;
  }
}

strong {
  font-weight: bold;
}

p {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  margin-bottom: 0;
  color: #000;
  line-height: 1.75em;
  margin-bottom: 1em;
}
@media (max-width: 1179.98px) {
  p {
    font-size: 1em;
    line-height: 1.5em;
  }
}
@media (max-width: 768.98px) {
  p {
    font-size: 0.75em;
  }
}
p a {
  font-size: 1em;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 300;
  text-transform: none;
  text-decoration: underline !important;
  color: black;
}
p a:hover {
  color: var(--primary-color);
}
p:last-of-type {
  margin-bottom: 0 !important;
}

@media (max-width: 768.98px) {
  .tablet-two-columns {
    width: 100%;
    columns: 2 !important;
  }
}

.text-normal {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: normal;
  text-transform: none;
}

.text-sp {
  font-family: "Merriweather", serif;
}

.lh-1 {
  line-height: 1em;
}

.blog p:last-of-type {
  margin-bottom: 0 !important;
}

.side-bar .quote {
  font-size: 1.5em;
}
.side-bar a {
  text-transform: uppercase;
}

ul {
  list-style: none;
  padding-left: 0;
}
ul li {
  padding-left: 1.5em;
  position: relative;
}
ul li:before {
  display: block;
  content: "•";
  top: 0.5em;
  position: absolute;
  left: 0;
  color: var(--primary-color);
}

.container-fluid {
  max-width: 1920px;
}

.container {
  max-width: 1640px;
}
@media (max-width: 1179.98px) {
  .container {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (max-width: 768.98px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }
}

svg {
  width: 100%;
}

#mainbody {
  margin-top: 0;
  min-height: 60vh;
}

.img-cover {
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.shadow {
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.15) !important;
}
.shadow.hover-effect {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.shadow.hover-effect:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}

.slide-fade-enter-active {
  transition: all 0.3s ease;
}

.slide-fade-leave-active {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter, .slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  background: white;
  z-index: 999;
}
header .logo a {
  overflow: hidden;
  display: block;
}
header .logo .top {
  max-height: 100%;
}
header .logo .sticky {
  max-height: 0;
}
header.home nav {
  transform: translateY(-101%);
  position: absolute;
}
header.home.visible nav {
  transform: translateY(0%);
}
header.attached {
  position: absolute;
  top: 0;
  left: 0;
}
header.attached.visible nav {
  transform: translateY(0%);
}
header.attached nav {
  transform: translateY(-101%);
  position: absolute;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 99;
  position: fixed;
  border-bottom: 1px solid white;
}
header.attached nav .logo {
  width: 50px;
  min-height: 40px;
}
header.attached nav .logo .top {
  max-height: 0;
}
header.attached nav .logo .sticky {
  max-height: 100%;
}
header.attached nav .nav-btn {
  font-size: 14px;
}

nav {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  background-color: white;
  border-bottom: 1px solid white;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768.98px) {
  nav {
    height: 100px;
  }
}
nav .logo {
  max-width: 280px;
  width: 25vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
nav .logo svg {
  height: auto;
}
nav .nav-btn {
  color: black !important;
}
nav .nav-btn .burger span {
  background: black;
}
nav .register-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 1em;
  width: auto;
  border-radius: 0.3125em;
  font-family: var(--special-font);
  color: white;
  background: var(--blue);
  margin-right: 0.625em;
  transition: background-color 0.3s ease-in-out;
}
nav .register-btn:hover {
  background-color: var(--main-color-2);
}
nav .hamburger-wrapper {
  position: relative;
  background: var(--red);
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 0.3125em;
  z-index: 98;
  transition: background-color 0.3s ease-in-out;
}
nav .hamburger-wrapper:hover {
  background-color: var(--main-color-2);
}

.fs-nav {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  padding-right: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease-in-out 0.3s;
}
.fs-nav.show {
  opacity: 1;
  pointer-events: initial;
}
.fs-nav.show .nav-menu li {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-delay: 0;
  animation-timing-function: ease-in-out;
  animation-duration: 0.3s;
}
.fs-nav .nav-btn:hover .burger {
  transform: none !important;
}
.fs-nav .nav-btn .burger span {
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
}
.fs-nav .nav-btn .burger span:nth-child(1) {
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.fs-nav .nav-btn .burger span:nth-child(2) {
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(45deg);
}
.fs-nav .nav-btn .burger span:last-child {
  display: none;
}
.fs-nav .nav-menu {
  list-style: none;
  width: 100%;
  height: 100%;
  padding-left: 0;
  font-family: var(--special-font);
  text-align: center;
}
.fs-nav .nav-menu li {
  padding-left: 0;
  font-size: 2.75em;
  opacity: 0;
}
.fs-nav .nav-menu li::before {
  display: none !important;
}
.fs-nav .nav-menu li a {
  text-transform: lowercase;
  font-family: "Merriweather", serif;
}
@media (max-width: 1179.98px) {
  .fs-nav .nav-menu li {
    font-size: 5vw;
  }
}
.fs-nav .nav-menu .social-wrapper {
  display: flex;
  justify-content: center;
}
.fs-nav .nav-menu .social-wrapper a {
  height: 0.75em;
  margin: 0.25em;
  display: block;
}
.fs-nav .nav-menu .social-wrapper a:hover svg * {
  fill: var(--blue);
}
.fs-nav .nav-menu .social-wrapper a svg {
  height: 100%;
  width: auto;
}
.fs-nav .nav-menu .social-wrapper a svg * {
  fill: var(--c-text-color);
  transition: fill ease-in-out 0.3s;
}

@keyframes fadeIn {
  0% {
    transform: translate(0px, 100px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
.btn {
  display: inline-block;
  font-size: 1em;
  height: 3.75em;
  line-height: 3.75em;
  padding: 0 2em;
  text-transform: uppercase;
  background-color: var(--primary-color);
  color: white;
  border: 1px solid var(--primary-color);
  transition: all 0.3s ease-in-out;
  margin-top: 1.25em;
}
@media (max-width: 1641px) {
  .btn {
    font-size: 0.75em;
  }
}
.btn:hover {
  background: white;
  color: var(--primary-color);
}
.btn.white {
  background: white;
  border-color: white;
  color: var(--primary-color) !important;
}
.btn.white:hover {
  color: white !important;
  background: var(--primary-color);
}

section {
  margin: 80px 0;
}
section:nth-child(1) {
  margin-top: 0;
}
section:last-child {
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  section {
    margin: 2em 0;
  }
}

.nav-btn {
  display: block;
  height: 3.75em;
  cursor: pointer !important;
  line-height: 3.75em;
  color: white;
  display: flex;
  align-items: center;
  transition: background 0.3s ease-in-out;
}
.nav-btn:hover {
  color: white;
}
.nav-btn:hover.red {
  background: #e82928;
}
.nav-btn:hover.green {
  background: #61a0a7;
}
.nav-btn:hover .burger {
  transform: scale(1, 0.75);
}
.nav-btn:hover .burger.verticle {
  transform: scale(0.75, 1);
}
.nav-btn span {
  padding-top: 2px;
}
@media (max-width: 1179.98px) {
  .nav-btn span {
    font-size: 0.75em;
  }
}
@media (max-width: 768.98px) {
  .nav-btn span {
    display: none;
    font-size: 1em;
  }
}
.nav-btn .burger {
  width: 1.25em;
  height: 1em;
  position: relative;
  transition: transform 0.3s ease-in-out;
  margin-left: 1em;
}
.nav-btn .burger span {
  display: block;
  width: 1.25em;
  height: 2px;
  background: white;
  position: absolute;
  left: 0;
}
.nav-btn .burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.nav-btn .burger span:nth-child(3) {
  bottom: 0;
}
.nav-btn .burger.verticle {
  margin-right: 1em;
  margin-left: 0;
}
.nav-btn .burger.verticle span {
  display: block;
  width: 2px;
  height: 1.25em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.nav-btn .burger.verticle span:nth-child(2) {
  left: 0.5625em;
}
.nav-btn .burger.verticle span:nth-child(3) {
  left: 1.125em;
}
.nav-btn .burger a {
  font-size: 1em;
}
.nav-btn.red {
  background: rgba(232, 41, 40, 0.25);
  padding-left: 1.875em;
  padding-right: 1.25em;
}
.nav-btn.green {
  background: rgba(97, 160, 167, 0.25);
  padding-right: 1.875em;
  padding-left: 1.25em;
}

#home .hero {
  height: 56.25vw;
  background-image: url(/img/home-hero.jpg);
  background-size: cover;
  min-height: 926px;
  position: relative;
}
@media (max-width: 1179.98px) {
  #home .hero .nav-btn {
    background: none;
  }
  #home .hero .mobile-cta {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(51, 76, 78, 0.5529411765);
    border: none;
  }
}
@media (max-width: 768.98px) {
  #home .hero {
    min-height: unset;
    height: 100vw;
  }
}
#home .hero iframe {
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1641px) {
  #home .hero iframe {
    width: 1920px;
  }
}
#home .hero .logo {
  position: absolute;
  left: 50%;
  top: 2.916667vw;
  transform: translateX(-50%);
  max-width: 250px;
  width: 13.5vw;
}
@media (max-width: 1179.98px) {
  #home .hero .logo {
    width: auto;
    height: 100px;
  }
}
#home .hero .btn-wrapper {
  position: absolute;
  padding-top: 2.916667vw;
}
#home .hero .caption {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#home .hero .caption h1 {
  font-size: 4.166667vw;
}

#communities {
  background-size: cover;
  background-position: 40% center;
  height: 56.25vw;
  max-height: 1080px;
  position: relative;
  background: #000;
}
#communities .feature .logo {
  max-width: 300px;
}
@media (max-width: 1179.98px) {
  #communities .feature .logo {
    height: 250px;
    width: 100%;
  }
}
#communities .container {
  z-index: 2;
}
#communities p {
  font-size: 1.5625em;
}
#communities .bg {
  z-index: 0;
  overflow: hidden;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
#communities .bg iframe {
  width: 177.777778vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1179.98px) {
  #communities .bg iframe {
    height: 100%;
    width: 1920px;
  }
}
#communities .bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#communities .bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/img/asset/06.png);
  background-repeat: repeat;
  opacity: 0.7;
  display: block;
  z-index: 1;
}
@media (max-width: 1179.98px) {
  #communities {
    max-height: unset;
    height: auto;
  }
  #communities > .container {
    padding-left: 0;
    padding-right: 0;
  }
  #communities .swiper-pagination {
    bottom: 0;
    transform: translateY(100%);
  }
  #communities .swiper-pagination-bullet {
    opacity: 1;
    background: transparent;
  }
  #communities .feature > img {
    width: 25vw;
    max-width: 160px;
  }
  #communities p {
    font-size: 1em;
  }
}
#communities .slider-wrapper:hover .button-wrapper {
  opacity: 1;
  transform: scale(1);
}
#communities .button-wrapper {
  position: absolute;
  left: calc(50% - 30px);
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1179.98px) {
  #communities .button-wrapper {
    display: none;
  }
}
#communities .button-wrapper > div {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
}
#communities .button-wrapper > div.button-prev {
  margin-top: -10px;
  background-image: url(/img/asset/arrow-prev-up.svg);
  cursor: pointer;
}
#communities .button-wrapper > div.button-next {
  background-image: url(/img/asset/arrow-next-down.svg);
  cursor: pointer;
  margin-bottom: -10px;
}
#communities .commSlider {
  max-width: 455px;
}
#communities .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 1;
}
#communities .swiper {
  width: 100%;
  height: 100%;
}
#communities .swiper-slide {
  display: flex;
}
#communities .swiper-slide img {
  display: block;
  width: 100vw;
  height: 200px;
  object-fit: cover;
}
#communities .swiper-slide {
  background: transparent;
  color: white;
}
#communities .swiper-slide * {
  color: white;
}
#communities .swiper-slide.swiper-slide-active .comm-item {
  background: white;
}
#communities .swiper-slide.swiper-slide-active .comm-item * {
  color: var(--primary-color);
}
@media (max-width: 1179.98px) {
  #communities .swiper-slide.swiper-slide-active .comm-item {
    background: var(--primary-color);
  }
  #communities .swiper-slide.swiper-slide-active .comm-item * {
    color: white;
  }
}
#communities .swiper-slide .comm-item {
  height: 240px;
  width: 100%;
  background: var(--primary-color);
}
#communities .swiper-slide .comm-item ::selection {
  background: none;
  color: inherit;
}
@media (max-width: 1641px) {
  #communities .swiper-slide .comm-item {
    height: 200px;
  }
}
@media (max-width: 768.98px) {
  #communities .swiper-slide .comm-item {
    height: 40vw;
  }
}
#communities .swiper-slide .comm-item img {
  height: 100%;
  width: auto;
}
#communities .swiper-slide .comm-item .content {
  flex-direction: column;
  padding: 20px 30px;
  width: 100%;
  text-align: left;
}
#communities .swiper-slide .comm-item .content .status {
  font-size: 0.75em;
  font-weight: 600;
}
#communities .swiper-slide .comm-item .content .title {
  margin-top: auto;
  font-size: 1.5625em;
  font-family: "Merriweather", serif;
  padding-right: 1em;
  line-height: 1em;
  margin-bottom: 0.5em;
}
@media (max-width: 768.98px) {
  #communities .swiper-slide .comm-item .content .title {
    font-size: 1.125em;
  }
}
#communities .swiper-slide .comm-item .content .location {
  font-size: 0.75em;
  font-weight: 300;
}
#communities .swiper-pagination-bullet-active {
  background: white !important;
}
#communities .container {
  height: 100%;
  position: relative;
}

.hero {
  min-height: 428px;
  height: 28.125vw;
  width: 100%;
  display: flex;
  position: relative;
  background-position: center;
  background-size: cover;
}
.hero.full {
  max-height: calc(100vh - 140px - 170px);
  width: 100%;
  height: 56.25vw;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.hero.full iframe {
  position: absolute;
  width: 100vw;
  height: 100vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1179.98px) {
  .hero.full {
    height: 140vw;
    max-height: calc(100vh - 140px);
  }
  .hero.full iframe {
    height: 140vw;
    width: 248.88888889vw;
  }
}
.hero.small {
  overflow: hidden;
}
.hero.small iframe {
  position: absolute;
  width: 115%;
  height: 32.125vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1179.98px) {
  .hero.small iframe {
    width: 350vw;
    height: 100%;
  }
}
@media (max-width: 768.98px) {
  .hero.small iframe.hero-video-about {
    left: 20%;
  }
}
.hero h1 {
  position: absolute;
  color: white;
  font-size: 60px;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
@media (max-width: 1179.98px) {
  .hero h1 {
    font-size: 7vw;
  }
}
@media (max-width: 575.98px) {
  .hero h1 {
    font-size: 10vw;
  }
}

#communityList .status,
#communityList .address,
#communityList .types {
  font-size: 0.75em;
  line-height: 1.5em;
}
#communityList .title {
  font-size: 1.5625em;
  line-height: 1.5em;
}
#communityList .title br {
  display: none;
}
#communityList .nopage {
  pointer-events: none;
}
#communityList a {
  color: unset;
  padding-bottom: 20px;
}
#communityList a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--primary-color);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#communityList a:hover::after {
  opacity: 1;
}

.our-vision .row.offset {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 1179.98px) {
  .our-vision .row.offset {
    position: relative;
  }
}
.our-vision .row.offset img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1179.98px) {
  .our-vision .row.offset img {
    position: relative;
    transform: translateY(-70%);
  }
}

#commPage .slider-overlay {
  height: 100%;
  width: 40%;
}
@media (max-width: 768.98px) {
  #commPage .gallery-slider {
    width: 90%;
    margin: auto;
  }
}
#commPage .gallery-slider img {
  height: 638px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1179.98px) {
  #commPage .gallery-slider img {
    height: 52.5vw;
  }
}
#commPage .gallery-slider .caption {
  font-weight: bold;
  text-transform: uppercase;
}
#commPage .gallery-slider .caption-wrapper {
  height: 2em;
}
#commPage .gallery-slider .caption-wrapper .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  text-align: left;
}
#commPage .gallery-slider .caption-wrapper .caption.active {
  opacity: 1;
}
@media (max-width: 1179.98px) {
  #commPage .gallery-slider .caption-wrapper .caption {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}
#commPage .gallery-slider .swiper-pagination {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  transform: none;
  left: 1em;
  bottom: 10%;
}
#commPage .gallery-slider .swiper-pagination.neighbour {
  bottom: 0;
}
@media (max-width: 1179.98px) {
  #commPage .gallery-slider .swiper-pagination {
    bottom: 0;
    transform: translateY(180%);
    justify-content: center;
  }
}
#commPage .gallery-slider .swiper-pagination.right {
  left: unset;
}
#commPage .gallery-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-bottom: 5px;
  background: #ccc;
  opacity: 1;
}
#commPage .gallery-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color);
}
#commPage .gallery-slider .nav-wrapper {
  display: flex;
  justify-content: space-between;
  bottom: 0;
  left: 0;
  z-index: 9;
  transform: translate(-40px, 40px);
}
#commPage .gallery-slider .nav-wrapper.right {
  left: unset;
  right: 0;
  transform: translate(40px, 40px);
}
@media (max-width: 1179.98px) {
  #commPage .gallery-slider .nav-wrapper {
    left: 50% !important;
    right: unset !important;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%) !important;
    height: 5vw;
  }
}
#commPage .gallery-slider .nav-wrapper > div {
  position: relative;
}
#commPage .gallery-slider .swiper-button-prev,
#commPage .gallery-slider .swiper-button-next {
  width: 80px;
  height: 80px;
  left: unset;
  top: unset;
  transform: unset;
}
@media (max-width: 1179.98px) {
  #commPage .gallery-slider .swiper-button-prev,
  #commPage .gallery-slider .swiper-button-next {
    width: 5vw;
    height: 5vw;
  }
}
@media (max-width: 768.98px) {
  #commPage .gallery-slider .swiper-button-prev,
  #commPage .gallery-slider .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
#commPage .gallery-slider .swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(/img/asset/arrow-next.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1179.98px) {
  #commPage .gallery-slider .swiper-button-next:after {
    margin-right: -3vw;
  }
}
#commPage .gallery-slider .swiper-button-prev:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(/img/asset/arrow-prev.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1179.98px) {
  #commPage .gallery-slider .swiper-button-prev:after {
    margin-left: -2vw;
  }
}
@media (max-width: 575.98px) {
  #commPage .gallery-slider .swiper-button-prev:after {
    margin-left: 0;
  }
}

.community-header {
  margin: 0 auto;
  max-width: 1364px;
  width: 82.71028vw;
  display: flex;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transform: translateY(-50%);
  background: white;
  flex-wrap: wrap;
  margin-bottom: -9em;
}
@media (max-width: 1179.98px) {
  .community-header {
    margin-bottom: -20em;
  }
  .community-header a.btn {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .community-header {
    width: 82.71028vw;
    margin-bottom: -13em;
  }
}
.community-header .logo-wrapper {
  width: 340px;
  height: 340px;
  display: flex;
  justify-content: center;
  position: relative;
}
.community-header .logo-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1179.98px) {
  .community-header .logo-wrapper {
    width: 70%;
    height: 340px;
  }
}
@media (max-width: 768.98px) {
  .community-header .logo-wrapper {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .community-header .logo-wrapper {
    height: 240px;
  }
}
.community-header .title-wrapper {
  width: 44.354839%;
  height: 340px;
  border-left: 1px solid #DBDBDB;
}
@media (max-width: 1179.98px) {
  .community-header .title-wrapper {
    border: none;
    width: 100%;
    padding-bottom: 3.75em;
  }
}
@media (max-width: 768.98px) {
  .community-header .title-wrapper {
    font-size: 2.25vw;
  }
}
@media (max-width: 575.98px) {
  .community-header .title-wrapper {
    height: 240px;
  }
}
.community-header .title-wrapper .status {
  color: var(--primary-color);
  font-size: 1.25em;
  text-transform: uppercase;
}
.community-header .title-wrapper .title {
  font-size: 3.75em;
  line-height: 1.2em;
  padding-right: 1em;
}
@media (max-width: 1179.98px) {
  .community-header .title-wrapper .title {
    padding-right: 0;
    text-align: center;
    font-size: 40px;
  }
}
@media (max-width: 768.98px) {
  .community-header .title-wrapper .title {
    font-size: 5vw;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
.community-header .title-wrapper .address {
  font-size: 1.5625em;
  font-weight: 300;
}

footer {
  padding-top: 40px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
footer .bottom {
  background-color: #EFEFEF;
}
footer .bottom a {
  font-weight: 300;
}
footer a {
  font-weight: 700;
  color: black;
}
footer .copyright {
  text-transform: initial;
  font-weight: 300;
  font-size: 0.75em;
}

form.form-done {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
form legend {
  font-family: var(--body-font);
  color: black;
  margin-bottom: 0;
  padding-left: 0.5em;
}
@media (max-width: 768.98px) {
  form {
    font-size: 12px;
  }
}

.inline-response {
  color: black;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  flex-direction: column;
  top: 0;
  left: 0;
  z-index: 1998;
}
.inline-response h1 {
  font-size: 1.5em;
}
.inline-response h3 {
  font-size: 1.25em;
}
.inline-response .close {
  width: 20px;
  height: 20px;
  top: 17px;
  right: 10px;
}
.inline-response .close span {
  width: 20px;
  height: 2px;
  background: white;
  display: block;
  position: absolute;
}
.inline-response .close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.inline-response .close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.inline-response .popup-wrapper {
  z-index: 2000;
  border: 10px solid white;
}
@media (max-width: 575.98px) {
  .inline-response .popup-wrapper {
    width: 100%;
  }
}
.inline-response img {
  width: 350px;
}
@media (max-width: 575.98px) {
  .inline-response img {
    width: 100%;
  }
}
.inline-response.reveal-response {
  visibility: visible;
  opacity: 1;
  display: flex;
}

.consent {
  font-weight: 300;
  font-family: var(--body-font);
  font-size: 1em;
  color: black;
}

.consent-wrapper {
  margin-top: 1em;
  max-width: 500px;
  height: 2.2em;
}

.g-recaptcha {
  position: relative;
}
.g-recaptcha:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  width: 100%;
  height: 99%;
  border-radius: 3px;
  border: 1px solid transparent;
}
.g-recaptcha.error:after {
  border-color: red;
}

.error {
  border-color: red !important;
}
.error::placeholder {
  color: red !important;
}

legend {
  font-size: 1em;
  line-height: 55px;
}
@media (max-width: 575.98px) {
  legend {
    font-size: 0.8em;
  }
}

input:not([type=checkbox]):not([type=radio]),
textarea {
  font-family: var(--body-font);
  text-transform: inherit;
  background: transparent;
  letter-spacing: normal;
  appearance: none;
  border: 1px solid var(--grey);
  border-radius: 0;
  display: block;
  font-weight: normal;
  width: 100%;
  font-size: 1em;
  text-transform: initial;
  text-align: left;
  line-height: 3.75em;
  height: 3.75em;
  padding: 0 0.75em;
  margin-bottom: 20px;
  color: var(--c-text-color);
}
@media (max-width: 575.98px) {
  input:not([type=checkbox]):not([type=radio]),
  textarea {
    line-height: 2.75em;
    height: 2.75em;
    margin-bottom: 0.5em;
  }
}
input:not([type=checkbox]):not([type=radio])::placeholder,
textarea::placeholder {
  color: var(--c-text-color);
  text-transform: inherit;
  opacity: 1;
  font-weight: 300;
}

.radio-custom-label {
  display: inline-flex;
  align-items: center;
  margin: 5px;
  cursor: pointer;
  position: relative;
}

.radio-custom {
  opacity: 0;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
.radio-custom + .radio-custom-label:before {
  content: "";
  background: #fff;
  border: 1px solid #707070;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
  background: var(--primary-color);
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.radio-custom:focus + .radio-custom-label {
  outline: none;
}

textarea {
  padding-top: 10px;
  height: auto;
  font-weight: 300;
}

.checkbox-wrapper {
  font-size: 1.5em;
}
.checkbox-wrapper.error label:before {
  border: 2px solid red !important;
  background: white;
}
.checkbox-wrapper.error label {
  color: red;
}
.checkbox-wrapper input {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #221f1f;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin-right: 20px;
}
.checkbox-wrapper label {
  display: inline;
  padding: 0;
  font-size: 0.75em;
  line-height: 1.25rem;
  letter-spacing: 0;
}
@media (max-width: 575.98px) {
  .checkbox-wrapper label {
    font-size: 0.875em;
  }
}
.checkbox-wrapper [type=checkbox]:not(:checked), .checkbox-wrapper [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label, .checkbox-wrapper [type=checkbox]:checked + label {
  position: relative;
  padding-left: 50px;
  display: block;
  text-transform: inherit;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label:before, .checkbox-wrapper [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  background-color: none;
  border: 1px solid black;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin-right: 20px;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label:after, .checkbox-wrapper [type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
  background: url(/img/asset/checkmark.svg) no-repeat;
  background-position: center center;
  background-size: 70%;
  width: 1.5em;
  height: 1.5em;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkbox-wrapper [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.checkbox-wrapper [type=checkbox]:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: black;
  background-color: #ddd;
}
.checkbox-wrapper [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkbox-wrapper [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.checkbox-wrapper [type=checkbox]:disabled + label {
  color: #aaa;
}
.checkbox-wrapper [type=checkbox]:checked:focus + label:before, .checkbox-wrapper [type=checkbox]:not(:checked):focus + label:before {
  border: 1px solid black;
}
.checkbox-wrapper label:hover:before {
  border: 1px solid black !important;
}

.checkbox-wrapper.error label:before {
  border: 1px solid red !important;
}
.checkbox-wrapper.error label {
  color: red;
}
.checkbox-wrapper input {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid black;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin-right: 20px;
}
.checkbox-wrapper label {
  display: inline;
  padding: 0;
  font-size: 1;
  line-height: 1.25rem;
  letter-spacing: 0;
}
@media (max-width: 575.98px) {
  .checkbox-wrapper label {
    font-size: 0.875em;
  }
}
.checkbox-wrapper [type=checkbox]:not(:checked), .checkbox-wrapper [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label, .checkbox-wrapper [type=checkbox]:checked + label {
  position: relative;
  padding-left: 30px;
  display: block;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label:before, .checkbox-wrapper [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  background-color: none;
  border: 1px solid black !important;
  height: 1.5em;
  width: 1.5em;
  display: block;
  float: left;
  margin-right: 1em;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label:after, .checkbox-wrapper [type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
  background: url(/img/asset/checkmark.svg) no-repeat;
  background-position: center center;
  background-size: 70%;
  width: 1.5em;
  height: 1.5em;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkbox-wrapper [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.checkbox-wrapper [type=checkbox]:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkbox-wrapper [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkbox-wrapper [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.checkbox-wrapper [type=checkbox]:disabled + label {
  color: #aaa;
}
.checkbox-wrapper [type=checkbox]:checked:focus + label:before, .checkbox-wrapper [type=checkbox]:not(:checked):focus + label:before {
  border: 1px solid rgba(17, 34, 51, 0.2666666667);
}
.checkbox-wrapper label:hover:before {
  border: 1px solid #white !important;
}

.broker-wrapper {
  opacity: 0;
  height: 0;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.broker-wrapper.show {
  max-height: 1000px;
  height: auto;
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/**
 *  Selector2 style
 */
select {
  width: 100%;
}

.select2-container {
  margin-top: 0;
  text-transform: initial;
  margin-bottom: 20px;
  text-align: center;
  max-width: 100%;
}

.select2-container--open .select2-dropdown--above {
  border-radius: 0;
}

.select2-container--default .select2-selection--single {
  background: none;
  color: black;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: black;
  text-transform: inherit;
  font-weight: 700;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #555 !important;
}

select.error + span.select2-container .select2-selection--single {
  border-color: red;
}
select.error + span.select2-container .select2-selection--single .select2-selection__placeholder {
  color: red;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: black;
  height: 55px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px;
  padding: 0 20px;
}
.select2-container--default .select2-results__group {
  color: black;
  height: 30px;
  line-height: 18px;
  font-size: 0.85em;
}

.select2-results__option {
  padding: 0 20px;
  line-height: 55px;
  text-transform: initial;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  margin-bottom: -8px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: var(--main-color-2);
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: white;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: white;
  background: var(--main-color-2);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url("/img/asset/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin: 0;
  left: 0;
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 15px;
  height: 13px;
  top: 23px;
  right: 10px;
  transform: translate(-50%, -50%);
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
  transform-origin: 50% 35%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: black;
  text-align: left;
  max-width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(/img/asset/arrow-down.svg);
}

.select2-container--default .select2-results__options {
  display: flex;
  flex-direction: column;
}

.select2-container--default .select2-results__option {
  text-align: left;
}

form button {
  background: transparent;
  text-transform: uppercase;
  color: white;
  background: var(--primary-color);
  cursor: pointer;
  font-family: var(--body-font);
  line-height: 2em;
  height: 2em;
  font-size: 1em;
  padding: 0 0.75em;
  border: none;
  display: inline-block;
  transition: background 0.3s ease-in-out;
  border: 1px solid white;
  outline: none !important;
}
@media (max-width: 768.98px) {
  form button {
    font-size: 1.5em;
  }
}
form button:hover {
  color: var(--primary-color);
  background: white;
  border-color: var(--primary-color);
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
}
