/* generic */
:root {
    --header-height: 90px;
}

@media screen and (max-width: 959px) {
    :root {
        --header-height: 75px;
    }
}

@font-face {
    font-family: 'Forma DJR Micro';
    src: url('/wp-content/themes/movedo-child/assets/font/FormaDJRMicro-ExtraLight.woff2') format('woff2'),
        url('/wp-content/themes/movedo-child/assets/font/FormaDJRMicro-ExtraLight.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Forma DJR Micro';
    src: url('/wp-content/themes/movedo-child/assets/font/FormaDJRMicro-Light.woff2') format('woff2'),
        url('/wp-content/themes/movedo-child/assets/font/FormaDJRMicro-Light.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Forma DJR Micro';
    src: url('/wp-content/themes/movedo-child/assets/font/FormaDJRMicro-Regular.woff2') format('woff2'),
        url('/wp-content/themes/movedo-child/assets/font/FormaDJRMicro-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Forma DJR Micro';
    src: url('/wp-content/themes/movedo-child/assets/font/FormaDJRMicro-Medium.woff2') format('woff2'),
        url('/wp-content/themes/movedo-child/assets/font/FormaDJRMicro-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Forma DJR Micro';
    src: url('/wp-content/themes/movedo-child/assets/font/FormaDJRMicro-Bold.woff2') format('woff2'),
        url('/wp-content/themes/movedo-child/assets/font/FormaDJRMicro-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Forma DJR Micro';
    src: url('/wp-content/themes/movedo-child/assets/font/FormaDJRMicro-ExtraBold.woff2') format('woff2'),
        url('/wp-content/themes/movedo-child/assets/font/FormaDJRMicro-ExtraBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Forma DJR Micro';
    src: url('/wp-content/themes/movedo-child/assets/font/FormaDJRMicro-Black.woff2') format('woff2'),
        url('/wp-content/themes/movedo-child/assets/font/FormaDJRMicro-Black.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Forma DJR Micro' !important;
}

body {
    font-weight: 300 !important;
}

h1 {
    letter-spacing: 0 !important;
}

#grve-main-content .grve-main-content-wrapper {
    padding: 0 !important;
}

/* buttons */
.leadea-button {
    border-radius: 25px;
    font-size: 17px;
    padding: 13px 25px;
    display: inline-flex;
    gap: 20px;
}

.leadea-button img {
    width: 15px;
}

.leadea-button.gradient {
    background: linear-gradient(273deg, #91293A 0%, #123777 100%) 0% 0% no-repeat padding-box;
    color: white;
}

.leadea-button.blue {
    background-color: #123777;
    color: white;
}

.leadea-button.white {
    background-color: white;
    color: #123777;
    font-weight: 400;
}

.leadea-button.white img {
    content: url(/wp-content/themes/movedo-child/assets/arrow-right-blue.svg);
}

@media screen and (max-width: 767px) {
    .leadea-button {
        font-size: 14px;
        padding: 9px 20px;
        display: inline-flex;
    }

    .leadea-button img {
        width: 11px;
    }

    .leadea-button.mobile_red {
        font-size: 17px;
        padding: 11px 25px;
        color: white;
        background-color: #91293A;
    }
}

/* header */
#grve-main-header,
#grve-main-responsive-header {
    background: linear-gradient(90deg, #123777 0%, #91293A 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
}

#grve-main-menu li.menu-item a {
    padding-left: 70px !important;
}

@media screen and (max-width: 1030px) {
    #grve-header .grve-horizontal-menu.grve-position-right ul.grve-menu>li>a {
        padding-left: 40px !important;
    }
}

/* header mobile */
.icon-open-hidden-menu {
    height: 100%;
    position: relative;
}

.icon-open-hidden-menu div {
    width: 100%;
    height: 1px;
    background-color: white;
    position: absolute;
    transition: all 0.3s;
}

.icon-open-hidden-menu div:nth-child(1) {
    top: 0;
}

.icon-open-hidden-menu div:nth-child(2) {
    top: 8px;
}

.icon-open-hidden-menu div:nth-child(3) {
    top: 16px;
}

.icon-open-hidden-menu div:nth-child(4) {
    transform: rotate(-45deg);
    top: 8px;
    width: 100%;
    opacity: 0;
}

.toggle-hidden-menu.open .icon-open-hidden-menu div:nth-child(4) {
    opacity: 1;
}

.toggle-hidden-menu.open .icon-open-hidden-menu div:nth-child(1),
.toggle-hidden-menu.open .icon-open-hidden-menu div:nth-child(3) {
    opacity: 0;
}

.toggle-hidden-menu.open .icon-open-hidden-menu div:nth-child(2) {
    transform: rotate(45deg);
    top: 8px;
}

.collapse_menu_mobile {
    height: 0;
    transition: height 0.35s;
    overflow: hidden;
}

.collapse_menu_mobile .menu-container {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: baseline;
    gap: 20px 40px;
}

.collapse_menu_mobile.open {
    height: 120px;
}

.mobile-menu-link {
    font-size: 15px;
    font-family: Poppins;
    font-weight: 200;
    color: white !important;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    width: 125px;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.collapse_menu_mobile .mobile-lang-switch {
    width: 125px;
    height: 40px;
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
}

.collapse_menu_mobile .mobile-lang-switch a {
    font-size: 15px;
    color: white;
    font-weight: 200;
    opacity: 0.5;
    line-height: 1;
}

.collapse_menu_mobile .mobile-lang-switch a.current {
    font-weight: 300;
    opacity: 1;
}

.collapse_menu_mobile .mobile-lang-switch img {
    width: 14px;
    margin-right: 10px;
    margin-left: 17px;
}

@media screen and (max-width: 767px) {
    .collapse_menu_mobile.open {
        height: 180px;
    }


    .collapse_menu_mobile .menu-container {
        flex-wrap: wrap;
        max-width: 400px;
    }
}

@media screen and (max-width: 365px) {

    .collapse_menu_mobile .menu-container {
        gap: 20px 10px;
    }
}

@media screen and (max-width: 325px) {
    .mobile-menu-link {
        width: 100%;
    }

    .collapse_menu_mobile {
        overflow: scroll;
    }

    .collapse_menu_mobile .mobile-lang-switch{
        width: 80%;
        margin-bottom: 20px;
    }
}

/* footer */
.footer-link {
    color: white;
    font-size: 18px;
}

.footer-link:hover {
    color: white;
}


#footer-menu-1 .grve-column-wrapper,
#footer-menu-2 .grve-column-wrapper {
    display: flex;
    justify-content: center;
    gap: 70px;
}

#footer-menu-1 .grve-column-wrapper {
    margin-bottom: 35px;
}

#footer-menu-2 .grve-column-wrapper {
    margin-top: 35px;
    margin-bottom: 90px;
}

#footer-menu-1 .footer-link {
    font-family: Poppins;
    font-weight: 200;
}

#footer-menu-2 .footer-link {
    font-weight: 400;
}

.footer-separator {
    height: 1px;
    background-color: white;
}

@media screen and (max-width: 767px) {

    #footer-menu-1 .grve-column-wrapper,
    #footer-menu-2 .grve-column-wrapper {
        justify-content: space-between;
        gap: 0;
    }
}

