<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-- -------------------------- --&gt;
&lt;---          Landing           --&gt;
&lt;--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #hero {
    background: url("/images/interior-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    min-height: 50vh;
  }
  #hero:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .5;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #hero h1 {
    color: #fff;
    font-size: 3.2em;
    text-align: center;
    margin: 0;
    position: relative;
  }
  #hero h1:before {
    content: '';
    position: absolute;
    display: block;
    height: 200%;
    width: 50%;
    background: transparent;
    border: 0.15625em solid var(--primary);
    opacity: .5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #hero {
    font-size: 20px;
    background: url("/images/about.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #hero {
    min-height: 15em;
    height: 15em;
    margin-top: 6.5em;
    background-attachment: fixed;
    font-size: inherit;
  }
}
/*-- -------------------------- --&gt;
&lt;---           About            --&gt;
&lt;--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #about-content .container {
    padding: 0;
    width: 96%;
    margin: auto;
  }
  #about-content .image {
    position: relative;
    width: 100%;
    max-width: 20em;
    height: 20em;
    margin: auto;
    margin-bottom: 2.5em;
  }
  #about-content .image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #about-content .content .topper {
    font-size: 0.7em;
    line-height: 1.35714286;
    color: var(--primary);
    letter-spacing: .06em;
    margin-bottom: 0.42857143em;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
  }
  #about-content .content h2 {
    font-size: 1.8em;
    line-height: 1.16666667;
    color: #000;
    font-weight: 900;
    margin-bottom: 0.66666667em;
    position: relative;
  }
  #about-content .content h2:before {
    content: '';
    position: absolute;
    display: block;
    height: 4.16666667em;
    width: 4.16666667em;
    background: var(--primary);
    opacity: .05;
    top: -1.38888889em;
    left: -1.38888889em;
    z-index: -1;
  }
  #about-content .content .decoration {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.9em;
  }
  #about-content .content .decoration img {
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    margin-right: 0.75em;
  }
  #about-content .content .decoration .line {
    width: 80%;
    height: 1px;
    background: var(--primary);
  }
  #about-content .content p {
    font-size: 0.9em;
    line-height: 1.5;
    color: #595959;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #about-content {
    padding-top: 10em;
  }
  #about-content .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 57.2em;
  }
  #about-content .image {
    margin: 0;
    max-width: 25em;
    height: 30em;
  }
  #about-content .content {
    width: 27.5em;
    margin-left: 2.5em;
  }
}
/*-- -------------------------- --&gt;
&lt;---        Get Started         --&gt;
&lt;--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #get-started {
    padding-top: 5em;
  }
  #get-started .step {
    margin-bottom: 3.5em;
  }
  #get-started .topper {
    font-size: 0.7em;
    line-height: 1.35714286;
    color: var(--primary);
    letter-spacing: .06em;
    margin-bottom: 0.42857143em;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin: auto;
    text-align: center;
  }
  #get-started h2 {
    font-size: 2.1em;
    line-height: 1em;
    font-weight: 900;
    text-align: center;
    display: block;
    margin-bottom: 0.47619048em;
    position: relative;
  }
  #get-started h2:before {
    content: '';
    position: absolute;
    height: 3.57142857em;
    width: 3.57142857em;
    background: var(--primary);
    opacity: .05;
    top: -1.19047619em;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #get-started p {
    font-size: 0.9em;
    color: #595959;
    text-align: center;
    width: 100%;
    max-width: 35em;
    margin: auto;
    margin-bottom: 3.88888889em;
  }
  #get-started .step .image-group {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8.5em;
    height: 8.5em;
    margin: auto;
    border-radius: 50%;
    background: #F5F4F0;
    position: relative;
    margin-bottom: 0.8em;
  }
  #get-started .step img {
    width: 3em;
    height: 3em;
  }
  #get-started .step .number {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.3em;
    width: 1.96153846em;
    height: 1.96153846em;
    background: var(--primary);
    font-weight: 900;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 0.34615385em solid #ffffff;
  }
  #get-started .step h3 {
    color: #000;
    font-size: 1.3em;
    line-height: 1.15384615;
    text-align: center;
    margin-bottom: 0.61538462em;
  }
  #get-started .step p {
    color: #595959;
    font-size: 0.9em;
    line-height: 1.5;
    text-align: center;
    margin: auto;
    width: 14.88888889em;
  }
  #get-started .button-solid {
    display: block;
    margin: auto;
  }
}
@media only screen and (min-width: 660px) {
  #get-started .steps {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    font-size: min(2.2vw, 1em);
    max-width: 52.8em;
    margin: auto;
  }
}
/* Tablet */
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #get-started {
    padding-bottom: 10em;
  }
  #get-started .steps {
    position: relative;
  }
  #get-started .steps .dots {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 9.55em;
    height: 1.05em;
    margin-top: 3.7em;
    position: absolute;
    z-index: 990;
    top: 0;
    left: 50%;
    margin-left: -14.7em;
  }
  #get-started .steps .dots:nth-of-type(2) {
    margin-left: 5.15em;
  }
  #get-started .steps .dots .dot {
    width: 0.5em;
    height: 0.5em;
    background: var(--primary);
    opacity: .2;
    border-radius: 50%;
  }
  #get-started .steps .dots .dot:nth-of-type(5) {
    background: #2d2163;
    height: 1.05em;
    width: 1.05em;
  }
}
/* Large Desktop */
</pre></body></html>