body {
	font-weight: 300;
	font-family: "Montserrat", sans-serif !important;
	color: #333;
	letter-spacing: 0em;
	margin: 0;
}

button {
	font-family: inherit;
}

/* region */
.modal-window {
	position: absolute;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7)
}

.modal-window .modal-dialog {
	position: fixed;
	top: calc(50% - 10rem);
	left: calc(50% - 20rem);
	width: 40rem;
	height: 20rem;
	background-color: white;
	display: flex;
	border-radius: 20px;
	text-align: center;
	border: .5rem solid #2d4051;
}

.modal-dialog .modal-content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 2rem;
	font-size: 20px;
}

.modal-content p {
	width: 100%;
}
 /* end region */

.header {
	color: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10000;
}

.header-container {
	padding: 1.3rem 2rem;
	background-color: #2d4051;
	border-bottom: 3px solid;
	border-image-slice: 1;
	border-width: 4px;
	border-image-source: linear-gradient(to right, #73c2e0, #3374b0);
}

.header-container a {
	color: #fff;
}

.header-logo {
	max-width: 13.4rem;
}

.header-logo img {
	height: auto;
	max-width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;

	vertical-align: middle;
	display: inline-block;

	width: 100%;
}

main {
	padding-top: 78px;
}

/* #region */

.media-content {
	width: 100%;
	height: 550px;
	display: flex;
	position: relative;
}

.media-content .media-box {
	width: 45%;
	height: 550px;
	background-color: #0077c8;
}

.media-content .media-img {
	width: 55%;
	height: 550px;
	background: url('../images/login-cover.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	margin-left: auto;
}

.media-img .hexagon {
	position: absolute;
	height: 550px;
	width: 190px;
	background: url('../images/landing_hexagon.svg');
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 999;
	margin-left: -1px;
}

.media-img .hexagon-w {
	position: absolute;
	height: 550px;
	width: 220px;
	background: url('../images/landing_hexagon_w.svg');
	background-position: top -15px right 0px;
	background-size: auto 580px;
	background-repeat: no-repeat;
	z-index: 998;
}

@media (max-width: 1600px) {
	.media-box {
		width: 45%;
	}

	.media-img {
		width: 55%;
	}
}

@media (max-width: 1200px) {
	.media-box {
		width: 40%;
	}

	.media-img {
		width: 60%;
	}
}

@media (max-width: 960px) {
	.media-box {
		width: 35%;
	}

	.media-img {
		width: 65%;
	}
}

.media-box .media-title {
	display: flex;
	align-items: center;
	padding-left: 4rem;
	height: 100%;
	color: #fff;
}

.media-box .media-title h1 {
	font-size: 80px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 1;
}

.media-box .media-title h1 sup {
	font-size: 30px;
}

/* #endregion */

.titolo-container {
	display: flex;
	justify-content: center;
	padding: 60px 0;
}

.titolo-blu {
	font-size: 48px !important;
	font-weight: 600 !important;
	line-height: 54px !important;
	color: #0077c8 !important;
	margin: 0;
}

.container {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-width: 1140px;
}

.container-content {
	display: flex;
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	align-content: flex-start;
	text-align: center;
	padding: 10px;
	justify-content: center;
}

.country-filter {
	display: inline-block;
	list-style-type: none;
	border: 1px solid #cfcfcf;
	padding: 2px;
	margin: 0;
	border-radius: 20px;
	margin-bottom: 80px;
	vertical-align: middle;
}

.country-filter li {
	display: inline-block;
	margin: 0;
	margin-right: 2px;
}

@media (max-width: 768px) {
	.country-filter li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2px;
	}
}

.country-filter li button {
	background-color: transparent;
	border-width: 0;
	border-radius: 20px;
	cursor: pointer;
	padding: 10px 30px;
	font-size: 14px;
	font-weight: normal !important;
	color: #162235;
}

.country-filter li button.checked {
	background-color: #33404f;
	color: #fff;
}

@media (max-width: 768px) {
	.country-filter li button {
		width: 100%;
	}
}

.country-grid {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.country-item {
	display: inline-block;
	text-align: center;
	width: 10.66%;
	margin: 3%;
}

@media (max-width: 768px) {
	.country-item {
		width: 25%;
	}
}

.country-item a {
	display: inline-block;
	box-shadow: none;
	text-decoration: none;
}

.country-item h6 {
	margin: 40px 0 0 0;
	text-transform: none;
	font-size: 20px;
	font-weight: normal;
	color: #0077c8;
}

.country-item a:hover h6 {
	color: #33404f;
}

.country-item.disappearing {
	opacity: 0;
	transform: scale(0.001);
	transition-property: opacity, transform;
	transition-duration: 0.4s;
	transition-delay: 0ms;
}

.country-item.appearing {
	opacity: 1;
	transform: scale(0.001);
	transition-property: opacity, transform;
	transition-duration: 0.4s;
	transition-delay: 0ms;
}

.country-flag {
	display: inline-block;
	background-color: #eee;
	background-size: cover;
	background-position: center;
	width: 90px;
	height: 90px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.4);
}

.footer-container {
	background-color: #2d4051;
	height: 450px;
}

.footer-content {
	padding: 8rem 6rem 0 6rem;
}

.footer-social {
	width: 100%;
	padding: 2rem 0;
}

.footer-social .link-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 2rem;
}

