@charset "UTF-8";

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}

*,
::after,
::before {
	box-sizing: inherit
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {

	.container,
	.container-sm {
		max-width: 540px
	}
}

@media (min-width:768px) {

	.container,
	.container-md,
	.container-sm {
		max-width: 720px
	}
}

@media (min-width:992px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px
	}
}

@media (min-width:1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.row-cols-1>* {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.row-cols-2>* {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.row-cols-3>* {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.row-cols-4>* {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.row-cols-5>* {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}

.row-cols-6>* {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	-ms-flex-order: -1;
	order: -1
}

.order-last {
	-ms-flex-order: 13;
	order: 13
}

.order-0 {
	-ms-flex-order: 0;
	order: 0
}

.order-1 {
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-ms-flex-order: 12;
	order: 12
}

.offset-1 {
	margin-left: 8.333333%
}

.offset-2 {
	margin-left: 16.666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.333333%
}

.offset-5 {
	margin-left: 41.666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.333333%
}

.offset-8 {
	margin-left: 66.666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.333333%
}

.offset-11 {
	margin-left: 91.666667%
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-sm-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-sm-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-sm-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.row-cols-sm-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-sm-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-sm-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-sm-first {
		-ms-flex-order: -1;
		order: -1
	}

	.order-sm-last {
		-ms-flex-order: 13;
		order: 13
	}

	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0
	}

	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2
	}

	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3
	}

	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4
	}

	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5
	}

	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6
	}

	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7
	}

	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8
	}

	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9
	}

	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10
	}

	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11
	}

	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.333333%
	}

	.offset-sm-2 {
		margin-left: 16.666667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.333333%
	}

	.offset-sm-5 {
		margin-left: 41.666667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.333333%
	}

	.offset-sm-8 {
		margin-left: 66.666667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.333333%
	}

	.offset-sm-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-md-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-md-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-md-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.row-cols-md-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-md-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-md-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-md-first {
		-ms-flex-order: -1;
		order: -1
	}

	.order-md-last {
		-ms-flex-order: 13;
		order: 13
	}

	.order-md-0 {
		-ms-flex-order: 0;
		order: 0
	}

	.order-md-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.order-md-2 {
		-ms-flex-order: 2;
		order: 2
	}

	.order-md-3 {
		-ms-flex-order: 3;
		order: 3
	}

	.order-md-4 {
		-ms-flex-order: 4;
		order: 4
	}

	.order-md-5 {
		-ms-flex-order: 5;
		order: 5
	}

	.order-md-6 {
		-ms-flex-order: 6;
		order: 6
	}

	.order-md-7 {
		-ms-flex-order: 7;
		order: 7
	}

	.order-md-8 {
		-ms-flex-order: 8;
		order: 8
	}

	.order-md-9 {
		-ms-flex-order: 9;
		order: 9
	}

	.order-md-10 {
		-ms-flex-order: 10;
		order: 10
	}

	.order-md-11 {
		-ms-flex-order: 11;
		order: 11
	}

	.order-md-12 {
		-ms-flex-order: 12;
		order: 12
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.333333%
	}

	.offset-md-2 {
		margin-left: 16.666667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.333333%
	}

	.offset-md-5 {
		margin-left: 41.666667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.333333%
	}

	.offset-md-8 {
		margin-left: 66.666667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.333333%
	}

	.offset-md-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-lg-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-lg-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-lg-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.row-cols-lg-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-lg-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-lg-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-lg-first {
		-ms-flex-order: -1;
		order: -1
	}

	.order-lg-last {
		-ms-flex-order: 13;
		order: 13
	}

	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0
	}

	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2
	}

	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3
	}

	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4
	}

	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5
	}

	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6
	}

	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7
	}

	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8
	}

	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9
	}

	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10
	}

	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11
	}

	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.333333%
	}

	.offset-lg-2 {
		margin-left: 16.666667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.333333%
	}

	.offset-lg-5 {
		margin-left: 41.666667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.333333%
	}

	.offset-lg-8 {
		margin-left: 66.666667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.333333%
	}

	.offset-lg-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-xl-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-xl-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-xl-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.row-cols-xl-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-xl-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-xl-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-xl-first {
		-ms-flex-order: -1;
		order: -1
	}

	.order-xl-last {
		-ms-flex-order: 13;
		order: 13
	}

	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0
	}

	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2
	}

	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3
	}

	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4
	}

	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5
	}

	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6
	}

	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7
	}

	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8
	}

	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9
	}

	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10
	}

	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11
	}

	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.333333%
	}

	.offset-xl-2 {
		margin-left: 16.666667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.333333%
	}

	.offset-xl-5 {
		margin-left: 41.666667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.333333%
	}

	.offset-xl-8 {
		margin-left: 66.666667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.333333%
	}

	.offset-xl-11 {
		margin-left: 91.666667%
	}
}

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}

@media (min-width:576px) {
	.d-sm-none {
		display: none !important
	}

	.d-sm-inline {
		display: inline !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-block {
		display: block !important
	}

	.d-sm-table {
		display: table !important
	}

	.d-sm-table-row {
		display: table-row !important
	}

	.d-sm-table-cell {
		display: table-cell !important
	}

	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none !important
	}

	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media print {
	.d-print-none {
		display: none !important
	}

	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important
}

.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important
}

.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important
}

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

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important
}

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

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important
}

