@font-face{
	font-family: Mulish;
	src: url("/local/templates/main/fonts/Mulish-Regular.ttf") format("opentype");
}

@font-face{
	font-family: Inter;
	src: url("/local/templates/main/fonts/Inter_28pt-Regular.ttf") format("opentype");
}

:root{
	--color-primary: #000;
	--color-violet: #810081;
	--color-grey: #CBCBCB;
}

html{
	font-size: 1px;
	scroll-behavior: smooth;
}

html, body, form{
	margin: 0;
	padding: 0;
}

.site-content{
	font-family: Mulish;
	font-style: normal;
	font-size: 18px;
	line-height: 22.59px;
	color: var(--color-primary);
	opacity: 0;
	overflow-x: hidden;
	transition: opacity 0.1s linear;
}

.site-content *{
	box-sizing: border-box;
	font-smooth: always;
	text-decoration: none;
	-webkit-font-smoothing: subpixel-antialiased;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
}

.site-content a{
	color: var(--color-primary);
	text-decoration: none;
}

.site-content .page-text a{
	color: #842894;
	text-decoration: underline;
}

.site-content a:hover{
	text-decoration: underline;
}

.widget{
	all: initial;
}

.page-path{
	margin-bottom: 35px;
	font-size: 20px;
	font-weight: 500;
	line-height: 25.1px;
	letter-spacing: -0.04em;
	color: #842894 !important;
}

.page-path *{
	color: #842894 !important;
}

h1, h2{
	margin: 50px 0 43px 0;
	font-size: 60px;
	font-weight: 500;
	line-height: 62px;
	letter-spacing: -0.04em;
	color: var(--color-violet);
}

h2.black{
	margin: 110px 0;
	font-size: 48px;
	font-weight: 500;
	line-height: 60.24px;
	letter-spacing: -0.04em;
	text-align: center;
}

.h2-blank{
	margin: 35px 0;
}

form *, input{
	border: 0 !important;
	user-select: text !important;
}

input{
	outline: none;
	transition: background-color 0.1s linear;
}

ul{
	padding-left: 20px;
}

li{
	margin-bottom: 20px;
}

.owl-item:last-child{
	margin-right: 0 !important;
}

.container-global{
}

.container{
}

.content{
	margin: 0 auto;
	width: 1452px;
}

.content-big{
	margin: 0 auto;
	width: 1676px;
}

hr{
	margin: 0;
	border-color: rgb(232,232,232);
	color: rgb(232,232,232);
}

.text p{
	margin: 0 0 28px 0;
}

.hovered{
	transition: color 0.25s linear;
}

.hovered *{
	transition: color 0.25s linear;
}

.hovered img{
	transition: filter 0.25s linear;
}

.hovered:hover{
	color: rgb(110,110,110) !important;
}

.hovered:hover *{
	color: rgb(110,110,110) !important;
}

.hovered:hover img{
	filter: brightness(70%) !important;
}

img.hovered{
	transition: filter 0.25s linear;
}

img.hovered:hover{
	filter: brightness(70%) !important;
}

.show-animated{
	opacity: 0;
	transition: opacity 0.5s linear;
}

.content-button-link, input[name="submit"]{
	text-decoration: none !important;
	user-select: none !important;
}

.content-button{
	display: flex;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	text-transform: lowercase;
	cursor: pointer;
	user-select: none !important;
}

.media-object{
	cursor: pointer;
}

#cover{
	display: none;
	position: fixed;
	background-color: rgba(50,50,50,0.5);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#cover_content{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

#cover_close{
	position: absolute;
	right: 2.5vw;
	top: 2.5vw;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.flex-container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: start;
	align-items: flex-start;
	width: 100%;
}

.flex-container-vertical-center{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.flex-container-center{
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-1{
	margin-bottom: 5px;
	width: 100%;
}

.flex-2{
	margin-bottom: 5px;
	width: 48%;
}

.flex-3{
	margin-bottom: 13px;
	width: 32%;
}

.flex-4{
	margin-bottom: 5px;
	width: 23%;
}

.flex-5{
	margin-bottom: 5px;
	width: 18%;
}

.flex-6{
	margin-bottom: 5px;
	width: 15%;
}

.flex-7{
	margin-bottom: 5px;
	width: 12%;
}

.div-link{
	overflow: visible;
	white-space: nowrap;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.hide{
	display: none;
}

.transparent{
	opacity: 0;
}

.underline{
	text-decoration: underline;
}

.text-super{
	vertical-align: super;
	font-size: 0.8em;
}

.pointer-events-none{
	pointer-events: none;
}

.white{
	color: #fff !important;
}

.black{
	color: #000 !important;
}

.grey70{
	color: var(--color-grey);
}

.violet{
	color: var(--color-violet);
}

a.blue-link{
	color: #00AEEF !important;
}

.clear-both{
	clear: both;
}

.var-dump *{
	font-size: 20px;
}

.selectable{
	-webkit-touch-callout: text !important;
	-webkit-user-select: text !important;
	-khtml-user-select: text !important;
	-moz-user-select: text !important;
	-ms-user-select: text !important;
	user-select: text !important;
}

textarea:focus, input:focus{
	outline: none;
}

input:-webkit-autofill{
    color: #ffffff !important;
}


.scrollbar{
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #afafaf #fff;
}

.scrollbar::-webkit-scrollbar{
	width: 2px;
}
 
.scrollbar::-webkit-scrollbar-thumb{
	background: #afafaf;
}

.scrollbar::-webkit-scrollbar-thumb:window-inactive{
	background: #fff;
}

div[id^="wait_"]{
	display: none !important;
}

.lb-number{
	margin-top: 10px !important;
}

.lb-cancel{
	display: none !important;
}
