:root {
  --color-5: #2c4260;
  --color-6: #63c29d;
  --color: white;
  --color-8: #f3f3f4;
  --color-3: #231f20;
  --color-2: #333;
  --color-4: #000008;
  --color-7: #4c4c4c;
}

body {
  color: #333;
  letter-spacing: .5px;
  font-family: forma-djr-display, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75em;
}

h2 {
  color: var(--color-5);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: forma-djr-display, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--color-6);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: industry, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--color-6);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: industry, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  color: var(--color-5);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
}

h6 {
  color: var(--color-6);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1em;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--color-6);
  text-decoration: none;
}

a:hover {
  color: var(--color-5);
}

.hero {
  background-image: url('../images/skyscrapers.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  padding: 0%;
  display: flex;
  position: relative;
}

.navbar {
  background-color: var(--color);
  height: 85px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.image {
  height: 75px;
}

.brand {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.nav-menu {
  align-items: center;
  height: 85px;
  padding-right: 15px;
  display: flex;
}

.nav-link {
  border-bottom: 3px solid var(--color);
  color: var(--color-5);
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 15px 10px;
  font-family: industry, sans-serif;
  font-weight: 500;
  line-height: 1em;
  transition: all .2s ease-in-out;
}

.nav-link:hover {
  border-bottom-color: var(--color-6);
}

.nav-btn a {
  background-color: var(--color-6);
  color: var(--color-5);
  text-transform: uppercase;
  border-radius: 10px;
  align-items: center;
  margin-left: 5px;
  padding: 12px 15px 10px 10px !important;
  font-family: industry, sans-serif;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.nav-btn a:before {
  background-image: url("../images/icons8-person.svg");
  background-size: 25px 25px;
  display: inline-block;
  width: 25px; 
  height: 25px;
  content:"";
}

.nav-btn:hover a {
  background-color: var(--color-8);
}

.image-2 {
  width: 25px;
  margin-right: 10px;
}

.cta-bucket-tops {
  z-index: 10;
  justify-content: space-between;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.cta-bucklet-link {
  background-color: var(--color);
  color: var(--color-5);
  letter-spacing: 1px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  padding: 10px 20px;
  font-family: forma-djr-display, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.cta-bucklet-link:hover {
  background-color: var(--color-6);
}

.image-4 {
  width: auto;
  height: 40px;
}

.bucket-cards {
  background-color: var(--color-8);
  flex-flow: column;
  align-items: center;
  padding-bottom: 4%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.bucket-card-wrap {
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

.bucket-card {
  background-color: var(--color);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  width: 32%;
  padding: 20px;
  display: flex;
  box-shadow: 0 4px 5px #0000000d;
}

.btn-holder {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.button {
  background-color: var(--color-6);
  color: var(--color-5);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 15px 20px 12px;
  font-family: industry, sans-serif;
  font-weight: 500;
  line-height: 1em;
}

.button:hover {
  background-color: var(--color-5);
  color: var(--color-6);
}

.button._32 {
  width: 32%;
}

.welcome-section {
  background-color: var(--color-8);
  justify-content: space-between;
  padding: 5%;
  display: flex;
}

.welcome-text-div {
  background-color: var(--color);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 55%;
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 40px;
}

.welcome-photo-div {
  object-fit: cover;
  border-radius: 15px;
  width: 45%;
  position: relative;
  overflow: visible;
}

.image-5 {
  z-index: 1;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;
}

.top-par-items {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.qualified-investor-section {
  background-color: var(--color-8);
  padding-top: 10%;
  padding-bottom: 15%;
  position: relative;
}

.qualified-wrapper-div {
  z-index: 1;
  justify-content: space-between;
  width: 75%;
  min-height: 75vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.qualified-left-div {
  flex-flow: column;
  justify-content: space-between;
  width: 49.25%;
  display: flex;
}

.top-photo-div {
  object-fit: cover;
  height: 60%;
  overflow: hidden;
}

.image-6 {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.bottom-photo-div {
  justify-content: flex-end;
  height: 38%;
  display: flex;
}

.little-photo {
  object-fit: cover;
  width: 50%;
  overflow: hidden;
}

.image-7 {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.top-little-photo-holder {
  justify-content: flex-start;
  height: 38%;
  display: flex;
}

.text-div {
  background-color: var(--color);
  object-fit: cover;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 60%;
  padding: 25px;
  display: flex;
  overflow: hidden;
}

.h3-white, .p-white {
  color: var(--color);
}

.bg-blue-line {
  background-color: var(--color-5);
  border-radius: 20px;
  position: absolute;
  inset: 5vh 40vw 10vh;
}

.real-estate-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

._5050-wrap {
  justify-content: space-between;
  width: 90%;
  margin-bottom: 8%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._5050-wrap._2 {
  margin-bottom: 0%;
}

.text-50 {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.inner-text-div {
  background-color: var(--color-8);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 40px;
}

.inner-text-div.right {
  border-radius: 0 20px 20px 0;
}

.photo-50 {
  object-fit: cover;
  width: 50%;
  position: relative;
  overflow: visible;
}

.h2-less-marg {
  margin-bottom: 10px;
}

.image-8 {
  z-index: 1;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;
}

.news-parallax {
  background-image: linear-gradient(#00000080, #00000080), url('../images/abstract-city.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 45vh;
  padding: 5%;
  display: flex;
}

.h2-center-white {
  color: var(--color);
  text-align: center;
}

.lg-p {
  color: var(--color);
  text-align: center;
  font-size: 1.3em;
}

.lg-p.dark {
  color: var(--color-3);
}

.blog-section {
  justify-content: space-between;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.blod-holder {
  background-color: var(--color);
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 31%;
  margin-top: -5%;
  padding: 15px;
  display: flex;
  box-shadow: 0 3px 8px #0003;
}

.blog-photo-div {
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
  height: 220px;
  position: relative;
  background-position: center;
  background-size: cover;
}

.image-9 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer {
  background-color: var(--color-5);
  background-image: linear-gradient(#2c4260e8, #2c4260e8), url('../images/KeyVisual.png');
  background-position: 0 0, 100% 150%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 65%;
  padding-bottom: 5%;
}

.connect-buttons-top-div {
  background-color: #2c426000;
  border-bottom-right-radius: 0%;
  border-bottom-left-radius: 0%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0% 5% 2%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h2-center {
  text-align: center;
}

.button-holder {
  justify-content: space-between;
  width: 65%;
  margin-top: 30px;
  display: flex;
}

.contact-items-div {
  z-index: 1;
  background-color: #fff0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 2%;
  padding-bottom: 4%;
  display: flex;
  position: relative;
}

.footer-holder {
  justify-content: space-between;
  width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-32 {
  color: var(--color);
  flex-flow: column;
  /* justify-content: space-between; */
  width: 31%;
  line-height: 1.5em;
  display: flex;
}

.brand2 {
  width: 75%;
  margin-bottom: 10px;
  margin-left: -10px;
}

.image-10 {
  width: 100%;
}

.link-hover-white:hover {
  color: var(--color);
}

.ql {
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: forma-djr-display, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
}

.ql:hover {
  color: var(--color);
}

.ql.btm {
  margin-bottom: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-button {
  background-color: var(--color-5);
  background-image: url('../images/icons8-search-50_1icons8-search-50.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 40px;
  height: 40px;
}

.search-button:hover {
  background-color: var(--color-6);
}

.search {
  margin-bottom: 20px;
  display: flex;
}

.search-input {
  border-radius: 10px;
  height: 40px;
  margin-bottom: 0;
}

.social-div {
  align-items: center;
  display: flex;
}

.social-link {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}

.social-link:hover {
  opacity: .25;
}

.kv-abs {
  z-index: 1;
  opacity: .25;
  mix-blend-mode: normal;
  min-width: 500px;
  max-width: 500px;
  position: absolute;
  inset: auto -5% -20% auto;
}

.kv-abs.left {
  inset: auto auto -20% -5%;
}

.key-viasual {
  mix-blend-mode: soft-light;
  background-image: url('../images/KeyVisual.png'), url('../images/KeyVisual.png');
  background-position: 100% 100%, 0 20%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 25%, auto 55%;
  position: absolute;
  inset: 0%;
}

.centered-btn {
  background-color: var(--color-6);
  color: var(--color-5);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 20px 10px;
  font-family: industry, sans-serif;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.centered-btn:hover {
  background-color: var(--color-8);
}

.centered-btn.hover-dark:hover {
  background-color: var(--color);
}

.slider {
  width: 100%;
  height: 100vh;
}

.slide-nav {
  display: none;
}

.hero-slide {
  background-image: linear-gradient(234deg, #0000 1% 29%, #00000042 44%, #00000082 61%, #000000b0 84%, #000000bf), url('../images/numbers-elevating.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding: 0%;
}

.hero-slide._2 {
  background-image: linear-gradient(234deg, #0000 1% 29%, #00000042 44%, #00000082 61%, #000000b0 84%, #000000bf), url('../images/shaking-hands.jpg');
}

.hero-slide-content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 5% 5% 12%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-text-holder {
  width: 55%;
}

.hero-text {
  color: var(--color);
  font-family: industry, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
}

.h4-min {
  min-height: 65px;
}

.bg-white-circle-2 {
  object-fit: fill;
  background-color: #fff;
  border-radius: 100%;
  width: 120%;
  height: 250%;
  position: absolute;
  inset: auto 0% 0% -10%;
}

.hero-text-holder-mobile {
  width: 55%;
  display: none;
}

.ip-header {
  background-color: var(--color-5);
  color: var(--color);
  background-image: linear-gradient(#2c4260e0, #2c4260e0), url('../images/KeyVisual.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 45%;
  padding: 11% 5% 5%;
}

.ip-header h1 {
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
}

.bc-section {
  align-items: center;
  padding: 1% 5%;
  display: flex;
}

.bc-link {
  font-weight: 600;
}

.bc-arrows {
  color: var(--color-5);
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 600;
}

#breadcrumbs a {
  color: var(--color-6);
  text-decoration: none;
}

.breadcrumb_last {
  font-weight: 600;
  color: var(--color-6);
  text-decoration: none;
}

.ip-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.ip-wrapper-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.cta-bucklet-link._2-mob, .cta-bucklet-link._3-mob {
  display: none;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.5em;
  }

  .hero {
    background-image: linear-gradient(#0006, #0006), url('../images/shaking-hands.jpg');
    background-position: 0 0, 100% 0;
    background-attachment: scroll, scroll;
    height: 800px;
    padding-bottom: 15%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar {
    height: 75px;
  }

  .brand {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: var(--color);
    height: auto;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .nav-btn {
    margin-left: 10px;
  }

  .cta-bucklet-link {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2em;
  }

  .cta-bucklet-link._2, .cta-bucklet-link._3 {
    display: none;
  }

  .cta-bucklet-link._2-mob, .cta-bucklet-link._3-mob {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 100%;
    display: block;
  }

  .bucket-card-wrap {
    flex-flow: column;
  }

  .bucket-card {
    width: 100%;
  }

  .bucket-card._1, .bucket-card._2 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .btn-holder {
    align-items: flex-start;
  }

  .welcome-section {
    flex-flow: column;
    padding-top: 3%;
    padding-bottom: 5%;
  }

  .welcome-text-div {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    width: 100%;
    margin-top: 3%;
    margin-bottom: 0%;
  }

  .welcome-photo-div {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
  }

  .image-5 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .qualified-wrapper-div {
    flex-flow: column;
    width: 90%;
  }

  .qualified-left-div {
    width: 100%;
  }

  .top-photo-div {
    max-height: 450px;
  }

  .image-6 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .little-photo {
    display: none;
  }

  .text-div.investors {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .bg-blue-line {
    inset: 0 30vw 5vh;
  }

  ._5050-wrap {
    flex-flow: column;
  }

  .text-50 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .inner-text-div {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    padding: 25px;
  }

  .inner-text-div.right.cont {
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .photo-50 {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 100%;
    max-height: 450px;
    overflow: hidden;
  }

  .photo-50.cont {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-8 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .image-8.cont {
    border-radius: 15px 15px 0 0;
  }

  .news-parallax {
    background-image: linear-gradient(#00000080, #00000080), url('../images/abstract-city.jpg');
    background-attachment: scroll, scroll;
    min-height: 35vh;
  }

  .blog-section {
    flex-flow: column;
  }

  .blod-holder {
    width: 100%;
  }

  .blod-holder.no-marg {
    margin-top: 30px;
  }

  .blog-photo-div {
    max-height: 350px;
  }

  .footer {
    background-image: linear-gradient(to bottom, null, null), url('../images/KeyVisual.png');
    background-size: auto, auto 50%;
  }

  .contact-items-div {
    padding-bottom: 6%;
  }

  .kv-abs {
    min-width: 300px;
    max-width: 300px;
  }

  .key-viasual {
    background-image: url('../images/KeyVisual.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto 50%;
  }

  .slider {
    display: none;
  }

  .hero-text {
    font-size: 2.5em;
  }

  .hero-text-holder-mobile {
    z-index: 5;
    width: 100%;
    display: flex;
    position: relative;
  }

  .mb {
    background-color: var(--color-6);
    border-radius: 8px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px;
  }

  .mb.w--open {
    background-color: var(--color-5);
  }

  .ip-header {
    padding-top: 15%;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.2em;
  }

  .hero {
    height: 500px;
  }

  .navbar, .image {
    height: 55px;
  }

  .brand {
    margin-left: 5px;
    padding-left: 0;
  }

  .cta-bucklet-link._2-mob, .cta-bucklet-link._3-mob {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-4 {
    height: 30px;
  }

  .bucket-card-wrap {
    margin-bottom: 30px;
  }

  .bucket-card {
    padding: 0;
  }

  .bucket-card._2 {
    padding: 10px;
  }

  .btn-holder {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .button._32 {
    width: 100%;
    margin-bottom: 10px;
  }

  .welcome-text-div {
    padding: 25px;
  }

  .welcome-photo-div {
    max-height: 350px;
  }

  .top-par-items {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-photo-div {
    max-height: 350px;
  }

  ._5050-wrap {
    margin-bottom: 0%;
  }

  .inner-text-div.right.cont {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .photo-50 {
    max-height: 350px;
  }

  .photo-50.cont {
    max-height: 350px;
    display: none;
  }

  .photo-50.seek {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .blog-photo-div {
    max-height: 250px;
  }

  .footer {
    background-image: linear-gradient(#2c4260e3, #2c4260e3), url('../images/KeyVisual.png');
    background-position: 0 0, 100% 100%;
    background-size: auto, auto 20%;
  }

  .button-holder, .footer-holder {
    flex-flow: column;
  }

  .footer-32 {
    width: 100%;
    margin-bottom: 20px;
  }

  .brand2 {
    width: 250px;
  }

  .hero-text {
    font-size: 2em;
  }

  .h4-min {
    min-height: 0;
  }

  .bg-white-circle-2 {
    width: 130%;
    height: 150%;
    left: -15%;
  }

  .mb {
    margin-top: 5px;
    margin-right: 5px;
  }

  .ip-header {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8em;
  }

  .hero {
    background-image: linear-gradient(#00000087, #00000087), url('../images/shaking-hands.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-bottom: 25%;
  }

  .button {
    letter-spacing: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .9em;
  }

  .qualified-wrapper-div {
    min-height: 0;
  }

  .text-div.investors, .inner-text-div {
    padding: 20px;
  }

  .blog-photo-div {
    max-height: 200px;
  }

  .hero-text {
    font-size: 1.8em;
  }

  .bg-white-circle-2 {
    width: 140%;
    height: 125%;
    left: -20%;
  }

  .ip-header {
    padding-top: 25%;
    font-size: 2em;
  }

  .bc-section {
    flex-flow: wrap;
  }
}


