/* reset bootstrap * /
a,
a:focus, a:hover {
  color: inherit;
  text-decoration: none;
}
/*fail*/

.h1, .h2, .h3, .h4, .h5, .h6 {
  margin:  0;
}

/* fixes some browsers */
.row,
.d-flex,
.d-sm-flex,
.d-md-flex,
.d-lg-flex,
.d-xl-flex {
  position: relative;
}

/*flex-direction:column these properties have no sense:
  max-width
  padding-left/right
*/
.d-flex.flex-column    > [class~="col"], .d-flex.flex-column       > [class^="col-"], .d-flex.flex-column       > [class*=" col-"], .row.flex-column    > [class^="col-"], .row.flex-column    > [class*=" col-"], .row.flex-column    > [class~="col"],
.d-flex.flex-sm-column > [class~="col"], .d-sm-flex.flex-sm-column > [class^="col-"], .d-sm-flex.flex-sm-column > [class*=" col-"], .row.flex-sm-column > [class^="col-"], .row.flex-sm-column > [class*=" col-"], .row.flex-sm-column > [class~="col"],
.d-flex.flex-md-column > [class~="col"], .d-md-flex.flex-md-column > [class^="col-"], .d-md-flex.flex-md-column > [class*=" col-"], .row.flex-md-column > [class^="col-"], .row.flex-md-column > [class*=" col-"], .row.flex-md-column > [class~="col"],
.d-flex.flex-lg-column > [class~="col"], .d-lg-flex.flex-lg-column > [class^="col-"], .d-lg-flex.flex-lg-column > [class*=" col-"], .row.flex-lg-column > [class^="col-"], .row.flex-lg-column > [class*=" col-"], .row.flex-lg-column > [class~="col"],
.d-flex.flex-xl-column > [class~="col"], .d-xl-flex.flex-xl-column > [class^="col-"], .d-xl-flex.flex-xl-column > [class*=" col-"], .row.flex-xl-column > [class^="col-"], .row.flex-xl-column > [class*=" col-"], .row.flex-xl-column > [class~="col"] {
  max-width: none !important;
  padding: 0;
}

.flex-column > .push-1 {
  top: 8.333333%;
  left: 0;
}
.flex-column > .pull-1 {
  bottom: 8.333333%;
  right: 0;
}
.flex-column > .push-2 {
  top: 16.666666%;
  left: 0;
}
@media (min-width: 576px) {
  .flex-column > .push-sm-1 {
    top: 8.333333%;
    left: 0;
  }
  .flex-column > .pull-sm-0 {
    bottom: 0;
    right: 0;
  }
  .flex-column > .pull-sm-1 {
    bottom: 8.333333%;
    right: 0;
  }
}
@media (min-width: 768px) {
  .flex-column > .push-md-1 {
    top: 8.333333%;
    left: 0;
  }
  .flex-column > .pull-md-0 {
    bottom: 0;
    right: 0;
  }
  .flex-column > .pull-md-1 {
    bottom: 8.333333%;
    right: 0;
  }
}
@media (min-width: 992px) {
  .flex-column > .push-lg-1 {
    top: 8.333333%;
    left: 0;
  }
  .flex-column > .pull-lg-0 {
    bottom: 0;
    right: 0;
  }
  .flex-column > .pull-lg-1 {
    bottom: 8.333333%;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .flex-column > .push-xl-1 {
    top: 8.333333%;
    left: 0;
  }
  .flex-column > .pull-xl-0 {
    bottom: 0;
    right: 0;
  }
  .flex-column > .pull-xl-1 {
    bottom: 8.333333%;
    right: 0;
  }
}

.col-2d5 {
  position: relative;
}
.col-2d5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 992px) {
  .col-lg-1d5,
  .col-lg-2d5 {
    position: relative;
  }
  .col-lg-1d5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-lg-2d5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-custom1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.333333%;
    -ms-flex: 0 0 11.333333%;
    flex: 0 0 11.333333%;
    max-width: 11.333333%;
  }
}
/* padding: from 15px to responsive */
.col-2d5,
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-left: 1rem;
  padding-right: 1rem;
}
/* margin: from 15px to responsive */
.row {
  margin-right: -1rem;
  margin-left: -1rem;
}


.offset-0d5 {
  margin-left: 4.166666%;
}