@media screen and (max-width: 530px) {
    .footer-link {
        font-size: 11px;
    }

    #footer-menu-2 .grve-column-wrapper {
        margin-top: 15px;
        margin-bottom: 70px;
    }

    #footer-menu-1 .grve-column-wrapper {
        margin-bottom: 15px;
    }

    .footer-separator {
        opacity: 0.5;
    }
}

/* home */
#home-title {
    margin-top: 50px;
}

#home-title .grve-column-wrapper {
    min-height: calc(100vh - var(--header-height));
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0;
}

#home-gsap-anim .tab {
    border-radius: 52px;
    padding: 38px;
    text-align: center;
}

#home-gsap-anim .tab .text {
    color: #C4C4C4;
    max-width: 710px;
    margin: 0 auto;
}

#home-gsap-anim .tab1 {
    background-color: #123777;
    padding-bottom: 160px;
}

#home-gsap-anim .tab2 {
    background-color: #113D89;
    padding-bottom: 160px;
}

#home-gsap-anim .tab3 {
    background-color: #2256B1;
    padding-bottom: 80px;
}

#home-gsap-anim .tab1 lottie-player {
    width: 116px;
    margin: 0 auto -30px auto;
}

#home-gsap-anim .tab2 lottie-player {
    width: 76px;
    margin: 0 auto;
}

#home-gsap-anim .tab3 lottie-player {
    width: 116px;
    margin: 0 auto;
}

#home-gsap-anim .tab3 .leadea-button {
    margin-top: 35px;
}

#home-gsap-anim .mobile-open {
    display: none;
}

#row-after-gsap-anim {
    margin-top: 900px;
}

.home-circles-space {
    height: 500px !important;
}

.lottie-home-circles {
    position: absolute !important;
    top: -60px;
    left: 50%;
    /*height: 100%;*/
    width: 1830px;
    transform: translateX(-50%);
}

@media screen and (max-width: 1400px) {
    .home-circles-space {
        height: 300px !important;
    }

    .lottie-home-circles {
        top: -220px;
        width: 1775px;
    }
}

@media screen and (max-width: 767px) {
    .home-circles-space {
        height: 250px !important;
    }

    .lottie-home-circles {
        top: -100px;
        width: 940px;
    }
}

.lottie-block {
    position: absolute !important;
    top: 0;
    height: 100%;
    width: 100%;
}

.home-loading {
    width: 306px;
    margin: 20px auto;
}

.home-lead-idea {
    text-align: center;
    position: relative;
}

.home-lead-idea .circles {
    width: clamp(1px, 47.92vw, 920px)
}

.home-lead-idea .circles-mobile {
    display: none;
}

.home-lead-idea .elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.home-lead-idea .elements .left,
.home-lead-idea .elements .right {
    width: 50%;
    position: relative;
}

.home-lead-idea .elements .arrow svg {
    position: absolute;
    width: 21px;
    top: 50%;
    transform: translateY(-50%);
}

.home-lead-idea .elements .left .arrow svg {
    transform: translateY(-50%) rotate(180deg);
    right: clamp(17px, 5.729vw, 110px);
}

.home-lead-idea .elements .right .arrow svg {
    left: clamp(17px, 5.729vw, 110px);
}

