<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&amp;display=swap');

h1 {
    font-family: 'Poppins', Roboto, Segoe UI, Helvetica, Arial, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 2rem;
}

h2 {
    font-family: 'Poppins', Roboto, Segoe UI, Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

.page__main {
    font-family: 'Roboto', Segoe UI, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #141414;
    background-color: #f6f6f6;
}

.section__1 {
    background-image: url(./img/sha9400wh.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 648px;
    display: flex;
    align-items: center;
}

.section__1 img {
    margin-bottom: 1rem;
}

.section__1 h1 span {
    font-size: 1.4rem;
    font-weight: 400;
}

.section__1 ul {
    margin-bottom: 0;
}

.section__1 li {
    font-size: 1.2rem;
    font-weight: 300;
    padding-bottom: 0.3rem;
}

.section__1 li:last-child {
    padding-bottom: 0;
}

.content {
    display: flex;
    align-items: center;
}

.section__2 {
    padding: 6rem 0;
}

.section__4 {
    padding: 6rem 0;
}

.section__6 {
    text-align: center;
    padding: 6rem 0;
}

.section__6 p {
    padding: 0 20%;
    margin-bottom: 3rem;
}

@media (max-width: 768px) {
    .page__main img {
        padding-bottom: 1.5rem;
    }
    .section__2 {
        padding: 5rem 0;
    }

    .section__4 {
        padding: 5rem 0;
    }

    .section__6  {
        text-align: left;
        padding: 4.5rem 0 6rem;
    }

    .section__6 p {
        padding: 0;
    }
}</pre></body></html>