{"id":48,"date":"2022-10-21T16:39:33","date_gmt":"2022-10-21T16:39:33","guid":{"rendered":"https:\/\/astronomikpixel.com\/index.php\/home\/"},"modified":"2022-10-21T16:39:33","modified_gmt":"2022-10-21T16:39:33","slug":"home","status":"publish","type":"page","link":"https:\/\/astronomikpixel.com\/index.php\/home\/","title":{"rendered":"Home"},"content":{"rendered":"<article class=\"sections\" data-page-sections=\"634439af5c2e5f57357bbe44\" id=\"sections\">\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"black\"\n  class='page-section\n    \n      full-bleed-section\n      layout-engine-section\n    \n    background-width--full-bleed\n    \n      \n      \n    \n    \n      content-width--wide\n    \n    horizontal-alignment--center\n    vertical-alignment--middle\n    \n       has-background\n    \n    \n    black'\n  \n  data-section-id=\"634439af5c2e5f57357bbe48\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;backgroundImage&quot;: {\n    &quot;id&quot;: &quot;634445bf0e0f9c767f530585&quot;,\n    &quot;recordType&quot;: 2,\n    &quot;addedOn&quot;: 1665418687753,\n    &quot;updatedOn&quot;: 1666364615864,\n    &quot;workflowState&quot;: 1,\n    &quot;publishOn&quot;: 1665418687753,\n    &quot;authorId&quot;: &quot;6344374e6962ff08580d34cb&quot;,\n    &quot;systemDataId&quot;: &quot;1665418687829-5NT57U24868W35Z0T3RS&quot;,\n    &quot;systemDataVariants&quot;: &quot;2500x1667,100w,300w,500w,750w,1000w,1500w,2500w&quot;,\n    &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n    &quot;filename&quot;: &quot;unsplash-image-PhYq704ffdA.jpg&quot;,\n    &quot;mediaFocalPoint&quot;: {\n      &quot;x&quot;: 0.5,\n      &quot;y&quot;: 0.5,\n      &quot;source&quot;: 3\n    },\n    &quot;colorData&quot;: {\n      &quot;topLeftAverage&quot;: &quot;5a7089&quot;,\n      &quot;topRightAverage&quot;: &quot;586f8d&quot;,\n      &quot;bottomLeftAverage&quot;: &quot;161818&quot;,\n      &quot;bottomRightAverage&quot;: &quot;798798&quot;,\n      &quot;centerAverage&quot;: &quot;2c3745&quot;,\n      &quot;suggestedBgColor&quot;: &quot;646d77&quot;\n    },\n    &quot;urlId&quot;: &quot;jvi7rh60qgj4pbjqnd7pnvqkhjpe5u&quot;,\n    &quot;title&quot;: &quot;&quot;,\n    &quot;body&quot;: null,\n    &quot;likeCount&quot;: 0,\n    &quot;commentCount&quot;: 0,\n    &quot;publicCommentCount&quot;: 0,\n    &quot;commentState&quot;: 2,\n    &quot;unsaved&quot;: false,\n    &quot;author&quot;: {\n      &quot;id&quot;: &quot;6344374e6962ff08580d34cb&quot;,\n      &quot;displayName&quot;: &quot;Bruno Coelho&quot;,\n      &quot;firstName&quot;: &quot;Bruno&quot;,\n      &quot;lastName&quot;: &quot;Coelho&quot;,\n      &quot;bio&quot;: &quot;&quot;\n    },\n    &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/6344375180fa450a33ddd528\/1665418687829-5NT57U24868W35Z0T3RS\/unsplash-image-PhYq704ffdA.jpg&quot;,\n    &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n    &quot;items&quot;: [ ],\n    &quot;pushedServices&quot;: { },\n    &quot;pendingPushedServices&quot;: { },\n    &quot;recordTypeLabel&quot;: &quot;image&quot;,\n    &quot;originalSize&quot;: &quot;2500x1667&quot;\n  },\n  &quot;imageOverlayOpacity&quot;: 0.15,\n  &quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,\n  &quot;sectionHeight&quot;: &quot;section-height--custom&quot;,\n  &quot;customSectionHeight&quot;: 80,\n  &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,\n  &quot;verticalAlignment&quot;: &quot;vertical-alignment--middle&quot;,\n  &quot;contentWidth&quot;: &quot;content-width--wide&quot;,\n  &quot;customContentWidth&quot;: 50,\n  &quot;sectionTheme&quot;: &quot;black&quot;,\n  &quot;sectionAnimation&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;\n}\"\n  data-current-context=\"{\n  &quot;video&quot;: {\n    &quot;playbackSpeed&quot;: 0.5,\n    &quot;filter&quot;: 1,\n    &quot;filterStrength&quot;: 0,\n    &quot;zoom&quot;: 0,\n    &quot;videoSourceProvider&quot;: &quot;none&quot;\n  },\n  &quot;backgroundImageId&quot;: null,\n  &quot;backgroundMediaEffect&quot;: {\n    &quot;type&quot;: &quot;none&quot;\n  },\n  &quot;typeName&quot;: null\n}\"\n  data-animation=\"none\"\n  data-fluid-engine-section\n   \n  \n     style=\"min-height: 80vh;\" \n  \n  \n><\/p>\n<div class=\"section-background\">\n<p><script>\n  \"use strict\";<\/p>\n<p>  var positionImage = function positionImage(imageEl) {\n    var imageDimensions = imageEl.dataset.imageDimensions.split('x');\n    var originalWidth = imageDimensions[0];\n    var originalHeight = imageDimensions[1];\n    var focalPoint = imageEl.dataset.imageFocalPoint.split(',');\n    var focalPointX = focalPoint[0];\n    var focalPointY = focalPoint[1];\n    var parentNode = imageEl.parentNode;<\/p>\n<p>    var scale = function () {\n      var imageRatio = originalWidth \/ originalHeight;\n      var parentClientSize = {\n        height: parentNode.clientHeight,\n        width: parentNode.clientWidth\n      };\n      var parentRatio = parentClientSize.width \/ parentClientSize.height;<\/p>\n<p>      if (imageRatio > parentRatio) {\n        return parentClientSize.height \/ originalHeight;\n      }<\/p>\n<p>      return parentClientSize.width \/ originalWidth;\n    }();<\/p>\n<p>    var getRelativeOffset = function getRelativeOffset() {\n      var targetWidth = Math.ceil(originalWidth * scale);\n      var targetHeight = Math.ceil(originalHeight * scale);\n      var parentDimensionWidth = parentNode.offsetWidth;\n      var parentDimensionHeight = parentNode.offsetHeight;\n      var overflowWidth = targetWidth - parentDimensionWidth;\n      var overflowHeight = targetHeight - parentDimensionHeight;\n      var valueX;<\/p>\n<p>      if (overflowWidth === 0) {\n        valueX = focalPointX;\n      } else {\n        valueX = Math.max(Math.min(targetWidth * focalPointX - parentDimensionWidth * 0.5, overflowWidth), 0) \/ overflowWidth;\n      }<\/p>\n<p>      var valueY;<\/p>\n<p>      if (overflowHeight === 0) {\n        valueY = focalPointY;\n      } else {\n        valueY = Math.max(Math.min(targetHeight * focalPointY - parentDimensionHeight * 0.5, overflowHeight), 0) \/ overflowHeight;\n      }<\/p>\n<p>      return {\n        valueX: valueX,\n        valueY: valueY\n      };\n    };<\/p>\n<p>    var relativeOffset = getRelativeOffset();\n    var valueX = relativeOffset.valueX;\n    var valueY = relativeOffset.valueY;\n    imageEl.style.objectPosition = \"\".concat(valueX * 100, \"% \").concat(valueY * 100, \"%\");\n  };\n<\/script><\/p>\n<p>  <img decoding=\"async\" alt=\"\"\n    \n    src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/6344375180fa450a33ddd528\/1665418687829-5NT57U24868W35Z0T3RS\/unsplash-image-PhYq704ffdA.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/6344375180fa450a33ddd528\/1665418687829-5NT57U24868W35Z0T3RS\/unsplash-image-PhYq704ffdA.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"unsplash-image-PhYq704ffdA.jpg\" \n    data-load=\"false\"\n    \n       srcset=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/6344375180fa450a33ddd528\/1665418687829-5NT57U24868W35Z0T3RS\/unsplash-image-PhYq704ffdA.jpg?format=100w 100w,https:\/\/images.squarespace-cdn.com\/content\/v1\/6344375180fa450a33ddd528\/1665418687829-5NT57U24868W35Z0T3RS\/unsplash-image-PhYq704ffdA.jpg?format=300w 300w,https:\/\/images.squarespace-cdn.com\/content\/v1\/6344375180fa450a33ddd528\/1665418687829-5NT57U24868W35Z0T3RS\/unsplash-image-PhYq704ffdA.jpg?format=500w 500w,https:\/\/images.squarespace-cdn.com\/content\/v1\/6344375180fa450a33ddd528\/1665418687829-5NT57U24868W35Z0T3RS\/unsplash-image-PhYq704ffdA.jpg?format=750w 750w,https:\/\/images.squarespace-cdn.com\/content\/v1\/6344375180fa450a33ddd528\/1665418687829-5NT57U24868W35Z0T3RS\/unsplash-image-PhYq704ffdA.jpg?format=1000w 1000w,https:\/\/images.squarespace-cdn.com\/content\/v1\/6344375180fa450a33ddd528\/1665418687829-5NT57U24868W35Z0T3RS\/unsplash-image-PhYq704ffdA.jpg?format=1500w 1500w,https:\/\/images.squarespace-cdn.com\/content\/v1\/6344375180fa450a33ddd528\/1665418687829-5NT57U24868W35Z0T3RS\/unsplash-image-PhYq704ffdA.jpg?format=2500w 2500w\"\n      \n      sizes=\"(max-width: 799px) 200vw, 100vw\" \n      onLoad=\"positionImage(this); this.classList.add('loaded');\"\n      loading=\"lazy\"\n    \n  \/><\/p>\n<div class=\"section-background-overlay\" style=\"opacity: 0.15;\"><\/div>\n<\/p><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n          \n          \n          padding-top: calc(80vmax \/ 10); padding-bottom: calc(80vmax \/ 10);\n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div data-fluid-engine=\"true\">\n<style>.fe-634439af5c2e5f57357bbe47 {\n  --grid-gutter: calc(var(--sqs-mobile-site-gutter, 6vw) - 11.0px);\n  --cell-max-width: calc( ( var(--sqs-site-max-width, 1500px) - (11.0px * (8 - 1)) ) \/ 8 );<\/p>\n<p>  display: grid;\n  position: relative;\n  grid-area: 1\/1\/-1\/-1;\n  grid-template-rows: repeat(7,minmax(24px, auto));\n  grid-template-columns:\n    minmax(var(--grid-gutter), 1fr)\n    repeat(8, minmax(0, var(--cell-max-width)))\n    minmax(var(--grid-gutter), 1fr);\n  row-gap: 11.0px;\n  column-gap: 11.0px;\n}<\/p>\n<p>@media (min-width: 768px) {\n  .background-width--inset .fe-634439af5c2e5f57357bbe47 {\n    --inset-padding: calc(var(--sqs-site-gutter) * 2);\n  }<\/p>\n<p>  .fe-634439af5c2e5f57357bbe47 {\n    --grid-gutter: calc(var(--sqs-site-gutter, 4vw) - 11.0px);\n    --cell-max-width: calc( ( var(--sqs-site-max-width, 1500px) - (11.0px * (24 - 1)) ) \/ 24 );\n    --inset-padding: 0vw;<\/p>\n<p>    --row-height-scaling-factor: 0.0215;\n    --container-width: min(var(--sqs-site-max-width, 1500px), calc(100vw - var(--sqs-site-gutter, 4vw) * 2 - var(--inset-padding) ));<\/p>\n<p>    grid-template-rows: repeat(7,minmax(calc(var(--container-width) * var(--row-height-scaling-factor)), auto));\n    grid-template-columns:\n      minmax(var(--grid-gutter), 1fr)\n      repeat(24, minmax(0, var(--cell-max-width)))\n      minmax(var(--grid-gutter), 1fr);\n  }\n}<\/p>\n<p>  .fe-block-3e61c94d5ea354dd91f4 {\n    grid-area: 1\/2\/8\/10;\n    z-index: 0;\n  }<\/p>\n<p>  .fe-block-3e61c94d5ea354dd91f4 .sqs-block {\n    justify-content: flex-start;\n  }<\/p>\n<p>  .fe-block-3e61c94d5ea354dd91f4 .sqs-block-alignment-wrapper {\n    align-items: flex-start;\n  }<\/p>\n<p>  @media (min-width: 768px) {\n    .fe-block-3e61c94d5ea354dd91f4 {\n      grid-area: 1\/2\/8\/20;\n      z-index: 0;\n    }<\/p>\n<p>    .fe-block-3e61c94d5ea354dd91f4 .sqs-block {\n      justify-content: flex-start;\n    }<\/p>\n<p>    .fe-block-3e61c94d5ea354dd91f4 .sqs-block-alignment-wrapper {\n      align-items: flex-start;\n    }\n  }<\/p>\n<\/style>\n<div class=\"fluid-engine fe-634439af5c2e5f57357bbe47\">\n<div class=\"fe-block fe-block-3e61c94d5ea354dd91f4\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-3e61c94d5ea354dd91f4\">\n<div class=\"sqs-block-content\">\n<h1 style=\"white-space:pre-wrap;\">We love Real Estate and build the best tools for Real Estate Agents<\/h1>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"dark-bold\"\n  class='page-section\n    \n      full-bleed-section\n      layout-engine-section\n    \n    background-width--full-bleed\n    \n      section-height--medium\n    \n    \n      content-width--wide\n    \n    horizontal-alignment--center\n    vertical-alignment--middle\n    \n      \n    \n    \n    dark-bold'\n  \n  data-section-id=\"634439af5c2e5f57357bbe4b\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;imageOverlayOpacity&quot;: 0.15,\n  &quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,\n  &quot;sectionHeight&quot;: &quot;section-height--medium&quot;,\n  &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,\n  &quot;verticalAlignment&quot;: &quot;vertical-alignment--middle&quot;,\n  &quot;contentWidth&quot;: &quot;content-width--wide&quot;,\n  &quot;customContentWidth&quot;: 50,\n  &quot;sectionTheme&quot;: &quot;dark-bold&quot;,\n  &quot;sectionAnimation&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;\n}\"\n  data-current-context=\"{\n  &quot;video&quot;: {\n    &quot;playbackSpeed&quot;: 0.5,\n    &quot;filter&quot;: 1,\n    &quot;filterStrength&quot;: 0,\n    &quot;zoom&quot;: 0,\n    &quot;videoSourceProvider&quot;: &quot;none&quot;\n  },\n  &quot;backgroundImageId&quot;: null,\n  &quot;backgroundMediaEffect&quot;: {\n    &quot;type&quot;: &quot;none&quot;\n  },\n  &quot;typeName&quot;: null\n}\"\n  data-animation=\"none\"\n  data-fluid-engine-section\n   \n  \n  \n><\/p>\n<div class=\"section-background\"><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div data-fluid-engine=\"true\">\n<style>.fe-634439af5c2e5f57357bbe4a {\n  --grid-gutter: calc(var(--sqs-mobile-site-gutter, 6vw) - 11.0px);\n  --cell-max-width: calc( ( var(--sqs-site-max-width, 1500px) - (11.0px * (8 - 1)) ) \/ 8 );<\/p>\n<p>  display: grid;\n  position: relative;\n  grid-area: 1\/1\/-1\/-1;\n  grid-template-rows: repeat(46,minmax(24px, auto));\n  grid-template-columns:\n    minmax(var(--grid-gutter), 1fr)\n    repeat(8, minmax(0, var(--cell-max-width)))\n    minmax(var(--grid-gutter), 1fr);\n  row-gap: 11.0px;\n  column-gap: 11.0px;\n}<\/p>\n<p>@media (min-width: 768px) {\n  .background-width--inset .fe-634439af5c2e5f57357bbe4a {\n    --inset-padding: calc(var(--sqs-site-gutter) * 2);\n  }<\/p>\n<p>  .fe-634439af5c2e5f57357bbe4a {\n    --grid-gutter: calc(var(--sqs-site-gutter, 4vw) - 11.0px);\n    --cell-max-width: calc( ( var(--sqs-site-max-width, 1500px) - (11.0px * (24 - 1)) ) \/ 24 );\n    --inset-padding: 0vw;<\/p>\n<p>    --row-height-scaling-factor: 0.0215;\n    --container-width: min(var(--sqs-site-max-width, 1500px), calc(100vw - var(--sqs-site-gutter, 4vw) * 2 - var(--inset-padding) ));<\/p>\n<p>    grid-template-rows: repeat(30,minmax(calc(var(--container-width) * var(--row-height-scaling-factor)), auto));\n    grid-template-columns:\n      minmax(var(--grid-gutter), 1fr)\n      repeat(24, minmax(0, var(--cell-max-width)))\n      minmax(var(--grid-gutter), 1fr);\n  }\n}<\/p>\n<p>  .fe-block-7369c0fdbb6122ad280d {\n    grid-area: 1\/2\/7\/10;\n    z-index: 1;\n  }<\/p>\n<p>  .fe-block-7369c0fdbb6122ad280d .sqs-block {\n    justify-content: center;\n  }<\/p>\n<p>  .fe-block-7369c0fdbb6122ad280d .sqs-block-alignment-wrapper {\n    align-items: center;\n  }<\/p>\n<p>  @media (min-width: 768px) {\n    .fe-block-7369c0fdbb6122ad280d {\n      grid-area: 2\/15\/9\/26;\n      z-index: 1;\n    }<\/p>\n<p>    .fe-block-7369c0fdbb6122ad280d .sqs-block {\n      justify-content: flex-start;\n    }<\/p>\n<p>    .fe-block-7369c0fdbb6122ad280d .sqs-block-alignment-wrapper {\n      align-items: flex-start;\n    }\n  }<\/p>\n<p>  .fe-block-f02942a8f7d1284640ac {\n    grid-area: 7\/2\/18\/10;\n    z-index: 0;\n  }<\/p>\n<p>  .fe-block-f02942a8f7d1284640ac .sqs-block {\n    justify-content: center;\n  }<\/p>\n<p>  .fe-block-f02942a8f7d1284640ac .sqs-block-alignment-wrapper {\n    align-items: center;\n  }<\/p>\n<p>  @media (min-width: 768px) {\n    .fe-block-f02942a8f7d1284640ac {\n      grid-area: 1\/2\/16\/13;\n      z-index: 0;\n    }<\/p>\n<p>    .fe-block-f02942a8f7d1284640ac .sqs-block {\n      justify-content: center;\n    }<\/p>\n<p>    .fe-block-f02942a8f7d1284640ac .sqs-block-alignment-wrapper {\n      align-items: center;\n    }\n  }<\/p>\n<p>  .fe-block-1dc0ce2670f5c8e12109 {\n    grid-area: 18\/2\/23\/10;\n    z-index: 2;\n  }<\/p>\n<p>  .fe-block-1dc0ce2670f5c8e12109 .sqs-block {\n    justify-content: center;\n  }<\/p>\n<p>  .fe-block-1dc0ce2670f5c8e12109 .sqs-block-alignment-wrapper {\n    align-items: center;\n  }<\/p>\n<p>  @media (min-width: 768px) {\n    .fe-block-1dc0ce2670f5c8e12109 {\n      grid-area: 9\/15\/12\/26;\n      z-index: 2;\n    }<\/p>\n<p>    .fe-block-1dc0ce2670f5c8e12109 .sqs-block {\n      justify-content: flex-start;\n    }<\/p>\n<p>    .fe-block-1dc0ce2670f5c8e12109 .sqs-block-alignment-wrapper {\n      align-items: flex-start;\n    }\n  }<\/p>\n<p>  .fe-block-d1a12fddbddcfe190c51 {\n    grid-area: 23\/2\/25\/6;\n    z-index: 3;\n  }<\/p>\n<p>  .fe-block-d1a12fddbddcfe190c51 .sqs-block {\n    justify-content: flex-end;\n  }<\/p>\n<p>  .fe-block-d1a12fddbddcfe190c51 .sqs-block-alignment-wrapper {\n    align-items: flex-end;\n  }<\/p>\n<p>  @media (min-width: 768px) {\n    .fe-block-d1a12fddbddcfe190c51 {\n      grid-area: 12\/15\/14\/19;\n      z-index: 3;\n    }<\/p>\n<p>    .fe-block-d1a12fddbddcfe190c51 .sqs-block {\n      justify-content: flex-end;\n    }<\/p>\n<p>    .fe-block-d1a12fddbddcfe190c51 .sqs-block-alignment-wrapper {\n      align-items: flex-end;\n    }\n  }<\/p>\n<p>  .fe-block-0772b1bfc1177e773c37 {\n    grid-area: 26\/2\/36\/10;\n    z-index: 4;\n  }<\/p>\n<p>  .fe-block-0772b1bfc1177e773c37 .sqs-block {\n    justify-content: center;\n  }<\/p>\n<p>  .fe-block-0772b1bfc1177e773c37 .sqs-block-alignment-wrapper {\n    align-items: center;\n  }<\/p>\n<p>  @media (min-width: 768px) {\n    .fe-block-0772b1bfc1177e773c37 {\n      grid-area: 16\/15\/31\/26;\n      z-index: 4;\n    }<\/p>\n<p>    .fe-block-0772b1bfc1177e773c37 .sqs-block {\n      justify-content: center;\n    }<\/p>\n<p>    .fe-block-0772b1bfc1177e773c37 .sqs-block-alignment-wrapper {\n      align-items: center;\n    }\n  }<\/p>\n<p>  .fe-block-944acd1b2673231f512b {\n    grid-area: 36\/2\/42\/10;\n    z-index: 5;\n  }<\/p>\n<p>  .fe-block-944acd1b2673231f512b .sqs-block {\n    justify-content: center;\n  }<\/p>\n<p>  .fe-block-944acd1b2673231f512b .sqs-block-alignment-wrapper {\n    align-items: center;\n  }<\/p>\n<p>  @media (min-width: 768px) {\n    .fe-block-944acd1b2673231f512b {\n      grid-area: 20\/2\/27\/14;\n      z-index: 5;\n    }<\/p>\n<p>    .fe-block-944acd1b2673231f512b .sqs-block {\n      justify-content: flex-start;\n    }<\/p>\n<p>    .fe-block-944acd1b2673231f512b .sqs-block-alignment-wrapper {\n      align-items: flex-start;\n    }\n  }<\/p>\n<p>  .fe-block-dcae16d7c41d0d9328e6 {\n    grid-area: 42\/2\/45\/10;\n    z-index: 6;\n  }<\/p>\n<p>  .fe-block-dcae16d7c41d0d9328e6 .sqs-block {\n    justify-content: flex-start;\n  }<\/p>\n<p>  .fe-block-dcae16d7c41d0d9328e6 .sqs-block-alignment-wrapper {\n    align-items: flex-start;\n  }<\/p>\n<p>  @media (min-width: 768px) {\n    .fe-block-dcae16d7c41d0d9328e6 {\n      grid-area: 27\/2\/29\/13;\n      z-index: 6;\n    }<\/p>\n<p>    .fe-block-dcae16d7c41d0d9328e6 .sqs-block {\n      justify-content: flex-start;\n    }<\/p>\n<p>    .fe-block-dcae16d7c41d0d9328e6 .sqs-block-alignment-wrapper {\n      align-items: flex-start;\n    }\n  }<\/p>\n<p>  .fe-block-21d765c2559472f01900 {\n    grid-area: 45\/2\/47\/6;\n    z-index: 7;\n  }<\/p>\n<p>  .fe-block-21d765c2559472f01900 .sqs-block {\n    justify-content: center;\n  }<\/p>\n<p>  .fe-block-21d765c2559472f01900 .sqs-block-alignment-wrapper {\n    align-items: center;\n  }<\/p>\n<p>  @media (min-width: 768px) {\n    .fe-block-21d765c2559472f01900 {\n      grid-area: 29\/2\/31\/6;\n      z-index: 7;\n    }<\/p>\n<p>    .fe-block-21d765c2559472f01900 .sqs-block {\n      justify-content: center;\n    }<\/p>\n<p>    .fe-block-21d765c2559472f01900 .sqs-block-alignment-wrapper {\n      align-items: center;\n    }\n  }<\/p>\n<\/style>\n<div class=\"fluid-engine fe-634439af5c2e5f57357bbe4a\">\n<div class=\"fe-block fe-block-7369c0fdbb6122ad280d\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-7369c0fdbb6122ad280d\">\n<div class=\"sqs-block-content\">\n<h1 style=\"white-space:pre-wrap;\">All professionals should have amazing tools<\/h1>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"fe-block fe-block-f02942a8f7d1284640ac\">\n<div class=\"sqs-block image-block sqs-block-image sqs-stretched\" data-block-type=\"5\" id=\"block-f02942a8f7d1284640ac\">\n<div class=\"sqs-block-content\">\n<div\n      class=\"\n        image-block-outer-wrapper\n        layout-caption-below\n        design-layout-fluid\n        image-position-left\n        combination-animation-slide-up\n        individual-animation-none\n      \"\n      data-test=\"image-block-fluid-outer-wrapper\"\n    ><\/p>\n<div\n        class=\"fluid-image-animation-wrapper sqs-image sqs-block-alignment-wrapper\"\n        data-animation-role=\"image\"\n        \n  data-animation-override\n\n      ><\/p>\n<div\n          class=\"fluid-image-container sqs-image-content\"\n          \n          style=\"overflow: hidden;position: relative;width: 100%;height: 100%;\"\n        ><\/p>\n<div class=\"content-fill\">\n<p>            <noscript><br \/>\n              <img decoding=\"async\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/624b503994afac3ceadc6f49\/1649102925856-EWBAYDW764YVS34UZ9Z7\/Stocksy_txp824ffa5crXt000_Large_844920.jpg\" alt=\"\" loading=\"lazy\" style=\"\n                object-fit: cover;\n                object-position: calc(0.5 * 100%) calc(0.5 * 100%);\n              \"\/><br \/>\n            <\/noscript><br \/>\n            <img decoding=\"async\"\n              src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/624b503994afac3ceadc6f49\/1649102925856-EWBAYDW764YVS34UZ9Z7\/Stocksy_txp824ffa5crXt000_Large_844920.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/624b503994afac3ceadc6f49\/1649102925856-EWBAYDW764YVS34UZ9Z7\/Stocksy_txp824ffa5crXt000_Large_844920.jpg\" data-image-dimensions=\"1522x1522\" data-image-focal-point=\"0.5,0.5\" alt=\"\" \n              loading=\"lazy\"\n              data-stretch=\"true\"\n              style=\"object-fit: cover;object-position: calc(0.5 * 100%) calc(0.5 * 100%);\"\n            \/><\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<style>\n      .sqs-block-image .design-layout-fluid,\n      .sqs-block-image .fluid-image-animation-wrapper {\n        width: 100%;\n        height: 100%;\n      }\n      .sqs-block-image .design-layout-fluid img {\n        position: absolute;\n        display: block;\n        width: 100%;\n        height: 100%;\n      }\n      .fluid-image-container .content-fill {\n        display: block;\n        width: 100%;\n        height: 100%;\n        position: absolute;\n        left: 0;\n        top: 0;\n      }\n      .fluid-image-container .content-fill img {<\/p>\n<p>        position: absolute !important;\n        top: 0 !important;\n        left: 0 !important;\n        width: 100% !important;\n        height: 100% !important;\n      }\n      .design-layout-fluid button.lightbox {\n        -webkit-appearance: value;\n        -moz-appearance: value;\n        appearance: value;\n      }\n      .design-layout-fluid .sqs-image {\n        display: flex;\n      }\n      .design-layout-fluid.image-position-left .sqs-image {\n        justify-content: flex-start;\n      }\n      .design-layout-fluid.image-position-center .sqs-image {\n        justify-content: center;\n      }\n      .design-layout-fluid.image-position-right .sqs-image {\n        justify-content: flex-end;\n      }\n    <\/style>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"fe-block fe-block-1dc0ce2670f5c8e12109\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-1dc0ce2670f5c8e12109\">\n<div class=\"sqs-block-content\">\n<p class=\"\" style=\"white-space:pre-wrap;\">We look at the data and the best ways to promote a Real Estate Listing, from Listing to Transaction all in the same place and in a beautiful experience.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"fe-block fe-block-d1a12fddbddcfe190c51\">\n<div class=\"sqs-block button-block sqs-block-button sqs-stretched\" data-block-type=\"53\" id=\"block-d1a12fddbddcfe190c51\">\n<div class=\"sqs-block-content\">\n<div\n  class=\"sqs-block-button-container sqs-block-button-container--left\"\n  data-animation-role=\"button\"\n  data-alignment=\"left\"\n  data-button-size=\"medium\"\n  data-button-type=\"primary\"\n><br \/>\n  <a\n    href=\"\/you\"\n    class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\"\n    \n  ><br \/>\n    Learn More<br \/>\n  <\/a>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"fe-block fe-block-0772b1bfc1177e773c37\">\n<div class=\"sqs-block image-block sqs-block-image\" data-block-type=\"5\" id=\"block-0772b1bfc1177e773c37\">\n<div class=\"sqs-block-content\">\n<div\n      class=\"\n        image-block-outer-wrapper\n        layout-caption-below\n        design-layout-fluid\n        image-position-right\n        combination-animation-slide-up\n        individual-animation-none\n      \"\n      data-test=\"image-block-fluid-outer-wrapper\"\n    ><\/p>\n<div\n        class=\"fluid-image-animation-wrapper sqs-image sqs-block-alignment-wrapper\"\n        data-animation-role=\"image\"\n        \n  data-animation-override\n\n      ><\/p>\n<div\n          class=\"fluid-image-container sqs-image-content\"\n          \n          style=\"overflow: hidden;position: relative;width: 100%;height: 100%;\"\n        ><\/p>\n<div class=\"content-fill\">\n<p>            <noscript><br \/>\n              <img decoding=\"async\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/624b503994afac3ceadc6f49\/1649102925860-4XJ2T5FIEYFRS7M6F6EZ\/Stocksy_txp824ffa5crXt000_Large_844923.jpg\" alt=\"\" loading=\"lazy\" style=\"\n                object-fit: cover;\n                object-position: calc(0.46 * 100%) calc(0.648 * 100%);\n              \"\/><br \/>\n            <\/noscript><br \/>\n            <img decoding=\"async\"\n              src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/624b503994afac3ceadc6f49\/1649102925860-4XJ2T5FIEYFRS7M6F6EZ\/Stocksy_txp824ffa5crXt000_Large_844923.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/624b503994afac3ceadc6f49\/1649102925860-4XJ2T5FIEYFRS7M6F6EZ\/Stocksy_txp824ffa5crXt000_Large_844923.jpg\" data-image-dimensions=\"1641x1641\" data-image-focal-point=\"0.46,0.648\" alt=\"\" \n              loading=\"lazy\"\n              data-stretch=\"true\"\n              style=\"object-fit: cover;object-position: calc(0.46 * 100%) calc(0.648 * 100%);\"\n            \/><\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<style>\n      .sqs-block-image .design-layout-fluid,\n      .sqs-block-image .fluid-image-animation-wrapper {\n        width: 100%;\n        height: 100%;\n      }\n      .sqs-block-image .design-layout-fluid img {\n        position: absolute;\n        display: block;\n        width: 100%;\n        height: 100%;\n      }\n      .fluid-image-container .content-fill {\n        display: block;\n        width: 100%;\n        height: 100%;\n        position: absolute;\n        left: 0;\n        top: 0;\n      }\n      .fluid-image-container .content-fill img {<\/p>\n<p>        position: absolute !important;\n        top: 0 !important;\n        left: 0 !important;\n        width: 100% !important;\n        height: 100% !important;\n      }\n      .design-layout-fluid button.lightbox {\n        -webkit-appearance: value;\n        -moz-appearance: value;\n        appearance: value;\n      }\n      .design-layout-fluid .sqs-image {\n        display: flex;\n      }\n      .design-layout-fluid.image-position-left .sqs-image {\n        justify-content: flex-start;\n      }\n      .design-layout-fluid.image-position-center .sqs-image {\n        justify-content: center;\n      }\n      .design-layout-fluid.image-position-right .sqs-image {\n        justify-content: flex-end;\n      }\n    <\/style>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"fe-block fe-block-944acd1b2673231f512b\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-944acd1b2673231f512b\">\n<div class=\"sqs-block-content\">\n<h1 style=\"white-space:pre-wrap;\">We help you build relationships with your clients <\/h1>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"fe-block fe-block-dcae16d7c41d0d9328e6\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-dcae16d7c41d0d9328e6\">\n<div class=\"sqs-block-content\">\n<p class=\"\" style=\"white-space:pre-wrap;\">CRM that integrates all the Leads and helps you make real connections, websites for your listings and connection to all Portals<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"fe-block fe-block-21d765c2559472f01900\">\n<div class=\"sqs-block button-block sqs-block-button sqs-stretched\" data-block-type=\"53\" id=\"block-21d765c2559472f01900\">\n<div class=\"sqs-block-content\">\n<div\n  class=\"sqs-block-button-container sqs-block-button-container--left\"\n  data-animation-role=\"button\"\n  data-alignment=\"left\"\n  data-button-size=\"medium\"\n  data-button-type=\"primary\"\n><br \/>\n  <a\n    href=\"\/get-started\"\n    class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\"\n    \n  ><br \/>\n    Learn More<br \/>\n  <\/a>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"white\"\n  class='page-section\n    \n      full-bleed-section\n      layout-engine-section\n    \n    background-width--full-bleed\n    \n      section-height--small\n    \n    \n      content-width--wide\n    \n    horizontal-alignment--center\n    vertical-alignment--middle\n    \n      \n    \n    \n    white'\n  \n  data-section-id=\"63443ae20c5c8169a9cebed9\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;imageOverlayOpacity&quot;: 0.15,\n  &quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,\n  &quot;sectionHeight&quot;: &quot;section-height--small&quot;,\n  &quot;customSectionHeight&quot;: 1,\n  &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,\n  &quot;verticalAlignment&quot;: &quot;vertical-alignment--middle&quot;,\n  &quot;contentWidth&quot;: &quot;content-width--wide&quot;,\n  &quot;customContentWidth&quot;: 50,\n  &quot;sectionTheme&quot;: &quot;white&quot;,\n  &quot;sectionAnimation&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;\n}\"\n  data-current-context=\"{\n  &quot;video&quot;: {\n    &quot;playbackSpeed&quot;: 0.5,\n    &quot;filter&quot;: 1,\n    &quot;filterStrength&quot;: 0,\n    &quot;zoom&quot;: 0,\n    &quot;videoSourceProvider&quot;: &quot;none&quot;\n  },\n  &quot;backgroundImageId&quot;: null,\n  &quot;backgroundMediaEffect&quot;: null,\n  &quot;typeName&quot;: null\n}\"\n  data-animation=\"none\"\n  data-fluid-engine-section\n   \n  \n    \n  \n  \n><\/p>\n<div class=\"section-background\"><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div data-fluid-engine=\"true\">\n<style>.fe-63443ae20c5c8169a9cebed8 {\n  --grid-gutter: calc(var(--sqs-mobile-site-gutter, 6vw) - 11.0px);\n  --cell-max-width: calc( ( var(--sqs-site-max-width, 1500px) - (11.0px * (8 - 1)) ) \/ 8 );<\/p>\n<p>  display: grid;\n  position: relative;\n  grid-area: 1\/1\/-1\/-1;\n  grid-template-rows: repeat(22,minmax(24px, auto));\n  grid-template-columns:\n    minmax(var(--grid-gutter), 1fr)\n    repeat(8, minmax(0, var(--cell-max-width)))\n    minmax(var(--grid-gutter), 1fr);\n  row-gap: 11.0px;\n  column-gap: 11.0px;\n}<\/p>\n<p>@media (min-width: 768px) {\n  .background-width--inset .fe-63443ae20c5c8169a9cebed8 {\n    --inset-padding: calc(var(--sqs-site-gutter) * 2);\n  }<\/p>\n<p>  .fe-63443ae20c5c8169a9cebed8 {\n    --grid-gutter: calc(var(--sqs-site-gutter, 4vw) - 11.0px);\n    --cell-max-width: calc( ( var(--sqs-site-max-width, 1500px) - (11.0px * (24 - 1)) ) \/ 24 );\n    --inset-padding: 0vw;<\/p>\n<p>    --row-height-scaling-factor: 0.0215;\n    --container-width: min(var(--sqs-site-max-width, 1500px), calc(100vw - var(--sqs-site-gutter, 4vw) * 2 - var(--inset-padding) ));<\/p>\n<p>    grid-template-rows: repeat(19,minmax(calc(var(--container-width) * var(--row-height-scaling-factor)), auto));\n    grid-template-columns:\n      minmax(var(--grid-gutter), 1fr)\n      repeat(24, minmax(0, var(--cell-max-width)))\n      minmax(var(--grid-gutter), 1fr);\n  }\n}<\/p>\n<p>  .fe-block-b108c3c39a3dc4cdb7e1 {\n    grid-area: 8\/2\/18\/10;\n    z-index: 4;\n  }<\/p>\n<p>  .fe-block-b108c3c39a3dc4cdb7e1 .sqs-block {\n    justify-content: flex-start;\n  }<\/p>\n<p>  .fe-block-b108c3c39a3dc4cdb7e1 .sqs-block-alignment-wrapper {\n    align-items: flex-start;\n  }<\/p>\n<p>  @media (min-width: 768px) {\n    .fe-block-b108c3c39a3dc4cdb7e1 {\n      grid-area: 8\/5\/13\/22;\n      z-index: 5;\n    }<\/p>\n<p>    .fe-block-b108c3c39a3dc4cdb7e1 .sqs-block {\n      justify-content: flex-start;\n    }<\/p>\n<p>    .fe-block-b108c3c39a3dc4cdb7e1 .sqs-block-alignment-wrapper {\n      align-items: flex-start;\n    }\n  }<\/p>\n<p>  .fe-block-15eb959fb8c71591216e {\n    grid-area: 16\/6\/22\/10;\n    z-index: 2;\n  }<\/p>\n<p>  .fe-block-15eb959fb8c71591216e .sqs-block {\n    justify-content: center;\n  }<\/p>\n<p>  .fe-block-15eb959fb8c71591216e .sqs-block-alignment-wrapper {\n    align-items: center;\n  }<\/p>\n<p>  @media (min-width: 768px) {\n    .fe-block-15eb959fb8c71591216e {\n      grid-area: 13\/18\/20\/23;\n      z-index: 4;\n    }<\/p>\n<p>    .fe-block-15eb959fb8c71591216e .sqs-block {\n      justify-content: center;\n    }<\/p>\n<p>    .fe-block-15eb959fb8c71591216e .sqs-block-alignment-wrapper {\n      align-items: center;\n    }\n  }<\/p>\n<p>  .fe-block-d656b4a9929d1ee646e3 {\n    grid-area: 4\/7\/10\/11;\n    z-index: 0;\n  }<\/p>\n<p>  .fe-block-d656b4a9929d1ee646e3 .sqs-block {\n    justify-content: center;\n  }<\/p>\n<p>  .fe-block-d656b4a9929d1ee646e3 .sqs-block-alignment-wrapper {\n    align-items: center;\n  }<\/p>\n<p>  @media (min-width: 768px) {\n    .fe-block-d656b4a9929d1ee646e3 {\n      grid-area: 11\/1\/18\/3;\n      z-index: 2;\n    }<\/p>\n<p>    .fe-block-d656b4a9929d1ee646e3 .sqs-block {\n      justify-content: center;\n    }<\/p>\n<p>    .fe-block-d656b4a9929d1ee646e3 .sqs-block-alignment-wrapper {\n      align-items: center;\n    }\n  }<\/p>\n<p>  .fe-block-2173fb269dab1599a884 {\n    grid-area: 1\/2\/7\/6;\n    z-index: 3;\n  }<\/p>\n<p>  .fe-block-2173fb269dab1599a884 .sqs-block {\n    justify-content: center;\n  }<\/p>\n<p>  .fe-block-2173fb269dab1599a884 .sqs-block-alignment-wrapper {\n    align-items: center;\n  }<\/p>\n<p>  @media (min-width: 768px) {\n    .fe-block-2173fb269dab1599a884 {\n      grid-area: 1\/4\/8\/9;\n      z-index: 6;\n    }<\/p>\n<p>    .fe-block-2173fb269dab1599a884 .sqs-block {\n      justify-content: center;\n    }<\/p>\n<p>    .fe-block-2173fb269dab1599a884 .sqs-block-alignment-wrapper {\n      align-items: center;\n    }\n  }<\/p>\n<p>  .fe-block-56a6975474d363863cb6 {\n    grid-area: 14\/1\/19\/5;\n    z-index: 1;\n  }<\/p>\n<p>  .fe-block-56a6975474d363863cb6 .sqs-block {\n    justify-content: center;\n  }<\/p>\n<p>  .fe-block-56a6975474d363863cb6 .sqs-block-alignment-wrapper {\n    align-items: center;\n  }<\/p>\n<p>  @media (min-width: 768px) {\n    .fe-block-56a6975474d363863cb6 {\n      grid-area: 4\/24\/13\/27;\n      z-index: 3;\n    }<\/p>\n<p>    .fe-block-56a6975474d363863cb6 .sqs-block {\n      justify-content: center;\n    }<\/p>\n<p>    .fe-block-56a6975474d363863cb6 .sqs-block-alignment-wrapper {\n      align-items: center;\n    }\n  }<\/p>\n<\/style>\n<div class=\"fluid-engine fe-63443ae20c5c8169a9cebed8\">\n<div class=\"fe-block fe-block-b108c3c39a3dc4cdb7e1\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-b108c3c39a3dc4cdb7e1\">\n<div class=\"sqs-block-content\">\n<h1 style=\"text-align:center;white-space:pre-wrap;\">We develop state of the art tecnology for Real Estate<\/h1>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"fe-block fe-block-15eb959fb8c71591216e\">\n<div class=\"sqs-block image-block sqs-block-image sqs-stretched\" data-aspect-ratio=\"101.96230814066448\" data-block-type=\"5\" id=\"block-15eb959fb8c71591216e\">\n<div class=\"sqs-block-content\">\n<div\n      class=\"\n        image-block-outer-wrapper\n        layout-caption-below\n        design-layout-fluid\n        image-position-center\n        combination-animation-site-default\n        individual-animation-site-default\n      \"\n      data-test=\"image-block-fluid-outer-wrapper\"\n    ><\/p>\n<div\n        class=\"fluid-image-animation-wrapper sqs-image sqs-block-alignment-wrapper\"\n        data-animation-role=\"image\"\n        \n  \n\n      ><\/p>\n<div\n          class=\"fluid-image-container sqs-image-content\"\n          \n          style=\"overflow: hidden;position: relative;width: 100%;height: 100%;\"\n        ><\/p>\n<div class=\"content-fill\">\n<p>            <noscript><br \/>\n              <img decoding=\"async\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/5ec321c2af33de48734cc929\/a69322d3-8d94-4d09-87ca-09d1e137676b\/20140228_Trade+151_0046.jpg\" alt=\"\" loading=\"lazy\" style=\"\n                object-fit: cover;\n                object-position: calc(0.5 * 100%) calc(0.5 * 100%);\n              \"\/><br \/>\n            <\/noscript><br \/>\n            <img decoding=\"async\"\n              src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/5ec321c2af33de48734cc929\/a69322d3-8d94-4d09-87ca-09d1e137676b\/20140228_Trade+151_0046.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/5ec321c2af33de48734cc929\/a69322d3-8d94-4d09-87ca-09d1e137676b\/20140228_Trade+151_0046.jpg\" data-image-dimensions=\"5000x3333\" data-image-focal-point=\"0.5,0.5\" alt=\"\" \n              loading=\"lazy\"\n              data-stretch=\"true\"\n              style=\"object-fit: cover;object-position: calc(0.5 * 100%) calc(0.5 * 100%);\"\n            \/><\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<style>\n      .sqs-block-image .design-layout-fluid,\n      .sqs-block-image .fluid-image-animation-wrapper {\n        width: 100%;\n        height: 100%;\n      }\n      .sqs-block-image .design-layout-fluid img {\n        position: absolute;\n        display: block;\n        width: 100%;\n        height: 100%;\n      }\n      .fluid-image-container .content-fill {\n        display: block;\n        width: 100%;\n        height: 100%;\n        position: absolute;\n        left: 0;\n        top: 0;\n      }\n      .fluid-image-container .content-fill img {<\/p>\n<p>        position: absolute !important;\n        top: 0 !important;\n        left: 0 !important;\n        width: 100% !important;\n        height: 100% !important;\n      }\n      .design-layout-fluid button.lightbox {\n        -webkit-appearance: value;\n        -moz-appearance: value;\n        appearance: value;\n      }\n      .design-layout-fluid .sqs-image {\n        display: flex;\n      }\n      .design-layout-fluid.image-position-left .sqs-image {\n        justify-content: flex-start;\n      }\n      .design-layout-fluid.image-position-center .sqs-image {\n        justify-content: center;\n      }\n      .design-layout-fluid.image-position-right .sqs-image {\n        justify-content: flex-end;\n      }\n    <\/style>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"fe-block fe-block-d656b4a9929d1ee646e3\">\n<div class=\"sqs-block image-block sqs-block-image sqs-stretched\" data-aspect-ratio=\"120.57899977023818\" data-block-type=\"5\" id=\"block-d656b4a9929d1ee646e3\">\n<div class=\"sqs-block-content\">\n<div\n      class=\"\n        image-block-outer-wrapper\n        layout-caption-below\n        design-layout-fluid\n        image-position-center\n        combination-animation-site-default\n        individual-animation-site-default\n      \"\n      data-test=\"image-block-fluid-outer-wrapper\"\n    ><\/p>\n<div\n        class=\"fluid-image-animation-wrapper sqs-image sqs-block-alignment-wrapper\"\n        data-animation-role=\"image\"\n        \n  \n\n      ><\/p>\n<div\n          class=\"fluid-image-container sqs-image-content\"\n          \n          style=\"overflow: hidden;position: relative;width: 100%;height: 100%;\"\n        ><\/p>\n<div class=\"content-fill\">\n<p>            <noscript><br \/>\n              <img decoding=\"async\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/5ec321c2af33de48734cc929\/d920b15d-612d-4404-bad3-fcac46d4639d\/image-asset+%281%29.jpeg\" alt=\"\" loading=\"lazy\" style=\"\n                object-fit: cover;\n                object-position: calc(0.5 * 100%) calc(0.5 * 100%);\n              \"\/><br \/>\n            <\/noscript><br \/>\n            <img decoding=\"async\"\n              src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/5ec321c2af33de48734cc929\/d920b15d-612d-4404-bad3-fcac46d4639d\/image-asset+%281%29.jpeg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/5ec321c2af33de48734cc929\/d920b15d-612d-4404-bad3-fcac46d4639d\/image-asset+%281%29.jpeg\" data-image-dimensions=\"1024x683\" data-image-focal-point=\"0.5,0.5\" alt=\"\" \n              loading=\"lazy\"\n              data-stretch=\"true\"\n              style=\"object-fit: cover;object-position: calc(0.5 * 100%) calc(0.5 * 100%);\"\n            \/><\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<style>\n      .sqs-block-image .design-layout-fluid,\n      .sqs-block-image .fluid-image-animation-wrapper {\n        width: 100%;\n        height: 100%;\n      }\n      .sqs-block-image .design-layout-fluid img {\n        position: absolute;\n        display: block;\n        width: 100%;\n        height: 100%;\n      }\n      .fluid-image-container .content-fill {\n        display: block;\n        width: 100%;\n        height: 100%;\n        position: absolute;\n        left: 0;\n        top: 0;\n      }\n      .fluid-image-container .content-fill img {<\/p>\n<p>        position: absolute !important;\n        top: 0 !important;\n        left: 0 !important;\n        width: 100% !important;\n        height: 100% !important;\n      }\n      .design-layout-fluid button.lightbox {\n        -webkit-appearance: value;\n        -moz-appearance: value;\n        appearance: value;\n      }\n      .design-layout-fluid .sqs-image {\n        display: flex;\n      }\n      .design-layout-fluid.image-position-left .sqs-image {\n        justify-content: flex-start;\n      }\n      .design-layout-fluid.image-position-center .sqs-image {\n        justify-content: center;\n      }\n      .design-layout-fluid.image-position-right .sqs-image {\n        justify-content: flex-end;\n      }\n    <\/style>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"fe-block fe-block-2173fb269dab1599a884\">\n<div class=\"sqs-block image-block sqs-block-image sqs-stretched\" data-aspect-ratio=\"101.96230814066448\" data-block-type=\"5\" id=\"block-2173fb269dab1599a884\">\n<div class=\"sqs-block-content\">\n<div\n      class=\"\n        image-block-outer-wrapper\n        layout-caption-below\n        design-layout-fluid\n        image-position-center\n        combination-animation-site-default\n        individual-animation-site-default\n      \"\n      data-test=\"image-block-fluid-outer-wrapper\"\n    ><\/p>\n<div\n        class=\"fluid-image-animation-wrapper sqs-image sqs-block-alignment-wrapper\"\n        data-animation-role=\"image\"\n        \n  \n\n      ><\/p>\n<div\n          class=\"fluid-image-container sqs-image-content\"\n          \n          style=\"overflow: hidden;position: relative;width: 100%;height: 100%;\"\n        ><\/p>\n<div class=\"content-fill\">\n<p>            <noscript><br \/>\n              <img decoding=\"async\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/5ec321c2af33de48734cc929\/2b138b19-e39b-4aaa-bfe4-ee168dac9208\/20140301_Trade+151_0124+1.jpg\" alt=\"\" loading=\"lazy\" style=\"\n                object-fit: cover;\n                object-position: calc(0.5 * 100%) calc(0.5 * 100%);\n              \"\/><br \/>\n            <\/noscript><br \/>\n            <img decoding=\"async\"\n              src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/5ec321c2af33de48734cc929\/2b138b19-e39b-4aaa-bfe4-ee168dac9208\/20140301_Trade+151_0124+1.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/5ec321c2af33de48734cc929\/2b138b19-e39b-4aaa-bfe4-ee168dac9208\/20140301_Trade+151_0124+1.jpg\" data-image-dimensions=\"3060x1957\" data-image-focal-point=\"0.5,0.5\" alt=\"\" \n              loading=\"lazy\"\n              data-stretch=\"true\"\n              style=\"object-fit: cover;object-position: calc(0.5 * 100%) calc(0.5 * 100%);\"\n            \/><\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<style>\n      .sqs-block-image .design-layout-fluid,\n      .sqs-block-image .fluid-image-animation-wrapper {\n        width: 100%;\n        height: 100%;\n      }\n      .sqs-block-image .design-layout-fluid img {\n        position: absolute;\n        display: block;\n        width: 100%;\n        height: 100%;\n      }\n      .fluid-image-container .content-fill {\n        display: block;\n        width: 100%;\n        height: 100%;\n        position: absolute;\n        left: 0;\n        top: 0;\n      }\n      .fluid-image-container .content-fill img {<\/p>\n<p>        position: absolute !important;\n        top: 0 !important;\n        left: 0 !important;\n        width: 100% !important;\n        height: 100% !important;\n      }\n      .design-layout-fluid button.lightbox {\n        -webkit-appearance: value;\n        -moz-appearance: value;\n        appearance: value;\n      }\n      .design-layout-fluid .sqs-image {\n        display: flex;\n      }\n      .design-layout-fluid.image-position-left .sqs-image {\n        justify-content: flex-start;\n      }\n      .design-layout-fluid.image-position-center .sqs-image {\n        justify-content: center;\n      }\n      .design-layout-fluid.image-position-right .sqs-image {\n        justify-content: flex-end;\n      }\n    <\/style>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"fe-block fe-block-56a6975474d363863cb6\">\n<div class=\"sqs-block image-block sqs-block-image sqs-stretched\" data-aspect-ratio=\"125.75217978631954\" data-block-type=\"5\" id=\"block-56a6975474d363863cb6\">\n<div class=\"sqs-block-content\">\n<div\n      class=\"\n        image-block-outer-wrapper\n        layout-caption-below\n        design-layout-fluid\n        image-position-center\n        combination-animation-site-default\n        individual-animation-site-default\n      \"\n      data-test=\"image-block-fluid-outer-wrapper\"\n    ><\/p>\n<div\n        class=\"fluid-image-animation-wrapper sqs-image sqs-block-alignment-wrapper\"\n        data-animation-role=\"image\"\n        \n  \n\n      ><\/p>\n<div\n          class=\"fluid-image-container sqs-image-content\"\n          \n          style=\"overflow: hidden;position: relative;width: 100%;height: 100%;\"\n        ><\/p>\n<div class=\"content-fill\">\n<p>            <noscript><br \/>\n              <img decoding=\"async\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/5ec321c2af33de48734cc929\/d6069999-a012-4166-97ca-493710b6357b\/Aro+Ha_0387.jpg\" alt=\"\" loading=\"lazy\" style=\"\n                object-fit: cover;\n                object-position: calc(0.5 * 100%) calc(0.5 * 100%);\n              \"\/><br \/>\n            <\/noscript><br \/>\n            <img decoding=\"async\"\n              src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/5ec321c2af33de48734cc929\/d6069999-a012-4166-97ca-493710b6357b\/Aro+Ha_0387.jpg\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/5ec321c2af33de48734cc929\/d6069999-a012-4166-97ca-493710b6357b\/Aro+Ha_0387.jpg\" data-image-dimensions=\"5000x3333\" data-image-focal-point=\"0.5,0.5\" alt=\"\" \n              loading=\"lazy\"\n              data-stretch=\"true\"\n              style=\"object-fit: cover;object-position: calc(0.5 * 100%) calc(0.5 * 100%);\"\n            \/><\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<style>\n      .sqs-block-image .design-layout-fluid,\n      .sqs-block-image .fluid-image-animation-wrapper {\n        width: 100%;\n        height: 100%;\n      }\n      .sqs-block-image .design-layout-fluid img {\n        position: absolute;\n        display: block;\n        width: 100%;\n        height: 100%;\n      }\n      .fluid-image-container .content-fill {\n        display: block;\n        width: 100%;\n        height: 100%;\n        position: absolute;\n        left: 0;\n        top: 0;\n      }\n      .fluid-image-container .content-fill img {<\/p>\n<p>        position: absolute !important;\n        top: 0 !important;\n        left: 0 !important;\n        width: 100% !important;\n        height: 100% !important;\n      }\n      .design-layout-fluid button.lightbox {\n        -webkit-appearance: value;\n        -moz-appearance: value;\n        appearance: value;\n      }\n      .design-layout-fluid .sqs-image {\n        display: flex;\n      }\n      .design-layout-fluid.image-position-left .sqs-image {\n        justify-content: flex-start;\n      }\n      .design-layout-fluid.image-position-center .sqs-image {\n        justify-content: center;\n      }\n      .design-layout-fluid.image-position-right .sqs-image {\n        justify-content: flex-end;\n      }\n    <\/style>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"\"\n  class='page-section\n    \n      full-bleed-section\n      layout-engine-section\n    \n    background-width--full-bleed\n    \n      section-height--medium\n    \n    \n      content-width--wide\n    \n    horizontal-alignment--center\n    vertical-alignment--middle\n    \n      \n    \n    \n    '\n  \n  data-section-id=\"6344413df411e14d6dd0e9cf\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;imageOverlayOpacity&quot;: 0.15,\n  &quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,\n  &quot;sectionHeight&quot;: &quot;section-height--medium&quot;,\n  &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,\n  &quot;verticalAlignment&quot;: &quot;vertical-alignment--middle&quot;,\n  &quot;contentWidth&quot;: &quot;content-width--wide&quot;,\n  &quot;customContentWidth&quot;: 50,\n  &quot;sectionAnimation&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;\n}\"\n  data-current-context=\"{\n  &quot;video&quot;: {\n    &quot;playbackSpeed&quot;: 0.5,\n    &quot;filter&quot;: 1,\n    &quot;filterStrength&quot;: 0,\n    &quot;zoom&quot;: 0,\n    &quot;videoSourceProvider&quot;: &quot;none&quot;\n  },\n  &quot;backgroundImageId&quot;: null,\n  &quot;backgroundMediaEffect&quot;: null,\n  &quot;typeName&quot;: null\n}\"\n  data-animation=\"none\"\n  data-fluid-engine-section\n   \n  \n  \n><\/p>\n<div class=\"section-background\"><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div data-fluid-engine=\"true\">\n<style>.fe-6344413df411e14d6dd0e9ce {\n  --grid-gutter: calc(var(--sqs-mobile-site-gutter, 6vw) - 11.0px);\n  --cell-max-width: calc( ( var(--sqs-site-max-width, 1500px) - (11.0px * (8 - 1)) ) \/ 8 );<\/p>\n<p>  display: grid;\n  position: relative;\n  grid-area: 1\/1\/-1\/-1;\n  grid-template-rows: repeat(13,minmax(24px, auto));\n  grid-template-columns:\n    minmax(var(--grid-gutter), 1fr)\n    repeat(8, minmax(0, var(--cell-max-width)))\n    minmax(var(--grid-gutter), 1fr);\n  row-gap: 11.0px;\n  column-gap: 11.0px;\n}<\/p>\n<p>@media (min-width: 768px) {\n  .background-width--inset .fe-6344413df411e14d6dd0e9ce {\n    --inset-padding: calc(var(--sqs-site-gutter) * 2);\n  }<\/p>\n<p>  .fe-6344413df411e14d6dd0e9ce {\n    --grid-gutter: calc(var(--sqs-site-gutter, 4vw) - 11.0px);\n    --cell-max-width: calc( ( var(--sqs-site-max-width, 1500px) - (11.0px * (24 - 1)) ) \/ 24 );\n    --inset-padding: 0vw;<\/p>\n<p>    --row-height-scaling-factor: 0.0215;\n    --container-width: min(var(--sqs-site-max-width, 1500px), calc(100vw - var(--sqs-site-gutter, 4vw) * 2 - var(--inset-padding) ));<\/p>\n<p>    grid-template-rows: repeat(4,minmax(calc(var(--container-width) * var(--row-height-scaling-factor)), auto));\n    grid-template-columns:\n      minmax(var(--grid-gutter), 1fr)\n      repeat(24, minmax(0, var(--cell-max-width)))\n      minmax(var(--grid-gutter), 1fr);\n  }\n}<\/p>\n<p>  .fe-block-dd3eb17819da82f740f6 {\n    grid-area: 1\/2\/6\/10;\n    z-index: 0;\n  }<\/p>\n<p>  .fe-block-dd3eb17819da82f740f6 .sqs-block {\n    justify-content: flex-start;\n  }<\/p>\n<p>  .fe-block-dd3eb17819da82f740f6 .sqs-block-alignment-wrapper {\n    align-items: flex-start;\n  }<\/p>\n<p>  @media (min-width: 768px) {\n    .fe-block-dd3eb17819da82f740f6 {\n      grid-area: 1\/2\/5\/12;\n      z-index: 0;\n    }<\/p>\n<p>    .fe-block-dd3eb17819da82f740f6 .sqs-block {\n      justify-content: flex-start;\n    }<\/p>\n<p>    .fe-block-dd3eb17819da82f740f6 .sqs-block-alignment-wrapper {\n      align-items: flex-start;\n    }\n  }<\/p>\n<p>  .fe-block-905494d2ec3cedc5fc98 {\n    grid-area: 6\/2\/11\/10;\n    z-index: 1;\n  }<\/p>\n<p>  .fe-block-905494d2ec3cedc5fc98 .sqs-block {\n    justify-content: flex-start;\n  }<\/p>\n<p>  .fe-block-905494d2ec3cedc5fc98 .sqs-block-alignment-wrapper {\n    align-items: flex-start;\n  }<\/p>\n<p>  @media (min-width: 768px) {\n    .fe-block-905494d2ec3cedc5fc98 {\n      grid-area: 1\/14\/3\/26;\n      z-index: 2;\n    }<\/p>\n<p>    .fe-block-905494d2ec3cedc5fc98 .sqs-block {\n      justify-content: flex-start;\n    }<\/p>\n<p>    .fe-block-905494d2ec3cedc5fc98 .sqs-block-alignment-wrapper {\n      align-items: flex-start;\n    }\n  }<\/p>\n<p>  .fe-block-e4a3c402d530cc55aea8 {\n    grid-area: 12\/2\/14\/6;\n    z-index: 2;\n  }<\/p>\n<p>  .fe-block-e4a3c402d530cc55aea8 .sqs-block {\n    justify-content: flex-start;\n  }<\/p>\n<p>  .fe-block-e4a3c402d530cc55aea8 .sqs-block-alignment-wrapper {\n    align-items: flex-start;\n  }<\/p>\n<p>  @media (min-width: 768px) {\n    .fe-block-e4a3c402d530cc55aea8 {\n      grid-area: 3\/14\/5\/19;\n      z-index: 1;\n    }<\/p>\n<p>    .fe-block-e4a3c402d530cc55aea8 .sqs-block {\n      justify-content: flex-start;\n    }<\/p>\n<p>    .fe-block-e4a3c402d530cc55aea8 .sqs-block-alignment-wrapper {\n      align-items: flex-start;\n    }\n  }<\/p>\n<\/style>\n<div class=\"fluid-engine fe-6344413df411e14d6dd0e9ce\">\n<div class=\"fe-block fe-block-dd3eb17819da82f740f6\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-dd3eb17819da82f740f6\">\n<div class=\"sqs-block-content\">\n<h2 style=\"white-space:pre-wrap;\">Our tools have more than 16.000 users<\/h2>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"fe-block fe-block-905494d2ec3cedc5fc98\">\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-905494d2ec3cedc5fc98\">\n<div class=\"sqs-block-content\">\n<p class=\"\" style=\"white-space:pre-wrap;\">We are a proptech that builds custom made tools for Real Estate. We work with Agents, Brokers and Networks.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"fe-block fe-block-e4a3c402d530cc55aea8\">\n<div class=\"sqs-block button-block sqs-block-button sqs-stretched\" data-block-type=\"53\" id=\"block-e4a3c402d530cc55aea8\">\n<div class=\"sqs-block-content\">\n<div\n  class=\"sqs-block-button-container sqs-block-button-container--center\"\n  data-animation-role=\"button\"\n  data-alignment=\"center\"\n  data-button-size=\"medium\"\n  data-button-type=\"primary\"\n><br \/>\n  <a\n    href=\"\/about\"\n    class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\"\n    \n  ><br \/>\n    Learn More About us<br \/>\n  <\/a>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<section\n  data-test=\"page-section\"\n  \n  data-section-theme=\"bright\"\n  class='page-section\n    \n      full-bleed-section\n      layout-engine-section\n    \n    background-width--full-bleed\n    \n      \n      \n    \n    \n      content-width--wide\n    \n    horizontal-alignment--center\n    vertical-alignment--top\n    \n      \n    \n    \n    bright'\n  \n  data-section-id=\"634439af5c2e5f57357bbe56\"\n  \n  data-controller=\"SectionWrapperController\"\n  data-current-styles=\"{\n  &quot;imageOverlayOpacity&quot;: 0.15,\n  &quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,\n  &quot;sectionHeight&quot;: &quot;section-height--custom&quot;,\n  &quot;customSectionHeight&quot;: 39,\n  &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--center&quot;,\n  &quot;verticalAlignment&quot;: &quot;vertical-alignment--top&quot;,\n  &quot;contentWidth&quot;: &quot;content-width--wide&quot;,\n  &quot;customContentWidth&quot;: 50,\n  &quot;sectionTheme&quot;: &quot;bright&quot;,\n  &quot;sectionAnimation&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;\n}\"\n  data-current-context=\"{\n  &quot;video&quot;: {\n    &quot;playbackSpeed&quot;: 0.5,\n    &quot;filter&quot;: 1,\n    &quot;filterStrength&quot;: 0,\n    &quot;zoom&quot;: 0,\n    &quot;videoSourceProvider&quot;: &quot;none&quot;\n  },\n  &quot;backgroundImageId&quot;: null,\n  &quot;backgroundMediaEffect&quot;: null,\n  &quot;typeName&quot;: null\n}\"\n  data-animation=\"none\"\n  data-fluid-engine-section\n   \n  \n     style=\"min-height: 39vh;\" \n  \n  \n><\/p>\n<div class=\"section-background\"><\/div>\n<div\n    class=\"content-wrapper\"\n    style='\n      \n        \n           padding-bottom: calc(39vmax \/ 5);\n        \n      \n    '\n  ><\/p>\n<div\n      class=\"content\"\n      \n    ><\/p>\n<div data-fluid-engine=\"true\">\n<style>.fe-634439af5c2e5f57357bbe55 {\n  --grid-gutter: calc(var(--sqs-mobile-site-gutter, 6vw) - 11.0px);\n  --cell-max-width: calc( ( var(--sqs-site-max-width, 1500px) - (11.0px * (8 - 1)) ) \/ 8 );<\/p>\n<p>  display: grid;\n  position: relative;\n  grid-area: 1\/1\/-1\/-1;\n  grid-template-rows: repeat(16,minmax(24px, auto));\n  grid-template-columns:\n    minmax(var(--grid-gutter), 1fr)\n    repeat(8, minmax(0, var(--cell-max-width)))\n    minmax(var(--grid-gutter), 1fr);\n  row-gap: 11.0px;\n  column-gap: 11.0px;\n}<\/p>\n<p>@media (min-width: 768px) {\n  .background-width--inset .fe-634439af5c2e5f57357bbe55 {\n    --inset-padding: calc(var(--sqs-site-gutter) * 2);\n  }<\/p>\n<p>  .fe-634439af5c2e5f57357bbe55 {\n    --grid-gutter: calc(var(--sqs-site-gutter, 4vw) - 11.0px);\n    --cell-max-width: calc( ( var(--sqs-site-max-width, 1500px) - (11.0px * (24 - 1)) ) \/ 24 );\n    --inset-padding: 0vw;<\/p>\n<p>    --row-height-scaling-factor: 0.0215;\n    --container-width: min(var(--sqs-site-max-width, 1500px), calc(100vw - var(--sqs-site-gutter, 4vw) * 2 - var(--inset-padding) ));<\/p>\n<p>    grid-template-rows: repeat(14,minmax(calc(var(--container-width) * var(--row-height-scaling-factor)), auto));\n    grid-template-columns:\n      minmax(var(--grid-gutter), 1fr)\n      repeat(24, minmax(0, var(--cell-max-width)))\n      minmax(var(--grid-gutter), 1fr);\n  }\n}<\/p>\n<p>  .fe-block-a66889db5d4038f22b83 {\n    grid-area: 1\/2\/17\/10;\n    z-index: 0;\n  }<\/p>\n<p>  .fe-block-a66889db5d4038f22b83 .sqs-block {\n    justify-content: flex-start;\n  }<\/p>\n<p>  .fe-block-a66889db5d4038f22b83 .sqs-block-alignment-wrapper {\n    align-items: flex-start;\n  }<\/p>\n<p>  @media (min-width: 768px) {\n    .fe-block-a66889db5d4038f22b83 {\n      grid-area: 1\/2\/15\/26;\n      z-index: 0;\n    }<\/p>\n<p>    .fe-block-a66889db5d4038f22b83 .sqs-block {\n      justify-content: flex-start;\n    }<\/p>\n<p>    .fe-block-a66889db5d4038f22b83 .sqs-block-alignment-wrapper {\n      align-items: flex-start;\n    }\n  }<\/p>\n<\/style>\n<div class=\"fluid-engine fe-634439af5c2e5f57357bbe55\">\n<div class=\"fe-block fe-block-a66889db5d4038f22b83\">\n<div class=\"sqs-block newsletter-block sqs-block-newsletter\" data-block-type=\"51\" id=\"block-a66889db5d4038f22b83\">\n<div class=\"sqs-block-content\">\n<div class=\"newsletter-form-wrapper\n   newsletter-form-show-name\n  newsletter-form-wrapper--layoutStack\n  newsletter-form-wrapper--alignCenter\n  \n  \"\n  ><\/p>\n<form\n     class=\"newsletter-form\"\n     data-form-id=\"634439af5c2e5f57357bbe43\"\n     \n     autocomplete=\"on\"\n     method=\"POST\"\n     novalidate\n     onsubmit=\"return (function (form) {\n    Y.use('squarespace-form-submit', 'node', function usingFormSubmit(Y) {\n      (new Y.Squarespace.FormSubmit(form)).submit({\n        formId: '634439af5c2e5f57357bbe43',\n        collectionId: '634439af5c2e5f57357bbe45',\n        objectName: 'a66889db5d4038f22b83'\n      });\n    });\n    return false;\n  })(this);\"><\/p>\n<header class=\"newsletter-form-header\">\n<h2 class=\"newsletter-form-header-title\">Want to know more?<\/h2>\n<div class=\"newsletter-form-header-description\">\n<p class=\"\" style=\"white-space:pre-wrap;\">Drop us your contact and we will reach out<\/p>\n<\/div>\n<\/header>\n<div class=\"newsletter-form-body\">\n<div class=\"newsletter-form-fields-wrapper form-fields\" style=\"vertical-align: middle;\">\n<fieldset id=\"name-yui_3_17_2_1_1552579698432_3882\" class=\"newsletter-form-name-fieldset form-item fields name required\" style=\"vertical-align: bottom;\">\n<div class=\"newsletter-form-field-wrapper field first-name\">\n                  <label class=\"newsletter-form-field-label title\">First Name<\/label><br \/>\n                  <input class=\"newsletter-form-field-element field-element field-control\" name=\"fname\" x-autocompletetype=\"given-name\" type=\"text\" spellcheck=\"false\" placeholder=\"First Name\" maxlength=\"30\" data-title=\"First\" \/>\n                <\/div>\n<div class=\"newsletter-form-field-wrapper field last-name\">\n                  <label class=\"newsletter-form-field-label title\">Last Name<\/label><br \/>\n                  <input class=\"newsletter-form-field-element field-element field-control\" name=\"lname\" x-autocompletetype=\"surname\" type=\"text\" spellcheck=\"false\" placeholder=\"Last Name\" maxlength=\"30\" data-title=\"Last\" \/>\n                <\/div>\n<\/fieldset>\n<div id=\"email-yui_3_17_2_1_1552579698432_3881\" class=\"newsletter-form-field-wrapper form-item field email required\" style=\"vertical-align: bottom;\">\n              <label class=\"newsletter-form-field-label title\" for=\"email-yui_3_17_2_1_1552579698432_3881-field\">Email Address<\/label><br \/>\n              <input id=\"email-yui_3_17_2_1_1552579698432_3881-field\" class=\"newsletter-form-field-element field-element\" name=\"email\" x-autocompletetype=\"email\" autocomplete=\"email\" type=\"email\" spellcheck=\"false\" placeholder=\"Email Address\" \/>\n            <\/div>\n<\/p><\/div>\n<div data-animation-role=\"button\" class=\"newsletter-form-button-wrapper submit-wrapper\" style=\"vertical-align: middle;\">\n        <button\n          class=\"\n            newsletter-form-button\n            sqs-system-button\n            sqs-editable-button-layout\n            sqs-editable-button-style\n            sqs-editable-button-shape\n            sqs-button-element--primary\n          \"\n          type=\"submit\"\n          value=\"Sign Up\"\n        ><br \/>\n          <span class=\"newsletter-form-spinner sqs-spin light large\"><\/span><br \/>\n          <span class=\"newsletter-form-button-label\">Sign Up<\/span><br \/>\n          <span class=\"newsletter-form-button-icon\"><\/span><br \/>\n        <\/button>\n      <\/div>\n<div class=\"model\"><\/div>\n<\/p><\/div>\n<div class=\"newsletter-form-footnote\">\n<p>We respect your privacy.<\/p>\n<\/div>\n<div class=\"hidden form-submission-text\">Thank you!<\/div>\n<div class=\"hidden form-submission-html\" data-submission-html=\"\"><\/div>\n<\/p><\/form>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/section>\n<\/article>\n","protected":false},"excerpt":{"rendered":"<p>We love Real Estate and build the best tools for Real Estate Agents All professionals should have amazing tools We look at the data and the best ways to promote a Real Estate Listing, from Listing to Transaction all in the same place and in a beautiful experience. Learn More We help you build relationships &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/astronomikpixel.com\/index.php\/home\/\"> <span class=\"screen-reader-text\">Home<\/span> Read More &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"default","site-content-layout":"default","ast-global-header-display":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","footnotes":""},"class_list":["post-48","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/astronomikpixel.com\/index.php\/wp-json\/wp\/v2\/pages\/48","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/astronomikpixel.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/astronomikpixel.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/astronomikpixel.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/astronomikpixel.com\/index.php\/wp-json\/wp\/v2\/comments?post=48"}],"version-history":[{"count":0,"href":"https:\/\/astronomikpixel.com\/index.php\/wp-json\/wp\/v2\/pages\/48\/revisions"}],"wp:attachment":[{"href":"https:\/\/astronomikpixel.com\/index.php\/wp-json\/wp\/v2\/media?parent=48"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}