<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.js .pixTab &gt;.pix-tab-wrapper&gt;.pix-tab-item &gt;.pix-tab-content{
	display:none;	
}
.js .pixTab &gt;.pix-tab-wrapper&gt;.pix-tab-item.active-tab &gt;.pix-tab-content{
	display:inline-block;	
}
.pix-tab-nav{
	display:none;	
}
@media only screen and (min-width:920px) {
	.js .pixTab &gt;.pix-tab-wrapper&gt;.pix-tab-item &gt;.pix-tab-heading{
	display:none;	
	}
	.pix-tab-nav{
		display:block;	
	}
}

        /*-----------Vertical tabs-----------*/
        .resp-arrow {
            width: 0;
            height: 0;
            float: right;
            margin-top: 27px;
            margin-right: 15px;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 7px solid;
        }

        h3.resp-tab-active span.resp-arrow {
            border: none;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 7px solid;
        }

        /*-----------Accordion styles-----------*/
        h3.resp-tab-active {
            background: #dbfdcc;
            /* !important;*/
            border-color: #d3efc8;
        }

        .resp-easy-accordion h3.resp-accordion {
            display: block;
        }

        .resp-jfit {
            width: 100%;
            margin: 0px;
        }

        .resp-tab-content-active {
            display: block;
            background: #e7edee;
            padding: 0 25px 25px;
        }

        .prod-tab-content img{
            width: 300px;
            float: right;
        }

        /*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
        @media only screen and (max-width: 980px) {
            ul.resp-tabs-list {
                display: none;
            }

            h3.resp-accordion {
                display: block;
                padding-left: 25px;
            }
            .resp-accordion-closed {
                display: none !important;
            }
            .prod-tab-content{
                padding: 10px;
            }
        }*/
		
</pre></body></html>