/* ********************************************************************************* *
* 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: inherit; font-size: 100%; vertical-align: baseline; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { display: block; }
body { line-height: 1; }
ol,
ul { list-style: none; }
blockquote,
q { quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after { 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 { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; vertical-align: top; }
button,
[type=button],
[type=submit] { padding: 0; border: 0; background-color: transparent; color: inherit; font: inherit; }
button,
label,
[type=button],
[type=reset],
[type=submit],
[type=checkbox],
[type=radio],
.clickable { cursor: pointer; -webkit-tap-highlight-color: transparent; }
button:disabled { cursor: default; }
select { appearance: none; margin: 0; padding: 0; padding-right: 35px; border: 0; border-radius: 0; background: url("data:image/svg+xml,%3Csvg xmlns=!string!viewBox=!string!width=!string!height=!string!%3E%3Cpath fill=!string!d=!string!/%3E%3Cpath d=!string!fill=!string!/%3E%3C/svg%3E") #fff no-repeat right 0 center; color: inherit; font: inherit; letter-spacing: 0; }
textarea { resize: none; }
html,
body { height: 100%; min-height: 100%; }
.wrap { display: flex; flex-direction: column; min-height: 100%; }
.content_body { flex: 1 1 auto; }
.footer { flex: 0 0 auto; }

/* ********************************************************************************* *
* Common
* ********************************************************************************* */
.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; }
.noscroll { -webkit-overflow-scrolling: none; overflow: hidden !important; overscroll-behavior: none; touch-action: none; }
.clear { float: none !important; clear: both; }
.clearfix:before,
.clearfix:after { display: block; content: ""; line-height: 0; }
.clearfix:after { clear: both; }
input,
textarea,
select { min-height: 35px; border: 1px solid #ddd; font: inherit; -webkit-tap-highlight-color: transparent; }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { color: #666; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { color: #666; }
input::-ms-input-placeholder,
textarea::-ms-input-placeholder { color: #666; }
input::placeholder,
textarea::placeholder { color: #666; }
th,
td { vertical-align: middle; }
legend,
caption { z-index: -1; position: absolute; top: -9999px; left: -9999px; margin: 0; padding: 0; overflow: hidden; font-size: 0; line-height: 0; }
.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; }
.mt-negative1 { margin-top: -1px; }
.mt-negative2 { margin-top: -2px; }
.mt-negative3 { margin-top: -3px; }
.mt-negative4 { margin-top: -4px; }
.mr-negative1 { margin-right: -1px; }
.mr-negative2 { margin-right: -2px; }
.mr-negative3 { margin-right: -3px; }
.mr-negative4 { margin-right: -4px; }
.mb-negative1 { margin-bottom: -1px; }
.mb-negative2 { margin-bottom: -2px; }
.mb-negative3 { margin-bottom: -3px; }
.mb-negative4 { margin-bottom: -4px; }
.ml-negative1 { margin-left: -1px; }
.ml-negative2 { margin-left: -2px; }
.ml-negative3 { margin-left: -3px; }
.ml-negative4 { margin-left: -4px; }
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm { width: 100%; margin-right: auto; margin-left: auto; padding-right: var(--container_padding); padding-left: var(--container_padding); }
.row { display: flex; flex-wrap: wrap; margin-right: calc(var(--row_padding15) * -1); margin-left: calc(var(--row_padding15) * -1); }
.row > * { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: var(--row_padding15); padding-left: var(--row_padding15); }
.row.row-type2_5 { margin-right: calc(var(--row_padding2_5) * -1); margin-left: calc(var(--row_padding2_5) * -1); }
.row.row-type2_5 > * { padding-right: var(--row_padding2_5); padding-left: var(--row_padding2_5); }
.row.row-type5 { margin-right: calc(var(--row_padding5) * -1); margin-left: calc(var(--row_padding5) * -1); }
.row.row-type5 > * { padding-right: var(--row_padding5); padding-left: var(--row_padding5); }
.row.row-type7_5 { margin-right: calc(var(--row_padding7_5) * -1); margin-left: calc(var(--row_padding7_5) * -1); }
.row.row-type7_5 > * { padding-right: var(--row_padding7_5); padding-left: var(--row_padding7_5); }
.row.row-type10 { margin-right: calc(var(--row_padding10) * -1); margin-left: calc(var(--row_padding10) * -1); }
.row.row-type10 > * { padding-right: var(--row_padding10); padding-left: var(--row_padding10); }
.row.row-type12_5 { margin-right: calc(var(--row_padding12_5) * -1); margin-left: calc(var(--row_padding12_5) * -1); }
.row.row-type12_5 > * { padding-right: var(--row_padding12_5); padding-left: var(--row_padding12_5); }
.row.row-type15 { margin-right: calc(var(--row_padding15) * -1); margin-left: calc(var(--row_padding15) * -1); }
.row.row-type15 > * { padding-right: var(--row_padding15); padding-left: var(--row_padding15); }
.row.row-type17_5 { margin-right: calc(var(--row_padding17_5) * -1); margin-left: calc(var(--row_padding17_5) * -1); }
.row.row-type17_5 > * { padding-right: var(--row_padding17_5); padding-left: var(--row_padding17_5); }
.row.row-type20 { margin-right: calc(var(--row_padding20) * -1); margin-left: calc(var(--row_padding20) * -1); }
.row.row-type20 > * { padding-right: var(--row_padding20); padding-left: var(--row_padding20); }
.row.row-type22_5 { margin-right: calc(var(--row_padding22_5) * -1); margin-left: calc(var(--row_padding22_5) * -1); }
.row.row-type22_5 > * { padding-right: var(--row_padding22_5); padding-left: var(--row_padding22_5); }
.row.row-type25 { margin-right: calc(var(--row_padding25) * -1); margin-left: calc(var(--row_padding25) * -1); }
.row.row-type25 > * { padding-right: var(--row_padding25); padding-left: var(--row_padding25); }
.row.row-type27_5 { margin-right: calc(var(--row_padding27_5) * -1); margin-left: calc(var(--row_padding27_5) * -1); }
.row.row-type27_5 > * { padding-right: var(--row_padding27_5); padding-left: var(--row_padding27_5); }
.row.row-type30 { margin-right: calc(var(--row_padding30) * -1); margin-left: calc(var(--row_padding30) * -1); }
.row.row-type30 > * { padding-right: var(--row_padding30); padding-left: var(--row_padding30); }
.row.row-type40 { margin-right: calc(var(--row_padding40) * -1); margin-left: calc(var(--row_padding40) * -1); }
.row.row-type40 > * { padding-right: var(--row_padding40); padding-left: var(--row_padding40); }
.row.row-type50 { margin-right: calc(var(--row_padding50) * -1); margin-left: calc(var(--row_padding50) * -1); }
.row.row-type50 > * { padding-right: var(--row_padding50); padding-left: var(--row_padding50); }
.visible-hide { visibility: hidden !important; }
.visible-show { visibility: visible !important; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.align-top { vertical-align: top !important; }
.align-middle { vertical-align: middle !important; }
.align-bottom { vertical-align: bottom !important; }
.text-uppercase { text-transform: uppercase !important; }
.text-lowercase { text-transform: lowercase !important; }
.font-weight-light { font-weight: 300 !important; }
.font-weight-normal { font-weight: 400 !important; }
.font-weight-medium { font-weight: 500 !important; }
.font-weight-bold { font-weight: bold !important; }
.text-small { font-size: 85% !important; }
.text-large { font-size: 115% !important; }
.text-blind { text-indent: -9999px !important; }
.text-decoration-underline { text-decoration: underline !important; }
.text-nowrap { white-space: nowrap !important; }
.border-0 { 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; }
.row-cols-auto > * { flex: 0 0 auto; width: auto; }
.row-cols-1 > * { flex: 0 0 auto; width: 100%; }
.row-cols-2 > * { flex: 0 0 auto; width: 50%; }
.row-cols-3 > * { flex: 0 0 auto; width: 33.3333333333%; }
.row-cols-4 > * { flex: 0 0 auto; width: 25%; }
.row-cols-5 > * { flex: 0 0 auto; width: 20%; }
.row-cols-6 > * { flex: 0 0 auto; width: 16.6666666667%; }
.offset-0 { margin-left: 0; }
.offset-1 { margin-left: 8.33333333%; }
.offset-2 { margin-left: 16.66666667%; }
.offset-3 { margin-left: 25%; }
.offset-4 { margin-left: 33.33333333%; }
.offset-5 { margin-left: 41.66666667%; }
.offset-6 { margin-left: 50%; }
.offset-7 { margin-left: 58.33333333%; }
.offset-8 { margin-left: 66.66666667%; }
.offset-9 { margin-left: 75%; }
.offset-10 { margin-left: 83.33333333%; }
.offset-11 { margin-left: 91.66666667%; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-block { display: block !important; }
.d-grid { display: grid !important; }
.d-inline-grid { display: inline-grid !important; }
.d-table { display: table !important; }
.d-table-row { display: table-row !important; }
.d-table-cell { display: table-cell !important; }
.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }
.d-none { display: none !important; }
.flex-fill { flex: 1 1 auto !important; }
.flex-row { flex-direction: row !important; }
.flex-column { flex-direction: column !important; }
.flex-row-reverse { flex-direction: row-reverse !important; }
.flex-column-reverse { flex-direction: column-reverse !important; }
.flex-grow-0 { flex-grow: 0 !important; }
.flex-grow-1 { flex-grow: 1 !important; }
.flex-shrink-0 { flex-shrink: 0 !important; }
.flex-shrink-1 { flex-shrink: 1 !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-nowrap { flex-wrap: nowrap !important; }
.flex-wrap-reverse { flex-wrap: wrap-reverse !important; }
.justify-content-start { justify-content: flex-start !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-around { justify-content: space-around !important; }
.justify-content-evenly { justify-content: space-evenly !important; }
.align-items-start { align-items: flex-start !important; }
.align-items-end { align-items: flex-end !important; }
.align-items-center { align-items: center !important; }
.align-items-baseline { align-items: baseline !important; }
.align-items-stretch { align-items: stretch !important; }
.align-content-start { align-content: flex-start !important; }
.align-content-end { align-content: flex-end !important; }
.align-content-center { align-content: center !important; }
.align-content-between { align-content: space-between !important; }
.align-content-around { align-content: space-around !important; }
.align-content-stretch { align-content: stretch !important; }
.align-self-auto { align-self: auto !important; }
.align-self-start { align-self: flex-start !important; }
.align-self-end { align-self: flex-end !important; }
.align-self-center { align-self: center !important; }
.align-self-baseline { align-self: baseline !important; }
.align-self-stretch { align-self: stretch !important; }
.order-first { order: -1 !important; }
.order-0 { order: 0 !important; }
.order-1 { order: 1 !important; }
.order-2 { order: 2 !important; }
.order-3 { order: 3 !important; }
.order-4 { order: 4 !important; }
.order-5 { order: 5 !important; }
.order-last { order: 6 !important; }
.min-width-auto { min-width: auto !important; }
.border-radius-0 { border-radius: 0 !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-justify { text-align: justify !important; }
.mt-auto { margin-top: auto !important; }
.mr-auto { margin-right: auto !important; }
.mb-auto { margin-bottom: auto !important; }
.ml-auto { margin-left: auto !important; }
.mt-00 { margin-top: 0rem !important; }
.mt-05 { margin-top: 0.5rem !important; }
.mt-10 { margin-top: 1rem !important; }
.mt-15 { margin-top: 1.5rem !important; }
.mt-20 { margin-top: 2rem !important; }
.mt-25 { margin-top: 2.5rem !important; }
.mt-30 { margin-top: 3rem !important; }
.mt-35 { margin-top: 3.5rem !important; }
.mt-40 { margin-top: 4rem !important; }
.mt-45 { margin-top: 4.5rem !important; }
.mt-50 { margin-top: 5rem !important; }
.mt-55 { margin-top: 5.5rem !important; }
.mt-60 { margin-top: 6rem !important; }
.mt-65 { margin-top: 6.5rem !important; }
.mt-70 { margin-top: 7rem !important; }
.mt-75 { margin-top: 7.5rem !important; }
.mt-80 { margin-top: 8rem !important; }
.mt-85 { margin-top: 8.5rem !important; }
.mt-90 { margin-top: 9rem !important; }
.mt-95 { margin-top: 9.5rem !important; }
.mt-100 { margin-top: 10rem !important; }
.mt-105 { margin-top: 10.5rem !important; }
.mt-110 { margin-top: 11rem !important; }
.mt-115 { margin-top: 11.5rem !important; }
.mt-120 { margin-top: 12rem !important; }
.mt-125 { margin-top: 12.5rem !important; }
.mr-00 { margin-right: 0rem !important; }
.mr-05 { margin-right: 0.5rem !important; }
.mr-10 { margin-right: 1rem !important; }
.mr-15 { margin-right: 1.5rem !important; }
.mr-20 { margin-right: 2rem !important; }
.mr-25 { margin-right: 2.5rem !important; }
.mr-30 { margin-right: 3rem !important; }
.mr-35 { margin-right: 3.5rem !important; }
.mr-40 { margin-right: 4rem !important; }
.mr-45 { margin-right: 4.5rem !important; }
.mr-50 { margin-right: 5rem !important; }
.mr-55 { margin-right: 5.5rem !important; }
.mr-60 { margin-right: 6rem !important; }
.mr-65 { margin-right: 6.5rem !important; }
.mr-70 { margin-right: 7rem !important; }
.mr-75 { margin-right: 7.5rem !important; }
.mr-80 { margin-right: 8rem !important; }
.mr-85 { margin-right: 8.5rem !important; }
.mr-90 { margin-right: 9rem !important; }
.mr-95 { margin-right: 9.5rem !important; }
.mr-100 { margin-right: 10rem !important; }
.mr-105 { margin-right: 10.5rem !important; }
.mr-110 { margin-right: 11rem !important; }
.mr-115 { margin-right: 11.5rem !important; }
.mr-120 { margin-right: 12rem !important; }
.mr-125 { margin-right: 12.5rem !important; }
.mb-00 { margin-bottom: 0rem !important; }
.mb-05 { margin-bottom: 0.5rem !important; }
.mb-10 { margin-bottom: 1rem !important; }
.mb-15 { margin-bottom: 1.5rem !important; }
.mb-20 { margin-bottom: 2rem !important; }
.mb-25 { margin-bottom: 2.5rem !important; }
.mb-30 { margin-bottom: 3rem !important; }
.mb-35 { margin-bottom: 3.5rem !important; }
.mb-40 { margin-bottom: 4rem !important; }
.mb-45 { margin-bottom: 4.5rem !important; }
.mb-50 { margin-bottom: 5rem !important; }
.mb-55 { margin-bottom: 5.5rem !important; }
.mb-60 { margin-bottom: 6rem !important; }
.mb-65 { margin-bottom: 6.5rem !important; }
.mb-70 { margin-bottom: 7rem !important; }
.mb-75 { margin-bottom: 7.5rem !important; }
.mb-80 { margin-bottom: 8rem !important; }
.mb-85 { margin-bottom: 8.5rem !important; }
.mb-90 { margin-bottom: 9rem !important; }
.mb-95 { margin-bottom: 9.5rem !important; }
.mb-100 { margin-bottom: 10rem !important; }
.mb-105 { margin-bottom: 10.5rem !important; }
.mb-110 { margin-bottom: 11rem !important; }
.mb-115 { margin-bottom: 11.5rem !important; }
.mb-120 { margin-bottom: 12rem !important; }
.mb-125 { margin-bottom: 12.5rem !important; }
.ml-00 { margin-left: 0rem !important; }
.ml-05 { margin-left: 0.5rem !important; }
.ml-10 { margin-left: 1rem !important; }
.ml-15 { margin-left: 1.5rem !important; }
.ml-20 { margin-left: 2rem !important; }
.ml-25 { margin-left: 2.5rem !important; }
.ml-30 { margin-left: 3rem !important; }
.ml-35 { margin-left: 3.5rem !important; }
.ml-40 { margin-left: 4rem !important; }
.ml-45 { margin-left: 4.5rem !important; }
.ml-50 { margin-left: 5rem !important; }
.ml-55 { margin-left: 5.5rem !important; }
.ml-60 { margin-left: 6rem !important; }
.ml-65 { margin-left: 6.5rem !important; }
.ml-70 { margin-left: 7rem !important; }
.ml-75 { margin-left: 7.5rem !important; }
.ml-80 { margin-left: 8rem !important; }
.ml-85 { margin-left: 8.5rem !important; }
.ml-90 { margin-left: 9rem !important; }
.ml-95 { margin-left: 9.5rem !important; }
.ml-100 { margin-left: 10rem !important; }
.ml-105 { margin-left: 10.5rem !important; }
.ml-110 { margin-left: 11rem !important; }
.ml-115 { margin-left: 11.5rem !important; }
.ml-120 { margin-left: 12rem !important; }
.ml-125 { margin-left: 12.5rem !important; }
.pt-00 { padding-top: 0rem !important; }
.pt-05 { padding-top: 0.5rem !important; }
.pt-10 { padding-top: 1rem !important; }
.pt-15 { padding-top: 1.5rem !important; }
.pt-20 { padding-top: 2rem !important; }
.pt-25 { padding-top: 2.5rem !important; }
.pt-30 { padding-top: 3rem !important; }
.pt-35 { padding-top: 3.5rem !important; }
.pt-40 { padding-top: 4rem !important; }
.pt-45 { padding-top: 4.5rem !important; }
.pt-50 { padding-top: 5rem !important; }
.pt-55 { padding-top: 5.5rem !important; }
.pt-60 { padding-top: 6rem !important; }
.pt-65 { padding-top: 6.5rem !important; }
.pt-70 { padding-top: 7rem !important; }
.pt-75 { padding-top: 7.5rem !important; }
.pt-80 { padding-top: 8rem !important; }
.pt-85 { padding-top: 8.5rem !important; }
.pt-90 { padding-top: 9rem !important; }
.pt-95 { padding-top: 9.5rem !important; }
.pt-100 { padding-top: 10rem !important; }
.pt-105 { padding-top: 10.5rem !important; }
.pt-110 { padding-top: 11rem !important; }
.pt-115 { padding-top: 11.5rem !important; }
.pt-120 { padding-top: 12rem !important; }
.pt-125 { padding-top: 12.5rem !important; }
.pr-00 { padding-right: 0rem !important; }
.pr-05 { padding-right: 0.5rem !important; }
.pr-10 { padding-right: 1rem !important; }
.pr-15 { padding-right: 1.5rem !important; }
.pr-20 { padding-right: 2rem !important; }
.pr-25 { padding-right: 2.5rem !important; }
.pr-30 { padding-right: 3rem !important; }
.pr-35 { padding-right: 3.5rem !important; }
.pr-40 { padding-right: 4rem !important; }
.pr-45 { padding-right: 4.5rem !important; }
.pr-50 { padding-right: 5rem !important; }
.pr-55 { padding-right: 5.5rem !important; }
.pr-60 { padding-right: 6rem !important; }
.pr-65 { padding-right: 6.5rem !important; }
.pr-70 { padding-right: 7rem !important; }
.pr-75 { padding-right: 7.5rem !important; }
.pr-80 { padding-right: 8rem !important; }
.pr-85 { padding-right: 8.5rem !important; }
.pr-90 { padding-right: 9rem !important; }
.pr-95 { padding-right: 9.5rem !important; }
.pr-100 { padding-right: 10rem !important; }
.pr-105 { padding-right: 10.5rem !important; }
.pr-110 { padding-right: 11rem !important; }
.pr-115 { padding-right: 11.5rem !important; }
.pr-120 { padding-right: 12rem !important; }
.pr-125 { padding-right: 12.5rem !important; }
.pb-00 { padding-bottom: 0rem !important; }
.pb-05 { padding-bottom: 0.5rem !important; }
.pb-10 { padding-bottom: 1rem !important; }
.pb-15 { padding-bottom: 1.5rem !important; }
.pb-20 { padding-bottom: 2rem !important; }
.pb-25 { padding-bottom: 2.5rem !important; }
.pb-30 { padding-bottom: 3rem !important; }
.pb-35 { padding-bottom: 3.5rem !important; }
.pb-40 { padding-bottom: 4rem !important; }
.pb-45 { padding-bottom: 4.5rem !important; }
.pb-50 { padding-bottom: 5rem !important; }
.pb-55 { padding-bottom: 5.5rem !important; }
.pb-60 { padding-bottom: 6rem !important; }
.pb-65 { padding-bottom: 6.5rem !important; }
.pb-70 { padding-bottom: 7rem !important; }
.pb-75 { padding-bottom: 7.5rem !important; }
.pb-80 { padding-bottom: 8rem !important; }
.pb-85 { padding-bottom: 8.5rem !important; }
.pb-90 { padding-bottom: 9rem !important; }
.pb-95 { padding-bottom: 9.5rem !important; }
.pb-100 { padding-bottom: 10rem !important; }
.pb-105 { padding-bottom: 10.5rem !important; }
.pb-110 { padding-bottom: 11rem !important; }
.pb-115 { padding-bottom: 11.5rem !important; }
.pb-120 { padding-bottom: 12rem !important; }
.pb-125 { padding-bottom: 12.5rem !important; }
.pl-00 { padding-left: 0rem !important; }
.pl-05 { padding-left: 0.5rem !important; }
.pl-10 { padding-left: 1rem !important; }
.pl-15 { padding-left: 1.5rem !important; }
.pl-20 { padding-left: 2rem !important; }
.pl-25 { padding-left: 2.5rem !important; }
.pl-30 { padding-left: 3rem !important; }
.pl-35 { padding-left: 3.5rem !important; }
.pl-40 { padding-left: 4rem !important; }
.pl-45 { padding-left: 4.5rem !important; }
.pl-50 { padding-left: 5rem !important; }
.pl-55 { padding-left: 5.5rem !important; }
.pl-60 { padding-left: 6rem !important; }
.pl-65 { padding-left: 6.5rem !important; }
.pl-70 { padding-left: 7rem !important; }
.pl-75 { padding-left: 7.5rem !important; }
.pl-80 { padding-left: 8rem !important; }
.pl-85 { padding-left: 8.5rem !important; }
.pl-90 { padding-left: 9rem !important; }
.pl-95 { padding-left: 9.5rem !important; }
.pl-100 { padding-left: 10rem !important; }
.pl-105 { padding-left: 10.5rem !important; }
.pl-110 { padding-left: 11rem !important; }
.pl-115 { padding-left: 11.5rem !important; }
.pl-120 { padding-left: 12rem !important; }
.pl-125 { padding-left: 12.5rem !important; }
.wp-05 { width: 5% !important; }
.wp-10 { width: 10% !important; }
.wp-15 { width: 15% !important; }
.wp-20 { width: 20% !important; }
.wp-25 { width: 25% !important; }
.wp-30 { width: 30% !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; }
.wp-100 { width: 100% !important; }
.wd-auto { width: auto !important; }
.wd-00 { width: 0rem !important; }
.wd-05 { width: 0.5rem !important; }
.wd-10 { width: 1rem !important; }
.wd-15 { width: 1.5rem !important; }
.wd-20 { width: 2rem !important; }
.wd-25 { width: 2.5rem !important; }
.wd-30 { width: 3rem !important; }
.wd-35 { width: 3.5rem !important; }
.wd-40 { width: 4rem !important; }
.wd-45 { width: 4.5rem !important; }
.wd-50 { width: 5rem !important; }
.wd-55 { width: 5.5rem !important; }
.wd-60 { width: 6rem !important; }
.wd-65 { width: 6.5rem !important; }
.wd-70 { width: 7rem !important; }
.wd-75 { width: 7.5rem !important; }
.wd-80 { width: 8rem !important; }
.wd-85 { width: 8.5rem !important; }
.wd-90 { width: 9rem !important; }
.wd-95 { width: 9.5rem !important; }
.wd-100 { width: 10rem !important; }
.wd-105 { width: 10.5rem !important; }
.wd-110 { width: 11rem !important; }
.wd-115 { width: 11.5rem !important; }
.wd-120 { width: 12rem !important; }
.wd-125 { width: 12.5rem !important; }
.wd-130 { width: 13rem !important; }
.wd-135 { width: 13.5rem !important; }
.wd-140 { width: 14rem !important; }
.wd-145 { width: 14.5rem !important; }
.wd-150 { width: 15rem !important; }
.wd-155 { width: 15.5rem !important; }
.wd-160 { width: 16rem !important; }
.wd-165 { width: 16.5rem !important; }
.wd-170 { width: 17rem !important; }
.wd-175 { width: 17.5rem !important; }
.wd-180 { width: 18rem !important; }
.wd-185 { width: 18.5rem !important; }
.wd-190 { width: 19rem !important; }
.wd-195 { width: 19.5rem !important; }
.wd-200 { width: 20rem !important; }
.wd-205 { width: 20.5rem !important; }
.wd-210 { width: 21rem !important; }
.wd-215 { width: 21.5rem !important; }
.wd-220 { width: 22rem !important; }
.wd-225 { width: 22.5rem !important; }
.wd-230 { width: 23rem !important; }
.wd-235 { width: 23.5rem !important; }
.wd-240 { width: 24rem !important; }
.wd-245 { width: 24.5rem !important; }
.wd-250 { width: 25rem !important; }
.wd-255 { width: 25.5rem !important; }
.wd-260 { width: 26rem !important; }
.wd-265 { width: 26.5rem !important; }
.wd-270 { width: 27rem !important; }
.wd-275 { width: 27.5rem !important; }
.wd-280 { width: 28rem !important; }
.wd-285 { width: 28.5rem !important; }
.wd-290 { width: 29rem !important; }
.wd-295 { width: 29.5rem !important; }
.wd-300 { width: 30rem !important; }
.wd-305 { width: 30.5rem !important; }
.wd-310 { width: 31rem !important; }
.wd-315 { width: 31.5rem !important; }
.wd-320 { width: 32rem !important; }
.wd-325 { width: 32.5rem !important; }
.wd-330 { width: 33rem !important; }
.wd-335 { width: 33.5rem !important; }
.wd-340 { width: 34rem !important; }
.wd-345 { width: 34.5rem !important; }
.wd-350 { width: 35rem !important; }
.wd-355 { width: 35.5rem !important; }
.wd-360 { width: 36rem !important; }
.wd-365 { width: 36.5rem !important; }
.wd-370 { width: 37rem !important; }
.wd-375 { width: 37.5rem !important; }
.wd-380 { width: 38rem !important; }
.wd-385 { width: 38.5rem !important; }
.wd-390 { width: 39rem !important; }
.wd-395 { width: 39.5rem !important; }
.wd-400 { width: 40rem !important; }
.wd-405 { width: 40.5rem !important; }
.wd-410 { width: 41rem !important; }
.wd-415 { width: 41.5rem !important; }
.wd-420 { width: 42rem !important; }
.wd-425 { width: 42.5rem !important; }
.wd-430 { width: 43rem !important; }
.wd-435 { width: 43.5rem !important; }
.wd-440 { width: 44rem !important; }
.wd-445 { width: 44.5rem !important; }
.wd-450 { width: 45rem !important; }
.wd-455 { width: 45.5rem !important; }
.wd-460 { width: 46rem !important; }
.wd-465 { width: 46.5rem !important; }
.wd-470 { width: 47rem !important; }
.wd-475 { width: 47.5rem !important; }
.wd-480 { width: 48rem !important; }
.wd-485 { width: 48.5rem !important; }
.wd-490 { width: 49rem !important; }
.wd-495 { width: 49.5rem !important; }
.wd-500 { width: 50rem !important; }
.hp-05 { height: 5% !important; }
.hp-10 { height: 10% !important; }
.hp-15 { height: 15% !important; }
.hp-20 { height: 20% !important; }
.hp-25 { height: 25% !important; }
.hp-30 { height: 30% !important; }
.hp-35 { height: 35% !important; }
.hp-40 { height: 40% !important; }
.hp-45 { height: 45% !important; }
.hp-50 { height: 50% !important; }
.hp-55 { height: 55% !important; }
.hp-60 { height: 60% !important; }
.hp-65 { height: 65% !important; }
.hp-70 { height: 70% !important; }
.hp-75 { height: 75% !important; }
.hp-80 { height: 80% !important; }
.hp-85 { height: 85% !important; }
.hp-90 { height: 90% !important; }
.hp-95 { height: 95% !important; }
.hp-100 { height: 100% !important; }
.hd-auto { height: auto !important; }
.hd-00 { height: 0rem !important; }
.hd-05 { height: 0.5rem !important; }
.hd-10 { height: 1rem !important; }
.hd-15 { height: 1.5rem !important; }
.hd-20 { height: 2rem !important; }
.hd-25 { height: 2.5rem !important; }
.hd-30 { height: 3rem !important; }
.hd-35 { height: 3.5rem !important; }
.hd-40 { height: 4rem !important; }
.hd-45 { height: 4.5rem !important; }
.hd-50 { height: 5rem !important; }
.hd-55 { height: 5.5rem !important; }
.hd-60 { height: 6rem !important; }
.hd-65 { height: 6.5rem !important; }
.hd-70 { height: 7rem !important; }
.hd-75 { height: 7.5rem !important; }
.hd-80 { height: 8rem !important; }
.hd-85 { height: 8.5rem !important; }
.hd-90 { height: 9rem !important; }
.hd-95 { height: 9.5rem !important; }
.hd-100 { height: 10rem !important; }
.hd-105 { height: 10.5rem !important; }
.hd-110 { height: 11rem !important; }
.hd-115 { height: 11.5rem !important; }
.hd-120 { height: 12rem !important; }
.hd-125 { height: 12.5rem !important; }
.hd-130 { height: 13rem !important; }
.hd-135 { height: 13.5rem !important; }
.hd-140 { height: 14rem !important; }
.hd-145 { height: 14.5rem !important; }
.hd-150 { height: 15rem !important; }
.hd-155 { height: 15.5rem !important; }
.hd-160 { height: 16rem !important; }
.hd-165 { height: 16.5rem !important; }
.hd-170 { height: 17rem !important; }
.hd-175 { height: 17.5rem !important; }
.hd-180 { height: 18rem !important; }
.hd-185 { height: 18.5rem !important; }
.hd-190 { height: 19rem !important; }
.hd-195 { height: 19.5rem !important; }
.hd-200 { height: 20rem !important; }
.hd-205 { height: 20.5rem !important; }
.hd-210 { height: 21rem !important; }
.hd-215 { height: 21.5rem !important; }
.hd-220 { height: 22rem !important; }
.hd-225 { height: 22.5rem !important; }
.hd-230 { height: 23rem !important; }
.hd-235 { height: 23.5rem !important; }
.hd-240 { height: 24rem !important; }
.hd-245 { height: 24.5rem !important; }
.hd-250 { height: 25rem !important; }
.hd-255 { height: 25.5rem !important; }
.hd-260 { height: 26rem !important; }
.hd-265 { height: 26.5rem !important; }
.hd-270 { height: 27rem !important; }
.hd-275 { height: 27.5rem !important; }
.hd-280 { height: 28rem !important; }
.hd-285 { height: 28.5rem !important; }
.hd-290 { height: 29rem !important; }
.hd-295 { height: 29.5rem !important; }
.hd-300 { height: 30rem !important; }
.hd-305 { height: 30.5rem !important; }
.hd-310 { height: 31rem !important; }
.hd-315 { height: 31.5rem !important; }
.hd-320 { height: 32rem !important; }
.hd-325 { height: 32.5rem !important; }
.hd-330 { height: 33rem !important; }
.hd-335 { height: 33.5rem !important; }
.hd-340 { height: 34rem !important; }
.hd-345 { height: 34.5rem !important; }
.hd-350 { height: 35rem !important; }
.hd-355 { height: 35.5rem !important; }
.hd-360 { height: 36rem !important; }
.hd-365 { height: 36.5rem !important; }
.hd-370 { height: 37rem !important; }
.hd-375 { height: 37.5rem !important; }
.hd-380 { height: 38rem !important; }
.hd-385 { height: 38.5rem !important; }
.hd-390 { height: 39rem !important; }
.hd-395 { height: 39.5rem !important; }
.hd-400 { height: 40rem !important; }
.hd-405 { height: 40.5rem !important; }
.hd-410 { height: 41rem !important; }
.hd-415 { height: 41.5rem !important; }
.hd-420 { height: 42rem !important; }
.hd-425 { height: 42.5rem !important; }
.hd-430 { height: 43rem !important; }
.hd-435 { height: 43.5rem !important; }
.hd-440 { height: 44rem !important; }
.hd-445 { height: 44.5rem !important; }
.hd-450 { height: 45rem !important; }
.hd-455 { height: 45.5rem !important; }
.hd-460 { height: 46rem !important; }
.hd-465 { height: 46.5rem !important; }
.hd-470 { height: 47rem !important; }
.hd-475 { height: 47.5rem !important; }
.hd-480 { height: 48rem !important; }
.hd-485 { height: 48.5rem !important; }
.hd-490 { height: 49rem !important; }
.hd-495 { height: 49.5rem !important; }
.hd-500 { height: 50rem !important; }
.col { flex: 1 0 0%; }
.col-auto { flex: 0 0 auto; width: auto; }
.col-1 { flex: 0 0 auto; width: 8.3333333333%; }
.col-1_1 { flex: 0 0 auto; width: 9.1666666667%; }
.col-1_2 { flex: 0 0 auto; width: 10%; }
.col-1_3 { flex: 0 0 auto; width: 10.8333333333%; }
.col-1_4 { flex: 0 0 auto; width: 11.6666666667%; }
.col-1_5 { flex: 0 0 auto; width: 12.5%; }
.col-1_6 { flex: 0 0 auto; width: 13.3333333333%; }
.col-1_7 { flex: 0 0 auto; width: 14.1666666667%; }
.col-1_8 { flex: 0 0 auto; width: 15%; }
.col-1_9 { flex: 0 0 auto; width: 15.8333333333%; }
.col-2 { flex: 0 0 auto; width: 16.6666666667%; }
.col-2_1 { flex: 0 0 auto; width: 17.5%; }
.col-2_2 { flex: 0 0 auto; width: 18.3333333333%; }
.col-2_3 { flex: 0 0 auto; width: 19.1666666667%; }
.col-2_4 { flex: 0 0 auto; width: 20%; }
.col-2_5 { flex: 0 0 auto; width: 20.8333333333%; }
.col-2_6 { flex: 0 0 auto; width: 21.6666666667%; }
.col-2_7 { flex: 0 0 auto; width: 22.5%; }
.col-2_8 { flex: 0 0 auto; width: 23.3333333333%; }
.col-2_9 { flex: 0 0 auto; width: 24.1666666667%; }
.col-3 { flex: 0 0 auto; width: 25%; }
.col-3_1 { flex: 0 0 auto; width: 25.8333333333%; }
.col-3_2 { flex: 0 0 auto; width: 26.6666666667%; }
.col-3_3 { flex: 0 0 auto; width: 27.5%; }
.col-3_4 { flex: 0 0 auto; width: 28.3333333333%; }
.col-3_5 { flex: 0 0 auto; width: 29.1666666667%; }
.col-3_6 { flex: 0 0 auto; width: 30%; }
.col-3_7 { flex: 0 0 auto; width: 30.8333333333%; }
.col-3_8 { flex: 0 0 auto; width: 31.6666666667%; }
.col-3_9 { flex: 0 0 auto; width: 32.5%; }
.col-4 { flex: 0 0 auto; width: 33.3333333333%; }
.col-4_1 { flex: 0 0 auto; width: 34.1666666667%; }
.col-4_2 { flex: 0 0 auto; width: 35%; }
.col-4_3 { flex: 0 0 auto; width: 35.8333333333%; }
.col-4_4 { flex: 0 0 auto; width: 36.6666666667%; }
.col-4_5 { flex: 0 0 auto; width: 37.5%; }
.col-4_6 { flex: 0 0 auto; width: 38.3333333333%; }
.col-4_7 { flex: 0 0 auto; width: 39.1666666667%; }
.col-4_8 { flex: 0 0 auto; width: 40%; }
.col-4_9 { flex: 0 0 auto; width: 40.8333333333%; }
.col-5 { flex: 0 0 auto; width: 41.6666666667%; }
.col-5_1 { flex: 0 0 auto; width: 42.5%; }
.col-5_2 { flex: 0 0 auto; width: 43.3333333333%; }
.col-5_3 { flex: 0 0 auto; width: 44.1666666667%; }
.col-5_4 { flex: 0 0 auto; width: 45%; }
.col-5_5 { flex: 0 0 auto; width: 45.8333333333%; }
.col-5_6 { flex: 0 0 auto; width: 46.6666666667%; }
.col-5_7 { flex: 0 0 auto; width: 47.5%; }
.col-5_8 { flex: 0 0 auto; width: 48.3333333333%; }
.col-5_9 { flex: 0 0 auto; width: 49.1666666667%; }
.col-6 { flex: 0 0 auto; width: 50%; }
.col-6_1 { flex: 0 0 auto; width: 50.8333333333%; }
.col-6_2 { flex: 0 0 auto; width: 51.6666666667%; }
.col-6_3 { flex: 0 0 auto; width: 52.5%; }
.col-6_4 { flex: 0 0 auto; width: 53.3333333333%; }
.col-6_5 { flex: 0 0 auto; width: 54.1666666667%; }
.col-6_6 { flex: 0 0 auto; width: 55%; }
.col-6_7 { flex: 0 0 auto; width: 55.8333333333%; }
.col-6_8 { flex: 0 0 auto; width: 56.6666666667%; }
.col-6_9 { flex: 0 0 auto; width: 57.5%; }
.col-7 { flex: 0 0 auto; width: 58.3333333333%; }
.col-7_1 { flex: 0 0 auto; width: 59.1666666667%; }
.col-7_2 { flex: 0 0 auto; width: 60%; }
.col-7_3 { flex: 0 0 auto; width: 60.8333333333%; }
.col-7_4 { flex: 0 0 auto; width: 61.6666666667%; }
.col-7_5 { flex: 0 0 auto; width: 62.5%; }
.col-7_6 { flex: 0 0 auto; width: 63.3333333333%; }
.col-7_7 { flex: 0 0 auto; width: 64.1666666667%; }
.col-7_8 { flex: 0 0 auto; width: 65%; }
.col-7_9 { flex: 0 0 auto; width: 65.8333333333%; }
.col-8 { flex: 0 0 auto; width: 66.6666666667%; }
.col-8_1 { flex: 0 0 auto; width: 67.5%; }
.col-8_2 { flex: 0 0 auto; width: 68.3333333333%; }
.col-8_3 { flex: 0 0 auto; width: 69.1666666667%; }
.col-8_4 { flex: 0 0 auto; width: 70%; }
.col-8_5 { flex: 0 0 auto; width: 70.8333333333%; }
.col-8_6 { flex: 0 0 auto; width: 71.6666666667%; }
.col-8_7 { flex: 0 0 auto; width: 72.5%; }
.col-8_8 { flex: 0 0 auto; width: 73.3333333333%; }
.col-8_9 { flex: 0 0 auto; width: 74.1666666667%; }
.col-9 { flex: 0 0 auto; width: 75%; }
.col-9_1 { flex: 0 0 auto; width: 75.8333333333%; }
.col-9_2 { flex: 0 0 auto; width: 76.6666666667%; }
.col-9_3 { flex: 0 0 auto; width: 77.5%; }
.col-9_4 { flex: 0 0 auto; width: 78.3333333333%; }
.col-9_5 { flex: 0 0 auto; width: 79.1666666667%; }
.col-9_6 { flex: 0 0 auto; width: 80%; }
.col-9_7 { flex: 0 0 auto; width: 80.8333333333%; }
.col-9_8 { flex: 0 0 auto; width: 81.6666666667%; }
.col-9_9 { flex: 0 0 auto; width: 82.5%; }
.col-10 { flex: 0 0 auto; width: 83.3333333333%; }
.col-10_1 { flex: 0 0 auto; width: 84.1666666667%; }
.col-10_2 { flex: 0 0 auto; width: 85%; }
.col-10_3 { flex: 0 0 auto; width: 85.8333333333%; }
.col-10_4 { flex: 0 0 auto; width: 86.6666666667%; }
.col-10_5 { flex: 0 0 auto; width: 87.5%; }
.col-10_6 { flex: 0 0 auto; width: 88.3333333333%; }
.col-10_7 { flex: 0 0 auto; width: 89.1666666667%; }
.col-10_8 { flex: 0 0 auto; width: 90%; }
.col-10_9 { flex: 0 0 auto; width: 90.8333333333%; }
.col-11 { flex: 0 0 auto; width: 91.6666666667%; }
.col-11_1 { flex: 0 0 auto; width: 92.5%; }
.col-11_2 { flex: 0 0 auto; width: 93.3333333333%; }
.col-11_3 { flex: 0 0 auto; width: 94.1666666667%; }
.col-11_4 { flex: 0 0 auto; width: 95%; }
.col-11_5 { flex: 0 0 auto; width: 95.8333333333%; }
.col-11_6 { flex: 0 0 auto; width: 96.6666666667%; }
.col-11_7 { flex: 0 0 auto; width: 97.5%; }
.col-11_8 { flex: 0 0 auto; width: 98.3333333333%; }
.col-11_9 { flex: 0 0 auto; width: 99.1666666667%; }
.col-12 { flex: 0 0 auto; width: 100%; }
@media screen and (min-width:426px) {
	.visible-sm-hide { visibility: hidden !important; }
	.visible-sm-show { visibility: visible !important; }
	.float-sm-left { float: left !important; }
	.float-sm-right { float: right !important; }
	.align-sm-top { vertical-align: top !important; }
	.align-sm-middle { vertical-align: middle !important; }
	.align-sm-bottom { vertical-align: bottom !important; }
	.text-sm-uppercase { text-transform: uppercase !important; }
	.text-sm-lowercase { text-transform: lowercase !important; }
	.font-weight-sm-light { font-weight: 300 !important; }
	.font-weight-sm-normal { font-weight: 400 !important; }
	.font-weight-sm-medium { font-weight: 500 !important; }
	.font-weight-sm-bold { font-weight: bold !important; }
	.text-sm-small { font-size: 85% !important; }
	.text-sm-large { font-size: 115% !important; }
	.text-sm-blind { text-indent: -9999px !important; }
	.text-sm-decoration-underline { text-decoration: underline !important; }
	.text-nowrap { white-space: nowrap !important; }
	.border-sm-0 { border: 0 !important; }
	.border-sm-top0 { border-top: 0 !important; }
	.border-sm-right0 { border-right: 0 !important; }
	.border-sm-bottom0 { border-bottom: 0 !important; }
	.border-sm-left0 { border-left: 0 !important; }
	.row-cols-sm-auto > * { flex: 0 0 auto; width: auto; }
	.row-cols-sm-1 > * { flex: 0 0 auto; width: 100%; }
	.row-cols-sm-2 > * { flex: 0 0 auto; width: 50%; }
	.row-cols-sm-3 > * { flex: 0 0 auto; width: 33.3333333333%; }
	.row-cols-sm-4 > * { flex: 0 0 auto; width: 25%; }
	.row-cols-sm-5 > * { flex: 0 0 auto; width: 20%; }
	.row-cols-sm-6 > * { flex: 0 0 auto; width: 16.6666666667%; }
	.offset-sm-0 { margin-left: 0; }
	.offset-sm-1 { margin-left: 8.33333333%; }
	.offset-sm-2 { margin-left: 16.66666667%; }
	.offset-sm-3 { margin-left: 25%; }
	.offset-sm-4 { margin-left: 33.33333333%; }
	.offset-sm-5 { margin-left: 41.66666667%; }
	.offset-sm-6 { margin-left: 50%; }
	.offset-sm-7 { margin-left: 58.33333333%; }
	.offset-sm-8 { margin-left: 66.66666667%; }
	.offset-sm-9 { margin-left: 75%; }
	.offset-sm-10 { margin-left: 83.33333333%; }
	.offset-sm-11 { margin-left: 91.66666667%; }
	.d-sm-inline { display: inline !important; }
	.d-sm-inline-block { display: inline-block !important; }
	.d-sm-block { display: block !important; }
	.d-sm-grid { display: grid !important; }
	.d-sm-inline-grid { display: inline-grid !important; }
	.d-sm-table { display: table !important; }
	.d-sm-table-row { display: table-row !important; }
	.d-sm-table-cell { display: table-cell !important; }
	.d-sm-flex { display: flex !important; }
	.d-sm-inline-flex { display: inline-flex !important; }
	.d-sm-none { display: none !important; }
	.flex-sm-fill { flex: 1 1 auto !important; }
	.flex-sm-row { flex-direction: row !important; }
	.flex-sm-column { flex-direction: column !important; }
	.flex-sm-row-reverse { flex-direction: row-reverse !important; }
	.flex-sm-column-reverse { flex-direction: column-reverse !important; }
	.flex-sm-grow-0 { flex-grow: 0 !important; }
	.flex-sm-grow-1 { flex-grow: 1 !important; }
	.flex-sm-shrink-0 { flex-shrink: 0 !important; }
	.flex-sm-shrink-1 { flex-shrink: 1 !important; }
	.flex-sm-wrap { flex-wrap: wrap !important; }
	.flex-sm-nowrap { flex-wrap: nowrap !important; }
	.flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; }
	.justify-content-sm-start { justify-content: flex-start !important; }
	.justify-content-sm-end { justify-content: flex-end !important; }
	.justify-content-sm-center { justify-content: center !important; }
	.justify-content-sm-between { justify-content: space-between !important; }
	.justify-content-sm-around { justify-content: space-around !important; }
	.justify-content-sm-evenly { justify-content: space-evenly !important; }
	.align-items-sm-start { align-items: flex-start !important; }
	.align-items-sm-end { align-items: flex-end !important; }
	.align-items-sm-center { align-items: center !important; }
	.align-items-sm-baseline { align-items: baseline !important; }
	.align-items-sm-stretch { align-items: stretch !important; }
	.align-content-sm-start { align-content: flex-start !important; }
	.align-content-sm-end { align-content: flex-end !important; }
	.align-content-sm-center { align-content: center !important; }
	.align-content-sm-between { align-content: space-between !important; }
	.align-content-sm-around { align-content: space-around !important; }
	.align-content-sm-stretch { align-content: stretch !important; }
	.align-self-sm-auto { align-self: auto !important; }
	.align-self-sm-start { align-self: flex-start !important; }
	.align-self-sm-end { align-self: flex-end !important; }
	.align-self-sm-center { align-self: center !important; }
	.align-self-sm-baseline { align-self: baseline !important; }
	.align-self-sm-stretch { align-self: stretch !important; }
	.order-sm-first { order: -1 !important; }
	.order-sm-0 { order: 0 !important; }
	.order-sm-1 { order: 1 !important; }
	.order-sm-2 { order: 2 !important; }
	.order-sm-3 { order: 3 !important; }
	.order-sm-4 { order: 4 !important; }
	.order-sm-5 { order: 5 !important; }
	.order-sm-last { order: 6 !important; }
	.min-width-sm-auto { min-width: auto !important; }
	.border-radius-sm-0 { border-radius: 0 !important; }
	.text-sm-left { text-align: left !important; }
	.text-sm-right { text-align: right !important; }
	.text-sm-center { text-align: center !important; }
	.text-sm-justify { text-align: justify !important; }
	.mt-sm-auto { margin-top: auto !important; }
	.mr-sm-auto { margin-right: auto !important; }
	.mb-sm-auto { margin-bottom: auto !important; }
	.ml-sm-auto { margin-left: auto !important; }
	.mt-sm-00 { margin-top: 0rem !important; }
	.mt-sm-05 { margin-top: 0.5rem !important; }
	.mt-sm-10 { margin-top: 1rem !important; }
	.mt-sm-15 { margin-top: 1.5rem !important; }
	.mt-sm-20 { margin-top: 2rem !important; }
	.mt-sm-25 { margin-top: 2.5rem !important; }
	.mt-sm-30 { margin-top: 3rem !important; }
	.mt-sm-35 { margin-top: 3.5rem !important; }
	.mt-sm-40 { margin-top: 4rem !important; }
	.mt-sm-45 { margin-top: 4.5rem !important; }
	.mt-sm-50 { margin-top: 5rem !important; }
	.mt-sm-55 { margin-top: 5.5rem !important; }
	.mt-sm-60 { margin-top: 6rem !important; }
	.mt-sm-65 { margin-top: 6.5rem !important; }
	.mt-sm-70 { margin-top: 7rem !important; }
	.mt-sm-75 { margin-top: 7.5rem !important; }
	.mt-sm-80 { margin-top: 8rem !important; }
	.mt-sm-85 { margin-top: 8.5rem !important; }
	.mt-sm-90 { margin-top: 9rem !important; }
	.mt-sm-95 { margin-top: 9.5rem !important; }
	.mt-sm-100 { margin-top: 10rem !important; }
	.mt-sm-105 { margin-top: 10.5rem !important; }
	.mt-sm-110 { margin-top: 11rem !important; }
	.mt-sm-115 { margin-top: 11.5rem !important; }
	.mt-sm-120 { margin-top: 12rem !important; }
	.mt-sm-125 { margin-top: 12.5rem !important; }
	.mr-sm-00 { margin-right: 0rem !important; }
	.mr-sm-05 { margin-right: 0.5rem !important; }
	.mr-sm-10 { margin-right: 1rem !important; }
	.mr-sm-15 { margin-right: 1.5rem !important; }
	.mr-sm-20 { margin-right: 2rem !important; }
	.mr-sm-25 { margin-right: 2.5rem !important; }
	.mr-sm-30 { margin-right: 3rem !important; }
	.mr-sm-35 { margin-right: 3.5rem !important; }
	.mr-sm-40 { margin-right: 4rem !important; }
	.mr-sm-45 { margin-right: 4.5rem !important; }
	.mr-sm-50 { margin-right: 5rem !important; }
	.mr-sm-55 { margin-right: 5.5rem !important; }
	.mr-sm-60 { margin-right: 6rem !important; }
	.mr-sm-65 { margin-right: 6.5rem !important; }
	.mr-sm-70 { margin-right: 7rem !important; }
	.mr-sm-75 { margin-right: 7.5rem !important; }
	.mr-sm-80 { margin-right: 8rem !important; }
	.mr-sm-85 { margin-right: 8.5rem !important; }
	.mr-sm-90 { margin-right: 9rem !important; }
	.mr-sm-95 { margin-right: 9.5rem !important; }
	.mr-sm-100 { margin-right: 10rem !important; }
	.mr-sm-105 { margin-right: 10.5rem !important; }
	.mr-sm-110 { margin-right: 11rem !important; }
	.mr-sm-115 { margin-right: 11.5rem !important; }
	.mr-sm-120 { margin-right: 12rem !important; }
	.mr-sm-125 { margin-right: 12.5rem !important; }
	.mb-sm-00 { margin-bottom: 0rem !important; }
	.mb-sm-05 { margin-bottom: 0.5rem !important; }
	.mb-sm-10 { margin-bottom: 1rem !important; }
	.mb-sm-15 { margin-bottom: 1.5rem !important; }
	.mb-sm-20 { margin-bottom: 2rem !important; }
	.mb-sm-25 { margin-bottom: 2.5rem !important; }
	.mb-sm-30 { margin-bottom: 3rem !important; }
	.mb-sm-35 { margin-bottom: 3.5rem !important; }
	.mb-sm-40 { margin-bottom: 4rem !important; }
	.mb-sm-45 { margin-bottom: 4.5rem !important; }
	.mb-sm-50 { margin-bottom: 5rem !important; }
	.mb-sm-55 { margin-bottom: 5.5rem !important; }
	.mb-sm-60 { margin-bottom: 6rem !important; }
	.mb-sm-65 { margin-bottom: 6.5rem !important; }
	.mb-sm-70 { margin-bottom: 7rem !important; }
	.mb-sm-75 { margin-bottom: 7.5rem !important; }
	.mb-sm-80 { margin-bottom: 8rem !important; }
	.mb-sm-85 { margin-bottom: 8.5rem !important; }
	.mb-sm-90 { margin-bottom: 9rem !important; }
	.mb-sm-95 { margin-bottom: 9.5rem !important; }
	.mb-sm-100 { margin-bottom: 10rem !important; }
	.mb-sm-105 { margin-bottom: 10.5rem !important; }
	.mb-sm-110 { margin-bottom: 11rem !important; }
	.mb-sm-115 { margin-bottom: 11.5rem !important; }
	.mb-sm-120 { margin-bottom: 12rem !important; }
	.mb-sm-125 { margin-bottom: 12.5rem !important; }
	.ml-sm-00 { margin-left: 0rem !important; }
	.ml-sm-05 { margin-left: 0.5rem !important; }
	.ml-sm-10 { margin-left: 1rem !important; }
	.ml-sm-15 { margin-left: 1.5rem !important; }
	.ml-sm-20 { margin-left: 2rem !important; }
	.ml-sm-25 { margin-left: 2.5rem !important; }
	.ml-sm-30 { margin-left: 3rem !important; }
	.ml-sm-35 { margin-left: 3.5rem !important; }
	.ml-sm-40 { margin-left: 4rem !important; }
	.ml-sm-45 { margin-left: 4.5rem !important; }
	.ml-sm-50 { margin-left: 5rem !important; }
	.ml-sm-55 { margin-left: 5.5rem !important; }
	.ml-sm-60 { margin-left: 6rem !important; }
	.ml-sm-65 { margin-left: 6.5rem !important; }
	.ml-sm-70 { margin-left: 7rem !important; }
	.ml-sm-75 { margin-left: 7.5rem !important; }
	.ml-sm-80 { margin-left: 8rem !important; }
	.ml-sm-85 { margin-left: 8.5rem !important; }
	.ml-sm-90 { margin-left: 9rem !important; }
	.ml-sm-95 { margin-left: 9.5rem !important; }
	.ml-sm-100 { margin-left: 10rem !important; }
	.ml-sm-105 { margin-left: 10.5rem !important; }
	.ml-sm-110 { margin-left: 11rem !important; }
	.ml-sm-115 { margin-left: 11.5rem !important; }
	.ml-sm-120 { margin-left: 12rem !important; }
	.ml-sm-125 { margin-left: 12.5rem !important; }
	.pt-sm-00 { padding-top: 0rem !important; }
	.pt-sm-05 { padding-top: 0.5rem !important; }
	.pt-sm-10 { padding-top: 1rem !important; }
	.pt-sm-15 { padding-top: 1.5rem !important; }
	.pt-sm-20 { padding-top: 2rem !important; }
	.pt-sm-25 { padding-top: 2.5rem !important; }
	.pt-sm-30 { padding-top: 3rem !important; }
	.pt-sm-35 { padding-top: 3.5rem !important; }
	.pt-sm-40 { padding-top: 4rem !important; }
	.pt-sm-45 { padding-top: 4.5rem !important; }
	.pt-sm-50 { padding-top: 5rem !important; }
	.pt-sm-55 { padding-top: 5.5rem !important; }
	.pt-sm-60 { padding-top: 6rem !important; }
	.pt-sm-65 { padding-top: 6.5rem !important; }
	.pt-sm-70 { padding-top: 7rem !important; }
	.pt-sm-75 { padding-top: 7.5rem !important; }
	.pt-sm-80 { padding-top: 8rem !important; }
	.pt-sm-85 { padding-top: 8.5rem !important; }
	.pt-sm-90 { padding-top: 9rem !important; }
	.pt-sm-95 { padding-top: 9.5rem !important; }
	.pt-sm-100 { padding-top: 10rem !important; }
	.pt-sm-105 { padding-top: 10.5rem !important; }
	.pt-sm-110 { padding-top: 11rem !important; }
	.pt-sm-115 { padding-top: 11.5rem !important; }
	.pt-sm-120 { padding-top: 12rem !important; }
	.pt-sm-125 { padding-top: 12.5rem !important; }
	.pr-sm-00 { padding-right: 0rem !important; }
	.pr-sm-05 { padding-right: 0.5rem !important; }
	.pr-sm-10 { padding-right: 1rem !important; }
	.pr-sm-15 { padding-right: 1.5rem !important; }
	.pr-sm-20 { padding-right: 2rem !important; }
	.pr-sm-25 { padding-right: 2.5rem !important; }
	.pr-sm-30 { padding-right: 3rem !important; }
	.pr-sm-35 { padding-right: 3.5rem !important; }
	.pr-sm-40 { padding-right: 4rem !important; }
	.pr-sm-45 { padding-right: 4.5rem !important; }
	.pr-sm-50 { padding-right: 5rem !important; }
	.pr-sm-55 { padding-right: 5.5rem !important; }
	.pr-sm-60 { padding-right: 6rem !important; }
	.pr-sm-65 { padding-right: 6.5rem !important; }
	.pr-sm-70 { padding-right: 7rem !important; }
	.pr-sm-75 { padding-right: 7.5rem !important; }
	.pr-sm-80 { padding-right: 8rem !important; }
	.pr-sm-85 { padding-right: 8.5rem !important; }
	.pr-sm-90 { padding-right: 9rem !important; }
	.pr-sm-95 { padding-right: 9.5rem !important; }
	.pr-sm-100 { padding-right: 10rem !important; }
	.pr-sm-105 { padding-right: 10.5rem !important; }
	.pr-sm-110 { padding-right: 11rem !important; }
	.pr-sm-115 { padding-right: 11.5rem !important; }
	.pr-sm-120 { padding-right: 12rem !important; }
	.pr-sm-125 { padding-right: 12.5rem !important; }
	.pb-sm-00 { padding-bottom: 0rem !important; }
	.pb-sm-05 { padding-bottom: 0.5rem !important; }
	.pb-sm-10 { padding-bottom: 1rem !important; }
	.pb-sm-15 { padding-bottom: 1.5rem !important; }
	.pb-sm-20 { padding-bottom: 2rem !important; }
	.pb-sm-25 { padding-bottom: 2.5rem !important; }
	.pb-sm-30 { padding-bottom: 3rem !important; }
	.pb-sm-35 { padding-bottom: 3.5rem !important; }
	.pb-sm-40 { padding-bottom: 4rem !important; }
	.pb-sm-45 { padding-bottom: 4.5rem !important; }
	.pb-sm-50 { padding-bottom: 5rem !important; }
	.pb-sm-55 { padding-bottom: 5.5rem !important; }
	.pb-sm-60 { padding-bottom: 6rem !important; }
	.pb-sm-65 { padding-bottom: 6.5rem !important; }
	.pb-sm-70 { padding-bottom: 7rem !important; }
	.pb-sm-75 { padding-bottom: 7.5rem !important; }
	.pb-sm-80 { padding-bottom: 8rem !important; }
	.pb-sm-85 { padding-bottom: 8.5rem !important; }
	.pb-sm-90 { padding-bottom: 9rem !important; }
	.pb-sm-95 { padding-bottom: 9.5rem !important; }
	.pb-sm-100 { padding-bottom: 10rem !important; }
	.pb-sm-105 { padding-bottom: 10.5rem !important; }
	.pb-sm-110 { padding-bottom: 11rem !important; }
	.pb-sm-115 { padding-bottom: 11.5rem !important; }
	.pb-sm-120 { padding-bottom: 12rem !important; }
	.pb-sm-125 { padding-bottom: 12.5rem !important; }
	.pl-sm-00 { padding-left: 0rem !important; }
	.pl-sm-05 { padding-left: 0.5rem !important; }
	.pl-sm-10 { padding-left: 1rem !important; }
	.pl-sm-15 { padding-left: 1.5rem !important; }
	.pl-sm-20 { padding-left: 2rem !important; }
	.pl-sm-25 { padding-left: 2.5rem !important; }
	.pl-sm-30 { padding-left: 3rem !important; }
	.pl-sm-35 { padding-left: 3.5rem !important; }
	.pl-sm-40 { padding-left: 4rem !important; }
	.pl-sm-45 { padding-left: 4.5rem !important; }
	.pl-sm-50 { padding-left: 5rem !important; }
	.pl-sm-55 { padding-left: 5.5rem !important; }
	.pl-sm-60 { padding-left: 6rem !important; }
	.pl-sm-65 { padding-left: 6.5rem !important; }
	.pl-sm-70 { padding-left: 7rem !important; }
	.pl-sm-75 { padding-left: 7.5rem !important; }
	.pl-sm-80 { padding-left: 8rem !important; }
	.pl-sm-85 { padding-left: 8.5rem !important; }
	.pl-sm-90 { padding-left: 9rem !important; }
	.pl-sm-95 { padding-left: 9.5rem !important; }
	.pl-sm-100 { padding-left: 10rem !important; }
	.pl-sm-105 { padding-left: 10.5rem !important; }
	.pl-sm-110 { padding-left: 11rem !important; }
	.pl-sm-115 { padding-left: 11.5rem !important; }
	.pl-sm-120 { padding-left: 12rem !important; }
	.pl-sm-125 { padding-left: 12.5rem !important; }
	.wp-sm-05 { width: 5% !important; }
	.wp-sm-10 { width: 10% !important; }
	.wp-sm-15 { width: 15% !important; }
	.wp-sm-20 { width: 20% !important; }
	.wp-sm-25 { width: 25% !important; }
	.wp-sm-30 { width: 30% !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; }
	.wp-sm-100 { width: 100% !important; }
	.wd-sm-auto { width: auto !important; }
	.wd-sm-00 { width: 0rem !important; }
	.wd-sm-05 { width: 0.5rem !important; }
	.wd-sm-10 { width: 1rem !important; }
	.wd-sm-15 { width: 1.5rem !important; }
	.wd-sm-20 { width: 2rem !important; }
	.wd-sm-25 { width: 2.5rem !important; }
	.wd-sm-30 { width: 3rem !important; }
	.wd-sm-35 { width: 3.5rem !important; }
	.wd-sm-40 { width: 4rem !important; }
	.wd-sm-45 { width: 4.5rem !important; }
	.wd-sm-50 { width: 5rem !important; }
	.wd-sm-55 { width: 5.5rem !important; }
	.wd-sm-60 { width: 6rem !important; }
	.wd-sm-65 { width: 6.5rem !important; }
	.wd-sm-70 { width: 7rem !important; }
	.wd-sm-75 { width: 7.5rem !important; }
	.wd-sm-80 { width: 8rem !important; }
	.wd-sm-85 { width: 8.5rem !important; }
	.wd-sm-90 { width: 9rem !important; }
	.wd-sm-95 { width: 9.5rem !important; }
	.wd-sm-100 { width: 10rem !important; }
	.wd-sm-105 { width: 10.5rem !important; }
	.wd-sm-110 { width: 11rem !important; }
	.wd-sm-115 { width: 11.5rem !important; }
	.wd-sm-120 { width: 12rem !important; }
	.wd-sm-125 { width: 12.5rem !important; }
	.wd-sm-130 { width: 13rem !important; }
	.wd-sm-135 { width: 13.5rem !important; }
	.wd-sm-140 { width: 14rem !important; }
	.wd-sm-145 { width: 14.5rem !important; }
	.wd-sm-150 { width: 15rem !important; }
	.wd-sm-155 { width: 15.5rem !important; }
	.wd-sm-160 { width: 16rem !important; }
	.wd-sm-165 { width: 16.5rem !important; }
	.wd-sm-170 { width: 17rem !important; }
	.wd-sm-175 { width: 17.5rem !important; }
	.wd-sm-180 { width: 18rem !important; }
	.wd-sm-185 { width: 18.5rem !important; }
	.wd-sm-190 { width: 19rem !important; }
	.wd-sm-195 { width: 19.5rem !important; }
	.wd-sm-200 { width: 20rem !important; }
	.wd-sm-205 { width: 20.5rem !important; }
	.wd-sm-210 { width: 21rem !important; }
	.wd-sm-215 { width: 21.5rem !important; }
	.wd-sm-220 { width: 22rem !important; }
	.wd-sm-225 { width: 22.5rem !important; }
	.wd-sm-230 { width: 23rem !important; }
	.wd-sm-235 { width: 23.5rem !important; }
	.wd-sm-240 { width: 24rem !important; }
	.wd-sm-245 { width: 24.5rem !important; }
	.wd-sm-250 { width: 25rem !important; }
	.wd-sm-255 { width: 25.5rem !important; }
	.wd-sm-260 { width: 26rem !important; }
	.wd-sm-265 { width: 26.5rem !important; }
	.wd-sm-270 { width: 27rem !important; }
	.wd-sm-275 { width: 27.5rem !important; }
	.wd-sm-280 { width: 28rem !important; }
	.wd-sm-285 { width: 28.5rem !important; }
	.wd-sm-290 { width: 29rem !important; }
	.wd-sm-295 { width: 29.5rem !important; }
	.wd-sm-300 { width: 30rem !important; }
	.wd-sm-305 { width: 30.5rem !important; }
	.wd-sm-310 { width: 31rem !important; }
	.wd-sm-315 { width: 31.5rem !important; }
	.wd-sm-320 { width: 32rem !important; }
	.wd-sm-325 { width: 32.5rem !important; }
	.wd-sm-330 { width: 33rem !important; }
	.wd-sm-335 { width: 33.5rem !important; }
	.wd-sm-340 { width: 34rem !important; }
	.wd-sm-345 { width: 34.5rem !important; }
	.wd-sm-350 { width: 35rem !important; }
	.wd-sm-355 { width: 35.5rem !important; }
	.wd-sm-360 { width: 36rem !important; }
	.wd-sm-365 { width: 36.5rem !important; }
	.wd-sm-370 { width: 37rem !important; }
	.wd-sm-375 { width: 37.5rem !important; }
	.wd-sm-380 { width: 38rem !important; }
	.wd-sm-385 { width: 38.5rem !important; }
	.wd-sm-390 { width: 39rem !important; }
	.wd-sm-395 { width: 39.5rem !important; }
	.wd-sm-400 { width: 40rem !important; }
	.wd-sm-405 { width: 40.5rem !important; }
	.wd-sm-410 { width: 41rem !important; }
	.wd-sm-415 { width: 41.5rem !important; }
	.wd-sm-420 { width: 42rem !important; }
	.wd-sm-425 { width: 42.5rem !important; }
	.wd-sm-430 { width: 43rem !important; }
	.wd-sm-435 { width: 43.5rem !important; }
	.wd-sm-440 { width: 44rem !important; }
	.wd-sm-445 { width: 44.5rem !important; }
	.wd-sm-450 { width: 45rem !important; }
	.wd-sm-455 { width: 45.5rem !important; }
	.wd-sm-460 { width: 46rem !important; }
	.wd-sm-465 { width: 46.5rem !important; }
	.wd-sm-470 { width: 47rem !important; }
	.wd-sm-475 { width: 47.5rem !important; }
	.wd-sm-480 { width: 48rem !important; }
	.wd-sm-485 { width: 48.5rem !important; }
	.wd-sm-490 { width: 49rem !important; }
	.wd-sm-495 { width: 49.5rem !important; }
	.wd-sm-500 { width: 50rem !important; }
	.col-sm { flex: 1 0 0%; }
	.col-sm-auto { flex: 0 0 auto; width: auto; }
	.col-sm-1 { flex: 0 0 auto; width: 8.3333333333%; }
	.col-sm-1_1 { flex: 0 0 auto; width: 9.1666666667%; }
	.col-sm-1_2 { flex: 0 0 auto; width: 10%; }
	.col-sm-1_3 { flex: 0 0 auto; width: 10.8333333333%; }
	.col-sm-1_4 { flex: 0 0 auto; width: 11.6666666667%; }
	.col-sm-1_5 { flex: 0 0 auto; width: 12.5%; }
	.col-sm-1_6 { flex: 0 0 auto; width: 13.3333333333%; }
	.col-sm-1_7 { flex: 0 0 auto; width: 14.1666666667%; }
	.col-sm-1_8 { flex: 0 0 auto; width: 15%; }
	.col-sm-1_9 { flex: 0 0 auto; width: 15.8333333333%; }
	.col-sm-2 { flex: 0 0 auto; width: 16.6666666667%; }
	.col-sm-2_1 { flex: 0 0 auto; width: 17.5%; }
	.col-sm-2_2 { flex: 0 0 auto; width: 18.3333333333%; }
	.col-sm-2_3 { flex: 0 0 auto; width: 19.1666666667%; }
	.col-sm-2_4 { flex: 0 0 auto; width: 20%; }
	.col-sm-2_5 { flex: 0 0 auto; width: 20.8333333333%; }
	.col-sm-2_6 { flex: 0 0 auto; width: 21.6666666667%; }
	.col-sm-2_7 { flex: 0 0 auto; width: 22.5%; }
	.col-sm-2_8 { flex: 0 0 auto; width: 23.3333333333%; }
	.col-sm-2_9 { flex: 0 0 auto; width: 24.1666666667%; }
	.col-sm-3 { flex: 0 0 auto; width: 25%; }
	.col-sm-3_1 { flex: 0 0 auto; width: 25.8333333333%; }
	.col-sm-3_2 { flex: 0 0 auto; width: 26.6666666667%; }
	.col-sm-3_3 { flex: 0 0 auto; width: 27.5%; }
	.col-sm-3_4 { flex: 0 0 auto; width: 28.3333333333%; }
	.col-sm-3_5 { flex: 0 0 auto; width: 29.1666666667%; }
	.col-sm-3_6 { flex: 0 0 auto; width: 30%; }
	.col-sm-3_7 { flex: 0 0 auto; width: 30.8333333333%; }
	.col-sm-3_8 { flex: 0 0 auto; width: 31.6666666667%; }
	.col-sm-3_9 { flex: 0 0 auto; width: 32.5%; }
	.col-sm-4 { flex: 0 0 auto; width: 33.3333333333%; }
	.col-sm-4_1 { flex: 0 0 auto; width: 34.1666666667%; }
	.col-sm-4_2 { flex: 0 0 auto; width: 35%; }
	.col-sm-4_3 { flex: 0 0 auto; width: 35.8333333333%; }
	.col-sm-4_4 { flex: 0 0 auto; width: 36.6666666667%; }
	.col-sm-4_5 { flex: 0 0 auto; width: 37.5%; }
	.col-sm-4_6 { flex: 0 0 auto; width: 38.3333333333%; }
	.col-sm-4_7 { flex: 0 0 auto; width: 39.1666666667%; }
	.col-sm-4_8 { flex: 0 0 auto; width: 40%; }
	.col-sm-4_9 { flex: 0 0 auto; width: 40.8333333333%; }
	.col-sm-5 { flex: 0 0 auto; width: 41.6666666667%; }
	.col-sm-5_1 { flex: 0 0 auto; width: 42.5%; }
	.col-sm-5_2 { flex: 0 0 auto; width: 43.3333333333%; }
	.col-sm-5_3 { flex: 0 0 auto; width: 44.1666666667%; }
	.col-sm-5_4 { flex: 0 0 auto; width: 45%; }
	.col-sm-5_5 { flex: 0 0 auto; width: 45.8333333333%; }
	.col-sm-5_6 { flex: 0 0 auto; width: 46.6666666667%; }
	.col-sm-5_7 { flex: 0 0 auto; width: 47.5%; }
	.col-sm-5_8 { flex: 0 0 auto; width: 48.3333333333%; }
	.col-sm-5_9 { flex: 0 0 auto; width: 49.1666666667%; }
	.col-sm-6 { flex: 0 0 auto; width: 50%; }
	.col-sm-6_1 { flex: 0 0 auto; width: 50.8333333333%; }
	.col-sm-6_2 { flex: 0 0 auto; width: 51.6666666667%; }
	.col-sm-6_3 { flex: 0 0 auto; width: 52.5%; }
	.col-sm-6_4 { flex: 0 0 auto; width: 53.3333333333%; }
	.col-sm-6_5 { flex: 0 0 auto; width: 54.1666666667%; }
	.col-sm-6_6 { flex: 0 0 auto; width: 55%; }
	.col-sm-6_7 { flex: 0 0 auto; width: 55.8333333333%; }
	.col-sm-6_8 { flex: 0 0 auto; width: 56.6666666667%; }
	.col-sm-6_9 { flex: 0 0 auto; width: 57.5%; }
	.col-sm-7 { flex: 0 0 auto; width: 58.3333333333%; }
	.col-sm-7_1 { flex: 0 0 auto; width: 59.1666666667%; }
	.col-sm-7_2 { flex: 0 0 auto; width: 60%; }
	.col-sm-7_3 { flex: 0 0 auto; width: 60.8333333333%; }
	.col-sm-7_4 { flex: 0 0 auto; width: 61.6666666667%; }
	.col-sm-7_5 { flex: 0 0 auto; width: 62.5%; }
	.col-sm-7_6 { flex: 0 0 auto; width: 63.3333333333%; }
	.col-sm-7_7 { flex: 0 0 auto; width: 64.1666666667%; }
	.col-sm-7_8 { flex: 0 0 auto; width: 65%; }
	.col-sm-7_9 { flex: 0 0 auto; width: 65.8333333333%; }
	.col-sm-8 { flex: 0 0 auto; width: 66.6666666667%; }
	.col-sm-8_1 { flex: 0 0 auto; width: 67.5%; }
	.col-sm-8_2 { flex: 0 0 auto; width: 68.3333333333%; }
	.col-sm-8_3 { flex: 0 0 auto; width: 69.1666666667%; }
	.col-sm-8_4 { flex: 0 0 auto; width: 70%; }
	.col-sm-8_5 { flex: 0 0 auto; width: 70.8333333333%; }
	.col-sm-8_6 { flex: 0 0 auto; width: 71.6666666667%; }
	.col-sm-8_7 { flex: 0 0 auto; width: 72.5%; }
	.col-sm-8_8 { flex: 0 0 auto; width: 73.3333333333%; }
	.col-sm-8_9 { flex: 0 0 auto; width: 74.1666666667%; }
	.col-sm-9 { flex: 0 0 auto; width: 75%; }
	.col-sm-9_1 { flex: 0 0 auto; width: 75.8333333333%; }
	.col-sm-9_2 { flex: 0 0 auto; width: 76.6666666667%; }
	.col-sm-9_3 { flex: 0 0 auto; width: 77.5%; }
	.col-sm-9_4 { flex: 0 0 auto; width: 78.3333333333%; }
	.col-sm-9_5 { flex: 0 0 auto; width: 79.1666666667%; }
	.col-sm-9_6 { flex: 0 0 auto; width: 80%; }
	.col-sm-9_7 { flex: 0 0 auto; width: 80.8333333333%; }
	.col-sm-9_8 { flex: 0 0 auto; width: 81.6666666667%; }
	.col-sm-9_9 { flex: 0 0 auto; width: 82.5%; }
	.col-sm-10 { flex: 0 0 auto; width: 83.3333333333%; }
	.col-sm-10_1 { flex: 0 0 auto; width: 84.1666666667%; }
	.col-sm-10_2 { flex: 0 0 auto; width: 85%; }
	.col-sm-10_3 { flex: 0 0 auto; width: 85.8333333333%; }
	.col-sm-10_4 { flex: 0 0 auto; width: 86.6666666667%; }
	.col-sm-10_5 { flex: 0 0 auto; width: 87.5%; }
	.col-sm-10_6 { flex: 0 0 auto; width: 88.3333333333%; }
	.col-sm-10_7 { flex: 0 0 auto; width: 89.1666666667%; }
	.col-sm-10_8 { flex: 0 0 auto; width: 90%; }
	.col-sm-10_9 { flex: 0 0 auto; width: 90.8333333333%; }
	.col-sm-11 { flex: 0 0 auto; width: 91.6666666667%; }
	.col-sm-11_1 { flex: 0 0 auto; width: 92.5%; }
	.col-sm-11_2 { flex: 0 0 auto; width: 93.3333333333%; }
	.col-sm-11_3 { flex: 0 0 auto; width: 94.1666666667%; }
	.col-sm-11_4 { flex: 0 0 auto; width: 95%; }
	.col-sm-11_5 { flex: 0 0 auto; width: 95.8333333333%; }
	.col-sm-11_6 { flex: 0 0 auto; width: 96.6666666667%; }
	.col-sm-11_7 { flex: 0 0 auto; width: 97.5%; }
	.col-sm-11_8 { flex: 0 0 auto; width: 98.3333333333%; }
	.col-sm-11_9 { flex: 0 0 auto; width: 99.1666666667%; }
	.col-sm-12 { flex: 0 0 auto; width: 100%; }
}
@media screen and (min-width:769px) {
	.visible-md-hide { visibility: hidden !important; }
	.visible-md-show { visibility: visible !important; }
	.float-md-left { float: left !important; }
	.float-md-right { float: right !important; }
	.align-md-top { vertical-align: top !important; }
	.align-md-middle { vertical-align: middle !important; }
	.align-md-bottom { vertical-align: bottom !important; }
	.text-md-uppercase { text-transform: uppercase !important; }
	.text-md-lowercase { text-transform: lowercase !important; }
	.font-weight-md-light { font-weight: 300 !important; }
	.font-weight-md-normal { font-weight: 400 !important; }
	.font-weight-md-medium { font-weight: 500 !important; }
	.font-weight-md-bold { font-weight: bold !important; }
	.text-md-small { font-size: 85% !important; }
	.text-md-large { font-size: 115% !important; }
	.text-md-blind { text-indent: -9999px !important; }
	.text-md-decoration-underline { text-decoration: underline !important; }
	.text-nowrap { white-space: nowrap !important; }
	.border-md-0 { border: 0 !important; }
	.border-md-top0 { border-top: 0 !important; }
	.border-md-right0 { border-right: 0 !important; }
	.border-md-bottom0 { border-bottom: 0 !important; }
	.border-md-left0 { border-left: 0 !important; }
	.row-cols-md-auto > * { flex: 0 0 auto; width: auto; }
	.row-cols-md-1 > * { flex: 0 0 auto; width: 100%; }
	.row-cols-md-2 > * { flex: 0 0 auto; width: 50%; }
	.row-cols-md-3 > * { flex: 0 0 auto; width: 33.3333333333%; }
	.row-cols-md-4 > * { flex: 0 0 auto; width: 25%; }
	.row-cols-md-5 > * { flex: 0 0 auto; width: 20%; }
	.row-cols-md-6 > * { flex: 0 0 auto; width: 16.6666666667%; }
	.offset-md-0 { margin-left: 0; }
	.offset-md-1 { margin-left: 8.33333333%; }
	.offset-md-2 { margin-left: 16.66666667%; }
	.offset-md-3 { margin-left: 25%; }
	.offset-md-4 { margin-left: 33.33333333%; }
	.offset-md-5 { margin-left: 41.66666667%; }
	.offset-md-6 { margin-left: 50%; }
	.offset-md-7 { margin-left: 58.33333333%; }
	.offset-md-8 { margin-left: 66.66666667%; }
	.offset-md-9 { margin-left: 75%; }
	.offset-md-10 { margin-left: 83.33333333%; }
	.offset-md-11 { margin-left: 91.66666667%; }
	.d-md-inline { display: inline !important; }
	.d-md-inline-block { display: inline-block !important; }
	.d-md-block { display: block !important; }
	.d-md-grid { display: grid !important; }
	.d-md-inline-grid { display: inline-grid !important; }
	.d-md-table { display: table !important; }
	.d-md-table-row { display: table-row !important; }
	.d-md-table-cell { display: table-cell !important; }
	.d-md-flex { display: flex !important; }
	.d-md-inline-flex { display: inline-flex !important; }
	.d-md-none { display: none !important; }
	.flex-md-fill { flex: 1 1 auto !important; }
	.flex-md-row { flex-direction: row !important; }
	.flex-md-column { flex-direction: column !important; }
	.flex-md-row-reverse { flex-direction: row-reverse !important; }
	.flex-md-column-reverse { flex-direction: column-reverse !important; }
	.flex-md-grow-0 { flex-grow: 0 !important; }
	.flex-md-grow-1 { flex-grow: 1 !important; }
	.flex-md-shrink-0 { flex-shrink: 0 !important; }
	.flex-md-shrink-1 { flex-shrink: 1 !important; }
	.flex-md-wrap { flex-wrap: wrap !important; }
	.flex-md-nowrap { flex-wrap: nowrap !important; }
	.flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; }
	.justify-content-md-start { justify-content: flex-start !important; }
	.justify-content-md-end { justify-content: flex-end !important; }
	.justify-content-md-center { justify-content: center !important; }
	.justify-content-md-between { justify-content: space-between !important; }
	.justify-content-md-around { justify-content: space-around !important; }
	.justify-content-md-evenly { justify-content: space-evenly !important; }
	.align-items-md-start { align-items: flex-start !important; }
	.align-items-md-end { align-items: flex-end !important; }
	.align-items-md-center { align-items: center !important; }
	.align-items-md-baseline { align-items: baseline !important; }
	.align-items-md-stretch { align-items: stretch !important; }
	.align-content-md-start { align-content: flex-start !important; }
	.align-content-md-end { align-content: flex-end !important; }
	.align-content-md-center { align-content: center !important; }
	.align-content-md-between { align-content: space-between !important; }
	.align-content-md-around { align-content: space-around !important; }
	.align-content-md-stretch { align-content: stretch !important; }
	.align-self-md-auto { align-self: auto !important; }
	.align-self-md-start { align-self: flex-start !important; }
	.align-self-md-end { align-self: flex-end !important; }
	.align-self-md-center { align-self: center !important; }
	.align-self-md-baseline { align-self: baseline !important; }
	.align-self-md-stretch { align-self: stretch !important; }
	.order-md-first { order: -1 !important; }
	.order-md-0 { order: 0 !important; }
	.order-md-1 { order: 1 !important; }
	.order-md-2 { order: 2 !important; }
	.order-md-3 { order: 3 !important; }
	.order-md-4 { order: 4 !important; }
	.order-md-5 { order: 5 !important; }
	.order-md-last { order: 6 !important; }
	.min-width-md-auto { min-width: auto !important; }
	.border-radius-md-0 { border-radius: 0 !important; }
	.text-md-left { text-align: left !important; }
	.text-md-right { text-align: right !important; }
	.text-md-center { text-align: center !important; }
	.text-md-justify { text-align: justify !important; }
	.mt-md-auto { margin-top: auto !important; }
	.mr-md-auto { margin-right: auto !important; }
	.mb-md-auto { margin-bottom: auto !important; }
	.ml-md-auto { margin-left: auto !important; }
	.mt-md-00 { margin-top: 0rem !important; }
	.mt-md-05 { margin-top: 0.5rem !important; }
	.mt-md-10 { margin-top: 1rem !important; }
	.mt-md-15 { margin-top: 1.5rem !important; }
	.mt-md-20 { margin-top: 2rem !important; }
	.mt-md-25 { margin-top: 2.5rem !important; }
	.mt-md-30 { margin-top: 3rem !important; }
	.mt-md-35 { margin-top: 3.5rem !important; }
	.mt-md-40 { margin-top: 4rem !important; }
	.mt-md-45 { margin-top: 4.5rem !important; }
	.mt-md-50 { margin-top: 5rem !important; }
	.mt-md-55 { margin-top: 5.5rem !important; }
	.mt-md-60 { margin-top: 6rem !important; }
	.mt-md-65 { margin-top: 6.5rem !important; }
	.mt-md-70 { margin-top: 7rem !important; }
	.mt-md-75 { margin-top: 7.5rem !important; }
	.mt-md-80 { margin-top: 8rem !important; }
	.mt-md-85 { margin-top: 8.5rem !important; }
	.mt-md-90 { margin-top: 9rem !important; }
	.mt-md-95 { margin-top: 9.5rem !important; }
	.mt-md-100 { margin-top: 10rem !important; }
	.mt-md-105 { margin-top: 10.5rem !important; }
	.mt-md-110 { margin-top: 11rem !important; }
	.mt-md-115 { margin-top: 11.5rem !important; }
	.mt-md-120 { margin-top: 12rem !important; }
	.mt-md-125 { margin-top: 12.5rem !important; }
	.mr-md-00 { margin-right: 0rem !important; }
	.mr-md-05 { margin-right: 0.5rem !important; }
	.mr-md-10 { margin-right: 1rem !important; }
	.mr-md-15 { margin-right: 1.5rem !important; }
	.mr-md-20 { margin-right: 2rem !important; }
	.mr-md-25 { margin-right: 2.5rem !important; }
	.mr-md-30 { margin-right: 3rem !important; }
	.mr-md-35 { margin-right: 3.5rem !important; }
	.mr-md-40 { margin-right: 4rem !important; }
	.mr-md-45 { margin-right: 4.5rem !important; }
	.mr-md-50 { margin-right: 5rem !important; }
	.mr-md-55 { margin-right: 5.5rem !important; }
	.mr-md-60 { margin-right: 6rem !important; }
	.mr-md-65 { margin-right: 6.5rem !important; }
	.mr-md-70 { margin-right: 7rem !important; }
	.mr-md-75 { margin-right: 7.5rem !important; }
	.mr-md-80 { margin-right: 8rem !important; }
	.mr-md-85 { margin-right: 8.5rem !important; }
	.mr-md-90 { margin-right: 9rem !important; }
	.mr-md-95 { margin-right: 9.5rem !important; }
	.mr-md-100 { margin-right: 10rem !important; }
	.mr-md-105 { margin-right: 10.5rem !important; }
	.mr-md-110 { margin-right: 11rem !important; }
	.mr-md-115 { margin-right: 11.5rem !important; }
	.mr-md-120 { margin-right: 12rem !important; }
	.mr-md-125 { margin-right: 12.5rem !important; }
	.mb-md-00 { margin-bottom: 0rem !important; }
	.mb-md-05 { margin-bottom: 0.5rem !important; }
	.mb-md-10 { margin-bottom: 1rem !important; }
	.mb-md-15 { margin-bottom: 1.5rem !important; }
	.mb-md-20 { margin-bottom: 2rem !important; }
	.mb-md-25 { margin-bottom: 2.5rem !important; }
	.mb-md-30 { margin-bottom: 3rem !important; }
	.mb-md-35 { margin-bottom: 3.5rem !important; }
	.mb-md-40 { margin-bottom: 4rem !important; }
	.mb-md-45 { margin-bottom: 4.5rem !important; }
	.mb-md-50 { margin-bottom: 5rem !important; }
	.mb-md-55 { margin-bottom: 5.5rem !important; }
	.mb-md-60 { margin-bottom: 6rem !important; }
	.mb-md-65 { margin-bottom: 6.5rem !important; }
	.mb-md-70 { margin-bottom: 7rem !important; }
	.mb-md-75 { margin-bottom: 7.5rem !important; }
	.mb-md-80 { margin-bottom: 8rem !important; }
	.mb-md-85 { margin-bottom: 8.5rem !important; }
	.mb-md-90 { margin-bottom: 9rem !important; }
	.mb-md-95 { margin-bottom: 9.5rem !important; }
	.mb-md-100 { margin-bottom: 10rem !important; }
	.mb-md-105 { margin-bottom: 10.5rem !important; }
	.mb-md-110 { margin-bottom: 11rem !important; }
	.mb-md-115 { margin-bottom: 11.5rem !important; }
	.mb-md-120 { margin-bottom: 12rem !important; }
	.mb-md-125 { margin-bottom: 12.5rem !important; }
	.ml-md-00 { margin-left: 0rem !important; }
	.ml-md-05 { margin-left: 0.5rem !important; }
	.ml-md-10 { margin-left: 1rem !important; }
	.ml-md-15 { margin-left: 1.5rem !important; }
	.ml-md-20 { margin-left: 2rem !important; }
	.ml-md-25 { margin-left: 2.5rem !important; }
	.ml-md-30 { margin-left: 3rem !important; }
	.ml-md-35 { margin-left: 3.5rem !important; }
	.ml-md-40 { margin-left: 4rem !important; }
	.ml-md-45 { margin-left: 4.5rem !important; }
	.ml-md-50 { margin-left: 5rem !important; }
	.ml-md-55 { margin-left: 5.5rem !important; }
	.ml-md-60 { margin-left: 6rem !important; }
	.ml-md-65 { margin-left: 6.5rem !important; }
	.ml-md-70 { margin-left: 7rem !important; }
	.ml-md-75 { margin-left: 7.5rem !important; }
	.ml-md-80 { margin-left: 8rem !important; }
	.ml-md-85 { margin-left: 8.5rem !important; }
	.ml-md-90 { margin-left: 9rem !important; }
	.ml-md-95 { margin-left: 9.5rem !important; }
	.ml-md-100 { margin-left: 10rem !important; }
	.ml-md-105 { margin-left: 10.5rem !important; }
	.ml-md-110 { margin-left: 11rem !important; }
	.ml-md-115 { margin-left: 11.5rem !important; }
	.ml-md-120 { margin-left: 12rem !important; }
	.ml-md-125 { margin-left: 12.5rem !important; }
	.pt-md-00 { padding-top: 0rem !important; }
	.pt-md-05 { padding-top: 0.5rem !important; }
	.pt-md-10 { padding-top: 1rem !important; }
	.pt-md-15 { padding-top: 1.5rem !important; }
	.pt-md-20 { padding-top: 2rem !important; }
	.pt-md-25 { padding-top: 2.5rem !important; }
	.pt-md-30 { padding-top: 3rem !important; }
	.pt-md-35 { padding-top: 3.5rem !important; }
	.pt-md-40 { padding-top: 4rem !important; }
	.pt-md-45 { padding-top: 4.5rem !important; }
	.pt-md-50 { padding-top: 5rem !important; }
	.pt-md-55 { padding-top: 5.5rem !important; }
	.pt-md-60 { padding-top: 6rem !important; }
	.pt-md-65 { padding-top: 6.5rem !important; }
	.pt-md-70 { padding-top: 7rem !important; }
	.pt-md-75 { padding-top: 7.5rem !important; }
	.pt-md-80 { padding-top: 8rem !important; }
	.pt-md-85 { padding-top: 8.5rem !important; }
	.pt-md-90 { padding-top: 9rem !important; }
	.pt-md-95 { padding-top: 9.5rem !important; }
	.pt-md-100 { padding-top: 10rem !important; }
	.pt-md-105 { padding-top: 10.5rem !important; }
	.pt-md-110 { padding-top: 11rem !important; }
	.pt-md-115 { padding-top: 11.5rem !important; }
	.pt-md-120 { padding-top: 12rem !important; }
	.pt-md-125 { padding-top: 12.5rem !important; }
	.pr-md-00 { padding-right: 0rem !important; }
	.pr-md-05 { padding-right: 0.5rem !important; }
	.pr-md-10 { padding-right: 1rem !important; }
	.pr-md-15 { padding-right: 1.5rem !important; }
	.pr-md-20 { padding-right: 2rem !important; }
	.pr-md-25 { padding-right: 2.5rem !important; }
	.pr-md-30 { padding-right: 3rem !important; }
	.pr-md-35 { padding-right: 3.5rem !important; }
	.pr-md-40 { padding-right: 4rem !important; }
	.pr-md-45 { padding-right: 4.5rem !important; }
	.pr-md-50 { padding-right: 5rem !important; }
	.pr-md-55 { padding-right: 5.5rem !important; }
	.pr-md-60 { padding-right: 6rem !important; }
	.pr-md-65 { padding-right: 6.5rem !important; }
	.pr-md-70 { padding-right: 7rem !important; }
	.pr-md-75 { padding-right: 7.5rem !important; }
	.pr-md-80 { padding-right: 8rem !important; }
	.pr-md-85 { padding-right: 8.5rem !important; }
	.pr-md-90 { padding-right: 9rem !important; }
	.pr-md-95 { padding-right: 9.5rem !important; }
	.pr-md-100 { padding-right: 10rem !important; }
	.pr-md-105 { padding-right: 10.5rem !important; }
	.pr-md-110 { padding-right: 11rem !important; }
	.pr-md-115 { padding-right: 11.5rem !important; }
	.pr-md-120 { padding-right: 12rem !important; }
	.pr-md-125 { padding-right: 12.5rem !important; }
	.pb-md-00 { padding-bottom: 0rem !important; }
	.pb-md-05 { padding-bottom: 0.5rem !important; }
	.pb-md-10 { padding-bottom: 1rem !important; }
	.pb-md-15 { padding-bottom: 1.5rem !important; }
	.pb-md-20 { padding-bottom: 2rem !important; }
	.pb-md-25 { padding-bottom: 2.5rem !important; }
	.pb-md-30 { padding-bottom: 3rem !important; }
	.pb-md-35 { padding-bottom: 3.5rem !important; }
	.pb-md-40 { padding-bottom: 4rem !important; }
	.pb-md-45 { padding-bottom: 4.5rem !important; }
	.pb-md-50 { padding-bottom: 5rem !important; }
	.pb-md-55 { padding-bottom: 5.5rem !important; }
	.pb-md-60 { padding-bottom: 6rem !important; }
	.pb-md-65 { padding-bottom: 6.5rem !important; }
	.pb-md-70 { padding-bottom: 7rem !important; }
	.pb-md-75 { padding-bottom: 7.5rem !important; }
	.pb-md-80 { padding-bottom: 8rem !important; }
	.pb-md-85 { padding-bottom: 8.5rem !important; }
	.pb-md-90 { padding-bottom: 9rem !important; }
	.pb-md-95 { padding-bottom: 9.5rem !important; }
	.pb-md-100 { padding-bottom: 10rem !important; }
	.pb-md-105 { padding-bottom: 10.5rem !important; }
	.pb-md-110 { padding-bottom: 11rem !important; }
	.pb-md-115 { padding-bottom: 11.5rem !important; }
	.pb-md-120 { padding-bottom: 12rem !important; }
	.pb-md-125 { padding-bottom: 12.5rem !important; }
	.pl-md-00 { padding-left: 0rem !important; }
	.pl-md-05 { padding-left: 0.5rem !important; }
	.pl-md-10 { padding-left: 1rem !important; }
	.pl-md-15 { padding-left: 1.5rem !important; }
	.pl-md-20 { padding-left: 2rem !important; }
	.pl-md-25 { padding-left: 2.5rem !important; }
	.pl-md-30 { padding-left: 3rem !important; }
	.pl-md-35 { padding-left: 3.5rem !important; }
	.pl-md-40 { padding-left: 4rem !important; }
	.pl-md-45 { padding-left: 4.5rem !important; }
	.pl-md-50 { padding-left: 5rem !important; }
	.pl-md-55 { padding-left: 5.5rem !important; }
	.pl-md-60 { padding-left: 6rem !important; }
	.pl-md-65 { padding-left: 6.5rem !important; }
	.pl-md-70 { padding-left: 7rem !important; }
	.pl-md-75 { padding-left: 7.5rem !important; }
	.pl-md-80 { padding-left: 8rem !important; }
	.pl-md-85 { padding-left: 8.5rem !important; }
	.pl-md-90 { padding-left: 9rem !important; }
	.pl-md-95 { padding-left: 9.5rem !important; }
	.pl-md-100 { padding-left: 10rem !important; }
	.pl-md-105 { padding-left: 10.5rem !important; }
	.pl-md-110 { padding-left: 11rem !important; }
	.pl-md-115 { padding-left: 11.5rem !important; }
	.pl-md-120 { padding-left: 12rem !important; }
	.pl-md-125 { padding-left: 12.5rem !important; }
	.wp-md-05 { width: 5% !important; }
	.wp-md-10 { width: 10% !important; }
	.wp-md-15 { width: 15% !important; }
	.wp-md-20 { width: 20% !important; }
	.wp-md-25 { width: 25% !important; }
	.wp-md-30 { width: 30% !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; }
	.wp-md-100 { width: 100% !important; }
	.wd-md-auto { width: auto !important; }
	.wd-md-00 { width: 0rem !important; }
	.wd-md-05 { width: 0.5rem !important; }
	.wd-md-10 { width: 1rem !important; }
	.wd-md-15 { width: 1.5rem !important; }
	.wd-md-20 { width: 2rem !important; }
	.wd-md-25 { width: 2.5rem !important; }
	.wd-md-30 { width: 3rem !important; }
	.wd-md-35 { width: 3.5rem !important; }
	.wd-md-40 { width: 4rem !important; }
	.wd-md-45 { width: 4.5rem !important; }
	.wd-md-50 { width: 5rem !important; }
	.wd-md-55 { width: 5.5rem !important; }
	.wd-md-60 { width: 6rem !important; }
	.wd-md-65 { width: 6.5rem !important; }
	.wd-md-70 { width: 7rem !important; }
	.wd-md-75 { width: 7.5rem !important; }
	.wd-md-80 { width: 8rem !important; }
	.wd-md-85 { width: 8.5rem !important; }
	.wd-md-90 { width: 9rem !important; }
	.wd-md-95 { width: 9.5rem !important; }
	.wd-md-100 { width: 10rem !important; }
	.wd-md-105 { width: 10.5rem !important; }
	.wd-md-110 { width: 11rem !important; }
	.wd-md-115 { width: 11.5rem !important; }
	.wd-md-120 { width: 12rem !important; }
	.wd-md-125 { width: 12.5rem !important; }
	.wd-md-130 { width: 13rem !important; }
	.wd-md-135 { width: 13.5rem !important; }
	.wd-md-140 { width: 14rem !important; }
	.wd-md-145 { width: 14.5rem !important; }
	.wd-md-150 { width: 15rem !important; }
	.wd-md-155 { width: 15.5rem !important; }
	.wd-md-160 { width: 16rem !important; }
	.wd-md-165 { width: 16.5rem !important; }
	.wd-md-170 { width: 17rem !important; }
	.wd-md-175 { width: 17.5rem !important; }
	.wd-md-180 { width: 18rem !important; }
	.wd-md-185 { width: 18.5rem !important; }
	.wd-md-190 { width: 19rem !important; }
	.wd-md-195 { width: 19.5rem !important; }
	.wd-md-200 { width: 20rem !important; }
	.wd-md-205 { width: 20.5rem !important; }
	.wd-md-210 { width: 21rem !important; }
	.wd-md-215 { width: 21.5rem !important; }
	.wd-md-220 { width: 22rem !important; }
	.wd-md-225 { width: 22.5rem !important; }
	.wd-md-230 { width: 23rem !important; }
	.wd-md-235 { width: 23.5rem !important; }
	.wd-md-240 { width: 24rem !important; }
	.wd-md-245 { width: 24.5rem !important; }
	.wd-md-250 { width: 25rem !important; }
	.wd-md-255 { width: 25.5rem !important; }
	.wd-md-260 { width: 26rem !important; }
	.wd-md-265 { width: 26.5rem !important; }
	.wd-md-270 { width: 27rem !important; }
	.wd-md-275 { width: 27.5rem !important; }
	.wd-md-280 { width: 28rem !important; }
	.wd-md-285 { width: 28.5rem !important; }
	.wd-md-290 { width: 29rem !important; }
	.wd-md-295 { width: 29.5rem !important; }
	.wd-md-300 { width: 30rem !important; }
	.wd-md-305 { width: 30.5rem !important; }
	.wd-md-310 { width: 31rem !important; }
	.wd-md-315 { width: 31.5rem !important; }
	.wd-md-320 { width: 32rem !important; }
	.wd-md-325 { width: 32.5rem !important; }
	.wd-md-330 { width: 33rem !important; }
	.wd-md-335 { width: 33.5rem !important; }
	.wd-md-340 { width: 34rem !important; }
	.wd-md-345 { width: 34.5rem !important; }
	.wd-md-350 { width: 35rem !important; }
	.wd-md-355 { width: 35.5rem !important; }
	.wd-md-360 { width: 36rem !important; }
	.wd-md-365 { width: 36.5rem !important; }
	.wd-md-370 { width: 37rem !important; }
	.wd-md-375 { width: 37.5rem !important; }
	.wd-md-380 { width: 38rem !important; }
	.wd-md-385 { width: 38.5rem !important; }
	.wd-md-390 { width: 39rem !important; }
	.wd-md-395 { width: 39.5rem !important; }
	.wd-md-400 { width: 40rem !important; }
	.wd-md-405 { width: 40.5rem !important; }
	.wd-md-410 { width: 41rem !important; }
	.wd-md-415 { width: 41.5rem !important; }
	.wd-md-420 { width: 42rem !important; }
	.wd-md-425 { width: 42.5rem !important; }
	.wd-md-430 { width: 43rem !important; }
	.wd-md-435 { width: 43.5rem !important; }
	.wd-md-440 { width: 44rem !important; }
	.wd-md-445 { width: 44.5rem !important; }
	.wd-md-450 { width: 45rem !important; }
	.wd-md-455 { width: 45.5rem !important; }
	.wd-md-460 { width: 46rem !important; }
	.wd-md-465 { width: 46.5rem !important; }
	.wd-md-470 { width: 47rem !important; }
	.wd-md-475 { width: 47.5rem !important; }
	.wd-md-480 { width: 48rem !important; }
	.wd-md-485 { width: 48.5rem !important; }
	.wd-md-490 { width: 49rem !important; }
	.wd-md-495 { width: 49.5rem !important; }
	.wd-md-500 { width: 50rem !important; }
	.col-md { flex: 1 0 0%; }
	.col-md-auto { flex: 0 0 auto; width: auto; }
	.col-md-1 { flex: 0 0 auto; width: 8.3333333333%; }
	.col-md-1_1 { flex: 0 0 auto; width: 9.1666666667%; }
	.col-md-1_2 { flex: 0 0 auto; width: 10%; }
	.col-md-1_3 { flex: 0 0 auto; width: 10.8333333333%; }
	.col-md-1_4 { flex: 0 0 auto; width: 11.6666666667%; }
	.col-md-1_5 { flex: 0 0 auto; width: 12.5%; }
	.col-md-1_6 { flex: 0 0 auto; width: 13.3333333333%; }
	.col-md-1_7 { flex: 0 0 auto; width: 14.1666666667%; }
	.col-md-1_8 { flex: 0 0 auto; width: 15%; }
	.col-md-1_9 { flex: 0 0 auto; width: 15.8333333333%; }
	.col-md-2 { flex: 0 0 auto; width: 16.6666666667%; }
	.col-md-2_1 { flex: 0 0 auto; width: 17.5%; }
	.col-md-2_2 { flex: 0 0 auto; width: 18.3333333333%; }
	.col-md-2_3 { flex: 0 0 auto; width: 19.1666666667%; }
	.col-md-2_4 { flex: 0 0 auto; width: 20%; }
	.col-md-2_5 { flex: 0 0 auto; width: 20.8333333333%; }
	.col-md-2_6 { flex: 0 0 auto; width: 21.6666666667%; }
	.col-md-2_7 { flex: 0 0 auto; width: 22.5%; }
	.col-md-2_8 { flex: 0 0 auto; width: 23.3333333333%; }
	.col-md-2_9 { flex: 0 0 auto; width: 24.1666666667%; }
	.col-md-3 { flex: 0 0 auto; width: 25%; }
	.col-md-3_1 { flex: 0 0 auto; width: 25.8333333333%; }
	.col-md-3_2 { flex: 0 0 auto; width: 26.6666666667%; }
	.col-md-3_3 { flex: 0 0 auto; width: 27.5%; }
	.col-md-3_4 { flex: 0 0 auto; width: 28.3333333333%; }
	.col-md-3_5 { flex: 0 0 auto; width: 29.1666666667%; }
	.col-md-3_6 { flex: 0 0 auto; width: 30%; }
	.col-md-3_7 { flex: 0 0 auto; width: 30.8333333333%; }
	.col-md-3_8 { flex: 0 0 auto; width: 31.6666666667%; }
	.col-md-3_9 { flex: 0 0 auto; width: 32.5%; }
	.col-md-4 { flex: 0 0 auto; width: 33.3333333333%; }
	.col-md-4_1 { flex: 0 0 auto; width: 34.1666666667%; }
	.col-md-4_2 { flex: 0 0 auto; width: 35%; }
	.col-md-4_3 { flex: 0 0 auto; width: 35.8333333333%; }
	.col-md-4_4 { flex: 0 0 auto; width: 36.6666666667%; }
	.col-md-4_5 { flex: 0 0 auto; width: 37.5%; }
	.col-md-4_6 { flex: 0 0 auto; width: 38.3333333333%; }
	.col-md-4_7 { flex: 0 0 auto; width: 39.1666666667%; }
	.col-md-4_8 { flex: 0 0 auto; width: 40%; }
	.col-md-4_9 { flex: 0 0 auto; width: 40.8333333333%; }
	.col-md-5 { flex: 0 0 auto; width: 41.6666666667%; }
	.col-md-5_1 { flex: 0 0 auto; width: 42.5%; }
	.col-md-5_2 { flex: 0 0 auto; width: 43.3333333333%; }
	.col-md-5_3 { flex: 0 0 auto; width: 44.1666666667%; }
	.col-md-5_4 { flex: 0 0 auto; width: 45%; }
	.col-md-5_5 { flex: 0 0 auto; width: 45.8333333333%; }
	.col-md-5_6 { flex: 0 0 auto; width: 46.6666666667%; }
	.col-md-5_7 { flex: 0 0 auto; width: 47.5%; }
	.col-md-5_8 { flex: 0 0 auto; width: 48.3333333333%; }
	.col-md-5_9 { flex: 0 0 auto; width: 49.1666666667%; }
	.col-md-6 { flex: 0 0 auto; width: 50%; }
	.col-md-6_1 { flex: 0 0 auto; width: 50.8333333333%; }
	.col-md-6_2 { flex: 0 0 auto; width: 51.6666666667%; }
	.col-md-6_3 { flex: 0 0 auto; width: 52.5%; }
	.col-md-6_4 { flex: 0 0 auto; width: 53.3333333333%; }
	.col-md-6_5 { flex: 0 0 auto; width: 54.1666666667%; }
	.col-md-6_6 { flex: 0 0 auto; width: 55%; }
	.col-md-6_7 { flex: 0 0 auto; width: 55.8333333333%; }
	.col-md-6_8 { flex: 0 0 auto; width: 56.6666666667%; }
	.col-md-6_9 { flex: 0 0 auto; width: 57.5%; }
	.col-md-7 { flex: 0 0 auto; width: 58.3333333333%; }
	.col-md-7_1 { flex: 0 0 auto; width: 59.1666666667%; }
	.col-md-7_2 { flex: 0 0 auto; width: 60%; }
	.col-md-7_3 { flex: 0 0 auto; width: 60.8333333333%; }
	.col-md-7_4 { flex: 0 0 auto; width: 61.6666666667%; }
	.col-md-7_5 { flex: 0 0 auto; width: 62.5%; }
	.col-md-7_6 { flex: 0 0 auto; width: 63.3333333333%; }
	.col-md-7_7 { flex: 0 0 auto; width: 64.1666666667%; }
	.col-md-7_8 { flex: 0 0 auto; width: 65%; }
	.col-md-7_9 { flex: 0 0 auto; width: 65.8333333333%; }
	.col-md-8 { flex: 0 0 auto; width: 66.6666666667%; }
	.col-md-8_1 { flex: 0 0 auto; width: 67.5%; }
	.col-md-8_2 { flex: 0 0 auto; width: 68.3333333333%; }
	.col-md-8_3 { flex: 0 0 auto; width: 69.1666666667%; }
	.col-md-8_4 { flex: 0 0 auto; width: 70%; }
	.col-md-8_5 { flex: 0 0 auto; width: 70.8333333333%; }
	.col-md-8_6 { flex: 0 0 auto; width: 71.6666666667%; }
	.col-md-8_7 { flex: 0 0 auto; width: 72.5%; }
	.col-md-8_8 { flex: 0 0 auto; width: 73.3333333333%; }
	.col-md-8_9 { flex: 0 0 auto; width: 74.1666666667%; }
	.col-md-9 { flex: 0 0 auto; width: 75%; }
	.col-md-9_1 { flex: 0 0 auto; width: 75.8333333333%; }
	.col-md-9_2 { flex: 0 0 auto; width: 76.6666666667%; }
	.col-md-9_3 { flex: 0 0 auto; width: 77.5%; }
	.col-md-9_4 { flex: 0 0 auto; width: 78.3333333333%; }
	.col-md-9_5 { flex: 0 0 auto; width: 79.1666666667%; }
	.col-md-9_6 { flex: 0 0 auto; width: 80%; }
	.col-md-9_7 { flex: 0 0 auto; width: 80.8333333333%; }
	.col-md-9_8 { flex: 0 0 auto; width: 81.6666666667%; }
	.col-md-9_9 { flex: 0 0 auto; width: 82.5%; }
	.col-md-10 { flex: 0 0 auto; width: 83.3333333333%; }
	.col-md-10_1 { flex: 0 0 auto; width: 84.1666666667%; }
	.col-md-10_2 { flex: 0 0 auto; width: 85%; }
	.col-md-10_3 { flex: 0 0 auto; width: 85.8333333333%; }
	.col-md-10_4 { flex: 0 0 auto; width: 86.6666666667%; }
	.col-md-10_5 { flex: 0 0 auto; width: 87.5%; }
	.col-md-10_6 { flex: 0 0 auto; width: 88.3333333333%; }
	.col-md-10_7 { flex: 0 0 auto; width: 89.1666666667%; }
	.col-md-10_8 { flex: 0 0 auto; width: 90%; }
	.col-md-10_9 { flex: 0 0 auto; width: 90.8333333333%; }
	.col-md-11 { flex: 0 0 auto; width: 91.6666666667%; }
	.col-md-11_1 { flex: 0 0 auto; width: 92.5%; }
	.col-md-11_2 { flex: 0 0 auto; width: 93.3333333333%; }
	.col-md-11_3 { flex: 0 0 auto; width: 94.1666666667%; }
	.col-md-11_4 { flex: 0 0 auto; width: 95%; }
	.col-md-11_5 { flex: 0 0 auto; width: 95.8333333333%; }
	.col-md-11_6 { flex: 0 0 auto; width: 96.6666666667%; }
	.col-md-11_7 { flex: 0 0 auto; width: 97.5%; }
	.col-md-11_8 { flex: 0 0 auto; width: 98.3333333333%; }
	.col-md-11_9 { flex: 0 0 auto; width: 99.1666666667%; }
	.col-md-12 { flex: 0 0 auto; width: 100%; }
}
@media screen and (min-width:1025px) {
	.visible-lg-hide { visibility: hidden !important; }
	.visible-lg-show { visibility: visible !important; }
	.float-lg-left { float: left !important; }
	.float-lg-right { float: right !important; }
	.align-lg-top { vertical-align: top !important; }
	.align-lg-middle { vertical-align: middle !important; }
	.align-lg-bottom { vertical-align: bottom !important; }
	.text-lg-uppercase { text-transform: uppercase !important; }
	.text-lg-lowercase { text-transform: lowercase !important; }
	.font-weight-lg-light { font-weight: 300 !important; }
	.font-weight-lg-normal { font-weight: 400 !important; }
	.font-weight-lg-medium { font-weight: 500 !important; }
	.font-weight-lg-bold { font-weight: bold !important; }
	.text-lg-small { font-size: 85% !important; }
	.text-lg-large { font-size: 115% !important; }
	.text-lg-blind { text-indent: -9999px !important; }
	.text-lg-decoration-underline { text-decoration: underline !important; }
	.text-nowrap { white-space: nowrap !important; }
	.border-lg-0 { border: 0 !important; }
	.border-lg-top0 { border-top: 0 !important; }
	.border-lg-right0 { border-right: 0 !important; }
	.border-lg-bottom0 { border-bottom: 0 !important; }
	.border-lg-left0 { border-left: 0 !important; }
	.row-cols-lg-auto > * { flex: 0 0 auto; width: auto; }
	.row-cols-lg-1 > * { flex: 0 0 auto; width: 100%; }
	.row-cols-lg-2 > * { flex: 0 0 auto; width: 50%; }
	.row-cols-lg-3 > * { flex: 0 0 auto; width: 33.3333333333%; }
	.row-cols-lg-4 > * { flex: 0 0 auto; width: 25%; }
	.row-cols-lg-5 > * { flex: 0 0 auto; width: 20%; }
	.row-cols-lg-6 > * { flex: 0 0 auto; width: 16.6666666667%; }
	.offset-lg-0 { margin-left: 0; }
	.offset-lg-1 { margin-left: 8.33333333%; }
	.offset-lg-2 { margin-left: 16.66666667%; }
	.offset-lg-3 { margin-left: 25%; }
	.offset-lg-4 { margin-left: 33.33333333%; }
	.offset-lg-5 { margin-left: 41.66666667%; }
	.offset-lg-6 { margin-left: 50%; }
	.offset-lg-7 { margin-left: 58.33333333%; }
	.offset-lg-8 { margin-left: 66.66666667%; }
	.offset-lg-9 { margin-left: 75%; }
	.offset-lg-10 { margin-left: 83.33333333%; }
	.offset-lg-11 { margin-left: 91.66666667%; }
	.d-lg-inline { display: inline !important; }
	.d-lg-inline-block { display: inline-block !important; }
	.d-lg-block { display: block !important; }
	.d-lg-grid { display: grid !important; }
	.d-lg-inline-grid { display: inline-grid !important; }
	.d-lg-table { display: table !important; }
	.d-lg-table-row { display: table-row !important; }
	.d-lg-table-cell { display: table-cell !important; }
	.d-lg-flex { display: flex !important; }
	.d-lg-inline-flex { display: inline-flex !important; }
	.d-lg-none { display: none !important; }
	.flex-lg-fill { flex: 1 1 auto !important; }
	.flex-lg-row { flex-direction: row !important; }
	.flex-lg-column { flex-direction: column !important; }
	.flex-lg-row-reverse { flex-direction: row-reverse !important; }
	.flex-lg-column-reverse { flex-direction: column-reverse !important; }
	.flex-lg-grow-0 { flex-grow: 0 !important; }
	.flex-lg-grow-1 { flex-grow: 1 !important; }
	.flex-lg-shrink-0 { flex-shrink: 0 !important; }
	.flex-lg-shrink-1 { flex-shrink: 1 !important; }
	.flex-lg-wrap { flex-wrap: wrap !important; }
	.flex-lg-nowrap { flex-wrap: nowrap !important; }
	.flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; }
	.justify-content-lg-start { justify-content: flex-start !important; }
	.justify-content-lg-end { justify-content: flex-end !important; }
	.justify-content-lg-center { justify-content: center !important; }
	.justify-content-lg-between { justify-content: space-between !important; }
	.justify-content-lg-around { justify-content: space-around !important; }
	.justify-content-lg-evenly { justify-content: space-evenly !important; }
	.align-items-lg-start { align-items: flex-start !important; }
	.align-items-lg-end { align-items: flex-end !important; }
	.align-items-lg-center { align-items: center !important; }
	.align-items-lg-baseline { align-items: baseline !important; }
	.align-items-lg-stretch { align-items: stretch !important; }
	.align-content-lg-start { align-content: flex-start !important; }
	.align-content-lg-end { align-content: flex-end !important; }
	.align-content-lg-center { align-content: center !important; }
	.align-content-lg-between { align-content: space-between !important; }
	.align-content-lg-around { align-content: space-around !important; }
	.align-content-lg-stretch { align-content: stretch !important; }
	.align-self-lg-auto { align-self: auto !important; }
	.align-self-lg-start { align-self: flex-start !important; }
	.align-self-lg-end { align-self: flex-end !important; }
	.align-self-lg-center { align-self: center !important; }
	.align-self-lg-baseline { align-self: baseline !important; }
	.align-self-lg-stretch { align-self: stretch !important; }
	.order-lg-first { order: -1 !important; }
	.order-lg-0 { order: 0 !important; }
	.order-lg-1 { order: 1 !important; }
	.order-lg-2 { order: 2 !important; }
	.order-lg-3 { order: 3 !important; }
	.order-lg-4 { order: 4 !important; }
	.order-lg-5 { order: 5 !important; }
	.order-lg-last { order: 6 !important; }
	.min-width-lg-auto { min-width: auto !important; }
	.border-radius-lg-0 { border-radius: 0 !important; }
	.text-lg-left { text-align: left !important; }
	.text-lg-right { text-align: right !important; }
	.text-lg-center { text-align: center !important; }
	.text-lg-justify { text-align: justify !important; }
	.mt-lg-auto { margin-top: auto !important; }
	.mr-lg-auto { margin-right: auto !important; }
	.mb-lg-auto { margin-bottom: auto !important; }
	.ml-lg-auto { margin-left: auto !important; }
	.mt-lg-00 { margin-top: 0rem !important; }
	.mt-lg-05 { margin-top: 0.5rem !important; }
	.mt-lg-10 { margin-top: 1rem !important; }
	.mt-lg-15 { margin-top: 1.5rem !important; }
	.mt-lg-20 { margin-top: 2rem !important; }
	.mt-lg-25 { margin-top: 2.5rem !important; }
	.mt-lg-30 { margin-top: 3rem !important; }
	.mt-lg-35 { margin-top: 3.5rem !important; }
	.mt-lg-40 { margin-top: 4rem !important; }
	.mt-lg-45 { margin-top: 4.5rem !important; }
	.mt-lg-50 { margin-top: 5rem !important; }
	.mt-lg-55 { margin-top: 5.5rem !important; }
	.mt-lg-60 { margin-top: 6rem !important; }
	.mt-lg-65 { margin-top: 6.5rem !important; }
	.mt-lg-70 { margin-top: 7rem !important; }
	.mt-lg-75 { margin-top: 7.5rem !important; }
	.mt-lg-80 { margin-top: 8rem !important; }
	.mt-lg-85 { margin-top: 8.5rem !important; }
	.mt-lg-90 { margin-top: 9rem !important; }
	.mt-lg-95 { margin-top: 9.5rem !important; }
	.mt-lg-100 { margin-top: 10rem !important; }
	.mt-lg-105 { margin-top: 10.5rem !important; }
	.mt-lg-110 { margin-top: 11rem !important; }
	.mt-lg-115 { margin-top: 11.5rem !important; }
	.mt-lg-120 { margin-top: 12rem !important; }
	.mt-lg-125 { margin-top: 12.5rem !important; }
	.mr-lg-00 { margin-right: 0rem !important; }
	.mr-lg-05 { margin-right: 0.5rem !important; }
	.mr-lg-10 { margin-right: 1rem !important; }
	.mr-lg-15 { margin-right: 1.5rem !important; }
	.mr-lg-20 { margin-right: 2rem !important; }
	.mr-lg-25 { margin-right: 2.5rem !important; }
	.mr-lg-30 { margin-right: 3rem !important; }
	.mr-lg-35 { margin-right: 3.5rem !important; }
	.mr-lg-40 { margin-right: 4rem !important; }
	.mr-lg-45 { margin-right: 4.5rem !important; }
	.mr-lg-50 { margin-right: 5rem !important; }
	.mr-lg-55 { margin-right: 5.5rem !important; }
	.mr-lg-60 { margin-right: 6rem !important; }
	.mr-lg-65 { margin-right: 6.5rem !important; }
	.mr-lg-70 { margin-right: 7rem !important; }
	.mr-lg-75 { margin-right: 7.5rem !important; }
	.mr-lg-80 { margin-right: 8rem !important; }
	.mr-lg-85 { margin-right: 8.5rem !important; }
	.mr-lg-90 { margin-right: 9rem !important; }
	.mr-lg-95 { margin-right: 9.5rem !important; }
	.mr-lg-100 { margin-right: 10rem !important; }
	.mr-lg-105 { margin-right: 10.5rem !important; }
	.mr-lg-110 { margin-right: 11rem !important; }
	.mr-lg-115 { margin-right: 11.5rem !important; }
	.mr-lg-120 { margin-right: 12rem !important; }
	.mr-lg-125 { margin-right: 12.5rem !important; }
	.mb-lg-00 { margin-bottom: 0rem !important; }
	.mb-lg-05 { margin-bottom: 0.5rem !important; }
	.mb-lg-10 { margin-bottom: 1rem !important; }
	.mb-lg-15 { margin-bottom: 1.5rem !important; }
	.mb-lg-20 { margin-bottom: 2rem !important; }
	.mb-lg-25 { margin-bottom: 2.5rem !important; }
	.mb-lg-30 { margin-bottom: 3rem !important; }
	.mb-lg-35 { margin-bottom: 3.5rem !important; }
	.mb-lg-40 { margin-bottom: 4rem !important; }
	.mb-lg-45 { margin-bottom: 4.5rem !important; }
	.mb-lg-50 { margin-bottom: 5rem !important; }
	.mb-lg-55 { margin-bottom: 5.5rem !important; }
	.mb-lg-60 { margin-bottom: 6rem !important; }
	.mb-lg-65 { margin-bottom: 6.5rem !important; }
	.mb-lg-70 { margin-bottom: 7rem !important; }
	.mb-lg-75 { margin-bottom: 7.5rem !important; }
	.mb-lg-80 { margin-bottom: 8rem !important; }
	.mb-lg-85 { margin-bottom: 8.5rem !important; }
	.mb-lg-90 { margin-bottom: 9rem !important; }
	.mb-lg-95 { margin-bottom: 9.5rem !important; }
	.mb-lg-100 { margin-bottom: 10rem !important; }
	.mb-lg-105 { margin-bottom: 10.5rem !important; }
	.mb-lg-110 { margin-bottom: 11rem !important; }
	.mb-lg-115 { margin-bottom: 11.5rem !important; }
	.mb-lg-120 { margin-bottom: 12rem !important; }
	.mb-lg-125 { margin-bottom: 12.5rem !important; }
	.ml-lg-00 { margin-left: 0rem !important; }
	.ml-lg-05 { margin-left: 0.5rem !important; }
	.ml-lg-10 { margin-left: 1rem !important; }
	.ml-lg-15 { margin-left: 1.5rem !important; }
	.ml-lg-20 { margin-left: 2rem !important; }
	.ml-lg-25 { margin-left: 2.5rem !important; }
	.ml-lg-30 { margin-left: 3rem !important; }
	.ml-lg-35 { margin-left: 3.5rem !important; }
	.ml-lg-40 { margin-left: 4rem !important; }
	.ml-lg-45 { margin-left: 4.5rem !important; }
	.ml-lg-50 { margin-left: 5rem !important; }
	.ml-lg-55 { margin-left: 5.5rem !important; }
	.ml-lg-60 { margin-left: 6rem !important; }
	.ml-lg-65 { margin-left: 6.5rem !important; }
	.ml-lg-70 { margin-left: 7rem !important; }
	.ml-lg-75 { margin-left: 7.5rem !important; }
	.ml-lg-80 { margin-left: 8rem !important; }
	.ml-lg-85 { margin-left: 8.5rem !important; }
	.ml-lg-90 { margin-left: 9rem !important; }
	.ml-lg-95 { margin-left: 9.5rem !important; }
	.ml-lg-100 { margin-left: 10rem !important; }
	.ml-lg-105 { margin-left: 10.5rem !important; }
	.ml-lg-110 { margin-left: 11rem !important; }
	.ml-lg-115 { margin-left: 11.5rem !important; }
	.ml-lg-120 { margin-left: 12rem !important; }
	.ml-lg-125 { margin-left: 12.5rem !important; }
	.pt-lg-00 { padding-top: 0rem !important; }
	.pt-lg-05 { padding-top: 0.5rem !important; }
	.pt-lg-10 { padding-top: 1rem !important; }
	.pt-lg-15 { padding-top: 1.5rem !important; }
	.pt-lg-20 { padding-top: 2rem !important; }
	.pt-lg-25 { padding-top: 2.5rem !important; }
	.pt-lg-30 { padding-top: 3rem !important; }
	.pt-lg-35 { padding-top: 3.5rem !important; }
	.pt-lg-40 { padding-top: 4rem !important; }
	.pt-lg-45 { padding-top: 4.5rem !important; }
	.pt-lg-50 { padding-top: 5rem !important; }
	.pt-lg-55 { padding-top: 5.5rem !important; }
	.pt-lg-60 { padding-top: 6rem !important; }
	.pt-lg-65 { padding-top: 6.5rem !important; }
	.pt-lg-70 { padding-top: 7rem !important; }
	.pt-lg-75 { padding-top: 7.5rem !important; }
	.pt-lg-80 { padding-top: 8rem !important; }
	.pt-lg-85 { padding-top: 8.5rem !important; }
	.pt-lg-90 { padding-top: 9rem !important; }
	.pt-lg-95 { padding-top: 9.5rem !important; }
	.pt-lg-100 { padding-top: 10rem !important; }
	.pt-lg-105 { padding-top: 10.5rem !important; }
	.pt-lg-110 { padding-top: 11rem !important; }
	.pt-lg-115 { padding-top: 11.5rem !important; }
	.pt-lg-120 { padding-top: 12rem !important; }
	.pt-lg-125 { padding-top: 12.5rem !important; }
	.pr-lg-00 { padding-right: 0rem !important; }
	.pr-lg-05 { padding-right: 0.5rem !important; }
	.pr-lg-10 { padding-right: 1rem !important; }
	.pr-lg-15 { padding-right: 1.5rem !important; }
	.pr-lg-20 { padding-right: 2rem !important; }
	.pr-lg-25 { padding-right: 2.5rem !important; }
	.pr-lg-30 { padding-right: 3rem !important; }
	.pr-lg-35 { padding-right: 3.5rem !important; }
	.pr-lg-40 { padding-right: 4rem !important; }
	.pr-lg-45 { padding-right: 4.5rem !important; }
	.pr-lg-50 { padding-right: 5rem !important; }
	.pr-lg-55 { padding-right: 5.5rem !important; }
	.pr-lg-60 { padding-right: 6rem !important; }
	.pr-lg-65 { padding-right: 6.5rem !important; }
	.pr-lg-70 { padding-right: 7rem !important; }
	.pr-lg-75 { padding-right: 7.5rem !important; }
	.pr-lg-80 { padding-right: 8rem !important; }
	.pr-lg-85 { padding-right: 8.5rem !important; }
	.pr-lg-90 { padding-right: 9rem !important; }
	.pr-lg-95 { padding-right: 9.5rem !important; }
	.pr-lg-100 { padding-right: 10rem !important; }
	.pr-lg-105 { padding-right: 10.5rem !important; }
	.pr-lg-110 { padding-right: 11rem !important; }
	.pr-lg-115 { padding-right: 11.5rem !important; }
	.pr-lg-120 { padding-right: 12rem !important; }
	.pr-lg-125 { padding-right: 12.5rem !important; }
	.pb-lg-00 { padding-bottom: 0rem !important; }
	.pb-lg-05 { padding-bottom: 0.5rem !important; }
	.pb-lg-10 { padding-bottom: 1rem !important; }
	.pb-lg-15 { padding-bottom: 1.5rem !important; }
	.pb-lg-20 { padding-bottom: 2rem !important; }
	.pb-lg-25 { padding-bottom: 2.5rem !important; }
	.pb-lg-30 { padding-bottom: 3rem !important; }
	.pb-lg-35 { padding-bottom: 3.5rem !important; }
	.pb-lg-40 { padding-bottom: 4rem !important; }
	.pb-lg-45 { padding-bottom: 4.5rem !important; }
	.pb-lg-50 { padding-bottom: 5rem !important; }
	.pb-lg-55 { padding-bottom: 5.5rem !important; }
	.pb-lg-60 { padding-bottom: 6rem !important; }
	.pb-lg-65 { padding-bottom: 6.5rem !important; }
	.pb-lg-70 { padding-bottom: 7rem !important; }
	.pb-lg-75 { padding-bottom: 7.5rem !important; }
	.pb-lg-80 { padding-bottom: 8rem !important; }
	.pb-lg-85 { padding-bottom: 8.5rem !important; }
	.pb-lg-90 { padding-bottom: 9rem !important; }
	.pb-lg-95 { padding-bottom: 9.5rem !important; }
	.pb-lg-100 { padding-bottom: 10rem !important; }
	.pb-lg-105 { padding-bottom: 10.5rem !important; }
	.pb-lg-110 { padding-bottom: 11rem !important; }
	.pb-lg-115 { padding-bottom: 11.5rem !important; }
	.pb-lg-120 { padding-bottom: 12rem !important; }
	.pb-lg-125 { padding-bottom: 12.5rem !important; }
	.pl-lg-00 { padding-left: 0rem !important; }
	.pl-lg-05 { padding-left: 0.5rem !important; }
	.pl-lg-10 { padding-left: 1rem !important; }
	.pl-lg-15 { padding-left: 1.5rem !important; }
	.pl-lg-20 { padding-left: 2rem !important; }
	.pl-lg-25 { padding-left: 2.5rem !important; }
	.pl-lg-30 { padding-left: 3rem !important; }
	.pl-lg-35 { padding-left: 3.5rem !important; }
	.pl-lg-40 { padding-left: 4rem !important; }
	.pl-lg-45 { padding-left: 4.5rem !important; }
	.pl-lg-50 { padding-left: 5rem !important; }
	.pl-lg-55 { padding-left: 5.5rem !important; }
	.pl-lg-60 { padding-left: 6rem !important; }
	.pl-lg-65 { padding-left: 6.5rem !important; }
	.pl-lg-70 { padding-left: 7rem !important; }
	.pl-lg-75 { padding-left: 7.5rem !important; }
	.pl-lg-80 { padding-left: 8rem !important; }
	.pl-lg-85 { padding-left: 8.5rem !important; }
	.pl-lg-90 { padding-left: 9rem !important; }
	.pl-lg-95 { padding-left: 9.5rem !important; }
	.pl-lg-100 { padding-left: 10rem !important; }
	.pl-lg-105 { padding-left: 10.5rem !important; }
	.pl-lg-110 { padding-left: 11rem !important; }
	.pl-lg-115 { padding-left: 11.5rem !important; }
	.pl-lg-120 { padding-left: 12rem !important; }
	.pl-lg-125 { padding-left: 12.5rem !important; }
	.wp-lg-05 { width: 5% !important; }
	.wp-lg-10 { width: 10% !important; }
	.wp-lg-15 { width: 15% !important; }
	.wp-lg-20 { width: 20% !important; }
	.wp-lg-25 { width: 25% !important; }
	.wp-lg-30 { width: 30% !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; }
	.wp-lg-100 { width: 100% !important; }
	.wd-lg-auto { width: auto !important; }
	.wd-lg-00 { width: 0rem !important; }
	.wd-lg-05 { width: 0.5rem !important; }
	.wd-lg-10 { width: 1rem !important; }
	.wd-lg-15 { width: 1.5rem !important; }
	.wd-lg-20 { width: 2rem !important; }
	.wd-lg-25 { width: 2.5rem !important; }
	.wd-lg-30 { width: 3rem !important; }
	.wd-lg-35 { width: 3.5rem !important; }
	.wd-lg-40 { width: 4rem !important; }
	.wd-lg-45 { width: 4.5rem !important; }
	.wd-lg-50 { width: 5rem !important; }
	.wd-lg-55 { width: 5.5rem !important; }
	.wd-lg-60 { width: 6rem !important; }
	.wd-lg-65 { width: 6.5rem !important; }
	.wd-lg-70 { width: 7rem !important; }
	.wd-lg-75 { width: 7.5rem !important; }
	.wd-lg-80 { width: 8rem !important; }
	.wd-lg-85 { width: 8.5rem !important; }
	.wd-lg-90 { width: 9rem !important; }
	.wd-lg-95 { width: 9.5rem !important; }
	.wd-lg-100 { width: 10rem !important; }
	.wd-lg-105 { width: 10.5rem !important; }
	.wd-lg-110 { width: 11rem !important; }
	.wd-lg-115 { width: 11.5rem !important; }
	.wd-lg-120 { width: 12rem !important; }
	.wd-lg-125 { width: 12.5rem !important; }
	.wd-lg-130 { width: 13rem !important; }
	.wd-lg-135 { width: 13.5rem !important; }
	.wd-lg-140 { width: 14rem !important; }
	.wd-lg-145 { width: 14.5rem !important; }
	.wd-lg-150 { width: 15rem !important; }
	.wd-lg-155 { width: 15.5rem !important; }
	.wd-lg-160 { width: 16rem !important; }
	.wd-lg-165 { width: 16.5rem !important; }
	.wd-lg-170 { width: 17rem !important; }
	.wd-lg-175 { width: 17.5rem !important; }
	.wd-lg-180 { width: 18rem !important; }
	.wd-lg-185 { width: 18.5rem !important; }
	.wd-lg-190 { width: 19rem !important; }
	.wd-lg-195 { width: 19.5rem !important; }
	.wd-lg-200 { width: 20rem !important; }
	.wd-lg-205 { width: 20.5rem !important; }
	.wd-lg-210 { width: 21rem !important; }
	.wd-lg-215 { width: 21.5rem !important; }
	.wd-lg-220 { width: 22rem !important; }
	.wd-lg-225 { width: 22.5rem !important; }
	.wd-lg-230 { width: 23rem !important; }
	.wd-lg-235 { width: 23.5rem !important; }
	.wd-lg-240 { width: 24rem !important; }
	.wd-lg-245 { width: 24.5rem !important; }
	.wd-lg-250 { width: 25rem !important; }
	.wd-lg-255 { width: 25.5rem !important; }
	.wd-lg-260 { width: 26rem !important; }
	.wd-lg-265 { width: 26.5rem !important; }
	.wd-lg-270 { width: 27rem !important; }
	.wd-lg-275 { width: 27.5rem !important; }
	.wd-lg-280 { width: 28rem !important; }
	.wd-lg-285 { width: 28.5rem !important; }
	.wd-lg-290 { width: 29rem !important; }
	.wd-lg-295 { width: 29.5rem !important; }
	.wd-lg-300 { width: 30rem !important; }
	.wd-lg-305 { width: 30.5rem !important; }
	.wd-lg-310 { width: 31rem !important; }
	.wd-lg-315 { width: 31.5rem !important; }
	.wd-lg-320 { width: 32rem !important; }
	.wd-lg-325 { width: 32.5rem !important; }
	.wd-lg-330 { width: 33rem !important; }
	.wd-lg-335 { width: 33.5rem !important; }
	.wd-lg-340 { width: 34rem !important; }
	.wd-lg-345 { width: 34.5rem !important; }
	.wd-lg-350 { width: 35rem !important; }
	.wd-lg-355 { width: 35.5rem !important; }
	.wd-lg-360 { width: 36rem !important; }
	.wd-lg-365 { width: 36.5rem !important; }
	.wd-lg-370 { width: 37rem !important; }
	.wd-lg-375 { width: 37.5rem !important; }
	.wd-lg-380 { width: 38rem !important; }
	.wd-lg-385 { width: 38.5rem !important; }
	.wd-lg-390 { width: 39rem !important; }
	.wd-lg-395 { width: 39.5rem !important; }
	.wd-lg-400 { width: 40rem !important; }
	.wd-lg-405 { width: 40.5rem !important; }
	.wd-lg-410 { width: 41rem !important; }
	.wd-lg-415 { width: 41.5rem !important; }
	.wd-lg-420 { width: 42rem !important; }
	.wd-lg-425 { width: 42.5rem !important; }
	.wd-lg-430 { width: 43rem !important; }
	.wd-lg-435 { width: 43.5rem !important; }
	.wd-lg-440 { width: 44rem !important; }
	.wd-lg-445 { width: 44.5rem !important; }
	.wd-lg-450 { width: 45rem !important; }
	.wd-lg-455 { width: 45.5rem !important; }
	.wd-lg-460 { width: 46rem !important; }
	.wd-lg-465 { width: 46.5rem !important; }
	.wd-lg-470 { width: 47rem !important; }
	.wd-lg-475 { width: 47.5rem !important; }
	.wd-lg-480 { width: 48rem !important; }
	.wd-lg-485 { width: 48.5rem !important; }
	.wd-lg-490 { width: 49rem !important; }
	.wd-lg-495 { width: 49.5rem !important; }
	.wd-lg-500 { width: 50rem !important; }
	.col-lg { flex: 1 0 0%; }
	.col-lg-auto { flex: 0 0 auto; width: auto; }
	.col-lg-1 { flex: 0 0 auto; width: 8.3333333333%; }
	.col-lg-1_1 { flex: 0 0 auto; width: 9.1666666667%; }
	.col-lg-1_2 { flex: 0 0 auto; width: 10%; }
	.col-lg-1_3 { flex: 0 0 auto; width: 10.8333333333%; }
	.col-lg-1_4 { flex: 0 0 auto; width: 11.6666666667%; }
	.col-lg-1_5 { flex: 0 0 auto; width: 12.5%; }
	.col-lg-1_6 { flex: 0 0 auto; width: 13.3333333333%; }
	.col-lg-1_7 { flex: 0 0 auto; width: 14.1666666667%; }
	.col-lg-1_8 { flex: 0 0 auto; width: 15%; }
	.col-lg-1_9 { flex: 0 0 auto; width: 15.8333333333%; }
	.col-lg-2 { flex: 0 0 auto; width: 16.6666666667%; }
	.col-lg-2_1 { flex: 0 0 auto; width: 17.5%; }
	.col-lg-2_2 { flex: 0 0 auto; width: 18.3333333333%; }
	.col-lg-2_3 { flex: 0 0 auto; width: 19.1666666667%; }
	.col-lg-2_4 { flex: 0 0 auto; width: 20%; }
	.col-lg-2_5 { flex: 0 0 auto; width: 20.8333333333%; }
	.col-lg-2_6 { flex: 0 0 auto; width: 21.6666666667%; }
	.col-lg-2_7 { flex: 0 0 auto; width: 22.5%; }
	.col-lg-2_8 { flex: 0 0 auto; width: 23.3333333333%; }
	.col-lg-2_9 { flex: 0 0 auto; width: 24.1666666667%; }
	.col-lg-3 { flex: 0 0 auto; width: 25%; }
	.col-lg-3_1 { flex: 0 0 auto; width: 25.8333333333%; }
	.col-lg-3_2 { flex: 0 0 auto; width: 26.6666666667%; }
	.col-lg-3_3 { flex: 0 0 auto; width: 27.5%; }
	.col-lg-3_4 { flex: 0 0 auto; width: 28.3333333333%; }
	.col-lg-3_5 { flex: 0 0 auto; width: 29.1666666667%; }
	.col-lg-3_6 { flex: 0 0 auto; width: 30%; }
	.col-lg-3_7 { flex: 0 0 auto; width: 30.8333333333%; }
	.col-lg-3_8 { flex: 0 0 auto; width: 31.6666666667%; }
	.col-lg-3_9 { flex: 0 0 auto; width: 32.5%; }
	.col-lg-4 { flex: 0 0 auto; width: 33.3333333333%; }
	.col-lg-4_1 { flex: 0 0 auto; width: 34.1666666667%; }
	.col-lg-4_2 { flex: 0 0 auto; width: 35%; }
	.col-lg-4_3 { flex: 0 0 auto; width: 35.8333333333%; }
	.col-lg-4_4 { flex: 0 0 auto; width: 36.6666666667%; }
	.col-lg-4_5 { flex: 0 0 auto; width: 37.5%; }
	.col-lg-4_6 { flex: 0 0 auto; width: 38.3333333333%; }
	.col-lg-4_7 { flex: 0 0 auto; width: 39.1666666667%; }
	.col-lg-4_8 { flex: 0 0 auto; width: 40%; }
	.col-lg-4_9 { flex: 0 0 auto; width: 40.8333333333%; }
	.col-lg-5 { flex: 0 0 auto; width: 41.6666666667%; }
	.col-lg-5_1 { flex: 0 0 auto; width: 42.5%; }
	.col-lg-5_2 { flex: 0 0 auto; width: 43.3333333333%; }
	.col-lg-5_3 { flex: 0 0 auto; width: 44.1666666667%; }
	.col-lg-5_4 { flex: 0 0 auto; width: 45%; }
	.col-lg-5_5 { flex: 0 0 auto; width: 45.8333333333%; }
	.col-lg-5_6 { flex: 0 0 auto; width: 46.6666666667%; }
	.col-lg-5_7 { flex: 0 0 auto; width: 47.5%; }
	.col-lg-5_8 { flex: 0 0 auto; width: 48.3333333333%; }
	.col-lg-5_9 { flex: 0 0 auto; width: 49.1666666667%; }
	.col-lg-6 { flex: 0 0 auto; width: 50%; }
	.col-lg-6_1 { flex: 0 0 auto; width: 50.8333333333%; }
	.col-lg-6_2 { flex: 0 0 auto; width: 51.6666666667%; }
	.col-lg-6_3 { flex: 0 0 auto; width: 52.5%; }
	.col-lg-6_4 { flex: 0 0 auto; width: 53.3333333333%; }
	.col-lg-6_5 { flex: 0 0 auto; width: 54.1666666667%; }
	.col-lg-6_6 { flex: 0 0 auto; width: 55%; }
	.col-lg-6_7 { flex: 0 0 auto; width: 55.8333333333%; }
	.col-lg-6_8 { flex: 0 0 auto; width: 56.6666666667%; }
	.col-lg-6_9 { flex: 0 0 auto; width: 57.5%; }
	.col-lg-7 { flex: 0 0 auto; width: 58.3333333333%; }
	.col-lg-7_1 { flex: 0 0 auto; width: 59.1666666667%; }
	.col-lg-7_2 { flex: 0 0 auto; width: 60%; }
	.col-lg-7_3 { flex: 0 0 auto; width: 60.8333333333%; }
	.col-lg-7_4 { flex: 0 0 auto; width: 61.6666666667%; }
	.col-lg-7_5 { flex: 0 0 auto; width: 62.5%; }
	.col-lg-7_6 { flex: 0 0 auto; width: 63.3333333333%; }
	.col-lg-7_7 { flex: 0 0 auto; width: 64.1666666667%; }
	.col-lg-7_8 { flex: 0 0 auto; width: 65%; }
	.col-lg-7_9 { flex: 0 0 auto; width: 65.8333333333%; }
	.col-lg-8 { flex: 0 0 auto; width: 66.6666666667%; }
	.col-lg-8_1 { flex: 0 0 auto; width: 67.5%; }
	.col-lg-8_2 { flex: 0 0 auto; width: 68.3333333333%; }
	.col-lg-8_3 { flex: 0 0 auto; width: 69.1666666667%; }
	.col-lg-8_4 { flex: 0 0 auto; width: 70%; }
	.col-lg-8_5 { flex: 0 0 auto; width: 70.8333333333%; }
	.col-lg-8_6 { flex: 0 0 auto; width: 71.6666666667%; }
	.col-lg-8_7 { flex: 0 0 auto; width: 72.5%; }
	.col-lg-8_8 { flex: 0 0 auto; width: 73.3333333333%; }
	.col-lg-8_9 { flex: 0 0 auto; width: 74.1666666667%; }
	.col-lg-9 { flex: 0 0 auto; width: 75%; }
	.col-lg-9_1 { flex: 0 0 auto; width: 75.8333333333%; }
	.col-lg-9_2 { flex: 0 0 auto; width: 76.6666666667%; }
	.col-lg-9_3 { flex: 0 0 auto; width: 77.5%; }
	.col-lg-9_4 { flex: 0 0 auto; width: 78.3333333333%; }
	.col-lg-9_5 { flex: 0 0 auto; width: 79.1666666667%; }
	.col-lg-9_6 { flex: 0 0 auto; width: 80%; }
	.col-lg-9_7 { flex: 0 0 auto; width: 80.8333333333%; }
	.col-lg-9_8 { flex: 0 0 auto; width: 81.6666666667%; }
	.col-lg-9_9 { flex: 0 0 auto; width: 82.5%; }
	.col-lg-10 { flex: 0 0 auto; width: 83.3333333333%; }
	.col-lg-10_1 { flex: 0 0 auto; width: 84.1666666667%; }
	.col-lg-10_2 { flex: 0 0 auto; width: 85%; }
	.col-lg-10_3 { flex: 0 0 auto; width: 85.8333333333%; }
	.col-lg-10_4 { flex: 0 0 auto; width: 86.6666666667%; }
	.col-lg-10_5 { flex: 0 0 auto; width: 87.5%; }
	.col-lg-10_6 { flex: 0 0 auto; width: 88.3333333333%; }
	.col-lg-10_7 { flex: 0 0 auto; width: 89.1666666667%; }
	.col-lg-10_8 { flex: 0 0 auto; width: 90%; }
	.col-lg-10_9 { flex: 0 0 auto; width: 90.8333333333%; }
	.col-lg-11 { flex: 0 0 auto; width: 91.6666666667%; }
	.col-lg-11_1 { flex: 0 0 auto; width: 92.5%; }
	.col-lg-11_2 { flex: 0 0 auto; width: 93.3333333333%; }
	.col-lg-11_3 { flex: 0 0 auto; width: 94.1666666667%; }
	.col-lg-11_4 { flex: 0 0 auto; width: 95%; }
	.col-lg-11_5 { flex: 0 0 auto; width: 95.8333333333%; }
	.col-lg-11_6 { flex: 0 0 auto; width: 96.6666666667%; }
	.col-lg-11_7 { flex: 0 0 auto; width: 97.5%; }
	.col-lg-11_8 { flex: 0 0 auto; width: 98.3333333333%; }
	.col-lg-11_9 { flex: 0 0 auto; width: 99.1666666667%; }
	.col-lg-12 { flex: 0 0 auto; width: 100%; }
}
@media screen and (min-width:1281px) {
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container { max-width: calc(var(--container_width) + var(--container_padding) * 2); }
	.visible-xl-hide { visibility: hidden !important; }
	.visible-xl-show { visibility: visible !important; }
	.float-xl-left { float: left !important; }
	.float-xl-right { float: right !important; }
	.align-xl-top { vertical-align: top !important; }
	.align-xl-middle { vertical-align: middle !important; }
	.align-xl-bottom { vertical-align: bottom !important; }
	.text-xl-uppercase { text-transform: uppercase !important; }
	.text-xl-lowercase { text-transform: lowercase !important; }
	.font-weight-xl-light { font-weight: 300 !important; }
	.font-weight-xl-normal { font-weight: 400 !important; }
	.font-weight-xl-medium { font-weight: 500 !important; }
	.font-weight-xl-bold { font-weight: bold !important; }
	.text-xl-small { font-size: 85% !important; }
	.text-xl-large { font-size: 115% !important; }
	.text-xl-blind { text-indent: -9999px !important; }
	.text-xl-decoration-underline { text-decoration: underline !important; }
	.text-nowrap { white-space: nowrap !important; }
	.border-xl-0 { border: 0 !important; }
	.border-xl-top0 { border-top: 0 !important; }
	.border-xl-right0 { border-right: 0 !important; }
	.border-xl-bottom0 { border-bottom: 0 !important; }
	.border-xl-left0 { border-left: 0 !important; }
	.row-cols-xl-auto > * { flex: 0 0 auto; width: auto; }
	.row-cols-xl-1 > * { flex: 0 0 auto; width: 100%; }
	.row-cols-xl-2 > * { flex: 0 0 auto; width: 50%; }
	.row-cols-xl-3 > * { flex: 0 0 auto; width: 33.3333333333%; }
	.row-cols-xl-4 > * { flex: 0 0 auto; width: 25%; }
	.row-cols-xl-5 > * { flex: 0 0 auto; width: 20%; }
	.row-cols-xl-6 > * { flex: 0 0 auto; width: 16.6666666667%; }
	.offset-xl-0 { margin-left: 0; }
	.offset-xl-1 { margin-left: 8.33333333%; }
	.offset-xl-2 { margin-left: 16.66666667%; }
	.offset-xl-3 { margin-left: 25%; }
	.offset-xl-4 { margin-left: 33.33333333%; }
	.offset-xl-5 { margin-left: 41.66666667%; }
	.offset-xl-6 { margin-left: 50%; }
	.offset-xl-7 { margin-left: 58.33333333%; }
	.offset-xl-8 { margin-left: 66.66666667%; }
	.offset-xl-9 { margin-left: 75%; }
	.offset-xl-10 { margin-left: 83.33333333%; }
	.offset-xl-11 { margin-left: 91.66666667%; }
	.d-xl-inline { display: inline !important; }
	.d-xl-inline-block { display: inline-block !important; }
	.d-xl-block { display: block !important; }
	.d-xl-grid { display: grid !important; }
	.d-xl-inline-grid { display: inline-grid !important; }
	.d-xl-table { display: table !important; }
	.d-xl-table-row { display: table-row !important; }
	.d-xl-table-cell { display: table-cell !important; }
	.d-xl-flex { display: flex !important; }
	.d-xl-inline-flex { display: inline-flex !important; }
	.d-xl-none { display: none !important; }
	.flex-xl-fill { flex: 1 1 auto !important; }
	.flex-xl-row { flex-direction: row !important; }
	.flex-xl-column { flex-direction: column !important; }
	.flex-xl-row-reverse { flex-direction: row-reverse !important; }
	.flex-xl-column-reverse { flex-direction: column-reverse !important; }
	.flex-xl-grow-0 { flex-grow: 0 !important; }
	.flex-xl-grow-1 { flex-grow: 1 !important; }
	.flex-xl-shrink-0 { flex-shrink: 0 !important; }
	.flex-xl-shrink-1 { flex-shrink: 1 !important; }
	.flex-xl-wrap { flex-wrap: wrap !important; }
	.flex-xl-nowrap { flex-wrap: nowrap !important; }
	.flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; }
	.justify-content-xl-start { justify-content: flex-start !important; }
	.justify-content-xl-end { justify-content: flex-end !important; }
	.justify-content-xl-center { justify-content: center !important; }
	.justify-content-xl-between { justify-content: space-between !important; }
	.justify-content-xl-around { justify-content: space-around !important; }
	.justify-content-xl-evenly { justify-content: space-evenly !important; }
	.align-items-xl-start { align-items: flex-start !important; }
	.align-items-xl-end { align-items: flex-end !important; }
	.align-items-xl-center { align-items: center !important; }
	.align-items-xl-baseline { align-items: baseline !important; }
	.align-items-xl-stretch { align-items: stretch !important; }
	.align-content-xl-start { align-content: flex-start !important; }
	.align-content-xl-end { align-content: flex-end !important; }
	.align-content-xl-center { align-content: center !important; }
	.align-content-xl-between { align-content: space-between !important; }
	.align-content-xl-around { align-content: space-around !important; }
	.align-content-xl-stretch { align-content: stretch !important; }
	.align-self-xl-auto { align-self: auto !important; }
	.align-self-xl-start { align-self: flex-start !important; }
	.align-self-xl-end { align-self: flex-end !important; }
	.align-self-xl-center { align-self: center !important; }
	.align-self-xl-baseline { align-self: baseline !important; }
	.align-self-xl-stretch { align-self: stretch !important; }
	.order-xl-first { order: -1 !important; }
	.order-xl-0 { order: 0 !important; }
	.order-xl-1 { order: 1 !important; }
	.order-xl-2 { order: 2 !important; }
	.order-xl-3 { order: 3 !important; }
	.order-xl-4 { order: 4 !important; }
	.order-xl-5 { order: 5 !important; }
	.order-xl-last { order: 6 !important; }
	.min-width-xl-auto { min-width: auto !important; }
	.border-radius-xl-0 { border-radius: 0 !important; }
	.text-xl-left { text-align: left !important; }
	.text-xl-right { text-align: right !important; }
	.text-xl-center { text-align: center !important; }
	.text-xl-justify { text-align: justify !important; }
	.mt-xl-auto { margin-top: auto !important; }
	.mr-xl-auto { margin-right: auto !important; }
	.mb-xl-auto { margin-bottom: auto !important; }
	.ml-xl-auto { margin-left: auto !important; }
	.mt-xl-00 { margin-top: 0rem !important; }
	.mt-xl-05 { margin-top: 0.5rem !important; }
	.mt-xl-10 { margin-top: 1rem !important; }
	.mt-xl-15 { margin-top: 1.5rem !important; }
	.mt-xl-20 { margin-top: 2rem !important; }
	.mt-xl-25 { margin-top: 2.5rem !important; }
	.mt-xl-30 { margin-top: 3rem !important; }
	.mt-xl-35 { margin-top: 3.5rem !important; }
	.mt-xl-40 { margin-top: 4rem !important; }
	.mt-xl-45 { margin-top: 4.5rem !important; }
	.mt-xl-50 { margin-top: 5rem !important; }
	.mt-xl-55 { margin-top: 5.5rem !important; }
	.mt-xl-60 { margin-top: 6rem !important; }
	.mt-xl-65 { margin-top: 6.5rem !important; }
	.mt-xl-70 { margin-top: 7rem !important; }
	.mt-xl-75 { margin-top: 7.5rem !important; }
	.mt-xl-80 { margin-top: 8rem !important; }
	.mt-xl-85 { margin-top: 8.5rem !important; }
	.mt-xl-90 { margin-top: 9rem !important; }
	.mt-xl-95 { margin-top: 9.5rem !important; }
	.mt-xl-100 { margin-top: 10rem !important; }
	.mt-xl-105 { margin-top: 10.5rem !important; }
	.mt-xl-110 { margin-top: 11rem !important; }
	.mt-xl-115 { margin-top: 11.5rem !important; }
	.mt-xl-120 { margin-top: 12rem !important; }
	.mt-xl-125 { margin-top: 12.5rem !important; }
	.mr-xl-00 { margin-right: 0rem !important; }
	.mr-xl-05 { margin-right: 0.5rem !important; }
	.mr-xl-10 { margin-right: 1rem !important; }
	.mr-xl-15 { margin-right: 1.5rem !important; }
	.mr-xl-20 { margin-right: 2rem !important; }
	.mr-xl-25 { margin-right: 2.5rem !important; }
	.mr-xl-30 { margin-right: 3rem !important; }
	.mr-xl-35 { margin-right: 3.5rem !important; }
	.mr-xl-40 { margin-right: 4rem !important; }
	.mr-xl-45 { margin-right: 4.5rem !important; }
	.mr-xl-50 { margin-right: 5rem !important; }
	.mr-xl-55 { margin-right: 5.5rem !important; }
	.mr-xl-60 { margin-right: 6rem !important; }
	.mr-xl-65 { margin-right: 6.5rem !important; }
	.mr-xl-70 { margin-right: 7rem !important; }
	.mr-xl-75 { margin-right: 7.5rem !important; }
	.mr-xl-80 { margin-right: 8rem !important; }
	.mr-xl-85 { margin-right: 8.5rem !important; }
	.mr-xl-90 { margin-right: 9rem !important; }
	.mr-xl-95 { margin-right: 9.5rem !important; }
	.mr-xl-100 { margin-right: 10rem !important; }
	.mr-xl-105 { margin-right: 10.5rem !important; }
	.mr-xl-110 { margin-right: 11rem !important; }
	.mr-xl-115 { margin-right: 11.5rem !important; }
	.mr-xl-120 { margin-right: 12rem !important; }
	.mr-xl-125 { margin-right: 12.5rem !important; }
	.mb-xl-00 { margin-bottom: 0rem !important; }
	.mb-xl-05 { margin-bottom: 0.5rem !important; }
	.mb-xl-10 { margin-bottom: 1rem !important; }
	.mb-xl-15 { margin-bottom: 1.5rem !important; }
	.mb-xl-20 { margin-bottom: 2rem !important; }
	.mb-xl-25 { margin-bottom: 2.5rem !important; }
	.mb-xl-30 { margin-bottom: 3rem !important; }
	.mb-xl-35 { margin-bottom: 3.5rem !important; }
	.mb-xl-40 { margin-bottom: 4rem !important; }
	.mb-xl-45 { margin-bottom: 4.5rem !important; }
	.mb-xl-50 { margin-bottom: 5rem !important; }
	.mb-xl-55 { margin-bottom: 5.5rem !important; }
	.mb-xl-60 { margin-bottom: 6rem !important; }
	.mb-xl-65 { margin-bottom: 6.5rem !important; }
	.mb-xl-70 { margin-bottom: 7rem !important; }
	.mb-xl-75 { margin-bottom: 7.5rem !important; }
	.mb-xl-80 { margin-bottom: 8rem !important; }
	.mb-xl-85 { margin-bottom: 8.5rem !important; }
	.mb-xl-90 { margin-bottom: 9rem !important; }
	.mb-xl-95 { margin-bottom: 9.5rem !important; }
	.mb-xl-100 { margin-bottom: 10rem !important; }
	.mb-xl-105 { margin-bottom: 10.5rem !important; }
	.mb-xl-110 { margin-bottom: 11rem !important; }
	.mb-xl-115 { margin-bottom: 11.5rem !important; }
	.mb-xl-120 { margin-bottom: 12rem !important; }
	.mb-xl-125 { margin-bottom: 12.5rem !important; }
	.ml-xl-00 { margin-left: 0rem !important; }
	.ml-xl-05 { margin-left: 0.5rem !important; }
	.ml-xl-10 { margin-left: 1rem !important; }
	.ml-xl-15 { margin-left: 1.5rem !important; }
	.ml-xl-20 { margin-left: 2rem !important; }
	.ml-xl-25 { margin-left: 2.5rem !important; }
	.ml-xl-30 { margin-left: 3rem !important; }
	.ml-xl-35 { margin-left: 3.5rem !important; }
	.ml-xl-40 { margin-left: 4rem !important; }
	.ml-xl-45 { margin-left: 4.5rem !important; }
	.ml-xl-50 { margin-left: 5rem !important; }
	.ml-xl-55 { margin-left: 5.5rem !important; }
	.ml-xl-60 { margin-left: 6rem !important; }
	.ml-xl-65 { margin-left: 6.5rem !important; }
	.ml-xl-70 { margin-left: 7rem !important; }
	.ml-xl-75 { margin-left: 7.5rem !important; }
	.ml-xl-80 { margin-left: 8rem !important; }
	.ml-xl-85 { margin-left: 8.5rem !important; }
	.ml-xl-90 { margin-left: 9rem !important; }
	.ml-xl-95 { margin-left: 9.5rem !important; }
	.ml-xl-100 { margin-left: 10rem !important; }
	.ml-xl-105 { margin-left: 10.5rem !important; }
	.ml-xl-110 { margin-left: 11rem !important; }
	.ml-xl-115 { margin-left: 11.5rem !important; }
	.ml-xl-120 { margin-left: 12rem !important; }
	.ml-xl-125 { margin-left: 12.5rem !important; }
	.pt-xl-00 { padding-top: 0rem !important; }
	.pt-xl-05 { padding-top: 0.5rem !important; }
	.pt-xl-10 { padding-top: 1rem !important; }
	.pt-xl-15 { padding-top: 1.5rem !important; }
	.pt-xl-20 { padding-top: 2rem !important; }
	.pt-xl-25 { padding-top: 2.5rem !important; }
	.pt-xl-30 { padding-top: 3rem !important; }
	.pt-xl-35 { padding-top: 3.5rem !important; }
	.pt-xl-40 { padding-top: 4rem !important; }
	.pt-xl-45 { padding-top: 4.5rem !important; }
	.pt-xl-50 { padding-top: 5rem !important; }
	.pt-xl-55 { padding-top: 5.5rem !important; }
	.pt-xl-60 { padding-top: 6rem !important; }
	.pt-xl-65 { padding-top: 6.5rem !important; }
	.pt-xl-70 { padding-top: 7rem !important; }
	.pt-xl-75 { padding-top: 7.5rem !important; }
	.pt-xl-80 { padding-top: 8rem !important; }
	.pt-xl-85 { padding-top: 8.5rem !important; }
	.pt-xl-90 { padding-top: 9rem !important; }
	.pt-xl-95 { padding-top: 9.5rem !important; }
	.pt-xl-100 { padding-top: 10rem !important; }
	.pt-xl-105 { padding-top: 10.5rem !important; }
	.pt-xl-110 { padding-top: 11rem !important; }
	.pt-xl-115 { padding-top: 11.5rem !important; }
	.pt-xl-120 { padding-top: 12rem !important; }
	.pt-xl-125 { padding-top: 12.5rem !important; }
	.pr-xl-00 { padding-right: 0rem !important; }
	.pr-xl-05 { padding-right: 0.5rem !important; }
	.pr-xl-10 { padding-right: 1rem !important; }
	.pr-xl-15 { padding-right: 1.5rem !important; }
	.pr-xl-20 { padding-right: 2rem !important; }
	.pr-xl-25 { padding-right: 2.5rem !important; }
	.pr-xl-30 { padding-right: 3rem !important; }
	.pr-xl-35 { padding-right: 3.5rem !important; }
	.pr-xl-40 { padding-right: 4rem !important; }
	.pr-xl-45 { padding-right: 4.5rem !important; }
	.pr-xl-50 { padding-right: 5rem !important; }
	.pr-xl-55 { padding-right: 5.5rem !important; }
	.pr-xl-60 { padding-right: 6rem !important; }
	.pr-xl-65 { padding-right: 6.5rem !important; }
	.pr-xl-70 { padding-right: 7rem !important; }
	.pr-xl-75 { padding-right: 7.5rem !important; }
	.pr-xl-80 { padding-right: 8rem !important; }
	.pr-xl-85 { padding-right: 8.5rem !important; }
	.pr-xl-90 { padding-right: 9rem !important; }
	.pr-xl-95 { padding-right: 9.5rem !important; }
	.pr-xl-100 { padding-right: 10rem !important; }
	.pr-xl-105 { padding-right: 10.5rem !important; }
	.pr-xl-110 { padding-right: 11rem !important; }
	.pr-xl-115 { padding-right: 11.5rem !important; }
	.pr-xl-120 { padding-right: 12rem !important; }
	.pr-xl-125 { padding-right: 12.5rem !important; }
	.pb-xl-00 { padding-bottom: 0rem !important; }
	.pb-xl-05 { padding-bottom: 0.5rem !important; }
	.pb-xl-10 { padding-bottom: 1rem !important; }
	.pb-xl-15 { padding-bottom: 1.5rem !important; }
	.pb-xl-20 { padding-bottom: 2rem !important; }
	.pb-xl-25 { padding-bottom: 2.5rem !important; }
	.pb-xl-30 { padding-bottom: 3rem !important; }
	.pb-xl-35 { padding-bottom: 3.5rem !important; }
	.pb-xl-40 { padding-bottom: 4rem !important; }
	.pb-xl-45 { padding-bottom: 4.5rem !important; }
	.pb-xl-50 { padding-bottom: 5rem !important; }
	.pb-xl-55 { padding-bottom: 5.5rem !important; }
	.pb-xl-60 { padding-bottom: 6rem !important; }
	.pb-xl-65 { padding-bottom: 6.5rem !important; }
	.pb-xl-70 { padding-bottom: 7rem !important; }
	.pb-xl-75 { padding-bottom: 7.5rem !important; }
	.pb-xl-80 { padding-bottom: 8rem !important; }
	.pb-xl-85 { padding-bottom: 8.5rem !important; }
	.pb-xl-90 { padding-bottom: 9rem !important; }
	.pb-xl-95 { padding-bottom: 9.5rem !important; }
	.pb-xl-100 { padding-bottom: 10rem !important; }
	.pb-xl-105 { padding-bottom: 10.5rem !important; }
	.pb-xl-110 { padding-bottom: 11rem !important; }
	.pb-xl-115 { padding-bottom: 11.5rem !important; }
	.pb-xl-120 { padding-bottom: 12rem !important; }
	.pb-xl-125 { padding-bottom: 12.5rem !important; }
	.pl-xl-00 { padding-left: 0rem !important; }
	.pl-xl-05 { padding-left: 0.5rem !important; }
	.pl-xl-10 { padding-left: 1rem !important; }
	.pl-xl-15 { padding-left: 1.5rem !important; }
	.pl-xl-20 { padding-left: 2rem !important; }
	.pl-xl-25 { padding-left: 2.5rem !important; }
	.pl-xl-30 { padding-left: 3rem !important; }
	.pl-xl-35 { padding-left: 3.5rem !important; }
	.pl-xl-40 { padding-left: 4rem !important; }
	.pl-xl-45 { padding-left: 4.5rem !important; }
	.pl-xl-50 { padding-left: 5rem !important; }
	.pl-xl-55 { padding-left: 5.5rem !important; }
	.pl-xl-60 { padding-left: 6rem !important; }
	.pl-xl-65 { padding-left: 6.5rem !important; }
	.pl-xl-70 { padding-left: 7rem !important; }
	.pl-xl-75 { padding-left: 7.5rem !important; }
	.pl-xl-80 { padding-left: 8rem !important; }
	.pl-xl-85 { padding-left: 8.5rem !important; }
	.pl-xl-90 { padding-left: 9rem !important; }
	.pl-xl-95 { padding-left: 9.5rem !important; }
	.pl-xl-100 { padding-left: 10rem !important; }
	.pl-xl-105 { padding-left: 10.5rem !important; }
	.pl-xl-110 { padding-left: 11rem !important; }
	.pl-xl-115 { padding-left: 11.5rem !important; }
	.pl-xl-120 { padding-left: 12rem !important; }
	.pl-xl-125 { padding-left: 12.5rem !important; }
	.wp-xl-05 { width: 5% !important; }
	.wp-xl-10 { width: 10% !important; }
	.wp-xl-15 { width: 15% !important; }
	.wp-xl-20 { width: 20% !important; }
	.wp-xl-25 { width: 25% !important; }
	.wp-xl-30 { width: 30% !important; }
	.wp-xl-35 { width: 35% !important; }
	.wp-xl-40 { width: 40% !important; }
	.wp-xl-45 { width: 45% !important; }
	.wp-xl-50 { width: 50% !important; }
	.wp-xl-55 { width: 55% !important; }
	.wp-xl-60 { width: 60% !important; }
	.wp-xl-65 { width: 65% !important; }
	.wp-xl-70 { width: 70% !important; }
	.wp-xl-75 { width: 75% !important; }
	.wp-xl-80 { width: 80% !important; }
	.wp-xl-85 { width: 85% !important; }
	.wp-xl-90 { width: 90% !important; }
	.wp-xl-95 { width: 95% !important; }
	.wp-xl-100 { width: 100% !important; }
	.wd-xl-auto { width: auto !important; }
	.wd-xl-00 { width: 0rem !important; }
	.wd-xl-05 { width: 0.5rem !important; }
	.wd-xl-10 { width: 1rem !important; }
	.wd-xl-15 { width: 1.5rem !important; }
	.wd-xl-20 { width: 2rem !important; }
	.wd-xl-25 { width: 2.5rem !important; }
	.wd-xl-30 { width: 3rem !important; }
	.wd-xl-35 { width: 3.5rem !important; }
	.wd-xl-40 { width: 4rem !important; }
	.wd-xl-45 { width: 4.5rem !important; }
	.wd-xl-50 { width: 5rem !important; }
	.wd-xl-55 { width: 5.5rem !important; }
	.wd-xl-60 { width: 6rem !important; }
	.wd-xl-65 { width: 6.5rem !important; }
	.wd-xl-70 { width: 7rem !important; }
	.wd-xl-75 { width: 7.5rem !important; }
	.wd-xl-80 { width: 8rem !important; }
	.wd-xl-85 { width: 8.5rem !important; }
	.wd-xl-90 { width: 9rem !important; }
	.wd-xl-95 { width: 9.5rem !important; }
	.wd-xl-100 { width: 10rem !important; }
	.wd-xl-105 { width: 10.5rem !important; }
	.wd-xl-110 { width: 11rem !important; }
	.wd-xl-115 { width: 11.5rem !important; }
	.wd-xl-120 { width: 12rem !important; }
	.wd-xl-125 { width: 12.5rem !important; }
	.wd-xl-130 { width: 13rem !important; }
	.wd-xl-135 { width: 13.5rem !important; }
	.wd-xl-140 { width: 14rem !important; }
	.wd-xl-145 { width: 14.5rem !important; }
	.wd-xl-150 { width: 15rem !important; }
	.wd-xl-155 { width: 15.5rem !important; }
	.wd-xl-160 { width: 16rem !important; }
	.wd-xl-165 { width: 16.5rem !important; }
	.wd-xl-170 { width: 17rem !important; }
	.wd-xl-175 { width: 17.5rem !important; }
	.wd-xl-180 { width: 18rem !important; }
	.wd-xl-185 { width: 18.5rem !important; }
	.wd-xl-190 { width: 19rem !important; }
	.wd-xl-195 { width: 19.5rem !important; }
	.wd-xl-200 { width: 20rem !important; }
	.wd-xl-205 { width: 20.5rem !important; }
	.wd-xl-210 { width: 21rem !important; }
	.wd-xl-215 { width: 21.5rem !important; }
	.wd-xl-220 { width: 22rem !important; }
	.wd-xl-225 { width: 22.5rem !important; }
	.wd-xl-230 { width: 23rem !important; }
	.wd-xl-235 { width: 23.5rem !important; }
	.wd-xl-240 { width: 24rem !important; }
	.wd-xl-245 { width: 24.5rem !important; }
	.wd-xl-250 { width: 25rem !important; }
	.wd-xl-255 { width: 25.5rem !important; }
	.wd-xl-260 { width: 26rem !important; }
	.wd-xl-265 { width: 26.5rem !important; }
	.wd-xl-270 { width: 27rem !important; }
	.wd-xl-275 { width: 27.5rem !important; }
	.wd-xl-280 { width: 28rem !important; }
	.wd-xl-285 { width: 28.5rem !important; }
	.wd-xl-290 { width: 29rem !important; }
	.wd-xl-295 { width: 29.5rem !important; }
	.wd-xl-300 { width: 30rem !important; }
	.wd-xl-305 { width: 30.5rem !important; }
	.wd-xl-310 { width: 31rem !important; }
	.wd-xl-315 { width: 31.5rem !important; }
	.wd-xl-320 { width: 32rem !important; }
	.wd-xl-325 { width: 32.5rem !important; }
	.wd-xl-330 { width: 33rem !important; }
	.wd-xl-335 { width: 33.5rem !important; }
	.wd-xl-340 { width: 34rem !important; }
	.wd-xl-345 { width: 34.5rem !important; }
	.wd-xl-350 { width: 35rem !important; }
	.wd-xl-355 { width: 35.5rem !important; }
	.wd-xl-360 { width: 36rem !important; }
	.wd-xl-365 { width: 36.5rem !important; }
	.wd-xl-370 { width: 37rem !important; }
	.wd-xl-375 { width: 37.5rem !important; }
	.wd-xl-380 { width: 38rem !important; }
	.wd-xl-385 { width: 38.5rem !important; }
	.wd-xl-390 { width: 39rem !important; }
	.wd-xl-395 { width: 39.5rem !important; }
	.wd-xl-400 { width: 40rem !important; }
	.wd-xl-405 { width: 40.5rem !important; }
	.wd-xl-410 { width: 41rem !important; }
	.wd-xl-415 { width: 41.5rem !important; }
	.wd-xl-420 { width: 42rem !important; }
	.wd-xl-425 { width: 42.5rem !important; }
	.wd-xl-430 { width: 43rem !important; }
	.wd-xl-435 { width: 43.5rem !important; }
	.wd-xl-440 { width: 44rem !important; }
	.wd-xl-445 { width: 44.5rem !important; }
	.wd-xl-450 { width: 45rem !important; }
	.wd-xl-455 { width: 45.5rem !important; }
	.wd-xl-460 { width: 46rem !important; }
	.wd-xl-465 { width: 46.5rem !important; }
	.wd-xl-470 { width: 47rem !important; }
	.wd-xl-475 { width: 47.5rem !important; }
	.wd-xl-480 { width: 48rem !important; }
	.wd-xl-485 { width: 48.5rem !important; }
	.wd-xl-490 { width: 49rem !important; }
	.wd-xl-495 { width: 49.5rem !important; }
	.wd-xl-500 { width: 50rem !important; }
	.col-xl { flex: 1 0 0%; }
	.col-xl-auto { flex: 0 0 auto; width: auto; }
	.col-xl-1 { flex: 0 0 auto; width: 8.3333333333%; }
	.col-xl-1_1 { flex: 0 0 auto; width: 9.1666666667%; }
	.col-xl-1_2 { flex: 0 0 auto; width: 10%; }
	.col-xl-1_3 { flex: 0 0 auto; width: 10.8333333333%; }
	.col-xl-1_4 { flex: 0 0 auto; width: 11.6666666667%; }
	.col-xl-1_5 { flex: 0 0 auto; width: 12.5%; }
	.col-xl-1_6 { flex: 0 0 auto; width: 13.3333333333%; }
	.col-xl-1_7 { flex: 0 0 auto; width: 14.1666666667%; }
	.col-xl-1_8 { flex: 0 0 auto; width: 15%; }
	.col-xl-1_9 { flex: 0 0 auto; width: 15.8333333333%; }
	.col-xl-2 { flex: 0 0 auto; width: 16.6666666667%; }
	.col-xl-2_1 { flex: 0 0 auto; width: 17.5%; }
	.col-xl-2_2 { flex: 0 0 auto; width: 18.3333333333%; }
	.col-xl-2_3 { flex: 0 0 auto; width: 19.1666666667%; }
	.col-xl-2_4 { flex: 0 0 auto; width: 20%; }
	.col-xl-2_5 { flex: 0 0 auto; width: 20.8333333333%; }
	.col-xl-2_6 { flex: 0 0 auto; width: 21.6666666667%; }
	.col-xl-2_7 { flex: 0 0 auto; width: 22.5%; }
	.col-xl-2_8 { flex: 0 0 auto; width: 23.3333333333%; }
	.col-xl-2_9 { flex: 0 0 auto; width: 24.1666666667%; }
	.col-xl-3 { flex: 0 0 auto; width: 25%; }
	.col-xl-3_1 { flex: 0 0 auto; width: 25.8333333333%; }
	.col-xl-3_2 { flex: 0 0 auto; width: 26.6666666667%; }
	.col-xl-3_3 { flex: 0 0 auto; width: 27.5%; }
	.col-xl-3_4 { flex: 0 0 auto; width: 28.3333333333%; }
	.col-xl-3_5 { flex: 0 0 auto; width: 29.1666666667%; }
	.col-xl-3_6 { flex: 0 0 auto; width: 30%; }
	.col-xl-3_7 { flex: 0 0 auto; width: 30.8333333333%; }
	.col-xl-3_8 { flex: 0 0 auto; width: 31.6666666667%; }
	.col-xl-3_9 { flex: 0 0 auto; width: 32.5%; }
	.col-xl-4 { flex: 0 0 auto; width: 33.3333333333%; }
	.col-xl-4_1 { flex: 0 0 auto; width: 34.1666666667%; }
	.col-xl-4_2 { flex: 0 0 auto; width: 35%; }
	.col-xl-4_3 { flex: 0 0 auto; width: 35.8333333333%; }
	.col-xl-4_4 { flex: 0 0 auto; width: 36.6666666667%; }
	.col-xl-4_5 { flex: 0 0 auto; width: 37.5%; }
	.col-xl-4_6 { flex: 0 0 auto; width: 38.3333333333%; }
	.col-xl-4_7 { flex: 0 0 auto; width: 39.1666666667%; }
	.col-xl-4_8 { flex: 0 0 auto; width: 40%; }
	.col-xl-4_9 { flex: 0 0 auto; width: 40.8333333333%; }
	.col-xl-5 { flex: 0 0 auto; width: 41.6666666667%; }
	.col-xl-5_1 { flex: 0 0 auto; width: 42.5%; }
	.col-xl-5_2 { flex: 0 0 auto; width: 43.3333333333%; }
	.col-xl-5_3 { flex: 0 0 auto; width: 44.1666666667%; }
	.col-xl-5_4 { flex: 0 0 auto; width: 45%; }
	.col-xl-5_5 { flex: 0 0 auto; width: 45.8333333333%; }
	.col-xl-5_6 { flex: 0 0 auto; width: 46.6666666667%; }
	.col-xl-5_7 { flex: 0 0 auto; width: 47.5%; }
	.col-xl-5_8 { flex: 0 0 auto; width: 48.3333333333%; }
	.col-xl-5_9 { flex: 0 0 auto; width: 49.1666666667%; }
	.col-xl-6 { flex: 0 0 auto; width: 50%; }
	.col-xl-6_1 { flex: 0 0 auto; width: 50.8333333333%; }
	.col-xl-6_2 { flex: 0 0 auto; width: 51.6666666667%; }
	.col-xl-6_3 { flex: 0 0 auto; width: 52.5%; }
	.col-xl-6_4 { flex: 0 0 auto; width: 53.3333333333%; }
	.col-xl-6_5 { flex: 0 0 auto; width: 54.1666666667%; }
	.col-xl-6_6 { flex: 0 0 auto; width: 55%; }
	.col-xl-6_7 { flex: 0 0 auto; width: 55.8333333333%; }
	.col-xl-6_8 { flex: 0 0 auto; width: 56.6666666667%; }
	.col-xl-6_9 { flex: 0 0 auto; width: 57.5%; }
	.col-xl-7 { flex: 0 0 auto; width: 58.3333333333%; }
	.col-xl-7_1 { flex: 0 0 auto; width: 59.1666666667%; }
	.col-xl-7_2 { flex: 0 0 auto; width: 60%; }
	.col-xl-7_3 { flex: 0 0 auto; width: 60.8333333333%; }
	.col-xl-7_4 { flex: 0 0 auto; width: 61.6666666667%; }
	.col-xl-7_5 { flex: 0 0 auto; width: 62.5%; }
	.col-xl-7_6 { flex: 0 0 auto; width: 63.3333333333%; }
	.col-xl-7_7 { flex: 0 0 auto; width: 64.1666666667%; }
	.col-xl-7_8 { flex: 0 0 auto; width: 65%; }
	.col-xl-7_9 { flex: 0 0 auto; width: 65.8333333333%; }
	.col-xl-8 { flex: 0 0 auto; width: 66.6666666667%; }
	.col-xl-8_1 { flex: 0 0 auto; width: 67.5%; }
	.col-xl-8_2 { flex: 0 0 auto; width: 68.3333333333%; }
	.col-xl-8_3 { flex: 0 0 auto; width: 69.1666666667%; }
	.col-xl-8_4 { flex: 0 0 auto; width: 70%; }
	.col-xl-8_5 { flex: 0 0 auto; width: 70.8333333333%; }
	.col-xl-8_6 { flex: 0 0 auto; width: 71.6666666667%; }
	.col-xl-8_7 { flex: 0 0 auto; width: 72.5%; }
	.col-xl-8_8 { flex: 0 0 auto; width: 73.3333333333%; }
	.col-xl-8_9 { flex: 0 0 auto; width: 74.1666666667%; }
	.col-xl-9 { flex: 0 0 auto; width: 75%; }
	.col-xl-9_1 { flex: 0 0 auto; width: 75.8333333333%; }
	.col-xl-9_2 { flex: 0 0 auto; width: 76.6666666667%; }
	.col-xl-9_3 { flex: 0 0 auto; width: 77.5%; }
	.col-xl-9_4 { flex: 0 0 auto; width: 78.3333333333%; }
	.col-xl-9_5 { flex: 0 0 auto; width: 79.1666666667%; }
	.col-xl-9_6 { flex: 0 0 auto; width: 80%; }
	.col-xl-9_7 { flex: 0 0 auto; width: 80.8333333333%; }
	.col-xl-9_8 { flex: 0 0 auto; width: 81.6666666667%; }
	.col-xl-9_9 { flex: 0 0 auto; width: 82.5%; }
	.col-xl-10 { flex: 0 0 auto; width: 83.3333333333%; }
	.col-xl-10_1 { flex: 0 0 auto; width: 84.1666666667%; }
	.col-xl-10_2 { flex: 0 0 auto; width: 85%; }
	.col-xl-10_3 { flex: 0 0 auto; width: 85.8333333333%; }
	.col-xl-10_4 { flex: 0 0 auto; width: 86.6666666667%; }
	.col-xl-10_5 { flex: 0 0 auto; width: 87.5%; }
	.col-xl-10_6 { flex: 0 0 auto; width: 88.3333333333%; }
	.col-xl-10_7 { flex: 0 0 auto; width: 89.1666666667%; }
	.col-xl-10_8 { flex: 0 0 auto; width: 90%; }
	.col-xl-10_9 { flex: 0 0 auto; width: 90.8333333333%; }
	.col-xl-11 { flex: 0 0 auto; width: 91.6666666667%; }
	.col-xl-11_1 { flex: 0 0 auto; width: 92.5%; }
	.col-xl-11_2 { flex: 0 0 auto; width: 93.3333333333%; }
	.col-xl-11_3 { flex: 0 0 auto; width: 94.1666666667%; }
	.col-xl-11_4 { flex: 0 0 auto; width: 95%; }
	.col-xl-11_5 { flex: 0 0 auto; width: 95.8333333333%; }
	.col-xl-11_6 { flex: 0 0 auto; width: 96.6666666667%; }
	.col-xl-11_7 { flex: 0 0 auto; width: 97.5%; }
	.col-xl-11_8 { flex: 0 0 auto; width: 98.3333333333%; }
	.col-xl-11_9 { flex: 0 0 auto; width: 99.1666666667%; }
	.col-xl-12 { flex: 0 0 auto; width: 100%; }
}
@media screen and (min-width:1441px) {
	.visible-xxl-hide { visibility: hidden !important; }
	.visible-xxl-show { visibility: visible !important; }
	.float-xxl-left { float: left !important; }
	.float-xxl-right { float: right !important; }
	.align-xxl-top { vertical-align: top !important; }
	.align-xxl-middle { vertical-align: middle !important; }
	.align-xxl-bottom { vertical-align: bottom !important; }
	.text-xxl-uppercase { text-transform: uppercase !important; }
	.text-xxl-lowercase { text-transform: lowercase !important; }
	.font-weight-xxl-light { font-weight: 300 !important; }
	.font-weight-xxl-normal { font-weight: 400 !important; }
	.font-weight-xxl-medium { font-weight: 500 !important; }
	.font-weight-xxl-bold { font-weight: bold !important; }
	.text-xxl-small { font-size: 85% !important; }
	.text-xxl-large { font-size: 115% !important; }
	.text-xxl-blind { text-indent: -9999px !important; }
	.text-xxl-decoration-underline { text-decoration: underline !important; }
	.text-nowrap { white-space: nowrap !important; }
	.border-xxl-0 { border: 0 !important; }
	.border-xxl-top0 { border-top: 0 !important; }
	.border-xxl-right0 { border-right: 0 !important; }
	.border-xxl-bottom0 { border-bottom: 0 !important; }
	.border-xxl-left0 { border-left: 0 !important; }
	.row-cols-xxl-auto > * { flex: 0 0 auto; width: auto; }
	.row-cols-xxl-1 > * { flex: 0 0 auto; width: 100%; }
	.row-cols-xxl-2 > * { flex: 0 0 auto; width: 50%; }
	.row-cols-xxl-3 > * { flex: 0 0 auto; width: 33.3333333333%; }
	.row-cols-xxl-4 > * { flex: 0 0 auto; width: 25%; }
	.row-cols-xxl-5 > * { flex: 0 0 auto; width: 20%; }
	.row-cols-xxl-6 > * { flex: 0 0 auto; width: 16.6666666667%; }
	.offset-xxl-0 { margin-left: 0; }
	.offset-xxl-1 { margin-left: 8.33333333%; }
	.offset-xxl-2 { margin-left: 16.66666667%; }
	.offset-xxl-3 { margin-left: 25%; }
	.offset-xxl-4 { margin-left: 33.33333333%; }
	.offset-xxl-5 { margin-left: 41.66666667%; }
	.offset-xxl-6 { margin-left: 50%; }
	.offset-xxl-7 { margin-left: 58.33333333%; }
	.offset-xxl-8 { margin-left: 66.66666667%; }
	.offset-xxl-9 { margin-left: 75%; }
	.offset-xxl-10 { margin-left: 83.33333333%; }
	.offset-xxl-11 { margin-left: 91.66666667%; }
	.d-xxl-inline { display: inline !important; }
	.d-xxl-inline-block { display: inline-block !important; }
	.d-xxl-block { display: block !important; }
	.d-xxl-grid { display: grid !important; }
	.d-xxl-inline-grid { display: inline-grid !important; }
	.d-xxl-table { display: table !important; }
	.d-xxl-table-row { display: table-row !important; }
	.d-xxl-table-cell { display: table-cell !important; }
	.d-xxl-flex { display: flex !important; }
	.d-xxl-inline-flex { display: inline-flex !important; }
	.d-xxl-none { display: none !important; }
	.flex-xxl-fill { flex: 1 1 auto !important; }
	.flex-xxl-row { flex-direction: row !important; }
	.flex-xxl-column { flex-direction: column !important; }
	.flex-xxl-row-reverse { flex-direction: row-reverse !important; }
	.flex-xxl-column-reverse { flex-direction: column-reverse !important; }
	.flex-xxl-grow-0 { flex-grow: 0 !important; }
	.flex-xxl-grow-1 { flex-grow: 1 !important; }
	.flex-xxl-shrink-0 { flex-shrink: 0 !important; }
	.flex-xxl-shrink-1 { flex-shrink: 1 !important; }
	.flex-xxl-wrap { flex-wrap: wrap !important; }
	.flex-xxl-nowrap { flex-wrap: nowrap !important; }
	.flex-xxl-wrap-reverse { flex-wrap: wrap-reverse !important; }
	.justify-content-xxl-start { justify-content: flex-start !important; }
	.justify-content-xxl-end { justify-content: flex-end !important; }
	.justify-content-xxl-center { justify-content: center !important; }
	.justify-content-xxl-between { justify-content: space-between !important; }
	.justify-content-xxl-around { justify-content: space-around !important; }
	.justify-content-xxl-evenly { justify-content: space-evenly !important; }
	.align-items-xxl-start { align-items: flex-start !important; }
	.align-items-xxl-end { align-items: flex-end !important; }
	.align-items-xxl-center { align-items: center !important; }
	.align-items-xxl-baseline { align-items: baseline !important; }
	.align-items-xxl-stretch { align-items: stretch !important; }
	.align-content-xxl-start { align-content: flex-start !important; }
	.align-content-xxl-end { align-content: flex-end !important; }
	.align-content-xxl-center { align-content: center !important; }
	.align-content-xxl-between { align-content: space-between !important; }
	.align-content-xxl-around { align-content: space-around !important; }
	.align-content-xxl-stretch { align-content: stretch !important; }
	.align-self-xxl-auto { align-self: auto !important; }
	.align-self-xxl-start { align-self: flex-start !important; }
	.align-self-xxl-end { align-self: flex-end !important; }
	.align-self-xxl-center { align-self: center !important; }
	.align-self-xxl-baseline { align-self: baseline !important; }
	.align-self-xxl-stretch { align-self: stretch !important; }
	.order-xxl-first { order: -1 !important; }
	.order-xxl-0 { order: 0 !important; }
	.order-xxl-1 { order: 1 !important; }
	.order-xxl-2 { order: 2 !important; }
	.order-xxl-3 { order: 3 !important; }
	.order-xxl-4 { order: 4 !important; }
	.order-xxl-5 { order: 5 !important; }
	.order-xxl-last { order: 6 !important; }
	.min-width-xxl-auto { min-width: auto !important; }
	.border-radius-xxl-0 { border-radius: 0 !important; }
	.text-xxl-left { text-align: left !important; }
	.text-xxl-right { text-align: right !important; }
	.text-xxl-center { text-align: center !important; }
	.text-xxl-justify { text-align: justify !important; }
	.mt-xxl-auto { margin-top: auto !important; }
	.mr-xxl-auto { margin-right: auto !important; }
	.mb-xxl-auto { margin-bottom: auto !important; }
	.ml-xxl-auto { margin-left: auto !important; }
	.mt-xxl-00 { margin-top: 0rem !important; }
	.mt-xxl-05 { margin-top: 0.5rem !important; }
	.mt-xxl-10 { margin-top: 1rem !important; }
	.mt-xxl-15 { margin-top: 1.5rem !important; }
	.mt-xxl-20 { margin-top: 2rem !important; }
	.mt-xxl-25 { margin-top: 2.5rem !important; }
	.mt-xxl-30 { margin-top: 3rem !important; }
	.mt-xxl-35 { margin-top: 3.5rem !important; }
	.mt-xxl-40 { margin-top: 4rem !important; }
	.mt-xxl-45 { margin-top: 4.5rem !important; }
	.mt-xxl-50 { margin-top: 5rem !important; }
	.mt-xxl-55 { margin-top: 5.5rem !important; }
	.mt-xxl-60 { margin-top: 6rem !important; }
	.mt-xxl-65 { margin-top: 6.5rem !important; }
	.mt-xxl-70 { margin-top: 7rem !important; }
	.mt-xxl-75 { margin-top: 7.5rem !important; }
	.mt-xxl-80 { margin-top: 8rem !important; }
	.mt-xxl-85 { margin-top: 8.5rem !important; }
	.mt-xxl-90 { margin-top: 9rem !important; }
	.mt-xxl-95 { margin-top: 9.5rem !important; }
	.mt-xxl-100 { margin-top: 10rem !important; }
	.mt-xxl-105 { margin-top: 10.5rem !important; }
	.mt-xxl-110 { margin-top: 11rem !important; }
	.mt-xxl-115 { margin-top: 11.5rem !important; }
	.mt-xxl-120 { margin-top: 12rem !important; }
	.mt-xxl-125 { margin-top: 12.5rem !important; }
	.mr-xxl-00 { margin-right: 0rem !important; }
	.mr-xxl-05 { margin-right: 0.5rem !important; }
	.mr-xxl-10 { margin-right: 1rem !important; }
	.mr-xxl-15 { margin-right: 1.5rem !important; }
	.mr-xxl-20 { margin-right: 2rem !important; }
	.mr-xxl-25 { margin-right: 2.5rem !important; }
	.mr-xxl-30 { margin-right: 3rem !important; }
	.mr-xxl-35 { margin-right: 3.5rem !important; }
	.mr-xxl-40 { margin-right: 4rem !important; }
	.mr-xxl-45 { margin-right: 4.5rem !important; }
	.mr-xxl-50 { margin-right: 5rem !important; }
	.mr-xxl-55 { margin-right: 5.5rem !important; }
	.mr-xxl-60 { margin-right: 6rem !important; }
	.mr-xxl-65 { margin-right: 6.5rem !important; }
	.mr-xxl-70 { margin-right: 7rem !important; }
	.mr-xxl-75 { margin-right: 7.5rem !important; }
	.mr-xxl-80 { margin-right: 8rem !important; }
	.mr-xxl-85 { margin-right: 8.5rem !important; }
	.mr-xxl-90 { margin-right: 9rem !important; }
	.mr-xxl-95 { margin-right: 9.5rem !important; }
	.mr-xxl-100 { margin-right: 10rem !important; }
	.mr-xxl-105 { margin-right: 10.5rem !important; }
	.mr-xxl-110 { margin-right: 11rem !important; }
	.mr-xxl-115 { margin-right: 11.5rem !important; }
	.mr-xxl-120 { margin-right: 12rem !important; }
	.mr-xxl-125 { margin-right: 12.5rem !important; }
	.mb-xxl-00 { margin-bottom: 0rem !important; }
	.mb-xxl-05 { margin-bottom: 0.5rem !important; }
	.mb-xxl-10 { margin-bottom: 1rem !important; }
	.mb-xxl-15 { margin-bottom: 1.5rem !important; }
	.mb-xxl-20 { margin-bottom: 2rem !important; }
	.mb-xxl-25 { margin-bottom: 2.5rem !important; }
	.mb-xxl-30 { margin-bottom: 3rem !important; }
	.mb-xxl-35 { margin-bottom: 3.5rem !important; }
	.mb-xxl-40 { margin-bottom: 4rem !important; }
	.mb-xxl-45 { margin-bottom: 4.5rem !important; }
	.mb-xxl-50 { margin-bottom: 5rem !important; }
	.mb-xxl-55 { margin-bottom: 5.5rem !important; }
	.mb-xxl-60 { margin-bottom: 6rem !important; }
	.mb-xxl-65 { margin-bottom: 6.5rem !important; }
	.mb-xxl-70 { margin-bottom: 7rem !important; }
	.mb-xxl-75 { margin-bottom: 7.5rem !important; }
	.mb-xxl-80 { margin-bottom: 8rem !important; }
	.mb-xxl-85 { margin-bottom: 8.5rem !important; }
	.mb-xxl-90 { margin-bottom: 9rem !important; }
	.mb-xxl-95 { margin-bottom: 9.5rem !important; }
	.mb-xxl-100 { margin-bottom: 10rem !important; }
	.mb-xxl-105 { margin-bottom: 10.5rem !important; }
	.mb-xxl-110 { margin-bottom: 11rem !important; }
	.mb-xxl-115 { margin-bottom: 11.5rem !important; }
	.mb-xxl-120 { margin-bottom: 12rem !important; }
	.mb-xxl-125 { margin-bottom: 12.5rem !important; }
	.ml-xxl-00 { margin-left: 0rem !important; }
	.ml-xxl-05 { margin-left: 0.5rem !important; }
	.ml-xxl-10 { margin-left: 1rem !important; }
	.ml-xxl-15 { margin-left: 1.5rem !important; }
	.ml-xxl-20 { margin-left: 2rem !important; }
	.ml-xxl-25 { margin-left: 2.5rem !important; }
	.ml-xxl-30 { margin-left: 3rem !important; }
	.ml-xxl-35 { margin-left: 3.5rem !important; }
	.ml-xxl-40 { margin-left: 4rem !important; }
	.ml-xxl-45 { margin-left: 4.5rem !important; }
	.ml-xxl-50 { margin-left: 5rem !important; }
	.ml-xxl-55 { margin-left: 5.5rem !important; }
	.ml-xxl-60 { margin-left: 6rem !important; }
	.ml-xxl-65 { margin-left: 6.5rem !important; }
	.ml-xxl-70 { margin-left: 7rem !important; }
	.ml-xxl-75 { margin-left: 7.5rem !important; }
	.ml-xxl-80 { margin-left: 8rem !important; }
	.ml-xxl-85 { margin-left: 8.5rem !important; }
	.ml-xxl-90 { margin-left: 9rem !important; }
	.ml-xxl-95 { margin-left: 9.5rem !important; }
	.ml-xxl-100 { margin-left: 10rem !important; }
	.ml-xxl-105 { margin-left: 10.5rem !important; }
	.ml-xxl-110 { margin-left: 11rem !important; }
	.ml-xxl-115 { margin-left: 11.5rem !important; }
	.ml-xxl-120 { margin-left: 12rem !important; }
	.ml-xxl-125 { margin-left: 12.5rem !important; }
	.pt-xxl-00 { padding-top: 0rem !important; }
	.pt-xxl-05 { padding-top: 0.5rem !important; }
	.pt-xxl-10 { padding-top: 1rem !important; }
	.pt-xxl-15 { padding-top: 1.5rem !important; }
	.pt-xxl-20 { padding-top: 2rem !important; }
	.pt-xxl-25 { padding-top: 2.5rem !important; }
	.pt-xxl-30 { padding-top: 3rem !important; }
	.pt-xxl-35 { padding-top: 3.5rem !important; }
	.pt-xxl-40 { padding-top: 4rem !important; }
	.pt-xxl-45 { padding-top: 4.5rem !important; }
	.pt-xxl-50 { padding-top: 5rem !important; }
	.pt-xxl-55 { padding-top: 5.5rem !important; }
	.pt-xxl-60 { padding-top: 6rem !important; }
	.pt-xxl-65 { padding-top: 6.5rem !important; }
	.pt-xxl-70 { padding-top: 7rem !important; }
	.pt-xxl-75 { padding-top: 7.5rem !important; }
	.pt-xxl-80 { padding-top: 8rem !important; }
	.pt-xxl-85 { padding-top: 8.5rem !important; }
	.pt-xxl-90 { padding-top: 9rem !important; }
	.pt-xxl-95 { padding-top: 9.5rem !important; }
	.pt-xxl-100 { padding-top: 10rem !important; }
	.pt-xxl-105 { padding-top: 10.5rem !important; }
	.pt-xxl-110 { padding-top: 11rem !important; }
	.pt-xxl-115 { padding-top: 11.5rem !important; }
	.pt-xxl-120 { padding-top: 12rem !important; }
	.pt-xxl-125 { padding-top: 12.5rem !important; }
	.pr-xxl-00 { padding-right: 0rem !important; }
	.pr-xxl-05 { padding-right: 0.5rem !important; }
	.pr-xxl-10 { padding-right: 1rem !important; }
	.pr-xxl-15 { padding-right: 1.5rem !important; }
	.pr-xxl-20 { padding-right: 2rem !important; }
	.pr-xxl-25 { padding-right: 2.5rem !important; }
	.pr-xxl-30 { padding-right: 3rem !important; }
	.pr-xxl-35 { padding-right: 3.5rem !important; }
	.pr-xxl-40 { padding-right: 4rem !important; }
	.pr-xxl-45 { padding-right: 4.5rem !important; }
	.pr-xxl-50 { padding-right: 5rem !important; }
	.pr-xxl-55 { padding-right: 5.5rem !important; }
	.pr-xxl-60 { padding-right: 6rem !important; }
	.pr-xxl-65 { padding-right: 6.5rem !important; }
	.pr-xxl-70 { padding-right: 7rem !important; }
	.pr-xxl-75 { padding-right: 7.5rem !important; }
	.pr-xxl-80 { padding-right: 8rem !important; }
	.pr-xxl-85 { padding-right: 8.5rem !important; }
	.pr-xxl-90 { padding-right: 9rem !important; }
	.pr-xxl-95 { padding-right: 9.5rem !important; }
	.pr-xxl-100 { padding-right: 10rem !important; }
	.pr-xxl-105 { padding-right: 10.5rem !important; }
	.pr-xxl-110 { padding-right: 11rem !important; }
	.pr-xxl-115 { padding-right: 11.5rem !important; }
	.pr-xxl-120 { padding-right: 12rem !important; }
	.pr-xxl-125 { padding-right: 12.5rem !important; }
	.pb-xxl-00 { padding-bottom: 0rem !important; }
	.pb-xxl-05 { padding-bottom: 0.5rem !important; }
	.pb-xxl-10 { padding-bottom: 1rem !important; }
	.pb-xxl-15 { padding-bottom: 1.5rem !important; }
	.pb-xxl-20 { padding-bottom: 2rem !important; }
	.pb-xxl-25 { padding-bottom: 2.5rem !important; }
	.pb-xxl-30 { padding-bottom: 3rem !important; }
	.pb-xxl-35 { padding-bottom: 3.5rem !important; }
	.pb-xxl-40 { padding-bottom: 4rem !important; }
	.pb-xxl-45 { padding-bottom: 4.5rem !important; }
	.pb-xxl-50 { padding-bottom: 5rem !important; }
	.pb-xxl-55 { padding-bottom: 5.5rem !important; }
	.pb-xxl-60 { padding-bottom: 6rem !important; }
	.pb-xxl-65 { padding-bottom: 6.5rem !important; }
	.pb-xxl-70 { padding-bottom: 7rem !important; }
	.pb-xxl-75 { padding-bottom: 7.5rem !important; }
	.pb-xxl-80 { padding-bottom: 8rem !important; }
	.pb-xxl-85 { padding-bottom: 8.5rem !important; }
	.pb-xxl-90 { padding-bottom: 9rem !important; }
	.pb-xxl-95 { padding-bottom: 9.5rem !important; }
	.pb-xxl-100 { padding-bottom: 10rem !important; }
	.pb-xxl-105 { padding-bottom: 10.5rem !important; }
	.pb-xxl-110 { padding-bottom: 11rem !important; }
	.pb-xxl-115 { padding-bottom: 11.5rem !important; }
	.pb-xxl-120 { padding-bottom: 12rem !important; }
	.pb-xxl-125 { padding-bottom: 12.5rem !important; }
	.pl-xxl-00 { padding-left: 0rem !important; }
	.pl-xxl-05 { padding-left: 0.5rem !important; }
	.pl-xxl-10 { padding-left: 1rem !important; }
	.pl-xxl-15 { padding-left: 1.5rem !important; }
	.pl-xxl-20 { padding-left: 2rem !important; }
	.pl-xxl-25 { padding-left: 2.5rem !important; }
	.pl-xxl-30 { padding-left: 3rem !important; }
	.pl-xxl-35 { padding-left: 3.5rem !important; }
	.pl-xxl-40 { padding-left: 4rem !important; }
	.pl-xxl-45 { padding-left: 4.5rem !important; }
	.pl-xxl-50 { padding-left: 5rem !important; }
	.pl-xxl-55 { padding-left: 5.5rem !important; }
	.pl-xxl-60 { padding-left: 6rem !important; }
	.pl-xxl-65 { padding-left: 6.5rem !important; }
	.pl-xxl-70 { padding-left: 7rem !important; }
	.pl-xxl-75 { padding-left: 7.5rem !important; }
	.pl-xxl-80 { padding-left: 8rem !important; }
	.pl-xxl-85 { padding-left: 8.5rem !important; }
	.pl-xxl-90 { padding-left: 9rem !important; }
	.pl-xxl-95 { padding-left: 9.5rem !important; }
	.pl-xxl-100 { padding-left: 10rem !important; }
	.pl-xxl-105 { padding-left: 10.5rem !important; }
	.pl-xxl-110 { padding-left: 11rem !important; }
	.pl-xxl-115 { padding-left: 11.5rem !important; }
	.pl-xxl-120 { padding-left: 12rem !important; }
	.pl-xxl-125 { padding-left: 12.5rem !important; }
	.wp-xxl-05 { width: 5% !important; }
	.wp-xxl-10 { width: 10% !important; }
	.wp-xxl-15 { width: 15% !important; }
	.wp-xxl-20 { width: 20% !important; }
	.wp-xxl-25 { width: 25% !important; }
	.wp-xxl-30 { width: 30% !important; }
	.wp-xxl-35 { width: 35% !important; }
	.wp-xxl-40 { width: 40% !important; }
	.wp-xxl-45 { width: 45% !important; }
	.wp-xxl-50 { width: 50% !important; }
	.wp-xxl-55 { width: 55% !important; }
	.wp-xxl-60 { width: 60% !important; }
	.wp-xxl-65 { width: 65% !important; }
	.wp-xxl-70 { width: 70% !important; }
	.wp-xxl-75 { width: 75% !important; }
	.wp-xxl-80 { width: 80% !important; }
	.wp-xxl-85 { width: 85% !important; }
	.wp-xxl-90 { width: 90% !important; }
	.wp-xxl-95 { width: 95% !important; }
	.wp-xxl-100 { width: 100% !important; }
	.wd-xxl-auto { width: auto !important; }
	.wd-xxl-00 { width: 0rem !important; }
	.wd-xxl-05 { width: 0.5rem !important; }
	.wd-xxl-10 { width: 1rem !important; }
	.wd-xxl-15 { width: 1.5rem !important; }
	.wd-xxl-20 { width: 2rem !important; }
	.wd-xxl-25 { width: 2.5rem !important; }
	.wd-xxl-30 { width: 3rem !important; }
	.wd-xxl-35 { width: 3.5rem !important; }
	.wd-xxl-40 { width: 4rem !important; }
	.wd-xxl-45 { width: 4.5rem !important; }
	.wd-xxl-50 { width: 5rem !important; }
	.wd-xxl-55 { width: 5.5rem !important; }
	.wd-xxl-60 { width: 6rem !important; }
	.wd-xxl-65 { width: 6.5rem !important; }
	.wd-xxl-70 { width: 7rem !important; }
	.wd-xxl-75 { width: 7.5rem !important; }
	.wd-xxl-80 { width: 8rem !important; }
	.wd-xxl-85 { width: 8.5rem !important; }
	.wd-xxl-90 { width: 9rem !important; }
	.wd-xxl-95 { width: 9.5rem !important; }
	.wd-xxl-100 { width: 10rem !important; }
	.wd-xxl-105 { width: 10.5rem !important; }
	.wd-xxl-110 { width: 11rem !important; }
	.wd-xxl-115 { width: 11.5rem !important; }
	.wd-xxl-120 { width: 12rem !important; }
	.wd-xxl-125 { width: 12.5rem !important; }
	.wd-xxl-130 { width: 13rem !important; }
	.wd-xxl-135 { width: 13.5rem !important; }
	.wd-xxl-140 { width: 14rem !important; }
	.wd-xxl-145 { width: 14.5rem !important; }
	.wd-xxl-150 { width: 15rem !important; }
	.wd-xxl-155 { width: 15.5rem !important; }
	.wd-xxl-160 { width: 16rem !important; }
	.wd-xxl-165 { width: 16.5rem !important; }
	.wd-xxl-170 { width: 17rem !important; }
	.wd-xxl-175 { width: 17.5rem !important; }
	.wd-xxl-180 { width: 18rem !important; }
	.wd-xxl-185 { width: 18.5rem !important; }
	.wd-xxl-190 { width: 19rem !important; }
	.wd-xxl-195 { width: 19.5rem !important; }
	.wd-xxl-200 { width: 20rem !important; }
	.wd-xxl-205 { width: 20.5rem !important; }
	.wd-xxl-210 { width: 21rem !important; }
	.wd-xxl-215 { width: 21.5rem !important; }
	.wd-xxl-220 { width: 22rem !important; }
	.wd-xxl-225 { width: 22.5rem !important; }
	.wd-xxl-230 { width: 23rem !important; }
	.wd-xxl-235 { width: 23.5rem !important; }
	.wd-xxl-240 { width: 24rem !important; }
	.wd-xxl-245 { width: 24.5rem !important; }
	.wd-xxl-250 { width: 25rem !important; }
	.wd-xxl-255 { width: 25.5rem !important; }
	.wd-xxl-260 { width: 26rem !important; }
	.wd-xxl-265 { width: 26.5rem !important; }
	.wd-xxl-270 { width: 27rem !important; }
	.wd-xxl-275 { width: 27.5rem !important; }
	.wd-xxl-280 { width: 28rem !important; }
	.wd-xxl-285 { width: 28.5rem !important; }
	.wd-xxl-290 { width: 29rem !important; }
	.wd-xxl-295 { width: 29.5rem !important; }
	.wd-xxl-300 { width: 30rem !important; }
	.wd-xxl-305 { width: 30.5rem !important; }
	.wd-xxl-310 { width: 31rem !important; }
	.wd-xxl-315 { width: 31.5rem !important; }
	.wd-xxl-320 { width: 32rem !important; }
	.wd-xxl-325 { width: 32.5rem !important; }
	.wd-xxl-330 { width: 33rem !important; }
	.wd-xxl-335 { width: 33.5rem !important; }
	.wd-xxl-340 { width: 34rem !important; }
	.wd-xxl-345 { width: 34.5rem !important; }
	.wd-xxl-350 { width: 35rem !important; }
	.wd-xxl-355 { width: 35.5rem !important; }
	.wd-xxl-360 { width: 36rem !important; }
	.wd-xxl-365 { width: 36.5rem !important; }
	.wd-xxl-370 { width: 37rem !important; }
	.wd-xxl-375 { width: 37.5rem !important; }
	.wd-xxl-380 { width: 38rem !important; }
	.wd-xxl-385 { width: 38.5rem !important; }
	.wd-xxl-390 { width: 39rem !important; }
	.wd-xxl-395 { width: 39.5rem !important; }
	.wd-xxl-400 { width: 40rem !important; }
	.wd-xxl-405 { width: 40.5rem !important; }
	.wd-xxl-410 { width: 41rem !important; }
	.wd-xxl-415 { width: 41.5rem !important; }
	.wd-xxl-420 { width: 42rem !important; }
	.wd-xxl-425 { width: 42.5rem !important; }
	.wd-xxl-430 { width: 43rem !important; }
	.wd-xxl-435 { width: 43.5rem !important; }
	.wd-xxl-440 { width: 44rem !important; }
	.wd-xxl-445 { width: 44.5rem !important; }
	.wd-xxl-450 { width: 45rem !important; }
	.wd-xxl-455 { width: 45.5rem !important; }
	.wd-xxl-460 { width: 46rem !important; }
	.wd-xxl-465 { width: 46.5rem !important; }
	.wd-xxl-470 { width: 47rem !important; }
	.wd-xxl-475 { width: 47.5rem !important; }
	.wd-xxl-480 { width: 48rem !important; }
	.wd-xxl-485 { width: 48.5rem !important; }
	.wd-xxl-490 { width: 49rem !important; }
	.wd-xxl-495 { width: 49.5rem !important; }
	.wd-xxl-500 { width: 50rem !important; }
	.col-xxl { flex: 1 0 0%; }
	.col-xxl-auto { flex: 0 0 auto; width: auto; }
	.col-xxl-1 { flex: 0 0 auto; width: 8.3333333333%; }
	.col-xxl-1_1 { flex: 0 0 auto; width: 9.1666666667%; }
	.col-xxl-1_2 { flex: 0 0 auto; width: 10%; }
	.col-xxl-1_3 { flex: 0 0 auto; width: 10.8333333333%; }
	.col-xxl-1_4 { flex: 0 0 auto; width: 11.6666666667%; }
	.col-xxl-1_5 { flex: 0 0 auto; width: 12.5%; }
	.col-xxl-1_6 { flex: 0 0 auto; width: 13.3333333333%; }
	.col-xxl-1_7 { flex: 0 0 auto; width: 14.1666666667%; }
	.col-xxl-1_8 { flex: 0 0 auto; width: 15%; }
	.col-xxl-1_9 { flex: 0 0 auto; width: 15.8333333333%; }
	.col-xxl-2 { flex: 0 0 auto; width: 16.6666666667%; }
	.col-xxl-2_1 { flex: 0 0 auto; width: 17.5%; }
	.col-xxl-2_2 { flex: 0 0 auto; width: 18.3333333333%; }
	.col-xxl-2_3 { flex: 0 0 auto; width: 19.1666666667%; }
	.col-xxl-2_4 { flex: 0 0 auto; width: 20%; }
	.col-xxl-2_5 { flex: 0 0 auto; width: 20.8333333333%; }
	.col-xxl-2_6 { flex: 0 0 auto; width: 21.6666666667%; }
	.col-xxl-2_7 { flex: 0 0 auto; width: 22.5%; }
	.col-xxl-2_8 { flex: 0 0 auto; width: 23.3333333333%; }
	.col-xxl-2_9 { flex: 0 0 auto; width: 24.1666666667%; }
	.col-xxl-3 { flex: 0 0 auto; width: 25%; }
	.col-xxl-3_1 { flex: 0 0 auto; width: 25.8333333333%; }
	.col-xxl-3_2 { flex: 0 0 auto; width: 26.6666666667%; }
	.col-xxl-3_3 { flex: 0 0 auto; width: 27.5%; }
	.col-xxl-3_4 { flex: 0 0 auto; width: 28.3333333333%; }
	.col-xxl-3_5 { flex: 0 0 auto; width: 29.1666666667%; }
	.col-xxl-3_6 { flex: 0 0 auto; width: 30%; }
	.col-xxl-3_7 { flex: 0 0 auto; width: 30.8333333333%; }
	.col-xxl-3_8 { flex: 0 0 auto; width: 31.6666666667%; }
	.col-xxl-3_9 { flex: 0 0 auto; width: 32.5%; }
	.col-xxl-4 { flex: 0 0 auto; width: 33.3333333333%; }
	.col-xxl-4_1 { flex: 0 0 auto; width: 34.1666666667%; }
	.col-xxl-4_2 { flex: 0 0 auto; width: 35%; }
	.col-xxl-4_3 { flex: 0 0 auto; width: 35.8333333333%; }
	.col-xxl-4_4 { flex: 0 0 auto; width: 36.6666666667%; }
	.col-xxl-4_5 { flex: 0 0 auto; width: 37.5%; }
	.col-xxl-4_6 { flex: 0 0 auto; width: 38.3333333333%; }
	.col-xxl-4_7 { flex: 0 0 auto; width: 39.1666666667%; }
	.col-xxl-4_8 { flex: 0 0 auto; width: 40%; }
	.col-xxl-4_9 { flex: 0 0 auto; width: 40.8333333333%; }
	.col-xxl-5 { flex: 0 0 auto; width: 41.6666666667%; }
	.col-xxl-5_1 { flex: 0 0 auto; width: 42.5%; }
	.col-xxl-5_2 { flex: 0 0 auto; width: 43.3333333333%; }
	.col-xxl-5_3 { flex: 0 0 auto; width: 44.1666666667%; }
	.col-xxl-5_4 { flex: 0 0 auto; width: 45%; }
	.col-xxl-5_5 { flex: 0 0 auto; width: 45.8333333333%; }
	.col-xxl-5_6 { flex: 0 0 auto; width: 46.6666666667%; }
	.col-xxl-5_7 { flex: 0 0 auto; width: 47.5%; }
	.col-xxl-5_8 { flex: 0 0 auto; width: 48.3333333333%; }
	.col-xxl-5_9 { flex: 0 0 auto; width: 49.1666666667%; }
	.col-xxl-6 { flex: 0 0 auto; width: 50%; }
	.col-xxl-6_1 { flex: 0 0 auto; width: 50.8333333333%; }
	.col-xxl-6_2 { flex: 0 0 auto; width: 51.6666666667%; }
	.col-xxl-6_3 { flex: 0 0 auto; width: 52.5%; }
	.col-xxl-6_4 { flex: 0 0 auto; width: 53.3333333333%; }
	.col-xxl-6_5 { flex: 0 0 auto; width: 54.1666666667%; }
	.col-xxl-6_6 { flex: 0 0 auto; width: 55%; }
	.col-xxl-6_7 { flex: 0 0 auto; width: 55.8333333333%; }
	.col-xxl-6_8 { flex: 0 0 auto; width: 56.6666666667%; }
	.col-xxl-6_9 { flex: 0 0 auto; width: 57.5%; }
	.col-xxl-7 { flex: 0 0 auto; width: 58.3333333333%; }
	.col-xxl-7_1 { flex: 0 0 auto; width: 59.1666666667%; }
	.col-xxl-7_2 { flex: 0 0 auto; width: 60%; }
	.col-xxl-7_3 { flex: 0 0 auto; width: 60.8333333333%; }
	.col-xxl-7_4 { flex: 0 0 auto; width: 61.6666666667%; }
	.col-xxl-7_5 { flex: 0 0 auto; width: 62.5%; }
	.col-xxl-7_6 { flex: 0 0 auto; width: 63.3333333333%; }
	.col-xxl-7_7 { flex: 0 0 auto; width: 64.1666666667%; }
	.col-xxl-7_8 { flex: 0 0 auto; width: 65%; }
	.col-xxl-7_9 { flex: 0 0 auto; width: 65.8333333333%; }
	.col-xxl-8 { flex: 0 0 auto; width: 66.6666666667%; }
	.col-xxl-8_1 { flex: 0 0 auto; width: 67.5%; }
	.col-xxl-8_2 { flex: 0 0 auto; width: 68.3333333333%; }
	.col-xxl-8_3 { flex: 0 0 auto; width: 69.1666666667%; }
	.col-xxl-8_4 { flex: 0 0 auto; width: 70%; }
	.col-xxl-8_5 { flex: 0 0 auto; width: 70.8333333333%; }
	.col-xxl-8_6 { flex: 0 0 auto; width: 71.6666666667%; }
	.col-xxl-8_7 { flex: 0 0 auto; width: 72.5%; }
	.col-xxl-8_8 { flex: 0 0 auto; width: 73.3333333333%; }
	.col-xxl-8_9 { flex: 0 0 auto; width: 74.1666666667%; }
	.col-xxl-9 { flex: 0 0 auto; width: 75%; }
	.col-xxl-9_1 { flex: 0 0 auto; width: 75.8333333333%; }
	.col-xxl-9_2 { flex: 0 0 auto; width: 76.6666666667%; }
	.col-xxl-9_3 { flex: 0 0 auto; width: 77.5%; }
	.col-xxl-9_4 { flex: 0 0 auto; width: 78.3333333333%; }
	.col-xxl-9_5 { flex: 0 0 auto; width: 79.1666666667%; }
	.col-xxl-9_6 { flex: 0 0 auto; width: 80%; }
	.col-xxl-9_7 { flex: 0 0 auto; width: 80.8333333333%; }
	.col-xxl-9_8 { flex: 0 0 auto; width: 81.6666666667%; }
	.col-xxl-9_9 { flex: 0 0 auto; width: 82.5%; }
	.col-xxl-10 { flex: 0 0 auto; width: 83.3333333333%; }
	.col-xxl-10_1 { flex: 0 0 auto; width: 84.1666666667%; }
	.col-xxl-10_2 { flex: 0 0 auto; width: 85%; }
	.col-xxl-10_3 { flex: 0 0 auto; width: 85.8333333333%; }
	.col-xxl-10_4 { flex: 0 0 auto; width: 86.6666666667%; }
	.col-xxl-10_5 { flex: 0 0 auto; width: 87.5%; }
	.col-xxl-10_6 { flex: 0 0 auto; width: 88.3333333333%; }
	.col-xxl-10_7 { flex: 0 0 auto; width: 89.1666666667%; }
	.col-xxl-10_8 { flex: 0 0 auto; width: 90%; }
	.col-xxl-10_9 { flex: 0 0 auto; width: 90.8333333333%; }
	.col-xxl-11 { flex: 0 0 auto; width: 91.6666666667%; }
	.col-xxl-11_1 { flex: 0 0 auto; width: 92.5%; }
	.col-xxl-11_2 { flex: 0 0 auto; width: 93.3333333333%; }
	.col-xxl-11_3 { flex: 0 0 auto; width: 94.1666666667%; }
	.col-xxl-11_4 { flex: 0 0 auto; width: 95%; }
	.col-xxl-11_5 { flex: 0 0 auto; width: 95.8333333333%; }
	.col-xxl-11_6 { flex: 0 0 auto; width: 96.6666666667%; }
	.col-xxl-11_7 { flex: 0 0 auto; width: 97.5%; }
	.col-xxl-11_8 { flex: 0 0 auto; width: 98.3333333333%; }
	.col-xxl-11_9 { flex: 0 0 auto; width: 99.1666666667%; }
	.col-xxl-12 { flex: 0 0 auto; width: 100%; }
}
@media screen and (max-width:1280px) {
	.container,
	.container-fluid,
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm { max-width: 100%; }
}
@media screen and (max-width:768px) {
	.container,
	.container-fluid,
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm { padding-right: var(--container_padding); padding-left: var(--container_padding); }
}