<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
  .pagination &gt; a, .pagination &gt; a:hover, .pagination &gt; a:focus, .pagination &gt; li &gt; a, .pagination &gt; li &gt; span, .pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:hover, .pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; span:focus{
    color: #383f48;
  }
  .pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus, .pagination .page-item.active .page-link{
    background-color: #383f48 !important;
    border-color: #383f48 !important;
    color: #fff;
  }

				.body-loading{
					position: fixed;
					top: 0;
					right: 0;
					bottom: 0;
					left: 0;
					transition: all .5s ease-in-out;
					background: #fff;
					opacity: 1;
					visibility: visible;
					z-index: 999999;
				}
				.loaded .body-loading{
					opacity: 0;
					visibility: hidden;
				}
				::-moz-selection {
					color: #FFF;
					background: #383f48;
				}
				::selection {
					color: #FFF;
					background: #383f48;
				}
				a {
						color: #383f48;
				}
				a:hover, a:focus{
						color: #383f48;
						opacity: 0.8;
				}
				#header .header-nav.header-nav-links nav &gt; ul &gt; li:hover &gt; a, #header .header-nav.header-nav-line nav &gt; ul &gt; li:hover &gt; a{
					background: #383f48 !important;
				}
				#header .svg-fill-color-tertiary svg path, #header .svg-fill-color-tertiary svg rect, #header .svg-fill-color-tertiary svg line, #header .svg-fill-color-tertiary svg polyline, #header .svg-fill-color-tertiary svg polygon{
					fill: #383f48 !important;
				}
				#header .social-icons li:hover.social-icons-twitter a{
					background: #383f48 !important;
				}
				#header .header-nav-main:not(.header-nav-main-mobile-dark) nav &gt; ul &gt; li &gt; a.active {
					background: #383f48 !important;
				}
				#header .header-nav-main:not(.header-nav-main-mobile-dark) nav &gt; ul &gt; li &gt; a {
					color: #383f48;
				}
				@media (max-width: 992px) {
					#header .header-nav.header-nav-links nav &gt; ul &gt; li:hover &gt; a, #header .header-nav.header-nav-line nav &gt; ul &gt; li:hover &gt; a {
						color: #fff;
					}
					#header .header-nav.header-nav-links nav &gt; ul &gt; li:active &gt; a, #header .header-nav.header-nav-line nav &gt; ul &gt; li:active &gt; a {
						color: #fff;
					}
				}
			
