/* CSS Document */

html,
body{
    overflow-x: hidden;
}
html.no-scroll{
	overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
body{
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 !important;
	background-color: var(--bs-white);
}
[data-canvas=container]{
	background-color: transparent;
	padding-top: 0;
}
[data-canvas=container].overlay:after{
	transition: all .5s cubic-bezier(.335,.015,.25,.995) !important;
}
main{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
img{
	border: 0px;
}
p{
	margin: 0 !important;
	padding: 0 !important;
}
a{
    text-decoration: none !important;
	transition: all .35s cubic-bezier(.335,.015,.25,.995);
}
a.no-ease{
    transition: none !important;
}
a:hover,
a:focus{
	text-decoration: none !important;
}
.container{
	max-width: 1200px !important;
	position: relative;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.container.widish{
	max-width: 1400px !important;
}
.container.wide{
	max-width: 1600px !important;
}
.container.widest{
	max-width: 1800px !important;
}
.container.full{
	max-width: 100% !important;
	padding: 0 !important;
}
.modal{
	z-index: 99999999 !important;
}

#nav-main-sticky-wrapper{
    display: none;
}

/* Offcanvas Nav Styles */

#nav-main,
#main-toggle{
	height: 90px;
}
#nav-main{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
	z-index: 1046 !important;
	transition: all .5s cubic-bezier(.335,.015,.25,.995);
}
#nav-main.active{
	opacity: 0;
	z-index: -1 !important;
}
#nav-main .logo img{
	height: 76px;
}

#main-toggle{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1047 !important;
}
.toggle-cta,
#main-toggle .hamburger .hamburger-box,
#main-toggle .hamburger .hamburger-inner,
#main-toggle .hamburger .hamburger-inner:before,
#main-toggle .hamburger .hamburger-inner:after{
	transition: all .5s cubic-bezier(.335,.015,.25,.995) !important;
}
.toggle-cta{
	height: 52px;
	width: 52px;
	background-color: transparent;
	border: 1px solid var(--bs-white) !important;
	color: var(--bs-white);
}
.toggle-cta.is-active,
.toggle-cta.over-white{
	border: 1px solid var(--black-color) !important;
	color: var(--black-color);
}
.toggle-cta .content{
	display: none;
}
#brevo-conversations{
	z-index: 999 !important;
}
.brevo-conversations--pos-right{
	right: .72rem !important;
}
.brevo-conversations--side-bottom{
	bottom: 1rem !important;
}
.brevo-conversations__iframe-wrapper{
	box-shadow: none !important;
}
#main-toggle .hamburger .hamburger-box,
#main-toggle .hamburger .hamburger-inner,
#main-toggle .hamburger .hamburger-inner:before,
#main-toggle .hamburger .hamburger-inner:after{
	width: 26px;
}
#main-toggle .hamburger .hamburger-inner,
#main-toggle .hamburger .hamburger-inner:after,
#main-toggle .hamburger .hamburger-inner:before{
    background-color: var(--bs-white);
    border-radius: 5px;
	height: 2px;
}
#main-toggle .hamburger.is-active .hamburger-inner,
#main-toggle .hamburger.is-active .hamburger-inner:after,
#main-toggle .hamburger.is-active .hamburger-inner:before,
#main-toggle .hamburger.over-white .hamburger-inner,
#main-toggle .hamburger.over-white .hamburger-inner:after,
#main-toggle .hamburger.over-white .hamburger-inner:before{
	background-color: var(--black-color);
}
#main-toggle .hamburger .hamburger-inner:before{
	top: -9px;
}
#main-toggle .hamburger .hamburger-inner:after{
	bottom: -9px;
}
#main-toggle .hamburger.is-active .hamburger-inner:after{
	bottom: 0;
}
#main-toggle .hamburger.is-active:hover,
#main-toggle .hamburger:hover{
    opacity: 1;
}

.offcanvas{
	top: 0 !important;
	width: 100vw !important;
	overflow-y: scroll;
	transition: all .5s cubic-bezier(.335,.015,.25,.995) !important;
}
.offcanvas.int{
	z-index: 1999 !important;
}
.offcanvas.sm{
	max-width: 350px !important;
}
.offcanvas.hiding{
	visibility: hidden !important;
}
.offcanvas.offcanvas-end{
	border-left: none !important;
}
.offcanvas.offcanvas-start{
	border-right: none !important;
}
.offcanvas-backdrop{
	background-color: var(--black-color) !important;
}
.offcanvas-backdrop.show{
	opacity: .8 !important;
}
.offcanvas .offcanvas-content{
	padding: calc(90px + 1.5rem) calc(52px + 2.5rem) 1.5rem 1.5rem;
}
.offcanvas .back-link{
	position: absolute;
	top: 2.2rem;
	left: 1.5rem;
	z-index: 1;
}
.offcanvas-header{
	height: 56px;
	z-index: 1;
}
.offcanvas-body{
	height: calc(100% - 56px);
	margin-top: 56px;
}
/* End Offcanvas Nav Styles */

.main-section{
	position: relative;
	z-index: 3;
}
/*.main-section.w-padding,*/
/*.main-section .content.w-padding{*/
/*	padding-right: calc(52px + 2.5rem);*/
/*}*/
.main-section.w-padding,
.main-section .content.w-padding{
	padding-right: 1rem;
}

#home-top{
	position: relative;
	z-index: 4;
}
#home-top .bg-video{
	position: relative;
	height: 215px;
}
#home-top .bg-video:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--black-color);
	opacity: .2;
}
#home-top .bg-video .video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#home-top .content{
	color: var(--black-color);
}

#action-calls .overflow-contain .row > div{
	width: 250px;
}
#action-calls a,
#action-calls a .content{
	position: relative;
}
#action-calls a{
	height: 300px;
}
#action-calls a picture{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#action-calls a .content{
	z-index: 1;
}
#action-calls a .content:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--black-color);
	opacity: .8;
	transition: all .5s cubic-bezier(.335,.015,.25,.995);
}
#action-calls a:hover .content:after{
	background-color: var(--primary-color);
}
#action-calls a .content.h1{
	font-size: 30px;
}

#graphic-carousel .slide picture,
#graphic-carousel .slider-pager{
	width: 250px;
}
#graphic-carousel .slide picture{
	height: 170px;
	transform: scale(.85);
	opacity: .5;
	transition: all .5s cubic-bezier(.335,.015,.25,.995);
	transition-delay: 0.2s;
}
#graphic-carousel .slide.slick-current picture{
	transform: scale(1);
	opacity: 1;
}
#graphic-carousel .slick-list{
	overflow: visible !important;
}

.slider-pager .pager > ul{
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}
.slider-pager .pager > ul > li{
	list-style: none;
	margin-right: .65rem;
}
.slider-pager .pager > ul > li:last-child{
	margin-right: 0;
}
.slider-pager .pager > ul > li > div{
	height: 6px;
	width: 6px;
	border-radius: 100%;
	background-color: var(--gray-color);
	transition: all .35s cubic-bezier(.335,.015,.25,.995);
	cursor: pointer;
}
.slider-pager .pager > ul > li > div:hover{
	background-color: var(--extra-light-gray-color);
}
.slider-pager .pager > ul > li.slick-active > div{
	transform: scale(1.5);
	background-color: var(--primary-color);
}

.overflow-thumbnails .row .content{
	width: calc(215px + 2rem);
	min-width: calc(215px + 2rem);
	max-width: calc(215px + 2rem);
}
.overflow-thumbnails .row .content .thumb-nail{
	height: 150px;
}

/* BOTTOM CTAS CSS */
#bottom-ctas{
	position: fixed;
	/*bottom: 1rem;*/
	bottom: 5.75rem;
	right: 1rem;
	z-index: 999;
}
#bottom-ctas .cd-top{
	position: relative;
	visibility: hidden !important;
	opacity: 0;
}
#bottom-ctas .cd-top.cd-is-visible{
	visibility: visible !important;
	opacity: 1;
}

/* FOOTER CSS */
#jump-in,
footer{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
footer{
    overflow: hidden;
	position: relative;
	z-index: 2;
}
footer .logo img{
    height: 100px;
}

/********************************************************** MEDIA QUERRIES ******************************************************************/

/* Phone (landscape) */
@media (min-width: 576px){

	.offcanvas{
		width: 450px !important;
	}

	.main-section.w-padding,
	.main-section .content.w-padding{
		padding-right: calc(52px + 2.5rem);
	}

	#home-top .bg-video{
		height: 300px;
	}

	#action-calls .overflow-contain .row > div{
		width: 275px;
	}
	#action-calls a{
		height: 325px;
	}
	#action-calls a .content.h1{
		font-size: 36px;
	}

	#graphic-carousel .slide picture,
	#graphic-carousel .slider-pager{
		width: 350px;
	}
	#graphic-carousel .slide picture{
		height: 240px;
	}

	.slider-pager .pager > ul > li{
		margin-right: .75rem;
	}

	.overflow-thumbnails .row .content{
		width: calc(275px + 2rem);
		min-width: calc(275px + 2rem);
		max-width: calc(275px + 2rem);
	}
	.overflow-thumbnails .row .content .thumb-nail{
		height: 195px;
	}

}

/* Tablet (portrait) */
@media(min-width:768px){

	.offcanvas{
		width: 500px !important;
	}
	.offcanvas .offcanvas-content{
		padding: calc(90px + 1.5rem) 3rem 3rem;
	}
	.offcanvas .back-link{
		left: 3rem;
	}

	#home-top .bg-video{
		height: 400px;
	}

	#action-calls .overflow-contain .row > div{
		width: 300px;
	}
	#action-calls a{
		height: 375px;
	}
	#action-calls a .content.h1{
		font-size: 40px;
	}

	#graphic-carousel .slide picture,
	#graphic-carousel .slider-pager{
		width: 400px;
	}
	#graphic-carousel .slide picture{
		height: 270px;
	}

	.slider-pager .pager > ul > li{
		margin-right: .75rem;
	}

	.overflow-thumbnails .row .content{
		width: calc(315px + 2rem);
		min-width: calc(315px + 2rem);
		max-width: calc(315px + 2rem);
	}
	.overflow-thumbnails .row .content .thumb-nail{
		height: 220px;
	}
	
}

