.p-17 {
    padding: 17px;
}
.mr-6 {
    margin-right: 60px !important;
}

.mr-6px {
    margin-right: 6px !important;
}

.mr-16 {
    margin-right: 16px !important;
}

.mr-2 {
    margin-right: 20px !important;
}

.mr-4 {
    margin-right: 40px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-24 {
    margin-right: 24px !important;
}

.mr-32 {
    margin-right: 32px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-6 {
    margin-bottom: 60px !important;
}

.mb-6px {
    margin-bottom: 6px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.gap-2 {
    gap: 20px !important;
}

.gap-6 {
    gap: 6px !important;
}

.gap-16 {
    gap: 16px !important;
}

.gap-12 {
    gap: 12px !important;
}

.gap-24 {
    gap: 24px !important;
}

.gap-32 {
    gap: 32px !important;
}

.round-4 {
    border-radius: 40px !important;
}

@media screen and (min-width: 576px){
    .mb-sm-6 {
        margin-bottom: 60px !important;
    }

    .gap-sm-0 {
        gap: 0 !important;
    }

    .mb-sm-0 {
        margin-bottom: 0!important;
    }
}

@media screen and (min-width: 768px) {
    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-6 {
        gap: 60px !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-4 {
        margin-bottom: 40px !important;
    }

    .my-md-4 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .mb-md-32 {
        margin-bottom: 32px !important;
    }

    .mr-md-32 {
        margin-right: 32px !important;
    }

    .mr-md-25 {
        margin-right: 25px !important;
    }

    .mr-md-6 {
        margin-right: 60px !important;
    }
}

@media screen and (min-width: 992px) {
    .gap-lg-0 {
        gap: 0 !important;
    }

    .mb-lg-12 {
        margin-bottom: 12px !important;
    }
}

.w-16 {
    width: 16px;
}
.h-16 {
    height: 16px;
}
