﻿/*-----------gray------------------------------*/
.bg-gray-1 {
background-color: #FFFFFF !important;
}

.bg-gray-2 {
background-color: #FDFDFD !important;
}

.bg-gray-3 {
background-color: #F6F6F6 !important;
}

.bg-gray-4 {
background-color: #F2F2F2 !important;
}

.bg-gray-5 {
background-color: #DDDDDD !important;
}

.bg-gray-6 {
background-color: #C7C7C7 !important;
}

.bg-gray-7 {
background-color: #9A9A9A !important;
}

.bg-gray-8 {
background-color: #6D6D6D !important;
}

.bg-gray-9 {
background-color: #5B5B5B !important;
}

.bg-gray-10 {
background-color: #404040 !important;
}

.bg-gray-11 {
background-color: #393939 !important;
}

.bg-gray-12 {
background-color: #303030 !important;
}

.bg-gray-13 {
background-color: #1E1E1E !important;
}
.text-gray-1 {
color: #FFFFFF !important;
}

.text-gray-2 {
color: #FDFDFD !important;
}

.text-gray-3 {
color: #F6F6F6 !important;
}

.text-gray-4 {
color: #F2F2F2 !important;
}

.text-gray-5 {
color: #DDDDDD !important;
}

.text-gray-6 {
color: #C7C7C7 !important;
}

.text-gray-7 {
color: #9A9A9A !important;
}

.text-gray-8 {
color: #6D6D6D !important;
}

.text-gray-9 {
color: #5B5B5B !important;
}

.text-gray-10 {
color: #404040 !important;
}

.text-gray-11 {
color: #393939 !important;
}

.text-gray-12 {
color: #303030 !important;
}

.text-gray-13 {
color: #1E1E1E !important;
}

/* Text Colors (Desktop) */
@media (min-width: 992px) {
.text-lg-gray-1 {
color: #FFFFFF !important;
}

.text-lg-gray-2 {
color: #FDFDFD !important;
}

.text-lg-gray-3 {
color: #F6F6F6 !important;
}

.text-lg-gray-4 {
color: #F2F2F2 !important;
}

.text-lg-gray-5 {
color: #DDDDDD !important;
}

.text-lg-gray-6 {
color: #C7C7C7 !important;
}

.text-lg-gray-7 {
color: #9A9A9A !important;
}

.text-lg-gray-8 {
color: #6D6D6D !important;
}

.text-lg-gray-9 {
color: #5B5B5B !important;
}

.text-lg-gray-10 {
color: #404040 !important;
}

.text-lg-gray-11 {
color: #393939 !important;
}

.text-lg-gray-12 {
color: #303030 !important;
}

.text-lg-gray-13 {
color: #1E1E1E !important;
}
}
/* Background Colors (Desktop) */
@media (min-width: 992px) {
.bg-lg-gray-1 {
background-color: #FFFFFF !important;
}

.bg-lg-gray-2 {
background-color: #FDFDFD !important;
}

.bg-lg-gray-3 {
background-color: #F6F6F6 !important;
}

.bg-lg-gray-4 {
background-color: #F2F2F2 !important;
}

.bg-lg-gray-5 {
background-color: #DDDDDD !important;
}

.bg-lg-gray-6 {
background-color: #C7C7C7 !important;
}

.bg-lg-gray-7 {
background-color: #9A9A9A !important;
}

.bg-lg-gray-8 {
background-color: #6D6D6D !important;
}

.bg-lg-gray-9 {
background-color: #5B5B5B !important;
}

.bg-lg-gray-10 {
background-color: #404040 !important;
}

.bg-lg-gray-11 {
background-color: #393939 !important;
}

.bg-lg-gray-12 {
background-color: #303030 !important;
}

.bg-lg-gray-13 {
background-color: #1E1E1E !important;
}
}
/*---------------------------red----------------------------*/
/* Background Colors */
.bg-red-1 {
background-color: #FBE8EF !important;
}

.bg-red-2 {
background-color: #F6C9D8 !important;
}

.bg-red-3 {
background-color: #EF9DB9 !important;
}

.bg-red-4 {
background-color: #E77098 !important;
}

.bg-red-5 {
background-color: #E04579 !important;
}

.bg-red-6 {
background-color: #D91C5C !important;
}

.bg-red-7 {
background-color: #B8184E !important;
}

.bg-red-8 {
background-color: #9A1441 !important;
}

.bg-red-9 {
background-color: #7C1034 !important;
}

.bg-red-10 {
background-color: #620D29 !important;
}

/* Background Colors (Desktop) */
@media (min-width: 992px) {
.bg-lg-red-1 {
background-color: #FBE8EF !important;
}

.bg-lg-red-2 {
background-color: #F6C9D8 !important;
}

.bg-lg-red-3 {
background-color: #EF9DB9 !important;
}

.bg-lg-red-4 {
background-color: #E77098 !important;
}

.bg-lg-red-5 {
background-color: #E04579 !important;
}

.bg-lg-red-6 {
background-color: #D91C5C !important;
}

.bg-lg-red-7 {
background-color: #B8184E !important;
}

.bg-lg-red-8 {
background-color: #9A1441 !important;
}

.bg-lg-red-9 {
background-color: #7C1034 !important;
}

.bg-lg-red-10 {
background-color: #620D29 !important;
}
}

/* Text Colors */
.text-red-1 {
color: #FBE8EF !important;
}

.text-red-2 {
color: #F6C9D8 !important;
}

.text-red-3 {
color: #EF9DB9 !important;
}

.text-red-4 {
color: #E77098 !important;
}

.text-red-5 {
color: #E04579 !important;
}

.text-red-6 {
color: #D91C5C !important;
}

.text-red-7 {
color: #B8184E !important;
}

.text-red-8 {
color: #9A1441 !important;
}

.text-red-9 {
color: #7C1034 !important;
}

.text-red-10 {
color: #620D29 !important;
}

/* Text Colors (Desktop) */
@media (min-width: 992px) {
.text-lg-red-1 {
color: #FBE8EF !important;
}

.text-lg-red-2 {
color: #F6C9D8 !important;
}

.text-lg-red-3 {
color: #EF9DB9 !important;
}

.text-lg-red-4 {
color: #E77098 !important;
}

.text-lg-red-5 {
color: #E04579 !important;
}

.text-lg-red-6 {
color: #D91C5C !important;
}

.text-lg-red-7 {
color: #B8184E !important;
}

.text-lg-red-8 {
color: #9A1441 !important;
}

.text-lg-red-9 {
color: #7C1034 !important;
}

.text-lg-red-10 {
color: #620D29 !important;
}
}
/*-------------------------blue--------------------------*/
/* Background Colors */
.bg-blue-1 {
background-color: #E8F6FF !important;
}

.bg-blue-2 {
background-color: #C8E8FE !important;
}

.bg-blue-3 {
background-color: #9CD6FD !important;
}

.bg-blue-4 {
background-color: #6DC3FC !important;
}

.bg-blue-5 {
background-color: #42B1FC !important;
}

.bg-blue-6 {
background-color: #18A0FB !important;
}

.bg-blue-7 {
background-color: #1488D5 !important;
}

.bg-blue-8 {
background-color: #1172B2 !important;
}

.bg-blue-9 {
background-color: #0E5B8F !important;
}

.bg-blue-10 {
background-color: #0B4871 !important;
}

/* Background Colors (Desktop) */
@media (min-width: 992px) {
.bg-lg-blue-1 {
background-color: #E8F6FF !important;
}

.bg-lg-blue-2 {
background-color: #C8E8FE !important;
}

.bg-lg-blue-3 {
background-color: #9CD6FD !important;
}

.bg-lg-blue-4 {
background-color: #6DC3FC !important;
}

.bg-lg-blue-5 {
background-color: #42B1FC !important;
}

.bg-lg-blue-6 {
background-color: #18A0FB !important;
}

.bg-lg-blue-7 {
background-color: #1488D5 !important;
}

.bg-lg-blue-8 {
background-color: #1172B2 !important;
}

.bg-lg-blue-9 {
background-color: #0E5B8F !important;
}

.bg-lg-blue-10 {
background-color: #0B4871 !important;
}
}

/* Text Colors */
.text-blue-1 {
color: #E8F6FF !important;
}

.text-blue-2 {
color: #C8E8FE !important;
}

.text-blue-3 {
color: #9CD6FD !important;
}

.text-blue-4 {
color: #6DC3FC !important;
}

.text-blue-5 {
color: #42B1FC !important;
}

.text-blue-6 {
color: #18A0FB !important;
}

.text-blue-7 {
color: #1488D5 !important;
}

.text-blue-8 {
color: #1172B2 !important;
}

.text-blue-9 {
color: #0E5B8F !important;
}

.text-blue-10 {
color: #0B4871 !important;
}

/* Text Colors (Desktop) */
@media (min-width: 992px) {
.text-lg-blue-1 {
color: #E8F6FF !important;
}

.text-lg-blue-2 {
color: #C8E8FE !important;
}

.text-lg-blue-3 {
color: #9CD6FD !important;
}

.text-lg-blue-4 {
color: #6DC3FC !important;
}

.text-lg-blue-5 {
color: #42B1FC !important;
}

.text-lg-blue-6 {
color: #18A0FB !important;
}

.text-lg-blue-7 {
color: #1488D5 !important;
}

.text-lg-blue-8 {
color: #1172B2 !important;
}

.text-lg-blue-9 {
color: #0E5B8F !important;
}

.text-lg-blue-10 {
color: #0B4871 !important;
}
}

/*-------------------------font weight-----------------------------*/
/* Font Weights */
.font-w-100 {
font-weight: 100 !important;
}

.font-w-200 {
font-weight: 200 !important;
}

.font-w-300 {
font-weight: 300 !important;
}

.font-w-400 {
font-weight: 400 !important;
}

.font-w-500 {
font-weight: 500 !important;
}

.font-w-600 {
font-weight: 600 !important;
}

.font-w-700 {
font-weight: 700 !important;
}

.font-w-800 {
font-weight: 800 !important;
}

.font-w-900 {
font-weight: 900 !important;
}

/* Font Weights for Desktop */
@media (min-width: 992px) {
.font-lg-w-100 {
font-weight: 100 !important;
}

.font-lg-w-200 {
font-weight: 200 !important;
}

.font-lg-w-300 {
font-weight: 300 !important;
}

.font-lg-w-400 {
font-weight: 400 !important;
}

.font-lg-w-500 {
font-weight: 500 !important;
}

.font-lg-w-600 {
font-weight: 600 !important;
}

.font-lg-w-700 {
font-weight: 700 !important;
}

.font-lg-w-800 {
font-weight: 800 !important;
}

.font-lg-w-900 {
font-weight: 900 !important;
}
}
/*-----------------------border radius-------------------------*/
/* Border Radius (Mobile) */
.rounded-0 {
border-radius: 0px !important;
}

.rounded-2 {
border-radius: 2px !important;
}

.rounded-4 {
border-radius: 4px !important;
}

.rounded-6 {
border-radius: 6px !important;
}

.rounded-8 {
border-radius: 8px !important;
}

.rounded-10 {
border-radius: 10px !important;
}

.rounded-12 {
border-radius: 12px !important;
}

.rounded-14 {
border-radius: 14px !important;
}

.rounded-16 {
border-radius: 16px !important;
}

.rounded-18 {
border-radius: 18px !important;
}

.rounded-20 {
border-radius: 20px !important;
}

.rounded-22 {
border-radius: 22px !important;
}

.rounded-24 {
border-radius: 24px !important;
}

.rounded-26 {
border-radius: 26px !important;
}

.rounded-28 {
border-radius: 28px !important;
}

.rounded-30 {
border-radius: 30px !important;
}

.rounded-32 {
border-radius: 32px !important;
}

.rounded-34 {
border-radius: 34px !important;
}

.rounded-36 {
border-radius: 36px !important;
}

.rounded-38 {
border-radius: 38px !important;
}

.rounded-40 {
border-radius: 40px !important;
}

.rounded-42 {
border-radius: 42px !important;
}

.rounded-44 {
border-radius: 44px !important;
}

.rounded-46 {
border-radius: 46px !important;
}

.rounded-48 {
border-radius: 48px !important;
}

.rounded-50 {
border-radius: 50px !important;
}
.rounded-100 {
    border-radius: 100px !important;
}
.rounded-full {
    border-radius: 100% !important;
}
/* Border Radius (Desktop) */
@media (min-width: 992px) {
.rounded-lg-0 {
border-radius: 0px !important;
}

.rounded-lg-2 {
border-radius: 2px !important;
}

.rounded-lg-4 {
border-radius: 4px !important;
}

.rounded-lg-6 {
border-radius: 6px !important;
}

.rounded-lg-8 {
border-radius: 8px !important;
}

.rounded-lg-10 {
border-radius: 10px !important;
}

.rounded-lg-12 {
border-radius: 12px !important;
}

.rounded-lg-14 {
border-radius: 14px !important;
}

.rounded-lg-16 {
border-radius: 16px !important;
}

.rounded-lg-18 {
border-radius: 18px !important;
}

.rounded-lg-20 {
border-radius: 20px !important;
}

.rounded-lg-22 {
border-radius: 22px !important;
}

.rounded-lg-24 {
border-radius: 24px !important;
}

.rounded-lg-26 {
border-radius: 26px !important;
}

.rounded-lg-28 {
border-radius: 28px !important;
}

.rounded-lg-30 {
border-radius: 30px !important;
}

.rounded-lg-32 {
border-radius: 32px !important;
}

.rounded-lg-34 {
border-radius: 34px !important;
}

.rounded-lg-36 {
border-radius: 36px !important;
}

.rounded-lg-38 {
border-radius: 38px !important;
}

.rounded-lg-40 {
border-radius: 40px !important;
}

.rounded-lg-42 {
border-radius: 42px !important;
}

.rounded-lg-44 {
border-radius: 44px !important;
}

.rounded-lg-46 {
border-radius: 46px !important;
}

.rounded-lg-48 {
border-radius: 48px !important;
}

.rounded-lg-50 {
border-radius: 50px !important;
}
.rounded-lg-full {
border-radius: 100% !important;
}
}


