/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[4]!./Resources/Private/Styles/Main.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* stylelint-disable */
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 {
  font-size: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* purgecss ignore */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* purgecss ignore */
body {
  line-height: 1;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
}

svg {
  display: inline-block;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

sup {
  font-size: 50%;
  position: relative;
  top: -0.6em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(405055dd680fa1dcdfa2.woff2) format("woff2"), url(f61407da33b59324fbef.woff) format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(91145014c0350c248ed2.woff2) format("woff2"), url(25ea813988479bcb587a.woff) format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* merriweather-italic - latin */
@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 400;
  src: url(a1cfdc5b5250b7c4b481.woff2) format("woff2"), url(8f612153248094525d9d.woff) format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* stylelint-disable */
/* stylelint-disable */
/* ToDo: Make variables definable inside and usable outside the @rules - needs new postCSS or SASS -> Was war gemeint? */
/* braucht ggf noch mixins für gridstart und gridend, zB für sidebar */
/* stylelint-disable */
.row {
  --rzgutter-x: 30px;
  --rzgutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--rzgutter-y) * -1);
  margin-right: calc(var(--rzgutter-x) / -2);
  margin-left: calc(var(--rzgutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--rzgutter-x) / 2);
  padding-left: calc(var(--rzgutter-x) / 2);
  margin-top: var(--rzgutter-y);
}

.col {
  flex: 1 0 0%;
}

.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%;
}

.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%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --rzgutter-x: 0;
}

.g-0,
.gy-0 {
  --rzgutter-y: 0;
}

.g-1,
.gx-1 {
  --rzgutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --rzgutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --rzgutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --rzgutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --rzgutter-x: 0.75rem;
}

.g-3,
.gy-3 {
  --rzgutter-y: 0.75rem;
}

.g-4,
.gx-4 {
  --rzgutter-x: 1rem;
}

.g-4,
.gy-4 {
  --rzgutter-y: 1rem;
}

.g-5,
.gx-5 {
  --rzgutter-x: 1.5rem;
}

.g-5,
.gy-5 {
  --rzgutter-y: 1.5rem;
}

.g-6,
.gx-6 {
  --rzgutter-x: 2rem;
}

.g-6,
.gy-6 {
  --rzgutter-y: 2rem;
}

.g-7,
.gx-7 {
  --rzgutter-x: 3rem;
}

.g-7,
.gy-7 {
  --rzgutter-y: 3rem;
}

.g-8,
.gx-8 {
  --rzgutter-x: 4rem;
}

.g-8,
.gy-8 {
  --rzgutter-y: 4rem;
}

.g-9,
.gx-9 {
  --rzgutter-x: 6rem;
}

.g-9,
.gy-9 {
  --rzgutter-y: 6rem;
}

.g-10,
.gx-10 {
  --rzgutter-x: 8rem;
}

.g-10,
.gy-10 {
  --rzgutter-y: 8rem;
}

.g-11,
.gx-11 {
  --rzgutter-x: 10rem;
}

.g-11,
.gy-11 {
  --rzgutter-y: 10rem;
}

.g-12,
.gx-12 {
  --rzgutter-x: 12rem;
}

.g-12,
.gy-12 {
  --rzgutter-y: 12rem;
}

@media (min-width: 768px) {
  .col-m {
    flex: 1 0 0%;
  }
  .row-cols-m-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-m-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-m-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-m-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-m-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-m-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-m-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-m-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-m-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-m-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-m-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-m-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-m-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-m-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-m-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-m-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-m-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-m-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-m-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-m-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-m-0 {
    margin-left: 0;
  }
  .offset-m-1 {
    margin-left: 8.3333333333%;
  }
  .offset-m-2 {
    margin-left: 16.6666666667%;
  }
  .offset-m-3 {
    margin-left: 25%;
  }
  .offset-m-4 {
    margin-left: 33.3333333333%;
  }
  .offset-m-5 {
    margin-left: 41.6666666667%;
  }
  .offset-m-6 {
    margin-left: 50%;
  }
  .offset-m-7 {
    margin-left: 58.3333333333%;
  }
  .offset-m-8 {
    margin-left: 66.6666666667%;
  }
  .offset-m-9 {
    margin-left: 75%;
  }
  .offset-m-10 {
    margin-left: 83.3333333333%;
  }
  .offset-m-11 {
    margin-left: 91.6666666667%;
  }
  .g-m-0,
  .gx-m-0 {
    --rzgutter-x: 0;
  }
  .g-m-0,
  .gy-m-0 {
    --rzgutter-y: 0;
  }
  .g-m-1,
  .gx-m-1 {
    --rzgutter-x: 0.25rem;
  }
  .g-m-1,
  .gy-m-1 {
    --rzgutter-y: 0.25rem;
  }
  .g-m-2,
  .gx-m-2 {
    --rzgutter-x: 0.5rem;
  }
  .g-m-2,
  .gy-m-2 {
    --rzgutter-y: 0.5rem;
  }
  .g-m-3,
  .gx-m-3 {
    --rzgutter-x: 0.75rem;
  }
  .g-m-3,
  .gy-m-3 {
    --rzgutter-y: 0.75rem;
  }
  .g-m-4,
  .gx-m-4 {
    --rzgutter-x: 1rem;
  }
  .g-m-4,
  .gy-m-4 {
    --rzgutter-y: 1rem;
  }
  .g-m-5,
  .gx-m-5 {
    --rzgutter-x: 1.5rem;
  }
  .g-m-5,
  .gy-m-5 {
    --rzgutter-y: 1.5rem;
  }
  .g-m-6,
  .gx-m-6 {
    --rzgutter-x: 2rem;
  }
  .g-m-6,
  .gy-m-6 {
    --rzgutter-y: 2rem;
  }
  .g-m-7,
  .gx-m-7 {
    --rzgutter-x: 3rem;
  }
  .g-m-7,
  .gy-m-7 {
    --rzgutter-y: 3rem;
  }
  .g-m-8,
  .gx-m-8 {
    --rzgutter-x: 4rem;
  }
  .g-m-8,
  .gy-m-8 {
    --rzgutter-y: 4rem;
  }
  .g-m-9,
  .gx-m-9 {
    --rzgutter-x: 6rem;
  }
  .g-m-9,
  .gy-m-9 {
    --rzgutter-y: 6rem;
  }
  .g-m-10,
  .gx-m-10 {
    --rzgutter-x: 8rem;
  }
  .g-m-10,
  .gy-m-10 {
    --rzgutter-y: 8rem;
  }
  .g-m-11,
  .gx-m-11 {
    --rzgutter-x: 10rem;
  }
  .g-m-11,
  .gy-m-11 {
    --rzgutter-y: 10rem;
  }
  .g-m-12,
  .gx-m-12 {
    --rzgutter-x: 12rem;
  }
  .g-m-12,
  .gy-m-12 {
    --rzgutter-y: 12rem;
  }
}
@media (min-width: 1024px) {
  .col-l {
    flex: 1 0 0%;
  }
  .row-cols-l-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-l-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-l-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-l-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-l-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-l-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-l-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-l-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-l-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-l-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-l-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-l-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-l-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-l-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-l-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-l-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-l-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-l-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-l-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-l-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-l-0 {
    margin-left: 0;
  }
  .offset-l-1 {
    margin-left: 8.3333333333%;
  }
  .offset-l-2 {
    margin-left: 16.6666666667%;
  }
  .offset-l-3 {
    margin-left: 25%;
  }
  .offset-l-4 {
    margin-left: 33.3333333333%;
  }
  .offset-l-5 {
    margin-left: 41.6666666667%;
  }
  .offset-l-6 {
    margin-left: 50%;
  }
  .offset-l-7 {
    margin-left: 58.3333333333%;
  }
  .offset-l-8 {
    margin-left: 66.6666666667%;
  }
  .offset-l-9 {
    margin-left: 75%;
  }
  .offset-l-10 {
    margin-left: 83.3333333333%;
  }
  .offset-l-11 {
    margin-left: 91.6666666667%;
  }
  .g-l-0,
  .gx-l-0 {
    --rzgutter-x: 0;
  }
  .g-l-0,
  .gy-l-0 {
    --rzgutter-y: 0;
  }
  .g-l-1,
  .gx-l-1 {
    --rzgutter-x: 0.25rem;
  }
  .g-l-1,
  .gy-l-1 {
    --rzgutter-y: 0.25rem;
  }
  .g-l-2,
  .gx-l-2 {
    --rzgutter-x: 0.5rem;
  }
  .g-l-2,
  .gy-l-2 {
    --rzgutter-y: 0.5rem;
  }
  .g-l-3,
  .gx-l-3 {
    --rzgutter-x: 0.75rem;
  }
  .g-l-3,
  .gy-l-3 {
    --rzgutter-y: 0.75rem;
  }
  .g-l-4,
  .gx-l-4 {
    --rzgutter-x: 1rem;
  }
  .g-l-4,
  .gy-l-4 {
    --rzgutter-y: 1rem;
  }
  .g-l-5,
  .gx-l-5 {
    --rzgutter-x: 1.5rem;
  }
  .g-l-5,
  .gy-l-5 {
    --rzgutter-y: 1.5rem;
  }
  .g-l-6,
  .gx-l-6 {
    --rzgutter-x: 2rem;
  }
  .g-l-6,
  .gy-l-6 {
    --rzgutter-y: 2rem;
  }
  .g-l-7,
  .gx-l-7 {
    --rzgutter-x: 3rem;
  }
  .g-l-7,
  .gy-l-7 {
    --rzgutter-y: 3rem;
  }
  .g-l-8,
  .gx-l-8 {
    --rzgutter-x: 4rem;
  }
  .g-l-8,
  .gy-l-8 {
    --rzgutter-y: 4rem;
  }
  .g-l-9,
  .gx-l-9 {
    --rzgutter-x: 6rem;
  }
  .g-l-9,
  .gy-l-9 {
    --rzgutter-y: 6rem;
  }
  .g-l-10,
  .gx-l-10 {
    --rzgutter-x: 8rem;
  }
  .g-l-10,
  .gy-l-10 {
    --rzgutter-y: 8rem;
  }
  .g-l-11,
  .gx-l-11 {
    --rzgutter-x: 10rem;
  }
  .g-l-11,
  .gy-l-11 {
    --rzgutter-y: 10rem;
  }
  .g-l-12,
  .gx-l-12 {
    --rzgutter-x: 12rem;
  }
  .g-l-12,
  .gy-l-12 {
    --rzgutter-y: 12rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .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%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --rzgutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --rzgutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --rzgutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --rzgutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --rzgutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --rzgutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --rzgutter-x: 0.75rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --rzgutter-y: 0.75rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --rzgutter-x: 1rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --rzgutter-y: 1rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --rzgutter-x: 1.5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --rzgutter-y: 1.5rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --rzgutter-x: 2rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --rzgutter-y: 2rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --rzgutter-x: 3rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --rzgutter-y: 3rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --rzgutter-x: 4rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --rzgutter-y: 4rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --rzgutter-x: 6rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --rzgutter-y: 6rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --rzgutter-x: 8rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --rzgutter-y: 8rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --rzgutter-x: 10rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --rzgutter-y: 10rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --rzgutter-x: 12rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --rzgutter-y: 12rem;
  }
}
/* stylelint-disable */
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: 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;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.5rem !important;
}

.gap-6 {
  gap: 2rem !important;
}

.gap-7 {
  gap: 3rem !important;
}

.gap-8 {
  gap: 4rem !important;
}

.gap-9 {
  gap: 6rem !important;
}

.gap-10 {
  gap: 8rem !important;
}

.gap-11 {
  gap: 10rem !important;
}

