/* General */
:root {
	--border-radius: 4px;
	--border-radius2x: 8px;
	--default: #777;
}
/* Skin Colors */
:root {
	--primary: #FC6024;
	--primary-100: #fc4e0b;
	--primary-200: #f64703;
	--primary-300: #ea4303;
	--primary--100: #fc723d;
	--primary--200: #fd7b4a;
	--primary--300: #fd8556;
	--primary-rgba-0: rgba(252, 96, 36, 0);
	--primary-rgba-10: rgba(252, 96, 36, 0.1);
	--primary-rgba-20: rgba(252, 96, 36, 0.2);
	--primary-rgba-30: rgba(252, 96, 36, 0.3);
	--primary-rgba-40: rgba(252, 96, 36, 0.4);
	--primary-rgba-50: rgba(252, 96, 36, 0.5);
	--primary-rgba-60: rgba(252, 96, 36, 0.6);
	--primary-rgba-70: rgba(252, 96, 36, 0.7);
	--primary-rgba-80: rgba(252, 96, 36, 0.8);
	--primary-rgba-90: rgba(252, 96, 36, 0.9);
	--secondary: #004437;
	--secondary-100: #002b22;
	--secondary-200: #001e18;
	--secondary-300: #00110e;
	--secondary--100: #005e4c;
	--secondary--200: #006a56;
	--secondary--300: #007760;
	--secondary-rgba-0: rgba(0, 68, 55, 0);
	--secondary-rgba-10: rgba(0, 68, 55, 0.1);
	--secondary-rgba-20: rgba(0, 68, 55, 0.2);
	--secondary-rgba-30: rgba(0, 68, 55, 0.3);
	--secondary-rgba-40: rgba(0, 68, 55, 0.4);
	--secondary-rgba-50: rgba(0, 68, 55, 0.5);
	--secondary-rgba-60: rgba(0, 68, 55, 0.6);
	--secondary-rgba-70: rgba(0, 68, 55, 0.7);
	--secondary-rgba-80: rgba(0, 68, 55, 0.8);
	--secondary-rgba-90: rgba(0, 68, 55, 0.9);
	--tertiary: #7C9D97;
	--tertiary-100: #6d928b;
	--tertiary-200: #688b85;
	--tertiary-300: #62847e;
	--tertiary--100: #8ba8a3;
	--tertiary--200: #92ada8;
	--tertiary--300: #99b3ae;
	--tertiary-rgba-0: rgba(124, 157, 151, 0);
	--tertiary-rgba-10: rgba(124, 157, 151, 0.1);
	--tertiary-rgba-20: rgba(124, 157, 151, 0.2);
	--tertiary-rgba-30: rgba(124, 157, 151, 0.3);
	--tertiary-rgba-40: rgba(124, 157, 151, 0.4);
	--tertiary-rgba-50: rgba(124, 157, 151, 0.5);
	--tertiary-rgba-60: rgba(124, 157, 151, 0.6);
	--tertiary-rgba-70: rgba(124, 157, 151, 0.7);
	--tertiary-rgba-80: rgba(124, 157, 151, 0.8);
	--tertiary-rgba-90: rgba(124, 157, 151, 0.9);
	--quaternary: #23291D;
	--quaternary-100: #161a12;
	--quaternary-200: #10130d;
	--quaternary-300: #0a0b08;
	--quaternary--100: #303828;
	--quaternary--200: #363f2d;
	--quaternary--300: #3d4732;
	--quaternary-rgba-0: rgba(35, 41, 29, 0);
	--quaternary-rgba-10: rgba(35, 41, 29, 0.1);
	--quaternary-rgba-20: rgba(35, 41, 29, 0.2);
	--quaternary-rgba-30: rgba(35, 41, 29, 0.3);
	--quaternary-rgba-40: rgba(35, 41, 29, 0.4);
	--quaternary-rgba-50: rgba(35, 41, 29, 0.5);
	--quaternary-rgba-60: rgba(35, 41, 29, 0.6);
	--quaternary-rgba-70: rgba(35, 41, 29, 0.7);
	--quaternary-rgba-80: rgba(35, 41, 29, 0.8);
	--quaternary-rgba-90: rgba(35, 41, 29, 0.9);
	--dark: #212529;
	--dark-100: #16181b;
	--dark-200: #101214;
	--dark-300: #0a0c0d;
	--dark--100: #2c3237;
	--dark--200: #32383e;
	--dark--300: #383f45;
	--dark-rgba-0: rgba(33, 37, 41, 0);
	--dark-rgba-10: rgba(33, 37, 41, 0.1);
	--dark-rgba-20: rgba(33, 37, 41, 0.2);
	--dark-rgba-30: rgba(33, 37, 41, 0.3);
	--dark-rgba-40: rgba(33, 37, 41, 0.4);
	--dark-rgba-50: rgba(33, 37, 41, 0.5);
	--dark-rgba-60: rgba(33, 37, 41, 0.6);
	--dark-rgba-70: rgba(33, 37, 41, 0.7);
	--dark-rgba-80: rgba(33, 37, 41, 0.8);
	--dark-rgba-90: rgba(33, 37, 41, 0.9);
	--light: #FFF;
	--light-100: #f2f2f2;
	--light-200: #ececec;
	--light-300: #e6e6e6;
	--light--100: #ffffff;
	--light--200: #ffffff;
	--light--300: #ffffff;
	--light-rgba-0: rgba(255, 255, 255, 0);
	--light-rgba-10: rgba(255, 255, 255, 0.1);
	--light-rgba-20: rgba(255, 255, 255, 0.2);
	--light-rgba-30: rgba(255, 255, 255, 0.3);
	--light-rgba-40: rgba(255, 255, 255, 0.4);
	--light-rgba-50: rgba(255, 255, 255, 0.5);
	--light-rgba-60: rgba(255, 255, 255, 0.6);
	--light-rgba-70: rgba(255, 255, 255, 0.7);
	--light-rgba-80: rgba(255, 255, 255, 0.8);
	--light-rgba-90: rgba(255, 255, 255, 0.9);
}
/* Skin Colors - Inverse */
:root {
	--primary-inverse: #FFF;
	--secondary-inverse: #FFF;
	--tertiary-inverse: #FFF;
	--quaternary-inverse: #FFF;
	--dark-inverse: #FFF;
	--light-inverse: #777;
}
/* Grey Colors */
:root {
	--grey: #969696;
	--grey-100: #f4f4f4;
	--grey-200: #eaeaea;
	--grey-300: #e5e5e5;
	--grey-400: #e0e0e0;
	--grey-500: #dbdbdb;
	--grey-600: #cecece;
	--grey-700: #c1c1c1;
	--grey-800: #a8a8a8;
	--grey-900: #8e8e8e;
	--grey-1000: #757575;
}

