
				.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;
				}
				body:not(.loaded) > :not(.loading-overlay) *{
					visibility: visible !important;
				}
				.bounce-loader {
					position: absolute;
					top: 50%;
					left: 50%;
					width: 70px;
					margin: -9px 0 0 -35px;
					transition: all 0.2s;
					text-align: center;
					z-index: 10000;
				}
				.bounce-loader .bounce1,
				.bounce-loader .bounce2,
				.bounce-loader .bounce3 {
					display: inline-block;
					width: 18px;
					height: 18px;
					border-radius: 100%;
					background-color: #CCC;
					box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
					animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
				}
				.bounce-loader .bounce1 {
					animation-delay: -0.32s;
				}
				.bounce-loader .bounce2 {
					animation-delay: -0.16s;
				}
				a {
						color: #5c5b5b;
				}
				a:hover, a:focus{
						color: #5c5b5b;
						opacity: 0.8;
				}
			
:root { 
	--bsx-color-primary: #5c5b5b;
	--bsx-color-primary-dark: #424141;
	--bsx-color-primary-darken: #292828;
	--bsx-color-primary-darkest: #0f0f0f;
	--bsx-color-primary-overdarkest: #0a0a0a;
	--bsx-color-primary-light: #767474;
	--bsx-color-primary-lighten: #8f8d8d;
	--bsx-color-primary-lightest: #a9a7a7;
	--bsx-color-primary-overlightest: #c2c1c1;
	--bsx-color-primary-soft: rgba(92, 91, 91, 0.70);
	--bsx-color-primary-soften: rgba(92, 91, 91, 0.50);
	--bsx-color-primary-softest: rgba(92, 91, 91, 0.20);
	--bsx-color-primary-oversoftest: rgba(92, 91, 91, 0.05);
 }
          .bsx-text-primary { color: #5c5b5b !important; }
          .bsx-text-before-primary:before { color: #5c5b5b !important; }
          .bsx-text-after-primary:after { color: #5c5b5b !important; }
          .bsx-text-hover-primary:hover { color: #5c5b5b !important; }
          .bsx-text-active-primary.active { color: #5c5b5b !important; }
          .bsx-text-focus-primary:focus { color: #5c5b5b !important; }
          .bsx-text-stroke-primary { -webkit-text-stroke-color: #5c5b5b !important; text-stroke-color: #5c5b5b !important; }
          .bsx-bg-primary { background-color: #5c5b5b !important; }
          .bsx-bg-active-primary:active, .bsx-bg-active-primary.active { background-color: #5c5b5b !important; }
          .bsx-bg-hover-primary:hover { background-color: #5c5b5b !important; }
          .bsx-bg-before-primary:before { background-color: #5c5b5b !important; }
          .bsx-bg-after-primary:after { background-color: #5c5b5b !important; }
          .bsx-fill-primary { fill: #5c5b5b !important; }
          .bsx-border-primary { border-color: #5c5b5b !important; }
          .bsx-border-hover-primary:hover { border-color: #5c5b5b !important; }
          .bsx-border-before-primary:before { border-color: #5c5b5b !important; }
          .bsx-border-after-primary:after { border-color: #5c5b5b !important; }
          .bsx-border-t-primary { border-top-color: #5c5b5b !important; }
          .bsx-border-l-primary { border-left-color: #5c5b5b !important; }
          .bsx-border-b-primary { border-bottom-color: #5c5b5b !important; }
          .bsx-border-r-primary { border-right-color: #5c5b5b !important; }
          .bsx-owl-arrow-primary .owl-next, .bsx-owl-arrow-primary .owl-prev { color: #5c5b5b !important; }
        
          .bsx-text-primary-dark { color: #424141 !important; }
          .bsx-text-before-primary-dark:before { color: #424141 !important; }
          .bsx-text-after-primary-dark:after { color: #424141 !important; }
          .bsx-text-hover-primary-dark:hover { color: #424141 !important; }
          .bsx-text-active-primary-dark.active { color: #424141 !important; }
          .bsx-text-focus-primary-dark:focus { color: #424141 !important; }
          .bsx-text-stroke-primary-dark { -webkit-text-stroke-color: #424141 !important; text-stroke-color: #424141 !important; }
          .bsx-bg-primary-dark { background-color: #424141 !important; }
          .bsx-bg-active-primary-dark:active, .bsx-bg-active-primary-dark.active { background-color: #424141 !important; }
          .bsx-bg-hover-primary-dark:hover { background-color: #424141 !important; }
          .bsx-bg-before-primary-dark:before { background-color: #424141 !important; }
          .bsx-bg-after-primary-dark:after { background-color: #424141 !important; }
          .bsx-fill-primary-dark { fill: #424141 !important; }
          .bsx-border-primary-dark { border-color: #424141 !important; }
          .bsx-border-hover-primary-dark:hover { border-color: #424141 !important; }
          .bsx-border-before-primary-dark:before { border-color: #424141 !important; }
          .bsx-border-after-primary-dark:after { border-color: #424141 !important; }
          .bsx-border-t-primary-dark { border-top-color: #424141 !important; }
          .bsx-border-l-primary-dark { border-left-color: #424141 !important; }
          .bsx-border-b-primary-dark { border-bottom-color: #424141 !important; }
          .bsx-border-r-primary-dark { border-right-color: #424141 !important; }
          .bsx-owl-arrow-primary-dark .owl-next, .bsx-owl-arrow-primary-dark .owl-prev { color: #424141 !important; }
        
          .bsx-text-primary-darken { color: #292828 !important; }
          .bsx-text-before-primary-darken:before { color: #292828 !important; }
          .bsx-text-after-primary-darken:after { color: #292828 !important; }
          .bsx-text-hover-primary-darken:hover { color: #292828 !important; }
          .bsx-text-active-primary-darken.active { color: #292828 !important; }
          .bsx-text-focus-primary-darken:focus { color: #292828 !important; }
          .bsx-text-stroke-primary-darken { -webkit-text-stroke-color: #292828 !important; text-stroke-color: #292828 !important; }
          .bsx-bg-primary-darken { background-color: #292828 !important; }
          .bsx-bg-active-primary-darken:active, .bsx-bg-active-primary-darken.active { background-color: #292828 !important; }
          .bsx-bg-hover-primary-darken:hover { background-color: #292828 !important; }
          .bsx-bg-before-primary-darken:before { background-color: #292828 !important; }
          .bsx-bg-after-primary-darken:after { background-color: #292828 !important; }
          .bsx-fill-primary-darken { fill: #292828 !important; }
          .bsx-border-primary-darken { border-color: #292828 !important; }
          .bsx-border-hover-primary-darken:hover { border-color: #292828 !important; }
          .bsx-border-before-primary-darken:before { border-color: #292828 !important; }
          .bsx-border-after-primary-darken:after { border-color: #292828 !important; }
          .bsx-border-t-primary-darken { border-top-color: #292828 !important; }
          .bsx-border-l-primary-darken { border-left-color: #292828 !important; }
          .bsx-border-b-primary-darken { border-bottom-color: #292828 !important; }
          .bsx-border-r-primary-darken { border-right-color: #292828 !important; }
          .bsx-owl-arrow-primary-darken .owl-next, .bsx-owl-arrow-primary-darken .owl-prev { color: #292828 !important; }
        
          .bsx-text-primary-darkest { color: #0f0f0f !important; }
          .bsx-text-before-primary-darkest:before { color: #0f0f0f !important; }
          .bsx-text-after-primary-darkest:after { color: #0f0f0f !important; }
          .bsx-text-hover-primary-darkest:hover { color: #0f0f0f !important; }
          .bsx-text-active-primary-darkest.active { color: #0f0f0f !important; }
          .bsx-text-focus-primary-darkest:focus { color: #0f0f0f !important; }
          .bsx-text-stroke-primary-darkest { -webkit-text-stroke-color: #0f0f0f !important; text-stroke-color: #0f0f0f !important; }
          .bsx-bg-primary-darkest { background-color: #0f0f0f !important; }
          .bsx-bg-active-primary-darkest:active, .bsx-bg-active-primary-darkest.active { background-color: #0f0f0f !important; }
          .bsx-bg-hover-primary-darkest:hover { background-color: #0f0f0f !important; }
          .bsx-bg-before-primary-darkest:before { background-color: #0f0f0f !important; }
          .bsx-bg-after-primary-darkest:after { background-color: #0f0f0f !important; }
          .bsx-fill-primary-darkest { fill: #0f0f0f !important; }
          .bsx-border-primary-darkest { border-color: #0f0f0f !important; }
          .bsx-border-hover-primary-darkest:hover { border-color: #0f0f0f !important; }
          .bsx-border-before-primary-darkest:before { border-color: #0f0f0f !important; }
          .bsx-border-after-primary-darkest:after { border-color: #0f0f0f !important; }
          .bsx-border-t-primary-darkest { border-top-color: #0f0f0f !important; }
          .bsx-border-l-primary-darkest { border-left-color: #0f0f0f !important; }
          .bsx-border-b-primary-darkest { border-bottom-color: #0f0f0f !important; }
          .bsx-border-r-primary-darkest { border-right-color: #0f0f0f !important; }
          .bsx-owl-arrow-primary-darkest .owl-next, .bsx-owl-arrow-primary-darkest .owl-prev { color: #0f0f0f !important; }
        
          .bsx-text-primary-overdarkest { color: #0a0a0a !important; }
          .bsx-text-before-primary-overdarkest:before { color: #0a0a0a !important; }
          .bsx-text-after-primary-overdarkest:after { color: #0a0a0a !important; }
          .bsx-text-hover-primary-overdarkest:hover { color: #0a0a0a !important; }
          .bsx-text-active-primary-overdarkest.active { color: #0a0a0a !important; }
          .bsx-text-focus-primary-overdarkest:focus { color: #0a0a0a !important; }
          .bsx-text-stroke-primary-overdarkest { -webkit-text-stroke-color: #0a0a0a !important; text-stroke-color: #0a0a0a !important; }
          .bsx-bg-primary-overdarkest { background-color: #0a0a0a !important; }
          .bsx-bg-active-primary-overdarkest:active, .bsx-bg-active-primary-overdarkest.active { background-color: #0a0a0a !important; }
          .bsx-bg-hover-primary-overdarkest:hover { background-color: #0a0a0a !important; }
          .bsx-bg-before-primary-overdarkest:before { background-color: #0a0a0a !important; }
          .bsx-bg-after-primary-overdarkest:after { background-color: #0a0a0a !important; }
          .bsx-fill-primary-overdarkest { fill: #0a0a0a !important; }
          .bsx-border-primary-overdarkest { border-color: #0a0a0a !important; }
          .bsx-border-hover-primary-overdarkest:hover { border-color: #0a0a0a !important; }
          .bsx-border-before-primary-overdarkest:before { border-color: #0a0a0a !important; }
          .bsx-border-after-primary-overdarkest:after { border-color: #0a0a0a !important; }
          .bsx-border-t-primary-overdarkest { border-top-color: #0a0a0a !important; }
          .bsx-border-l-primary-overdarkest { border-left-color: #0a0a0a !important; }
          .bsx-border-b-primary-overdarkest { border-bottom-color: #0a0a0a !important; }
          .bsx-border-r-primary-overdarkest { border-right-color: #0a0a0a !important; }
          .bsx-owl-arrow-primary-overdarkest .owl-next, .bsx-owl-arrow-primary-overdarkest .owl-prev { color: #0a0a0a !important; }
        
          .bsx-text-primary-light { color: #767474 !important; }
          .bsx-text-before-primary-light:before { color: #767474 !important; }
          .bsx-text-after-primary-light:after { color: #767474 !important; }
          .bsx-text-hover-primary-light:hover { color: #767474 !important; }
          .bsx-text-active-primary-light.active { color: #767474 !important; }
          .bsx-text-focus-primary-light:focus { color: #767474 !important; }
          .bsx-text-stroke-primary-light { -webkit-text-stroke-color: #767474 !important; text-stroke-color: #767474 !important; }
          .bsx-bg-primary-light { background-color: #767474 !important; }
          .bsx-bg-active-primary-light:active, .bsx-bg-active-primary-light.active { background-color: #767474 !important; }
          .bsx-bg-hover-primary-light:hover { background-color: #767474 !important; }
          .bsx-bg-before-primary-light:before { background-color: #767474 !important; }
          .bsx-bg-after-primary-light:after { background-color: #767474 !important; }
          .bsx-fill-primary-light { fill: #767474 !important; }
          .bsx-border-primary-light { border-color: #767474 !important; }
          .bsx-border-hover-primary-light:hover { border-color: #767474 !important; }
          .bsx-border-before-primary-light:before { border-color: #767474 !important; }
          .bsx-border-after-primary-light:after { border-color: #767474 !important; }
          .bsx-border-t-primary-light { border-top-color: #767474 !important; }
          .bsx-border-l-primary-light { border-left-color: #767474 !important; }
          .bsx-border-b-primary-light { border-bottom-color: #767474 !important; }
          .bsx-border-r-primary-light { border-right-color: #767474 !important; }
          .bsx-owl-arrow-primary-light .owl-next, .bsx-owl-arrow-primary-light .owl-prev { color: #767474 !important; }
        
          .bsx-text-primary-lighten { color: #8f8d8d !important; }
          .bsx-text-before-primary-lighten:before { color: #8f8d8d !important; }
          .bsx-text-after-primary-lighten:after { color: #8f8d8d !important; }
          .bsx-text-hover-primary-lighten:hover { color: #8f8d8d !important; }
          .bsx-text-active-primary-lighten.active { color: #8f8d8d !important; }
          .bsx-text-focus-primary-lighten:focus { color: #8f8d8d !important; }
          .bsx-text-stroke-primary-lighten { -webkit-text-stroke-color: #8f8d8d !important; text-stroke-color: #8f8d8d !important; }
          .bsx-bg-primary-lighten { background-color: #8f8d8d !important; }
          .bsx-bg-active-primary-lighten:active, .bsx-bg-active-primary-lighten.active { background-color: #8f8d8d !important; }
          .bsx-bg-hover-primary-lighten:hover { background-color: #8f8d8d !important; }
          .bsx-bg-before-primary-lighten:before { background-color: #8f8d8d !important; }
          .bsx-bg-after-primary-lighten:after { background-color: #8f8d8d !important; }
          .bsx-fill-primary-lighten { fill: #8f8d8d !important; }
          .bsx-border-primary-lighten { border-color: #8f8d8d !important; }
          .bsx-border-hover-primary-lighten:hover { border-color: #8f8d8d !important; }
          .bsx-border-before-primary-lighten:before { border-color: #8f8d8d !important; }
          .bsx-border-after-primary-lighten:after { border-color: #8f8d8d !important; }
          .bsx-border-t-primary-lighten { border-top-color: #8f8d8d !important; }
          .bsx-border-l-primary-lighten { border-left-color: #8f8d8d !important; }
          .bsx-border-b-primary-lighten { border-bottom-color: #8f8d8d !important; }
          .bsx-border-r-primary-lighten { border-right-color: #8f8d8d !important; }
          .bsx-owl-arrow-primary-lighten .owl-next, .bsx-owl-arrow-primary-lighten .owl-prev { color: #8f8d8d !important; }
        
          .bsx-text-primary-lightest { color: #a9a7a7 !important; }
          .bsx-text-before-primary-lightest:before { color: #a9a7a7 !important; }
          .bsx-text-after-primary-lightest:after { color: #a9a7a7 !important; }
          .bsx-text-hover-primary-lightest:hover { color: #a9a7a7 !important; }
          .bsx-text-active-primary-lightest.active { color: #a9a7a7 !important; }
          .bsx-text-focus-primary-lightest:focus { color: #a9a7a7 !important; }
          .bsx-text-stroke-primary-lightest { -webkit-text-stroke-color: #a9a7a7 !important; text-stroke-color: #a9a7a7 !important; }
          .bsx-bg-primary-lightest { background-color: #a9a7a7 !important; }
          .bsx-bg-active-primary-lightest:active, .bsx-bg-active-primary-lightest.active { background-color: #a9a7a7 !important; }
          .bsx-bg-hover-primary-lightest:hover { background-color: #a9a7a7 !important; }
          .bsx-bg-before-primary-lightest:before { background-color: #a9a7a7 !important; }
          .bsx-bg-after-primary-lightest:after { background-color: #a9a7a7 !important; }
          .bsx-fill-primary-lightest { fill: #a9a7a7 !important; }
          .bsx-border-primary-lightest { border-color: #a9a7a7 !important; }
          .bsx-border-hover-primary-lightest:hover { border-color: #a9a7a7 !important; }
          .bsx-border-before-primary-lightest:before { border-color: #a9a7a7 !important; }
          .bsx-border-after-primary-lightest:after { border-color: #a9a7a7 !important; }
          .bsx-border-t-primary-lightest { border-top-color: #a9a7a7 !important; }
          .bsx-border-l-primary-lightest { border-left-color: #a9a7a7 !important; }
          .bsx-border-b-primary-lightest { border-bottom-color: #a9a7a7 !important; }
          .bsx-border-r-primary-lightest { border-right-color: #a9a7a7 !important; }
          .bsx-owl-arrow-primary-lightest .owl-next, .bsx-owl-arrow-primary-lightest .owl-prev { color: #a9a7a7 !important; }
        
          .bsx-text-primary-overlightest { color: #c2c1c1 !important; }
          .bsx-text-before-primary-overlightest:before { color: #c2c1c1 !important; }
          .bsx-text-after-primary-overlightest:after { color: #c2c1c1 !important; }
          .bsx-text-hover-primary-overlightest:hover { color: #c2c1c1 !important; }
          .bsx-text-active-primary-overlightest.active { color: #c2c1c1 !important; }
          .bsx-text-focus-primary-overlightest:focus { color: #c2c1c1 !important; }
          .bsx-text-stroke-primary-overlightest { -webkit-text-stroke-color: #c2c1c1 !important; text-stroke-color: #c2c1c1 !important; }
          .bsx-bg-primary-overlightest { background-color: #c2c1c1 !important; }
          .bsx-bg-active-primary-overlightest:active, .bsx-bg-active-primary-overlightest.active { background-color: #c2c1c1 !important; }
          .bsx-bg-hover-primary-overlightest:hover { background-color: #c2c1c1 !important; }
          .bsx-bg-before-primary-overlightest:before { background-color: #c2c1c1 !important; }
          .bsx-bg-after-primary-overlightest:after { background-color: #c2c1c1 !important; }
          .bsx-fill-primary-overlightest { fill: #c2c1c1 !important; }
          .bsx-border-primary-overlightest { border-color: #c2c1c1 !important; }
          .bsx-border-hover-primary-overlightest:hover { border-color: #c2c1c1 !important; }
          .bsx-border-before-primary-overlightest:before { border-color: #c2c1c1 !important; }
          .bsx-border-after-primary-overlightest:after { border-color: #c2c1c1 !important; }
          .bsx-border-t-primary-overlightest { border-top-color: #c2c1c1 !important; }
          .bsx-border-l-primary-overlightest { border-left-color: #c2c1c1 !important; }
          .bsx-border-b-primary-overlightest { border-bottom-color: #c2c1c1 !important; }
          .bsx-border-r-primary-overlightest { border-right-color: #c2c1c1 !important; }
          .bsx-owl-arrow-primary-overlightest .owl-next, .bsx-owl-arrow-primary-overlightest .owl-prev { color: #c2c1c1 !important; }
        
          .bsx-text-primary-soft { color: rgba(92, 91, 91, 0.70) !important; }
          .bsx-text-before-primary-soft:before { color: rgba(92, 91, 91, 0.70) !important; }
          .bsx-text-after-primary-soft:after { color: rgba(92, 91, 91, 0.70) !important; }
          .bsx-text-hover-primary-soft:hover { color: rgba(92, 91, 91, 0.70) !important; }
          .bsx-text-active-primary-soft.active { color: rgba(92, 91, 91, 0.70) !important; }
          .bsx-text-focus-primary-soft:focus { color: rgba(92, 91, 91, 0.70) !important; }
          .bsx-text-stroke-primary-soft { -webkit-text-stroke-color: rgba(92, 91, 91, 0.70) !important; text-stroke-color: rgba(92, 91, 91, 0.70) !important; }
          .bsx-bg-primary-soft { background-color: rgba(92, 91, 91, 0.70) !important; }
          .bsx-bg-active-primary-soft:active, .bsx-bg-active-primary-soft.active { background-color: rgba(92, 91, 91, 0.70) !important; }
          .bsx-bg-hover-primary-soft:hover { background-color: rgba(92, 91, 91, 0.70) !important; }
          .bsx-bg-before-primary-soft:before { background-color: rgba(92, 91, 91, 0.70) !important; }
          .bsx-bg-after-primary-soft:after { background-color: rgba(92, 91, 91, 0.70) !important; }
          .bsx-fill-primary-soft { fill: rgba(92, 91, 91, 0.70) !important; }
          .bsx-border-primary-soft { border-color: rgba(92, 91, 91, 0.70) !important; }
          .bsx-border-hover-primary-soft:hover { border-color: rgba(92, 91, 91, 0.70) !important; }
          .bsx-border-before-primary-soft:before { border-color: rgba(92, 91, 91, 0.70) !important; }
          .bsx-border-after-primary-soft:after { border-color: rgba(92, 91, 91, 0.70) !important; }
          .bsx-border-t-primary-soft { border-top-color: rgba(92, 91, 91, 0.70) !important; }
          .bsx-border-l-primary-soft { border-left-color: rgba(92, 91, 91, 0.70) !important; }
          .bsx-border-b-primary-soft { border-bottom-color: rgba(92, 91, 91, 0.70) !important; }
          .bsx-border-r-primary-soft { border-right-color: rgba(92, 91, 91, 0.70) !important; }
          .bsx-owl-arrow-primary-soft .owl-next, .bsx-owl-arrow-primary-soft .owl-prev { color: rgba(92, 91, 91, 0.70) !important; }
        
          .bsx-text-primary-soften { color: rgba(92, 91, 91, 0.50) !important; }
          .bsx-text-before-primary-soften:before { color: rgba(92, 91, 91, 0.50) !important; }
          .bsx-text-after-primary-soften:after { color: rgba(92, 91, 91, 0.50) !important; }
          .bsx-text-hover-primary-soften:hover { color: rgba(92, 91, 91, 0.50) !important; }
          .bsx-text-active-primary-soften.active { color: rgba(92, 91, 91, 0.50) !important; }
          .bsx-text-focus-primary-soften:focus { color: rgba(92, 91, 91, 0.50) !important; }
          .bsx-text-stroke-primary-soften { -webkit-text-stroke-color: rgba(92, 91, 91, 0.50) !important; text-stroke-color: rgba(92, 91, 91, 0.50) !important; }
          .bsx-bg-primary-soften { background-color: rgba(92, 91, 91, 0.50) !important; }
          .bsx-bg-active-primary-soften:active, .bsx-bg-active-primary-soften.active { background-color: rgba(92, 91, 91, 0.50) !important; }
          .bsx-bg-hover-primary-soften:hover { background-color: rgba(92, 91, 91, 0.50) !important; }
          .bsx-bg-before-primary-soften:before { background-color: rgba(92, 91, 91, 0.50) !important; }
          .bsx-bg-after-primary-soften:after { background-color: rgba(92, 91, 91, 0.50) !important; }
          .bsx-fill-primary-soften { fill: rgba(92, 91, 91, 0.50) !important; }
          .bsx-border-primary-soften { border-color: rgba(92, 91, 91, 0.50) !important; }
          .bsx-border-hover-primary-soften:hover { border-color: rgba(92, 91, 91, 0.50) !important; }
          .bsx-border-before-primary-soften:before { border-color: rgba(92, 91, 91, 0.50) !important; }
          .bsx-border-after-primary-soften:after { border-color: rgba(92, 91, 91, 0.50) !important; }
          .bsx-border-t-primary-soften { border-top-color: rgba(92, 91, 91, 0.50) !important; }
          .bsx-border-l-primary-soften { border-left-color: rgba(92, 91, 91, 0.50) !important; }
          .bsx-border-b-primary-soften { border-bottom-color: rgba(92, 91, 91, 0.50) !important; }
          .bsx-border-r-primary-soften { border-right-color: rgba(92, 91, 91, 0.50) !important; }
          .bsx-owl-arrow-primary-soften .owl-next, .bsx-owl-arrow-primary-soften .owl-prev { color: rgba(92, 91, 91, 0.50) !important; }
        
          .bsx-text-primary-softest { color: rgba(92, 91, 91, 0.20) !important; }
          .bsx-text-before-primary-softest:before { color: rgba(92, 91, 91, 0.20) !important; }
          .bsx-text-after-primary-softest:after { color: rgba(92, 91, 91, 0.20) !important; }
          .bsx-text-hover-primary-softest:hover { color: rgba(92, 91, 91, 0.20) !important; }
          .bsx-text-active-primary-softest.active { color: rgba(92, 91, 91, 0.20) !important; }
          .bsx-text-focus-primary-softest:focus { color: rgba(92, 91, 91, 0.20) !important; }
          .bsx-text-stroke-primary-softest { -webkit-text-stroke-color: rgba(92, 91, 91, 0.20) !important; text-stroke-color: rgba(92, 91, 91, 0.20) !important; }
          .bsx-bg-primary-softest { background-color: rgba(92, 91, 91, 0.20) !important; }
          .bsx-bg-active-primary-softest:active, .bsx-bg-active-primary-softest.active { background-color: rgba(92, 91, 91, 0.20) !important; }
          .bsx-bg-hover-primary-softest:hover { background-color: rgba(92, 91, 91, 0.20) !important; }
          .bsx-bg-before-primary-softest:before { background-color: rgba(92, 91, 91, 0.20) !important; }
          .bsx-bg-after-primary-softest:after { background-color: rgba(92, 91, 91, 0.20) !important; }
          .bsx-fill-primary-softest { fill: rgba(92, 91, 91, 0.20) !important; }
          .bsx-border-primary-softest { border-color: rgba(92, 91, 91, 0.20) !important; }
          .bsx-border-hover-primary-softest:hover { border-color: rgba(92, 91, 91, 0.20) !important; }
          .bsx-border-before-primary-softest:before { border-color: rgba(92, 91, 91, 0.20) !important; }
          .bsx-border-after-primary-softest:after { border-color: rgba(92, 91, 91, 0.20) !important; }
          .bsx-border-t-primary-softest { border-top-color: rgba(92, 91, 91, 0.20) !important; }
          .bsx-border-l-primary-softest { border-left-color: rgba(92, 91, 91, 0.20) !important; }
          .bsx-border-b-primary-softest { border-bottom-color: rgba(92, 91, 91, 0.20) !important; }
          .bsx-border-r-primary-softest { border-right-color: rgba(92, 91, 91, 0.20) !important; }
          .bsx-owl-arrow-primary-softest .owl-next, .bsx-owl-arrow-primary-softest .owl-prev { color: rgba(92, 91, 91, 0.20) !important; }
        
          .bsx-text-primary-oversoftest { color: rgba(92, 91, 91, 0.05) !important; }
          .bsx-text-before-primary-oversoftest:before { color: rgba(92, 91, 91, 0.05) !important; }
          .bsx-text-after-primary-oversoftest:after { color: rgba(92, 91, 91, 0.05) !important; }
          .bsx-text-hover-primary-oversoftest:hover { color: rgba(92, 91, 91, 0.05) !important; }
          .bsx-text-active-primary-oversoftest.active { color: rgba(92, 91, 91, 0.05) !important; }
          .bsx-text-focus-primary-oversoftest:focus { color: rgba(92, 91, 91, 0.05) !important; }
          .bsx-text-stroke-primary-oversoftest { -webkit-text-stroke-color: rgba(92, 91, 91, 0.05) !important; text-stroke-color: rgba(92, 91, 91, 0.05) !important; }
          .bsx-bg-primary-oversoftest { background-color: rgba(92, 91, 91, 0.05) !important; }
          .bsx-bg-active-primary-oversoftest:active, .bsx-bg-active-primary-oversoftest.active { background-color: rgba(92, 91, 91, 0.05) !important; }
          .bsx-bg-hover-primary-oversoftest:hover { background-color: rgba(92, 91, 91, 0.05) !important; }
          .bsx-bg-before-primary-oversoftest:before { background-color: rgba(92, 91, 91, 0.05) !important; }
          .bsx-bg-after-primary-oversoftest:after { background-color: rgba(92, 91, 91, 0.05) !important; }
          .bsx-fill-primary-oversoftest { fill: rgba(92, 91, 91, 0.05) !important; }
          .bsx-border-primary-oversoftest { border-color: rgba(92, 91, 91, 0.05) !important; }
          .bsx-border-hover-primary-oversoftest:hover { border-color: rgba(92, 91, 91, 0.05) !important; }
          .bsx-border-before-primary-oversoftest:before { border-color: rgba(92, 91, 91, 0.05) !important; }
          .bsx-border-after-primary-oversoftest:after { border-color: rgba(92, 91, 91, 0.05) !important; }
          .bsx-border-t-primary-oversoftest { border-top-color: rgba(92, 91, 91, 0.05) !important; }
          .bsx-border-l-primary-oversoftest { border-left-color: rgba(92, 91, 91, 0.05) !important; }
          .bsx-border-b-primary-oversoftest { border-bottom-color: rgba(92, 91, 91, 0.05) !important; }
          .bsx-border-r-primary-oversoftest { border-right-color: rgba(92, 91, 91, 0.05) !important; }
          .bsx-owl-arrow-primary-oversoftest .owl-next, .bsx-owl-arrow-primary-oversoftest .owl-prev { color: rgba(92, 91, 91, 0.05) !important; }
        