@charset "UTF-8";

/* *********************************** *
* Reset
* *********************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
ol, 
ul { list-style: none; }
blockquote, 
q { quotes: none; }
blockquote:before, 
blockquote:after, 
q:before, 
q:after { content: ""; content: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }

/* custom reset */
*, 
*:before, 
*:after { -webkit-box-sizing: border-box; box-sizing: border-box; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; vertical-align: top; }
input { outline: none; }
button, 
[type='button'], 
[type='reset'], 
[type='submit'] { cursor: pointer; }
input,
textarea, 
select { font: inherit; margin: 0; padding: 0; letter-spacing: -0.5px; border: 0; border-radius: 0; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; }
select { cursor: pointer; }
select::-ms-expand { display: none; /* 화살표 없애기 for IE10, 11*/ }
textarea { resize: none; }
button, [type=button], [type=submit] {
	padding: 0;
	border: 0;
	background-color: transparent;
	color: inherit;
	font: inherit;
}
button:disabled {
	pointer-events: none;
	cursor: default;
}
[class*=cm_chk] {
  position: relative;
}
[class*=cm_chk] input[type=checkbox],
[class*=cm_chk] input[type=radio] {
	clip: rect(0, 0, 0, 0);
	position: absolute;
	width: 1px;
	height: 1px;
	min-height: unset;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
}
[class*=cm_chk] .chk_label {
	-webkit-user-select: none;
	-moz-user-select: none;
	cursor: pointer;
	user-select: none;
}
[class*=cm_chk] input:disabled + .chk_label {
	pointer-events: none;
	cursor: default;
}

input[type="file"] {
  display: none;
}

/* 스크롤 */
*::-webkit-scrollbar {
  width: 10px;
	height: 10px;
}
*::-webkit-scrollbar-button {
  display: none;
}
*::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  border: 2px solid transparent;
  background-clip: content-box;
}

/* ui 달력 */
.ui-datepicker {
	z-index: 10;
	width: 260px;
	padding: 0;
	overflow: hidden;
	border: 1px solid #dee0e1;
	border-radius: 5px;
	font-size: 14px;
}
.ui-datepicker .ui-datepicker-header {
	padding: 10px;
	border: 0;
	border-radius: 0;
	background-image: none;
	background-color: #00975b;
	color: #fff;
}
.ui-datepicker .ui-datepicker-title {
	position: relative;
	margin: 0;
	line-height: 1;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	z-index: 1;
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
	background-image: url('../../images/common/arrow_back2.svg');
}
.ui-datepicker .ui-datepicker-next {
	background-image: url('../../images/common/arrow_forward2.svg');
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: none;
}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
	border: 0;
	background-color: transparent;
}
.ui-datepicker .ui-datepicker-title select {
	width: 80px;
	height: 30px;
	margin: 0 5px;
	padding: 0 10px;
	padding-right: 30px;
	border: 1px solid #dee0e1;
	border-radius: 3px;
	background: #fff url('../../images/common/arrow_down.svg') no-repeat right 10px center/11px;
	color: #333;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	transition: border-color 0.15s ease-in-out;
}
.ui-datepicker table {
	margin: 0;
}
.ui-datepicker th {
	height: 30px;
	padding: 0;
	background-color: #EDEDED;
	text-align: center;
}
.ui-datepicker td {
	height: 30px;
	padding: 0;
	border-top: 1px solid #dee0e1;
	border-right: 1px solid #dee0e1;
	text-align: center;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	display: block;
	width: 100%;
	height: 30px;
	padding: 0;
	border: 0;
	background-image: none;
	background-color: #fff;
	line-height: 30px;
	text-align: center;
	transition: all 0.2s;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background-color: #deeee7;
	color: #00975b;
	font-weight: 600;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	background-color: #00975b;
	color: #fff;
	font-weight: 600;
}
.ui-datepicker td:hover .ui-state-default {
	background-color: #00975b;
	color: #fff;
	font-weight: 600;
}

/* *********************************** *
* Common
* *********************************** */
html { font-size: 10px; }

/* Display */
.skip,
.blind { clip: rect(0 0 0 0); position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; border: 0; }
.hide { display: none !important; }
.visible-hide { visibility: hidden !important; }
.visible-show { visibility: visible !important; }
.block { display: block !important; }
.inline-block { display: inline-block !important; }
.noscroll { overflow: hidden !important; touch-action: none; -webkit-overflow-scrolling: none; overscroll-behavior: none; }

/* Float */
.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after { display: block; content: ""; line-height: 0; }
.clearfix:after { clear: both; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.clear { float: none !important; clear: both; }

/* Text */
.align-left { text-align: left !important; }
.align-center { text-align: center !important; }
.align-right { text-align: right !important; }
.align-justify { text-align: justify !important; }
.align-top { vertical-align: top !important; }
.align-middle { vertical-align: middle !important; }
.align-bottom { vertical-align: bottom !important; }
.text-upper { text-transform: uppercase !important; }
.text-lower { text-transform: lowercase !important; }
.text-light { font-weight: 300 !important; }
.text-normal { font-weight: 400 !important; }
.text-medium { font-weight: 500 !important; }
.text-bold { font-weight: bold !important; }
.text-small { font-size: 85% !important; }
.text-large { font-size: 115% !important; }
.text-blind { text-indent: -9999px !important; }
.ir_su { overflow: hidden; position: absolute; width: 0; height: 0; line-height: 0; text-indent: -9999px; }

/* Ellipsis */
.ellipsis1 { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } /* 1줄 줄임 */
.ellipsis2 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } /* 2줄 줄임 */
.ellipsis3 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; } /* 3줄 줄임 */

/* Form */
input, 
textarea, 
select { min-height: 35px; border: 1px solid #ddd; color: #000; }
input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder { color: #aaa; }
input:-ms-input-placeholder, 
textarea:-ms-input-placeholder { color: #aaa; }
input::-ms-input-placeholder, 
textarea::-ms-input-placeholder { color: #aaa; }
input::placeholder, 
textarea::placeholder { color: #aaa; }

th, 
td { vertical-align: middle; }
legend, 
caption { position: absolute; top: -9999px; left: -9999px; margin: 0; padding: 0; font-size: 0; line-height: 0; overflow: hidden; z-index: -1; }

/* Border */
.border0 { border: 0 !important; }
.border-top0 { border-top: 0 !important; }
.border-right0 { border-right: 0 !important; }
.border-bottom0 { border-bottom: 0 !important; }
.border-left0 { border-left: 0 !important; }

/* Flex */
.flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
.flex-center { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.flex-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; }
.flex-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; }
.flex-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
.flex-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
.align-items-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }
.align-items-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; }
.align-items-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; }
.align-items-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; }
.align-items-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }
.align-content-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
.align-content-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
.align-content-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
.align-content-center { -ms-flex-line-pack: center !important; align-content: center !important; }
.align-content-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
.align-content-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
.align-self-stretch { -ms-flex-item-align: stretch !important; -ms-grid-row-align: stretch !important; align-self: stretch !important; }
.align-self-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
.align-self-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
.align-self-center { -ms-flex-item-align: center !important; -ms-grid-row-align: center !important; align-self: center !important; }
.align-self-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
.justify-content-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }
.justify-content-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }
.justify-content-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; }
.justify-content-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }
.justify-content-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
.flex-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
.flex-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
.flex-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
.flex-order-0 { -webkit-box-ordinal-group: 1 !important; -ms-flex-order: 0 !important; order: 0 !important; }
.flex-order-1 { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; }
.flex-order-2 { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; }
.flex-order-3 { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; }
.flex-order-4 { -webkit-box-ordinal-group: 5 !important; -ms-flex-order: 4 !important; order: 4 !important; }
.flex-order-5 { -webkit-box-ordinal-group: 6 !important; -ms-flex-order: 5 !important; order: 5 !important; }
.flex-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; -ms-flex: 0 0 auto !important; flex: 0 0 auto !important; }

.col-0_5,
.col-1,
.col-1_5,
.col-2,
.col-2_5,
.col-3,
.col-3_5,
.col-4,
.col-4_5,
.col-5,
.col-5_5,
.col-6,
.col-6_5,
.col-7,
.col-7_5,
.col-8,
.col-8_5,
.col-9,
.col-9_5,
.col-10,
.col-10_5,
.col-11,
.col-11_5,
.col-12,
.col,
.col-auto { position: relative; width: 100%; padding-right: 5px; padding-left: 5px; }
.col { max-width: 100%; -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; }
.col-auto { width: auto; max-width: 100%; -ms-flex: 0 0 auto; flex: 0 0 auto; }
.col-0_5 { max-width: 4.166666%; -ms-flex: 0 0 4.166666%; flex: 0 0 4.166666%; }
.col-1 { max-width: 8.333333%; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; }
.col-1_5 { max-width: 12.5%; -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; }
.col-2 { max-width: 16.666667%; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; }
.col-2_5 { max-width: 20.833333%; -ms-flex: 0 0 20.833333%; flex: 0 0 20.833333%; }
.col-3 { max-width: 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; }
.col-3_5 { max-width: 29.166666%; -ms-flex: 0 0 29.166666%; flex: 0 0 29.166666%; }
.col-4 { max-width: 33.333333%; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; }
.col-4_5 { max-width: 37.5%; -ms-flex: 0 0 37.5%; flex: 0 0 37.5%; }
.col-5 { max-width: 41.666667%; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; }
.col-5_5 { max-width: 45.833333%; -ms-flex: 0 0 45.833333%; flex: 0 0 45.833333%; }
.col-6 { max-width: 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; }
.col-6_5 { max-width: 54.166666%; -ms-flex: 0 0 54.166666%; flex: 0 0 54.166666%; }
.col-7 { max-width: 58.333333%; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; }
.col-7_5 { max-width: 62.5%; -ms-flex: 0 0 62.5%; flex: 0 0 62.5%; }
.col-8 { max-width: 66.666667%; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; }
.col-8_5 { max-width: 70.833333%; -ms-flex: 0 0 70.833333%; flex: 0 0 70.833333%; }
.col-9 { max-width: 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; }
.col-9_5 { max-width: 79.166666%; -ms-flex: 0 0 79.166666%; flex: 0 0 79.166666%; }
.col-10 { max-width: 83.333333%; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; }
.col-10_5 { max-width: 87.5%; -ms-flex: 0 0 87.5%; flex: 0 0 87.5%; }
.col-11 { max-width: 91.666667%; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; }
.col-11_5 { max-width: 95.833333%; -ms-flex: 0 0 95.833333%; flex: 0 0 95.833333%; }
.col-12 { max-width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; }
.row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: calc(100% + 10px); margin-left: -5px; margin-right: -5px; }

.col-row-1 > * { width: 100%; }
.col-row-2 > * { width: calc((100% - (30px)) / 2); margin-right: 30px; margin-top: 30px; }
.col-row-2 > *:nth-child(2n+2) { margin-right: 0; }
.col-row-2 > *:nth-child(-n+2) { margin-top: 0; }
.col-row-3 > * { width: calc((100% - (30px * 2)) / 3); margin-right: 30px; margin-top: 30px; }
.col-row-3 > *:nth-child(3n+3) { margin-right: 0; }
.col-row-3 > *:nth-child(-n+3) { margin-top: 0; }
.col-row-4 > * { width: calc((100% - (30px * 3)) / 4); margin-right: 30px; margin-top: 30px; }
.col-row-4 > *:nth-child(4n+4) { margin-right: 0; }
.col-row-4 > *:nth-child(-n+4) { margin-top: 0; }

/* 웹접근성 */
*:focus-visible {
	outline: 2px dashed #000;
	outline-offset: 2px;
	transition: none !important;
	z-index: 1;
}

/* Skip Navi */
#skipNavi { position: absolute; top: 0; left: 0; width: 100%; z-index: 500; }
#skipNavi a { display: block; position: absolute; top: -9999px; }
#skipNavi a:hover, 
#skipNavi a:active, 
#skipNavi a:focus { display: block; top: 0; width: 100%; padding: 10px 0; color: #000; font-size: 16px; text-align: center; background: #fafafa; border: 2px solid #666; }

/* animation */
.reveal { -webkit-animation-play-state: paused !important; animation-play-state: paused !important; }
.reveal.animated { -webkit-animation-play-state: running !important; animation-play-state: running !important; }


/* *********************************** *
* Margin
* *********************************** */
.mg-auto { margin: 0 auto !important; }
.mg-00 { margin: 0 !important; }
.mg-02 { margin: 2px !important; }
.mg-03 { margin: 3px !important; }
.mg-04 { margin: 4px !important; }
.mg-05 { margin: 5px !important; }
.mg-06 { margin: 6px !important; }
.mg-07 { margin: 7px !important; }
.mg-08 { margin: 8px !important; }
.mg-09 { margin: 9px !important; }
.mg-10 { margin: 10px !important; }
.mg-15 { margin: 15px !important; }
.mg-20 { margin: 20px !important; }
.mg-25 { margin: 25px !important; }
.mg-30 { margin: 30px !important; }
.mg-35 { margin: 35px !important; }
.mg-40 { margin: 40px !important; }
.mg-45 { margin: 45px !important; }
.mg-50 { margin: 50px !important; }
.mg-60 { margin: 60px !important; }
.mg-70 { margin: 70px !important; }
.mg-80 { margin: 80px !important; }
.mg-90 { margin: 90px !important; }
.mg-100 { margin: 100px !important; }

.my-00,
.mt-00 { margin-top: 0 !important; }
.my-02,
.mt-02 { margin-top: 2px !important; }
.my-03,
.mt-03 { margin-top: 3px !important; }
.my-04,
.mt-04 { margin-top: 4px !important; }
.my-05,
.mt-05 { margin-top: 5px !important; }
.my-06,
.mt-06 { margin-top: 6px !important; }
.my-07,
.mt-07 { margin-top: 7px !important; }
.my-08,
.mt-08 { margin-top: 8px !important; }
.my-09,
.mt-09 { margin-top: 9px !important; }
.my-10,
.mt-10 { margin-top: 10px !important; }
.my-15,
.mt-15 { margin-top: 15px !important; }
.my-20,
.mt-20 { margin-top: 20px !important; }
.my-25,
.mt-25 { margin-top: 25px !important; }
.my-30,
.mt-30 { margin-top: 30px !important; }
.my-35,
.mt-35 { margin-top: 35px !important; }
.my-40,
.mt-40 { margin-top: 40px !important; }
.my-45,
.mt-45 { margin-top: 45px !important; }
.my-50,
.mt-50 { margin-top: 50px !important; }
.my-60,
.mt-60 { margin-top: 60px !important; }
.my-70,
.mt-70 { margin-top: 70px !important; }
.my-80,
.mt-80 { margin-top: 80px !important; }
.my-90,
.mt-90 { margin-top: 90px !important; }
.my-100,
.mt-100 { margin-top: 100px !important; }

.mx-00,
.mr-00 { margin-right: 0 !important; }
.mx-02,
.mr-02 { margin-right: 2px !important; }
.mx-03,
.mr-03 { margin-right: 3px !important; }
.mx-04,
.mr-04 { margin-right: 4px !important; }
.mx-05,
.mr-05 { margin-right: 5px !important; }
.mx-06,
.mr-06 { margin-right: 6px !important; }
.mx-07,
.mr-07 { margin-right: 7px !important; }
.mx-08,
.mr-08 { margin-right: 8px !important; }
.mx-09,
.mr-09 { margin-right: 9px !important; }
.mx-10,
.mr-10 { margin-right: 10px !important; }
.mx-15,
.mr-15 { margin-right: 15px !important; }
.mx-20,
.mr-20 { margin-right: 20px !important; }
.mx-25,
.mr-25 { margin-right: 25px !important; }
.mx-30,
.mr-30 { margin-right: 30px !important; }
.mx-35,
.mr-35 { margin-right: 35px !important; }
.mx-40,
.mr-40 { margin-right: 40px !important; }
.mx-45,
.mr-45 { margin-right: 45px !important; }
.mx-50,
.mr-50 { margin-right: 50px !important; }
.mx-60,
.mr-60 { margin-right: 60px !important; }
.mx-70,
.mr-70 { margin-right: 70px !important; }
.mx-80,
.mr-80 { margin-right: 80px !important; }
.mx-90,
.mr-90 { margin-right: 90px !important; }
.mx-100,
.mr-100 { margin-right: 100px !important; }

.my-0,
.mb-00 { margin-bottom: 0 !important; }
.my-02,
.mb-02 { margin-bottom: 2px !important; }
.my-03,
.mb-03 { margin-bottom: 3px !important; }
.my-04,
.mb-04 { margin-bottom: 4px !important; }
.my-05,
.mb-05 { margin-bottom: 5px !important; }
.my-06,
.mb-06 { margin-bottom: 6px !important; }
.my-07,
.mb-07 { margin-bottom: 7px !important; }
.my-08,
.mb-08 { margin-bottom: 8px !important; }
.my-09,
.mb-09 { margin-bottom: 9px !important; }
.my-10,
.mb-10 { margin-bottom: 10px !important; }
.my-15,
.mb-15 { margin-bottom: 15px !important; }
.my-20,
.mb-20 { margin-bottom: 20px !important; }
.my-25,
.mb-25 { margin-bottom: 25px !important; }
.my-30,
.mb-30 { margin-bottom: 30px !important; }
.my-35,
.mb-35 { margin-bottom: 35px !important; }
.my-40,
.mb-40 { margin-bottom: 40px !important; }
.my-45,
.mb-45 { margin-bottom: 45px !important; }
.my-50,
.mb-50 { margin-bottom: 50px !important; }
.my-60,
.mb-60 { margin-bottom: 60px !important; }
.my-70,
.mb-70 { margin-bottom: 70px !important; }
.my-80,
.mb-80 { margin-bottom: 80px !important; }
.my-90,
.mb-90 { margin-bottom: 90px !important; }
.my-100,
.mb-100 { margin-bottom: 100px !important; }

.mx-00,
.ml-00 { margin-left: 0 !important; }
.mx-02,
.ml-02 { margin-left: 2px !important; }
.mx-03,
.ml-03 { margin-left: 3px !important; }
.mx-04,
.ml-04 { margin-left: 4px !important; }
.mx-05,
.ml-05 { margin-left: 5px !important; }
.mx-06,
.ml-06 { margin-left: 6px !important; }
.mx-07,
.ml-07 { margin-left: 7px !important; }
.mx-08,
.ml-08 { margin-left: 8px !important; }
.mx-09,
.ml-09 { margin-left: 9px !important; }
.mx-10,
.ml-10 { margin-left: 10px !important; }
.mx-15,
.ml-15 { margin-left: 15px !important; }
.mx-20,
.ml-20 { margin-left: 20px !important; }
.mx-25,
.ml-25 { margin-left: 25px !important; }
.mx-30,
.ml-30 { margin-left: 30px !important; }
.mx-35,
.ml-35 { margin-left: 35px !important; }
.mx-40,
.ml-40 { margin-left: 40px !important; }
.mx-45,
.ml-45 { margin-left: 45px !important; }
.mx-50,
.ml-50 { margin-left: 50px !important; }
.mx-60,
.ml-60 { margin-left: 60px !important; }
.mx-70,
.ml-70 { margin-left: 70px !important; }
.mx-80,
.ml-80 { margin-left: 80px !important; }
.mx-90,
.ml-90 { margin-left: 90px !important; }
.mx-100,
.ml-100 { margin-left: 100px !important; }

.mt-negative1 { margin-top: -1px !important; }
.mt-negative2 { margin-top: -2px !important; }
.mt-negative3 { margin-top: -3px !important; }
.mt-negative4 { margin-top: -4px !important; }
.mt-negative5 { margin-top: -5px !important; }

.mr-negative1 { margin-right: -1px !important; }
.mr-negative2 { margin-right: -2px !important; }
.mr-negative3 { margin-right: -3px !important; }
.mr-negative4 { margin-right: -4px !important; }
.mr-negative5 { margin-right: -5px !important; }