.less-error-message ul, .less-error-message li {
	list-style-type: none;
	margin-right: 15px;
	padding: 4px 0;
	margin: 0;
}

.less-error-message label {
	font-size: 12px;
	margin-right: 15px;
	padding: 4px 0;
	color: #cc7777;
}

.less-error-message pre {
	color: #dd6666;
	padding: 4px 0;
	margin: 0;
	display: inline-block;
}

.less-error-message pre.line {
	color: #ff0000;
}

.less-error-message h3 {
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0 5px 0;
	margin: 0;
}

.less-error-message a {
	color: #10a;
}

.less-error-message .error {
	color: red;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px dashed red;
}

/* Custom Carousel Navigation Styles for Desktop */
@media (min-width: 992px) {
	.carousel-half-full-width-right.show-nav-hover .owl-nav {
		opacity: 0.6;
		transition: opacity 0.3s ease;
	}

	.carousel-half-full-width-right.show-nav-hover:hover .owl-nav {
		opacity: 1;
	}

	.carousel-half-full-width-right.show-nav-hover .owl-nav button[class*="owl-"] {
		background-color: var(--primary) !important;
		border-color: var(--primary) !important;
		color: var(--primary-inverse) !important;
		width: 50px;
		height: 50px;
		font-size: 1.5rem;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
		transition: all 0.3s ease;
	}

	.carousel-half-full-width-right.show-nav-hover .owl-nav button[class*="owl-"]:hover {
		background-color: var(--primary--100) !important;
		transform: scale(1.1);
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
	}

	/* Dots visibility on desktop */
	.carousel-half-full-width-right.dots-light .owl-dots {
		margin-top: 20px;
	}

	.carousel-half-full-width-right.dots-light .owl-dots .owl-dot span {
		width: 12px;
		height: 12px;
		background: rgba(255, 255, 255, 0.4) !important;
		transition: all 0.3s ease;
	}

	.carousel-half-full-width-right.dots-light .owl-dots .owl-dot.active span,
	.carousel-half-full-width-right.dots-light .owl-dots .owl-dot:hover span {
		background: var(--primary) !important;
		width: 24px;
	}
}
