<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.layout__region--second {
    .block-social-media {
        border-top: 1px solid rgba(0,0,0, .1);
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
        padding-top: 40px;

        @media (max-width: 767.98px) {
            align-items: unset;
            flex-direction: column;
            gap: 20px;
            justify-content: unset;
            margin-top: 30px;
            padding-top: 20px;
        }

        .published-date {
            font-size: 18px;
        }

        .social-list {
            align-items: center;
            display: flex;
            flex-direction: row;
            gap: 10px;
        }

        .social-list li {
            margin: 0;
        }
    }
}

.right-aside {
    .block-social-media {
        border: none;
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 0;
        margin: 0;

        .published-date {
            font-size: 18px;
        }
    }
}

.social-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.social-list li {
    padding: 0;
}

.social-list li:before {
    display: none;
}

.social-list-item:first-child {
    font-size: 18px;
    margin-top: 0;
    text-align: center;
}

@media (max-width: 991.98px) {
    .social-list-item {
        display: inline-block;
        margin: 0 15px 0 0;
    }

    .social-list-item:first-child {
        display: block;
        margin-bottom: 15px;
    }
}

.social-list-item button {
    transition: all 0.35s ease;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 25px;
    padding: 12px 30px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    background-color: #fff;
    color: #005AE8;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1);
    transition: all 0.35s ease;
    padding: 0;
    color: #434343;
    flex-direction: column;
    margin: 0 auto;
}

.social-list-item button {
    font-size: 16px;
}

.prefers-reduced-motion .social-list-item button {
    transition: none;
}

.social-list-item button:hover {
    color: #000;
    background-color: #e6e6e6;
}

.social-list-item button:disabled, .social-list-item button.disabled {
    transition: none;
    opacity: 1;
    box-shadow: none;
    cursor: default;
    background-color: #f2f2f2;
    color: #434343;
    pointer-events: none;
}

.prefers-reduced-motion .social-list-item button:disabled, .prefers-reduced-motion .social-list-item button.disabled {
    transition: none;
}

.social-list-item button:active, .social-list-item button.active {
    background-color: #d9d9d9;
}

.social-list-item button span {
    line-height: 0;
}

.social-list-item button:hover {
    background-color: #fff;
    transform: scale(1.15);
}

.is-tabbing .social-list-item button:focus {
    outline: 0.2rem solid #E6AE03 !important;
}

@media (max-width: 991.98px) {
    .social-list-item button {
        height: 50px;
        width: 50px;
    }

    .social-list-item button {
        font-size: 16px;
    }
}

.social-list-item button {
    font-size: 14px;
}

.social-list-item button:before {
    content: "\f106";
    font-family: "icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-list-item button:before {
    font-size: 20px;
}

.social-list-item button.is-liked:before {
    content: "\f141";
    font-family: "icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #BF3FD9;
}

.social-list-link {
    transition: all 0.35s ease;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 25px;
    padding: 12px 30px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    background-color: #fff;
    color: #005AE8;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1);
    transition: all 0.35s ease;
    padding: 0;
    height: 35px;
    width: 35px;
    margin: 0 auto;
}

.social-list-link {
    font-size: 16px;
}

.prefers-reduced-motion .social-list-link {
    transition: none;
}

.social-list-link:hover {
    color: #000;
    background-color: #e6e6e6;
}

.social-list-link:disabled, .social-list-link.disabled {
    transition: none;
    opacity: 1;
    box-shadow: none;
    cursor: default;
    background-color: #f2f2f2;
    color: #434343;
    pointer-events: none;
}

.prefers-reduced-motion .social-list-link:disabled, .prefers-reduced-motion .social-list-link.disabled {
    transition: none;
}

.social-list-link:active, .social-list-link.active {
    background-color: #d9d9d9;
}

.social-list-link span {
    line-height: 0;
}

.social-list-link:hover {
    background-color: #fff;
    transform: scale(1.15);
}

.is-tabbing .social-list-link:focus {
    outline: 0.2rem solid #E6AE03 !important;
}

@media (max-width: 991.98px) {
    .social-list-link {
        height: 50px;
        width: 50px;
    }

    .social-list-link {
        font-size: 16px;
    }
}

.intranet .social-list-link {
    height: 60px;
    width: 60px;
}

.intranet .social-list-link span {
    font-size: 24px;
}
</pre></body></html>