/*--------------------font size-------------------*/
/* Font Size (Mobile) */
.font-8 {
font-size: 8px !important;
}

.font-9 {
font-size: 9px !important;
}

.font-10 {
font-size: 10px !important;
}

.font-11 {
font-size: 11px !important;
}

.font-12 {
font-size: 12px !important;
}

.font-13 {
font-size: 13px !important;
}

.font-14 {
font-size: 14px !important;
}

.font-15 {
font-size: 15px !important;
}

.font-16 {
font-size: 16px !important;
}

.font-17 {
font-size: 17px !important;
}

.font-18 {
font-size: 18px !important;
}

.font-19 {
font-size: 19px !important;
}

.font-20 {
font-size: 20px !important;
}

.font-21 {
font-size: 21px !important;
}

.font-22 {
font-size: 22px !important;
}

.font-23 {
font-size: 23px !important;
}

.font-24 {
font-size: 24px !important;
}

.font-25 {
font-size: 25px !important;
}

.font-26 {
font-size: 26px !important;
}

.font-27 {
font-size: 27px !important;
}

.font-28 {
font-size: 28px !important;
}

.font-29 {
font-size: 29px !important;
}

.font-30 {
font-size: 30px !important;
}

.font-31 {
font-size: 31px !important;
}

.font-32 {
font-size: 32px !important;
}

.font-33 {
font-size: 33px !important;
}

.font-34 {
font-size: 34px !important;
}

.font-35 {
font-size: 35px !important;
}

.font-36 {
font-size: 36px !important;
}

.font-37 {
font-size: 37px !important;
}

.font-38 {
font-size: 38px !important;
}

.font-39 {
font-size: 39px !important;
}

.font-40 {
font-size: 40px !important;
}

.font-41 {
font-size: 41px !important;
}

.font-42 {
font-size: 42px !important;
}

.font-43 {
font-size: 43px !important;
}

.font-44 {
font-size: 44px !important;
}

.font-45 {
font-size: 45px !important;
}

.font-46 {
font-size: 46px !important;
}

.font-47 {
font-size: 47px !important;
}

.font-48 {
font-size: 48px !important;
}

.font-49 {
font-size: 49px !important;
}

.font-50 {
font-size: 50px !important;
}


/* Font Size (Desktop) */
@media (min-width: 992px) {
.font-lg-8 {
    font-size: 8px !important;
}

.font-lg-9 {
    font-size: 9px !important;
}

.font-lg-10 {
    font-size: 10px !important;
}

.font-lg-11 {
    font-size: 11px !important;
}

.font-lg-12 {
    font-size: 12px !important;
}

.font-lg-13 {
    font-size: 13px !important;
}

.font-lg-14 {
    font-size: 14px !important;
}

.font-lg-15 {
    font-size: 15px !important;
}

.font-lg-16 {
    font-size: 16px !important;
}

.font-lg-17 {
    font-size: 17px !important;
}

.font-lg-18 {
    font-size: 18px !important;
}

.font-lg-19 {
    font-size: 19px !important;
}

.font-lg-20 {
    font-size: 20px !important;
}

.font-lg-21 {
    font-size: 21px !important;
}

.font-lg-22 {
    font-size: 22px !important;
}

.font-lg-23 {
    font-size: 23px !important;
}

.font-lg-24 {
    font-size: 24px !important;
}

.font-lg-25 {
    font-size: 25px !important;
}

.font-lg-26 {
    font-size: 26px !important;
}

.font-lg-27 {
    font-size: 27px !important;
}

.font-lg-28 {
    font-size: 28px !important;
}

.font-lg-29 {
    font-size: 29px !important;
}

.font-lg-30 {
    font-size: 30px !important;
}

.font-lg-31 {
    font-size: 31px !important;
}

.font-lg-32 {
    font-size: 32px !important;
}

.font-lg-33 {
    font-size: 33px !important;
}

.font-lg-34 {
    font-size: 34px !important;
}

.font-lg-35 {
    font-size: 35px !important;
}

.font-lg-36 {
    font-size: 36px !important;
}

.font-lg-37 {
    font-size: 37px !important;
}

.font-lg-38 {
    font-size: 38px !important;
}

.font-lg-39 {
    font-size: 39px !important;
}

.font-lg-40 {
    font-size: 40px !important;
}

.font-lg-41 {
    font-size: 41px !important;
}

.font-lg-42 {
    font-size: 42px !important;
}

.font-lg-43 {
    font-size: 43px !important;
}

.font-lg-44 {
    font-size: 44px !important;
}

.font-lg-45 {
    font-size: 45px !important;
}

.font-lg-46 {
    font-size: 46px !important;
}

.font-lg-47 {
    font-size: 47px !important;
}

.font-lg-48 {
    font-size: 48px !important;
}

.font-lg-49 {
    font-size: 49px !important;
}

.font-lg-50 {
    font-size: 50px !important;
}
}
/*trnsform*/
.rotate-m-90 {
    transform: rotate(-90deg);
}

@media (min-width: 992px) {
    .rotate-lg-m-90 {
        transform: rotate(-90deg);
    }
}

/*------------shadow------------------*/
.inner-shadow {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px inset, rgba(17, 17, 26, 0.1) 0px 8px 24px inset, rgba(17, 17, 26, 0.1) 0px 16px 56px inset;
}
/* Position Utilities: top */
.top-0 {
    top: 0 !important;
}

.top-1 {
    top: 1px !important;
}

.top-2 {
    top: 2px !important;
}

.top-3 {
    top: 3px !important;
}

.top-4 {
    top: 4px !important;
}

.top-5 {
    top: 5px !important;
}

.top-6 {
    top: 6px !important;
}

.top-7 {
    top: 7px !important;
}

.top-8 {
    top: 8px !important;
}

.top-9 {
    top: 9px !important;
}

.top-10 {
    top: 10px !important;
}

.top-11 {
    top: 11px !important;
}

.top-12 {
    top: 12px !important;
}

.top-13 {
    top: 13px !important;
}

.top-14 {
    top: 14px !important;
}

.top-15 {
    top: 15px !important;
}

.top-16 {
    top: 16px !important;
}

.top-17 {
    top: 17px !important;
}

.top-18 {
    top: 18px !important;
}

.top-19 {
    top: 19px !important;
}

.top-20 {
    top: 20px !important;
}

.top-21 {
    top: 21px !important;
}

.top-22 {
    top: 22px !important;
}

.top-23 {
    top: 23px !important;
}

.top-24 {
    top: 24px !important;
}

.top-25 {
    top: 25px !important;
}

.top-26 {
    top: 26px !important;
}

.top-27 {
    top: 27px !important;
}

.top-28 {
    top: 28px !important;
}

.top-29 {
    top: 29px !important;
}

.top-30 {
    top: 30px !important;
}

.top-31 {
    top: 31px !important;
}

.top-32 {
    top: 32px !important;
}

.top-33 {
    top: 33px !important;
}

.top-34 {
    top: 34px !important;
}

.top-35 {
    top: 35px !important;
}

.top-36 {
    top: 36px !important;
}

.top-37 {
    top: 37px !important;
}

.top-38 {
    top: 38px !important;
}

.top-39 {
    top: 39px !important;
}

.top-40 {
    top: 40px !important;
}

.top-41 {
    top: 41px !important;
}

.top-42 {
    top: 42px !important;
}

.top-43 {
    top: 43px !important;
}

.top-44 {
    top: 44px !important;
}

.top-45 {
    top: 45px !important;
}

.top-46 {
    top: 46px !important;
}

.top-47 {
    top: 47px !important;
}

.top-48 {
    top: 48px !important;
}

.top-49 {
    top: 49px !important;
}

.top-50 {
    top: 50px !important;
}

.top-51 {
    top: 51px !important;
}

.top-52 {
    top: 52px !important;
}

.top-53 {
    top: 53px !important;
}

.top-54 {
    top: 54px !important;
}

.top-55 {
    top: 55px !important;
}

.top-56 {
    top: 56px !important;
}

.top-57 {
    top: 57px !important;
}

.top-58 {
    top: 58px !important;
}

.top-59 {
    top: 59px !important;
}

.top-60 {
    top: 60px !important;
}

.top-61 {
    top: 61px !important;
}

.top-62 {
    top: 62px !important;
}

.top-63 {
    top: 63px !important;
}

.top-64 {
    top: 64px !important;
}

.top-65 {
    top: 65px !important;
}

.top-66 {
    top: 66px !important;
}

.top-67 {
    top: 67px !important;
}

.top-68 {
    top: 68px !important;
}

.top-69 {
    top: 69px !important;
}

.top-70 {
    top: 70px !important;
}

.top-71 {
    top: 71px !important;
}

.top-72 {
    top: 72px !important;
}

.top-73 {
    top: 73px !important;
}

.top-74 {
    top: 74px !important;
}

.top-75 {
    top: 75px !important;
}

.top-76 {
    top: 76px !important;
}

.top-77 {
    top: 77px !important;
}

.top-78 {
    top: 78px !important;
}

.top-79 {
    top: 79px !important;
}

.top-80 {
    top: 80px !important;
}

.top-81 {
    top: 81px !important;
}

.top-82 {
    top: 82px !important;
}

.top-83 {
    top: 83px !important;
}

.top-84 {
    top: 84px !important;
}

.top-85 {
    top: 85px !important;
}

.top-86 {
    top: 86px !important;
}

.top-87 {
    top: 87px !important;
}

.top-88 {
    top: 88px !important;
}

.top-89 {
    top: 89px !important;
}

.top-90 {
    top: 90px !important;
}

.top-91 {
    top: 91px !important;
}

.top-92 {
    top: 92px !important;
}

.top-93 {
    top: 93px !important;
}

.top-94 {
    top: 94px !important;
}

.top-95 {
    top: 95px !important;
}

.top-96 {
    top: 96px !important;
}

.top-97 {
    top: 97px !important;
}

.top-98 {
    top: 98px !important;
}

.top-99 {
    top: 99px !important;
}

.top-100 {
    top: 100px !important;
}
/* Position Utilities: left */
.left-0 {
    left: 0 !important;
}

.left-1 {
    left: 1px !important;
}

.left-2 {
    left: 2px !important;
}

.left-3 {
    left: 3px !important;
}

.left-4 {
    left: 4px !important;
}

.left-5 {
    left: 5px !important;
}

.left-6 {
    left: 6px !important;
}

.left-7 {
    left: 7px !important;
}

.left-8 {
    left: 8px !important;
}

.left-9 {
    left: 9px !important;
}

.left-10 {
    left: 10px !important;
}

.left-11 {
    left: 11px !important;
}

.left-12 {
    left: 12px !important;
}

.left-13 {
    left: 13px !important;
}

.left-14 {
    left: 14px !important;
}

.left-15 {
    left: 15px !important;
}

.left-16 {
    left: 16px !important;
}

.left-17 {
    left: 17px !important;
}

.left-18 {
    left: 18px !important;
}

.left-19 {
    left: 19px !important;
}

.left-20 {
    left: 20px !important;
}

.left-21 {
    left: 21px !important;
}

.left-22 {
    left: 22px !important;
}

.left-23 {
    left: 23px !important;
}

.left-24 {
    left: 24px !important;
}

.left-25 {
    left: 25px !important;
}

.left-26 {
    left: 26px !important;
}

.left-27 {
    left: 27px !important;
}

.left-28 {
    left: 28px !important;
}

.left-29 {
    left: 29px !important;
}

.left-30 {
    left: 30px !important;
}

.left-31 {
    left: 31px !important;
}

.left-32 {
    left: 32px !important;
}

.left-33 {
    left: 33px !important;
}

.left-34 {
    left: 34px !important;
}

.left-35 {
    left: 35px !important;
}

.left-36 {
    left: 36px !important;
}

.left-37 {
    left: 37px !important;
}

.left-38 {
    left: 38px !important;
}

.left-39 {
    left: 39px !important;
}

.left-40 {
    left: 40px !important;
}

.left-41 {
    left: 41px !important;
}

.left-42 {
    left: 42px !important;
}

.left-43 {
    left: 43px !important;
}

.left-44 {
    left: 44px !important;
}

.left-45 {
    left: 45px !important;
}

.left-46 {
    left: 46px !important;
}

.left-47 {
    left: 47px !important;
}

.left-48 {
    left: 48px !important;
}

.left-49 {
    left: 49px !important;
}

.left-50 {
    left: 50px !important;
}

.left-51 {
    left: 51px !important;
}

.left-52 {
    left: 52px !important;
}

.left-53 {
    left: 53px !important;
}

.left-54 {
    left: 54px !important;
}

.left-55 {
    left: 55px !important;
}

.left-56 {
    left: 56px !important;
}

.left-57 {
    left: 57px !important;
}

.left-58 {
    left: 58px !important;
}

.left-59 {
    left: 59px !important;
}

.left-60 {
    left: 60px !important;
}

.left-61 {
    left: 61px !important;
}

.left-62 {
    left: 62px !important;
}

.left-63 {
    left: 63px !important;
}

.left-64 {
    left: 64px !important;
}

.left-65 {
    left: 65px !important;
}

.left-66 {
    left: 66px !important;
}

.left-67 {
    left: 67px !important;
}

.left-68 {
    left: 68px !important;
}

.left-69 {
    left: 69px !important;
}

.left-70 {
    left: 70px !important;
}

.left-71 {
    left: 71px !important;
}

.left-72 {
    left: 72px !important;
}

.left-73 {
    left: 73px !important;
}

.left-74 {
    left: 74px !important;
}

.left-75 {
    left: 75px !important;
}

.left-76 {
    left: 76px !important;
}

.left-77 {
    left: 77px !important;
}

.left-78 {
    left: 78px !important;
}

.left-79 {
    left: 79px !important;
}

.left-80 {
    left: 80px !important;
}

.left-81 {
    left: 81px !important;
}

.left-82 {
    left: 82px !important;
}

.left-83 {
    left: 83px !important;
}

.left-84 {
    left: 84px !important;
}

.left-85 {
    left: 85px !important;
}

.left-86 {
    left: 86px !important;
}