/* Tablet (landscape) */
@media(min-width:992px){

	#nav-main,
	#main-toggle{
		height: 110px;
	}
	#nav-main .logo img{
		height: 86px;
	}

	.toggle-cta{
		height: 60px;
		width: 60px;
	}
	#main-toggle .hamburger .hamburger-box,
	#main-toggle .hamburger .hamburger-inner,
	#main-toggle .hamburger .hamburger-inner:before,
	#main-toggle .hamburger .hamburger-inner:after{
		width: 30px;
	}
	#main-toggle .hamburger .hamburger-inner:before{
		top: -10px;
	}
	#main-toggle .hamburger .hamburger-inner:after{
		bottom: -10px;
	}

	.offcanvas{
		width: 550px !important;
	}
	.offcanvas .offcanvas-content{
		padding: calc(110px + 1.5rem) calc(60px + 2.5rem) 3rem 3rem;
	}
	.offcanvas .back-link{
		top: 2.8rem;
	}

	.main-section.w-padding,
	.main-section .content.w-padding{
		padding-right: calc(60px + 2.5rem);
	}

	#home-top{
		height: 100vh;
	}
	#home-top .bg-video,
	#home-top .content{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#home-top .content{
		padding-top: 110px;
		color: var(--bs-white);
	}
	#home-top .explore-more a{
		position: relative;
	}
	#home-top .explore-more a:after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: var(--bs-white);
		transition: all .5s cubic-bezier(.335,.015,.25,.995);
	}
	#home-top .explore-more a:hover:after{
		background-color: var(--primary-color);
	}

	#action-calls .overflow-contain .row > div{
		max-width: inherit;
	}
	#action-calls a{
		height: 325px;
	}

	#graphic-carousel .slide picture,
	#graphic-carousel .slider-pager{
		width: 500px;
	}
	#graphic-carousel .slide picture{
		height: 340px;
	}

	.slider-pager .pager > ul > li{
		margin-right: 1rem;
	}

	.overflow-thumbnails .row .content{
		width: calc(375px + 2rem);
		min-width: calc(375px + 2rem);
		max-width: calc(375px + 2rem);
	}
	.overflow-thumbnails .row .content .thumb-nail{
		height: 265px;
	}

	/* BOTTOM CTAS CSS */
	#bottom-ctas{
		/*bottom: 1.5rem;*/
		bottom: 6.5rem;
	}
	.brevo-conversations--side-bottom{
		bottom: 1.5rem !important;
	}
	.brevo-conversations--pos-right{
		right: 1rem !important;
	}

	#home-search {
		max-width: 500px;
	}
	
}

/* Desktop */
@media(min-width:1200px){

	#nav-main,
	#main-toggle{
		height: 140px;
	}
	#nav-main .logo img{
		height: 100px;
	}

	.offcanvas{
		width: 600px !important;
		/*overflow-y: hidden;*/
	}
	.offcanvas .offcanvas-content{
		padding: calc(140px + 1rem) calc(60px + 2.5rem) 4rem 4rem;
	}
	.offcanvas .back-link{
		top: 3.7rem;
		left: 4rem;
	}

	.toggle-cta{
		position: relative;
	}
	.toggle-cta:hover{
		background-color: var(--primary-color);
		color: var(--bs-white);
	}
	.toggle-cta.is-active:hover,
	.toggle-cta.over-white:hover{
		background-color: var(--bs-white);
		border: 1px solid var(--primary-color) !important;
		color: var(--primary-color);
	}
	.toggle-cta .content{
		display: inline-block;
		position: absolute;
		top: 16px;
		right: 0;
		opacity: 0;
		color: var(--bs-white);
		transition: all .3s cubic-bezier(.335,.015,.25,.995);
	}
	.toggle-cta.is-active .content,
	.toggle-cta.over-white .content{
		color: var(--black-color);
	}
	.toggle-cta:hover .content{
		right: calc(60px + 1rem);
		opacity: 1;
	}
	#main-toggle .toggle-cta.is-active .content > div:first-child,
	#main-toggle .toggle-cta .content > div:nth-child(2){
		display: none;
	}
	#main-toggle .toggle-cta.is-active .content > div:nth-child(2){
		display: block;
	}
	#main-toggle .hamburger.is-active:hover .hamburger-inner,
	#main-toggle .hamburger.is-active:hover .hamburger-inner:after,
	#main-toggle .hamburger.is-active:hover .hamburger-inner:before,
	#main-toggle .hamburger.over-white:hover .hamburger-inner,
	#main-toggle .hamburger.over-white:hover .hamburger-inner:after,
	#main-toggle .hamburger.over-white:hover .hamburger-inner:before{
		background-color: var(--primary-color);
	}

	#home-top .content{
		padding-top: 140px;
	}
	#home-top .explore-more a{
		transition: none !important;
	}
	#home-top .explore-more a svg{
		transition: all .5s cubic-bezier(.335,.015,.25,.995);
	}
	#home-top .explore-more a:hover .ms-2{
		margin-left: 1.5rem !important;
	}

	#action-calls .row > div{
		transition: all .4s cubic-bezier(.335,.015,.25,.995);
	}
	#action-calls a{
		height: 400px;
	}
	#action-calls a .content.h1{
		font-size: 46px;
	}
	#action-calls .col-lg.hovered{
		flex: 1 0 10%;
	}

	#graphic-carousel .slide picture,
	#graphic-carousel .slider-pager{
		width: 550px;
	}
	#graphic-carousel .slide picture{
		height: 370px;
	}

	.overflow-thumbnails .row .content{
		width: calc(415px + 1rem);
		min-width: calc(415px + 1rem);
		max-width: calc(415px + 1rem);
	}
	.overflow-thumbnails .row .content .thumb-nail{
		height: 290px;
	}
	.overflow-thumbnails .row > div:last-child .content.pe-xl-4{
		padding-right: 0 !important;
	}
	.overflow-thumbnails ::-webkit-scrollbar{
		height: 10px;
	}
	.overflow-thumbnails ::-webkit-scrollbar-track{
		border-radius: 20px;
	}

	/* BOTTOM CTAS CSS */
	#bottom-ctas{
		/*bottom: 3rem;*/
		bottom: 7.5rem !important;
	}
	.brevo-conversations--side-bottom{
		bottom: 2.5rem !important;
	}
	
	/* FOOTER CSS */
	footer .logo img{
		height: 125px;
	}
	
}

@media(min-width:1400px){

	.offcanvas{
		width: 650px !important;
	}
	.offcanvas .offcanvas-content{
		padding: calc(140px + 1rem) calc(60px + 5.5rem) 5rem 5rem;
	}
	.offcanvas .back-link{
		left: 5rem;
	}

	.main-section.w-padding,
	.main-section .content.w-padding{
		padding-right: calc(60px + 6.5rem);
	}

	#action-calls a{
		height: 450px;
	}
	#action-calls a .content.h1{
		font-size: 50px;
	}

	#graphic-carousel .slide picture,
	#graphic-carousel .slider-pager{
		width: 600px;
	}
	#graphic-carousel .slide picture{
		height: 400px;
	}

	.overflow-thumbnails .row .content{
		width: calc(450px + 3rem);
		min-width: calc(450px + 3rem);
		max-width: calc(450px + 3rem);
	}
	.overflow-thumbnails .row .content .thumb-nail{
		height: 320px;
	}

	/* BOTTOM CTAS CSS */
	#bottom-ctas{
		right: 3rem;
	}
	.brevo-conversations--pos-right{
		right: 3rem !important;
	}

	/* FOOTER CSS */
	footer .logo img{
		height: 100px;
	}
	footer .content .lead.xl,
	#contact-content .lead.xl{
		font-size: 24px !important;
	}

}

@media(min-width:1600px){

	#action-calls a{
		height: 500px;
	}
	#action-calls a .content.h1{
		font-size: 54px;
	}

	#graphic-carousel .slide picture,
	#graphic-carousel .slider-pager{
		width: 650px;
	}
	#graphic-carousel .slide picture{
		height: 445px;
	}

	.overflow-thumbnails .row .content{
		width: calc(500px + 3rem);
		min-width: calc(500px + 3rem);
		max-width: calc(500px + 3rem);
	}
	.overflow-thumbnails .row .content .thumb-nail{
		height: 365px;
	}

	/* FOOTER CSS */
	footer .logo img{
		height: 125px;
	}
	footer .content .lead.xl,
	#contact-content .lead.xl{
		font-size: 26px !important;
	}
	
}

@media(min-width:1800px){

	#action-calls a{
		height: 550px;
	}
	#action-calls a .content.h1{
		font-size: 60px;
	}

	#graphic-carousel .slide picture,
	#graphic-carousel .slider-pager{
		width: 700px;
	}
	#graphic-carousel .slide picture{
		height: 470px;
	}

	.overflow-thumbnails .row .content .thumb-nail{
		height: 385px;
	}

	/* FOOTER CSS */
	footer .logo img{
		height: 150px;
	}
	footer .content .me-xxl-5{
		margin-right: 4.5rem !important;
	}
	footer .content .lead.xl,
	#contact-content .lead.xl{
		font-size: 30px !important;
	}
	
}

@media(min-width:1900px) {

	#action-calls a{
		height: 600px;
	}

	#graphic-carousel .slide picture,
	#graphic-carousel .slider-pager{
		width: 750px;
	}
	#graphic-carousel .slide picture{
		height: 500px;
	}

}


/*************** Typography Styles ***************/