.gap-12 {
  gap: 12rem !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;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.m-6 {
  margin: 2rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.m-8 {
  margin: 4rem !important;
}

.m-9 {
  margin: 6rem !important;
}

.m-10 {
  margin: 8rem !important;
}

.m-11 {
  margin: 10rem !important;
}

.m-12 {
  margin: 12rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.mx-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-5 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-6 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-7 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-8 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-9 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-10 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-11 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-12 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-6 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-7 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-9 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-10 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-11 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-12 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 1.5rem !important;
}

.mt-6 {
  margin-top: 2rem !important;
}

.mt-7 {
  margin-top: 3rem !important;
}

.mt-8 {
  margin-top: 4rem !important;
}

.mt-9 {
  margin-top: 6rem !important;
}

.mt-10 {
  margin-top: 8rem !important;
}

.mt-11 {
  margin-top: 10rem !important;
}

.mt-12 {
  margin-top: 12rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mr-5 {
  margin-right: 1.5rem !important;
}

.mr-6 {
  margin-right: 2rem !important;
}

.mr-7 {
  margin-right: 3rem !important;
}

.mr-8 {
  margin-right: 4rem !important;
}

.mr-9 {
  margin-right: 6rem !important;
}

.mr-10 {
  margin-right: 8rem !important;
}

.mr-11 {
  margin-right: 10rem !important;
}

.mr-12 {
  margin-right: 12rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 2rem !important;
}

.mb-7 {
  margin-bottom: 3rem !important;
}

.mb-8 {
  margin-bottom: 4rem !important;
}

.mb-9 {
  margin-bottom: 6rem !important;
}

.mb-10 {
  margin-bottom: 8rem !important;
}

.mb-11 {
  margin-bottom: 10rem !important;
}

.mb-12 {
  margin-bottom: 12rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.ml-6 {
  margin-left: 2rem !important;
}

.ml-7 {
  margin-left: 3rem !important;
}

.ml-8 {
  margin-left: 4rem !important;
}

.ml-9 {
  margin-left: 6rem !important;
}

.ml-10 {
  margin-left: 8rem !important;
}

.ml-11 {
  margin-left: 10rem !important;
}

.ml-12 {
  margin-left: 12rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -0.75rem !important;
}

.m-n4 {
  margin: -1rem !important;
}

.m-n5 {
  margin: -1.5rem !important;
}

.m-n6 {
  margin: -2rem !important;
}

.m-n7 {
  margin: -3rem !important;
}

.m-n8 {
  margin: -4rem !important;
}

.m-n9 {
  margin: -6rem !important;
}

.m-n10 {
  margin: -8rem !important;
}

.m-n11 {
  margin: -10rem !important;
}

.m-n12 {
  margin: -12rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}

.mx-n4 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n5 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n6 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.mx-n7 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n8 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.mx-n9 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.mx-n10 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

.mx-n11 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

.mx-n12 {
  margin-right: -12rem !important;
  margin-left: -12rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.my-n4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n5 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n6 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.my-n7 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n8 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.my-n9 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n10 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.my-n11 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.my-n12 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -0.75rem !important;
}

.mt-n4 {
  margin-top: -1rem !important;
}

.mt-n5 {
  margin-top: -1.5rem !important;
}

.mt-n6 {
  margin-top: -2rem !important;
}

.mt-n7 {
  margin-top: -3rem !important;
}

.mt-n8 {
  margin-top: -4rem !important;
}

.mt-n9 {
  margin-top: -6rem !important;
}

.mt-n10 {
  margin-top: -8rem !important;
}

.mt-n11 {
  margin-top: -10rem !important;
}

.mt-n12 {
  margin-top: -12rem !important;
}

.mr-n1 {
  margin-right: -0.25rem !important;
}

.mr-n2 {
  margin-right: -0.5rem !important;
}

.mr-n3 {
  margin-right: -0.75rem !important;
}

.mr-n4 {
  margin-right: -1rem !important;
}

.mr-n5 {
  margin-right: -1.5rem !important;
}

.mr-n6 {
  margin-right: -2rem !important;
}

.mr-n7 {
  margin-right: -3rem !important;
}

.mr-n8 {
  margin-right: -4rem !important;
}

.mr-n9 {
  margin-right: -6rem !important;
}

.mr-n10 {
  margin-right: -8rem !important;
}

.mr-n11 {
  margin-right: -10rem !important;
}

.mr-n12 {
  margin-right: -12rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -0.75rem !important;
}

.mb-n4 {
  margin-bottom: -1rem !important;
}

.mb-n5 {
  margin-bottom: -1.5rem !important;
}

.mb-n6 {
  margin-bottom: -2rem !important;
}

.mb-n7 {
  margin-bottom: -3rem !important;
}

.mb-n8 {
  margin-bottom: -4rem !important;
}

.mb-n9 {
  margin-bottom: -6rem !important;
}

.mb-n10 {
  margin-bottom: -8rem !important;
}

.mb-n11 {
  margin-bottom: -10rem !important;
}

.mb-n12 {
  margin-bottom: -12rem !important;
}

.ml-n1 {
  margin-left: -0.25rem !important;
}

.ml-n2 {
  margin-left: -0.5rem !important;
}

.ml-n3 {
  margin-left: -0.75rem !important;
}

.ml-n4 {
  margin-left: -1rem !important;
}

.ml-n5 {
  margin-left: -1.5rem !important;
}

.ml-n6 {
  margin-left: -2rem !important;
}

.ml-n7 {
  margin-left: -3rem !important;
}

.ml-n8 {
  margin-left: -4rem !important;
}

.ml-n9 {
  margin-left: -6rem !important;
}

.ml-n10 {
  margin-left: -8rem !important;
}

.ml-n11 {
  margin-left: -10rem !important;
}

.ml-n12 {
  margin-left: -12rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.p-6 {
  padding: 2rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.p-8 {
  padding: 4rem !important;
}

.p-9 {
  padding: 6rem !important;
}

.p-10 {
  padding: 8rem !important;
}

.p-11 {
  padding: 10rem !important;
}

.p-12 {
  padding: 12rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.px-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-5 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-6 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-7 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-8 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-9 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-10 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-11 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-12 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-6 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-7 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-9 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-10 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-11 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-12 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 1.5rem !important;
}

.pt-6 {
  padding-top: 2rem !important;
}

.pt-7 {
  padding-top: 3rem !important;
}

.pt-8 {
  padding-top: 4rem !important;
}

.pt-9 {
  padding-top: 6rem !important;
}

.pt-10 {
  padding-top: 8rem !important;
}

.pt-11 {
  padding-top: 10rem !important;
}

.pt-12 {
  padding-top: 12rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pr-5 {
  padding-right: 1.5rem !important;
}

.pr-6 {
  padding-right: 2rem !important;
}

.pr-7 {
  padding-right: 3rem !important;
}

.pr-8 {
  padding-right: 4rem !important;
}

.pr-9 {
  padding-right: 6rem !important;
}

.pr-10 {
  padding-right: 8rem !important;
}

.pr-11 {
  padding-right: 10rem !important;
}

.pr-12 {
  padding-right: 12rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 2rem !important;
}

.pb-7 {
  padding-bottom: 3rem !important;
}

.pb-8 {
  padding-bottom: 4rem !important;
}

.pb-9 {
  padding-bottom: 6rem !important;
}

.pb-10 {
  padding-bottom: 8rem !important;
}

.pb-11 {
  padding-bottom: 10rem !important;
}

.pb-12 {
  padding-bottom: 12rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

.pl-6 {
  padding-left: 2rem !important;
}

.pl-7 {
  padding-left: 3rem !important;
}

.pl-8 {
  padding-left: 4rem !important;
}

.pl-9 {
  padding-left: 6rem !important;
}

.pl-10 {
  padding-left: 8rem !important;
}

.pl-11 {
  padding-left: 10rem !important;
}

.pl-12 {
  padding-left: 12rem !important;
}

@media (min-width: 768px) {
  .d-m-inline {
    display: inline !important;
  }
  .d-m-inline-block {
    display: inline-block !important;
  }
  .d-m-block {
    display: block !important;
  }
  .d-m-grid {
    display: grid !important;
  }
  .d-m-table {
    display: table !important;
  }
  .d-m-table-row {
    display: table-row !important;
  }
  .d-m-table-cell {
    display: table-cell !important;
  }
  .d-m-flex {
    display: flex !important;
  }
  .d-m-inline-flex {
    display: inline-flex !important;
  }
  .d-m-none {
    display: none !important;
  }
  .flex-m-fill {
    flex: 1 1 auto !important;
  }
  .flex-m-row {
    flex-direction: row !important;
  }
  .flex-m-column {
    flex-direction: column !important;
  }
  .flex-m-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-m-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-m-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-m-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-m-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-m-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-m-wrap {
    flex-wrap: wrap !important;
  }
  .flex-m-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-m-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-m-0 {
    gap: 0 !important;
  }
  .gap-m-1 {
    gap: 0.25rem !important;
  }
  .gap-m-2 {
    gap: 0.5rem !important;
  }
  .gap-m-3 {
    gap: 0.75rem !important;
  }
  .gap-m-4 {
    gap: 1rem !important;
  }
  .gap-m-5 {
    gap: 1.5rem !important;
  }
  .gap-m-6 {
    gap: 2rem !important;
  }
  .gap-m-7 {
    gap: 3rem !important;
  }
  .gap-m-8 {
    gap: 4rem !important;
  }
  .gap-m-9 {
    gap: 6rem !important;
  }
  .gap-m-10 {
    gap: 8rem !important;
  }
  .gap-m-11 {
    gap: 10rem !important;
  }
  .gap-m-12 {
    gap: 12rem !important;
  }
  .justify-content-m-start {
    justify-content: flex-start !important;
  }
  .justify-content-m-end {
    justify-content: flex-end !important;
  }
  .justify-content-m-center {
    justify-content: center !important;
  }
  .justify-content-m-between {
    justify-content: space-between !important;
  }
  .justify-content-m-around {
    justify-content: space-around !important;
  }
  .justify-content-m-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-m-start {
    align-items: flex-start !important;
  }
  .align-items-m-end {
    align-items: flex-end !important;
  }
  .align-items-m-center {
    align-items: center !important;
  }
  .align-items-m-baseline {
    align-items: baseline !important;
  }
  .align-items-m-stretch {
    align-items: stretch !important;
  }
  .align-content-m-start {
    align-content: flex-start !important;
  }
  .align-content-m-end {
    align-content: flex-end !important;
  }
  .align-content-m-center {
    align-content: center !important;
  }
  .align-content-m-between {
    align-content: space-between !important;
  }
  .align-content-m-around {
    align-content: space-around !important;
  }
  .align-content-m-stretch {
    align-content: stretch !important;
  }
  .align-self-m-auto {
    align-self: auto !important;
  }
  .align-self-m-start {
    align-self: flex-start !important;
  }
  .align-self-m-end {
    align-self: flex-end !important;
  }
  .align-self-m-center {
    align-self: center !important;
  }
  .align-self-m-baseline {
    align-self: baseline !important;
  }
  .align-self-m-stretch {
    align-self: stretch !important;
  }
  .order-m-first {
    order: -1 !important;
  }
  .order-m-0 {
    order: 0 !important;
  }
  .order-m-1 {
    order: 1 !important;
  }
  .order-m-2 {
    order: 2 !important;
  }
  .order-m-3 {
    order: 3 !important;
  }
  .order-m-4 {
    order: 4 !important;
  }
  .order-m-5 {
    order: 5 !important;
  }
  .order-m-last {
    order: 6 !important;
  }
  .m-m-0 {
    margin: 0 !important;
  }
  .m-m-1 {
    margin: 0.25rem !important;
  }
  .m-m-2 {
    margin: 0.5rem !important;
  }
  .m-m-3 {
    margin: 0.75rem !important;
  }
  .m-m-4 {
    margin: 1rem !important;
  }
  .m-m-5 {
    margin: 1.5rem !important;
  }
  .m-m-6 {
    margin: 2rem !important;
  }
  .m-m-7 {
    margin: 3rem !important;
  }
  .m-m-8 {
    margin: 4rem !important;
  }
  .m-m-9 {
    margin: 6rem !important;
  }
  .m-m-10 {
    margin: 8rem !important;
  }
  .m-m-11 {
    margin: 10rem !important;
  }
  .m-m-12 {
    margin: 12rem !important;
  }
  .m-m-auto {
    margin: auto !important;
  }
  .mx-m-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-m-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-m-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-m-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-m-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-m-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-m-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-m-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-m-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-m-9 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-m-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-m-11 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-m-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-m-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-m-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-m-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-m-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-m-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-m-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-m-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-m-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-m-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-m-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-m-9 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-m-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-m-11 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-m-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-m-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-m-0 {
    margin-top: 0 !important;
  }
  .mt-m-1 {
    margin-top: 0.25rem !important;
  }
  .mt-m-2 {
    margin-top: 0.5rem !important;
  }
  .mt-m-3 {
    margin-top: 0.75rem !important;
  }
  .mt-m-4 {
    margin-top: 1rem !important;
  }
  .mt-m-5 {
    margin-top: 1.5rem !important;
  }
  .mt-m-6 {
    margin-top: 2rem !important;
  }
  .mt-m-7 {
    margin-top: 3rem !important;
  }
  .mt-m-8 {
    margin-top: 4rem !important;
  }
  .mt-m-9 {
    margin-top: 6rem !important;
  }
  .mt-m-10 {
    margin-top: 8rem !important;
  }
  .mt-m-11 {
    margin-top: 10rem !important;
  }
  .mt-m-12 {
    margin-top: 12rem !important;
  }
  .mt-m-auto {
    margin-top: auto !important;
  }
  .mr-m-0 {
    margin-right: 0 !important;
  }
  .mr-m-1 {
    margin-right: 0.25rem !important;
  }
  .mr-m-2 {
    margin-right: 0.5rem !important;
  }
  .mr-m-3 {
    margin-right: 0.75rem !important;
  }
  .mr-m-4 {
    margin-right: 1rem !important;
  }
  .mr-m-5 {
    margin-right: 1.5rem !important;
  }
  .mr-m-6 {
    margin-right: 2rem !important;
  }
  .mr-m-7 {
    margin-right: 3rem !important;
  }
  .mr-m-8 {
    margin-right: 4rem !important;
  }
  .mr-m-9 {
    margin-right: 6rem !important;
  }
  .mr-m-10 {
    margin-right: 8rem !important;
  }
  .mr-m-11 {
    margin-right: 10rem !important;
  }
  .mr-m-12 {
    margin-right: 12rem !important;
  }
  .mr-m-auto {
    margin-right: auto !important;
  }
  .mb-m-0 {
    margin-bottom: 0 !important;
  }
  .mb-m-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-m-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-m-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-m-4 {
    margin-bottom: 1rem !important;
  }
  .mb-m-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-m-6 {
    margin-bottom: 2rem !important;
  }
  .mb-m-7 {
    margin-bottom: 3rem !important;
  }
  .mb-m-8 {
    margin-bottom: 4rem !important;
  }
  .mb-m-9 {
    margin-bottom: 6rem !important;
  }
  .mb-m-10 {
    margin-bottom: 8rem !important;
  }
  .mb-m-11 {
    margin-bottom: 10rem !important;
  }
  .mb-m-12 {
    margin-bottom: 12rem !important;
  }
  .mb-m-auto {
    margin-bottom: auto !important;
  }
  .ml-m-0 {
    margin-left: 0 !important;
  }
  .ml-m-1 {
    margin-left: 0.25rem !important;
  }
  .ml-m-2 {
    margin-left: 0.5rem !important;
  }
  .ml-m-3 {
    margin-left: 0.75rem !important;
  }
  .ml-m-4 {
    margin-left: 1rem !important;
  }
  .ml-m-5 {
    margin-left: 1.5rem !important;
  }
  .ml-m-6 {
    margin-left: 2rem !important;
  }
  .ml-m-7 {
    margin-left: 3rem !important;
  }
  .ml-m-8 {
    margin-left: 4rem !important;
  }
  .ml-m-9 {
    margin-left: 6rem !important;
  }
  .ml-m-10 {
    margin-left: 8rem !important;
  }
  .ml-m-11 {
    margin-left: 10rem !important;
  }
  .ml-m-12 {
    margin-left: 12rem !important;
  }
  .ml-m-auto {
    margin-left: auto !important;
  }
  .m-m-n1 {
    margin: -0.25rem !important;
  }
  .m-m-n2 {
    margin: -0.5rem !important;
  }
  .m-m-n3 {
    margin: -0.75rem !important;
  }
  .m-m-n4 {
    margin: -1rem !important;
  }
  .m-m-n5 {
    margin: -1.5rem !important;
  }
  .m-m-n6 {
    margin: -2rem !important;
  }
  .m-m-n7 {
    margin: -3rem !important;
  }
  .m-m-n8 {
    margin: -4rem !important;
  }
  .m-m-n9 {
    margin: -6rem !important;
  }
  .m-m-n10 {
    margin: -8rem !important;
  }
  .m-m-n11 {
    margin: -10rem !important;
  }
  .m-m-n12 {
    margin: -12rem !important;
  }
  .mx-m-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-m-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-m-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-m-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-m-n5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-m-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-m-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-m-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-m-n9 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-m-n10 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-m-n11 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-m-n12 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .my-m-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-m-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-m-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-m-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-m-n5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-m-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-m-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-m-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-m-n9 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-m-n10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-m-n11 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-m-n12 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .mt-m-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-m-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-m-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-m-n4 {
    margin-top: -1rem !important;
  }
  .mt-m-n5 {
    margin-top: -1.5rem !important;
  }
  .mt-m-n6 {
    margin-top: -2rem !important;
  }
  .mt-m-n7 {
    margin-top: -3rem !important;
  }
  .mt-m-n8 {
    margin-top: -4rem !important;
  }
  .mt-m-n9 {
    margin-top: -6rem !important;
  }
  .mt-m-n10 {
    margin-top: -8rem !important;
  }
  .mt-m-n11 {
    margin-top: -10rem !important;
  }
  .mt-m-n12 {
    margin-top: -12rem !important;
  }
  .mr-m-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-m-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-m-n3 {
    margin-right: -0.75rem !important;
  }
  .mr-m-n4 {
    margin-right: -1rem !important;
  }
  .mr-m-n5 {
    margin-right: -1.5rem !important;
  }
  .mr-m-n6 {
    margin-right: -2rem !important;
  }
  .mr-m-n7 {
    margin-right: -3rem !important;
  }
  .mr-m-n8 {
    margin-right: -4rem !important;
  }
  .mr-m-n9 {
    margin-right: -6rem !important;
  }
  .mr-m-n10 {
    margin-right: -8rem !important;
  }
  .mr-m-n11 {
    margin-right: -10rem !important;
  }
  .mr-m-n12 {
    margin-right: -12rem !important;
  }
  .mb-m-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-m-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-m-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-m-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-m-n5 {
    margin-bottom: -1.5rem !important;
  }
  .mb-m-n6 {
    margin-bottom: -2rem !important;
  }
  .mb-m-n7 {
    margin-bottom: -3rem !important;
  }
  .mb-m-n8 {
    margin-bottom: -4rem !important;
  }
  .mb-m-n9 {
    margin-bottom: -6rem !important;
  }
  .mb-m-n10 {
    margin-bottom: -8rem !important;
  }
  .mb-m-n11 {
    margin-bottom: -10rem !important;
  }
  .mb-m-n12 {
    margin-bottom: -12rem !important;
  }
  .ml-m-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-m-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-m-n3 {
    margin-left: -0.75rem !important;
  }
  .ml-m-n4 {
    margin-left: -1rem !important;
  }
  .ml-m-n5 {
    margin-left: -1.5rem !important;
  }
  .ml-m-n6 {
    margin-left: -2rem !important;
  }
  .ml-m-n7 {
    margin-left: -3rem !important;
  }
  .ml-m-n8 {
    margin-left: -4rem !important;
  }
  .ml-m-n9 {
    margin-left: -6rem !important;
  }
  .ml-m-n10 {
    margin-left: -8rem !important;
  }
  .ml-m-n11 {
    margin-left: -10rem !important;
  }
  .ml-m-n12 {
    margin-left: -12rem !important;
  }
  .p-m-0 {
    padding: 0 !important;
  }
  .p-m-1 {
    padding: 0.25rem !important;
  }
  .p-m-2 {
    padding: 0.5rem !important;
  }
  .p-m-3 {
    padding: 0.75rem !important;
  }
  .p-m-4 {
    padding: 1rem !important;
  }
  .p-m-5 {
    padding: 1.5rem !important;
  }
  .p-m-6 {
    padding: 2rem !important;
  }
  .p-m-7 {
    padding: 3rem !important;
  }
  .p-m-8 {
    padding: 4rem !important;
  }
  .p-m-9 {
    padding: 6rem !important;
  }
  .p-m-10 {
    padding: 8rem !important;
  }
  .p-m-11 {
    padding: 10rem !important;
  }
  .p-m-12 {
    padding: 12rem !important;
  }
  .px-m-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-m-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-m-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-m-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-m-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-m-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-m-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-m-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-m-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-m-9 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-m-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-m-11 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-m-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-m-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-m-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-m-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-m-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-m-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-m-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-m-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-m-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-m-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-m-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-m-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-m-11 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-m-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-m-0 {
    padding-top: 0 !important;
  }
  .pt-m-1 {
    padding-top: 0.25rem !important;
  }
  .pt-m-2 {
    padding-top: 0.5rem !important;
  }
  .pt-m-3 {
    padding-top: 0.75rem !important;
  }
  .pt-m-4 {
    padding-top: 1rem !important;
  }
  .pt-m-5 {
    padding-top: 1.5rem !important;
  }
  .pt-m-6 {
    padding-top: 2rem !important;
  }
  .pt-m-7 {
    padding-top: 3rem !important;
  }
  .pt-m-8 {
    padding-top: 4rem !important;
  }
  .pt-m-9 {
    padding-top: 6rem !important;
  }
  .pt-m-10 {
    padding-top: 8rem !important;
  }
  .pt-m-11 {
    padding-top: 10rem !important;
  }
  .pt-m-12 {
    padding-top: 12rem !important;
  }
  .pr-m-0 {
    padding-right: 0 !important;
  }
  .pr-m-1 {
    padding-right: 0.25rem !important;
  }
  .pr-m-2 {
    padding-right: 0.5rem !important;
  }
  .pr-m-3 {
    padding-right: 0.75rem !important;
  }
  .pr-m-4 {
    padding-right: 1rem !important;
  }
  .pr-m-5 {
    padding-right: 1.5rem !important;
  }
  .pr-m-6 {
    padding-right: 2rem !important;
  }
  .pr-m-7 {
    padding-right: 3rem !important;
  }
  .pr-m-8 {
    padding-right: 4rem !important;
  }
  .pr-m-9 {
    padding-right: 6rem !important;
  }
  .pr-m-10 {
    padding-right: 8rem !important;
  }
  .pr-m-11 {
    padding-right: 10rem !important;
  }
  .pr-m-12 {
    padding-right: 12rem !important;
  }
  .pb-m-0 {
    padding-bottom: 0 !important;
  }
  .pb-m-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-m-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-m-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-m-4 {
    padding-bottom: 1rem !important;
  }
  .pb-m-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-m-6 {
    padding-bottom: 2rem !important;
  }
  .pb-m-7 {
    padding-bottom: 3rem !important;
  }
  .pb-m-8 {
    padding-bottom: 4rem !important;
  }
  .pb-m-9 {
    padding-bottom: 6rem !important;
  }
  .pb-m-10 {
    padding-bottom: 8rem !important;
  }
  .pb-m-11 {
    padding-bottom: 10rem !important;
  }
  .pb-m-12 {
    padding-bottom: 12rem !important;
  }
  .pl-m-0 {
    padding-left: 0 !important;
  }
  .pl-m-1 {
    padding-left: 0.25rem !important;
  }
  .pl-m-2 {
    padding-left: 0.5rem !important;
  }
  .pl-m-3 {
    padding-left: 0.75rem !important;
  }
  .pl-m-4 {
    padding-left: 1rem !important;
  }
  .pl-m-5 {
    padding-left: 1.5rem !important;
  }
  .pl-m-6 {
    padding-left: 2rem !important;
  }
  .pl-m-7 {
    padding-left: 3rem !important;
  }
  .pl-m-8 {
    padding-left: 4rem !important;
  }
  .pl-m-9 {
    padding-left: 6rem !important;
  }
  .pl-m-10 {
    padding-left: 8rem !important;
  }
  .pl-m-11 {
    padding-left: 10rem !important;
  }
  .pl-m-12 {
    padding-left: 12rem !important;
  }
}
@media (min-width: 1024px) {
  .d-l-inline {
    display: inline !important;
  }
  .d-l-inline-block {
    display: inline-block !important;
  }
  .d-l-block {
    display: block !important;
  }
  .d-l-grid {
    display: grid !important;
  }
  .d-l-table {
    display: table !important;
  }
  .d-l-table-row {
    display: table-row !important;
  }
  .d-l-table-cell {
    display: table-cell !important;
  }
  .d-l-flex {
    display: flex !important;
  }
  .d-l-inline-flex {
    display: inline-flex !important;
  }
  .d-l-none {
    display: none !important;
  }
  .flex-l-fill {
    flex: 1 1 auto !important;
  }
  .flex-l-row {
    flex-direction: row !important;
  }
  .flex-l-column {
    flex-direction: column !important;
  }
  .flex-l-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-l-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-l-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-l-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-l-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-l-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-l-wrap {
    flex-wrap: wrap !important;
  }
  .flex-l-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-l-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-l-0 {
    gap: 0 !important;
  }
  .gap-l-1 {
    gap: 0.25rem !important;
  }
  .gap-l-2 {
    gap: 0.5rem !important;
  }
  .gap-l-3 {
    gap: 0.75rem !important;
  }
  .gap-l-4 {
    gap: 1rem !important;
  }
  .gap-l-5 {
    gap: 1.5rem !important;
  }
  .gap-l-6 {
    gap: 2rem !important;
  }
  .gap-l-7 {
    gap: 3rem !important;
  }
  .gap-l-8 {
    gap: 4rem !important;
  }
  .gap-l-9 {
    gap: 6rem !important;
  }
  .gap-l-10 {
    gap: 8rem !important;
  }
  .gap-l-11 {
    gap: 10rem !important;
  }
  .gap-l-12 {
    gap: 12rem !important;
  }
  .justify-content-l-start {
    justify-content: flex-start !important;
  }
  .justify-content-l-end {
    justify-content: flex-end !important;
  }
  .justify-content-l-center {
    justify-content: center !important;
  }
  .justify-content-l-between {
    justify-content: space-between !important;
  }
  .justify-content-l-around {
    justify-content: space-around !important;
  }
  .justify-content-l-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-l-start {
    align-items: flex-start !important;
  }
  .align-items-l-end {
    align-items: flex-end !important;
  }
  .align-items-l-center {
    align-items: center !important;
  }
  .align-items-l-baseline {
    align-items: baseline !important;
  }
  .align-items-l-stretch {
    align-items: stretch !important;
  }
  .align-content-l-start {
    align-content: flex-start !important;
  }
  .align-content-l-end {
    align-content: flex-end !important;
  }
  .align-content-l-center {
    align-content: center !important;
  }
  .align-content-l-between {
    align-content: space-between !important;
  }
  .align-content-l-around {
    align-content: space-around !important;
  }
  .align-content-l-stretch {
    align-content: stretch !important;
  }
  .align-self-l-auto {
    align-self: auto !important;
  }
  .align-self-l-start {
    align-self: flex-start !important;
  }
  .align-self-l-end {
    align-self: flex-end !important;
  }
  .align-self-l-center {
    align-self: center !important;
  }
  .align-self-l-baseline {
    align-self: baseline !important;
  }
  .align-self-l-stretch {
    align-self: stretch !important;
  }
  .order-l-first {
    order: -1 !important;
  }
  .order-l-0 {
    order: 0 !important;
  }
  .order-l-1 {
    order: 1 !important;
  }
  .order-l-2 {
    order: 2 !important;
  }
  .order-l-3 {
    order: 3 !important;
  }
  .order-l-4 {
    order: 4 !important;
  }
  .order-l-5 {
    order: 5 !important;
  }
  .order-l-last {
    order: 6 !important;
  }
  .m-l-0 {
    margin: 0 !important;
  }
  .m-l-1 {
    margin: 0.25rem !important;
  }
  .m-l-2 {
    margin: 0.5rem !important;
  }
  .m-l-3 {
    margin: 0.75rem !important;
  }
  .m-l-4 {
    margin: 1rem !important;
  }
  .m-l-5 {
    margin: 1.5rem !important;
  }
  .m-l-6 {
    margin: 2rem !important;
  }
  .m-l-7 {
    margin: 3rem !important;
  }
  .m-l-8 {
    margin: 4rem !important;
  }
  .m-l-9 {
    margin: 6rem !important;
  }
  .m-l-10 {
    margin: 8rem !important;
  }
  .m-l-11 {
    margin: 10rem !important;
  }
  .m-l-12 {
    margin: 12rem !important;
  }
  .m-l-auto {
    margin: auto !important;
  }
  .mx-l-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-l-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-l-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-l-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-l-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-l-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-l-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-l-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-l-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-l-9 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-l-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-l-11 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-l-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-l-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-l-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-l-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-l-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-l-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-l-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-l-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-l-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-l-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-l-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-l-9 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-l-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-l-11 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-l-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-l-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-l-0 {
    margin-top: 0 !important;
  }
  .mt-l-1 {
    margin-top: 0.25rem !important;
  }
  .mt-l-2 {
    margin-top: 0.5rem !important;
  }
  .mt-l-3 {
    margin-top: 0.75rem !important;
  }
  .mt-l-4 {
    margin-top: 1rem !important;
  }
  .mt-l-5 {
    margin-top: 1.5rem !important;
  }
  .mt-l-6 {
    margin-top: 2rem !important;
  }
  .mt-l-7 {
    margin-top: 3rem !important;
  }
  .mt-l-8 {
    margin-top: 4rem !important;
  }
  .mt-l-9 {
    margin-top: 6rem !important;
  }
  .mt-l-10 {
    margin-top: 8rem !important;
  }
  .mt-l-11 {
    margin-top: 10rem !important;
  }
  .mt-l-12 {
    margin-top: 12rem !important;
  }
  .mt-l-auto {
    margin-top: auto !important;
  }
  .mr-l-0 {
    margin-right: 0 !important;
  }
  .mr-l-1 {
    margin-right: 0.25rem !important;
  }
  .mr-l-2 {
    margin-right: 0.5rem !important;
  }
  .mr-l-3 {
    margin-right: 0.75rem !important;
  }
  .mr-l-4 {
    margin-right: 1rem !important;
  }
  .mr-l-5 {
    margin-right: 1.5rem !important;
  }
  .mr-l-6 {
    margin-right: 2rem !important;
  }
  .mr-l-7 {
    margin-right: 3rem !important;
  }
  .mr-l-8 {
    margin-right: 4rem !important;
  }
  .mr-l-9 {
    margin-right: 6rem !important;
  }
  .mr-l-10 {
    margin-right: 8rem !important;
  }
  .mr-l-11 {
    margin-right: 10rem !important;
  }
  .mr-l-12 {
    margin-right: 12rem !important;
  }
  .mr-l-auto {
    margin-right: auto !important;
  }
  .mb-l-0 {
    margin-bottom: 0 !important;
  }
  .mb-l-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-l-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-l-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-l-4 {
    margin-bottom: 1rem !important;
  }
  .mb-l-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-l-6 {
    margin-bottom: 2rem !important;
  }
  .mb-l-7 {
    margin-bottom: 3rem !important;
  }
  .mb-l-8 {
    margin-bottom: 4rem !important;
  }
  .mb-l-9 {
    margin-bottom: 6rem !important;
  }
  .mb-l-10 {
    margin-bottom: 8rem !important;
  }
  .mb-l-11 {
    margin-bottom: 10rem !important;
  }
  .mb-l-12 {
    margin-bottom: 12rem !important;
  }
  .mb-l-auto {
    margin-bottom: auto !important;
  }
  .ml-l-0 {
    margin-left: 0 !important;
  }
  .ml-l-1 {
    margin-left: 0.25rem !important;
  }
  .ml-l-2 {
    margin-left: 0.5rem !important;
  }
  .ml-l-3 {
    margin-left: 0.75rem !important;
  }
  .ml-l-4 {
    margin-left: 1rem !important;
  }
  .ml-l-5 {
    margin-left: 1.5rem !important;
  }
  .ml-l-6 {
    margin-left: 2rem !important;
  }
  .ml-l-7 {
    margin-left: 3rem !important;
  }
  .ml-l-8 {
    margin-left: 4rem !important;
  }
  .ml-l-9 {
    margin-left: 6rem !important;
  }
  .ml-l-10 {
    margin-left: 8rem !important;
  }
  .ml-l-11 {
    margin-left: 10rem !important;
  }
  .ml-l-12 {
    margin-left: 12rem !important;
  }
  .ml-l-auto {
    margin-left: auto !important;
  }
  .m-l-n1 {
    margin: -0.25rem !important;
  }
  .m-l-n2 {
    margin: -0.5rem !important;
  }
  .m-l-n3 {
    margin: -0.75rem !important;
  }
  .m-l-n4 {
    margin: -1rem !important;
  }
  .m-l-n5 {
    margin: -1.5rem !important;
  }
  .m-l-n6 {
    margin: -2rem !important;
  }
  .m-l-n7 {
    margin: -3rem !important;
  }
  .m-l-n8 {
    margin: -4rem !important;
  }
  .m-l-n9 {
    margin: -6rem !important;
  }
  .m-l-n10 {
    margin: -8rem !important;
  }
  .m-l-n11 {
    margin: -10rem !important;
  }
  .m-l-n12 {
    margin: -12rem !important;
  }
  .mx-l-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-l-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-l-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-l-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-l-n5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-l-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-l-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-l-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-l-n9 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-l-n10 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-l-n11 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-l-n12 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .my-l-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-l-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-l-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-l-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-l-n5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-l-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-l-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-l-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-l-n9 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-l-n10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-l-n11 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-l-n12 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .mt-l-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-l-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-l-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-l-n4 {
    margin-top: -1rem !important;
  }
  .mt-l-n5 {
    margin-top: -1.5rem !important;
  }
  .mt-l-n6 {
    margin-top: -2rem !important;
  }
  .mt-l-n7 {
    margin-top: -3rem !important;
  }
  .mt-l-n8 {
    margin-top: -4rem !important;
  }
  .mt-l-n9 {
    margin-top: -6rem !important;
  }
  .mt-l-n10 {
    margin-top: -8rem !important;
  }
  .mt-l-n11 {
    margin-top: -10rem !important;
  }
  .mt-l-n12 {
    margin-top: -12rem !important;
  }
  .mr-l-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-l-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-l-n3 {
    margin-right: -0.75rem !important;
  }
  .mr-l-n4 {
    margin-right: -1rem !important;
  }
  .mr-l-n5 {
    margin-right: -1.5rem !important;
  }
  .mr-l-n6 {
    margin-right: -2rem !important;
  }
  .mr-l-n7 {
    margin-right: -3rem !important;
  }
  .mr-l-n8 {
    margin-right: -4rem !important;
  }
  .mr-l-n9 {
    margin-right: -6rem !important;
  }
  .mr-l-n10 {
    margin-right: -8rem !important;
  }
  .mr-l-n11 {
    margin-right: -10rem !important;
  }
  .mr-l-n12 {
    margin-right: -12rem !important;
  }
  .mb-l-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-l-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-l-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-l-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-l-n5 {
    margin-bottom: -1.5rem !important;
  }
  .mb-l-n6 {
    margin-bottom: -2rem !important;
  }
  .mb-l-n7 {
    margin-bottom: -3rem !important;
  }
  .mb-l-n8 {
    margin-bottom: -4rem !important;
  }
  .mb-l-n9 {
    margin-bottom: -6rem !important;
  }
  .mb-l-n10 {
    margin-bottom: -8rem !important;
  }
  .mb-l-n11 {
    margin-bottom: -10rem !important;
  }
  .mb-l-n12 {
    margin-bottom: -12rem !important;
  }
  .ml-l-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-l-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-l-n3 {
    margin-left: -0.75rem !important;
  }
  .ml-l-n4 {
    margin-left: -1rem !important;
  }
  .ml-l-n5 {
    margin-left: -1.5rem !important;
  }
  .ml-l-n6 {
    margin-left: -2rem !important;
  }
  .ml-l-n7 {
    margin-left: -3rem !important;
  }
  .ml-l-n8 {
    margin-left: -4rem !important;
  }
  .ml-l-n9 {
    margin-left: -6rem !important;
  }
  .ml-l-n10 {
    margin-left: -8rem !important;
  }
  .ml-l-n11 {
    margin-left: -10rem !important;
  }
  .ml-l-n12 {
    margin-left: -12rem !important;
  }
  .p-l-0 {
    padding: 0 !important;
  }
  .p-l-1 {
    padding: 0.25rem !important;
  }
  .p-l-2 {
    padding: 0.5rem !important;
  }
  .p-l-3 {
    padding: 0.75rem !important;
  }
  .p-l-4 {
    padding: 1rem !important;
  }
  .p-l-5 {
    padding: 1.5rem !important;
  }
  .p-l-6 {
    padding: 2rem !important;
  }
  .p-l-7 {
    padding: 3rem !important;
  }
  .p-l-8 {
    padding: 4rem !important;
  }
  .p-l-9 {
    padding: 6rem !important;
  }
  .p-l-10 {
    padding: 8rem !important;
  }
  .p-l-11 {
    padding: 10rem !important;
  }
  .p-l-12 {
    padding: 12rem !important;
  }
  .px-l-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-l-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-l-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-l-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-l-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-l-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-l-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-l-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-l-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-l-9 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-l-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-l-11 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-l-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-l-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-l-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-l-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-l-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-l-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-l-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-l-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-l-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-l-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-l-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-l-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-l-11 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-l-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-l-0 {
    padding-top: 0 !important;
  }
  .pt-l-1 {
    padding-top: 0.25rem !important;
  }
  .pt-l-2 {
    padding-top: 0.5rem !important;
  }
  .pt-l-3 {
    padding-top: 0.75rem !important;
  }
  .pt-l-4 {
    padding-top: 1rem !important;
  }
  .pt-l-5 {
    padding-top: 1.5rem !important;
  }
  .pt-l-6 {
    padding-top: 2rem !important;
  }
  .pt-l-7 {
    padding-top: 3rem !important;
  }
  .pt-l-8 {
    padding-top: 4rem !important;
  }
  .pt-l-9 {
    padding-top: 6rem !important;
  }
  .pt-l-10 {
    padding-top: 8rem !important;
  }
  .pt-l-11 {
    padding-top: 10rem !important;
  }
  .pt-l-12 {
    padding-top: 12rem !important;
  }
  .pr-l-0 {
    padding-right: 0 !important;
  }
  .pr-l-1 {
    padding-right: 0.25rem !important;
  }
  .pr-l-2 {
    padding-right: 0.5rem !important;
  }
  .pr-l-3 {
    padding-right: 0.75rem !important;
  }
  .pr-l-4 {
    padding-right: 1rem !important;
  }
  .pr-l-5 {
    padding-right: 1.5rem !important;
  }
  .pr-l-6 {
    padding-right: 2rem !important;
  }
  .pr-l-7 {
    padding-right: 3rem !important;
  }
  .pr-l-8 {
    padding-right: 4rem !important;
  }
  .pr-l-9 {
    padding-right: 6rem !important;
  }
  .pr-l-10 {
    padding-right: 8rem !important;
  }
  .pr-l-11 {
    padding-right: 10rem !important;
  }
  .pr-l-12 {
    padding-right: 12rem !important;
  }
  .pb-l-0 {
    padding-bottom: 0 !important;
  }
  .pb-l-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-l-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-l-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-l-4 {
    padding-bottom: 1rem !important;
  }
  .pb-l-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-l-6 {
    padding-bottom: 2rem !important;
  }
  .pb-l-7 {
    padding-bottom: 3rem !important;
  }
  .pb-l-8 {
    padding-bottom: 4rem !important;
  }
  .pb-l-9 {
    padding-bottom: 6rem !important;
  }
  .pb-l-10 {
    padding-bottom: 8rem !important;
  }
  .pb-l-11 {
    padding-bottom: 10rem !important;
  }
  .pb-l-12 {
    padding-bottom: 12rem !important;
  }
  .pl-l-0 {
    padding-left: 0 !important;
  }
  .pl-l-1 {
    padding-left: 0.25rem !important;
  }
  .pl-l-2 {
    padding-left: 0.5rem !important;
  }
  .pl-l-3 {
    padding-left: 0.75rem !important;
  }
  .pl-l-4 {
    padding-left: 1rem !important;
  }
  .pl-l-5 {
    padding-left: 1.5rem !important;
  }
  .pl-l-6 {
    padding-left: 2rem !important;
  }
  .pl-l-7 {
    padding-left: 3rem !important;
  }
  .pl-l-8 {
    padding-left: 4rem !important;
  }
  .pl-l-9 {
    padding-left: 6rem !important;
  }
  .pl-l-10 {
    padding-left: 8rem !important;
  }
  .pl-l-11 {
    padding-left: 10rem !important;
  }
  .pl-l-12 {
    padding-left: 12rem !important;
  }
}
@media (min-width: 1200px) {
  .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-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;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 0.75rem !important;
  }
  .gap-xl-4 {
    gap: 1rem !important;
  }
  .gap-xl-5 {
    gap: 1.5rem !important;
  }
  .gap-xl-6 {
    gap: 2rem !important;
  }
  .gap-xl-7 {
    gap: 3rem !important;
  }
  .gap-xl-8 {
    gap: 4rem !important;
  }
  .gap-xl-9 {
    gap: 6rem !important;
  }
  .gap-xl-10 {
    gap: 8rem !important;
  }
  .gap-xl-11 {
    gap: 10rem !important;
  }
  .gap-xl-12 {
    gap: 12rem !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;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.5rem !important;
  }
  .m-xl-6 {
    margin: 2rem !important;
  }
  .m-xl-7 {
    margin: 3rem !important;
  }
  .m-xl-8 {
    margin: 4rem !important;
  }
  .m-xl-9 {
    margin: 6rem !important;
  }
  .m-xl-10 {
    margin: 8rem !important;
  }
  .m-xl-11 {
    margin: 10rem !important;
  }
  .m-xl-12 {
    margin: 12rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-9 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-11 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-9 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-11 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mt-xl-4 {
    margin-top: 1rem !important;
  }
  .mt-xl-5 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 2rem !important;
  }
  .mt-xl-7 {
    margin-top: 3rem !important;
  }
  .mt-xl-8 {
    margin-top: 4rem !important;
  }
  .mt-xl-9 {
    margin-top: 6rem !important;
  }
  .mt-xl-10 {
    margin-top: 8rem !important;
  }
  .mt-xl-11 {
    margin-top: 10rem !important;
  }
  .mt-xl-12 {
    margin-top: 12rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mr-xl-4 {
    margin-right: 1rem !important;
  }
  .mr-xl-5 {
    margin-right: 1.5rem !important;
  }
  .mr-xl-6 {
    margin-right: 2rem !important;
  }
  .mr-xl-7 {
    margin-right: 3rem !important;
  }
  .mr-xl-8 {
    margin-right: 4rem !important;
  }
  .mr-xl-9 {
    margin-right: 6rem !important;
  }
  .mr-xl-10 {
    margin-right: 8rem !important;
  }
  .mr-xl-11 {
    margin-right: 10rem !important;
  }
  .mr-xl-12 {
    margin-right: 12rem !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 12rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xl-3 {
    margin-left: 0.75rem !important;
  }
  .ml-xl-4 {
    margin-left: 1rem !important;
  }
  .ml-xl-5 {
    margin-left: 1.5rem !important;
  }
  .ml-xl-6 {
    margin-left: 2rem !important;
  }
  .ml-xl-7 {
    margin-left: 3rem !important;
  }
  .ml-xl-8 {
    margin-left: 4rem !important;
  }
  .ml-xl-9 {
    margin-left: 6rem !important;
  }
  .ml-xl-10 {
    margin-left: 8rem !important;
  }
  .ml-xl-11 {
    margin-left: 10rem !important;
  }
  .ml-xl-12 {
    margin-left: 12rem !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  .m-xl-n4 {
    margin: -1rem !important;
  }
  .m-xl-n5 {
    margin: -1.5rem !important;
  }
  .m-xl-n6 {
    margin: -2rem !important;
  }
  .m-xl-n7 {
    margin: -3rem !important;
  }
  .m-xl-n8 {
    margin: -4rem !important;
  }
  .m-xl-n9 {
    margin: -6rem !important;
  }
  .m-xl-n10 {
    margin: -8rem !important;
  }
  .m-xl-n11 {
    margin: -10rem !important;
  }
  .m-xl-n12 {
    margin: -12rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n9 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n10 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xl-n11 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xl-n12 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xl-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n9 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xl-n11 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xl-n12 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1rem !important;
  }
  .mt-xl-n5 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n6 {
    margin-top: -2rem !important;
  }
  .mt-xl-n7 {
    margin-top: -3rem !important;
  }
  .mt-xl-n8 {
    margin-top: -4rem !important;
  }
  .mt-xl-n9 {
    margin-top: -6rem !important;
  }
  .mt-xl-n10 {
    margin-top: -8rem !important;
  }
  .mt-xl-n11 {
    margin-top: -10rem !important;
  }
  .mt-xl-n12 {
    margin-top: -12rem !important;
  }
  .mr-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-xl-n3 {
    margin-right: -0.75rem !important;
  }
  .mr-xl-n4 {
    margin-right: -1rem !important;
  }
  .mr-xl-n5 {
    margin-right: -1.5rem !important;
  }
  .mr-xl-n6 {
    margin-right: -2rem !important;
  }
  .mr-xl-n7 {
    margin-right: -3rem !important;
  }
  .mr-xl-n8 {
    margin-right: -4rem !important;
  }
  .mr-xl-n9 {
    margin-right: -6rem !important;
  }
  .mr-xl-n10 {
    margin-right: -8rem !important;
  }
  .mr-xl-n11 {
    margin-right: -10rem !important;
  }
  .mr-xl-n12 {
    margin-right: -12rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -8rem !important;
  }
  .mb-xl-n11 {
    margin-bottom: -10rem !important;
  }
  .mb-xl-n12 {
    margin-bottom: -12rem !important;
  }
  .ml-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-xl-n3 {
    margin-left: -0.75rem !important;
  }
  .ml-xl-n4 {
    margin-left: -1rem !important;
  }
  .ml-xl-n5 {
    margin-left: -1.5rem !important;
  }
  .ml-xl-n6 {
    margin-left: -2rem !important;
  }
  .ml-xl-n7 {
    margin-left: -3rem !important;
  }
  .ml-xl-n8 {
    margin-left: -4rem !important;
  }
  .ml-xl-n9 {
    margin-left: -6rem !important;
  }
  .ml-xl-n10 {
    margin-left: -8rem !important;
  }
  .ml-xl-n11 {
    margin-left: -10rem !important;
  }
  .ml-xl-n12 {
    margin-left: -12rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .p-xl-5 {
    padding: 1.5rem !important;
  }
  .p-xl-6 {
    padding: 2rem !important;
  }
  .p-xl-7 {
    padding: 3rem !important;
  }
  .p-xl-8 {
    padding: 4rem !important;
  }
  .p-xl-9 {
    padding: 6rem !important;
  }
  .p-xl-10 {
    padding: 8rem !important;
  }
  .p-xl-11 {
    padding: 10rem !important;
  }
  .p-xl-12 {
    padding: 12rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-9 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-11 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-11 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-4 {
    padding-top: 1rem !important;
  }
  .pt-xl-5 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-6 {
    padding-top: 2rem !important;
  }
  .pt-xl-7 {
    padding-top: 3rem !important;
  }
  .pt-xl-8 {
    padding-top: 4rem !important;
  }
  .pt-xl-9 {
    padding-top: 6rem !important;
  }
  .pt-xl-10 {
    padding-top: 8rem !important;
  }
  .pt-xl-11 {
    padding-top: 10rem !important;
  }
  .pt-xl-12 {
    padding-top: 12rem !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pr-xl-4 {
    padding-right: 1rem !important;
  }
  .pr-xl-5 {
    padding-right: 1.5rem !important;
  }
  .pr-xl-6 {
    padding-right: 2rem !important;
  }
  .pr-xl-7 {
    padding-right: 3rem !important;
  }
  .pr-xl-8 {
    padding-right: 4rem !important;
  }
  .pr-xl-9 {
    padding-right: 6rem !important;
  }
  .pr-xl-10 {
    padding-right: 8rem !important;
  }
  .pr-xl-11 {
    padding-right: 10rem !important;
  }
  .pr-xl-12 {
    padding-right: 12rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 12rem !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xl-3 {
    padding-left: 0.75rem !important;
  }
  .pl-xl-4 {
    padding-left: 1rem !important;
  }
  .pl-xl-5 {
    padding-left: 1.5rem !important;
  }
  .pl-xl-6 {
    padding-left: 2rem !important;
  }
  .pl-xl-7 {
    padding-left: 3rem !important;
  }
  .pl-xl-8 {
    padding-left: 4rem !important;
  }
  .pl-xl-9 {
    padding-left: 6rem !important;
  }
  .pl-xl-10 {
    padding-left: 8rem !important;
  }
  .pl-xl-11 {
    padding-left: 10rem !important;
  }
  .pl-xl-12 {
    padding-left: 12rem !important;
  }
}
/* stylelint-disable */
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .text-m-left {
    text-align: left !important;
  }
  .text-m-right {
    text-align: right !important;
  }
  .text-m-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-l-left {
    text-align: left !important;
  }
  .text-l-right {
    text-align: right !important;
  }
  .text-l-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-bold {
  font-weight: 700;
}

.text-semibold {
  font-weight: 600;
}

/* purgecss ignore */
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

/* purgecss ignore */
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}

/* purgecss ignore */
ul,
ol {
  padding-left: 1.4rem;
}

/* purgecss ignore */
main {
  overflow: hidden;
  /* purgecss ignore */
  /* Give top and bottom spacing in main area with some exceptions */
}
main p:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
main a {
  color: #4791C5;
  font-weight: 600;
}
main > div:first-child:not(.comp-hero-video):not(.comp-newsletter-teaser) {
  margin-top: 4rem;
}
main > div:last-child:not(.comp-hero-video):not(.comp-newsletter-teaser) {
  margin-bottom: 4rem;
}

.maingrid {
  display: grid;
  box-sizing: border-box;
  grid-auto-flow: dense;
  -moz-column-gap: 0;
       column-gap: 0;
  grid-template-columns: [fullwidth-start] 0 [buffer-start] 15px [content-wide-start] 0 [content-narrow-start] minmax(240px, 708px) [content-narrow-end] 0 [content-wide-end] 15px [buffer-end] 0 [fullwidth-end];
}
@media (min-width: 768px) {
  .maingrid {
    grid-template-columns: [fullwidth-start] 0 [buffer-start] 30px [content-wide-start] 30px [content-narrow-start] minmax(648px, 902px) [content-narrow-end] 30px [content-wide-end] 30px [buffer-end] 0 [fullwidth-end];
  }
}
@media (min-width: 1024px) {
  .maingrid {
    grid-template-columns: [fullwidth-start] minmax(0, auto) [buffer-start] 30px [content-wide-start] minmax(40px, 150px) [content-narrow-start] minmax(760px, 900px) [content-narrow-end] minmax(40px, 150px) [content-wide-end] 30px [buffer-end] minmax(0, auto) [fullwidth-end];
  }
}
.maingrid > * {
  grid-column: content-wide-start/content-wide-end;
}
.maingrid.grid-children-width-narrow > *, .maingrid.grid-children-width-narrow .maingrid > *:not(.maingrid):not(.maingrid-item--span-fullwidth) {
  grid-column: content-narrow-start/content-narrow-end;
}
.maingrid > .grid-self-width-narrow {
  grid-column: content-narrow-start/content-narrow-end;
}
.maingrid > .maingrid {
  grid-column: fullwidth-start/fullwidth-end;
}
.maingrid-gap {
  row-gap: 72px;
}
.maingrid-gap > .maingrid-item--no-row-gap {
  margin-bottom: -72px;
}
.maingrid > .maingrid-item--span-fullwidth {
  grid-column: fullwidth-start/fullwidth-end;
}
.maingrid > .maingrid-item--span-content-wide {
  grid-column: content-wide-start/content-wide-end;
}
.maingrid > .maingrid-item--span-content-narrow {
  grid-column: content-narrow-start/content-narrow-end;
}

/* ggf mal clamp probieren ? gehen clamp helper-klassen? */
h1 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.6rem;
  }
}

h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 767.98px) {
  h1,
  h2,
  h3 {
    -webkit-hyphens: auto;
            hyphens: auto;
    overflow-wrap: break-word;
  }
}

.comp-back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .comp-back-to-top {
    bottom: 10%;
  }
}
.comp-back-to-top.is--active {
  opacity: 1;
  pointer-events: all;
}

.comp-button {
  border: 0;
  border: 1px solid #000;
  cursor: pointer;
}
.comp-button.style-light {
  border-color: #FFF;
}
.comp-button.bg-orange {
  border: 1px solid #DD7648;
}
.comp-button.bg-yellow {
  border: 1px solid #EAC03D;
}
.comp-button.bg-mediumBlue { /* stylelint-disable-line selector-class-pattern */
  border: 1px solid #2D5272;
}

.comp-icon {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
}
.comp-icon.is--clickable {
  transition: fill 0.3s;
}
.comp-icon.is--clickable:hover {
  cursor: pointer;
}
.comp-icon.is--circle {
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
}
.comp-icon svg {
  pointer-events: none;
}

.comp-image img {
  max-width: 100%;
  height: auto;
}

.comp-language-switch .flyout {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  border: 1px solid #9F9F9F;
}
.comp-language-switch:hover .flyout {
  opacity: 1;
  pointer-events: all;
}

select {
  padding: 0.75rem 3rem 0.75rem 0.75rem;
  border: 1px solid #9F9F9F;
  font-size: 1rem;
  -webkit-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
  -moz-appearance: none;
       appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #9F9F9F 50%), linear-gradient(135deg, #9F9F9F 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  select {
    width: 100%;
  }
}

.comp-split-image {
  max-height: 70vh;
}
.comp-split-image .image-left {
  flex: 1 0 65%;
  -webkit-clip-path: polygon(0 0, 0 100%, calc(100% - 120px) 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, calc(100% - 120px) 100%, 100% 0);
  margin-right: -50px;
}
.comp-split-image .image-right {
  flex: 1 0 35%;
  -webkit-clip-path: polygon(120px 0, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(120px 0, 0 100%, 100% 100%, 100% 0);
  margin-left: -50px;
}
.comp-split-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .comp-split-image.mode--alternative-view {
    width: 70vw;
  }
}

.comp-anchor-navigation {
  border-bottom: 1px solid #9F9F9F;
  overflow-x: auto;
}
.comp-anchor-navigation a {
  border-bottom: 4px solid transparent;
  transition: border-color 0.3s;
}
.comp-anchor-navigation a:hover {
  border-color: #9F9F9F;
}

.comp-carousel .navigation {
  bottom: -15px;
  width: 100%;
}
@media (min-width: 1200px) {
  .comp-carousel .navigation {
    top: 50%;
    bottom: auto;
    width: calc(100% + 100px);
    transform: translateX(-50px) translateY(-50%);
  }
}
.comp-carousel .navigation .splide__arrow { /* stylelint-disable-line selector-class-pattern */
  border: 0;
  transition: opacity 0.3s;
}
.comp-carousel .navigation .splide__arrow:disabled {
  opacity: 0.6;
  pointer-events: none;
}
.comp-carousel .pagination {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  flex-wrap: nowrap;
  margin-top: 2rem;
}
.comp-carousel .pagination li {
  display: inline-flex;
  padding-left: 0;
}
.comp-carousel .pagination li .page-bubble {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 1px solid #2D5272;
  border-radius: 50%;
  margin: 0 0.25rem;
  transition: background-color 0.3s;
}
.comp-carousel .pagination li .page-bubble.is-active {
  background-color: #2D5272;
}

.comp-case-study .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.comp-colored-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .comp-colored-container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .comp-colored-container.is--overlapping {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .comp-colored-container.is--overlapping .background-container {
    margin-top: -300px;
    margin-bottom: -300px;
  }
}
.comp-colored-container .background-container {
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.comp-download-form .download-items {
  display: none;
}
@media (min-width: 1024px) {
  .comp-download-form .download-items {
    margin: 0 auto;
    width: 50%;
  }
}
.comp-download-form .download-items.is--visible {
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
  display: block;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hubspot-download-form {
  display: none;
}
@media (min-width: 1024px) {
  .hubspot-download-form {
    margin: 0 auto;
    width: 50%;
  }
}
.hubspot-download-form.is--visible {
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
  display: block;
}

.cta-download-form.is--hidden {
  display: none;
}

.comp-faq-item .trigger .toggle-icon {
  transition: transform 0.3s;
}
.comp-faq-item .trigger .accordion-border {
  padding-bottom: 2px;
}
.comp-faq-item .trigger.is--active .toggle-icon {
  transform: scaleY(-1);
}
.comp-faq-item .content {
  display: none;
}
.comp-faq-item .content.is--active {
  display: block;
}

@media (min-width: 768px) {
  .comp-hero-teaser .text-container {
    flex: 1 0 50%;
    -webkit-clip-path: polygon(120px 0, 0 100%, 100% 100%, 100% 0);
            clip-path: polygon(120px 0, 0 100%, 100% 100%, 100% 0);
    margin-left: -50px;
  }
}
@media (min-width: 768px) {
  .comp-hero-teaser .image-container {
    flex: 1 0 50%;
    -webkit-clip-path: polygon(0 0, 0 100%, calc(100% - 120px) 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, calc(100% - 120px) 100%, 100% 0);
    margin-right: -50px;
  }
}
@media (min-width: 768px) {
  .comp-hero-teaser img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.comp-hero-video {
  max-height: 60vh;
  overflow: hidden;
}
.comp-hero-video .content-overlay {
  /* background-color: rgba(0, 0, 0, .4); */
  background-image: linear-gradient(to right, rgb(45, 82, 114), rgba(45, 82, 114, 0.8), rgba(45, 82, 114, 0.5));
  top: 0;
  bottom: 0;
}

/* stylelint-disable */
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-buttons-area #hs-eu-confirmation-button,
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-buttons-area #hs-eu-decline-button,
#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container button#hs-modal-accept-all,
#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container button#hs-modal-save-settings {
  border-radius: 0 !important;
  font-size: 0.8rem !important;
  padding: 1rem 3rem !important;
  height: auto !important;
  text-transform: uppercase !important;
  font-family: "Poppins", sans-serif !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  transition: transform 0.3s !important;
}
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-buttons-area #hs-eu-confirmation-button:hover,
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-buttons-area #hs-eu-decline-button:hover,
#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container button#hs-modal-accept-all:hover,
#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container button#hs-modal-save-settings:hover {
  transform: scale(1.02) !important;
}

#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-buttons-area #hs-eu-cookie-settings-button {
  margin-right: 1rem !important;
}

/* stylelint-enable */
@media (min-width: 1024px) {
  .comp-image-gallery .slide-overlay {
    position: absolute;
    max-width: 60%;
    bottom: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, calc(100% - 35px) 0);
            clip-path: polygon(0 0, 0 100%, 100% 100%, calc(100% - 35px) 0);
  }
}
.comp-image-gallery .splide__slide { /* stylelint-disable-line selector-class-pattern */ }
.comp-image-gallery .splide__slide .height-100 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comp-image-gallery .navigation.layout-standard {
  bottom: -15px;
  width: 100%;
}
@media (min-width: 1200px) {
  .comp-image-gallery .navigation.layout-standard {
    position: absolute;
    top: 50%;
    bottom: auto;
    width: calc(100% + 100px);
    transform: translateX(-50px) translateY(-50%);
  }
}
.comp-image-gallery .navigation.layout-inline {
  bottom: -15px;
  width: 100%;
}
@media (min-width: 1200px) {
  .comp-image-gallery .navigation.layout-inline {
    position: absolute;
    width: auto;
    bottom: 0;
    left: 0;
  }
}
.comp-image-gallery .zoom-icon {
  pointer-events: none;
  bottom: 0;
  right: 0;
}
.comp-image-gallery .pagination {
  position: absolute;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  flex-wrap: nowrap;
  margin-top: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
@media (min-width: 1200px) {
  .comp-image-gallery .pagination {
    bottom: auto;
  }
}
.comp-image-gallery .pagination li {
  display: inline-flex;
  padding-left: 0;
}
.comp-image-gallery .pagination li .page-bubble {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 1px solid #2D5272;
  border-radius: 50%;
  margin: 0 0.25rem;
  transition: background-color 0.3s;
}
.comp-image-gallery .pagination li .page-bubble.is-active {
  background-color: #2D5272;
}
@media (min-width: 1200px) {
  .comp-image-gallery.full-height {
    height: 100%;
    /* stylelint-disable */
    /* stylelint-enable */
  }
  .comp-image-gallery.full-height .splide-wrapper,
  .comp-image-gallery.full-height .splide__track,
  .comp-image-gallery.full-height .comp-image {
    height: 100%;
  }
  .comp-image-gallery.full-height img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.comp-images img {
  width: 100%;
  max-height: 85vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.comp-intro-header .headline i {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: italic;
}

.comp-life-cycle {
  position: relative;
}
.comp-life-cycle .desktop {
  display: none;
}
@media (min-width: 768px) {
  .comp-life-cycle .desktop {
    display: block;
  }
}
.comp-life-cycle .mobile {
  display: block;
}
@media (min-width: 768px) {
  .comp-life-cycle .mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .comp-life-cycle .button-wrapper {
    margin-bottom: 3rem !important;
    flex-direction: row !important;
    justify-content: space-around !important;
  }
  .comp-life-cycle .button-wrapper .button-yellow {
    margin: 0 16px 8px;
  }
}
.comp-life-cycle .button-wrapper button {
  margin-bottom: 8px;
  width: 100%;
  align-self: stretch;
}
.comp-life-cycle .button-wrapper button .comp-icon {
  display: none;
}
.comp-life-cycle .container-first {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 768px) {
  .comp-life-cycle .container-first {
    position: absolute;
    width: 50%;
    left: 0;
  }
}
.comp-life-cycle .container-first .text-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .comp-life-cycle .container-first .text-wrapper {
    max-width: 230px;
    margin-bottom: 2rem;
  }
  .comp-life-cycle .container-first .text-wrapper:first-child {
    margin-left: 40%;
  }
  .comp-life-cycle .container-first .text-wrapper:nth-child(2) {
    margin-left: 20%;
  }
  .comp-life-cycle .container-first .text-wrapper:nth-child(3) {
    margin-left: 7%;
  }
  .comp-life-cycle .container-first .text-wrapper:nth-child(4) {
    margin-left: 12%;
  }
  .comp-life-cycle .container-first .text-wrapper:nth-child(5) {
    margin-left: 25%;
  }
}
.comp-life-cycle .container-second {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 768px) {
  .comp-life-cycle .container-second {
    position: absolute;
    width: 50%;
    right: 0;
  }
}
.comp-life-cycle .container-second .text-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .comp-life-cycle .container-second .text-wrapper {
    max-width: 230px;
    margin-bottom: 2rem;
  }
  .comp-life-cycle .container-second .text-wrapper:first-child {
    margin-left: 54%;
  }
  .comp-life-cycle .container-second .text-wrapper:nth-child(3) {
    margin-left: 58%;
  }
  .comp-life-cycle .container-second .text-wrapper:nth-child(4) {
    margin-left: 53%;
  }
  .comp-life-cycle .container-second .text-wrapper:nth-child(7) {
    margin-left: 42%;
  }
}
.comp-life-cycle .image-wrapper {
  display: grid;
  width: 100%;
}
.comp-life-cycle .image-wrapper img {
  position: absolute;
  place-self: center;
  max-width: 80%;
  min-height: 560px;
  height: auto;
  opacity: 0.15;
  z-index: -1;
}
@media (min-width: 768px) {
  .comp-life-cycle .image-wrapper img {
    position: relative;
    max-width: 50%;
    opacity: 1;
  }
}
.comp-life-cycle .headline,
.comp-life-cycle p {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-bottom: 0.2rem !important;
}
.comp-life-cycle span {
  display: block;
}
.comp-life-cycle .tansparent {
  opacity: 0.25;
}
.comp-life-cycle .inactive {
  background-color: #9F9F9F;
  border: 1px solid #9F9F9F;
}

.comp-magazine-teaser .image {
  /* purgecss ignore */
}
.comp-magazine-teaser .image.is--square {
  aspect-ratio: 1/1;
}
.comp-magazine-teaser .image.is--square img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.comp-mobile-navigation {
  overflow-y: auto;
  height: 0;
  transform: translateY(-100%);
  transition: all 0.3s;
}
.comp-mobile-navigation.is--active {
  height: calc(100vh - 102px);
  transform: translateY(0);
}
.comp-mobile-navigation .toggler-container > .toggler-children,
.comp-mobile-navigation .toggler-container > div > .toggler-item > .toggler-icon-active,
.comp-mobile-navigation .toggler-container > .toggler-item > div > .toggler-icon-active {
  display: none;
}
.comp-mobile-navigation .toggler-container.is--active > div > .toggler-item > .toggler-icon-inactive,
.comp-mobile-navigation .toggler-container.is--active > .toggler-item > div > .toggler-icon-inactive {
  display: none;
}
.comp-mobile-navigation .toggler-container.is--active > .toggler-children,
.comp-mobile-navigation .toggler-container.is--active > div > .toggler-item > .toggler-icon-active,
.comp-mobile-navigation .toggler-container.is--active > .toggler-item > div > .toggler-icon-active {
  display: block;
}
.comp-mobile-navigation .navigation-footer {
  border-top: 1px solid #9F9F9F;
}

.comp-navigation-teaser .image-layer {
  background-color: rgba(45, 82, 114, 0.4);
}
.comp-navigation-teaser .colored-layer {
  -webkit-clip-path: polygon(0 calc(100% - 4px), calc(100% - 85px) calc(100% - 4px), calc(100% - 70px) 0, calc(100% - 47px) 0, calc(100% - 63px) 100%, 0 100%);
          clip-path: polygon(0 calc(100% - 4px), calc(100% - 85px) calc(100% - 4px), calc(100% - 70px) 0, calc(100% - 47px) 0, calc(100% - 63px) 100%, 0 100%);
}
.comp-navigation-teaser .colored-layer-background {
  -webkit-clip-path: polygon(0 calc(100% - 5px), calc(100% - 86px) calc(100% - 5px), calc(100% - 71px) 0, calc(100% - 46px) 0, calc(100% - 62px) 100%, 0 100%);
          clip-path: polygon(0 calc(100% - 5px), calc(100% - 86px) calc(100% - 5px), calc(100% - 71px) 0, calc(100% - 46px) 0, calc(100% - 62px) 100%, 0 100%);
}

@media (min-width: 768px) {
  .comp-newsletter-teaser .text-container {
    flex: 1 0 75%;
  }
}
@media (min-width: 768px) {
  .comp-newsletter-teaser .clip-text {
    -webkit-clip-path: polygon(120px 0, 0 100%, 100% 100%, 100% 0);
            clip-path: polygon(120px 0, 0 100%, 100% 100%, 100% 0);
    margin-left: -50px;
  }
}
@media (min-width: 768px) {
  .comp-newsletter-teaser .image-container {
    flex: 1 0 25%;
  }
}
@media (min-width: 768px) {
  .comp-newsletter-teaser img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .comp-newsletter-teaser .clip-image {
    -webkit-clip-path: polygon(0 0, 0 100%, calc(100% - 120px) 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, calc(100% - 120px) 100%, 100% 0);
    margin-right: -50px;
  }
}
.comp-newsletter-teaser .submit-form {
  max-width: 700px;
}
.comp-newsletter-teaser .message-output-success {
  opacity: 0;
}
.comp-newsletter-teaser .message-output-success.is--active {
  opacity: 1;
}
.comp-newsletter-teaser .message-output-error {
  opacity: 0;
}
.comp-newsletter-teaser .message-output-error.is--active {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .comp-price-table {
    grid-column: fullwidth-start/fullwidth-end;
  }
}
@media (max-width: 767.98px) {
  .comp-price-table a {
    display: none !important;
  }
}
.comp-price-table .table-hero {
  display: block;
  min-height: 200px;
  color: #FFF;
  background-color: #2D5272;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .comp-price-table .table-hero {
    color: #000;
    background-color: transparent;
    justify-content: start;
    text-align: left;
  }
  .comp-price-table .table-hero .headline {
    color: #2D5272;
  }
  .comp-price-table .table-hero .headline .highlight {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: italic;
  }
}
.comp-price-table .table-hero th {
  max-width: 90%;
  border-bottom: 0;
  background-color: #2D5272;
}
@media (min-width: 768px) {
  .comp-price-table .table-hero th {
    max-width: 60%;
    background-color: transparent;
  }
}
.comp-price-table th,
.comp-price-table td {
  padding: 16px;
  border-bottom: 1px solid #9F9F9F;
}
@media (min-width: 768px) {
  .comp-price-table th,
  .comp-price-table td {
    padding: 8px;
  }
}
@media (max-width: 767.98px) {
  .comp-price-table th,
  .comp-price-table td {
    background-color: #EAEEF1;
  }
}
.comp-price-table tr {
  grid-template-columns: repeat(4, 1fr);
  text-align: end;
}
@media (max-width: 767.98px) {
  .comp-price-table tr {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.comp-price-table tr th:not(:first-of-type),
.comp-price-table tr td:not(:first-of-type) {
  display: grid;
  place-content: center;
  text-align: center;
}
.comp-price-table p {
  line-height: 1.4;
}
.comp-price-table .table-legend {
  font-size: 0.875rem;
  border-bottom: 0;
}
@media (max-width: 767.98px) {
  .comp-price-table .table-legend {
    display: none !important;
  }
}
.comp-price-table .standard {
  background-color: #EAEEF1;
}
@media (max-width: 767.98px) {
  .comp-price-table .first-row {
    padding-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .comp-price-table .column-2,
  .comp-price-table .column-3,
  .comp-price-table .column-4,
  .comp-price-table .column-spacer {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .comp-price-table .nav-mobile {
    background: linear-gradient(to top, #EAEEF1 50%, #2D5272 50%);
  }
  .comp-price-table .nav-mobile th {
    border-bottom: 0;
  }
  .comp-price-table .nav-mobile button {
    background-color: #FFF;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .comp-price-table .nav-mobile {
    display: none !important;
  }
}
.comp-price-table button {
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.comp-price-table .active {
  color: #000;
}
.comp-price-table .hidden {
  display: none;
}

.comp-search-overlay {
  border-bottom: 1px solid #9F9F9F;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 11;
  transform: translateY(-100%);
  transition: transform 0.3s;
}
.comp-search-overlay.is--active {
  transform: translateY(0);
}

.comp-section-intro {
  margin: 0 auto;
  max-width: 900px;
}

@media (min-width: 768px) {
  .comp-teaser-card {
    display: grid;
    grid-template-rows: 350px auto auto;
  }
}
@media (min-width: 1024px) {
  .comp-teaser-card {
    grid-template-rows: 300px auto auto;
  }
}
.comp-teaser-card .image-area img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.comp-teaser-card.mode--orientation-left {
  grid-template-columns: 25% 35% 40%;
}
@media (min-width: 1024px) {
  .comp-teaser-card.mode--orientation-left {
    grid-template-columns: 45% 15% 40%;
  }
}
@media (min-width: 768px) {
  .comp-teaser-card.mode--orientation-left .image-area {
    -webkit-clip-path: polygon(0 0, 0 100%, 32% 100%, 42% 350px, 100% 350px, 100% 0);
            clip-path: polygon(0 0, 0 100%, 32% 100%, 42% 350px, 100% 350px, 100% 0);
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
@media (min-width: 1024px) {
  .comp-teaser-card.mode--orientation-left .image-area {
    -webkit-clip-path: polygon(0 0, 0 100%, 65% 100%, 75% 300px, 100% 300px, 100% 0);
            clip-path: polygon(0 0, 0 100%, 65% 100%, 75% 300px, 100% 300px, 100% 0);
  }
}
@media (min-width: 768px) {
  .comp-teaser-card.mode--orientation-left .text-area {
    grid-column: 2/4;
    grid-row: 2/4;
  }
}
.comp-teaser-card.mode--orientation-right {
  grid-template-columns: 40% 35% 25%;
}
@media (min-width: 1024px) {
  .comp-teaser-card.mode--orientation-right {
    grid-template-columns: 40% 15% 45%;
  }
}
@media (min-width: 768px) {
  .comp-teaser-card.mode--orientation-right .image-area {
    -webkit-clip-path: polygon(0 0, 0 350px, 58% 350px, 68% 100%, 100% 100%, 100% 0);
            clip-path: polygon(0 0, 0 350px, 58% 350px, 68% 100%, 100% 100%, 100% 0);
    grid-column: 2/4;
    grid-row: 1/3;
  }
}
@media (min-width: 1024px) {
  .comp-teaser-card.mode--orientation-right .image-area {
    -webkit-clip-path: polygon(0 0, 0 300px, 25% 300px, 35% 100%, 100% 100%, 100% 0);
            clip-path: polygon(0 0, 0 300px, 25% 300px, 35% 100%, 100% 100%, 100% 0);
  }
}
@media (min-width: 768px) {
  .comp-teaser-card.mode--orientation-right .text-area {
    grid-column: 1/3;
    grid-row: 2/4;
  }
}

.frame-type-text {
  /* purgecss ignore */
  /* purgecss ignore */
  /* purgecss ignore */
}
.frame-type-text h1 {
  margin-bottom: 1.5rem;
}
.frame-type-text h2 {
  margin-bottom: 1rem;
}
.frame-type-text h3 {
  margin-bottom: 0.75rem;
}

.comp-text-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.comp-text-image.small-image .text-container {
  flex: 1 0 90%;
}
.comp-text-image.small-image .pl-l-9 {
  padding-left: 2rem !important;
}
.comp-text-image .text-container {
  flex: 1 0 50%;
}

.comp-weglot-language-switch {
  height: 29px;
  transition: opacity 0.3s;
}
.comp-weglot-language-switch.loading {
  opacity: 0;
}
.comp-weglot-language-switch .wg-drop.country-selector a {
  height: auto;
}
.comp-weglot-language-switch .wg-drop.country-selector .wgcurrent {
  border: 0;
}
.comp-weglot-language-switch .wg-drop.country-selector .wgcurrent a {
  padding-left: 0;
}
.comp-weglot-language-switch .wg-drop.country-selector .wgcurrent::after {
  right: 18px;
  height: 22px;
}

.comp-youtube-video {
  position: relative;
}
.comp-youtube-video.no-user-control {
  pointer-events: none;
}
.comp-youtube-video .loader {
  display: none;
}
.comp-youtube-video .placeholder-image {
  display: none;
}
.comp-youtube-video .placeholder-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comp-youtube-video .video-container {
  display: block;
  width: 100%;
}
.comp-youtube-video .play-button svg {
  transition: transform 0.3s;
}
.comp-youtube-video .overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  cursor: pointer;
}
.comp-youtube-video .overlay:hover .play-button svg {
  transform: scale(1.3);
}
.comp-youtube-video.is--mounted .placeholder-image {
  display: block;
}
.comp-youtube-video.is--mounted .video-container {
  display: none;
}
.comp-youtube-video.is--loading .loader {
  display: block;
}
.comp-youtube-video.is--loading .play-button {
  display: none;
}
.comp-youtube-video.is--playing .loader {
  display: none;
}
.comp-youtube-video.is--playing .play-button {
  display: none;
}
.comp-youtube-video.is--playing .overlay {
  opacity: 0;
  pointer-events: none;
}

.comp-footer {
  border-top: 1px solid #EEF1F3;
}
.comp-footer .finisher {
  border-top: 1px solid #EEF1F3;
}
.comp-footer .page-sole {
  background-image: linear-gradient(to right, #EAC03D, #D34140, #4791C5);
}

form input .form-input {
  padding: 1rem;
  border: 1px solid #FFF;
}
form input .form-input.boxed {
  border: 1px solid #9F9F9F;
}

.comp-header {
  position: relative;
  z-index: 8;
}
.comp-header.is--sticky .header-inner {
  position: fixed;
  top: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .comp-header.is--sticky .header-inner {
    transform: translateY(-70px);
  }
}
.comp-header .page-sleeve {
  background-image: linear-gradient(to right, #EAC03D, #D34140, #4791C5);
  z-index: 12;
}
.comp-header .meta-bar {
  transition: transform 0.3s;
  z-index: 9;
}
@media (min-width: 1024px) {
  .comp-header .meta-bar {
    height: 60px;
  }
}
.comp-header .mobile-search-bar {
  border-bottom: 1px solid #9F9F9F;
  z-index: 10;
}
.comp-header .content-area {
  border-bottom: 1px solid #9F9F9F;
  z-index: 8;
}
.comp-header .logo img {
  width: 280px;
}
.comp-header .level-1-link {
  border-bottom: 4px solid transparent;
  margin-bottom: -1px;
  padding-bottom: calc(2rem - 4px);
  transition: border-color 0.3s;
}
.comp-header .level-1-link:hover {
  border-color: #9F9F9F;
}
.comp-header .slideout {
  border-bottom: 1px solid #9F9F9F;
  left: 0;
  padding-top: 135px;
  position: absolute;
  top: 0;
  transform: translateY(calc(-100% + 130px));
  transition: transform 0.3s;
  width: 100%;
}
.comp-header .slideout.is--active {
  transform: translateY(0);
}
.comp-header .navigation-toggler .icon-active {
  display: none;
}
.comp-header .navigation-toggler.is--active .icon-inactive {
  display: none;
}
.comp-header .navigation-toggler.is--active .icon-active {
  display: flex;
}

.product-detail .hero-image img {
  max-height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.product-detail .intro-text h3 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: italic;
  color: #2D5272;
}
.product-detail .specifications-list {
  border-top: 1px solid #000;
}
.product-detail .specifications-list .list-item {
  border-bottom: 1px solid #000;
}

.hyphens-auto:not(:lang(fr-FR)):not(:lang(it-IT)):not(:lang(pt-BR)) {
  -webkit-hyphens: auto;
          hyphens: auto;
}

@media (max-width: 767.98px) {
  .hyphens-auto-mobile {
    -webkit-hyphens: auto;
            hyphens: auto;
    word-break: break-word;
  }
}

.no-wrap {
  white-space: nowrap;
}

.cover-absolute {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hover-zoom {
  transition: transform 0.3s;
}
.hover-zoom:hover {
  transform: scale(1.02);
}

.hover-zoom-image img {
  transition: transform 0.3s;
}
.hover-zoom-image:hover img {
  transform: scale(1.03);
}

.cursor-pointer {
  cursor: pointer;
}

.height-100 {
  height: 100%;
}

.width-100 {
  width: 100%;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-bold {
  font-weight: 600;
}

.paragraph-spacing p:not(:last-child) {
  margin-bottom: 1rem;
}

.child-spacing *:not(:last-child) {
  margin-bottom: 1rem;
}

/* purgecss ignore */
.color-rz-red {
  color: #D34140;
}

/* purgecss ignore */
.color-rz-blue {
  color: #4791C5;
}

/* purgecss ignore */
.color-rz-mediumBlue {
  color: #2D5272;
}

/* purgecss ignore */
.color-rz-mediumBlue-10 {
  color: #EAEEF1;
}

/* purgecss ignore */
.color-rz-yellow {
  color: #EAC03D;
}

/* purgecss ignore */
.color-rz-orange {
  color: #DD7648;
}

/* purgecss ignore */
.color-rz-gray {
  color: #4A4A49;
}

/* purgecss ignore */
.color-rz-lightGray {
  color: #9F9F9F;
}

/* purgecss ignore */
.color-rz-lightestGray {
  color: #EEF1F3;
}

/* purgecss ignore */
.color-rz-white {
  color: #FFF;
}

/* purgecss ignore */
.color-rz-black {
  color: #000;
}

/* purgecss ignore */
.color-rz-transparent {
  color: transparent;
}

/* purgecss ignore */
.fill-rz-red {
  fill: #D34140;
}

/* purgecss ignore */
.fill-rz-blue {
  fill: #4791C5;
}

/* purgecss ignore */
.fill-rz-mediumBlue {
  fill: #2D5272;
}

/* purgecss ignore */
.fill-rz-mediumBlue-10 {
  fill: #EAEEF1;
}

/* purgecss ignore */
.fill-rz-yellow {
  fill: #EAC03D;
}

/* purgecss ignore */
.fill-rz-orange {
  fill: #DD7648;
}

/* purgecss ignore */
.fill-rz-gray {
  fill: #4A4A49;
}

/* purgecss ignore */
.fill-rz-lightGray {
  fill: #9F9F9F;
}

/* purgecss ignore */
.fill-rz-lightestGray {
  fill: #EEF1F3;
}

/* purgecss ignore */
.fill-rz-white {
  fill: #FFF;
}

/* purgecss ignore */
.fill-rz-black {
  fill: #000;
}

/* purgecss ignore */
.fill-rz-transparent {
  fill: transparent;
}

/* purgecss ignore */
.border-color-rz-red {
  border-color: #D34140;
}

/* purgecss ignore */
.border-color-rz-blue {
  border-color: #4791C5;
}

/* purgecss ignore */
.border-color-rz-mediumBlue {
  border-color: #2D5272;
}

/* purgecss ignore */
.border-color-rz-mediumBlue-10 {
  border-color: #EAEEF1;
}

/* purgecss ignore */
.border-color-rz-yellow {
  border-color: #EAC03D;
}

/* purgecss ignore */
.border-color-rz-orange {
  border-color: #DD7648;
}

/* purgecss ignore */
.border-color-rz-gray {
  border-color: #4A4A49;
}

/* purgecss ignore */
.border-color-rz-lightGray {
  border-color: #9F9F9F;
}

/* purgecss ignore */
.border-color-rz-lightestGray {
  border-color: #EEF1F3;
}

/* purgecss ignore */
.border-color-rz-white {
  border-color: #FFF;
}

/* purgecss ignore */
.border-color-rz-black {
  border-color: #000;
}

/* purgecss ignore */
.border-color-rz-transparent {
  border-color: transparent;
}

/* purgecss ignore */
.fill-current-color {
  fill: currentColor;
}

.hover-color-rz-red {
  transition: color 0.3s;
}
.hover-color-rz-red:hover {
  color: #D34140 !important;
}

.hover-color-rz-blue {
  transition: color 0.3s;
}
.hover-color-rz-blue:hover {
  color: #4791C5 !important;
}

.hover-color-rz-mediumBlue {
  transition: color 0.3s;
}
.hover-color-rz-mediumBlue:hover {
  color: #2D5272 !important;
}

.hover-color-rz-mediumBlue-10 {
  transition: color 0.3s;
}
.hover-color-rz-mediumBlue-10:hover {
  color: #EAEEF1 !important;
}

.hover-color-rz-yellow {
  transition: color 0.3s;
}
.hover-color-rz-yellow:hover {
  color: #EAC03D !important;
}

.hover-color-rz-orange {
  transition: color 0.3s;
}
.hover-color-rz-orange:hover {
  color: #DD7648 !important;
}

.hover-color-rz-gray {
  transition: color 0.3s;
}
.hover-color-rz-gray:hover {
  color: #4A4A49 !important;
}

.hover-color-rz-lightGray {
  transition: color 0.3s;
}
.hover-color-rz-lightGray:hover {
  color: #9F9F9F !important;
}

.hover-color-rz-lightestGray {
  transition: color 0.3s;
}
.hover-color-rz-lightestGray:hover {
  color: #EEF1F3 !important;
}

.hover-color-rz-white {
  transition: color 0.3s;
}
.hover-color-rz-white:hover {
  color: #FFF !important;
}

.hover-color-rz-black {
  transition: color 0.3s;
}
.hover-color-rz-black:hover {
  color: #000 !important;
}

.hover-color-rz-transparent {
  transition: color 0.3s;
}
.hover-color-rz-transparent:hover {
  color: transparent !important;
}

/* purgecss ignore */
.hover-bg-rz-red:hover {
  background-color: rgba(211, 65, 64, 0.6) !important;
}

/* purgecss ignore */
.hover-bg-rz-blue:hover {
  background-color: rgba(71, 145, 197, 0.6) !important;
}

/* purgecss ignore */
.hover-bg-rz-mediumBlue:hover {
  background-color: rgba(45, 82, 114, 0.6) !important;
}

/* purgecss ignore */
.hover-bg-rz-mediumBlue-10:hover {
  background-color: rgba(234, 238, 241, 0.6) !important;
}

/* purgecss ignore */
.hover-bg-rz-yellow:hover {
  background-color: rgba(234, 192, 61, 0.6) !important;
}

/* purgecss ignore */
.hover-bg-rz-orange:hover {
  background-color: rgba(221, 118, 72, 0.6) !important;
}

/* purgecss ignore */
.hover-bg-rz-gray:hover {
  background-color: rgba(74, 74, 73, 0.6) !important;
}

/* purgecss ignore */
.hover-bg-rz-lightGray:hover {
  background-color: rgba(159, 159, 159, 0.6) !important;
}

/* purgecss ignore */
.hover-bg-rz-lightestGray:hover {
  background-color: rgba(238, 241, 243, 0.6) !important;
}

/* purgecss ignore */
.hover-bg-rz-white:hover {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

/* purgecss ignore */
.hover-bg-rz-black:hover {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* purgecss ignore */
.hover-bg-rz-transparent:hover {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.color-inherit {
  color: inherit;
}

.text-underline {
  text-decoration: underline;
}

.container-maxwidth {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

/* purgecss ignore */
.bg-rz-red {
  background-color: #D34140;
}

/* purgecss ignore */
.bg-rz-blue {
  background-color: #4791C5;
}

/* purgecss ignore */
.bg-rz-mediumBlue {
  background-color: #2D5272;
}

/* purgecss ignore */
.bg-rz-mediumBlue-10 {
  background-color: #EAEEF1;
}

/* purgecss ignore */
.bg-rz-yellow {
  background-color: #EAC03D;
}

/* purgecss ignore */
.bg-rz-orange {
  background-color: #DD7648;
}

/* purgecss ignore */
.bg-rz-gray {
  background-color: #4A4A49;
}

/* purgecss ignore */
.bg-rz-lightGray {
  background-color: #9F9F9F;
}

/* purgecss ignore */
.bg-rz-lightestGray {
  background-color: #EEF1F3;
}

/* purgecss ignore */
.bg-rz-white {
  background-color: #FFF;
}

/* purgecss ignore */
.bg-rz-black {
  background-color: #000;
}

/* purgecss ignore */
.bg-rz-transparent {
  background-color: transparent;
}

.font-default {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.font-highlight {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: italic;
}

.size-6 {
  font-size: 0.6rem;
}

.size-8 {
  font-size: 0.8rem;
}

.size-10 {
  font-size: 1rem;
}

.size-12 {
  font-size: 1.2rem;
}

.size-14 {
  font-size: 1.4rem;
}

.size-16 {
  font-size: 1.6rem;
}

.size-18 {
  font-size: 1.8rem;
}

.size-20 {
  font-size: 2rem;
}

.size-22 {
  font-size: 2.2rem;
}

.size-24 {
  font-size: 2.4rem;
}

.size-26 {
  font-size: 2.6rem;
}

.size-28 {
  font-size: 2.8rem;
}

.size-30 {
  font-size: 3rem;
}

.size-32 {
  font-size: 3.2rem;
}

.size-34 {
  font-size: 3.4rem;
}

.size-36 {
  font-size: 3.6rem;
}

.size-38 {
  font-size: 3.8rem;
}

.size-40 {
  font-size: 4rem;
}

@media (max-width: 767.98px) {
  .size-mobile-6 {
    font-size: 0.6rem;
  }
}

@media (max-width: 767.98px) {
  .size-mobile-8 {
    font-size: 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .size-mobile-10 {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .size-mobile-12 {
    font-size: 1.2rem;
  }
}

@media (max-width: 767.98px) {
  .size-mobile-14 {
    font-size: 1.4rem;
  }
}

@media (max-width: 767.98px) {
  .size-mobile-16 {
    font-size: 1.6rem;
  }
}

@media (max-width: 767.98px) {
  .size-mobile-18 {
    font-size: 1.8rem;
  }
}

@media (max-width: 767.98px) {
  .size-mobile-20 {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .size-mobile-22 {
    font-size: 2.2rem;
  }
}

@media (max-width: 767.98px) {
  .size-mobile-24 {
    font-size: 2.4rem;
  }
}

@media (max-width: 767.98px) {
  .size-mobile-26 {
    font-size: 2.6rem;
  }
}

@media (max-width: 767.98px) {
  .size-mobile-28 {
    font-size: 2.8rem;
  }
}

@media (max-width: 767.98px) {
  .size-mobile-30 {
    font-size: 3rem;
  }
}

@media (max-width: 767.98px) {
  .size-mobile-32 {
    font-size: 3.2rem;
  }
}

@media (max-width: 767.98px) {
  .size-mobile-34 {
    font-size: 3.4rem;
  }
}

@media (max-width: 767.98px) {
  .size-mobile-36 {
    font-size: 3.6rem;
  }
}

@media (max-width: 767.98px) {
  .size-mobile-38 {
    font-size: 3.8rem;
  }
}

@media (max-width: 767.98px) {
  .size-mobile-40 {
    font-size: 4rem;
  }
}

.line-height-6 {
  line-height: 0.6;
}

.line-height-7 {
  line-height: 0.7;
}

.line-height-8 {
  line-height: 0.8;
}

.line-height-9 {
  line-height: 0.9;
}

.line-height-10 {
  line-height: 1;
}

.line-height-11 {
  line-height: 1.1;
}

.line-height-12 {
  line-height: 1.2;
}

.line-height-13 {
  line-height: 1.3;
}

.line-height-14 {
  line-height: 1.4;
}

.line-height-15 {
  line-height: 1.5;
}

.line-height-16 {
  line-height: 1.6;
}

.line-height-17 {
  line-height: 1.7;
}

.line-height-18 {
  line-height: 1.8;
}

.line-height-19 {
  line-height: 1.9;
}

.line-height-20 {
  line-height: 2;
}

.line-height-21 {
  line-height: 2.1;
}

.line-height-22 {
  line-height: 2.2;
}

.line-height-23 {
  line-height: 2.3;
}

.line-height-24 {
  line-height: 2.4;
}

/*# sourceMappingURL=Main.min.css.map*/