
				.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;
				}
				a {
						color: #343348;
				}
				a:hover, a:focus{
						color: #343348;
						opacity: 0.8;
				}
			
:root { 
	--bsx-color-primary: #343348;
	--bsx-color-primary-dark: #1e1d29;
	--bsx-color-primary-darken: #08080b;
	--bsx-color-primary-darkest: #0c0c11;
	--bsx-color-primary-overdarkest: #08080b;
	--bsx-color-primary-light: #494765;
	--bsx-color-primary-lighten: #5f5d83;
	--bsx-color-primary-lightest: #77759d;
	--bsx-color-primary-overlightest: #9593b2;
	--bsx-color-primary-soft: rgba(52, 51, 72, 0.70);
	--bsx-color-primary-soften: rgba(52, 51, 72, 0.50);
	--bsx-color-primary-softest: rgba(52, 51, 72, 0.20);
	--bsx-color-primary-oversoftest: rgba(52, 51, 72, 0.05);
	--bsx-color-secondary: #846e67;
	--bsx-color-secondary-dark: #665550;
	--bsx-color-secondary-darken: #4a3e3a;
	--bsx-color-secondary-darkest: #2d2623;
	--bsx-color-secondary-light: #9c8781;
	--bsx-color-secondary-lighten: #b2a29d;
	--bsx-color-secondary-lightest: #c9bdba;
	--bsx-color-secondary-overlightest: #dfd9d7;
	--bsx-color-secondary-soft: rgba(132, 110, 103, 0.70);
	--bsx-color-secondary-soften: rgba(132, 110, 103, 0.50);
	--bsx-color-secondary-softest: rgba(132, 110, 103, 0.20);
	--bsx-color-secondary-oversoftest: rgba(132, 110, 103, 0.05);
	--bsx-color-third: #eba871;
	--bsx-color-third-dark: #e48b43;
	--bsx-color-third-darken: #d6711e;
	--bsx-color-third-darkest: #a95918;
	--bsx-color-third-light: #f0c29c;
	--bsx-color-third-lighten: #f7dec9;
	--bsx-color-third-lightest: #fdf9f6;
	--bsx-color-third-overlightest: #f9e9db;
	--bsx-color-third-soft: rgba(235, 168, 113, 0.70);
	--bsx-color-third-soften: rgba(235, 168, 113, 0.50);
	--bsx-color-third-softest: rgba(235, 168, 113, 0.20);
	--bsx-color-third-oversoftest: rgba(235, 168, 113, 0.05);
	--bsx-color-fourth: #9f5325;
	--bsx-color-fourth-dark: #733d1b;
	--bsx-color-fourth-darken: #4a2711;
	--bsx-color-fourth-darkest: #211107;
	--bsx-color-fourth-light: #c6682e;
	--bsx-color-fourth-lighten: #d68451;
	--bsx-color-fourth-lightest: #dfa17a;
	--bsx-color-fourth-overlightest: #e9bea4;
	--bsx-color-fourth-soft: rgba(159, 83, 37, 0.70);
	--bsx-color-fourth-soften: rgba(159, 83, 37, 0.50);
	--bsx-color-fourth-softest: rgba(159, 83, 37, 0.20);
	--bsx-color-fourth-oversoftest: rgba(159, 83, 37, 0.05);
 }
          .bsx-text-primary { color: #343348 !important; }
          .bsx-text-before-primary:before { color: #343348 !important; }
          .bsx-text-after-primary:after { color: #343348 !important; }
          .bsx-text-hover-primary:hover { color: #343348 !important; }
          .bsx-text-active-primary.active { color: #343348 !important; }
          .bsx-text-focus-primary:focus { color: #343348 !important; }
          .bsx-text-stroke-primary { -webkit-text-stroke-color: #343348 !important; text-stroke-color: #343348 !important; }
          .bsx-bg-primary { background-color: #343348 !important; }
          .bsx-bg-active-primary:active, .bsx-bg-active-primary.active { background-color: #343348 !important; }
          .bsx-bg-hover-primary:hover { background-color: #343348 !important; }
          .bsx-bg-before-primary:before { background-color: #343348 !important; }
          .bsx-bg-after-primary:after { background-color: #343348 !important; }
          .bsx-fill-primary { fill: #343348 !important; }
          .bsx-border-primary { border-color: #343348 !important; }
          .bsx-border-hover-primary:hover { border-color: #343348 !important; }
          .bsx-border-before-primary:before { border-color: #343348 !important; }
          .bsx-border-after-primary:after { border-color: #343348 !important; }
          .bsx-border-t-primary { border-top-color: #343348 !important; }
          .bsx-border-l-primary { border-left-color: #343348 !important; }
          .bsx-border-b-primary { border-bottom-color: #343348 !important; }
          .bsx-border-r-primary { border-right-color: #343348 !important; }
          .bsx-owl-arrow-primary .owl-next, .bsx-owl-arrow-primary .owl-prev { color: #343348 !important; }
        
          .bsx-text-primary-dark { color: #1e1d29 !important; }
          .bsx-text-before-primary-dark:before { color: #1e1d29 !important; }
          .bsx-text-after-primary-dark:after { color: #1e1d29 !important; }
          .bsx-text-hover-primary-dark:hover { color: #1e1d29 !important; }
          .bsx-text-active-primary-dark.active { color: #1e1d29 !important; }
          .bsx-text-focus-primary-dark:focus { color: #1e1d29 !important; }
          .bsx-text-stroke-primary-dark { -webkit-text-stroke-color: #1e1d29 !important; text-stroke-color: #1e1d29 !important; }
          .bsx-bg-primary-dark { background-color: #1e1d29 !important; }
          .bsx-bg-active-primary-dark:active, .bsx-bg-active-primary-dark.active { background-color: #1e1d29 !important; }
          .bsx-bg-hover-primary-dark:hover { background-color: #1e1d29 !important; }
          .bsx-bg-before-primary-dark:before { background-color: #1e1d29 !important; }
          .bsx-bg-after-primary-dark:after { background-color: #1e1d29 !important; }
          .bsx-fill-primary-dark { fill: #1e1d29 !important; }
          .bsx-border-primary-dark { border-color: #1e1d29 !important; }
          .bsx-border-hover-primary-dark:hover { border-color: #1e1d29 !important; }
          .bsx-border-before-primary-dark:before { border-color: #1e1d29 !important; }
          .bsx-border-after-primary-dark:after { border-color: #1e1d29 !important; }
          .bsx-border-t-primary-dark { border-top-color: #1e1d29 !important; }
          .bsx-border-l-primary-dark { border-left-color: #1e1d29 !important; }
          .bsx-border-b-primary-dark { border-bottom-color: #1e1d29 !important; }
          .bsx-border-r-primary-dark { border-right-color: #1e1d29 !important; }
          .bsx-owl-arrow-primary-dark .owl-next, .bsx-owl-arrow-primary-dark .owl-prev { color: #1e1d29 !important; }
        
          .bsx-text-primary-darken { color: #08080b !important; }
          .bsx-text-before-primary-darken:before { color: #08080b !important; }
          .bsx-text-after-primary-darken:after { color: #08080b !important; }
          .bsx-text-hover-primary-darken:hover { color: #08080b !important; }
          .bsx-text-active-primary-darken.active { color: #08080b !important; }
          .bsx-text-focus-primary-darken:focus { color: #08080b !important; }
          .bsx-text-stroke-primary-darken { -webkit-text-stroke-color: #08080b !important; text-stroke-color: #08080b !important; }
          .bsx-bg-primary-darken { background-color: #08080b !important; }
          .bsx-bg-active-primary-darken:active, .bsx-bg-active-primary-darken.active { background-color: #08080b !important; }
          .bsx-bg-hover-primary-darken:hover { background-color: #08080b !important; }
          .bsx-bg-before-primary-darken:before { background-color: #08080b !important; }
          .bsx-bg-after-primary-darken:after { background-color: #08080b !important; }
          .bsx-fill-primary-darken { fill: #08080b !important; }
          .bsx-border-primary-darken { border-color: #08080b !important; }
          .bsx-border-hover-primary-darken:hover { border-color: #08080b !important; }
          .bsx-border-before-primary-darken:before { border-color: #08080b !important; }
          .bsx-border-after-primary-darken:after { border-color: #08080b !important; }
          .bsx-border-t-primary-darken { border-top-color: #08080b !important; }
          .bsx-border-l-primary-darken { border-left-color: #08080b !important; }
          .bsx-border-b-primary-darken { border-bottom-color: #08080b !important; }
          .bsx-border-r-primary-darken { border-right-color: #08080b !important; }
          .bsx-owl-arrow-primary-darken .owl-next, .bsx-owl-arrow-primary-darken .owl-prev { color: #08080b !important; }
        
          .bsx-text-primary-darkest { color: #0c0c11 !important; }
          .bsx-text-before-primary-darkest:before { color: #0c0c11 !important; }
          .bsx-text-after-primary-darkest:after { color: #0c0c11 !important; }
          .bsx-text-hover-primary-darkest:hover { color: #0c0c11 !important; }
          .bsx-text-active-primary-darkest.active { color: #0c0c11 !important; }
          .bsx-text-focus-primary-darkest:focus { color: #0c0c11 !important; }
          .bsx-text-stroke-primary-darkest { -webkit-text-stroke-color: #0c0c11 !important; text-stroke-color: #0c0c11 !important; }
          .bsx-bg-primary-darkest { background-color: #0c0c11 !important; }
          .bsx-bg-active-primary-darkest:active, .bsx-bg-active-primary-darkest.active { background-color: #0c0c11 !important; }
          .bsx-bg-hover-primary-darkest:hover { background-color: #0c0c11 !important; }
          .bsx-bg-before-primary-darkest:before { background-color: #0c0c11 !important; }
          .bsx-bg-after-primary-darkest:after { background-color: #0c0c11 !important; }
          .bsx-fill-primary-darkest { fill: #0c0c11 !important; }
          .bsx-border-primary-darkest { border-color: #0c0c11 !important; }
          .bsx-border-hover-primary-darkest:hover { border-color: #0c0c11 !important; }
          .bsx-border-before-primary-darkest:before { border-color: #0c0c11 !important; }
          .bsx-border-after-primary-darkest:after { border-color: #0c0c11 !important; }
          .bsx-border-t-primary-darkest { border-top-color: #0c0c11 !important; }
          .bsx-border-l-primary-darkest { border-left-color: #0c0c11 !important; }
          .bsx-border-b-primary-darkest { border-bottom-color: #0c0c11 !important; }
          .bsx-border-r-primary-darkest { border-right-color: #0c0c11 !important; }
          .bsx-owl-arrow-primary-darkest .owl-next, .bsx-owl-arrow-primary-darkest .owl-prev { color: #0c0c11 !important; }
        
          .bsx-text-primary-overdarkest { color: #08080b !important; }
          .bsx-text-before-primary-overdarkest:before { color: #08080b !important; }
          .bsx-text-after-primary-overdarkest:after { color: #08080b !important; }
          .bsx-text-hover-primary-overdarkest:hover { color: #08080b !important; }
          .bsx-text-active-primary-overdarkest.active { color: #08080b !important; }
          .bsx-text-focus-primary-overdarkest:focus { color: #08080b !important; }
          .bsx-text-stroke-primary-overdarkest { -webkit-text-stroke-color: #08080b !important; text-stroke-color: #08080b !important; }
          .bsx-bg-primary-overdarkest { background-color: #08080b !important; }
          .bsx-bg-active-primary-overdarkest:active, .bsx-bg-active-primary-overdarkest.active { background-color: #08080b !important; }
          .bsx-bg-hover-primary-overdarkest:hover { background-color: #08080b !important; }
          .bsx-bg-before-primary-overdarkest:before { background-color: #08080b !important; }
          .bsx-bg-after-primary-overdarkest:after { background-color: #08080b !important; }
          .bsx-fill-primary-overdarkest { fill: #08080b !important; }
          .bsx-border-primary-overdarkest { border-color: #08080b !important; }
          .bsx-border-hover-primary-overdarkest:hover { border-color: #08080b !important; }
          .bsx-border-before-primary-overdarkest:before { border-color: #08080b !important; }
          .bsx-border-after-primary-overdarkest:after { border-color: #08080b !important; }
          .bsx-border-t-primary-overdarkest { border-top-color: #08080b !important; }
          .bsx-border-l-primary-overdarkest { border-left-color: #08080b !important; }
          .bsx-border-b-primary-overdarkest { border-bottom-color: #08080b !important; }
          .bsx-border-r-primary-overdarkest { border-right-color: #08080b !important; }
          .bsx-owl-arrow-primary-overdarkest .owl-next, .bsx-owl-arrow-primary-overdarkest .owl-prev { color: #08080b !important; }
        
          .bsx-text-primary-light { color: #494765 !important; }
          .bsx-text-before-primary-light:before { color: #494765 !important; }
          .bsx-text-after-primary-light:after { color: #494765 !important; }
          .bsx-text-hover-primary-light:hover { color: #494765 !important; }
          .bsx-text-active-primary-light.active { color: #494765 !important; }
          .bsx-text-focus-primary-light:focus { color: #494765 !important; }
          .bsx-text-stroke-primary-light { -webkit-text-stroke-color: #494765 !important; text-stroke-color: #494765 !important; }
          .bsx-bg-primary-light { background-color: #494765 !important; }
          .bsx-bg-active-primary-light:active, .bsx-bg-active-primary-light.active { background-color: #494765 !important; }
          .bsx-bg-hover-primary-light:hover { background-color: #494765 !important; }
          .bsx-bg-before-primary-light:before { background-color: #494765 !important; }
          .bsx-bg-after-primary-light:after { background-color: #494765 !important; }
          .bsx-fill-primary-light { fill: #494765 !important; }
          .bsx-border-primary-light { border-color: #494765 !important; }
          .bsx-border-hover-primary-light:hover { border-color: #494765 !important; }
          .bsx-border-before-primary-light:before { border-color: #494765 !important; }
          .bsx-border-after-primary-light:after { border-color: #494765 !important; }
          .bsx-border-t-primary-light { border-top-color: #494765 !important; }
          .bsx-border-l-primary-light { border-left-color: #494765 !important; }
          .bsx-border-b-primary-light { border-bottom-color: #494765 !important; }
          .bsx-border-r-primary-light { border-right-color: #494765 !important; }
          .bsx-owl-arrow-primary-light .owl-next, .bsx-owl-arrow-primary-light .owl-prev { color: #494765 !important; }
        
          .bsx-text-primary-lighten { color: #5f5d83 !important; }
          .bsx-text-before-primary-lighten:before { color: #5f5d83 !important; }
          .bsx-text-after-primary-lighten:after { color: #5f5d83 !important; }
          .bsx-text-hover-primary-lighten:hover { color: #5f5d83 !important; }
          .bsx-text-active-primary-lighten.active { color: #5f5d83 !important; }
          .bsx-text-focus-primary-lighten:focus { color: #5f5d83 !important; }
          .bsx-text-stroke-primary-lighten { -webkit-text-stroke-color: #5f5d83 !important; text-stroke-color: #5f5d83 !important; }
          .bsx-bg-primary-lighten { background-color: #5f5d83 !important; }
          .bsx-bg-active-primary-lighten:active, .bsx-bg-active-primary-lighten.active { background-color: #5f5d83 !important; }
          .bsx-bg-hover-primary-lighten:hover { background-color: #5f5d83 !important; }
          .bsx-bg-before-primary-lighten:before { background-color: #5f5d83 !important; }
          .bsx-bg-after-primary-lighten:after { background-color: #5f5d83 !important; }
          .bsx-fill-primary-lighten { fill: #5f5d83 !important; }
          .bsx-border-primary-lighten { border-color: #5f5d83 !important; }
          .bsx-border-hover-primary-lighten:hover { border-color: #5f5d83 !important; }
          .bsx-border-before-primary-lighten:before { border-color: #5f5d83 !important; }
          .bsx-border-after-primary-lighten:after { border-color: #5f5d83 !important; }
          .bsx-border-t-primary-lighten { border-top-color: #5f5d83 !important; }
          .bsx-border-l-primary-lighten { border-left-color: #5f5d83 !important; }
          .bsx-border-b-primary-lighten { border-bottom-color: #5f5d83 !important; }
          .bsx-border-r-primary-lighten { border-right-color: #5f5d83 !important; }
          .bsx-owl-arrow-primary-lighten .owl-next, .bsx-owl-arrow-primary-lighten .owl-prev { color: #5f5d83 !important; }
        
          .bsx-text-primary-lightest { color: #77759d !important; }
          .bsx-text-before-primary-lightest:before { color: #77759d !important; }
          .bsx-text-after-primary-lightest:after { color: #77759d !important; }
          .bsx-text-hover-primary-lightest:hover { color: #77759d !important; }
          .bsx-text-active-primary-lightest.active { color: #77759d !important; }
          .bsx-text-focus-primary-lightest:focus { color: #77759d !important; }
          .bsx-text-stroke-primary-lightest { -webkit-text-stroke-color: #77759d !important; text-stroke-color: #77759d !important; }
          .bsx-bg-primary-lightest { background-color: #77759d !important; }
          .bsx-bg-active-primary-lightest:active, .bsx-bg-active-primary-lightest.active { background-color: #77759d !important; }
          .bsx-bg-hover-primary-lightest:hover { background-color: #77759d !important; }
          .bsx-bg-before-primary-lightest:before { background-color: #77759d !important; }
          .bsx-bg-after-primary-lightest:after { background-color: #77759d !important; }
          .bsx-fill-primary-lightest { fill: #77759d !important; }
          .bsx-border-primary-lightest { border-color: #77759d !important; }
          .bsx-border-hover-primary-lightest:hover { border-color: #77759d !important; }
          .bsx-border-before-primary-lightest:before { border-color: #77759d !important; }
          .bsx-border-after-primary-lightest:after { border-color: #77759d !important; }
          .bsx-border-t-primary-lightest { border-top-color: #77759d !important; }
          .bsx-border-l-primary-lightest { border-left-color: #77759d !important; }
          .bsx-border-b-primary-lightest { border-bottom-color: #77759d !important; }
          .bsx-border-r-primary-lightest { border-right-color: #77759d !important; }
          .bsx-owl-arrow-primary-lightest .owl-next, .bsx-owl-arrow-primary-lightest .owl-prev { color: #77759d !important; }
        
          .bsx-text-primary-overlightest { color: #9593b2 !important; }
          .bsx-text-before-primary-overlightest:before { color: #9593b2 !important; }
          .bsx-text-after-primary-overlightest:after { color: #9593b2 !important; }
          .bsx-text-hover-primary-overlightest:hover { color: #9593b2 !important; }
          .bsx-text-active-primary-overlightest.active { color: #9593b2 !important; }
          .bsx-text-focus-primary-overlightest:focus { color: #9593b2 !important; }
          .bsx-text-stroke-primary-overlightest { -webkit-text-stroke-color: #9593b2 !important; text-stroke-color: #9593b2 !important; }
          .bsx-bg-primary-overlightest { background-color: #9593b2 !important; }
          .bsx-bg-active-primary-overlightest:active, .bsx-bg-active-primary-overlightest.active { background-color: #9593b2 !important; }
          .bsx-bg-hover-primary-overlightest:hover { background-color: #9593b2 !important; }
          .bsx-bg-before-primary-overlightest:before { background-color: #9593b2 !important; }
          .bsx-bg-after-primary-overlightest:after { background-color: #9593b2 !important; }
          .bsx-fill-primary-overlightest { fill: #9593b2 !important; }
          .bsx-border-primary-overlightest { border-color: #9593b2 !important; }
          .bsx-border-hover-primary-overlightest:hover { border-color: #9593b2 !important; }
          .bsx-border-before-primary-overlightest:before { border-color: #9593b2 !important; }
          .bsx-border-after-primary-overlightest:after { border-color: #9593b2 !important; }
          .bsx-border-t-primary-overlightest { border-top-color: #9593b2 !important; }
          .bsx-border-l-primary-overlightest { border-left-color: #9593b2 !important; }
          .bsx-border-b-primary-overlightest { border-bottom-color: #9593b2 !important; }
          .bsx-border-r-primary-overlightest { border-right-color: #9593b2 !important; }
          .bsx-owl-arrow-primary-overlightest .owl-next, .bsx-owl-arrow-primary-overlightest .owl-prev { color: #9593b2 !important; }
        
          .bsx-text-primary-soft { color: rgba(52, 51, 72, 0.70) !important; }
          .bsx-text-before-primary-soft:before { color: rgba(52, 51, 72, 0.70) !important; }
          .bsx-text-after-primary-soft:after { color: rgba(52, 51, 72, 0.70) !important; }
          .bsx-text-hover-primary-soft:hover { color: rgba(52, 51, 72, 0.70) !important; }
          .bsx-text-active-primary-soft.active { color: rgba(52, 51, 72, 0.70) !important; }
          .bsx-text-focus-primary-soft:focus { color: rgba(52, 51, 72, 0.70) !important; }
          .bsx-text-stroke-primary-soft { -webkit-text-stroke-color: rgba(52, 51, 72, 0.70) !important; text-stroke-color: rgba(52, 51, 72, 0.70) !important; }
          .bsx-bg-primary-soft { background-color: rgba(52, 51, 72, 0.70) !important; }
          .bsx-bg-active-primary-soft:active, .bsx-bg-active-primary-soft.active { background-color: rgba(52, 51, 72, 0.70) !important; }
          .bsx-bg-hover-primary-soft:hover { background-color: rgba(52, 51, 72, 0.70) !important; }
          .bsx-bg-before-primary-soft:before { background-color: rgba(52, 51, 72, 0.70) !important; }
          .bsx-bg-after-primary-soft:after { background-color: rgba(52, 51, 72, 0.70) !important; }
          .bsx-fill-primary-soft { fill: rgba(52, 51, 72, 0.70) !important; }
          .bsx-border-primary-soft { border-color: rgba(52, 51, 72, 0.70) !important; }
          .bsx-border-hover-primary-soft:hover { border-color: rgba(52, 51, 72, 0.70) !important; }
          .bsx-border-before-primary-soft:before { border-color: rgba(52, 51, 72, 0.70) !important; }
          .bsx-border-after-primary-soft:after { border-color: rgba(52, 51, 72, 0.70) !important; }
          .bsx-border-t-primary-soft { border-top-color: rgba(52, 51, 72, 0.70) !important; }
          .bsx-border-l-primary-soft { border-left-color: rgba(52, 51, 72, 0.70) !important; }
          .bsx-border-b-primary-soft { border-bottom-color: rgba(52, 51, 72, 0.70) !important; }
          .bsx-border-r-primary-soft { border-right-color: rgba(52, 51, 72, 0.70) !important; }
          .bsx-owl-arrow-primary-soft .owl-next, .bsx-owl-arrow-primary-soft .owl-prev { color: rgba(52, 51, 72, 0.70) !important; }
        
          .bsx-text-primary-soften { color: rgba(52, 51, 72, 0.50) !important; }
          .bsx-text-before-primary-soften:before { color: rgba(52, 51, 72, 0.50) !important; }
          .bsx-text-after-primary-soften:after { color: rgba(52, 51, 72, 0.50) !important; }
          .bsx-text-hover-primary-soften:hover { color: rgba(52, 51, 72, 0.50) !important; }
          .bsx-text-active-primary-soften.active { color: rgba(52, 51, 72, 0.50) !important; }
          .bsx-text-focus-primary-soften:focus { color: rgba(52, 51, 72, 0.50) !important; }
          .bsx-text-stroke-primary-soften { -webkit-text-stroke-color: rgba(52, 51, 72, 0.50) !important; text-stroke-color: rgba(52, 51, 72, 0.50) !important; }
          .bsx-bg-primary-soften { background-color: rgba(52, 51, 72, 0.50) !important; }
          .bsx-bg-active-primary-soften:active, .bsx-bg-active-primary-soften.active { background-color: rgba(52, 51, 72, 0.50) !important; }
          .bsx-bg-hover-primary-soften:hover { background-color: rgba(52, 51, 72, 0.50) !important; }
          .bsx-bg-before-primary-soften:before { background-color: rgba(52, 51, 72, 0.50) !important; }
          .bsx-bg-after-primary-soften:after { background-color: rgba(52, 51, 72, 0.50) !important; }
          .bsx-fill-primary-soften { fill: rgba(52, 51, 72, 0.50) !important; }
          .bsx-border-primary-soften { border-color: rgba(52, 51, 72, 0.50) !important; }
          .bsx-border-hover-primary-soften:hover { border-color: rgba(52, 51, 72, 0.50) !important; }
          .bsx-border-before-primary-soften:before { border-color: rgba(52, 51, 72, 0.50) !important; }
          .bsx-border-after-primary-soften:after { border-color: rgba(52, 51, 72, 0.50) !important; }
          .bsx-border-t-primary-soften { border-top-color: rgba(52, 51, 72, 0.50) !important; }
          .bsx-border-l-primary-soften { border-left-color: rgba(52, 51, 72, 0.50) !important; }
          .bsx-border-b-primary-soften { border-bottom-color: rgba(52, 51, 72, 0.50) !important; }
          .bsx-border-r-primary-soften { border-right-color: rgba(52, 51, 72, 0.50) !important; }
          .bsx-owl-arrow-primary-soften .owl-next, .bsx-owl-arrow-primary-soften .owl-prev { color: rgba(52, 51, 72, 0.50) !important; }
        
          .bsx-text-primary-softest { color: rgba(52, 51, 72, 0.20) !important; }
          .bsx-text-before-primary-softest:before { color: rgba(52, 51, 72, 0.20) !important; }
          .bsx-text-after-primary-softest:after { color: rgba(52, 51, 72, 0.20) !important; }
          .bsx-text-hover-primary-softest:hover { color: rgba(52, 51, 72, 0.20) !important; }
          .bsx-text-active-primary-softest.active { color: rgba(52, 51, 72, 0.20) !important; }
          .bsx-text-focus-primary-softest:focus { color: rgba(52, 51, 72, 0.20) !important; }
          .bsx-text-stroke-primary-softest { -webkit-text-stroke-color: rgba(52, 51, 72, 0.20) !important; text-stroke-color: rgba(52, 51, 72, 0.20) !important; }
          .bsx-bg-primary-softest { background-color: rgba(52, 51, 72, 0.20) !important; }
          .bsx-bg-active-primary-softest:active, .bsx-bg-active-primary-softest.active { background-color: rgba(52, 51, 72, 0.20) !important; }
          .bsx-bg-hover-primary-softest:hover { background-color: rgba(52, 51, 72, 0.20) !important; }
          .bsx-bg-before-primary-softest:before { background-color: rgba(52, 51, 72, 0.20) !important; }
          .bsx-bg-after-primary-softest:after { background-color: rgba(52, 51, 72, 0.20) !important; }
          .bsx-fill-primary-softest { fill: rgba(52, 51, 72, 0.20) !important; }
          .bsx-border-primary-softest { border-color: rgba(52, 51, 72, 0.20) !important; }
          .bsx-border-hover-primary-softest:hover { border-color: rgba(52, 51, 72, 0.20) !important; }
          .bsx-border-before-primary-softest:before { border-color: rgba(52, 51, 72, 0.20) !important; }
          .bsx-border-after-primary-softest:after { border-color: rgba(52, 51, 72, 0.20) !important; }
          .bsx-border-t-primary-softest { border-top-color: rgba(52, 51, 72, 0.20) !important; }
          .bsx-border-l-primary-softest { border-left-color: rgba(52, 51, 72, 0.20) !important; }
          .bsx-border-b-primary-softest { border-bottom-color: rgba(52, 51, 72, 0.20) !important; }
          .bsx-border-r-primary-softest { border-right-color: rgba(52, 51, 72, 0.20) !important; }
          .bsx-owl-arrow-primary-softest .owl-next, .bsx-owl-arrow-primary-softest .owl-prev { color: rgba(52, 51, 72, 0.20) !important; }
        
          .bsx-text-primary-oversoftest { color: rgba(52, 51, 72, 0.05) !important; }
          .bsx-text-before-primary-oversoftest:before { color: rgba(52, 51, 72, 0.05) !important; }
          .bsx-text-after-primary-oversoftest:after { color: rgba(52, 51, 72, 0.05) !important; }
          .bsx-text-hover-primary-oversoftest:hover { color: rgba(52, 51, 72, 0.05) !important; }
          .bsx-text-active-primary-oversoftest.active { color: rgba(52, 51, 72, 0.05) !important; }
          .bsx-text-focus-primary-oversoftest:focus { color: rgba(52, 51, 72, 0.05) !important; }
          .bsx-text-stroke-primary-oversoftest { -webkit-text-stroke-color: rgba(52, 51, 72, 0.05) !important; text-stroke-color: rgba(52, 51, 72, 0.05) !important; }
          .bsx-bg-primary-oversoftest { background-color: rgba(52, 51, 72, 0.05) !important; }
          .bsx-bg-active-primary-oversoftest:active, .bsx-bg-active-primary-oversoftest.active { background-color: rgba(52, 51, 72, 0.05) !important; }
          .bsx-bg-hover-primary-oversoftest:hover { background-color: rgba(52, 51, 72, 0.05) !important; }
          .bsx-bg-before-primary-oversoftest:before { background-color: rgba(52, 51, 72, 0.05) !important; }
          .bsx-bg-after-primary-oversoftest:after { background-color: rgba(52, 51, 72, 0.05) !important; }
          .bsx-fill-primary-oversoftest { fill: rgba(52, 51, 72, 0.05) !important; }
          .bsx-border-primary-oversoftest { border-color: rgba(52, 51, 72, 0.05) !important; }
          .bsx-border-hover-primary-oversoftest:hover { border-color: rgba(52, 51, 72, 0.05) !important; }
          .bsx-border-before-primary-oversoftest:before { border-color: rgba(52, 51, 72, 0.05) !important; }
          .bsx-border-after-primary-oversoftest:after { border-color: rgba(52, 51, 72, 0.05) !important; }
          .bsx-border-t-primary-oversoftest { border-top-color: rgba(52, 51, 72, 0.05) !important; }
          .bsx-border-l-primary-oversoftest { border-left-color: rgba(52, 51, 72, 0.05) !important; }
          .bsx-border-b-primary-oversoftest { border-bottom-color: rgba(52, 51, 72, 0.05) !important; }
          .bsx-border-r-primary-oversoftest { border-right-color: rgba(52, 51, 72, 0.05) !important; }
          .bsx-owl-arrow-primary-oversoftest .owl-next, .bsx-owl-arrow-primary-oversoftest .owl-prev { color: rgba(52, 51, 72, 0.05) !important; }
        
          .bsx-text-secondary { color: #846e67 !important; }
          .bsx-text-before-secondary:before { color: #846e67 !important; }
          .bsx-text-after-secondary:after { color: #846e67 !important; }
          .bsx-text-hover-secondary:hover { color: #846e67 !important; }
          .bsx-text-active-secondary.active { color: #846e67 !important; }
          .bsx-text-focus-secondary:focus { color: #846e67 !important; }
          .bsx-text-stroke-secondary { -webkit-text-stroke-color: #846e67 !important; text-stroke-color: #846e67 !important; }
          .bsx-bg-secondary { background-color: #846e67 !important; }
          .bsx-bg-active-secondary:active, .bsx-bg-active-secondary.active { background-color: #846e67 !important; }
          .bsx-bg-hover-secondary:hover { background-color: #846e67 !important; }
          .bsx-bg-before-secondary:before { background-color: #846e67 !important; }
          .bsx-bg-after-secondary:after { background-color: #846e67 !important; }
          .bsx-fill-secondary { fill: #846e67 !important; }
          .bsx-border-secondary { border-color: #846e67 !important; }
          .bsx-border-hover-secondary:hover { border-color: #846e67 !important; }
          .bsx-border-before-secondary:before { border-color: #846e67 !important; }
          .bsx-border-after-secondary:after { border-color: #846e67 !important; }
          .bsx-border-t-secondary { border-top-color: #846e67 !important; }
          .bsx-border-l-secondary { border-left-color: #846e67 !important; }
          .bsx-border-b-secondary { border-bottom-color: #846e67 !important; }
          .bsx-border-r-secondary { border-right-color: #846e67 !important; }
          .bsx-owl-arrow-secondary .owl-next, .bsx-owl-arrow-secondary .owl-prev { color: #846e67 !important; }
        
          .bsx-text-secondary-dark { color: #665550 !important; }
          .bsx-text-before-secondary-dark:before { color: #665550 !important; }
          .bsx-text-after-secondary-dark:after { color: #665550 !important; }
          .bsx-text-hover-secondary-dark:hover { color: #665550 !important; }
          .bsx-text-active-secondary-dark.active { color: #665550 !important; }
          .bsx-text-focus-secondary-dark:focus { color: #665550 !important; }
          .bsx-text-stroke-secondary-dark { -webkit-text-stroke-color: #665550 !important; text-stroke-color: #665550 !important; }
          .bsx-bg-secondary-dark { background-color: #665550 !important; }
          .bsx-bg-active-secondary-dark:active, .bsx-bg-active-secondary-dark.active { background-color: #665550 !important; }
          .bsx-bg-hover-secondary-dark:hover { background-color: #665550 !important; }
          .bsx-bg-before-secondary-dark:before { background-color: #665550 !important; }
          .bsx-bg-after-secondary-dark:after { background-color: #665550 !important; }
          .bsx-fill-secondary-dark { fill: #665550 !important; }
          .bsx-border-secondary-dark { border-color: #665550 !important; }
          .bsx-border-hover-secondary-dark:hover { border-color: #665550 !important; }
          .bsx-border-before-secondary-dark:before { border-color: #665550 !important; }
          .bsx-border-after-secondary-dark:after { border-color: #665550 !important; }
          .bsx-border-t-secondary-dark { border-top-color: #665550 !important; }
          .bsx-border-l-secondary-dark { border-left-color: #665550 !important; }
          .bsx-border-b-secondary-dark { border-bottom-color: #665550 !important; }
          .bsx-border-r-secondary-dark { border-right-color: #665550 !important; }
          .bsx-owl-arrow-secondary-dark .owl-next, .bsx-owl-arrow-secondary-dark .owl-prev { color: #665550 !important; }
        
          .bsx-text-secondary-darken { color: #4a3e3a !important; }
          .bsx-text-before-secondary-darken:before { color: #4a3e3a !important; }
          .bsx-text-after-secondary-darken:after { color: #4a3e3a !important; }
          .bsx-text-hover-secondary-darken:hover { color: #4a3e3a !important; }
          .bsx-text-active-secondary-darken.active { color: #4a3e3a !important; }
          .bsx-text-focus-secondary-darken:focus { color: #4a3e3a !important; }
          .bsx-text-stroke-secondary-darken { -webkit-text-stroke-color: #4a3e3a !important; text-stroke-color: #4a3e3a !important; }
          .bsx-bg-secondary-darken { background-color: #4a3e3a !important; }
          .bsx-bg-active-secondary-darken:active, .bsx-bg-active-secondary-darken.active { background-color: #4a3e3a !important; }
          .bsx-bg-hover-secondary-darken:hover { background-color: #4a3e3a !important; }
          .bsx-bg-before-secondary-darken:before { background-color: #4a3e3a !important; }
          .bsx-bg-after-secondary-darken:after { background-color: #4a3e3a !important; }
          .bsx-fill-secondary-darken { fill: #4a3e3a !important; }
          .bsx-border-secondary-darken { border-color: #4a3e3a !important; }
          .bsx-border-hover-secondary-darken:hover { border-color: #4a3e3a !important; }
          .bsx-border-before-secondary-darken:before { border-color: #4a3e3a !important; }
          .bsx-border-after-secondary-darken:after { border-color: #4a3e3a !important; }
          .bsx-border-t-secondary-darken { border-top-color: #4a3e3a !important; }
          .bsx-border-l-secondary-darken { border-left-color: #4a3e3a !important; }
          .bsx-border-b-secondary-darken { border-bottom-color: #4a3e3a !important; }
          .bsx-border-r-secondary-darken { border-right-color: #4a3e3a !important; }
          .bsx-owl-arrow-secondary-darken .owl-next, .bsx-owl-arrow-secondary-darken .owl-prev { color: #4a3e3a !important; }
        
          .bsx-text-secondary-darkest { color: #2d2623 !important; }
          .bsx-text-before-secondary-darkest:before { color: #2d2623 !important; }
          .bsx-text-after-secondary-darkest:after { color: #2d2623 !important; }
          .bsx-text-hover-secondary-darkest:hover { color: #2d2623 !important; }
          .bsx-text-active-secondary-darkest.active { color: #2d2623 !important; }
          .bsx-text-focus-secondary-darkest:focus { color: #2d2623 !important; }
          .bsx-text-stroke-secondary-darkest { -webkit-text-stroke-color: #2d2623 !important; text-stroke-color: #2d2623 !important; }
          .bsx-bg-secondary-darkest { background-color: #2d2623 !important; }
          .bsx-bg-active-secondary-darkest:active, .bsx-bg-active-secondary-darkest.active { background-color: #2d2623 !important; }
          .bsx-bg-hover-secondary-darkest:hover { background-color: #2d2623 !important; }
          .bsx-bg-before-secondary-darkest:before { background-color: #2d2623 !important; }
          .bsx-bg-after-secondary-darkest:after { background-color: #2d2623 !important; }
          .bsx-fill-secondary-darkest { fill: #2d2623 !important; }
          .bsx-border-secondary-darkest { border-color: #2d2623 !important; }
          .bsx-border-hover-secondary-darkest:hover { border-color: #2d2623 !important; }
          .bsx-border-before-secondary-darkest:before { border-color: #2d2623 !important; }
          .bsx-border-after-secondary-darkest:after { border-color: #2d2623 !important; }
          .bsx-border-t-secondary-darkest { border-top-color: #2d2623 !important; }
          .bsx-border-l-secondary-darkest { border-left-color: #2d2623 !important; }
          .bsx-border-b-secondary-darkest { border-bottom-color: #2d2623 !important; }
          .bsx-border-r-secondary-darkest { border-right-color: #2d2623 !important; }
          .bsx-owl-arrow-secondary-darkest .owl-next, .bsx-owl-arrow-secondary-darkest .owl-prev { color: #2d2623 !important; }
        
          .bsx-text-secondary-light { color: #9c8781 !important; }
          .bsx-text-before-secondary-light:before { color: #9c8781 !important; }
          .bsx-text-after-secondary-light:after { color: #9c8781 !important; }
          .bsx-text-hover-secondary-light:hover { color: #9c8781 !important; }
          .bsx-text-active-secondary-light.active { color: #9c8781 !important; }
          .bsx-text-focus-secondary-light:focus { color: #9c8781 !important; }
          .bsx-text-stroke-secondary-light { -webkit-text-stroke-color: #9c8781 !important; text-stroke-color: #9c8781 !important; }
          .bsx-bg-secondary-light { background-color: #9c8781 !important; }
          .bsx-bg-active-secondary-light:active, .bsx-bg-active-secondary-light.active { background-color: #9c8781 !important; }
          .bsx-bg-hover-secondary-light:hover { background-color: #9c8781 !important; }
          .bsx-bg-before-secondary-light:before { background-color: #9c8781 !important; }
          .bsx-bg-after-secondary-light:after { background-color: #9c8781 !important; }
          .bsx-fill-secondary-light { fill: #9c8781 !important; }
          .bsx-border-secondary-light { border-color: #9c8781 !important; }
          .bsx-border-hover-secondary-light:hover { border-color: #9c8781 !important; }
          .bsx-border-before-secondary-light:before { border-color: #9c8781 !important; }
          .bsx-border-after-secondary-light:after { border-color: #9c8781 !important; }
          .bsx-border-t-secondary-light { border-top-color: #9c8781 !important; }
          .bsx-border-l-secondary-light { border-left-color: #9c8781 !important; }
          .bsx-border-b-secondary-light { border-bottom-color: #9c8781 !important; }
          .bsx-border-r-secondary-light { border-right-color: #9c8781 !important; }
          .bsx-owl-arrow-secondary-light .owl-next, .bsx-owl-arrow-secondary-light .owl-prev { color: #9c8781 !important; }
        
          .bsx-text-secondary-lighten { color: #b2a29d !important; }
          .bsx-text-before-secondary-lighten:before { color: #b2a29d !important; }
          .bsx-text-after-secondary-lighten:after { color: #b2a29d !important; }
          .bsx-text-hover-secondary-lighten:hover { color: #b2a29d !important; }
          .bsx-text-active-secondary-lighten.active { color: #b2a29d !important; }
          .bsx-text-focus-secondary-lighten:focus { color: #b2a29d !important; }
          .bsx-text-stroke-secondary-lighten { -webkit-text-stroke-color: #b2a29d !important; text-stroke-color: #b2a29d !important; }
          .bsx-bg-secondary-lighten { background-color: #b2a29d !important; }
          .bsx-bg-active-secondary-lighten:active, .bsx-bg-active-secondary-lighten.active { background-color: #b2a29d !important; }
          .bsx-bg-hover-secondary-lighten:hover { background-color: #b2a29d !important; }
          .bsx-bg-before-secondary-lighten:before { background-color: #b2a29d !important; }
          .bsx-bg-after-secondary-lighten:after { background-color: #b2a29d !important; }
          .bsx-fill-secondary-lighten { fill: #b2a29d !important; }
          .bsx-border-secondary-lighten { border-color: #b2a29d !important; }
          .bsx-border-hover-secondary-lighten:hover { border-color: #b2a29d !important; }
          .bsx-border-before-secondary-lighten:before { border-color: #b2a29d !important; }
          .bsx-border-after-secondary-lighten:after { border-color: #b2a29d !important; }
          .bsx-border-t-secondary-lighten { border-top-color: #b2a29d !important; }
          .bsx-border-l-secondary-lighten { border-left-color: #b2a29d !important; }
          .bsx-border-b-secondary-lighten { border-bottom-color: #b2a29d !important; }
          .bsx-border-r-secondary-lighten { border-right-color: #b2a29d !important; }
          .bsx-owl-arrow-secondary-lighten .owl-next, .bsx-owl-arrow-secondary-lighten .owl-prev { color: #b2a29d !important; }
        
          .bsx-text-secondary-lightest { color: #c9bdba !important; }
          .bsx-text-before-secondary-lightest:before { color: #c9bdba !important; }
          .bsx-text-after-secondary-lightest:after { color: #c9bdba !important; }
          .bsx-text-hover-secondary-lightest:hover { color: #c9bdba !important; }
          .bsx-text-active-secondary-lightest.active { color: #c9bdba !important; }
          .bsx-text-focus-secondary-lightest:focus { color: #c9bdba !important; }
          .bsx-text-stroke-secondary-lightest { -webkit-text-stroke-color: #c9bdba !important; text-stroke-color: #c9bdba !important; }
          .bsx-bg-secondary-lightest { background-color: #c9bdba !important; }
          .bsx-bg-active-secondary-lightest:active, .bsx-bg-active-secondary-lightest.active { background-color: #c9bdba !important; }
          .bsx-bg-hover-secondary-lightest:hover { background-color: #c9bdba !important; }
          .bsx-bg-before-secondary-lightest:before { background-color: #c9bdba !important; }
          .bsx-bg-after-secondary-lightest:after { background-color: #c9bdba !important; }
          .bsx-fill-secondary-lightest { fill: #c9bdba !important; }
          .bsx-border-secondary-lightest { border-color: #c9bdba !important; }
          .bsx-border-hover-secondary-lightest:hover { border-color: #c9bdba !important; }
          .bsx-border-before-secondary-lightest:before { border-color: #c9bdba !important; }
          .bsx-border-after-secondary-lightest:after { border-color: #c9bdba !important; }
          .bsx-border-t-secondary-lightest { border-top-color: #c9bdba !important; }
          .bsx-border-l-secondary-lightest { border-left-color: #c9bdba !important; }
          .bsx-border-b-secondary-lightest { border-bottom-color: #c9bdba !important; }
          .bsx-border-r-secondary-lightest { border-right-color: #c9bdba !important; }
          .bsx-owl-arrow-secondary-lightest .owl-next, .bsx-owl-arrow-secondary-lightest .owl-prev { color: #c9bdba !important; }
        
          .bsx-text-secondary-overlightest { color: #dfd9d7 !important; }
          .bsx-text-before-secondary-overlightest:before { color: #dfd9d7 !important; }
          .bsx-text-after-secondary-overlightest:after { color: #dfd9d7 !important; }
          .bsx-text-hover-secondary-overlightest:hover { color: #dfd9d7 !important; }
          .bsx-text-active-secondary-overlightest.active { color: #dfd9d7 !important; }
          .bsx-text-focus-secondary-overlightest:focus { color: #dfd9d7 !important; }
          .bsx-text-stroke-secondary-overlightest { -webkit-text-stroke-color: #dfd9d7 !important; text-stroke-color: #dfd9d7 !important; }
          .bsx-bg-secondary-overlightest { background-color: #dfd9d7 !important; }
          .bsx-bg-active-secondary-overlightest:active, .bsx-bg-active-secondary-overlightest.active { background-color: #dfd9d7 !important; }
          .bsx-bg-hover-secondary-overlightest:hover { background-color: #dfd9d7 !important; }
          .bsx-bg-before-secondary-overlightest:before { background-color: #dfd9d7 !important; }
          .bsx-bg-after-secondary-overlightest:after { background-color: #dfd9d7 !important; }
          .bsx-fill-secondary-overlightest { fill: #dfd9d7 !important; }
          .bsx-border-secondary-overlightest { border-color: #dfd9d7 !important; }
          .bsx-border-hover-secondary-overlightest:hover { border-color: #dfd9d7 !important; }
          .bsx-border-before-secondary-overlightest:before { border-color: #dfd9d7 !important; }
          .bsx-border-after-secondary-overlightest:after { border-color: #dfd9d7 !important; }
          .bsx-border-t-secondary-overlightest { border-top-color: #dfd9d7 !important; }
          .bsx-border-l-secondary-overlightest { border-left-color: #dfd9d7 !important; }
          .bsx-border-b-secondary-overlightest { border-bottom-color: #dfd9d7 !important; }
          .bsx-border-r-secondary-overlightest { border-right-color: #dfd9d7 !important; }
          .bsx-owl-arrow-secondary-overlightest .owl-next, .bsx-owl-arrow-secondary-overlightest .owl-prev { color: #dfd9d7 !important; }
        
          .bsx-text-secondary-soft { color: rgba(132, 110, 103, 0.70) !important; }
          .bsx-text-before-secondary-soft:before { color: rgba(132, 110, 103, 0.70) !important; }
          .bsx-text-after-secondary-soft:after { color: rgba(132, 110, 103, 0.70) !important; }
          .bsx-text-hover-secondary-soft:hover { color: rgba(132, 110, 103, 0.70) !important; }
          .bsx-text-active-secondary-soft.active { color: rgba(132, 110, 103, 0.70) !important; }
          .bsx-text-focus-secondary-soft:focus { color: rgba(132, 110, 103, 0.70) !important; }
          .bsx-text-stroke-secondary-soft { -webkit-text-stroke-color: rgba(132, 110, 103, 0.70) !important; text-stroke-color: rgba(132, 110, 103, 0.70) !important; }
          .bsx-bg-secondary-soft { background-color: rgba(132, 110, 103, 0.70) !important; }
          .bsx-bg-active-secondary-soft:active, .bsx-bg-active-secondary-soft.active { background-color: rgba(132, 110, 103, 0.70) !important; }
          .bsx-bg-hover-secondary-soft:hover { background-color: rgba(132, 110, 103, 0.70) !important; }
          .bsx-bg-before-secondary-soft:before { background-color: rgba(132, 110, 103, 0.70) !important; }
          .bsx-bg-after-secondary-soft:after { background-color: rgba(132, 110, 103, 0.70) !important; }
          .bsx-fill-secondary-soft { fill: rgba(132, 110, 103, 0.70) !important; }
          .bsx-border-secondary-soft { border-color: rgba(132, 110, 103, 0.70) !important; }
          .bsx-border-hover-secondary-soft:hover { border-color: rgba(132, 110, 103, 0.70) !important; }
          .bsx-border-before-secondary-soft:before { border-color: rgba(132, 110, 103, 0.70) !important; }
          .bsx-border-after-secondary-soft:after { border-color: rgba(132, 110, 103, 0.70) !important; }
          .bsx-border-t-secondary-soft { border-top-color: rgba(132, 110, 103, 0.70) !important; }
          .bsx-border-l-secondary-soft { border-left-color: rgba(132, 110, 103, 0.70) !important; }
          .bsx-border-b-secondary-soft { border-bottom-color: rgba(132, 110, 103, 0.70) !important; }
          .bsx-border-r-secondary-soft { border-right-color: rgba(132, 110, 103, 0.70) !important; }
          .bsx-owl-arrow-secondary-soft .owl-next, .bsx-owl-arrow-secondary-soft .owl-prev { color: rgba(132, 110, 103, 0.70) !important; }
        
          .bsx-text-secondary-soften { color: rgba(132, 110, 103, 0.50) !important; }
          .bsx-text-before-secondary-soften:before { color: rgba(132, 110, 103, 0.50) !important; }
          .bsx-text-after-secondary-soften:after { color: rgba(132, 110, 103, 0.50) !important; }
          .bsx-text-hover-secondary-soften:hover { color: rgba(132, 110, 103, 0.50) !important; }
          .bsx-text-active-secondary-soften.active { color: rgba(132, 110, 103, 0.50) !important; }
          .bsx-text-focus-secondary-soften:focus { color: rgba(132, 110, 103, 0.50) !important; }
          .bsx-text-stroke-secondary-soften { -webkit-text-stroke-color: rgba(132, 110, 103, 0.50) !important; text-stroke-color: rgba(132, 110, 103, 0.50) !important; }
          .bsx-bg-secondary-soften { background-color: rgba(132, 110, 103, 0.50) !important; }
          .bsx-bg-active-secondary-soften:active, .bsx-bg-active-secondary-soften.active { background-color: rgba(132, 110, 103, 0.50) !important; }
          .bsx-bg-hover-secondary-soften:hover { background-color: rgba(132, 110, 103, 0.50) !important; }
          .bsx-bg-before-secondary-soften:before { background-color: rgba(132, 110, 103, 0.50) !important; }
          .bsx-bg-after-secondary-soften:after { background-color: rgba(132, 110, 103, 0.50) !important; }
          .bsx-fill-secondary-soften { fill: rgba(132, 110, 103, 0.50) !important; }
          .bsx-border-secondary-soften { border-color: rgba(132, 110, 103, 0.50) !important; }
          .bsx-border-hover-secondary-soften:hover { border-color: rgba(132, 110, 103, 0.50) !important; }
          .bsx-border-before-secondary-soften:before { border-color: rgba(132, 110, 103, 0.50) !important; }
          .bsx-border-after-secondary-soften:after { border-color: rgba(132, 110, 103, 0.50) !important; }
          .bsx-border-t-secondary-soften { border-top-color: rgba(132, 110, 103, 0.50) !important; }
          .bsx-border-l-secondary-soften { border-left-color: rgba(132, 110, 103, 0.50) !important; }
          .bsx-border-b-secondary-soften { border-bottom-color: rgba(132, 110, 103, 0.50) !important; }
          .bsx-border-r-secondary-soften { border-right-color: rgba(132, 110, 103, 0.50) !important; }
          .bsx-owl-arrow-secondary-soften .owl-next, .bsx-owl-arrow-secondary-soften .owl-prev { color: rgba(132, 110, 103, 0.50) !important; }
        
          .bsx-text-secondary-softest { color: rgba(132, 110, 103, 0.20) !important; }
          .bsx-text-before-secondary-softest:before { color: rgba(132, 110, 103, 0.20) !important; }
          .bsx-text-after-secondary-softest:after { color: rgba(132, 110, 103, 0.20) !important; }
          .bsx-text-hover-secondary-softest:hover { color: rgba(132, 110, 103, 0.20) !important; }
          .bsx-text-active-secondary-softest.active { color: rgba(132, 110, 103, 0.20) !important; }
          .bsx-text-focus-secondary-softest:focus { color: rgba(132, 110, 103, 0.20) !important; }
          .bsx-text-stroke-secondary-softest { -webkit-text-stroke-color: rgba(132, 110, 103, 0.20) !important; text-stroke-color: rgba(132, 110, 103, 0.20) !important; }
          .bsx-bg-secondary-softest { background-color: rgba(132, 110, 103, 0.20) !important; }
          .bsx-bg-active-secondary-softest:active, .bsx-bg-active-secondary-softest.active { background-color: rgba(132, 110, 103, 0.20) !important; }
          .bsx-bg-hover-secondary-softest:hover { background-color: rgba(132, 110, 103, 0.20) !important; }
          .bsx-bg-before-secondary-softest:before { background-color: rgba(132, 110, 103, 0.20) !important; }
          .bsx-bg-after-secondary-softest:after { background-color: rgba(132, 110, 103, 0.20) !important; }
          .bsx-fill-secondary-softest { fill: rgba(132, 110, 103, 0.20) !important; }
          .bsx-border-secondary-softest { border-color: rgba(132, 110, 103, 0.20) !important; }
          .bsx-border-hover-secondary-softest:hover { border-color: rgba(132, 110, 103, 0.20) !important; }
          .bsx-border-before-secondary-softest:before { border-color: rgba(132, 110, 103, 0.20) !important; }
          .bsx-border-after-secondary-softest:after { border-color: rgba(132, 110, 103, 0.20) !important; }
          .bsx-border-t-secondary-softest { border-top-color: rgba(132, 110, 103, 0.20) !important; }
          .bsx-border-l-secondary-softest { border-left-color: rgba(132, 110, 103, 0.20) !important; }
          .bsx-border-b-secondary-softest { border-bottom-color: rgba(132, 110, 103, 0.20) !important; }
          .bsx-border-r-secondary-softest { border-right-color: rgba(132, 110, 103, 0.20) !important; }
          .bsx-owl-arrow-secondary-softest .owl-next, .bsx-owl-arrow-secondary-softest .owl-prev { color: rgba(132, 110, 103, 0.20) !important; }
        
          .bsx-text-secondary-oversoftest { color: rgba(132, 110, 103, 0.05) !important; }
          .bsx-text-before-secondary-oversoftest:before { color: rgba(132, 110, 103, 0.05) !important; }
          .bsx-text-after-secondary-oversoftest:after { color: rgba(132, 110, 103, 0.05) !important; }
          .bsx-text-hover-secondary-oversoftest:hover { color: rgba(132, 110, 103, 0.05) !important; }
          .bsx-text-active-secondary-oversoftest.active { color: rgba(132, 110, 103, 0.05) !important; }
          .bsx-text-focus-secondary-oversoftest:focus { color: rgba(132, 110, 103, 0.05) !important; }
          .bsx-text-stroke-secondary-oversoftest { -webkit-text-stroke-color: rgba(132, 110, 103, 0.05) !important; text-stroke-color: rgba(132, 110, 103, 0.05) !important; }
          .bsx-bg-secondary-oversoftest { background-color: rgba(132, 110, 103, 0.05) !important; }
          .bsx-bg-active-secondary-oversoftest:active, .bsx-bg-active-secondary-oversoftest.active { background-color: rgba(132, 110, 103, 0.05) !important; }
          .bsx-bg-hover-secondary-oversoftest:hover { background-color: rgba(132, 110, 103, 0.05) !important; }
          .bsx-bg-before-secondary-oversoftest:before { background-color: rgba(132, 110, 103, 0.05) !important; }
          .bsx-bg-after-secondary-oversoftest:after { background-color: rgba(132, 110, 103, 0.05) !important; }
          .bsx-fill-secondary-oversoftest { fill: rgba(132, 110, 103, 0.05) !important; }
          .bsx-border-secondary-oversoftest { border-color: rgba(132, 110, 103, 0.05) !important; }
          .bsx-border-hover-secondary-oversoftest:hover { border-color: rgba(132, 110, 103, 0.05) !important; }
          .bsx-border-before-secondary-oversoftest:before { border-color: rgba(132, 110, 103, 0.05) !important; }
          .bsx-border-after-secondary-oversoftest:after { border-color: rgba(132, 110, 103, 0.05) !important; }
          .bsx-border-t-secondary-oversoftest { border-top-color: rgba(132, 110, 103, 0.05) !important; }
          .bsx-border-l-secondary-oversoftest { border-left-color: rgba(132, 110, 103, 0.05) !important; }
          .bsx-border-b-secondary-oversoftest { border-bottom-color: rgba(132, 110, 103, 0.05) !important; }
          .bsx-border-r-secondary-oversoftest { border-right-color: rgba(132, 110, 103, 0.05) !important; }
          .bsx-owl-arrow-secondary-oversoftest .owl-next, .bsx-owl-arrow-secondary-oversoftest .owl-prev { color: rgba(132, 110, 103, 0.05) !important; }
        
          .bsx-text-third { color: #eba871 !important; }
          .bsx-text-before-third:before { color: #eba871 !important; }
          .bsx-text-after-third:after { color: #eba871 !important; }
          .bsx-text-hover-third:hover { color: #eba871 !important; }
          .bsx-text-active-third.active { color: #eba871 !important; }
          .bsx-text-focus-third:focus { color: #eba871 !important; }
          .bsx-text-stroke-third { -webkit-text-stroke-color: #eba871 !important; text-stroke-color: #eba871 !important; }
          .bsx-bg-third { background-color: #eba871 !important; }
          .bsx-bg-active-third:active, .bsx-bg-active-third.active { background-color: #eba871 !important; }
          .bsx-bg-hover-third:hover { background-color: #eba871 !important; }
          .bsx-bg-before-third:before { background-color: #eba871 !important; }
          .bsx-bg-after-third:after { background-color: #eba871 !important; }
          .bsx-fill-third { fill: #eba871 !important; }
          .bsx-border-third { border-color: #eba871 !important; }
          .bsx-border-hover-third:hover { border-color: #eba871 !important; }
          .bsx-border-before-third:before { border-color: #eba871 !important; }
          .bsx-border-after-third:after { border-color: #eba871 !important; }
          .bsx-border-t-third { border-top-color: #eba871 !important; }
          .bsx-border-l-third { border-left-color: #eba871 !important; }
          .bsx-border-b-third { border-bottom-color: #eba871 !important; }
          .bsx-border-r-third { border-right-color: #eba871 !important; }
          .bsx-owl-arrow-third .owl-next, .bsx-owl-arrow-third .owl-prev { color: #eba871 !important; }
        
          .bsx-text-third-dark { color: #e48b43 !important; }
          .bsx-text-before-third-dark:before { color: #e48b43 !important; }
          .bsx-text-after-third-dark:after { color: #e48b43 !important; }
          .bsx-text-hover-third-dark:hover { color: #e48b43 !important; }
          .bsx-text-active-third-dark.active { color: #e48b43 !important; }
          .bsx-text-focus-third-dark:focus { color: #e48b43 !important; }
          .bsx-text-stroke-third-dark { -webkit-text-stroke-color: #e48b43 !important; text-stroke-color: #e48b43 !important; }
          .bsx-bg-third-dark { background-color: #e48b43 !important; }
          .bsx-bg-active-third-dark:active, .bsx-bg-active-third-dark.active { background-color: #e48b43 !important; }
          .bsx-bg-hover-third-dark:hover { background-color: #e48b43 !important; }
          .bsx-bg-before-third-dark:before { background-color: #e48b43 !important; }
          .bsx-bg-after-third-dark:after { background-color: #e48b43 !important; }
          .bsx-fill-third-dark { fill: #e48b43 !important; }
          .bsx-border-third-dark { border-color: #e48b43 !important; }
          .bsx-border-hover-third-dark:hover { border-color: #e48b43 !important; }
          .bsx-border-before-third-dark:before { border-color: #e48b43 !important; }
          .bsx-border-after-third-dark:after { border-color: #e48b43 !important; }
          .bsx-border-t-third-dark { border-top-color: #e48b43 !important; }
          .bsx-border-l-third-dark { border-left-color: #e48b43 !important; }
          .bsx-border-b-third-dark { border-bottom-color: #e48b43 !important; }
          .bsx-border-r-third-dark { border-right-color: #e48b43 !important; }
          .bsx-owl-arrow-third-dark .owl-next, .bsx-owl-arrow-third-dark .owl-prev { color: #e48b43 !important; }
        
          .bsx-text-third-darken { color: #d6711e !important; }
          .bsx-text-before-third-darken:before { color: #d6711e !important; }
          .bsx-text-after-third-darken:after { color: #d6711e !important; }
          .bsx-text-hover-third-darken:hover { color: #d6711e !important; }
          .bsx-text-active-third-darken.active { color: #d6711e !important; }
          .bsx-text-focus-third-darken:focus { color: #d6711e !important; }
          .bsx-text-stroke-third-darken { -webkit-text-stroke-color: #d6711e !important; text-stroke-color: #d6711e !important; }
          .bsx-bg-third-darken { background-color: #d6711e !important; }
          .bsx-bg-active-third-darken:active, .bsx-bg-active-third-darken.active { background-color: #d6711e !important; }
          .bsx-bg-hover-third-darken:hover { background-color: #d6711e !important; }
          .bsx-bg-before-third-darken:before { background-color: #d6711e !important; }
          .bsx-bg-after-third-darken:after { background-color: #d6711e !important; }
          .bsx-fill-third-darken { fill: #d6711e !important; }
          .bsx-border-third-darken { border-color: #d6711e !important; }
          .bsx-border-hover-third-darken:hover { border-color: #d6711e !important; }
          .bsx-border-before-third-darken:before { border-color: #d6711e !important; }
          .bsx-border-after-third-darken:after { border-color: #d6711e !important; }
          .bsx-border-t-third-darken { border-top-color: #d6711e !important; }
          .bsx-border-l-third-darken { border-left-color: #d6711e !important; }
          .bsx-border-b-third-darken { border-bottom-color: #d6711e !important; }
          .bsx-border-r-third-darken { border-right-color: #d6711e !important; }
          .bsx-owl-arrow-third-darken .owl-next, .bsx-owl-arrow-third-darken .owl-prev { color: #d6711e !important; }
        
          .bsx-text-third-darkest { color: #a95918 !important; }
          .bsx-text-before-third-darkest:before { color: #a95918 !important; }
          .bsx-text-after-third-darkest:after { color: #a95918 !important; }
          .bsx-text-hover-third-darkest:hover { color: #a95918 !important; }
          .bsx-text-active-third-darkest.active { color: #a95918 !important; }
          .bsx-text-focus-third-darkest:focus { color: #a95918 !important; }
          .bsx-text-stroke-third-darkest { -webkit-text-stroke-color: #a95918 !important; text-stroke-color: #a95918 !important; }
          .bsx-bg-third-darkest { background-color: #a95918 !important; }
          .bsx-bg-active-third-darkest:active, .bsx-bg-active-third-darkest.active { background-color: #a95918 !important; }
          .bsx-bg-hover-third-darkest:hover { background-color: #a95918 !important; }
          .bsx-bg-before-third-darkest:before { background-color: #a95918 !important; }
          .bsx-bg-after-third-darkest:after { background-color: #a95918 !important; }
          .bsx-fill-third-darkest { fill: #a95918 !important; }
          .bsx-border-third-darkest { border-color: #a95918 !important; }
          .bsx-border-hover-third-darkest:hover { border-color: #a95918 !important; }
          .bsx-border-before-third-darkest:before { border-color: #a95918 !important; }
          .bsx-border-after-third-darkest:after { border-color: #a95918 !important; }
          .bsx-border-t-third-darkest { border-top-color: #a95918 !important; }
          .bsx-border-l-third-darkest { border-left-color: #a95918 !important; }
          .bsx-border-b-third-darkest { border-bottom-color: #a95918 !important; }
          .bsx-border-r-third-darkest { border-right-color: #a95918 !important; }
          .bsx-owl-arrow-third-darkest .owl-next, .bsx-owl-arrow-third-darkest .owl-prev { color: #a95918 !important; }
        
          .bsx-text-third-light { color: #f0c29c !important; }
          .bsx-text-before-third-light:before { color: #f0c29c !important; }
          .bsx-text-after-third-light:after { color: #f0c29c !important; }
          .bsx-text-hover-third-light:hover { color: #f0c29c !important; }
          .bsx-text-active-third-light.active { color: #f0c29c !important; }
          .bsx-text-focus-third-light:focus { color: #f0c29c !important; }
          .bsx-text-stroke-third-light { -webkit-text-stroke-color: #f0c29c !important; text-stroke-color: #f0c29c !important; }
          .bsx-bg-third-light { background-color: #f0c29c !important; }
          .bsx-bg-active-third-light:active, .bsx-bg-active-third-light.active { background-color: #f0c29c !important; }
          .bsx-bg-hover-third-light:hover { background-color: #f0c29c !important; }
          .bsx-bg-before-third-light:before { background-color: #f0c29c !important; }
          .bsx-bg-after-third-light:after { background-color: #f0c29c !important; }
          .bsx-fill-third-light { fill: #f0c29c !important; }
          .bsx-border-third-light { border-color: #f0c29c !important; }
          .bsx-border-hover-third-light:hover { border-color: #f0c29c !important; }
          .bsx-border-before-third-light:before { border-color: #f0c29c !important; }
          .bsx-border-after-third-light:after { border-color: #f0c29c !important; }
          .bsx-border-t-third-light { border-top-color: #f0c29c !important; }
          .bsx-border-l-third-light { border-left-color: #f0c29c !important; }
          .bsx-border-b-third-light { border-bottom-color: #f0c29c !important; }
          .bsx-border-r-third-light { border-right-color: #f0c29c !important; }
          .bsx-owl-arrow-third-light .owl-next, .bsx-owl-arrow-third-light .owl-prev { color: #f0c29c !important; }
        
          .bsx-text-third-lighten { color: #f7dec9 !important; }
          .bsx-text-before-third-lighten:before { color: #f7dec9 !important; }
          .bsx-text-after-third-lighten:after { color: #f7dec9 !important; }
          .bsx-text-hover-third-lighten:hover { color: #f7dec9 !important; }
          .bsx-text-active-third-lighten.active { color: #f7dec9 !important; }
          .bsx-text-focus-third-lighten:focus { color: #f7dec9 !important; }
          .bsx-text-stroke-third-lighten { -webkit-text-stroke-color: #f7dec9 !important; text-stroke-color: #f7dec9 !important; }
          .bsx-bg-third-lighten { background-color: #f7dec9 !important; }
          .bsx-bg-active-third-lighten:active, .bsx-bg-active-third-lighten.active { background-color: #f7dec9 !important; }
          .bsx-bg-hover-third-lighten:hover { background-color: #f7dec9 !important; }
          .bsx-bg-before-third-lighten:before { background-color: #f7dec9 !important; }
          .bsx-bg-after-third-lighten:after { background-color: #f7dec9 !important; }
          .bsx-fill-third-lighten { fill: #f7dec9 !important; }
          .bsx-border-third-lighten { border-color: #f7dec9 !important; }
          .bsx-border-hover-third-lighten:hover { border-color: #f7dec9 !important; }
          .bsx-border-before-third-lighten:before { border-color: #f7dec9 !important; }
          .bsx-border-after-third-lighten:after { border-color: #f7dec9 !important; }
          .bsx-border-t-third-lighten { border-top-color: #f7dec9 !important; }
          .bsx-border-l-third-lighten { border-left-color: #f7dec9 !important; }
          .bsx-border-b-third-lighten { border-bottom-color: #f7dec9 !important; }
          .bsx-border-r-third-lighten { border-right-color: #f7dec9 !important; }
          .bsx-owl-arrow-third-lighten .owl-next, .bsx-owl-arrow-third-lighten .owl-prev { color: #f7dec9 !important; }
        
          .bsx-text-third-lightest { color: #fdf9f6 !important; }
          .bsx-text-before-third-lightest:before { color: #fdf9f6 !important; }
          .bsx-text-after-third-lightest:after { color: #fdf9f6 !important; }
          .bsx-text-hover-third-lightest:hover { color: #fdf9f6 !important; }
          .bsx-text-active-third-lightest.active { color: #fdf9f6 !important; }
          .bsx-text-focus-third-lightest:focus { color: #fdf9f6 !important; }
          .bsx-text-stroke-third-lightest { -webkit-text-stroke-color: #fdf9f6 !important; text-stroke-color: #fdf9f6 !important; }
          .bsx-bg-third-lightest { background-color: #fdf9f6 !important; }
          .bsx-bg-active-third-lightest:active, .bsx-bg-active-third-lightest.active { background-color: #fdf9f6 !important; }
          .bsx-bg-hover-third-lightest:hover { background-color: #fdf9f6 !important; }
          .bsx-bg-before-third-lightest:before { background-color: #fdf9f6 !important; }
          .bsx-bg-after-third-lightest:after { background-color: #fdf9f6 !important; }
          .bsx-fill-third-lightest { fill: #fdf9f6 !important; }
          .bsx-border-third-lightest { border-color: #fdf9f6 !important; }
          .bsx-border-hover-third-lightest:hover { border-color: #fdf9f6 !important; }
          .bsx-border-before-third-lightest:before { border-color: #fdf9f6 !important; }
          .bsx-border-after-third-lightest:after { border-color: #fdf9f6 !important; }
          .bsx-border-t-third-lightest { border-top-color: #fdf9f6 !important; }
          .bsx-border-l-third-lightest { border-left-color: #fdf9f6 !important; }
          .bsx-border-b-third-lightest { border-bottom-color: #fdf9f6 !important; }
          .bsx-border-r-third-lightest { border-right-color: #fdf9f6 !important; }
          .bsx-owl-arrow-third-lightest .owl-next, .bsx-owl-arrow-third-lightest .owl-prev { color: #fdf9f6 !important; }
        
          .bsx-text-third-overlightest { color: #f9e9db !important; }
          .bsx-text-before-third-overlightest:before { color: #f9e9db !important; }
          .bsx-text-after-third-overlightest:after { color: #f9e9db !important; }
          .bsx-text-hover-third-overlightest:hover { color: #f9e9db !important; }
          .bsx-text-active-third-overlightest.active { color: #f9e9db !important; }
          .bsx-text-focus-third-overlightest:focus { color: #f9e9db !important; }
          .bsx-text-stroke-third-overlightest { -webkit-text-stroke-color: #f9e9db !important; text-stroke-color: #f9e9db !important; }
          .bsx-bg-third-overlightest { background-color: #f9e9db !important; }
          .bsx-bg-active-third-overlightest:active, .bsx-bg-active-third-overlightest.active { background-color: #f9e9db !important; }
          .bsx-bg-hover-third-overlightest:hover { background-color: #f9e9db !important; }
          .bsx-bg-before-third-overlightest:before { background-color: #f9e9db !important; }
          .bsx-bg-after-third-overlightest:after { background-color: #f9e9db !important; }
          .bsx-fill-third-overlightest { fill: #f9e9db !important; }
          .bsx-border-third-overlightest { border-color: #f9e9db !important; }
          .bsx-border-hover-third-overlightest:hover { border-color: #f9e9db !important; }
          .bsx-border-before-third-overlightest:before { border-color: #f9e9db !important; }
          .bsx-border-after-third-overlightest:after { border-color: #f9e9db !important; }
          .bsx-border-t-third-overlightest { border-top-color: #f9e9db !important; }
          .bsx-border-l-third-overlightest { border-left-color: #f9e9db !important; }
          .bsx-border-b-third-overlightest { border-bottom-color: #f9e9db !important; }
          .bsx-border-r-third-overlightest { border-right-color: #f9e9db !important; }
          .bsx-owl-arrow-third-overlightest .owl-next, .bsx-owl-arrow-third-overlightest .owl-prev { color: #f9e9db !important; }
        
          .bsx-text-third-soft { color: rgba(235, 168, 113, 0.70) !important; }
          .bsx-text-before-third-soft:before { color: rgba(235, 168, 113, 0.70) !important; }
          .bsx-text-after-third-soft:after { color: rgba(235, 168, 113, 0.70) !important; }
          .bsx-text-hover-third-soft:hover { color: rgba(235, 168, 113, 0.70) !important; }
          .bsx-text-active-third-soft.active { color: rgba(235, 168, 113, 0.70) !important; }
          .bsx-text-focus-third-soft:focus { color: rgba(235, 168, 113, 0.70) !important; }
          .bsx-text-stroke-third-soft { -webkit-text-stroke-color: rgba(235, 168, 113, 0.70) !important; text-stroke-color: rgba(235, 168, 113, 0.70) !important; }
          .bsx-bg-third-soft { background-color: rgba(235, 168, 113, 0.70) !important; }
          .bsx-bg-active-third-soft:active, .bsx-bg-active-third-soft.active { background-color: rgba(235, 168, 113, 0.70) !important; }
          .bsx-bg-hover-third-soft:hover { background-color: rgba(235, 168, 113, 0.70) !important; }
          .bsx-bg-before-third-soft:before { background-color: rgba(235, 168, 113, 0.70) !important; }
          .bsx-bg-after-third-soft:after { background-color: rgba(235, 168, 113, 0.70) !important; }
          .bsx-fill-third-soft { fill: rgba(235, 168, 113, 0.70) !important; }
          .bsx-border-third-soft { border-color: rgba(235, 168, 113, 0.70) !important; }
          .bsx-border-hover-third-soft:hover { border-color: rgba(235, 168, 113, 0.70) !important; }
          .bsx-border-before-third-soft:before { border-color: rgba(235, 168, 113, 0.70) !important; }
          .bsx-border-after-third-soft:after { border-color: rgba(235, 168, 113, 0.70) !important; }
          .bsx-border-t-third-soft { border-top-color: rgba(235, 168, 113, 0.70) !important; }
          .bsx-border-l-third-soft { border-left-color: rgba(235, 168, 113, 0.70) !important; }
          .bsx-border-b-third-soft { border-bottom-color: rgba(235, 168, 113, 0.70) !important; }
          .bsx-border-r-third-soft { border-right-color: rgba(235, 168, 113, 0.70) !important; }
          .bsx-owl-arrow-third-soft .owl-next, .bsx-owl-arrow-third-soft .owl-prev { color: rgba(235, 168, 113, 0.70) !important; }
        
          .bsx-text-third-soften { color: rgba(235, 168, 113, 0.50) !important; }
          .bsx-text-before-third-soften:before { color: rgba(235, 168, 113, 0.50) !important; }
          .bsx-text-after-third-soften:after { color: rgba(235, 168, 113, 0.50) !important; }
          .bsx-text-hover-third-soften:hover { color: rgba(235, 168, 113, 0.50) !important; }
          .bsx-text-active-third-soften.active { color: rgba(235, 168, 113, 0.50) !important; }
          .bsx-text-focus-third-soften:focus { color: rgba(235, 168, 113, 0.50) !important; }
          .bsx-text-stroke-third-soften { -webkit-text-stroke-color: rgba(235, 168, 113, 0.50) !important; text-stroke-color: rgba(235, 168, 113, 0.50) !important; }
          .bsx-bg-third-soften { background-color: rgba(235, 168, 113, 0.50) !important; }
          .bsx-bg-active-third-soften:active, .bsx-bg-active-third-soften.active { background-color: rgba(235, 168, 113, 0.50) !important; }
          .bsx-bg-hover-third-soften:hover { background-color: rgba(235, 168, 113, 0.50) !important; }
          .bsx-bg-before-third-soften:before { background-color: rgba(235, 168, 113, 0.50) !important; }
          .bsx-bg-after-third-soften:after { background-color: rgba(235, 168, 113, 0.50) !important; }
          .bsx-fill-third-soften { fill: rgba(235, 168, 113, 0.50) !important; }
          .bsx-border-third-soften { border-color: rgba(235, 168, 113, 0.50) !important; }
          .bsx-border-hover-third-soften:hover { border-color: rgba(235, 168, 113, 0.50) !important; }
          .bsx-border-before-third-soften:before { border-color: rgba(235, 168, 113, 0.50) !important; }
          .bsx-border-after-third-soften:after { border-color: rgba(235, 168, 113, 0.50) !important; }
          .bsx-border-t-third-soften { border-top-color: rgba(235, 168, 113, 0.50) !important; }
          .bsx-border-l-third-soften { border-left-color: rgba(235, 168, 113, 0.50) !important; }
          .bsx-border-b-third-soften { border-bottom-color: rgba(235, 168, 113, 0.50) !important; }
          .bsx-border-r-third-soften { border-right-color: rgba(235, 168, 113, 0.50) !important; }
          .bsx-owl-arrow-third-soften .owl-next, .bsx-owl-arrow-third-soften .owl-prev { color: rgba(235, 168, 113, 0.50) !important; }
        
          .bsx-text-third-softest { color: rgba(235, 168, 113, 0.20) !important; }
          .bsx-text-before-third-softest:before { color: rgba(235, 168, 113, 0.20) !important; }
          .bsx-text-after-third-softest:after { color: rgba(235, 168, 113, 0.20) !important; }
          .bsx-text-hover-third-softest:hover { color: rgba(235, 168, 113, 0.20) !important; }
          .bsx-text-active-third-softest.active { color: rgba(235, 168, 113, 0.20) !important; }
          .bsx-text-focus-third-softest:focus { color: rgba(235, 168, 113, 0.20) !important; }
          .bsx-text-stroke-third-softest { -webkit-text-stroke-color: rgba(235, 168, 113, 0.20) !important; text-stroke-color: rgba(235, 168, 113, 0.20) !important; }
          .bsx-bg-third-softest { background-color: rgba(235, 168, 113, 0.20) !important; }
          .bsx-bg-active-third-softest:active, .bsx-bg-active-third-softest.active { background-color: rgba(235, 168, 113, 0.20) !important; }
          .bsx-bg-hover-third-softest:hover { background-color: rgba(235, 168, 113, 0.20) !important; }
          .bsx-bg-before-third-softest:before { background-color: rgba(235, 168, 113, 0.20) !important; }
          .bsx-bg-after-third-softest:after { background-color: rgba(235, 168, 113, 0.20) !important; }
          .bsx-fill-third-softest { fill: rgba(235, 168, 113, 0.20) !important; }
          .bsx-border-third-softest { border-color: rgba(235, 168, 113, 0.20) !important; }
          .bsx-border-hover-third-softest:hover { border-color: rgba(235, 168, 113, 0.20) !important; }
          .bsx-border-before-third-softest:before { border-color: rgba(235, 168, 113, 0.20) !important; }
          .bsx-border-after-third-softest:after { border-color: rgba(235, 168, 113, 0.20) !important; }
          .bsx-border-t-third-softest { border-top-color: rgba(235, 168, 113, 0.20) !important; }
          .bsx-border-l-third-softest { border-left-color: rgba(235, 168, 113, 0.20) !important; }
          .bsx-border-b-third-softest { border-bottom-color: rgba(235, 168, 113, 0.20) !important; }
          .bsx-border-r-third-softest { border-right-color: rgba(235, 168, 113, 0.20) !important; }
          .bsx-owl-arrow-third-softest .owl-next, .bsx-owl-arrow-third-softest .owl-prev { color: rgba(235, 168, 113, 0.20) !important; }
        
          .bsx-text-third-oversoftest { color: rgba(235, 168, 113, 0.05) !important; }
          .bsx-text-before-third-oversoftest:before { color: rgba(235, 168, 113, 0.05) !important; }
          .bsx-text-after-third-oversoftest:after { color: rgba(235, 168, 113, 0.05) !important; }
          .bsx-text-hover-third-oversoftest:hover { color: rgba(235, 168, 113, 0.05) !important; }
          .bsx-text-active-third-oversoftest.active { color: rgba(235, 168, 113, 0.05) !important; }
          .bsx-text-focus-third-oversoftest:focus { color: rgba(235, 168, 113, 0.05) !important; }
          .bsx-text-stroke-third-oversoftest { -webkit-text-stroke-color: rgba(235, 168, 113, 0.05) !important; text-stroke-color: rgba(235, 168, 113, 0.05) !important; }
          .bsx-bg-third-oversoftest { background-color: rgba(235, 168, 113, 0.05) !important; }
          .bsx-bg-active-third-oversoftest:active, .bsx-bg-active-third-oversoftest.active { background-color: rgba(235, 168, 113, 0.05) !important; }
          .bsx-bg-hover-third-oversoftest:hover { background-color: rgba(235, 168, 113, 0.05) !important; }
          .bsx-bg-before-third-oversoftest:before { background-color: rgba(235, 168, 113, 0.05) !important; }
          .bsx-bg-after-third-oversoftest:after { background-color: rgba(235, 168, 113, 0.05) !important; }
          .bsx-fill-third-oversoftest { fill: rgba(235, 168, 113, 0.05) !important; }
          .bsx-border-third-oversoftest { border-color: rgba(235, 168, 113, 0.05) !important; }
          .bsx-border-hover-third-oversoftest:hover { border-color: rgba(235, 168, 113, 0.05) !important; }
          .bsx-border-before-third-oversoftest:before { border-color: rgba(235, 168, 113, 0.05) !important; }
          .bsx-border-after-third-oversoftest:after { border-color: rgba(235, 168, 113, 0.05) !important; }
          .bsx-border-t-third-oversoftest { border-top-color: rgba(235, 168, 113, 0.05) !important; }
          .bsx-border-l-third-oversoftest { border-left-color: rgba(235, 168, 113, 0.05) !important; }
          .bsx-border-b-third-oversoftest { border-bottom-color: rgba(235, 168, 113, 0.05) !important; }
          .bsx-border-r-third-oversoftest { border-right-color: rgba(235, 168, 113, 0.05) !important; }
          .bsx-owl-arrow-third-oversoftest .owl-next, .bsx-owl-arrow-third-oversoftest .owl-prev { color: rgba(235, 168, 113, 0.05) !important; }
        
          .bsx-text-fourth { color: #9f5325 !important; }
          .bsx-text-before-fourth:before { color: #9f5325 !important; }
          .bsx-text-after-fourth:after { color: #9f5325 !important; }
          .bsx-text-hover-fourth:hover { color: #9f5325 !important; }
          .bsx-text-active-fourth.active { color: #9f5325 !important; }
          .bsx-text-focus-fourth:focus { color: #9f5325 !important; }
          .bsx-text-stroke-fourth { -webkit-text-stroke-color: #9f5325 !important; text-stroke-color: #9f5325 !important; }
          .bsx-bg-fourth { background-color: #9f5325 !important; }
          .bsx-bg-active-fourth:active, .bsx-bg-active-fourth.active { background-color: #9f5325 !important; }
          .bsx-bg-hover-fourth:hover { background-color: #9f5325 !important; }
          .bsx-bg-before-fourth:before { background-color: #9f5325 !important; }
          .bsx-bg-after-fourth:after { background-color: #9f5325 !important; }
          .bsx-fill-fourth { fill: #9f5325 !important; }
          .bsx-border-fourth { border-color: #9f5325 !important; }
          .bsx-border-hover-fourth:hover { border-color: #9f5325 !important; }
          .bsx-border-before-fourth:before { border-color: #9f5325 !important; }
          .bsx-border-after-fourth:after { border-color: #9f5325 !important; }
          .bsx-border-t-fourth { border-top-color: #9f5325 !important; }
          .bsx-border-l-fourth { border-left-color: #9f5325 !important; }
          .bsx-border-b-fourth { border-bottom-color: #9f5325 !important; }
          .bsx-border-r-fourth { border-right-color: #9f5325 !important; }
          .bsx-owl-arrow-fourth .owl-next, .bsx-owl-arrow-fourth .owl-prev { color: #9f5325 !important; }
        
          .bsx-text-fourth-dark { color: #733d1b !important; }
          .bsx-text-before-fourth-dark:before { color: #733d1b !important; }
          .bsx-text-after-fourth-dark:after { color: #733d1b !important; }
          .bsx-text-hover-fourth-dark:hover { color: #733d1b !important; }
          .bsx-text-active-fourth-dark.active { color: #733d1b !important; }
          .bsx-text-focus-fourth-dark:focus { color: #733d1b !important; }
          .bsx-text-stroke-fourth-dark { -webkit-text-stroke-color: #733d1b !important; text-stroke-color: #733d1b !important; }
          .bsx-bg-fourth-dark { background-color: #733d1b !important; }
          .bsx-bg-active-fourth-dark:active, .bsx-bg-active-fourth-dark.active { background-color: #733d1b !important; }
          .bsx-bg-hover-fourth-dark:hover { background-color: #733d1b !important; }
          .bsx-bg-before-fourth-dark:before { background-color: #733d1b !important; }
          .bsx-bg-after-fourth-dark:after { background-color: #733d1b !important; }
          .bsx-fill-fourth-dark { fill: #733d1b !important; }
          .bsx-border-fourth-dark { border-color: #733d1b !important; }
          .bsx-border-hover-fourth-dark:hover { border-color: #733d1b !important; }
          .bsx-border-before-fourth-dark:before { border-color: #733d1b !important; }
          .bsx-border-after-fourth-dark:after { border-color: #733d1b !important; }
          .bsx-border-t-fourth-dark { border-top-color: #733d1b !important; }
          .bsx-border-l-fourth-dark { border-left-color: #733d1b !important; }
          .bsx-border-b-fourth-dark { border-bottom-color: #733d1b !important; }
          .bsx-border-r-fourth-dark { border-right-color: #733d1b !important; }
          .bsx-owl-arrow-fourth-dark .owl-next, .bsx-owl-arrow-fourth-dark .owl-prev { color: #733d1b !important; }
        
          .bsx-text-fourth-darken { color: #4a2711 !important; }
          .bsx-text-before-fourth-darken:before { color: #4a2711 !important; }
          .bsx-text-after-fourth-darken:after { color: #4a2711 !important; }
          .bsx-text-hover-fourth-darken:hover { color: #4a2711 !important; }
          .bsx-text-active-fourth-darken.active { color: #4a2711 !important; }
          .bsx-text-focus-fourth-darken:focus { color: #4a2711 !important; }
          .bsx-text-stroke-fourth-darken { -webkit-text-stroke-color: #4a2711 !important; text-stroke-color: #4a2711 !important; }
          .bsx-bg-fourth-darken { background-color: #4a2711 !important; }
          .bsx-bg-active-fourth-darken:active, .bsx-bg-active-fourth-darken.active { background-color: #4a2711 !important; }
          .bsx-bg-hover-fourth-darken:hover { background-color: #4a2711 !important; }
          .bsx-bg-before-fourth-darken:before { background-color: #4a2711 !important; }
          .bsx-bg-after-fourth-darken:after { background-color: #4a2711 !important; }
          .bsx-fill-fourth-darken { fill: #4a2711 !important; }
          .bsx-border-fourth-darken { border-color: #4a2711 !important; }
          .bsx-border-hover-fourth-darken:hover { border-color: #4a2711 !important; }
          .bsx-border-before-fourth-darken:before { border-color: #4a2711 !important; }
          .bsx-border-after-fourth-darken:after { border-color: #4a2711 !important; }
          .bsx-border-t-fourth-darken { border-top-color: #4a2711 !important; }
          .bsx-border-l-fourth-darken { border-left-color: #4a2711 !important; }
          .bsx-border-b-fourth-darken { border-bottom-color: #4a2711 !important; }
          .bsx-border-r-fourth-darken { border-right-color: #4a2711 !important; }
          .bsx-owl-arrow-fourth-darken .owl-next, .bsx-owl-arrow-fourth-darken .owl-prev { color: #4a2711 !important; }
        
          .bsx-text-fourth-darkest { color: #211107 !important; }
          .bsx-text-before-fourth-darkest:before { color: #211107 !important; }
          .bsx-text-after-fourth-darkest:after { color: #211107 !important; }
          .bsx-text-hover-fourth-darkest:hover { color: #211107 !important; }
          .bsx-text-active-fourth-darkest.active { color: #211107 !important; }
          .bsx-text-focus-fourth-darkest:focus { color: #211107 !important; }
          .bsx-text-stroke-fourth-darkest { -webkit-text-stroke-color: #211107 !important; text-stroke-color: #211107 !important; }
          .bsx-bg-fourth-darkest { background-color: #211107 !important; }
          .bsx-bg-active-fourth-darkest:active, .bsx-bg-active-fourth-darkest.active { background-color: #211107 !important; }
          .bsx-bg-hover-fourth-darkest:hover { background-color: #211107 !important; }
          .bsx-bg-before-fourth-darkest:before { background-color: #211107 !important; }
          .bsx-bg-after-fourth-darkest:after { background-color: #211107 !important; }
          .bsx-fill-fourth-darkest { fill: #211107 !important; }
          .bsx-border-fourth-darkest { border-color: #211107 !important; }
          .bsx-border-hover-fourth-darkest:hover { border-color: #211107 !important; }
          .bsx-border-before-fourth-darkest:before { border-color: #211107 !important; }
          .bsx-border-after-fourth-darkest:after { border-color: #211107 !important; }
          .bsx-border-t-fourth-darkest { border-top-color: #211107 !important; }
          .bsx-border-l-fourth-darkest { border-left-color: #211107 !important; }
          .bsx-border-b-fourth-darkest { border-bottom-color: #211107 !important; }
          .bsx-border-r-fourth-darkest { border-right-color: #211107 !important; }
          .bsx-owl-arrow-fourth-darkest .owl-next, .bsx-owl-arrow-fourth-darkest .owl-prev { color: #211107 !important; }
        
          .bsx-text-fourth-light { color: #c6682e !important; }
          .bsx-text-before-fourth-light:before { color: #c6682e !important; }
          .bsx-text-after-fourth-light:after { color: #c6682e !important; }
          .bsx-text-hover-fourth-light:hover { color: #c6682e !important; }
          .bsx-text-active-fourth-light.active { color: #c6682e !important; }
          .bsx-text-focus-fourth-light:focus { color: #c6682e !important; }
          .bsx-text-stroke-fourth-light { -webkit-text-stroke-color: #c6682e !important; text-stroke-color: #c6682e !important; }
          .bsx-bg-fourth-light { background-color: #c6682e !important; }
          .bsx-bg-active-fourth-light:active, .bsx-bg-active-fourth-light.active { background-color: #c6682e !important; }
          .bsx-bg-hover-fourth-light:hover { background-color: #c6682e !important; }
          .bsx-bg-before-fourth-light:before { background-color: #c6682e !important; }
          .bsx-bg-after-fourth-light:after { background-color: #c6682e !important; }
          .bsx-fill-fourth-light { fill: #c6682e !important; }
          .bsx-border-fourth-light { border-color: #c6682e !important; }
          .bsx-border-hover-fourth-light:hover { border-color: #c6682e !important; }
          .bsx-border-before-fourth-light:before { border-color: #c6682e !important; }
          .bsx-border-after-fourth-light:after { border-color: #c6682e !important; }
          .bsx-border-t-fourth-light { border-top-color: #c6682e !important; }
          .bsx-border-l-fourth-light { border-left-color: #c6682e !important; }
          .bsx-border-b-fourth-light { border-bottom-color: #c6682e !important; }
          .bsx-border-r-fourth-light { border-right-color: #c6682e !important; }
          .bsx-owl-arrow-fourth-light .owl-next, .bsx-owl-arrow-fourth-light .owl-prev { color: #c6682e !important; }
        
          .bsx-text-fourth-lighten { color: #d68451 !important; }
          .bsx-text-before-fourth-lighten:before { color: #d68451 !important; }
          .bsx-text-after-fourth-lighten:after { color: #d68451 !important; }
          .bsx-text-hover-fourth-lighten:hover { color: #d68451 !important; }
          .bsx-text-active-fourth-lighten.active { color: #d68451 !important; }
          .bsx-text-focus-fourth-lighten:focus { color: #d68451 !important; }
          .bsx-text-stroke-fourth-lighten { -webkit-text-stroke-color: #d68451 !important; text-stroke-color: #d68451 !important; }
          .bsx-bg-fourth-lighten { background-color: #d68451 !important; }
          .bsx-bg-active-fourth-lighten:active, .bsx-bg-active-fourth-lighten.active { background-color: #d68451 !important; }
          .bsx-bg-hover-fourth-lighten:hover { background-color: #d68451 !important; }
          .bsx-bg-before-fourth-lighten:before { background-color: #d68451 !important; }
          .bsx-bg-after-fourth-lighten:after { background-color: #d68451 !important; }
          .bsx-fill-fourth-lighten { fill: #d68451 !important; }
          .bsx-border-fourth-lighten { border-color: #d68451 !important; }
          .bsx-border-hover-fourth-lighten:hover { border-color: #d68451 !important; }
          .bsx-border-before-fourth-lighten:before { border-color: #d68451 !important; }
          .bsx-border-after-fourth-lighten:after { border-color: #d68451 !important; }
          .bsx-border-t-fourth-lighten { border-top-color: #d68451 !important; }
          .bsx-border-l-fourth-lighten { border-left-color: #d68451 !important; }
          .bsx-border-b-fourth-lighten { border-bottom-color: #d68451 !important; }
          .bsx-border-r-fourth-lighten { border-right-color: #d68451 !important; }
          .bsx-owl-arrow-fourth-lighten .owl-next, .bsx-owl-arrow-fourth-lighten .owl-prev { color: #d68451 !important; }
        
          .bsx-text-fourth-lightest { color: #dfa17a !important; }
          .bsx-text-before-fourth-lightest:before { color: #dfa17a !important; }
          .bsx-text-after-fourth-lightest:after { color: #dfa17a !important; }
          .bsx-text-hover-fourth-lightest:hover { color: #dfa17a !important; }
          .bsx-text-active-fourth-lightest.active { color: #dfa17a !important; }
          .bsx-text-focus-fourth-lightest:focus { color: #dfa17a !important; }
          .bsx-text-stroke-fourth-lightest { -webkit-text-stroke-color: #dfa17a !important; text-stroke-color: #dfa17a !important; }
          .bsx-bg-fourth-lightest { background-color: #dfa17a !important; }
          .bsx-bg-active-fourth-lightest:active, .bsx-bg-active-fourth-lightest.active { background-color: #dfa17a !important; }
          .bsx-bg-hover-fourth-lightest:hover { background-color: #dfa17a !important; }
          .bsx-bg-before-fourth-lightest:before { background-color: #dfa17a !important; }
          .bsx-bg-after-fourth-lightest:after { background-color: #dfa17a !important; }
          .bsx-fill-fourth-lightest { fill: #dfa17a !important; }
          .bsx-border-fourth-lightest { border-color: #dfa17a !important; }
          .bsx-border-hover-fourth-lightest:hover { border-color: #dfa17a !important; }
          .bsx-border-before-fourth-lightest:before { border-color: #dfa17a !important; }
          .bsx-border-after-fourth-lightest:after { border-color: #dfa17a !important; }
          .bsx-border-t-fourth-lightest { border-top-color: #dfa17a !important; }
          .bsx-border-l-fourth-lightest { border-left-color: #dfa17a !important; }
          .bsx-border-b-fourth-lightest { border-bottom-color: #dfa17a !important; }
          .bsx-border-r-fourth-lightest { border-right-color: #dfa17a !important; }
          .bsx-owl-arrow-fourth-lightest .owl-next, .bsx-owl-arrow-fourth-lightest .owl-prev { color: #dfa17a !important; }
        
          .bsx-text-fourth-overlightest { color: #e9bea4 !important; }
          .bsx-text-before-fourth-overlightest:before { color: #e9bea4 !important; }
          .bsx-text-after-fourth-overlightest:after { color: #e9bea4 !important; }
          .bsx-text-hover-fourth-overlightest:hover { color: #e9bea4 !important; }
          .bsx-text-active-fourth-overlightest.active { color: #e9bea4 !important; }
          .bsx-text-focus-fourth-overlightest:focus { color: #e9bea4 !important; }
          .bsx-text-stroke-fourth-overlightest { -webkit-text-stroke-color: #e9bea4 !important; text-stroke-color: #e9bea4 !important; }
          .bsx-bg-fourth-overlightest { background-color: #e9bea4 !important; }
          .bsx-bg-active-fourth-overlightest:active, .bsx-bg-active-fourth-overlightest.active { background-color: #e9bea4 !important; }
          .bsx-bg-hover-fourth-overlightest:hover { background-color: #e9bea4 !important; }
          .bsx-bg-before-fourth-overlightest:before { background-color: #e9bea4 !important; }
          .bsx-bg-after-fourth-overlightest:after { background-color: #e9bea4 !important; }
          .bsx-fill-fourth-overlightest { fill: #e9bea4 !important; }
          .bsx-border-fourth-overlightest { border-color: #e9bea4 !important; }
          .bsx-border-hover-fourth-overlightest:hover { border-color: #e9bea4 !important; }
          .bsx-border-before-fourth-overlightest:before { border-color: #e9bea4 !important; }
          .bsx-border-after-fourth-overlightest:after { border-color: #e9bea4 !important; }
          .bsx-border-t-fourth-overlightest { border-top-color: #e9bea4 !important; }
          .bsx-border-l-fourth-overlightest { border-left-color: #e9bea4 !important; }
          .bsx-border-b-fourth-overlightest { border-bottom-color: #e9bea4 !important; }
          .bsx-border-r-fourth-overlightest { border-right-color: #e9bea4 !important; }
          .bsx-owl-arrow-fourth-overlightest .owl-next, .bsx-owl-arrow-fourth-overlightest .owl-prev { color: #e9bea4 !important; }
        
          .bsx-text-fourth-soft { color: rgba(159, 83, 37, 0.70) !important; }
          .bsx-text-before-fourth-soft:before { color: rgba(159, 83, 37, 0.70) !important; }
          .bsx-text-after-fourth-soft:after { color: rgba(159, 83, 37, 0.70) !important; }
          .bsx-text-hover-fourth-soft:hover { color: rgba(159, 83, 37, 0.70) !important; }
          .bsx-text-active-fourth-soft.active { color: rgba(159, 83, 37, 0.70) !important; }
          .bsx-text-focus-fourth-soft:focus { color: rgba(159, 83, 37, 0.70) !important; }
          .bsx-text-stroke-fourth-soft { -webkit-text-stroke-color: rgba(159, 83, 37, 0.70) !important; text-stroke-color: rgba(159, 83, 37, 0.70) !important; }
          .bsx-bg-fourth-soft { background-color: rgba(159, 83, 37, 0.70) !important; }
          .bsx-bg-active-fourth-soft:active, .bsx-bg-active-fourth-soft.active { background-color: rgba(159, 83, 37, 0.70) !important; }
          .bsx-bg-hover-fourth-soft:hover { background-color: rgba(159, 83, 37, 0.70) !important; }
          .bsx-bg-before-fourth-soft:before { background-color: rgba(159, 83, 37, 0.70) !important; }
          .bsx-bg-after-fourth-soft:after { background-color: rgba(159, 83, 37, 0.70) !important; }
          .bsx-fill-fourth-soft { fill: rgba(159, 83, 37, 0.70) !important; }
          .bsx-border-fourth-soft { border-color: rgba(159, 83, 37, 0.70) !important; }
          .bsx-border-hover-fourth-soft:hover { border-color: rgba(159, 83, 37, 0.70) !important; }
          .bsx-border-before-fourth-soft:before { border-color: rgba(159, 83, 37, 0.70) !important; }
          .bsx-border-after-fourth-soft:after { border-color: rgba(159, 83, 37, 0.70) !important; }
          .bsx-border-t-fourth-soft { border-top-color: rgba(159, 83, 37, 0.70) !important; }
          .bsx-border-l-fourth-soft { border-left-color: rgba(159, 83, 37, 0.70) !important; }
          .bsx-border-b-fourth-soft { border-bottom-color: rgba(159, 83, 37, 0.70) !important; }
          .bsx-border-r-fourth-soft { border-right-color: rgba(159, 83, 37, 0.70) !important; }
          .bsx-owl-arrow-fourth-soft .owl-next, .bsx-owl-arrow-fourth-soft .owl-prev { color: rgba(159, 83, 37, 0.70) !important; }
        
          .bsx-text-fourth-soften { color: rgba(159, 83, 37, 0.50) !important; }
          .bsx-text-before-fourth-soften:before { color: rgba(159, 83, 37, 0.50) !important; }
          .bsx-text-after-fourth-soften:after { color: rgba(159, 83, 37, 0.50) !important; }
          .bsx-text-hover-fourth-soften:hover { color: rgba(159, 83, 37, 0.50) !important; }
          .bsx-text-active-fourth-soften.active { color: rgba(159, 83, 37, 0.50) !important; }
          .bsx-text-focus-fourth-soften:focus { color: rgba(159, 83, 37, 0.50) !important; }
          .bsx-text-stroke-fourth-soften { -webkit-text-stroke-color: rgba(159, 83, 37, 0.50) !important; text-stroke-color: rgba(159, 83, 37, 0.50) !important; }
          .bsx-bg-fourth-soften { background-color: rgba(159, 83, 37, 0.50) !important; }
          .bsx-bg-active-fourth-soften:active, .bsx-bg-active-fourth-soften.active { background-color: rgba(159, 83, 37, 0.50) !important; }
          .bsx-bg-hover-fourth-soften:hover { background-color: rgba(159, 83, 37, 0.50) !important; }
          .bsx-bg-before-fourth-soften:before { background-color: rgba(159, 83, 37, 0.50) !important; }
          .bsx-bg-after-fourth-soften:after { background-color: rgba(159, 83, 37, 0.50) !important; }
          .bsx-fill-fourth-soften { fill: rgba(159, 83, 37, 0.50) !important; }
          .bsx-border-fourth-soften { border-color: rgba(159, 83, 37, 0.50) !important; }
          .bsx-border-hover-fourth-soften:hover { border-color: rgba(159, 83, 37, 0.50) !important; }
          .bsx-border-before-fourth-soften:before { border-color: rgba(159, 83, 37, 0.50) !important; }
          .bsx-border-after-fourth-soften:after { border-color: rgba(159, 83, 37, 0.50) !important; }
          .bsx-border-t-fourth-soften { border-top-color: rgba(159, 83, 37, 0.50) !important; }
          .bsx-border-l-fourth-soften { border-left-color: rgba(159, 83, 37, 0.50) !important; }
          .bsx-border-b-fourth-soften { border-bottom-color: rgba(159, 83, 37, 0.50) !important; }
          .bsx-border-r-fourth-soften { border-right-color: rgba(159, 83, 37, 0.50) !important; }
          .bsx-owl-arrow-fourth-soften .owl-next, .bsx-owl-arrow-fourth-soften .owl-prev { color: rgba(159, 83, 37, 0.50) !important; }
        
          .bsx-text-fourth-softest { color: rgba(159, 83, 37, 0.20) !important; }
          .bsx-text-before-fourth-softest:before { color: rgba(159, 83, 37, 0.20) !important; }
          .bsx-text-after-fourth-softest:after { color: rgba(159, 83, 37, 0.20) !important; }
          .bsx-text-hover-fourth-softest:hover { color: rgba(159, 83, 37, 0.20) !important; }
          .bsx-text-active-fourth-softest.active { color: rgba(159, 83, 37, 0.20) !important; }
          .bsx-text-focus-fourth-softest:focus { color: rgba(159, 83, 37, 0.20) !important; }
          .bsx-text-stroke-fourth-softest { -webkit-text-stroke-color: rgba(159, 83, 37, 0.20) !important; text-stroke-color: rgba(159, 83, 37, 0.20) !important; }
          .bsx-bg-fourth-softest { background-color: rgba(159, 83, 37, 0.20) !important; }
          .bsx-bg-active-fourth-softest:active, .bsx-bg-active-fourth-softest.active { background-color: rgba(159, 83, 37, 0.20) !important; }
          .bsx-bg-hover-fourth-softest:hover { background-color: rgba(159, 83, 37, 0.20) !important; }
          .bsx-bg-before-fourth-softest:before { background-color: rgba(159, 83, 37, 0.20) !important; }
          .bsx-bg-after-fourth-softest:after { background-color: rgba(159, 83, 37, 0.20) !important; }
          .bsx-fill-fourth-softest { fill: rgba(159, 83, 37, 0.20) !important; }
          .bsx-border-fourth-softest { border-color: rgba(159, 83, 37, 0.20) !important; }
          .bsx-border-hover-fourth-softest:hover { border-color: rgba(159, 83, 37, 0.20) !important; }
          .bsx-border-before-fourth-softest:before { border-color: rgba(159, 83, 37, 0.20) !important; }
          .bsx-border-after-fourth-softest:after { border-color: rgba(159, 83, 37, 0.20) !important; }
          .bsx-border-t-fourth-softest { border-top-color: rgba(159, 83, 37, 0.20) !important; }
          .bsx-border-l-fourth-softest { border-left-color: rgba(159, 83, 37, 0.20) !important; }
          .bsx-border-b-fourth-softest { border-bottom-color: rgba(159, 83, 37, 0.20) !important; }
          .bsx-border-r-fourth-softest { border-right-color: rgba(159, 83, 37, 0.20) !important; }
          .bsx-owl-arrow-fourth-softest .owl-next, .bsx-owl-arrow-fourth-softest .owl-prev { color: rgba(159, 83, 37, 0.20) !important; }
        
          .bsx-text-fourth-oversoftest { color: rgba(159, 83, 37, 0.05) !important; }
          .bsx-text-before-fourth-oversoftest:before { color: rgba(159, 83, 37, 0.05) !important; }
          .bsx-text-after-fourth-oversoftest:after { color: rgba(159, 83, 37, 0.05) !important; }
          .bsx-text-hover-fourth-oversoftest:hover { color: rgba(159, 83, 37, 0.05) !important; }
          .bsx-text-active-fourth-oversoftest.active { color: rgba(159, 83, 37, 0.05) !important; }
          .bsx-text-focus-fourth-oversoftest:focus { color: rgba(159, 83, 37, 0.05) !important; }
          .bsx-text-stroke-fourth-oversoftest { -webkit-text-stroke-color: rgba(159, 83, 37, 0.05) !important; text-stroke-color: rgba(159, 83, 37, 0.05) !important; }
          .bsx-bg-fourth-oversoftest { background-color: rgba(159, 83, 37, 0.05) !important; }
          .bsx-bg-active-fourth-oversoftest:active, .bsx-bg-active-fourth-oversoftest.active { background-color: rgba(159, 83, 37, 0.05) !important; }
          .bsx-bg-hover-fourth-oversoftest:hover { background-color: rgba(159, 83, 37, 0.05) !important; }
          .bsx-bg-before-fourth-oversoftest:before { background-color: rgba(159, 83, 37, 0.05) !important; }
          .bsx-bg-after-fourth-oversoftest:after { background-color: rgba(159, 83, 37, 0.05) !important; }
          .bsx-fill-fourth-oversoftest { fill: rgba(159, 83, 37, 0.05) !important; }
          .bsx-border-fourth-oversoftest { border-color: rgba(159, 83, 37, 0.05) !important; }
          .bsx-border-hover-fourth-oversoftest:hover { border-color: rgba(159, 83, 37, 0.05) !important; }
          .bsx-border-before-fourth-oversoftest:before { border-color: rgba(159, 83, 37, 0.05) !important; }
          .bsx-border-after-fourth-oversoftest:after { border-color: rgba(159, 83, 37, 0.05) !important; }
          .bsx-border-t-fourth-oversoftest { border-top-color: rgba(159, 83, 37, 0.05) !important; }
          .bsx-border-l-fourth-oversoftest { border-left-color: rgba(159, 83, 37, 0.05) !important; }
          .bsx-border-b-fourth-oversoftest { border-bottom-color: rgba(159, 83, 37, 0.05) !important; }
          .bsx-border-r-fourth-oversoftest { border-right-color: rgba(159, 83, 37, 0.05) !important; }
          .bsx-owl-arrow-fourth-oversoftest .owl-next, .bsx-owl-arrow-fourth-oversoftest .owl-prev { color: rgba(159, 83, 37, 0.05) !important; }
        