body{
	font-family: var(--primary-font) !important;
	font-size: 16px !important;
	color: var(--body-color) !important;
	font-weight: 400 !important;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
	margin: 0 !important;
	font-family: var(--primary-font) !important;
	font-weight: 400 !important;
	line-height: .95 !important;
}
.flex-1{
	flex: 1;
}
.text-block.xs .block{
	max-width: 400px;
}
.text-block.sm .block{
	max-width: 600px;
}
.text-block.md .block{
	max-width: 700px;
}
.text-block.lg .block{
	max-width: 800px;
}
.text-block.xl .block{
	max-width: 1000px;
}
.lead{
	font-size: 16px !important;
}
.lead-set,
.lead.lg{
	font-size: 20px !important;
}
.lead.lg-set,
.lead.xl{
	font-size: 24px !important;
}
.lead.xl-set{
	font-size: 30px !important;
}
.text-xs{
	font-size: 10px !important;
}
.text-xs-set,
.text-sm,
.text-grow{
	font-size: 12px !important;
}
.text-sm-set,
.text-md{
	font-size: 14px !important;
}
.ls0{
	letter-spacing: 0 !important;
}
.ls1{
	letter-spacing: 1px !important;
}
.ls2{
	letter-spacing: 2px !important;
}
.ls3{
	letter-spacing: 3px !important;
}
.ls4{
	letter-spacing: 4px !important;
}
.ls5{
	letter-spacing: 5px !important;
}
.ls6{
	letter-spacing: 6px !important;
}
.ls7{
	letter-spacing: 7px !important;
}
.ls8{
	letter-spacing: 8px !important;
}
.ls9{
	letter-spacing: 9px !important;
}
.ls10{
	letter-spacing: 10px !important;
}
h1.main,
h1 .main,
.h1.main,
.h1 .main,
h2.main,
h2 .main,
.h2.main,
.h2 .main{
	font-size: 30px;
}
h1.main.xlish,
h1 .main.xlish,
.h1.main.xlish,
.h1 .main.xlish,
h2.main.xlish,
h2 .main.xlish,
.h2.main.xlish,
.h2 .main.xlish{
	font-size: 40px;
}
h1.main-set,
h1 .main-set,
.h1.main-set,
.h1 .main-set{
	font-size: 50px;
}
h1.main.xlish-set,
h1 .main.xlish-set,
.h1.main.xlish-set,
.h1 .main.xlish-set{
	font-size: 60px;
}
h1.main.xl-set,
h1 .main.xl-set,
.h1.main.xl-set,
.h1 .main.xl-set{
	font-size: 80px;
}
h1.main.xl,
h1 .main.xl,
.h1.main.xl,
.h1 .main.xl,
h2.main.xl,
h2 .main.xl,
.h2.main.xl,
.h2 .main.xl,
h3.main-set,
h3 .main-set,
.h3.main-set,
.h3 .main-set{
	font-size: 40px;
}
h1.main.xler,
h1 .main.xler,
.h1.main.xler,
.h1 .main.xler{
	font-size: 46px;
}
h1.main.xlest,
h1 .main.xlest,
.h1.main.xlest,
.h1 .main.xlest{
	font-size: 80px;
}
h1.main.xxl,
h1 .main.xxl,
.h1.main.xxl,
.h1 .main.xxl,
h2.main.xxl,
h2 .main.xxl,
.h2.main.xxl,
.h2 .main.xxl{
	font-size: 46px;
}
h3.main,
h3 .main,
.h3.main,
.h3 .main{
	font-size: 20px;
}
.bord-all{
	border: 1px solid !important;
}
.bord-none{
	border: none !important;
}
.bord-top{
	border-top: 1px solid !important;
}
.bord-top-2{
	border-top: 2px solid !important;
}
.bord-top-0{
	border-top: none !important;
}
.bord-right{
	border-right: 1px solid !important;
}
.bord-right-0{
	border-right: none !important;
}
.bord-bottom{
	border-bottom: 1px solid !important;
}
.bord-bottom-0{
	border-bottom: none !important;
}
.bord-left{
	border-left: 1px solid !important;
}
.bord-left-2{
	border-left: 2px solid !important;
}
.bord-left-0{
	border-left: none !important;
}
.card-columns{
	-webkit-column-count: 2 !important;
	-moz-column-count: 2 !important;
	column-count: 2 !important;
}
.w-100-auto,
.w-100-sm-auto,
.w-100-md-auto,
.w-100-lg-auto,
.w-100-xl-auto,
.w-100-xxl-auto{
	width: 100%;
}

.thumb-nail,
picture.zoom-it{
	position: relative;
	overflow: hidden;
}
.thumb-nail.lg{
	height: 225px;
	min-height: 225px;
	max-height: 225px;
}
.thumb-nail.guide{
	height: 200px;
	min-height: 200px;
	max-height: 200px;
}
.thumb-nail.blog{
	height: 125px;
	min-height: 125px;
	max-height: 125px;
}
.thumb-nail.team{
	height: 325px;
	min-height: 325px;
	max-height: 325px;
}
.thumb-nail > div:not(.picture-icon):not(.thumb-nail-content),
picture > div:not(.picture-icon):not(.thumb-nail-content):not(.normal){
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.thumb-nail .thumb-nail-content{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(29,29,29,.8);
}

.overflow-contain,
.overflow-contain.lg,
.overflow-contain.xl,
.overflow-contain.xl-stop{
	overflow-x: scroll;
	overflow-y: hidden;
}

.picture-icon{
	position: absolute;
	bottom: -40px;
	right: 1rem;
	height: 80px;
	width: 80px;
	border-radius: 100%;
	background-color: var(--primary-color);
	z-index: 1;
}

.list-items > div{
	border-bottom: 1px solid var(--extra-light-gray-color);
}
.list-items.no-border > div{
	border-bottom: none;
}
.list-items > div:not(.publications):last-child{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	border-bottom: none;
}

.g-6,
.gy-6{
	--bs-gutter-y: 3.5rem !important;
}
.g-6,
.gx-6{
	--bs-gutter-x: 3.5rem !important;
}

picture.w-video .video-container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(29,29,29,.5);
}

.me-n3{
	margin-right: -1rem !important;
}

/* Phone (landscape) */
@media (min-width: 576px){
	.flex-sm-1{
		flex: 1;
	}
	.ls-sm-0{
		letter-spacing: 0 !important;
	}
	.ls-sm-1{
		letter-spacing: 1px !important;
	}
	.ls-sm-2{
		letter-spacing: 2px !important;
	}
	.ls-sm-3{
		letter-spacing: 3px !important;
	}
	.ls-sm-4{
		letter-spacing: 4px !important;
	}
	.ls-sm-5{
		letter-spacing: 5px !important;
	}
	.ls-sm-6{
		letter-spacing: 6px !important;
	}
	.ls-sm-7{
		letter-spacing: 7px !important;
	}
	.ls-sm-8{
		letter-spacing: 8px !important;
	}
	.ls-sm-9{
		letter-spacing: 9px !important;
	}
	.ls-sm-10{
		letter-spacing: 10px !important;
	}
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main{
		font-size: 34px;
	}
	h1.main.xlish,
	h1 .main.xlish,
	.h1.main.xlish,
	.h1 .main.xlish,
	h2.main.xlish,
	h2 .main.xlish,
	.h2.main.xlish,
	.h2 .main.xlish{
		font-size: 44px;
	}
	h1.main.xl,
	h1 .main.xl,
	.h1.main.xl,
	.h1 .main.xl,
	h2.main.xl,
	h2 .main.xl,
	.h2.main.xl,
	.h2 .main.xl{
		font-size: 54px;
	}
	h1.main.xler,
	h1 .main.xler,
	.h1.main.xler,
	.h1 .main.xler{
		font-size: 70px;
	}
	h1.main.xlest,
	h1 .main.xlest,
	.h1.main.xlest,
	.h1 .main.xlest{
		font-size: 100px;
	}
	h1.main.xxl,
	h1 .main.xxl,
	.h1.main.xxl,
	.h1 .main.xxl,
	h2.main.xxl,
	h2 .main.xxl,
	.h2.main.xxl,
	.h2 .main.xxl{
		font-size: 70px;
		transform: translateX(-3px);
	}
	h3.main,
	h3 .main,
	.h3.main,
	.h3 .main{
		font-size: 26px;
	}
	.bord-sm-all{
		border: 1px solid !important;
	}
	.bord-sm-top{
		border-top: 1px solid !important;
	}
	.bord-sm-right{
		border-right: 1px solid !important;
	}
	.bord-sm-bottom{
		border-bottom: 1px solid !important;
	}
	.bord-sm-bottom-none{
		border-bottom: none !important;
	}
	.bord-sm-left{
		border-left: 1px solid !important;
	}
	.card-columns{
		-webkit-column-count: 3 !important;
		-moz-column-count: 3 !important;
		column-count: 3 !important;
	}
	.w-100-auto,
	.w-100-sm-auto{
		width: auto;
	}

	.main-carousel .carousel .slides{
		min-width: calc(100% - 80px);
		max-width: calc(100% - 80px);
	}
	.main-carousel .carousel .control{
		min-width: 40px;
		max-width: 40px;
	}

	.picture-icon{
		bottom: -50px;
		height: 100px;
		width: 100px;
	}

	.thumb-nail.guide{
		height: 280px;
		min-height: 280px;
		max-height: 280px;
	}
	.thumb-nail.blog{
		height: 115px;
		min-height: 115px;
		max-height: 115px;
	}

	.me-sm-n0{
		margin-right: 0 !important;
	}

}

/* Tablet (portrait) */
@media(min-width:768px){
	.flex-md-1{
		flex: 1;
	}
	.ls-md-0{
		letter-spacing: 0 !important;
	}
	.ls-md-1{
		letter-spacing: 1px !important;
	}
	.ls-md-2{
		letter-spacing: 2px !important;
	}
	.ls-md-3{
		letter-spacing: 3px !important;
	}
	.ls-md-4{
		letter-spacing: 4px !important;
	}
	.ls-md-5{
		letter-spacing: 5px !important;
	}
	.ls-md-6{
		letter-spacing: 6px !important;
	}
	.ls-md-7{
		letter-spacing: 7px !important;
	}
	.ls-md-8{
		letter-spacing: 8px !important;
	}
	.ls-md-9{
		letter-spacing: 9px !important;
	}
	.ls-md-10{
		letter-spacing: 10px !important;
	}
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main{
		font-size: 38px;
	}
	h1.main.xlish,
	h1 .main.xlish,
	.h1.main.xlish,
	.h1 .main.xlish,
	h2.main.xlish,
	h2 .main.xlish,
	.h2.main.xlish,
	.h2 .main.xlish{
		font-size: 50px;
	}
	h1.main.xl,
	h1 .main.xl,
	.h1.main.xl,
	.h1 .main.xl,
	h2.main.xl,
	h2 .main.xl,
	.h2.main.xl,
	.h2 .main.xl{
		font-size: 64px;
	}
	h1.main.xler,
	h1 .main.xler,
	.h1.main.xler,
	.h1 .main.xler{
		font-size: 80px;
	}
	h1.main.xlest,
	h1 .main.xlest,
	.h1.main.xlest,
	.h1 .main.xlest{
		font-size: 110px;
	}
	h1.main.xxl,
	h1 .main.xxl,
	.h1.main.xxl,
	.h1 .main.xxl,
	h2.main.xxl,
	h2 .main.xxl,
	.h2.main.xxl,
	.h2 .main.xxl{
		font-size: 100px;
		transform: translateX(-4px);
	}
	h3.main,
	h3 .main,
	.h3.main,
	.h3 .main{
		font-size: 30px;
	}
	.bord-md-all{
		border: 1px solid !important;
	}
	.bord-md-top{
		border-top: 1px solid !important;
	}
	.bord-md-right{
		border-right: 1px solid !important;
	}
	.bord-md-bottom{
		border-bottom: 1px solid !important;
	}
	.bord-md-left{
		border-left: 1px solid !important;
	}
	.w-100-md-auto{
		width: auto;
	}

	.picture-icon{
		bottom: -60px;
		height: 120px;
		width: 120px;
	}

	.thumb-nail.lg{
		height: 275px;
		min-height: 275px;
		max-height: 275px;
	}
	.thumb-nail.guide{
		height: 300px;
		min-height: 300px;
		max-height: 300px;
	}
	.thumb-nail.blog{
		height: 125px;
		min-height: 125px;
		max-height: 125px;
	}
	.thumb-nail.team{
		height: 375px;
		min-height: 375px;
		max-height: 375px;
	}

	.me-md-n0{
		margin-right: 0 !important;
	}

}

