@charset "UTF-8";
.align-baseline {vertical-align: baseline !important;}
.align-top {vertical-align: top !important;}
.align-middle {vertical-align: middle !important;}
.align-bottom {vertical-align: bottom !important;}
.align-text-bottom {vertical-align: text-bottom !important;}
.align-text-top {vertical-align: text-top !important;}
.bg-primary {background-color: #007bff !important;}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {background-color: #0062cc !important;}
.bg-secondary {background-color: #6c757d !important;}
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {background-color: #545b62 !important;}
.bg-success {background-color: #28a745 !important;}
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {background-color: #1e7e34 !important;}
.bg-info {background-color: #17a2b8 !important;}
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {background-color: #117a8b !important;}
.bg-warning {background-color: #ffc107 !important;}
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {background-color: #d39e00 !important;}
.bg-danger {background-color: #dc3545 !important;}
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {background-color: #bd2130 !important;}
.bg-light {background-color: #4c4c4c !important;}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {background-color: #333 !important;}
.bg-dark {background-color: #343a40 !important;}
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {background-color: #1d2124 !important;}
.bg-white {background-color: #fff !important;}
.bg-transparent {background-color: transparent !important;}
.border {border: 1px solid #dee2e6 !important;}
.border-top {border-top: 1px solid #dee2e6 !important;}
.border-right {border-right: 1px solid #dee2e6 !important;}
.border-bottom {border-bottom: 1px solid #dee2e6 !important;}
.border-left {border-left: 1px solid #dee2e6 !important;}
.border-0 {border: 0 !important;}
.border-top-0 {border-top: 0 !important;}
.border-right-0 {border-right: 0 !important;}
.border-bottom-0 {border-bottom: 0 !important;}
.border-left-0 {border-left: 0 !important;}
.border-primary {border-color: #007bff !important;}
.border-secondary {border-color: #6c757d !important;}
.border-success {border-color: #28a745 !important;}
.border-info {border-color: #17a2b8 !important;}
.border-warning {border-color: #ffc107 !important;}
.border-danger {border-color: #dc3545 !important;}
.border-light {border-color: #4c4c4c !important;}
.border-dark {border-color: #343a40 !important;}
.border-white {border-color: #fff !important;}
.rounded-sm {border-radius: .2rem !important;}
.rounded {border-radius: .25rem !important;}
.rounded-top {border-top-left-radius: .25rem !important;border-top-right-radius: .25rem !important;}
.rounded-right {border-top-right-radius: .25rem !important;border-bottom-right-radius: .25rem !important;}
.rounded-bottom {border-bottom-right-radius: .25rem !important;border-bottom-left-radius: .25rem !important;}
.rounded-left {border-top-left-radius: .25rem !important;border-bottom-left-radius: .25rem !important;}
.rounded-lg {border-radius: .3rem !important;}
.rounded-circle {border-radius: 50% !important;}
.rounded-pill {border-radius: 50rem !important;}
.rounded-0 {border-radius: 0 !important;}
.clearfix::after {display: block;clear: both;content: "";}
.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: -webkit-box !important;display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;}
.d-inline-flex {display: -webkit-inline-box !important;display: -webkit-inline-flex !important;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: -webkit-box !important;display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;}
	.d-sm-inline-flex {display: -webkit-inline-box !important;display: -webkit-inline-flex !important;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: -webkit-box !important;display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;}
	.d-md-inline-flex {display: -webkit-inline-box !important;display: -webkit-inline-flex !important;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: -webkit-box !important;display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;}
	.d-lg-inline-flex {display: -webkit-inline-box !important;display: -webkit-inline-flex !important;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: -webkit-box !important;display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;}
	.d-xl-inline-flex {display: -webkit-inline-box !important;display: -webkit-inline-flex !important;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: -webkit-box !important;display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;}
	.d-print-inline-flex {display: -webkit-inline-box !important;display: -webkit-inline-flex !important;display: -ms-inline-flexbox !important;display: inline-flex !important;}}
.embed-responsive {position: relative;display: block;width: 100%;padding: 0;overflow: hidden;}
.embed-responsive::before {display: block;content: "";}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {position: absolute;top: 0;bottom: 0;left: 0;width: 100%;height: 100%;border: 0;}
.embed-responsive-21by9::before {padding-top: 42.85714%;}
.embed-responsive-16by9::before {padding-top: 56.25%;}
.embed-responsive-4by3::before {padding-top: 75%;}
.embed-responsive-1by1::before {padding-top: 100%;}
.flex-row {-webkit-box-orient: horizontal !important;-webkit-box-direction: normal !important;-webkit-flex-direction: row !important;-ms-flex-direction: row !important;flex-direction: row !important;}
.flex-column {-webkit-box-orient: vertical !important;-webkit-box-direction: normal !important;-webkit-flex-direction: column !important;-ms-flex-direction: column !important;flex-direction: column !important;}
.flex-row-reverse {-webkit-box-orient: horizontal !important;-webkit-box-direction: reverse !important;-webkit-flex-direction: row-reverse !important;-ms-flex-direction: row-reverse !important;flex-direction: row-reverse !important;}
.flex-column-reverse {-webkit-box-orient: vertical !important;-webkit-box-direction: reverse !important;-webkit-flex-direction: column-reverse !important;-ms-flex-direction: column-reverse !important;flex-direction: column-reverse !important;}
.flex-wrap {-webkit-flex-wrap: wrap !important;-ms-flex-wrap: wrap !important;flex-wrap: wrap !important;}
.flex-nowrap {-webkit-flex-wrap: nowrap !important;-ms-flex-wrap: nowrap !important;flex-wrap: nowrap !important;}
.flex-wrap-reverse {-webkit-flex-wrap: wrap-reverse !important;-ms-flex-wrap: wrap-reverse !important;flex-wrap: wrap-reverse !important;}
.flex-fill {-webkit-box-flex: 1 !important;-webkit-flex: 1 1 auto !important;-ms-flex: 1 1 auto !important;flex: 1 1 auto !important;}
.flex-grow-0 {-webkit-box-flex: 0 !important;-webkit-flex-grow: 0 !important;-ms-flex-positive: 0 !important;flex-grow: 0 !important;}
.flex-grow-1 {-webkit-box-flex: 1 !important;-webkit-flex-grow: 1 !important;-ms-flex-positive: 1 !important;flex-grow: 1 !important;}
.flex-shrink-0 {-webkit-flex-shrink: 0 !important;-ms-flex-negative: 0 !important;flex-shrink: 0 !important;}
.flex-shrink-1 {-webkit-flex-shrink: 1 !important;-ms-flex-negative: 1 !important;flex-shrink: 1 !important;}
.justify-content-start {-webkit-box-pack: start !important;-webkit-justify-content: flex-start !important;-ms-flex-pack: start !important;justify-content: flex-start !important;}
.justify-content-end {-webkit-box-pack: end !important;-webkit-justify-content: flex-end !important;-ms-flex-pack: end !important;justify-content: flex-end !important;}
.justify-content-center {-webkit-box-pack: center !important;-webkit-justify-content: center !important;-ms-flex-pack: center !important;justify-content: center !important;}
.justify-content-between {-webkit-box-pack: justify !important;-webkit-justify-content: space-between !important;-ms-flex-pack: justify !important;justify-content: space-between !important;}
.justify-content-around {-webkit-justify-content: space-around !important;-ms-flex-pack: distribute !important;justify-content: space-around !important;}
.align-items-start {-webkit-box-align: start !important;-webkit-align-items: flex-start !important;-ms-flex-align: start !important;align-items: flex-start !important;}
.align-items-end {-webkit-box-align: end !important;-webkit-align-items: flex-end !important;-ms-flex-align: end !important;align-items: flex-end !important;}
.align-items-center {-webkit-box-align: center !important;-webkit-align-items: center !important;-ms-flex-align: center !important;align-items: center !important;}
.align-items-baseline {-webkit-box-align: baseline !important;-webkit-align-items: baseline !important;-ms-flex-align: baseline !important;align-items: baseline !important;}
.align-items-stretch {-webkit-box-align: stretch !important;-webkit-align-items: stretch !important;-ms-flex-align: stretch !important;align-items: stretch !important;}
.align-content-start {-webkit-align-content: flex-start !important;-ms-flex-line-pack: start !important;align-content: flex-start !important;}
.align-content-end {-webkit-align-content: flex-end !important;-ms-flex-line-pack: end !important;align-content: flex-end !important;}
.align-content-center {-webkit-align-content: center !important;-ms-flex-line-pack: center !important;align-content: center !important;}
.align-content-between {-webkit-align-content: space-between !important;-ms-flex-line-pack: justify !important;align-content: space-between !important;}
.align-content-around {-webkit-align-content: space-around !important;-ms-flex-line-pack: distribute !important;align-content: space-around !important;}
.align-content-stretch {-webkit-align-content: stretch !important;-ms-flex-line-pack: stretch !important;align-content: stretch !important;}
.align-self-auto {-webkit-align-self: auto !important;-ms-flex-item-align: auto !important;-ms-grid-row-align: auto !important;align-self: auto !important;}
.align-self-start {-webkit-align-self: flex-start !important;-ms-flex-item-align: start !important;align-self: flex-start !important;}
.align-self-end {-webkit-align-self: flex-end !important;-ms-flex-item-align: end !important;align-self: flex-end !important;}
.align-self-center {-webkit-align-self: center !important;-ms-flex-item-align: center !important;-ms-grid-row-align: center !important;align-self: center !important;}
.align-self-baseline {-webkit-align-self: baseline !important;-ms-flex-item-align: baseline !important;align-self: baseline !important;}
.align-self-stretch {-webkit-align-self: stretch !important;-ms-flex-item-align: stretch !important;-ms-grid-row-align: stretch !important;align-self: stretch !important;}
@media (min-width: 576px) {.flex-sm-row {-webkit-box-orient: horizontal !important;-webkit-box-direction: normal !important;-webkit-flex-direction: row !important;-ms-flex-direction: row !important;flex-direction: row !important;}
	.flex-sm-column {-webkit-box-orient: vertical !important;-webkit-box-direction: normal !important;-webkit-flex-direction: column !important;-ms-flex-direction: column !important;flex-direction: column !important;}
	.flex-sm-row-reverse {-webkit-box-orient: horizontal !important;-webkit-box-direction: reverse !important;-webkit-flex-direction: row-reverse !important;-ms-flex-direction: row-reverse !important;flex-direction: row-reverse !important;}
	.flex-sm-column-reverse {-webkit-box-orient: vertical !important;-webkit-box-direction: reverse !important;-webkit-flex-direction: column-reverse !important;-ms-flex-direction: column-reverse !important;flex-direction: column-reverse !important;}
	.flex-sm-wrap {-webkit-flex-wrap: wrap !important;-ms-flex-wrap: wrap !important;flex-wrap: wrap !important;}
	.flex-sm-nowrap {-webkit-flex-wrap: nowrap !important;-ms-flex-wrap: nowrap !important;flex-wrap: nowrap !important;}
	.flex-sm-wrap-reverse {-webkit-flex-wrap: wrap-reverse !important;-ms-flex-wrap: wrap-reverse !important;flex-wrap: wrap-reverse !important;}
	.flex-sm-fill {-webkit-box-flex: 1 !important;-webkit-flex: 1 1 auto !important;-ms-flex: 1 1 auto !important;flex: 1 1 auto !important;}
	.flex-sm-grow-0 {-webkit-box-flex: 0 !important;-webkit-flex-grow: 0 !important;-ms-flex-positive: 0 !important;flex-grow: 0 !important;}
	.flex-sm-grow-1 {-webkit-box-flex: 1 !important;-webkit-flex-grow: 1 !important;-ms-flex-positive: 1 !important;flex-grow: 1 !important;}
	.flex-sm-shrink-0 {-webkit-flex-shrink: 0 !important;-ms-flex-negative: 0 !important;flex-shrink: 0 !important;}
	.flex-sm-shrink-1 {-webkit-flex-shrink: 1 !important;-ms-flex-negative: 1 !important;flex-shrink: 1 !important;}
	.justify-content-sm-start {-webkit-box-pack: start !important;-webkit-justify-content: flex-start !important;-ms-flex-pack: start !important;justify-content: flex-start !important;}
	.justify-content-sm-end {-webkit-box-pack: end !important;-webkit-justify-content: flex-end !important;-ms-flex-pack: end !important;justify-content: flex-end !important;}
	.justify-content-sm-center {-webkit-box-pack: center !important;-webkit-justify-content: center !important;-ms-flex-pack: center !important;justify-content: center !important;}
	.justify-content-sm-between {-webkit-box-pack: justify !important;-webkit-justify-content: space-between !important;-ms-flex-pack: justify !important;justify-content: space-between !important;}
	.justify-content-sm-around {-webkit-justify-content: space-around !important;-ms-flex-pack: distribute !important;justify-content: space-around !important;}
	.align-items-sm-start {-webkit-box-align: start !important;-webkit-align-items: flex-start !important;-ms-flex-align: start !important;align-items: flex-start !important;}
	.align-items-sm-end {-webkit-box-align: end !important;-webkit-align-items: flex-end !important;-ms-flex-align: end !important;align-items: flex-end !important;}
	.align-items-sm-center {-webkit-box-align: center !important;-webkit-align-items: center !important;-ms-flex-align: center !important;align-items: center !important;}
	.align-items-sm-baseline {-webkit-box-align: baseline !important;-webkit-align-items: baseline !important;-ms-flex-align: baseline !important;align-items: baseline !important;}
	.align-items-sm-stretch {-webkit-box-align: stretch !important;-webkit-align-items: stretch !important;-ms-flex-align: stretch !important;align-items: stretch !important;}
	.align-content-sm-start {-webkit-align-content: flex-start !important;-ms-flex-line-pack: start !important;align-content: flex-start !important;}
	.align-content-sm-end {-webkit-align-content: flex-end !important;-ms-flex-line-pack: end !important;align-content: flex-end !important;}
	.align-content-sm-center {-webkit-align-content: center !important;-ms-flex-line-pack: center !important;align-content: center !important;}
	.align-content-sm-between {-webkit-align-content: space-between !important;-ms-flex-line-pack: justify !important;align-content: space-between !important;}
	.align-content-sm-around {-webkit-align-content: space-around !important;-ms-flex-line-pack: distribute !important;align-content: space-around !important;}
	.align-content-sm-stretch {-webkit-align-content: stretch !important;-ms-flex-line-pack: stretch !important;align-content: stretch !important;}
	.align-self-sm-auto {-webkit-align-self: auto !important;-ms-flex-item-align: auto !important;-ms-grid-row-align: auto !important;align-self: auto !important;}
	.align-self-sm-start {-webkit-align-self: flex-start !important;-ms-flex-item-align: start !important;align-self: flex-start !important;}
	.align-self-sm-end {-webkit-align-self: flex-end !important;-ms-flex-item-align: end !important;align-self: flex-end !important;}
	.align-self-sm-center {-webkit-align-self: center !important;-ms-flex-item-align: center !important;-ms-grid-row-align: center !important;align-self: center !important;}
	.align-self-sm-baseline {-webkit-align-self: baseline !important;-ms-flex-item-align: baseline !important;align-self: baseline !important;}
	.align-self-sm-stretch {-webkit-align-self: stretch !important;-ms-flex-item-align: stretch !important;-ms-grid-row-align: stretch !important;align-self: stretch !important;}}
@media (min-width: 768px) {.flex-md-row {-webkit-box-orient: horizontal !important;-webkit-box-direction: normal !important;-webkit-flex-direction: row !important;-ms-flex-direction: row !important;flex-direction: row !important;}
	.flex-md-column {-webkit-box-orient: vertical !important;-webkit-box-direction: normal !important;-webkit-flex-direction: column !important;-ms-flex-direction: column !important;flex-direction: column !important;}
	.flex-md-row-reverse {-webkit-box-orient: horizontal !important;-webkit-box-direction: reverse !important;-webkit-flex-direction: row-reverse !important;-ms-flex-direction: row-reverse !important;flex-direction: row-reverse !important;}
	.flex-md-column-reverse {-webkit-box-orient: vertical !important;-webkit-box-direction: reverse !important;-webkit-flex-direction: column-reverse !important;-ms-flex-direction: column-reverse !important;flex-direction: column-reverse !important;}
	.flex-md-wrap {-webkit-flex-wrap: wrap !important;-ms-flex-wrap: wrap !important;flex-wrap: wrap !important;}
	.flex-md-nowrap {-webkit-flex-wrap: nowrap !important;-ms-flex-wrap: nowrap !important;flex-wrap: nowrap !important;}
	.flex-md-wrap-reverse {-webkit-flex-wrap: wrap-reverse !important;-ms-flex-wrap: wrap-reverse !important;flex-wrap: wrap-reverse !important;}
	.flex-md-fill {-webkit-box-flex: 1 !important;-webkit-flex: 1 1 auto !important;-ms-flex: 1 1 auto !important;flex: 1 1 auto !important;}
	.flex-md-grow-0 {-webkit-box-flex: 0 !important;-webkit-flex-grow: 0 !important;-ms-flex-positive: 0 !important;flex-grow: 0 !important;}
	.flex-md-grow-1 {-webkit-box-flex: 1 !important;-webkit-flex-grow: 1 !important;-ms-flex-positive: 1 !important;flex-grow: 1 !important;}
	.flex-md-shrink-0 {-webkit-flex-shrink: 0 !important;-ms-flex-negative: 0 !important;flex-shrink: 0 !important;}
	.flex-md-shrink-1 {-webkit-flex-shrink: 1 !important;-ms-flex-negative: 1 !important;flex-shrink: 1 !important;}
	.justify-content-md-start {-webkit-box-pack: start !important;-webkit-justify-content: flex-start !important;-ms-flex-pack: start !important;justify-content: flex-start !important;}
	.justify-content-md-end {-webkit-box-pack: end !important;-webkit-justify-content: flex-end !important;-ms-flex-pack: end !important;justify-content: flex-end !important;}
	.justify-content-md-center {-webkit-box-pack: center !important;-webkit-justify-content: center !important;-ms-flex-pack: center !important;justify-content: center !important;}
	.justify-content-md-between {-webkit-box-pack: justify !important;-webkit-justify-content: space-between !important;-ms-flex-pack: justify !important;justify-content: space-between !important;}
	.justify-content-md-around {-webkit-justify-content: space-around !important;-ms-flex-pack: distribute !important;justify-content: space-around !important;}
	.align-items-md-start {-webkit-box-align: start !important;-webkit-align-items: flex-start !important;-ms-flex-align: start !important;align-items: flex-start !important;}
	.align-items-md-end {-webkit-box-align: end !important;-webkit-align-items: flex-end !important;-ms-flex-align: end !important;align-items: flex-end !important;}
	.align-items-md-center {-webkit-box-align: center !important;-webkit-align-items: center !important;-ms-flex-align: center !important;align-items: center !important;}
	.align-items-md-baseline {-webkit-box-align: baseline !important;-webkit-align-items: baseline !important;-ms-flex-align: baseline !important;align-items: baseline !important;}
	.align-items-md-stretch {-webkit-box-align: stretch !important;-webkit-align-items: stretch !important;-ms-flex-align: stretch !important;align-items: stretch !important;}
	.align-content-md-start {-webkit-align-content: flex-start !important;-ms-flex-line-pack: start !important;align-content: flex-start !important;}
	.align-content-md-end {-webkit-align-content: flex-end !important;-ms-flex-line-pack: end !important;align-content: flex-end !important;}
	.align-content-md-center {-webkit-align-content: center !important;-ms-flex-line-pack: center !important;align-content: center !important;}
	.align-content-md-between {-webkit-align-content: space-between !important;-ms-flex-line-pack: justify !important;align-content: space-between !important;}
	.align-content-md-around {-webkit-align-content: space-around !important;-ms-flex-line-pack: distribute !important;align-content: space-around !important;}
	.align-content-md-stretch {-webkit-align-content: stretch !important;-ms-flex-line-pack: stretch !important;align-content: stretch !important;}
	.align-self-md-auto {-webkit-align-self: auto !important;-ms-flex-item-align: auto !important;-ms-grid-row-align: auto !important;align-self: auto !important;}
	.align-self-md-start {-webkit-align-self: flex-start !important;-ms-flex-item-align: start !important;align-self: flex-start !important;}
	.align-self-md-end {-webkit-align-self: flex-end !important;-ms-flex-item-align: end !important;align-self: flex-end !important;}
	.align-self-md-center {-webkit-align-self: center !important;-ms-flex-item-align: center !important;-ms-grid-row-align: center !important;align-self: center !important;}
	.align-self-md-baseline {-webkit-align-self: baseline !important;-ms-flex-item-align: baseline !important;align-self: baseline !important;}
	.align-self-md-stretch {-webkit-align-self: stretch !important;-ms-flex-item-align: stretch !important;-ms-grid-row-align: stretch !important;align-self: stretch !important;}}
@media (min-width: 992px) {.flex-lg-row {-webkit-box-orient: horizontal !important;-webkit-box-direction: normal !important;-webkit-flex-direction: row !important;-ms-flex-direction: row !important;flex-direction: row !important;}
	.flex-lg-column {-webkit-box-orient: vertical !important;-webkit-box-direction: normal !important;-webkit-flex-direction: column !important;-ms-flex-direction: column !important;flex-direction: column !important;}
	.flex-lg-row-reverse {-webkit-box-orient: horizontal !important;-webkit-box-direction: reverse !important;-webkit-flex-direction: row-reverse !important;-ms-flex-direction: row-reverse !important;flex-direction: row-reverse !important;}
	.flex-lg-column-reverse {-webkit-box-orient: vertical !important;-webkit-box-direction: reverse !important;-webkit-flex-direction: column-reverse !important;-ms-flex-direction: column-reverse !important;flex-direction: column-reverse !important;}
	.flex-lg-wrap {-webkit-flex-wrap: wrap !important;-ms-flex-wrap: wrap !important;flex-wrap: wrap !important;}
	.flex-lg-nowrap {-webkit-flex-wrap: nowrap !important;-ms-flex-wrap: nowrap !important;flex-wrap: nowrap !important;}
	.flex-lg-wrap-reverse {-webkit-flex-wrap: wrap-reverse !important;-ms-flex-wrap: wrap-reverse !important;flex-wrap: wrap-reverse !important;}
	.flex-lg-fill {-webkit-box-flex: 1 !important;-webkit-flex: 1 1 auto !important;-ms-flex: 1 1 auto !important;flex: 1 1 auto !important;}
	.flex-lg-grow-0 {-webkit-box-flex: 0 !important;-webkit-flex-grow: 0 !important;-ms-flex-positive: 0 !important;flex-grow: 0 !important;}
	.flex-lg-grow-1 {-webkit-box-flex: 1 !important;-webkit-flex-grow: 1 !important;-ms-flex-positive: 1 !important;flex-grow: 1 !important;}
	.flex-lg-shrink-0 {-webkit-flex-shrink: 0 !important;-ms-flex-negative: 0 !important;flex-shrink: 0 !important;}
	.flex-lg-shrink-1 {-webkit-flex-shrink: 1 !important;-ms-flex-negative: 1 !important;flex-shrink: 1 !important;}
	.justify-content-lg-start {-webkit-box-pack: start !important;-webkit-justify-content: flex-start !important;-ms-flex-pack: start !important;justify-content: flex-start !important;}
	.justify-content-lg-end {-webkit-box-pack: end !important;-webkit-justify-content: flex-end !important;-ms-flex-pack: end !important;justify-content: flex-end !important;}
	.justify-content-lg-center {-webkit-box-pack: center !important;-webkit-justify-content: center !important;-ms-flex-pack: center !important;justify-content: center !important;}
	.justify-content-lg-between {-webkit-box-pack: justify !important;-webkit-justify-content: space-between !important;-ms-flex-pack: justify !important;justify-content: space-between !important;}
	.justify-content-lg-around {-webkit-justify-content: space-around !important;-ms-flex-pack: distribute !important;justify-content: space-around !important;}
	.align-items-lg-start {-webkit-box-align: start !important;-webkit-align-items: flex-start !important;-ms-flex-align: start !important;align-items: flex-start !important;}
	.align-items-lg-end {-webkit-box-align: end !important;-webkit-align-items: flex-end !important;-ms-flex-align: end !important;align-items: flex-end !important;}
	.align-items-lg-center {-webkit-box-align: center !important;-webkit-align-items: center !important;-ms-flex-align: center !important;align-items: center !important;}
	.align-items-lg-baseline {-webkit-box-align: baseline !important;-webkit-align-items: baseline !important;-ms-flex-align: baseline !important;align-items: baseline !important;}
	.align-items-lg-stretch {-webkit-box-align: stretch !important;-webkit-align-items: stretch !important;-ms-flex-align: stretch !important;align-items: stretch !important;}
	.align-content-lg-start {-webkit-align-content: flex-start !important;-ms-flex-line-pack: start !important;align-content: flex-start !important;}
	.align-content-lg-end {-webkit-align-content: flex-end !important;-ms-flex-line-pack: end !important;align-content: flex-end !important;}
	.align-content-lg-center {-webkit-align-content: center !important;-ms-flex-line-pack: center !important;align-content: center !important;}
	.align-content-lg-between {-webkit-align-content: space-between !important;-ms-flex-line-pack: justify !important;align-content: space-between !important;}
	.align-content-lg-around {-webkit-align-content: space-around !important;-ms-flex-line-pack: distribute !important;align-content: space-around !important;}
	.align-content-lg-stretch {-webkit-align-content: stretch !important;-ms-flex-line-pack: stretch !important;align-content: stretch !important;}
	.align-self-lg-auto {-webkit-align-self: auto !important;-ms-flex-item-align: auto !important;-ms-grid-row-align: auto !important;align-self: auto !important;}
	.align-self-lg-start {-webkit-align-self: flex-start !important;-ms-flex-item-align: start !important;align-self: flex-start !important;}
	.align-self-lg-end {-webkit-align-self: flex-end !important;-ms-flex-item-align: end !important;align-self: flex-end !important;}
	.align-self-lg-center {-webkit-align-self: center !important;-ms-flex-item-align: center !important;-ms-grid-row-align: center !important;align-self: center !important;}
	.align-self-lg-baseline {-webkit-align-self: baseline !important;-ms-flex-item-align: baseline !important;align-self: baseline !important;}
	.align-self-lg-stretch {-webkit-align-self: stretch !important;-ms-flex-item-align: stretch !important;-ms-grid-row-align: stretch !important;align-self: stretch !important;}}
@media (min-width: 1200px) {.flex-xl-row {-webkit-box-orient: horizontal !important;-webkit-box-direction: normal !important;-webkit-flex-direction: row !important;-ms-flex-direction: row !important;flex-direction: row !important;}
	.flex-xl-column {-webkit-box-orient: vertical !important;-webkit-box-direction: normal !important;-webkit-flex-direction: column !important;-ms-flex-direction: column !important;flex-direction: column !important;}
	.flex-xl-row-reverse {-webkit-box-orient: horizontal !important;-webkit-box-direction: reverse !important;-webkit-flex-direction: row-reverse !important;-ms-flex-direction: row-reverse !important;flex-direction: row-reverse !important;}
	.flex-xl-column-reverse {-webkit-box-orient: vertical !important;-webkit-box-direction: reverse !important;-webkit-flex-direction: column-reverse !important;-ms-flex-direction: column-reverse !important;flex-direction: column-reverse !important;}
	.flex-xl-wrap {-webkit-flex-wrap: wrap !important;-ms-flex-wrap: wrap !important;flex-wrap: wrap !important;}
	.flex-xl-nowrap {-webkit-flex-wrap: nowrap !important;-ms-flex-wrap: nowrap !important;flex-wrap: nowrap !important;}
	.flex-xl-wrap-reverse {-webkit-flex-wrap: wrap-reverse !important;-ms-flex-wrap: wrap-reverse !important;flex-wrap: wrap-reverse !important;}
	.flex-xl-fill {-webkit-box-flex: 1 !important;-webkit-flex: 1 1 auto !important;-ms-flex: 1 1 auto !important;flex: 1 1 auto !important;}
	.flex-xl-grow-0 {-webkit-box-flex: 0 !important;-webkit-flex-grow: 0 !important;-ms-flex-positive: 0 !important;flex-grow: 0 !important;}
	.flex-xl-grow-1 {-webkit-box-flex: 1 !important;-webkit-flex-grow: 1 !important;-ms-flex-positive: 1 !important;flex-grow: 1 !important;}
	.flex-xl-shrink-0 {-webkit-flex-shrink: 0 !important;-ms-flex-negative: 0 !important;flex-shrink: 0 !important;}
	.flex-xl-shrink-1 {-webkit-flex-shrink: 1 !important;-ms-flex-negative: 1 !important;flex-shrink: 1 !important;}
	.justify-content-xl-start {-webkit-box-pack: start !important;-webkit-justify-content: flex-start !important;-ms-flex-pack: start !important;justify-content: flex-start !important;}
	.justify-content-xl-end {-webkit-box-pack: end !important;-webkit-justify-content: flex-end !important;-ms-flex-pack: end !important;justify-content: flex-end !important;}
	.justify-content-xl-center {-webkit-box-pack: center !important;-webkit-justify-content: center !important;-ms-flex-pack: center !important;justify-content: center !important;}
	.justify-content-xl-between {-webkit-box-pack: justify !important;-webkit-justify-content: space-between !important;-ms-flex-pack: justify !important;justify-content: space-between !important;}
	.justify-content-xl-around {-webkit-justify-content: space-around !important;-ms-flex-pack: distribute !important;justify-content: space-around !important;}
	.align-items-xl-start {-webkit-box-align: start !important;-webkit-align-items: flex-start !important;-ms-flex-align: start !important;align-items: flex-start !important;}
	.align-items-xl-end {-webkit-box-align: end !important;-webkit-align-items: flex-end !important;-ms-flex-align: end !important;align-items: flex-end !important;}
	.align-items-xl-center {-webkit-box-align: center !important;-webkit-align-items: center !important;-ms-flex-align: center !important;align-items: center !important;}
	.align-items-xl-baseline {-webkit-box-align: baseline !important;-webkit-align-items: baseline !important;-ms-flex-align: baseline !important;align-items: baseline !important;}
	.align-items-xl-stretch {-webkit-box-align: stretch !important;-webkit-align-items: stretch !important;-ms-flex-align: stretch !important;align-items: stretch !important;}
	.align-content-xl-start {-webkit-align-content: flex-start !important;-ms-flex-line-pack: start !important;align-content: flex-start !important;}
	.align-content-xl-end {-webkit-align-content: flex-end !important;-ms-flex-line-pack: end !important;align-content: flex-end !important;}
	.align-content-xl-center {-webkit-align-content: center !important;-ms-flex-line-pack: center !important;align-content: center !important;}
	.align-content-xl-between {-webkit-align-content: space-between !important;-ms-flex-line-pack: justify !important;align-content: space-between !important;}
	.align-content-xl-around {-webkit-align-content: space-around !important;-ms-flex-line-pack: distribute !important;align-content: space-around !important;}
	.align-content-xl-stretch {-webkit-align-content: stretch !important;-ms-flex-line-pack: stretch !important;align-content: stretch !important;}
	.align-self-xl-auto {-webkit-align-self: auto !important;-ms-flex-item-align: auto !important;-ms-grid-row-align: auto !important;align-self: auto !important;}
	.align-self-xl-start {-webkit-align-self: flex-start !important;-ms-flex-item-align: start !important;align-self: flex-start !important;}
	.align-self-xl-end {-webkit-align-self: flex-end !important;-ms-flex-item-align: end !important;align-self: flex-end !important;}
	.align-self-xl-center {-webkit-align-self: center !important;-ms-flex-item-align: center !important;-ms-grid-row-align: center !important;align-self: center !important;}
	.align-self-xl-baseline {-webkit-align-self: baseline !important;-ms-flex-item-align: baseline !important;align-self: baseline !important;}
	.align-self-xl-stretch {-webkit-align-self: stretch !important;-ms-flex-item-align: stretch !important;-ms-grid-row-align: stretch !important;align-self: stretch !important;}}
.float-left {float: left !important;}
.float-right {float: right !important;}
.float-none {float: none !important;}
@media (min-width: 576px) {.float-sm-left {float: left !important;}
	.float-sm-right {float: right !important;}
	.float-sm-none {float: none !important;}}
@media (min-width: 768px) {.float-md-left {float: left !important;}
	.float-md-right {float: right !important;}
	.float-md-none {float: none !important;}}
@media (min-width: 992px) {.float-lg-left {float: left !important;}
	.float-lg-right {float: right !important;}
	.float-lg-none {float: none !important;}}
@media (min-width: 1200px) {.float-xl-left {float: left !important;}
	.float-xl-right {float: right !important;}
	.float-xl-none {float: none !important;}}
.user-select-all {-webkit-user-select: all !important;-moz-user-select: all !important;-ms-user-select: all !important;user-select: all !important;}
.user-select-auto {-webkit-user-select: auto !important;-moz-user-select: auto !important;-ms-user-select: auto !important;user-select: auto !important;}
.user-select-none {-webkit-user-select: none !important;-moz-user-select: none !important;-ms-user-select: none !important;user-select: none !important;}
.overflow-auto {overflow: auto !important;}
.overflow-hidden {overflow: hidden !important;}
.position-static {position: static !important;}
.position-relative {position: relative !important;}
.position-absolute {position: absolute !important;}
.position-fixed {position: fixed !important;}
.position-sticky {position: -webkit-sticky !important;position: sticky !important;}
.fixed-top {position: fixed;top: 0;right: 0;left: 0;z-index: 1030;}
.fixed-bottom {position: fixed;right: 0;bottom: 0;left: 0;z-index: 1030;}
@supports ((position: -webkit-sticky) or (position: sticky)) {.sticky-top {position: -webkit-sticky;position: sticky;top: 0;z-index: 1020;}}
.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;}
.sr-only-focusable:active, .sr-only-focusable:focus {position: static;width: auto;height: auto;overflow: visible;clip: auto;white-space: normal;}
.shadow-sm {-webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;}
.shadow {-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;}
.shadow-lg {-webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;}
.shadow-none {-webkit-box-shadow: none !important;box-shadow: none !important;}
.w-25 {width: 25% !important;}
.w-50 {width: 50% !important;}
.w-75 {width: 75% !important;}
.w-100 {width: 100% !important;}
.w-auto {width: auto !important;}
.h-25 {height: 25% !important;}
.h-50 {height: 50% !important;}
.h-75 {height: 75% !important;}
.h-100 {height: 100% !important;}
.h-auto {height: auto !important;}
.mw-100 {max-width: 100% !important;}
.mh-100 {max-height: 100% !important;}
.min-vw-100 {min-width: 100vw !important;}
.min-vh-100 {min-height: 100vh !important;}
.vw-100 {width: 100vw !important;}
.vh-100 {height: 100vh !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: 5px !important;}
.mt-1, .my-1 {margin-top: 5px !important;}
.mr-1, .mx-1 {margin-right: 5px !important;}
.mb-1, .my-1 {margin-bottom: 5px !important;}
.ml-1, .mx-1 {margin-left: 5px !important;}
.m-2 {margin: 10px !important;}
.mt-2, .my-2 {margin-top: 10px !important;}
.mr-2, .mx-2 {margin-right: 10px !important;}
.mb-2, .my-2 {margin-bottom: 10px !important;}
.ml-2, .mx-2 {margin-left: 10px !important;}
.m-3 {margin: 15px !important;}
.mt-3, .my-3 {margin-top: 15px !important;}
.mr-3, .mx-3 {margin-right: 15px !important;}
.mb-3, .my-3 {margin-bottom: 15px !important;}
.ml-3, .mx-3 {margin-left: 15px !important;}
.m-4 {margin: 20px !important;}
.mt-4, .my-4 {margin-top: 20px !important;}
.mr-4, .mx-4 {margin-right: 20px !important;}
.mb-4, .my-4 {margin-bottom: 20px !important;}
.ml-4, .mx-4 {margin-left: 20px !important;}
.m-5 {margin: 25px !important;}
.mt-5, .my-5 {margin-top: 25px !important;}
.mr-5, .mx-5 {margin-right: 25px !important;}
.mb-5, .my-5 {margin-bottom: 25px !important;}
.ml-5, .mx-5 {margin-left: 25px !important;}
.m-6 {margin: 30px !important;}
.mt-6, .my-6 {margin-top: 30px !important;}
.mr-6, .mx-6 {margin-right: 30px !important;}
.mb-6, .my-6 {margin-bottom: 30px !important;}
.ml-6, .mx-6 {margin-left: 30px !important;}
.m-7 {margin: 40px !important;}
.mt-7, .my-7 {margin-top: 40px !important;}
.mr-7, .mx-7 {margin-right: 40px !important;}
.mb-7, .my-7 {margin-bottom: 40px !important;}
.ml-7, .mx-7 {margin-left: 40px !important;}
.m-8 {margin: 50px !important;}
.mt-8, .my-8 {margin-top: 50px !important;}
.mr-8, .mx-8 {margin-right: 50px !important;}
.mb-8, .my-8 {margin-bottom: 50px !important;}
.ml-8, .mx-8 {margin-left: 50px !important;}
.m-9 {margin: 60px !important;}
.mt-9, .my-9 {margin-top: 60px !important;}
.mr-9, .mx-9 {margin-right: 60px !important;}
.mb-9, .my-9 {margin-bottom: 60px !important;}
.ml-9, .mx-9 {margin-left: 60px !important;}
.m-10 {margin: 70px !important;}
.mt-10, .my-10 {margin-top: 70px !important;}
.mr-10, .mx-10 {margin-right: 70px !important;}
.mb-10, .my-10 {margin-bottom: 70px !important;}
.ml-10, .mx-10 {margin-left: 70px !important;}
.m-11 {margin: 80px !important;}
.mt-11, .my-11 {margin-top: 80px !important;}
.mr-11, .mx-11 {margin-right: 80px !important;}
.mb-11, .my-11 {margin-bottom: 80px !important;}
.ml-11, .mx-11 {margin-left: 80px !important;}
.m-12 {margin: 90px !important;}
.mt-12, .my-12 {margin-top: 90px !important;}
.mr-12, .mx-12 {margin-right: 90px !important;}
.mb-12, .my-12 {margin-bottom: 90px !important;}
.ml-12, .mx-12 {margin-left: 90px !important;}
.m-13 {margin: 100px !important;}
.mt-13, .my-13 {margin-top: 100px !important;}
.mr-13, .mx-13 {margin-right: 100px !important;}
.mb-13, .my-13 {margin-bottom: 100px !important;}
.ml-13, .mx-13 {margin-left: 100px !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: 5px !important;}
.pt-1, .py-1 {padding-top: 5px !important;}
.pr-1, .px-1 {padding-right: 5px !important;}
.pb-1, .py-1 {padding-bottom: 5px !important;}
.pl-1, .px-1 {padding-left: 5px !important;}
.p-2 {padding: 10px !important;}
.pt-2, .py-2 {padding-top: 10px !important;}
.pr-2, .px-2 {padding-right: 10px !important;}
.pb-2, .py-2 {padding-bottom: 10px !important;}
.pl-2, .px-2 {padding-left: 10px !important;}
.p-3 {padding: 15px !important;}
.pt-3, .py-3 {padding-top: 15px !important;}
.pr-3, .px-3 {padding-right: 15px !important;}
.pb-3, .py-3 {padding-bottom: 15px !important;}
.pl-3, .px-3 {padding-left: 15px !important;}
.p-4 {padding: 20px !important;}
.pt-4, .py-4 {padding-top: 20px !important;}
.pr-4, .px-4 {padding-right: 20px !important;}
.pb-4, .py-4 {padding-bottom: 20px !important;}
.pl-4, .px-4 {padding-left: 20px !important;}
.p-5 {padding: 25px !important;}
.pt-5, .py-5 {padding-top: 25px !important;}
.pr-5, .px-5 {padding-right: 25px !important;}
.pb-5, .py-5 {padding-bottom: 25px !important;}
.pl-5, .px-5 {padding-left: 25px !important;}
.p-6 {padding: 30px !important;}
.pt-6, .py-6 {padding-top: 30px !important;}
.pr-6, .px-6 {padding-right: 30px !important;}
.pb-6, .py-6 {padding-bottom: 30px !important;}
.pl-6, .px-6 {padding-left: 30px !important;}
.p-7 {padding: 40px !important;}
.pt-7, .py-7 {padding-top: 40px !important;}
.pr-7, .px-7 {padding-right: 40px !important;}
.pb-7, .py-7 {padding-bottom: 40px !important;}
.pl-7, .px-7 {padding-left: 40px !important;}
.p-8 {padding: 50px !important;}
.pt-8, .py-8 {padding-top: 50px !important;}
.pr-8, .px-8 {padding-right: 50px !important;}
.pb-8, .py-8 {padding-bottom: 50px !important;}
.pl-8, .px-8 {padding-left: 50px !important;}
.p-9 {padding: 60px !important;}
.pt-9, .py-9 {padding-top: 60px !important;}
.pr-9, .px-9 {padding-right: 60px !important;}
.pb-9, .py-9 {padding-bottom: 60px !important;}
.pl-9, .px-9 {padding-left: 60px !important;}
.p-10 {padding: 70px !important;}
.pt-10, .py-10 {padding-top: 70px !important;}
.pr-10, .px-10 {padding-right: 70px !important;}
.pb-10, .py-10 {padding-bottom: 70px !important;}
.pl-10, .px-10 {padding-left: 70px !important;}
.p-11 {padding: 80px !important;}
.pt-11, .py-11 {padding-top: 80px !important;}
.pr-11, .px-11 {padding-right: 80px !important;}
.pb-11, .py-11 {padding-bottom: 80px !important;}
.pl-11, .px-11 {padding-left: 80px !important;}
.p-12 {padding: 90px !important;}
.pt-12, .py-12 {padding-top: 90px !important;}
.pr-12, .px-12 {padding-right: 90px !important;}
.pb-12, .py-12 {padding-bottom: 90px !important;}
.pl-12, .px-12 {padding-left: 90px !important;}
.p-13 {padding: 100px !important;}
.pt-13, .py-13 {padding-top: 100px !important;}
.pr-13, .px-13 {padding-right: 100px !important;}
.pb-13, .py-13 {padding-bottom: 100px !important;}
.pl-13, .px-13 {padding-left: 100px !important;}
.m-n1 {margin: -5px !important;}
.mt-n1, .my-n1 {margin-top: -5px !important;}
.mr-n1, .mx-n1 {margin-right: -5px !important;}
.mb-n1, .my-n1 {margin-bottom: -5px !important;}
.ml-n1, .mx-n1 {margin-left: -5px !important;}
.m-n2 {margin: -10px !important;}
.mt-n2, .my-n2 {margin-top: -10px !important;}
.mr-n2, .mx-n2 {margin-right: -10px !important;}
.mb-n2, .my-n2 {margin-bottom: -10px !important;}
.ml-n2, .mx-n2 {margin-left: -10px !important;}
.m-n3 {margin: -15px !important;}
.mt-n3, .my-n3 {margin-top: -15px !important;}
.mr-n3, .mx-n3 {margin-right: -15px !important;}
.mb-n3, .my-n3 {margin-bottom: -15px !important;}
.ml-n3, .mx-n3 {margin-left: -15px !important;}
.m-n4 {margin: -20px !important;}
.mt-n4, .my-n4 {margin-top: -20px !important;}
.mr-n4, .mx-n4 {margin-right: -20px !important;}
.mb-n4, .my-n4 {margin-bottom: -20px !important;}
.ml-n4, .mx-n4 {margin-left: -20px !important;}
.m-n5 {margin: -25px !important;}
.mt-n5, .my-n5 {margin-top: -25px !important;}
.mr-n5, .mx-n5 {margin-right: -25px !important;}
.mb-n5, .my-n5 {margin-bottom: -25px !important;}
.ml-n5, .mx-n5 {margin-left: -25px !important;}
.m-n6 {margin: -30px !important;}
.mt-n6, .my-n6 {margin-top: -30px !important;}
.mr-n6, .mx-n6 {margin-right: -30px !important;}
.mb-n6, .my-n6 {margin-bottom: -30px !important;}
.ml-n6, .mx-n6 {margin-left: -30px !important;}
.m-n7 {margin: -40px !important;}
.mt-n7, .my-n7 {margin-top: -40px !important;}
.mr-n7, .mx-n7 {margin-right: -40px !important;}
.mb-n7, .my-n7 {margin-bottom: -40px !important;}
.ml-n7, .mx-n7 {margin-left: -40px !important;}
.m-n8 {margin: -50px !important;}
.mt-n8, .my-n8 {margin-top: -50px !important;}
.mr-n8, .mx-n8 {margin-right: -50px !important;}
.mb-n8, .my-n8 {margin-bottom: -50px !important;}
.ml-n8, .mx-n8 {margin-left: -50px !important;}
.m-n9 {margin: -60px !important;}
.mt-n9, .my-n9 {margin-top: -60px !important;}
.mr-n9, .mx-n9 {margin-right: -60px !important;}
.mb-n9, .my-n9 {margin-bottom: -60px !important;}
.ml-n9, .mx-n9 {margin-left: -60px !important;}
.m-n10 {margin: -70px !important;}
.mt-n10, .my-n10 {margin-top: -70px !important;}
.mr-n10, .mx-n10 {margin-right: -70px !important;}
.mb-n10, .my-n10 {margin-bottom: -70px !important;}
.ml-n10, .mx-n10 {margin-left: -70px !important;}
.m-n11 {margin: -80px !important;}
.mt-n11, .my-n11 {margin-top: -80px !important;}
.mr-n11, .mx-n11 {margin-right: -80px !important;}
.mb-n11, .my-n11 {margin-bottom: -80px !important;}
.ml-n11, .mx-n11 {margin-left: -80px !important;}
.m-n12 {margin: -90px !important;}
.mt-n12, .my-n12 {margin-top: -90px !important;}
.mr-n12, .mx-n12 {margin-right: -90px !important;}
.mb-n12, .my-n12 {margin-bottom: -90px !important;}
.ml-n12, .mx-n12 {margin-left: -90px !important;}
.m-n13 {margin: -100px !important;}
.mt-n13, .my-n13 {margin-top: -100px !important;}
.mr-n13, .mx-n13 {margin-right: -100px !important;}
.mb-n13, .my-n13 {margin-bottom: -100px !important;}
.ml-n13, .mx-n13 {margin-left: -100px !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: 5px !important;}
	.mt-sm-1, .my-sm-1 {margin-top: 5px !important;}
	.mr-sm-1, .mx-sm-1 {margin-right: 5px !important;}
	.mb-sm-1, .my-sm-1 {margin-bottom: 5px !important;}
	.ml-sm-1, .mx-sm-1 {margin-left: 5px !important;}
	.m-sm-2 {margin: 10px !important;}
	.mt-sm-2, .my-sm-2 {margin-top: 10px !important;}
	.mr-sm-2, .mx-sm-2 {margin-right: 10px !important;}
	.mb-sm-2, .my-sm-2 {margin-bottom: 10px !important;}
	.ml-sm-2, .mx-sm-2 {margin-left: 10px !important;}
	.m-sm-3 {margin: 15px !important;}
	.mt-sm-3, .my-sm-3 {margin-top: 15px !important;}
	.mr-sm-3, .mx-sm-3 {margin-right: 15px !important;}
	.mb-sm-3, .my-sm-3 {margin-bottom: 15px !important;}
	.ml-sm-3, .mx-sm-3 {margin-left: 15px !important;}
	.m-sm-4 {margin: 20px !important;}
	.mt-sm-4, .my-sm-4 {margin-top: 20px !important;}
	.mr-sm-4, .mx-sm-4 {margin-right: 20px !important;}
	.mb-sm-4, .my-sm-4 {margin-bottom: 20px !important;}
	.ml-sm-4, .mx-sm-4 {margin-left: 20px !important;}
	.m-sm-5 {margin: 25px !important;}
	.mt-sm-5, .my-sm-5 {margin-top: 25px !important;}
	.mr-sm-5, .mx-sm-5 {margin-right: 25px !important;}
	.mb-sm-5, .my-sm-5 {margin-bottom: 25px !important;}
	.ml-sm-5, .mx-sm-5 {margin-left: 25px !important;}
	.m-sm-6 {margin: 30px !important;}
	.mt-sm-6, .my-sm-6 {margin-top: 30px !important;}
	.mr-sm-6, .mx-sm-6 {margin-right: 30px !important;}
	.mb-sm-6, .my-sm-6 {margin-bottom: 30px !important;}
	.ml-sm-6, .mx-sm-6 {margin-left: 30px !important;}
	.m-sm-7 {margin: 40px !important;}
	.mt-sm-7, .my-sm-7 {margin-top: 40px !important;}
	.mr-sm-7, .mx-sm-7 {margin-right: 40px !important;}
	.mb-sm-7, .my-sm-7 {margin-bottom: 40px !important;}
	.ml-sm-7, .mx-sm-7 {margin-left: 40px !important;}
	.m-sm-8 {margin: 50px !important;}
	.mt-sm-8, .my-sm-8 {margin-top: 50px !important;}
	.mr-sm-8, .mx-sm-8 {margin-right: 50px !important;}
	.mb-sm-8, .my-sm-8 {margin-bottom: 50px !important;}
	.ml-sm-8, .mx-sm-8 {margin-left: 50px !important;}
	.m-sm-9 {margin: 60px !important;}
	.mt-sm-9, .my-sm-9 {margin-top: 60px !important;}
	.mr-sm-9, .mx-sm-9 {margin-right: 60px !important;}
	.mb-sm-9, .my-sm-9 {margin-bottom: 60px !important;}
	.ml-sm-9, .mx-sm-9 {margin-left: 60px !important;}
	.m-sm-10 {margin: 70px !important;}
	.mt-sm-10, .my-sm-10 {margin-top: 70px !important;}
	.mr-sm-10, .mx-sm-10 {margin-right: 70px !important;}
	.mb-sm-10, .my-sm-10 {margin-bottom: 70px !important;}
	.ml-sm-10, .mx-sm-10 {margin-left: 70px !important;}
	.m-sm-11 {margin: 80px !important;}
	.mt-sm-11, .my-sm-11 {margin-top: 80px !important;}
	.mr-sm-11, .mx-sm-11 {margin-right: 80px !important;}
	.mb-sm-11, .my-sm-11 {margin-bottom: 80px !important;}
	.ml-sm-11, .mx-sm-11 {margin-left: 80px !important;}
	.m-sm-12 {margin: 90px !important;}
	.mt-sm-12, .my-sm-12 {margin-top: 90px !important;}
	.mr-sm-12, .mx-sm-12 {margin-right: 90px !important;}
	.mb-sm-12, .my-sm-12 {margin-bottom: 90px !important;}
	.ml-sm-12, .mx-sm-12 {margin-left: 90px !important;}
	.m-sm-13 {margin: 100px !important;}
	.mt-sm-13, .my-sm-13 {margin-top: 100px !important;}
	.mr-sm-13, .mx-sm-13 {margin-right: 100px !important;}
	.mb-sm-13, .my-sm-13 {margin-bottom: 100px !important;}
	.ml-sm-13, .mx-sm-13 {margin-left: 100px !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: 5px !important;}
	.pt-sm-1, .py-sm-1 {padding-top: 5px !important;}
	.pr-sm-1, .px-sm-1 {padding-right: 5px !important;}
	.pb-sm-1, .py-sm-1 {padding-bottom: 5px !important;}
	.pl-sm-1, .px-sm-1 {padding-left: 5px !important;}
	.p-sm-2 {padding: 10px !important;}
	.pt-sm-2, .py-sm-2 {padding-top: 10px !important;}
	.pr-sm-2, .px-sm-2 {padding-right: 10px !important;}
	.pb-sm-2, .py-sm-2 {padding-bottom: 10px !important;}
	.pl-sm-2, .px-sm-2 {padding-left: 10px !important;}
	.p-sm-3 {padding: 15px !important;}
	.pt-sm-3, .py-sm-3 {padding-top: 15px !important;}
	.pr-sm-3, .px-sm-3 {padding-right: 15px !important;}
	.pb-sm-3, .py-sm-3 {padding-bottom: 15px !important;}
	.pl-sm-3, .px-sm-3 {padding-left: 15px !important;}
	.p-sm-4 {padding: 20px !important;}
	.pt-sm-4, .py-sm-4 {padding-top: 20px !important;}
	.pr-sm-4, .px-sm-4 {padding-right: 20px !important;}
	.pb-sm-4, .py-sm-4 {padding-bottom: 20px !important;}
	.pl-sm-4, .px-sm-4 {padding-left: 20px !important;}
	.p-sm-5 {padding: 25px !important;}
	.pt-sm-5, .py-sm-5 {padding-top: 25px !important;}
	.pr-sm-5, .px-sm-5 {padding-right: 25px !important;}
	.pb-sm-5, .py-sm-5 {padding-bottom: 25px !important;}
	.pl-sm-5, .px-sm-5 {padding-left: 25px !important;}
	.p-sm-6 {padding: 30px !important;}
	.pt-sm-6, .py-sm-6 {padding-top: 30px !important;}
	.pr-sm-6, .px-sm-6 {padding-right: 30px !important;}
	.pb-sm-6, .py-sm-6 {padding-bottom: 30px !important;}
	.pl-sm-6, .px-sm-6 {padding-left: 30px !important;}
	.p-sm-7 {padding: 40px !important;}
	.pt-sm-7, .py-sm-7 {padding-top: 40px !important;}
	.pr-sm-7, .px-sm-7 {padding-right: 40px !important;}
	.pb-sm-7, .py-sm-7 {padding-bottom: 40px !important;}
	.pl-sm-7, .px-sm-7 {padding-left: 40px !important;}
	.p-sm-8 {padding: 50px !important;}
	.pt-sm-8, .py-sm-8 {padding-top: 50px !important;}
	.pr-sm-8, .px-sm-8 {padding-right: 50px !important;}
	.pb-sm-8, .py-sm-8 {padding-bottom: 50px !important;}
	.pl-sm-8, .px-sm-8 {padding-left: 50px !important;}
	.p-sm-9 {padding: 60px !important;}
	.pt-sm-9, .py-sm-9 {padding-top: 60px !important;}
	.pr-sm-9, .px-sm-9 {padding-right: 60px !important;}
	.pb-sm-9, .py-sm-9 {padding-bottom: 60px !important;}
	.pl-sm-9, .px-sm-9 {padding-left: 60px !important;}
	.p-sm-10 {padding: 70px !important;}
	.pt-sm-10, .py-sm-10 {padding-top: 70px !important;}
	.pr-sm-10, .px-sm-10 {padding-right: 70px !important;}
	.pb-sm-10, .py-sm-10 {padding-bottom: 70px !important;}
	.pl-sm-10, .px-sm-10 {padding-left: 70px !important;}
	.p-sm-11 {padding: 80px !important;}
	.pt-sm-11, .py-sm-11 {padding-top: 80px !important;}
	.pr-sm-11, .px-sm-11 {padding-right: 80px !important;}
	.pb-sm-11, .py-sm-11 {padding-bottom: 80px !important;}
	.pl-sm-11, .px-sm-11 {padding-left: 80px !important;}
	.p-sm-12 {padding: 90px !important;}
	.pt-sm-12, .py-sm-12 {padding-top: 90px !important;}
	.pr-sm-12, .px-sm-12 {padding-right: 90px !important;}
	.pb-sm-12, .py-sm-12 {padding-bottom: 90px !important;}
	.pl-sm-12, .px-sm-12 {padding-left: 90px !important;}
	.p-sm-13 {padding: 100px !important;}
	.pt-sm-13, .py-sm-13 {padding-top: 100px !important;}
	.pr-sm-13, .px-sm-13 {padding-right: 100px !important;}
	.pb-sm-13, .py-sm-13 {padding-bottom: 100px !important;}
	.pl-sm-13, .px-sm-13 {padding-left: 100px !important;}
	.m-sm-n1 {margin: -5px !important;}
	.mt-sm-n1, .my-sm-n1 {margin-top: -5px !important;}
	.mr-sm-n1, .mx-sm-n1 {margin-right: -5px !important;}
	.mb-sm-n1, .my-sm-n1 {margin-bottom: -5px !important;}
	.ml-sm-n1, .mx-sm-n1 {margin-left: -5px !important;}
	.m-sm-n2 {margin: -10px !important;}
	.mt-sm-n2, .my-sm-n2 {margin-top: -10px !important;}
	.mr-sm-n2, .mx-sm-n2 {margin-right: -10px !important;}
	.mb-sm-n2, .my-sm-n2 {margin-bottom: -10px !important;}
	.ml-sm-n2, .mx-sm-n2 {margin-left: -10px !important;}
	.m-sm-n3 {margin: -15px !important;}
	.mt-sm-n3, .my-sm-n3 {margin-top: -15px !important;}
	.mr-sm-n3, .mx-sm-n3 {margin-right: -15px !important;}
	.mb-sm-n3, .my-sm-n3 {margin-bottom: -15px !important;}
	.ml-sm-n3, .mx-sm-n3 {margin-left: -15px !important;}
	.m-sm-n4 {margin: -20px !important;}
	.mt-sm-n4, .my-sm-n4 {margin-top: -20px !important;}
	.mr-sm-n4, .mx-sm-n4 {margin-right: -20px !important;}
	.mb-sm-n4, .my-sm-n4 {margin-bottom: -20px !important;}
	.ml-sm-n4, .mx-sm-n4 {margin-left: -20px !important;}
	.m-sm-n5 {margin: -25px !important;}
	.mt-sm-n5, .my-sm-n5 {margin-top: -25px !important;}
	.mr-sm-n5, .mx-sm-n5 {margin-right: -25px !important;}
	.mb-sm-n5, .my-sm-n5 {margin-bottom: -25px !important;}
	.ml-sm-n5, .mx-sm-n5 {margin-left: -25px !important;}
	.m-sm-n6 {margin: -30px !important;}
	.mt-sm-n6, .my-sm-n6 {margin-top: -30px !important;}
	.mr-sm-n6, .mx-sm-n6 {margin-right: -30px !important;}
	.mb-sm-n6, .my-sm-n6 {margin-bottom: -30px !important;}
	.ml-sm-n6, .mx-sm-n6 {margin-left: -30px !important;}
	.m-sm-n7 {margin: -40px !important;}
	.mt-sm-n7, .my-sm-n7 {margin-top: -40px !important;}
	.mr-sm-n7, .mx-sm-n7 {margin-right: -40px !important;}
	.mb-sm-n7, .my-sm-n7 {margin-bottom: -40px !important;}
	.ml-sm-n7, .mx-sm-n7 {margin-left: -40px !important;}
	.m-sm-n8 {margin: -50px !important;}
	.mt-sm-n8, .my-sm-n8 {margin-top: -50px !important;}
	.mr-sm-n8, .mx-sm-n8 {margin-right: -50px !important;}
	.mb-sm-n8, .my-sm-n8 {margin-bottom: -50px !important;}
	.ml-sm-n8, .mx-sm-n8 {margin-left: -50px !important;}
	.m-sm-n9 {margin: -60px !important;}
	.mt-sm-n9, .my-sm-n9 {margin-top: -60px !important;}
	.mr-sm-n9, .mx-sm-n9 {margin-right: -60px !important;}
	.mb-sm-n9, .my-sm-n9 {margin-bottom: -60px !important;}
	.ml-sm-n9, .mx-sm-n9 {margin-left: -60px !important;}
	.m-sm-n10 {margin: -70px !important;}
	.mt-sm-n10, .my-sm-n10 {margin-top: -70px !important;}
	.mr-sm-n10, .mx-sm-n10 {margin-right: -70px !important;}
	.mb-sm-n10, .my-sm-n10 {margin-bottom: -70px !important;}
	.ml-sm-n10, .mx-sm-n10 {margin-left: -70px !important;}
	.m-sm-n11 {margin: -80px !important;}
	.mt-sm-n11, .my-sm-n11 {margin-top: -80px !important;}
	.mr-sm-n11, .mx-sm-n11 {margin-right: -80px !important;}
	.mb-sm-n11, .my-sm-n11 {margin-bottom: -80px !important;}
	.ml-sm-n11, .mx-sm-n11 {margin-left: -80px !important;}
	.m-sm-n12 {margin: -90px !important;}
	.mt-sm-n12, .my-sm-n12 {margin-top: -90px !important;}
	.mr-sm-n12, .mx-sm-n12 {margin-right: -90px !important;}
	.mb-sm-n12, .my-sm-n12 {margin-bottom: -90px !important;}
	.ml-sm-n12, .mx-sm-n12 {margin-left: -90px !important;}
	.m-sm-n13 {margin: -100px !important;}
	.mt-sm-n13, .my-sm-n13 {margin-top: -100px !important;}
	.mr-sm-n13, .mx-sm-n13 {margin-right: -100px !important;}
	.mb-sm-n13, .my-sm-n13 {margin-bottom: -100px !important;}
	.ml-sm-n13, .mx-sm-n13 {margin-left: -100px !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: 5px !important;}
	.mt-md-1, .my-md-1 {margin-top: 5px !important;}
	.mr-md-1, .mx-md-1 {margin-right: 5px !important;}
	.mb-md-1, .my-md-1 {margin-bottom: 5px !important;}
	.ml-md-1, .mx-md-1 {margin-left: 5px !important;}
	.m-md-2 {margin: 10px !important;}
	.mt-md-2, .my-md-2 {margin-top: 10px !important;}
	.mr-md-2, .mx-md-2 {margin-right: 10px !important;}
	.mb-md-2, .my-md-2 {margin-bottom: 10px !important;}
	.ml-md-2, .mx-md-2 {margin-left: 10px !important;}
	.m-md-3 {margin: 15px !important;}
	.mt-md-3, .my-md-3 {margin-top: 15px !important;}
	.mr-md-3, .mx-md-3 {margin-right: 15px !important;}
	.mb-md-3, .my-md-3 {margin-bottom: 15px !important;}
	.ml-md-3, .mx-md-3 {margin-left: 15px !important;}
	.m-md-4 {margin: 20px !important;}
	.mt-md-4, .my-md-4 {margin-top: 20px !important;}
	.mr-md-4, .mx-md-4 {margin-right: 20px !important;}
	.mb-md-4, .my-md-4 {margin-bottom: 20px !important;}
	.ml-md-4, .mx-md-4 {margin-left: 20px !important;}
	.m-md-5 {margin: 25px !important;}
	.mt-md-5, .my-md-5 {margin-top: 25px !important;}
	.mr-md-5, .mx-md-5 {margin-right: 25px !important;}
	.mb-md-5, .my-md-5 {margin-bottom: 25px !important;}
	.ml-md-5, .mx-md-5 {margin-left: 25px !important;}
	.m-md-6 {margin: 30px !important;}
	.mt-md-6, .my-md-6 {margin-top: 30px !important;}
	.mr-md-6, .mx-md-6 {margin-right: 30px !important;}
	.mb-md-6, .my-md-6 {margin-bottom: 30px !important;}
	.ml-md-6, .mx-md-6 {margin-left: 30px !important;}
	.m-md-7 {margin: 40px !important;}
	.mt-md-7, .my-md-7 {margin-top: 40px !important;}
	.mr-md-7, .mx-md-7 {margin-right: 40px !important;}
	.mb-md-7, .my-md-7 {margin-bottom: 40px !important;}
	.ml-md-7, .mx-md-7 {margin-left: 40px !important;}
	.m-md-8 {margin: 50px !important;}
	.mt-md-8, .my-md-8 {margin-top: 50px !important;}
	.mr-md-8, .mx-md-8 {margin-right: 50px !important;}
	.mb-md-8, .my-md-8 {margin-bottom: 50px !important;}
	.ml-md-8, .mx-md-8 {margin-left: 50px !important;}
	.m-md-9 {margin: 60px !important;}
	.mt-md-9, .my-md-9 {margin-top: 60px !important;}
	.mr-md-9, .mx-md-9 {margin-right: 60px !important;}
	.mb-md-9, .my-md-9 {margin-bottom: 60px !important;}
	.ml-md-9, .mx-md-9 {margin-left: 60px !important;}
	.m-md-10 {margin: 70px !important;}
	.mt-md-10, .my-md-10 {margin-top: 70px !important;}
	.mr-md-10, .mx-md-10 {margin-right: 70px !important;}
	.mb-md-10, .my-md-10 {margin-bottom: 70px !important;}
	.ml-md-10, .mx-md-10 {margin-left: 70px !important;}
	.m-md-11 {margin: 80px !important;}
	.mt-md-11, .my-md-11 {margin-top: 80px !important;}
	.mr-md-11, .mx-md-11 {margin-right: 80px !important;}
	.mb-md-11, .my-md-11 {margin-bottom: 80px !important;}
	.ml-md-11, .mx-md-11 {margin-left: 80px !important;}
	.m-md-12 {margin: 90px !important;}
	.mt-md-12, .my-md-12 {margin-top: 90px !important;}
	.mr-md-12, .mx-md-12 {margin-right: 90px !important;}
	.mb-md-12, .my-md-12 {margin-bottom: 90px !important;}
	.ml-md-12, .mx-md-12 {margin-left: 90px !important;}
	.m-md-13 {margin: 100px !important;}
	.mt-md-13, .my-md-13 {margin-top: 100px !important;}
	.mr-md-13, .mx-md-13 {margin-right: 100px !important;}
	.mb-md-13, .my-md-13 {margin-bottom: 100px !important;}
	.ml-md-13, .mx-md-13 {margin-left: 100px !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: 5px !important;}
	.pt-md-1, .py-md-1 {padding-top: 5px !important;}
	.pr-md-1, .px-md-1 {padding-right: 5px !important;}
	.pb-md-1, .py-md-1 {padding-bottom: 5px !important;}
	.pl-md-1, .px-md-1 {padding-left: 5px !important;}
	.p-md-2 {padding: 10px !important;}
	.pt-md-2, .py-md-2 {padding-top: 10px !important;}
	.pr-md-2, .px-md-2 {padding-right: 10px !important;}
	.pb-md-2, .py-md-2 {padding-bottom: 10px !important;}
	.pl-md-2, .px-md-2 {padding-left: 10px !important;}
	.p-md-3 {padding: 15px !important;}
	.pt-md-3, .py-md-3 {padding-top: 15px !important;}
	.pr-md-3, .px-md-3 {padding-right: 15px !important;}
	.pb-md-3, .py-md-3 {padding-bottom: 15px !important;}
	.pl-md-3, .px-md-3 {padding-left: 15px !important;}
	.p-md-4 {padding: 20px !important;}
	.pt-md-4, .py-md-4 {padding-top: 20px !important;}
	.pr-md-4, .px-md-4 {padding-right: 20px !important;}
	.pb-md-4, .py-md-4 {padding-bottom: 20px !important;}
	.pl-md-4, .px-md-4 {padding-left: 20px !important;}
	.p-md-5 {padding: 25px !important;}
	.pt-md-5, .py-md-5 {padding-top: 25px !important;}
	.pr-md-5, .px-md-5 {padding-right: 25px !important;}
	.pb-md-5, .py-md-5 {padding-bottom: 25px !important;}
	.pl-md-5, .px-md-5 {padding-left: 25px !important;}
	.p-md-6 {padding: 30px !important;}
	.pt-md-6, .py-md-6 {padding-top: 30px !important;}
	.pr-md-6, .px-md-6 {padding-right: 30px !important;}
	.pb-md-6, .py-md-6 {padding-bottom: 30px !important;}
	.pl-md-6, .px-md-6 {padding-left: 30px !important;}
	.p-md-7 {padding: 40px !important;}
	.pt-md-7, .py-md-7 {padding-top: 40px !important;}
	.pr-md-7, .px-md-7 {padding-right: 40px !important;}
	.pb-md-7, .py-md-7 {padding-bottom: 40px !important;}
	.pl-md-7, .px-md-7 {padding-left: 40px !important;}
	.p-md-8 {padding: 50px !important;}
	.pt-md-8, .py-md-8 {padding-top: 50px !important;}
	.pr-md-8, .px-md-8 {padding-right: 50px !important;}
	.pb-md-8, .py-md-8 {padding-bottom: 50px !important;}
	.pl-md-8, .px-md-8 {padding-left: 50px !important;}
	.p-md-9 {padding: 60px !important;}
	.pt-md-9, .py-md-9 {padding-top: 60px !important;}
	.pr-md-9, .px-md-9 {padding-right: 60px !important;}
	.pb-md-9, .py-md-9 {padding-bottom: 60px !important;}
	.pl-md-9, .px-md-9 {padding-left: 60px !important;}
	.p-md-10 {padding: 70px !important;}
	.pt-md-10, .py-md-10 {padding-top: 70px !important;}
	.pr-md-10, .px-md-10 {padding-right: 70px !important;}
	.pb-md-10, .py-md-10 {padding-bottom: 70px !important;}
	.pl-md-10, .px-md-10 {padding-left: 70px !important;}
	.p-md-11 {padding: 80px !important;}
	.pt-md-11, .py-md-11 {padding-top: 80px !important;}
	.pr-md-11, .px-md-11 {padding-right: 80px !important;}
	.pb-md-11, .py-md-11 {padding-bottom: 80px !important;}
	.pl-md-11, .px-md-11 {padding-left: 80px !important;}
	.p-md-12 {padding: 90px !important;}
	.pt-md-12, .py-md-12 {padding-top: 90px !important;}
	.pr-md-12, .px-md-12 {padding-right: 90px !important;}
	.pb-md-12, .py-md-12 {padding-bottom: 90px !important;}
	.pl-md-12, .px-md-12 {padding-left: 90px !important;}
	.p-md-13 {padding: 100px !important;}
	.pt-md-13, .py-md-13 {padding-top: 100px !important;}
	.pr-md-13, .px-md-13 {padding-right: 100px !important;}
	.pb-md-13, .py-md-13 {padding-bottom: 100px !important;}
	.pl-md-13, .px-md-13 {padding-left: 100px !important;}
	.m-md-n1 {margin: -5px !important;}
	.mt-md-n1, .my-md-n1 {margin-top: -5px !important;}
	.mr-md-n1, .mx-md-n1 {margin-right: -5px !important;}
	.mb-md-n1, .my-md-n1 {margin-bottom: -5px !important;}
	.ml-md-n1, .mx-md-n1 {margin-left: -5px !important;}
	.m-md-n2 {margin: -10px !important;}
	.mt-md-n2, .my-md-n2 {margin-top: -10px !important;}
	.mr-md-n2, .mx-md-n2 {margin-right: -10px !important;}
	.mb-md-n2, .my-md-n2 {margin-bottom: -10px !important;}
	.ml-md-n2, .mx-md-n2 {margin-left: -10px !important;}
	.m-md-n3 {margin: -15px !important;}
	.mt-md-n3, .my-md-n3 {margin-top: -15px !important;}
	.mr-md-n3, .mx-md-n3 {margin-right: -15px !important;}
	.mb-md-n3, .my-md-n3 {margin-bottom: -15px !important;}
	.ml-md-n3, .mx-md-n3 {margin-left: -15px !important;}
	.m-md-n4 {margin: -20px !important;}
	.mt-md-n4, .my-md-n4 {margin-top: -20px !important;}
	.mr-md-n4, .mx-md-n4 {margin-right: -20px !important;}
	.mb-md-n4, .my-md-n4 {margin-bottom: -20px !important;}
	.ml-md-n4, .mx-md-n4 {margin-left: -20px !important;}
	.m-md-n5 {margin: -25px !important;}
	.mt-md-n5, .my-md-n5 {margin-top: -25px !important;}
	.mr-md-n5, .mx-md-n5 {margin-right: -25px !important;}
	.mb-md-n5, .my-md-n5 {margin-bottom: -25px !important;}
	.ml-md-n5, .mx-md-n5 {margin-left: -25px !important;}
	.m-md-n6 {margin: -30px !important;}
	.mt-md-n6, .my-md-n6 {margin-top: -30px !important;}
	.mr-md-n6, .mx-md-n6 {margin-right: -30px !important;}
	.mb-md-n6, .my-md-n6 {margin-bottom: -30px !important;}
	.ml-md-n6, .mx-md-n6 {margin-left: -30px !important;}
	.m-md-n7 {margin: -40px !important;}
	.mt-md-n7, .my-md-n7 {margin-top: -40px !important;}
	.mr-md-n7, .mx-md-n7 {margin-right: -40px !important;}
	.mb-md-n7, .my-md-n7 {margin-bottom: -40px !important;}
	.ml-md-n7, .mx-md-n7 {margin-left: -40px !important;}
	.m-md-n8 {margin: -50px !important;}
	.mt-md-n8, .my-md-n8 {margin-top: -50px !important;}
	.mr-md-n8, .mx-md-n8 {margin-right: -50px !important;}
	.mb-md-n8, .my-md-n8 {margin-bottom: -50px !important;}
	.ml-md-n8, .mx-md-n8 {margin-left: -50px !important;}
	.m-md-n9 {margin: -60px !important;}
	.mt-md-n9, .my-md-n9 {margin-top: -60px !important;}
	.mr-md-n9, .mx-md-n9 {margin-right: -60px !important;}
	.mb-md-n9, .my-md-n9 {margin-bottom: -60px !important;}
	.ml-md-n9, .mx-md-n9 {margin-left: -60px !important;}
	.m-md-n10 {margin: -70px !important;}
	.mt-md-n10, .my-md-n10 {margin-top: -70px !important;}
	.mr-md-n10, .mx-md-n10 {margin-right: -70px !important;}
	.mb-md-n10, .my-md-n10 {margin-bottom: -70px !important;}
	.ml-md-n10, .mx-md-n10 {margin-left: -70px !important;}
	.m-md-n11 {margin: -80px !important;}
	.mt-md-n11, .my-md-n11 {margin-top: -80px !important;}
	.mr-md-n11, .mx-md-n11 {margin-right: -80px !important;}
	.mb-md-n11, .my-md-n11 {margin-bottom: -80px !important;}
	.ml-md-n11, .mx-md-n11 {margin-left: -80px !important;}
	.m-md-n12 {margin: -90px !important;}
	.mt-md-n12, .my-md-n12 {margin-top: -90px !important;}
	.mr-md-n12, .mx-md-n12 {margin-right: -90px !important;}
	.mb-md-n12, .my-md-n12 {margin-bottom: -90px !important;}
	.ml-md-n12, .mx-md-n12 {margin-left: -90px !important;}
	.m-md-n13 {margin: -100px !important;}
	.mt-md-n13, .my-md-n13 {margin-top: -100px !important;}
	.mr-md-n13, .mx-md-n13 {margin-right: -100px !important;}
	.mb-md-n13, .my-md-n13 {margin-bottom: -100px !important;}
	.ml-md-n13, .mx-md-n13 {margin-left: -100px !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: 5px !important;}
	.mt-lg-1, .my-lg-1 {margin-top: 5px !important;}
	.mr-lg-1, .mx-lg-1 {margin-right: 5px !important;}
	.mb-lg-1, .my-lg-1 {margin-bottom: 5px !important;}
	.ml-lg-1, .mx-lg-1 {margin-left: 5px !important;}
	.m-lg-2 {margin: 10px !important;}
	.mt-lg-2, .my-lg-2 {margin-top: 10px !important;}
	.mr-lg-2, .mx-lg-2 {margin-right: 10px !important;}
	.mb-lg-2, .my-lg-2 {margin-bottom: 10px !important;}
	.ml-lg-2, .mx-lg-2 {margin-left: 10px !important;}
	.m-lg-3 {margin: 15px !important;}
	.mt-lg-3, .my-lg-3 {margin-top: 15px !important;}
	.mr-lg-3, .mx-lg-3 {margin-right: 15px !important;}
	.mb-lg-3, .my-lg-3 {margin-bottom: 15px !important;}
	.ml-lg-3, .mx-lg-3 {margin-left: 15px !important;}
	.m-lg-4 {margin: 20px !important;}
	.mt-lg-4, .my-lg-4 {margin-top: 20px !important;}
	.mr-lg-4, .mx-lg-4 {margin-right: 20px !important;}
	.mb-lg-4, .my-lg-4 {margin-bottom: 20px !important;}
	.ml-lg-4, .mx-lg-4 {margin-left: 20px !important;}
	.m-lg-5 {margin: 25px !important;}
	.mt-lg-5, .my-lg-5 {margin-top: 25px !important;}
	.mr-lg-5, .mx-lg-5 {margin-right: 25px !important;}
	.mb-lg-5, .my-lg-5 {margin-bottom: 25px !important;}
	.ml-lg-5, .mx-lg-5 {margin-left: 25px !important;}
	.m-lg-6 {margin: 30px !important;}
	.mt-lg-6, .my-lg-6 {margin-top: 30px !important;}
	.mr-lg-6, .mx-lg-6 {margin-right: 30px !important;}
	.mb-lg-6, .my-lg-6 {margin-bottom: 30px !important;}
	.ml-lg-6, .mx-lg-6 {margin-left: 30px !important;}
	.m-lg-7 {margin: 40px !important;}
	.mt-lg-7, .my-lg-7 {margin-top: 40px !important;}
	.mr-lg-7, .mx-lg-7 {margin-right: 40px !important;}
	.mb-lg-7, .my-lg-7 {margin-bottom: 40px !important;}
	.ml-lg-7, .mx-lg-7 {margin-left: 40px !important;}
	.m-lg-8 {margin: 50px !important;}
	.mt-lg-8, .my-lg-8 {margin-top: 50px !important;}
	.mr-lg-8, .mx-lg-8 {margin-right: 50px !important;}
	.mb-lg-8, .my-lg-8 {margin-bottom: 50px !important;}
	.ml-lg-8, .mx-lg-8 {margin-left: 50px !important;}
	.m-lg-9 {margin: 60px !important;}
	.mt-lg-9, .my-lg-9 {margin-top: 60px !important;}
	.mr-lg-9, .mx-lg-9 {margin-right: 60px !important;}
	.mb-lg-9, .my-lg-9 {margin-bottom: 60px !important;}
	.ml-lg-9, .mx-lg-9 {margin-left: 60px !important;}
	.m-lg-10 {margin: 70px !important;}
	.mt-lg-10, .my-lg-10 {margin-top: 70px !important;}
	.mr-lg-10, .mx-lg-10 {margin-right: 70px !important;}
	.mb-lg-10, .my-lg-10 {margin-bottom: 70px !important;}
	.ml-lg-10, .mx-lg-10 {margin-left: 70px !important;}
	.m-lg-11 {margin: 80px !important;}
	.mt-lg-11, .my-lg-11 {margin-top: 80px !important;}
	.mr-lg-11, .mx-lg-11 {margin-right: 80px !important;}
	.mb-lg-11, .my-lg-11 {margin-bottom: 80px !important;}
	.ml-lg-11, .mx-lg-11 {margin-left: 80px !important;}
	.m-lg-12 {margin: 90px !important;}
	.mt-lg-12, .my-lg-12 {margin-top: 90px !important;}
	.mr-lg-12, .mx-lg-12 {margin-right: 90px !important;}
	.mb-lg-12, .my-lg-12 {margin-bottom: 90px !important;}
	.ml-lg-12, .mx-lg-12 {margin-left: 90px !important;}
	.m-lg-13 {margin: 100px !important;}
	.mt-lg-13, .my-lg-13 {margin-top: 100px !important;}
	.mr-lg-13, .mx-lg-13 {margin-right: 100px !important;}
	.mb-lg-13, .my-lg-13 {margin-bottom: 100px !important;}
	.ml-lg-13, .mx-lg-13 {margin-left: 100px !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: 5px !important;}
	.pt-lg-1, .py-lg-1 {padding-top: 5px !important;}
	.pr-lg-1, .px-lg-1 {padding-right: 5px !important;}
	.pb-lg-1, .py-lg-1 {padding-bottom: 5px !important;}
	.pl-lg-1, .px-lg-1 {padding-left: 5px !important;}
	.p-lg-2 {padding: 10px !important;}
	.pt-lg-2, .py-lg-2 {padding-top: 10px !important;}
	.pr-lg-2, .px-lg-2 {padding-right: 10px !important;}
	.pb-lg-2, .py-lg-2 {padding-bottom: 10px !important;}
	.pl-lg-2, .px-lg-2 {padding-left: 10px !important;}
	.p-lg-3 {padding: 15px !important;}
	.pt-lg-3, .py-lg-3 {padding-top: 15px !important;}
	.pr-lg-3, .px-lg-3 {padding-right: 15px !important;}
	.pb-lg-3, .py-lg-3 {padding-bottom: 15px !important;}
	.pl-lg-3, .px-lg-3 {padding-left: 15px !important;}
	.p-lg-4 {padding: 20px !important;}
	.pt-lg-4, .py-lg-4 {padding-top: 20px !important;}
	.pr-lg-4, .px-lg-4 {padding-right: 20px !important;}
	.pb-lg-4, .py-lg-4 {padding-bottom: 20px !important;}
	.pl-lg-4, .px-lg-4 {padding-left: 20px !important;}
	.p-lg-5 {padding: 25px !important;}
	.pt-lg-5, .py-lg-5 {padding-top: 25px !important;}
	.pr-lg-5, .px-lg-5 {padding-right: 25px !important;}
	.pb-lg-5, .py-lg-5 {padding-bottom: 25px !important;}
	.pl-lg-5, .px-lg-5 {padding-left: 25px !important;}
	.p-lg-6 {padding: 30px !important;}
	.pt-lg-6, .py-lg-6 {padding-top: 30px !important;}
	.pr-lg-6, .px-lg-6 {padding-right: 30px !important;}
	.pb-lg-6, .py-lg-6 {padding-bottom: 30px !important;}
	.pl-lg-6, .px-lg-6 {padding-left: 30px !important;}
	.p-lg-7 {padding: 40px !important;}
	.pt-lg-7, .py-lg-7 {padding-top: 40px !important;}
	.pr-lg-7, .px-lg-7 {padding-right: 40px !important;}
	.pb-lg-7, .py-lg-7 {padding-bottom: 40px !important;}
	.pl-lg-7, .px-lg-7 {padding-left: 40px !important;}
	.p-lg-8 {padding: 50px !important;}
	.pt-lg-8, .py-lg-8 {padding-top: 50px !important;}
	.pr-lg-8, .px-lg-8 {padding-right: 50px !important;}
	.pb-lg-8, .py-lg-8 {padding-bottom: 50px !important;}
	.pl-lg-8, .px-lg-8 {padding-left: 50px !important;}
	.p-lg-9 {padding: 60px !important;}
	.pt-lg-9, .py-lg-9 {padding-top: 60px !important;}
	.pr-lg-9, .px-lg-9 {padding-right: 60px !important;}
	.pb-lg-9, .py-lg-9 {padding-bottom: 60px !important;}
	.pl-lg-9, .px-lg-9 {padding-left: 60px !important;}
	.p-lg-10 {padding: 70px !important;}
	.pt-lg-10, .py-lg-10 {padding-top: 70px !important;}
	.pr-lg-10, .px-lg-10 {padding-right: 70px !important;}
	.pb-lg-10, .py-lg-10 {padding-bottom: 70px !important;}
	.pl-lg-10, .px-lg-10 {padding-left: 70px !important;}
	.p-lg-11 {padding: 80px !important;}
	.pt-lg-11, .py-lg-11 {padding-top: 80px !important;}
	.pr-lg-11, .px-lg-11 {padding-right: 80px !important;}
	.pb-lg-11, .py-lg-11 {padding-bottom: 80px !important;}
	.pl-lg-11, .px-lg-11 {padding-left: 80px !important;}
	.p-lg-12 {padding: 90px !important;}
	.pt-lg-12, .py-lg-12 {padding-top: 90px !important;}
	.pr-lg-12, .px-lg-12 {padding-right: 90px !important;}
	.pb-lg-12, .py-lg-12 {padding-bottom: 90px !important;}
	.pl-lg-12, .px-lg-12 {padding-left: 90px !important;}
	.p-lg-13 {padding: 100px !important;}
	.pt-lg-13, .py-lg-13 {padding-top: 100px !important;}
	.pr-lg-13, .px-lg-13 {padding-right: 100px !important;}
	.pb-lg-13, .py-lg-13 {padding-bottom: 100px !important;}
	.pl-lg-13, .px-lg-13 {padding-left: 100px !important;}
	.m-lg-n1 {margin: -5px !important;}
	.mt-lg-n1, .my-lg-n1 {margin-top: -5px !important;}
	.mr-lg-n1, .mx-lg-n1 {margin-right: -5px !important;}
	.mb-lg-n1, .my-lg-n1 {margin-bottom: -5px !important;}
	.ml-lg-n1, .mx-lg-n1 {margin-left: -5px !important;}
	.m-lg-n2 {margin: -10px !important;}
	.mt-lg-n2, .my-lg-n2 {margin-top: -10px !important;}
	.mr-lg-n2, .mx-lg-n2 {margin-right: -10px !important;}
	.mb-lg-n2, .my-lg-n2 {margin-bottom: -10px !important;}
	.ml-lg-n2, .mx-lg-n2 {margin-left: -10px !important;}
	.m-lg-n3 {margin: -15px !important;}
	.mt-lg-n3, .my-lg-n3 {margin-top: -15px !important;}
	.mr-lg-n3, .mx-lg-n3 {margin-right: -15px !important;}
	.mb-lg-n3, .my-lg-n3 {margin-bottom: -15px !important;}
	.ml-lg-n3, .mx-lg-n3 {margin-left: -15px !important;}
	.m-lg-n4 {margin: -20px !important;}
	.mt-lg-n4, .my-lg-n4 {margin-top: -20px !important;}
	.mr-lg-n4, .mx-lg-n4 {margin-right: -20px !important;}
	.mb-lg-n4, .my-lg-n4 {margin-bottom: -20px !important;}
	.ml-lg-n4, .mx-lg-n4 {margin-left: -20px !important;}
	.m-lg-n5 {margin: -25px !important;}
	.mt-lg-n5, .my-lg-n5 {margin-top: -25px !important;}
	.mr-lg-n5, .mx-lg-n5 {margin-right: -25px !important;}
	.mb-lg-n5, .my-lg-n5 {margin-bottom: -25px !important;}
	.ml-lg-n5, .mx-lg-n5 {margin-left: -25px !important;}
	.m-lg-n6 {margin: -30px !important;}
	.mt-lg-n6, .my-lg-n6 {margin-top: -30px !important;}
	.mr-lg-n6, .mx-lg-n6 {margin-right: -30px !important;}
	.mb-lg-n6, .my-lg-n6 {margin-bottom: -30px !important;}
	.ml-lg-n6, .mx-lg-n6 {margin-left: -30px !important;}
	.m-lg-n7 {margin: -40px !important;}
	.mt-lg-n7, .my-lg-n7 {margin-top: -40px !important;}
	.mr-lg-n7, .mx-lg-n7 {margin-right: -40px !important;}
	.mb-lg-n7, .my-lg-n7 {margin-bottom: -40px !important;}
	.ml-lg-n7, .mx-lg-n7 {margin-left: -40px !important;}
	.m-lg-n8 {margin: -50px !important;}
	.mt-lg-n8, .my-lg-n8 {margin-top: -50px !important;}
	.mr-lg-n8, .mx-lg-n8 {margin-right: -50px !important;}
	.mb-lg-n8, .my-lg-n8 {margin-bottom: -50px !important;}
	.ml-lg-n8, .mx-lg-n8 {margin-left: -50px !important;}
	.m-lg-n9 {margin: -60px !important;}
	.mt-lg-n9, .my-lg-n9 {margin-top: -60px !important;}
	.mr-lg-n9, .mx-lg-n9 {margin-right: -60px !important;}
	.mb-lg-n9, .my-lg-n9 {margin-bottom: -60px !important;}
	.ml-lg-n9, .mx-lg-n9 {margin-left: -60px !important;}
	.m-lg-n10 {margin: -70px !important;}
	.mt-lg-n10, .my-lg-n10 {margin-top: -70px !important;}
	.mr-lg-n10, .mx-lg-n10 {margin-right: -70px !important;}
	.mb-lg-n10, .my-lg-n10 {margin-bottom: -70px !important;}
	.ml-lg-n10, .mx-lg-n10 {margin-left: -70px !important;}
	.m-lg-n11 {margin: -80px !important;}
	.mt-lg-n11, .my-lg-n11 {margin-top: -80px !important;}
	.mr-lg-n11, .mx-lg-n11 {margin-right: -80px !important;}
	.mb-lg-n11, .my-lg-n11 {margin-bottom: -80px !important;}
	.ml-lg-n11, .mx-lg-n11 {margin-left: -80px !important;}
	.m-lg-n12 {margin: -90px !important;}
	.mt-lg-n12, .my-lg-n12 {margin-top: -90px !important;}
	.mr-lg-n12, .mx-lg-n12 {margin-right: -90px !important;}
	.mb-lg-n12, .my-lg-n12 {margin-bottom: -90px !important;}
	.ml-lg-n12, .mx-lg-n12 {margin-left: -90px !important;}
	.m-lg-n13 {margin: -100px !important;}
	.mt-lg-n13, .my-lg-n13 {margin-top: -100px !important;}
	.mr-lg-n13, .mx-lg-n13 {margin-right: -100px !important;}
	.mb-lg-n13, .my-lg-n13 {margin-bottom: -100px !important;}
	.ml-lg-n13, .mx-lg-n13 {margin-left: -100px !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: 5px !important;}
	.mt-xl-1, .my-xl-1 {margin-top: 5px !important;}
	.mr-xl-1, .mx-xl-1 {margin-right: 5px !important;}
	.mb-xl-1, .my-xl-1 {margin-bottom: 5px !important;}
	.ml-xl-1, .mx-xl-1 {margin-left: 5px !important;}
	.m-xl-2 {margin: 10px !important;}
	.mt-xl-2, .my-xl-2 {margin-top: 10px !important;}
	.mr-xl-2, .mx-xl-2 {margin-right: 10px !important;}
	.mb-xl-2, .my-xl-2 {margin-bottom: 10px !important;}
	.ml-xl-2, .mx-xl-2 {margin-left: 10px !important;}
	.m-xl-3 {margin: 15px !important;}
	.mt-xl-3, .my-xl-3 {margin-top: 15px !important;}
	.mr-xl-3, .mx-xl-3 {margin-right: 15px !important;}
	.mb-xl-3, .my-xl-3 {margin-bottom: 15px !important;}
	.ml-xl-3, .mx-xl-3 {margin-left: 15px !important;}
	.m-xl-4 {margin: 20px !important;}
	.mt-xl-4, .my-xl-4 {margin-top: 20px !important;}
	.mr-xl-4, .mx-xl-4 {margin-right: 20px !important;}
	.mb-xl-4, .my-xl-4 {margin-bottom: 20px !important;}
	.ml-xl-4, .mx-xl-4 {margin-left: 20px !important;}
	.m-xl-5 {margin: 25px !important;}
	.mt-xl-5, .my-xl-5 {margin-top: 25px !important;}
	.mr-xl-5, .mx-xl-5 {margin-right: 25px !important;}
	.mb-xl-5, .my-xl-5 {margin-bottom: 25px !important;}
	.ml-xl-5, .mx-xl-5 {margin-left: 25px !important;}
	.m-xl-6 {margin: 30px !important;}
	.mt-xl-6, .my-xl-6 {margin-top: 30px !important;}
	.mr-xl-6, .mx-xl-6 {margin-right: 30px !important;}
	.mb-xl-6, .my-xl-6 {margin-bottom: 30px !important;}
	.ml-xl-6, .mx-xl-6 {margin-left: 30px !important;}
	.m-xl-7 {margin: 40px !important;}
	.mt-xl-7, .my-xl-7 {margin-top: 40px !important;}
	.mr-xl-7, .mx-xl-7 {margin-right: 40px !important;}
	.mb-xl-7, .my-xl-7 {margin-bottom: 40px !important;}
	.ml-xl-7, .mx-xl-7 {margin-left: 40px !important;}
	.m-xl-8 {margin: 50px !important;}
	.mt-xl-8, .my-xl-8 {margin-top: 50px !important;}
	.mr-xl-8, .mx-xl-8 {margin-right: 50px !important;}
	.mb-xl-8, .my-xl-8 {margin-bottom: 50px !important;}
	.ml-xl-8, .mx-xl-8 {margin-left: 50px !important;}
	.m-xl-9 {margin: 60px !important;}
	.mt-xl-9, .my-xl-9 {margin-top: 60px !important;}
	.mr-xl-9, .mx-xl-9 {margin-right: 60px !important;}
	.mb-xl-9, .my-xl-9 {margin-bottom: 60px !important;}
	.ml-xl-9, .mx-xl-9 {margin-left: 60px !important;}
	.m-xl-10 {margin: 70px !important;}
	.mt-xl-10, .my-xl-10 {margin-top: 70px !important;}
	.mr-xl-10, .mx-xl-10 {margin-right: 70px !important;}
	.mb-xl-10, .my-xl-10 {margin-bottom: 70px !important;}
	.ml-xl-10, .mx-xl-10 {margin-left: 70px !important;}
	.m-xl-11 {margin: 80px !important;}
	.mt-xl-11, .my-xl-11 {margin-top: 80px !important;}
	.mr-xl-11, .mx-xl-11 {margin-right: 80px !important;}
	.mb-xl-11, .my-xl-11 {margin-bottom: 80px !important;}
	.ml-xl-11, .mx-xl-11 {margin-left: 80px !important;}
	.m-xl-12 {margin: 90px !important;}
	.mt-xl-12, .my-xl-12 {margin-top: 90px !important;}
	.mr-xl-12, .mx-xl-12 {margin-right: 90px !important;}
	.mb-xl-12, .my-xl-12 {margin-bottom: 90px !important;}
	.ml-xl-12, .mx-xl-12 {margin-left: 90px !important;}
	.m-xl-13 {margin: 100px !important;}
	.mt-xl-13, .my-xl-13 {margin-top: 100px !important;}
	.mr-xl-13, .mx-xl-13 {margin-right: 100px !important;}
	.mb-xl-13, .my-xl-13 {margin-bottom: 100px !important;}
	.ml-xl-13, .mx-xl-13 {margin-left: 100px !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: 5px !important;}
	.pt-xl-1, .py-xl-1 {padding-top: 5px !important;}
	.pr-xl-1, .px-xl-1 {padding-right: 5px !important;}
	.pb-xl-1, .py-xl-1 {padding-bottom: 5px !important;}
	.pl-xl-1, .px-xl-1 {padding-left: 5px !important;}
	.p-xl-2 {padding: 10px !important;}
	.pt-xl-2, .py-xl-2 {padding-top: 10px !important;}
	.pr-xl-2, .px-xl-2 {padding-right: 10px !important;}
	.pb-xl-2, .py-xl-2 {padding-bottom: 10px !important;}
	.pl-xl-2, .px-xl-2 {padding-left: 10px !important;}
	.p-xl-3 {padding: 15px !important;}
	.pt-xl-3, .py-xl-3 {padding-top: 15px !important;}
	.pr-xl-3, .px-xl-3 {padding-right: 15px !important;}
	.pb-xl-3, .py-xl-3 {padding-bottom: 15px !important;}
	.pl-xl-3, .px-xl-3 {padding-left: 15px !important;}
	.p-xl-4 {padding: 20px !important;}
	.pt-xl-4, .py-xl-4 {padding-top: 20px !important;}
	.pr-xl-4, .px-xl-4 {padding-right: 20px !important;}
	.pb-xl-4, .py-xl-4 {padding-bottom: 20px !important;}
	.pl-xl-4, .px-xl-4 {padding-left: 20px !important;}
	.p-xl-5 {padding: 25px !important;}
	.pt-xl-5, .py-xl-5 {padding-top: 25px !important;}
	.pr-xl-5, .px-xl-5 {padding-right: 25px !important;}
	.pb-xl-5, .py-xl-5 {padding-bottom: 25px !important;}
	.pl-xl-5, .px-xl-5 {padding-left: 25px !important;}
	.p-xl-6 {padding: 30px !important;}
	.pt-xl-6, .py-xl-6 {padding-top: 30px !important;}
	.pr-xl-6, .px-xl-6 {padding-right: 30px !important;}
	.pb-xl-6, .py-xl-6 {padding-bottom: 30px !important;}
	.pl-xl-6, .px-xl-6 {padding-left: 30px !important;}
	.p-xl-7 {padding: 40px !important;}
	.pt-xl-7, .py-xl-7 {padding-top: 40px !important;}
	.pr-xl-7, .px-xl-7 {padding-right: 40px !important;}
	.pb-xl-7, .py-xl-7 {padding-bottom: 40px !important;}
	.pl-xl-7, .px-xl-7 {padding-left: 40px !important;}
	.p-xl-8 {padding: 50px !important;}
	.pt-xl-8, .py-xl-8 {padding-top: 50px !important;}
	.pr-xl-8, .px-xl-8 {padding-right: 50px !important;}
	.pb-xl-8, .py-xl-8 {padding-bottom: 50px !important;}
	.pl-xl-8, .px-xl-8 {padding-left: 50px !important;}
	.p-xl-9 {padding: 60px !important;}
	.pt-xl-9, .py-xl-9 {padding-top: 60px !important;}
	.pr-xl-9, .px-xl-9 {padding-right: 60px !important;}
	.pb-xl-9, .py-xl-9 {padding-bottom: 60px !important;}
	.pl-xl-9, .px-xl-9 {padding-left: 60px !important;}
	.p-xl-10 {padding: 70px !important;}
	.pt-xl-10, .py-xl-10 {padding-top: 70px !important;}
	.pr-xl-10, .px-xl-10 {padding-right: 70px !important;}
	.pb-xl-10, .py-xl-10 {padding-bottom: 70px !important;}
	.pl-xl-10, .px-xl-10 {padding-left: 70px !important;}
	.p-xl-11 {padding: 80px !important;}
	.pt-xl-11, .py-xl-11 {padding-top: 80px !important;}
	.pr-xl-11, .px-xl-11 {padding-right: 80px !important;}
	.pb-xl-11, .py-xl-11 {padding-bottom: 80px !important;}
	.pl-xl-11, .px-xl-11 {padding-left: 80px !important;}
	.p-xl-12 {padding: 90px !important;}
	.pt-xl-12, .py-xl-12 {padding-top: 90px !important;}
	.pr-xl-12, .px-xl-12 {padding-right: 90px !important;}
	.pb-xl-12, .py-xl-12 {padding-bottom: 90px !important;}
	.pl-xl-12, .px-xl-12 {padding-left: 90px !important;}
	.p-xl-13 {padding: 100px !important;}
	.pt-xl-13, .py-xl-13 {padding-top: 100px !important;}
	.pr-xl-13, .px-xl-13 {padding-right: 100px !important;}
	.pb-xl-13, .py-xl-13 {padding-bottom: 100px !important;}
	.pl-xl-13, .px-xl-13 {padding-left: 100px !important;}
	.m-xl-n1 {margin: -5px !important;}
	.mt-xl-n1, .my-xl-n1 {margin-top: -5px !important;}
	.mr-xl-n1, .mx-xl-n1 {margin-right: -5px !important;}
	.mb-xl-n1, .my-xl-n1 {margin-bottom: -5px !important;}
	.ml-xl-n1, .mx-xl-n1 {margin-left: -5px !important;}
	.m-xl-n2 {margin: -10px !important;}
	.mt-xl-n2, .my-xl-n2 {margin-top: -10px !important;}
	.mr-xl-n2, .mx-xl-n2 {margin-right: -10px !important;}
	.mb-xl-n2, .my-xl-n2 {margin-bottom: -10px !important;}
	.ml-xl-n2, .mx-xl-n2 {margin-left: -10px !important;}
	.m-xl-n3 {margin: -15px !important;}
	.mt-xl-n3, .my-xl-n3 {margin-top: -15px !important;}
	.mr-xl-n3, .mx-xl-n3 {margin-right: -15px !important;}
	.mb-xl-n3, .my-xl-n3 {margin-bottom: -15px !important;}
	.ml-xl-n3, .mx-xl-n3 {margin-left: -15px !important;}
	.m-xl-n4 {margin: -20px !important;}
	.mt-xl-n4, .my-xl-n4 {margin-top: -20px !important;}
	.mr-xl-n4, .mx-xl-n4 {margin-right: -20px !important;}
	.mb-xl-n4, .my-xl-n4 {margin-bottom: -20px !important;}
	.ml-xl-n4, .mx-xl-n4 {margin-left: -20px !important;}
	.m-xl-n5 {margin: -25px !important;}
	.mt-xl-n5, .my-xl-n5 {margin-top: -25px !important;}
	.mr-xl-n5, .mx-xl-n5 {margin-right: -25px !important;}
	.mb-xl-n5, .my-xl-n5 {margin-bottom: -25px !important;}
	.ml-xl-n5, .mx-xl-n5 {margin-left: -25px !important;}
	.m-xl-n6 {margin: -30px !important;}
	.mt-xl-n6, .my-xl-n6 {margin-top: -30px !important;}
	.mr-xl-n6, .mx-xl-n6 {margin-right: -30px !important;}
	.mb-xl-n6, .my-xl-n6 {margin-bottom: -30px !important;}
	.ml-xl-n6, .mx-xl-n6 {margin-left: -30px !important;}
	.m-xl-n7 {margin: -40px !important;}
	.mt-xl-n7, .my-xl-n7 {margin-top: -40px !important;}
	.mr-xl-n7, .mx-xl-n7 {margin-right: -40px !important;}
	.mb-xl-n7, .my-xl-n7 {margin-bottom: -40px !important;}
	.ml-xl-n7, .mx-xl-n7 {margin-left: -40px !important;}
	.m-xl-n8 {margin: -50px !important;}
	.mt-xl-n8, .my-xl-n8 {margin-top: -50px !important;}
	.mr-xl-n8, .mx-xl-n8 {margin-right: -50px !important;}
	.mb-xl-n8, .my-xl-n8 {margin-bottom: -50px !important;}
	.ml-xl-n8, .mx-xl-n8 {margin-left: -50px !important;}
	.m-xl-n9 {margin: -60px !important;}
	.mt-xl-n9, .my-xl-n9 {margin-top: -60px !important;}
	.mr-xl-n9, .mx-xl-n9 {margin-right: -60px !important;}
	.mb-xl-n9, .my-xl-n9 {margin-bottom: -60px !important;}
	.ml-xl-n9, .mx-xl-n9 {margin-left: -60px !important;}
	.m-xl-n10 {margin: -70px !important;}
	.mt-xl-n10, .my-xl-n10 {margin-top: -70px !important;}
	.mr-xl-n10, .mx-xl-n10 {margin-right: -70px !important;}
	.mb-xl-n10, .my-xl-n10 {margin-bottom: -70px !important;}
	.ml-xl-n10, .mx-xl-n10 {margin-left: -70px !important;}
	.m-xl-n11 {margin: -80px !important;}
	.mt-xl-n11, .my-xl-n11 {margin-top: -80px !important;}
	.mr-xl-n11, .mx-xl-n11 {margin-right: -80px !important;}
	.mb-xl-n11, .my-xl-n11 {margin-bottom: -80px !important;}
	.ml-xl-n11, .mx-xl-n11 {margin-left: -80px !important;}
	.m-xl-n12 {margin: -90px !important;}
	.mt-xl-n12, .my-xl-n12 {margin-top: -90px !important;}
	.mr-xl-n12, .mx-xl-n12 {margin-right: -90px !important;}
	.mb-xl-n12, .my-xl-n12 {margin-bottom: -90px !important;}
	.ml-xl-n12, .mx-xl-n12 {margin-left: -90px !important;}
	.m-xl-n13 {margin: -100px !important;}
	.mt-xl-n13, .my-xl-n13 {margin-top: -100px !important;}
	.mr-xl-n13, .mx-xl-n13 {margin-right: -100px !important;}
	.mb-xl-n13, .my-xl-n13 {margin-bottom: -100px !important;}
	.ml-xl-n13, .mx-xl-n13 {margin-left: -100px !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;}}
.stretched-link::after {position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 1;pointer-events: auto;content: "";background-color: rgba(0,0,0,0);}
.text-monospace {font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important;}
.text-justify {text-align: justify !important;}
.text-wrap {white-space: normal !important;}
.text-nowrap {white-space: nowrap !important;}
.text-truncate {overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;}
.text-left {text-align: left !important;}
.text-right {text-align: right !important;}
.text-center {text-align: center !important;}
@media (min-width: 576px) {.text-sm-left {text-align: left !important;}
	.text-sm-right {text-align: right !important;}
	.text-sm-center {text-align: center !important;}}
@media (min-width: 768px) {.text-md-left {text-align: left !important;}
	.text-md-right {text-align: right !important;}
	.text-md-center {text-align: center !important;}}
@media (min-width: 992px) {.text-lg-left {text-align: left !important;}
	.text-lg-right {text-align: right !important;}
	.text-lg-center {text-align: center !important;}}
@media (min-width: 1200px) {.text-xl-left {text-align: left !important;}
	.text-xl-right {text-align: right !important;}
	.text-xl-center {text-align: center !important;}}
.text-lowercase {text-transform: lowercase !important;}
.text-uppercase {text-transform: uppercase !important;}
.text-capitalize {text-transform: capitalize !important;}
.font-weight-light {font-weight: 300 !important;}
.font-weight-lighter {font-weight: lighter !important;}
.font-weight-normal {font-weight: 400 !important;}
.font-weight-bold {font-weight: 700 !important;}
.font-weight-bolder {font-weight: bolder !important;}
.font-italic {font-style: italic !important;}
.text-white {color: #fff !important;}
.text-primary {color: #007bff !important;}
a.text-primary:hover, a.text-primary:focus {color: #0056b3 !important;}
.text-secondary {color: #6c757d !important;}
a.text-secondary:hover, a.text-secondary:focus {color: #494f54 !important;}
.text-success {color: #28a745 !important;}
a.text-success:hover, a.text-success:focus {color: #19692c !important;}
.text-info {color: #17a2b8 !important;}
a.text-info:hover, a.text-info:focus {color: #0f6674 !important;}
.text-warning {color: #ffc107 !important;}
a.text-warning:hover, a.text-warning:focus {color: #ba8b00 !important;}
.text-danger {color: #dc3545 !important;}
a.text-danger:hover, a.text-danger:focus {color: #a71d2a !important;}
.text-light {color: #4c4c4c !important;}
a.text-light:hover, a.text-light:focus {color: #262626 !important;}
.text-dark {color: #343a40 !important;}
a.text-dark:hover, a.text-dark:focus {color: #121416 !important;}
.text-body {color: #212529 !important;}
.text-muted {color: #6c757d !important;}
.text-black-50 {color: rgba(0,0,0,.5) !important;}
.text-white-50 {color: rgba(255,255,255,.5) !important;}
.text-hide {font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0;}
.text-decoration-none {text-decoration: none !important;}
.text-break {word-break: break-word !important;word-wrap: break-word !important;}
.text-reset {color: inherit !important;}
.visible {visibility: visible !important;}
.invisible {visibility: hidden !important;}
*, *::before, *::after {-webkit-box-sizing: border-box;box-sizing: border-box;}
html {font-family: sans-serif;line-height: 1.15;-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0,0,0,0);}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {display: block;}
body {margin: 0;font-family: "Open Sans",sans-serif;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #212529;text-align: left;background-color: #fff;}
[tabindex="-1"]:focus:not(:focus-visible) {outline: 0 !important;}
hr {-webkit-box-sizing: content-box;box-sizing: content-box;height: 0;overflow: visible;}
h1, h2, h3, h4, h5, h6 {margin-top: 0;margin-bottom: 24px;}
p {margin-top: 0;margin-bottom: 20px;}
abbr[title], abbr[data-original-title] {text-decoration: underline;text-decoration: underline dotted;-webkit-text-decoration: underline dotted;cursor: help;border-bottom: 0;-webkit-text-decoration-skip-ink: none;text-decoration-skip-ink: none;}
address {margin-bottom: 1rem;font-style: normal;line-height: inherit;}
ol, ul, dl {margin-top: 0;margin-bottom: 1rem;}
ol ol, ul ul, ol ul, ul ol {margin-bottom: 0;}
dt {font-weight: 700;}
dd {margin-bottom: .5rem;margin-left: 0;}
blockquote {margin: 0 0 1rem;}
b, strong {font-weight: bolder;}
small {font-size: 80%;}
sub, sup {position: relative;font-size: 75%;line-height: 0;vertical-align: baseline;}
sub {bottom: -.25em;}
sup {top: -.5em;}
a {color: #007bff;text-decoration: none;background-color: transparent;}
a:hover {color: #0056b3;text-decoration: underline;}
a:not([href]):not([class]) {color: inherit;text-decoration: none;}
a:not([href]):not([class]):hover {color: inherit;text-decoration: none;}
pre, code, kbd, samp {font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size: 1em;}
pre {margin-top: 0;margin-bottom: 1rem;overflow: auto;-ms-overflow-style: scrollbar;}
figure {margin: 0 0 1rem;}
img {vertical-align: middle;border-style: none;}
svg {overflow: hidden;vertical-align: middle;}
table {border-collapse: collapse;}
caption {padding-top: .75rem;padding-bottom: .75rem;color: #6c757d;text-align: left;caption-side: bottom;}
th {text-align: inherit;text-align: -webkit-match-parent;}
label {display: inline-block;margin-bottom: 8px;}
button {border-radius: 0;}
button:focus {outline: 1px dotted;outline: 5px auto -webkit-focus-ring-color;}
input, button, select, optgroup, textarea {margin: 0;font-family: inherit;font-size: inherit;line-height: inherit;}
button, input {overflow: visible;}
button, select {text-transform: none;}
[role="button"] {cursor: pointer;}
select {word-wrap: normal;}
button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {cursor: pointer;}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {padding: 0;border-style: none;}
input[type="radio"], input[type="checkbox"] {-webkit-box-sizing: border-box;box-sizing: border-box;padding: 0;}
textarea {overflow: auto;resize: vertical;}
fieldset {min-width: 0;padding: 0;margin: 0;border: 0;}
legend {display: block;width: 100%;max-width: 100%;padding: 0;margin-bottom: .5rem;font-size: 1.5rem;line-height: inherit;color: inherit;white-space: normal;}
progress {vertical-align: baseline;}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {outline-offset: -2px;-webkit-appearance: none;}
[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-file-upload-button {font: inherit;-webkit-appearance: button;}
output {display: inline-block;}
summary {display: list-item;cursor: pointer;}
template {display: none;}
[hidden] {display: none !important;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {margin-bottom: 24px;font-weight: bold;line-height: 1.4;}
h1, .h1 {font-size: 2.5rem;}
h2, .h2 {font-size: 2rem;}
h3, .h3 {font-size: 1.75rem;}
h4, .h4 {font-size: 1.5rem;}
h5, .h5 {font-size: 1.25rem;}
h6, .h6 {font-size: 1rem;}
.lead {font-size: 1.25rem;font-weight: 300;}
.display-1 {font-size: 6rem;font-weight: 300;line-height: 1.4;}
.display-2 {font-size: 5.5rem;font-weight: 300;line-height: 1.4;}
.display-3 {font-size: 4.5rem;font-weight: 300;line-height: 1.4;}
.display-4 {font-size: 3.5rem;font-weight: 300;line-height: 1.4;}
hr {margin-top: 24px;margin-bottom: 24px;border: 0;border-top: 1px solid #edeff1;}
small, .small {font-size: 80%;font-weight: 400;}
mark, .mark {padding: .2em;background-color: #fcf8e3;}
.list-unstyled {padding-left: 0;list-style: none;}
.list-inline {padding-left: 0;list-style: none;}
.list-inline-item {display: inline-block;}
.list-inline-item:not(:last-child) {margin-right: .5rem;}
.initialism {font-size: 90%;text-transform: uppercase;}
.blockquote {margin-bottom: 5px;font-size: 1.25rem;}
.blockquote-footer {display: block;font-size: 80%;color: #6c757d;}
.blockquote-footer::before {content: "— ";}
.img-fluid {max-width: 100%;height: auto;}
.img-thumbnail {padding: .25rem;background-color: #fff;border: 1px solid #dee2e6;border-radius: .25rem;max-width: 100%;height: auto;}
.figure {display: inline-block;}
.figure-img {margin-bottom: 2.5px;line-height: 1;}
.figure-caption {font-size: 90%;color: #6c757d;}
code {font-size: 87.5%;color: #e83e8c;word-wrap: break-word;}
a > code {color: inherit;}
kbd {padding: .2rem .4rem;font-size: 87.5%;color: #fff;background-color: #212529;border-radius: .2rem;}
kbd kbd {padding: 0;font-size: 100%;font-weight: 700;}
pre {display: block;font-size: 87.5%;color: #212529;}
pre code {font-size: inherit;color: inherit;word-break: normal;}
.pre-scrollable {max-height: 340px;overflow-y: scroll;}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .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-sm, .container-md {max-width: 720px;}}
@media (min-width: 992px) {.container, .container-sm, .container-md, .container-lg {max-width: 960px;}}
@media (min-width: 1200px) {.container, .container-sm, .container-md, .container-lg, .container-xl {max-width: 1140px;}}
.row {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {position: relative;width: 100%;padding-right: 15px;padding-left: 15px;}
.col {-webkit-flex-basis: 0;-ms-flex-preferred-size: 0;flex-basis: 0;-webkit-box-flex: 1;-webkit-flex-grow: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}
.row-cols-1 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.row-cols-2 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.row-cols-3 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 33.33333%;-ms-flex: 0 0 33.33333%;flex: 0 0 33.33333%;max-width: 33.33333%;}
.row-cols-4 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 25%;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
.row-cols-5 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 20%;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
.row-cols-6 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 16.66667%;-ms-flex: 0 0 16.66667%;flex: 0 0 16.66667%;max-width: 16.66667%;}
.col-auto {-webkit-box-flex: 0;-webkit-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: 100%;}
.col-1 {-webkit-box-flex: 0;-webkit-flex: 0 0 8.33333%;-ms-flex: 0 0 8.33333%;flex: 0 0 8.33333%;max-width: 8.33333%;}
.col-2 {-webkit-box-flex: 0;-webkit-flex: 0 0 16.66667%;-ms-flex: 0 0 16.66667%;flex: 0 0 16.66667%;max-width: 16.66667%;}
.col-3 {-webkit-box-flex: 0;-webkit-flex: 0 0 25%;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
.col-4 {-webkit-box-flex: 0;-webkit-flex: 0 0 33.33333%;-ms-flex: 0 0 33.33333%;flex: 0 0 33.33333%;max-width: 33.33333%;}
.col-5 {-webkit-box-flex: 0;-webkit-flex: 0 0 41.66667%;-ms-flex: 0 0 41.66667%;flex: 0 0 41.66667%;max-width: 41.66667%;}
.col-6 {-webkit-box-flex: 0;-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.col-7 {-webkit-box-flex: 0;-webkit-flex: 0 0 58.33333%;-ms-flex: 0 0 58.33333%;flex: 0 0 58.33333%;max-width: 58.33333%;}
.col-8 {-webkit-box-flex: 0;-webkit-flex: 0 0 66.66667%;-ms-flex: 0 0 66.66667%;flex: 0 0 66.66667%;max-width: 66.66667%;}
.col-9 {-webkit-box-flex: 0;-webkit-flex: 0 0 75%;-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}
.col-10 {-webkit-box-flex: 0;-webkit-flex: 0 0 83.33333%;-ms-flex: 0 0 83.33333%;flex: 0 0 83.33333%;max-width: 83.33333%;}
.col-11 {-webkit-box-flex: 0;-webkit-flex: 0 0 91.66667%;-ms-flex: 0 0 91.66667%;flex: 0 0 91.66667%;max-width: 91.66667%;}
.col-12 {-webkit-box-flex: 0;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.order-first {-webkit-box-ordinal-group: 0;-webkit-order: -1;-ms-flex-order: -1;order: -1;}
.order-last {-webkit-box-ordinal-group: 14;-webkit-order: 13;-ms-flex-order: 13;order: 13;}
.order-0 {-webkit-box-ordinal-group: 1;-webkit-order: 0;-ms-flex-order: 0;order: 0;}
.order-1 {-webkit-box-ordinal-group: 2;-webkit-order: 1;-ms-flex-order: 1;order: 1;}
.order-2 {-webkit-box-ordinal-group: 3;-webkit-order: 2;-ms-flex-order: 2;order: 2;}
.order-3 {-webkit-box-ordinal-group: 4;-webkit-order: 3;-ms-flex-order: 3;order: 3;}
.order-4 {-webkit-box-ordinal-group: 5;-webkit-order: 4;-ms-flex-order: 4;order: 4;}
.order-5 {-webkit-box-ordinal-group: 6;-webkit-order: 5;-ms-flex-order: 5;order: 5;}
.order-6 {-webkit-box-ordinal-group: 7;-webkit-order: 6;-ms-flex-order: 6;order: 6;}
.order-7 {-webkit-box-ordinal-group: 8;-webkit-order: 7;-ms-flex-order: 7;order: 7;}
.order-8 {-webkit-box-ordinal-group: 9;-webkit-order: 8;-ms-flex-order: 8;order: 8;}
.order-9 {-webkit-box-ordinal-group: 10;-webkit-order: 9;-ms-flex-order: 9;order: 9;}
.order-10 {-webkit-box-ordinal-group: 11;-webkit-order: 10;-ms-flex-order: 10;order: 10;}
.order-11 {-webkit-box-ordinal-group: 12;-webkit-order: 11;-ms-flex-order: 11;order: 11;}
.order-12 {-webkit-box-ordinal-group: 13;-webkit-order: 12;-ms-flex-order: 12;order: 12;}
.offset-1 {margin-left: 8.33333%;}
.offset-2 {margin-left: 16.66667%;}
.offset-3 {margin-left: 25%;}
.offset-4 {margin-left: 33.33333%;}
.offset-5 {margin-left: 41.66667%;}
.offset-6 {margin-left: 50%;}
.offset-7 {margin-left: 58.33333%;}
.offset-8 {margin-left: 66.66667%;}
.offset-9 {margin-left: 75%;}
.offset-10 {margin-left: 83.33333%;}
.offset-11 {margin-left: 91.66667%;}
@media (min-width: 576px) {.col-sm {-webkit-flex-basis: 0;-ms-flex-preferred-size: 0;flex-basis: 0;-webkit-box-flex: 1;-webkit-flex-grow: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}
	.row-cols-sm-1 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
	.row-cols-sm-2 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
	.row-cols-sm-3 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 33.33333%;-ms-flex: 0 0 33.33333%;flex: 0 0 33.33333%;max-width: 33.33333%;}
	.row-cols-sm-4 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 25%;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
	.row-cols-sm-5 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 20%;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
	.row-cols-sm-6 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 16.66667%;-ms-flex: 0 0 16.66667%;flex: 0 0 16.66667%;max-width: 16.66667%;}
	.col-sm-auto {-webkit-box-flex: 0;-webkit-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: 100%;}
	.col-sm-1 {-webkit-box-flex: 0;-webkit-flex: 0 0 8.33333%;-ms-flex: 0 0 8.33333%;flex: 0 0 8.33333%;max-width: 8.33333%;}
	.col-sm-2 {-webkit-box-flex: 0;-webkit-flex: 0 0 16.66667%;-ms-flex: 0 0 16.66667%;flex: 0 0 16.66667%;max-width: 16.66667%;}
	.col-sm-3 {-webkit-box-flex: 0;-webkit-flex: 0 0 25%;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
	.col-sm-4 {-webkit-box-flex: 0;-webkit-flex: 0 0 33.33333%;-ms-flex: 0 0 33.33333%;flex: 0 0 33.33333%;max-width: 33.33333%;}
	.col-sm-5 {-webkit-box-flex: 0;-webkit-flex: 0 0 41.66667%;-ms-flex: 0 0 41.66667%;flex: 0 0 41.66667%;max-width: 41.66667%;}
	.col-sm-6 {-webkit-box-flex: 0;-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
	.col-sm-7 {-webkit-box-flex: 0;-webkit-flex: 0 0 58.33333%;-ms-flex: 0 0 58.33333%;flex: 0 0 58.33333%;max-width: 58.33333%;}
	.col-sm-8 {-webkit-box-flex: 0;-webkit-flex: 0 0 66.66667%;-ms-flex: 0 0 66.66667%;flex: 0 0 66.66667%;max-width: 66.66667%;}
	.col-sm-9 {-webkit-box-flex: 0;-webkit-flex: 0 0 75%;-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}
	.col-sm-10 {-webkit-box-flex: 0;-webkit-flex: 0 0 83.33333%;-ms-flex: 0 0 83.33333%;flex: 0 0 83.33333%;max-width: 83.33333%;}
	.col-sm-11 {-webkit-box-flex: 0;-webkit-flex: 0 0 91.66667%;-ms-flex: 0 0 91.66667%;flex: 0 0 91.66667%;max-width: 91.66667%;}
	.col-sm-12 {-webkit-box-flex: 0;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
	.order-sm-first {-webkit-box-ordinal-group: 0;-webkit-order: -1;-ms-flex-order: -1;order: -1;}
	.order-sm-last {-webkit-box-ordinal-group: 14;-webkit-order: 13;-ms-flex-order: 13;order: 13;}
	.order-sm-0 {-webkit-box-ordinal-group: 1;-webkit-order: 0;-ms-flex-order: 0;order: 0;}
	.order-sm-1 {-webkit-box-ordinal-group: 2;-webkit-order: 1;-ms-flex-order: 1;order: 1;}
	.order-sm-2 {-webkit-box-ordinal-group: 3;-webkit-order: 2;-ms-flex-order: 2;order: 2;}
	.order-sm-3 {-webkit-box-ordinal-group: 4;-webkit-order: 3;-ms-flex-order: 3;order: 3;}
	.order-sm-4 {-webkit-box-ordinal-group: 5;-webkit-order: 4;-ms-flex-order: 4;order: 4;}
	.order-sm-5 {-webkit-box-ordinal-group: 6;-webkit-order: 5;-ms-flex-order: 5;order: 5;}
	.order-sm-6 {-webkit-box-ordinal-group: 7;-webkit-order: 6;-ms-flex-order: 6;order: 6;}
	.order-sm-7 {-webkit-box-ordinal-group: 8;-webkit-order: 7;-ms-flex-order: 7;order: 7;}
	.order-sm-8 {-webkit-box-ordinal-group: 9;-webkit-order: 8;-ms-flex-order: 8;order: 8;}
	.order-sm-9 {-webkit-box-ordinal-group: 10;-webkit-order: 9;-ms-flex-order: 9;order: 9;}
	.order-sm-10 {-webkit-box-ordinal-group: 11;-webkit-order: 10;-ms-flex-order: 10;order: 10;}
	.order-sm-11 {-webkit-box-ordinal-group: 12;-webkit-order: 11;-ms-flex-order: 11;order: 11;}
	.order-sm-12 {-webkit-box-ordinal-group: 13;-webkit-order: 12;-ms-flex-order: 12;order: 12;}
	.offset-sm-0 {margin-left: 0;}
	.offset-sm-1 {margin-left: 8.33333%;}
	.offset-sm-2 {margin-left: 16.66667%;}
	.offset-sm-3 {margin-left: 25%;}
	.offset-sm-4 {margin-left: 33.33333%;}
	.offset-sm-5 {margin-left: 41.66667%;}
	.offset-sm-6 {margin-left: 50%;}
	.offset-sm-7 {margin-left: 58.33333%;}
	.offset-sm-8 {margin-left: 66.66667%;}
	.offset-sm-9 {margin-left: 75%;}
	.offset-sm-10 {margin-left: 83.33333%;}
	.offset-sm-11 {margin-left: 91.66667%;}}
@media (min-width: 768px) {.col-md {-webkit-flex-basis: 0;-ms-flex-preferred-size: 0;flex-basis: 0;-webkit-box-flex: 1;-webkit-flex-grow: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}
	.row-cols-md-1 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
	.row-cols-md-2 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
	.row-cols-md-3 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 33.33333%;-ms-flex: 0 0 33.33333%;flex: 0 0 33.33333%;max-width: 33.33333%;}
	.row-cols-md-4 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 25%;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
	.row-cols-md-5 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 20%;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
	.row-cols-md-6 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 16.66667%;-ms-flex: 0 0 16.66667%;flex: 0 0 16.66667%;max-width: 16.66667%;}
	.col-md-auto {-webkit-box-flex: 0;-webkit-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: 100%;}
	.col-md-1 {-webkit-box-flex: 0;-webkit-flex: 0 0 8.33333%;-ms-flex: 0 0 8.33333%;flex: 0 0 8.33333%;max-width: 8.33333%;}
	.col-md-2 {-webkit-box-flex: 0;-webkit-flex: 0 0 16.66667%;-ms-flex: 0 0 16.66667%;flex: 0 0 16.66667%;max-width: 16.66667%;}
	.col-md-3 {-webkit-box-flex: 0;-webkit-flex: 0 0 25%;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
	.col-md-4 {-webkit-box-flex: 0;-webkit-flex: 0 0 33.33333%;-ms-flex: 0 0 33.33333%;flex: 0 0 33.33333%;max-width: 33.33333%;}
	.col-md-5 {-webkit-box-flex: 0;-webkit-flex: 0 0 41.66667%;-ms-flex: 0 0 41.66667%;flex: 0 0 41.66667%;max-width: 41.66667%;}
	.col-md-6 {-webkit-box-flex: 0;-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
	.col-md-7 {-webkit-box-flex: 0;-webkit-flex: 0 0 58.33333%;-ms-flex: 0 0 58.33333%;flex: 0 0 58.33333%;max-width: 58.33333%;}
	.col-md-8 {-webkit-box-flex: 0;-webkit-flex: 0 0 66.66667%;-ms-flex: 0 0 66.66667%;flex: 0 0 66.66667%;max-width: 66.66667%;}
	.col-md-9 {-webkit-box-flex: 0;-webkit-flex: 0 0 75%;-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}
	.col-md-10 {-webkit-box-flex: 0;-webkit-flex: 0 0 83.33333%;-ms-flex: 0 0 83.33333%;flex: 0 0 83.33333%;max-width: 83.33333%;}
	.col-md-11 {-webkit-box-flex: 0;-webkit-flex: 0 0 91.66667%;-ms-flex: 0 0 91.66667%;flex: 0 0 91.66667%;max-width: 91.66667%;}
	.col-md-12 {-webkit-box-flex: 0;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
	.order-md-first {-webkit-box-ordinal-group: 0;-webkit-order: -1;-ms-flex-order: -1;order: -1;}
	.order-md-last {-webkit-box-ordinal-group: 14;-webkit-order: 13;-ms-flex-order: 13;order: 13;}
	.order-md-0 {-webkit-box-ordinal-group: 1;-webkit-order: 0;-ms-flex-order: 0;order: 0;}
	.order-md-1 {-webkit-box-ordinal-group: 2;-webkit-order: 1;-ms-flex-order: 1;order: 1;}
	.order-md-2 {-webkit-box-ordinal-group: 3;-webkit-order: 2;-ms-flex-order: 2;order: 2;}
	.order-md-3 {-webkit-box-ordinal-group: 4;-webkit-order: 3;-ms-flex-order: 3;order: 3;}
	.order-md-4 {-webkit-box-ordinal-group: 5;-webkit-order: 4;-ms-flex-order: 4;order: 4;}
	.order-md-5 {-webkit-box-ordinal-group: 6;-webkit-order: 5;-ms-flex-order: 5;order: 5;}
	.order-md-6 {-webkit-box-ordinal-group: 7;-webkit-order: 6;-ms-flex-order: 6;order: 6;}
	.order-md-7 {-webkit-box-ordinal-group: 8;-webkit-order: 7;-ms-flex-order: 7;order: 7;}
	.order-md-8 {-webkit-box-ordinal-group: 9;-webkit-order: 8;-ms-flex-order: 8;order: 8;}
	.order-md-9 {-webkit-box-ordinal-group: 10;-webkit-order: 9;-ms-flex-order: 9;order: 9;}
	.order-md-10 {-webkit-box-ordinal-group: 11;-webkit-order: 10;-ms-flex-order: 10;order: 10;}
	.order-md-11 {-webkit-box-ordinal-group: 12;-webkit-order: 11;-ms-flex-order: 11;order: 11;}
	.order-md-12 {-webkit-box-ordinal-group: 13;-webkit-order: 12;-ms-flex-order: 12;order: 12;}
	.offset-md-0 {margin-left: 0;}
	.offset-md-1 {margin-left: 8.33333%;}
	.offset-md-2 {margin-left: 16.66667%;}
	.offset-md-3 {margin-left: 25%;}
	.offset-md-4 {margin-left: 33.33333%;}
	.offset-md-5 {margin-left: 41.66667%;}
	.offset-md-6 {margin-left: 50%;}
	.offset-md-7 {margin-left: 58.33333%;}
	.offset-md-8 {margin-left: 66.66667%;}
	.offset-md-9 {margin-left: 75%;}
	.offset-md-10 {margin-left: 83.33333%;}
	.offset-md-11 {margin-left: 91.66667%;}}
@media (min-width: 992px) {.col-lg {-webkit-flex-basis: 0;-ms-flex-preferred-size: 0;flex-basis: 0;-webkit-box-flex: 1;-webkit-flex-grow: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}
	.row-cols-lg-1 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
	.row-cols-lg-2 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
	.row-cols-lg-3 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 33.33333%;-ms-flex: 0 0 33.33333%;flex: 0 0 33.33333%;max-width: 33.33333%;}
	.row-cols-lg-4 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 25%;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
	.row-cols-lg-5 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 20%;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
	.row-cols-lg-6 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 16.66667%;-ms-flex: 0 0 16.66667%;flex: 0 0 16.66667%;max-width: 16.66667%;}
	.col-lg-auto {-webkit-box-flex: 0;-webkit-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: 100%;}
	.col-lg-1 {-webkit-box-flex: 0;-webkit-flex: 0 0 8.33333%;-ms-flex: 0 0 8.33333%;flex: 0 0 8.33333%;max-width: 8.33333%;}
	.col-lg-2 {-webkit-box-flex: 0;-webkit-flex: 0 0 16.66667%;-ms-flex: 0 0 16.66667%;flex: 0 0 16.66667%;max-width: 16.66667%;}
	.col-lg-3 {-webkit-box-flex: 0;-webkit-flex: 0 0 25%;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
	.col-lg-4 {-webkit-box-flex: 0;-webkit-flex: 0 0 33.33333%;-ms-flex: 0 0 33.33333%;flex: 0 0 33.33333%;max-width: 33.33333%;}
	.col-lg-5 {-webkit-box-flex: 0;-webkit-flex: 0 0 41.66667%;-ms-flex: 0 0 41.66667%;flex: 0 0 41.66667%;max-width: 41.66667%;}
	.col-lg-6 {-webkit-box-flex: 0;-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
	.col-lg-7 {-webkit-box-flex: 0;-webkit-flex: 0 0 58.33333%;-ms-flex: 0 0 58.33333%;flex: 0 0 58.33333%;max-width: 58.33333%;}
	.col-lg-8 {-webkit-box-flex: 0;-webkit-flex: 0 0 66.66667%;-ms-flex: 0 0 66.66667%;flex: 0 0 66.66667%;max-width: 66.66667%;}
	.col-lg-9 {-webkit-box-flex: 0;-webkit-flex: 0 0 75%;-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}
	.col-lg-10 {-webkit-box-flex: 0;-webkit-flex: 0 0 83.33333%;-ms-flex: 0 0 83.33333%;flex: 0 0 83.33333%;max-width: 83.33333%;}
	.col-lg-11 {-webkit-box-flex: 0;-webkit-flex: 0 0 91.66667%;-ms-flex: 0 0 91.66667%;flex: 0 0 91.66667%;max-width: 91.66667%;}
	.col-lg-12 {-webkit-box-flex: 0;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
	.order-lg-first {-webkit-box-ordinal-group: 0;-webkit-order: -1;-ms-flex-order: -1;order: -1;}
	.order-lg-last {-webkit-box-ordinal-group: 14;-webkit-order: 13;-ms-flex-order: 13;order: 13;}
	.order-lg-0 {-webkit-box-ordinal-group: 1;-webkit-order: 0;-ms-flex-order: 0;order: 0;}
	.order-lg-1 {-webkit-box-ordinal-group: 2;-webkit-order: 1;-ms-flex-order: 1;order: 1;}
	.order-lg-2 {-webkit-box-ordinal-group: 3;-webkit-order: 2;-ms-flex-order: 2;order: 2;}
	.order-lg-3 {-webkit-box-ordinal-group: 4;-webkit-order: 3;-ms-flex-order: 3;order: 3;}
	.order-lg-4 {-webkit-box-ordinal-group: 5;-webkit-order: 4;-ms-flex-order: 4;order: 4;}
	.order-lg-5 {-webkit-box-ordinal-group: 6;-webkit-order: 5;-ms-flex-order: 5;order: 5;}
	.order-lg-6 {-webkit-box-ordinal-group: 7;-webkit-order: 6;-ms-flex-order: 6;order: 6;}
	.order-lg-7 {-webkit-box-ordinal-group: 8;-webkit-order: 7;-ms-flex-order: 7;order: 7;}
	.order-lg-8 {-webkit-box-ordinal-group: 9;-webkit-order: 8;-ms-flex-order: 8;order: 8;}
	.order-lg-9 {-webkit-box-ordinal-group: 10;-webkit-order: 9;-ms-flex-order: 9;order: 9;}
	.order-lg-10 {-webkit-box-ordinal-group: 11;-webkit-order: 10;-ms-flex-order: 10;order: 10;}
	.order-lg-11 {-webkit-box-ordinal-group: 12;-webkit-order: 11;-ms-flex-order: 11;order: 11;}
	.order-lg-12 {-webkit-box-ordinal-group: 13;-webkit-order: 12;-ms-flex-order: 12;order: 12;}
	.offset-lg-0 {margin-left: 0;}
	.offset-lg-1 {margin-left: 8.33333%;}
	.offset-lg-2 {margin-left: 16.66667%;}
	.offset-lg-3 {margin-left: 25%;}
	.offset-lg-4 {margin-left: 33.33333%;}
	.offset-lg-5 {margin-left: 41.66667%;}
	.offset-lg-6 {margin-left: 50%;}
	.offset-lg-7 {margin-left: 58.33333%;}
	.offset-lg-8 {margin-left: 66.66667%;}
	.offset-lg-9 {margin-left: 75%;}
	.offset-lg-10 {margin-left: 83.33333%;}
	.offset-lg-11 {margin-left: 91.66667%;}}
@media (min-width: 1200px) {.col-xl {-webkit-flex-basis: 0;-ms-flex-preferred-size: 0;flex-basis: 0;-webkit-box-flex: 1;-webkit-flex-grow: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}
	.row-cols-xl-1 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
	.row-cols-xl-2 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
	.row-cols-xl-3 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 33.33333%;-ms-flex: 0 0 33.33333%;flex: 0 0 33.33333%;max-width: 33.33333%;}
	.row-cols-xl-4 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 25%;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
	.row-cols-xl-5 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 20%;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
	.row-cols-xl-6 > * {-webkit-box-flex: 0;-webkit-flex: 0 0 16.66667%;-ms-flex: 0 0 16.66667%;flex: 0 0 16.66667%;max-width: 16.66667%;}
	.col-xl-auto {-webkit-box-flex: 0;-webkit-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: 100%;}
	.col-xl-1 {-webkit-box-flex: 0;-webkit-flex: 0 0 8.33333%;-ms-flex: 0 0 8.33333%;flex: 0 0 8.33333%;max-width: 8.33333%;}
	.col-xl-2 {-webkit-box-flex: 0;-webkit-flex: 0 0 16.66667%;-ms-flex: 0 0 16.66667%;flex: 0 0 16.66667%;max-width: 16.66667%;}
	.col-xl-3 {-webkit-box-flex: 0;-webkit-flex: 0 0 25%;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
	.col-xl-4 {-webkit-box-flex: 0;-webkit-flex: 0 0 33.33333%;-ms-flex: 0 0 33.33333%;flex: 0 0 33.33333%;max-width: 33.33333%;}
	.col-xl-5 {-webkit-box-flex: 0;-webkit-flex: 0 0 41.66667%;-ms-flex: 0 0 41.66667%;flex: 0 0 41.66667%;max-width: 41.66667%;}
	.col-xl-6 {-webkit-box-flex: 0;-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
	.col-xl-7 {-webkit-box-flex: 0;-webkit-flex: 0 0 58.33333%;-ms-flex: 0 0 58.33333%;flex: 0 0 58.33333%;max-width: 58.33333%;}
	.col-xl-8 {-webkit-box-flex: 0;-webkit-flex: 0 0 66.66667%;-ms-flex: 0 0 66.66667%;flex: 0 0 66.66667%;max-width: 66.66667%;}
	.col-xl-9 {-webkit-box-flex: 0;-webkit-flex: 0 0 75%;-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}
	.col-xl-10 {-webkit-box-flex: 0;-webkit-flex: 0 0 83.33333%;-ms-flex: 0 0 83.33333%;flex: 0 0 83.33333%;max-width: 83.33333%;}
	.col-xl-11 {-webkit-box-flex: 0;-webkit-flex: 0 0 91.66667%;-ms-flex: 0 0 91.66667%;flex: 0 0 91.66667%;max-width: 91.66667%;}
	.col-xl-12 {-webkit-box-flex: 0;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
	.order-xl-first {-webkit-box-ordinal-group: 0;-webkit-order: -1;-ms-flex-order: -1;order: -1;}
	.order-xl-last {-webkit-box-ordinal-group: 14;-webkit-order: 13;-ms-flex-order: 13;order: 13;}
	.order-xl-0 {-webkit-box-ordinal-group: 1;-webkit-order: 0;-ms-flex-order: 0;order: 0;}
	.order-xl-1 {-webkit-box-ordinal-group: 2;-webkit-order: 1;-ms-flex-order: 1;order: 1;}
	.order-xl-2 {-webkit-box-ordinal-group: 3;-webkit-order: 2;-ms-flex-order: 2;order: 2;}
	.order-xl-3 {-webkit-box-ordinal-group: 4;-webkit-order: 3;-ms-flex-order: 3;order: 3;}
	.order-xl-4 {-webkit-box-ordinal-group: 5;-webkit-order: 4;-ms-flex-order: 4;order: 4;}
	.order-xl-5 {-webkit-box-ordinal-group: 6;-webkit-order: 5;-ms-flex-order: 5;order: 5;}
	.order-xl-6 {-webkit-box-ordinal-group: 7;-webkit-order: 6;-ms-flex-order: 6;order: 6;}
	.order-xl-7 {-webkit-box-ordinal-group: 8;-webkit-order: 7;-ms-flex-order: 7;order: 7;}
	.order-xl-8 {-webkit-box-ordinal-group: 9;-webkit-order: 8;-ms-flex-order: 8;order: 8;}
	.order-xl-9 {-webkit-box-ordinal-group: 10;-webkit-order: 9;-ms-flex-order: 9;order: 9;}
	.order-xl-10 {-webkit-box-ordinal-group: 11;-webkit-order: 10;-ms-flex-order: 10;order: 10;}
	.order-xl-11 {-webkit-box-ordinal-group: 12;-webkit-order: 11;-ms-flex-order: 11;order: 11;}
	.order-xl-12 {-webkit-box-ordinal-group: 13;-webkit-order: 12;-ms-flex-order: 12;order: 12;}
	.offset-xl-0 {margin-left: 0;}
	.offset-xl-1 {margin-left: 8.33333%;}
	.offset-xl-2 {margin-left: 16.66667%;}
	.offset-xl-3 {margin-left: 25%;}
	.offset-xl-4 {margin-left: 33.33333%;}
	.offset-xl-5 {margin-left: 41.66667%;}
	.offset-xl-6 {margin-left: 50%;}
	.offset-xl-7 {margin-left: 58.33333%;}
	.offset-xl-8 {margin-left: 66.66667%;}
	.offset-xl-9 {margin-left: 75%;}
	.offset-xl-10 {margin-left: 83.33333%;}
	.offset-xl-11 {margin-left: 91.66667%;}}
.form-control {display: block;width: 100%;height: 50px;padding: .375rem .75rem;font-size: .875rem;font-weight: 400;line-height: 1.5;color: #212121;background-color: #edeff1;background-clip: padding-box;border: 1px solid #edeff1;border-radius: 3px;-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
@media (prefers-reduced-motion: reduce) {.form-control {-webkit-transition: none;-o-transition: none;transition: none;}}
.form-control::-ms-expand {background-color: transparent;border: 0;}
.form-control:-moz-focusring {color: transparent;text-shadow: 0 0 0 #212121;}
.form-control:focus {color: #212121;background-color: #edeff1;border-color: #c5c5c5;outline: 0;-webkit-box-shadow: none;box-shadow: none;}
.form-control::-webkit-input-placeholder {color: rgba(38,38,38,.6);opacity: 1;}
.form-control::-moz-placeholder {color: rgba(38,38,38,.6);opacity: 1;}
.form-control:-ms-input-placeholder {color: rgba(38,38,38,.6);opacity: 1;}
.form-control::-ms-input-placeholder {color: rgba(38,38,38,.6);opacity: 1;}
.form-control::placeholder {color: rgba(38,38,38,.6);opacity: 1;}
.form-control:disabled, .form-control[readonly] {background-color: #808080;opacity: 1;}
input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
select.form-control:focus::-ms-value {color: #212121;background-color: #edeff1;}
.form-control-file, .form-control-range {display: block;width: 100%;}
.col-form-label {margin-bottom: 0;font-size: inherit;line-height: 1.5;}
.col-form-label-lg {font-size: 1.25rem;line-height: 1.5;}
.col-form-label-sm {font-size: .875rem;line-height: 1.5;}
.form-control-plaintext {display: block;width: 100%;padding: .375rem 0;margin-bottom: 0;font-size: .875rem;line-height: 1.5;color: #212529;background-color: transparent;border: solid transparent;border-width: 1px 0;}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {padding-right: 0;padding-left: 0;}
.form-control-sm {padding: .25rem .5rem;font-size: .875rem;line-height: 1.5;border-radius: .2rem;}
.form-control-lg {padding: .5rem 1rem;font-size: 1.25rem;line-height: 1.5;border-radius: .3rem;}
select.form-control[size], select.form-control[multiple] {height: auto;}
textarea.form-control {height: auto;}
.form-group {margin-bottom: 1rem;}
.form-text {display: block;margin-top: .25rem;}
.form-row {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -4px;margin-left: -4px;}
.form-row > .col, .form-row > [class*="col-"] {padding-right: 4px;padding-left: 4px;}
.form-check {position: relative;display: block;padding-left: 1.25rem;}
.form-check-input {position: absolute;margin-top: .3rem;margin-left: -1.25rem;}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {color: #6c757d;}
.form-check-label {margin-bottom: 0;}
.form-check-inline {display: -webkit-inline-box;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;padding-left: 0;margin-right: .75rem;}
.form-check-inline .form-check-input {position: static;margin-top: 0;margin-right: .3125rem;margin-left: 0;}
.valid-feedback {display: none;width: 100%;margin-top: .25rem;font-size: .875rem;color: #28a745;}
.valid-tooltip {position: absolute;top: 100%;left: 0;z-index: 5;display: none;max-width: 100%;padding: .25rem .5rem;margin-top: .1rem;font-size: .875rem;line-height: 1.5;color: #fff;background-color: rgba(40,167,69,.9);border-radius: .25rem;}
.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {display: block;}
.was-validated .form-control:valid, .form-control.is-valid {border-color: #28a745;background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2328a745\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e");background-repeat: no-repeat;}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {border-color: #28a745;-webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {}
.was-validated .custom-select:valid, .custom-select.is-valid {border-color: #28a745;}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {border-color: #28a745;-webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {color: #28a745;}
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {display: block;}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {color: #28a745;}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {border-color: #28a745;}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {border-color: #34ce57;background-color: #34ce57;}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {-webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {border-color: #28a745;}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {border-color: #28a745;}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {border-color: #28a745;-webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);}
.invalid-feedback {display: none;width: 100%;margin-top: .25rem;font-size: .875rem;color: #f04747;}
.invalid-tooltip {position: absolute;top: 100%;left: 0;z-index: 5;display: none;max-width: 100%;padding: .25rem .5rem;margin-top: .1rem;font-size: .875rem;line-height: 1.5;color: #fff;background-color: rgba(240,71,71,.9);border-radius: .25rem;}
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {display: block;}
.was-validated .form-control:invalid, .form-control.is-invalid {border-color: #f04747;background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23F04747\' viewBox=\'0 0 12 12\'%3e%3ccircle cx=\'6\' cy=\'6\' r=\'4.5\'/%3e%3cpath stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/%3e%3ccircle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'%23F04747\' stroke=\'none\'/%3e%3c/svg%3e");background-repeat: no-repeat;}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {border-color: #f04747;-webkit-box-shadow: 0 0 0 .2rem rgba(240,71,71,.25);box-shadow: 0 0 0 .2rem rgba(240,71,71,.25);}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {}
.was-validated .custom-select:invalid, .custom-select.is-invalid {border-color: #f04747;}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {border-color: #f04747;-webkit-box-shadow: 0 0 0 .2rem rgba(240,71,71,.25);box-shadow: 0 0 0 .2rem rgba(240,71,71,.25);}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {color: #f04747;}
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {display: block;}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {color: #f04747;}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {border-color: #f04747;}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {border-color: #f47676;background-color: #f47676;}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {-webkit-box-shadow: 0 0 0 .2rem rgba(240,71,71,.25);box-shadow: 0 0 0 .2rem rgba(240,71,71,.25);}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {border-color: #f04747;}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {border-color: #f04747;}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {border-color: #f04747;-webkit-box-shadow: 0 0 0 .2rem rgba(240,71,71,.25);box-shadow: 0 0 0 .2rem rgba(240,71,71,.25);}
.form-inline {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-flow: row wrap;-ms-flex-flow: row wrap;flex-flow: row wrap;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.form-inline .form-check {width: 100%;}
@media (min-width: 576px) {.form-inline label {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;margin-bottom: 0;}
	.form-inline .form-group {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-flex: 0;-webkit-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-flow: row wrap;-ms-flex-flow: row wrap;flex-flow: row wrap;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;margin-bottom: 0;}
	.form-inline .form-control {display: inline-block;width: auto;vertical-align: middle;}
	.form-inline .form-control-plaintext {display: inline-block;}
	.form-inline .input-group, .form-inline .custom-select {width: auto;}
	.form-inline .form-check {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;width: auto;padding-left: 0;}
	.form-inline .form-check-input {position: relative;-webkit-flex-shrink: 0;-ms-flex-negative: 0;flex-shrink: 0;margin-top: 0;margin-right: .25rem;margin-left: 0;}
	.form-inline .custom-control {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
	.form-inline .custom-control-label {margin-bottom: 0;}}
.dropup, .dropright, .dropdown, .dropleft {position: relative;}
.dropdown-toggle {white-space: nowrap;}
.dropdown-toggle::after {display: inline-block;margin-left: .255em;vertical-align: .255em;content: "";border-top: .3em solid;border-right: .3em solid transparent;border-bottom: 0;border-left: .3em solid transparent;}
.dropdown-toggle:empty::after {margin-left: 0;}
.dropdown-menu {position: absolute;top: 100%;left: 0;z-index: 1000;display: none;float: left;min-width: 10rem;padding: .5rem 0;margin: .125rem 0 0;font-size: 1rem;color: #212529;text-align: left;list-style: none;background-color: #fff;background-clip: padding-box;border: 1px solid rgba(0,0,0,.15);border-radius: .25rem;}
.dropdown-menu-left {right: auto;left: 0;}
.dropdown-menu-right {right: 0;left: auto;}
@media (min-width: 576px) {.dropdown-menu-sm-left {right: auto;left: 0;}
	.dropdown-menu-sm-right {right: 0;left: auto;}}
@media (min-width: 768px) {.dropdown-menu-md-left {right: auto;left: 0;}
	.dropdown-menu-md-right {right: 0;left: auto;}}
@media (min-width: 992px) {.dropdown-menu-lg-left {right: auto;left: 0;}
	.dropdown-menu-lg-right {right: 0;left: auto;}}
@media (min-width: 1200px) {.dropdown-menu-xl-left {right: auto;left: 0;}
	.dropdown-menu-xl-right {right: 0;left: auto;}}
.dropup .dropdown-menu {top: auto;bottom: 100%;margin-top: 0;margin-bottom: .125rem;}
.dropup .dropdown-toggle::after {display: inline-block;margin-left: .255em;vertical-align: .255em;content: "";border-top: 0;border-right: .3em solid transparent;border-bottom: .3em solid;border-left: .3em solid transparent;}
.dropup .dropdown-toggle:empty::after {margin-left: 0;}
.dropright .dropdown-menu {top: 0;right: auto;left: 100%;margin-top: 0;margin-left: .125rem;}
.dropright .dropdown-toggle::after {display: inline-block;margin-left: .255em;vertical-align: .255em;content: "";border-top: .3em solid transparent;border-right: 0;border-bottom: .3em solid transparent;border-left: .3em solid;}
.dropright .dropdown-toggle:empty::after {margin-left: 0;}
.dropright .dropdown-toggle::after {vertical-align: 0;}
.dropleft .dropdown-menu {top: 0;right: 100%;left: auto;margin-top: 0;margin-right: .125rem;}
.dropleft .dropdown-toggle::after {display: inline-block;margin-left: .255em;vertical-align: .255em;content: "";}
.dropleft .dropdown-toggle::after {display: none;}
.dropleft .dropdown-toggle::before {display: inline-block;margin-right: .255em;vertical-align: .255em;content: "";border-top: .3em solid transparent;border-right: .3em solid;border-bottom: .3em solid transparent;}
.dropleft .dropdown-toggle:empty::after {margin-left: 0;}
.dropleft .dropdown-toggle::before {vertical-align: 0;}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {right: auto;bottom: auto;}
.dropdown-divider {height: 0;margin: 2.5px 0;overflow: hidden;border-top: 1px solid #808080;}
.dropdown-item {display: block;width: 100%;padding: .25rem 1.5rem;clear: both;font-weight: 400;color: #212529;text-align: inherit;white-space: nowrap;background-color: transparent;border: 0;}
.dropdown-item:hover, .dropdown-item:focus {color: #16181b;text-decoration: none;background-color: #4c4c4c;}
.dropdown-item.active, .dropdown-item:active {color: #fff;text-decoration: none;background-color: #007bff;}
.dropdown-item.disabled, .dropdown-item:disabled {color: #6c757d;pointer-events: none;background-color: transparent;}
.dropdown-menu.show {display: block;}
.dropdown-header {display: block;padding: .5rem 1.5rem;margin-bottom: 0;font-size: .875rem;color: #6c757d;white-space: nowrap;}
.dropdown-item-text {display: block;padding: .25rem 1.5rem;color: #212529;}
.align-content-evenly {-webkit-align-content: space-evenly !important;-ms-flex-line-pack: space-evenly !important;align-content: space-evenly !important;}
.font-weight-medium {font-weight: 500 !important;}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list {position: relative;display: flex;overflow: hidden;margin: 0;padding: 0;flex-flow: column;height: 100%;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.slick-track {position: relative;top: 0;left: 0;height: 100%;display: block;}
.slick-track:before, .slick-track:after {display: table;content: "";}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
@font-face {font-family: "FontAwesome";src: url("/assets/templates/kzpm/fonts/fontawesome-webfont.eot?v=4.5.0");src: url("/assets/templates/kzpm/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"),url("/assets/templates/kzpm/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"),url("/assets/templates/kzpm/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"),url("/assets/templates/kzpm/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"),url("/assets/templates/kzpm/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");font-weight: normal;font-style: normal;}
.fa {display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.fa-lg {font-size: 1.33333333em;line-height: .75em;vertical-align: -15%;}
.fa-2x {font-size: 2em;}
.fa-3x {font-size: 3em;}
.fa-4x {font-size: 4em;}
.fa-5x {font-size: 5em;}
.fa-fw {width: 1.28571429em;text-align: center;}
.fa-ul {padding-left: 0;margin-left: 2.14285714em;list-style-type: none;}
.fa-ul>li {position: relative;}
.fa-li {position: absolute;left: -2.14285714em;width: 2.14285714em;top: .14285714em;text-align: center;}
.fa-li.fa-lg {left: -1.85714286em;}
.fa-border {padding: .2em .25em .15em;border: solid .08em #eee;border-radius: .1em;}
.fa-pull-left {float: left;}
.fa-pull-right {float: right;}
.fa.fa-pull-left {margin-right: .3em;}
.fa.fa-pull-right {margin-left: .3em;}
.pull-right {float: right;}
.pull-left {float: left;}
.fa.pull-left {margin-right: .3em;}
.fa.pull-right {margin-left: .3em;}
.fa-spin {-webkit-animation: fa-spin 2s infinite linear;animation: fa-spin 2s infinite linear;}
.fa-pulse {-webkit-animation: fa-spin 1s infinite steps(8);animation: fa-spin 1s infinite steps(8);}
@-webkit-keyframes fa-spin {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-webkit-transform: rotate(359deg);transform: rotate(359deg);}}
@keyframes fa-spin {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-webkit-transform: rotate(359deg);transform: rotate(359deg);}}
.fa-rotate-90 {-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);}
.fa-rotate-180 {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}
.fa-rotate-270 {-webkit-transform: rotate(270deg);-ms-transform: rotate(270deg);transform: rotate(270deg);}
.fa-flip-horizontal {-webkit-transform: scale(-1,1);-ms-transform: scale(-1,1);transform: scale(-1,1);}
.fa-flip-vertical {-webkit-transform: scale(1,-1);-ms-transform: scale(1,-1);transform: scale(1,-1);}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {filter: none;}
.fa-stack {position: relative;display: inline-block;width: 2em;height: 2em;line-height: 2em;vertical-align: middle;}
.fa-stack-1x, .fa-stack-2x {position: absolute;left: 0;width: 100%;text-align: center;}
.fa-stack-1x {line-height: inherit;}
.fa-stack-2x {font-size: 2em;}
.fa-inverse {color: #fff;}
.fa-glass:before {content: "";}
.fa-music:before {content: "";}
.fa-search:before {content: "";}
.fa-envelope-o:before {content: "";}
.fa-heart:before {content: "";}
.fa-star:before {content: "";}
.fa-star-o:before {content: "";}
.fa-user:before {content: "";}
.fa-film:before {content: "";}
.fa-th-large:before {content: "";}
.fa-th:before {content: "";}
.fa-th-list:before {content: "";}
.fa-check:before {content: "";}
.fa-remove:before, .fa-close:before, .fa-times:before {content: "";}
.fa-search-plus:before {content: "";}
.fa-search-minus:before {content: "";}
.fa-power-off:before {content: "";}
.fa-signal:before {content: "";}
.fa-gear:before, .fa-cog:before {content: "";}
.fa-trash-o:before {content: "";}
.fa-home:before {content: "";}
.fa-file-o:before {content: "";}
.fa-clock-o:before {content: "";}
.fa-road:before {content: "";}
.fa-download:before {content: "";}
.fa-arrow-circle-o-down:before {content: "";}
.fa-arrow-circle-o-up:before {content: "";}
.fa-inbox:before {content: "";}
.fa-play-circle-o:before {content: "";}
.fa-rotate-right:before, .fa-repeat:before {content: "";}
.fa-refresh:before {content: "";}
.fa-list-alt:before {content: "";}
.fa-lock:before {content: "";}
.fa-flag:before {content: "";}
.fa-headphones:before {content: "";}
.fa-volume-off:before {content: "";}
.fa-volume-down:before {content: "";}
.fa-volume-up:before {content: "";}
.fa-qrcode:before {content: "";}
.fa-barcode:before {content: "";}
.fa-tag:before {content: "";}
.fa-tags:before {content: "";}
.fa-book:before {content: "";}
.fa-bookmark:before {content: "";}
.fa-print:before {content: "";}
.fa-camera:before {content: "";}
.fa-font:before {content: "";}
.fa-bold:before {content: "";}
.fa-italic:before {content: "";}
.fa-text-height:before {content: "";}
.fa-text-width:before {content: "";}
.fa-align-left:before {content: "";}
.fa-align-center:before {content: "";}
.fa-align-right:before {content: "";}
.fa-align-justify:before {content: "";}
.fa-list:before {content: "";}
.fa-dedent:before, .fa-outdent:before {content: "";}
.fa-indent:before {content: "";}
.fa-video-camera:before {content: "";}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {content: "";}
.fa-pencil:before {content: "";}
.fa-map-marker:before {content: "";}
.fa-adjust:before {content: "";}
.fa-tint:before {content: "";}
.fa-edit:before, .fa-pencil-square-o:before {content: "";}
.fa-share-square-o:before {content: "";}
.fa-check-square-o:before {content: "";}
.fa-arrows:before {content: "";}
.fa-step-backward:before {content: "";}
.fa-fast-backward:before {content: "";}
.fa-backward:before {content: "";}
.fa-play:before {content: "";}
.fa-pause:before {content: "";}
.fa-stop:before {content: "";}
.fa-forward:before {content: "";}
.fa-fast-forward:before {content: "";}
.fa-step-forward:before {content: "";}
.fa-eject:before {content: "";}
.fa-chevron-left:before {content: "";}
.fa-chevron-right:before {content: "";}
.fa-plus-circle:before {content: "";}
.fa-minus-circle:before {content: "";}
.fa-times-circle:before {content: "";}
.fa-check-circle:before {content: "";}
.fa-question-circle:before {content: "";}
.fa-info-circle:before {content: "";}
.fa-crosshairs:before {content: "";}
.fa-times-circle-o:before {content: "";}
.fa-check-circle-o:before {content: "";}
.fa-ban:before {content: "";}
.fa-arrow-left:before {content: "";}
.fa-arrow-right:before {content: "";}
.fa-arrow-up:before {content: "";}
.fa-arrow-down:before {content: "";}
.fa-mail-forward:before, .fa-share:before {content: "";}
.fa-expand:before {content: "";}
.fa-compress:before {content: "";}
.fa-plus:before {content: "";}
.fa-minus:before {content: "";}
.fa-asterisk:before {content: "";}
.fa-exclamation-circle:before {content: "";}
.fa-gift:before {content: "";}
.fa-leaf:before {content: "";}
.fa-fire:before {content: "";}
.fa-eye:before {content: "";}
.fa-eye-slash:before {content: "";}
.fa-warning:before, .fa-exclamation-triangle:before {content: "";}
.fa-plane:before {content: "";}
.fa-calendar:before {content: "";}
.fa-random:before {content: "";}
.fa-comment:before {content: "";}
.fa-magnet:before {content: "";}
.fa-chevron-up:before {content: "";}
.fa-chevron-down:before {content: "";}
.fa-retweet:before {content: "";}
.fa-shopping-cart:before {content: "";}
.fa-folder:before {content: "";}
.fa-folder-open:before {content: "";}
.fa-arrows-v:before {content: "";}
.fa-arrows-h:before {content: "";}
.fa-bar-chart-o:before, .fa-bar-chart:before {content: "";}
.fa-twitter-square:before {content: "";}
.fa-facebook-square:before {content: "";}
.fa-camera-retro:before {content: "";}
.fa-key:before {content: "";}
.fa-gears:before, .fa-cogs:before {content: "";}
.fa-comments:before {content: "";}
.fa-thumbs-o-up:before {content: "";}
.fa-thumbs-o-down:before {content: "";}
.fa-star-half:before {content: "";}
.fa-heart-o:before {content: "";}
.fa-sign-out:before {content: "";}
.fa-linkedin-square:before {content: "";}
.fa-thumb-tack:before {content: "";}
.fa-external-link:before {content: "";}
.fa-sign-in:before {content: "";}
.fa-trophy:before {content: "";}
.fa-github-square:before {content: "";}
.fa-upload:before {content: "";}
.fa-lemon-o:before {content: "";}
.fa-phone:before {content: "";}
.fa-square-o:before {content: "";}
.fa-bookmark-o:before {content: "";}
.fa-phone-square:before {content: "";}
.fa-twitter:before {content: "";}
.fa-facebook-f:before, .fa-facebook:before {content: "";}
.fa-github:before {content: "";}
.fa-unlock:before {content: "";}
.fa-credit-card:before {content: "";}
.fa-feed:before, .fa-rss:before {content: "";}
.fa-hdd-o:before {content: "";}
.fa-bullhorn:before {content: "";}
.fa-bell:before {content: "";}
.fa-certificate:before {content: "";}
.fa-hand-o-right:before {content: "";}
.fa-hand-o-left:before {content: "";}
.fa-hand-o-up:before {content: "";}
.fa-hand-o-down:before {content: "";}
.fa-arrow-circle-left:before {content: "";}
.fa-arrow-circle-right:before {content: "";}
.fa-arrow-circle-up:before {content: "";}
.fa-arrow-circle-down:before {content: "";}
.fa-globe:before {content: "";}
.fa-wrench:before {content: "";}
.fa-tasks:before {content: "";}
.fa-filter:before {content: "";}
.fa-briefcase:before {content: "";}
.fa-arrows-alt:before {content: "";}
.fa-group:before, .fa-users:before {content: "";}
.fa-chain:before, .fa-link:before {content: "";}
.fa-cloud:before {content: "";}
.fa-flask:before {content: "";}
.fa-cut:before, .fa-scissors:before {content: "";}
.fa-copy:before, .fa-files-o:before {content: "";}
.fa-paperclip:before {content: "";}
.fa-save:before, .fa-floppy-o:before {content: "";}
.fa-square:before {content: "";}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {content: "";}
.fa-list-ul:before {content: "";}
.fa-list-ol:before {content: "";}
.fa-strikethrough:before {content: "";}
.fa-underline:before {content: "";}
.fa-table:before {content: "";}
.fa-magic:before {content: "";}
.fa-truck:before {content: "";}
.fa-pinterest:before {content: "";}
.fa-pinterest-square:before {content: "";}
.fa-google-plus-square:before {content: "";}
.fa-google-plus:before {content: "";}
.fa-money:before {content: "";}
.fa-caret-down:before {content: "";}
.fa-caret-up:before {content: "";}
.fa-caret-left:before {content: "";}
.fa-caret-right:before {content: "";}
.fa-columns:before {content: "";}
.fa-unsorted:before, .fa-sort:before {content: "";}
.fa-sort-down:before, .fa-sort-desc:before {content: "";}
.fa-sort-up:before, .fa-sort-asc:before {content: "";}
.fa-envelope:before {content: "";}
.fa-linkedin:before {content: "";}
.fa-rotate-left:before, .fa-undo:before {content: "";}
.fa-legal:before, .fa-gavel:before {content: "";}
.fa-dashboard:before, .fa-tachometer:before {content: "";}
.fa-comment-o:before {content: "";}
.fa-comments-o:before {content: "";}
.fa-flash:before, .fa-bolt:before {content: "";}
.fa-sitemap:before {content: "";}
.fa-umbrella:before {content: "";}
.fa-paste:before, .fa-clipboard:before {content: "";}
.fa-lightbulb-o:before {content: "";}
.fa-exchange:before {content: "";}
.fa-cloud-download:before {content: "";}
.fa-cloud-upload:before {content: "";}
.fa-user-md:before {content: "";}
.fa-stethoscope:before {content: "";}
.fa-suitcase:before {content: "";}
.fa-bell-o:before {content: "";}
.fa-coffee:before {content: "";}
.fa-cutlery:before {content: "";}
.fa-file-text-o:before {content: "";}
.fa-building-o:before {content: "";}
.fa-hospital-o:before {content: "";}
.fa-ambulance:before {content: "";}
.fa-medkit:before {content: "";}
.fa-fighter-jet:before {content: "";}
.fa-beer:before {content: "";}
.fa-h-square:before {content: "";}
.fa-plus-square:before {content: "";}
.fa-angle-double-left:before {content: "";}
.fa-angle-double-right:before {content: "";}
.fa-angle-double-up:before {content: "";}
.fa-angle-double-down:before {content: "";}
.fa-angle-left:before {content: "";}
.fa-angle-right:before {content: "";}
.fa-angle-up:before {content: "";}
.fa-angle-down:before {content: "";}
.fa-desktop:before {content: "";}
.fa-laptop:before {content: "";}
.fa-tablet:before {content: "";}
.fa-mobile-phone:before, .fa-mobile:before {content: "";}
.fa-circle-o:before {content: "";}
.fa-quote-left:before {content: "";}
.fa-quote-right:before {content: "";}
.fa-spinner:before {content: "";}
.fa-circle:before {content: "";}
.fa-mail-reply:before, .fa-reply:before {content: "";}
.fa-github-alt:before {content: "";}
.fa-folder-o:before {content: "";}
.fa-folder-open-o:before {content: "";}
.fa-smile-o:before {content: "";}
.fa-frown-o:before {content: "";}
.fa-meh-o:before {content: "";}
.fa-gamepad:before {content: "";}
.fa-keyboard-o:before {content: "";}
.fa-flag-o:before {content: "";}
.fa-flag-checkered:before {content: "";}
.fa-terminal:before {content: "";}
.fa-code:before {content: "";}
.fa-mail-reply-all:before, .fa-reply-all:before {content: "";}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {content: "";}
.fa-location-arrow:before {content: "";}
.fa-crop:before {content: "";}
.fa-code-fork:before {content: "";}
.fa-unlink:before, .fa-chain-broken:before {content: "";}
.fa-question:before {content: "";}
.fa-info:before {content: "";}
.fa-exclamation:before {content: "";}
.fa-superscript:before {content: "";}
.fa-subscript:before {content: "";}
.fa-eraser:before {content: "";}
.fa-puzzle-piece:before {content: "";}
.fa-microphone:before {content: "";}
.fa-microphone-slash:before {content: "";}
.fa-shield:before {content: "";}
.fa-calendar-o:before {content: "";}
.fa-fire-extinguisher:before {content: "";}
.fa-rocket:before {content: "";}
.fa-maxcdn:before {content: "";}
.fa-chevron-circle-left:before {content: "";}
.fa-chevron-circle-right:before {content: "";}
.fa-chevron-circle-up:before {content: "";}
.fa-chevron-circle-down:before {content: "";}
.fa-html5:before {content: "";}
.fa-css3:before {content: "";}
.fa-anchor:before {content: "";}
.fa-unlock-alt:before {content: "";}
.fa-bullseye:before {content: "";}
.fa-ellipsis-h:before {content: "";}
.fa-ellipsis-v:before {content: "";}
.fa-rss-square:before {content: "";}
.fa-play-circle:before {content: "";}
.fa-ticket:before {content: "";}
.fa-minus-square:before {content: "";}
.fa-minus-square-o:before {content: "";}
.fa-level-up:before {content: "";}
.fa-level-down:before {content: "";}
.fa-check-square:before {content: "";}
.fa-pencil-square:before {content: "";}
.fa-external-link-square:before {content: "";}
.fa-share-square:before {content: "";}
.fa-compass:before {content: "";}
.fa-toggle-down:before, .fa-caret-square-o-down:before {content: "";}
.fa-toggle-up:before, .fa-caret-square-o-up:before {content: "";}
.fa-toggle-right:before, .fa-caret-square-o-right:before {content: "";}
.fa-euro:before, .fa-eur:before {content: "";}
.fa-gbp:before {content: "";}
.fa-dollar:before, .fa-usd:before {content: "";}
.fa-rupee:before, .fa-inr:before {content: "";}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {content: "";}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {content: "";}
.fa-won:before, .fa-krw:before {content: "";}
.fa-bitcoin:before, .fa-btc:before {content: "";}
.fa-file:before {content: "";}
.fa-file-text:before {content: "";}
.fa-sort-alpha-asc:before {content: "";}
.fa-sort-alpha-desc:before {content: "";}
.fa-sort-amount-asc:before {content: "";}
.fa-sort-amount-desc:before {content: "";}
.fa-sort-numeric-asc:before {content: "";}
.fa-sort-numeric-desc:before {content: "";}
.fa-thumbs-up:before {content: "";}
.fa-thumbs-down:before {content: "";}
.fa-youtube-square:before {content: "";}
.fa-youtube:before {content: "";}
.fa-xing:before {content: "";}
.fa-xing-square:before {content: "";}
.fa-youtube-play:before {content: "";}
.fa-dropbox:before {content: "";}
.fa-stack-overflow:before {content: "";}
.fa-instagram:before {content: "";}
.fa-flickr:before {content: "";}
.fa-adn:before {content: "";}
.fa-bitbucket:before {content: "";}
.fa-bitbucket-square:before {content: "";}
.fa-tumblr:before {content: "";}
.fa-tumblr-square:before {content: "";}
.fa-long-arrow-down:before {content: "";}
.fa-long-arrow-up:before {content: "";}
.fa-long-arrow-left:before {content: "";}
.fa-long-arrow-right:before {content: "";}
.fa-apple:before {content: "";}
.fa-windows:before {content: "";}
.fa-android:before {content: "";}
.fa-linux:before {content: "";}
.fa-dribbble:before {content: "";}
.fa-skype:before {content: "";}
.fa-foursquare:before {content: "";}
.fa-trello:before {content: "";}
.fa-female:before {content: "";}
.fa-male:before {content: "";}
.fa-gittip:before, .fa-gratipay:before {content: "";}
.fa-sun-o:before {content: "";}
.fa-moon-o:before {content: "";}
.fa-archive:before {content: "";}
.fa-bug:before {content: "";}
.fa-vk:before {content: "";}
.fa-weibo:before {content: "";}
.fa-renren:before {content: "";}
.fa-pagelines:before {content: "";}
.fa-stack-exchange:before {content: "";}
.fa-arrow-circle-o-right:before {content: "";}
.fa-arrow-circle-o-left:before {content: "";}
.fa-toggle-left:before, .fa-caret-square-o-left:before {content: "";}
.fa-dot-circle-o:before {content: "";}
.fa-wheelchair:before {content: "";}
.fa-vimeo-square:before {content: "";}
.fa-turkish-lira:before, .fa-try:before {content: "";}
.fa-plus-square-o:before {content: "";}
.fa-space-shuttle:before {content: "";}
.fa-slack:before {content: "";}
.fa-envelope-square:before {content: "";}
.fa-wordpress:before {content: "";}
.fa-openid:before {content: "";}
.fa-institution:before, .fa-bank:before, .fa-university:before {content: "";}
.fa-mortar-board:before, .fa-graduation-cap:before {content: "";}
.fa-yahoo:before {content: "";}
.fa-google:before {content: "";}
.fa-reddit:before {content: "";}
.fa-reddit-square:before {content: "";}
.fa-stumbleupon-circle:before {content: "";}
.fa-stumbleupon:before {content: "";}
.fa-delicious:before {content: "";}
.fa-digg:before {content: "";}
.fa-pied-piper:before {content: "";}
.fa-pied-piper-alt:before {content: "";}
.fa-drupal:before {content: "";}
.fa-joomla:before {content: "";}
.fa-language:before {content: "";}
.fa-fax:before {content: "";}
.fa-building:before {content: "";}
.fa-child:before {content: "";}
.fa-paw:before {content: "";}
.fa-spoon:before {content: "";}
.fa-cube:before {content: "";}
.fa-cubes:before {content: "";}
.fa-behance:before {content: "";}
.fa-behance-square:before {content: "";}
.fa-steam:before {content: "";}
.fa-steam-square:before {content: "";}
.fa-recycle:before {content: "";}
.fa-automobile:before, .fa-car:before {content: "";}
.fa-cab:before, .fa-taxi:before {content: "";}
.fa-tree:before {content: "";}
.fa-spotify:before {content: "";}
.fa-deviantart:before {content: "";}
.fa-soundcloud:before {content: "";}
.fa-database:before {content: "";}
.fa-file-pdf-o:before {content: "";}
.fa-file-word-o:before {content: "";}
.fa-file-excel-o:before {content: "";}
.fa-file-powerpoint-o:before {content: "";}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {content: "";}
.fa-file-zip-o:before, .fa-file-archive-o:before {content: "";}
.fa-file-sound-o:before, .fa-file-audio-o:before {content: "";}
.fa-file-movie-o:before, .fa-file-video-o:before {content: "";}
.fa-file-code-o:before {content: "";}
.fa-vine:before {content: "";}
.fa-codepen:before {content: "";}
.fa-jsfiddle:before {content: "";}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {content: "";}
.fa-circle-o-notch:before {content: "";}
.fa-ra:before, .fa-rebel:before {content: "";}
.fa-ge:before, .fa-empire:before {content: "";}
.fa-git-square:before {content: "";}
.fa-git:before {content: "";}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {content: "";}
.fa-tencent-weibo:before {content: "";}
.fa-qq:before {content: "";}
.fa-wechat:before, .fa-weixin:before {content: "";}
.fa-send:before, .fa-paper-plane:before {content: "";}
.fa-send-o:before, .fa-paper-plane-o:before {content: "";}
.fa-history:before {content: "";}
.fa-circle-thin:before {content: "";}
.fa-header:before {content: "";}
.fa-paragraph:before {content: "";}
.fa-sliders:before {content: "";}
.fa-share-alt:before {content: "";}
.fa-share-alt-square:before {content: "";}
.fa-bomb:before {content: "";}
.fa-soccer-ball-o:before, .fa-futbol-o:before {content: "";}
.fa-tty:before {content: "";}
.fa-binoculars:before {content: "";}
.fa-plug:before {content: "";}
.fa-slideshare:before {content: "";}
.fa-twitch:before {content: "";}
.fa-yelp:before {content: "";}
.fa-newspaper-o:before {content: "";}
.fa-wifi:before {content: "";}
.fa-calculator:before {content: "";}
.fa-paypal:before {content: "";}
.fa-google-wallet:before {content: "";}
.fa-cc-visa:before {content: "";}
.fa-cc-mastercard:before {content: "";}
.fa-cc-discover:before {content: "";}
.fa-cc-amex:before {content: "";}
.fa-cc-paypal:before {content: "";}
.fa-cc-stripe:before {content: "";}
.fa-bell-slash:before {content: "";}
.fa-bell-slash-o:before {content: "";}
.fa-trash:before {content: "";}
.fa-copyright:before {content: "";}
.fa-at:before {content: "";}
.fa-eyedropper:before {content: "";}
.fa-paint-brush:before {content: "";}
.fa-birthday-cake:before {content: "";}
.fa-area-chart:before {content: "";}
.fa-pie-chart:before {content: "";}
.fa-line-chart:before {content: "";}
.fa-lastfm:before {content: "";}
.fa-lastfm-square:before {content: "";}
.fa-toggle-off:before {content: "";}
.fa-toggle-on:before {content: "";}
.fa-bicycle:before {content: "";}
.fa-bus:before {content: "";}
.fa-ioxhost:before {content: "";}
.fa-angellist:before {content: "";}
.fa-cc:before {content: "";}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {content: "";}
.fa-meanpath:before {content: "";}
.fa-buysellads:before {content: "";}
.fa-connectdevelop:before {content: "";}
.fa-dashcube:before {content: "";}
.fa-forumbee:before {content: "";}
.fa-leanpub:before {content: "";}
.fa-sellsy:before {content: "";}
.fa-shirtsinbulk:before {content: "";}
.fa-simplybuilt:before {content: "";}
.fa-skyatlas:before {content: "";}
.fa-cart-plus:before {content: "";}
.fa-cart-arrow-down:before {content: "";}
.fa-diamond:before {content: "";}
.fa-ship:before {content: "";}
.fa-user-secret:before {content: "";}
.fa-motorcycle:before {content: "";}
.fa-street-view:before {content: "";}
.fa-heartbeat:before {content: "";}
.fa-venus:before {content: "";}
.fa-mars:before {content: "";}
.fa-mercury:before {content: "";}
.fa-intersex:before, .fa-transgender:before {content: "";}
.fa-transgender-alt:before {content: "";}
.fa-venus-double:before {content: "";}
.fa-mars-double:before {content: "";}
.fa-venus-mars:before {content: "";}
.fa-mars-stroke:before {content: "";}
.fa-mars-stroke-v:before {content: "";}
.fa-mars-stroke-h:before {content: "";}
.fa-neuter:before {content: "";}
.fa-genderless:before {content: "";}
.fa-facebook-official:before {content: "";}
.fa-pinterest-p:before {content: "";}
.fa-whatsapp:before {content: "";}
.fa-server:before {content: "";}
.fa-user-plus:before {content: "";}
.fa-user-times:before {content: "";}
.fa-hotel:before, .fa-bed:before {content: "";}
.fa-viacoin:before {content: "";}
.fa-train:before {content: "";}
.fa-subway:before {content: "";}
.fa-medium:before {content: "";}
.fa-yc:before, .fa-y-combinator:before {content: "";}
.fa-optin-monster:before {content: "";}
.fa-opencart:before {content: "";}
.fa-expeditedssl:before {content: "";}
.fa-battery-4:before, .fa-battery-full:before {content: "";}
.fa-battery-3:before, .fa-battery-three-quarters:before {content: "";}
.fa-battery-2:before, .fa-battery-half:before {content: "";}
.fa-battery-1:before, .fa-battery-quarter:before {content: "";}
.fa-battery-0:before, .fa-battery-empty:before {content: "";}
.fa-mouse-pointer:before {content: "";}
.fa-i-cursor:before {content: "";}
.fa-object-group:before {content: "";}
.fa-object-ungroup:before {content: "";}
.fa-sticky-note:before {content: "";}
.fa-sticky-note-o:before {content: "";}
.fa-cc-jcb:before {content: "";}
.fa-cc-diners-club:before {content: "";}
.fa-clone:before {content: "";}
.fa-balance-scale:before {content: "";}
.fa-hourglass-o:before {content: "";}
.fa-hourglass-1:before, .fa-hourglass-start:before {content: "";}
.fa-hourglass-2:before, .fa-hourglass-half:before {content: "";}
.fa-hourglass-3:before, .fa-hourglass-end:before {content: "";}
.fa-hourglass:before {content: "";}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {content: "";}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {content: "";}
.fa-hand-scissors-o:before {content: "";}
.fa-hand-lizard-o:before {content: "";}
.fa-hand-spock-o:before {content: "";}
.fa-hand-pointer-o:before {content: "";}
.fa-hand-peace-o:before {content: "";}
.fa-trademark:before {content: "";}
.fa-registered:before {content: "";}
.fa-creative-commons:before {content: "";}
.fa-gg:before {content: "";}
.fa-gg-circle:before {content: "";}
.fa-tripadvisor:before {content: "";}
.fa-odnoklassniki:before {content: "";}
.fa-odnoklassniki-square:before {content: "";}
.fa-get-pocket:before {content: "";}
.fa-wikipedia-w:before {content: "";}
.fa-safari:before {content: "";}
.fa-chrome:before {content: "";}
.fa-firefox:before {content: "";}
.fa-opera:before {content: "";}
.fa-internet-explorer:before {content: "";}
.fa-tv:before, .fa-television:before {content: "";}
.fa-contao:before {content: "";}
.fa-500px:before {content: "";}
.fa-amazon:before {content: "";}
.fa-calendar-plus-o:before {content: "";}
.fa-calendar-minus-o:before {content: "";}
.fa-calendar-times-o:before {content: "";}
.fa-calendar-check-o:before {content: "";}
.fa-industry:before {content: "";}
.fa-map-pin:before {content: "";}
.fa-map-signs:before {content: "";}
.fa-map-o:before {content: "";}
.fa-map:before {content: "";}
.fa-commenting:before {content: "";}
.fa-commenting-o:before {content: "";}
.fa-houzz:before {content: "";}
.fa-vimeo:before {content: "";}
.fa-black-tie:before {content: "";}
.fa-fonticons:before {content: "";}
.fa-reddit-alien:before {content: "";}
.fa-edge:before {content: "";}
.fa-credit-card-alt:before {content: "";}
.fa-codiepie:before {content: "";}
.fa-modx:before {content: "";}
.fa-fort-awesome:before {content: "";}
.fa-usb:before {content: "";}
.fa-product-hunt:before {content: "";}
.fa-mixcloud:before {content: "";}
.fa-scribd:before {content: "";}
.fa-pause-circle:before {content: "";}
.fa-pause-circle-o:before {content: "";}
.fa-stop-circle:before {content: "";}
.fa-stop-circle-o:before {content: "";}
.fa-shopping-bag:before {content: "";}
.fa-shopping-basket:before {content: "";}
.fa-hashtag:before {content: "";}
.fa-bluetooth:before {content: "";}
.fa-bluetooth-b:before {content: "";}
.fa-percent:before {content: "";}
.fancybox-active {height: auto;}
.fancybox-is-hidden {left: -9999px;margin: 0;position: absolute !important;top: -9999px;visibility: hidden;}
.fancybox-container {-webkit-backface-visibility: hidden;height: 100%;left: 0;outline: none;position: fixed;-webkit-tap-highlight-color: transparent;top: 0;-ms-touch-action: manipulation;touch-action: manipulation;-webkit-transform: translateZ(0);transform: translateZ(0);width: 100%;z-index: 99992;}
.fancybox-container * {-webkit-box-sizing: border-box;box-sizing: border-box;}
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {bottom: 0;left: 0;position: absolute;right: 0;top: 0;}
.fancybox-outer {-webkit-overflow-scrolling: touch;overflow-y: auto;}
.fancybox-bg {background: #1e1e1e;opacity: 0;-webkit-transition-duration: inherit;-o-transition-duration: inherit;transition-duration: inherit;-webkit-transition-property: opacity;-o-transition-property: opacity;transition-property: opacity;-webkit-transition-timing-function: cubic-bezier(.47,0,.74,.71);-o-transition-timing-function: cubic-bezier(.47,0,.74,.71);transition-timing-function: cubic-bezier(.47,0,.74,.71);}
.fancybox-is-open .fancybox-bg {opacity: .9;-webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);-o-transition-timing-function: cubic-bezier(.22,.61,.36,1);transition-timing-function: cubic-bezier(.22,.61,.36,1);}
.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {direction: ltr;opacity: 0;position: absolute;-webkit-transition: opacity .25s ease,visibility 0s ease .25s;-o-transition: opacity .25s ease,visibility 0s ease .25s;transition: opacity .25s ease,visibility 0s ease .25s;visibility: hidden;z-index: 99997;}
.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {opacity: 1;-webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;-o-transition: opacity .25s ease 0s,visibility 0s ease 0s;transition: opacity .25s ease 0s,visibility 0s ease 0s;visibility: visible;}
.fancybox-infobar {color: #ccc;font-size: 13px;-webkit-font-smoothing: subpixel-antialiased;height: 44px;left: 0;line-height: 44px;min-width: 44px;mix-blend-mode: difference;padding: 0 10px;pointer-events: none;top: 0;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.fancybox-toolbar {right: 0;top: 0;}
.fancybox-stage {direction: ltr;overflow: visible;-webkit-transform: translateZ(0);transform: translateZ(0);z-index: 99994;}
.fancybox-is-open .fancybox-stage {overflow: hidden;}
.fancybox-slide {-webkit-backface-visibility: hidden;display: none;height: 100%;left: 0;outline: none;overflow: auto;-webkit-overflow-scrolling: touch;padding: 44px;position: absolute;text-align: center;top: 0;-webkit-transition-property: opacity,-webkit-transform;transition-property: opacity,-webkit-transform;transition-property: transform,opacity;transition-property: transform,opacity,-webkit-transform;-o-transition-property: transform,opacity;white-space: normal;width: 100%;z-index: 99994;}
.fancybox-slide::before {content: "";display: inline-block;font-size: 0;height: 100%;vertical-align: middle;width: 0;}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {display: block;}
.fancybox-slide--image {overflow: hidden;padding: 44px 0;}
.fancybox-slide--image::before {display: none;}
.fancybox-slide--html {padding: 6px;}
.fancybox-content {background: #fff;display: inline-block;margin: 0;max-width: 100%;overflow: auto;-webkit-overflow-scrolling: touch;padding: 44px;position: relative;text-align: left;vertical-align: middle;}
.fancybox-slide--image .fancybox-content {-webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);animation-timing-function: cubic-bezier(.5,0,.14,1);-webkit-backface-visibility: hidden;background: transparent;background-repeat: no-repeat;background-size: 100% 100%;left: 0;max-width: none;overflow: visible;padding: 0;position: absolute;top: 0;-ms-transform-origin: top left;-webkit-transform-origin: top left;transform-origin: top left;-webkit-transition-property: opacity,-webkit-transform;transition-property: opacity,-webkit-transform;transition-property: transform,opacity;transition-property: transform,opacity,-webkit-transform;-o-transition-property: transform,opacity;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;z-index: 99995;}
.fancybox-can-zoomOut .fancybox-content {cursor: -webkit-zoom-out;cursor: zoom-out;}
.fancybox-can-zoomIn .fancybox-content {cursor: -webkit-zoom-in;cursor: zoom-in;}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {cursor: -webkit-grab;cursor: grab;}
.fancybox-is-grabbing .fancybox-content {cursor: -webkit-grabbing;cursor: grabbing;}
.fancybox-container [data-selectable='true'] {cursor: text;}
.fancybox-image, .fancybox-spaceball {background: transparent;border: 0;height: 100%;left: 0;margin: 0;max-height: none;max-width: none;padding: 0;position: absolute;top: 0;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;width: 100%;}
.fancybox-spaceball {z-index: 1;}
.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {height: 100%;overflow: visible;padding: 0;width: 100%;}
.fancybox-slide--video .fancybox-content {background: #000;}
.fancybox-slide--map .fancybox-content {background: #e5e3df;}
.fancybox-slide--iframe .fancybox-content {background: #fff;}
.fancybox-video, .fancybox-iframe {background: transparent;border: 0;display: block;height: 100%;margin: 0;overflow: hidden;padding: 0;width: 100%;}
.fancybox-iframe {left: 0;position: absolute;top: 0;}
.fancybox-error {background: #fff;cursor: default;max-width: 400px;padding: 40px;width: 100%;}
.fancybox-error p {color: #444;font-size: 16px;line-height: 20px;margin: 0;padding: 0;}
.fancybox-button {background: rgba(30,30,30,.6);border: 0;border-radius: 0;-webkit-box-shadow: none;box-shadow: none;cursor: pointer;display: inline-block;height: 44px;margin: 0;padding: 10px;position: relative;-webkit-transition: color .2s;-o-transition: color .2s;transition: color .2s;vertical-align: top;visibility: inherit;width: 44px;}
.fancybox-button, .fancybox-button:visited, .fancybox-button:link {color: #ccc;}
.fancybox-button:hover {color: #fff;}
.fancybox-button:focus {outline: none;}
.fancybox-button.fancybox-focus {outline: 1px dotted;}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {color: #888;cursor: default;outline: none;}
.fancybox-button div {height: 100%;}
.fancybox-button svg {display: block;height: 100%;overflow: visible;position: relative;width: 100%;}
.fancybox-button svg path {fill: currentColor;stroke-width: 0;}
.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {display: none;}
.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {display: none;}
.fancybox-progress {background: #ff5268;height: 2px;left: 0;position: absolute;right: 0;top: 0;-ms-transform: scaleX(0);-webkit-transform: scaleX(0);transform: scaleX(0);-ms-transform-origin: 0;-webkit-transform-origin: 0;transform-origin: 0;-webkit-transition-property: -webkit-transform;transition-property: -webkit-transform;transition-property: transform;transition-property: transform,-webkit-transform;-o-transition-property: transform;-webkit-transition-timing-function: linear;-o-transition-timing-function: linear;transition-timing-function: linear;z-index: 99998;}
.fancybox-close-small {background: transparent;border: 0;border-radius: 0;color: #ccc;cursor: pointer;opacity: .8;padding: 8px;position: absolute;right: -12px;top: -44px;z-index: 401;}
.fancybox-close-small:hover {color: #fff;opacity: 1;}
.fancybox-slide--html .fancybox-close-small {color: currentColor;padding: 10px;right: 0;top: 0;}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {overflow: hidden;}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {display: none;}
.fancybox-navigation .fancybox-button {background-clip: content-box;height: 100px;opacity: 0;position: absolute;top: calc(50% - 50px);width: 70px;}
.fancybox-navigation .fancybox-button div {padding: 7px;}
.fancybox-navigation .fancybox-button--arrow_left {left: 0;left: env(safe-area-inset-left);padding: 31px 26px 31px 6px;}
.fancybox-navigation .fancybox-button--arrow_right {padding: 31px 6px 31px 26px;right: 0;right: env(safe-area-inset-right);}
.fancybox-caption {background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.85)),color-stop(50%,rgba(0,0,0,.3)),color-stop(65%,rgba(0,0,0,.15)),color-stop(75.5%,rgba(0,0,0,.075)),color-stop(82.85%,rgba(0,0,0,.037)),color-stop(88%,rgba(0,0,0,.019)),to(rgba(0,0,0,0)));background: -o-linear-gradient(bottom,rgba(0,0,0,.85) 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,rgba(0,0,0,0) 100%);background: linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,rgba(0,0,0,0) 100%);bottom: 0;color: #eee;font-size: 14px;font-weight: 400;left: 0;line-height: 1.5;padding: 75px 44px 25px 44px;pointer-events: none;right: 0;text-align: center;z-index: 99996;}
.fancybox-caption--separate {margin-top: -50px;}
.fancybox-caption__body {max-height: 50vh;overflow: auto;pointer-events: all;}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {color: #ccc;text-decoration: none;}
.fancybox-caption a:hover {color: #fff;text-decoration: underline;}
.fancybox-loading {-webkit-animation: fancybox-rotate 1s linear infinite;animation: fancybox-rotate 1s linear infinite;background: transparent;border: 4px solid #888;border-bottom-color: #fff;border-radius: 50%;height: 50px;left: 50%;margin: -25px 0 0 -25px;opacity: .7;padding: 0;position: absolute;top: 50%;width: 50px;z-index: 99999;}
@-webkit-keyframes fancybox-rotate {100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}
@keyframes fancybox-rotate {100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}
.fancybox-animated {-webkit-transition-timing-function: cubic-bezier(0,0,.25,1);-o-transition-timing-function: cubic-bezier(0,0,.25,1);transition-timing-function: cubic-bezier(0,0,.25,1);}
.fancybox-fx-slide.fancybox-slide--previous {opacity: 0;-webkit-transform: translate3d(-100%,0,0);transform: translate3d(-100%,0,0);}
.fancybox-fx-slide.fancybox-slide--next {opacity: 0;-webkit-transform: translate3d(100%,0,0);transform: translate3d(100%,0,0);}
.fancybox-fx-slide.fancybox-slide--current {opacity: 1;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {opacity: 0;-webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);-o-transition-timing-function: cubic-bezier(.19,1,.22,1);transition-timing-function: cubic-bezier(.19,1,.22,1);}
.fancybox-fx-fade.fancybox-slide--current {opacity: 1;}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {opacity: 0;-webkit-transform: scale3d(1.5,1.5,1.5);transform: scale3d(1.5,1.5,1.5);}
.fancybox-fx-zoom-in-out.fancybox-slide--next {opacity: 0;-webkit-transform: scale3d(.5,.5,.5);transform: scale3d(.5,.5,.5);}
.fancybox-fx-zoom-in-out.fancybox-slide--current {opacity: 1;-webkit-transform: scale3d(1,1,1);transform: scale3d(1,1,1);}
.fancybox-fx-rotate.fancybox-slide--previous {opacity: 0;-ms-transform: rotate(-360deg);-webkit-transform: rotate(-360deg);transform: rotate(-360deg);}
.fancybox-fx-rotate.fancybox-slide--next {opacity: 0;-ms-transform: rotate(360deg);-webkit-transform: rotate(360deg);transform: rotate(360deg);}
.fancybox-fx-rotate.fancybox-slide--current {opacity: 1;-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}
.fancybox-fx-circular.fancybox-slide--previous {opacity: 0;-webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);transform: scale3d(0,0,0) translate3d(-100%,0,0);}
.fancybox-fx-circular.fancybox-slide--next {opacity: 0;-webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);transform: scale3d(0,0,0) translate3d(100%,0,0);}
.fancybox-fx-circular.fancybox-slide--current {opacity: 1;-webkit-transform: scale3d(1,1,1) translate3d(0,0,0);transform: scale3d(1,1,1) translate3d(0,0,0);}
.fancybox-fx-tube.fancybox-slide--previous {-webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);}
.fancybox-fx-tube.fancybox-slide--next {-webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);transform: translate3d(100%,0,0) scale(.1) skew(10deg);}
.fancybox-fx-tube.fancybox-slide--current {-webkit-transform: translate3d(0,0,0) scale(1);transform: translate3d(0,0,0) scale(1);}
@media all and (max-height: 576px) {.fancybox-slide {padding-left: 6px;padding-right: 6px;}
	.fancybox-slide--image {padding: 6px 0;}
	.fancybox-close-small {right: -6px;}
	.fancybox-slide--image .fancybox-close-small {background: #4e4e4e;color: #f2f4f6;height: 36px;opacity: 1;padding: 6px;right: 0;top: 0;width: 36px;}
	.fancybox-caption {padding-left: 12px;padding-right: 12px;}}
.fancybox-share {background: #f4f4f4;border-radius: 3px;max-width: 90%;padding: 30px;text-align: center;}
.fancybox-share h1 {color: #222;font-size: 35px;font-weight: 700;margin: 0 0 20px 0;}
.fancybox-share p {margin: 0;padding: 0;}
.fancybox-share__button {border: 0;border-radius: 3px;display: inline-block;font-size: 14px;font-weight: 700;line-height: 40px;margin: 0 5px 10px 5px;min-width: 130px;padding: 0 15px;text-decoration: none;-webkit-transition: all .2s;-o-transition: all .2s;transition: all .2s;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;white-space: nowrap;}
.fancybox-share__button:visited, .fancybox-share__button:link {color: #fff;}
.fancybox-share__button:hover {text-decoration: none;}
.fancybox-share__button--fb {background: #3b5998;}
.fancybox-share__button--fb:hover {background: #344e86;}
.fancybox-share__button--pt {background: #bd081d;}
.fancybox-share__button--pt:hover {background: #aa0719;}
.fancybox-share__button--tw {background: #1da1f2;}
.fancybox-share__button--tw:hover {background: #0d95e8;}
.fancybox-share__button svg {height: 25px;margin-right: 7px;position: relative;top: -1px;vertical-align: middle;width: 25px;}
.fancybox-share__button svg path {fill: #fff;}
.fancybox-share__input {background: transparent;border: 0;border-bottom: 1px solid #d7d7d7;border-radius: 0;color: #5d5b5b;font-size: 14px;margin: 10px 0 0 0;outline: none;padding: 10px 15px;width: 100%;}
.fancybox-thumbs {background: #ddd;bottom: 0;display: none;margin: 0;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;padding: 2px 2px 4px 2px;position: absolute;right: 0;-webkit-tap-highlight-color: rgba(0,0,0,0);top: 0;width: 212px;z-index: 99995;}
.fancybox-thumbs-x {overflow-x: auto;overflow-y: hidden;}
.fancybox-show-thumbs .fancybox-thumbs {display: block;}
.fancybox-show-thumbs .fancybox-inner {right: 212px;}
.fancybox-thumbs__list {font-size: 0;height: 100%;list-style: none;margin: 0;overflow-x: hidden;overflow-y: auto;padding: 0;position: absolute;position: relative;white-space: nowrap;width: 100%;}
.fancybox-thumbs-x .fancybox-thumbs__list {overflow: hidden;}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {width: 7px;}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {background: #fff;border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);box-shadow: inset 0 0 6px rgba(0,0,0,.3);}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {background: #2a2a2a;border-radius: 10px;}
.fancybox-thumbs__list a {-webkit-backface-visibility: hidden;backface-visibility: hidden;background-color: rgba(0,0,0,.1);background-position: center center;background-repeat: no-repeat;background-size: cover;cursor: pointer;float: left;height: 75px;margin: 2px;max-height: calc(100% - 8px);max-width: calc(50% - 4px);outline: none;overflow: hidden;padding: 0;position: relative;-webkit-tap-highlight-color: transparent;width: 100px;}
.fancybox-thumbs__list a::before {border: 6px solid #ff5268;bottom: 0;content: "";left: 0;opacity: 0;position: absolute;right: 0;top: 0;-webkit-transition: all .2s cubic-bezier(.25,.46,.45,.94);-o-transition: all .2s cubic-bezier(.25,.46,.45,.94);transition: all .2s cubic-bezier(.25,.46,.45,.94);z-index: 99991;}
.fancybox-thumbs__list a:focus::before {opacity: .5;}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {opacity: 1;}
@media all and (max-width: 576px) {.fancybox-thumbs {width: 110px;}
	.fancybox-show-thumbs .fancybox-inner {right: 110px;}
	.fancybox-thumbs__list a {max-width: calc(100% - 10px);}}
.fancybox-bg {background: #121314;}
.fancybox-is-open .fancybox-bg {opacity: .5;}
.owl-carousel .animated {-webkit-animation-duration: 1000ms;animation-duration: 1000ms;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.owl-carousel .owl-animated-in {z-index: 0;}
.owl-carousel .owl-animated-out {z-index: 1;}
.owl-carousel .fadeOut {-webkit-animation-name: fadeOut;animation-name: fadeOut;}
@-webkit-keyframes fadeOut {0% {opacity: 1;}
	100% {opacity: 0;}}
@keyframes fadeOut {0% {opacity: 1;}
	100% {opacity: 0;}}
.owl-height {-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.owl-carousel {display: none;width: 100%;-webkit-tap-highlight-color: transparent;position: relative;z-index: 1;}
.owl-carousel .owl-stage {position: relative;-ms-touch-action: pan-Y;}
.owl-carousel .owl-stage:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel .owl-stage-outer {position: relative;overflow: hidden;-webkit-transform: translate3d(0px,0px,0px);}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {cursor: pointer;cursor: hand;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.owl-carousel.owl-loaded {display: block;}
.owl-carousel.owl-loading {opacity: 0;display: block;}
.owl-carousel.owl-hidden {opacity: 0;}
.owl-carousel .owl-refresh .owl-item {display: none;}
.owl-carousel .owl-item {position: relative;min-height: 1px;float: left;-webkit-backface-visibility: hidden;-webkit-tap-highlight-color: transparent;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.owl-carousel .owl-item img {display: block;width: 100%;-webkit-transform-style: preserve-3d;}
.owl-carousel.owl-text-select-on .owl-item {-webkit-user-select: auto;-moz-user-select: auto;-ms-user-select: auto;user-select: auto;}
.owl-carousel .owl-grab {cursor: move;cursor: -webkit-grab;cursor: -o-grab;cursor: -ms-grab;cursor: grab;}
.owl-carousel.owl-rtl {direction: rtl;}
.owl-carousel.owl-rtl .owl-item {float: right;}
.no-js .owl-carousel {display: block;}
.owl-carousel .owl-item .owl-lazy {opacity: 0;-webkit-transition: opacity 400ms ease;-moz-transition: opacity 400ms ease;-ms-transition: opacity 400ms ease;-o-transition: opacity 400ms ease;transition: opacity 400ms ease;}
.owl-carousel .owl-item img {transform-style: preserve-3d;}
.owl-carousel .owl-video-wrapper {position: relative;height: 100%;background: #000;}
.owl-carousel .owl-video-play-icon {position: absolute;height: 80px;width: 80px;left: 50%;top: 50%;margin-left: -40px;margin-top: -40px;background: url("/assets/templates/kzpm/vendor/owl-carousel/assets/owl.video.play.png") no-repeat;cursor: pointer;z-index: 1;-webkit-backface-visibility: hidden;-webkit-transition: scale 100ms ease;-moz-transition: scale 100ms ease;-ms-transition: scale 100ms ease;-o-transition: scale 100ms ease;transition: scale 100ms ease;}
.owl-carousel .owl-video-play-icon:hover {-webkit-transition: scale(1.3,1.3);-moz-transition: scale(1.3,1.3);-ms-transition: scale(1.3,1.3);-o-transition: scale(1.3,1.3);transition: scale(1.3,1.3);}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {display: none;}
.owl-carousel .owl-video-tn {opacity: 0;height: 100%;background-position: center center;background-repeat: no-repeat;-webkit-background-size: contain;-moz-background-size: contain;-o-background-size: contain;background-size: contain;-webkit-transition: opacity 400ms ease;-moz-transition: opacity 400ms ease;-ms-transition: opacity 400ms ease;-o-transition: opacity 400ms ease;transition: opacity 400ms ease;}
.owl-carousel .owl-video-frame {position: relative;z-index: 1;}
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, font, 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 {margin: 0;padding: 0;border: 0;outline: 0;outline: none;font-size: 100%;vertical-align: baseline;background: transparent;text-decoration: none;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary {display: block;}
button, a {cursor: pointer;}
a:hover, a:focus {text-decoration: none;}
@font-face {font-family: "FRABK";src: url("/assets/templates/kzpm/fonts/FRABK.eot");src: url("/assets/templates/kzpm/fonts/FRABK.eot") format("embedded-opentype"),url("/assets/templates/kzpm/fonts/FRABK.woff2") format("woff2"),url("/assets/templates/kzpm/fonts/FRABK.woff") format("woff"),url("/assets/templates/kzpm/fonts/FRABK.ttf") format("truetype"),url("/assets/templates/kzpm/fonts/FRABK.svg#FRABK") format("svg");}
@font-face {font-family: "framd";src: url("/assets/templates/kzpm/fonts/framd.eot");src: url("/assets/templates/kzpm/fonts/framd.eot") format("embedded-opentype"),url("/assets/templates/kzpm/fonts/framd.woff2") format("woff2"),url("/assets/templates/kzpm/fonts/framd.woff") format("woff"),url("/assets/templates/kzpm/fonts/framd.ttf") format("truetype"),url("/assets/templates/kzpm/fonts/framd.svg#framd") format("svg");}
body {color: #525252;font-family: "FRABK",sans-serif !important;}
body .text-pages h1 {font-size: 25px;color: #13668d;font-weight: bold;line-height: 1.2;margin: 20px 0 25px;}
body .text-pages h2 {margin: 15px 0 20px;color: #464646;font-size: 18px;}
body .text-pages h3 {margin: 13px 0 15px;color: #464646;font-size: 16px;}
body .text-pages .content {color: #464646;font-size: 15px;line-height: 1.4;}
body .text-pages .content p {margin-bottom: 18px;}
body#page_10 .news-row {margin-top: 25px;padding-bottom: 25px;border-bottom: 1px solid #d4d4d4;}
body#page_10 .news-row .img-col img {width: 100%;height: auto;}
body#page_10 .news-row .txt-col h3 {font-size: 18px;font-weight: bold;}
@media (min-width: 768px) {body#page_10 .news-row .txt-col h3 {margin-top: -5px;}}
body#page_10 .news-row .txt-col .description-row p {margin-bottom: 25px;}
body#page_10 .news-row .txt-col .btn-blue {width: 240px;float: left;margin-right: 25px;text-align: center;}
body#page_10 .news-row .txt-col .news-item__date {line-height: 36px;}
body#page_11 .doc-row {margin-top: 25px;padding-bottom: 25px;border-bottom: 1px solid #d4d4d4;}
body#page_11 .doc-row .img-col {min-height: 103px;background: url("/assets/templates/kzpm/img/file.png") no-repeat center;}
body#page_11 .doc-row .txt-col h3 {font-size: 18px;font-weight: bold;}
@media (min-width: 768px) {body#page_11 .doc-row .txt-col h3 {margin-top: -5px;}}
body#page_11 .doc-row .txt-col .description-row p {margin-bottom: 25px;}
body#page_11 .doc-row .txt-col .btn-blue {width: 240px;margin-right: 25px;}
.wh-tab {width: 100% !important;background-color: white !important;}
.logo {margin-top: 20px;}
.content {max-width: 1080px;margin: 0 auto;position: relative;padding: 0 15px;}
@media (max-width: 598.98px) {.content {overflow-x: hidden;}}
.top {padding: 30px 0 25px;}
.top a, .top p {font-family: "FRABK",sans-serif;color: #474747;line-height: 1.69;font-size: 14px;}
.top .contact-header {padding-top: 25px;}
.top .contact-header #langSelect {position: relative;}
.top .contact-header #langSelect > a {font-size: 18px;}
.top .contact-header #langSelect > a img {margin-right: 5px;}
.top .contact-header #langSelect > a .arr-sel {display: inline-block;background: url("/assets/templates/kzpm/img/arrow-down.png") no-repeat center center/cover;height: 10px;width: 20px;margin-left: 5px;}
.top .contact-header #langSelect .select-country {display: none;position: absolute;width: 100px;right: 0;z-index: 99;top: 25px;background-color: #fff;padding: 5px;box-shadow: 1px 1px 0px rgba(0,0,0,.3);}
.top .contact-header #langSelect .select-country li > a {font-size: 18px;display: block;padding-right: 20px;}
.top .contact-header #langSelect .select-country li > a:hover {background-color: #eee;}
.top .contact-header #langSelect .select-country li > a img {margin-right: 10px;margin-left: 9px;float: left;margin-top: 3px;}
.icon-10 {background: url("/assets/templates/kzpm/img/icon-10.png") no-repeat right center !important;}
header {position: relative;}
header:after {content: "";height: 20px;bottom: -20px;background-color: red;background-color: #eee;left: 0;width: 100%;position: absolute;}
header .content {padding: 0;}
header nav {background-color: #fff;padding-top: 22px;}
header nav ul {position: relative;}
header nav ul:before {content: "";position: absolute;bottom: 0;width: 100%;height: 1px;box-shadow: 1px 1px 0px rgba(0,0,0,.3);left: -100%;z-index: 2;}
header nav ul li {height: 64px;text-align: center;box-shadow: 1px 1px 0px rgba(0,0,0,.3);}
header nav ul li a {color: #525252;font-size: 14px;font-family: "FRABK",sans-serif;display: block;position: relative;z-index: 2;text-transform: uppercase;margin-left: -15px;padding-left: 10px;margin-right: -15px;padding-right: 10px;}
header nav ul li.active a {-webkit-box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,.3);-moz-box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,.3);box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,.3);background-color: #eee;}
header .slogan {height: 101px;background: url("/assets/templates/kzpm/img/top-bg.png") no-repeat center top;background-size: auto 100%;margin-top: 2px;text-align: center;color: #f1f1f1;font-size: 18px;line-height: 1.5;padding: 25px 0;font-family: "FRABK",sans-serif;position: relative;z-index: 3;}
header .slider {height: 336px;background: url("/assets/templates/kzpm/img/metal.png") no-repeat center top;position: relative;z-index: 2;top: -101px;margin-bottom: -101px;}
main {background-color: #eee;}
.about {padding-top: 50px;}
.about .title {margin-bottom: 35px;}
.about .title .big {color: #006776;font-size: 25px;font-family: "FRABK",sans-serif;padding-top: 20px;}
.about .title .small {font-family: "FRABK",sans-serif;font-weight: 300;color: #525252;font-size: 16px;line-height: 1.11;border-left: 1px solid #777;}
.about .text {text-align: justify;color: #777;font-size: 13px;line-height: 1.29;font-family: "framd",sans-serif;padding-bottom: 90px;}
.about .text p {text-indent: 40px;margin-bottom: 20px;}
.obg {position: relative;}
.color-other {background-color: #ddd;}
.slide-tabs {background-color: #5e5e5e;position: relative;height: 509px;overflow: hidden;}
.slide-tabs .item {position: relative;}
.slide-tabs .item img {max-width: 100%;}
.slide-tabs .item .info {width: 100%;background-color: #5e5e5e;}
.slide-tabs .item .info .text-box {padding-top: 115px;}
.slide-tabs .item .info .text-box .title {color: #eee;font-size: 18px;font-family: "FRABK",sans-serif;margin-bottom: 30px;text-align: center;}
.slide-tabs .item .info .text-box .text {color: #eee;font-size: 14px;line-height: 1.47;text-indent: 40px;padding-left: 90px;margin-bottom: 95px;}
.slide-tabs .slick-arrow {position: absolute;top: 0;width: 90px;border: none;height: 100%;outline: none;z-index: 10;}
.slide-tabs .slick-arrow.slick-next {background: url("/assets/templates/kzpm/img/slide-arrow-left.png") no-repeat center center,rgba(94,94,94,.8);left: 0;}
.slide-tabs .slick-arrow.slick-prev {background: url("/assets/templates/kzpm/img/slide-arrow-righ.png") no-repeat center center,rgba(94,94,94,.75);right: 0;}
.slide-tabs .slick-dots {position: absolute;z-index: 10;bottom: 100px;width: 540px;left: 50%;margin-left: -540px;text-align: center;max-width: 100%;}
.slide-tabs .slick-dots li {width: 32px;height: 32px;background-color: rgba(242,242,242,.4);display: inline-block;margin-left: 14px;}
.slide-tabs .slick-dots li button {opacity: 0;}
.slide-tabs .slick-dots li.slick-active {background-color: rgba(242,242,242,.9);}
.sl-white {position: relative;}
.sl-white .slide-tabs {position: relative;}
.fixed-tabs {position: absolute;width: 100%;top: 0;left: 0;z-index: 20;}
.fixed-tabs .tab {width: 859px;height: 77px;background-color: #ddd;-webkit-box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,.3);-moz-box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,.3);box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,.3);}
.fixed-tabs .tab .one-tab {width: 148px;margin-right: 1px;height: 60px;background-color: #eee;box-shadow: 1px 1px 0px rgba(0,0,0,.3);float: left;font-size: 14px;text-align: center;display: -webkit-box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;-moz-align-items: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;-moz-justify-content: center;justify-content: center;cursor: pointer;color: #5e5e5e;font-family: "FRABK",sans-serif;position: relative;z-index: 4;}
.fixed-tabs .tab .one-tab:nth-child(1) {margin-left: -8px;}
.fixed-tabs .tab .one-tab.active {background: none;box-shadow: none;position: relative;}
.fixed-tabs .tab .one-tab.active:before {content: "";width: 11px;height: 6px;background: url("/assets/templates/kzpm/img/trk.png") no-repeat;bottom: -23px;left: 50%;margin-left: -5.5px;position: absolute;}
.fixed-tabs .tab .title {background: url("/assets/templates/kzpm/img/cirkul.png") no-repeat left center;background-size: contain;color: #5e5e5e;font-size: 22px;line-height: 43px;font-family: "FRABK",sans-serif;margin-left: 30px;padding-left: 55px;float: left;margin-top: 14px;}
.slide-pic {background: url("/assets/templates/kzpm/img/slide-1.png") no-repeat left top;background-size: cover;height: 509px;}
.btn-slide {margin-left: 60px;}
@media (max-width: 598.98px) {.btn-slide {margin-left: 0px;}}
.btn-white, .btn-blue {width: 411px;line-height: 36px;padding: 0 10px;background-color: #f1f1f1;box-shadow: 1px .5px 1px rgba(0,0,0,.3);color: #006776;font-size: 14px;font-family: "framd",sans-serif;display: block;text-transform: uppercase;max-width: 100%;}
.btn-white i, .btn-blue i {float: right;margin-top: 10px;}
.btn-blue {background-color: #3a7793;box-shadow: 1px .5px 1px rgba(0,0,0,.3);color: white;}
.etapu {padding-top: 65px;}
.etapu h2 {margin-bottom: 20px;}
.etapu .intro {margin-bottom: 65px;}
.etapu .intro .text {color: #5e5e5e;font-size: 16px;line-height: 1.25;border-right: 1px solid #777;}
.etapu .intro .text p {text-indent: 35px;}
.slide-not-dot .slick-dots {display: none !important;}
h2 {color: #11668d;font-size: 25px;font-family: "framd",sans-serif;}
.one-pr {margin-bottom: 70px;}
@media screeen and (min-width: 576.98px) {.one-pr {padding-right: 140px;background: url("/assets/templates/kzpm/img/big-arrow.png") no-repeat 85% 30%;}}
.one-pr:nth-last-child(1) {padding-right: 0;background: none;}
.one-pr:nth-last-child(1) img {margin-top: 0px;}
.one-pr:nth-last-child(2) img {margin-top: 0px;}
.one-pr .title {color: #5e5e5e;font-size: 18px;line-height: 1.83;font-family: "framd",sans-serif;}
.one-pr .text {color: #5e5e5e;font-size: 14px;line-height: 1.29;font-family: "FRABK",sans-serif;}
.revert-obg .fixed-tabs .tab {background-color: #ddd;width: 100%;-webkit-box-shadow: inset 1px .5px 1px 0px rgba(0,0,0,.3);-moz-box-shadow: inset 1px .5px 1px 0px rgba(0,0,0,.3);box-shadow: inset 0px 1px 0px rgba(0,0,0,.3);}
.revert-obg .fixed-tabs .tab .title {padding-left: 0;padding-right: 55px;background: url("/assets/templates/kzpm/img/cogs.png") no-repeat right center;margin-right: 10px;}
.revert-obg .fixed-tabs .tab .one-tab.active:before {display: none;}
.slide-revert {background-color: #ddd;}
.slide-revert .slick-arrow.slick-prev {background: url("/assets/templates/kzpm/img/arrow-right-blue.png") no-repeat center center;}
.slide-revert .item .info .text-box .title, .slide-revert .item .info .text-box .text {color: #5e5e5e;}
.slide-revert .item .info .text-box .title img, .slide-revert .item .info .text-box .text img {margin-top: 20px;}
.slide-revert .slick-dots {margin-left: 0;}
.slide-revert .slick-dots li {background-color: rgba(58,119,147,.35);}
.slide-revert .slick-dots li.slick-active {background-color: rgba(58,119,147,.9);}
.carusel {background-color: #5e5e5e;padding-top: 45px;padding-bottom: 40px;margin-top: 509px;}
.carusel .car-slide {position: relative;}
.carusel .car-slide .slick-list {margin-left: 40px;}
.carusel .car-slide .item-one .title {color: white;font-size: 16px;line-height: 2.06;font-family: "FRABK",sans-serif;}
.carusel .car-slide .item-one img {max-width: 100%;}
.carusel .car-slide .slick-track > .slick-active:nth-child(2) {margin-top: -20px;}
.carusel .car-slide .owl-dot {display: inline-block;width: 26px;height: 26px;background-color: rgba(255,255,255,.4);margin: 0 5px;position: relative;z-index: 2 button;z-index-display: none;}
.carusel .car-slide .owl-dot.active {background-color: white;}
.carusel .car-slide .owl-dots {padding-top: 40px;text-align: center;}
.carusel .car-slide .owl-prev {position: absolute;width: 23px;height: 41px;background: url("/assets/templates/kzpm/img/arrow-small-left.png");top: 50%;margin-top: -20px;z-index: 2;border: 0;left: -30px;}
.carusel .car-slide .owl-next {position: absolute;width: 23px;height: 41px;background: url("/assets/templates/kzpm/img/arrow-small-right.png");top: 50%;margin-top: -20px;right: -30px;z-index: 2;border: 0;}
.news {margin-top: 45px;padding-bottom: 45px;}
@media (max-width: 1000px) {.news {}}
.news h2 {margin-bottom: 25px;}
.news .list-news .item {width: 25%;float: left;padding-right: 10px;}
.news .list-news .item .title {color: #5e5e5e;font-size: 18px;font-family: "framd",sans-serif;border-left: 1px solid #5e5e5e;padding-left: 10px;display: block;padding-bottom: 5px;}
.news .list-news .item .text {color: #5e5e5e;font-size: 14px;line-height: 1.29;font-family: "FRABK",sans-serif;border-left: 1px solid #5e5e5e;padding-left: 10px;}
.news .list-news .item img {margin-bottom: 10px;max-width: 100%;}
.gray-slider .slide-tabs {background-color: #5e5e5e;}
.gray-slider .slide-tabs .slick-arrow.slick-next {background-color: rgba(94,94,94,.75);}
.gray-slider .slide-tabs .slick-arrow.slick-prev {background-color: rgba(94,94,94,.75);}
.gray-slider .fixed-tabs .tab {width: 740px;}
.gray-slider .fixed-tabs .tab .title {background: url("/assets/templates/kzpm/img/icon-1.png") no-repeat left center;}
.about-partner {padding-bottom: 65px;}
.about-partner .title .big {padding-top: 10px;}
.partner-carusel {padding-bottom: 50px;}
.partner-carusel .title {text-align: center;color: #5e5e5e;font-size: 27px;line-height: 1.22;font-family: "FRABK",sans-serif;margin-bottom: 45px;}
.partner-carusel .logo-pr-cr {position: relative;}
.partner-carusel .logo-pr-cr .slick-list {margin: 0 40px;overflow: hidden;}
.partner-carusel .logo-pr-cr img {margin: 0 25px;}
.partner-carusel .logo-pr-cr .slick-arrow {width: 22px;height: 41px;background: url("/assets/templates/kzpm/img/left-gray.png") no-repeat,#eee;position: absolute;left: 0;top: 50%;margin-top: -20px;border: none;}
.partner-carusel .logo-pr-cr .slick-arrow.slick-next {background: url("/assets/templates/kzpm/img/right-gray.png") no-repeat;right: 0;left: auto;}
.box-maps {padding: 0;}
.info-contact {background-color: #5e5e5e;margin: 0;padding: 120px 0 0;position: relative;}
.info-contact .header {height: 91px;background: url("/assets/templates/kzpm/img/icon-2.png") no-repeat 40% center,#eee;box-shadow: 1px 1px 0px rgba(0,0,0,.3);margin-left: -2%;position: absolute;z-index: 10;color: #5e5e5e;font-size: 22px;line-height: 1.5;width: 102%;padding: 15px 30px;font-family: "FRABK",sans-serif;top: 0;}
.info-contact p {color: #dbdbdb;font-size: 14px;line-height: 2.36;padding: 0 15px 30px 15px;font-family: "FRABK",sans-serif;}
.info-contact .btn-white, .info-contact .btn-blue {margin: 0 0 36px 15px;}
footer {background: url("/assets/templates/kzpm/img/bottom.png") no-repeat center bottom;background-size: cover;padding: 40px 0;}
footer ul {border-right: 1px solid white;padding-right: 30px;}
footer ul li a {color: #dbdbdb;font-size: 18px;line-height: 1.83;text-transform: uppercase;}
footer .copy {display: -webkit-box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;-webkit-box-align: end;-ms-flex-align: end;-webkit-align-items: flex-end;-moz-align-items: flex-end;align-items: flex-end;padding-bottom: 10px;min-height: 288px;color: white;font-size: 18px;font-family: "FRABK",sans-serif;}
.go-up {width: 90px;height: 90px;background: url("/assets/templates/kzpm/img/up.png") no-repeat;position: fixed;bottom: 90px;right: 90px;z-index: 99;display: none;}
.other {padding-top: 20px;}
.tab-full .title {background: url("/assets/templates/kzpm/img/icon-1.png") no-repeat right center !important;margin-right: 410px !important;}
.page-title {color: #5e5e5e;font-size: 18px;margin-bottom: 20px;font-family: "FRABK",sans-serif;}
.page-text {color: #5e5e5e;font-size: 13px;font-family: "FRABK",sans-serif;line-height: 1.54;text-indent: 20px;}
.diplom {padding-top: 120px;padding-bottom: 50px;}
.diplom .page-text {margin-bottom: 46px;}
.diplom.diplom-1 .col-md-7 {position: relative;}
.diplom.diplom-1 .col-md-7 img {position: absolute;top: -120px;left: 50px;}
.diplom.diplom-2 .col-md-7 img {right: 50px;position: absolute;top: -120px;}
a.pdf {width: 120px;height: 74px;background: url("/assets/templates/kzpm/img/pdf.png") no-repeat;background-size: 100%;display: inline-block;}
.contact-box {padding: 35px 0 25px 0;}
.big-title {color: #5e5e5e;font-size: 22px;font-family: "FRABK",sans-serif;line-height: 41px;background: url("/assets/templates/kzpm/img/icon-2.png") no-repeat 70% center;margin-bottom: 55px;}
.text-page {color: #5e5e5e;font-size: 14px;font-family: "FRABK",sans-serif;line-height: 2.36;}
.text-page p {margin-bottom: 40px;}
.form-caption {padding-top: 70px;color: #5e5e5e;font-size: 18px;font-family: "FRABK",sans-serif;line-height: 1.83;}
.main-form input {width: 100%;height: 32px;background-color: white;border: .9px solid #5e5e5e;padding: 0 15px;margin-bottom: 10px;}
.main-form textarea {width: 100%;background-color: white;border: .9px solid #5e5e5e;padding: 15px;resize: none;margin-bottom: 10px;}
.main-form button {border: none;text-align: left;}
.text-rid p {margin-bottom: 20px;}
.text-rid ul {margin-left: 30px;}
.text-rid ul li {margin-bottom: 20px;list-style: disc;}
.category {background-color: #5e5e5e;text-align: center;padding: 50px 0 50px 0;}
.category .item {width: 23.5%;display: inline-block;text-align: left;margin-right: 1%;margin-bottom: 20px;}
.category .item:nth-child(4n+4) {margin-right: 0;}
.category .item .title {color: white;font-size: 16px;font-family: "FRABK",sans-serif;line-height: 2.06;}
.category .item img {max-width: 100%;}
.slide-white {background-color: white;}
.slide-white .item .info .text-box .title {color: #5e5e5e;}
.slide-white .item .info .text-box .text {color: #5e5e5e;}
.slide-white .item .info .text-box .text p {margin-bottom: 20px;}
.mb90 {padding-bottom: 90px;}
main.dark .obg {background-color: #5e5e5e;}
.tab-inline {width: 100% !important;text-align: right;}
.tab-inline .one-tab {float: right !important;}
.tab-inline .title {background: url("/assets/templates/kzpm/img/icon-project.png") no-repeat right center !important;}
.tabs-line {margin-bottom: 60px;}
.tabs-line .title {float: left;line-height: 55px;background: url("/assets/templates/kzpm/img/icon-10.png") no-repeat right center;padding-right: 65px;}
.tabs-line ul {float: right;}
.tabs-line ul li {float: left;}
.tabs-line ul li a {width: 153px;height: 54px;background-color: #eee;box-shadow: 1px 1px .5px rgba(0,0,0,.3);display: block;line-height: 54px;text-align: center;color: #5e5e5e;font-size: 14px;font-family: "FRABK",sans-serif;}
.tabs-line ul li.active a {-webkit-box-shadow: inset -1px 1px .5px 0px rgba(0,0,0,.3);-moz-box-shadow: inset -1px 1px .5px 0px rgba(0,0,0,.3);box-shadow: inset -1px 1px .5px 0px rgba(0,0,0,.3);background-color: white;}
.tabs-line ul li:nth-last-child(1).active a {-webkit-box-shadow: inset 1px 1px .5px 0px rgba(0,0,0,.3);-moz-box-shadow: inset 1px 1px .5px 0px rgba(0,0,0,.3);box-shadow: inset 1px 1px .5px 0px rgba(0,0,0,.3);}
.bg-white {background-color: white;}
.taab {background-color: #ddd;}
.line-top {height: 20px;background-color: #eee;-webkit-box-shadow: -1px 1px .5px 0px rgba(0,0,0,.3);-moz-box-shadow: -1px 1px .5px 0px rgba(0,0,0,.3);box-shadow: -1px 1px .5px 0px rgba(0,0,0,.3);}
.there {border-bottom: 1px solid #777;margin-bottom: 90px;}
.box-txt {margin-bottom: 20px;}
.box-txt .title {color: #5e5e5e;font-size: 18px;font-family: "FRABK",sans-serif;line-height: 1.11;text-align: center;margin-bottom: 10px;}
.box-txt .text {color: #5e5e5e;font-size: 14px;font-family: "FRABK",sans-serif;line-height: 1.43;text-indent: 30px;}
.img-txt {height: 470px;background-color: #eee;box-shadow: 1px .5px 1px rgba(0,0,0,.3);margin-bottom: 85px;}
.img-txt.no-margin {margin-bottom: 0;}
.img-txt .box-to-photo {height: 100%;}
.img-txt .text-for-img .title {color: #5e5e5e;font-size: 18px;font-family: "FRABK",sans-serif;line-height: 1.11;margin-top: 20px;margin-bottom: 90px;}
.img-txt .text-for-img img {margin-left: 80px;margin-bottom: 20px;}
.img-txt .text-for-img img.big-pic {margin-left: 20px;}
.img-txt .text-for-img a {width: 74px;height: 38px;background: url("/assets/templates/kzpm/img/arrow-down.png") no-repeat;display: block;margin-left: 115px;}
.img-txt .text-for-img a.big-url {margin-left: 170px;}
.fixed-menu {position: fixed;top: 0;left: 0;width: 100%;z-index: 100;}
.fixed-menu .content li:nth-child(1):before {content: "";position: absolute;top: 0px;left: -100px;background: url("/assets/templates/kzpm/img/logo-mini.png") no-repeat;background-size: contain;width: 60px;height: 60px;}
.slidebig {overflow: visible;}
.fix-tab {position: fixed;top: 105px;background-color: #ddd;z-index: 2;width: 100%;}
.fix-tab:before {height: 20px;width: 100%;background-color: #eee;top: -20px;left: 0;content: "";position: absolute;-webkit-box-shadow: -1px 1px 0px 0px rgba(0,0,0,.3);-moz-box-shadow: -1px 1px 0px 0px rgba(0,0,0,.3);box-shadow: -1px 1px 0px 0px rgba(0,0,0,.3);z-index: 3;}
.fix-line {position: fixed;top: 86px;z-index: 90;width: 100%;}
.fix-line:after {position: absolute;height: 54px;background-color: white;bottom: -54px;left: 0;width: 100%;content: "";-webkit-box-shadow: inset -1px 1px .5px 0px rgba(0,0,0,.3);-moz-box-shadow: inset -1px 1px .5px 0px rgba(0,0,0,.3);box-shadow: inset -1px 1px .5px 0px rgba(0,0,0,.3);}
.fix-taab {position: fixed;top: 106px;z-index: 90;left: 50%;margin-left: 45px;}
.fix-taab .title {position: absolute;left: -570px;}
.fix-tab .tab {box-shadow: none !important;}
.techTplImg {height: 170px;}
.page-la .slide-tabs {height: auto;}
.page-la .slide-tabs .text {line-height: 22px;}
.page-la .slide-tabs .text ul {text-indent: 0;list-style: none;}
.page-la .slide-tabs .text ul li {text-indent: 0;padding-left: 30px;position: relative;margin: 10px 0;}
.page-la .slide-tabs .text ul li:before {content: "-  ";display: block;position: absolute;left: 0;}
.page-la .slide-tabs .item .info .text-box.col-md-12 .text {padding-left: 0;}
.page-la .page-text {line-height: 22px;}
.page-la .page-text ul {text-indent: 0;list-style: none;}
.page-la .page-text ul li {text-indent: 0;padding-left: 30px;position: relative;margin: 10px 0;}
.page-la .page-text ul li:before {content: "-  ";display: block;position: absolute;left: 0;}
iframe {max-width: 100%;}
@media (max-width: 598.98px) {.content {padding: 0;}
	.go-up {width: 40px;height: 40px;background: url("/assets/templates/kzpm/img/up.png") no-repeat center/cover;position: fixed;bottom: 50px;right: 10px;z-index: 99;}
	.slide-tabs .slick-arrow {position: absolute;width: 30px;border: none;height: 60px;outline: none;z-index: 10;transform: translateY(-30px);top: 50%;}
	.gray-slider .fixed-tabs .tab {width: auto;}
	.fixed-tabs .tab {width: auto;display: flex;flex-wrap: wrap;height: auto;flex-direction: row;box-shadow: inset 0px 1px 0px 0px #000;justify-content: center;padding-bottom: 10px;}
	.fixed-tabs .tab .title {float: none;order: 0;width: 100%;margin-bottom: 15px;}
	.fixed-tabs .tab .one-tab {float: none;order: 1;margin: 1px;width: auto;padding-left: 15px;padding-right: 15px;height: 40px;}
	.fixed-tabs .tab .one-tab:nth-child(1) {margin-left: 1px;}
	.fixed-tabs .tab .one-tab.active {background: #ccc;}
	header .slogan {height: 160px;}
	header .slider {top: -150px;}
	header nav ul li {height: 40px;}
	.slide-tabs .slick-dots {left: 0%;}
	.slide-tabs .item {margin-left: 0;margin-right: 0;}
	.btn-white, .btn-blue, .btn-blue {width: 200px;margin-left: auto;margin-right: auto;margin-top: 10px;margin-bottom: 15px;}
	.slide-tabs .item .info .text-box .text {padding-left: 0px;margin-bottom: 20px;}
	.about .text {padding-left: 15px;padding-right: 15px;}
	.news .list-news .item {width: 50%;padding-left: 15px;padding-right: 15px;margin-bottom: 20px;}
	.slide-tabs .item .info .text-box {padding-top: 175px;}
	footer .copy {min-height: initial;}
	.info-contact .header {background: url("/assets/templates/kzpm/img/icon-2.png") no-repeat 90% center,#eee;}
	.img-txt {height: auto !important;}
	.img-txt .text-for-img img {margin-left: 0px;max-width: 100%;}
	.tab-full .title {margin-right: 10px !important;}
	#page_2 .one-tab {display: none;}
	#page_2 .revert-obg .fixed-tabs .tab .title.icon-10 {background-position-x: 90% !important;}
	#page_2 .img-txt .text-for-img {text-align: center;}
	#page_2 .img-txt .text-for-img a {display: none;}
	.category .item .title {line-height: 1;height: 75px;}
	#page_4 .slide-revert .item .info .text-box .title, #page_4 .slide-revert .item .info .text-box .text {color: #fff;}
	#page_8 .big-title.icon-contact {background-position-x: 90% !important;}
	header nav.fixed-menu {padding-top: 1px;}
	#page_1 #tab5 {height: auto;}
	.fix-tab {top: 85px;}
	.top .contact-header {padding-top: 15px;padding-right: 20px;}
	.top .contact-header p span {display: block;}}