section {
    position: relative;
    z-index: 2;
}

/*slideshow*/
#hp-slideshow {
    position: relative;
    z-index: initial;
}
    #hp-slideshow:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 5%;
        background: #fff;
    }
    .slideshow-canvas {
        display: block;
        width: 100%;
    }
    #hp-slideshow .aios-slider {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--secondary);
    }
        #hp-slideshow .aios-slider canvas {
            min-height: 100vh!important;
        }


/*Sellers / Buyers / Agents*/
#hp-sba {
    position: relative;
}
    .sba-row {
        position: relative;
        max-width: 1600px;
        margin: 0 auto;
    }
        .sba-accent {
            position: absolute;
            opacity: 0.1;
        }
            .sba-accent canvas {
                display: block;
                width: 100%;
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
            }

        .sba-container {
            padding: 0 5%;
        }

        .sba-img {
            width: 556px;
            width: 38.6115%;
            position: relative;
        }
            .sba-img canvas {
                display: block;
                width: 100%;
                background-position: center;
                background-size: cover;
                height: 100%;
            }
            .sba-img canvas:not(.lazyloaded) {
                background-color: #000;
            }
            .sba-sellers .sba-img canvas {
                margin-top: -29px;
                height: calc(100% + 29px);
            }
            .sba-img:before,
            .sba-img:after {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                width: 100vw;
                background: #fff;
                z-index: -1;
            }
            .sba-img:before {
                right: 100%;
            }
            .sba-img:after {
                left: 100%;
            }

        .sba-text {
            width: 61.3885%;
            padding: 0 82px 0;
            position: relative;
            z-index: 1;
            align-self: center;
        }
            .sba-text-inner {
                max-width: 620px;
                /*max-width: 77%;*/
            }
            .sba-title {
                margin-bottom: 31px;
            }
                .sba-title :is(h1,h2) {
                    font-size: 64px;
                    line-height: 1;
                    color: #000;
                    font-family: var(--font-family-title);
                    position: relative;

                }
                    .sba-title :is(h1,h2) span {
                        display: inline-block;
                        position: relative;
                        padding-bottom: 24px;
                    }
                    .sba-title :is(h1,h2) span:before {
                        content: '';
                        position: absolute;
                        bottom: 0;
                        height: 2px;
                        background: var(--secondary);
                        width: 400px;
                    }

            .sba-text p {
                font-size: 14px;
                letter-spacing: 0.02em;
                line-height: 2.285714285714286;
                margin-bottom: 32px;
            }

    .sba-spacer {
        display: block;
        background: #fff;
    }
    .sba-spacer.spacer-1 {
        height: 139px;
    }
    .sba-spacer.spacer-2 {
        height: 127px;
    }
    .sba-spacer.spacer-3 {
        height: 229px;
    }

    .sba-sellers {

    }
        .sba-sellers .sba-accent {
            width: 398px;
            width: min(398px, 24.875vw);
            right: -3.6%;
            top: 4.5%;
        }
        .sba-sellers .sba-text {
            padding-right: 0;
            padding-top: 10px;
        }
            .sba-sellers .sba-title :is(h1,h2) span:before {
                right: -26px;
            }
            .sba-sellers .sba-text a.btn-a {
                margin-top: 8px;
            }

    .sba-buyers {

    }
        .sba-buyers .sba-accent {
            width: 505px;
            width: min(505px, 31.5625vw);
            left: -6.7%;
            top: 11%;
        }
        .sba-buyers .sba-text {
            padding-left: 0;
            padding-bottom: 10px;
            text-align: right;
        }
            .sba-buyers .sba-text-inner {
                margin-left: auto;
            }
            .sba-buyers .sba-title :is(h1,h2) span:before {
                left: -26px;
            }
            .sba-buyers .sba-text p {
                margin-bottom: 28px;
            }
            .sba-buyers .sba-text a.btn-a {
                margin-top: 15px;
            }

    .sba-agents {
        
    }
        .sba-agents .sba-accent {
            width: 638px;
            width: min(638px, 39.875vw);
            right: -7.1%;
            top: 16%;
        }
        .sba-agents .sba-text {
            padding-right: 0;
        }
            .sba-agents .sba-title :is(h1,h2) span:before {
                right: -26px;
            }
            .sba-agents .sba-text a.btn-a {
                margin-top: 8px;
            }


