body{
    font-family: 'Raleway', sans-serif;
    background:url(../img/bg-body.jpg);
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

body#redtri:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/bgelred.svg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    height: 1800px;
    transform-origin: top left;
    z-index: 0;
}

body#bodynobg{
    background:none;
}

.container-large{
    width: 100%;
    padding-right: 7vw !important;
    padding-left: 7vw !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.dhlfooter{
    position: absolute;
    top:110px;
    right:0;
    z-index: 3;
}

@media(max-width:1440px){
    a.logo-itl{
        transform: scale(.8);   
    }

    body#redtri:after {
        transform: scale(.5);
    }
}

#header{
    margin-bottom: 2rem;
    position: relative;
    z-index: 12;
}

/* MENU */

#mainmenu .nav.menu.mod-list{
    display: block;
}

#mainmenu ul.mod-list li{
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 0.5rem;
    padding-left: 0;
    list-style: none;
    text-transform: uppercase;
    font-weight: 600;
}

#mainmenu ul.mod-list li a{
    color: #000;
}

#mainmenu ul.mod-list li.active a, #mainmenu ul.mod-list li.deeper.parent span.nav-header:hover {
    text-decoration: underline;
}
@media(max-width:991px){
    #sidebar{
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        background: #fff;
        text-align: left;
        padding: 50px 0 0px 45px;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        width: 100%;
        max-width: 100%;
    }

    #sidebar.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        z-index: 9999;
    }
}

.nav-btn{
    top: 10px;
    position: relative;
}

#nav-icon {
    cursor: pointer;
}

#nav-icon span {
    width: 0;
    height: 2px;
    -webkit-backface-visibility: hidden;
}

#nav-icon span.visible {
    width: 30px;
	margin-bottom: 6px;
	display: block;
}
#nav-icon span.visible.long {
	width: 24px;
}
#nav-icon span.visible:last-child {
	margin: 0;
}

#nav-icon span {
	background: #000;
}

#chiudi{
    display: none;
}

#nav-icon span.close-left {
    background: #000;
    position: relative;
    display: block;
    top: 7px;
    z-index: 10000;
    right: -2px;
    -webkit-transform: scale3d(1,.65,1);
    transform: scale3d(1,.65,1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 30px;
    height: 2px;
    
}

#nav-icon span.close-right {
    background: #000;
    position: relative;
    display: block;
    top: 5px;
    z-index: 10000;
    left: 10px;
    -webkit-transform: scale3d(1,.65,1);
    transform: scale3d(1,.65,1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    height: 2px;
    left: -7px;
}

#nav-icon .nav-btn.btn-x span.visible{
    display: none;
}

.nav-btn.btn-x #chiudi{
    display: block;
    animation: fadein 2s;
}



/* testo */

h1, h2, h3{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 5.5vw;
    line-height: 100%;
}

.testo-itl{
    display: inline;
    color: #AB000F;
}

.testo-itl .outline, .testo-itl .strong {
    display: inline-block;
}

@keyframes vuotopieno {

    0%, 29.9% {
        -webkit-text-stroke: 2px #AB000F;
        -webkit-text-fill-color: hsla(0,0%,94.1%,0);
    }

    30%, 99.9%{
        -webkit-text-stroke: 2px #AB000F;
        -webkit-text-fill-color: #AB000F;
    }

    100% {
        -webkit-text-stroke: 2px #AB000F;
        -webkit-text-fill-color: hsla(0,0%,94.1%,0);
    }
  }

  @keyframes pienovuoto {
    0%, 30.9%{
        -webkit-text-stroke: 2px #AB000F;
        -webkit-text-fill-color: #AB000F;
    }
  
    40% {
        -webkit-text-stroke: 2px #AB000F;
        -webkit-text-fill-color: hsla(0,0%,94.1%,0);
    }

    50%{
        -webkit-text-stroke: 2px #AB000F;
        -webkit-text-fill-color: #AB000F;
    }

    100%{
        -webkit-text-stroke: 2px #AB000F;
        -webkit-text-fill-color: #AB000F;
    }
  }

  @keyframes pienovuoto3 {

    0%, 50% {
        -webkit-text-stroke: 2px #AB000F;
        -webkit-text-fill-color: #AB000F;
    }

    50.1% {
        -webkit-text-stroke: 2px #AB000F;
        -webkit-text-fill-color: hsla(0,0%,94.1%,0);
    }

    100% {
        -webkit-text-stroke: 2px #AB000F;
        -webkit-text-fill-color: #AB000F;
    }
  }


