:root {
	--fmcsv-font-regular: "GT-Eesti-Display-Regular-2";
	--fmcsv-font-bold: "GT-Eesti-Display-Bold-2";
	--red: #d06a6a;
	--blue: #2C2F53;
	--gray: #656564;
	--green: #70a7a5;
	--yellow: #fdd16e;
	--margin-2x: 80px;
	--margin-default: 40px;
	--margin-half: 20px;
	--margin-quarter: 10px;
}

section.fmcsv-widget-home {
	font-family: var(--fmcsv-font-regular) !important;
	padding: 30px 0 0 0;
	line-height: 1.2em;
}

section.fmcsv-widget-home strong {
	font-family: var(--fmcsv-font-bold) !important;
}

.fmcsv-widget-home h1 {
	font-size: 48px;
	line-height: 55px;
	color: var(--gray);
	text-align: center;
	padding: 0 10px 0 10px;
}

.fmcsv-widget-home h2 {
	font-size: 46px;
	font-family: var(--fmcsv-font-bold) !important;
	line-height: 73px;
	color: var(--gray);
	text-align: center;
	padding: 20px 10% 20px 10%;
}

.fmcsv-widget-home h3 {
	font-size: 20px;
	font-family: var(--fmcsv-font-bold) !important;
	line-height: 30px;
	color: var(--gray);
}

/* ************* BLOCKS ********** */

.fwh-blocks-row {
	margin-bottom: var(--margin-default);
}

.fwh-blocks-row-internal {
	display: flex;
	justify-content: space-between;
}

.fwh-block {
	display: block;
	border-radius: 25px;
	height: 240px;
	width: 31%;
	color: white;
	text-decoration: none;
	padding: 20px 40px;
	text-align: center;
}

.fwh-block:hover {
	text-decoration: underline;
}

.fwh-block small {
	display: block;
	font-family: var(--font-family-sectra-bold);
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
}

.fwh-block hr {
	width: 60%;
	margin: 20px auto;
	border-top: 0;
	border-bottom-width: 2px;
}

.fwh-block strong {
	font-size: 33px;
	line-height: 1.05em;
	font-family: var(--fmcsv-font-bold);
}

.fwh-block span {
	font-family: var(--fmcsv-font-regular);
	font-size: 33px;
	line-height: 1.05em;
}

.fwh-block.fwh-block-inc strong, .fwh-block.fwh-block-inc span {
	font-size: 20px;
	line-height: 24px;
}

@media only screen and (min-width: 1080px) and (max-width: 1180px) {
	.fwh-block {
		padding: 20px 20px;
	}

	.fwh-block hr {
		margin: 15px auto;
	}

	.fwh-block strong {
		font-size: 30px;
	}
}