/* Tablet (landscape) */
@media(min-width:992px){
	.flex-lg-1{
		flex: 1;
	}
	.lead{
		font-size: 18px !important;
	}
	.lead.lg{
		font-size: 22px !important;
	}
	.lead.xl{
		font-size: 26px !important;
	}
	.text-grow{
		font-size: 14px !important;
	}
	.ls-lg-0{
		letter-spacing: 0 !important;
	}
	.ls-lg-1{
		letter-spacing: 1px !important;
	}
	.ls-lg-2{
		letter-spacing: 2px !important;
	}
	.ls-lg-3{
		letter-spacing: 3px !important;
	}
	.ls-lg-4{
		letter-spacing: 4px !important;
	}
	.ls-lg-5{
		letter-spacing: 5px !important;
	}
	.ls-lg-6{
		letter-spacing: 6px !important;
	}
	.ls-lg-7{
		letter-spacing: 7px !important;
	}
	.ls-lg-8{
		letter-spacing: 8px !important;
	}
	.ls-lg-9{
		letter-spacing: 9px !important;
	}
	.ls-lg-10{
		letter-spacing: 10px !important;
	}
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main{
		font-size: 44px;
	}
	h1.main.xlish,
	h1 .main.xlish,
	.h1.main.xlish,
	.h1 .main.xlish,
	h2.main.xlish,
	h2 .main.xlish,
	.h2.main.xlish,
	.h2 .main.xlish{
		font-size: 56px;
	}
	h1.main.xl,
	h1 .main.xl,
	.h1.main.xl,
	.h1 .main.xl,
	h2.main.xl,
	h2 .main.xl,
	.h2.main.xl,
	.h2 .main.xl{
		font-size: 72px;
	}
	h1.main.xler,
	h1 .main.xler,
	.h1.main.xler,
	.h1 .main.xler{
		font-size: 90px;
	}
	h1.main.xlest,
	h1 .main.xlest,
	.h1.main.xlest,
	.h1 .main.xlest{
		font-size: 130px;
	}
	h1.main.xxl,
	h1 .main.xxl,
	.h1.main.xxl,
	.h1 .main.xxl,
	h2.main.xxl,
	h2 .main.xxl,
	.h2.main.xxl,
	.h2 .main.xxl{
		font-size: 120px;
		transform: translateX(-5px);
	}
	h3.main,
	h3 .main,
	.h3.main,
	.h3 .main{
		font-size: 34px;
	}
	.bord-lg-all{
		border: 1px solid !important;
	}
	.bord-lg-top{
		border-top: 1px solid !important;
	}
	.bord-lg-right{
		border-right: 1px solid !important;
	}
	.bord-lg-bottom{
		border-bottom: 1px solid !important;
	}
	.bord-lg-left {
		border-left: 1px solid !important;
	}
	.w-100-lg-auto{
		width: auto;
	}

	.main-carousel .carousel .slides{
		min-width: calc(100% - 100px);
		max-width: calc(100% - 100px);
	}
	.main-carousel .carousel .control{
		min-width: 50px;
		max-width: 50px;
	}

	.overflow-contain:not(.xl):not(.xl-stop),
	.overflow-contain.lg{
		overflow-x: hidden;
	}

	.parallax-element{
		transform: translateZ(0);
		perspective: 0; /* Adjust as needed */
	}
	.parallax-element img{
		height: auto;
		transform-origin: center center;
		transition: transform 0.5s ease-out;
	}

	.picture-icon{
		bottom: inherit;
		top: 2rem;
		right: -35px;
	}

	.thumb-nail.lg{
		height: 250px;
		min-height: 250px;
		max-height: 250px;
	}
	.thumb-nail.guide{
		height: 250px;
		min-height: 250px;
		max-height: 250px;
	}
	.thumb-nail.blog{
		height: 165px;
		min-height: 165px;
		max-height: 165px;
	}

	.me-lg-n0{
		margin-right: 0 !important;
	}

}

/* Desktop */
@media(min-width:1200px){
	.flex-xl-1{
		flex: 1;
	}
	.lead{
		font-size: 20px !important;
	}
	.lead.lg{
		font-size: 24px !important;
	}
	.lead.xl{
		font-size: 30px !important;
	}
	.text-xs{
		font-size: 12px !important;
	}
	.text-sm{
		font-size: 14px !important;
	}
	.text-grow,
	.text-md{
		font-size: 16px !important;
	}
	.card-columns{
		-webkit-column-gap: 1rem !important;
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}
	.card-columns.four{
		-webkit-column-count: 4 !important;
		-moz-column-count: 4 !important;
		column-count: 4 !important;
	}
	.ls-xl-0{
		letter-spacing: 0 !important;
	}
	.ls-xl-1{
		letter-spacing: 1px !important;
	}
	.ls-xl-2{
		letter-spacing: 2px !important;
	}
	.ls-xl-3{
		letter-spacing: 3px !important;
	}
	.ls-xl-4{
		letter-spacing: 4px !important;
	}
	.ls-xl-5{
		letter-spacing: 5px !important;
	}
	.ls-xl-6{
		letter-spacing: 6px !important;
	}
	.ls-xl-7{
		letter-spacing: 7px !important;
	}
	.ls-xl-8{
		letter-spacing: 8px !important;
	}
	.ls-xl-9{
		letter-spacing: 9px !important;
	}
	.ls-xl-10{
		letter-spacing: 10px !important;
	}
	h1.main,
	h1 .main,
	.h1.main,
	.h1 .main,
	h2.main,
	h2 .main,
	.h2.main,
	.h2 .main{
		font-size: 50px;
	}
	h1.main.xlish,
	h1 .main.xlish,
	.h1.main.xlish,
	.h1 .main.xlish,
	h2.main.xlish,
	h2 .main.xlish,
	.h2.main.xlish,
	.h2 .main.xlish{
		font-size: 60px;
	}
	h1.main.xl,
	h1 .main.xl,
	.h1.main.xl,
	.h1 .main.xl,
	h2.main.xl,
	h2 .main.xl,
	.h2.main.xl,
	.h2 .main.xl{
		font-size: 80px;
	}
	h1.main.xler,
	h1 .main.xler,
	.h1.main.xler,
	.h1 .main.xler{
		font-size: 100px;
	}
	h1.main.xlest,
	h1 .main.xlest,
	.h1.main.xlest,
	.h1 .main.xlest{
		font-size: 150px;
	}
	h1.main.xxl,
	h1 .main.xxl,
	.h1.main.xxl,
	.h1 .main.xxl,
	h2.main.xxl,
	h2 .main.xxl,
	.h2.main.xxl,
	.h2 .main.xxl{
		font-size: 140px;
		transform: translateX(-7px);
	}
	h3.main,
	h3 .main,
	.h3.main,
	.h3 .main{
		font-size: 36px;
	}
	.bord-xl-all{
		border: 1px solid !important;
	}
	.bord-xl-top{
		border-top: 1px solid !important;
	}
	.bord-xl-top-none{
		border-top: none !important;
	}
	.bord-xl-right{
		border-right: 1px solid !important;
	}
	.bord-xl-bottom{
		border-bottom: 1px solid !important;
	}
	.bord-xl-left{
		border-left: 1px solid !important;
	}
	.w-100-xl-auto{
		width: auto;
	}

	.main-carousel .carousel .slides{
		min-width: calc(100% - 120px);
		max-width: calc(100% - 120px);
	}
	.main-carousel .carousel .control{
		min-width: 60px;
		max-width: 60px;
	}
	.main-carousel.w-overflow .carousel .slick-list{
		overflow: visible;
	}
	.main-carousel.w-overflow .carousel .control{
		position: relative;
		z-index: 1;
	}
	.main-carousel.w-overflow .carousel .control:after{
		position: absolute;
		content: '';
		top: 0;
		height: 100%;
		width: 1000%;
		background-color: var(--bs-white);
		z-index: 1;
	}
	.main-carousel.w-overflow .carousel .control.prev:after{
		left: -1000%;
	}
	.main-carousel.w-overflow .carousel .control.next:after{
		right: -1000%;
	}

	.picture-icon{
		top: 2.5rem;
		right: -50px;
		height: 150px;
		width: 150px;
	}

	.thumb-nail.lg{
		height: 300px;
		min-height: 300px;
		max-height: 300px;
	}
	.thumb-nail.guide{
		height: 300px;
		min-height: 300px;
		max-height: 300px;
	}
	.thumb-nail.blog{
		height: 125px;
		min-height: 125px;
		max-height: 125px;
	}
	.thumb-nail.team{
		height: 425px;
		min-height: 425px;
		max-height: 425px;
	}

	.overflow-contain.xl-stop{
		overflow-x: hidden;
	}

	.me-xl-n0{
		margin-right: 0 !important;
	}

	::-webkit-scrollbar{
		width: 10px;
	}

	::-webkit-scrollbar-track{
		background-color: var(--extra-light-gray-color);
	}

	::-webkit-scrollbar-thumb{
		background-color: var(--primary-color);
		border-radius: 20px;
		border: none;
		background-clip: content-box;
	}

	::-webkit-scrollbar-thumb:hover{
		background-color: var(--secondary-color);
	}

}

@media(min-width:1400px){

	.ls-xxl-0{
		letter-spacing: 0 !important;
	}
	.ls-xxl-1{
		letter-spacing: 1px !important;
	}
	.ls-xxl-2{
		letter-spacing: 2px !important;
	}
	.ls-xxl-3{
		letter-spacing: 3px !important;
	}
	.ls-xxl-4{
		letter-spacing: 4px !important;
	}
	.ls-xxl-5{
		letter-spacing: 5px !important;
	}
	.ls-xxl-6{
		letter-spacing: 6px !important;
	}
	.ls-xxl-7{
		letter-spacing: 7px !important;
	}
	.ls-xxl-8{
		letter-spacing: 8px !important;
	}
	.ls-xxl-9{
		letter-spacing: 9px !important;
	}
	.ls-xxl-10{
		letter-spacing: 10px !important;
	}

	h1.main.xxl,
	h1 .main.xxl,
	.h1.main.xxl,
	.h1 .main.xxl,
	h2.main.xxl,
	h2 .main.xxl,
	.h2.main.xxl,
	.h2 .main.xxl{
		font-size: 160px;
		transform: translateX(-8px);
	}
	h3.main,
	h3 .main,
	.h3.main,
	.h3 .main{
		font-size: 40px;
	}

	.bord-xxl-all{
		border: 1px solid !important;
	}
	.bord-xxl-top{
		border-top: 1px solid !important;
	}
	.bord-xxl-right{
		border-right: 1px solid !important;
	}
	.bord-xxl-bottom{
		border-bottom: 1px solid !important;
	}
	.bord-xxl-left{
		border-left: 1px solid !important;
	}
	.bord-left-2{
		border-left: 4px solid !important;
	}
	.w-100-xxl-auto{
		width: auto;
	}

	.picture-icon{
		top: 3rem;
		right: -75px;
		height: 150px;
		width: 150px;
	}

	.thumb-nail.lg{
		height: 315px;
		min-height: 315px;
		max-height: 315px;
	}
	.thumb-nail.guide{
		height: 350px;
		min-height: 350px;
		max-height: 350px;
	}
	.thumb-nail.team{
		height: 325px;
		min-height: 325px;
		max-height: 325px;
	}

	.g-xxl-7,
	.gy-xxl-7{
		--bs-gutter-y: 4rem !important;
	}
	.g-xxl-7,
	.gx-xxl-7{
		--bs-gutter-x: 4rem !important;
	}

	.list-items > div.publications:last-child{
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
		border-bottom: none;
	}

}

