<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pwi-project-grid-container{
  max-width: 100% !important;
}
.pwi-storyteller-container .pwi-storyteller-grid-container-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px -7px;
}
.pwi-storyteller-container .pwi-storyteller-grid-container-inner .pwi-storyteller-grid {
  width: 16.66%;
}
.pwi-storyteller-container .pwi-storyteller-grid-container-inner .pwi-storyteller-grid .pwi-storyteller-grid-response {
  padding: 0px 7px;
  margin-bottom: 14px;
  cursor:pointer;
}
.pwi-storyteller-container .pwi-storyteller-grid-container-inner .pwi-storyteller-grid .pwi-storyteller-grid-response .background-image {
  height: 200px;
  background-size: cover !important;
  background-position: center !important;
}
.pwi-storyteller-container .pwi-storyteller-grid-search-filter-container {
  display: flex;
  margin: 0px -10px;
}
.pwi-storyteller-container .pwi-storyteller-grid-search-filter-container .filter-column {
  width: 50%;
  padding: 0px 10px;
  margin-bottom: 10px;
}
.pwi-storyteller-container .pwi-storyteller-grid-search-filter-container .filter-column select{
  width: 100%;
  padding: 8px 8px;
}
.pwi-storyteller-custom-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    pointer-events: none;
    max-width: 100% !important;
    overflow-y: auto;  
}
.pwi-storyteller-custom-popup.show {
  	display: flex;
  	opacity: 1;
  	pointer-events: auto;
}
.pwi-storyteller-custom-popup .pwi-storyteller-header-container{
    background-color: #33aef4;
    padding: 25px 40px 25px 25px;
		position: relative;
}
.pwi-storyteller-custom-popup .pwi-storyteller-header-container .pwi-storyteller-modal-subtitle{
    margin: 0px;
    font-size: 16px;
}
.pwi-storyteller-custom-popup .pwi-storyteller-custom-popup-content {
		background-color: white;
    padding: 0px;
    width: 90%;
    border: 1px solid rgba(0, 0, 0, .2);
    margin: auto;
    max-width: 600px;
    box-sizing: border-box;
		position: relative;
}
.pwi-storyteller-custom-popup.show .pwi-storyteller-custom-popup-content {
		animation: pwislideIn 0.3s ease forwards;
}
.hidden{
  	display: none;
}
.pwi-storyteller-custom-popup .pwi-storyteller-close-popup{
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    font-size: 20px;
    padding: 0px;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    margin-top: -10px;
  	cursor:pointer;
}
.pwi-storyteller-custom-popup .pwi-storyteller-asset-container{
  	margin: auto;
  	text-align: center;
		padding: 15px;
}
.pwi-storyteller-custom-popup .pwi-storyteller-asset-container img{
		max-width:100%;
  	vertical-align:middle;
}

.pwi-project-grid-container .pwi-load-more-items-btn {
  text-align: center;
  padding: 30px 0px;
}

.pwi-project-grid-container .pwi-load-more-items-btn button {
  color: #fff;
  background-color: #f33c58;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity .25s;
  border: 0px;
  outline: 0px;
  cursor: pointer;
}

.pwi-project-grid-container .pwi-load-more-items-btn button:hover {
  opacity: 0.8;
}
@keyframes pwislideIn {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}
@media only screen and (max-width:991px){
.pwi-storyteller-container .pwi-storyteller-grid-container-inner .pwi-storyteller-grid {
    width: 25%;
}
}
@media only screen and (max-width:767px){
.pwi-storyteller-container .pwi-storyteller-grid-container-inner .pwi-storyteller-grid {
	width: 33.33%;
}
}
@media only screen and (max-width:599px){
.pwi-storyteller-container .pwi-storyteller-grid-container-inner .pwi-storyteller-grid {
	width:50%;
}
}
@media only screen and (max-width:479px){
.pwi-storyteller-container .pwi-storyteller-grid-container-inner .pwi-storyteller-grid {
	width:100%;
}
}</pre></body></html>