.bg-white{background: #fff;}
.bg-gray{background: #dadee0;}
.img-small{max-width: 600px;}

ul.checklist {
    list-style:none;
    padding-left:0;
    margin:0
}
ul.checklist li {
    position:relative;
    padding:.5em 1em 1em 2.7em;
   background: #fff;
    margin-bottom: .5em;

}

ul.checklist li  span{
    display: block;
    padding-top:10px;
}

.checkicon {
    position:relative;
    height:30px;
    width:30px
}
.checkicon::before,
ul.checklist li:before {
    content:"✔ ";
    position:absolute;
    left:.4em;
    width:2.5em;
    font-size:1.8em;
    color:#b52a2f
}

.h5, .bold{
    font-weight: bold;

}
.text-left{text-align: left !important}
.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.m-1 {
    margin: 0.15rem !important;
}

.mb-1 {
    margin-bottom: 0.15rem !important;
}

.ml-1 {
    margin-left: 0.15rem !important;
}

.mr-1 {
    margin-right: 0.15rem !important;
}

.mt-1 {
    margin-top: 0.15rem !important;
}

.mx-1 {
    margin-left: 0.15rem !important;
    margin-right: 0.15rem !important;
}

.my-1 {
    margin-bottom: 0.15rem !important;
    margin-top: 0.15rem !important;
}

.m-2 {
    margin: 0.6rem !important;
}

.mb-2 {
    margin-bottom: 0.6rem !important;
}

.ml-2 {
    margin-left: 0.6rem !important;
}

.mr-2 {
    margin-right: 0.6rem !important;
}

.mt-2 {
    margin-top: 0.6rem !important;
}

.mx-2 {
    margin-left: 0.6rem !important;
    margin-right: 0.6rem !important;
}

.my-2 {
    margin-bottom: 0.6rem !important;
    margin-top: 0.6rem !important;
}

.m-3 {
    margin: 1.2rem !important;
}

.mb-3 {
    margin-bottom: 1.2rem !important;
}

.ml-3 {
    margin-left: 1.2rem !important;
}

.mr-3 {
    margin-right: 1.2rem !important;
}

.mt-3 {
    margin-top: 1.2rem !important;
}

.mx-3 {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
}

.my-3 {
    margin-bottom: 1.2rem !important;
    margin-top: 1.2rem !important;
}

.m-4 {
    margin: 2.4rem !important;
}

.mb-4 {
    margin-bottom: 2.4rem !important;
}

.ml-4 {
    margin-left: 2.4rem !important;
}

.mr-4 {
    margin-right: 2.4rem !important;
}

.mt-4 {
    margin-top: 2.4rem !important;
}

.mx-4 {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
}

.my-4 {
    margin-bottom: 2.4rem !important;
    margin-top: 2.4rem !important;
}

.m-5 {
    margin: 3.2rem !important;
}

.mb-5 {
    margin-bottom: 3.2rem !important;
}

.ml-5 {
    margin-left: 3.2rem !important;
}

.mr-5 {
    margin-right: 3.2rem !important;
}

.mt-5 {
    margin-top: 3.2rem !important;
}

.mx-5 {
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important;
}

.my-5 {
    margin-bottom: 3.2rem !important;
    margin-top: 3.2rem !important;
}

.m-s {
    margin: 1.2rem !important;
}

.mb-s {
    margin-bottom: 1.2rem !important;
}

.ml-s {
    margin-left: 1.2rem !important;
}

.mr-s {
    margin-right: 1.2rem !important;
}

.mt-s {
    margin-top: 1.2rem !important;
}

.mx-s {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
}

.my-s {
    margin-bottom: 1.2rem !important;
    margin-top: 1.2rem !important;
}

.m-m {
    margin: 2.4rem !important;
}

.mb-m {
    margin-bottom: 2.4rem !important;
}

.ml-m {
    margin-left: 2.4rem !important;
}

.mr-m {
    margin-right: 2.4rem !important;
}

.mt-m {
    margin-top: 2.4rem !important;
}

.mx-m {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
}

.my-m {
    margin-bottom: 2.4rem !important;
    margin-top: 2.4rem !important;
}

.m-l {
    margin: 4rem !important;
}

.mb-l {
    margin-bottom: 4rem !important;
}

.ml-l {
    margin-left: 4rem !important;
}

.mr-l {
    margin-right: 4rem !important;
}

.mt-l {
    margin-top: 4rem !important;
}

.mx-l {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}

.my-l {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.p-1 {
    padding: 0.6rem !important;
}

.pb-1 {
    padding-bottom: 0.6rem !important;
}

.pl-1 {
    padding-left: 0.6rem !important;
}

.pr-1 {
    padding-right: 0.6rem !important;
}

.pt-1 {
    padding-top: 0.6rem !important;
}

.px-1 {
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
}

.py-1 {
    padding-bottom: 0.6rem !important;
    padding-top: 0.6rem !important;
}

.p-2 {
    padding: 1.2rem !important;
}

.pb-2 {
    padding-bottom: 1.2rem !important;
}

.pl-2 {
    padding-left: 1.2rem !important;
}

.pr-2 {
    padding-right: 1.2rem !important;
}

.pt-2 {
    padding-top: 1.2rem !important;
}

.px-2 {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
}

.py-2 {
    padding-bottom: 1.2rem !important;
    padding-top: 1.2rem !important;
}

.p-3 {
    padding: 1.2rem !important;
}

.pb-3 {
    padding-bottom: 1.2rem !important;
}

.pl-3 {
    padding-left: 1.2rem !important;
}

.pr-3 {
    padding-right: 1.2rem !important;
}

.pt-3 {
    padding-top: 1.2rem !important;
}

.px-3 {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
}

.py-3 {
    padding-bottom: 1.2rem !important;
    padding-top: 1.2rem !important;
}

.p-4 {
    padding: 2.4rem !important;
}

.pb-4 {
    padding-bottom: 2.4rem !important;
}

.pl-4 {
    padding-left: 2.4rem !important;
}

.pr-4 {
    padding-right: 2.4rem !important;
}

.pt-4 {
    padding-top: 2.4rem !important;
}

.px-4 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
}

.py-4 {
    padding-bottom: 2.4rem !important;
    padding-top: 2.4rem !important;
}

.p-5 {
    padding: 3.2rem !important;
}

.pb-5 {
    padding-bottom: 3.2rem !important;
}

.pl-5 {
    padding-left: 3.2rem !important;
}

.pr-5 {
    padding-right: 3.2rem !important;
}

.pt-5 {
    padding-top: 3.2rem !important;
}

.px-5 {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
}

.py-5 {
    padding-bottom: 3.2rem !important;
    padding-top: 3.2rem !important;
}

.p-5 {
    padding: 3.2rem !important;
}

.pb-5 {
    padding-bottom: 3.2rem !important;
}

.pl-5 {
    padding-left: 3.2rem !important;
}

.pr-5 {
    padding-right: 3.2rem !important;
}

.pt-5 {
    padding-top: 3.2rem !important;
}

.px-5 {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
}

.py-5 {
    padding-bottom: 3.2rem !important;
    padding-top: 3.2rem !important;
}

.p-6 {
    padding: 3.6rem !important;
}

.pb-6 {
    padding-bottom: 3.6rem !important;
}

.pl-6 {
    padding-left: 3.6rem !important;
}

.pr-6 {
    padding-right: 3.6rem !important;
}

.pt-6 {
    padding-top: 3.6rem !important;
}

.px-6 {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important;
}

.py-6 {
    padding-bottom: 3.6rem !important;
    padding-top: 3.6rem !important;
}

.p-7 {
    padding: 4rem !important;
}

.pb-7 {
    padding-bottom: 4rem !important;
}

.pl-7 {
    padding-left: 4rem !important;
}

.pr-7 {
    padding-right: 4rem !important;
}

.pt-7 {
    padding-top: 4rem !important;
}

.px-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.py-7 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
}

.p-8 {
    padding: 4.6rem !important;
}

.pb-8 {
    padding-bottom: 4.6rem !important;
}

.pl-8 {
    padding-left: 4.6rem !important;
}

.pr-8 {
    padding-right: 4.6rem !important;
}

.pt-8 {
    padding-top: 4.6rem !important;
}

.px-8 {
    padding-left: 4.6rem !important;
    padding-right: 4.6rem !important;
}

.py-8 {
    padding-bottom: 4.6rem !important;
    padding-top: 4.6rem !important;
}

.p-s {
    padding: 1.2rem !important;
}

.pb-s {
    padding-bottom: 1.2rem !important;
}

.pl-s {
    padding-left: 1.2rem !important;
}

.pr-s {
    padding-right: 1.2rem !important;
}

.pt-s {
    padding-top: 1.2rem !important;
}

.px-s {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
}

.py-s {
    padding-bottom: 1.2rem !important;
    padding-top: 1.2rem !important;
}

.p-m {
    padding: 2.4rem !important;
}

.pb-m {
    padding-bottom: 2.4rem !important;
}

.pl-m {
    padding-left: 2.4rem !important;
}

.pr-m {
    padding-right: 2.4rem !important;
}

.pt-m {
    padding-top: 2.4rem !important;
}

.px-m {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
}

.py-m {
    padding-bottom: 2.4rem !important;
    padding-top: 2.4rem !important;
}

.p-l {
    padding: 4rem !important;
}

.pb-l {
    padding-bottom: 4rem !important;
}

.pl-l {
    padding-left: 4rem !important;
}

.pr-l {
    padding-right: 4rem !important;
}

.pt-l {
    padding-top: 4rem !important;
}

.px-l {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.py-l {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
}

@media (max-width: 1280px) {
    .m-s {
        margin: 1.2rem !important;
    }

    .mb-s {
        margin-bottom: 1.2rem !important;
    }

    .ml-s {
        margin-left: 1.2rem !important;
    }

    .mr-s {
        margin-right: 1.2rem !important;
    }

    .mt-s {
        margin-top: 1.2rem !important;
    }

    .mx-s {
        margin-left: 1.2rem !important;
        margin-right: 1.2rem !important;
    }

    .my-s {
        margin-bottom: 1.2rem !important;
        margin-top: 1.2rem !important;
    }

    .m-m {
        margin: 2.4rem !important;
    }

    .mb-m {
        margin-bottom: 2.4rem !important;
    }

    .ml-m {
        margin-left: 2.4rem !important;
    }

    .mr-m {
        margin-right: 2.4rem !important;
    }

    .mt-m {
        margin-top: 2.4rem !important;
    }

    .mx-m {
        margin-left: 2.4rem !important;
        margin-right: 2.4rem !important;
    }

    .my-m {
        margin-bottom: 2.4rem !important;
        margin-top: 2.4rem !important;
    }

    .m-l {
        margin: 4rem !important;
    }

    .mb-l {
        margin-bottom: 4rem !important;
    }

    .ml-l {
        margin-left: 4rem !important;
    }

    .mr-l {
        margin-right: 4rem !important;
    }

    .mt-l {
        margin-top: 4rem !important;
    }

    .mx-l {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .my-l {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important;
    }

    .p-s {
        padding: 1.2rem !important;
    }

    .pb-s {
        padding-bottom: 1.2rem !important;
    }

    .pl-s {
        padding-left: 1.2rem !important;
    }

    .pr-s {
        padding-right: 1.2rem !important;
    }

    .pt-s {
        padding-top: 1.2rem !important;
    }

    .px-s {
        padding-left: 1.2rem !important;
        padding-right: 1.2rem !important;
    }

    .py-s {
        padding-bottom: 1.2rem !important;
        padding-top: 1.2rem !important;
    }

    .p-m {
        padding: 2.4rem !important;
    }

    .pb-m {
        padding-bottom: 2.4rem !important;
    }

    .pl-m {
        padding-left: 2.4rem !important;
    }

    .pr-m {
        padding-right: 2.4rem !important;
    }

    .pt-m {
        padding-top: 2.4rem !important;
    }

    .px-m {
        padding-left: 2.4rem !important;
        padding-right: 2.4rem !important;
    }

    .py-m {
        padding-bottom: 2.4rem !important;
        padding-top: 2.4rem !important;
    }

    .p-l {
        padding: 4rem !important;
    }

    .pb-l {
        padding-bottom: 4rem !important;
    }

    .pl-l {
        padding-left: 4rem !important;
    }

    .pr-l {
        padding-right: 4rem !important;
    }

    .pt-l {
        padding-top: 4rem !important;
    }

    .px-l {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .py-l {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important;
    }

    .mb-0-xl {
        margin-bottom: 0 !important;
    }

    .mt-0-xl {
        margin-top: 0 !important;
    }

    .ml-0-xl {
        margin-left: 0 !important;
    }

    .mr-0-xl {
        margin-right: 0 !important;
    }

    .mb-1-xl {
        margin-bottom: 0.2rem !important;
    }

    .mt-1-xl {
        margin-top: 0.2rem !important;
    }

    .ml-1-xl {
        margin-left: 0.2rem !important;
    }

    .mr-1-xl {
        margin-right: 0.2rem !important;
    }

    .mb-2-xl {
        margin-bottom: 0.6rem !important;
    }

    .mt-2-xl {
        margin-top: 0.6rem !important;
    }

    .ml-2-xl {
        margin-left: 0.6rem !important;
    }

    .mr-2-xl {
        margin-right: 0.6rem !important;
    }

    .mb-3-xl {
        margin-bottom: 1.2rem !important;
    }

    .mt-3-xl {
        margin-top: 1.2rem !important;
    }

    .ml-3-xl {
        margin-left: 1.2rem !important;
    }

    .mr-3-xl {
        margin-right: 1.2rem !important;
    }

    .mb-4-xl {
        margin-bottom: 2.4rem !important;
    }

    .mt-4-xl {
        margin-top: 2.4rem !important;
    }

    .ml-4-xl {
        margin-left: 2.4rem !important;
    }

    .mr-4-xl {
        margin-right: 2.4rem !important;
    }

    .mb-5-xl {
        margin-bottom: 3.2rem !important;
    }

    .mt-5-xl {
        margin-top: 3.2rem !important;
    }

    .ml-5-xl {
        margin-left: 3.2rem !important;
    }

    .mr-5-xl {
        margin-right: 3.2rem !important;
    }

    .p-0-xl {
        padding: 0 !important;
    }

    .pb-0-xl {
        padding-bottom: 0 !important;
    }

    .pt-0-xl {
        padding-top: 0 !important;
    }

    .pl-0-xl {
        padding-left: 0 !important;
    }

    .pr-0-xl {
        padding-right: 0 !important;
    }

    .p-1-xl {
        padding: 0.2rem !important;
    }

    .pb-1-xl {
        padding-bottom: 0.2rem !important;
    }

    .pt-1-xl {
        padding-top: 0.2rem !important;
    }

    .pl-1-xl {
        padding-left: 0.2rem !important;
    }

    .pr-1-xl {
        padding-right: 0.2rem !important;
    }

    .p-2-xl {
        padding: 0.6rem !important;
    }

    .pb-2-xl {
        padding-bottom: 0.6rem !important;
    }

    .pt-2-xl {
        padding-top: 0.6rem !important;
    }

    .pl-2-xl {
        padding-left: 0.6rem !important;
    }

    .pr-2-xl {
        padding-right: 0.6rem !important;
    }

    .p-3-xl {
        padding: 1.2rem !important;
    }

    .pb-3-xl {
        padding-bottom: 1.2rem !important;
    }

    .pt-3-xl {
        padding-top: 1.2rem !important;
    }

    .pl-3-xl {
        padding-left: 1.2rem !important;
    }

    .pr-3-xl {
        padding-right: 1.2rem !important;
    }

    .p-4-xl {
        padding: 2.4rem !important;
    }

    .pb-4-xl {
        padding-bottom: 2.4rem !important;
    }

    .pt-4-xl {
        padding-top: 2.4rem !important;
    }

    .pl-4-xl {
        padding-left: 2.4rem !important;
    }

    .pr-4-xl {
        padding-right: 2.4rem !important;
    }

    .p-5-xl {
        padding: 3.2rem !important;
    }

    .pb-5-xl {
        padding-bottom: 3.2rem !important;
    }

    .pt-5-xl {
        padding-top: 3.2rem !important;
    }

    .pl-5-xl {
        padding-left: 3.2rem !important;
    }

    .pr-5-xl {
        padding-right: 3.2rem !important;
    }
}
@media (max-width: 960px) {
    .mb-0-lg {
        margin-bottom: 0 !important;
    }

    .mt-0-lg {
        margin-top: 0 !important;
    }

    .ml-0-lg {
        margin-left: 0 !important;
    }

    .mr-0-lg {
        margin-right: 0 !important;
    }

    .mb-1-lg {
        margin-bottom: 0.2rem !important;
    }

    .mt-1-lg {
        margin-top: 0.2rem !important;
    }

    .ml-1-lg {
        margin-left: 0.2rem !important;
    }

    .mr-1-lg {
        margin-right: 0.2rem !important;
    }

    .mb-2-lg {
        margin-bottom: 0.6rem !important;
    }

    .mt-2-lg {
        margin-top: 0.6rem !important;
    }

    .ml-2-lg {
        margin-left: 0.6rem !important;
    }

    .mr-2-lg {
        margin-right: 0.6rem !important;
    }

    .mb-3-lg {
        margin-bottom: 1.2rem !important;
    }

    .mt-3-lg {
        margin-top: 1.2rem !important;
    }

    .ml-3-lg {
        margin-left: 1.2rem !important;
    }

    .mr-3-lg {
        margin-right: 1.2rem !important;
    }

    .mb-4-lg {
        margin-bottom: 2.4rem !important;
    }

    .mt-4-lg {
        margin-top: 2.4rem !important;
    }

    .ml-4-lg {
        margin-left: 2.4rem !important;
    }

    .mr-4-lg {
        margin-right: 2.4rem !important;
    }

    .mb-5-lg {
        margin-bottom: 3.2rem !important;
    }

    .mt-5-lg {
        margin-top: 3.2rem !important;
    }

    .ml-5-lg {
        margin-left: 3.2rem !important;
    }

    .mr-5-lg {
        margin-right: 3.2rem !important;
    }

    .m-s {
        margin: 1.2rem !important;
    }

    .mb-s {
        margin-bottom: 1.2rem !important;
    }

    .ml-s {
        margin-left: 1.2rem !important;
    }

    .mr-s {
        margin-right: 1.2rem !important;
    }

    .mt-s {
        margin-top: 1.2rem !important;
    }

    .mx-s {
        margin-left: 1.2rem !important;
        margin-right: 1.2rem !important;
    }

    .my-s {
        margin-bottom: 1.2rem !important;
        margin-top: 1.2rem !important;
    }

    .m-m {
        margin: 2rem !important;
    }

    .mb-m {
        margin-bottom: 2rem !important;
    }

    .ml-m {
        margin-left: 2rem !important;
    }

    .mr-m {
        margin-right: 2rem !important;
    }

    .mt-m {
        margin-top: 2rem !important;
    }

    .mx-m {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .my-m {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }

    .m-l {
        margin: 3.2rem !important;
    }

    .mb-l {
        margin-bottom: 3.2rem !important;
    }

    .ml-l {
        margin-left: 3.2rem !important;
    }

    .mr-l {
        margin-right: 3.2rem !important;
    }

    .mt-l {
        margin-top: 3.2rem !important;
    }

    .mx-l {
        margin-left: 3.2rem !important;
        margin-right: 3.2rem !important;
    }

    .my-l {
        margin-bottom: 3.2rem !important;
        margin-top: 3.2rem !important;
    }

    .p-s {
        padding: 1.2rem !important;
    }

    .pb-s {
        padding-bottom: 1.2rem !important;
    }

    .pl-s {
        padding-left: 1.2rem !important;
    }

    .pr-s {
        padding-right: 1.2rem !important;
    }

    .pt-s {
        padding-top: 1.2rem !important;
    }

    .px-s {
        padding-left: 1.2rem !important;
        padding-right: 1.2rem !important;
    }

    .py-s {
        padding-bottom: 1.2rem !important;
        padding-top: 1.2rem !important;
    }

    .p-m {
        padding: 2rem !important;
    }

    .pb-m {
        padding-bottom: 2rem !important;
    }

    .pl-m {
        padding-left: 2rem !important;
    }

    .pr-m {
        padding-right: 2rem !important;
    }

    .pt-m {
        padding-top: 2rem !important;
    }

    .px-m {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .py-m {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }

    .p-l {
        padding: 3.2rem !important;
    }

    .pb-l {
        padding-bottom: 3.2rem !important;
    }

    .pl-l {
        padding-left: 3.2rem !important;
    }

    .pr-l {
        padding-right: 3.2rem !important;
    }

    .pt-l {
        padding-top: 3.2rem !important;
    }

    .px-l {
        padding-left: 3.2rem !important;
        padding-right: 3.2rem !important;
    }

    .py-l {
        padding-bottom: 3.2rem !important;
        padding-top: 3.2rem !important;
    }

    .p-0-lg {
        padding: 0 !important;
    }

    .pb-0-lg {
        padding-bottom: 0 !important;
    }

    .pt-0-lg {
        padding-top: 0 !important;
    }

    .pl-0-lg {
        padding-left: 0 !important;
    }

    .pr-0-lg {
        padding-right: 0 !important;
    }

    .p-1-lg {
        padding: 0.2rem !important;
    }

    .pb-1-lg {
        padding-bottom: 0.2rem !important;
    }

    .pt-1-lg {
        padding-top: 0.2rem !important;
    }

    .pl-1-lg {
        padding-left: 0.2rem !important;
    }

    .pr-1-lg {
        padding-right: 0.2rem !important;
    }

    .p-2-lg {
        padding: 0.6rem !important;
    }

    .pb-2-lg {
        padding-bottom: 0.6rem !important;
    }

    .pt-2-lg {
        padding-top: 0.6rem !important;
    }

    .pl-2-lg {
        padding-left: 0.6rem !important;
    }

    .pr-2-lg {
        padding-right: 0.6rem !important;
    }

    .p-3-lg {
        padding: 1.2rem !important;
    }

    .pb-3-lg {
        padding-bottom: 1.2rem !important;
    }

    .pt-3-lg {
        padding-top: 1.2rem !important;
    }

    .pl-3-lg {
        padding-left: 1.2rem !important;
    }

    .pr-3-lg {
        padding-right: 1.2rem !important;
    }

    .p-4-lg {
        padding: 2.4rem !important;
    }

    .pb-4-lg {
        padding-bottom: 2.4rem !important;
    }

    .pt-4-lg {
        padding-top: 2.4rem !important;
    }

    .pl-4-lg {
        padding-left: 2.4rem !important;
    }

    .pr-4-lg {
        padding-right: 2.4rem !important;
    }

    .p-5-lg {
        padding: 3.2rem !important;
    }

    .pb-5-lg {
        padding-bottom: 3.2rem !important;
    }

    .pt-5-lg {
        padding-top: 3.2rem !important;
    }

    .pl-5-lg {
        padding-left: 3.2rem !important;
    }

    .pr-5-lg {
        padding-right: 3.2rem !important;
    }
}
@media (max-width: 840px) {
    .mb-0-md {
        margin-bottom: 0 !important;
    }

    .mt-0-md {
        margin-top: 0 !important;
    }

    .ml-0-md {
        margin-left: 0 !important;
    }

    .mr-0-md {
        margin-right: 0 !important;
    }

    .mb-1-md {
        margin-bottom: 0.2rem !important;
    }

    .mt-1-md {
        margin-top: 0.2rem !important;
    }

    .ml-1-md {
        margin-left: 0.2rem !important;
    }

    .mr-1-md {
        margin-right: 0.2rem !important;
    }

    .mb-2-md {
        margin-bottom: 0.6rem !important;
    }

    .mt-2-md {
        margin-top: 0.6rem !important;
    }

    .ml-2-md {
        margin-left: 0.6rem !important;
    }

    .mr-2-md {
        margin-right: 0.6rem !important;
    }

    .mb-3-md {
        margin-bottom: 1.2rem !important;
    }

    .mt-3-md {
        margin-top: 1.2rem !important;
    }

    .ml-3-md {
        margin-left: 1.2rem !important;
    }

    .mr-3-md {
        margin-right: 1.2rem !important;
    }

    .mb-4-md {
        margin-bottom: 2.4rem !important;
    }

    .mt-4-md {
        margin-top: 2.4rem !important;
    }

    .ml-4-md {
        margin-left: 2.4rem !important;
    }

    .mr-4-md {
        margin-right: 2.4rem !important;
    }

    .mb-5-md {
        margin-bottom: 3.2rem !important;
    }

    .mt-5-md {
        margin-top: 3.2rem !important;
    }

    .ml-5-md {
        margin-left: 3.2rem !important;
    }

    .mr-5-md {
        margin-right: 3.2rem !important;
    }

    .m-s {
        margin: 0.8rem !important;
    }

    .mb-s {
        margin-bottom: 0.8rem !important;
    }

    .ml-s {
        margin-left: 0.8rem !important;
    }

    .mr-s {
        margin-right: 0.8rem !important;
    }

    .mt-s {
        margin-top: 0.8rem !important;
    }

    .mx-s {
        margin-left: 0.8rem !important;
        margin-right: 0.8rem !important;
    }

    .my-s {
        margin-bottom: 0.8rem !important;
        margin-top: 0.8rem !important;
    }

    .m-m {
        margin: 1.6rem !important;
    }

    .mb-m {
        margin-bottom: 1.6rem !important;
    }

    .ml-m {
        margin-left: 1.6rem !important;
    }

    .mr-m {
        margin-right: 1.6rem !important;
    }

    .mt-m {
        margin-top: 1.6rem !important;
    }

    .mx-m {
        margin-left: 1.6rem !important;
        margin-right: 1.6rem !important;
    }

    .my-m {
        margin-bottom: 1.6rem !important;
        margin-top: 1.6rem !important;
    }

    .m-l {
        margin: 2.4rem !important;
    }

    .mb-l {
        margin-bottom: 2.4rem !important;
    }

    .ml-l {
        margin-left: 2.4rem !important;
    }

    .mr-l {
        margin-right: 2.4rem !important;
    }

    .mt-l {
        margin-top: 2.4rem !important;
    }

    .mx-l {
        margin-left: 2.4rem !important;
        margin-right: 2.4rem !important;
    }

    .my-l {
        margin-bottom: 2.4rem !important;
        margin-top: 2.4rem !important;
    }

    .p-s {
        padding: 0.8rem !important;
    }

    .pb-s {
        padding-bottom: 0.8rem !important;
    }

    .pl-s {
        padding-left: 0.8rem !important;
    }

    .pr-s {
        padding-right: 0.8rem !important;
    }

    .pt-s {
        padding-top: 0.8rem !important;
    }

    .px-s {
        padding-left: 0.8rem !important;
        padding-right: 0.8rem !important;
    }

    .py-s {
        padding-bottom: 0.8rem !important;
        padding-top: 0.8rem !important;
    }

    .p-m {
        padding: 1.6rem !important;
    }

    .pb-m {
        padding-bottom: 1.6rem !important;
    }

    .pl-m {
        padding-left: 1.6rem !important;
    }

    .pr-m {
        padding-right: 1.6rem !important;
    }

    .pt-m {
        padding-top: 1.6rem !important;
    }

    .px-m {
        padding-left: 1.6rem !important;
        padding-right: 1.6rem !important;
    }

    .py-m {
        padding-bottom: 1.6rem !important;
        padding-top: 1.6rem !important;
    }

    .p-l {
        padding: 2.4rem !important;
    }

    .pb-l {
        padding-bottom: 2.4rem !important;
    }

    .pl-l {
        padding-left: 2.4rem !important;
    }

    .pr-l {
        padding-right: 2.4rem !important;
    }

    .pt-l {
        padding-top: 2.4rem !important;
    }

    .px-l {
        padding-left: 2.4rem !important;
        padding-right: 2.4rem !important;
    }

    .py-l {
        padding-bottom: 2.4rem !important;
        padding-top: 2.4rem !important;
    }

    .p-0-md {
        padding: 0 !important;
    }

    .pb-0-md {
        padding-bottom: 0 !important;
    }

    .pt-0-md {
        padding-top: 0 !important;
    }

    .pl-0-md {
        padding-left: 0 !important;
    }

    .pr-0-md {
        padding-right: 0 !important;
    }

    .p-1-md {
        padding: 0.2rem !important;
    }

    .pb-1-md {
        padding-bottom: 0.2rem !important;
    }

    .pt-1-md {
        padding-top: 0.2rem !important;
    }

    .pl-1-md {
        padding-left: 0.2rem !important;
    }

    .pr-1-md {
        padding-right: 0.2rem !important;
    }

    .p-2-md {
        padding: 0.6rem !important;
    }

    .pb-2-md {
        padding-bottom: 0.6rem !important;
    }

    .pt-2-md {
        padding-top: 0.6rem !important;
    }

    .pl-2-md {
        padding-left: 0.6rem !important;
    }

    .pr-2-md {
        padding-right: 0.6rem !important;
    }

    .p-3-md {
        padding: 1.2rem !important;
    }

    .pb-3-md {
        padding-bottom: 1.2rem !important;
    }

    .pt-3-md {
        padding-top: 1.2rem !important;
    }

    .pl-3-md {
        padding-left: 1.2rem !important;
    }

    .pr-3-md {
        padding-right: 1.2rem !important;
    }

    .p-4-md {
        padding: 2.4rem !important;
    }

    .pb-4-md {
        padding-bottom: 2.4rem !important;
    }

    .pt-4-md {
        padding-top: 2.4rem !important;
    }

    .pl-4-md {
        padding-left: 2.4rem !important;
    }

    .pr-4-md {
        padding-right: 2.4rem !important;
    }

    .p-5-md {
        padding: 3.2rem !important;
    }

    .pb-5-md {
        padding-bottom: 3.2rem !important;
    }

    .pt-5-md {
        padding-top: 3.2rem !important;
    }

    .pl-5-md {
        padding-left: 3.2rem !important;
    }

    .pr-5-md {
        padding-right: 3.2rem !important;
    }
}
@media (max-width: 600px) {
    .mb-0-sm {
        margin-bottom: 0 !important;
    }

    .mt-0-sm {
        margin-top: 0 !important;
    }

    .ml-0-sm {
        margin-left: 0 !important;
    }

    .mr-0-sm {
        margin-right: 0 !important;
    }

    .mb-1-sm {
        margin-bottom: 0.2rem !important;
    }

    .mt-1-sm {
        margin-top: 0.2rem !important;
    }

    .ml-1-sm {
        margin-left: 0.2rem !important;
    }

    .mr-1-sm {
        margin-right: 0.2rem !important;
    }

    .mb-2-sm {
        margin-bottom: 0.6rem !important;
    }

    .mt-2-sm {
        margin-top: 0.6rem !important;
    }

    .ml-2-sm {
        margin-left: 0.6rem !important;
    }

    .mr-2-sm {
        margin-right: 0.6rem !important;
    }

    .mb-3-sm {
        margin-bottom: 1.2rem !important;
    }

    .mt-3-sm {
        margin-top: 1.2rem !important;
    }

    .ml-3-sm {
        margin-left: 1.2rem !important;
    }

    .mr-3-sm {
        margin-right: 1.2rem !important;
    }

    .mb-4-sm {
        margin-bottom: 2.4rem !important;
    }

    .mt-4-sm {
        margin-top: 2.4rem !important;
    }

    .ml-4-sm {
        margin-left: 2.4rem !important;
    }

    .mr-4-sm {
        margin-right: 2.4rem !important;
    }

    .mb-5-sm {
        margin-bottom: 3.2rem !important;
    }

    .mt-5-sm {
        margin-top: 3.2rem !important;
    }

    .ml-5-sm {
        margin-left: 3.2rem !important;
    }

    .mr-5-sm {
        margin-right: 3.2rem !important;
    }

    .m-s {
        margin: 0.4rem !important;
    }

    .mb-s {
        margin-bottom: 0.4rem !important;
    }

    .ml-s {
        margin-left: 0.4rem !important;
    }

    .mr-s {
        margin-right: 0.4rem !important;
    }

    .mt-s {
        margin-top: 0.4rem !important;
    }

    .mx-s {
        margin-left: 0.4rem !important;
        margin-right: 0.4rem !important;
    }

    .my-s {
        margin-bottom: 0.4rem !important;
        margin-top: 0.4rem !important;
    }

    .m-m {
        margin: 1.2rem !important;
    }

    .mb-m {
        margin-bottom: 1.2rem !important;
    }

    .ml-m {
        margin-left: 1.2rem !important;
    }

    .mr-m {
        margin-right: 1.2rem !important;
    }

    .mt-m {
        margin-top: 1.2rem !important;
    }

    .mx-m {
        margin-left: 1.2rem !important;
        margin-right: 1.2rem !important;
    }

    .my-m {
        margin-bottom: 1.2rem !important;
        margin-top: 1.2rem !important;
    }

    .m-l {
        margin: 2rem !important;
    }

    .mb-l {
        margin-bottom: 2rem !important;
    }

    .ml-l {
        margin-left: 2rem !important;
    }

    .mr-l {
        margin-right: 2rem !important;
    }

    .mt-l {
        margin-top: 2rem !important;
    }

    .mx-l {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .my-l {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }

    .p-s {
        padding: 0.4rem !important;
    }

    .pb-s {
        padding-bottom: 0.4rem !important;
    }

    .pl-s {
        padding-left: 0.4rem !important;
    }

    .pr-s {
        padding-right: 0.4rem !important;
    }

    .pt-s {
        padding-top: 0.4rem !important;
    }

    .px-s {
        padding-left: 0.4rem !important;
        padding-right: 0.4rem !important;
    }

    .py-s {
        padding-bottom: 0.4rem !important;
        padding-top: 0.4rem !important;
    }

    .p-m {
        padding: 1.2rem !important;
    }

    .pb-m {
        padding-bottom: 1.2rem !important;
    }

    .pl-m {
        padding-left: 1.2rem !important;
    }

    .pr-m {
        padding-right: 1.2rem !important;
    }

    .pt-m {
        padding-top: 1.2rem !important;
    }

    .px-m {
        padding-left: 1.2rem !important;
        padding-right: 1.2rem !important;
    }

    .py-m {
        padding-bottom: 1.2rem !important;
        padding-top: 1.2rem !important;
    }

    .p-l {
        padding: 2rem !important;
    }

    .pb-l {
        padding-bottom: 2rem !important;
    }

    .pl-l {
        padding-left: 2rem !important;
    }

    .pr-l {
        padding-right: 2rem !important;
    }

    .pt-l {
        padding-top: 2rem !important;
    }

    .px-l {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .py-l {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }

    .p-0-sm {
        padding: 0 !important;
    }

    .pb-0-sm {
        padding-bottom: 0 !important;
    }

    .pt-0-sm {
        padding-top: 0 !important;
    }

    .pl-0-sm {
        padding-left: 0 !important;
    }

    .pr-0-sm {
        padding-right: 0 !important;
    }

    .p-1-sm {
        padding: 0.2rem !important;
    }

    .pb-1-sm {
        padding-bottom: 0.2rem !important;
    }

    .pt-1-sm {
        padding-top: 0.2rem !important;
    }

    .pl-1-sm {
        padding-left: 0.2rem !important;
    }

    .pr-1-sm {
        padding-right: 0.2rem !important;
    }

    .p-2-sm {
        padding: 0.6rem !important;
    }

    .pb-2-sm {
        padding-bottom: 0.6rem !important;
    }

    .pt-2-sm {
        padding-top: 0.6rem !important;
    }

    .pl-2-sm {
        padding-left: 0.6rem !important;
    }

    .pr-2-sm {
        padding-right: 0.6rem !important;
    }

    .p-3-sm {
        padding: 1.2rem !important;
    }

    .pb-3-sm {
        padding-bottom: 1.2rem !important;
    }

    .pt-3-sm {
        padding-top: 1.2rem !important;
    }

    .pl-3-sm {
        padding-left: 1.2rem !important;
    }

    .pr-3-sm {
        padding-right: 1.2rem !important;
    }

    .p-4-sm {
        padding: 2.4rem !important;
    }

    .pb-4-sm {
        padding-bottom: 2.4rem !important;
    }

    .pt-4-sm {
        padding-top: 2.4rem !important;
    }

    .pl-4-sm {
        padding-left: 2.4rem !important;
    }

    .pr-4-sm {
        padding-right: 2.4rem !important;
    }

    .p-5-sm {
        padding: 3.2rem !important;
    }

    .pb-5-sm {
        padding-bottom: 3.2rem !important;
    }

    .pt-5-sm {
        padding-top: 3.2rem !important;
    }

    .pl-5-sm {
        padding-left: 3.2rem !important;
    }

    .pr-5-sm {
        padding-right: 3.2rem !important;
    }
}
@media (max-width: 480px) {
    .mb-1-xs {
        margin-bottom: 0.2rem !important;
    }

    .mt-1-xs {
        margin-top: 0.2rem !important;
    }

    .ml-1-xs {
        margin-left: 0.2rem !important;
    }

    .mr-1-xs {
        margin-right: 0.2rem !important;
    }

    .mb-2-xs {
        margin-bottom: 0.6rem !important;
    }

    .mt-2-xs {
        margin-top: 0.6rem !important;
    }

    .ml-2-xs {
        margin-left: 0.6rem !important;
    }

    .mr-2-xs {
        margin-right: 0.6rem !important;
    }

    .mb-3-xs {
        margin-bottom: 1.2rem !important;
    }

    .mt-3-xs {
        margin-top: 1.2rem !important;
    }

    .ml-3-xs {
        margin-left: 1.2rem !important;
    }

    .mr-3-xs {
        margin-right: 1.2rem !important;
    }

    .mb-4-xs {
        margin-bottom: 2.4rem !important;
    }

    .mt-4-xs {
        margin-top: 2.4rem !important;
    }

    .ml-4-xs {
        margin-left: 2.4rem !important;
    }

    .mr-4-xs {
        margin-right: 2.4rem !important;
    }

    .mb-5-xs {
        margin-bottom: 3.2rem !important;
    }

    .mt-5-xs {
        margin-top: 3.2rem !important;
    }

    .ml-5-xs {
        margin-left: 3.2rem !important;
    }

    .mr-5-xs {
        margin-right: 3.2rem !important;
    }

    .m-s {
        margin: 0.4rem !important;
    }

    .mb-s {
        margin-bottom: 0.4rem !important;
    }

    .ml-s {
        margin-left: 0.4rem !important;
    }

    .mr-s {
        margin-right: 0.4rem !important;
    }

    .mt-s {
        margin-top: 0.4rem !important;
    }

    .mx-s {
        margin-left: 0.4rem !important;
        margin-right: 0.4rem !important;
    }

    .my-s {
        margin-bottom: 0.4rem !important;
        margin-top: 0.4rem !important;
    }

    .m-m {
        margin: 0.8rem !important;
    }

    .mb-m {
        margin-bottom: 0.8rem !important;
    }

    .ml-m {
        margin-left: 0.8rem !important;
    }

    .mr-m {
        margin-right: 0.8rem !important;
    }

    .mt-m {
        margin-top: 0.8rem !important;
    }

    .mx-m {
        margin-left: 0.8rem !important;
        margin-right: 0.8rem !important;
    }

    .my-m {
        margin-bottom: 0.8rem !important;
        margin-top: 0.8rem !important;
    }

    .m-l {
        margin: 1.6rem !important;
    }

    .mb-l {
        margin-bottom: 1.6rem !important;
    }

    .ml-l {
        margin-left: 1.6rem !important;
    }

    .mr-l {
        margin-right: 1.6rem !important;
    }

    .mt-l {
        margin-top: 1.6rem !important;
    }

    .mx-l {
        margin-left: 1.6rem !important;
        margin-right: 1.6rem !important;
    }

    .my-l {
        margin-bottom: 1.6rem !important;
        margin-top: 1.6rem !important;
    }

    .p-s {
        padding: 0.4rem !important;
    }

    .pb-s {
        padding-bottom: 0.4rem !important;
    }

    .pl-s {
        padding-left: 0.4rem !important;
    }

    .pr-s {
        padding-right: 0.4rem !important;
    }

    .pt-s {
        padding-top: 0.4rem !important;
    }

    .px-s {
        padding-left: 0.4rem !important;
        padding-right: 0.4rem !important;
    }

    .py-s {
        padding-bottom: 0.4rem !important;
        padding-top: 0.4rem !important;
    }

    .p-m {
        padding: 0.8rem !important;
    }

    .pb-m {
        padding-bottom: 0.8rem !important;
    }

    .pl-m {
        padding-left: 0.8rem !important;
    }

    .pr-m {
        padding-right: 0.8rem !important;
    }

    .pt-m {
        padding-top: 0.8rem !important;
    }

    .px-m {
        padding-left: 0.8rem !important;
        padding-right: 0.8rem !important;
    }

    .py-m {
        padding-bottom: 0.8rem !important;
        padding-top: 0.8rem !important;
    }

    .p-l {
        padding: 1.6rem !important;
    }

    .pb-l {
        padding-bottom: 1.6rem !important;
    }

    .pl-l {
        padding-left: 1.6rem !important;
    }

    .pr-l {
        padding-right: 1.6rem !important;
    }

    .pt-l {
        padding-top: 1.6rem !important;
    }

    .px-l {
        padding-left: 1.6rem !important;
        padding-right: 1.6rem !important;
    }

    .py-l {
        padding-bottom: 1.6rem !important;
        padding-top: 1.6rem !important;
    }

    .p-0-xs {
        padding: 0 !important;
    }

    .pb-0-xs {
        padding-bottom: 0 !important;
    }

    .pt-0-xs {
        padding-top: 0 !important;
    }

    .pl-0-xs {
        padding-left: 0 !important;
    }

    .pr-0-xs {
        padding-right: 0 !important;
    }

    .p-1-xs {
        padding: 0.2rem !important;
    }

    .pb-1-xs {
        padding-bottom: 0.2rem !important;
    }

    .pt-1-xs {
        padding-top: 0.2rem !important;
    }

    .pl-1-xs {
        padding-left: 0.2rem !important;
    }

    .pr-1-xs {
        padding-right: 0.2rem !important;
    }

    .p-2-xs {
        padding: 0.6rem !important;
    }

    .pb-2-xs {
        padding-bottom: 0.6rem !important;
    }

    .pt-2-xs {
        padding-top: 0.6rem !important;
    }

    .pl-2-xs {
        padding-left: 0.6rem !important;
    }

    .pr-2-xs {
        padding-right: 0.6rem !important;
    }

    .p-3-xs {
        padding: 1.2rem !important;
    }

    .pb-3-xs {
        padding-bottom: 1.2rem !important;
    }

    .pt-3-xs {
        padding-top: 1.2rem !important;
    }

    .pl-3-xs {
        padding-left: 1.2rem !important;
    }

    .pr-3-xs {
        padding-right: 1.2rem !important;
    }

    .p-4-xs {
        padding: 2.4rem !important;
    }

    .pb-4-xs {
        padding-bottom: 2.4rem !important;
    }

    .pt-4-xs {
        padding-top: 2.4rem !important;
    }

    .pl-4-xs {
        padding-left: 2.4rem !important;
    }

    .pr-4-xs {
        padding-right: 2.4rem !important;
    }

    .p-5-xs {
        padding: 3.2rem !important;
    }

    .pb-5-xs {
        padding-bottom: 3.2rem !important;
    }

    .pt-5-xs {
        padding-top: 3.2rem !important;
    }

    .pl-5-xs {
        padding-left: 3.2rem !important;
    }

    .pr-5-xs {
        padding-right: 3.2rem !important;
    }
}