@media (min-width: 1024px) {


.ac-container {
    width: 70rem;
    margin: 0 auto;
    height: 100%;
    padding: 1rem;
}
.ac-container-flued {
width: 99rem;
    margin: 0 auto;
}

h2 {
    font-size: 3.2rem;
    text-align: center;
    margin: 4rem auto;
}

p {
            font-size: 2.4rem;
            text-align: center;
}

/* Header */
header {
            height: 99vh;
}
header .ac-container-flued {
                height: 99vh;
            position: relative;
}
/* header .ac-hero-image{
    display: flex;
    justify-content: center;
    align-items: center;
     height: 100vh;
                 top: 0.45rem;
}
header .ac-hero-image img {
            width: 100%;
            height: 100%;
            max-width: unset;
            display: flex;
            justify-content: center;
            align-items: center;
            object-fit: contain;
} */
header .ac-hero-image {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 95vh;
            width: auto;
            position: absolute;
            bottom: -0.9vw;
            left: 11vw;
}
header .ac-hero-image img,
header .ac-hero-stampa img {
    width: auto;
    height: 100%;
    max-width: unset;
}
header .ac-hero-stampa {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 22vh;
            width: auto;
            position: absolute;
            bottom: -3vw;
            left: 137vh;
}
header .ac-hero_logo{
            position: absolute;
            top: 15%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 11rem;
}
header h1 {
            position: absolute;
            top: 41%;
            left: 68%;
            transform: translate(-50%, -50%);
            text-align: center;
            font-size: 5.22rem;
            width: max-content;
}
header h1 .ac-line-2{
background-color: var(--yellow);
            display: block;
            transform: rotate(2deg);
            width: max-content;
            text-align: center;
}

/* End Header */

/* Main */

section {
    width: 100%;
    height: auto;
    padding:  0;
}
#ac-part-1{
    padding:5rem 0 3rem;
                overflow: hidden;
}
#ac-part-1 .ac-border{
    position: absolute;
    top: 50%;
    left: 50%;
                transform: translate(-50%, -156%);
            width: 20rem;
}
#ac-part-1 .ac-line{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(39%, -273%);
            width: 36rem;
}

#ac-part-2{
    padding:3rem 0;
                position: relative;
}
#ac-part-2 h2 {
    margin:0 auto
}
#ac-part-2 .ac-benefits-wrapper{
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            width: 70rem;
            margin: 4rem auto 0;
            font-size: 2rem;
}
#ac-part-2 .ac-benefits-wrapper .ac-benefit{
            width: 30%;
            margin: 0 auto;
            text-align: right;
            background-color: var(--yellow);
            border-radius: 0.5rem;
            padding: 0.5em;
            position: relative;
            height: 11em;
            margin-bottom: 1em;
}
#ac-part-2 .ac-benefits-wrapper img{
            width: 7em;
            height: auto;
            display: block;
            position: absolute;
            top: 5em;
            left: 0em;
}
#ac-part-2 .ac-benefits-wrapper .ac-benefit-1 img {
            top: 5em;
            left: 1em;
            width: 6em;
}
#ac-part-2 .ac-benefits-wrapper .ac-benefit-2 img {
            top: 4.5em;
            left: 0.5em;
            width: 6.5em;
}
#ac-part-2 .ac-benefits-wrapper .ac-benefit-3 img {
            top: 4.5em;
            left: -1em;
            width: 6em;
}
#ac-part-2 .ac-benefits-wrapper .ac-benefit-4 img {
            top: 5.5em;
            left: 1em;
            width: 8em;
}
#ac-part-2 .ac-benefits-wrapper .ac-benefit-5 img {
            top: 5.3em;
            left: -0.5em;
            width: 7em;
}
#ac-part-2 .ac-benefits-wrapper .ac-benefit-4{
            margin-left: 2.5rem;
}
#ac-part-2 .ac-benefits-wrapper .ac-benefit-5{
            margin-right: 0rem;
}
#ac-part-2 .ac-footer_2{
            display: block;
            position: absolute;
            bottom: 0;
            left: 1%;
            width: 23rem;
}
#ac-part-2 .ac-stampa_600{
            display: block;
            position: absolute;
            bottom: -6rem;
            right: 3%;
            width: 12rem;
            z-index: 1;
}
#ac-part-2 .ac-arrow_down{
        width: 5rem;
    position: absolute;
    top: -4.5rem;
    left: 18rem;
}
/* End Main */