#lead,
#idea {
    position: absolute;
    font-size: clamp(1px, 1.169vw, 18px);
    font-weight: 300;
    border-radius: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: clamp(1px, 5.325vw, 82px);
    height: clamp(1px, 2.273vw, 35px);
    display: flex;
    justify-content: center;
    align-items: center;
}

#lead {
    border: 1px dashed #123777;
    right: clamp(17px, 8.854vw, 170px);
}

#idea {
    border: 1px dashed #91293A;
    left: clamp(17px, 8.854vw, 170px);
    color: #91293A;
}

.home-lead-idea .elements .text {
    font-size: clamp(1px, 1.169vw, 18px);
    width: clamp(1px, 21.75vw, 335px);
    text-align: center;
    position: absolute;
    line-height: 1.2;
}

.home-lead-idea .elements .text-left {
    top: -20px;
    right: clamp(1px, 24.48vw, 470px);
}

.home-lead-idea .elements .left .sblengo-left {
    position: absolute;
    top: clamp(1px, 6.25vw, 120px);
    right: clamp(1px, 24.48vw, 470px);
    width: clamp(1px, 4.688vw, 90px);
}

.home-lead-idea .elements .text-right {
    top: clamp(1px, 19.79vw, 380px);
    left: clamp(1px, 24.48vw, 470px);
    color: #91293A;
}

.home-lead-idea .elements .right .sblengo-right {
    position: absolute;
    top: clamp(1px, 15.63vw, 300px);
    left: clamp(1px, 24.48vw, 470px);
    width: clamp(1px, 4.688vw, 90px);
}

.home-lead-idea .elements .content {
    opacity: 0;
    transition: opacity 0.3s;
}

.home-lead-idea .elements .left:hover .content,
.home-lead-idea .elements .right:hover .content {
    opacity: 1;
}

.lead-idea-buttons {
    display: none;
}

@media screen and (max-width: 1278px) {
    #home-gsap-anim .tab2 {
        padding-bottom: 175px;
    }
}

@media screen and (min-width: 960px) {
    .home-lead-idea .elements .left:hover #lead {
        font-weight: 500;
    }

    .home-lead-idea .elements .right:hover #idea {
        font-weight: 500;
    }
}

@media screen and (max-width: 959px) {
    .home-lead-container {
        padding: 30px 0;
        background: #F7F7F7;
    }

    .lead-idea-buttons {
        display: flex;
        justify-content: space-between;
        padding: 30px 10% 0 10%;
    }

    .lead-idea-buttons>div {
        width: 82px;
        height: 30px;
        border-radius: 18px;
        padding: 8px 0;
        position: relative;
    }

    .lead-idea-buttons img {
        width: 13px;
        position: absolute;
        transition: all 0.4s cubic-bezier(0.34, 1.26, 0.64, 1);
    }

    .lead-idea-buttons .left {
        background-color: #123777;
    }

    .lead-idea-buttons .left img {
        transform: rotate(-180deg);
        left: 16px;
    }

    .lead-idea-buttons .right {
        background-color: #91293A;
    }

    .lead-idea-buttons .right img {
        transform: rotate(0deg);
        right: 16px;
    }

    .lead-idea-buttons.left .left img {
        transform: rotate(0deg);
        left: 51px;
    }

    .lead-idea-buttons.right .right img {
        transform: rotate(-180deg);
        right: 51px;
    }

    .home-lead-idea {
        height: clamp(1px, 68.36vw, 525px);
    }

    .home-lead-idea .circles {
        display: none;
    }

    .home-lead-idea .circles-mobile {
        display: block;
        position: absolute;
        max-width: 120vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .home-lead-idea .elements .arrow {
        display: none;
    }

    .home-lead-idea .elements {
        left: -100%;
        /*transform: translateX(-50%);*/
        width: auto;
    }

    .home-lead-idea .elements .left,
    .home-lead-idea .elements .right {
        width: 150vw;
    }

    .home-lead-idea .elements .content {
        opacity: 1;
    }

    .home-lead-idea .elements .left .sblengo-left {
        bottom: 50px;
        right: 40%;
        width: auto;
        top: unset;
    }

    html[lang="en-US"] .home-lead-idea .elements .left .sblengo-left {
        bottom: 30px;
    }

    .home-lead-idea .elements .right .sblengo-right {
        bottom: 50px;
        left: 40%;
        width: auto;
        top: unset;
        transform: scaleY(-1);
    }

    #lead,
    #idea {
        width: 82px;
        height: 35px;
        font-size: 18px;
    }

    #lead {
        right: 10%;
    }

    #idea {
        left: 10%;
    }

    .home-lead-idea .elements {
        transition: all 0.4s cubic-bezier(0.34, 1.26, 0.64, 1);
    }

    .home-lead-idea.left .elements {
        left: -100px;
        transform: none;
    }

    .home-lead-idea.right .elements {
        left: -190%;
    }

    .home-lead-idea .elements .text {
        font-size: 17px;
        max-width: 290px;
        width: auto;
        font-weight: 200;
        text-align: -webkit-left;
    }

    .home-lead-idea .elements .text-left {
        top: 55%;
        right: 45%;
    }

    .home-lead-idea .elements .text-right {
        max-width: 250px;
        top: 55%;
        left: 45%;
    }
}