.left-87 {
    left: 87px !important;
}

.left-88 {
    left: 88px !important;
}

.left-89 {
    left: 89px !important;
}

.left-90 {
    left: 90px !important;
}

.left-91 {
    left: 91px !important;
}

.left-92 {
    left: 92px !important;
}

.left-93 {
    left: 93px !important;
}

.left-94 {
    left: 94px !important;
}

.left-95 {
    left: 95px !important;
}

.left-96 {
    left: 96px !important;
}

.left-97 {
    left: 97px !important;
}

.left-98 {
    left: 98px !important;
}

.left-99 {
    left: 99px !important;
}

.left-100 {
    left: 100px !important;
}
/* Position Utilities: right */
.right-1 {
    right: 1px !important;
}

.right-2 {
    right: 2px !important;
}

.right-3 {
    right: 3px !important;
}

.right-4 {
    right: 4px !important;
}

.right-5 {
    right: 5px !important;
}

.right-6 {
    right: 6px !important;
}

.right-7 {
    right: 7px !important;
}

.right-8 {
    right: 8px !important;
}

.right-9 {
    right: 9px !important;
}

.right-10 {
    right: 10px !important;
}

.right-11 {
    right: 11px !important;
}

.right-12 {
    right: 12px !important;
}

.right-13 {
    right: 13px !important;
}

.right-14 {
    right: 14px !important;
}

.right-15 {
    right: 15px !important;
}

.right-16 {
    right: 16px !important;
}

.right-17 {
    right: 17px !important;
}

.right-18 {
    right: 18px !important;
}

.right-19 {
    right: 19px !important;
}

.right-20 {
    right: 20px !important;
}

.right-21 {
    right: 21px !important;
}

.right-22 {
    right: 22px !important;
}

.right-23 {
    right: 23px !important;
}

.right-24 {
    right: 24px !important;
}

.right-25 {
    right: 25px !important;
}

.right-26 {
    right: 26px !important;
}

.right-27 {
    right: 27px !important;
}

.right-28 {
    right: 28px !important;
}

.right-29 {
    right: 29px !important;
}

.right-30 {
    right: 30px !important;
}

.right-31 {
    right: 31px !important;
}

.right-32 {
    right: 32px !important;
}

.right-33 {
    right: 33px !important;
}

.right-34 {
    right: 34px !important;
}

.right-35 {
    right: 35px !important;
}

.right-36 {
    right: 36px !important;
}

.right-37 {
    right: 37px !important;
}

.right-38 {
    right: 38px !important;
}

.right-39 {
    right: 39px !important;
}

.right-40 {
    right: 40px !important;
}

.right-41 {
    right: 41px !important;
}

.right-42 {
    right: 42px !important;
}

.right-43 {
    right: 43px !important;
}

.right-44 {
    right: 44px !important;
}

.right-45 {
    right: 45px !important;
}

.right-46 {
    right: 46px !important;
}

.right-47 {
    right: 47px !important;
}

.right-48 {
    right: 48px !important;
}

.right-49 {
    right: 49px !important;
}

.right-50 {
    right: 50px !important;
}

.right-51 {
    right: 51px !important;
}

.right-52 {
    right: 52px !important;
}

.right-53 {
    right: 53px !important;
}

.right-54 {
    right: 54px !important;
}

.right-55 {
    right: 55px !important;
}

.right-56 {
    right: 56px !important;
}

.right-57 {
    right: 57px !important;
}

.right-58 {
    right: 58px !important;
}

.right-59 {
    right: 59px !important;
}

.right-60 {
    right: 60px !important;
}

.right-61 {
    right: 61px !important;
}

.right-62 {
    right: 62px !important;
}

.right-63 {
    right: 63px !important;
}

.right-64 {
    right: 64px !important;
}

.right-65 {
    right: 65px !important;
}

.right-66 {
    right: 66px !important;
}

.right-67 {
    right: 67px !important;
}

.right-68 {
    right: 68px !important;
}

.right-69 {
    right: 69px !important;
}

.right-70 {
    right: 70px !important;
}

.right-71 {
    right: 71px !important;
}

.right-72 {
    right: 72px !important;
}

.right-73 {
    right: 73px !important;
}

.right-74 {
    right: 74px !important;
}

.right-75 {
    right: 75px !important;
}

.right-76 {
    right: 76px !important;
}

.right-77 {
    right: 77px !important;
}

.right-78 {
    right: 78px !important;
}

.right-79 {
    right: 79px !important;
}

.right-80 {
    right: 80px !important;
}

.right-81 {
    right: 81px !important;
}

.right-82 {
    right: 82px !important;
}

.right-83 {
    right: 83px !important;
}

.right-84 {
    right: 84px !important;
}

.right-85 {
    right: 85px !important;
}

.right-86 {
    right: 86px !important;
}

.right-87 {
    right: 87px !important;
}

.right-88 {
    right: 88px !important;
}

.right-89 {
    right: 89px !important;
}

.right-90 {
    right: 90px !important;
}

.right-91 {
    right: 91px !important;
}

.right-92 {
    right: 92px !important;
}

.right-93 {
    right: 93px !important;
}

.right-94 {
    right: 94px !important;
}

.right-95 {
    right: 95px !important;
}

.right-96 {
    right: 96px !important;
}

.right-97 {
    right: 97px !important;
}

.right-98 {
    right: 98px !important;
}

.right-99 {
    right: 99px !important;
}

.right-100 {
    right: 100px !important;
}

/* Position Utilities: bottom */
.bottom-1 {
    bottom: 1px !important;
}

.bottom-2 {
    bottom: 2px !important;
}

.bottom-3 {
    bottom: 3px !important;
}

.bottom-4 {
    bottom: 4px !important;
}

.bottom-5 {
    bottom: 5px !important;
}

.bottom-6 {
    bottom: 6px !important;
}

.bottom-7 {
    bottom: 7px !important;
}

.bottom-8 {
    bottom: 8px !important;
}

.bottom-9 {
    bottom: 9px !important;
}

.bottom-10 {
    bottom: 10px !important;
}

.bottom-11 {
    bottom: 11px !important;
}

.bottom-12 {
    bottom: 12px !important;
}

.bottom-13 {
    bottom: 13px !important;
}

.bottom-14 {
    bottom: 14px !important;
}

.bottom-15 {
    bottom: 15px !important;
}

.bottom-16 {
    bottom: 16px !important;
}

.bottom-17 {
    bottom: 17px !important;
}

.bottom-18 {
    bottom: 18px !important;
}

.bottom-19 {
    bottom: 19px !important;
}

.bottom-20 {
    bottom: 20px !important;
}

.bottom-21 {
    bottom: 21px !important;
}

.bottom-22 {
    bottom: 22px !important;
}

.bottom-23 {
    bottom: 23px !important;
}

.bottom-24 {
    bottom: 24px !important;
}

.bottom-25 {
    bottom: 25px !important;
}

.bottom-26 {
    bottom: 26px !important;
}

.bottom-27 {
    bottom: 27px !important;
}

.bottom-28 {
    bottom: 28px !important;
}

.bottom-29 {
    bottom: 29px !important;
}

.bottom-30 {
    bottom: 30px !important;
}

.bottom-31 {
    bottom: 31px !important;
}

.bottom-32 {
    bottom: 32px !important;
}

.bottom-33 {
    bottom: 33px !important;
}

.bottom-34 {
    bottom: 34px !important;
}

.bottom-35 {
    bottom: 35px !important;
}

.bottom-36 {
    bottom: 36px !important;
}

.bottom-37 {
    bottom: 37px !important;
}

.bottom-38 {
    bottom: 38px !important;
}

.bottom-39 {
    bottom: 39px !important;
}

.bottom-40 {
    bottom: 40px !important;
}

.bottom-41 {
    bottom: 41px !important;
}

.bottom-42 {
    bottom: 42px !important;
}

.bottom-43 {
    bottom: 43px !important;
}

.bottom-44 {
    bottom: 44px !important;
}

.bottom-45 {
    bottom: 45px !important;
}

.bottom-46 {
    bottom: 46px !important;
}

.bottom-47 {
    bottom: 47px !important;
}

.bottom-48 {
    bottom: 48px !important;
}

.bottom-49 {
    bottom: 49px !important;
}

.bottom-50 {
    bottom: 50px !important;
}

.bottom-51 {
    bottom: 51px !important;
}

.bottom-52 {
    bottom: 52px !important;
}

.bottom-53 {
    bottom: 53px !important;
}

.bottom-54 {
    bottom: 54px !important;
}

.bottom-55 {
    bottom: 55px !important;
}

.bottom-56 {
    bottom: 56px !important;
}

.bottom-57 {
    bottom: 57px !important;
}

.bottom-58 {
    bottom: 58px !important;
}

.bottom-59 {
    bottom: 59px !important;
}

.bottom-60 {
    bottom: 60px !important;
}

.bottom-61 {
    bottom: 61px !important;
}

.bottom-62 {
    bottom: 62px !important;
}

.bottom-63 {
    bottom: 63px !important;
}

.bottom-64 {
    bottom: 64px !important;
}

.bottom-65 {
    bottom: 65px !important;
}

.bottom-66 {
    bottom: 66px !important;
}

.bottom-67 {
    bottom: 67px !important;
}

.bottom-68 {
    bottom: 68px !important;
}

.bottom-69 {
    bottom: 69px !important;
}

.bottom-70 {
    bottom: 70px !important;
}

.bottom-71 {
    bottom: 71px !important;
}

.bottom-72 {
    bottom: 72px !important;
}

.bottom-73 {
    bottom: 73px !important;
}

.bottom-74 {
    bottom: 74px !important;
}

.bottom-75 {
    bottom: 75px !important;
}

.bottom-76 {
    bottom: 76px !important;
}

.bottom-77 {
    bottom: 77px !important;
}

.bottom-78 {
    bottom: 78px !important;
}

.bottom-79 {
    bottom: 79px !important;
}

.bottom-80 {
    bottom: 80px !important;
}

.bottom-81 {
    bottom: 81px !important;
}

.bottom-82 {
    bottom: 82px !important;
}

.bottom-83 {
    bottom: 83px !important;
}

.bottom-84 {
    bottom: 84px !important;
}

.bottom-85 {
    bottom: 85px !important;
}

.bottom-86 {
    bottom: 86px !important;
}

.bottom-87 {
    bottom: 87px !important;
}

.bottom-88 {
    bottom: 88px !important;
}

.bottom-89 {
    bottom: 89px !important;
}

.bottom-90 {
    bottom: 90px !important;
}

.bottom-91 {
    bottom: 91px !important;
}

.bottom-92 {
    bottom: 92px !important;
}

.bottom-93 {
    bottom: 93px !important;
}

.bottom-94 {
    bottom: 94px !important;
}

.bottom-95 {
    bottom: 95px !important;
}

.bottom-96 {
    bottom: 96px !important;
}

.bottom-97 {
    bottom: 97px !important;
}

.bottom-98 {
    bottom: 98px !important;
}

.bottom-99 {
    bottom: 99px !important;
}

.bottom-100 {
    bottom: 100px !important;
}

