<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#teamchart-div.flat * {padding:0;margin:0;}
#teamchart-div.flat { padding: 19px;}
#teamchart-div.flat .person {position:relative;
    z-index: 1;cursor:pointer;width:100%;
    max-width:180px;display:block;background: #ffffff;margin:0 auto;
    text-align: center;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;-moz-box-shadow: 1px 2px 2px 1px #d9d9d9;
    -webkit-box-shadow: 1px 2px 2px 1px #d9d9d9;
    -o-box-shadow: 1px 2px 2px 1px #d9d9d9;
    box-shadow: 1px 2px 2px 1px #d9d9d9;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#d9d9d9, Direction=153, Strength=2);}

#teamchart-div.flat .person:hover {-moz-box-shadow: 1px 2px 2px 1px #BBBBBB;
    -webkit-box-shadow: 1px 2px 2px 1px #BBBBBB;
    -o-box-shadow: 1px 2px 2px 1px #BBBBBB;
    box-shadow: 1px 2px 2px 1px #BBBBBB;
    box-shadow: 1px 2px 2px 1px #BBBBBB;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#BBBBBB, Direction=153, Strength=2);}


#teamchart-div.flat .person .image {
    position:relative;
    overflow:hidden;
    width: 100%;
    height: auto;
    margin:0 auto;
}
#teamchart-div.flat .person .image img {
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    ms-backface-visibility:hidden
    border-radius:0px;
    box-shadow:none;
    width: 100%;
}
#teamchart-div.flat .person .name {color:#3f4955;font-weight:bold; display: table;height:49px;width:100%; }
#teamchart-div.flat .person .name p{display: table-cell; vertical-align: middle; text-align: center;}
#teamchart-div.flat .person .Job {color:#BBBBBB;font-weight:300;font-size:12px;word-wrap: break-word;text-align:center;height: auto;
    padding: 0 8px;overflow:hidden;}


#teamchart-div.flat ul {
    padding-top: 20px; position: relative;text-align:center;

}

#teamchart-div.flat ul#first{padding-top: 0px;}

#teamchart-div.flat li:only-child{
    text-align:center;
    padding: 20px 0;
    width:100%;
}
#teamchart-div.flat  li {
    text-align:center;
    list-style-type: none;
    position: relative;
    padding: 20px 1%;
    vertical-align: top;
    display:inline-block;
    word-wrap: normal;
}




/*
Line connector parents
*/

#teamchart-div.flat  li.parents &gt; div.person::before,
#teamchart-div.flat  li.parents &gt; div.person::after{
    display:none;
}

#teamchart-div.flat  li.parents::before{
    content: '';
    position: absolute;
    top: 100px;
    left: 0;
    width: 50%;
    z-index: 0;
    border-top: 3px solid #eceff4;
    border-left: 0;
    border-right: 0;
    height: 20px;
}
#teamchart-div.flat  li.parents::after{
    content: '';
    position: absolute;
    top: 100px;
    right: 0;
    width: 50%;
    z-index: 0;
    border-top: 3px solid #eceff4;
    border-left: 0;
    border-right: 0;
    height: 20px;
}

#teamchart-div.flat.framemode  li.parents:first-child::before{
    border-top: none;
    z-index: 1;
    width: 50%;
    left: -23%;}

#teamchart-div.flat.framemode   li.parents:last-child::after{
    border-top: none;
    z-index: 0;
    width: 50%;
    right: -43%;}



#teamchart-div.flat  li.parents:first-child::before{
    border-top: none;
    z-index: 1;
    width: 50%;
    left: -23%;}
#teamchart-div.flat  li.parents:last-child::after{border-top: none;
    z-index: 0;
    width: 50%;
    right: -43%;}


#teamchart-div.flat li.parents &gt; div.person {position:relative;}
#teamchart-div.flat li.parents:last-child &gt; div.person::after {border-top:none;}

#teamchart-div.flat li.parents:last-child &gt; div.person::before{border-right:none;z-index: -99999;
    position: relative;}
#teamchart-div.flat li.parents:first-child &gt; div.person::after{border-left:none;}






/*We will use ::before and ::after to draw the connectors*/

#teamchart-div.flat #first li div.person::before, #teamchart-div.flat #first  li div.person::after{
    position: absolute ;
    bottom: 0 ;
    top: auto;
    right: 50% ;
    border-bottom: 3px solid #eceff4 ;
    width: 50% ;
    border-top:none;
    height: 15px ;
}

#teamchart-div.flat #first li div.person::after{
    right: auto; left: 50%;

}


