.col-xl1-1, .col-xl1-2, .col-xl1-3, .col-xl1-4, .col-xl1-5, .col-xl1-6, .col-xl1-7, .col-xl1-8, .col-xl1-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl1,
.col-xl1-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.mt-7, .my-7 {margin-top: 5rem !important;}
.mb-7, .my-7 {margin-bottom: 5rem !important;}
.ml-7, .mx-7 {margin-left: 5rem !important;}
.mr-7, .mx-7 {margin-right: 5rem !important;}
.m-7 {margin: 5rem !important;}

.pt-7, .py-7 {padding-top: 5rem !important;}
.pb-7, .py-7 {padding-bottom: 5rem !important;}
.pl-7, .px-7 {padding-left: 5rem !important;}
.pr-7, .px-7 {padding-right: 5rem !important;}
.p-7 {padding: 5rem !important;}

.mt-6, .my-6 {margin-top: 4rem !important;}
.mb-6, .my-6 {margin-bottom: 4rem !important;}
.ml-6, .mx-6 {margin-left: 4rem !important;}
.mr-6, .mx-6 {margin-right: 4rem !important;}
.m-6 {margin: 4rem !important;}

.pt-6, .py-6 {padding-top: 4rem !important;}
.pb-6, .py-6 {padding-bottom: 4rem !important;}
.pl-6, .px-6 {padding-left: 4rem !important;}
.pr-6, .px-6 {padding-right: 4rem !important;}
.p-6 {padding: 4rem !important;}