/* Form Desktop */
footer{
    padding:4rem 0 3rem;
}

.form-wrapper {
    position: relative;
}

.form-wrapper fieldset {
    width: auto;
    display: flex;
    flex-direction: column;
    height: auto;
                border-width: 0px;
}

.form-wrapper fieldset label {
    display: none;
}
.form-wrapper fieldset label.control-label{
    display: inline-block;
}

.form-wrapper legend {
            margin-bottom: 1rem;
display: flex;
            flex-direction: row-reverse;
            width: max-content;
            font-size: 3.6rem;
            line-height: 0.9;
            margin-bottom: 1.5rem;
            text-align: right;
}
.form-wrapper legend img{
            width: 8rem;
            margin-left: 3rem;
}
.form-wrapper .ac-impts-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            width: 85%;
    margin: 0 auto;
}

.form-wrapper .btn-send {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-wrapper .btn-send button {
            background-color: var(--purple);
            border: 0.1rem solid var(--text-color);
            color: var(--white);
            padding: 0.2rem 1.5rem;
            transition: color 0.5s, background-color 0.5s;
            width: 85%;
            border-radius: 2rem;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            height: 4rem;
            margin: 0 auto;
            font-family: var(--font-bold);
            color:var(--text-color);
            font-weight: 700;
            font-size: 1.8rem;
}
.form-wrapper .btn-send button img{
    width: 0.81rem;
    margin: auto 1rem auto 0;
}
.form-wrapper .btn-send button:hover,
.form-wrapper .btn-send button:focus {
    background-color: var(--white);
    color: var(--text-color);
}
.form-wrapper .form-group{
width: 49%;
            height: 4rem;
            margin-bottom: 1rem;
}
.form-wrapper .form-group.form-group-checkbox{
width: 85%;
            margin: 0 8% 0 auto;
            color: var(--white);
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-top: 0.5rem;
font-size: 1.2rem;
}
.form-wrapper .form-group.form-group-checkbox input {
            width: 2rem;
            height: 2rem;
            margin: 0 0 0 1rem;
}
html[lang="he"] .form-wrapper input {
            color: var(--text-color);
            font-family: var(--font-bold);
            font-weight: 700;
            font-size: 1.8rem;
            margin: 0 0.5rem 1rem 0.5rem;
            padding: 0.3rem;
            width: 100%;
            height: 100%;
            border-radius: 2rem;
            border: 0;
            text-align: center;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--text-color);
      font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1.8rem;
    text-indent: 0.1rem;
    transition: text-indent 0.5s;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--text-color);
      font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1.8rem;
    text-indent: 0.1rem;
    transition: text-indent 0.5s;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--text-color);
      font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1.8rem;
    text-indent: 0.1rem;
    transition: text-indent 0.5s;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: var(--text-color);
      font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1.8rem;
    text-indent: 0.1rem;
    transition: text-indent 0.5s;
}

input:hover::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
    text-indent: 1rem;
}

input:hover:-moz-placeholder,
input:focus:-moz-placeholder {
    /* Firefox 18- */
    text-indent: 1rem;
}

input:hover::-moz-placeholder,
input:focus::-moz-placeholder {
    /* Firefox 19+ */
    text-indent: 1rem;
}

input:hover:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
    text-indent: 1rem;
}


/* End Form Desktop */
footer .ac-phone-line{
    text-align: center;
    width: 53%;
    margin: 2rem auto 0;
    font-size: 1.2rem;
    font-family: var(--font-bold);
    color: var(--white);
}
footer .ac-wrapper-company-links{
display: flex;
            flex-direction: row;
            justify-content: space-evenly;
            align-items: center;
width: 53%;
            font-size: 1.2rem;
            margin: 2rem auto;
}
footer .ac-wrapper-company-links a {
    color: var(--white);
    font-size: 1.5rem;
}
footer .ac-wrapper-company-links a#ac-phone-cta {
        font-weight: 900;
}
}



