@font-face {
    font-family: 'keep_calm_medregular';
    src: url('../fonts/gfinance/keepcalm-medium-webfont.eot');
    src: url('../fonts/gfinance/keepcalm-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gfinance/keepcalm-medium-webfont.woff2') format('woff2'),
         url('../fonts/gfinance/keepcalm-medium-webfont.woff') format('woff'),
         url('../fonts/gfinance/keepcalm-medium-webfont.ttf') format('truetype'),
         url('../fonts/gfinance/keepcalm-medium-webfont.svg#keep_calm_medregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mission_gothicregular';
    src: url('../fonts/gfinance/mission_gothic_regular-webfont.eot');
    src: url('../fonts/gfinance/mission_gothic_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gfinance/mission_gothic_regular-webfont.woff2') format('woff2'),
         url('../fonts/gfinance/mission_gothic_regular-webfont.woff') format('woff'),
         url('../fonts/gfinance/mission_gothic_regular-webfont.ttf') format('truetype'),
         url('../fonts/gfinance/mission_gothic_regular-webfont.svg#mission_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
	--font-keep: 'keep_calm_medregular';
	--font-mission: 'mission_gothicregular';
}

body {
	font-family: var(--font-mission);
	font-size: 20px;
	line-height: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-keep);
}

h2 {
	font-size: 36px !important;
}


.stretch_it{ white-space: nowrap; }
.justify{ text-align:justify; }


.main-holder {
    z-index: 1;
    position: relative;
}


@media (max-width: 1024px){
	br {
		display: none !important;
	}
}



section.hero {
	background-position: center;
	-webkit-backface-visibility: hidden !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
	position: relative;
	width: 100%;
	
}
@media (min-width: 1025px){
	section.hero {
		height: 100vh;
	}
}
@media (min-width: 1025px){
	section.hero .hero__inner {
		padding: 100px 0;
	}
}
@media (max-width: 1024px){
	section.hero .hero__inner {
		padding: 30px 0 50px;
	}
}
section.hero .hero__inner,
section.hero .hero__inner .container,
section.hero .hero__inner .container .row.row-flex {
	height: 100%;
}
section.hero .row.row-flex {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
	
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
	
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
	
    -webkit-box-align: end;
    -moz-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (min-width:1025px){section.hero .row.row-flex .col-left{margin-bottom:111px;}}
@media (min-width:1280px){section.hero .row.row-flex .col-left{margin-bottom:70px;}}
@media (min-width:1440px){section.hero .row.row-flex .col-left{margin-bottom:100px;}}
@media (min-width:1600px){section.hero .row.row-flex .col-left{margin-bottom:100px;}}

section.hero .hero-title h1 {
	color: #fff;
	font-size: 40px !important;
	line-height: 50px !important;
	/*text-shadow: 4px 1px 6px rgba(150, 150, 150, 1);*/
	text-shadow: 4px 1px 6px rgba(0, 0, 0, 1);
}
section.hero .hero-content p {
	color: #fff;
	text-shadow: 4px 1px 6px rgba(0, 0, 0, 1);
}
section.hero .hr {
	background: #004750 !important;
	margin: 20px 0 !important;
	height: 3px !important;
}

@media (min-width: 1025px){
	section.hero .col-right {
		padding-left: 60px !important;
	}
}
@media (max-width: 1024px){
	section.hero .col-left {
		margin-bottom: 45px;
	}
}
section.hero .hero-form-wrapper {
	/*background: rgba(0,94,98,0.7);*/
	/*background: rgba(0,94,98,0.5);*/
	background: rgba(0,94,98,0.6);
	
}
@media (min-width: 768px){
	section.hero .hero-form-wrapper {
		padding: 60px 80px;
	}
}
@media (max-width: 767px){
	section.hero .hero-form-wrapper {
		padding: 60px 15px;
	}
}
section.hero .hero-form-wrapper h2 {
	margin-top: 0 !important;
	margin-bottom: 30px !important;
	text-transform: uppercase !important;
	/*text-align: center !important;*/
	color: #004750 !important;
	font-size: 30px !important;
}
@media (max-width: 600px){
	section.hero .hero-form-wrapper h2 {
		text-align: center !important;
	}
}
section.hero .hero-form-wrapper #form_home .frm_form_fields > fieldset {
	padding: 0 !important;
}
section.hero .hero-form-wrapper #form_home .frm_required {
	color: #ffbd39 !important;
}
section.hero .hero-form-wrapper #form_home .frm_primary_label {
	line-height: 1.3 !important;
	color: #474747 !important;
	font-family: var(--font-keep) !important;
}

