/* reset bootstrap */

/* 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-1d5,
.col-2d5,
.col-lg-1d5,
.col-lg-2d5,
.col-lg-custom1,
.col-lg-custom2,
.col-lg-custom3 {
	position: relative;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
}
.col-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-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%;
  }
	/* 100/3.5 */
	.col-lg-custom1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 28.571% !important;
		-ms-flex: 0 0 28.571% !important;
		flex: 0 0 28.571% !important;
		max-width: 28.571% !important;
	}
	/* 100/?? */
	.col-lg-custom2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 11.333333% !important;
		-ms-flex: 0 0 11.333333% !important;
		flex: 0 0 11.333333% !important;
		max-width: 11.333333% !important;
	}
	/* 100/7 */
	.col-lg-custom3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.2857% !important;
		-ms-flex: 0 0 14.2857% !important;
		flex: 0 0 14.2857% !important;
		max-width: 14.2857% !important;
	}
}
/* padding: from 15px to responsive */
.container-fluid,
.col-1d5, .col-2d5, .col-lg-1d5, .col-lg-2d5,
.col-lg-custom1, .col-lg-custom2,
.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 0.5, 1.5, 2.5, 3.5, 4.5, 6, 7, 8  */
.p-0d5 {
	padding: 0.125rem !important;
}
.pt-0d5,
.py-0d5 {
	padding-top: 0.125rem !important;
}
.pr-0d5,
.px-0d5 {
	padding-right: 0.125rem !important;
}
.pb-0d5,
.py-0d5 {
	padding-bottom: 0.125rem !important;
}
.pl-0d5,
.px-0d5 {
	padding-left: 0.125rem !important;
}
.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) {
	.p-sm-0d5 {
		padding: 0.125rem !important;
	}
	.pt-sm-0d5,
	.py-sm-0d5 {
		padding-top: 0.125rem !important;
	}
	.pr-sm-0d5,
	.px-sm-0d5 {
		padding-right: 0.125rem !important;
	}
	.pb-sm-0d5,
	.py-sm-0d5 {
		padding-bottom: 0.125rem !important;
	}
	.pl-sm-0d5,
	.px-sm-0d5 {
		padding-left: 0.125rem !important;
	}
	.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) {
	.p-md-0d5 {
		padding: 0.125rem !important;
	}
	.pt-md-0d5,
	.py-md-0d5 {
		padding-top: 0.125rem !important;
	}
	.pr-md-0d5,
	.px-md-0d5 {
		padding-right: 0.125rem !important;
	}
	.pb-md-0d5,
	.py-md-0d5 {
		padding-bottom: 0.125rem !important;
	}
	.pl-md-0d5,
	.px-md-0d5 {
		padding-left: 0.125rem !important;
	}
	.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) {
	.p-lg-0d5 {
		padding: 0.125rem !important;
	}
	.pt-lg-0d5,
	.py-lg-0d5 {
		padding-top: 0.125rem !important;
	}
	.pr-lg-0d5,
	.px-lg-0d5 {
		padding-right: 0.125rem !important;
	}
	.pb-lg-0d5,
	.py-lg-0d5 {
		padding-bottom: 0.125rem !important;
	}
	.pl-lg-0d5,
	.px-lg-0d5 {
		padding-left: 0.125rem !important;
	}
	.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) {
	.p-xl-0d5 {
		padding: 0.125rem !important;
	}
	.pt-xl-0d5,
	.py-xl-0d5 {
		padding-top: 0.125rem !important;
	}
	.pr-xl-0d5,
	.px-xl-0d5 {
		padding-right: 0.125rem !important;
	}
	.pb-xl-0d5,
	.py-xl-0d5 {
		padding-bottom: 0.125rem !important;
	}
	.pl-xl-0d5,
	.px-xl-0d5 {
		padding-left: 0.125rem !important;
	}
	.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;
	}
}