@media only screen and (max-width: 1080px) {
	.fwh-block {
		padding: 15px;
	}

	.fwh-block small {
		font-size: 20px;
		line-height: 20px;
	}

	.fwh-block hr {
		margin: 10px auto;
	}

	.fwh-block strong {
		font-size: 30px;
	}

	.fwh-block span {
		font-size: 30px;
	}

	.fwh-block.fwh-block-inc strong, .fwh-block.fwh-block-inc span {
		font-size: 19px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 668px) {
	.fwh-block.fwh-block-inc strong, .fwh-block.fwh-block-inc span {
		font-size: 13px;
		line-height: 14px !important;
	}
}

.bg-block-gray {
	background-color: #E6E4E5;
}

.bg-block-blue {
	background-color: var(--blue);
}

.bg-block-red {
	background-color: var(--red);
}

.bg-block-yellow {
	background-color: var(--yellow);
}

.bg-block-green {
	background-color: var(--green);
}

.color-block-white {
	color: #fff;
}

.color-block-white hr {
	border-color: #fff;
}

.color-block-gray {
	color: var(--gray);
}

.color-block-gray hr {
	border-color: var(--gray);
}

.color-block-red {
	color: var(--red);
}

.color-block-red hr {
	border-color: var(--red);
}

/* ********** BTN ************ */

.fwh-btn {
	text-transform: uppercase;
	text-decoration: none;
	background-color: var(--red);
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50px;
	padding: 2px 30px 0 30px;
	width: fit-content;
	width: -moz-fit-content;
	color: #FFFFFF;
	font-weight: 700;
	font-family: var(--fmcsv-font-bold) !important;
}

.fwh-btn:hover {
	opacity: 0.9;
}

.fwh-btn.fwh-btn-green {
	background-color: var(--green);
}

.fwh-btn.fwh-btn-yellow {
	background-color: var(--yellow);
	color: var(--gray);
}

.fwh-btn.fwh-btn-blue {
	background-color: var(--blue);
	color: white;
}

/* ************* MAP ********** */

.fwh-map-container {
	background-color: #d4dadc;
	margin-top: 60px;
}

.fwh-map {
	position: relative;
}

.fwh-map video {
	width: 100%;
}

.fwh-map a.fwh-btn {
	position: absolute;
	bottom: 20%;
	left: 12%;
}

/* *********** BLOCKQUOTE ********* */

.fwh-blockquote {
	margin-top: 120px !important;
	margin-bottom: 120px !important;
}

.fwh-blockquote blockquote {
	color: #2C2F53;
	font-family: var(--font-family-sectra-book);
	margin: 0 40px 0 40px;
	font-size: 30px;
	line-height: 1.05em;
	text-align: center;
}

.fwh-blockquote blockquote strong {
	font-family: var(--font-family-sectra-bold) !important;
	font-weight: 700;
}

/* *********** PUBLIC DATA ********* */

.fmcsv-public-data {
	background-color: var(--blue);
	padding: 60px 0;
	color: white;
	text-align: center;
}

.fmcsv-public-data h2 {
	color: white;
	font-size: 46px;
	line-height: 76px;
	font-weight: bold;
	font-family: var(--fmcsv-font-bold);
}

.fmcsv-public-data p {
	font-family: var(--font-family-sectra-book);
	font-size: 24px;
	line-height: 38px;
	margin: 0 40px;
}

/* *********** UTILS ********* */

.fmcsv-mt-1 {
	margin-top: var(--margin-2x) !important;
}

.fmcsv-mb-1 {
	margin-bottom: var(--margin-2x) !important;
}

.fmcsv-mt-2 {
	margin-top: var(--margin-default) !important;
}

/* ****** Highlight ********* */

.fwh-highlight {
	display: flex;
	margin-top: 120px;
}

.fwh-highlight article {
	width: 50%;
}

.fwh-highlight h2 {
	font-size: 40px;
	line-height: 40px;
	text-align: right;
	padding: 0;
}

.fwh-highlight p {
	text-align: right;
	font-size: 24px;
	line-height: 36px;
	margin-top: var(--margin-default);
	margin-bottom: var(--margin-default);
	color: var(--gray);
	font-family: var(--font-family-sectra-book);
}

.fwh-highlight a.fwh-btn {
	float: right;
}

.fwh-highlight > article > img {
	width: calc(100% - var(--margin-default));
	margin-left: var(--margin-default);
}

.fwh-highlight.fwh-highlight-inverted > article > img {
	margin-right: var(--margin-default);
	margin-left: 0;
}

/** MOBILE **/

.only-tablet {
	display: none !important;
}

.only-mobile {
	display: none !important;
}

@media only screen and (max-width: 668px) {
	body {
		overflow: hidden;
	}

	:root {
		--margin-2x: 60px;
		--margin-default: 20px;
		--margin-half: 10px;
		--margin-quarter: 5px;
	}

	.hide-mobile {
		display: none !important;
	}

	.only-mobile {
		display: block !important;
	}

	.fmcsv-widget-home h1 {
		font-size: 40px;
		line-height: 46px;
	}

	.fmcsv-widget-home h2 {
		font-size: 28px;
		line-height: 32px;
	}

	.fwh-map video {
		margin: 0 auto;
		width: 100%;
	}

	.fwh-map-container {
		background-color: transparent;
	}

	.fwh-btn {
		font-size: 14px;
		line-height: 48px;
		width: auto;
		margin: var(--margin-half) var(--margin-default) 0 var(--margin-default);
		font-weight: bold;
	}

	.fwh-map a.fwh-btn {
		z-index: 10;
		position: relative;
		bottom: unset;
		left: unset;
	}

	.fwh-blockquote {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}

	.fwh-blockquote blockquote {
		font-family: var(--font-family-sectra-book);
		font-size: 24px;
	}

	.fwh-blocks {
		margin: 0 var(--margin-default);
	}

	.fwh-blocks-row-internal {
		min-width: 720px;
	}

	.fwh-blocks-row {
		overflow-y: scroll;
	}

	.fwh-block {
		border-radius: 20px;
		height: 140px;
	}

	.fwh-block small {
		font-size: 14px;
		line-height: 16px;
	}

	.fwh-block hr {
		margin: 8px auto;
		border-width: 1px;
	}

	.fwh-block strong, .fwh-block span {
		font-size: 20px;
	}

	.fmcsv-public-data h2 {
		font-size: 22px;
		line-height: 46px;
	}

	.fmcsv-public-data p {
		font-size: 14px;
		line-height: 24px;
	}

	.fmcsv-states {
		flex-wrap: wrap;
	}

	.fmcsv-states article {
		padding-left: var(--margin-quarter);
		width: 50%;
	}

	.fmcsv-states article h3 {
		font-size: 16px;
	}

	.fmcsv-states article a img {
		width: 32px;
		border-width: 1px;
	}

	.fmcsv-states article a {
		font-size: 13px;
	}

	.fwh-highlight {
		display: block;
		padding: 0 var(--margin-default);
	}

	.fwh-highlight article {
		width: 100%;
	}

	.fwh-highlight h2 {
		font-size: 28px;
		line-height: 32px;
		text-align: center;
		margin-bottom: var(--margin-default);
	}

	.fwh-highlight p {
		text-align: center;
		font-size: 20px;
		line-height: 26px;
		margin-top: var(--margin-default);
		margin-bottom: var(--margin-default);
		padding-left: 0;
	}

	.fwh-highlight a.fwh-btn {
		float: none;
		margin-bottom: var(--margin-default);
	}

	.fwh-highlight > article > img {
		min-width: unset;
		max-width: 90%;
		margin: 0 auto 0 auto !important;
	}
}

@media only screen and (min-width: 668px) and (max-width: 1079px) {
	.only-tablet {
		display: block !important;
	}

	.hide-tablet {
		display: none !important;
	}

	:root {
		--margin-2x: 70px;
		--margin-default: 35px;
		--margin-half: 17px;
		--margin-quarter: 8px;
	}

	.fmcsv-widget-home h1 {
		font-size: 50px;
		line-height: 58px;
	}

	.fmcsv-widget-home h2 {
		font-size: 34px;
		line-height: 40px;
	}

	.fwh-map video {
		width: 100%;
	}

	.fwh-btn {
		font-size: 20px;
		line-height: 56px;
	}

	.fwh-map a.fwh-btn {
		bottom: var(--margin-default);
		left: var(--margin-default);
	}

	.fwh-blocks {
		margin: 0 var(--margin-default);
	}

	.fwh-blocks-row-internal {
		min-width: 960px;
	}

	.fwh-blocks-row {
		overflow-y: scroll;
	}

	.fwh-block {
		border-radius: 20px;
		height: 200px;
	}

	.fmcsv-link-state img {
		width: 26px;
	}

	.fmcsv-link-state {
		font-size: 16px;
	}

	.fwh-highlight {
		display: block;
		padding: 0 var(--margin-default);
	}

	.fwh-highlight article {
		width: 100%;
	}

	.fwh-highlight h2 {
		font-size: 32px;
		line-height: 36px;
		text-align: center;
		margin-bottom: var(--margin-default);
	}

	.fwh-highlight p {
		text-align: center;
		font-size: 20px;
		line-height: 26px;
		margin-top: var(--margin-default);
		margin-bottom: var(--margin-default);
		padding-left: 0;
	}

	.fwh-highlight a.fwh-btn {
		float: none;
		margin-bottom: var(--margin-default);
	}

	.fwh-highlight > article > img {
		min-width: unset;
		max-width: 70%;
		margin: 0 auto 0 auto !important;
	}

}