section.hero .hero-form-wrapper #form_home .frm_checkbox label {
	font-size: 16px;
    line-height: 1 !important;
    margin-bottom: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: start !important;
    align-items: flex-start !important;
    align-content: center !important;
	
	padding-left: 0 !important;
	text-indent: 0 !important;
	font-family: var(--font-keep) !important;
}
section.hero .hero-form-wrapper #form_home .frm_checkbox input {
	width: 20px !important;
    height: 20px !important;
    margin: 0 5px 0 0 !important;
}

section.hero .hero-form-wrapper #form_home #frm_field_13_container .frm_primary_label {
	margin-bottom: 5px !important;
}
section.hero .hero-form-wrapper #form_home #frm_field_13_container,
section.hero .hero-form-wrapper #form_home #frm_field_14_container {
	margin-bottom: 0 !important;
}
section.hero .hero-form-wrapper #form_home #frm_field_14_container .hr {
	margin: 15px auto !important;
}
section.hero .hero-form-wrapper #form_home #frm_field_15_container {
	margin-bottom: 45px !important;
}
section.hero .hero-form-wrapper #form_home #frm_field_15_container .frm_primary_label {
	display: none !important;
}
section.hero .hero-form-wrapper #form_home #frm_field_15_container span.inner-acceptance {
	font-size: 13px !important;
}
section.hero .hero-form-wrapper #form_home #frm_field_15_container span.inner-acceptance a {
	color: var(--check-label-color);
	text-decoration: underline;
}
section.hero .hero-form-wrapper #form_home .frm_submit button {
	width: 90% !important;
	margin: 0 auto !important;
	display: block !important;
	
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	
	background: #ffbd39 !important;
	color: #004750 !important;
	font-size: 30px !important;
	line-height: 1 !important;
	font-family: var(--font-keep) !important;
	
	padding: 10px 20px 15px !important;
}





section.intro {
	background: #004750;
	padding: 90px 0;
}
@media (max-width: 767px){
	section.intro .container {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}
section.intro .intro-content p {
	color: #fff;
	font-size: 28px !important;
	line-height: 38px !important;
}




section.cosa-possiamo {
	position: relative;
	
}
@media (min-width: 1025px){
	section.cosa-possiamo {
		padding: 150px 0 90px;
	}
}
@media (max-width: 1024px){
	section.cosa-possiamo {
		padding: 90px 0;
	}
}
@media (max-width: 767px){
	section.cosa-possiamo .container {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}
section.cosa-possiamo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background-position: bottom;
    -webkit-backface-visibility: hidden !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-image: url(../../images/2_triangoli_alto.png);
	background-repeat: no-repeat;
	z-index: -1;
}
section.cosa-possiamo:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background-position: top;
    -webkit-backface-visibility: hidden !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-image: url(../../images/2_triangoli_basso.png);
	background-repeat: no-repeat;
	z-index: -1;
}

@media (min-width: 1025px){
	section.cosa-possiamo img.cosa-foto {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		max-width: 25% !important;
	}
}
@media (max-width: 1024px){
	section.cosa-possiamo img.cosa-foto {
		display: none !important;
	}
}
section.cosa-possiamo h2 {
	margin-top: 0 !important;
	margin-bottom: 45px !important;
}
section.cosa-possiamo .cosa-possiamo-wrap .cosa-possiamo-item {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	
	margin-bottom: 30px;
}
section.cosa-possiamo .cosa-possiamo-wrap .cosa-possiamo-item figure {
	margin-right: 30px;
	max-width: 55px !important;
}
@media (max-width: 767px){
	section.cosa-possiamo .cosa-possiamo-wrap .cosa-possiamo-item figure img {
		max-width: 35px !important;
	}
}
section.cosa-possiamo .cosa-possiamo-wrap .cosa-possiamo-item p {
	margin-bottom: 0 !important;
	font-size: 24px !important;
	line-height: 34px !important;
}