.p-1d5 {
	padding: 0.375rem !important;
}
.pt-1d5,
.py-1d5 {
	padding-top: 0.375rem !important;
}
.pr-1d5,
.px-1d5 {
	padding-right: 0.375rem !important;
}
.pb-1d5,
.py-1d5 {
	padding-bottom: 0.375rem !important;
}
.pl-1d5,
.px-1d5 {
	padding-left: 0.375rem !important;
}
.m-1d5 {
	margin: 0.375rem !important;
}
.mt-1d5,
.my-1d5 {
	margin-top: 0.375rem !important;
}
.mr-1d5,
.mx-1d5 {
	margin-right: 0.375rem !important;
}
.mb-1d5,
.my-1d5 {
	margin-bottom: 0.375rem !important;
}
.ml-1d5,
.mx-1d5 {
	margin-left: 0.375rem !important;
}
@media (min-width: 576px) {
	.p-sm-1d5 {
		padding: 0.375rem !important;
	}
	.pt-sm-1d5,
	.py-sm-1d5 {
		padding-top: 0.375rem !important;
	}
	.pr-sm-1d5,
	.px-sm-1d5 {
		padding-right: 0.375rem !important;
	}
	.pb-sm-1d5,
	.py-sm-1d5 {
		padding-bottom: 0.375rem !important;
	}
	.pl-sm-1d5,
	.px-sm-1d5 {
		padding-left: 0.375rem !important;
	}
	.m-sm-1d5 {
		margin: 0.375rem !important;
	}
	.mt-sm-1d5,
	.my-sm-1d5 {
		margin-top: 0.375rem !important;
	}
	.mr-sm-1d5,
	.mx-sm-1d5 {
		margin-right: 0.375rem !important;
	}
	.mb-sm-1d5,
	.my-sm-1d5 {
		margin-bottom: 0.375rem !important;
	}
	.ml-sm-1d5,
	.mx-sm-1d5 {
		margin-left: 0.375rem !important;
	}
}
@media (min-width: 768px) {
	.p-md-1d5 {
		padding: 0.375rem !important;
	}
	.pt-md-1d5,
	.py-md-1d5 {
		padding-top: 0.375rem !important;
	}
	.pr-md-1d5,
	.px-md-1d5 {
		padding-right: 0.375rem !important;
	}
	.pb-md-1d5,
	.py-md-1d5 {
		padding-bottom: 0.375rem !important;
	}
	.pl-md-1d5,
	.px-md-1d5 {
		padding-left: 0.375rem !important;
	}
	.m-md-1d5 {
		margin: 0.375rem !important;
	}
	.mt-md-1d5,
	.my-md-1d5 {
		margin-top: 0.375rem !important;
	}
	.mr-md-1d5,
	.mx-md-1d5 {
		margin-right: 0.375rem !important;
	}
	.mb-md-1d5,
	.my-md-1d5 {
		margin-bottom: 0.375rem !important;
	}
	.ml-md-1d5,
	.mx-md-1d5 {
		margin-left: 0.375rem !important;
	}
}
@media (min-width: 992px) {
	.p-lg-1d5 {
		padding: 0.375rem !important;
	}
	.pt-lg-1d5,
	.py-lg-1d5 {
		padding-top: 0.375rem !important;
	}
	.pr-lg-1d5,
	.px-lg-1d5 {
		padding-right: 0.375rem !important;
	}
	.pb-lg-1d5,
	.py-lg-1d5 {
		padding-bottom: 0.375rem !important;
	}
	.pl-lg-1d5,
	.px-lg-1d5 {
		padding-left: 0.375rem !important;
	}
	.m-lg-1d5 {
		margin: 0.375rem !important;
	}
	.mt-lg-1d5,
	.my-lg-1d5 {
		margin-top: 0.375rem !important;
	}
	.mr-lg-1d5,
	.mx-lg-1d5 {
		margin-right: 0.375rem !important;
	}
	.mb-lg-1d5,
	.my-lg-1d5 {
		margin-bottom: 0.375rem !important;
	}
	.ml-lg-1d5,
	.mx-lg-1d5 {
		margin-left: 0.375rem !important;
	}
}
@media (min-width: 1200px) {
	.p-xl-1d5 {
		padding: 0.375rem !important;
	}
	.pt-xl-1d5,
	.py-xl-1d5 {
		padding-top: 0.375rem !important;
	}
	.pr-xl-1d5,
	.px-xl-1d5 {
		padding-right: 0.375rem !important;
	}
	.pb-xl-1d5,
	.py-xl-1d5 {
		padding-bottom: 0.375rem !important;
	}
	.pl-xl-1d5,
	.px-xl-1d5 {
		padding-left: 0.375rem !important;
	}
	.m-xl-1d5 {
		margin: 0.375rem !important;
	}
	.mt-xl-1d5,
	.my-xl-1d5 {
		margin-top: 0.375rem !important;
	}
	.mr-xl-1d5,
	.mx-xl-1d5 {
		margin-right: 0.375rem !important;
	}
	.mb-xl-1d5,
	.my-xl-1d5 {
		margin-bottom: 0.375rem !important;
	}
	.ml-xl-1d5,
	.mx-xl-1d5 {
		margin-left: 0.375rem !important;
	}
}
.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 */