.mb-negative1 { margin-bottom: -1px !important; }
.mb-negative2 { margin-bottom: -2px !important; }
.mb-negative3 { margin-bottom: -3px !important; }
.mb-negative4 { margin-bottom: -4px !important; }
.mb-negative5 { margin-bottom: -5px !important; }

.ml-negative1 { margin-left: -1px !important; }
.ml-negative2 { margin-left: -2px !important; }
.ml-negative3 { margin-left: -3px !important; }
.ml-negative4 { margin-left: -4px !important; }
.ml-negative5 { margin-left: -5px !important; }


/* *********************************** *
* Padding
* *********************************** */
.pd-00 { padding: 0 !important; }
.pd-02 { padding: 2px !important; }
.pd-03 { padding: 3px !important; }
.pd-04 { padding: 4px !important; }
.pd-05 { padding: 5px !important; }
.pd-06 { padding: 6px !important; }
.pd-07 { padding: 7px !important; }
.pd-08 { padding: 8px !important; }
.pd-09 { padding: 9px !important; }
.pd-10 { padding: 10px !important; }
.pd-15 { padding: 15px !important; }
.pd-20 { padding: 20px !important; }
.pd-25 { padding: 25px !important; }
.pd-30 { padding: 30px !important; }
.pd-35 { padding: 35px !important; }
.pd-40 { padding: 40px !important; }
.pd-45 { padding: 45px !important; }
.pd-50 { padding: 50px !important; }
.pd-60 { padding: 60px !important; }
.pd-70 { padding: 70px !important; }
.pd-80 { padding: 80px !important; }
.pd-90 { padding: 90px !important; }
.pd-100 { padding: 100px !important; }

.py-00,
.pt-00 { padding-top: 0 !important; }
.py-02,
.pt-02 { padding-top: 2px !important; }
.py-03,
.pt-03 { padding-top: 3px !important; }
.py-04,
.pt-04 { padding-top: 4px !important; }
.py-05,
.pt-05 { padding-top: 5px !important; }
.py-06,
.pt-06 { padding-top: 6px !important; }
.py-07,
.pt-07 { padding-top: 7px !important; }
.py-08,
.pt-08 { padding-top: 8px !important; }
.py-09,
.pt-09 { padding-top: 9px !important; }
.py-10,
.pt-10 { padding-top: 10px !important; }
.py-15,
.pt-15 { padding-top: 15px !important; }
.py-20,
.pt-20 { padding-top: 20px !important; }
.py-25,
.pt-25 { padding-top: 25px !important; }
.py-30,
.pt-30 { padding-top: 30px !important; }
.py-35,
.pt-35 { padding-top: 35px !important; }
.py-40,
.pt-40 { padding-top: 40px !important; }
.py-45,
.pt-45 { padding-top: 45px !important; }
.py-50,
.pt-50 { padding-top: 50px !important; }
.py-60,
.pt-60 { padding-top: 60px !important; }
.py-70,
.pt-70 { padding-top: 70px !important; }
.py-80,
.pt-80 { padding-top: 80px !important; }
.py-90,
.pt-90 { padding-top: 90px !important; }
.py-100,
.pt-100 { padding-top: 100px !important; }

.px-00,
.pr-00 { padding-right: 0 !important; }
.px-02,
.pr-02 { padding-right: 2px !important; }
.px-03,
.pr-03 { padding-right: 3px !important; }
.px-04,
.pr-04 { padding-right: 4px !important; }
.px-05,
.pr-05 { padding-right: 5px !important; }
.px-06,
.pr-06 { padding-right: 6px !important; }
.px-07,
.pr-07 { padding-right: 7px !important; }
.px-08,
.pr-08 { padding-right: 8px !important; }
.px-09,
.pr-09 { padding-right: 9px !important; }
.px-10,
.pr-10 { padding-right: 10px !important; }
.px-15,
.pr-15 { padding-right: 15px !important; }
.px-20,
.pr-20 { padding-right: 20px !important; }
.px-25,
.pr-25 { padding-right: 25px !important; }
.px-30,
.pr-30 { padding-right: 30px !important; }
.px-35,
.pr-35 { padding-right: 35px !important; }
.px-40,
.pr-40 { padding-right: 40px !important; }
.px-45,
.pr-45 { padding-right: 45px !important; }
.px-50,
.pr-50 { padding-right: 50px !important; }
.px-60,
.pr-60 { padding-right: 60px !important; }
.px-70,
.pr-70 { padding-right: 70px !important; }
.px-80,
.pr-80 { padding-right: 80px !important; }
.px-90,
.pr-90 { padding-right: 90px !important; }
.px-100,
.pr-100 { padding-right: 100px !important; }

.py-00,
.pb-00 { padding-bottom: 0 !important; }
.py-02,
.pb-02 { padding-bottom: 2px !important; }
.py-03,
.pb-03 { padding-bottom: 3px !important; }
.py-04,
.pb-04 { padding-bottom: 4px !important; }
.py-05,
.pb-05 { padding-bottom: 5px !important; }
.py-06,
.pb-06 { padding-bottom: 6px !important; }
.py-07,
.pb-07 { padding-bottom: 7px !important; }
.py-08,
.pb-08 { padding-bottom: 8px !important; }
.py-09,
.pb-09 { padding-bottom: 9px !important; }
.py-10,
.pb-10 { padding-bottom: 10px !important; }
.py-15,
.pb-15 { padding-bottom: 15px !important; }
.py-20,
.pb-20 { padding-bottom: 20px !important; }
.py-25,
.pb-25 { padding-bottom: 25px !important; }
.py-30,
.pb-30 { padding-bottom: 30px !important; }
.py-35,
.pb-35 { padding-bottom: 35px !important; }
.py-40,
.pb-40 { padding-bottom: 40px !important; }
.py-45,
.pb-45 { padding-bottom: 45px !important; }
.py-50,
.pb-50 { padding-bottom: 50px !important; }
.py-60,
.pb-60 { padding-bottom: 60px !important; }
.py-70,
.pb-70 { padding-bottom: 70px !important; }
.py-80,
.pb-80 { padding-bottom: 80px !important; }
.py-90,
.pb-90 { padding-bottom: 90px !important; }
.py-100,
.pb-100 { padding-bottom: 100px !important; }

.px-00,
.pl-00 { padding-left: 0 !important; }
.px-02,
.pl-02 { padding-left: 2px !important; }
.px-03,
.pl-03 { padding-left: 3px !important; }
.px-04,
.pl-04 { padding-left: 4px !important; }
.px-05,
.pl-05 { padding-left: 5px !important; }
.px-06,
.pl-06 { padding-left: 6px !important; }
.px-07,
.pl-07 { padding-left: 7px !important; }
.px-08,
.pl-08 { padding-left: 8px !important; }
.px-09,
.pl-09 { padding-left: 9px !important; }
.px-10,
.pl-10 { padding-left: 10px !important; }
.px-15,
.pl-15 { padding-left: 15px !important; }
.px-20,
.pl-20 { padding-left: 20px !important; }
.px-25,
.pl-25 { padding-left: 25px !important; }
.px-30,
.pl-30 { padding-left: 30px !important; }
.px-35,
.pl-35 { padding-left: 35px !important; }
.px-40,
.pl-40 { padding-left: 40px !important; }
.px-45,
.pl-45 { padding-left: 45px !important; }
.px-50,
.pl-50 { padding-left: 50px !important; }
.px-60,
.pl-60 { padding-left: 60px !important; }
.px-70,
.pl-70 { padding-left: 70px !important; }
.px-80,
.pl-80 { padding-left: 80px !important; }
.px-90,
.pl-90 { padding-left: 90px !important; }
.px-100,
.pl-100 { padding-left: 100px !important; }

/* *********************************** *
* Width / Height
* *********************************** */
.wd-00 { width: 0 !important; }
.wd-auto { width: auto !important; }
.wp-100 { width: 100% !important; }
.hi-0 { height: 0 !important; }
.hi-auto { height: auto !important; }
.hp-100 { height: 100% !important; }

.wp-5 { width: 5% !important; }
.wp-10 { width: 10% !important; }
.wp-15 { width: 15% !important; }
.wp-16 { width: 16.6% !important; }
.wp-20 { width: 20% !important; }
.wp-25 { width: 25% !important; }
.wp-30 { width: 30% !important; }
.wp-33 { width: 33.3% !important; }
.wp-35 { width: 35% !important; }
.wp-40 { width: 40% !important; }
.wp-45 { width: 45% !important; }
.wp-50 { width: 50% !important; }
.wp-55 { width: 55% !important; }
.wp-60 { width: 60% !important; }
.wp-65 { width: 65% !important; }
.wp-70 { width: 70% !important; }
.wp-75 { width: 75% !important; }
.wp-80 { width: 80% !important; }
.wp-85 { width: 85% !important; }
.wp-90 { width: 90% !important; }
.wp-95 { width: 95% !important; }

.wd-03 { width: 3px !important; }
.wd-05 { width: 5px !important; }
.wd-10 { width: 10px !important; }
.wd-15 { width: 15px !important; }
.wd-20 { width: 20px !important; }
.wd-25 { width: 25px !important; }
.wd-30 { width: 30px !important; }
.wd-35 { width: 35px !important; }
.wd-40 { width: 40px !important; }
.wd-45 { width: 45px !important; }
.wd-50 { width: 50px !important; }
.wd-55 { width: 55px !important; }
.wd-60 { width: 60px !important; }
.wd-65 { width: 65px !important; }
.wd-70 { width: 70px !important; }
.wd-75 { width: 75px !important; }
.wd-80 { width: 80px !important; }
.wd-85 { width: 85px !important; }
.wd-90 { width: 90px !important; }
.wd-95 { width: 95px !important; }
.wd-100 { width: 100px !important; }
.wd-110 { width: 110px !important; }
.wd-115 { width: 115px !important; }
.wd-120 { width: 120px !important; }
.wd-125 { width: 125px !important; }
.wd-130 { width: 130px !important; }
.wd-135 { width: 135px !important; }
.wd-150 { width: 150px !important; }
.wd-160 { width: 160px !important; }
.wd-170 { width: 170px !important; }
.wd-180 { width: 180px !important; }
.wd-190 { width: 190px !important; }
.wd-200 { width: 200px !important; }
.wd-250 { width: 250px !important; }
.wd-300 { width: 300px !important; }
.wd-350 { width: 350px !important; }
.wd-400 { width: 400px !important; }
.wd-450 { width: 450px !important; }
.wd-500 { width: 500px !important; }

