@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap");
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Dosis", sans-serif;
}

@media (min-width: 0) {
    .p-0 {
        padding: 0 !important;
    }
    .p-1 {
        padding: 1rem !important;
    }
    .p-2 {
        padding: 2rem !important;
    }
    .p-3 {
        padding: 3rem !important;
    }
    .p-4 {
        padding: 4rem !important;
    }
    .p-5 {
        padding: 5rem !important;
    }
    .p-6 {
        padding: 6rem !important;
    }
    .p-7 {
        padding: 7rem !important;
    }
    .p-8 {
        padding: 8rem !important;
    }
}

@media (min-width: 480px) {
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 1rem !important;
    }
    .p-sm-2 {
        padding: 2rem !important;
    }
    .p-sm-3 {
        padding: 3rem !important;
    }
    .p-sm-4 {
        padding: 4rem !important;
    }
    .p-sm-5 {
        padding: 5rem !important;
    }
    .p-sm-6 {
        padding: 6rem !important;
    }
    .p-sm-7 {
        padding: 7rem !important;
    }
    .p-sm-8 {
        padding: 8rem !important;
    }
}

@media (min-width: 768px) {
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 1rem !important;
    }
    .p-md-2 {
        padding: 2rem !important;
    }
    .p-md-3 {
        padding: 3rem !important;
    }
    .p-md-4 {
        padding: 4rem !important;
    }
    .p-md-5 {
        padding: 5rem !important;
    }
    .p-md-6 {
        padding: 6rem !important;
    }
    .p-md-7 {
        padding: 7rem !important;
    }
    .p-md-8 {
        padding: 8rem !important;
    }
}

@media (min-width: 960px) {
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 1rem !important;
    }
    .p-lg-2 {
        padding: 2rem !important;
    }
    .p-lg-3 {
        padding: 3rem !important;
    }
    .p-lg-4 {
        padding: 4rem !important;
    }
    .p-lg-5 {
        padding: 5rem !important;
    }
    .p-lg-6 {
        padding: 6rem !important;
    }
    .p-lg-7 {
        padding: 7rem !important;
    }
    .p-lg-8 {
        padding: 8rem !important;
    }
}

@media (min-width: 1200px) {
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 1rem !important;
    }
    .p-xl-2 {
        padding: 2rem !important;
    }
    .p-xl-3 {
        padding: 3rem !important;
    }
    .p-xl-4 {
        padding: 4rem !important;
    }
    .p-xl-5 {
        padding: 5rem !important;
    }
    .p-xl-6 {
        padding: 6rem !important;
    }
    .p-xl-7 {
        padding: 7rem !important;
    }
    .p-xl-8 {
        padding: 8rem !important;
    }
}

@media (min-width: 0) {
    .pt-0 {
        padding-top: 0 !important;
    }
    .pt-1 {
        padding-top: 1rem !important;
    }
    .pt-2 {
        padding-top: 2rem !important;
    }
    .pt-3 {
        padding-top: 3rem !important;
    }
    .pt-4 {
        padding-top: 4rem !important;
    }
    .pt-5 {
        padding-top: 5rem !important;
    }
    .pt-6 {
        padding-top: 6rem !important;
    }
    .pt-7 {
        padding-top: 7rem !important;
    }
    .pt-8 {
        padding-top: 8rem !important;
    }
}

@media (min-width: 480px) {
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 1rem !important;
    }
    .pt-sm-2 {
        padding-top: 2rem !important;
    }
    .pt-sm-3 {
        padding-top: 3rem !important;
    }
    .pt-sm-4 {
        padding-top: 4rem !important;
    }
    .pt-sm-5 {
        padding-top: 5rem !important;
    }
    .pt-sm-6 {
        padding-top: 6rem !important;
    }
    .pt-sm-7 {
        padding-top: 7rem !important;
    }
    .pt-sm-8 {
        padding-top: 8rem !important;
    }
}

@media (min-width: 768px) {
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 1rem !important;
    }
    .pt-md-2 {
        padding-top: 2rem !important;
    }
    .pt-md-3 {
        padding-top: 3rem !important;
    }
    .pt-md-4 {
        padding-top: 4rem !important;
    }
    .pt-md-5 {
        padding-top: 5rem !important;
    }
    .pt-md-6 {
        padding-top: 6rem !important;
    }
    .pt-md-7 {
        padding-top: 7rem !important;
    }
    .pt-md-8 {
        padding-top: 8rem !important;
    }
}

@media (min-width: 960px) {
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 1rem !important;
    }
    .pt-lg-2 {
        padding-top: 2rem !important;
    }
    .pt-lg-3 {
        padding-top: 3rem !important;
    }
    .pt-lg-4 {
        padding-top: 4rem !important;
    }
    .pt-lg-5 {
        padding-top: 5rem !important;
    }
    .pt-lg-6 {
        padding-top: 6rem !important;
    }
    .pt-lg-7 {
        padding-top: 7rem !important;
    }
    .pt-lg-8 {
        padding-top: 8rem !important;
    }
}

@media (min-width: 1200px) {
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 1rem !important;
    }
    .pt-xl-2 {
        padding-top: 2rem !important;
    }
    .pt-xl-3 {
        padding-top: 3rem !important;
    }
    .pt-xl-4 {
        padding-top: 4rem !important;
    }
    .pt-xl-5 {
        padding-top: 5rem !important;
    }
    .pt-xl-6 {
        padding-top: 6rem !important;
    }
    .pt-xl-7 {
        padding-top: 7rem !important;
    }
    .pt-xl-8 {
        padding-top: 8rem !important;
    }
}

@media (min-width: 0) {
    .pr-0 {
        padding-right: 0 !important;
    }
    .pr-1 {
        padding-right: 1rem !important;
    }
    .pr-2 {
        padding-right: 2rem !important;
    }
    .pr-3 {
        padding-right: 3rem !important;
    }
    .pr-4 {
        padding-right: 4rem !important;
    }
    .pr-5 {
        padding-right: 5rem !important;
    }
    .pr-6 {
        padding-right: 6rem !important;
    }
    .pr-7 {
        padding-right: 7rem !important;
    }
    .pr-8 {
        padding-right: 8rem !important;
    }
}

@media (min-width: 480px) {
    .pr-sm-0 {
        padding-right: 0 !important;
    }
    .pr-sm-1 {
        padding-right: 1rem !important;
    }
    .pr-sm-2 {
        padding-right: 2rem !important;
    }
    .pr-sm-3 {
        padding-right: 3rem !important;
    }
    .pr-sm-4 {
        padding-right: 4rem !important;
    }
    .pr-sm-5 {
        padding-right: 5rem !important;
    }
    .pr-sm-6 {
        padding-right: 6rem !important;
    }
    .pr-sm-7 {
        padding-right: 7rem !important;
    }
    .pr-sm-8 {
        padding-right: 8rem !important;
    }
}

@media (min-width: 768px) {
    .pr-md-0 {
        padding-right: 0 !important;
    }
    .pr-md-1 {
        padding-right: 1rem !important;
    }
    .pr-md-2 {
        padding-right: 2rem !important;
    }
    .pr-md-3 {
        padding-right: 3rem !important;
    }
    .pr-md-4 {
        padding-right: 4rem !important;
    }
    .pr-md-5 {
        padding-right: 5rem !important;
    }
    .pr-md-6 {
        padding-right: 6rem !important;
    }
    .pr-md-7 {
        padding-right: 7rem !important;
    }
    .pr-md-8 {
        padding-right: 8rem !important;
    }
}

@media (min-width: 960px) {
    .pr-lg-0 {
        padding-right: 0 !important;
    }
    .pr-lg-1 {
        padding-right: 1rem !important;
    }
    .pr-lg-2 {
        padding-right: 2rem !important;
    }
    .pr-lg-3 {
        padding-right: 3rem !important;
    }
    .pr-lg-4 {
        padding-right: 4rem !important;
    }
    .pr-lg-5 {
        padding-right: 5rem !important;
    }
    .pr-lg-6 {
        padding-right: 6rem !important;
    }
    .pr-lg-7 {
        padding-right: 7rem !important;
    }
    .pr-lg-8 {
        padding-right: 8rem !important;
    }
}

@media (min-width: 1200px) {
    .pr-xl-0 {
        padding-right: 0 !important;
    }
    .pr-xl-1 {
        padding-right: 1rem !important;
    }
    .pr-xl-2 {
        padding-right: 2rem !important;
    }
    .pr-xl-3 {
        padding-right: 3rem !important;
    }
    .pr-xl-4 {
        padding-right: 4rem !important;
    }
    .pr-xl-5 {
        padding-right: 5rem !important;
    }
    .pr-xl-6 {
        padding-right: 6rem !important;
    }
    .pr-xl-7 {
        padding-right: 7rem !important;
    }
    .pr-xl-8 {
        padding-right: 8rem !important;
    }
}

@media (min-width: 0) {
    .pb-0 {
        padding-bottom: 0 !important;
    }
    .pb-1 {
        padding-bottom: 1rem !important;
    }
    .pb-2 {
        padding-bottom: 2rem !important;
    }
    .pb-3 {
        padding-bottom: 3rem !important;
    }
    .pb-4 {
        padding-bottom: 4rem !important;
    }
    .pb-5 {
        padding-bottom: 5rem !important;
    }
    .pb-6 {
        padding-bottom: 6rem !important;
    }
    .pb-7 {
        padding-bottom: 7rem !important;
    }
    .pb-8 {
        padding-bottom: 8rem !important;
    }
}

@media (min-width: 480px) {
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 2rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 3rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 4rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 5rem !important;
    }
    .pb-sm-6 {
        padding-bottom: 6rem !important;
    }
    .pb-sm-7 {
        padding-bottom: 7rem !important;
    }
    .pb-sm-8 {
        padding-bottom: 8rem !important;
    }
}

