<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------COMMON-----------*/
.resp-tabs-container {
    padding: 0px;
    clear: left;
}
.resp-tabs-list li {
    display: inline-block;
    list-style: none;
    cursor: pointer;
}
h2.resp-accordion {
    cursor: pointer;
    display: none;
}

.resp-tab-content {
    display: none;
}
.resp-content-active, .resp-accordion-active {
    display: block;
}
.resp-tab-content {
    display:none;
}
.resp-tab-content-active {
        display:block;
}
.tab_style .resp-tabs-list {
	border-bottom: 1px solid #928787;
	color:#3e0001;
	margin-bottom:30px;
}
.tab_style .resp-tabs-list li.resp-tab-item {
	background: #B78D37;
	padding: 10px 15px;
	color:#3e0001;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.tab_style .resp-tabs-list li.resp-tab-item a {
	text-decoration:none;
	color:#000000;
	display:block;
	padding:10px 25px;
	margin:-10px -25px
}
.tab_style .resp-tabs-list li.resp-tab-item:hover {
	background: #CEBB8A;
	color:#000000;
}
.tab_style  .resp-tabs-list li.resp-tab-item.resp-tab-active {
	background: #CEBB8A;
	color: #000000;
}


</pre></body></html>