@charset "utf-8";

.ipl-wrapper a { color: #3c3c3b; text-decoration: none; }
.ipl-wrapper img { border: 0; }
.ilp-clear { clear: both; display: block; height: 0px; overflow: hidden; }
.ilp-clear-after::after { content: ''; clear: both; display: block; height: 0; overflow: hidden; }
.ilp-left { float: left; }
.ilp-right { float: right !important; }
.ipl-wrapper input,
.ipl-wrapper select,
.ipl-wrapper textarea,
.ipl-wrapper button { font-family: 'DINW01', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.ipl-wrapper *:focus { outline: none; }
.ipl-wrapper * { box-sizing: border-box; }
.ipl-wrapper b,
.ipl-wrapper strong,
.ipl-wrapper .ilp-bold { font-weight: 700; }

.ilp-content-holder { width: 100%; max-width: 1284px; margin: 0 auto; padding: 0 20px; position: relative; }

.ilp-row,
.ilp-row-20 { margin-left: -20px; margin-right: -20px; }
.ilp-row-1 { margin-left: -1px; margin-right: -1px; }
.ilp-row-10 { margin-left: -10px; margin-right: -10px; }
.ilp-row-15 { margin-left: -15px; margin-right: -15px; }
.ilp-row-25 { margin-left: -25px; margin-right: -25px; }
.ilp-row-30 { margin-left: -30px; margin-right: -30px; }
.ilp-row-flex { display: flex; }

.ilp-pad,
.ilp-pad-20 { padding-left: 20px; padding-right: 20px; }
.ilp-pad-1 { padding-left: 1px; padding-right: 1px; }
.ilp-pad-10 { padding-left: 10px; padding-right: 10px; }
.ilp-pad-15 { padding-left: 15px; padding-right: 15px; }
.ilp-pad-25 { padding-left: 25px; padding-right: 25px; }
.ilp-pad-30 { padding-left: 30px; padding-right: 30px; }

.ilp-pad-t-0 { padding-top: 0 !important; }
.ilp-pad-t-30 { padding-top: 30px !important; }
.ilp-pad-t-60 { padding-top: 60px !important; }
.ilp-pad-b-0 { padding-bottom: 0 !important; }
.ilp-pad-b-30 { padding-bottom: 30px !important; }
.ilp-pad-b-60 { padding-bottom: 60px !important; }

.ilp-col-5 { width: 5%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-10 { width: 10%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-15 { width: 15%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-16 { width: 16.66%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-20 { width: 20%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-25 { width: 25%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-30 { width: 30%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-33 { width: 33.33%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-35 { width: 35%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-38 { width: 38%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-40 { width: 40%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-45 { width: 45%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-50 { width: 50%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-55 { width: 55%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-60 { width: 60%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-62 { width: 62%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-65 { width: 65%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-66 { width: 66.66%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-70 { width: 70%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-75 { width: 75%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-80 { width: 80%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-85 { width: 85%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-90 { width: 90%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-95 { width: 95%; min-height: 1px; display: block; float: left; box-sizing: border-box; }
.ilp-col-100 { width: 100%; min-height: 1px; display: block; box-sizing: border-box; }

.ilp-center { text-align: center; }

.ilp-m-show { display: none !important; }
.ilp-t-show { display: none !important; }

@media screen and (max-width: 1023px) {

	.ilp-col-t-5 { width: 5%; }
	.ilp-col-t-10 { width: 10%; }
	.ilp-col-t-15 { width: 15%; }
	.ilp-col-t-20 { width: 20%; }
	.ilp-col-t-25 { width: 25%; }
	.ilp-col-t-30 { width: 30%; }
	.ilp-col-t-33 { width: 33.33%; }
	.ilp-col-t-35 { width: 35%; }
	.ilp-col-t-40 { width: 40%; }
	.ilp-col-t-45 { width: 45%; }
	.ilp-col-t-50 { width: 50%; }
	.ilp-col-t-55 { width: 55%; }
	.ilp-col-t-60 { width: 60%; }
	.ilp-col-t-65 { width: 65%; }
	.ilp-col-t-66 { width: 66.66%; }
	.ilp-col-t-70 { width: 70%; }
	.ilp-col-t-75 { width: 75%; }
	.ilp-col-t-80 { width: 80%; }
	.ilp-col-t-85 { width: 85%; }
	.ilp-col-t-90 { width: 90%; }
	.ilp-col-t-95 { width: 95%; }
	.ilp-col-t-100 { width: 100%; }

	.ilp-t-clear { clear: both; }
	.ilp-t-show { display: block !important; }
	.ilp-t-hide { display: none !important; }
}

@media screen and (max-width: 767px) {

	.ilp-col-m-5 { width: 5%; }
	.ilp-col-m-10 { width: 10%; }
	.ilp-col-m-15 { width: 15%; }
	.ilp-col-m-20 { width: 20%; }
	.ilp-col-m-25 { width: 25%; }
	.ilp-col-m-30 { width: 30%; }
	.ilp-col-m-33 { width: 33.33%; }
	.ilp-col-m-35 { width: 35%; }
	.ilp-col-m-40 { width: 40%; }
	.ilp-col-m-45 { width: 45%; }
	.ilp-col-m-50 { width: 50%; }
	.ilp-col-m-55 { width: 55%; }
	.ilp-col-m-60 { width: 60%; }
	.ilp-col-m-65 { width: 65%; }
	.ilp-col-m-66 { width: 66.66%; }
	.ilp-col-m-70 { width: 70%; }
	.ilp-col-m-75 { width: 75%; }
	.ilp-col-m-80 { width: 80%; }
	.ilp-col-m-85 { width: 85%; }
	.ilp-col-m-90 { width: 90%; }
	.ilp-col-m-95 { width: 95%; }
	.ilp-col-m-100 { width: 100%; }

	.ilp-m-clear { clear: both; }
	.ilp-m-show { display: block !important; }
	.ilp-m-hide { display: none !important; }
}