/* *********************************** *
* respnsive
* *********************************** */
@media all and (max-width: 1500px) { 
	html { font-size: 9.5px; }
}
@media all and (max-width: 1400px) { 
	html { font-size: 9px; }
}
@media all and (max-width: 1280px) { 
	html { font-size: 8.5px; }

	/* Display */
	.blind-lg { clip: rect(0 0 0 0); position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; border: 0; }
	.hide-lg { display: none !important; }
	.visible-hide-lg { visibility: hidden !important; }
	.visible-show-lg { visibility: visible !important; }
	.block-lg { display: block !important; }
	.inline-block-lg { display: inline-block !important; }
	.noscroll-lg { overflow: hidden !important; touch-action: none; -webkit-overflow-scrolling: none; overscroll-behavior: none; }

	/* Text */
	.align-lg-left { text-align: left !important; }
	.align-lg-center { text-align: center !important; }
	.align-lg-right { text-align: right !important; }
	.align-lg-justify { text-align: justify !important; }
	.align-lg-top { vertical-align: top !important; }
	.align-lg-middle { vertical-align: middle !important; }
	.align-lg-bottom { vertical-align: bottom !important; }

	/* Flex */
	.row-lg { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -5px; margin-right: -5px; }
	.flex-lg { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
	.flex-center-lg { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

	.flex-lg-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; }
	.flex-lg-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; }
	.flex-lg-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
	.flex-lg-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
	.align-items-lg-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }
	.align-items-lg-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; }
	.align-items-lg-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; }
	.align-items-lg-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; }
	.align-items-lg-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }
	.align-content-lg-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
	.align-content-lg-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
	.align-content-lg-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
	.align-content-lg-center { -ms-flex-line-pack: center !important; align-content: center !important; }
	.align-content-lg-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
	.align-content-lg-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
	.align-self-lg-stretch { -ms-flex-item-align: stretch !important; -ms-grid-row-align: stretch !important; align-self: stretch !important; }
	.align-self-lg-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
	.align-self-lg-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
	.align-self-lg-center { -ms-flex-item-align: center !important; -ms-grid-row-align: center !important; align-self: center !important; }
	.align-self-lg-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
	.justify-content-lg-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }
	.justify-content-lg-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }
	.justify-content-lg-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; }
	.justify-content-lg-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }
	.justify-content-lg-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
	.flex-lg-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
	.flex-lg-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
	.flex-lg-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
	.flex-order-lg-0 { -webkit-box-ordinal-group: 1 !important; -ms-flex-order: 0 !important; order: 0 !important; }
	.flex-order-lg-1 { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; }
	.flex-order-lg-2 { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; }
	.flex-order-lg-3 { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; }
	.flex-order-lg-4 { -webkit-box-ordinal-group: 5 !important; -ms-flex-order: 4 !important; order: 4 !important; }
	.flex-order-lg-5 { -webkit-box-ordinal-group: 6 !important; -ms-flex-order: 5 !important; order: 5 !important; }
	.flex-shrink-lg-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; -ms-flex: 0 0 auto !important; flex: 0 0 auto !important; }
	.col-lg-0_5,
	.col-lg-1,
	.col-lg-1_5,
	.col-lg-2,
	.col-lg-2_5,
	.col-lg-3,
	.col-lg-3_5,
	.col-lg-4,
	.col-lg-4_5,
	.col-lg-5,
	.col-lg-5_5,
	.col-lg-6,
	.col-lg-6_5,
	.col-lg-7,
	.col-lg-7_5,
	.col-lg-8,
	.col-lg-8_5,
	.col-lg-9,
	.col-lg-9_5,
	.col-lg-10,
	.col-lg-10_5,
	.col-lg-11,
	.col-lg-11_5,
	.col-lg-12,
	.col-lg,
	.col-lg-auto { position: relative; width: 100%; padding-right: 5px; padding-left: 5px; }
	.col-lg { max-width: 100%; -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; }
	.col-lg-auto { width: auto; max-width: 100%; -ms-flex: 0 0 auto; flex: 0 0 auto; }
	.col-lg-0_5 { max-width: 4.166666%; -ms-flex: 0 0 4.166666%; flex: 0 0 4.166666%; }
	.col-lg-1 { max-width: 8.333333%; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; }
	.col-lg-1_5 { max-width: 12.5%; -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; }
	.col-lg-2 { max-width: 16.666667%; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; }
	.col-lg-2_5 { max-width: 20.833333%; -ms-flex: 0 0 20.833333%; flex: 0 0 20.833333%; }
	.col-lg-3 { max-width: 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; }
	.col-lg-3_5 { max-width: 29.166666%; -ms-flex: 0 0 29.166666%; flex: 0 0 29.166666%; }
	.col-lg-4 { max-width: 33.333333%; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; }
	.col-lg-4_5 { max-width: 37.5%; -ms-flex: 0 0 37.5%; flex: 0 0 37.5%; }
	.col-lg-5 { max-width: 41.666667%; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; }
	.col-lg-5_5 { max-width: 45.833333%; -ms-flex: 0 0 45.833333%; flex: 0 0 45.833333%; }
	.col-lg-6 { max-width: 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; }
	.col-lg-6_5 { max-width: 54.166666%; -ms-flex: 0 0 54.166666%; flex: 0 0 54.166666%; }
	.col-lg-7 { max-width: 58.333333%; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; }
	.col-lg-7_5 { max-width: 62.5%; -ms-flex: 0 0 62.5%; flex: 0 0 62.5%; }
	.col-lg-8 { max-width: 66.666667%; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; }
	.col-lg-8_5 { max-width: 70.833333%; -ms-flex: 0 0 70.833333%; flex: 0 0 70.833333%; }
	.col-lg-9 { max-width: 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; }
	.col-lg-9_5 { max-width: 79.166666%; -ms-flex: 0 0 79.166666%; flex: 0 0 79.166666%; }
	.col-lg-10 { max-width: 83.333333%; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; }
	.col-lg-10_5 { max-width: 87.5%; -ms-flex: 0 0 87.5%; flex: 0 0 87.5%; }
	.col-lg-11 { max-width: 91.666667%; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; }
	.col-lg-11_5 { max-width: 95.833333%; -ms-flex: 0 0 95.833333%; flex: 0 0 95.833333%; }
	.col-lg-12 { max-width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; }

	.col-row-lg-1 > * { width: 100%; }
	.col-row-lg-2 > * { width: calc((100% - (30px)) / 2); margin-right: 30px; margin-top: 30px; }
	.col-row-lg-2 > *:nth-child(2n+2) { margin-right: 0; }
	.col-row-lg-2 > *:nth-child(-n+2) { margin-top: 0; }
	.col-row-lg-3 > * { width: calc((100% - (30px * 2)) / 3); margin-right: 30px; margin-top: 30px; }
	.col-row-lg-3 > *:nth-child(3n+3) { margin-right: 0; }
	.col-row-lg-3 > *:nth-child(-n+3) { margin-top: 0; }
	.col-row-lg-4 > * { width: calc((100% - (30px * 3)) / 4); margin-right: 30px; margin-top: 30px; }
	.col-row-lg-4 > *:nth-child(4n+4) { margin-right: 0; }
	.col-row-lg-4 > *:nth-child(-n+4) { margin-top: 0; }

	/* Margin */
	.mg-lg-auto { margin: 0 auto !important; }
	.mg-lg-00 { margin: 0 !important; }
	.mg-lg-02 { margin: 2px !important; }
	.mg-lg-03 { margin: 3px !important; }
	.mg-lg-04 { margin: 4px !important; }
	.mg-lg-05 { margin: 5px !important; }
	.mg-lg-06 { margin: 6px !important; }
	.mg-lg-07 { margin: 7px !important; }
	.mg-lg-08 { margin: 8px !important; }
	.mg-lg-09 { margin: 9px !important; }
	.mg-lg-10 { margin: 10px !important; }
	.mg-lg-15 { margin: 15px !important; }
	.mg-lg-20 { margin: 20px !important; }
	.mg-lg-25 { margin: 25px !important; }
	.mg-lg-30 { margin: 30px !important; }
	.mg-lg-35 { margin: 35px !important; }
	.mg-lg-40 { margin: 40px !important; }
	.mg-lg-45 { margin: 45px !important; }
	.mg-lg-50 { margin: 50px !important; }
	.mg-lg-60 { margin: 60px !important; }
	.mg-lg-70 { margin: 70px !important; }
	.mg-lg-80 { margin: 80px !important; }
	.mg-lg-90 { margin: 90px !important; }
	.mg-lg-100 { margin: 100px !important; }

	.my-lg-00,
	.mt-lg-00 { margin-top: 0 !important; }
	.my-lg-02,
	.mt-lg-02 { margin-top: 2px !important; }
	.my-lg-03,
	.mt-lg-03 { margin-top: 3px !important; }
	.my-lg-04,
	.mt-lg-04 { margin-top: 4px !important; }
	.my-lg-05,
	.mt-lg-05 { margin-top: 5px !important; }
	.my-lg-06,
	.mt-lg-06 { margin-top: 6px !important; }
	.my-lg-07,
	.mt-lg-07 { margin-top: 7px !important; }
	.my-lg-08,
	.mt-lg-08 { margin-top: 8px !important; }
	.my-lg-09,
	.mt-lg-09 { margin-top: 9px !important; }
	.my-lg-10,
	.mt-lg-10 { margin-top: 10px !important; }
	.my-lg-15,
	.mt-lg-15 { margin-top: 15px !important; }
	.my-lg-20,
	.mt-lg-20 { margin-top: 20px !important; }
	.my-lg-25,
	.mt-lg-25 { margin-top: 25px !important; }
	.my-lg-30,
	.mt-lg-30 { margin-top: 30px !important; }
	.my-lg-35,
	.mt-lg-35 { margin-top: 35px !important; }
	.my-lg-40,
	.mt-lg-40 { margin-top: 40px !important; }
	.my-lg-45,
	.mt-lg-45 { margin-top: 45px !important; }
	.my-lg-50,
	.mt-lg-50 { margin-top: 50px !important; }
	.my-lg-60,
	.mt-lg-60 { margin-top: 60px !important; }
	.my-lg-70,
	.mt-lg-70 { margin-top: 70px !important; }
	.my-lg-80,
	.mt-lg-80 { margin-top: 80px !important; }
	.my-lg-90,
	.mt-lg-90 { margin-top: 90px !important; }
	.my-lg-100,
	.mt-lg-100 { margin-top: 100px !important; }

	.mx-lg-00,
	.mr-lg-00 { margin-right: 0 !important; }
	.mx-lg-02,
	.mr-lg-02 { margin-right: 2px !important; }
	.mx-lg-03,
	.mr-lg-03 { margin-right: 3px !important; }
	.mx-lg-04,
	.mr-lg-04 { margin-right: 4px !important; }
	.mx-lg-05,
	.mr-lg-05 { margin-right: 5px !important; }
	.mx-lg-06,
	.mr-lg-06 { margin-right: 6px !important; }
	.mx-lg-07,
	.mr-lg-07 { margin-right: 7px !important; }
	.mx-lg-08,
	.mr-lg-08 { margin-right: 8px !important; }
	.mx-lg-09,
	.mr-lg-09 { margin-right: 9px !important; }
	.mx-lg-10,
	.mr-lg-10 { margin-right: 10px !important; }
	.mx-lg-15,
	.mr-lg-15 { margin-right: 15px !important; }
	.mx-lg-20,
	.mr-lg-20 { margin-right: 20px !important; }
	.mx-lg-25,
	.mr-lg-25 { margin-right: 25px !important; }
	.mx-lg-30,
	.mr-lg-30 { margin-right: 30px !important; }
	.mx-lg-35,
	.mr-lg-35 { margin-right: 35px !important; }
	.mx-lg-40,
	.mr-lg-40 { margin-right: 40px !important; }
	.mx-lg-45,
	.mr-lg-45 { margin-right: 45px !important; }
	.mx-lg-50,
	.mr-lg-50 { margin-right: 50px !important; }
	.mx-lg-60,
	.mr-lg-60 { margin-right: 60px !important; }
	.mx-lg-70,
	.mr-lg-70 { margin-right: 70px !important; }
	.mx-lg-80,
	.mr-lg-80 { margin-right: 80px !important; }
	.mx-lg-90,
	.mr-lg-90 { margin-right: 90px !important; }
	.mx-lg-100,
	.mr-lg-100 { margin-right: 100px !important; }

	.my-lg-0,
	.mb-lg-00 { margin-bottom: 0 !important; }
	.my-lg-02,
	.mb-lg-02 { margin-bottom: 2px !important; }
	.my-lg-03,
	.mb-lg-03 { margin-bottom: 3px !important; }
	.my-lg-04,
	.mb-lg-04 { margin-bottom: 4px !important; }
	.my-lg-05,
	.mb-lg-05 { margin-bottom: 5px !important; }
	.my-lg-06,
	.mb-lg-06 { margin-bottom: 6px !important; }
	.my-lg-07,
	.mb-lg-07 { margin-bottom: 7px !important; }
	.my-lg-08,
	.mb-lg-08 { margin-bottom: 8px !important; }
	.my-lg-09,
	.mb-lg-09 { margin-bottom: 9px !important; }
	.my-lg-10,
	.mb-lg-10 { margin-bottom: 10px !important; }
	.my-lg-15,
	.mb-lg-15 { margin-bottom: 15px !important; }
	.my-lg-20,
	.mb-lg-20 { margin-bottom: 20px !important; }
	.my-lg-25,
	.mb-lg-25 { margin-bottom: 25px !important; }
	.my-lg-30,
	.mb-lg-30 { margin-bottom: 30px !important; }
	.my-lg-35,
	.mb-lg-35 { margin-bottom: 35px !important; }
	.my-lg-40,
	.mb-lg-40 { margin-bottom: 40px !important; }
	.my-lg-45,
	.mb-lg-45 { margin-bottom: 45px !important; }
	.my-lg-50,
	.mb-lg-50 { margin-bottom: 50px !important; }
	.my-lg-60,
	.mb-lg-60 { margin-bottom: 60px !important; }
	.my-lg-70,
	.mb-lg-70 { margin-bottom: 70px !important; }
	.my-lg-80,
	.mb-lg-80 { margin-bottom: 80px !important; }
	.my-lg-90,
	.mb-lg-90 { margin-bottom: 90px !important; }
	.my-lg-100,
	.mb-lg-100 { margin-bottom: 100px !important; }

	.mx-lg-00,
	.ml-lg-00 { margin-left: 0 !important; }
	.mx-lg-02,
	.ml-lg-02 { margin-left: 2px !important; }
	.mx-lg-03,
	.ml-lg-03 { margin-left: 3px !important; }
	.mx-lg-04,
	.ml-lg-04 { margin-left: 4px !important; }
	.mx-lg-05,
	.ml-lg-05 { margin-left: 5px !important; }
	.mx-lg-06,
	.ml-lg-06 { margin-left: 6px !important; }
	.mx-lg-07,
	.ml-lg-07 { margin-left: 7px !important; }
	.mx-lg-08,
	.ml-lg-08 { margin-left: 8px !important; }
	.mx-lg-09,
	.ml-lg-09 { margin-left: 9px !important; }
	.mx-lg-10,
	.ml-lg-10 { margin-left: 10px !important; }
	.mx-lg-15,
	.ml-lg-15 { margin-left: 15px !important; }
	.mx-lg-20,
	.ml-lg-20 { margin-left: 20px !important; }
	.mx-lg-25,
	.ml-lg-25 { margin-left: 25px !important; }
	.mx-lg-30,
	.ml-lg-30 { margin-left: 30px !important; }
	.mx-lg-35,
	.ml-lg-35 { margin-left: 35px !important; }
	.mx-lg-40,
	.ml-lg-40 { margin-left: 40px !important; }
	.mx-lg-45,
	.ml-lg-45 { margin-left: 45px !important; }
	.mx-lg-50,
	.ml-lg-50 { margin-left: 50px !important; }
	.mx-lg-60,
	.ml-lg-60 { margin-left: 60px !important; }
	.mx-lg-70,
	.ml-lg-70 { margin-left: 70px !important; }
	.mx-lg-80,
	.ml-lg-80 { margin-left: 80px !important; }
	.mx-lg-90,
	.ml-lg-90 { margin-left: 90px !important; }
	.mx-lg-100,
	.ml-lg-100 { margin-left: 100px !important; }

	.mt-lg-negative1 { margin-top: -1px !important; }
	.mt-lg-negative2 { margin-top: -2px !important; }
	.mt-lg-negative3 { margin-top: -3px !important; }
	.mt-lg-negative4 { margin-top: -4px !important; }
	.mt-lg-negative5 { margin-top: -5px !important; }

	.mr-lg-negative1 { margin-right: -1px !important; }
	.mr-lg-negative2 { margin-right: -2px !important; }
	.mr-lg-negative3 { margin-right: -3px !important; }
	.mr-lg-negative4 { margin-right: -4px !important; }
	.mr-lg-negative5 { margin-right: -5px !important; }

	.mb-lg-negative1 { margin-bottom: -1px !important; }
	.mb-lg-negative2 { margin-bottom: -2px !important; }
	.mb-lg-negative3 { margin-bottom: -3px !important; }
	.mb-lg-negative4 { margin-bottom: -4px !important; }
	.mb-lg-negative5 { margin-bottom: -5px !important; }

	.ml-lg-negative1 { margin-left: -1px !important; }
	.ml-lg-negative2 { margin-left: -2px !important; }
	.ml-lg-negative3 { margin-left: -3px !important; }
	.ml-lg-negative4 { margin-left: -4px !important; }
	.ml-lg-negative5 { margin-left: -5px !important; }


	/* Padding */
	.pd-lg-00 { padding: 0 !important; }
	.pd-lg-02 { padding: 2px !important; }
	.pd-lg-03 { padding: 3px !important; }
	.pd-lg-04 { padding: 4px !important; }
	.pd-lg-05 { padding: 5px !important; }
	.pd-lg-06 { padding: 6px !important; }
	.pd-lg-07 { padding: 7px !important; }
	.pd-lg-08 { padding: 8px !important; }
	.pd-lg-09 { padding: 9px !important; }
	.pd-lg-10 { padding: 10px !important; }
	.pd-lg-15 { padding: 15px !important; }
	.pd-lg-20 { padding: 20px !important; }
	.pd-lg-25 { padding: 25px !important; }
	.pd-lg-30 { padding: 30px !important; }
	.pd-lg-35 { padding: 35px !important; }
	.pd-lg-40 { padding: 40px !important; }
	.pd-lg-45 { padding: 45px !important; }
	.pd-lg-50 { padding: 50px !important; }
	.pd-lg-60 { padding: 60px !important; }
	.pd-lg-70 { padding: 70px !important; }
	.pd-lg-80 { padding: 80px !important; }
	.pd-lg-90 { padding: 90px !important; }
	.pd-lg-100 { padding: 100px !important; }

	.py-lg-00,
	.pt-lg-00 { padding-top: 0 !important; }
	.py-lg-02,
	.pt-lg-02 { padding-top: 2px !important; }
	.py-lg-03,
	.pt-lg-03 { padding-top: 3px !important; }
	.py-lg-04,
	.pt-lg-04 { padding-top: 4px !important; }
	.py-lg-05,
	.pt-lg-05 { padding-top: 5px !important; }
	.py-lg-06,
	.pt-lg-06 { padding-top: 6px !important; }
	.py-lg-07,
	.pt-lg-07 { padding-top: 7px !important; }
	.py-lg-08,
	.pt-lg-08 { padding-top: 8px !important; }
	.py-lg-09,
	.pt-lg-09 { padding-top: 9px !important; }
	.py-lg-10,
	.pt-lg-10 { padding-top: 10px !important; }
	.py-lg-15,
	.pt-lg-15 { padding-top: 15px !important; }
	.py-lg-20,
	.pt-lg-20 { padding-top: 20px !important; }
	.py-lg-25,
	.pt-lg-25 { padding-top: 25px !important; }
	.py-lg-30,
	.pt-lg-30 { padding-top: 30px !important; }
	.py-lg-35,
	.pt-lg-35 { padding-top: 35px !important; }
	.py-lg-40,
	.pt-lg-40 { padding-top: 40px !important; }
	.py-lg-45,
	.pt-lg-45 { padding-top: 45px !important; }
	.py-lg-50,
	.pt-lg-50 { padding-top: 50px !important; }
	.py-lg-60,
	.pt-lg-60 { padding-top: 60px !important; }
	.py-lg-70,
	.pt-lg-70 { padding-top: 70px !important; }
	.py-lg-80,
	.pt-lg-80 { padding-top: 80px !important; }
	.py-lg-90,
	.pt-lg-90 { padding-top: 90px !important; }
	.py-lg-100,
	.pt-lg-100 { padding-top: 100px !important; }

	.px-lg-00,
	.pr-lg-00 { padding-right: 0 !important; }
	.px-lg-02,
	.pr-lg-02 { padding-right: 2px !important; }
	.px-lg-03,
	.pr-lg-03 { padding-right: 3px !important; }
	.px-lg-04,
	.pr-lg-04 { padding-right: 4px !important; }
	.px-lg-05,
	.pr-lg-05 { padding-right: 5px !important; }
	.px-lg-06,
	.pr-lg-06 { padding-right: 9px !important; }
	.px-lg-07,
	.pr-lg-07 { padding-right: 7px !important; }
	.px-lg-08,
	.pr-lg-08 { padding-right: 8px !important; }
	.px-lg-09,
	.pr-lg-09 { padding-right: 9px !important; }
	.px-lg-10,
	.pr-lg-10 { padding-right: 10px !important; }
	.px-lg-15,
	.pr-lg-15 { padding-right: 15px !important; }
	.px-lg-20,
	.pr-lg-20 { padding-right: 20px !important; }
	.px-lg-25,
	.pr-lg-25 { padding-right: 25px !important; }
	.px-lg-30,
	.pr-lg-30 { padding-right: 30px !important; }
	.px-lg-35,
	.pr-lg-35 { padding-right: 35px !important; }
	.px-lg-40,
	.pr-lg-40 { padding-right: 40px !important; }
	.px-lg-45,
	.pr-lg-45 { padding-right: 45px !important; }
	.px-lg-50,
	.pr-lg-50 { padding-right: 50px !important; }
	.px-lg-60,
	.pr-lg-60 { padding-right: 60px !important; }
	.px-lg-70,
	.pr-lg-70 { padding-right: 70px !important; }
	.px-lg-80,
	.pr-lg-80 { padding-right: 80px !important; }
	.px-lg-90,
	.pr-lg-90 { padding-right: 90px !important; }
	.px-lg-100,
	.pr-lg-100 { padding-right: 100px !important; }

	.py-lg-00,
	.pb-lg-00 { padding-bottom: 0 !important; }
	.py-lg-02,
	.pb-lg-02 { padding-bottom: 2px !important; }
	.py-lg-03,
	.pb-lg-03 { padding-bottom: 3px !important; }
	.py-lg-04,
	.pb-lg-04 { padding-bottom: 4px !important; }
	.py-lg-05,
	.pb-lg-05 { padding-bottom: 5px !important; }
	.py-lg-06,
	.pb-lg-06 { padding-bottom: 6px !important; }
	.py-lg-07,
	.pb-lg-07 { padding-bottom: 7px !important; }
	.py-lg-08,
	.pb-lg-08 { padding-bottom: 8px !important; }
	.py-lg-09,
	.pb-lg-09 { padding-bottom: 9px !important; }
	.py-lg-10,
	.pb-lg-10 { padding-bottom: 10px !important; }
	.py-lg-15,
	.pb-lg-15 { padding-bottom: 15px !important; }
	.py-lg-20,
	.pb-lg-20 { padding-bottom: 20px !important; }
	.py-lg-25,
	.pb-lg-25 { padding-bottom: 25px !important; }
	.py-lg-30,
	.pb-lg-30 { padding-bottom: 30px !important; }
	.py-lg-35,
	.pb-lg-35 { padding-bottom: 35px !important; }
	.py-lg-40,
	.pb-lg-40 { padding-bottom: 40px !important; }
	.py-lg-45,
	.pb-lg-45 { padding-bottom: 45px !important; }
	.py-lg-50,
	.pb-lg-50 { padding-bottom: 50px !important; }
	.py-lg-60,
	.pb-lg-60 { padding-bottom: 60px !important; }
	.py-lg-70,
	.pb-lg-70 { padding-bottom: 70px !important; }
	.py-lg-80,
	.pb-lg-80 { padding-bottom: 80px !important; }
	.py-lg-90,
	.pb-lg-90 { padding-bottom: 90px !important; }
	.py-lg-100,
	.pb-lg-100 { padding-bottom: 100px !important; }

	.px-lg-00,
	.pl-lg-00 { padding-left: 0 !important; }
	.px-lg-02,
	.pl-lg-02 { padding-left: 2px !important; }
	.px-lg-03,
	.pl-lg-03 { padding-left: 3px !important; }
	.px-lg-04,
	.pl-lg-04 { padding-left: 4px !important; }
	.px-lg-05,
	.pl-lg-05 { padding-left: 5px !important; }
	.px-lg-06,
	.pl-lg-06 { padding-left: 6px !important; }
	.px-lg-07,
	.pl-lg-07 { padding-left: 7px !important; }
	.px-lg-08,
	.pl-lg-08 { padding-left: 8px !important; }
	.px-lg-09,
	.pl-lg-09 { padding-left: 9px !important; }
	.px-lg-10,
	.pl-lg-10 { padding-left: 10px !important; }
	.px-lg-15,
	.pl-lg-15 { padding-left: 15px !important; }
	.px-lg-20,
	.pl-lg-20 { padding-left: 20px !important; }
	.px-lg-25,
	.pl-lg-25 { padding-left: 25px !important; }
	.px-lg-30,
	.pl-lg-30 { padding-left: 30px !important; }
	.px-lg-35,
	.pl-lg-35 { padding-left: 35px !important; }
	.px-lg-40,
	.pl-lg-40 { padding-left: 40px !important; }
	.px-lg-45,
	.pl-lg-45 { padding-left: 45px !important; }
	.px-lg-50,
	.pl-lg-50 { padding-left: 50px !important; }
	.px-lg-60,
	.pl-lg-60 { padding-left: 60px !important; }
	.px-lg-70,
	.pl-lg-70 { padding-left: 70px !important; }
	.px-lg-80,
	.pl-lg-80 { padding-left: 80px !important; }
	.px-lg-90,
	.pl-lg-90 { padding-left: 90px !important; }
	.px-lg-100,
	.pl-lg-100 { padding-left: 100px !important; }

	/* Width / Height */
	.wd-lg-00 { width: 0 !important; }
	.wd-lg-auto { width: auto !important; }
	.wp-lg-100 { width: 100% !important; }
	.hi-lg-0 { height: 0 !important; }
	.hi-lg-auto { height: auto !important; }
	.hp-lg-100 { height: 100% !important; }

	.wp-lg-5 { width: 5% !important; }
	.wp-lg-10 { width: 10% !important; }
	.wp-lg-15 { width: 15% !important; }
	.wp-lg-16 { width: 16.6% !important; }
	.wp-lg-20 { width: 20% !important; }
	.wp-lg-25 { width: 25% !important; }
	.wp-lg-30 { width: 30% !important; }
	.wp-lg-33 { width: 33.3% !important; }
	.wp-lg-35 { width: 35% !important; }
	.wp-lg-40 { width: 40% !important; }
	.wp-lg-45 { width: 45% !important; }
	.wp-lg-50 { width: 50% !important; }
	.wp-lg-55 { width: 55% !important; }
	.wp-lg-60 { width: 60% !important; }
	.wp-lg-65 { width: 65% !important; }
	.wp-lg-70 { width: 70% !important; }
	.wp-lg-75 { width: 75% !important; }
	.wp-lg-80 { width: 80% !important; }
	.wp-lg-85 { width: 85% !important; }
	.wp-lg-90 { width: 90% !important; }
	.wp-lg-95 { width: 95% !important; }

	.wd-lg-03 { width: 3px !important; }
	.wd-lg-05 { width: 5px !important; }
	.wd-lg-10 { width: 10px !important; }
	.wd-lg-15 { width: 15px !important; }
	.wd-lg-20 { width: 20px !important; }
	.wd-lg-25 { width: 25px !important; }
	.wd-lg-30 { width: 30px !important; }
	.wd-lg-35 { width: 35px !important; }
	.wd-lg-40 { width: 40px !important; }
	.wd-lg-45 { width: 45px !important; }
	.wd-lg-50 { width: 50px !important; }
	.wd-lg-55 { width: 55px !important; }
	.wd-lg-60 { width: 60px !important; }
	.wd-lg-65 { width: 65px !important; }
	.wd-lg-70 { width: 70px !important; }
	.wd-lg-75 { width: 75px !important; }
	.wd-lg-80 { width: 80px !important; }
	.wd-lg-85 { width: 85px !important; }
	.wd-lg-90 { width: 90px !important; }
	.wd-lg-95 { width: 95px !important; }
	.wd-lg-100 { width: 100px !important; }
	.wd-lg-110 { width: 110px !important; }
	.wd-lg-115 { width: 115px !important; }
	.wd-lg-120 { width: 120px !important; }
	.wd-lg-125 { width: 125px !important; }
	.wd-lg-130 { width: 130px !important; }
	.wd-lg-135 { width: 135px !important; }
	.wd-lg-150 { width: 150px !important; }
	.wd-lg-160 { width: 160px !important; }
	.wd-lg-170 { width: 170px !important; }
	.wd-lg-180 { width: 180px !important; }
	.wd-lg-190 { width: 190px !important; }
	.wd-lg-200 { width: 200px !important; }
	.wd-lg-250 { width: 250px !important; }
	.wd-lg-300 { width: 300px !important; }
	.wd-lg-350 { width: 350px !important; }
	.wd-lg-400 { width: 400px !important; }
	.wd-lg-450 { width: 450px !important; }
	.wd-lg-500 { width: 500px !important; }
}

