<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.healthSafety__border {
    border: 3px solid #6B35B5;
    border-radius: 50px;
    padding: 100px 100px !important;
    margin: 100px auto 20px auto !important;
    width: 70%;
}

.healthSafety__borderM {
    border: 3px solid #6B35B5;
    border-radius: 50px;
    padding: 20px 40px !important;
    margin: 100px auto 20px auto !important;
}

.healthSafety__borderMargin {
    border: 3px solid #6B35B5;
    border-radius: 50px;
    padding: 20px 40px !important;
    margin: 0 auto !important;
}

.healthSafety__tile {
    padding: 0 8px;
}

.healthSafety__icon {
    margin-top: -75px !important;
    height: 100px;
    transform: scale(1.5);
}

.healthSafety__icon-hpdiv {
    width: 100%;
    margin: 0 auto 100px auto;
    display: flex;
    justify-content: center;
}

.healthSafety__icon-hpicon {
    z-index: 10;
    position: absolute;
    padding: 40px 0px;
    width: 180px;
    margin-top: -135px;
}

.healthSafety__component {
    margin: 0 2rem;
}


.healthSafety__icon-hpicon--no-overlay {
    display: flex;
    justify-content: center;
}

.healthSafety__icon-hpicon--no-overlay img {
    position: relative;
    padding: 40px 0px;
    width: 110px;
}

@media (min-width: 32rem) {

    .healthSafety__icon-hpicon--no-overlay img {
        width: 180px;
    }

    .healthSafety__component {
        margin: 0 2.5rem;
    }
}

.healthSafety__grayBackground {
    background-color: #F7F8F9;
    height: 100%;
}

@media (max-width: 1440px) {
    .healthSafety__icon-hpdiv {
        margin: 0 auto 90px auto;
    }
}

@media (max-width: 1280px) {
    .healthSafety__icon {
        margin-top: -90px;
    }

    .healthSafety__icon-hpicon {
        padding: 60px 0px;
    }
}

@media (max-width: 1024px) {

    .healthSafety__icon-hpicon {
        padding: 80px 0px;
    }

    .healthSafety__icon {
        margin-top: -75px !important;
        height: 100px;
        transform: scale(1);
    }

}

@media (max-width: 768px) {
    .healthSafety__icon {
        margin-top: -50px;
    }

    .healthSafety__icon-hpicon {
        width: 128px;
        padding: 70px 0px
    }
}

@media (max-width: 500px) {
    .healthSafety__icon {
        margin-top: -99px !important;
    }

    .healthSafety__borderM {
        padding: 40px 20px !important;
    }

    .healthSafety__borderMargin {
        padding: 40px 20px !important;
        margin: 0 16px !important;
    }

    .healthSafety__icon-hpicon {
        padding: 85px 0px;
        width: 25% !important;
    }
}

.RTSContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

@media screen and (min-width: 46.875rem) {
    .RTSContainer {
        padding: 0 .5rem 2rem .5rem;
        max-width: 1440px;
        margin: 0 auto;
    }
}

.RTSContainer .RTSheadline {
    display: flex;
    justify-content: center;
}

.RTSContainer .RTSheadline h3 {
    color: #3d0073;
    font-size: 28px;
    font-weight: 800;
}

.RTSContainer .RTSiconwrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

@media screen and (min-width: 46.875rem) {
    .RTSContainer .RTSiconwrapper {
        flex-direction: row;
        padding: 0;
    }
}

