@charset "utf-8";
/* CSS Document */

body {
	font-family: "Roboto", sans-serif;
	margin: 0;
}
.header {
	height: auto;
    position: relative;
    z-index: 10;
}
.header .row {
	background-color: #ededed;
    height: 15vh;
	position: relative;
	z-index: 10;
	height: auto
}
.header .curva {
	width: 100%;
	vertical-align: top;
	position: relative;
    top: -3px;
}
.payoff {
	text-align: right;
}
.payoff p {
	font-size: clamp(0.875rem, 1vw, 1rem);
}
.marchio {
	
}
.marchio img {
	display: block;
    margin: auto;
	width: clamp(0.875rem, 17vw, 18rem);
    margin-top: clamp(0.875rem, 1vw, 1rem);
}
.colonna {
	height: 100%;
	justify-content: center;
    align-items: end;
}
.contatti {
	
}
.contatti ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.contatti ul li {
	text-align: left;
}
.contatti a {
	text-decoration: none;
    color: #0f5ea6;
	font-size: clamp(0.875rem, 1vw, 1rem);
}
.payoff {
	
}
.video_cont {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    height: 90vh;
    bottom: 0;
    top: auto;
}
.video_cont video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.display_flex {
	display: flex;
}

@media (max-width: 767px) {
.marchio {
    display: block !important;
    height: auto !important;
}
.marchio img {
    margin-top: 15px;
    width: 70%;
	width: 30vw;
	margin-bottom: 15px;
}
.payoff {
    display: block !important;
    height: auto;
}
.contatti {
    display: block !important;
    height: auto;
}
.header .row {
    height: 39vh;
    align-items: unset !important;
	height: auto;
}
.video_cont {
    height: 80vh;
    bottom: 0;
    top: auto;
}
.payoff p {
	text-align: center;
        font-size: 15px;
        line-height: 19px;
        font-weight: 300;
	margin: 0;
}
.contatti ul li {
    text-align: center;
}
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	