<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page.home.in-sight ~ .nav-dot-container::before {
    content: "Join Us";
}
.page.benefits.in-sight ~ .nav-dot-container::before {
    content: "Benefits";
}
#video {
    opacity: .15;
}
.page.home {
    text-align: center;
}
.page.home h1 {
    font-size: clamp(23px, 3.5vw, 37px);
    line-height: clamp(23px, 3.5vw, 37px);
    margin-bottom: 15px;
}
.page.home img {
    margin: 45px 0;
}
.page.home h1::before,
.page.home h1::after {
    content: "When we say weâ€™re committed to our employees, we mean it";
}
.page.benefits .all-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 55px;
}
.page.benefits h6 {
    font-size: 19px;
    padding-top: 65px; 
}
.page.benefits h6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.page.benefits .all-benefits &gt;div:nth-of-type(1) h6:before {
    background-image: url(../images.3/benefits/benefits-1.svg);
}
.page.benefits .all-benefits &gt;div:nth-of-type(2) h6:before {
    background-image: url(../images.3/benefits/benefits-2.svg);
}
.page.benefits .all-benefits &gt;div:nth-of-type(3) h6:before {
    background-image: url(../images.3/benefits/benefits-3.svg);
}
.page.benefits .all-benefits &gt;div:nth-of-type(4) h6:before {
    background-image: url(../images.3/benefits/benefits-4.svg);
}
.page.benefits .all-benefits &gt;div:nth-of-type(5) h6:before {
    background-image: url(../images.3/benefits/benefits-5.svg);
}
.page.benefits .all-benefits &gt;div:nth-of-type(6) h6:before {
    background-image: url(../images.3/benefits/benefits-6.svg);
}
.page.benefits .all-benefits div {
    padding: 35px;
    background: var(--bg-light-color);
    border-bottom: 5px solid var(--red-color);
}
.nav-buttons {
    width: 213px;
}
@media only screen and (max-width: 800px) {
    .page.benefits .content {
        overflow: auto;
    }
    .page.benefits .all-benefits {
        gap: 15px;
        grid-template-columns: 1fr;
        margin-top: 25px;
    }
    .page.benefits .all-benefits div {
        padding: 15px 0;
    }
    .page.benefits h6::before {
        display: none;
    }
    .page.benefits h6 {
        padding-top: 0;  
    }
}
@media only screen and (max-height: 850px) {
    .page.benefits h6::before {
        display: none;
    }
    .page.benefits h6 {
        padding-top: 0;  
    }
}</pre></body></html>