<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1,
h2,
h3 {
  font-family: 'filson-pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 2.50px; }

p,
a {
  font-family: 'Familjen Grotesk', sans-serif;
  font-weight: 400;
  font-size: 22px; }

.about-section .grid-wrapper {
  width: 100%; }
  .about-section .grid-wrapper .grid-item {
    width: 20%; }
    @media screen and (min-width: 1900px) {
      .about-section .grid-wrapper .grid-item {
        max-width: 400px; } }
    @media screen and (max-width: 1400px) {
      .about-section .grid-wrapper .grid-item {
        width: 40%; } }
    @media screen and (max-width: 600px) {
      .about-section .grid-wrapper .grid-item {
        width: 90%; } }
    .about-section .grid-wrapper .grid-item .grid-main {
      padding: 75px 25px 75px 25px;
      text-align: center;
      align-items: center;
      justify-content: center; }
      .about-section .grid-wrapper .grid-item .grid-main h2 {
        margin: 0 0 10px 0; }

.properties-section .grid-wrapper {
  align-items: flex-start; }

.grid-wrapper {
  display: flex;
  flex-direction: row;
  justify-items: center;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 95%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2vw; }
  @media screen and (min-width: 1900px) {
    .grid-wrapper {
      width: 100%;
      max-width: 2000px; } }
  @media screen and (max-width: 1200px) {
    .grid-wrapper {
      width: 100%; } }
  @media screen and (max-width: 1400px) {
    .grid-wrapper {
      margin: 0 0 15px 0; } }
  .grid-wrapper .grid-item {
    position: relative;
    width: 30%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 10px; }
    @media screen and (min-width: 1900px) {
      .grid-wrapper .grid-item {
        width: 20%; } }
    @media screen and (max-width: 900px) {
      .grid-wrapper .grid-item {
        width: 40%; } }
    @media screen and (max-width: 600px) {
      .grid-wrapper .grid-item {
        width: 90%; } }
    .grid-wrapper .grid-item .grid-main {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      display: flex;
      flex-direction: column;
      justify-items: center;
      justify-content: center;
      align-items: center;
      align-items: flex-end;
      justify-content: flex-start;
      height: 300px;
      width: 100%;
      text-align: center; }
      .grid-wrapper .grid-item .grid-main .inner {
        margin: 10px;
        width: 100px;
        height: 100px;
        background-image: url("../assets/svg/icon-sold.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
      .grid-wrapper .grid-item .grid-main h2 {
        font-size: 24px;
        font-weight: 700; }
        @media screen and (max-width: 400px) {
          .grid-wrapper .grid-item .grid-main h2 {
            font-size: 18px; } }
      .grid-wrapper .grid-item .grid-main p {
        font-size: 22px;
        font-weight: 700; }
        @media screen and (max-width: 400px) {
          .grid-wrapper .grid-item .grid-main p {
            font-size: 16px; } }
      .grid-wrapper .grid-item .grid-main:last-of-type {
        cursor: pointer; }
    .grid-wrapper .grid-item .grid-caption {
      text-align: center;
      margin: 15px 0 0 0; }
    .grid-wrapper .grid-item a,
    .grid-wrapper .grid-item .grid-caption a,
    .grid-wrapper .grid-item .grid-caption p {
      text-decoration: none;
      font-size: 24px;
      text-transform: uppercase;
      color: #00829F;
      font-weight: 700; }
      @media screen and (max-width: 600px) {
        .grid-wrapper .grid-item a,
        .grid-wrapper .grid-item .grid-caption a,
        .grid-wrapper .grid-item .grid-caption p {
          font-size: 16px; } }
      .grid-wrapper .grid-item a.link,
      .grid-wrapper .grid-item .grid-caption a.link,
      .grid-wrapper .grid-item .grid-caption p.link {
        cursor: pointer; }
    .grid-wrapper .grid-item .darkbg {
      background-color: #000028;
      color: #D6F8FF; }
    .grid-wrapper .grid-item .bluebg {
      background-color: #D6F8FF;
      color: #00829F; }
  .grid-wrapper .link .grid-main {
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
    align-items: center;
    align-items: center !important;
    justify-content: center !important;
    padding: 75px 25px 75px 25px; }

.client-section .grid-wrapper {
  padding: 50px 0 50px 0;
  gap: 3vw; }
  @media screen and (max-width: 900px) {
    .client-section .grid-wrapper {
      gap: 8vw; } }
  @media screen and (max-width: 600px) {
    .client-section .grid-wrapper {
      gap: 5vw; } }
  .client-section .grid-wrapper .grid-item {
    width: 15%;
    padding: 0 0 0 0;
    margin: 0 0 0 0; }
    @media screen and (max-width: 900px) {
      .client-section .grid-wrapper .grid-item {
        width: 35%; } }
    @media screen and (max-width: 600px) {
      .client-section .grid-wrapper .grid-item {
        width: 50%; } }
    .client-section .grid-wrapper .grid-item .grid-main {
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      padding: 0 0 0 0;
      height: 100px; }
      @media screen and (max-width: 900px) {
        .client-section .grid-wrapper .grid-item .grid-main {
          height: 120px; } }
      @media screen and (max-width: 600px) {
        .client-section .grid-wrapper .grid-item .grid-main {
          height: 150px; } }

html {
  font-size: 100%;
  scroll-behavior: smooth; }

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  box-sizing: border-box; }

.hero-section,
.about-section,
.properties-section,
.info-section,
.client-section,
.map-section {
  height: auto;
  position: relative; }

.shape {
  position: absolute;
  z-index: 1; }

.container {
  position: relative;
  z-index: 2; }

.hero-section .container {
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  min-height: 555px;
  position: relative;
  z-index: 1;
  background-image: url("../assets/jpg/hero-new-edit.jpg");
  background-position: bottom;
  background-position-y: -60px;
  padding: 75px 0 75px 0;
  overflow: hidden; }
  @media screen and (orientation: landscape) and (max-height: 540px) {
    .hero-section .container {
      min-height: 540px; } }
  .hero-section .container .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    margin: 0;
    text-align: center; }
    .hero-section .container .content-wrapper .section-header {
      height: auto;
      position: absolute;
      top: 12%; }
      .hero-section .container .content-wrapper .section-header .logo {
        height: 10vh;
        min-height: 75px; }
    .hero-section .container .content-wrapper .text-wrapper {
      max-width: 750px;
      position: absolute;
      bottom: 230px; }
      @media screen and (max-width: 900px), screen and (max-height: 900px) {
        .hero-section .container .content-wrapper .text-wrapper {
          max-width: 650px; } }
      @media screen and (max-width: 600px), screen and (max-height: 600px) {
        .hero-section .container .content-wrapper .text-wrapper {
          max-width: 450px;
          bottom: 200px; } }
      @media screen and (max-width: 400px), screen and (max-height: 400px) {
        .hero-section .container .content-wrapper .text-wrapper {
          max-width: 350px; } }
      @media screen and (max-width: 300px), screen and (max-height: 300px) {
        .hero-section .container .content-wrapper .text-wrapper {
          max-width: 250px; } }
      .hero-section .container .content-wrapper .text-wrapper p {
        font-size: 44px;
        line-height: 48px;
        font-family: 'filson-pro', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        color: white;
        text-shadow: 3px 3px 10px black; }
        @media screen and (max-width: 900px), screen and (max-height: 900px) {
          .hero-section .container .content-wrapper .text-wrapper p {
            font-size: 36px;
            line-height: 40px; } }
        @media screen and (max-width: 600px), screen and (max-height: 600px) {
          .hero-section .container .content-wrapper .text-wrapper p {
            font-size: 24px;
            line-height: 28px; } }
        @media screen and (max-width: 400px), screen and (max-height: 400px) {
          .hero-section .container .content-wrapper .text-wrapper p {
            font-size: 18px;
            line-height: 22px; } }
        @media screen and (max-width: 300px), screen and (max-height: 300px) {
          .hero-section .container .content-wrapper .text-wrapper p {
            font-size: 14px;
            line-height: 18px; } }
  .hero-section .container .link-wrapper {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    text-align: center; }
    .hero-section .container .link-wrapper p {
      font-size: 24px;
      font-family: 'filson-pro', sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      color: #D6F8FF;
      letter-spacing: 2px; }
      @media screen and (max-width: 400px) {
        .hero-section .container .link-wrapper p {
          font-size: 18px; } }
    .hero-section .container .link-wrapper a {
      text-decoration: none; }
    .hero-section .container .link-wrapper img {
      margin: 20px 0 0 0; }

.hero-section .img-wrapper {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../assets/svg/shape-hero.svg");
  position: absolute;
  z-index: 0;
  bottom: -125px; }

.about-section {
  background-color: #00829F; }
  .about-section .container {
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
    align-items: center;
    padding: 0 0 50px 0;
    width: 100%;
    gap: 50px;
    margin: auto; }
    @media screen and (max-width: 1400px) {
      .about-section .container {
        padding: 0 0 75px 0; } }
    @media screen and (max-width: 600px) {
      .about-section .container {
        padding: 0 0 50px 0; } }
    .about-section .container .content-wrapper {
      display: flex;
      flex-direction: row;
      justify-items: center;
      justify-content: center;
      align-items: center;
      width: 85%;
      max-width: 1700px;
      justify-content: space-between;
      gap: 15%;
      margin: 75px 0 0 0; }
      @media screen and (max-width: 1400px) {
        .about-section .container .content-wrapper {
          margin: 100px 0 75px 0; } }
      @media screen and (max-width: 1200px) {
        .about-section .container .content-wrapper {
          display: flex;
          flex-direction: column;
          justify-items: center;
          justify-content: center;
          align-items: center;
          gap: 50px; } }
      @media screen and (max-width: 900px) {
        .about-section .container .content-wrapper {
          display: flex;
          flex-direction: column;
          justify-items: center;
          justify-content: center;
          align-items: center;
          gap: 25px; } }
      @media screen and (max-width: 600px) {
        .about-section .container .content-wrapper {
          margin: 50px 0 50px 0; } }
      .about-section .container .content-wrapper .text-wrapper {
        width: 75%; }
        @media screen and (max-width: 1200px) {
          .about-section .container .content-wrapper .text-wrapper {
            width: 95%;
            text-align: center; } }
        .about-section .container .content-wrapper .text-wrapper p {
          color: #D6F8FF;
          font-size: 28px;
          line-height: 36px;
          font-weight: 700;
          margin: 0 0 25px 0; }
          @media screen and (max-width: 1200px) {
            .about-section .container .content-wrapper .text-wrapper p {
              font-size: 24px; } }
          @media screen and (max-width: 400px) {
            .about-section .container .content-wrapper .text-wrapper p {
              font-size: 18px;
              line-height: 25px; } }
      .about-section .container .content-wrapper .img-wrapper {
        display: flex;
        flex-direction: column;
        justify-items: center;
        justify-content: center;
        align-items: center;
        width: 25%; }
        @media screen and (max-width: 1200px) {
          .about-section .container .content-wrapper .img-wrapper {
            width: 35%; } }
        @media screen and (max-width: 600px) {
          .about-section .container .content-wrapper .img-wrapper {
            width: 50%; } }
        @media screen and (max-width: 400px) {
          .about-section .container .content-wrapper .img-wrapper {
            width: 80%; } }
        .about-section .container .content-wrapper .img-wrapper img {
          width: 100%; }
      .about-section .container .content-wrapper .grid-wrapper {
        margin: 50px 0 75px 0; }
    .about-section .container h2 {
      font-family: 'Familjen Grotesk', sans-serif;
      font-size: 26px;
      line-height: 28px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0 0 25px 0;
      letter-spacing: 0px; }
    .about-section .container .grid-wrapper .grid-item:last-child .text-wrapper {
      width: 65%; }
      @media screen and (max-width: 400px) {
        .about-section .container .grid-wrapper .grid-item:last-child .text-wrapper {
          width: 100%; } }
      @media screen and (max-width: 900px) {
        .about-section .container .grid-wrapper .grid-item:last-child .text-wrapper h2 {
          margin: 0 0 0 0; } }

.properties-section {
  background-color: #B1E8F4; }
  .properties-section .s1 {
    height: 100%;
    top: -550px;
    right: 0; }
    @media screen and (max-width: 900px) {
      .properties-section .s1 {
        top: -100px; } }
  .properties-section .container {
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
    align-items: center;
    padding: 50px 0 100px 0;
    width: 100%;
    min-height: 900px;
    margin: auto; }
    .properties-section .container .grid-wrapper .grid-item:last-of-type .text-wrapper {
      width: 230px;
      margin: auto; }
    .properties-section .container .grid-wrapper .grid-item:last-of-type span img {
      margin: 0 0 35px 0; }
    .properties-section .container .section-header h2 {
      font-family: 'Familjen Grotesk', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0px;
      margin: 0 0 50px 0; }

.info-section {
  background-color: #000028; }
  .info-section .s2 {
    top: -85px;
    right: 0; }
  .info-section .s3 {
    top: 120px;
    left: 400px; }
    @media screen and (max-width: 1555px) {
      .info-section .s3 {
        left: 200px; } }
    @media screen and (max-width: 900px) {
      .info-section .s3 {
        display: none; } }
  .info-section .s4 {
    bottom: -100px;
    left: 0px; }
    @media screen and (max-width: 600px) {
      .info-section .s4 {
        left: -200px; } }
  .info-section .s5 {
    bottom: 350px;
    right: 300px; }
    @media screen and (max-width: 1555px) {
      .info-section .s5 {
        right: 125px; } }
    @media screen and (max-width: 900px) {
      .info-section .s5 {
        display: none; } }
  .info-section .s6 {
    bottom: 120px;
    left: 800px; }
    @media screen and (max-width: 1555px) {
      .info-section .s6 {
        left: 500px; } }
    @media screen and (max-width: 900px) {
      .info-section .s6 {
        display: none; } }
  .info-section .i-dot {
    top: 5px;
    right: -439px;
    width: 15px;
    position: relative;
    margin: auto; }
    @media screen and (min-width: 2101px) {
      .info-section .i-dot {
        display: none; } }
    @media screen and (max-width: 1920px) {
      .info-section .i-dot {
        right: -439px; } }
    @media screen and (max-width: 1555px) {
      .info-section .i-dot {
        right: -199px; } }
    @media screen and (max-width: 1200px) {
      .info-section .i-dot {
        right: -138px; } }
    @media screen and (max-width: 600px) {
      .info-section .i-dot {
        display: none; } }
  .info-section .container {
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
    align-items: center;
    width: 70%;
    color: #D6F8FF;
    text-align: center;
    margin: auto;
    padding: 100px 0 100px 0; }
    @media screen and (max-width: 900px) {
      .info-section .container {
        width: 80%;
        padding: 50px 0 25px 0; } }
    .info-section .container .section-header {
      margin: 75px 0 100px 0; }
      @media screen and (max-width: 1200px) {
        .info-section .container .section-header {
          width: 85%;
          margin: 50px 0 50px 0; } }
      @media screen and (max-width: 900px) {
        .info-section .container .section-header {
          width: 100%; } }
      @media screen and (max-width: 600px) {
        .info-section .container .section-header {
          margin: 25px 0 50px 0; } }
      .info-section .container .section-header h1 {
        text-transform: uppercase;
        font-size: 68px;
        line-height: 72px; }
        @media screen and (max-width: 600px) {
          .info-section .container .section-header h1 {
            font-size: 48px;
            line-height: 56px; } }
        @media screen and (max-width: 400px) {
          .info-section .container .section-header h1 {
            font-size: 32px;
            line-height: 36px; } }
    .info-section .container .text-wrapper {
      width: 65%;
      margin: 0 0 150px 0; }
      @media screen and (max-width: 1400px) {
        .info-section .container .text-wrapper {
          width: 95%; } }
      @media screen and (max-width: 900px) {
        .info-section .container .text-wrapper {
          margin: 0 0 75px 0; } }
      @media screen and (max-width: 600px) {
        .info-section .container .text-wrapper {
          margin: 0 0 50px 0; } }
      .info-section .container .text-wrapper p {
        margin: 0 0 50px 0; }
        @media screen and (max-width: 900px) {
          .info-section .container .text-wrapper p {
            color: #D6F8FF;
            transition: 0.3s; } }
        @media screen and (max-width: 400px) {
          .info-section .container .text-wrapper p {
            font-size: 18px; } }
      .info-section .container .text-wrapper p:last-child {
        margin: 0 75px 0 75px; }
        @media screen and (max-width: 900px) {
          .info-section .container .text-wrapper p:last-child {
            margin: 0 0 0 0; } }

.client-section {
  background-color: #00829F; }
  .client-section .s7 {
    top: -75px;
    right: 0px; }
  .client-section .container {
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
    align-items: center;
    width: 90%;
    color: #D6F8FF;
    padding: 75px 0 50px 0;
    margin: auto; }
    .client-section .container .section-header {
      margin: 0 0 50px 0; }
      .client-section .container .section-header h2 {
        font-family: 'Familjen Grotesk', sans-serif;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase; }
    .client-section .container .text-wrapper {
      width: 45%;
      margin: 0 0 25px 0;
      text-align: center; }
      @media screen and (max-width: 1200px) {
        .client-section .container .text-wrapper {
          width: 75%; } }
      @media screen and (max-width: 400px) {
        .client-section .container .text-wrapper {
          width: 90%;
          margin: 0 0 10px 0; } }
      @media screen and (max-width: 400px) {
        .client-section .container .text-wrapper p {
          font-size: 18px; } }

.map-section {
  background-color: #D6F8FF; }
  .map-section .container {
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto; }
    @media screen and (max-width: 1200px) {
      .map-section .container {
        display: flex;
        flex-direction: column;
        justify-items: center;
        justify-content: center;
        align-items: center; } }
    .map-section .container .content-wrapper {
      width: 40%;
      padding: 75px 50px 50px 125px; }
      @media screen and (max-width: 1200px) {
        .map-section .container .content-wrapper {
          width: 90%;
          text-align: center;
          padding: 75px 25px 25px 25px; } }
      @media screen and (max-width: 400px) {
        .map-section .container .content-wrapper .img-wrapper img {
          width: 150px; } }
      .map-section .container .content-wrapper .text-wrapper {
        padding: 25px 0 25px 0; }
        @media screen and (max-width: 1200px) {
          .map-section .container .content-wrapper .text-wrapper {
            align-items: center; } }
        .map-section .container .content-wrapper .text-wrapper h2,
        .map-section .container .content-wrapper .text-wrapper h3 {
          color: #00829F;
          margin: 0 0 10px 0;
          letter-spacing: 0px;
          font-family: 'Familjen Grotesk', sans-serif; }
        .map-section .container .content-wrapper .text-wrapper h3 {
          text-transform: uppercase;
          margin: 0 0 10px 0; }
        .map-section .container .content-wrapper .text-wrapper p {
          margin: 0 0 10px 0; }
          @media screen and (max-width: 400px) {
            .map-section .container .content-wrapper .text-wrapper p {
              font-size: 18px; } }
        .map-section .container .content-wrapper .text-wrapper p:last-of-type {
          margin: 0 0 15px 0; }
      .map-section .container .content-wrapper .text-wrapper.address p {
        font-weight: 700; }
      .map-section .container .content-wrapper span {
        display: flex;
        flex-direction: row;
        justify-items: center;
        justify-content: center;
        align-items: center;
        justify-content: flex-start;
        gap: 25px;
        padding: 10px 0 10px 0; }
        @media screen and (max-width: 1200px) {
          .map-section .container .content-wrapper span {
            justify-content: center; } }
        @media screen and (max-width: 400px) {
          .map-section .container .content-wrapper span {
            flex-direction: column;
            gap: 15px; } }
        .map-section .container .content-wrapper span img {
          width: 25px;
          height: 25px; }
        .map-section .container .content-wrapper span a {
          text-decoration: none;
          font-weight: 700;
          color: #000028; }
          @media screen and (max-width: 400px) {
            .map-section .container .content-wrapper span a {
              font-size: 14px; } }
    .map-section .container .map-wrapper {
      height: auto;
      width: 60%; }
      .map-section .container .map-wrapper .map,
      .map-section .container .map-wrapper iframe {
        height: 800px;
        /* The height is 400 pixels */
        width: 100%; }
        @media screen and (max-width: 1200px) {
          .map-section .container .map-wrapper .map,
          .map-section .container .map-wrapper iframe {
            height: 400px; } }
      @media screen and (max-width: 1200px) {
        .map-section .container .map-wrapper {
          width: 90%;
          margin: 0 0 75px 0; } }

footer {
  background-color: #000028; }
  footer .container {
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
    color: #D6D6DF;
    padding: 50px 0 50px 125px; }
    @media screen and (max-width: 1200px) {
      footer .container {
        padding: 50px 0 50px 0; } }
    footer .container .text-wrapper p {
      font-size: 18px; }
      @media screen and (max-width: 900px) {
        footer .container .text-wrapper p {
          font-size: 14px; } }
      @media screen and (max-width: 600px) {
        footer .container .text-wrapper p {
          font-size: 12px; } }
      @media screen and (max-width: 400px) {
        footer .container .text-wrapper p {
          font-size: 10px; } }
    @media screen and (max-width: 1200px) {
      footer .container .text-wrapper {
        text-align: center;
        margin: auto; } }
</pre></body></html>