<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* temporary */
.guides {
    display: none;
}
.library {
    display: none !important;
}

/* homepage slider */
img.slider-team {
    display:none; 
    position: absolute;
    bottom: 0;
    left: 93%;
}
@media (min-width: 1200px) {
  img.slider-team {
    display: inline;
  }
  .offset-xl-3 {
    margin-left: 20% !important;
  }
}

/* team */
	  .lo .c-body {
		width: fit-content(100%);
	}	
	.team .c-body{
		height: 70px;
	}

.dominic-box {
    font-size: 0.8rem;
}
.dominic-box img {
    position: absolute;
    left: -45px;
    bottom: 0;
    max-height: 275px;
}
.dominic-box a:not(.btn) {
    color: white;
}
@media (min-width: 992px) {
    .dominic-box img {
        left: -45px;
        max-height: 350px;
    }
}
@media (min-width: 1200px) {
    .dominic-box {
        font-size: 1rem;
    }
    .dominic-box img {
        left: -60px;
        max-height: 400px;
    }
}</pre></body></html>