@media (min-width: 768px) {
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 1rem !important;
    }
    .pb-md-2 {
        padding-bottom: 2rem !important;
    }
    .pb-md-3 {
        padding-bottom: 3rem !important;
    }
    .pb-md-4 {
        padding-bottom: 4rem !important;
    }
    .pb-md-5 {
        padding-bottom: 5rem !important;
    }
    .pb-md-6 {
        padding-bottom: 6rem !important;
    }
    .pb-md-7 {
        padding-bottom: 7rem !important;
    }
    .pb-md-8 {
        padding-bottom: 8rem !important;
    }
}

@media (min-width: 960px) {
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 2rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 3rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 4rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 5rem !important;
    }
    .pb-lg-6 {
        padding-bottom: 6rem !important;
    }
    .pb-lg-7 {
        padding-bottom: 7rem !important;
    }
    .pb-lg-8 {
        padding-bottom: 8rem !important;
    }
}

@media (min-width: 1200px) {
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 2rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 3rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 4rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 5rem !important;
    }
    .pb-xl-6 {
        padding-bottom: 6rem !important;
    }
    .pb-xl-7 {
        padding-bottom: 7rem !important;
    }
    .pb-xl-8 {
        padding-bottom: 8rem !important;
    }
}

@media (min-width: 0) {
    .pl-0 {
        padding-left: 0 !important;
    }
    .pl-1 {
        padding-left: 1rem !important;
    }
    .pl-2 {
        padding-left: 2rem !important;
    }
    .pl-3 {
        padding-left: 3rem !important;
    }
    .pl-4 {
        padding-left: 4rem !important;
    }
    .pl-5 {
        padding-left: 5rem !important;
    }
    .pl-6 {
        padding-left: 6rem !important;
    }
    .pl-7 {
        padding-left: 7rem !important;
    }
    .pl-8 {
        padding-left: 8rem !important;
    }
}

@media (min-width: 480px) {
    .pl-sm-0 {
        padding-left: 0 !important;
    }
    .pl-sm-1 {
        padding-left: 1rem !important;
    }
    .pl-sm-2 {
        padding-left: 2rem !important;
    }
    .pl-sm-3 {
        padding-left: 3rem !important;
    }
    .pl-sm-4 {
        padding-left: 4rem !important;
    }
    .pl-sm-5 {
        padding-left: 5rem !important;
    }
    .pl-sm-6 {
        padding-left: 6rem !important;
    }
    .pl-sm-7 {
        padding-left: 7rem !important;
    }
    .pl-sm-8 {
        padding-left: 8rem !important;
    }
}

@media (min-width: 768px) {
    .pl-md-0 {
        padding-left: 0 !important;
    }
    .pl-md-1 {
        padding-left: 1rem !important;
    }
    .pl-md-2 {
        padding-left: 2rem !important;
    }
    .pl-md-3 {
        padding-left: 3rem !important;
    }
    .pl-md-4 {
        padding-left: 4rem !important;
    }
    .pl-md-5 {
        padding-left: 5rem !important;
    }
    .pl-md-6 {
        padding-left: 6rem !important;
    }
    .pl-md-7 {
        padding-left: 7rem !important;
    }
    .pl-md-8 {
        padding-left: 8rem !important;
    }
}

@media (min-width: 960px) {
    .pl-lg-0 {
        padding-left: 0 !important;
    }
    .pl-lg-1 {
        padding-left: 1rem !important;
    }
    .pl-lg-2 {
        padding-left: 2rem !important;
    }
    .pl-lg-3 {
        padding-left: 3rem !important;
    }
    .pl-lg-4 {
        padding-left: 4rem !important;
    }
    .pl-lg-5 {
        padding-left: 5rem !important;
    }
    .pl-lg-6 {
        padding-left: 6rem !important;
    }
    .pl-lg-7 {
        padding-left: 7rem !important;
    }
    .pl-lg-8 {
        padding-left: 8rem !important;
    }
}

@media (min-width: 1200px) {
    .pl-xl-0 {
        padding-left: 0 !important;
    }
    .pl-xl-1 {
        padding-left: 1rem !important;
    }
    .pl-xl-2 {
        padding-left: 2rem !important;
    }
    .pl-xl-3 {
        padding-left: 3rem !important;
    }
    .pl-xl-4 {
        padding-left: 4rem !important;
    }
    .pl-xl-5 {
        padding-left: 5rem !important;
    }
    .pl-xl-6 {
        padding-left: 6rem !important;
    }
    .pl-xl-7 {
        padding-left: 7rem !important;
    }
    .pl-xl-8 {
        padding-left: 8rem !important;
    }
}

@media (min-width: 0) {
    .m-0 {
        margin: 0 !important;
    }
    .m-1 {
        margin: 1rem !important;
    }
    .m-2 {
        margin: 2rem !important;
    }
    .m-3 {
        margin: 3rem !important;
    }
    .m-4 {
        margin: 4rem !important;
    }
    .m-5 {
        margin: 5rem !important;
    }
    .m-6 {
        margin: 6rem !important;
    }
    .m-7 {
        margin: 7rem !important;
    }
    .m-8 {
        margin: 8rem !important;
    }
}

@media (min-width: 480px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 1rem !important;
    }
    .m-sm-2 {
        margin: 2rem !important;
    }
    .m-sm-3 {
        margin: 3rem !important;
    }
    .m-sm-4 {
        margin: 4rem !important;
    }
    .m-sm-5 {
        margin: 5rem !important;
    }
    .m-sm-6 {
        margin: 6rem !important;
    }
    .m-sm-7 {
        margin: 7rem !important;
    }
    .m-sm-8 {
        margin: 8rem !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 1rem !important;
    }
    .m-md-2 {
        margin: 2rem !important;
    }
    .m-md-3 {
        margin: 3rem !important;
    }
    .m-md-4 {
        margin: 4rem !important;
    }
    .m-md-5 {
        margin: 5rem !important;
    }
    .m-md-6 {
        margin: 6rem !important;
    }
    .m-md-7 {
        margin: 7rem !important;
    }
    .m-md-8 {
        margin: 8rem !important;
    }
}

@media (min-width: 960px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 1rem !important;
    }
    .m-lg-2 {
        margin: 2rem !important;
    }
    .m-lg-3 {
        margin: 3rem !important;
    }
    .m-lg-4 {
        margin: 4rem !important;
    }
    .m-lg-5 {
        margin: 5rem !important;
    }
    .m-lg-6 {
        margin: 6rem !important;
    }
    .m-lg-7 {
        margin: 7rem !important;
    }
    .m-lg-8 {
        margin: 8rem !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 1rem !important;
    }
    .m-xl-2 {
        margin: 2rem !important;
    }
    .m-xl-3 {
        margin: 3rem !important;
    }
    .m-xl-4 {
        margin: 4rem !important;
    }
    .m-xl-5 {
        margin: 5rem !important;
    }
    .m-xl-6 {
        margin: 6rem !important;
    }
    .m-xl-7 {
        margin: 7rem !important;
    }
    .m-xl-8 {
        margin: 8rem !important;
    }
}

@media (min-width: 0) {
    .mt-0 {
        margin-top: 0 !important;
    }
    .mt-1 {
        margin-top: 1rem !important;
    }
    .mt-2 {
        margin-top: 2rem !important;
    }
    .mt-3 {
        margin-top: 3rem !important;
    }
    .mt-4 {
        margin-top: 4rem !important;
    }
    .mt-5 {
        margin-top: 5rem !important;
    }
    .mt-6 {
        margin-top: 6rem !important;
    }
    .mt-7 {
        margin-top: 7rem !important;
    }
    .mt-8 {
        margin-top: 8rem !important;
    }
}

@media (min-width: 480px) {
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 1rem !important;
    }
    .mt-sm-2 {
        margin-top: 2rem !important;
    }
    .mt-sm-3 {
        margin-top: 3rem !important;
    }
    .mt-sm-4 {
        margin-top: 4rem !important;
    }
    .mt-sm-5 {
        margin-top: 5rem !important;
    }
    .mt-sm-6 {
        margin-top: 6rem !important;
    }
    .mt-sm-7 {
        margin-top: 7rem !important;
    }
    .mt-sm-8 {
        margin-top: 8rem !important;
    }
}

@media (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 1rem !important;
    }
    .mt-md-2 {
        margin-top: 2rem !important;
    }
    .mt-md-3 {
        margin-top: 3rem !important;
    }
    .mt-md-4 {
        margin-top: 4rem !important;
    }
    .mt-md-5 {
        margin-top: 5rem !important;
    }
    .mt-md-6 {
        margin-top: 6rem !important;
    }
    .mt-md-7 {
        margin-top: 7rem !important;
    }
    .mt-md-8 {
        margin-top: 8rem !important;
    }
}

@media (min-width: 960px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 1rem !important;
    }
    .mt-lg-2 {
        margin-top: 2rem !important;
    }
    .mt-lg-3 {
        margin-top: 3rem !important;
    }
    .mt-lg-4 {
        margin-top: 4rem !important;
    }
    .mt-lg-5 {
        margin-top: 5rem !important;
    }
    .mt-lg-6 {
        margin-top: 6rem !important;
    }
    .mt-lg-7 {
        margin-top: 7rem !important;
    }
    .mt-lg-8 {
        margin-top: 8rem !important;
    }
}

@media (min-width: 1200px) {
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 1rem !important;
    }
    .mt-xl-2 {
        margin-top: 2rem !important;
    }
    .mt-xl-3 {
        margin-top: 3rem !important;
    }
    .mt-xl-4 {
        margin-top: 4rem !important;
    }
    .mt-xl-5 {
        margin-top: 5rem !important;
    }
    .mt-xl-6 {
        margin-top: 6rem !important;
    }
    .mt-xl-7 {
        margin-top: 7rem !important;
    }
    .mt-xl-8 {
        margin-top: 8rem !important;
    }
}

@media (min-width: 0) {
    .mr-0 {
        margin-right: 0 !important;
    }
    .mr-1 {
        margin-right: 1rem !important;
    }
    .mr-2 {
        margin-right: 2rem !important;
    }
    .mr-3 {
        margin-right: 3rem !important;
    }
    .mr-4 {
        margin-right: 4rem !important;
    }
    .mr-5 {
        margin-right: 5rem !important;
    }
    .mr-6 {
        margin-right: 6rem !important;
    }
    .mr-7 {
        margin-right: 7rem !important;
    }
    .mr-8 {
        margin-right: 8rem !important;
    }
}

