<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2022 | 12:53:27 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2022 | 10:54:18 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2022 | 10:51:50 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2022 | 10:48:36 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2022 | 10:47:55 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2022 | 10:42:44 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2022 | 10:38:43 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2022 | 10:31:56 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2022 | 10:10:51 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 08 2022 | 12:09:08 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 08 2022 | 11:58:50 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 08 2022 | 11:51:08 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 08 2022 | 11:02:22 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 08 2022 | 10:44:05 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 08 2022 | 10:27:57 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 08 2022 | 10:22:13 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 08 2022 | 10:17:31 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 



.custom-related-case {
    display: flex;
    flex-direction: column;
    position: relative;
    color: #fff;
    justify-content: flex-start;
    transition: 0.3s ease;
    overflow: hidden;
}

.custom-related-cases {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    grid-auto-rows: minmax(0, 1fr);
    margin-bottom: 30px;
}

div#code_block-132-2622 {}

.custom-related-case::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.65s;
    opacity: 0;
    z-index: 3;
    background: linear-gradient(0deg, #8f191a, #00000000);
}
.custom-related-case::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000ba,  #000000ba);
    transition: 0.35s;
    z-index: 2;
}

.custom-related-case-content {
    position: relative;
    z-index: 10;
    padding: 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: start;
}

.custom-related-case:hover {}

.custom-related-case:hover {
    transform: translate3d(0px, -10px, 0px);
    box-shadow: 0 25px 55px rgb(0 0 0 / 22%);
}

.custom-related-case-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform .65s cubic-bezier(.05,.2,.1,1),box-shadow .65s cubic-bezier(.05,.2,.1,1);
}

.custom-related-case:hover::after {
    background: linear-gradient(0deg, #8f191a, #00000000);
    opacity: 1;
}

.custom-related-case:hover::before {
}

.custom-related-case-content h2 {
    font-size: 20px;
    letter-spacing: 1px;
}

.custom-related-case-content a {
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: auto;
    position: relative;
    width: fit-content;
}

.custom-related-case-content a::after {
    content: "\f178";
    font-family: 'FONT AWESOME 5 PRO';
    margin-left: 10px;
    font-size: 16px;
    margin-bottom: -5px;
}

.custom-related-case-content a::before {
    content: "";
    position: absolute;
    height: 2px;
    background: white;
    bottom: 0;
    width: 0;
    transition: 0.65s ease;
}

.custom-related-case-content a:hover::before {
    width: 100%;
}

h2.custom-related-cases-title {
    margin-bottom: 15px;
}

.main-carousel .carousel-cell.custom-product-image-gallery-image {
    width: 100%;
    padding-bottom: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.nav-carousel .carousel-cell {width: 30%;margin-right: 10px;}

.nav-carousel .custom-product-image-gallery-image {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
}

.nav-carousel .flickity-slider {
}

.nav-carousel .custom-product-image-gallery-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000059;
}</pre></body></html>