/*TOUCH*/
/*https://developers.google.com/web/fundamentals/design-and-ux/input/touch*/
html.touch .d-touch-none {
	display: none !important;
}
html.touch .d-touch-inline {
	display: inline !important;
}
html.touch .d-touch-inline-block {
	display: inline-block !important;
}
html.touch .d-touch-block {
	display: block !important;
}
html.touch .d-touch-table {
	display: table !important;
}
html.touch .d-touch-table-row {
	display: table-row !important;
}
html.touch .d-touch-table-cell {
	display: table-cell !important;
}
html.touch .d-touch-flex {
	display: -ms-flexbox !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
}
html.touch .d-touch-inline-flex {
	display: -ms-inline-flexbox !important;
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: inline-flex !important;
}
html:not(.touch) .d-notouch-none {
	display: none !important;
}
html:not(.touch) .d-notouch-inline {
	display: inline !important;
}
html:not(.touch) .d-notouch-inline-block {
	display: inline-block !important;
}
html:not(.touch) .d-notouch-block {
	display: block !important;
}
html:not(.touch) .d-notouch-table {
	display: table !important;
}
html:not(.touch) .d-notouch-table-row {
	display: table-row !important;
}
html:not(.touch) .d-notouch-table-cell {
	display: table-cell !important;
}
html:not(.touch) .d-notouch-flex {
	display: -ms-flexbox !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
}
html:not(.touch) .d-notouch-inline-flex {
	display: -ms-inline-flexbox !important;
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: inline-flex !important;
}

