/* agent-sites.css */
.hero {
    position: relative;
    padding-top: 140px;
    padding-bottom: 40px;
}
.hero h1 {
    font-size: 4.5rem;
    font-weight: 400;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 25px;
}
.hero h1 span {
    font-weight: 500;
    font-style: italic;
    color: rgba(var(--color-red), 1);
}
.hero p {
    font-size: 1.35rem;
    line-height: 150%;
    text-align: center;
    max-width: 640px;
    margin-inline: auto;
    margin-bottom: 0;
}
.hero p span {
    font-weight: 500;
}
.hero .row-video {
    max-width: 700px;
    padding-top: 40px;
    padding-bottom: 0;
    margin-inline: auto;
    position: relative;
    z-index: 1;
    padding-inline: 25px;
}
.hero .embed-container.square {
    padding-bottom: 100%;
    margin-inline: auto;
}
.hero .row-video p {
    font-size: 1.0rem;
    font-weight: 400;
    margin-bottom: 10px;
}
.hero .row-video p span {
    text-decoration: underline;
    color: rgba(var(--color-blue), 0.8);
    cursor: pointer;
}
.hero .embed-container iframe {
    border: 1px solid #eee;
    border-radius: 7px;
}
.hero .hero-video {
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.hero .hero-video .play-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero .hero-video::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .2;
}
#hero-player {
    width: 100%;
}
.hero .hero-video .play-icon>div {
    font-size: 7rem;
    color: rgba(var(--color-yellow), 1);
    width: fit-content;
    height: auto;
}
.hero .h-btns {
    margin-top: 80px;
    margin-bottom: 0;
    padding-bottom: 80px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-inline: auto;
}
@media (max-width: 991.98px) { 
    .hero .h-btns {
        flex-direction: column;
    }
    .btn-agent-sites {
        margin-top: 20px;
    }
    .hero .row-video {
        padding-inline: 40px;
    }
}
@media (max-width: 767.98px) { 
    .hero h1 {
        font-size: 3.5rem;
    }
}
@media (max-width: 590.98px) { 
    .hero h1 {
        font-size: 2.8rem;
    }
}
@media (max-width: 520px) { 
    .hero h1 {
        font-size: 2.5rem;
    }
    .hero .row-video {
        padding-inline: 10px;
    }
}
@media (max-width: 450px) { 
    .hero h1 {
        font-size: 2.25rem;
    }
}
.hero .h-div {
    width: 100%;
    height: 35vw;
    background-color: rgba(var(--color-beige), 1);
    position: absolute;
    bottom: 0;
    left: 0;
}
.hero .h-div img {
    width: 100%;
    height: auto;
    max-height: 200px;
}
.agent-features.top {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: rgba(var(--color-beige), 1);
}
.agent-features.top h2 {
    font-size: 2.25rem;
    line-height: 120%;
    margin-bottom: 15px;
    font-weight: 300;
}
.agent-features.top p {
    font-size: 1.35rem;
    line-height: 140%;
    margin-bottom: 0;
}
.agent-features.top .icon {
    color: rgba(var(--color-red), 1);
    font-size: 1.2rem;
    margin-right: 7px;
}
.agent-features.top h4 {
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: var(--font-headings);
}
.agent-features.grid {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #ffffff;
}
.agent-features .feature {
    text-align: center;
    min-height: 325px;
}
.agent-features .feature .title {
    color: rgba(var(--link-color), 1);
    text-decoration: underline;
    cursor: pointer;
}
.agent-features .feature .thumb img {
    height: 225px;
    width: auto;
}
.agent-features .feature .thumb.border {
    margin-bottom: 15px;
}
.agent-features .feature .thumb.border img {
    height: 210px;
}
.agent-features .feature .desc {
    padding-top: 3px;
    padding-inline: 5px;
    max-width: 290px;
    color: rgb(var(--color-body));
    margin-inline: auto;
}
.agent-features .feature a {
    display: block;
    width: fit-content;
    margin-inline: auto;
}
.agent-features .cta-btns {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: end;
    margin-top: -50px;
}
.agent-features .cta-btns a.btn {
    width: 205px;
}
@media (max-width: 1199.98px) {
    .agent-features .cta-btns {
        flex-direction: row;
        gap: 35px;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
        margin-top: 0;
    }
}
@media (max-width: 991.98px) { }
@media (max-width: 767.98px) { 
    .agent-features .feature .thumb img,
    .agent-features .feature .thumb.border img {
        height: 190px;
    }
}
@media (max-width: 575.98px) { 
    .agent-features .feature .thumb img {
        height: 225px;
    }
    .agent-features .feature .thumb.border img {
        height: 205px;
    }
    .agent-features .cta-btns {
        flex-direction: column;
        gap: 25px;
        justify-content: center;
        align-items: center;
    }
}
.glightbox-clean .gslide-title {
	font-size: 1.2rem;
	font-family: var(--font-headings);
	color: rgba(var(--color-headings),1);
	text-align: center;
    margin-bottom: 10px;
}
.glightbox-clean .gslide-desc {
	font-size: 1.0rem;
	font-family: var(--font-body);
	color: rgba(var(--color-body),1);
	text-align: center;
}
.more-features {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #fafafa;
}
.more-features h2 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 35px;
}
.more-features ul {
    column-count: 2;
}
.more-features li {
    padding-right: 25px;
    font-weight: 1.2rem;
    padding-block: 5px;
}
@media (max-width: 649.98px) {
    .more-features ul {
        column-count: 1;
    }
}