<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
  .owl-carousel .owl-nav {
    margin-top: 4px; 
  }
  .owl-carousel .owl-nav button i {
    padding: 1px 5px; 
  }
  .owl-carousel .owl-dots {
    text-align: left;
  }
  .owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    position: relative; }
    .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
      outline: none !important; }
    .owl-carousel .owl-dots .owl-dot.active {
      background: #b063c5; }
  
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y; }
  
  .work {
    width: 100%; }
    .work .img {
      width: 100%;
      height: 300px;
      position: relative;
      border-radius: 15px;
      overflow: hidden;
      -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
      -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
      box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
      z-index: 0; 
    }
    .work .img-b {
      width: 100%;
      border-radius: 15px;
      overflow: hidden;
      -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
      -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
      box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
      z-index: 0; 
    }
      .work .img:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        z-index: -1;
        background: rgba(255, 93, 177, 0);
        background: -moz-linear-gradient(top, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 93, 177, 0)), color-stop(42%, rgba(148, 54, 103, 0)), color-stop(100%, black));
        background: -webkit-linear-gradient(top, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
        background: -o-linear-gradient(top, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
        background: -ms-linear-gradient(top, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 93, 177, 0)), color-stop(42%, rgba(148, 54, 103, 0)), to(black));
        background: linear-gradient(to bottom, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#000000', GradientType=0 );
        opacity: .6; 
    }
    .box-desc{
      position: absolute; 
      width: 100%;
      bottom: 15px;
      background-color: rgba(0, 0, 0, 0.2);
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      padding: 10px;
    }    
    .work .text {
      padding: 0 10px;
      padding-top: 0; 
    }
      .work .text h4 {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 0; 
      }
      .work .text h3 {
        font-size: 14px;
        margin-bottom: 5px; 
      }
      .work .text h4 a {
        color: #fff;
        text-decoration: none; 
      }
      .work .text h3 a {
        color: #fff;
        text-decoration: none; 
      }
      .work .text .cat {
        font-size: 12px;
        color: #b063c5;
        font-weight: 400;
        background: rgba(255, 255, 255, 0.9);
        padding: 1px 8px;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: inline-block;
        margin-bottom: 5px; 
      }
      .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }</pre></body></html>