<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Courier Prime', serif;
    line-height: 1.4;
    font-weight: 500;
}

html, body {
    font-size: 21px;
}

.signalColor, a.signalColor {
    color: #33ccff;
}

/* layout */
.layoutContainer {
    max-width: 1400px;
    padding-left: 50px;
    padding-right: 50px;

}

/* header */
#headerNav ul {
    font-size: 0.8rem;
    font-weight: 700;
}

#headerNav &gt; a {
    font-size: 0.8rem;
}

#projectTopImage img {
    width: 100%;
}

/**** TILES ****/
#tiles {
    padding: 0 8px;
}
.tile {
    background-color: #fff;
    width: 309px;
    height: 208px;
    box-shadow: 2px 1px 8px rgba(51, 204, 255, 0.75);
    margin-right: 16px;
    margin-bottom: 18px;
    display: flex;
    padding: 1.75rem;
}

.tile img {
    opacity: 0;
    transition: opacity 0.4s ease-out;
}

.tile:hover img {
    opacity: 1;
}

.tile .number {
    font-size: 6.4rem;
    color: #ffed00;
    margin-right: 0.05em;
    height: 3.9rem;
    line-height: 4.9rem;
}

.tile .name {
    font-size: 0.8rem;
    max-width: 9em;
    writing-mode: tb-rl;
    transform: rotate(
            180deg
    );
    transform-origin: center;
    display: inline;
    text-align: right;
}

.tile .number,  .tile .name  {
    transition: color 0.4s ease-out;
}

.tile:hover .number {
    color: #33ccff;
}

.tile:nth-child(1) {
    padding-left: 0;
}

.tile:nth-child(1) .number {
    margin-left: -0.14em;
    margin-top: -0.14em;
}

.tile:nth-child(2) {
    padding-bottom: 0;
    align-items: flex-end;
}

.tile:nth-child(2) .number {
    margin-bottom: -0.2rem;
}

.tile:nth-child(2) .name{
    padding-top: 1rem;
    text-align: left;
}

.tile:nth-child(3) {
    justify-content: flex-end;
    padding-top: 1rem;
}

.tile:nth-child(3) .number {
    margin-top: -1.3rem;
}

.tile:nth-child(4) {
    justify-content: center;
    align-items: center;
}

.tile:nth-child(4) .name {
    padding-bottom: 0.7rem;
}

.tile:nth-child(5) {
    padding-top: 0;
    justify-content: center;
    padding-bottom: 0;
}

.tile:nth-child(5) .number {
    margin-top: -0.2rem;
}

.tile:nth-child(5) .name {
    text-align: center;
}

.tile:nth-child(6) {
    padding-bottom: 0;
    align-items: flex-end;
}

.tile:nth-child(6) .number {
    margin-bottom: -0.6rem;
}

.tile:nth-child(6) .name{
    padding-top: 1rem;
    text-align: left;
}

.tile:nth-child(7) {
    padding-left: 0;
}

.tile:nth-child(7) .number {
    margin-left: -0.14em;
    margin-top: -0.14em;
}

.tile:nth-child(8) {
    padding-bottom: 0;
    align-items: flex-end;
}

.tile:nth-child(8) .number {
    margin-bottom: -0.6rem;
}

.tile:nth-child(8) .name{
    padding-top: 1rem;
    text-align: left;
}

.tile:nth-child(9) {
    justify-content: flex-start;
    align-items: flex-start;
}

.tile:nth-child(10) {
    justify-content: flex-end;
    align-items: flex-end;
}




/* intro */
.sectionHeading {
    font-size: 1.9rem;
}

h2#aboutHeading {
    transform-origin: center;
    transform: rotate(
            180deg
    );
    writing-mode: vertical-lr;
    background-color: #fff;
    position: absolute;
    left: -1.3rem;
    top: -2rem;
    padding: 1rem 0.2rem;
    font-size: 2.6rem;
    z-index: 2;
}

#about {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 500;
}

#about .left a {
    color: #33ccff;
}

#aboutText {
    padding-left: 2rem;
}

#aboutText:after {
    content: '';
    display: block;
    width: 142px;
    height: 283px;
    background-image: url(./images/hc-about.jpg);
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: calc(-142px + 2rem - 10px);
}

#about .overlayTrigger:after,  #singleTopicIntro .overlayTrigger:after {
    background-image: url(./images/icon-annotation_hc.svg);
    bottom: 0.4rem;
}