#teamchart-div.flat  li div.person::before, #teamchart-div.flat  li div.person::after{
    position: absolute;
    top:-20px;
    right: 50%;
    border-top: 3px solid #eceff4;
    width: 100%;
    height: 20px;
}
#teamchart-div.flat  li div.person::after{
    right: auto; left: 50%;
    border-left: 3px solid #eceff4;
}






/*
#teamchart-div.flat  li.bloc::before, #teamchart-div.flat  li.bloc::after,#teamchart-div.flat ul ul.bloc::before{
	display: none;
}
*/



/*Remove space from the top of single children*/
#teamchart-div.flat  li:only-child div.person{ padding-top: 0px;}

/*We need to remove left-right connectors from elements without
any siblings*/
#teamchart-div.flat li li:only-child div.person::before {
    display: block;
    right: 48%;
}

/*Remove space from the top of single children*/
#teamchart-div.flat li li:only-child div.person{ padding-top: 0px;}


/*Remove left connector from first child and
right connector from last child*/
#teamchart-div.flat  li:first-child &gt; div.person::before,
#teamchart-div.flat  li:last-child &gt; .person::after{
    border: 0 none;
}


/*Adding back the vertical connector to the last nodes*/
#teamchart-div.flat  li:last-child &gt; div.person::before{
    border-right: 3px solid #eceff4;
}

/*We need to remove left-right connectors from elements without
any siblings*/
#teamchart-div.flat #first li div.person:only-child::after, #teamchart-div.flat #first li div.person:only-child::before {
    display: none;
}

/*Remove space from the top of single children*/
#teamchart-div.flat #first li div.person:only-child{ padding-top: 0px;}

/*We need to remove left-right connectors from elements without
any siblings*/
#teamchart-div.flat #first li li div.person:only-child::before {
    display: block;
    right: 48%;
}

/*Remove space from the top of single children*/
#teamchart-div.flat #first li li div.person:only-child{ padding-top: 20px;}


/*Remove left connector from first child and
right connector from last child*/
#teamchart-div.flat #first li div.person:first-child::before, #teamchart-div.flat #first li div.person:last-child::after{
    border: 0 none;
}


/*Adding back the vertical connector to the last nodes*/
#teamchart-div.flat li.tc-col-0 &gt; div.person::before{
    border:0 none !important	;
}





/*Time to add downward connectors from parents*/
#teamchart-div.flat ul ul#first::before{
    content: none;
    position: absolute;top:auto !important; bottom: 0 !important; left: 50%;
    border-left: 3px solid #eceff4;
    width: 0; height: 20px;
}


#teamchart-div.flat ul ul::before{
    position: absolute; top: 0; left: 50%;
    border-left: 3px solid #eceff4;
    width: 0; height: 20px;
}





#teamchart-div.flat .tc-col-2 {max-width:50%;}
#teamchart-div.flat .tc-col-3 {max-width:33%;}
#teamchart-div.flat .tc-col-4 {max-width:25%;}


/**
 * Framemode
 */
#teamchart-div.flat.framemode #chart {zoom:1;}
#teamchart-div.flat.framemode {overflow:auto;width:100%;height:460px;border: 1px solid #dddddd; position:relative;cursor:move;}

#teamchart-div.flat.framemode .tc-col-2,
#teamchart-div.flat.framemode .tc-col-3,
#teamchart-div.flat.framemode .tc-col-4 {max-width:none !important;}

#teamchart-div.flat.framemode .person {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    width: 140px;
    z-index: 1;

}
#teamchart-div.flat.framemode ul {display:table;position: relative;}
#teamchart-div.flat.framemode li {display:table-cell;position: relative;padding:20px 0;}

#teamchart-div.flat.framemode  li div.person::after{
    width:100%;
}
#teamchart-div.flat li:last-child &gt; .person::after {
    border-top:none;z-index: -1;

}


/*  UI kit   */
#uiteamchart {text-align:right;margin-bottom:-40px;margin-right:10px;position:relative;z-index:10;}
#uiteamchart a {
    border: 1px solid #aaa;
    display: inline-block;
    width: 32px;
    font-family: Arial;
    height: 32px;
    background: #eee;

    border-radius: 3px 0 0 3px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: #555;
}
#uiteamchart a:hover {
    color: #333;
    box-shadow: inset 3px 0px 10px #aaa;
    text-decoration:none;
    background: #ccc;
    box-shadow: inset 0px 0px 10px #888;
    border: 1px solid #888;
}
#uiteamchart a.zoomout {
    border-radius: 0 3px 3px 0;
    border-left:none;

}