@media (min-width:576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

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

	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

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

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

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

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

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

	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

.m-0 {
	margin: 0 !important
}

.mt-0,
.my-0 {
	margin-top: 0 !important
}

.mr-0,
.mx-0 {
	margin-right: 0 !important
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
	margin-left: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.mt-1,
.my-1 {
	margin-top: .25rem !important
}

.mr-1,
.mx-1 {
	margin-right: .25rem !important
}

.mb-1,
.my-1 {
	margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
	margin-left: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.mt-2,
.my-2 {
	margin-top: .5rem !important
}

.mr-2,
.mx-2 {
	margin-right: .5rem !important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
	margin-left: .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
}

.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
}

.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
}

.p-0 {
	padding: 0 !important
}

.pt-0,
.py-0 {
	padding-top: 0 !important
}

.pr-0,
.px-0 {
	padding-right: 0 !important
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important
}

.pl-0,
.px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.pt-1,
.py-1 {
	padding-top: .25rem !important
}

.pr-1,
.px-1 {
	padding-right: .25rem !important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.pt-2,
.py-2 {
	padding-top: .5rem !important
}

.pr-2,
.px-2 {
	padding-right: .5rem !important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
	padding-left: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3,
.py-3 {
	padding-top: 1rem !important
}

.pr-3,
.px-3 {
	padding-right: 1rem !important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5,
.py-5 {
	padding-top: 3rem !important
}

.pr-5,
.px-5 {
	padding-right: 3rem !important
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
	padding-left: 3rem !important
}

.m-n1 {
	margin: -.25rem !important
}

.mt-n1,
.my-n1 {
	margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
	margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
	margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
	margin-left: -.25rem !important
}

.m-n2 {
	margin: -.5rem !important
}

.mt-n2,
.my-n2 {
	margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
	margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
	margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
	margin-left: -.5rem !important
}

.m-n3 {
	margin: -1rem !important
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important
}

.m-n4 {
	margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important
}

.m-n5 {
	margin: -3rem !important
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto,
.my-auto {
	margin-top: auto !important
}

.mr-auto,
.mx-auto {
	margin-right: auto !important
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
	margin-left: auto !important
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 !important
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important
	}

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important
	}

	.m-sm-1 {
		margin: .25rem !important
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem !important
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem !important
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem !important
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem !important
	}

	.m-sm-2 {
		margin: .5rem !important
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem !important
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem !important
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem !important
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem !important
	}

	.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
	}

	.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
	}

	.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
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important
	}

	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important
	}

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important
	}

	.p-sm-1 {
		padding: .25rem !important
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem !important
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem !important
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem !important
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem !important
	}

	.p-sm-2 {
		padding: .5rem !important
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem !important
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem !important
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem !important
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important
	}

	.m-sm-n1 {
		margin: -.25rem !important
	}

	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -.25rem !important
	}

	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -.25rem !important
	}

	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -.25rem !important
	}

	.m-sm-n2 {
		margin: -.5rem !important
	}

	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -.5rem !important
	}

	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -.5rem !important
	}

	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -.5rem !important
	}

	.m-sm-n3 {
		margin: -1rem !important
	}

	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important
	}

	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important
	}

	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important
	}

	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important
	}

	.m-sm-n4 {
		margin: -1.5rem !important
	}

	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important
	}

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important
	}

	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important
	}

	.m-sm-n5 {
		margin: -3rem !important
	}

	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important
	}

	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important
	}

	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important
	}

	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important
	}

	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important
	}

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 !important
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important
	}

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important
	}

	.m-md-1 {
		margin: .25rem !important
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem !important
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem !important
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem !important
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem !important
	}

	.m-md-2 {
		margin: .5rem !important
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem !important
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem !important
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem !important
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem !important
	}

	.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
	}

	.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
	}

	.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
	}

	.p-md-0 {
		padding: 0 !important
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important
	}

	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important
	}

	.p-md-1 {
		padding: .25rem !important
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem !important
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem !important
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem !important
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem !important
	}

	.p-md-2 {
		padding: .5rem !important
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem !important
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem !important
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem !important
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important
	}

	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important
	}

	.m-md-n1 {
		margin: -.25rem !important
	}

	.mt-md-n1,
	.my-md-n1 {
		margin-top: -.25rem !important
	}

	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -.25rem !important
	}

	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -.25rem !important
	}

	.m-md-n2 {
		margin: -.5rem !important
	}

	.mt-md-n2,
	.my-md-n2 {
		margin-top: -.5rem !important
	}

	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -.5rem !important
	}

	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -.5rem !important
	}

	.m-md-n3 {
		margin: -1rem !important
	}

	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important
	}

	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important
	}

	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important
	}

	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important
	}

	.m-md-n4 {
		margin: -1.5rem !important
	}

	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important
	}

	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important
	}

	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important
	}

	.m-md-n5 {
		margin: -3rem !important
	}

	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important
	}

	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important
	}

	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important
	}

	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important
	}

	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important
	}

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 !important
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important
	}

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem !important
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem !important
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem !important
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem !important
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem !important
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem !important
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem !important
	}

	.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
	}

	.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
	}

	.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
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important
	}

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem !important
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem !important
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem !important
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem !important
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem !important
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem !important
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important
	}

	.m-lg-n1 {
		margin: -.25rem !important
	}

	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -.25rem !important
	}

	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -.25rem !important
	}

	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -.25rem !important
	}

	.m-lg-n2 {
		margin: -.5rem !important
	}

	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -.5rem !important
	}

	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -.5rem !important
	}

	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -.5rem !important
	}

	.m-lg-n3 {
		margin: -1rem !important
	}

	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important
	}

	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important
	}

	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important
	}

	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important
	}

	.m-lg-n4 {
		margin: -1.5rem !important
	}

	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important
	}

	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important
	}

	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important
	}

	.m-lg-n5 {
		margin: -3rem !important
	}

	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important
	}

	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important
	}

	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important
	}

	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important
	}

	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important
	}

	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0 !important
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important
	}

	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important
	}

	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important
	}

	.m-xl-1 {
		margin: .25rem !important
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem !important
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem !important
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem !important
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem !important
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem !important
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem !important
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem !important
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem !important
	}

	.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-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-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
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important
	}

	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important
	}

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important
	}

	.p-xl-1 {
		padding: .25rem !important
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem !important
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem !important
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem !important
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem !important
	}

	.p-xl-2 {
		padding: .5rem !important
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem !important
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem !important
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem !important
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important
	}

	.m-xl-n1 {
		margin: -.25rem !important
	}

	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -.25rem !important
	}

	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -.25rem !important
	}

	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -.25rem !important
	}

	.m-xl-n2 {
		margin: -.5rem !important
	}

	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -.5rem !important
	}

	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -.5rem !important
	}

	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -.5rem !important
	}

	.m-xl-n3 {
		margin: -1rem !important
	}

	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important
	}

	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important
	}

	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important
	}

	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important
	}

	.m-xl-n4 {
		margin: -1.5rem !important
	}

	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important
	}

	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important
	}

	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important
	}

	.m-xl-n5 {
		margin: -3rem !important
	}

	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important
	}

	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important
	}

	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important
	}

	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important
	}

	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important
	}

	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important
	}
}

/*# sourceMappingURL=bootstrap-grid.min.css.map */
/*/////////////////////////////////////////////////
//ベースCSS
/////////////////////////////////////////////////*/

@font-face {
	font-family: "YuGothic-M";
	font-weight: normal;
	src: local("YuGothic-Medium"),
		local("Yu Gothic Medium"),
		local("YuGothic-Regular");
}

@font-face {
	font-family: "YuGothic-M";
	font-weight: bold;
	src: local("YoGothic-Bold"),
		local("Yu Gothic");
}

html {
	font-size: 62.5%;
	/* 16px x 0.625 = 10px(=1rem) */
}