@media (min-width: 480px) {
    .mr-sm-0 {
        margin-right: 0 !important;
    }
    .mr-sm-1 {
        margin-right: 1rem !important;
    }
    .mr-sm-2 {
        margin-right: 2rem !important;
    }
    .mr-sm-3 {
        margin-right: 3rem !important;
    }
    .mr-sm-4 {
        margin-right: 4rem !important;
    }
    .mr-sm-5 {
        margin-right: 5rem !important;
    }
    .mr-sm-6 {
        margin-right: 6rem !important;
    }
    .mr-sm-7 {
        margin-right: 7rem !important;
    }
    .mr-sm-8 {
        margin-right: 8rem !important;
    }
}

@media (min-width: 768px) {
    .mr-md-0 {
        margin-right: 0 !important;
    }
    .mr-md-1 {
        margin-right: 1rem !important;
    }
    .mr-md-2 {
        margin-right: 2rem !important;
    }
    .mr-md-3 {
        margin-right: 3rem !important;
    }
    .mr-md-4 {
        margin-right: 4rem !important;
    }
    .mr-md-5 {
        margin-right: 5rem !important;
    }
    .mr-md-6 {
        margin-right: 6rem !important;
    }
    .mr-md-7 {
        margin-right: 7rem !important;
    }
    .mr-md-8 {
        margin-right: 8rem !important;
    }
}

@media (min-width: 960px) {
    .mr-lg-0 {
        margin-right: 0 !important;
    }
    .mr-lg-1 {
        margin-right: 1rem !important;
    }
    .mr-lg-2 {
        margin-right: 2rem !important;
    }
    .mr-lg-3 {
        margin-right: 3rem !important;
    }
    .mr-lg-4 {
        margin-right: 4rem !important;
    }
    .mr-lg-5 {
        margin-right: 5rem !important;
    }
    .mr-lg-6 {
        margin-right: 6rem !important;
    }
    .mr-lg-7 {
        margin-right: 7rem !important;
    }
    .mr-lg-8 {
        margin-right: 8rem !important;
    }
}

@media (min-width: 1200px) {
    .mr-xl-0 {
        margin-right: 0 !important;
    }
    .mr-xl-1 {
        margin-right: 1rem !important;
    }
    .mr-xl-2 {
        margin-right: 2rem !important;
    }
    .mr-xl-3 {
        margin-right: 3rem !important;
    }
    .mr-xl-4 {
        margin-right: 4rem !important;
    }
    .mr-xl-5 {
        margin-right: 5rem !important;
    }
    .mr-xl-6 {
        margin-right: 6rem !important;
    }
    .mr-xl-7 {
        margin-right: 7rem !important;
    }
    .mr-xl-8 {
        margin-right: 8rem !important;
    }
}

@media (min-width: 0) {
    .mb-0 {
        margin-bottom: 0 !important;
    }
    .mb-1 {
        margin-bottom: 1rem !important;
    }
    .mb-2 {
        margin-bottom: 2rem !important;
    }
    .mb-3 {
        margin-bottom: 3rem !important;
    }
    .mb-4 {
        margin-bottom: 4rem !important;
    }
    .mb-5 {
        margin-bottom: 5rem !important;
    }
    .mb-6 {
        margin-bottom: 6rem !important;
    }
    .mb-7 {
        margin-bottom: 7rem !important;
    }
    .mb-8 {
        margin-bottom: 8rem !important;
    }
}

@media (min-width: 480px) {
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 2rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 4rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 5rem !important;
    }
    .mb-sm-6 {
        margin-bottom: 6rem !important;
    }
    .mb-sm-7 {
        margin-bottom: 7rem !important;
    }
    .mb-sm-8 {
        margin-bottom: 8rem !important;
    }
}

@media (min-width: 768px) {
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 1rem !important;
    }
    .mb-md-2 {
        margin-bottom: 2rem !important;
    }
    .mb-md-3 {
        margin-bottom: 3rem !important;
    }
    .mb-md-4 {
        margin-bottom: 4rem !important;
    }
    .mb-md-5 {
        margin-bottom: 5rem !important;
    }
    .mb-md-6 {
        margin-bottom: 6rem !important;
    }
    .mb-md-7 {
        margin-bottom: 7rem !important;
    }
    .mb-md-8 {
        margin-bottom: 8rem !important;
    }
}

@media (min-width: 960px) {
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 2rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 4rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 5rem !important;
    }
    .mb-lg-6 {
        margin-bottom: 6rem !important;
    }
    .mb-lg-7 {
        margin-bottom: 7rem !important;
    }
    .mb-lg-8 {
        margin-bottom: 8rem !important;
    }
}

@media (min-width: 1200px) {
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 2rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 4rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 5rem !important;
    }
    .mb-xl-6 {
        margin-bottom: 6rem !important;
    }
    .mb-xl-7 {
        margin-bottom: 7rem !important;
    }
    .mb-xl-8 {
        margin-bottom: 8rem !important;
    }
}

@media (min-width: 0) {
    .ml-0 {
        margin-left: 0 !important;
    }
    .ml-1 {
        margin-left: 1rem !important;
    }
    .ml-2 {
        margin-left: 2rem !important;
    }
    .ml-3 {
        margin-left: 3rem !important;
    }
    .ml-4 {
        margin-left: 4rem !important;
    }
    .ml-5 {
        margin-left: 5rem !important;
    }
    .ml-6 {
        margin-left: 6rem !important;
    }
    .ml-7 {
        margin-left: 7rem !important;
    }
    .ml-8 {
        margin-left: 8rem !important;
    }
}

@media (min-width: 480px) {
    .ml-sm-0 {
        margin-left: 0 !important;
    }
    .ml-sm-1 {
        margin-left: 1rem !important;
    }
    .ml-sm-2 {
        margin-left: 2rem !important;
    }
    .ml-sm-3 {
        margin-left: 3rem !important;
    }
    .ml-sm-4 {
        margin-left: 4rem !important;
    }
    .ml-sm-5 {
        margin-left: 5rem !important;
    }
    .ml-sm-6 {
        margin-left: 6rem !important;
    }
    .ml-sm-7 {
        margin-left: 7rem !important;
    }
    .ml-sm-8 {
        margin-left: 8rem !important;
    }
}

@media (min-width: 768px) {
    .ml-md-0 {
        margin-left: 0 !important;
    }
    .ml-md-1 {
        margin-left: 1rem !important;
    }
    .ml-md-2 {
        margin-left: 2rem !important;
    }
    .ml-md-3 {
        margin-left: 3rem !important;
    }
    .ml-md-4 {
        margin-left: 4rem !important;
    }
    .ml-md-5 {
        margin-left: 5rem !important;
    }
    .ml-md-6 {
        margin-left: 6rem !important;
    }
    .ml-md-7 {
        margin-left: 7rem !important;
    }
    .ml-md-8 {
        margin-left: 8rem !important;
    }
}

@media (min-width: 960px) {
    .ml-lg-0 {
        margin-left: 0 !important;
    }
    .ml-lg-1 {
        margin-left: 1rem !important;
    }
    .ml-lg-2 {
        margin-left: 2rem !important;
    }
    .ml-lg-3 {
        margin-left: 3rem !important;
    }
    .ml-lg-4 {
        margin-left: 4rem !important;
    }
    .ml-lg-5 {
        margin-left: 5rem !important;
    }
    .ml-lg-6 {
        margin-left: 6rem !important;
    }
    .ml-lg-7 {
        margin-left: 7rem !important;
    }
    .ml-lg-8 {
        margin-left: 8rem !important;
    }
}

@media (min-width: 1200px) {
    .ml-xl-0 {
        margin-left: 0 !important;
    }
    .ml-xl-1 {
        margin-left: 1rem !important;
    }
    .ml-xl-2 {
        margin-left: 2rem !important;
    }
    .ml-xl-3 {
        margin-left: 3rem !important;
    }
    .ml-xl-4 {
        margin-left: 4rem !important;
    }
    .ml-xl-5 {
        margin-left: 5rem !important;
    }
    .ml-xl-6 {
        margin-left: 6rem !important;
    }
    .ml-xl-7 {
        margin-left: 7rem !important;
    }
    .ml-xl-8 {
        margin-left: 8rem !important;
    }
}

@media (min-width: 0) {
    .h-25 {
        height: 25vh !important;
    }
    .h-50 {
        height: 50vh !important;
    }
    .h-75 {
        height: 75vh !important;
    }
    .h-100 {
        height: 100vh !important;
    }
}

@media (min-width: 480px) {
    .h-sm-25 {
        height: 25vh !important;
    }
    .h-sm-50 {
        height: 50vh !important;
    }
    .h-sm-75 {
        height: 75vh !important;
    }
    .h-sm-100 {
        height: 100vh !important;
    }
}

@media (min-width: 768px) {
    .h-md-25 {
        height: 25vh !important;
    }
    .h-md-50 {
        height: 50vh !important;
    }
    .h-md-75 {
        height: 75vh !important;
    }
    .h-md-100 {
        height: 100vh !important;
    }
}