/*social*/
#hp-social {
    position: relative;
    background: #fff;
    padding: 0 0 0;
    overflow: hidden;
}
    .social-group {

    }
    .social-group.social-facebook {
        margin-bottom: 92px;
    }
    .social-list {
        position: relative;
        padding-left: 16.666666666666667%;
        margin: 0 -2px;
    }
        .social-item.social-title {
            position: absolute;
            top: 0;
            left: 0;
            width: 16.666666666666667%;
        }
            .social-item.social-title a canvas {
                background: #000;
            }
            .social-title-inner {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
                right: 0;
                font-size: 24px;
                letter-spacing: 0.02em;
                line-height: 1.458333333333333;
                font-weight: 400;
                font-family: var(--font-family-title);
                padding: 0 40px;
                z-index: 3;
                color: #fff;
                transition: color var(--default-transition);
            }
                .social-title-inner strong {
                    display: block;
                    position: relative;
                }
                .social-title-inner span {
                    display: inline-block;
                    vertical-align: top;
                    position: relative;
                }
                    .social-title-inner span:before {
                        content: '';
                        position: absolute;
                        bottom: -26px;
                        right: 0;
                        height: 1px;
                        background: var(--secondary);
                        width: 300px;
                        transition: background var(--default-transition);
                    }
            .social-item.social-title a:hover .social-title-inner,
            .social-item.social-title a:focus .social-title-inner {
                color: #000;
            }
                .social-item.social-title a:hover .social-title-inner span:before,
                .social-item.social-title a:focus .social-title-inner span:before {
                    background: #000;
                }
            .social-item.social-title a:hover:before,
            .social-item.social-title a:focus:before {
                opacity: 1;
            }
        .social-item {
            display: inline-block;
            vertical-align: top;
            width: 20%;
            position: relative;
            padding: 2px;
        }
            .social-item a {
                display: block;
                position: relative;
                overflow: hidden;
            }
                .social-item a canvas {
                    display: block;
                    width: 100%;
                    background-position: center;
                    background-size: cover;
                    position: relative;
                    z-index: 1;
                    background-color: #999;
                }
                .social-item a:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background: rgb(198,170,95);
                    background: -moz-linear-gradient(318deg, rgba(198,170,95,1) 0%, rgba(244,231,207,1) 53%, rgba(119,127,129,1) 100%);
                    background: -webkit-linear-gradient(318deg, rgba(198,170,95,1) 0%, rgba(244,231,207,1) 53%, rgba(119,127,129,1) 100%);
                    background: linear-gradient(318deg, rgba(198,170,95,1) 0%, rgba(244,231,207,1) 53%, rgba(119,127,129,1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c6aa5f",endColorstr="#777f81",GradientType=1);
                    z-index: 2;
                    opacity: 0;
                    transition: all var(--default-transition);
                }
                .social-item a:hover:before,
                .social-item a:focus:before {
                    opacity: 0.7;
                }
                .social-item a i {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    z-index: 2;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 40px;
                    color: #fff;
                    opacity: 0;
                    transition: all var(--default-transition);
                }
                .social-item a:hover i,
                .social-item a:focus i {
                    opacity: 1;
                }


    .social-group.social-instagram {

    }
        .social-instagram .social-list {
            padding-right: 16.666666666666667%;
            padding-left: 0;
        }
        .social-instagram .social-item.social-title {
            left: initial;
            right: 0;
            text-align: right;
        }
            .social-instagram .social-item.social-title span:before {
                left: 0;
                right: initial;
            }


/*team*/
#hp-team {
    position: relative;
    background: #fff;
    padding: 145px 0 100px 5%;
    padding-top: 0;
}
    .team-inner {
        position: relative;
        overflow: hidden;
    }
        .team-title {
            position: absolute;
            bottom: 11%;
            left: 0;
            right: 0;
            z-index: 2;
            /*padding-left: 107px;
            padding-right: 162px;*/
            padding-left: 7.05%;
            padding-right: 10.65%;
        }
            .team-title-inner {

            }
                .team-title-left {
                    position: relative;
                }
                    .team-title-left .section-title {
                        color: #fff;
                    }
                    .team-title-left p {
                        font-size: 24px;
                        letter-spacing: 0.04em;
                        line-height: 1.458333333333333;
                        color: #fff;
                        margin-bottom: 25px;
                    }
                    .team-title-left:before {
                        content: '';
                        position: absolute;
                        height: 1px;
                        bottom: -5px;
                        width: 500px;
                        right: 100%;
                        margin-right: -193px;
                        background: var(--secondary);
                    }
                .team-title-right {

                }
                    .team-title-right a.btn-a {
                        width: 210px;
                    }
        .team-img {
            position: relative;
        }
            .team-img canvas {
                display: block;
                width: 100%;
            }
            .team-img img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .team-img:before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 45%;
                opacity: 0.65;
                z-index: 1;
                background: rgb(0,0,0);
                background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
                background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
                background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
            }

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1199px) {
    .sba-text {
        padding: 0 30px 0;
    } 
    .sba-title :is(h1,h2) {
        font-size: 54px;
    }
}
@media only screen and (max-width: 991px) {
    #hp-slideshow:before {
        opacity: 0;
    }
    .slideshow-canvas {
        min-height: 100vh;
    }
    .sba-container {
        padding: 0;
    }

    .sba-img {
        width: 100%;
    }

    .sba-sellers .sba-img canvas {
        height: auto;
        margin-top: 0;
    }

    .sba-text {
        width: 100%;
        background: #fff;
        padding: 40px 3.75%!important;
        text-align: center!important;
    }

    .sba-text-inner {
        margin: 0 auto;
        position: relative;
        z-index: 3;
    }
    .sba-title :is(h1,h2) {
        font-size: 40px;
    }
    .sba-title :is(h1,h2) span:before {
        left: 0!important;
        right: 0!important;
        max-width: 100%;
    }

    .sba-spacer.spacer-1, 
    .sba-spacer.spacer-2, 
    .sba-spacer.spacer-3 {
        height: 50px;
    }

    .sba-sellers .sba-accent {
        bottom: -10px;
        top: initial;
        z-index: 2;
        width: 280px;
        max-width: 100%;
    }

    .sba-buyers .sba-accent {
        top: initial;
        bottom: 0;
        width: 350px;
        z-index: 2;
        max-width: 100%;
    }

    .sba-agents .sba-accent {
        top: initial;
        bottom: 0;
        width: 420px;
        z-index: 2;
        max-width: 100%;
    }


    .social-group {
        padding: 0 3.75%;
    }
    .social-item.social-title {
        width: 100%;
        position: relative;
    }

    .social-list {
        padding: 0!important;
        max-width: 500px;
        margin: 0 auto;
    }

    .social-item {
        width: 50%;
    }

    .social-item:nth-child(6) {
        display: none;
    }

    .social-title-inner {
        text-align: center!important;
    }


    #hp-team {
        padding: 60px 0 60px 3.750%;
    }
    .team-title {
        position: relative;
        padding: 50px 0 0;
    }
    .team-title-inner {
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }

    .team-title-left .section-title {
        color: #000;
    }

    .team-title-left p {
        color: #000;
        margin-bottom: 10px;
    }

    .team-title-left:before {
        max-width: 100%;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .team-title-right a.btn-a:not(:hover) {
        color: #000;
        border-color: #000;
    }

    .team-title-left {
        margin-bottom: 30px;
        text-align: center;
    }

}
@media only screen and (max-width: 767px) {
    
}
@media only screen and (max-width: 480px) {
    
}