.testo-itl .riga1 {
     animation: vuotopieno 10s linear 0s infinite normal;
     -webkit-text-stroke: 2px #AB000F;
     -webkit-text-fill-color: hsla(0,0%,94.1%,0);
 }

.testo-itl .riga2 {
     animation: pienovuoto 10s linear 0s infinite normal;
     -webkit-text-stroke: 2px #AB000F;
     -webkit-text-fill-color: #AB000F;
     color: #AB000F;
 }

 .testo-itl .riga3 {
    animation: pienovuoto3 10s linear 0s infinite normal;
    -webkit-text-stroke: 2px #AB000F;
    -webkit-text-fill-color: #AB000F;
}

ul.lista-btn {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
}

/*
ul.lista-btn::before{
    position: absolute;
    content: '';
    background:url(../img/arrow-down.svg) no-repeat;
    width: 40px;
    height: 50px;
    left: 0;
}
*/

ul.lista-btn li{
    list-style: none;
    display: inline;
    font-size: clamp(1rem, -0.0667rem + 1.2917vw, 2rem);
}

ul.lista-btn li img{
    transform: scale(.8);
}

@media(max-width:1599px){
    ul.lista-btn li img{
        transform: scale(.6);
    }
}

ul.lista-btn li a{
    color: #000;
    padding: 0 2vw;
    
}

ul.lista-btn li a:hover{
    text-decoration: underline;
}

.aziendahome{
    margin: 180px 0;
}

.payoffhome, .payoffgn{
    background: #000;
    color: #fff;
    padding: 12vw 0;
    position: relative;
    overflow:hidden;
}

.c-payoff2{
    padding-bottom:180px; 
    background:#fff;
}

.payoffgn{
    padding: 10vw 0;   
    height: 100vh;
}

.logopayoff{
    position: absolute;
    top: 5vw;
    right: -643px;
    z-index: 2;
}

.cerchipayoff, .cerchipayoff2{
    z-index: 3;
    border-radius: 5000px;
    width: 90vw;
    height: 90vw;
    position: absolute;
    top: -10vw;
    border: 1px solid #fff3;
}

.cerchipayoff{
    right: -30vw;
}

.cerchipayoff2{
    right: -20vw;
}

.payoffhome::after, .payoffgn::after{
    content: '';
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 0;
    border-right: 85vw solid #fff;
    border-top: 80px solid transparent;
    border-left: 15vw solid #fff;
}

.testopayoff{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 6vw;
    line-height: 110%;
}
.payoffgn .testotraccia,  .payoffhome .testotraccia{
    -webkit-text-stroke: 2px #FFF;
    -webkit-text-fill-color: hsla(0,0%,94.1%,0);
 }

.payoffhome .testostrong {
    -webkit-text-stroke: 2px #FFF;
     -webkit-text-fill-color: #FFF;
 }

.noverflow {
    position: relative;
    z-index: 20;
    overflow: hidden;
}
.hlgts-scrll{
    position:absolute; 
    z-index:1; 
    width:100%; 
    height:100%; 
    top:0;
}

.hlgts-scrll:after{
    content:'';
    background: #ab000fcc; width:100%; height:100%; position:absolute; z-index:2; top:0; left:0;
}

.wr-hlgts{
    position: absolute;
    top:0;
    left: 0;
    height: 50%;
    transform: rotateZ(-4deg);
}

.wrb-hlgts{
    position: absolute;
    top:calc(50% - 20px);
    left: 0;
    height: 50%;
    transform: rotateZ(-4deg);
}

.containerpoff {
    width: 100vw;
    height: 100%;
    overflow: hidden;
  }

