html, body{
	font-family: 'Montserrat', sans-serif !important;
	background-color: rgb(241 243 249) !important;
}

.titlem{
	font-family: 'Libre Caslon Text', sans-serif !important;
}

.titleb, h1, h2, h3, .txt-blue {
	color: rgb(41 45 135) !important;
}

.vsmall{
	font-size: 0.6em;
}

.titlemg{
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(98.3deg, rgb(42, 45, 135) 10%, rgb(232, 45, 51) 90%) !important;
	display: inline-block;
}

.btn-b {
	background-color: #2a2d87 !important;
	color: white !important;
}

.btn-bwg {
	background-image: linear-gradient(98.3deg, rgb(42, 45, 135) 10%, rgb(232, 45, 51) 90%) !important;
    color: white !important;
}

.btn-bk {
	background-color: #000 !important;
	color: white !important;
}

.cshadow {
	box-shadow: 0 0 20px -4px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.crounded-1 {
	border-radius: 0.5rem !important;
}

.crounded-1-start {
	border-bottom-left-radius: 0.5rem!important;
    border-top-left-radius: 0.5rem!important;
}

.crounded-4 {
	border-radius: 1.2rem !important;
}

.fs-fdjwarning-regular {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400;
	font-style: normal;
}

.fs-fdjwarning-bold {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	font-style: normal;
	font-size: 1.2em;
}

.txt-red, .txt-red:hover {
	color: rgb(232, 45, 51);
}

.txt-white {
	color: #fff;
}

.a-reset {
	text-decoration: none;
}

.txt-grey {
	color: #9f9f9f;
}

.highlight-container, .highlight {
	position: relative;
}

.highlight-container {
	display: inline-block;
}

.highlight-container:before {
	content: " ";
	display: block;
	height: 120%;
	width: 105%;
	margin-left: -3px;
	margin-right: -3px;
	position: absolute;
	background: #FFE603;
	transform: rotate(-1deg);
	top: -3px;
	left: -1px;
	border-radius: 1% 1% 1% 1%;
	padding: 15px 5px 5px 15px;
}

.txt-light {
	font-weight: 300;
	letter-spacing: .05rem;
	font-size: 1.2rem;
}

.big {
	font-size: 2.2rem !important;
}