:root { 
	--bsx-color-primary: #383f48;
	--bsx-color-primary-dark: #21252b;
	--bsx-color-primary-darken: #0b0c0e;
	--bsx-color-primary-darkest: #0b0c0e;
	--bsx-color-primary-overdarkest: #0b0c0e;
	--bsx-color-primary-light: #4d5764;
	--bsx-color-primary-lighten: #637081;
	--bsx-color-primary-lightest: #7d8a9b;
	--bsx-color-primary-overlightest: #9aa4b1;
	--bsx-color-primary-soft: rgba(56, 63, 72, 0.70);
	--bsx-color-primary-soften: rgba(56, 63, 72, 0.50);
	--bsx-color-primary-softest: rgba(56, 63, 72, 0.20);
	--bsx-color-primary-oversoftest: rgba(56, 63, 72, 0.05);
	--bsx-color-secondary: #1b2024;
	--bsx-color-secondary-dark: #040505;
	--bsx-color-secondary-darken: #111417;
	--bsx-color-secondary-darkest: #040505;
	--bsx-color-secondary-light: #30383f;
	--bsx-color-secondary-lighten: #46525d;
	--bsx-color-secondary-lightest: #5c6c7a;
	--bsx-color-secondary-overlightest: #738695;
	--bsx-color-secondary-soft: rgba(27, 32, 36, 0.70);
	--bsx-color-secondary-soften: rgba(27, 32, 36, 0.50);
	--bsx-color-secondary-softest: rgba(27, 32, 36, 0.20);
	--bsx-color-secondary-oversoftest: rgba(27, 32, 36, 0.05);
	--bsx-color-third: #434b56;
	--bsx-color-third-dark: #2c3139;
	--bsx-color-third-darken: #16181c;
	--bsx-color-third-darkest: #000000;
	--bsx-color-third-light: #596372;
	--bsx-color-third-lighten: #707c8e;
	--bsx-color-third-lightest: #8c96a5;
	--bsx-color-third-overlightest: #a9b0bb;
	--bsx-color-third-soft: rgba(67, 75, 86, 0.70);
	--bsx-color-third-soften: rgba(67, 75, 86, 0.50);
	--bsx-color-third-softest: rgba(67, 75, 86, 0.20);
	--bsx-color-third-oversoftest: rgba(67, 75, 86, 0.05);
 }
          .bsx-text-primary { color: #383f48 !important; }
          .bsx-text-before-primary:before { color: #383f48 !important; }
          .bsx-text-after-primary:after { color: #383f48 !important; }
          .bsx-text-hover-primary:hover { color: #383f48 !important; }
          .bsx-text-active-primary.active { color: #383f48 !important; }
          .bsx-text-focus-primary:focus { color: #383f48 !important; }
          .bsx-text-stroke-primary { -webkit-text-stroke-color: #383f48 !important; text-stroke-color: #383f48 !important; }
          .bsx-bg-primary { background-color: #383f48 !important; }
          .bsx-bg-active-primary:active, .bsx-bg-active-primary.active { background-color: #383f48 !important; }
          .bsx-bg-hover-primary:hover { background-color: #383f48 !important; }
          .bsx-bg-before-primary:before { background-color: #383f48 !important; }
          .bsx-bg-after-primary:after { background-color: #383f48 !important; }
          .bsx-fill-primary { fill: #383f48 !important; }
          .bsx-border-primary { border-color: #383f48 !important; }
          .bsx-border-hover-primary:hover { border-color: #383f48 !important; }
          .bsx-border-before-primary:before { border-color: #383f48 !important; }
          .bsx-border-after-primary:after { border-color: #383f48 !important; }
          .bsx-border-t-primary { border-top-color: #383f48 !important; }
          .bsx-border-l-primary { border-left-color: #383f48 !important; }
          .bsx-border-b-primary { border-bottom-color: #383f48 !important; }
          .bsx-border-r-primary { border-right-color: #383f48 !important; }
          .bsx-owl-arrow-primary .owl-next, .bsx-owl-arrow-primary .owl-prev { color: #383f48 !important; }
        
          .bsx-text-primary-dark { color: #21252b !important; }
          .bsx-text-before-primary-dark:before { color: #21252b !important; }
          .bsx-text-after-primary-dark:after { color: #21252b !important; }
          .bsx-text-hover-primary-dark:hover { color: #21252b !important; }
          .bsx-text-active-primary-dark.active { color: #21252b !important; }
          .bsx-text-focus-primary-dark:focus { color: #21252b !important; }
          .bsx-text-stroke-primary-dark { -webkit-text-stroke-color: #21252b !important; text-stroke-color: #21252b !important; }
          .bsx-bg-primary-dark { background-color: #21252b !important; }
          .bsx-bg-active-primary-dark:active, .bsx-bg-active-primary-dark.active { background-color: #21252b !important; }
          .bsx-bg-hover-primary-dark:hover { background-color: #21252b !important; }
          .bsx-bg-before-primary-dark:before { background-color: #21252b !important; }
          .bsx-bg-after-primary-dark:after { background-color: #21252b !important; }
          .bsx-fill-primary-dark { fill: #21252b !important; }
          .bsx-border-primary-dark { border-color: #21252b !important; }
          .bsx-border-hover-primary-dark:hover { border-color: #21252b !important; }
          .bsx-border-before-primary-dark:before { border-color: #21252b !important; }
          .bsx-border-after-primary-dark:after { border-color: #21252b !important; }
          .bsx-border-t-primary-dark { border-top-color: #21252b !important; }
          .bsx-border-l-primary-dark { border-left-color: #21252b !important; }
          .bsx-border-b-primary-dark { border-bottom-color: #21252b !important; }
          .bsx-border-r-primary-dark { border-right-color: #21252b !important; }
          .bsx-owl-arrow-primary-dark .owl-next, .bsx-owl-arrow-primary-dark .owl-prev { color: #21252b !important; }
        
          .bsx-text-primary-darken { color: #0b0c0e !important; }
          .bsx-text-before-primary-darken:before { color: #0b0c0e !important; }
          .bsx-text-after-primary-darken:after { color: #0b0c0e !important; }
          .bsx-text-hover-primary-darken:hover { color: #0b0c0e !important; }
          .bsx-text-active-primary-darken.active { color: #0b0c0e !important; }
          .bsx-text-focus-primary-darken:focus { color: #0b0c0e !important; }
          .bsx-text-stroke-primary-darken { -webkit-text-stroke-color: #0b0c0e !important; text-stroke-color: #0b0c0e !important; }
          .bsx-bg-primary-darken { background-color: #0b0c0e !important; }
          .bsx-bg-active-primary-darken:active, .bsx-bg-active-primary-darken.active { background-color: #0b0c0e !important; }
          .bsx-bg-hover-primary-darken:hover { background-color: #0b0c0e !important; }
          .bsx-bg-before-primary-darken:before { background-color: #0b0c0e !important; }
          .bsx-bg-after-primary-darken:after { background-color: #0b0c0e !important; }
          .bsx-fill-primary-darken { fill: #0b0c0e !important; }
          .bsx-border-primary-darken { border-color: #0b0c0e !important; }
          .bsx-border-hover-primary-darken:hover { border-color: #0b0c0e !important; }
          .bsx-border-before-primary-darken:before { border-color: #0b0c0e !important; }
          .bsx-border-after-primary-darken:after { border-color: #0b0c0e !important; }
          .bsx-border-t-primary-darken { border-top-color: #0b0c0e !important; }
          .bsx-border-l-primary-darken { border-left-color: #0b0c0e !important; }
          .bsx-border-b-primary-darken { border-bottom-color: #0b0c0e !important; }
          .bsx-border-r-primary-darken { border-right-color: #0b0c0e !important; }
          .bsx-owl-arrow-primary-darken .owl-next, .bsx-owl-arrow-primary-darken .owl-prev { color: #0b0c0e !important; }
        
          .bsx-text-primary-darkest { color: #0b0c0e !important; }
          .bsx-text-before-primary-darkest:before { color: #0b0c0e !important; }
          .bsx-text-after-primary-darkest:after { color: #0b0c0e !important; }
          .bsx-text-hover-primary-darkest:hover { color: #0b0c0e !important; }
          .bsx-text-active-primary-darkest.active { color: #0b0c0e !important; }
          .bsx-text-focus-primary-darkest:focus { color: #0b0c0e !important; }
          .bsx-text-stroke-primary-darkest { -webkit-text-stroke-color: #0b0c0e !important; text-stroke-color: #0b0c0e !important; }
          .bsx-bg-primary-darkest { background-color: #0b0c0e !important; }
          .bsx-bg-active-primary-darkest:active, .bsx-bg-active-primary-darkest.active { background-color: #0b0c0e !important; }
          .bsx-bg-hover-primary-darkest:hover { background-color: #0b0c0e !important; }
          .bsx-bg-before-primary-darkest:before { background-color: #0b0c0e !important; }
          .bsx-bg-after-primary-darkest:after { background-color: #0b0c0e !important; }
          .bsx-fill-primary-darkest { fill: #0b0c0e !important; }
          .bsx-border-primary-darkest { border-color: #0b0c0e !important; }
          .bsx-border-hover-primary-darkest:hover { border-color: #0b0c0e !important; }
          .bsx-border-before-primary-darkest:before { border-color: #0b0c0e !important; }
          .bsx-border-after-primary-darkest:after { border-color: #0b0c0e !important; }
          .bsx-border-t-primary-darkest { border-top-color: #0b0c0e !important; }
          .bsx-border-l-primary-darkest { border-left-color: #0b0c0e !important; }
          .bsx-border-b-primary-darkest { border-bottom-color: #0b0c0e !important; }
          .bsx-border-r-primary-darkest { border-right-color: #0b0c0e !important; }
          .bsx-owl-arrow-primary-darkest .owl-next, .bsx-owl-arrow-primary-darkest .owl-prev { color: #0b0c0e !important; }
        
          .bsx-text-primary-overdarkest { color: #0b0c0e !important; }
          .bsx-text-before-primary-overdarkest:before { color: #0b0c0e !important; }
          .bsx-text-after-primary-overdarkest:after { color: #0b0c0e !important; }
          .bsx-text-hover-primary-overdarkest:hover { color: #0b0c0e !important; }
          .bsx-text-active-primary-overdarkest.active { color: #0b0c0e !important; }
          .bsx-text-focus-primary-overdarkest:focus { color: #0b0c0e !important; }
          .bsx-text-stroke-primary-overdarkest { -webkit-text-stroke-color: #0b0c0e !important; text-stroke-color: #0b0c0e !important; }
          .bsx-bg-primary-overdarkest { background-color: #0b0c0e !important; }
          .bsx-bg-active-primary-overdarkest:active, .bsx-bg-active-primary-overdarkest.active { background-color: #0b0c0e !important; }
          .bsx-bg-hover-primary-overdarkest:hover { background-color: #0b0c0e !important; }
          .bsx-bg-before-primary-overdarkest:before { background-color: #0b0c0e !important; }
          .bsx-bg-after-primary-overdarkest:after { background-color: #0b0c0e !important; }
          .bsx-fill-primary-overdarkest { fill: #0b0c0e !important; }
          .bsx-border-primary-overdarkest { border-color: #0b0c0e !important; }
          .bsx-border-hover-primary-overdarkest:hover { border-color: #0b0c0e !important; }
          .bsx-border-before-primary-overdarkest:before { border-color: #0b0c0e !important; }
          .bsx-border-after-primary-overdarkest:after { border-color: #0b0c0e !important; }
          .bsx-border-t-primary-overdarkest { border-top-color: #0b0c0e !important; }
          .bsx-border-l-primary-overdarkest { border-left-color: #0b0c0e !important; }
          .bsx-border-b-primary-overdarkest { border-bottom-color: #0b0c0e !important; }
          .bsx-border-r-primary-overdarkest { border-right-color: #0b0c0e !important; }
          .bsx-owl-arrow-primary-overdarkest .owl-next, .bsx-owl-arrow-primary-overdarkest .owl-prev { color: #0b0c0e !important; }
        
          .bsx-text-primary-light { color: #4d5764 !important; }
          .bsx-text-before-primary-light:before { color: #4d5764 !important; }
          .bsx-text-after-primary-light:after { color: #4d5764 !important; }
          .bsx-text-hover-primary-light:hover { color: #4d5764 !important; }
          .bsx-text-active-primary-light.active { color: #4d5764 !important; }
          .bsx-text-focus-primary-light:focus { color: #4d5764 !important; }
          .bsx-text-stroke-primary-light { -webkit-text-stroke-color: #4d5764 !important; text-stroke-color: #4d5764 !important; }
          .bsx-bg-primary-light { background-color: #4d5764 !important; }
          .bsx-bg-active-primary-light:active, .bsx-bg-active-primary-light.active { background-color: #4d5764 !important; }
          .bsx-bg-hover-primary-light:hover { background-color: #4d5764 !important; }
          .bsx-bg-before-primary-light:before { background-color: #4d5764 !important; }
          .bsx-bg-after-primary-light:after { background-color: #4d5764 !important; }
          .bsx-fill-primary-light { fill: #4d5764 !important; }
          .bsx-border-primary-light { border-color: #4d5764 !important; }
          .bsx-border-hover-primary-light:hover { border-color: #4d5764 !important; }
          .bsx-border-before-primary-light:before { border-color: #4d5764 !important; }
          .bsx-border-after-primary-light:after { border-color: #4d5764 !important; }
          .bsx-border-t-primary-light { border-top-color: #4d5764 !important; }
          .bsx-border-l-primary-light { border-left-color: #4d5764 !important; }
          .bsx-border-b-primary-light { border-bottom-color: #4d5764 !important; }
          .bsx-border-r-primary-light { border-right-color: #4d5764 !important; }
          .bsx-owl-arrow-primary-light .owl-next, .bsx-owl-arrow-primary-light .owl-prev { color: #4d5764 !important; }
        
          .bsx-text-primary-lighten { color: #637081 !important; }
          .bsx-text-before-primary-lighten:before { color: #637081 !important; }
          .bsx-text-after-primary-lighten:after { color: #637081 !important; }
          .bsx-text-hover-primary-lighten:hover { color: #637081 !important; }
          .bsx-text-active-primary-lighten.active { color: #637081 !important; }
          .bsx-text-focus-primary-lighten:focus { color: #637081 !important; }
          .bsx-text-stroke-primary-lighten { -webkit-text-stroke-color: #637081 !important; text-stroke-color: #637081 !important; }
          .bsx-bg-primary-lighten { background-color: #637081 !important; }
          .bsx-bg-active-primary-lighten:active, .bsx-bg-active-primary-lighten.active { background-color: #637081 !important; }
          .bsx-bg-hover-primary-lighten:hover { background-color: #637081 !important; }
          .bsx-bg-before-primary-lighten:before { background-color: #637081 !important; }
          .bsx-bg-after-primary-lighten:after { background-color: #637081 !important; }
          .bsx-fill-primary-lighten { fill: #637081 !important; }
          .bsx-border-primary-lighten { border-color: #637081 !important; }
          .bsx-border-hover-primary-lighten:hover { border-color: #637081 !important; }
          .bsx-border-before-primary-lighten:before { border-color: #637081 !important; }
          .bsx-border-after-primary-lighten:after { border-color: #637081 !important; }
          .bsx-border-t-primary-lighten { border-top-color: #637081 !important; }
          .bsx-border-l-primary-lighten { border-left-color: #637081 !important; }
          .bsx-border-b-primary-lighten { border-bottom-color: #637081 !important; }
          .bsx-border-r-primary-lighten { border-right-color: #637081 !important; }
          .bsx-owl-arrow-primary-lighten .owl-next, .bsx-owl-arrow-primary-lighten .owl-prev { color: #637081 !important; }
        
          .bsx-text-primary-lightest { color: #7d8a9b !important; }
          .bsx-text-before-primary-lightest:before { color: #7d8a9b !important; }
          .bsx-text-after-primary-lightest:after { color: #7d8a9b !important; }
          .bsx-text-hover-primary-lightest:hover { color: #7d8a9b !important; }
          .bsx-text-active-primary-lightest.active { color: #7d8a9b !important; }
          .bsx-text-focus-primary-lightest:focus { color: #7d8a9b !important; }
          .bsx-text-stroke-primary-lightest { -webkit-text-stroke-color: #7d8a9b !important; text-stroke-color: #7d8a9b !important; }
          .bsx-bg-primary-lightest { background-color: #7d8a9b !important; }
          .bsx-bg-active-primary-lightest:active, .bsx-bg-active-primary-lightest.active { background-color: #7d8a9b !important; }
          .bsx-bg-hover-primary-lightest:hover { background-color: #7d8a9b !important; }
          .bsx-bg-before-primary-lightest:before { background-color: #7d8a9b !important; }
          .bsx-bg-after-primary-lightest:after { background-color: #7d8a9b !important; }
          .bsx-fill-primary-lightest { fill: #7d8a9b !important; }
          .bsx-border-primary-lightest { border-color: #7d8a9b !important; }
          .bsx-border-hover-primary-lightest:hover { border-color: #7d8a9b !important; }
          .bsx-border-before-primary-lightest:before { border-color: #7d8a9b !important; }
          .bsx-border-after-primary-lightest:after { border-color: #7d8a9b !important; }
          .bsx-border-t-primary-lightest { border-top-color: #7d8a9b !important; }
          .bsx-border-l-primary-lightest { border-left-color: #7d8a9b !important; }
          .bsx-border-b-primary-lightest { border-bottom-color: #7d8a9b !important; }
          .bsx-border-r-primary-lightest { border-right-color: #7d8a9b !important; }
          .bsx-owl-arrow-primary-lightest .owl-next, .bsx-owl-arrow-primary-lightest .owl-prev { color: #7d8a9b !important; }
        
          .bsx-text-primary-overlightest { color: #9aa4b1 !important; }
          .bsx-text-before-primary-overlightest:before { color: #9aa4b1 !important; }
          .bsx-text-after-primary-overlightest:after { color: #9aa4b1 !important; }
          .bsx-text-hover-primary-overlightest:hover { color: #9aa4b1 !important; }
          .bsx-text-active-primary-overlightest.active { color: #9aa4b1 !important; }
          .bsx-text-focus-primary-overlightest:focus { color: #9aa4b1 !important; }
          .bsx-text-stroke-primary-overlightest { -webkit-text-stroke-color: #9aa4b1 !important; text-stroke-color: #9aa4b1 !important; }
          .bsx-bg-primary-overlightest { background-color: #9aa4b1 !important; }
          .bsx-bg-active-primary-overlightest:active, .bsx-bg-active-primary-overlightest.active { background-color: #9aa4b1 !important; }
          .bsx-bg-hover-primary-overlightest:hover { background-color: #9aa4b1 !important; }
          .bsx-bg-before-primary-overlightest:before { background-color: #9aa4b1 !important; }
          .bsx-bg-after-primary-overlightest:after { background-color: #9aa4b1 !important; }
          .bsx-fill-primary-overlightest { fill: #9aa4b1 !important; }
          .bsx-border-primary-overlightest { border-color: #9aa4b1 !important; }
          .bsx-border-hover-primary-overlightest:hover { border-color: #9aa4b1 !important; }
          .bsx-border-before-primary-overlightest:before { border-color: #9aa4b1 !important; }
          .bsx-border-after-primary-overlightest:after { border-color: #9aa4b1 !important; }
          .bsx-border-t-primary-overlightest { border-top-color: #9aa4b1 !important; }
          .bsx-border-l-primary-overlightest { border-left-color: #9aa4b1 !important; }
          .bsx-border-b-primary-overlightest { border-bottom-color: #9aa4b1 !important; }
          .bsx-border-r-primary-overlightest { border-right-color: #9aa4b1 !important; }
          .bsx-owl-arrow-primary-overlightest .owl-next, .bsx-owl-arrow-primary-overlightest .owl-prev { color: #9aa4b1 !important; }
        
          .bsx-text-primary-soft { color: rgba(56, 63, 72, 0.70) !important; }
          .bsx-text-before-primary-soft:before { color: rgba(56, 63, 72, 0.70) !important; }
          .bsx-text-after-primary-soft:after { color: rgba(56, 63, 72, 0.70) !important; }
          .bsx-text-hover-primary-soft:hover { color: rgba(56, 63, 72, 0.70) !important; }
          .bsx-text-active-primary-soft.active { color: rgba(56, 63, 72, 0.70) !important; }
          .bsx-text-focus-primary-soft:focus { color: rgba(56, 63, 72, 0.70) !important; }
          .bsx-text-stroke-primary-soft { -webkit-text-stroke-color: rgba(56, 63, 72, 0.70) !important; text-stroke-color: rgba(56, 63, 72, 0.70) !important; }
          .bsx-bg-primary-soft { background-color: rgba(56, 63, 72, 0.70) !important; }
          .bsx-bg-active-primary-soft:active, .bsx-bg-active-primary-soft.active { background-color: rgba(56, 63, 72, 0.70) !important; }
          .bsx-bg-hover-primary-soft:hover { background-color: rgba(56, 63, 72, 0.70) !important; }
          .bsx-bg-before-primary-soft:before { background-color: rgba(56, 63, 72, 0.70) !important; }
          .bsx-bg-after-primary-soft:after { background-color: rgba(56, 63, 72, 0.70) !important; }
          .bsx-fill-primary-soft { fill: rgba(56, 63, 72, 0.70) !important; }
          .bsx-border-primary-soft { border-color: rgba(56, 63, 72, 0.70) !important; }
          .bsx-border-hover-primary-soft:hover { border-color: rgba(56, 63, 72, 0.70) !important; }
          .bsx-border-before-primary-soft:before { border-color: rgba(56, 63, 72, 0.70) !important; }
          .bsx-border-after-primary-soft:after { border-color: rgba(56, 63, 72, 0.70) !important; }
          .bsx-border-t-primary-soft { border-top-color: rgba(56, 63, 72, 0.70) !important; }
          .bsx-border-l-primary-soft { border-left-color: rgba(56, 63, 72, 0.70) !important; }
          .bsx-border-b-primary-soft { border-bottom-color: rgba(56, 63, 72, 0.70) !important; }
          .bsx-border-r-primary-soft { border-right-color: rgba(56, 63, 72, 0.70) !important; }
          .bsx-owl-arrow-primary-soft .owl-next, .bsx-owl-arrow-primary-soft .owl-prev { color: rgba(56, 63, 72, 0.70) !important; }
        
          .bsx-text-primary-soften { color: rgba(56, 63, 72, 0.50) !important; }
          .bsx-text-before-primary-soften:before { color: rgba(56, 63, 72, 0.50) !important; }
          .bsx-text-after-primary-soften:after { color: rgba(56, 63, 72, 0.50) !important; }
          .bsx-text-hover-primary-soften:hover { color: rgba(56, 63, 72, 0.50) !important; }
          .bsx-text-active-primary-soften.active { color: rgba(56, 63, 72, 0.50) !important; }
          .bsx-text-focus-primary-soften:focus { color: rgba(56, 63, 72, 0.50) !important; }
          .bsx-text-stroke-primary-soften { -webkit-text-stroke-color: rgba(56, 63, 72, 0.50) !important; text-stroke-color: rgba(56, 63, 72, 0.50) !important; }
          .bsx-bg-primary-soften { background-color: rgba(56, 63, 72, 0.50) !important; }
          .bsx-bg-active-primary-soften:active, .bsx-bg-active-primary-soften.active { background-color: rgba(56, 63, 72, 0.50) !important; }
          .bsx-bg-hover-primary-soften:hover { background-color: rgba(56, 63, 72, 0.50) !important; }
          .bsx-bg-before-primary-soften:before { background-color: rgba(56, 63, 72, 0.50) !important; }
          .bsx-bg-after-primary-soften:after { background-color: rgba(56, 63, 72, 0.50) !important; }
          .bsx-fill-primary-soften { fill: rgba(56, 63, 72, 0.50) !important; }
          .bsx-border-primary-soften { border-color: rgba(56, 63, 72, 0.50) !important; }
          .bsx-border-hover-primary-soften:hover { border-color: rgba(56, 63, 72, 0.50) !important; }
          .bsx-border-before-primary-soften:before { border-color: rgba(56, 63, 72, 0.50) !important; }
          .bsx-border-after-primary-soften:after { border-color: rgba(56, 63, 72, 0.50) !important; }
          .bsx-border-t-primary-soften { border-top-color: rgba(56, 63, 72, 0.50) !important; }
          .bsx-border-l-primary-soften { border-left-color: rgba(56, 63, 72, 0.50) !important; }
          .bsx-border-b-primary-soften { border-bottom-color: rgba(56, 63, 72, 0.50) !important; }
          .bsx-border-r-primary-soften { border-right-color: rgba(56, 63, 72, 0.50) !important; }
          .bsx-owl-arrow-primary-soften .owl-next, .bsx-owl-arrow-primary-soften .owl-prev { color: rgba(56, 63, 72, 0.50) !important; }
        
          .bsx-text-primary-softest { color: rgba(56, 63, 72, 0.20) !important; }
          .bsx-text-before-primary-softest:before { color: rgba(56, 63, 72, 0.20) !important; }
          .bsx-text-after-primary-softest:after { color: rgba(56, 63, 72, 0.20) !important; }
          .bsx-text-hover-primary-softest:hover { color: rgba(56, 63, 72, 0.20) !important; }
          .bsx-text-active-primary-softest.active { color: rgba(56, 63, 72, 0.20) !important; }
          .bsx-text-focus-primary-softest:focus { color: rgba(56, 63, 72, 0.20) !important; }
          .bsx-text-stroke-primary-softest { -webkit-text-stroke-color: rgba(56, 63, 72, 0.20) !important; text-stroke-color: rgba(56, 63, 72, 0.20) !important; }
          .bsx-bg-primary-softest { background-color: rgba(56, 63, 72, 0.20) !important; }
          .bsx-bg-active-primary-softest:active, .bsx-bg-active-primary-softest.active { background-color: rgba(56, 63, 72, 0.20) !important; }
          .bsx-bg-hover-primary-softest:hover { background-color: rgba(56, 63, 72, 0.20) !important; }
          .bsx-bg-before-primary-softest:before { background-color: rgba(56, 63, 72, 0.20) !important; }
          .bsx-bg-after-primary-softest:after { background-color: rgba(56, 63, 72, 0.20) !important; }
          .bsx-fill-primary-softest { fill: rgba(56, 63, 72, 0.20) !important; }
          .bsx-border-primary-softest { border-color: rgba(56, 63, 72, 0.20) !important; }
          .bsx-border-hover-primary-softest:hover { border-color: rgba(56, 63, 72, 0.20) !important; }
          .bsx-border-before-primary-softest:before { border-color: rgba(56, 63, 72, 0.20) !important; }
          .bsx-border-after-primary-softest:after { border-color: rgba(56, 63, 72, 0.20) !important; }
          .bsx-border-t-primary-softest { border-top-color: rgba(56, 63, 72, 0.20) !important; }
          .bsx-border-l-primary-softest { border-left-color: rgba(56, 63, 72, 0.20) !important; }
          .bsx-border-b-primary-softest { border-bottom-color: rgba(56, 63, 72, 0.20) !important; }
          .bsx-border-r-primary-softest { border-right-color: rgba(56, 63, 72, 0.20) !important; }
          .bsx-owl-arrow-primary-softest .owl-next, .bsx-owl-arrow-primary-softest .owl-prev { color: rgba(56, 63, 72, 0.20) !important; }
        
          .bsx-text-primary-oversoftest { color: rgba(56, 63, 72, 0.05) !important; }
          .bsx-text-before-primary-oversoftest:before { color: rgba(56, 63, 72, 0.05) !important; }
          .bsx-text-after-primary-oversoftest:after { color: rgba(56, 63, 72, 0.05) !important; }
          .bsx-text-hover-primary-oversoftest:hover { color: rgba(56, 63, 72, 0.05) !important; }
          .bsx-text-active-primary-oversoftest.active { color: rgba(56, 63, 72, 0.05) !important; }
          .bsx-text-focus-primary-oversoftest:focus { color: rgba(56, 63, 72, 0.05) !important; }
          .bsx-text-stroke-primary-oversoftest { -webkit-text-stroke-color: rgba(56, 63, 72, 0.05) !important; text-stroke-color: rgba(56, 63, 72, 0.05) !important; }
          .bsx-bg-primary-oversoftest { background-color: rgba(56, 63, 72, 0.05) !important; }
          .bsx-bg-active-primary-oversoftest:active, .bsx-bg-active-primary-oversoftest.active { background-color: rgba(56, 63, 72, 0.05) !important; }
          .bsx-bg-hover-primary-oversoftest:hover { background-color: rgba(56, 63, 72, 0.05) !important; }
          .bsx-bg-before-primary-oversoftest:before { background-color: rgba(56, 63, 72, 0.05) !important; }
          .bsx-bg-after-primary-oversoftest:after { background-color: rgba(56, 63, 72, 0.05) !important; }
          .bsx-fill-primary-oversoftest { fill: rgba(56, 63, 72, 0.05) !important; }
          .bsx-border-primary-oversoftest { border-color: rgba(56, 63, 72, 0.05) !important; }
          .bsx-border-hover-primary-oversoftest:hover { border-color: rgba(56, 63, 72, 0.05) !important; }
          .bsx-border-before-primary-oversoftest:before { border-color: rgba(56, 63, 72, 0.05) !important; }
          .bsx-border-after-primary-oversoftest:after { border-color: rgba(56, 63, 72, 0.05) !important; }
          .bsx-border-t-primary-oversoftest { border-top-color: rgba(56, 63, 72, 0.05) !important; }
          .bsx-border-l-primary-oversoftest { border-left-color: rgba(56, 63, 72, 0.05) !important; }
          .bsx-border-b-primary-oversoftest { border-bottom-color: rgba(56, 63, 72, 0.05) !important; }
          .bsx-border-r-primary-oversoftest { border-right-color: rgba(56, 63, 72, 0.05) !important; }
          .bsx-owl-arrow-primary-oversoftest .owl-next, .bsx-owl-arrow-primary-oversoftest .owl-prev { color: rgba(56, 63, 72, 0.05) !important; }
        
          .bsx-text-secondary { color: #1b2024 !important; }
          .bsx-text-before-secondary:before { color: #1b2024 !important; }
          .bsx-text-after-secondary:after { color: #1b2024 !important; }
          .bsx-text-hover-secondary:hover { color: #1b2024 !important; }
          .bsx-text-active-secondary.active { color: #1b2024 !important; }
          .bsx-text-focus-secondary:focus { color: #1b2024 !important; }
          .bsx-text-stroke-secondary { -webkit-text-stroke-color: #1b2024 !important; text-stroke-color: #1b2024 !important; }
          .bsx-bg-secondary { background-color: #1b2024 !important; }
          .bsx-bg-active-secondary:active, .bsx-bg-active-secondary.active { background-color: #1b2024 !important; }
          .bsx-bg-hover-secondary:hover { background-color: #1b2024 !important; }
          .bsx-bg-before-secondary:before { background-color: #1b2024 !important; }
          .bsx-bg-after-secondary:after { background-color: #1b2024 !important; }
          .bsx-fill-secondary { fill: #1b2024 !important; }
          .bsx-border-secondary { border-color: #1b2024 !important; }
          .bsx-border-hover-secondary:hover { border-color: #1b2024 !important; }
          .bsx-border-before-secondary:before { border-color: #1b2024 !important; }
          .bsx-border-after-secondary:after { border-color: #1b2024 !important; }
          .bsx-border-t-secondary { border-top-color: #1b2024 !important; }
          .bsx-border-l-secondary { border-left-color: #1b2024 !important; }
          .bsx-border-b-secondary { border-bottom-color: #1b2024 !important; }
          .bsx-border-r-secondary { border-right-color: #1b2024 !important; }
          .bsx-owl-arrow-secondary .owl-next, .bsx-owl-arrow-secondary .owl-prev { color: #1b2024 !important; }
        
          .bsx-text-secondary-dark { color: #040505 !important; }
          .bsx-text-before-secondary-dark:before { color: #040505 !important; }
          .bsx-text-after-secondary-dark:after { color: #040505 !important; }
          .bsx-text-hover-secondary-dark:hover { color: #040505 !important; }
          .bsx-text-active-secondary-dark.active { color: #040505 !important; }
          .bsx-text-focus-secondary-dark:focus { color: #040505 !important; }
          .bsx-text-stroke-secondary-dark { -webkit-text-stroke-color: #040505 !important; text-stroke-color: #040505 !important; }
          .bsx-bg-secondary-dark { background-color: #040505 !important; }
          .bsx-bg-active-secondary-dark:active, .bsx-bg-active-secondary-dark.active { background-color: #040505 !important; }
          .bsx-bg-hover-secondary-dark:hover { background-color: #040505 !important; }
          .bsx-bg-before-secondary-dark:before { background-color: #040505 !important; }
          .bsx-bg-after-secondary-dark:after { background-color: #040505 !important; }
          .bsx-fill-secondary-dark { fill: #040505 !important; }
          .bsx-border-secondary-dark { border-color: #040505 !important; }
          .bsx-border-hover-secondary-dark:hover { border-color: #040505 !important; }
          .bsx-border-before-secondary-dark:before { border-color: #040505 !important; }
          .bsx-border-after-secondary-dark:after { border-color: #040505 !important; }
          .bsx-border-t-secondary-dark { border-top-color: #040505 !important; }
          .bsx-border-l-secondary-dark { border-left-color: #040505 !important; }
          .bsx-border-b-secondary-dark { border-bottom-color: #040505 !important; }
          .bsx-border-r-secondary-dark { border-right-color: #040505 !important; }
          .bsx-owl-arrow-secondary-dark .owl-next, .bsx-owl-arrow-secondary-dark .owl-prev { color: #040505 !important; }
        
          .bsx-text-secondary-darken { color: #111417 !important; }
          .bsx-text-before-secondary-darken:before { color: #111417 !important; }
          .bsx-text-after-secondary-darken:after { color: #111417 !important; }
          .bsx-text-hover-secondary-darken:hover { color: #111417 !important; }
          .bsx-text-active-secondary-darken.active { color: #111417 !important; }
          .bsx-text-focus-secondary-darken:focus { color: #111417 !important; }
          .bsx-text-stroke-secondary-darken { -webkit-text-stroke-color: #111417 !important; text-stroke-color: #111417 !important; }
          .bsx-bg-secondary-darken { background-color: #111417 !important; }
          .bsx-bg-active-secondary-darken:active, .bsx-bg-active-secondary-darken.active { background-color: #111417 !important; }
          .bsx-bg-hover-secondary-darken:hover { background-color: #111417 !important; }
          .bsx-bg-before-secondary-darken:before { background-color: #111417 !important; }
          .bsx-bg-after-secondary-darken:after { background-color: #111417 !important; }
          .bsx-fill-secondary-darken { fill: #111417 !important; }
          .bsx-border-secondary-darken { border-color: #111417 !important; }
          .bsx-border-hover-secondary-darken:hover { border-color: #111417 !important; }
          .bsx-border-before-secondary-darken:before { border-color: #111417 !important; }
          .bsx-border-after-secondary-darken:after { border-color: #111417 !important; }
          .bsx-border-t-secondary-darken { border-top-color: #111417 !important; }
          .bsx-border-l-secondary-darken { border-left-color: #111417 !important; }
          .bsx-border-b-secondary-darken { border-bottom-color: #111417 !important; }
          .bsx-border-r-secondary-darken { border-right-color: #111417 !important; }
          .bsx-owl-arrow-secondary-darken .owl-next, .bsx-owl-arrow-secondary-darken .owl-prev { color: #111417 !important; }
        
          .bsx-text-secondary-darkest { color: #040505 !important; }
          .bsx-text-before-secondary-darkest:before { color: #040505 !important; }
          .bsx-text-after-secondary-darkest:after { color: #040505 !important; }
          .bsx-text-hover-secondary-darkest:hover { color: #040505 !important; }
          .bsx-text-active-secondary-darkest.active { color: #040505 !important; }
          .bsx-text-focus-secondary-darkest:focus { color: #040505 !important; }
          .bsx-text-stroke-secondary-darkest { -webkit-text-stroke-color: #040505 !important; text-stroke-color: #040505 !important; }
          .bsx-bg-secondary-darkest { background-color: #040505 !important; }
          .bsx-bg-active-secondary-darkest:active, .bsx-bg-active-secondary-darkest.active { background-color: #040505 !important; }
          .bsx-bg-hover-secondary-darkest:hover { background-color: #040505 !important; }
          .bsx-bg-before-secondary-darkest:before { background-color: #040505 !important; }
          .bsx-bg-after-secondary-darkest:after { background-color: #040505 !important; }
          .bsx-fill-secondary-darkest { fill: #040505 !important; }
          .bsx-border-secondary-darkest { border-color: #040505 !important; }
          .bsx-border-hover-secondary-darkest:hover { border-color: #040505 !important; }
          .bsx-border-before-secondary-darkest:before { border-color: #040505 !important; }
          .bsx-border-after-secondary-darkest:after { border-color: #040505 !important; }
          .bsx-border-t-secondary-darkest { border-top-color: #040505 !important; }
          .bsx-border-l-secondary-darkest { border-left-color: #040505 !important; }
          .bsx-border-b-secondary-darkest { border-bottom-color: #040505 !important; }
          .bsx-border-r-secondary-darkest { border-right-color: #040505 !important; }
          .bsx-owl-arrow-secondary-darkest .owl-next, .bsx-owl-arrow-secondary-darkest .owl-prev { color: #040505 !important; }
        
          .bsx-text-secondary-light { color: #30383f !important; }
          .bsx-text-before-secondary-light:before { color: #30383f !important; }
          .bsx-text-after-secondary-light:after { color: #30383f !important; }
          .bsx-text-hover-secondary-light:hover { color: #30383f !important; }
          .bsx-text-active-secondary-light.active { color: #30383f !important; }
          .bsx-text-focus-secondary-light:focus { color: #30383f !important; }
          .bsx-text-stroke-secondary-light { -webkit-text-stroke-color: #30383f !important; text-stroke-color: #30383f !important; }
          .bsx-bg-secondary-light { background-color: #30383f !important; }
          .bsx-bg-active-secondary-light:active, .bsx-bg-active-secondary-light.active { background-color: #30383f !important; }
          .bsx-bg-hover-secondary-light:hover { background-color: #30383f !important; }
          .bsx-bg-before-secondary-light:before { background-color: #30383f !important; }
          .bsx-bg-after-secondary-light:after { background-color: #30383f !important; }
          .bsx-fill-secondary-light { fill: #30383f !important; }
          .bsx-border-secondary-light { border-color: #30383f !important; }
          .bsx-border-hover-secondary-light:hover { border-color: #30383f !important; }
          .bsx-border-before-secondary-light:before { border-color: #30383f !important; }
          .bsx-border-after-secondary-light:after { border-color: #30383f !important; }
          .bsx-border-t-secondary-light { border-top-color: #30383f !important; }
          .bsx-border-l-secondary-light { border-left-color: #30383f !important; }
          .bsx-border-b-secondary-light { border-bottom-color: #30383f !important; }
          .bsx-border-r-secondary-light { border-right-color: #30383f !important; }
          .bsx-owl-arrow-secondary-light .owl-next, .bsx-owl-arrow-secondary-light .owl-prev { color: #30383f !important; }
        
          .bsx-text-secondary-lighten { color: #46525d !important; }
          .bsx-text-before-secondary-lighten:before { color: #46525d !important; }
          .bsx-text-after-secondary-lighten:after { color: #46525d !important; }
          .bsx-text-hover-secondary-lighten:hover { color: #46525d !important; }
          .bsx-text-active-secondary-lighten.active { color: #46525d !important; }
          .bsx-text-focus-secondary-lighten:focus { color: #46525d !important; }
          .bsx-text-stroke-secondary-lighten { -webkit-text-stroke-color: #46525d !important; text-stroke-color: #46525d !important; }
          .bsx-bg-secondary-lighten { background-color: #46525d !important; }
          .bsx-bg-active-secondary-lighten:active, .bsx-bg-active-secondary-lighten.active { background-color: #46525d !important; }
          .bsx-bg-hover-secondary-lighten:hover { background-color: #46525d !important; }
          .bsx-bg-before-secondary-lighten:before { background-color: #46525d !important; }
          .bsx-bg-after-secondary-lighten:after { background-color: #46525d !important; }
          .bsx-fill-secondary-lighten { fill: #46525d !important; }
          .bsx-border-secondary-lighten { border-color: #46525d !important; }
          .bsx-border-hover-secondary-lighten:hover { border-color: #46525d !important; }
          .bsx-border-before-secondary-lighten:before { border-color: #46525d !important; }
          .bsx-border-after-secondary-lighten:after { border-color: #46525d !important; }
          .bsx-border-t-secondary-lighten { border-top-color: #46525d !important; }
          .bsx-border-l-secondary-lighten { border-left-color: #46525d !important; }
          .bsx-border-b-secondary-lighten { border-bottom-color: #46525d !important; }
          .bsx-border-r-secondary-lighten { border-right-color: #46525d !important; }
          .bsx-owl-arrow-secondary-lighten .owl-next, .bsx-owl-arrow-secondary-lighten .owl-prev { color: #46525d !important; }
        
          .bsx-text-secondary-lightest { color: #5c6c7a !important; }
          .bsx-text-before-secondary-lightest:before { color: #5c6c7a !important; }
          .bsx-text-after-secondary-lightest:after { color: #5c6c7a !important; }
          .bsx-text-hover-secondary-lightest:hover { color: #5c6c7a !important; }
          .bsx-text-active-secondary-lightest.active { color: #5c6c7a !important; }
          .bsx-text-focus-secondary-lightest:focus { color: #5c6c7a !important; }
          .bsx-text-stroke-secondary-lightest { -webkit-text-stroke-color: #5c6c7a !important; text-stroke-color: #5c6c7a !important; }
          .bsx-bg-secondary-lightest { background-color: #5c6c7a !important; }
          .bsx-bg-active-secondary-lightest:active, .bsx-bg-active-secondary-lightest.active { background-color: #5c6c7a !important; }
          .bsx-bg-hover-secondary-lightest:hover { background-color: #5c6c7a !important; }
          .bsx-bg-before-secondary-lightest:before { background-color: #5c6c7a !important; }
          .bsx-bg-after-secondary-lightest:after { background-color: #5c6c7a !important; }
          .bsx-fill-secondary-lightest { fill: #5c6c7a !important; }
          .bsx-border-secondary-lightest { border-color: #5c6c7a !important; }
          .bsx-border-hover-secondary-lightest:hover { border-color: #5c6c7a !important; }
          .bsx-border-before-secondary-lightest:before { border-color: #5c6c7a !important; }
          .bsx-border-after-secondary-lightest:after { border-color: #5c6c7a !important; }
          .bsx-border-t-secondary-lightest { border-top-color: #5c6c7a !important; }
          .bsx-border-l-secondary-lightest { border-left-color: #5c6c7a !important; }
          .bsx-border-b-secondary-lightest { border-bottom-color: #5c6c7a !important; }
          .bsx-border-r-secondary-lightest { border-right-color: #5c6c7a !important; }
          .bsx-owl-arrow-secondary-lightest .owl-next, .bsx-owl-arrow-secondary-lightest .owl-prev { color: #5c6c7a !important; }
        
          .bsx-text-secondary-overlightest { color: #738695 !important; }
          .bsx-text-before-secondary-overlightest:before { color: #738695 !important; }
          .bsx-text-after-secondary-overlightest:after { color: #738695 !important; }
          .bsx-text-hover-secondary-overlightest:hover { color: #738695 !important; }
          .bsx-text-active-secondary-overlightest.active { color: #738695 !important; }
          .bsx-text-focus-secondary-overlightest:focus { color: #738695 !important; }
          .bsx-text-stroke-secondary-overlightest { -webkit-text-stroke-color: #738695 !important; text-stroke-color: #738695 !important; }
          .bsx-bg-secondary-overlightest { background-color: #738695 !important; }
          .bsx-bg-active-secondary-overlightest:active, .bsx-bg-active-secondary-overlightest.active { background-color: #738695 !important; }
          .bsx-bg-hover-secondary-overlightest:hover { background-color: #738695 !important; }
          .bsx-bg-before-secondary-overlightest:before { background-color: #738695 !important; }
          .bsx-bg-after-secondary-overlightest:after { background-color: #738695 !important; }
          .bsx-fill-secondary-overlightest { fill: #738695 !important; }
          .bsx-border-secondary-overlightest { border-color: #738695 !important; }
          .bsx-border-hover-secondary-overlightest:hover { border-color: #738695 !important; }
          .bsx-border-before-secondary-overlightest:before { border-color: #738695 !important; }
          .bsx-border-after-secondary-overlightest:after { border-color: #738695 !important; }
          .bsx-border-t-secondary-overlightest { border-top-color: #738695 !important; }
          .bsx-border-l-secondary-overlightest { border-left-color: #738695 !important; }
          .bsx-border-b-secondary-overlightest { border-bottom-color: #738695 !important; }
          .bsx-border-r-secondary-overlightest { border-right-color: #738695 !important; }
          .bsx-owl-arrow-secondary-overlightest .owl-next, .bsx-owl-arrow-secondary-overlightest .owl-prev { color: #738695 !important; }
        
          .bsx-text-secondary-soft { color: rgba(27, 32, 36, 0.70) !important; }
          .bsx-text-before-secondary-soft:before { color: rgba(27, 32, 36, 0.70) !important; }
          .bsx-text-after-secondary-soft:after { color: rgba(27, 32, 36, 0.70) !important; }
          .bsx-text-hover-secondary-soft:hover { color: rgba(27, 32, 36, 0.70) !important; }
          .bsx-text-active-secondary-soft.active { color: rgba(27, 32, 36, 0.70) !important; }
          .bsx-text-focus-secondary-soft:focus { color: rgba(27, 32, 36, 0.70) !important; }
          .bsx-text-stroke-secondary-soft { -webkit-text-stroke-color: rgba(27, 32, 36, 0.70) !important; text-stroke-color: rgba(27, 32, 36, 0.70) !important; }
          .bsx-bg-secondary-soft { background-color: rgba(27, 32, 36, 0.70) !important; }
          .bsx-bg-active-secondary-soft:active, .bsx-bg-active-secondary-soft.active { background-color: rgba(27, 32, 36, 0.70) !important; }
          .bsx-bg-hover-secondary-soft:hover { background-color: rgba(27, 32, 36, 0.70) !important; }
          .bsx-bg-before-secondary-soft:before { background-color: rgba(27, 32, 36, 0.70) !important; }
          .bsx-bg-after-secondary-soft:after { background-color: rgba(27, 32, 36, 0.70) !important; }
          .bsx-fill-secondary-soft { fill: rgba(27, 32, 36, 0.70) !important; }
          .bsx-border-secondary-soft { border-color: rgba(27, 32, 36, 0.70) !important; }
          .bsx-border-hover-secondary-soft:hover { border-color: rgba(27, 32, 36, 0.70) !important; }
          .bsx-border-before-secondary-soft:before { border-color: rgba(27, 32, 36, 0.70) !important; }
          .bsx-border-after-secondary-soft:after { border-color: rgba(27, 32, 36, 0.70) !important; }
          .bsx-border-t-secondary-soft { border-top-color: rgba(27, 32, 36, 0.70) !important; }
          .bsx-border-l-secondary-soft { border-left-color: rgba(27, 32, 36, 0.70) !important; }
          .bsx-border-b-secondary-soft { border-bottom-color: rgba(27, 32, 36, 0.70) !important; }
          .bsx-border-r-secondary-soft { border-right-color: rgba(27, 32, 36, 0.70) !important; }
          .bsx-owl-arrow-secondary-soft .owl-next, .bsx-owl-arrow-secondary-soft .owl-prev { color: rgba(27, 32, 36, 0.70) !important; }
        
          .bsx-text-secondary-soften { color: rgba(27, 32, 36, 0.50) !important; }
          .bsx-text-before-secondary-soften:before { color: rgba(27, 32, 36, 0.50) !important; }
          .bsx-text-after-secondary-soften:after { color: rgba(27, 32, 36, 0.50) !important; }
          .bsx-text-hover-secondary-soften:hover { color: rgba(27, 32, 36, 0.50) !important; }
          .bsx-text-active-secondary-soften.active { color: rgba(27, 32, 36, 0.50) !important; }
          .bsx-text-focus-secondary-soften:focus { color: rgba(27, 32, 36, 0.50) !important; }
          .bsx-text-stroke-secondary-soften { -webkit-text-stroke-color: rgba(27, 32, 36, 0.50) !important; text-stroke-color: rgba(27, 32, 36, 0.50) !important; }
          .bsx-bg-secondary-soften { background-color: rgba(27, 32, 36, 0.50) !important; }
          .bsx-bg-active-secondary-soften:active, .bsx-bg-active-secondary-soften.active { background-color: rgba(27, 32, 36, 0.50) !important; }
          .bsx-bg-hover-secondary-soften:hover { background-color: rgba(27, 32, 36, 0.50) !important; }
          .bsx-bg-before-secondary-soften:before { background-color: rgba(27, 32, 36, 0.50) !important; }
          .bsx-bg-after-secondary-soften:after { background-color: rgba(27, 32, 36, 0.50) !important; }
          .bsx-fill-secondary-soften { fill: rgba(27, 32, 36, 0.50) !important; }
          .bsx-border-secondary-soften { border-color: rgba(27, 32, 36, 0.50) !important; }
          .bsx-border-hover-secondary-soften:hover { border-color: rgba(27, 32, 36, 0.50) !important; }
          .bsx-border-before-secondary-soften:before { border-color: rgba(27, 32, 36, 0.50) !important; }
          .bsx-border-after-secondary-soften:after { border-color: rgba(27, 32, 36, 0.50) !important; }
          .bsx-border-t-secondary-soften { border-top-color: rgba(27, 32, 36, 0.50) !important; }
          .bsx-border-l-secondary-soften { border-left-color: rgba(27, 32, 36, 0.50) !important; }
          .bsx-border-b-secondary-soften { border-bottom-color: rgba(27, 32, 36, 0.50) !important; }
          .bsx-border-r-secondary-soften { border-right-color: rgba(27, 32, 36, 0.50) !important; }
          .bsx-owl-arrow-secondary-soften .owl-next, .bsx-owl-arrow-secondary-soften .owl-prev { color: rgba(27, 32, 36, 0.50) !important; }
        
          .bsx-text-secondary-softest { color: rgba(27, 32, 36, 0.20) !important; }
          .bsx-text-before-secondary-softest:before { color: rgba(27, 32, 36, 0.20) !important; }
          .bsx-text-after-secondary-softest:after { color: rgba(27, 32, 36, 0.20) !important; }
          .bsx-text-hover-secondary-softest:hover { color: rgba(27, 32, 36, 0.20) !important; }
          .bsx-text-active-secondary-softest.active { color: rgba(27, 32, 36, 0.20) !important; }
          .bsx-text-focus-secondary-softest:focus { color: rgba(27, 32, 36, 0.20) !important; }
          .bsx-text-stroke-secondary-softest { -webkit-text-stroke-color: rgba(27, 32, 36, 0.20) !important; text-stroke-color: rgba(27, 32, 36, 0.20) !important; }
          .bsx-bg-secondary-softest { background-color: rgba(27, 32, 36, 0.20) !important; }
          .bsx-bg-active-secondary-softest:active, .bsx-bg-active-secondary-softest.active { background-color: rgba(27, 32, 36, 0.20) !important; }
          .bsx-bg-hover-secondary-softest:hover { background-color: rgba(27, 32, 36, 0.20) !important; }
          .bsx-bg-before-secondary-softest:before { background-color: rgba(27, 32, 36, 0.20) !important; }
          .bsx-bg-after-secondary-softest:after { background-color: rgba(27, 32, 36, 0.20) !important; }
          .bsx-fill-secondary-softest { fill: rgba(27, 32, 36, 0.20) !important; }
          .bsx-border-secondary-softest { border-color: rgba(27, 32, 36, 0.20) !important; }
          .bsx-border-hover-secondary-softest:hover { border-color: rgba(27, 32, 36, 0.20) !important; }
          .bsx-border-before-secondary-softest:before { border-color: rgba(27, 32, 36, 0.20) !important; }
          .bsx-border-after-secondary-softest:after { border-color: rgba(27, 32, 36, 0.20) !important; }
          .bsx-border-t-secondary-softest { border-top-color: rgba(27, 32, 36, 0.20) !important; }
          .bsx-border-l-secondary-softest { border-left-color: rgba(27, 32, 36, 0.20) !important; }
          .bsx-border-b-secondary-softest { border-bottom-color: rgba(27, 32, 36, 0.20) !important; }
          .bsx-border-r-secondary-softest { border-right-color: rgba(27, 32, 36, 0.20) !important; }
          .bsx-owl-arrow-secondary-softest .owl-next, .bsx-owl-arrow-secondary-softest .owl-prev { color: rgba(27, 32, 36, 0.20) !important; }
        
          .bsx-text-secondary-oversoftest { color: rgba(27, 32, 36, 0.05) !important; }
          .bsx-text-before-secondary-oversoftest:before { color: rgba(27, 32, 36, 0.05) !important; }
          .bsx-text-after-secondary-oversoftest:after { color: rgba(27, 32, 36, 0.05) !important; }
          .bsx-text-hover-secondary-oversoftest:hover { color: rgba(27, 32, 36, 0.05) !important; }
          .bsx-text-active-secondary-oversoftest.active { color: rgba(27, 32, 36, 0.05) !important; }
          .bsx-text-focus-secondary-oversoftest:focus { color: rgba(27, 32, 36, 0.05) !important; }
          .bsx-text-stroke-secondary-oversoftest { -webkit-text-stroke-color: rgba(27, 32, 36, 0.05) !important; text-stroke-color: rgba(27, 32, 36, 0.05) !important; }
          .bsx-bg-secondary-oversoftest { background-color: rgba(27, 32, 36, 0.05) !important; }
          .bsx-bg-active-secondary-oversoftest:active, .bsx-bg-active-secondary-oversoftest.active { background-color: rgba(27, 32, 36, 0.05) !important; }
          .bsx-bg-hover-secondary-oversoftest:hover { background-color: rgba(27, 32, 36, 0.05) !important; }
          .bsx-bg-before-secondary-oversoftest:before { background-color: rgba(27, 32, 36, 0.05) !important; }
          .bsx-bg-after-secondary-oversoftest:after { background-color: rgba(27, 32, 36, 0.05) !important; }
          .bsx-fill-secondary-oversoftest { fill: rgba(27, 32, 36, 0.05) !important; }
          .bsx-border-secondary-oversoftest { border-color: rgba(27, 32, 36, 0.05) !important; }
          .bsx-border-hover-secondary-oversoftest:hover { border-color: rgba(27, 32, 36, 0.05) !important; }
          .bsx-border-before-secondary-oversoftest:before { border-color: rgba(27, 32, 36, 0.05) !important; }
          .bsx-border-after-secondary-oversoftest:after { border-color: rgba(27, 32, 36, 0.05) !important; }
          .bsx-border-t-secondary-oversoftest { border-top-color: rgba(27, 32, 36, 0.05) !important; }
          .bsx-border-l-secondary-oversoftest { border-left-color: rgba(27, 32, 36, 0.05) !important; }
          .bsx-border-b-secondary-oversoftest { border-bottom-color: rgba(27, 32, 36, 0.05) !important; }
          .bsx-border-r-secondary-oversoftest { border-right-color: rgba(27, 32, 36, 0.05) !important; }
          .bsx-owl-arrow-secondary-oversoftest .owl-next, .bsx-owl-arrow-secondary-oversoftest .owl-prev { color: rgba(27, 32, 36, 0.05) !important; }
        
          .bsx-text-third { color: #434b56 !important; }
          .bsx-text-before-third:before { color: #434b56 !important; }
          .bsx-text-after-third:after { color: #434b56 !important; }
          .bsx-text-hover-third:hover { color: #434b56 !important; }
          .bsx-text-active-third.active { color: #434b56 !important; }
          .bsx-text-focus-third:focus { color: #434b56 !important; }
          .bsx-text-stroke-third { -webkit-text-stroke-color: #434b56 !important; text-stroke-color: #434b56 !important; }
          .bsx-bg-third { background-color: #434b56 !important; }
          .bsx-bg-active-third:active, .bsx-bg-active-third.active { background-color: #434b56 !important; }
          .bsx-bg-hover-third:hover { background-color: #434b56 !important; }
          .bsx-bg-before-third:before { background-color: #434b56 !important; }
          .bsx-bg-after-third:after { background-color: #434b56 !important; }
          .bsx-fill-third { fill: #434b56 !important; }
          .bsx-border-third { border-color: #434b56 !important; }
          .bsx-border-hover-third:hover { border-color: #434b56 !important; }
          .bsx-border-before-third:before { border-color: #434b56 !important; }
          .bsx-border-after-third:after { border-color: #434b56 !important; }
          .bsx-border-t-third { border-top-color: #434b56 !important; }
          .bsx-border-l-third { border-left-color: #434b56 !important; }
          .bsx-border-b-third { border-bottom-color: #434b56 !important; }
          .bsx-border-r-third { border-right-color: #434b56 !important; }
          .bsx-owl-arrow-third .owl-next, .bsx-owl-arrow-third .owl-prev { color: #434b56 !important; }
        
          .bsx-text-third-dark { color: #2c3139 !important; }
          .bsx-text-before-third-dark:before { color: #2c3139 !important; }
          .bsx-text-after-third-dark:after { color: #2c3139 !important; }
          .bsx-text-hover-third-dark:hover { color: #2c3139 !important; }
          .bsx-text-active-third-dark.active { color: #2c3139 !important; }
          .bsx-text-focus-third-dark:focus { color: #2c3139 !important; }
          .bsx-text-stroke-third-dark { -webkit-text-stroke-color: #2c3139 !important; text-stroke-color: #2c3139 !important; }
          .bsx-bg-third-dark { background-color: #2c3139 !important; }
          .bsx-bg-active-third-dark:active, .bsx-bg-active-third-dark.active { background-color: #2c3139 !important; }
          .bsx-bg-hover-third-dark:hover { background-color: #2c3139 !important; }
          .bsx-bg-before-third-dark:before { background-color: #2c3139 !important; }
          .bsx-bg-after-third-dark:after { background-color: #2c3139 !important; }
          .bsx-fill-third-dark { fill: #2c3139 !important; }
          .bsx-border-third-dark { border-color: #2c3139 !important; }
          .bsx-border-hover-third-dark:hover { border-color: #2c3139 !important; }
          .bsx-border-before-third-dark:before { border-color: #2c3139 !important; }
          .bsx-border-after-third-dark:after { border-color: #2c3139 !important; }
          .bsx-border-t-third-dark { border-top-color: #2c3139 !important; }
          .bsx-border-l-third-dark { border-left-color: #2c3139 !important; }
          .bsx-border-b-third-dark { border-bottom-color: #2c3139 !important; }
          .bsx-border-r-third-dark { border-right-color: #2c3139 !important; }
          .bsx-owl-arrow-third-dark .owl-next, .bsx-owl-arrow-third-dark .owl-prev { color: #2c3139 !important; }
        
          .bsx-text-third-darken { color: #16181c !important; }
          .bsx-text-before-third-darken:before { color: #16181c !important; }
          .bsx-text-after-third-darken:after { color: #16181c !important; }
          .bsx-text-hover-third-darken:hover { color: #16181c !important; }
          .bsx-text-active-third-darken.active { color: #16181c !important; }
          .bsx-text-focus-third-darken:focus { color: #16181c !important; }
          .bsx-text-stroke-third-darken { -webkit-text-stroke-color: #16181c !important; text-stroke-color: #16181c !important; }
          .bsx-bg-third-darken { background-color: #16181c !important; }
          .bsx-bg-active-third-darken:active, .bsx-bg-active-third-darken.active { background-color: #16181c !important; }
          .bsx-bg-hover-third-darken:hover { background-color: #16181c !important; }
          .bsx-bg-before-third-darken:before { background-color: #16181c !important; }
          .bsx-bg-after-third-darken:after { background-color: #16181c !important; }
          .bsx-fill-third-darken { fill: #16181c !important; }
          .bsx-border-third-darken { border-color: #16181c !important; }
          .bsx-border-hover-third-darken:hover { border-color: #16181c !important; }
          .bsx-border-before-third-darken:before { border-color: #16181c !important; }
          .bsx-border-after-third-darken:after { border-color: #16181c !important; }
          .bsx-border-t-third-darken { border-top-color: #16181c !important; }
          .bsx-border-l-third-darken { border-left-color: #16181c !important; }
          .bsx-border-b-third-darken { border-bottom-color: #16181c !important; }
          .bsx-border-r-third-darken { border-right-color: #16181c !important; }
          .bsx-owl-arrow-third-darken .owl-next, .bsx-owl-arrow-third-darken .owl-prev { color: #16181c !important; }
        
          .bsx-text-third-darkest { color: #000000 !important; }
          .bsx-text-before-third-darkest:before { color: #000000 !important; }
          .bsx-text-after-third-darkest:after { color: #000000 !important; }
          .bsx-text-hover-third-darkest:hover { color: #000000 !important; }
          .bsx-text-active-third-darkest.active { color: #000000 !important; }
          .bsx-text-focus-third-darkest:focus { color: #000000 !important; }
          .bsx-text-stroke-third-darkest { -webkit-text-stroke-color: #000000 !important; text-stroke-color: #000000 !important; }
          .bsx-bg-third-darkest { background-color: #000000 !important; }
          .bsx-bg-active-third-darkest:active, .bsx-bg-active-third-darkest.active { background-color: #000000 !important; }
          .bsx-bg-hover-third-darkest:hover { background-color: #000000 !important; }
          .bsx-bg-before-third-darkest:before { background-color: #000000 !important; }
          .bsx-bg-after-third-darkest:after { background-color: #000000 !important; }
          .bsx-fill-third-darkest { fill: #000000 !important; }
          .bsx-border-third-darkest { border-color: #000000 !important; }
          .bsx-border-hover-third-darkest:hover { border-color: #000000 !important; }
          .bsx-border-before-third-darkest:before { border-color: #000000 !important; }
          .bsx-border-after-third-darkest:after { border-color: #000000 !important; }
          .bsx-border-t-third-darkest { border-top-color: #000000 !important; }
          .bsx-border-l-third-darkest { border-left-color: #000000 !important; }
          .bsx-border-b-third-darkest { border-bottom-color: #000000 !important; }
          .bsx-border-r-third-darkest { border-right-color: #000000 !important; }
          .bsx-owl-arrow-third-darkest .owl-next, .bsx-owl-arrow-third-darkest .owl-prev { color: #000000 !important; }
        
          .bsx-text-third-light { color: #596372 !important; }
          .bsx-text-before-third-light:before { color: #596372 !important; }
          .bsx-text-after-third-light:after { color: #596372 !important; }
          .bsx-text-hover-third-light:hover { color: #596372 !important; }
          .bsx-text-active-third-light.active { color: #596372 !important; }
          .bsx-text-focus-third-light:focus { color: #596372 !important; }
          .bsx-text-stroke-third-light { -webkit-text-stroke-color: #596372 !important; text-stroke-color: #596372 !important; }
          .bsx-bg-third-light { background-color: #596372 !important; }
          .bsx-bg-active-third-light:active, .bsx-bg-active-third-light.active { background-color: #596372 !important; }
          .bsx-bg-hover-third-light:hover { background-color: #596372 !important; }
          .bsx-bg-before-third-light:before { background-color: #596372 !important; }
          .bsx-bg-after-third-light:after { background-color: #596372 !important; }
          .bsx-fill-third-light { fill: #596372 !important; }
          .bsx-border-third-light { border-color: #596372 !important; }
          .bsx-border-hover-third-light:hover { border-color: #596372 !important; }
          .bsx-border-before-third-light:before { border-color: #596372 !important; }
          .bsx-border-after-third-light:after { border-color: #596372 !important; }
          .bsx-border-t-third-light { border-top-color: #596372 !important; }
          .bsx-border-l-third-light { border-left-color: #596372 !important; }
          .bsx-border-b-third-light { border-bottom-color: #596372 !important; }
          .bsx-border-r-third-light { border-right-color: #596372 !important; }
          .bsx-owl-arrow-third-light .owl-next, .bsx-owl-arrow-third-light .owl-prev { color: #596372 !important; }
        
          .bsx-text-third-lighten { color: #707c8e !important; }
          .bsx-text-before-third-lighten:before { color: #707c8e !important; }
          .bsx-text-after-third-lighten:after { color: #707c8e !important; }
          .bsx-text-hover-third-lighten:hover { color: #707c8e !important; }
          .bsx-text-active-third-lighten.active { color: #707c8e !important; }
          .bsx-text-focus-third-lighten:focus { color: #707c8e !important; }
          .bsx-text-stroke-third-lighten { -webkit-text-stroke-color: #707c8e !important; text-stroke-color: #707c8e !important; }
          .bsx-bg-third-lighten { background-color: #707c8e !important; }
          .bsx-bg-active-third-lighten:active, .bsx-bg-active-third-lighten.active { background-color: #707c8e !important; }
          .bsx-bg-hover-third-lighten:hover { background-color: #707c8e !important; }
          .bsx-bg-before-third-lighten:before { background-color: #707c8e !important; }
          .bsx-bg-after-third-lighten:after { background-color: #707c8e !important; }
          .bsx-fill-third-lighten { fill: #707c8e !important; }
          .bsx-border-third-lighten { border-color: #707c8e !important; }
          .bsx-border-hover-third-lighten:hover { border-color: #707c8e !important; }
          .bsx-border-before-third-lighten:before { border-color: #707c8e !important; }
          .bsx-border-after-third-lighten:after { border-color: #707c8e !important; }
          .bsx-border-t-third-lighten { border-top-color: #707c8e !important; }
          .bsx-border-l-third-lighten { border-left-color: #707c8e !important; }
          .bsx-border-b-third-lighten { border-bottom-color: #707c8e !important; }
          .bsx-border-r-third-lighten { border-right-color: #707c8e !important; }
          .bsx-owl-arrow-third-lighten .owl-next, .bsx-owl-arrow-third-lighten .owl-prev { color: #707c8e !important; }
        
          .bsx-text-third-lightest { color: #8c96a5 !important; }
          .bsx-text-before-third-lightest:before { color: #8c96a5 !important; }
          .bsx-text-after-third-lightest:after { color: #8c96a5 !important; }
          .bsx-text-hover-third-lightest:hover { color: #8c96a5 !important; }
          .bsx-text-active-third-lightest.active { color: #8c96a5 !important; }
          .bsx-text-focus-third-lightest:focus { color: #8c96a5 !important; }
          .bsx-text-stroke-third-lightest { -webkit-text-stroke-color: #8c96a5 !important; text-stroke-color: #8c96a5 !important; }
          .bsx-bg-third-lightest { background-color: #8c96a5 !important; }
          .bsx-bg-active-third-lightest:active, .bsx-bg-active-third-lightest.active { background-color: #8c96a5 !important; }
          .bsx-bg-hover-third-lightest:hover { background-color: #8c96a5 !important; }
          .bsx-bg-before-third-lightest:before { background-color: #8c96a5 !important; }
          .bsx-bg-after-third-lightest:after { background-color: #8c96a5 !important; }
          .bsx-fill-third-lightest { fill: #8c96a5 !important; }
          .bsx-border-third-lightest { border-color: #8c96a5 !important; }
          .bsx-border-hover-third-lightest:hover { border-color: #8c96a5 !important; }
          .bsx-border-before-third-lightest:before { border-color: #8c96a5 !important; }
          .bsx-border-after-third-lightest:after { border-color: #8c96a5 !important; }
          .bsx-border-t-third-lightest { border-top-color: #8c96a5 !important; }
          .bsx-border-l-third-lightest { border-left-color: #8c96a5 !important; }
          .bsx-border-b-third-lightest { border-bottom-color: #8c96a5 !important; }
          .bsx-border-r-third-lightest { border-right-color: #8c96a5 !important; }
          .bsx-owl-arrow-third-lightest .owl-next, .bsx-owl-arrow-third-lightest .owl-prev { color: #8c96a5 !important; }
        
          .bsx-text-third-overlightest { color: #a9b0bb !important; }
          .bsx-text-before-third-overlightest:before { color: #a9b0bb !important; }
          .bsx-text-after-third-overlightest:after { color: #a9b0bb !important; }
          .bsx-text-hover-third-overlightest:hover { color: #a9b0bb !important; }
          .bsx-text-active-third-overlightest.active { color: #a9b0bb !important; }
          .bsx-text-focus-third-overlightest:focus { color: #a9b0bb !important; }
          .bsx-text-stroke-third-overlightest { -webkit-text-stroke-color: #a9b0bb !important; text-stroke-color: #a9b0bb !important; }
          .bsx-bg-third-overlightest { background-color: #a9b0bb !important; }
          .bsx-bg-active-third-overlightest:active, .bsx-bg-active-third-overlightest.active { background-color: #a9b0bb !important; }
          .bsx-bg-hover-third-overlightest:hover { background-color: #a9b0bb !important; }
          .bsx-bg-before-third-overlightest:before { background-color: #a9b0bb !important; }
          .bsx-bg-after-third-overlightest:after { background-color: #a9b0bb !important; }
          .bsx-fill-third-overlightest { fill: #a9b0bb !important; }
          .bsx-border-third-overlightest { border-color: #a9b0bb !important; }
          .bsx-border-hover-third-overlightest:hover { border-color: #a9b0bb !important; }
          .bsx-border-before-third-overlightest:before { border-color: #a9b0bb !important; }
          .bsx-border-after-third-overlightest:after { border-color: #a9b0bb !important; }
          .bsx-border-t-third-overlightest { border-top-color: #a9b0bb !important; }
          .bsx-border-l-third-overlightest { border-left-color: #a9b0bb !important; }
          .bsx-border-b-third-overlightest { border-bottom-color: #a9b0bb !important; }
          .bsx-border-r-third-overlightest { border-right-color: #a9b0bb !important; }
          .bsx-owl-arrow-third-overlightest .owl-next, .bsx-owl-arrow-third-overlightest .owl-prev { color: #a9b0bb !important; }
        
          .bsx-text-third-soft { color: rgba(67, 75, 86, 0.70) !important; }
          .bsx-text-before-third-soft:before { color: rgba(67, 75, 86, 0.70) !important; }
          .bsx-text-after-third-soft:after { color: rgba(67, 75, 86, 0.70) !important; }
          .bsx-text-hover-third-soft:hover { color: rgba(67, 75, 86, 0.70) !important; }
          .bsx-text-active-third-soft.active { color: rgba(67, 75, 86, 0.70) !important; }
          .bsx-text-focus-third-soft:focus { color: rgba(67, 75, 86, 0.70) !important; }
          .bsx-text-stroke-third-soft { -webkit-text-stroke-color: rgba(67, 75, 86, 0.70) !important; text-stroke-color: rgba(67, 75, 86, 0.70) !important; }
          .bsx-bg-third-soft { background-color: rgba(67, 75, 86, 0.70) !important; }
          .bsx-bg-active-third-soft:active, .bsx-bg-active-third-soft.active { background-color: rgba(67, 75, 86, 0.70) !important; }
          .bsx-bg-hover-third-soft:hover { background-color: rgba(67, 75, 86, 0.70) !important; }
          .bsx-bg-before-third-soft:before { background-color: rgba(67, 75, 86, 0.70) !important; }
          .bsx-bg-after-third-soft:after { background-color: rgba(67, 75, 86, 0.70) !important; }
          .bsx-fill-third-soft { fill: rgba(67, 75, 86, 0.70) !important; }
          .bsx-border-third-soft { border-color: rgba(67, 75, 86, 0.70) !important; }
          .bsx-border-hover-third-soft:hover { border-color: rgba(67, 75, 86, 0.70) !important; }
          .bsx-border-before-third-soft:before { border-color: rgba(67, 75, 86, 0.70) !important; }
          .bsx-border-after-third-soft:after { border-color: rgba(67, 75, 86, 0.70) !important; }
          .bsx-border-t-third-soft { border-top-color: rgba(67, 75, 86, 0.70) !important; }
          .bsx-border-l-third-soft { border-left-color: rgba(67, 75, 86, 0.70) !important; }
          .bsx-border-b-third-soft { border-bottom-color: rgba(67, 75, 86, 0.70) !important; }
          .bsx-border-r-third-soft { border-right-color: rgba(67, 75, 86, 0.70) !important; }
          .bsx-owl-arrow-third-soft .owl-next, .bsx-owl-arrow-third-soft .owl-prev { color: rgba(67, 75, 86, 0.70) !important; }
        
          .bsx-text-third-soften { color: rgba(67, 75, 86, 0.50) !important; }
          .bsx-text-before-third-soften:before { color: rgba(67, 75, 86, 0.50) !important; }
          .bsx-text-after-third-soften:after { color: rgba(67, 75, 86, 0.50) !important; }
          .bsx-text-hover-third-soften:hover { color: rgba(67, 75, 86, 0.50) !important; }
          .bsx-text-active-third-soften.active { color: rgba(67, 75, 86, 0.50) !important; }
          .bsx-text-focus-third-soften:focus { color: rgba(67, 75, 86, 0.50) !important; }
          .bsx-text-stroke-third-soften { -webkit-text-stroke-color: rgba(67, 75, 86, 0.50) !important; text-stroke-color: rgba(67, 75, 86, 0.50) !important; }
          .bsx-bg-third-soften { background-color: rgba(67, 75, 86, 0.50) !important; }
          .bsx-bg-active-third-soften:active, .bsx-bg-active-third-soften.active { background-color: rgba(67, 75, 86, 0.50) !important; }
          .bsx-bg-hover-third-soften:hover { background-color: rgba(67, 75, 86, 0.50) !important; }
          .bsx-bg-before-third-soften:before { background-color: rgba(67, 75, 86, 0.50) !important; }
          .bsx-bg-after-third-soften:after { background-color: rgba(67, 75, 86, 0.50) !important; }
          .bsx-fill-third-soften { fill: rgba(67, 75, 86, 0.50) !important; }
          .bsx-border-third-soften { border-color: rgba(67, 75, 86, 0.50) !important; }
          .bsx-border-hover-third-soften:hover { border-color: rgba(67, 75, 86, 0.50) !important; }
          .bsx-border-before-third-soften:before { border-color: rgba(67, 75, 86, 0.50) !important; }
          .bsx-border-after-third-soften:after { border-color: rgba(67, 75, 86, 0.50) !important; }
          .bsx-border-t-third-soften { border-top-color: rgba(67, 75, 86, 0.50) !important; }
          .bsx-border-l-third-soften { border-left-color: rgba(67, 75, 86, 0.50) !important; }
          .bsx-border-b-third-soften { border-bottom-color: rgba(67, 75, 86, 0.50) !important; }
          .bsx-border-r-third-soften { border-right-color: rgba(67, 75, 86, 0.50) !important; }
          .bsx-owl-arrow-third-soften .owl-next, .bsx-owl-arrow-third-soften .owl-prev { color: rgba(67, 75, 86, 0.50) !important; }
        
          .bsx-text-third-softest { color: rgba(67, 75, 86, 0.20) !important; }
          .bsx-text-before-third-softest:before { color: rgba(67, 75, 86, 0.20) !important; }
          .bsx-text-after-third-softest:after { color: rgba(67, 75, 86, 0.20) !important; }
          .bsx-text-hover-third-softest:hover { color: rgba(67, 75, 86, 0.20) !important; }
          .bsx-text-active-third-softest.active { color: rgba(67, 75, 86, 0.20) !important; }
          .bsx-text-focus-third-softest:focus { color: rgba(67, 75, 86, 0.20) !important; }
          .bsx-text-stroke-third-softest { -webkit-text-stroke-color: rgba(67, 75, 86, 0.20) !important; text-stroke-color: rgba(67, 75, 86, 0.20) !important; }
          .bsx-bg-third-softest { background-color: rgba(67, 75, 86, 0.20) !important; }
          .bsx-bg-active-third-softest:active, .bsx-bg-active-third-softest.active { background-color: rgba(67, 75, 86, 0.20) !important; }
          .bsx-bg-hover-third-softest:hover { background-color: rgba(67, 75, 86, 0.20) !important; }
          .bsx-bg-before-third-softest:before { background-color: rgba(67, 75, 86, 0.20) !important; }
          .bsx-bg-after-third-softest:after { background-color: rgba(67, 75, 86, 0.20) !important; }
          .bsx-fill-third-softest { fill: rgba(67, 75, 86, 0.20) !important; }
          .bsx-border-third-softest { border-color: rgba(67, 75, 86, 0.20) !important; }
          .bsx-border-hover-third-softest:hover { border-color: rgba(67, 75, 86, 0.20) !important; }
          .bsx-border-before-third-softest:before { border-color: rgba(67, 75, 86, 0.20) !important; }
          .bsx-border-after-third-softest:after { border-color: rgba(67, 75, 86, 0.20) !important; }
          .bsx-border-t-third-softest { border-top-color: rgba(67, 75, 86, 0.20) !important; }
          .bsx-border-l-third-softest { border-left-color: rgba(67, 75, 86, 0.20) !important; }
          .bsx-border-b-third-softest { border-bottom-color: rgba(67, 75, 86, 0.20) !important; }
          .bsx-border-r-third-softest { border-right-color: rgba(67, 75, 86, 0.20) !important; }
          .bsx-owl-arrow-third-softest .owl-next, .bsx-owl-arrow-third-softest .owl-prev { color: rgba(67, 75, 86, 0.20) !important; }
        
          .bsx-text-third-oversoftest { color: rgba(67, 75, 86, 0.05) !important; }
          .bsx-text-before-third-oversoftest:before { color: rgba(67, 75, 86, 0.05) !important; }
          .bsx-text-after-third-oversoftest:after { color: rgba(67, 75, 86, 0.05) !important; }
          .bsx-text-hover-third-oversoftest:hover { color: rgba(67, 75, 86, 0.05) !important; }
          .bsx-text-active-third-oversoftest.active { color: rgba(67, 75, 86, 0.05) !important; }
          .bsx-text-focus-third-oversoftest:focus { color: rgba(67, 75, 86, 0.05) !important; }
          .bsx-text-stroke-third-oversoftest { -webkit-text-stroke-color: rgba(67, 75, 86, 0.05) !important; text-stroke-color: rgba(67, 75, 86, 0.05) !important; }
          .bsx-bg-third-oversoftest { background-color: rgba(67, 75, 86, 0.05) !important; }
          .bsx-bg-active-third-oversoftest:active, .bsx-bg-active-third-oversoftest.active { background-color: rgba(67, 75, 86, 0.05) !important; }
          .bsx-bg-hover-third-oversoftest:hover { background-color: rgba(67, 75, 86, 0.05) !important; }
          .bsx-bg-before-third-oversoftest:before { background-color: rgba(67, 75, 86, 0.05) !important; }
          .bsx-bg-after-third-oversoftest:after { background-color: rgba(67, 75, 86, 0.05) !important; }
          .bsx-fill-third-oversoftest { fill: rgba(67, 75, 86, 0.05) !important; }
          .bsx-border-third-oversoftest { border-color: rgba(67, 75, 86, 0.05) !important; }
          .bsx-border-hover-third-oversoftest:hover { border-color: rgba(67, 75, 86, 0.05) !important; }
          .bsx-border-before-third-oversoftest:before { border-color: rgba(67, 75, 86, 0.05) !important; }
          .bsx-border-after-third-oversoftest:after { border-color: rgba(67, 75, 86, 0.05) !important; }
          .bsx-border-t-third-oversoftest { border-top-color: rgba(67, 75, 86, 0.05) !important; }
          .bsx-border-l-third-oversoftest { border-left-color: rgba(67, 75, 86, 0.05) !important; }
          .bsx-border-b-third-oversoftest { border-bottom-color: rgba(67, 75, 86, 0.05) !important; }
          .bsx-border-r-third-oversoftest { border-right-color: rgba(67, 75, 86, 0.05) !important; }
          .bsx-owl-arrow-third-oversoftest .owl-next, .bsx-owl-arrow-third-oversoftest .owl-prev { color: rgba(67, 75, 86, 0.05) !important; }
        </pre></body></html>