.containerpoff-inner {
    position: relative;
    left: -50vw;
    margin-top:40px;
    height: 100%;
}


  .containerpoff-b {
    width: 100vw;
    height: 100%;
    overflow: hidden;
    height: 100%;
  }

  .containerpoff-inner-b {
    position: relative;
    left: -50vw;
    margin-top:40px;
  }
  
  .flexItem {
    width: 50vw;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
    padding: 0 20px;
    top:0;
  }


.rowitl{
    padding:220px 0;
    background: #fff;
}

.title-no-gerarchy{
    font-size: 5vw;
    line-height: 100%;
    font-weight: 800;
    text-transform: uppercase;
    color: #AB000F;
}

.wrp-n{
    background-image: url(../img/bg-numeri.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding:220px 0 340px 0;
    position: relative;
}

.wrp-n::before{
    content: '';
    background-color: #ab000fcc;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.wrp-n::after{
    content: '';
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 0;
    border-right: 20vw solid white;
    border-top: 280px solid transparent;
    border-left: 80vw solid white;
}

.text-wrp-n{
    position: relative;
    z-index: 3;
    color: #FFF;
}

.num-row1, .num-row3, .num-row2{
    display: flex;
    align-items: center;
    justify-items: center;
    width: 100%;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 100%;
}

.row1-text, .row2-text, .row3-text{
    white-space: nowrap;
}

.num-row1{
    font-size: 60px;
}

.num-row2{
    font-size: 110px;
    color: #fff6;
}

.num-row3{
    font-size: 90px;
}

.servimod{
    padding: 110px 0;
    background: #fff;
}

.servizirow{
    position: relative;
}

.logosupply{
    text-align: center;
    margin: 0 auto;
    width: 80%;
}

.servizirow::after{
    content: '';
    width: 1px;
    height: 101%;
    background-color: #eee;
    margin: 0 auto;
    display: block;
    top: 0;
    position: absolute;
    left: calc(50% + 1px);
}

.servizirow .colservice:nth-child(odd){
    margin-bottom:6rem!important
}
.servizirow .colservice:nth-child(even){
    margin-top:6rem!important
}

.imgservice a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.imgservice a:hover > .titleservice{
    text-decoration: underline;
}

.imgservice a::after{
    content: '';
    background: #00000040;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}

.imgservice a .titleservice{
    z-index: 3;
    position: absolute;
    top: 10px;
    left:30px;
    font-size: 3vw;
    font-weight: 800;
    color: #FFF;
    text-transform: uppercase;
}

.abovethefold{
    padding-top: 10vh;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.lgstgrn, .nostrespedizioni{
    padding: 180px 0;
}

.crtaz, .azsupchain, .ecmqlt {
    background: #fff;
    padding: 180px 0;
}

.valori-features {
    background: #fff;
    padding-bottom: 110px;
}

.azeleserv::before{
    content: '';
    z-index: 1;
    border-radius: 5000px;
    width: 60vw;
    height: 60vw;
    position: absolute;
    top: -10vw;
    left: -30vw;
    border: 100px solid #F7F7F7;
}

.azeleserv{
    background: #fff;
    position: relative;
}

#eleaz{
    width: 100%;
    height: 100vh;
}

.rowelenco{
    font-size: 6vw;
    line-height: 90%;
    text-transform: uppercase;
    font-weight: 800;
    color:#AB000F;
    text-align: center;
}

.rowelenco{
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 40%;
    z-index: 2;
}

.cptvalori{
    margin-bottom: 6rem;
}

.ul-list{
    position: relative;
    margin-left:40px;
    margin-bottom:4.5rem;
}

.ul-list::before{
    position: absolute;
    content: '';
    top:8px;
    left: -40px;
    background-image: url(../img/ul-list.svg);
    background-repeat: no-repeat;
    width: 26px;
    height: 25px;
}

.azsupchain, .ecmqlt{
    position: relative;
    overflow: hidden;
}

.imgazspc{
    position: absolute;
    right: -10vw;
    top: 50%;
    width: 40vw;
    padding: 5vw;
    transform: translateY(-50%);
}

.imgecmqlt{
    position: absolute;
    left: -10vw;
    top: 50%;
    width: 40vw;
    padding: 5vw;
    transform: translateY(-50%);
}

.imgazspc img, .imgecmqlt img{
    border-radius: 500px;
    position: relative;
}

.imgazspc::before{
    position: absolute;
    content: '';
    z-index: 3;
    border: 1px solid #eee;
    width: 100%;
    height: 100%;
    border-radius: 500px;
    left: 0;
    top: 0;
}

.imgecmqlt::before{
    position: absolute;
    content: '';
    z-index: 3;
    border: 1px solid #eee;
    width: 100%;
    height: 100%;
    border-radius: 500px;
    left: 0;
    top: 0;
}

.lgstgrn{
    background-image: url(../img/bg-logistica-green.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 220px 0 340px 0;
    position: relative;
}

.lgstgrn::before {
    content: '';
    background: linear-gradient(90deg, rgba(226,226,226,0) 0%, rgba(238,238,238,1) 50%);
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.lgstgrn::after {
    content: '';
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 0;
    border-right: 20vw solid white;
    border-top: 280px solid transparent;
    border-left: 80vw solid white;
}

.cnt-lgstgrn{
    position: relative;
    z-index: 4;
}

.lgstgrn h3{
    color: #AB000F;
}

.lgstgrn h3 span{
    color: #fff;
    background-color: #1DD54D;
    padding: 0 3rem;
}

.scrollnumeri{
    background: #fff;
    position: relative;
    padding: 180px 0;
    width: 100%;
    height: 100vh;
}

.numerispedizioni, .numeriecommerce{
    background: #fff;
    position: relative;
    padding: 180px 0;
    width: 100%;
    height: 100vh;
}

ul.num-list{
    margin: 0;
    padding: 0;
    position: relative;
}

ul.num-list li{
    font-size: 5vw;
    line-height: 100%;
    font-weight: 800;
    list-style: none;
    position: absolute;
    top: 0;
}

.scrollnumeri .bgimgnum, .numerispedizioni .bgimgnum, .numeriecommerce .bgimgnum{
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    height: 100%;
    background-image: url(../img/itl-numeri.jpg);
    background-repeat: no-repeat;
    background-position: center right;
}

.wrapscrollnum{
    position: relative;
    z-index: 2;
}

.clnnscnm{
    border-left: 4px solid #AB000F;
    padding-left: 4rem;
}

.clttsrcllnm{
    color: #fff;
    font-size: 4vw;
    font-weight: 800;
    text-transform: uppercase;
    padding: 3vw;
    position: absolute;
    bottom: 0;
    left: 0;
}

.lblnn{
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.wrlblnn{
    display: inline-flex;
    position: relative;
    z-index: 4;
    width: 100%;
    height: 100%;
    margin: 30px 0;
}

.spedsettori .num-row2{
    color: #AB000F;
}

.spedsettori{
    background: #fff;
    padding: 110px 0;
}

@media(max-width:1199px){
    .cptiabvaz{
        padding: 10vh 0;
    }

    .testopayoff {
        font-size: 8vw;
        line-height: 110%;
    }
    .payoffhome {
        padding: 14vw 0;
    }

    .wrp-n {
        padding: 180px 0 180px 0;
    }

    .wrp-n::after {
        border-top: 90px solid transparent;
    }

    .cerchipayoff{
        right: -10vw;
    }
    
    .cerchipayoff2{
        right: -20vw;
    }

    .scrollnumeri .bgimgnum, .numerispedizioni .bgimgnum, .numeriecommerce .bgimgnum{
        background: none;
    }

    .clttsrcllnm {
        display: none;
    }
}

@media(max-width:1024px){
    .azsupchain{
        padding: 80px 0;
    }

    ul.num-list li {
        font-size: 8vw;
    }

    .clnnscnm {
        height: 80%;
    }

    .scrollnumeri {
        padding: 80px 0;
        height: 100vh;
    }

    .spedsettori{
        padding: 0;
    }

    .numerispedizioni, .numeriecommerce{
        padding: 180px 0 0 0;
        min-height: 1000px;
        height: unset;
    }
}

@media(max-width:991px){

    #eleaz {
        width: 100%;
        height: 50vh;
    }
    
    body{
        background: none;
    }

    .aziendahome {
        margin: 60px 0;
    }    
    
    .testo-itl{
        display: block;
        text-align: center;
    }

    h1, .title-no-gerarchy, h3{
        font-size: 10vw;
    }

    .rowitl {
        padding: 90px 0;
    }

    ul.num-list li {
        font-size: 8vw;
    }

    .nostrespedizioni{
        padding: 50px 0;
    }

    h1.h1spedz, .ttnsp h2{
        font-size: 10vw;
    }

    .c-payoff2 {
        padding-bottom: 100px
    }

    #payoff2 .wr-hlgts, #payoff2 .wrb-hlgts {
        transform: rotateZ(-4deg) scale(1.5);
    }
}

@media(min-width:768px) and (max-width:991px){
    .vw7-md{
        font-size: 7vw;
    }
}

@media(max-width:767px){

    h1, h3, h2{
        font-size: 14vw;
    }

    .wrp-n {
        padding: 120px 0 120px 0;
    }

    .wrp-n::after {
        border-top: 60px solid transparent;
    }

    .num-row1{
       font-size: 30px;
    }

   .num-row2{
        font-size: 50px;
   }

   .num-row3{
        font-size: 40px;
    }

    .payoffhome {
        padding: 30vw 0;
    }

    .testopayoff {
        font-size: 11vw;
        line-height: 130%;
    }

    .flexItem{
        padding: 0 5px;
        top:50px;
    }
    .hlgts-scrll:after{
        background-color: #ab000fba;
    }

    .servizirow::after{
        display: none;
    }

    .wr-hlgts, .wrb-hlgts{
        transform:rotateZ(-4deg) scale(2.5);
    }

    .containerpoff-inner-b{
        margin-top: 50px;
    }

    .servizirow .colservice:nth-child(odd){
        margin-bottom: 1rem!important;
        margin-top: 1rem!important;
    }

    .servizirow .colservice:nth-child(even){
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }

    .servimod {
        padding: 90px 0;
    }

    .imgservice a .titleservice {
        font-size: 8vw;
    }

    .cerchipayoff, .cerchipayoff2{
        display: none;
    }

    body#redtri:after {
        transform: scale(0.2);
        top:80px;
        background-image: url(../img/bgelredreflect.svg);
        background-repeat: no-repeat;
        background-position: top left;
    }

    .imgazspc {
        position: absolute;
        right: -50px;
        top: 0px;
        width: 70vw;
        padding: 5vw;
        transform: translateY(0);
    }

    .lblnn {
        font-size: 40px;
        line-height: 36px;
    }

    ul.num-list li {
        font-size: 60px;
    }
}

@media(max-width:576px){

    .azeleserv::before {
        content: '';
        z-index: 1;
        border-radius: 5000px;
        width: 100vw;
        height: 100vw;
        position: absolute;
        top: 10vw;
        left: -50vw;
        border: 40px solid #F7F7F7;
    }

    .rowelenco {
        font-size: 8vw;
        line-height: 110%;
    }

    #eleaz {
        width: 100%;
        height: 60vh;
        overflow: hidden;
    }

    .ul-list {
        margin-bottom: 2.5rem;
    }

    .cptvalori {
        margin-bottom: 4rem;
    }

    .crtaz{
        padding: 0;
    }

    .servimod {
        padding: 0;
    }

    .lgstgrn{
        background-size: contain;
        padding: 100px 0 50px 0;
        margin-top: 50px;
    }

    .lgstgrn::after {
        bottom: unset;
        top: 0px;
        left: 0;
        border-right: 80vw solid white;
        border-bottom: 60px solid transparent;
        border-top: unset;
        border-left: 20vw solid white;
    }

    .clnnscnm {
        padding-left: 2rem;
        height:60%;
    }

    .lblnn {
        font-size: 22px;
        line-height: 24px;
    }

    h1.h1spedz, .ttnsp h2{
        font-size: 14vw;
    }
}

/* generali */

.hlarge{
    font-size: 5.5vw;
    font-weight: 800;
    line-height: 100%;
}

.btn-outline{
    border-radius: 50px;
    border:1px solid #AB000F;
    color: #AB000F;
    font-size: clamp(0.5rem, 0.3269rem + 0.9615vw, 1rem);
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding: 0.7rem 1.5rem;
}

.btn-outline:hover{
    background-color: #AB000F;
    color: white;
}

a{
    color: #000;
}

a:hover{
    color: #000;
    text-decoration: underline;
}

.textstrong{
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
}

.text-regular{
    font-size: 26px;
    line-height: 44px;
}

.text-smallregular{
    font-size: 18px;
    line-height: 30px;
}

a.more-info{
    color: #000;
    text-decoration: underline;
    font-size: 13px;
    text-underline-offset: 4px;
    font-weight: 700;
}

a.more-info:hover{
    text-decoration: none;
}

.testotraccia {
    -webkit-text-stroke: 2px #AB000F;
    -webkit-text-fill-color: hsla(0,0%,94.1%,0);
 }

 .testostrong {
    -webkit-text-stroke: 2px #AB000F;
     -webkit-text-fill-color: #AB000F;
 }

 .testotraccia-bianco {
    -webkit-text-stroke: 2px #fff6;
    -webkit-text-fill-color: hsla(0,0%,94.1%,0);
 }

 .testostrong-bianco {
    -webkit-text-stroke: 2px #fff;
     -webkit-text-fill-color: #fff;
 }

 .align-content-bottom {
    display: inline-block;
    align-self: flex-end;
}

.green{
    color:#1DD54D;
    font-weight: 700;
}

.footer{
    position: relative;
    background-color: #AB000F;
    font-size: 14px;
    color: #fff;
    width: 100%;
    height: 100%;
    min-height: 130px;
    padding: 100px 12vw 50px 12vw;
}

.footer a{
    color: #fff;
}

.footer::before{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0;
    border-right: 85vw solid white;
    border-bottom: 180px solid transparent;
    border-left: 15vw solid white;
}

.nostrespedizioni ul{
    margin: 0;
    padding: 0;
}

.nostrespedizioni ul li{
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    list-style: none;
    margin-top: 3rem;
    position: relative;
    padding-left: 40px;
}

.nostrespedizioni ul li:first-child{
    margin-top: 3rem;
}

.nostrespedizioni ul li::before{
    content: '';
    width: 20px;
    height: 20px;
    border: 3px solid #AB000F;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}

.nostrespedizioni ul li span{
    display: block;
    font-weight: 400;
    font-size: 20px;
    font-size: 26px;
    line-height: 44px;
    padding-top: .5rem;
}

.ttnsp{
    margin: 0;
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 50vh;
}

.sbttl{
    text-transform: uppercase;
    font-size: 2.5vw;
    font-weight: 800;
}

.dsc-clntnc{
    width: 100%;
    height: 38vh;
    overflow-y: hidden;
}


.hdrlgsc{
    position: relative;
    overflow: hidden;
}

.hhh{
    width: 50vw;
    transform: translate(-50%);
    left: calc(50% + 20vw);
    position: relative;
}

.imghhh{
    position: relative;
}

.chhh{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 10vh;
}

.rowtrsp1, .rowtrsp2, .rowtrsp3{
    padding-bottom: 1rem;
    display: block;
}

/* cerchio rotante */

.w-rtt{
    position: relative;
}

.w-crcrt{
    position: absolute;
    top: 50%;
    left: -8%;
    width: 50%;
    max-width: 740px;
    transform: translateY(-50%);
}

.w-crcrt svg{
    visibility:hidden;
    position: relative;
    z-index: 3;
}

.w-crcrt-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    padding: 10%;
}

.w-crcrt-img img{
    transform: translate(-47.5%, -47.5%);
    position: relative;
    top: 55%;
    left: 55%;
    z-index: 2;
}

text{
  font-size: 40px;
  font-weight: 800;
  fill:#C6C6C6;
  text-transform: uppercase;
}

.w-lgcblcktxt{
    position: relative;
    width: 100%;
    height: 100vh;
}

.lgcblcktxt1, .lgcblcktxt2, .lgcblcktxt3{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.lgcprlx, .ecmprlx{
    height: 100vh;
    position: relative;
    color: #fff;
    background-size: cover;
}

.ecmprlx{
    margin-bottom: 180px;
}

.lgcprlx::before, .ecmprlx::before{
    content: '';
    background: #0000007d;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-lgcprlx, .c-ecmprlx{
    position: relative;
    z-index: 2;
    top:50%;
    transform: translateY(-50%);
}

.prlg1, .prlg2, .prlg3, .prlg4{
    display: block;
}

.c-lgcprlx .title-no-gerarchy, .c-ecmprlx .title-no-gerarchy{
    color: #fff;
}

.addsrvlgstc, .addfulltext{
    font-size: 30px;
    font-weight: 600;
}

.addsrvlgstc ul li {
    padding: 15px 0;
}

.mgzlgstc{
    margin-bottom: 180px;
}

.hdrecmm{
    background-size: cover;
    position: relative;
    color:#fff;
}

.hdrecmm::before{
    content: '';
    background: #ab000fd6;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.hdrecmm::after{
    content: '';
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0;
    border-right: 85vw solid #fff;
    border-bottom: 130px solid transparent;
    border-left: 15vw solid #fff;
}

.testotraccia-white{
    -webkit-text-stroke: 2px #fff;
    -webkit-text-fill-color: hsla(0,0%,100%,0);
}

.c-hdrecmm{
    position: relative;
    z-index: 3;
    padding: 220px 0 180px 0;
}

.txtprlxecm{
    width: 100%;
    height: 40vh;
    overflow-y: hidden;
}

.contatti h2, .contatti h3{
    color: #AB000F;
    font-size: 30px;
    line-height: 44px;
    font-weight: 800;
}

.contatti p{
    font-size: 20px;
}

.rounded {
    border-radius: 0.75rem!important;
}

.bgform{
    background: #fff;
    box-shadow: 0px 25px 70px #00000026;
    border-radius: 10px;
    padding: 3vw;
    color: #000;
}

input.check-privacy{
    margin-top: -20px!important;
}

.convertforms{
    margin:0 auto;
}

.bgform h1{
    color: #AB000F;
    font-size: 4vw;
    text-align: center;
}

.mappa-c{
    background: #fff;
    margin-top: 80px;
}

@media(min-width:1200px) {
    .c-lgcprlx .title-no-gerarchy {
        font-size: 4vw;
    }
}

@media(max-width:1199px) {
    .textstrong {
        font-size: 20px;
        line-height: 30px;
    }
    .text-regular{
        font-size: 18px;
        line-height: 28px;
        /*font-size: 20px;
        line-height: 36px;*/
    }
    .text-wrp-n .text-regular{
        font-size: 18px;
        line-height: 28px;
    }

    .nostrespedizioni ul li {
        font-size: 28px;
        line-height: 32px;
    }

    .nostrespedizioni ul li span {
        font-size: 22px;
        line-height: 30px;
    }

    .nostrespedizioni {
        padding: 50px 0 180px 0;
    }
}

@media(max-width:1024px) {
    
    .footer{
        padding: 50px 12vw 20px 12vw;
    }

    .payoffgn {
        padding: 12vh 0;
        height: 100%;
        overflow: hidden;
    }

    .dsc-clntnc {
        height: 100%;
    }

    .hhh {
        width: 100vw;
        transform: translateX(-50%);
        position: relative;
        left: 50%;
        text-align: center;
    }

    .chhh {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        padding: 5vh;
    }

    .rowimglogst{
        -ms-flex-pack: end!important;
        justify-content: end!important;
    }

    .w-crcrt {
        top: 5%;
        transform: unset;
    }

    .lgcblcktxt1, .lgcblcktxt2, .lgcblcktxt3 {
        top: 60%;
        transform: translateY(-50%);
    }

    .c-lgcprlx .title-no-gerarchy{
        font-size: 7vw;
        line-height: 110%;
    }

    .addsrvlgstc {
        max-height: 350px;
    }

    .c-ecmprlx h3.title-no-gerarchy {
        font-size: 8vw;
    }

}

@media(min-width:767px) and (max-width:991px){
    .azsupchain .title-no-gerarchy{
        font-size: 6vw;
    }

    .dhlfooter {
        top: 50px;
    }

    .footer::before {
        border-bottom: 130px solid transparent;
    }
}

@media(max-width:991px) {

    .footer{
        padding: 90px 7vw 50px 7vw;
    }

    #mainmenu ul.mod-list li {
        font-size: 30px;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }

    #mainmenu .nav.menu.mod-list {
        margin-top: 3rem;
    }

    .ecmprlx{
        margin-bottom: 40px;
    }

    .text-smallregular {
        font-size: 16px;
        line-height: 26px;
    }
    
    .ttnsp{
        margin-bottom: 1.5rem;
        position: -webkit-relative;
        position: relative;
        top: unset;
    }

    .valori-features, .azsupchain {
        padding: 40px 0;
    }

    .armnrt .title-no-gerarchy.text-right{
        text-align: left!important;
    }

    .ecmqlt{
        z-index: 3;
        overflow: unset;
    }

    .imgecmqlt {
        top: 0;
        width: 40vw;
        padding: 5vw;
        transform: translateY(-50%);
    }

    .crtaz, .azsupchain, .ecmqlt {
        padding: 80px 0;
    }

    .bgform h1 {
        font-size: 30px;
    }
}