@media (min-width: 992px) {
    .top-lg-1 {
        top: 1px !important;
    }

    .top-lg-2 {
        top: 2px !important;
    }

    .top-lg-3 {
        top: 3px !important;
    }

    .top-lg-4 {
        top: 4px !important;
    }

    .top-lg-5 {
        top: 5px !important;
    }

    .top-lg-6 {
        top: 6px !important;
    }

    .top-lg-7 {
        top: 7px !important;
    }

    .top-lg-8 {
        top: 8px !important;
    }

    .top-lg-9 {
        top: 9px !important;
    }

    .top-lg-10 {
        top: 10px !important;
    }

    .top-lg-11 {
        top: 11px !important;
    }

    .top-lg-12 {
        top: 12px !important;
    }

    .top-lg-13 {
        top: 13px !important;
    }

    .top-lg-14 {
        top: 14px !important;
    }

    .top-lg-15 {
        top: 15px !important;
    }

    .top-lg-16 {
        top: 16px !important;
    }

    .top-lg-17 {
        top: 17px !important;
    }

    .top-lg-18 {
        top: 18px !important;
    }

    .top-lg-19 {
        top: 19px !important;
    }

    .top-lg-20 {
        top: 20px !important;
    }

    .top-lg-21 {
        top: 21px !important;
    }

    .top-lg-22 {
        top: 22px !important;
    }

    .top-lg-23 {
        top: 23px !important;
    }

    .top-lg-24 {
        top: 24px !important;
    }

    .top-lg-25 {
        top: 25px !important;
    }

    .top-lg-26 {
        top: 26px !important;
    }

    .top-lg-27 {
        top: 27px !important;
    }

    .top-lg-28 {
        top: 28px !important;
    }

    .top-lg-29 {
        top: 29px !important;
    }

    .top-lg-30 {
        top: 30px !important;
    }

    .top-lg-31 {
        top: 31px !important;
    }

    .top-lg-32 {
        top: 32px !important;
    }

    .top-lg-33 {
        top: 33px !important;
    }

    .top-lg-34 {
        top: 34px !important;
    }

    .top-lg-35 {
        top: 35px !important;
    }

    .top-lg-36 {
        top: 36px !important;
    }

    .top-lg-37 {
        top: 37px !important;
    }

    .top-lg-38 {
        top: 38px !important;
    }

    .top-lg-39 {
        top: 39px !important;
    }

    .top-lg-40 {
        top: 40px !important;
    }

    .top-lg-41 {
        top: 41px !important;
    }

    .top-lg-42 {
        top: 42px !important;
    }

    .top-lg-43 {
        top: 43px !important;
    }

    .top-lg-44 {
        top: 44px !important;
    }

    .top-lg-45 {
        top: 45px !important;
    }

    .top-lg-46 {
        top: 46px !important;
    }

    .top-lg-47 {
        top: 47px !important;
    }

    .top-lg-48 {
        top: 48px !important;
    }

    .top-lg-49 {
        top: 49px !important;
    }

    .top-lg-50 {
        top: 50px !important;
    }

    .top-lg-51 {
        top: 51px !important;
    }

    .top-lg-52 {
        top: 52px !important;
    }

    .top-lg-53 {
        top: 53px !important;
    }

    .top-lg-54 {
        top: 54px !important;
    }

    .top-lg-55 {
        top: 55px !important;
    }

    .top-lg-56 {
        top: 56px !important;
    }

    .top-lg-57 {
        top: 57px !important;
    }

    .top-lg-58 {
        top: 58px !important;
    }

    .top-lg-59 {
        top: 59px !important;
    }

    .top-lg-60 {
        top: 60px !important;
    }

    .top-lg-61 {
        top: 61px !important;
    }

    .top-lg-62 {
        top: 62px !important;
    }

    .top-lg-63 {
        top: 63px !important;
    }

    .top-lg-64 {
        top: 64px !important;
    }

    .top-lg-65 {
        top: 65px !important;
    }

    .top-lg-66 {
        top: 66px !important;
    }

    .top-lg-67 {
        top: 67px !important;
    }

    .top-lg-68 {
        top: 68px !important;
    }

    .top-lg-69 {
        top: 69px !important;
    }

    .top-lg-70 {
        top: 70px !important;
    }

    .top-lg-71 {
        top: 71px !important;
    }

    .top-lg-72 {
        top: 72px !important;
    }

    .top-lg-73 {
        top: 73px !important;
    }

    .top-lg-74 {
        top: 74px !important;
    }

    .top-lg-75 {
        top: 75px !important;
    }

    .top-lg-76 {
        top: 76px !important;
    }

    .top-lg-77 {
        top: 77px !important;
    }

    .top-lg-78 {
        top: 78px !important;
    }

    .top-lg-79 {
        top: 79px !important;
    }

    .top-lg-80 {
        top: 80px !important;
    }

    .top-lg-81 {
        top: 81px !important;
    }

    .top-lg-82 {
        top: 82px !important;
    }

    .top-lg-83 {
        top: 83px !important;
    }

    .top-lg-84 {
        top: 84px !important;
    }

    .top-lg-85 {
        top: 85px !important;
    }

    .top-lg-86 {
        top: 86px !important;
    }

    .top-lg-87 {
        top: 87px !important;
    }

    .top-lg-88 {
        top: 88px !important;
    }

    .top-lg-89 {
        top: 89px !important;
    }

    .top-lg-90 {
        top: 90px !important;
    }

    .top-lg-91 {
        top: 91px !important;
    }

    .top-lg-92 {
        top: 92px !important;
    }

    .top-lg-93 {
        top: 93px !important;
    }

    .top-lg-94 {
        top: 94px !important;
    }

    .top-lg-95 {
        top: 95px !important;
    }

    .top-lg-96 {
        top: 96px !important;
    }

    .top-lg-97 {
        top: 97px !important;
    }

    .top-lg-98 {
        top: 98px !important;
    }

    .top-lg-99 {
        top: 99px !important;
    }

    .top-lg-100 {
        top: 100px !important;
    }

    .right-lg-1 {
        right: 1px !important;
    }

    .right-lg-2 {
        right: 2px !important;
    }

    .right-lg-3 {
        right: 3px !important;
    }

    .right-lg-4 {
        right: 4px !important;
    }

    .right-lg-5 {
        right: 5px !important;
    }

    .right-lg-6 {
        right: 6px !important;
    }

    .right-lg-7 {
        right: 7px !important;
    }

    .right-lg-8 {
        right: 8px !important;
    }

    .right-lg-9 {
        right: 9px !important;
    }

    .right-lg-10 {
        right: 10px !important;
    }

    .right-lg-11 {
        right: 11px !important;
    }

    .right-lg-12 {
        right: 12px !important;
    }

    .right-lg-13 {
        right: 13px !important;
    }

    .right-lg-14 {
        right: 14px !important;
    }

    .right-lg-15 {
        right: 15px !important;
    }

    .right-lg-16 {
        right: 16px !important;
    }

    .right-lg-17 {
        right: 17px !important;
    }

    .right-lg-18 {
        right: 18px !important;
    }

    .right-lg-19 {
        right: 19px !important;
    }

    .right-lg-20 {
        right: 20px !important;
    }

    .right-lg-21 {
        right: 21px !important;
    }

    .right-lg-22 {
        right: 22px !important;
    }

    .right-lg-23 {
        right: 23px !important;
    }

    .right-lg-24 {
        right: 24px !important;
    }

    .right-lg-25 {
        right: 25px !important;
    }

    .right-lg-26 {
        right: 26px !important;
    }

    .right-lg-27 {
        right: 27px !important;
    }

    .right-lg-28 {
        right: 28px !important;
    }

    .right-lg-29 {
        right: 29px !important;
    }

    .right-lg-30 {
        right: 30px !important;
    }

    .right-lg-31 {
        right: 31px !important;
    }

    .right-lg-32 {
        right: 32px !important;
    }

    .right-lg-33 {
        right: 33px !important;
    }

    .right-lg-34 {
        right: 34px !important;
    }

    .right-lg-35 {
        right: 35px !important;
    }

    .right-lg-36 {
        right: 36px !important;
    }

    .right-lg-37 {
        right: 37px !important;
    }

    .right-lg-38 {
        right: 38px !important;
    }

    .right-lg-39 {
        right: 39px !important;
    }

    .right-lg-40 {
        right: 40px !important;
    }

    .right-lg-41 {
        right: 41px !important;
    }

    .right-lg-42 {
        right: 42px !important;
    }

    .right-lg-43 {
        right: 43px !important;
    }

    .right-lg-44 {
        right: 44px !important;
    }

    .right-lg-45 {
        right: 45px !important;
    }

    .right-lg-46 {
        right: 46px !important;
    }

    .right-lg-47 {
        right: 47px !important;
    }

    .right-lg-48 {
        right: 48px !important;
    }

    .right-lg-49 {
        right: 49px !important;
    }

    .right-lg-50 {
        right: 50px !important;
    }

    .right-lg-51 {
        right: 51px !important;
    }

    .right-lg-52 {
        right: 52px !important;
    }

    .right-lg-53 {
        right: 53px !important;
    }

    .right-lg-54 {
        right: 54px !important;
    }

    .right-lg-55 {
        right: 55px !important;
    }

    .right-lg-56 {
        right: 56px !important;
    }

    .right-lg-57 {
        right: 57px !important;
    }

    .right-lg-58 {
        right: 58px !important;
    }

    .right-lg-59 {
        right: 59px !important;
    }

    .right-lg-60 {
        right: 60px !important;
    }

    .right-lg-61 {
        right: 61px !important;
    }

    .right-lg-62 {
        right: 62px !important;
    }

    .right-lg-63 {
        right: 63px !important;
    }

    .right-lg-64 {
        right: 64px !important;
    }

    .right-lg-65 {
        right: 65px !important;
    }

    .right-lg-66 {
        right: 66px !important;
    }

    .right-lg-67 {
        right: 67px !important;
    }

    .right-lg-68 {
        right: 68px !important;
    }

    .right-lg-69 {
        right: 69px !important;
    }

    .right-lg-70 {
        right: 70px !important;
    }

    .right-lg-71 {
        right: 71px !important;
    }

    .right-lg-72 {
        right: 72px !important;
    }

    .right-lg-73 {
        right: 73px !important;
    }

    .right-lg-74 {
        right: 74px !important;
    }

    .right-lg-75 {
        right: 75px !important;
    }

    .right-lg-76 {
        right: 76px !important;
    }

    .right-lg-77 {
        right: 77px !important;
    }

    .right-lg-78 {
        right: 78px !important;
    }

    .right-lg-79 {
        right: 79px !important;
    }

    .right-lg-80 {
        right: 80px !important;
    }

    .right-lg-81 {
        right: 81px !important;
    }

    .right-lg-82 {
        right: 82px !important;
    }

    .right-lg-83 {
        right: 83px !important;
    }

    .right-lg-84 {
        right: 84px !important;
    }

    .right-lg-85 {
        right: 85px !important;
    }

    .right-lg-86 {
        right: 86px !important;
    }

    .right-lg-87 {
        right: 87px !important;
    }

    .right-lg-88 {
        right: 88px !important;
    }

    .right-lg-89 {
        right: 89px !important;
    }

    .right-lg-90 {
        right: 90px !important;
    }

    .right-lg-91 {
        right: 91px !important;
    }

    .right-lg-92 {
        right: 92px !important;
    }

    .right-lg-93 {
        right: 93px !important;
    }

    .right-lg-94 {
        right: 94px !important;
    }

    .right-lg-95 {
        right: 95px !important;
    }

    .right-lg-96 {
        right: 96px !important;
    }

    .right-lg-97 {
        right: 97px !important;
    }

    .right-lg-98 {
        right: 98px !important;
    }

    .right-lg-99 {
        right: 99px !important;
    }

    .right-lg-100 {
        right: 100px !important;
    }

    .bottom-lg-1 {
        bottom: 1px !important;
    }

    .bottom-lg-2 {
        bottom: 2px !important;
    }

    .bottom-lg-3 {
        bottom: 3px !important;
    }

    .bottom-lg-4 {
        bottom: 4px !important;
    }

    .bottom-lg-5 {
        bottom: 5px !important;
    }

    .bottom-lg-6 {
        bottom: 6px !important;
    }

    .bottom-lg-7 {
        bottom: 7px !important;
    }

    .bottom-lg-8 {
        bottom: 8px !important;
    }

    .bottom-lg-9 {
        bottom: 9px !important;
    }

    .bottom-lg-10 {
        bottom: 10px !important;
    }

    .bottom-lg-11 {
        bottom: 11px !important;
    }

    .bottom-lg-12 {
        bottom: 12px !important;
    }

    .bottom-lg-13 {
        bottom: 13px !important;
    }

    .bottom-lg-14 {
        bottom: 14px !important;
    }

    .bottom-lg-15 {
        bottom: 15px !important;
    }

    .bottom-lg-16 {
        bottom: 16px !important;
    }

    .bottom-lg-17 {
        bottom: 17px !important;
    }

    .bottom-lg-18 {
        bottom: 18px !important;
    }

    .bottom-lg-19 {
        bottom: 19px !important;
    }

    .bottom-lg-20 {
        bottom: 20px !important;
    }

    .bottom-lg-21 {
        bottom: 21px !important;
    }

    .bottom-lg-22 {
        bottom: 22px !important;
    }

    .bottom-lg-23 {
        bottom: 23px !important;
    }

    .bottom-lg-24 {
        bottom: 24px !important;
    }

    .bottom-lg-25 {
        bottom: 25px !important;
    }

    .bottom-lg-26 {
        bottom: 26px !important;
    }

    .bottom-lg-27 {
        bottom: 27px !important;
    }

    .bottom-lg-28 {
        bottom: 28px !important;
    }

    .bottom-lg-29 {
        bottom: 29px !important;
    }

    .bottom-lg-30 {
        bottom: 30px !important;
    }

    .bottom-lg-31 {
        bottom: 31px !important;
    }

    .bottom-lg-32 {
        bottom: 32px !important;
    }

    .bottom-lg-33 {
        bottom: 33px !important;
    }

    .bottom-lg-34 {
        bottom: 34px !important;
    }

    .bottom-lg-35 {
        bottom: 35px !important;
    }

    .bottom-lg-36 {
        bottom: 36px !important;
    }

    .bottom-lg-37 {
        bottom: 37px !important;
    }

    .bottom-lg-38 {
        bottom: 38px !important;
    }

    .bottom-lg-39 {
        bottom: 39px !important;
    }

    .bottom-lg-40 {
        bottom: 40px !important;
    }

    .bottom-lg-41 {
        bottom: 41px !important;
    }

    .bottom-lg-42 {
        bottom: 42px !important;
    }

    .bottom-lg-43 {
        bottom: 43px !important;
    }

    .bottom-lg-44 {
        bottom: 44px !important;
    }

    .bottom-lg-45 {
        bottom: 45px !important;
    }

    .bottom-lg-46 {
        bottom: 46px !important;
    }

    .bottom-lg-47 {
        bottom: 47px !important;
    }

    .bottom-lg-48 {
        bottom: 48px !important;
    }

    .bottom-lg-49 {
        bottom: 49px !important;
    }

    .bottom-lg-50 {
        bottom: 50px !important;
    }

    .bottom-lg-51 {
        bottom: 51px !important;
    }

    .bottom-lg-52 {
        bottom: 52px !important;
    }

    .bottom-lg-53 {
        bottom: 53px !important;
    }

    .bottom-lg-54 {
        bottom: 54px !important;
    }

    .bottom-lg-55 {
        bottom: 55px !important;
    }

    .bottom-lg-56 {
        bottom: 56px !important;
    }

    .bottom-lg-57 {
        bottom: 57px !important;
    }

    .bottom-lg-58 {
        bottom: 58px !important;
    }

    .bottom-lg-59 {
        bottom: 59px !important;
    }

    .bottom-lg-60 {
        bottom: 60px !important;
    }

    .bottom-lg-61 {
        bottom: 61px !important;
    }

    .bottom-lg-62 {
        bottom: 62px !important;
    }

    .bottom-lg-63 {
        bottom: 63px !important;
    }

    .bottom-lg-64 {
        bottom: 64px !important;
    }

    .bottom-lg-65 {
        bottom: 65px !important;
    }

    .bottom-lg-66 {
        bottom: 66px !important;
    }

    .bottom-lg-67 {
        bottom: 67px !important;
    }

    .bottom-lg-68 {
        bottom: 68px !important;
    }

    .bottom-lg-69 {
        bottom: 69px !important;
    }

    .bottom-lg-70 {
        bottom: 70px !important;
    }

    .bottom-lg-71 {
        bottom: 71px !important;
    }

    .bottom-lg-72 {
        bottom: 72px !important;
    }

    .bottom-lg-73 {
        bottom: 73px !important;
    }

    .bottom-lg-74 {
        bottom: 74px !important;
    }

    .bottom-lg-75 {
        bottom: 75px !important;
    }

    .bottom-lg-76 {
        bottom: 76px !important;
    }

    .bottom-lg-77 {
        bottom: 77px !important;
    }

    .bottom-lg-78 {
        bottom: 78px !important;
    }

    .bottom-lg-79 {
        bottom: 79px !important;
    }

    .bottom-lg-80 {
        bottom: 80px !important;
    }

    .bottom-lg-81 {
        bottom: 81px !important;
    }

    .bottom-lg-82 {
        bottom: 82px !important;
    }

    .bottom-lg-83 {
        bottom: 83px !important;
    }

    .bottom-lg-84 {
        bottom: 84px !important;
    }

    .bottom-lg-85 {
        bottom: 85px !important;
    }

    .bottom-lg-86 {
        bottom: 86px !important;
    }

    .bottom-lg-87 {
        bottom: 87px !important;
    }

    .bottom-lg-88 {
        bottom: 88px !important;
    }

    .bottom-lg-89 {
        bottom: 89px !important;
    }

    .bottom-lg-90 {
        bottom: 90px !important;
    }

    .bottom-lg-91 {
        bottom: 91px !important;
    }

    .bottom-lg-92 {
        bottom: 92px !important;
    }

    .bottom-lg-93 {
        bottom: 93px !important;
    }

    .bottom-lg-94 {
        bottom: 94px !important;
    }

    .bottom-lg-95 {
        bottom: 95px !important;
    }

    .bottom-lg-96 {
        bottom: 96px !important;
    }

    .bottom-lg-97 {
        bottom: 97px !important;
    }

    .bottom-lg-98 {
        bottom: 98px !important;
    }

    .bottom-lg-99 {
        bottom: 99px !important;
    }

    .bottom-lg-100 {
        bottom: 100px !important;
    }

    .left-lg-1 {
        left: 1px !important;
    }

    .left-lg-2 {
        left: 2px !important;
    }

    .left-lg-3 {
        left: 3px !important;
    }

    .left-lg-4 {
        left: 4px !important;
    }

    .left-lg-5 {
        left: 5px !important;
    }

    .left-lg-6 {
        left: 6px !important;
    }

    .left-lg-7 {
        left: 7px !important;
    }

    .left-lg-8 {
        left: 8px !important;
    }

    .left-lg-9 {
        left: 9px !important;
    }

    .left-lg-10 {
        left: 10px !important;
    }

    .left-lg-11 {
        left: 11px !important;
    }

    .left-lg-12 {
        left: 12px !important;
    }

    .left-lg-13 {
        left: 13px !important;
    }

    .left-lg-14 {
        left: 14px !important;
    }

    .left-lg-15 {
        left: 15px !important;
    }

    .left-lg-16 {
        left: 16px !important;
    }

    .left-lg-17 {
        left: 17px !important;
    }

    .left-lg-18 {
        left: 18px !important;
    }

    .left-lg-19 {
        left: 19px !important;
    }

    .left-lg-20 {
        left: 20px !important;
    }

    .left-lg-21 {
        left: 21px !important;
    }

    .left-lg-22 {
        left: 22px !important;
    }

    .left-lg-23 {
        left: 23px !important;
    }

    .left-lg-24 {
        left: 24px !important;
    }

    .left-lg-25 {
        left: 25px !important;
    }

    .left-lg-26 {
        left: 26px !important;
    }

    .left-lg-27 {
        left: 27px !important;
    }

    .left-lg-28 {
        left: 28px !important;
    }

    .left-lg-29 {
        left: 29px !important;
    }

    .left-lg-30 {
        left: 30px !important;
    }

    .left-lg-31 {
        left: 31px !important;
    }

    .left-lg-32 {
        left: 32px !important;
    }

    .left-lg-33 {
        left: 33px !important;
    }

    .left-lg-34 {
        left: 34px !important;
    }

    .left-lg-35 {
        left: 35px !important;
    }

    .left-lg-36 {
        left: 36px !important;
    }

    .left-lg-37 {
        left: 37px !important;
    }

    .left-lg-38 {
        left: 38px !important;
    }

    .left-lg-39 {
        left: 39px !important;
    }

    .left-lg-40 {
        left: 40px !important;
    }

    .left-lg-41 {
        left: 41px !important;
    }

    .left-lg-42 {
        left: 42px !important;
    }

    .left-lg-43 {
        left: 43px !important;
    }

    .left-lg-44 {
        left: 44px !important;
    }

    .left-lg-45 {
        left: 45px !important;
    }

    .left-lg-46 {
        left: 46px !important;
    }

    .left-lg-47 {
        left: 47px !important;
    }

    .left-lg-48 {
        left: 48px !important;
    }

    .left-lg-49 {
        left: 49px !important;
    }

    .left-lg-50 {
        left: 50px !important;
    }

    .left-lg-51 {
        left: 51px !important;
    }

    .left-lg-52 {
        left: 52px !important;
    }

    .left-lg-53 {
        left: 53px !important;
    }

    .left-lg-54 {
        left: 54px !important;
    }

    .left-lg-55 {
        left: 55px !important;
    }

    .left-lg-56 {
        left: 56px !important;
    }

    .left-lg-57 {
        left: 57px !important;
    }

    .left-lg-58 {
        left: 58px !important;
    }

    .left-lg-59 {
        left: 59px !important;
    }

    .left-lg-60 {
        left: 60px !important;
    }

    .left-lg-61 {
        left: 61px !important;
    }

    .left-lg-62 {
        left: 62px !important;
    }

    .left-lg-63 {
        left: 63px !important;
    }

    .left-lg-64 {
        left: 64px !important;
    }

    .left-lg-65 {
        left: 65px !important;
    }

    .left-lg-66 {
        left: 66px !important;
    }

    .left-lg-67 {
        left: 67px !important;
    }

    .left-lg-68 {
        left: 68px !important;
    }

    .left-lg-69 {
        left: 69px !important;
    }

    .left-lg-70 {
        left: 70px !important;
    }

    .left-lg-71 {
        left: 71px !important;
    }

    .left-lg-72 {
        left: 72px !important;
    }

    .left-lg-73 {
        left: 73px !important;
    }

    .left-lg-74 {
        left: 74px !important;
    }

    .left-lg-75 {
        left: 75px !important;
    }

    .left-lg-76 {
        left: 76px !important;
    }

    .left-lg-77 {
        left: 77px !important;
    }

    .left-lg-78 {
        left: 78px !important;
    }

    .left-lg-79 {
        left: 79px !important;
    }

    .left-lg-80 {
        left: 80px !important;
    }

    .left-lg-81 {
        left: 81px !important;
    }

    .left-lg-82 {
        left: 82px !important;
    }

    .left-lg-83 {
        left: 83px !important;
    }

    .left-lg-84 {
        left: 84px !important;
    }

    .left-lg-85 {
        left: 85px !important;
    }

    .left-lg-86 {
        left: 86px !important;
    }

    .left-lg-87 {
        left: 87px !important;
    }

    .left-lg-88 {
        left: 88px !important;
    }

    .left-lg-89 {
        left: 89px !important;
    }

    .left-lg-90 {
        left: 90px !important;
    }

    .left-lg-91 {
        left: 91px !important;
    }

    .left-lg-92 {
        left: 92px !important;
    }

    .left-lg-93 {
        left: 93px !important;
    }

    .left-lg-94 {
        left: 94px !important;
    }

    .left-lg-95 {
        left: 95px !important;
    }

    .left-lg-96 {
        left: 96px !important;
    }

    .left-lg-97 {
        left: 97px !important;
    }

    .left-lg-98 {
        left: 98px !important;
    }

    .left-lg-99 {
        left: 99px !important;
    }

    .left-lg-100 {
        left: 100px !important;
    }
}