@media(min-width:1600px){

	h1.main.xxl,
	h1 .main.xxl,
	.h1.main.xxl,
	.h1 .main.xxl,
	h2.main.xxl,
	h2 .main.xxl,
	.h2.main.xxl,
	.h2 .main.xxl{
		font-size: 180px;
		transform: translateX(-9px);
	}

	.thumb-nail.lg{
		height: 350px;
		min-height: 350px;
		max-height: 350px;
	}
	.thumb-nail.blog{
		height: 150px;
		min-height: 150px;
		max-height: 150px;
	}
	.thumb-nail.team{
		height: 375px;
		min-height: 375px;
		max-height: 375px;
	}

}

@media(min-width:1700px){

	.thumb-nail.lg{
		height: 365px;
		min-height: 365px;
		max-height: 365px;
	}
	.thumb-nail.blog{
		height: 175px;
		min-height: 175px;
		max-height: 175px;
	}
	.thumb-nail.team{
		height: 400px;
		min-height: 400px;
		max-height: 400px;
	}

}

@media(min-width:1800px){

	h1.main.xxl,
	h1 .main.xxl,
	.h1.main.xxl,
	.h1 .main.xxl,
	h2.main.xxl,
	h2 .main.xxl,
	.h2.main.xxl,
	.h2 .main.xxl{
		font-size: 200px;
		transform: translateX(-10px);
	}
	.thumb-nail.team{
		height: 415px;
		min-height: 415px;
		max-height: 415px;
	}

}

