.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.half {
    flex: 0 0 auto;
    width: 48.5%;
}

.upper {
    text-transform: uppercase;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}