.top-m-1 {
    top: -1px !important;
}

.top-m-2 {
    top: -2px !important;
}

.top-m-3 {
    top: -3px !important;
}

.top-m-4 {
    top: -4px !important;
}

.top-m-5 {
    top: -5px !important;
}

.top-m-6 {
    top: -6px !important;
}

.top-m-7 {
    top: -7px !important;
}

.top-m-8 {
    top: -8px !important;
}

.top-m-9 {
    top: -9px !important;
}

.top-m-10 {
    top: -10px !important;
}

.top-m-11 {
    top: -11px !important;
}

.top-m-12 {
    top: -12px !important;
}

.top-m-13 {
    top: -13px !important;
}

.top-m-14 {
    top: -14px !important;
}

.top-m-15 {
    top: -15px !important;
}

.top-m-16 {
    top: -16px !important;
}

.top-m-17 {
    top: -17px !important;
}

.top-m-18 {
    top: -18px !important;
}

.top-m-19 {
    top: -19px !important;
}

.top-m-20 {
    top: -20px !important;
}

.top-m-21 {
    top: -21px !important;
}

.top-m-22 {
    top: -22px !important;
}

.top-m-23 {
    top: -23px !important;
}

.top-m-24 {
    top: -24px !important;
}

.top-m-25 {
    top: -25px !important;
}

.top-m-26 {
    top: -26px !important;
}

.top-m-27 {
    top: -27px !important;
}

.top-m-28 {
    top: -28px !important;
}

.top-m-29 {
    top: -29px !important;
}

.top-m-30 {
    top: -30px !important;
}

.top-m-31 {
    top: -31px !important;
}

.top-m-32 {
    top: -32px !important;
}

.top-m-33 {
    top: -33px !important;
}

.top-m-34 {
    top: -34px !important;
}

.top-m-35 {
    top: -35px !important;
}

.top-m-36 {
    top: -36px !important;
}

.top-m-37 {
    top: -37px !important;
}

.top-m-38 {
    top: -38px !important;
}

.top-m-39 {
    top: -39px !important;
}

.top-m-40 {
    top: -40px !important;
}

.top-m-41 {
    top: -41px !important;
}

.top-m-42 {
    top: -42px !important;
}

.top-m-43 {
    top: -43px !important;
}

.top-m-44 {
    top: -44px !important;
}

.top-m-45 {
    top: -45px !important;
}

.top-m-46 {
    top: -46px !important;
}

.top-m-47 {
    top: -47px !important;
}

.top-m-48 {
    top: -48px !important;
}

.top-m-49 {
    top: -49px !important;
}

.top-m-50 {
    top: -50px !important;
}

.top-m-51 {
    top: -51px !important;
}

.top-m-52 {
    top: -52px !important;
}

.top-m-53 {
    top: -53px !important;
}

.top-m-54 {
    top: -54px !important;
}

.top-m-55 {
    top: -55px !important;
}

.top-m-56 {
    top: -56px !important;
}

.top-m-57 {
    top: -57px !important;
}

.top-m-58 {
    top: -58px !important;
}

.top-m-59 {
    top: -59px !important;
}

.top-m-60 {
    top: -60px !important;
}

.top-m-61 {
    top: -61px !important;
}

.top-m-62 {
    top: -62px !important;
}

.top-m-63 {
    top: -63px !important;
}

.top-m-64 {
    top: -64px !important;
}

.top-m-65 {
    top: -65px !important;
}

.top-m-66 {
    top: -66px !important;
}

.top-m-67 {
    top: -67px !important;
}

.top-m-68 {
    top: -68px !important;
}

.top-m-69 {
    top: -69px !important;
}

.top-m-70 {
    top: -70px !important;
}

.top-m-71 {
    top: -71px !important;
}

.top-m-72 {
    top: -72px !important;
}

.top-m-73 {
    top: -73px !important;
}

.top-m-74 {
    top: -74px !important;
}

.top-m-75 {
    top: -75px !important;
}

.top-m-76 {
    top: -76px !important;
}

.top-m-77 {
    top: -77px !important;
}

.top-m-78 {
    top: -78px !important;
}

.top-m-79 {
    top: -79px !important;
}

.top-m-80 {
    top: -80px !important;
}

.top-m-81 {
    top: -81px !important;
}

.top-m-82 {
    top: -82px !important;
}

.top-m-83 {
    top: -83px !important;
}

.top-m-84 {
    top: -84px !important;
}

.top-m-85 {
    top: -85px !important;
}

.top-m-86 {
    top: -86px !important;
}

.top-m-87 {
    top: -87px !important;
}

.top-m-88 {
    top: -88px !important;
}

.top-m-89 {
    top: -89px !important;
}

.top-m-90 {
    top: -90px !important;
}

.top-m-91 {
    top: -91px !important;
}

.top-m-92 {
    top: -92px !important;
}

.top-m-93 {
    top: -93px !important;
}

.top-m-94 {
    top: -94px !important;
}

.top-m-95 {
    top: -95px !important;
}

.top-m-96 {
    top: -96px !important;
}

.top-m-97 {
    top: -97px !important;
}

.top-m-98 {
    top: -98px !important;
}

.top-m-99 {
    top: -99px !important;
}

.top-m-100 {
    top: -100px !important;
}

.right-m-1 {
    right: -1px !important;
}

.right-m-2 {
    right: -2px !important;
}

.right-m-3 {
    right: -3px !important;
}

.right-m-4 {
    right: -4px !important;
}

.right-m-5 {
    right: -5px !important;
}

.right-m-6 {
    right: -6px !important;
}

.right-m-7 {
    right: -7px !important;
}

.right-m-8 {
    right: -8px !important;
}

.right-m-9 {
    right: -9px !important;
}

.right-m-10 {
    right: -10px !important;
}

.right-m-11 {
    right: -11px !important;
}

.right-m-12 {
    right: -12px !important;
}

.right-m-13 {
    right: -13px !important;
}

.right-m-14 {
    right: -14px !important;
}

.right-m-15 {
    right: -15px !important;
}

.right-m-16 {
    right: -16px !important;
}

.right-m-17 {
    right: -17px !important;
}

.right-m-18 {
    right: -18px !important;
}

.right-m-19 {
    right: -19px !important;
}

.right-m-20 {
    right: -20px !important;
}

.right-m-21 {
    right: -21px !important;
}

.right-m-22 {
    right: -22px !important;
}

.right-m-23 {
    right: -23px !important;
}

.right-m-24 {
    right: -24px !important;
}

.right-m-25 {
    right: -25px !important;
}

.right-m-26 {
    right: -26px !important;
}

.right-m-27 {
    right: -27px !important;
}

.right-m-28 {
    right: -28px !important;
}