@media (min-width: 960px) {
    .h-lg-25 {
        height: 25vh !important;
    }
    .h-lg-50 {
        height: 50vh !important;
    }
    .h-lg-75 {
        height: 75vh !important;
    }
    .h-lg-100 {
        height: 100vh !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-25 {
        height: 25vh !important;
    }
    .h-xl-50 {
        height: 50vh !important;
    }
    .h-xl-75 {
        height: 75vh !important;
    }
    .h-xl-100 {
        height: 100vh !important;
    }
}

@media (min-width: 0) {
    .w-10 {
        width: 10% !important;
    }
    .w-20 {
        width: 20% !important;
    }
    .w-30 {
        width: 30% !important;
    }
    .w-40 {
        width: 40% !important;
    }
    .w-50 {
        width: 50% !important;
    }
    .w-60 {
        width: 60% !important;
    }
    .w-70 {
        width: 70% !important;
    }
    .w-80 {
        width: 80% !important;
    }
    .w-90 {
        width: 90% !important;
    }
    .w-100 {
        width: 100% !important;
    }
}

@media (min-width: 480px) {
    .w-sm-10 {
        width: 10% !important;
    }
    .w-sm-20 {
        width: 20% !important;
    }
    .w-sm-30 {
        width: 30% !important;
    }
    .w-sm-40 {
        width: 40% !important;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .w-sm-60 {
        width: 60% !important;
    }
    .w-sm-70 {
        width: 70% !important;
    }
    .w-sm-80 {
        width: 80% !important;
    }
    .w-sm-90 {
        width: 90% !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .w-md-10 {
        width: 10% !important;
    }
    .w-md-20 {
        width: 20% !important;
    }
    .w-md-30 {
        width: 30% !important;
    }
    .w-md-40 {
        width: 40% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-60 {
        width: 60% !important;
    }
    .w-md-70 {
        width: 70% !important;
    }
    .w-md-80 {
        width: 80% !important;
    }
    .w-md-90 {
        width: 90% !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
}

@media (min-width: 960px) {
    .w-lg-10 {
        width: 10% !important;
    }
    .w-lg-20 {
        width: 20% !important;
    }
    .w-lg-30 {
        width: 30% !important;
    }
    .w-lg-40 {
        width: 40% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .w-lg-60 {
        width: 60% !important;
    }
    .w-lg-70 {
        width: 70% !important;
    }
    .w-lg-80 {
        width: 80% !important;
    }
    .w-lg-90 {
        width: 90% !important;
    }
    .w-lg-100 {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-10 {
        width: 10% !important;
    }
    .w-xl-20 {
        width: 20% !important;
    }
    .w-xl-30 {
        width: 30% !important;
    }
    .w-xl-40 {
        width: 40% !important;
    }
    .w-xl-50 {
        width: 50% !important;
    }
    .w-xl-60 {
        width: 60% !important;
    }
    .w-xl-70 {
        width: 70% !important;
    }
    .w-xl-80 {
        width: 80% !important;
    }
    .w-xl-90 {
        width: 90% !important;
    }
    .w-xl-100 {
        width: 100% !important;
    }
}

.container-sm {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 600px;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 900px;
}

.container-lg {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1200px;
}

.container-xl {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1500px;
}

.container-xxl {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1800px;
}

.container-2xl {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 2100px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 0) {
    .col-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 8.33333%;
    }
    .col-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 16.66667%;
    }
    .col-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 25%;
    }
    .col-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 33.33333%;
    }
    .col-5 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 41.66667%;
    }
    .col-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 50%;
    }
    .col-7 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 58.33333%;
    }
    .col-8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 66.66667%;
    }
    .col-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 75%;
    }
    .col-10 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 83.33333%;
    }
    .col-11 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 91.66667%;
    }
    .col-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 100%;
    }
}

@media (min-width: 480px) {
    .col-sm-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 25%;
    }
    .col-sm-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 50%;
    }
    .col-sm-7 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 75%;
    }
    .col-sm-10 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 25%;
    }
    .col-md-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 50%;
    }
    .col-md-7 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 75%;
    }
    .col-md-10 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 100%;
    }
}

@media (min-width: 960px) {
    .col-lg-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 25%;
    }
    .col-lg-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 50%;
    }
    .col-lg-7 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 75%;
    }
    .col-lg-10 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 25%;
    }
    .col-xl-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 50%;
    }
    .col-xl-7 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 75%;
    }
    .col-xl-10 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 100%;
    }
}

.primary-btn {
    background: #cb1b23;
    color: #fff;
    width: 140px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.primary-btn:focus {
    border: none;
}

.primary-btn::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.primary-btn:hover::after {
    left: 0;
}

header {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100px;
    padding: 1rem;
    overflow: hidden;
    max-height: 100px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

header.active {
    height: auto;
    max-height: 100vh;
}

header.dropdown-active {
    overflow: visible;
}

header img {
    height: calc(80px - 2rem);
}

header .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header .hamburger {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
}

header .hamburger span {
    width: 100%;
    height: 5px;
    background: #cb1b23;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

header .hamburger.active span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translateY(14px);
    transform: rotate(-45deg) translateY(14px);
}

header .hamburger.active span:nth-child(2) {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
}

header .hamburger.active span:nth-child(3) {
    -webkit-transform: rotate(45deg) translateY(-14px);
    transform: rotate(45deg) translateY(-14px);
}

header ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header ul li {
    padding: 0 1rem;
    height: 80px;
}

header ul li a {
    line-height: 80px;
    text-decoration: none;
    color: #222;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

header ul li a.active {
    text-decoration: underline;
    color: #cb1b23;
}

header ul li a:hover {
    color: #cb1b23;
}

header ul li.dropdown {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

header ul li.dropdown .none-link {
    pointer-events: none;
}

header ul li.dropdown .none-link:hover {
    color: #cb1b23;
}

header ul li.dropdown svg {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

header ul li.dropdown:hover svg {
    -webkit-filter: invert(18%) sepia(29%) saturate(7259%) hue-rotate(343deg) brightness(103%) contrast(105%);
    filter: invert(18%) sepia(29%) saturate(7259%) hue-rotate(343deg) brightness(103%) contrast(105%);
}

header ul li.dropdown ul {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0px 14px 20px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 14px 20px -3px rgba(0, 0, 0, 0.27);
    top: 80px;
    right: 0;
    min-width: 350px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

header ul li.dropdown ul li {
    width: 100%;
}

header ul li.dropdown.active {
    overflow: visible;
}

header ul li.dropdown.active svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

header ul li.dropdown.active ul {
    opacity: 1;
    z-index: 100;
}

@media (min-width: 960px) {
    header .hamburger {
        display: none;
    }
    header ul {
        width: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    header img {
        height: calc(100px - 2rem);
    }
}

.carousel {
    width: 100%;
}

.carousel #homeCarousel .item {
    width: 100%;
    background: black;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(83%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 83%, rgba(0, 0, 0, 0.4) 100%);
    height: 20vh;
    position: relative;
}

.carousel #homeCarousel .item img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.carousel #homeCarousel .item .content {
    position: absolute;
    max-width: 90%;
    min-width: 60%;
    top: 50%;
    right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.carousel #homeCarousel .item .content a {
    color: #fff;
    text-decoration: none;
}

.carousel #homeCarousel .item .content h1 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 2px 2px 0px #969696;
}

.carousel #homeCarousel .item .content h5 {
    font-size: 0.4rem;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 2px 2px 0px #969696;
}

@media (min-width: 960px) {
    .carousel #homeCarousel .item {
        height: calc(100vh - 100px);
    }
    .carousel #homeCarousel .item .content {
        top: calc(50% - 75px);
    }
    .carousel #homeCarousel .item .content h1 {
        font-size: 64px;
    }
    .carousel #homeCarousel .item .content h5 {
        font-size: 30px;
    }
}

@media (min-width: 960px) {
    .carousel #homeCarousel .owl-nav {
        position: absolute;
        top: calc(50% - 75px);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        padding: 0 4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .carousel #homeCarousel .owl-nav button {
        width: 50px;
        height: 50px;
        background: #cb1b23;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .carousel #homeCarousel .owl-nav button span {
        color: #fff;
        font-size: 35px;
    }
    .carousel #homeCarousel .owl-nav button:hover {
        background: #97141a;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.carousel .searchBox {
    display: none;
}

