:root {
  --color-mist: #e2e2d7;
  --color-goldsand: #e2bf81;
  --color-stromboli: #2c4c3e;
  --color-fuscous: #4f4d46;
}

body {
  color: #333;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.global-heading1 {
  background-color: var(--color-mist);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.global-body2 {
  color: var(--color-mist);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.footer-section {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 162px;
  height: 21px;
  text-decoration: none;
  display: flex;
}

.footer-content2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.global-heading3 {
  color: var(--color-mist);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.global-heading2 {
  color: var(--color-mist);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.global-heading2.global-text-fullwidth {
  width: 100%;
}

.global-body {
  color: var(--color-mist);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 110%;
  text-decoration: none;
  overflow: visible;
}

.global-body.global-text-left {
  text-align: left;
}

.global-footer {
  grid-row-gap: 40px;
  background-color: #172c24;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px 8px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.footer-columns {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.footer-column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.footer-logo-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-logo {
  color: var(--color-mist);
  object-fit: contain;
  width: 100%;
  max-width: none;
}

.footer-small-columns {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding-top: 16px;
  display: flex;
}

.footer-links {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-content {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 32px;
  border-style: undefined;
  border-width: 1px 0 0;
  border-color: undefined;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 -1px #e4ebf3;
}

.footer-copyright-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 0;
  font-family: Outfit, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.footer-sitelinks {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 727px;
  text-decoration: none;
  display: flex;
}

.global-navbar-logoleft {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-text-fill-color: inherit;
  cursor: auto;
  background-color: #2c4c3e00;
  background-image: linear-gradient(#2f463cbd, #2c4c3e00);
  background-clip: padding-box;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: none;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.global-navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.global-navbarcontent {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.global-navbarbrand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.global-navbarmenu {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.global-navbarlink {
  border: 1px solid #0000;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.global-navbarlink:hover {
  border: 1px solid var(--color-mist);
  border-radius: 20px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.global-navbarlink:active {
  background-color: #646363;
}

.global-button {
  grid-row-gap: 10px;
  background-color: #ffffff1a;
  border: 1px solid #e2e2d7;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.global-buttontext {
  color: #e2e2d7;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.realestatepage {
  background-color: #2c4c3e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.realestate-hero-heading-left {
  grid-column-gap: 80px;
  background-image: linear-gradient(0deg, #0000, #4f4d46), linear-gradient(#2c4c3e66, #2c4c3e), url('../../../images/forex/gaia-image-medellin-cityscape.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 692.9px;
  padding: 150px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.realestate-container {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.realestate-column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.realestate-column-2 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.realestate-heroimagewrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.realestate-image2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.realestate-section2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.realestate-container-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.realestate-column-3 {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.realestate-card {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.realestate-card-image {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 209.9px;
  text-decoration: none;
  display: flex;
}

.realestate-imagewrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 209.9px;
  text-decoration: none;
  display: flex;
}

.realestate-image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 209.9px;
  text-decoration: none;
  display: flex;
}

.realestate-card-content {
  grid-row-gap: 24px;
  border-style: undefined;
  border-width: 1px 0 0;
  border-color: undefined;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #ffffff1a;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.realestate-card-text {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.realestate-row {
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.realestate-textcontainer {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.realestate-section {
  grid-row-gap: 40px;
  cursor: pointer;
  mix-blend-mode: normal;
  background-image: linear-gradient(#2c4c3e, #2c4c3e80 20% 80%, #2c4c3e), url('../../../images/forex/gaiamap1.png');
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 1066px;
  padding: 64px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.realestate-development-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.realestate-card-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  max-width: 49%;
  text-decoration: none;
  display: flex;
}

.realestate-card-image-2 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 260px;
  display: flex;
}

.realestate-imagewrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 260px;
  text-decoration: none;
  display: flex;
}

.realestate-image-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 260px;
  text-decoration: none;
  display: flex;
}

.realestate-card-content-2 {
  grid-row-gap: 18px;
  border-style: undefined;
  border-width: 1px 0 0;
  border-color: undefined;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #ffffff1a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.realestate-header2 {
  color: #e2e2d7;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.realestate-header2.realestate-fullwidth {
  text-align: center;
}

.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;
}

.ouragents-main {
  background-color: #172c24;
  background-image: url('../../../images/forex/gaia-forex-gradient1-compressed.png');
  background-position: 0 0;
  background-size: cover;
}

.ouragents-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.ouragents-section.ouragents-firstcontainer {
  padding-top: 10vh;
}

.ouragents-container {
  width: 100%;
  max-width: 1200px;
}

.ouragents-container.ouragents-firstcontainer {
  text-align: center;
  padding-top: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.ouragents-container.ouragents-cardcontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12px;
  padding: 12px;
  display: grid;
}

.ouragents-heading1 {
  color: #fff;
  font-weight: 400;
}

.ouragents-card {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #fff;
  text-align: center;
  background-color: #ffffff26;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  padding: 1px;
  font-weight: 400;
  overflow: clip;
}

.ouragents-cardcontent {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding: 3rem 2rem;
  transition: transform .2s;
  display: flex;
  position: relative;
}


.ouragents-cardtext {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  font-size: 24px;
  display: flex;
}

.ouragents-cardtext-title {
  color: #ffffffbf;
  font-size: 16px;
  font-weight: 400;
}

.ouragents-cardinfo {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  opacity: 0;
  flex-flow: column;
  width: 100%;
  font-size: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 65px);
}

.ouragents-list {
  padding-left: 0;
  list-style-type: none;
}

.ouragents-listitem {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
  font-size: 16px;
  display: flex;
}

.ouragents-cardicon {
  max-width: 18px;
}

.footer-contenttitle {
  color: #e2e2d7a6;
  font-size: 14px;
}

.footer-link {
  color: var(--color-mist);
  border-bottom: 2px solid #172c24;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: border .5s cubic-bezier(.77, 0, .175, 1);
}

.footer-link:hover {
  border-bottom: 1px solid var(--color-goldsand);
  border-radius: 2px;
}

.footer-copyrighttext {
  color: var(--color-mist);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 200;
  overflow: visible;
}

.footer-copyrighttext.global-text-left {
  text-align: left;
}

.footer-lottie {
  opacity: .1;
  max-width: 30vw;
  position: absolute;
  inset: 0% auto auto -15%;
}

@media screen and (min-width: 1440px) {
  .global-heading3 {
    font-weight: 400;
  }

  .global-heading2 {
    font-weight: 600;
  }

  .global-body {
    font-weight: 200;
  }

  .global-navbarlink {
    border: 1px solid #0000;
    border-radius: 20px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    transition: border .2s cubic-bezier(.645, .045, .355, 1);
  }

  .global-button {
    transition: transform .4s;
  }

  .global-button:hover {
    background-color: #0c0c0c4d;
    transform: scale(1.05);
  }

  .global-button:active {
    background-color: #cec5c54d;
    transform: scale(.95);
  }

  .realestate-column-3 {
    max-width: none;
  }

  .ouragents-container.ouragents-cardcontainer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-copyrighttext {
    font-weight: 200;
  }
}

@media screen and (max-width: 991px) {
  .global-heading1 {
    font-size: 36px;
  }

  .global-heading3 {
    font-size: 20px;
  }

  .global-body {
    text-align: center;
    font-size: 16px;
  }

  .global-footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    align-items: center;
  }

  .footer-column {
    align-items: center;
  }

  .footer-links, .footer-content {
    justify-content: flex-start;
    align-items: flex-end;
  }

  /* .global-navbar-logoleft {
    -webkit-text-fill-color: inherit;
    background-color: #2c4c3e00;
    background-image: linear-gradient(#2f463cbd, #fff0);
    background-clip: border-box;
    padding-right: 0;
  } */

  .global-navbarmenu {
    max-width: unset;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #35322e;
    background-clip: border-box;
  }

  .global-navbarlink {
    border-bottom: 1px solid #565751;
    border-radius: 0;
    justify-content: center;
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
  }

  .global-navbarlink:hover {
    background-color: #44403b;
  }

  .global-navbar-menubutton.w--open {
    background-color: #c8c8c800;
  }

  .global-icon {
    color: var(--color-mist);
  }

  .realestate-hero-heading-left {
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .realestate-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    align-items: center;
  }

  .realestate-column {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .realestate-container-2 {
    flex-flow: wrap;
    align-items: center;
  }

  .realestate-column-3 {
    max-width: 50%;
  }

  .realestate-card {
    flex-direction: column;
    align-items: center;
  }

  .realestate-development-container {
    grid-column-gap: .5rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
  }

  .realestate-card-2 {
    flex-direction: column;
    align-items: center;
  }

  .ouragents-container.ouragents-cardcontainer {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-copyrighttext {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: 16px;
    display: flex;
  }

  .footer-lottie {
    max-width: 40vw;
    left: -20%;
  }
}

@media screen and (max-width: 767px) {
  .global-body {
    font-size: 14px;
  }

  .global-footer {
    padding-top: 24px;
  }

  .footer-column {
    max-width: 30vw;
  }

  .footer-copyright-content {
    padding: 0;
  }

  .realestate-container {
    flex-flow: row;
  }

  .ouragents-container.ouragents-cardcontainer {
    grid-template-columns: 1fr 1fr;
  }

  .ouragents-cardtext {
    font-size: 20px;
  }

  .ouragents-cardtext-title {
    font-size: 14px;
  }

  .ouragents-list {
    margin-bottom: 5px;
  }

  .ouragents-listitem {
    font-size: 14px;
  }

  .footer-copyrighttext {
    width: 100%;
    font-size: 14px;
  }

  .footer-lottie {
    max-width: 80vw;
    inset: auto auto -35vh;
  }
}

@media screen and (max-width: 479px) {
  .global-heading1 {
    font-size: 28px;
  }

  .footer-content2 {
    z-index: 2;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }

  .global-heading2 {
    flex: 0 auto;
  }

  .global-heading2.global-text-fullwidth {
    font-size: 24px;
    font-weight: 600;
  }

  .global-body {
    text-align: left;
    font-size: 16px;
  }

  .global-body.global-text-left {
    font-size: 16px;
  }

  .global-footer {
    padding-left: 12px;
  }

  .footer-columns {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-column {
    max-width: 50vw;
    height: auto;
  }

  .footer-logo-wrapper {
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: auto;
    padding-top: 0;
  }

  .footer-logo {
    flex: 0 auto;
    width: 100%;
    max-width: 100vw;
    height: auto;
    overflow: clip;
  }

  .footer-small-columns {
    grid-row-gap: 18px;
    flex-flow: column;
    align-items: center;
  }

  .footer-links {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-content {
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    flex-flow: column;
  }

  .footer-copyright-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    height: auto;
  }

  .footer-sitelinks {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .global-buttontext {
    font-size: 16px;
  }

  .realestate-container {
    flex-flow: column-reverse;
  }

  .realestate-column-2 {
    width: auto;
  }

  .realestate-heroimagewrapper {
    height: 150px;
  }

  .realestate-image2 {
    width: auto;
  }

  .realestate-section2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .realestate-container-2 {
    flex-flow: column;
  }

  .realestate-column-3 {
    max-width: 100%;
  }

  .realestate-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .realestate-card-2 {
    max-width: 100%;
  }

  .ouragents-main {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .ouragents-container.ouragents-cardcontainer {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
    padding: 6px;
  }

  .ouragents-cardcontent {
    padding: 2rem 1rem;
  }

  /* .ouragents-cardimage {
    max-width: 80%;
  } */

  .ouragents-listitem {
    font-size: 14px;
  }

  .footer-copyrighttext {
    text-align: left;
    font-size: 16px;
  }

  .footer-copyrighttext.global-text-left {
    font-size: 16px;
  }

  .footer-lottie {
    z-index: 0;
    bottom: -41%;
  }
}