body.page-template-noleggio-operativo .hero-slide__content_landing {
    position: static;
    transform: unset;
    margin-top: 10rem;
}

body.page-template-noleggio-operativo .hero-slide__content_landing h1 {
    color: #000;
    font-family: 'Inter Bold';
    font-weight: normal;
}

@media (max-width: 991px) {
    body.page-template-noleggio-operativo button.btn-accordion2 {
        top: -4px;
    }
}

@media (min-width: 768px) {

    body.page-template-noleggio-operativo .wrapper-video button,
    body.page-template-noleggio-operativo .video-vimeo .close-video {
        display: none;
    }


    body.page-template-noleggio-operativo .wrapper-video iframe {
        background-color: #000;
    }
}

body.page-template-noleggio-operativo .wrapper-video {
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    display: flex;
    flex-direction: column;
    justify-content: center;

    position: relative;
}

body.page-template-noleggio-operativo .wrapper-video::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
    body.page-template-noleggio-operativo .wrapper-video {
        min-height: 100vh;
        background-size: cover;
        background-position: center center;
    }

    body.page-template-noleggio-operativo .wrapper-video .video-vimeo {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.8);
        align-items: center;
        justify-content: center;
        padding: 3rem;
        z-index: 999;
        display: none;
        align-items: center;
        justify-content: center;
    }

    body.page-template-noleggio-operativo .wrapper-video button {
        background: url(../images/play.svg) center/contain no-repeat;
        border: 0;
        border-radius: 50%;
        color: inherit;
        font: inherit;
        line-height: normal;
        overflow: visible;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: transparent;
        position: absolute;
        left: 50%;
        top: 35vh;
        z-index: 2;
        color: transparent;
        -webkit-transition: box-shadow 0.3s;
        -webkit-transition: -webkit-box-shadow 0.3s;
        transition: -webkit-box-shadow 0.3s;
        transition: box-shadow 0.3s;
        transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
        width: 60px;
        height: 60px;
        padding: 0;

        -webkit-box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.75);

        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    body.page-template-noleggio-operativo .video-vimeo .close-video {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 30px;
        cursor: pointer;
    }
}

body.page-template-noleggio-operativo .landing-video {
    margin-bottom: 0;
}

.container-lg,
.container {
    --bs-gutter-x: 60px;
}

.row {
    --bs-gutter-x: 30px;
}

@media (max-width: 1199px) {
    body.page-template-noleggio-operativo .wrapper-video {
        height: 60vh;
        min-height: 600px;
    }
}

/*
// ANCHOR: icon list horizontal
*/

body.page-template-noleggio-operativo .icon-list-horizontal {
    background-color: #C40B34;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
    margin-bottom: 60px;
}

body.page-template-noleggio-operativo .icon-list-horizontal img {
    height: 60px;
}

body.page-template-noleggio-operativo .icon-list-horizontal .content p {
    font-size: 18px;
    line-height: 28px;
}

body.page-template-noleggio-operativo .icon-list-horizontal .row {
    --bs-gutter-y: 40px;
}

body.page-template-noleggio-operativo .icon-list-horizontal .icon {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    body.page-template-noleggio-operativo .icon-list-horizontal .item {
        display: flex;
        align-items: center;
    }

    body.page-template-noleggio-operativo .icon-list-horizontal .item .icon {
        width: 60px;
        margin-bottom: 0;
    }

    body.page-template-noleggio-operativo .icon-list-horizontal .item .content {
        width: calc(100% - 60px);
        padding-left: 30px;
    }

    body.page-template-noleggio-operativo .icon-list-horizontal .item .content br {
        display: none;
    }
}

@media (min-width: 768px) {
    body.page-template-noleggio-operativo .icon-list-horizontal {
        padding-top: 80px;
        padding-bottom: 80px;
        margin-bottom: 80px;
        text-align: center;
    }
}

@media (min-width: 992px) {
    body.page-template-noleggio-operativo .icon-list-horizontal {
        padding-top: 100px;
        padding-bottom: 100px;
        margin-bottom: 100px;
    }

    body.page-template-noleggio-operativo .icon-list-horizontal img {
        height: 80px;
    }

    body.page-template-noleggio-operativo .icon-list-horizontal .row {
        justify-content: space-around;
    }

    body.page-template-noleggio-operativo .icon-list-horizontal .content p {
        font-size: 20px;
        line-height: 30px;
    }
}

/* END icon list horizontal */


/*
// ANCHOR: discover noleggio
*/

body.page-template-noleggio-operativo .discover-noleggio {
    margin-bottom: 60px;
}

body.page-template-noleggio-operativo .discover-noleggio h2.title {
    margin-bottom: 30px;
}

