@media (max-width: 1023px) {


.ac-container {
  width: 90%;
margin: 0 auto;
}
.ac-container-flued {
  width: 100%;
}

h2 {
font-size: 2.5rem;
            text-align: right;
            margin: 4rem auto;
            text-indent: 3vw;
}

p {
    font-size: 1.6rem;
    text-align: right;
    line-height: 1.2;
}
/* Header */
header {
            height: auto;
}
header .ac-hero-image{
    display: flex;
    justify-content: center;
    align-items: center;
                 top: 0.45rem;
}
header .ac-hero-image img,
header .ac-hero-stampa img {
            width: 100%;
            height: 100%;
            max-width: unset;
            display: flex;
            justify-content: center;
            align-items: center;
            object-fit: contain;
}
header .ac-hero-stampa {
display: flex;
            justify-content: center;
            align-items: center;
            height: auto;
            width: 24vw;
            position: absolute;
            bottom: -4vw;
            left: 1vw;
}
header .ac-hero_logo{
            position: absolute;
            top: 13%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 5rem;
}
header h1 {
            position: absolute;
            top: 32%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            font-size: 2rem;
            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: 3rem 0 3rem;
                overflow: hidden;
}
#ac-part-1  h2:nth-child(2){
       margin-bottom: 2.5rem;
}
#ac-part-1  h2:nth-child(5){
margin:2rem auto;

}
#ac-part-1 p:nth-child(1){
    text-align: center;
}
#ac-part-1 .ac-border{
            position: absolute;
            top: 50%;
            left: 50%;
                        transform: translate(-17%, -139%);
            width: 17rem;
}
#ac-part-1 .ac-line{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-149%, -308%);
            width: 16rem;
        
}

#ac-part-2{
    padding:3rem 0;
                position: relative;
}
#ac-part-2 h2 {
            margin: 1rem auto 0;
            text-indent: 0;
            text-align: center;
}
#ac-part-2 .ac-benefits-wrapper{
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            width: 90vw;
            margin: 2rem 0 0;
            font-size: 1.1rem;
}
#ac-part-2 .ac-benefits-wrapper .ac-benefit{
width: 45%;
            margin: 0 auto;
            text-align: right;
            background-color: var(--yellow);
            border-radius: 0.5rem;
            padding: 0.5em;
            position: relative;
            height: 9em;
            margin-bottom: 1em;
}
#ac-part-2 .ac-benefits-wrapper img{
            width: 3em;
            height: auto;
            display: block;
            position: absolute;
            top: 5em;
            left: 0em;
}
#ac-part-2 .ac-benefits-wrapper .ac-benefit-1 img {
            top: 5em;
            left: 1.3em;
            width: 4em;
}
#ac-part-2 .ac-benefits-wrapper .ac-benefit-2 img {
            top: 4.5em;
            left: 0.5em;
            width: 4.5em;
        }
#ac-part-2 .ac-benefits-wrapper .ac-benefit-3 img {
            top: 4.7em;
            left: -0.5em;
            width: 4.5em;
}
#ac-part-2 .ac-benefits-wrapper .ac-benefit-4 img {
top: 4.6em;
            left: 1em;
            width: 6.5em;
}
#ac-part-2 .ac-benefits-wrapper .ac-benefit-5 img {
            top: 4.3em;
            left: -0.5em;
            width: 6em;
}

#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: 47vw;
}
#ac-part-2 .ac-stampa_600{
            display: block;
            position: absolute;
            bottom: -21vw;
            left: 6%;
            width: 28vw;
            z-index: 1;
}
#ac-part-2 .ac-arrow_down{
    width: 4rem;
    position: absolute;
    top: -4.5rem;
    left: 1rem;
}


/* End Main */


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

.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 {
            display: flex;
            flex-direction: column-reverse;
            width: max-content;
            font-size: 2.6rem;
            line-height: 0.9;
            margin-bottom: 1.25rem;
            text-align: center;
}
.form-wrapper legend img{
            width: 8rem;
            margin: 0 auto 2rem auto;
}
.form-wrapper .ac-impts-wrapper {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            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: 100%;
            border-radius: 2rem;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            height: 3.5rem;
            margin: 0 auto;
            font-family: var(--font-bold);
            color: var(--text-color);
            font-weight: 700;
            font-size: 1.5rem;
}
.form-wrapper .btn-send button img{
            width: 0.7rem;
            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: 100%;
            height: 3rem;
            margin-bottom: 1rem;
}
.form-wrapper .form-group.form-group-checkbox{
width: 97%;
            margin: 0 0% 1rem auto;
            color: var(--white);
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-top: 2rem;
            font-size: 0.9rem;
}
.form-wrapper .form-group.form-group-checkbox input {
            width: 2.5rem;
            height: 2.5rem;
            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 0rem 1rem 0rem;
            padding: 0.3rem 0.3rem 0;
            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;
}
footer .ac-phone-line{
    text-align: center;
    width: 94%;
    margin: 1.5rem 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-around;
            align-items: center;
            width: 94%;
            font-size: 1.2rem;
            margin: 2rem auto;
            flex-wrap: wrap;
            line-height: 1.5;
}
footer .ac-wrapper-company-links a {
    color: var(--white);
}


/* End Form Desktop */
}
@media (max-width: 650px) {
  
    footer .ac-wrapper-company-links a {
    color: var(--white);
    font-size: 1.4rem;
}
footer .ac-wrapper-company-links a#ac-phone-cta {
    font-weight: 900;
}
}