@media screen and (max-width: 800px) {
    .home-lead-idea.left .elements {
        left: 0;
    }

    .home-lead-idea.right .elements {
        left: -200%;
    }
}

@media screen and (max-width: 700px) {

    .home-lead-idea .elements .text {
        top: 30%;
    }
}

@media screen and (max-width: 767px) {
    .home-loading {
        margin: 70px auto;
    }

    #home-title .grve-column-wrapper {
        padding: 50px 0 25px 0;
        justify-content: flex-start;
    }

    #row-gsap-home>.grve-container {
        width: 100%;
        max-width: 100% !important;
    }

    #home-gsap-anim .tab h3 {
        margin: 0;
    }

    #home-gsap-anim .tab {
        padding: 0 30px 100px 30px;
        border-radius: 42px;
    }

    #home-gsap-anim .tab1,
    #home-gsap-anim .tab2 {
        margin-bottom: -80px !important;
    }

    #home-gsap-anim .tab2 {
        padding-top: 10px;
    }

    #home-gsap-anim .tab3 {
        padding-bottom: 60px;
    }

    #home-gsap-anim .tab1 lottie-player {
        width: 74px;
        margin-bottom: -20px;
    }

    #home-gsap-anim .tab2 lottie-player {
        width: 44px;
    }

    #home-gsap-anim .tab3 lottie-player {
        width: 74px;
    }

    #home-gsap-anim .mobile-open {
        display: flex;
        width: 20px;
        height: 20px;
        margin: 20px auto 0 auto;
        border: 1px solid white;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        transform: rotate(90deg);
        transition: transform 0.5s;
    }

    #home-gsap-anim .mobile-open img {
        width: 7.5px;
    }

    #home-gsap-anim .tab .text {
        color: #E8E8E8;
        opacity: 0;
        max-height: 0;
        margin-top: 0;
        transition: all 0.5s cubic-bezier(0.34, 1.26, 0.64, 1);
    }

    #home-gsap-anim.tab1 .tab1 .text,
    #home-gsap-anim.tab2 .tab2 .text,
    #home-gsap-anim.tab3 .tab3 .text {
        opacity: 1;
        max-height: 130px;
        margin-top: 15px;
    }

    html[lang="en-US"] #home-gsap-anim.tab1 .tab1 .text,
    html[lang="en-US"] #home-gsap-anim.tab2 .tab2 .text,
    html[lang="en-US"] #home-gsap-anim.tab3 .tab3 .text {
        max-height: 150px;
    }

    #home-gsap-anim.tab1 .tab1 .mobile-open,
    #home-gsap-anim.tab2 .tab2 .mobile-open,
    #home-gsap-anim.tab3 .tab3 .mobile-open {
        transform: rotate(-90deg);
    }

    #row-after-gsap-anim {
        margin-top: 0;
    }
}

@media screen and (max-width: 500px) {
    .home-loading {
        width: 100%;
    }

    #lead,
    #idea {
        width: 82px;
        height: 30px;
        font-size: 15px;
    }

    /*
    .home-lead-idea .elements .left .sblengo-left,
    .home-lead-idea .elements .right .sblengo-right {
        width: 85px;
    }
    */
}

@media screen and (max-width: 420px) {
    .home-lead-idea .elements .text {
        top: 5%;
    }
}

@media screen and (max-width: 380px) {
    #home-gsap-anim.tab2 .tab2 .text {
        max-height: 160px;
    }

    html[lang="en-US"] #home-gsap-anim.tab2 .tab2 .text {
        max-height: 180px;
    }
}

@media screen and (max-width: 330px) {

    #home-gsap-anim.tab1 .tab1 .text,
    #home-gsap-anim.tab2 .tab2 .text,
    #home-gsap-anim.tab3 .tab3 .text {
        max-height: 200px;
    }
}

@media screen and (max-width: 375px) {
    .home-lead-idea .elements .text {
        font-size: clamp(1px, 4.533vw, 17px);
    }
}

/* about us */
.about-us-img {
    position: absolute !important;
    top: 50px;
    left: 55%;
    width: clamp(1px, 42.19vw, 810px);
}

.about-us-img img {
    max-width: unset;
    width: 100%;
}

@media screen and (min-width: 768px) {
    #about-us-svg svg {
        width: min(1965px, calc(100vw + 50px));
        margin-left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #about-us-svg svg tspan {
        font-size: 25px !important;
    }
}

@media screen and (max-width: 767px) {
    #about-us-svg {
        margin-bottom: -15px;
    }

    #about-us-svg svg {
        width: 768px;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .about-us-img {
        top: 10px;
        width: 300px;
        left: calc(50% - 70px);
        transform: translateX(-50%);
    }
}

/* visione */
#lottie-visione-1 {
    position: absolute;
    top: 0;
    width: 100%;
}

#visione-svg svg {
    width: clamp(1px, 104.9vw, 1710px);
}

#visione-lottie-2 {
    position: absolute;
    top: 40%;
    width: clamp(1px, 45.28vw, 738px);
    height: clamp(1px, 45.28vw, 738px);
}

#visione-partners-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}

#visione-partners-title>span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2px;
}

#visione-partners-title>span>span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: white;
}