@media(max-width:767px) {
    .hlarge{
        font-size: 10vw;
        line-height: 100%;
    }

    .azsupchain {
        padding: 70vw 0 40px 0;
    }

}
@media(max-width:576px){

    .logo-aeo{
        max-width: 50px;
    }


    .footer {
        padding: 30px 7vw 50px 7vw;
    }

    .dhlfooter {
        position: absolute;
        top: 30px;
        right: 0;
        z-index: 3;
        width: 200px;
    }

    .testotraccia {
        -webkit-text-stroke: 1px #AB000F;
    }

    .nostrespedizioni ul li {
        font-size: 22px;
        line-height: 28px;
    }

    .nostrespedizioni ul li span {
        font-size: 18px;
        line-height: 26px;
    }

    .payoffgn {
        padding: 6vh 0;
        height: 85vh;
        overflow: hidden;
    }

    .dsc-clntnc{
        height: 30vh;
    }

    #payoff2 .wr-hlgts, #payoff2 .wrb-hlgts {
        transform: rotateZ(-4deg) scale(2.5);
    }

    #payoff2 .sbttl {
        font-size: 22px;
    }

    .w-crcrt {
        top: 0;
        transform: unset;
        width: 250px;
    }

    .c-lgcprlx .title-no-gerarchy {
        font-size: 10vw;
    }

    .addsrvlgstc{
        font-size: 20px;
    }

    .hdrecmm::after {
        border-bottom: 60px solid transparent;
    }

    .c-hdrecmm {
        padding: 120px 0 120px 0;
    }

    .c-ecmprlx h3.title-no-gerarchy {
        font-size: 10vw;
    }

    .imgecmqlt {
        width: 50vw;
    }

    .footer::before {
        border-bottom: 80px solid transparent;
    }

    .numerispedizioni, .numeriecommerce {
        padding: 80px 0;
        min-height: unset;
        height: unset;
    }
    
    .numerispedizioni ul.num-list li, .numeriecommerce ul.num-list li{
        position: relative;
        font-size: 40px;
        padding-bottom: 50px;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .numerispedizioni .wrlblnn, .numeriecommerce .wrlblnn{
        margin:0;
        display: none;
    }

    .numerispedizioni .lblnn, .numeriecommerce .lblnn{
        text-align: right;
        position: relative;
        width: 50%;
    }

}

.mod-languages a{
    font-size: .9rem;
    padding-left: 0!important;
    font-weight: 700;
}

div.mod-languages li:first-child {
    padding: 10px 0 5px 5px;
}

div.mod-languages li:last-child {
    padding: 5px 0 10px 5px;
}