.RTSContainer .RTSiconwrapper .RTSiconitem {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.RTSContainer .RTSiconwrapper .RTSiconitem .RTSicontitle {
    padding-left: 1.125rem;
}

.RTSContainer .RTSiconwrapper .RTSiconitem .RTSicontitle h4 {
    font-weight: 600;
    font-size: .875rem;
    color: #4a4a4a;
}

.RTSContainer .RTSiconwrapper .RTSiconitem .RTSicontitle h4.p {
    font-family: "ProximaNova-Bold";
}

@media screen and (min-width: 46.875rem) {

    .RTSContainer .RTSiconwrapper .RTSiconitem {
        flex-direction: column;
        justify-content: flex-start;
        max-width: 130px;
        align-items: center;
        max-height: 200px;
    }

    .RTSContainer .RTSiconwrapper .RTSiconitem .RTSicontitle {
        text-align: center;
        padding-left: 0;
    }

    .RTSContainer .RTSiconwrapper .RTSiconitem .RTSicontitle h4 {
        font-weight: 600;
        font-size: .975rem;
        color: #4a4a4a;
    }

    .RTSContainer .RTSiconwrapper .RTSiconitem .RTSicontitle h4.p {
        font-family: "ProximaNova-Bold";
        line-height: 120%;
    }
}

.RTSContainer .RTSiconwrapper .RTSiconimage {
    max-height: 60px;
    max-width: 60px;
}

.RTSContainer .RTSiconwrapper .RTSiconimage img {
    max-height: 60px;
    max-width: 60px;
}

@media screen and (min-width: 46.875rem) {
    .RTSContainer .RTSiconwrapper .RTSiconimage {
        max-height: 80px;
        max-width: 80px;
        margin: 0 auto;
    }

    .RTSContainer .RTSiconwrapper .RTSiconimage img {
        max-height: 80px;
        max-width: 80px;
    }
}

.RTSContainer .RTScta {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

.RTSContainer .RTScta .RTSbutton {
    background-color: #6b35b5;
    padding: 14px 30px;
    vertical-align: middle;
    color: white;
    border-radius: 3px;
}

/* Aligns Carousel to the left in Health Safety */

.tallSlide {
    justify-content: flex-start;
}

.regularCpSlide.slider {
    margin: 0 !important;
    padding: 0 .5rem;
}

.slick-prevCpSlide {
    left: 8px;
}

.slick-nextCpSlide {
    right: 8px;
}
 
   /* small component inside borderM */
 
   .healthSafety__borderM .vaccination { display: flex; flex-direction: column; align-items: center; text-align: center; } @media screen and (min-width: 42.25rem) { .healthSafety__borderM .vaccination { flex-direction: row; align-items: center; text-align: left; } } @media screen and (min-width: 42.25rem) { .healthSafety__borderM .vaccinationImg { border-right: 1px solid #979797; padding-right: 1.5rem; } } .healthSafety__borderM .vaccinationImg img { width: 55px; } @media screen and (min-width: 42.25rem) { .healthSafety__borderM .vaccinationImg img { width: 76px; max-width: 76px; } } @media screen and (min-width: 42.25rem) { .healthSafety__borderM .vaccinationContent { margin-left: 1.5rem; } }
 
   /* Remove after AD Announcement */
 
   @media screen and (min-width: 414px) and (max-width: 480px) { .hpMosaicBasicTile .basicTile.aem-GridColumn--phone--6 .basic-tile__base--aspect-ratio-square .basic-tile__content .heading2 { line-height: 105%; } } @media screen and (max-width: 414px) { .hpMosaicBasicTile .basicTile.aem-GridColumn--phone--6 .basic-tile__base--aspect-ratio-square .basic-tile__content { padding: .875rem; } .hpMosaicBasicTile .basicTile.aem-GridColumn--phone--6 .basic-tile__base--aspect-ratio-square .basic-tile__content .heading2 { font-size: 2rem; } .hpMosaicBasicTile .basicTile.aem-GridColumn--phone--6 .basic-tile__base--aspect-ratio-square .basic-tile__content .p { font-size: .875rem; } } @media screen and (max-width: 350px) { .hpMosaicBasicTile .basicTile.aem-GridColumn--phone--6 .basic-tile__base--aspect-ratio-square .basic-tile__content { padding: .75rem; } .hpMosaicBasicTile .basicTile.aem-GridColumn--phone--6 .basic-tile__base--aspect-ratio-square .basic-tile__content .heading2 { font-size: 1.75rem; } .hpMosaicBasicTile .basicTile.aem-GridColumn--phone--6 .basic-tile__base--aspect-ratio-square .basic-tile__content .p { font-size: .875rem; } }
 
 
   /* CWC Banner HomePage */
.cwcBannerLayout {
    z-index: 3;
    padding: 0 2rem;
}

.cwcBanner {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 .5rem;
    margin: 1.5rem 0;
}

.cwcBanner__title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cwcBanner__title-icon {
    padding-right: 1rem;
}

.cwcBanner__title-copy {
    margin-right: 0;
}

.cwcBanner.text.parbase .cwcBanner__title-copy h3 {
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.cwcBanner.text.parbase .cwcBanner__content-copy p {
    margin: 0;
    padding: 0;
    line-height: 1.3;
}

.cwcBanner__content-copy {
    text-align: center;
}

.cwcBanner__content-copy {
    text-align: center;
}

.cwcBanner__content {
    margin: 1.5rem 0 0 0;
}

@media screen and (min-width: 46.875rem) {
    .cwcBanner {
        flex-direction: row;
    }

    .cwcBanner__title {
        padding-right: 1rem;
        border-right: 1px solid #4a4a4a;
    }

    .cwcBanner__content {
        margin: 0 0 0 0;
    }

    .cwcBanner__content-copy {
        padding-left: 1rem;
        text-align: left;
    }
}</pre></body></html>