.custom-landing-card {
    border-radius: 20px;
    padding: 60px 25%;
}

.custom-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/custom/img/background/bg19.png");
    background-size: cover;
    background-repeat: no-repeat;

    background-position: bottom;
}

.check-custom {
    height: 2.15rem !important;
    width: 2.15rem !important;

    border: 2px solid #454545 !important;
}

.check-custom::before {
    background-color: #454545 !important;
}

.dropdown-mega {
    position: static !important;
}

.dropdown-menu-mega {
    position: absolute !important;

    width: 1000px !important;

    border: 0 !important;
    border-radius: var(--app-border-radius);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;

    left: 50% !important;
    transform: translateX(-50%) !important;
}

@media (max-width: 1000px) {
    .custom-landing-card {
        padding: 60px 10%;
    }

    .dropdown-mega {
        position: relative !important;
    }

    .dropdown-menu-mega {
        width: 100% !important;
        left: 0 !important;
        transform: none !important;
    }
}

@media (max-width: 650px) {
    .custom-landing-card {
        padding: 5%;
    }
}