@media (max-width: 1200px) {
	.footer-social .link-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.footer-social .link-social {
	display: inline-flex;
	align-items: center;
	gap: 1.5rem;
	color: #FFF;
	text-decoration: none;
}

.footer-social .link-social:hover {
	text-decoration: underline;
}

.footer-social .icon-wrap {
	display: block;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 7px;
	box-sizing: border-box;
}

.footer-social .icon-wrap svg {
	display: block;
	fill: #fff;
	max-width: 22px;
	max-height: 22px;
}

.footer-subcontent {
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 3rem 0 1rem 0;
	font-weight: 400;
}

.footer-subcontent .policy {
	display: flex;
	align-items: center;
}

.footer-subcontent a {
	color: #fff;
	text-decoration: none;
}

.footer-subcontent a:not(:first-child) {
	padding-left: 1rem;
}

.footer-subcontent a:not(:last-child) {
	padding-right: 1rem;
	border-right: 1px solid #fff;
}

.footer-subcontent a:hover,
.footer-subcontent a.active {
	text-decoration: underline;
}

.footer-subcontent img {
	width: 263px;
	height: 40px;
}

.copyright {
	color: #fff;
	font-weight: 400;
	padding: 1.5rem 0 2.5rem 0;
}

/* PRIVACY POLICY */

#privacy-policy .container-content {
	flex-direction: column;
	justify-content: flex-start;
	text-align: start;
	padding: 3rem 2rem;
}

#privacy-policy .media-content .media-title h1 {
	font-size: 66px;
	font-weight: bold;
}

#privacy-policy .text-editor hr {
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	border-color: #dbdbdb;
	background: transparent;
	border-top: 1px solid #0077c8;
	margin: 20px 0;
}

#privacy-policy .text-editor {
	color: #333;
	font-weight: 400;
	font-size: 18px;
	margin: 0 0 18px;
	line-height: 1.5;
}

#privacy-policy .text-title {
	text-transform: uppercase;
	color: #0077C8;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 0;
}

#privacy-policy h3 {
	font-size: 25px;
}

#privacy-policy .text-editor a {
	text-decoration: none;
	box-shadow: none;
	color: #0077C8;
}

#privacy-policy table {
	border: 0.1rem solid #dcd7ca;
	border-collapse: collapse;
	border-spacing: 0;
	border-color: #dbdbdb;
	empty-cells: show;
	margin: 4rem 0;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

#privacy-policy td,
#privacy-policy th {
	border: 0.1rem solid #dcd7ca;
	border-color: #dbdbdb;
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 0.5em;
}

#privacy-policy li::marker {
	color: #0077c8;
}