.c-mosaic{position:relative;z-index:90;margin-right:40px;margin-bottom:30px;overflow:hidden}@media screen and (max-width:767px){.c-mosaic{margin-right:0!important}}@media screen and (min-width:1025px){.c-mosaic{margin-right:0!important;margin-bottom:70px}}.c-mosaic__fixed-tiles{display:none}.c-mosaic__canvas{position:relative}.mosaic-fix-tile{background-color:#045193;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;padding:20px;box-sizing:border-box;color:#fff;text-decoration:none}.mosaic-fix-tile--large{padding:50px;font-size:60px;justify-content:flex-start}.mosaic-tile{display:flex;position:absolute;z-index:100;animation:show-in .4s ease forwards;transition:all .2s ease;cursor:pointer}.mosaic-tile>*{width:100%}.mosaic-tile__body{flex:0 0 100%;background-repeat:no-repeat;background-size:cover;background-position:center center}.mosaic-tile__body::after{content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;  background-color: rgba(255,255,255,0.15); border: 2px solid rgba(4,81,147,1);background-repeat:no-repeat;background-position:center center;transition:opacity 250ms ease}@media screen and (min-width:1025px){.mosaic-tile:hover .mosaic-tile__body::after{opacity:1}.mosaic-tile:hover{z-index:200}}.mosaic-tile__detail{position:absolute;display:none;flex-direction:column;justify-content:flex-end;padding:0 20px;box-sizing:border-box;background-color:#36c;font-size:16px;color:#fff}.pos--right .mosaic-tile__detail{left:100%}.pos--left .mosaic-tile__detail{right:100%}.pos--top .mosaic-tile__detail{top:0}.pos--bottom .mosaic-tile__detail{bottom:0}.pos--right .mosaic-tile__detail{left:100%}.pos--left .mosaic-tile__detail{right:100%}.pos--top .mosaic-tile__detail{top:0}.pos--bottom .mosaic-tile__detail{bottom:0}@media screen and (min-width:1025px){.mosaic-tile:hover .mosaic-tile__detail{display:none}}.mosaic-tile__tags{display:flex;align-items:center;font-size:1em;margin-bottom:1em;width:100%;text-overflow:ellipsis}.mosaic-tile__project{margin-top:auto;font-size:1.125em;font-weight:500;margin-bottom:7px}.mosaic-tile__title{background-color:#36c;color:#fff;font-size:1.25em;font-weight:400;line-height:1.2}.mosaic-tile__author{margin-top:15px;margin-bottom:38px}.mosaic-tile.is-removed{animation:show-in .2s ease 1 reverse}.mosaic-tile--empty{background-color:#045193;animation:empty-blink 2s infinite;cursor:default}.mosaic-tile--empty:nth-child(1n+1){animation-delay:.1s}.mosaic-tile--empty:nth-child(2n+2){animation-delay:.2s}.mosaic-tile--empty:nth-child(3n+3){animation-delay:.3s}.mosaic-tile--empty:nth-child(4n+4){animation-delay:.4s}.mosaic-tile--empty:nth-child(5n+5){animation-delay:.5s}#c-mosaic-modal{background-color:#045193}#c-mosaic-modal .close{opacity:.7}#c-mosaic-modal .close svg{fill:#fff}#c-mosaic-modal .mosaic-tile__title{background-color:#045193}#c-mosaic-modal .mosaic-tile__title,#c-mosaic-modal .mosaic-tile__title *{background-color:#045193!important;color:#fff!important}#c-mosaic-modal .mosaic-tile__tags{color:#fff;font-size:2em;font-weight:700}.c-mosaic{margin-bottom:0}

@keyframes empty-blink{0%,100%{opacity:0}10%,45%{opacity:.8}25%,75%{opacity:6}}@keyframes show-in{from{opacity:0}to{opacity:1}}