@media all and (max-width: 1023px) {
	html { font-size: 7.5px; }

	/* Display */
	.blind-md { clip: rect(0 0 0 0); position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; border: 0; }
	.hide-md { display: none !important; }
	.visible-hide-md { visibility: hidden !important; }
	.visible-show-md { visibility: visible !important; }
	.block-md { display: block !important; }
	.inline-block-md { display: inline-block !important; }
	.noscroll-md { overflow: hidden !important; touch-action: none; -webkit-overflow-scrolling: none; overscroll-behavior: none; }

	/* Text */
	.align-md-left { text-align: left !important; }
	.align-md-center { text-align: center !important; }
	.align-md-right { text-align: right !important; }
	.align-md-justify { text-align: justify !important; }
	.align-md-top { vertical-align: top !important; }
	.align-md-middle { vertical-align: middle !important; }
	.align-md-bottom { vertical-align: bottom !important; }

	/* Flex */
	.row-md { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -5px; margin-right: -5px; }
	.flex-md { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
	.flex-center-md { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

	.flex-md-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; }
	.flex-md-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; }
	.flex-md-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
	.flex-md-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
	.align-items-md-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }
	.align-items-md-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; }
	.align-items-md-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; }
	.align-items-md-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; }
	.align-items-md-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }
	.align-content-md-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
	.align-content-md-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
	.align-content-md-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
	.align-content-md-center { -ms-flex-line-pack: center !important; align-content: center !important; }
	.align-content-md-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
	.align-content-md-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
	.align-self-md-stretch { -ms-flex-item-align: stretch !important; -ms-grid-row-align: stretch !important; align-self: stretch !important; }
	.align-self-md-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
	.align-self-md-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
	.align-self-md-center { -ms-flex-item-align: center !important; -ms-grid-row-align: center !important; align-self: center !important; }
	.align-self-md-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
	.justify-content-md-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }
	.justify-content-md-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }
	.justify-content-md-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; }
	.justify-content-md-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }
	.justify-content-md-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
	.flex-md-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
	.flex-md-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
	.flex-md-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
	.flex-order-md-0 { -webkit-box-ordinal-group: 1 !important; -ms-flex-order: 0 !important; order: 0 !important; }
	.flex-order-md-1 { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; }
	.flex-order-md-2 { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; }
	.flex-order-md-3 { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; }
	.flex-order-md-4 { -webkit-box-ordinal-group: 5 !important; -ms-flex-order: 4 !important; order: 4 !important; }
	.flex-order-md-5 { -webkit-box-ordinal-group: 6 !important; -ms-flex-order: 5 !important; order: 5 !important; }
	.flex-shrink-md-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; -ms-flex: 0 0 auto !important; flex: 0 0 auto !important; }

	/* // */
	.mg-10 { margin: 5px !important; }
	.mg-15 { margin: 10px !important; }
	.mg-20 { margin: 10px !important; }
	.mg-25 { margin: 20px !important; }
	.mg-30 { margin: 20px !important; }
	.mg-35 { margin: 20px !important; }
	.mg-40 { margin: 20px !important; }
	.mg-45 { margin: 30px !important; }
	.mg-50 { margin: 30px !important; }
	.mg-60 { margin: 30px !important; }
	.mg-70 { margin: 40px !important; }
	.mg-80 { margin: 40px !important; }
	.mg-90 { margin: 40px !important; }
	.mg-100 { margin: 50px !important; }

	.my-10,
	.mt-10 { margin-top: 5px !important; }
	.my-15,
	.mt-15 { margin-top: 10px !important; }
	.my-20,
	.mt-20 { margin-top: 10px !important; }
	.my-25,
	.mt-25 { margin-top: 20px !important; }
	.my-30,
	.mt-30 { margin-top: 20px !important; }
	.my-35,
	.mt-35 { margin-top: 20px !important; }
	.my-40,
	.mt-40 { margin-top: 20px !important; }
	.my-45,
	.mt-45 { margin-top: 30px !important; }
	.my-50,
	.mt-50 { margin-top: 30px !important; }
	.my-60,
	.mt-60 { margin-top: 30px !important; }
	.my-70,
	.mt-70 { margin-top: 40px !important; }
	.my-80,
	.mt-80 { margin-top: 40px !important; }
	.my-90,
	.mt-90 { margin-top: 40px !important; }
	.my-100,
	.mt-100 { margin-top: 50px !important; }

	.mr-10 { margin-right: 5px !important; }
	.mx-15,
	.mr-15 { margin-right: 10px !important; }
	.mx-20,
	.mr-20 { margin-right: 10px !important; }
	.mx-25,
	.mr-25 { margin-right: 20px !important; }
	.mx-30,
	.mr-30 { margin-right: 20px !important; }
	.mx-35,
	.mr-35 { margin-right: 20px !important; }
	.mx-40,
	.mr-40 { margin-right: 20px !important; }
	.mx-45,
	.mr-45 { margin-right: 30px !important; }
	.mx-50,
	.mr-50 { margin-right: 30px !important; }
	.mx-60,
	.mr-60 { margin-right: 30px !important; }
	.mx-70,
	.mr-70 { margin-right: 40px !important; }
	.mx-80,
	.mr-80 { margin-right: 40px !important; }
	.mx-90,
	.mr-90 { margin-right: 40px !important; }
	.mx-100,
	.mr-100 { margin-right: 50px !important; }

	.my-10,
	.mb-10 { margin-bottom: 5px !important; }
	.my-15,
	.mb-15 { margin-bottom: 10px !important; }
	.my-20,
	.mb-20 { margin-bottom: 10px !important; }
	.my-25,
	.mb-25 { margin-bottom: 20px !important; }
	.my-30,
	.mb-30 { margin-bottom: 20px !important; }
	.my-35,
	.mb-35 { margin-bottom: 20px !important; }
	.my-40,
	.mb-40 { margin-bottom: 20px !important; }
	.my-45,
	.mb-45 { margin-bottom: 30px !important; }
	.my-50,
	.mb-50 { margin-bottom: 30px !important; }
	.my-60,
	.mb-60 { margin-bottom: 30px !important; }
	.my-70,
	.mb-70 { margin-bottom: 40px !important; }
	.my-80,
	.mb-80 { margin-bottom: 40px !important; }
	.my-90,
	.mb-90 { margin-bottom: 40px !important; }
	.my-100,
	.mb-100 { margin-bottom: 50px !important; }

	.mx-10,
	.ml-10 { margin-left: 5px !important; }
	.mx-15,
	.ml-15 { margin-left: 10px !important; }
	.mx-20,
	.ml-20 { margin-left: 10px !important; }
	.mx-25,
	.ml-25 { margin-left: 20px !important; }
	.mx-30,
	.ml-30 { margin-left: 20px !important; }
	.mx-35,
	.ml-35 { margin-left: 20px !important; }
	.mx-40,
	.ml-40 { margin-left: 20px !important; }
	.mx-45,
	.ml-45 { margin-left: 30px !important; }
	.mx-50,
	.ml-50 { margin-left: 30px !important; }
	.mx-60,
	.ml-60 { margin-left: 30px !important; }
	.mx-70,
	.ml-70 { margin-left: 40px !important; }
	.mx-80,
	.ml-80 { margin-left: 40px !important; }
	.mx-90,
	.ml-90 { margin-left: 40px !important; }
	.mx-100,
	.ml-100 { margin-left: 50px !important; }

	.pd-10 { padding: 5px !important; }
	.pd-15 { padding: 10px !important; }
	.pd-20 { padding: 10px !important; }
	.pd-25 { padding: 20px !important; }
	.pd-30 { padding: 20px !important; }
	.pd-35 { padding: 20px !important; }
	.pd-40 { padding: 20px !important; }
	.pd-45 { padding: 30px !important; }
	.pd-50 { padding: 30px !important; }
	.pd-60 { padding: 30px !important; }
	.pd-70 { padding: 40px !important; }
	.pd-80 { padding: 40px !important; }
	.pd-90 { padding: 40px !important; }
	.pd-100 { padding: 50px !important; }

	.py-10,
	.pt-10 { padding-top: 5px !important; }
	.py-15,
	.pt-15 { padding-top: 10px !important; }
	.py-20,
	.pt-20 { padding-top: 10px !important; }
	.py-25,
	.pt-25 { padding-top: 20px !important; }
	.py-30,
	.pt-30 { padding-top: 20px !important; }
	.py-35,
	.pt-35 { padding-top: 20px !important; }
	.py-40,
	.pt-40 { padding-top: 20px !important; }
	.py-45,
	.pt-45 { padding-top: 30px !important; }
	.py-50,
	.pt-50 { padding-top: 30px !important; }
	.py-60,
	.pt-60 { padding-top: 30px !important; }
	.py-70,
	.pt-70 { padding-top: 40px !important; }
	.py-80,
	.pt-80 { padding-top: 40px !important; }
	.py-90,
	.pt-90 { padding-top: 40px !important; }
	.py-100,
	.pt-100 { padding-top: 50px !important; }

	.px-10,
	.pr-10 { padding-right: 5px !important; }
	.px-15,
	.pr-15 { padding-right: 10px !important; }
	.px-20,
	.pr-20 { padding-right: 10px !important; }
	.px-25,
	.pr-25 { padding-right: 20px !important; }
	.px-30,
	.pr-30 { padding-right: 20px !important; }
	.px-35,
	.pr-35 { padding-right: 20px !important; }
	.px-40,
	.pr-40 { padding-right: 20px !important; }
	.px-45,
	.pr-45 { padding-right: 30px !important; }
	.px-50,
	.pr-50 { padding-right: 30px !important; }
	.px-60,
	.pr-60 { padding-right: 30px !important; }
	.px-70,
	.pr-70 { padding-right: 40px !important; }
	.px-80,
	.pr-80 { padding-right: 40px !important; }
	.px-90,
	.pr-90 { padding-right: 40px !important; }
	.px-100,
	.pr-100 { padding-right: 50px !important; }

	.py-10,
	.pb-10 { padding-bottom: 5px !important; }
	.py-15,
	.pb-15 { padding-bottom: 10px !important; }
	.py-20,
	.pb-20 { padding-bottom: 10px !important; }
	.py-25,
	.pb-25 { padding-bottom: 20px !important; }
	.py-30,
	.pb-30 { padding-bottom: 20px !important; }
	.py-35,
	.pb-35 { padding-bottom: 20px !important; }
	.py-40,
	.pb-40 { padding-bottom: 20px !important; }
	.py-45,
	.pb-45 { padding-bottom: 30px !important; }
	.py-50,
	.pb-50 { padding-bottom: 30px !important; }
	.py-60,
	.pb-60 { padding-bottom: 30px !important; }
	.py-70,
	.pb-70 { padding-bottom: 40px !important; }
	.py-80,
	.pb-80 { padding-bottom: 40px !important; }
	.py-90,
	.pb-90 { padding-bottom: 40px !important; }
	.py-100,
	.pb-100 { padding-bottom: 50px !important; }

	.px-10,
	.pl-10 { padding-left: 10px !important; }
	.px-15,
	.pl-15 { padding-left: 10px !important; }
	.px-20,
	.pl-20 { padding-left: 10px !important; }
	.px-25,
	.pl-25 { padding-left: 20px !important; }
	.px-30,
	.pl-30 { padding-left: 20px !important; }
	.px-35,
	.pl-35 { padding-left: 20px !important; }
	.px-40,
	.pl-40 { padding-left: 20px !important; }
	.px-45,
	.pl-45 { padding-left: 30px !important; }
	.px-50,
	.pl-50 { padding-left: 30px !important; }
	.px-60,
	.pl-60 { padding-left: 30px !important; }
	.px-70,
	.pl-70 { padding-left: 40px !important; }
	.px-80,
	.pl-80 { padding-left: 40px !important; }
	.px-90,
	.pl-90 { padding-left: 40px !important; }
	.px-100,
	.pl-100 { padding-left: 50px !important; }
	/* // */

	.col-md-0_5,
	.col-md-1,
	.col-md-1_5,
	.col-md-2,
	.col-md-2_5,
	.col-md-3,
	.col-md-3_5,
	.col-md-4,
	.col-md-4_5,
	.col-md-5,
	.col-md-5_5,
	.col-md-6,
	.col-md-6_5,
	.col-md-7,
	.col-md-7_5,
	.col-md-8,
	.col-md-8_5,
	.col-md-9,
	.col-md-9_5,
	.col-md-10,
	.col-md-10_5,
	.col-md-11,
	.col-md-11_5,
	.col-md-12,
	.col-md,
	.col-md-auto { position: relative; width: 100%; padding-right: 5px; padding-left: 5px; }
	.col-md { max-width: 100%; -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; }
	.col-md-auto { width: auto; max-width: 100%; -ms-flex: 0 0 auto; flex: 0 0 auto; }
	.col-md-0_5 { max-width: 4.166666%; -ms-flex: 0 0 4.166666%; flex: 0 0 4.166666%; }
	.col-md-1 { max-width: 8.333333%; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; }
	.col-md-1_5 { max-width: 12.5%; -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; }
	.col-md-2 { max-width: 16.666667%; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; }
	.col-md-2_5 { max-width: 20.833333%; -ms-flex: 0 0 20.833333%; flex: 0 0 20.833333%; }
	.col-md-3 { max-width: 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; }
	.col-md-3_5 { max-width: 29.166666%; -ms-flex: 0 0 29.166666%; flex: 0 0 29.166666%; }
	.col-md-4 { max-width: 33.333333%; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; }
	.col-md-4_5 { max-width: 37.5%; -ms-flex: 0 0 37.5%; flex: 0 0 37.5%; }
	.col-md-5 { max-width: 41.666667%; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; }
	.col-md-5_5 { max-width: 45.833333%; -ms-flex: 0 0 45.833333%; flex: 0 0 45.833333%; }
	.col-md-6 { max-width: 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; }
	.col-md-6_5 { max-width: 54.166666%; -ms-flex: 0 0 54.166666%; flex: 0 0 54.166666%; }
	.col-md-7 { max-width: 58.333333%; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; }
	.col-md-7_5 { max-width: 62.5%; -ms-flex: 0 0 62.5%; flex: 0 0 62.5%; }
	.col-md-8 { max-width: 66.666667%; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; }
	.col-md-8_5 { max-width: 70.833333%; -ms-flex: 0 0 70.833333%; flex: 0 0 70.833333%; }
	.col-md-9 { max-width: 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; }
	.col-md-9_5 { max-width: 79.166666%; -ms-flex: 0 0 79.166666%; flex: 0 0 79.166666%; }
	.col-md-10 { max-width: 83.333333%; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; }
	.col-md-10_5 { max-width: 87.5%; -ms-flex: 0 0 87.5%; flex: 0 0 87.5%; }
	.col-md-11 { max-width: 91.666667%; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; }
	.col-md-11_5 { max-width: 95.833333%; -ms-flex: 0 0 95.833333%; flex: 0 0 95.833333%; }
	.col-md-12 { max-width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; }

	.col-row-2 > * { width: calc((100% - (20px)) / 2); margin-right: 20px; margin-top: 20px; }
	.col-row-2 > *:nth-child(2n+2) { margin-right: 0; }
	.col-row-2 > *:nth-child(-n+2) { margin-top: 0; }
	.col-row-3 > * { width: calc((100% - (20px * 2)) / 3); margin-right: 20px; margin-top: 20px; }
	.col-row-3 > *:nth-child(3n+3) { margin-right: 0; }
	.col-row-3 > *:nth-child(-n+3) { margin-top: 0; }
	.col-row-4 > * { width: calc((100% - (20px * 2)) / 3); margin-right: 20px; margin-top: 20px; }
	.col-row-4 > *:nth-child(4n+4) { margin-right: 20px; }
	.col-row-4 > *:nth-child(3n+3) { margin-right: 0; }
	.col-row-4 > *:nth-child(-n+4) { margin-top: 20px; }
	.col-row-4 > *:nth-child(-n+3) { margin-top: 0; }

	.col-row-md-1 > * { width: 100%; }
	.col-row-md-2 > * { width: calc((100% - (20px)) / 2); margin-right: 20px; margin-top: 20px; }
	.col-row-md-2 > *:nth-child(2n+2) { margin-right: 0; }
	.col-row-md-2 > *:nth-child(-n+2) { margin-top: 0; }
	.col-row-md-3 > * { width: calc((100% - (20px * 2)) / 3); margin-right: 20px; margin-top: 20px; }
	.col-row-md-3 > *:nth-child(3n+3) { margin-right: 0; }
	.col-row-md-3 > *:nth-child(-n+3) { margin-top: 0; }
	.col-row-md-4 > * { width: calc((100% - (20px * 3)) / 4); margin-right: 20px; margin-top: 20px; }
	.col-row-md-4 > *:nth-child(4n+4) { margin-right: 0; }
	.col-row-md-4 > *:nth-child(-n+4) { margin-top: 0; }

	/* Margin */
	.mg-md-auto { margin: 0 auto !important; }
	.mg-md-00 { margin: 0 !important; }
	.mg-md-02 { margin: 2px !important; }
	.mg-md-03 { margin: 3px !important; }
	.mg-md-04 { margin: 4px !important; }
	.mg-md-05 { margin: 5px !important; }
	.mg-md-06 { margin: 6px !important; }
	.mg-md-07 { margin: 7px !important; }
	.mg-md-08 { margin: 8px !important; }
	.mg-md-09 { margin: 9px !important; }
	.mg-md-10 { margin: 10px !important; }
	.mg-md-15 { margin: 15px !important; }
	.mg-md-20 { margin: 20px !important; }
	.mg-md-25 { margin: 25px !important; }
	.mg-md-30 { margin: 30px !important; }
	.mg-md-35 { margin: 35px !important; }
	.mg-md-40 { margin: 40px !important; }
	.mg-md-45 { margin: 45px !important; }
	.mg-md-50 { margin: 50px !important; }
	.mg-md-60 { margin: 60px !important; }
	.mg-md-70 { margin: 70px !important; }
	.mg-md-80 { margin: 80px !important; }
	.mg-md-90 { margin: 90px !important; }
	.mg-md-100 { margin: 100px !important; }

	.my-md-00,
	.mt-md-00 { margin-top: 0 !important; }
	.my-md-02,
	.mt-md-02 { margin-top: 2px !important; }
	.my-md-03,
	.mt-md-03 { margin-top: 3px !important; }
	.my-md-04,
	.mt-md-04 { margin-top: 4px !important; }
	.my-md-05,
	.mt-md-05 { margin-top: 5px !important; }
	.my-md-06,
	.mt-md-06 { margin-top: 6px !important; }
	.my-md-07,
	.mt-md-07 { margin-top: 7px !important; }
	.my-md-08,
	.mt-md-08 { margin-top: 8px !important; }
	.my-md-09,
	.mt-md-09 { margin-top: 9px !important; }
	.my-md-10,
	.mt-md-10 { margin-top: 10px !important; }
	.my-md-15,
	.mt-md-15 { margin-top: 15px !important; }
	.my-md-20,
	.mt-md-20 { margin-top: 20px !important; }
	.my-md-25,
	.mt-md-25 { margin-top: 25px !important; }
	.my-md-30,
	.mt-md-30 { margin-top: 30px !important; }
	.my-md-35,
	.mt-md-35 { margin-top: 35px !important; }
	.my-md-40,
	.mt-md-40 { margin-top: 40px !important; }
	.my-md-45,
	.mt-md-45 { margin-top: 45px !important; }
	.my-md-50,
	.mt-md-50 { margin-top: 50px !important; }
	.my-md-60,
	.mt-md-60 { margin-top: 60px !important; }
	.my-md-70,
	.mt-md-70 { margin-top: 70px !important; }
	.my-md-80,
	.mt-md-80 { margin-top: 80px !important; }
	.my-md-90,
	.mt-md-90 { margin-top: 90px !important; }
	.my-md-100,
	.mt-md-100 { margin-top: 100px !important; }

	.mx-md-00,
	.mr-md-00 { margin-right: 0 !important; }
	.mx-md-02,
	.mr-md-02 { margin-right: 2px !important; }
	.mx-md-03,
	.mr-md-03 { margin-right: 3px !important; }
	.mx-md-04,
	.mr-md-04 { margin-right: 4px !important; }
	.mx-md-05,
	.mr-md-05 { margin-right: 5px !important; }
	.mx-md-06,
	.mr-md-06 { margin-right: 6px !important; }
	.mx-md-07,
	.mr-md-07 { margin-right: 7px !important; }
	.mx-md-08,
	.mr-md-08 { margin-right: 8px !important; }
	.mx-md-09,
	.mr-md-09 { margin-right: 9px !important; }
	.mx-md-10,
	.mr-md-10 { margin-right: 10px !important; }
	.mx-md-15,
	.mr-md-15 { margin-right: 15px !important; }
	.mx-md-20,
	.mr-md-20 { margin-right: 20px !important; }
	.mx-md-25,
	.mr-md-25 { margin-right: 25px !important; }
	.mx-md-30,
	.mr-md-30 { margin-right: 30px !important; }
	.mx-md-35,
	.mr-md-35 { margin-right: 35px !important; }
	.mx-md-40,
	.mr-md-40 { margin-right: 40px !important; }
	.mx-md-45,
	.mr-md-45 { margin-right: 45px !important; }
	.mx-md-50,
	.mr-md-50 { margin-right: 50px !important; }
	.mx-md-60,
	.mr-md-60 { margin-right: 60px !important; }
	.mx-md-70,
	.mr-md-70 { margin-right: 70px !important; }
	.mx-md-80,
	.mr-md-80 { margin-right: 80px !important; }
	.mx-md-90,
	.mr-md-90 { margin-right: 90px !important; }
	.mx-md-100,
	.mr-md-100 { margin-right: 100px !important; }

	.my-md-0,
	.mb-md-00 { margin-bottom: 0 !important; }
	.my-md-02,
	.mb-md-02 { margin-bottom: 2px !important; }
	.my-md-03,
	.mb-md-03 { margin-bottom: 3px !important; }
	.my-md-04,
	.mb-md-04 { margin-bottom: 4px !important; }
	.my-md-05,
	.mb-md-05 { margin-bottom: 5px !important; }
	.my-md-06,
	.mb-md-06 { margin-bottom: 6px !important; }
	.my-md-07,
	.mb-md-07 { margin-bottom: 7px !important; }
	.my-md-08,
	.mb-md-08 { margin-bottom: 8px !important; }
	.my-md-09,
	.mb-md-09 { margin-bottom: 9px !important; }
	.my-md-10,
	.mb-md-10 { margin-bottom: 10px !important; }
	.my-md-15,
	.mb-md-15 { margin-bottom: 15px !important; }
	.my-md-20,
	.mb-md-20 { margin-bottom: 20px !important; }
	.my-md-25,
	.mb-md-25 { margin-bottom: 25px !important; }
	.my-md-30,
	.mb-md-30 { margin-bottom: 30px !important; }
	.my-md-35,
	.mb-md-35 { margin-bottom: 35px !important; }
	.my-md-40,
	.mb-md-40 { margin-bottom: 40px !important; }
	.my-md-45,
	.mb-md-45 { margin-bottom: 45px !important; }
	.my-md-50,
	.mb-md-50 { margin-bottom: 50px !important; }
	.my-md-60,
	.mb-md-60 { margin-bottom: 60px !important; }
	.my-md-70,
	.mb-md-70 { margin-bottom: 70px !important; }
	.my-md-80,
	.mb-md-80 { margin-bottom: 80px !important; }
	.my-md-90,
	.mb-md-90 { margin-bottom: 90px !important; }
	.my-md-100,
	.mb-md-100 { margin-bottom: 100px !important; }

	.mx-md-00,
	.ml-md-00 { margin-left: 0 !important; }
	.mx-md-02,
	.ml-md-02 { margin-left: 2px !important; }
	.mx-md-03,
	.ml-md-03 { margin-left: 3px !important; }
	.mx-md-04,
	.ml-md-04 { margin-left: 4px !important; }
	.mx-md-05,
	.ml-md-05 { margin-left: 5px !important; }
	.mx-md-06,
	.ml-md-06 { margin-left: 6px !important; }
	.mx-md-07,
	.ml-md-07 { margin-left: 7px !important; }
	.mx-md-08,
	.ml-md-08 { margin-left: 8px !important; }
	.mx-md-09,
	.ml-md-09 { margin-left: 9px !important; }
	.mx-md-10,
	.ml-md-10 { margin-left: 10px !important; }
	.mx-md-15,
	.ml-md-15 { margin-left: 15px !important; }
	.mx-md-20,
	.ml-md-20 { margin-left: 20px !important; }
	.mx-md-25,
	.ml-md-25 { margin-left: 25px !important; }
	.mx-md-30,
	.ml-md-30 { margin-left: 30px !important; }
	.mx-md-35,
	.ml-md-35 { margin-left: 35px !important; }
	.mx-md-40,
	.ml-md-40 { margin-left: 40px !important; }
	.mx-md-45,
	.ml-md-45 { margin-left: 45px !important; }
	.mx-md-50,
	.ml-md-50 { margin-left: 50px !important; }
	.mx-md-60,
	.ml-md-60 { margin-left: 60px !important; }
	.mx-md-70,
	.ml-md-70 { margin-left: 70px !important; }
	.mx-md-80,
	.ml-md-80 { margin-left: 80px !important; }
	.mx-md-90,
	.ml-md-90 { margin-left: 90px !important; }
	.mx-md-100,
	.ml-md-100 { margin-left: 100px !important; }

	.mt-md-negative1 { margin-top: -1px !important; }
	.mt-md-negative2 { margin-top: -2px !important; }
	.mt-md-negative3 { margin-top: -3px !important; }
	.mt-md-negative4 { margin-top: -4px !important; }
	.mt-md-negative5 { margin-top: -5px !important; }

	.mr-md-negative1 { margin-right: -1px !important; }
	.mr-md-negative2 { margin-right: -2px !important; }
	.mr-md-negative3 { margin-right: -3px !important; }
	.mr-md-negative4 { margin-right: -4px !important; }
	.mr-md-negative5 { margin-right: -5px !important; }

	.mb-md-negative1 { margin-bottom: -1px !important; }
	.mb-md-negative2 { margin-bottom: -2px !important; }
	.mb-md-negative3 { margin-bottom: -3px !important; }
	.mb-md-negative4 { margin-bottom: -4px !important; }
	.mb-md-negative5 { margin-bottom: -5px !important; }

	.ml-md-negative1 { margin-left: -1px !important; }
	.ml-md-negative2 { margin-left: -2px !important; }
	.ml-md-negative3 { margin-left: -3px !important; }
	.ml-md-negative4 { margin-left: -4px !important; }
	.ml-md-negative5 { margin-left: -5px !important; }


	/* Padding */
	.pd-md-00 { padding: 0 !important; }
	.pd-md-02 { padding: 2px !important; }
	.pd-md-03 { padding: 3px !important; }
	.pd-md-04 { padding: 4px !important; }
	.pd-md-05 { padding: 5px !important; }
	.pd-md-06 { padding: 6px !important; }
	.pd-md-07 { padding: 7px !important; }
	.pd-md-08 { padding: 8px !important; }
	.pd-md-09 { padding: 9px !important; }
	.pd-md-10 { padding: 10px !important; }
	.pd-md-15 { padding: 15px !important; }
	.pd-md-20 { padding: 20px !important; }
	.pd-md-25 { padding: 25px !important; }
	.pd-md-30 { padding: 30px !important; }
	.pd-md-35 { padding: 35px !important; }
	.pd-md-40 { padding: 40px !important; }
	.pd-md-45 { padding: 45px !important; }
	.pd-md-50 { padding: 50px !important; }
	.pd-md-60 { padding: 60px !important; }
	.pd-md-70 { padding: 70px !important; }
	.pd-md-80 { padding: 80px !important; }
	.pd-md-90 { padding: 90px !important; }
	.pd-md-100 { padding: 100px !important; }

	.py-md-00,
	.pt-md-00 { padding-top: 0 !important; }
	.py-md-02,
	.pt-md-02 { padding-top: 2px !important; }
	.py-md-03,
	.pt-md-03 { padding-top: 3px !important; }
	.py-md-04,
	.pt-md-04 { padding-top: 4px !important; }
	.py-md-05,
	.pt-md-05 { padding-top: 5px !important; }
	.py-md-06,
	.pt-md-06 { padding-top: 6px !important; }
	.py-md-07,
	.pt-md-07 { padding-top: 7px !important; }
	.py-md-08,
	.pt-md-08 { padding-top: 8px !important; }
	.py-md-09,
	.pt-md-09 { padding-top: 9px !important; }
	.py-md-10,
	.pt-md-10 { padding-top: 10px !important; }
	.py-md-15,
	.pt-md-15 { padding-top: 15px !important; }
	.py-md-20,
	.pt-md-20 { padding-top: 20px !important; }
	.py-md-25,
	.pt-md-25 { padding-top: 25px !important; }
	.py-md-30,
	.pt-md-30 { padding-top: 30px !important; }
	.py-md-35,
	.pt-md-35 { padding-top: 35px !important; }
	.py-md-40,
	.pt-md-40 { padding-top: 40px !important; }
	.py-md-45,
	.pt-md-45 { padding-top: 45px !important; }
	.py-md-50,
	.pt-md-50 { padding-top: 50px !important; }
	.py-md-60,
	.pt-md-60 { padding-top: 60px !important; }
	.py-md-70,
	.pt-md-70 { padding-top: 70px !important; }
	.py-md-80,
	.pt-md-80 { padding-top: 80px !important; }
	.py-md-90,
	.pt-md-90 { padding-top: 90px !important; }
	.py-md-100,
	.pt-md-100 { padding-top: 100px !important; }

	.px-md-00,
	.pr-md-00 { padding-right: 0 !important; }
	.px-md-02,
	.pr-md-02 { padding-right: 2px !important; }
	.px-md-03,
	.pr-md-03 { padding-right: 3px !important; }
	.px-md-04,
	.pr-md-04 { padding-right: 4px !important; }
	.px-md-05,
	.pr-md-05 { padding-right: 5px !important; }
	.px-md-06,
	.pr-md-06 { padding-right: 9px !important; }
	.px-md-07,
	.pr-md-07 { padding-right: 7px !important; }
	.px-md-08,
	.pr-md-08 { padding-right: 8px !important; }
	.px-md-09,
	.pr-md-09 { padding-right: 9px !important; }
	.px-md-10,
	.pr-md-10 { padding-right: 10px !important; }
	.px-md-15,
	.pr-md-15 { padding-right: 15px !important; }
	.px-md-20,
	.pr-md-20 { padding-right: 20px !important; }
	.px-md-25,
	.pr-md-25 { padding-right: 25px !important; }
	.px-md-30,
	.pr-md-30 { padding-right: 30px !important; }
	.px-md-35,
	.pr-md-35 { padding-right: 35px !important; }
	.px-md-40,
	.pr-md-40 { padding-right: 40px !important; }
	.px-md-45,
	.pr-md-45 { padding-right: 45px !important; }
	.px-md-50,
	.pr-md-50 { padding-right: 50px !important; }
	.px-md-60,
	.pr-md-60 { padding-right: 60px !important; }
	.px-md-70,
	.pr-md-70 { padding-right: 70px !important; }
	.px-md-80,
	.pr-md-80 { padding-right: 80px !important; }
	.px-md-90,
	.pr-md-90 { padding-right: 90px !important; }
	.px-md-100,
	.pr-md-100 { padding-right: 100px !important; }

	.py-md-00,
	.pb-md-00 { padding-bottom: 0 !important; }
	.py-md-02,
	.pb-md-02 { padding-bottom: 2px !important; }
	.py-md-03,
	.pb-md-03 { padding-bottom: 3px !important; }
	.py-md-04,
	.pb-md-04 { padding-bottom: 4px !important; }
	.py-md-05,
	.pb-md-05 { padding-bottom: 5px !important; }
	.py-md-06,
	.pb-md-06 { padding-bottom: 6px !important; }
	.py-md-07,
	.pb-md-07 { padding-bottom: 7px !important; }
	.py-md-08,
	.pb-md-08 { padding-bottom: 8px !important; }
	.py-md-09,
	.pb-md-09 { padding-bottom: 9px !important; }
	.py-md-10,
	.pb-md-10 { padding-bottom: 10px !important; }
	.py-md-15,
	.pb-md-15 { padding-bottom: 15px !important; }
	.py-md-20,
	.pb-md-20 { padding-bottom: 20px !important; }
	.py-md-25,
	.pb-md-25 { padding-bottom: 25px !important; }
	.py-md-30,
	.pb-md-30 { padding-bottom: 30px !important; }
	.py-md-35,
	.pb-md-35 { padding-bottom: 35px !important; }
	.py-md-40,
	.pb-md-40 { padding-bottom: 40px !important; }
	.py-md-45,
	.pb-md-45 { padding-bottom: 45px !important; }
	.py-md-50,
	.pb-md-50 { padding-bottom: 50px !important; }
	.py-md-60,
	.pb-md-60 { padding-bottom: 60px !important; }
	.py-md-70,
	.pb-md-70 { padding-bottom: 70px !important; }
	.py-md-80,
	.pb-md-80 { padding-bottom: 80px !important; }
	.py-md-90,
	.pb-md-90 { padding-bottom: 90px !important; }
	.py-md-100,
	.pb-md-100 { padding-bottom: 100px !important; }

	.px-md-00,
	.pl-md-00 { padding-left: 0 !important; }
	.px-md-02,
	.pl-md-02 { padding-left: 2px !important; }
	.px-md-03,
	.pl-md-03 { padding-left: 3px !important; }
	.px-md-04,
	.pl-md-04 { padding-left: 4px !important; }
	.px-md-05,
	.pl-md-05 { padding-left: 5px !important; }
	.px-md-06,
	.pl-md-06 { padding-left: 6px !important; }
	.px-md-07,
	.pl-md-07 { padding-left: 7px !important; }
	.px-md-08,
	.pl-md-08 { padding-left: 8px !important; }
	.px-md-09,
	.pl-md-09 { padding-left: 9px !important; }
	.px-md-10,
	.pl-md-10 { padding-left: 10px !important; }
	.px-md-15,
	.pl-md-15 { padding-left: 15px !important; }
	.px-md-20,
	.pl-md-20 { padding-left: 20px !important; }
	.px-md-25,
	.pl-md-25 { padding-left: 25px !important; }
	.px-md-30,
	.pl-md-30 { padding-left: 30px !important; }
	.px-md-35,
	.pl-md-35 { padding-left: 35px !important; }
	.px-md-40,
	.pl-md-40 { padding-left: 40px !important; }
	.px-md-45,
	.pl-md-45 { padding-left: 45px !important; }
	.px-md-50,
	.pl-md-50 { padding-left: 50px !important; }
	.px-md-60,
	.pl-md-60 { padding-left: 60px !important; }
	.px-md-70,
	.pl-md-70 { padding-left: 70px !important; }
	.px-md-80,
	.pl-md-80 { padding-left: 80px !important; }
	.px-md-90,
	.pl-md-90 { padding-left: 90px !important; }
	.px-md-100,
	.pl-md-100 { padding-left: 100px !important; }

	/* Width / Height */
	.wd-md-00 { width: 0 !important; }
	.wd-md-auto { width: auto !important; }
	.wp-md-100 { width: 100% !important; }
	.hi-md-0 { height: 0 !important; }
	.hi-md-auto { height: auto !important; }
	.hp-md-100 { height: 100% !important; }

	.wp-md-5 { width: 5% !important; }
	.wp-md-10 { width: 10% !important; }
	.wp-md-15 { width: 15% !important; }
	.wp-md-16 { width: 16.6% !important; }
	.wp-md-20 { width: 20% !important; }
	.wp-md-25 { width: 25% !important; }
	.wp-md-30 { width: 30% !important; }
	.wp-md-33 { width: 33.3% !important; }
	.wp-md-35 { width: 35% !important; }
	.wp-md-40 { width: 40% !important; }
	.wp-md-45 { width: 45% !important; }
	.wp-md-50 { width: 50% !important; }
	.wp-md-55 { width: 55% !important; }
	.wp-md-60 { width: 60% !important; }
	.wp-md-65 { width: 65% !important; }
	.wp-md-70 { width: 70% !important; }
	.wp-md-75 { width: 75% !important; }
	.wp-md-80 { width: 80% !important; }
	.wp-md-85 { width: 85% !important; }
	.wp-md-90 { width: 90% !important; }
	.wp-md-95 { width: 95% !important; }

	.wd-md-03 { width: 3px !important; }
	.wd-md-05 { width: 5px !important; }
	.wd-md-10 { width: 10px !important; }
	.wd-md-15 { width: 15px !important; }
	.wd-md-20 { width: 20px !important; }
	.wd-md-25 { width: 25px !important; }
	.wd-md-30 { width: 30px !important; }
	.wd-md-35 { width: 35px !important; }
	.wd-md-40 { width: 40px !important; }
	.wd-md-45 { width: 45px !important; }
	.wd-md-50 { width: 50px !important; }
	.wd-md-55 { width: 55px !important; }
	.wd-md-60 { width: 60px !important; }
	.wd-md-65 { width: 65px !important; }
	.wd-md-70 { width: 70px !important; }
	.wd-md-75 { width: 75px !important; }
	.wd-md-80 { width: 80px !important; }
	.wd-md-85 { width: 85px !important; }
	.wd-md-90 { width: 90px !important; }
	.wd-md-95 { width: 95px !important; }
	.wd-md-100 { width: 100px !important; }
	.wd-md-110 { width: 110px !important; }
	.wd-md-115 { width: 115px !important; }
	.wd-md-120 { width: 120px !important; }
	.wd-md-125 { width: 125px !important; }
	.wd-md-130 { width: 130px !important; }
	.wd-md-135 { width: 135px !important; }
	.wd-md-150 { width: 150px !important; }
	.wd-md-160 { width: 160px !important; }
	.wd-md-170 { width: 170px !important; }
	.wd-md-180 { width: 180px !important; }
	.wd-md-190 { width: 190px !important; }
	.wd-md-200 { width: 200px !important; }
	.wd-md-250 { width: 250px !important; }
	.wd-md-300 { width: 300px !important; }
	.wd-md-350 { width: 350px !important; }
	.wd-md-400 { width: 400px !important; }
	.wd-md-450 { width: 450px !important; }
	.wd-md-500 { width: 500px !important; }
}

