<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header.inner-page.float_l {
    background-image: url('../images/inner-page-header-bg.png');
}
.page-header.about.float_l {
    background-image: url('../images/about-header.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 364px;
}
.page-header.float_l h1 {
    font-size: 60px;
    color: #fff;
    font-family: Antonio;
    line-height: 70px;
    float: left;
    margin: 284px 0 0 0;
    padding: 0;
}
.meet-karen.float_l {
    color: #fff;
    background-color: #575757;
    overflow: hidden;
}
.meet-karen .right-sec, .meet-karen .left-sec {
    min-height: 730px;
    position: relative;
}
.meet-karen .left-sec {
    float: left;
    width: 65.5%;
    margin: 1.5% 1.5% 1.5% 0;
    padding: 54px 100px 0 0;
    background-color: #1e1e1e;
}
.meet-karen .left-sec:before {
    content: "";
    position: absolute;
    background-color: #1e1e1e;
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
}
.meet-karen .left-sec .heading {
    font-family: Antonio;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.meet-karen .left-sec .simple-text {
    font-size: 16px;
}
.meet-karen .left-sec .simple-text {
    line-height: 26px;
    margin: 0 0 20px 0;
}
.meet-karen .right-sec {
    float: left;
    width: 33%;
    margin: 18px 0;
    padding: 22px 30px;
    background-color: #2b2b2b;
}
.meet-karen .right-sec:after {
    content: "";
    position: absolute;
    background-color: #2b2b2b;
    height: 100%;
    width: 100%;
    right: -100%;
    top: 0;
}
.meet-karen .right-sec img {
    float: left;
    border: 9px solid #fff;
}
.meet-karen .right-sec .heading {
    margin: 30px 0 0 0;
    font-size: 25px;
    font-family: Antonio;
    line-height: 30px;
}
.meet-karen .right-sec .text {
    font-size: 14px;
    margin: 15px 0 0 0;
    line-height: 27px;
}
.meet-crew.float_l {
    background-image: url('../images/meet-crew-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #2d2d2d;
    padding: 60px 0;
}
.meet-crew.float_l .heading {
    color: #fff;
    text-transform: uppercase;
    font-family: Antonio;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    margin: 0 0 30px 0;
}
.crew-box {
    float: left;
    margin: 10px 1%;
    width: 18%;
    font-family: Antonio;
}
.crew-box img {
    float: left;
}
.crew-box .name {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    margin: 30px 0 3px 0;
}
.crew-box .title {
    font-size: 24px;
    color: #898989;
    line-height: 30px;
}
.why-work.float_l {
    background-color: #818181;
    color: #fff;
    overflow: hidden;
}
.why-work.float_l .left-text {
    float: left;
    width: 63%;
    padding: 45px 0;
}
.why-work.float_l .heading, .ethics-real-estate.float_l .heading, .about-county.float_l .heading {
    color: #fff;
    text-transform: uppercase;
    font-family: Antonio;
    font-size: 48px;
    line-height: 70px;
    margin: 0 0 17px 0;
}
.why-work.float_l .simple-text {
    line-height: 24px;
}
.why-work.float_l ul li {
    position: relative;
    padding: 10px 0 0 10px;
    margin: 0 0 0 20px;
}
.why-work.float_l a.see-more, .about-county.float_l a.see-more {
    float: left;
    font-family: Antonio;
    color: #fff;
    margin: 35px 0 0 0;
    padding: 7px 50px 3px 50px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    background-color: #000000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.why-work.float_l a.see-more:hover, .about-county.float_l a.see-more:hover {
    background-color: #252525;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.why-work.float_l .why-work-img {
    float: left;
    width: 37%;
}
.why-work.float_l .container {
    position: relative;
}
.why-work.float_l .why-work-img img {
    position: absolute;
    left: 63%;
}
.ethics-real-estate.float_l {
    background-image: url('../images/ethics-real-estate-bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 100px 0;
}
.ethics-real-estate.float_l a.learn-more {
    float: left;
    font-family: Antonio;
    color: #fff;
    padding: 8px 50px 4px 50px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    background-color: #9e111a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 20%;
    margin: 45px 40% 0 40%;
}
.ethics-real-estate.float_l a.learn-more:hover {
    background-color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.about-county.float_l {
    background-color: #363636;
    color: #fff;
    overflow: hidden;
}
.about-county.float_l .right-text {
    float: right;
    width: 63%;
    padding: 73px 0;
}
.about-county.float_l .county-img {
    float: left;
    width: 37%;
}
.about-county.float_l .county-img img {
    position: absolute;
    right: 66%;
}
.about-county.float_l .container {
    position: relative;
}</pre></body></html>