@media (min-width: 960px) {
    .carousel .searchBox {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        height: 150px;
        width: 80%;
        max-width: 1500px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        z-index: 10;
        background: #fff;
        margin: 0 1rem;
    }
    .carousel .searchBox .icon {
        height: 100%;
        width: 150px;
        background: #cb1b23;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .carousel .searchBox .icon svg {
        -webkit-filter: invert(99%) sepia(1%) saturate(2%) hue-rotate(159deg) brightness(104%) contrast(100%);
        filter: invert(99%) sepia(1%) saturate(2%) hue-rotate(159deg) brightness(104%) contrast(100%);
        width: 50px;
        height: 50px;
    }
    .carousel .searchBox form {
        width: calc(100% - 150px);
    }
    .carousel .searchBox form .input-group {
        width: 20%;
        padding: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        height: 150px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .carousel .searchBox form .input-group .label {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .carousel .searchBox form .input-group .label svg {
        width: 20px;
        height: 20px;
        -webkit-filter: invert(18%) sepia(29%) saturate(7259%) hue-rotate(343deg) brightness(103%) contrast(105%);
        filter: invert(18%) sepia(29%) saturate(7259%) hue-rotate(343deg) brightness(103%) contrast(105%);
        display: inline-block;
        margin-right: 10px;
    }
    .carousel .searchBox form .input-group .label h5 {
        display: inline-block;
        text-align: left;
        font-size: 15px;
        text-transform: uppercase;
        color: #cb1b23;
        font-weight: 500;
    }
    .carousel .searchBox form .input-group .label.justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .carousel .searchBox form .input-group select {
        width: 100%;
        padding: .5rem;
        border: 1px solid #cb1b23;
        font-size: 15px;
        cursor: pointer;
    }
    .carousel .searchBox form .input-group select:focus,
    .carousel .searchBox form .input-group select:focus-visible {
        border: 1px solid #cb1b23;
        outline: none;
    }
    .carousel .searchBox form .input-submit {
        width: 20%;
        padding: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.bg-light {
    background-color: #F6F6F6;
}

.bg-image {
    background-image: url("../img/bg-image.png");
    background-position: left bottom;
    background-repeat: no-repeat;
}

.full-item {
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 960px) {
    .full-item {
        padding: 3rem;
    }
}

@media (min-width: 960px) {
    .full-item {
        min-height: 500px;
    }
}

.full-item h3 {
    width: 100%;
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 500;
}

.full-item p {
    width: 100%;
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 1.2rem;
    margin-bottom: 2rem;
}

.full-item .descriptions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 2rem;
}

.full-item .descriptions .desc {
    display: inline-block;
    margin: 0 3rem;
    text-align: center;
}

.full-item .descriptions .desc div {
    width: 50px;
    text-align: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid #cb1b23;
}

.in_evidenza,
.latest,
.blog,
.contattaci,
.mobile-only {
    padding: 3rem 0;
    width: 100%;
    min-height: 500px;
}

.in_evidenza .title,
.latest .title,
.blog .title,
.contattaci .title,
.mobile-only .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.in_evidenza .title .icon,
.latest .title .icon,
.blog .title .icon,
.contattaci .title .icon,
.mobile-only .title .icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #cb1b23;
    margin-right: 1rem;
}

.in_evidenza .title .icon svg,
.latest .title .icon svg,
.blog .title .icon svg,
.contattaci .title .icon svg,
.mobile-only .title .icon svg {
    width: 35px;
    height: 35px;
    -webkit-filter: invert(99%) sepia(1%) saturate(2%) hue-rotate(159deg) brightness(104%) contrast(100%);
    filter: invert(99%) sepia(1%) saturate(2%) hue-rotate(159deg) brightness(104%) contrast(100%);
}

.in_evidenza .title h3,
.latest .title h3,
.blog .title h3,
.contattaci .title h3,
.mobile-only .title h3 {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.in_evidenza .show-all,
.latest .show-all,
.blog .show-all,
.contattaci .show-all,
.mobile-only .show-all {
    text-align: end;
    position: relative;
    overflow: hidden;
}

.in_evidenza .show-all a,
.latest .show-all a,
.blog .show-all a,
.contattaci .show-all a,
.mobile-only .show-all a {
    text-transform: uppercase;
    text-decoration: none;
    color: #cb1b23;
    display: block;
    line-height: 50px;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.in_evidenza .show-all::before,
.latest .show-all::before,
.blog .show-all::before,
.contattaci .show-all::before,
.mobile-only .show-all::before {
    content: '';
    width: 50px;
    height: 1px;
    background: #cb1b23;
    position: absolute;
    display: block;
    bottom: 5px;
    right: -50px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 10;
}

.in_evidenza .show-all:hover::before,
.latest .show-all:hover::before,
.blog .show-all:hover::before,
.contattaci .show-all:hover::before,
.mobile-only .show-all:hover::before {
    right: 0;
}

.in_evidenza #immobili,
.in_evidenza .tab,
.latest #immobili,
.latest .tab,
.blog #immobili,
.blog .tab,
.contattaci #immobili,
.contattaci .tab,
.mobile-only #immobili,
.mobile-only .tab {
    padding: 1rem;
    overflow: hidden;
}

.in_evidenza #immobili .item img,
.in_evidenza .tab .item img,
.latest #immobili .item img,
.latest .tab .item img,
.blog #immobili .item img,
.blog .tab .item img,
.contattaci #immobili .item img,
.contattaci .tab .item img,
.mobile-only #immobili .item img,
.mobile-only .tab .item img {
    position: static;
    display: block;
    opacity: 1;
}

.in_evidenza #immobili .item .row,
.in_evidenza .tab .item .row,
.latest #immobili .item .row,
.latest .tab .item .row,
.blog #immobili .item .row,
.blog .tab .item .row,
.contattaci #immobili .item .row,
.contattaci .tab .item .row,
.mobile-only #immobili .item .row,
.mobile-only .tab .item .row {
    opacity: 1;
    padding: 1rem;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #fff;
}

.in_evidenza #immobili .item .title,
.in_evidenza .tab .item .title,
.latest #immobili .item .title,
.latest .tab .item .title,
.blog #immobili .item .title,
.blog .tab .item .title,
.contattaci #immobili .item .title,
.contattaci .tab .item .title,
.mobile-only #immobili .item .title,
.mobile-only .tab .item .title {
    font-size: 1rem;
    letter-spacing: 2px;
    font-weight: 800;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.in_evidenza #immobili .item .title a,
.in_evidenza .tab .item .title a,
.latest #immobili .item .title a,
.latest .tab .item .title a,
.blog #immobili .item .title a,
.blog .tab .item .title a,
.contattaci #immobili .item .title a,
.contattaci .tab .item .title a,
.mobile-only #immobili .item .title a,
.mobile-only .tab .item .title a {
    color: #222;
    text-decoration: none;
}

.in_evidenza #immobili .item .status,
.in_evidenza .tab .item .status,
.latest #immobili .item .status,
.latest .tab .item .status,
.blog #immobili .item .status,
.blog .tab .item .status,
.contattaci #immobili .item .status,
.contattaci .tab .item .status,
.mobile-only #immobili .item .status,
.mobile-only .tab .item .status {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
    background-color: #cb1b23;
    color: #fff;
}

.in_evidenza #immobili .item .price,
.in_evidenza .tab .item .price,
.latest #immobili .item .price,
.latest .tab .item .price,
.blog #immobili .item .price,
.blog .tab .item .price,
.contattaci #immobili .item .price,
.contattaci .tab .item .price,
.mobile-only #immobili .item .price,
.mobile-only .tab .item .price {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.in_evidenza #immobili .item .caratteristiche .row,
.in_evidenza .tab .item .caratteristiche .row,
.latest #immobili .item .caratteristiche .row,
.latest .tab .item .caratteristiche .row,
.blog #immobili .item .caratteristiche .row,
.blog .tab .item .caratteristiche .row,
.contattaci #immobili .item .caratteristiche .row,
.contattaci .tab .item .caratteristiche .row,
.mobile-only #immobili .item .caratteristiche .row,
.mobile-only .tab .item .caratteristiche .row {
    padding: 0 1rem 1rem 0;
}

.in_evidenza #immobili .item .caratteristiche .caratteristica,
.in_evidenza .tab .item .caratteristiche .caratteristica,
.latest #immobili .item .caratteristiche .caratteristica,
.latest .tab .item .caratteristiche .caratteristica,
.blog #immobili .item .caratteristiche .caratteristica,
.blog .tab .item .caratteristiche .caratteristica,
.contattaci #immobili .item .caratteristiche .caratteristica,
.contattaci .tab .item .caratteristiche .caratteristica,
.mobile-only #immobili .item .caratteristiche .caratteristica,
.mobile-only .tab .item .caratteristiche .caratteristica {
    width: 20%;
    padding: 1px;
}

.in_evidenza #immobili .item .caratteristiche .caratteristica span,
.in_evidenza .tab .item .caratteristiche .caratteristica span,
.latest #immobili .item .caratteristiche .caratteristica span,
.latest .tab .item .caratteristiche .caratteristica span,
.blog #immobili .item .caratteristiche .caratteristica span,
.blog .tab .item .caratteristiche .caratteristica span,
.contattaci #immobili .item .caratteristiche .caratteristica span,
.contattaci .tab .item .caratteristiche .caratteristica span,
.mobile-only #immobili .item .caratteristiche .caratteristica span,
.mobile-only .tab .item .caratteristiche .caratteristica span {
    font-size: 12px;
    text-align: center;
}

.in_evidenza #immobili .item .caratteristiche .caratteristica .box,
.in_evidenza .tab .item .caratteristiche .caratteristica .box,
.latest #immobili .item .caratteristiche .caratteristica .box,
.latest .tab .item .caratteristiche .caratteristica .box,
.blog #immobili .item .caratteristiche .caratteristica .box,
.blog .tab .item .caratteristiche .caratteristica .box,
.contattaci #immobili .item .caratteristiche .caratteristica .box,
.contattaci .tab .item .caratteristiche .caratteristica .box,
.mobile-only #immobili .item .caratteristiche .caratteristica .box,
.mobile-only .tab .item .caratteristiche .caratteristica .box {
    border: 1px solid #F6F6F6;
    padding: 5px;
    text-align: center;
    font-weight: 600;
}

.in_evidenza #immobili .item .caratteristiche .caratteristica .box svg,
.in_evidenza .tab .item .caratteristiche .caratteristica .box svg,
.latest #immobili .item .caratteristiche .caratteristica .box svg,
.latest .tab .item .caratteristiche .caratteristica .box svg,
.blog #immobili .item .caratteristiche .caratteristica .box svg,
.blog .tab .item .caratteristiche .caratteristica .box svg,
.contattaci #immobili .item .caratteristiche .caratteristica .box svg,
.contattaci .tab .item .caratteristiche .caratteristica .box svg,
.mobile-only #immobili .item .caratteristiche .caratteristica .box svg,
.mobile-only .tab .item .caratteristiche .caratteristica .box svg {
    -webkit-filter: invert(18%) sepia(29%) saturate(7259%) hue-rotate(343deg) brightness(103%) contrast(105%);
    filter: invert(18%) sepia(29%) saturate(7259%) hue-rotate(343deg) brightness(103%) contrast(105%);
    width: 15px;
    height: 15px;
}

@media (min-width: 960px) {
    .in_evidenza #immobili,
    .in_evidenza .tab,
    .latest #immobili,
    .latest .tab,
    .blog #immobili,
    .blog .tab,
    .contattaci #immobili,
    .contattaci .tab,
    .mobile-only #immobili,
    .mobile-only .tab {
        padding: 4rem 0;
    }
    .in_evidenza #immobili .owl-stage-outer,
    .in_evidenza .tab .owl-stage-outer,
    .latest #immobili .owl-stage-outer,
    .latest .tab .owl-stage-outer,
    .blog #immobili .owl-stage-outer,
    .blog .tab .owl-stage-outer,
    .contattaci #immobili .owl-stage-outer,
    .contattaci .tab .owl-stage-outer,
    .mobile-only #immobili .owl-stage-outer,
    .mobile-only .tab .owl-stage-outer {
        overflow: visible;
    }
    .in_evidenza #immobili .item img,
    .in_evidenza .tab .item img,
    .latest #immobili .item img,
    .latest .tab .item img,
    .blog #immobili .item img,
    .blog .tab .item img,
    .contattaci #immobili .item img,
    .contattaci .tab .item img,
    .mobile-only #immobili .item img,
    .mobile-only .tab .item img {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -o-object-fit: cover;
        object-fit: cover;
        opacity: 0.2;
    }
    .in_evidenza #immobili .item .row,
    .in_evidenza .tab .item .row,
    .latest #immobili .item .row,
    .latest .tab .item .row,
    .blog #immobili .item .row,
    .blog .tab .item .row,
    .contattaci #immobili .item .row,
    .contattaci .tab .item .row,
    .mobile-only #immobili .item .row,
    .mobile-only .tab .item .row {
        opacity: 0;
    }
    .in_evidenza #immobili .item .img-sub,
    .in_evidenza .tab .item .img-sub,
    .latest #immobili .item .img-sub,
    .latest .tab .item .img-sub,
    .blog #immobili .item .img-sub,
    .blog .tab .item .img-sub,
    .contattaci #immobili .item .img-sub,
    .contattaci .tab .item .img-sub,
    .mobile-only #immobili .item .img-sub,
    .mobile-only .tab .item .img-sub {
        height: 300px;
    }
    .in_evidenza #immobili .owl-nav,
    .in_evidenza .tab .owl-nav,
    .latest #immobili .owl-nav,
    .latest .tab .owl-nav,
    .blog #immobili .owl-nav,
    .blog .tab .owl-nav,
    .contattaci #immobili .owl-nav,
    .contattaci .tab .owl-nav,
    .mobile-only #immobili .owl-nav,
    .mobile-only .tab .owl-nav {
        z-index: 11;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        padding: 0 4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .in_evidenza #immobili .owl-nav button,
    .in_evidenza .tab .owl-nav button,
    .latest #immobili .owl-nav button,
    .latest .tab .owl-nav button,
    .blog #immobili .owl-nav button,
    .blog .tab .owl-nav button,
    .contattaci #immobili .owl-nav button,
    .contattaci .tab .owl-nav button,
    .mobile-only #immobili .owl-nav button,
    .mobile-only .tab .owl-nav button {
        width: 50px;
        height: 50px;
        background: #cb1b23;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .in_evidenza #immobili .owl-nav button span,
    .in_evidenza .tab .owl-nav button span,
    .latest #immobili .owl-nav button span,
    .latest .tab .owl-nav button span,
    .blog #immobili .owl-nav button span,
    .blog .tab .owl-nav button span,
    .contattaci #immobili .owl-nav button span,
    .contattaci .tab .owl-nav button span,
    .mobile-only #immobili .owl-nav button span,
    .mobile-only .tab .owl-nav button span {
        color: #fff;
        font-size: 35px;
    }
    .in_evidenza #immobili .owl-nav button:hover,
    .in_evidenza .tab .owl-nav button:hover,
    .latest #immobili .owl-nav button:hover,
    .latest .tab .owl-nav button:hover,
    .blog #immobili .owl-nav button:hover,
    .blog .tab .owl-nav button:hover,
    .contattaci #immobili .owl-nav button:hover,
    .contattaci .tab .owl-nav button:hover,
    .mobile-only #immobili .owl-nav button:hover,
    .mobile-only .tab .owl-nav button:hover {
        background: #97141a;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .in_evidenza #immobili .center,
    .in_evidenza .tab .center,
    .latest #immobili .center,
    .latest .tab .center,
    .blog #immobili .center,
    .blog .tab .center,
    .contattaci #immobili .center,
    .contattaci .tab .center,
    .mobile-only #immobili .center,
    .mobile-only .tab .center {
        z-index: 10;
        -webkit-transition: all 1s ease-in;
        transition: all 1s ease-in;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        overflow: visible;
    }
    .in_evidenza #immobili .center .item,
    .in_evidenza .tab .center .item,
    .latest #immobili .center .item,
    .latest .tab .center .item,
    .blog #immobili .center .item,
    .blog .tab .center .item,
    .contattaci #immobili .center .item,
    .contattaci .tab .center .item,
    .mobile-only #immobili .center .item,
    .mobile-only .tab .center .item {
        border: 1px solid #cb1b23;
        -webkit-box-shadow: 0px 4px 17px 5px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 4px 17px 5px rgba(0, 0, 0, 0.15);
    }
    .in_evidenza #immobili .center img,
    .in_evidenza .tab .center img,
    .latest #immobili .center img,
    .latest .tab .center img,
    .blog #immobili .center img,
    .blog .tab .center img,
    .contattaci #immobili .center img,
    .contattaci .tab .center img,
    .mobile-only #immobili .center img,
    .mobile-only .tab .center img {
        position: static;
        display: block;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        height: 300px;
        opacity: 1;
    }
    .in_evidenza #immobili .center .img-sub,
    .in_evidenza .tab .center .img-sub,
    .latest #immobili .center .img-sub,
    .latest .tab .center .img-sub,
    .blog #immobili .center .img-sub,
    .blog .tab .center .img-sub,
    .contattaci #immobili .center .img-sub,
    .contattaci .tab .center .img-sub,
    .mobile-only #immobili .center .img-sub,
    .mobile-only .tab .center .img-sub {
        height: 0;
    }
    .in_evidenza #immobili .center .row,
    .in_evidenza .tab .center .row,
    .latest #immobili .center .row,
    .latest .tab .center .row,
    .blog #immobili .center .row,
    .blog .tab .center .row,
    .contattaci #immobili .center .row,
    .contattaci .tab .center .row,
    .mobile-only #immobili .center .row,
    .mobile-only .tab .center .row {
        opacity: 1;
    }
}

.in_evidenza .tabs-link,
.latest .tabs-link,
.blog .tabs-link,
.contattaci .tabs-link,
.mobile-only .tabs-link {
    width: 100%;
}

.in_evidenza .tabs-link ul,
.latest .tabs-link ul,
.blog .tabs-link ul,
.contattaci .tabs-link ul,
.mobile-only .tabs-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
}

.in_evidenza .tabs-link ul li,
.latest .tabs-link ul li,
.blog .tabs-link ul li,
.contattaci .tabs-link ul li,
.mobile-only .tabs-link ul li {
    padding: 0 1rem;
}

.in_evidenza .tabs-link ul li button,
.latest .tabs-link ul li button,
.blog .tabs-link ul li button,
.contattaci .tabs-link ul li button,
.mobile-only .tabs-link ul li button {
    background: transparent;
    border: none;
    font-size: 0.6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #222;
    cursor: pointer;
    font-weight: 600;
}

.in_evidenza .tabs-link ul li button:focus,
.latest .tabs-link ul li button:focus,
.blog .tabs-link ul li button:focus,
.contattaci .tabs-link ul li button:focus,
.mobile-only .tabs-link ul li button:focus {
    outline: none;
}

.in_evidenza .tabs-link ul li button.active,
.in_evidenza .tabs-link ul li button:hover,
.latest .tabs-link ul li button.active,
.latest .tabs-link ul li button:hover,
.blog .tabs-link ul li button.active,
.blog .tabs-link ul li button:hover,
.contattaci .tabs-link ul li button.active,
.contattaci .tabs-link ul li button:hover,
.mobile-only .tabs-link ul li button.active,
.mobile-only .tabs-link ul li button:hover {
    color: #cb1b23;
}

@media (min-width: 960px) {
    .in_evidenza .tabs-link ul li button,
    .latest .tabs-link ul li button,
    .blog .tabs-link ul li button,
    .contattaci .tabs-link ul li button,
    .mobile-only .tabs-link ul li button {
        font-size: 1rem;
    }
}

.in_evidenza .tabs,
.latest .tabs,
.blog .tabs,
.contattaci .tabs,
.mobile-only .tabs {
    position: relative;
}

.in_evidenza .tabs .tab,
.latest .tabs .tab,
.blog .tabs .tab,
.contattaci .tabs .tab,
.mobile-only .tabs .tab {
    position: absolute;
    padding: 1rem 0;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.in_evidenza .tabs .tab.active,
.latest .tabs .tab.active,
.blog .tabs .tab.active,
.contattaci .tabs .tab.active,
.mobile-only .tabs .tab.active {
    opacity: 1;
    z-index: 5;
}

.in_evidenza .tabs .tab .description,
.latest .tabs .tab .description,
.blog .tabs .tab .description,
.contattaci .tabs .tab .description,
.mobile-only .tabs .tab .description {
    display: none;
}

.in_evidenza .tabs .tab .caratteristiche .row,
.latest .tabs .tab .caratteristiche .row,
.blog .tabs .tab .caratteristiche .row,
.contattaci .tabs .tab .caratteristiche .row,
.mobile-only .tabs .tab .caratteristiche .row {
    padding: 0;
}

.in_evidenza .tabs .tab .item,
.latest .tabs .tab .item,
.blog .tabs .tab .item,
.contattaci .tabs .tab .item,
.mobile-only .tabs .tab .item {
    padding: 5px;
}

.in_evidenza .tabs .tab .item img,
.latest .tabs .tab .item img,
.blog .tabs .tab .item img,
.contattaci .tabs .tab .item img,
.mobile-only .tabs .tab .item img {
    display: block;
    position: static;
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.in_evidenza .tabs .tab .item .row,
.latest .tabs .tab .item .row,
.blog .tabs .tab .item .row,
.contattaci .tabs .tab .item .row,
.mobile-only .tabs .tab .item .row {
    opacity: 1;
    padding: 0;
}

.in_evidenza .tabs .tab .item .row .title,
.latest .tabs .tab .item .row .title,
.blog .tabs .tab .item .row .title,
.contattaci .tabs .tab .item .row .title,
.mobile-only .tabs .tab .item .row .title {
    margin-top: 1rem;
}

.in_evidenza .tabs .tab .item .row .price,
.latest .tabs .tab .item .row .price,
.blog .tabs .tab .item .row .price,
.contattaci .tabs .tab .item .row .price,
.mobile-only .tabs .tab .item .row .price {
    margin-top: 1rem;
}

@media (min-width: 960px) {
    .in_evidenza .tabs .tab .item .row,
    .latest .tabs .tab .item .row,
    .blog .tabs .tab .item .row,
    .contattaci .tabs .tab .item .row,
    .mobile-only .tabs .tab .item .row {
        padding: 1rem;
    }
    .in_evidenza .tabs .tab .row,
    .latest .tabs .tab .row,
    .blog .tabs .tab .row,
    .contattaci .tabs .tab .row,
    .mobile-only .tabs .tab .row {
        overflow: hidden;
    }
    .in_evidenza .tabs .tab .title,
    .in_evidenza .tabs .tab .description,
    .latest .tabs .tab .title,
    .latest .tabs .tab .description,
    .blog .tabs .tab .title,
    .blog .tabs .tab .description,
    .contattaci .tabs .tab .title,
    .contattaci .tabs .tab .description,
    .mobile-only .tabs .tab .title,
    .mobile-only .tabs .tab .description {
        display: block;
    }
}

.mobile-only {
    min-height: 0;
}

.mobile-only a {
    color: #fff !important;
}

@media (min-width: 960px) {
    .mobile-only {
        display: none;
    }
}

.latest {
    min-height: 65vh;
}

@media (min-width: 768px) {
    .latest {
        min-height: 70vh;
    }
}

@media (min-width: 960px) {
    .latest {
        min-height: 75vh;
    }
}

section.range-slider {
    position: relative;
    width: 100%;
    height: 30px;
    float: left;
    text-align: center;
    overflow: visible;
    margin: .5rem;
}

section.range-slider input[type="range"] {
    pointer-events: none;
    position: absolute;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 14px;
    background: #fff;
    box-shadow: inset 0 1px 0 0 #d9d9d9, inset 0 -1px 0 0 #e6e6e6;
    -webkit-box-shadow: inset 0 1px 0 0 #d9d9d9, inset 0 -1px 0 0 #e6e6e6;
    overflow: hidden;
    left: 0;
    top: 30px;
    width: 100%;
    outline: none;
    height: 20px;
    margin: 0;
    padding: 0;
}

section.range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 14px;
    /* android <= 2.2 */
    /* older mobile safari and android > 2.2 */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), to(#cb1b23));
    background-image: linear-gradient(to bottom, white 0, #cb1b23 100%);
    /* W3C */
}

section.range-slider input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 14px;
    background-image: linear-gradient(to bottom, white 0, #cb1b23 100%);
    /* W3C */
}

section.range-slider input[type="range"]::-ms-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -ms-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 14px;
    border: 0;
    background-image: linear-gradient(to bottom, white 0, #cb1b23 100%);
    /* W3C */
}

section.range-slider input[type=range]::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: black;
    border: 0;
}

section.range-slider input[type=range]:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}

section.range-slider input[type=range]::-moz-focus-outer {
    border: 0;
}

.contattaci {
    min-height: 0;
}

.contattaci .title h3 {
    vertical-align: middle;
    height: 50px;
}

.contattaci .relative {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contattaci .relative .bordino {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 50px;
    background: #cb1b23;
}

.contattaci .relative:nth-child(2) .bordino,
.contattaci .relative:nth-child(4) .bordino {
    display: none;
}

@media (min-width: 960px) {
    .contattaci .relative:nth-child(2) .bordino {
        display: block;
    }
    .contattaci .relative:nth-child(4) .bordino {
        display: none;
    }
}

.contattaci span {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}

.contattaci .icon {
    padding: 1rem;
    position: relative;
    overflow: visible;
}

.contattaci .icon svg {
    width: 30px;
    height: 30px;
    -webkit-filter: invert(18%) sepia(29%) saturate(7259%) hue-rotate(343deg) brightness(103%) contrast(105%);
    filter: invert(18%) sepia(29%) saturate(7259%) hue-rotate(343deg) brightness(103%) contrast(105%);
}

.contattaci .icon svg.separated {
    margin: 0 10px;
}

.contattaci .icon.animated::after {
    content: '';
    background: #cb1b23;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
}

.contattaci .icon.animated:hover::after {
    -webkit-animation: slide 1.5s infinite;
    animation: slide 1.5s infinite;
    opacity: 1;
}

@-webkit-keyframes slide {
    0% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: 100%;
    }
    50% {
        top: 100%;
        left: 100%;
    }
    75% {
        top: 100%;
        left: -5px;
    }
    100% {
        top: -5px;
        left: -5px;
    }
}

@keyframes slide {
    0% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: 100%;
    }
    50% {
        top: 100%;
        left: 100%;
    }
    75% {
        top: 100%;
        left: -5px;
    }
    100% {
        top: -5px;
        left: -5px;
    }
}

.newsletter .left,
.newsletter .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.5rem;
}

.newsletter .left {
    background: #cb1b23;
    padding: 2rem 0;
}

.newsletter .left h3 {
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 80%;
}

@media (min-width: 960px) {
    .newsletter .left h3 {
        margin-bottom: 1rem;
        font-size: 2rem;
    }
}

.newsletter .left p {
    display: none;
}

@media (min-width: 960px) {
    .newsletter .left p {
        max-width: 80%;
        font-size: 1.5rem;
        display: block;
    }
}

.newsletter .right {
    background: url("../img/newsletter.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.newsletter .right div {
    padding: 0.3rem;
}

.newsletter .right label {
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.newsletter .right select,
.newsletter .right input[type="text"],
.newsletter .right input[type="submit"] {
    width: 100%;
    padding: .5rem;
    border: 1px solid #cb1b23;
    font-size: 15px;
}

.newsletter .right select:focus,
.newsletter .right select:focus-visible,
.newsletter .right input[type="text"]:focus,
.newsletter .right input[type="text"]:focus-visible,
.newsletter .right input[type="submit"]:focus,
.newsletter .right input[type="submit"]:focus-visible {
    border: 1px solid #cb1b23;
    outline: none;
}

.newsletter .right .submit-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.newsletter .right input[type="text"] {
    width: 60%;
    display: inline-block;
}

.newsletter .right input[type="submit"] {
    width: 40%;
    background: #cb1b23;
    color: #fff;
    display: inline-block;
}

.newsletter .right .rangeValues {
    color: #fff;
}

@media (min-width: 960px) {
    .newsletter .left,
    .newsletter .right {
        min-height: 600px;
    }
    .newsletter .left div,
    .newsletter .right div {
        padding: 1rem;
    }
    .newsletter .left input[type="text"],
    .newsletter .right input[type="text"] {
        width: 80%;
    }
    .newsletter .left input[type="submit"],
    .newsletter .right input[type="submit"] {
        width: 20%;
    }
}

.blog .blog-item {
    padding: 0.3rem;
}

.blog .blog-item .row {
    border: 1px solid #F6F6F6;
}

.blog .blog-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog .blog-item .blog-content {
    padding: 0.8rem;
}

.blog .blog-item .blog-content h5 {
    font-size: 1rem;
    text-transform: uppercase;
}

.blog .blog-item:hover .row {
    border: 1px solid #cb1b23;
}

@media (min-width: 1200px) {
    .blog .container-xl {
        padding: 2rem 1rem;
    }
    .blog .blog-content h5 {
        font-size: 1.5rem;
    }
}

.book {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 450px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.book.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.book .left,
.book .right {
    width: 100%;
    position: relative;
}

.book .left {
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.book .left .content {
    max-width: 90%;
}

.book .left .content h3 {
    font-size: 2rem;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.book .left .content h3.with-icon {
    position: relative;
}

.book .left .content h3.with-icon .icon {
    width: 50px;
    height: 50px;
    left: -60px;
    top: 0;
    position: absolute;
    background: #cb1b23;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.book .left .content h3.with-icon .icon svg {
    -webkit-filter: invert(99%) sepia(1%) saturate(2%) hue-rotate(159deg) brightness(104%) contrast(100%);
    filter: invert(99%) sepia(1%) saturate(2%) hue-rotate(159deg) brightness(104%) contrast(100%);
    width: 30px;
    height: 30px;
}

.book .left .content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.book .left .content .caratteristiche {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.book .left .content .caratteristiche .caratteristica {
    width: 33.333334%;
}

.book .left .content .caratteristiche .caratteristica span {
    display: block;
    max-width: 50px;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #cb1b23;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.book .left .content .caratteristiche .caratteristica h4 {
    font-size: 1.7rem;
    font-weight: 600;
}

.book .left .content .caratteristiche .caratteristica.hor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.book .left .content .caratteristiche .caratteristica.hor span {
    border-right: 1px solid #cb1b23;
    border-bottom: none;
    padding-right: 10px;
    padding-bottom: 0;
}

.book .left .content .caratteristiche .caratteristica.hor h4 {
    display: inline-block;
    margin-left: 10px;
}

.book .right .owl-stage-outer {
    height: 100%;
}

.book .right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.book .right .owl-dots {
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.book .right .owl-dots button {
    width: 17px;
    height: 17px;
    margin: 0 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #cb1b23;
    -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.6);
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 2px rgba(255, 255, 255, 0.6);
    box-shadow: 0 2px rgba(255, 255, 255, 0.6);
}

.book .right .owl-dots button.active {
    background-color: #cb1b23;
}

@media (min-width: 960px) {
    .book .left,
    .book .right {
        width: 50%;
        min-height: 450px;
    }
    .book .left .content {
        max-width: 60%;
    }
}

.book .immobile {
    position: relative;
    max-width: 90%;
}

.book .immobile h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.book .immobile h3 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.book .immobile p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.book .immobile .caratteristiche .row {
    padding: 0 1rem 1rem 0;
}

.book .immobile .caratteristiche .caratteristica {
    width: 20%;
    padding: 1px;
}

.book .immobile .caratteristiche .caratteristica span {
    font-size: 15px;
    text-align: center;
}

.book .immobile .caratteristiche .caratteristica .box {
    border: 1px solid #222;
    padding: 5px;
    text-align: center;
    font-weight: 600;
}

.book .immobile .caratteristiche .caratteristica .box svg {
    -webkit-filter: invert(18%) sepia(29%) saturate(7259%) hue-rotate(343deg) brightness(103%) contrast(105%);
    filter: invert(18%) sepia(29%) saturate(7259%) hue-rotate(343deg) brightness(103%) contrast(105%);
    width: 20px;
    height: 20px;
}

@media (min-width: 960px) {
    .book .immobile {
        max-width: 60%;
    }
}

.book .cta {
    position: absolute;
    bottom: 1rem;
    right: 0;
}

section.caratteristiche .heading {
    padding: 3rem 0;
    width: 100%;
}

section.caratteristiche .heading .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.caratteristiche .heading .title .icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #cb1b23;
    margin-right: 1rem;
}

section.caratteristiche .heading .title .icon svg {
    width: 35px;
    height: 35px;
    -webkit-filter: invert(99%) sepia(1%) saturate(2%) hue-rotate(159deg) brightness(104%) contrast(100%);
    filter: invert(99%) sepia(1%) saturate(2%) hue-rotate(159deg) brightness(104%) contrast(100%);
}

section.caratteristiche .heading .title h3 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

section.caratteristiche .heading .show-all {
    text-align: end;
}

section.caratteristiche .heading .show-all a {
    text-transform: uppercase;
    text-decoration: none;
    color: #cb1b23;
    line-height: 50px;
    font-size: 1rem;
    font-weight: 600;
}

section.caratteristiche .car-icon {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section.caratteristiche .car-icon svg {
    width: 40px;
    height: 40px;
    -webkit-filter: invert(18%) sepia(29%) saturate(7259%) hue-rotate(343deg) brightness(103%) contrast(105%);
    filter: invert(18%) sepia(29%) saturate(7259%) hue-rotate(343deg) brightness(103%) contrast(105%);
    margin-bottom: 1rem;
}

section.caratteristiche .car-icon h5 {
    text-transform: uppercase;
    font-size: 1.1rem;
    max-width: 100%;
    text-align: center;
}

section.caratteristiche .no-icons h5 {
    font-size: 12px !important;
    margin-bottom: 1rem;
}

section.caratteristiche .no-icons h2 {
    margin-top: 1rem;
}

section.caratteristiche .no-icons span {
    width: 60px;
    height: 2px;
    background: #cb1b23;
    display: block;
}

.filters {
    padding: 2rem 0;
}

.filters .filters-link {
    width: 100%;
}

.filters .filters-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
}

.filters .filters-link ul li {
    padding: 0 1rem;
}

.filters .filters-link ul li button {
    background: transparent;
    border: none;
    font-size: 0.6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #222;
    cursor: pointer;
    font-weight: 600;
}

.filters .filters-link ul li button:focus {
    outline: none;
}

.filters .filters-link ul li button:hover {
    color: #cb1b23;
}

.filters .filters-link ul li button.active {
    color: #cb1b23;
}

@media (min-width: 960px) {
    .filters .filters-link ul li button {
        font-size: 1rem;
    }
}

.paginator {
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.paginator .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}

.paginator .pagination .page-item {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #cb1b23;
    border: 1px solid #cb1b23;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.5rem;
}

.paginator .pagination .page-item a {
    color: #cb1b23;
    text-decoration: none;
}

.paginator .pagination .page-item.active {
    background: #cb1b23;
    color: #fff;
    pointer-events: none;
}

.paginator .pagination .page-item.disabled {
    background: rgba(203, 27, 35, 0.3);
    pointer-events: none;
}

.infoImmobile {
    position: relative;
    padding: 2rem 0;
    overflow: visible;
}

.infoImmobile .status {
    position: absolute;
    top: -40px;
    left: 15%;
    background: #cb1b23;
    color: #fff;
    min-width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    z-index: 100;
}

@media (min-width: 960px) {
    .infoImmobile .status {
        top: 0;
    }
}

.infoImmobile .actions {
    text-align: end;
}

.infoImmobile .actions a,
.infoImmobile .actions button {
    font-size: 1rem;
    cursor: pointer;
    color: #cb1b23;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

.infoImmobile .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem;
}

.infoImmobile .content h1 {
    width: 100%;
    font-size: 2rem;
    font-weight: 600;
    margin: 1rem 0;
}

.infoImmobile .content span {
    width: 100px;
    height: 2px;
    background-color: #cb1b23;
}

.infoImmobile .caratteristiche {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-width: 50%;
}

.infoImmobile .caratteristiche .row {
    padding: 0;
    width: 100%;
}

@media (min-width: 960px) {
    .infoImmobile .caratteristiche .row {
        width: 50%;
    }
}

.infoImmobile .caratteristiche .caratteristica {
    width: 20%;
    padding: 1px;
}

.infoImmobile .caratteristiche .caratteristica span {
    font-size: 15px;
    text-align: center;
}

.infoImmobile .caratteristiche .caratteristica .box {
    border: 1px solid #222;
    padding: 5px;
    text-align: center;
    font-weight: 600;
}

.infoImmobile .caratteristiche .caratteristica .box svg {
    -webkit-filter: invert(18%) sepia(29%) saturate(7259%) hue-rotate(343deg) brightness(103%) contrast(105%);
    filter: invert(18%) sepia(29%) saturate(7259%) hue-rotate(343deg) brightness(103%) contrast(105%);
    width: 20px;
    height: 20px;
}

.mobileSearch .icon {
    height: 100%;
    width: 150px;
    background: #cb1b23;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobileSearch .icon svg {
    -webkit-filter: invert(99%) sepia(1%) saturate(2%) hue-rotate(159deg) brightness(104%) contrast(100%);
    filter: invert(99%) sepia(1%) saturate(2%) hue-rotate(159deg) brightness(104%) contrast(100%);
    width: 80px;
    height: 80px;
}

.mobileSearch form {
    width: 100%;
}

.mobileSearch form .col-12 {
    padding: 1rem 0;
}

.mobileSearch form .label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobileSearch form .label svg {
    width: 30px;
    height: 30px;
    -webkit-filter: invert(18%) sepia(29%) saturate(7259%) hue-rotate(343deg) brightness(103%) contrast(105%);
    filter: invert(18%) sepia(29%) saturate(7259%) hue-rotate(343deg) brightness(103%) contrast(105%);
    display: inline-block;
    margin-right: 10px;
}

.mobileSearch form .label h5 {
    display: inline-block;
    font-size: 25px;
    text-transform: uppercase;
    color: #cb1b23;
    font-weight: 500;
}

.mobileSearch form select {
    width: 100%;
    padding: 1rem;
    border: 1px solid #cb1b23;
    font-size: 20px;
}

.mobileSearch form select:focus,
.mobileSearch form select:focus-visible {
    border: 1px solid #cb1b23;
    outline: none;
}

@media (min-width: 960px) {
    .mobileSearch {
        display: none;
    }
}

.tab-caratteristiche-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tab-caratteristiche-wrapper ul .link-car {
    padding: 1rem 2rem;
    cursor: pointer;
}

.tab-caratteristiche-wrapper ul .link-car.active {
    background: #cb1b23;
    color: #fff;
}

.tab-caratteristiche-wrapper .tab-car {
    display: none;
    margin: 1rem 0;
    border: 1px solid #cb1b23;
}

.tab-caratteristiche-wrapper .tab-car.active {
    display: block;
}

.tab-caratteristiche-wrapper .tab-car table {
    width: 100%;
}

.tab-caratteristiche-wrapper .tab-car table tr {
    padding: 1rem;
}

.tab-caratteristiche-wrapper .tab-car table tr:nth-child(odd) {
    background: #fff;
}

.tab-caratteristiche-wrapper .tab-car table tr td {
    padding: 1rem;
}

@media (min-width: 960px) {
    .tab-caratteristiche-wrapper {
        max-width: 60%;
        margin: 2rem auto;
    }
}

.pagine_banner {
    height: 50vh;
    background-image: url("../../frontend/img/proponi-immobile2.jpg");
    position: relative;
    background-position: center;
    background-size: cover;
}

.pagine_banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.pagine_banner .container-xl {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagine_banner .container-xl h1 {
    font-size: 36px;
    color: #fff;
    z-index: 10;
    position: relative;
}

@media (min-width: 960px) {
    .pagine_banner .container-xl h1 {
        font-size: 3.5rem;
    }
    .pagine_banner .container-xl h1::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -75px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 150px;
        height: 150px;
        border: 5px solid #cb1b23;
        z-index: -1;
    }
    .pagine_banner .container-xl h1::after {
        content: '';
        position: absolute;
        top: 130%;
        left: 35px;
        width: 200px;
        height: 60px;
        background-color: rgba(203, 27, 35, 0.4);
        z-index: 5;
    }
}

.contact-form .flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 960px) {
    .contact-form .flex-center .mw {
        max-width: 60%;
    }
}

.contact-form h1 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

@media (min-width: 960px) {
    .contact-form h1 {
        max-width: 60%;
    }
}

.contact-form .container-lg .flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-form .container-lg h2 {
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    width: 100%;
    text-align: center;
}

.contact-form .container-lg p {
    margin-bottom: 2rem;
    width: 100%;
    text-align: center;
}

.contact-form .container-lg .separatore {
    background: #cb1b23;
    width: 100px;
    height: 4px;
    margin-bottom: 1rem;
}

.contact-form .container-lg form .form-label {
    text-align: right;
    padding-right: .5rem;
}

.contact-form .container-lg form .form-label label {
    vertical-align: middle;
}

.contact-form .container-lg form input[type="text"],
.contact-form .container-lg form textarea {
    padding: .6rem;
    border-radius: 4px;
    margin-bottom: 1rem;
    width: 100%;
    border: 1px solid #ccc;
}

.contact-form .container-lg form input[type="text"]:focus,
.contact-form .container-lg form textarea:focus {
    outline: 1px solid #cb1b23;
}

footer {
    padding: 2rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

footer .col-md-3 {
    padding: 1rem;
}

footer img {
    width: 100%;
}

footer .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

footer .logo img {
    width: 65%;
}

footer h5,
footer h4 {
    text-align: center;
    letter-spacing: 1px;
}

footer span {
    text-align: center;
    width: 100%;
    display: block;
    letter-spacing: 1px;
}

footer .text-left * {
    text-align: left;
}

footer .footer-link {
    display: block;
    text-align: left;
    color: #222;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
}

footer .br-primary {
    border-right: 1px solid #cb1b23;
}

footer .policies {
    text-align: left;
    color: #222;
    margin-top: 0.7rem;
}

footer .policies a {
    color: #222;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
}

footer ul {
    list-style: none;
    padding-left: 2rem;
}

footer ul a {
    color: #222;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 0.5rem;
}


/*# sourceMappingURL=app.css.map */