<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.block--meet-the-team {
    background-color: #546779;
    color: var(--wp--preset--color--sw-white);
    padding: 180px 0 220px;
    overflow: hidden;
}

.block--meet-the-team--top {
    margin-bottom: 64px;
}

.block--meet-the-team--top--text p {
    margin-bottom: 0;
}

.block--meet-the-team--top--inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

@media screen and (max-width: 1024px) {
    .block--meet-the-team--top--inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }    
}

.block--meet-the-team--top--actions {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 16px;
}

@media screen and (max-width: 1024px) {
    .block--meet-the-team--top--actions {
        display: none;
    }  
}

.block--meet-the-team--top--actions &gt; * {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #546779;
    border-radius: 4px;
    border-color: #6CA6CC;
    border-width: 1px;
    color: var(--wp--preset--color--sw-white);
    padding: 14px;
}

.block--meet-the-team--top--actions &gt; *:hover {
    background-color: var(--wp--preset--color--sw-yellow);
    border-color: var(--wp--preset--color--sw-yellow);
    border-width: 1px;
    color: var(--wp--preset--color--sw-blue);
}

.block--meet-the-team--top--actions &gt; *:disabled {
    opacity: 0.4;
}

.block--meet-the-team--card {
    background-color: #E8E8E8;
    border-radius: 24px;
    overflow: hidden;
    display: grid;
    grid-template-rows: 350px 1fr;
}

.block--meet-the-team--card figure {
    border-radius: 24px;
    overflow: hidden;
}

.block--meet-the-team--card figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.block--meet-the-team--card--content {
    padding: 16px 24px;
    color: #666;
}

.block--meet-the-team--card--content h3 {
    margin-bottom: 0;
}

.block--meet-the-team .embla__viewport {
    overflow: visible;
}

@media screen and (max-width: 1280px) {
    .block--meet-the-team .embla {
        --slide-size: 37.5%;
        --slide-spacing: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .block--meet-the-team .embla {
        --slide-size: 45%;
        --slide-spacing: 24px;
    }
}

@media screen and (max-width:  640px) {
    .block--meet-the-team .embla {
        --slide-size: 90%;
        --slide-spacing: 24px;
    }
}</pre></body></html>