@charset "UTF-8";
@import "https://fast.fonts.net/lt/1.css?apiType=css&c=61a82198-d6b1-48a2-8be8-05c86fc6aaed&fontids=5664085,5664093,5664152";

/* src/styles.scss */
/*!
  CXBASE VARIABLES
  This is NOT a theme.

  This file should include ONLY new variables that Bootstrap does not provide.
  For example, Bootstrap does not have a variable for semi font weight.

  Same case for directionality.

  Also be aware of items that should be configurable.
  The Sparta buttons use uppercase type but future themes may want normal case
  so a variable was created to make this available for other themes.

*/
@font-face {
  font-family: "Helvetica";
  src: url(https://st0webshop0c4.blob.core.windows.net/cdncontent/Fonts/5664085/cb0d1e8a-e111-4dbf-82c2-e948aba954c0.eot?#iefix);
  src:
    url(https://st0webshop0c4.blob.core.windows.net/cdncontent/Fonts/5664085/cb0d1e8a-e111-4dbf-82c2-e948aba954c0.eot?#iefix) format("eot"),
    url(https://st0webshop0c4.blob.core.windows.net/cdncontent/Fonts/5664085/f9c5199e-a996-4c08-9042-1eb845bb7495.woff2) format("woff2"),
    url(https://st0webshop0c4.blob.core.windows.net/cdncontent/Fonts/5664085/2a34f1f8-d701-4949-b12d-133c1c2636eb.woff) format("woff"),
    url(https://st0webshop0c4.blob.core.windows.net/cdncontent/Fonts/5664085/fdf10d5e-4ce0-45e5-a6c1-5eaff6cb1c11.ttf) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Helvetica";
  src: url(https://st0webshop0c4.blob.core.windows.net/cdncontent/Fonts/5664093/522972a6-5867-47ae-82fc-a7cf9bd5d4d4.eot?#iefix);
  src:
    url(https://st0webshop0c4.blob.core.windows.net/cdncontent/Fonts/5664093/522972a6-5867-47ae-82fc-a7cf9bd5d4d4.eot?#iefix) format("eot"),
    url(https://st0webshop0c4.blob.core.windows.net/cdncontent/Fonts/5664093/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2) format("woff2"),
    url(https://st0webshop0c4.blob.core.windows.net/cdncontent/Fonts/5664093/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff) format("woff"),
    url(https://st0webshop0c4.blob.core.windows.net/cdncontent/Fonts/5664093/8f4a1705-214a-4dd0-80b8-72252c37e688.ttf) format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url(https://st0webshop0c4.blob.core.windows.net/cdncontent/Fonts/5664152/46b8084a-77ee-4bc4-bd1c-77c253c9cfcd.eot?#iefix);
  src:
    url(https://st0webshop0c4.blob.core.windows.net/cdncontent/Fonts/5664152/46b8084a-77ee-4bc4-bd1c-77c253c9cfcd.eot?#iefix) format("eot"),
    url(https://st0webshop0c4.blob.core.windows.net/cdncontent/Fonts/5664152/e404b72a-b373-4060-a09e-e0748a928878.woff2) format("woff2"),
    url(https://st0webshop0c4.blob.core.windows.net/cdncontent/Fonts/5664152/80cfd47d-62a8-44b7-b74d-a58f000673a9.woff) format("woff"),
    url(https://st0webshop0c4.blob.core.windows.net/cdncontent/Fonts/5664152/0005e74e-0a5a-4ec5-a99c-ec5b1b88774a.ttf) format("truetype");
  font-weight: bold;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family:
    "Helvetica",
    Arial,
    "Noto Sans",
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.38;
  color: #1a1a1a;
  text-align: left;
  background-color: #ffffff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 8px;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: inherit;
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  color: #bf111b;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #999999;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 8px;
  font-weight: 300;
  line-height: 1.33;
}
h1,
.h1 {
  font-size: 2.75rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.5rem;
}
h4,
.h4 {
  font-size: 1rem;
}
h5,
.h5 {
  font-size: 0.875rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.125rem;
  font-weight: 400;
}
.display-1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
}
.display-2 {
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 1;
}
.display-3 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}
.display-4 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}
hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 0.75rem;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 16px;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 0.75rem;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.container,
.ErrorPageTemplate .MiddleContent,
.container-fluid,
.container-xs {
  width: 100%;
  padding-right: 11px;
  padding-left: 11px;
  margin-right: auto;
  margin-left: auto;
}
.container,
.ErrorPageTemplate .MiddleContent {
  max-width: 1440px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -11px;
  margin-left: -11px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 11px;
  padding-left: 11px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.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%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1500px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .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%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-background {
  background-color: #ffffff !important;
}
a.bg-background:hover,
a.bg-background:focus,
button.bg-background:hover,
button.bg-background:focus {
  background-color: #e6e6e6 !important;
}
.bg-text {
  background-color: #1a1a1a !important;
}
a.bg-text:hover,
a.bg-text:focus,
button.bg-text:hover,
button.bg-text:focus {
  background-color: #010101 !important;
}
.bg-inverse {
  background-color: #ffffff !important;
}
a.bg-inverse:hover,
a.bg-inverse:focus,
button.bg-inverse:hover,
button.bg-inverse:focus {
  background-color: #e6e6e6 !important;
}
.bg-transparent {
  background-color: transparent !important;
}
a.bg-transparent:hover,
a.bg-transparent:focus,
button.bg-transparent:hover,
button.bg-transparent:focus {
  background-color: rgba(0, 0, 0, 0) !important;
}
.bg-primary {
  background-color: #1a2740 !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0b111c !important;
}
.bg-secondary {
  background-color: #bf111b !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #900d14 !important;
}
.bg-success {
  background-color: #8ccc64 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #70be3f !important;
}
.bg-info {
  background-color: #0083f4 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0068c1 !important;
}
.bg-warning {
  background-color: #e5a100 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #b27d00 !important;
}
.bg-danger {
  background-color: #bf111b !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #900d14 !important;
}
.bg-light {
  background-color: #f7f7f7 !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dedede !important;
}
.bg-dark {
  background-color: #1a1a1a !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #010101 !important;
}
.bg-text-muted {
  background-color: #999999 !important;
}
a.bg-text-muted:hover,
a.bg-text-muted:focus,
button.bg-text-muted:hover,
button.bg-text-muted:focus {
  background-color: gray !important;
}
.bg-pageBG {
  background-color: #f8f7f8 !important;
}
a.bg-pageBG:hover,
a.bg-pageBG:focus,
button.bg-pageBG:hover,
button.bg-pageBG:focus {
  background-color: #e0dce0 !important;
}
.bg-blockBG {
  background-color: #ffffff !important;
}
a.bg-blockBG:hover,
a.bg-blockBG:focus,
button.bg-blockBG:hover,
button.bg-blockBG:focus {
  background-color: #e6e6e6 !important;
}
.bg-text-table {
  background-color: #1a1a1a !important;
}
a.bg-text-table:hover,
a.bg-text-table:focus,
button.bg-text-table:hover,
button.bg-text-table:focus {
  background-color: #010101 !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-background {
  border-color: #ffffff !important;
}
.border-text {
  border-color: #1a1a1a !important;
}
.border-inverse {
  border-color: #ffffff !important;
}
.border-transparent {
  border-color: transparent !important;
}
.border-primary {
  border-color: #1a2740 !important;
}
.border-secondary {
  border-color: #bf111b !important;
}
.border-success {
  border-color: #8ccc64 !important;
}
.border-info {
  border-color: #0083f4 !important;
}
.border-warning {
  border-color: #e5a100 !important;
}
.border-danger {
  border-color: #bf111b !important;
}
.border-light {
  border-color: #f7f7f7 !important;
}
.border-dark {
  border-color: #1a1a1a !important;
}
.border-text-muted {
  border-color: #999999 !important;
}
.border-pageBG {
  border-color: #f8f7f8 !important;
}
.border-blockBG {
  border-color: #ffffff !important;
}
.border-text-table {
  border-color: #1a1a1a !important;
}
.border-white {
  border-color: #ffffff !important;
}
.rounded-sm {
  border-radius: 0 !important;
}
.rounded {
  border-radius: 0 !important;
}
.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-lg {
  border-radius: 0 !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1500px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.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-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !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;
}
.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;
}
.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;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1500px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1500px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 8px !important;
}
.mt-1,
.my-1 {
  margin-top: 8px !important;
}
.mr-1,
.mx-1 {
  margin-right: 8px !important;
}
.mb-1,
.my-1 {
  margin-bottom: 8px !important;
}
.ml-1,
.mx-1 {
  margin-left: 8px !important;
}
.m-2 {
  margin: 16px !important;
}
.mt-2,
.my-2 {
  margin-top: 16px !important;
}
.mr-2,
.mx-2 {
  margin-right: 16px !important;
}
.mb-2,
.my-2 {
  margin-bottom: 16px !important;
}
.ml-2,
.mx-2 {
  margin-left: 16px !important;
}
.m-3 {
  margin: 24px !important;
}
.mt-3,
.my-3 {
  margin-top: 24px !important;
}
.mr-3,
.mx-3 {
  margin-right: 24px !important;
}
.mb-3,
.my-3 {
  margin-bottom: 24px !important;
}
.ml-3,
.mx-3 {
  margin-left: 24px !important;
}
.m-4 {
  margin: 32px !important;
}
.mt-4,
.my-4 {
  margin-top: 32px !important;
}
.mr-4,
.mx-4 {
  margin-right: 32px !important;
}
.mb-4,
.my-4 {
  margin-bottom: 32px !important;
}
.ml-4,
.mx-4 {
  margin-left: 32px !important;
}
.m-5 {
  margin: 48px !important;
}
.mt-5,
.my-5 {
  margin-top: 48px !important;
}
.mr-5,
.mx-5 {
  margin-right: 48px !important;
}
.mb-5,
.my-5 {
  margin-bottom: 48px !important;
}
.ml-5,
.mx-5 {
  margin-left: 48px !important;
}
.m-6 {
  margin: 64px !important;
}
.mt-6,
.my-6 {
  margin-top: 64px !important;
}
.mr-6,
.mx-6 {
  margin-right: 64px !important;
}
.mb-6,
.my-6 {
  margin-bottom: 64px !important;
}
.ml-6,
.mx-6 {
  margin-left: 64px !important;
}
.m-7 {
  margin: 80px !important;
}
.mt-7,
.my-7 {
  margin-top: 80px !important;
}
.mr-7,
.mx-7 {
  margin-right: 80px !important;
}
.mb-7,
.my-7 {
  margin-bottom: 80px !important;
}
.ml-7,
.mx-7 {
  margin-left: 80px !important;
}
.m-xxs {
  margin: 4px !important;
}
.mt-xxs,
.my-xxs {
  margin-top: 4px !important;
}
.mr-xxs,
.mx-xxs {
  margin-right: 4px !important;
}
.mb-xxs,
.my-xxs {
  margin-bottom: 4px !important;
}
.ml-xxs,
.mx-xxs {
  margin-left: 4px !important;
}
.m-xs {
  margin: 8px !important;
}
.mt-xs,
.my-xs {
  margin-top: 8px !important;
}
.mr-xs,
.mx-xs {
  margin-right: 8px !important;
}
.mb-xs,
.my-xs {
  margin-bottom: 8px !important;
}
.ml-xs,
.mx-xs {
  margin-left: 8px !important;
}
.m-s {
  margin: 12px !important;
}
.mt-s,
.my-s {
  margin-top: 12px !important;
}
.mr-s,
.mx-s {
  margin-right: 12px !important;
}
.mb-s,
.my-s {
  margin-bottom: 12px !important;
}
.ml-s,
.mx-s {
  margin-left: 12px !important;
}
.m-m {
  margin: 16px !important;
}
.mt-m,
.my-m {
  margin-top: 16px !important;
}
.mr-m,
.mx-m {
  margin-right: 16px !important;
}
.mb-m,
.my-m {
  margin-bottom: 16px !important;
}
.ml-m,
.mx-m {
  margin-left: 16px !important;
}
.m-l {
  margin: 20px !important;
}
.mt-l,
.my-l {
  margin-top: 20px !important;
}
.mr-l,
.mx-l {
  margin-right: 20px !important;
}
.mb-l,
.my-l {
  margin-bottom: 20px !important;
}
.ml-l,
.mx-l {
  margin-left: 20px !important;
}
.m-xl {
  margin: 24px !important;
}
.mt-xl,
.my-xl {
  margin-top: 24px !important;
}
.mr-xl,
.mx-xl {
  margin-right: 24px !important;
}
.mb-xl,
.my-xl {
  margin-bottom: 24px !important;
}
.ml-xl,
.mx-xl {
  margin-left: 24px !important;
}
.m-xxl {
  margin: 28px !important;
}
.mt-xxl,
.my-xxl {
  margin-top: 28px !important;
}
.mr-xxl,
.mx-xxl {
  margin-right: 28px !important;
}
.mb-xxl,
.my-xxl {
  margin-bottom: 28px !important;
}
.ml-xxl,
.mx-xxl {
  margin-left: 28px !important;
}
.m-xxl2 {
  margin: 32px !important;
}
.mt-xxl2,
.my-xxl2 {
  margin-top: 32px !important;
}
.mr-xxl2,
.mx-xxl2 {
  margin-right: 32px !important;
}
.mb-xxl2,
.my-xxl2 {
  margin-bottom: 32px !important;
}
.ml-xxl2,
.mx-xxl2 {
  margin-left: 32px !important;
}
.m-xxl3 {
  margin: 36px !important;
}
.mt-xxl3,
.my-xxl3 {
  margin-top: 36px !important;
}
.mr-xxl3,
.mx-xxl3 {
  margin-right: 36px !important;
}
.mb-xxl3,
.my-xxl3 {
  margin-bottom: 36px !important;
}
.ml-xxl3,
.mx-xxl3 {
  margin-left: 36px !important;
}
.m-xxl4 {
  margin: 40px !important;
}
.mt-xxl4,
.my-xxl4 {
  margin-top: 40px !important;
}
.mr-xxl4,
.mx-xxl4 {
  margin-right: 40px !important;
}
.mb-xxl4,
.my-xxl4 {
  margin-bottom: 40px !important;
}
.ml-xxl4,
.mx-xxl4 {
  margin-left: 40px !important;
}
.m-xxl5 {
  margin: 44px !important;
}
.mt-xxl5,
.my-xxl5 {
  margin-top: 44px !important;
}
.mr-xxl5,
.mx-xxl5 {
  margin-right: 44px !important;
}
.mb-xxl5,
.my-xxl5 {
  margin-bottom: 44px !important;
}
.ml-xxl5,
.mx-xxl5 {
  margin-left: 44px !important;
}
.m-xxl6 {
  margin: 48px !important;
}
.mt-xxl6,
.my-xxl6 {
  margin-top: 48px !important;
}
.mr-xxl6,
.mx-xxl6 {
  margin-right: 48px !important;
}
.mb-xxl6,
.my-xxl6 {
  margin-bottom: 48px !important;
}
.ml-xxl6,
.mx-xxl6 {
  margin-left: 48px !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 8px !important;
}
.pt-1,
.py-1 {
  padding-top: 8px !important;
}
.pr-1,
.px-1 {
  padding-right: 8px !important;
}
.pb-1,
.py-1 {
  padding-bottom: 8px !important;
}
.pl-1,
.px-1 {
  padding-left: 8px !important;
}
.p-2 {
  padding: 16px !important;
}
.pt-2,
.py-2 {
  padding-top: 16px !important;
}
.pr-2,
.px-2 {
  padding-right: 16px !important;
}
.pb-2,
.py-2 {
  padding-bottom: 16px !important;
}
.pl-2,
.px-2 {
  padding-left: 16px !important;
}
.p-3 {
  padding: 24px !important;
}
.pt-3,
.py-3 {
  padding-top: 24px !important;
}
.pr-3,
.px-3 {
  padding-right: 24px !important;
}
.pb-3,
.py-3 {
  padding-bottom: 24px !important;
}
.pl-3,
.px-3 {
  padding-left: 24px !important;
}
.p-4 {
  padding: 32px !important;
}
.pt-4,
.py-4 {
  padding-top: 32px !important;
}
.pr-4,
.px-4 {
  padding-right: 32px !important;
}
.pb-4,
.py-4 {
  padding-bottom: 32px !important;
}
.pl-4,
.px-4 {
  padding-left: 32px !important;
}
.p-5 {
  padding: 48px !important;
}
.pt-5,
.py-5 {
  padding-top: 48px !important;
}
.pr-5,
.px-5 {
  padding-right: 48px !important;
}
.pb-5,
.py-5 {
  padding-bottom: 48px !important;
}
.pl-5,
.px-5 {
  padding-left: 48px !important;
}
.p-6 {
  padding: 64px !important;
}
.pt-6,
.py-6 {
  padding-top: 64px !important;
}
.pr-6,
.px-6 {
  padding-right: 64px !important;
}
.pb-6,
.py-6 {
  padding-bottom: 64px !important;
}
.pl-6,
.px-6 {
  padding-left: 64px !important;
}
.p-7 {
  padding: 80px !important;
}
.pt-7,
.py-7 {
  padding-top: 80px !important;
}
.pr-7,
.px-7 {
  padding-right: 80px !important;
}
.pb-7,
.py-7 {
  padding-bottom: 80px !important;
}
.pl-7,
.px-7 {
  padding-left: 80px !important;
}
.p-xxs {
  padding: 4px !important;
}
.pt-xxs,
.py-xxs {
  padding-top: 4px !important;
}
.pr-xxs,
.px-xxs {
  padding-right: 4px !important;
}
.pb-xxs,
.py-xxs {
  padding-bottom: 4px !important;
}
.pl-xxs,
.px-xxs {
  padding-left: 4px !important;
}
.p-xs {
  padding: 8px !important;
}
.pt-xs,
.py-xs {
  padding-top: 8px !important;
}
.pr-xs,
.px-xs {
  padding-right: 8px !important;
}
.pb-xs,
.py-xs {
  padding-bottom: 8px !important;
}
.pl-xs,
.px-xs {
  padding-left: 8px !important;
}
.p-s {
  padding: 12px !important;
}
.pt-s,
.py-s {
  padding-top: 12px !important;
}
.pr-s,
.px-s {
  padding-right: 12px !important;
}
.pb-s,
.py-s {
  padding-bottom: 12px !important;
}
.pl-s,
.px-s {
  padding-left: 12px !important;
}
.p-m {
  padding: 16px !important;
}
.pt-m,
.py-m {
  padding-top: 16px !important;
}
.pr-m,
.px-m {
  padding-right: 16px !important;
}
.pb-m,
.py-m {
  padding-bottom: 16px !important;
}
.pl-m,
.px-m {
  padding-left: 16px !important;
}
.p-l {
  padding: 20px !important;
}
.pt-l,
.py-l {
  padding-top: 20px !important;
}
.pr-l,
.px-l {
  padding-right: 20px !important;
}
.pb-l,
.py-l {
  padding-bottom: 20px !important;
}
.pl-l,
.px-l {
  padding-left: 20px !important;
}
.p-xl {
  padding: 24px !important;
}
.pt-xl,
.py-xl {
  padding-top: 24px !important;
}
.pr-xl,
.px-xl {
  padding-right: 24px !important;
}
.pb-xl,
.py-xl {
  padding-bottom: 24px !important;
}
.pl-xl,
.px-xl {
  padding-left: 24px !important;
}
.p-xxl {
  padding: 28px !important;
}
.pt-xxl,
.py-xxl {
  padding-top: 28px !important;
}
.pr-xxl,
.px-xxl {
  padding-right: 28px !important;
}
.pb-xxl,
.py-xxl {
  padding-bottom: 28px !important;
}
.pl-xxl,
.px-xxl {
  padding-left: 28px !important;
}
.p-xxl2 {
  padding: 32px !important;
}
.pt-xxl2,
.py-xxl2 {
  padding-top: 32px !important;
}
.pr-xxl2,
.px-xxl2 {
  padding-right: 32px !important;
}
.pb-xxl2,
.py-xxl2 {
  padding-bottom: 32px !important;
}
.pl-xxl2,
.px-xxl2 {
  padding-left: 32px !important;
}
.p-xxl3 {
  padding: 36px !important;
}
.pt-xxl3,
.py-xxl3 {
  padding-top: 36px !important;
}
.pr-xxl3,
.px-xxl3 {
  padding-right: 36px !important;
}
.pb-xxl3,
.py-xxl3 {
  padding-bottom: 36px !important;
}
.pl-xxl3,
.px-xxl3 {
  padding-left: 36px !important;
}
.p-xxl4 {
  padding: 40px !important;
}
.pt-xxl4,
.py-xxl4 {
  padding-top: 40px !important;
}
.pr-xxl4,
.px-xxl4 {
  padding-right: 40px !important;
}
.pb-xxl4,
.py-xxl4 {
  padding-bottom: 40px !important;
}
.pl-xxl4,
.px-xxl4 {
  padding-left: 40px !important;
}
.p-xxl5 {
  padding: 44px !important;
}
.pt-xxl5,
.py-xxl5 {
  padding-top: 44px !important;
}
.pr-xxl5,
.px-xxl5 {
  padding-right: 44px !important;
}
.pb-xxl5,
.py-xxl5 {
  padding-bottom: 44px !important;
}
.pl-xxl5,
.px-xxl5 {
  padding-left: 44px !important;
}
.p-xxl6 {
  padding: 48px !important;
}
.pt-xxl6,
.py-xxl6 {
  padding-top: 48px !important;
}
.pr-xxl6,
.px-xxl6 {
  padding-right: 48px !important;
}
.pb-xxl6,
.py-xxl6 {
  padding-bottom: 48px !important;
}
.pl-xxl6,
.px-xxl6 {
  padding-left: 48px !important;
}
.m-n1 {
  margin: -8px !important;
}
.mt-n1,
.my-n1 {
  margin-top: -8px !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -8px !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -8px !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -8px !important;
}
.m-n2 {
  margin: -16px !important;
}
.mt-n2,
.my-n2 {
  margin-top: -16px !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -16px !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -16px !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -16px !important;
}
.m-n3 {
  margin: -24px !important;
}
.mt-n3,
.my-n3 {
  margin-top: -24px !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -24px !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -24px !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -24px !important;
}
.m-n4 {
  margin: -32px !important;
}
.mt-n4,
.my-n4 {
  margin-top: -32px !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -32px !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -32px !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -32px !important;
}
.m-n5 {
  margin: -48px !important;
}
.mt-n5,
.my-n5 {
  margin-top: -48px !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -48px !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -48px !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -48px !important;
}
.m-n6 {
  margin: -64px !important;
}
.mt-n6,
.my-n6 {
  margin-top: -64px !important;
}
.mr-n6,
.mx-n6 {
  margin-right: -64px !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -64px !important;
}
.ml-n6,
.mx-n6 {
  margin-left: -64px !important;
}
.m-n7 {
  margin: -80px !important;
}
.mt-n7,
.my-n7 {
  margin-top: -80px !important;
}
.mr-n7,
.mx-n7 {
  margin-right: -80px !important;
}
.mb-n7,
.my-n7 {
  margin-bottom: -80px !important;
}
.ml-n7,
.mx-n7 {
  margin-left: -80px !important;
}
.m-nxxs {
  margin: -4px !important;
}
.mt-nxxs,
.my-nxxs {
  margin-top: -4px !important;
}
.mr-nxxs,
.mx-nxxs {
  margin-right: -4px !important;
}
.mb-nxxs,
.my-nxxs {
  margin-bottom: -4px !important;
}
.ml-nxxs,
.mx-nxxs {
  margin-left: -4px !important;
}
.m-nxs {
  margin: -8px !important;
}
.mt-nxs,
.my-nxs {
  margin-top: -8px !important;
}
.mr-nxs,
.mx-nxs {
  margin-right: -8px !important;
}
.mb-nxs,
.my-nxs {
  margin-bottom: -8px !important;
}
.ml-nxs,
.mx-nxs {
  margin-left: -8px !important;
}
.m-ns {
  margin: -12px !important;
}
.mt-ns,
.my-ns {
  margin-top: -12px !important;
}
.mr-ns,
.mx-ns {
  margin-right: -12px !important;
}
.mb-ns,
.my-ns {
  margin-bottom: -12px !important;
}
.ml-ns,
.mx-ns {
  margin-left: -12px !important;
}
.m-nm {
  margin: -16px !important;
}
.mt-nm,
.my-nm {
  margin-top: -16px !important;
}
.mr-nm,
.mx-nm {
  margin-right: -16px !important;
}
.mb-nm,
.my-nm {
  margin-bottom: -16px !important;
}
.ml-nm,
.mx-nm {
  margin-left: -16px !important;
}
.m-nl {
  margin: -20px !important;
}
.mt-nl,
.my-nl {
  margin-top: -20px !important;
}
.mr-nl,
.mx-nl {
  margin-right: -20px !important;
}
.mb-nl,
.my-nl {
  margin-bottom: -20px !important;
}
.ml-nl,
.mx-nl {
  margin-left: -20px !important;
}
.m-nxl {
  margin: -24px !important;
}
.mt-nxl,
.my-nxl {
  margin-top: -24px !important;
}
.mr-nxl,
.mx-nxl {
  margin-right: -24px !important;
}
.mb-nxl,
.my-nxl {
  margin-bottom: -24px !important;
}
.ml-nxl,
.mx-nxl {
  margin-left: -24px !important;
}
.m-nxxl {
  margin: -28px !important;
}
.mt-nxxl,
.my-nxxl {
  margin-top: -28px !important;
}
.mr-nxxl,
.mx-nxxl {
  margin-right: -28px !important;
}
.mb-nxxl,
.my-nxxl {
  margin-bottom: -28px !important;
}
.ml-nxxl,
.mx-nxxl {
  margin-left: -28px !important;
}
.m-nxxl2 {
  margin: -32px !important;
}
.mt-nxxl2,
.my-nxxl2 {
  margin-top: -32px !important;
}
.mr-nxxl2,
.mx-nxxl2 {
  margin-right: -32px !important;
}
.mb-nxxl2,
.my-nxxl2 {
  margin-bottom: -32px !important;
}
.ml-nxxl2,
.mx-nxxl2 {
  margin-left: -32px !important;
}
.m-nxxl3 {
  margin: -36px !important;
}
.mt-nxxl3,
.my-nxxl3 {
  margin-top: -36px !important;
}
.mr-nxxl3,
.mx-nxxl3 {
  margin-right: -36px !important;
}
.mb-nxxl3,
.my-nxxl3 {
  margin-bottom: -36px !important;
}
.ml-nxxl3,
.mx-nxxl3 {
  margin-left: -36px !important;
}
.m-nxxl4 {
  margin: -40px !important;
}
.mt-nxxl4,
.my-nxxl4 {
  margin-top: -40px !important;
}
.mr-nxxl4,
.mx-nxxl4 {
  margin-right: -40px !important;
}
.mb-nxxl4,
.my-nxxl4 {
  margin-bottom: -40px !important;
}
.ml-nxxl4,
.mx-nxxl4 {
  margin-left: -40px !important;
}
.m-nxxl5 {
  margin: -44px !important;
}
.mt-nxxl5,
.my-nxxl5 {
  margin-top: -44px !important;
}
.mr-nxxl5,
.mx-nxxl5 {
  margin-right: -44px !important;
}
.mb-nxxl5,
.my-nxxl5 {
  margin-bottom: -44px !important;
}
.ml-nxxl5,
.mx-nxxl5 {
  margin-left: -44px !important;
}
.m-nxxl6 {
  margin: -48px !important;
}
.mt-nxxl6,
.my-nxxl6 {
  margin-top: -48px !important;
}
.mr-nxxl6,
.mx-nxxl6 {
  margin-right: -48px !important;
}
.mb-nxxl6,
.my-nxxl6 {
  margin-bottom: -48px !important;
}
.ml-nxxl6,
.mx-nxxl6 {
  margin-left: -48px !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 8px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 8px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 8px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 8px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 8px !important;
  }
  .m-sm-2 {
    margin: 16px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 16px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 16px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 16px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 16px !important;
  }
  .m-sm-3 {
    margin: 24px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 24px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 24px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 24px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 24px !important;
  }
  .m-sm-4 {
    margin: 32px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 32px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 32px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 32px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 32px !important;
  }
  .m-sm-5 {
    margin: 48px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 48px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 48px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 48px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 48px !important;
  }
  .m-sm-6 {
    margin: 64px !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 64px !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 64px !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 64px !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 64px !important;
  }
  .m-sm-7 {
    margin: 80px !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 80px !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 80px !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 80px !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 80px !important;
  }
  .m-sm-xxs {
    margin: 4px !important;
  }
  .mt-sm-xxs,
  .my-sm-xxs {
    margin-top: 4px !important;
  }
  .mr-sm-xxs,
  .mx-sm-xxs {
    margin-right: 4px !important;
  }
  .mb-sm-xxs,
  .my-sm-xxs {
    margin-bottom: 4px !important;
  }
  .ml-sm-xxs,
  .mx-sm-xxs {
    margin-left: 4px !important;
  }
  .m-sm-xs {
    margin: 8px !important;
  }
  .mt-sm-xs,
  .my-sm-xs {
    margin-top: 8px !important;
  }
  .mr-sm-xs,
  .mx-sm-xs {
    margin-right: 8px !important;
  }
  .mb-sm-xs,
  .my-sm-xs {
    margin-bottom: 8px !important;
  }
  .ml-sm-xs,
  .mx-sm-xs {
    margin-left: 8px !important;
  }
  .m-sm-s {
    margin: 12px !important;
  }
  .mt-sm-s,
  .my-sm-s {
    margin-top: 12px !important;
  }
  .mr-sm-s,
  .mx-sm-s {
    margin-right: 12px !important;
  }
  .mb-sm-s,
  .my-sm-s {
    margin-bottom: 12px !important;
  }
  .ml-sm-s,
  .mx-sm-s {
    margin-left: 12px !important;
  }
  .m-sm-m {
    margin: 16px !important;
  }
  .mt-sm-m,
  .my-sm-m {
    margin-top: 16px !important;
  }
  .mr-sm-m,
  .mx-sm-m {
    margin-right: 16px !important;
  }
  .mb-sm-m,
  .my-sm-m {
    margin-bottom: 16px !important;
  }
  .ml-sm-m,
  .mx-sm-m {
    margin-left: 16px !important;
  }
  .m-sm-l {
    margin: 20px !important;
  }
  .mt-sm-l,
  .my-sm-l {
    margin-top: 20px !important;
  }
  .mr-sm-l,
  .mx-sm-l {
    margin-right: 20px !important;
  }
  .mb-sm-l,
  .my-sm-l {
    margin-bottom: 20px !important;
  }
  .ml-sm-l,
  .mx-sm-l {
    margin-left: 20px !important;
  }
  .m-sm-xl {
    margin: 24px !important;
  }
  .mt-sm-xl,
  .my-sm-xl {
    margin-top: 24px !important;
  }
  .mr-sm-xl,
  .mx-sm-xl {
    margin-right: 24px !important;
  }
  .mb-sm-xl,
  .my-sm-xl {
    margin-bottom: 24px !important;
  }
  .ml-sm-xl,
  .mx-sm-xl {
    margin-left: 24px !important;
  }
  .m-sm-xxl {
    margin: 28px !important;
  }
  .mt-sm-xxl,
  .my-sm-xxl {
    margin-top: 28px !important;
  }
  .mr-sm-xxl,
  .mx-sm-xxl {
    margin-right: 28px !important;
  }
  .mb-sm-xxl,
  .my-sm-xxl {
    margin-bottom: 28px !important;
  }
  .ml-sm-xxl,
  .mx-sm-xxl {
    margin-left: 28px !important;
  }
  .m-sm-xxl2 {
    margin: 32px !important;
  }
  .mt-sm-xxl2,
  .my-sm-xxl2 {
    margin-top: 32px !important;
  }
  .mr-sm-xxl2,
  .mx-sm-xxl2 {
    margin-right: 32px !important;
  }
  .mb-sm-xxl2,
  .my-sm-xxl2 {
    margin-bottom: 32px !important;
  }
  .ml-sm-xxl2,
  .mx-sm-xxl2 {
    margin-left: 32px !important;
  }
  .m-sm-xxl3 {
    margin: 36px !important;
  }
  .mt-sm-xxl3,
  .my-sm-xxl3 {
    margin-top: 36px !important;
  }
  .mr-sm-xxl3,
  .mx-sm-xxl3 {
    margin-right: 36px !important;
  }
  .mb-sm-xxl3,
  .my-sm-xxl3 {
    margin-bottom: 36px !important;
  }
  .ml-sm-xxl3,
  .mx-sm-xxl3 {
    margin-left: 36px !important;
  }
  .m-sm-xxl4 {
    margin: 40px !important;
  }
  .mt-sm-xxl4,
  .my-sm-xxl4 {
    margin-top: 40px !important;
  }
  .mr-sm-xxl4,
  .mx-sm-xxl4 {
    margin-right: 40px !important;
  }
  .mb-sm-xxl4,
  .my-sm-xxl4 {
    margin-bottom: 40px !important;
  }
  .ml-sm-xxl4,
  .mx-sm-xxl4 {
    margin-left: 40px !important;
  }
  .m-sm-xxl5 {
    margin: 44px !important;
  }
  .mt-sm-xxl5,
  .my-sm-xxl5 {
    margin-top: 44px !important;
  }
  .mr-sm-xxl5,
  .mx-sm-xxl5 {
    margin-right: 44px !important;
  }
  .mb-sm-xxl5,
  .my-sm-xxl5 {
    margin-bottom: 44px !important;
  }
  .ml-sm-xxl5,
  .mx-sm-xxl5 {
    margin-left: 44px !important;
  }
  .m-sm-xxl6 {
    margin: 48px !important;
  }
  .mt-sm-xxl6,
  .my-sm-xxl6 {
    margin-top: 48px !important;
  }
  .mr-sm-xxl6,
  .mx-sm-xxl6 {
    margin-right: 48px !important;
  }
  .mb-sm-xxl6,
  .my-sm-xxl6 {
    margin-bottom: 48px !important;
  }
  .ml-sm-xxl6,
  .mx-sm-xxl6 {
    margin-left: 48px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 8px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 8px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 8px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 8px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 8px !important;
  }
  .p-sm-2 {
    padding: 16px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 16px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 16px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 16px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 16px !important;
  }
  .p-sm-3 {
    padding: 24px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 24px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 24px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 24px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 24px !important;
  }
  .p-sm-4 {
    padding: 32px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 32px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 32px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 32px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 32px !important;
  }
  .p-sm-5 {
    padding: 48px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 48px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 48px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 48px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 48px !important;
  }
  .p-sm-6 {
    padding: 64px !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 64px !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 64px !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 64px !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 64px !important;
  }
  .p-sm-7 {
    padding: 80px !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 80px !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 80px !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 80px !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 80px !important;
  }
  .p-sm-xxs {
    padding: 4px !important;
  }
  .pt-sm-xxs,
  .py-sm-xxs {
    padding-top: 4px !important;
  }
  .pr-sm-xxs,
  .px-sm-xxs {
    padding-right: 4px !important;
  }
  .pb-sm-xxs,
  .py-sm-xxs {
    padding-bottom: 4px !important;
  }
  .pl-sm-xxs,
  .px-sm-xxs {
    padding-left: 4px !important;
  }
  .p-sm-xs {
    padding: 8px !important;
  }
  .pt-sm-xs,
  .py-sm-xs {
    padding-top: 8px !important;
  }
  .pr-sm-xs,
  .px-sm-xs {
    padding-right: 8px !important;
  }
  .pb-sm-xs,
  .py-sm-xs {
    padding-bottom: 8px !important;
  }
  .pl-sm-xs,
  .px-sm-xs {
    padding-left: 8px !important;
  }
  .p-sm-s {
    padding: 12px !important;
  }
  .pt-sm-s,
  .py-sm-s {
    padding-top: 12px !important;
  }
  .pr-sm-s,
  .px-sm-s {
    padding-right: 12px !important;
  }
  .pb-sm-s,
  .py-sm-s {
    padding-bottom: 12px !important;
  }
  .pl-sm-s,
  .px-sm-s {
    padding-left: 12px !important;
  }
  .p-sm-m {
    padding: 16px !important;
  }
  .pt-sm-m,
  .py-sm-m {
    padding-top: 16px !important;
  }
  .pr-sm-m,
  .px-sm-m {
    padding-right: 16px !important;
  }
  .pb-sm-m,
  .py-sm-m {
    padding-bottom: 16px !important;
  }
  .pl-sm-m,
  .px-sm-m {
    padding-left: 16px !important;
  }
  .p-sm-l {
    padding: 20px !important;
  }
  .pt-sm-l,
  .py-sm-l {
    padding-top: 20px !important;
  }
  .pr-sm-l,
  .px-sm-l {
    padding-right: 20px !important;
  }
  .pb-sm-l,
  .py-sm-l {
    padding-bottom: 20px !important;
  }
  .pl-sm-l,
  .px-sm-l {
    padding-left: 20px !important;
  }
  .p-sm-xl {
    padding: 24px !important;
  }
  .pt-sm-xl,
  .py-sm-xl {
    padding-top: 24px !important;
  }
  .pr-sm-xl,
  .px-sm-xl {
    padding-right: 24px !important;
  }
  .pb-sm-xl,
  .py-sm-xl {
    padding-bottom: 24px !important;
  }
  .pl-sm-xl,
  .px-sm-xl {
    padding-left: 24px !important;
  }
  .p-sm-xxl {
    padding: 28px !important;
  }
  .pt-sm-xxl,
  .py-sm-xxl {
    padding-top: 28px !important;
  }
  .pr-sm-xxl,
  .px-sm-xxl {
    padding-right: 28px !important;
  }
  .pb-sm-xxl,
  .py-sm-xxl {
    padding-bottom: 28px !important;
  }
  .pl-sm-xxl,
  .px-sm-xxl {
    padding-left: 28px !important;
  }
  .p-sm-xxl2 {
    padding: 32px !important;
  }
  .pt-sm-xxl2,
  .py-sm-xxl2 {
    padding-top: 32px !important;
  }
  .pr-sm-xxl2,
  .px-sm-xxl2 {
    padding-right: 32px !important;
  }
  .pb-sm-xxl2,
  .py-sm-xxl2 {
    padding-bottom: 32px !important;
  }
  .pl-sm-xxl2,
  .px-sm-xxl2 {
    padding-left: 32px !important;
  }
  .p-sm-xxl3 {
    padding: 36px !important;
  }
  .pt-sm-xxl3,
  .py-sm-xxl3 {
    padding-top: 36px !important;
  }
  .pr-sm-xxl3,
  .px-sm-xxl3 {
    padding-right: 36px !important;
  }
  .pb-sm-xxl3,
  .py-sm-xxl3 {
    padding-bottom: 36px !important;
  }
  .pl-sm-xxl3,
  .px-sm-xxl3 {
    padding-left: 36px !important;
  }
  .p-sm-xxl4 {
    padding: 40px !important;
  }
  .pt-sm-xxl4,
  .py-sm-xxl4 {
    padding-top: 40px !important;
  }
  .pr-sm-xxl4,
  .px-sm-xxl4 {
    padding-right: 40px !important;
  }
  .pb-sm-xxl4,
  .py-sm-xxl4 {
    padding-bottom: 40px !important;
  }
  .pl-sm-xxl4,
  .px-sm-xxl4 {
    padding-left: 40px !important;
  }
  .p-sm-xxl5 {
    padding: 44px !important;
  }
  .pt-sm-xxl5,
  .py-sm-xxl5 {
    padding-top: 44px !important;
  }
  .pr-sm-xxl5,
  .px-sm-xxl5 {
    padding-right: 44px !important;
  }
  .pb-sm-xxl5,
  .py-sm-xxl5 {
    padding-bottom: 44px !important;
  }
  .pl-sm-xxl5,
  .px-sm-xxl5 {
    padding-left: 44px !important;
  }
  .p-sm-xxl6 {
    padding: 48px !important;
  }
  .pt-sm-xxl6,
  .py-sm-xxl6 {
    padding-top: 48px !important;
  }
  .pr-sm-xxl6,
  .px-sm-xxl6 {
    padding-right: 48px !important;
  }
  .pb-sm-xxl6,
  .py-sm-xxl6 {
    padding-bottom: 48px !important;
  }
  .pl-sm-xxl6,
  .px-sm-xxl6 {
    padding-left: 48px !important;
  }
  .m-sm-n1 {
    margin: -8px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -8px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -8px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -8px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -8px !important;
  }
  .m-sm-n2 {
    margin: -16px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -16px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -16px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -16px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -16px !important;
  }
  .m-sm-n3 {
    margin: -24px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -24px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -24px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -24px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -24px !important;
  }
  .m-sm-n4 {
    margin: -32px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -32px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -32px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -32px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -32px !important;
  }
  .m-sm-n5 {
    margin: -48px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -48px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -48px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -48px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -48px !important;
  }
  .m-sm-n6 {
    margin: -64px !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -64px !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -64px !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -64px !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -64px !important;
  }
  .m-sm-n7 {
    margin: -80px !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -80px !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -80px !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -80px !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -80px !important;
  }
  .m-sm-nxxs {
    margin: -4px !important;
  }
  .mt-sm-nxxs,
  .my-sm-nxxs {
    margin-top: -4px !important;
  }
  .mr-sm-nxxs,
  .mx-sm-nxxs {
    margin-right: -4px !important;
  }
  .mb-sm-nxxs,
  .my-sm-nxxs {
    margin-bottom: -4px !important;
  }
  .ml-sm-nxxs,
  .mx-sm-nxxs {
    margin-left: -4px !important;
  }
  .m-sm-nxs {
    margin: -8px !important;
  }
  .mt-sm-nxs,
  .my-sm-nxs {
    margin-top: -8px !important;
  }
  .mr-sm-nxs,
  .mx-sm-nxs {
    margin-right: -8px !important;
  }
  .mb-sm-nxs,
  .my-sm-nxs {
    margin-bottom: -8px !important;
  }
  .ml-sm-nxs,
  .mx-sm-nxs {
    margin-left: -8px !important;
  }
  .m-sm-ns {
    margin: -12px !important;
  }
  .mt-sm-ns,
  .my-sm-ns {
    margin-top: -12px !important;
  }
  .mr-sm-ns,
  .mx-sm-ns {
    margin-right: -12px !important;
  }
  .mb-sm-ns,
  .my-sm-ns {
    margin-bottom: -12px !important;
  }
  .ml-sm-ns,
  .mx-sm-ns {
    margin-left: -12px !important;
  }
  .m-sm-nm {
    margin: -16px !important;
  }
  .mt-sm-nm,
  .my-sm-nm {
    margin-top: -16px !important;
  }
  .mr-sm-nm,
  .mx-sm-nm {
    margin-right: -16px !important;
  }
  .mb-sm-nm,
  .my-sm-nm {
    margin-bottom: -16px !important;
  }
  .ml-sm-nm,
  .mx-sm-nm {
    margin-left: -16px !important;
  }
  .m-sm-nl {
    margin: -20px !important;
  }
  .mt-sm-nl,
  .my-sm-nl {
    margin-top: -20px !important;
  }
  .mr-sm-nl,
  .mx-sm-nl {
    margin-right: -20px !important;
  }
  .mb-sm-nl,
  .my-sm-nl {
    margin-bottom: -20px !important;
  }
  .ml-sm-nl,
  .mx-sm-nl {
    margin-left: -20px !important;
  }
  .m-sm-nxl {
    margin: -24px !important;
  }
  .mt-sm-nxl,
  .my-sm-nxl {
    margin-top: -24px !important;
  }
  .mr-sm-nxl,
  .mx-sm-nxl {
    margin-right: -24px !important;
  }
  .mb-sm-nxl,
  .my-sm-nxl {
    margin-bottom: -24px !important;
  }
  .ml-sm-nxl,
  .mx-sm-nxl {
    margin-left: -24px !important;
  }
  .m-sm-nxxl {
    margin: -28px !important;
  }
  .mt-sm-nxxl,
  .my-sm-nxxl {
    margin-top: -28px !important;
  }
  .mr-sm-nxxl,
  .mx-sm-nxxl {
    margin-right: -28px !important;
  }
  .mb-sm-nxxl,
  .my-sm-nxxl {
    margin-bottom: -28px !important;
  }
  .ml-sm-nxxl,
  .mx-sm-nxxl {
    margin-left: -28px !important;
  }
  .m-sm-nxxl2 {
    margin: -32px !important;
  }
  .mt-sm-nxxl2,
  .my-sm-nxxl2 {
    margin-top: -32px !important;
  }
  .mr-sm-nxxl2,
  .mx-sm-nxxl2 {
    margin-right: -32px !important;
  }
  .mb-sm-nxxl2,
  .my-sm-nxxl2 {
    margin-bottom: -32px !important;
  }
  .ml-sm-nxxl2,
  .mx-sm-nxxl2 {
    margin-left: -32px !important;
  }
  .m-sm-nxxl3 {
    margin: -36px !important;
  }
  .mt-sm-nxxl3,
  .my-sm-nxxl3 {
    margin-top: -36px !important;
  }
  .mr-sm-nxxl3,
  .mx-sm-nxxl3 {
    margin-right: -36px !important;
  }
  .mb-sm-nxxl3,
  .my-sm-nxxl3 {
    margin-bottom: -36px !important;
  }
  .ml-sm-nxxl3,
  .mx-sm-nxxl3 {
    margin-left: -36px !important;
  }
  .m-sm-nxxl4 {
    margin: -40px !important;
  }
  .mt-sm-nxxl4,
  .my-sm-nxxl4 {
    margin-top: -40px !important;
  }
  .mr-sm-nxxl4,
  .mx-sm-nxxl4 {
    margin-right: -40px !important;
  }
  .mb-sm-nxxl4,
  .my-sm-nxxl4 {
    margin-bottom: -40px !important;
  }
  .ml-sm-nxxl4,
  .mx-sm-nxxl4 {
    margin-left: -40px !important;
  }
  .m-sm-nxxl5 {
    margin: -44px !important;
  }
  .mt-sm-nxxl5,
  .my-sm-nxxl5 {
    margin-top: -44px !important;
  }
  .mr-sm-nxxl5,
  .mx-sm-nxxl5 {
    margin-right: -44px !important;
  }
  .mb-sm-nxxl5,
  .my-sm-nxxl5 {
    margin-bottom: -44px !important;
  }
  .ml-sm-nxxl5,
  .mx-sm-nxxl5 {
    margin-left: -44px !important;
  }
  .m-sm-nxxl6 {
    margin: -48px !important;
  }
  .mt-sm-nxxl6,
  .my-sm-nxxl6 {
    margin-top: -48px !important;
  }
  .mr-sm-nxxl6,
  .mx-sm-nxxl6 {
    margin-right: -48px !important;
  }
  .mb-sm-nxxl6,
  .my-sm-nxxl6 {
    margin-bottom: -48px !important;
  }
  .ml-sm-nxxl6,
  .mx-sm-nxxl6 {
    margin-left: -48px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 8px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 8px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 8px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 8px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 8px !important;
  }
  .m-md-2 {
    margin: 16px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 16px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 16px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 16px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 16px !important;
  }
  .m-md-3 {
    margin: 24px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 24px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 24px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 24px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 24px !important;
  }
  .m-md-4 {
    margin: 32px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 32px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 32px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 32px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 32px !important;
  }
  .m-md-5 {
    margin: 48px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 48px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 48px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 48px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 48px !important;
  }
  .m-md-6 {
    margin: 64px !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 64px !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 64px !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 64px !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 64px !important;
  }
  .m-md-7 {
    margin: 80px !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 80px !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 80px !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 80px !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 80px !important;
  }
  .m-md-xxs {
    margin: 4px !important;
  }
  .mt-md-xxs,
  .my-md-xxs {
    margin-top: 4px !important;
  }
  .mr-md-xxs,
  .mx-md-xxs {
    margin-right: 4px !important;
  }
  .mb-md-xxs,
  .my-md-xxs {
    margin-bottom: 4px !important;
  }
  .ml-md-xxs,
  .mx-md-xxs {
    margin-left: 4px !important;
  }
  .m-md-xs {
    margin: 8px !important;
  }
  .mt-md-xs,
  .my-md-xs {
    margin-top: 8px !important;
  }
  .mr-md-xs,
  .mx-md-xs {
    margin-right: 8px !important;
  }
  .mb-md-xs,
  .my-md-xs {
    margin-bottom: 8px !important;
  }
  .ml-md-xs,
  .mx-md-xs {
    margin-left: 8px !important;
  }
  .m-md-s {
    margin: 12px !important;
  }
  .mt-md-s,
  .my-md-s {
    margin-top: 12px !important;
  }
  .mr-md-s,
  .mx-md-s {
    margin-right: 12px !important;
  }
  .mb-md-s,
  .my-md-s {
    margin-bottom: 12px !important;
  }
  .ml-md-s,
  .mx-md-s {
    margin-left: 12px !important;
  }
  .m-md-m {
    margin: 16px !important;
  }
  .mt-md-m,
  .my-md-m {
    margin-top: 16px !important;
  }
  .mr-md-m,
  .mx-md-m {
    margin-right: 16px !important;
  }
  .mb-md-m,
  .my-md-m {
    margin-bottom: 16px !important;
  }
  .ml-md-m,
  .mx-md-m {
    margin-left: 16px !important;
  }
  .m-md-l {
    margin: 20px !important;
  }
  .mt-md-l,
  .my-md-l {
    margin-top: 20px !important;
  }
  .mr-md-l,
  .mx-md-l {
    margin-right: 20px !important;
  }
  .mb-md-l,
  .my-md-l {
    margin-bottom: 20px !important;
  }
  .ml-md-l,
  .mx-md-l {
    margin-left: 20px !important;
  }
  .m-md-xl {
    margin: 24px !important;
  }
  .mt-md-xl,
  .my-md-xl {
    margin-top: 24px !important;
  }
  .mr-md-xl,
  .mx-md-xl {
    margin-right: 24px !important;
  }
  .mb-md-xl,
  .my-md-xl {
    margin-bottom: 24px !important;
  }
  .ml-md-xl,
  .mx-md-xl {
    margin-left: 24px !important;
  }
  .m-md-xxl {
    margin: 28px !important;
  }
  .mt-md-xxl,
  .my-md-xxl {
    margin-top: 28px !important;
  }
  .mr-md-xxl,
  .mx-md-xxl {
    margin-right: 28px !important;
  }
  .mb-md-xxl,
  .my-md-xxl {
    margin-bottom: 28px !important;
  }
  .ml-md-xxl,
  .mx-md-xxl {
    margin-left: 28px !important;
  }
  .m-md-xxl2 {
    margin: 32px !important;
  }
  .mt-md-xxl2,
  .my-md-xxl2 {
    margin-top: 32px !important;
  }
  .mr-md-xxl2,
  .mx-md-xxl2 {
    margin-right: 32px !important;
  }
  .mb-md-xxl2,
  .my-md-xxl2 {
    margin-bottom: 32px !important;
  }
  .ml-md-xxl2,
  .mx-md-xxl2 {
    margin-left: 32px !important;
  }
  .m-md-xxl3 {
    margin: 36px !important;
  }
  .mt-md-xxl3,
  .my-md-xxl3 {
    margin-top: 36px !important;
  }
  .mr-md-xxl3,
  .mx-md-xxl3 {
    margin-right: 36px !important;
  }
  .mb-md-xxl3,
  .my-md-xxl3 {
    margin-bottom: 36px !important;
  }
  .ml-md-xxl3,
  .mx-md-xxl3 {
    margin-left: 36px !important;
  }
  .m-md-xxl4 {
    margin: 40px !important;
  }
  .mt-md-xxl4,
  .my-md-xxl4 {
    margin-top: 40px !important;
  }
  .mr-md-xxl4,
  .mx-md-xxl4 {
    margin-right: 40px !important;
  }
  .mb-md-xxl4,
  .my-md-xxl4 {
    margin-bottom: 40px !important;
  }
  .ml-md-xxl4,
  .mx-md-xxl4 {
    margin-left: 40px !important;
  }
  .m-md-xxl5 {
    margin: 44px !important;
  }
  .mt-md-xxl5,
  .my-md-xxl5 {
    margin-top: 44px !important;
  }
  .mr-md-xxl5,
  .mx-md-xxl5 {
    margin-right: 44px !important;
  }
  .mb-md-xxl5,
  .my-md-xxl5 {
    margin-bottom: 44px !important;
  }
  .ml-md-xxl5,
  .mx-md-xxl5 {
    margin-left: 44px !important;
  }
  .m-md-xxl6 {
    margin: 48px !important;
  }
  .mt-md-xxl6,
  .my-md-xxl6 {
    margin-top: 48px !important;
  }
  .mr-md-xxl6,
  .mx-md-xxl6 {
    margin-right: 48px !important;
  }
  .mb-md-xxl6,
  .my-md-xxl6 {
    margin-bottom: 48px !important;
  }
  .ml-md-xxl6,
  .mx-md-xxl6 {
    margin-left: 48px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 8px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 8px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 8px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 8px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 8px !important;
  }
  .p-md-2 {
    padding: 16px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 16px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 16px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 16px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 16px !important;
  }
  .p-md-3 {
    padding: 24px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 24px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 24px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 24px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 24px !important;
  }
  .p-md-4 {
    padding: 32px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 32px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 32px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 32px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 32px !important;
  }
  .p-md-5 {
    padding: 48px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 48px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 48px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 48px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 48px !important;
  }
  .p-md-6 {
    padding: 64px !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 64px !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 64px !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 64px !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 64px !important;
  }
  .p-md-7 {
    padding: 80px !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 80px !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 80px !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 80px !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 80px !important;
  }
  .p-md-xxs {
    padding: 4px !important;
  }
  .pt-md-xxs,
  .py-md-xxs {
    padding-top: 4px !important;
  }
  .pr-md-xxs,
  .px-md-xxs {
    padding-right: 4px !important;
  }
  .pb-md-xxs,
  .py-md-xxs {
    padding-bottom: 4px !important;
  }
  .pl-md-xxs,
  .px-md-xxs {
    padding-left: 4px !important;
  }
  .p-md-xs {
    padding: 8px !important;
  }
  .pt-md-xs,
  .py-md-xs {
    padding-top: 8px !important;
  }
  .pr-md-xs,
  .px-md-xs {
    padding-right: 8px !important;
  }
  .pb-md-xs,
  .py-md-xs {
    padding-bottom: 8px !important;
  }
  .pl-md-xs,
  .px-md-xs {
    padding-left: 8px !important;
  }
  .p-md-s {
    padding: 12px !important;
  }
  .pt-md-s,
  .py-md-s {
    padding-top: 12px !important;
  }
  .pr-md-s,
  .px-md-s {
    padding-right: 12px !important;
  }
  .pb-md-s,
  .py-md-s {
    padding-bottom: 12px !important;
  }
  .pl-md-s,
  .px-md-s {
    padding-left: 12px !important;
  }
  .p-md-m {
    padding: 16px !important;
  }
  .pt-md-m,
  .py-md-m {
    padding-top: 16px !important;
  }
  .pr-md-m,
  .px-md-m {
    padding-right: 16px !important;
  }
  .pb-md-m,
  .py-md-m {
    padding-bottom: 16px !important;
  }
  .pl-md-m,
  .px-md-m {
    padding-left: 16px !important;
  }
  .p-md-l {
    padding: 20px !important;
  }
  .pt-md-l,
  .py-md-l {
    padding-top: 20px !important;
  }
  .pr-md-l,
  .px-md-l {
    padding-right: 20px !important;
  }
  .pb-md-l,
  .py-md-l {
    padding-bottom: 20px !important;
  }
  .pl-md-l,
  .px-md-l {
    padding-left: 20px !important;
  }
  .p-md-xl {
    padding: 24px !important;
  }
  .pt-md-xl,
  .py-md-xl {
    padding-top: 24px !important;
  }
  .pr-md-xl,
  .px-md-xl {
    padding-right: 24px !important;
  }
  .pb-md-xl,
  .py-md-xl {
    padding-bottom: 24px !important;
  }
  .pl-md-xl,
  .px-md-xl {
    padding-left: 24px !important;
  }
  .p-md-xxl {
    padding: 28px !important;
  }
  .pt-md-xxl,
  .py-md-xxl {
    padding-top: 28px !important;
  }
  .pr-md-xxl,
  .px-md-xxl {
    padding-right: 28px !important;
  }
  .pb-md-xxl,
  .py-md-xxl {
    padding-bottom: 28px !important;
  }
  .pl-md-xxl,
  .px-md-xxl {
    padding-left: 28px !important;
  }
  .p-md-xxl2 {
    padding: 32px !important;
  }
  .pt-md-xxl2,
  .py-md-xxl2 {
    padding-top: 32px !important;
  }
  .pr-md-xxl2,
  .px-md-xxl2 {
    padding-right: 32px !important;
  }
  .pb-md-xxl2,
  .py-md-xxl2 {
    padding-bottom: 32px !important;
  }
  .pl-md-xxl2,
  .px-md-xxl2 {
    padding-left: 32px !important;
  }
  .p-md-xxl3 {
    padding: 36px !important;
  }
  .pt-md-xxl3,
  .py-md-xxl3 {
    padding-top: 36px !important;
  }
  .pr-md-xxl3,
  .px-md-xxl3 {
    padding-right: 36px !important;
  }
  .pb-md-xxl3,
  .py-md-xxl3 {
    padding-bottom: 36px !important;
  }
  .pl-md-xxl3,
  .px-md-xxl3 {
    padding-left: 36px !important;
  }
  .p-md-xxl4 {
    padding: 40px !important;
  }
  .pt-md-xxl4,
  .py-md-xxl4 {
    padding-top: 40px !important;
  }
  .pr-md-xxl4,
  .px-md-xxl4 {
    padding-right: 40px !important;
  }
  .pb-md-xxl4,
  .py-md-xxl4 {
    padding-bottom: 40px !important;
  }
  .pl-md-xxl4,
  .px-md-xxl4 {
    padding-left: 40px !important;
  }
  .p-md-xxl5 {
    padding: 44px !important;
  }
  .pt-md-xxl5,
  .py-md-xxl5 {
    padding-top: 44px !important;
  }
  .pr-md-xxl5,
  .px-md-xxl5 {
    padding-right: 44px !important;
  }
  .pb-md-xxl5,
  .py-md-xxl5 {
    padding-bottom: 44px !important;
  }
  .pl-md-xxl5,
  .px-md-xxl5 {
    padding-left: 44px !important;
  }
  .p-md-xxl6 {
    padding: 48px !important;
  }
  .pt-md-xxl6,
  .py-md-xxl6 {
    padding-top: 48px !important;
  }
  .pr-md-xxl6,
  .px-md-xxl6 {
    padding-right: 48px !important;
  }
  .pb-md-xxl6,
  .py-md-xxl6 {
    padding-bottom: 48px !important;
  }
  .pl-md-xxl6,
  .px-md-xxl6 {
    padding-left: 48px !important;
  }
  .m-md-n1 {
    margin: -8px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -8px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -8px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -8px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -8px !important;
  }
  .m-md-n2 {
    margin: -16px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -16px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -16px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -16px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -16px !important;
  }
  .m-md-n3 {
    margin: -24px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -24px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -24px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -24px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -24px !important;
  }
  .m-md-n4 {
    margin: -32px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -32px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -32px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -32px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -32px !important;
  }
  .m-md-n5 {
    margin: -48px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -48px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -48px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -48px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -48px !important;
  }
  .m-md-n6 {
    margin: -64px !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -64px !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -64px !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -64px !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -64px !important;
  }
  .m-md-n7 {
    margin: -80px !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -80px !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -80px !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -80px !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -80px !important;
  }
  .m-md-nxxs {
    margin: -4px !important;
  }
  .mt-md-nxxs,
  .my-md-nxxs {
    margin-top: -4px !important;
  }
  .mr-md-nxxs,
  .mx-md-nxxs {
    margin-right: -4px !important;
  }
  .mb-md-nxxs,
  .my-md-nxxs {
    margin-bottom: -4px !important;
  }
  .ml-md-nxxs,
  .mx-md-nxxs {
    margin-left: -4px !important;
  }
  .m-md-nxs {
    margin: -8px !important;
  }
  .mt-md-nxs,
  .my-md-nxs {
    margin-top: -8px !important;
  }
  .mr-md-nxs,
  .mx-md-nxs {
    margin-right: -8px !important;
  }
  .mb-md-nxs,
  .my-md-nxs {
    margin-bottom: -8px !important;
  }
  .ml-md-nxs,
  .mx-md-nxs {
    margin-left: -8px !important;
  }
  .m-md-ns {
    margin: -12px !important;
  }
  .mt-md-ns,
  .my-md-ns {
    margin-top: -12px !important;
  }
  .mr-md-ns,
  .mx-md-ns {
    margin-right: -12px !important;
  }
  .mb-md-ns,
  .my-md-ns {
    margin-bottom: -12px !important;
  }
  .ml-md-ns,
  .mx-md-ns {
    margin-left: -12px !important;
  }
  .m-md-nm {
    margin: -16px !important;
  }
  .mt-md-nm,
  .my-md-nm {
    margin-top: -16px !important;
  }
  .mr-md-nm,
  .mx-md-nm {
    margin-right: -16px !important;
  }
  .mb-md-nm,
  .my-md-nm {
    margin-bottom: -16px !important;
  }
  .ml-md-nm,
  .mx-md-nm {
    margin-left: -16px !important;
  }
  .m-md-nl {
    margin: -20px !important;
  }
  .mt-md-nl,
  .my-md-nl {
    margin-top: -20px !important;
  }
  .mr-md-nl,
  .mx-md-nl {
    margin-right: -20px !important;
  }
  .mb-md-nl,
  .my-md-nl {
    margin-bottom: -20px !important;
  }
  .ml-md-nl,
  .mx-md-nl {
    margin-left: -20px !important;
  }
  .m-md-nxl {
    margin: -24px !important;
  }
  .mt-md-nxl,
  .my-md-nxl {
    margin-top: -24px !important;
  }
  .mr-md-nxl,
  .mx-md-nxl {
    margin-right: -24px !important;
  }
  .mb-md-nxl,
  .my-md-nxl {
    margin-bottom: -24px !important;
  }
  .ml-md-nxl,
  .mx-md-nxl {
    margin-left: -24px !important;
  }
  .m-md-nxxl {
    margin: -28px !important;
  }
  .mt-md-nxxl,
  .my-md-nxxl {
    margin-top: -28px !important;
  }
  .mr-md-nxxl,
  .mx-md-nxxl {
    margin-right: -28px !important;
  }
  .mb-md-nxxl,
  .my-md-nxxl {
    margin-bottom: -28px !important;
  }
  .ml-md-nxxl,
  .mx-md-nxxl {
    margin-left: -28px !important;
  }
  .m-md-nxxl2 {
    margin: -32px !important;
  }
  .mt-md-nxxl2,
  .my-md-nxxl2 {
    margin-top: -32px !important;
  }
  .mr-md-nxxl2,
  .mx-md-nxxl2 {
    margin-right: -32px !important;
  }
  .mb-md-nxxl2,
  .my-md-nxxl2 {
    margin-bottom: -32px !important;
  }
  .ml-md-nxxl2,
  .mx-md-nxxl2 {
    margin-left: -32px !important;
  }
  .m-md-nxxl3 {
    margin: -36px !important;
  }
  .mt-md-nxxl3,
  .my-md-nxxl3 {
    margin-top: -36px !important;
  }
  .mr-md-nxxl3,
  .mx-md-nxxl3 {
    margin-right: -36px !important;
  }
  .mb-md-nxxl3,
  .my-md-nxxl3 {
    margin-bottom: -36px !important;
  }
  .ml-md-nxxl3,
  .mx-md-nxxl3 {
    margin-left: -36px !important;
  }
  .m-md-nxxl4 {
    margin: -40px !important;
  }
  .mt-md-nxxl4,
  .my-md-nxxl4 {
    margin-top: -40px !important;
  }
  .mr-md-nxxl4,
  .mx-md-nxxl4 {
    margin-right: -40px !important;
  }
  .mb-md-nxxl4,
  .my-md-nxxl4 {
    margin-bottom: -40px !important;
  }
  .ml-md-nxxl4,
  .mx-md-nxxl4 {
    margin-left: -40px !important;
  }
  .m-md-nxxl5 {
    margin: -44px !important;
  }
  .mt-md-nxxl5,
  .my-md-nxxl5 {
    margin-top: -44px !important;
  }
  .mr-md-nxxl5,
  .mx-md-nxxl5 {
    margin-right: -44px !important;
  }
  .mb-md-nxxl5,
  .my-md-nxxl5 {
    margin-bottom: -44px !important;
  }
  .ml-md-nxxl5,
  .mx-md-nxxl5 {
    margin-left: -44px !important;
  }
  .m-md-nxxl6 {
    margin: -48px !important;
  }
  .mt-md-nxxl6,
  .my-md-nxxl6 {
    margin-top: -48px !important;
  }
  .mr-md-nxxl6,
  .mx-md-nxxl6 {
    margin-right: -48px !important;
  }
  .mb-md-nxxl6,
  .my-md-nxxl6 {
    margin-bottom: -48px !important;
  }
  .ml-md-nxxl6,
  .mx-md-nxxl6 {
    margin-left: -48px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 8px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 8px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 8px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 8px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 8px !important;
  }
  .m-lg-2 {
    margin: 16px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 16px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 16px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 16px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 16px !important;
  }
  .m-lg-3 {
    margin: 24px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 24px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 24px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 24px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 24px !important;
  }
  .m-lg-4 {
    margin: 32px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 32px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 32px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 32px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 32px !important;
  }
  .m-lg-5 {
    margin: 48px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 48px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 48px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 48px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 48px !important;
  }
  .m-lg-6 {
    margin: 64px !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 64px !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 64px !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 64px !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 64px !important;
  }
  .m-lg-7 {
    margin: 80px !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 80px !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 80px !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 80px !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 80px !important;
  }
  .m-lg-xxs {
    margin: 4px !important;
  }
  .mt-lg-xxs,
  .my-lg-xxs {
    margin-top: 4px !important;
  }
  .mr-lg-xxs,
  .mx-lg-xxs {
    margin-right: 4px !important;
  }
  .mb-lg-xxs,
  .my-lg-xxs {
    margin-bottom: 4px !important;
  }
  .ml-lg-xxs,
  .mx-lg-xxs {
    margin-left: 4px !important;
  }
  .m-lg-xs {
    margin: 8px !important;
  }
  .mt-lg-xs,
  .my-lg-xs {
    margin-top: 8px !important;
  }
  .mr-lg-xs,
  .mx-lg-xs {
    margin-right: 8px !important;
  }
  .mb-lg-xs,
  .my-lg-xs {
    margin-bottom: 8px !important;
  }
  .ml-lg-xs,
  .mx-lg-xs {
    margin-left: 8px !important;
  }
  .m-lg-s {
    margin: 12px !important;
  }
  .mt-lg-s,
  .my-lg-s {
    margin-top: 12px !important;
  }
  .mr-lg-s,
  .mx-lg-s {
    margin-right: 12px !important;
  }
  .mb-lg-s,
  .my-lg-s {
    margin-bottom: 12px !important;
  }
  .ml-lg-s,
  .mx-lg-s {
    margin-left: 12px !important;
  }
  .m-lg-m {
    margin: 16px !important;
  }
  .mt-lg-m,
  .my-lg-m {
    margin-top: 16px !important;
  }
  .mr-lg-m,
  .mx-lg-m {
    margin-right: 16px !important;
  }
  .mb-lg-m,
  .my-lg-m {
    margin-bottom: 16px !important;
  }
  .ml-lg-m,
  .mx-lg-m {
    margin-left: 16px !important;
  }
  .m-lg-l {
    margin: 20px !important;
  }
  .mt-lg-l,
  .my-lg-l {
    margin-top: 20px !important;
  }
  .mr-lg-l,
  .mx-lg-l {
    margin-right: 20px !important;
  }
  .mb-lg-l,
  .my-lg-l {
    margin-bottom: 20px !important;
  }
  .ml-lg-l,
  .mx-lg-l {
    margin-left: 20px !important;
  }
  .m-lg-xl {
    margin: 24px !important;
  }
  .mt-lg-xl,
  .my-lg-xl {
    margin-top: 24px !important;
  }
  .mr-lg-xl,
  .mx-lg-xl {
    margin-right: 24px !important;
  }
  .mb-lg-xl,
  .my-lg-xl {
    margin-bottom: 24px !important;
  }
  .ml-lg-xl,
  .mx-lg-xl {
    margin-left: 24px !important;
  }
  .m-lg-xxl {
    margin: 28px !important;
  }
  .mt-lg-xxl,
  .my-lg-xxl {
    margin-top: 28px !important;
  }
  .mr-lg-xxl,
  .mx-lg-xxl {
    margin-right: 28px !important;
  }
  .mb-lg-xxl,
  .my-lg-xxl {
    margin-bottom: 28px !important;
  }
  .ml-lg-xxl,
  .mx-lg-xxl {
    margin-left: 28px !important;
  }
  .m-lg-xxl2 {
    margin: 32px !important;
  }
  .mt-lg-xxl2,
  .my-lg-xxl2 {
    margin-top: 32px !important;
  }
  .mr-lg-xxl2,
  .mx-lg-xxl2 {
    margin-right: 32px !important;
  }
  .mb-lg-xxl2,
  .my-lg-xxl2 {
    margin-bottom: 32px !important;
  }
  .ml-lg-xxl2,
  .mx-lg-xxl2 {
    margin-left: 32px !important;
  }
  .m-lg-xxl3 {
    margin: 36px !important;
  }
  .mt-lg-xxl3,
  .my-lg-xxl3 {
    margin-top: 36px !important;
  }
  .mr-lg-xxl3,
  .mx-lg-xxl3 {
    margin-right: 36px !important;
  }
  .mb-lg-xxl3,
  .my-lg-xxl3 {
    margin-bottom: 36px !important;
  }
  .ml-lg-xxl3,
  .mx-lg-xxl3 {
    margin-left: 36px !important;
  }
  .m-lg-xxl4 {
    margin: 40px !important;
  }
  .mt-lg-xxl4,
  .my-lg-xxl4 {
    margin-top: 40px !important;
  }
  .mr-lg-xxl4,
  .mx-lg-xxl4 {
    margin-right: 40px !important;
  }
  .mb-lg-xxl4,
  .my-lg-xxl4 {
    margin-bottom: 40px !important;
  }
  .ml-lg-xxl4,
  .mx-lg-xxl4 {
    margin-left: 40px !important;
  }
  .m-lg-xxl5 {
    margin: 44px !important;
  }
  .mt-lg-xxl5,
  .my-lg-xxl5 {
    margin-top: 44px !important;
  }
  .mr-lg-xxl5,
  .mx-lg-xxl5 {
    margin-right: 44px !important;
  }
  .mb-lg-xxl5,
  .my-lg-xxl5 {
    margin-bottom: 44px !important;
  }
  .ml-lg-xxl5,
  .mx-lg-xxl5 {
    margin-left: 44px !important;
  }
  .m-lg-xxl6 {
    margin: 48px !important;
  }
  .mt-lg-xxl6,
  .my-lg-xxl6 {
    margin-top: 48px !important;
  }
  .mr-lg-xxl6,
  .mx-lg-xxl6 {
    margin-right: 48px !important;
  }
  .mb-lg-xxl6,
  .my-lg-xxl6 {
    margin-bottom: 48px !important;
  }
  .ml-lg-xxl6,
  .mx-lg-xxl6 {
    margin-left: 48px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 8px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 8px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 8px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 8px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 8px !important;
  }
  .p-lg-2 {
    padding: 16px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 16px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 16px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 16px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 16px !important;
  }
  .p-lg-3 {
    padding: 24px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 24px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 24px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 24px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 24px !important;
  }
  .p-lg-4 {
    padding: 32px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 32px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 32px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 32px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 32px !important;
  }
  .p-lg-5 {
    padding: 48px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 48px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 48px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 48px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 48px !important;
  }
  .p-lg-6 {
    padding: 64px !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 64px !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 64px !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 64px !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 64px !important;
  }
  .p-lg-7 {
    padding: 80px !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 80px !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 80px !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 80px !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 80px !important;
  }
  .p-lg-xxs {
    padding: 4px !important;
  }
  .pt-lg-xxs,
  .py-lg-xxs {
    padding-top: 4px !important;
  }
  .pr-lg-xxs,
  .px-lg-xxs {
    padding-right: 4px !important;
  }
  .pb-lg-xxs,
  .py-lg-xxs {
    padding-bottom: 4px !important;
  }
  .pl-lg-xxs,
  .px-lg-xxs {
    padding-left: 4px !important;
  }
  .p-lg-xs {
    padding: 8px !important;
  }
  .pt-lg-xs,
  .py-lg-xs {
    padding-top: 8px !important;
  }
  .pr-lg-xs,
  .px-lg-xs {
    padding-right: 8px !important;
  }
  .pb-lg-xs,
  .py-lg-xs {
    padding-bottom: 8px !important;
  }
  .pl-lg-xs,
  .px-lg-xs {
    padding-left: 8px !important;
  }
  .p-lg-s {
    padding: 12px !important;
  }
  .pt-lg-s,
  .py-lg-s {
    padding-top: 12px !important;
  }
  .pr-lg-s,
  .px-lg-s {
    padding-right: 12px !important;
  }
  .pb-lg-s,
  .py-lg-s {
    padding-bottom: 12px !important;
  }
  .pl-lg-s,
  .px-lg-s {
    padding-left: 12px !important;
  }
  .p-lg-m {
    padding: 16px !important;
  }
  .pt-lg-m,
  .py-lg-m {
    padding-top: 16px !important;
  }
  .pr-lg-m,
  .px-lg-m {
    padding-right: 16px !important;
  }
  .pb-lg-m,
  .py-lg-m {
    padding-bottom: 16px !important;
  }
  .pl-lg-m,
  .px-lg-m {
    padding-left: 16px !important;
  }
  .p-lg-l {
    padding: 20px !important;
  }
  .pt-lg-l,
  .py-lg-l {
    padding-top: 20px !important;
  }
  .pr-lg-l,
  .px-lg-l {
    padding-right: 20px !important;
  }
  .pb-lg-l,
  .py-lg-l {
    padding-bottom: 20px !important;
  }
  .pl-lg-l,
  .px-lg-l {
    padding-left: 20px !important;
  }
  .p-lg-xl {
    padding: 24px !important;
  }
  .pt-lg-xl,
  .py-lg-xl {
    padding-top: 24px !important;
  }
  .pr-lg-xl,
  .px-lg-xl {
    padding-right: 24px !important;
  }
  .pb-lg-xl,
  .py-lg-xl {
    padding-bottom: 24px !important;
  }
  .pl-lg-xl,
  .px-lg-xl {
    padding-left: 24px !important;
  }
  .p-lg-xxl {
    padding: 28px !important;
  }
  .pt-lg-xxl,
  .py-lg-xxl {
    padding-top: 28px !important;
  }
  .pr-lg-xxl,
  .px-lg-xxl {
    padding-right: 28px !important;
  }
  .pb-lg-xxl,
  .py-lg-xxl {
    padding-bottom: 28px !important;
  }
  .pl-lg-xxl,
  .px-lg-xxl {
    padding-left: 28px !important;
  }
  .p-lg-xxl2 {
    padding: 32px !important;
  }
  .pt-lg-xxl2,
  .py-lg-xxl2 {
    padding-top: 32px !important;
  }
  .pr-lg-xxl2,
  .px-lg-xxl2 {
    padding-right: 32px !important;
  }
  .pb-lg-xxl2,
  .py-lg-xxl2 {
    padding-bottom: 32px !important;
  }
  .pl-lg-xxl2,
  .px-lg-xxl2 {
    padding-left: 32px !important;
  }
  .p-lg-xxl3 {
    padding: 36px !important;
  }
  .pt-lg-xxl3,
  .py-lg-xxl3 {
    padding-top: 36px !important;
  }
  .pr-lg-xxl3,
  .px-lg-xxl3 {
    padding-right: 36px !important;
  }
  .pb-lg-xxl3,
  .py-lg-xxl3 {
    padding-bottom: 36px !important;
  }
  .pl-lg-xxl3,
  .px-lg-xxl3 {
    padding-left: 36px !important;
  }
  .p-lg-xxl4 {
    padding: 40px !important;
  }
  .pt-lg-xxl4,
  .py-lg-xxl4 {
    padding-top: 40px !important;
  }
  .pr-lg-xxl4,
  .px-lg-xxl4 {
    padding-right: 40px !important;
  }
  .pb-lg-xxl4,
  .py-lg-xxl4 {
    padding-bottom: 40px !important;
  }
  .pl-lg-xxl4,
  .px-lg-xxl4 {
    padding-left: 40px !important;
  }
  .p-lg-xxl5 {
    padding: 44px !important;
  }
  .pt-lg-xxl5,
  .py-lg-xxl5 {
    padding-top: 44px !important;
  }
  .pr-lg-xxl5,
  .px-lg-xxl5 {
    padding-right: 44px !important;
  }
  .pb-lg-xxl5,
  .py-lg-xxl5 {
    padding-bottom: 44px !important;
  }
  .pl-lg-xxl5,
  .px-lg-xxl5 {
    padding-left: 44px !important;
  }
  .p-lg-xxl6 {
    padding: 48px !important;
  }
  .pt-lg-xxl6,
  .py-lg-xxl6 {
    padding-top: 48px !important;
  }
  .pr-lg-xxl6,
  .px-lg-xxl6 {
    padding-right: 48px !important;
  }
  .pb-lg-xxl6,
  .py-lg-xxl6 {
    padding-bottom: 48px !important;
  }
  .pl-lg-xxl6,
  .px-lg-xxl6 {
    padding-left: 48px !important;
  }
  .m-lg-n1 {
    margin: -8px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -8px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -8px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -8px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -8px !important;
  }
  .m-lg-n2 {
    margin: -16px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -16px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -16px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -16px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -16px !important;
  }
  .m-lg-n3 {
    margin: -24px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -24px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -24px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -24px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -24px !important;
  }
  .m-lg-n4 {
    margin: -32px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -32px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -32px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -32px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -32px !important;
  }
  .m-lg-n5 {
    margin: -48px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -48px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -48px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -48px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -48px !important;
  }
  .m-lg-n6 {
    margin: -64px !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -64px !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -64px !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -64px !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -64px !important;
  }
  .m-lg-n7 {
    margin: -80px !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -80px !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -80px !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -80px !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -80px !important;
  }
  .m-lg-nxxs {
    margin: -4px !important;
  }
  .mt-lg-nxxs,
  .my-lg-nxxs {
    margin-top: -4px !important;
  }
  .mr-lg-nxxs,
  .mx-lg-nxxs {
    margin-right: -4px !important;
  }
  .mb-lg-nxxs,
  .my-lg-nxxs {
    margin-bottom: -4px !important;
  }
  .ml-lg-nxxs,
  .mx-lg-nxxs {
    margin-left: -4px !important;
  }
  .m-lg-nxs {
    margin: -8px !important;
  }
  .mt-lg-nxs,
  .my-lg-nxs {
    margin-top: -8px !important;
  }
  .mr-lg-nxs,
  .mx-lg-nxs {
    margin-right: -8px !important;
  }
  .mb-lg-nxs,
  .my-lg-nxs {
    margin-bottom: -8px !important;
  }
  .ml-lg-nxs,
  .mx-lg-nxs {
    margin-left: -8px !important;
  }
  .m-lg-ns {
    margin: -12px !important;
  }
  .mt-lg-ns,
  .my-lg-ns {
    margin-top: -12px !important;
  }
  .mr-lg-ns,
  .mx-lg-ns {
    margin-right: -12px !important;
  }
  .mb-lg-ns,
  .my-lg-ns {
    margin-bottom: -12px !important;
  }
  .ml-lg-ns,
  .mx-lg-ns {
    margin-left: -12px !important;
  }
  .m-lg-nm {
    margin: -16px !important;
  }
  .mt-lg-nm,
  .my-lg-nm {
    margin-top: -16px !important;
  }
  .mr-lg-nm,
  .mx-lg-nm {
    margin-right: -16px !important;
  }
  .mb-lg-nm,
  .my-lg-nm {
    margin-bottom: -16px !important;
  }
  .ml-lg-nm,
  .mx-lg-nm {
    margin-left: -16px !important;
  }
  .m-lg-nl {
    margin: -20px !important;
  }
  .mt-lg-nl,
  .my-lg-nl {
    margin-top: -20px !important;
  }
  .mr-lg-nl,
  .mx-lg-nl {
    margin-right: -20px !important;
  }
  .mb-lg-nl,
  .my-lg-nl {
    margin-bottom: -20px !important;
  }
  .ml-lg-nl,
  .mx-lg-nl {
    margin-left: -20px !important;
  }
  .m-lg-nxl {
    margin: -24px !important;
  }
  .mt-lg-nxl,
  .my-lg-nxl {
    margin-top: -24px !important;
  }
  .mr-lg-nxl,
  .mx-lg-nxl {
    margin-right: -24px !important;
  }
  .mb-lg-nxl,
  .my-lg-nxl {
    margin-bottom: -24px !important;
  }
  .ml-lg-nxl,
  .mx-lg-nxl {
    margin-left: -24px !important;
  }
  .m-lg-nxxl {
    margin: -28px !important;
  }
  .mt-lg-nxxl,
  .my-lg-nxxl {
    margin-top: -28px !important;
  }
  .mr-lg-nxxl,
  .mx-lg-nxxl {
    margin-right: -28px !important;
  }
  .mb-lg-nxxl,
  .my-lg-nxxl {
    margin-bottom: -28px !important;
  }
  .ml-lg-nxxl,
  .mx-lg-nxxl {
    margin-left: -28px !important;
  }
  .m-lg-nxxl2 {
    margin: -32px !important;
  }
  .mt-lg-nxxl2,
  .my-lg-nxxl2 {
    margin-top: -32px !important;
  }
  .mr-lg-nxxl2,
  .mx-lg-nxxl2 {
    margin-right: -32px !important;
  }
  .mb-lg-nxxl2,
  .my-lg-nxxl2 {
    margin-bottom: -32px !important;
  }
  .ml-lg-nxxl2,
  .mx-lg-nxxl2 {
    margin-left: -32px !important;
  }
  .m-lg-nxxl3 {
    margin: -36px !important;
  }
  .mt-lg-nxxl3,
  .my-lg-nxxl3 {
    margin-top: -36px !important;
  }
  .mr-lg-nxxl3,
  .mx-lg-nxxl3 {
    margin-right: -36px !important;
  }
  .mb-lg-nxxl3,
  .my-lg-nxxl3 {
    margin-bottom: -36px !important;
  }
  .ml-lg-nxxl3,
  .mx-lg-nxxl3 {
    margin-left: -36px !important;
  }
  .m-lg-nxxl4 {
    margin: -40px !important;
  }
  .mt-lg-nxxl4,
  .my-lg-nxxl4 {
    margin-top: -40px !important;
  }
  .mr-lg-nxxl4,
  .mx-lg-nxxl4 {
    margin-right: -40px !important;
  }
  .mb-lg-nxxl4,
  .my-lg-nxxl4 {
    margin-bottom: -40px !important;
  }
  .ml-lg-nxxl4,
  .mx-lg-nxxl4 {
    margin-left: -40px !important;
  }
  .m-lg-nxxl5 {
    margin: -44px !important;
  }
  .mt-lg-nxxl5,
  .my-lg-nxxl5 {
    margin-top: -44px !important;
  }
  .mr-lg-nxxl5,
  .mx-lg-nxxl5 {
    margin-right: -44px !important;
  }
  .mb-lg-nxxl5,
  .my-lg-nxxl5 {
    margin-bottom: -44px !important;
  }
  .ml-lg-nxxl5,
  .mx-lg-nxxl5 {
    margin-left: -44px !important;
  }
  .m-lg-nxxl6 {
    margin: -48px !important;
  }
  .mt-lg-nxxl6,
  .my-lg-nxxl6 {
    margin-top: -48px !important;
  }
  .mr-lg-nxxl6,
  .mx-lg-nxxl6 {
    margin-right: -48px !important;
  }
  .mb-lg-nxxl6,
  .my-lg-nxxl6 {
    margin-bottom: -48px !important;
  }
  .ml-lg-nxxl6,
  .mx-lg-nxxl6 {
    margin-left: -48px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1500px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 8px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 8px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 8px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 8px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 8px !important;
  }
  .m-xl-2 {
    margin: 16px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 16px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 16px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 16px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 16px !important;
  }
  .m-xl-3 {
    margin: 24px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 24px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 24px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 24px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 24px !important;
  }
  .m-xl-4 {
    margin: 32px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 32px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 32px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 32px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 32px !important;
  }
  .m-xl-5 {
    margin: 48px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 48px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 48px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 48px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 48px !important;
  }
  .m-xl-6 {
    margin: 64px !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 64px !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 64px !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 64px !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 64px !important;
  }
  .m-xl-7 {
    margin: 80px !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 80px !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 80px !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 80px !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 80px !important;
  }
  .m-xl-xxs {
    margin: 4px !important;
  }
  .mt-xl-xxs,
  .my-xl-xxs {
    margin-top: 4px !important;
  }
  .mr-xl-xxs,
  .mx-xl-xxs {
    margin-right: 4px !important;
  }
  .mb-xl-xxs,
  .my-xl-xxs {
    margin-bottom: 4px !important;
  }
  .ml-xl-xxs,
  .mx-xl-xxs {
    margin-left: 4px !important;
  }
  .m-xl-xs {
    margin: 8px !important;
  }
  .mt-xl-xs,
  .my-xl-xs {
    margin-top: 8px !important;
  }
  .mr-xl-xs,
  .mx-xl-xs {
    margin-right: 8px !important;
  }
  .mb-xl-xs,
  .my-xl-xs {
    margin-bottom: 8px !important;
  }
  .ml-xl-xs,
  .mx-xl-xs {
    margin-left: 8px !important;
  }
  .m-xl-s {
    margin: 12px !important;
  }
  .mt-xl-s,
  .my-xl-s {
    margin-top: 12px !important;
  }
  .mr-xl-s,
  .mx-xl-s {
    margin-right: 12px !important;
  }
  .mb-xl-s,
  .my-xl-s {
    margin-bottom: 12px !important;
  }
  .ml-xl-s,
  .mx-xl-s {
    margin-left: 12px !important;
  }
  .m-xl-m {
    margin: 16px !important;
  }
  .mt-xl-m,
  .my-xl-m {
    margin-top: 16px !important;
  }
  .mr-xl-m,
  .mx-xl-m {
    margin-right: 16px !important;
  }
  .mb-xl-m,
  .my-xl-m {
    margin-bottom: 16px !important;
  }
  .ml-xl-m,
  .mx-xl-m {
    margin-left: 16px !important;
  }
  .m-xl-l {
    margin: 20px !important;
  }
  .mt-xl-l,
  .my-xl-l {
    margin-top: 20px !important;
  }
  .mr-xl-l,
  .mx-xl-l {
    margin-right: 20px !important;
  }
  .mb-xl-l,
  .my-xl-l {
    margin-bottom: 20px !important;
  }
  .ml-xl-l,
  .mx-xl-l {
    margin-left: 20px !important;
  }
  .m-xl-xl {
    margin: 24px !important;
  }
  .mt-xl-xl,
  .my-xl-xl {
    margin-top: 24px !important;
  }
  .mr-xl-xl,
  .mx-xl-xl {
    margin-right: 24px !important;
  }
  .mb-xl-xl,
  .my-xl-xl {
    margin-bottom: 24px !important;
  }
  .ml-xl-xl,
  .mx-xl-xl {
    margin-left: 24px !important;
  }
  .m-xl-xxl {
    margin: 28px !important;
  }
  .mt-xl-xxl,
  .my-xl-xxl {
    margin-top: 28px !important;
  }
  .mr-xl-xxl,
  .mx-xl-xxl {
    margin-right: 28px !important;
  }
  .mb-xl-xxl,
  .my-xl-xxl {
    margin-bottom: 28px !important;
  }
  .ml-xl-xxl,
  .mx-xl-xxl {
    margin-left: 28px !important;
  }
  .m-xl-xxl2 {
    margin: 32px !important;
  }
  .mt-xl-xxl2,
  .my-xl-xxl2 {
    margin-top: 32px !important;
  }
  .mr-xl-xxl2,
  .mx-xl-xxl2 {
    margin-right: 32px !important;
  }
  .mb-xl-xxl2,
  .my-xl-xxl2 {
    margin-bottom: 32px !important;
  }
  .ml-xl-xxl2,
  .mx-xl-xxl2 {
    margin-left: 32px !important;
  }
  .m-xl-xxl3 {
    margin: 36px !important;
  }
  .mt-xl-xxl3,
  .my-xl-xxl3 {
    margin-top: 36px !important;
  }
  .mr-xl-xxl3,
  .mx-xl-xxl3 {
    margin-right: 36px !important;
  }
  .mb-xl-xxl3,
  .my-xl-xxl3 {
    margin-bottom: 36px !important;
  }
  .ml-xl-xxl3,
  .mx-xl-xxl3 {
    margin-left: 36px !important;
  }
  .m-xl-xxl4 {
    margin: 40px !important;
  }
  .mt-xl-xxl4,
  .my-xl-xxl4 {
    margin-top: 40px !important;
  }
  .mr-xl-xxl4,
  .mx-xl-xxl4 {
    margin-right: 40px !important;
  }
  .mb-xl-xxl4,
  .my-xl-xxl4 {
    margin-bottom: 40px !important;
  }
  .ml-xl-xxl4,
  .mx-xl-xxl4 {
    margin-left: 40px !important;
  }
  .m-xl-xxl5 {
    margin: 44px !important;
  }
  .mt-xl-xxl5,
  .my-xl-xxl5 {
    margin-top: 44px !important;
  }
  .mr-xl-xxl5,
  .mx-xl-xxl5 {
    margin-right: 44px !important;
  }
  .mb-xl-xxl5,
  .my-xl-xxl5 {
    margin-bottom: 44px !important;
  }
  .ml-xl-xxl5,
  .mx-xl-xxl5 {
    margin-left: 44px !important;
  }
  .m-xl-xxl6 {
    margin: 48px !important;
  }
  .mt-xl-xxl6,
  .my-xl-xxl6 {
    margin-top: 48px !important;
  }
  .mr-xl-xxl6,
  .mx-xl-xxl6 {
    margin-right: 48px !important;
  }
  .mb-xl-xxl6,
  .my-xl-xxl6 {
    margin-bottom: 48px !important;
  }
  .ml-xl-xxl6,
  .mx-xl-xxl6 {
    margin-left: 48px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 8px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 8px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 8px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 8px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 8px !important;
  }
  .p-xl-2 {
    padding: 16px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 16px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 16px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 16px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 16px !important;
  }
  .p-xl-3 {
    padding: 24px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 24px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 24px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 24px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 24px !important;
  }
  .p-xl-4 {
    padding: 32px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 32px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 32px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 32px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 32px !important;
  }
  .p-xl-5 {
    padding: 48px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 48px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 48px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 48px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 48px !important;
  }
  .p-xl-6 {
    padding: 64px !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 64px !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 64px !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 64px !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 64px !important;
  }
  .p-xl-7 {
    padding: 80px !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 80px !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 80px !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 80px !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 80px !important;
  }
  .p-xl-xxs {
    padding: 4px !important;
  }
  .pt-xl-xxs,
  .py-xl-xxs {
    padding-top: 4px !important;
  }
  .pr-xl-xxs,
  .px-xl-xxs {
    padding-right: 4px !important;
  }
  .pb-xl-xxs,
  .py-xl-xxs {
    padding-bottom: 4px !important;
  }
  .pl-xl-xxs,
  .px-xl-xxs {
    padding-left: 4px !important;
  }
  .p-xl-xs {
    padding: 8px !important;
  }
  .pt-xl-xs,
  .py-xl-xs {
    padding-top: 8px !important;
  }
  .pr-xl-xs,
  .px-xl-xs {
    padding-right: 8px !important;
  }
  .pb-xl-xs,
  .py-xl-xs {
    padding-bottom: 8px !important;
  }
  .pl-xl-xs,
  .px-xl-xs {
    padding-left: 8px !important;
  }
  .p-xl-s {
    padding: 12px !important;
  }
  .pt-xl-s,
  .py-xl-s {
    padding-top: 12px !important;
  }
  .pr-xl-s,
  .px-xl-s {
    padding-right: 12px !important;
  }
  .pb-xl-s,
  .py-xl-s {
    padding-bottom: 12px !important;
  }
  .pl-xl-s,
  .px-xl-s {
    padding-left: 12px !important;
  }
  .p-xl-m {
    padding: 16px !important;
  }
  .pt-xl-m,
  .py-xl-m {
    padding-top: 16px !important;
  }
  .pr-xl-m,
  .px-xl-m {
    padding-right: 16px !important;
  }
  .pb-xl-m,
  .py-xl-m {
    padding-bottom: 16px !important;
  }
  .pl-xl-m,
  .px-xl-m {
    padding-left: 16px !important;
  }
  .p-xl-l {
    padding: 20px !important;
  }
  .pt-xl-l,
  .py-xl-l {
    padding-top: 20px !important;
  }
  .pr-xl-l,
  .px-xl-l {
    padding-right: 20px !important;
  }
  .pb-xl-l,
  .py-xl-l {
    padding-bottom: 20px !important;
  }
  .pl-xl-l,
  .px-xl-l {
    padding-left: 20px !important;
  }
  .p-xl-xl {
    padding: 24px !important;
  }
  .pt-xl-xl,
  .py-xl-xl {
    padding-top: 24px !important;
  }
  .pr-xl-xl,
  .px-xl-xl {
    padding-right: 24px !important;
  }
  .pb-xl-xl,
  .py-xl-xl {
    padding-bottom: 24px !important;
  }
  .pl-xl-xl,
  .px-xl-xl {
    padding-left: 24px !important;
  }
  .p-xl-xxl {
    padding: 28px !important;
  }
  .pt-xl-xxl,
  .py-xl-xxl {
    padding-top: 28px !important;
  }
  .pr-xl-xxl,
  .px-xl-xxl {
    padding-right: 28px !important;
  }
  .pb-xl-xxl,
  .py-xl-xxl {
    padding-bottom: 28px !important;
  }
  .pl-xl-xxl,
  .px-xl-xxl {
    padding-left: 28px !important;
  }
  .p-xl-xxl2 {
    padding: 32px !important;
  }
  .pt-xl-xxl2,
  .py-xl-xxl2 {
    padding-top: 32px !important;
  }
  .pr-xl-xxl2,
  .px-xl-xxl2 {
    padding-right: 32px !important;
  }
  .pb-xl-xxl2,
  .py-xl-xxl2 {
    padding-bottom: 32px !important;
  }
  .pl-xl-xxl2,
  .px-xl-xxl2 {
    padding-left: 32px !important;
  }
  .p-xl-xxl3 {
    padding: 36px !important;
  }
  .pt-xl-xxl3,
  .py-xl-xxl3 {
    padding-top: 36px !important;
  }
  .pr-xl-xxl3,
  .px-xl-xxl3 {
    padding-right: 36px !important;
  }
  .pb-xl-xxl3,
  .py-xl-xxl3 {
    padding-bottom: 36px !important;
  }
  .pl-xl-xxl3,
  .px-xl-xxl3 {
    padding-left: 36px !important;
  }
  .p-xl-xxl4 {
    padding: 40px !important;
  }
  .pt-xl-xxl4,
  .py-xl-xxl4 {
    padding-top: 40px !important;
  }
  .pr-xl-xxl4,
  .px-xl-xxl4 {
    padding-right: 40px !important;
  }
  .pb-xl-xxl4,
  .py-xl-xxl4 {
    padding-bottom: 40px !important;
  }
  .pl-xl-xxl4,
  .px-xl-xxl4 {
    padding-left: 40px !important;
  }
  .p-xl-xxl5 {
    padding: 44px !important;
  }
  .pt-xl-xxl5,
  .py-xl-xxl5 {
    padding-top: 44px !important;
  }
  .pr-xl-xxl5,
  .px-xl-xxl5 {
    padding-right: 44px !important;
  }
  .pb-xl-xxl5,
  .py-xl-xxl5 {
    padding-bottom: 44px !important;
  }
  .pl-xl-xxl5,
  .px-xl-xxl5 {
    padding-left: 44px !important;
  }
  .p-xl-xxl6 {
    padding: 48px !important;
  }
  .pt-xl-xxl6,
  .py-xl-xxl6 {
    padding-top: 48px !important;
  }
  .pr-xl-xxl6,
  .px-xl-xxl6 {
    padding-right: 48px !important;
  }
  .pb-xl-xxl6,
  .py-xl-xxl6 {
    padding-bottom: 48px !important;
  }
  .pl-xl-xxl6,
  .px-xl-xxl6 {
    padding-left: 48px !important;
  }
  .m-xl-n1 {
    margin: -8px !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -8px !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -8px !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -8px !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -8px !important;
  }
  .m-xl-n2 {
    margin: -16px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -16px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -16px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -16px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -16px !important;
  }
  .m-xl-n3 {
    margin: -24px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -24px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -24px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -24px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -24px !important;
  }
  .m-xl-n4 {
    margin: -32px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -32px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -32px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -32px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -32px !important;
  }
  .m-xl-n5 {
    margin: -48px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -48px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -48px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -48px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -48px !important;
  }
  .m-xl-n6 {
    margin: -64px !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -64px !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -64px !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -64px !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -64px !important;
  }
  .m-xl-n7 {
    margin: -80px !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -80px !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -80px !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -80px !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -80px !important;
  }
  .m-xl-nxxs {
    margin: -4px !important;
  }
  .mt-xl-nxxs,
  .my-xl-nxxs {
    margin-top: -4px !important;
  }
  .mr-xl-nxxs,
  .mx-xl-nxxs {
    margin-right: -4px !important;
  }
  .mb-xl-nxxs,
  .my-xl-nxxs {
    margin-bottom: -4px !important;
  }
  .ml-xl-nxxs,
  .mx-xl-nxxs {
    margin-left: -4px !important;
  }
  .m-xl-nxs {
    margin: -8px !important;
  }
  .mt-xl-nxs,
  .my-xl-nxs {
    margin-top: -8px !important;
  }
  .mr-xl-nxs,
  .mx-xl-nxs {
    margin-right: -8px !important;
  }
  .mb-xl-nxs,
  .my-xl-nxs {
    margin-bottom: -8px !important;
  }
  .ml-xl-nxs,
  .mx-xl-nxs {
    margin-left: -8px !important;
  }
  .m-xl-ns {
    margin: -12px !important;
  }
  .mt-xl-ns,
  .my-xl-ns {
    margin-top: -12px !important;
  }
  .mr-xl-ns,
  .mx-xl-ns {
    margin-right: -12px !important;
  }
  .mb-xl-ns,
  .my-xl-ns {
    margin-bottom: -12px !important;
  }
  .ml-xl-ns,
  .mx-xl-ns {
    margin-left: -12px !important;
  }
  .m-xl-nm {
    margin: -16px !important;
  }
  .mt-xl-nm,
  .my-xl-nm {
    margin-top: -16px !important;
  }
  .mr-xl-nm,
  .mx-xl-nm {
    margin-right: -16px !important;
  }
  .mb-xl-nm,
  .my-xl-nm {
    margin-bottom: -16px !important;
  }
  .ml-xl-nm,
  .mx-xl-nm {
    margin-left: -16px !important;
  }
  .m-xl-nl {
    margin: -20px !important;
  }
  .mt-xl-nl,
  .my-xl-nl {
    margin-top: -20px !important;
  }
  .mr-xl-nl,
  .mx-xl-nl {
    margin-right: -20px !important;
  }
  .mb-xl-nl,
  .my-xl-nl {
    margin-bottom: -20px !important;
  }
  .ml-xl-nl,
  .mx-xl-nl {
    margin-left: -20px !important;
  }
  .m-xl-nxl {
    margin: -24px !important;
  }
  .mt-xl-nxl,
  .my-xl-nxl {
    margin-top: -24px !important;
  }
  .mr-xl-nxl,
  .mx-xl-nxl {
    margin-right: -24px !important;
  }
  .mb-xl-nxl,
  .my-xl-nxl {
    margin-bottom: -24px !important;
  }
  .ml-xl-nxl,
  .mx-xl-nxl {
    margin-left: -24px !important;
  }
  .m-xl-nxxl {
    margin: -28px !important;
  }
  .mt-xl-nxxl,
  .my-xl-nxxl {
    margin-top: -28px !important;
  }
  .mr-xl-nxxl,
  .mx-xl-nxxl {
    margin-right: -28px !important;
  }
  .mb-xl-nxxl,
  .my-xl-nxxl {
    margin-bottom: -28px !important;
  }
  .ml-xl-nxxl,
  .mx-xl-nxxl {
    margin-left: -28px !important;
  }
  .m-xl-nxxl2 {
    margin: -32px !important;
  }
  .mt-xl-nxxl2,
  .my-xl-nxxl2 {
    margin-top: -32px !important;
  }
  .mr-xl-nxxl2,
  .mx-xl-nxxl2 {
    margin-right: -32px !important;
  }
  .mb-xl-nxxl2,
  .my-xl-nxxl2 {
    margin-bottom: -32px !important;
  }
  .ml-xl-nxxl2,
  .mx-xl-nxxl2 {
    margin-left: -32px !important;
  }
  .m-xl-nxxl3 {
    margin: -36px !important;
  }
  .mt-xl-nxxl3,
  .my-xl-nxxl3 {
    margin-top: -36px !important;
  }
  .mr-xl-nxxl3,
  .mx-xl-nxxl3 {
    margin-right: -36px !important;
  }
  .mb-xl-nxxl3,
  .my-xl-nxxl3 {
    margin-bottom: -36px !important;
  }
  .ml-xl-nxxl3,
  .mx-xl-nxxl3 {
    margin-left: -36px !important;
  }
  .m-xl-nxxl4 {
    margin: -40px !important;
  }
  .mt-xl-nxxl4,
  .my-xl-nxxl4 {
    margin-top: -40px !important;
  }
  .mr-xl-nxxl4,
  .mx-xl-nxxl4 {
    margin-right: -40px !important;
  }
  .mb-xl-nxxl4,
  .my-xl-nxxl4 {
    margin-bottom: -40px !important;
  }
  .ml-xl-nxxl4,
  .mx-xl-nxxl4 {
    margin-left: -40px !important;
  }
  .m-xl-nxxl5 {
    margin: -44px !important;
  }
  .mt-xl-nxxl5,
  .my-xl-nxxl5 {
    margin-top: -44px !important;
  }
  .mr-xl-nxxl5,
  .mx-xl-nxxl5 {
    margin-right: -44px !important;
  }
  .mb-xl-nxxl5,
  .my-xl-nxxl5 {
    margin-bottom: -44px !important;
  }
  .ml-xl-nxxl5,
  .mx-xl-nxxl5 {
    margin-left: -44px !important;
  }
  .m-xl-nxxl6 {
    margin: -48px !important;
  }
  .mt-xl-nxxl6,
  .my-xl-nxxl6 {
    margin-top: -48px !important;
  }
  .mr-xl-nxxl6,
  .mx-xl-nxxl6 {
    margin-right: -48px !important;
  }
  .mb-xl-nxxl6,
  .my-xl-nxxl6 {
    margin-bottom: -48px !important;
  }
  .ml-xl-nxxl6,
  .mx-xl-nxxl6 {
    margin-left: -48px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1500px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #ffffff !important;
}
.text-background {
  color: #ffffff !important;
}
a.text-background:hover,
a.text-background:focus {
  color: #d9d9d9 !important;
}
.text-text {
  color: #1a1a1a !important;
}
a.text-text:hover,
a.text-text:focus {
  color: black !important;
}
.text-inverse {
  color: #ffffff !important;
}
a.text-inverse:hover,
a.text-inverse:focus {
  color: #d9d9d9 !important;
}
.text-transparent {
  color: transparent !important;
}
a.text-transparent:hover,
a.text-transparent:focus {
  color: rgba(0, 0, 0, 0) !important;
}
.text-primary {
  color: #1a2740 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #04060a !important;
}
.text-secondary {
  color: #bf111b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #790b11 !important;
}
.text-success {
  color: #8ccc64 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #64ab38 !important;
}
.text-info {
  color: #0083f4 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #005aa8 !important;
}
.text-warning {
  color: #e5a100 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #996b00 !important;
}
.text-danger {
  color: #bf111b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #790b11 !important;
}
.text-light {
  color: #f7f7f7 !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #d1d1d1 !important;
}
.text-dark {
  color: #1a1a1a !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: black !important;
}
.text-text-muted {
  color: #999999 !important;
}
a.text-text-muted:hover,
a.text-text-muted:focus {
  color: #737373 !important;
}
.text-pageBG {
  color: #f8f7f8 !important;
}
a.text-pageBG:hover,
a.text-pageBG:focus {
  color: #d4ced4 !important;
}
.text-blockBG {
  color: #ffffff !important;
}
a.text-blockBG:hover,
a.text-blockBG:focus {
  color: #d9d9d9 !important;
}
.text-text-table {
  color: #1a1a1a !important;
}
a.text-text-table:hover,
a.text-text-table:focus {
  color: black !important;
}
.text-body {
  color: #1a1a1a !important;
}
.text-muted {
  color: #999999 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 16px 0;
  margin: 0 0 0;
  font-size: 0.875rem;
  color: #1a1a1a;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0 solid #ffffff;
  border-radius: 0;
  box-shadow: 0 6px 6px 0 rgba(22, 37, 63, 0.23), 0 10px 20px 0 rgba(22, 37, 63, 0.19);
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1500px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 8px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0 16px;
  clear: both;
  font-weight: 400;
  color: #bf111b;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #ED6E67;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #ED6E67;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #999999;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 16px 16px;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #1a1a1a;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0 16px;
  color: #bf111b;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 240px;
  font-family:
    "Helvetica",
    Arial,
    "Noto Sans",
    sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.38;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #1a2740;
  border-radius: 0;
  box-shadow:
    0 6px 6px 0 rgba(22, 37, 63, 0.23),
    0 10px 20px 0 rgba(22, 37, 63, 0.19),
    inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 0;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 10px;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: -11px;
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 10px 5px 0;
  border-top-color: #1a2740;
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 10px 5px 0;
  border-top-color: #ffffff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 10px;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: -11px;
  width: 10px;
  height: 10px;
  margin: 0 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 5px 10px 5px 0;
  border-right-color: #1a2740;
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 5px 10px 5px 0;
  border-right-color: #ffffff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 10px;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: -11px;
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 5px 10px 5px;
  border-bottom-color: #1a2740;
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 5px 10px 5px;
  border-bottom-color: #ffffff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 10px;
  margin-left: -5px;
  content: "";
  border-bottom: 1px solid #ffffff;
}
.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 10px;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: -11px;
  width: 10px;
  height: 10px;
  margin: 0 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 5px 0 5px 10px;
  border-left-color: #1a2740;
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 5px 0 5px 10px;
  border-left-color: #ffffff;
}
.popover-header {
  padding: 16px 16px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 16px 16px;
  color: #1a1a1a;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 0;
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card-deck .card {
  margin-bottom: 11px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -11px;
    margin-left: -11px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 11px;
    margin-bottom: 0;
    margin-left: 11px;
  }
}
.card-group > .card {
  margin-bottom: 11px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 0 solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: 0;
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #1a1a1a;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #bf111b;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 8px;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 16px);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 16px);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 16px);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 16px);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 0;
  box-shadow: 0 6px 6px 0 rgba(22, 37, 63, 0.23), 0 10px 20px 0 rgba(22, 37, 63, 0.19);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #1a2740;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.13;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 16px 16px;
  border-bottom: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .close {
  padding: 16px 16px 16px;
  margin: -12px -16px -12px auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.38;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 16px;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 16px;
  border-top: 0 solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > * {
  margin: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 548px;
    margin: 16px auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 32px);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 32px);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 32px);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 32px);
    height: min-content;
  }
  .modal-content {
    box-shadow: 0 6px 6px 0 rgba(22, 37, 63, 0.23), 0 10px 20px 0 rgba(22, 37, 63, 0.19);
  }
  .modal-sm {
    max-width: 359px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 738px;
  }
}
@media (min-width: 1500px) {
  .modal-xl {
    max-width: 928px;
  }
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: inherit;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #bf111b;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(191, 17, 27, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #bf111b;
  border-color: #bf111b;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0.375rem 1rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.38;
  color: #1a1a1a;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #999999;
  border-radius: 0;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1a1a1a;
}
.form-control:focus {
  color: #1a1a1a;
  background-color: #ffffff;
  border-color: #1a2740;
  outline: 0;
}
.form-control::placeholder {
  color: transparent;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e3e3e3;
  opacity: 1;
}
input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}
select.form-control:focus::-ms-value {
  color: #1a1a1a;
  background-color: #ffffff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.38;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.8125rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.8125rem;
  line-height: 1.38;
  color: #1a1a1a;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: 32px;
  padding: 0.25rem 1rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #999999;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #8ccc64;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.38;
  color: #212529;
  background-color: rgba(140, 204, 100, 0.9);
  border-radius: 0;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #8ccc64;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #8ccc64;
  box-shadow: 0 0 0 0.2rem rgba(140, 204, 100, 0.25);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #8ccc64;
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #8ccc64;
  box-shadow: 0 0 0 0.2rem rgba(140, 204, 100, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #8ccc64;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #8ccc64;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #8ccc64;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #a8d98a;
  background-color: #a8d98a;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(140, 204, 100, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #8ccc64;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #8ccc64;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #8ccc64;
  box-shadow: 0 0 0 0.2rem rgba(140, 204, 100, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #bf111b;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.38;
  color: #ffffff;
  background-color: rgba(191, 17, 27, 0.9);
  border-radius: 0;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
input.ng-invalid.ng-touched ~ .invalid-feedback,
foerch-input.ng-invalid.ng-touched input ~ .invalid-feedback,
foerch-password.ng-invalid.ng-touched input ~ .invalid-feedback,
textarea.ng-invalid.ng-touched ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
input.ng-invalid.ng-touched ~ .invalid-tooltip,
foerch-input.ng-invalid.ng-touched input ~ .invalid-tooltip,
foerch-password.ng-invalid.ng-touched input ~ .invalid-tooltip,
textarea.ng-invalid.ng-touched ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
input.form-control.ng-invalid.ng-touched,
foerch-input.ng-invalid.ng-touched input.form-control,
foerch-password.ng-invalid.ng-touched input.form-control,
textarea.form-control.ng-invalid.ng-touched {
  border-color: #bf111b;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
input.form-control.ng-invalid.ng-touched:focus,
foerch-input.ng-invalid.ng-touched input.form-control:focus,
foerch-password.ng-invalid.ng-touched input.form-control:focus,
textarea.form-control.ng-invalid.ng-touched:focus {
  border-color: #bf111b;
  box-shadow: 0 0 0 0.2rem rgba(191, 17, 27, 0.25);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid,
input.custom-select.ng-invalid.ng-touched,
foerch-input.ng-invalid.ng-touched input.custom-select,
foerch-password.ng-invalid.ng-touched input.custom-select,
textarea.custom-select.ng-invalid.ng-touched {
  border-color: #bf111b;
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus,
input.custom-select.ng-invalid.ng-touched:focus,
foerch-input.ng-invalid.ng-touched input.custom-select:focus,
foerch-password.ng-invalid.ng-touched input.custom-select:focus,
textarea.custom-select.ng-invalid.ng-touched:focus {
  border-color: #bf111b;
  box-shadow: 0 0 0 0.2rem rgba(191, 17, 27, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label,
input.form-check-input.ng-invalid.ng-touched ~ .form-check-label,
foerch-input.ng-invalid.ng-touched input.form-check-input ~ .form-check-label,
foerch-password.ng-invalid.ng-touched input.form-check-input ~ .form-check-label,
textarea.form-check-input.ng-invalid.ng-touched ~ .form-check-label {
  color: #bf111b;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
input.form-check-input.ng-invalid.ng-touched ~ .invalid-feedback,
foerch-input.ng-invalid.ng-touched input.form-check-input ~ .invalid-feedback,
foerch-password.ng-invalid.ng-touched input.form-check-input ~ .invalid-feedback,
textarea.form-check-input.ng-invalid.ng-touched ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
input.form-check-input.ng-invalid.ng-touched ~ .invalid-tooltip,
foerch-input.ng-invalid.ng-touched input.form-check-input ~ .invalid-tooltip,
foerch-password.ng-invalid.ng-touched input.form-check-input ~ .invalid-tooltip,
textarea.form-check-input.ng-invalid.ng-touched ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label,
input.custom-control-input.ng-invalid.ng-touched ~ .custom-control-label,
foerch-input.ng-invalid.ng-touched input.custom-control-input ~ .custom-control-label,
foerch-password.ng-invalid.ng-touched input.custom-control-input ~ .custom-control-label,
textarea.custom-control-input.ng-invalid.ng-touched ~ .custom-control-label {
  color: #bf111b;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before,
input.custom-control-input.ng-invalid.ng-touched ~ .custom-control-label::before,
foerch-input.ng-invalid.ng-touched input.custom-control-input ~ .custom-control-label::before,
foerch-password.ng-invalid.ng-touched input.custom-control-input ~ .custom-control-label::before,
textarea.custom-control-input.ng-invalid.ng-touched ~ .custom-control-label::before {
  border-color: #bf111b;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
input.custom-control-input.ng-invalid.ng-touched:checked ~ .custom-control-label::before,
foerch-input.ng-invalid.ng-touched input.custom-control-input:checked ~ .custom-control-label::before,
foerch-password.ng-invalid.ng-touched input.custom-control-input:checked ~ .custom-control-label::before,
textarea.custom-control-input.ng-invalid.ng-touched:checked ~ .custom-control-label::before {
  border-color: #ea1925;
  background-color: #ea1925;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
input.custom-control-input.ng-invalid.ng-touched:focus ~ .custom-control-label::before,
foerch-input.ng-invalid.ng-touched input.custom-control-input:focus ~ .custom-control-label::before,
foerch-password.ng-invalid.ng-touched input.custom-control-input:focus ~ .custom-control-label::before,
textarea.custom-control-input.ng-invalid.ng-touched:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(191, 17, 27, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
input.custom-control-input.ng-invalid.ng-touched:focus:not(:checked) ~ .custom-control-label::before,
foerch-input.ng-invalid.ng-touched input.custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
foerch-password.ng-invalid.ng-touched input.custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
textarea.custom-control-input.ng-invalid.ng-touched:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #bf111b;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label,
input.custom-file-input.ng-invalid.ng-touched ~ .custom-file-label,
foerch-input.ng-invalid.ng-touched input.custom-file-input ~ .custom-file-label,
foerch-password.ng-invalid.ng-touched input.custom-file-input ~ .custom-file-label,
textarea.custom-file-input.ng-invalid.ng-touched ~ .custom-file-label {
  border-color: #bf111b;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label,
input.custom-file-input.ng-invalid.ng-touched:focus ~ .custom-file-label,
foerch-input.ng-invalid.ng-touched input.custom-file-input:focus ~ .custom-file-label,
foerch-password.ng-invalid.ng-touched input.custom-file-input:focus ~ .custom-file-label,
textarea.custom-file-input.ng-invalid.ng-touched:focus ~ .custom-file-label {
  border-color: #bf111b;
  box-shadow: 0 0 0 0.2rem rgba(191, 17, 27, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.38rem;
  padding-left: 1.875rem;
  color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 32px;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.125rem;
  height: 1.2525rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #1a2740;
  background-color: #1a2740;
  box-shadow: 0px 0px 0px 0px #e3e3e3;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none, none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1a2740;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #999999;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #cccccc;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.1275rem;
  left: -1.875rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #1a2740 solid 1px;
  box-shadow: 0px 0px 0px 0px #e3e3e3, inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
}
.custom-control-label::after {
  position: absolute;
  top: 0.1275rem;
  left: -1.875rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
  background: 50%/100% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M3.561 9.457L2.5 10.517l4.906 5.026L17.5 5.517l-1.06-1.06-9.034 8.965z'/%3E%3C/svg%3E%0A");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #bf111b;
  background-color: #bf111b;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #cccccc;
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: #cccccc;
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #cccccc;
}
.custom-switch {
  padding-left: 2.71875rem;
}
.custom-switch .custom-control-label::before {
  left: -2.71875rem;
  width: 1.96875rem;
  pointer-events: all;
  border-radius: 0.5625rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.1275rem + 2px);
  left: calc(-2.71875rem + 2px);
  width: calc(1.125rem - 4px);
  height: calc(1.125rem - 4px);
  background-color: #1a2740;
  border-radius: 0.5625rem;
  transition:
    transform 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  transform: translateX(0.84375rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #cccccc;
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: 44px;
  padding: 0.375rem 2rem 0.375rem 1rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.38;
  color: #1a1a1a;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat;
  border: 1px solid #999999;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  appearance: none;
}
.custom-select:focus {
  border-color: #1a2740;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(191, 17, 27, 0.25);
}
.custom-select:focus::-ms-value {
  color: #1a1a1a;
  background-color: #ffffff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1a1a1a;
}
.custom-select-sm {
  height: 32px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  font-size: 0.8125rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 44px;
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 44px;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #1a2740;
  box-shadow: none;
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e3e3e3;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 44px;
  padding: 0.375rem 1rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.38;
  color: #1a1a1a;
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 0;
  box-shadow: none;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.38em + 0.75rem);
  padding: 0.375rem 1rem;
  line-height: 1.38;
  color: #1a1a1a;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0 0 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, none;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, none;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #bf111b;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #f58e94;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #bf111b;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #f58e94;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #bf111b;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #f58e94;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
body {
  -webkit-font-smoothing: antialiased;
}
h1,
.h1,
.display-2 {
  line-height: 1.36;
}
h2,
.h2,
.display-3 {
  line-height: 1.38;
}
.display-4 {
  line-height: 1.33;
}
h4,
.h4,
.display-5 {
  line-height: 1.5;
}
h5,
.h5 {
  line-height: 1.43;
}
@media (max-width: 767.98px) {
  .display-1 {
    font-size: 32px;
    line-height: 1.38;
  }
}
@media (max-width: 767.98px) {
  h1,
  .h1,
  h2,
  .h2,
  .display-2,
  .display-3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h1,
  .h1,
  .display-2 {
    font-size: 32px;
  }
}
h3 strong,
.h3 strong,
h4 strong,
.h4 strong {
  font-weight: bold;
}
.text-small {
  font-size: 14px;
  line-height: 1.43;
}
small {
  line-height: 1.5;
}
.ul,
.ol {
  padding-left: 27px;
  line-height: 1.43;
}
.ul li {
  padding-left: 8px;
}
.ol li {
  padding-left: 10px;
}
a {
  transition: color 0.15s ease-in-out;
}
.link {
  cursor: pointer;
  text-decoration: underline;
  transition: color 0.15s ease-in-out;
}
.link:hover {
  color: #bf111b;
}
.helptext {
  font-size: 12px;
}
.helptext cx-icon {
  color: inherit;
}
.helptext_warning cx-icon,
.helptext_danger cx-icon,
.helptext_info cx-icon {
  margin-right: 8px;
  margin-top: -3px;
}
.helptext_info {
  color: #999999;
}
.helptext_warning {
  color: #e5a100;
}
.helptext_danger {
  color: #bf111b;
}
.btn {
  display: inline-block;
  font-weight: normal;
  color: #1a1a1a;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 11px 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.34;
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #1a1a1a;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled,
.btn:disabled {
  opacity: 1;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-link,
.btn-tertiary,
.btn-tertiary_cms {
  font-weight: 400;
  color: inherit;
  text-decoration: underline;
}
.btn-link:hover,
.btn-tertiary:hover,
.btn-tertiary_cms:hover {
  color: #bf111b;
  text-decoration: underline;
}
.btn-link:focus,
.btn-tertiary:focus,
.btn-tertiary_cms:focus,
.btn-link.focus,
.focus.btn-tertiary,
.focus.btn-tertiary_cms {
  text-decoration: underline;
}
.btn-link:disabled,
.btn-tertiary:disabled,
.btn-tertiary_cms:disabled,
.btn-link.disabled,
.disabled.btn-tertiary,
.disabled.btn-tertiary_cms {
  color: #999999;
  pointer-events: none;
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}
.btn-sm {
  padding: 8px 0.5rem;
  font-size: 0.75rem;
  line-height: 1.33;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.btn-reset-spacing,
.btn-icon {
  border: 0;
  padding: 0;
  text-align: left;
  min-width: 0;
}
.btn-primary,
.custom-buttonSwitch-input:checked ~ div {
  color: #ffffff;
  background-color: #1a2740;
  border-color: #1a2740;
  box-shadow: none;
}
.btn-primary:hover,
.custom-buttonSwitch-input:checked ~ div:hover {
  color: #ffffff;
  background-color: #818ea2;
  border-color: #818ea2;
}
.btn-primary:focus,
.custom-buttonSwitch-input:checked ~ div:focus,
.btn-primary.focus,
.custom-buttonSwitch-input:checked ~ div.focus {
  color: #ffffff;
  background-color: #818ea2;
  border-color: #818ea2;
  box-shadow: 0 0 0 0 rgba(60, 71, 93, 0.5);
}
.btn-primary.disabled,
.custom-buttonSwitch-input:checked ~ div.disabled,
.btn-primary:disabled,
.custom-buttonSwitch-input:checked ~ div:disabled {
  color: #ffffff;
  background-color: #1a2740;
  border-color: #1a2740;
}
.btn-primary:not(:disabled):not(.disabled):active,
.custom-buttonSwitch-input:checked ~ div:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.custom-buttonSwitch-input:checked ~ div:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.show > .custom-buttonSwitch-input:checked ~ div.dropdown-toggle {
  color: #ffffff;
  background-color: #818ea2;
  border-color: #818ea2;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.custom-buttonSwitch-input:checked ~ div:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.custom-buttonSwitch-input:checked ~ div:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.show > .custom-buttonSwitch-input:checked ~ div.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(60, 71, 93, 0.5);
}
@media (hover: none) {
  .btn-primary:hover,
  .custom-buttonSwitch-input:checked ~ div:hover {
    background-color: #1a2740;
    border-color: #1a2740;
  }
}
.btn-secondary {
  color: #1a2740;
  border-color: #1a2740;
  background: #ffffff;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
}
.btn-secondary:hover {
  color: #1a2740;
  background-color: #e8eaec;
  border-color: #1a2740;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0 rgba(26, 39, 64, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1a2740;
  background-color: transparent;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #e8eaec;
  border-color: #1a2740;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(26, 39, 64, 0.5);
}
@media (hover: none) {
  .btn-secondary:hover {
    background-color: #ffffff;
  }
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
  color: #1a2740;
}
.btn-commerce {
  color: #212529;
  background-color: #8ccc64;
  border-color: #8ccc64;
  box-shadow: none;
}
.btn-commerce:hover {
  color: #212529;
  background-color: #c1e1ad;
  border-color: #c1e1ad;
}
.btn-commerce:focus,
.btn-commerce.focus {
  color: #212529;
  background-color: #c1e1ad;
  border-color: #c1e1ad;
  box-shadow: 0 0 0 0 rgba(124, 179, 91, 0.5);
}
.btn-commerce.disabled,
.btn-commerce:disabled {
  color: #212529;
  background-color: #8ccc64;
  border-color: #8ccc64;
}
.btn-commerce:not(:disabled):not(.disabled):active,
.btn-commerce:not(:disabled):not(.disabled).active,
.show > .btn-commerce.dropdown-toggle {
  color: #212529;
  background-color: #c1e1ad;
  border-color: #c1e1ad;
}
.btn-commerce:not(:disabled):not(.disabled):active:focus,
.btn-commerce:not(:disabled):not(.disabled).active:focus,
.show > .btn-commerce.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(124, 179, 91, 0.5);
}
.btn-commerce:not(:disabled):not(.disabled):active {
  color: #ffffff;
}
@media (hover: none) {
  .btn-commerce:hover {
    background-color: #8ccc64;
    border-color: #8ccc64;
  }
}
.btn-success {
  color: #212529;
  background-color: #8ccc64;
  border-color: #8ccc64;
  box-shadow: none;
}
.btn-success:hover {
  color: #212529;
  background-color: #c1e1ad;
  border-color: #c1e1ad;
}
.btn-success:focus,
.btn-success.focus {
  color: #212529;
  background-color: #c1e1ad;
  border-color: #c1e1ad;
  box-shadow: 0 0 0 0 rgba(124, 179, 91, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #212529;
  background-color: #8ccc64;
  border-color: #8ccc64;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #212529;
  background-color: #70be3f;
  border-color: #6ab53b;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(124, 179, 91, 0.5);
}
.btn-danger {
  color: #ffffff;
  background-color: #bf111b;
  border-color: #bf111b;
  box-shadow: none;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #ED6E67;
  border-color: #ED6E67;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #ED6E67;
  border-color: #ED6E67;
  box-shadow: 0 0 0 0 rgba(201, 53, 61, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #bf111b;
  border-color: #bf111b;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #900d14;
  border-color: #840c13;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(201, 53, 61, 0.5);
}
.btn-commerce,
.btn-commerce:hover,
.btn-success,
.btn-success:hover {
  color: #ffffff;
}
.btn {
  min-width: 46px;
}
.btn.disabled,
.btn:disabled {
  color: #999999;
  cursor: not-allowed;
}
.btn.disabled.btn-primary,
.custom-buttonSwitch-input:checked ~ div.btn.disabled,
.btn.disabled.btn-commerce,
.btn:disabled.btn-primary,
.custom-buttonSwitch-input:checked ~ div.btn:disabled,
.btn:disabled.btn-commerce {
  background: #e3e3e3;
  border-color: #e3e3e3;
}
.btn.disabled.btn-secondary,
.btn:disabled.btn-secondary {
  background: #ffffff;
  border-color: #999999;
}
.btn .icon {
  color: inherit;
  position: relative;
  margin: -1px 0 -2px;
}
table .btn,
.smallTable .btn {
  white-space: nowrap;
}
.btn-sm {
  min-width: 34px;
}
.btn-sm .icon {
  font-size: 16px;
}
.btn-link,
.btn-tertiary,
.btn-tertiary_cms,
a.btn {
  text-decoration: none;
}
.btn-link,
.btn-tertiary,
.btn-tertiary_cms,
.btn-link_secondary {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  min-width: 0;
}
.btn-link:not(.btn-sm):not(.btn-back),
.btn-tertiary:not(.btn-sm):not(.btn-back),
.btn-tertiary_cms:not(.btn-sm):not(.btn-back),
.btn-link_secondary:not(.btn-sm):not(.btn-back) {
  font-size: 14px;
  line-height: 1.43;
}
.btn-link:not(.btn-sm):not(.btn-back) .icon,
.btn-tertiary:not(.btn-sm):not(.btn-back) .icon,
.btn-tertiary_cms:not(.btn-sm):not(.btn-back) .icon,
.btn-link_secondary:not(.btn-sm):not(.btn-back) .icon {
  margin-right: 8px;
}
.btn-link.btn-sm .icon,
.btn-sm.btn-tertiary .icon,
.btn-sm.btn-tertiary_cms .icon,
.btn-link_secondary.btn-sm .icon {
  margin-right: 4px;
  margin-top: -2px;
}
.btn-link.btn-block + .btn-block,
.btn-block.btn-tertiary + .btn-block,
.btn-block.btn-tertiary_cms + .btn-block,
.btn-link_secondary.btn-block + .btn-block {
  margin-top: 0;
}
.btn-link:not(:disabled):not(.disabled):not(:hover),
.btn-tertiary:not(:disabled):not(.disabled):not(:hover),
.btn-tertiary_cms:not(:disabled):not(.disabled):not(:hover) {
  color: #1a1a1a;
}
@media (hover: none) {
  .btn-link:hover,
  .btn-tertiary:hover,
  .btn-tertiary_cms:hover {
    color: #1a1a1a;
    text-decoration: none;
  }
}
.btn.btn-link_secondary {
  text-decoration: underline;
}
.btn.btn-link_secondary:not(:disabled):not(.disabled):hover {
  color: #bf111b;
  text-decoration: underline;
}
@media (hover: none) {
  .btn.btn-link_secondary:hover {
    color: #1a1a1a !important;
  }
}
.btn.btn-link_secondary:disabled,
.btn.btn-link_secondary.disabled {
  color: #999999;
  pointer-events: none;
}
.btn-tertiary_inverted:not(:disabled):not(.disabled):not(:hover),
.btn-link_inverted:not(:disabled):not(.disabled):not(:hover) {
  color: #ffffff;
}
.btn-tertiary:not(:disabled):not(.disabled):not(.btn-tertiary_inverted) .icon,
.btn-tertiary_cms:not(:disabled):not(.disabled):not(.btn-tertiary_inverted) .icon {
  color: #bf111b;
}
.btn-tertiary.btn-block,
.btn-block.btn-tertiary_cms {
  display: flex;
}
.btn-tertiary.btn-block .icon,
.btn-block.btn-tertiary_cms .icon {
  align-self: flex-start;
}
.btn-tertiary_cms:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23bf111b' d='M8 15.06l1.06 1.061 6.061-6.058L9.061 4 8 5.06l5 5.002z' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: top;
  flex-shrink: 0;
}
.btn-tertiary_cms.btn-sm:before {
  margin-right: 4px;
  margin-top: -1px;
  width: 16px;
  height: 16px;
}
.btn-icon {
  display: inline-block;
  background: none;
}
.btn-icon:focus {
  outline: none;
}
.btn-icon_left .icon {
  margin-right: 8px;
}
.btn-icon_right .icon {
  margin-left: 8px;
}
.btn-wider {
  min-width: 139px;
}
.btn-loading .spinner_small {
  width: 20px;
  height: 0;
  display: inline-block;
  text-align: center;
}
.btn-loading .spinner_small:first-child {
  margin-right: 8px;
}
.btn-loading .spinner_small:last-child {
  margin-left: 8px;
}
.btn-loading .spinner_small .loader-container {
  height: 20px;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translate3d(0, -90%, 0);
}
.btn-loading .spinner_small .loader,
.btn-loading .spinner_small .loader:after,
.btn-loading .spinner_small .loader:before {
  width: 4px;
  height: 4px;
  box-shadow: 0 8px 0;
  animation-name: loaderAnimationSmallInherit;
}
.btn-loading .spinner_small .loader:before {
  left: -7px;
}
.btn-loading .spinner_small .loader:after {
  right: -7px;
}
.btn-loading.btn-sm .spinner_small {
  width: 16px;
}
.btn-loading.btn-sm .spinner_small .loader-container {
  transform: scale(0.8) translate3d(0, -90%, 0);
}
.btn-back {
  border: 0;
  padding: 0;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.33;
}
.btn-back .icon {
  margin-right: 4px;
  margin-top: -2px;
  font-size: 16px;
}
@media (hover: none) {
  .btn-back {
    font-size: 14px;
    line-height: 1.43;
  }
  .btn-back .icon {
    margin-right: 8px;
    margin-top: -1px;
    font-size: 20px;
  }
}
.btn-icon-higher .icon {
  margin-top: -3px !important;
}
.ng-select {
  padding-bottom: 1.25em;
}
.ng-select.ng-select-disabled .ng-select-container:after {
  border-bottom-color: transparent;
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.42) 0%,
      rgba(0, 0, 0, 0.42) 33%,
      transparent 0%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-value {
  color: #999999;
}
.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-placeholder {
  color: #999999;
}
.ng-select.ng-select-disabled .ng-arrow-wrapper .ng-arrow,
.ng-select.ng-select-disabled .ng-clear-wrapper {
  color: #999999;
}
.ng-select.ng-select-focused .ng-select-container:after {
  border-color: #1a1a1a;
  border-width: 2px;
}
.ng-select.ng-select-focused .ng-select-container.ng-appearance-outline:after,
.ng-select.ng-select-focused .ng-select-container.ng-appearance-outline:hover:after {
  border-color: #1a1a1a;
  border-width: 2px;
}
.ng-select.ng-select-focused .ng-select-container .ng-value-container .ng-placeholder {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  color: #1a1a1a;
}
.ng-select.ng-select-focused .ng-select-container .ng-arrow-wrapper .ng-arrow {
  color: #1a1a1a;
}
.ng-select .ng-has-value .ng-placeholder,
.ng-select.ng-select-filtered .ng-select-container .ng-placeholder {
  display: initial;
}
.ng-select .ng-has-value .ng-placeholder,
.ng-select.ng-select-opened .ng-placeholder {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
}
.ng-select .ng-select-container {
  color: #1a1a1a;
  align-items: baseline;
  min-height: 51.5px;
}
.ng-select .ng-select-container:after {
  border-bottom: thin solid rgba(0, 0, 0, 0.42);
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  transition: border-color 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
.ng-select .ng-select-container.ng-appearance-outline {
  padding: 0 0.5em;
  min-height: 60px;
}
.ng-select .ng-select-container.ng-appearance-outline:after {
  border: solid 1px transparent;
  border-radius: 5px;
  height: calc(100% - 0.5em);
  pointer-events: none;
  transition: border-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ng-select .ng-select-container.ng-appearance-outline:hover:after {
  border-color: #1a1a1a;
  border-width: 2px;
}
.ng-select .ng-select-container.ng-appearance-outline .ng-placeholder {
  padding: 0 0.25em;
  background-color: #ffffff;
  z-index: 1;
}
.ng-select .ng-select-container.ng-appearance-outline .ng-value {
  padding-left: 0.25em;
}
.ng-select .ng-select-container .ng-value-container {
  align-items: stretch;
  padding: 0.4375em 0;
  border-top: 0.84375em solid transparent;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  position: absolute;
  color: #999999;
  transform-origin: left 0;
  transition:
    transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container .ng-placeholder {
  transform-origin: right 0;
}
.ng-select .ng-select-container .ng-value-container .ng-input {
  bottom: 0.4375em;
}
.ng-select.ng-select-single .ng-select-container.ng-appearance-outline .ng-arrow-wrapper {
  bottom: 17px;
}
.ng-select.ng-select-single .ng-select-container.ng-appearance-outline .ng-clear-wrapper {
  bottom: 14px;
}
.ng-select.ng-select-single .ng-select-container .ng-arrow-wrapper {
  align-self: flex-end;
  bottom: 9px;
}
.ng-select.ng-select-single .ng-select-container .ng-clear-wrapper {
  align-self: flex-end;
  bottom: 7px;
}
.ng-select.ng-select-multiple.ng-select-disabled .ng-select-container .ng-value-container .ng-value {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.26);
}
.ng-select.ng-select-multiple.ng-select-disabled .ng-appearance-outline:after,
.ng-select.ng-select-multiple.ng-select-disabled .ng-appearance-outline:hover:after {
  background-image: none;
  border: dotted 1px transparent;
}
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline.ng-has-value .ng-arrow-wrapper,
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline.ng-has-value .ng-clear-wrapper {
  border-top: none;
}
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline .ng-arrow-wrapper {
  top: 0;
}
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline .ng-clear-wrapper {
  top: 4px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  background-color: #1a1a1a;
  border-radius: 2px;
  color: #ffffff;
  padding: 2px 5px;
  margin: 0 0.4375em 0.4375em 0;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin: 0 0 0.4375em 0.4375em;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.26);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  font-size: 14px;
  font-weight: 500;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  color: #1a1a1a;
  padding-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  color: rgba(255, 255, 255, 0.87);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  line-height: 1.375em;
}
.ng-select.ng-select-multiple .ng-select-container.ng-has-value {
  align-items: center;
}
.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-value-container {
  padding-bottom: 0;
  padding-top: 0.1875em;
}
.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-clear-wrapper,
.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-arrow-wrapper {
  border-top: 0.84375em solid transparent;
}
.ng-select .ng-clear-wrapper {
  color: #999999;
}
.ng-select .ng-clear-wrapper:hover {
  color: #1a1a1a;
}
.ng-select .ng-arrow-wrapper {
  bottom: 2px;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid;
  margin: 0 4px;
  color: #999999;
}
.ng-select .ng-spinner-zone {
  top: 3px;
}
.ng-dropdown-panel {
  background: #ffffff;
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: calc(100% - 0.84375em);
  box-shadow:
    0 -5px 5px -3px rgba(0, 0, 0, 0.2),
    0 -8px 10px 1px rgba(0, 0, 0, 0.14),
    0 -3px 14px 2px transparent;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: calc(0% + 0.84375em);
  box-shadow:
    0 -5px 5px -3px rgba(0, 0, 0, 0.2),
    0 -8px 10px 1px rgba(0, 0, 0, 0.14),
    0 -3px 14px 2px transparent;
  margin-left: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: calc(100% - 1.25em);
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px transparent;
}
.ng-dropdown-panel.ng-select-left {
  left: calc(-100% - 4px);
  top: calc(0% + 0.84375em);
  box-shadow:
    0 -5px 5px -3px rgba(0, 0, 0, 0.2),
    0 -8px 10px 1px rgba(0, 0, 0, 0.14),
    0 -3px 14px 2px transparent;
}
.ng-dropdown-panel.multiple .ng-option.selected {
  background: #ffffff;
}
.ng-dropdown-panel.multiple .ng-option.marked {
  background: rgba(0, 0, 0, 0.04);
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid transparent;
  padding: 0 16px;
  line-height: 3em;
  min-height: 3em;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid transparent;
  padding: 0 16px;
  line-height: 3em;
  min-height: 3em;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  line-height: 3em;
  height: 3em;
  padding: 0 16px;
  color: #999999;
  font-weight: 500;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background: rgba(0, 0, 0, 0.04);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected {
  background: transparent;
  color: #1a1a1a;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  line-height: 3em;
  min-height: 3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 16px;
  text-decoration: none;
  position: relative;
  color: #1a1a1a;
  text-align: left;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  text-align: right;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background: rgba(0, 0, 0, 0.04);
  color: #1a1a1a;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  background: transparent;
  color: #1a1a1a;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #999999;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 32px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 32px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-right: 5px;
  font-size: 80%;
  font-weight: 400;
  color: #999999;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select,
.ng-dropdown-panel {
  font-size: 13px;
}
.ng-select {
  padding: 0;
}
.ng-select .ng-select-container {
  border: 1px solid #999999;
  min-height: 44px;
  height: 44px;
}
.ng-select .ng-select-container .ng-value-container,
.ng-select .ng-select-container .ng-input {
  padding-left: 16px;
}
.ng-select .ng-select-container .ng-value-container {
  border-top-width: 7px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ng-select .ng-select-container .ng-value-container {
    flex-basis: auto !important;
  }
}
.ng-select .ng-select-container:after {
  display: none;
}
.ng-select .ng-value,
.ng-select .ng-input {
  padding-top: 7px;
}
.ng-select .ng-input input {
  padding: 0;
  padding-top: 0 !important;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%231a2740' d='M15.06 8l1.061 1.06-6.058 6.061L4 9.061 5.06 8l5.002 5z' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 20px 20px;
  height: 20px !important;
  width: 20px !important;
  border: none;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ng-select.ng-select-opened .ng-select-container .ng-value-container .ng-placeholder,
.ng-select.ng-select-focused .ng-select-container .ng-value-container .ng-placeholder,
.ng-select .ng-has-value.ng-select-container .ng-value-container .ng-placeholder {
  transform: translateY(-6px) translateZ(0.001px) scale(0.83) perspective(100px);
}
.ng-select.ng-select-single .ng-select-container .ng-arrow-wrapper,
.ng-select.ng-select-multiple .ng-select-container .ng-arrow-wrapper {
  width: 48px;
}
.ng-select.ng-select-single .ng-select-container .ng-arrow-wrapper {
  bottom: 7px;
}
.ng-select.ng-select-single .ng-select-container .ng-clear-wrapper {
  bottom: auto;
}
.ng-select .ng-select-container .ng-clear-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: auto;
  width: 20px;
}
.ng-select .ng-select-container .ng-clear-wrapper .ng-clear {
  font-size: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M10 .9C4.98.9.9 4.98.9 10s4.08 9.1 9.1 9.1 9.1-4.08 9.1-9.1S15.02.9 10 .9zm3.79 11.9l-.99.99-2.8-2.8-2.8 2.8-.99-.99 2.8-2.8-2.8-2.8.99-.99 2.8 2.8 2.8-2.8.99.99-2.8 2.8 2.8 2.8z'/%3E%3C/svg%3E%0A") center no-repeat;
  background-size: contain;
}
.ng-select .ng-select-container .ng-clear-wrapper + .ng-arrow-wrapper {
  width: 44px;
}
.ng-select .ng-select-container .ng-clear-wrapper + .ng-arrow-wrapper .ng-arrow {
  margin-left: 0;
}
.ng-select.ng-select-opened:not(.ng-select-top) {
  box-shadow:
    0 6px 6px 0 rgba(22, 37, 63, 0.23),
    0 10px 20px 0 rgba(22, 37, 63, 0.19),
    inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
}
.ng-select.ng-select-opened > .ng-select-container {
  border-color: #1a2740;
}
.ng-select.ng-select-opened .ng-arrow-wrapper .ng-arrow {
  transform: rotate(180deg);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background: #e3e3e3;
  border-color: #e3e3e3;
}
.ng-select.ng-select-disabled .ng-arrow-wrapper .ng-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23999999' d='M15.06 8l1.061 1.06-6.058 6.061L4 9.061 5.06 8l5.002 5z' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
.ng-select.ng-select-focused .ng-select-container .ng-value-container .ng-placeholder {
  color: #999999;
}
.ng-select.ng-invalid.ng-touched .ng-select-container {
  border-color: #bf111b;
}
.ng-select.ng-select-multiple .ng-select-container {
  height: auto;
}
.ng-select.ng-select-multiple .ng-select-container .ng-arrow-wrapper {
  bottom: 3px;
}
.ng-select.ng-select-multiple .ng-select-container,
.ng-select.ng-select-multiple .ng-select-container.ng-has-value {
  padding-top: 14px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container,
.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-value-container {
  padding-bottom: 5px;
}
.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-clear-wrapper {
  top: 0;
  padding: 0;
  margin: 0;
  margin-top: -14px;
  bottom: 0;
  height: 20px;
  position: static;
}
.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-clear-wrapper .ng-clear {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-arrow-wrapper {
  bottom: 5px;
}
.ng-select.ng-select-multiple .ng-select-container:not(.ng-has-value) .ng-input {
  position: absolute;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  max-width: 100%;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container,
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value,
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value-label {
  overflow: hidden;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 13px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 3px 0 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  background: none;
  color: #1a1a1a;
  border: 1px solid #1a2740;
  border-radius: 13px;
  display: flex;
  line-height: 1.43;
  margin-bottom: 5px;
  padding: 2px 12px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  font-size: 12px;
  font-weight: bold;
  text-overflow: ellipsis;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%231a2740' fill-rule='evenodd' d='M6.008 5.002l-.99.99.498.492L9.01 10l-4 4.01L6 15l4-4.01 3.502 3.518L14 15l.99-.99-.492-.498L10.99 10 15 6l-.99-.99-4.01 4L6.5 5.5z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: -5px;
  margin-left: 5px;
  order: 2;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon,
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  color: transparent;
}
.ng-select.ng-select-multiple .ng-select-container .ng-arrow-wrapper {
  border: none !important;
}
.ng-select.ng-select-multiple .ng-dropdown-footer {
  border: none;
  padding: 12px 16px 16px;
}
.ng-select.ng-select-multiple .ng-dropdown-footer .btn {
  width: 100%;
  display: block;
}
.ng-select.ng-select-multiple_containerLight .ng-select-container.ng-has-value .ng-value-container,
.ng-select.ng-select-multiple_checkbox .ng-select-container.ng-has-value .ng-value-container {
  padding: 0 16px;
}
.ng-select.ng-select-multiple_containerLight .ng-select-container .ng-value-container,
.ng-select.ng-select-multiple_checkbox .ng-select-container .ng-value-container {
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
  border: 0;
}
.ng-select.ng-select-multiple_containerLight .ng-select-container .ng-value-container .ng-value,
.ng-select.ng-select-multiple_checkbox .ng-select-container .ng-value-container .ng-value {
  padding: 0;
  margin: 0;
  display: inline;
  border: none;
}
.ng-select.ng-select-multiple_containerLight .ng-select-container .ng-value-container .ng-value .ng-value-label,
.ng-select.ng-select-multiple_checkbox .ng-select-container .ng-value-container .ng-value .ng-value-label {
  font-size: 13px;
  font-weight: normal;
}
.ng-select.ng-select-multiple_containerLight .ng-select-container .ng-value-container .ng-value + .ng-value:before,
.ng-select.ng-select-multiple_checkbox .ng-select-container .ng-value-container .ng-value + .ng-value:before {
  content: ", ";
}
.ng-select.ng-select-multiple_containerLight .ng-select-container .ng-value-container .ng-value-icon,
.ng-select.ng-select-multiple_containerLight .ng-select-container .ng-value-container .ng-input,
.ng-select.ng-select-multiple_checkbox .ng-select-container .ng-value-container .ng-value-icon,
.ng-select.ng-select-multiple_checkbox .ng-select-container .ng-value-container .ng-input {
  display: none;
}
.ng-select.ng-select-multiple_checkbox .ng-dropdown-panel .ng-dropdown-panel-items {
  padding-top: 12px;
}
.ng-select.ng-select-multiple_checkbox .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  line-height: normal;
  min-height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}
.ng-select.ng-select-multiple_checkbox .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  background: none;
}
.ng-select:not(.ng-select-disabled):not(.ng-select_alt):not(.ng-select_invert) {
  background: #ffffff;
}
.ng-select:not(.ng-select_alt).ng-select-opened.ng-select-top {
  box-shadow: 0 -6px 6px 0 rgba(22, 37, 63, 0.23), 0 -10px 20px 0 rgba(22, 37, 63, 0.19);
}
.ng-select:not(.ng-select_alt).ng-select-opened > .ng-select-container {
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
}
.ng-select_noPlaceholder .ng-select-container .ng-placeholder,
.ng-select_sm .ng-select-container .ng-placeholder,
.ng-select_alt .ng-select-container .ng-placeholder {
  display: none;
}
.ng-select_noPlaceholder .ng-value,
.ng-select_noPlaceholder .ng-input,
.ng-select_sm .ng-value,
.ng-select_sm .ng-input,
.ng-select_alt .ng-value,
.ng-select_alt .ng-input {
  padding-top: 0;
}
.ng-select_sm.ng-select-single .ng-select-container,
.ng-select_alt.ng-select-single .ng-select-container {
  min-height: 32px;
  height: 32px;
}
.ng-select_sm.ng-select-single .ng-select-container .ng-arrow-wrapper,
.ng-select_alt.ng-select-single .ng-select-container .ng-arrow-wrapper {
  width: 30px;
}
.ng-select_sm .ng-select-container .ng-value-container,
.ng-select_sm .ng-select-container .ng-input,
.ng-select_alt .ng-select-container .ng-value-container,
.ng-select_alt .ng-select-container .ng-input {
  padding-left: 8px;
}
.ng-select_sm.ng-select-single .ng-select-container .ng-arrow-wrapper {
  bottom: 2px;
}
.ng-select_sm.ng-select-single.ng-select-opened .ng-select-container .ng-arrow-wrapper {
  bottom: 0;
}
.ng-select_sm .ng-select-container .ng-value-container {
  border-top-width: 0;
  padding-top: 7px;
  padding-bottom: 5px;
}
.ng-select_alt {
  font-size: 12px;
}
.ng-select_alt.ng-select-single .ng-select-container .ng-arrow-wrapper {
  bottom: 3px;
}
.ng-select_alt .ng-select-container {
  border-width: 0 0 1px 0;
}
.ng-select_alt .ng-select-container .ng-value-container {
  border-top-width: 0;
  padding-top: 8px;
  padding-bottom: 6px;
}
.ng-select_alt .ng-dropdown-panel {
  box-shadow: none !important;
  min-width: 100%;
  width: auto;
}
.ng-select_alt .ng-dropdown-panel.ng-select-top,
.ng-select_alt .ng-dropdown-panel.ng-select-bottom {
  border: none;
}
.ng-select_alt .ng-dropdown-panel:not(.ng-select-top) {
  margin-top: -1px;
}
.ng-select_alt .ng-dropdown-panel:not(.ng-select-top) .ng-dropdown-panel-items {
  box-shadow: 0 6px 6px 0 rgba(22, 37, 63, 0.23), 0 10px 20px 0 rgba(22, 37, 63, 0.19);
}
.ng-select_alt .ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items {
  box-shadow: 0 -6px 6px 0 rgba(22, 37, 63, 0.23), 0 -10px 20px 0 rgba(22, 37, 63, 0.19);
}
.ng-select_alt .ng-dropdown-panel .ng-dropdown-panel-items {
  background: #ffffff;
  border: 1px solid #1a2740;
}
.ng-select_alt:not(.ng-select-disabled) .ng-select-container {
  border: none;
}
.ng-select_alt.ng-select-opened:not(.ng-select-top) {
  box-shadow: none;
}
.ng-select_alt.ng-select-opened .ng-select-container .ng-arrow-wrapper {
  bottom: 2px;
}
.ng-select_alt.ng-select_wider .ng-dropdown-panel-items {
  width: calc(100% + 17px);
}
.ng-select.ng-select_noPlaceholder .ng-select-container .ng-value-container {
  border-top-width: 0;
  padding-top: 13px;
  padding-bottom: 12px;
}
@media (hover: none) {
  .ng-select .custom-checkbox .custom-control-label:before,
  .ng-select .custom-checkbox .custom-control-label:after {
    width: 1.125rem;
    height: 1.125rem;
    left: -1.875rem;
  }
}
@media (hover: none) {
  .ng-select .custom-control {
    margin-bottom: 14px;
    padding-left: 1.875rem;
  }
}
@media (hover: none) {
  .ng-select .custom-control-label {
    padding-top: 2px;
  }
}
.ng-dropdown-panel {
  z-index: 1040;
}
.ng-dropdown-panel,
.ng-dropdown-panel.ng-select-bottom {
  border: 1px solid #1a2740;
}
.ng-dropdown-panel.ng-select-bottom {
  box-shadow:
    0 6px 6px 0 rgba(22, 37, 63, 0.23),
    0 10px 20px 0 rgba(22, 37, 63, 0.19),
    inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
  border-top: none;
  top: 100%;
}
.ng-dropdown-panel.ng-select-top {
  box-shadow: 0 -6px 6px 0 rgba(22, 37, 63, 0.23), 0 -10px 20px 0 rgba(22, 37, 63, 0.19);
  border-bottom: none;
  bottom: 100%;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  margin-right: 1px;
  margin-left: 1px;
  padding: 0 calc(1rem - 1px);
  line-height: 32px;
  min-height: 32px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #f7f7f7;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%238ccc64' fill-rule='evenodd' d='M3.561 9.457L2.5 10.517l4.906 5.026L17.5 5.517l-1.06-1.06-9.034 8.965z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right calc(1rem - 1px);
  background-size: 20px 20px;
  padding-right: 35px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label {
  font-weight: bold;
}
.ng-dropdown-panel .ng-dropdown-footer {
  padding: 16px;
  padding-top: 0;
  border: 0;
}
.ng-dropdown-panel .ng-dropdown-footer .btn {
  display: block;
  width: 100%;
}
.ng-select_sm .ng-dropdown-panel .ng-dropdown-panel-items .ng-option,
.ng-select_alt .ng-dropdown-panel .ng-dropdown-panel-items .ng-option,
.ng-select_sm.ng-dropdown-panel .ng-dropdown-panel-items .ng-option,
.ng-select_alt.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  padding-left: 8px;
  padding-right: 8px;
}
.ng-select_sm .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-select_alt .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-select_sm.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-select_alt.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  background-position: center right 4px;
  padding-right: 30px;
}
.form-group {
  font-size: 13px;
}
.form-group > label:not(.form-label) {
  font-size: 14px;
}
.form-group label:not(.custom-control-label) {
  line-height: 1.25;
  vertical-align: top;
}
.form-group.has-prefix input {
  padding-left: 50px;
}
.form-group.has-prefix input + .form-label {
  left: 35px;
}
.form-group.has-appendix input {
  padding-right: 50px;
}
.form-group:not(.form-group_simple) input:not(.form-control_alt):not(.form-control-sm):focus,
.form-group:not(.form-group_simple) input:not(.form-control_alt):not(.form-control-sm):active,
.form-group:not(.form-group_simple) input:not(.form-control_alt):not(.form-control-sm):not(:placeholder-shown),
.form-group:not(.form-group_simple) textarea:focus,
.form-group:not(.form-group_simple) textarea:active,
.form-group:not(.form-group_simple) textarea:not(:placeholder-shown) {
  padding-top: 19px;
}
.form-group:not(.form-group_simple) input:not(.form-control_alt):not(.form-control-sm):focus + .form-label,
.form-group:not(.form-group_simple) input:not(.form-control_alt):not(.form-control-sm):active + .form-label,
.form-group:not(.form-group_simple) input:not(.form-control_alt):not(.form-control-sm):not(:placeholder-shown) + .form-label,
.form-group:not(.form-group_simple) textarea:focus + .form-label,
.form-group:not(.form-group_simple) textarea:active + .form-label,
.form-group:not(.form-group_simple) textarea:not(:placeholder-shown) + .form-label {
  font-size: 11px;
  transform: translateY(-7px);
}
.form-group:not(.form-group_simple) textarea:focus + .form-label,
.form-group:not(.form-group_simple) textarea:active + .form-label,
.form-group:not(.form-group_simple) textarea:not(:placeholder-shown) + .form-label {
  top: 8px;
  padding-top: 7px;
}
.form-group:not(.form-group_simple) input:focus::-moz-placeholder,
.form-group:not(.form-group_simple) textarea:focus::-moz-placeholder {
  opacity: 0;
}
.form-group:not(.form-group_simple) input:not(.form-control_alt):not(.form-control-sm):not(:-ms-input-placeholder),
.form-group:not(.form-group_simple) textarea:not(:-ms-input-placeholder) {
  padding-top: 19px;
}
.form-group:not(.form-group_simple) input:not(.form-control_alt):not(.form-control-sm):not(:-ms-input-placeholder) + .form-label,
.form-group:not(.form-group_simple) textarea:not(:-ms-input-placeholder) + .form-label {
  font-size: 11px;
  transform: translateY(-9px);
}
.form-group:not(.form-group_simple) textarea:not(:-ms-input-placeholder) + .form-label {
  top: 10px;
  padding-top: 5px;
}
.form-group:not(.form-group_simple) :-ms-input-placeholder {
  color: transparent !important;
}
.form-group.form-group_simple input::placeholder,
.form-group.form-group_simple textarea::placeholder,
.form-group .form-control_alt::placeholder,
.form-group .form-control-sm::placeholder {
  color: #999999;
}
.form-group[ng-reflect-is-disabled=true] cx-icon,
.form-group[ng-reflect-disabled=true] cx-icon,
[ng-reflect-is-disabled=true] .form-group cx-icon,
[ng-reflect-disabled=true] .form-group cx-icon {
  color: #999999;
  cursor: default;
}
.form-group_simple .form-control[ngbdatepicker],
.form-group_simple .form-control[ngbdatepicker].ng-invalid.ng-touched {
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
  border-color: #1a2740;
}
.form-group_simple .form-control[ngbdatepicker]:last-child {
  box-shadow: none;
  border-color: #999999;
}
.form-group_simple .form-control[ngbdatepicker]:last-child:focus {
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
  border-color: #1a2740;
}
.form-group_simple .form-control[ngbdatepicker].ng-invalid.ng-touched:last-child {
  box-shadow: inset 0 0 2px 0 rgba(191, 17, 27, 0.75);
  border-color: #bf111b;
}
.form-group,
.form-control-wrapper {
  position: relative;
}
.form-label {
  color: #999999;
  position: absolute;
  left: 1px;
  top: 15px;
  pointer-events: none;
  padding: 0 1rem;
  margin: 0;
  transform-origin: top;
  transition: all 0.28s ease;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: text;
  overflow: hidden;
  will-change: transform;
  z-index: 1;
}
.form-headline {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33;
  margin-top: 16px;
  margin-bottom: 16px;
}
.form-control {
}
@supports not (-webkit-touch-callout: none) {
  .form-control {
    background-clip: border-box;
  }
}
.form-control:disabled,
.form-control[readonly] {
  border-color: #e3e3e3;
  color: #999999;
}
.form-control:disabled,
.form-control:disabled + .form-label + .form-group-append,
.form-control[readonly],
.form-control[readonly] + .form-label + .form-group-append {
  pointer-events: none;
}
.form-control.focused,
.form-control:focus {
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
}
.form-control.is-valid.focused,
.form-control.is-valid:focus {
  box-shadow: inset 0 0 2px 0 rgba(140, 204, 100, 0.75);
}
.form-control.is-invalid.focused,
input.form-control.focused.ng-invalid.ng-touched,
foerch-input.ng-invalid.ng-touched input.form-control.focused,
foerch-password.ng-invalid.ng-touched input.form-control.focused,
textarea.form-control.focused.ng-invalid.ng-touched,
.form-control.is-invalid:focus,
input.form-control.ng-invalid.ng-touched:focus,
foerch-input.ng-invalid.ng-touched input.form-control:focus,
foerch-password.ng-invalid.ng-touched input.form-control:focus,
textarea.form-control.ng-invalid.ng-touched:focus {
  box-shadow: inset 0 0 2px 0 rgba(191, 17, 27, 0.75);
}
.form-control_alt {
  border-width: 0 0 1px 0;
  border-color: #1a2740;
  height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  background: transparent;
}
.form-control_alt:focus {
  background: transparent;
  box-shadow: none;
}
textarea.form-control {
  padding-top: 6px;
  padding-bottom: 6px;
  min-height: 44px;
}
textarea.form-control + .form-label {
  width: calc(100% - 19px);
  top: 1px;
  left: 3px;
  padding-top: 14px;
  padding-left: 14px;
  background: #ffffff;
  overflow: visible;
}
textarea.form-control + .form-label:before {
  content: "";
  background: #ffffff;
  display: block;
  width: calc(100% + 13px);
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.form-helptext {
  display: block;
  font-size: 12px;
  margin-top: 8px;
  line-height: normal;
}
.form-helptext_background {
  color: #ffffff;
}
.form-helptext_text {
  color: #1a1a1a;
}
.form-helptext_inverse {
  color: #ffffff;
}
.form-helptext_transparent {
  color: transparent;
}
.form-helptext_primary {
  color: #1a2740;
}
.form-helptext_secondary {
  color: #bf111b;
}
.form-helptext_success {
  color: #8ccc64;
}
.form-helptext_info {
  color: #0083f4;
}
.form-helptext_warning {
  color: #e5a100;
}
.form-helptext_danger {
  color: #bf111b;
}
.form-helptext_light {
  color: #f7f7f7;
}
.form-helptext_dark {
  color: #1a1a1a;
}
.form-helptext_text-muted {
  color: #999999;
}
.form-helptext_pageBG {
  color: #f8f7f8;
}
.form-helptext_blockBG {
  color: #ffffff;
}
.form-helptext_text-table {
  color: #1a1a1a;
}
.form-group-prepend,
.form-group-append {
  position: absolute;
  bottom: 0;
  display: flex;
  height: 100%;
  padding: 0 1rem;
  align-items: center;
  color: #999999;
}
.form-group-prepend .btn cx-icon,
.form-group-append .btn cx-icon {
  margin: 0;
}
.form-group-prepend {
  left: 0;
}
.form-group-append {
  right: 0;
}
.form-group-append cx-icon {
  cursor: pointer;
}
foerch-password input[type=password],
foerch-password input[type=text] {
  background-position: center right 44px !important;
}
@supports (-webkit-overflow-scrolling: touch) {
  input,
  textarea {
    font-size: 16px !important;
  }
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
.custom-control {
  margin-bottom: 14px;
}
@media (hover: none) {
  .custom-control {
    margin-bottom: 11px;
  }
}
.custom-control:last-child {
  margin-bottom: 0;
}
.custom-control:hover .custom-control-input:not(:disabled) ~ .custom-control-label:before {
  box-shadow: 0px 0px 1px 4px #e3e3e3;
}
@media (hover: none) {
  .custom-control:hover .custom-control-input:not(:disabled) ~ .custom-control-label:before {
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
  }
}
.custom-control:hover .custom-control-input:not(:disabled):not(:checked) ~ .custom-control-label:before {
  background-color: #e8eaec;
}
@media (hover: none) {
  .custom-control:hover .custom-control-input:not(:disabled):not(:checked) ~ .custom-control-label:before {
    background-color: #ffffff;
  }
}
.custom-control-label {
  font-size: 14px;
  line-height: 1.43;
  padding-top: 2px;
}
@media (hover: none) {
  .custom-control-label {
    padding-top: 5px;
  }
}
input.custom-control-input:disabled ~ .custom-control-label:before,
input.custom-control-input:disabled:checked ~ .custom-control-label:before {
  border-color: #666666;
}
input.custom-control-input:disabled ~ .custom-control-label:before,
input.custom-control-input.ng-invalid.ng-touched ~ .custom-control-label:before {
  box-shadow: none;
}
input.custom-control-input:disabled + label {
  cursor: not-allowed;
}
input.custom-control-input + label {
  cursor: pointer;
}
input.custom-control-input.ng-invalid.ng-touched ~ .custom-control-label {
  color: #1a1a1a;
}
@media (hover: none) {
  .custom-checkbox.custom-control,
  .custom-radio.custom-control {
    padding-left: 40px;
  }
}
@media (hover: none) {
  .custom-checkbox .custom-control-label:before,
  .custom-checkbox .custom-control-label:after,
  .custom-radio .custom-control-label:before,
  .custom-radio .custom-control-label:after {
    width: 24px;
    height: 24px;
    left: -40px;
  }
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23666666' fill-rule='evenodd' d='M3.561 9.457L2.5 10.517l4.906 5.026L17.5 5.517l-1.06-1.06-9.034 8.965z'/%3E%3C/svg%3E%0A");
}
.custom-checkbox .custom-control-input:disabled.is-indeterminate ~ .custom-control-label:before {
  background-color: #cccccc;
}
.custom-checkbox .custom-control-input:disabled.is-indeterminate ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' width='18' height='18'%3E%3Cpath d='M5 8.5v1h8v-1H5z' fill-rule='evenodd' clip-rule='evenodd' fill='%23666666'/%3E%3C/svg%3E");
}
@media (hover: none) {
  .custom-checkbox .custom-control-input:disabled.is-indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M6.5 11.5v1h11v-1h-11z' fill-rule='evenodd' clip-rule='evenodd' fill='%23666666'/%3E%3C/svg%3E");
  }
}
.custom-checkbox .custom-control-input.is-indeterminate ~ .custom-control-label:before {
  border-color: #1a2740;
  background-color: #1a2740;
  box-shadow: none;
}
.custom-checkbox .custom-control-input.is-indeterminate ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' width='18' height='18'%3E%3Cpath d='M5 8.5v1h8v-1H5z' fill-rule='evenodd' clip-rule='evenodd' fill='%23ffffff'/%3E%3C/svg%3E");
}
@media (hover: none) {
  .custom-checkbox .custom-control-input.is-indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M6.5 11.5v1h11v-1h-11z' fill-rule='evenodd' clip-rule='evenodd' fill='%23ffffff'/%3E%3C/svg%3E");
  }
}
.custom-checkbox .custom-control-label:after {
  background-position-x: 100%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  transform: translate(4px, 4px);
}
@media (hover: none) {
  .custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    width: 12px;
    height: 12px;
    transform: translate(6px, 6px);
  }
}
.custom-radio .custom-control-input:not(:disabled):checked ~ .custom-control-label:before {
  background: #1a2740;
}
.custom-radio .custom-control-input:not(:disabled):checked ~ .custom-control-label:after {
  background: #ffffff;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background: #666666;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:after {
  background: #cccccc;
}
.custom-switch {
  padding-left: 43px;
}
@media (hover: none) {
  .custom-switch {
    padding-left: 56px;
  }
}
.custom-switch .custom-control-label:before {
  width: 30px;
  left: -43px;
}
@media (hover: none) {
  .custom-switch .custom-control-label:before {
    width: 40px;
    height: 24px;
    border-radius: 12px;
    left: -56px;
  }
}
.custom-switch .custom-control-label:after {
  width: 12px;
  height: 12px;
  top: 5px;
  left: -40px;
}
@media (hover: none) {
  .custom-switch .custom-control-label:after {
    width: 18px;
    height: 18px;
    left: -53px;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  transform: translateX(12px);
}
@media (hover: none) {
  .custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    transform: translateX(16px);
  }
}
.custom-switch .custom-control-input:disabled ~ .custom-control-label:after {
  background-color: #666666;
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: #666666;
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:after {
  background-color: #e3e3e3;
}
.custom-buttonSwitch:not(.custom-buttonSwitch_autoWidth) {
  display: flex;
  width: 100%;
}
.custom-buttonSwitch label {
  flex: 1 1 auto;
  margin: 0;
  cursor: pointer;
}
.custom-buttonSwitch-label + .custom-buttonSwitch-label .btn {
  border-left: 0 !important;
}
.custom-buttonSwitch-input:not(:checked) ~ div {
  border: 1px solid #e3e3e3;
  background: #ffffff;
}
.custom-buttonSwitch-input:not(:checked) ~ div:hover {
  background: #f7f7f7;
  color: #999999;
}
.custom-buttonSwitch-input:checked ~ div {
  cursor: default;
}
.custom-buttonSwitch-input:checked ~ div:hover {
  background: #1a2740;
  border-color: #1a2740;
}
.custom-buttonSwitch div {
  color: #999999;
}
.alert {
  position: relative;
  padding: 19px 16px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #1a1a1a;
}
@media (min-width: 992px) {
  .alert {
    justify-content: center;
  }
}
.alert.alert-success {
  background: #c1e1ad;
}
.alert.alert-warning {
  background: #fee39c;
}
.alert.alert-danger {
  background: #F7C0BE;
}
.alert.alert-info {
  background: #e3e3e3;
}
.alert_inline .alert-text {
  padding-right: 32px;
}
.alert span:last-of-type {
  max-width: 1376px;
  padding-right: 40px;
}
.alert span:last-of-type + .alert-link,
.alert span:last-of-type + a {
  margin-left: -20px;
  padding-right: 40px;
}
@media (min-width: 576px) {
  .alert span:last-of-type + .alert-link,
  .alert span:last-of-type + a {
    white-space: nowrap;
  }
}
.alert .close {
  opacity: 1;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.alert .close > span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%231a2740' fill-rule='evenodd' d='M4.014 3.03l-.984.984 5.977 5.983-5.977 5.978.984.995 5.983-5.983 5.978 5.983.995-.995-5.983-5.978 5.983-5.983-.995-.984-5.978 5.977z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
}
.alert-icon {
  margin-right: 20px;
  line-height: 1;
}
.alert-icon cx-icon {
  color: #1a2740;
}
.alert-link,
.alert a {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
svg-icon {
  display: inline-block;
  align-self: center;
  text-align: center;
  vertical-align: top;
  line-height: 1;
  font-size: 20px;
  max-height: 20px;
  color: #1a2740;
}
svg-icon svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-top: -1px;
  position: relative;
}
.icon-secondary svg-icon {
  color: #bf111b;
}
.icon-success svg-icon {
  color: #8ccc64;
}
.icon {
  font-size: 20px;
  line-height: 1;
}
.icon svg-icon,
.searchbox-btn svg-icon,
.btn-icon svg-icon {
  color: inherit;
  font-size: inherit !important;
  max-height: inherit;
}
.modal {
  font-size: 14px;
}
.modal-header,
.modal-body,
.modal-footer,
.modal-alternateList {
  background: #ffffff;
}
.modal-header {
  flex-wrap: wrap;
}
.modal-header .close {
  opacity: 1;
  transition: opacity 0.15s;
  z-index: 9999;
}
@media (max-width: 575.98px) {
  .modal-header .close {
    margin-top: -16px;
    margin-bottom: -16px;
  }
}
.modal-header .close:focus {
  outline: none;
}
.modal-header + .modal-body {
  padding-top: 8px;
}
.modal-title {
  max-width: 80%;
}
@media (max-width: 575.98px) {
  .modal-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.modal-body + .modal-footer:not(.modal-footer_highlight) {
  padding-top: 8px;
}
.modal-bodyFrame {
  margin-left: -16px;
  margin-right: -16px;
  width: calc(100% + 32px);
  border: 0;
  display: block;
}
.modal-body:last-child .modal-bodyFrame:last-child {
  margin-bottom: -16px;
}
.modal-footer {
  justify-content: flex-start;
}
.modal-footer_highlight {
  background-color: #f7f7f7;
  display: block;
}
.modal-footer > .row {
  margin-right: -11px;
  margin-left: -11px;
  flex-grow: 1;
}
@media (max-width: 575.98px) {
  .modal-footer > .row > .col-sm-6 + .col-sm-6 > .btn-block {
    margin-top: 16px;
  }
}
@media (max-width: 575.98px) {
  .modal-footer .btn:not(.btn-block):not(.btn-link):not(.btn-tertiary):not(.btn-tertiary_cms) {
    display: block;
    width: 100%;
  }
}
.modal-alternateList {
  display: block;
  padding: 8px 16px;
  border-top: 1px solid #999999;
  background: #ffffff;
  color: #1a1a1a;
}
.modal-alternateList:first-child {
  border-top: 0;
}
@media (max-width: 575.98px) {
  .modal-alternateList {
    padding: 16px;
  }
}
body.modal-open {
  width: 100vw;
}
@media (min-width: 992px) {
  .modal-xl {
    max-width: 928px;
  }
}
.cx-dialog-title {
  font-weight: 300;
}
@media (min-width: 576px) {
  .cx-dialog-title {
    font-size: 24px;
  }
}
.dropdown-menu {
  padding-left: 16px;
  padding-right: 16px;
}
.dropdown-menu .custom-control {
  margin-bottom: 10px;
}
.dropdown-toggle:after {
  display: none !important;
}
.dropdown-header {
  margin-bottom: 16px;
  padding: 0;
  font-weight: 300;
}
.dropdown-item {
  display: block;
  padding: 0;
  border: 0;
  margin: 0;
}
.dropdown-item + .dropdown-item {
  margin-top: 12px;
}
.popover .btn-link,
.popover .btn-tertiary,
.popover .btn-tertiary_cms {
  text-align: left;
  padding: 0;
}
.popover .btn-link.btn-block + .btn-block,
.popover .btn-block.btn-tertiary + .btn-block,
.popover .btn-block.btn-tertiary_cms + .btn-block {
  margin-top: 12px;
}
.popover.bs-popover-bottom > .arrow,
.popover.bs-popover-auto[x-placement^=bottom] > .arrow,
.popover.bs-popover-top > .arrow,
.popover.bs-popover-auto[x-placement^=top] > .arrow {
  margin-left: -5px !important;
}
.popover.bs-popover-right > .arrow,
.popover.bs-popover-auto[x-placement^=right] > .arrow,
.popover.bs-popover-left > .arrow,
.popover.bs-popover-auto[x-placement^=left] > .arrow {
  margin-top: -5px !important;
}
.popover.bs-popover-bottom > .arrow:after,
.popover.bs-popover-auto[x-placement^=bottom] > .arrow:after {
  top: 3px;
}
.popover.bs-popover-top > .arrow:after,
.popover.bs-popover-auto[x-placement^=top] > .arrow:after {
  bottom: 3px;
}
.popover.bs-popover-right > .arrow:after,
.popover.bs-popover-auto[x-placement^=right] > .arrow:after {
  left: 3px;
}
.popover.bs-popover-left > .arrow:after,
.popover.bs-popover-auto[x-placement^=left] > .arrow:after {
  right: 3px;
}
.popover-header {
  border: none;
  background: none;
  padding-bottom: 0;
  margin-bottom: -8px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .mw-sm-down-400 {
    max-width: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .mw-sm-only-400 {
    max-width: 400px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .mw-sm-md-400 {
    max-width: 400px;
  }
}
.cx-spinner {
  display: block;
}
.cx-spinner .loader-container {
  width: 100%;
  height: 64px;
}
.cx-spinner .loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0 32px 0 #1a2740;
  position: relative;
  animation: loaderAnimation 0.8s ease-in-out alternate infinite;
  animation-delay: 0.32s;
  margin: 0 auto;
  font-size: 0;
}
.cx-spinner .loader:before,
.cx-spinner .loader:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0 32px 0 #1a2740;
  animation: loaderAnimation 0.8s ease-in-out alternate infinite;
}
.cx-spinner .loader:before {
  left: -24px;
  animation-delay: 0.48s;
}
.cx-spinner .loader:after {
  right: -24px;
  animation-delay: 0.16s;
}
.cx-spinner.spinner_overlay {
  position: absolute;
  z-index: 1060;
  left: 50%;
  transform: translateX(-50%);
  top: 56px;
}
.cx-spinner.spinner_overlay .loader-container {
  width: 200px;
  height: 200px;
  background: #ffffff;
  border: 1px solid #1a2740;
  box-shadow:
    0 6px 6px 0 rgba(22, 37, 63, 0.23),
    0 10px 20px 0 rgba(22, 37, 63, 0.19),
    inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
}
.cx-spinner.spinner_overlay .loader {
  margin-top: -32px;
  top: 50%;
}
@media (min-width: 576px) {
  .cx-spinner.spinner_leftAligned .loader {
    margin-left: 32px;
  }
}
.cx-spinner.spinner_middle .loader-container {
  height: 32px;
}
.cx-spinner.spinner_middle .loader {
  width: 8px;
  height: 8px;
  box-shadow: 0 16px 0 #1a2740;
  animation-name: loaderAnimationMiddle;
}
.cx-spinner.spinner_middle .loader:before,
.cx-spinner.spinner_middle .loader:after {
  width: 8px;
  height: 8px;
  box-shadow: 0 16px 0 #1a2740;
  animation-name: loaderAnimationMiddle;
}
.cx-spinner.spinner_middle .loader:before {
  left: -16px;
}
.cx-spinner.spinner_middle .loader:after {
  right: -16px;
}
.cx-spinner.spinner_small .loader-container {
  height: 24px;
}
.cx-spinner.spinner_small .loader {
  width: 6px;
  height: 6px;
  box-shadow: 0 12px 0 #1a2740;
  animation-name: loaderAnimationSmall;
}
.cx-spinner.spinner_small .loader:before,
.cx-spinner.spinner_small .loader:after {
  width: 6px;
  height: 6px;
  box-shadow: 0 12px 0 #1a2740;
  animation-name: loaderAnimationSmall;
}
.cx-spinner.spinner_small .loader:before {
  left: -10px;
}
.cx-spinner.spinner_small .loader:after {
  right: -10px;
}
.spinnerOverlayWrapper {
  position: relative;
}
.spinnerOverlayWrapper_minHeight {
  min-height: 256px;
}
foerch-customer-articles cx-spinner.spinner_overlay {
  top: 120px;
}
@keyframes loaderAnimation {
  0% {
    box-shadow: 0 32px 0 #1a2740;
  }
  100% {
    box-shadow: 0 16px 0 #1a2740;
  }
}
@keyframes loaderAnimationMiddle {
  0% {
    box-shadow: 0 16px 0 #1a2740;
  }
  100% {
    box-shadow: 0 8px 0 #1a2740;
  }
}
@keyframes loaderAnimationSmall {
  0% {
    box-shadow: 0 12px 0 #1a2740;
  }
  100% {
    box-shadow: 0 6px 0 #1a2740;
  }
}
@keyframes loaderAnimationSmallInherit {
  0% {
    box-shadow: 0 12px 0;
  }
  100% {
    box-shadow: 0 6px 0;
  }
}
@media (min-width: 992px) {
  .watchlist,
  foerch-order-template-list,
  foerch-reminder-list,
  foerch-delivery-addresses,
  .foerch-order-list,
  foerch-cost-center-position-list,
  foerch-cost-center-management-list,
  foerch-cost-center-nodes-list,
  foerch-barcode-catalog-list,
  foerch-user-groups-list,
  foerch-cost-center-management-list,
  foerch-inventories,
  foerch-customer-articles,
  foerch-order-exports {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
}
.emptyState {
  padding-bottom: 64px;
}
@media (max-width: 991.98px) {
  .emptyState {
    padding-top: 24px;
  }
}
@media (min-width: 992px) {
  .emptyState {
    align-items: center;
    flex-grow: 1;
    text-align: center;
    padding-top: 64px;
  }
}
.emptyState-text {
  font-size: 12px;
  line-height: 1.67;
  color: #bf111b;
}
.emptyState_insideBox {
  align-items: center;
  flex-grow: 1;
  text-align: center;
  padding: 32px 16px;
}
cx-global-message {
  position: sticky;
  display: block;
  top: 0;
  z-index: 1041;
}
header.fixed ~ cx-global-message,
header.sticky ~ cx-global-message {
  top: 60px;
  z-index: 1042;
}
@media (min-width: 992px) {
  header.fixed ~ cx-global-message,
  header.sticky ~ cx-global-message {
    top: 162px;
  }
}
foerch-paging {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}
foerch-paging .paging-wrapper {
  display: flex;
  padding-top: 24px;
}
@media (min-width: 992px) {
  foerch-paging .paging-wrapper {
    justify-content: flex-end;
  }
}
foerch-paging .paging-wrapper:not(.paging-wrapper_bottom) {
  padding-bottom: 24px;
}
foerch-paging div:not(.paging-wrapper),
foerch-paging .btn.btn-icon {
  margin-left: 4px;
  margin-right: 4px;
}
foerch-paging .btn.btn-icon {
  min-width: 0;
}
foerch-paging .btn.btn-icon:not(:disabled) {
  color: #1a2740;
}
foerch-paging .btn.btn-icon:last-of-type {
  margin-right: 0;
}
foerch-paging .btn-primary,
foerch-paging .custom-buttonSwitch-input:checked ~ div {
  margin-top: 24px;
}
@media (min-width: 576px) {
  foerch-paging .btn-primary,
  foerch-paging .custom-buttonSwitch-input:checked ~ div {
    max-width: 400px;
  }
}
.bulkEdit {
  padding: 24px 16px 24px 17px;
}
.bulkEdit-select {
  min-width: 230px;
}
.bulkEdit-select_limited {
  width: 300px;
  max-width: 100%;
}
.bulkEditMobile {
  padding: 14px 16px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.bulkEditMobile-toggle {
  padding: 0;
  border: none;
  font-weight: normal;
  font-size: 14px;
  white-space: nowrap;
}
.bulkEditMobile-toggle cx-icon {
  min-width: 20px;
  margin-left: 8px;
  margin-top: -3px;
  transform-origin: center 12px;
}
.bulkEditMobile-toggle.active cx-icon {
  transform: rotate(180deg);
}
.bulkEditMobile .custom-checkbox {
  margin-top: -2px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .bulkEditMobile .collapse {
    max-width: 400px;
  }
}
.bulkEdit_shift {
  margin-left: -16px;
  margin-right: -16px;
}
.bulkEdit_indent,
foerch-cart-details .bulkEdit {
  padding-left: 33px;
}
.collapsibleContent-header {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.collapsibleContent-toggle {
  flex-shrink: 0;
}
.collapsibleContent-title {
  font-size: 14px;
  line-height: 1.43;
  margin-left: 8px;
}
.collapsibleContent-subtitle {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 2px;
}
.collapsibleContent-body {
  padding: 8px 0 12px 28px;
}
foerch-togglable-display {
  display: block;
  margin-bottom: 16px;
}
.listMobile-wrapper {
  margin: 0 -16px;
  border-bottom: 1px solid #999999;
}
.listMobile-wrapper_insideBox:first-child {
  margin-top: -1px;
}
.listMobileEntry {
  padding: 16px;
  border-top: 1px solid #999999;
  background: #ffffff;
  color: #1a1a1a;
  position: relative;
  font-size: 12px;
  line-height: 1.5;
}
.listMobileEntry .btn-icon,
.listMobileEntry cx-icon {
  color: inherit;
}
.listMobileEntry .costCenterNode-quickBtn {
  padding-left: 1px;
}
.listMobileEntry-desc {
  margin-top: 16px;
}
.listMobileEntry-desc_full {
  width: 100%;
}
.listMobileEntry-name {
  display: block;
  font-size: 14px;
  line-height: 1.43;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .listMobileEntry-name {
    margin-right: 40px;
  }
}
.listMobileEntry-created {
  color: #999999;
  font-size: 12px;
  line-height: 1.33;
  display: block;
  margin-top: 2px;
}
.listMobileEntry-inlineIcon,
.cartTable-headerIcon {
  width: auto;
  height: 1.25em;
  display: inline-block;
  margin-top: -0.25em;
  margin-right: 0.572em;
}
foerch-table-sort {
  display: block;
}
foerch-table-sort .btn-icon {
  font-size: inherit;
  text-transform: inherit;
  font-weight: inherit;
  display: flex;
  margin: -12px;
  padding: 12px;
  width: calc(100% + 2 * 12px);
}
foerch-table-sort .btn-icon .cx-icon {
  font-size: 16px;
  color: #cccccc;
  align-self: flex-end;
  margin-left: 4px;
}
foerch-table-sort .btn-icon .cx-icon svg {
  margin-top: -9px;
}
foerch-table-sort .btn-icon.active .cx-icon {
  color: #1a2740;
}
foerch-table-reset .tableResetRow {
  background: #999999;
}
foerch-table-reset .tableResetRow .btn-icon {
  font-size: 14px;
  font-weight: 300;
  padding: 6px 20px;
}
foerch-table-reset .tableResetRow .btn-icon svg-icon {
  margin-top: 2px;
}
foerch-table-reset .tableResetRow .btn-icon svg-icon svg {
  transform: scale(-1, 1);
}
foerch-table-reset .tableResetRow .btn-icon span {
  padding-left: 14px;
}
foerch-table-reset .tableResetRow .btn-icon.active svg-icon,
foerch-table-reset .tableResetRow .btn-icon.active span {
  color: #ffffff;
}
foerch-table-reset .tableResetRow .btn-icon.disabled svg-icon,
foerch-table-reset .tableResetRow .btn-icon.disabled span {
  color: #cccccc;
}
.logReg {
  display: block;
  width: 564px;
  max-width: 100%;
  padding: 0 8px;
}
@media (max-width: 767.98px) {
  .logReg {
    margin: 16px auto 48px;
  }
}
@media (min-width: 768px) {
  .logReg {
    margin: 48px auto 48px;
  }
}
.logReg .nav {
  font-size: 14px;
  font-weight: 300;
}
.logReg .nav-item:first-child .nav-link.active:after {
  left: 0;
}
.logReg .nav-link {
  padding: 11px 16px;
  text-decoration: none;
}
.logReg .nav-link.active {
  box-shadow: 0 3px 6px 0 rgba(22, 37, 63, 0.1), 0 3px 6px 0 rgba(22, 37, 63, 0.06);
  position: relative;
}
.logReg .nav-link.active:after {
  content: "";
  display: block;
  width: calc(100% + 8px);
  height: 10px;
  position: absolute;
  left: -6px;
  bottom: -10px;
  background: #ffffff;
}
.logReg .nav-link:not(.active) {
  background: #f7f7f7;
}
.logReg .nav-link cx-icon {
  margin-right: 14px;
}
.logReg-content {
  box-shadow: 0 3px 6px 0 rgba(22, 37, 63, 0.1), 0 3px 6px 0 rgba(22, 37, 63, 0.06);
  background-color: #ffffff;
  padding: 24px 16px;
}
@media (max-width: 575.98px) {
  .logReg-content {
    padding-bottom: 16px;
  }
}
.logReg-resetPassword {
  display: block;
  font-size: 14px;
  margin-top: -8px;
  margin-bottom: 16px;
}
.logReg-hr {
  margin: 32px -16px 24px;
  border-color: #999999;
}
.mobileNavigation {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  transition: transform 0.3s ease-in-out;
  transform: translateX(-100%);
  overflow: hidden;
}
.mobileNavigationHead {
  display: flex;
  height: 60px;
  padding: 0 20px;
  align-items: center;
}
.mobileNavigationHead_border {
  border-bottom: 1px solid #e3e3e3;
}
.mobileNavigationHead-title {
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}
.mobileNavigationHead-back {
  padding: 20px 16px 20px 0;
}
.mobileNavigationHead-close {
  margin-left: auto;
  padding: 20px 0 20px 20px;
}
.mobileNavigation-lvl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.mobileNavigation-lvl1 .mobileNavigationHead-title {
  text-transform: uppercase;
}
.mobileNavigation-lvl2,
.mobileNavigation-lvl3 {
  transform: translateX(100%);
}
.mobileNavigation-lvl foerch-navigation-header {
  display: block;
}
.mobileNavigation_lvl2 .mobileNavigation-lvl2,
.mobileNavigation_lvl3 .mobileNavigation-lvl3 {
  transform: translateX(0);
}
.mobileNavigation-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  height: auto;
  flex: 1 1 auto;
  padding-bottom: 24px;
}
.mobileNavigation-wrapper > nav:first-child:not(.mobileNavigationLink-highlighted) {
  padding-top: 4px;
}
.mobileNavigation-filter,
.mobileNavigationLink {
  padding: 8px 20px 8px 56px;
}
.mobileNavigationLink {
  position: relative;
  display: flex;
  font-size: 14px;
  line-height: 1.43;
  text-decoration: none;
}
.mobileNavigationLink-spacer {
  display: block;
  flex: 1 1 auto;
}
.mobileNavigationLink-spacer ~ .mobileNavigationLink-spacer {
  display: none;
}
.mobileNavigationLink_CART {
  display: block;
}
.mobileNavigationLink_CATEGORY {
  text-decoration: underline;
}
.mobileNavigationLink_b2bUnit cx-icon {
  color: #8ccc64;
}
.mobileNavigationLink_centered .mobileNavigationLink-icon {
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.mobileNavigationLink-separator {
  border-bottom: 1px solid #999;
  margin: 8px 0;
}
.mobileNavigationLink_separated:last-child > .mobileNavigationLink-separator:last-child {
  display: none;
}
.mobileNavigationLink-highlighted {
  background: #f7f7f7;
  padding-bottom: 8px;
}
.mobileNavigationLink-highlighted:first-child {
  padding-top: 8px;
}
.mobileNavigationLink-highlighted + .mobileNavigationLink-highlighted {
  margin-top: -8px;
}
.mobileNavigationLink-highlighted + nav:not(.mobileNavigationLink-highlighted) {
  margin-top: 8px;
}
.mobileNavigationLink-sub {
  display: inline-block;
  margin-left: 8px;
  align-self: center;
}
.mobileNavigationLink-icon {
  position: absolute;
  top: 8px;
  left: 20px;
}
.mobileNavigation nav:focus {
  outline: none;
}
.mobileNavigation-filter {
  padding-top: 12px;
}
.mobileNavigation-filter .form-group {
  margin-bottom: 0;
}
.openMobileNavigation .mobileNavigation {
  transform: translateX(0);
  transition: transform 0.3s 0.1s ease-in-out;
  display: block;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .mobileNavigation {
    visibility: hidden;
    transition: transform 0.3s 0.01s ease-in-out, visibility 0s 0.3s ease;
  }
  .openMobileNavigation .mobileNavigation {
    visibility: visible;
    transition: transform 0.3s 0.01s ease-in-out, visibility 0s 0s ease;
  }
}
@keyframes menu-appear-animation {
  0% {
    transform: translateX(-100%) rotate3d(0, 1, 0, 90deg);
    background-color: cyan;
    display: none;
  }
  1% {
    display: block;
    transform: translateX(-100%);
    background-color: yellow;
  }
  100% {
    transform: translateX(0);
    background-color: green;
  }
}
.openMobileNavigation {
  overflow: hidden;
  height: 100vh;
}
foerch-mobile-navigation {
  display: block;
}
foerch-not-found {
  text-align: center;
  margin: 0 -16px;
  display: block;
}
.notFound {
  max-width: 464px;
  min-width: 368px;
  display: flex;
  margin: 0 auto;
  align-items: flex-end;
}
@media (max-width: 368px) {
  .notFound {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.notFound-container {
  margin: 0 auto;
  overflow: hidden;
  max-width: 800px;
}
.notFound-image {
  width: 0;
  overflow: visible;
}
.notFound-image cx-icon {
  font-size: 176px;
  max-height: none;
  transform: translateX(-72%);
}
@media (min-width: 576px) {
  .notFound-image cx-icon {
    font-size: 196px;
  }
}
@media (min-width: 768px) {
  .notFound-image cx-icon {
    font-size: 216px;
  }
}
.notFound-title {
  font-size: 56px;
  line-height: 1;
  margin: 0 auto -2px;
}
.notFound-subtitle {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 0;
}
.ErrorPageTemplate .MiddleContent {
  display: block;
}
.gsm-header header {
  z-index: 1042;
  height: auto;
  background: #ffffff;
  position: relative;
  box-shadow: 0 3px 6px 0 rgba(22, 37, 63, 0.1), 0 3px 6px 0 rgba(22, 37, 63, 0.06);
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .gsm-header header {
    height: auto;
  }
  .gsm-header header.sticky-mobile {
    position: sticky;
    top: 0;
    z-index: 1043;
  }
  .gsm-header header.fixed-mobile {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1043;
  }
}
.gsm-header .header-logo {
  height: 30px;
  width: auto;
  margin-bottom: 16px;
}
.gsm-header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 8px 16px;
}
.gsm-header .header-search {
  width: 100%;
}
@media screen and (min-width: 421px) {
  .gsm-header .header-logo {
    margin-bottom: 0;
  }
  .gsm-header .header-container {
    flex-direction: row;
    min-height: 94px;
    padding: 16px;
  }
  .gsm-header .header-search {
    padding-left: 20px;
    flex: 1 1 auto;
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .gsm-header .header-search {
    max-width: 550px;
  }
  .gsm-header .header-search .searchbox {
    margin-right: 0;
  }
}
foerch-gsm-dashboard {
}
foerch-gsm-dashboard .header-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1042;
  height: 94px;
}
foerch-gsm-dashboard .header-spacer {
  height: 94px;
  display: block;
}
foerch-gsm-dashboard ngb-alert {
  position: fixed !important;
  width: 100%;
  z-index: 1042;
  top: 94px;
}
foerch-gsm-dashboard .searchbox-btn {
  font-size: 20px;
  line-height: 1;
}
foerch-gsm-dashboard .searchbox-btn span {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 420px) {
  foerch-gsm-dashboard .searchbox {
    max-width: 100%;
  }
}
foerch-gsm-dashboard .cartTable tbody td {
  vertical-align: top;
}
foerch-gsm-dashboard .cartTable tbody td.cartTable-imgColumn {
  padding: 16px 16px 16px 0;
  width: 1%;
}
foerch-gsm-dashboard .cartTable th.cartTable-selectColumn,
foerch-gsm-dashboard .cartTable tbody td.cartTable-selectColumn {
  padding-left: 18px;
}
foerch-gsm-dashboard .cartTable-name {
  font-size: 14px;
  text-align: left;
}
foerch-gsm-dashboard .cartTable-selectColumn .custom-control-label:empty:before,
foerch-gsm-dashboard .cartTable-selectColumn .custom-control-label:empty:after {
  top: -1px;
}
foerch-gsm-dashboard foerch-paging .btn.btn-icon {
  margin-top: 2px;
}
foerch-gsm-dashboard foerch-paging .btn.btn-icon:hover {
  color: #bf111b;
}
foerch-gsm-dashboard foerch-paging .btn.btn-icon:disabled:hover {
  color: #999999;
}
foerch-gsm-dashboard foerch-paging .ng-select_alt .ng-select-container .ng-value-container {
  padding-top: 6px;
}
.gsmDashboard-heading {
  margin-bottom: 16px;
}
.gsmDashboard-heading .btn-tertiary:not(.btn-sm):not(.btn-back),
.gsmDashboard-heading .btn-tertiary_cms:not(.btn-sm):not(.btn-back) {
  color: #bf111b;
}
@media (max-width: 575.98px) {
  .gsmDashboard-headingButtons {
    text-align: left;
  }
  .gsmDashboard-headingButtons .btn {
    margin-right: 16px;
  }
  .gsmDashboard-headingButtons .btn:last-child,
  .gsmDashboard-headingButtons .btn:only-child {
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .gsmDashboard-headingButtons {
    text-align: right;
  }
  .gsmDashboard-headingButtons .btn {
    margin-right: 0;
    margin-left: 16px;
  }
  .gsmDashboard-headingButtons .btn:first-child,
  .gsmDashboard-headingButtons .btn:only-child {
    margin-left: 0;
  }
}
.gsmDashboard-actions .paging-wrapper {
  padding-top: 0;
  display: flex;
  align-items: center;
}
.gsmDashboard-actions .paging-wrapper,
.gsmDashboard-actions .paging-wrapper:not(.paging-wrapper_bottom) {
  padding-bottom: 0;
}
.gsmDashboard-actions foerch-items-per-page,
.gsmDashboard-actions foerch-paging {
  display: flex;
  align-items: center;
}
.gsmDashboard-actions foerch-gsm-article-list-footer,
.gsmDashboard-actions foerch-gsm-filters {
  margin-bottom: 16px;
}
.gsmDashboard-actions .bulkEdit {
  padding-top: 0;
  padding-bottom: 0;
}
.gsmDashboard-download {
  display: flex;
  justify-content: space-between;
}
.gsmDashboard-download .btn-icon {
  margin-top: -2px;
  width: auto;
  min-width: 20px;
  text-align: center;
  font-size: 20px;
}
.gsmDashboard .emptyState-text {
  font-size: 16px;
}
.gsmModal .btn.close {
  font-size: 20px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  padding: 0;
  min-width: 20px;
  margin: 0;
  text-align: center;
  margin-top: 4px;
}
.gsmModal .collapsibleContent {
  border: 1px solid #999999;
  margin-top: 16px;
}
.gsmModal .collapsibleContent:first-child {
  margin-top: 0;
}
.gsmModal .collapsibleContent-header {
  justify-content: space-between;
  position: relative;
  padding: 4px 16px 4px 20px;
}
.gsmModal .collapsibleContent-toggle {
  right: 0;
  width: 20px;
  min-width: 20px;
  height: 20px;
  font-size: 20px;
  text-align: center;
  overflow: hidden;
}
.gsmModal .collapsibleContent-toggle svg-icon {
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}
.gsmModal .collapsibleContent-title {
  font-size: 16px;
  list-style: 1.5;
  font-weight: 300;
}
.gsmModal .collapsibleContent:last-child {
  margin-bottom: 0;
}
.gsmModal .collapsibleContent-body {
  border-top: 1px solid #999999;
  padding: 16px;
}
.gsmModal .collapsibleContent-body img:not([class]) {
  max-width: 100%;
  height: auto;
}
.gsmModal .collapsibleContent.expanded .collapsibleContent-toggle svg-icon {
  transform: rotate(180deg);
  margin-top: 4px;
}
foerch-gsm-article-list {
  display: block;
  margin-top: -10px;
}
foerch-gsm-article-list .cartTable {
  margin-top: 4px;
}
foerch-gsm-article-list .cartTable tbody td {
  vertical-align: middle;
}
foerch-gsm-article-list .cartTable tbody td.cartTable-imgColumn {
  padding: 16px 16px 16px 0;
  width: 1%;
}
foerch-gsm-article-list .cartTable tbody td.cartTable-selectColumn {
  padding-left: 20px;
}
foerch-gsm-article-list .cartTable-name {
  font-size: 14px;
}
foerch-gsm-article-list .cartTable-selectColumn .custom-control-label:empty:before,
foerch-gsm-article-list .cartTable-selectColumn .custom-control-label:empty:after {
  top: -1px;
}
foerch-gsm-article-list-footer .custom-checkbox {
  margin-top: 10px;
}
foerch-gsm-article-list-footer .paging-wrapper {
  padding-top: 0;
}
foerch-gsm-article-list-footer .bulkEdit {
  padding-right: 0;
  padding-left: 20px;
}
foerch-gsm-article-list-footer .bulkEdit-selection {
  padding-top: 4px;
  line-height: 24px;
  font-size: 14px;
}
foerch-gsm-article-list-footer .bulkEdit-selection .btn-icon {
  margin-left: 12px;
}
foerch-gsm-article-list-footer .bulkEdit-selection .btn-icon svg-icon {
  margin-top: 4px;
}
foerch-gsm-article-list-footer .bulkEdit .btn-secondary {
  height: 44px;
}
foerch-gsm-article-list-footer-mobile {
  display: block;
  margin-top: -1px;
  margin: -1px -16px 0;
}
.gsmArticleListItem-status {
  font-size: 12px;
  line-height: 1.67;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
}
.gsmArticleListItem-status_new {
  background-color: #f0f5ed;
  color: #8ccc64;
}
.gsmArticleListItem-status_changed {
  background-color: #fef8e6;
  color: #e5a100;
}
.gsmArticleListItem-status_inactive {
  background-color: #F7C0BE;
  color: #bf111b;
}
.gsmArticleListItem-status_read {
  background-color: #e3e3e3;
  color: #999999;
}
.gsmArticleListItem-btnCol {
  width: 1%;
}
.gsmArticleListItem-lastInput .form-group:last-child {
  margin-bottom: 0;
}
cx-searchbox {
  display: block;
  position: relative;
}
.searchbox {
  min-width: 550px;
  display: flex;
}
@media (max-width: 1499.98px) {
  .searchbox {
    min-width: 304px;
    max-width: 480px;
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  .searchbox {
    min-width: 0;
  }
}
.searchbox input {
  border: 1px solid #999999;
  height: 44px;
  border-radius: 0;
  width: 100%;
  padding: 14px 16px;
  padding-right: 44px;
  font-size: 13px;
  line-height: 1.23;
}
.searchbox input:focus {
  outline: none;
}
.searchbox-btn {
  vertical-align: top;
  margin-left: -1px;
  white-space: nowrap;
  padding: 0 20px;
  height: 44px;
}
@media (max-width: 1499.98px) {
  .searchbox-btn {
    padding: 0;
  }
}
.searchbox-btn span {
  display: inline-block;
  margin-left: 8px;
  margin-right: 21px;
}
@media (max-width: 1499.98px) {
  .searchbox-btn span {
    display: none;
  }
}
.searchbox-clear {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  color: #1a2740;
}
.searchbox-inputWrapper {
  width: 100%;
  position: relative;
}
.searchbox-mobile,
.searchbox-mobile.hidden {
  display: none;
  padding-right: 16px;
  padding-left: 0;
}
.searchbox-close {
  width: 44px;
  height: 44px;
  position: relative;
  display: none;
}
@media (max-width: 991.98px) {
  .searchbox-mobile,
  .searchbox-close {
    display: block;
  }
}
.searchboxResults {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  box-shadow: 0 10px 16px 0 rgba(22, 37, 63, 0.19);
  padding: 16px 0 0;
  z-index: 9;
  max-width: 100vw;
  width: 510px;
  margin-top: 0;
  top: 100%;
}
@media (min-width: 992px) {
  .searchboxResults {
    padding: 0;
    top: 100%;
    width: 960px;
    margin-top: -1px;
    height: 473px;
    box-shadow: 0 6px 6px 0 rgba(22, 37, 63, 0.23), 0 10px 20px 0 rgba(22, 37, 63, 0.19);
  }
  .searchboxResults.showSuggestions {
    height: 509px;
  }
}
@media (min-width: 992px) and (max-width: 1140px) {
  .searchboxResults {
    left: calc(50% + 110px);
  }
}
.searchboxResults.active {
  display: block;
}
.searchboxResults.small {
  width: 510px;
  max-width: 100vw;
  height: auto;
}
@media (min-width: 992px) and (max-width: 1140px) {
  .searchboxResults.small {
    left: 50%;
  }
}
@media (min-width: 576px) {
  .searchboxResults.small {
    max-width: 510px;
  }
}
.searchboxResults foerch-cart-item-vpe {
  display: inline-block;
}
.searchboxResults > .row > .col-4:nth-child(2) > div {
  border: 0 solid #999999;
  border-width: 0 1px;
}
.searchboxResults-col {
  display: flex;
  flex-direction: column;
  height: 473px;
  padding: 20px 0 0;
}
.searchboxResults-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.81;
  padding: 0 16px 12px;
}
@media (max-width: 991.98px) {
  .searchboxResults-title:before {
    content: "";
    display: block;
    margin: 10px 0 18px;
    border-bottom: 1px solid #e3e3e3;
  }
  .searchboxResults-title:first-child:before {
    content: normal;
  }
}
.searchboxResults-body {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.searchboxResults-body_small {
  overflow: hidden;
  height: auto;
}
.searchboxResults-more,
.searchboxResults-btn {
  appearance: none;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 1.43;
  padding: 4px 16px;
  margin-bottom: 5px;
}
.searchboxResults-more,
.searchboxResults-more:hover,
.searchboxResults-more:focus,
.searchboxResults-more:active,
.searchboxResults-btn,
.searchboxResults-btn:hover,
.searchboxResults-btn:focus,
.searchboxResults-btn:active {
  outline: none;
  background: transparent;
}
.searchboxResults-btn:last-child {
  margin-bottom: 16px;
}
.searchboxResults-more {
  margin-top: 8px auto;
  display: block;
  text-decoration: underline;
  text-align: center;
}
.searchboxResultsProduct {
  padding: 8px 16px;
  margin-bottom: 3px;
  cursor: pointer;
}
.searchboxResultsProduct:last-child {
  padding-bottom: 16px;
}
.searchboxResultsProduct:hover {
  background: #f7f7f7;
}
button.searchboxResultsProduct:active {
  color: inherit;
}
@media (min-width: 992px) {
  .searchboxResultsProduct {
    margin-bottom: 0;
  }
}
.searchboxResultsProduct-img {
  width: 40px;
  height: 40px;
  max-width: 40px !important;
  max-height: 40px !important;
  margin-right: 8px;
  text-align: center;
}
.searchboxResultsProduct-img img {
  width: auto;
  height: auto;
}
.searchboxResultsProduct-category {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
}
.searchboxResultsProduct-name {
  font-size: 14px;
  line-height: 1.43;
}
.searchboxResults-suggestions {
  background: #f7f7f7;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.43;
}
.searchboxResults-suggestions-item {
  text-decoration: underline;
  cursor: pointer;
  margin-left: 8px;
}
.searchboxResults-suggestions-item + .searchboxResults-suggestions-item {
  margin-left: 0;
}
.searchboxResults-suggestions-item + .searchboxResults-suggestions-item:before {
  content: ",";
  display: inline-block;
  text-decoration: none;
  margin-right: 5px;
  margin-left: 2px;
}
.searchboxBanner {
  background: #1a2740;
  display: flex;
  flex-direction: column;
  height: 207px;
  padding: 18px;
  padding-top: 16px;
  color: #fff;
  margin: auto 16px 16px;
  text-decoration: none;
  position: relative;
}
a.searchboxBanner,
a.searchboxBanner:hover,
a.searchboxBanner:focus {
  color: #fff;
  text-decoration: none;
}
.searchboxBanner-img {
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
.searchboxBanner-img img,
.searchboxBanner-img picture {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.searchboxBanner > * {
  position: relative;
  z-index: 3;
}
.searchboxBanner-icon {
  z-index: 1;
}
.searchboxBanner-icon:before {
  content: "";
  display: block;
  width: 20px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='36' viewBox='0 0 20 36'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23bf111b' d='M0 0h20v25.7L0 36z'/%3E%3C/svg%3E");
  margin-bottom: 6px;
  margin-left: 4px;
}
.searchboxBanner-title {
  font-size: 26px;
}
.searchboxBanner-desc {
  margin-top: auto;
  font-size: 14px;
  line-height: 1.43;
}
.searchboxSingle {
  padding: 8px 16px 24px;
}
@media (min-width: 576px) {
  .searchboxSingle {
    padding: 32px;
  }
}
.searchboxSingle-img,
.searchboxSingle-baseProductName,
.searchboxSingle-code,
.searchboxSingle-name {
  cursor: pointer;
}
.searchboxSingle-img {
  display: block;
  width: 1em !important;
  height: 1em;
  font-size: 80px;
  margin: 0 auto 24px;
}
.searchboxSingle-img.is-missing[format=thumbnail] {
  min-height: 1em;
  background-size: 1em;
}
.searchboxSingle-img img {
  display: block;
}
@media (min-width: 576px) {
  .searchboxSingle-img {
    margin-right: 8px;
    margin-bottom: 0;
  }
}
.searchboxSingle-baseProductName {
  font-size: 16px;
  line-height: 1.38;
  font-weight: 300;
  margin-top: -7px;
}
.searchboxSingle-code {
  font-size: 14px;
  line-height: 1.43;
  margin-top: 8px;
}
.searchboxSingle-name {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 4px;
}
.searchboxSingle-price {
  font-size: 14px;
  line-height: 1.43;
  margin-top: 4px;
  margin-bottom: 16px;
}
.searchboxSingle-detailsBtn {
  margin-top: 16px;
  display: block;
  width: 100%;
}
@media (min-width: 576px) {
  .searchboxSingle-detailsBtn {
    display: inline;
    margin-left: 16px;
    vertical-align: top;
    margin-top: 0;
    width: auto;
  }
}
foerch-cart-details foerch-cart-head {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  foerch-cart-mobile-head .cartBox-body,
  foerch-purchased-articles-head-mobile .cartBox-body,
  foerch-reminder-mobile-product-list .cartBox-body {
    max-width: 400px;
  }
}
.cartHead {
  margin-bottom: 12px;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .cartHead {
    margin-top: 20px;
  }
}
.cartHead-title {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .cartHead .btn-back {
    margin-bottom: 24px;
  }
}
@media (min-width: 576px) {
  .cartHead .btn-back {
    margin-bottom: 0;
  }
}
.cartBox {
  height: 100%;
  padding: 20px 16px;
  background: #ffffff;
}
@media (max-width: 991.98px) {
  .cartBox-body {
    margin-top: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cartBox-body {
    max-width: 400px;
  }
}
.cartBox-head {
  margin-bottom: 16px;
}
.cartBox-headBtn {
  font-size: 16px;
  padding: 0;
}
.cartBox.open .cartBox-headBtn cx-icon {
  transform: rotate(180deg);
}
.cartBox-link {
  display: block;
  padding: 0 0 8px;
}
.cartBox-link span:not([class]) {
  margin-left: 16px;
}
@media (max-width: 991.98px) {
  .cartBox-link:first-of-type {
    margin-top: 16px;
  }
}
@media (max-width: 991.98px) {
  foerch-cart-file-upload + .cartBox-link:first-of-type {
    margin-top: 0;
  }
}
.cartBox-body > .cartBox-link:last-child {
  padding-bottom: 0;
}
foerch-customer-articles-document-file-upload .btn-link,
foerch-customer-articles-document-file-upload .btn-tertiary,
foerch-customer-articles-document-file-upload .btn-tertiary_cms,
foerch-cart-file-upload .btn-link,
foerch-cart-file-upload .btn-tertiary,
foerch-cart-file-upload .btn-tertiary_cms {
  display: flex;
}
foerch-customer-articles-document-file-upload .btn-link:hover,
foerch-customer-articles-document-file-upload .btn-tertiary:hover,
foerch-customer-articles-document-file-upload .btn-tertiary_cms:hover,
foerch-cart-file-upload .btn-link:hover,
foerch-cart-file-upload .btn-tertiary:hover,
foerch-cart-file-upload .btn-tertiary_cms:hover {
  text-decoration: none;
}
foerch-customer-articles-document-file-upload .btn-link:hover span,
foerch-customer-articles-document-file-upload .btn-tertiary:hover span,
foerch-customer-articles-document-file-upload .btn-tertiary_cms:hover span,
foerch-cart-file-upload .btn-link:hover span,
foerch-cart-file-upload .btn-tertiary:hover span,
foerch-cart-file-upload .btn-tertiary_cms:hover span {
  text-decoration: underline;
}
foerch-customer-articles-document-file-upload .btn-link cx-icon,
foerch-customer-articles-document-file-upload .btn-tertiary cx-icon,
foerch-customer-articles-document-file-upload .btn-tertiary_cms cx-icon,
foerch-cart-file-upload .btn-link cx-icon,
foerch-cart-file-upload .btn-tertiary cx-icon,
foerch-cart-file-upload .btn-tertiary_cms cx-icon {
  align-self: flex-start;
}
foerch-customer-articles-document-file-upload .btn-link span,
foerch-customer-articles-document-file-upload .btn-tertiary span,
foerch-customer-articles-document-file-upload .btn-tertiary_cms span,
foerch-cart-file-upload .btn-link span,
foerch-cart-file-upload .btn-tertiary span,
foerch-cart-file-upload .btn-tertiary_cms span {
  margin-left: auto;
}
foerch-customer-articles-document-file-upload .btn-link span.text-muted,
foerch-customer-articles-document-file-upload .btn-tertiary span.text-muted,
foerch-customer-articles-document-file-upload .btn-tertiary_cms span.text-muted,
foerch-cart-file-upload .btn-link span.text-muted,
foerch-cart-file-upload .btn-tertiary span.text-muted,
foerch-cart-file-upload .btn-tertiary_cms span.text-muted {
  margin-left: 16px;
}
foerch-customer-articles-document-file-upload .btn-link span:first-child,
foerch-customer-articles-document-file-upload .btn-tertiary span:first-child,
foerch-customer-articles-document-file-upload .btn-tertiary_cms span:first-child,
foerch-cart-file-upload .btn-link span:first-child,
foerch-cart-file-upload .btn-tertiary span:first-child,
foerch-cart-file-upload .btn-tertiary_cms span:first-child {
  margin-left: 0;
}
.cartTable {
  width: 100%;
  border: 1px solid #999999;
  background: #ffffff;
  color: #1a1a1a;
}
.cartTable.cartTable_medium tbody td {
  font-size: 14px;
}
.cartTable-wrapper {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.cartTable thead th {
  font-size: 14px;
  font-weight: 300;
  padding: 12px;
  line-height: 1.2;
  vertical-align: bottom;
}
.cartTable th + th,
.cartTable td + td {
  border-left: 1px solid #999999;
}
.cartTable tbody td {
  padding: 16px 12px 12px;
  font-size: 12px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #999999;
}
.cartTable tbody td.cartTable-selectColumn,
.cartTable tbody td.cartTable-imgColumn {
  vertical-align: middle;
}
.cartTable tbody td.cartTable-selectColumn {
  padding: 16px 0 12px 16px;
}
.cartTable tbody td.cartTable-imgColumn {
  padding-left: 0;
}
.cartTable .btn-icon,
.cartTable cx-icon {
  color: inherit;
}
.cartTable-selectColumn {
  width: 1%;
}
.cartTable-selectElement {
  display: flex;
  align-items: center;
  padding-right: 16px;
}
.cartTable-imgColumn {
  border-left: none !important;
  text-align: center;
  width: 5%;
  white-space: nowrap;
}
.cartTable-name {
  font-weight: bold;
  text-decoration: none;
  word-break: break-word;
  display: block;
}
.cartTable .custom-checkbox {
  margin: 0;
}
.cartTable cx-media {
  display: inline-block;
  max-width: 50px;
  background-size: 50px;
}
.cartTable-customCode,
.cartTable-desc {
  margin-top: 2px;
}
.cartTable-code {
  margin-top: 4px;
}
.cartTable-ccm {
  position: relative;
  padding-right: 36px;
}
.cartTable-ccm > div:first-child {
  margin-bottom: 2px;
}
.cartTable-ccm-edit {
  position: absolute;
  top: -2px;
  right: 0;
}
.cartTable-actionColumn {
  white-space: nowrap;
}
.cartTable-actionColumn_1 {
  width: 64px;
}
.cartTable-actionColumn_1l {
  width: 70px;
}
.cartTable-actionColumn_2 {
  width: 86px;
}
.cartTable-actionColumn_2l {
  width: 112px;
}
.cartTable-actionColumn_3 {
  width: 120px;
}
.cartTable-actionColumn_3l {
  width: 156px;
}
.cartTable-total {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}
.cartTable_va-middle tbody td {
  vertical-align: middle;
}
.cartTable-headerIcon {
  height: 1.072em;
  margin-top: -0.072em;
}
.cartTable_insideBox tbody td {
  vertical-align: middle;
  padding-top: 16px;
  padding-bottom: 16px;
  height: 66px;
}
.cartTable_insideBox:first-child {
  margin-top: -1px;
}
.cartTable_insideBox .form-group_simple:only-child {
  margin-bottom: 0;
}
.cartTable_insideBox,
.cartTable_popup {
  border-width: 1px 0;
}
@media (max-width: 575.98px) {
  .cartTable_popup tbody td {
    border: 0;
  }
}
.cartTable_popup .cartTable-name {
  white-space: nowrap;
}
.cartTable .cartTableRow_level-1 td.cartTable-selectColumn {
  padding-left: 60px;
}
.cartTable .cartTableRow_level-2 td.cartTable-selectColumn {
  padding-left: 84px;
}
.cartTable .cartTableRow_level-3 td.cartTable-selectColumn {
  padding-left: 108px;
}
.cartTable .cartTableRow_node.cartTableRow_level .cartTable-selectElement {
  margin-left: -14px;
}
.cartComment {
  margin-top: 2px;
}
.cartComment-label {
  cursor: pointer;
  padding-right: 4px;
}
.cartComment-btn {
  margin-left: 1px;
  position: relative;
  opacity: 0;
}
@media (hover: none) {
  .cartComment-btn {
    opacity: 1;
  }
}
.cartComment-btn svg {
  margin-top: -6px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cartComment-btn svg {
    margin-top: 1px;
  }
}
.cartComment:hover .cartComment-btn {
  opacity: 1;
}
.cartTotal {
  font-size: 14px;
  margin-top: 2px;
  line-height: 1.43;
}
.cartTotal span {
  font-weight: 300;
  margin-right: 16px;
}
.cartTotal strong {
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .cartTotal {
    line-height: 1.43;
    padding: 24px 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.cartFooter {
  display: block;
  margin-top: -8px;
  margin-bottom: 48px;
}
@media (max-width: 991.98px) {
  .cartFooter {
    margin-top: 0;
    padding: 24px 16px 0;
  }
}
.cart-hr {
  margin: 0;
  border-color: #999999;
}
foerch-cart-item-mobile,
foerch-reminder-mobile-product-list-item,
foerch-reminder-mobile-document-list-item {
  padding: 16px;
  border-top: 1px solid #999999;
  background: #ffffff;
  color: #1a1a1a;
}
foerch-cart-item-mobile .btn-icon,
foerch-reminder-mobile-product-list-item .btn-icon,
foerch-reminder-mobile-document-list-item .btn-icon,
foerch-cart-item-mobile cx-icon,
foerch-reminder-mobile-product-list-item cx-icon,
foerch-reminder-mobile-document-list-item cx-icon {
  color: inherit;
}
.cartEntry-img {
  margin-right: 12px;
  width: 28px;
}
.cartEntry-body {
  font-size: 12px;
  line-height: 1.5;
}
.cartEntry-name {
  font-weight: bold;
  text-decoration: none;
}
.cartEntry-code,
.cartEntry-desc,
.cartEntry-price,
.cartEntry-ccm-line {
  margin-top: 2px;
}
.cartEntry-price {
  margin-top: 8px;
}
.cartEntry-price span {
  margin-left: 16px;
}
.cartEntry-comment,
.cartEntry-ccm {
  margin-top: 8px;
  margin-bottom: 8px;
}
.cartEntry-action-wrapper,
.listMobileEntry-action-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cartEntry-action-arrow {
  margin-bottom: 16px;
}
.cartEntry-action-arrow.active cx-icon {
  transform: rotate(180deg);
}
.cartEntry-modal {
  margin-top: -50px;
}
foerch-cart-mobile-dialog .modal-header .close {
  position: relative;
}
foerch-cart-mobile-dialog .cartEntry-name {
  padding-right: 32px;
}
.reminderDetailDocument-title {
  display: block;
  font-weight: bold;
  text-decoration: none;
  word-break: break-all;
}
@media (max-width: 991.98px) {
  .reminderDetailDocument-title {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
  }
}
@media (max-width: 991.98px) {
  .reminderDetailDocument-date {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 2px;
  }
}
@media (max-width: 991.98px) {
  .reminderDetailFooter .btn-secondary,
  .reminderDetailFooter .btn-primary,
  .reminderDetailFooter .custom-buttonSwitch-input:checked ~ div {
    margin-top: 16px;
  }
  .reminderDetailFooter .btn-link_secondary {
    border: 0;
    padding: 0;
    margin-top: 24px;
    margin-bottom: 8px;
  }
  .reminderDetailFooter .btn-link_secondary:first-child {
    margin-bottom: 24px;
  }
}
foerch-reminder-mobile-product-list,
foerch-reminder-document-file-upload {
  display: block;
}
foerch-reminder-document-file-upload .btn-link:hover,
foerch-reminder-document-file-upload .btn-tertiary:hover,
foerch-reminder-document-file-upload .btn-tertiary_cms:hover {
  text-decoration: none;
}
foerch-reminder-document-file-upload .btn-link:hover span,
foerch-reminder-document-file-upload .btn-tertiary:hover span,
foerch-reminder-document-file-upload .btn-tertiary_cms:hover span {
  display: inline;
  text-decoration: underline;
}
foerch-reminder-product-list .cartTable-actionColumn,
foerch-reminder-document-list .cartTable-actionColumn {
  width: 5%;
}
foerch-reminder-product-list .cartTable tbody td {
  vertical-align: middle;
}
foerch-reminder-product-list .cartTable-actionColumn .btn-commerce {
  margin-right: 20px;
}
foerch-reminder-mobile-product-list .cartBox,
foerch-reminder-mobile-product-list .cart-details-wrapper,
foerch-reminder-mobile-document-list-item {
  margin-left: -16px;
  margin-right: -16px;
}
foerch-reminder-mobile-document-list-item:last-child {
  border-bottom: 1px solid #999999;
}
foerch-reminder-document-file-upload {
  margin-bottom: 24px;
}
foerch-reminder-document-file-upload .btn-link,
foerch-reminder-document-file-upload .btn-tertiary,
foerch-reminder-document-file-upload .btn-tertiary_cms {
  display: flex;
  padding: 0;
  border: 0;
}
foerch-reminder-document-file-upload .btn-link cx-icon,
foerch-reminder-document-file-upload .btn-tertiary cx-icon,
foerch-reminder-document-file-upload .btn-tertiary_cms cx-icon {
  align-self: flex-start;
}
foerch-reminder-document-file-upload .text-muted {
  margin-left: 16px;
}
foerch-reminder-document-file-upload + foerch-reminder-mobile-document-list-item {
  border-top: 1px solid #999999;
}
foerch-reminder-document-file-upload .reminderDocumentFileUpload {
  padding: 16px;
  border: 1px solid #999999;
  text-align: center;
  max-width: 400px;
}
foerch-reminder-document-file-upload .reminderDocumentFileUpload-text {
  font-size: 13px;
  margin-top: 4px;
  color: #999999;
}
foerch-reminder-document-list .cartTable-actionColumn .btn-icon:first-child {
  padding-right: 20px;
}
footer {
  overflow-x: hidden;
}
.container,
.ErrorPageTemplate .MiddleContent {
  padding-left: 16px;
  padding-right: 16px;
}
body {
  background: #f8f7f8;
  position: relative;
}
@media (max-width: 991.98px) {
  html.mobileOverlayVisible {
    overflow: hidden;
    display: block;
    height: 100%;
  }
  html {
    height: 100%;
    overflow: hidden;
  }
  body {
    height: 100%;
    overflow: auto;
  }
}
@media (max-width: 575.98px) {
  html.mobileSearchOverlayVisible {
    overflow: hidden;
    display: block;
    height: 100%;
  }
}
.foerch-cx-media {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-size: 50px;
  position: relative;
  background: #fff;
}
.foerch-cx-media img {
  max-width: 100%;
  max-height: 100%;
  transform: scale(1);
  opacity: 1;
  transition: all 0.6s;
  vertical-align: middle;
  border-style: none;
}
.synonyms-container {
  max-width: 80px;
}
.synonyms-container div.synonyms-items {
  display: flex;
  flex-wrap: wrap;
}
.synonyms-container div.synonyms-items .item {
  text-decoration: underline;
  margin-right: 8px;
}
.color-light {
  color: #999;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