.font-primary{
	font-family: var(--primary-font) !important;
}
.font-secondary{
	font-family: var(--secondary-font) !important;
}
.f200{
	font-weight: 200 !important;
}
.f300{
	font-weight: 300 !important;
}
.f400{
	font-weight: 400 !important;
}
.f500{
	font-weight: 500 !important;
}
.f600{
	font-weight: 600 !important;
}
.f700{
	font-weight: 700 !important;
}
.f800{
	font-weight: 800 !important;
}
.f900{
	font-weight: 900 !important;
}
.smlh{
	line-height: .8 !important;
}
.plh{
	line-height: 1 !important;
}
.lh-smer{
	line-height: 1.15 !important;
}
.mlh{
	line-height: 1.2 !important;
}
.slh{
	line-height: 1.4 !important;
}
.tlh{
	line-height: 1.6 !important;
}
.stlh{
	line-height: 2 !important;
}
.text-primary-color,
.text-primary-color.link a,
a.text-primary-color.link,
a .text-primary-color.link,
.text-secondary-color.link.primary a:hover,
.text-secondary-color.link.primary a:focus,
a.text-secondary-color.link.primary:hover,
a.text-secondary-color.link.primary:focus,
a .text-secondary-color.link.primary:hover,
a .text-secondary-color.link.primary a:focus,
.text-secondary-color-hover.link.primary a:hover,
.text-secondary-color-hover.link.primary a:focus,
a.text-secondary-color-hover.link.primary:hover,
a.text-secondary-color-hover.link.primary:focus,
a .text-secondary-color-hover.link.primary:hover,
a .text-secondary-color-hover.link.primary a:focus,
.text-extra-light-gray-color.link.primary a:hover,
.text-extra-light-gray-color.link.primary a:focus,
a.text-extra-light-gray-color.link.primary:hover,
a.text-extra-light-gray-color.link.primary:focus,
a .text-extra-light-gray-color.link.primary:hover,
a .text-extra-light-gray-color.link.primary a:focus,
.text-white.link.primary a:hover,
.text-white.link.primary a:focus,
a.text-white.link.primary:hover,
a.text-white.link.primary:focus,
a .text-white.link.primary:hover,
a .text-white.link.primary:focus,
.text-black-color.link.primary a:hover,
.text-black-color.link.primary a:focus,
a.text-black-color.link.primary:hover,
a.text-black-color.link.primary:focus,
a .text-black-color.link.primary:hover,
a .text-black-color.link.primary:focus,
.text-black-color.link.primary:hover .text-light-gray-color,
.text-black-color.link.primary:focus .text-light-gray-color,
.text-black-color.link.primary:hover .text-gray-color,
.text-black-color.link.primary:focus .text-gray-color,
.text-light-gray-color.link.primary a:hover,
.text-light-gray-color.link.primary a:focus,
a.text-light-gray-color.link.primary:hover,
a.text-light-gray-color.link.primary:focus,
a .text-light-gray-color.link.primary:hover,
a .text-light-gray-color.link.primary:focus,
.text-gray-color.link.primary a:hover,
.text-gray-color.link.primary a:focus,
a.text-gray-color.link.primary:hover,
a.text-gray-color.link.primary:focus,
a .text-gray-color.link.primary:hover,
a .text-gray-color.link.primary:focus,
.text-dark-gray-color.link.primary a:hover,
.text-dark-gray-color.link.primary a:focus,
a.text-dark-gray-color.link.primary:hover,
a.text-dark-gray-color.link.primary:focus,
a .text-dark-gray-color.link.primary:hover,
a .text-dark-gray-color.link.primary:focus,
.text-alternate-color.link.primary a:hover,
.text-alternate-color.link.primary a:focus,
a.text-alternate-color.link.primary:hover,
a.text-alternate-color.link.primary:focus,
a .text-alternate-color.link.primary:hover,
a .text-alternate-color.link.primary:focus,
.text-alternate-two-color.link.primary a:hover,
.text-alternate-two-color.link.primary a:focus,
a.text-alternate-two-color.link.primary:hover,
a.text-alternate-two-color.link.primary:focus,
a .text-alternate-two-color.link.primary:hover,
a .text-alternate-two-color.link.primary:focus,
.text-primary-color-hover.link.primary a:hover,
.text-primary-color-hover.link.primary a:focus,
a.text-primary-color-hover.link.primary:hover,
a.text-primary-color-hover.link.primary:focus,
a .text-primary-color-hover.link.primary:hover,
a .text-primary-color-hover.link.primary a:focus{
	color: var(--primary-color) !important;
}
.text-primary-color-hover,
.text-primary-color-hover.link a,
a.text-primary-color-hover.link,
a .text-primary-color-hover.link,
.text-primary-color.link.hover a:hover,
.text-primary-color.link.hover a:focus,
a.text-primary-color.link.hover:hover,
a.text-primary-color.link.hover:focus,
a .text-primary-color.link.hover:hover,
a .text-primary-color.link.hover a:focus,
.text-secondary-color.link.primary-hover a:hover,
.text-secondary-color.link.primary-hover a:focus,
a.text-secondary-color.link.primary-hover:hover,
a.text-secondary-color.link.primary-hover:focus,
a .text-secondary-color.link.primary-hover:hover,
a .text-secondary-color.link.primary-hover:focus,
.text-gray-color.link.primary-hover a:hover,
.text-gray-color.link.primary-hover a:focus,
a.text-gray-color.link.primary-hover:hover,
a.text-gray-color.link.primary-hover:focus,
a .text-gray-color.link.primary-hover:hover,
a .text-gray-color.link.primary-hover:focus,
.text-white.link.primary-hover a:hover,
.text-white.link.primary-hover a:focus,
a.text-white.link.primary-hover:hover,
a.text-white.link.primary-hover:focus,
a .text-white.link.primary-hover:hover,
a .text-white.link.primary-hover:focus,
.text-alternate-color.link.primary-hover a:hover,
.text-alternate-color.link.primary-hover a:focus,
a.text-alternate-color.link.primary-hover:hover,
a.text-alternate-color.link.primary-hover:focus,
a .text-alternate-color.link.primary-hover:hover,
a .text-alternate-color.link.primary-hover:focus,
.text-dark-gray-color.link.primary-hover a:hover,
.text-dark-gray-color.link.primary-hover a:focus,
a.text-dark-gray-color.link.primary-hover:hover,
a.text-dark-gray-color.link.primary-hover:focus,
a .text-dark-gray-color.link.primary-hover:hover,
a .text-dark-gray-color.link.primary-hover:focus{
	color: var(--primary-color-hover) !important;
}
.text-secondary-color,
.text-secondary-color.link a,
a.text-secondary-color.link,
a .text-secondary-color.link,
.text-primary-color.link.secondary a:hover,
.text-primary-color.link.secondary a:focus,
a.text-primary-color.link.secondary:hover,
a.text-primary-color.link.secondary:focus,
a .text-primary-color.link.secondary:hover,
a .text-primary-color.link.secondary a:focus,
.text-white.link.secondary a:hover,
.text-white.link.secondary a:focus,
a.text-white.link.secondary:hover,
a.text-white.link.secondary:focus,
a .text-white.link.secondary:hover,
a .text-white.link.secondary:focus,
.text-dark-gray-color.link.secondary a:hover,
.text-dark-gray-color.link.secondary a:focus,
a.text-dark-gray-color.link.secondary:hover,
a.text-dark-gray-color.link.secondary:focus,
a .text-dark-gray-color.link.secondary:hover,
a .text-dark-gray-color.link.secondary:focus,
.text-gray-color.link.secondary a:hover,
.text-gray-color.link.secondary a:focus,
a.text-gray-color.link.secondary:hover,
a.text-gray-color.link.secondary:focus,
a .text-gray-color.link.secondary:hover,
a .text-gray-color.link.secondary:focus,
.text-light-gray-color.link.secondary a:hover,
.text-light-gray-color.link.secondary a:focus,
a.text-light-gray-color.link.secondary:hover,
a.text-light-gray-color.link.secondary:focus,
a .text-light-gray-color.link.secondary:hover,
a .text-light-gray-color.link.secondary:focus,
.text-black-color.link.secondary a:hover,
.text-black-color.link.secondary a:focus,
a.text-black-color.link.secondary:hover,
a.text-black-color.link.secondary:focus,
a .text-black-color.link.secondary:hover,
a .text-black-color.link.secondary:focus,
.text-secondary-color-hover.link.secondary a:hover,
.text-secondary-color-hover.link.secondary a:focus,
a.text-secondary-color-hover.link.secondary:hover,
a.text-secondary-color-hover.link.secondary:focus,
a .text-secondary-color-hover.link.secondary:hover,
a .text-secondary-color-hover.link.secondary a:focus,
.text-primary-color-hover.link.secondary a:hover,
.text-primary-color-hover.link.secondary a:focus,
a.text-primary-color-hover.link.secondary:hover,
a.text-primary-color-hover.link.secondary:focus,
a .text-primary-color-hover.link.secondary:hover,
a .text-primary-color-hover.link.secondary a:focus,
.text-alternate-color.link.secondary a:hover,
.text-alternate-color.link.secondary a:focus,
a.text-alternate-color.link.secondary:hover,
a.text-alternate-color.link.secondary:focus,
a .text-alternate-color.link.secondary:hover,
a .text-alternate-color.link.secondary:focus,
.text-alternate-three-color.link.secondary a:hover,
.text-alternate-three-color.link.secondary a:focus,
a.text-alternate-three-color.link.secondary:hover,
a.text-alternate-three-color.link.secondary:focus,
a .text-alternate-three-color.link.secondary:hover,
a .text-alternate-three-color.link.secondary:focus,
.text-extra-light-gray-color.link.secondary a:hover,
.text-extra-light-gray-color.link.secondary a:focus,
a.text-extra-light-gray-color.link.secondary:hover,
a.text-extra-light-gray-color.link.secondary:focus,
a .text-extra-light-gray-color.link.secondary:hover,
a .text-extra-light-gray-color.link.secondary a:focus{
	color: var(--secondary-color) !important;
}
.text-secondary-color-hover,
.text-secondary-color-hover.link a,
a.text-secondary-color-hover.link,
a .text-secondary-color-hover.link,
.text-secondary-color.link.hover a:hover,
.text-secondary-color.link.hover a:focus,
a.text-secondary-color.link.hover:hover,
a.text-secondary-color.link.hover:focus,
a .text-secondary-color.link.hover:hover,
a .text-secondary-color.link.hover a:focus,
.text-white.link.secondary-hover a:hover,
.text-white.link.secondary-hover a:focus,
a.text-white.link.secondary-hover:hover,
a.text-white.link.secondary-hover:focus,
a .text-white.link.secondary-hover:hover,
a .text-white.link.secondary-hover:focus,
.text-gray-color.link.secondary-hover a:hover,
.text-gray-color.link.secondary-hover a:focus,
a.text-gray-color.link.secondary-hover:hover,
a.text-gray-color.link.secondary-hover:focus,
a .text-gray-color.link.secondary-hover:hover,
a .text-gray-color.link.secondary-hover:focus,
.text-alternate-three-color.link.secondary-hover a:hover,
.text-alternate-three-color.link.secondary-hover a:focus,
a.text-alternate-three-color.link.secondary-hover:hover,
a.text-alternate-three-color.link.secondary-hover:focus,
a .text-alternate-three-color.link.secondary-hover:hover,
a .text-alternate-three-color.link.secondary-hover:focus,
.text-primary-color.link.secondary-hover a:hover,
.text-primary-color.link.secondary-hover a:focus,
a.text-primary-color.link.secondary-hover:hover,
a.text-primary-color.link.secondary-hover:focus,
a .text-primary-color.link.secondary-hover:hover,
a .text-primary-color.link.secondary-hover a:focus,
.text-primary-color-hover.link.secondary-hover a:hover,
.text-primary-color-hover.link.secondary-hover a:focus,
a.text-primary-color-hover.link.secondary-hover:hover,
a.text-primary-color-hover.link.secondary-hover:focus,
a .text-primary-color-hover.link.secondary-hover:hover,
a .text-primary-color-hover.link.secondary-hover a:focus,
.text-black-color.link.secondary-hover a:hover,
.text-black-color.link.secondary-hover a:focus,
a.text-black-color.link.secondary-hover:hover,
a.text-black-color.link.secondary-hover:focus,
a .text-black-color.link.secondary-hover:hover,
a .text-black-color.link.secondary-hover a:focus,
.text-lightest-gray-color.link.secondary-hover a:hover,
.text-lightest-gray-color.link.secondary-hover a:focus,
a.text-lightest-gray-color.link.secondary-hover:hover,
a.text-lightest-gray-color.link.secondary-hover:focus,
a .text-lightest-gray-color.link.secondary-hover:hover,
a .text-lightest-gray-color.link.secondary-hover:focus{
	color: var(--secondary-color-hover) !important;
}
.text-alternate-color,
.text-alternate-color.link a,
a.text-alternate-color.link,
a .text-alternate-color.link,
.text-gray-color.link.alternate a:hover,
.text-gray-color.link.alternate a:focus,
a.text-gray-color.link.alternate:hover,
a.text-gray-color.link.alternate:focus,
a .text-gray-color.link.alternate:hover,
a .text-gray-color.link.alternate:focus,
.text-white.link.alternate a:hover,
.text-white.link.alternate a:focus,
a.text-white.link.alternate:hover,
a.text-white.link.alternate:focus,
a .text-white.link.alternate:hover,
a .text-white.link.alternate:focus,
.text-secondary-color-hover.link.alternate a:hover,
.text-secondary-color-hover.link.alternate a:focus,
a.text-secondary-color-hover.link.alternate:hover,
a.text-secondary-color-hover.link.alternate:focus,
a .text-secondary-color-hover.link.alternate:hover,
a .text-secondary-color-hover.link.alternate a:focus,
.text-dark-gray-color.link.alternate a:hover,
.text-dark-gray-color.link.alternate a:focus,
a.text-dark-gray-color.link.alternate:hover,
a.text-dark-gray-color.link.alternate:focus,
a .text-dark-gray-color.link.alternate:hover,
a .text-dark-gray-color.link.alternate:focus{
	color: var(--alternate-color) !important;
}
.text-alternate-two-color,
.text-alternate-two-color.link a,
a.text-alternate-two-color.link,
a .text-alternate-two-color.link,
.text-primary-color.link.alternate-two a:hover,
.text-primary-color.link.alternate-two a:focus,
a.text-primary-color.link.alternate-two:hover,
a.text-primary-color.link.alternate-two:focus,
a .text-primary-color.link.alternate-two:hover,
a .text-primary-color.link.alternate-two a:focus,
.text-secondary-color-hover.link.alternate-two a:hover,
.text-secondary-color-hover.link.alternate-two a:focus,
a.text-secondary-color-hover.link.alternate-two:hover,
a.text-secondary-color-hover.link.alternate-two:focus,
a .text-secondary-color-hover.link.alternate-two:hover,
a .text-secondary-color-hover.link.alternate-two a:focus{
	color: var(--alternate-two-color) !important;
}
.text-alternate-three-color,
.text-alternate-three-color.link a,
a.text-alternate-three-color.link,
a .text-alternate-three-color.link,
.text-primary-color.link.alternate-three a:hover,
.text-primary-color.link.alternate-three a:focus,
a.text-primary-color.link.alternate-three:hover,
a.text-primary-color.link.alternate-three:focus,
a .text-primary-color.link.alternate-three:hover,
a .text-primary-color.link.alternate-three a:focus,
.text-secondary-color-hover.link.alternate-three a:hover,
.text-secondary-color-hover.link.alternate-three a:focus,
a.text-secondary-color-hover.link.alternate-three:hover,
a.text-secondary-color-hover.link.alternate-three:focus,
a .text-secondary-color-hover.link.alternate-three:hover,
a .text-secondary-color-hover.link.alternate-three a:focus{
	color: var(--alternate-three-color) !important;
}
.text-lightest-gray-color,
.text-white.link.lightest-gray a:hover,
.text-white.link.lightest-gray a:focus,
a.text-white.link.lightest-gray:hover,
a.text-white.link.lightest-gray:focus,
a .text-white.link.lightest-gray:hover,
a .text-white.link.lightest-gray:focus{
	color: var(--lightest-gray-color) !important;
}
.text-light-gray-color,
a.text-light-gray-color.link,
a .text-light-gray-color.link,
.text-light-gray-color.link a,
.text-black-color.link.light-gray a:hover,
.text-black-color.link.light-gray a:focus,
a.text-black-color.link.light-gray:hover,
a.text-black-color.link.light-gray:focus,
a .text-black-color.link.light-gray:hover,
a .text-black-color.link.light-gray:focus,
.text-dark-gray-color.link.light-gray a:hover,
.text-dark-gray-color.link.light-gray a:focus,
a.text-dark-gray-color.link.light-gray:hover,
a.text-dark-gray-color.link.light-gray:focus,
a .text-dark-gray-color.link.light-gray:hover,
a .text-dark-gray-color.link.light-gray:focus{
	color: var(--light-gray-color) !important;
}
.text-gray-color,
a.text-gray-color.link,
a .text-gray-color.link,
.text-gray-color.link a,
.text-secondary-color.link.gray a:hover,
.text-secondary-color.link.gray a:focus,
a.text-secondary-color.link.gray:hover,
a.text-secondary-color.link.gray:focus,
a .text-secondary-color.link.gray:hover,
a .text-secondary-color.link.gray a:focus,
.text-extra-light-gray-color.link.gray a:hover,
.text-extra-light-gray-color.link.gray a:focus,
a.text-extra-light-gray-color.link.gray:hover,
a.text-extra-light-gray-color.link.gray:focus,
a .text-extra-light-gray-color.link.gray:hover,
a .text-extra-light-gray-color.link.gray a:focus{
	color: var(--gray-color) !important;
}
.text-extra-light-gray-color,
a.text-extra-light-gray-color.link,
a .text-extra-light-gray-color.link,
.text-extra-light-gray-color.link a,
.text-white.link.extra-light-gray a:hover,
.text-white.link.extra-light-gray a:focus,
a.text-white.link.extra-light-gray:hover,
a.text-white.link.extra-light-gray:focus,
a .text-white.link.extra-light-gray:hover,
a .text-white.link.extra-light-gray:focus,
.text-gray-color.link.extra-light-gray a:hover,
.text-gray-color.link.extra-light-gray a:focus,
a.text-gray-color.link.extra-light-gray:hover,
a.text-gray-color.link.extra-light-gray:focus,
a .text-gray-color.link.extra-light-gray:hover,
a .text-gray-color.link.extra-light-gray:focus{
	color: var(--extra-light-gray-color) !important;
}
.text-dark-gray-color,
a.text-dark-gray-color.link,
a .text-dark-gray-color.link,
.text-dark-gray-color.link a,
.text-white.link.dark-gray a:hover,
.text-white.link.dark-gray a:focus,
a.text-white.link.dark-gray:hover,
a.text-white.link.dark-gray:focus,
a .text-white.link.dark-gray:hover,
a .text-white.link.dark-gray:focus{
	color: var(--dark-gray-color) !important;
}
.text-black-color,
a.text-black-color.link,
a .text-black-color.link,
.text-black-color.link a,
.text-gray-color.link.black a:hover,
.text-gray-color.link.black a:focus,
a.text-gray-color.link.black:hover,
a.text-gray-color.link.black:focus,
a .text-gray-color.link.black:hover,
a .text-gray-color.link.black:focus,
a:hover .text-gray-color.link.black,
a:focus .text-gray-color.link.black,
.text-white.link.black a:hover,
.text-white.link.black a:focus,
a.text-white.link.black:hover,
a.text-white.link.black:focus,
a .text-white.link.black:hover,
a .text-white.link.black:focus,
.text-extra-light-gray-color.link.black a:hover,
.text-extra-light-gray-color.link.black a:focus,
a.text-extra-light-gray-color.link.black:hover,
a.text-extra-light-gray-color.link.black:focus,
a .text-extra-light-gray-color.link.black:hover,
a .text-extra-light-gray-color.link.black a:focus{
	color: var(--black-color) !important;
}
.text-white.link a,
a.text-white.link,
a .text-white.link,
.text-white.link a,
.text-primary-color.link.white a:hover,
.text-primary-color.link.white a:focus,
a.text-primary-color.link.white:hover,
a.text-primary-color.link.white:focus,
a .text-primary-color.link.white:hover,
a .text-primary-color.link.white:focus,
a:hover .text-primary-color.link.white,
a:focus .text-primary-color.link.white,
.text-secondary-color.link.white a:hover,
.text-secondary-color.link.white a:focus,
a.text-secondary-color.link.white:hover,
a.text-secondary-color.link.white:focus,
a .text-secondary-color.link.white:hover,
a .text-secondary-color.link.white a:focus,
.text-secondary-color-hover.link.white a:hover,
.text-secondary-color-hover.link.white a:focus,
a.text-secondary-color-hover.link.white:hover,
a.text-secondary-color-hover.link.white:focus,
a .text-secondary-color-hover.link.white:hover,
a .text-secondary-color-hover.link.white a:focus,
.text-extra-light-gray-color.link.white a:hover,
.text-extra-light-gray-color.link.white a:focus,
a.text-extra-light-gray-color.link.white:hover,
a.text-extra-light-gray-color.link.white:focus,
a .text-extra-light-gray-color.link.white:hover,
a .text-extra-light-gray-color.link.white:focus,
.text-lightest-gray-color.link.white a:hover,
.text-lightest-gray-color.link.white a:focus,
a.text-lightest-gray-color.link.white:hover,
a.text-lightest-gray-color.link.white:focus,
a .text-lightest-gray-color.link.white:hover,
a .text-lightest-gray-color.link.white:focus,
.text-gray-color.link.white a:hover,
.text-gray-color.link.white a:focus,
a.text-gray-color.link.white:hover,
a.text-gray-color.link.white:focus,
a .text-gray-color.link.white:hover,
a .text-gray-color.link.white:focus,
a:hover .text-gray-color.link.white,
a:focus .text-gray-color.link.white,
.text-black-color.link.white a:hover,
.text-black-color.link.white a:focus,
a.text-black-color.link.white:hover,
a.text-black-color.link.white:focus,
a .text-black-color.link.white:hover,
a .text-black-color.link.white:focus,
a:hover .text-black-color.link.white,
a:focus .text-black-color.link.white,
.text-primary-color-hover.link.white a:hover,
.text-primary-color-hover.link.white a:focus,
a.text-primary-color-hover.link.white:hover,
a.text-primary-color-hover.link.white:focus,
a .text-primary-color-hover.link.white:hover,
a .text-primary-color-hover.link.white a:focus,
.text-alternate-color.link.white a:hover,
.text-alternate-color.link.white a:focus,
a.text-alternate-color.link.white:hover,
a.text-alternate-color.link.white:focus,
a .text-alternate-color.link.white:hover,
a .text-alternate-color.link.white:focus,
a:hover .text-alternate-color.link.white,
a:focus .text-alternate-color.link.white,
.text-alternate-two-color.link.white a:hover,
.text-alternate-two-color.link.white a:focus,
a.text-alternate-two-color.link.white:hover,
a.text-alternate-two-color.link.white:focus,
a .text-alternate-two-color.link.white:hover,
a .text-alternate-two-color.link.white:focus,
a:hover .text-alternate-two-color.link.white,
a:focus .text-alternate-two-color.link.white,
.text-dark-gray-color.link.white a:hover,
.text-dark-gray-color.link.white a:focus,
a.text-dark-gray-color.link.white:hover,
a.text-dark-gray-color.link.white:focus,
a .text-dark-gray-color.link.white:hover,
a .text-dark-gray-color.link.white:focus{
	color: var(--bs-white) !important;
}
.text-shad{
	text-shadow: 0 5px 10px rgba(0, 0, 0, .25);
}