@media screen and (min-width: 1200px) and (max-width: 1535px) {
  .col-xl1 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl1-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl1-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl1-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl1-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl1-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl1-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl1-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl1-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl1-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl1-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl1-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl1-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl1-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl1-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl1-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl1-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl1-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl1-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl1-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl1-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl1-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl1-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl1-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl1-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl1-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl1-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl1-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl1-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl1-0 {
    margin-left: 0;
  }
  .offset-xl1-1 {
    margin-left: 8.333333%;
  }
  .offset-xl1-2 {
    margin-left: 16.666667%;
  }
  .offset-xl1-3 {
    margin-left: 25%;
  }
  .offset-xl1-4 {
    margin-left: 33.333333%;
  }
  .offset-xl1-5 {
    margin-left: 41.666667%;
  }
  .offset-xl1-6 {
    margin-left: 50%;
  }
  .offset-xl1-7 {
    margin-left: 58.333333%;
  }
  .offset-xl1-8 {
    margin-left: 66.666667%;
  }
  .offset-xl1-9 {
    margin-left: 75%;
  }
  .offset-xl1-10 {
    margin-left: 83.333333%;
  }
  .offset-xl1-11 {
    margin-left: 91.666667%;
  }

  m-xl1-0 {
    margin: 0 !important;
  }
  .mt-xl1-0,
  .my-xl1-0 {
    margin-top: 0 !important;
  }
  .mr-xl1-0,
  .mx-xl1-0 {
    margin-right: 0 !important;
  }
  .mb-xl1-0,
  .my-xl1-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl1-0,
  .mx-xl1-0 {
    margin-left: 0 !important;
  }
  .m-xl1-1 {
    margin: 0.25rem !important;
  }
  .mt-xl1-1,
  .my-xl1-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl1-1,
  .mx-xl1-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl1-1,
  .my-xl1-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl1-1,
  .mx-xl1-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl1-2 {
    margin: 0.5rem !important;
  }
  .mt-xl1-2,
  .my-xl1-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl1-2,
  .mx-xl1-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl1-2,
  .my-xl1-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl1-2,
  .mx-xl1-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl1-3 {
    margin: 1rem !important;
  }
  .mt-xl1-3,
  .my-xl1-3 {
    margin-top: 1rem !important;
  }
  .mr-xl1-3,
  .mx-xl1-3 {
    margin-right: 1rem !important;
  }
  .mb-xl1-3,
  .my-xl1-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl1-3,
  .mx-xl1-3 {
    margin-left: 1rem !important;
  }
  .m-xl1-4 {
    margin: 1.5rem !important;
  }
  .mt-xl1-4,
  .my-xl1-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl1-4,
  .mx-xl1-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl1-4,
  .my-xl1-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl1-4,
  .mx-xl1-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl1-5 {
    margin: 3rem !important;
  }
  .mt-xl1-5,
  .my-xl1-5 {
    margin-top: 3rem !important;
  }
  .mr-xl1-5,
  .mx-xl1-5 {
    margin-right: 3rem !important;
  }
  .mb-xl1-5,
  .my-xl1-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl1-5,
  .mx-xl1-5 {
    margin-left: 3rem !important;
  }
  .p-xl1-0 {
    padding: 0 !important;
  }
  .pt-xl1-0,
  .py-xl1-0 {
    padding-top: 0 !important;
  }
  .pr-xl1-0,
  .px-xl1-0 {
    padding-right: 0 !important;
  }
  .pb-xl1-0,
  .py-xl1-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl1-0,
  .px-xl1-0 {
    padding-left: 0 !important;
  }
  .p-xl1-1 {
    padding: 0.25rem !important;
  }
  .pt-xl1-1,
  .py-xl1-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl1-1,
  .px-xl1-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl1-1,
  .py-xl1-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl1-1,
  .px-xl1-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl1-2 {
    padding: 0.5rem !important;
  }
  .pt-xl1-2,
  .py-xl1-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl1-2,
  .px-xl1-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl1-2,
  .py-xl1-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl1-2,
  .px-xl1-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl1-3 {
    padding: 1rem !important;
  }
  .pt-xl1-3,
  .py-xl1-3 {
    padding-top: 1rem !important;
  }
  .pr-xl1-3,
  .px-xl1-3 {
    padding-right: 1rem !important;
  }
  .pb-xl1-3,
  .py-xl1-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl1-3,
  .px-xl1-3 {
    padding-left: 1rem !important;
  }
  .p-xl1-4 {
    padding: 1.5rem !important;
  }
  .pt-xl1-4,
  .py-xl1-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl1-4,
  .px-xl1-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl1-4,
  .py-xl1-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl1-4,
  .px-xl1-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl1-5 {
    padding: 3rem !important;
  }
  .pt-xl1-5,
  .py-xl1-5 {
    padding-top: 3rem !important;
  }
  .pr-xl1-5,
  .px-xl1-5 {
    padding-right: 3rem !important;
  }
  .pb-xl1-5,
  .py-xl1-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl1-5,
  .px-xl1-5 {
    padding-left: 3rem !important;
  }
  .m-xl1-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl1-n1,
  .my-xl1-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl1-n1,
  .mx-xl1-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl1-n1,
  .my-xl1-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl1-n1,
  .mx-xl1-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl1-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl1-n2,
  .my-xl1-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl1-n2,
  .mx-xl1-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl1-n2,
  .my-xl1-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl1-n2,
  .mx-xl1-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl1-n3 {
    margin: -1rem !important;
  }
  .mt-xl1-n3,
  .my-xl1-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl1-n3,
  .mx-xl1-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl1-n3,
  .my-xl1-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl1-n3,
  .mx-xl1-n3 {
    margin-left: -1rem !important;
  }
  .m-xl1-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl1-n4,
  .my-xl1-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl1-n4,
  .mx-xl1-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl1-n4,
  .my-xl1-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl1-n4,
  .mx-xl1-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl1-n5 {
    margin: -3rem !important;
  }
  .mt-xl1-n5,
  .my-xl1-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl1-n5,
  .mx-xl1-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl1-n5,
  .my-xl1-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl1-n5,
  .mx-xl1-n5 {
    margin-left: -3rem !important;
  }
  .m-xl1-auto {
    margin: auto !important;
  }
  .mt-xl1-auto,
  .my-xl1-auto {
    margin-top: auto !important;
  }
  .mr-xl1-auto,
  .mx-xl1-auto {
    margin-right: auto !important;
  }
  .mb-xl1-auto,
  .my-xl1-auto {
    margin-bottom: auto !important;
  }
  .ml-xl1-auto,
  .mx-xl1-auto {
    margin-left: auto !important;
  }
}