/* =========================================
HERO
========================================= */
.hero {
    position: relative;
    height: 140px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    isolation: isolate; /* evita conflitti di z-index */
	margin-top:130px;
	/*margin-bottom:30px;*/
	background-image:url(../images/hero-lavoro.jpg);
}
/* =========================================
INTRO
========================================= */
.intro{
    padding:0;
	margin:40px 0;
    text-align:center;
}
.intro h1{
    font-family:var(--font-light);
    font-size:2.46em; /*32px*/
    font-weight:300;
    line-height:1.1;
    color:#FF8700;
	margin:auto 0;
	padding-top:0;
	padding-bottom:15px;
	letter-spacing:0.5px;
    margin-inline:auto;
}
.intro h2{
    font-family:var(--font-light);
    font-size:1.69em; /*22px*/
    font-weight:300;
    line-height:1.1;
	letter-spacing:0.5px;
    color:#333;
    max-width:1000px;
    margin-inline:auto;
}
.intro p{
	font-family:var(--font-light);
	font-size:1.30em; /*17px*/
    font-weight:400;
    margin-top: 20px;
    line-height: 1.6;
	letter-spacing:0.5px;
    color: #000;
    width: 90%;
    margin-inline: auto;
}
.cta-button{
	font-family:var(--font-light);
	font-size:1.38em;
    display:inline-block;
    margin-top:30px;
	margin-bottom:40px;
	line-height:32px;
    padding:14px 28px;
    background:#FF8800;
    color:#fff;
	letter-spacing: 0.5px;
    text-decoration:none;
    border-radius:6px;
    transition:all 0.25s ease;
    font-weight:400;
}
.cta-button:hover{
    background:#e67600;
    transform:translateY(-2px);
    box-shadow:0 8px 18px rgba(0,0,0,0.15);
}
.cta-button2{
	font-family:var(--font-light);
    display:inline-block;
    margin-top:10px;
	margin-bottom:20px;
	line-height:32px;
    padding:14px 28px;
    background:#FF8800;
    color:#fff;
	letter-spacing: 0.5px;
    font-size:1.38em;
    text-decoration:none;
    border-radius:6px;
    transition:all 0.25s ease;
    font-weight:400;
}
.cta-button2:hover{
    background:#e67600;
    transform:translateY(-2px);
    box-shadow:0 8px 18px rgba(0,0,0,0.15);
}
	/* =========================================
WORKFLOW
========================================= */	
.workflow-section{
    position: relative;
    width: 100%;
    background: #222838;
    padding: 40px 0;
    overflow: hidden;
}
.workflow-bg{
	display:none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
    pointer-events: none;
    width: 100%;
    z-index: 1;
}
.workflow-container{
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}
.workflow-item{
    text-align: center;
    color: #FFF;
}
.workflow-dots{
    position: relative;
    width: 58px;
    height: 58px;
    margin: 0 auto 20px;
}
.dot-main{
	font-family:var(--font-light);
	font-weight:300;
	font-size:1.69em; /* 22px */
    position: relative;
    width: 54px;
    height: 54px;
    background: #FF8700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    z-index: 2;
}
.dot-small{
    position: absolute;
    top: -6px;
    right: -10px;
    width: 36px;
    height: 36px;
    background: #3A3F4B;
    border-radius: 50%;
    z-index: 1;
}
.workflow-item h3{
	font-family:var(--font-light);
	font-weight:300;
    font-size: 2.0em; /*26px */
	line-height:1.1;
	letter-spacing:0.5px;
    margin-bottom: 10px;
    color: #FFF;
}
.workflow-item p{
	font-family:var(--font-light);
	font-weight:300;
    max-width: 800px;
    margin: 0 auto;
    color: rgba(255,255,255,1);
    line-height: 1.6;
	letter-spacing:0.5px;
    font-size: 1.30em; /*17px */
}
.workflow-line{
    width: 1px;
    height: 36px;
    background: rgba(255,255,255,0.4);
    margin: 20px auto;
}
.workflow-item-icon .workflow-icon{
    margin: 40px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.workflow-item-icon .workflow-icon img{
   max-width:70px;
    height: auto;
    object-fit: contain;
}
.workflow-item.workflow-item-icon p{
	font-family:var(--font-light);
    font-size: 1.69em; /*22px;*/
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: rgba(255,255,255,0.92);
    max-width: 760px;
    margin: 0 auto;
}
/* =========================================
STRATEGY
========================================= */
.strategy{
    padding:0;
	margin:40px 0;
	margin-bottom:0;
    text-align:center;
}
.strategy h2{
    font-family:var(--font-light);
    font-size:2.46em; /*32px*/
    font-weight:300;
    line-height:1.1;
    color:#FF8700;
	margin:auto 0;
	padding-top:0;
	letter-spacing:0.5px;
	padding-bottom:0px;
    margin-inline:auto;
}
.strategy h3{
    font-family:var(--font-light);
    font-size:1.69em; /*22px*/
    font-weight:300;
    line-height:1.1;
	letter-spacing:0.5px;
    color:#333;
    max-width:1000px;
    margin-inline:auto;
}
.strategy p{
	font-family:var(--font-light);
	font-size:1.30em; /*17px*/
    font-weight:400;
    margin-top: 20px;
    line-height: 1.6;
	letter-spacing:0.5px;
    color: #000;
    width: 90%;
    margin-inline: auto;
}
/* =========================================
TABLET
========================================= */
@media only screen and (min-width:481px){
	/* =========================================
HERO
========================================= */
.hero {
    height: 180px;
	margin-top:130px;
/*	margin-bottom:40px;*/
}
	/* =========================================
INTRO
========================================= */
.intro{
    padding:0;
	margin:40px 0;
    text-align:center;
}
.intro h1{
    font-family:var(--font-light);
    font-size:2.76em; /*36px*/
    font-weight:300;
    line-height:1.1em;
    color:#FF8700;
    max-width:96%;
	padding-bottom:15px;
    margin-inline:auto;
}
.intro h2{
    font-family:var(--font-light);
    font-size:2.00em; /*26px*/
    font-weight:300;
    line-height:1.1em;
    color:#333;
    max-width:96%;
    margin-inline:auto;
}
.intro p{
	font-family:var(--font-light);
	font-size:1.30em; /*17px*/
    font-weight:400;
    margin-top: 25px;
	margin-bottom:5px;
    line-height: 1.6;
    color: #000;
    width: 96%;
    margin-inline: auto;
}
.cta-button, .cta-button2 {
	margin-bottom:45px;
		/* =========================================
WORKFLOW
========================================= */	
}
.workflow-section{
    position: relative;
    width: 100%;
    background: #222838;
    padding: 60px 20px;
    overflow: hidden;
}
.workflow-bg{
	display:block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
    pointer-events: none;
    width: 100%;
    z-index: 1;
}
.workflow-container{
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}
.workflow-item{
    text-align: center;
    color: #FFF;
}
.workflow-dots{
    position: relative;
    width: 58px;
    height: 58px;
    margin: 0 auto 20px;
}
.dot-main{
	font-family:var(--font-light);
	font-weight:300;
	font-size:1.69em; /* 22px */
    position: relative;
    width: 54px;
    height: 54px;
    background: #FF8700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    z-index: 2;
}
.dot-small{
    position: absolute;
    top: -6px;
    right: -10px;
    width: 36px;
    height: 36px;
    background: #3A3F4B;
    border-radius: 50%;
    z-index: 1;
}
.workflow-item h3{
	font-family:var(--font-light);
	font-weight:300;
    font-size: 2.0em; /*26px */
	line-height:1.1;
	letter-spacing:0.5px;
    margin-bottom: 10px;
    color: #FFF;
}
.workflow-item p{
	font-family:var(--font-light);
	font-weight:300;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 1.30em; /*17px */
}
.workflow-line{
    width: 1px;
    height: 36px;
    background: rgba(255,255,255,0.4);
    margin: 20px auto;
}
.workflow-item-icon .workflow-icon{
    margin: 40px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.workflow-item-icon .workflow-icon img{
   max-width: 80px;
    height: auto;
    object-fit: contain;
}
.workflow-item.workflow-item-icon p{
	font-family:var(--font-light);
    font-size: 1.69em; /*22px;*/
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: rgba(255,255,255,0.92);
    max-width: 760px;
    margin: 0 auto;
	/* =========================================
STRATEGY
========================================= */
}
.strategy{
    padding:0;
	margin:40px 0;
	margin-bottom:0;
    text-align:center;
}
.strategy h2{
    font-family:var(--font-light);
    font-size:2.76em; /*36px*/
    font-weight:300;
    line-height:1.1em;
    color:#FF8700;
    max-width:96%;
	padding-bottom:0px;
    margin-inline:auto;
}
.strategy h3{
    font-family:var(--font-light);
    font-size:2.00em; /*26px*/
    font-weight:300;
    line-height:1.1em;
    color:#333;
    max-width:96%;
    margin-inline:auto;
}
.strategy p{
	font-family:var(--font-light);
	font-size:1.30em; /*17px*/
    font-weight:400;
    margin-top: 25px;
	margin-bottom:5px;
    line-height: 1.6;
    color: #000;
    width: 96%;
    margin-inline: auto;
	}
}
/* =========================================
TABLET LANDSCAPE
========================================= */
@media only screen and (min-width:820px){
	/* =========================================
HERO
========================================= */
.hero {
    height: 160px;
	margin-top:130px;
/*	margin-bottom:50px;*/
}
	/* =========================================
INTRO
========================================= */
.intro{
    padding:0;
	margin:40px 0;
    text-align:center;
}
.intro h1{
    font-family:var(--font-light);
    font-size:2.76em; /*36px*/
    font-weight:300;
    line-height:1.1em;
    color:#FF8700;
    width: 96%;
	padding-bottom:15px;
    margin-inline:auto;
}
.intro h2{
    font-family:var(--font-light);
    font-size:2.00em; /*26px*/
    font-weight:300;
    line-height:1.1em;
    color:#333;
    width: 96%;
    margin-inline:auto;
}
.intro p{
	font-family:var(--font-light);
	font-size:1.30em; /*17px*/
    font-weight:400;
    margin-top: 30px;
	margin-bottom:15px;
    line-height: 1.6;
    color: #000;
    width: 96%;
    margin-inline: auto;
}
.cta-button, .cta-button2{
	margin-bottom:55px;
	/* =========================================
WORKFLOW
========================================= */	
}
.workflow-section{
    position: relative;
    width: 100%;
    background: #222838;
    padding: 60px 20px;
    overflow: hidden;
}
.workflow-bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
    pointer-events: none;
    width: 90%;
    z-index: 1;
}
.workflow-container{
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}
.workflow-item{
    text-align: center;
    color: #FFF;
}
.workflow-dots{
    position: relative;
    width: 58px;
    height: 58px;
    margin: 0 auto 20px;
}
.dot-main{
	font-family:var(--font-light);
	font-weight:300;
	font-size:1.69em; /* 22px */
    position: relative;
    width: 54px;
    height: 54px;
    background: #FF8700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    z-index: 2;
}
.dot-small{
    position: absolute;
    top: -6px;
    right: -10px;
    width: 36px;
    height: 36px;
    background: #3A3F4B;
    border-radius: 50%;
    z-index: 1;
}
.workflow-item h3{
	font-family:var(--font-light);
	font-weight:300;
    font-size: 2.0em; /*26px */
	line-height:1.1;
	letter-spacing:0.5px;
    margin-bottom: 10px;
    color: #FFF;
}
.workflow-item p{
	font-family:var(--font-light);
	font-weight:300;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 1.30em; /*17px */
}
.workflow-line{
    width: 1px;
    height: 36px;
    background: rgba(255,255,255,0.4);
    margin: 20px auto;
}
.workflow-item-icon .workflow-icon{
    margin: 40px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.workflow-item-icon .workflow-icon img{
   max-width: 90px;
    height: auto;
    object-fit: contain;
}
.workflow-item.workflow-item-icon p{
	font-family:var(--font-light);
    font-size: 1.69em; /*22px;*/
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: rgba(255,255,255,0.92);
    max-width: 760px;
    margin: 0 auto;
	/* =========================================
STRATEGY
========================================= */
}
.strategy{
    padding:0;
	margin:40px 0;
	margin-bottom:0;
    text-align:center;
}
.strategy h2{
    font-family:var(--font-light);
    font-size:2.76em; /*36px*/
    font-weight:300;
    line-height:1.1em;
    color:#FF8700;
    width: 96%;
	padding-bottom:0px;
    margin-inline:auto;
}
.strategy h3{
    font-family:var(--font-light);
    font-size:2.00em; /*26px*/
    font-weight:300;
    line-height:1.1em;
    color:#333;
    width: 96%;
    margin-inline:auto;
}
.strategy p{
	font-family:var(--font-light);
	font-size:1.30em; /*17px*/
    font-weight:400;
    margin-top: 30px;
	margin-bottom:15px;
    line-height: 1.6;
    color: #000;
    width: 96%;
    margin-inline: auto;
	}
}
/* =========================================
DESKTOP
========================================= */
@media only screen and (min-width:1100px){
	/* =========================================
HERO
========================================= */
.hero {
    height: 180px;
	margin-top:130px;
/*	margin-bottom:60px;*/
}
/* =========================================
INTRO
========================================= */
.intro{
    padding:0;
	margin:60px 0;
    text-align:center;
}
.intro h1{
    font-family:var(--font-light);
    font-size:3.07em; /*40px*/
    font-weight:300;
    line-height:1.1em;
    color:#FF8700;
    max-width:1000px;
	padding-top:0;
	padding-bottom:15px;
    margin-inline:auto;
}
.intro h2{
    font-family:var(--font-light);
    font-size:2.30em; /*30px*/
    font-weight:300;
    line-height:1.1em;
    color:#333;
    max-width:1280px;
	padding-bottom:10px;
    margin-inline:auto;
}
.intro p{
	font-family:var(--font-light);
	font-size:1.38em; /*18px*/
    font-weight:400;
    margin-top: 25px;
	margin-bottom:25px;
    line-height: 1.6;
    color: #000;
    width: 75%;
    margin-inline: auto;
}
.cta-button, .cta-button2{
	margin-bottom:65px;
		/* =========================================
WORKFLOW
========================================= */	
}
.workflow-section{
    position: relative;
    width: 100%;
    background: #222838;
    padding: 70px 20px;
    overflow: hidden;
}
.workflow-bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
    pointer-events: none;
    width: 100%;
    z-index: 1;
}
.workflow-container{
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}
.workflow-item{
    text-align: center;
    color: #FFF;
}
.workflow-dots{
    position: relative;
    width: 58px;
    height: 58px;
    margin: 0 auto 30px;
}
.dot-main{
	font-family:var(--font-light);
	font-weight:300;
	font-size:1.84em; /* 24px */
    position: relative;
    width: 58px;
    height: 58px;
    background: #FF8700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    z-index: 2;
}
.dot-small{
    position: absolute;
    top: -6px;
    right: -10px;
    width: 40px;
    height: 40px;
    background: #3A3F4B;
    border-radius: 50%;
    z-index: 1;
}
.workflow-item h3{
	font-family:var(--font-light);
	font-weight:300;
    font-size: 2.15em; /*28px */
	line-height:1.1;
	letter-spacing:0.5px;
    margin-bottom: 15px;
    color: #FFF;
}
.workflow-item p{
	font-family:var(--font-light);
	font-weight:300;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 1.38em; /*18px */
}
.workflow-line{
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.4);
    margin: 20px auto;
}
.workflow-item-icon .workflow-icon{
    margin: 50px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.workflow-item-icon .workflow-icon img{
   max-width: 101px;
    height: auto;
    object-fit: contain;
}
.workflow-item.workflow-item-icon p{
	font-family:var(--font-light);
    font-size: 1.69em; /*22px;*/
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: rgba(255,255,255,0.92);
    max-width: 760px;
    margin: 0 auto;
	/* =========================================
STRATEGY
========================================= */
}
.strategy{
    padding:auto;
	margin:50px 0;
	margin-bottom:0;
    text-align:center;
}
.strategy h2{
    font-family:var(--font-light);
    font-size:3.07em; /*40px*/
    font-weight:300;
    line-height:1.1em;
    color:#FF8700;
    max-width:1000px;
	padding-top:0;
	padding-bottom:0px;
    margin-inline:auto;
}
.strategy h3{
    font-family:var(--font-light);
    font-size:2.30em; /*30px*/
    font-weight:300;
    line-height:1.1em;
    color:#333;
    max-width:1000px;
	padding-bottom:10px;
    margin-inline:auto;
}
.strategy p{
	font-family:var(--font-light);
	font-size:1.38em; /*18px*/
    font-weight:400;
    margin-top: 25px;
	margin-bottom:25px;
    line-height: 1.6;
    color: #000;
    width: 75%;
    margin-inline: auto;
	}
}