body {
	font-size: 1.5rem;
	font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	margin: 0;
	line-height: 2;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	overflow-y: scroll;

	word-break: all;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

input,
textarea {
	margin: 0;
	padding: 0;
}

ol,
ul {
	/* list-style: none; */
}
.list-unstyled{
	list-style: none;
}

.outlineWrap>ol {
	counter-reset: number;
	list-style-type: none;
	padding: 0.5em;
}

.outlineWrap ol li {
	position: relative;
	padding-left: 30px;
	padding: 0 0 0 8px;
}

/* 1. outlineWrap 直下の ol をカスタムマーカー用にリセット */
.outlineWrap>ol {
	list-style: none;
	/* ブラウザ標準マーカーを消す */
	counter-reset: section;
	/* ここでカウンターを初期化 */
	padding-left: 3em;
	margin: 0 0 1em 0;
}

/* 2. 一段目の li でのみカウンターをインクリメント */
.outlineWrap>ol>li {
	counter-increment: section;
	/* マーカー用にパディングを確保 */
	padding-left: 1em;
}

/* 3. 一段目の li::marker をカスタム表示 */
.outlineWrap>ol>li::marker {
	content: "（" counter(section) "）";
	/* 例: “（1）” “（2）… */
	color: #C94A15;
	/* オレンジ */
	font-weight: bold;
	font-size: 1.5em;
	/* フォントの調整は必要に応じて */
	font-family: 'Avenir', 'Arial', sans-serif;
}



table {
	border-spacing: 0;
	border-collapse: collapse;
}

caption,
th {
	text-align: left;
}

a:focus {
	outline: 2px solid #000;
	outline-offset: 3px;
}

.inline_block {
	display: inline-block;

	*display: inline;
	*zoom: 1;
}

img {
	max-width: 100%;
}

table {
	width: 100%;
}

a,
a:hover {
	cursor: pointer;
	text-decoration: none;
}

th {
	white-space: nowrap;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	word-wrap: break-word;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {

	::i-block-chrome,
	body {
		font-feature-settings: "pkna";
	}
}

h1 {
	font-size: 36px;
	/* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
	/* 24px~36pxで可変*/
	line-height: 2;
	font-weight: 800;
	letter-spacing: 4px;
}

h2 {
	font-size: 24px;
	/* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
	/* 20px~24pxで可変*/
	line-height: 2;
	font-weight: 800;
	letter-spacing: 2px;
}

h3 {
	font-size: 18px;
	/* IE8以下とAndroid4.3以下用フォールバック */
	/* font-size: calc(1rem + ((1vw - 0.64rem) * 0.6));/* 20px~24pxで可変*/
	*/ line-height: 1.8;
	letter-spacing: 2px;
}


@media (min-width: 1200px) {

	/* 1200px以上*/
	h1 {
		font-size: 3.6rem;
		/* 36px*/
	}

	h2 {
		font-size: 2.4rem;
		/* 24px*/
		line-height: 1.8;
		margin-bottom: 10px;
		letter-spacing: 2px;
	}

	h3 {
		font-size: 2rem;
		/* 18px*/
		line-height: 2;
	}
}

@media screen and (max-width: 640px) {

	/* 640px以下*/
	body {
		line-height: 2;
	}

	h1 {
		font-size: 2.4rem;
		/* 24px*/
	}

	h2 {
		font-size: 2rem;
		/* 20px*/
	}

	h3 {
		font-size: 1.6rem;
	}

	p {
		font-size: 1.4rem;
	}
}

p {
	line-height: 2.4;
	color: #30322C;
	letter-spacing: 1px;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

::selection {
	background: #F1F0ED;
}

::-moz-selection {
	background: #F1F0ED;
}

::-webkit-selection {
	background: #F1F0ED;
}

hr {
	border: 1px solid #F1F0ED;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

@media only screen and (max-width: 750px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
		margin: auto;
	}
}

.f-l {
	float: left;
}

.t-c {
	text-align: center;
}

.t-l {
	text-align: left;
}

.float-right {
	float: right;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.w-100 {
	width: 100%;
}

.flex_height {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: 2px solid transparent;
	border: 0;
	vertical-align: middle;
	text-decoration: none;
	background: transparent;
	padding: 0;
	font-size: inherit;
	font-family: inherit;
}

button.learn-more {
	width: 15rem;
	height: auto;
	margin-top: 20px;
}

button.learn-more .circle {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: relative;
	display: block;
	margin: 0;
	width: 3rem;
	height: 3rem;
	background: #206551;
	border-radius: 1.625rem;
}

button.learn-more .circle .icon {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}

button.learn-more .circle .icon.arrow {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	left: 0.625rem;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
}

button.learn-more .circle .icon.arrow::before {
	position: absolute;
	content: '';
	top: -0.25rem;
	right: 0.0625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.125rem solid #fff;
	border-right: 0.125rem solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

button.learn-more .button-text {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.3rem 0;
	margin: 0 0 0 1.85rem;
	color: #282936;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
}

button:hover .circle {
	width: 100%;
}

button:hover .circle .icon.arrow {
	background: #fff;
	-webkit-transform: translate(1rem, 0);
	transform: translate(1rem, 0);
}

button:hover .button-text {
	color: #fff;
}

.callout {
	background: #eeeeee;
	padding: 24px;
	border-radius: 16px;
	margin: 16px 0;
}


/*/////////////////////////////////////////////////
// Navigation styles
/////////////////////////////////////////////////*/

.nav {
	height: 70px;
	width: 100%;
	background-color: #fff;
	position: relative;
	padding: 0 20px;
	display: flex;
	align-items: center;
	box-shadow: 0 0 25px rgba(40, 47, 60, .05), 0 20px 25px rgba(40, 47, 60, .05), 0 3px 4px rgba(40, 47, 60, .05);
	z-index: 9999;
}

.nav>.nav-header {
	display: flex;
	flex: 0 0 auto;
}

.nav>.nav-header>.nav-title {
	display: inline-block;
	font-size: 22px;
	color: #fff;
	padding: 6px;
	height: 100%;
}

.nav>.nav-header>.nav-title img {
	width: 120px;
	height: auto;
}

.nav>.nav-btn {
	display: none;
}

.nav>.nav-links {
	display: flex;
	float: none;
	flex: 1 1 auto;
	min-width: 0;
	justify-content: flex-end;
	align-items: center;
	font-size: 14px;
	text-align: center;
}

.nav>.nav-links>.nav-links-sp {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	width: 100%;
}

.nav>.nav-links>.nav-links-sp>a {
	display: inline-block;
	padding: 13px 12px;
	text-decoration: none;
	color: #000;
	font-weight: 800;
}

.nav>.nav-links>.nav-links-sp>a:hover {
	border-bottom: 1px solid #206551;
	transition: all 0.2s ease-in;
}


.nav .nav-links .nav-links-sp a .nav__title_en {
	display: block;
	width: 100%;
	color: #206551;
	font-size: 10px;
	margin-top: -6px;
}

@media (max-width:1140px) {
	.nav {
		z-index: 99;
		position: fixed;
		height: 50px;
		display: flex;
	}

	.nav>.nav-header>.nav-title {
		padding: 0;
		height: 100%;
	}

	.nav>.nav-header>.nav-title img {
		width: auto;
		height: 40px;
	}

	.nav>.nav-btn {
		display: inline-block;
		position: absolute;
		right: 0px;
		top: 0px;
	}




	.nav>.nav-links {
		position: fixed;
		display: block;
		width: 100%;
		float: none;
		background-color: #F1F0ED;
		height: 0px;
		transition: all 0.3s ease-in;
		overflow-y: hidden;
		top: 50px;
		left: 0px;
		z-index: 1;
		text-align: left;
	}

	.nav>.nav-links>.nav-links-sp {
		display: block;
	}

	.nav>.nav-links>.nav-links-sp>a {
		display: block;
		width: 100%;
		padding: 18px 20px;
		border-bottom: 1px solid #F1F0ED;
		background: #fff;
	}

	.nav>.nav-links>.nav-links-sp>.cta {
		margin: 20px auto;
		width: 48%;
		text-align: center;
		border: 1px solid #206551;
		background: #206551;
		color: #fff !important;
		padding: 10px !important;
	}

	.nav>.nav-links>.nav-links-sp>.cta2 {
		margin: 20px auto;
		width: 48%;
		text-align: center;
		border: 1px solid #206551;
		background: #206551;
		color: #fff !important;
		padding: 10px !important;
	}

	.nav>.nav-links>.nav-links-sp>.cta_free {
		margin: 20px auto;
		width: 48%;
		text-align: center;
		border: 1px solid #F88255;
		background: #F88255;
		color: #fff !important;
	}


	.head_content {
		padding-top: 50px;
	}
}

.nav-btn svg {
	height: 50px;
	position: absolute;
	width: 50px;
	top: 0;
	right: 0;
}

.plates {
	display: flex;
	flex-wrap: wrap;
	max-height: 160px;
	width: 640px;
}

@media (max-width: 640px) {
	.plates {
		width: 320px;
	}
}

.plate {
	height: 50px;
	width: 50px;
}

.x {
	transform: scale(0);
	transition: transform 400ms;
}

.line {
	fill: none;
	stroke: black;
	stroke-width: 6px;
	stroke-linecap: round;
	stroke-linejoin: round;
	transform-origin: 50%;
	transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
}

.x .line {
	stroke-width: 5.5px;
}

.plate1 .line2 {
	stroke-dasharray: 40 200;
	stroke-dashoffset: 0px;
}

.plate1 .line3 {
	stroke-dasharray: 40 179;
	stroke-dashoffset: 0px;
}

.active .line {
	transition: stroke-dasharray 500ms, stroke-dashoffset 500ms, transform 500ms;
}

.active.plate1 .line1 {
	transform: scale(0, 1);
	transition: transform 500ms 100ms;
}

.active.plate1 .line2 {
	stroke-dasharray: 5px 200;
	stroke-dashoffset: -164px;
}

.active.plate1 .line3 {
	stroke-dasharray: 5px 179;
	stroke-dashoffset: -142px;
}

.active .x {
	transform: scale(1);
	transition: transform 400ms 350ms;
}

.nav .cta {
	border-radius: 32px;
	border: 1px solid #206551;
	padding: 2px 40px !important;
	color: #206551 !important;
	float: right !important;
	margin: 18px 2px;
}

.nav .cta:hover {
	background: #206551;
	color: #fff !important;

}

.nav .cta2 {
	border-radius: 32px;
	border: 1px solid #206551;
	padding: 2px 40px !important;
	color: #fff !important;
	float: right !important;
	margin: 18px 2px;
	background: #057A35;
}

.nav .cta2:hover {
	background-color: #fff !important;
	color: #206551 !important;
	border-color: #206551;
	box-shadow: none !important;
	border: 1px solid #206551 !important;
}

/*/////////////////////////////////////////////////
// Section styles
/////////////////////////////////////////////////*/

.sec__pad {
	padding: 120px 0 100px;
	position: relative;
}

@media (max-width: 640px) {
	.sec__pad {
		padding: 80px 0 75px;
		position: relative;
	}
}

.container_header {
	text-align: center;
	margin-bottom: 60px;
}

.container_header h2 {
	font-size: 3.2rem;
	font-weight: 800;
	margin-bottom: -12px;
	letter-spacing: 4px;
}

@media screen and (max-width: 640px) {
	.container_header h2 {
		font-size: 20px;
		line-height: 1.3;
		margin-bottom: 2px;
	}

	.sec__head_sub {
		font-size: 14px !important;
	}
}

.sec__head_sub {
	font-size: 2rem;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	font-weight: 600 !important;
	color: #206551;
	position: relative;
	display: inline-block;
}

.sec__head_sub:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 20%;
	background: #111;
	position: absolute;
	bottom: 14px;
	background: transparent;
	border: 1px solid #206551;
}

.sec__head_sub:after {
	content: "";
	display: block;
	width: 30px;
	border-top: 1px solid;
	position: absolute;
	bottom: 20px;
	color: #206551;
}

.sec__head_sub:before {
	left: -40px;
}

.sec__head_sub:after {
	left: -32px;
}

@media (max-width: 640px) {
	.sec__head_sub:before {
		bottom: 8px;
	}

	.sec__head_sub:after {
		bottom: 14px;
	}
}

.about_contentWrap {
	text-align: center;
}

.about_contentWrap p {
	text-align: left !important;
}

.program_listWrap {
	max-width: 940px !important;
}

.outlineWrap {
	border: 4px solid #F1F0ED;
	padding: 3rem;
}

.color_main {
	color: #206551;
	font-size: 1.6rem;
}

.color_sub {
	color: #f88255;
}

.bg__key {
	background: #F1F0ED;
	z-index: 1;
}

.bg__sub {
	background: #206551;
	color: #fff;
}

.bg__sub .sec__head_sub {
	color: #fff;
}

.bg__sub__o {
	background: #F88255;
	color: #fff;
	position: relative;
}

.bg__sub p {
	color: #fff;
}

.bg__page {
	color: #fff;
	position: relative;
	background-color: #000000c4;
	z-index: -1;
}

.bg__page span {
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: 2px;
}

.bg__page p {
	color: #fff;
	line-height: 2.6;
	margin-top: 20px;
}

.bg__page .container_header {
	margin-bottom: 0;
}

.sec__page_head {
	font-size: 3.2rem;
	margin-bottom: -10px;
}

.bg__datas {
	/* background-image: url(../img/common/data_bg.jpg); */
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	color: #fff;
}

.bg__datas:before {
	background-color: #30322C;
	opacity: 0.9;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg__datas span {
	color: #fff;
}

.bg__datas p {
	color: #fff;
}

.theme_wrap>.f__content_inner>h3 {
	font-size: 2.4rem;
	color: #000;
}

.theme_wrap p {
	line-height: 2.6;
	text-align: left;
}

.z-2 {
	z-index: -2;
}

.circle {
	border-radius: 999px;
	width: 240px;
	height: 240px;
	margin: auto;
}

.f__content {
	background: #fff;
	padding: 10px;
	max-width: 940px;
	margin: auto;
}

@media (max-width: 640px) {
	.f__content {
		padding: 40px 10px;
	}
}

.f__content_inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 40px 60px;
}

@media screen and (max-width: 640px) {
	.f__content_inner {
		padding: 10px 20px;
	}
}

.f__content_inner h2,
.f__content_inner h3 {
	font-weight: 800;
	margin-bottom: 10px;
	font-size: 2rem;
}

.card {
	background: #fff;
	margin-bottom: 20px;
	box-shadow: 0 0 25px rgba(40, 47, 60, .05), 0 20px 25px rgba(40, 47, 60, .05), 0 3px 4px rgba(40, 47, 60, .05);
}

.merit_contents_list .card {
	height: calc(100% - 20px);
}

.innerContent {
	padding: 40px 30px;
}

@media (max-width: 640px) {
	.innerContent {
		padding: 30px 10px;
	}
}

.bg__sub01 {
	background: #1c1e21;
	color: #fff;
}

.bg__sub02 {
	background: #212529;
	color: #fff;
}

.two_colmnsec {
	display: flex;
}

.aboutTitle {
	line-height: 2;
	font-weight: 800;
	margin-bottom: 12px;
}

.colTitle {
	font-size: 1.8rem;
}

.remark__box {
	background: #F5F5F5;
	padding: 12px;
}

.recommend_box {
	margin: 0 auto 50px;
}

.recommend_box .recommend_wrap {
	margin: 0 auto 33px;
	padding: 10px;
	border: 3px solid #F1F0ED;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

.recommend_box .recommend_wrap:after {
	border-top: 25px solid #F1F0ED;
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	content: "";
	position: absolute;
	bottom: -28px;
	left: 50%;
	margin-left: -70px;
}

/*/////////////////////////////////////////////////
// First view
/////////////////////////////////////////////////*/

.f__view {
	background: url(../img/top_fv.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 90vh;
	z-index: -9;
}

.top_fv_prg {
	max-width: 320px;
	position: absolute;
	top: 80px;
}

.badge_renew {
	position: absolute;
	bottom: 0;
	left: 8%;
	z-index: 5;
}

@media (max-width: 640px) {
	.badge_renew {
		width: 36%;
	}
}


.fv__coverTitle {
	font-size: 3.2145vw;
	line-height: 1.6;
	margin-top: -5vw;
	writing-mode: vertical-rl;
	text-orientation: initial;
	-webkit-font-feature-settings: 'pkna';
	font-feature-settings: 'pkna';
	letter-spacing: 14px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	float: right;
	color: #206551;
}

.fv__coverTitle>span {
	font-weight: inherit;
	text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 2px -2px 0 #FFF, 0px 3px 0 #FFF, 0 -3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
	padding: 8px;
	background: #fff;
}

.fv__lit {
	font-size: 2.4vw;
	font-weight: 800;
}

.fv__cta_button {
	background: #F88255 !important;
	color: #fff;
}

.icon_svg {
	height: 160px;
}

@media (max-width: 940px) {
	.f__view {
		background: url(../img/top_fv.jpg);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 90vh;
	}

	.fv__coverTitle {
		text-align: center;
		font-size: 3rem !important;
		letter-spacing: 12px !important;
	}

	.fv__coverTitle span {
		line-height: 1.8;
		padding: 5px !important;
		background: #fff;
	}

	.fv__lit {
		font-size: 3rem !important;
	}

	.top_fv_prg {
		max-width: 240px;
	}
}

/*/////////////////////////////////////////////////
// inner Content styles
/////////////////////////////////////////////////*/

.programsNo {
	background: #F88255;
	color: #fff;
	padding: 0px 18px;
	display: block;
	margin-bottom: 12px;
	width: fit-content;
}

.subTitle {
	display: block;
	width: 100%;
	color: #206551;
	font-size: 1.3rem;
	background: #fff;
}

/*/////////////////////////////////////////////////
// Mentor||Pop up styles
/////////////////////////////////////////////////*/

.popup {
	background-color: #efefef;
	box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 70vw;
	min-width: 350px;
	overflow-y: scroll;
	z-index: 999;
	transition-delay: .6s;
	-webkit-transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
	max-height: 80vh;
}

@media screen and (max-width: 640px) {
	.popup {
		width: 90vw;
	}
}

.pop-box {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.pop-box:hover {
	box-shadow: 0 0 25px rgba(40, 47, 60, .05), 0 20px 25px rgba(40, 47, 60, .05), 0 3px 4px rgba(40, 47, 60, .05);
	-webkit-transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}

#popup-on,
#popup-on1,
#popup-on2,
#popup-on3,
#popup-on4,
#popup-on5,
#popup-on6,
#popup-on7,
#popup-on8,
#popup-on9,
#popup-on10,
#popup-on11,
#popup-on12,
#popup-on13,
#popup-on14,
#popup-on15,
#popup-on16,
#popup-on17,
#popup-on18,
#popup-on19,
#popup-on20,
#popup-on21,
#popup-on22,
#popup-on23,
#popup-on24,
#popup-on25,
#popup-on26,
#popup-on27,
#popup-on28,
#popup-on29,
#popup-on30,
#popup-on31,
#popup-on32,
#popup-on33,
#popup-on34,
#popup-on35,
#popup-on36,
#popup-on37,
#popup-on38,
#popup-on39,
#popup-on40,
#popup-on2401,
#popup-on2402,
#popup-on2403,
#popup-on2404,
#popup-on2405,
#popup-on2406,
#popup-on2407,
#popup-on2501,
#popup-on2502,
#popup-on2503 {
	display: none;
}

#popup-on:checked+.popup,
#popup-on1:checked+.popup,
#popup-on2:checked+.popup,
#popup-on3:checked+.popup,
#popup-on4:checked+.popup,
#popup-on5:checked+.popup,
#popup-on6:checked+.popup,
#popup-on7:checked+.popup,
#popup-on8:checked+.popup,
#popup-on9:checked+.popup,
#popup-on10:checked+.popup,
#popup-on11:checked+.popup,
#popup-on12:checked+.popup,
#popup-on13:checked+.popup,
#popup-on14:checked+.popup,
#popup-on15:checked+.popup,
#popup-on16:checked+.popup,
#popup-on17:checked+.popup,
#popup-on18:checked+.popup,
#popup-on19:checked+.popup,
#popup-on20:checked+.popup,
#popup-on21:checked+.popup,
#popup-on22:checked+.popup,
#popup-on23:checked+.popup,
#popup-on24:checked+.popup,
#popup-on25:checked+.popup,
#popup-on26:checked+.popup,
#popup-on27:checked+.popup,
#popup-on28:checked+.popup,
#popup-on29:checked+.popup,
#popup-on30:checked+.popup,
#popup-on31:checked+.popup,
#popup-on32:checked+.popup,
#popup-on33:checked+.popup,
#popup-on34:checked+.popup,
#popup-on35:checked+.popup,
#popup-on36:checked+.popup,
#popup-on37:checked+.popup,
#popup-on38:checked+.popup,
#popup-on39:checked+.popup,
#popup-on40:checked+.popup,
#popup-on2401:checked+.popup,
#popup-on2402:checked+.popup,
#popup-on2403:checked+.popup,
#popup-on2404:checked+.popup,
#popup-on2405:checked+.popup,
#popup-on2406:checked+.popup,
#popup-on2407:checked+.popup,
#popup-on2501:checked+.popup,
#popup-on2502:checked+.popup,
#popup-on2503:checked+.popup {
	display: block;
}


.icon-close {
	background: #000;
	color: #fff;
	font-size: 20px;
	padding: 0 10px;
	position: absolute;
	right: 0;
	cursor: pointer;
}

.btn-close {
	background: #000;
	border-radius: 10px;
	color: #fff;
	padding: 10px;
	cursor: pointer;
	margin: 10px auto;
	width: 95%;
	text-align: center;
}

.btn-open {
	background: #fff;
	border-radius: 10px;
	/* color: #fff; */
	padding: 10px;
	cursor: pointer;
	margin: 10px auto;
	width: 95%;
	text-align: center;
	transition-delay: .6s;
}

.btn-open h3 {
	margin: 10px 4px 4px;
}

.btn-open span {
	color: #6F6F6F;
	display: block;
	line-height: 1.5;
}

.popup-content {
	margin: 40px auto 40px auto;
	width: 90%;
	transition-delay: .6s;
}

.popup-content p {
	font-size: 1.2rem;
}

.popup-content img {
	max-width: 320px;
}

.num_list li {
	position: relative;
	padding-left: 30px;
	padding: 0.5em 0.5em 0.5em 30px;
}

.num_list li:before {
	content: "";
	position: absolute;
	display: inline-block;
	background: #F88255;
	color: #fff;
	border-radius: 50%;
	top: 16px;
	left: 4px;
	width: 12px;
	height: 12px;
	line-height: 25px;
	text-align: center;
}

@media (max-width: 640px) {
	.mentor__list_detail {
		padding: 10px;
	}
}

/*/////////////////////////////////////////////////
// Event
/////////////////////////////////////////////////*/

.event_dateWrap {
	/* text-align: center; */
	margin-bottom: 10px;
}

.event_dateWrap .btn {
	margin: 0;
}

.event_time {
	/* display: block; */
	margin: 20px 12px;
}

.event_dateWrap .even_date {
	background: #206551;
	color: #fff;
	padding: 12px 20px;
}

.event_title {
	margin-bottom: 20px;
}

.event_title h2 {
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1.6;
	margin-bottom: 12px;
}

.event_profile {
	font-size: 12px;
}

@media screen and (max-width: 650px) {
	.eventWrap img {
		max-width: 40vw;
	}
}

/*/////////////////////////////////////////////////
// Data
/////////////////////////////////////////////////*/

.dataTitle {
	color: #F88255;
	text-align: center;
	vertical-align: middle;
}

.dataTitle span {
	font-size: 3rem;
}

/*/////////////////////////////////////////////////
// Mentor section
/////////////////////////////////////////////////*/

.mentor__galleryWrap {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	width: calc(50% + 50px);
	z-index: -1;
}

.mentor__galleryInner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.mentor__galleryContent {
	background: rgb(255, 255, 255, 0.7);
}

.mentor__galleryInner .row {
	height: 100%;
	float: right;
}

.mentor__galleryInner .row img {
	height: 100%;
}

/*/////////////////////////////////////////////////
// Adopt Gallery section
/////////////////////////////////////////////////*/

.adoptWrap {
	max-width: 940px;
	margin: auto;
	border: 2px solid #F1F0ED;
}

.adoptLogo {
	max-width: 200px;
}

.adoptDetails a {
	text-decoration: underline;
	color: #0182CD;
}

.adoptDetails h3 {
	font-size: 2.2rem;
	margin-bottom: 0.75rem;
}

.adoptDetails p {
	margin-bottom: 1rem;
}

.sec__year {
	margin-top: 2rem;
	font-size: 2.8rem;
	font-weight: 800;
}

.adoptDetails img {
	display: block;
	margin: auto;
}

/*/////////////////////////////////////////////////
// Tab Schedule & Adopts
/////////////////////////////////////////////////*/

.tab_container {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.scheduleWrap input,
.scheduleWrap section {
	clear: both;
	padding-top: 10px;
	display: none;
}

.adopt_list__Wrap input,
.adopt_list__Wrap section {
	clear: both;
	padding-top: 10px;
	display: none;
}

.scheduleWrap label {
	font-weight: 700;
	font-size: 14px;
	display: block;
	float: left;
	width: 20%;
	padding: 10px;
	color: #757575;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	background: #EAEAEA;
}

.adopt_list__Wrap label {
	font-weight: 700;
	font-size: 14px;
	display: block;
	float: left;
	width: 25%;
	padding: 10px 0;
	color: #757575;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	background: #EAEAEA;
	border: 1px solid #fff;
}

#tab25:checked~#content25,
#tab24:checked~#content24,
#tab23:checked~#content23,
#tab0:checked~#content0,
#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3,
#tab4:checked~#content4,
#tab5:checked~#content5 {
	display: block;
	padding: 20px 0;
	background: #fff;
	color: #30322C;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
	-webkit-animation: fadeInScale 0.7s ease-in-out;
	-moz-animation: fadeInScale 0.7s ease-in-out;
	animation: fadeInScale 0.7s ease-in-out;
}

.adopt_list__Wrap .tab_container [id^="tab"]:checked+label {
	background: #F88255;
	color: #fff;
}

.tab_container [id^="tab"]:checked+label {
	background: #206551 !important;
	color: #fff;
}

.tab_container [id^="tab"]:checked+label .fa {
	color: #0CE;
}

label .fa {
	font-size: 1.3em;
	margin: 0 0.4em 0 0;
}

@media only screen and (max-width: 930px) {
	label span {
		font-size: 12px;
	}

	label .fa {
		font-size: 14px;
	}
}

@media only screen and (max-width: 768px) {

	label .fa {
		font-size: 16px;
	}

	.tab_container {
		width: 98%;
	}
}

@keyframes fadeInScale {
	0% {
		transform: perspective(17px);
		opacity: 0;
	}

	100% {
		transform: perspective(17px);
		opacity: 1;
	}
}

.triangle {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #30322C;
	margin: 20px auto;
}

/*/////////////////////////////////////////////////
// FAQ
/////////////////////////////////////////////////*/

.bg_q {
	background: #206551;
	color: #fff;
	padding: 0px 18px;
	display: block;
	margin-bottom: 12px;
	width: fit-content;
}

.f__content_inner ul {
	margin-left: 30px;
	margin-top: 20px;
}

.f__content_inner ul li {
	list-style: square;
	letter-spacing: 1px;
}

/*/////////////////////////////////////////////////
// Mentor
/////////////////////////////////////////////////*/

input[type="radio"] {
	position: absolute;
	left: -9999px;
}

/* FILTERS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.filters {
	text-align: center;
	margin-bottom: 2rem;
}

.filters * {
	display: inline-block;
}

.filters label {
	min-width: 50px;
	cursor: pointer;
	transition: all 0.1s;
	text-align: center;
	padding: 8px 0px;
	width: 100%;
}

.filters li {
	width: 24%;
	border: 1px solid #E5E5E5;
	margin: 0 !important;
}

.filters label:hover {
	background: #206551;
	color: #fff;
}

.mentor__list_detail .profTag {
	font-size: 1.2rem;
	background: #92d1bf;
	padding: 4px;
	display: inline;
	border-radius: 3px;
	color: #02200c;
	margin-right: 4px;
}


/* FILTERED ELEMENTS (mentor__list)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mentor__list ol {
	display: grid;
	grid-gap: 1.5rem;
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
}

.mentor__list .aboutTitle {
	margin-bottom: 0;
}

/* FILTERING RULES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
[value="All"]:checked~.filters [for="All"],
[value="mentor"]:checked~.filters [for="mentor"],
[value="catalist"]:checked~.filters [for="catalist"],
[value="dooropen"]:checked~.filters [for="dooropen"] {
	background: #206551;
	color: #fff;
}

[value="All"]:checked~.mentor__list .mentor__list_detail:not([data-category~="mentor"]):not([data-category~="catalist"]):not([data-category~="dooropen"]) {
	display: none;
}

[value="mentor"]:checked~.mentor__list .mentor__list_detail:not([data-category~="mentor"]),
[value="catalist"]:checked~.mentor__list .mentor__list_detail:not([data-category~="catalist"]),
[value="dooropen"]:checked~.mentor__list .mentor__list_detail:not([data-category~="dooropen"]) {
	display: none;
}

@media screen and (max-width: 900px) {
	.mentor__list ol {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 650px) {
	.mentor__list ol {
		grid-template-columns: repeat(2, 1fr);
	}

	.filters label {
		font-size: 12px;
	}
}



/*/////////////////////////////////////////////////
// CTA
/////////////////////////////////////////////////*/

.sec_cta {
	padding-top: 40px;
	/* border-top: 12px #f88255 ridge; */
	/* border-bottom: 12px #206551 groove; */
	background: url(../img/common/shape_g.svg);
	color: #fff;
}

.sec_cta_entry {
	padding: 120px;
	margin-bottom: -30px;
	background: #F88255 url(../img/common/shape_o.svg);
	color: #fff;
	background-size: contain;
}

.sec_line_entry {
	padding: 60px 0;
	background: #F5F1E5 url(../img/common/line-bg.svg) no-repeat right 30px bottom 20px;
}

.sec_line_entry span {
	background: #F5F1E5;
}

.sec_related {
	margin: 60px 0;
}

.sec_related h2 {
	color: #206551;
	font-size: 4rem;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	font-weight: bold;
}

.sec_related h4 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #212529;
}

.sec_related_prf {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.2rem;
}

.sec_related_prf span {
	font-size: 1.2rem;
}

.sec_related_item {
	flex-wrap: nowrap;
}


@media (max-width: 1040px) {
	.sec_cta {
		background: #206551;
	}

	.sec_cta_entry {
		background: url(../img/common/shape_o.svg);
		background-size: cover;
	}
}

.sec_cta p {
	color: #fff;
}

@media (max-width: 640px) {
	.sec_cta {
		padding-top: 70px;
		text-align: center;
	}
}

.sec_cta img {
	vertical-align: middle;
}

.sec_pg .col-md-6>div {
	border-radius: 20px;
	border: solid 1px #E9DDDD;
	overflow: hidden;
	padding: 20px;
	height: 100%;
}

.sec_pg h4 {
	font-size: 2rem;
}

.sec_pg h3 {
	font-size: 3rem;
	font: bold;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	font-weight: bold;
	color: #206551;
}

.sec_pg .label-date {
	background: #206551;
	;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 16px;
	font-weight: bold;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;

}

.sec_pg img {
	border-radius: 20px;
}

.sec_ev .row span {
	color: #206551;
	font-weight: bold;
}

.sec_ev .row div:hover {
	opacity: .8;
}

.sec_entry_details ul li {
	font-size: medium;
	margin-bottom: 5px;
}

.sec_entry_details h3 {
	margin-top: 16px;
}

.sec_entry_details h4 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #555;
	padding-top: 16px;
}

.sec_entry_details .causion {
	background: #e9e9e9;
	padding: 16px;
	font-size: small;
	border-radius: 8px;
}

.sec_entry_details table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	font-size: small;
	margin-bottom: 16px;
}

.sec_entry_details th,
.sec_entry_details td {
	border: 2px solid #eee;
	padding: 1em;
}

.sec_entry_details td {
	border: 2px solid #eee;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #ccc;
}

.sec_entry_details .ws_ttl {
	background: #eee;
	font-size: 1.5rem;
	font-weight: bold;
}

.entry-details_btn {
	position: absolute;
	right: 8%;
}

@media(max-width: 640px) {
	.sec_entry_details tbody {
		border-bottom: 2px solid #eee;
	}

	.sec_entry_details th {
		display: block;
	}

	.sec_entry_details td {
		display: block;
		border-bottom: 0;
	}

	.entry-details_btn {
		width: 36%;
		height: auto;
	}

}


.btn {
	display: inline-block;
	padding: 0.4em 2em;
	text-decoration: none;
	border-radius: 6px;
	transition: .4s;
	margin: 6px;
	font-size: 16px;
	background: #fff;
}

.line {
	border: solid 1px #206551;
	color: #206551;
}

.btn.line:hover {
	background-color: #206551;
	color: #fff;
	border: solid 1px #fff;
}

@media(max-width: 640px) {
	.btn {
		width: 100%;
		max-width: 320px;
	}
}

.cta_consultation {
	color: #fff;
	background-color: #C94A15;
	border: solid 1px #fff;
	/* box-shadow: 0 3px 0 #F9DBCF; */
}

.cta_consultation:hover {
	background-color: #7D2A0A;
	/* box-shadow: 0 3px 0 #F4C3AE; */
}

.cta_entry {
	color: #C94A15;
	border: solid 1px #C94A15;
	/* box-shadow: 0 3px 0 #A35F42; */
}

.cta_entry:hover {
	background-color: #C94A15;
	color: #fff;
	border-color: #fff;
	/* box-shadow: 0 3px 0 #D37B56; */
}

.menu__link_sub {
	border-radius: 99%;
	background: #F1F0ED;
	width: 100%;
	height: auto;
	margin: auto;
}

.menu__link {
	width: 30%;
	margin: auto;
	display: block;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	min-width: 120px;
}

.menu__link:hover {
	width: 80%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}


/*/////////////////////////////////////////////////
// Footer
/////////////////////////////////////////////////*/

.ft__pad {
	padding: 60px 0 50px;
}

.newsWrap {
	text-align: center;
}

.fb_title {
	background: #3B5998;
	max-width: 340px;
	text-align: center;
	padding: 10px 0;
	margin: auto;
}

.fb_title span {
	color: #fff;
	font-weight: 800;
}

.footerTitle {
	font-size: 1.8rem;
	margin-bottom: 0;
}

.footerTitle__inner {
	font-size: 1.6rem;
	margin-bottom: 0;
}

.cta_mail {
	border: 1px solid #C3C3C3;
	padding: 20px;
	max-width: 400px;
}

.copyright {
	background: #30322C;
	text-align: center;
	border-top: 1px solid #F1F0EC;
	font-size: 1.1rem;
	padding: 6px 0;
	clear: both;
	color: #F1F0EC;
}

.footer_sitemap {
	background: #F1F0EC;
	padding: 30px 0;
	text-align: center;
}

.footer_sitemap ul li:first-child {
	border-left: none;
}

.footer_sitemap ul li {
	font-size: 1.2rem !important;
	display: inline;
	text-decoration: none;
	margin-left: 7px;
	padding-left: 7px;
	border-left: 1px solid #ccc;
	line-height: 1.0;
	font-size: 1.2rem;
}

.footer_sitemap ul li a {
	color: #30322C;
}

@media (max-width: 640px) {
	.ft__pad {
		padding: 30px 0 20px;
	}

	.newsWrap {
		width: 100%;
	}

	.footer_ctaWrap {
		margin-top: 60px;
	}

	.footer_ctaWrap img {
		margin: auto;
	}

	.footer_sitemap {
		padding: 30px 0 0;
	}

	.footer_sitemap ul li {
		font-size: 1.2rem !important;
		display: block;
		width: 100%;
		text-decoration: none;
		padding: 12px;
		margin-left: 0;
		font-size: 1.3rem;
		border-top: 1px solid #ccc;
		border-left: 0;
		text-align: left;
	}

	.footer_sitemap ul li:first-child {
		margin-top: 20px;
	}

	.footer_sitemap img {
		width: 30%;
	}

	.footer_sitemap ul li a {
		display: block;
	}
}


/* 装飾用 */

.shape {
	position: relative;
}

.shape img {
	position: absolute;
	top: -100px;
	right: 200px;
	width: 200px;
	z-index: -1;
}

.shape02 {
	position: absolute;
	width: 200px;
	left: 200px;
	bottom: -240px;
}

.shape_lef img {
	position: absolute;
	top: -100px;
	left: 200px;
	width: 200px;
	z-index: -1;
}

.shapes_f img {
	width: 50vw;
	top: -100px;
	right: 0px;
}

.shapes_g img {
	width: 50vw;
	top: -100px;
	left: -300px;
}

.top_about_01 img {
	left: -5vw;
	top: -10vw;
	width: 320px;
	z-index: -1;
}

.top_about_02 img {
	right: 0;
	top: -10vw;
	width: 240px;
	z-index: -1;
}

@media (max-width: 640px) {
	.shape img {
		/* max-width: 100px; */
	}

	.shape_lef img {
		left: calc(50vw - 200px);
	}

	.shapes_f img {
		width: 80vw;
	}

	.shapes_g img {
		width: 80vw;
	}

	.flimg img {
		max-width: 120px;
		right: 20px;
	}

	.top_about_01 img {
		max-width: 130px;
	}

	.top_about_02 img {
		max-width: 100px;
	}
}

.program_exp {
	position: relative;
}

.program_exp:before {
	content: url(../img/common/shape01.svg);
	display: block;
	position: absolute;
	width: 100px;
	left: -40px;
	top: 0px;
	z-index: -1;
}

.bg__key_span {
	background: #f1f0edbf;
	font-weight: inherit;
}

.bg__tr_span {
	background: #ffffffcf;
	font-weight: inherit;
}

.inactive {
	background: #b5b5b5 !important;
	color: #fff !important;
	border: #b5b5b5 !important;
	pointer-events: none;
}

.cta_entry_one {
	position: absolute;
	left: 0;
	top: 20px;
}


/* 6/16追加 */
.program_ts {
	text-align: center;
}

.program_ts th {
	background: #F1F0ED;
	border: 1px solid #fff;
	text-align: center;
}

.bg__th_span {
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
		-2px 2px 0 #FFF, 2px -2px 0 #FFF,
		0px 2px 0 #FFF, 0 -2px 0 #FFF,
		-2px 0 0 #FFF, 2px 0 0 #FFF;
}

/* 6/30追加 */
.outlineWrap ul {
	margin-top: 4px;
	margin-bottom: 10px;
	font-size: 13px;
}

.outlineWrap span {
	font-size: 13px;
}

.bf_ul {
	position: relative;
	font-weight: 800;
	list-style: none;
}

.bf_ul:before {
	display: inline-block;
	content: "";
	margin-top: 13px;
	margin-right: 7px;
	width: 10px;
	height: 10px;
	vertical-align: top;
	border-radius: 5px;
	background-color: #F88255;
}

.komemark {
	font-weight: 800;
	font-size: 8px !important;
	color: #C94A15;
}

.memo {
	background: #f0f0f0;
	padding: 10px;
}

/* .outlineWrap{
	margin: -20px;
} */

.bold {
	font-weight: 800;
}

.entry-fv {

	background-color: rgba(5, 114, 85, 0.695);
	background-blend-mode: multiply;
	background-position: center;
	background-size: cover;
	text-align: center;
	padding: 120px;
}

.entry-fv h1,
.entry-fv p {
	color: #ffffff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	line-height: 1;
	margin-bottom: 24px;
}

@media (max-width: 640px) {

	.entry-fv {
		padding: 120px 24px;
	}
}

/* Accessibility fixes */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

a {
	text-decoration: underline;
}

a:hover,
a:focus {
	opacity: 1;
}

a:focus,
button:focus,
label[role="button"]:focus,
[tabindex]:focus {
	outline: 2px solid #000;
	outline-offset: 3px;
}

.nav>.nav-links>.nav-links-sp>a,
.footer_sitemap ul li a,
.filters label,
.adopt_list__Wrap label {
	text-decoration: none;
}

.nav>.nav-links>.nav-links-sp>a[aria-current="page"] {
	border-bottom: 1px solid #F88255;
}

.nav>.nav-btn>.nav-toggle {
	display: inline-block;
	width: 50px;
	height: 50px;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
}

.nav>.nav-btn>.nav-toggle:hover,
.nav>.nav-btn>.nav-toggle[aria-expanded="true"] {
	background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width:1140px) {
	.nav>.nav-links:not([hidden]) {
		height: calc(100vh - 50px);
		overflow-y: auto;
	}
}


.event-list,
.news-list {
	list-style: none;
	padding-left: 0;
}

.news-list a {
	color: #30322C;
	line-height: 2.4;
}
.news-list span {
	display: block;
}

table th.ws_ttl {
	font-weight: inherit;
}

/* Additional accessibility refinements */
.adopt_list__Wrap input[type="radio"]:focus-visible+label,
.filters input[type="radio"]:focus-visible+label,
.filters label:focus-visible,
.pop-box>label:focus-visible .btn-open,
.pop-box>label:focus .btn-open {
	outline: none;
}

.pop-box>label {
	display: block;
}

.adopt_list__Wrap label:focus,
.filters label:focus{
	outline: none;
	box-shadow: inset 0 0 0 3px #000000;
}

#All:focus-visible~.filters [for="All"],
#mentor:focus-visible~.filters [for="mentor"],
#dooropen:focus-visible~.filters [for="dooropen"],
#catalist:focus-visible~.filters [for="catalist"] {
	outline: 3px solid #206551;
	outline-offset: -3px;
}

.external-link__icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: 0.25em;
	vertical-align: -0.125em;
	background-color: currentColor !important;
	-webkit-mask-image: url("../img/icon/icon-external-link.svg");
	mask-image: url("../img/icon/icon-external-link.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
}

/* PC幅では「文字列 + 外部リンクアイコン」を1行に収める（HTML構造は変更しない） */
@media (min-width: 641px) {
	.nav .nav-line-link {
		white-space: nowrap;
	}
}

@media (max-width: 640px) {
	.nav .nav-line-link {
		margin-right: 16px;
	}
}

.nav>.nav-links>.nav-links-sp>a:hover,
.nav>.nav-links>.nav-links-sp>a:focus {
	border-bottom: 0;
	box-shadow: inset 0 -5px 0 0 #206551;
}

.nav>.nav-links>.nav-links-sp>a[aria-current="page"] {
	border-bottom: 0;
	box-shadow: inset 0 -5px 0 0 #F88255;
}

.nav>.nav-links>.nav-links-sp>.cta2 {
	margin-left: auto;
}

.nav>.nav-links>.nav-links-sp>a:focus-visible {
	position: relative;
	z-index: 2;
}

.page-ksap h3 {
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.4;
}

.sec_related_item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
	text-align: center;
}

.sec_related_item .external-link__icon {		
	margin-left: 0;
}

.related-link__text {
	display: block;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.4;
	color: #30322C;
}

.sec_ev a {
	display: block;
	line-height: 1.45;
	text-decoration: none;
}

.sec_ev a p {
	line-height: 1.55;
}

.sec_ev a:hover,
.sec_ev a:focus {
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-underline-offset: 0.16em;
}

.sec_ev a:focus {
	outline: 2px solid #000;
	outline-offset: 4px;
}

.sec_ev .row div:hover,
.sec_ev .row li:hover {
	opacity: 1;
}

.note-list {
  margin: 0;
  padding-left: 0;
  font-size: 0.8em;
  color: #30322C;
}

.note-list li {
  list-style: none !important;
  padding-left: 1.8em;
  text-indent: -2.2em;
  
  
}