@media all and (max-width: 768px) {
	html { font-size: 6.5px; }
	
	/* Display */
	.blind-sm { clip: rect(0 0 0 0); position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; border: 0; }
	.hide-sm { display: none !important; }
	.visible-hide-sm { visibility: hidden !important; }
	.visible-show-sm { visibility: visible !important; }
	.block-sm { display: block !important; }
	.inline-block-sm { display: inline-block !important; }
	.noscroll-sm { overflow: hidden !important; touch-action: none; -webkit-overflow-scrolling: none; overscroll-behavior: none; }

	/* Text */
	.align-sm-left { text-align: left !important; }
	.align-sm-center { text-align: center !important; }
	.align-sm-right { text-align: right !important; }
	.align-sm-justify { text-align: justify !important; }
	.align-sm-top { vertical-align: top !important; }
	.align-sm-middle { vertical-align: middle !important; }
	.align-sm-bottom { vertical-align: bottom !important; }

	/* Flex */
	.row-sm { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -5px; margin-right: -5px; }
	.flex-sm { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
	.flex-center-sm { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

	.flex-sm-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; }
	.flex-sm-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; }
	.flex-sm-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
	.flex-sm-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
	.align-items-sm-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }
	.align-items-sm-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; }
	.align-items-sm-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; }
	.align-items-sm-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; }
	.align-items-sm-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }
	.align-content-sm-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
	.align-content-sm-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
	.align-content-sm-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
	.align-content-sm-center { -ms-flex-line-pack: center !important; align-content: center !important; }
	.align-content-sm-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
	.align-content-sm-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
	.align-self-sm-stretch { -ms-flex-item-align: stretch !important; -ms-grid-row-align: stretch !important; align-self: stretch !important; }
	.align-self-sm-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
	.align-self-sm-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
	.align-self-sm-center { -ms-flex-item-align: center !important; -ms-grid-row-align: center !important; align-self: center !important; }
	.align-self-sm-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
	.justify-content-sm-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }
	.justify-content-sm-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }
	.justify-content-sm-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; }
	.justify-content-sm-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }
	.justify-content-sm-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
	.flex-sm-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
	.flex-sm-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
	.flex-sm-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
	.flex-order-sm-0 { -webkit-box-ordinal-group: 1 !important; -ms-flex-order: 0 !important; order: 0 !important; }
	.flex-order-sm-1 { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; }
	.flex-order-sm-2 { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; }
	.flex-order-sm-3 { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; }
	.flex-order-sm-4 { -webkit-box-ordinal-group: 5 !important; -ms-flex-order: 4 !important; order: 4 !important; }
	.flex-order-sm-5 { -webkit-box-ordinal-group: 6 !important; -ms-flex-order: 5 !important; order: 5 !important; }
	.flex-shrink-sm-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; -ms-flex: 0 0 auto !important; flex: 0 0 auto !important; }

	.col-sm-0_5,
	.col-sm-1,
	.col-sm-1_5,
	.col-sm-2,
	.col-sm-2_5,
	.col-sm-3,
	.col-sm-3_5,
	.col-sm-4,
	.col-sm-4_5,
	.col-sm-5,
	.col-sm-5_5,
	.col-sm-6,
	.col-sm-6_5,
	.col-sm-7,
	.col-sm-7_5,
	.col-sm-8,
	.col-sm-8_5,
	.col-sm-9,
	.col-sm-9_5,
	.col-sm-10,
	.col-sm-10_5,
	.col-sm-11,
	.col-sm-11_5,
	.col-sm-12,
	.col-sm,
	.col-sm-auto { position: relative; width: 100%; padding-right: 5px; padding-left: 5px; }
	.col-sm { max-width: 100%; -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; }
	.col-sm-auto { width: auto; max-width: 100%; -ms-flex: 0 0 auto; flex: 0 0 auto; }
	.col-sm-0_5 { max-width: 4.166666%; -ms-flex: 0 0 4.166666%; flex: 0 0 4.166666%; }
	.col-sm-1 { max-width: 8.333333%; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; }
	.col-sm-1_5 { max-width: 12.5%; -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; }
	.col-sm-2 { max-width: 16.666667%; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; }
	.col-sm-2_5 { max-width: 20.833333%; -ms-flex: 0 0 20.833333%; flex: 0 0 20.833333%; }
	.col-sm-3 { max-width: 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; }
	.col-sm-3_5 { max-width: 29.166666%; -ms-flex: 0 0 29.166666%; flex: 0 0 29.166666%; }
	.col-sm-4 { max-width: 33.333333%; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; }
	.col-sm-4_5 { max-width: 37.5%; -ms-flex: 0 0 37.5%; flex: 0 0 37.5%; }
	.col-sm-5 { max-width: 41.666667%; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; }
	.col-sm-5_5 { max-width: 45.833333%; -ms-flex: 0 0 45.833333%; flex: 0 0 45.833333%; }
	.col-sm-6 { max-width: 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; }
	.col-sm-6_5 { max-width: 54.166666%; -ms-flex: 0 0 54.166666%; flex: 0 0 54.166666%; }
	.col-sm-7 { max-width: 58.333333%; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; }
	.col-sm-7_5 { max-width: 62.5%; -ms-flex: 0 0 62.5%; flex: 0 0 62.5%; }
	.col-sm-8 { max-width: 66.666667%; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; }
	.col-sm-8_5 { max-width: 70.833333%; -ms-flex: 0 0 70.833333%; flex: 0 0 70.833333%; }
	.col-sm-9 { max-width: 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; }
	.col-sm-9_5 { max-width: 79.166666%; -ms-flex: 0 0 79.166666%; flex: 0 0 79.166666%; }
	.col-sm-10 { max-width: 83.333333%; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; }
	.col-sm-10_5 { max-width: 87.5%; -ms-flex: 0 0 87.5%; flex: 0 0 87.5%; }
	.col-sm-11 { max-width: 91.666667%; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; }
	.col-sm-11_5 { max-width: 95.833333%; -ms-flex: 0 0 95.833333%; flex: 0 0 95.833333%; }
	.col-sm-12 { max-width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; }

	.col-row-2 > * { width: calc((100% - (15px)) / 2); margin-right: 15px; margin-top: 15px; }
	.col-row-2 > *:nth-child(2n+2) { margin-right: 0; }
	.col-row-2 > *:nth-child(-n+2) { margin-top: 0; }
	.col-row-3 > * { width: calc((100% - (15px)) / 2); margin-right: 15px; margin-top: 15px; }
	.col-row-3 > *:nth-child(3n+3) { margin-right: 15px; }
	.col-row-3 > *:nth-child(2n+2) { margin-right: 0; }
	.col-row-3 > *:nth-child(-n+3) { margin-top: 15px; }
	.col-row-3 > *:nth-child(-n+2) { margin-top: 0; }
	.col-row-4 > * { width: calc((100% - (15px)) / 2); margin-right: 15px; margin-top: 15px; }
	.col-row-4 > *:nth-child(4n+4) { margin-right: 15px; }
	.col-row-4 > *:nth-child(3n+3) { margin-right: 15px; }
	.col-row-4 > *:nth-child(2n+2) { margin-right: 0; }
	.col-row-4 > *:nth-child(-n+4) { margin-top: 15px; }
	.col-row-4 > *:nth-child(-n+3) { margin-top: 15px; }
	.col-row-4 > *:nth-child(-n+2) { margin-top: 0; }

	.col-row-sm-1 > * { width: 100%; }
	.col-row-sm-2 > * { width: calc((100% - (15px)) / 2); margin-right: 15px; margin-top: 15px; }
	.col-row-sm-2 > *:nth-child(2n+2) { margin-right: 0; }
	.col-row-sm-2 > *:nth-child(-n+2) { margin-top: 0; }
	.col-row-sm-3 > * { width: calc((100% - (15px * 2)) / 3); margin-right: 15px; margin-top: 15px; }
	.col-row-sm-3 > *:nth-child(3n+3) { margin-right: 0; }
	.col-row-sm-3 > *:nth-child(-n+3) { margin-top: 0; }
	.col-row-sm-4 > * { width: calc((100% - (15px * 3)) / 4); margin-right: 15px; margin-top: 15px; }
	.col-row-sm-4 > *:nth-child(4n+4) { margin-right: 0; }
	.col-row-sm-4 > *:nth-child(-n+4) { margin-top: 0; }

	/* Margin */
	.mg-sm-auto { margin: 0 auto !important; }
	.mg-sm-00 { margin: 0 !important; }
	.mg-sm-02 { margin: 2px !important; }
	.mg-sm-03 { margin: 3px !important; }
	.mg-sm-04 { margin: 4px !important; }
	.mg-sm-05 { margin: 5px !important; }
	.mg-sm-06 { margin: 6px !important; }
	.mg-sm-07 { margin: 7px !important; }
	.mg-sm-08 { margin: 8px !important; }
	.mg-sm-09 { margin: 9px !important; }
	.mg-sm-10 { margin: 10px !important; }
	.mg-sm-15 { margin: 15px !important; }
	.mg-sm-20 { margin: 20px !important; }
	.mg-sm-25 { margin: 25px !important; }
	.mg-sm-30 { margin: 30px !important; }
	.mg-sm-35 { margin: 35px !important; }
	.mg-sm-40 { margin: 40px !important; }
	.mg-sm-45 { margin: 45px !important; }
	.mg-sm-50 { margin: 50px !important; }
	.mg-sm-60 { margin: 60px !important; }
	.mg-sm-70 { margin: 70px !important; }
	.mg-sm-80 { margin: 80px !important; }
	.mg-sm-90 { margin: 90px !important; }
	.mg-sm-100 { margin: 100px !important; }

	.my-sm-00,
	.mt-sm-00 { margin-top: 0 !important; }
	.my-sm-02,
	.mt-sm-02 { margin-top: 2px !important; }
	.my-sm-03,
	.mt-sm-03 { margin-top: 3px !important; }
	.my-sm-04,
	.mt-sm-04 { margin-top: 4px !important; }
	.my-sm-05,
	.mt-sm-05 { margin-top: 5px !important; }
	.my-sm-06,
	.mt-sm-06 { margin-top: 6px !important; }
	.my-sm-07,
	.mt-sm-07 { margin-top: 7px !important; }
	.my-sm-08,
	.mt-sm-08 { margin-top: 8px !important; }
	.my-sm-09,
	.mt-sm-09 { margin-top: 9px !important; }
	.my-sm-10,
	.mt-sm-10 { margin-top: 10px !important; }
	.my-sm-15,
	.mt-sm-15 { margin-top: 15px !important; }
	.my-sm-20,
	.mt-sm-20 { margin-top: 20px !important; }
	.my-sm-25,
	.mt-sm-25 { margin-top: 25px !important; }
	.my-sm-30,
	.mt-sm-30 { margin-top: 30px !important; }
	.my-sm-35,
	.mt-sm-35 { margin-top: 35px !important; }
	.my-sm-40,
	.mt-sm-40 { margin-top: 40px !important; }
	.my-sm-45,
	.mt-sm-45 { margin-top: 45px !important; }
	.my-sm-50,
	.mt-sm-50 { margin-top: 50px !important; }
	.my-sm-60,
	.mt-sm-60 { margin-top: 60px !important; }
	.my-sm-70,
	.mt-sm-70 { margin-top: 70px !important; }
	.my-sm-80,
	.mt-sm-80 { margin-top: 80px !important; }
	.my-sm-90,
	.mt-sm-90 { margin-top: 90px !important; }
	.my-sm-100,
	.mt-sm-100 { margin-top: 100px !important; }

	.mx-sm-00,
	.mr-sm-00 { margin-right: 0 !important; }
	.mx-sm-02,
	.mr-sm-02 { margin-right: 2px !important; }
	.mx-sm-03,
	.mr-sm-03 { margin-right: 3px !important; }
	.mx-sm-04,
	.mr-sm-04 { margin-right: 4px !important; }
	.mx-sm-05,
	.mr-sm-05 { margin-right: 5px !important; }
	.mx-sm-06,
	.mr-sm-06 { margin-right: 6px !important; }
	.mx-sm-07,
	.mr-sm-07 { margin-right: 7px !important; }
	.mx-sm-08,
	.mr-sm-08 { margin-right: 8px !important; }
	.mx-sm-09,
	.mr-sm-09 { margin-right: 9px !important; }
	.mx-sm-10,
	.mr-sm-10 { margin-right: 10px !important; }
	.mx-sm-15,
	.mr-sm-15 { margin-right: 15px !important; }
	.mx-sm-20,
	.mr-sm-20 { margin-right: 20px !important; }
	.mx-sm-25,
	.mr-sm-25 { margin-right: 25px !important; }
	.mx-sm-30,
	.mr-sm-30 { margin-right: 30px !important; }
	.mx-sm-35,
	.mr-sm-35 { margin-right: 35px !important; }
	.mx-sm-40,
	.mr-sm-40 { margin-right: 40px !important; }
	.mx-sm-45,
	.mr-sm-45 { margin-right: 45px !important; }
	.mx-sm-50,
	.mr-sm-50 { margin-right: 50px !important; }
	.mx-sm-60,
	.mr-sm-60 { margin-right: 60px !important; }
	.mx-sm-70,
	.mr-sm-70 { margin-right: 70px !important; }
	.mx-sm-80,
	.mr-sm-80 { margin-right: 80px !important; }
	.mx-sm-90,
	.mr-sm-90 { margin-right: 90px !important; }
	.mx-sm-100,
	.mr-sm-100 { margin-right: 100px !important; }

	.my-sm-0,
	.mb-sm-00 { margin-bottom: 0 !important; }
	.my-sm-02,
	.mb-sm-02 { margin-bottom: 2px !important; }
	.my-sm-03,
	.mb-sm-03 { margin-bottom: 3px !important; }
	.my-sm-04,
	.mb-sm-04 { margin-bottom: 4px !important; }
	.my-sm-05,
	.mb-sm-05 { margin-bottom: 5px !important; }
	.my-sm-06,
	.mb-sm-06 { margin-bottom: 6px !important; }
	.my-sm-07,
	.mb-sm-07 { margin-bottom: 7px !important; }
	.my-sm-08,
	.mb-sm-08 { margin-bottom: 8px !important; }
	.my-sm-09,
	.mb-sm-09 { margin-bottom: 9px !important; }
	.my-sm-10,
	.mb-sm-10 { margin-bottom: 10px !important; }
	.my-sm-15,
	.mb-sm-15 { margin-bottom: 15px !important; }
	.my-sm-20,
	.mb-sm-20 { margin-bottom: 20px !important; }
	.my-sm-25,
	.mb-sm-25 { margin-bottom: 25px !important; }
	.my-sm-30,
	.mb-sm-30 { margin-bottom: 30px !important; }
	.my-sm-35,
	.mb-sm-35 { margin-bottom: 35px !important; }
	.my-sm-40,
	.mb-sm-40 { margin-bottom: 40px !important; }
	.my-sm-45,
	.mb-sm-45 { margin-bottom: 45px !important; }
	.my-sm-50,
	.mb-sm-50 { margin-bottom: 50px !important; }
	.my-sm-60,
	.mb-sm-60 { margin-bottom: 60px !important; }
	.my-sm-70,
	.mb-sm-70 { margin-bottom: 70px !important; }
	.my-sm-80,
	.mb-sm-80 { margin-bottom: 80px !important; }
	.my-sm-90,
	.mb-sm-90 { margin-bottom: 90px !important; }
	.my-sm-100,
	.mb-sm-100 { margin-bottom: 100px !important; }

	.mx-sm-00,
	.ml-sm-00 { margin-left: 0 !important; }
	.mx-sm-02,
	.ml-sm-02 { margin-left: 2px !important; }
	.mx-sm-03,
	.ml-sm-03 { margin-left: 3px !important; }
	.mx-sm-04,
	.ml-sm-04 { margin-left: 4px !important; }
	.mx-sm-05,
	.ml-sm-05 { margin-left: 5px !important; }
	.mx-sm-06,
	.ml-sm-06 { margin-left: 6px !important; }
	.mx-sm-07,
	.ml-sm-07 { margin-left: 7px !important; }
	.mx-sm-08,
	.ml-sm-08 { margin-left: 8px !important; }
	.mx-sm-09,
	.ml-sm-09 { margin-left: 9px !important; }
	.mx-sm-10,
	.ml-sm-10 { margin-left: 10px !important; }
	.mx-sm-15,
	.ml-sm-15 { margin-left: 15px !important; }
	.mx-sm-20,
	.ml-sm-20 { margin-left: 20px !important; }
	.mx-sm-25,
	.ml-sm-25 { margin-left: 25px !important; }
	.mx-sm-30,
	.ml-sm-30 { margin-left: 30px !important; }
	.mx-sm-35,
	.ml-sm-35 { margin-left: 35px !important; }
	.mx-sm-40,
	.ml-sm-40 { margin-left: 40px !important; }
	.mx-sm-45,
	.ml-sm-45 { margin-left: 45px !important; }
	.mx-sm-50,
	.ml-sm-50 { margin-left: 50px !important; }
	.mx-sm-60,
	.ml-sm-60 { margin-left: 60px !important; }
	.mx-sm-70,
	.ml-sm-70 { margin-left: 70px !important; }
	.mx-sm-80,
	.ml-sm-80 { margin-left: 80px !important; }
	.mx-sm-90,
	.ml-sm-90 { margin-left: 90px !important; }
	.mx-sm-100,
	.ml-sm-100 { margin-left: 100px !important; }

	.mt-sm-negative1 { margin-top: -1px !important; }
	.mt-sm-negative2 { margin-top: -2px !important; }
	.mt-sm-negative3 { margin-top: -3px !important; }
	.mt-sm-negative4 { margin-top: -4px !important; }
	.mt-sm-negative5 { margin-top: -5px !important; }

	.mr-sm-negative1 { margin-right: -1px !important; }
	.mr-sm-negative2 { margin-right: -2px !important; }
	.mr-sm-negative3 { margin-right: -3px !important; }
	.mr-sm-negative4 { margin-right: -4px !important; }
	.mr-sm-negative5 { margin-right: -5px !important; }

	.mb-sm-negative1 { margin-bottom: -1px !important; }
	.mb-sm-negative2 { margin-bottom: -2px !important; }
	.mb-sm-negative3 { margin-bottom: -3px !important; }
	.mb-sm-negative4 { margin-bottom: -4px !important; }
	.mb-sm-negative5 { margin-bottom: -5px !important; }

	.ml-sm-negative1 { margin-left: -1px !important; }
	.ml-sm-negative2 { margin-left: -2px !important; }
	.ml-sm-negative3 { margin-left: -3px !important; }
	.ml-sm-negative4 { margin-left: -4px !important; }
	.ml-sm-negative5 { margin-left: -5px !important; }


	/* Padding */
	.pd-sm-00 { padding: 0 !important; }
	.pd-sm-02 { padding: 2px !important; }
	.pd-sm-03 { padding: 3px !important; }
	.pd-sm-04 { padding: 4px !important; }
	.pd-sm-05 { padding: 5px !important; }
	.pd-sm-06 { padding: 6px !important; }
	.pd-sm-07 { padding: 7px !important; }
	.pd-sm-08 { padding: 8px !important; }
	.pd-sm-09 { padding: 9px !important; }
	.pd-sm-10 { padding: 10px !important; }
	.pd-sm-15 { padding: 15px !important; }
	.pd-sm-20 { padding: 20px !important; }
	.pd-sm-25 { padding: 25px !important; }
	.pd-sm-30 { padding: 30px !important; }
	.pd-sm-35 { padding: 35px !important; }
	.pd-sm-40 { padding: 40px !important; }
	.pd-sm-45 { padding: 45px !important; }
	.pd-sm-50 { padding: 50px !important; }
	.pd-sm-60 { padding: 60px !important; }
	.pd-sm-70 { padding: 70px !important; }
	.pd-sm-80 { padding: 80px !important; }
	.pd-sm-90 { padding: 90px !important; }
	.pd-sm-100 { padding: 100px !important; }

	.py-sm-00,
	.pt-sm-00 { padding-top: 0 !important; }
	.py-sm-02,
	.pt-sm-02 { padding-top: 2px !important; }
	.py-sm-03,
	.pt-sm-03 { padding-top: 3px !important; }
	.py-sm-04,
	.pt-sm-04 { padding-top: 4px !important; }
	.py-sm-05,
	.pt-sm-05 { padding-top: 5px !important; }
	.py-sm-06,
	.pt-sm-06 { padding-top: 6px !important; }
	.py-sm-07,
	.pt-sm-07 { padding-top: 7px !important; }
	.py-sm-08,
	.pt-sm-08 { padding-top: 8px !important; }
	.py-sm-09,
	.pt-sm-09 { padding-top: 9px !important; }
	.py-sm-10,
	.pt-sm-10 { padding-top: 10px !important; }
	.py-sm-15,
	.pt-sm-15 { padding-top: 15px !important; }
	.py-sm-20,
	.pt-sm-20 { padding-top: 20px !important; }
	.py-sm-25,
	.pt-sm-25 { padding-top: 25px !important; }
	.py-sm-30,
	.pt-sm-30 { padding-top: 30px !important; }
	.py-sm-35,
	.pt-sm-35 { padding-top: 35px !important; }
	.py-sm-40,
	.pt-sm-40 { padding-top: 40px !important; }
	.py-sm-45,
	.pt-sm-45 { padding-top: 45px !important; }
	.py-sm-50,
	.pt-sm-50 { padding-top: 50px !important; }
	.py-sm-60,
	.pt-sm-60 { padding-top: 60px !important; }
	.py-sm-70,
	.pt-sm-70 { padding-top: 70px !important; }
	.py-sm-80,
	.pt-sm-80 { padding-top: 80px !important; }
	.py-sm-90,
	.pt-sm-90 { padding-top: 90px !important; }
	.py-sm-100,
	.pt-sm-100 { padding-top: 100px !important; }

	.px-sm-00,
	.pr-sm-00 { padding-right: 0 !important; }
	.px-sm-02,
	.pr-sm-02 { padding-right: 2px !important; }
	.px-sm-03,
	.pr-sm-03 { padding-right: 3px !important; }
	.px-sm-04,
	.pr-sm-04 { padding-right: 4px !important; }
	.px-sm-05,
	.pr-sm-05 { padding-right: 5px !important; }
	.px-sm-06,
	.pr-sm-06 { padding-right: 9px !important; }
	.px-sm-07,
	.pr-sm-07 { padding-right: 7px !important; }
	.px-sm-08,
	.pr-sm-08 { padding-right: 8px !important; }
	.px-sm-09,
	.pr-sm-09 { padding-right: 9px !important; }
	.px-sm-10,
	.pr-sm-10 { padding-right: 10px !important; }
	.px-sm-15,
	.pr-sm-15 { padding-right: 15px !important; }
	.px-sm-20,
	.pr-sm-20 { padding-right: 20px !important; }
	.px-sm-25,
	.pr-sm-25 { padding-right: 25px !important; }
	.px-sm-30,
	.pr-sm-30 { padding-right: 30px !important; }
	.px-sm-35,
	.pr-sm-35 { padding-right: 35px !important; }
	.px-sm-40,
	.pr-sm-40 { padding-right: 40px !important; }
	.px-sm-45,
	.pr-sm-45 { padding-right: 45px !important; }
	.px-sm-50,
	.pr-sm-50 { padding-right: 50px !important; }
	.px-sm-60,
	.pr-sm-60 { padding-right: 60px !important; }
	.px-sm-70,
	.pr-sm-70 { padding-right: 70px !important; }
	.px-sm-80,
	.pr-sm-80 { padding-right: 80px !important; }
	.px-sm-90,
	.pr-sm-90 { padding-right: 90px !important; }
	.px-sm-100,
	.pr-sm-100 { padding-right: 100px !important; }

	.py-sm-00,
	.pb-sm-00 { padding-bottom: 0 !important; }
	.py-sm-02,
	.pb-sm-02 { padding-bottom: 2px !important; }
	.py-sm-03,
	.pb-sm-03 { padding-bottom: 3px !important; }
	.py-sm-04,
	.pb-sm-04 { padding-bottom: 4px !important; }
	.py-sm-05,
	.pb-sm-05 { padding-bottom: 5px !important; }
	.py-sm-06,
	.pb-sm-06 { padding-bottom: 6px !important; }
	.py-sm-07,
	.pb-sm-07 { padding-bottom: 7px !important; }
	.py-sm-08,
	.pb-sm-08 { padding-bottom: 8px !important; }
	.py-sm-09,
	.pb-sm-09 { padding-bottom: 9px !important; }
	.py-sm-10,
	.pb-sm-10 { padding-bottom: 10px !important; }
	.py-sm-15,
	.pb-sm-15 { padding-bottom: 15px !important; }
	.py-sm-20,
	.pb-sm-20 { padding-bottom: 20px !important; }
	.py-sm-25,
	.pb-sm-25 { padding-bottom: 25px !important; }
	.py-sm-30,
	.pb-sm-30 { padding-bottom: 30px !important; }
	.py-sm-35,
	.pb-sm-35 { padding-bottom: 35px !important; }
	.py-sm-40,
	.pb-sm-40 { padding-bottom: 40px !important; }
	.py-sm-45,
	.pb-sm-45 { padding-bottom: 45px !important; }
	.py-sm-50,
	.pb-sm-50 { padding-bottom: 50px !important; }
	.py-sm-60,
	.pb-sm-60 { padding-bottom: 60px !important; }
	.py-sm-70,
	.pb-sm-70 { padding-bottom: 70px !important; }
	.py-sm-80,
	.pb-sm-80 { padding-bottom: 80px !important; }
	.py-sm-90,
	.pb-sm-90 { padding-bottom: 90px !important; }
	.py-sm-100,
	.pb-sm-100 { padding-bottom: 100px !important; }

	.px-sm-00,
	.pl-sm-00 { padding-left: 0 !important; }
	.px-sm-02,
	.pl-sm-02 { padding-left: 2px !important; }
	.px-sm-03,
	.pl-sm-03 { padding-left: 3px !important; }
	.px-sm-04,
	.pl-sm-04 { padding-left: 4px !important; }
	.px-sm-05,
	.pl-sm-05 { padding-left: 5px !important; }
	.px-sm-06,
	.pl-sm-06 { padding-left: 6px !important; }
	.px-sm-07,
	.pl-sm-07 { padding-left: 7px !important; }
	.px-sm-08,
	.pl-sm-08 { padding-left: 8px !important; }
	.px-sm-09,
	.pl-sm-09 { padding-left: 9px !important; }
	.px-sm-10,
	.pl-sm-10 { padding-left: 10px !important; }
	.px-sm-15,
	.pl-sm-15 { padding-left: 15px !important; }
	.px-sm-20,
	.pl-sm-20 { padding-left: 20px !important; }
	.px-sm-25,
	.pl-sm-25 { padding-left: 25px !important; }
	.px-sm-30,
	.pl-sm-30 { padding-left: 30px !important; }
	.px-sm-35,
	.pl-sm-35 { padding-left: 35px !important; }
	.px-sm-40,
	.pl-sm-40 { padding-left: 40px !important; }
	.px-sm-45,
	.pl-sm-45 { padding-left: 45px !important; }
	.px-sm-50,
	.pl-sm-50 { padding-left: 50px !important; }
	.px-sm-60,
	.pl-sm-60 { padding-left: 60px !important; }
	.px-sm-70,
	.pl-sm-70 { padding-left: 70px !important; }
	.px-sm-80,
	.pl-sm-80 { padding-left: 80px !important; }
	.px-sm-90,
	.pl-sm-90 { padding-left: 90px !important; }
	.px-sm-100,
	.pl-sm-100 { padding-left: 100px !important; }

	/* Width / Height */
	.wd-sm-00 { width: 0 !important; }
	.wd-sm-auto { width: auto !important; }
	.wp-sm-100 { width: 100% !important; }
	.hi-sm-0 { height: 0 !important; }
	.hi-sm-auto { height: auto !important; }
	.hp-sm-100 { height: 100% !important; }

	.wp-sm-5 { width: 5% !important; }
	.wp-sm-10 { width: 10% !important; }
	.wp-sm-15 { width: 15% !important; }
	.wp-sm-16 { width: 16.6% !important; }
	.wp-sm-20 { width: 20% !important; }
	.wp-sm-25 { width: 25% !important; }
	.wp-sm-30 { width: 30% !important; }
	.wp-sm-33 { width: 33.3% !important; }
	.wp-sm-35 { width: 35% !important; }
	.wp-sm-40 { width: 40% !important; }
	.wp-sm-45 { width: 45% !important; }
	.wp-sm-50 { width: 50% !important; }
	.wp-sm-55 { width: 55% !important; }
	.wp-sm-60 { width: 60% !important; }
	.wp-sm-65 { width: 65% !important; }
	.wp-sm-70 { width: 70% !important; }
	.wp-sm-75 { width: 75% !important; }
	.wp-sm-80 { width: 80% !important; }
	.wp-sm-85 { width: 85% !important; }
	.wp-sm-90 { width: 90% !important; }
	.wp-sm-95 { width: 95% !important; }

	.wd-sm-03 { width: 3px !important; }
	.wd-sm-05 { width: 5px !important; }
	.wd-sm-10 { width: 10px !important; }
	.wd-sm-15 { width: 15px !important; }
	.wd-sm-20 { width: 20px !important; }
	.wd-sm-25 { width: 25px !important; }
	.wd-sm-30 { width: 30px !important; }
	.wd-sm-35 { width: 35px !important; }
	.wd-sm-40 { width: 40px !important; }
	.wd-sm-45 { width: 45px !important; }
	.wd-sm-50 { width: 50px !important; }
	.wd-sm-55 { width: 55px !important; }
	.wd-sm-60 { width: 60px !important; }
	.wd-sm-65 { width: 65px !important; }
	.wd-sm-70 { width: 70px !important; }
	.wd-sm-75 { width: 75px !important; }
	.wd-sm-80 { width: 80px !important; }
	.wd-sm-85 { width: 85px !important; }
	.wd-sm-90 { width: 90px !important; }
	.wd-sm-95 { width: 95px !important; }
	.wd-sm-100 { width: 100px !important; }
	.wd-sm-110 { width: 110px !important; }
	.wd-sm-115 { width: 115px !important; }
	.wd-sm-120 { width: 120px !important; }
	.wd-sm-125 { width: 125px !important; }
	.wd-sm-130 { width: 130px !important; }
	.wd-sm-135 { width: 135px !important; }
	.wd-sm-150 { width: 150px !important; }
	.wd-sm-160 { width: 160px !important; }
	.wd-sm-170 { width: 170px !important; }
	.wd-sm-180 { width: 180px !important; }
	.wd-sm-190 { width: 190px !important; }
	.wd-sm-200 { width: 200px !important; }
	.wd-sm-250 { width: 250px !important; }
	.wd-sm-300 { width: 300px !important; }
	.wd-sm-350 { width: 350px !important; }
	.wd-sm-400 { width: 400px !important; }
	.wd-sm-450 { width: 450px !important; }
	.wd-sm-500 { width: 500px !important; }
}

