@import url('https://fonts.googleapis.com/css2?family=Hurricane:wght@400&display=swap');

.ff-hurricane {
    font-family: "Hurricane", sans-serif !important;
}

.text-black{
    color:#000000 !important;
}

.text-dark{
    color:#303030 !important;
}
.text-ant{
    color:#343a40 !important;
}

.text-gray{
    color: #929292 !important;
}
.text-mc{
    color:#2e353d !important;
}
.text-info{
    color:#009ef7 !important;
}
.text-gold{
    color:#d8b668 !important;
}
.text-white{
    color:#ffffff !important;
}
.text-success{
    color:#50cd89 !important;
}
.text-brown{
    color:#a46a33 !important;
}
.text-danger{
    color:#f64e60 !important;
}
.text-warning{
    color:#ffa800 !important;
}

.text-muted{
    color:#a1a5b7 !important;
}
.text-gray-100{
    color: #f5f8fa !important;
}
.text-gray-200{
    color: #eff2f5 !important;
}
.text-gray-300{
    color: #e4e6ef !important;
}
.text-gray-400{
    color: #b5b5c3 !important;
}
.text-gray-500{
    color: #a1a5b7 !important;
}
.text-gray-600{
    color: #7e8299 !important;
}
.text-gray-700{
    color: #5e6278 !important;
}
.text-gray-800{
    color: #3f4254 !important;
}
.text-gray-900{
    color: #181c32 !important;
}

.text-decoration-danger{
    text-decoration: line-through 2px #f64e60;
}

.text-hover-black:hover{
    color:#000 !important;
    transition: color .5s ease;
}

.text-hover-dark:hover{
    color:#303030 !important;
    transition: color .5s ease;
}

.bg-black{
    background-color:#000000 !important;
}
.bg-dark{
    background-color:#303030 !important;
}
.bg-gray{
    background-color: #929292 !important;
}
.bg-mc{
    background-color:#2e353d !important;
}
.bg-info{
    background-color:#009ef7 !important;
}
.bg-gold{
    background-color:#d8b668 !important;
}
.bg-white{
    background-color:#ffffff !important;
}
.bg-success{
    background-color:#50cd89 !important;
}
.bg-brown{
    background-color:#202020 !important;
}
.bg-danger{
    background-color:#f64e60 !important;
}
.bg-warning{
    background-color:#ffa800 !important;
}

.bg-hover-black:hover {
	transition: color .2s ease, background-color .2s ease;
	color: #fff !important;
    background-color: #000000 !important;
}
.bg-hover-dark:hover {
	transition: color .2s ease, background-color .2s ease;
	color: #fff !important;
    background-color: #303030 !important;
}
.bg-hover-gray:hover {
	transition: color .2s ease, background-color .2s ease;
	color: #303030 !important;
    background-color: #929292 !important;
}
.bg-hover-mc:hover {
	transition: color .2s ease, background-color .2s ease;
	color: #fff !important;
    background-color: #2e353d !important;
}
.bg-hover-info:hover {
	transition: color .2s ease, background-color .2s ease;
	color: #fff !important;
    background-color: #009ef7 !important;
}
.bg-hover-gold:hover {
	transition: color .2s ease, background-color .2s ease;
	color: #fff !important;
    background-color: #d8b668 !important;
}
.bg-hover-white:hover {
	transition: color .2s ease, background-color .2s ease;
	color: #000 !important;
    background-color: #fff !important;
}
.bg-hover-success:hover {
	transition: color .2s ease, background-color .2s ease;
	color: #fff !important;
    background-color: #50cd89 !important;
}
.bg-hover-danger:hover {
	transition: color .2s ease, background-color .2s ease;
	color: #fff !important;
    background-color: #f64e60 !important;
}
.bg-hover-warning:hover {
	transition: color .2s ease, background-color .2s ease;
	color: #fff !important;
    background-color: #ffa800 !important;
}

.bg-light-black{
    background-color:#f7f7f7 !important;
}
.bg-light-dark{
    background-color:#eff2f5 !important;
}
.bg-light-gray{
    background-color:#f1f1f1 !important;
}
.bg-light-mc{
    background-color:#e9eff5 !important;
}
.bg-light-info{
    background-color:#f1faff !important;
}
.bg-light-gold{
    background-color:#fff9ec !important;
}
.bg-light-success{
    background-color:#e8fff3 !important;
}
.bg-light-danger{
    background-color:#fff5f8 !important;
}
.bg-light-warning{
    background-color:#fff8dd !important;
}

.bg-hover-light-black:hover {
	transition: color .2s ease, background-color .2s ease;
	color: #000000 !important;
    background-color: #f7f7f7 !important;
}
.bg-hover-light-dark:hover {
	transition: color .2s ease, background-color .2s ease;
	color: #303030 !important;
    background-color: #eff2f5 !important;
}
.bg-hover-light-gray:hover {
	transition: color .2s ease, background-color .2s ease;
	color: #929292 !important;
    background-color: #f1f1f1 !important;
}
.bg-hover-light-mc:hover {
	transition: color .2s ease, background-color .2s ease;
	color: #2e353d !important;
    background-color: #e9eff5 !important;
}
.bg-hover-light-info:hover {
	transition: color .2s ease, background-color .2s ease;
	color: #009ef7 !important;
    background-color: #f1faff !important;
}
.bg-hover-light-gold:hover {
	transition: color .2s ease, background-color .2s ease;
	color: #D8B668 !important;
    background-color: #fdf7ea !important;
}
.bg-hover-light-success:hover {
	transition: color .2s ease, background-color .2s ease;
	color: #50cd89 !important;
    background-color: #e8fff3 !important;
}
.bg-hover-light-danger:hover {
	transition: color .2s ease, background-color .2s ease;
	color: #f1416c !important;
    background-color: #FFF5F6 !important;
}
.bg-hover-light-warning:hover {
	transition: color .2s ease, background-color .2s ease;
	color: #ffc700 !important;
    background-color: #fff8dd !important;
}

.opacity-10{
    opacity: 0.10;
}
.opacity-20{
    opacity: 0.20;
}
.opacity-30{
    opacity: 0.30;
}
.opacity-40{
    opacity: 0.40;
}
.opacity-50{
    opacity: 0.50;
}
.opacity-60{
    opacity: 0.60;
}
.opacity-70{
    opacity: 0.70;
}
.opacity-80{
    opacity: 0.80;
}
.opacity-90{
    opacity: 0.90;
}

.opacity-hover-10:hover{
    opacity: 0.10;
}
.opacity-hover-20:hover{
    opacity: 0.20;
}
.opacity-hover-30:hover{
    opacity: 0.30;
}
.opacity-hover-40:hover{
    opacity: 0.40;
}
.opacity-hover-50:hover{
    opacity: 0.50;
}
.opacity-hover-60:hover{
    opacity: 0.60;
}
.opacity-hover-70:hover{
    opacity: 0.70;
}
.opacity-hover-80:hover{
    opacity: 0.80;
}
.opacity-hover-90:hover{
    opacity: 0.90;
}

.border-1{
    border:1px solid !important;
}
.border-2{
    border:2px solid !important;
}
.border-3{
    border:3px solid !important;
}
.border-4{
    border:4px solid !important;
}
.border-5{
    border:5px solid !important;
}
.border-6{
    border:6px solid !important;
}
.border-7{
    border:7px solid !important;
}
.border-8{
    border:8px solid !important;
}
.border-9{
    border:9px solid !important;
}
.border-10{
    border:10px solid !important;
}

.separator-1 {
    border-top: 1px solid;
}
.separator-2 {
    border-top: 2px solid;
}
.separator-3 {
    border-top: 3px solid;
}
.separator-4 {
    border-top: 4px solid;
}
.separator-5 {
    border-top: 5px solid;
}

.border-black{
    border-color:#000000 !important;
}
.border-dark{
    border-color:#303030 !important;
}
.border-gray{
    border-color: #929292 !important;
}
.border-mc{
    border-color:#2e353d !important;
}
.border-info{
    border-color:#009ef7 !important;
}
.border-gold{
    border-color:#d8b668 !important;
}
.border-white{
    border-color:#ffffff !important;
}
.border-success{
    border-color:#50cd89 !important;
}
.border-danger{
    border-color:#f64e60 !important;
}
.border-warning{
    border-color:#ffa800 !important;
}
.border-muted{
    border-color:#a1a5b7 !important;
}
.border-gray-100{
    border-color: #f5f8fa !important;
}
.border-gray-200{
    border-color: #eff2f5 !important;
}
.border-gray-300{
    border-color: #e4e6ef !important;
}
.border-gray-400{
    border-color: #b5b5c3 !important;
}
.border-gray-500{
    border-color: #a1a5b7 !important;
}
.border-gray-600{
    border-color: #7e8299 !important;
}
.border-gray-700{
    border-color: #5e6278 !important;
}
.border-gray-800{
    border-color: #3f4254 !important;
}
.border-gray-900{
    border-color: #181c32 !important;
}

.border-hover-black:hover {
    border-color:#000000 !important; }
.border-hover-dark:hover {
    border-color:#303030 !important;
}
.border-hover-gray:hover {
    border-color: #929292 !important;
}
.border-hover-mc:hover {
    border-color:#2e353d !important;
}
.border-hover-info:hover {
    border-color:#009ef7 !important;
}
.border-hover-gold:hover {
    border-color:#d8b668 !important;
}
.border-hover-white:hover {
    border-color:#ffffff !important;
}
.border-hover-success:hover {
    border-color:#50cd89 !important;
}
.border-hover-danger:hover {
    border-color:#f64e60 !important;
}
.border-hover-warning:hover {
    border-color:#ffa800 !important;
}
.border-hover-muted:hover {
    border-color:#a1a5b7 !important;
}
.border-hover-gray-100:hover {
    border-color: #f5f8fa !important;
}
.border-hover-gray-200:hover {
    border-color: #eff2f5 !important;
}
.border-hover-gray-300:hover {
    border-color: #e4e6ef !important;
}
.border-hover-gray-400:hover {
    border-color: #b5b5c3 !important;
}
.border-hover-gray-500:hover {
    border-color: #a1a5b7 !important;
}
.border-hover-gray-600:hover {
    border-color: #7e8299 !important;
}
.border-hover-gray-700:hover {
    border-color: #5e6278 !important;
}
.border-hover-gray-800:hover {
    border-color: #3f4254 !important;
}
.border-hover-gray-900:hover {
    border-color: #181c32 !important;
}

.border-r-0 { border-radius: 0px !important; }
.border-r-1 { border-radius: 1px !important; }
.border-r-2 { border-radius: 2px !important; }
.border-r-3 { border-radius: 3px !important; }
.border-r-4 { border-radius: 4px !important; }
.border-r-5 { border-radius: 5px !important; }
.border-r-6 { border-radius: 6px !important; }
.border-r-7 { border-radius: 7px !important; }
.border-r-8 { border-radius: 8px !important; }
.border-r-9 { border-radius: 9px !important; }
.border-r-10 { border-radius: 10px !important; }
.border-r-11 { border-radius: 11px !important; }
.border-r-12 { border-radius: 12px !important; }
.border-r-13 { border-radius: 13px !important; }
.border-r-14 { border-radius: 14px !important; }
.border-r-15 { border-radius: 15px !important; }
.border-r-16 { border-radius: 16px !important; }
.border-r-17 { border-radius: 17px !important; }
.border-r-18 { border-radius: 18px !important; }
.border-r-19 { border-radius: 19px !important; }
.border-r-20 { border-radius: 20px !important; }
.border-r-25 { border-radius: 25px !important; }
.border-r-30 { border-radius: 30px !important; }
.border-r-35 { border-radius: 35px !important; }
.border-r-40 { border-radius: 40px !important; }
.border-r-45 { border-radius: 45px !important; }
.border-r-50 { border-radius: 50px !important; }
.border-r-60 { border-radius: 60px !important; }
.border-r-70 { border-radius: 70px !important; }
.border-r-80 { border-radius: 80px !important; }
.border-r-90 { border-radius: 90px !important; }
.border-r-100 { border-radius: 100px !important; }

.border-top-0{border-top: 0px;}
.border-top-1{border-top: 1px solid;}
.border-top-2{border-top: 2px solid;}
.border-top-3{border-top: 3px solid;}
.border-bottom-0{border-bottom: 0px;}
.border-bottom-1{border-bottom: 1px solid;}
.border-bottom-2{border-bottom: 2px solid;}
.border-bottom-3{border-bottom: 3px solid;}
.border-left-0{border-left: 0px;}
.border-left-1{border-left: 1px solid;}
.border-left-2{border-left: 2px solid;}
.border-left-3{border-left: 3px solid;}
.border-right-0{border-right: 0px;}
.border-right-1{border-right: 1px solid;}
.border-right-2{border-right: 2px solid;}
.border-right-3{border-right: 3px solid;}

/* ALL */

.text-lowercase { text-transform: lowercase !important; }
.text-uppercase { text-transform: uppercase !important; }
.text-capitalize { text-transform: capitalize !important; }

.fs-4  { font-size: 4px !important;  }
.fs-5  { font-size: 5px !important;  }
.fs-6  { font-size: 6px !important;  }
.fs-7  { font-size: 7px !important;  }
.fs-8  { font-size: 8px !important;  }
.fs-9  { font-size: 9px !important;  }
.fs-10 { font-size: 10px !important; }
.fs-11 { font-size: 11px !important; }
.fs-12 { font-size: 12px !important; }
.fs-13 { font-size: 13px !important; }
.fs-14 { font-size: 14px !important; }
.fs-15 { font-size: 15px !important; }
.fs-16 { font-size: 16px !important; }
.fs-17 { font-size: 17px !important; }
.fs-18 { font-size: 18px !important; }
.fs-19 { font-size: 19px !important; }
.fs-20 { font-size: 20px !important; }
.fs-22 { font-size: 22px !important; }
.fs-24 { font-size: 24px !important; }
.fs-26 { font-size: 26px !important; }
.fs-28 { font-size: 28px !important; }
.fs-30 { font-size: 30px !important; }
.fs-32 { font-size: 32px !important; }
.fs-34 { font-size: 34px !important; }
.fs-36 { font-size: 36px !important; }
.fs-38 { font-size: 38px !important; }
.fs-40 { font-size: 40px !important; }
.fs-42 { font-size: 42px !important; }
.fs-44 { font-size: 44px !important; }
.fs-46 { font-size: 46px !important; }
.fs-48 { font-size: 48px !important; }
.fs-50 { font-size: 50px !important; }
.fs-55 { font-size: 55px !important; }
.fs-60 { font-size: 60px !important; }
.fs-65 { font-size: 65px !important; }
.fs-70 { font-size: 70px !important; }
.fs-80 { font-size: 80px !important; }
.fs-90 { font-size: 90px !important; }
.fs-100 { font-size: 100px !important; }
.fs-110 { font-size: 110px !important; }
.fs-120 { font-size: 120px !important; }
.fs-130 { font-size: 130px !important; }
.fs-140 { font-size: 140px !important; }
.fs-150 { font-size: 150px !important; }

.fw-100 { font-weight: 100 !important; }
.fw-200 { font-weight: 200 !important; }
.fw-300 { font-weight: 300 !important; }
.fw-400 { font-weight: 400 !important; }
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; }
.fw-800 { font-weight: 800 !important; }
.fw-900 { font-weight: 900 !important; }

.ls--5   { letter-spacing: -5px !important;   }
.ls--4   { letter-spacing: -4px !important;   }
.ls--3   { letter-spacing: -3px !important;   }
.ls--2   { letter-spacing: -2px !important;   }
.ls--1-9 { letter-spacing: -1.9px !important; }
.ls--1-8 { letter-spacing: -1.8px !important; }
.ls--1-7 { letter-spacing: -1.7px !important; }
.ls--1-6 { letter-spacing: -1.6px !important; }
.ls--1-5 { letter-spacing: -1.5px !important; }
.ls--1-4 { letter-spacing: -1.4px !important; }
.ls--1-3 { letter-spacing: -1.3px !important; }
.ls--1-2 { letter-spacing: -1.2px !important; }
.ls--1-1 { letter-spacing: -1.1px !important; }
.ls--0-9 { letter-spacing: -0.9px !important; }
.ls--0-8 { letter-spacing: -0.8px !important; }
.ls--0-7 { letter-spacing: -0.7px !important; }
.ls--0-6 { letter-spacing: -0.6px !important; }
.ls--0-5 { letter-spacing: -0.5px !important; }
.ls--0-4 { letter-spacing: -0.4px !important; }
.ls--0-3 { letter-spacing: -0.3px !important; }
.ls--0-2 { letter-spacing: -0.2px !important; }
.ls--0-1 { letter-spacing: -0.1px !important; }
.ls-0-1  { letter-spacing: 0.1px !important;  }
.ls-0-2  { letter-spacing: 0.2px !important;  }
.ls-0-3  { letter-spacing: 0.3px !important;  }
.ls-0-4  { letter-spacing: 0.4px !important;  }
.ls-0-5  { letter-spacing: 0.5px !important;  }
.ls-0-6  { letter-spacing: 0.6px !important;  }
.ls-0-7  { letter-spacing: 0.7px !important;  }
.ls-0-8  { letter-spacing: 0.8px !important;  }
.ls-0-9  { letter-spacing: 0.9px !important;  }
.ls-1    { letter-spacing: 1px !important;    }
.ls-1-1  { letter-spacing: 1.1px !important;  }
.ls-1-2  { letter-spacing: 1.2px !important;  }
.ls-1-3  { letter-spacing: 1.3px !important;  }
.ls-1-4  { letter-spacing: 1.4px !important;  }
.ls-1-5  { letter-spacing: 1.5px !important;  }
.ls-1-6  { letter-spacing: 1.6px !important;  }
.ls-1-7  { letter-spacing: 1.7px !important;  }
.ls-1-8  { letter-spacing: 1.8px !important;  }
.ls-1-9  { letter-spacing: 1.9px !important;  }
.ls-2    { letter-spacing: 2px !important;    }
.ls-3    { letter-spacing: 3px !important;    }
.ls-4    { letter-spacing: 4px !important;    }
.ls-5    { letter-spacing: 5px !important;    }

.w-10 { width: 10% !important; }
.w-20 { width: 20% !important; }
.w-25 { width: 25% !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-75 { width: 75% !important; }
.w-80 { width: 80% !important; }
.w-90 { width: 90% !important; }
.w-95 { width: 95% !important; }
.w-96 { width: 96% !important; }
.w-97 { width: 97% !important; }
.w-98 { width: 98% !important; }
.w-99 { width: 99% !important; }
.w-100 { width: 100% !important; }



.w-auto { width: auto !important; }
.w-1px { width: 1px !important; }
.w-2px { width: 2px !important; }
.w-3px { width: 3px !important; }
.w-4px { width: 4px !important; }
.w-5px { width: 5px !important; }
.w-6px { width: 6px !important; }
.w-7px { width: 7px !important; }
.w-8px { width: 8px !important; }
.w-9px { width: 9px !important; }
.w-10px { width: 10px !important; }
.w-15px { width: 15px !important; }
.w-16px { width: 16px !important; }
.w-17px { width: 17px !important; }
.w-18px { width: 18px !important; }
.w-19px { width: 19px !important; }
.w-20px { width: 20px !important; }
.w-25px { width: 25px !important; }
.w-30px { width: 30px !important; }
.w-35px { width: 35px !important; }
.w-40px { width: 40px !important; }
.w-45px { width: 45px !important; }
.w-50px { width: 50px !important; }
.w-55px { width: 55px !important; }
.w-60px { width: 60px !important; }
.w-65px { width: 65px !important; }
.w-70px { width: 70px !important; }
.w-75px { width: 75px !important; }
.w-80px { width: 80px !important; }
.w-85px { width: 85px !important; }
.w-90px { width: 90px !important; }
.w-95px { width: 95px !important; }
.w-100px { width: 100px !important; }
.w-125px { width: 125px !important; }
.w-130px { width: 130px !important; }
.w-140px { width: 140px !important; }
.w-150px { width: 150px !important; }
.w-175px { width: 175px !important; }
.w-200px { width: 200px !important; }
.w-225px { width: 225px !important; }
.w-250px { width: 250px !important; }
.w-275px { width: 275px !important; }
.w-300px { width: 300px !important; }
.w-325px { width: 325px !important; }
.w-350px { width: 350px !important; }
.w-375px { width: 375px !important; }
.w-400px { width: 400px !important; }
.w-425px { width: 425px !important; }
.w-450px { width: 450px !important; }
.w-475px { width: 475px !important; }
.w-500px { width: 500px !important; }
.w-550px { width: 550px !important; }
.w-600px { width: 600px !important; }
.w-650px { width: 650px !important; }
.w-700px { width: 700px !important; }
.w-750px { width: 750px !important; }
.w-800px { width: 800px !important; }
.w-850px { width: 850px !important; }
.w-900px { width: 900px !important; }
.w-950px { width: 950px !important; }
.w-1000px { width: 1000px !important; }
.w-1100px { width: 1100px !important; }
.w-1200px { width: 1200px !important; }
.w-1300px { width: 1300px !important; }
.w-1400px { width: 1400px !important; }

.min-w-25 { min-width: 25% !important; }
.min-w-30 { min-width: 30% !important; }
.min-w-35 { min-width: 35% !important; }
.min-w-40 { min-width: 40% !important; }
.min-w-50 { min-width: 50% !important; }
.min-w-75 { min-width: 75% !important; }
.min-w-100 { min-width: 100% !important; }

.mw-25 { max-width: 25% !important; }
.mw-30 { max-width: 30% !important; }
.mw-35 { max-width: 35% !important; }
.mw-40 { max-width: 40% !important; }
.mw-45 { max-width: 45% !important; }
.mw-50 { max-width: 50% !important; }
.mw-75 { max-width: 75% !important; }
.mw-85 { max-width: 85% !important; }
.mw-90 { max-width: 90% !important; }
.mw-95 { max-width: 95% !important; }
.mw-100 { max-width: 100% !important; }
.mw-auto { max-width: auto !important; }
.mw-1px { max-width: 1px !important; }
.mw-2px { max-width: 2px !important; }
.mw-3px { max-width: 3px !important; }
.mw-4px { max-width: 4px !important; }
.mw-5px { max-width: 5px !important; }
.mw-6px { max-width: 6px !important; }
.mw-7px { max-width: 7px !important; }
.mw-8px { max-width: 8px !important; }
.mw-9px { max-width: 9px !important; }
.mw-10px { max-width: 10px !important; }
.mw-15px { max-width: 15px !important; }
.mw-20px { max-width: 20px !important; }
.mw-25px { max-width: 25px !important; }
.mw-30px { max-width: 30px !important; }
.mw-35px { max-width: 35px !important; }
.mw-40px { max-width: 40px !important; }
.mw-45px { max-width: 45px !important; }
.mw-50px { max-width: 50px !important; }
.mw-55px { max-width: 55px !important; }
.mw-60px { max-width: 60px !important; }
.mw-65px { max-width: 65px !important; }
.mw-70px { max-width: 70px !important; }
.mw-75px { max-width: 75px !important; }
.mw-80px { max-width: 80px !important; }
.mw-85px { max-width: 85px !important; }
.mw-90px { max-width: 90px !important; }
.mw-95px { max-width: 95px !important; }
.mw-100px { max-width: 100px !important; }
.mw-125px { max-width: 125px !important; }
.mw-150px { max-width: 150px !important; }
.mw-175px { max-width: 175px !important; }
.mw-200px { max-width: 200px !important; }
.mw-225px { max-width: 225px !important; }
.mw-250px { max-width: 250px !important; }
.mw-275px { max-width: 275px !important; }
.mw-300px { max-width: 300px !important; }
.mw-325px { max-width: 325px !important; }
.mw-350px { max-width: 350px !important; }
.mw-375px { max-width: 375px !important; }
.mw-400px { max-width: 400px !important; }
.mw-425px { max-width: 425px !important; }
.mw-450px { max-width: 450px !important; }
.mw-475px { max-width: 475px !important; }
.mw-500px { max-width: 500px !important; }
.mw-550px { max-width: 550px !important; }
.mw-600px { max-width: 600px !important; }
.mw-650px { max-width: 650px !important; }
.mw-700px { max-width: 700px !important; }
.mw-750px { max-width: 750px !important; }
.mw-800px { max-width: 800px !important; }
.mw-850px { max-width: 850px !important; }
.mw-900px { max-width: 900px !important; }
.mw-950px { max-width: 950px !important; }
.mw-1000px { max-width: 1000px !important; }
.mw-1100px { max-width: 1100px !important; }
.mw-1200px { max-width: 1200px !important; }
.mw-1300px { max-width: 1300px !important; }
.mw-1400px { max-width: 1400px !important; }

.h-25 { height: 25% !important; }
.h-50 { height: 50% !important; }
.h-75 { height: 75% !important; }
.h-100 { height: 100% !important; }
.h-auto { height: auto !important; }
.h-1px { height: 1px !important; }
.h-2px { height: 2px !important; }
.h-3px { height: 3px !important; }
.h-4px { height: 4px !important; }
.h-5px { height: 5px !important; }
.h-6px { height: 6px !important; }
.h-7px { height: 7px !important; }
.h-8px { height: 8px !important; }
.h-9px { height: 9px !important; }
.h-10px { height: 10px !important; }
.h-15px { height: 15px !important; }
.h-16px { height: 16px !important; }
.h-17px { height: 17px !important; }
.h-18px { height: 18px !important; }
.h-19px { height: 19px !important; }
.h-20px { height: 20px !important; }
.h-25px { height: 25px !important; }
.h-30px { height: 30px !important; }
.h-35px { height: 35px !important; }
.h-40px { height: 40px !important; }
.h-45px { height: 45px !important; }
.h-50px { height: 50px !important; }
.h-55px { height: 55px !important; }
.h-60px { height: 60px !important; }
.h-65px { height: 65px !important; }
.h-70px { height: 70px !important; }
.h-75px { height: 75px !important; }
.h-80px { height: 80px !important; }
.h-85px { height: 85px !important; }
.h-90px { height: 90px !important; }
.h-95px { height: 95px !important; }
.h-100px { height: 100px !important; }
.h-125px { height: 125px !important; }
.h-150px { height: 150px !important; }
.h-175px { height: 175px !important; }
.h-200px { height: 200px !important; }
.h-225px { height: 225px !important; }
.h-250px { height: 250px !important; }
.h-275px { height: 275px !important; }
.h-300px { height: 300px !important; }
.h-325px { height: 325px !important; }
.h-350px { height: 350px !important; }
.h-375px { height: 375px !important; }
.h-400px { height: 400px !important; }
.h-425px { height: 425px !important; }
.h-450px { height: 450px !important; }
.h-475px { height: 475px !important; }
.h-500px { height: 500px !important; }
.h-550px { height: 550px !important; }
.h-600px { height: 600px !important; }
.h-650px { height: 650px !important; }
.h-700px { height: 700px !important; }
.h-750px { height: 750px !important; }
.h-800px { height: 800px !important; }
.h-850px { height: 850px !important; }
.h-900px { height: 900px !important; }
.h-950px { height: 950px !important; }
.h-1000px { height: 1000px !important; }
.h-1100px { height: 1100px !important; }
.h-1200px { height: 1200px !important; }
.h-1300px { height: 1300px !important; }
.h-1400px { height: 1400px !important; }

.mh-25 { max-height: 25% !important; }
.mh-50 { max-height: 50% !important; }
.mh-75 { max-height: 75% !important; }
.mh-100 { max-height: 100% !important; }
.mh-auto { max-height: auto !important; }
.mh-1px { max-height: 1px !important; }
.mh-2px { max-height: 2px !important; }
.mh-3px { max-height: 3px !important; }
.mh-4px { max-height: 4px !important; }
.mh-5px { max-height: 5px !important; }
.mh-6px { max-height: 6px !important; }
.mh-7px { max-height: 7px !important; }
.mh-8px { max-height: 8px !important; }
.mh-9px { max-height: 9px !important; }
.mh-10px { max-height: 10px !important; }
.mh-15px { max-height: 15px !important; }
.mh-20px { max-height: 20px !important; }
.mh-25px { max-height: 25px !important; }
.mh-30px { max-height: 30px !important; }
.mh-35px { max-height: 35px !important; }
.mh-40px { max-height: 40px !important; }
.mh-45px { max-height: 45px !important; }
.mh-50px { max-height: 50px !important; }
.mh-55px { max-height: 55px !important; }
.mh-60px { max-height: 60px !important; }
.mh-65px { max-height: 65px !important; }
.mh-70px { max-height: 70px !important; }
.mh-75px { max-height: 75px !important; }
.mh-80px { max-height: 80px !important; }
.mh-85px { max-height: 85px !important; }
.mh-90px { max-height: 90px !important; }
.mh-95px { max-height: 95px !important; }
.mh-100px { max-height: 100px !important; }
.mh-125px { max-height: 125px !important; }
.mh-150px { max-height: 150px !important; }
.mh-175px { max-height: 175px !important; }
.mh-200px { max-height: 200px !important; }
.mh-225px { max-height: 225px !important; }
.mh-250px { max-height: 250px !important; }
.mh-275px { max-height: 275px !important; }
.mh-300px { max-height: 300px !important; }
.mh-325px { max-height: 325px !important; }
.mh-350px { max-height: 350px !important; }
.mh-375px { max-height: 375px !important; }
.mh-400px { max-height: 400px !important; }
.mh-425px { max-height: 425px !important; }
.mh-450px { max-height: 450px !important; }
.mh-475px { max-height: 475px !important; }
.mh-500px { max-height: 500px !important; }
.mh-550px { max-height: 550px !important; }
.mh-600px { max-height: 600px !important; }
.mh-650px { max-height: 650px !important; }
.mh-700px { max-height: 700px !important; }
.mh-750px { max-height: 750px !important; }
.mh-800px { max-height: 800px !important; }
.mh-850px { max-height: 850px !important; }
.mh-900px { max-height: 900px !important; }
.mh-950px { max-height: 950px !important; }
.mh-1000px { max-height: 1000px !important; }
.mh-1100px { max-height: 1100px !important; }
.mh-1200px { max-height: 1200px !important; }
.mh-1300px { max-height: 1300px !important; }
.mh-1400px { max-height: 1400px !important; }

.mt-1px { margin-top: 1px !important; }
.mt-2px { margin-top: 2px !important; }
.mt-3px { margin-top: 3px !important; }
.mt-4px { margin-top: 4px !important; }
.mt-5px { margin-top: 5px !important; }
.mt-6px { margin-top: 6px !important; }
.mt-7px { margin-top: 7px !important; }
.mt-8px { margin-top: 8px !important; }
.mt-9px { margin-top: 9px !important; }
.mt-10px { margin-top: 10px !important; }
.mt-11px { margin-top: 11px !important; }
.mt-12px { margin-top: 12px !important; }
.mt-13px { margin-top: 13px !important; }
.mt-14px { margin-top: 14px !important; }
.mt-15px { margin-top: 15px !important; }
.mt-16px { margin-top: 16px !important; }
.mt-17px { margin-top: 17px !important; }
.mt-18px { margin-top: 18px !important; }
.mt-19px { margin-top: 19px !important; }
.mt-20px { margin-top: 20px !important; }
.mt-21px { margin-top: 21px !important; }
.mt-22px { margin-top: 22px !important; }
.mt-23px { margin-top: 23px !important; }
.mt-24px { margin-top: 24px !important; }
.mt-25px { margin-top: 25px !important; }
.mt-26px { margin-top: 26px !important; }
.mt-27px { margin-top: 27px !important; }
.mt-28px { margin-top: 28px !important; }
.mt-29px { margin-top: 29px !important; }
.mt-30px { margin-top: 30px !important; }
.mt-35px { margin-top: 35px !important; }
.mt-40px { margin-top: 40px !important; }
.mt-50px { margin-top: 50px !important; }
.mt-55px { margin-top: 55px !important; }
.mt-60px { margin-top: 60px !important; }
.mt-65px { margin-top: 65px !important; }
.mt-70px { margin-top: 70px !important; }
.mt-75px { margin-top: 75px !important; }
.mt-80px { margin-top: 80px !important; }
.mt-85px { margin-top: 85px !important; }
.mt-90px { margin-top: 90px !important; }
.mt-95px { margin-top: 95px !important; }
.mt-100px { margin-top: 100px !important; }
.mt-110px { margin-top: 110px !important; }
.mt-120px { margin-top: 120px !important; }
.mt-130px { margin-top: 130px !important; }
.mt-140px { margin-top: 140px !important; }
.mt-150px { margin-top: 150px !important; }
.mt-160px { margin-top: 160px !important; }
.mt-170px { margin-top: 170px !important; }
.mt-180px { margin-top: 180px !important; }
.mt-190px { margin-top: 190px !important; }
.mt-200px { margin-top: 200px !important; }
.mt-225px { margin-top: 225px !important; }
.mt-250px { margin-top: 250px !important; }
.mt-275px { margin-top: 275px !important; }
.mt-300px { margin-top: 300px !important; }
.mt-325px { margin-top: 325px !important; }
.mt-350px { margin-top: 350px !important; }
.mt-375px { margin-top: 375px !important; }
.mt-400px { margin-top: 400px !important; }

.mr-1px { margin-right: 1px !important; }
.mr-2px { margin-right: 2px !important; }
.mr-3px { margin-right: 3px !important; }
.mr-4px { margin-right: 4px !important; }
.mr-5px { margin-right: 5px !important; }
.mr-6px { margin-right: 6px !important; }
.mr-7px { margin-right: 7px !important; }
.mr-8px { margin-right: 8px !important; }
.mr-9px { margin-right: 9px !important; }
.mr-10px { margin-right: 10px !important; }
.mr-11px { margin-right: 11px !important; }
.mr-12px { margin-right: 12px !important; }
.mr-13px { margin-right: 13px !important; }
.mr-14px { margin-right: 14px !important; }
.mr-15px { margin-right: 15px !important; }
.mr-16px { margin-right: 16px !important; }
.mr-17px { margin-right: 17px !important; }
.mr-18px { margin-right: 18px !important; }
.mr-19px { margin-right: 19px !important; }
.mr-20px { margin-right: 20px !important; }
.mr-21px { margin-right: 21px !important; }
.mr-22px { margin-right: 22px !important; }
.mr-23px { margin-right: 23px !important; }
.mr-24px { margin-right: 24px !important; }
.mr-25px { margin-right: 25px !important; }
.mr-26px { margin-right: 26px !important; }
.mr-27px { margin-right: 27px !important; }
.mr-28px { margin-right: 28px !important; }
.mr-29px { margin-right: 29px !important; }
.mr-30px { margin-right: 30px !important; }
.mr-35px { margin-right: 35px !important; }
.mr-40px { margin-right: 40px !important; }
.mr-50px { margin-right: 50px !important; }
.mr-55px { margin-right: 55px !important; }
.mr-60px { margin-right: 60px !important; }
.mr-65px { margin-right: 65px !important; }
.mr-70px { margin-right: 70px !important; }
.mr-75px { margin-right: 75px !important; }
.mr-80px { margin-right: 80px !important; }
.mr-85px { margin-right: 85px !important; }
.mr-90px { margin-right: 90px !important; }
.mr-95px { margin-right: 95px !important; }
.mr-100px { margin-right: 100px !important; }
.mr-110px { margin-right: 110px !important; }
.mr-120px { margin-right: 120px !important; }
.mr-130px { margin-right: 130px !important; }
.mr-140px { margin-right: 140px !important; }
.mr-150px { margin-right: 150px !important; }
.mr-160px { margin-right: 160px !important; }
.mr-170px { margin-right: 170px !important; }
.mr-180px { margin-right: 180px !important; }
.mr-190px { margin-right: 190px !important; }
.mr-200px { margin-right: 200px !important; }
.mr-225px { margin-right: 225px !important; }
.mr-250px { margin-right: 250px !important; }
.mr-275px { margin-right: 275px !important; }
.mr-300px { margin-right: 300px !important; }
.mr-325px { margin-right: 325px !important; }
.mr-350px { margin-right: 350px !important; }
.mr-375px { margin-right: 375px !important; }
.mr-400px { margin-right: 400px !important; }

.mb-1px { margin-bottom: 1px !important; }
.mb-2px { margin-bottom: 2px !important; }
.mb-3px { margin-bottom: 3px !important; }
.mb-4px { margin-bottom: 4px !important; }
.mb-5px { margin-bottom: 5px !important; }
.mb-6px { margin-bottom: 6px !important; }
.mb-7px { margin-bottom: 7px !important; }
.mb-8px { margin-bottom: 8px !important; }
.mb-9px { margin-bottom: 9px !important; }
.mb-10px { margin-bottom: 10px !important; }
.mb-11px { margin-bottom: 11px !important; }
.mb-12px { margin-bottom: 12px !important; }
.mb-13px { margin-bottom: 13px !important; }
.mb-14px { margin-bottom: 14px !important; }
.mb-15px { margin-bottom: 15px !important; }
.mb-16px { margin-bottom: 16px !important; }
.mb-17px { margin-bottom: 17px !important; }
.mb-18px { margin-bottom: 18px !important; }
.mb-19px { margin-bottom: 19px !important; }
.mb-20px { margin-bottom: 20px !important; }
.mb-21px { margin-bottom: 21px !important; }
.mb-22px { margin-bottom: 22px !important; }
.mb-23px { margin-bottom: 23px !important; }
.mb-24px { margin-bottom: 24px !important; }
.mb-25px { margin-bottom: 25px !important; }
.mb-26px { margin-bottom: 26px !important; }
.mb-27px { margin-bottom: 27px !important; }
.mb-28px { margin-bottom: 28px !important; }
.mb-29px { margin-bottom: 29px !important; }
.mb-30px { margin-bottom: 30px !important; }
.mb-35px { margin-bottom: 35px !important; }
.mb-40px { margin-bottom: 40px !important; }
.mb-50px { margin-bottom: 50px !important; }
.mb-55px { margin-bottom: 55px !important; }
.mb-60px { margin-bottom: 60px !important; }
.mb-65px { margin-bottom: 65px !important; }
.mb-70px { margin-bottom: 70px !important; }
.mb-75px { margin-bottom: 75px !important; }
.mb-80px { margin-bottom: 80px !important; }
.mb-85px { margin-bottom: 85px !important; }
.mb-90px { margin-bottom: 90px !important; }
.mb-95px { margin-bottom: 95px !important; }
.mb-100px { margin-bottom: 100px !important; }
.mb-110px { margin-bottom: 110px !important; }
.mb-120px { margin-bottom: 120px !important; }
.mb-130px { margin-bottom: 130px !important; }
.mb-140px { margin-bottom: 140px !important; }
.mb-150px { margin-bottom: 150px !important; }
.mb-160px { margin-bottom: 160px !important; }
.mb-170px { margin-bottom: 170px !important; }
.mb-180px { margin-bottom: 180px !important; }
.mb-190px { margin-bottom: 190px !important; }
.mb-200px { margin-bottom: 200px !important; }
.mb-225px { margin-bottom: 225px !important; }
.mb-250px { margin-bottom: 250px !important; }
.mb-275px { margin-bottom: 275px !important; }
.mb-300px { margin-bottom: 300px !important; }
.mb-325px { margin-bottom: 325px !important; }
.mb-350px { margin-bottom: 350px !important; }
.mb-375px { margin-bottom: 375px !important; }
.mb-400px { margin-bottom: 400px !important; }

.ml-1px { margin-left: 1px !important; }
.ml-2px { margin-left: 2px !important; }
.ml-3px { margin-left: 3px !important; }
.ml-4px { margin-left: 4px !important; }
.ml-5px { margin-left: 5px !important; }
.ml-6px { margin-left: 6px !important; }
.ml-7px { margin-left: 7px !important; }
.ml-8px { margin-left: 8px !important; }
.ml-9px { margin-left: 9px !important; }
.ml-10px { margin-left: 10px !important; }
.ml-11px { margin-left: 11px !important; }
.ml-12px { margin-left: 12px !important; }
.ml-13px { margin-left: 13px !important; }
.ml-14px { margin-left: 14px !important; }
.ml-15px { margin-left: 15px !important; }
.ml-16px { margin-left: 16px !important; }
.ml-17px { margin-left: 17px !important; }
.ml-18px { margin-left: 18px !important; }
.ml-19px { margin-left: 19px !important; }
.ml-20px { margin-left: 20px !important; }
.ml-21px { margin-left: 21px !important; }
.ml-22px { margin-left: 22px !important; }
.ml-23px { margin-left: 23px !important; }
.ml-24px { margin-left: 24px !important; }
.ml-25px { margin-left: 25px !important; }
.ml-26px { margin-left: 26px !important; }
.ml-27px { margin-left: 27px !important; }
.ml-28px { margin-left: 28px !important; }
.ml-29px { margin-left: 29px !important; }
.ml-30px { margin-left: 30px !important; }
.ml-35px { margin-left: 35px !important; }
.ml-40px { margin-left: 40px !important; }
.ml-50px { margin-left: 50px !important; }
.ml-55px { margin-left: 55px !important; }
.ml-60px { margin-left: 60px !important; }
.ml-65px { margin-left: 65px !important; }
.ml-70px { margin-left: 70px !important; }
.ml-75px { margin-left: 75px !important; }
.ml-80px { margin-left: 80px !important; }
.ml-85px { margin-left: 85px !important; }
.ml-90px { margin-left: 90px !important; }
.ml-95px { margin-left: 95px !important; }
.ml-100px { margin-left: 100px !important; }
.ml-110px { margin-left: 110px !important; }
.ml-120px { margin-left: 120px !important; }
.ml-130px { margin-left: 130px !important; }
.ml-140px { margin-left: 140px !important; }
.ml-150px { margin-left: 150px !important; }
.ml-160px { margin-left: 160px !important; }
.ml-170px { margin-left: 170px !important; }
.ml-180px { margin-left: 180px !important; }
.ml-190px { margin-left: 190px !important; }
.ml-200px { margin-left: 200px !important; }
.ml-225px { margin-left: 225px !important; }
.ml-250px { margin-left: 250px !important; }
.ml-275px { margin-left: 275px !important; }
.ml-300px { margin-left: 300px !important; }
.ml-325px { margin-left: 325px !important; }
.ml-350px { margin-left: 350px !important; }
.ml-375px { margin-left: 375px !important; }
.ml-400px { margin-left: 400px !important; }

.pt-0px { padding-top: 0 !important; }
.pt-1px { padding-top: 1px !important; }
.pt-2px { padding-top: 2px !important; }
.pt-3px { padding-top: 3px !important; }
.pt-4px { padding-top: 4px !important; }
.pt-5px { padding-top: 5px !important; }
.pt-6px { padding-top: 6px !important; }
.pt-7px { padding-top: 7px !important; }
.pt-8px { padding-top: 8px !important; }
.pt-9px { padding-top: 9px !important; }
.pt-10px { padding-top: 10px !important; }
.pt-11px { padding-top: 11px !important; }
.pt-12px { padding-top: 12px !important; }
.pt-13px { padding-top: 13px !important; }
.pt-14px { padding-top: 14px !important; }
.pt-15px { padding-top: 15px !important; }
.pt-16px { padding-top: 16px !important; }
.pt-17px { padding-top: 17px !important; }
.pt-18px { padding-top: 18px !important; }
.pt-19px { padding-top: 19px !important; }
.pt-20px { padding-top: 20px !important; }
.pt-21px { padding-top: 21px !important; }
.pt-22px { padding-top: 22px !important; }
.pt-23px { padding-top: 23px !important; }
.pt-24px { padding-top: 24px !important; }
.pt-25px { padding-top: 25px !important; }
.pt-26px { padding-top: 26px !important; }
.pt-27px { padding-top: 27px !important; }
.pt-28px { padding-top: 28px !important; }
.pt-29px { padding-top: 29px !important; }
.pt-30px { padding-top: 30px !important; }
.pt-35px { padding-top: 35px !important; }
.pt-40px { padding-top: 40px !important; }
.pt-50px { padding-top: 50px !important; }
.pt-55px { padding-top: 55px !important; }
.pt-60px { padding-top: 60px !important; }
.pt-65px { padding-top: 65px !important; }
.pt-70px { padding-top: 70px !important; }
.pt-75px { padding-top: 75px !important; }
.pt-80px { padding-top: 80px !important; }
.pt-85px { padding-top: 85px !important; }
.pt-90px { padding-top: 90px !important; }
.pt-95px { padding-top: 95px !important; }
.pt-100px { padding-top: 100px !important; }
.pt-110px { padding-top: 110px !important; }
.pt-120px { padding-top: 120px !important; }
.pt-130px { padding-top: 130px !important; }
.pt-140px { padding-top: 140px !important; }
.pt-150px { padding-top: 150px !important; }
.pt-160px { padding-top: 160px !important; }
.pt-170px { padding-top: 170px !important; }
.pt-180px { padding-top: 180px !important; }
.pt-190px { padding-top: 190px !important; }
.pt-200px { padding-top: 200px !important; }
.pt-225px { padding-top: 225px !important; }
.pt-250px { padding-top: 250px !important; }
.pt-275px { padding-top: 275px !important; }
.pt-300px { padding-top: 300px !important; }
.pt-325px { padding-top: 325px !important; }
.pt-350px { padding-top: 350px !important; }
.pt-375px { padding-top: 375px !important; }
.pt-400px { padding-top: 400px !important; }

.pr-0px { padding-right: 0 !important; }
.pr-1px { padding-right: 1px !important; }
.pr-2px { padding-right: 2px !important; }
.pr-3px { padding-right: 3px !important; }
.pr-4px { padding-right: 4px !important; }
.pr-5px { padding-right: 5px !important; }
.pr-6px { padding-right: 6px !important; }
.pr-7px { padding-right: 7px !important; }
.pr-8px { padding-right: 8px !important; }
.pr-9px { padding-right: 9px !important; }
.pr-10px { padding-right: 10px !important; }
.pr-11px { padding-right: 11px !important; }
.pr-12px { padding-right: 12px !important; }
.pr-13px { padding-right: 13px !important; }
.pr-14px { padding-right: 14px !important; }
.pr-15px { padding-right: 15px !important; }
.pr-16px { padding-right: 16px !important; }
.pr-17px { padding-right: 17px !important; }
.pr-18px { padding-right: 18px !important; }
.pr-19px { padding-right: 19px !important; }
.pr-20px { padding-right: 20px !important; }
.pr-21px { padding-right: 21px !important; }
.pr-22px { padding-right: 22px !important; }
.pr-23px { padding-right: 23px !important; }
.pr-24px { padding-right: 24px !important; }
.pr-25px { padding-right: 25px !important; }
.pr-26px { padding-right: 26px !important; }
.pr-27px { padding-right: 27px !important; }
.pr-28px { padding-right: 28px !important; }
.pr-29px { padding-right: 29px !important; }
.pr-30px { padding-right: 30px !important; }
.pr-35px { padding-right: 35px !important; }
.pr-40px { padding-right: 40px !important; }
.pr-50px { padding-right: 50px !important; }
.pr-55px { padding-right: 55px !important; }
.pr-60px { padding-right: 60px !important; }
.pr-65px { padding-right: 65px !important; }
.pr-70px { padding-right: 70px !important; }
.pr-75px { padding-right: 75px !important; }
.pr-80px { padding-right: 80px !important; }
.pr-85px { padding-right: 85px !important; }
.pr-90px { padding-right: 90px !important; }
.pr-95px { padding-right: 95px !important; }
.pr-100px { padding-right: 100px !important; }
.pr-110px { padding-right: 110px !important; }
.pr-120px { padding-right: 120px !important; }
.pr-130px { padding-right: 130px !important; }
.pr-140px { padding-right: 140px !important; }
.pr-150px { padding-right: 150px !important; }
.pr-160px { padding-right: 160px !important; }
.pr-170px { padding-right: 170px !important; }
.pr-180px { padding-right: 180px !important; }
.pr-190px { padding-right: 190px !important; }
.pr-200px { padding-right: 200px !important; }
.pr-225px { padding-right: 225px !important; }
.pr-250px { padding-right: 250px !important; }
.pr-275px { padding-right: 275px !important; }
.pr-300px { padding-right: 300px !important; }
.pr-325px { padding-right: 325px !important; }
.pr-350px { padding-right: 350px !important; }
.pr-375px { padding-right: 375px !important; }
.pr-400px { padding-right: 400px !important; }

.pb-0px { padding-bottom: 0 !important; }
.pb-1px { padding-bottom: 1px !important; }
.pb-2px { padding-bottom: 2px !important; }
.pb-3px { padding-bottom: 3px !important; }
.pb-4px { padding-bottom: 4px !important; }
.pb-5px { padding-bottom: 5px !important; }
.pb-6px { padding-bottom: 6px !important; }
.pb-7px { padding-bottom: 7px !important; }
.pb-8px { padding-bottom: 8px !important; }
.pb-9px { padding-bottom: 9px !important; }
.pb-10px { padding-bottom: 10px !important; }
.pb-11px { padding-bottom: 11px !important; }
.pb-12px { padding-bottom: 12px !important; }
.pb-13px { padding-bottom: 13px !important; }
.pb-14px { padding-bottom: 14px !important; }
.pb-15px { padding-bottom: 15px !important; }
.pb-16px { padding-bottom: 16px !important; }
.pb-17px { padding-bottom: 17px !important; }
.pb-18px { padding-bottom: 18px !important; }
.pb-19px { padding-bottom: 19px !important; }
.pb-20px { padding-bottom: 20px !important; }
.pb-21px { padding-bottom: 21px !important; }
.pb-22px { padding-bottom: 22px !important; }
.pb-23px { padding-bottom: 23px !important; }
.pb-24px { padding-bottom: 24px !important; }
.pb-25px { padding-bottom: 25px !important; }
.pb-26px { padding-bottom: 26px !important; }
.pb-27px { padding-bottom: 27px !important; }
.pb-28px { padding-bottom: 28px !important; }
.pb-29px { padding-bottom: 29px !important; }
.pb-30px { padding-bottom: 30px !important; }
.pb-35px { padding-bottom: 35px !important; }
.pb-40px { padding-bottom: 40px !important; }
.pb-50px { padding-bottom: 50px !important; }
.pb-55px { padding-bottom: 55px !important; }
.pb-60px { padding-bottom: 60px !important; }
.pb-65px { padding-bottom: 65px !important; }
.pb-70px { padding-bottom: 70px !important; }
.pb-75px { padding-bottom: 75px !important; }
.pb-80px { padding-bottom: 80px !important; }
.pb-85px { padding-bottom: 85px !important; }
.pb-90px { padding-bottom: 90px !important; }
.pb-95px { padding-bottom: 95px !important; }
.pb-100px { padding-bottom: 100px !important; }
.pb-110px { padding-bottom: 110px !important; }
.pb-120px { padding-bottom: 120px !important; }
.pb-130px { padding-bottom: 130px !important; }
.pb-140px { padding-bottom: 140px !important; }
.pb-150px { padding-bottom: 150px !important; }
.pb-160px { padding-bottom: 160px !important; }
.pb-170px { padding-bottom: 170px !important; }
.pb-180px { padding-bottom: 180px !important; }
.pb-190px { padding-bottom: 190px !important; }
.pb-200px { padding-bottom: 200px !important; }
.pb-225px { padding-bottom: 225px !important; }
.pb-250px { padding-bottom: 250px !important; }
.pb-275px { padding-bottom: 275px !important; }
.pb-300px { padding-bottom: 300px !important; }
.pb-325px { padding-bottom: 325px !important; }
.pb-350px { padding-bottom: 350px !important; }
.pb-375px { padding-bottom: 375px !important; }
.pb-400px { padding-bottom: 400px !important; }

.pl-0px { padding-left: 0 !important; }
.pl-1px { padding-left: 1px !important; }
.pl-2px { padding-left: 2px !important; }
.pl-3px { padding-left: 3px !important; }
.pl-4px { padding-left: 4px !important; }
.pl-5px { padding-left: 5px !important; }
.pl-6px { padding-left: 6px !important; }
.pl-7px { padding-left: 7px !important; }
.pl-8px { padding-left: 8px !important; }
.pl-9px { padding-left: 9px !important; }
.pl-10px { padding-left: 10px !important; }
.pl-11px { padding-left: 11px !important; }
.pl-12px { padding-left: 12px !important; }
.pl-13px { padding-left: 13px !important; }
.pl-14px { padding-left: 14px !important; }
.pl-15px { padding-left: 15px !important; }
.pl-16px { padding-left: 16px !important; }
.pl-17px { padding-left: 17px !important; }
.pl-18px { padding-left: 18px !important; }
.pl-19px { padding-left: 19px !important; }
.pl-20px { padding-left: 20px !important; }
.pl-21px { padding-left: 21px !important; }
.pl-22px { padding-left: 22px !important; }
.pl-23px { padding-left: 23px !important; }
.pl-24px { padding-left: 24px !important; }
.pl-25px { padding-left: 25px !important; }
.pl-26px { padding-left: 26px !important; }
.pl-27px { padding-left: 27px !important; }
.pl-28px { padding-left: 28px !important; }
.pl-29px { padding-left: 29px !important; }
.pl-30px { padding-left: 30px !important; }
.pl-35px { padding-left: 35px !important; }
.pl-40px { padding-left: 40px !important; }
.pl-50px { padding-left: 50px !important; }
.pl-55px { padding-left: 55px !important; }
.pl-60px { padding-left: 60px !important; }
.pl-65px { padding-left: 65px !important; }
.pl-70px { padding-left: 70px !important; }
.pl-75px { padding-left: 75px !important; }
.pl-80px { padding-left: 80px !important; }
.pl-85px { padding-left: 85px !important; }
.pl-90px { padding-left: 90px !important; }
.pl-95px { padding-left: 95px !important; }
.pl-100px { padding-left: 100px !important; }
.pl-110px { padding-left: 110px !important; }
.pl-120px { padding-left: 120px !important; }
.pl-130px { padding-left: 130px !important; }
.pl-140px { padding-left: 140px !important; }
.pl-150px { padding-left: 150px !important; }
.pl-160px { padding-left: 160px !important; }
.pl-170px { padding-left: 170px !important; }
.pl-180px { padding-left: 180px !important; }
.pl-190px { padding-left: 190px !important; }
.pl-200px { padding-left: 200px !important; }
.pl-225px { padding-left: 225px !important; }
.pl-250px { padding-left: 250px !important; }
.pl-275px { padding-left: 275px !important; }
.pl-300px { padding-left: 300px !important; }
.pl-325px { padding-left: 325px !important; }
.pl-350px { padding-left: 350px !important; }
.pl-375px { padding-left: 375px !important; }
.pl-400px { padding-left: 400px !important; }

/* XS */
@media (max-width: 575px) {
.text-xs-center { text-align: center !important; }
.d-xs-none{ display: none !important;   }
.fs-xs-8  { font-size: 8px !important;  }
.fs-xs-9  { font-size: 9px !important;  }
.fs-xs-10 { font-size: 10px !important; }
.fs-xs-11 { font-size: 11px !important; }
.fs-xs-12 { font-size: 12px !important; }
.fs-xs-13 { font-size: 13px !important; }
.fs-xs-14 { font-size: 14px !important; }
.fs-xs-15 { font-size: 15px !important; }
.fs-xs-16 { font-size: 16px !important; }
.fs-xs-17 { font-size: 17px !important; }
.fs-xs-18 { font-size: 18px !important; }
.fs-xs-19 { font-size: 19px !important; }
.fs-xs-20 { font-size: 20px !important; }
.fs-xs-22 { font-size: 22px !important; }
.fs-xs-24 { font-size: 24px !important; }
.fs-xs-26 { font-size: 26px !important; }
.fs-xs-28 { font-size: 28px !important; }
.fs-xs-30 { font-size: 30px !important; }
.fs-xs-32 { font-size: 32px !important; }
.fs-xs-34 { font-size: 34px !important; }
.fs-xs-36 { font-size: 36px !important; }
.fs-xs-38 { font-size: 38px !important; }
.fs-xs-40 { font-size: 40px !important; }
.fs-xs-42 { font-size: 42px !important; }
.fs-xs-44 { font-size: 44px !important; }
.fs-xs-46 { font-size: 46px !important; }
.fs-xs-48 { font-size: 48px !important; }
.fs-xs-50 { font-size: 50px !important; }
.fs-xs-55 { font-size: 55px !important; }
.fs-xs-60 { font-size: 60px !important; }
.fs-xs-65 { font-size: 65px !important; }
.fs-xs-70 { font-size: 70px !important; }
.fs-xs-80 { font-size: 80px !important; }
.fs-xs-90 { font-size: 90px !important; }
.fs-xs-100 { font-size: 100px !important; }
.fs-xs-110 { font-size: 110px !important; }
.fs-xs-120 { font-size: 120px !important; }
.fs-xs-130 { font-size: 130px !important; }
.fs-xs-140 { font-size: 140px !important; }
.fs-xs-150 { font-size: 150px !important; }

.fw-xs-100 { font-weight: 100 !important; }
.fw-xs-200 { font-weight: 200 !important; }
.fw-xs-300 { font-weight: 300 !important; }
.fw-xs-400 { font-weight: 400 !important; }
.fw-xs-500 { font-weight: 500 !important; }
.fw-xs-600 { font-weight: 600 !important; }
.fw-xs-700 { font-weight: 700 !important; }
.fw-xs-800 { font-weight: 800 !important; }
.fw-xs-900 { font-weight: 900 !important; }

.mt-xs-1px { margin-top: 1px !important; }
.mt-xs-2px { margin-top: 2px !important; }
.mt-xs-3px { margin-top: 3px !important; }
.mt-xs-4px { margin-top: 4px !important; }
.mt-xs-5px { margin-top: 5px !important; }
.mt-xs-6px { margin-top: 6px !important; }
.mt-xs-7px { margin-top: 7px !important; }
.mt-xs-8px { margin-top: 8px !important; }
.mt-xs-9px { margin-top: 9px !important; }
.mt-xs-10px { margin-top: 10px !important; }
.mt-xs-11px { margin-top: 11px !important; }
.mt-xs-12px { margin-top: 12px !important; }
.mt-xs-13px { margin-top: 13px !important; }
.mt-xs-14px { margin-top: 14px !important; }
.mt-xs-15px { margin-top: 15px !important; }
.mt-xs-16px { margin-top: 16px !important; }
.mt-xs-17px { margin-top: 17px !important; }
.mt-xs-18px { margin-top: 18px !important; }
.mt-xs-19px { margin-top: 19px !important; }
.mt-xs-20px { margin-top: 20px !important; }
.mt-xs-21px { margin-top: 21px !important; }
.mt-xs-22px { margin-top: 22px !important; }
.mt-xs-23px { margin-top: 23px !important; }
.mt-xs-24px { margin-top: 24px !important; }
.mt-xs-25px { margin-top: 25px !important; }
.mt-xs-26px { margin-top: 26px !important; }
.mt-xs-27px { margin-top: 27px !important; }
.mt-xs-28px { margin-top: 28px !important; }
.mt-xs-29px { margin-top: 29px !important; }
.mt-xs-30px { margin-top: 30px !important; }
.mt-xs-35px { margin-top: 35px !important; }
.mt-xs-40px { margin-top: 40px !important; }
.mt-xs-50px { margin-top: 50px !important; }
.mt-xs-55px { margin-top: 55px !important; }
.mt-xs-60px { margin-top: 60px !important; }
.mt-xs-65px { margin-top: 65px !important; }
.mt-xs-70px { margin-top: 70px !important; }
.mt-xs-75px { margin-top: 75px !important; }
.mt-xs-80px { margin-top: 80px !important; }
.mt-xs-85px { margin-top: 85px !important; }
.mt-xs-90px { margin-top: 90px !important; }
.mt-xs-95px { margin-top: 95px !important; }
.mt-xs-100px { margin-top: 100px !important; }
.mt-xs-110px { margin-top: 110px !important; }
.mt-xs-120px { margin-top: 120px !important; }
.mt-xs-130px { margin-top: 130px !important; }
.mt-xs-140px { margin-top: 140px !important; }
.mt-xs-150px { margin-top: 150px !important; }
.mt-xs-160px { margin-top: 160px !important; }
.mt-xs-170px { margin-top: 170px !important; }
.mt-xs-180px { margin-top: 180px !important; }
.mt-xs-190px { margin-top: 190px !important; }
.mt-xs-200px { margin-top: 200px !important; }
.mt-xs-225px { margin-top: 225px !important; }
.mt-xs-250px { margin-top: 250px !important; }
.mt-xs-275px { margin-top: 275px !important; }
.mt-xs-300px { margin-top: 300px !important; }
.mt-xs-325px { margin-top: 325px !important; }
.mt-xs-350px { margin-top: 350px !important; }
.mt-xs-375px { margin-top: 375px !important; }
.mt-xs-400px { margin-top: 400px !important; }

.mr-xs-1px { margin-right: 1px !important; }
.mr-xs-2px { margin-right: 2px !important; }
.mr-xs-3px { margin-right: 3px !important; }
.mr-xs-4px { margin-right: 4px !important; }
.mr-xs-5px { margin-right: 5px !important; }
.mr-xs-6px { margin-right: 6px !important; }
.mr-xs-7px { margin-right: 7px !important; }
.mr-xs-8px { margin-right: 8px !important; }
.mr-xs-9px { margin-right: 9px !important; }
.mr-xs-10px { margin-right: 10px !important; }
.mr-xs-11px { margin-right: 11px !important; }
.mr-xs-12px { margin-right: 12px !important; }
.mr-xs-13px { margin-right: 13px !important; }
.mr-xs-14px { margin-right: 14px !important; }
.mr-xs-15px { margin-right: 15px !important; }
.mr-xs-16px { margin-right: 16px !important; }
.mr-xs-17px { margin-right: 17px !important; }
.mr-xs-18px { margin-right: 18px !important; }
.mr-xs-19px { margin-right: 19px !important; }
.mr-xs-20px { margin-right: 20px !important; }
.mr-xs-21px { margin-right: 21px !important; }
.mr-xs-22px { margin-right: 22px !important; }
.mr-xs-23px { margin-right: 23px !important; }
.mr-xs-24px { margin-right: 24px !important; }
.mr-xs-25px { margin-right: 25px !important; }
.mr-xs-26px { margin-right: 26px !important; }
.mr-xs-27px { margin-right: 27px !important; }
.mr-xs-28px { margin-right: 28px !important; }
.mr-xs-29px { margin-right: 29px !important; }
.mr-xs-30px { margin-right: 30px !important; }
.mr-xs-35px { margin-right: 35px !important; }
.mr-xs-40px { margin-right: 40px !important; }
.mr-xs-50px { margin-right: 50px !important; }
.mr-xs-55px { margin-right: 55px !important; }
.mr-xs-60px { margin-right: 60px !important; }
.mr-xs-65px { margin-right: 65px !important; }
.mr-xs-70px { margin-right: 70px !important; }
.mr-xs-75px { margin-right: 75px !important; }
.mr-xs-80px { margin-right: 80px !important; }
.mr-xs-85px { margin-right: 85px !important; }
.mr-xs-90px { margin-right: 90px !important; }
.mr-xs-95px { margin-right: 95px !important; }
.mr-xs-100px { margin-right: 100px !important; }
.mr-xs-110px { margin-right: 110px !important; }
.mr-xs-120px { margin-right: 120px !important; }
.mr-xs-130px { margin-right: 130px !important; }
.mr-xs-140px { margin-right: 140px !important; }
.mr-xs-150px { margin-right: 150px !important; }
.mr-xs-160px { margin-right: 160px !important; }
.mr-xs-170px { margin-right: 170px !important; }
.mr-xs-180px { margin-right: 180px !important; }
.mr-xs-190px { margin-right: 190px !important; }
.mr-xs-200px { margin-right: 200px !important; }
.mr-xs-225px { margin-right: 225px !important; }
.mr-xs-250px { margin-right: 250px !important; }
.mr-xs-275px { margin-right: 275px !important; }
.mr-xs-300px { margin-right: 300px !important; }
.mr-xs-325px { margin-right: 325px !important; }
.mr-xs-350px { margin-right: 350px !important; }
.mr-xs-375px { margin-right: 375px !important; }
.mr-xs-400px { margin-right: 400px !important; }

.mb-xs-1px { margin-bottom: 1px !important; }
.mb-xs-2px { margin-bottom: 2px !important; }
.mb-xs-3px { margin-bottom: 3px !important; }
.mb-xs-4px { margin-bottom: 4px !important; }
.mb-xs-5px { margin-bottom: 5px !important; }
.mb-xs-6px { margin-bottom: 6px !important; }
.mb-xs-7px { margin-bottom: 7px !important; }
.mb-xs-8px { margin-bottom: 8px !important; }
.mb-xs-9px { margin-bottom: 9px !important; }
.mb-xs-10px { margin-bottom: 10px !important; }
.mb-xs-11px { margin-bottom: 11px !important; }
.mb-xs-12px { margin-bottom: 12px !important; }
.mb-xs-13px { margin-bottom: 13px !important; }
.mb-xs-14px { margin-bottom: 14px !important; }
.mb-xs-15px { margin-bottom: 15px !important; }
.mb-xs-16px { margin-bottom: 16px !important; }
.mb-xs-17px { margin-bottom: 17px !important; }
.mb-xs-18px { margin-bottom: 18px !important; }
.mb-xs-19px { margin-bottom: 19px !important; }
.mb-xs-20px { margin-bottom: 20px !important; }
.mb-xs-21px { margin-bottom: 21px !important; }
.mb-xs-22px { margin-bottom: 22px !important; }
.mb-xs-23px { margin-bottom: 23px !important; }
.mb-xs-24px { margin-bottom: 24px !important; }
.mb-xs-25px { margin-bottom: 25px !important; }
.mb-xs-26px { margin-bottom: 26px !important; }
.mb-xs-27px { margin-bottom: 27px !important; }
.mb-xs-28px { margin-bottom: 28px !important; }
.mb-xs-29px { margin-bottom: 29px !important; }
.mb-xs-30px { margin-bottom: 30px !important; }
.mb-xs-35px { margin-bottom: 35px !important; }
.mb-xs-40px { margin-bottom: 40px !important; }
.mb-xs-50px { margin-bottom: 50px !important; }
.mb-xs-55px { margin-bottom: 55px !important; }
.mb-xs-60px { margin-bottom: 60px !important; }
.mb-xs-65px { margin-bottom: 65px !important; }
.mb-xs-70px { margin-bottom: 70px !important; }
.mb-xs-75px { margin-bottom: 75px !important; }
.mb-xs-80px { margin-bottom: 80px !important; }
.mb-xs-85px { margin-bottom: 85px !important; }
.mb-xs-90px { margin-bottom: 90px !important; }
.mb-xs-95px { margin-bottom: 95px !important; }
.mb-xs-100px { margin-bottom: 100px !important; }
.mb-xs-110px { margin-bottom: 110px !important; }
.mb-xs-120px { margin-bottom: 120px !important; }
.mb-xs-130px { margin-bottom: 130px !important; }
.mb-xs-140px { margin-bottom: 140px !important; }
.mb-xs-150px { margin-bottom: 150px !important; }
.mb-xs-160px { margin-bottom: 160px !important; }
.mb-xs-170px { margin-bottom: 170px !important; }
.mb-xs-180px { margin-bottom: 180px !important; }
.mb-xs-190px { margin-bottom: 190px !important; }
.mb-xs-200px { margin-bottom: 200px !important; }
.mb-xs-225px { margin-bottom: 225px !important; }
.mb-xs-250px { margin-bottom: 250px !important; }
.mb-xs-275px { margin-bottom: 275px !important; }
.mb-xs-300px { margin-bottom: 300px !important; }
.mb-xs-325px { margin-bottom: 325px !important; }
.mb-xs-350px { margin-bottom: 350px !important; }
.mb-xs-375px { margin-bottom: 375px !important; }
.mb-xs-400px { margin-bottom: 400px !important; }

.ml-xs-1px { margin-left: 1px !important; }
.ml-xs-2px { margin-left: 2px !important; }
.ml-xs-3px { margin-left: 3px !important; }
.ml-xs-4px { margin-left: 4px !important; }
.ml-xs-5px { margin-left: 5px !important; }
.ml-xs-6px { margin-left: 6px !important; }
.ml-xs-7px { margin-left: 7px !important; }
.ml-xs-8px { margin-left: 8px !important; }
.ml-xs-9px { margin-left: 9px !important; }
.ml-xs-10px { margin-left: 10px !important; }
.ml-xs-11px { margin-left: 11px !important; }
.ml-xs-12px { margin-left: 12px !important; }
.ml-xs-13px { margin-left: 13px !important; }
.ml-xs-14px { margin-left: 14px !important; }
.ml-xs-15px { margin-left: 15px !important; }
.ml-xs-16px { margin-left: 16px !important; }
.ml-xs-17px { margin-left: 17px !important; }
.ml-xs-18px { margin-left: 18px !important; }
.ml-xs-19px { margin-left: 19px !important; }
.ml-xs-20px { margin-left: 20px !important; }
.ml-xs-21px { margin-left: 21px !important; }
.ml-xs-22px { margin-left: 22px !important; }
.ml-xs-23px { margin-left: 23px !important; }
.ml-xs-24px { margin-left: 24px !important; }
.ml-xs-25px { margin-left: 25px !important; }
.ml-xs-26px { margin-left: 26px !important; }
.ml-xs-27px { margin-left: 27px !important; }
.ml-xs-28px { margin-left: 28px !important; }
.ml-xs-29px { margin-left: 29px !important; }
.ml-xs-30px { margin-left: 30px !important; }
.ml-xs-35px { margin-left: 35px !important; }
.ml-xs-40px { margin-left: 40px !important; }
.ml-xs-50px { margin-left: 50px !important; }
.ml-xs-55px { margin-left: 55px !important; }
.ml-xs-60px { margin-left: 60px !important; }
.ml-xs-65px { margin-left: 65px !important; }
.ml-xs-70px { margin-left: 70px !important; }
.ml-xs-75px { margin-left: 75px !important; }
.ml-xs-80px { margin-left: 80px !important; }
.ml-xs-85px { margin-left: 85px !important; }
.ml-xs-90px { margin-left: 90px !important; }
.ml-xs-95px { margin-left: 95px !important; }
.ml-xs-100px { margin-left: 100px !important; }
.ml-xs-110px { margin-left: 110px !important; }
.ml-xs-120px { margin-left: 120px !important; }
.ml-xs-130px { margin-left: 130px !important; }
.ml-xs-140px { margin-left: 140px !important; }
.ml-xs-150px { margin-left: 150px !important; }
.ml-xs-160px { margin-left: 160px !important; }
.ml-xs-170px { margin-left: 170px !important; }
.ml-xs-180px { margin-left: 180px !important; }
.ml-xs-190px { margin-left: 190px !important; }
.ml-xs-200px { margin-left: 200px !important; }
.ml-xs-225px { margin-left: 225px !important; }
.ml-xs-250px { margin-left: 250px !important; }
.ml-xs-275px { margin-left: 275px !important; }
.ml-xs-300px { margin-left: 300px !important; }
.ml-xs-325px { margin-left: 325px !important; }
.ml-xs-350px { margin-left: 350px !important; }
.ml-xs-375px { margin-left: 375px !important; }
.ml-xs-400px { margin-left: 400px !important; }

.pt-xs-0 { padding-top: 0px !important; }
.pt-xs-1px { padding-top: 1px !important; }
.pt-xs-2px { padding-top: 2px !important; }
.pt-xs-3px { padding-top: 3px !important; }
.pt-xs-4px { padding-top: 4px !important; }
.pt-xs-5px { padding-top: 5px !important; }
.pt-xs-6px { padding-top: 6px !important; }
.pt-xs-7px { padding-top: 7px !important; }
.pt-xs-8px { padding-top: 8px !important; }
.pt-xs-9px { padding-top: 9px !important; }
.pt-xs-10px { padding-top: 10px !important; }
.pt-xs-11px { padding-top: 11px !important; }
.pt-xs-12px { padding-top: 12px !important; }
.pt-xs-13px { padding-top: 13px !important; }
.pt-xs-14px { padding-top: 14px !important; }
.pt-xs-15px { padding-top: 15px !important; }
.pt-xs-16px { padding-top: 16px !important; }
.pt-xs-17px { padding-top: 17px !important; }
.pt-xs-18px { padding-top: 18px !important; }
.pt-xs-19px { padding-top: 19px !important; }
.pt-xs-20px { padding-top: 20px !important; }
.pt-xs-21px { padding-top: 21px !important; }
.pt-xs-22px { padding-top: 22px !important; }
.pt-xs-23px { padding-top: 23px !important; }
.pt-xs-24px { padding-top: 24px !important; }
.pt-xs-25px { padding-top: 25px !important; }
.pt-xs-26px { padding-top: 26px !important; }
.pt-xs-27px { padding-top: 27px !important; }
.pt-xs-28px { padding-top: 28px !important; }
.pt-xs-29px { padding-top: 29px !important; }
.pt-xs-30px { padding-top: 30px !important; }
.pt-xs-35px { padding-top: 35px !important; }
.pt-xs-40px { padding-top: 40px !important; }
.pt-xs-50px { padding-top: 50px !important; }
.pt-xs-55px { padding-top: 55px !important; }
.pt-xs-60px { padding-top: 60px !important; }
.pt-xs-65px { padding-top: 65px !important; }
.pt-xs-70px { padding-top: 70px !important; }
.pt-xs-75px { padding-top: 75px !important; }
.pt-xs-80px { padding-top: 80px !important; }
.pt-xs-85px { padding-top: 85px !important; }
.pt-xs-90px { padding-top: 90px !important; }
.pt-xs-95px { padding-top: 95px !important; }
.pt-xs-100px { padding-top: 100px !important; }
.pt-xs-110px { padding-top: 110px !important; }
.pt-xs-120px { padding-top: 120px !important; }
.pt-xs-130px { padding-top: 130px !important; }
.pt-xs-140px { padding-top: 140px !important; }
.pt-xs-150px { padding-top: 150px !important; }
.pt-xs-160px { padding-top: 160px !important; }
.pt-xs-170px { padding-top: 170px !important; }
.pt-xs-180px { padding-top: 180px !important; }
.pt-xs-190px { padding-top: 190px !important; }
.pt-xs-200px { padding-top: 200px !important; }
.pt-xs-225px { padding-top: 225px !important; }
.pt-xs-250px { padding-top: 250px !important; }
.pt-xs-275px { padding-top: 275px !important; }
.pt-xs-300px { padding-top: 300px !important; }
.pt-xs-325px { padding-top: 325px !important; }
.pt-xs-350px { padding-top: 350px !important; }
.pt-xs-375px { padding-top: 375px !important; }
.pt-xs-400px { padding-top: 400px !important; }

.pr-xs-0 { padding-right: 0px !important; }
.pr-xs-1px { padding-right: 1px !important; }
.pr-xs-2px { padding-right: 2px !important; }
.pr-xs-3px { padding-right: 3px !important; }
.pr-xs-4px { padding-right: 4px !important; }
.pr-xs-5px { padding-right: 5px !important; }
.pr-xs-6px { padding-right: 6px !important; }
.pr-xs-7px { padding-right: 7px !important; }
.pr-xs-8px { padding-right: 8px !important; }
.pr-xs-9px { padding-right: 9px !important; }
.pr-xs-10px { padding-right: 10px !important; }
.pr-xs-11px { padding-right: 11px !important; }
.pr-xs-12px { padding-right: 12px !important; }
.pr-xs-13px { padding-right: 13px !important; }
.pr-xs-14px { padding-right: 14px !important; }
.pr-xs-15px { padding-right: 15px !important; }
.pr-xs-16px { padding-right: 16px !important; }
.pr-xs-17px { padding-right: 17px !important; }
.pr-xs-18px { padding-right: 18px !important; }
.pr-xs-19px { padding-right: 19px !important; }
.pr-xs-20px { padding-right: 20px !important; }
.pr-xs-21px { padding-right: 21px !important; }
.pr-xs-22px { padding-right: 22px !important; }
.pr-xs-23px { padding-right: 23px !important; }
.pr-xs-24px { padding-right: 24px !important; }
.pr-xs-25px { padding-right: 25px !important; }
.pr-xs-26px { padding-right: 26px !important; }
.pr-xs-27px { padding-right: 27px !important; }
.pr-xs-28px { padding-right: 28px !important; }
.pr-xs-29px { padding-right: 29px !important; }
.pr-xs-30px { padding-right: 30px !important; }
.pr-xs-35px { padding-right: 35px !important; }
.pr-xs-40px { padding-right: 40px !important; }
.pr-xs-50px { padding-right: 50px !important; }
.pr-xs-55px { padding-right: 55px !important; }
.pr-xs-60px { padding-right: 60px !important; }
.pr-xs-65px { padding-right: 65px !important; }
.pr-xs-70px { padding-right: 70px !important; }
.pr-xs-75px { padding-right: 75px !important; }
.pr-xs-80px { padding-right: 80px !important; }
.pr-xs-85px { padding-right: 85px !important; }
.pr-xs-90px { padding-right: 90px !important; }
.pr-xs-95px { padding-right: 95px !important; }
.pr-xs-100px { padding-right: 100px !important; }
.pr-xs-110px { padding-right: 110px !important; }
.pr-xs-120px { padding-right: 120px !important; }
.pr-xs-130px { padding-right: 130px !important; }
.pr-xs-140px { padding-right: 140px !important; }
.pr-xs-150px { padding-right: 150px !important; }
.pr-xs-160px { padding-right: 160px !important; }
.pr-xs-170px { padding-right: 170px !important; }
.pr-xs-180px { padding-right: 180px !important; }
.pr-xs-190px { padding-right: 190px !important; }
.pr-xs-200px { padding-right: 200px !important; }
.pr-xs-225px { padding-right: 225px !important; }
.pr-xs-250px { padding-right: 250px !important; }
.pr-xs-275px { padding-right: 275px !important; }
.pr-xs-300px { padding-right: 300px !important; }
.pr-xs-325px { padding-right: 325px !important; }
.pr-xs-350px { padding-right: 350px !important; }
.pr-xs-375px { padding-right: 375px !important; }
.pr-xs-400px { padding-right: 400px !important; }

.pb-xs-0 { padding-bottom: 0px !important; }
.pb-xs-1px { padding-bottom: 1px !important; }
.pb-xs-2px { padding-bottom: 2px !important; }
.pb-xs-3px { padding-bottom: 3px !important; }
.pb-xs-4px { padding-bottom: 4px !important; }
.pb-xs-5px { padding-bottom: 5px !important; }
.pb-xs-6px { padding-bottom: 6px !important; }
.pb-xs-7px { padding-bottom: 7px !important; }
.pb-xs-8px { padding-bottom: 8px !important; }
.pb-xs-9px { padding-bottom: 9px !important; }
.pb-xs-10px { padding-bottom: 10px !important; }
.pb-xs-11px { padding-bottom: 11px !important; }
.pb-xs-12px { padding-bottom: 12px !important; }
.pb-xs-13px { padding-bottom: 13px !important; }
.pb-xs-14px { padding-bottom: 14px !important; }
.pb-xs-15px { padding-bottom: 15px !important; }
.pb-xs-16px { padding-bottom: 16px !important; }
.pb-xs-17px { padding-bottom: 17px !important; }
.pb-xs-18px { padding-bottom: 18px !important; }
.pb-xs-19px { padding-bottom: 19px !important; }
.pb-xs-20px { padding-bottom: 20px !important; }
.pb-xs-21px { padding-bottom: 21px !important; }
.pb-xs-22px { padding-bottom: 22px !important; }
.pb-xs-23px { padding-bottom: 23px !important; }
.pb-xs-24px { padding-bottom: 24px !important; }
.pb-xs-25px { padding-bottom: 25px !important; }
.pb-xs-26px { padding-bottom: 26px !important; }
.pb-xs-27px { padding-bottom: 27px !important; }
.pb-xs-28px { padding-bottom: 28px !important; }
.pb-xs-29px { padding-bottom: 29px !important; }
.pb-xs-30px { padding-bottom: 30px !important; }
.pb-xs-35px { padding-bottom: 35px !important; }
.pb-xs-40px { padding-bottom: 40px !important; }
.pb-xs-50px { padding-bottom: 50px !important; }
.pb-xs-55px { padding-bottom: 55px !important; }
.pb-xs-60px { padding-bottom: 60px !important; }
.pb-xs-65px { padding-bottom: 65px !important; }
.pb-xs-70px { padding-bottom: 70px !important; }
.pb-xs-75px { padding-bottom: 75px !important; }
.pb-xs-80px { padding-bottom: 80px !important; }
.pb-xs-85px { padding-bottom: 85px !important; }
.pb-xs-90px { padding-bottom: 90px !important; }
.pb-xs-95px { padding-bottom: 95px !important; }
.pb-xs-100px { padding-bottom: 100px !important; }
.pb-xs-110px { padding-bottom: 110px !important; }
.pb-xs-120px { padding-bottom: 120px !important; }
.pb-xs-130px { padding-bottom: 130px !important; }
.pb-xs-140px { padding-bottom: 140px !important; }
.pb-xs-150px { padding-bottom: 150px !important; }
.pb-xs-160px { padding-bottom: 160px !important; }
.pb-xs-170px { padding-bottom: 170px !important; }
.pb-xs-180px { padding-bottom: 180px !important; }
.pb-xs-190px { padding-bottom: 190px !important; }
.pb-xs-200px { padding-bottom: 200px !important; }
.pb-xs-225px { padding-bottom: 225px !important; }
.pb-xs-250px { padding-bottom: 250px !important; }
.pb-xs-275px { padding-bottom: 275px !important; }
.pb-xs-300px { padding-bottom: 300px !important; }
.pb-xs-325px { padding-bottom: 325px !important; }
.pb-xs-350px { padding-bottom: 350px !important; }
.pb-xs-375px { padding-bottom: 375px !important; }
.pb-xs-400px { padding-bottom: 400px !important; }

.pt-xl-0 { padding-left: 0px !important; }
.pl-xs-1px { padding-left: 1px !important; }
.pl-xs-2px { padding-left: 2px !important; }
.pl-xs-3px { padding-left: 3px !important; }
.pl-xs-4px { padding-left: 4px !important; }
.pl-xs-5px { padding-left: 5px !important; }
.pl-xs-6px { padding-left: 6px !important; }
.pl-xs-7px { padding-left: 7px !important; }
.pl-xs-8px { padding-left: 8px !important; }
.pl-xs-9px { padding-left: 9px !important; }
.pl-xs-10px { padding-left: 10px !important; }
.pl-xs-11px { padding-left: 11px !important; }
.pl-xs-12px { padding-left: 12px !important; }
.pl-xs-13px { padding-left: 13px !important; }
.pl-xs-14px { padding-left: 14px !important; }
.pl-xs-15px { padding-left: 15px !important; }
.pl-xs-16px { padding-left: 16px !important; }
.pl-xs-17px { padding-left: 17px !important; }
.pl-xs-18px { padding-left: 18px !important; }
.pl-xs-19px { padding-left: 19px !important; }
.pl-xs-20px { padding-left: 20px !important; }
.pl-xs-21px { padding-left: 21px !important; }
.pl-xs-22px { padding-left: 22px !important; }
.pl-xs-23px { padding-left: 23px !important; }
.pl-xs-24px { padding-left: 24px !important; }
.pl-xs-25px { padding-left: 25px !important; }
.pl-xs-26px { padding-left: 26px !important; }
.pl-xs-27px { padding-left: 27px !important; }
.pl-xs-28px { padding-left: 28px !important; }
.pl-xs-29px { padding-left: 29px !important; }
.pl-xs-30px { padding-left: 30px !important; }
.pl-xs-35px { padding-left: 35px !important; }
.pl-xs-40px { padding-left: 40px !important; }
.pl-xs-50px { padding-left: 50px !important; }
.pl-xs-55px { padding-left: 55px !important; }
.pl-xs-60px { padding-left: 60px !important; }
.pl-xs-65px { padding-left: 65px !important; }
.pl-xs-70px { padding-left: 70px !important; }
.pl-xs-75px { padding-left: 75px !important; }
.pl-xs-80px { padding-left: 80px !important; }
.pl-xs-85px { padding-left: 85px !important; }
.pl-xs-90px { padding-left: 90px !important; }
.pl-xs-95px { padding-left: 95px !important; }
.pl-xs-100px { padding-left: 100px !important; }
.pl-xs-110px { padding-left: 110px !important; }
.pl-xs-120px { padding-left: 120px !important; }
.pl-xs-130px { padding-left: 130px !important; }
.pl-xs-140px { padding-left: 140px !important; }
.pl-xs-150px { padding-left: 150px !important; }
.pl-xs-160px { padding-left: 160px !important; }
.pl-xs-170px { padding-left: 170px !important; }
.pl-xs-180px { padding-left: 180px !important; }
.pl-xs-190px { padding-left: 190px !important; }
.pl-xs-200px { padding-left: 200px !important; }
.pl-xs-225px { padding-left: 225px !important; }
.pl-xs-250px { padding-left: 250px !important; }
.pl-xs-275px { padding-left: 275px !important; }
.pl-xs-300px { padding-left: 300px !important; }
.pl-xs-325px { padding-left: 325px !important; }
.pl-xs-350px { padding-left: 350px !important; }
.pl-xs-375px { padding-left: 375px !important; }
.pl-xs-400px { padding-left: 400px !important; }

.w-xs-10 { width: 10% !important; }
.w-xs-20 { width: 20% !important; }
.w-xs-25 { width: 25% !important; }
.w-xs-30 { width: 30% !important; }
.w-xs-40 { width: 40% !important; }
.w-xs-50 { width: 50% !important; }
.w-xs-60 { width: 60% !important; }
.w-xs-70 { width: 70% !important; }
.w-xs-75 { width: 75% !important; }
.w-xs-80 { width: 80% !important; }
.w-xs-85 { width: 85% !important; }
.w-xs-90 { width: 90% !important; }
.w-xs-100 { width: 100% !important; }

.w-xs-auto { width: auto !important; }
.w-xs-1px { width: 1px !important; }
.w-xs-2px { width: 2px !important; }
.w-xs-3px { width: 3px !important; }
.w-xs-4px { width: 4px !important; }
.w-xs-5px { width: 5px !important; }
.w-xs-6px { width: 6px !important; }
.w-xs-7px { width: 7px !important; }
.w-xs-8px { width: 8px !important; }
.w-xs-9px { width: 9px !important; }
.w-xs-10px { width: 10px !important; }
.w-xs-15px { width: 15px !important; }
.w-xs-20px { width: 20px !important; }
.w-xs-25px { width: 25px !important; }
.w-xs-30px { width: 30px !important; }
.w-xs-35px { width: 35px !important; }
.w-xs-40px { width: 40px !important; }
.w-xs-45px { width: 45px !important; }
.w-xs-50px { width: 50px !important; }
.w-xs-55px { width: 55px !important; }
.w-xs-60px { width: 60px !important; }
.w-xs-65px { width: 65px !important; }
.w-xs-70px { width: 70px !important; }
.w-xs-75px { width: 75px !important; }
.w-xs-80px { width: 80px !important; }
.w-xs-85px { width: 85px !important; }
.w-xs-90px { width: 90px !important; }
.w-xs-95px { width: 95px !important; }
.w-xs-100px { width: 100px !important; }
.w-xs-125px { width: 125px !important; }
.w-xs-150px { width: 150px !important; }
.w-xs-175px { width: 175px !important; }
.w-xs-200px { width: 200px !important; }
.w-xs-225px { width: 225px !important; }
.w-xs-250px { width: 250px !important; }
.w-xs-275px { width: 275px !important; }
.w-xs-300px { width: 300px !important; }
.w-xs-325px { width: 325px !important; }
.w-xs-350px { width: 350px !important; }
.w-xs-375px { width: 375px !important; }
.w-xs-400px { width: 400px !important; }
.w-xs-425px { width: 425px !important; }
.w-xs-450px { width: 450px !important; }
.w-xs-475px { width: 475px !important; }
.w-xs-500px { width: 500px !important; }
.w-xs-550px { width: 550px !important; }
.w-xs-600px { width: 600px !important; }
.w-xs-650px { width: 650px !important; }
.w-xs-700px { width: 700px !important; }
.w-xs-750px { width: 750px !important; }
.w-xs-800px { width: 800px !important; }
.w-xs-850px { width: 850px !important; }
.w-xs-900px { width: 900px !important; }
.w-xs-950px { width: 950px !important; }
.w-xs-1000px { width: 1000px !important; }
.w-xs-1100px { width: 1100px !important; }
.w-xs-1200px { width: 1200px !important; }
.w-xs-1300px { width: 1300px !important; }
.w-xs-1400px { width: 1400px !important; }

.mw-xs-25 { max-width: 25% !important; }
.mw-xs-50 { max-width: 50% !important; }
.mw-xs-75 { max-width: 75% !important; }
.mw-xs-100 { max-width: 100% !important; }
.mw-xs-auto { max-width: auto !important; }
.mw-xs-1px { max-width: 1px !important; }
.mw-xs-2px { max-width: 2px !important; }
.mw-xs-3px { max-width: 3px !important; }
.mw-xs-4px { max-width: 4px !important; }
.mw-xs-5px { max-width: 5px !important; }
.mw-xs-6px { max-width: 6px !important; }
.mw-xs-7px { max-width: 7px !important; }
.mw-xs-8px { max-width: 8px !important; }
.mw-xs-9px { max-width: 9px !important; }
.mw-xs-10px { max-width: 10px !important; }
.mw-xs-15px { max-width: 15px !important; }
.mw-xs-20px { max-width: 20px !important; }
.mw-xs-25px { max-width: 25px !important; }
.mw-xs-30px { max-width: 30px !important; }
.mw-xs-35px { max-width: 35px !important; }
.mw-xs-40px { max-width: 40px !important; }
.mw-xs-45px { max-width: 45px !important; }
.mw-xs-50px { max-width: 50px !important; }
.mw-xs-55px { max-width: 55px !important; }
.mw-xs-60px { max-width: 60px !important; }
.mw-xs-65px { max-width: 65px !important; }
.mw-xs-70px { max-width: 70px !important; }
.mw-xs-75px { max-width: 75px !important; }
.mw-xs-80px { max-width: 80px !important; }
.mw-xs-85px { max-width: 85px !important; }
.mw-xs-90px { max-width: 90px !important; }
.mw-xs-95px { max-width: 95px !important; }
.mw-xs-100px { max-width: 100px !important; }
.mw-xs-125px { max-width: 125px !important; }
.mw-xs-150px { max-width: 150px !important; }
.mw-xs-175px { max-width: 175px !important; }
.mw-xs-200px { max-width: 200px !important; }
.mw-xs-225px { max-width: 225px !important; }
.mw-xs-250px { max-width: 250px !important; }
.mw-xs-275px { max-width: 275px !important; }
.mw-xs-300px { max-width: 300px !important; }
.mw-xs-325px { max-width: 325px !important; }
.mw-xs-350px { max-width: 350px !important; }
.mw-xs-375px { max-width: 375px !important; }
.mw-xs-400px { max-width: 400px !important; }
.mw-xs-425px { max-width: 425px !important; }
.mw-xs-450px { max-width: 450px !important; }
.mw-xs-475px { max-width: 475px !important; }
.mw-xs-500px { max-width: 500px !important; }
.mw-xs-550px { max-width: 550px !important; }
.mw-xs-600px { max-width: 600px !important; }
.mw-xs-650px { max-width: 650px !important; }
.mw-xs-700px { max-width: 700px !important; }
.mw-xs-750px { max-width: 750px !important; }
.mw-xs-800px { max-width: 800px !important; }
.mw-xs-850px { max-width: 850px !important; }
.mw-xs-900px { max-width: 900px !important; }
.mw-xs-950px { max-width: 950px !important; }
.mw-xs-1000px { max-width: 1000px !important; }
.mw-xs-1100px { max-width: 1100px !important; }
.mw-xs-1200px { max-width: 1200px !important; }
.mw-xs-1300px { max-width: 1300px !important; }
.mw-xs-1400px { max-width: 1400px !important; }

.h-xs-25 { height: 25% !important; }
.h-xs-50 { height: 50% !important; }
.h-xs-75 { height: 75% !important; }
.h-xs-100 { height: 100% !important; }
.h-xs-auto { height: auto !important; }
.h-xs-1px { height: 1px !important; }
.h-xs-2px { height: 2px !important; }
.h-xs-3px { height: 3px !important; }
.h-xs-4px { height: 4px !important; }
.h-xs-5px { height: 5px !important; }
.h-xs-6px { height: 6px !important; }
.h-xs-7px { height: 7px !important; }
.h-xs-8px { height: 8px !important; }
.h-xs-9px { height: 9px !important; }
.h-xs-10px { height: 10px !important; }
.h-xs-15px { height: 15px !important; }
.h-xs-20px { height: 20px !important; }
.h-xs-25px { height: 25px !important; }
.h-xs-30px { height: 30px !important; }
.h-xs-35px { height: 35px !important; }
.h-xs-40px { height: 40px !important; }
.h-xs-45px { height: 45px !important; }
.h-xs-50px { height: 50px !important; }
.h-xs-55px { height: 55px !important; }
.h-xs-60px { height: 60px !important; }
.h-xs-65px { height: 65px !important; }
.h-xs-70px { height: 70px !important; }
.h-xs-75px { height: 75px !important; }
.h-xs-80px { height: 80px !important; }
.h-xs-85px { height: 85px !important; }
.h-xs-90px { height: 90px !important; }
.h-xs-95px { height: 95px !important; }
.h-xs-100px { height: 100px !important; }
.h-xs-125px { height: 125px !important; }
.h-xs-150px { height: 150px !important; }
.h-xs-175px { height: 175px !important; }
.h-xs-200px { height: 200px !important; }
.h-xs-225px { height: 225px !important; }
.h-xs-250px { height: 250px !important; }
.h-xs-275px { height: 275px !important; }
.h-xs-300px { height: 300px !important; }
.h-xs-325px { height: 325px !important; }
.h-xs-350px { height: 350px !important; }
.h-xs-375px { height: 375px !important; }
.h-xs-400px { height: 400px !important; }
.h-xs-425px { height: 425px !important; }
.h-xs-450px { height: 450px !important; }
.h-xs-475px { height: 475px !important; }
.h-xs-500px { height: 500px !important; }
.h-xs-550px { height: 550px !important; }
.h-xs-600px { height: 600px !important; }
.h-xs-650px { height: 650px !important; }
.h-xs-700px { height: 700px !important; }
.h-xs-750px { height: 750px !important; }
.h-xs-800px { height: 800px !important; }
.h-xs-850px { height: 850px !important; }
.h-xs-900px { height: 900px !important; }
.h-xs-950px { height: 950px !important; }
.h-xs-1000px { height: 1000px !important; }
.h-xs-1100px { height: 1100px !important; }
.h-xs-1200px { height: 1200px !important; }
.h-xs-1300px { height: 1300px !important; }
.h-xs-1400px { height: 1400px !important; }

.mh-xs-25 { max-height: 25% !important; }
.mh-xs-50 { max-height: 50% !important; }
.mh-xs-75 { max-height: 75% !important; }
.mh-xs-100 { max-height: 100% !important; }
.mh-xs-auto { max-height: auto !important; }
.mh-xs-1px { max-height: 1px !important; }
.mh-xs-2px { max-height: 2px !important; }
.mh-xs-3px { max-height: 3px !important; }
.mh-xs-4px { max-height: 4px !important; }
.mh-xs-5px { max-height: 5px !important; }
.mh-xs-6px { max-height: 6px !important; }
.mh-xs-7px { max-height: 7px !important; }
.mh-xs-8px { max-height: 8px !important; }
.mh-xs-9px { max-height: 9px !important; }
.mh-xs-10px { max-height: 10px !important; }
.mh-xs-15px { max-height: 15px !important; }
.mh-xs-20px { max-height: 20px !important; }
.mh-xs-25px { max-height: 25px !important; }
.mh-xs-30px { max-height: 30px !important; }
.mh-xs-35px { max-height: 35px !important; }
.mh-xs-40px { max-height: 40px !important; }
.mh-xs-45px { max-height: 45px !important; }
.mh-xs-50px { max-height: 50px !important; }
.mh-xs-55px { max-height: 55px !important; }
.mh-xs-60px { max-height: 60px !important; }
.mh-xs-65px { max-height: 65px !important; }
.mh-xs-70px { max-height: 70px !important; }
.mh-xs-75px { max-height: 75px !important; }
.mh-xs-80px { max-height: 80px !important; }
.mh-xs-85px { max-height: 85px !important; }
.mh-xs-90px { max-height: 90px !important; }
.mh-xs-95px { max-height: 95px !important; }
.mh-xs-100px { max-height: 100px !important; }
.mh-xs-125px { max-height: 125px !important; }
.mh-xs-150px { max-height: 150px !important; }
.mh-xs-175px { max-height: 175px !important; }
.mh-xs-200px { max-height: 200px !important; }
.mh-xs-225px { max-height: 225px !important; }
.mh-xs-250px { max-height: 250px !important; }
.mh-xs-275px { max-height: 275px !important; }
.mh-xs-300px { max-height: 300px !important; }
.mh-xs-325px { max-height: 325px !important; }
.mh-xs-350px { max-height: 350px !important; }
.mh-xs-375px { max-height: 375px !important; }
.mh-xs-400px { max-height: 400px !important; }
.mh-xs-425px { max-height: 425px !important; }
.mh-xs-450px { max-height: 450px !important; }
.mh-xs-475px { max-height: 475px !important; }
.mh-xs-500px { max-height: 500px !important; }
.mh-xs-550px { max-height: 550px !important; }
.mh-xs-600px { max-height: 600px !important; }
.mh-xs-650px { max-height: 650px !important; }
.mh-xs-700px { max-height: 700px !important; }
.mh-xs-750px { max-height: 750px !important; }
.mh-xs-800px { max-height: 800px !important; }
.mh-xs-850px { max-height: 850px !important; }
.mh-xs-900px { max-height: 900px !important; }
.mh-xs-950px { max-height: 950px !important; }
.mh-xs-1000px { max-height: 1000px !important; }
.mh-xs-1100px { max-height: 1100px !important; }
.mh-xs-1200px { max-height: 1200px !important; }
.mh-xs-1300px { max-height: 1300px !important; }
.mh-xs-1400px { max-height: 1400px !important; }
}

/* SM */
@media (min-width: 576px) {
.d-sm-none{ display: none !important;   }
.fs-sm-8  { font-size: 8px !important;  }
.fs-sm-9  { font-size: 9px !important;  }
.fs-sm-10 { font-size: 10px !important; }
.fs-sm-11 { font-size: 11px !important; }
.fs-sm-12 { font-size: 12px !important; }
.fs-sm-13 { font-size: 13px !important; }
.fs-sm-14 { font-size: 14px !important; }
.fs-sm-15 { font-size: 15px !important; }
.fs-sm-16 { font-size: 16px !important; }
.fs-sm-17 { font-size: 17px !important; }
.fs-sm-18 { font-size: 18px !important; }
.fs-sm-19 { font-size: 19px !important; }
.fs-sm-20 { font-size: 20px !important; }
.fs-sm-22 { font-size: 22px !important; }
.fs-sm-24 { font-size: 24px !important; }
.fs-sm-26 { font-size: 26px !important; }
.fs-sm-28 { font-size: 28px !important; }
.fs-sm-30 { font-size: 30px !important; }
.fs-sm-32 { font-size: 32px !important; }
.fs-sm-34 { font-size: 34px !important; }
.fs-sm-36 { font-size: 36px !important; }
.fs-sm-38 { font-size: 38px !important; }
.fs-sm-40 { font-size: 40px !important; }
.fs-sm-42 { font-size: 42px !important; }
.fs-sm-44 { font-size: 44px !important; }
.fs-sm-46 { font-size: 46px !important; }
.fs-sm-48 { font-size: 48px !important; }
.fs-sm-50 { font-size: 50px !important; }
.fs-sm-55 { font-size: 55px !important; }
.fs-sm-60 { font-size: 60px !important; }
.fs-sm-65 { font-size: 65px !important; }
.fs-sm-70 { font-size: 70px !important; }
.fs-sm-80 { font-size: 80px !important; }
.fs-sm-90 { font-size: 90px !important; }
.fs-sm-100 { font-size: 100px !important; }
.fs-sm-110 { font-size: 110px !important; }
.fs-sm-120 { font-size: 120px !important; }
.fs-sm-130 { font-size: 130px !important; }
.fs-sm-140 { font-size: 140px !important; }
.fs-sm-150 { font-size: 150px !important; }

.fw-sm-100 { font-weight: 100 !important; }
.fw-sm-200 { font-weight: 200 !important; }
.fw-sm-300 { font-weight: 300 !important; }
.fw-sm-400 { font-weight: 400 !important; }
.fw-sm-500 { font-weight: 500 !important; }
.fw-sm-600 { font-weight: 600 !important; }
.fw-sm-700 { font-weight: 700 !important; }
.fw-sm-800 { font-weight: 800 !important; }
.fw-sm-900 { font-weight: 900 !important; }

.mt-sm-1px { margin-top: 1px !important; }
.mt-sm-2px { margin-top: 2px !important; }
.mt-sm-3px { margin-top: 3px !important; }
.mt-sm-4px { margin-top: 4px !important; }
.mt-sm-5px { margin-top: 5px !important; }
.mt-sm-6px { margin-top: 6px !important; }
.mt-sm-7px { margin-top: 7px !important; }
.mt-sm-8px { margin-top: 8px !important; }
.mt-sm-9px { margin-top: 9px !important; }
.mt-sm-10px { margin-top: 10px !important; }
.mt-sm-11px { margin-top: 11px !important; }
.mt-sm-12px { margin-top: 12px !important; }
.mt-sm-13px { margin-top: 13px !important; }
.mt-sm-14px { margin-top: 14px !important; }
.mt-sm-15px { margin-top: 15px !important; }
.mt-sm-16px { margin-top: 16px !important; }
.mt-sm-17px { margin-top: 17px !important; }
.mt-sm-18px { margin-top: 18px !important; }
.mt-sm-19px { margin-top: 19px !important; }
.mt-sm-20px { margin-top: 20px !important; }
.mt-sm-21px { margin-top: 21px !important; }
.mt-sm-22px { margin-top: 22px !important; }
.mt-sm-23px { margin-top: 23px !important; }
.mt-sm-24px { margin-top: 24px !important; }
.mt-sm-25px { margin-top: 25px !important; }
.mt-sm-26px { margin-top: 26px !important; }
.mt-sm-27px { margin-top: 27px !important; }
.mt-sm-28px { margin-top: 28px !important; }
.mt-sm-29px { margin-top: 29px !important; }
.mt-sm-30px { margin-top: 30px !important; }
.mt-sm-35px { margin-top: 35px !important; }
.mt-sm-40px { margin-top: 40px !important; }
.mt-sm-50px { margin-top: 50px !important; }
.mt-sm-55px { margin-top: 55px !important; }
.mt-sm-60px { margin-top: 60px !important; }
.mt-sm-65px { margin-top: 65px !important; }
.mt-sm-70px { margin-top: 70px !important; }
.mt-sm-75px { margin-top: 75px !important; }
.mt-sm-80px { margin-top: 80px !important; }
.mt-sm-85px { margin-top: 85px !important; }
.mt-sm-90px { margin-top: 90px !important; }
.mt-sm-95px { margin-top: 95px !important; }
.mt-sm-100px { margin-top: 100px !important; }
.mt-sm-110px { margin-top: 110px !important; }
.mt-sm-120px { margin-top: 120px !important; }
.mt-sm-130px { margin-top: 130px !important; }
.mt-sm-140px { margin-top: 140px !important; }
.mt-sm-150px { margin-top: 150px !important; }
.mt-sm-160px { margin-top: 160px !important; }
.mt-sm-170px { margin-top: 170px !important; }
.mt-sm-180px { margin-top: 180px !important; }
.mt-sm-190px { margin-top: 190px !important; }
.mt-sm-200px { margin-top: 200px !important; }
.mt-sm-225px { margin-top: 225px !important; }
.mt-sm-250px { margin-top: 250px !important; }
.mt-sm-275px { margin-top: 275px !important; }
.mt-sm-300px { margin-top: 300px !important; }
.mt-sm-325px { margin-top: 325px !important; }
.mt-sm-350px { margin-top: 350px !important; }
.mt-sm-375px { margin-top: 375px !important; }
.mt-sm-400px { margin-top: 400px !important; }

.mr-sm-1px { margin-right: 1px !important; }
.mr-sm-2px { margin-right: 2px !important; }
.mr-sm-3px { margin-right: 3px !important; }
.mr-sm-4px { margin-right: 4px !important; }
.mr-sm-5px { margin-right: 5px !important; }
.mr-sm-6px { margin-right: 6px !important; }
.mr-sm-7px { margin-right: 7px !important; }
.mr-sm-8px { margin-right: 8px !important; }
.mr-sm-9px { margin-right: 9px !important; }
.mr-sm-10px { margin-right: 10px !important; }
.mr-sm-11px { margin-right: 11px !important; }
.mr-sm-12px { margin-right: 12px !important; }
.mr-sm-13px { margin-right: 13px !important; }
.mr-sm-14px { margin-right: 14px !important; }
.mr-sm-15px { margin-right: 15px !important; }
.mr-sm-16px { margin-right: 16px !important; }
.mr-sm-17px { margin-right: 17px !important; }
.mr-sm-18px { margin-right: 18px !important; }
.mr-sm-19px { margin-right: 19px !important; }
.mr-sm-20px { margin-right: 20px !important; }
.mr-sm-21px { margin-right: 21px !important; }
.mr-sm-22px { margin-right: 22px !important; }
.mr-sm-23px { margin-right: 23px !important; }
.mr-sm-24px { margin-right: 24px !important; }
.mr-sm-25px { margin-right: 25px !important; }
.mr-sm-26px { margin-right: 26px !important; }
.mr-sm-27px { margin-right: 27px !important; }
.mr-sm-28px { margin-right: 28px !important; }
.mr-sm-29px { margin-right: 29px !important; }
.mr-sm-30px { margin-right: 30px !important; }
.mr-sm-35px { margin-right: 35px !important; }
.mr-sm-40px { margin-right: 40px !important; }
.mr-sm-50px { margin-right: 50px !important; }
.mr-sm-55px { margin-right: 55px !important; }
.mr-sm-60px { margin-right: 60px !important; }
.mr-sm-65px { margin-right: 65px !important; }
.mr-sm-70px { margin-right: 70px !important; }
.mr-sm-75px { margin-right: 75px !important; }
.mr-sm-80px { margin-right: 80px !important; }
.mr-sm-85px { margin-right: 85px !important; }
.mr-sm-90px { margin-right: 90px !important; }
.mr-sm-95px { margin-right: 95px !important; }
.mr-sm-100px { margin-right: 100px !important; }
.mr-sm-110px { margin-right: 110px !important; }
.mr-sm-120px { margin-right: 120px !important; }
.mr-sm-130px { margin-right: 130px !important; }
.mr-sm-140px { margin-right: 140px !important; }
.mr-sm-150px { margin-right: 150px !important; }
.mr-sm-160px { margin-right: 160px !important; }
.mr-sm-170px { margin-right: 170px !important; }
.mr-sm-180px { margin-right: 180px !important; }
.mr-sm-190px { margin-right: 190px !important; }
.mr-sm-200px { margin-right: 200px !important; }
.mr-sm-225px { margin-right: 225px !important; }
.mr-sm-250px { margin-right: 250px !important; }
.mr-sm-275px { margin-right: 275px !important; }
.mr-sm-300px { margin-right: 300px !important; }
.mr-sm-325px { margin-right: 325px !important; }
.mr-sm-350px { margin-right: 350px !important; }
.mr-sm-375px { margin-right: 375px !important; }
.mr-sm-400px { margin-right: 400px !important; }

.mb-sm-1px { margin-bottom: 1px !important; }
.mb-sm-2px { margin-bottom: 2px !important; }
.mb-sm-3px { margin-bottom: 3px !important; }
.mb-sm-4px { margin-bottom: 4px !important; }
.mb-sm-5px { margin-bottom: 5px !important; }
.mb-sm-6px { margin-bottom: 6px !important; }
.mb-sm-7px { margin-bottom: 7px !important; }
.mb-sm-8px { margin-bottom: 8px !important; }
.mb-sm-9px { margin-bottom: 9px !important; }
.mb-sm-10px { margin-bottom: 10px !important; }
.mb-sm-11px { margin-bottom: 11px !important; }
.mb-sm-12px { margin-bottom: 12px !important; }
.mb-sm-13px { margin-bottom: 13px !important; }
.mb-sm-14px { margin-bottom: 14px !important; }
.mb-sm-15px { margin-bottom: 15px !important; }
.mb-sm-16px { margin-bottom: 16px !important; }
.mb-sm-17px { margin-bottom: 17px !important; }
.mb-sm-18px { margin-bottom: 18px !important; }
.mb-sm-19px { margin-bottom: 19px !important; }
.mb-sm-20px { margin-bottom: 20px !important; }
.mb-sm-21px { margin-bottom: 21px !important; }
.mb-sm-22px { margin-bottom: 22px !important; }
.mb-sm-23px { margin-bottom: 23px !important; }
.mb-sm-24px { margin-bottom: 24px !important; }
.mb-sm-25px { margin-bottom: 25px !important; }
.mb-sm-26px { margin-bottom: 26px !important; }
.mb-sm-27px { margin-bottom: 27px !important; }
.mb-sm-28px { margin-bottom: 28px !important; }
.mb-sm-29px { margin-bottom: 29px !important; }
.mb-sm-30px { margin-bottom: 30px !important; }
.mb-sm-35px { margin-bottom: 35px !important; }
.mb-sm-40px { margin-bottom: 40px !important; }
.mb-sm-50px { margin-bottom: 50px !important; }
.mb-sm-55px { margin-bottom: 55px !important; }
.mb-sm-60px { margin-bottom: 60px !important; }
.mb-sm-65px { margin-bottom: 65px !important; }
.mb-sm-70px { margin-bottom: 70px !important; }
.mb-sm-75px { margin-bottom: 75px !important; }
.mb-sm-80px { margin-bottom: 80px !important; }
.mb-sm-85px { margin-bottom: 85px !important; }
.mb-sm-90px { margin-bottom: 90px !important; }
.mb-sm-95px { margin-bottom: 95px !important; }
.mb-sm-100px { margin-bottom: 100px !important; }
.mb-sm-110px { margin-bottom: 110px !important; }
.mb-sm-120px { margin-bottom: 120px !important; }
.mb-sm-130px { margin-bottom: 130px !important; }
.mb-sm-140px { margin-bottom: 140px !important; }
.mb-sm-150px { margin-bottom: 150px !important; }
.mb-sm-160px { margin-bottom: 160px !important; }
.mb-sm-170px { margin-bottom: 170px !important; }
.mb-sm-180px { margin-bottom: 180px !important; }
.mb-sm-190px { margin-bottom: 190px !important; }
.mb-sm-200px { margin-bottom: 200px !important; }
.mb-sm-225px { margin-bottom: 225px !important; }
.mb-sm-250px { margin-bottom: 250px !important; }
.mb-sm-275px { margin-bottom: 275px !important; }
.mb-sm-300px { margin-bottom: 300px !important; }
.mb-sm-325px { margin-bottom: 325px !important; }
.mb-sm-350px { margin-bottom: 350px !important; }
.mb-sm-375px { margin-bottom: 375px !important; }
.mb-sm-400px { margin-bottom: 400px !important; }

.ml-sm-1px { margin-left: 1px !important; }
.ml-sm-2px { margin-left: 2px !important; }
.ml-sm-3px { margin-left: 3px !important; }
.ml-sm-4px { margin-left: 4px !important; }
.ml-sm-5px { margin-left: 5px !important; }
.ml-sm-6px { margin-left: 6px !important; }
.ml-sm-7px { margin-left: 7px !important; }
.ml-sm-8px { margin-left: 8px !important; }
.ml-sm-9px { margin-left: 9px !important; }
.ml-sm-10px { margin-left: 10px !important; }
.ml-sm-11px { margin-left: 11px !important; }
.ml-sm-12px { margin-left: 12px !important; }
.ml-sm-13px { margin-left: 13px !important; }
.ml-sm-14px { margin-left: 14px !important; }
.ml-sm-15px { margin-left: 15px !important; }
.ml-sm-16px { margin-left: 16px !important; }
.ml-sm-17px { margin-left: 17px !important; }
.ml-sm-18px { margin-left: 18px !important; }
.ml-sm-19px { margin-left: 19px !important; }
.ml-sm-20px { margin-left: 20px !important; }
.ml-sm-21px { margin-left: 21px !important; }
.ml-sm-22px { margin-left: 22px !important; }
.ml-sm-23px { margin-left: 23px !important; }
.ml-sm-24px { margin-left: 24px !important; }
.ml-sm-25px { margin-left: 25px !important; }
.ml-sm-26px { margin-left: 26px !important; }
.ml-sm-27px { margin-left: 27px !important; }
.ml-sm-28px { margin-left: 28px !important; }
.ml-sm-29px { margin-left: 29px !important; }
.ml-sm-30px { margin-left: 30px !important; }
.ml-sm-35px { margin-left: 35px !important; }
.ml-sm-40px { margin-left: 40px !important; }
.ml-sm-50px { margin-left: 50px !important; }
.ml-sm-55px { margin-left: 55px !important; }
.ml-sm-60px { margin-left: 60px !important; }
.ml-sm-65px { margin-left: 65px !important; }
.ml-sm-70px { margin-left: 70px !important; }
.ml-sm-75px { margin-left: 75px !important; }
.ml-sm-80px { margin-left: 80px !important; }
.ml-sm-85px { margin-left: 85px !important; }
.ml-sm-90px { margin-left: 90px !important; }
.ml-sm-95px { margin-left: 95px !important; }
.ml-sm-100px { margin-left: 100px !important; }
.ml-sm-110px { margin-left: 110px !important; }
.ml-sm-120px { margin-left: 120px !important; }
.ml-sm-130px { margin-left: 130px !important; }
.ml-sm-140px { margin-left: 140px !important; }
.ml-sm-150px { margin-left: 150px !important; }
.ml-sm-160px { margin-left: 160px !important; }
.ml-sm-170px { margin-left: 170px !important; }
.ml-sm-180px { margin-left: 180px !important; }
.ml-sm-190px { margin-left: 190px !important; }
.ml-sm-200px { margin-left: 200px !important; }
.ml-sm-225px { margin-left: 225px !important; }
.ml-sm-250px { margin-left: 250px !important; }
.ml-sm-275px { margin-left: 275px !important; }
.ml-sm-300px { margin-left: 300px !important; }
.ml-sm-325px { margin-left: 325px !important; }
.ml-sm-350px { margin-left: 350px !important; }
.ml-sm-375px { margin-left: 375px !important; }
.ml-sm-400px { margin-left: 400px !important; }

.pt-sm-1px { padding-top: 1px !important; }
.pt-sm-2px { padding-top: 2px !important; }
.pt-sm-3px { padding-top: 3px !important; }
.pt-sm-4px { padding-top: 4px !important; }
.pt-sm-5px { padding-top: 5px !important; }
.pt-sm-6px { padding-top: 6px !important; }
.pt-sm-7px { padding-top: 7px !important; }
.pt-sm-8px { padding-top: 8px !important; }
.pt-sm-9px { padding-top: 9px !important; }
.pt-sm-10px { padding-top: 10px !important; }
.pt-sm-11px { padding-top: 11px !important; }
.pt-sm-12px { padding-top: 12px !important; }
.pt-sm-13px { padding-top: 13px !important; }
.pt-sm-14px { padding-top: 14px !important; }
.pt-sm-15px { padding-top: 15px !important; }
.pt-sm-16px { padding-top: 16px !important; }
.pt-sm-17px { padding-top: 17px !important; }
.pt-sm-18px { padding-top: 18px !important; }
.pt-sm-19px { padding-top: 19px !important; }
.pt-sm-20px { padding-top: 20px !important; }
.pt-sm-21px { padding-top: 21px !important; }
.pt-sm-22px { padding-top: 22px !important; }
.pt-sm-23px { padding-top: 23px !important; }
.pt-sm-24px { padding-top: 24px !important; }
.pt-sm-25px { padding-top: 25px !important; }
.pt-sm-26px { padding-top: 26px !important; }
.pt-sm-27px { padding-top: 27px !important; }
.pt-sm-28px { padding-top: 28px !important; }
.pt-sm-29px { padding-top: 29px !important; }
.pt-sm-30px { padding-top: 30px !important; }
.pt-sm-35px { padding-top: 35px !important; }
.pt-sm-40px { padding-top: 40px !important; }
.pt-sm-50px { padding-top: 50px !important; }
.pt-sm-55px { padding-top: 55px !important; }
.pt-sm-60px { padding-top: 60px !important; }
.pt-sm-65px { padding-top: 65px !important; }
.pt-sm-70px { padding-top: 70px !important; }
.pt-sm-75px { padding-top: 75px !important; }
.pt-sm-80px { padding-top: 80px !important; }
.pt-sm-85px { padding-top: 85px !important; }
.pt-sm-90px { padding-top: 90px !important; }
.pt-sm-95px { padding-top: 95px !important; }
.pt-sm-100px { padding-top: 100px !important; }
.pt-sm-110px { padding-top: 110px !important; }
.pt-sm-120px { padding-top: 120px !important; }
.pt-sm-130px { padding-top: 130px !important; }
.pt-sm-140px { padding-top: 140px !important; }
.pt-sm-150px { padding-top: 150px !important; }
.pt-sm-160px { padding-top: 160px !important; }
.pt-sm-170px { padding-top: 170px !important; }
.pt-sm-180px { padding-top: 180px !important; }
.pt-sm-190px { padding-top: 190px !important; }
.pt-sm-200px { padding-top: 200px !important; }
.pt-sm-225px { padding-top: 225px !important; }
.pt-sm-250px { padding-top: 250px !important; }
.pt-sm-275px { padding-top: 275px !important; }
.pt-sm-300px { padding-top: 300px !important; }
.pt-sm-325px { padding-top: 325px !important; }
.pt-sm-350px { padding-top: 350px !important; }
.pt-sm-375px { padding-top: 375px !important; }
.pt-sm-400px { padding-top: 400px !important; }

.pr-sm-1px { padding-right: 1px !important; }
.pr-sm-2px { padding-right: 2px !important; }
.pr-sm-3px { padding-right: 3px !important; }
.pr-sm-4px { padding-right: 4px !important; }
.pr-sm-5px { padding-right: 5px !important; }
.pr-sm-6px { padding-right: 6px !important; }
.pr-sm-7px { padding-right: 7px !important; }
.pr-sm-8px { padding-right: 8px !important; }
.pr-sm-9px { padding-right: 9px !important; }
.pr-sm-10px { padding-right: 10px !important; }
.pr-sm-11px { padding-right: 11px !important; }
.pr-sm-12px { padding-right: 12px !important; }
.pr-sm-13px { padding-right: 13px !important; }
.pr-sm-14px { padding-right: 14px !important; }
.pr-sm-15px { padding-right: 15px !important; }
.pr-sm-16px { padding-right: 16px !important; }
.pr-sm-17px { padding-right: 17px !important; }
.pr-sm-18px { padding-right: 18px !important; }
.pr-sm-19px { padding-right: 19px !important; }
.pr-sm-20px { padding-right: 20px !important; }
.pr-sm-21px { padding-right: 21px !important; }
.pr-sm-22px { padding-right: 22px !important; }
.pr-sm-23px { padding-right: 23px !important; }
.pr-sm-24px { padding-right: 24px !important; }
.pr-sm-25px { padding-right: 25px !important; }
.pr-sm-26px { padding-right: 26px !important; }
.pr-sm-27px { padding-right: 27px !important; }
.pr-sm-28px { padding-right: 28px !important; }
.pr-sm-29px { padding-right: 29px !important; }
.pr-sm-30px { padding-right: 30px !important; }
.pr-sm-35px { padding-right: 35px !important; }
.pr-sm-40px { padding-right: 40px !important; }
.pr-sm-50px { padding-right: 50px !important; }
.pr-sm-55px { padding-right: 55px !important; }
.pr-sm-60px { padding-right: 60px !important; }
.pr-sm-65px { padding-right: 65px !important; }
.pr-sm-70px { padding-right: 70px !important; }
.pr-sm-75px { padding-right: 75px !important; }
.pr-sm-80px { padding-right: 80px !important; }
.pr-sm-85px { padding-right: 85px !important; }
.pr-sm-90px { padding-right: 90px !important; }
.pr-sm-95px { padding-right: 95px !important; }
.pr-sm-100px { padding-right: 100px !important; }
.pr-sm-110px { padding-right: 110px !important; }
.pr-sm-120px { padding-right: 120px !important; }
.pr-sm-130px { padding-right: 130px !important; }
.pr-sm-140px { padding-right: 140px !important; }
.pr-sm-150px { padding-right: 150px !important; }
.pr-sm-160px { padding-right: 160px !important; }
.pr-sm-170px { padding-right: 170px !important; }
.pr-sm-180px { padding-right: 180px !important; }
.pr-sm-190px { padding-right: 190px !important; }
.pr-sm-200px { padding-right: 200px !important; }
.pr-sm-225px { padding-right: 225px !important; }
.pr-sm-250px { padding-right: 250px !important; }
.pr-sm-275px { padding-right: 275px !important; }
.pr-sm-300px { padding-right: 300px !important; }
.pr-sm-325px { padding-right: 325px !important; }
.pr-sm-350px { padding-right: 350px !important; }
.pr-sm-375px { padding-right: 375px !important; }
.pr-sm-400px { padding-right: 400px !important; }

.pb-sm-1px { padding-bottom: 1px !important; }
.pb-sm-2px { padding-bottom: 2px !important; }
.pb-sm-3px { padding-bottom: 3px !important; }
.pb-sm-4px { padding-bottom: 4px !important; }
.pb-sm-5px { padding-bottom: 5px !important; }
.pb-sm-6px { padding-bottom: 6px !important; }
.pb-sm-7px { padding-bottom: 7px !important; }
.pb-sm-8px { padding-bottom: 8px !important; }
.pb-sm-9px { padding-bottom: 9px !important; }
.pb-sm-10px { padding-bottom: 10px !important; }
.pb-sm-11px { padding-bottom: 11px !important; }
.pb-sm-12px { padding-bottom: 12px !important; }
.pb-sm-13px { padding-bottom: 13px !important; }
.pb-sm-14px { padding-bottom: 14px !important; }
.pb-sm-15px { padding-bottom: 15px !important; }
.pb-sm-16px { padding-bottom: 16px !important; }
.pb-sm-17px { padding-bottom: 17px !important; }
.pb-sm-18px { padding-bottom: 18px !important; }
.pb-sm-19px { padding-bottom: 19px !important; }
.pb-sm-20px { padding-bottom: 20px !important; }
.pb-sm-21px { padding-bottom: 21px !important; }
.pb-sm-22px { padding-bottom: 22px !important; }
.pb-sm-23px { padding-bottom: 23px !important; }
.pb-sm-24px { padding-bottom: 24px !important; }
.pb-sm-25px { padding-bottom: 25px !important; }
.pb-sm-26px { padding-bottom: 26px !important; }
.pb-sm-27px { padding-bottom: 27px !important; }
.pb-sm-28px { padding-bottom: 28px !important; }
.pb-sm-29px { padding-bottom: 29px !important; }
.pb-sm-30px { padding-bottom: 30px !important; }
.pb-sm-35px { padding-bottom: 35px !important; }
.pb-sm-40px { padding-bottom: 40px !important; }
.pb-sm-50px { padding-bottom: 50px !important; }
.pb-sm-55px { padding-bottom: 55px !important; }
.pb-sm-60px { padding-bottom: 60px !important; }
.pb-sm-65px { padding-bottom: 65px !important; }
.pb-sm-70px { padding-bottom: 70px !important; }
.pb-sm-75px { padding-bottom: 75px !important; }
.pb-sm-80px { padding-bottom: 80px !important; }
.pb-sm-85px { padding-bottom: 85px !important; }
.pb-sm-90px { padding-bottom: 90px !important; }
.pb-sm-95px { padding-bottom: 95px !important; }
.pb-sm-100px { padding-bottom: 100px !important; }
.pb-sm-110px { padding-bottom: 110px !important; }
.pb-sm-120px { padding-bottom: 120px !important; }
.pb-sm-130px { padding-bottom: 130px !important; }
.pb-sm-140px { padding-bottom: 140px !important; }
.pb-sm-150px { padding-bottom: 150px !important; }
.pb-sm-160px { padding-bottom: 160px !important; }
.pb-sm-170px { padding-bottom: 170px !important; }
.pb-sm-180px { padding-bottom: 180px !important; }
.pb-sm-190px { padding-bottom: 190px !important; }
.pb-sm-200px { padding-bottom: 200px !important; }
.pb-sm-225px { padding-bottom: 225px !important; }
.pb-sm-250px { padding-bottom: 250px !important; }
.pb-sm-275px { padding-bottom: 275px !important; }
.pb-sm-300px { padding-bottom: 300px !important; }
.pb-sm-325px { padding-bottom: 325px !important; }
.pb-sm-350px { padding-bottom: 350px !important; }
.pb-sm-375px { padding-bottom: 375px !important; }
.pb-sm-400px { padding-bottom: 400px !important; }

.pl-sm-1px { padding-left: 1px !important; }
.pl-sm-2px { padding-left: 2px !important; }
.pl-sm-3px { padding-left: 3px !important; }
.pl-sm-4px { padding-left: 4px !important; }
.pl-sm-5px { padding-left: 5px !important; }
.pl-sm-6px { padding-left: 6px !important; }
.pl-sm-7px { padding-left: 7px !important; }
.pl-sm-8px { padding-left: 8px !important; }
.pl-sm-9px { padding-left: 9px !important; }
.pl-sm-10px { padding-left: 10px !important; }
.pl-sm-11px { padding-left: 11px !important; }
.pl-sm-12px { padding-left: 12px !important; }
.pl-sm-13px { padding-left: 13px !important; }
.pl-sm-14px { padding-left: 14px !important; }
.pl-sm-15px { padding-left: 15px !important; }
.pl-sm-16px { padding-left: 16px !important; }
.pl-sm-17px { padding-left: 17px !important; }
.pl-sm-18px { padding-left: 18px !important; }
.pl-sm-19px { padding-left: 19px !important; }
.pl-sm-20px { padding-left: 20px !important; }
.pl-sm-21px { padding-left: 21px !important; }
.pl-sm-22px { padding-left: 22px !important; }
.pl-sm-23px { padding-left: 23px !important; }
.pl-sm-24px { padding-left: 24px !important; }
.pl-sm-25px { padding-left: 25px !important; }
.pl-sm-26px { padding-left: 26px !important; }
.pl-sm-27px { padding-left: 27px !important; }
.pl-sm-28px { padding-left: 28px !important; }
.pl-sm-29px { padding-left: 29px !important; }
.pl-sm-30px { padding-left: 30px !important; }
.pl-sm-35px { padding-left: 35px !important; }
.pl-sm-40px { padding-left: 40px !important; }
.pl-sm-50px { padding-left: 50px !important; }
.pl-sm-55px { padding-left: 55px !important; }
.pl-sm-60px { padding-left: 60px !important; }
.pl-sm-65px { padding-left: 65px !important; }
.pl-sm-70px { padding-left: 70px !important; }
.pl-sm-75px { padding-left: 75px !important; }
.pl-sm-80px { padding-left: 80px !important; }
.pl-sm-85px { padding-left: 85px !important; }
.pl-sm-90px { padding-left: 90px !important; }
.pl-sm-95px { padding-left: 95px !important; }
.pl-sm-100px { padding-left: 100px !important; }
.pl-sm-110px { padding-left: 110px !important; }
.pl-sm-120px { padding-left: 120px !important; }
.pl-sm-130px { padding-left: 130px !important; }
.pl-sm-140px { padding-left: 140px !important; }
.pl-sm-150px { padding-left: 150px !important; }
.pl-sm-160px { padding-left: 160px !important; }
.pl-sm-170px { padding-left: 170px !important; }
.pl-sm-180px { padding-left: 180px !important; }
.pl-sm-190px { padding-left: 190px !important; }
.pl-sm-200px { padding-left: 200px !important; }
.pl-sm-225px { padding-left: 225px !important; }
.pl-sm-250px { padding-left: 250px !important; }
.pl-sm-275px { padding-left: 275px !important; }
.pl-sm-300px { padding-left: 300px !important; }
.pl-sm-325px { padding-left: 325px !important; }
.pl-sm-350px { padding-left: 350px !important; }
.pl-sm-375px { padding-left: 375px !important; }
.pl-sm-400px { padding-left: 400px !important; }

.w-sm-10 { width: 10% !important; }
.w-sm-20 { width: 20% !important; }
.w-sm-25 { width: 25% !important; }
.w-sm-30 { width: 30% !important; }
.w-sm-40 { width: 40% !important; }
.w-sm-50 { width: 50% !important; }
.w-sm-60 { width: 60% !important; }
.w-sm-70 { width: 70% !important; }
.w-sm-75 { width: 75% !important; }
.w-sm-80 { width: 80% !important; }
.w-sm-90 { width: 90% !important; }
.w-sm-100 { width: 100% !important; }

.w-sm-auto { width: auto !important; }
.w-sm-1px { width: 1px !important; }
.w-sm-2px { width: 2px !important; }
.w-sm-3px { width: 3px !important; }
.w-sm-4px { width: 4px !important; }
.w-sm-5px { width: 5px !important; }
.w-sm-6px { width: 6px !important; }
.w-sm-7px { width: 7px !important; }
.w-sm-8px { width: 8px !important; }
.w-sm-9px { width: 9px !important; }
.w-sm-10px { width: 10px !important; }
.w-sm-15px { width: 15px !important; }
.w-sm-20px { width: 20px !important; }
.w-sm-25px { width: 25px !important; }
.w-sm-30px { width: 30px !important; }
.w-sm-35px { width: 35px !important; }
.w-sm-40px { width: 40px !important; }
.w-sm-45px { width: 45px !important; }
.w-sm-50px { width: 50px !important; }
.w-sm-55px { width: 55px !important; }
.w-sm-60px { width: 60px !important; }
.w-sm-65px { width: 65px !important; }
.w-sm-70px { width: 70px !important; }
.w-sm-75px { width: 75px !important; }
.w-sm-80px { width: 80px !important; }
.w-sm-85px { width: 85px !important; }
.w-sm-90px { width: 90px !important; }
.w-sm-95px { width: 95px !important; }
.w-sm-100px { width: 100px !important; }
.w-sm-125px { width: 125px !important; }
.w-sm-150px { width: 150px !important; }
.w-sm-175px { width: 175px !important; }
.w-sm-200px { width: 200px !important; }
.w-sm-225px { width: 225px !important; }
.w-sm-250px { width: 250px !important; }
.w-sm-275px { width: 275px !important; }
.w-sm-300px { width: 300px !important; }
.w-sm-325px { width: 325px !important; }
.w-sm-350px { width: 350px !important; }
.w-sm-375px { width: 375px !important; }
.w-sm-400px { width: 400px !important; }
.w-sm-425px { width: 425px !important; }
.w-sm-450px { width: 450px !important; }
.w-sm-475px { width: 475px !important; }
.w-sm-500px { width: 500px !important; }
.w-sm-550px { width: 550px !important; }
.w-sm-600px { width: 600px !important; }
.w-sm-650px { width: 650px !important; }
.w-sm-700px { width: 700px !important; }
.w-sm-750px { width: 750px !important; }
.w-sm-800px { width: 800px !important; }
.w-sm-850px { width: 850px !important; }
.w-sm-900px { width: 900px !important; }
.w-sm-950px { width: 950px !important; }
.w-sm-1000px { width: 1000px !important; }
.w-sm-1100px { width: 1100px !important; }
.w-sm-1200px { width: 1200px !important; }
.w-sm-1300px { width: 1300px !important; }
.w-sm-1400px { width: 1400px !important; }

.mw-sm-25 { max-width: 25% !important; }
.mw-sm-50 { max-width: 50% !important; }
.mw-sm-75 { max-width: 75% !important; }
.mw-sm-100 { max-width: 100% !important; }
.mw-sm-auto { max-width: auto !important; }
.mw-sm-1px { max-width: 1px !important; }
.mw-sm-2px { max-width: 2px !important; }
.mw-sm-3px { max-width: 3px !important; }
.mw-sm-4px { max-width: 4px !important; }
.mw-sm-5px { max-width: 5px !important; }
.mw-sm-6px { max-width: 6px !important; }
.mw-sm-7px { max-width: 7px !important; }
.mw-sm-8px { max-width: 8px !important; }
.mw-sm-9px { max-width: 9px !important; }
.mw-sm-10px { max-width: 10px !important; }
.mw-sm-15px { max-width: 15px !important; }
.mw-sm-20px { max-width: 20px !important; }
.mw-sm-25px { max-width: 25px !important; }
.mw-sm-30px { max-width: 30px !important; }
.mw-sm-35px { max-width: 35px !important; }
.mw-sm-40px { max-width: 40px !important; }
.mw-sm-45px { max-width: 45px !important; }
.mw-sm-50px { max-width: 50px !important; }
.mw-sm-55px { max-width: 55px !important; }
.mw-sm-60px { max-width: 60px !important; }
.mw-sm-65px { max-width: 65px !important; }
.mw-sm-70px { max-width: 70px !important; }
.mw-sm-75px { max-width: 75px !important; }
.mw-sm-80px { max-width: 80px !important; }
.mw-sm-85px { max-width: 85px !important; }
.mw-sm-90px { max-width: 90px !important; }
.mw-sm-95px { max-width: 95px !important; }
.mw-sm-100px { max-width: 100px !important; }
.mw-sm-125px { max-width: 125px !important; }
.mw-sm-150px { max-width: 150px !important; }
.mw-sm-175px { max-width: 175px !important; }
.mw-sm-200px { max-width: 200px !important; }
.mw-sm-225px { max-width: 225px !important; }
.mw-sm-250px { max-width: 250px !important; }
.mw-sm-275px { max-width: 275px !important; }
.mw-sm-300px { max-width: 300px !important; }
.mw-sm-325px { max-width: 325px !important; }
.mw-sm-350px { max-width: 350px !important; }
.mw-sm-375px { max-width: 375px !important; }
.mw-sm-400px { max-width: 400px !important; }
.mw-sm-425px { max-width: 425px !important; }
.mw-sm-450px { max-width: 450px !important; }
.mw-sm-475px { max-width: 475px !important; }
.mw-sm-500px { max-width: 500px !important; }
.mw-sm-550px { max-width: 550px !important; }
.mw-sm-600px { max-width: 600px !important; }
.mw-sm-650px { max-width: 650px !important; }
.mw-sm-700px { max-width: 700px !important; }
.mw-sm-750px { max-width: 750px !important; }
.mw-sm-800px { max-width: 800px !important; }
.mw-sm-850px { max-width: 850px !important; }
.mw-sm-900px { max-width: 900px !important; }
.mw-sm-950px { max-width: 950px !important; }
.mw-sm-1000px { max-width: 1000px !important; }
.mw-sm-1100px { max-width: 1100px !important; }
.mw-sm-1200px { max-width: 1200px !important; }
.mw-sm-1300px { max-width: 1300px !important; }
.mw-sm-1400px { max-width: 1400px !important; }

.h-sm-25 { height: 25% !important; }
.h-sm-50 { height: 50% !important; }
.h-sm-75 { height: 75% !important; }
.h-sm-100 { height: 100% !important; }
.h-sm-auto { height: auto !important; }
.h-sm-1px { height: 1px !important; }
.h-sm-2px { height: 2px !important; }
.h-sm-3px { height: 3px !important; }
.h-sm-4px { height: 4px !important; }
.h-sm-5px { height: 5px !important; }
.h-sm-6px { height: 6px !important; }
.h-sm-7px { height: 7px !important; }
.h-sm-8px { height: 8px !important; }
.h-sm-9px { height: 9px !important; }
.h-sm-10px { height: 10px !important; }
.h-sm-15px { height: 15px !important; }
.h-sm-20px { height: 20px !important; }
.h-sm-25px { height: 25px !important; }
.h-sm-30px { height: 30px !important; }
.h-sm-35px { height: 35px !important; }
.h-sm-40px { height: 40px !important; }
.h-sm-45px { height: 45px !important; }
.h-sm-50px { height: 50px !important; }
.h-sm-55px { height: 55px !important; }
.h-sm-60px { height: 60px !important; }
.h-sm-65px { height: 65px !important; }
.h-sm-70px { height: 70px !important; }
.h-sm-75px { height: 75px !important; }
.h-sm-80px { height: 80px !important; }
.h-sm-85px { height: 85px !important; }
.h-sm-90px { height: 90px !important; }
.h-sm-95px { height: 95px !important; }
.h-sm-100px { height: 100px !important; }
.h-sm-125px { height: 125px !important; }
.h-sm-150px { height: 150px !important; }
.h-sm-175px { height: 175px !important; }
.h-sm-200px { height: 200px !important; }
.h-sm-225px { height: 225px !important; }
.h-sm-250px { height: 250px !important; }
.h-sm-275px { height: 275px !important; }
.h-sm-300px { height: 300px !important; }
.h-sm-325px { height: 325px !important; }
.h-sm-350px { height: 350px !important; }
.h-sm-375px { height: 375px !important; }
.h-sm-400px { height: 400px !important; }
.h-sm-425px { height: 425px !important; }
.h-sm-450px { height: 450px !important; }
.h-sm-475px { height: 475px !important; }
.h-sm-500px { height: 500px !important; }
.h-sm-550px { height: 550px !important; }
.h-sm-600px { height: 600px !important; }
.h-sm-650px { height: 650px !important; }
.h-sm-700px { height: 700px !important; }
.h-sm-750px { height: 750px !important; }
.h-sm-800px { height: 800px !important; }
.h-sm-850px { height: 850px !important; }
.h-sm-900px { height: 900px !important; }
.h-sm-950px { height: 950px !important; }
.h-sm-1000px { height: 1000px !important; }
.h-sm-1100px { height: 1100px !important; }
.h-sm-1200px { height: 1200px !important; }
.h-sm-1300px { height: 1300px !important; }
.h-sm-1400px { height: 1400px !important; }

.mh-sm-25 { max-height: 25% !important; }
.mh-sm-50 { max-height: 50% !important; }
.mh-sm-75 { max-height: 75% !important; }
.mh-sm-100 { max-height: 100% !important; }
.mh-sm-auto { max-height: auto !important; }
.mh-sm-1px { max-height: 1px !important; }
.mh-sm-2px { max-height: 2px !important; }
.mh-sm-3px { max-height: 3px !important; }
.mh-sm-4px { max-height: 4px !important; }
.mh-sm-5px { max-height: 5px !important; }
.mh-sm-6px { max-height: 6px !important; }
.mh-sm-7px { max-height: 7px !important; }
.mh-sm-8px { max-height: 8px !important; }
.mh-sm-9px { max-height: 9px !important; }
.mh-sm-10px { max-height: 10px !important; }
.mh-sm-15px { max-height: 15px !important; }
.mh-sm-20px { max-height: 20px !important; }
.mh-sm-25px { max-height: 25px !important; }
.mh-sm-30px { max-height: 30px !important; }
.mh-sm-35px { max-height: 35px !important; }
.mh-sm-40px { max-height: 40px !important; }
.mh-sm-45px { max-height: 45px !important; }
.mh-sm-50px { max-height: 50px !important; }
.mh-sm-55px { max-height: 55px !important; }
.mh-sm-60px { max-height: 60px !important; }
.mh-sm-65px { max-height: 65px !important; }
.mh-sm-70px { max-height: 70px !important; }
.mh-sm-75px { max-height: 75px !important; }
.mh-sm-80px { max-height: 80px !important; }
.mh-sm-85px { max-height: 85px !important; }
.mh-sm-90px { max-height: 90px !important; }
.mh-sm-95px { max-height: 95px !important; }
.mh-sm-100px { max-height: 100px !important; }
.mh-sm-125px { max-height: 125px !important; }
.mh-sm-150px { max-height: 150px !important; }
.mh-sm-175px { max-height: 175px !important; }
.mh-sm-200px { max-height: 200px !important; }
.mh-sm-225px { max-height: 225px !important; }
.mh-sm-250px { max-height: 250px !important; }
.mh-sm-275px { max-height: 275px !important; }
.mh-sm-300px { max-height: 300px !important; }
.mh-sm-325px { max-height: 325px !important; }
.mh-sm-350px { max-height: 350px !important; }
.mh-sm-375px { max-height: 375px !important; }
.mh-sm-400px { max-height: 400px !important; }
.mh-sm-425px { max-height: 425px !important; }
.mh-sm-450px { max-height: 450px !important; }
.mh-sm-475px { max-height: 475px !important; }
.mh-sm-500px { max-height: 500px !important; }
.mh-sm-550px { max-height: 550px !important; }
.mh-sm-600px { max-height: 600px !important; }
.mh-sm-650px { max-height: 650px !important; }
.mh-sm-700px { max-height: 700px !important; }
.mh-sm-750px { max-height: 750px !important; }
.mh-sm-800px { max-height: 800px !important; }
.mh-sm-850px { max-height: 850px !important; }
.mh-sm-900px { max-height: 900px !important; }
.mh-sm-950px { max-height: 950px !important; }
.mh-sm-1000px { max-height: 1000px !important; }
.mh-sm-1100px { max-height: 1100px !important; }
.mh-sm-1200px { max-height: 1200px !important; }
.mh-sm-1300px { max-height: 1300px !important; }
.mh-sm-1400px { max-height: 1400px !important; }

}

/* MD */
@media (min-width: 768px) {
.d-md-none{ display: none !important;   }
.fs-md-8  { font-size: 8px !important;  }
.fs-md-9  { font-size: 9px !important;  }
.fs-md-10 { font-size: 10px !important; }
.fs-md-11 { font-size: 11px !important; }
.fs-md-12 { font-size: 12px !important; }
.fs-md-13 { font-size: 13px !important; }
.fs-md-14 { font-size: 14px !important; }
.fs-md-15 { font-size: 15px !important; }
.fs-md-16 { font-size: 16px !important; }
.fs-md-17 { font-size: 17px !important; }
.fs-md-18 { font-size: 18px !important; }
.fs-md-19 { font-size: 19px !important; }
.fs-md-20 { font-size: 20px !important; }
.fs-md-22 { font-size: 22px !important; }
.fs-md-24 { font-size: 24px !important; }
.fs-md-26 { font-size: 26px !important; }
.fs-md-28 { font-size: 28px !important; }
.fs-md-30 { font-size: 30px !important; }
.fs-md-32 { font-size: 32px !important; }
.fs-md-34 { font-size: 34px !important; }
.fs-md-36 { font-size: 36px !important; }
.fs-md-38 { font-size: 38px !important; }
.fs-md-40 { font-size: 40px !important; }
.fs-md-42 { font-size: 42px !important; }
.fs-md-44 { font-size: 44px !important; }
.fs-md-46 { font-size: 46px !important; }
.fs-md-48 { font-size: 48px !important; }
.fs-md-50 { font-size: 50px !important; }
.fs-md-55 { font-size: 55px !important; }
.fs-md-60 { font-size: 60px !important; }
.fs-md-65 { font-size: 65px !important; }
.fs-md-70 { font-size: 70px !important; }
.fs-md-80 { font-size: 80px !important; }
.fs-md-90 { font-size: 90px !important; }
.fs-md-100 { font-size: 100px !important; }
.fs-md-110 { font-size: 110px !important; }
.fs-md-120 { font-size: 120px !important; }
.fs-md-130 { font-size: 130px !important; }
.fs-md-140 { font-size: 140px !important; }
.fs-md-150 { font-size: 150px !important; }

.fw-md-100 { font-weight: 100 !important; }
.fw-md-200 { font-weight: 200 !important; }
.fw-md-300 { font-weight: 300 !important; }
.fw-md-400 { font-weight: 400 !important; }
.fw-md-500 { font-weight: 500 !important; }
.fw-md-600 { font-weight: 600 !important; }
.fw-md-700 { font-weight: 700 !important; }
.fw-md-800 { font-weight: 800 !important; }
.fw-md-900 { font-weight: 900 !important; }

.mt-md-1px { margin-top: 1px !important; }
.mt-md-2px { margin-top: 2px !important; }
.mt-md-3px { margin-top: 3px !important; }
.mt-md-4px { margin-top: 4px !important; }
.mt-md-5px { margin-top: 5px !important; }
.mt-md-6px { margin-top: 6px !important; }
.mt-md-7px { margin-top: 7px !important; }
.mt-md-8px { margin-top: 8px !important; }
.mt-md-9px { margin-top: 9px !important; }
.mt-md-10px { margin-top: 10px !important; }
.mt-md-11px { margin-top: 11px !important; }
.mt-md-12px { margin-top: 12px !important; }
.mt-md-13px { margin-top: 13px !important; }
.mt-md-14px { margin-top: 14px !important; }
.mt-md-15px { margin-top: 15px !important; }
.mt-md-16px { margin-top: 16px !important; }
.mt-md-17px { margin-top: 17px !important; }
.mt-md-18px { margin-top: 18px !important; }
.mt-md-19px { margin-top: 19px !important; }
.mt-md-20px { margin-top: 20px !important; }
.mt-md-21px { margin-top: 21px !important; }
.mt-md-22px { margin-top: 22px !important; }
.mt-md-23px { margin-top: 23px !important; }
.mt-md-24px { margin-top: 24px !important; }
.mt-md-25px { margin-top: 25px !important; }
.mt-md-26px { margin-top: 26px !important; }
.mt-md-27px { margin-top: 27px !important; }
.mt-md-28px { margin-top: 28px !important; }
.mt-md-29px { margin-top: 29px !important; }
.mt-md-30px { margin-top: 30px !important; }
.mt-md-35px { margin-top: 35px !important; }
.mt-md-40px { margin-top: 40px !important; }
.mt-md-50px { margin-top: 50px !important; }
.mt-md-55px { margin-top: 55px !important; }
.mt-md-60px { margin-top: 60px !important; }
.mt-md-65px { margin-top: 65px !important; }
.mt-md-70px { margin-top: 70px !important; }
.mt-md-75px { margin-top: 75px !important; }
.mt-md-80px { margin-top: 80px !important; }
.mt-md-85px { margin-top: 85px !important; }
.mt-md-90px { margin-top: 90px !important; }
.mt-md-95px { margin-top: 95px !important; }
.mt-md-100px { margin-top: 100px !important; }
.mt-md-110px { margin-top: 110px !important; }
.mt-md-120px { margin-top: 120px !important; }
.mt-md-130px { margin-top: 130px !important; }
.mt-md-140px { margin-top: 140px !important; }
.mt-md-150px { margin-top: 150px !important; }
.mt-md-160px { margin-top: 160px !important; }
.mt-md-170px { margin-top: 170px !important; }
.mt-md-180px { margin-top: 180px !important; }
.mt-md-190px { margin-top: 190px !important; }
.mt-md-200px { margin-top: 200px !important; }
.mt-md-225px { margin-top: 225px !important; }
.mt-md-250px { margin-top: 250px !important; }
.mt-md-275px { margin-top: 275px !important; }
.mt-md-300px { margin-top: 300px !important; }
.mt-md-325px { margin-top: 325px !important; }
.mt-md-350px { margin-top: 350px !important; }
.mt-md-375px { margin-top: 375px !important; }
.mt-md-400px { margin-top: 400px !important; }

.mr-md-1px { margin-right: 1px !important; }
.mr-md-2px { margin-right: 2px !important; }
.mr-md-3px { margin-right: 3px !important; }
.mr-md-4px { margin-right: 4px !important; }
.mr-md-5px { margin-right: 5px !important; }
.mr-md-6px { margin-right: 6px !important; }
.mr-md-7px { margin-right: 7px !important; }
.mr-md-8px { margin-right: 8px !important; }
.mr-md-9px { margin-right: 9px !important; }
.mr-md-10px { margin-right: 10px !important; }
.mr-md-11px { margin-right: 11px !important; }
.mr-md-12px { margin-right: 12px !important; }
.mr-md-13px { margin-right: 13px !important; }
.mr-md-14px { margin-right: 14px !important; }
.mr-md-15px { margin-right: 15px !important; }
.mr-md-16px { margin-right: 16px !important; }
.mr-md-17px { margin-right: 17px !important; }
.mr-md-18px { margin-right: 18px !important; }
.mr-md-19px { margin-right: 19px !important; }
.mr-md-20px { margin-right: 20px !important; }
.mr-md-21px { margin-right: 21px !important; }
.mr-md-22px { margin-right: 22px !important; }
.mr-md-23px { margin-right: 23px !important; }
.mr-md-24px { margin-right: 24px !important; }
.mr-md-25px { margin-right: 25px !important; }
.mr-md-26px { margin-right: 26px !important; }
.mr-md-27px { margin-right: 27px !important; }
.mr-md-28px { margin-right: 28px !important; }
.mr-md-29px { margin-right: 29px !important; }
.mr-md-30px { margin-right: 30px !important; }
.mr-md-35px { margin-right: 35px !important; }
.mr-md-40px { margin-right: 40px !important; }
.mr-md-50px { margin-right: 50px !important; }
.mr-md-55px { margin-right: 55px !important; }
.mr-md-60px { margin-right: 60px !important; }
.mr-md-65px { margin-right: 65px !important; }
.mr-md-70px { margin-right: 70px !important; }
.mr-md-75px { margin-right: 75px !important; }
.mr-md-80px { margin-right: 80px !important; }
.mr-md-85px { margin-right: 85px !important; }
.mr-md-90px { margin-right: 90px !important; }
.mr-md-95px { margin-right: 95px !important; }
.mr-md-100px { margin-right: 100px !important; }
.mr-md-110px { margin-right: 110px !important; }
.mr-md-120px { margin-right: 120px !important; }
.mr-md-130px { margin-right: 130px !important; }
.mr-md-140px { margin-right: 140px !important; }
.mr-md-150px { margin-right: 150px !important; }
.mr-md-160px { margin-right: 160px !important; }
.mr-md-170px { margin-right: 170px !important; }
.mr-md-180px { margin-right: 180px !important; }
.mr-md-190px { margin-right: 190px !important; }
.mr-md-200px { margin-right: 200px !important; }
.mr-md-225px { margin-right: 225px !important; }
.mr-md-250px { margin-right: 250px !important; }
.mr-md-275px { margin-right: 275px !important; }
.mr-md-300px { margin-right: 300px !important; }
.mr-md-325px { margin-right: 325px !important; }
.mr-md-350px { margin-right: 350px !important; }
.mr-md-375px { margin-right: 375px !important; }
.mr-md-400px { margin-right: 400px !important; }

.mb-md-1px { margin-bottom: 1px !important; }
.mb-md-2px { margin-bottom: 2px !important; }
.mb-md-3px { margin-bottom: 3px !important; }
.mb-md-4px { margin-bottom: 4px !important; }
.mb-md-5px { margin-bottom: 5px !important; }
.mb-md-6px { margin-bottom: 6px !important; }
.mb-md-7px { margin-bottom: 7px !important; }
.mb-md-8px { margin-bottom: 8px !important; }
.mb-md-9px { margin-bottom: 9px !important; }
.mb-md-10px { margin-bottom: 10px !important; }
.mb-md-11px { margin-bottom: 11px !important; }
.mb-md-12px { margin-bottom: 12px !important; }
.mb-md-13px { margin-bottom: 13px !important; }
.mb-md-14px { margin-bottom: 14px !important; }
.mb-md-15px { margin-bottom: 15px !important; }
.mb-md-16px { margin-bottom: 16px !important; }
.mb-md-17px { margin-bottom: 17px !important; }
.mb-md-18px { margin-bottom: 18px !important; }
.mb-md-19px { margin-bottom: 19px !important; }
.mb-md-20px { margin-bottom: 20px !important; }
.mb-md-21px { margin-bottom: 21px !important; }
.mb-md-22px { margin-bottom: 22px !important; }
.mb-md-23px { margin-bottom: 23px !important; }
.mb-md-24px { margin-bottom: 24px !important; }
.mb-md-25px { margin-bottom: 25px !important; }
.mb-md-26px { margin-bottom: 26px !important; }
.mb-md-27px { margin-bottom: 27px !important; }
.mb-md-28px { margin-bottom: 28px !important; }
.mb-md-29px { margin-bottom: 29px !important; }
.mb-md-30px { margin-bottom: 30px !important; }
.mb-md-35px { margin-bottom: 35px !important; }
.mb-md-40px { margin-bottom: 40px !important; }
.mb-md-50px { margin-bottom: 50px !important; }
.mb-md-55px { margin-bottom: 55px !important; }
.mb-md-60px { margin-bottom: 60px !important; }
.mb-md-65px { margin-bottom: 65px !important; }
.mb-md-70px { margin-bottom: 70px !important; }
.mb-md-75px { margin-bottom: 75px !important; }
.mb-md-80px { margin-bottom: 80px !important; }
.mb-md-85px { margin-bottom: 85px !important; }
.mb-md-90px { margin-bottom: 90px !important; }
.mb-md-95px { margin-bottom: 95px !important; }
.mb-md-100px { margin-bottom: 100px !important; }
.mb-md-110px { margin-bottom: 110px !important; }
.mb-md-120px { margin-bottom: 120px !important; }
.mb-md-130px { margin-bottom: 130px !important; }
.mb-md-140px { margin-bottom: 140px !important; }
.mb-md-150px { margin-bottom: 150px !important; }
.mb-md-160px { margin-bottom: 160px !important; }
.mb-md-170px { margin-bottom: 170px !important; }
.mb-md-180px { margin-bottom: 180px !important; }
.mb-md-190px { margin-bottom: 190px !important; }
.mb-md-200px { margin-bottom: 200px !important; }
.mb-md-225px { margin-bottom: 225px !important; }
.mb-md-250px { margin-bottom: 250px !important; }
.mb-md-275px { margin-bottom: 275px !important; }
.mb-md-300px { margin-bottom: 300px !important; }
.mb-md-325px { margin-bottom: 325px !important; }
.mb-md-350px { margin-bottom: 350px !important; }
.mb-md-375px { margin-bottom: 375px !important; }
.mb-md-400px { margin-bottom: 400px !important; }

.ml-md-1px { margin-left: 1px !important; }
.ml-md-2px { margin-left: 2px !important; }
.ml-md-3px { margin-left: 3px !important; }
.ml-md-4px { margin-left: 4px !important; }
.ml-md-5px { margin-left: 5px !important; }
.ml-md-6px { margin-left: 6px !important; }
.ml-md-7px { margin-left: 7px !important; }
.ml-md-8px { margin-left: 8px !important; }
.ml-md-9px { margin-left: 9px !important; }
.ml-md-10px { margin-left: 10px !important; }
.ml-md-11px { margin-left: 11px !important; }
.ml-md-12px { margin-left: 12px !important; }
.ml-md-13px { margin-left: 13px !important; }
.ml-md-14px { margin-left: 14px !important; }
.ml-md-15px { margin-left: 15px !important; }
.ml-md-16px { margin-left: 16px !important; }
.ml-md-17px { margin-left: 17px !important; }
.ml-md-18px { margin-left: 18px !important; }
.ml-md-19px { margin-left: 19px !important; }
.ml-md-20px { margin-left: 20px !important; }
.ml-md-21px { margin-left: 21px !important; }
.ml-md-22px { margin-left: 22px !important; }
.ml-md-23px { margin-left: 23px !important; }
.ml-md-24px { margin-left: 24px !important; }
.ml-md-25px { margin-left: 25px !important; }
.ml-md-26px { margin-left: 26px !important; }
.ml-md-27px { margin-left: 27px !important; }
.ml-md-28px { margin-left: 28px !important; }
.ml-md-29px { margin-left: 29px !important; }
.ml-md-30px { margin-left: 30px !important; }
.ml-md-35px { margin-left: 35px !important; }
.ml-md-40px { margin-left: 40px !important; }
.ml-md-50px { margin-left: 50px !important; }
.ml-md-55px { margin-left: 55px !important; }
.ml-md-60px { margin-left: 60px !important; }
.ml-md-65px { margin-left: 65px !important; }
.ml-md-70px { margin-left: 70px !important; }
.ml-md-75px { margin-left: 75px !important; }
.ml-md-80px { margin-left: 80px !important; }
.ml-md-85px { margin-left: 85px !important; }
.ml-md-90px { margin-left: 90px !important; }
.ml-md-95px { margin-left: 95px !important; }
.ml-md-100px { margin-left: 100px !important; }
.ml-md-110px { margin-left: 110px !important; }
.ml-md-120px { margin-left: 120px !important; }
.ml-md-130px { margin-left: 130px !important; }
.ml-md-140px { margin-left: 140px !important; }
.ml-md-150px { margin-left: 150px !important; }
.ml-md-160px { margin-left: 160px !important; }
.ml-md-170px { margin-left: 170px !important; }
.ml-md-180px { margin-left: 180px !important; }
.ml-md-190px { margin-left: 190px !important; }
.ml-md-200px { margin-left: 200px !important; }
.ml-md-225px { margin-left: 225px !important; }
.ml-md-250px { margin-left: 250px !important; }
.ml-md-275px { margin-left: 275px !important; }
.ml-md-300px { margin-left: 300px !important; }
.ml-md-325px { margin-left: 325px !important; }
.ml-md-350px { margin-left: 350px !important; }
.ml-md-375px { margin-left: 375px !important; }
.ml-md-400px { margin-left: 400px !important; }

.pt-md-1px { padding-top: 1px !important; }
.pt-md-2px { padding-top: 2px !important; }
.pt-md-3px { padding-top: 3px !important; }
.pt-md-4px { padding-top: 4px !important; }
.pt-md-5px { padding-top: 5px !important; }
.pt-md-6px { padding-top: 6px !important; }
.pt-md-7px { padding-top: 7px !important; }
.pt-md-8px { padding-top: 8px !important; }
.pt-md-9px { padding-top: 9px !important; }
.pt-md-10px { padding-top: 10px !important; }
.pt-md-11px { padding-top: 11px !important; }
.pt-md-12px { padding-top: 12px !important; }
.pt-md-13px { padding-top: 13px !important; }
.pt-md-14px { padding-top: 14px !important; }
.pt-md-15px { padding-top: 15px !important; }
.pt-md-16px { padding-top: 16px !important; }
.pt-md-17px { padding-top: 17px !important; }
.pt-md-18px { padding-top: 18px !important; }
.pt-md-19px { padding-top: 19px !important; }
.pt-md-20px { padding-top: 20px !important; }
.pt-md-21px { padding-top: 21px !important; }
.pt-md-22px { padding-top: 22px !important; }
.pt-md-23px { padding-top: 23px !important; }
.pt-md-24px { padding-top: 24px !important; }
.pt-md-25px { padding-top: 25px !important; }
.pt-md-26px { padding-top: 26px !important; }
.pt-md-27px { padding-top: 27px !important; }
.pt-md-28px { padding-top: 28px !important; }
.pt-md-29px { padding-top: 29px !important; }
.pt-md-30px { padding-top: 30px !important; }
.pt-md-35px { padding-top: 35px !important; }
.pt-md-40px { padding-top: 40px !important; }
.pt-md-50px { padding-top: 50px !important; }
.pt-md-55px { padding-top: 55px !important; }
.pt-md-60px { padding-top: 60px !important; }
.pt-md-65px { padding-top: 65px !important; }
.pt-md-70px { padding-top: 70px !important; }
.pt-md-75px { padding-top: 75px !important; }
.pt-md-80px { padding-top: 80px !important; }
.pt-md-85px { padding-top: 85px !important; }
.pt-md-90px { padding-top: 90px !important; }
.pt-md-95px { padding-top: 95px !important; }
.pt-md-100px { padding-top: 100px !important; }
.pt-md-110px { padding-top: 110px !important; }
.pt-md-120px { padding-top: 120px !important; }
.pt-md-130px { padding-top: 130px !important; }
.pt-md-140px { padding-top: 140px !important; }
.pt-md-150px { padding-top: 150px !important; }
.pt-md-160px { padding-top: 160px !important; }
.pt-md-170px { padding-top: 170px !important; }
.pt-md-180px { padding-top: 180px !important; }
.pt-md-190px { padding-top: 190px !important; }
.pt-md-200px { padding-top: 200px !important; }
.pt-md-225px { padding-top: 225px !important; }
.pt-md-250px { padding-top: 250px !important; }
.pt-md-275px { padding-top: 275px !important; }
.pt-md-300px { padding-top: 300px !important; }
.pt-md-325px { padding-top: 325px !important; }
.pt-md-350px { padding-top: 350px !important; }
.pt-md-375px { padding-top: 375px !important; }
.pt-md-400px { padding-top: 400px !important; }

.pr-md-1px { padding-right: 1px !important; }
.pr-md-2px { padding-right: 2px !important; }
.pr-md-3px { padding-right: 3px !important; }
.pr-md-4px { padding-right: 4px !important; }
.pr-md-5px { padding-right: 5px !important; }
.pr-md-6px { padding-right: 6px !important; }
.pr-md-7px { padding-right: 7px !important; }
.pr-md-8px { padding-right: 8px !important; }
.pr-md-9px { padding-right: 9px !important; }
.pr-md-10px { padding-right: 10px !important; }
.pr-md-11px { padding-right: 11px !important; }
.pr-md-12px { padding-right: 12px !important; }
.pr-md-13px { padding-right: 13px !important; }
.pr-md-14px { padding-right: 14px !important; }
.pr-md-15px { padding-right: 15px !important; }
.pr-md-16px { padding-right: 16px !important; }
.pr-md-17px { padding-right: 17px !important; }
.pr-md-18px { padding-right: 18px !important; }
.pr-md-19px { padding-right: 19px !important; }
.pr-md-20px { padding-right: 20px !important; }
.pr-md-21px { padding-right: 21px !important; }
.pr-md-22px { padding-right: 22px !important; }
.pr-md-23px { padding-right: 23px !important; }
.pr-md-24px { padding-right: 24px !important; }
.pr-md-25px { padding-right: 25px !important; }
.pr-md-26px { padding-right: 26px !important; }
.pr-md-27px { padding-right: 27px !important; }
.pr-md-28px { padding-right: 28px !important; }
.pr-md-29px { padding-right: 29px !important; }
.pr-md-30px { padding-right: 30px !important; }
.pr-md-35px { padding-right: 35px !important; }
.pr-md-40px { padding-right: 40px !important; }
.pr-md-50px { padding-right: 50px !important; }
.pr-md-55px { padding-right: 55px !important; }
.pr-md-60px { padding-right: 60px !important; }
.pr-md-65px { padding-right: 65px !important; }
.pr-md-70px { padding-right: 70px !important; }
.pr-md-75px { padding-right: 75px !important; }
.pr-md-80px { padding-right: 80px !important; }
.pr-md-85px { padding-right: 85px !important; }
.pr-md-90px { padding-right: 90px !important; }
.pr-md-95px { padding-right: 95px !important; }
.pr-md-100px { padding-right: 100px !important; }
.pr-md-110px { padding-right: 110px !important; }
.pr-md-120px { padding-right: 120px !important; }
.pr-md-130px { padding-right: 130px !important; }
.pr-md-140px { padding-right: 140px !important; }
.pr-md-150px { padding-right: 150px !important; }
.pr-md-160px { padding-right: 160px !important; }
.pr-md-170px { padding-right: 170px !important; }
.pr-md-180px { padding-right: 180px !important; }
.pr-md-190px { padding-right: 190px !important; }
.pr-md-200px { padding-right: 200px !important; }
.pr-md-225px { padding-right: 225px !important; }
.pr-md-250px { padding-right: 250px !important; }
.pr-md-275px { padding-right: 275px !important; }
.pr-md-300px { padding-right: 300px !important; }
.pr-md-325px { padding-right: 325px !important; }
.pr-md-350px { padding-right: 350px !important; }
.pr-md-375px { padding-right: 375px !important; }
.pr-md-400px { padding-right: 400px !important; }

.pb-md-1px { padding-bottom: 1px !important; }
.pb-md-2px { padding-bottom: 2px !important; }
.pb-md-3px { padding-bottom: 3px !important; }
.pb-md-4px { padding-bottom: 4px !important; }
.pb-md-5px { padding-bottom: 5px !important; }
.pb-md-6px { padding-bottom: 6px !important; }
.pb-md-7px { padding-bottom: 7px !important; }
.pb-md-8px { padding-bottom: 8px !important; }
.pb-md-9px { padding-bottom: 9px !important; }
.pb-md-10px { padding-bottom: 10px !important; }
.pb-md-11px { padding-bottom: 11px !important; }
.pb-md-12px { padding-bottom: 12px !important; }
.pb-md-13px { padding-bottom: 13px !important; }
.pb-md-14px { padding-bottom: 14px !important; }
.pb-md-15px { padding-bottom: 15px !important; }
.pb-md-16px { padding-bottom: 16px !important; }
.pb-md-17px { padding-bottom: 17px !important; }
.pb-md-18px { padding-bottom: 18px !important; }
.pb-md-19px { padding-bottom: 19px !important; }
.pb-md-20px { padding-bottom: 20px !important; }
.pb-md-21px { padding-bottom: 21px !important; }
.pb-md-22px { padding-bottom: 22px !important; }
.pb-md-23px { padding-bottom: 23px !important; }
.pb-md-24px { padding-bottom: 24px !important; }
.pb-md-25px { padding-bottom: 25px !important; }
.pb-md-26px { padding-bottom: 26px !important; }
.pb-md-27px { padding-bottom: 27px !important; }
.pb-md-28px { padding-bottom: 28px !important; }
.pb-md-29px { padding-bottom: 29px !important; }
.pb-md-30px { padding-bottom: 30px !important; }
.pb-md-35px { padding-bottom: 35px !important; }
.pb-md-40px { padding-bottom: 40px !important; }
.pb-md-50px { padding-bottom: 50px !important; }
.pb-md-55px { padding-bottom: 55px !important; }
.pb-md-60px { padding-bottom: 60px !important; }
.pb-md-65px { padding-bottom: 65px !important; }
.pb-md-70px { padding-bottom: 70px !important; }
.pb-md-75px { padding-bottom: 75px !important; }
.pb-md-80px { padding-bottom: 80px !important; }
.pb-md-85px { padding-bottom: 85px !important; }
.pb-md-90px { padding-bottom: 90px !important; }
.pb-md-95px { padding-bottom: 95px !important; }
.pb-md-100px { padding-bottom: 100px !important; }
.pb-md-110px { padding-bottom: 110px !important; }
.pb-md-120px { padding-bottom: 120px !important; }
.pb-md-130px { padding-bottom: 130px !important; }
.pb-md-140px { padding-bottom: 140px !important; }
.pb-md-150px { padding-bottom: 150px !important; }
.pb-md-160px { padding-bottom: 160px !important; }
.pb-md-170px { padding-bottom: 170px !important; }
.pb-md-180px { padding-bottom: 180px !important; }
.pb-md-190px { padding-bottom: 190px !important; }
.pb-md-200px { padding-bottom: 200px !important; }
.pb-md-225px { padding-bottom: 225px !important; }
.pb-md-250px { padding-bottom: 250px !important; }
.pb-md-275px { padding-bottom: 275px !important; }
.pb-md-300px { padding-bottom: 300px !important; }
.pb-md-325px { padding-bottom: 325px !important; }
.pb-md-350px { padding-bottom: 350px !important; }
.pb-md-375px { padding-bottom: 375px !important; }
.pb-md-400px { padding-bottom: 400px !important; }

.pl-md-1px { padding-left: 1px !important; }
.pl-md-2px { padding-left: 2px !important; }
.pl-md-3px { padding-left: 3px !important; }
.pl-md-4px { padding-left: 4px !important; }
.pl-md-5px { padding-left: 5px !important; }
.pl-md-6px { padding-left: 6px !important; }
.pl-md-7px { padding-left: 7px !important; }
.pl-md-8px { padding-left: 8px !important; }
.pl-md-9px { padding-left: 9px !important; }
.pl-md-10px { padding-left: 10px !important; }
.pl-md-11px { padding-left: 11px !important; }
.pl-md-12px { padding-left: 12px !important; }
.pl-md-13px { padding-left: 13px !important; }
.pl-md-14px { padding-left: 14px !important; }
.pl-md-15px { padding-left: 15px !important; }
.pl-md-16px { padding-left: 16px !important; }
.pl-md-17px { padding-left: 17px !important; }
.pl-md-18px { padding-left: 18px !important; }
.pl-md-19px { padding-left: 19px !important; }
.pl-md-20px { padding-left: 20px !important; }
.pl-md-21px { padding-left: 21px !important; }
.pl-md-22px { padding-left: 22px !important; }
.pl-md-23px { padding-left: 23px !important; }
.pl-md-24px { padding-left: 24px !important; }
.pl-md-25px { padding-left: 25px !important; }
.pl-md-26px { padding-left: 26px !important; }
.pl-md-27px { padding-left: 27px !important; }
.pl-md-28px { padding-left: 28px !important; }
.pl-md-29px { padding-left: 29px !important; }
.pl-md-30px { padding-left: 30px !important; }
.pl-md-35px { padding-left: 35px !important; }
.pl-md-40px { padding-left: 40px !important; }
.pl-md-50px { padding-left: 50px !important; }
.pl-md-55px { padding-left: 55px !important; }
.pl-md-60px { padding-left: 60px !important; }
.pl-md-65px { padding-left: 65px !important; }
.pl-md-70px { padding-left: 70px !important; }
.pl-md-75px { padding-left: 75px !important; }
.pl-md-80px { padding-left: 80px !important; }
.pl-md-85px { padding-left: 85px !important; }
.pl-md-90px { padding-left: 90px !important; }
.pl-md-95px { padding-left: 95px !important; }
.pl-md-100px { padding-left: 100px !important; }
.pl-md-110px { padding-left: 110px !important; }
.pl-md-120px { padding-left: 120px !important; }
.pl-md-130px { padding-left: 130px !important; }
.pl-md-140px { padding-left: 140px !important; }
.pl-md-150px { padding-left: 150px !important; }
.pl-md-160px { padding-left: 160px !important; }
.pl-md-170px { padding-left: 170px !important; }
.pl-md-180px { padding-left: 180px !important; }
.pl-md-190px { padding-left: 190px !important; }
.pl-md-200px { padding-left: 200px !important; }
.pl-md-225px { padding-left: 225px !important; }
.pl-md-250px { padding-left: 250px !important; }
.pl-md-275px { padding-left: 275px !important; }
.pl-md-300px { padding-left: 300px !important; }
.pl-md-325px { padding-left: 325px !important; }
.pl-md-350px { padding-left: 350px !important; }
.pl-md-375px { padding-left: 375px !important; }
.pl-md-400px { padding-left: 400px !important; }

.w-md-10 { width: 10% !important; }
.w-md-20 { width: 20% !important; }
.w-md-25 { width: 25% !important; }
.w-md-30 { width: 30% !important; }
.w-md-40 { width: 40% !important; }
.w-md-50 { width: 50% !important; }
.w-md-60 { width: 60% !important; }
.w-md-70 { width: 70% !important; }
.w-md-75 { width: 75% !important; }
.w-md-80 { width: 80% !important; }
.w-md-90 { width: 90% !important; }
.w-md-100 { width: 100% !important; }

.w-md-auto { width: auto !important; }
.w-md-1px { width: 1px !important; }
.w-md-2px { width: 2px !important; }
.w-md-3px { width: 3px !important; }
.w-md-4px { width: 4px !important; }
.w-md-5px { width: 5px !important; }
.w-md-6px { width: 6px !important; }
.w-md-7px { width: 7px !important; }
.w-md-8px { width: 8px !important; }
.w-md-9px { width: 9px !important; }
.w-md-10px { width: 10px !important; }
.w-md-15px { width: 15px !important; }
.w-md-20px { width: 20px !important; }
.w-md-25px { width: 25px !important; }
.w-md-30px { width: 30px !important; }
.w-md-35px { width: 35px !important; }
.w-md-40px { width: 40px !important; }
.w-md-45px { width: 45px !important; }
.w-md-50px { width: 50px !important; }
.w-md-55px { width: 55px !important; }
.w-md-60px { width: 60px !important; }
.w-md-65px { width: 65px !important; }
.w-md-70px { width: 70px !important; }
.w-md-75px { width: 75px !important; }
.w-md-80px { width: 80px !important; }
.w-md-85px { width: 85px !important; }
.w-md-90px { width: 90px !important; }
.w-md-95px { width: 95px !important; }
.w-md-100px { width: 100px !important; }
.w-md-125px { width: 125px !important; }
.w-md-150px { width: 150px !important; }
.w-md-175px { width: 175px !important; }
.w-md-200px { width: 200px !important; }
.w-md-225px { width: 225px !important; }
.w-md-250px { width: 250px !important; }
.w-md-275px { width: 275px !important; }
.w-md-300px { width: 300px !important; }
.w-md-325px { width: 325px !important; }
.w-md-350px { width: 350px !important; }
.w-md-375px { width: 375px !important; }
.w-md-400px { width: 400px !important; }
.w-md-425px { width: 425px !important; }
.w-md-450px { width: 450px !important; }
.w-md-475px { width: 475px !important; }
.w-md-500px { width: 500px !important; }
.w-md-550px { width: 550px !important; }
.w-md-600px { width: 600px !important; }
.w-md-650px { width: 650px !important; }
.w-md-700px { width: 700px !important; }
.w-md-750px { width: 750px !important; }
.w-md-800px { width: 800px !important; }
.w-md-850px { width: 850px !important; }
.w-md-900px { width: 900px !important; }
.w-md-950px { width: 950px !important; }
.w-md-1000px { width: 1000px !important; }
.w-md-1100px { width: 1100px !important; }
.w-md-1200px { width: 1200px !important; }
.w-md-1300px { width: 1300px !important; }
.w-md-1400px { width: 1400px !important; }

.mw-md-25 { max-width: 25% !important; }
.mw-md-50 { max-width: 50% !important; }
.mw-md-75 { max-width: 75% !important; }
.mw-md-100 { max-width: 100% !important; }
.mw-md-auto { max-width: auto !important; }
.mw-md-1px { max-width: 1px !important; }
.mw-md-2px { max-width: 2px !important; }
.mw-md-3px { max-width: 3px !important; }
.mw-md-4px { max-width: 4px !important; }
.mw-md-5px { max-width: 5px !important; }
.mw-md-6px { max-width: 6px !important; }
.mw-md-7px { max-width: 7px !important; }
.mw-md-8px { max-width: 8px !important; }
.mw-md-9px { max-width: 9px !important; }
.mw-md-10px { max-width: 10px !important; }
.mw-md-15px { max-width: 15px !important; }
.mw-md-20px { max-width: 20px !important; }
.mw-md-25px { max-width: 25px !important; }
.mw-md-30px { max-width: 30px !important; }
.mw-md-35px { max-width: 35px !important; }
.mw-md-40px { max-width: 40px !important; }
.mw-md-45px { max-width: 45px !important; }
.mw-md-50px { max-width: 50px !important; }
.mw-md-55px { max-width: 55px !important; }
.mw-md-60px { max-width: 60px !important; }
.mw-md-65px { max-width: 65px !important; }
.mw-md-70px { max-width: 70px !important; }
.mw-md-75px { max-width: 75px !important; }
.mw-md-80px { max-width: 80px !important; }
.mw-md-85px { max-width: 85px !important; }
.mw-md-90px { max-width: 90px !important; }
.mw-md-95px { max-width: 95px !important; }
.mw-md-100px { max-width: 100px !important; }
.mw-md-125px { max-width: 125px !important; }
.mw-md-150px { max-width: 150px !important; }
.mw-md-175px { max-width: 175px !important; }
.mw-md-200px { max-width: 200px !important; }
.mw-md-225px { max-width: 225px !important; }
.mw-md-250px { max-width: 250px !important; }
.mw-md-275px { max-width: 275px !important; }
.mw-md-300px { max-width: 300px !important; }
.mw-md-325px { max-width: 325px !important; }
.mw-md-350px { max-width: 350px !important; }
.mw-md-375px { max-width: 375px !important; }
.mw-md-400px { max-width: 400px !important; }
.mw-md-425px { max-width: 425px !important; }
.mw-md-450px { max-width: 450px !important; }
.mw-md-475px { max-width: 475px !important; }
.mw-md-500px { max-width: 500px !important; }
.mw-md-550px { max-width: 550px !important; }
.mw-md-600px { max-width: 600px !important; }
.mw-md-650px { max-width: 650px !important; }
.mw-md-700px { max-width: 700px !important; }
.mw-md-750px { max-width: 750px !important; }
.mw-md-800px { max-width: 800px !important; }
.mw-md-850px { max-width: 850px !important; }
.mw-md-900px { max-width: 900px !important; }
.mw-md-950px { max-width: 950px !important; }
.mw-md-1000px { max-width: 1000px !important; }
.mw-md-1100px { max-width: 1100px !important; }
.mw-md-1200px { max-width: 1200px !important; }
.mw-md-1300px { max-width: 1300px !important; }
.mw-md-1400px { max-width: 1400px !important; }

.h-md-25 { height: 25% !important; }
.h-md-50 { height: 50% !important; }
.h-md-75 { height: 75% !important; }
.h-md-100 { height: 100% !important; }
.h-md-auto { height: auto !important; }
.h-md-1px { height: 1px !important; }
.h-md-2px { height: 2px !important; }
.h-md-3px { height: 3px !important; }
.h-md-4px { height: 4px !important; }
.h-md-5px { height: 5px !important; }
.h-md-6px { height: 6px !important; }
.h-md-7px { height: 7px !important; }
.h-md-8px { height: 8px !important; }
.h-md-9px { height: 9px !important; }
.h-md-10px { height: 10px !important; }
.h-md-15px { height: 15px !important; }
.h-md-20px { height: 20px !important; }
.h-md-25px { height: 25px !important; }
.h-md-30px { height: 30px !important; }
.h-md-35px { height: 35px !important; }
.h-md-40px { height: 40px !important; }
.h-md-45px { height: 45px !important; }
.h-md-50px { height: 50px !important; }
.h-md-55px { height: 55px !important; }
.h-md-60px { height: 60px !important; }
.h-md-65px { height: 65px !important; }
.h-md-70px { height: 70px !important; }
.h-md-75px { height: 75px !important; }
.h-md-80px { height: 80px !important; }
.h-md-85px { height: 85px !important; }
.h-md-90px { height: 90px !important; }
.h-md-95px { height: 95px !important; }
.h-md-100px { height: 100px !important; }
.h-md-125px { height: 125px !important; }
.h-md-150px { height: 150px !important; }
.h-md-175px { height: 175px !important; }
.h-md-200px { height: 200px !important; }
.h-md-225px { height: 225px !important; }
.h-md-250px { height: 250px !important; }
.h-md-275px { height: 275px !important; }
.h-md-300px { height: 300px !important; }
.h-md-325px { height: 325px !important; }
.h-md-350px { height: 350px !important; }
.h-md-375px { height: 375px !important; }
.h-md-400px { height: 400px !important; }
.h-md-425px { height: 425px !important; }
.h-md-450px { height: 450px !important; }
.h-md-475px { height: 475px !important; }
.h-md-500px { height: 500px !important; }
.h-md-550px { height: 550px !important; }
.h-md-600px { height: 600px !important; }
.h-md-650px { height: 650px !important; }
.h-md-700px { height: 700px !important; }
.h-md-750px { height: 750px !important; }
.h-md-800px { height: 800px !important; }
.h-md-850px { height: 850px !important; }
.h-md-900px { height: 900px !important; }
.h-md-950px { height: 950px !important; }
.h-md-1000px { height: 1000px !important; }
.h-md-1100px { height: 1100px !important; }
.h-md-1200px { height: 1200px !important; }
.h-md-1300px { height: 1300px !important; }
.h-md-1400px { height: 1400px !important; }

.mh-md-25 { max-height: 25% !important; }
.mh-md-50 { max-height: 50% !important; }
.mh-md-75 { max-height: 75% !important; }
.mh-md-100 { max-height: 100% !important; }
.mh-md-auto { max-height: auto !important; }
.mh-md-1px { max-height: 1px !important; }
.mh-md-2px { max-height: 2px !important; }
.mh-md-3px { max-height: 3px !important; }
.mh-md-4px { max-height: 4px !important; }
.mh-md-5px { max-height: 5px !important; }
.mh-md-6px { max-height: 6px !important; }
.mh-md-7px { max-height: 7px !important; }
.mh-md-8px { max-height: 8px !important; }
.mh-md-9px { max-height: 9px !important; }
.mh-md-10px { max-height: 10px !important; }
.mh-md-15px { max-height: 15px !important; }
.mh-md-20px { max-height: 20px !important; }
.mh-md-25px { max-height: 25px !important; }
.mh-md-30px { max-height: 30px !important; }
.mh-md-35px { max-height: 35px !important; }
.mh-md-40px { max-height: 40px !important; }
.mh-md-45px { max-height: 45px !important; }
.mh-md-50px { max-height: 50px !important; }
.mh-md-55px { max-height: 55px !important; }
.mh-md-60px { max-height: 60px !important; }
.mh-md-65px { max-height: 65px !important; }
.mh-md-70px { max-height: 70px !important; }
.mh-md-75px { max-height: 75px !important; }
.mh-md-80px { max-height: 80px !important; }
.mh-md-85px { max-height: 85px !important; }
.mh-md-90px { max-height: 90px !important; }
.mh-md-95px { max-height: 95px !important; }
.mh-md-100px { max-height: 100px !important; }
.mh-md-125px { max-height: 125px !important; }
.mh-md-150px { max-height: 150px !important; }
.mh-md-175px { max-height: 175px !important; }
.mh-md-200px { max-height: 200px !important; }
.mh-md-225px { max-height: 225px !important; }
.mh-md-250px { max-height: 250px !important; }
.mh-md-275px { max-height: 275px !important; }
.mh-md-300px { max-height: 300px !important; }
.mh-md-325px { max-height: 325px !important; }
.mh-md-350px { max-height: 350px !important; }
.mh-md-375px { max-height: 375px !important; }
.mh-md-400px { max-height: 400px !important; }
.mh-md-425px { max-height: 425px !important; }
.mh-md-450px { max-height: 450px !important; }
.mh-md-475px { max-height: 475px !important; }
.mh-md-500px { max-height: 500px !important; }
.mh-md-550px { max-height: 550px !important; }
.mh-md-600px { max-height: 600px !important; }
.mh-md-650px { max-height: 650px !important; }
.mh-md-700px { max-height: 700px !important; }
.mh-md-750px { max-height: 750px !important; }
.mh-md-800px { max-height: 800px !important; }
.mh-md-850px { max-height: 850px !important; }
.mh-md-900px { max-height: 900px !important; }
.mh-md-950px { max-height: 950px !important; }
.mh-md-1000px { max-height: 1000px !important; }
.mh-md-1100px { max-height: 1100px !important; }
.mh-md-1200px { max-height: 1200px !important; }
.mh-md-1300px { max-height: 1300px !important; }
.mh-md-1400px { max-height: 1400px !important; }

}

@media (min-width: 992px)  {
/* LG */
.d-lg-none{ display: none !important;   }
.fs-lg-8  { font-size: 8px !important;  }
.fs-lg-9  { font-size: 9px !important;  }
.fs-lg-10 { font-size: 10px !important; }
.fs-lg-11 { font-size: 11px !important; }
.fs-lg-12 { font-size: 12px !important; }
.fs-lg-13 { font-size: 13px !important; }
.fs-lg-14 { font-size: 14px !important; }
.fs-lg-15 { font-size: 15px !important; }
.fs-lg-16 { font-size: 16px !important; }
.fs-lg-17 { font-size: 17px !important; }
.fs-lg-18 { font-size: 18px !important; }
.fs-lg-19 { font-size: 19px !important; }
.fs-lg-20 { font-size: 20px !important; }
.fs-lg-22 { font-size: 22px !important; }
.fs-lg-24 { font-size: 24px !important; }
.fs-lg-26 { font-size: 26px !important; }
.fs-lg-28 { font-size: 28px !important; }
.fs-lg-30 { font-size: 30px !important; }
.fs-lg-32 { font-size: 32px !important; }
.fs-lg-34 { font-size: 34px !important; }
.fs-lg-36 { font-size: 36px !important; }
.fs-lg-38 { font-size: 38px !important; }
.fs-lg-40 { font-size: 40px !important; }
.fs-lg-42 { font-size: 42px !important; }
.fs-lg-44 { font-size: 44px !important; }
.fs-lg-46 { font-size: 46px !important; }
.fs-lg-48 { font-size: 48px !important; }
.fs-lg-50 { font-size: 50px !important; }
.fs-lg-55 { font-size: 55px !important; }
.fs-lg-60 { font-size: 60px !important; }
.fs-lg-65 { font-size: 65px !important; }
.fs-lg-70 { font-size: 70px !important; }
.fs-lg-80 { font-size: 80px !important; }
.fs-lg-90 { font-size: 90px !important; }
.fs-lg-100 { font-size: 100px !important; }
.fs-lg-110 { font-size: 110px !important; }
.fs-lg-120 { font-size: 120px !important; }
.fs-lg-130 { font-size: 130px !important; }
.fs-lg-140 { font-size: 140px !important; }
.fs-lg-150 { font-size: 150px !important; }

.fw-lg-100 { font-weight: 100 !important; }
.fw-lg-200 { font-weight: 200 !important; }
.fw-lg-300 { font-weight: 300 !important; }
.fw-lg-400 { font-weight: 400 !important; }
.fw-lg-500 { font-weight: 500 !important; }
.fw-lg-600 { font-weight: 600 !important; }
.fw-lg-700 { font-weight: 700 !important; }
.fw-lg-800 { font-weight: 800 !important; }
.fw-lg-900 { font-weight: 900 !important; }

.mt-lg-1px { margin-top: 1px !important; }
.mt-lg-2px { margin-top: 2px !important; }
.mt-lg-3px { margin-top: 3px !important; }
.mt-lg-4px { margin-top: 4px !important; }
.mt-lg-5px { margin-top: 5px !important; }
.mt-lg-6px { margin-top: 6px !important; }
.mt-lg-7px { margin-top: 7px !important; }
.mt-lg-8px { margin-top: 8px !important; }
.mt-lg-9px { margin-top: 9px !important; }
.mt-lg-10px { margin-top: 10px !important; }
.mt-lg-11px { margin-top: 11px !important; }
.mt-lg-12px { margin-top: 12px !important; }
.mt-lg-13px { margin-top: 13px !important; }
.mt-lg-14px { margin-top: 14px !important; }
.mt-lg-15px { margin-top: 15px !important; }
.mt-lg-16px { margin-top: 16px !important; }
.mt-lg-17px { margin-top: 17px !important; }
.mt-lg-18px { margin-top: 18px !important; }
.mt-lg-19px { margin-top: 19px !important; }
.mt-lg-20px { margin-top: 20px !important; }
.mt-lg-21px { margin-top: 21px !important; }
.mt-lg-22px { margin-top: 22px !important; }
.mt-lg-23px { margin-top: 23px !important; }
.mt-lg-24px { margin-top: 24px !important; }
.mt-lg-25px { margin-top: 25px !important; }
.mt-lg-26px { margin-top: 26px !important; }
.mt-lg-27px { margin-top: 27px !important; }
.mt-lg-28px { margin-top: 28px !important; }
.mt-lg-29px { margin-top: 29px !important; }
.mt-lg-30px { margin-top: 30px !important; }
.mt-lg-35px { margin-top: 35px !important; }
.mt-lg-40px { margin-top: 40px !important; }
.mt-lg-50px { margin-top: 50px !important; }
.mt-lg-55px { margin-top: 55px !important; }
.mt-lg-60px { margin-top: 60px !important; }
.mt-lg-65px { margin-top: 65px !important; }
.mt-lg-70px { margin-top: 70px !important; }
.mt-lg-75px { margin-top: 75px !important; }
.mt-lg-80px { margin-top: 80px !important; }
.mt-lg-85px { margin-top: 85px !important; }
.mt-lg-90px { margin-top: 90px !important; }
.mt-lg-95px { margin-top: 95px !important; }
.mt-lg-100px { margin-top: 100px !important; }
.mt-lg-110px { margin-top: 110px !important; }
.mt-lg-120px { margin-top: 120px !important; }
.mt-lg-130px { margin-top: 130px !important; }
.mt-lg-140px { margin-top: 140px !important; }
.mt-lg-150px { margin-top: 150px !important; }
.mt-lg-160px { margin-top: 160px !important; }
.mt-lg-170px { margin-top: 170px !important; }
.mt-lg-180px { margin-top: 180px !important; }
.mt-lg-190px { margin-top: 190px !important; }
.mt-lg-200px { margin-top: 200px !important; }
.mt-lg-225px { margin-top: 225px !important; }
.mt-lg-250px { margin-top: 250px !important; }
.mt-lg-275px { margin-top: 275px !important; }
.mt-lg-300px { margin-top: 300px !important; }
.mt-lg-325px { margin-top: 325px !important; }
.mt-lg-350px { margin-top: 350px !important; }
.mt-lg-375px { margin-top: 375px !important; }
.mt-lg-400px { margin-top: 400px !important; }

.mr-lg-1px { margin-right: 1px !important; }
.mr-lg-2px { margin-right: 2px !important; }
.mr-lg-3px { margin-right: 3px !important; }
.mr-lg-4px { margin-right: 4px !important; }
.mr-lg-5px { margin-right: 5px !important; }
.mr-lg-6px { margin-right: 6px !important; }
.mr-lg-7px { margin-right: 7px !important; }
.mr-lg-8px { margin-right: 8px !important; }
.mr-lg-9px { margin-right: 9px !important; }
.mr-lg-10px { margin-right: 10px !important; }
.mr-lg-11px { margin-right: 11px !important; }
.mr-lg-12px { margin-right: 12px !important; }
.mr-lg-13px { margin-right: 13px !important; }
.mr-lg-14px { margin-right: 14px !important; }
.mr-lg-15px { margin-right: 15px !important; }
.mr-lg-16px { margin-right: 16px !important; }
.mr-lg-17px { margin-right: 17px !important; }
.mr-lg-18px { margin-right: 18px !important; }
.mr-lg-19px { margin-right: 19px !important; }
.mr-lg-20px { margin-right: 20px !important; }
.mr-lg-21px { margin-right: 21px !important; }
.mr-lg-22px { margin-right: 22px !important; }
.mr-lg-23px { margin-right: 23px !important; }
.mr-lg-24px { margin-right: 24px !important; }
.mr-lg-25px { margin-right: 25px !important; }
.mr-lg-26px { margin-right: 26px !important; }
.mr-lg-27px { margin-right: 27px !important; }
.mr-lg-28px { margin-right: 28px !important; }
.mr-lg-29px { margin-right: 29px !important; }
.mr-lg-30px { margin-right: 30px !important; }
.mr-lg-35px { margin-right: 35px !important; }
.mr-lg-40px { margin-right: 40px !important; }
.mr-lg-50px { margin-right: 50px !important; }
.mr-lg-55px { margin-right: 55px !important; }
.mr-lg-60px { margin-right: 60px !important; }
.mr-lg-65px { margin-right: 65px !important; }
.mr-lg-70px { margin-right: 70px !important; }
.mr-lg-75px { margin-right: 75px !important; }
.mr-lg-80px { margin-right: 80px !important; }
.mr-lg-85px { margin-right: 85px !important; }
.mr-lg-90px { margin-right: 90px !important; }
.mr-lg-95px { margin-right: 95px !important; }
.mr-lg-100px { margin-right: 100px !important; }
.mr-lg-110px { margin-right: 110px !important; }
.mr-lg-120px { margin-right: 120px !important; }
.mr-lg-130px { margin-right: 130px !important; }
.mr-lg-140px { margin-right: 140px !important; }
.mr-lg-150px { margin-right: 150px !important; }
.mr-lg-160px { margin-right: 160px !important; }
.mr-lg-170px { margin-right: 170px !important; }
.mr-lg-180px { margin-right: 180px !important; }
.mr-lg-190px { margin-right: 190px !important; }
.mr-lg-200px { margin-right: 200px !important; }
.mr-lg-225px { margin-right: 225px !important; }
.mr-lg-250px { margin-right: 250px !important; }
.mr-lg-275px { margin-right: 275px !important; }
.mr-lg-300px { margin-right: 300px !important; }
.mr-lg-325px { margin-right: 325px !important; }
.mr-lg-350px { margin-right: 350px !important; }
.mr-lg-375px { margin-right: 375px !important; }
.mr-lg-400px { margin-right: 400px !important; }

.mb-lg-1px { margin-bottom: 1px !important; }
.mb-lg-2px { margin-bottom: 2px !important; }
.mb-lg-3px { margin-bottom: 3px !important; }
.mb-lg-4px { margin-bottom: 4px !important; }
.mb-lg-5px { margin-bottom: 5px !important; }
.mb-lg-6px { margin-bottom: 6px !important; }
.mb-lg-7px { margin-bottom: 7px !important; }
.mb-lg-8px { margin-bottom: 8px !important; }
.mb-lg-9px { margin-bottom: 9px !important; }
.mb-lg-10px { margin-bottom: 10px !important; }
.mb-lg-11px { margin-bottom: 11px !important; }
.mb-lg-12px { margin-bottom: 12px !important; }
.mb-lg-13px { margin-bottom: 13px !important; }
.mb-lg-14px { margin-bottom: 14px !important; }
.mb-lg-15px { margin-bottom: 15px !important; }
.mb-lg-16px { margin-bottom: 16px !important; }
.mb-lg-17px { margin-bottom: 17px !important; }
.mb-lg-18px { margin-bottom: 18px !important; }
.mb-lg-19px { margin-bottom: 19px !important; }
.mb-lg-20px { margin-bottom: 20px !important; }
.mb-lg-21px { margin-bottom: 21px !important; }
.mb-lg-22px { margin-bottom: 22px !important; }
.mb-lg-23px { margin-bottom: 23px !important; }
.mb-lg-24px { margin-bottom: 24px !important; }
.mb-lg-25px { margin-bottom: 25px !important; }
.mb-lg-26px { margin-bottom: 26px !important; }
.mb-lg-27px { margin-bottom: 27px !important; }
.mb-lg-28px { margin-bottom: 28px !important; }
.mb-lg-29px { margin-bottom: 29px !important; }
.mb-lg-30px { margin-bottom: 30px !important; }
.mb-lg-35px { margin-bottom: 35px !important; }
.mb-lg-40px { margin-bottom: 40px !important; }
.mb-lg-50px { margin-bottom: 50px !important; }
.mb-lg-55px { margin-bottom: 55px !important; }
.mb-lg-60px { margin-bottom: 60px !important; }
.mb-lg-65px { margin-bottom: 65px !important; }
.mb-lg-70px { margin-bottom: 70px !important; }
.mb-lg-75px { margin-bottom: 75px !important; }
.mb-lg-80px { margin-bottom: 80px !important; }
.mb-lg-85px { margin-bottom: 85px !important; }
.mb-lg-90px { margin-bottom: 90px !important; }
.mb-lg-95px { margin-bottom: 95px !important; }
.mb-lg-100px { margin-bottom: 100px !important; }
.mb-lg-110px { margin-bottom: 110px !important; }
.mb-lg-120px { margin-bottom: 120px !important; }
.mb-lg-130px { margin-bottom: 130px !important; }
.mb-lg-140px { margin-bottom: 140px !important; }
.mb-lg-150px { margin-bottom: 150px !important; }
.mb-lg-160px { margin-bottom: 160px !important; }
.mb-lg-170px { margin-bottom: 170px !important; }
.mb-lg-180px { margin-bottom: 180px !important; }
.mb-lg-190px { margin-bottom: 190px !important; }
.mb-lg-200px { margin-bottom: 200px !important; }
.mb-lg-225px { margin-bottom: 225px !important; }
.mb-lg-250px { margin-bottom: 250px !important; }
.mb-lg-275px { margin-bottom: 275px !important; }
.mb-lg-300px { margin-bottom: 300px !important; }
.mb-lg-325px { margin-bottom: 325px !important; }
.mb-lg-350px { margin-bottom: 350px !important; }
.mb-lg-375px { margin-bottom: 375px !important; }
.mb-lg-400px { margin-bottom: 400px !important; }

.ml-lg-1px { margin-left: 1px !important; }
.ml-lg-2px { margin-left: 2px !important; }
.ml-lg-3px { margin-left: 3px !important; }
.ml-lg-4px { margin-left: 4px !important; }
.ml-lg-5px { margin-left: 5px !important; }
.ml-lg-6px { margin-left: 6px !important; }
.ml-lg-7px { margin-left: 7px !important; }
.ml-lg-8px { margin-left: 8px !important; }
.ml-lg-9px { margin-left: 9px !important; }
.ml-lg-10px { margin-left: 10px !important; }
.ml-lg-11px { margin-left: 11px !important; }
.ml-lg-12px { margin-left: 12px !important; }
.ml-lg-13px { margin-left: 13px !important; }
.ml-lg-14px { margin-left: 14px !important; }
.ml-lg-15px { margin-left: 15px !important; }
.ml-lg-16px { margin-left: 16px !important; }
.ml-lg-17px { margin-left: 17px !important; }
.ml-lg-18px { margin-left: 18px !important; }
.ml-lg-19px { margin-left: 19px !important; }
.ml-lg-20px { margin-left: 20px !important; }
.ml-lg-21px { margin-left: 21px !important; }
.ml-lg-22px { margin-left: 22px !important; }
.ml-lg-23px { margin-left: 23px !important; }
.ml-lg-24px { margin-left: 24px !important; }
.ml-lg-25px { margin-left: 25px !important; }
.ml-lg-26px { margin-left: 26px !important; }
.ml-lg-27px { margin-left: 27px !important; }
.ml-lg-28px { margin-left: 28px !important; }
.ml-lg-29px { margin-left: 29px !important; }
.ml-lg-30px { margin-left: 30px !important; }
.ml-lg-35px { margin-left: 35px !important; }
.ml-lg-40px { margin-left: 40px !important; }
.ml-lg-50px { margin-left: 50px !important; }
.ml-lg-55px { margin-left: 55px !important; }
.ml-lg-60px { margin-left: 60px !important; }
.ml-lg-65px { margin-left: 65px !important; }
.ml-lg-70px { margin-left: 70px !important; }
.ml-lg-75px { margin-left: 75px !important; }
.ml-lg-80px { margin-left: 80px !important; }
.ml-lg-85px { margin-left: 85px !important; }
.ml-lg-90px { margin-left: 90px !important; }
.ml-lg-95px { margin-left: 95px !important; }
.ml-lg-100px { margin-left: 100px !important; }
.ml-lg-110px { margin-left: 110px !important; }
.ml-lg-120px { margin-left: 120px !important; }
.ml-lg-130px { margin-left: 130px !important; }
.ml-lg-140px { margin-left: 140px !important; }
.ml-lg-150px { margin-left: 150px !important; }
.ml-lg-160px { margin-left: 160px !important; }
.ml-lg-170px { margin-left: 170px !important; }
.ml-lg-180px { margin-left: 180px !important; }
.ml-lg-190px { margin-left: 190px !important; }
.ml-lg-200px { margin-left: 200px !important; }
.ml-lg-225px { margin-left: 225px !important; }
.ml-lg-250px { margin-left: 250px !important; }
.ml-lg-275px { margin-left: 275px !important; }
.ml-lg-300px { margin-left: 300px !important; }
.ml-lg-325px { margin-left: 325px !important; }
.ml-lg-350px { margin-left: 350px !important; }
.ml-lg-375px { margin-left: 375px !important; }
.ml-lg-400px { margin-left: 400px !important; }

.pt-lg-1px { padding-top: 1px !important; }
.pt-lg-2px { padding-top: 2px !important; }
.pt-lg-3px { padding-top: 3px !important; }
.pt-lg-4px { padding-top: 4px !important; }
.pt-lg-5px { padding-top: 5px !important; }
.pt-lg-6px { padding-top: 6px !important; }
.pt-lg-7px { padding-top: 7px !important; }
.pt-lg-8px { padding-top: 8px !important; }
.pt-lg-9px { padding-top: 9px !important; }
.pt-lg-10px { padding-top: 10px !important; }
.pt-lg-11px { padding-top: 11px !important; }
.pt-lg-12px { padding-top: 12px !important; }
.pt-lg-13px { padding-top: 13px !important; }
.pt-lg-14px { padding-top: 14px !important; }
.pt-lg-15px { padding-top: 15px !important; }
.pt-lg-16px { padding-top: 16px !important; }
.pt-lg-17px { padding-top: 17px !important; }
.pt-lg-18px { padding-top: 18px !important; }
.pt-lg-19px { padding-top: 19px !important; }
.pt-lg-20px { padding-top: 20px !important; }
.pt-lg-21px { padding-top: 21px !important; }
.pt-lg-22px { padding-top: 22px !important; }
.pt-lg-23px { padding-top: 23px !important; }
.pt-lg-24px { padding-top: 24px !important; }
.pt-lg-25px { padding-top: 25px !important; }
.pt-lg-26px { padding-top: 26px !important; }
.pt-lg-27px { padding-top: 27px !important; }
.pt-lg-28px { padding-top: 28px !important; }
.pt-lg-29px { padding-top: 29px !important; }
.pt-lg-30px { padding-top: 30px !important; }
.pt-lg-35px { padding-top: 35px !important; }
.pt-lg-40px { padding-top: 40px !important; }
.pt-lg-50px { padding-top: 50px !important; }
.pt-lg-55px { padding-top: 55px !important; }
.pt-lg-60px { padding-top: 60px !important; }
.pt-lg-65px { padding-top: 65px !important; }
.pt-lg-70px { padding-top: 70px !important; }
.pt-lg-75px { padding-top: 75px !important; }
.pt-lg-80px { padding-top: 80px !important; }
.pt-lg-85px { padding-top: 85px !important; }
.pt-lg-90px { padding-top: 90px !important; }
.pt-lg-95px { padding-top: 95px !important; }
.pt-lg-100px { padding-top: 100px !important; }
.pt-lg-110px { padding-top: 110px !important; }
.pt-lg-120px { padding-top: 120px !important; }
.pt-lg-130px { padding-top: 130px !important; }
.pt-lg-140px { padding-top: 140px !important; }
.pt-lg-150px { padding-top: 150px !important; }
.pt-lg-160px { padding-top: 160px !important; }
.pt-lg-170px { padding-top: 170px !important; }
.pt-lg-180px { padding-top: 180px !important; }
.pt-lg-190px { padding-top: 190px !important; }
.pt-lg-200px { padding-top: 200px !important; }
.pt-lg-225px { padding-top: 225px !important; }
.pt-lg-250px { padding-top: 250px !important; }
.pt-lg-275px { padding-top: 275px !important; }
.pt-lg-300px { padding-top: 300px !important; }
.pt-lg-325px { padding-top: 325px !important; }
.pt-lg-350px { padding-top: 350px !important; }
.pt-lg-375px { padding-top: 375px !important; }
.pt-lg-400px { padding-top: 400px !important; }

.pr-lg-1px { padding-right: 1px !important; }
.pr-lg-2px { padding-right: 2px !important; }
.pr-lg-3px { padding-right: 3px !important; }
.pr-lg-4px { padding-right: 4px !important; }
.pr-lg-5px { padding-right: 5px !important; }
.pr-lg-6px { padding-right: 6px !important; }
.pr-lg-7px { padding-right: 7px !important; }
.pr-lg-8px { padding-right: 8px !important; }
.pr-lg-9px { padding-right: 9px !important; }
.pr-lg-10px { padding-right: 10px !important; }
.pr-lg-11px { padding-right: 11px !important; }
.pr-lg-12px { padding-right: 12px !important; }
.pr-lg-13px { padding-right: 13px !important; }
.pr-lg-14px { padding-right: 14px !important; }
.pr-lg-15px { padding-right: 15px !important; }
.pr-lg-16px { padding-right: 16px !important; }
.pr-lg-17px { padding-right: 17px !important; }
.pr-lg-18px { padding-right: 18px !important; }
.pr-lg-19px { padding-right: 19px !important; }
.pr-lg-20px { padding-right: 20px !important; }
.pr-lg-21px { padding-right: 21px !important; }
.pr-lg-22px { padding-right: 22px !important; }
.pr-lg-23px { padding-right: 23px !important; }
.pr-lg-24px { padding-right: 24px !important; }
.pr-lg-25px { padding-right: 25px !important; }
.pr-lg-26px { padding-right: 26px !important; }
.pr-lg-27px { padding-right: 27px !important; }
.pr-lg-28px { padding-right: 28px !important; }
.pr-lg-29px { padding-right: 29px !important; }
.pr-lg-30px { padding-right: 30px !important; }
.pr-lg-35px { padding-right: 35px !important; }
.pr-lg-40px { padding-right: 40px !important; }
.pr-lg-50px { padding-right: 50px !important; }
.pr-lg-55px { padding-right: 55px !important; }
.pr-lg-60px { padding-right: 60px !important; }
.pr-lg-65px { padding-right: 65px !important; }
.pr-lg-70px { padding-right: 70px !important; }
.pr-lg-75px { padding-right: 75px !important; }
.pr-lg-80px { padding-right: 80px !important; }
.pr-lg-85px { padding-right: 85px !important; }
.pr-lg-90px { padding-right: 90px !important; }
.pr-lg-95px { padding-right: 95px !important; }
.pr-lg-100px { padding-right: 100px !important; }
.pr-lg-110px { padding-right: 110px !important; }
.pr-lg-120px { padding-right: 120px !important; }
.pr-lg-130px { padding-right: 130px !important; }
.pr-lg-140px { padding-right: 140px !important; }
.pr-lg-150px { padding-right: 150px !important; }
.pr-lg-160px { padding-right: 160px !important; }
.pr-lg-170px { padding-right: 170px !important; }
.pr-lg-180px { padding-right: 180px !important; }
.pr-lg-190px { padding-right: 190px !important; }
.pr-lg-200px { padding-right: 200px !important; }
.pr-lg-225px { padding-right: 225px !important; }
.pr-lg-250px { padding-right: 250px !important; }
.pr-lg-275px { padding-right: 275px !important; }
.pr-lg-300px { padding-right: 300px !important; }
.pr-lg-325px { padding-right: 325px !important; }
.pr-lg-350px { padding-right: 350px !important; }
.pr-lg-375px { padding-right: 375px !important; }
.pr-lg-400px { padding-right: 400px !important; }

.pb-lg-1px { padding-bottom: 1px !important; }
.pb-lg-2px { padding-bottom: 2px !important; }
.pb-lg-3px { padding-bottom: 3px !important; }
.pb-lg-4px { padding-bottom: 4px !important; }
.pb-lg-5px { padding-bottom: 5px !important; }
.pb-lg-6px { padding-bottom: 6px !important; }
.pb-lg-7px { padding-bottom: 7px !important; }
.pb-lg-8px { padding-bottom: 8px !important; }
.pb-lg-9px { padding-bottom: 9px !important; }
.pb-lg-10px { padding-bottom: 10px !important; }
.pb-lg-11px { padding-bottom: 11px !important; }
.pb-lg-12px { padding-bottom: 12px !important; }
.pb-lg-13px { padding-bottom: 13px !important; }
.pb-lg-14px { padding-bottom: 14px !important; }
.pb-lg-15px { padding-bottom: 15px !important; }
.pb-lg-16px { padding-bottom: 16px !important; }
.pb-lg-17px { padding-bottom: 17px !important; }
.pb-lg-18px { padding-bottom: 18px !important; }
.pb-lg-19px { padding-bottom: 19px !important; }
.pb-lg-20px { padding-bottom: 20px !important; }
.pb-lg-21px { padding-bottom: 21px !important; }
.pb-lg-22px { padding-bottom: 22px !important; }
.pb-lg-23px { padding-bottom: 23px !important; }
.pb-lg-24px { padding-bottom: 24px !important; }
.pb-lg-25px { padding-bottom: 25px !important; }
.pb-lg-26px { padding-bottom: 26px !important; }
.pb-lg-27px { padding-bottom: 27px !important; }
.pb-lg-28px { padding-bottom: 28px !important; }
.pb-lg-29px { padding-bottom: 29px !important; }
.pb-lg-30px { padding-bottom: 30px !important; }
.pb-lg-35px { padding-bottom: 35px !important; }
.pb-lg-40px { padding-bottom: 40px !important; }
.pb-lg-50px { padding-bottom: 50px !important; }
.pb-lg-55px { padding-bottom: 55px !important; }
.pb-lg-60px { padding-bottom: 60px !important; }
.pb-lg-65px { padding-bottom: 65px !important; }
.pb-lg-70px { padding-bottom: 70px !important; }
.pb-lg-75px { padding-bottom: 75px !important; }
.pb-lg-80px { padding-bottom: 80px !important; }
.pb-lg-85px { padding-bottom: 85px !important; }
.pb-lg-90px { padding-bottom: 90px !important; }
.pb-lg-95px { padding-bottom: 95px !important; }
.pb-lg-100px { padding-bottom: 100px !important; }
.pb-lg-110px { padding-bottom: 110px !important; }
.pb-lg-120px { padding-bottom: 120px !important; }
.pb-lg-130px { padding-bottom: 130px !important; }
.pb-lg-140px { padding-bottom: 140px !important; }
.pb-lg-150px { padding-bottom: 150px !important; }
.pb-lg-160px { padding-bottom: 160px !important; }
.pb-lg-170px { padding-bottom: 170px !important; }
.pb-lg-180px { padding-bottom: 180px !important; }
.pb-lg-190px { padding-bottom: 190px !important; }
.pb-lg-200px { padding-bottom: 200px !important; }
.pb-lg-225px { padding-bottom: 225px !important; }
.pb-lg-250px { padding-bottom: 250px !important; }
.pb-lg-275px { padding-bottom: 275px !important; }
.pb-lg-300px { padding-bottom: 300px !important; }
.pb-lg-325px { padding-bottom: 325px !important; }
.pb-lg-350px { padding-bottom: 350px !important; }
.pb-lg-375px { padding-bottom: 375px !important; }
.pb-lg-400px { padding-bottom: 400px !important; }

.pl-lg-1px { padding-left: 1px !important; }
.pl-lg-2px { padding-left: 2px !important; }
.pl-lg-3px { padding-left: 3px !important; }
.pl-lg-4px { padding-left: 4px !important; }
.pl-lg-5px { padding-left: 5px !important; }
.pl-lg-6px { padding-left: 6px !important; }
.pl-lg-7px { padding-left: 7px !important; }
.pl-lg-8px { padding-left: 8px !important; }
.pl-lg-9px { padding-left: 9px !important; }
.pl-lg-10px { padding-left: 10px !important; }
.pl-lg-11px { padding-left: 11px !important; }
.pl-lg-12px { padding-left: 12px !important; }
.pl-lg-13px { padding-left: 13px !important; }
.pl-lg-14px { padding-left: 14px !important; }
.pl-lg-15px { padding-left: 15px !important; }
.pl-lg-16px { padding-left: 16px !important; }
.pl-lg-17px { padding-left: 17px !important; }
.pl-lg-18px { padding-left: 18px !important; }
.pl-lg-19px { padding-left: 19px !important; }
.pl-lg-20px { padding-left: 20px !important; }
.pl-lg-21px { padding-left: 21px !important; }
.pl-lg-22px { padding-left: 22px !important; }
.pl-lg-23px { padding-left: 23px !important; }
.pl-lg-24px { padding-left: 24px !important; }
.pl-lg-25px { padding-left: 25px !important; }
.pl-lg-26px { padding-left: 26px !important; }
.pl-lg-27px { padding-left: 27px !important; }
.pl-lg-28px { padding-left: 28px !important; }
.pl-lg-29px { padding-left: 29px !important; }
.pl-lg-30px { padding-left: 30px !important; }
.pl-lg-35px { padding-left: 35px !important; }
.pl-lg-40px { padding-left: 40px !important; }
.pl-lg-50px { padding-left: 50px !important; }
.pl-lg-55px { padding-left: 55px !important; }
.pl-lg-60px { padding-left: 60px !important; }
.pl-lg-65px { padding-left: 65px !important; }
.pl-lg-70px { padding-left: 70px !important; }
.pl-lg-75px { padding-left: 75px !important; }
.pl-lg-80px { padding-left: 80px !important; }
.pl-lg-85px { padding-left: 85px !important; }
.pl-lg-90px { padding-left: 90px !important; }
.pl-lg-95px { padding-left: 95px !important; }
.pl-lg-100px { padding-left: 100px !important; }
.pl-lg-110px { padding-left: 110px !important; }
.pl-lg-120px { padding-left: 120px !important; }
.pl-lg-130px { padding-left: 130px !important; }
.pl-lg-140px { padding-left: 140px !important; }
.pl-lg-150px { padding-left: 150px !important; }
.pl-lg-160px { padding-left: 160px !important; }
.pl-lg-170px { padding-left: 170px !important; }
.pl-lg-180px { padding-left: 180px !important; }
.pl-lg-190px { padding-left: 190px !important; }
.pl-lg-200px { padding-left: 200px !important; }
.pl-lg-225px { padding-left: 225px !important; }
.pl-lg-250px { padding-left: 250px !important; }
.pl-lg-275px { padding-left: 275px !important; }
.pl-lg-300px { padding-left: 300px !important; }
.pl-lg-325px { padding-left: 325px !important; }
.pl-lg-350px { padding-left: 350px !important; }
.pl-lg-375px { padding-left: 375px !important; }
.pl-lg-400px { padding-left: 400px !important; }

.w-lg-10 { width: 10% !important; }
.w-lg-20 { width: 20% !important; }
.w-lg-25 { width: 25% !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-75 { width: 75% !important; }
.w-lg-80 { width: 80% !important; }
.w-lg-90 { width: 90% !important; }
.w-lg-100 { width: 100% !important; }

.w-lg-auto { width: auto !important; }
.w-lg-1px { width: 1px !important; }
.w-lg-2px { width: 2px !important; }
.w-lg-3px { width: 3px !important; }
.w-lg-4px { width: 4px !important; }
.w-lg-5px { width: 5px !important; }
.w-lg-6px { width: 6px !important; }
.w-lg-7px { width: 7px !important; }
.w-lg-8px { width: 8px !important; }
.w-lg-9px { width: 9px !important; }
.w-lg-10px { width: 10px !important; }
.w-lg-15px { width: 15px !important; }
.w-lg-20px { width: 20px !important; }
.w-lg-25px { width: 25px !important; }
.w-lg-30px { width: 30px !important; }
.w-lg-35px { width: 35px !important; }
.w-lg-40px { width: 40px !important; }
.w-lg-45px { width: 45px !important; }
.w-lg-50px { width: 50px !important; }
.w-lg-55px { width: 55px !important; }
.w-lg-60px { width: 60px !important; }
.w-lg-65px { width: 65px !important; }
.w-lg-70px { width: 70px !important; }
.w-lg-75px { width: 75px !important; }
.w-lg-80px { width: 80px !important; }
.w-lg-85px { width: 85px !important; }
.w-lg-90px { width: 90px !important; }
.w-lg-95px { width: 95px !important; }
.w-lg-100px { width: 100px !important; }
.w-lg-125px { width: 125px !important; }
.w-lg-150px { width: 150px !important; }
.w-lg-175px { width: 175px !important; }
.w-lg-200px { width: 200px !important; }
.w-lg-225px { width: 225px !important; }
.w-lg-250px { width: 250px !important; }
.w-lg-275px { width: 275px !important; }
.w-lg-300px { width: 300px !important; }
.w-lg-325px { width: 325px !important; }
.w-lg-350px { width: 350px !important; }
.w-lg-375px { width: 375px !important; }
.w-lg-400px { width: 400px !important; }
.w-lg-425px { width: 425px !important; }
.w-lg-450px { width: 450px !important; }
.w-lg-475px { width: 475px !important; }
.w-lg-500px { width: 500px !important; }
.w-lg-550px { width: 550px !important; }
.w-lg-600px { width: 600px !important; }
.w-lg-650px { width: 650px !important; }
.w-lg-700px { width: 700px !important; }
.w-lg-750px { width: 750px !important; }
.w-lg-800px { width: 800px !important; }
.w-lg-850px { width: 850px !important; }
.w-lg-900px { width: 900px !important; }
.w-lg-950px { width: 950px !important; }
.w-lg-1000px { width: 1000px !important; }
.w-lg-1100px { width: 1100px !important; }
.w-lg-1200px { width: 1200px !important; }
.w-lg-1300px { width: 1300px !important; }
.w-lg-1400px { width: 1400px !important; }

.mw-lg-25 { max-width: 25% !important; }
.mw-lg-50 { max-width: 50% !important; }
.mw-lg-75 { max-width: 75% !important; }
.mw-lg-100 { max-width: 100% !important; }
.mw-lg-auto { max-width: auto !important; }
.mw-lg-1px { max-width: 1px !important; }
.mw-lg-2px { max-width: 2px !important; }
.mw-lg-3px { max-width: 3px !important; }
.mw-lg-4px { max-width: 4px !important; }
.mw-lg-5px { max-width: 5px !important; }
.mw-lg-6px { max-width: 6px !important; }
.mw-lg-7px { max-width: 7px !important; }
.mw-lg-8px { max-width: 8px !important; }
.mw-lg-9px { max-width: 9px !important; }
.mw-lg-10px { max-width: 10px !important; }
.mw-lg-15px { max-width: 15px !important; }
.mw-lg-20px { max-width: 20px !important; }
.mw-lg-25px { max-width: 25px !important; }
.mw-lg-30px { max-width: 30px !important; }
.mw-lg-35px { max-width: 35px !important; }
.mw-lg-40px { max-width: 40px !important; }
.mw-lg-45px { max-width: 45px !important; }
.mw-lg-50px { max-width: 50px !important; }
.mw-lg-55px { max-width: 55px !important; }
.mw-lg-60px { max-width: 60px !important; }
.mw-lg-65px { max-width: 65px !important; }
.mw-lg-70px { max-width: 70px !important; }
.mw-lg-75px { max-width: 75px !important; }
.mw-lg-80px { max-width: 80px !important; }
.mw-lg-85px { max-width: 85px !important; }
.mw-lg-90px { max-width: 90px !important; }
.mw-lg-95px { max-width: 95px !important; }
.mw-lg-100px { max-width: 100px !important; }
.mw-lg-125px { max-width: 125px !important; }
.mw-lg-150px { max-width: 150px !important; }
.mw-lg-175px { max-width: 175px !important; }
.mw-lg-200px { max-width: 200px !important; }
.mw-lg-225px { max-width: 225px !important; }
.mw-lg-250px { max-width: 250px !important; }
.mw-lg-275px { max-width: 275px !important; }
.mw-lg-300px { max-width: 300px !important; }
.mw-lg-325px { max-width: 325px !important; }
.mw-lg-350px { max-width: 350px !important; }
.mw-lg-375px { max-width: 375px !important; }
.mw-lg-400px { max-width: 400px !important; }
.mw-lg-425px { max-width: 425px !important; }
.mw-lg-450px { max-width: 450px !important; }
.mw-lg-475px { max-width: 475px !important; }
.mw-lg-500px { max-width: 500px !important; }
.mw-lg-550px { max-width: 550px !important; }
.mw-lg-600px { max-width: 600px !important; }
.mw-lg-650px { max-width: 650px !important; }
.mw-lg-700px { max-width: 700px !important; }
.mw-lg-750px { max-width: 750px !important; }
.mw-lg-800px { max-width: 800px !important; }
.mw-lg-850px { max-width: 850px !important; }
.mw-lg-900px { max-width: 900px !important; }
.mw-lg-950px { max-width: 950px !important; }
.mw-lg-1000px { max-width: 1000px !important; }
.mw-lg-1100px { max-width: 1100px !important; }
.mw-lg-1200px { max-width: 1200px !important; }
.mw-lg-1300px { max-width: 1300px !important; }
.mw-lg-1400px { max-width: 1400px !important; }

.h-lg-25 { height: 25% !important; }
.h-lg-50 { height: 50% !important; }
.h-lg-75 { height: 75% !important; }
.h-lg-100 { height: 100% !important; }
.h-lg-auto { height: auto !important; }
.h-lg-1px { height: 1px !important; }
.h-lg-2px { height: 2px !important; }
.h-lg-3px { height: 3px !important; }
.h-lg-4px { height: 4px !important; }
.h-lg-5px { height: 5px !important; }
.h-lg-6px { height: 6px !important; }
.h-lg-7px { height: 7px !important; }
.h-lg-8px { height: 8px !important; }
.h-lg-9px { height: 9px !important; }
.h-lg-10px { height: 10px !important; }
.h-lg-15px { height: 15px !important; }
.h-lg-20px { height: 20px !important; }
.h-lg-25px { height: 25px !important; }
.h-lg-30px { height: 30px !important; }
.h-lg-35px { height: 35px !important; }
.h-lg-40px { height: 40px !important; }
.h-lg-45px { height: 45px !important; }
.h-lg-50px { height: 50px !important; }
.h-lg-55px { height: 55px !important; }
.h-lg-60px { height: 60px !important; }
.h-lg-65px { height: 65px !important; }
.h-lg-70px { height: 70px !important; }
.h-lg-75px { height: 75px !important; }
.h-lg-80px { height: 80px !important; }
.h-lg-85px { height: 85px !important; }
.h-lg-90px { height: 90px !important; }
.h-lg-95px { height: 95px !important; }
.h-lg-100px { height: 100px !important; }
.h-lg-125px { height: 125px !important; }
.h-lg-150px { height: 150px !important; }
.h-lg-175px { height: 175px !important; }
.h-lg-200px { height: 200px !important; }
.h-lg-225px { height: 225px !important; }
.h-lg-250px { height: 250px !important; }
.h-lg-275px { height: 275px !important; }
.h-lg-300px { height: 300px !important; }
.h-lg-325px { height: 325px !important; }
.h-lg-350px { height: 350px !important; }
.h-lg-375px { height: 375px !important; }
.h-lg-400px { height: 400px !important; }
.h-lg-425px { height: 425px !important; }
.h-lg-450px { height: 450px !important; }
.h-lg-475px { height: 475px !important; }
.h-lg-500px { height: 500px !important; }
.h-lg-550px { height: 550px !important; }
.h-lg-600px { height: 600px !important; }
.h-lg-650px { height: 650px !important; }
.h-lg-700px { height: 700px !important; }
.h-lg-750px { height: 750px !important; }
.h-lg-800px { height: 800px !important; }
.h-lg-850px { height: 850px !important; }
.h-lg-900px { height: 900px !important; }
.h-lg-950px { height: 950px !important; }
.h-lg-1000px { height: 1000px !important; }
.h-lg-1100px { height: 1100px !important; }
.h-lg-1200px { height: 1200px !important; }
.h-lg-1300px { height: 1300px !important; }
.h-lg-1400px { height: 1400px !important; }

.mh-lg-25 { max-height: 25% !important; }
.mh-lg-50 { max-height: 50% !important; }
.mh-lg-75 { max-height: 75% !important; }
.mh-lg-100 { max-height: 100% !important; }
.mh-lg-auto { max-height: auto !important; }
.mh-lg-1px { max-height: 1px !important; }
.mh-lg-2px { max-height: 2px !important; }
.mh-lg-3px { max-height: 3px !important; }
.mh-lg-4px { max-height: 4px !important; }
.mh-lg-5px { max-height: 5px !important; }
.mh-lg-6px { max-height: 6px !important; }
.mh-lg-7px { max-height: 7px !important; }
.mh-lg-8px { max-height: 8px !important; }
.mh-lg-9px { max-height: 9px !important; }
.mh-lg-10px { max-height: 10px !important; }
.mh-lg-15px { max-height: 15px !important; }
.mh-lg-20px { max-height: 20px !important; }
.mh-lg-25px { max-height: 25px !important; }
.mh-lg-30px { max-height: 30px !important; }
.mh-lg-35px { max-height: 35px !important; }
.mh-lg-40px { max-height: 40px !important; }
.mh-lg-45px { max-height: 45px !important; }
.mh-lg-50px { max-height: 50px !important; }
.mh-lg-55px { max-height: 55px !important; }
.mh-lg-60px { max-height: 60px !important; }
.mh-lg-65px { max-height: 65px !important; }
.mh-lg-70px { max-height: 70px !important; }
.mh-lg-75px { max-height: 75px !important; }
.mh-lg-80px { max-height: 80px !important; }
.mh-lg-85px { max-height: 85px !important; }
.mh-lg-90px { max-height: 90px !important; }
.mh-lg-95px { max-height: 95px !important; }
.mh-lg-100px { max-height: 100px !important; }
.mh-lg-125px { max-height: 125px !important; }
.mh-lg-150px { max-height: 150px !important; }
.mh-lg-175px { max-height: 175px !important; }
.mh-lg-200px { max-height: 200px !important; }
.mh-lg-225px { max-height: 225px !important; }
.mh-lg-250px { max-height: 250px !important; }
.mh-lg-275px { max-height: 275px !important; }
.mh-lg-300px { max-height: 300px !important; }
.mh-lg-325px { max-height: 325px !important; }
.mh-lg-350px { max-height: 350px !important; }
.mh-lg-375px { max-height: 375px !important; }
.mh-lg-400px { max-height: 400px !important; }
.mh-lg-425px { max-height: 425px !important; }
.mh-lg-450px { max-height: 450px !important; }
.mh-lg-475px { max-height: 475px !important; }
.mh-lg-500px { max-height: 500px !important; }
.mh-lg-550px { max-height: 550px !important; }
.mh-lg-600px { max-height: 600px !important; }
.mh-lg-650px { max-height: 650px !important; }
.mh-lg-700px { max-height: 700px !important; }
.mh-lg-750px { max-height: 750px !important; }
.mh-lg-800px { max-height: 800px !important; }
.mh-lg-850px { max-height: 850px !important; }
.mh-lg-900px { max-height: 900px !important; }
.mh-lg-950px { max-height: 950px !important; }
.mh-lg-1000px { max-height: 1000px !important; }
.mh-lg-1100px { max-height: 1100px !important; }
.mh-lg-1200px { max-height: 1200px !important; }
.mh-lg-1300px { max-height: 1300px !important; }
.mh-lg-1400px { max-height: 1400px !important; }
}

 /* XL */
@media (min-width: 1200px) {
.d-xl-none{ display: none !important;   }
.fs-xl-8  { font-size: 8px !important;  }
.fs-xl-9  { font-size: 9px !important;  }
.fs-xl-10 { font-size: 10px !important; }
.fs-xl-11 { font-size: 11px !important; }
.fs-xl-12 { font-size: 12px !important; }
.fs-xl-13 { font-size: 13px !important; }
.fs-xl-14 { font-size: 14px !important; }
.fs-xl-15 { font-size: 15px !important; }
.fs-xl-16 { font-size: 16px !important; }
.fs-xl-17 { font-size: 17px !important; }
.fs-xl-18 { font-size: 18px !important; }
.fs-xl-19 { font-size: 19px !important; }
.fs-xl-20 { font-size: 20px !important; }
.fs-xl-22 { font-size: 22px !important; }
.fs-xl-24 { font-size: 24px !important; }
.fs-xl-26 { font-size: 26px !important; }
.fs-xl-28 { font-size: 28px !important; }
.fs-xl-30 { font-size: 30px !important; }
.fs-xl-32 { font-size: 32px !important; }
.fs-xl-34 { font-size: 34px !important; }
.fs-xl-36 { font-size: 36px !important; }
.fs-xl-38 { font-size: 38px !important; }
.fs-xl-40 { font-size: 40px !important; }
.fs-xl-42 { font-size: 42px !important; }
.fs-xl-44 { font-size: 44px !important; }
.fs-xl-46 { font-size: 46px !important; }
.fs-xl-48 { font-size: 48px !important; }
.fs-xl-50 { font-size: 50px !important; }
.fs-xl-55 { font-size: 55px !important; }
.fs-xl-60 { font-size: 60px !important; }
.fs-xl-65 { font-size: 65px !important; }
.fs-xl-70 { font-size: 70px !important; }
.fs-xl-80 { font-size: 80px !important; }
.fs-xl-90 { font-size: 90px !important; }
.fs-xl-100 { font-size: 100px !important; }
.fs-xl-110 { font-size: 110px !important; }
.fs-xl-120 { font-size: 120px !important; }
.fs-xl-130 { font-size: 130px !important; }
.fs-xl-140 { font-size: 140px !important; }
.fs-xl-150 { font-size: 150px !important; }

.fw-xl-100 { font-weight: 100 !important; }
.fw-xl-200 { font-weight: 200 !important; }
.fw-xl-300 { font-weight: 300 !important; }
.fw-xl-400 { font-weight: 400 !important; }
.fw-xl-500 { font-weight: 500 !important; }
.fw-xl-600 { font-weight: 600 !important; }
.fw-xl-700 { font-weight: 700 !important; }
.fw-xl-800 { font-weight: 800 !important; }
.fw-xl-900 { font-weight: 900 !important; }

.mt-xl-1px { margin-top: 1px !important; }
.mt-xl-2px { margin-top: 2px !important; }
.mt-xl-3px { margin-top: 3px !important; }
.mt-xl-4px { margin-top: 4px !important; }
.mt-xl-5px { margin-top: 5px !important; }
.mt-xl-6px { margin-top: 6px !important; }
.mt-xl-7px { margin-top: 7px !important; }
.mt-xl-8px { margin-top: 8px !important; }
.mt-xl-9px { margin-top: 9px !important; }
.mt-xl-10px { margin-top: 10px !important; }
.mt-xl-11px { margin-top: 11px !important; }
.mt-xl-12px { margin-top: 12px !important; }
.mt-xl-13px { margin-top: 13px !important; }
.mt-xl-14px { margin-top: 14px !important; }
.mt-xl-15px { margin-top: 15px !important; }
.mt-xl-16px { margin-top: 16px !important; }
.mt-xl-17px { margin-top: 17px !important; }
.mt-xl-18px { margin-top: 18px !important; }
.mt-xl-19px { margin-top: 19px !important; }
.mt-xl-20px { margin-top: 20px !important; }
.mt-xl-21px { margin-top: 21px !important; }
.mt-xl-22px { margin-top: 22px !important; }
.mt-xl-23px { margin-top: 23px !important; }
.mt-xl-24px { margin-top: 24px !important; }
.mt-xl-25px { margin-top: 25px !important; }
.mt-xl-26px { margin-top: 26px !important; }
.mt-xl-27px { margin-top: 27px !important; }
.mt-xl-28px { margin-top: 28px !important; }
.mt-xl-29px { margin-top: 29px !important; }
.mt-xl-30px { margin-top: 30px !important; }
.mt-xl-35px { margin-top: 35px !important; }
.mt-xl-40px { margin-top: 40px !important; }
.mt-xl-50px { margin-top: 50px !important; }
.mt-xl-55px { margin-top: 55px !important; }
.mt-xl-60px { margin-top: 60px !important; }
.mt-xl-65px { margin-top: 65px !important; }
.mt-xl-70px { margin-top: 70px !important; }
.mt-xl-75px { margin-top: 75px !important; }
.mt-xl-80px { margin-top: 80px !important; }
.mt-xl-85px { margin-top: 85px !important; }
.mt-xl-90px { margin-top: 90px !important; }
.mt-xl-95px { margin-top: 95px !important; }
.mt-xl-100px { margin-top: 100px !important; }
.mt-xl-110px { margin-top: 110px !important; }
.mt-xl-120px { margin-top: 120px !important; }
.mt-xl-130px { margin-top: 130px !important; }
.mt-xl-140px { margin-top: 140px !important; }
.mt-xl-150px { margin-top: 150px !important; }
.mt-xl-160px { margin-top: 160px !important; }
.mt-xl-170px { margin-top: 170px !important; }
.mt-xl-180px { margin-top: 180px !important; }
.mt-xl-190px { margin-top: 190px !important; }
.mt-xl-200px { margin-top: 200px !important; }
.mt-xl-225px { margin-top: 225px !important; }
.mt-xl-250px { margin-top: 250px !important; }
.mt-xl-275px { margin-top: 275px !important; }
.mt-xl-300px { margin-top: 300px !important; }
.mt-xl-325px { margin-top: 325px !important; }
.mt-xl-350px { margin-top: 350px !important; }
.mt-xl-375px { margin-top: 375px !important; }
.mt-xl-400px { margin-top: 400px !important; }

.mr-xl-1px { margin-right: 1px !important; }
.mr-xl-2px { margin-right: 2px !important; }
.mr-xl-3px { margin-right: 3px !important; }
.mr-xl-4px { margin-right: 4px !important; }
.mr-xl-5px { margin-right: 5px !important; }
.mr-xl-6px { margin-right: 6px !important; }
.mr-xl-7px { margin-right: 7px !important; }
.mr-xl-8px { margin-right: 8px !important; }
.mr-xl-9px { margin-right: 9px !important; }
.mr-xl-10px { margin-right: 10px !important; }
.mr-xl-11px { margin-right: 11px !important; }
.mr-xl-12px { margin-right: 12px !important; }
.mr-xl-13px { margin-right: 13px !important; }
.mr-xl-14px { margin-right: 14px !important; }
.mr-xl-15px { margin-right: 15px !important; }
.mr-xl-16px { margin-right: 16px !important; }
.mr-xl-17px { margin-right: 17px !important; }
.mr-xl-18px { margin-right: 18px !important; }
.mr-xl-19px { margin-right: 19px !important; }
.mr-xl-20px { margin-right: 20px !important; }
.mr-xl-21px { margin-right: 21px !important; }
.mr-xl-22px { margin-right: 22px !important; }
.mr-xl-23px { margin-right: 23px !important; }
.mr-xl-24px { margin-right: 24px !important; }
.mr-xl-25px { margin-right: 25px !important; }
.mr-xl-26px { margin-right: 26px !important; }
.mr-xl-27px { margin-right: 27px !important; }
.mr-xl-28px { margin-right: 28px !important; }
.mr-xl-29px { margin-right: 29px !important; }
.mr-xl-30px { margin-right: 30px !important; }
.mr-xl-35px { margin-right: 35px !important; }
.mr-xl-40px { margin-right: 40px !important; }
.mr-xl-50px { margin-right: 50px !important; }
.mr-xl-55px { margin-right: 55px !important; }
.mr-xl-60px { margin-right: 60px !important; }
.mr-xl-65px { margin-right: 65px !important; }
.mr-xl-70px { margin-right: 70px !important; }
.mr-xl-75px { margin-right: 75px !important; }
.mr-xl-80px { margin-right: 80px !important; }
.mr-xl-85px { margin-right: 85px !important; }
.mr-xl-90px { margin-right: 90px !important; }
.mr-xl-95px { margin-right: 95px !important; }
.mr-xl-100px { margin-right: 100px !important; }
.mr-xl-110px { margin-right: 110px !important; }
.mr-xl-120px { margin-right: 120px !important; }
.mr-xl-130px { margin-right: 130px !important; }
.mr-xl-140px { margin-right: 140px !important; }
.mr-xl-150px { margin-right: 150px !important; }
.mr-xl-160px { margin-right: 160px !important; }
.mr-xl-170px { margin-right: 170px !important; }
.mr-xl-180px { margin-right: 180px !important; }
.mr-xl-190px { margin-right: 190px !important; }
.mr-xl-200px { margin-right: 200px !important; }
.mr-xl-225px { margin-right: 225px !important; }
.mr-xl-250px { margin-right: 250px !important; }
.mr-xl-275px { margin-right: 275px !important; }
.mr-xl-300px { margin-right: 300px !important; }
.mr-xl-325px { margin-right: 325px !important; }
.mr-xl-350px { margin-right: 350px !important; }
.mr-xl-375px { margin-right: 375px !important; }
.mr-xl-400px { margin-right: 400px !important; }

.mb-xl-1px { margin-bottom: 1px !important; }
.mb-xl-2px { margin-bottom: 2px !important; }
.mb-xl-3px { margin-bottom: 3px !important; }
.mb-xl-4px { margin-bottom: 4px !important; }
.mb-xl-5px { margin-bottom: 5px !important; }
.mb-xl-6px { margin-bottom: 6px !important; }
.mb-xl-7px { margin-bottom: 7px !important; }
.mb-xl-8px { margin-bottom: 8px !important; }
.mb-xl-9px { margin-bottom: 9px !important; }
.mb-xl-10px { margin-bottom: 10px !important; }
.mb-xl-11px { margin-bottom: 11px !important; }
.mb-xl-12px { margin-bottom: 12px !important; }
.mb-xl-13px { margin-bottom: 13px !important; }
.mb-xl-14px { margin-bottom: 14px !important; }
.mb-xl-15px { margin-bottom: 15px !important; }
.mb-xl-16px { margin-bottom: 16px !important; }
.mb-xl-17px { margin-bottom: 17px !important; }
.mb-xl-18px { margin-bottom: 18px !important; }
.mb-xl-19px { margin-bottom: 19px !important; }
.mb-xl-20px { margin-bottom: 20px !important; }
.mb-xl-21px { margin-bottom: 21px !important; }
.mb-xl-22px { margin-bottom: 22px !important; }
.mb-xl-23px { margin-bottom: 23px !important; }
.mb-xl-24px { margin-bottom: 24px !important; }
.mb-xl-25px { margin-bottom: 25px !important; }
.mb-xl-26px { margin-bottom: 26px !important; }
.mb-xl-27px { margin-bottom: 27px !important; }
.mb-xl-28px { margin-bottom: 28px !important; }
.mb-xl-29px { margin-bottom: 29px !important; }
.mb-xl-30px { margin-bottom: 30px !important; }
.mb-xl-35px { margin-bottom: 35px !important; }
.mb-xl-40px { margin-bottom: 40px !important; }
.mb-xl-50px { margin-bottom: 50px !important; }
.mb-xl-55px { margin-bottom: 55px !important; }
.mb-xl-60px { margin-bottom: 60px !important; }
.mb-xl-65px { margin-bottom: 65px !important; }
.mb-xl-70px { margin-bottom: 70px !important; }
.mb-xl-75px { margin-bottom: 75px !important; }
.mb-xl-80px { margin-bottom: 80px !important; }
.mb-xl-85px { margin-bottom: 85px !important; }
.mb-xl-90px { margin-bottom: 90px !important; }
.mb-xl-95px { margin-bottom: 95px !important; }
.mb-xl-100px { margin-bottom: 100px !important; }
.mb-xl-110px { margin-bottom: 110px !important; }
.mb-xl-120px { margin-bottom: 120px !important; }
.mb-xl-130px { margin-bottom: 130px !important; }
.mb-xl-140px { margin-bottom: 140px !important; }
.mb-xl-150px { margin-bottom: 150px !important; }
.mb-xl-160px { margin-bottom: 160px !important; }
.mb-xl-170px { margin-bottom: 170px !important; }
.mb-xl-180px { margin-bottom: 180px !important; }
.mb-xl-190px { margin-bottom: 190px !important; }
.mb-xl-200px { margin-bottom: 200px !important; }
.mb-xl-225px { margin-bottom: 225px !important; }
.mb-xl-250px { margin-bottom: 250px !important; }
.mb-xl-275px { margin-bottom: 275px !important; }
.mb-xl-300px { margin-bottom: 300px !important; }
.mb-xl-325px { margin-bottom: 325px !important; }
.mb-xl-350px { margin-bottom: 350px !important; }
.mb-xl-375px { margin-bottom: 375px !important; }
.mb-xl-400px { margin-bottom: 400px !important; }

.ml-xl-1px { margin-left: 1px !important; }
.ml-xl-2px { margin-left: 2px !important; }
.ml-xl-3px { margin-left: 3px !important; }
.ml-xl-4px { margin-left: 4px !important; }
.ml-xl-5px { margin-left: 5px !important; }
.ml-xl-6px { margin-left: 6px !important; }
.ml-xl-7px { margin-left: 7px !important; }
.ml-xl-8px { margin-left: 8px !important; }
.ml-xl-9px { margin-left: 9px !important; }
.ml-xl-10px { margin-left: 10px !important; }
.ml-xl-11px { margin-left: 11px !important; }
.ml-xl-12px { margin-left: 12px !important; }
.ml-xl-13px { margin-left: 13px !important; }
.ml-xl-14px { margin-left: 14px !important; }
.ml-xl-15px { margin-left: 15px !important; }
.ml-xl-16px { margin-left: 16px !important; }
.ml-xl-17px { margin-left: 17px !important; }
.ml-xl-18px { margin-left: 18px !important; }
.ml-xl-19px { margin-left: 19px !important; }
.ml-xl-20px { margin-left: 20px !important; }
.ml-xl-21px { margin-left: 21px !important; }
.ml-xl-22px { margin-left: 22px !important; }
.ml-xl-23px { margin-left: 23px !important; }
.ml-xl-24px { margin-left: 24px !important; }
.ml-xl-25px { margin-left: 25px !important; }
.ml-xl-26px { margin-left: 26px !important; }
.ml-xl-27px { margin-left: 27px !important; }
.ml-xl-28px { margin-left: 28px !important; }
.ml-xl-29px { margin-left: 29px !important; }
.ml-xl-30px { margin-left: 30px !important; }
.ml-xl-35px { margin-left: 35px !important; }
.ml-xl-40px { margin-left: 40px !important; }
.ml-xl-50px { margin-left: 50px !important; }
.ml-xl-55px { margin-left: 55px !important; }
.ml-xl-60px { margin-left: 60px !important; }
.ml-xl-65px { margin-left: 65px !important; }
.ml-xl-70px { margin-left: 70px !important; }
.ml-xl-75px { margin-left: 75px !important; }
.ml-xl-80px { margin-left: 80px !important; }
.ml-xl-85px { margin-left: 85px !important; }
.ml-xl-90px { margin-left: 90px !important; }
.ml-xl-95px { margin-left: 95px !important; }
.ml-xl-100px { margin-left: 100px !important; }
.ml-xl-110px { margin-left: 110px !important; }
.ml-xl-120px { margin-left: 120px !important; }
.ml-xl-130px { margin-left: 130px !important; }
.ml-xl-140px { margin-left: 140px !important; }
.ml-xl-150px { margin-left: 150px !important; }
.ml-xl-160px { margin-left: 160px !important; }
.ml-xl-170px { margin-left: 170px !important; }
.ml-xl-180px { margin-left: 180px !important; }
.ml-xl-190px { margin-left: 190px !important; }
.ml-xl-200px { margin-left: 200px !important; }
.ml-xl-225px { margin-left: 225px !important; }
.ml-xl-250px { margin-left: 250px !important; }
.ml-xl-275px { margin-left: 275px !important; }
.ml-xl-300px { margin-left: 300px !important; }
.ml-xl-325px { margin-left: 325px !important; }
.ml-xl-350px { margin-left: 350px !important; }
.ml-xl-375px { margin-left: 375px !important; }
.ml-xl-400px { margin-left: 400px !important; }

.pt-xl-1px { padding-top: 1px !important; }
.pt-xl-2px { padding-top: 2px !important; }
.pt-xl-3px { padding-top: 3px !important; }
.pt-xl-4px { padding-top: 4px !important; }
.pt-xl-5px { padding-top: 5px !important; }
.pt-xl-6px { padding-top: 6px !important; }
.pt-xl-7px { padding-top: 7px !important; }
.pt-xl-8px { padding-top: 8px !important; }
.pt-xl-9px { padding-top: 9px !important; }
.pt-xl-10px { padding-top: 10px !important; }
.pt-xl-11px { padding-top: 11px !important; }
.pt-xl-12px { padding-top: 12px !important; }
.pt-xl-13px { padding-top: 13px !important; }
.pt-xl-14px { padding-top: 14px !important; }
.pt-xl-15px { padding-top: 15px !important; }
.pt-xl-16px { padding-top: 16px !important; }
.pt-xl-17px { padding-top: 17px !important; }
.pt-xl-18px { padding-top: 18px !important; }
.pt-xl-19px { padding-top: 19px !important; }
.pt-xl-20px { padding-top: 20px !important; }
.pt-xl-21px { padding-top: 21px !important; }
.pt-xl-22px { padding-top: 22px !important; }
.pt-xl-23px { padding-top: 23px !important; }
.pt-xl-24px { padding-top: 24px !important; }
.pt-xl-25px { padding-top: 25px !important; }
.pt-xl-26px { padding-top: 26px !important; }
.pt-xl-27px { padding-top: 27px !important; }
.pt-xl-28px { padding-top: 28px !important; }
.pt-xl-29px { padding-top: 29px !important; }
.pt-xl-30px { padding-top: 30px !important; }
.pt-xl-35px { padding-top: 35px !important; }
.pt-xl-40px { padding-top: 40px !important; }
.pt-xl-50px { padding-top: 50px !important; }
.pt-xl-55px { padding-top: 55px !important; }
.pt-xl-60px { padding-top: 60px !important; }
.pt-xl-65px { padding-top: 65px !important; }
.pt-xl-70px { padding-top: 70px !important; }
.pt-xl-75px { padding-top: 75px !important; }
.pt-xl-80px { padding-top: 80px !important; }
.pt-xl-85px { padding-top: 85px !important; }
.pt-xl-90px { padding-top: 90px !important; }
.pt-xl-95px { padding-top: 95px !important; }
.pt-xl-100px { padding-top: 100px !important; }
.pt-xl-110px { padding-top: 110px !important; }
.pt-xl-120px { padding-top: 120px !important; }
.pt-xl-130px { padding-top: 130px !important; }
.pt-xl-140px { padding-top: 140px !important; }
.pt-xl-150px { padding-top: 150px !important; }
.pt-xl-160px { padding-top: 160px !important; }
.pt-xl-170px { padding-top: 170px !important; }
.pt-xl-180px { padding-top: 180px !important; }
.pt-xl-190px { padding-top: 190px !important; }
.pt-xl-200px { padding-top: 200px !important; }
.pt-xl-225px { padding-top: 225px !important; }
.pt-xl-250px { padding-top: 250px !important; }
.pt-xl-275px { padding-top: 275px !important; }
.pt-xl-300px { padding-top: 300px !important; }
.pt-xl-325px { padding-top: 325px !important; }
.pt-xl-350px { padding-top: 350px !important; }
.pt-xl-375px { padding-top: 375px !important; }
.pt-xl-400px { padding-top: 400px !important; }

.pr-xl-1px { padding-right: 1px !important; }
.pr-xl-2px { padding-right: 2px !important; }
.pr-xl-3px { padding-right: 3px !important; }
.pr-xl-4px { padding-right: 4px !important; }
.pr-xl-5px { padding-right: 5px !important; }
.pr-xl-6px { padding-right: 6px !important; }
.pr-xl-7px { padding-right: 7px !important; }
.pr-xl-8px { padding-right: 8px !important; }
.pr-xl-9px { padding-right: 9px !important; }
.pr-xl-10px { padding-right: 10px !important; }
.pr-xl-11px { padding-right: 11px !important; }
.pr-xl-12px { padding-right: 12px !important; }
.pr-xl-13px { padding-right: 13px !important; }
.pr-xl-14px { padding-right: 14px !important; }
.pr-xl-15px { padding-right: 15px !important; }
.pr-xl-16px { padding-right: 16px !important; }
.pr-xl-17px { padding-right: 17px !important; }
.pr-xl-18px { padding-right: 18px !important; }
.pr-xl-19px { padding-right: 19px !important; }
.pr-xl-20px { padding-right: 20px !important; }
.pr-xl-21px { padding-right: 21px !important; }
.pr-xl-22px { padding-right: 22px !important; }
.pr-xl-23px { padding-right: 23px !important; }
.pr-xl-24px { padding-right: 24px !important; }
.pr-xl-25px { padding-right: 25px !important; }
.pr-xl-26px { padding-right: 26px !important; }
.pr-xl-27px { padding-right: 27px !important; }
.pr-xl-28px { padding-right: 28px !important; }
.pr-xl-29px { padding-right: 29px !important; }
.pr-xl-30px { padding-right: 30px !important; }
.pr-xl-35px { padding-right: 35px !important; }
.pr-xl-40px { padding-right: 40px !important; }
.pr-xl-50px { padding-right: 50px !important; }
.pr-xl-55px { padding-right: 55px !important; }
.pr-xl-60px { padding-right: 60px !important; }
.pr-xl-65px { padding-right: 65px !important; }
.pr-xl-70px { padding-right: 70px !important; }
.pr-xl-75px { padding-right: 75px !important; }
.pr-xl-80px { padding-right: 80px !important; }
.pr-xl-85px { padding-right: 85px !important; }
.pr-xl-90px { padding-right: 90px !important; }
.pr-xl-95px { padding-right: 95px !important; }
.pr-xl-100px { padding-right: 100px !important; }
.pr-xl-110px { padding-right: 110px !important; }
.pr-xl-120px { padding-right: 120px !important; }
.pr-xl-130px { padding-right: 130px !important; }
.pr-xl-140px { padding-right: 140px !important; }
.pr-xl-150px { padding-right: 150px !important; }
.pr-xl-160px { padding-right: 160px !important; }
.pr-xl-170px { padding-right: 170px !important; }
.pr-xl-180px { padding-right: 180px !important; }
.pr-xl-190px { padding-right: 190px !important; }
.pr-xl-200px { padding-right: 200px !important; }
.pr-xl-225px { padding-right: 225px !important; }
.pr-xl-250px { padding-right: 250px !important; }
.pr-xl-275px { padding-right: 275px !important; }
.pr-xl-300px { padding-right: 300px !important; }
.pr-xl-325px { padding-right: 325px !important; }
.pr-xl-350px { padding-right: 350px !important; }
.pr-xl-375px { padding-right: 375px !important; }
.pr-xl-400px { padding-right: 400px !important; }

.pb-xl-1px { padding-bottom: 1px !important; }
.pb-xl-2px { padding-bottom: 2px !important; }
.pb-xl-3px { padding-bottom: 3px !important; }
.pb-xl-4px { padding-bottom: 4px !important; }
.pb-xl-5px { padding-bottom: 5px !important; }
.pb-xl-6px { padding-bottom: 6px !important; }
.pb-xl-7px { padding-bottom: 7px !important; }
.pb-xl-8px { padding-bottom: 8px !important; }
.pb-xl-9px { padding-bottom: 9px !important; }
.pb-xl-10px { padding-bottom: 10px !important; }
.pb-xl-11px { padding-bottom: 11px !important; }
.pb-xl-12px { padding-bottom: 12px !important; }
.pb-xl-13px { padding-bottom: 13px !important; }
.pb-xl-14px { padding-bottom: 14px !important; }
.pb-xl-15px { padding-bottom: 15px !important; }
.pb-xl-16px { padding-bottom: 16px !important; }
.pb-xl-17px { padding-bottom: 17px !important; }
.pb-xl-18px { padding-bottom: 18px !important; }
.pb-xl-19px { padding-bottom: 19px !important; }
.pb-xl-20px { padding-bottom: 20px !important; }
.pb-xl-21px { padding-bottom: 21px !important; }
.pb-xl-22px { padding-bottom: 22px !important; }
.pb-xl-23px { padding-bottom: 23px !important; }
.pb-xl-24px { padding-bottom: 24px !important; }
.pb-xl-25px { padding-bottom: 25px !important; }
.pb-xl-26px { padding-bottom: 26px !important; }
.pb-xl-27px { padding-bottom: 27px !important; }
.pb-xl-28px { padding-bottom: 28px !important; }
.pb-xl-29px { padding-bottom: 29px !important; }
.pb-xl-30px { padding-bottom: 30px !important; }
.pb-xl-35px { padding-bottom: 35px !important; }
.pb-xl-40px { padding-bottom: 40px !important; }
.pb-xl-50px { padding-bottom: 50px !important; }
.pb-xl-55px { padding-bottom: 55px !important; }
.pb-xl-60px { padding-bottom: 60px !important; }
.pb-xl-65px { padding-bottom: 65px !important; }
.pb-xl-70px { padding-bottom: 70px !important; }
.pb-xl-75px { padding-bottom: 75px !important; }
.pb-xl-80px { padding-bottom: 80px !important; }
.pb-xl-85px { padding-bottom: 85px !important; }
.pb-xl-90px { padding-bottom: 90px !important; }
.pb-xl-95px { padding-bottom: 95px !important; }
.pb-xl-100px { padding-bottom: 100px !important; }
.pb-xl-110px { padding-bottom: 110px !important; }
.pb-xl-120px { padding-bottom: 120px !important; }
.pb-xl-130px { padding-bottom: 130px !important; }
.pb-xl-140px { padding-bottom: 140px !important; }
.pb-xl-150px { padding-bottom: 150px !important; }
.pb-xl-160px { padding-bottom: 160px !important; }
.pb-xl-170px { padding-bottom: 170px !important; }
.pb-xl-180px { padding-bottom: 180px !important; }
.pb-xl-190px { padding-bottom: 190px !important; }
.pb-xl-200px { padding-bottom: 200px !important; }
.pb-xl-225px { padding-bottom: 225px !important; }
.pb-xl-250px { padding-bottom: 250px !important; }
.pb-xl-275px { padding-bottom: 275px !important; }
.pb-xl-300px { padding-bottom: 300px !important; }
.pb-xl-325px { padding-bottom: 325px !important; }
.pb-xl-350px { padding-bottom: 350px !important; }
.pb-xl-375px { padding-bottom: 375px !important; }
.pb-xl-400px { padding-bottom: 400px !important; }

.pl-xl-1px { padding-left: 1px !important; }
.pl-xl-2px { padding-left: 2px !important; }
.pl-xl-3px { padding-left: 3px !important; }
.pl-xl-4px { padding-left: 4px !important; }
.pl-xl-5px { padding-left: 5px !important; }
.pl-xl-6px { padding-left: 6px !important; }
.pl-xl-7px { padding-left: 7px !important; }
.pl-xl-8px { padding-left: 8px !important; }
.pl-xl-9px { padding-left: 9px !important; }
.pl-xl-10px { padding-left: 10px !important; }
.pl-xl-11px { padding-left: 11px !important; }
.pl-xl-12px { padding-left: 12px !important; }
.pl-xl-13px { padding-left: 13px !important; }
.pl-xl-14px { padding-left: 14px !important; }
.pl-xl-15px { padding-left: 15px !important; }
.pl-xl-16px { padding-left: 16px !important; }
.pl-xl-17px { padding-left: 17px !important; }
.pl-xl-18px { padding-left: 18px !important; }
.pl-xl-19px { padding-left: 19px !important; }
.pl-xl-20px { padding-left: 20px !important; }
.pl-xl-21px { padding-left: 21px !important; }
.pl-xl-22px { padding-left: 22px !important; }
.pl-xl-23px { padding-left: 23px !important; }
.pl-xl-24px { padding-left: 24px !important; }
.pl-xl-25px { padding-left: 25px !important; }
.pl-xl-26px { padding-left: 26px !important; }
.pl-xl-27px { padding-left: 27px !important; }
.pl-xl-28px { padding-left: 28px !important; }
.pl-xl-29px { padding-left: 29px !important; }
.pl-xl-30px { padding-left: 30px !important; }
.pl-xl-35px { padding-left: 35px !important; }
.pl-xl-40px { padding-left: 40px !important; }
.pl-xl-50px { padding-left: 50px !important; }
.pl-xl-55px { padding-left: 55px !important; }
.pl-xl-60px { padding-left: 60px !important; }
.pl-xl-65px { padding-left: 65px !important; }
.pl-xl-70px { padding-left: 70px !important; }
.pl-xl-75px { padding-left: 75px !important; }
.pl-xl-80px { padding-left: 80px !important; }
.pl-xl-85px { padding-left: 85px !important; }
.pl-xl-90px { padding-left: 90px !important; }
.pl-xl-95px { padding-left: 95px !important; }
.pl-xl-100px { padding-left: 100px !important; }
.pl-xl-110px { padding-left: 110px !important; }
.pl-xl-120px { padding-left: 120px !important; }
.pl-xl-130px { padding-left: 130px !important; }
.pl-xl-140px { padding-left: 140px !important; }
.pl-xl-150px { padding-left: 150px !important; }
.pl-xl-160px { padding-left: 160px !important; }
.pl-xl-170px { padding-left: 170px !important; }
.pl-xl-180px { padding-left: 180px !important; }
.pl-xl-190px { padding-left: 190px !important; }
.pl-xl-200px { padding-left: 200px !important; }
.pl-xl-225px { padding-left: 225px !important; }
.pl-xl-250px { padding-left: 250px !important; }
.pl-xl-275px { padding-left: 275px !important; }
.pl-xl-300px { padding-left: 300px !important; }
.pl-xl-325px { padding-left: 325px !important; }
.pl-xl-350px { padding-left: 350px !important; }
.pl-xl-375px { padding-left: 375px !important; }
.pl-xl-400px { padding-left: 400px !important; }

.w-xl-10 { width: 10% !important; }
.w-xl-20 { width: 20% !important; }
.w-xl-25 { width: 25% !important; }
.w-xl-30 { width: 30% !important; }
.w-xl-40 { width: 40% !important; }
.w-xl-50 { width: 50% !important; }
.w-xl-60 { width: 60% !important; }
.w-xl-70 { width: 70% !important; }
.w-xl-75 { width: 75% !important; }
.w-xl-80 { width: 80% !important; }
.w-xl-90 { width: 90% !important; }
.w-xl-100 { width: 100% !important; }

.w-xl-auto { width: auto !important; }
.w-xl-1px { width: 1px !important; }
.w-xl-2px { width: 2px !important; }
.w-xl-3px { width: 3px !important; }
.w-xl-4px { width: 4px !important; }
.w-xl-5px { width: 5px !important; }
.w-xl-6px { width: 6px !important; }
.w-xl-7px { width: 7px !important; }
.w-xl-8px { width: 8px !important; }
.w-xl-9px { width: 9px !important; }
.w-xl-10px { width: 10px !important; }
.w-xl-15px { width: 15px !important; }
.w-xl-20px { width: 20px !important; }
.w-xl-25px { width: 25px !important; }
.w-xl-30px { width: 30px !important; }
.w-xl-35px { width: 35px !important; }
.w-xl-40px { width: 40px !important; }
.w-xl-45px { width: 45px !important; }
.w-xl-50px { width: 50px !important; }
.w-xl-55px { width: 55px !important; }
.w-xl-60px { width: 60px !important; }
.w-xl-65px { width: 65px !important; }
.w-xl-70px { width: 70px !important; }
.w-xl-75px { width: 75px !important; }
.w-xl-80px { width: 80px !important; }
.w-xl-85px { width: 85px !important; }
.w-xl-90px { width: 90px !important; }
.w-xl-95px { width: 95px !important; }
.w-xl-100px { width: 100px !important; }
.w-xl-125px { width: 125px !important; }
.w-xl-150px { width: 150px !important; }
.w-xl-175px { width: 175px !important; }
.w-xl-200px { width: 200px !important; }
.w-xl-225px { width: 225px !important; }
.w-xl-250px { width: 250px !important; }
.w-xl-275px { width: 275px !important; }
.w-xl-300px { width: 300px !important; }
.w-xl-325px { width: 325px !important; }
.w-xl-350px { width: 350px !important; }
.w-xl-375px { width: 375px !important; }
.w-xl-400px { width: 400px !important; }
.w-xl-425px { width: 425px !important; }
.w-xl-450px { width: 450px !important; }
.w-xl-475px { width: 475px !important; }
.w-xl-500px { width: 500px !important; }
.w-xl-550px { width: 550px !important; }
.w-xl-600px { width: 600px !important; }
.w-xl-650px { width: 650px !important; }
.w-xl-700px { width: 700px !important; }
.w-xl-750px { width: 750px !important; }
.w-xl-800px { width: 800px !important; }
.w-xl-850px { width: 850px !important; }
.w-xl-900px { width: 900px !important; }
.w-xl-950px { width: 950px !important; }
.w-xl-1000px { width: 1000px !important; }
.w-xl-1100px { width: 1100px !important; }
.w-xl-1200px { width: 1200px !important; }
.w-xl-1300px { width: 1300px !important; }
.w-xl-1400px { width: 1400px !important; }

.min-w-xl-30 { min-width: 30% !important; }

.mw-xl-25 { max-width: 25% !important; }
.mw-xl-30 { max-width: 30% !important; }
.mw-xl-50 { max-width: 50% !important; }
.mw-xl-75 { max-width: 75% !important; }
.mw-xl-100 { max-width: 100% !important; }
.mw-xl-auto { max-width: auto !important; }
.mw-xl-1px { max-width: 1px !important; }
.mw-xl-2px { max-width: 2px !important; }
.mw-xl-3px { max-width: 3px !important; }
.mw-xl-4px { max-width: 4px !important; }
.mw-xl-5px { max-width: 5px !important; }
.mw-xl-6px { max-width: 6px !important; }
.mw-xl-7px { max-width: 7px !important; }
.mw-xl-8px { max-width: 8px !important; }
.mw-xl-9px { max-width: 9px !important; }
.mw-xl-10px { max-width: 10px !important; }
.mw-xl-15px { max-width: 15px !important; }
.mw-xl-20px { max-width: 20px !important; }
.mw-xl-25px { max-width: 25px !important; }
.mw-xl-30px { max-width: 30px !important; }
.mw-xl-35px { max-width: 35px !important; }
.mw-xl-40px { max-width: 40px !important; }
.mw-xl-45px { max-width: 45px !important; }
.mw-xl-50px { max-width: 50px !important; }
.mw-xl-55px { max-width: 55px !important; }
.mw-xl-60px { max-width: 60px !important; }
.mw-xl-65px { max-width: 65px !important; }
.mw-xl-70px { max-width: 70px !important; }
.mw-xl-75px { max-width: 75px !important; }
.mw-xl-80px { max-width: 80px !important; }
.mw-xl-85px { max-width: 85px !important; }
.mw-xl-90px { max-width: 90px !important; }
.mw-xl-95px { max-width: 95px !important; }
.mw-xl-100px { max-width: 100px !important; }
.mw-xl-125px { max-width: 125px !important; }
.mw-xl-150px { max-width: 150px !important; }
.mw-xl-175px { max-width: 175px !important; }
.mw-xl-200px { max-width: 200px !important; }
.mw-xl-225px { max-width: 225px !important; }
.mw-xl-250px { max-width: 250px !important; }
.mw-xl-275px { max-width: 275px !important; }
.mw-xl-300px { max-width: 300px !important; }
.mw-xl-325px { max-width: 325px !important; }
.mw-xl-350px { max-width: 350px !important; }
.mw-xl-375px { max-width: 375px !important; }
.mw-xl-400px { max-width: 400px !important; }
.mw-xl-425px { max-width: 425px !important; }
.mw-xl-450px { max-width: 450px !important; }
.mw-xl-475px { max-width: 475px !important; }
.mw-xl-500px { max-width: 500px !important; }
.mw-xl-550px { max-width: 550px !important; }
.mw-xl-600px { max-width: 600px !important; }
.mw-xl-650px { max-width: 650px !important; }
.mw-xl-700px { max-width: 700px !important; }
.mw-xl-750px { max-width: 750px !important; }
.mw-xl-800px { max-width: 800px !important; }
.mw-xl-850px { max-width: 850px !important; }
.mw-xl-900px { max-width: 900px !important; }
.mw-xl-950px { max-width: 950px !important; }
.mw-xl-1000px { max-width: 1000px !important; }
.mw-xl-1100px { max-width: 1100px !important; }
.mw-xl-1200px { max-width: 1200px !important; }
.mw-xl-1300px { max-width: 1300px !important; }
.mw-xl-1400px { max-width: 1400px !important; }

.h-xl-25 { height: 25% !important; }
.h-xl-50 { height: 50% !important; }
.h-xl-75 { height: 75% !important; }
.h-xl-100 { height: 100% !important; }
.h-xl-auto { height: auto !important; }
.h-xl-1px { height: 1px !important; }
.h-xl-2px { height: 2px !important; }
.h-xl-3px { height: 3px !important; }
.h-xl-4px { height: 4px !important; }
.h-xl-5px { height: 5px !important; }
.h-xl-6px { height: 6px !important; }
.h-xl-7px { height: 7px !important; }
.h-xl-8px { height: 8px !important; }
.h-xl-9px { height: 9px !important; }
.h-xl-10px { height: 10px !important; }
.h-xl-15px { height: 15px !important; }
.h-xl-20px { height: 20px !important; }
.h-xl-25px { height: 25px !important; }
.h-xl-30px { height: 30px !important; }
.h-xl-35px { height: 35px !important; }
.h-xl-40px { height: 40px !important; }
.h-xl-45px { height: 45px !important; }
.h-xl-50px { height: 50px !important; }
.h-xl-55px { height: 55px !important; }
.h-xl-60px { height: 60px !important; }
.h-xl-65px { height: 65px !important; }
.h-xl-70px { height: 70px !important; }
.h-xl-75px { height: 75px !important; }
.h-xl-80px { height: 80px !important; }
.h-xl-85px { height: 85px !important; }
.h-xl-90px { height: 90px !important; }
.h-xl-95px { height: 95px !important; }
.h-xl-100px { height: 100px !important; }
.h-xl-125px { height: 125px !important; }
.h-xl-150px { height: 150px !important; }
.h-xl-175px { height: 175px !important; }
.h-xl-200px { height: 200px !important; }
.h-xl-225px { height: 225px !important; }
.h-xl-250px { height: 250px !important; }
.h-xl-275px { height: 275px !important; }
.h-xl-300px { height: 300px !important; }
.h-xl-325px { height: 325px !important; }
.h-xl-350px { height: 350px !important; }
.h-xl-375px { height: 375px !important; }
.h-xl-400px { height: 400px !important; }
.h-xl-425px { height: 425px !important; }
.h-xl-450px { height: 450px !important; }
.h-xl-475px { height: 475px !important; }
.h-xl-500px { height: 500px !important; }
.h-xl-550px { height: 550px !important; }
.h-xl-600px { height: 600px !important; }
.h-xl-650px { height: 650px !important; }
.h-xl-700px { height: 700px !important; }
.h-xl-750px { height: 750px !important; }
.h-xl-800px { height: 800px !important; }
.h-xl-850px { height: 850px !important; }
.h-xl-900px { height: 900px !important; }
.h-xl-950px { height: 950px !important; }
.h-xl-1000px { height: 1000px !important; }
.h-xl-1100px { height: 1100px !important; }
.h-xl-1200px { height: 1200px !important; }
.h-xl-1300px { height: 1300px !important; }
.h-xl-1400px { height: 1400px !important; }

.mh-xl-25 { max-height: 25% !important; }
.mh-xl-50 { max-height: 50% !important; }
.mh-xl-75 { max-height: 75% !important; }
.mh-xl-100 { max-height: 100% !important; }
.mh-xl-auto { max-height: auto !important; }
.mh-xl-1px { max-height: 1px !important; }
.mh-xl-2px { max-height: 2px !important; }
.mh-xl-3px { max-height: 3px !important; }
.mh-xl-4px { max-height: 4px !important; }
.mh-xl-5px { max-height: 5px !important; }
.mh-xl-6px { max-height: 6px !important; }
.mh-xl-7px { max-height: 7px !important; }
.mh-xl-8px { max-height: 8px !important; }
.mh-xl-9px { max-height: 9px !important; }
.mh-xl-10px { max-height: 10px !important; }
.mh-xl-15px { max-height: 15px !important; }
.mh-xl-20px { max-height: 20px !important; }
.mh-xl-25px { max-height: 25px !important; }
.mh-xl-30px { max-height: 30px !important; }
.mh-xl-35px { max-height: 35px !important; }
.mh-xl-40px { max-height: 40px !important; }
.mh-xl-45px { max-height: 45px !important; }
.mh-xl-50px { max-height: 50px !important; }
.mh-xl-55px { max-height: 55px !important; }
.mh-xl-60px { max-height: 60px !important; }
.mh-xl-65px { max-height: 65px !important; }
.mh-xl-70px { max-height: 70px !important; }
.mh-xl-75px { max-height: 75px !important; }
.mh-xl-80px { max-height: 80px !important; }
.mh-xl-85px { max-height: 85px !important; }
.mh-xl-90px { max-height: 90px !important; }
.mh-xl-95px { max-height: 95px !important; }
.mh-xl-100px { max-height: 100px !important; }
.mh-xl-125px { max-height: 125px !important; }
.mh-xl-150px { max-height: 150px !important; }
.mh-xl-175px { max-height: 175px !important; }
.mh-xl-200px { max-height: 200px !important; }
.mh-xl-225px { max-height: 225px !important; }
.mh-xl-250px { max-height: 250px !important; }
.mh-xl-275px { max-height: 275px !important; }
.mh-xl-300px { max-height: 300px !important; }
.mh-xl-325px { max-height: 325px !important; }
.mh-xl-350px { max-height: 350px !important; }
.mh-xl-375px { max-height: 375px !important; }
.mh-xl-400px { max-height: 400px !important; }
.mh-xl-425px { max-height: 425px !important; }
.mh-xl-450px { max-height: 450px !important; }
.mh-xl-475px { max-height: 475px !important; }
.mh-xl-500px { max-height: 500px !important; }
.mh-xl-550px { max-height: 550px !important; }
.mh-xl-600px { max-height: 600px !important; }
.mh-xl-650px { max-height: 650px !important; }
.mh-xl-700px { max-height: 700px !important; }
.mh-xl-750px { max-height: 750px !important; }
.mh-xl-800px { max-height: 800px !important; }
.mh-xl-850px { max-height: 850px !important; }
.mh-xl-900px { max-height: 900px !important; }
.mh-xl-950px { max-height: 950px !important; }
.mh-xl-1000px { max-height: 1000px !important; }
.mh-xl-1100px { max-height: 1100px !important; }
.mh-xl-1200px { max-height: 1200px !important; }
.mh-xl-1300px { max-height: 1300px !important; }
.mh-xl-1400px { max-height: 1400px !important; }
}

/* XXL */
@media (min-width: 1400px) {
.d-xxl-none{ display: none !important;   }
.fs-xxl-8  { font-size: 8px !important;  }
.fs-xxl-9  { font-size: 9px !important;  }
.fs-xxl-10 { font-size: 10px !important; }
.fs-xxl-11 { font-size: 11px !important; }
.fs-xxl-12 { font-size: 12px !important; }
.fs-xxl-13 { font-size: 13px !important; }
.fs-xxl-14 { font-size: 14px !important; }
.fs-xxl-15 { font-size: 15px !important; }
.fs-xxl-16 { font-size: 16px !important; }
.fs-xxl-17 { font-size: 17px !important; }
.fs-xxl-18 { font-size: 18px !important; }
.fs-xxl-19 { font-size: 19px !important; }
.fs-xxl-20 { font-size: 20px !important; }
.fs-xxl-22 { font-size: 22px !important; }
.fs-xxl-24 { font-size: 24px !important; }
.fs-xxl-26 { font-size: 26px !important; }
.fs-xxl-28 { font-size: 28px !important; }
.fs-xxl-30 { font-size: 30px !important; }
.fs-xxl-32 { font-size: 32px !important; }
.fs-xxl-34 { font-size: 34px !important; }
.fs-xxl-36 { font-size: 36px !important; }
.fs-xxl-38 { font-size: 38px !important; }
.fs-xxl-40 { font-size: 40px !important; }
.fs-xxl-42 { font-size: 42px !important; }
.fs-xxl-44 { font-size: 44px !important; }
.fs-xxl-46 { font-size: 46px !important; }
.fs-xxl-48 { font-size: 48px !important; }
.fs-xxl-50 { font-size: 50px !important; }
.fs-xxl-55 { font-size: 55px !important; }
.fs-xxl-60 { font-size: 60px !important; }
.fs-xxl-65 { font-size: 65px !important; }
.fs-xxl-70 { font-size: 70px !important; }
.fs-xxl-80 { font-size: 80px !important; }
.fs-xxl-90 { font-size: 90px !important; }
.fs-xxl-100 { font-size: 100px !important; }
.fs-xxl-110 { font-size: 110px !important; }
.fs-xxl-120 { font-size: 120px !important; }
.fs-xxl-130 { font-size: 130px !important; }
.fs-xxl-140 { font-size: 140px !important; }
.fs-xxl-150 { font-size: 150px !important; }

.fw-xxl-100 { font-weight: 100 !important; }
.fw-xxl-200 { font-weight: 200 !important; }
.fw-xxl-300 { font-weight: 300 !important; }
.fw-xxl-400 { font-weight: 400 !important; }
.fw-xxl-500 { font-weight: 500 !important; }
.fw-xxl-600 { font-weight: 600 !important; }
.fw-xxl-700 { font-weight: 700 !important; }
.fw-xxl-800 { font-weight: 800 !important; }
.fw-xxl-900 { font-weight: 900 !important; }

.mt-xxl-1px { margin-top: 1px !important; }
.mt-xxl-2px { margin-top: 2px !important; }
.mt-xxl-3px { margin-top: 3px !important; }
.mt-xxl-4px { margin-top: 4px !important; }
.mt-xxl-5px { margin-top: 5px !important; }
.mt-xxl-6px { margin-top: 6px !important; }
.mt-xxl-7px { margin-top: 7px !important; }
.mt-xxl-8px { margin-top: 8px !important; }
.mt-xxl-9px { margin-top: 9px !important; }
.mt-xxl-10px { margin-top: 10px !important; }
.mt-xxl-11px { margin-top: 11px !important; }
.mt-xxl-12px { margin-top: 12px !important; }
.mt-xxl-13px { margin-top: 13px !important; }
.mt-xxl-14px { margin-top: 14px !important; }
.mt-xxl-15px { margin-top: 15px !important; }
.mt-xxl-16px { margin-top: 16px !important; }
.mt-xxl-17px { margin-top: 17px !important; }
.mt-xxl-18px { margin-top: 18px !important; }
.mt-xxl-19px { margin-top: 19px !important; }
.mt-xxl-20px { margin-top: 20px !important; }
.mt-xxl-21px { margin-top: 21px !important; }
.mt-xxl-22px { margin-top: 22px !important; }
.mt-xxl-23px { margin-top: 23px !important; }
.mt-xxl-24px { margin-top: 24px !important; }
.mt-xxl-25px { margin-top: 25px !important; }
.mt-xxl-26px { margin-top: 26px !important; }
.mt-xxl-27px { margin-top: 27px !important; }
.mt-xxl-28px { margin-top: 28px !important; }
.mt-xxl-29px { margin-top: 29px !important; }
.mt-xxl-30px { margin-top: 30px !important; }
.mt-xxl-35px { margin-top: 35px !important; }
.mt-xxl-40px { margin-top: 40px !important; }
.mt-xxl-50px { margin-top: 50px !important; }
.mt-xxl-55px { margin-top: 55px !important; }
.mt-xxl-60px { margin-top: 60px !important; }
.mt-xxl-65px { margin-top: 65px !important; }
.mt-xxl-70px { margin-top: 70px !important; }
.mt-xxl-75px { margin-top: 75px !important; }
.mt-xxl-80px { margin-top: 80px !important; }
.mt-xxl-85px { margin-top: 85px !important; }
.mt-xxl-90px { margin-top: 90px !important; }
.mt-xxl-95px { margin-top: 95px !important; }
.mt-xxl-100px { margin-top: 100px !important; }
.mt-xxl-110px { margin-top: 110px !important; }
.mt-xxl-120px { margin-top: 120px !important; }
.mt-xxl-130px { margin-top: 130px !important; }
.mt-xxl-140px { margin-top: 140px !important; }
.mt-xxl-150px { margin-top: 150px !important; }
.mt-xxl-160px { margin-top: 160px !important; }
.mt-xxl-170px { margin-top: 170px !important; }
.mt-xxl-180px { margin-top: 180px !important; }
.mt-xxl-190px { margin-top: 190px !important; }
.mt-xxl-200px { margin-top: 200px !important; }
.mt-xxl-225px { margin-top: 225px !important; }
.mt-xxl-250px { margin-top: 250px !important; }
.mt-xxl-275px { margin-top: 275px !important; }
.mt-xxl-300px { margin-top: 300px !important; }
.mt-xxl-325px { margin-top: 325px !important; }
.mt-xxl-350px { margin-top: 350px !important; }
.mt-xxl-375px { margin-top: 375px !important; }
.mt-xxl-400px { margin-top: 400px !important; }

.mr-xxl-1px { margin-right: 1px !important; }
.mr-xxl-2px { margin-right: 2px !important; }
.mr-xxl-3px { margin-right: 3px !important; }
.mr-xxl-4px { margin-right: 4px !important; }
.mr-xxl-5px { margin-right: 5px !important; }
.mr-xxl-6px { margin-right: 6px !important; }
.mr-xxl-7px { margin-right: 7px !important; }
.mr-xxl-8px { margin-right: 8px !important; }
.mr-xxl-9px { margin-right: 9px !important; }
.mr-xxl-10px { margin-right: 10px !important; }
.mr-xxl-11px { margin-right: 11px !important; }
.mr-xxl-12px { margin-right: 12px !important; }
.mr-xxl-13px { margin-right: 13px !important; }
.mr-xxl-14px { margin-right: 14px !important; }
.mr-xxl-15px { margin-right: 15px !important; }
.mr-xxl-16px { margin-right: 16px !important; }
.mr-xxl-17px { margin-right: 17px !important; }
.mr-xxl-18px { margin-right: 18px !important; }
.mr-xxl-19px { margin-right: 19px !important; }
.mr-xxl-20px { margin-right: 20px !important; }
.mr-xxl-21px { margin-right: 21px !important; }
.mr-xxl-22px { margin-right: 22px !important; }
.mr-xxl-23px { margin-right: 23px !important; }
.mr-xxl-24px { margin-right: 24px !important; }
.mr-xxl-25px { margin-right: 25px !important; }
.mr-xxl-26px { margin-right: 26px !important; }
.mr-xxl-27px { margin-right: 27px !important; }
.mr-xxl-28px { margin-right: 28px !important; }
.mr-xxl-29px { margin-right: 29px !important; }
.mr-xxl-30px { margin-right: 30px !important; }
.mr-xxl-35px { margin-right: 35px !important; }
.mr-xxl-40px { margin-right: 40px !important; }
.mr-xxl-50px { margin-right: 50px !important; }
.mr-xxl-55px { margin-right: 55px !important; }
.mr-xxl-60px { margin-right: 60px !important; }
.mr-xxl-65px { margin-right: 65px !important; }
.mr-xxl-70px { margin-right: 70px !important; }
.mr-xxl-75px { margin-right: 75px !important; }
.mr-xxl-80px { margin-right: 80px !important; }
.mr-xxl-85px { margin-right: 85px !important; }
.mr-xxl-90px { margin-right: 90px !important; }
.mr-xxl-95px { margin-right: 95px !important; }
.mr-xxl-100px { margin-right: 100px !important; }
.mr-xxl-110px { margin-right: 110px !important; }
.mr-xxl-120px { margin-right: 120px !important; }
.mr-xxl-130px { margin-right: 130px !important; }
.mr-xxl-140px { margin-right: 140px !important; }
.mr-xxl-150px { margin-right: 150px !important; }
.mr-xxl-160px { margin-right: 160px !important; }
.mr-xxl-170px { margin-right: 170px !important; }
.mr-xxl-180px { margin-right: 180px !important; }
.mr-xxl-190px { margin-right: 190px !important; }
.mr-xxl-200px { margin-right: 200px !important; }
.mr-xxl-225px { margin-right: 225px !important; }
.mr-xxl-250px { margin-right: 250px !important; }
.mr-xxl-275px { margin-right: 275px !important; }
.mr-xxl-300px { margin-right: 300px !important; }
.mr-xxl-325px { margin-right: 325px !important; }
.mr-xxl-350px { margin-right: 350px !important; }
.mr-xxl-375px { margin-right: 375px !important; }
.mr-xxl-400px { margin-right: 400px !important; }

.mb-xxl-1px { margin-bottom: 1px !important; }
.mb-xxl-2px { margin-bottom: 2px !important; }
.mb-xxl-3px { margin-bottom: 3px !important; }
.mb-xxl-4px { margin-bottom: 4px !important; }
.mb-xxl-5px { margin-bottom: 5px !important; }
.mb-xxl-6px { margin-bottom: 6px !important; }
.mb-xxl-7px { margin-bottom: 7px !important; }
.mb-xxl-8px { margin-bottom: 8px !important; }
.mb-xxl-9px { margin-bottom: 9px !important; }
.mb-xxl-10px { margin-bottom: 10px !important; }
.mb-xxl-11px { margin-bottom: 11px !important; }
.mb-xxl-12px { margin-bottom: 12px !important; }
.mb-xxl-13px { margin-bottom: 13px !important; }
.mb-xxl-14px { margin-bottom: 14px !important; }
.mb-xxl-15px { margin-bottom: 15px !important; }
.mb-xxl-16px { margin-bottom: 16px !important; }
.mb-xxl-17px { margin-bottom: 17px !important; }
.mb-xxl-18px { margin-bottom: 18px !important; }
.mb-xxl-19px { margin-bottom: 19px !important; }
.mb-xxl-20px { margin-bottom: 20px !important; }
.mb-xxl-21px { margin-bottom: 21px !important; }
.mb-xxl-22px { margin-bottom: 22px !important; }
.mb-xxl-23px { margin-bottom: 23px !important; }
.mb-xxl-24px { margin-bottom: 24px !important; }
.mb-xxl-25px { margin-bottom: 25px !important; }
.mb-xxl-26px { margin-bottom: 26px !important; }
.mb-xxl-27px { margin-bottom: 27px !important; }
.mb-xxl-28px { margin-bottom: 28px !important; }
.mb-xxl-29px { margin-bottom: 29px !important; }
.mb-xxl-30px { margin-bottom: 30px !important; }
.mb-xxl-35px { margin-bottom: 35px !important; }
.mb-xxl-40px { margin-bottom: 40px !important; }
.mb-xxl-50px { margin-bottom: 50px !important; }
.mb-xxl-55px { margin-bottom: 55px !important; }
.mb-xxl-60px { margin-bottom: 60px !important; }
.mb-xxl-65px { margin-bottom: 65px !important; }
.mb-xxl-70px { margin-bottom: 70px !important; }
.mb-xxl-75px { margin-bottom: 75px !important; }
.mb-xxl-80px { margin-bottom: 80px !important; }
.mb-xxl-85px { margin-bottom: 85px !important; }
.mb-xxl-90px { margin-bottom: 90px !important; }
.mb-xxl-95px { margin-bottom: 95px !important; }
.mb-xxl-100px { margin-bottom: 100px !important; }
.mb-xxl-110px { margin-bottom: 110px !important; }
.mb-xxl-120px { margin-bottom: 120px !important; }
.mb-xxl-130px { margin-bottom: 130px !important; }
.mb-xxl-140px { margin-bottom: 140px !important; }
.mb-xxl-150px { margin-bottom: 150px !important; }
.mb-xxl-160px { margin-bottom: 160px !important; }
.mb-xxl-170px { margin-bottom: 170px !important; }
.mb-xxl-180px { margin-bottom: 180px !important; }
.mb-xxl-190px { margin-bottom: 190px !important; }
.mb-xxl-200px { margin-bottom: 200px !important; }
.mb-xxl-225px { margin-bottom: 225px !important; }
.mb-xxl-250px { margin-bottom: 250px !important; }
.mb-xxl-275px { margin-bottom: 275px !important; }
.mb-xxl-300px { margin-bottom: 300px !important; }
.mb-xxl-325px { margin-bottom: 325px !important; }
.mb-xxl-350px { margin-bottom: 350px !important; }
.mb-xxl-375px { margin-bottom: 375px !important; }
.mb-xxl-400px { margin-bottom: 400px !important; }

.ml-xxl-1px { margin-left: 1px !important; }
.ml-xxl-2px { margin-left: 2px !important; }
.ml-xxl-3px { margin-left: 3px !important; }
.ml-xxl-4px { margin-left: 4px !important; }
.ml-xxl-5px { margin-left: 5px !important; }
.ml-xxl-6px { margin-left: 6px !important; }
.ml-xxl-7px { margin-left: 7px !important; }
.ml-xxl-8px { margin-left: 8px !important; }
.ml-xxl-9px { margin-left: 9px !important; }
.ml-xxl-10px { margin-left: 10px !important; }
.ml-xxl-11px { margin-left: 11px !important; }
.ml-xxl-12px { margin-left: 12px !important; }
.ml-xxl-13px { margin-left: 13px !important; }
.ml-xxl-14px { margin-left: 14px !important; }
.ml-xxl-15px { margin-left: 15px !important; }
.ml-xxl-16px { margin-left: 16px !important; }
.ml-xxl-17px { margin-left: 17px !important; }
.ml-xxl-18px { margin-left: 18px !important; }
.ml-xxl-19px { margin-left: 19px !important; }
.ml-xxl-20px { margin-left: 20px !important; }
.ml-xxl-21px { margin-left: 21px !important; }
.ml-xxl-22px { margin-left: 22px !important; }
.ml-xxl-23px { margin-left: 23px !important; }
.ml-xxl-24px { margin-left: 24px !important; }
.ml-xxl-25px { margin-left: 25px !important; }
.ml-xxl-26px { margin-left: 26px !important; }
.ml-xxl-27px { margin-left: 27px !important; }
.ml-xxl-28px { margin-left: 28px !important; }
.ml-xxl-29px { margin-left: 29px !important; }
.ml-xxl-30px { margin-left: 30px !important; }
.ml-xxl-35px { margin-left: 35px !important; }
.ml-xxl-40px { margin-left: 40px !important; }
.ml-xxl-50px { margin-left: 50px !important; }
.ml-xxl-55px { margin-left: 55px !important; }
.ml-xxl-60px { margin-left: 60px !important; }
.ml-xxl-65px { margin-left: 65px !important; }
.ml-xxl-70px { margin-left: 70px !important; }
.ml-xxl-75px { margin-left: 75px !important; }
.ml-xxl-80px { margin-left: 80px !important; }
.ml-xxl-85px { margin-left: 85px !important; }
.ml-xxl-90px { margin-left: 90px !important; }
.ml-xxl-95px { margin-left: 95px !important; }
.ml-xxl-100px { margin-left: 100px !important; }
.ml-xxl-110px { margin-left: 110px !important; }
.ml-xxl-120px { margin-left: 120px !important; }
.ml-xxl-130px { margin-left: 130px !important; }
.ml-xxl-140px { margin-left: 140px !important; }
.ml-xxl-150px { margin-left: 150px !important; }
.ml-xxl-160px { margin-left: 160px !important; }
.ml-xxl-170px { margin-left: 170px !important; }
.ml-xxl-180px { margin-left: 180px !important; }
.ml-xxl-190px { margin-left: 190px !important; }
.ml-xxl-200px { margin-left: 200px !important; }
.ml-xxl-225px { margin-left: 225px !important; }
.ml-xxl-250px { margin-left: 250px !important; }
.ml-xxl-275px { margin-left: 275px !important; }
.ml-xxl-300px { margin-left: 300px !important; }
.ml-xxl-325px { margin-left: 325px !important; }
.ml-xxl-350px { margin-left: 350px !important; }
.ml-xxl-375px { margin-left: 375px !important; }
.ml-xxl-400px { margin-left: 400px !important; }

.pt-xxl-1px { padding-top: 1px !important; }
.pt-xxl-2px { padding-top: 2px !important; }
.pt-xxl-3px { padding-top: 3px !important; }
.pt-xxl-4px { padding-top: 4px !important; }
.pt-xxl-5px { padding-top: 5px !important; }
.pt-xxl-6px { padding-top: 6px !important; }
.pt-xxl-7px { padding-top: 7px !important; }
.pt-xxl-8px { padding-top: 8px !important; }
.pt-xxl-9px { padding-top: 9px !important; }
.pt-xxl-10px { padding-top: 10px !important; }
.pt-xxl-11px { padding-top: 11px !important; }
.pt-xxl-12px { padding-top: 12px !important; }
.pt-xxl-13px { padding-top: 13px !important; }
.pt-xxl-14px { padding-top: 14px !important; }
.pt-xxl-15px { padding-top: 15px !important; }
.pt-xxl-16px { padding-top: 16px !important; }
.pt-xxl-17px { padding-top: 17px !important; }
.pt-xxl-18px { padding-top: 18px !important; }
.pt-xxl-19px { padding-top: 19px !important; }
.pt-xxl-20px { padding-top: 20px !important; }
.pt-xxl-21px { padding-top: 21px !important; }
.pt-xxl-22px { padding-top: 22px !important; }
.pt-xxl-23px { padding-top: 23px !important; }
.pt-xxl-24px { padding-top: 24px !important; }
.pt-xxl-25px { padding-top: 25px !important; }
.pt-xxl-26px { padding-top: 26px !important; }
.pt-xxl-27px { padding-top: 27px !important; }
.pt-xxl-28px { padding-top: 28px !important; }
.pt-xxl-29px { padding-top: 29px !important; }
.pt-xxl-30px { padding-top: 30px !important; }
.pt-xxl-35px { padding-top: 35px !important; }
.pt-xxl-40px { padding-top: 40px !important; }
.pt-xxl-50px { padding-top: 50px !important; }
.pt-xxl-55px { padding-top: 55px !important; }
.pt-xxl-60px { padding-top: 60px !important; }
.pt-xxl-65px { padding-top: 65px !important; }
.pt-xxl-70px { padding-top: 70px !important; }
.pt-xxl-75px { padding-top: 75px !important; }
.pt-xxl-80px { padding-top: 80px !important; }
.pt-xxl-85px { padding-top: 85px !important; }
.pt-xxl-90px { padding-top: 90px !important; }
.pt-xxl-95px { padding-top: 95px !important; }
.pt-xxl-100px { padding-top: 100px !important; }
.pt-xxl-110px { padding-top: 110px !important; }
.pt-xxl-120px { padding-top: 120px !important; }
.pt-xxl-130px { padding-top: 130px !important; }
.pt-xxl-140px { padding-top: 140px !important; }
.pt-xxl-150px { padding-top: 150px !important; }
.pt-xxl-160px { padding-top: 160px !important; }
.pt-xxl-170px { padding-top: 170px !important; }
.pt-xxl-180px { padding-top: 180px !important; }
.pt-xxl-190px { padding-top: 190px !important; }
.pt-xxl-200px { padding-top: 200px !important; }
.pt-xxl-225px { padding-top: 225px !important; }
.pt-xxl-250px { padding-top: 250px !important; }
.pt-xxl-275px { padding-top: 275px !important; }
.pt-xxl-300px { padding-top: 300px !important; }
.pt-xxl-325px { padding-top: 325px !important; }
.pt-xxl-350px { padding-top: 350px !important; }
.pt-xxl-375px { padding-top: 375px !important; }
.pt-xxl-400px { padding-top: 400px !important; }

.pr-xxl-1px { padding-right: 1px !important; }
.pr-xxl-2px { padding-right: 2px !important; }
.pr-xxl-3px { padding-right: 3px !important; }
.pr-xxl-4px { padding-right: 4px !important; }
.pr-xxl-5px { padding-right: 5px !important; }
.pr-xxl-6px { padding-right: 6px !important; }
.pr-xxl-7px { padding-right: 7px !important; }
.pr-xxl-8px { padding-right: 8px !important; }
.pr-xxl-9px { padding-right: 9px !important; }
.pr-xxl-10px { padding-right: 10px !important; }
.pr-xxl-11px { padding-right: 11px !important; }
.pr-xxl-12px { padding-right: 12px !important; }
.pr-xxl-13px { padding-right: 13px !important; }
.pr-xxl-14px { padding-right: 14px !important; }
.pr-xxl-15px { padding-right: 15px !important; }
.pr-xxl-16px { padding-right: 16px !important; }
.pr-xxl-17px { padding-right: 17px !important; }
.pr-xxl-18px { padding-right: 18px !important; }
.pr-xxl-19px { padding-right: 19px !important; }
.pr-xxl-20px { padding-right: 20px !important; }
.pr-xxl-21px { padding-right: 21px !important; }
.pr-xxl-22px { padding-right: 22px !important; }
.pr-xxl-23px { padding-right: 23px !important; }
.pr-xxl-24px { padding-right: 24px !important; }
.pr-xxl-25px { padding-right: 25px !important; }
.pr-xxl-26px { padding-right: 26px !important; }
.pr-xxl-27px { padding-right: 27px !important; }
.pr-xxl-28px { padding-right: 28px !important; }
.pr-xxl-29px { padding-right: 29px !important; }
.pr-xxl-30px { padding-right: 30px !important; }
.pr-xxl-35px { padding-right: 35px !important; }
.pr-xxl-40px { padding-right: 40px !important; }
.pr-xxl-50px { padding-right: 50px !important; }
.pr-xxl-55px { padding-right: 55px !important; }
.pr-xxl-60px { padding-right: 60px !important; }
.pr-xxl-65px { padding-right: 65px !important; }
.pr-xxl-70px { padding-right: 70px !important; }
.pr-xxl-75px { padding-right: 75px !important; }
.pr-xxl-80px { padding-right: 80px !important; }
.pr-xxl-85px { padding-right: 85px !important; }
.pr-xxl-90px { padding-right: 90px !important; }
.pr-xxl-95px { padding-right: 95px !important; }
.pr-xxl-100px { padding-right: 100px !important; }
.pr-xxl-110px { padding-right: 110px !important; }
.pr-xxl-120px { padding-right: 120px !important; }
.pr-xxl-130px { padding-right: 130px !important; }
.pr-xxl-140px { padding-right: 140px !important; }
.pr-xxl-150px { padding-right: 150px !important; }
.pr-xxl-160px { padding-right: 160px !important; }
.pr-xxl-170px { padding-right: 170px !important; }
.pr-xxl-180px { padding-right: 180px !important; }
.pr-xxl-190px { padding-right: 190px !important; }
.pr-xxl-200px { padding-right: 200px !important; }
.pr-xxl-225px { padding-right: 225px !important; }
.pr-xxl-250px { padding-right: 250px !important; }
.pr-xxl-275px { padding-right: 275px !important; }
.pr-xxl-300px { padding-right: 300px !important; }
.pr-xxl-325px { padding-right: 325px !important; }
.pr-xxl-350px { padding-right: 350px !important; }
.pr-xxl-375px { padding-right: 375px !important; }
.pr-xxl-400px { padding-right: 400px !important; }

.pb-xxl-1px { padding-bottom: 1px !important; }
.pb-xxl-2px { padding-bottom: 2px !important; }
.pb-xxl-3px { padding-bottom: 3px !important; }
.pb-xxl-4px { padding-bottom: 4px !important; }
.pb-xxl-5px { padding-bottom: 5px !important; }
.pb-xxl-6px { padding-bottom: 6px !important; }
.pb-xxl-7px { padding-bottom: 7px !important; }
.pb-xxl-8px { padding-bottom: 8px !important; }
.pb-xxl-9px { padding-bottom: 9px !important; }
.pb-xxl-10px { padding-bottom: 10px !important; }
.pb-xxl-11px { padding-bottom: 11px !important; }
.pb-xxl-12px { padding-bottom: 12px !important; }
.pb-xxl-13px { padding-bottom: 13px !important; }
.pb-xxl-14px { padding-bottom: 14px !important; }
.pb-xxl-15px { padding-bottom: 15px !important; }
.pb-xxl-16px { padding-bottom: 16px !important; }
.pb-xxl-17px { padding-bottom: 17px !important; }
.pb-xxl-18px { padding-bottom: 18px !important; }
.pb-xxl-19px { padding-bottom: 19px !important; }
.pb-xxl-20px { padding-bottom: 20px !important; }
.pb-xxl-21px { padding-bottom: 21px !important; }
.pb-xxl-22px { padding-bottom: 22px !important; }
.pb-xxl-23px { padding-bottom: 23px !important; }
.pb-xxl-24px { padding-bottom: 24px !important; }
.pb-xxl-25px { padding-bottom: 25px !important; }
.pb-xxl-26px { padding-bottom: 26px !important; }
.pb-xxl-27px { padding-bottom: 27px !important; }
.pb-xxl-28px { padding-bottom: 28px !important; }
.pb-xxl-29px { padding-bottom: 29px !important; }
.pb-xxl-30px { padding-bottom: 30px !important; }
.pb-xxl-35px { padding-bottom: 35px !important; }
.pb-xxl-40px { padding-bottom: 40px !important; }
.pb-xxl-50px { padding-bottom: 50px !important; }
.pb-xxl-55px { padding-bottom: 55px !important; }
.pb-xxl-60px { padding-bottom: 60px !important; }
.pb-xxl-65px { padding-bottom: 65px !important; }
.pb-xxl-70px { padding-bottom: 70px !important; }
.pb-xxl-75px { padding-bottom: 75px !important; }
.pb-xxl-80px { padding-bottom: 80px !important; }
.pb-xxl-85px { padding-bottom: 85px !important; }
.pb-xxl-90px { padding-bottom: 90px !important; }
.pb-xxl-95px { padding-bottom: 95px !important; }
.pb-xxl-100px { padding-bottom: 100px !important; }
.pb-xxl-110px { padding-bottom: 110px !important; }
.pb-xxl-120px { padding-bottom: 120px !important; }
.pb-xxl-130px { padding-bottom: 130px !important; }
.pb-xxl-140px { padding-bottom: 140px !important; }
.pb-xxl-150px { padding-bottom: 150px !important; }
.pb-xxl-160px { padding-bottom: 160px !important; }
.pb-xxl-170px { padding-bottom: 170px !important; }
.pb-xxl-180px { padding-bottom: 180px !important; }
.pb-xxl-190px { padding-bottom: 190px !important; }
.pb-xxl-200px { padding-bottom: 200px !important; }
.pb-xxl-225px { padding-bottom: 225px !important; }
.pb-xxl-250px { padding-bottom: 250px !important; }
.pb-xxl-275px { padding-bottom: 275px !important; }
.pb-xxl-300px { padding-bottom: 300px !important; }
.pb-xxl-325px { padding-bottom: 325px !important; }
.pb-xxl-350px { padding-bottom: 350px !important; }
.pb-xxl-375px { padding-bottom: 375px !important; }
.pb-xxl-400px { padding-bottom: 400px !important; }

.pl-xxl-1px { padding-left: 1px !important; }
.pl-xxl-2px { padding-left: 2px !important; }
.pl-xxl-3px { padding-left: 3px !important; }
.pl-xxl-4px { padding-left: 4px !important; }
.pl-xxl-5px { padding-left: 5px !important; }
.pl-xxl-6px { padding-left: 6px !important; }
.pl-xxl-7px { padding-left: 7px !important; }
.pl-xxl-8px { padding-left: 8px !important; }
.pl-xxl-9px { padding-left: 9px !important; }
.pl-xxl-10px { padding-left: 10px !important; }
.pl-xxl-11px { padding-left: 11px !important; }
.pl-xxl-12px { padding-left: 12px !important; }
.pl-xxl-13px { padding-left: 13px !important; }
.pl-xxl-14px { padding-left: 14px !important; }
.pl-xxl-15px { padding-left: 15px !important; }
.pl-xxl-16px { padding-left: 16px !important; }
.pl-xxl-17px { padding-left: 17px !important; }
.pl-xxl-18px { padding-left: 18px !important; }
.pl-xxl-19px { padding-left: 19px !important; }
.pl-xxl-20px { padding-left: 20px !important; }
.pl-xxl-21px { padding-left: 21px !important; }
.pl-xxl-22px { padding-left: 22px !important; }
.pl-xxl-23px { padding-left: 23px !important; }
.pl-xxl-24px { padding-left: 24px !important; }
.pl-xxl-25px { padding-left: 25px !important; }
.pl-xxl-26px { padding-left: 26px !important; }
.pl-xxl-27px { padding-left: 27px !important; }
.pl-xxl-28px { padding-left: 28px !important; }
.pl-xxl-29px { padding-left: 29px !important; }
.pl-xxl-30px { padding-left: 30px !important; }
.pl-xxl-35px { padding-left: 35px !important; }
.pl-xxl-40px { padding-left: 40px !important; }
.pl-xxl-50px { padding-left: 50px !important; }
.pl-xxl-55px { padding-left: 55px !important; }
.pl-xxl-60px { padding-left: 60px !important; }
.pl-xxl-65px { padding-left: 65px !important; }
.pl-xxl-70px { padding-left: 70px !important; }
.pl-xxl-75px { padding-left: 75px !important; }
.pl-xxl-80px { padding-left: 80px !important; }
.pl-xxl-85px { padding-left: 85px !important; }
.pl-xxl-90px { padding-left: 90px !important; }
.pl-xxl-95px { padding-left: 95px !important; }
.pl-xxl-100px { padding-left: 100px !important; }
.pl-xxl-110px { padding-left: 110px !important; }
.pl-xxl-120px { padding-left: 120px !important; }
.pl-xxl-130px { padding-left: 130px !important; }
.pl-xxl-140px { padding-left: 140px !important; }
.pl-xxl-150px { padding-left: 150px !important; }
.pl-xxl-160px { padding-left: 160px !important; }
.pl-xxl-170px { padding-left: 170px !important; }
.pl-xxl-180px { padding-left: 180px !important; }
.pl-xxl-190px { padding-left: 190px !important; }
.pl-xxl-200px { padding-left: 200px !important; }
.pl-xxl-225px { padding-left: 225px !important; }
.pl-xxl-250px { padding-left: 250px !important; }
.pl-xxl-275px { padding-left: 275px !important; }
.pl-xxl-300px { padding-left: 300px !important; }
.pl-xxl-325px { padding-left: 325px !important; }
.pl-xxl-350px { padding-left: 350px !important; }
.pl-xxl-375px { padding-left: 375px !important; }
.pl-xxl-400px { padding-left: 400px !important; }

.w-xxl-10 { width: 10% !important; }
.w-xxl-20 { width: 20% !important; }
.w-xxl-25 { width: 25% !important; }
.w-xxl-30 { width: 30% !important; }
.w-xxl-40 { width: 40% !important; }
.w-xxl-50 { width: 50% !important; }
.w-xxl-60 { width: 60% !important; }
.w-xxl-70 { width: 70% !important; }
.w-xxl-75 { width: 75% !important; }
.w-xxl-80 { width: 80% !important; }
.w-xxl-90 { width: 90% !important; }
.w-xxl-100 { width: 100% !important; }

.w-xxl-auto { width: auto !important; }
.w-xxl-1px { width: 1px !important; }
.w-xxl-2px { width: 2px !important; }
.w-xxl-3px { width: 3px !important; }
.w-xxl-4px { width: 4px !important; }
.w-xxl-5px { width: 5px !important; }
.w-xxl-6px { width: 6px !important; }
.w-xxl-7px { width: 7px !important; }
.w-xxl-8px { width: 8px !important; }
.w-xxl-9px { width: 9px !important; }
.w-xxl-10px { width: 10px !important; }
.w-xxl-15px { width: 15px !important; }
.w-xxl-20px { width: 20px !important; }
.w-xxl-25px { width: 25px !important; }
.w-xxl-30px { width: 30px !important; }
.w-xxl-35px { width: 35px !important; }
.w-xxl-40px { width: 40px !important; }
.w-xxl-45px { width: 45px !important; }
.w-xxl-50px { width: 50px !important; }
.w-xxl-55px { width: 55px !important; }
.w-xxl-60px { width: 60px !important; }
.w-xxl-65px { width: 65px !important; }
.w-xxl-70px { width: 70px !important; }
.w-xxl-75px { width: 75px !important; }
.w-xxl-80px { width: 80px !important; }
.w-xxl-85px { width: 85px !important; }
.w-xxl-90px { width: 90px !important; }
.w-xxl-95px { width: 95px !important; }
.w-xxl-100px { width: 100px !important; }
.w-xxl-125px { width: 125px !important; }
.w-xxl-150px { width: 150px !important; }
.w-xxl-175px { width: 175px !important; }
.w-xxl-200px { width: 200px !important; }
.w-xxl-225px { width: 225px !important; }
.w-xxl-250px { width: 250px !important; }
.w-xxl-275px { width: 275px !important; }
.w-xxl-300px { width: 300px !important; }
.w-xxl-325px { width: 325px !important; }
.w-xxl-350px { width: 350px !important; }
.w-xxl-375px { width: 375px !important; }
.w-xxl-400px { width: 400px !important; }
.w-xxl-425px { width: 425px !important; }
.w-xxl-450px { width: 450px !important; }
.w-xxl-475px { width: 475px !important; }
.w-xxl-500px { width: 500px !important; }
.w-xxl-550px { width: 550px !important; }
.w-xxl-600px { width: 600px !important; }
.w-xxl-650px { width: 650px !important; }
.w-xxl-700px { width: 700px !important; }
.w-xxl-750px { width: 750px !important; }
.w-xxl-800px { width: 800px !important; }
.w-xxl-850px { width: 850px !important; }
.w-xxl-900px { width: 900px !important; }
.w-xxl-950px { width: 950px !important; }
.w-xxl-1000px { width: 1000px !important; }
.w-xxl-1100px { width: 1100px !important; }
.w-xxl-1200px { width: 1200px !important; }
.w-xxl-1300px { width: 1300px !important; }
.w-xxl-1400px { width: 1400px !important; }

.mw-xxl-25 { max-width: 25% !important; }
.mw-xxl-50 { max-width: 50% !important; }
.mw-xxl-75 { max-width: 75% !important; }
.mw-xxl-100 { max-width: 100% !important; }
.mw-xxl-auto { max-width: auto !important; }
.mw-xxl-1px { max-width: 1px !important; }
.mw-xxl-2px { max-width: 2px !important; }
.mw-xxl-3px { max-width: 3px !important; }
.mw-xxl-4px { max-width: 4px !important; }
.mw-xxl-5px { max-width: 5px !important; }
.mw-xxl-6px { max-width: 6px !important; }
.mw-xxl-7px { max-width: 7px !important; }
.mw-xxl-8px { max-width: 8px !important; }
.mw-xxl-9px { max-width: 9px !important; }
.mw-xxl-10px { max-width: 10px !important; }
.mw-xxl-15px { max-width: 15px !important; }
.mw-xxl-20px { max-width: 20px !important; }
.mw-xxl-25px { max-width: 25px !important; }
.mw-xxl-30px { max-width: 30px !important; }
.mw-xxl-35px { max-width: 35px !important; }
.mw-xxl-40px { max-width: 40px !important; }
.mw-xxl-45px { max-width: 45px !important; }
.mw-xxl-50px { max-width: 50px !important; }
.mw-xxl-55px { max-width: 55px !important; }
.mw-xxl-60px { max-width: 60px !important; }
.mw-xxl-65px { max-width: 65px !important; }
.mw-xxl-70px { max-width: 70px !important; }
.mw-xxl-75px { max-width: 75px !important; }
.mw-xxl-80px { max-width: 80px !important; }
.mw-xxl-85px { max-width: 85px !important; }
.mw-xxl-90px { max-width: 90px !important; }
.mw-xxl-95px { max-width: 95px !important; }
.mw-xxl-100px { max-width: 100px !important; }
.mw-xxl-125px { max-width: 125px !important; }
.mw-xxl-150px { max-width: 150px !important; }
.mw-xxl-175px { max-width: 175px !important; }
.mw-xxl-200px { max-width: 200px !important; }
.mw-xxl-225px { max-width: 225px !important; }
.mw-xxl-250px { max-width: 250px !important; }
.mw-xxl-275px { max-width: 275px !important; }
.mw-xxl-300px { max-width: 300px !important; }
.mw-xxl-325px { max-width: 325px !important; }
.mw-xxl-350px { max-width: 350px !important; }
.mw-xxl-375px { max-width: 375px !important; }
.mw-xxl-400px { max-width: 400px !important; }
.mw-xxl-425px { max-width: 425px !important; }
.mw-xxl-450px { max-width: 450px !important; }
.mw-xxl-475px { max-width: 475px !important; }
.mw-xxl-500px { max-width: 500px !important; }
.mw-xxl-550px { max-width: 550px !important; }
.mw-xxl-600px { max-width: 600px !important; }
.mw-xxl-650px { max-width: 650px !important; }
.mw-xxl-700px { max-width: 700px !important; }
.mw-xxl-750px { max-width: 750px !important; }
.mw-xxl-800px { max-width: 800px !important; }
.mw-xxl-850px { max-width: 850px !important; }
.mw-xxl-900px { max-width: 900px !important; }
.mw-xxl-950px { max-width: 950px !important; }
.mw-xxl-1000px { max-width: 1000px !important; }
.mw-xxl-1100px { max-width: 1100px !important; }
.mw-xxl-1200px { max-width: 1200px !important; }
.mw-xxl-1300px { max-width: 1300px !important; }
.mw-xxl-1400px { max-width: 1400px !important; }

.h-xxl-25 { height: 25% !important; }
.h-xxl-50 { height: 50% !important; }
.h-xxl-75 { height: 75% !important; }
.h-xxl-100 { height: 100% !important; }
.h-xxl-auto { height: auto !important; }
.h-xxl-1px { height: 1px !important; }
.h-xxl-2px { height: 2px !important; }
.h-xxl-3px { height: 3px !important; }
.h-xxl-4px { height: 4px !important; }
.h-xxl-5px { height: 5px !important; }
.h-xxl-6px { height: 6px !important; }
.h-xxl-7px { height: 7px !important; }
.h-xxl-8px { height: 8px !important; }
.h-xxl-9px { height: 9px !important; }
.h-xxl-10px { height: 10px !important; }
.h-xxl-15px { height: 15px !important; }
.h-xxl-20px { height: 20px !important; }
.h-xxl-25px { height: 25px !important; }
.h-xxl-30px { height: 30px !important; }
.h-xxl-35px { height: 35px !important; }
.h-xxl-40px { height: 40px !important; }
.h-xxl-45px { height: 45px !important; }
.h-xxl-50px { height: 50px !important; }
.h-xxl-55px { height: 55px !important; }
.h-xxl-60px { height: 60px !important; }
.h-xxl-65px { height: 65px !important; }
.h-xxl-70px { height: 70px !important; }
.h-xxl-75px { height: 75px !important; }
.h-xxl-80px { height: 80px !important; }
.h-xxl-85px { height: 85px !important; }
.h-xxl-90px { height: 90px !important; }
.h-xxl-95px { height: 95px !important; }
.h-xxl-100px { height: 100px !important; }
.h-xxl-125px { height: 125px !important; }
.h-xxl-150px { height: 150px !important; }
.h-xxl-175px { height: 175px !important; }
.h-xxl-200px { height: 200px !important; }
.h-xxl-225px { height: 225px !important; }
.h-xxl-250px { height: 250px !important; }
.h-xxl-275px { height: 275px !important; }
.h-xxl-300px { height: 300px !important; }
.h-xxl-325px { height: 325px !important; }
.h-xxl-350px { height: 350px !important; }
.h-xxl-375px { height: 375px !important; }
.h-xxl-400px { height: 400px !important; }
.h-xxl-425px { height: 425px !important; }
.h-xxl-450px { height: 450px !important; }
.h-xxl-475px { height: 475px !important; }
.h-xxl-500px { height: 500px !important; }
.h-xxl-550px { height: 550px !important; }
.h-xxl-600px { height: 600px !important; }
.h-xxl-650px { height: 650px !important; }
.h-xxl-700px { height: 700px !important; }
.h-xxl-750px { height: 750px !important; }
.h-xxl-800px { height: 800px !important; }
.h-xxl-850px { height: 850px !important; }
.h-xxl-900px { height: 900px !important; }
.h-xxl-950px { height: 950px !important; }
.h-xxl-1000px { height: 1000px !important; }
.h-xxl-1100px { height: 1100px !important; }
.h-xxl-1200px { height: 1200px !important; }
.h-xxl-1300px { height: 1300px !important; }
.h-xxl-1400px { height: 1400px !important; }

.mh-xxl-25 { max-height: 25% !important; }
.mh-xxl-50 { max-height: 50% !important; }
.mh-xxl-75 { max-height: 75% !important; }
.mh-xxl-100 { max-height: 100% !important; }
.mh-xxl-auto { max-height: auto !important; }
.mh-xxl-1px { max-height: 1px !important; }
.mh-xxl-2px { max-height: 2px !important; }
.mh-xxl-3px { max-height: 3px !important; }
.mh-xxl-4px { max-height: 4px !important; }
.mh-xxl-5px { max-height: 5px !important; }
.mh-xxl-6px { max-height: 6px !important; }
.mh-xxl-7px { max-height: 7px !important; }
.mh-xxl-8px { max-height: 8px !important; }
.mh-xxl-9px { max-height: 9px !important; }
.mh-xxl-10px { max-height: 10px !important; }
.mh-xxl-15px { max-height: 15px !important; }
.mh-xxl-20px { max-height: 20px !important; }
.mh-xxl-25px { max-height: 25px !important; }
.mh-xxl-30px { max-height: 30px !important; }
.mh-xxl-35px { max-height: 35px !important; }
.mh-xxl-40px { max-height: 40px !important; }
.mh-xxl-45px { max-height: 45px !important; }
.mh-xxl-50px { max-height: 50px !important; }
.mh-xxl-55px { max-height: 55px !important; }
.mh-xxl-60px { max-height: 60px !important; }
.mh-xxl-65px { max-height: 65px !important; }
.mh-xxl-70px { max-height: 70px !important; }
.mh-xxl-75px { max-height: 75px !important; }
.mh-xxl-80px { max-height: 80px !important; }
.mh-xxl-85px { max-height: 85px !important; }
.mh-xxl-90px { max-height: 90px !important; }
.mh-xxl-95px { max-height: 95px !important; }
.mh-xxl-100px { max-height: 100px !important; }
.mh-xxl-125px { max-height: 125px !important; }
.mh-xxl-150px { max-height: 150px !important; }
.mh-xxl-175px { max-height: 175px !important; }
.mh-xxl-200px { max-height: 200px !important; }
.mh-xxl-225px { max-height: 225px !important; }
.mh-xxl-250px { max-height: 250px !important; }
.mh-xxl-275px { max-height: 275px !important; }
.mh-xxl-300px { max-height: 300px !important; }
.mh-xxl-325px { max-height: 325px !important; }
.mh-xxl-350px { max-height: 350px !important; }
.mh-xxl-375px { max-height: 375px !important; }
.mh-xxl-400px { max-height: 400px !important; }
.mh-xxl-425px { max-height: 425px !important; }
.mh-xxl-450px { max-height: 450px !important; }
.mh-xxl-475px { max-height: 475px !important; }
.mh-xxl-500px { max-height: 500px !important; }
.mh-xxl-550px { max-height: 550px !important; }
.mh-xxl-600px { max-height: 600px !important; }
.mh-xxl-650px { max-height: 650px !important; }
.mh-xxl-700px { max-height: 700px !important; }
.mh-xxl-750px { max-height: 750px !important; }
.mh-xxl-800px { max-height: 800px !important; }
.mh-xxl-850px { max-height: 850px !important; }
.mh-xxl-900px { max-height: 900px !important; }
.mh-xxl-950px { max-height: 950px !important; }
.mh-xxl-1000px { max-height: 1000px !important; }
.mh-xxl-1100px { max-height: 1100px !important; }
.mh-xxl-1200px { max-height: 1200px !important; }
.mh-xxl-1300px { max-height: 1300px !important; }
.mh-xxl-1400px { max-height: 1400px !important; }
}

@media (max-width: 575px) {
    .no-gutters-xs {
        margin-right: 0;
        margin-left: 0;
    }

    .no-gutters-xs > .col,
    .no-gutters-xs > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
    .no-gutters-xs-3 {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .no-gutters-xs-3 > .col,
    .no-gutters-xs-3 > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

.mx-clear{
    margin-left: -15px;
    margin-right: -15px;
}

/*
.btn {
	display: block;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	padding: .75rem 1.5rem;
    border: 0px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
*/

.btn-black {
	color: #fff;
	background-color: #000000;

}
.btn-black:hover {
	color: #fff;
    background-color: #303030;
}
.btn-light-black {
	color: #000;
	background-color: #f7f7f7;

}
.btn-light-black:hover {
	color: #fff;
    background-color: #303030;
}

.btn-dark {
	color: #fff;
	background-color: #303030;

}
.btn-dark:hover {
	color: #fff;
    background-color: #000000;
}
.btn-light-dark {
	color: #303030;
	background-color: #eff2f5;

}
.btn-light-dark:hover {
	color: #fff;
    background-color: #303030;
}

.btn-gray {
	color: #fff;
	background-color: #929292;

}
.btn-gray:hover {
	color: #fff;
    background-color: #abaaaa;
}
.btn-light-gray {
	color: #929292;
	background-color: #f1f1f1;

}
.btn-light-gray:hover {
	color: #fff;
    background-color: #929292;
}

.btn-mc {
	color: #fff;
	background-color: #2e353d;

}
.btn-mc:hover {
	color: #fff;
    background-color: #3f4b58;
}
.btn-light-mc {
	color: #2e353d;
	background-color: #e9eff5;

}
.btn-light-mc:hover {
	color: #fff;
    background-color: #2e353d;
}

.btn-info {
	color: #fff;
	background-color: #009ef7;

}
.btn-info:hover {
	color: #fff;
    background-color: #0095e8;
}
.btn-light-info {
	color: #009ef7;
	background-color: #f1faff;

}
.btn-light-info:hover {
	color: #fff;
    background-color: #009ef7;
}


.btn-gold {
	color: #fff;
	background-color: #d8b668;

}
.btn-gold:hover {
	color: #fff;
    background-color: #d1b063;
}
.btn-light-gold {
	color: #d8b668;
	background-color: #fff9ec;

}
.btn-light-gold:hover {
	color: #fff;
    background-color: #d8b668;
}


.btn-white {
	color: #000;
	background-color: #fff;
}
.btn-white:hover {
	color: #000;
    background-color: #f5f8fa;
}

.btn-success {
	color: #fff;
	background-color: #50cd89;

}
.btn-success:hover {
	color: #fff;
    background-color: #47be7d;
}
.btn-light-success {
	color: #50cd89;
	background-color: #e8fff3;
}
.btn-light-success:hover {
	color: #fff;
    background-color: #50cd89;
}

.btn-danger {
	color: #fff;
	background-color: #f64e60;
}
.btn-danger:hover {
	color: #fff;
    background-color: #d9214e;
}
.btn-light-danger {
	color: #f64e60;
	background-color: #fff5f8;
}
.btn-light-danger:hover {
	color: #fff;
    background-color: #f64e60;
}

.btn-warning {
	color: #fff;
	background-color: #ffa800;
}
.btn-warning:hover {
	color: #fff;
    background-color: #f1bc00;
}
.btn-light-warning {
	color: #ffa800;
	background-color: #fff8dd;
}
.btn-light-warning:hover {
	color: #fff;
    background-color: #ffa800;
}

.btn.btn-border-dashed {
	border: 1px dashed !important;
}

.btn.btn-border-solid {
	border: 1px solid !important;
}

.btn-css-remove {
    background: none;
    border: none;
    flex-direction: column;
}

/* Tanımlamalar */

.box-shadow-1{
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.box-shadow-2{
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.box-shadow-3{
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
}
.box-shadow-4{
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 40%);
}
.box-shadow-5{
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}

.d-contents{
    display:contents !important;
}

.pointer-events-none{
    pointer-events: none !important;
}

.cursor-progress{
    cursor: progress !important;
}

.jc-space-between{
    justify-content: space-between !important;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.overflow-x-auto {
    overflow-x: auto !important;
}

@media (min-width: 576px) {
    .overflow-y-sm-auto {
        overflow-y: auto !important;
    }
}

.line-1 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}
.line-2 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
.line-3 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}
.line-4 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
}
.line-5 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
}
.line-6 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical !important;
}
.line-7 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 7 !important;
    -webkit-box-orient: vertical !important;
}

.force-line{
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow:ellipsis !important;
}

.justify-content-between {
    display:flex !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.hidden{
    display: none !important;
}

/* Farklı */

.cursor-pointer {
    cursor: pointer !important;
}


/* Animasyonlar */

.ax-1-1 {
	transition: transform .25s ease
}
.ax-1-1:hover {
	transform: translateY(-10%);
	transition: transform .3s ease
}

.ax-1-2 {
	transition: transform .3s ease
}
.ax-1-2:hover {
	transform: translateY(-5%);
	transition: transform .3s ease
}

.ax-2-1 {
	transition: transform .2s ease
}
.ax-2-1:hover {
	transform: scale(1.1);
	transition: transform .2s ease
}

.ax-2-2 {
	transition: transform .2s ease
}
.ax-2-2:hover {
	transform: scale(1.2);
	transition: transform .2s ease
}

.ax-fw-400 {
    animation-name: ax-fw-400;
    animation-duration: .15s;
    animation-fill-mode: both;
}

.ax-fw-500 {
    animation-name: ax-fw-500;
    animation-duration: .15s;
    animation-fill-mode: both;
}

.ax-fw-600 {
    animation-name: ax-fw-600;
    animation-duration: .15s;
    animation-fill-mode: both;
}

.ax-fw-700 {
    animation-name: ax-fw-700;
    animation-duration: .15s;
    animation-fill-mode: both;
}

.ax-lh-1 {
    animation-name: ax-lh-1;
    animation-duration: .35s;
    animation-fill-mode: both;
}

.ax-acilis-2 {
    animation-name: ax-acilis-2;
    animation-duration: .75s;
}

.pulse {
    animation: pulse 0.75s infinite;
}

.pulse-2 {
    animation: pulse 1.5s infinite;
}


@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ax-yukari-kaydir {
    from {
      margin-top: 100%;
    }
    to {
      margin-top: 0%;
    }
}

@keyframes ax-asagi-kaydir {
    from {
      margin-top: -100%;
    }
    to {
      margin-top: 0%;
    }
}

@keyframes ax-karart {
    from {
        background-color: rgba(0, 0, 0, 0.0);
    }
    to {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@keyframes ax-acilis-1 {
    0% {
        opacity: 0;
        transform: translateY(-1.25em);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ax-acilis-2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.90);
    }
    70% {
        transform: scale(1.12);
    }
    100% {
        transform: scale(1.00);
    }
}

@keyframes ax-fw-400 {
    from {
        font-weight: 900;
    }

    to {
        font-weight: 400;
    }
}

@keyframes ax-fw-500 {
    from {
        font-weight: 900;
    }

    to {
        font-weight: 500;
    }
}

@keyframes ax-fw-600 {
    from {
        font-weight: 900;
    }

    to {
        font-weight: 600;
    }
}

@keyframes ax-fw-700 {
    from {
        font-weight: 900;
    }

    to {
        font-weight: 700;
    }
}

@keyframes ax-lh-1 {
    from {
        line-height:70px;
    }

    to {
        line-height:25px;
    }
}

.modal-close{
    position: absolute;
    cursor: pointer;
    right: 8px;
    top: 8px;
    background: #f5f5f5;
    height: 38px;
    width: 38px;
    line-height: 30px;
    font-size: 25px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.modal-close:hover{
    color: #302a2a;
    background: #eaeaea;
}

.uye-giris-tip label{
    transition: 0.2s;
    cursor: pointer;
    height: 50px;
    display: flex;
    background-color: #f5f5f5;
    border-radius: 10px;
    max-width: 48%;
    flex-direction: column;
    justify-content: center;
}
.uye-giris-tip label:hover{
    background-color: #f8f9fa;
}
.uye-giris-tip input{
    display:none !important;
}
.uye-giris-tip span{
    display: block;
    letter-spacing: 0.3px;
    font-size: 17px;
    line-height: 18px;
    position: relative;
    font-weight:500;
    color: #303030;
    opacity:0.5;
    margin-left: 25px;
    transition:0.2s;
}
.uye-giris-tip [type=radio]:checked+label > span {
    opacity: 1;
}
.uye-giris-tip [type=radio]:checked+label {
    background-color: #fff;
    border: 1px solid #000;
}
.uye-giris-tip span::after{
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    position: absolute;
    top: -8px;
    transition:0.2s;
}
.uye-giris-tip-e::after{
    background: url(/STx/icons/mail-1-black.svg) left center no-repeat;
    background-size: 27px auto;
    left:17px;
}
.uye-giris-tip-t::after{
    background: url(/STx/icons/telefon-5-black.svg) left center no-repeat;
    background-size: 27px auto;
    left:15px;
}
@media (max-width: 576px) {
    .uye-giris-tip span{
        margin-left: 34px;
    }
    .uye-giris-tip-e::after{
        background-size: 25px auto;
        left: -3px;
    }
    .uye-giris-tip-t::after{
        background-size: 25px auto;
        left:-6px;
    }
    .uye-giris-tip span::after{
        top: -7px;
    }
}

.urun-liste-bsf{
    margin-right:2px;
    color:#B3B3B3;
    text-decoration: line-through !important;
}
.urun-liste-psf{
    font-weight: 500;
}
.urun-liste-psf span{
    margin-left:1.5px;
}


.urun-liste-stoktayok{
    position: relative;
}
.urun-liste-stoktayok:after{
    z-index: 2;
    position: absolute;
    content: 'TÜKENDİ';
    width: 100%;
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
    top: 43%;
    right: 0;
    color: #313131;
    font-weight: 600;
}
.urun-liste-stoktayok img{
    opacity: .80;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.urun-liste-begeni{
    display: inline-flex;
    position: absolute;
    z-index: 10;
    flex-direction: column;
    padding: 5px 10px;
    bottom: 0;
    right: 0;
}

.urun-detay-marka-logo{
    border: 1px solid #eee;
    padding: 15px;
    display: inline-flex;
}
.urun-detay-marka-logo img{
    max-width: 135px;
    width: 100%;
    max-height: 45px;
}

.urun-detay-alturun::-webkit-scrollbar {
    display: none;
}

.urun-detay-alturun-pasif {
    position: relative;
}
.urun-detay-alturun-pasif:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #bababa;
    pointer-events: none;

    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
}
.urun-detay-stoktayok{
    position: relative;
}
.urun-detay-stoktayok:before{
    z-index: 1;
    position: absolute;
    content: "";
    top: 47%;
    left: 0;
    right: 0;
    border-top: 20px solid #ffffffb5;
    border-bottom: 20px solid #ff000061;
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
}
.urun-detay-stoktayok:after{
    z-index: 2;
    position: absolute;
    content: 'Stokta Yok';
    width: 100%;
    text-align:center;
    font-size: 44px;
    letter-spacing: -1px;
    left: 57%;
    transform: translate(-60%, -50%);
    top: 50%;
    right: 0;
    color: #000;
    font-weight: 700;
}

.urun-detay-bsf{
    margin-top: 2px;
    font-size: 19px;
    color: #a1a5b7 !important;
    text-decoration: line-through !important;
}
.urun-detay-psf{
    margin-left: 5px;
    font-size: 22px;
    color: #000;
}
@media (max-width: 575px) {
    .urun-detay-bsf{
        margin-top: 4px;
        font-size: 21px;
    }
    .urun-detay-psf{
        font-size: 25px;
    }
}


.urun-detay-psf span{
    margin-left:1.5px;
}
.urun-detay-diger-renkler{

}
.urun-detay-diger-renkler img{
    border: 0px solid #fff;
}
.urun-detay-diger-renkler img:hover{
    border: 1px solid #303030;
    transition: 0.5s;
}
.urun-detay-taksit-logo{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.urun-detay-taksit-logo img{
    max-width: 100px;
    max-height: 33px;
    padding: 7px 10px;
    filter: grayscale(1);
}

.toggle-sepet-bsf{
    color: #a1a5b7 !important;
    text-decoration: line-through !important;
    margin-top: 1px;
    margin-bottom: 0px;
}
.toggle-sepet-psf{
    color: #000;
    font-size: 17px;
    /*margin-left: 5px;*/
    margin-bottom: 0px;
    font-weight:500;
}
.toggle-sepet-psf span{
    margin-left:1.5px;
}
.toggle-sepet-not-btn{
    background: #202020;
    border-radius: 4px;
    padding: 2px 7px;
    font-size: 13px;
    color: #fff;
}
.toggle-sepet-not-alan{
    border: 1px solid #cdcdcd;
    border-radius: 16px;
    box-shadow: 0px 4px 15px 0px #bababa;
}

.siparis-sepet-urun-liste{
    overflow-y: auto;
    max-height: 400px;
    padding-right:10px;
}

.siparis-adres-label:hover{
    border: 1px solid #202020 !important;
    border-radius: 3px;
}

.siparis-adres-label.active{
     border: 1px solid #202020 !important;
    border-radius: 3px;
}

.siparis-odeme-paytr{
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    min-height: 1000px;
    height: 100%;
}

.siparis-odeme-box{
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

.siparis-odeme-loading {
    position: fixed;
    z-index: 99999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.siparis-odeme-loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: saturate(180%) blur(10px);
    background-color: hsl(0deg 0% 93% / 31%);
}

.siparis-odeme-loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.siparis-odeme-loading:not(:required):after {
    content: '';
    display: block;
    font-size: 20px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 2000ms infinite linear;
    -moz-animation: spinner 2000ms infinite linear;
    -ms-animation: spinner 2000ms infinite linear;
    -o-animation: spinner 2000ms infinite linear;
    animation: spinner 2000ms infinite linear;
    border-radius: 0.5em;
    box-shadow: #2020201f 1.5em 0 0 0,
                #20202026 1.1em 1.1em 0 0,
                #2020203d 0 1.5em 0 0,
                #3030305e -1.1em 1.1em 0 0,
                #20202082 -1.5em 0 0 0,
                #202020a3 -1.1em -1.1em 0 0,
                #202020ba 0 -1.5em 0 0,
                #202020b3 1.1em -1.1em 0 0;
}

.st-banner-1-1{

}

.st-banner-1-shadow:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000066;
    background: linear-gradient(0deg, #0000004a 0%, #00000033 50%, #ffffff00 100%);
    display: block;
    width: 100%;
    height: 25%;
}
@media (max-width: 575px) {
    .st-banner-1-shadow:after{
        background: linear-gradient(0deg, #0000004d 0%, #00000033 50%, #ffffff00 100%);
        height: 31%;
    }
}

.yorumlar-line {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 15 !important;
    -webkit-box-orient: vertical !important;
}

@media (max-width: 576px) {
    .yorumlar-line {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 15 !important;
        -webkit-box-orient: vertical !important;
    }
    .siparis-onay-1{
        color:#fff;
        text-shadow: 1px 1px 0px #000000ad;
    }
}

.sepet-table-1{
    min-width: 135px;
    max-width: 135px;
}
.sepet-table-2{
    min-width: 200px;
    max-width: 200px;
}
.sepet-uyarı{
    text-shadow: 0px 1px 1px #000;
    color:#fff;
    text-align: center;
}

.index-kategoriler-1{
    color:#202020;
    padding: 10px;
}

.index-kategoriler-1 a:after{
    position:absolute;
    right: 15px;
    z-index: 0;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    color:#202020;
}

.swiper-scrollbar{
    position: absolute;
    bottom: 1px;
    z-index: 50;
    height: 4px;
    width: 100%;
    border-radius: 0px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.08);
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 0%;
    bottom: 0.4px;
    z-index: 50;
    height: 3px;
    width: 100%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.3);
    border-radius: 0px;
    left: 0;
    top: 0;
}