#about .right {
    padding-bottom: 53px;
}

#aboutArrows {
    width: calc(100% - 92px);
    left: 46px;
    bottom: 0;
    height: 35px;
}

#aboutArrows span {
    width: 82px;
    height: 35px;
    background-size: contain;
}

#aboutArrows #aboutLeft {
    background-image: url('./images/arrows-black_left.svg');
}

#aboutArrows #aboutRight {
    background-image: url('./images/arrows-black_right.svg');
}

.aboutOverlay {
    border-color: #33ccff;
    font-size: 0.7rem;
}

.aboutOverlay .overlayX, .overlay .overlayX {
    background-image: url(./images/icon-close-x_na.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 35px;
}

/* news */
#news {
    background-color: unset;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#news &gt; .layoutContainer {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#newsHeading {
    margin: 0;
    padding: 0;
    color: #33ccff;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: calc(50% - 15px - 1.6rem);
    top: -1.3rem;
    z-index: 2;
    background-color: #fff;
    line-height: 1;
    font-size: 2.6rem;
    box-sizing: border-box;
    transform-origin: center;
    transform: rotate(
            180deg
    );
    writing-mode: vertical-lr;
    padding-right: 0.4rem;
    width: 2.3rem;
}

#newsHeading span {
    padding: 0.2rem 0;
}

#newsEntries {
    padding: 0;
    background-image: none;
    border: 0 none;
}

#newsEntries .newsEntry {
    background-color: #fff;
}

.newsEntry .text {
    font-size: 0.8rem;
}

#newsEntries .newsEntry.next {
    left: 0;
    top: 0;
}

#newsArrows {
    margin-top: 17px;
}

#newsArrows #newsRight { background-image: url(./images/arrows-blue_right.svg); }
#newsArrows #newsLeft { background-image: url(./images/arrows-blue_left.svg); }

/**** TEAM ****/
#team {
    margin-top: 150px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 100px;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#team:before {
    content: '';
    display: block;
    background-image: url('./images/hc-team.jpg');
    width: 992px;
    height: 741px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

#teamHeading, #teamText, #teamRight {
    position: relative;
    z-index: 3;
}

#teamHeading {
    width: auto;
    margin: 0;
    transform-origin: center;
    transform: rotate(
            180deg
    );
    writing-mode: vertical-lr;
    background-color: #fff;
    position: absolute;
    left: 1.3rem;
    top: -3rem;
    padding: 1rem 0.2rem;
    font-size: 2.6rem;
    z-index: 3;
}

#teamRight {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}



#teamRight .personEntry {
    background-color: transparent;
    text-align: center;
}

#teamRight img {
    object-position: center top;
    width: 217px;
    height: 290px;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

#teamText {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 500;
    padding-left: 2rem;
}

#teamText .teamTrigger {
    background-color: transparent;
    color: #000;
    font-family: 'Courier Prime', serif;
    line-height: 1rem;
    font-weight: 700;
    font-size: 1.6rem;
    padding: 0;
}

.personName {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.personInfo {
    font-size: 0.8rem;
    line-height: 1.6;
    font-weight: 500;
}

.personEntry.overlay {
    border-color: #33ccff
}

/**** PARTNERS ****/
#partnersHeading {
    font-size: 0.8rem;
    font-weight: 700;
}
/**** /PARTNERS ****/


/**** SINGLE TOPIC ****/
#singleTopicHeading {
    position: relative;
    background-color: #fff;
    width: 309px;
    height: 208px;

    display: flex;
    padding: 1.75rem 0;

}

#singleTopicNumber {
    font-weight: bold;
    position: relative;
    z-index: 2;
    display: block;
    font-size: 6.4rem;
    color: #ffed00;
    margin-right: 0.05em;
    height: 3.9rem;
    line-height: 4.9rem;
}

#singleTopicHeading h1 {
    font-weight: bold;
    position: relative;
    z-index: 2;

    line-height: 1;

    max-width: 9em;
    writing-mode: tb-rl;
    transform: rotate(
            180deg
    );
    transform-origin: center;
    display: inline;
    text-align: right;
    font-size: 1.6rem;
}

#singleTopicIntro {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 500;
}

.exhibitCaption {
    font-size: 0.6rem;
    margin-top: 0.5em;
}

.topicExhibit {
    font-size: 0.8rem;
    line-height: 1.6;
}

.toggleFormButton {
    color: #33ccff;
}