.right-m-29 {
    right: -29px !important;
}

.right-m-30 {
    right: -30px !important;
}

.right-m-31 {
    right: -31px !important;
}

.right-m-32 {
    right: -32px !important;
}

.right-m-33 {
    right: -33px !important;
}

.right-m-34 {
    right: -34px !important;
}

.right-m-35 {
    right: -35px !important;
}

.right-m-36 {
    right: -36px !important;
}

.right-m-37 {
    right: -37px !important;
}

.right-m-38 {
    right: -38px !important;
}

.right-m-39 {
    right: -39px !important;
}

.right-m-40 {
    right: -40px !important;
}

.right-m-41 {
    right: -41px !important;
}

.right-m-42 {
    right: -42px !important;
}

.right-m-43 {
    right: -43px !important;
}

.right-m-44 {
    right: -44px !important;
}

.right-m-45 {
    right: -45px !important;
}

.right-m-46 {
    right: -46px !important;
}

.right-m-47 {
    right: -47px !important;
}

.right-m-48 {
    right: -48px !important;
}

.right-m-49 {
    right: -49px !important;
}

.right-m-50 {
    right: -50px !important;
}

.right-m-51 {
    right: -51px !important;
}

.right-m-52 {
    right: -52px !important;
}

.right-m-53 {
    right: -53px !important;
}

.right-m-54 {
    right: -54px !important;
}

.right-m-55 {
    right: -55px !important;
}

.right-m-56 {
    right: -56px !important;
}

.right-m-57 {
    right: -57px !important;
}

.right-m-58 {
    right: -58px !important;
}

.right-m-59 {
    right: -59px !important;
}

.right-m-60 {
    right: -60px !important;
}

.right-m-61 {
    right: -61px !important;
}

.right-m-62 {
    right: -62px !important;
}

.right-m-63 {
    right: -63px !important;
}

.right-m-64 {
    right: -64px !important;
}

.right-m-65 {
    right: -65px !important;
}

.right-m-66 {
    right: -66px !important;
}

.right-m-67 {
    right: -67px !important;
}

.right-m-68 {
    right: -68px !important;
}

.right-m-69 {
    right: -69px !important;
}

.right-m-70 {
    right: -70px !important;
}

.right-m-71 {
    right: -71px !important;
}

.right-m-72 {
    right: -72px !important;
}

.right-m-73 {
    right: -73px !important;
}

.right-m-74 {
    right: -74px !important;
}

.right-m-75 {
    right: -75px !important;
}

.right-m-76 {
    right: -76px !important;
}

.right-m-77 {
    right: -77px !important;
}

.right-m-78 {
    right: -78px !important;
}

.right-m-79 {
    right: -79px !important;
}

.right-m-80 {
    right: -80px !important;
}

.right-m-81 {
    right: -81px !important;
}

.right-m-82 {
    right: -82px !important;
}

.right-m-83 {
    right: -83px !important;
}

.right-m-84 {
    right: -84px !important;
}

.right-m-85 {
    right: -85px !important;
}

.right-m-86 {
    right: -86px !important;
}

.right-m-87 {
    right: -87px !important;
}

.right-m-88 {
    right: -88px !important;
}

.right-m-89 {
    right: -89px !important;
}

.right-m-90 {
    right: -90px !important;
}

.right-m-91 {
    right: -91px !important;
}

.right-m-92 {
    right: -92px !important;
}

.right-m-93 {
    right: -93px !important;
}

.right-m-94 {
    right: -94px !important;
}

.right-m-95 {
    right: -95px !important;
}

.right-m-96 {
    right: -96px !important;
}

.right-m-97 {
    right: -97px !important;
}

.right-m-98 {
    right: -98px !important;
}

.right-m-99 {
    right: -99px !important;
}

.right-m-100 {
    right: -100px !important;
}

.bottom-m-1 {
    bottom: -1px !important;
}

.bottom-m-2 {
    bottom: -2px !important;
}

.bottom-m-3 {
    bottom: -3px !important;
}

.bottom-m-4 {
    bottom: -4px !important;
}

.bottom-m-5 {
    bottom: -5px !important;
}

.bottom-m-6 {
    bottom: -6px !important;
}

.bottom-m-7 {
    bottom: -7px !important;
}

.bottom-m-8 {
    bottom: -8px !important;
}

.bottom-m-9 {
    bottom: -9px !important;
}

.bottom-m-10 {
    bottom: -10px !important;
}

.bottom-m-11 {
    bottom: -11px !important;
}

.bottom-m-12 {
    bottom: -12px !important;
}

.bottom-m-13 {
    bottom: -13px !important;
}

.bottom-m-14 {
    bottom: -14px !important;
}

.bottom-m-15 {
    bottom: -15px !important;
}

.bottom-m-16 {
    bottom: -16px !important;
}

.bottom-m-17 {
    bottom: -17px !important;
}

.bottom-m-18 {
    bottom: -18px !important;
}

.bottom-m-19 {
    bottom: -19px !important;
}

.bottom-m-20 {
    bottom: -20px !important;
}

.bottom-m-21 {
    bottom: -21px !important;
}

.bottom-m-22 {
    bottom: -22px !important;
}

.bottom-m-23 {
    bottom: -23px !important;
}

.bottom-m-24 {
    bottom: -24px !important;
}

.bottom-m-25 {
    bottom: -25px !important;
}

.bottom-m-26 {
    bottom: -26px !important;
}

.bottom-m-27 {
    bottom: -27px !important;
}

.bottom-m-28 {
    bottom: -28px !important;
}

.bottom-m-29 {
    bottom: -29px !important;
}

.bottom-m-30 {
    bottom: -30px !important;
}

.bottom-m-31 {
    bottom: -31px !important;
}

.bottom-m-32 {
    bottom: -32px !important;
}

.bottom-m-33 {
    bottom: -33px !important;
}

.bottom-m-34 {
    bottom: -34px !important;
}

.bottom-m-35 {
    bottom: -35px !important;
}

.bottom-m-36 {
    bottom: -36px !important;
}

.bottom-m-37 {
    bottom: -37px !important;
}

.bottom-m-38 {
    bottom: -38px !important;
}

.bottom-m-39 {
    bottom: -39px !important;
}

.bottom-m-40 {
    bottom: -40px !important;
}

.bottom-m-41 {
    bottom: -41px !important;
}

.bottom-m-42 {
    bottom: -42px !important;
}

.bottom-m-43 {
    bottom: -43px !important;
}

.bottom-m-44 {
    bottom: -44px !important;
}

.bottom-m-45 {
    bottom: -45px !important;
}

.bottom-m-46 {
    bottom: -46px !important;
}

.bottom-m-47 {
    bottom: -47px !important;
}

.bottom-m-48 {
    bottom: -48px !important;
}

.bottom-m-49 {
    bottom: -49px !important;
}

.bottom-m-50 {
    bottom: -50px !important;
}

.bottom-m-51 {
    bottom: -51px !important;
}

.bottom-m-52 {
    bottom: -52px !important;
}

.bottom-m-53 {
    bottom: -53px !important;
}

.bottom-m-54 {
    bottom: -54px !important;
}

.bottom-m-55 {
    bottom: -55px !important;
}

.bottom-m-56 {
    bottom: -56px !important;
}

.bottom-m-57 {
    bottom: -57px !important;
}

.bottom-m-58 {
    bottom: -58px !important;
}

.bottom-m-59 {
    bottom: -59px !important;
}

.bottom-m-60 {
    bottom: -60px !important;
}

.bottom-m-61 {
    bottom: -61px !important;
}

.bottom-m-62 {
    bottom: -62px !important;
}

.bottom-m-63 {
    bottom: -63px !important;
}

.bottom-m-64 {
    bottom: -64px !important;
}

.bottom-m-65 {
    bottom: -65px !important;
}

.bottom-m-66 {
    bottom: -66px !important;
}

.bottom-m-67 {
    bottom: -67px !important;
}

.bottom-m-68 {
    bottom: -68px !important;
}

.bottom-m-69 {
    bottom: -69px !important;
}

.bottom-m-70 {
    bottom: -70px !important;
}

.bottom-m-71 {
    bottom: -71px !important;
}

.bottom-m-72 {
    bottom: -72px !important;
}

.bottom-m-73 {
    bottom: -73px !important;
}

.bottom-m-74 {
    bottom: -74px !important;
}

.bottom-m-75 {
    bottom: -75px !important;
}

.bottom-m-76 {
    bottom: -76px !important;
}

.bottom-m-77 {
    bottom: -77px !important;
}

.bottom-m-78 {
    bottom: -78px !important;
}

.bottom-m-79 {
    bottom: -79px !important;
}

.bottom-m-80 {
    bottom: -80px !important;
}

.bottom-m-81 {
    bottom: -81px !important;
}

.bottom-m-82 {
    bottom: -82px !important;
}

.bottom-m-83 {
    bottom: -83px !important;
}

.bottom-m-84 {
    bottom: -84px !important;
}

.bottom-m-85 {
    bottom: -85px !important;
}

.bottom-m-86 {
    bottom: -86px !important;
}

.bottom-m-87 {
    bottom: -87px !important;
}

.bottom-m-88 {
    bottom: -88px !important;
}

.bottom-m-89 {
    bottom: -89px !important;
}

.bottom-m-90 {
    bottom: -90px !important;
}

.bottom-m-91 {
    bottom: -91px !important;
}

.bottom-m-92 {
    bottom: -92px !important;
}

.bottom-m-93 {
    bottom: -93px !important;
}

.bottom-m-94 {
    bottom: -94px !important;
}

.bottom-m-95 {
    bottom: -95px !important;
}

.bottom-m-96 {
    bottom: -96px !important;
}

.bottom-m-97 {
    bottom: -97px !important;
}

.bottom-m-98 {
    bottom: -98px !important;
}

.bottom-m-99 {
    bottom: -99px !important;
}

.bottom-m-100 {
    bottom: -100px !important;
}

.left-m-1 {
    left: -1px !important;
}

.left-m-2 {
    left: -2px !important;
}

.left-m-3 {
    left: -3px !important;
}

.left-m-4 {
    left: -4px !important;
}

.left-m-5 {
    left: -5px !important;
}

.left-m-6 {
    left: -6px !important;
}

.left-m-7 {
    left: -7px !important;
}

.left-m-8 {
    left: -8px !important;
}

.left-m-9 {
    left: -9px !important;
}

.left-m-10 {
    left: -10px !important;
}

.left-m-11 {
    left: -11px !important;
}

.left-m-12 {
    left: -12px !important;
}

.left-m-13 {
    left: -13px !important;
}

.left-m-14 {
    left: -14px !important;
}

.left-m-15 {
    left: -15px !important;
}

.left-m-16 {
    left: -16px !important;
}

.left-m-17 {
    left: -17px !important;
}

.left-m-18 {
    left: -18px !important;
}

.left-m-19 {
    left: -19px !important;
}

.left-m-20 {
    left: -20px !important;
}

.left-m-21 {
    left: -21px !important;
}

.left-m-22 {
    left: -22px !important;
}

.left-m-23 {
    left: -23px !important;
}

.left-m-24 {
    left: -24px !important;
}

.left-m-25 {
    left: -25px !important;
}

.left-m-26 {
    left: -26px !important;
}

.left-m-27 {
    left: -27px !important;
}

.left-m-28 {
    left: -28px !important;
}

.left-m-29 {
    left: -29px !important;
}

.left-m-30 {
    left: -30px !important;
}

.left-m-31 {
    left: -31px !important;
}

.left-m-32 {
    left: -32px !important;
}

.left-m-33 {
    left: -33px !important;
}

.left-m-34 {
    left: -34px !important;
}

.left-m-35 {
    left: -35px !important;
}

.left-m-36 {
    left: -36px !important;
}

.left-m-37 {
    left: -37px !important;
}

.left-m-38 {
    left: -38px !important;
}

.left-m-39 {
    left: -39px !important;
}

.left-m-40 {
    left: -40px !important;
}

.left-m-41 {
    left: -41px !important;
}

.left-m-42 {
    left: -42px !important;
}

.left-m-43 {
    left: -43px !important;
}

.left-m-44 {
    left: -44px !important;
}

.left-m-45 {
    left: -45px !important;
}

.left-m-46 {
    left: -46px !important;
}

.left-m-47 {
    left: -47px !important;
}

.left-m-48 {
    left: -48px !important;
}

.left-m-49 {
    left: -49px !important;
}

.left-m-50 {
    left: -50px !important;
}

.left-m-51 {
    left: -51px !important;
}

.left-m-52 {
    left: -52px !important;
}

.left-m-53 {
    left: -53px !important;
}

.left-m-54 {
    left: -54px !important;
}

.left-m-55 {
    left: -55px !important;
}

.left-m-56 {
    left: -56px !important;
}

.left-m-57 {
    left: -57px !important;
}

.left-m-58 {
    left: -58px !important;
}

.left-m-59 {
    left: -59px !important;
}

.left-m-60 {
    left: -60px !important;
}

.left-m-61 {
    left: -61px !important;
}

.left-m-62 {
    left: -62px !important;
}

.left-m-63 {
    left: -63px !important;
}

.left-m-64 {
    left: -64px !important;
}

.left-m-65 {
    left: -65px !important;
}

.left-m-66 {
    left: -66px !important;
}

.left-m-67 {
    left: -67px !important;
}

.left-m-68 {
    left: -68px !important;
}

.left-m-69 {
    left: -69px !important;
}

.left-m-70 {
    left: -70px !important;
}

.left-m-71 {
    left: -71px !important;
}

.left-m-72 {
    left: -72px !important;
}

.left-m-73 {
    left: -73px !important;
}

.left-m-74 {
    left: -74px !important;
}

.left-m-75 {
    left: -75px !important;
}

.left-m-76 {
    left: -76px !important;
}

.left-m-77 {
    left: -77px !important;
}

.left-m-78 {
    left: -78px !important;
}

.left-m-79 {
    left: -79px !important;
}

.left-m-80 {
    left: -80px !important;
}

.left-m-81 {
    left: -81px !important;
}

.left-m-82 {
    left: -82px !important;
}

