/* ********************************************************************************* *
* 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 { color: #000; font-size: 16px; line-height: 1.5; font-family: "Pretendard"; letter-spacing: -0.1rem; word-break: break-all; }
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; border: 0; border-radius: 0; color: inherit; font: inherit; letter-spacing: 0; cursor: pointer; }
textarea { resize: none; }
html,
body { height: 100%; min-height: 100%; }
.wrap { display: flex; flex-direction: column; min-height: 100%; }
.container { 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; }
.inner { width: 100%; margin-right: auto; margin-left: auto; }
.row { display: flex; flex-wrap: wrap; margin-right: calc(var(--col_padding) * -1); margin-left: calc(var(--col_padding) * -1); }
.row > * { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: var(--col_padding); padding-left: var(--col_padding); }
.row [class^=col] .row { margin-right: calc(var(--col_padding) / -2); margin-left: calc(var(--col_padding) / -2); }
.row [class^=col] .row [class^=col] { padding-right: calc(var(--col_padding) / 2); padding-left: calc(var(--col_padding) / 2); }
.wb-nor { word-break: normal !important; }
.wb-ba { word-break: break-all !important; }
.wb-ka { word-break: keep-all !important; }
.wb-i { word-break: inherit !important; }
.gap-5 { gap: 5px; }
.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: normal !important; }
.font-weight-medium { font-weight: 500 !important; }
.font-weight-bold { font-weight: bold !important; }
.font-weight-extrabold { font-weight: 800 !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; }
.text-pre-wrap { white-space: pre-wrap !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; }
.w-100 { width: 100% !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: clamp(0px, 0vw, 0px) !important; }
.mt-05 { margin-top: clamp(5px, 0.2604166667vw, 5px) !important; }
.mt-10 { margin-top: clamp(5px, 0.5208333333vw, 10px) !important; }
.mt-15 { margin-top: clamp(15px, 0.78125vw, 15px) !important; }
.mt-20 { margin-top: clamp(15px, 1.0416666667vw, 20px) !important; }
.mt-25 { margin-top: clamp(15px, 1.3020833333vw, 25px) !important; }
.mt-30 { margin-top: clamp(15px, 1.5625vw, 30px) !important; }
.mt-35 { margin-top: clamp(15px, 1.8229166667vw, 35px) !important; }
.mt-40 { margin-top: clamp(15px, 2.0833333333vw, 40px) !important; }
.mt-45 { margin-top: clamp(15px, 2.34375vw, 45px) !important; }
.mt-50 { margin-top: clamp(15px, 2.6041666667vw, 50px) !important; }
.mt-55 { margin-top: clamp(15px, 2.8645833333vw, 55px) !important; }
.mt-60 { margin-top: clamp(15px, 3.125vw, 60px) !important; }
.mt-65 { margin-top: clamp(15px, 3.3854166667vw, 65px) !important; }
.mt-70 { margin-top: clamp(15px, 3.6458333333vw, 70px) !important; }
.mt-75 { margin-top: clamp(15px, 3.90625vw, 75px) !important; }
.mt-80 { margin-top: clamp(15px, 4.1666666667vw, 80px) !important; }
.mt-85 { margin-top: clamp(15px, 4.4270833333vw, 85px) !important; }
.mt-90 { margin-top: clamp(15px, 4.6875vw, 90px) !important; }
.mt-95 { margin-top: clamp(15px, 4.9479166667vw, 95px) !important; }
.mt-100 { margin-top: clamp(15px, 5.2083333333vw, 100px) !important; }
.mr-00 { margin-right: clamp(0px, 0vw, 0px) !important; }
.mr-05 { margin-right: clamp(5px, 0.2604166667vw, 5px) !important; }
.mr-10 { margin-right: clamp(5px, 0.5208333333vw, 10px) !important; }
.mr-15 { margin-right: clamp(15px, 0.78125vw, 15px) !important; }
.mr-20 { margin-right: clamp(15px, 1.0416666667vw, 20px) !important; }
.mr-25 { margin-right: clamp(15px, 1.3020833333vw, 25px) !important; }
.mr-30 { margin-right: clamp(15px, 1.5625vw, 30px) !important; }
.mr-35 { margin-right: clamp(15px, 1.8229166667vw, 35px) !important; }
.mr-40 { margin-right: clamp(15px, 2.0833333333vw, 40px) !important; }
.mr-45 { margin-right: clamp(15px, 2.34375vw, 45px) !important; }
.mr-50 { margin-right: clamp(15px, 2.6041666667vw, 50px) !important; }
.mr-55 { margin-right: clamp(15px, 2.8645833333vw, 55px) !important; }
.mr-60 { margin-right: clamp(15px, 3.125vw, 60px) !important; }
.mr-65 { margin-right: clamp(15px, 3.3854166667vw, 65px) !important; }
.mr-70 { margin-right: clamp(15px, 3.6458333333vw, 70px) !important; }
.mr-75 { margin-right: clamp(15px, 3.90625vw, 75px) !important; }
.mr-80 { margin-right: clamp(15px, 4.1666666667vw, 80px) !important; }
.mr-85 { margin-right: clamp(15px, 4.4270833333vw, 85px) !important; }
.mr-90 { margin-right: clamp(15px, 4.6875vw, 90px) !important; }
.mr-95 { margin-right: clamp(15px, 4.9479166667vw, 95px) !important; }
.mr-100 { margin-right: clamp(15px, 5.2083333333vw, 100px) !important; }
.mb-00 { margin-bottom: clamp(0px, 0vw, 0px) !important; }
.mb-05 { margin-bottom: clamp(5px, 0.2604166667vw, 5px) !important; }
.mb-10 { margin-bottom: clamp(5px, 0.5208333333vw, 10px) !important; }
.mb-15 { margin-bottom: clamp(15px, 0.78125vw, 15px) !important; }
.mb-20 { margin-bottom: clamp(15px, 1.0416666667vw, 20px) !important; }
.mb-25 { margin-bottom: clamp(15px, 1.3020833333vw, 25px) !important; }
.mb-30 { margin-bottom: clamp(15px, 1.5625vw, 30px) !important; }
.mb-35 { margin-bottom: clamp(15px, 1.8229166667vw, 35px) !important; }
.mb-40 { margin-bottom: clamp(15px, 2.0833333333vw, 40px) !important; }
.mb-45 { margin-bottom: clamp(15px, 2.34375vw, 45px) !important; }
.mb-50 { margin-bottom: clamp(15px, 2.6041666667vw, 50px) !important; }
.mb-55 { margin-bottom: clamp(15px, 2.8645833333vw, 55px) !important; }
.mb-60 { margin-bottom: clamp(15px, 3.125vw, 60px) !important; }
.mb-65 { margin-bottom: clamp(15px, 3.3854166667vw, 65px) !important; }
.mb-70 { margin-bottom: clamp(15px, 3.6458333333vw, 70px) !important; }
.mb-75 { margin-bottom: clamp(15px, 3.90625vw, 75px) !important; }
.mb-80 { margin-bottom: clamp(15px, 4.1666666667vw, 80px) !important; }
.mb-85 { margin-bottom: clamp(15px, 4.4270833333vw, 85px) !important; }
.mb-90 { margin-bottom: clamp(15px, 4.6875vw, 90px) !important; }
.mb-95 { margin-bottom: clamp(15px, 4.9479166667vw, 95px) !important; }
.mb-100 { margin-bottom: clamp(15px, 5.2083333333vw, 100px) !important; }
.ml-00 { margin-left: clamp(0px, 0vw, 0px) !important; }
.ml-05 { margin-left: clamp(5px, 0.2604166667vw, 5px) !important; }
.ml-10 { margin-left: clamp(5px, 0.5208333333vw, 10px) !important; }
.ml-15 { margin-left: clamp(15px, 0.78125vw, 15px) !important; }
.ml-20 { margin-left: clamp(15px, 1.0416666667vw, 20px) !important; }
.ml-25 { margin-left: clamp(15px, 1.3020833333vw, 25px) !important; }
.ml-30 { margin-left: clamp(15px, 1.5625vw, 30px) !important; }
.ml-35 { margin-left: clamp(15px, 1.8229166667vw, 35px) !important; }
.ml-40 { margin-left: clamp(15px, 2.0833333333vw, 40px) !important; }
.ml-45 { margin-left: clamp(15px, 2.34375vw, 45px) !important; }
.ml-50 { margin-left: clamp(15px, 2.6041666667vw, 50px) !important; }
.ml-55 { margin-left: clamp(15px, 2.8645833333vw, 55px) !important; }
.ml-60 { margin-left: clamp(15px, 3.125vw, 60px) !important; }
.ml-65 { margin-left: clamp(15px, 3.3854166667vw, 65px) !important; }
.ml-70 { margin-left: clamp(15px, 3.6458333333vw, 70px) !important; }
.ml-75 { margin-left: clamp(15px, 3.90625vw, 75px) !important; }
.ml-80 { margin-left: clamp(15px, 4.1666666667vw, 80px) !important; }
.ml-85 { margin-left: clamp(15px, 4.4270833333vw, 85px) !important; }
.ml-90 { margin-left: clamp(15px, 4.6875vw, 90px) !important; }
.ml-95 { margin-left: clamp(15px, 4.9479166667vw, 95px) !important; }
.ml-100 { margin-left: clamp(15px, 5.2083333333vw, 100px) !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; }
.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; }
.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; }
.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; }
.col { flex: 1 0 0%; }
.col-auto { flex: 0 0 auto; width: auto; }
.col-1 { flex: 0 0 auto; width: 8.3333333333%; }
.col-2 { flex: 0 0 auto; width: 16.6666666667%; }
.col-3 { flex: 0 0 auto; width: 25%; }
.col-4 { flex: 0 0 auto; width: 33.3333333333%; }
.col-5 { flex: 0 0 auto; width: 41.6666666667%; }
.col-6 { flex: 0 0 auto; width: 50%; }
.col-7 { flex: 0 0 auto; width: 58.3333333333%; }
.col-8 { flex: 0 0 auto; width: 66.6666666667%; }
.col-9 { flex: 0 0 auto; width: 75%; }
.col-10 { flex: 0 0 auto; width: 83.3333333333%; }
.col-11 { flex: 0 0 auto; width: 91.6666666667%; }
.col-12 { flex: 0 0 auto; width: 100%; }
@media screen and (min-width:689px) {
	.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: normal !important; }
	.font-weight-sm-medium { font-weight: 500 !important; }
	.font-weight-sm-bold { font-weight: bold !important; }
	.font-weight-sm-extrabold { font-weight: 800 !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; }
	.text-pre-wrap { white-space: pre-wrap !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; }
	.w-sm-100 { width: 100% !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: clamp(0px, 0vw, 0px) !important; }
	.mt-sm-05 { margin-top: clamp(5px, 0.2604166667vw, 5px) !important; }
	.mt-sm-10 { margin-top: clamp(5px, 0.5208333333vw, 10px) !important; }
	.mt-sm-15 { margin-top: clamp(15px, 0.78125vw, 15px) !important; }
	.mt-sm-20 { margin-top: clamp(15px, 1.0416666667vw, 20px) !important; }
	.mt-sm-25 { margin-top: clamp(15px, 1.3020833333vw, 25px) !important; }
	.mt-sm-30 { margin-top: clamp(15px, 1.5625vw, 30px) !important; }
	.mt-sm-35 { margin-top: clamp(15px, 1.8229166667vw, 35px) !important; }
	.mt-sm-40 { margin-top: clamp(15px, 2.0833333333vw, 40px) !important; }
	.mt-sm-45 { margin-top: clamp(15px, 2.34375vw, 45px) !important; }
	.mt-sm-50 { margin-top: clamp(15px, 2.6041666667vw, 50px) !important; }
	.mt-sm-55 { margin-top: clamp(15px, 2.8645833333vw, 55px) !important; }
	.mt-sm-60 { margin-top: clamp(15px, 3.125vw, 60px) !important; }
	.mt-sm-65 { margin-top: clamp(15px, 3.3854166667vw, 65px) !important; }
	.mt-sm-70 { margin-top: clamp(15px, 3.6458333333vw, 70px) !important; }
	.mt-sm-75 { margin-top: clamp(15px, 3.90625vw, 75px) !important; }
	.mt-sm-80 { margin-top: clamp(15px, 4.1666666667vw, 80px) !important; }
	.mt-sm-85 { margin-top: clamp(15px, 4.4270833333vw, 85px) !important; }
	.mt-sm-90 { margin-top: clamp(15px, 4.6875vw, 90px) !important; }
	.mt-sm-95 { margin-top: clamp(15px, 4.9479166667vw, 95px) !important; }
	.mt-sm-100 { margin-top: clamp(15px, 5.2083333333vw, 100px) !important; }
	.mr-sm-00 { margin-right: clamp(0px, 0vw, 0px) !important; }
	.mr-sm-05 { margin-right: clamp(5px, 0.2604166667vw, 5px) !important; }
	.mr-sm-10 { margin-right: clamp(5px, 0.5208333333vw, 10px) !important; }
	.mr-sm-15 { margin-right: clamp(15px, 0.78125vw, 15px) !important; }
	.mr-sm-20 { margin-right: clamp(15px, 1.0416666667vw, 20px) !important; }
	.mr-sm-25 { margin-right: clamp(15px, 1.3020833333vw, 25px) !important; }
	.mr-sm-30 { margin-right: clamp(15px, 1.5625vw, 30px) !important; }
	.mr-sm-35 { margin-right: clamp(15px, 1.8229166667vw, 35px) !important; }
	.mr-sm-40 { margin-right: clamp(15px, 2.0833333333vw, 40px) !important; }
	.mr-sm-45 { margin-right: clamp(15px, 2.34375vw, 45px) !important; }
	.mr-sm-50 { margin-right: clamp(15px, 2.6041666667vw, 50px) !important; }
	.mr-sm-55 { margin-right: clamp(15px, 2.8645833333vw, 55px) !important; }
	.mr-sm-60 { margin-right: clamp(15px, 3.125vw, 60px) !important; }
	.mr-sm-65 { margin-right: clamp(15px, 3.3854166667vw, 65px) !important; }
	.mr-sm-70 { margin-right: clamp(15px, 3.6458333333vw, 70px) !important; }
	.mr-sm-75 { margin-right: clamp(15px, 3.90625vw, 75px) !important; }
	.mr-sm-80 { margin-right: clamp(15px, 4.1666666667vw, 80px) !important; }
	.mr-sm-85 { margin-right: clamp(15px, 4.4270833333vw, 85px) !important; }
	.mr-sm-90 { margin-right: clamp(15px, 4.6875vw, 90px) !important; }
	.mr-sm-95 { margin-right: clamp(15px, 4.9479166667vw, 95px) !important; }
	.mr-sm-100 { margin-right: clamp(15px, 5.2083333333vw, 100px) !important; }
	.mb-sm-00 { margin-bottom: clamp(0px, 0vw, 0px) !important; }
	.mb-sm-05 { margin-bottom: clamp(5px, 0.2604166667vw, 5px) !important; }
	.mb-sm-10 { margin-bottom: clamp(5px, 0.5208333333vw, 10px) !important; }
	.mb-sm-15 { margin-bottom: clamp(15px, 0.78125vw, 15px) !important; }
	.mb-sm-20 { margin-bottom: clamp(15px, 1.0416666667vw, 20px) !important; }
	.mb-sm-25 { margin-bottom: clamp(15px, 1.3020833333vw, 25px) !important; }
	.mb-sm-30 { margin-bottom: clamp(15px, 1.5625vw, 30px) !important; }
	.mb-sm-35 { margin-bottom: clamp(15px, 1.8229166667vw, 35px) !important; }
	.mb-sm-40 { margin-bottom: clamp(15px, 2.0833333333vw, 40px) !important; }
	.mb-sm-45 { margin-bottom: clamp(15px, 2.34375vw, 45px) !important; }
	.mb-sm-50 { margin-bottom: clamp(15px, 2.6041666667vw, 50px) !important; }
	.mb-sm-55 { margin-bottom: clamp(15px, 2.8645833333vw, 55px) !important; }
	.mb-sm-60 { margin-bottom: clamp(15px, 3.125vw, 60px) !important; }
	.mb-sm-65 { margin-bottom: clamp(15px, 3.3854166667vw, 65px) !important; }
	.mb-sm-70 { margin-bottom: clamp(15px, 3.6458333333vw, 70px) !important; }
	.mb-sm-75 { margin-bottom: clamp(15px, 3.90625vw, 75px) !important; }
	.mb-sm-80 { margin-bottom: clamp(15px, 4.1666666667vw, 80px) !important; }
	.mb-sm-85 { margin-bottom: clamp(15px, 4.4270833333vw, 85px) !important; }
	.mb-sm-90 { margin-bottom: clamp(15px, 4.6875vw, 90px) !important; }
	.mb-sm-95 { margin-bottom: clamp(15px, 4.9479166667vw, 95px) !important; }
	.mb-sm-100 { margin-bottom: clamp(15px, 5.2083333333vw, 100px) !important; }
	.ml-sm-00 { margin-left: clamp(0px, 0vw, 0px) !important; }
	.ml-sm-05 { margin-left: clamp(5px, 0.2604166667vw, 5px) !important; }
	.ml-sm-10 { margin-left: clamp(5px, 0.5208333333vw, 10px) !important; }
	.ml-sm-15 { margin-left: clamp(15px, 0.78125vw, 15px) !important; }
	.ml-sm-20 { margin-left: clamp(15px, 1.0416666667vw, 20px) !important; }
	.ml-sm-25 { margin-left: clamp(15px, 1.3020833333vw, 25px) !important; }
	.ml-sm-30 { margin-left: clamp(15px, 1.5625vw, 30px) !important; }
	.ml-sm-35 { margin-left: clamp(15px, 1.8229166667vw, 35px) !important; }
	.ml-sm-40 { margin-left: clamp(15px, 2.0833333333vw, 40px) !important; }
	.ml-sm-45 { margin-left: clamp(15px, 2.34375vw, 45px) !important; }
	.ml-sm-50 { margin-left: clamp(15px, 2.6041666667vw, 50px) !important; }
	.ml-sm-55 { margin-left: clamp(15px, 2.8645833333vw, 55px) !important; }
	.ml-sm-60 { margin-left: clamp(15px, 3.125vw, 60px) !important; }
	.ml-sm-65 { margin-left: clamp(15px, 3.3854166667vw, 65px) !important; }
	.ml-sm-70 { margin-left: clamp(15px, 3.6458333333vw, 70px) !important; }
	.ml-sm-75 { margin-left: clamp(15px, 3.90625vw, 75px) !important; }
	.ml-sm-80 { margin-left: clamp(15px, 4.1666666667vw, 80px) !important; }
	.ml-sm-85 { margin-left: clamp(15px, 4.4270833333vw, 85px) !important; }
	.ml-sm-90 { margin-left: clamp(15px, 4.6875vw, 90px) !important; }
	.ml-sm-95 { margin-left: clamp(15px, 4.9479166667vw, 95px) !important; }
	.ml-sm-100 { margin-left: clamp(15px, 5.2083333333vw, 100px) !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; }
	.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; }
	.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; }
	.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; }
	.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-2 { flex: 0 0 auto; width: 16.6666666667%; }
	.col-sm-3 { flex: 0 0 auto; width: 25%; }
	.col-sm-4 { flex: 0 0 auto; width: 33.3333333333%; }
	.col-sm-5 { flex: 0 0 auto; width: 41.6666666667%; }
	.col-sm-6 { flex: 0 0 auto; width: 50%; }
	.col-sm-7 { flex: 0 0 auto; width: 58.3333333333%; }
	.col-sm-8 { flex: 0 0 auto; width: 66.6666666667%; }
	.col-sm-9 { flex: 0 0 auto; width: 75%; }
	.col-sm-10 { flex: 0 0 auto; width: 83.3333333333%; }
	.col-sm-11 { flex: 0 0 auto; width: 91.6666666667%; }
	.col-sm-12 { flex: 0 0 auto; width: 100%; }
}
@media screen and (min-width:1201px) {
	.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: normal !important; }
	.font-weight-md-medium { font-weight: 500 !important; }
	.font-weight-md-bold { font-weight: bold !important; }
	.font-weight-md-extrabold { font-weight: 800 !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; }
	.text-pre-wrap { white-space: pre-wrap !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; }
	.w-md-100 { width: 100% !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: clamp(0px, 0vw, 0px) !important; }
	.mt-md-05 { margin-top: clamp(5px, 0.2604166667vw, 5px) !important; }
	.mt-md-10 { margin-top: clamp(5px, 0.5208333333vw, 10px) !important; }
	.mt-md-15 { margin-top: clamp(15px, 0.78125vw, 15px) !important; }
	.mt-md-20 { margin-top: clamp(15px, 1.0416666667vw, 20px) !important; }
	.mt-md-25 { margin-top: clamp(15px, 1.3020833333vw, 25px) !important; }
	.mt-md-30 { margin-top: clamp(15px, 1.5625vw, 30px) !important; }
	.mt-md-35 { margin-top: clamp(15px, 1.8229166667vw, 35px) !important; }
	.mt-md-40 { margin-top: clamp(15px, 2.0833333333vw, 40px) !important; }
	.mt-md-45 { margin-top: clamp(15px, 2.34375vw, 45px) !important; }
	.mt-md-50 { margin-top: clamp(15px, 2.6041666667vw, 50px) !important; }
	.mt-md-55 { margin-top: clamp(15px, 2.8645833333vw, 55px) !important; }
	.mt-md-60 { margin-top: clamp(15px, 3.125vw, 60px) !important; }
	.mt-md-65 { margin-top: clamp(15px, 3.3854166667vw, 65px) !important; }
	.mt-md-70 { margin-top: clamp(15px, 3.6458333333vw, 70px) !important; }
	.mt-md-75 { margin-top: clamp(15px, 3.90625vw, 75px) !important; }
	.mt-md-80 { margin-top: clamp(15px, 4.1666666667vw, 80px) !important; }
	.mt-md-85 { margin-top: clamp(15px, 4.4270833333vw, 85px) !important; }
	.mt-md-90 { margin-top: clamp(15px, 4.6875vw, 90px) !important; }
	.mt-md-95 { margin-top: clamp(15px, 4.9479166667vw, 95px) !important; }
	.mt-md-100 { margin-top: clamp(15px, 5.2083333333vw, 100px) !important; }
	.mr-md-00 { margin-right: clamp(0px, 0vw, 0px) !important; }
	.mr-md-05 { margin-right: clamp(5px, 0.2604166667vw, 5px) !important; }
	.mr-md-10 { margin-right: clamp(5px, 0.5208333333vw, 10px) !important; }
	.mr-md-15 { margin-right: clamp(15px, 0.78125vw, 15px) !important; }
	.mr-md-20 { margin-right: clamp(15px, 1.0416666667vw, 20px) !important; }
	.mr-md-25 { margin-right: clamp(15px, 1.3020833333vw, 25px) !important; }
	.mr-md-30 { margin-right: clamp(15px, 1.5625vw, 30px) !important; }
	.mr-md-35 { margin-right: clamp(15px, 1.8229166667vw, 35px) !important; }
	.mr-md-40 { margin-right: clamp(15px, 2.0833333333vw, 40px) !important; }
	.mr-md-45 { margin-right: clamp(15px, 2.34375vw, 45px) !important; }
	.mr-md-50 { margin-right: clamp(15px, 2.6041666667vw, 50px) !important; }
	.mr-md-55 { margin-right: clamp(15px, 2.8645833333vw, 55px) !important; }
	.mr-md-60 { margin-right: clamp(15px, 3.125vw, 60px) !important; }
	.mr-md-65 { margin-right: clamp(15px, 3.3854166667vw, 65px) !important; }
	.mr-md-70 { margin-right: clamp(15px, 3.6458333333vw, 70px) !important; }
	.mr-md-75 { margin-right: clamp(15px, 3.90625vw, 75px) !important; }
	.mr-md-80 { margin-right: clamp(15px, 4.1666666667vw, 80px) !important; }
	.mr-md-85 { margin-right: clamp(15px, 4.4270833333vw, 85px) !important; }
	.mr-md-90 { margin-right: clamp(15px, 4.6875vw, 90px) !important; }
	.mr-md-95 { margin-right: clamp(15px, 4.9479166667vw, 95px) !important; }
	.mr-md-100 { margin-right: clamp(15px, 5.2083333333vw, 100px) !important; }
	.mb-md-00 { margin-bottom: clamp(0px, 0vw, 0px) !important; }
	.mb-md-05 { margin-bottom: clamp(5px, 0.2604166667vw, 5px) !important; }
	.mb-md-10 { margin-bottom: clamp(5px, 0.5208333333vw, 10px) !important; }
	.mb-md-15 { margin-bottom: clamp(15px, 0.78125vw, 15px) !important; }
	.mb-md-20 { margin-bottom: clamp(15px, 1.0416666667vw, 20px) !important; }
	.mb-md-25 { margin-bottom: clamp(15px, 1.3020833333vw, 25px) !important; }
	.mb-md-30 { margin-bottom: clamp(15px, 1.5625vw, 30px) !important; }
	.mb-md-35 { margin-bottom: clamp(15px, 1.8229166667vw, 35px) !important; }
	.mb-md-40 { margin-bottom: clamp(15px, 2.0833333333vw, 40px) !important; }
	.mb-md-45 { margin-bottom: clamp(15px, 2.34375vw, 45px) !important; }
	.mb-md-50 { margin-bottom: clamp(15px, 2.6041666667vw, 50px) !important; }
	.mb-md-55 { margin-bottom: clamp(15px, 2.8645833333vw, 55px) !important; }
	.mb-md-60 { margin-bottom: clamp(15px, 3.125vw, 60px) !important; }
	.mb-md-65 { margin-bottom: clamp(15px, 3.3854166667vw, 65px) !important; }
	.mb-md-70 { margin-bottom: clamp(15px, 3.6458333333vw, 70px) !important; }
	.mb-md-75 { margin-bottom: clamp(15px, 3.90625vw, 75px) !important; }
	.mb-md-80 { margin-bottom: clamp(15px, 4.1666666667vw, 80px) !important; }
	.mb-md-85 { margin-bottom: clamp(15px, 4.4270833333vw, 85px) !important; }
	.mb-md-90 { margin-bottom: clamp(15px, 4.6875vw, 90px) !important; }
	.mb-md-95 { margin-bottom: clamp(15px, 4.9479166667vw, 95px) !important; }
	.mb-md-100 { margin-bottom: clamp(15px, 5.2083333333vw, 100px) !important; }
	.ml-md-00 { margin-left: clamp(0px, 0vw, 0px) !important; }
	.ml-md-05 { margin-left: clamp(5px, 0.2604166667vw, 5px) !important; }
	.ml-md-10 { margin-left: clamp(5px, 0.5208333333vw, 10px) !important; }
	.ml-md-15 { margin-left: clamp(15px, 0.78125vw, 15px) !important; }
	.ml-md-20 { margin-left: clamp(15px, 1.0416666667vw, 20px) !important; }
	.ml-md-25 { margin-left: clamp(15px, 1.3020833333vw, 25px) !important; }
	.ml-md-30 { margin-left: clamp(15px, 1.5625vw, 30px) !important; }
	.ml-md-35 { margin-left: clamp(15px, 1.8229166667vw, 35px) !important; }
	.ml-md-40 { margin-left: clamp(15px, 2.0833333333vw, 40px) !important; }
	.ml-md-45 { margin-left: clamp(15px, 2.34375vw, 45px) !important; }
	.ml-md-50 { margin-left: clamp(15px, 2.6041666667vw, 50px) !important; }
	.ml-md-55 { margin-left: clamp(15px, 2.8645833333vw, 55px) !important; }
	.ml-md-60 { margin-left: clamp(15px, 3.125vw, 60px) !important; }
	.ml-md-65 { margin-left: clamp(15px, 3.3854166667vw, 65px) !important; }
	.ml-md-70 { margin-left: clamp(15px, 3.6458333333vw, 70px) !important; }
	.ml-md-75 { margin-left: clamp(15px, 3.90625vw, 75px) !important; }
	.ml-md-80 { margin-left: clamp(15px, 4.1666666667vw, 80px) !important; }
	.ml-md-85 { margin-left: clamp(15px, 4.4270833333vw, 85px) !important; }
	.ml-md-90 { margin-left: clamp(15px, 4.6875vw, 90px) !important; }
	.ml-md-95 { margin-left: clamp(15px, 4.9479166667vw, 95px) !important; }
	.ml-md-100 { margin-left: clamp(15px, 5.2083333333vw, 100px) !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; }
	.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; }
	.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; }
	.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; }
	.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-2 { flex: 0 0 auto; width: 16.6666666667%; }
	.col-md-3 { flex: 0 0 auto; width: 25%; }
	.col-md-4 { flex: 0 0 auto; width: 33.3333333333%; }
	.col-md-5 { flex: 0 0 auto; width: 41.6666666667%; }
	.col-md-6 { flex: 0 0 auto; width: 50%; }
	.col-md-7 { flex: 0 0 auto; width: 58.3333333333%; }
	.col-md-8 { flex: 0 0 auto; width: 66.6666666667%; }
	.col-md-9 { flex: 0 0 auto; width: 75%; }
	.col-md-10 { flex: 0 0 auto; width: 83.3333333333%; }
	.col-md-11 { flex: 0 0 auto; width: 91.6666666667%; }
	.col-md-12 { flex: 0 0 auto; width: 100%; }
}
@media screen and (min-width:1361px) {
	.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: normal !important; }
	.font-weight-lg-medium { font-weight: 500 !important; }
	.font-weight-lg-bold { font-weight: bold !important; }
	.font-weight-lg-extrabold { font-weight: 800 !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; }
	.text-pre-wrap { white-space: pre-wrap !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; }
	.w-lg-100 { width: 100% !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: clamp(0px, 0vw, 0px) !important; }
	.mt-lg-05 { margin-top: clamp(5px, 0.2604166667vw, 5px) !important; }
	.mt-lg-10 { margin-top: clamp(5px, 0.5208333333vw, 10px) !important; }
	.mt-lg-15 { margin-top: clamp(15px, 0.78125vw, 15px) !important; }
	.mt-lg-20 { margin-top: clamp(15px, 1.0416666667vw, 20px) !important; }
	.mt-lg-25 { margin-top: clamp(15px, 1.3020833333vw, 25px) !important; }
	.mt-lg-30 { margin-top: clamp(15px, 1.5625vw, 30px) !important; }
	.mt-lg-35 { margin-top: clamp(15px, 1.8229166667vw, 35px) !important; }
	.mt-lg-40 { margin-top: clamp(15px, 2.0833333333vw, 40px) !important; }
	.mt-lg-45 { margin-top: clamp(15px, 2.34375vw, 45px) !important; }
	.mt-lg-50 { margin-top: clamp(15px, 2.6041666667vw, 50px) !important; }
	.mt-lg-55 { margin-top: clamp(15px, 2.8645833333vw, 55px) !important; }
	.mt-lg-60 { margin-top: clamp(15px, 3.125vw, 60px) !important; }
	.mt-lg-65 { margin-top: clamp(15px, 3.3854166667vw, 65px) !important; }
	.mt-lg-70 { margin-top: clamp(15px, 3.6458333333vw, 70px) !important; }
	.mt-lg-75 { margin-top: clamp(15px, 3.90625vw, 75px) !important; }
	.mt-lg-80 { margin-top: clamp(15px, 4.1666666667vw, 80px) !important; }
	.mt-lg-85 { margin-top: clamp(15px, 4.4270833333vw, 85px) !important; }
	.mt-lg-90 { margin-top: clamp(15px, 4.6875vw, 90px) !important; }
	.mt-lg-95 { margin-top: clamp(15px, 4.9479166667vw, 95px) !important; }
	.mt-lg-100 { margin-top: clamp(15px, 5.2083333333vw, 100px) !important; }
	.mr-lg-00 { margin-right: clamp(0px, 0vw, 0px) !important; }
	.mr-lg-05 { margin-right: clamp(5px, 0.2604166667vw, 5px) !important; }
	.mr-lg-10 { margin-right: clamp(5px, 0.5208333333vw, 10px) !important; }
	.mr-lg-15 { margin-right: clamp(15px, 0.78125vw, 15px) !important; }
	.mr-lg-20 { margin-right: clamp(15px, 1.0416666667vw, 20px) !important; }
	.mr-lg-25 { margin-right: clamp(15px, 1.3020833333vw, 25px) !important; }
	.mr-lg-30 { margin-right: clamp(15px, 1.5625vw, 30px) !important; }
	.mr-lg-35 { margin-right: clamp(15px, 1.8229166667vw, 35px) !important; }
	.mr-lg-40 { margin-right: clamp(15px, 2.0833333333vw, 40px) !important; }
	.mr-lg-45 { margin-right: clamp(15px, 2.34375vw, 45px) !important; }
	.mr-lg-50 { margin-right: clamp(15px, 2.6041666667vw, 50px) !important; }
	.mr-lg-55 { margin-right: clamp(15px, 2.8645833333vw, 55px) !important; }
	.mr-lg-60 { margin-right: clamp(15px, 3.125vw, 60px) !important; }
	.mr-lg-65 { margin-right: clamp(15px, 3.3854166667vw, 65px) !important; }
	.mr-lg-70 { margin-right: clamp(15px, 3.6458333333vw, 70px) !important; }
	.mr-lg-75 { margin-right: clamp(15px, 3.90625vw, 75px) !important; }
	.mr-lg-80 { margin-right: clamp(15px, 4.1666666667vw, 80px) !important; }
	.mr-lg-85 { margin-right: clamp(15px, 4.4270833333vw, 85px) !important; }
	.mr-lg-90 { margin-right: clamp(15px, 4.6875vw, 90px) !important; }
	.mr-lg-95 { margin-right: clamp(15px, 4.9479166667vw, 95px) !important; }
	.mr-lg-100 { margin-right: clamp(15px, 5.2083333333vw, 100px) !important; }
	.mb-lg-00 { margin-bottom: clamp(0px, 0vw, 0px) !important; }
	.mb-lg-05 { margin-bottom: clamp(5px, 0.2604166667vw, 5px) !important; }
	.mb-lg-10 { margin-bottom: clamp(5px, 0.5208333333vw, 10px) !important; }
	.mb-lg-15 { margin-bottom: clamp(15px, 0.78125vw, 15px) !important; }
	.mb-lg-20 { margin-bottom: clamp(15px, 1.0416666667vw, 20px) !important; }
	.mb-lg-25 { margin-bottom: clamp(15px, 1.3020833333vw, 25px) !important; }
	.mb-lg-30 { margin-bottom: clamp(15px, 1.5625vw, 30px) !important; }
	.mb-lg-35 { margin-bottom: clamp(15px, 1.8229166667vw, 35px) !important; }
	.mb-lg-40 { margin-bottom: clamp(15px, 2.0833333333vw, 40px) !important; }
	.mb-lg-45 { margin-bottom: clamp(15px, 2.34375vw, 45px) !important; }
	.mb-lg-50 { margin-bottom: clamp(15px, 2.6041666667vw, 50px) !important; }
	.mb-lg-55 { margin-bottom: clamp(15px, 2.8645833333vw, 55px) !important; }
	.mb-lg-60 { margin-bottom: clamp(15px, 3.125vw, 60px) !important; }
	.mb-lg-65 { margin-bottom: clamp(15px, 3.3854166667vw, 65px) !important; }
	.mb-lg-70 { margin-bottom: clamp(15px, 3.6458333333vw, 70px) !important; }
	.mb-lg-75 { margin-bottom: clamp(15px, 3.90625vw, 75px) !important; }
	.mb-lg-80 { margin-bottom: clamp(15px, 4.1666666667vw, 80px) !important; }
	.mb-lg-85 { margin-bottom: clamp(15px, 4.4270833333vw, 85px) !important; }
	.mb-lg-90 { margin-bottom: clamp(15px, 4.6875vw, 90px) !important; }
	.mb-lg-95 { margin-bottom: clamp(15px, 4.9479166667vw, 95px) !important; }
	.mb-lg-100 { margin-bottom: clamp(15px, 5.2083333333vw, 100px) !important; }
	.ml-lg-00 { margin-left: clamp(0px, 0vw, 0px) !important; }
	.ml-lg-05 { margin-left: clamp(5px, 0.2604166667vw, 5px) !important; }
	.ml-lg-10 { margin-left: clamp(5px, 0.5208333333vw, 10px) !important; }
	.ml-lg-15 { margin-left: clamp(15px, 0.78125vw, 15px) !important; }
	.ml-lg-20 { margin-left: clamp(15px, 1.0416666667vw, 20px) !important; }
	.ml-lg-25 { margin-left: clamp(15px, 1.3020833333vw, 25px) !important; }
	.ml-lg-30 { margin-left: clamp(15px, 1.5625vw, 30px) !important; }
	.ml-lg-35 { margin-left: clamp(15px, 1.8229166667vw, 35px) !important; }
	.ml-lg-40 { margin-left: clamp(15px, 2.0833333333vw, 40px) !important; }
	.ml-lg-45 { margin-left: clamp(15px, 2.34375vw, 45px) !important; }
	.ml-lg-50 { margin-left: clamp(15px, 2.6041666667vw, 50px) !important; }
	.ml-lg-55 { margin-left: clamp(15px, 2.8645833333vw, 55px) !important; }
	.ml-lg-60 { margin-left: clamp(15px, 3.125vw, 60px) !important; }
	.ml-lg-65 { margin-left: clamp(15px, 3.3854166667vw, 65px) !important; }
	.ml-lg-70 { margin-left: clamp(15px, 3.6458333333vw, 70px) !important; }
	.ml-lg-75 { margin-left: clamp(15px, 3.90625vw, 75px) !important; }
	.ml-lg-80 { margin-left: clamp(15px, 4.1666666667vw, 80px) !important; }
	.ml-lg-85 { margin-left: clamp(15px, 4.4270833333vw, 85px) !important; }
	.ml-lg-90 { margin-left: clamp(15px, 4.6875vw, 90px) !important; }
	.ml-lg-95 { margin-left: clamp(15px, 4.9479166667vw, 95px) !important; }
	.ml-lg-100 { margin-left: clamp(15px, 5.2083333333vw, 100px) !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; }
	.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; }
	.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; }
	.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; }
	.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-2 { flex: 0 0 auto; width: 16.6666666667%; }
	.col-lg-3 { flex: 0 0 auto; width: 25%; }
	.col-lg-4 { flex: 0 0 auto; width: 33.3333333333%; }
	.col-lg-5 { flex: 0 0 auto; width: 41.6666666667%; }
	.col-lg-6 { flex: 0 0 auto; width: 50%; }
	.col-lg-7 { flex: 0 0 auto; width: 58.3333333333%; }
	.col-lg-8 { flex: 0 0 auto; width: 66.6666666667%; }
	.col-lg-9 { flex: 0 0 auto; width: 75%; }
	.col-lg-10 { flex: 0 0 auto; width: 83.3333333333%; }
	.col-lg-11 { flex: 0 0 auto; width: 91.6666666667%; }
	.col-lg-12 { flex: 0 0 auto; width: 100%; }
}