section.cosa-possiamo .cosa-possiamo-cta {
	text-align: center;
}
section.cosa-possiamo .cosa-possiamo-cta a {
	background: #ffbd39;
	color: #004750;
	padding: 10px 25px;
	text-decoration: none;
	font-family: var(--font-keep) !important;
}
@media (max-width: 360px){
	section.cosa-possiamo .cosa-possiamo-cta a {
		font-size: 16px !important;
		padding: 10px 15px !important;
	}
}




@media (max-width: 767px){
	section.chi-siamo .container {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}
@media (max-width: 1024px){
	section.chi-siamo .row-intro .col-left {
		margin-bottom: 30px !important;
	}
}
section.chi-siamo {
	background: rgba(0,93,99,0.7);
	padding: 50px 0 80px;
	position: relative;
}
@media (min-width: 1025px){
	section.chi-siamo {
		padding: 50px 0 80px;
	}
}
@media (max-width: 1024px){
	section.chi-siamo {
		padding: 50px 0;
	}
}
section.chi-siamo:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background-position: top;
    -webkit-backface-visibility: hidden !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-image: url(../../images/3_triangoli_basso.png);
	background-repeat: no-repeat;
}
@media (min-width: 1025px){
	section.chi-siamo img.chi-foto {
		position: absolute;
		left: 0;
		bottom: -60px;
		max-width: 25% !important;
		z-index: 2;
	}
}
@media (max-width: 1024px){
	section.chi-siamo img.chi-foto {
		display: none !important;
	}
}


section.chi-siamo h2,
section.chi-siamo p {
	color: #fff !important;
}
section.chi-siamo h2 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
section.chi-siamo p {
	margin-bottom: 0 !important;
	font-size: 24px !important;
	line-height: 34px !important;
}
section.chi-siamo .hr {
	background: #004750 !important;
	height: 3px !important;
}

section.chi-siamo .chi-siamo-content__inner {
	position: relative;
}
@media (min-width: 1025px){
	section.chi-siamo .chi-siamo-content__inner:before {
		content: '';
		position: absolute;
		left: -30px;
		top: 0;
		width: 13px;
		height: 100%;
		background-image: url(../../images/3_linea.png);
		background-repeat: no-repeat;
	}
}
section.chi-siamo .chi-siamo-content__inner p {
	margin-bottom: 10px !important;
}

@media (max-width: 1024px){
	section.chi-siamo .chi-siamo-spacer__inner_cta {
		height: 70px !important;
	}
}
section.chi-siamo .chi-siamo-cta {
	text-align: center;
	position: relative;
	z-index: 9;
}
section.chi-siamo .chi-siamo-cta a {
	background: #ffbd39;
	color: #004750;
	padding: 10px 25px;
	text-decoration: none;
	font-family: var(--font-keep) !important;
}
@media (max-width: 360px){
	section.chi-siamo .chi-siamo-cta a {
		font-size: 16px !important;
		padding: 10px 15px !important;
	}
}




@media (max-width: 767px){
	section.numeri .container {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}
section.numeri .numeri-title {
	background: #004750;
	padding: 75px 0;
}
section.numeri .numeri-title h2 {
	color: #fff;
	margin: 0 !important;
}
section.numeri .numeri-desc {
	position: relative;
	
}
@media (min-width: 1025px){
	section.numeri .numeri-desc {
		padding: 135px 0 75px;
	}
}
@media (max-width: 1024px){
	section.numeri .numeri-desc {
		padding: 75px 0;
	}
}
section.numeri .numeri-desc:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background-position: bottom;
    -webkit-backface-visibility: hidden !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-image: url(../../images/4_triangoli_alto.png);
	background-repeat: no-repeat;
	z-index: -1;
}

