<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*/////////////////////////////////////////////////////////////////////////*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&amp;display=swap');
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
main .block-page .media {
  position: relative;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main .block-page .media .media-left {
  margin-left: 25px;
  padding: 0;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main .block-page .media .media-left &gt; a {
  display: block;
  width: 150px;
  height: 150px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main .block-page .media .media-left &gt; a &gt; .picture {
  position: absolute;
  width: 100px;
  height: 100px;
  box-shadow: inset 10px 10px 25px rgba(0, 0, 0, 0.4), 0px 0px 0px 5px #fff, 1px 1px 4px 6px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main .block-page .media .media-left &gt; a &gt; .picture.picture-0 {
  z-index: 1;
  top: 25px;
  left: 20px;
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
main .block-page .media .media-left &gt; a &gt; .picture.picture-1 {
  z-index: 1;
  top: 10px;
  left: 40px;
}
main .block-page .media .media-left &gt; a &gt; .picture.picture-2 {
  z-index: 1;
  top: 30px;
  left: 45px;
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
main .block-page .media .media-body &gt; .media-heading {
  font-size: 2.4rem;
  height: 50px;
}
main .block-page .media .media-body &gt; .list-group {
  margin: 0;
}
main .block-page .media .media-body &gt; .list-group &gt; .list-group-item {
  border: none;
  background: none;
  padding: 5px 0;
  font-size: small;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
main .block-page .media .media-body &gt; .list-group &gt; .list-group-item &gt; a {
  font-size: small;
}
main .block-page .media:hover .media-left &gt; a &gt; .picture.picture-0 {
  top: 7px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
main .block-page .media:hover .media-left &gt; a &gt; .picture.picture-1 {
  top: 20px;
  left: 30px;
}
main .block-page .media:hover .media-left &gt; a &gt; .picture.picture-2 {
  top: 40px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
main .block-page .block-items .card {
  margin-bottom: 1.5rem;
}
main .block-page .block-items .card &gt; .card-img {
  height: 170px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
main .block-page .block-items .card &gt; .card-body {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-color: #75112a;
}
main .block-page .block-items .card &gt; .card-body &gt; .card-title {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin: 0;
}
main .block-page .block-items .thumbnail {
  padding: 0;
  display: block;
  text-align: center;
}
main .block-page .block-items .thumbnail &gt; .caption {
  margin: 0;
  padding: 0;
}
main .block-page .block-items .thumbnail &gt; .caption.header &gt; h3 {
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: small;
  background: #E7E7E7;
  color: #333;
  border-radius: 4px 4px 0px 0px;
}
main .block-page .block-items .thumbnail &gt; .caption.middle &gt; h3 {
  margin: 0;
  padding: 5px;
  text-align: right;
  font-size: small;
  background: #E7E7E7;
  color: #333;
}
main .block-page .block-items .thumbnail &gt; .caption.footer &gt; h3 {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: medium;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}
main .block-page .block-items .thumbnail &gt; .picture {
  margin: 10px auto;
  padding: 0;
  height: 200px;
}
main .block-page .block-items .thumbnail:hover,
main .block-page .block-items .thumbnail:focus {
  border-color: #75112a;
  text-decoration: none;
}
.modal {
  padding: 0;
}
.modal .modal-content {
  background-color: #a2a2a2;
}
.modal .modal-content .modal-body &gt; img {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: auto;
}
.modal .modal-content .modal-body p {
  margin: 10px 0 0 0;
}
.modal .modal-content .modal-body p .btn-social-icon {
  float: right;
}
main .block-page {
  /*
        .block-items {
            .media {
                min-height: 150px;
                height: 150px;
                max-height: 150px;
                margin-bottom: 3rem;
                .media-left {
                    width: 125px;
                    &gt;a {
                        &gt;.picture{
                            &amp;.picture-0 {
                                
                            }
                            &amp;.picture-1 {
                                
                            }
                            &amp;.picture-2 {
                                
                            }
                        }
                    }
                }
                .media-body {
                    &gt;.media-heading {
                        font-size: 1.8rem;
                        min-height: 50px;
                        height: 50px;
                    }
                    &gt;.list-group {
                        &gt;.list-group-item {
                            
                        }
                    }
                }
            }
        }
        */
}
main .block-page &gt; .block-items {
  margin: 35px 0;
}
main .block-page .page-content {
  padding-bottom: 15px;
  border-bottom: 1px solid #75112a;
  margin-bottom: 5px;
}
main .block-page .page-content &gt; p {
  font-size: 18px;
  color: #777;
  line-height: 24px;
}
main .block-page .page-content &gt; p b,
main .block-page .page-content &gt; p strong {
  font-weight: 600;
  color: #75112a;
}

/*# sourceMappingURL=index.css.map */</pre></body></html>