body{
    font-family: "IBM Plex Sans", sans-serif;
}


.logo{
    width: 300px;
    height: 100px;
}


.corner-arrow{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 25%;
}

.corner-arrow-h{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 14%;
}

.bottom-1p{
    bottom:1;
}

.top-1p{
    top:1px;
}

.corner-arrow-top{
    position: absolute;
    top: -1px;
    left: -1px;
    height: 25%;
}

.h-full-c{
    height: auto;
}

.freccia{
    transition: all 0.3s ease-in-out;
}

.freccia:hover{
     transform: translate(10px, 10px);
}

.cta-bg{
    background-image: url('../images/cta-bg.jpg');
    background-size: cover;
    width: 100%;
    height: auto;
    background-position: left;
}


@media(max-width:768px){
    .form-hidden{
        display: none !important;
    }

    .smw-full{
        width: 100% !important;
        justify-content: space-between;
    }

    .text-2xl > br:nth-child(1){
        display: none;
    }

    .h-full-c{
        height: 100%;
    }

    .mhidden{
        display: none !important;
    }
}


@media(max-width:576px){
    .corner-arrow-h{
        height: 15%;
    }
    
}

@media(max-width:490px){
    .corner-arrow-h{
        height: 20%;
    }
    
}

@media(max-width:420px){
    .corner-arrow-h{
        height: 23%;
    }
    
}