<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline; }

html {
  line-height: 1; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #484848;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

ol, ul {
  list-style: none; }

p {
  padding-bottom: 20px; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  font-family: "Open Sans", sans-serif;
  font-style: italic; }

strong, b {
  font-family: "Open Sans", sans-serif;
  font-weight: 700; }

i {
  font-family: "Open Sans", sans-serif; }

a {
  color: #0089d0;
  font-weight: 600; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

.box-full {
  display: block;
  width: 100%; }
  .box-full .box-container {
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 128px; }
    @media screen and (max-width: 1100px) {
      .box-full .box-container {
        padding: 0 32px; } }
    @media screen and (max-width: 1023px) {
      .box-full .box-container {
        padding: 0 32px; } }
    .box-full .box-container.no-margin-bottom {
      margin-bottom: 0; }
    .box-full .box-container .box-row {
      display: flex;
      flex-flow: row; }
      .box-full .box-container .box-row .box-img img {
        max-width: 100%; }
      .box-full .box-container .box-row .box-content {
        line-height: 1.4;
        text-align: justify; }
    .box-full .box-container .box-wrap {
      flex-wrap: wrap; }
    .box-full .box-container .box-justify-content {
      justify-content: space-between; }
    .box-full .box-container .box-align-items {
      align-items: center; }
    .box-full .box-container .box-button {
      display: flex;
      flex: 0 0 100%; }
    @media screen and (max-width: 640px) {
      .box-full .box-container {
        margin-bottom: 45px; } }
  .box-full.box-blue {
    background-color: #0093D8; }
  .box-full.box-blue-light {
    background-color: #3AB2EB; }
  .box-full.box-green {
    background-color: #7dc47d;
    border-bottom: 1px solid #73a472; }
  .box-full.box-green-opacity {
    background-color: rgba(125, 196, 125, 0.9); }
  .box-full.box-grey-opacity {
    background-color: rgba(78, 78, 78, 0.9); }

h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #484848;
  margin: 0;
  padding: 0; }

h2 {
  font-size: 36px;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin: 56px 0 16px 0;
  padding: 0;
  text-align: center; }

h3 {
  font-size: 24px;
  font-family: "Open Sans", sans-serif; }

h4 {
  font-size: 18px;
  line-height: 18px;
  font-family: "Open Sans", sans-serif; }

h6 {
  font-size: 15px;
  font-family: "Open Sans", sans-serif; }

header.sold-header {
  background-color: #fff; }
  @media screen and (max-width: 1023px) {
    header.sold-header {
      position: relative; } }
  header.sold-header &gt; .box-container {
    position: relative; }
    @media screen and (max-width: 1023px) {
      header.sold-header &gt; .box-container {
        padding: 0 22px; } }
    header.sold-header &gt; .box-container &gt; .box-row {
      height: 40px;
      min-height: 40px; }
      header.sold-header &gt; .box-container &gt; .box-row h1 {
        line-height: 0.5rem; }
        header.sold-header &gt; .box-container &gt; .box-row h1:after, header.sold-header &gt; .box-container &gt; .box-row h1:before {
          display: none; }
      @media screen and (max-width: 1023px) {
        header.sold-header &gt; .box-container &gt; .box-row {
          height: auto; } }

.sold-banner {
  background-color: #3598dc;
  color: #ffffff; }
  .sold-banner.sold-baner-full img {
    width: 100%;
    max-width: 100%; }
  .sold-banner .box-container {
    position: relative;
    height: 460px;
    overflow: hidden;
    display: flex;
    align-items: center; }
    .sold-banner .box-container h1 {
      color: #ffffff;
      padding-left: 148px; }
      .sold-banner .box-container h1 span.field-1 {
        font-size: 45px;
        font-weight: 700;
        line-height: 1.0; }
      .sold-banner .box-container h1 span.field-2 {
        font-size: 130px;
        font-weight: 700;
        line-height: .7; }
      .sold-banner .box-container h1 span.field-3 {
        font-size: 30px;
        line-height: 1.0; }
      .sold-banner .box-container h1 span.field-tys {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2; }
    @media screen and (max-width: 480px) {
      .sold-banner .box-container {
        height: 384px; } }
    @media screen and (max-width: 360px) {
      .sold-banner .box-container {
        height: 300px; } }
  @media screen and (max-width: 1023px) {
    .sold-banner {
      margin-top: 0; } }

.sold-about .box-container .box-row.list-about {
  font-size: 60px; }
  .sold-about .box-container .box-row.list-about li span {
    display: block;
    text-align: center;
    font-weight: 700;
    line-height: 1.2; }
    .sold-about .box-container .box-row.list-about li span.orange {
      color: #f39c11; }
      .sold-about .box-container .box-row.list-about li span.orange span.tys {
        display: inline;
        font-size: 24px; }
    .sold-about .box-container .box-row.list-about li span.grey {
      font-size: 24px;
      color: #b6b6b6; }
  @media screen and (max-width: 1023px) {
    .sold-about .box-container .box-row.list-about li {
      flex: 0 0 300px;
      padding-bottom: 24px; } }
  @media screen and (max-width: 640px) {
    .sold-about .box-container .box-row.list-about li {
      flex: 0 0 100%;
      padding-bottom: 24px; } }

.sold-baner-full img {
  width: 100%;
  max-width: 100%; }

.sold-history .box-container .history-content {
  padding-left: 237px;
  position: relative; }
  .sold-history .box-container .history-content:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    display: block;
    background-color: #b7b7b7; }
    @media screen and (max-width: 640px) {
      .sold-history .box-container .history-content:before {
        display: none; } }
  .sold-history .box-container .history-content .box-grey {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: auto;
    margin-left: 44px;
    border-radius: 10px;
    padding: 40px 40px 30px;
    background-color: #f7f8fc;
    margin-bottom: 52px; }
    @media screen and (max-width: 640px) {
      .sold-history .box-container .history-content .box-grey {
        margin-left: 0;
        margin-bottom: 62px; } }
    .sold-history .box-container .history-content .box-grey:before {
      content: "";
      position: absolute;
      height: 100%;
      top: 0;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto;
      left: -56px;
      display: block;
      width: 10px;
      height: 10px;
      background-color: #0093d8;
      border: 8px solid white;
      border-radius: 16px; }
      @media screen and (max-width: 640px) {
        .sold-history .box-container .history-content .box-grey:before {
          display: none; } }
    .sold-history .box-container .history-content .box-grey span.date {
      position: absolute;
      top: 0;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto;
      left: -170px;
      display: inline-block;
      height: 28px;
      font-size: 40px;
      line-height: 0.7;
      color: #3598dc;
      font-weight: 700; }
      @media screen and (max-width: 640px) {
        .sold-history .box-container .history-content .box-grey span.date {
          top: -34px;
          left: 0;
          height: auto;
          font-size: 28px;
          width: 100%;
          text-align: center; } }
    @media screen and (max-width: 640px) {
      .sold-history .box-container .history-content .box-grey:nth-child(1) {
        margin-top: 50px; } }
    .sold-history .box-container .history-content .box-grey:nth-child(2) span.date {
      color: #2ecd71; }
    .sold-history .box-container .history-content .box-grey:nth-child(3) span.date {
      color: #e84c3d; }
    .sold-history .box-container .history-content .box-grey:nth-child(4) span.date {
      color: #e77c22; }
    .sold-history .box-container .history-content .box-grey:nth-child(5) span.date {
      color: #bf3a2b; }
    .sold-history .box-container .history-content .box-grey:nth-child(6) span.date {
      color: #2a80b9; }
    .sold-history .box-container .history-content .box-grey:nth-child(7) span.date {
      color: #19bd9b; }
    .sold-history .box-container .history-content .box-grey:nth-child(8) span.date {
      color: #9a59b5; }
    .sold-history .box-container .history-content .box-grey:nth-child(9) span.date {
      color: #3598dc; }
  @media screen and (max-width: 640px) {
    .sold-history .box-container .history-content {
      padding-left: 0px; } }

.sold-half .box-row {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  flex-wrap: wrap; }
  .sold-half .box-row div {
    flex: 1; }
    .sold-half .box-row div img {
      max-width: 100%; }
    .sold-half .box-row div.photo {
      line-height: 1; }
      .sold-half .box-row div.photo img {
        height: 100%; }
        @media screen and (max-width: 640px) {
          .sold-half .box-row div.photo img {
            height: auto; } }
    .sold-half .box-row div.text-intro.grey {
      background-color: #f7f8f9; }
      .sold-half .box-row div.text-intro.grey .content {
        margin-top: 8%;
        display: inline-block;
        max-width: 385px;
        margin-left: 76px;
        margin-right: 20px; }
        .sold-half .box-row div.text-intro.grey .content h2 {
          text-align: left; }
        @media screen and (max-width: 1023px) {
          .sold-half .box-row div.text-intro.grey .content {
            margin-top: 0; } }
        @media screen and (max-width: 768px) {
          .sold-half .box-row div.text-intro.grey .content {
            margin-left: 32px;
            max-width: 100%;
            margin-right: 32px;
            margin-bottom: 32px; } }
        @media screen and (max-width: 1023px) {
          .sold-half .box-row div.text-intro.grey .content {
            margin-bottom: 0; } }
    .sold-half .box-row div.text-intro.right {
      text-align: right; }
      .sold-half .box-row div.text-intro.right .content {
        text-align: left;
        margin-left: 32px;
        margin-right: 80px; }
        @media screen and (max-width: 640px) {
          .sold-half .box-row div.text-intro.right .content {
            margin-right: 32px;
            margin-bottom: 32px; } }
    @media screen and (max-width: 768px) {
      .sold-half .box-row div {
        flex: 0 0 100%; } }

.sold-footer {
  background-color: #d7d7d7;
  min-height: 40px;
  position: relative; }
  .sold-footer .box-container .box-row {
    min-height: 40px;
    font-size: 11px; }

/*# sourceMappingURL=app.css.map */
</pre></body></html>