/********************************************************** Helper Classes ******************************************************************/
hr{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.bord{
	height: 1px;
}
.bord.min{
	width: 100px;
}
.bord.w1000{
	max-width: 1000px;
}
.bord.w1200{
	max-width: 1200px;
}
.bord-primary-color{
	border-color: var(--primary-color) !important;
}
.bord-primary-color-hover{
	border-color: var(--primary-color-hover) !important;
}
.bord-secondary-color{
	border-color: var(--secondary-color) !important;
}
.bord-secondary-color-hover{
	border-color: var(--secondary-color-hover) !important;
}
.bord-alternate-color{
	border-color: var(--alternate-color) !important;
}
.bord-alternate-two-color{
	border-color: var(--alternate-two-color) !important;
}
.bord-alternate-three-color{
	border-color: var(--alternate-three-color) !important;
}
.bord-lightest-gray-color{
	border-color: var(--lightest-gray-color) !important;
}
.bord-extra-light-gray-color{
	border-color: var(--extra-light-gray-color) !important;
}
.bord-light-gray-color{
	border-color: var(--light-gray-color) !important;
}
.bord-gray-color{
	border-color: var(--gray-color) !important;
}
.bord-dark-gray-color{
	border-color: var(--dark-gray-color) !important;
}
.bord-black-color{
	border-color: var(--black-color) !important;
}
.bord-white{
	border-color: var(--bs-white) !important;
}
.box-shad{
	box-shadow: 2px 4px 6px rgba(0,0,0,.15);
}
.zIt{
	position: relative;
	z-index: 2;
}
.hrGray{
	border-color: var(--lightest-gray-color) !important;
}
.modal-open{
	padding-right: 0 !important;
}
.jumbotron{
	margin-bottom: 0 !important;
}
.posRel{
	position: relative;
}
.pointer{
	cursor: pointer;
}
.hide{
	visibility: hidden;
}

b,
strong{
	font-weight: 700 !important;
}
.asterisk,
label.error{
	color: #dc3545 !important;		
}
label.error{
	font-size: 11px !important;
	margin: 0 !important;
}
#hiddenRecaptcha-error{
	top: 56px;
}
.input-group label.error{
	top: 34px;
	left: 0;
}
.input-group-lg label.error{
	top: 46px;
	left: 0;
}

.form-control.no-focus:focus,
.form-select.no-focus:focus{
	box-shadow: none !important;
}
.form-select.no-focus{
	background-position: right 0 center !important;
}

input[type="checkbox"],
input[type="checkbox"] + span,
input[type="checkbox"] + label > span,
input[type="radio"],
input[type="radio"] + span,
input[type="radio"] + label > span{
	cursor: pointer;
}
input[type="checkbox"]:checked + span,
input[type="checkbox"]:checked + label > span,
input[type="radio"]:checked + span,
input[type="radio"]:checked + label > span{
    color: var(--primary-color) !important;
}
input.no-focus{
	box-shadow: none !important;
}

.btn,
.card,
.card-header,
.card-footer,
.alert,
.breadcrumb,
input,
textarea,
select,
.thumbnail,
.modal-content,
.card>.list-group:last-child .list-group-item:last-child,
.list-group-item,
.list-group-item:last-child{
	border-radius: 0 !important;
}
.list-group-item-action:hover,
.list-group-item-action:focus{
	background-color: var(--lightest-gray-color) !important;
}

.btn span,
.btn svg{
	transition: all .25s cubic-bezier(.335,.015,.25,.995) !important;
}
.btn{
	padding: 0 !important;
	border: 0 !important;
	font-family: var(--primary-font);
	font-weight: 700 !important;
	letter-spacing: 1px;
	transition: none !important;
}
.btn:focus{
	outline: none !important;
	box-shadow: none !important;
}

.btn-main{
	background-color: transparent !important;
	color: var(--black-color) !important;
}
.btn-main:hover,
.btn-main.active,
.btn-main:focus{
	color: var(--primary-color) !important;
}
.btn-main:not(.no-trans):hover svg{
	transform: translateX(10px);
}
.btn-main.reverse:hover svg{
	transform: translateX(-10px);
}

.btn-secondary{
	background-color: var(--primary-color) !important;
	color: var(--bs-white) !important;
}
.btn-secondary:hover,
.btn-secondary.active,
.btn-secondary:focus{
	background-color: var(--secondary-color) !important;
}

.btn-blank{
    border-radius: 0 !important;
	border: none !important;
    color: var(--black-color) !important;
}
.btn-blank > div:first-child{
    color: var(--black-color) !important;
	font-weight: 400 !important;
}
.btn-blank > div:first-child{
    transition: all .3s ease;
}
.btn-blank:hover > div:first-child,
.btn-blank.show > div:first-child{
    color: var(--primary-color) !important;
}
.btn-blank svg{
    transform: none !important;
    opacity: 1 !important;
}
.btn-blank + .dropdown-menu .dropdown-item{
    border-bottom: 1px solid var(--primary-color-hover) !important;
    color: var(--bs-white) !important;
}
.btn-blank + .dropdown-menu .dropdown-item:last-child{
    border-bottom: none !important;
}
.btn-blank + .dropdown-menu .dropdown-item:hover,
.btn-blank + .dropdown-menu .dropdown-item:focus{
    background-color: var(--primary-color-hover) !important;
}
.btn-blank:hover{
    color: var(--primary-color) !important;
}
.btn-blank.dropdown-toggle::after{
    display: none !important;
}
.btn-blank:focus{
  	box-shadow: none !important;
}
.dropdown .btn-blank.show > div:nth-child(2){
    transform: rotate(-180deg);
    position: relative;
    top: 2px;
}

::selection{
	background: var(--primary-color);
	color: var(--bs-white);
}
::-moz-selection{
	background: var(--primary-color);
	color: var(--bs-white);
}
::-webkit-selection{
	background: var(--primary-color);
	color: var(--bs-white);
}