#visione-partners-title h2 {
    font-size: 18px;
    font-weight: 200;
    color: white;
}

@media screen and (max-width: 767px) {
    #lottie-visione-1 {
        position: static;
        width: 80%;
        margin: 0 auto;
        max-width: 400px;
    }

    #visione-svg svg {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        display: block;
    }

    #visione-lottie-2 {
        top: 28%;
        left: 50%;
        transform: translateX(-50%);
        width: clamp(1px, 86.4vw, 324px);
        height: clamp(1px, 86.4vw, 324px);
    }

    #row_visione_mobile_red {
        background-color: #91293A !important;
    }
}

.visione-aziende-desktop {
    padding: 70px 0;
    background-color: white;
    border-radius: 52px;
}

.aziende-row {
    display: flex;
}

.azienda {
    width: 33.33%;
    padding: 0 10% 30px 7%;
    border-right: 1px solid rgba(186, 186, 186, 0.5);
}

.azienda:nth-child(3) {
    border-right: 0;
}

.azienda .category {
    font-size: 15px;
    color: black;
    padding: 4px 17px;
    border: 1px dashed #D0D0D0;
    border-radius: 18px;
    width: fit-content;
    font-weight: 200;
}

.azienda img {
    width: 90px;
    margin: 20px 0;
    margin-left: -10px;
}

.azienda .name {
    color: #123777;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}

.azienda .desc {
    color: black;
    font-size: 18px;
    font-weight: 200;
}

.visione-aziende-mobile {
    display: none;
}

.visione-aziende-desktop {
    display: block;
}

@media screen and (max-width: 1500px) {
    .azienda {
        padding: 0 5% 15px 4%;
    }

    .visione-aziende-desktop {
        padding: 30px 0;
    }

    .azienda img {
        margin: 7px 0;
    }
}

@media screen and (max-width: 959px) {
    #row-partners {
        background-color: white !important;
    }

    #row-partners .grve-container {
        width: 100% !important;
        max-width: unset !important;
    }

    #row-partners .mobile_90p {
        max-width: 90%;
        margin: 0 auto;
    }

    #visione-partners-title>span {
        border-color: #123777;
    }

    #visione-partners-title>span>span {
        background-color: #123777;
    }

    #visione-partners-title h2,
    #row-partners .grve-text p {
        color: #123777;
    }

    .visione-aziende-mobile {
        display: block;
        padding: 30px 0;
        background-color: #F7F7F7;
    }

    .visione-aziende-mobile .splide__list {
        transition: all 0.5s cubic-bezier(0.34, 1.26, 0.64, 1) !important;
    }

    .visione-aziende-desktop {
        display: none;
    }

    .azienda {
        padding: 0;
        width: 100%;
        max-width: 500px;
        border-right: 0;
        margin: 0 auto;
        text-align: center;
    }

    .azienda .category {
        margin: 0 auto;
    }

    .azienda .desc {
        line-height: 1.1;
    }

    .splide-controls {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 90%;
        max-width: 500px;
        margin: 30px auto 0 auto;
    }

    .splide-controls .controls {
        width: 65px;
        height: 30px;
        border: 1px solid #123777;
        border-radius: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .splide-controls .controls svg {
        width: 11px;
    }

    .splide-controls .index {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {

    .azienda {
        max-width: 220px;
    }

    .azienda .desc {
        font-size: 16px;
    }
}

/* servizi */
#servizi-title-row {
    /*padding: 160px 0 350px 0;*/
    padding: 160px 0 0 0;
}

#servizi-second-row {
    padding-top: 350px;
}

.servizi-title-text {
    margin-top: 80px;
}

#servizi-circles {
    position: relative;
    width: 540px;
    height: 510px;
    margin: 0 0 auto auto;
    color: #123777;
}

#servizi-circles .background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 310px;
}

#servizi-circles>div {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px solid #123777;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 0 5%;
    transition: all 0.4s;
    cursor: pointer;
    /*scale: 1.18*/
}

#servizi-circles .title {
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin: 0;
    transition: font-size 0.4s;
}

#servizi-circles .desc {
    font-size: 17px;
    line-height: 1;
    text-align: center;
    opacity: 0;
    max-height: 0;
    margin: 0;
    transition: all 0.4s;
}

#servizi-circles .mobile-button,
#servizi-circles .details-mobile {
    display: none;
}

#servizi-circles .investitore {
    bottom: calc(50% - 50px);
    right: calc(50% - 30px);
}

#servizi-circles .editore {
    bottom: calc(50% - 50px);
    left: calc(50% - 30px);
}

#servizi-circles .media {
    top: calc(50% - 50px);
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1500px) {
    #servizi-title-row {
        padding-top: 70px;
    }
}

@media screen and (max-width: 1400px) {
    .servizi-title-text {
        margin-top: 25px;
    }
}

@media screen and (max-width: 1220px) {
    #servizi-title-row .grve-container .grve-row .grve-column:nth-child(1) {
        width: 45%;
    }

    #servizi-title-row .grve-container .grve-row .grve-column:nth-child(2) {
        width: 55%;
    }
}

@media screen and (min-width: 1121px) and (max-width: 1770px) {
    /*
    #servizi-title-row {
        z-index: 2;
    }

    #servizi-second-row {
        z-index: -1;
    }
    */
}