/* responsive margin/padding 2.5, 3.5, 4.5, 6, 7, 8  */
.p-2d5 {
  padding: 0.75rem !important;
}
.pt-2d5,
.py-2d5 {
  padding-top: 0.75rem !important;
}
.pr-2d5,
.px-2d5 {
  padding-right: 0.75rem !important;
}
.pb-2d5,
.py-2d5 {
  padding-bottom: 0.75rem !important;
}
.pl-2d5,
.px-2d5 {
  padding-left: 0.75rem !important;
}
.m-2d5 {
  margin: 0.75rem !important;
}
.mt-2d5,
.my-2d5 {
  margin-top: 0.75rem !important;
}
.mr-2d5,
.mx-2d5 {
  margin-right: 0.75rem !important;
}
.mb-2d5,
.my-2d5 {
  margin-bottom: 0.75rem !important;
}
.ml-2d5,
.mx-2d5 {
  margin-left: 0.75rem !important;
}
@media (min-width: 576px) {
  .p-sm-2d5 {
    padding: 0.75rem !important;
  }
  .pt-sm-2d5,
  .py-sm-2d5 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-2d5,
  .px-sm-2d5 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-2d5,
  .py-sm-2d5 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-2d5,
  .px-sm-2d5 {
    padding-left: 0.75rem !important;
  }
  .m-sm-2d5 {
    margin: 0.75rem !important;
  }
  .mt-sm-2d5,
  .my-sm-2d5 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-2d5,
  .mx-sm-2d5 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-2d5,
  .my-sm-2d5 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-2d5,
  .mx-sm-2d5 {
    margin-left: 0.75rem !important;
  }
}
@media (min-width: 768px) {
  .p-md-2d5 {
    padding: 0.75rem !important;
  }
  .pt-md-2d5,
  .py-md-2d5 {
    padding-top: 0.75rem !important;
  }
  .pr-md-2d5,
  .px-md-2d5 {
    padding-right: 0.75rem !important;
  }
  .pb-md-2d5,
  .py-md-2d5 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-2d5,
  .px-md-2d5 {
    padding-left: 0.75rem !important;
  }
  .m-md-2d5 {
    margin: 0.75rem !important;
  }
  .mt-md-2d5,
  .my-md-2d5 {
    margin-top: 0.75rem !important;
  }
  .mr-md-2d5,
  .mx-md-2d5 {
    margin-right: 0.75rem !important;
  }
  .mb-md-2d5,
  .my-md-2d5 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-2d5,
  .mx-md-2d5 {
    margin-left: 0.75rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-2d5 {
    padding: 0.75rem !important;
  }
  .pt-lg-2d5,
  .py-lg-2d5 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-2d5,
  .px-lg-2d5 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-2d5,
  .py-lg-2d5 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-2d5,
  .px-lg-2d5 {
    padding-left: 0.75rem !important;
  }
  .m-lg-2d5 {
    margin: 0.75rem !important;
  }
  .mt-lg-2d5,
  .my-lg-2d5 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-2d5,
  .mx-lg-2d5 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-2d5,
  .my-lg-2d5 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-2d5,
  .mx-lg-2d5 {
    margin-left: 0.75rem !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-2d5 {
    padding: 0.75rem !important;
  }
  .pt-xl-2d5,
  .py-xl-2d5 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-2d5,
  .px-xl-2d5 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-2d5,
  .py-xl-2d5 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-2d5,
  .px-xl-2d5 {
    padding-left: 0.75rem !important;
  }
  .m-xl-2d5 {
    margin: 0.75rem !important;
  }
  .mt-xl-2d5,
  .my-xl-2d5 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-2d5,
  .mx-xl-2d5 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-2d5,
  .my-xl-2d5 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-2d5,
  .mx-xl-2d5 {
    margin-left: 0.75rem !important;
  }
}

.p-3d5 {
  padding: 1.25rem !important;
}
.pt-3d5,
.py-3d5 {
  padding-top: 1.25rem !important;
}
.pr-3d5,
.px-3d5 {
  padding-right: 1.25rem !important;
}
.pb-3d5,
.py-3d5 {
  padding-bottom: 1.25rem !important;
}
.pl-3d5,
.px-3d5 {
  padding-left: 1.25rem !important;
}
.m-3d5 {
  margin: 1.25rem !important;
}
.mt-3d5,
.my-3d5 {
  margin-top: 1.25rem !important;
}
.mr-3d5,
.mx-3d5 {
  margin-right: 1.25rem !important;
}
.mb-3d5,
.my-3d5 {
  margin-bottom: 1.25rem !important;
}
.ml-3d5,
.mx-3d5 {
  margin-left: 1.25rem !important;
}
@media (min-width: 576px) {
  .p-sm-3d5 {
    padding: 1.25rem !important;
  }
  .pt-sm-3d5,
  .py-sm-3d5 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-3d5,
  .px-sm-3d5 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-3d5,
  .py-sm-3d5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-3d5,
  .px-sm-3d5 {
    padding-left: 1.25rem !important;
  }
  .m-sm-3d5 {
    margin: 1.25rem !important;
  }
  .mt-sm-3d5,
  .my-sm-3d5 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-3d5,
  .mx-sm-3d5 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-3d5,
  .my-sm-3d5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-3d5,
  .mx-sm-3d5 {
    margin-left: 1.25rem !important;
  }
}
@media (min-width: 768px) {
  .p-md-3d5 {
    padding: 1.25rem !important;
  }
  .pt-md-3d5,
  .py-md-3d5 {
    padding-top: 1.25rem !important;
  }
  .pr-md-3d5,
  .px-md-3d5 {
    padding-right: 1.25rem !important;
  }
  .pb-md-3d5,
  .py-md-3d5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-3d5,
  .px-md-3d5 {
    padding-left: 1.25rem !important;
  }
  .m-md-3d5 {
    margin: 1.25rem !important;
  }
  .mt-md-3d5,
  .my-md-3d5 {
    margin-top: 1.25rem !important;
  }
  .mr-md-3d5,
  .mx-md-3d5 {
    margin-right: 1.25rem !important;
  }
  .mb-md-3d5,
  .my-md-3d5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-3d5,
  .mx-md-3d5 {
    margin-left: 1.25rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-3d5 {
    padding: 1.25rem !important;
  }
  .pt-lg-3d5,
  .py-lg-3d5 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-3d5,
  .px-lg-3d5 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-3d5,
  .py-lg-3d5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-3d5,
  .px-lg-3d5 {
    padding-left: 1.25rem !important;
  }
  .m-lg-3d5 {
    margin: 1.25rem !important;
  }
  .mt-lg-3d5,
  .my-lg-3d5 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-3d5,
  .mx-lg-3d5 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-3d5,
  .my-lg-3d5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-3d5,
  .mx-lg-3d5 {
    margin-left: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-3d5 {
    padding: 1.25rem !important;
  }
  .pt-xl-3d5,
  .py-xl-3d5 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-3d5,
  .px-xl-3d5 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-3d5,
  .py-xl-3d5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-3d5,
  .px-xl-3d5 {
    padding-left: 1.25rem !important;
  }
  .m-xl-3d5 {
    margin: 1.25rem !important;
  }
  .mt-xl-3d5,
  .my-xl-3d5 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-3d5,
  .mx-xl-3d5 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-3d5,
  .my-xl-3d5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-3d5,
  .mx-xl-3d5 {
    margin-left: 1.25rem !important;
  }
}
.p-4d5 {
  padding: 2rem !important;
}
.pt-4d5,
.py-4d5 {
  padding-top: 2rem !important;
}
.pr-4d5,
.px-4d5 {
  padding-right: 2rem !important;
}
.pb-4d5,
.py-4d5 {
  padding-bottom: 2rem !important;
}
.pl-4d5,
.px-4d5 {
  padding-left: 2rem !important;
}
.m-4d5 {
  margin: 2rem !important;
}
.mt-4d5,
.my-4d5 {
  margin-top: 2rem !important;
}
.mr-4d5,
.mx-4d5 {
  margin-right: 2rem !important;
}
.mb-4d5,
.my-4d5 {
  margin-bottom: 2rem !important;
}
.ml-4d5,
.mx-4d5 {
  margin-left: 2rem !important;
}
@media (min-width: 576px) {
  .p-sm-4d5 {
    padding: 2rem !important;
  }
  .pt-sm-4d5,
  .py-sm-4d5 {
    padding-top: 2rem !important;
  }
  .pr-sm-4d5,
  .px-sm-4d5 {
    padding-right: 2rem !important;
  }
  .pb-sm-4d5,
  .py-sm-4d5 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-4d5,
  .px-sm-4d5 {
    padding-left: 2rem !important;
  }
  .m-sm-4d5 {
    margin: 2rem !important;
  }
  .mt-sm-4d5,
  .my-sm-4d5 {
    margin-top: 2rem !important;
  }
  .mr-sm-4d5,
  .mx-sm-4d5 {
    margin-right: 2rem !important;
  }
  .mb-sm-4d5,
  .my-sm-4d5 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-4d5,
  .mx-sm-4d5 {
    margin-left: 2rem !important;
  }
}
@media (min-width: 768px) {
  .p-md-4d5 {
    padding: 2rem !important;
  }
  .pt-md-4d5,
  .py-md-4d5 {
    padding-top: 2rem !important;
  }
  .pr-md-4d5,
  .px-md-4d5 {
    padding-right: 2rem !important;
  }
  .pb-md-4d5,
  .py-md-4d5 {
    padding-bottom: 2rem !important;
  }
  .pl-md-4d5,
  .px-md-4d5 {
    padding-left: 2rem !important;
  }
  .m-md-4d5 {
    margin: 2rem !important;
  }
  .mt-md-4d5,
  .my-md-4d5 {
    margin-top: 2rem !important;
  }
  .mr-md-4d5,
  .mx-md-4d5 {
    margin-right: 2rem !important;
  }
  .mb-md-4d5,
  .my-md-4d5 {
    margin-bottom: 2rem !important;
  }
  .ml-md-4d5,
  .mx-md-4d5 {
    margin-left: 2rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-4d5 {
    padding: 2rem !important;
  }
  .pt-lg-4d5,
  .py-lg-4d5 {
    padding-top: 2rem !important;
  }
  .pr-lg-4d5,
  .px-lg-4d5 {
    padding-right: 2rem !important;
  }
  .pb-lg-4d5,
  .py-lg-4d5 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-4d5,
  .px-lg-4d5 {
    padding-left: 2rem !important;
  }
  .m-lg-4d5 {
    margin: 2rem !important;
  }
  .mt-lg-4d5,
  .my-lg-4d5 {
    margin-top: 2rem !important;
  }
  .mr-lg-4d5,
  .mx-lg-4d5 {
    margin-right: 2rem !important;
  }
  .mb-lg-4d5,
  .my-lg-4d5 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-4d5,
  .mx-lg-4d5 {
    margin-left: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-4d5 {
    padding: 2rem !important;
  }
  .pt-xl-4d5,
  .py-xl-4d5 {
    padding-top: 2rem !important;
  }
  .pr-xl-4d5,
  .px-xl-4d5 {
    padding-right: 2rem !important;
  }
  .pb-xl-4d5,
  .py-xl-4d5 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-4d5,
  .px-xl-4d5 {
    padding-left: 2rem !important;
  }
  .m-xl-4d5 {
    margin: 2rem !important;
  }
  .mt-xl-4d5,
  .my-xl-4d5 {
    margin-top: 2rem !important;
  }
  .mr-xl-4d5,
  .mx-xl-4d5 {
    margin-right: 2rem !important;
  }
  .mb-xl-4d5,
  .my-xl-4d5 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-4d5,
  .mx-xl-4d5 {
    margin-left: 2rem !important;
  }
}
.p-6 {
  padding: 4rem !important;
}
.pt-6,
.py-6 {
  padding-top: 4rem !important;
}
.pr-6,
.px-6 {
  padding-right: 4rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}
.pl-6,
.px-6 {
  padding-left: 4rem !important;
}
.m-6 {
  margin: 4rem !important;
}
.mt-6,
.my-6 {
  margin-top: 4rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 4rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 4rem !important;
}
@media (min-width: 576px) {
  .p-sm-6 {
    padding: 4rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important;
  }
  .m-sm-6 {
    margin: 4rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important;
  }
}
@media (min-width: 768px) {
  .p-md-6 {
    padding: 4rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important;
  }
  .m-md-6 {
    margin: 4rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-6 {
    padding: 4rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important;
  }
  .m-lg-6 {
    margin: 4rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-6 {
    padding: 4rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important;
  }
  .m-xl-6 {
    margin: 4rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important;
  }
}
.p-7 {
  padding: 5rem !important;
}
.pt-7,
.py-7 {
  padding-top: 5rem !important;
}
.pr-7,
.px-7 {
  padding-right: 5rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 5rem !important;
}
.pl-7,
.px-7 {
  padding-left: 5rem !important;
}
.m-7 {
  margin: 5rem !important;
}
.mt-7,
.my-7 {
  margin-top: 5rem !important;
}
.mr-7,
.mx-7 {
  margin-right: 5rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 5rem !important;
}
.ml-7,
.mx-7 {
  margin-left: 5rem !important;
}
@media (min-width: 576px) {

  .p-sm-7 {
    padding: 5rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 5rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 5rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 5rem !important;
  }
  .m-sm-7 {
    margin: 5rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 5rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 5rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 5rem !important;
  }
}
@media (min-width: 768px) {
  .p-md-7 {
    padding: 5rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 5rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 5rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 5rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 5rem !important;
  }
  .m-md-7 {
    margin: 5rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 5rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 5rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 5rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 5rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-7 {
    padding: 5rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 5rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 5rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 5rem !important;
  }
  .m-lg-7 {
    margin: 5rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 5rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 5rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-7 {
    padding: 5rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 5rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 5rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 5rem !important;
  }
  .m-xl-7 {
    margin: 5rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 5rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 5rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 5rem !important;
  }
}
.p-8 {
  padding: 6rem !important;
}
.pt-8,
.py-8 {
  padding-top: 6rem !important;
}
.pr-8,
.px-8 {
  padding-right: 6rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 6rem !important;
}
.pl-8,
.px-8 {
  padding-left: 6rem !important;
}
.m-8 {
  margin: 6rem !important;
}
.mt-8,
.my-8 {
  margin-top: 6rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 6rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 6rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 6rem !important;
}
@media (min-width: 576px) {
  .p-sm-8 {
    padding: 6rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 6rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 6rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 6rem !important;
  }
  .m-sm-8 {
    margin: 6rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 6rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 6rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 6rem !important;
  }
}
@media (min-width: 768px) {
  .p-md-8 {
    padding: 6rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 6rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 6rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 6rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 6rem !important;
  }
  .m-md-8 {
    margin: 6rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 6rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 6rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 6rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 6rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-8 {
    padding: 6rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 6rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 6rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 6rem !important;
  }
  .m-lg-8 {
    margin: 6rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 6rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 6rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 6rem !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-8 {
    padding: 6rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 6rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 6rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 6rem !important;
  }
  .m-xl-8 {
    margin: 6rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 6rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 6rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 6rem !important;
  }
}
/* responsive margin/padding 2.5, 3.5, 4.5, 6, 7, 8 END */

/* standard bootstrap props with landscape orientation */
@media (orientation: landscape) {
  .d-land-none {
    display: none !important;
  }
  .d-land-inline {
    display: inline !important;
  }
  .d-land-inline-block {
    display: inline-block !important;
  }
  .d-land-block {
    display: block !important;
  }
  .d-land-table {
    display: table !important;
  }
  .d-land-table-row {
    display: table-row !important;
  }
  .d-land-table-cell {
    display: table-cell !important;
  }
  .d-land-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-land-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
  .flex-land-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-land-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-land-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-land-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .justify-land-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .justify-land-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
  .justify-land-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
  .justify-land-content-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-land-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .align-items-land-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }
  .align-items-land-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }
  .align-items-land-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }
  .align-items-land-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }
  .align-content-land-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-land-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-land-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-land-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-land-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-land-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-land-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-land-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-land-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-land-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-land-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-land-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .col-land {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-land-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-land-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-land-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-land-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-land-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-land-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-land-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-land-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-land-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-land-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-land-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-land-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-land-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .w-land-25 {
    width: 25% !important;
  }
  .w-land-50 {
    width: 50% !important;
  }
  .w-land-75 {
    width: 75% !important;
  }
  .w-land-100 {
    width: 100% !important;
  }
  .h-land-25 {
    height: 25% !important;
  }
  .h-land-50 {
    height: 50% !important;
  }
  .h-land-75 {
    height: 75% !important;
  }
  .h-land-100 {
    height: 100% !important;
  }
  .mw-land-100 {
    max-width: 100% !important;
  }
  .mh-land-100 {
    max-height: 100% !important;
  }
  .m-land-0 {
    margin: 0 !important;
  }
  .mt-land-0,
  .my-land-0 {
    margin-top: 0 !important;
  }
  .mr-land-0,
  .mx-land-0 {
    margin-right: 0 !important;
  }
  .mb-land-0,
  .my-land-0 {
    margin-bottom: 0 !important;
  }
  .ml-land-0,
  .mx-land-0 {
    margin-left: 0 !important;
  }
  .m-land-1 {
    margin: 0.25rem !important;
  }
  .mt-land-1,
  .my-land-1 {
    margin-top: 0.25rem !important;
  }
  .mr-land-1,
  .mx-land-1 {
    margin-right: 0.25rem !important;
  }
  .mb-land-1,
  .my-land-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-land-1,
  .mx-land-1 {
    margin-left: 0.25rem !important;
  }
  .m-land-2 {
    margin: 0.5rem !important;
  }
  .mt-land-2,
  .my-land-2 {
    margin-top: 0.5rem !important;
  }
  .mr-land-2,
  .mx-land-2 {
    margin-right: 0.5rem !important;
  }
  .mb-land-2,
  .my-land-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-land-2,
  .mx-land-2 {
    margin-left: 0.5rem !important;
  }
  .m-land-3 {
    margin: 1rem !important;
  }
  .mt-land-3,
  .my-land-3 {
    margin-top: 1rem !important;
  }
  .mr-land-3,
  .mx-land-3 {
    margin-right: 1rem !important;
  }
  .mb-land-3,
  .my-land-3 {
    margin-bottom: 1rem !important;
  }
  .ml-land-3,
  .mx-land-3 {
    margin-left: 1rem !important;
  }
  .m-land-4 {
    margin: 1.5rem !important;
  }
  .mt-land-4,
  .my-land-4 {
    margin-top: 1.5rem !important;
  }
  .mr-land-4,
  .mx-land-4 {
    margin-right: 1.5rem !important;
  }
  .mb-land-4,
  .my-land-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-land-4,
  .mx-land-4 {
    margin-left: 1.5rem !important;
  }
  .m-land-5 {
    margin: 3rem !important;
  }
  .mt-land-5,
  .my-land-5 {
    margin-top: 3rem !important;
  }
  .mr-land-5,
  .mx-land-5 {
    margin-right: 3rem !important;
  }
  .mb-land-5,
  .my-land-5 {
    margin-bottom: 3rem !important;
  }
  .ml-land-5,
  .mx-land-5 {
    margin-left: 3rem !important;
  }
  .p-land-0 {
    padding: 0 !important;
  }
  .pt-land-0,
  .py-land-0 {
    padding-top: 0 !important;
  }
  .pr-land-0,
  .px-land-0 {
    padding-right: 0 !important;
  }
  .pb-land-0,
  .py-land-0 {
    padding-bottom: 0 !important;
  }
  .pl-land-0,
  .px-land-0 {
    padding-left: 0 !important;
  }
  .p-land-1 {
    padding: 0.25rem !important;
  }
  .pt-land-1,
  .py-land-1 {
    padding-top: 0.25rem !important;
  }
  .pr-land-1,
  .px-land-1 {
    padding-right: 0.25rem !important;
  }
  .pb-land-1,
  .py-land-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-land-1,
  .px-land-1 {
    padding-left: 0.25rem !important;
  }
  .p-land-2 {
    padding: 0.5rem !important;
  }
  .pt-land-2,
  .py-land-2 {
    padding-top: 0.5rem !important;
  }
  .pr-land-2,
  .px-land-2 {
    padding-right: 0.5rem !important;
  }
  .pb-land-2,
  .py-land-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-land-2,
  .px-land-2 {
    padding-left: 0.5rem !important;
  }
  .p-land-3 {
    padding: 1rem !important;
  }
  .pt-land-3,
  .py-land-3 {
    padding-top: 1rem !important;
  }
  .pr-land-3,
  .px-land-3 {
    padding-right: 1rem !important;
  }
  .pb-land-3,
  .py-land-3 {
    padding-bottom: 1rem !important;
  }
  .pl-land-3,
  .px-land-3 {
    padding-left: 1rem !important;
  }
  .p-land-4 {
    padding: 1.5rem !important;
  }
  .pt-land-4,
  .py-land-4 {
    padding-top: 1.5rem !important;
  }
  .pr-land-4,
  .px-land-4 {
    padding-right: 1.5rem !important;
  }
  .pb-land-4,
  .py-land-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-land-4,
  .px-land-4 {
    padding-left: 1.5rem !important;
  }
  .p-land-5 {
    padding: 3rem !important;
  }
  .pt-land-5,
  .py-land-5 {
    padding-top: 3rem !important;
  }
  .pr-land-5,
  .px-land-5 {
    padding-right: 3rem !important;
  }
  .pb-land-5,
  .py-land-5 {
    padding-bottom: 3rem !important;
  }
  .pl-land-5,
  .px-land-5 {
    padding-left: 3rem !important;
  }
  .m-land-auto {
    margin: auto !important;
  }
  .mt-land-auto,
  .my-land-auto {
    margin-top: auto !important;
  }
  .mr-land-auto,
  .mx-land-auto {
    margin-right: auto !important;
  }
  .mb-land-auto,
  .my-land-auto {
    margin-bottom: auto !important;
  }
  .ml-land-auto,
  .mx-land-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) and (orientation: landscape) {
  .d-lg-land-none {
    display: none !important;
  }
  .d-lg-land-inline {
    display: inline !important;
  }
  .d-lg-land-inline-block {
    display: inline-block !important;
  }
  .d-lg-land-block {
    display: block !important;
  }
  .d-lg-land-table {
    display: table !important;
  }
  .d-lg-land-table-row {
    display: table-row !important;
  }
  .d-lg-land-table-cell {
    display: table-cell !important;
  }
  .d-lg-land-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-lg-land-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
  .flex-lg-land-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-land-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-land-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-lg-land-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .justify-lg-land-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .justify-lg-land-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
  .justify-lg-land-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
  .justify-lg-land-content-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-lg-land-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-land-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-land-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }
  .align-items-lg-land-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-land-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-land-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-land-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-land-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-lg-land-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-lg-land-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-lg-land-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-land-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-land-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-land-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-land-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-land-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-land-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .col-lg-land {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-land-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-land-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-land-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-land-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-land-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-land-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-land-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-land-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-land-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-land-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-land-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-land-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-land-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .w-lg-land-25 {
    width: 25% !important;
  }
  .w-lg-land-50 {
    width: 50% !important;
  }
  .w-lg-land-75 {
    width: 75% !important;
  }
  .w-lg-land-100 {
    width: 100% !important;
  }
  .h-lg-land-25 {
    height: 25% !important;
  }
  .h-lg-land-50 {
    height: 50% !important;
  }
  .h-lg-land-75 {
    height: 75% !important;
  }
  .h-lg-land-100 {
    height: 100% !important;
  }
  .mw-lg-land-100 {
    max-width: 100% !important;
  }
  .mh-lg-land-100 {
    max-height: 100% !important;
  }
  .m-lg-land-0 {
    margin: 0 !important;
  }
  .mt-lg-land-0,
  .my-lg-land-0 {
    margin-top: 0 !important;
  }
  .mr-lg-land-0,
  .mx-lg-land-0 {
    margin-right: 0 !important;
  }
  .mb-lg-land-0,
  .my-lg-land-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-land-0,
  .mx-lg-land-0 {
    margin-left: 0 !important;
  }
  .m-lg-land-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-land-1,
  .my-lg-land-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-land-1,
  .mx-lg-land-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-land-1,
  .my-lg-land-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-land-1,
  .mx-lg-land-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-land-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-land-2,
  .my-lg-land-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-land-2,
  .mx-lg-land-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-land-2,
  .my-lg-land-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-land-2,
  .mx-lg-land-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-land-3 {
    margin: 1rem !important;
  }
  .mt-lg-land-3,
  .my-lg-land-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-land-3,
  .mx-lg-land-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-land-3,
  .my-lg-land-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-land-3,
  .mx-lg-land-3 {
    margin-left: 1rem !important;
  }
  .m-lg-land-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-land-4,
  .my-lg-land-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-land-4,
  .mx-lg-land-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-land-4,
  .my-lg-land-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-land-4,
  .mx-lg-land-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-land-5 {
    margin: 3rem !important;
  }
  .mt-lg-land-5,
  .my-lg-land-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-land-5,
  .mx-lg-land-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-land-5,
  .my-lg-land-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-land-5,
  .mx-lg-land-5 {
    margin-left: 3rem !important;
  }
  .p-lg-land-0 {
    padding: 0 !important;
  }
  .pt-lg-land-0,
  .py-lg-land-0 {
    padding-top: 0 !important;
  }
  .pr-lg-land-0,
  .px-lg-land-0 {
    padding-right: 0 !important;
  }
  .pb-lg-land-0,
  .py-lg-land-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-land-0,
  .px-lg-land-0 {
    padding-left: 0 !important;
  }
  .p-lg-land-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-land-1,
  .py-lg-land-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-land-1,
  .px-lg-land-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-land-1,
  .py-lg-land-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-land-1,
  .px-lg-land-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-land-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-land-2,
  .py-lg-land-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-land-2,
  .px-lg-land-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-land-2,
  .py-lg-land-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-land-2,
  .px-lg-land-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-land-3 {
    padding: 1rem !important;
  }
  .pt-lg-land-3,
  .py-lg-land-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-land-3,
  .px-lg-land-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-land-3,
  .py-lg-land-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-land-3,
  .px-lg-land-3 {
    padding-left: 1rem !important;
  }
  .p-lg-land-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-land-4,
  .py-lg-land-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-land-4,
  .px-lg-land-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-land-4,
  .py-lg-land-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-land-4,
  .px-lg-land-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-land-5 {
    padding: 3rem !important;
  }
  .pt-lg-land-5,
  .py-lg-land-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-land-5,
  .px-lg-land-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-land-5,
  .py-lg-land-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-land-5,
  .px-lg-land-5 {
    padding-left: 3rem !important;
  }
  .m-lg-land-auto {
    margin: auto !important;
  }
  .mt-lg-land-auto,
  .my-lg-land-auto {
    margin-top: auto !important;
  }
  .mr-lg-land-auto,
  .mx-lg-land-auto {
    margin-right: auto !important;
  }
  .mb-lg-land-auto,
  .my-lg-land-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-land-auto,
  .mx-lg-land-auto {
    margin-left: auto !important;
  }
}
/* standard bootstrap props with landscape orientation END */


/* responsive negative margin END */
.m--0d5 {
	margin: -0.125rem !important;
}
.mt--0d5,
.my--0d5 {
	margin-top: -0.125rem !important;
}
.mr--0d5,
.mx--0d5 {
	margin-right: -0.125rem !important;
}
.mb--0d5,
.my--0d5 {
	margin-bottom: -0.125rem !important;
}
.ml--0d5,
.mx--0d5 {
	margin-left: -0.125rem !important;
}
@media (min-width: 576px) {
	.m-sm--0d5 {
		margin: -0.125rem !important;
	}
	.mt-sm--0d5,
	.my-sm--0d5 {
		margin-top: -0.125rem !important;
	}
	.mr-sm--0d5,
	.mx-sm--0d5 {
		margin-right: -0.125rem !important;
	}
	.mb-sm--0d5,
	.my-sm--0d5 {
		margin-bottom: -0.125rem !important;
	}
	.ml-sm--0d5,
	.mx-sm--0d5 {
		margin-left: -0.125rem !important;
	}
}
@media (min-width: 768px) {
	.m-md--0d5 {
		margin: -0.125rem !important;
	}
	.mt-md--0d5,
	.my-md--0d5 {
		margin-top: -0.125rem !important;
	}
	.mr-md--0d5,
	.mx-md--0d5 {
		margin-right: -0.125rem !important;
	}
	.mb-md--0d5,
	.my-md--0d5 {
		margin-bottom: -0.125rem !important;
	}
	.ml-md--0d5,
	.mx-md--0d5 {
		margin-left: -0.125rem !important;
	}
}
@media (min-width: 992px) {
	.m-lg--0d5 {
		margin: -0.125rem !important;
	}
	.mt-lg--0d5,
	.my-lg--0d5 {
		margin-top: -0.125rem !important;
	}
	.mr-lg--0d5,
	.mx-lg--0d5 {
		margin-right: -0.125rem !important;
	}
	.mb-lg--0d5,
	.my-lg--0d5 {
		margin-bottom: -0.125rem !important;
	}
	.ml-lg--0d5,
	.mx-lg--0d5 {
		margin-left: -0.125rem !important;
	}
}
@media (min-width: 1200px) {
	.m-xl--0d5 {
		margin: -0.125rem !important;
	}
	.mt-xl--0d5,
	.my-xl--0d5 {
		margin-top: -0.125rem !important;
	}
	.mr-xl--0d5,
	.mx-xl--0d5 {
		margin-right: -0.125rem !important;
	}
	.mb-xl--0d5,
	.my-xl--0d5 {
		margin-bottom: -0.125rem !important;
	}
	.ml-xl--0d5,
	.mx-xl--0d5 {
		margin-left: -0.125rem !important;
	}
}
.m--1 {
	margin: -0.25rem !important;
}
.mt--1,
.my--1 {
	margin-top: -0.25rem !important;
}
.mr--1,
.mx--1 {
	margin-right: -0.25rem !important;
}
.mb--1,
.my--1 {
	margin-bottom: -0.25rem !important;
}
.ml--1,
.mx--1 {
	margin-left: -0.25rem !important;
}
@media (min-width: 576px) {
	.m-sm--1 {
		margin: -0.25rem !important;
	}
	.mt-sm--1,
	.my-sm--1 {
		margin-top: -0.25rem !important;
	}
	.mr-sm--1,
	.mx-sm--1 {
		margin-right: -0.25rem !important;
	}
	.mb-sm--1,
	.my-sm--1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-sm--1,
	.mx-sm--1 {
		margin-left: -0.25rem !important;
	}
}
@media (min-width: 768px) {
	.m-md--1 {
		margin: -0.25rem !important;
	}
	.mt-md--1,
	.my-md--1 {
		margin-top: -0.25rem !important;
	}
	.mr-md--1,
	.mx-md--1 {
		margin-right: -0.25rem !important;
	}
	.mb-md--1,
	.my-md--1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-md--1,
	.mx-md--1 {
		margin-left: -0.25rem !important;
	}
}
@media (min-width: 992px) {
	.m-lg--1 {
		margin: -0.25rem !important;
	}
	.mt-lg--1,
	.my-lg--1 {
		margin-top: -0.25rem !important;
	}
	.mr-lg--1,
	.mx-lg--1 {
		margin-right: -0.25rem !important;
	}
	.mb-lg--1,
	.my-lg--1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-lg--1,
	.mx-lg--1 {
		margin-left: -0.25rem !important;
	}
}
@media (min-width: 1200px) {
	.m-xl--1 {
		margin: -0.25rem !important;
	}
	.mt-xl--1,
	.my-xl--1 {
		margin-top: -0.25rem !important;
	}
	.mr-xl--1,
	.mx-xl--1 {
		margin-right: -0.25rem !important;
	}
	.mb-xl--1,
	.my-xl--1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xl--1,
	.mx-xl--1 {
		margin-left: -0.25rem !important;
	}
}
.m--2 {
	margin: -0.5rem !important;
}
.mt--2,
.my--2 {
	margin-top: -0.5rem !important;
}
.mr--2,
.mx--2 {
	margin-right: -0.5rem !important;
}
.mb--2,
.my--2 {
	margin-bottom: -0.5rem !important;
}
.ml--2,
.mx--2 {
	margin-left: -0.5rem !important;
}
@media (min-width: 576px) {
	.m-sm--2 {
		margin: -0.5rem !important;
	}
	.mt-sm--2,
	.my-sm--2 {
		margin-top: -0.5rem !important;
	}
	.mr-sm--2,
	.mx-sm--2 {
		margin-right: -0.5rem !important;
	}
	.mb-sm--2,
	.my-sm--2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-sm--2,
	.mx-sm--2 {
		margin-left: -0.5rem !important;
	}
}
@media (min-width: 768px) {
	.m-md--2 {
		margin: -0.5rem !important;
	}
	.mt-md--2,
	.my-md--2 {
		margin-top: -0.5rem !important;
	}
	.mr-md--2,
	.mx-md--2 {
		margin-right: -0.5rem !important;
	}
	.mb-md--2,
	.my-md--2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-md--2,
	.mx-md--2 {
		margin-left: -0.5rem !important;
	}
}
@media (min-width: 992px) {
	.m-lg--2 {
		margin: -0.5rem !important;
	}
	.mt-lg--2,
	.my-lg--2 {
		margin-top: -0.5rem !important;
	}
	.mr-lg--2,
	.mx-lg--2 {
		margin-right: -0.5rem !important;
	}
	.mb-lg--2,
	.my-lg--2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-lg--2,
	.mx-lg--2 {
		margin-left: -0.5rem !important;
	}
}
@media (min-width: 1200px) {
	.m-xl--2 {
		margin: -0.5rem !important;
	}
	.mt-xl--2,
	.my-xl--2 {
		margin-top: -0.5rem !important;
	}
	.mr-xl--2,
	.mx-xl--2 {
		margin-right: -0.5rem !important;
	}
	.mb-xl--2,
	.my-xl--2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-xl--2,
	.mx-xl--2 {
		margin-left: -0.5rem !important;
	}
}

.m--3 {
	margin: -1rem !important;
}
.mt--3,
.my--3 {
	margin-top: -1rem !important;
}
.mr--3,
.mx--3 {
	margin-right: -1rem !important;
}
.mb--3,
.my--3 {
	margin-bottom: -1rem !important;
}
.ml--3,
.mx--3 {
	margin-left: -1rem !important;
}
@media (min-width: 576px) {
	.m-sm--3 {
		margin: -1rem !important;
	}
	.mt-sm--3,
	.my-sm--3 {
		margin-top: -1rem !important;
	}
	.mr-sm--3,
	.mx-sm--3 {
		margin-right: -1rem !important;
	}
	.mb-sm--3,
	.my-sm--3 {
		margin-bottom: -1rem !important;
	}
	.ml-sm--3,
	.mx-sm--3 {
		margin-left: -1rem !important;
	}
}
@media (min-width: 768px) {
	.m-md--3 {
		margin: -1rem !important;
	}
	.mt-md--3,
	.my-md--3 {
		margin-top: -1rem !important;
	}
	.mr-md--3,
	.mx-md--3 {
		margin-right: -1rem !important;
	}
	.mb-md--3,
	.my-md--3 {
		margin-bottom: -1rem !important;
	}
	.ml-md--3,
	.mx-md--3 {
		margin-left: -1rem !important;
	}
}
@media (min-width: 992px) {
	.m-lg--3 {
		margin: -1rem !important;
	}
	.mt-lg--3,
	.my-lg--3 {
		margin-top: -1rem !important;
	}
	.mr-lg--3,
	.mx-lg--3 {
		margin-right: -1rem !important;
	}
	.mb-lg--3,
	.my-lg--3 {
		margin-bottom: -1rem !important;
	}
	.ml-lg--3,
	.mx-lg--3 {
		margin-left: -1rem !important;
	}
}
@media (min-width: 1200px) {
	.m-xl--3 {
		margin: -1rem !important;
	}
	.mt-xl--3,
	.my-xl--3 {
		margin-top: -1rem !important;
	}
	.mr-xl--3,
	.mx-xl--3 {
		margin-right: -1rem !important;
	}
	.mb-xl--3,
	.my-xl--3 {
		margin-bottom: -1rem !important;
	}
	.ml-xl--3,
	.mx-xl--3 {
		margin-left: -1rem !important;
	}
}
.m--4 {
	margin: -1.5rem !important;
}
.mt--4,
.my--4 {
	margin-top: -1.5rem !important;
}
.mr--4,
.mx--4 {
	margin-right: -1.5rem !important;
}
.mb--4,
.my--4 {
	margin-bottom: -1.5rem !important;
}
.ml--4,
.mx--4 {
	margin-left: -1.5rem !important;
}
@media (min-width: 576px) {
	.m-sm--4 {
		margin: -1.5rem !important;
	}
	.mt-sm--4,
	.my-sm--4 {
		margin-top: -1.5rem !important;
	}
	.mr-sm--4,
	.mx-sm--4 {
		margin-right: -1.5rem !important;
	}
	.mb-sm--4,
	.my-sm--4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-sm--4,
	.mx-sm--4 {
		margin-left: -1.5rem !important;
	}
}
@media (min-width: 768px) {
	.m-md--4 {
		margin: -1.5rem !important;
	}
	.mt-md--4,
	.my-md--4 {
		margin-top: -1.5rem !important;
	}
	.mr-md--4,
	.mx-md--4 {
		margin-right: -1.5rem !important;
	}
	.mb-md--4,
	.my-md--4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-md--4,
	.mx-md--4 {
		margin-left: -1.5rem !important;
	}
}
@media (min-width: 992px) {
	.m-lg--4 {
		margin: -1.5rem !important;
	}
	.mt-lg--4,
	.my-lg--4 {
		margin-top: -1.5rem !important;
	}
	.mr-lg--4,
	.mx-lg--4 {
		margin-right: -1.5rem !important;
	}
	.mb-lg--4,
	.my-lg--4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-lg--4,
	.mx-lg--4 {
		margin-left: -1.5rem !important;
	}
}
@media (min-width: 1200px) {
	.m-xl--4 {
		margin: -1.5rem !important;
	}
	.mt-xl--4,
	.my-xl--4 {
		margin-top: -1.5rem !important;
	}
	.mr-xl--4,
	.mx-xl--4 {
		margin-right: -1.5rem !important;
	}
	.mb-xl--4,
	.my-xl--4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-xl--4,
	.mx-xl--4 {
		margin-left: -1.5rem !important;
	}
}
.m--4d5 {
	margin: -2rem !important;
}
.mt--4d5,
.my--4d5 {
	margin-top: -2rem !important;
}
.mr--4d5,
.mx--4d5 {
	margin-right: -2rem !important;
}
.mb--4d5,
.my--4d5 {
	margin-bottom: -2rem !important;
}
.ml--4d5,
.mx--4d5 {
	margin-left: -2rem !important;
}
@media (min-width: 576px) {
	.m-sm--4d5 {
		margin: -2rem !important;
	}
	.mt-sm--4d5,
	.my-sm--4d5 {
		margin-top: -2rem !important;
	}
	.mr-sm--4d5,
	.mx-sm--4d5 {
		margin-right: -2rem !important;
	}
	.mb-sm--4d5,
	.my-sm--4d5 {
		margin-bottom: -2rem !important;
	}
	.ml-sm--4d5,
	.mx-sm--4d5 {
		margin-left: -2rem !important;
	}
}
@media (min-width: 768px) {
	.m-md--4d5 {
		margin: -2rem !important;
	}
	.mt-md--4d5,
	.my-md--4d5 {
		margin-top: -2rem !important;
	}
	.mr-md--4d5,
	.mx-md--4d5 {
		margin-right: -2rem !important;
	}
	.mb-md--4d5,
	.my-md--4d5 {
		margin-bottom: -2rem !important;
	}
	.ml-md--4d5,
	.mx-md--4d5 {
		margin-left: -2rem !important;
	}
}
@media (min-width: 992px) {
	.m-lg--4d5 {
		margin: -2rem !important;
	}
	.mt-lg--4d5,
	.my-lg--4d5 {
		margin-top: -2rem !important;
	}
	.mr-lg--4d5,
	.mx-lg--4d5 {
		margin-right: -2rem !important;
	}
	.mb-lg--4d5,
	.my-lg--4d5 {
		margin-bottom: -2rem !important;
	}
	.ml-lg--4d5,
	.mx-lg--4d5 {
		margin-left: -2rem !important;
	}
}
@media (min-width: 1200px) {
	.m-xl--4d5 {
		margin: -2rem !important;
	}
	.mt-xl--4d5,
	.my-xl--4d5 {
		margin-top: -2rem !important;
	}
	.mr-xl--4d5,
	.mx-xl--4d5 {
		margin-right: -2rem !important;
	}
	.mb-xl--4d5,
	.my-xl--4d5 {
		margin-bottom: -2rem !important;
	}
	.ml-xl--4d5,
	.mx-xl--4d5 {
		margin-left: -2rem !important;
	}
}

.m--5 {
	margin: -3rem !important;
}
.mt--5,
.my--5 {
	margin-top: -3rem !important;
}
.mr--5,
.mx--5 {
	margin-right: -3rem !important;
}
.mb--5,
.my--5 {
	margin-bottom: -3rem !important;
}
.ml--5,
.mx--5 {
	margin-left: -3rem !important;
}
@media (min-width: 576px) {
	.m-sm--5 {
		margin: -3rem !important;
	}
	.mt-sm--5,
	.my-sm--5 {
		margin-top: -3rem !important;
	}
	.mr-sm--5,
	.mx-sm--5 {
		margin-right: -3rem !important;
	}
	.mb-sm--5,
	.my-sm--5 {
		margin-bottom: -3rem !important;
	}
	.ml-sm--5,
	.mx-sm--5 {
		margin-left: -3rem !important;
	}
}
@media (min-width: 768px) {
	.m-md--5 {
		margin: -3rem !important;
	}
	.mt-md--5,
	.my-md--5 {
		margin-top: -3rem !important;
	}
	.mr-md--5,
	.mx-md--5 {
		margin-right: -3rem !important;
	}
	.mb-md--5,
	.my-md--5 {
		margin-bottom: -3rem !important;
	}
	.ml-md--5,
	.mx-md--5 {
		margin-left: -3rem !important;
	}
}
@media (min-width: 992px) {
	.m-lg--5 {
		margin: -3rem !important;
	}
	.mt-lg--5,
	.my-lg--5 {
		margin-top: -3rem !important;
	}
	.mr-lg--5,
	.mx-lg--5 {
		margin-right: -3rem !important;
	}
	.mb-lg--5,
	.my-lg--5 {
		margin-bottom: -3rem !important;
	}
	.ml-lg--5,
	.mx-lg--5 {
		margin-left: -3rem !important;
	}
}
@media (min-width: 1200px) {
	.m-xl--5 {
		margin: -3rem !important;
	}
	.mt-xl--5,
	.my-xl--5 {
		margin-top: -3rem !important;
	}
	.mr-xl--5,
	.mx-xl--5 {
		margin-right: -3rem !important;
	}
	.mb-xl--5,
	.my-xl--5 {
		margin-bottom: -3rem !important;
	}
	.ml-xl--5,
	.mx-xl--5 {
		margin-left: -3rem !important;
	}
}

.m--6 {
	margin: -4rem !important;
}
.mt--6,
.my--6 {
	margin-top: -4rem !important;
}
.mr--6,
.mx--6 {
	margin-right: -4rem !important;
}
.mb--6,
.my--6 {
	margin-bottom: -4rem !important;
}
.ml--6,
.mx--6 {
	margin-left: -4rem !important;
}
@media (min-width: 576px) {
	.m-sm--6 {
		margin: -4rem !important;
	}
	.mt-sm--6,
	.my-sm--6 {
		margin-top: -4rem !important;
	}
	.mr-sm--6,
	.mx-sm--6 {
		margin-right: -4rem !important;
	}
	.mb-sm--6,
	.my-sm--6 {
		margin-bottom: -4rem !important;
	}
	.ml-sm--6,
	.mx-sm--6 {
		margin-left: -4rem !important;
	}
}
@media (min-width: 768px) {
	.m-md--6 {
		margin: -4rem !important;
	}
	.mt-md--6,
	.my-md--6 {
		margin-top: -4rem !important;
	}
	.mr-md--6,
	.mx-md--6 {
		margin-right: -4rem !important;
	}
	.mb-md--6,
	.my-md--6 {
		margin-bottom: -4rem !important;
	}
	.ml-md--6,
	.mx-md--6 {
		margin-left: -4rem !important;
	}
}
@media (min-width: 992px) {
	.m-lg--6 {
		margin: -4rem !important;
	}
	.mt-lg--6,
	.my-lg--6 {
		margin-top: -4rem !important;
	}
	.mr-lg--6,
	.mx-lg--6 {
		margin-right: -4rem !important;
	}
	.mb-lg--6,
	.my-lg--6 {
		margin-bottom: -4rem !important;
	}
	.ml-lg--6,
	.mx-lg--6 {
		margin-left: -4rem !important;
	}
}
@media (min-width: 1200px) {
	.m-xl--6 {
		margin: -4rem !important;
	}
	.mt-xl--6,
	.my-xl--6 {
		margin-top: -4rem !important;
	}
	.mr-xl--6,
	.mx-xl--6 {
		margin-right: -4rem !important;
	}
	.mb-xl--6,
	.my-xl--6 {
		margin-bottom: -4rem !important;
	}
	.ml-xl--6,
	.mx-xl--6 {
		margin-left: -4rem !important;
	}
}

.m--7 {
	margin: -5rem !important;
}
.mt--7,
.my--7 {
	margin-top: -5rem !important;
}
.mr--7,
.mx--7 {
	margin-right: -5rem !important;
}
.mb--7,
.my--7 {
	margin-bottom: -5rem !important;
}
.ml--7,
.mx--7 {
	margin-left: -5rem !important;
}
@media (min-width: 576px) {
	.m-sm--7 {
		margin: -5rem !important;
	}
	.mt-sm--7,
	.my-sm--7 {
		margin-top: -5rem !important;
	}
	.mr-sm--7,
	.mx-sm--7 {
		margin-right: -5rem !important;
	}
	.mb-sm--7,
	.my-sm--7 {
		margin-bottom: -5rem !important;
	}
	.ml-sm--7,
	.mx-sm--7 {
		margin-left: -5rem !important;
	}
}
@media (min-width: 768px) {
	.m-md--7 {
		margin: -5rem !important;
	}
	.mt-md--7,
	.my-md--7 {
		margin-top: -5rem !important;
	}
	.mr-md--7,
	.mx-md--7 {
		margin-right: -5rem !important;
	}
	.mb-md--7,
	.my-md--7 {
		margin-bottom: -5rem !important;
	}
	.ml-md--7,
	.mx-md--7 {
		margin-left: -5rem !important;
	}
}
@media (min-width: 992px) {
	.m-lg--7 {
		margin: -5rem !important;
	}
	.mt-lg--7,
	.my-lg--7 {
		margin-top: -5rem !important;
	}
	.mr-lg--7,
	.mx-lg--7 {
		margin-right: -5rem !important;
	}
	.mb-lg--7,
	.my-lg--7 {
		margin-bottom: -5rem !important;
	}
	.ml-lg--7,
	.mx-lg--7 {
		margin-left: -5rem !important;
	}
}
@media (min-width: 1200px) {
	.m-xl--7 {
		margin: -5rem !important;
	}
	.mt-xl--7,
	.my-xl--7 {
		margin-top: -5rem !important;
	}
	.mr-xl--7,
	.mx-xl--7 {
		margin-right: -5rem !important;
	}
	.mb-xl--7,
	.my-xl--7 {
		margin-bottom: -5rem !important;
	}
	.ml-xl--7,
	.mx-xl--7 {
		margin-left: -5rem !important;
	}
}

.m--8 {
	margin: -6rem !important;
}
.mt--8,
.my--8 {
	margin-top: -6rem !important;
}
.mr--8,
.mx--8 {
	margin-right: -6rem !important;
}
.mb--8,
.my--8 {
	margin-bottom: -6rem !important;
}
.ml--8,
.mx--8 {
	margin-left: -6rem !important;
}
@media (min-width: 576px) {
	.m-sm--8 {
		margin: -6rem !important;
	}
	.mt-sm--8,
	.my-sm--8 {
		margin-top: -6rem !important;
	}
	.mr-sm--8,
	.mx-sm--8 {
		margin-right: -6rem !important;
	}
	.mb-sm--8,
	.my-sm--8 {
		margin-bottom: -6rem !important;
	}
	.ml-sm--8,
	.mx-sm--8 {
		margin-left: -6rem !important;
	}
}
@media (min-width: 768px) {
	.m-md--8 {
		margin: -6rem !important;
	}
	.mt-md--8,
	.my-md--8 {
		margin-top: -6rem !important;
	}
	.mr-md--8,
	.mx-md--8 {
		margin-right: -6rem !important;
	}
	.mb-md--8,
	.my-md--8 {
		margin-bottom: -6rem !important;
	}
	.ml-md--8,
	.mx-md--8 {
		margin-left: -6rem !important;
	}
}
@media (min-width: 992px) {
	.m-lg--8 {
		margin: -6rem !important;
	}
	.mt-lg--8,
	.my-lg--8 {
		margin-top: -6rem !important;
	}
	.mr-lg--8,
	.mx-lg--8 {
		margin-right: -6rem !important;
	}
	.mb-lg--8,
	.my-lg--8 {
		margin-bottom: -6rem !important;
	}
	.ml-lg--8,
	.mx-lg--8 {
		margin-left: -6rem !important;
	}
}
@media (min-width: 1200px) {
	.m-xl--8 {
		margin: -6rem !important;
	}
	.mt-xl--8,
	.my-xl--8 {
		margin-top: -6rem !important;
	}
	.mr-xl--8,
	.mx-xl--8 {
		margin-right: -6rem !important;
	}
	.mb-xl--8,
	.my-xl--8 {
		margin-bottom: -6rem !important;
	}
	.ml-xl--8,
	.mx-xl--8 {
		margin-left: -6rem !important;
	}
}
/* responsive negative margin END */

/* responsive width/height (no flexbox) + 33%, 66%, auto  */
.w-33 {
  width: 33.333333% !important;
}
.w-66 {
  width: 66.666666% !important;
}
.w-auto {
  width: auto !important;
}
.h-33 {
  height: 33.333333% !important;
}
.h-66 {
  height: 66.666666% !important;
}
.h-auto {
  height: auto !important;
}
@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-33 {
    width: 33.333333% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-66 {
    width: 66.666666% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-33 {
    height: 33.333333% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-66 {
    height: 66.666666% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .mw-sm-100 {
    max-width: 100% !important;
  }
  .mh-sm-100 {
    max-height: 100% !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-33 {
    width: 33.333333% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-66 {
    width: 66.666666% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-33 {
    height: 33.333333% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-66 {
    height: 66.666666% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .mw-md-100 {
    max-width: 100% !important;
  }
  .mh-md-100 {
    max-height: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-33 {
    width: 33.333333% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-66 {
    width: 66.666666% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-33 {
    height: 33.333333% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-66 {
    height: 66.666666% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .mw-lg-100 {
    max-width: 100% !important;
  }
  .mh-lg-100 {
    max-height: 100% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-33 {
    width: 33.333333% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-66 {
    width: 66.666666% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-33 {
    height: 33.333333% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-sxlm-66 {
    height: 66.666666% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .mw-xl-100 {
    max-width: 100% !important;
  }
  .mh-xl-100 {
    max-height: 100% !important;
  }
}
/* responsive width/height (no flexbox) END */

/* responsive font-size */
.font-size--4 {
  font-size: 0.6rem !important;
}
.font-size--3 {
  font-size: 0.7rem !important;
}
.font-size--2 {
  font-size: 0.8rem !important;
}
.font-size--1 {
  font-size: 0.9rem !important;
}
.font-size-0 {
  font-size: 1rem !important;
}
.font-size-1 {
  font-size: 1.2rem !important;
}
.font-size-1d5 {
  font-size: 1.3rem !important;
}
.font-size-2 {
  font-size: 1.4rem !important;
}
.font-size-2d5 {
  font-size: 1.5rem !important;
}
.font-size-3 {
  font-size: 1.6rem !important;
}
.font-size-4 {
  font-size: 1.8rem !important;
}
.font-size-5 {
  font-size: 2rem !important;
}
.font-size-6 {
  font-size: 2.2rem !important;
}
.font-size-7 {
  font-size: 3.1rem !important;
}
.font-size-8 {
	font-size: 4.6rem !important;
}
@media (min-width: 576px) {
  .font-size-sm--4 {
    font-size: 0.6rem !important;
  }
  .font-size-sm--3 {
    font-size: 0.7rem !important;
  }
  .font-size-sm--2 {
    font-size: 0.8rem !important;
  }
  .font-size-sm--1 {
    font-size: 0.9rem !important;
  }
  .font-size-sm-0 {
    font-size: 1rem !important;
  }
  .font-size-sm-1 {
    font-size: 1.2rem !important;
  }
  .font-size-sm-1d5 {
    font-size: 1.3rem !important;
  }
  .font-size-sm-2 {
    font-size: 1.4rem !important;
  }
  .font-size-sm-2d5 {
    font-size: 1.5rem !important;
  }
  .font-size-sm-3 {
    font-size: 1.6rem !important;
  }
  .font-size-sm-4 {
    font-size: 1.8rem !important;
  }
  .font-size-sm-5 {
    font-size: 2rem !important;
  }
  .font-size-sm-6 {
    font-size: 2.2rem !important;
  }
  .font-size-sm-7 {
    font-size: 2.4rem !important;
  }
	.font-size-sm-8 {
		font-size: 4.6rem !important;
	}
}
@media (min-width: 768px) {
  .font-size-md--4 {
    font-size: 0.6rem !important;
  }
  .font-size-md--3 {
    font-size: 0.7rem !important;
  }
  .font-size-md--2 {
    font-size: 0.8rem !important;
  }
  .font-size-md--1 {
    font-size: 0.9rem !important;
  }
  .font-size-md-0 {
    font-size: 1rem !important;
  }
  .font-size-md-1 {
    font-size: 1.2rem !important;
  }
  .font-size-md-1d5 {
    font-size: 1.3rem !important;
  }
  .font-size-md-2 {
    font-size: 1.4rem !important;
  }
  .font-size-md-2d5 {
    font-size: 1.5rem !important;
  }
  .font-size-md-3 {
    font-size: 1.6rem !important;
  }
  .font-size-md-4 {
    font-size: 1.8rem !important;
  }
  .font-size-md-5 {
    font-size: 2rem !important;
  }
  .font-size-md-6 {
    font-size: 2.2rem !important;
  }
  .font-size-md-7 {
    font-size: 2.4rem !important;
  }
	.font-size-md-8 {
		font-size: 4.6rem !important;
	}
}
@media (min-width: 992px) {
  .font-size-lg--4 {
    font-size: 0.6rem !important;
  }
  .font-size-lg--3 {
    font-size: 0.7rem !important;
  }
  .font-size-lg--2 {
    font-size: 0.8rem !important;
  }
  .font-size-lg--1 {
    font-size: 0.9rem !important;
  }
  .font-size-lg-0 {
    font-size: 1rem !important;
  }
  .font-size-lg-1 {
    font-size: 1.2rem !important;
  }
  .font-size-lg-1d5 {
    font-size: 1.3rem !important;
  }
  .font-size-lg-2 {
    font-size: 1.4rem !important;
  }
  .font-size-lg-2d5 {
    font-size: 1.5rem !important;
  }
  .font-size-lg-3 {
    font-size: 1.6rem !important;
  }
  .font-size-lg-4 {
    font-size: 1.8rem !important;
  }
  .font-size-lg-5 {
    font-size: 2rem !important;
  }
  .font-size-lg-6 {
    font-size: 2.2rem !important;
  }
  .font-size-lg-7 {
    font-size: 2.4rem !important;
  }
	.font-size-lg-8 {
		font-size: 4.6rem !important;
	}
}
@media (min-width: 1200px) {
  .font-size-xl--4 {
    font-size: 0.6rem !important;
  }
  .font-size-xl--3 {
    font-size: 0.7rem !important;
  }
  .font-size-xl--2 {
    font-size: 0.8rem !important;
  }
  .font-size-xl--1 {
    font-size: 0.9rem !important;
  }
  .font-size-xl-0 {
    font-size: 1rem !important;
  }
  .font-size-xl-1 {
    font-size: 1.2rem !important;
  }
  .font-size-xl-1d5 {
    font-size: 1.3rem !important;
  }
  .font-size-xl-2 {
    font-size: 1.4rem !important;
  }
  .font-size-xl-2d5 {
    font-size: 1.5rem !important;
  }
  .font-size-xl-3 {
    font-size: 1.6rem !important;
  }
  .font-size-xl-4 {
    font-size: 1.8rem !important;
  }
  .font-size-xl-5 {
    font-size: 2rem !important;
  }
  .font-size-xl-6 {
    font-size: 2.2rem !important;
  }
  .font-size-xl-7 {
    font-size: 2.4rem !important;
  }
	.font-size-xl-8 {
		font-size: 4.6rem !important;
	}
}
/* responsive font-size END */

/* responsive font-weight */
/* todo mq */
.font-weight--2 {
  font-weight: 200 !important;
}
.font-weight--1 {
  font-weight: 300 !important;
}
.font-weight-0 {
  font-weight: 400 !important;
}
.font-weight-1 {
  font-weight: 500 !important;
}
.font-weight-2 {
  font-weight: 600 !important;
}
.font-weight-3 {
  font-weight: 700 !important;
}
.font-weight-4 {
  font-weight: 800 !important;
}
.font-weight-5 {
  font-weight: 900 !important;
}
/* responsive font-weight END */

/* responsive line-height */
.line-height--3 {
  line-height: 0.7 !important;
}
.line-height--2 {
  line-height: 0.8 !important;
}
.line-height--1 {
  line-height: 0.9 !important;
}
.line-height-0 {
  line-height: 1.0 !important;
}
.line-height-1 {
  line-height: 1.1 !important;
}
.line-height-2 {
  line-height: 1.2 !important;
}
.line-height-3 {
  line-height: 1.3 !important;
}
.line-height-4 {
  line-height: 1.4 !important;
}
/* responsive line-height END */

/* responsive borders */
.border,
.border-t,
.border-r,
.border-b,
.border-l,
.border-sm,
.border-sm-t,
.border-sm-r,
.border-sm-b,
.border-sm-l,
.border-md,
.border-md-t,
.border-md-r,
.border-md-b,
.border-md-l,
.border-lg,
.border-lg-t,
.border-lg-r,
.border-lg-b,
.border-lg-l,
.border-xl,
.border-xl-t,
.border-xl-r,
.border-xl-b,
.border-xl-l {
  border: 0 none transparent !important;
}
.border {
  border-style: solid !important;
}
.border-t {
  border-top-style: solid !important;
}
.border-r {
  border-right-style: solid !important;
}
.border-b {
  border-bottom-style: solid !important;
}
.border-l {
  border-left-style: solid !important;
}
.border-0 {
  border-width: 0 !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
@media (min-width: 576px) {
  .border-sm {
    border-style: solid !important;
  }
  .border-sm-t {
    border-top-style: solid !important;
  }
  .border-sm-r {
    border-right-style: solid !important;
  }
  .border-sm-b {
    border-bottom-style: solid !important;
  }
  .border-sm-l {
    border-left-style: solid !important;
  }
  .border-sm-0 {
    border-width: 0 !important;
  }
  .border-sm-1 {
    border-width: 1px !important;
  }
  .border-sm-2 {
    border-width: 2px !important;
  }
  .border-sm-3 {
    border-width: 3px !important;
  }
  .border-sm-4 {
    border-width: 4px !important;
  }
  .border-sm-5 {
    border-width: 5px !important;
  }
}
@media (min-width: 768px) {
  .border-md {
    border-style: solid !important;
  }
  .border-md-t {
    border-top-style: solid !important;
  }
  .border-md-r {
    border-right-style: solid !important;
  }
  .border-md-b {
    border-bottom-style: solid !important;
  }
  .border-md-l {
    border-left-style: solid !important;
  }
  .border-md-0 {
    border-width: 0 !important;
  }
  .border-md-1 {
    border-width: 1px !important;
  }
  .border-md-2 {
    border-width: 2px !important;
  }
  .border-md-3 {
    border-width: 3px !important;
  }
  .border-md-4 {
    border-width: 4px !important;
  }
  .border-md-5 {
    border-width: 5px !important;
  }
}
@media (min-width: 991px) {
  .border-lg {
    border-style: solid !important;
  }
  .border-lg-t {
    border-top-style: solid !important;
  }
  .border-lg-r {
    border-right-style: solid !important;
  }
  .border-lg-b {
    border-bottom-style: solid !important;
  }
  .border-lg-l {
    border-left-style: solid !important;
  }
  .border-lg-0 {
    border-width: 0 !important;
  }
  .border-lg-1 {
    border-width: 1px !important;
  }
  .border-lg-2 {
    border-width: 2px !important;
  }
  .border-lg-3 {
    border-width: 3px !important;
  }
  .border-lg-4 {
    border-width: 4px !important;
  }
  .border-lg-5 {
    border-width: 5px !important;
  }
}
@media (min-width: 1200px) {
  .border-xl {
    border-style: solid !important;
  }
  .border-xl-t {
    border-top-style: solid !important;
  }
  .border-xl-r {
    border-right-style: solid !important;
  }
  .border-xl-b {
    border-bottom-style: solid !important;
  }
  .border-xl-l {
    border-left-style: solid !important;
  }
  .border-xl-0 {
    border-width: 0 !important;
  }
  .border-xl-1 {
    border-width: 1px !important;
  }
  .border-xl-2 {
    border-width: 2px !important;
  }
  .border-xl-3 {
    border-width: 3px !important;
  }
  .border-xl-4 {
    border-width: 4px !important;
  }
  .border-xl-5 {
    border-width: 5px !important;
  }
}
/* responsive border END */

/* responsive z-index */
.z-index-3 {
  z-index: 3 !important;
}
.z-index-2 {
  z-index: 2 !important;
}
.z-index-1 {
  z-index: 1 !important;
}
.z-index-0 {
  z-index: 0 !important;
}
.z-index--1 {
  z-index: -1 !important;
}
.z-index--2 {
  z-index: -2 !important;
}
.z-index--3 {
  z-index: -3 !important;
}

/* old flex classes */
.flex-row-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-column-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.x-center-y-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.x-center-y-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.x-center-y-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.x-between-y-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.x-between-y-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* user interactions */
.clickable {
  cursor: pointer;
}
.unclickable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  cursor: default;
}


.size-16-9 {
  padding-bottom: 55.0%;
}

/* hammershot, force it!  START */
@media (min-width: 768px) {
  .pb-2d5.py-sm-4,
  .pb-2d5.pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .mt-6.my-lg-0,
  .mt-6.mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-6.my-lg-0,
  .mb-6.mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-6.my-lg-3,
  .mb-6.mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mt-6.my-lg-2,
  .mt-6.mt-lg-2,
  .mt-7.my-lg-2,
  .mt-7.mt-lg-2,
  .mt-8.my-lg-2,
  .mt-8.mt-lg-2 {
    margin-top: .5rem !important;
  }
  .px-2d5.px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pb-2d5.py-lg-4,
  .pb-2d5.pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .px-4d5.px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
	.pb-6.py-lg-3,
	.pb-6.pb-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pb-7.py-lg-0,
	.pb-7.pb-lg-0 {
		padding-bottom: 0 !important;
	}
}
@media (min-width: 1200px) {
}
/* hammershot, force it!  END */

.text-wrap {
	white-space: normal !important;
}
.text-underline {
	text-decoration: underline !important;
}

/* inline-block mistery */
.no-inline-block-white-space {
  line-height: 0 !important;
  font-size: 0 !important;
}
.d-inline-block,
.d-sm-inline-block,
.d-md-inline-block,
.d-lg-inline-block,
.d-xl-inline-block {
  /*line-height : 0;
  font-size: 0; */
}

.translate--x {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.translate--y {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.fl {
  float: left;
}
.fr {
  float: right;
}

/*todo probably we can remove prefix, caniuse say that the last browser
that needs it it's firefox at 2017/01 */
.columns {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media (min-width: 992px) {
  .columns-lg {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .columns-lg-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

/* created for tuguadagni, against reset */
ul.list {
  padding-left: 2rem;
}
ul.list li {
  display: list-item;
  list-style: circle;
}

.box-shadow-0 {
  box-shadow: none;
}
.greyscale-100 {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.h-100vh {
	height: 100vh !important;
}

*[class*="bg-hover-"],
*[class*="bg-hover-"]::before,
*[class*="bg-hover-"]::after,
*[class*="bg-hover-"] > * {
	-webkit-transition: background-color .2s !important;
	transition: background-color .2s !important;
}
*[class*="color-hover-"] {
	-webkit-transition: color .2s !important;
	transition: color .2s !important;
}
/* tags a have unwanted delay: must remove their transitions */
*[class*="color-hover-"]::before,
*[class*="color-hover-"]::after,
*[class*="color-hover-"] > * {
	color: inherit !important;
}