input,
select,
textarea{
	color: var(--gray-color) !important;
	letter-spacing: 1px;
}

.form-control::-moz-placeholder{
	color: var(--extra-light-gray-color) !important;
	font-weight: 400;
	letter-spacing: 1px;
}
.form-control:-ms-input-placeholder{
	color: var(--extra-light-gray-color) !important;
	font-weight: 400;
	letter-spacing: 1px;
}
.form-control::-webkit-input-placeholder{
    color: var(--extra-light-gray-color) !important;
    font-weight: 400;
    letter-spacing: 1px;
}

.form-floating>.form-control:focus,
.form-floating>.form-select:focus{
	box-shadow: none !important;
}
.form-floating>.form-control, 
.form-floating>.form-control-plaintext,
.form-floating > label,
.form-floating>.form-select,
.form-floating>.form-select,
.form-select > label{
	padding: 1rem 0 !important;
}
.form-floating>.form-control,
.form-floating>.form-select{
	border-bottom: 1px solid var(--extra-light-gray-color) !important;
}
.form-floating > label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select:not(:placeholder-shown)~label{
	color: var(--extra-light-gray-color);
}
.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label,
.form-floating>.form-select:focus~label,
.form-floating>.form-select:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
	color: var(--extra-light-gray-color) !important;
}
.form-floating > label{
	border: none !important;
    font-weight: 400;
    letter-spacing: 1px;
	white-space: pre-wrap !important;
}
.form-floating > label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select:not(:placeholder-shown)~label{
	top: -12px !important;
}
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select:not(:placeholder-shown)~label::after{
	background-color: transparent !important;
}
.form-floating>.form-control-plaintext:focus, 
.form-floating>.form-control-plaintext:not(:placeholder-shown), 
.form-floating>.form-control:focus, 
.form-floating>.form-control:not(:placeholder-shown),
.form-floating>.form-select-plaintext:focus,
.form-floating>.form-select-plaintext:not(:placeholder-shown),
.form-floating>.form-select:focus,
.form-floating>.form-select:not(:placeholder-shown){
    padding-top: 1.625rem !important;
    padding-bottom: 0.625rem !important;
}
.form-select{
	padding-left: 1rem !important;
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231D1D1D' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
.form-floating>.form-control::-moz-placeholder{
	color: var(--bs-white) !important;
}
.form-floating>.form-control:-ms-input-placeholder{
	color: var(--bs-white) !important;
}
.form-floating>.form-control::-webkit-input-placeholder{
	color: var(--bs-white) !important;
}

.googleCaptcha{
	transform: scale(0.75) !important;
	-webkit-transform: scale(0.75) !important;
	transform-origin: 0 0 !important;
	-webkit-transform-origin: 0 0 !important;
}
.grecaptcha-badge{
	z-index: 1999;
	visibility: hidden;
}
.grecaptcha-badge + iframe,
.grecaptcha-badge + .ratio{
	display: none !important;
}
.slick-slide,
.slick-slide a,
.hamburger{
	outline: none !important;
}
.checkBox,
.radioItem{
	position: relative;
}
.checkBox label,
.radioItem label{
	cursor: pointer;
}
.checkBox label.error,
.radioItem label.error{
	top: 25px;
	left: 0;
}
.checkBox.top label.error,
.radioItem.top label.error{
	top: -15px;
}
.checkBox .fa-stack,
.radioItem .fa-stack,
.svg-inline--fa.fa-stack-1x{
	width: 32px;
}
.checkBox .fa-stack,
.radioItem .fa-stack{
	height: auto;
	color: var(--dark-gray-color);
}
.checkBox input[type="checkbox"],
.radioItem input[type="radio"],
.checkBox input[type="checkbox"] + label .fa-check-square,
.radioItem input[type="radio"] + label .fa-check-circle,
.checkBox input[type="checkbox"] + label + label .fa-check-square,
.radioItem input[type="radio"] + label + label .fa-check-circle{
	display: none;
}
.checkBox input[type="checkbox"]:checked + label .fa-check-square,
.radioItem input[type="radio"]:checked + label .fa-check-circle,
.checkBox input[type="checkbox"]:checked + label + label .fa-check-square,
.radioItem input[type="radio"]:checked + label + label .fa-check-circle{
	display: inline-block;
	color: var(--primary-color);
}
.checkBox input[type="checkbox"]:checked + label span:last-child,
.radioItem input[type="radio"]:checked + label span:last-child,
.checkBox input[type="checkbox"]:checked + label + label span:last-child,
.radioItem input[type="radio"]:checked + label + label span:last-child{
	display: inline-block;
	color: var(--primary-color);
}
.checkBox input[type="checkbox"]:checked + label .fa-square,
.radioItem input[type="radio"]:checked + label .fa-circle,
.checkBox input[type="checkbox"]:checked + label + label .fa-square,
.radioItem input[type="radio"]:checked + label + label .fa-circle{
	display: none;
}
.gj-picker{
	z-index: 9999999999 !important;
}
.gj-datepicker [role=right-icon]{
	display: none !important;
}
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.gj-picker-bootstrap table tr td.today div{
    color: var(--primary-color) !important;
}
.gj-picker-bootstrap table tr td.selected.today div{
    color: var(--bs-white) !important;
}
.bg-primary-color{
	background-color: var(--primary-color) !important;
}
.bg-primary-color-hover{
	background-color: var(--primary-color-hover) !important;
}
.bg-secondary-color{
	background-color: var(--secondary-color) !important;
}
.bg-secondary-color-hover{
	background-color: var(--secondary-color-hover) !important;
}
.bg-alternate-color{
	background-color: var(--alternate-color) !important;
}
.bg-alternate-two-color{
	background-color: var(--alternate-two-color) !important;
}
.bg-alternate-three-color{
	background-color: var(--alternate-three-color) !important;
}
.bg-lightest-gray-color{
	background-color: var(--lightest-gray-color) !important;
}
.bg-extra-light-gray-color{
	background-color: var(--extra-light-gray-color) !important;
}
.bg-light-gray-color{
	background-color: var(--light-gray-color) !important;
}
.bg-gray-color{
	background-color: var(--gray-color) !important;
}
.bg-dark-gray-color{
	background-color: var(--dark-gray-color) !important;
}
.bg-black-color{
	background-color: var(--black-color) !important;
}

.slick-track{
	display: flex !important;
}
#testimonials-carousel .slick-track{
	display: block !important;
}
.slick-slide{
    height: inherit !important;
}

.overlay{
    position: relative;
}
.overlay:after{
    position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.overlay.black:after{
	background-color: var(--black-color) !important;
}
.overlay.primary:after{
	background-color: var(--primary-color) !important;
}
.overlay.primary-hover:after{
	background-color: var(--primary-color-hover) !important;
}
.overlay.secondary:after{
	background-color: var(--secondary-color) !important;
}
.overlay.secondary-hover:after{
	background-color: var(--secondary-color-hover) !important;
}
.overlay.white:after{
	background-color: var(--bs-white) !important;
}
.overlay.op20:after{
	opacity: .2;
}
.overlay.op25:after{
	opacity: .25;
}
.overlay.op50:after{
	opacity: .5;
}
.overlay.op75:after{
	opacity: .75;
}
.overlay.op80:after{
	opacity: .8;
}
.overlay.op85:after{
	opacity: .85;
}
.overlay.op90:after{
	opacity: .9;
}
.overlay.op100:after{
	opacity: 1;
}

svg{
    pointer-events: none;
}

.rounded-5,
.rounded-5:before,
.rounded-5:after{
    border-radius: 5px !important;
}
.rounded-10,
.rounded-10:before,
.rounded-10:after{
    border-radius: 10px !important;
}
.rounded-15,
.rounded-15:before,
.rounded-15:after{
    border-radius: 15px !important;
}
.rounded-20,
.rounded-20:before,
.rounded-20:after{
    border-radius: 20px !important;
}
.rounded-25,
.rounded-25:before,
.rounded-25:after{
    border-radius: 25px !important;
}

.m-link,
.m-link svg,
picture.hover-op,
.thumb-nail.zoom-it > div,
picture.zoom-it > div,
.movem a span:not(.no-trans),
a.movem span,
.movem a svg:not(.no-trans),
a.movem svg:not(.no-trans),
.text-change{
	transition: all .35s cubic-bezier(.335,.015,.25,.995) !important;
}
a:hover .m-link svg:not(.no-trans),
.m-link:hover svg:not(.no-trans){
	transform: translateX(10px);
}

a.hover-op:hover,
picture.hover-op:hover{
	opacity: .8;
}

a:hover .thumb-nail.zoom-it > div,
a:hover picture.zoom-it > div{
	transform: scale(1.1);
}

.movem a,
a.movem,
.no-trans{
	transition: none !important;
}
.movem a span,
a.movem span{
	display: inline-block;
}
.movem a:hover svg:not(.no-trans),
a.movem:hover svg:not(.no-trans){
	transform: translateX(10px);
}
.movem.xxl a:hover svg:not(.no-trans),
a.movem.xxl:hover svg:not(.no-trans){
	transform: translateX(30px);
}
.movem.reverse a:hover svg:not(.no-trans),
a.movem.reverse:hover svg:not(.no-trans){
	transform: translateX(-10px);
}

.daterangepicker{
    z-index: 99999999 !important;
}
.daterangepicker td.active, 
.daterangepicker td.active:hover{
    background-color: var(--secondary-color) !important;
}

.modal-backdrop{
    background-color: var(--black-color) !important;
}

.page-content a,
.page-content ul li::marker{
	color: var(--primary-color);
}
.page-content a:hover{
	color: var(--secondary-color);
}
.page-content ul{
	padding-top: .75rem !important;
	margin-bottom: 0 !important;
	line-height: 1.6 !important;
}
.page-content ul li{
	margin-bottom: .75rem;
}
.page-content ul li:last-child{
	margin-bottom: 0;
}

:root{
    --body-color: #646464;
	--primary-color: #d8bb68;
	--primary-color-hover: #B9975B;
	--primary-color-rgba: 216, 187, 104;
	--primary-color-rgba-hover: 185, 151, 91;
	--secondary-color: #B9975B;
	--secondary-color-hover: #d8bb68;
	--secondary-color-rgba: 185, 151, 91;
	--secondary-color-rgba-hover: 216, 187, 104;
	--lightest-gray-color: #EFEFEF;
	--extra-light-gray-color: #C8C8C8;
	--light-gray-color: #969696;
	--gray-color: #646464;
	--dark-gray-color: #323232;
	--black-color: #1D1D1D;
	--primary-font: 'Poppins', sans-serif;
	--secondary-font: 'Poppins', sans-serif;
}