body.page-template-noleggio-operativo .discover-noleggio h2 strong,
body.page-template-noleggio-operativo .discover-noleggio h2 b {
    color: #C40B34;
    font-size: 30px;
    line-height: 40px;
}

body.page-template-noleggio-operativo .discover-noleggio .row {
    justify-content: center;
}

body.page-template-noleggio-operativo .discover-noleggio .left img {
    width: 130px;
}

body.page-template-noleggio-operativo .discover-noleggio .right h3,
body.page-template-noleggio-operativo .discover-noleggio .right h2 {
    font-family: "Inter Bold", sans-serif;
    font-weight: inherit;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
}

body.page-template-noleggio-operativo .discover-noleggio .right h3 strong,
body.page-template-noleggio-operativo .discover-noleggio .right h2 strong,
body.page-template-noleggio-operativo .discover-noleggio .right h3 b,
body.page-template-noleggio-operativo .discover-noleggio .right h2 b {
    color: #C40B34;
}

@media (max-width: 767px) {
    body.page-template-noleggio-operativo .discover-noleggio .left img {
        width: auto;
        height: 60px;
        margin-bottom: 10px;
    }

    body.page-template-noleggio-operativo .discover-noleggio .right h3,
    body.page-template-noleggio-operativo .discover-noleggio .right h2 {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    body.page-template-noleggio-operativo .discover-noleggio {
        margin-bottom: 80px;
    }

    body.page-template-noleggio-operativo .discover-noleggio h2.title {
        margin-bottom: 40px;
    }

    body.page-template-noleggio-operativo .discover-noleggio h2 strong,
    body.page-template-noleggio-operativo .discover-noleggio h2 b {
        font-size: 35px;
        line-height: 45px;
    }

    body.page-template-noleggio-operativo .discover-noleggio .right h3,
    body.page-template-noleggio-operativo .discover-noleggio .right h2 {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (min-width: 992px) {
    body.page-template-noleggio-operativo .discover-noleggio {
        margin-bottom: 100px;
    }

    body.page-template-noleggio-operativo .discover-noleggio h2.title {
        text-align: center;
        margin-bottom: 50px;
    }

    body.page-template-noleggio-operativo .discover-noleggio h2 strong,
    body.page-template-noleggio-operativo .discover-noleggio h2 b {
        font-size: 40px;
        line-height: 50px;
    }

    body.page-template-noleggio-operativo .discover-noleggio .right h3,
    body.page-template-noleggio-operativo .discover-noleggio .right h2 {
        font-size: 28px;
        line-height: 38px;
    }
}


/* END discover noleggio */

/*
// ANCHOR: highlight
*/

body.page-template-noleggio-operativo .highlight {
    margin-bottom: 60px;
}

body.page-template-noleggio-operativo .highlight h3 {
    font-family: "Inter Bold", sans-serif;
    font-weight: inherit;
    margin-bottom: 20px;
}

body.page-template-noleggio-operativo .highlight h3 strong,
body.page-template-noleggio-operativo .highlight h3 b {
    color: #C40B34;
}

body.page-template-noleggio-operativo .highlight .row {
    justify-content: center;
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

body.page-template-noleggio-operativo .highlight .item .wrapper {
    box-shadow: 0 0 10px 5px #f6f6f6;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

body.page-template-noleggio-operativo .highlight .item .wrapper .left {
    width: 60px;
    margin-bottom: 10px;
}

body.page-template-noleggio-operativo .highlight .item .wrapper .right {
    width: 100%;
    text-align: left;
}

body.page-template-noleggio-operativo .highlight .item .wrapper .left img {
    width: 60px;
    height: 60px;
    margin-bottom: 0px;
}

body.page-template-noleggio-operativo .highlight .item .wrapper .title {
    font-size: 18px;
    line-height: 28px;
    font-family: "Inter Bold", sans-serif;
    font-weight: inherit;
    margin-bottom: 10px;
}

body.page-template-noleggio-operativo .highlight .item .wrapper .number {
    font-family: "Inter Bold", sans-serif;
    font-weight: inherit;
    color: #D9D9D9;
}

@media (min-width: 576px) {
    body.page-template-noleggio-operativo .highlight .item .wrapper .left {
        width: 80px;
        margin-bottom: 0px;
    }

    body.page-template-noleggio-operativo .highlight .item .wrapper .right {
        width: calc(100% - 80px);
        padding-left: 40px;
    }
}

@media (min-width: 768px) {
    body.page-template-noleggio-operativo .highlight {
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    body.page-template-noleggio-operativo .highlight {
        margin-bottom: 100px;
    }

    body.page-template-noleggio-operativo .highlight .item .wrapper .left img {
        width: 80px;
        height: 80px;
        margin-bottom: 5px;
    }

    body.page-template-noleggio-operativo .highlight .item .wrapper .title {
        font-size: 20px;
        line-height: 30px;
    }

    body.page-template-noleggio-operativo .highlight .item .wrapper {
        padding: 30px;
    }

    body.page-template-noleggio-operativo .highlight h3  {
        margin-bottom: 40px;
    }
}

/* END highlight */


/*
// ANCHOR: form
*/

body.page-template-noleggio-operativo .contact-form .wpcf7-response-output {
    width: fit-content;
    margin: 0 auto;
    margin-top: 50px;
}

@media (max-width: 768px) {

    body.page-template-noleggio-operativo .contact-form .wpcf7-response-output {

        margin-top: 30px;
    }
}

body.page-template-noleggio-operativo .contact-form select {
    color: #141B26;
    border-color: #808285;
    width: 100%;
    padding-bottom: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(./images/arrow-down.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 98% center;
    background-position-y: 5px;
    font-weight: 300;
}

@media (max-width: 992px) {
    body.page-template-noleggio-operativo .contact-form select {
        background-size: 20px;
    }

}


body.page-template-noleggio-operativo .contact-form input,
body.page-template-noleggio-operativo .contact-form textarea {
    font-size: 16px;
}

@media (max-width: 575px) {

    body.page-template-noleggio-operativo .contact-form input,
    body.page-template-noleggio-operativo .contact-form textarea {
        font-size: 14px;
    }
}

body.page-template-noleggio-operativo .contact-form input.wpcf7-text {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #252525;
}

body.page-template-noleggio-operativo .contact-form input.wpcf7-file {
    padding: 2rem 1.5rem 0.9rem;
    margin-bottom: 2rem;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #252525;
}

body.page-template-noleggio-operativo .contact-form textarea {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
    cursor: pointer;
    border-bottom: 1px solid #252525;
}

body.page-template-noleggio-operativo .contact-form input.wpcf7-submit {
    font-family: "Inter Bold", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.5px;
    background-color: #C40C34;
    color: white;
    text-transform: uppercase;
    padding: 2rem 4rem;
    border: none;
    border-bottom: none !important;
}

@media (max-width: 991px) {
    body.page-template-noleggio-operativo .contact-form input.wpcf7-submit {
        font-size: 1.3rem;
        padding: 1.5rem 4rem;
    }
}

body.page-template-noleggio-operativo .contact-form .submit {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-top: 30px;
}

@media (max-width: 767px) {

    body.page-template-noleggio-operativo .contact-form .submit {
        display: flex;
        justify-content: flex-start;
    }
}


body.page-template-noleggio-operativo .contact-form .submit p {
    width: fit-content;
}

@media (max-width: 757px) {
    body.page-template-noleggio-operativo .contact-form .submit p {
        width: 100%;
    }

    body.page-template-noleggio-operativo .contact-form .submit p input.wpcf7-submit {
        width: 100%;
    }
}

body.page-template-noleggio-operativo .contact-form .wpcf7-spinner {
    position: absolute;
    left: -15px;
    top: 27%;
}

body.page-template-noleggio-operativo .contact-form .checkbox .wpcf7-checkbox {
    width: 100%;
    font-size: 15px;
    outline: 0;
    width: 100%;
    outline: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 20px;
}

@media (max-width: 768px) {
    body.page-template-noleggio-operativo .contact-form .checkbox .wpcf7-checkbox {
        column-gap: 30px;
    }
}


@media only screen and (min-width: 568px) and (max-width: 767px) {
    body.page-template-noleggio-operativo .contact-form.inline .col-sm-12 {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
    body.page-template-noleggio-operativo .contact-form.inline .col-sm-6 {
        margin-top: 0;
    }
}

body.page-template-noleggio-operativo .landing-form .wpcf7-list-item.first.last .wpcf7-list-item-label {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 3.1rem;
}

body.page-template-noleggio-operativo .landing-form .wpcf7-list-item {
    margin: 0;
}

body.page-template-noleggio-operativo .landing-form .wpcf7-not-valid-tip {
    color: #ff4040;
    font-size: 15px;
    line-height: 15px;
    position: relative;
    top: -10px;
}

body.page-template-noleggio-operativo .landing-form .wpcf7-list-item .wpcf7-list-item-label {
    display: block;
    position: relative;
    cursor: pointer;
}

body.page-template-noleggio-operativo .landing-form .wpcf7-list-item .wpcf7-list-item-label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

body.page-template-noleggio-operativo .landing-form .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
    background-color: #fff;
}

body.page-template-noleggio-operativo .landing-form .wpcf7-list-item input {
    display: none;
}

body.page-template-noleggio-operativo .landing-form__form {
    margin-top: 40px;
}

@media (max-width: 767px) {
    body.page-template-noleggio-operativo .landing-form {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

body.page-template-noleggio-operativo .contact-form input.wpcf7-submit {
    line-height: normal;
    border-radius: 0;
}

/* END form */