@media screen and (min-width: 1121px) {
    .servizi-title-text {
        max-width: 80%;
    }
}

@media screen and (max-width: 1120px) {
    #servizi-title-row {
        padding-bottom: 250px;
        /*z-index: 1;*/
    }

    #servizi-second-row {
        padding-top: 0;
    }

    #servizi-title-row .grve-container .grve-row .grve-column:nth-child(1),
    #servizi-title-row .grve-container .grve-row .grve-column:nth-child(2) {
        width: 100%;
    }

    #servizi-title-row .grve-container .grve-row .grve-column:nth-child(1) .grve-text {
        text-align: center;
    }

    #servizi-circles {
        margin: 60px auto 0 auto;
    }
}

@media screen and (min-width: 768px) {

    #servizi-circles.investitore .investitore,
    #servizi-circles.editore .editore,
    #servizi-circles.media .media {
        width: 350px;
        height: 350px;
        background-color: rgba(226, 236, 255, 0.28);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        z-index: 2;
    }

    #servizi-circles.investitore .investitore .desc,
    #servizi-circles.editore .editore .desc,
    #servizi-circles.media .media .desc {
        opacity: 1;
        max-height: 50px;
        font-size: 21px;
    }

    #servizi-circles.investitore .investitore .title,
    #servizi-circles.editore .editore .title,
    #servizi-circles.media .media .title {
        font-size: 31px;
    }
}

@media screen and (max-width: 767px) {
    #servizi-title-row {
        padding-bottom: 50px;
    }

    #servizi-circles {
        width: 320px;
        height: 305px;
        max-width: 100%;
        margin-top: 30px;
    }

    #servizi-circles>div {
        width: 180px;
        height: 180px;
        gap: 5px;
    }

    #servizi-circles .background {
        width: 310px;
        bottom: -40px;
        top: unset;
        transform: translateX(-50%);
        max-width: unset;
        transition: opacity 0.4s;
        opacity: 1;
    }

    #servizi-circles .investitore {
        bottom: 0;
        left: 0;
    }

    #servizi-circles .editore {
        bottom: 0;
        right: 0;
        left: unset;
    }

    #servizi-circles .media {
        top: 0;
    }

    #servizi-circles .title {
        font-size: 14px;
        font-weight: 500;
    }

    #servizi-circles .desc {
        display: none;
    }

    #servizi-circles .mobile-button {
        display: block;
        width: 45px;
        height: 20px;
        background-color: #123777;
        border-radius: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #servizi-circles .mobile-button img {
        width: 10px;
    }

    #servizi-circles .details-mobile {
        display: block;
        opacity: 0;
        pointer-events: none;
        width: 90%;
        height: 90%;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 50%;
        background-color: rgba(80, 129, 214, 0.09);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        transition: all 0.4s;
        border: 0;
    }

    #servizi-circles .details-mobile .content {
        height: 70%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
        padding: 0 10px 20px 10px;
    }

    #servizi-circles .details-mobile .mobile-title {
        font-size: 24px;
        font-weight: 400;
        line-height: 1;
        text-align: center;
    }

    #servizi-circles .details-mobile .mobile-desc {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.2;
        text-align: center;
    }

    #servizi-circles .details-mobile .close {
        text-align: center;
    }

    #servizi-circles.investitore .details-mobile,
    #servizi-circles.media .details-mobile,
    #servizi-circles.editore .details-mobile {
        opacity: 1;
        pointer-events: all;
    }


    #servizi-circles.investitore .background,
    #servizi-circles.media .background,
    #servizi-circles.editore .background {
        opacity: 0;
    }

    #servizi-circles.investitore .title,
    #servizi-circles.media .title,
    #servizi-circles.editore .title,
    #servizi-circles.investitore .desc,
    #servizi-circles.media .desc,
    #servizi-circles.editore .desc {
        color: #8bb1f3;
    }

    #servizi-circles.investitore .mobile-button,
    #servizi-circles.media .mobile-button,
    #servizi-circles.editore .mobile-button {
        background-color: #8bb1f3;
    }

    #mobile-close-servizio {
        width: 40px;
        margin: 0 auto;
    }

    #servizi-title-text {
        padding: 0 4%;
    }
}

.balloon {
    position: absolute;
}

.balloon-1 {
    left: 0;
    top: 0;
    width: 438px;
    transform: translate(-15%, -20%);
}

.balloon-2 {
    left: 100%;
    top: 0;
    width: 125px;
}

.balloon-3 {
    left: calc(50% - 600px);
    top: -380px;
    width: 590px;
}

.balloon-4 {
    left: 83%;
    top: -338px;
    width: 338px;
}

@media screen and (max-width: 1700px) {
    .balloon-1 {
        width: 310px;
        transform: translate(-28%, -23%);
    }
}

@media screen and (max-width: 1120px) {
    .balloon-1 {
        transform: none;
        left: 85%;
        width: 200px;
        top: -52px;
    }

    .balloon-2 {
        left: -11%;
        top: 225px;
        transform: matrix(-0.72, 0.69, -0.69, -0.72, 0, 0);
    }

    .balloon-3 {
        left: calc(50% - 350px);
        top: -273px;
        width: 390px;
    }

    .balloon-4 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .balloon-3 {
        display: none;
    }
}

