.text-theme-color-1 {
		color: #533188;
	}
	.bg-theme-color-1 {
		background-color: #533188;
	}
	.bg-theme-color-1.bg-opacity-90 {
		background-color: rgba(83, 49, 136, .9);
	}
	.hover\:bg-theme-color-1:hover {
		background-color: #533188;
	}
	.hover\:bg-theme-color-1-light:hover {
		background: rgba(83, 49, 136, .9);
	}
	.button--theme-color-1 {
		background: #533188;
		color: #fff;
	}
	.button--theme-color-1:hover,
	.button--theme-color-1:focus {
		background: rgba(83, 49, 136, .9);
		color: #fff;
	}

	.svg-fill-theme-1 path {
		fill: #533188;
	}

			a {
			color: #533188;
		}
		.text-theme-black {
			color: #000;
		}
		.bg-theme-light {
			background-color: #F6F6F6;
		}
		.bg-theme-gray {
			background-color: #f6f6f6;
		}
		.bg-theme-gray.bg-opacity-90 {
			background-color: rgba(246, 246, 246, .9);
		}
		.svg-fill-theme path {
			fill: #533188;
		}
		.hero__button,
		.hero__button:hover,
		.hero__button:focus {
			color: #533188;
			background-color: #fff;
		}
		.hero__button:hover,
		.hero__button:focus {
			color: #000;
		}
		.menu-mobile__item__toggle {
			background-color: #533188;	
		}
		.top-menu  {
			background-color: #533188;
		}
		.top-menu__item--level-1--parent,
		.top-menu__item--level-1.top-menu__item--current,
		.top-menu__item--level-1:hover,
		.top-menu__item--level-1:focus,
		.top-menu__list-item--level-1:hover .top-menu__item--level-1,
		.top-menu__list-item--level-1:focus-within .top-menu__item--level-1 {
			background-color: rgba(0, 0, 0, .42);
		}
	
			
	.text-theme-color-2 {
		color: #f08108;
	}
	.bg-theme-color-2 {
		background-color: #f08108;
	}
	.bg-theme-color-2.bg-opacity-90 {
		background-color: rgba(240, 129, 8, .9);
	}
	.hover\:bg-theme-color-2:hover {
		background-color: #f08108;
	}
	.hover\:bg-theme-color-2-light:hover {
		background: rgba(240, 129, 8, .9);
	}
	.button--theme-color-2 {
		background: #f08108;
		color: #fff;
	}
	.button--theme-color-2:hover,
	.button--theme-color-2:focus {
		background: rgba(240, 129, 8, .9);
		color: #fff;
	}

	.svg-fill-theme-2 path {
		fill: #f08108;
	}

	
			
	.text-theme-color-3 {
		color: #f6f6f6;
	}
	.bg-theme-color-3 {
		background-color: #f6f6f6;
	}
	.bg-theme-color-3.bg-opacity-90 {
		background-color: rgba(246, 246, 246, .9);
	}
	.hover\:bg-theme-color-3:hover {
		background-color: #f6f6f6;
	}
	.hover\:bg-theme-color-3-light:hover {
		background: rgba(246, 246, 246, .9);
	}
	.button--theme-color-3 {
		background: #f6f6f6;
		color: #fff;
	}
	.button--theme-color-3:hover,
	.button--theme-color-3:focus {
		background: rgba(246, 246, 246, .9);
		color: #fff;
	}

	.svg-fill-theme-3 path {
		fill: #f6f6f6;
	}