#topicComments #respond .must-log-in a, #loggedInAs a, .commentsList .editComment, .commentsList .comment-reply-link {
    color: #33ccff;
}

#commentform #submit {
    background-color: #33ccff;;
}

#topicBubbleBottom {
    width: 260px;
    height: auto;
    left: -275px;
    bottom: 0;
}

#naBubbles {
    position: relative;
    z-index: -1;
}

#topicBubbleTopLeft {
    width: 396px;
    left: -366px;
}

#topicBubbleTopRight {
    width: 360px;
    left: calc(100% + 37px);
    top: 32px;
}

.commentsList .comment-body.color_comment_1 {
    background-color: #fffa9d;
}

.commentsList .comment-body.color_comment_2 {
    background-color: #fffcc4;
}

.commentsList .comment-body.color_comment_3 {
    background-color: #fffdd8;
}

.color_comment_1 .commentMore, .color_comment_1 .commentLess {
    background: rgb(255, 250, 157);
    background: linear-gradient(0deg, rgba(255, 250, 157,1) 60%, rgba(255, 250, 157,0) 100%);
}

.color_comment_2 .commentMore, .color_comment_2 .commentLess {
    background: rgb(255, 252, 196);
    background: linear-gradient(0deg, rgba(255, 252, 196,1) 60%, rgba(255, 252, 196,0) 100%);
}

.color_comment_3 .commentMore, .color_comment_3 .commentLess {
    background: rgb(255, 253, 216);
    background: linear-gradient(0deg, rgba(255, 253, 216,1) 60%, rgba(255, 253, 216,0) 100%);
}

.exhibitAudioWrapper .playButton {
    background-color: #ffed00;
}

.exhibitImageWrapper .overlayTrigger {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exhibitImageWrapper .overlayTrigger:after {
    width: 20px;
    height: 17px;
    background-image: url('./images/icon-annotation_x-yellow.svg');
    position: static;
}
/**** /SINGLE TOPIC ****/


/**** FOOTER ****/
#pageFooter {
    background-color: #fff;
}

#pageFooter ul {
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 700;
}
/**** /FOOTER ****/

@media screen AND (max-width: 1419px) {
    .tile {
        width: 24.5%;
        margin-right: 0.6%;
    }


}

@media screen and (max-width: 1350px) {
    .layoutContainer {
        width: auto;
        margin-left: 2vw;
        margin-right: 2vw;
        padding-left: 0;
        padding-right: 0;
    }

    #teamText, #teamRight {
        width: 44vw;
    }
}

@media screen and (max-width: 1300px) {

}

@media screen and (max-width: 800px) {

    #projectTopImage img {
        object-fit: contain;
    }

    #tiles {
        padding: 0;
    }

    .layoutContainer {
        margin-left: 4vw;
        margin-right: 4vw;
    }
}

@media screen and (max-width: 550px) {

    html, body {
        font-size: 16px;
    }

    #topHeader &gt; .layoutContainer {
        align-items: center;
    }

    #page {
        padding-top: 17vw;
    }

    #projectTop {
        padding-top: 0vw;
        position: relative;
        margin-left: 0;
        margin-right: 0;
    }

    /*#projectTopImage {
        background-image: url(./images/na-mobile_top.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    #projectTopImage img {
        display: none;
    }*/

    #tiles {
        padding: 0 2vw;
    }

    h2#aboutHeading {
        left: -0.5rem;
    }

    #aboutText {
        padding-left: 2.5rem;
    }

    .tile {
        width: 46.5vw;
        height: 27vw;
        margin-right: 2vw;
    }

    #newsHeading {
        left: 0;
    }

    #team {
        padding-top: 11vw;
        padding-bottom: 5vw;
        margin-bottom: 10vw;
        margin-top: 21vw;
    }

    #teamHeading {
        top: -5rem;
        left: 0;
    }

    #team:before {
        width: 96vw;
        height: 90vw;
    }

    #teamText, #teamRight {
        width: auto;
        padding: 0;
    }

    #newsEntries {
        height: 140vw;
    }

    .aboutOverlay .overlayX, .overlay .overlayX, .personEntry.overlay .overlayX {
        width: 6.5vw;
        height: 7.6vw;
        background-size: contain;
    }

    .exhibitImageWrapper .aboutOverlay, .aboutOverlay.orientationRight, .exhibitImageWrapper .aboutOverlay.orientationRight {
        margin: 0;
        border-right-width: 6vw;
        font-size: 0.8rem;
    }

}</pre></body></html>