@media screen and (max-width: 505px) {
    .balloon-1 {
        left: 60%;
        width: 160px;
        top: -55px;
        opacity: 83%;
    }

    .balloon-2 {
        width: 90px;
        top: 333px;
        left: -12%;
    }
}

#servizi-list {
    padding-bottom: 100px;
    position: relative;
}

#servizi-list svg .dot,
#servizi-list svg .text {
    /*transition: all 0.4s;*/
    transition: all 0.4s cubic-bezier(0.34, 1.26, 0.64, 1);
}

#servizi-list .controls {
    margin-top: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

#servizi-list .controls .control {
    width: 60px;
    height: 38px;
    border-radius: 18px;
    background-color: #123777;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#servizi-list .controls .control img {
    width: 15px;
}

#servizi-list .controls .control.left img {
    transform: rotate(-180deg);
}

#servizi-texts {
    text-align: center;
    position: relative;
    max-width: 940px;
    margin: 45px auto 80px auto;
}

#servizi-texts>div {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
    top: 0;
    padding: 0 3%;
}

#servizi-texts>div:nth-child(1) {
    position: static;
}

#servizi-texts>div.selected {
    opacity: 1;
    pointer-events: all;
}

#servizi-texts .title {
    font-size: clamp(21px, 1.786vw, 25px);
    font-weight: 400;
    margin-bottom: 20px;
}

#servizi-texts .subtitle {
    font-size: clamp(17px, 1.5vw, 21px);
    font-weight: 400;
    margin-bottom: 10px;
}

#servizi-texts .text {
    font-size: clamp(17px, 1.5vw, 21px);
    font-weight: 200;
}

@media screen and (min-width: 1121px) {
    #servizi-list svg {
        display: block;
        position: absolute;
        bottom: 0;
        pointer-events: none;
    }

    #background-servizi-mobile {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #servizi-list {
        padding-bottom: 50px;
    }

    #servizi-list .controls {
        gap: 35px;
        margin-top: 45px;
    }

    #servizi-list .controls img {
        width: 115px;
    }

    #servizi-list .controls .control {
        width: 65px;
        height: 30px;
        border-radius: 18px;
        background-color: white;
        border: 1px solid rgba(18, 55, 119, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    #servizi-list .controls .control img {
        width: 11px;
        content: url(/wp-content/themes/movedo-child/assets/arrow-right-blue.svg);
    }
}

@media screen and (max-width: 1120px) {
    #background-servizi-mobile {
        display: block;
        position: absolute;
        width: 100vw;
        max-width: unset;
        left: 50%;
        transform: translateX(-50%);
        bottom: -20px;
        pointer-events: none;
    }

    #servizi-texts .title {
        color: #91293A;
        font-weight: 500;
    }

    #servizi-list svg {
        display: none;
    }
}

@media screen and (max-width: 570px) {
    #background-servizi-mobile {
        width: 573px;
        left: 51%;
    }
}

@media screen and (max-width: 350px) {
    #background-servizi-mobile {
        width: 150vw;
    }
}

/* contatti */
#contatti-title {
    margin-top: 50px;
}

#row-contatti a,
#row-contatti a a:hover,
#row-contatti-mobile a,
#row-contatti-mobile a a:hover {
    color: #123777 !important;
}

#row-contatti {
    display: flex;
    justify-content: center;
    gap: 80px;
}

#row-contatti>div {
    width: auto;
}

#row-contatti>div:nth-child(1) img {
    width: 55px;
    margin-bottom: 40px;
}

#row-contatti>div:nth-child(2) img {
    width: 210px;
    margin-top: 50px;
}

#row-contatti>div:nth-child(3) .grve-image-wrapper {
    overflow: visible;
}

#row-contatti>div:nth-child(3) img {
    width: 105px;
    margin-top: 20px;
    margin-bottom: 60px;
    margin-left: -15px;
    max-width: unset;
}

#row-contatti-mobile .grve-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

#row-contatti-mobile .grve-row .grve-column {
    width: auto;
}

#row-contatti-mobile .grve-row-inner {
    display: flex;
    align-items: center;
}

#row-contatti-mobile .grve-row-inner:nth-child(1) {
    margin-bottom: 70px;
}

#row-contatti-mobile .grve-row-inner .grve-column-inner {
    width: auto;
}

#row-contatti-mobile .grve-row-inner:nth-child(1) .grve-column-inner img {
    margin: 0 20px;
}

#row-contatti-mobile .grve-row .grve-column .grve-column-wrapper {
    margin-bottom: 0;
}

.balloon-5 {
    left: 80%;
    top: -80px;
    width: 185px;
}

.balloon-6 {
    top: 30px;
    left: -100px;
    width: 183px;
}

@media screen and (min-width: 768px) {
    #contatti-title .grve-column-wrapper {
        min-height: calc(100vh - var(--header-height));
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 50px 0;
    }
}

.contatti-title-space {
    height: 160px;
}

@media screen and (max-width: 1500px) {
    .contatti-title-space {
        height: 80px;
    }
}

@media screen and (max-width: 767px) {
    .contatti-title-space {
        height: 100px;
    }
}