section.numeri .row-numeri {
    -webkit-box-direction: normal !important;
    -moz-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -moz-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
	/*
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
	*/
    -webkit-box-pack: center !important;
    -moz-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
    -webkit-box-align: start !important;
    -moz-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
section.numeri .row-numeri .col-item {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
@media (max-width: 1024px){
	section.numeri .row-numeri .col-item {
		margin-bottom: 90px;
	}
}
section.numeri .row-numeri .col-item .col-item__inner {
	text-align: center;
}
section.numeri .row-numeri .col-item .col-item__inner figure {
	margin-bottom: 20px;
}
@media (max-width: 575px){
	section.numeri .row-numeri .col-item .col-item__inner figure img {
		max-width: 25% !important;
	}
}
section.numeri .row-numeri .col-item .col-item__inner .numero p {
	font-family: var(--font-keep) !important;
	margin-bottom: 0 !important;
	font-size: 44px !important;
	line-height: 1 !important;
}
section.numeri .row-numeri .col-item .col-item__inner .hr {
	background: rgba(0,94,98,0.7) !important;
	height: 6px !important;
	margin: 20px auto !important;	
}
@media (min-width: 768px){
	section.numeri .row-numeri .col-item .col-item__inner .hr {
		max-width: 80% !important;
	}
}
@media (max-width: 767px){
	section.numeri .row-numeri .col-item .col-item__inner .hr {
		max-width: 40% !important;
	}
}
section.numeri .row-numeri .col-item .col-item__inner .numeri-text p {
	font-size: 30px !important;
	line-height: 40px !important;
	margin-bottom: 0 !important;
}
section.numeri .numeri-cta {
	text-align: center;
}
section.numeri .numeri-cta a {
	background: #ffbd39;
	color: #004750;
	padding: 10px 25px;
	text-decoration: none;
	font-family: var(--font-keep) !important;
}
@media (max-width: 360px){
	section.numeri .numeri-cta a {
		font-size: 16px !important;
		padding: 10px 15px !important;
	}
}
@media (max-width: 1024px){
	section.numeri .spacer-numeri-cta {
		height: 30px !important;
	}
}



section.footer {
	position: relative;
	background: rgba(0,94,98,0.7);
	padding: 75px 0;
	text-align: center;
}
section.footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top;
    -webkit-backface-visibility: hidden !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-image: url(../../images/6_triangoli_alto.png);
	background-repeat: no-repeat;
}
section.footer p {
	color: #fff;
	margin-bottom: 0 !important;
}
section.footer .hr {
	max-width: 20% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	height: 2px !important;
}



section.thank-logo {
	position: relative;
	padding: 15px 0;
}
section.thank-logo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background-position: bottom;
    -webkit-backface-visibility: hidden !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-image: url(../../images/2_triangoli_alto.png);
	background-repeat: no-repeat;
	z-index: -1;
}
section.thank-logo .logo {
	text-align: right;
}

section.thank-content .content_holder {	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/*height: 70vh;*/
}
section.thank-content .grazie h1 {
	text-align: center;
	color: #5e5e5e !important;
	font-size: 54px !important;
}
section.thank-content .testo p,
section.thank-content .aggiornato p {
	color: #5e5e5e !important;
	font-size: 30px !important;
	line-height: 40px !important;
	text-align: center !important;
}

section.thank-content .testo .hr {
	height: 2px !important;
	background: #004750 !important;
}

section.thank-footer-before,
section.thank-footer-before .thank-footer-before__inner {
	position: relative;
}
section.thank-footer-before .thank-footer-before__inner {
	padding: 75px 0;
}
section.thank-footer-before .thank-footer-before__inner:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-backface-visibility: hidden !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-image: url(../../images/6_triangoli_basso.png);
	background-repeat: no-repeat;
}


section.thank-footer-bg .thank-footer-bg__inner {
	background: #004750 !important;
	padding: 30px 0;
}



#back-top-wrapper {
	display: none;
}