@import url(https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1);
.counter-wrapper .counter,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.post-title {
	font-weight: bold !important;
	word-spacing: normal !important;
	letter-spacing: normal !important
}
.display-1 {
	font-size: calc(1.385rem + 1.62vw);
	line-height: 1.1
}
@media (min-width:1200px) {
	.display-1 {
		font-size: 2.6rem
	}
}
.display-2 {
	font-size: calc(1.365rem + 1.38vw);
	line-height: 1.15;
	font-family: var(--bs-body-font-family);
	font-weight: 700!important;
	margin-bottom: 50px!important;
	color: #00325D;
}
@media (min-width:1200px) {
	.display-2 {
		font-size: 2.3rem
	}
}
.display-3 {
	font-size: calc(1.355rem + 1.26vw);
	line-height: 1.15
}
@media (min-width:1200px) {
	.display-3 {
		font-size: 2.3rem
	}
}
.display-4 {
	font-size: calc(1.325rem + .9vw);
	line-height: 1.2;
	font-family: var(--bs-body-font-family);
	font-weight: 600!important;
	color: #00325D;
}
@media (min-width:1200px) {
	.display-4 {
		font-size: 2rem
	}
}
.display-5 {
	font-size: calc(1.305rem + .66vw);
	line-height: 1.2
}
@media (min-width:1200px) {
	.display-5 {
		font-size: 1.8rem
	}
}
.display-6 {
	font-size: calc(1.285rem + .42vw);
	line-height: 1.25
}
@media (min-width:1200px) {
	.display-6 {
		font-size: 1.6rem
	}
}
.h2.post-title,
h2.post-title {
	font-size: calc(1.265rem + .18vw)
}
@media (min-width:1200px) {
	.h2.post-title,
	h2.post-title {
		font-size: 1.4rem
	}
}
.h3.post-title,
h3.post-title {
	font-size: 1.2rem
}
.counter-wrapper .counter {
	font-size: calc(1.335rem + 1.02vw)
}
@media (min-width:1200px) {
	.counter-wrapper .counter {
		font-size: 2.1rem
	}
}
.counter-wrapper .counter.counter-lg {
	font-size: calc(1.355rem + 1.26vw)
}
@media (min-width:1200px) {
	.counter-wrapper .counter.counter-lg {
		font-size: 2.3rem
	}
}
.country {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #838FA0;
}
.row-ac {
	align-items: center;
}
.row-ac .col {
	margin-top: 0px;
}
.our_values {
	background: #E3F4FF;
	padding: 25px;
	border-radius: 10px;
	color: #60697b;
}
.logo {
	width: 150px;
}
.pink-block {
	background: #FFEBE7;
	border-radius: 10px;
	padding-bottom: 25px;
	z-index: 1;
	position: relative;
}
.text_faq {
	margin-bottom: 50px!important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
		/* display: none; <- Crashes Chrome on hover */
		-webkit-appearance: none;
		margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
		-moz-appearance:textfield; /* Firefox */
}
.done {
	display: none;
	margin-bottom: 0px;
}
.footer_logo {
	width: 350px;
}
.mb50 {
	margin-bottom: 50px!important;
}