.contact-form-contatti input.wpcf7-text {
    height: clamp(42px, 4.5vw, 76px);
    border: 1px solid #123777 !important;
    border-radius: 15px !important;
    font-size: clamp(15px, 1.2vw, 20px) !important;
    padding: 0 34px !important;
    margin-bottom: 15px !important;
}

.contact-form-contatti .wpcf7-textarea {
    border: 1px solid #123777 !important;
    border-radius: 15px !important;
    font-size: clamp(15px, 1.2vw, 20px) !important;
    padding: 34px !important;
    margin-bottom: 0 !important;
}

.contact-form-contatti br {
    display: none;
}

.contact-form-contatti input[type='checkbox']+.wpcf7-list-item-label:before {
    border-radius: 3px !important;
    border: 1px solid #123777 !important;
    background-color: transparent !important;
}

.contact-form-contatti input[type='checkbox']:checked+.wpcf7-list-item-label:after {
    border-radius: 3px !important;
    background-color: #123777 !important;
    border-color: #123777 !important;
}

.contact-form-contatti .wpcf7-list-item {
    margin: 0;
}

.contact-form-contatti .button-submit-container {
    width: 100%;
    height: clamp(42px, 4.5vw, 76px);
    position: relative;
}

.contact-form-contatti input.wpcf7-submit {
    width: 100% !important;
    height: clamp(42px, 4.5vw, 76px) !important;
    background-color: #91293A !important;
    border: 0 !important;
    border-radius: 15px !important;
    text-transform: none;
    font-size: clamp(15px, 1.45vw, 25px) !important;
    font-family: inherit !important;
    color: white !important;
    padding: 0 !important;
    font-weight: 400 !important;
    transition: all 0.3s !important;
}

.contact-form-contatti .button-submit-container .wpcf7-spinner {
    position: absolute;
    right: -24px;
    margin: 0;
}

.wpcf7-response-output {
    border: none !important;
    text-align: center;
    font-size: 15px;
}

#row-contact-form .grve-column-wrapper {
    margin-bottom: 0;
}

@media screen and (max-width: 959px) {
    #row-contact-form {
        background-color: #113D89 !important;
        border-radius: 23px 23px 0 0;
        padding-top: 50px;
        margin-top: 30px;
    }

    .contact-form-contatti input.wpcf7-text,
    .contact-form-contatti .wpcf7-textarea {
        border: 1px solid rgba(255, 255, 255, 0.5) !important;
        color: white !important;
        font-weight: 300 !important;
        border-radius: 15px !important;
        font-size: 15px !important;
    }

    div.contact-form-contatti input.wpcf7-text {
        height: 42px;
        margin-bottom: 15px !important;
        padding: 0 15px !important;
    }

    .contact-form-contatti .wpcf7-textarea {
        padding: 15px !important;
    }

    div.contact-form-contatti input.wpcf7-submit {
        height: 42px !important;
        font-size: 15px !important;
    }

    .contact-form-contatti .button-submit-container .wpcf7-spinner {
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        margin: 0;
        top: -10px;
    }

    .contact-form-contatti input[type='checkbox']+.wpcf7-list-item-label:before {
        border: 1px solid white !important;
        background-color: transparent !important;
    }

    .contact-form-contatti input[type='checkbox']:checked+.wpcf7-list-item-label:after {
        background-color: white !important;
        border-color: white !important;
    }

    .wpcf7-list-item-label {
        color: white !important;
        font-size: 12px;
        line-height: 14px !important;
    }

    .contact-form-contatti input.wpcf7-submit {
        background-color: white !important;
        color: #123777 !important;
    }

    .wpcf7-response-output {
        color: white !important;
    }
}

@media screen and (max-width: 767px) {
    #row-contatti {
        display: none;
    }
}

/* scroll anim */
#scroll-anim {
    position: fixed;
    bottom: 35px;
    width: 38px;
    height: 38px;
    z-index: 101;
    left: 50%;
    transform: translateX(-50%);
}

footer {
    z-index: 102;
    position: relative;
}

/* lang switch*/

.lang-switch-container {
    margin-left: 70px;
}

.lang-switch {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: width 0.4s;
    z-index: 2;

    height: 32px;
    padding: 9px;
    background: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 22px;

    display: flex;
    flex-direction: row;
    align-items: center;
}

html[lang="en-US"] .lang-switch {
    width: 80px;
}

html[lang="it-IT"] .lang-switch {
    width: 70px;
}

.lang-switch:hover {
    width: 110px !important;
}

.lang-switch img {
    margin-right: 10px;
    height: 16px;
}

.lang-switch a {
    cursor: pointer;
    color: white !important;
}

.lang-switch a:hover {
    color: white !important;
}

.lang-switch .current {
    margin: 0 15px 0 0;
}

.lang-switch .other {
    margin: 0;
    opacity: 0;
    transition: opacity 0.4s;
}

.lang-switch:hover .other {
    opacity: 1;
}

.lang-switch .mobile-lang-switch {
    display: none;
}

@media screen and (max-width: 1000px) {
    .lang-switch-container {
        margin-left: 45px;
    }
}

/* iubenda */
#iubenda_policy h4,
#iubenda_policy h3,
#iubenda_policy h2 {
    font-weight: 500 !important;
}