.left-m-83 {
    left: -83px !important;
}

.left-m-84 {
    left: -84px !important;
}

.left-m-85 {
    left: -85px !important;
}

.left-m-86 {
    left: -86px !important;
}

.left-m-87 {
    left: -87px !important;
}

.left-m-88 {
    left: -88px !important;
}

.left-m-89 {
    left: -89px !important;
}

.left-m-90 {
    left: -90px !important;
}

.left-m-91 {
    left: -91px !important;
}

.left-m-92 {
    left: -92px !important;
}

.left-m-93 {
    left: -93px !important;
}

.left-m-94 {
    left: -94px !important;
}

.left-m-95 {
    left: -95px !important;
}

.left-m-96 {
    left: -96px !important;
}

.left-m-97 {
    left: -97px !important;
}

.left-m-98 {
    left: -98px !important;
}

.left-m-99 {
    left: -99px !important;
}

.left-m-100 {
    left: -100px !important;
}

@media (min-width: 992px) {
    .top-lg-m-1 {
        top: -1px !important;
    }

    .top-lg-m-2 {
        top: -2px !important;
    }

    .top-lg-m-3 {
        top: -3px !important;
    }

    .top-lg-m-4 {
        top: -4px !important;
    }

    .top-lg-m-5 {
        top: -5px !important;
    }

    .top-lg-m-6 {
        top: -6px !important;
    }

    .top-lg-m-7 {
        top: -7px !important;
    }

    .top-lg-m-8 {
        top: -8px !important;
    }

    .top-lg-m-9 {
        top: -9px !important;
    }

    .top-lg-m-10 {
        top: -10px !important;
    }

    .top-lg-m-11 {
        top: -11px !important;
    }

    .top-lg-m-12 {
        top: -12px !important;
    }

    .top-lg-m-13 {
        top: -13px !important;
    }

    .top-lg-m-14 {
        top: -14px !important;
    }

    .top-lg-m-15 {
        top: -15px !important;
    }

    .top-lg-m-16 {
        top: -16px !important;
    }

    .top-lg-m-17 {
        top: -17px !important;
    }

    .top-lg-m-18 {
        top: -18px !important;
    }

    .top-lg-m-19 {
        top: -19px !important;
    }

    .top-lg-m-20 {
        top: -20px !important;
    }

    .top-lg-m-21 {
        top: -21px !important;
    }

    .top-lg-m-22 {
        top: -22px !important;
    }

    .top-lg-m-23 {
        top: -23px !important;
    }

    .top-lg-m-24 {
        top: -24px !important;
    }

    .top-lg-m-25 {
        top: -25px !important;
    }

    .top-lg-m-26 {
        top: -26px !important;
    }

    .top-lg-m-27 {
        top: -27px !important;
    }

    .top-lg-m-28 {
        top: -28px !important;
    }

    .top-lg-m-29 {
        top: -29px !important;
    }

    .top-lg-m-30 {
        top: -30px !important;
    }

    .top-lg-m-31 {
        top: -31px !important;
    }

    .top-lg-m-32 {
        top: -32px !important;
    }

    .top-lg-m-33 {
        top: -33px !important;
    }

    .top-lg-m-34 {
        top: -34px !important;
    }

    .top-lg-m-35 {
        top: -35px !important;
    }

    .top-lg-m-36 {
        top: -36px !important;
    }

    .top-lg-m-37 {
        top: -37px !important;
    }

    .top-lg-m-38 {
        top: -38px !important;
    }

    .top-lg-m-39 {
        top: -39px !important;
    }

    .top-lg-m-40 {
        top: -40px !important;
    }

    .top-lg-m-41 {
        top: -41px !important;
    }

    .top-lg-m-42 {
        top: -42px !important;
    }

    .top-lg-m-43 {
        top: -43px !important;
    }

    .top-lg-m-44 {
        top: -44px !important;
    }

    .top-lg-m-45 {
        top: -45px !important;
    }

    .top-lg-m-46 {
        top: -46px !important;
    }

    .top-lg-m-47 {
        top: -47px !important;
    }

    .top-lg-m-48 {
        top: -48px !important;
    }

    .top-lg-m-49 {
        top: -49px !important;
    }

    .top-lg-m-50 {
        top: -50px !important;
    }

    .top-lg-m-51 {
        top: -51px !important;
    }

    .top-lg-m-52 {
        top: -52px !important;
    }

    .top-lg-m-53 {
        top: -53px !important;
    }

    .top-lg-m-54 {
        top: -54px !important;
    }

    .top-lg-m-55 {
        top: -55px !important;
    }

    .top-lg-m-56 {
        top: -56px !important;
    }

    .top-lg-m-57 {
        top: -57px !important;
    }

    .top-lg-m-58 {
        top: -58px !important;
    }

    .top-lg-m-59 {
        top: -59px !important;
    }

    .top-lg-m-60 {
        top: -60px !important;
    }

    .top-lg-m-61 {
        top: -61px !important;
    }

    .top-lg-m-62 {
        top: -62px !important;
    }

    .top-lg-m-63 {
        top: -63px !important;
    }

    .top-lg-m-64 {
        top: -64px !important;
    }

    .top-lg-m-65 {
        top: -65px !important;
    }

    .top-lg-m-66 {
        top: -66px !important;
    }

    .top-lg-m-67 {
        top: -67px !important;
    }

    .top-lg-m-68 {
        top: -68px !important;
    }

    .top-lg-m-69 {
        top: -69px !important;
    }

    .top-lg-m-70 {
        top: -70px !important;
    }

    .top-lg-m-71 {
        top: -71px !important;
    }

    .top-lg-m-72 {
        top: -72px !important;
    }

    .top-lg-m-73 {
        top: -73px !important;
    }

    .top-lg-m-74 {
        top: -74px !important;
    }

    .top-lg-m-75 {
        top: -75px !important;
    }

    .top-lg-m-76 {
        top: -76px !important;
    }

    .top-lg-m-77 {
        top: -77px !important;
    }

    .top-lg-m-78 {
        top: -78px !important;
    }

    .top-lg-m-79 {
        top: -79px !important;
    }

    .top-lg-m-80 {
        top: -80px !important;
    }

    .top-lg-m-81 {
        top: -81px !important;
    }

    .top-lg-m-82 {
        top: -82px !important;
    }

    .top-lg-m-83 {
        top: -83px !important;
    }

    .top-lg-m-84 {
        top: -84px !important;
    }

    .top-lg-m-85 {
        top: -85px !important;
    }

    .top-lg-m-86 {
        top: -86px !important;
    }

    .top-lg-m-87 {
        top: -87px !important;
    }

    .top-lg-m-88 {
        top: -88px !important;
    }

    .top-lg-m-89 {
        top: -89px !important;
    }

    .top-lg-m-90 {
        top: -90px !important;
    }

    .top-lg-m-91 {
        top: -91px !important;
    }

    .top-lg-m-92 {
        top: -92px !important;
    }

    .top-lg-m-93 {
        top: -93px !important;
    }

    .top-lg-m-94 {
        top: -94px !important;
    }

    .top-lg-m-95 {
        top: -95px !important;
    }

    .top-lg-m-96 {
        top: -96px !important;
    }

    .top-lg-m-97 {
        top: -97px !important;
    }

    .top-lg-m-98 {
        top: -98px !important;
    }

    .top-lg-m-99 {
        top: -99px !important;
    }

    .top-lg-m-100 {
        top: -100px !important;
    }

    .right-lg-m-1 {
        right: -1px !important;
    }

    .right-lg-m-2 {
        right: -2px !important;
    }

    .right-lg-m-3 {
        right: -3px !important;
    }

    .right-lg-m-4 {
        right: -4px !important;
    }

    .right-lg-m-5 {
        right: -5px !important;
    }

    .right-lg-m-6 {
        right: -6px !important;
    }

    .right-lg-m-7 {
        right: -7px !important;
    }

    .right-lg-m-8 {
        right: -8px !important;
    }

    .right-lg-m-9 {
        right: -9px !important;
    }

    .right-lg-m-10 {
        right: -10px !important;
    }

    .right-lg-m-11 {
        right: -11px !important;
    }

    .right-lg-m-12 {
        right: -12px !important;
    }

    .right-lg-m-13 {
        right: -13px !important;
    }

    .right-lg-m-14 {
        right: -14px !important;
    }

    .right-lg-m-15 {
        right: -15px !important;
    }

    .right-lg-m-16 {
        right: -16px !important;
    }

    .right-lg-m-17 {
        right: -17px !important;
    }

    .right-lg-m-18 {
        right: -18px !important;
    }

    .right-lg-m-19 {
        right: -19px !important;
    }

    .right-lg-m-20 {
        right: -20px !important;
    }

    .right-lg-m-21 {
        right: -21px !important;
    }

    .right-lg-m-22 {
        right: -22px !important;
    }

    .right-lg-m-23 {
        right: -23px !important;
    }

    .right-lg-m-24 {
        right: -24px !important;
    }

    .right-lg-m-25 {
        right: -25px !important;
    }

    .right-lg-m-26 {
        right: -26px !important;
    }

    .right-lg-m-27 {
        right: -27px !important;
    }

    .right-lg-m-28 {
        right: -28px !important;
    }

    .right-lg-m-29 {
        right: -29px !important;
    }

    .right-lg-m-30 {
        right: -30px !important;
    }

    .right-lg-m-31 {
        right: -31px !important;
    }

    .right-lg-m-32 {
        right: -32px !important;
    }

    .right-lg-m-33 {
        right: -33px !important;
    }

    .right-lg-m-34 {
        right: -34px !important;
    }

    .right-lg-m-35 {
        right: -35px !important;
    }

    .right-lg-m-36 {
        right: -36px !important;
    }

    .right-lg-m-37 {
        right: -37px !important;
    }

    .right-lg-m-38 {
        right: -38px !important;
    }

    .right-lg-m-39 {
        right: -39px !important;
    }

    .right-lg-m-40 {
        right: -40px !important;
    }

    .right-lg-m-41 {
        right: -41px !important;
    }

    .right-lg-m-42 {
        right: -42px !important;
    }

    .right-lg-m-43 {
        right: -43px !important;
    }

    .right-lg-m-44 {
        right: -44px !important;
    }

    .right-lg-m-45 {
        right: -45px !important;
    }

    .right-lg-m-46 {
        right: -46px !important;
    }

    .right-lg-m-47 {
        right: -47px !important;
    }

    .right-lg-m-48 {
        right: -48px !important;
    }

    .right-lg-m-49 {
        right: -49px !important;
    }

    .right-lg-m-50 {
        right: -50px !important;
    }

    .right-lg-m-51 {
        right: -51px !important;
    }

    .right-lg-m-52 {
        right: -52px !important;
    }

    .right-lg-m-53 {
        right: -53px !important;
    }

    .right-lg-m-54 {
        right: -54px !important;
    }

    .right-lg-m-55 {
        right: -55px !important;
    }

    .right-lg-m-56 {
        right: -56px !important;
    }

    .right-lg-m-57 {
        right: -57px !important;
    }

    .right-lg-m-58 {
        right: -58px !important;
    }

    .right-lg-m-59 {
        right: -59px !important;
    }

    .right-lg-m-60 {
        right: -60px !important;
    }

    .right-lg-m-61 {
        right: -61px !important;
    }

    .right-lg-m-62 {
        right: -62px !important;
    }

    .right-lg-m-63 {
        right: -63px !important;
    }

    .right-lg-m-64 {
        right: -64px !important;
    }

    .right-lg-m-65 {
        right: -65px !important;
    }

    .right-lg-m-66 {
        right: -66px !important;
    }

    .right-lg-m-67 {
        right: -67px !important;
    }

    .right-lg-m-68 {
        right: -68px !important;
    }

    .right-lg-m-69 {
        right: -69px !important;
    }

    .right-lg-m-70 {
        right: -70px !important;
    }

    .right-lg-m-71 {
        right: -71px !important;
    }

    .right-lg-m-72 {
        right: -72px !important;
    }

    .right-lg-m-73 {
        right: -73px !important;
    }

    .right-lg-m-74 {
        right: -74px !important;
    }

    .right-lg-m-75 {
        right: -75px !important;
    }

    .right-lg-m-76 {
        right: -76px !important;
    }

    .right-lg-m-77 {
        right: -77px !important;
    }

    .right-lg-m-78 {
        right: -78px !important;
    }

    .right-lg-m-79 {
        right: -79px !important;
    }

    .right-lg-m-80 {
        right: -80px !important;
    }

    .right-lg-m-81 {
        right: -81px !important;
    }

    .right-lg-m-82 {
        right: -82px !important;
    }

    .right-lg-m-83 {
        right: -83px !important;
    }

    .right-lg-m-84 {
        right: -84px !important;
    }

    .right-lg-m-85 {
        right: -85px !important;
    }

    .right-lg-m-86 {
        right: -86px !important;
    }

    .right-lg-m-87 {
        right: -87px !important;
    }

    .right-lg-m-88 {
        right: -88px !important;
    }

    .right-lg-m-89 {
        right: -89px !important;
    }

    .right-lg-m-90 {
        right: -90px !important;
    }

    .right-lg-m-91 {
        right: -91px !important;
    }

    .right-lg-m-92 {
        right: -92px !important;
    }

    .right-lg-m-93 {
        right: -93px !important;
    }

    .right-lg-m-94 {
        right: -94px !important;
    }

    .right-lg-m-95 {
        right: -95px !important;
    }

    .right-lg-m-96 {
        right: -96px !important;
    }

    .right-lg-m-97 {
        right: -97px !important;
    }

    .right-lg-m-98 {
        right: -98px !important;
    }

    .right-lg-m-99 {
        right: -99px !important;
    }

    .right-lg-m-100 {
        right: -100px !important;
    }

    .bottom-lg-m-1 {
        bottom: -1px !important;
    }

    .bottom-lg-m-2 {
        bottom: -2px !important;
    }

    .bottom-lg-m-3 {
        bottom: -3px !important;
    }

    .bottom-lg-m-4 {
        bottom: -4px !important;
    }

    .bottom-lg-m-5 {
        bottom: -5px !important;
    }

    .bottom-lg-m-6 {
        bottom: -6px !important;
    }

    .bottom-lg-m-7 {
        bottom: -7px !important;
    }

    .bottom-lg-m-8 {
        bottom: -8px !important;
    }

    .bottom-lg-m-9 {
        bottom: -9px !important;
    }

    .bottom-lg-m-10 {
        bottom: -10px !important;
    }

    .bottom-lg-m-11 {
        bottom: -11px !important;
    }

    .bottom-lg-m-12 {
        bottom: -12px !important;
    }

    .bottom-lg-m-13 {
        bottom: -13px !important;
    }

    .bottom-lg-m-14 {
        bottom: -14px !important;
    }

    .bottom-lg-m-15 {
        bottom: -15px !important;
    }

    .bottom-lg-m-16 {
        bottom: -16px !important;
    }

    .bottom-lg-m-17 {
        bottom: -17px !important;
    }

    .bottom-lg-m-18 {
        bottom: -18px !important;
    }

    .bottom-lg-m-19 {
        bottom: -19px !important;
    }

    .bottom-lg-m-20 {
        bottom: -20px !important;
    }

    .bottom-lg-m-21 {
        bottom: -21px !important;
    }

    .bottom-lg-m-22 {
        bottom: -22px !important;
    }

    .bottom-lg-m-23 {
        bottom: -23px !important;
    }

    .bottom-lg-m-24 {
        bottom: -24px !important;
    }

    .bottom-lg-m-25 {
        bottom: -25px !important;
    }

    .bottom-lg-m-26 {
        bottom: -26px !important;
    }

    .bottom-lg-m-27 {
        bottom: -27px !important;
    }

    .bottom-lg-m-28 {
        bottom: -28px !important;
    }

    .bottom-lg-m-29 {
        bottom: -29px !important;
    }

    .bottom-lg-m-30 {
        bottom: -30px !important;
    }

    .bottom-lg-m-31 {
        bottom: -31px !important;
    }

    .bottom-lg-m-32 {
        bottom: -32px !important;
    }

    .bottom-lg-m-33 {
        bottom: -33px !important;
    }

    .bottom-lg-m-34 {
        bottom: -34px !important;
    }

    .bottom-lg-m-35 {
        bottom: -35px !important;
    }

    .bottom-lg-m-36 {
        bottom: -36px !important;
    }

    .bottom-lg-m-37 {
        bottom: -37px !important;
    }

    .bottom-lg-m-38 {
        bottom: -38px !important;
    }

    .bottom-lg-m-39 {
        bottom: -39px !important;
    }

    .bottom-lg-m-40 {
        bottom: -40px !important;
    }

    .bottom-lg-m-41 {
        bottom: -41px !important;
    }

    .bottom-lg-m-42 {
        bottom: -42px !important;
    }

    .bottom-lg-m-43 {
        bottom: -43px !important;
    }

    .bottom-lg-m-44 {
        bottom: -44px !important;
    }

    .bottom-lg-m-45 {
        bottom: -45px !important;
    }

    .bottom-lg-m-46 {
        bottom: -46px !important;
    }

    .bottom-lg-m-47 {
        bottom: -47px !important;
    }

    .bottom-lg-m-48 {
        bottom: -48px !important;
    }

    .bottom-lg-m-49 {
        bottom: -49px !important;
    }

    .bottom-lg-m-50 {
        bottom: -50px !important;
    }

    .bottom-lg-m-51 {
        bottom: -51px !important;
    }

    .bottom-lg-m-52 {
        bottom: -52px !important;
    }

    .bottom-lg-m-53 {
        bottom: -53px !important;
    }

    .bottom-lg-m-54 {
        bottom: -54px !important;
    }

    .bottom-lg-m-55 {
        bottom: -55px !important;
    }

    .bottom-lg-m-56 {
        bottom: -56px !important;
    }

    .bottom-lg-m-57 {
        bottom: -57px !important;
    }

    .bottom-lg-m-58 {
        bottom: -58px !important;
    }

    .bottom-lg-m-59 {
        bottom: -59px !important;
    }

    .bottom-lg-m-60 {
        bottom: -60px !important;
    }

    .bottom-lg-m-61 {
        bottom: -61px !important;
    }

    .bottom-lg-m-62 {
        bottom: -62px !important;
    }

    .bottom-lg-m-63 {
        bottom: -63px !important;
    }

    .bottom-lg-m-64 {
        bottom: -64px !important;
    }

    .bottom-lg-m-65 {
        bottom: -65px !important;
    }

    .bottom-lg-m-66 {
        bottom: -66px !important;
    }

    .bottom-lg-m-67 {
        bottom: -67px !important;
    }

    .bottom-lg-m-68 {
        bottom: -68px !important;
    }

    .bottom-lg-m-69 {
        bottom: -69px !important;
    }

    .bottom-lg-m-70 {
        bottom: -70px !important;
    }

    .bottom-lg-m-71 {
        bottom: -71px !important;
    }

    .bottom-lg-m-72 {
        bottom: -72px !important;
    }

    .bottom-lg-m-73 {
        bottom: -73px !important;
    }

    .bottom-lg-m-74 {
        bottom: -74px !important;
    }

    .bottom-lg-m-75 {
        bottom: -75px !important;
    }

    .bottom-lg-m-76 {
        bottom: -76px !important;
    }

    .bottom-lg-m-77 {
        bottom: -77px !important;
    }

    .bottom-lg-m-78 {
        bottom: -78px !important;
    }

    .bottom-lg-m-79 {
        bottom: -79px !important;
    }

    .bottom-lg-m-80 {
        bottom: -80px !important;
    }

    .bottom-lg-m-81 {
        bottom: -81px !important;
    }

    .bottom-lg-m-82 {
        bottom: -82px !important;
    }

    .bottom-lg-m-83 {
        bottom: -83px !important;
    }

    .bottom-lg-m-84 {
        bottom: -84px !important;
    }

    .bottom-lg-m-85 {
        bottom: -85px !important;
    }

    .bottom-lg-m-86 {
        bottom: -86px !important;
    }

    .bottom-lg-m-87 {
        bottom: -87px !important;
    }

    .bottom-lg-m-88 {
        bottom: -88px !important;
    }

    .bottom-lg-m-89 {
        bottom: -89px !important;
    }

    .bottom-lg-m-90 {
        bottom: -90px !important;
    }

    .bottom-lg-m-91 {
        bottom: -91px !important;
    }

    .bottom-lg-m-92 {
        bottom: -92px !important;
    }

    .bottom-lg-m-93 {
        bottom: -93px !important;
    }

    .bottom-lg-m-94 {
        bottom: -94px !important;
    }

    .bottom-lg-m-95 {
        bottom: -95px !important;
    }

    .bottom-lg-m-96 {
        bottom: -96px !important;
    }

    .bottom-lg-m-97 {
        bottom: -97px !important;
    }

    .bottom-lg-m-98 {
        bottom: -98px !important;
    }

    .bottom-lg-m-99 {
        bottom: -99px !important;
    }

    .bottom-lg-m-100 {
        bottom: -100px !important;
    }

    .left-lg-m-1 {
        left: -1px !important;
    }

    .left-lg-m-2 {
        left: -2px !important;
    }

    .left-lg-m-3 {
        left: -3px !important;
    }

    .left-lg-m-4 {
        left: -4px !important;
    }

    .left-lg-m-5 {
        left: -5px !important;
    }

    .left-lg-m-6 {
        left: -6px !important;
    }

    .left-lg-m-7 {
        left: -7px !important;
    }

    .left-lg-m-8 {
        left: -8px !important;
    }

    .left-lg-m-9 {
        left: -9px !important;
    }

    .left-lg-m-10 {
        left: -10px !important;
    }

    .left-lg-m-11 {
        left: -11px !important;
    }

    .left-lg-m-12 {
        left: -12px !important;
    }

    .left-lg-m-13 {
        left: -13px !important;
    }

    .left-lg-m-14 {
        left: -14px !important;
    }

    .left-lg-m-15 {
        left: -15px !important;
    }

    .left-lg-m-16 {
        left: -16px !important;
    }

    .left-lg-m-17 {
        left: -17px !important;
    }

    .left-lg-m-18 {
        left: -18px !important;
    }

    .left-lg-m-19 {
        left: -19px !important;
    }

    .left-lg-m-20 {
        left: -20px !important;
    }

    .left-lg-m-21 {
        left: -21px !important;
    }

    .left-lg-m-22 {
        left: -22px !important;
    }

    .left-lg-m-23 {
        left: -23px !important;
    }

    .left-lg-m-24 {
        left: -24px !important;
    }

    .left-lg-m-25 {
        left: -25px !important;
    }

    .left-lg-m-26 {
        left: -26px !important;
    }

    .left-lg-m-27 {
        left: -27px !important;
    }

    .left-lg-m-28 {
        left: -28px !important;
    }

    .left-lg-m-29 {
        left: -29px !important;
    }

    .left-lg-m-30 {
        left: -30px !important;
    }

    .left-lg-m-31 {
        left: -31px !important;
    }

    .left-lg-m-32 {
        left: -32px !important;
    }

    .left-lg-m-33 {
        left: -33px !important;
    }

    .left-lg-m-34 {
        left: -34px !important;
    }

    .left-lg-m-35 {
        left: -35px !important;
    }

    .left-lg-m-36 {
        left: -36px !important;
    }

    .left-lg-m-37 {
        left: -37px !important;
    }

    .left-lg-m-38 {
        left: -38px !important;
    }

    .left-lg-m-39 {
        left: -39px !important;
    }

    .left-lg-m-40 {
        left: -40px !important;
    }

    .left-lg-m-41 {
        left: -41px !important;
    }

    .left-lg-m-42 {
        left: -42px !important;
    }

    .left-lg-m-43 {
        left: -43px !important;
    }

    .left-lg-m-44 {
        left: -44px !important;
    }

    .left-lg-m-45 {
        left: -45px !important;
    }

    .left-lg-m-46 {
        left: -46px !important;
    }

    .left-lg-m-47 {
        left: -47px !important;
    }

    .left-lg-m-48 {
        left: -48px !important;
    }

    .left-lg-m-49 {
        left: -49px !important;
    }

    .left-lg-m-50 {
        left: -50px !important;
    }

    .left-lg-m-51 {
        left: -51px !important;
    }

    .left-lg-m-52 {
        left: -52px !important;
    }

    .left-lg-m-53 {
        left: -53px !important;
    }

    .left-lg-m-54 {
        left: -54px !important;
    }

    .left-lg-m-55 {
        left: -55px !important;
    }

    .left-lg-m-56 {
        left: -56px !important;
    }

    .left-lg-m-57 {
        left: -57px !important;
    }

    .left-lg-m-58 {
        left: -58px !important;
    }

    .left-lg-m-59 {
        left: -59px !important;
    }

    .left-lg-m-60 {
        left: -60px !important;
    }

    .left-lg-m-61 {
        left: -61px !important;
    }

    .left-lg-m-62 {
        left: -62px !important;
    }

    .left-lg-m-63 {
        left: -63px !important;
    }

    .left-lg-m-64 {
        left: -64px !important;
    }

    .left-lg-m-65 {
        left: -65px !important;
    }

    .left-lg-m-66 {
        left: -66px !important;
    }

    .left-lg-m-67 {
        left: -67px !important;
    }

    .left-lg-m-68 {
        left: -68px !important;
    }

    .left-lg-m-69 {
        left: -69px !important;
    }

    .left-lg-m-70 {
        left: -70px !important;
    }

    .left-lg-m-71 {
        left: -71px !important;
    }

    .left-lg-m-72 {
        left: -72px !important;
    }

    .left-lg-m-73 {
        left: -73px !important;
    }

    .left-lg-m-74 {
        left: -74px !important;
    }

    .left-lg-m-75 {
        left: -75px !important;
    }

    .left-lg-m-76 {
        left: -76px !important;
    }

    .left-lg-m-77 {
        left: -77px !important;
    }

    .left-lg-m-78 {
        left: -78px !important;
    }

    .left-lg-m-79 {
        left: -79px !important;
    }

    .left-lg-m-80 {
        left: -80px !important;
    }

    .left-lg-m-81 {
        left: -81px !important;
    }

    .left-lg-m-82 {
        left: -82px !important;
    }

    .left-lg-m-83 {
        left: -83px !important;
    }

    .left-lg-m-84 {
        left: -84px !important;
    }

    .left-lg-m-85 {
        left: -85px !important;
    }

    .left-lg-m-86 {
        left: -86px !important;
    }

    .left-lg-m-87 {
        left: -87px !important;
    }

    .left-lg-m-88 {
        left: -88px !important;
    }

    .left-lg-m-89 {
        left: -89px !important;
    }

    .left-lg-m-90 {
        left: -90px !important;
    }

    .left-lg-m-91 {
        left: -91px !important;
    }

    .left-lg-m-92 {
        left: -92px !important;
    }

    .left-lg-m-93 {
        left: -93px !important;
    }

    .left-lg-m-94 {
        left: -94px !important;
    }

    .left-lg-m-95 {
        left: -95px !important;
    }

    .left-lg-m-96 {
        left: -96px !important;
    }

    .left-lg-m-97 {
        left: -97px !important;
    }

    .left-lg-m-98 {
        left: -98px !important;
    }

    .left-lg-m-99 {
        left: -99px !important;
    }

    .left-lg-m-100 {
        left: -100px !important;
    }
}

.center-absolute {
    left: 50%;
    transform: translateX(-50%);
}

.text-line-through {
    text-decoration: line-through;
}
/* Width classes from 10% to 100% */
.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;
}
.h-25{
    height:25%;
}

/* Responsive width classes for large screens (≥ 992px) */
@media (min-width: 992px) {
    .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;
    }
    .h-lg-25 {
        height: 25%;
    }
    .h-lg-100{
        height:100%;
    }
    .mb-lg-80 {
        margin-bottom:80px !important;
    }
}

.border-gray-4 {
    border: 1px solid #F2F2F2 !important;
}
.border-gray-5 {
    border: 1px solid #DDDDDD !important;
}