/* 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 START */
.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-0d5 {
	font-size: 1.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: 2.4rem !important;
}
.font-size-8 {
	font-size: 2.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-0d5 {
		font-size: 1.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: 2.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-0d5 {
		font-size: 1.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: 2.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-0d5 {
		font-size: 1.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: 2.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-0d5 {
		font-size: 1.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: 2.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 TODO */
.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;
}
.line-height-5 {
	line-height: 1.5 !important;
}
.line-height-6 {
	line-height: 1.6 !important;
}
.line-height-7 {
	line-height: 1.7 !important;
}
.line-height-8 {
	line-height: 1.8 !important;
}
.line-height-9 {
	line-height: 1.9 !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 {
	/*don't use !important for border-color, so it's easy to set it in main.css*/
	border-color: transparent;
	border-width: 0 !important;
	border-style: none !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 TODO */
.z-index-5 {
	z-index: 5 !important;
}
.z-index-4 {
	z-index: 4 !important;
}
.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;
}
.flex-column-space-around {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;/*nothingmore*/
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.x-start-y-start {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.x-start-y-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.x-start-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: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.x-center-y-start {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.x-center-y-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.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-end-y-start {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.x-end-y-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.x-end-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: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
/*todo check them all!!!*/
.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;
}
.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;
}
.y-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}


.size-16-9 {
	position: relative;
  padding-bottom: 55.0% !important;
}
/*does it work?*/
.size-16-9 {
	padding-bottom: 58.3% !important;
}
@media (max-width: 991px) {
	.size-16-9 {
		padding-bottom: 62% !important;
	}
}
/*does it work?*/

/* 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;
	}
	*[class*="d-land-"].d-lg-none {
		display: none !important;
	}
}
@media (min-width: 1200px) {
}
/* hammershot, force it!  END */

.cc-1 { column-count: 1; }
.cc-2 { column-count: 2; }
.cc-3 { column-count: 3; }
.cc-4 { column-count: 4; }
.cc-5 { column-count: 5; }
.cc-6 { column-count: 6; }
.cc-7 { column-count: 7; }
.cc-8 { column-count: 8; }
.cc-auto { column-count: auto; }
@media screen and (min-width: 576px) {
	.cc-sm-1 { column-count: 1; }
	.cc-sm-2 { column-count: 2; }
	.cc-sm-3 { column-count: 3; }
	.cc-sm-4 { column-count: 4; }
	.cc-sm-5 { column-count: 5; }
	.cc-sm-6 { column-count: 6; }
	.cc-sm-7 { column-count: 7; }
	.cc-sm-8 { column-count: 8; }
	.cc-sm-auto { column-count: auto; }
}
@media screen and (min-width:768px) {
	.cc-md-1 { column-count: 1; }
	.cc-md-2 { column-count: 2; }
	.cc-md-3 { column-count: 3; }
	.cc-md-4 { column-count: 4; }
	.cc-md-5 { column-count: 5; }
	.cc-md-6 { column-count: 6; }
	.cc-md-7 { column-count: 7; }
	.cc-md-8 { column-count: 8; }
	.cc-md-auto { column-count: auto; }
}
@media screen and (min-width: 992px) {
	.cc-lg-1 { column-count: 1; }
	.cc-lg-2 { column-count: 2; }
	.cc-lg-3 { column-count: 3; }
	.cc-lg-4 { column-count: 4; }
	.cc-lg-5 { column-count: 5; }
	.cc-lg-6 { column-count: 6; }
	.cc-lg-7 { column-count: 7; }
	.cc-lg-8 { column-count: 8; }
	.cc-lg-9 { column-count: 9; }
	.cc-auto-lg { column-count: auto; }
}
@media screen and (min-width: 1200px) {
	.cc-xl-1 { column-count: 1; }
	.cc-xl-2 { column-count: 2; }
	.cc-xl-3 { column-count: 3; }
	.cc-xl-4 { column-count: 4; }
	.cc-xl-5 { column-count: 5; }
	.cc-xl-6 { column-count: 6; }
	.cc-xl-7 { column-count: 7; }
	.cc-xl-8 { column-count: 8; }
	.cc-auto-xl { column-count: auto; }
}
*[class*="cc-"] {
	column-gap: 2rem;
}
.cg-1 { column-gap: 1rem; }
.cg-2 { column-gap: 2rem; }
.cg-3 { column-gap: 3rem; }
.cg-4 { column-gap: 4rem; }
.cg-5 { column-gap: 5rem; }
.cg-6 { column-gap: 6rem; }
.cg-7 { column-gap: 7rem; }
.cg-8 { column-gap: 8rem; }
.cg-9 { column-gap: 9rem; }
@media screen and (min-width: 576px) {
	.cg-sm-1 { column-gap: 1rem; }
	.cg-sm-2 { column-gap: 2rem; }
	.cg-sm-3 { column-gap: 3rem; }
	.cg-sm-4 { column-gap: 4rem; }
	.cg-sm-5 { column-gap: 5rem; }
	.cg-sm-6 { column-gap: 6rem; }
	.cg-sm-7 { column-gap: 7rem; }
	.cg-sm-8 { column-gap: 8rem; }
	.cg-sm-9 { column-gap: 9rem; }
}
@media screen and (min-width:768px) {
	.cg-md-1 { column-gap: 1rem; }
	.cg-md-2 { column-gap: 2rem; }
	.cg-md-3 { column-gap: 3rem; }
	.cg-md-4 { column-gap: 4rem; }
	.cg-md-5 { column-gap: 5rem; }
	.cg-md-6 { column-gap: 6rem; }
	.cg-md-7 { column-gap: 7rem; }
	.cg-md-8 { column-gap: 8rem; }
	.cg-md-9 { column-gap: 9rem; }
}
@media screen and (min-width: 992px) {
	.cg-lg-1 { column-gap: 1rem; }
	.cg-lg-2 { column-gap: 2rem; }
	.cg-lg-3 { column-gap: 3rem; }
	.cg-lg-4 { column-gap: 4rem; }
	.cg-lg-5 { column-gap: 5rem; }
	.cg-lg-6 { column-gap: 6rem; }
	.cg-lg-7 { column-gap: 7rem; }
	.cg-lg-8 { column-gap: 8rem; }
	.cg-lg-9 { column-gap: 9rem; }
}
@media screen and (min-width: 1200px) {
	.cg-xl-1 { column-gap: 1rem; }
	.cg-xl-2 { column-gap: 2rem; }
	.cg-xl-3 { column-gap: 3rem; }
	.cg-xl-4 { column-gap: 4rem; }
	.cg-xl-5 { column-gap: 5rem; }
	.cg-xl-6 { column-gap: 6rem; }
	.cg-xl-7 { column-gap: 7rem; }
	.cg-xl-8 { column-gap: 8rem; }
	.cg-xl-9 { column-gap: 9rem; }
}

/* 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%) !important;
  transform: translateX(-100%) !important;
}
.translate--y {
  -webkit-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
}

.fl {
  float: left !important;
}
.fr {
  float: right !important;
}

.btn:not([class*="color-"]) {
	color: #fff !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;
}
.box-shadow-0 {
  box-shadow: none !important;
}

/*TEXTS*/
.text-wrap {
	white-space: normal !important;
}
.text-pre {
	white-space: pre-line !important;
}
.text-decoration-none,
.text-decoration-none:hover {
	text-decoration: none !important;
}
.text-hover-underlined:hover,
.text-underlined {
	text-decoration: underline !important;
}
.first-letter-uc:first-letter {
	text-transform: uppercase !important;
}

/* created for tuguadagni, against reset */
ul.list {
	padding-left: 2rem;
}
ul.list li {
	display: list-item;
	list-style: circle;
}
.h-100vh {
	height: 100vh !important;
}
.fullsize {
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

/* user interactions */
.grabbable {
	cursor: grab;
	/*copied from hammer.js*/
	-webkit-user-drag: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.btn:not(:disabled):not(.disabled):not(.unclickable),
.clickable:not(.unclickable) {
	pointer-events: inherit !important;
	cursor: pointer !important;
}
.unclickable {
	pointer-events: none !important;
	cursor: default !important;
}
.grabbable,
.unclickable,
.noselect {
	-webkit-touch-callout: none !important; /* iOS Safari */
	-webkit-user-select: none !important; /* Safari */
	-khtml-user-select: none !important; /* Konqueror HTML */
	-moz-user-select: none !important; /* Firefox */
	-ms-user-select: none !important; /* Internet Explorer/Edge */
	user-select: none !important;
}
@media (min-width: 992px) {
	.position-lg-static {
		position: static !important;
	}
	.position-lg-relative {
		position: relative !important;
	}
	.position-lg-absolute {
		position: absolute !important;
	}
	.position-lg-fixed {
		position: fixed !important;
	}
	.position-lg-sticky {
		position: -webkit-sticky !important;
		position: sticky !important;
	}
}

.square {
	padding-bottom: 100% !important;
}
@media (max-width: 991px) {
	.square-sm {
		padding-bottom: 100% !important;
	}
}
@media (min-width: 992px) {
	.square-lg {
		padding-bottom: 100% !important;
  }
}

a.card-like:hover,
.up-on-hover:hover {
  -webkit-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
}
.up-on-hover,
.card-like,
.transition {
  -webkit-transition: all .2s !important;
  transition: all .2s !important;
}
/*https://material-components.github.io/material-components-web-catalog/#/component/elevation*/
.card-like {
  overflow: hidden;
  /*z3*/
  box-shadow:0 3px 3px -2px rgba(0, 0, 0, 0.2),0 3px 4px 0 rgba(0, 0, 0, 0.14),0 1px 8px 0 rgba(0,0,0,.12);
}
a.card-like:hover {
  /* d9 */
  box-shadow: 0 5px 6px -3px rgba(0,0,0,.2), 0 9px 12px 1px rgba(0,0,0,.14), 0 3px 16px 2px rgba(0,0,0,.12);
}

.letter-spacing-1 {
	letter-spacing: 1px !important;
}
article p:nth-last-child(2) {
	padding-bottom: 0.5rem;
}

.bg-facebook { background-color: #3B5998; }
.bg-flickr { background-color: #FE0883; }
.bg-foursquare { background-color: #8FD400; }
.bg-google { background-color: #C63D2D; }
.bg-instagram { background-color: #C13584; }
.bg-linkedin { background-color: #4875B4; }
.bg-tumblr { background-color: #2B4964; }
.bg-twitter { background-color: #33CCFF; }
.bg-vimeo { background-color: #86B32D; }
.bg-youtube { background-color: #FF3333; }
.color-facebook { color: #3B5998; }
.color-flickr { color: #FE0883; }
.color-foursquare { color: #8FD400; }
.color-google { color: #C63D2D; }
.color-instagram { color: #C13584; }
.color-linkedin { color: #4875B4; }
.color-tumblr { color: #2B4964; }
.color-twitter { color: #33CCFF; }
.color-vimeo { color: #86B32D; }
.color-youtube { color: #FF3333; }

/*template-contacts output*/
.status {
	text-align: center !important;
	padding: 1rem !important;
	font-size: 2rem !important;
}
.status.error {
	background: red !important;
	color: #fff !important;
}
.status.success {
}


.border-radius {
	border-radius: 0.2rem;
}
.border-radius-2 {
	border-radius: 0.5rem;
}
.border-radius-4 {
	border-radius: 1rem;
}