@media (max-width:600px){
    #teamchart-div.flat ul li li li .Job,#teamchart-div.flat ul li li li .name{
        display:none !important;
    }
    #teamchart-div.flat li li li.tc-col-2 .image,#teamchart-div.flat li li.tc-col-4 .image ,#teamchart-div.flat li li li.tc-col-3 .image{
        height:55px;
    }

    #teamchart-div.flat.framemode ul li li li .Job,#teamchart-div.flat.framemode ul li li li .name{
        display:table !important;
    }
    #teamchart-div.flat.framemode li li li.tc-col-2 .image,#teamchart-div.flat.framemode li li.tc-col-4 .image ,#teamchart-div.flat.framemode li li li.tc-col-3 .image{
        height:auto;
    }


}

/*

LIGHTBOX

*/


#colorbox.flat  .person-fancybox .photo {
    width: 40%;
    overflow: hidden;
    float: left;
}
#colorbox.flat  .person-fancybox .photo img {
    width: 100%;
}
#colorbox.flat  .person-fancybox .text {
    float: left;
    width: 58%;
    margin-left: 2%;
}
#colorbox.flat  .person-fancybox .text h2 {
    color: #3f4955;
    font-weight: bold;
    font-size: 20px;
    margin: 2px 0;
    padding: 0;
}
#colorbox.flat  .person-fancybox .text h4 {
    color: #888888;
    font-weight: 300;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 14px;
}
#colorbox.flat  .person-fancybox .text p {
    color: #555555;
    font-weight: 300;
    margin: 0;
    padding: 4px 10px 5px 11px;
    font-size: 12px;
    overflow: auto;
}
#colorbox.flat #cboxLoadedContent {
    background: #f9f9f9 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    padding: 15px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
#cboxOverlay.flat {
    background: #555;
}
#colorbox.flat #cboxClose {
    top: -17px;
    right: -17px;
    background-position: 0 0;
    width: 35px;
    height: 35px;
}
#colorbox.flat #cboxWrapper, #colorbox.flat {
    overflow: visible !important;
}

#teamchart-div.flat .person:hover .socialIcon {
    opacity:1;
    -webkit-transition:all .3s .1s ease-out;
    -moz-transition:all .3s .1s ease-out;
    -ms-transition:all .3s .1s ease-out;
    -o-transition:all .3s .1s ease-out;
    transition:all .3s .1s ease-out
}
#teamchart-div.flat ul {
    width: 103%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#teamchart-div.flat .socialIcon {
    margin-left: -5px;
    top: 20%;
    z-index: 1;
    position:absolute;
    text-align:center;
    opacity:0;
    -webkit-transition:all .3s ease-out;
    -moz-transition:all .3s ease-out;
    -ms-transition:all .3s ease-out;
    -o-transition:all .3s ease-out;
    transition:all .3s ease-out

}

#teamchart-div.flat .socialIcon li a i {
    font-size:20px;
    color: #fff;
}
#teamchart-div.flat .socialIcon li a {
    border: 0;
    display:inline-block;
    margin:0 5px;
    width:25px;
    height:25px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    line-height:25px;
    box-shadow:0 0 0 1px rgba(255,255,255,.6) inset;
    text-align:center;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    vertical-align:middle;
    -webkit-transition:all .1s ease-out;
    -moz-transition:all .1s ease-out;
    -ms-transition:all .1s ease-out;
    -o-transition:all .1s ease-out;
    transition:all .1s ease-out
}

#teamchart-div.flat .socialIcon li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

#teamchart-div.flat .socialIcon li a:hover {
    box-shadow:0 0 0 4px rgba(255,255,255,.6) inset
}

#teamchart-div.flat .image-hover-overlay {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity:1;
    -webkit-transform:rotate(45deg) scale(0,2);
    -moz-transform:rotate(45deg) scale(0,2);
    -ms-transform:rotate(45deg) scale(0,2);
    -o-transform:rotate(45deg) scale(0,2);
    transform:rotate(45deg) scale(0,2);
    ms-transform:rotate(45deg) scale(0,2);
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    pointer-events:none
}

#teamchart-div.flat .person:hover .image-hover-overlay {
    background:rgba(0,0,0,.3);
    -webkit-transform:rotate(45deg) scale(1.5,2);
    -moz-transform:rotate(45deg) scale(1.5,2);
    -ms-transform:rotate(45deg) scale(1.5,2);
    -o-transform:rotate(45deg) scale(1.5,2);
    transform:rotate(45deg) scale(1.5,2);
    ms-transform:rotate(45deg) scale(1.5,2)
}














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