@media all and (max-width: 480px) {
	/* Display */
	.blind-xs { clip: rect(0 0 0 0); position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; border: 0; }
	.hide-xs { display: none !important; }
	.visible-hide-xs { visibility: hidden !important; }
	.visible-show-xs { visibility: visible !important; }
	.block-xs { display: block !important; }
	.inline-block-xs { display: inline-block !important; }
	.noscroll-xs { overflow: hidden !important; touch-action: none; -webkit-overflow-scrolling: none; overscroll-behavior: none; }

	/* Text */
	.align-xs-left { text-align: left !important; }
	.align-xs-center { text-align: center !important; }
	.align-xs-right { text-align: right !important; }
	.align-xs-justify { text-align: justify !important; }
	.align-xs-top { vertical-align: top !important; }
	.align-xs-middle { vertical-align: middle !important; }
	.align-xs-bottom { vertical-align: bottom !important; }

	/* Flex */
	.row-xs { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -5px; margin-right: -5px; }
	.flex-xs { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
	.flex-center-xs { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

	.flex-xs-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; }
	.flex-xs-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; }
	.flex-xs-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
	.flex-xs-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
	.align-items-xs-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }
	.align-items-xs-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; }
	.align-items-xs-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important; }
	.align-items-xs-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; }
	.align-items-xs-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }
	.align-content-xs-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }
	.align-content-xs-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
	.align-content-xs-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
	.align-content-xs-center { -ms-flex-line-pack: center !important; align-content: center !important; }
	.align-content-xs-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
	.align-content-xs-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
	.align-self-xs-stretch { -ms-flex-item-align: stretch !important; -ms-grid-row-align: stretch !important; align-self: stretch !important; }
	.align-self-xs-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
	.align-self-xs-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
	.align-self-xs-center { -ms-flex-item-align: center !important; -ms-grid-row-align: center !important; align-self: center !important; }
	.align-self-xs-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
	.justify-content-xs-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }
	.justify-content-xs-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }
	.justify-content-xs-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; }
	.justify-content-xs-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }
	.justify-content-xs-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }
	.flex-xs-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
	.flex-xs-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
	.flex-xs-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
	.flex-order-xs-0 { -webkit-box-ordinal-group: 1 !important; -ms-flex-order: 0 !important; order: 0 !important; }
	.flex-order-xs-1 { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; }
	.flex-order-xs-2 { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; }
	.flex-order-xs-3 { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; }
	.flex-order-xs-4 { -webkit-box-ordinal-group: 5 !important; -ms-flex-order: 4 !important; order: 4 !important; }
	.flex-order-xs-5 { -webkit-box-ordinal-group: 6 !important; -ms-flex-order: 5 !important; order: 5 !important; }
	.flex-shrink-xs-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; -ms-flex: 0 0 auto !important; flex: 0 0 auto !important; }
	.col-xs-0_5,
	.col-xs-1,
	.col-xs-1_5,
	.col-xs-2,
	.col-xs-2_5,
	.col-xs-3,
	.col-xs-3_5,
	.col-xs-4,
	.col-xs-4_5,
	.col-xs-5,
	.col-xs-5_5,
	.col-xs-6,
	.col-xs-6_5,
	.col-xs-7,
	.col-xs-7_5,
	.col-xs-8,
	.col-xs-8_5,
	.col-xs-9,
	.col-xs-9_5,
	.col-xs-10,
	.col-xs-10_5,
	.col-xs-11,
	.col-xs-11_5,
	.col-xs-12,
	.col-xs,
	.col-xs-auto { position: relative; width: 100%; padding-right: 5px; padding-left: 5px; }
	.col-xs { max-width: 100%; -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; }
	.col-xs-auto { width: auto; max-width: 100%; -ms-flex: 0 0 auto; flex: 0 0 auto; }
	.col-xs-0_5 { max-width: 4.166666%; -ms-flex: 0 0 4.166666%; flex: 0 0 4.166666%; }
	.col-xs-1 { max-width: 8.333333%; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; }
	.col-xs-1_5 { max-width: 12.5%; -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; }
	.col-xs-2 { max-width: 16.666667%; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; }
	.col-xs-2_5 { max-width: 20.833333%; -ms-flex: 0 0 20.833333%; flex: 0 0 20.833333%; }
	.col-xs-3 { max-width: 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; }
	.col-xs-3_5 { max-width: 29.166666%; -ms-flex: 0 0 29.166666%; flex: 0 0 29.166666%; }
	.col-xs-4 { max-width: 33.333333%; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; }
	.col-xs-4_5 { max-width: 37.5%; -ms-flex: 0 0 37.5%; flex: 0 0 37.5%; }
	.col-xs-5 { max-width: 41.666667%; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; }
	.col-xs-5_5 { max-width: 45.833333%; -ms-flex: 0 0 45.833333%; flex: 0 0 45.833333%; }
	.col-xs-6 { max-width: 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; }
	.col-xs-6_5 { max-width: 54.166666%; -ms-flex: 0 0 54.166666%; flex: 0 0 54.166666%; }
	.col-xs-7 { max-width: 58.333333%; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; }
	.col-xs-7_5 { max-width: 62.5%; -ms-flex: 0 0 62.5%; flex: 0 0 62.5%; }
	.col-xs-8 { max-width: 66.666667%; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; }
	.col-xs-8_5 { max-width: 70.833333%; -ms-flex: 0 0 70.833333%; flex: 0 0 70.833333%; }
	.col-xs-9 { max-width: 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; }
	.col-xs-9_5 { max-width: 79.166666%; -ms-flex: 0 0 79.166666%; flex: 0 0 79.166666%; }
	.col-xs-10 { max-width: 83.333333%; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; }
	.col-xs-10_5 { max-width: 87.5%; -ms-flex: 0 0 87.5%; flex: 0 0 87.5%; }
	.col-xs-11 { max-width: 91.666667%; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; }
	.col-xs-11_5 { max-width: 95.833333%; -ms-flex: 0 0 95.833333%; flex: 0 0 95.833333%; }
	.col-xs-12 { max-width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; }

	.col-row-xs-1 > * { width: 100%; }
	.col-row-xs-2 > * { width: calc((100% - (15px)) / 2); margin-right: 15px; margin-top: 15px; }
	.col-row-xs-2 > *:nth-child(2n+2) { margin-right: 0; }
	.col-row-xs-2 > *:nth-child(-n+2) { margin-top: 0; }
	.col-row-xs-3 > * { width: calc((100% - (15px * 2)) / 3); margin-right: 15px; margin-top: 15px; }
	.col-row-xs-3 > *:nth-child(3n+3) { margin-right: 0; }
	.col-row-xs-3 > *:nth-child(-n+3) { margin-top: 0; }
	.col-row-xs-4 > * { width: calc((100% - (15px * 3)) / 4); margin-right: 15px; margin-top: 15px; }
	.col-row-xs-4 > *:nth-child(4n+4) { margin-right: 0; }
	.col-row-xs-4 > *:nth-child(-n+4) { margin-top: 0; }

	/* Margin */
	.mg-xs-auto { margin: 0 auto !important; }
	.mg-xs-00 { margin: 0 !important; }
	.mg-xs-02 { margin: 2px !important; }
	.mg-xs-03 { margin: 3px !important; }
	.mg-xs-04 { margin: 4px !important; }
	.mg-xs-05 { margin: 5px !important; }
	.mg-xs-06 { margin: 6px !important; }
	.mg-xs-07 { margin: 7px !important; }
	.mg-xs-08 { margin: 8px !important; }
	.mg-xs-09 { margin: 9px !important; }
	.mg-xs-10 { margin: 10px !important; }
	.mg-xs-15 { margin: 15px !important; }
	.mg-xs-20 { margin: 20px !important; }
	.mg-xs-25 { margin: 25px !important; }
	.mg-xs-30 { margin: 30px !important; }
	.mg-xs-35 { margin: 35px !important; }
	.mg-xs-40 { margin: 40px !important; }
	.mg-xs-45 { margin: 45px !important; }
	.mg-xs-50 { margin: 50px !important; }
	.mg-xs-60 { margin: 60px !important; }
	.mg-xs-70 { margin: 70px !important; }
	.mg-xs-80 { margin: 80px !important; }
	.mg-xs-90 { margin: 90px !important; }
	.mg-xs-100 { margin: 100px !important; }

	.my-xs-00,
	.mt-xs-00 { margin-top: 0 !important; }
	.my-xs-02,
	.mt-xs-02 { margin-top: 2px !important; }
	.my-xs-03,
	.mt-xs-03 { margin-top: 3px !important; }
	.my-xs-04,
	.mt-xs-04 { margin-top: 4px !important; }
	.my-xs-05,
	.mt-xs-05 { margin-top: 5px !important; }
	.my-xs-06,
	.mt-xs-06 { margin-top: 6px !important; }
	.my-xs-07,
	.mt-xs-07 { margin-top: 7px !important; }
	.my-xs-08,
	.mt-xs-08 { margin-top: 8px !important; }
	.my-xs-09,
	.mt-xs-09 { margin-top: 9px !important; }
	.my-xs-10,
	.mt-xs-10 { margin-top: 10px !important; }
	.my-xs-15,
	.mt-xs-15 { margin-top: 15px !important; }
	.my-xs-20,
	.mt-xs-20 { margin-top: 20px !important; }
	.my-xs-25,
	.mt-xs-25 { margin-top: 25px !important; }
	.my-xs-30,
	.mt-xs-30 { margin-top: 30px !important; }
	.my-xs-35,
	.mt-xs-35 { margin-top: 35px !important; }
	.my-xs-40,
	.mt-xs-40 { margin-top: 40px !important; }
	.my-xs-45,
	.mt-xs-45 { margin-top: 45px !important; }
	.my-xs-50,
	.mt-xs-50 { margin-top: 50px !important; }
	.my-xs-60,
	.mt-xs-60 { margin-top: 60px !important; }
	.my-xs-70,
	.mt-xs-70 { margin-top: 70px !important; }
	.my-xs-80,
	.mt-xs-80 { margin-top: 80px !important; }
	.my-xs-90,
	.mt-xs-90 { margin-top: 90px !important; }
	.my-xs-100,
	.mt-xs-100 { margin-top: 100px !important; }

	.mx-xs-00,
	.mr-xs-00 { margin-right: 0 !important; }
	.mx-xs-02,
	.mr-xs-02 { margin-right: 2px !important; }
	.mx-xs-03,
	.mr-xs-03 { margin-right: 3px !important; }
	.mx-xs-04,
	.mr-xs-04 { margin-right: 4px !important; }
	.mx-xs-05,
	.mr-xs-05 { margin-right: 5px !important; }
	.mx-xs-06,
	.mr-xs-06 { margin-right: 6px !important; }
	.mx-xs-07,
	.mr-xs-07 { margin-right: 7px !important; }
	.mx-xs-08,
	.mr-xs-08 { margin-right: 8px !important; }
	.mx-xs-09,
	.mr-xs-09 { margin-right: 9px !important; }
	.mx-xs-10,
	.mr-xs-10 { margin-right: 10px !important; }
	.mx-xs-15,
	.mr-xs-15 { margin-right: 15px !important; }
	.mx-xs-20,
	.mr-xs-20 { margin-right: 20px !important; }
	.mx-xs-25,
	.mr-xs-25 { margin-right: 25px !important; }
	.mx-xs-30,
	.mr-xs-30 { margin-right: 30px !important; }
	.mx-xs-35,
	.mr-xs-35 { margin-right: 35px !important; }
	.mx-xs-40,
	.mr-xs-40 { margin-right: 40px !important; }
	.mx-xs-45,
	.mr-xs-45 { margin-right: 45px !important; }
	.mx-xs-50,
	.mr-xs-50 { margin-right: 50px !important; }
	.mx-xs-60,
	.mr-xs-60 { margin-right: 60px !important; }
	.mx-xs-70,
	.mr-xs-70 { margin-right: 70px !important; }
	.mx-xs-80,
	.mr-xs-80 { margin-right: 80px !important; }
	.mx-xs-90,
	.mr-xs-90 { margin-right: 90px !important; }
	.mx-xs-100,
	.mr-xs-100 { margin-right: 100px !important; }

	.my-xs-0,
	.mb-xs-00 { margin-bottom: 0 !important; }
	.my-xs-02,
	.mb-xs-02 { margin-bottom: 2px !important; }
	.my-xs-03,
	.mb-xs-03 { margin-bottom: 3px !important; }
	.my-xs-04,
	.mb-xs-04 { margin-bottom: 4px !important; }
	.my-xs-05,
	.mb-xs-05 { margin-bottom: 5px !important; }
	.my-xs-06,
	.mb-xs-06 { margin-bottom: 6px !important; }
	.my-xs-07,
	.mb-xs-07 { margin-bottom: 7px !important; }
	.my-xs-08,
	.mb-xs-08 { margin-bottom: 8px !important; }
	.my-xs-09,
	.mb-xs-09 { margin-bottom: 9px !important; }
	.my-xs-10,
	.mb-xs-10 { margin-bottom: 10px !important; }
	.my-xs-15,
	.mb-xs-15 { margin-bottom: 15px !important; }
	.my-xs-20,
	.mb-xs-20 { margin-bottom: 20px !important; }
	.my-xs-25,
	.mb-xs-25 { margin-bottom: 25px !important; }
	.my-xs-30,
	.mb-xs-30 { margin-bottom: 30px !important; }
	.my-xs-35,
	.mb-xs-35 { margin-bottom: 35px !important; }
	.my-xs-40,
	.mb-xs-40 { margin-bottom: 40px !important; }
	.my-xs-45,
	.mb-xs-45 { margin-bottom: 45px !important; }
	.my-xs-50,
	.mb-xs-50 { margin-bottom: 50px !important; }
	.my-xs-60,
	.mb-xs-60 { margin-bottom: 60px !important; }
	.my-xs-70,
	.mb-xs-70 { margin-bottom: 70px !important; }
	.my-xs-80,
	.mb-xs-80 { margin-bottom: 80px !important; }
	.my-xs-90,
	.mb-xs-90 { margin-bottom: 90px !important; }
	.my-xs-100,
	.mb-xs-100 { margin-bottom: 100px !important; }

	.mx-xs-00,
	.ml-xs-00 { margin-left: 0 !important; }
	.mx-xs-02,
	.ml-xs-02 { margin-left: 2px !important; }
	.mx-xs-03,
	.ml-xs-03 { margin-left: 3px !important; }
	.mx-xs-04,
	.ml-xs-04 { margin-left: 4px !important; }
	.mx-xs-05,
	.ml-xs-05 { margin-left: 5px !important; }
	.mx-xs-06,
	.ml-xs-06 { margin-left: 6px !important; }
	.mx-xs-07,
	.ml-xs-07 { margin-left: 7px !important; }
	.mx-xs-08,
	.ml-xs-08 { margin-left: 8px !important; }
	.mx-xs-09,
	.ml-xs-09 { margin-left: 9px !important; }
	.mx-xs-10,
	.ml-xs-10 { margin-left: 10px !important; }
	.mx-xs-15,
	.ml-xs-15 { margin-left: 15px !important; }
	.mx-xs-20,
	.ml-xs-20 { margin-left: 20px !important; }
	.mx-xs-25,
	.ml-xs-25 { margin-left: 25px !important; }
	.mx-xs-30,
	.ml-xs-30 { margin-left: 30px !important; }
	.mx-xs-35,
	.ml-xs-35 { margin-left: 35px !important; }
	.mx-xs-40,
	.ml-xs-40 { margin-left: 40px !important; }
	.mx-xs-45,
	.ml-xs-45 { margin-left: 45px !important; }
	.mx-xs-50,
	.ml-xs-50 { margin-left: 50px !important; }
	.mx-xs-60,
	.ml-xs-60 { margin-left: 60px !important; }
	.mx-xs-70,
	.ml-xs-70 { margin-left: 70px !important; }
	.mx-xs-80,
	.ml-xs-80 { margin-left: 80px !important; }
	.mx-xs-90,
	.ml-xs-90 { margin-left: 90px !important; }
	.mx-xs-100,
	.ml-xs-100 { margin-left: 100px !important; }

	.mt-xs-negative1 { margin-top: -1px !important; }
	.mt-xs-negative2 { margin-top: -2px !important; }
	.mt-xs-negative3 { margin-top: -3px !important; }
	.mt-xs-negative4 { margin-top: -4px !important; }
	.mt-xs-negative5 { margin-top: -5px !important; }

	.mr-xs-negative1 { margin-right: -1px !important; }
	.mr-xs-negative2 { margin-right: -2px !important; }
	.mr-xs-negative3 { margin-right: -3px !important; }
	.mr-xs-negative4 { margin-right: -4px !important; }
	.mr-xs-negative5 { margin-right: -5px !important; }

	.mb-xs-negative1 { margin-bottom: -1px !important; }
	.mb-xs-negative2 { margin-bottom: -2px !important; }
	.mb-xs-negative3 { margin-bottom: -3px !important; }
	.mb-xs-negative4 { margin-bottom: -4px !important; }
	.mb-xs-negative5 { margin-bottom: -5px !important; }

	.ml-xs-negative1 { margin-left: -1px !important; }
	.ml-xs-negative2 { margin-left: -2px !important; }
	.ml-xs-negative3 { margin-left: -3px !important; }
	.ml-xs-negative4 { margin-left: -4px !important; }
	.ml-xs-negative5 { margin-left: -5px !important; }


	/* Padding */
	.pd-xs-00 { padding: 0 !important; }
	.pd-xs-02 { padding: 2px !important; }
	.pd-xs-03 { padding: 3px !important; }
	.pd-xs-04 { padding: 4px !important; }
	.pd-xs-05 { padding: 5px !important; }
	.pd-xs-06 { padding: 6px !important; }
	.pd-xs-07 { padding: 7px !important; }
	.pd-xs-08 { padding: 8px !important; }
	.pd-xs-09 { padding: 9px !important; }
	.pd-xs-10 { padding: 10px !important; }
	.pd-xs-15 { padding: 15px !important; }
	.pd-xs-20 { padding: 20px !important; }
	.pd-xs-25 { padding: 25px !important; }
	.pd-xs-30 { padding: 30px !important; }
	.pd-xs-35 { padding: 35px !important; }
	.pd-xs-40 { padding: 40px !important; }
	.pd-xs-45 { padding: 45px !important; }
	.pd-xs-50 { padding: 50px !important; }
	.pd-xs-60 { padding: 60px !important; }
	.pd-xs-70 { padding: 70px !important; }
	.pd-xs-80 { padding: 80px !important; }
	.pd-xs-90 { padding: 90px !important; }
	.pd-xs-100 { padding: 100px !important; }

	.py-xs-00,
	.pt-xs-00 { padding-top: 0 !important; }
	.py-xs-02,
	.pt-xs-02 { padding-top: 2px !important; }
	.py-xs-03,
	.pt-xs-03 { padding-top: 3px !important; }
	.py-xs-04,
	.pt-xs-04 { padding-top: 4px !important; }
	.py-xs-05,
	.pt-xs-05 { padding-top: 5px !important; }
	.py-xs-06,
	.pt-xs-06 { padding-top: 6px !important; }
	.py-xs-07,
	.pt-xs-07 { padding-top: 7px !important; }
	.py-xs-08,
	.pt-xs-08 { padding-top: 8px !important; }
	.py-xs-09,
	.pt-xs-09 { padding-top: 9px !important; }
	.py-xs-10,
	.pt-xs-10 { padding-top: 10px !important; }
	.py-xs-15,
	.pt-xs-15 { padding-top: 15px !important; }
	.py-xs-20,
	.pt-xs-20 { padding-top: 20px !important; }
	.py-xs-25,
	.pt-xs-25 { padding-top: 25px !important; }
	.py-xs-30,
	.pt-xs-30 { padding-top: 30px !important; }
	.py-xs-35,
	.pt-xs-35 { padding-top: 35px !important; }
	.py-xs-40,
	.pt-xs-40 { padding-top: 40px !important; }
	.py-xs-45,
	.pt-xs-45 { padding-top: 45px !important; }
	.py-xs-50,
	.pt-xs-50 { padding-top: 50px !important; }
	.py-xs-60,
	.pt-xs-60 { padding-top: 60px !important; }
	.py-xs-70,
	.pt-xs-70 { padding-top: 70px !important; }
	.py-xs-80,
	.pt-xs-80 { padding-top: 80px !important; }
	.py-xs-90,
	.pt-xs-90 { padding-top: 90px !important; }
	.py-xs-100,
	.pt-xs-100 { padding-top: 100px !important; }

	.px-xs-00,
	.pr-xs-00 { padding-right: 0 !important; }
	.px-xs-02,
	.pr-xs-02 { padding-right: 2px !important; }
	.px-xs-03,
	.pr-xs-03 { padding-right: 3px !important; }
	.px-xs-04,
	.pr-xs-04 { padding-right: 4px !important; }
	.px-xs-05,
	.pr-xs-05 { padding-right: 5px !important; }
	.px-xs-06,
	.pr-xs-06 { padding-right: 9px !important; }
	.px-xs-07,
	.pr-xs-07 { padding-right: 7px !important; }
	.px-xs-08,
	.pr-xs-08 { padding-right: 8px !important; }
	.px-xs-09,
	.pr-xs-09 { padding-right: 9px !important; }
	.px-xs-10,
	.pr-xs-10 { padding-right: 10px !important; }
	.px-xs-15,
	.pr-xs-15 { padding-right: 15px !important; }
	.px-xs-20,
	.pr-xs-20 { padding-right: 20px !important; }
	.px-xs-25,
	.pr-xs-25 { padding-right: 25px !important; }
	.px-xs-30,
	.pr-xs-30 { padding-right: 30px !important; }
	.px-xs-35,
	.pr-xs-35 { padding-right: 35px !important; }
	.px-xs-40,
	.pr-xs-40 { padding-right: 40px !important; }
	.px-xs-45,
	.pr-xs-45 { padding-right: 45px !important; }
	.px-xs-50,
	.pr-xs-50 { padding-right: 50px !important; }
	.px-xs-60,
	.pr-xs-60 { padding-right: 60px !important; }
	.px-xs-70,
	.pr-xs-70 { padding-right: 70px !important; }
	.px-xs-80,
	.pr-xs-80 { padding-right: 80px !important; }
	.px-xs-90,
	.pr-xs-90 { padding-right: 90px !important; }
	.px-xs-100,
	.pr-xs-100 { padding-right: 100px !important; }

	.py-xs-00,
	.pb-xs-00 { padding-bottom: 0 !important; }
	.py-xs-02,
	.pb-xs-02 { padding-bottom: 2px !important; }
	.py-xs-03,
	.pb-xs-03 { padding-bottom: 3px !important; }
	.py-xs-04,
	.pb-xs-04 { padding-bottom: 4px !important; }
	.py-xs-05,
	.pb-xs-05 { padding-bottom: 5px !important; }
	.py-xs-06,
	.pb-xs-06 { padding-bottom: 6px !important; }
	.py-xs-07,
	.pb-xs-07 { padding-bottom: 7px !important; }
	.py-xs-08,
	.pb-xs-08 { padding-bottom: 8px !important; }
	.py-xs-09,
	.pb-xs-09 { padding-bottom: 9px !important; }
	.py-xs-10,
	.pb-xs-10 { padding-bottom: 10px !important; }
	.py-xs-15,
	.pb-xs-15 { padding-bottom: 15px !important; }
	.py-xs-20,
	.pb-xs-20 { padding-bottom: 20px !important; }
	.py-xs-25,
	.pb-xs-25 { padding-bottom: 25px !important; }
	.py-xs-30,
	.pb-xs-30 { padding-bottom: 30px !important; }
	.py-xs-35,
	.pb-xs-35 { padding-bottom: 35px !important; }
	.py-xs-40,
	.pb-xs-40 { padding-bottom: 40px !important; }
	.py-xs-45,
	.pb-xs-45 { padding-bottom: 45px !important; }
	.py-xs-50,
	.pb-xs-50 { padding-bottom: 50px !important; }
	.py-xs-60,
	.pb-xs-60 { padding-bottom: 60px !important; }
	.py-xs-70,
	.pb-xs-70 { padding-bottom: 70px !important; }
	.py-xs-80,
	.pb-xs-80 { padding-bottom: 80px !important; }
	.py-xs-90,
	.pb-xs-90 { padding-bottom: 90px !important; }
	.py-xs-100,
	.pb-xs-100 { padding-bottom: 100px !important; }

	.px-xs-00,
	.pl-xs-00 { padding-left: 0 !important; }
	.px-xs-02,
	.pl-xs-02 { padding-left: 2px !important; }
	.px-xs-03,
	.pl-xs-03 { padding-left: 3px !important; }
	.px-xs-04,
	.pl-xs-04 { padding-left: 4px !important; }
	.px-xs-05,
	.pl-xs-05 { padding-left: 5px !important; }
	.px-xs-06,
	.pl-xs-06 { padding-left: 6px !important; }
	.px-xs-07,
	.pl-xs-07 { padding-left: 7px !important; }
	.px-xs-08,
	.pl-xs-08 { padding-left: 8px !important; }
	.px-xs-09,
	.pl-xs-09 { padding-left: 9px !important; }
	.px-xs-10,
	.pl-xs-10 { padding-left: 10px !important; }
	.px-xs-15,
	.pl-xs-15 { padding-left: 15px !important; }
	.px-xs-20,
	.pl-xs-20 { padding-left: 20px !important; }
	.px-xs-25,
	.pl-xs-25 { padding-left: 25px !important; }
	.px-xs-30,
	.pl-xs-30 { padding-left: 30px !important; }
	.px-xs-35,
	.pl-xs-35 { padding-left: 35px !important; }
	.px-xs-40,
	.pl-xs-40 { padding-left: 40px !important; }
	.px-xs-45,
	.pl-xs-45 { padding-left: 45px !important; }
	.px-xs-50,
	.pl-xs-50 { padding-left: 50px !important; }
	.px-xs-60,
	.pl-xs-60 { padding-left: 60px !important; }
	.px-xs-70,
	.pl-xs-70 { padding-left: 70px !important; }
	.px-xs-80,
	.pl-xs-80 { padding-left: 80px !important; }
	.px-xs-90,
	.pl-xs-90 { padding-left: 90px !important; }
	.px-xs-100,
	.pl-xs-100 { padding-left: 100px !important; }

	/* Width / Height */
	.wd-xs-00 { width: 0 !important; }
	.wd-xs-auto { width: auto !important; }
	.wp-xs-100 { width: 100% !important; }
	.hi-xs-0 { height: 0 !important; }
	.hi-xs-auto { height: auto !important; }
	.hp-xs-100 { height: 100% !important; }

	.wp-xs-5 { width: 5% !important; }
	.wp-xs-10 { width: 10% !important; }
	.wp-xs-15 { width: 15% !important; }
	.wp-xs-16 { width: 16.6% !important; }
	.wp-xs-20 { width: 20% !important; }
	.wp-xs-25 { width: 25% !important; }
	.wp-xs-30 { width: 30% !important; }
	.wp-xs-33 { width: 33.3% !important; }
	.wp-xs-35 { width: 35% !important; }
	.wp-xs-40 { width: 40% !important; }
	.wp-xs-45 { width: 45% !important; }
	.wp-xs-50 { width: 50% !important; }
	.wp-xs-55 { width: 55% !important; }
	.wp-xs-60 { width: 60% !important; }
	.wp-xs-65 { width: 65% !important; }
	.wp-xs-70 { width: 70% !important; }
	.wp-xs-75 { width: 75% !important; }
	.wp-xs-80 { width: 80% !important; }
	.wp-xs-85 { width: 85% !important; }
	.wp-xs-90 { width: 90% !important; }
	.wp-xs-95 { width: 95% !important; }

	.wd-xs-03 { width: 3px !important; }
	.wd-xs-05 { width: 5px !important; }
	.wd-xs-10 { width: 10px !important; }
	.wd-xs-15 { width: 15px !important; }
	.wd-xs-20 { width: 20px !important; }
	.wd-xs-25 { width: 25px !important; }
	.wd-xs-30 { width: 30px !important; }
	.wd-xs-35 { width: 35px !important; }
	.wd-xs-40 { width: 40px !important; }
	.wd-xs-45 { width: 45px !important; }
	.wd-xs-50 { width: 50px !important; }
	.wd-xs-55 { width: 55px !important; }
	.wd-xs-60 { width: 60px !important; }
	.wd-xs-65 { width: 65px !important; }
	.wd-xs-70 { width: 70px !important; }
	.wd-xs-75 { width: 75px !important; }
	.wd-xs-80 { width: 80px !important; }
	.wd-xs-85 { width: 85px !important; }
	.wd-xs-90 { width: 90px !important; }
	.wd-xs-95 { width: 95px !important; }
	.wd-xs-100 { width: 100px !important; }
	.wd-xs-110 { width: 110px !important; }
	.wd-xs-115 { width: 115px !important; }
	.wd-xs-120 { width: 120px !important; }
	.wd-xs-125 { width: 125px !important; }
	.wd-xs-130 { width: 130px !important; }
	.wd-xs-135 { width: 135px !important; }
	.wd-xs-150 { width: 150px !important; }
	.wd-xs-160 { width: 160px !important; }
	.wd-xs-170 { width: 170px !important; }
	.wd-xs-180 { width: 180px !important; }
	.wd-xs-190 { width: 190px !important; }
	.wd-xs-200 { width: 200px !important; }
	.wd-xs-250 { width: 250px !important; }
	.wd-xs-300 { width: 300px !important; }
	.wd-xs-350 { width: 350px !important; }
	.wd-xs-400 { width: 400px !important; }
	.wd-xs-450 { width: 450px !important; }
	.wd-xs-500 { width: 500px !important; }
}