.text-theme-color-1 {
		color: #7466a4;
	}
	.bg-theme-color-1 {
		background-color: #7466a4;
	}
	.bg-theme-color-1.bg-opacity-90 {
		background-color: rgba(116, 102, 164, .9);
	}
	.hover\:bg-theme-color-1:hover {
		background-color: #7466a4;
	}
	.hover\:bg-theme-color-1-light:hover {
		background: rgba(116, 102, 164, .9);
	}
	.button--theme-color-1 {
		background: #7466a4;
		color: #fff;
	}
	.button--theme-color-1:hover,
	.button--theme-color-1:focus {
		background: rgba(116, 102, 164, .9);
		color: #fff;
	}

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

			a {
			color: #7466a4;
		}
		.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: #7466a4;
		}
		.hero__button,
		.hero__button:hover,
		.hero__button:focus {
			color: #7466a4;
			background-color: #fff;
		}
		.hero__button:hover,
		.hero__button:focus {
			color: #000;
		}
		.menu-mobile__item__toggle {
			background-color: #7466a4;	
		}
		.top-menu  {
			background-color: #7466a4;
		}
		.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: #ec9739;
	}
	.bg-theme-color-2 {
		background-color: #ec9739;
	}
	.bg-theme-color-2.bg-opacity-90 {
		background-color: rgba(236, 151, 57, .9);
	}
	.hover\:bg-theme-color-2:hover {
		background-color: #ec9739;
	}
	.hover\:bg-theme-color-2-light:hover {
		background: rgba(236, 151, 57, .9);
	}
	.button--theme-color-2 {
		background: #ec9739;
		color: #fff;
	}
	.button--theme-color-2:hover,
	.button--theme-color-2:focus {
		background: rgba(236, 151, 57, .9);
		color: #fff;
	}

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

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

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