<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#addThisShareModal.reveal {
    background-color: #0014dc;
    border: none;
    padding: 24px;
    width: unset;
    margin: auto 24px;
    min-height: unset;
    height: auto;
    transform: translate(0, 50%);

}

#addThisShareModal.reveal .share-modal-title {
    color: #fff;
    font-size: 32px;
    line-height: 1.25;
    font-weight: normal;
    margin-top: 16px;
    margin-bottom: 24px;
}

#addThisShareModal.reveal .share-container .sharethis-inline-share-buttons {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 16px;

}


#addThisShareModal.reveal .share-container {
    /* padding: 36px 64px 64px 64px; */
}

#addThisShareModal.reveal .share-container .sharethis-inline-share-buttons a {
    height: 50px;
    background-color: #fff;
    color: #0014dc;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    padding: 13px 24px;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    width: 100%;
}

#addThisShareModal.reveal .share-container .sharethis-inline-share-buttons a:hover {
    background-color: #051464;
    color: #fff;
}


#addThisShareModal.reveal .share-container .close-button {
    background-image: url(../../../-/media/SLBJapan/Images/share-popup-icons/close-white);
    border:none;
    cursor: pointer;
    background-color: unset;
    width: 28px;
    height: 28px;
    position: relative;
    top: 0;
    right: 0;
}

#addThisShareModal.reveal .share-container .sharethis-inline-share-buttons a span {
    width: 16px;
    height: 16px;
    display: inline-block;
}

#addThisShareModal.reveal .share-container .sharethis-inline-share-buttons a {
    border: none;
    height: 50px;
}

#addThisShareModal.reveal .share-container .sharethis-inline-share-buttons a span.icon-font-linkedin {
    background-image: url(../../../-/media/SLBJapan/Images/share-popup-icons/linkedin-blue);
}

#addThisShareModal.reveal .share-container .sharethis-inline-share-buttons a:hover span.icon-font-linkedin {
    background-image: url(../../../-/media/SLBJapan/Images/share-popup-icons/linkedin-white);
}

#addThisShareModal.reveal .share-container .sharethis-inline-share-buttons a span.icon-font-facebook {
    background-image: url(../../../-/media/SLBJapan/Images/share-popup-icons/facebook-blue);
}

#addThisShareModal.reveal .share-container .sharethis-inline-share-buttons a:hover span.icon-font-facebook {
    background-image: url(../../../-/media/SLBJapan/Images/share-popup-icons/facebook-white);
}


#addThisShareModal.reveal .share-container .sharethis-inline-share-buttons a span.icon-font-mail-blue {
    background-image: url(../../../-/media/SLBJapan/Images/share-popup-icons/mail-blue);
}

#addThisShareModal.reveal .share-container .sharethis-inline-share-buttons a:hover span.icon-font-mail-blue {
    background-image: url(../../../-/media/SLBJapan/Images/share-popup-icons/mail-white);
}

.block {
    display: block !important;
}


@media screen  and (min-width: 834px)  {

    #addThisShareModal.reveal .share-modal-title {
        font-size: 56px;
        font-weight: 300;
        margin-top: 0;
        line-height: 64px;
    }

    #addThisShareModal.reveal .share-container .sharethis-inline-share-buttons {
        flex-direction: row;
        gap: 24px;
    }

    #addThisShareModal.reveal {
        padding: 36px 64px 64px 64px;
        width: fit-content;
        margin: auto;
    }

    #addThisShareModal.reveal .share-container {
        width: 594px;
    }
}


@media screen  and (min-width: 1194px)  {
    #addThisShareModal.reveal .share-container {
        width: 690px;
    }
}
</pre></body></html>