:root{
    --bs-primary: rgb(74 104 147) !important;
}

body {
    margin: 0;
    padding: 0;
    background-color: #F5F7FA !important;
}

.z-1 {
    z-index: 10;
}

.fs--2 {
    font-size: 5rem;
}

.w-3 {
    width: 10rem !important;
}

.h-3 {
    height: 10rem !important;
}

.bg-primary {
    background-color: rgb(74 104 147) !important;
}

.btn-primary {
    background-color: rgb(74 104 147) !important;
    border-color: rgb(74 104 147) !important;
}

.bg-gray {
    background-color: #F5F7FA;
}

.bg-dark-op{
    background-color: rgb(33, 37, 41, .5);
}

.text-warning-op{
    color: rgba(253, 201, 44, 0.719);
}

.mt-10{
    margin-top: 10rem;
}

.mb-6{
    margin-bottom: 3rem;
}

.py-6{
    padding: 3rem 0;
}

.px-4-5{
    padding: 1rem 2rem;
}

.z-n2{
    z-index: -2 !important;
}