@charset "UTF-8";
/* Netxusa RWD Main Layout */
/*! COMPILED FROM SCSS: DO NOT EDIT CSS DIRECTLY. */
:root {
  --blue: #2375b7;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff0000;
  --orange: #fd7e14;
  --yellow: #f6d922;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #666;
  --gray-dark: #333;
  --primary: #0e7328;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #117a8a;
  --warning: #f6d922;
  --danger: #ff0000;
  --light: #eee;
  --dark: #333;
  --alt-one: #0e7328;
  --alt-two: #d9eede;
  --alt-three: #0b6122;
  --alt-four: #13a138;
  --alt-five: #1f292b;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: HelveticaNeueWeb, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: monospace;
}

*,
*::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: HelveticaNeueWeb, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  text-align: left;
  background-color: #fff;
}

[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: 0.5rem;
}

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: #0e7328;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #062f10;
  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: 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: #666;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.125rem;
}

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, .ehm-title, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.4;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3, .ehm-title {
  font-size: 1.24rem;
}

h4, .h4 {
  font-size: 1rem;
}

h5, .h5 {
  font-size: -1rem;
}

h6, .h6 {
  font-size: -3rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.4;
}

.display-2 {
  font-size: 3.3333332rem;
  font-weight: 300;
  line-height: 1.4;
}

.display-3 {
  font-size: 2.6666666rem;
  font-weight: 300;
  line-height: 1.4;
}

.display-4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.6875rem;
  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: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.6875rem;
  color: #666;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #666;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.1875rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1220px;
  }
}
.bs-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.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: 10px;
  padding-left: 10px;
}

.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: 1200px) {
  .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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #333;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 0 solid #ddd;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 0 solid #ddd;
}
.table tbody + tbody {
  border-top: 0 solid #ddd;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 0 solid #ddd;
}
.table-bordered th,
.table-bordered td {
  border: 0 solid #ddd;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 0;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #f5f5f5;
}

.table-hover tbody tr:hover {
  color: #333;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bcd8c3;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #82b68f;
}

.table-hover .table-primary:hover {
  background-color: #accfb5;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #accfb5;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success, tr.ui-state-highlight,
.table-success > th,
tr.ui-state-highlight > th,
.table-success > td,
tr.ui-state-highlight > td {
  background-color: #c3e6cb;
}
.table-success th, tr.ui-state-highlight th,
.table-success td,
tr.ui-state-highlight td,
.table-success thead th,
.table-success tbody + tbody,
tr.ui-state-highlight tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover, .table-hover tr.ui-state-highlight:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td, .table-hover tr.ui-state-highlight:hover > td,
.table-hover .table-success:hover > th,
.table-hover tr.ui-state-highlight:hover > th {
  background-color: #b1dfbb;
}

.table-info, tr.ui-state-notice,
.table-info > th,
tr.ui-state-notice > th,
.table-info > td,
tr.ui-state-notice > td {
  background-color: #bcdade;
}
.table-info th, tr.ui-state-notice th,
.table-info td,
tr.ui-state-notice td,
.table-info thead th,
.table-info tbody + tbody,
tr.ui-state-notice tbody + tbody {
  border-color: #83bac2;
}

.table-hover .table-info:hover, .table-hover tr.ui-state-notice:hover {
  background-color: #abd1d6;
}
.table-hover .table-info:hover > td, .table-hover tr.ui-state-notice:hover > td,
.table-hover .table-info:hover > th,
.table-hover tr.ui-state-notice:hover > th {
  background-color: #abd1d6;
}

.table-warning, tr.ui-state-warning,
.table-warning > th,
tr.ui-state-warning > th,
.table-warning > td,
tr.ui-state-warning > td {
  background-color: #fcf4c1;
}
.table-warning th, tr.ui-state-warning th,
.table-warning td,
tr.ui-state-warning td,
.table-warning thead th,
.table-warning tbody + tbody,
tr.ui-state-warning tbody + tbody {
  border-color: #faeb8c;
}

.table-hover .table-warning:hover, .table-hover tr.ui-state-warning:hover {
  background-color: #fbf0a9;
}
.table-hover .table-warning:hover > td, .table-hover tr.ui-state-warning:hover > td,
.table-hover .table-warning:hover > th,
.table-hover tr.ui-state-warning:hover > th {
  background-color: #fbf0a9;
}

.table-danger, tr.ui-state-error,
.table-danger > th,
tr.ui-state-error > th,
.table-danger > td,
tr.ui-state-error > td {
  background-color: #ffb8b8;
}
.table-danger th, tr.ui-state-error th,
.table-danger td,
tr.ui-state-error td,
.table-danger thead th,
.table-danger tbody + tbody,
tr.ui-state-error tbody + tbody {
  border-color: #ff7a7a;
}

.table-hover .table-danger:hover, .table-hover tr.ui-state-error:hover {
  background-color: #ff9f9f;
}
.table-hover .table-danger:hover > td, .table-hover tr.ui-state-error:hover > td,
.table-hover .table-danger:hover > th,
.table-hover tr.ui-state-error:hover > th {
  background-color: #ff9f9f;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fafafa;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f6f6f6;
}

.table-hover .table-light:hover {
  background-color: #ededed;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ededed;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c6c6;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #959595;
}

.table-hover .table-dark:hover {
  background-color: #b9b9b9;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9b9b9;
}

.table-alt-one,
.table-alt-one > th,
.table-alt-one > td {
  background-color: #bcd8c3;
}
.table-alt-one th,
.table-alt-one td,
.table-alt-one thead th,
.table-alt-one tbody + tbody {
  border-color: #82b68f;
}

.table-hover .table-alt-one:hover {
  background-color: #accfb5;
}
.table-hover .table-alt-one:hover > td,
.table-hover .table-alt-one:hover > th {
  background-color: #accfb5;
}

.table-alt-two,
.table-alt-two > th,
.table-alt-two > td {
  background-color: #f4faf6;
}
.table-alt-two th,
.table-alt-two td,
.table-alt-two thead th,
.table-alt-two tbody + tbody {
  border-color: #ebf6ee;
}

.table-hover .table-alt-two:hover {
  background-color: #e2f2e8;
}
.table-hover .table-alt-two:hover > td,
.table-hover .table-alt-two:hover > th {
  background-color: #e2f2e8;
}

.table-alt-three,
.table-alt-three > th,
.table-alt-three > td {
  background-color: #bbd3c1;
}
.table-alt-three th,
.table-alt-three td,
.table-alt-three thead th,
.table-alt-three tbody + tbody {
  border-color: #80ad8c;
}

.table-hover .table-alt-three:hover {
  background-color: #acc9b3;
}
.table-hover .table-alt-three:hover > td,
.table-hover .table-alt-three:hover > th {
  background-color: #acc9b3;
}

.table-alt-four,
.table-alt-four > th,
.table-alt-four > td {
  background-color: #bde5c7;
}
.table-alt-four th,
.table-alt-four td,
.table-alt-four thead th,
.table-alt-four tbody + tbody {
  border-color: #84ce98;
}

.table-hover .table-alt-four:hover {
  background-color: #abdeb7;
}
.table-hover .table-alt-four:hover > td,
.table-hover .table-alt-four:hover > th {
  background-color: #abdeb7;
}

.table-alt-five,
.table-alt-five > th,
.table-alt-five > td {
  background-color: #c0c3c4;
}
.table-alt-five th,
.table-alt-five td,
.table-alt-five thead th,
.table-alt-five tbody + tbody {
  border-color: #8b9091;
}

.table-hover .table-alt-five:hover {
  background-color: #b3b6b8;
}
.table-hover .table-alt-five:hover > td,
.table-hover .table-alt-five:hover > th {
  background-color: #b3b6b8;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #eee;
  border-color: #ddd;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, select,
textarea,
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url] {
  display: block;
  width: 100%;
  height: calc(1.4em + 1rem + 2px);
  padding: 0.5rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: 0.1875rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, select,
textarea,
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url] {
    transition: none;
  }
}
.form-control::-ms-expand, select::-ms-expand,
textarea::-ms-expand,
input[type=email]::-ms-expand, input[type=number]::-ms-expand, input[type=password]::-ms-expand, input[type=search]::-ms-expand, input[type=tel]::-ms-expand, input[type=text]::-ms-expand, input[type=url]::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring, select:-moz-focusring,
textarea:-moz-focusring,
input[type=email]:-moz-focusring, input[type=number]:-moz-focusring, input[type=password]:-moz-focusring, input[type=search]:-moz-focusring, input[type=tel]:-moz-focusring, input[type=text]:-moz-focusring, input[type=url]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}
.form-control:focus, select:focus,
textarea:focus,
input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus {
  color: #000;
  background-color: #f0ebe1;
  border-color: #75b3e5;
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(35, 117, 183, 0.25);
}
.form-control::placeholder, select::placeholder,
textarea::placeholder,
input[type=email]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=url]::placeholder {
  color: #666;
  opacity: 1;
}
.form-control:disabled, select:disabled,
textarea:disabled,
input[type=email]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled, input[type=url]:disabled, .form-control[readonly], select[readonly],
textarea[readonly],
input[readonly][type=email], input[readonly][type=number], input[readonly][type=password], input[readonly][type=search], input[readonly][type=tel], input[readonly][type=text], input[readonly][type=url] {
  background-color: #f0f0f0;
  opacity: 1;
}

input[type=date].form-control,
input[type=date][type=email], input[type=date][type=number], input[type=date][type=password], input[type=date][type=search], input[type=date][type=tel], input[type=date][type=text], input[type=date][type=url],
input[type=time].form-control,
input[type=time][type=email],
input[type=time][type=number],
input[type=time][type=password],
input[type=time][type=search],
input[type=time][type=tel],
input[type=time][type=text],
input[type=time][type=url],
input[type=datetime-local].form-control,
input[type=datetime-local][type=email],
input[type=datetime-local][type=number],
input[type=datetime-local][type=password],
input[type=datetime-local][type=search],
input[type=datetime-local][type=tel],
input[type=datetime-local][type=text],
input[type=datetime-local][type=url],
input[type=month].form-control,
input[type=month][type=email],
input[type=month][type=number],
input[type=month][type=password],
input[type=month][type=search],
input[type=month][type=tel],
input[type=month][type=text],
input[type=month][type=url] {
  appearance: none;
}

select.form-control:focus::-ms-value, select:focus::-ms-value {
  color: #333;
  background-color: #fff;
}

.form-control-file, input[type=file],
.form-control-range,
input[type=range] {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.4;
}

.col-form-label-lg {
  padding-top: calc(0.1875rem + 1px);
  padding-bottom: calc(0.1875rem + 1px);
  font-size: 1.25rem;
  line-height: 1.4;
}

.col-form-label-sm {
  padding-top: calc(0.1875rem + 1px);
  padding-bottom: calc(0.1875rem + 1px);
  font-size: 0.875rem;
  line-height: 1.4;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4;
  color: #333;
  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: calc(1.4em + 0.375rem + 2px);
  padding: 0.1875rem 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0.1875rem;
}

.form-control-lg {
  height: calc(1.4em + 0.375rem + 2px);
  padding: 0.1875rem 0.3125rem;
  font-size: 1.25rem;
  line-height: 1.4;
  border-radius: 0.25rem;
}

select.form-control[size], select[size], select.form-control[multiple], select[multiple] {
  height: auto;
}

textarea.form-control,
textarea {
  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: #666;
}

.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.6875rem;
  color: #28a745;
}

.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.4;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.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, .was-validated select:valid,
.was-validated textarea:valid,
.was-validated input[type=email]:valid, .was-validated input[type=number]:valid, .was-validated input[type=password]:valid, .was-validated input[type=search]:valid, .was-validated input[type=tel]:valid, .was-validated input[type=text]:valid, .was-validated input[type=url]:valid, .form-control.is-valid, select.is-valid,
textarea.is-valid,
input.is-valid[type=email], input.is-valid[type=number], input.is-valid[type=password], input.is-valid[type=search], input.is-valid[type=tel], input.is-valid[type=text], input.is-valid[type=url] {
  border-color: #28a745;
  padding-right: calc(1.4em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.35em + 0.25rem) center;
  background-size: calc(0.7em + 0.5rem) calc(0.7em + 0.5rem);
}
.was-validated .form-control:valid:focus, .was-validated select:valid:focus,
.was-validated textarea:valid:focus,
.was-validated input[type=email]:valid:focus, .was-validated input[type=number]:valid:focus, .was-validated input[type=password]:valid:focus, .was-validated input[type=search]:valid:focus, .was-validated input[type=tel]:valid:focus, .was-validated input[type=text]:valid:focus, .was-validated input[type=url]:valid:focus, .form-control.is-valid:focus, select.is-valid:focus,
textarea.is-valid:focus,
input.is-valid[type=email]:focus, input.is-valid[type=number]:focus, input.is-valid[type=password]:focus, input.is-valid[type=search]:focus, input.is-valid[type=tel]:focus, input.is-valid[type=text]:focus, input.is-valid[type=url]:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.1875rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
.was-validated textarea:valid, textarea.form-control.is-valid,
textarea.is-valid {
  padding-right: calc(1.4em + 1rem);
  background-position: top calc(0.35em + 0.25rem) right calc(0.35em + 0.25rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.25rem);
  background: 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='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.5rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.5rem/calc(0.7em + 0.5rem) calc(0.7em + 0.5rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.1875rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.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: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.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.1875rem rgba(40, 167, 69, 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: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.1875rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.6875rem;
  color: #ff0000;
}

.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.4;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.9);
  border-radius: 0.25rem;
}
.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,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated select:invalid,
.was-validated textarea:invalid,
.was-validated input[type=email]:invalid, .was-validated input[type=number]:invalid, .was-validated input[type=password]:invalid, .was-validated input[type=search]:invalid, .was-validated input[type=tel]:invalid, .was-validated input[type=text]:invalid, .was-validated input[type=url]:invalid, .form-control.is-invalid, select.is-invalid,
textarea.is-invalid,
input.is-invalid[type=email], input.is-invalid[type=number], input.is-invalid[type=password], input.is-invalid[type=search], input.is-invalid[type=tel], input.is-invalid[type=text], input.is-invalid[type=url] {
  border-color: #ff0000;
  padding-right: calc(1.4em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff0000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff0000' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.35em + 0.25rem) center;
  background-size: calc(0.7em + 0.5rem) calc(0.7em + 0.5rem);
}
.was-validated .form-control:invalid:focus, .was-validated select:invalid:focus,
.was-validated textarea:invalid:focus,
.was-validated input[type=email]:invalid:focus, .was-validated input[type=number]:invalid:focus, .was-validated input[type=password]:invalid:focus, .was-validated input[type=search]:invalid:focus, .was-validated input[type=tel]:invalid:focus, .was-validated input[type=text]:invalid:focus, .was-validated input[type=url]:invalid:focus, .form-control.is-invalid:focus, select.is-invalid:focus,
textarea.is-invalid:focus,
input.is-invalid[type=email]:focus, input.is-invalid[type=number]:focus, input.is-invalid[type=password]:focus, input.is-invalid[type=search]:focus, input.is-invalid[type=tel]:focus, input.is-invalid[type=text]:focus, input.is-invalid[type=url]:focus {
  border-color: #ff0000;
  box-shadow: 0 0 0 0.1875rem rgba(255, 0, 0, 0.25);
}

.was-validated textarea.form-control:invalid,
.was-validated textarea:invalid, textarea.form-control.is-invalid,
textarea.is-invalid {
  padding-right: calc(1.4em + 1rem);
  background-position: top calc(0.35em + 0.25rem) right calc(0.35em + 0.25rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ff0000;
  padding-right: calc(0.75em + 2.25rem);
  background: 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='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.5rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff0000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff0000' stroke='none'/%3e%3c/svg%3e") center right 1.5rem/calc(0.7em + 0.5rem) calc(0.7em + 0.5rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ff0000;
  box-shadow: 0 0 0 0.1875rem rgba(255, 0, 0, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff0000;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff0000;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff0000;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff3333;
  background-color: #ff3333;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.1875rem rgba(255, 0, 0, 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 {
  border-color: #ff0000;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff0000;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff0000;
  box-shadow: 0 0 0 0.1875rem rgba(255, 0, 0, 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, .form-inline select,
.form-inline textarea,
.form-inline input[type=email], .form-inline input[type=number], .form-inline input[type=password], .form-inline input[type=search], .form-inline input[type=tel], .form-inline input[type=text], .form-inline input[type=url] {
    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;
  }
}

.btn, button,
input[type=button], input[type=image], input[type=reset], input[type=submit] {
  display: inline-block;
  font-weight: 400;
  color: #333;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.625rem 2rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0.25rem;
  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, button,
input[type=button], input[type=image], input[type=reset], input[type=submit] {
    transition: none;
  }
}
.btn:hover, button:hover,
input[type=button]:hover, input[type=image]:hover, input[type=reset]:hover, input[type=submit]:hover {
  color: #333;
  text-decoration: none;
}
.btn:focus, button:focus,
input[type=button]:focus, input[type=image]:focus, input[type=reset]:focus, input[type=submit]:focus, .btn.focus, button.focus,
input.focus[type=button], input.focus[type=image], input.focus[type=reset], input.focus[type=submit] {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(35, 117, 183, 0.25);
}
.btn.disabled, button.disabled,
input.disabled[type=button], input.disabled[type=image], input.disabled[type=reset], input.disabled[type=submit], .btn:disabled, button:disabled,
input[type=button]:disabled, input[type=image]:disabled, input[type=reset]:disabled, input[type=submit]:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), button:not(:disabled):not(.disabled),
input[type=button]:not(:disabled):not(.disabled), input[type=image]:not(:disabled):not(.disabled), input[type=reset]:not(:disabled):not(.disabled), input[type=submit]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0e7328;
  border: none;
  text-transform: uppercase;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0a511c;
  border-color: #084618;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.1875rem rgba(14, 115, 40, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0e7328;
  border-color: #0e7328;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #084618;
  border-color: #073a14;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(14, 115, 40, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border: none;
  text-transform: uppercase;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.1875rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.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.1875rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border: none;
  text-transform: uppercase;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.1875rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.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.1875rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #117a8a;
  border: none;
  text-transform: uppercase;
}
.btn-info:hover {
  color: #fff;
  background-color: #0d5c68;
  border-color: #0b525d;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.1875rem rgba(17, 122, 138, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #117a8a;
  border-color: #117a8a;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0b525d;
  border-color: #0a4851;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(17, 122, 138, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #f6d922;
  border: none;
  text-transform: uppercase;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e8ca09;
  border-color: #dcbf09;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.1875rem rgba(246, 217, 34, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #f6d922;
  border-color: #f6d922;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #dcbf09;
  border-color: #d0b508;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(246, 217, 34, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ff0000;
  border: none;
  text-transform: uppercase;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.1875rem rgba(255, 0, 0, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: #bf0000;
}
.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.1875rem rgba(255, 0, 0, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #eee;
  border: none;
  text-transform: uppercase;
}
.btn-light:hover {
  color: #212529;
  background-color: #dbdbdb;
  border-color: #d5d5d5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.1875rem rgba(238, 238, 238, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #eee;
  border-color: #eee;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #d5d5d5;
  border-color: #cecece;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(238, 238, 238, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #333;
  border: none;
  text-transform: uppercase;
}
.btn-dark:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.1875rem rgba(51, 51, 51, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #131313;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(51, 51, 51, 0.5);
}

.btn-alt-one {
  color: #fff;
  background-color: #0e7328;
  border: none;
  text-transform: uppercase;
}
.btn-alt-one:hover {
  color: #fff;
  background-color: #0a511c;
  border-color: #084618;
}
.btn-alt-one:focus, .btn-alt-one.focus {
  box-shadow: 0 0 0 0.1875rem rgba(14, 115, 40, 0.5);
}
.btn-alt-one.disabled, .btn-alt-one:disabled {
  color: #fff;
  background-color: #0e7328;
  border-color: #0e7328;
}
.btn-alt-one:not(:disabled):not(.disabled):active, .btn-alt-one:not(:disabled):not(.disabled).active, .show > .btn-alt-one.dropdown-toggle {
  color: #fff;
  background-color: #084618;
  border-color: #073a14;
}
.btn-alt-one:not(:disabled):not(.disabled):active:focus, .btn-alt-one:not(:disabled):not(.disabled).active:focus, .show > .btn-alt-one.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(14, 115, 40, 0.5);
}

.btn-alt-two, .btn-default, button,
input[type=button], input[type=image], input[type=reset], input[type=submit] {
  color: #212529;
  background-color: #d9eede;
  border: none;
  text-transform: uppercase;
}
.btn-alt-two:hover, .btn-default:hover, button:hover,
input[type=button]:hover, input[type=image]:hover, input[type=reset]:hover, input[type=submit]:hover {
  color: #212529;
  background-color: #bfe2c7;
  border-color: #b6debf;
}
.btn-alt-two:focus, .btn-default:focus, button:focus,
input[type=button]:focus, input[type=image]:focus, input[type=reset]:focus, input[type=submit]:focus, .btn-alt-two.focus, .focus.btn-default, button.focus,
input.focus[type=button], input.focus[type=image], input.focus[type=reset], input.focus[type=submit] {
  box-shadow: 0 0 0 0.1875rem rgba(217, 238, 222, 0.5);
}
.btn-alt-two.disabled, .disabled.btn-default, button.disabled,
input.disabled[type=button], input.disabled[type=image], input.disabled[type=reset], input.disabled[type=submit], .btn-alt-two:disabled, .btn-default:disabled, button:disabled,
input[type=button]:disabled, input[type=image]:disabled, input[type=reset]:disabled, input[type=submit]:disabled {
  color: #212529;
  background-color: #d9eede;
  border-color: #d9eede;
}
.btn-alt-two:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled):active, button:not(:disabled):not(.disabled):active,
input[type=button]:not(:disabled):not(.disabled):active, input[type=image]:not(:disabled):not(.disabled):active, input[type=reset]:not(:disabled):not(.disabled):active, input[type=submit]:not(:disabled):not(.disabled):active, .btn-alt-two:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled).active, button:not(:disabled):not(.disabled).active,
input[type=button]:not(:disabled):not(.disabled).active, input[type=image]:not(:disabled):not(.disabled).active, input[type=reset]:not(:disabled):not(.disabled).active, input[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-alt-two.dropdown-toggle, .show > .dropdown-toggle.btn-default, .show > button.dropdown-toggle,
.show > input.dropdown-toggle[type=button], .show > input.dropdown-toggle[type=image], .show > input.dropdown-toggle[type=reset], .show > input.dropdown-toggle[type=submit] {
  color: #212529;
  background-color: #b6debf;
  border-color: #addab8;
}
.btn-alt-two:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled):active:focus, button:not(:disabled):not(.disabled):active:focus,
input[type=button]:not(:disabled):not(.disabled):active:focus, input[type=image]:not(:disabled):not(.disabled):active:focus, input[type=reset]:not(:disabled):not(.disabled):active:focus, input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-alt-two:not(:disabled):not(.disabled).active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, button:not(:disabled):not(.disabled).active:focus,
input[type=button]:not(:disabled):not(.disabled).active:focus, input[type=image]:not(:disabled):not(.disabled).active:focus, input[type=reset]:not(:disabled):not(.disabled).active:focus, input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-alt-two.dropdown-toggle:focus, .show > .dropdown-toggle.btn-default:focus, .show > button.dropdown-toggle:focus,
.show > input.dropdown-toggle[type=button]:focus, .show > input.dropdown-toggle[type=image]:focus, .show > input.dropdown-toggle[type=reset]:focus, .show > input.dropdown-toggle[type=submit]:focus {
  box-shadow: 0 0 0 0.1875rem rgba(217, 238, 222, 0.5);
}

.btn-alt-three {
  color: #fff;
  background-color: #0b6122;
  border: none;
  text-transform: uppercase;
}
.btn-alt-three:hover {
  color: #fff;
  background-color: #073f16;
  border-color: #063412;
}
.btn-alt-three:focus, .btn-alt-three.focus {
  box-shadow: 0 0 0 0.1875rem rgba(11, 97, 34, 0.5);
}
.btn-alt-three.disabled, .btn-alt-three:disabled {
  color: #fff;
  background-color: #0b6122;
  border-color: #0b6122;
}
.btn-alt-three:not(:disabled):not(.disabled):active, .btn-alt-three:not(:disabled):not(.disabled).active, .show > .btn-alt-three.dropdown-toggle {
  color: #fff;
  background-color: #063412;
  border-color: #05280e;
}
.btn-alt-three:not(:disabled):not(.disabled):active:focus, .btn-alt-three:not(:disabled):not(.disabled).active:focus, .show > .btn-alt-three.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(11, 97, 34, 0.5);
}

.btn-alt-four {
  color: #fff;
  background-color: #13a138;
  border: none;
  text-transform: uppercase;
}
.btn-alt-four:hover {
  color: #fff;
  background-color: #0f7f2c;
  border-color: #0e7328;
}
.btn-alt-four:focus, .btn-alt-four.focus {
  box-shadow: 0 0 0 0.1875rem rgba(19, 161, 56, 0.5);
}
.btn-alt-four.disabled, .btn-alt-four:disabled {
  color: #fff;
  background-color: #13a138;
  border-color: #13a138;
}
.btn-alt-four:not(:disabled):not(.disabled):active, .btn-alt-four:not(:disabled):not(.disabled).active, .show > .btn-alt-four.dropdown-toggle {
  color: #fff;
  background-color: #0e7328;
  border-color: #0c6824;
}
.btn-alt-four:not(:disabled):not(.disabled):active:focus, .btn-alt-four:not(:disabled):not(.disabled).active:focus, .show > .btn-alt-four.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(19, 161, 56, 0.5);
}

.btn-alt-five {
  color: #fff;
  background-color: #1f292b;
  border: none;
  text-transform: uppercase;
}
.btn-alt-five:hover {
  color: #fff;
  background-color: #0f1415;
  border-color: #0a0d0d;
}
.btn-alt-five:focus, .btn-alt-five.focus {
  box-shadow: 0 0 0 0.1875rem rgba(31, 41, 43, 0.5);
}
.btn-alt-five.disabled, .btn-alt-five:disabled {
  color: #fff;
  background-color: #1f292b;
  border-color: #1f292b;
}
.btn-alt-five:not(:disabled):not(.disabled):active, .btn-alt-five:not(:disabled):not(.disabled).active, .show > .btn-alt-five.dropdown-toggle {
  color: #fff;
  background-color: #0a0d0d;
  border-color: #040606;
}
.btn-alt-five:not(:disabled):not(.disabled):active:focus, .btn-alt-five:not(:disabled):not(.disabled).active:focus, .show > .btn-alt-five.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(31, 41, 43, 0.5);
}

.btn-outline-primary {
  color: #0e7328;
  border-color: #0e7328;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0e7328;
  border-color: #0e7328;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.1875rem rgba(14, 115, 40, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0e7328;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0e7328;
  border-color: #0e7328;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(14, 115, 40, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.1875rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.1875rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #117a8a;
  border-color: #117a8a;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #117a8a;
  border-color: #117a8a;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.1875rem rgba(17, 122, 138, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #117a8a;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8a;
  border-color: #117a8a;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(17, 122, 138, 0.5);
}

.btn-outline-warning {
  color: #f6d922;
  border-color: #f6d922;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #f6d922;
  border-color: #f6d922;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.1875rem rgba(246, 217, 34, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f6d922;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #f6d922;
  border-color: #f6d922;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(246, 217, 34, 0.5);
}

.btn-outline-danger {
  color: #ff0000;
  border-color: #ff0000;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.1875rem rgba(255, 0, 0, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff0000;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(255, 0, 0, 0.5);
}

.btn-outline-light {
  color: #eee;
  border-color: #eee;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #eee;
  border-color: #eee;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.1875rem rgba(238, 238, 238, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #eee;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #eee;
  border-color: #eee;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(238, 238, 238, 0.5);
}

.btn-outline-dark {
  color: #333;
  border-color: #333;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.1875rem rgba(51, 51, 51, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #333;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(51, 51, 51, 0.5);
}

.btn-outline-alt-one {
  color: #0e7328;
  border-color: #0e7328;
}
.btn-outline-alt-one:hover {
  color: #fff;
  background-color: #0e7328;
  border-color: #0e7328;
}
.btn-outline-alt-one:focus, .btn-outline-alt-one.focus {
  box-shadow: 0 0 0 0.1875rem rgba(14, 115, 40, 0.5);
}
.btn-outline-alt-one.disabled, .btn-outline-alt-one:disabled {
  color: #0e7328;
  background-color: transparent;
}
.btn-outline-alt-one:not(:disabled):not(.disabled):active, .btn-outline-alt-one:not(:disabled):not(.disabled).active, .show > .btn-outline-alt-one.dropdown-toggle {
  color: #fff;
  background-color: #0e7328;
  border-color: #0e7328;
}
.btn-outline-alt-one:not(:disabled):not(.disabled):active:focus, .btn-outline-alt-one:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-alt-one.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(14, 115, 40, 0.5);
}

.btn-outline-alt-two {
  color: #d9eede;
  border-color: #d9eede;
}
.btn-outline-alt-two:hover {
  color: #212529;
  background-color: #d9eede;
  border-color: #d9eede;
}
.btn-outline-alt-two:focus, .btn-outline-alt-two.focus {
  box-shadow: 0 0 0 0.1875rem rgba(217, 238, 222, 0.5);
}
.btn-outline-alt-two.disabled, .btn-outline-alt-two:disabled {
  color: #d9eede;
  background-color: transparent;
}
.btn-outline-alt-two:not(:disabled):not(.disabled):active, .btn-outline-alt-two:not(:disabled):not(.disabled).active, .show > .btn-outline-alt-two.dropdown-toggle {
  color: #212529;
  background-color: #d9eede;
  border-color: #d9eede;
}
.btn-outline-alt-two:not(:disabled):not(.disabled):active:focus, .btn-outline-alt-two:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-alt-two.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(217, 238, 222, 0.5);
}

.btn-outline-alt-three {
  color: #0b6122;
  border-color: #0b6122;
}
.btn-outline-alt-three:hover {
  color: #fff;
  background-color: #0b6122;
  border-color: #0b6122;
}
.btn-outline-alt-three:focus, .btn-outline-alt-three.focus {
  box-shadow: 0 0 0 0.1875rem rgba(11, 97, 34, 0.5);
}
.btn-outline-alt-three.disabled, .btn-outline-alt-three:disabled {
  color: #0b6122;
  background-color: transparent;
}
.btn-outline-alt-three:not(:disabled):not(.disabled):active, .btn-outline-alt-three:not(:disabled):not(.disabled).active, .show > .btn-outline-alt-three.dropdown-toggle {
  color: #fff;
  background-color: #0b6122;
  border-color: #0b6122;
}
.btn-outline-alt-three:not(:disabled):not(.disabled):active:focus, .btn-outline-alt-three:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-alt-three.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(11, 97, 34, 0.5);
}

.btn-outline-alt-four {
  color: #13a138;
  border-color: #13a138;
}
.btn-outline-alt-four:hover {
  color: #fff;
  background-color: #13a138;
  border-color: #13a138;
}
.btn-outline-alt-four:focus, .btn-outline-alt-four.focus {
  box-shadow: 0 0 0 0.1875rem rgba(19, 161, 56, 0.5);
}
.btn-outline-alt-four.disabled, .btn-outline-alt-four:disabled {
  color: #13a138;
  background-color: transparent;
}
.btn-outline-alt-four:not(:disabled):not(.disabled):active, .btn-outline-alt-four:not(:disabled):not(.disabled).active, .show > .btn-outline-alt-four.dropdown-toggle {
  color: #fff;
  background-color: #13a138;
  border-color: #13a138;
}
.btn-outline-alt-four:not(:disabled):not(.disabled):active:focus, .btn-outline-alt-four:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-alt-four.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(19, 161, 56, 0.5);
}

.btn-outline-alt-five {
  color: #1f292b;
  border-color: #1f292b;
}
.btn-outline-alt-five:hover {
  color: #fff;
  background-color: #1f292b;
  border-color: #1f292b;
}
.btn-outline-alt-five:focus, .btn-outline-alt-five.focus {
  box-shadow: 0 0 0 0.1875rem rgba(31, 41, 43, 0.5);
}
.btn-outline-alt-five.disabled, .btn-outline-alt-five:disabled {
  color: #1f292b;
  background-color: transparent;
}
.btn-outline-alt-five:not(:disabled):not(.disabled):active, .btn-outline-alt-five:not(:disabled):not(.disabled).active, .show > .btn-outline-alt-five.dropdown-toggle {
  color: #fff;
  background-color: #1f292b;
  border-color: #1f292b;
}
.btn-outline-alt-five:not(:disabled):not(.disabled):active:focus, .btn-outline-alt-five:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-alt-five.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(31, 41, 43, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0e7328;
  text-decoration: none;
}
.btn-link:hover {
  color: #062f10;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #666;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > button,
.btn-group-lg > input[type=button], .btn-group-lg > input[type=image], .btn-group-lg > input[type=reset], .btn-group-lg > input[type=submit] {
  padding: 0.1875rem 0.3125rem;
  font-size: 1.25rem;
  line-height: 1.4;
  border-radius: 0.25rem;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > button,
.btn-group-sm > input[type=button], .btn-group-sm > input[type=image], .btn-group-sm > input[type=reset], .btn-group-sm > input[type=submit] {
  padding: 0.1875rem 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0.1875rem;
}

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

.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: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.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: 1200px) {
  .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.125rem;
}
.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.125rem;
}
.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.125rem;
}
.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: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #eee;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0e7328;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #666;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #666;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group, .btnGroup,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btnGroup > .btn, .btn-group > button, .btnGroup > button,
.btn-group > input[type=button],
.btnGroup > input[type=button], .btn-group > input[type=image], .btnGroup > input[type=image], .btn-group > input[type=reset], .btnGroup > input[type=reset], .btn-group > input[type=submit], .btnGroup > input[type=submit],
.btn-group-vertical > .btn,
.btn-group-vertical > button,
.btn-group-vertical > input[type=button],
.btn-group-vertical > input[type=image],
.btn-group-vertical > input[type=reset],
.btn-group-vertical > input[type=submit] {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btnGroup > .btn:hover, .btn-group > button:hover, .btnGroup > button:hover,
.btn-group > input[type=button]:hover,
.btnGroup > input[type=button]:hover, .btn-group > input[type=image]:hover, .btnGroup > input[type=image]:hover, .btn-group > input[type=reset]:hover, .btnGroup > input[type=reset]:hover, .btn-group > input[type=submit]:hover, .btnGroup > input[type=submit]:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > button:hover,
.btn-group-vertical > input[type=button]:hover,
.btn-group-vertical > input[type=image]:hover,
.btn-group-vertical > input[type=reset]:hover,
.btn-group-vertical > input[type=submit]:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btnGroup > .btn:focus, .btn-group > button:focus, .btnGroup > button:focus,
.btn-group > input[type=button]:focus,
.btnGroup > input[type=button]:focus, .btn-group > input[type=image]:focus, .btnGroup > input[type=image]:focus, .btn-group > input[type=reset]:focus, .btnGroup > input[type=reset]:focus, .btn-group > input[type=submit]:focus, .btnGroup > input[type=submit]:focus, .btn-group > .btn:active, .btnGroup > .btn:active, .btn-group > button:active, .btnGroup > button:active,
.btn-group > input[type=button]:active,
.btnGroup > input[type=button]:active, .btn-group > input[type=image]:active, .btnGroup > input[type=image]:active, .btn-group > input[type=reset]:active, .btnGroup > input[type=reset]:active, .btn-group > input[type=submit]:active, .btnGroup > input[type=submit]:active, .btn-group > .btn.active, .btnGroup > .btn.active, .btn-group > button.active, .btnGroup > button.active,
.btn-group > input.active[type=button],
.btnGroup > input.active[type=button], .btn-group > input.active[type=image], .btnGroup > input.active[type=image], .btn-group > input.active[type=reset], .btnGroup > input.active[type=reset], .btn-group > input.active[type=submit], .btnGroup > input.active[type=submit],
.btn-group-vertical > .btn:focus,
.btn-group-vertical > button:focus,
.btn-group-vertical > input[type=button]:focus,
.btn-group-vertical > input[type=image]:focus,
.btn-group-vertical > input[type=reset]:focus,
.btn-group-vertical > input[type=submit]:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > button:active,
.btn-group-vertical > input[type=button]:active,
.btn-group-vertical > input[type=image]:active,
.btn-group-vertical > input[type=reset]:active,
.btn-group-vertical > input[type=submit]:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > button.active,
.btn-group-vertical > input.active[type=button],
.btn-group-vertical > input.active[type=image],
.btn-group-vertical > input.active[type=reset],
.btn-group-vertical > input.active[type=submit] {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .btnGroup > .btn:not(:first-child), .btn-group > button:not(:first-child), .btnGroup > button:not(:first-child),
.btn-group > input[type=button]:not(:first-child),
.btnGroup > input[type=button]:not(:first-child), .btn-group > input[type=image]:not(:first-child), .btnGroup > input[type=image]:not(:first-child), .btn-group > input[type=reset]:not(:first-child), .btnGroup > input[type=reset]:not(:first-child), .btn-group > input[type=submit]:not(:first-child), .btnGroup > input[type=submit]:not(:first-child),
.btn-group > .btn-group:not(:first-child),
.btnGroup > .btn-group:not(:first-child),
.btn-group > .btnGroup:not(:first-child),
.btnGroup > .btnGroup:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btnGroup > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > button:not(:last-child):not(.dropdown-toggle), .btnGroup > button:not(:last-child):not(.dropdown-toggle),
.btn-group > input[type=button]:not(:last-child):not(.dropdown-toggle),
.btnGroup > input[type=button]:not(:last-child):not(.dropdown-toggle), .btn-group > input[type=image]:not(:last-child):not(.dropdown-toggle), .btnGroup > input[type=image]:not(:last-child):not(.dropdown-toggle), .btn-group > input[type=reset]:not(:last-child):not(.dropdown-toggle), .btnGroup > input[type=reset]:not(:last-child):not(.dropdown-toggle), .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle), .btnGroup > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btnGroup > .btn-group:not(:last-child) > .btn,
.btn-group > .btnGroup:not(:last-child) > .btn,
.btnGroup > .btnGroup:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > button,
.btnGroup > .btn-group:not(:last-child) > button,
.btn-group > .btnGroup:not(:last-child) > button,
.btnGroup > .btnGroup:not(:last-child) > button,
.btn-group > .btn-group:not(:last-child) > input[type=button],
.btnGroup > .btn-group:not(:last-child) > input[type=button],
.btn-group > .btnGroup:not(:last-child) > input[type=button],
.btnGroup > .btnGroup:not(:last-child) > input[type=button],
.btn-group > .btn-group:not(:last-child) > input[type=image],
.btnGroup > .btn-group:not(:last-child) > input[type=image],
.btn-group > .btnGroup:not(:last-child) > input[type=image],
.btnGroup > .btnGroup:not(:last-child) > input[type=image],
.btn-group > .btn-group:not(:last-child) > input[type=reset],
.btnGroup > .btn-group:not(:last-child) > input[type=reset],
.btn-group > .btnGroup:not(:last-child) > input[type=reset],
.btnGroup > .btnGroup:not(:last-child) > input[type=reset],
.btn-group > .btn-group:not(:last-child) > input[type=submit],
.btnGroup > .btn-group:not(:last-child) > input[type=submit],
.btn-group > .btnGroup:not(:last-child) > input[type=submit],
.btnGroup > .btnGroup:not(:last-child) > input[type=submit] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btnGroup > .btn:not(:first-child), .btn-group > button:not(:first-child), .btnGroup > button:not(:first-child),
.btn-group > input[type=button]:not(:first-child),
.btnGroup > input[type=button]:not(:first-child), .btn-group > input[type=image]:not(:first-child), .btnGroup > input[type=image]:not(:first-child), .btn-group > input[type=reset]:not(:first-child), .btnGroup > input[type=reset]:not(:first-child), .btn-group > input[type=submit]:not(:first-child), .btnGroup > input[type=submit]:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btnGroup > .btn-group:not(:first-child) > .btn,
.btn-group > .btnGroup:not(:first-child) > .btn,
.btnGroup > .btnGroup:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > button,
.btnGroup > .btn-group:not(:first-child) > button,
.btn-group > .btnGroup:not(:first-child) > button,
.btnGroup > .btnGroup:not(:first-child) > button,
.btn-group > .btn-group:not(:first-child) > input[type=button],
.btnGroup > .btn-group:not(:first-child) > input[type=button],
.btn-group > .btnGroup:not(:first-child) > input[type=button],
.btnGroup > .btnGroup:not(:first-child) > input[type=button],
.btn-group > .btn-group:not(:first-child) > input[type=image],
.btnGroup > .btn-group:not(:first-child) > input[type=image],
.btn-group > .btnGroup:not(:first-child) > input[type=image],
.btnGroup > .btnGroup:not(:first-child) > input[type=image],
.btn-group > .btn-group:not(:first-child) > input[type=reset],
.btnGroup > .btn-group:not(:first-child) > input[type=reset],
.btn-group > .btnGroup:not(:first-child) > input[type=reset],
.btnGroup > .btnGroup:not(:first-child) > input[type=reset],
.btn-group > .btn-group:not(:first-child) > input[type=submit],
.btnGroup > .btn-group:not(:first-child) > input[type=submit],
.btn-group > .btnGroup:not(:first-child) > input[type=submit],
.btnGroup > .btnGroup:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > button + .dropdown-toggle-split,
.btn-group-sm > input[type=button] + .dropdown-toggle-split, .btn-group-sm > input[type=image] + .dropdown-toggle-split, .btn-group-sm > input[type=reset] + .dropdown-toggle-split, .btn-group-sm > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.234375rem;
  padding-left: 0.234375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > button + .dropdown-toggle-split,
.btn-group-lg > input[type=button] + .dropdown-toggle-split, .btn-group-lg > input[type=image] + .dropdown-toggle-split, .btn-group-lg > input[type=reset] + .dropdown-toggle-split, .btn-group-lg > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.234375rem;
  padding-left: 0.234375rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > button,
.btn-group-vertical > input[type=button], .btn-group-vertical > input[type=image], .btn-group-vertical > input[type=reset], .btn-group-vertical > input[type=submit],
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btnGroup {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > button:not(:first-child),
.btn-group-vertical > input[type=button]:not(:first-child), .btn-group-vertical > input[type=image]:not(:first-child), .btn-group-vertical > input[type=reset]:not(:first-child), .btn-group-vertical > input[type=submit]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btnGroup:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > input[type=button]:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > input[type=image]:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > input[type=reset]:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btnGroup:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > button,
.btn-group-vertical > .btnGroup:not(:last-child) > button,
.btn-group-vertical > .btn-group:not(:last-child) > input[type=button],
.btn-group-vertical > .btnGroup:not(:last-child) > input[type=button],
.btn-group-vertical > .btn-group:not(:last-child) > input[type=image],
.btn-group-vertical > .btnGroup:not(:last-child) > input[type=image],
.btn-group-vertical > .btn-group:not(:last-child) > input[type=reset],
.btn-group-vertical > .btnGroup:not(:last-child) > input[type=reset],
.btn-group-vertical > .btn-group:not(:last-child) > input[type=submit],
.btn-group-vertical > .btnGroup:not(:last-child) > input[type=submit] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > button:not(:first-child),
.btn-group-vertical > input[type=button]:not(:first-child), .btn-group-vertical > input[type=image]:not(:first-child), .btn-group-vertical > input[type=reset]:not(:first-child), .btn-group-vertical > input[type=submit]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btnGroup:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > button,
.btn-group-vertical > .btnGroup:not(:first-child) > button,
.btn-group-vertical > .btn-group:not(:first-child) > input[type=button],
.btn-group-vertical > .btnGroup:not(:first-child) > input[type=button],
.btn-group-vertical > .btn-group:not(:first-child) > input[type=image],
.btn-group-vertical > .btnGroup:not(:first-child) > input[type=image],
.btn-group-vertical > .btn-group:not(:first-child) > input[type=reset],
.btn-group-vertical > .btnGroup:not(:first-child) > input[type=reset],
.btn-group-vertical > .btn-group:not(:first-child) > input[type=submit],
.btn-group-vertical > .btnGroup:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > button,
.btn-group-toggle > input[type=button], .btn-group-toggle > input[type=image], .btn-group-toggle > input[type=reset], .btn-group-toggle > input[type=submit],
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btnGroup > .btn,
.btn-group-toggle > .btn-group > button,
.btn-group-toggle > .btnGroup > button,
.btn-group-toggle > .btn-group > input[type=button],
.btn-group-toggle > .btnGroup > input[type=button],
.btn-group-toggle > .btn-group > input[type=image],
.btn-group-toggle > .btnGroup > input[type=image],
.btn-group-toggle > .btn-group > input[type=reset],
.btn-group-toggle > .btnGroup > input[type=reset],
.btn-group-toggle > .btn-group > input[type=submit],
.btn-group-toggle > .btnGroup > input[type=submit] {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .btn-group-toggle > button input[type=radio],
.btn-group-toggle > input[type=button] input[type=radio], .btn-group-toggle > input[type=image] input[type=radio], .btn-group-toggle > input[type=reset] input[type=radio], .btn-group-toggle > input[type=submit] input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > button input[type=checkbox],
.btn-group-toggle > input[type=button] input[type=checkbox],
.btn-group-toggle > input[type=image] input[type=checkbox],
.btn-group-toggle > input[type=reset] input[type=checkbox],
.btn-group-toggle > input[type=submit] input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > select,
.input-group > textarea,
.input-group > input[type=email], .input-group > input[type=number], .input-group > input[type=password], .input-group > input[type=search], .input-group > input[type=tel], .input-group > input[type=text], .input-group > input[type=url],
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .input-group > select + .form-control,
.input-group > textarea + .form-control,
.input-group > input[type=email] + .form-control, .input-group > input[type=number] + .form-control, .input-group > input[type=password] + .form-control, .input-group > input[type=search] + .form-control, .input-group > input[type=tel] + .form-control, .input-group > input[type=text] + .form-control, .input-group > input[type=url] + .form-control, .input-group > .form-control + select, .input-group > select + select,
.input-group > textarea + select,
.input-group > input[type=email] + select, .input-group > input[type=number] + select, .input-group > input[type=password] + select, .input-group > input[type=search] + select, .input-group > input[type=tel] + select, .input-group > input[type=text] + select, .input-group > input[type=url] + select,
.input-group > .form-control + textarea,
.input-group > select + textarea,
.input-group > textarea + textarea,
.input-group > input[type=email] + textarea,
.input-group > input[type=number] + textarea,
.input-group > input[type=password] + textarea,
.input-group > input[type=search] + textarea,
.input-group > input[type=tel] + textarea,
.input-group > input[type=text] + textarea,
.input-group > input[type=url] + textarea,
.input-group > .form-control + input[type=email],
.input-group > select + input[type=email],
.input-group > textarea + input[type=email],
.input-group > input[type=email] + input[type=email],
.input-group > input[type=number] + input[type=email],
.input-group > input[type=password] + input[type=email],
.input-group > input[type=search] + input[type=email],
.input-group > input[type=tel] + input[type=email],
.input-group > input[type=text] + input[type=email],
.input-group > input[type=url] + input[type=email], .input-group > .form-control + input[type=number], .input-group > select + input[type=number],
.input-group > textarea + input[type=number],
.input-group > input[type=email] + input[type=number], .input-group > input[type=number] + input[type=number], .input-group > input[type=password] + input[type=number], .input-group > input[type=search] + input[type=number], .input-group > input[type=tel] + input[type=number], .input-group > input[type=text] + input[type=number], .input-group > input[type=url] + input[type=number], .input-group > .form-control + input[type=password], .input-group > select + input[type=password],
.input-group > textarea + input[type=password],
.input-group > input[type=email] + input[type=password], .input-group > input[type=number] + input[type=password], .input-group > input[type=password] + input[type=password], .input-group > input[type=search] + input[type=password], .input-group > input[type=tel] + input[type=password], .input-group > input[type=text] + input[type=password], .input-group > input[type=url] + input[type=password], .input-group > .form-control + input[type=search], .input-group > select + input[type=search],
.input-group > textarea + input[type=search],
.input-group > input[type=email] + input[type=search], .input-group > input[type=number] + input[type=search], .input-group > input[type=password] + input[type=search], .input-group > input[type=search] + input[type=search], .input-group > input[type=tel] + input[type=search], .input-group > input[type=text] + input[type=search], .input-group > input[type=url] + input[type=search], .input-group > .form-control + input[type=tel], .input-group > select + input[type=tel],
.input-group > textarea + input[type=tel],
.input-group > input[type=email] + input[type=tel], .input-group > input[type=number] + input[type=tel], .input-group > input[type=password] + input[type=tel], .input-group > input[type=search] + input[type=tel], .input-group > input[type=tel] + input[type=tel], .input-group > input[type=text] + input[type=tel], .input-group > input[type=url] + input[type=tel], .input-group > .form-control + input[type=text], .input-group > select + input[type=text],
.input-group > textarea + input[type=text],
.input-group > input[type=email] + input[type=text], .input-group > input[type=number] + input[type=text], .input-group > input[type=password] + input[type=text], .input-group > input[type=search] + input[type=text], .input-group > input[type=tel] + input[type=text], .input-group > input[type=text] + input[type=text], .input-group > input[type=url] + input[type=text], .input-group > .form-control + input[type=url], .input-group > select + input[type=url],
.input-group > textarea + input[type=url],
.input-group > input[type=email] + input[type=url], .input-group > input[type=number] + input[type=url], .input-group > input[type=password] + input[type=url], .input-group > input[type=search] + input[type=url], .input-group > input[type=tel] + input[type=url], .input-group > input[type=text] + input[type=url], .input-group > input[type=url] + input[type=url],
.input-group > .form-control + .custom-select,
.input-group > select + .custom-select,
.input-group > textarea + .custom-select,
.input-group > input[type=email] + .custom-select,
.input-group > input[type=number] + .custom-select,
.input-group > input[type=password] + .custom-select,
.input-group > input[type=search] + .custom-select,
.input-group > input[type=tel] + .custom-select,
.input-group > input[type=text] + .custom-select,
.input-group > input[type=url] + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > select + .custom-file,
.input-group > textarea + .custom-file,
.input-group > input[type=email] + .custom-file,
.input-group > input[type=number] + .custom-file,
.input-group > input[type=password] + .custom-file,
.input-group > input[type=search] + .custom-file,
.input-group > input[type=tel] + .custom-file,
.input-group > input[type=text] + .custom-file,
.input-group > input[type=url] + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + select,
.input-group > .form-control-plaintext + textarea,
.input-group > .form-control-plaintext + input[type=email],
.input-group > .form-control-plaintext + input[type=number],
.input-group > .form-control-plaintext + input[type=password],
.input-group > .form-control-plaintext + input[type=search],
.input-group > .form-control-plaintext + input[type=tel],
.input-group > .form-control-plaintext + input[type=text],
.input-group > .form-control-plaintext + input[type=url],
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + select,
.input-group > .custom-select + textarea,
.input-group > .custom-select + input[type=email],
.input-group > .custom-select + input[type=number],
.input-group > .custom-select + input[type=password],
.input-group > .custom-select + input[type=search],
.input-group > .custom-select + input[type=tel],
.input-group > .custom-select + input[type=text],
.input-group > .custom-select + input[type=url],
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + select,
.input-group > .custom-file + textarea,
.input-group > .custom-file + input[type=email],
.input-group > .custom-file + input[type=number],
.input-group > .custom-file + input[type=password],
.input-group > .custom-file + input[type=search],
.input-group > .custom-file + input[type=tel],
.input-group > .custom-file + input[type=text],
.input-group > .custom-file + input[type=url],
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .input-group > select:focus,
.input-group > textarea:focus,
.input-group > input[type=email]:focus, .input-group > input[type=number]:focus, .input-group > input[type=password]:focus, .input-group > input[type=search]:focus, .input-group > input[type=tel]:focus, .input-group > input[type=text]:focus, .input-group > input[type=url]:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child), .input-group > select:not(:first-child),
.input-group > textarea:not(:first-child),
.input-group > input[type=email]:not(:first-child), .input-group > input[type=number]:not(:first-child), .input-group > input[type=password]:not(:first-child), .input-group > input[type=search]:not(:first-child), .input-group > input[type=tel]:not(:first-child), .input-group > input[type=text]:not(:first-child), .input-group > input[type=url]:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > select:not(:last-child),
.input-group:not(.has-validation) > textarea:not(:last-child),
.input-group:not(.has-validation) > input[type=email]:not(:last-child), .input-group:not(.has-validation) > input[type=number]:not(:last-child), .input-group:not(.has-validation) > input[type=password]:not(:last-child), .input-group:not(.has-validation) > input[type=search]:not(:last-child), .input-group:not(.has-validation) > input[type=tel]:not(:last-child), .input-group:not(.has-validation) > input[type=text]:not(:last-child), .input-group:not(.has-validation) > input[type=url]:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3), .input-group.has-validation > select:nth-last-child(n+3),
.input-group.has-validation > textarea:nth-last-child(n+3),
.input-group.has-validation > input[type=email]:nth-last-child(n+3), .input-group.has-validation > input[type=number]:nth-last-child(n+3), .input-group.has-validation > input[type=password]:nth-last-child(n+3), .input-group.has-validation > input[type=search]:nth-last-child(n+3), .input-group.has-validation > input[type=tel]:nth-last-child(n+3), .input-group.has-validation > input[type=text]:nth-last-child(n+3), .input-group.has-validation > input[type=url]:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend button,
.input-group-prepend input[type=button], .input-group-prepend input[type=image], .input-group-prepend input[type=reset], .input-group-prepend input[type=submit],
.input-group-append .btn,
.input-group-append button,
.input-group-append input[type=button],
.input-group-append input[type=image],
.input-group-append input[type=reset],
.input-group-append input[type=submit] {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend button:focus,
.input-group-prepend input[type=button]:focus, .input-group-prepend input[type=image]:focus, .input-group-prepend input[type=reset]:focus, .input-group-prepend input[type=submit]:focus,
.input-group-append .btn:focus,
.input-group-append button:focus,
.input-group-append input[type=button]:focus,
.input-group-append input[type=image]:focus,
.input-group-append input[type=reset]:focus,
.input-group-append input[type=submit]:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend button + .btn,
.input-group-prepend input[type=button] + .btn, .input-group-prepend input[type=image] + .btn, .input-group-prepend input[type=reset] + .btn, .input-group-prepend input[type=submit] + .btn, .input-group-prepend .btn + button, .input-group-prepend button + button,
.input-group-prepend input[type=button] + button, .input-group-prepend input[type=image] + button, .input-group-prepend input[type=reset] + button, .input-group-prepend input[type=submit] + button,
.input-group-prepend .btn + input[type=button],
.input-group-prepend button + input[type=button],
.input-group-prepend input[type=button] + input[type=button],
.input-group-prepend input[type=image] + input[type=button],
.input-group-prepend input[type=reset] + input[type=button],
.input-group-prepend input[type=submit] + input[type=button], .input-group-prepend .btn + input[type=image], .input-group-prepend button + input[type=image],
.input-group-prepend input[type=button] + input[type=image], .input-group-prepend input[type=image] + input[type=image], .input-group-prepend input[type=reset] + input[type=image], .input-group-prepend input[type=submit] + input[type=image], .input-group-prepend .btn + input[type=reset], .input-group-prepend button + input[type=reset],
.input-group-prepend input[type=button] + input[type=reset], .input-group-prepend input[type=image] + input[type=reset], .input-group-prepend input[type=reset] + input[type=reset], .input-group-prepend input[type=submit] + input[type=reset], .input-group-prepend .btn + input[type=submit], .input-group-prepend button + input[type=submit],
.input-group-prepend input[type=button] + input[type=submit], .input-group-prepend input[type=image] + input[type=submit], .input-group-prepend input[type=reset] + input[type=submit], .input-group-prepend input[type=submit] + input[type=submit],
.input-group-prepend .btn + .input-group-text,
.input-group-prepend button + .input-group-text,
.input-group-prepend input[type=button] + .input-group-text,
.input-group-prepend input[type=image] + .input-group-text,
.input-group-prepend input[type=reset] + .input-group-text,
.input-group-prepend input[type=submit] + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + button,
.input-group-prepend .input-group-text + input[type=button],
.input-group-prepend .input-group-text + input[type=image],
.input-group-prepend .input-group-text + input[type=reset],
.input-group-prepend .input-group-text + input[type=submit],
.input-group-append .btn + .btn,
.input-group-append button + .btn,
.input-group-append input[type=button] + .btn,
.input-group-append input[type=image] + .btn,
.input-group-append input[type=reset] + .btn,
.input-group-append input[type=submit] + .btn,
.input-group-append .btn + button,
.input-group-append button + button,
.input-group-append input[type=button] + button,
.input-group-append input[type=image] + button,
.input-group-append input[type=reset] + button,
.input-group-append input[type=submit] + button,
.input-group-append .btn + input[type=button],
.input-group-append button + input[type=button],
.input-group-append input[type=button] + input[type=button],
.input-group-append input[type=image] + input[type=button],
.input-group-append input[type=reset] + input[type=button],
.input-group-append input[type=submit] + input[type=button],
.input-group-append .btn + input[type=image],
.input-group-append button + input[type=image],
.input-group-append input[type=button] + input[type=image],
.input-group-append input[type=image] + input[type=image],
.input-group-append input[type=reset] + input[type=image],
.input-group-append input[type=submit] + input[type=image],
.input-group-append .btn + input[type=reset],
.input-group-append button + input[type=reset],
.input-group-append input[type=button] + input[type=reset],
.input-group-append input[type=image] + input[type=reset],
.input-group-append input[type=reset] + input[type=reset],
.input-group-append input[type=submit] + input[type=reset],
.input-group-append .btn + input[type=submit],
.input-group-append button + input[type=submit],
.input-group-append input[type=button] + input[type=submit],
.input-group-append input[type=image] + input[type=submit],
.input-group-append input[type=reset] + input[type=submit],
.input-group-append input[type=submit] + input[type=submit],
.input-group-append .btn + .input-group-text,
.input-group-append button + .input-group-text,
.input-group-append input[type=button] + .input-group-text,
.input-group-append input[type=image] + .input-group-text,
.input-group-append input[type=reset] + .input-group-text,
.input-group-append input[type=submit] + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + button,
.input-group-append .input-group-text + input[type=button],
.input-group-append .input-group-text + input[type=image],
.input-group-append .input-group-text + input[type=reset],
.input-group-append .input-group-text + input[type=submit] {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  text-align: center;
  white-space: nowrap;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0.1875rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .input-group-lg > select:not(textarea),
.input-group-lg > textarea:not(textarea),
.input-group-lg > input[type=email]:not(textarea), .input-group-lg > input[type=number]:not(textarea), .input-group-lg > input[type=password]:not(textarea), .input-group-lg > input[type=search]:not(textarea), .input-group-lg > input[type=tel]:not(textarea), .input-group-lg > input[type=text]:not(textarea), .input-group-lg > input[type=url]:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.4em + 0.375rem + 2px);
}

.input-group-lg > .form-control, .input-group-lg > select,
.input-group-lg > textarea,
.input-group-lg > input[type=email], .input-group-lg > input[type=number], .input-group-lg > input[type=password], .input-group-lg > input[type=search], .input-group-lg > input[type=tel], .input-group-lg > input[type=text], .input-group-lg > input[type=url],
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > button,
.input-group-lg > .input-group-prepend > input[type=button],
.input-group-lg > .input-group-prepend > input[type=image],
.input-group-lg > .input-group-prepend > input[type=reset],
.input-group-lg > .input-group-prepend > input[type=submit],
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > button,
.input-group-lg > .input-group-append > input[type=button],
.input-group-lg > .input-group-append > input[type=image],
.input-group-lg > .input-group-append > input[type=reset],
.input-group-lg > .input-group-append > input[type=submit] {
  padding: 0.1875rem 0.3125rem;
  font-size: 1.25rem;
  line-height: 1.4;
  border-radius: 0.25rem;
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > select:not(textarea),
.input-group-sm > textarea:not(textarea),
.input-group-sm > input[type=email]:not(textarea), .input-group-sm > input[type=number]:not(textarea), .input-group-sm > input[type=password]:not(textarea), .input-group-sm > input[type=search]:not(textarea), .input-group-sm > input[type=tel]:not(textarea), .input-group-sm > input[type=text]:not(textarea), .input-group-sm > input[type=url]:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.4em + 0.375rem + 2px);
}

.input-group-sm > .form-control, .input-group-sm > select,
.input-group-sm > textarea,
.input-group-sm > input[type=email], .input-group-sm > input[type=number], .input-group-sm > input[type=password], .input-group-sm > input[type=search], .input-group-sm > input[type=tel], .input-group-sm > input[type=text], .input-group-sm > input[type=url],
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > button,
.input-group-sm > .input-group-prepend > input[type=button],
.input-group-sm > .input-group-prepend > input[type=image],
.input-group-sm > .input-group-prepend > input[type=reset],
.input-group-sm > .input-group-prepend > input[type=submit],
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > button,
.input-group-sm > .input-group-append > input[type=button],
.input-group-sm > .input-group-append > input[type=image],
.input-group-sm > .input-group-append > input[type=reset],
.input-group-sm > .input-group-append > input[type=submit] {
  padding: 0.1875rem 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0.1875rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.5rem;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > button,
.input-group > .input-group-prepend > input[type=button], .input-group > .input-group-prepend > input[type=image], .input-group > .input-group-prepend > input[type=reset], .input-group > .input-group-prepend > input[type=submit],
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > button,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > input[type=button],
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > input[type=image],
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > input[type=reset],
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > input[type=submit],
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > button,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > input[type=button],
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > input[type=image],
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > input[type=reset],
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > input[type=submit],
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > input[type=button]:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > input[type=image]:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > input[type=reset]:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > button,
.input-group > .input-group-append > input[type=button], .input-group > .input-group-append > input[type=image], .input-group > .input-group-append > input[type=reset], .input-group > .input-group-append > input[type=submit],
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > button,
.input-group > .input-group-prepend:not(:first-child) > input[type=button],
.input-group > .input-group-prepend:not(:first-child) > input[type=image],
.input-group > .input-group-prepend:not(:first-child) > input[type=reset],
.input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > button:not(:first-child),
.input-group > .input-group-prepend:first-child > input[type=button]:not(:first-child),
.input-group > .input-group-prepend:first-child > input[type=image]:not(:first-child),
.input-group > .input-group-prepend:first-child > input[type=reset]:not(:first-child),
.input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.4rem;
  padding-left: 1.5rem;
  color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.2rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0e7328;
  background-color: #0e7328;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.1875rem rgba(35, 117, 183, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #75b3e5;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #4aea74;
  border-color: #4aea74;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #666;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f0f0f0;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.2rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #999 solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.2rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.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='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0e7328;
  background-color: #0e7328;
}
.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='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(14, 115, 40, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(14, 115, 40, 0.5);
}

.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='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(14, 115, 40, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.2rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #999;
  border-radius: 0.5rem;
  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: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(14, 115, 40, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.4em + 1rem + 2px);
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  vertical-align: middle;
  background: #fff 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='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.5rem center/8px 10px no-repeat;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #75b3e5;
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(35, 117, 183, 0.25);
}
.custom-select:focus::-ms-value {
  color: #333;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.5rem;
  background-image: none;
}
.custom-select:disabled {
  color: #666;
  background-color: #eee;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}

.custom-select-sm {
  height: calc(1.4em + 0.375rem + 2px);
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  padding-left: 0.3125rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.4em + 0.375rem + 2px);
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  padding-left: 0.3125rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.4em + 1rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.4em + 1rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #75b3e5;
  box-shadow: 0 0 0 0.1875rem rgba(35, 117, 183, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #f0f0f0;
}
.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: calc(1.4em + 1rem + 2px);
  padding: 0.5rem 0.5rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.1875rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.4em + 1rem);
  padding: 0.5rem 0.5rem;
  line-height: 1.4;
  color: #333;
  content: "Browse";
  background-color: #eee;
  border-left: inherit;
  border-radius: 0 0.1875rem 0.1875rem 0;
}

.custom-range {
  width: 100%;
  height: 1.375rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.1875rem rgba(35, 117, 183, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.1875rem rgba(35, 117, 183, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.1875rem rgba(35, 117, 183, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0e7328;
  border: 0;
  border-radius: 1rem;
  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: #4aea74;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #ddd;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0e7328;
  border: 0;
  border-radius: 1rem;
  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: #4aea74;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #ddd;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.1875rem;
  margin-left: 0.1875rem;
  background-color: #0e7328;
  border: 0;
  border-radius: 1rem;
  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: #4aea74;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #ddd;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #ddd;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #999;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #999;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #999;
}

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

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link, .netxusa-header-admin .nav .nav-text {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .netxusa-header-admin .nav .nav-text:hover, .nav-link:focus, .netxusa-header-admin .nav .nav-text:focus {
  text-decoration: none;
}
.nav-link.disabled, .netxusa-header-admin .nav .disabled.nav-text {
  color: #666;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-link, .nav-tabs .netxusa-header-admin .nav .nav-text, .netxusa-header-admin .nav .nav-tabs .nav-text {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .netxusa-header-admin .nav .nav-text:hover, .netxusa-header-admin .nav .nav-tabs .nav-text:hover, .nav-tabs .nav-link:focus, .nav-tabs .netxusa-header-admin .nav .nav-text:focus, .netxusa-header-admin .nav .nav-tabs .nav-text:focus {
  border-color: #eee #eee #ddd;
}
.nav-tabs .nav-link.disabled, .nav-tabs .netxusa-header-admin .nav .disabled.nav-text, .netxusa-header-admin .nav .nav-tabs .disabled.nav-text {
  color: #666;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .netxusa-header-admin .nav .active.nav-text, .netxusa-header-admin .nav .nav-tabs .active.nav-text,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .netxusa-header-admin .nav .nav-text,
.netxusa-header-admin .nav .nav-tabs .nav-item.show .nav-text {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link, .nav-pills .netxusa-header-admin .nav .nav-text, .netxusa-header-admin .nav .nav-pills .nav-text {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .netxusa-header-admin .nav .active.nav-text, .netxusa-header-admin .nav .nav-pills .active.nav-text,
.nav-pills .show > .nav-link,
.nav-pills .netxusa-header-admin .nav .show > .nav-text,
.netxusa-header-admin .nav .nav-pills .show > .nav-text {
  color: #fff;
  background-color: #0e7328;
}

.nav-fill > .nav-link, .netxusa-header-admin .nav .nav-fill > .nav-text,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link, .netxusa-header-admin .nav .nav-justified > .nav-text,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.325rem;
  padding-bottom: 0.325rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link, .navbar-nav .netxusa-header-admin .nav .nav-text, .netxusa-header-admin .nav .navbar-nav .nav-text {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link, .navbar-expand-sm .navbar-nav .netxusa-header-admin .nav .nav-text, .netxusa-header-admin .nav .navbar-expand-sm .navbar-nav .nav-text {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav .netxusa-header-admin .nav .nav-text, .netxusa-header-admin .nav .navbar-expand-md .navbar-nav .nav-text {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .netxusa-header-admin .nav .nav-text, .netxusa-header-admin .nav .navbar-expand-lg .navbar-nav .nav-text {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link, .navbar-expand-xl .navbar-nav .netxusa-header-admin .nav .nav-text, .netxusa-header-admin .nav .navbar-expand-xl .navbar-nav .nav-text {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link, .navbar-expand .navbar-nav .netxusa-header-admin .nav .nav-text, .netxusa-header-admin .nav .navbar-expand .navbar-nav .nav-text {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .netxusa-header-admin .nav .nav-text, .netxusa-header-admin .nav .navbar-light .navbar-nav .nav-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .netxusa-header-admin .nav .nav-text:hover, .netxusa-header-admin .nav .navbar-light .navbar-nav .nav-text:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .netxusa-header-admin .nav .nav-text:focus, .netxusa-header-admin .nav .navbar-light .navbar-nav .nav-text:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav .netxusa-header-admin .nav .disabled.nav-text, .netxusa-header-admin .nav .navbar-light .navbar-nav .disabled.nav-text {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .netxusa-header-admin .nav .show > .nav-text, .netxusa-header-admin .nav .navbar-light .navbar-nav .show > .nav-text,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .netxusa-header-admin .nav .active > .nav-text,
.netxusa-header-admin .nav .navbar-light .navbar-nav .active > .nav-text,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .netxusa-header-admin .nav .show.nav-text,
.netxusa-header-admin .nav .navbar-light .navbar-nav .show.nav-text,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .netxusa-header-admin .nav .active.nav-text,
.netxusa-header-admin .nav .navbar-light .navbar-nav .active.nav-text {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .netxusa-header-admin .nav .nav-text, .netxusa-header-admin .nav .navbar-dark .navbar-nav .nav-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .netxusa-header-admin .nav .nav-text:hover, .netxusa-header-admin .nav .navbar-dark .navbar-nav .nav-text:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .netxusa-header-admin .nav .nav-text:focus, .netxusa-header-admin .nav .navbar-dark .navbar-nav .nav-text:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav .netxusa-header-admin .nav .disabled.nav-text, .netxusa-header-admin .nav .navbar-dark .navbar-nav .disabled.nav-text {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .netxusa-header-admin .nav .show > .nav-text, .netxusa-header-admin .nav .navbar-dark .navbar-nav .show > .nav-text,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .netxusa-header-admin .nav .active > .nav-text,
.netxusa-header-admin .nav .navbar-dark .navbar-nav .active > .nav-text,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .netxusa-header-admin .nav .show.nav-text,
.netxusa-header-admin .nav .navbar-dark .navbar-nav .show.nav-text,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .netxusa-header-admin .nav .active.nav-text,
.netxusa-header-admin .nav .navbar-dark .navbar-nav .active.nav-text {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.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: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.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: calc(0.25rem - 1px) calc(0.25rem - 1px) 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 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.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: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.card-group > .card {
  margin-bottom: 10px;
}
@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;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #666;
  content: "|";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #666;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0e7328;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link:hover {
  z-index: 2;
  color: #062f10;
  text-decoration: none;
  background-color: #eee;
  border-color: #ddd;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(35, 117, 183, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0e7328;
  border-color: #0e7328;
}
.page-item.disabled .page-link {
  color: #666;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.4;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, button .badge,
input[type=button] .badge, input[type=image] .badge, input[type=reset] .badge, input[type=submit] .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #0e7328;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #084618;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(14, 115, 40, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #117a8a;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #0b525d;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(17, 122, 138, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #f6d922;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #dcbf09;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(246, 217, 34, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #ff0000;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #cc0000;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(255, 0, 0, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #eee;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #d5d5d5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(238, 238, 238, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #333;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1a1a1a;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(51, 51, 51, 0.5);
}

.badge-alt-one {
  color: #fff;
  background-color: #0e7328;
}
a.badge-alt-one:hover, a.badge-alt-one:focus {
  color: #fff;
  background-color: #084618;
}
a.badge-alt-one:focus, a.badge-alt-one.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(14, 115, 40, 0.5);
}

.badge-alt-two {
  color: #212529;
  background-color: #d9eede;
}
a.badge-alt-two:hover, a.badge-alt-two:focus {
  color: #212529;
  background-color: #b6debf;
}
a.badge-alt-two:focus, a.badge-alt-two.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(217, 238, 222, 0.5);
}

.badge-alt-three {
  color: #fff;
  background-color: #0b6122;
}
a.badge-alt-three:hover, a.badge-alt-three:focus {
  color: #fff;
  background-color: #063412;
}
a.badge-alt-three:focus, a.badge-alt-three.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(11, 97, 34, 0.5);
}

.badge-alt-four {
  color: #fff;
  background-color: #13a138;
}
a.badge-alt-four:hover, a.badge-alt-four:focus {
  color: #fff;
  background-color: #0e7328;
}
a.badge-alt-four:focus, a.badge-alt-four.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(19, 161, 56, 0.5);
}

.badge-alt-five {
  color: #fff;
  background-color: #1f292b;
}
a.badge-alt-five:hover, a.badge-alt-five:focus {
  color: #fff;
  background-color: #0a0d0d;
}
a.badge-alt-five:focus, a.badge-alt-five.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(31, 41, 43, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eee;
  border-radius: 0.25rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert, .errorSummary, div.ui-state-notice.ui-corner-all, div.ui-state-warning.ui-corner-all, div.ui-state-error.ui-corner-all, div.ui-state-highlight.ui-corner-all {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #073c15;
  background-color: #cfe3d4;
  border-color: #bcd8c3;
}
.alert-primary hr {
  border-top-color: #accfb5;
}
.alert-primary .alert-link {
  color: #020e05;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success, div.ui-state-highlight.ui-corner-all {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr, div.ui-state-highlight.ui-corner-all hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link, div.ui-state-highlight.ui-corner-all .alert-link {
  color: #0b2e13;
}

.alert-info, div.ui-state-notice.ui-corner-all {
  color: #093f48;
  background-color: #cfe4e8;
  border-color: #bcdade;
}
.alert-info hr, div.ui-state-notice.ui-corner-all hr {
  border-top-color: #abd1d6;
}
.alert-info .alert-link, div.ui-state-notice.ui-corner-all .alert-link {
  color: #03171b;
}

.alert-warning, div.ui-state-warning.ui-corner-all {
  color: #807112;
  background-color: #fdf7d3;
  border-color: #fcf4c1;
}
.alert-warning hr, div.ui-state-warning.ui-corner-all hr {
  border-top-color: #fbf0a9;
}
.alert-warning .alert-link, div.ui-state-warning.ui-corner-all .alert-link {
  color: #534a0c;
}

.alert-danger, .errorSummary, div.ui-state-error.ui-corner-all {
  color: #850000;
  background-color: #ffcccc;
  border-color: #ffb8b8;
}
.alert-danger hr, .errorSummary hr, div.ui-state-error.ui-corner-all hr {
  border-top-color: #ff9f9f;
}
.alert-danger .alert-link, .errorSummary .alert-link, div.ui-state-error.ui-corner-all .alert-link {
  color: #520000;
}

.alert-light {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fafafa;
}
.alert-light hr {
  border-top-color: #ededed;
}
.alert-light .alert-link {
  color: #636363;
}

.alert-dark {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}
.alert-dark hr {
  border-top-color: #b9b9b9;
}
.alert-dark .alert-link {
  color: #020202;
}

.alert-alt-one {
  color: #073c15;
  background-color: #cfe3d4;
  border-color: #bcd8c3;
}
.alert-alt-one hr {
  border-top-color: #accfb5;
}
.alert-alt-one .alert-link {
  color: #020e05;
}

.alert-alt-two {
  color: #717c73;
  background-color: #f7fcf8;
  border-color: #f4faf6;
}
.alert-alt-two hr {
  border-top-color: #e2f2e8;
}
.alert-alt-two .alert-link {
  color: #59615a;
}

.alert-alt-three {
  color: #063212;
  background-color: #cedfd3;
  border-color: #bbd3c1;
}
.alert-alt-three hr {
  border-top-color: #acc9b3;
}
.alert-alt-three .alert-link {
  color: #010402;
}

.alert-alt-four {
  color: #0a541d;
  background-color: #d0ecd7;
  border-color: #bde5c7;
}
.alert-alt-four hr {
  border-top-color: #abdeb7;
}
.alert-alt-four .alert-link {
  color: #05260d;
}

.alert-alt-five {
  color: #101516;
  background-color: #d2d4d5;
  border-color: #c0c3c4;
}
.alert-alt-five hr {
  border-top-color: #b3b6b8;
}
.alert-alt-five .alert-link {
  color: black;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #eee;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0e7328;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item-action:active {
  color: #333;
  background-color: #eee;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #666;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0e7328;
  border-color: #0e7328;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #073c15;
  background-color: #bcd8c3;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #073c15;
  background-color: #accfb5;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #073c15;
  border-color: #073c15;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #093f48;
  background-color: #bcdade;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #093f48;
  background-color: #abd1d6;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #093f48;
  border-color: #093f48;
}

.list-group-item-warning {
  color: #807112;
  background-color: #fcf4c1;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #807112;
  background-color: #fbf0a9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #807112;
  border-color: #807112;
}

.list-group-item-danger {
  color: #850000;
  background-color: #ffb8b8;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #850000;
  background-color: #ff9f9f;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #850000;
  border-color: #850000;
}

.list-group-item-light {
  color: #7c7c7c;
  background-color: #fafafa;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7c7c7c;
  background-color: #ededed;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}

.list-group-item-dark {
  color: #1b1b1b;
  background-color: #c6c6c6;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1b1b;
  background-color: #b9b9b9;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

.list-group-item-alt-one {
  color: #073c15;
  background-color: #bcd8c3;
}
.list-group-item-alt-one.list-group-item-action:hover, .list-group-item-alt-one.list-group-item-action:focus {
  color: #073c15;
  background-color: #accfb5;
}
.list-group-item-alt-one.list-group-item-action.active {
  color: #fff;
  background-color: #073c15;
  border-color: #073c15;
}

.list-group-item-alt-two {
  color: #717c73;
  background-color: #f4faf6;
}
.list-group-item-alt-two.list-group-item-action:hover, .list-group-item-alt-two.list-group-item-action:focus {
  color: #717c73;
  background-color: #e2f2e8;
}
.list-group-item-alt-two.list-group-item-action.active {
  color: #fff;
  background-color: #717c73;
  border-color: #717c73;
}

.list-group-item-alt-three {
  color: #063212;
  background-color: #bbd3c1;
}
.list-group-item-alt-three.list-group-item-action:hover, .list-group-item-alt-three.list-group-item-action:focus {
  color: #063212;
  background-color: #acc9b3;
}
.list-group-item-alt-three.list-group-item-action.active {
  color: #fff;
  background-color: #063212;
  border-color: #063212;
}

.list-group-item-alt-four {
  color: #0a541d;
  background-color: #bde5c7;
}
.list-group-item-alt-four.list-group-item-action:hover, .list-group-item-alt-four.list-group-item-action:focus {
  color: #0a541d;
  background-color: #abdeb7;
}
.list-group-item-alt-four.list-group-item-action.active {
  color: #fff;
  background-color: #0a541d;
  border-color: #0a541d;
}

.list-group-item-alt-five {
  color: #101516;
  background-color: #c0c3c4;
}
.list-group-item-alt-five.list-group-item-action:hover, .list-group-item-alt-five.list-group-item-action:focus {
  color: #101516;
  background-color: #b3b6b8;
}
.list-group-item-alt-five.list-group-item-action.active {
  color: #fff;
  background-color: #101516;
  border-color: #101516;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  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;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.5rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.5rem;
  color: #666;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.5rem;
}

.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: 0.5rem;
  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% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  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% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  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: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.4;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: HelveticaNeueWeb, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  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.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: HelveticaNeueWeb, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  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.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.25rem;
}
.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: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.25rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.25rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #333;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.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-primary {
  background-color: #0e7328 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #084618 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #117a8a !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0b525d !important;
}

.bg-warning {
  background-color: #f6d922 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #dcbf09 !important;
}

.bg-danger {
  background-color: #ff0000 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #cc0000 !important;
}

.bg-light {
  background-color: #eee !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d5d5d5 !important;
}

.bg-dark {
  background-color: #333 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1a1a1a !important;
}

.bg-alt-one {
  background-color: #0e7328 !important;
}

a.bg-alt-one:hover, a.bg-alt-one:focus,
button.bg-alt-one:hover,
button.bg-alt-one:focus {
  background-color: #084618 !important;
}

.bg-alt-two {
  background-color: #d9eede !important;
}

a.bg-alt-two:hover, a.bg-alt-two:focus,
button.bg-alt-two:hover,
button.bg-alt-two:focus {
  background-color: #b6debf !important;
}

.bg-alt-three {
  background-color: #0b6122 !important;
}

a.bg-alt-three:hover, a.bg-alt-three:focus,
button.bg-alt-three:hover,
button.bg-alt-three:focus {
  background-color: #063412 !important;
}

.bg-alt-four {
  background-color: #13a138 !important;
}

a.bg-alt-four:hover, a.bg-alt-four:focus,
button.bg-alt-four:hover,
button.bg-alt-four:focus {
  background-color: #0e7328 !important;
}

.bg-alt-five {
  background-color: #1f292b !important;
}

a.bg-alt-five:hover, a.bg-alt-five:focus,
button.bg-alt-five:hover,
button.bg-alt-five:focus {
  background-color: #0a0d0d !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #ddd !important;
}

.border-top {
  border-top: 1px solid #ddd !important;
}

.border-right {
  border-right: 1px solid #ddd !important;
}

.border-bottom {
  border-bottom: 1px solid #ddd !important;
}

.border-left {
  border-left: 1px solid #ddd !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-primary {
  border-color: #0e7328 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #117a8a !important;
}

.border-warning {
  border-color: #f6d922 !important;
}

.border-danger {
  border-color: #ff0000 !important;
}

.border-light {
  border-color: #eee !important;
}

.border-dark {
  border-color: #333 !important;
}

.border-alt-one {
  border-color: #0e7328 !important;
}

.border-alt-two {
  border-color: #d9eede !important;
}

.border-alt-three {
  border-color: #0b6122 !important;
}

.border-alt-four {
  border-color: #13a138 !important;
}

.border-alt-five {
  border-color: #1f292b !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.1875rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.25rem !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: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  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 {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

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

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !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;
}

.h-5 {
  height: 5% !important;
}

.h-10 {
  height: 10% !important;
}

.h-15 {
  height: 15% !important;
}

.h-20 {
  height: 20% !important;
}

.h-30 {
  height: 30% !important;
}

.h-35 {
  height: 35% !important;
}

.h-40 {
  height: 40% !important;
}

.h-45 {
  height: 45% !important;
}

.h-55 {
  height: 55% !important;
}

.h-60 {
  height: 60% !important;
}

.h-65 {
  height: 65% !important;
}

.h-70 {
  height: 70% !important;
}

.h-80 {
  height: 80% !important;
}

.h-85 {
  height: 85% !important;
}

.h-90 {
  height: 90% !important;
}

.h-95 {
  height: 95% !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: 1px !important;
}

.mt-1,
.my-1 {
  margin-top: 1px !important;
}

.mr-1,
.mx-1 {
  margin-right: 1px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 1px !important;
}

.ml-1,
.mx-1 {
  margin-left: 1px !important;
}

.m-2 {
  margin: 2px !important;
}

.mt-2,
.my-2 {
  margin-top: 2px !important;
}

.mr-2,
.mx-2 {
  margin-right: 2px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 2px !important;
}

.ml-2,
.mx-2 {
  margin-left: 2px !important;
}

.m-3 {
  margin: 3px !important;
}

.mt-3,
.my-3 {
  margin-top: 3px !important;
}

.mr-3,
.mx-3 {
  margin-right: 3px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 3px !important;
}

.ml-3,
.mx-3 {
  margin-left: 3px !important;
}

.m-4 {
  margin: 4px !important;
}

.mt-4,
.my-4 {
  margin-top: 4px !important;
}

.mr-4,
.mx-4 {
  margin-right: 4px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 4px !important;
}

.ml-4,
.mx-4 {
  margin-left: 4px !important;
}

.m-5 {
  margin: 5px !important;
}

.mt-5,
.my-5 {
  margin-top: 5px !important;
}

.mr-5,
.mx-5 {
  margin-right: 5px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 5px !important;
}

.ml-5,
.mx-5 {
  margin-left: 5px !important;
}

.m-6 {
  margin: 6px !important;
}

.mt-6,
.my-6 {
  margin-top: 6px !important;
}

.mr-6,
.mx-6 {
  margin-right: 6px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 6px !important;
}

.ml-6,
.mx-6 {
  margin-left: 6px !important;
}

.m-7 {
  margin: 7px !important;
}

.mt-7,
.my-7 {
  margin-top: 7px !important;
}

.mr-7,
.mx-7 {
  margin-right: 7px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 7px !important;
}

.ml-7,
.mx-7 {
  margin-left: 7px !important;
}

.m-8 {
  margin: 8px !important;
}

.mt-8,
.my-8 {
  margin-top: 8px !important;
}

.mr-8,
.mx-8 {
  margin-right: 8px !important;
}

.mb-8,
.my-8 {
  margin-bottom: 8px !important;
}

.ml-8,
.mx-8 {
  margin-left: 8px !important;
}

.m-9 {
  margin: 9px !important;
}

.mt-9,
.my-9 {
  margin-top: 9px !important;
}

.mr-9,
.mx-9 {
  margin-right: 9px !important;
}

.mb-9,
.my-9 {
  margin-bottom: 9px !important;
}

.ml-9,
.mx-9 {
  margin-left: 9px !important;
}

.m-10 {
  margin: 10px !important;
}

.mt-10,
.my-10 {
  margin-top: 10px !important;
}

.mr-10,
.mx-10 {
  margin-right: 10px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}

.ml-10,
.mx-10 {
  margin-left: 10px !important;
}

.m-11 {
  margin: 11px !important;
}

.mt-11,
.my-11 {
  margin-top: 11px !important;
}

.mr-11,
.mx-11 {
  margin-right: 11px !important;
}

.mb-11,
.my-11 {
  margin-bottom: 11px !important;
}

.ml-11,
.mx-11 {
  margin-left: 11px !important;
}

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

.mt-12,
.my-12 {
  margin-top: 12px !important;
}

.mr-12,
.mx-12 {
  margin-right: 12px !important;
}

.mb-12,
.my-12 {
  margin-bottom: 12px !important;
}

.ml-12,
.mx-12 {
  margin-left: 12px !important;
}

.m-13 {
  margin: 13px !important;
}

.mt-13,
.my-13 {
  margin-top: 13px !important;
}

.mr-13,
.mx-13 {
  margin-right: 13px !important;
}

.mb-13,
.my-13 {
  margin-bottom: 13px !important;
}

.ml-13,
.mx-13 {
  margin-left: 13px !important;
}

.m-14 {
  margin: 14px !important;
}

.mt-14,
.my-14 {
  margin-top: 14px !important;
}

.mr-14,
.mx-14 {
  margin-right: 14px !important;
}

.mb-14,
.my-14 {
  margin-bottom: 14px !important;
}

.ml-14,
.mx-14 {
  margin-left: 14px !important;
}

.m-15 {
  margin: 15px !important;
}

.mt-15,
.my-15 {
  margin-top: 15px !important;
}

.mr-15,
.mx-15 {
  margin-right: 15px !important;
}

.mb-15,
.my-15 {
  margin-bottom: 15px !important;
}

.ml-15,
.mx-15 {
  margin-left: 15px !important;
}

.m-16 {
  margin: 16px !important;
}

.mt-16,
.my-16 {
  margin-top: 16px !important;
}

.mr-16,
.mx-16 {
  margin-right: 16px !important;
}

.mb-16,
.my-16 {
  margin-bottom: 16px !important;
}

.ml-16,
.mx-16 {
  margin-left: 16px !important;
}

.m-17 {
  margin: 17px !important;
}

.mt-17,
.my-17 {
  margin-top: 17px !important;
}

.mr-17,
.mx-17 {
  margin-right: 17px !important;
}

.mb-17,
.my-17 {
  margin-bottom: 17px !important;
}

.ml-17,
.mx-17 {
  margin-left: 17px !important;
}

.m-18 {
  margin: 18px !important;
}

.mt-18,
.my-18 {
  margin-top: 18px !important;
}

.mr-18,
.mx-18 {
  margin-right: 18px !important;
}

.mb-18,
.my-18 {
  margin-bottom: 18px !important;
}

.ml-18,
.mx-18 {
  margin-left: 18px !important;
}

.m-19 {
  margin: 19px !important;
}

.mt-19,
.my-19 {
  margin-top: 19px !important;
}

.mr-19,
.mx-19 {
  margin-right: 19px !important;
}

.mb-19,
.my-19 {
  margin-bottom: 19px !important;
}

.ml-19,
.mx-19 {
  margin-left: 19px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-20,
.my-20 {
  margin-top: 20px !important;
}

.mr-20,
.mx-20 {
  margin-right: 20px !important;
}

.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}

.ml-20,
.mx-20 {
  margin-left: 20px !important;
}

.m-21 {
  margin: 21px !important;
}

.mt-21,
.my-21 {
  margin-top: 21px !important;
}

.mr-21,
.mx-21 {
  margin-right: 21px !important;
}

.mb-21,
.my-21 {
  margin-bottom: 21px !important;
}

.ml-21,
.mx-21 {
  margin-left: 21px !important;
}

.m-22 {
  margin: 22px !important;
}

.mt-22,
.my-22 {
  margin-top: 22px !important;
}

.mr-22,
.mx-22 {
  margin-right: 22px !important;
}

.mb-22,
.my-22 {
  margin-bottom: 22px !important;
}

.ml-22,
.mx-22 {
  margin-left: 22px !important;
}

.m-23 {
  margin: 23px !important;
}

.mt-23,
.my-23 {
  margin-top: 23px !important;
}

.mr-23,
.mx-23 {
  margin-right: 23px !important;
}

.mb-23,
.my-23 {
  margin-bottom: 23px !important;
}

.ml-23,
.mx-23 {
  margin-left: 23px !important;
}

.m-24 {
  margin: 24px !important;
}

.mt-24,
.my-24 {
  margin-top: 24px !important;
}

.mr-24,
.mx-24 {
  margin-right: 24px !important;
}

.mb-24,
.my-24 {
  margin-bottom: 24px !important;
}

.ml-24,
.mx-24 {
  margin-left: 24px !important;
}

.m-25 {
  margin: 25px !important;
}

.mt-25,
.my-25 {
  margin-top: 25px !important;
}

.mr-25,
.mx-25 {
  margin-right: 25px !important;
}

.mb-25,
.my-25 {
  margin-bottom: 25px !important;
}

.ml-25,
.mx-25 {
  margin-left: 25px !important;
}

.m-26 {
  margin: 26px !important;
}

.mt-26,
.my-26 {
  margin-top: 26px !important;
}

.mr-26,
.mx-26 {
  margin-right: 26px !important;
}

.mb-26,
.my-26 {
  margin-bottom: 26px !important;
}

.ml-26,
.mx-26 {
  margin-left: 26px !important;
}

.m-27 {
  margin: 27px !important;
}

.mt-27,
.my-27 {
  margin-top: 27px !important;
}

.mr-27,
.mx-27 {
  margin-right: 27px !important;
}

.mb-27,
.my-27 {
  margin-bottom: 27px !important;
}

.ml-27,
.mx-27 {
  margin-left: 27px !important;
}

.m-28 {
  margin: 28px !important;
}

.mt-28,
.my-28 {
  margin-top: 28px !important;
}

.mr-28,
.mx-28 {
  margin-right: 28px !important;
}

.mb-28,
.my-28 {
  margin-bottom: 28px !important;
}

.ml-28,
.mx-28 {
  margin-left: 28px !important;
}

.m-29 {
  margin: 29px !important;
}

.mt-29,
.my-29 {
  margin-top: 29px !important;
}

.mr-29,
.mx-29 {
  margin-right: 29px !important;
}

.mb-29,
.my-29 {
  margin-bottom: 29px !important;
}

.ml-29,
.mx-29 {
  margin-left: 29px !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30,
.my-30 {
  margin-top: 30px !important;
}

.mr-30,
.mx-30 {
  margin-right: 30px !important;
}

.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}

.ml-30,
.mx-30 {
  margin-left: 30px !important;
}

.m-31 {
  margin: 31px !important;
}

.mt-31,
.my-31 {
  margin-top: 31px !important;
}

.mr-31,
.mx-31 {
  margin-right: 31px !important;
}

.mb-31,
.my-31 {
  margin-bottom: 31px !important;
}

.ml-31,
.mx-31 {
  margin-left: 31px !important;
}

.m-32 {
  margin: 32px !important;
}

.mt-32,
.my-32 {
  margin-top: 32px !important;
}

.mr-32,
.mx-32 {
  margin-right: 32px !important;
}

.mb-32,
.my-32 {
  margin-bottom: 32px !important;
}

.ml-32,
.mx-32 {
  margin-left: 32px !important;
}

.m-33 {
  margin: 33px !important;
}

.mt-33,
.my-33 {
  margin-top: 33px !important;
}

.mr-33,
.mx-33 {
  margin-right: 33px !important;
}

.mb-33,
.my-33 {
  margin-bottom: 33px !important;
}

.ml-33,
.mx-33 {
  margin-left: 33px !important;
}

.m-34 {
  margin: 34px !important;
}

.mt-34,
.my-34 {
  margin-top: 34px !important;
}

.mr-34,
.mx-34 {
  margin-right: 34px !important;
}

.mb-34,
.my-34 {
  margin-bottom: 34px !important;
}

.ml-34,
.mx-34 {
  margin-left: 34px !important;
}

.m-35 {
  margin: 35px !important;
}

.mt-35,
.my-35 {
  margin-top: 35px !important;
}

.mr-35,
.mx-35 {
  margin-right: 35px !important;
}

.mb-35,
.my-35 {
  margin-bottom: 35px !important;
}

.ml-35,
.mx-35 {
  margin-left: 35px !important;
}

.m-36 {
  margin: 36px !important;
}

.mt-36,
.my-36 {
  margin-top: 36px !important;
}

.mr-36,
.mx-36 {
  margin-right: 36px !important;
}

.mb-36,
.my-36 {
  margin-bottom: 36px !important;
}

.ml-36,
.mx-36 {
  margin-left: 36px !important;
}

.m-37 {
  margin: 37px !important;
}

.mt-37,
.my-37 {
  margin-top: 37px !important;
}

.mr-37,
.mx-37 {
  margin-right: 37px !important;
}

.mb-37,
.my-37 {
  margin-bottom: 37px !important;
}

.ml-37,
.mx-37 {
  margin-left: 37px !important;
}

.m-38 {
  margin: 38px !important;
}

.mt-38,
.my-38 {
  margin-top: 38px !important;
}

.mr-38,
.mx-38 {
  margin-right: 38px !important;
}

.mb-38,
.my-38 {
  margin-bottom: 38px !important;
}

.ml-38,
.mx-38 {
  margin-left: 38px !important;
}

.m-39 {
  margin: 39px !important;
}

.mt-39,
.my-39 {
  margin-top: 39px !important;
}

.mr-39,
.mx-39 {
  margin-right: 39px !important;
}

.mb-39,
.my-39 {
  margin-bottom: 39px !important;
}

.ml-39,
.mx-39 {
  margin-left: 39px !important;
}

.m-40 {
  margin: 40px !important;
}

.mt-40,
.my-40 {
  margin-top: 40px !important;
}

.mr-40,
.mx-40 {
  margin-right: 40px !important;
}

.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}

.ml-40,
.mx-40 {
  margin-left: 40px !important;
}

.m-41 {
  margin: 41px !important;
}

.mt-41,
.my-41 {
  margin-top: 41px !important;
}

.mr-41,
.mx-41 {
  margin-right: 41px !important;
}

.mb-41,
.my-41 {
  margin-bottom: 41px !important;
}

.ml-41,
.mx-41 {
  margin-left: 41px !important;
}

.m-42 {
  margin: 42px !important;
}

.mt-42,
.my-42 {
  margin-top: 42px !important;
}

.mr-42,
.mx-42 {
  margin-right: 42px !important;
}

.mb-42,
.my-42 {
  margin-bottom: 42px !important;
}

.ml-42,
.mx-42 {
  margin-left: 42px !important;
}

.m-43 {
  margin: 43px !important;
}

.mt-43,
.my-43 {
  margin-top: 43px !important;
}

.mr-43,
.mx-43 {
  margin-right: 43px !important;
}

.mb-43,
.my-43 {
  margin-bottom: 43px !important;
}

.ml-43,
.mx-43 {
  margin-left: 43px !important;
}

.m-44 {
  margin: 44px !important;
}

.mt-44,
.my-44 {
  margin-top: 44px !important;
}

.mr-44,
.mx-44 {
  margin-right: 44px !important;
}

.mb-44,
.my-44 {
  margin-bottom: 44px !important;
}

.ml-44,
.mx-44 {
  margin-left: 44px !important;
}

.m-45 {
  margin: 45px !important;
}

.mt-45,
.my-45 {
  margin-top: 45px !important;
}

.mr-45,
.mx-45 {
  margin-right: 45px !important;
}

.mb-45,
.my-45 {
  margin-bottom: 45px !important;
}

.ml-45,
.mx-45 {
  margin-left: 45px !important;
}

.m-46 {
  margin: 46px !important;
}

.mt-46,
.my-46 {
  margin-top: 46px !important;
}

.mr-46,
.mx-46 {
  margin-right: 46px !important;
}

.mb-46,
.my-46 {
  margin-bottom: 46px !important;
}

.ml-46,
.mx-46 {
  margin-left: 46px !important;
}

.m-47 {
  margin: 47px !important;
}

.mt-47,
.my-47 {
  margin-top: 47px !important;
}

.mr-47,
.mx-47 {
  margin-right: 47px !important;
}

.mb-47,
.my-47 {
  margin-bottom: 47px !important;
}

.ml-47,
.mx-47 {
  margin-left: 47px !important;
}

.m-48 {
  margin: 48px !important;
}

.mt-48,
.my-48 {
  margin-top: 48px !important;
}

.mr-48,
.mx-48 {
  margin-right: 48px !important;
}

.mb-48,
.my-48 {
  margin-bottom: 48px !important;
}

.ml-48,
.mx-48 {
  margin-left: 48px !important;
}

.m-49 {
  margin: 49px !important;
}

.mt-49,
.my-49 {
  margin-top: 49px !important;
}

.mr-49,
.mx-49 {
  margin-right: 49px !important;
}

.mb-49,
.my-49 {
  margin-bottom: 49px !important;
}

.ml-49,
.mx-49 {
  margin-left: 49px !important;
}

.m-50 {
  margin: 50px !important;
}

.mt-50,
.my-50 {
  margin-top: 50px !important;
}

.mr-50,
.mx-50 {
  margin-right: 50px !important;
}

.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}

.ml-50,
.mx-50 {
  margin-left: 50px !important;
}

.m-51 {
  margin: 51px !important;
}

.mt-51,
.my-51 {
  margin-top: 51px !important;
}

.mr-51,
.mx-51 {
  margin-right: 51px !important;
}

.mb-51,
.my-51 {
  margin-bottom: 51px !important;
}

.ml-51,
.mx-51 {
  margin-left: 51px !important;
}

.m-52 {
  margin: 52px !important;
}

.mt-52,
.my-52 {
  margin-top: 52px !important;
}

.mr-52,
.mx-52 {
  margin-right: 52px !important;
}

.mb-52,
.my-52 {
  margin-bottom: 52px !important;
}

.ml-52,
.mx-52 {
  margin-left: 52px !important;
}

.m-53 {
  margin: 53px !important;
}

.mt-53,
.my-53 {
  margin-top: 53px !important;
}

.mr-53,
.mx-53 {
  margin-right: 53px !important;
}

.mb-53,
.my-53 {
  margin-bottom: 53px !important;
}

.ml-53,
.mx-53 {
  margin-left: 53px !important;
}

.m-54 {
  margin: 54px !important;
}

.mt-54,
.my-54 {
  margin-top: 54px !important;
}

.mr-54,
.mx-54 {
  margin-right: 54px !important;
}

.mb-54,
.my-54 {
  margin-bottom: 54px !important;
}

.ml-54,
.mx-54 {
  margin-left: 54px !important;
}

.m-55 {
  margin: 55px !important;
}

.mt-55,
.my-55 {
  margin-top: 55px !important;
}

.mr-55,
.mx-55 {
  margin-right: 55px !important;
}

.mb-55,
.my-55 {
  margin-bottom: 55px !important;
}

.ml-55,
.mx-55 {
  margin-left: 55px !important;
}

.m-56 {
  margin: 56px !important;
}

.mt-56,
.my-56 {
  margin-top: 56px !important;
}

.mr-56,
.mx-56 {
  margin-right: 56px !important;
}

.mb-56,
.my-56 {
  margin-bottom: 56px !important;
}

.ml-56,
.mx-56 {
  margin-left: 56px !important;
}

.m-57 {
  margin: 57px !important;
}

.mt-57,
.my-57 {
  margin-top: 57px !important;
}

.mr-57,
.mx-57 {
  margin-right: 57px !important;
}

.mb-57,
.my-57 {
  margin-bottom: 57px !important;
}

.ml-57,
.mx-57 {
  margin-left: 57px !important;
}

.m-58 {
  margin: 58px !important;
}

.mt-58,
.my-58 {
  margin-top: 58px !important;
}

.mr-58,
.mx-58 {
  margin-right: 58px !important;
}

.mb-58,
.my-58 {
  margin-bottom: 58px !important;
}

.ml-58,
.mx-58 {
  margin-left: 58px !important;
}

.m-59 {
  margin: 59px !important;
}

.mt-59,
.my-59 {
  margin-top: 59px !important;
}

.mr-59,
.mx-59 {
  margin-right: 59px !important;
}

.mb-59,
.my-59 {
  margin-bottom: 59px !important;
}

.ml-59,
.mx-59 {
  margin-left: 59px !important;
}

.m-60 {
  margin: 60px !important;
}

.mt-60,
.my-60 {
  margin-top: 60px !important;
}

.mr-60,
.mx-60 {
  margin-right: 60px !important;
}

.mb-60,
.my-60 {
  margin-bottom: 60px !important;
}

.ml-60,
.mx-60 {
  margin-left: 60px !important;
}

.m-61 {
  margin: 61px !important;
}

.mt-61,
.my-61 {
  margin-top: 61px !important;
}

.mr-61,
.mx-61 {
  margin-right: 61px !important;
}

.mb-61,
.my-61 {
  margin-bottom: 61px !important;
}

.ml-61,
.mx-61 {
  margin-left: 61px !important;
}

.m-62 {
  margin: 62px !important;
}

.mt-62,
.my-62 {
  margin-top: 62px !important;
}

.mr-62,
.mx-62 {
  margin-right: 62px !important;
}

.mb-62,
.my-62 {
  margin-bottom: 62px !important;
}

.ml-62,
.mx-62 {
  margin-left: 62px !important;
}

.m-63 {
  margin: 63px !important;
}

.mt-63,
.my-63 {
  margin-top: 63px !important;
}

.mr-63,
.mx-63 {
  margin-right: 63px !important;
}

.mb-63,
.my-63 {
  margin-bottom: 63px !important;
}

.ml-63,
.mx-63 {
  margin-left: 63px !important;
}

.m-64 {
  margin: 64px !important;
}

.mt-64,
.my-64 {
  margin-top: 64px !important;
}

.mr-64,
.mx-64 {
  margin-right: 64px !important;
}

.mb-64,
.my-64 {
  margin-bottom: 64px !important;
}

.ml-64,
.mx-64 {
  margin-left: 64px !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: 1px !important;
}

.pt-1,
.py-1 {
  padding-top: 1px !important;
}

.pr-1,
.px-1 {
  padding-right: 1px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 1px !important;
}

.pl-1,
.px-1 {
  padding-left: 1px !important;
}

.p-2 {
  padding: 2px !important;
}

.pt-2,
.py-2 {
  padding-top: 2px !important;
}

.pr-2,
.px-2 {
  padding-right: 2px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 2px !important;
}

.pl-2,
.px-2 {
  padding-left: 2px !important;
}

.p-3 {
  padding: 3px !important;
}

.pt-3,
.py-3 {
  padding-top: 3px !important;
}

.pr-3,
.px-3 {
  padding-right: 3px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 3px !important;
}

.pl-3,
.px-3 {
  padding-left: 3px !important;
}

.p-4 {
  padding: 4px !important;
}

.pt-4,
.py-4 {
  padding-top: 4px !important;
}

.pr-4,
.px-4 {
  padding-right: 4px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 4px !important;
}

.pl-4,
.px-4 {
  padding-left: 4px !important;
}

.p-5 {
  padding: 5px !important;
}

.pt-5,
.py-5 {
  padding-top: 5px !important;
}

.pr-5,
.px-5 {
  padding-right: 5px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 5px !important;
}

.pl-5,
.px-5 {
  padding-left: 5px !important;
}

.p-6 {
  padding: 6px !important;
}

.pt-6,
.py-6 {
  padding-top: 6px !important;
}

.pr-6,
.px-6 {
  padding-right: 6px !important;
}

.pb-6,
.py-6 {
  padding-bottom: 6px !important;
}

.pl-6,
.px-6 {
  padding-left: 6px !important;
}

.p-7 {
  padding: 7px !important;
}

.pt-7,
.py-7 {
  padding-top: 7px !important;
}

.pr-7,
.px-7 {
  padding-right: 7px !important;
}

.pb-7,
.py-7 {
  padding-bottom: 7px !important;
}

.pl-7,
.px-7 {
  padding-left: 7px !important;
}

.p-8 {
  padding: 8px !important;
}

.pt-8,
.py-8 {
  padding-top: 8px !important;
}

.pr-8,
.px-8 {
  padding-right: 8px !important;
}

.pb-8,
.py-8 {
  padding-bottom: 8px !important;
}

.pl-8,
.px-8 {
  padding-left: 8px !important;
}

.p-9 {
  padding: 9px !important;
}

.pt-9,
.py-9 {
  padding-top: 9px !important;
}

.pr-9,
.px-9 {
  padding-right: 9px !important;
}

.pb-9,
.py-9 {
  padding-bottom: 9px !important;
}

.pl-9,
.px-9 {
  padding-left: 9px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10,
.py-10 {
  padding-top: 10px !important;
}

.pr-10,
.px-10 {
  padding-right: 10px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10px !important;
}

.pl-10,
.px-10 {
  padding-left: 10px !important;
}

.p-11 {
  padding: 11px !important;
}

.pt-11,
.py-11 {
  padding-top: 11px !important;
}

.pr-11,
.px-11 {
  padding-right: 11px !important;
}

.pb-11,
.py-11 {
  padding-bottom: 11px !important;
}

.pl-11,
.px-11 {
  padding-left: 11px !important;
}

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

.pt-12,
.py-12 {
  padding-top: 12px !important;
}

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

.pb-12,
.py-12 {
  padding-bottom: 12px !important;
}

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

.p-13 {
  padding: 13px !important;
}

.pt-13,
.py-13 {
  padding-top: 13px !important;
}

.pr-13,
.px-13 {
  padding-right: 13px !important;
}

.pb-13,
.py-13 {
  padding-bottom: 13px !important;
}

.pl-13,
.px-13 {
  padding-left: 13px !important;
}

.p-14 {
  padding: 14px !important;
}

.pt-14,
.py-14 {
  padding-top: 14px !important;
}

.pr-14,
.px-14 {
  padding-right: 14px !important;
}

.pb-14,
.py-14 {
  padding-bottom: 14px !important;
}

.pl-14,
.px-14 {
  padding-left: 14px !important;
}

.p-15 {
  padding: 15px !important;
}

.pt-15,
.py-15 {
  padding-top: 15px !important;
}

.pr-15,
.px-15 {
  padding-right: 15px !important;
}

.pb-15,
.py-15 {
  padding-bottom: 15px !important;
}

.pl-15,
.px-15 {
  padding-left: 15px !important;
}

.p-16 {
  padding: 16px !important;
}

.pt-16,
.py-16 {
  padding-top: 16px !important;
}

.pr-16,
.px-16 {
  padding-right: 16px !important;
}

.pb-16,
.py-16 {
  padding-bottom: 16px !important;
}

.pl-16,
.px-16 {
  padding-left: 16px !important;
}

.p-17 {
  padding: 17px !important;
}

.pt-17,
.py-17 {
  padding-top: 17px !important;
}

.pr-17,
.px-17 {
  padding-right: 17px !important;
}

.pb-17,
.py-17 {
  padding-bottom: 17px !important;
}

.pl-17,
.px-17 {
  padding-left: 17px !important;
}

.p-18 {
  padding: 18px !important;
}

.pt-18,
.py-18 {
  padding-top: 18px !important;
}

.pr-18,
.px-18 {
  padding-right: 18px !important;
}

.pb-18,
.py-18 {
  padding-bottom: 18px !important;
}

.pl-18,
.px-18 {
  padding-left: 18px !important;
}

.p-19 {
  padding: 19px !important;
}

.pt-19,
.py-19 {
  padding-top: 19px !important;
}

.pr-19,
.px-19 {
  padding-right: 19px !important;
}

.pb-19,
.py-19 {
  padding-bottom: 19px !important;
}

.pl-19,
.px-19 {
  padding-left: 19px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20,
.py-20 {
  padding-top: 20px !important;
}

.pr-20,
.px-20 {
  padding-right: 20px !important;
}

.pb-20,
.py-20 {
  padding-bottom: 20px !important;
}

.pl-20,
.px-20 {
  padding-left: 20px !important;
}

.p-21 {
  padding: 21px !important;
}

.pt-21,
.py-21 {
  padding-top: 21px !important;
}

.pr-21,
.px-21 {
  padding-right: 21px !important;
}

.pb-21,
.py-21 {
  padding-bottom: 21px !important;
}

.pl-21,
.px-21 {
  padding-left: 21px !important;
}

.p-22 {
  padding: 22px !important;
}

.pt-22,
.py-22 {
  padding-top: 22px !important;
}

.pr-22,
.px-22 {
  padding-right: 22px !important;
}

.pb-22,
.py-22 {
  padding-bottom: 22px !important;
}

.pl-22,
.px-22 {
  padding-left: 22px !important;
}

.p-23 {
  padding: 23px !important;
}

.pt-23,
.py-23 {
  padding-top: 23px !important;
}

.pr-23,
.px-23 {
  padding-right: 23px !important;
}

.pb-23,
.py-23 {
  padding-bottom: 23px !important;
}

.pl-23,
.px-23 {
  padding-left: 23px !important;
}

.p-24 {
  padding: 24px !important;
}

.pt-24,
.py-24 {
  padding-top: 24px !important;
}

.pr-24,
.px-24 {
  padding-right: 24px !important;
}

.pb-24,
.py-24 {
  padding-bottom: 24px !important;
}

.pl-24,
.px-24 {
  padding-left: 24px !important;
}

.p-25 {
  padding: 25px !important;
}

.pt-25,
.py-25 {
  padding-top: 25px !important;
}

.pr-25,
.px-25 {
  padding-right: 25px !important;
}

.pb-25,
.py-25 {
  padding-bottom: 25px !important;
}

.pl-25,
.px-25 {
  padding-left: 25px !important;
}

.p-26 {
  padding: 26px !important;
}

.pt-26,
.py-26 {
  padding-top: 26px !important;
}

.pr-26,
.px-26 {
  padding-right: 26px !important;
}

.pb-26,
.py-26 {
  padding-bottom: 26px !important;
}

.pl-26,
.px-26 {
  padding-left: 26px !important;
}

.p-27 {
  padding: 27px !important;
}

.pt-27,
.py-27 {
  padding-top: 27px !important;
}

.pr-27,
.px-27 {
  padding-right: 27px !important;
}

.pb-27,
.py-27 {
  padding-bottom: 27px !important;
}

.pl-27,
.px-27 {
  padding-left: 27px !important;
}

.p-28 {
  padding: 28px !important;
}

.pt-28,
.py-28 {
  padding-top: 28px !important;
}

.pr-28,
.px-28 {
  padding-right: 28px !important;
}

.pb-28,
.py-28 {
  padding-bottom: 28px !important;
}

.pl-28,
.px-28 {
  padding-left: 28px !important;
}

.p-29 {
  padding: 29px !important;
}

.pt-29,
.py-29 {
  padding-top: 29px !important;
}

.pr-29,
.px-29 {
  padding-right: 29px !important;
}

.pb-29,
.py-29 {
  padding-bottom: 29px !important;
}

.pl-29,
.px-29 {
  padding-left: 29px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30,
.py-30 {
  padding-top: 30px !important;
}

.pr-30,
.px-30 {
  padding-right: 30px !important;
}

.pb-30,
.py-30 {
  padding-bottom: 30px !important;
}

.pl-30,
.px-30 {
  padding-left: 30px !important;
}

.p-31 {
  padding: 31px !important;
}

.pt-31,
.py-31 {
  padding-top: 31px !important;
}

.pr-31,
.px-31 {
  padding-right: 31px !important;
}

.pb-31,
.py-31 {
  padding-bottom: 31px !important;
}

.pl-31,
.px-31 {
  padding-left: 31px !important;
}

.p-32 {
  padding: 32px !important;
}

.pt-32,
.py-32 {
  padding-top: 32px !important;
}

.pr-32,
.px-32 {
  padding-right: 32px !important;
}

.pb-32,
.py-32 {
  padding-bottom: 32px !important;
}

.pl-32,
.px-32 {
  padding-left: 32px !important;
}

.p-33 {
  padding: 33px !important;
}

.pt-33,
.py-33 {
  padding-top: 33px !important;
}

.pr-33,
.px-33 {
  padding-right: 33px !important;
}

.pb-33,
.py-33 {
  padding-bottom: 33px !important;
}

.pl-33,
.px-33 {
  padding-left: 33px !important;
}

.p-34 {
  padding: 34px !important;
}

.pt-34,
.py-34 {
  padding-top: 34px !important;
}

.pr-34,
.px-34 {
  padding-right: 34px !important;
}

.pb-34,
.py-34 {
  padding-bottom: 34px !important;
}

.pl-34,
.px-34 {
  padding-left: 34px !important;
}

.p-35 {
  padding: 35px !important;
}

.pt-35,
.py-35 {
  padding-top: 35px !important;
}

.pr-35,
.px-35 {
  padding-right: 35px !important;
}

.pb-35,
.py-35 {
  padding-bottom: 35px !important;
}

.pl-35,
.px-35 {
  padding-left: 35px !important;
}

.p-36 {
  padding: 36px !important;
}

.pt-36,
.py-36 {
  padding-top: 36px !important;
}

.pr-36,
.px-36 {
  padding-right: 36px !important;
}

.pb-36,
.py-36 {
  padding-bottom: 36px !important;
}

.pl-36,
.px-36 {
  padding-left: 36px !important;
}

.p-37 {
  padding: 37px !important;
}

.pt-37,
.py-37 {
  padding-top: 37px !important;
}

.pr-37,
.px-37 {
  padding-right: 37px !important;
}

.pb-37,
.py-37 {
  padding-bottom: 37px !important;
}

.pl-37,
.px-37 {
  padding-left: 37px !important;
}

.p-38 {
  padding: 38px !important;
}

.pt-38,
.py-38 {
  padding-top: 38px !important;
}

.pr-38,
.px-38 {
  padding-right: 38px !important;
}

.pb-38,
.py-38 {
  padding-bottom: 38px !important;
}

.pl-38,
.px-38 {
  padding-left: 38px !important;
}

.p-39 {
  padding: 39px !important;
}

.pt-39,
.py-39 {
  padding-top: 39px !important;
}

.pr-39,
.px-39 {
  padding-right: 39px !important;
}

.pb-39,
.py-39 {
  padding-bottom: 39px !important;
}

.pl-39,
.px-39 {
  padding-left: 39px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-40,
.py-40 {
  padding-top: 40px !important;
}

.pr-40,
.px-40 {
  padding-right: 40px !important;
}

.pb-40,
.py-40 {
  padding-bottom: 40px !important;
}

.pl-40,
.px-40 {
  padding-left: 40px !important;
}

.p-41 {
  padding: 41px !important;
}

.pt-41,
.py-41 {
  padding-top: 41px !important;
}

.pr-41,
.px-41 {
  padding-right: 41px !important;
}

.pb-41,
.py-41 {
  padding-bottom: 41px !important;
}

.pl-41,
.px-41 {
  padding-left: 41px !important;
}

.p-42 {
  padding: 42px !important;
}

.pt-42,
.py-42 {
  padding-top: 42px !important;
}

.pr-42,
.px-42 {
  padding-right: 42px !important;
}

.pb-42,
.py-42 {
  padding-bottom: 42px !important;
}

.pl-42,
.px-42 {
  padding-left: 42px !important;
}

.p-43 {
  padding: 43px !important;
}

.pt-43,
.py-43 {
  padding-top: 43px !important;
}

.pr-43,
.px-43 {
  padding-right: 43px !important;
}

.pb-43,
.py-43 {
  padding-bottom: 43px !important;
}

.pl-43,
.px-43 {
  padding-left: 43px !important;
}

.p-44 {
  padding: 44px !important;
}

.pt-44,
.py-44 {
  padding-top: 44px !important;
}

.pr-44,
.px-44 {
  padding-right: 44px !important;
}

.pb-44,
.py-44 {
  padding-bottom: 44px !important;
}

.pl-44,
.px-44 {
  padding-left: 44px !important;
}

.p-45 {
  padding: 45px !important;
}

.pt-45,
.py-45 {
  padding-top: 45px !important;
}

.pr-45,
.px-45 {
  padding-right: 45px !important;
}

.pb-45,
.py-45 {
  padding-bottom: 45px !important;
}

.pl-45,
.px-45 {
  padding-left: 45px !important;
}

.p-46 {
  padding: 46px !important;
}

.pt-46,
.py-46 {
  padding-top: 46px !important;
}

.pr-46,
.px-46 {
  padding-right: 46px !important;
}

.pb-46,
.py-46 {
  padding-bottom: 46px !important;
}

.pl-46,
.px-46 {
  padding-left: 46px !important;
}

.p-47 {
  padding: 47px !important;
}

.pt-47,
.py-47 {
  padding-top: 47px !important;
}

.pr-47,
.px-47 {
  padding-right: 47px !important;
}

.pb-47,
.py-47 {
  padding-bottom: 47px !important;
}

.pl-47,
.px-47 {
  padding-left: 47px !important;
}

.p-48 {
  padding: 48px !important;
}

.pt-48,
.py-48 {
  padding-top: 48px !important;
}

.pr-48,
.px-48 {
  padding-right: 48px !important;
}

.pb-48,
.py-48 {
  padding-bottom: 48px !important;
}

.pl-48,
.px-48 {
  padding-left: 48px !important;
}

.p-49 {
  padding: 49px !important;
}

.pt-49,
.py-49 {
  padding-top: 49px !important;
}

.pr-49,
.px-49 {
  padding-right: 49px !important;
}

.pb-49,
.py-49 {
  padding-bottom: 49px !important;
}

.pl-49,
.px-49 {
  padding-left: 49px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-50,
.py-50 {
  padding-top: 50px !important;
}

.pr-50,
.px-50 {
  padding-right: 50px !important;
}

.pb-50,
.py-50 {
  padding-bottom: 50px !important;
}

.pl-50,
.px-50 {
  padding-left: 50px !important;
}

.p-51 {
  padding: 51px !important;
}

.pt-51,
.py-51 {
  padding-top: 51px !important;
}

.pr-51,
.px-51 {
  padding-right: 51px !important;
}

.pb-51,
.py-51 {
  padding-bottom: 51px !important;
}

.pl-51,
.px-51 {
  padding-left: 51px !important;
}

.p-52 {
  padding: 52px !important;
}

.pt-52,
.py-52 {
  padding-top: 52px !important;
}

.pr-52,
.px-52 {
  padding-right: 52px !important;
}

.pb-52,
.py-52 {
  padding-bottom: 52px !important;
}

.pl-52,
.px-52 {
  padding-left: 52px !important;
}

.p-53 {
  padding: 53px !important;
}

.pt-53,
.py-53 {
  padding-top: 53px !important;
}

.pr-53,
.px-53 {
  padding-right: 53px !important;
}

.pb-53,
.py-53 {
  padding-bottom: 53px !important;
}

.pl-53,
.px-53 {
  padding-left: 53px !important;
}

.p-54 {
  padding: 54px !important;
}

.pt-54,
.py-54 {
  padding-top: 54px !important;
}

.pr-54,
.px-54 {
  padding-right: 54px !important;
}

.pb-54,
.py-54 {
  padding-bottom: 54px !important;
}

.pl-54,
.px-54 {
  padding-left: 54px !important;
}

.p-55 {
  padding: 55px !important;
}

.pt-55,
.py-55 {
  padding-top: 55px !important;
}

.pr-55,
.px-55 {
  padding-right: 55px !important;
}

.pb-55,
.py-55 {
  padding-bottom: 55px !important;
}

.pl-55,
.px-55 {
  padding-left: 55px !important;
}

.p-56 {
  padding: 56px !important;
}

.pt-56,
.py-56 {
  padding-top: 56px !important;
}

.pr-56,
.px-56 {
  padding-right: 56px !important;
}

.pb-56,
.py-56 {
  padding-bottom: 56px !important;
}

.pl-56,
.px-56 {
  padding-left: 56px !important;
}

.p-57 {
  padding: 57px !important;
}

.pt-57,
.py-57 {
  padding-top: 57px !important;
}

.pr-57,
.px-57 {
  padding-right: 57px !important;
}

.pb-57,
.py-57 {
  padding-bottom: 57px !important;
}

.pl-57,
.px-57 {
  padding-left: 57px !important;
}

.p-58 {
  padding: 58px !important;
}

.pt-58,
.py-58 {
  padding-top: 58px !important;
}

.pr-58,
.px-58 {
  padding-right: 58px !important;
}

.pb-58,
.py-58 {
  padding-bottom: 58px !important;
}

.pl-58,
.px-58 {
  padding-left: 58px !important;
}

.p-59 {
  padding: 59px !important;
}

.pt-59,
.py-59 {
  padding-top: 59px !important;
}

.pr-59,
.px-59 {
  padding-right: 59px !important;
}

.pb-59,
.py-59 {
  padding-bottom: 59px !important;
}

.pl-59,
.px-59 {
  padding-left: 59px !important;
}

.p-60 {
  padding: 60px !important;
}

.pt-60,
.py-60 {
  padding-top: 60px !important;
}

.pr-60,
.px-60 {
  padding-right: 60px !important;
}

.pb-60,
.py-60 {
  padding-bottom: 60px !important;
}

.pl-60,
.px-60 {
  padding-left: 60px !important;
}

.p-61 {
  padding: 61px !important;
}

.pt-61,
.py-61 {
  padding-top: 61px !important;
}

.pr-61,
.px-61 {
  padding-right: 61px !important;
}

.pb-61,
.py-61 {
  padding-bottom: 61px !important;
}

.pl-61,
.px-61 {
  padding-left: 61px !important;
}

.p-62 {
  padding: 62px !important;
}

.pt-62,
.py-62 {
  padding-top: 62px !important;
}

.pr-62,
.px-62 {
  padding-right: 62px !important;
}

.pb-62,
.py-62 {
  padding-bottom: 62px !important;
}

.pl-62,
.px-62 {
  padding-left: 62px !important;
}

.p-63 {
  padding: 63px !important;
}

.pt-63,
.py-63 {
  padding-top: 63px !important;
}

.pr-63,
.px-63 {
  padding-right: 63px !important;
}

.pb-63,
.py-63 {
  padding-bottom: 63px !important;
}

.pl-63,
.px-63 {
  padding-left: 63px !important;
}

.p-64 {
  padding: 64px !important;
}

.pt-64,
.py-64 {
  padding-top: 64px !important;
}

.pr-64,
.px-64 {
  padding-right: 64px !important;
}

.pb-64,
.py-64 {
  padding-bottom: 64px !important;
}

.pl-64,
.px-64 {
  padding-left: 64px !important;
}

.m-n1 {
  margin: -1px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -1px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -1px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -1px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -1px !important;
}

.m-n2 {
  margin: -2px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -2px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -2px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -2px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -2px !important;
}

.m-n3 {
  margin: -3px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -3px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -3px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -3px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -3px !important;
}

.m-n4 {
  margin: -4px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -4px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -4px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -4px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -4px !important;
}

.m-n5 {
  margin: -5px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -5px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -5px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -5px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -5px !important;
}

.m-n6 {
  margin: -6px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -6px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -6px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -6px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -6px !important;
}

.m-n7 {
  margin: -7px !important;
}

.mt-n7,
.my-n7 {
  margin-top: -7px !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -7px !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -7px !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -7px !important;
}

.m-n8 {
  margin: -8px !important;
}

.mt-n8,
.my-n8 {
  margin-top: -8px !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -8px !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -8px !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -8px !important;
}

.m-n9 {
  margin: -9px !important;
}

.mt-n9,
.my-n9 {
  margin-top: -9px !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -9px !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -9px !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -9px !important;
}

.m-n10 {
  margin: -10px !important;
}

.mt-n10,
.my-n10 {
  margin-top: -10px !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -10px !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -10px !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -10px !important;
}

.m-n11 {
  margin: -11px !important;
}

.mt-n11,
.my-n11 {
  margin-top: -11px !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -11px !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -11px !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -11px !important;
}

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

.mt-n12,
.my-n12 {
  margin-top: -12px !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -12px !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -12px !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -12px !important;
}

.m-n13 {
  margin: -13px !important;
}

.mt-n13,
.my-n13 {
  margin-top: -13px !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -13px !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -13px !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -13px !important;
}

.m-n14 {
  margin: -14px !important;
}

.mt-n14,
.my-n14 {
  margin-top: -14px !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -14px !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -14px !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -14px !important;
}

.m-n15 {
  margin: -15px !important;
}

.mt-n15,
.my-n15 {
  margin-top: -15px !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -15px !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -15px !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -15px !important;
}

.m-n16 {
  margin: -16px !important;
}

.mt-n16,
.my-n16 {
  margin-top: -16px !important;
}

.mr-n16,
.mx-n16 {
  margin-right: -16px !important;
}

.mb-n16,
.my-n16 {
  margin-bottom: -16px !important;
}

.ml-n16,
.mx-n16 {
  margin-left: -16px !important;
}

.m-n17 {
  margin: -17px !important;
}

.mt-n17,
.my-n17 {
  margin-top: -17px !important;
}

.mr-n17,
.mx-n17 {
  margin-right: -17px !important;
}

.mb-n17,
.my-n17 {
  margin-bottom: -17px !important;
}

.ml-n17,
.mx-n17 {
  margin-left: -17px !important;
}

.m-n18 {
  margin: -18px !important;
}

.mt-n18,
.my-n18 {
  margin-top: -18px !important;
}

.mr-n18,
.mx-n18 {
  margin-right: -18px !important;
}

.mb-n18,
.my-n18 {
  margin-bottom: -18px !important;
}

.ml-n18,
.mx-n18 {
  margin-left: -18px !important;
}

.m-n19 {
  margin: -19px !important;
}

.mt-n19,
.my-n19 {
  margin-top: -19px !important;
}

.mr-n19,
.mx-n19 {
  margin-right: -19px !important;
}

.mb-n19,
.my-n19 {
  margin-bottom: -19px !important;
}

.ml-n19,
.mx-n19 {
  margin-left: -19px !important;
}

.m-n20 {
  margin: -20px !important;
}

.mt-n20,
.my-n20 {
  margin-top: -20px !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -20px !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -20px !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -20px !important;
}

.m-n21 {
  margin: -21px !important;
}

.mt-n21,
.my-n21 {
  margin-top: -21px !important;
}

.mr-n21,
.mx-n21 {
  margin-right: -21px !important;
}

.mb-n21,
.my-n21 {
  margin-bottom: -21px !important;
}

.ml-n21,
.mx-n21 {
  margin-left: -21px !important;
}

.m-n22 {
  margin: -22px !important;
}

.mt-n22,
.my-n22 {
  margin-top: -22px !important;
}

.mr-n22,
.mx-n22 {
  margin-right: -22px !important;
}

.mb-n22,
.my-n22 {
  margin-bottom: -22px !important;
}

.ml-n22,
.mx-n22 {
  margin-left: -22px !important;
}

.m-n23 {
  margin: -23px !important;
}

.mt-n23,
.my-n23 {
  margin-top: -23px !important;
}

.mr-n23,
.mx-n23 {
  margin-right: -23px !important;
}

.mb-n23,
.my-n23 {
  margin-bottom: -23px !important;
}

.ml-n23,
.mx-n23 {
  margin-left: -23px !important;
}

.m-n24 {
  margin: -24px !important;
}

.mt-n24,
.my-n24 {
  margin-top: -24px !important;
}

.mr-n24,
.mx-n24 {
  margin-right: -24px !important;
}

.mb-n24,
.my-n24 {
  margin-bottom: -24px !important;
}

.ml-n24,
.mx-n24 {
  margin-left: -24px !important;
}

.m-n25 {
  margin: -25px !important;
}

.mt-n25,
.my-n25 {
  margin-top: -25px !important;
}

.mr-n25,
.mx-n25 {
  margin-right: -25px !important;
}

.mb-n25,
.my-n25 {
  margin-bottom: -25px !important;
}

.ml-n25,
.mx-n25 {
  margin-left: -25px !important;
}

.m-n26 {
  margin: -26px !important;
}

.mt-n26,
.my-n26 {
  margin-top: -26px !important;
}

.mr-n26,
.mx-n26 {
  margin-right: -26px !important;
}

.mb-n26,
.my-n26 {
  margin-bottom: -26px !important;
}

.ml-n26,
.mx-n26 {
  margin-left: -26px !important;
}

.m-n27 {
  margin: -27px !important;
}

.mt-n27,
.my-n27 {
  margin-top: -27px !important;
}

.mr-n27,
.mx-n27 {
  margin-right: -27px !important;
}

.mb-n27,
.my-n27 {
  margin-bottom: -27px !important;
}

.ml-n27,
.mx-n27 {
  margin-left: -27px !important;
}

.m-n28 {
  margin: -28px !important;
}

.mt-n28,
.my-n28 {
  margin-top: -28px !important;
}

.mr-n28,
.mx-n28 {
  margin-right: -28px !important;
}

.mb-n28,
.my-n28 {
  margin-bottom: -28px !important;
}

.ml-n28,
.mx-n28 {
  margin-left: -28px !important;
}

.m-n29 {
  margin: -29px !important;
}

.mt-n29,
.my-n29 {
  margin-top: -29px !important;
}

.mr-n29,
.mx-n29 {
  margin-right: -29px !important;
}

.mb-n29,
.my-n29 {
  margin-bottom: -29px !important;
}

.ml-n29,
.mx-n29 {
  margin-left: -29px !important;
}

.m-n30 {
  margin: -30px !important;
}

.mt-n30,
.my-n30 {
  margin-top: -30px !important;
}

.mr-n30,
.mx-n30 {
  margin-right: -30px !important;
}

.mb-n30,
.my-n30 {
  margin-bottom: -30px !important;
}

.ml-n30,
.mx-n30 {
  margin-left: -30px !important;
}

.m-n31 {
  margin: -31px !important;
}

.mt-n31,
.my-n31 {
  margin-top: -31px !important;
}

.mr-n31,
.mx-n31 {
  margin-right: -31px !important;
}

.mb-n31,
.my-n31 {
  margin-bottom: -31px !important;
}

.ml-n31,
.mx-n31 {
  margin-left: -31px !important;
}

.m-n32 {
  margin: -32px !important;
}

.mt-n32,
.my-n32 {
  margin-top: -32px !important;
}

.mr-n32,
.mx-n32 {
  margin-right: -32px !important;
}

.mb-n32,
.my-n32 {
  margin-bottom: -32px !important;
}

.ml-n32,
.mx-n32 {
  margin-left: -32px !important;
}

.m-n33 {
  margin: -33px !important;
}

.mt-n33,
.my-n33 {
  margin-top: -33px !important;
}

.mr-n33,
.mx-n33 {
  margin-right: -33px !important;
}

.mb-n33,
.my-n33 {
  margin-bottom: -33px !important;
}

.ml-n33,
.mx-n33 {
  margin-left: -33px !important;
}

.m-n34 {
  margin: -34px !important;
}

.mt-n34,
.my-n34 {
  margin-top: -34px !important;
}

.mr-n34,
.mx-n34 {
  margin-right: -34px !important;
}

.mb-n34,
.my-n34 {
  margin-bottom: -34px !important;
}

.ml-n34,
.mx-n34 {
  margin-left: -34px !important;
}

.m-n35 {
  margin: -35px !important;
}

.mt-n35,
.my-n35 {
  margin-top: -35px !important;
}

.mr-n35,
.mx-n35 {
  margin-right: -35px !important;
}

.mb-n35,
.my-n35 {
  margin-bottom: -35px !important;
}

.ml-n35,
.mx-n35 {
  margin-left: -35px !important;
}

.m-n36 {
  margin: -36px !important;
}

.mt-n36,
.my-n36 {
  margin-top: -36px !important;
}

.mr-n36,
.mx-n36 {
  margin-right: -36px !important;
}

.mb-n36,
.my-n36 {
  margin-bottom: -36px !important;
}

.ml-n36,
.mx-n36 {
  margin-left: -36px !important;
}

.m-n37 {
  margin: -37px !important;
}

.mt-n37,
.my-n37 {
  margin-top: -37px !important;
}

.mr-n37,
.mx-n37 {
  margin-right: -37px !important;
}

.mb-n37,
.my-n37 {
  margin-bottom: -37px !important;
}

.ml-n37,
.mx-n37 {
  margin-left: -37px !important;
}

.m-n38 {
  margin: -38px !important;
}

.mt-n38,
.my-n38 {
  margin-top: -38px !important;
}

.mr-n38,
.mx-n38 {
  margin-right: -38px !important;
}

.mb-n38,
.my-n38 {
  margin-bottom: -38px !important;
}

.ml-n38,
.mx-n38 {
  margin-left: -38px !important;
}

.m-n39 {
  margin: -39px !important;
}

.mt-n39,
.my-n39 {
  margin-top: -39px !important;
}

.mr-n39,
.mx-n39 {
  margin-right: -39px !important;
}

.mb-n39,
.my-n39 {
  margin-bottom: -39px !important;
}

.ml-n39,
.mx-n39 {
  margin-left: -39px !important;
}

.m-n40 {
  margin: -40px !important;
}

.mt-n40,
.my-n40 {
  margin-top: -40px !important;
}

.mr-n40,
.mx-n40 {
  margin-right: -40px !important;
}

.mb-n40,
.my-n40 {
  margin-bottom: -40px !important;
}

.ml-n40,
.mx-n40 {
  margin-left: -40px !important;
}

.m-n41 {
  margin: -41px !important;
}

.mt-n41,
.my-n41 {
  margin-top: -41px !important;
}

.mr-n41,
.mx-n41 {
  margin-right: -41px !important;
}

.mb-n41,
.my-n41 {
  margin-bottom: -41px !important;
}

.ml-n41,
.mx-n41 {
  margin-left: -41px !important;
}

.m-n42 {
  margin: -42px !important;
}

.mt-n42,
.my-n42 {
  margin-top: -42px !important;
}

.mr-n42,
.mx-n42 {
  margin-right: -42px !important;
}

.mb-n42,
.my-n42 {
  margin-bottom: -42px !important;
}

.ml-n42,
.mx-n42 {
  margin-left: -42px !important;
}

.m-n43 {
  margin: -43px !important;
}

.mt-n43,
.my-n43 {
  margin-top: -43px !important;
}

.mr-n43,
.mx-n43 {
  margin-right: -43px !important;
}

.mb-n43,
.my-n43 {
  margin-bottom: -43px !important;
}

.ml-n43,
.mx-n43 {
  margin-left: -43px !important;
}

.m-n44 {
  margin: -44px !important;
}

.mt-n44,
.my-n44 {
  margin-top: -44px !important;
}

.mr-n44,
.mx-n44 {
  margin-right: -44px !important;
}

.mb-n44,
.my-n44 {
  margin-bottom: -44px !important;
}

.ml-n44,
.mx-n44 {
  margin-left: -44px !important;
}

.m-n45 {
  margin: -45px !important;
}

.mt-n45,
.my-n45 {
  margin-top: -45px !important;
}

.mr-n45,
.mx-n45 {
  margin-right: -45px !important;
}

.mb-n45,
.my-n45 {
  margin-bottom: -45px !important;
}

.ml-n45,
.mx-n45 {
  margin-left: -45px !important;
}

.m-n46 {
  margin: -46px !important;
}

.mt-n46,
.my-n46 {
  margin-top: -46px !important;
}

.mr-n46,
.mx-n46 {
  margin-right: -46px !important;
}

.mb-n46,
.my-n46 {
  margin-bottom: -46px !important;
}

.ml-n46,
.mx-n46 {
  margin-left: -46px !important;
}

.m-n47 {
  margin: -47px !important;
}

.mt-n47,
.my-n47 {
  margin-top: -47px !important;
}

.mr-n47,
.mx-n47 {
  margin-right: -47px !important;
}

.mb-n47,
.my-n47 {
  margin-bottom: -47px !important;
}

.ml-n47,
.mx-n47 {
  margin-left: -47px !important;
}

.m-n48 {
  margin: -48px !important;
}

.mt-n48,
.my-n48 {
  margin-top: -48px !important;
}

.mr-n48,
.mx-n48 {
  margin-right: -48px !important;
}

.mb-n48,
.my-n48 {
  margin-bottom: -48px !important;
}

.ml-n48,
.mx-n48 {
  margin-left: -48px !important;
}

.m-n49 {
  margin: -49px !important;
}

.mt-n49,
.my-n49 {
  margin-top: -49px !important;
}

.mr-n49,
.mx-n49 {
  margin-right: -49px !important;
}

.mb-n49,
.my-n49 {
  margin-bottom: -49px !important;
}

.ml-n49,
.mx-n49 {
  margin-left: -49px !important;
}

.m-n50 {
  margin: -50px !important;
}

.mt-n50,
.my-n50 {
  margin-top: -50px !important;
}

.mr-n50,
.mx-n50 {
  margin-right: -50px !important;
}

.mb-n50,
.my-n50 {
  margin-bottom: -50px !important;
}

.ml-n50,
.mx-n50 {
  margin-left: -50px !important;
}

.m-n51 {
  margin: -51px !important;
}

.mt-n51,
.my-n51 {
  margin-top: -51px !important;
}

.mr-n51,
.mx-n51 {
  margin-right: -51px !important;
}

.mb-n51,
.my-n51 {
  margin-bottom: -51px !important;
}

.ml-n51,
.mx-n51 {
  margin-left: -51px !important;
}

.m-n52 {
  margin: -52px !important;
}

.mt-n52,
.my-n52 {
  margin-top: -52px !important;
}

.mr-n52,
.mx-n52 {
  margin-right: -52px !important;
}

.mb-n52,
.my-n52 {
  margin-bottom: -52px !important;
}

.ml-n52,
.mx-n52 {
  margin-left: -52px !important;
}

.m-n53 {
  margin: -53px !important;
}

.mt-n53,
.my-n53 {
  margin-top: -53px !important;
}

.mr-n53,
.mx-n53 {
  margin-right: -53px !important;
}

.mb-n53,
.my-n53 {
  margin-bottom: -53px !important;
}

.ml-n53,
.mx-n53 {
  margin-left: -53px !important;
}

.m-n54 {
  margin: -54px !important;
}

.mt-n54,
.my-n54 {
  margin-top: -54px !important;
}

.mr-n54,
.mx-n54 {
  margin-right: -54px !important;
}

.mb-n54,
.my-n54 {
  margin-bottom: -54px !important;
}

.ml-n54,
.mx-n54 {
  margin-left: -54px !important;
}

.m-n55 {
  margin: -55px !important;
}

.mt-n55,
.my-n55 {
  margin-top: -55px !important;
}

.mr-n55,
.mx-n55 {
  margin-right: -55px !important;
}

.mb-n55,
.my-n55 {
  margin-bottom: -55px !important;
}

.ml-n55,
.mx-n55 {
  margin-left: -55px !important;
}

.m-n56 {
  margin: -56px !important;
}

.mt-n56,
.my-n56 {
  margin-top: -56px !important;
}

.mr-n56,
.mx-n56 {
  margin-right: -56px !important;
}

.mb-n56,
.my-n56 {
  margin-bottom: -56px !important;
}

.ml-n56,
.mx-n56 {
  margin-left: -56px !important;
}

.m-n57 {
  margin: -57px !important;
}

.mt-n57,
.my-n57 {
  margin-top: -57px !important;
}

.mr-n57,
.mx-n57 {
  margin-right: -57px !important;
}

.mb-n57,
.my-n57 {
  margin-bottom: -57px !important;
}

.ml-n57,
.mx-n57 {
  margin-left: -57px !important;
}

.m-n58 {
  margin: -58px !important;
}

.mt-n58,
.my-n58 {
  margin-top: -58px !important;
}

.mr-n58,
.mx-n58 {
  margin-right: -58px !important;
}

.mb-n58,
.my-n58 {
  margin-bottom: -58px !important;
}

.ml-n58,
.mx-n58 {
  margin-left: -58px !important;
}

.m-n59 {
  margin: -59px !important;
}

.mt-n59,
.my-n59 {
  margin-top: -59px !important;
}

.mr-n59,
.mx-n59 {
  margin-right: -59px !important;
}

.mb-n59,
.my-n59 {
  margin-bottom: -59px !important;
}

.ml-n59,
.mx-n59 {
  margin-left: -59px !important;
}

.m-n60 {
  margin: -60px !important;
}

.mt-n60,
.my-n60 {
  margin-top: -60px !important;
}

.mr-n60,
.mx-n60 {
  margin-right: -60px !important;
}

.mb-n60,
.my-n60 {
  margin-bottom: -60px !important;
}

.ml-n60,
.mx-n60 {
  margin-left: -60px !important;
}

.m-n61 {
  margin: -61px !important;
}

.mt-n61,
.my-n61 {
  margin-top: -61px !important;
}

.mr-n61,
.mx-n61 {
  margin-right: -61px !important;
}

.mb-n61,
.my-n61 {
  margin-bottom: -61px !important;
}

.ml-n61,
.mx-n61 {
  margin-left: -61px !important;
}

.m-n62 {
  margin: -62px !important;
}

.mt-n62,
.my-n62 {
  margin-top: -62px !important;
}

.mr-n62,
.mx-n62 {
  margin-right: -62px !important;
}

.mb-n62,
.my-n62 {
  margin-bottom: -62px !important;
}

.ml-n62,
.mx-n62 {
  margin-left: -62px !important;
}

.m-n63 {
  margin: -63px !important;
}

.mt-n63,
.my-n63 {
  margin-top: -63px !important;
}

.mr-n63,
.mx-n63 {
  margin-right: -63px !important;
}

.mb-n63,
.my-n63 {
  margin-bottom: -63px !important;
}

.ml-n63,
.mx-n63 {
  margin-left: -63px !important;
}

.m-n64 {
  margin: -64px !important;
}

.mt-n64,
.my-n64 {
  margin-top: -64px !important;
}

.mr-n64,
.mx-n64 {
  margin-right: -64px !important;
}

.mb-n64,
.my-n64 {
  margin-bottom: -64px !important;
}

.ml-n64,
.mx-n64 {
  margin-left: -64px !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: 1px !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 1px !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 1px !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 1px !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 1px !important;
  }

  .m-sm-2 {
    margin: 2px !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 2px !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 2px !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 2px !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 2px !important;
  }

  .m-sm-3 {
    margin: 3px !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 3px !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 3px !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 3px !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 3px !important;
  }

  .m-sm-4 {
    margin: 4px !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 4px !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 4px !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 4px !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 4px !important;
  }

  .m-sm-5 {
    margin: 5px !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 5px !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 5px !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 5px !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 5px !important;
  }

  .m-sm-6 {
    margin: 6px !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 6px !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 6px !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 6px !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 6px !important;
  }

  .m-sm-7 {
    margin: 7px !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 7px !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 7px !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 7px !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 7px !important;
  }

  .m-sm-8 {
    margin: 8px !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 8px !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 8px !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 8px !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 8px !important;
  }

  .m-sm-9 {
    margin: 9px !important;
  }

  .mt-sm-9,
.my-sm-9 {
    margin-top: 9px !important;
  }

  .mr-sm-9,
.mx-sm-9 {
    margin-right: 9px !important;
  }

  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 9px !important;
  }

  .ml-sm-9,
.mx-sm-9 {
    margin-left: 9px !important;
  }

  .m-sm-10 {
    margin: 10px !important;
  }

  .mt-sm-10,
.my-sm-10 {
    margin-top: 10px !important;
  }

  .mr-sm-10,
.mx-sm-10 {
    margin-right: 10px !important;
  }

  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 10px !important;
  }

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 10px !important;
  }

  .m-sm-11 {
    margin: 11px !important;
  }

  .mt-sm-11,
.my-sm-11 {
    margin-top: 11px !important;
  }

  .mr-sm-11,
.mx-sm-11 {
    margin-right: 11px !important;
  }

  .mb-sm-11,
.my-sm-11 {
    margin-bottom: 11px !important;
  }

  .ml-sm-11,
.mx-sm-11 {
    margin-left: 11px !important;
  }

  .m-sm-12 {
    margin: 12px !important;
  }

  .mt-sm-12,
.my-sm-12 {
    margin-top: 12px !important;
  }

  .mr-sm-12,
.mx-sm-12 {
    margin-right: 12px !important;
  }

  .mb-sm-12,
.my-sm-12 {
    margin-bottom: 12px !important;
  }

  .ml-sm-12,
.mx-sm-12 {
    margin-left: 12px !important;
  }

  .m-sm-13 {
    margin: 13px !important;
  }

  .mt-sm-13,
.my-sm-13 {
    margin-top: 13px !important;
  }

  .mr-sm-13,
.mx-sm-13 {
    margin-right: 13px !important;
  }

  .mb-sm-13,
.my-sm-13 {
    margin-bottom: 13px !important;
  }

  .ml-sm-13,
.mx-sm-13 {
    margin-left: 13px !important;
  }

  .m-sm-14 {
    margin: 14px !important;
  }

  .mt-sm-14,
.my-sm-14 {
    margin-top: 14px !important;
  }

  .mr-sm-14,
.mx-sm-14 {
    margin-right: 14px !important;
  }

  .mb-sm-14,
.my-sm-14 {
    margin-bottom: 14px !important;
  }

  .ml-sm-14,
.mx-sm-14 {
    margin-left: 14px !important;
  }

  .m-sm-15 {
    margin: 15px !important;
  }

  .mt-sm-15,
.my-sm-15 {
    margin-top: 15px !important;
  }

  .mr-sm-15,
.mx-sm-15 {
    margin-right: 15px !important;
  }

  .mb-sm-15,
.my-sm-15 {
    margin-bottom: 15px !important;
  }

  .ml-sm-15,
.mx-sm-15 {
    margin-left: 15px !important;
  }

  .m-sm-16 {
    margin: 16px !important;
  }

  .mt-sm-16,
.my-sm-16 {
    margin-top: 16px !important;
  }

  .mr-sm-16,
.mx-sm-16 {
    margin-right: 16px !important;
  }

  .mb-sm-16,
.my-sm-16 {
    margin-bottom: 16px !important;
  }

  .ml-sm-16,
.mx-sm-16 {
    margin-left: 16px !important;
  }

  .m-sm-17 {
    margin: 17px !important;
  }

  .mt-sm-17,
.my-sm-17 {
    margin-top: 17px !important;
  }

  .mr-sm-17,
.mx-sm-17 {
    margin-right: 17px !important;
  }

  .mb-sm-17,
.my-sm-17 {
    margin-bottom: 17px !important;
  }

  .ml-sm-17,
.mx-sm-17 {
    margin-left: 17px !important;
  }

  .m-sm-18 {
    margin: 18px !important;
  }

  .mt-sm-18,
.my-sm-18 {
    margin-top: 18px !important;
  }

  .mr-sm-18,
.mx-sm-18 {
    margin-right: 18px !important;
  }

  .mb-sm-18,
.my-sm-18 {
    margin-bottom: 18px !important;
  }

  .ml-sm-18,
.mx-sm-18 {
    margin-left: 18px !important;
  }

  .m-sm-19 {
    margin: 19px !important;
  }

  .mt-sm-19,
.my-sm-19 {
    margin-top: 19px !important;
  }

  .mr-sm-19,
.mx-sm-19 {
    margin-right: 19px !important;
  }

  .mb-sm-19,
.my-sm-19 {
    margin-bottom: 19px !important;
  }

  .ml-sm-19,
.mx-sm-19 {
    margin-left: 19px !important;
  }

  .m-sm-20 {
    margin: 20px !important;
  }

  .mt-sm-20,
.my-sm-20 {
    margin-top: 20px !important;
  }

  .mr-sm-20,
.mx-sm-20 {
    margin-right: 20px !important;
  }

  .mb-sm-20,
.my-sm-20 {
    margin-bottom: 20px !important;
  }

  .ml-sm-20,
.mx-sm-20 {
    margin-left: 20px !important;
  }

  .m-sm-21 {
    margin: 21px !important;
  }

  .mt-sm-21,
.my-sm-21 {
    margin-top: 21px !important;
  }

  .mr-sm-21,
.mx-sm-21 {
    margin-right: 21px !important;
  }

  .mb-sm-21,
.my-sm-21 {
    margin-bottom: 21px !important;
  }

  .ml-sm-21,
.mx-sm-21 {
    margin-left: 21px !important;
  }

  .m-sm-22 {
    margin: 22px !important;
  }

  .mt-sm-22,
.my-sm-22 {
    margin-top: 22px !important;
  }

  .mr-sm-22,
.mx-sm-22 {
    margin-right: 22px !important;
  }

  .mb-sm-22,
.my-sm-22 {
    margin-bottom: 22px !important;
  }

  .ml-sm-22,
.mx-sm-22 {
    margin-left: 22px !important;
  }

  .m-sm-23 {
    margin: 23px !important;
  }

  .mt-sm-23,
.my-sm-23 {
    margin-top: 23px !important;
  }

  .mr-sm-23,
.mx-sm-23 {
    margin-right: 23px !important;
  }

  .mb-sm-23,
.my-sm-23 {
    margin-bottom: 23px !important;
  }

  .ml-sm-23,
.mx-sm-23 {
    margin-left: 23px !important;
  }

  .m-sm-24 {
    margin: 24px !important;
  }

  .mt-sm-24,
.my-sm-24 {
    margin-top: 24px !important;
  }

  .mr-sm-24,
.mx-sm-24 {
    margin-right: 24px !important;
  }

  .mb-sm-24,
.my-sm-24 {
    margin-bottom: 24px !important;
  }

  .ml-sm-24,
.mx-sm-24 {
    margin-left: 24px !important;
  }

  .m-sm-25 {
    margin: 25px !important;
  }

  .mt-sm-25,
.my-sm-25 {
    margin-top: 25px !important;
  }

  .mr-sm-25,
.mx-sm-25 {
    margin-right: 25px !important;
  }

  .mb-sm-25,
.my-sm-25 {
    margin-bottom: 25px !important;
  }

  .ml-sm-25,
.mx-sm-25 {
    margin-left: 25px !important;
  }

  .m-sm-26 {
    margin: 26px !important;
  }

  .mt-sm-26,
.my-sm-26 {
    margin-top: 26px !important;
  }

  .mr-sm-26,
.mx-sm-26 {
    margin-right: 26px !important;
  }

  .mb-sm-26,
.my-sm-26 {
    margin-bottom: 26px !important;
  }

  .ml-sm-26,
.mx-sm-26 {
    margin-left: 26px !important;
  }

  .m-sm-27 {
    margin: 27px !important;
  }

  .mt-sm-27,
.my-sm-27 {
    margin-top: 27px !important;
  }

  .mr-sm-27,
.mx-sm-27 {
    margin-right: 27px !important;
  }

  .mb-sm-27,
.my-sm-27 {
    margin-bottom: 27px !important;
  }

  .ml-sm-27,
.mx-sm-27 {
    margin-left: 27px !important;
  }

  .m-sm-28 {
    margin: 28px !important;
  }

  .mt-sm-28,
.my-sm-28 {
    margin-top: 28px !important;
  }

  .mr-sm-28,
.mx-sm-28 {
    margin-right: 28px !important;
  }

  .mb-sm-28,
.my-sm-28 {
    margin-bottom: 28px !important;
  }

  .ml-sm-28,
.mx-sm-28 {
    margin-left: 28px !important;
  }

  .m-sm-29 {
    margin: 29px !important;
  }

  .mt-sm-29,
.my-sm-29 {
    margin-top: 29px !important;
  }

  .mr-sm-29,
.mx-sm-29 {
    margin-right: 29px !important;
  }

  .mb-sm-29,
.my-sm-29 {
    margin-bottom: 29px !important;
  }

  .ml-sm-29,
.mx-sm-29 {
    margin-left: 29px !important;
  }

  .m-sm-30 {
    margin: 30px !important;
  }

  .mt-sm-30,
.my-sm-30 {
    margin-top: 30px !important;
  }

  .mr-sm-30,
.mx-sm-30 {
    margin-right: 30px !important;
  }

  .mb-sm-30,
.my-sm-30 {
    margin-bottom: 30px !important;
  }

  .ml-sm-30,
.mx-sm-30 {
    margin-left: 30px !important;
  }

  .m-sm-31 {
    margin: 31px !important;
  }

  .mt-sm-31,
.my-sm-31 {
    margin-top: 31px !important;
  }

  .mr-sm-31,
.mx-sm-31 {
    margin-right: 31px !important;
  }

  .mb-sm-31,
.my-sm-31 {
    margin-bottom: 31px !important;
  }

  .ml-sm-31,
.mx-sm-31 {
    margin-left: 31px !important;
  }

  .m-sm-32 {
    margin: 32px !important;
  }

  .mt-sm-32,
.my-sm-32 {
    margin-top: 32px !important;
  }

  .mr-sm-32,
.mx-sm-32 {
    margin-right: 32px !important;
  }

  .mb-sm-32,
.my-sm-32 {
    margin-bottom: 32px !important;
  }

  .ml-sm-32,
.mx-sm-32 {
    margin-left: 32px !important;
  }

  .m-sm-33 {
    margin: 33px !important;
  }

  .mt-sm-33,
.my-sm-33 {
    margin-top: 33px !important;
  }

  .mr-sm-33,
.mx-sm-33 {
    margin-right: 33px !important;
  }

  .mb-sm-33,
.my-sm-33 {
    margin-bottom: 33px !important;
  }

  .ml-sm-33,
.mx-sm-33 {
    margin-left: 33px !important;
  }

  .m-sm-34 {
    margin: 34px !important;
  }

  .mt-sm-34,
.my-sm-34 {
    margin-top: 34px !important;
  }

  .mr-sm-34,
.mx-sm-34 {
    margin-right: 34px !important;
  }

  .mb-sm-34,
.my-sm-34 {
    margin-bottom: 34px !important;
  }

  .ml-sm-34,
.mx-sm-34 {
    margin-left: 34px !important;
  }

  .m-sm-35 {
    margin: 35px !important;
  }

  .mt-sm-35,
.my-sm-35 {
    margin-top: 35px !important;
  }

  .mr-sm-35,
.mx-sm-35 {
    margin-right: 35px !important;
  }

  .mb-sm-35,
.my-sm-35 {
    margin-bottom: 35px !important;
  }

  .ml-sm-35,
.mx-sm-35 {
    margin-left: 35px !important;
  }

  .m-sm-36 {
    margin: 36px !important;
  }

  .mt-sm-36,
.my-sm-36 {
    margin-top: 36px !important;
  }

  .mr-sm-36,
.mx-sm-36 {
    margin-right: 36px !important;
  }

  .mb-sm-36,
.my-sm-36 {
    margin-bottom: 36px !important;
  }

  .ml-sm-36,
.mx-sm-36 {
    margin-left: 36px !important;
  }

  .m-sm-37 {
    margin: 37px !important;
  }

  .mt-sm-37,
.my-sm-37 {
    margin-top: 37px !important;
  }

  .mr-sm-37,
.mx-sm-37 {
    margin-right: 37px !important;
  }

  .mb-sm-37,
.my-sm-37 {
    margin-bottom: 37px !important;
  }

  .ml-sm-37,
.mx-sm-37 {
    margin-left: 37px !important;
  }

  .m-sm-38 {
    margin: 38px !important;
  }

  .mt-sm-38,
.my-sm-38 {
    margin-top: 38px !important;
  }

  .mr-sm-38,
.mx-sm-38 {
    margin-right: 38px !important;
  }

  .mb-sm-38,
.my-sm-38 {
    margin-bottom: 38px !important;
  }

  .ml-sm-38,
.mx-sm-38 {
    margin-left: 38px !important;
  }

  .m-sm-39 {
    margin: 39px !important;
  }

  .mt-sm-39,
.my-sm-39 {
    margin-top: 39px !important;
  }

  .mr-sm-39,
.mx-sm-39 {
    margin-right: 39px !important;
  }

  .mb-sm-39,
.my-sm-39 {
    margin-bottom: 39px !important;
  }

  .ml-sm-39,
.mx-sm-39 {
    margin-left: 39px !important;
  }

  .m-sm-40 {
    margin: 40px !important;
  }

  .mt-sm-40,
.my-sm-40 {
    margin-top: 40px !important;
  }

  .mr-sm-40,
.mx-sm-40 {
    margin-right: 40px !important;
  }

  .mb-sm-40,
.my-sm-40 {
    margin-bottom: 40px !important;
  }

  .ml-sm-40,
.mx-sm-40 {
    margin-left: 40px !important;
  }

  .m-sm-41 {
    margin: 41px !important;
  }

  .mt-sm-41,
.my-sm-41 {
    margin-top: 41px !important;
  }

  .mr-sm-41,
.mx-sm-41 {
    margin-right: 41px !important;
  }

  .mb-sm-41,
.my-sm-41 {
    margin-bottom: 41px !important;
  }

  .ml-sm-41,
.mx-sm-41 {
    margin-left: 41px !important;
  }

  .m-sm-42 {
    margin: 42px !important;
  }

  .mt-sm-42,
.my-sm-42 {
    margin-top: 42px !important;
  }

  .mr-sm-42,
.mx-sm-42 {
    margin-right: 42px !important;
  }

  .mb-sm-42,
.my-sm-42 {
    margin-bottom: 42px !important;
  }

  .ml-sm-42,
.mx-sm-42 {
    margin-left: 42px !important;
  }

  .m-sm-43 {
    margin: 43px !important;
  }

  .mt-sm-43,
.my-sm-43 {
    margin-top: 43px !important;
  }

  .mr-sm-43,
.mx-sm-43 {
    margin-right: 43px !important;
  }

  .mb-sm-43,
.my-sm-43 {
    margin-bottom: 43px !important;
  }

  .ml-sm-43,
.mx-sm-43 {
    margin-left: 43px !important;
  }

  .m-sm-44 {
    margin: 44px !important;
  }

  .mt-sm-44,
.my-sm-44 {
    margin-top: 44px !important;
  }

  .mr-sm-44,
.mx-sm-44 {
    margin-right: 44px !important;
  }

  .mb-sm-44,
.my-sm-44 {
    margin-bottom: 44px !important;
  }

  .ml-sm-44,
.mx-sm-44 {
    margin-left: 44px !important;
  }

  .m-sm-45 {
    margin: 45px !important;
  }

  .mt-sm-45,
.my-sm-45 {
    margin-top: 45px !important;
  }

  .mr-sm-45,
.mx-sm-45 {
    margin-right: 45px !important;
  }

  .mb-sm-45,
.my-sm-45 {
    margin-bottom: 45px !important;
  }

  .ml-sm-45,
.mx-sm-45 {
    margin-left: 45px !important;
  }

  .m-sm-46 {
    margin: 46px !important;
  }

  .mt-sm-46,
.my-sm-46 {
    margin-top: 46px !important;
  }

  .mr-sm-46,
.mx-sm-46 {
    margin-right: 46px !important;
  }

  .mb-sm-46,
.my-sm-46 {
    margin-bottom: 46px !important;
  }

  .ml-sm-46,
.mx-sm-46 {
    margin-left: 46px !important;
  }

  .m-sm-47 {
    margin: 47px !important;
  }

  .mt-sm-47,
.my-sm-47 {
    margin-top: 47px !important;
  }

  .mr-sm-47,
.mx-sm-47 {
    margin-right: 47px !important;
  }

  .mb-sm-47,
.my-sm-47 {
    margin-bottom: 47px !important;
  }

  .ml-sm-47,
.mx-sm-47 {
    margin-left: 47px !important;
  }

  .m-sm-48 {
    margin: 48px !important;
  }

  .mt-sm-48,
.my-sm-48 {
    margin-top: 48px !important;
  }

  .mr-sm-48,
.mx-sm-48 {
    margin-right: 48px !important;
  }

  .mb-sm-48,
.my-sm-48 {
    margin-bottom: 48px !important;
  }

  .ml-sm-48,
.mx-sm-48 {
    margin-left: 48px !important;
  }

  .m-sm-49 {
    margin: 49px !important;
  }

  .mt-sm-49,
.my-sm-49 {
    margin-top: 49px !important;
  }

  .mr-sm-49,
.mx-sm-49 {
    margin-right: 49px !important;
  }

  .mb-sm-49,
.my-sm-49 {
    margin-bottom: 49px !important;
  }

  .ml-sm-49,
.mx-sm-49 {
    margin-left: 49px !important;
  }

  .m-sm-50 {
    margin: 50px !important;
  }

  .mt-sm-50,
.my-sm-50 {
    margin-top: 50px !important;
  }

  .mr-sm-50,
.mx-sm-50 {
    margin-right: 50px !important;
  }

  .mb-sm-50,
.my-sm-50 {
    margin-bottom: 50px !important;
  }

  .ml-sm-50,
.mx-sm-50 {
    margin-left: 50px !important;
  }

  .m-sm-51 {
    margin: 51px !important;
  }

  .mt-sm-51,
.my-sm-51 {
    margin-top: 51px !important;
  }

  .mr-sm-51,
.mx-sm-51 {
    margin-right: 51px !important;
  }

  .mb-sm-51,
.my-sm-51 {
    margin-bottom: 51px !important;
  }

  .ml-sm-51,
.mx-sm-51 {
    margin-left: 51px !important;
  }

  .m-sm-52 {
    margin: 52px !important;
  }

  .mt-sm-52,
.my-sm-52 {
    margin-top: 52px !important;
  }

  .mr-sm-52,
.mx-sm-52 {
    margin-right: 52px !important;
  }

  .mb-sm-52,
.my-sm-52 {
    margin-bottom: 52px !important;
  }

  .ml-sm-52,
.mx-sm-52 {
    margin-left: 52px !important;
  }

  .m-sm-53 {
    margin: 53px !important;
  }

  .mt-sm-53,
.my-sm-53 {
    margin-top: 53px !important;
  }

  .mr-sm-53,
.mx-sm-53 {
    margin-right: 53px !important;
  }

  .mb-sm-53,
.my-sm-53 {
    margin-bottom: 53px !important;
  }

  .ml-sm-53,
.mx-sm-53 {
    margin-left: 53px !important;
  }

  .m-sm-54 {
    margin: 54px !important;
  }

  .mt-sm-54,
.my-sm-54 {
    margin-top: 54px !important;
  }

  .mr-sm-54,
.mx-sm-54 {
    margin-right: 54px !important;
  }

  .mb-sm-54,
.my-sm-54 {
    margin-bottom: 54px !important;
  }

  .ml-sm-54,
.mx-sm-54 {
    margin-left: 54px !important;
  }

  .m-sm-55 {
    margin: 55px !important;
  }

  .mt-sm-55,
.my-sm-55 {
    margin-top: 55px !important;
  }

  .mr-sm-55,
.mx-sm-55 {
    margin-right: 55px !important;
  }

  .mb-sm-55,
.my-sm-55 {
    margin-bottom: 55px !important;
  }

  .ml-sm-55,
.mx-sm-55 {
    margin-left: 55px !important;
  }

  .m-sm-56 {
    margin: 56px !important;
  }

  .mt-sm-56,
.my-sm-56 {
    margin-top: 56px !important;
  }

  .mr-sm-56,
.mx-sm-56 {
    margin-right: 56px !important;
  }

  .mb-sm-56,
.my-sm-56 {
    margin-bottom: 56px !important;
  }

  .ml-sm-56,
.mx-sm-56 {
    margin-left: 56px !important;
  }

  .m-sm-57 {
    margin: 57px !important;
  }

  .mt-sm-57,
.my-sm-57 {
    margin-top: 57px !important;
  }

  .mr-sm-57,
.mx-sm-57 {
    margin-right: 57px !important;
  }

  .mb-sm-57,
.my-sm-57 {
    margin-bottom: 57px !important;
  }

  .ml-sm-57,
.mx-sm-57 {
    margin-left: 57px !important;
  }

  .m-sm-58 {
    margin: 58px !important;
  }

  .mt-sm-58,
.my-sm-58 {
    margin-top: 58px !important;
  }

  .mr-sm-58,
.mx-sm-58 {
    margin-right: 58px !important;
  }

  .mb-sm-58,
.my-sm-58 {
    margin-bottom: 58px !important;
  }

  .ml-sm-58,
.mx-sm-58 {
    margin-left: 58px !important;
  }

  .m-sm-59 {
    margin: 59px !important;
  }

  .mt-sm-59,
.my-sm-59 {
    margin-top: 59px !important;
  }

  .mr-sm-59,
.mx-sm-59 {
    margin-right: 59px !important;
  }

  .mb-sm-59,
.my-sm-59 {
    margin-bottom: 59px !important;
  }

  .ml-sm-59,
.mx-sm-59 {
    margin-left: 59px !important;
  }

  .m-sm-60 {
    margin: 60px !important;
  }

  .mt-sm-60,
.my-sm-60 {
    margin-top: 60px !important;
  }

  .mr-sm-60,
.mx-sm-60 {
    margin-right: 60px !important;
  }

  .mb-sm-60,
.my-sm-60 {
    margin-bottom: 60px !important;
  }

  .ml-sm-60,
.mx-sm-60 {
    margin-left: 60px !important;
  }

  .m-sm-61 {
    margin: 61px !important;
  }

  .mt-sm-61,
.my-sm-61 {
    margin-top: 61px !important;
  }

  .mr-sm-61,
.mx-sm-61 {
    margin-right: 61px !important;
  }

  .mb-sm-61,
.my-sm-61 {
    margin-bottom: 61px !important;
  }

  .ml-sm-61,
.mx-sm-61 {
    margin-left: 61px !important;
  }

  .m-sm-62 {
    margin: 62px !important;
  }

  .mt-sm-62,
.my-sm-62 {
    margin-top: 62px !important;
  }

  .mr-sm-62,
.mx-sm-62 {
    margin-right: 62px !important;
  }

  .mb-sm-62,
.my-sm-62 {
    margin-bottom: 62px !important;
  }

  .ml-sm-62,
.mx-sm-62 {
    margin-left: 62px !important;
  }

  .m-sm-63 {
    margin: 63px !important;
  }

  .mt-sm-63,
.my-sm-63 {
    margin-top: 63px !important;
  }

  .mr-sm-63,
.mx-sm-63 {
    margin-right: 63px !important;
  }

  .mb-sm-63,
.my-sm-63 {
    margin-bottom: 63px !important;
  }

  .ml-sm-63,
.mx-sm-63 {
    margin-left: 63px !important;
  }

  .m-sm-64 {
    margin: 64px !important;
  }

  .mt-sm-64,
.my-sm-64 {
    margin-top: 64px !important;
  }

  .mr-sm-64,
.mx-sm-64 {
    margin-right: 64px !important;
  }

  .mb-sm-64,
.my-sm-64 {
    margin-bottom: 64px !important;
  }

  .ml-sm-64,
.mx-sm-64 {
    margin-left: 64px !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: 1px !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 1px !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 1px !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 1px !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 1px !important;
  }

  .p-sm-2 {
    padding: 2px !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 2px !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 2px !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 2px !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 2px !important;
  }

  .p-sm-3 {
    padding: 3px !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 3px !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 3px !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 3px !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 3px !important;
  }

  .p-sm-4 {
    padding: 4px !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 4px !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 4px !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 4px !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 4px !important;
  }

  .p-sm-5 {
    padding: 5px !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 5px !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 5px !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 5px !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 5px !important;
  }

  .p-sm-6 {
    padding: 6px !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 6px !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 6px !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 6px !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 6px !important;
  }

  .p-sm-7 {
    padding: 7px !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 7px !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 7px !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 7px !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 7px !important;
  }

  .p-sm-8 {
    padding: 8px !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 8px !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 8px !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 8px !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 8px !important;
  }

  .p-sm-9 {
    padding: 9px !important;
  }

  .pt-sm-9,
.py-sm-9 {
    padding-top: 9px !important;
  }

  .pr-sm-9,
.px-sm-9 {
    padding-right: 9px !important;
  }

  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 9px !important;
  }

  .pl-sm-9,
.px-sm-9 {
    padding-left: 9px !important;
  }

  .p-sm-10 {
    padding: 10px !important;
  }

  .pt-sm-10,
.py-sm-10 {
    padding-top: 10px !important;
  }

  .pr-sm-10,
.px-sm-10 {
    padding-right: 10px !important;
  }

  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 10px !important;
  }

  .pl-sm-10,
.px-sm-10 {
    padding-left: 10px !important;
  }

  .p-sm-11 {
    padding: 11px !important;
  }

  .pt-sm-11,
.py-sm-11 {
    padding-top: 11px !important;
  }

  .pr-sm-11,
.px-sm-11 {
    padding-right: 11px !important;
  }

  .pb-sm-11,
.py-sm-11 {
    padding-bottom: 11px !important;
  }

  .pl-sm-11,
.px-sm-11 {
    padding-left: 11px !important;
  }

  .p-sm-12 {
    padding: 12px !important;
  }

  .pt-sm-12,
.py-sm-12 {
    padding-top: 12px !important;
  }

  .pr-sm-12,
.px-sm-12 {
    padding-right: 12px !important;
  }

  .pb-sm-12,
.py-sm-12 {
    padding-bottom: 12px !important;
  }

  .pl-sm-12,
.px-sm-12 {
    padding-left: 12px !important;
  }

  .p-sm-13 {
    padding: 13px !important;
  }

  .pt-sm-13,
.py-sm-13 {
    padding-top: 13px !important;
  }

  .pr-sm-13,
.px-sm-13 {
    padding-right: 13px !important;
  }

  .pb-sm-13,
.py-sm-13 {
    padding-bottom: 13px !important;
  }

  .pl-sm-13,
.px-sm-13 {
    padding-left: 13px !important;
  }

  .p-sm-14 {
    padding: 14px !important;
  }

  .pt-sm-14,
.py-sm-14 {
    padding-top: 14px !important;
  }

  .pr-sm-14,
.px-sm-14 {
    padding-right: 14px !important;
  }

  .pb-sm-14,
.py-sm-14 {
    padding-bottom: 14px !important;
  }

  .pl-sm-14,
.px-sm-14 {
    padding-left: 14px !important;
  }

  .p-sm-15 {
    padding: 15px !important;
  }

  .pt-sm-15,
.py-sm-15 {
    padding-top: 15px !important;
  }

  .pr-sm-15,
.px-sm-15 {
    padding-right: 15px !important;
  }

  .pb-sm-15,
.py-sm-15 {
    padding-bottom: 15px !important;
  }

  .pl-sm-15,
.px-sm-15 {
    padding-left: 15px !important;
  }

  .p-sm-16 {
    padding: 16px !important;
  }

  .pt-sm-16,
.py-sm-16 {
    padding-top: 16px !important;
  }

  .pr-sm-16,
.px-sm-16 {
    padding-right: 16px !important;
  }

  .pb-sm-16,
.py-sm-16 {
    padding-bottom: 16px !important;
  }

  .pl-sm-16,
.px-sm-16 {
    padding-left: 16px !important;
  }

  .p-sm-17 {
    padding: 17px !important;
  }

  .pt-sm-17,
.py-sm-17 {
    padding-top: 17px !important;
  }

  .pr-sm-17,
.px-sm-17 {
    padding-right: 17px !important;
  }

  .pb-sm-17,
.py-sm-17 {
    padding-bottom: 17px !important;
  }

  .pl-sm-17,
.px-sm-17 {
    padding-left: 17px !important;
  }

  .p-sm-18 {
    padding: 18px !important;
  }

  .pt-sm-18,
.py-sm-18 {
    padding-top: 18px !important;
  }

  .pr-sm-18,
.px-sm-18 {
    padding-right: 18px !important;
  }

  .pb-sm-18,
.py-sm-18 {
    padding-bottom: 18px !important;
  }

  .pl-sm-18,
.px-sm-18 {
    padding-left: 18px !important;
  }

  .p-sm-19 {
    padding: 19px !important;
  }

  .pt-sm-19,
.py-sm-19 {
    padding-top: 19px !important;
  }

  .pr-sm-19,
.px-sm-19 {
    padding-right: 19px !important;
  }

  .pb-sm-19,
.py-sm-19 {
    padding-bottom: 19px !important;
  }

  .pl-sm-19,
.px-sm-19 {
    padding-left: 19px !important;
  }

  .p-sm-20 {
    padding: 20px !important;
  }

  .pt-sm-20,
.py-sm-20 {
    padding-top: 20px !important;
  }

  .pr-sm-20,
.px-sm-20 {
    padding-right: 20px !important;
  }

  .pb-sm-20,
.py-sm-20 {
    padding-bottom: 20px !important;
  }

  .pl-sm-20,
.px-sm-20 {
    padding-left: 20px !important;
  }

  .p-sm-21 {
    padding: 21px !important;
  }

  .pt-sm-21,
.py-sm-21 {
    padding-top: 21px !important;
  }

  .pr-sm-21,
.px-sm-21 {
    padding-right: 21px !important;
  }

  .pb-sm-21,
.py-sm-21 {
    padding-bottom: 21px !important;
  }

  .pl-sm-21,
.px-sm-21 {
    padding-left: 21px !important;
  }

  .p-sm-22 {
    padding: 22px !important;
  }

  .pt-sm-22,
.py-sm-22 {
    padding-top: 22px !important;
  }

  .pr-sm-22,
.px-sm-22 {
    padding-right: 22px !important;
  }

  .pb-sm-22,
.py-sm-22 {
    padding-bottom: 22px !important;
  }

  .pl-sm-22,
.px-sm-22 {
    padding-left: 22px !important;
  }

  .p-sm-23 {
    padding: 23px !important;
  }

  .pt-sm-23,
.py-sm-23 {
    padding-top: 23px !important;
  }

  .pr-sm-23,
.px-sm-23 {
    padding-right: 23px !important;
  }

  .pb-sm-23,
.py-sm-23 {
    padding-bottom: 23px !important;
  }

  .pl-sm-23,
.px-sm-23 {
    padding-left: 23px !important;
  }

  .p-sm-24 {
    padding: 24px !important;
  }

  .pt-sm-24,
.py-sm-24 {
    padding-top: 24px !important;
  }

  .pr-sm-24,
.px-sm-24 {
    padding-right: 24px !important;
  }

  .pb-sm-24,
.py-sm-24 {
    padding-bottom: 24px !important;
  }

  .pl-sm-24,
.px-sm-24 {
    padding-left: 24px !important;
  }

  .p-sm-25 {
    padding: 25px !important;
  }

  .pt-sm-25,
.py-sm-25 {
    padding-top: 25px !important;
  }

  .pr-sm-25,
.px-sm-25 {
    padding-right: 25px !important;
  }

  .pb-sm-25,
.py-sm-25 {
    padding-bottom: 25px !important;
  }

  .pl-sm-25,
.px-sm-25 {
    padding-left: 25px !important;
  }

  .p-sm-26 {
    padding: 26px !important;
  }

  .pt-sm-26,
.py-sm-26 {
    padding-top: 26px !important;
  }

  .pr-sm-26,
.px-sm-26 {
    padding-right: 26px !important;
  }

  .pb-sm-26,
.py-sm-26 {
    padding-bottom: 26px !important;
  }

  .pl-sm-26,
.px-sm-26 {
    padding-left: 26px !important;
  }

  .p-sm-27 {
    padding: 27px !important;
  }

  .pt-sm-27,
.py-sm-27 {
    padding-top: 27px !important;
  }

  .pr-sm-27,
.px-sm-27 {
    padding-right: 27px !important;
  }

  .pb-sm-27,
.py-sm-27 {
    padding-bottom: 27px !important;
  }

  .pl-sm-27,
.px-sm-27 {
    padding-left: 27px !important;
  }

  .p-sm-28 {
    padding: 28px !important;
  }

  .pt-sm-28,
.py-sm-28 {
    padding-top: 28px !important;
  }

  .pr-sm-28,
.px-sm-28 {
    padding-right: 28px !important;
  }

  .pb-sm-28,
.py-sm-28 {
    padding-bottom: 28px !important;
  }

  .pl-sm-28,
.px-sm-28 {
    padding-left: 28px !important;
  }

  .p-sm-29 {
    padding: 29px !important;
  }

  .pt-sm-29,
.py-sm-29 {
    padding-top: 29px !important;
  }

  .pr-sm-29,
.px-sm-29 {
    padding-right: 29px !important;
  }

  .pb-sm-29,
.py-sm-29 {
    padding-bottom: 29px !important;
  }

  .pl-sm-29,
.px-sm-29 {
    padding-left: 29px !important;
  }

  .p-sm-30 {
    padding: 30px !important;
  }

  .pt-sm-30,
.py-sm-30 {
    padding-top: 30px !important;
  }

  .pr-sm-30,
.px-sm-30 {
    padding-right: 30px !important;
  }

  .pb-sm-30,
.py-sm-30 {
    padding-bottom: 30px !important;
  }

  .pl-sm-30,
.px-sm-30 {
    padding-left: 30px !important;
  }

  .p-sm-31 {
    padding: 31px !important;
  }

  .pt-sm-31,
.py-sm-31 {
    padding-top: 31px !important;
  }

  .pr-sm-31,
.px-sm-31 {
    padding-right: 31px !important;
  }

  .pb-sm-31,
.py-sm-31 {
    padding-bottom: 31px !important;
  }

  .pl-sm-31,
.px-sm-31 {
    padding-left: 31px !important;
  }

  .p-sm-32 {
    padding: 32px !important;
  }

  .pt-sm-32,
.py-sm-32 {
    padding-top: 32px !important;
  }

  .pr-sm-32,
.px-sm-32 {
    padding-right: 32px !important;
  }

  .pb-sm-32,
.py-sm-32 {
    padding-bottom: 32px !important;
  }

  .pl-sm-32,
.px-sm-32 {
    padding-left: 32px !important;
  }

  .p-sm-33 {
    padding: 33px !important;
  }

  .pt-sm-33,
.py-sm-33 {
    padding-top: 33px !important;
  }

  .pr-sm-33,
.px-sm-33 {
    padding-right: 33px !important;
  }

  .pb-sm-33,
.py-sm-33 {
    padding-bottom: 33px !important;
  }

  .pl-sm-33,
.px-sm-33 {
    padding-left: 33px !important;
  }

  .p-sm-34 {
    padding: 34px !important;
  }

  .pt-sm-34,
.py-sm-34 {
    padding-top: 34px !important;
  }

  .pr-sm-34,
.px-sm-34 {
    padding-right: 34px !important;
  }

  .pb-sm-34,
.py-sm-34 {
    padding-bottom: 34px !important;
  }

  .pl-sm-34,
.px-sm-34 {
    padding-left: 34px !important;
  }

  .p-sm-35 {
    padding: 35px !important;
  }

  .pt-sm-35,
.py-sm-35 {
    padding-top: 35px !important;
  }

  .pr-sm-35,
.px-sm-35 {
    padding-right: 35px !important;
  }

  .pb-sm-35,
.py-sm-35 {
    padding-bottom: 35px !important;
  }

  .pl-sm-35,
.px-sm-35 {
    padding-left: 35px !important;
  }

  .p-sm-36 {
    padding: 36px !important;
  }

  .pt-sm-36,
.py-sm-36 {
    padding-top: 36px !important;
  }

  .pr-sm-36,
.px-sm-36 {
    padding-right: 36px !important;
  }

  .pb-sm-36,
.py-sm-36 {
    padding-bottom: 36px !important;
  }

  .pl-sm-36,
.px-sm-36 {
    padding-left: 36px !important;
  }

  .p-sm-37 {
    padding: 37px !important;
  }

  .pt-sm-37,
.py-sm-37 {
    padding-top: 37px !important;
  }

  .pr-sm-37,
.px-sm-37 {
    padding-right: 37px !important;
  }

  .pb-sm-37,
.py-sm-37 {
    padding-bottom: 37px !important;
  }

  .pl-sm-37,
.px-sm-37 {
    padding-left: 37px !important;
  }

  .p-sm-38 {
    padding: 38px !important;
  }

  .pt-sm-38,
.py-sm-38 {
    padding-top: 38px !important;
  }

  .pr-sm-38,
.px-sm-38 {
    padding-right: 38px !important;
  }

  .pb-sm-38,
.py-sm-38 {
    padding-bottom: 38px !important;
  }

  .pl-sm-38,
.px-sm-38 {
    padding-left: 38px !important;
  }

  .p-sm-39 {
    padding: 39px !important;
  }

  .pt-sm-39,
.py-sm-39 {
    padding-top: 39px !important;
  }

  .pr-sm-39,
.px-sm-39 {
    padding-right: 39px !important;
  }

  .pb-sm-39,
.py-sm-39 {
    padding-bottom: 39px !important;
  }

  .pl-sm-39,
.px-sm-39 {
    padding-left: 39px !important;
  }

  .p-sm-40 {
    padding: 40px !important;
  }

  .pt-sm-40,
.py-sm-40 {
    padding-top: 40px !important;
  }

  .pr-sm-40,
.px-sm-40 {
    padding-right: 40px !important;
  }

  .pb-sm-40,
.py-sm-40 {
    padding-bottom: 40px !important;
  }

  .pl-sm-40,
.px-sm-40 {
    padding-left: 40px !important;
  }

  .p-sm-41 {
    padding: 41px !important;
  }

  .pt-sm-41,
.py-sm-41 {
    padding-top: 41px !important;
  }

  .pr-sm-41,
.px-sm-41 {
    padding-right: 41px !important;
  }

  .pb-sm-41,
.py-sm-41 {
    padding-bottom: 41px !important;
  }

  .pl-sm-41,
.px-sm-41 {
    padding-left: 41px !important;
  }

  .p-sm-42 {
    padding: 42px !important;
  }

  .pt-sm-42,
.py-sm-42 {
    padding-top: 42px !important;
  }

  .pr-sm-42,
.px-sm-42 {
    padding-right: 42px !important;
  }

  .pb-sm-42,
.py-sm-42 {
    padding-bottom: 42px !important;
  }

  .pl-sm-42,
.px-sm-42 {
    padding-left: 42px !important;
  }

  .p-sm-43 {
    padding: 43px !important;
  }

  .pt-sm-43,
.py-sm-43 {
    padding-top: 43px !important;
  }

  .pr-sm-43,
.px-sm-43 {
    padding-right: 43px !important;
  }

  .pb-sm-43,
.py-sm-43 {
    padding-bottom: 43px !important;
  }

  .pl-sm-43,
.px-sm-43 {
    padding-left: 43px !important;
  }

  .p-sm-44 {
    padding: 44px !important;
  }

  .pt-sm-44,
.py-sm-44 {
    padding-top: 44px !important;
  }

  .pr-sm-44,
.px-sm-44 {
    padding-right: 44px !important;
  }

  .pb-sm-44,
.py-sm-44 {
    padding-bottom: 44px !important;
  }

  .pl-sm-44,
.px-sm-44 {
    padding-left: 44px !important;
  }

  .p-sm-45 {
    padding: 45px !important;
  }

  .pt-sm-45,
.py-sm-45 {
    padding-top: 45px !important;
  }

  .pr-sm-45,
.px-sm-45 {
    padding-right: 45px !important;
  }

  .pb-sm-45,
.py-sm-45 {
    padding-bottom: 45px !important;
  }

  .pl-sm-45,
.px-sm-45 {
    padding-left: 45px !important;
  }

  .p-sm-46 {
    padding: 46px !important;
  }

  .pt-sm-46,
.py-sm-46 {
    padding-top: 46px !important;
  }

  .pr-sm-46,
.px-sm-46 {
    padding-right: 46px !important;
  }

  .pb-sm-46,
.py-sm-46 {
    padding-bottom: 46px !important;
  }

  .pl-sm-46,
.px-sm-46 {
    padding-left: 46px !important;
  }

  .p-sm-47 {
    padding: 47px !important;
  }

  .pt-sm-47,
.py-sm-47 {
    padding-top: 47px !important;
  }

  .pr-sm-47,
.px-sm-47 {
    padding-right: 47px !important;
  }

  .pb-sm-47,
.py-sm-47 {
    padding-bottom: 47px !important;
  }

  .pl-sm-47,
.px-sm-47 {
    padding-left: 47px !important;
  }

  .p-sm-48 {
    padding: 48px !important;
  }

  .pt-sm-48,
.py-sm-48 {
    padding-top: 48px !important;
  }

  .pr-sm-48,
.px-sm-48 {
    padding-right: 48px !important;
  }

  .pb-sm-48,
.py-sm-48 {
    padding-bottom: 48px !important;
  }

  .pl-sm-48,
.px-sm-48 {
    padding-left: 48px !important;
  }

  .p-sm-49 {
    padding: 49px !important;
  }

  .pt-sm-49,
.py-sm-49 {
    padding-top: 49px !important;
  }

  .pr-sm-49,
.px-sm-49 {
    padding-right: 49px !important;
  }

  .pb-sm-49,
.py-sm-49 {
    padding-bottom: 49px !important;
  }

  .pl-sm-49,
.px-sm-49 {
    padding-left: 49px !important;
  }

  .p-sm-50 {
    padding: 50px !important;
  }

  .pt-sm-50,
.py-sm-50 {
    padding-top: 50px !important;
  }

  .pr-sm-50,
.px-sm-50 {
    padding-right: 50px !important;
  }

  .pb-sm-50,
.py-sm-50 {
    padding-bottom: 50px !important;
  }

  .pl-sm-50,
.px-sm-50 {
    padding-left: 50px !important;
  }

  .p-sm-51 {
    padding: 51px !important;
  }

  .pt-sm-51,
.py-sm-51 {
    padding-top: 51px !important;
  }

  .pr-sm-51,
.px-sm-51 {
    padding-right: 51px !important;
  }

  .pb-sm-51,
.py-sm-51 {
    padding-bottom: 51px !important;
  }

  .pl-sm-51,
.px-sm-51 {
    padding-left: 51px !important;
  }

  .p-sm-52 {
    padding: 52px !important;
  }

  .pt-sm-52,
.py-sm-52 {
    padding-top: 52px !important;
  }

  .pr-sm-52,
.px-sm-52 {
    padding-right: 52px !important;
  }

  .pb-sm-52,
.py-sm-52 {
    padding-bottom: 52px !important;
  }

  .pl-sm-52,
.px-sm-52 {
    padding-left: 52px !important;
  }

  .p-sm-53 {
    padding: 53px !important;
  }

  .pt-sm-53,
.py-sm-53 {
    padding-top: 53px !important;
  }

  .pr-sm-53,
.px-sm-53 {
    padding-right: 53px !important;
  }

  .pb-sm-53,
.py-sm-53 {
    padding-bottom: 53px !important;
  }

  .pl-sm-53,
.px-sm-53 {
    padding-left: 53px !important;
  }

  .p-sm-54 {
    padding: 54px !important;
  }

  .pt-sm-54,
.py-sm-54 {
    padding-top: 54px !important;
  }

  .pr-sm-54,
.px-sm-54 {
    padding-right: 54px !important;
  }

  .pb-sm-54,
.py-sm-54 {
    padding-bottom: 54px !important;
  }

  .pl-sm-54,
.px-sm-54 {
    padding-left: 54px !important;
  }

  .p-sm-55 {
    padding: 55px !important;
  }

  .pt-sm-55,
.py-sm-55 {
    padding-top: 55px !important;
  }

  .pr-sm-55,
.px-sm-55 {
    padding-right: 55px !important;
  }

  .pb-sm-55,
.py-sm-55 {
    padding-bottom: 55px !important;
  }

  .pl-sm-55,
.px-sm-55 {
    padding-left: 55px !important;
  }

  .p-sm-56 {
    padding: 56px !important;
  }

  .pt-sm-56,
.py-sm-56 {
    padding-top: 56px !important;
  }

  .pr-sm-56,
.px-sm-56 {
    padding-right: 56px !important;
  }

  .pb-sm-56,
.py-sm-56 {
    padding-bottom: 56px !important;
  }

  .pl-sm-56,
.px-sm-56 {
    padding-left: 56px !important;
  }

  .p-sm-57 {
    padding: 57px !important;
  }

  .pt-sm-57,
.py-sm-57 {
    padding-top: 57px !important;
  }

  .pr-sm-57,
.px-sm-57 {
    padding-right: 57px !important;
  }

  .pb-sm-57,
.py-sm-57 {
    padding-bottom: 57px !important;
  }

  .pl-sm-57,
.px-sm-57 {
    padding-left: 57px !important;
  }

  .p-sm-58 {
    padding: 58px !important;
  }

  .pt-sm-58,
.py-sm-58 {
    padding-top: 58px !important;
  }

  .pr-sm-58,
.px-sm-58 {
    padding-right: 58px !important;
  }

  .pb-sm-58,
.py-sm-58 {
    padding-bottom: 58px !important;
  }

  .pl-sm-58,
.px-sm-58 {
    padding-left: 58px !important;
  }

  .p-sm-59 {
    padding: 59px !important;
  }

  .pt-sm-59,
.py-sm-59 {
    padding-top: 59px !important;
  }

  .pr-sm-59,
.px-sm-59 {
    padding-right: 59px !important;
  }

  .pb-sm-59,
.py-sm-59 {
    padding-bottom: 59px !important;
  }

  .pl-sm-59,
.px-sm-59 {
    padding-left: 59px !important;
  }

  .p-sm-60 {
    padding: 60px !important;
  }

  .pt-sm-60,
.py-sm-60 {
    padding-top: 60px !important;
  }

  .pr-sm-60,
.px-sm-60 {
    padding-right: 60px !important;
  }

  .pb-sm-60,
.py-sm-60 {
    padding-bottom: 60px !important;
  }

  .pl-sm-60,
.px-sm-60 {
    padding-left: 60px !important;
  }

  .p-sm-61 {
    padding: 61px !important;
  }

  .pt-sm-61,
.py-sm-61 {
    padding-top: 61px !important;
  }

  .pr-sm-61,
.px-sm-61 {
    padding-right: 61px !important;
  }

  .pb-sm-61,
.py-sm-61 {
    padding-bottom: 61px !important;
  }

  .pl-sm-61,
.px-sm-61 {
    padding-left: 61px !important;
  }

  .p-sm-62 {
    padding: 62px !important;
  }

  .pt-sm-62,
.py-sm-62 {
    padding-top: 62px !important;
  }

  .pr-sm-62,
.px-sm-62 {
    padding-right: 62px !important;
  }

  .pb-sm-62,
.py-sm-62 {
    padding-bottom: 62px !important;
  }

  .pl-sm-62,
.px-sm-62 {
    padding-left: 62px !important;
  }

  .p-sm-63 {
    padding: 63px !important;
  }

  .pt-sm-63,
.py-sm-63 {
    padding-top: 63px !important;
  }

  .pr-sm-63,
.px-sm-63 {
    padding-right: 63px !important;
  }

  .pb-sm-63,
.py-sm-63 {
    padding-bottom: 63px !important;
  }

  .pl-sm-63,
.px-sm-63 {
    padding-left: 63px !important;
  }

  .p-sm-64 {
    padding: 64px !important;
  }

  .pt-sm-64,
.py-sm-64 {
    padding-top: 64px !important;
  }

  .pr-sm-64,
.px-sm-64 {
    padding-right: 64px !important;
  }

  .pb-sm-64,
.py-sm-64 {
    padding-bottom: 64px !important;
  }

  .pl-sm-64,
.px-sm-64 {
    padding-left: 64px !important;
  }

  .m-sm-n1 {
    margin: -1px !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -1px !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -1px !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -1px !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -1px !important;
  }

  .m-sm-n2 {
    margin: -2px !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -2px !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -2px !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -2px !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -2px !important;
  }

  .m-sm-n3 {
    margin: -3px !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -3px !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -3px !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -3px !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -3px !important;
  }

  .m-sm-n4 {
    margin: -4px !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -4px !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -4px !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -4px !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -4px !important;
  }

  .m-sm-n5 {
    margin: -5px !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -5px !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -5px !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -5px !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -5px !important;
  }

  .m-sm-n6 {
    margin: -6px !important;
  }

  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -6px !important;
  }

  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -6px !important;
  }

  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -6px !important;
  }

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -6px !important;
  }

  .m-sm-n7 {
    margin: -7px !important;
  }

  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -7px !important;
  }

  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -7px !important;
  }

  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -7px !important;
  }

  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -7px !important;
  }

  .m-sm-n8 {
    margin: -8px !important;
  }

  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -8px !important;
  }

  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -8px !important;
  }

  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -8px !important;
  }

  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -8px !important;
  }

  .m-sm-n9 {
    margin: -9px !important;
  }

  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -9px !important;
  }

  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -9px !important;
  }

  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -9px !important;
  }

  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -9px !important;
  }

  .m-sm-n10 {
    margin: -10px !important;
  }

  .mt-sm-n10,
.my-sm-n10 {
    margin-top: -10px !important;
  }

  .mr-sm-n10,
.mx-sm-n10 {
    margin-right: -10px !important;
  }

  .mb-sm-n10,
.my-sm-n10 {
    margin-bottom: -10px !important;
  }

  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -10px !important;
  }

  .m-sm-n11 {
    margin: -11px !important;
  }

  .mt-sm-n11,
.my-sm-n11 {
    margin-top: -11px !important;
  }

  .mr-sm-n11,
.mx-sm-n11 {
    margin-right: -11px !important;
  }

  .mb-sm-n11,
.my-sm-n11 {
    margin-bottom: -11px !important;
  }

  .ml-sm-n11,
.mx-sm-n11 {
    margin-left: -11px !important;
  }

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

  .mt-sm-n12,
.my-sm-n12 {
    margin-top: -12px !important;
  }

  .mr-sm-n12,
.mx-sm-n12 {
    margin-right: -12px !important;
  }

  .mb-sm-n12,
.my-sm-n12 {
    margin-bottom: -12px !important;
  }

  .ml-sm-n12,
.mx-sm-n12 {
    margin-left: -12px !important;
  }

  .m-sm-n13 {
    margin: -13px !important;
  }

  .mt-sm-n13,
.my-sm-n13 {
    margin-top: -13px !important;
  }

  .mr-sm-n13,
.mx-sm-n13 {
    margin-right: -13px !important;
  }

  .mb-sm-n13,
.my-sm-n13 {
    margin-bottom: -13px !important;
  }

  .ml-sm-n13,
.mx-sm-n13 {
    margin-left: -13px !important;
  }

  .m-sm-n14 {
    margin: -14px !important;
  }

  .mt-sm-n14,
.my-sm-n14 {
    margin-top: -14px !important;
  }

  .mr-sm-n14,
.mx-sm-n14 {
    margin-right: -14px !important;
  }

  .mb-sm-n14,
.my-sm-n14 {
    margin-bottom: -14px !important;
  }

  .ml-sm-n14,
.mx-sm-n14 {
    margin-left: -14px !important;
  }

  .m-sm-n15 {
    margin: -15px !important;
  }

  .mt-sm-n15,
.my-sm-n15 {
    margin-top: -15px !important;
  }

  .mr-sm-n15,
.mx-sm-n15 {
    margin-right: -15px !important;
  }

  .mb-sm-n15,
.my-sm-n15 {
    margin-bottom: -15px !important;
  }

  .ml-sm-n15,
.mx-sm-n15 {
    margin-left: -15px !important;
  }

  .m-sm-n16 {
    margin: -16px !important;
  }

  .mt-sm-n16,
.my-sm-n16 {
    margin-top: -16px !important;
  }

  .mr-sm-n16,
.mx-sm-n16 {
    margin-right: -16px !important;
  }

  .mb-sm-n16,
.my-sm-n16 {
    margin-bottom: -16px !important;
  }

  .ml-sm-n16,
.mx-sm-n16 {
    margin-left: -16px !important;
  }

  .m-sm-n17 {
    margin: -17px !important;
  }

  .mt-sm-n17,
.my-sm-n17 {
    margin-top: -17px !important;
  }

  .mr-sm-n17,
.mx-sm-n17 {
    margin-right: -17px !important;
  }

  .mb-sm-n17,
.my-sm-n17 {
    margin-bottom: -17px !important;
  }

  .ml-sm-n17,
.mx-sm-n17 {
    margin-left: -17px !important;
  }

  .m-sm-n18 {
    margin: -18px !important;
  }

  .mt-sm-n18,
.my-sm-n18 {
    margin-top: -18px !important;
  }

  .mr-sm-n18,
.mx-sm-n18 {
    margin-right: -18px !important;
  }

  .mb-sm-n18,
.my-sm-n18 {
    margin-bottom: -18px !important;
  }

  .ml-sm-n18,
.mx-sm-n18 {
    margin-left: -18px !important;
  }

  .m-sm-n19 {
    margin: -19px !important;
  }

  .mt-sm-n19,
.my-sm-n19 {
    margin-top: -19px !important;
  }

  .mr-sm-n19,
.mx-sm-n19 {
    margin-right: -19px !important;
  }

  .mb-sm-n19,
.my-sm-n19 {
    margin-bottom: -19px !important;
  }

  .ml-sm-n19,
.mx-sm-n19 {
    margin-left: -19px !important;
  }

  .m-sm-n20 {
    margin: -20px !important;
  }

  .mt-sm-n20,
.my-sm-n20 {
    margin-top: -20px !important;
  }

  .mr-sm-n20,
.mx-sm-n20 {
    margin-right: -20px !important;
  }

  .mb-sm-n20,
.my-sm-n20 {
    margin-bottom: -20px !important;
  }

  .ml-sm-n20,
.mx-sm-n20 {
    margin-left: -20px !important;
  }

  .m-sm-n21 {
    margin: -21px !important;
  }

  .mt-sm-n21,
.my-sm-n21 {
    margin-top: -21px !important;
  }

  .mr-sm-n21,
.mx-sm-n21 {
    margin-right: -21px !important;
  }

  .mb-sm-n21,
.my-sm-n21 {
    margin-bottom: -21px !important;
  }

  .ml-sm-n21,
.mx-sm-n21 {
    margin-left: -21px !important;
  }

  .m-sm-n22 {
    margin: -22px !important;
  }

  .mt-sm-n22,
.my-sm-n22 {
    margin-top: -22px !important;
  }

  .mr-sm-n22,
.mx-sm-n22 {
    margin-right: -22px !important;
  }

  .mb-sm-n22,
.my-sm-n22 {
    margin-bottom: -22px !important;
  }

  .ml-sm-n22,
.mx-sm-n22 {
    margin-left: -22px !important;
  }

  .m-sm-n23 {
    margin: -23px !important;
  }

  .mt-sm-n23,
.my-sm-n23 {
    margin-top: -23px !important;
  }

  .mr-sm-n23,
.mx-sm-n23 {
    margin-right: -23px !important;
  }

  .mb-sm-n23,
.my-sm-n23 {
    margin-bottom: -23px !important;
  }

  .ml-sm-n23,
.mx-sm-n23 {
    margin-left: -23px !important;
  }

  .m-sm-n24 {
    margin: -24px !important;
  }

  .mt-sm-n24,
.my-sm-n24 {
    margin-top: -24px !important;
  }

  .mr-sm-n24,
.mx-sm-n24 {
    margin-right: -24px !important;
  }

  .mb-sm-n24,
.my-sm-n24 {
    margin-bottom: -24px !important;
  }

  .ml-sm-n24,
.mx-sm-n24 {
    margin-left: -24px !important;
  }

  .m-sm-n25 {
    margin: -25px !important;
  }

  .mt-sm-n25,
.my-sm-n25 {
    margin-top: -25px !important;
  }

  .mr-sm-n25,
.mx-sm-n25 {
    margin-right: -25px !important;
  }

  .mb-sm-n25,
.my-sm-n25 {
    margin-bottom: -25px !important;
  }

  .ml-sm-n25,
.mx-sm-n25 {
    margin-left: -25px !important;
  }

  .m-sm-n26 {
    margin: -26px !important;
  }

  .mt-sm-n26,
.my-sm-n26 {
    margin-top: -26px !important;
  }

  .mr-sm-n26,
.mx-sm-n26 {
    margin-right: -26px !important;
  }

  .mb-sm-n26,
.my-sm-n26 {
    margin-bottom: -26px !important;
  }

  .ml-sm-n26,
.mx-sm-n26 {
    margin-left: -26px !important;
  }

  .m-sm-n27 {
    margin: -27px !important;
  }

  .mt-sm-n27,
.my-sm-n27 {
    margin-top: -27px !important;
  }

  .mr-sm-n27,
.mx-sm-n27 {
    margin-right: -27px !important;
  }

  .mb-sm-n27,
.my-sm-n27 {
    margin-bottom: -27px !important;
  }

  .ml-sm-n27,
.mx-sm-n27 {
    margin-left: -27px !important;
  }

  .m-sm-n28 {
    margin: -28px !important;
  }

  .mt-sm-n28,
.my-sm-n28 {
    margin-top: -28px !important;
  }

  .mr-sm-n28,
.mx-sm-n28 {
    margin-right: -28px !important;
  }

  .mb-sm-n28,
.my-sm-n28 {
    margin-bottom: -28px !important;
  }

  .ml-sm-n28,
.mx-sm-n28 {
    margin-left: -28px !important;
  }

  .m-sm-n29 {
    margin: -29px !important;
  }

  .mt-sm-n29,
.my-sm-n29 {
    margin-top: -29px !important;
  }

  .mr-sm-n29,
.mx-sm-n29 {
    margin-right: -29px !important;
  }

  .mb-sm-n29,
.my-sm-n29 {
    margin-bottom: -29px !important;
  }

  .ml-sm-n29,
.mx-sm-n29 {
    margin-left: -29px !important;
  }

  .m-sm-n30 {
    margin: -30px !important;
  }

  .mt-sm-n30,
.my-sm-n30 {
    margin-top: -30px !important;
  }

  .mr-sm-n30,
.mx-sm-n30 {
    margin-right: -30px !important;
  }

  .mb-sm-n30,
.my-sm-n30 {
    margin-bottom: -30px !important;
  }

  .ml-sm-n30,
.mx-sm-n30 {
    margin-left: -30px !important;
  }

  .m-sm-n31 {
    margin: -31px !important;
  }

  .mt-sm-n31,
.my-sm-n31 {
    margin-top: -31px !important;
  }

  .mr-sm-n31,
.mx-sm-n31 {
    margin-right: -31px !important;
  }

  .mb-sm-n31,
.my-sm-n31 {
    margin-bottom: -31px !important;
  }

  .ml-sm-n31,
.mx-sm-n31 {
    margin-left: -31px !important;
  }

  .m-sm-n32 {
    margin: -32px !important;
  }

  .mt-sm-n32,
.my-sm-n32 {
    margin-top: -32px !important;
  }

  .mr-sm-n32,
.mx-sm-n32 {
    margin-right: -32px !important;
  }

  .mb-sm-n32,
.my-sm-n32 {
    margin-bottom: -32px !important;
  }

  .ml-sm-n32,
.mx-sm-n32 {
    margin-left: -32px !important;
  }

  .m-sm-n33 {
    margin: -33px !important;
  }

  .mt-sm-n33,
.my-sm-n33 {
    margin-top: -33px !important;
  }

  .mr-sm-n33,
.mx-sm-n33 {
    margin-right: -33px !important;
  }

  .mb-sm-n33,
.my-sm-n33 {
    margin-bottom: -33px !important;
  }

  .ml-sm-n33,
.mx-sm-n33 {
    margin-left: -33px !important;
  }

  .m-sm-n34 {
    margin: -34px !important;
  }

  .mt-sm-n34,
.my-sm-n34 {
    margin-top: -34px !important;
  }

  .mr-sm-n34,
.mx-sm-n34 {
    margin-right: -34px !important;
  }

  .mb-sm-n34,
.my-sm-n34 {
    margin-bottom: -34px !important;
  }

  .ml-sm-n34,
.mx-sm-n34 {
    margin-left: -34px !important;
  }

  .m-sm-n35 {
    margin: -35px !important;
  }

  .mt-sm-n35,
.my-sm-n35 {
    margin-top: -35px !important;
  }

  .mr-sm-n35,
.mx-sm-n35 {
    margin-right: -35px !important;
  }

  .mb-sm-n35,
.my-sm-n35 {
    margin-bottom: -35px !important;
  }

  .ml-sm-n35,
.mx-sm-n35 {
    margin-left: -35px !important;
  }

  .m-sm-n36 {
    margin: -36px !important;
  }

  .mt-sm-n36,
.my-sm-n36 {
    margin-top: -36px !important;
  }

  .mr-sm-n36,
.mx-sm-n36 {
    margin-right: -36px !important;
  }

  .mb-sm-n36,
.my-sm-n36 {
    margin-bottom: -36px !important;
  }

  .ml-sm-n36,
.mx-sm-n36 {
    margin-left: -36px !important;
  }

  .m-sm-n37 {
    margin: -37px !important;
  }

  .mt-sm-n37,
.my-sm-n37 {
    margin-top: -37px !important;
  }

  .mr-sm-n37,
.mx-sm-n37 {
    margin-right: -37px !important;
  }

  .mb-sm-n37,
.my-sm-n37 {
    margin-bottom: -37px !important;
  }

  .ml-sm-n37,
.mx-sm-n37 {
    margin-left: -37px !important;
  }

  .m-sm-n38 {
    margin: -38px !important;
  }

  .mt-sm-n38,
.my-sm-n38 {
    margin-top: -38px !important;
  }

  .mr-sm-n38,
.mx-sm-n38 {
    margin-right: -38px !important;
  }

  .mb-sm-n38,
.my-sm-n38 {
    margin-bottom: -38px !important;
  }

  .ml-sm-n38,
.mx-sm-n38 {
    margin-left: -38px !important;
  }

  .m-sm-n39 {
    margin: -39px !important;
  }

  .mt-sm-n39,
.my-sm-n39 {
    margin-top: -39px !important;
  }

  .mr-sm-n39,
.mx-sm-n39 {
    margin-right: -39px !important;
  }

  .mb-sm-n39,
.my-sm-n39 {
    margin-bottom: -39px !important;
  }

  .ml-sm-n39,
.mx-sm-n39 {
    margin-left: -39px !important;
  }

  .m-sm-n40 {
    margin: -40px !important;
  }

  .mt-sm-n40,
.my-sm-n40 {
    margin-top: -40px !important;
  }

  .mr-sm-n40,
.mx-sm-n40 {
    margin-right: -40px !important;
  }

  .mb-sm-n40,
.my-sm-n40 {
    margin-bottom: -40px !important;
  }

  .ml-sm-n40,
.mx-sm-n40 {
    margin-left: -40px !important;
  }

  .m-sm-n41 {
    margin: -41px !important;
  }

  .mt-sm-n41,
.my-sm-n41 {
    margin-top: -41px !important;
  }

  .mr-sm-n41,
.mx-sm-n41 {
    margin-right: -41px !important;
  }

  .mb-sm-n41,
.my-sm-n41 {
    margin-bottom: -41px !important;
  }

  .ml-sm-n41,
.mx-sm-n41 {
    margin-left: -41px !important;
  }

  .m-sm-n42 {
    margin: -42px !important;
  }

  .mt-sm-n42,
.my-sm-n42 {
    margin-top: -42px !important;
  }

  .mr-sm-n42,
.mx-sm-n42 {
    margin-right: -42px !important;
  }

  .mb-sm-n42,
.my-sm-n42 {
    margin-bottom: -42px !important;
  }

  .ml-sm-n42,
.mx-sm-n42 {
    margin-left: -42px !important;
  }

  .m-sm-n43 {
    margin: -43px !important;
  }

  .mt-sm-n43,
.my-sm-n43 {
    margin-top: -43px !important;
  }

  .mr-sm-n43,
.mx-sm-n43 {
    margin-right: -43px !important;
  }

  .mb-sm-n43,
.my-sm-n43 {
    margin-bottom: -43px !important;
  }

  .ml-sm-n43,
.mx-sm-n43 {
    margin-left: -43px !important;
  }

  .m-sm-n44 {
    margin: -44px !important;
  }

  .mt-sm-n44,
.my-sm-n44 {
    margin-top: -44px !important;
  }

  .mr-sm-n44,
.mx-sm-n44 {
    margin-right: -44px !important;
  }

  .mb-sm-n44,
.my-sm-n44 {
    margin-bottom: -44px !important;
  }

  .ml-sm-n44,
.mx-sm-n44 {
    margin-left: -44px !important;
  }

  .m-sm-n45 {
    margin: -45px !important;
  }

  .mt-sm-n45,
.my-sm-n45 {
    margin-top: -45px !important;
  }

  .mr-sm-n45,
.mx-sm-n45 {
    margin-right: -45px !important;
  }

  .mb-sm-n45,
.my-sm-n45 {
    margin-bottom: -45px !important;
  }

  .ml-sm-n45,
.mx-sm-n45 {
    margin-left: -45px !important;
  }

  .m-sm-n46 {
    margin: -46px !important;
  }

  .mt-sm-n46,
.my-sm-n46 {
    margin-top: -46px !important;
  }

  .mr-sm-n46,
.mx-sm-n46 {
    margin-right: -46px !important;
  }

  .mb-sm-n46,
.my-sm-n46 {
    margin-bottom: -46px !important;
  }

  .ml-sm-n46,
.mx-sm-n46 {
    margin-left: -46px !important;
  }

  .m-sm-n47 {
    margin: -47px !important;
  }

  .mt-sm-n47,
.my-sm-n47 {
    margin-top: -47px !important;
  }

  .mr-sm-n47,
.mx-sm-n47 {
    margin-right: -47px !important;
  }

  .mb-sm-n47,
.my-sm-n47 {
    margin-bottom: -47px !important;
  }

  .ml-sm-n47,
.mx-sm-n47 {
    margin-left: -47px !important;
  }

  .m-sm-n48 {
    margin: -48px !important;
  }

  .mt-sm-n48,
.my-sm-n48 {
    margin-top: -48px !important;
  }

  .mr-sm-n48,
.mx-sm-n48 {
    margin-right: -48px !important;
  }

  .mb-sm-n48,
.my-sm-n48 {
    margin-bottom: -48px !important;
  }

  .ml-sm-n48,
.mx-sm-n48 {
    margin-left: -48px !important;
  }

  .m-sm-n49 {
    margin: -49px !important;
  }

  .mt-sm-n49,
.my-sm-n49 {
    margin-top: -49px !important;
  }

  .mr-sm-n49,
.mx-sm-n49 {
    margin-right: -49px !important;
  }

  .mb-sm-n49,
.my-sm-n49 {
    margin-bottom: -49px !important;
  }

  .ml-sm-n49,
.mx-sm-n49 {
    margin-left: -49px !important;
  }

  .m-sm-n50 {
    margin: -50px !important;
  }

  .mt-sm-n50,
.my-sm-n50 {
    margin-top: -50px !important;
  }

  .mr-sm-n50,
.mx-sm-n50 {
    margin-right: -50px !important;
  }

  .mb-sm-n50,
.my-sm-n50 {
    margin-bottom: -50px !important;
  }

  .ml-sm-n50,
.mx-sm-n50 {
    margin-left: -50px !important;
  }

  .m-sm-n51 {
    margin: -51px !important;
  }

  .mt-sm-n51,
.my-sm-n51 {
    margin-top: -51px !important;
  }

  .mr-sm-n51,
.mx-sm-n51 {
    margin-right: -51px !important;
  }

  .mb-sm-n51,
.my-sm-n51 {
    margin-bottom: -51px !important;
  }

  .ml-sm-n51,
.mx-sm-n51 {
    margin-left: -51px !important;
  }

  .m-sm-n52 {
    margin: -52px !important;
  }

  .mt-sm-n52,
.my-sm-n52 {
    margin-top: -52px !important;
  }

  .mr-sm-n52,
.mx-sm-n52 {
    margin-right: -52px !important;
  }

  .mb-sm-n52,
.my-sm-n52 {
    margin-bottom: -52px !important;
  }

  .ml-sm-n52,
.mx-sm-n52 {
    margin-left: -52px !important;
  }

  .m-sm-n53 {
    margin: -53px !important;
  }

  .mt-sm-n53,
.my-sm-n53 {
    margin-top: -53px !important;
  }

  .mr-sm-n53,
.mx-sm-n53 {
    margin-right: -53px !important;
  }

  .mb-sm-n53,
.my-sm-n53 {
    margin-bottom: -53px !important;
  }

  .ml-sm-n53,
.mx-sm-n53 {
    margin-left: -53px !important;
  }

  .m-sm-n54 {
    margin: -54px !important;
  }

  .mt-sm-n54,
.my-sm-n54 {
    margin-top: -54px !important;
  }

  .mr-sm-n54,
.mx-sm-n54 {
    margin-right: -54px !important;
  }

  .mb-sm-n54,
.my-sm-n54 {
    margin-bottom: -54px !important;
  }

  .ml-sm-n54,
.mx-sm-n54 {
    margin-left: -54px !important;
  }

  .m-sm-n55 {
    margin: -55px !important;
  }

  .mt-sm-n55,
.my-sm-n55 {
    margin-top: -55px !important;
  }

  .mr-sm-n55,
.mx-sm-n55 {
    margin-right: -55px !important;
  }

  .mb-sm-n55,
.my-sm-n55 {
    margin-bottom: -55px !important;
  }

  .ml-sm-n55,
.mx-sm-n55 {
    margin-left: -55px !important;
  }

  .m-sm-n56 {
    margin: -56px !important;
  }

  .mt-sm-n56,
.my-sm-n56 {
    margin-top: -56px !important;
  }

  .mr-sm-n56,
.mx-sm-n56 {
    margin-right: -56px !important;
  }

  .mb-sm-n56,
.my-sm-n56 {
    margin-bottom: -56px !important;
  }

  .ml-sm-n56,
.mx-sm-n56 {
    margin-left: -56px !important;
  }

  .m-sm-n57 {
    margin: -57px !important;
  }

  .mt-sm-n57,
.my-sm-n57 {
    margin-top: -57px !important;
  }

  .mr-sm-n57,
.mx-sm-n57 {
    margin-right: -57px !important;
  }

  .mb-sm-n57,
.my-sm-n57 {
    margin-bottom: -57px !important;
  }

  .ml-sm-n57,
.mx-sm-n57 {
    margin-left: -57px !important;
  }

  .m-sm-n58 {
    margin: -58px !important;
  }

  .mt-sm-n58,
.my-sm-n58 {
    margin-top: -58px !important;
  }

  .mr-sm-n58,
.mx-sm-n58 {
    margin-right: -58px !important;
  }

  .mb-sm-n58,
.my-sm-n58 {
    margin-bottom: -58px !important;
  }

  .ml-sm-n58,
.mx-sm-n58 {
    margin-left: -58px !important;
  }

  .m-sm-n59 {
    margin: -59px !important;
  }

  .mt-sm-n59,
.my-sm-n59 {
    margin-top: -59px !important;
  }

  .mr-sm-n59,
.mx-sm-n59 {
    margin-right: -59px !important;
  }

  .mb-sm-n59,
.my-sm-n59 {
    margin-bottom: -59px !important;
  }

  .ml-sm-n59,
.mx-sm-n59 {
    margin-left: -59px !important;
  }

  .m-sm-n60 {
    margin: -60px !important;
  }

  .mt-sm-n60,
.my-sm-n60 {
    margin-top: -60px !important;
  }

  .mr-sm-n60,
.mx-sm-n60 {
    margin-right: -60px !important;
  }

  .mb-sm-n60,
.my-sm-n60 {
    margin-bottom: -60px !important;
  }

  .ml-sm-n60,
.mx-sm-n60 {
    margin-left: -60px !important;
  }

  .m-sm-n61 {
    margin: -61px !important;
  }

  .mt-sm-n61,
.my-sm-n61 {
    margin-top: -61px !important;
  }

  .mr-sm-n61,
.mx-sm-n61 {
    margin-right: -61px !important;
  }

  .mb-sm-n61,
.my-sm-n61 {
    margin-bottom: -61px !important;
  }

  .ml-sm-n61,
.mx-sm-n61 {
    margin-left: -61px !important;
  }

  .m-sm-n62 {
    margin: -62px !important;
  }

  .mt-sm-n62,
.my-sm-n62 {
    margin-top: -62px !important;
  }

  .mr-sm-n62,
.mx-sm-n62 {
    margin-right: -62px !important;
  }

  .mb-sm-n62,
.my-sm-n62 {
    margin-bottom: -62px !important;
  }

  .ml-sm-n62,
.mx-sm-n62 {
    margin-left: -62px !important;
  }

  .m-sm-n63 {
    margin: -63px !important;
  }

  .mt-sm-n63,
.my-sm-n63 {
    margin-top: -63px !important;
  }

  .mr-sm-n63,
.mx-sm-n63 {
    margin-right: -63px !important;
  }

  .mb-sm-n63,
.my-sm-n63 {
    margin-bottom: -63px !important;
  }

  .ml-sm-n63,
.mx-sm-n63 {
    margin-left: -63px !important;
  }

  .m-sm-n64 {
    margin: -64px !important;
  }

  .mt-sm-n64,
.my-sm-n64 {
    margin-top: -64px !important;
  }

  .mr-sm-n64,
.mx-sm-n64 {
    margin-right: -64px !important;
  }

  .mb-sm-n64,
.my-sm-n64 {
    margin-bottom: -64px !important;
  }

  .ml-sm-n64,
.mx-sm-n64 {
    margin-left: -64px !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: 1px !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 1px !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 1px !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 1px !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 1px !important;
  }

  .m-md-2 {
    margin: 2px !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 2px !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 2px !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 2px !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 2px !important;
  }

  .m-md-3 {
    margin: 3px !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 3px !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 3px !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 3px !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 3px !important;
  }

  .m-md-4 {
    margin: 4px !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 4px !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 4px !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 4px !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 4px !important;
  }

  .m-md-5 {
    margin: 5px !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 5px !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 5px !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 5px !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 5px !important;
  }

  .m-md-6 {
    margin: 6px !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 6px !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 6px !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 6px !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 6px !important;
  }

  .m-md-7 {
    margin: 7px !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 7px !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 7px !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 7px !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 7px !important;
  }

  .m-md-8 {
    margin: 8px !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 8px !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 8px !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 8px !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 8px !important;
  }

  .m-md-9 {
    margin: 9px !important;
  }

  .mt-md-9,
.my-md-9 {
    margin-top: 9px !important;
  }

  .mr-md-9,
.mx-md-9 {
    margin-right: 9px !important;
  }

  .mb-md-9,
.my-md-9 {
    margin-bottom: 9px !important;
  }

  .ml-md-9,
.mx-md-9 {
    margin-left: 9px !important;
  }

  .m-md-10 {
    margin: 10px !important;
  }

  .mt-md-10,
.my-md-10 {
    margin-top: 10px !important;
  }

  .mr-md-10,
.mx-md-10 {
    margin-right: 10px !important;
  }

  .mb-md-10,
.my-md-10 {
    margin-bottom: 10px !important;
  }

  .ml-md-10,
.mx-md-10 {
    margin-left: 10px !important;
  }

  .m-md-11 {
    margin: 11px !important;
  }

  .mt-md-11,
.my-md-11 {
    margin-top: 11px !important;
  }

  .mr-md-11,
.mx-md-11 {
    margin-right: 11px !important;
  }

  .mb-md-11,
.my-md-11 {
    margin-bottom: 11px !important;
  }

  .ml-md-11,
.mx-md-11 {
    margin-left: 11px !important;
  }

  .m-md-12 {
    margin: 12px !important;
  }

  .mt-md-12,
.my-md-12 {
    margin-top: 12px !important;
  }

  .mr-md-12,
.mx-md-12 {
    margin-right: 12px !important;
  }

  .mb-md-12,
.my-md-12 {
    margin-bottom: 12px !important;
  }

  .ml-md-12,
.mx-md-12 {
    margin-left: 12px !important;
  }

  .m-md-13 {
    margin: 13px !important;
  }

  .mt-md-13,
.my-md-13 {
    margin-top: 13px !important;
  }

  .mr-md-13,
.mx-md-13 {
    margin-right: 13px !important;
  }

  .mb-md-13,
.my-md-13 {
    margin-bottom: 13px !important;
  }

  .ml-md-13,
.mx-md-13 {
    margin-left: 13px !important;
  }

  .m-md-14 {
    margin: 14px !important;
  }

  .mt-md-14,
.my-md-14 {
    margin-top: 14px !important;
  }

  .mr-md-14,
.mx-md-14 {
    margin-right: 14px !important;
  }

  .mb-md-14,
.my-md-14 {
    margin-bottom: 14px !important;
  }

  .ml-md-14,
.mx-md-14 {
    margin-left: 14px !important;
  }

  .m-md-15 {
    margin: 15px !important;
  }

  .mt-md-15,
.my-md-15 {
    margin-top: 15px !important;
  }

  .mr-md-15,
.mx-md-15 {
    margin-right: 15px !important;
  }

  .mb-md-15,
.my-md-15 {
    margin-bottom: 15px !important;
  }

  .ml-md-15,
.mx-md-15 {
    margin-left: 15px !important;
  }

  .m-md-16 {
    margin: 16px !important;
  }

  .mt-md-16,
.my-md-16 {
    margin-top: 16px !important;
  }

  .mr-md-16,
.mx-md-16 {
    margin-right: 16px !important;
  }

  .mb-md-16,
.my-md-16 {
    margin-bottom: 16px !important;
  }

  .ml-md-16,
.mx-md-16 {
    margin-left: 16px !important;
  }

  .m-md-17 {
    margin: 17px !important;
  }

  .mt-md-17,
.my-md-17 {
    margin-top: 17px !important;
  }

  .mr-md-17,
.mx-md-17 {
    margin-right: 17px !important;
  }

  .mb-md-17,
.my-md-17 {
    margin-bottom: 17px !important;
  }

  .ml-md-17,
.mx-md-17 {
    margin-left: 17px !important;
  }

  .m-md-18 {
    margin: 18px !important;
  }

  .mt-md-18,
.my-md-18 {
    margin-top: 18px !important;
  }

  .mr-md-18,
.mx-md-18 {
    margin-right: 18px !important;
  }

  .mb-md-18,
.my-md-18 {
    margin-bottom: 18px !important;
  }

  .ml-md-18,
.mx-md-18 {
    margin-left: 18px !important;
  }

  .m-md-19 {
    margin: 19px !important;
  }

  .mt-md-19,
.my-md-19 {
    margin-top: 19px !important;
  }

  .mr-md-19,
.mx-md-19 {
    margin-right: 19px !important;
  }

  .mb-md-19,
.my-md-19 {
    margin-bottom: 19px !important;
  }

  .ml-md-19,
.mx-md-19 {
    margin-left: 19px !important;
  }

  .m-md-20 {
    margin: 20px !important;
  }

  .mt-md-20,
.my-md-20 {
    margin-top: 20px !important;
  }

  .mr-md-20,
.mx-md-20 {
    margin-right: 20px !important;
  }

  .mb-md-20,
.my-md-20 {
    margin-bottom: 20px !important;
  }

  .ml-md-20,
.mx-md-20 {
    margin-left: 20px !important;
  }

  .m-md-21 {
    margin: 21px !important;
  }

  .mt-md-21,
.my-md-21 {
    margin-top: 21px !important;
  }

  .mr-md-21,
.mx-md-21 {
    margin-right: 21px !important;
  }

  .mb-md-21,
.my-md-21 {
    margin-bottom: 21px !important;
  }

  .ml-md-21,
.mx-md-21 {
    margin-left: 21px !important;
  }

  .m-md-22 {
    margin: 22px !important;
  }

  .mt-md-22,
.my-md-22 {
    margin-top: 22px !important;
  }

  .mr-md-22,
.mx-md-22 {
    margin-right: 22px !important;
  }

  .mb-md-22,
.my-md-22 {
    margin-bottom: 22px !important;
  }

  .ml-md-22,
.mx-md-22 {
    margin-left: 22px !important;
  }

  .m-md-23 {
    margin: 23px !important;
  }

  .mt-md-23,
.my-md-23 {
    margin-top: 23px !important;
  }

  .mr-md-23,
.mx-md-23 {
    margin-right: 23px !important;
  }

  .mb-md-23,
.my-md-23 {
    margin-bottom: 23px !important;
  }

  .ml-md-23,
.mx-md-23 {
    margin-left: 23px !important;
  }

  .m-md-24 {
    margin: 24px !important;
  }

  .mt-md-24,
.my-md-24 {
    margin-top: 24px !important;
  }

  .mr-md-24,
.mx-md-24 {
    margin-right: 24px !important;
  }

  .mb-md-24,
.my-md-24 {
    margin-bottom: 24px !important;
  }

  .ml-md-24,
.mx-md-24 {
    margin-left: 24px !important;
  }

  .m-md-25 {
    margin: 25px !important;
  }

  .mt-md-25,
.my-md-25 {
    margin-top: 25px !important;
  }

  .mr-md-25,
.mx-md-25 {
    margin-right: 25px !important;
  }

  .mb-md-25,
.my-md-25 {
    margin-bottom: 25px !important;
  }

  .ml-md-25,
.mx-md-25 {
    margin-left: 25px !important;
  }

  .m-md-26 {
    margin: 26px !important;
  }

  .mt-md-26,
.my-md-26 {
    margin-top: 26px !important;
  }

  .mr-md-26,
.mx-md-26 {
    margin-right: 26px !important;
  }

  .mb-md-26,
.my-md-26 {
    margin-bottom: 26px !important;
  }

  .ml-md-26,
.mx-md-26 {
    margin-left: 26px !important;
  }

  .m-md-27 {
    margin: 27px !important;
  }

  .mt-md-27,
.my-md-27 {
    margin-top: 27px !important;
  }

  .mr-md-27,
.mx-md-27 {
    margin-right: 27px !important;
  }

  .mb-md-27,
.my-md-27 {
    margin-bottom: 27px !important;
  }

  .ml-md-27,
.mx-md-27 {
    margin-left: 27px !important;
  }

  .m-md-28 {
    margin: 28px !important;
  }

  .mt-md-28,
.my-md-28 {
    margin-top: 28px !important;
  }

  .mr-md-28,
.mx-md-28 {
    margin-right: 28px !important;
  }

  .mb-md-28,
.my-md-28 {
    margin-bottom: 28px !important;
  }

  .ml-md-28,
.mx-md-28 {
    margin-left: 28px !important;
  }

  .m-md-29 {
    margin: 29px !important;
  }

  .mt-md-29,
.my-md-29 {
    margin-top: 29px !important;
  }

  .mr-md-29,
.mx-md-29 {
    margin-right: 29px !important;
  }

  .mb-md-29,
.my-md-29 {
    margin-bottom: 29px !important;
  }

  .ml-md-29,
.mx-md-29 {
    margin-left: 29px !important;
  }

  .m-md-30 {
    margin: 30px !important;
  }

  .mt-md-30,
.my-md-30 {
    margin-top: 30px !important;
  }

  .mr-md-30,
.mx-md-30 {
    margin-right: 30px !important;
  }

  .mb-md-30,
.my-md-30 {
    margin-bottom: 30px !important;
  }

  .ml-md-30,
.mx-md-30 {
    margin-left: 30px !important;
  }

  .m-md-31 {
    margin: 31px !important;
  }

  .mt-md-31,
.my-md-31 {
    margin-top: 31px !important;
  }

  .mr-md-31,
.mx-md-31 {
    margin-right: 31px !important;
  }

  .mb-md-31,
.my-md-31 {
    margin-bottom: 31px !important;
  }

  .ml-md-31,
.mx-md-31 {
    margin-left: 31px !important;
  }

  .m-md-32 {
    margin: 32px !important;
  }

  .mt-md-32,
.my-md-32 {
    margin-top: 32px !important;
  }

  .mr-md-32,
.mx-md-32 {
    margin-right: 32px !important;
  }

  .mb-md-32,
.my-md-32 {
    margin-bottom: 32px !important;
  }

  .ml-md-32,
.mx-md-32 {
    margin-left: 32px !important;
  }

  .m-md-33 {
    margin: 33px !important;
  }

  .mt-md-33,
.my-md-33 {
    margin-top: 33px !important;
  }

  .mr-md-33,
.mx-md-33 {
    margin-right: 33px !important;
  }

  .mb-md-33,
.my-md-33 {
    margin-bottom: 33px !important;
  }

  .ml-md-33,
.mx-md-33 {
    margin-left: 33px !important;
  }

  .m-md-34 {
    margin: 34px !important;
  }

  .mt-md-34,
.my-md-34 {
    margin-top: 34px !important;
  }

  .mr-md-34,
.mx-md-34 {
    margin-right: 34px !important;
  }

  .mb-md-34,
.my-md-34 {
    margin-bottom: 34px !important;
  }

  .ml-md-34,
.mx-md-34 {
    margin-left: 34px !important;
  }

  .m-md-35 {
    margin: 35px !important;
  }

  .mt-md-35,
.my-md-35 {
    margin-top: 35px !important;
  }

  .mr-md-35,
.mx-md-35 {
    margin-right: 35px !important;
  }

  .mb-md-35,
.my-md-35 {
    margin-bottom: 35px !important;
  }

  .ml-md-35,
.mx-md-35 {
    margin-left: 35px !important;
  }

  .m-md-36 {
    margin: 36px !important;
  }

  .mt-md-36,
.my-md-36 {
    margin-top: 36px !important;
  }

  .mr-md-36,
.mx-md-36 {
    margin-right: 36px !important;
  }

  .mb-md-36,
.my-md-36 {
    margin-bottom: 36px !important;
  }

  .ml-md-36,
.mx-md-36 {
    margin-left: 36px !important;
  }

  .m-md-37 {
    margin: 37px !important;
  }

  .mt-md-37,
.my-md-37 {
    margin-top: 37px !important;
  }

  .mr-md-37,
.mx-md-37 {
    margin-right: 37px !important;
  }

  .mb-md-37,
.my-md-37 {
    margin-bottom: 37px !important;
  }

  .ml-md-37,
.mx-md-37 {
    margin-left: 37px !important;
  }

  .m-md-38 {
    margin: 38px !important;
  }

  .mt-md-38,
.my-md-38 {
    margin-top: 38px !important;
  }

  .mr-md-38,
.mx-md-38 {
    margin-right: 38px !important;
  }

  .mb-md-38,
.my-md-38 {
    margin-bottom: 38px !important;
  }

  .ml-md-38,
.mx-md-38 {
    margin-left: 38px !important;
  }

  .m-md-39 {
    margin: 39px !important;
  }

  .mt-md-39,
.my-md-39 {
    margin-top: 39px !important;
  }

  .mr-md-39,
.mx-md-39 {
    margin-right: 39px !important;
  }

  .mb-md-39,
.my-md-39 {
    margin-bottom: 39px !important;
  }

  .ml-md-39,
.mx-md-39 {
    margin-left: 39px !important;
  }

  .m-md-40 {
    margin: 40px !important;
  }

  .mt-md-40,
.my-md-40 {
    margin-top: 40px !important;
  }

  .mr-md-40,
.mx-md-40 {
    margin-right: 40px !important;
  }

  .mb-md-40,
.my-md-40 {
    margin-bottom: 40px !important;
  }

  .ml-md-40,
.mx-md-40 {
    margin-left: 40px !important;
  }

  .m-md-41 {
    margin: 41px !important;
  }

  .mt-md-41,
.my-md-41 {
    margin-top: 41px !important;
  }

  .mr-md-41,
.mx-md-41 {
    margin-right: 41px !important;
  }

  .mb-md-41,
.my-md-41 {
    margin-bottom: 41px !important;
  }

  .ml-md-41,
.mx-md-41 {
    margin-left: 41px !important;
  }

  .m-md-42 {
    margin: 42px !important;
  }

  .mt-md-42,
.my-md-42 {
    margin-top: 42px !important;
  }

  .mr-md-42,
.mx-md-42 {
    margin-right: 42px !important;
  }

  .mb-md-42,
.my-md-42 {
    margin-bottom: 42px !important;
  }

  .ml-md-42,
.mx-md-42 {
    margin-left: 42px !important;
  }

  .m-md-43 {
    margin: 43px !important;
  }

  .mt-md-43,
.my-md-43 {
    margin-top: 43px !important;
  }

  .mr-md-43,
.mx-md-43 {
    margin-right: 43px !important;
  }

  .mb-md-43,
.my-md-43 {
    margin-bottom: 43px !important;
  }

  .ml-md-43,
.mx-md-43 {
    margin-left: 43px !important;
  }

  .m-md-44 {
    margin: 44px !important;
  }

  .mt-md-44,
.my-md-44 {
    margin-top: 44px !important;
  }

  .mr-md-44,
.mx-md-44 {
    margin-right: 44px !important;
  }

  .mb-md-44,
.my-md-44 {
    margin-bottom: 44px !important;
  }

  .ml-md-44,
.mx-md-44 {
    margin-left: 44px !important;
  }

  .m-md-45 {
    margin: 45px !important;
  }

  .mt-md-45,
.my-md-45 {
    margin-top: 45px !important;
  }

  .mr-md-45,
.mx-md-45 {
    margin-right: 45px !important;
  }

  .mb-md-45,
.my-md-45 {
    margin-bottom: 45px !important;
  }

  .ml-md-45,
.mx-md-45 {
    margin-left: 45px !important;
  }

  .m-md-46 {
    margin: 46px !important;
  }

  .mt-md-46,
.my-md-46 {
    margin-top: 46px !important;
  }

  .mr-md-46,
.mx-md-46 {
    margin-right: 46px !important;
  }

  .mb-md-46,
.my-md-46 {
    margin-bottom: 46px !important;
  }

  .ml-md-46,
.mx-md-46 {
    margin-left: 46px !important;
  }

  .m-md-47 {
    margin: 47px !important;
  }

  .mt-md-47,
.my-md-47 {
    margin-top: 47px !important;
  }

  .mr-md-47,
.mx-md-47 {
    margin-right: 47px !important;
  }

  .mb-md-47,
.my-md-47 {
    margin-bottom: 47px !important;
  }

  .ml-md-47,
.mx-md-47 {
    margin-left: 47px !important;
  }

  .m-md-48 {
    margin: 48px !important;
  }

  .mt-md-48,
.my-md-48 {
    margin-top: 48px !important;
  }

  .mr-md-48,
.mx-md-48 {
    margin-right: 48px !important;
  }

  .mb-md-48,
.my-md-48 {
    margin-bottom: 48px !important;
  }

  .ml-md-48,
.mx-md-48 {
    margin-left: 48px !important;
  }

  .m-md-49 {
    margin: 49px !important;
  }

  .mt-md-49,
.my-md-49 {
    margin-top: 49px !important;
  }

  .mr-md-49,
.mx-md-49 {
    margin-right: 49px !important;
  }

  .mb-md-49,
.my-md-49 {
    margin-bottom: 49px !important;
  }

  .ml-md-49,
.mx-md-49 {
    margin-left: 49px !important;
  }

  .m-md-50 {
    margin: 50px !important;
  }

  .mt-md-50,
.my-md-50 {
    margin-top: 50px !important;
  }

  .mr-md-50,
.mx-md-50 {
    margin-right: 50px !important;
  }

  .mb-md-50,
.my-md-50 {
    margin-bottom: 50px !important;
  }

  .ml-md-50,
.mx-md-50 {
    margin-left: 50px !important;
  }

  .m-md-51 {
    margin: 51px !important;
  }

  .mt-md-51,
.my-md-51 {
    margin-top: 51px !important;
  }

  .mr-md-51,
.mx-md-51 {
    margin-right: 51px !important;
  }

  .mb-md-51,
.my-md-51 {
    margin-bottom: 51px !important;
  }

  .ml-md-51,
.mx-md-51 {
    margin-left: 51px !important;
  }

  .m-md-52 {
    margin: 52px !important;
  }

  .mt-md-52,
.my-md-52 {
    margin-top: 52px !important;
  }

  .mr-md-52,
.mx-md-52 {
    margin-right: 52px !important;
  }

  .mb-md-52,
.my-md-52 {
    margin-bottom: 52px !important;
  }

  .ml-md-52,
.mx-md-52 {
    margin-left: 52px !important;
  }

  .m-md-53 {
    margin: 53px !important;
  }

  .mt-md-53,
.my-md-53 {
    margin-top: 53px !important;
  }

  .mr-md-53,
.mx-md-53 {
    margin-right: 53px !important;
  }

  .mb-md-53,
.my-md-53 {
    margin-bottom: 53px !important;
  }

  .ml-md-53,
.mx-md-53 {
    margin-left: 53px !important;
  }

  .m-md-54 {
    margin: 54px !important;
  }

  .mt-md-54,
.my-md-54 {
    margin-top: 54px !important;
  }

  .mr-md-54,
.mx-md-54 {
    margin-right: 54px !important;
  }

  .mb-md-54,
.my-md-54 {
    margin-bottom: 54px !important;
  }

  .ml-md-54,
.mx-md-54 {
    margin-left: 54px !important;
  }

  .m-md-55 {
    margin: 55px !important;
  }

  .mt-md-55,
.my-md-55 {
    margin-top: 55px !important;
  }

  .mr-md-55,
.mx-md-55 {
    margin-right: 55px !important;
  }

  .mb-md-55,
.my-md-55 {
    margin-bottom: 55px !important;
  }

  .ml-md-55,
.mx-md-55 {
    margin-left: 55px !important;
  }

  .m-md-56 {
    margin: 56px !important;
  }

  .mt-md-56,
.my-md-56 {
    margin-top: 56px !important;
  }

  .mr-md-56,
.mx-md-56 {
    margin-right: 56px !important;
  }

  .mb-md-56,
.my-md-56 {
    margin-bottom: 56px !important;
  }

  .ml-md-56,
.mx-md-56 {
    margin-left: 56px !important;
  }

  .m-md-57 {
    margin: 57px !important;
  }

  .mt-md-57,
.my-md-57 {
    margin-top: 57px !important;
  }

  .mr-md-57,
.mx-md-57 {
    margin-right: 57px !important;
  }

  .mb-md-57,
.my-md-57 {
    margin-bottom: 57px !important;
  }

  .ml-md-57,
.mx-md-57 {
    margin-left: 57px !important;
  }

  .m-md-58 {
    margin: 58px !important;
  }

  .mt-md-58,
.my-md-58 {
    margin-top: 58px !important;
  }

  .mr-md-58,
.mx-md-58 {
    margin-right: 58px !important;
  }

  .mb-md-58,
.my-md-58 {
    margin-bottom: 58px !important;
  }

  .ml-md-58,
.mx-md-58 {
    margin-left: 58px !important;
  }

  .m-md-59 {
    margin: 59px !important;
  }

  .mt-md-59,
.my-md-59 {
    margin-top: 59px !important;
  }

  .mr-md-59,
.mx-md-59 {
    margin-right: 59px !important;
  }

  .mb-md-59,
.my-md-59 {
    margin-bottom: 59px !important;
  }

  .ml-md-59,
.mx-md-59 {
    margin-left: 59px !important;
  }

  .m-md-60 {
    margin: 60px !important;
  }

  .mt-md-60,
.my-md-60 {
    margin-top: 60px !important;
  }

  .mr-md-60,
.mx-md-60 {
    margin-right: 60px !important;
  }

  .mb-md-60,
.my-md-60 {
    margin-bottom: 60px !important;
  }

  .ml-md-60,
.mx-md-60 {
    margin-left: 60px !important;
  }

  .m-md-61 {
    margin: 61px !important;
  }

  .mt-md-61,
.my-md-61 {
    margin-top: 61px !important;
  }

  .mr-md-61,
.mx-md-61 {
    margin-right: 61px !important;
  }

  .mb-md-61,
.my-md-61 {
    margin-bottom: 61px !important;
  }

  .ml-md-61,
.mx-md-61 {
    margin-left: 61px !important;
  }

  .m-md-62 {
    margin: 62px !important;
  }

  .mt-md-62,
.my-md-62 {
    margin-top: 62px !important;
  }

  .mr-md-62,
.mx-md-62 {
    margin-right: 62px !important;
  }

  .mb-md-62,
.my-md-62 {
    margin-bottom: 62px !important;
  }

  .ml-md-62,
.mx-md-62 {
    margin-left: 62px !important;
  }

  .m-md-63 {
    margin: 63px !important;
  }

  .mt-md-63,
.my-md-63 {
    margin-top: 63px !important;
  }

  .mr-md-63,
.mx-md-63 {
    margin-right: 63px !important;
  }

  .mb-md-63,
.my-md-63 {
    margin-bottom: 63px !important;
  }

  .ml-md-63,
.mx-md-63 {
    margin-left: 63px !important;
  }

  .m-md-64 {
    margin: 64px !important;
  }

  .mt-md-64,
.my-md-64 {
    margin-top: 64px !important;
  }

  .mr-md-64,
.mx-md-64 {
    margin-right: 64px !important;
  }

  .mb-md-64,
.my-md-64 {
    margin-bottom: 64px !important;
  }

  .ml-md-64,
.mx-md-64 {
    margin-left: 64px !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: 1px !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 1px !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 1px !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 1px !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 1px !important;
  }

  .p-md-2 {
    padding: 2px !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 2px !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 2px !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 2px !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 2px !important;
  }

  .p-md-3 {
    padding: 3px !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 3px !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 3px !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 3px !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 3px !important;
  }

  .p-md-4 {
    padding: 4px !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 4px !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 4px !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 4px !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 4px !important;
  }

  .p-md-5 {
    padding: 5px !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 5px !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 5px !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 5px !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 5px !important;
  }

  .p-md-6 {
    padding: 6px !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 6px !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 6px !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 6px !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 6px !important;
  }

  .p-md-7 {
    padding: 7px !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 7px !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 7px !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 7px !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 7px !important;
  }

  .p-md-8 {
    padding: 8px !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 8px !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 8px !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 8px !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 8px !important;
  }

  .p-md-9 {
    padding: 9px !important;
  }

  .pt-md-9,
.py-md-9 {
    padding-top: 9px !important;
  }

  .pr-md-9,
.px-md-9 {
    padding-right: 9px !important;
  }

  .pb-md-9,
.py-md-9 {
    padding-bottom: 9px !important;
  }

  .pl-md-9,
.px-md-9 {
    padding-left: 9px !important;
  }

  .p-md-10 {
    padding: 10px !important;
  }

  .pt-md-10,
.py-md-10 {
    padding-top: 10px !important;
  }

  .pr-md-10,
.px-md-10 {
    padding-right: 10px !important;
  }

  .pb-md-10,
.py-md-10 {
    padding-bottom: 10px !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 10px !important;
  }

  .p-md-11 {
    padding: 11px !important;
  }

  .pt-md-11,
.py-md-11 {
    padding-top: 11px !important;
  }

  .pr-md-11,
.px-md-11 {
    padding-right: 11px !important;
  }

  .pb-md-11,
.py-md-11 {
    padding-bottom: 11px !important;
  }

  .pl-md-11,
.px-md-11 {
    padding-left: 11px !important;
  }

  .p-md-12 {
    padding: 12px !important;
  }

  .pt-md-12,
.py-md-12 {
    padding-top: 12px !important;
  }

  .pr-md-12,
.px-md-12 {
    padding-right: 12px !important;
  }

  .pb-md-12,
.py-md-12 {
    padding-bottom: 12px !important;
  }

  .pl-md-12,
.px-md-12 {
    padding-left: 12px !important;
  }

  .p-md-13 {
    padding: 13px !important;
  }

  .pt-md-13,
.py-md-13 {
    padding-top: 13px !important;
  }

  .pr-md-13,
.px-md-13 {
    padding-right: 13px !important;
  }

  .pb-md-13,
.py-md-13 {
    padding-bottom: 13px !important;
  }

  .pl-md-13,
.px-md-13 {
    padding-left: 13px !important;
  }

  .p-md-14 {
    padding: 14px !important;
  }

  .pt-md-14,
.py-md-14 {
    padding-top: 14px !important;
  }

  .pr-md-14,
.px-md-14 {
    padding-right: 14px !important;
  }

  .pb-md-14,
.py-md-14 {
    padding-bottom: 14px !important;
  }

  .pl-md-14,
.px-md-14 {
    padding-left: 14px !important;
  }

  .p-md-15 {
    padding: 15px !important;
  }

  .pt-md-15,
.py-md-15 {
    padding-top: 15px !important;
  }

  .pr-md-15,
.px-md-15 {
    padding-right: 15px !important;
  }

  .pb-md-15,
.py-md-15 {
    padding-bottom: 15px !important;
  }

  .pl-md-15,
.px-md-15 {
    padding-left: 15px !important;
  }

  .p-md-16 {
    padding: 16px !important;
  }

  .pt-md-16,
.py-md-16 {
    padding-top: 16px !important;
  }

  .pr-md-16,
.px-md-16 {
    padding-right: 16px !important;
  }

  .pb-md-16,
.py-md-16 {
    padding-bottom: 16px !important;
  }

  .pl-md-16,
.px-md-16 {
    padding-left: 16px !important;
  }

  .p-md-17 {
    padding: 17px !important;
  }

  .pt-md-17,
.py-md-17 {
    padding-top: 17px !important;
  }

  .pr-md-17,
.px-md-17 {
    padding-right: 17px !important;
  }

  .pb-md-17,
.py-md-17 {
    padding-bottom: 17px !important;
  }

  .pl-md-17,
.px-md-17 {
    padding-left: 17px !important;
  }

  .p-md-18 {
    padding: 18px !important;
  }

  .pt-md-18,
.py-md-18 {
    padding-top: 18px !important;
  }

  .pr-md-18,
.px-md-18 {
    padding-right: 18px !important;
  }

  .pb-md-18,
.py-md-18 {
    padding-bottom: 18px !important;
  }

  .pl-md-18,
.px-md-18 {
    padding-left: 18px !important;
  }

  .p-md-19 {
    padding: 19px !important;
  }

  .pt-md-19,
.py-md-19 {
    padding-top: 19px !important;
  }

  .pr-md-19,
.px-md-19 {
    padding-right: 19px !important;
  }

  .pb-md-19,
.py-md-19 {
    padding-bottom: 19px !important;
  }

  .pl-md-19,
.px-md-19 {
    padding-left: 19px !important;
  }

  .p-md-20 {
    padding: 20px !important;
  }

  .pt-md-20,
.py-md-20 {
    padding-top: 20px !important;
  }

  .pr-md-20,
.px-md-20 {
    padding-right: 20px !important;
  }

  .pb-md-20,
.py-md-20 {
    padding-bottom: 20px !important;
  }

  .pl-md-20,
.px-md-20 {
    padding-left: 20px !important;
  }

  .p-md-21 {
    padding: 21px !important;
  }

  .pt-md-21,
.py-md-21 {
    padding-top: 21px !important;
  }

  .pr-md-21,
.px-md-21 {
    padding-right: 21px !important;
  }

  .pb-md-21,
.py-md-21 {
    padding-bottom: 21px !important;
  }

  .pl-md-21,
.px-md-21 {
    padding-left: 21px !important;
  }

  .p-md-22 {
    padding: 22px !important;
  }

  .pt-md-22,
.py-md-22 {
    padding-top: 22px !important;
  }

  .pr-md-22,
.px-md-22 {
    padding-right: 22px !important;
  }

  .pb-md-22,
.py-md-22 {
    padding-bottom: 22px !important;
  }

  .pl-md-22,
.px-md-22 {
    padding-left: 22px !important;
  }

  .p-md-23 {
    padding: 23px !important;
  }

  .pt-md-23,
.py-md-23 {
    padding-top: 23px !important;
  }

  .pr-md-23,
.px-md-23 {
    padding-right: 23px !important;
  }

  .pb-md-23,
.py-md-23 {
    padding-bottom: 23px !important;
  }

  .pl-md-23,
.px-md-23 {
    padding-left: 23px !important;
  }

  .p-md-24 {
    padding: 24px !important;
  }

  .pt-md-24,
.py-md-24 {
    padding-top: 24px !important;
  }

  .pr-md-24,
.px-md-24 {
    padding-right: 24px !important;
  }

  .pb-md-24,
.py-md-24 {
    padding-bottom: 24px !important;
  }

  .pl-md-24,
.px-md-24 {
    padding-left: 24px !important;
  }

  .p-md-25 {
    padding: 25px !important;
  }

  .pt-md-25,
.py-md-25 {
    padding-top: 25px !important;
  }

  .pr-md-25,
.px-md-25 {
    padding-right: 25px !important;
  }

  .pb-md-25,
.py-md-25 {
    padding-bottom: 25px !important;
  }

  .pl-md-25,
.px-md-25 {
    padding-left: 25px !important;
  }

  .p-md-26 {
    padding: 26px !important;
  }

  .pt-md-26,
.py-md-26 {
    padding-top: 26px !important;
  }

  .pr-md-26,
.px-md-26 {
    padding-right: 26px !important;
  }

  .pb-md-26,
.py-md-26 {
    padding-bottom: 26px !important;
  }

  .pl-md-26,
.px-md-26 {
    padding-left: 26px !important;
  }

  .p-md-27 {
    padding: 27px !important;
  }

  .pt-md-27,
.py-md-27 {
    padding-top: 27px !important;
  }

  .pr-md-27,
.px-md-27 {
    padding-right: 27px !important;
  }

  .pb-md-27,
.py-md-27 {
    padding-bottom: 27px !important;
  }

  .pl-md-27,
.px-md-27 {
    padding-left: 27px !important;
  }

  .p-md-28 {
    padding: 28px !important;
  }

  .pt-md-28,
.py-md-28 {
    padding-top: 28px !important;
  }

  .pr-md-28,
.px-md-28 {
    padding-right: 28px !important;
  }

  .pb-md-28,
.py-md-28 {
    padding-bottom: 28px !important;
  }

  .pl-md-28,
.px-md-28 {
    padding-left: 28px !important;
  }

  .p-md-29 {
    padding: 29px !important;
  }

  .pt-md-29,
.py-md-29 {
    padding-top: 29px !important;
  }

  .pr-md-29,
.px-md-29 {
    padding-right: 29px !important;
  }

  .pb-md-29,
.py-md-29 {
    padding-bottom: 29px !important;
  }

  .pl-md-29,
.px-md-29 {
    padding-left: 29px !important;
  }

  .p-md-30 {
    padding: 30px !important;
  }

  .pt-md-30,
.py-md-30 {
    padding-top: 30px !important;
  }

  .pr-md-30,
.px-md-30 {
    padding-right: 30px !important;
  }

  .pb-md-30,
.py-md-30 {
    padding-bottom: 30px !important;
  }

  .pl-md-30,
.px-md-30 {
    padding-left: 30px !important;
  }

  .p-md-31 {
    padding: 31px !important;
  }

  .pt-md-31,
.py-md-31 {
    padding-top: 31px !important;
  }

  .pr-md-31,
.px-md-31 {
    padding-right: 31px !important;
  }

  .pb-md-31,
.py-md-31 {
    padding-bottom: 31px !important;
  }

  .pl-md-31,
.px-md-31 {
    padding-left: 31px !important;
  }

  .p-md-32 {
    padding: 32px !important;
  }

  .pt-md-32,
.py-md-32 {
    padding-top: 32px !important;
  }

  .pr-md-32,
.px-md-32 {
    padding-right: 32px !important;
  }

  .pb-md-32,
.py-md-32 {
    padding-bottom: 32px !important;
  }

  .pl-md-32,
.px-md-32 {
    padding-left: 32px !important;
  }

  .p-md-33 {
    padding: 33px !important;
  }

  .pt-md-33,
.py-md-33 {
    padding-top: 33px !important;
  }

  .pr-md-33,
.px-md-33 {
    padding-right: 33px !important;
  }

  .pb-md-33,
.py-md-33 {
    padding-bottom: 33px !important;
  }

  .pl-md-33,
.px-md-33 {
    padding-left: 33px !important;
  }

  .p-md-34 {
    padding: 34px !important;
  }

  .pt-md-34,
.py-md-34 {
    padding-top: 34px !important;
  }

  .pr-md-34,
.px-md-34 {
    padding-right: 34px !important;
  }

  .pb-md-34,
.py-md-34 {
    padding-bottom: 34px !important;
  }

  .pl-md-34,
.px-md-34 {
    padding-left: 34px !important;
  }

  .p-md-35 {
    padding: 35px !important;
  }

  .pt-md-35,
.py-md-35 {
    padding-top: 35px !important;
  }

  .pr-md-35,
.px-md-35 {
    padding-right: 35px !important;
  }

  .pb-md-35,
.py-md-35 {
    padding-bottom: 35px !important;
  }

  .pl-md-35,
.px-md-35 {
    padding-left: 35px !important;
  }

  .p-md-36 {
    padding: 36px !important;
  }

  .pt-md-36,
.py-md-36 {
    padding-top: 36px !important;
  }

  .pr-md-36,
.px-md-36 {
    padding-right: 36px !important;
  }

  .pb-md-36,
.py-md-36 {
    padding-bottom: 36px !important;
  }

  .pl-md-36,
.px-md-36 {
    padding-left: 36px !important;
  }

  .p-md-37 {
    padding: 37px !important;
  }

  .pt-md-37,
.py-md-37 {
    padding-top: 37px !important;
  }

  .pr-md-37,
.px-md-37 {
    padding-right: 37px !important;
  }

  .pb-md-37,
.py-md-37 {
    padding-bottom: 37px !important;
  }

  .pl-md-37,
.px-md-37 {
    padding-left: 37px !important;
  }

  .p-md-38 {
    padding: 38px !important;
  }

  .pt-md-38,
.py-md-38 {
    padding-top: 38px !important;
  }

  .pr-md-38,
.px-md-38 {
    padding-right: 38px !important;
  }

  .pb-md-38,
.py-md-38 {
    padding-bottom: 38px !important;
  }

  .pl-md-38,
.px-md-38 {
    padding-left: 38px !important;
  }

  .p-md-39 {
    padding: 39px !important;
  }

  .pt-md-39,
.py-md-39 {
    padding-top: 39px !important;
  }

  .pr-md-39,
.px-md-39 {
    padding-right: 39px !important;
  }

  .pb-md-39,
.py-md-39 {
    padding-bottom: 39px !important;
  }

  .pl-md-39,
.px-md-39 {
    padding-left: 39px !important;
  }

  .p-md-40 {
    padding: 40px !important;
  }

  .pt-md-40,
.py-md-40 {
    padding-top: 40px !important;
  }

  .pr-md-40,
.px-md-40 {
    padding-right: 40px !important;
  }

  .pb-md-40,
.py-md-40 {
    padding-bottom: 40px !important;
  }

  .pl-md-40,
.px-md-40 {
    padding-left: 40px !important;
  }

  .p-md-41 {
    padding: 41px !important;
  }

  .pt-md-41,
.py-md-41 {
    padding-top: 41px !important;
  }

  .pr-md-41,
.px-md-41 {
    padding-right: 41px !important;
  }

  .pb-md-41,
.py-md-41 {
    padding-bottom: 41px !important;
  }

  .pl-md-41,
.px-md-41 {
    padding-left: 41px !important;
  }

  .p-md-42 {
    padding: 42px !important;
  }

  .pt-md-42,
.py-md-42 {
    padding-top: 42px !important;
  }

  .pr-md-42,
.px-md-42 {
    padding-right: 42px !important;
  }

  .pb-md-42,
.py-md-42 {
    padding-bottom: 42px !important;
  }

  .pl-md-42,
.px-md-42 {
    padding-left: 42px !important;
  }

  .p-md-43 {
    padding: 43px !important;
  }

  .pt-md-43,
.py-md-43 {
    padding-top: 43px !important;
  }

  .pr-md-43,
.px-md-43 {
    padding-right: 43px !important;
  }

  .pb-md-43,
.py-md-43 {
    padding-bottom: 43px !important;
  }

  .pl-md-43,
.px-md-43 {
    padding-left: 43px !important;
  }

  .p-md-44 {
    padding: 44px !important;
  }

  .pt-md-44,
.py-md-44 {
    padding-top: 44px !important;
  }

  .pr-md-44,
.px-md-44 {
    padding-right: 44px !important;
  }

  .pb-md-44,
.py-md-44 {
    padding-bottom: 44px !important;
  }

  .pl-md-44,
.px-md-44 {
    padding-left: 44px !important;
  }

  .p-md-45 {
    padding: 45px !important;
  }

  .pt-md-45,
.py-md-45 {
    padding-top: 45px !important;
  }

  .pr-md-45,
.px-md-45 {
    padding-right: 45px !important;
  }

  .pb-md-45,
.py-md-45 {
    padding-bottom: 45px !important;
  }

  .pl-md-45,
.px-md-45 {
    padding-left: 45px !important;
  }

  .p-md-46 {
    padding: 46px !important;
  }

  .pt-md-46,
.py-md-46 {
    padding-top: 46px !important;
  }

  .pr-md-46,
.px-md-46 {
    padding-right: 46px !important;
  }

  .pb-md-46,
.py-md-46 {
    padding-bottom: 46px !important;
  }

  .pl-md-46,
.px-md-46 {
    padding-left: 46px !important;
  }

  .p-md-47 {
    padding: 47px !important;
  }

  .pt-md-47,
.py-md-47 {
    padding-top: 47px !important;
  }

  .pr-md-47,
.px-md-47 {
    padding-right: 47px !important;
  }

  .pb-md-47,
.py-md-47 {
    padding-bottom: 47px !important;
  }

  .pl-md-47,
.px-md-47 {
    padding-left: 47px !important;
  }

  .p-md-48 {
    padding: 48px !important;
  }

  .pt-md-48,
.py-md-48 {
    padding-top: 48px !important;
  }

  .pr-md-48,
.px-md-48 {
    padding-right: 48px !important;
  }

  .pb-md-48,
.py-md-48 {
    padding-bottom: 48px !important;
  }

  .pl-md-48,
.px-md-48 {
    padding-left: 48px !important;
  }

  .p-md-49 {
    padding: 49px !important;
  }

  .pt-md-49,
.py-md-49 {
    padding-top: 49px !important;
  }

  .pr-md-49,
.px-md-49 {
    padding-right: 49px !important;
  }

  .pb-md-49,
.py-md-49 {
    padding-bottom: 49px !important;
  }

  .pl-md-49,
.px-md-49 {
    padding-left: 49px !important;
  }

  .p-md-50 {
    padding: 50px !important;
  }

  .pt-md-50,
.py-md-50 {
    padding-top: 50px !important;
  }

  .pr-md-50,
.px-md-50 {
    padding-right: 50px !important;
  }

  .pb-md-50,
.py-md-50 {
    padding-bottom: 50px !important;
  }

  .pl-md-50,
.px-md-50 {
    padding-left: 50px !important;
  }

  .p-md-51 {
    padding: 51px !important;
  }

  .pt-md-51,
.py-md-51 {
    padding-top: 51px !important;
  }

  .pr-md-51,
.px-md-51 {
    padding-right: 51px !important;
  }

  .pb-md-51,
.py-md-51 {
    padding-bottom: 51px !important;
  }

  .pl-md-51,
.px-md-51 {
    padding-left: 51px !important;
  }

  .p-md-52 {
    padding: 52px !important;
  }

  .pt-md-52,
.py-md-52 {
    padding-top: 52px !important;
  }

  .pr-md-52,
.px-md-52 {
    padding-right: 52px !important;
  }

  .pb-md-52,
.py-md-52 {
    padding-bottom: 52px !important;
  }

  .pl-md-52,
.px-md-52 {
    padding-left: 52px !important;
  }

  .p-md-53 {
    padding: 53px !important;
  }

  .pt-md-53,
.py-md-53 {
    padding-top: 53px !important;
  }

  .pr-md-53,
.px-md-53 {
    padding-right: 53px !important;
  }

  .pb-md-53,
.py-md-53 {
    padding-bottom: 53px !important;
  }

  .pl-md-53,
.px-md-53 {
    padding-left: 53px !important;
  }

  .p-md-54 {
    padding: 54px !important;
  }

  .pt-md-54,
.py-md-54 {
    padding-top: 54px !important;
  }

  .pr-md-54,
.px-md-54 {
    padding-right: 54px !important;
  }

  .pb-md-54,
.py-md-54 {
    padding-bottom: 54px !important;
  }

  .pl-md-54,
.px-md-54 {
    padding-left: 54px !important;
  }

  .p-md-55 {
    padding: 55px !important;
  }

  .pt-md-55,
.py-md-55 {
    padding-top: 55px !important;
  }

  .pr-md-55,
.px-md-55 {
    padding-right: 55px !important;
  }

  .pb-md-55,
.py-md-55 {
    padding-bottom: 55px !important;
  }

  .pl-md-55,
.px-md-55 {
    padding-left: 55px !important;
  }

  .p-md-56 {
    padding: 56px !important;
  }

  .pt-md-56,
.py-md-56 {
    padding-top: 56px !important;
  }

  .pr-md-56,
.px-md-56 {
    padding-right: 56px !important;
  }

  .pb-md-56,
.py-md-56 {
    padding-bottom: 56px !important;
  }

  .pl-md-56,
.px-md-56 {
    padding-left: 56px !important;
  }

  .p-md-57 {
    padding: 57px !important;
  }

  .pt-md-57,
.py-md-57 {
    padding-top: 57px !important;
  }

  .pr-md-57,
.px-md-57 {
    padding-right: 57px !important;
  }

  .pb-md-57,
.py-md-57 {
    padding-bottom: 57px !important;
  }

  .pl-md-57,
.px-md-57 {
    padding-left: 57px !important;
  }

  .p-md-58 {
    padding: 58px !important;
  }

  .pt-md-58,
.py-md-58 {
    padding-top: 58px !important;
  }

  .pr-md-58,
.px-md-58 {
    padding-right: 58px !important;
  }

  .pb-md-58,
.py-md-58 {
    padding-bottom: 58px !important;
  }

  .pl-md-58,
.px-md-58 {
    padding-left: 58px !important;
  }

  .p-md-59 {
    padding: 59px !important;
  }

  .pt-md-59,
.py-md-59 {
    padding-top: 59px !important;
  }

  .pr-md-59,
.px-md-59 {
    padding-right: 59px !important;
  }

  .pb-md-59,
.py-md-59 {
    padding-bottom: 59px !important;
  }

  .pl-md-59,
.px-md-59 {
    padding-left: 59px !important;
  }

  .p-md-60 {
    padding: 60px !important;
  }

  .pt-md-60,
.py-md-60 {
    padding-top: 60px !important;
  }

  .pr-md-60,
.px-md-60 {
    padding-right: 60px !important;
  }

  .pb-md-60,
.py-md-60 {
    padding-bottom: 60px !important;
  }

  .pl-md-60,
.px-md-60 {
    padding-left: 60px !important;
  }

  .p-md-61 {
    padding: 61px !important;
  }

  .pt-md-61,
.py-md-61 {
    padding-top: 61px !important;
  }

  .pr-md-61,
.px-md-61 {
    padding-right: 61px !important;
  }

  .pb-md-61,
.py-md-61 {
    padding-bottom: 61px !important;
  }

  .pl-md-61,
.px-md-61 {
    padding-left: 61px !important;
  }

  .p-md-62 {
    padding: 62px !important;
  }

  .pt-md-62,
.py-md-62 {
    padding-top: 62px !important;
  }

  .pr-md-62,
.px-md-62 {
    padding-right: 62px !important;
  }

  .pb-md-62,
.py-md-62 {
    padding-bottom: 62px !important;
  }

  .pl-md-62,
.px-md-62 {
    padding-left: 62px !important;
  }

  .p-md-63 {
    padding: 63px !important;
  }

  .pt-md-63,
.py-md-63 {
    padding-top: 63px !important;
  }

  .pr-md-63,
.px-md-63 {
    padding-right: 63px !important;
  }

  .pb-md-63,
.py-md-63 {
    padding-bottom: 63px !important;
  }

  .pl-md-63,
.px-md-63 {
    padding-left: 63px !important;
  }

  .p-md-64 {
    padding: 64px !important;
  }

  .pt-md-64,
.py-md-64 {
    padding-top: 64px !important;
  }

  .pr-md-64,
.px-md-64 {
    padding-right: 64px !important;
  }

  .pb-md-64,
.py-md-64 {
    padding-bottom: 64px !important;
  }

  .pl-md-64,
.px-md-64 {
    padding-left: 64px !important;
  }

  .m-md-n1 {
    margin: -1px !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -1px !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -1px !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -1px !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -1px !important;
  }

  .m-md-n2 {
    margin: -2px !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -2px !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -2px !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -2px !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -2px !important;
  }

  .m-md-n3 {
    margin: -3px !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -3px !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -3px !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -3px !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -3px !important;
  }

  .m-md-n4 {
    margin: -4px !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -4px !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -4px !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -4px !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -4px !important;
  }

  .m-md-n5 {
    margin: -5px !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -5px !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -5px !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -5px !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -5px !important;
  }

  .m-md-n6 {
    margin: -6px !important;
  }

  .mt-md-n6,
.my-md-n6 {
    margin-top: -6px !important;
  }

  .mr-md-n6,
.mx-md-n6 {
    margin-right: -6px !important;
  }

  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -6px !important;
  }

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -6px !important;
  }

  .m-md-n7 {
    margin: -7px !important;
  }

  .mt-md-n7,
.my-md-n7 {
    margin-top: -7px !important;
  }

  .mr-md-n7,
.mx-md-n7 {
    margin-right: -7px !important;
  }

  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -7px !important;
  }

  .ml-md-n7,
.mx-md-n7 {
    margin-left: -7px !important;
  }

  .m-md-n8 {
    margin: -8px !important;
  }

  .mt-md-n8,
.my-md-n8 {
    margin-top: -8px !important;
  }

  .mr-md-n8,
.mx-md-n8 {
    margin-right: -8px !important;
  }

  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -8px !important;
  }

  .ml-md-n8,
.mx-md-n8 {
    margin-left: -8px !important;
  }

  .m-md-n9 {
    margin: -9px !important;
  }

  .mt-md-n9,
.my-md-n9 {
    margin-top: -9px !important;
  }

  .mr-md-n9,
.mx-md-n9 {
    margin-right: -9px !important;
  }

  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -9px !important;
  }

  .ml-md-n9,
.mx-md-n9 {
    margin-left: -9px !important;
  }

  .m-md-n10 {
    margin: -10px !important;
  }

  .mt-md-n10,
.my-md-n10 {
    margin-top: -10px !important;
  }

  .mr-md-n10,
.mx-md-n10 {
    margin-right: -10px !important;
  }

  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -10px !important;
  }

  .ml-md-n10,
.mx-md-n10 {
    margin-left: -10px !important;
  }

  .m-md-n11 {
    margin: -11px !important;
  }

  .mt-md-n11,
.my-md-n11 {
    margin-top: -11px !important;
  }

  .mr-md-n11,
.mx-md-n11 {
    margin-right: -11px !important;
  }

  .mb-md-n11,
.my-md-n11 {
    margin-bottom: -11px !important;
  }

  .ml-md-n11,
.mx-md-n11 {
    margin-left: -11px !important;
  }

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

  .mt-md-n12,
.my-md-n12 {
    margin-top: -12px !important;
  }

  .mr-md-n12,
.mx-md-n12 {
    margin-right: -12px !important;
  }

  .mb-md-n12,
.my-md-n12 {
    margin-bottom: -12px !important;
  }

  .ml-md-n12,
.mx-md-n12 {
    margin-left: -12px !important;
  }

  .m-md-n13 {
    margin: -13px !important;
  }

  .mt-md-n13,
.my-md-n13 {
    margin-top: -13px !important;
  }

  .mr-md-n13,
.mx-md-n13 {
    margin-right: -13px !important;
  }

  .mb-md-n13,
.my-md-n13 {
    margin-bottom: -13px !important;
  }

  .ml-md-n13,
.mx-md-n13 {
    margin-left: -13px !important;
  }

  .m-md-n14 {
    margin: -14px !important;
  }

  .mt-md-n14,
.my-md-n14 {
    margin-top: -14px !important;
  }

  .mr-md-n14,
.mx-md-n14 {
    margin-right: -14px !important;
  }

  .mb-md-n14,
.my-md-n14 {
    margin-bottom: -14px !important;
  }

  .ml-md-n14,
.mx-md-n14 {
    margin-left: -14px !important;
  }

  .m-md-n15 {
    margin: -15px !important;
  }

  .mt-md-n15,
.my-md-n15 {
    margin-top: -15px !important;
  }

  .mr-md-n15,
.mx-md-n15 {
    margin-right: -15px !important;
  }

  .mb-md-n15,
.my-md-n15 {
    margin-bottom: -15px !important;
  }

  .ml-md-n15,
.mx-md-n15 {
    margin-left: -15px !important;
  }

  .m-md-n16 {
    margin: -16px !important;
  }

  .mt-md-n16,
.my-md-n16 {
    margin-top: -16px !important;
  }

  .mr-md-n16,
.mx-md-n16 {
    margin-right: -16px !important;
  }

  .mb-md-n16,
.my-md-n16 {
    margin-bottom: -16px !important;
  }

  .ml-md-n16,
.mx-md-n16 {
    margin-left: -16px !important;
  }

  .m-md-n17 {
    margin: -17px !important;
  }

  .mt-md-n17,
.my-md-n17 {
    margin-top: -17px !important;
  }

  .mr-md-n17,
.mx-md-n17 {
    margin-right: -17px !important;
  }

  .mb-md-n17,
.my-md-n17 {
    margin-bottom: -17px !important;
  }

  .ml-md-n17,
.mx-md-n17 {
    margin-left: -17px !important;
  }

  .m-md-n18 {
    margin: -18px !important;
  }

  .mt-md-n18,
.my-md-n18 {
    margin-top: -18px !important;
  }

  .mr-md-n18,
.mx-md-n18 {
    margin-right: -18px !important;
  }

  .mb-md-n18,
.my-md-n18 {
    margin-bottom: -18px !important;
  }

  .ml-md-n18,
.mx-md-n18 {
    margin-left: -18px !important;
  }

  .m-md-n19 {
    margin: -19px !important;
  }

  .mt-md-n19,
.my-md-n19 {
    margin-top: -19px !important;
  }

  .mr-md-n19,
.mx-md-n19 {
    margin-right: -19px !important;
  }

  .mb-md-n19,
.my-md-n19 {
    margin-bottom: -19px !important;
  }

  .ml-md-n19,
.mx-md-n19 {
    margin-left: -19px !important;
  }

  .m-md-n20 {
    margin: -20px !important;
  }

  .mt-md-n20,
.my-md-n20 {
    margin-top: -20px !important;
  }

  .mr-md-n20,
.mx-md-n20 {
    margin-right: -20px !important;
  }

  .mb-md-n20,
.my-md-n20 {
    margin-bottom: -20px !important;
  }

  .ml-md-n20,
.mx-md-n20 {
    margin-left: -20px !important;
  }

  .m-md-n21 {
    margin: -21px !important;
  }

  .mt-md-n21,
.my-md-n21 {
    margin-top: -21px !important;
  }

  .mr-md-n21,
.mx-md-n21 {
    margin-right: -21px !important;
  }

  .mb-md-n21,
.my-md-n21 {
    margin-bottom: -21px !important;
  }

  .ml-md-n21,
.mx-md-n21 {
    margin-left: -21px !important;
  }

  .m-md-n22 {
    margin: -22px !important;
  }

  .mt-md-n22,
.my-md-n22 {
    margin-top: -22px !important;
  }

  .mr-md-n22,
.mx-md-n22 {
    margin-right: -22px !important;
  }

  .mb-md-n22,
.my-md-n22 {
    margin-bottom: -22px !important;
  }

  .ml-md-n22,
.mx-md-n22 {
    margin-left: -22px !important;
  }

  .m-md-n23 {
    margin: -23px !important;
  }

  .mt-md-n23,
.my-md-n23 {
    margin-top: -23px !important;
  }

  .mr-md-n23,
.mx-md-n23 {
    margin-right: -23px !important;
  }

  .mb-md-n23,
.my-md-n23 {
    margin-bottom: -23px !important;
  }

  .ml-md-n23,
.mx-md-n23 {
    margin-left: -23px !important;
  }

  .m-md-n24 {
    margin: -24px !important;
  }

  .mt-md-n24,
.my-md-n24 {
    margin-top: -24px !important;
  }

  .mr-md-n24,
.mx-md-n24 {
    margin-right: -24px !important;
  }

  .mb-md-n24,
.my-md-n24 {
    margin-bottom: -24px !important;
  }

  .ml-md-n24,
.mx-md-n24 {
    margin-left: -24px !important;
  }

  .m-md-n25 {
    margin: -25px !important;
  }

  .mt-md-n25,
.my-md-n25 {
    margin-top: -25px !important;
  }

  .mr-md-n25,
.mx-md-n25 {
    margin-right: -25px !important;
  }

  .mb-md-n25,
.my-md-n25 {
    margin-bottom: -25px !important;
  }

  .ml-md-n25,
.mx-md-n25 {
    margin-left: -25px !important;
  }

  .m-md-n26 {
    margin: -26px !important;
  }

  .mt-md-n26,
.my-md-n26 {
    margin-top: -26px !important;
  }

  .mr-md-n26,
.mx-md-n26 {
    margin-right: -26px !important;
  }

  .mb-md-n26,
.my-md-n26 {
    margin-bottom: -26px !important;
  }

  .ml-md-n26,
.mx-md-n26 {
    margin-left: -26px !important;
  }

  .m-md-n27 {
    margin: -27px !important;
  }

  .mt-md-n27,
.my-md-n27 {
    margin-top: -27px !important;
  }

  .mr-md-n27,
.mx-md-n27 {
    margin-right: -27px !important;
  }

  .mb-md-n27,
.my-md-n27 {
    margin-bottom: -27px !important;
  }

  .ml-md-n27,
.mx-md-n27 {
    margin-left: -27px !important;
  }

  .m-md-n28 {
    margin: -28px !important;
  }

  .mt-md-n28,
.my-md-n28 {
    margin-top: -28px !important;
  }

  .mr-md-n28,
.mx-md-n28 {
    margin-right: -28px !important;
  }

  .mb-md-n28,
.my-md-n28 {
    margin-bottom: -28px !important;
  }

  .ml-md-n28,
.mx-md-n28 {
    margin-left: -28px !important;
  }

  .m-md-n29 {
    margin: -29px !important;
  }

  .mt-md-n29,
.my-md-n29 {
    margin-top: -29px !important;
  }

  .mr-md-n29,
.mx-md-n29 {
    margin-right: -29px !important;
  }

  .mb-md-n29,
.my-md-n29 {
    margin-bottom: -29px !important;
  }

  .ml-md-n29,
.mx-md-n29 {
    margin-left: -29px !important;
  }

  .m-md-n30 {
    margin: -30px !important;
  }

  .mt-md-n30,
.my-md-n30 {
    margin-top: -30px !important;
  }

  .mr-md-n30,
.mx-md-n30 {
    margin-right: -30px !important;
  }

  .mb-md-n30,
.my-md-n30 {
    margin-bottom: -30px !important;
  }

  .ml-md-n30,
.mx-md-n30 {
    margin-left: -30px !important;
  }

  .m-md-n31 {
    margin: -31px !important;
  }

  .mt-md-n31,
.my-md-n31 {
    margin-top: -31px !important;
  }

  .mr-md-n31,
.mx-md-n31 {
    margin-right: -31px !important;
  }

  .mb-md-n31,
.my-md-n31 {
    margin-bottom: -31px !important;
  }

  .ml-md-n31,
.mx-md-n31 {
    margin-left: -31px !important;
  }

  .m-md-n32 {
    margin: -32px !important;
  }

  .mt-md-n32,
.my-md-n32 {
    margin-top: -32px !important;
  }

  .mr-md-n32,
.mx-md-n32 {
    margin-right: -32px !important;
  }

  .mb-md-n32,
.my-md-n32 {
    margin-bottom: -32px !important;
  }

  .ml-md-n32,
.mx-md-n32 {
    margin-left: -32px !important;
  }

  .m-md-n33 {
    margin: -33px !important;
  }

  .mt-md-n33,
.my-md-n33 {
    margin-top: -33px !important;
  }

  .mr-md-n33,
.mx-md-n33 {
    margin-right: -33px !important;
  }

  .mb-md-n33,
.my-md-n33 {
    margin-bottom: -33px !important;
  }

  .ml-md-n33,
.mx-md-n33 {
    margin-left: -33px !important;
  }

  .m-md-n34 {
    margin: -34px !important;
  }

  .mt-md-n34,
.my-md-n34 {
    margin-top: -34px !important;
  }

  .mr-md-n34,
.mx-md-n34 {
    margin-right: -34px !important;
  }

  .mb-md-n34,
.my-md-n34 {
    margin-bottom: -34px !important;
  }

  .ml-md-n34,
.mx-md-n34 {
    margin-left: -34px !important;
  }

  .m-md-n35 {
    margin: -35px !important;
  }

  .mt-md-n35,
.my-md-n35 {
    margin-top: -35px !important;
  }

  .mr-md-n35,
.mx-md-n35 {
    margin-right: -35px !important;
  }

  .mb-md-n35,
.my-md-n35 {
    margin-bottom: -35px !important;
  }

  .ml-md-n35,
.mx-md-n35 {
    margin-left: -35px !important;
  }

  .m-md-n36 {
    margin: -36px !important;
  }

  .mt-md-n36,
.my-md-n36 {
    margin-top: -36px !important;
  }

  .mr-md-n36,
.mx-md-n36 {
    margin-right: -36px !important;
  }

  .mb-md-n36,
.my-md-n36 {
    margin-bottom: -36px !important;
  }

  .ml-md-n36,
.mx-md-n36 {
    margin-left: -36px !important;
  }

  .m-md-n37 {
    margin: -37px !important;
  }

  .mt-md-n37,
.my-md-n37 {
    margin-top: -37px !important;
  }

  .mr-md-n37,
.mx-md-n37 {
    margin-right: -37px !important;
  }

  .mb-md-n37,
.my-md-n37 {
    margin-bottom: -37px !important;
  }

  .ml-md-n37,
.mx-md-n37 {
    margin-left: -37px !important;
  }

  .m-md-n38 {
    margin: -38px !important;
  }

  .mt-md-n38,
.my-md-n38 {
    margin-top: -38px !important;
  }

  .mr-md-n38,
.mx-md-n38 {
    margin-right: -38px !important;
  }

  .mb-md-n38,
.my-md-n38 {
    margin-bottom: -38px !important;
  }

  .ml-md-n38,
.mx-md-n38 {
    margin-left: -38px !important;
  }

  .m-md-n39 {
    margin: -39px !important;
  }

  .mt-md-n39,
.my-md-n39 {
    margin-top: -39px !important;
  }

  .mr-md-n39,
.mx-md-n39 {
    margin-right: -39px !important;
  }

  .mb-md-n39,
.my-md-n39 {
    margin-bottom: -39px !important;
  }

  .ml-md-n39,
.mx-md-n39 {
    margin-left: -39px !important;
  }

  .m-md-n40 {
    margin: -40px !important;
  }

  .mt-md-n40,
.my-md-n40 {
    margin-top: -40px !important;
  }

  .mr-md-n40,
.mx-md-n40 {
    margin-right: -40px !important;
  }

  .mb-md-n40,
.my-md-n40 {
    margin-bottom: -40px !important;
  }

  .ml-md-n40,
.mx-md-n40 {
    margin-left: -40px !important;
  }

  .m-md-n41 {
    margin: -41px !important;
  }

  .mt-md-n41,
.my-md-n41 {
    margin-top: -41px !important;
  }

  .mr-md-n41,
.mx-md-n41 {
    margin-right: -41px !important;
  }

  .mb-md-n41,
.my-md-n41 {
    margin-bottom: -41px !important;
  }

  .ml-md-n41,
.mx-md-n41 {
    margin-left: -41px !important;
  }

  .m-md-n42 {
    margin: -42px !important;
  }

  .mt-md-n42,
.my-md-n42 {
    margin-top: -42px !important;
  }

  .mr-md-n42,
.mx-md-n42 {
    margin-right: -42px !important;
  }

  .mb-md-n42,
.my-md-n42 {
    margin-bottom: -42px !important;
  }

  .ml-md-n42,
.mx-md-n42 {
    margin-left: -42px !important;
  }

  .m-md-n43 {
    margin: -43px !important;
  }

  .mt-md-n43,
.my-md-n43 {
    margin-top: -43px !important;
  }

  .mr-md-n43,
.mx-md-n43 {
    margin-right: -43px !important;
  }

  .mb-md-n43,
.my-md-n43 {
    margin-bottom: -43px !important;
  }

  .ml-md-n43,
.mx-md-n43 {
    margin-left: -43px !important;
  }

  .m-md-n44 {
    margin: -44px !important;
  }

  .mt-md-n44,
.my-md-n44 {
    margin-top: -44px !important;
  }

  .mr-md-n44,
.mx-md-n44 {
    margin-right: -44px !important;
  }

  .mb-md-n44,
.my-md-n44 {
    margin-bottom: -44px !important;
  }

  .ml-md-n44,
.mx-md-n44 {
    margin-left: -44px !important;
  }

  .m-md-n45 {
    margin: -45px !important;
  }

  .mt-md-n45,
.my-md-n45 {
    margin-top: -45px !important;
  }

  .mr-md-n45,
.mx-md-n45 {
    margin-right: -45px !important;
  }

  .mb-md-n45,
.my-md-n45 {
    margin-bottom: -45px !important;
  }

  .ml-md-n45,
.mx-md-n45 {
    margin-left: -45px !important;
  }

  .m-md-n46 {
    margin: -46px !important;
  }

  .mt-md-n46,
.my-md-n46 {
    margin-top: -46px !important;
  }

  .mr-md-n46,
.mx-md-n46 {
    margin-right: -46px !important;
  }

  .mb-md-n46,
.my-md-n46 {
    margin-bottom: -46px !important;
  }

  .ml-md-n46,
.mx-md-n46 {
    margin-left: -46px !important;
  }

  .m-md-n47 {
    margin: -47px !important;
  }

  .mt-md-n47,
.my-md-n47 {
    margin-top: -47px !important;
  }

  .mr-md-n47,
.mx-md-n47 {
    margin-right: -47px !important;
  }

  .mb-md-n47,
.my-md-n47 {
    margin-bottom: -47px !important;
  }

  .ml-md-n47,
.mx-md-n47 {
    margin-left: -47px !important;
  }

  .m-md-n48 {
    margin: -48px !important;
  }

  .mt-md-n48,
.my-md-n48 {
    margin-top: -48px !important;
  }

  .mr-md-n48,
.mx-md-n48 {
    margin-right: -48px !important;
  }

  .mb-md-n48,
.my-md-n48 {
    margin-bottom: -48px !important;
  }

  .ml-md-n48,
.mx-md-n48 {
    margin-left: -48px !important;
  }

  .m-md-n49 {
    margin: -49px !important;
  }

  .mt-md-n49,
.my-md-n49 {
    margin-top: -49px !important;
  }

  .mr-md-n49,
.mx-md-n49 {
    margin-right: -49px !important;
  }

  .mb-md-n49,
.my-md-n49 {
    margin-bottom: -49px !important;
  }

  .ml-md-n49,
.mx-md-n49 {
    margin-left: -49px !important;
  }

  .m-md-n50 {
    margin: -50px !important;
  }

  .mt-md-n50,
.my-md-n50 {
    margin-top: -50px !important;
  }

  .mr-md-n50,
.mx-md-n50 {
    margin-right: -50px !important;
  }

  .mb-md-n50,
.my-md-n50 {
    margin-bottom: -50px !important;
  }

  .ml-md-n50,
.mx-md-n50 {
    margin-left: -50px !important;
  }

  .m-md-n51 {
    margin: -51px !important;
  }

  .mt-md-n51,
.my-md-n51 {
    margin-top: -51px !important;
  }

  .mr-md-n51,
.mx-md-n51 {
    margin-right: -51px !important;
  }

  .mb-md-n51,
.my-md-n51 {
    margin-bottom: -51px !important;
  }

  .ml-md-n51,
.mx-md-n51 {
    margin-left: -51px !important;
  }

  .m-md-n52 {
    margin: -52px !important;
  }

  .mt-md-n52,
.my-md-n52 {
    margin-top: -52px !important;
  }

  .mr-md-n52,
.mx-md-n52 {
    margin-right: -52px !important;
  }

  .mb-md-n52,
.my-md-n52 {
    margin-bottom: -52px !important;
  }

  .ml-md-n52,
.mx-md-n52 {
    margin-left: -52px !important;
  }

  .m-md-n53 {
    margin: -53px !important;
  }

  .mt-md-n53,
.my-md-n53 {
    margin-top: -53px !important;
  }

  .mr-md-n53,
.mx-md-n53 {
    margin-right: -53px !important;
  }

  .mb-md-n53,
.my-md-n53 {
    margin-bottom: -53px !important;
  }

  .ml-md-n53,
.mx-md-n53 {
    margin-left: -53px !important;
  }

  .m-md-n54 {
    margin: -54px !important;
  }

  .mt-md-n54,
.my-md-n54 {
    margin-top: -54px !important;
  }

  .mr-md-n54,
.mx-md-n54 {
    margin-right: -54px !important;
  }

  .mb-md-n54,
.my-md-n54 {
    margin-bottom: -54px !important;
  }

  .ml-md-n54,
.mx-md-n54 {
    margin-left: -54px !important;
  }

  .m-md-n55 {
    margin: -55px !important;
  }

  .mt-md-n55,
.my-md-n55 {
    margin-top: -55px !important;
  }

  .mr-md-n55,
.mx-md-n55 {
    margin-right: -55px !important;
  }

  .mb-md-n55,
.my-md-n55 {
    margin-bottom: -55px !important;
  }

  .ml-md-n55,
.mx-md-n55 {
    margin-left: -55px !important;
  }

  .m-md-n56 {
    margin: -56px !important;
  }

  .mt-md-n56,
.my-md-n56 {
    margin-top: -56px !important;
  }

  .mr-md-n56,
.mx-md-n56 {
    margin-right: -56px !important;
  }

  .mb-md-n56,
.my-md-n56 {
    margin-bottom: -56px !important;
  }

  .ml-md-n56,
.mx-md-n56 {
    margin-left: -56px !important;
  }

  .m-md-n57 {
    margin: -57px !important;
  }

  .mt-md-n57,
.my-md-n57 {
    margin-top: -57px !important;
  }

  .mr-md-n57,
.mx-md-n57 {
    margin-right: -57px !important;
  }

  .mb-md-n57,
.my-md-n57 {
    margin-bottom: -57px !important;
  }

  .ml-md-n57,
.mx-md-n57 {
    margin-left: -57px !important;
  }

  .m-md-n58 {
    margin: -58px !important;
  }

  .mt-md-n58,
.my-md-n58 {
    margin-top: -58px !important;
  }

  .mr-md-n58,
.mx-md-n58 {
    margin-right: -58px !important;
  }

  .mb-md-n58,
.my-md-n58 {
    margin-bottom: -58px !important;
  }

  .ml-md-n58,
.mx-md-n58 {
    margin-left: -58px !important;
  }

  .m-md-n59 {
    margin: -59px !important;
  }

  .mt-md-n59,
.my-md-n59 {
    margin-top: -59px !important;
  }

  .mr-md-n59,
.mx-md-n59 {
    margin-right: -59px !important;
  }

  .mb-md-n59,
.my-md-n59 {
    margin-bottom: -59px !important;
  }

  .ml-md-n59,
.mx-md-n59 {
    margin-left: -59px !important;
  }

  .m-md-n60 {
    margin: -60px !important;
  }

  .mt-md-n60,
.my-md-n60 {
    margin-top: -60px !important;
  }

  .mr-md-n60,
.mx-md-n60 {
    margin-right: -60px !important;
  }

  .mb-md-n60,
.my-md-n60 {
    margin-bottom: -60px !important;
  }

  .ml-md-n60,
.mx-md-n60 {
    margin-left: -60px !important;
  }

  .m-md-n61 {
    margin: -61px !important;
  }

  .mt-md-n61,
.my-md-n61 {
    margin-top: -61px !important;
  }

  .mr-md-n61,
.mx-md-n61 {
    margin-right: -61px !important;
  }

  .mb-md-n61,
.my-md-n61 {
    margin-bottom: -61px !important;
  }

  .ml-md-n61,
.mx-md-n61 {
    margin-left: -61px !important;
  }

  .m-md-n62 {
    margin: -62px !important;
  }

  .mt-md-n62,
.my-md-n62 {
    margin-top: -62px !important;
  }

  .mr-md-n62,
.mx-md-n62 {
    margin-right: -62px !important;
  }

  .mb-md-n62,
.my-md-n62 {
    margin-bottom: -62px !important;
  }

  .ml-md-n62,
.mx-md-n62 {
    margin-left: -62px !important;
  }

  .m-md-n63 {
    margin: -63px !important;
  }

  .mt-md-n63,
.my-md-n63 {
    margin-top: -63px !important;
  }

  .mr-md-n63,
.mx-md-n63 {
    margin-right: -63px !important;
  }

  .mb-md-n63,
.my-md-n63 {
    margin-bottom: -63px !important;
  }

  .ml-md-n63,
.mx-md-n63 {
    margin-left: -63px !important;
  }

  .m-md-n64 {
    margin: -64px !important;
  }

  .mt-md-n64,
.my-md-n64 {
    margin-top: -64px !important;
  }

  .mr-md-n64,
.mx-md-n64 {
    margin-right: -64px !important;
  }

  .mb-md-n64,
.my-md-n64 {
    margin-bottom: -64px !important;
  }

  .ml-md-n64,
.mx-md-n64 {
    margin-left: -64px !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: 1px !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 1px !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 1px !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 1px !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 1px !important;
  }

  .m-lg-2 {
    margin: 2px !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 2px !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 2px !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 2px !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 2px !important;
  }

  .m-lg-3 {
    margin: 3px !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 3px !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 3px !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 3px !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 3px !important;
  }

  .m-lg-4 {
    margin: 4px !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 4px !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 4px !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 4px !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 4px !important;
  }

  .m-lg-5 {
    margin: 5px !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 5px !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 5px !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 5px !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 5px !important;
  }

  .m-lg-6 {
    margin: 6px !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 6px !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 6px !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 6px !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 6px !important;
  }

  .m-lg-7 {
    margin: 7px !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 7px !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 7px !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 7px !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 7px !important;
  }

  .m-lg-8 {
    margin: 8px !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 8px !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 8px !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 8px !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 8px !important;
  }

  .m-lg-9 {
    margin: 9px !important;
  }

  .mt-lg-9,
.my-lg-9 {
    margin-top: 9px !important;
  }

  .mr-lg-9,
.mx-lg-9 {
    margin-right: 9px !important;
  }

  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 9px !important;
  }

  .ml-lg-9,
.mx-lg-9 {
    margin-left: 9px !important;
  }

  .m-lg-10 {
    margin: 10px !important;
  }

  .mt-lg-10,
.my-lg-10 {
    margin-top: 10px !important;
  }

  .mr-lg-10,
.mx-lg-10 {
    margin-right: 10px !important;
  }

  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 10px !important;
  }

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 10px !important;
  }

  .m-lg-11 {
    margin: 11px !important;
  }

  .mt-lg-11,
.my-lg-11 {
    margin-top: 11px !important;
  }

  .mr-lg-11,
.mx-lg-11 {
    margin-right: 11px !important;
  }

  .mb-lg-11,
.my-lg-11 {
    margin-bottom: 11px !important;
  }

  .ml-lg-11,
.mx-lg-11 {
    margin-left: 11px !important;
  }

  .m-lg-12 {
    margin: 12px !important;
  }

  .mt-lg-12,
.my-lg-12 {
    margin-top: 12px !important;
  }

  .mr-lg-12,
.mx-lg-12 {
    margin-right: 12px !important;
  }

  .mb-lg-12,
.my-lg-12 {
    margin-bottom: 12px !important;
  }

  .ml-lg-12,
.mx-lg-12 {
    margin-left: 12px !important;
  }

  .m-lg-13 {
    margin: 13px !important;
  }

  .mt-lg-13,
.my-lg-13 {
    margin-top: 13px !important;
  }

  .mr-lg-13,
.mx-lg-13 {
    margin-right: 13px !important;
  }

  .mb-lg-13,
.my-lg-13 {
    margin-bottom: 13px !important;
  }

  .ml-lg-13,
.mx-lg-13 {
    margin-left: 13px !important;
  }

  .m-lg-14 {
    margin: 14px !important;
  }

  .mt-lg-14,
.my-lg-14 {
    margin-top: 14px !important;
  }

  .mr-lg-14,
.mx-lg-14 {
    margin-right: 14px !important;
  }

  .mb-lg-14,
.my-lg-14 {
    margin-bottom: 14px !important;
  }

  .ml-lg-14,
.mx-lg-14 {
    margin-left: 14px !important;
  }

  .m-lg-15 {
    margin: 15px !important;
  }

  .mt-lg-15,
.my-lg-15 {
    margin-top: 15px !important;
  }

  .mr-lg-15,
.mx-lg-15 {
    margin-right: 15px !important;
  }

  .mb-lg-15,
.my-lg-15 {
    margin-bottom: 15px !important;
  }

  .ml-lg-15,
.mx-lg-15 {
    margin-left: 15px !important;
  }

  .m-lg-16 {
    margin: 16px !important;
  }

  .mt-lg-16,
.my-lg-16 {
    margin-top: 16px !important;
  }

  .mr-lg-16,
.mx-lg-16 {
    margin-right: 16px !important;
  }

  .mb-lg-16,
.my-lg-16 {
    margin-bottom: 16px !important;
  }

  .ml-lg-16,
.mx-lg-16 {
    margin-left: 16px !important;
  }

  .m-lg-17 {
    margin: 17px !important;
  }

  .mt-lg-17,
.my-lg-17 {
    margin-top: 17px !important;
  }

  .mr-lg-17,
.mx-lg-17 {
    margin-right: 17px !important;
  }

  .mb-lg-17,
.my-lg-17 {
    margin-bottom: 17px !important;
  }

  .ml-lg-17,
.mx-lg-17 {
    margin-left: 17px !important;
  }

  .m-lg-18 {
    margin: 18px !important;
  }

  .mt-lg-18,
.my-lg-18 {
    margin-top: 18px !important;
  }

  .mr-lg-18,
.mx-lg-18 {
    margin-right: 18px !important;
  }

  .mb-lg-18,
.my-lg-18 {
    margin-bottom: 18px !important;
  }

  .ml-lg-18,
.mx-lg-18 {
    margin-left: 18px !important;
  }

  .m-lg-19 {
    margin: 19px !important;
  }

  .mt-lg-19,
.my-lg-19 {
    margin-top: 19px !important;
  }

  .mr-lg-19,
.mx-lg-19 {
    margin-right: 19px !important;
  }

  .mb-lg-19,
.my-lg-19 {
    margin-bottom: 19px !important;
  }

  .ml-lg-19,
.mx-lg-19 {
    margin-left: 19px !important;
  }

  .m-lg-20 {
    margin: 20px !important;
  }

  .mt-lg-20,
.my-lg-20 {
    margin-top: 20px !important;
  }

  .mr-lg-20,
.mx-lg-20 {
    margin-right: 20px !important;
  }

  .mb-lg-20,
.my-lg-20 {
    margin-bottom: 20px !important;
  }

  .ml-lg-20,
.mx-lg-20 {
    margin-left: 20px !important;
  }

  .m-lg-21 {
    margin: 21px !important;
  }

  .mt-lg-21,
.my-lg-21 {
    margin-top: 21px !important;
  }

  .mr-lg-21,
.mx-lg-21 {
    margin-right: 21px !important;
  }

  .mb-lg-21,
.my-lg-21 {
    margin-bottom: 21px !important;
  }

  .ml-lg-21,
.mx-lg-21 {
    margin-left: 21px !important;
  }

  .m-lg-22 {
    margin: 22px !important;
  }

  .mt-lg-22,
.my-lg-22 {
    margin-top: 22px !important;
  }

  .mr-lg-22,
.mx-lg-22 {
    margin-right: 22px !important;
  }

  .mb-lg-22,
.my-lg-22 {
    margin-bottom: 22px !important;
  }

  .ml-lg-22,
.mx-lg-22 {
    margin-left: 22px !important;
  }

  .m-lg-23 {
    margin: 23px !important;
  }

  .mt-lg-23,
.my-lg-23 {
    margin-top: 23px !important;
  }

  .mr-lg-23,
.mx-lg-23 {
    margin-right: 23px !important;
  }

  .mb-lg-23,
.my-lg-23 {
    margin-bottom: 23px !important;
  }

  .ml-lg-23,
.mx-lg-23 {
    margin-left: 23px !important;
  }

  .m-lg-24 {
    margin: 24px !important;
  }

  .mt-lg-24,
.my-lg-24 {
    margin-top: 24px !important;
  }

  .mr-lg-24,
.mx-lg-24 {
    margin-right: 24px !important;
  }

  .mb-lg-24,
.my-lg-24 {
    margin-bottom: 24px !important;
  }

  .ml-lg-24,
.mx-lg-24 {
    margin-left: 24px !important;
  }

  .m-lg-25 {
    margin: 25px !important;
  }

  .mt-lg-25,
.my-lg-25 {
    margin-top: 25px !important;
  }

  .mr-lg-25,
.mx-lg-25 {
    margin-right: 25px !important;
  }

  .mb-lg-25,
.my-lg-25 {
    margin-bottom: 25px !important;
  }

  .ml-lg-25,
.mx-lg-25 {
    margin-left: 25px !important;
  }

  .m-lg-26 {
    margin: 26px !important;
  }

  .mt-lg-26,
.my-lg-26 {
    margin-top: 26px !important;
  }

  .mr-lg-26,
.mx-lg-26 {
    margin-right: 26px !important;
  }

  .mb-lg-26,
.my-lg-26 {
    margin-bottom: 26px !important;
  }

  .ml-lg-26,
.mx-lg-26 {
    margin-left: 26px !important;
  }

  .m-lg-27 {
    margin: 27px !important;
  }

  .mt-lg-27,
.my-lg-27 {
    margin-top: 27px !important;
  }

  .mr-lg-27,
.mx-lg-27 {
    margin-right: 27px !important;
  }

  .mb-lg-27,
.my-lg-27 {
    margin-bottom: 27px !important;
  }

  .ml-lg-27,
.mx-lg-27 {
    margin-left: 27px !important;
  }

  .m-lg-28 {
    margin: 28px !important;
  }

  .mt-lg-28,
.my-lg-28 {
    margin-top: 28px !important;
  }

  .mr-lg-28,
.mx-lg-28 {
    margin-right: 28px !important;
  }

  .mb-lg-28,
.my-lg-28 {
    margin-bottom: 28px !important;
  }

  .ml-lg-28,
.mx-lg-28 {
    margin-left: 28px !important;
  }

  .m-lg-29 {
    margin: 29px !important;
  }

  .mt-lg-29,
.my-lg-29 {
    margin-top: 29px !important;
  }

  .mr-lg-29,
.mx-lg-29 {
    margin-right: 29px !important;
  }

  .mb-lg-29,
.my-lg-29 {
    margin-bottom: 29px !important;
  }

  .ml-lg-29,
.mx-lg-29 {
    margin-left: 29px !important;
  }

  .m-lg-30 {
    margin: 30px !important;
  }

  .mt-lg-30,
.my-lg-30 {
    margin-top: 30px !important;
  }

  .mr-lg-30,
.mx-lg-30 {
    margin-right: 30px !important;
  }

  .mb-lg-30,
.my-lg-30 {
    margin-bottom: 30px !important;
  }

  .ml-lg-30,
.mx-lg-30 {
    margin-left: 30px !important;
  }

  .m-lg-31 {
    margin: 31px !important;
  }

  .mt-lg-31,
.my-lg-31 {
    margin-top: 31px !important;
  }

  .mr-lg-31,
.mx-lg-31 {
    margin-right: 31px !important;
  }

  .mb-lg-31,
.my-lg-31 {
    margin-bottom: 31px !important;
  }

  .ml-lg-31,
.mx-lg-31 {
    margin-left: 31px !important;
  }

  .m-lg-32 {
    margin: 32px !important;
  }

  .mt-lg-32,
.my-lg-32 {
    margin-top: 32px !important;
  }

  .mr-lg-32,
.mx-lg-32 {
    margin-right: 32px !important;
  }

  .mb-lg-32,
.my-lg-32 {
    margin-bottom: 32px !important;
  }

  .ml-lg-32,
.mx-lg-32 {
    margin-left: 32px !important;
  }

  .m-lg-33 {
    margin: 33px !important;
  }

  .mt-lg-33,
.my-lg-33 {
    margin-top: 33px !important;
  }

  .mr-lg-33,
.mx-lg-33 {
    margin-right: 33px !important;
  }

  .mb-lg-33,
.my-lg-33 {
    margin-bottom: 33px !important;
  }

  .ml-lg-33,
.mx-lg-33 {
    margin-left: 33px !important;
  }

  .m-lg-34 {
    margin: 34px !important;
  }

  .mt-lg-34,
.my-lg-34 {
    margin-top: 34px !important;
  }

  .mr-lg-34,
.mx-lg-34 {
    margin-right: 34px !important;
  }

  .mb-lg-34,
.my-lg-34 {
    margin-bottom: 34px !important;
  }

  .ml-lg-34,
.mx-lg-34 {
    margin-left: 34px !important;
  }

  .m-lg-35 {
    margin: 35px !important;
  }

  .mt-lg-35,
.my-lg-35 {
    margin-top: 35px !important;
  }

  .mr-lg-35,
.mx-lg-35 {
    margin-right: 35px !important;
  }

  .mb-lg-35,
.my-lg-35 {
    margin-bottom: 35px !important;
  }

  .ml-lg-35,
.mx-lg-35 {
    margin-left: 35px !important;
  }

  .m-lg-36 {
    margin: 36px !important;
  }

  .mt-lg-36,
.my-lg-36 {
    margin-top: 36px !important;
  }

  .mr-lg-36,
.mx-lg-36 {
    margin-right: 36px !important;
  }

  .mb-lg-36,
.my-lg-36 {
    margin-bottom: 36px !important;
  }

  .ml-lg-36,
.mx-lg-36 {
    margin-left: 36px !important;
  }

  .m-lg-37 {
    margin: 37px !important;
  }

  .mt-lg-37,
.my-lg-37 {
    margin-top: 37px !important;
  }

  .mr-lg-37,
.mx-lg-37 {
    margin-right: 37px !important;
  }

  .mb-lg-37,
.my-lg-37 {
    margin-bottom: 37px !important;
  }

  .ml-lg-37,
.mx-lg-37 {
    margin-left: 37px !important;
  }

  .m-lg-38 {
    margin: 38px !important;
  }

  .mt-lg-38,
.my-lg-38 {
    margin-top: 38px !important;
  }

  .mr-lg-38,
.mx-lg-38 {
    margin-right: 38px !important;
  }

  .mb-lg-38,
.my-lg-38 {
    margin-bottom: 38px !important;
  }

  .ml-lg-38,
.mx-lg-38 {
    margin-left: 38px !important;
  }

  .m-lg-39 {
    margin: 39px !important;
  }

  .mt-lg-39,
.my-lg-39 {
    margin-top: 39px !important;
  }

  .mr-lg-39,
.mx-lg-39 {
    margin-right: 39px !important;
  }

  .mb-lg-39,
.my-lg-39 {
    margin-bottom: 39px !important;
  }

  .ml-lg-39,
.mx-lg-39 {
    margin-left: 39px !important;
  }

  .m-lg-40 {
    margin: 40px !important;
  }

  .mt-lg-40,
.my-lg-40 {
    margin-top: 40px !important;
  }

  .mr-lg-40,
.mx-lg-40 {
    margin-right: 40px !important;
  }

  .mb-lg-40,
.my-lg-40 {
    margin-bottom: 40px !important;
  }

  .ml-lg-40,
.mx-lg-40 {
    margin-left: 40px !important;
  }

  .m-lg-41 {
    margin: 41px !important;
  }

  .mt-lg-41,
.my-lg-41 {
    margin-top: 41px !important;
  }

  .mr-lg-41,
.mx-lg-41 {
    margin-right: 41px !important;
  }

  .mb-lg-41,
.my-lg-41 {
    margin-bottom: 41px !important;
  }

  .ml-lg-41,
.mx-lg-41 {
    margin-left: 41px !important;
  }

  .m-lg-42 {
    margin: 42px !important;
  }

  .mt-lg-42,
.my-lg-42 {
    margin-top: 42px !important;
  }

  .mr-lg-42,
.mx-lg-42 {
    margin-right: 42px !important;
  }

  .mb-lg-42,
.my-lg-42 {
    margin-bottom: 42px !important;
  }

  .ml-lg-42,
.mx-lg-42 {
    margin-left: 42px !important;
  }

  .m-lg-43 {
    margin: 43px !important;
  }

  .mt-lg-43,
.my-lg-43 {
    margin-top: 43px !important;
  }

  .mr-lg-43,
.mx-lg-43 {
    margin-right: 43px !important;
  }

  .mb-lg-43,
.my-lg-43 {
    margin-bottom: 43px !important;
  }

  .ml-lg-43,
.mx-lg-43 {
    margin-left: 43px !important;
  }

  .m-lg-44 {
    margin: 44px !important;
  }

  .mt-lg-44,
.my-lg-44 {
    margin-top: 44px !important;
  }

  .mr-lg-44,
.mx-lg-44 {
    margin-right: 44px !important;
  }

  .mb-lg-44,
.my-lg-44 {
    margin-bottom: 44px !important;
  }

  .ml-lg-44,
.mx-lg-44 {
    margin-left: 44px !important;
  }

  .m-lg-45 {
    margin: 45px !important;
  }

  .mt-lg-45,
.my-lg-45 {
    margin-top: 45px !important;
  }

  .mr-lg-45,
.mx-lg-45 {
    margin-right: 45px !important;
  }

  .mb-lg-45,
.my-lg-45 {
    margin-bottom: 45px !important;
  }

  .ml-lg-45,
.mx-lg-45 {
    margin-left: 45px !important;
  }

  .m-lg-46 {
    margin: 46px !important;
  }

  .mt-lg-46,
.my-lg-46 {
    margin-top: 46px !important;
  }

  .mr-lg-46,
.mx-lg-46 {
    margin-right: 46px !important;
  }

  .mb-lg-46,
.my-lg-46 {
    margin-bottom: 46px !important;
  }

  .ml-lg-46,
.mx-lg-46 {
    margin-left: 46px !important;
  }

  .m-lg-47 {
    margin: 47px !important;
  }

  .mt-lg-47,
.my-lg-47 {
    margin-top: 47px !important;
  }

  .mr-lg-47,
.mx-lg-47 {
    margin-right: 47px !important;
  }

  .mb-lg-47,
.my-lg-47 {
    margin-bottom: 47px !important;
  }

  .ml-lg-47,
.mx-lg-47 {
    margin-left: 47px !important;
  }

  .m-lg-48 {
    margin: 48px !important;
  }

  .mt-lg-48,
.my-lg-48 {
    margin-top: 48px !important;
  }

  .mr-lg-48,
.mx-lg-48 {
    margin-right: 48px !important;
  }

  .mb-lg-48,
.my-lg-48 {
    margin-bottom: 48px !important;
  }

  .ml-lg-48,
.mx-lg-48 {
    margin-left: 48px !important;
  }

  .m-lg-49 {
    margin: 49px !important;
  }

  .mt-lg-49,
.my-lg-49 {
    margin-top: 49px !important;
  }

  .mr-lg-49,
.mx-lg-49 {
    margin-right: 49px !important;
  }

  .mb-lg-49,
.my-lg-49 {
    margin-bottom: 49px !important;
  }

  .ml-lg-49,
.mx-lg-49 {
    margin-left: 49px !important;
  }

  .m-lg-50 {
    margin: 50px !important;
  }

  .mt-lg-50,
.my-lg-50 {
    margin-top: 50px !important;
  }

  .mr-lg-50,
.mx-lg-50 {
    margin-right: 50px !important;
  }

  .mb-lg-50,
.my-lg-50 {
    margin-bottom: 50px !important;
  }

  .ml-lg-50,
.mx-lg-50 {
    margin-left: 50px !important;
  }

  .m-lg-51 {
    margin: 51px !important;
  }

  .mt-lg-51,
.my-lg-51 {
    margin-top: 51px !important;
  }

  .mr-lg-51,
.mx-lg-51 {
    margin-right: 51px !important;
  }

  .mb-lg-51,
.my-lg-51 {
    margin-bottom: 51px !important;
  }

  .ml-lg-51,
.mx-lg-51 {
    margin-left: 51px !important;
  }

  .m-lg-52 {
    margin: 52px !important;
  }

  .mt-lg-52,
.my-lg-52 {
    margin-top: 52px !important;
  }

  .mr-lg-52,
.mx-lg-52 {
    margin-right: 52px !important;
  }

  .mb-lg-52,
.my-lg-52 {
    margin-bottom: 52px !important;
  }

  .ml-lg-52,
.mx-lg-52 {
    margin-left: 52px !important;
  }

  .m-lg-53 {
    margin: 53px !important;
  }

  .mt-lg-53,
.my-lg-53 {
    margin-top: 53px !important;
  }

  .mr-lg-53,
.mx-lg-53 {
    margin-right: 53px !important;
  }

  .mb-lg-53,
.my-lg-53 {
    margin-bottom: 53px !important;
  }

  .ml-lg-53,
.mx-lg-53 {
    margin-left: 53px !important;
  }

  .m-lg-54 {
    margin: 54px !important;
  }

  .mt-lg-54,
.my-lg-54 {
    margin-top: 54px !important;
  }

  .mr-lg-54,
.mx-lg-54 {
    margin-right: 54px !important;
  }

  .mb-lg-54,
.my-lg-54 {
    margin-bottom: 54px !important;
  }

  .ml-lg-54,
.mx-lg-54 {
    margin-left: 54px !important;
  }

  .m-lg-55 {
    margin: 55px !important;
  }

  .mt-lg-55,
.my-lg-55 {
    margin-top: 55px !important;
  }

  .mr-lg-55,
.mx-lg-55 {
    margin-right: 55px !important;
  }

  .mb-lg-55,
.my-lg-55 {
    margin-bottom: 55px !important;
  }

  .ml-lg-55,
.mx-lg-55 {
    margin-left: 55px !important;
  }

  .m-lg-56 {
    margin: 56px !important;
  }

  .mt-lg-56,
.my-lg-56 {
    margin-top: 56px !important;
  }

  .mr-lg-56,
.mx-lg-56 {
    margin-right: 56px !important;
  }

  .mb-lg-56,
.my-lg-56 {
    margin-bottom: 56px !important;
  }

  .ml-lg-56,
.mx-lg-56 {
    margin-left: 56px !important;
  }

  .m-lg-57 {
    margin: 57px !important;
  }

  .mt-lg-57,
.my-lg-57 {
    margin-top: 57px !important;
  }

  .mr-lg-57,
.mx-lg-57 {
    margin-right: 57px !important;
  }

  .mb-lg-57,
.my-lg-57 {
    margin-bottom: 57px !important;
  }

  .ml-lg-57,
.mx-lg-57 {
    margin-left: 57px !important;
  }

  .m-lg-58 {
    margin: 58px !important;
  }

  .mt-lg-58,
.my-lg-58 {
    margin-top: 58px !important;
  }

  .mr-lg-58,
.mx-lg-58 {
    margin-right: 58px !important;
  }

  .mb-lg-58,
.my-lg-58 {
    margin-bottom: 58px !important;
  }

  .ml-lg-58,
.mx-lg-58 {
    margin-left: 58px !important;
  }

  .m-lg-59 {
    margin: 59px !important;
  }

  .mt-lg-59,
.my-lg-59 {
    margin-top: 59px !important;
  }

  .mr-lg-59,
.mx-lg-59 {
    margin-right: 59px !important;
  }

  .mb-lg-59,
.my-lg-59 {
    margin-bottom: 59px !important;
  }

  .ml-lg-59,
.mx-lg-59 {
    margin-left: 59px !important;
  }

  .m-lg-60 {
    margin: 60px !important;
  }

  .mt-lg-60,
.my-lg-60 {
    margin-top: 60px !important;
  }

  .mr-lg-60,
.mx-lg-60 {
    margin-right: 60px !important;
  }

  .mb-lg-60,
.my-lg-60 {
    margin-bottom: 60px !important;
  }

  .ml-lg-60,
.mx-lg-60 {
    margin-left: 60px !important;
  }

  .m-lg-61 {
    margin: 61px !important;
  }

  .mt-lg-61,
.my-lg-61 {
    margin-top: 61px !important;
  }

  .mr-lg-61,
.mx-lg-61 {
    margin-right: 61px !important;
  }

  .mb-lg-61,
.my-lg-61 {
    margin-bottom: 61px !important;
  }

  .ml-lg-61,
.mx-lg-61 {
    margin-left: 61px !important;
  }

  .m-lg-62 {
    margin: 62px !important;
  }

  .mt-lg-62,
.my-lg-62 {
    margin-top: 62px !important;
  }

  .mr-lg-62,
.mx-lg-62 {
    margin-right: 62px !important;
  }

  .mb-lg-62,
.my-lg-62 {
    margin-bottom: 62px !important;
  }

  .ml-lg-62,
.mx-lg-62 {
    margin-left: 62px !important;
  }

  .m-lg-63 {
    margin: 63px !important;
  }

  .mt-lg-63,
.my-lg-63 {
    margin-top: 63px !important;
  }

  .mr-lg-63,
.mx-lg-63 {
    margin-right: 63px !important;
  }

  .mb-lg-63,
.my-lg-63 {
    margin-bottom: 63px !important;
  }

  .ml-lg-63,
.mx-lg-63 {
    margin-left: 63px !important;
  }

  .m-lg-64 {
    margin: 64px !important;
  }

  .mt-lg-64,
.my-lg-64 {
    margin-top: 64px !important;
  }

  .mr-lg-64,
.mx-lg-64 {
    margin-right: 64px !important;
  }

  .mb-lg-64,
.my-lg-64 {
    margin-bottom: 64px !important;
  }

  .ml-lg-64,
.mx-lg-64 {
    margin-left: 64px !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: 1px !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 1px !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 1px !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 1px !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 1px !important;
  }

  .p-lg-2 {
    padding: 2px !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 2px !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 2px !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 2px !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 2px !important;
  }

  .p-lg-3 {
    padding: 3px !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 3px !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 3px !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 3px !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 3px !important;
  }

  .p-lg-4 {
    padding: 4px !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 4px !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 4px !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 4px !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 4px !important;
  }

  .p-lg-5 {
    padding: 5px !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 5px !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 5px !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 5px !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 5px !important;
  }

  .p-lg-6 {
    padding: 6px !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 6px !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 6px !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 6px !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 6px !important;
  }

  .p-lg-7 {
    padding: 7px !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 7px !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 7px !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 7px !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 7px !important;
  }

  .p-lg-8 {
    padding: 8px !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 8px !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 8px !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 8px !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 8px !important;
  }

  .p-lg-9 {
    padding: 9px !important;
  }

  .pt-lg-9,
.py-lg-9 {
    padding-top: 9px !important;
  }

  .pr-lg-9,
.px-lg-9 {
    padding-right: 9px !important;
  }

  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 9px !important;
  }

  .pl-lg-9,
.px-lg-9 {
    padding-left: 9px !important;
  }

  .p-lg-10 {
    padding: 10px !important;
  }

  .pt-lg-10,
.py-lg-10 {
    padding-top: 10px !important;
  }

  .pr-lg-10,
.px-lg-10 {
    padding-right: 10px !important;
  }

  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 10px !important;
  }

  .pl-lg-10,
.px-lg-10 {
    padding-left: 10px !important;
  }

  .p-lg-11 {
    padding: 11px !important;
  }

  .pt-lg-11,
.py-lg-11 {
    padding-top: 11px !important;
  }

  .pr-lg-11,
.px-lg-11 {
    padding-right: 11px !important;
  }

  .pb-lg-11,
.py-lg-11 {
    padding-bottom: 11px !important;
  }

  .pl-lg-11,
.px-lg-11 {
    padding-left: 11px !important;
  }

  .p-lg-12 {
    padding: 12px !important;
  }

  .pt-lg-12,
.py-lg-12 {
    padding-top: 12px !important;
  }

  .pr-lg-12,
.px-lg-12 {
    padding-right: 12px !important;
  }

  .pb-lg-12,
.py-lg-12 {
    padding-bottom: 12px !important;
  }

  .pl-lg-12,
.px-lg-12 {
    padding-left: 12px !important;
  }

  .p-lg-13 {
    padding: 13px !important;
  }

  .pt-lg-13,
.py-lg-13 {
    padding-top: 13px !important;
  }

  .pr-lg-13,
.px-lg-13 {
    padding-right: 13px !important;
  }

  .pb-lg-13,
.py-lg-13 {
    padding-bottom: 13px !important;
  }

  .pl-lg-13,
.px-lg-13 {
    padding-left: 13px !important;
  }

  .p-lg-14 {
    padding: 14px !important;
  }

  .pt-lg-14,
.py-lg-14 {
    padding-top: 14px !important;
  }

  .pr-lg-14,
.px-lg-14 {
    padding-right: 14px !important;
  }

  .pb-lg-14,
.py-lg-14 {
    padding-bottom: 14px !important;
  }

  .pl-lg-14,
.px-lg-14 {
    padding-left: 14px !important;
  }

  .p-lg-15 {
    padding: 15px !important;
  }

  .pt-lg-15,
.py-lg-15 {
    padding-top: 15px !important;
  }

  .pr-lg-15,
.px-lg-15 {
    padding-right: 15px !important;
  }

  .pb-lg-15,
.py-lg-15 {
    padding-bottom: 15px !important;
  }

  .pl-lg-15,
.px-lg-15 {
    padding-left: 15px !important;
  }

  .p-lg-16 {
    padding: 16px !important;
  }

  .pt-lg-16,
.py-lg-16 {
    padding-top: 16px !important;
  }

  .pr-lg-16,
.px-lg-16 {
    padding-right: 16px !important;
  }

  .pb-lg-16,
.py-lg-16 {
    padding-bottom: 16px !important;
  }

  .pl-lg-16,
.px-lg-16 {
    padding-left: 16px !important;
  }

  .p-lg-17 {
    padding: 17px !important;
  }

  .pt-lg-17,
.py-lg-17 {
    padding-top: 17px !important;
  }

  .pr-lg-17,
.px-lg-17 {
    padding-right: 17px !important;
  }

  .pb-lg-17,
.py-lg-17 {
    padding-bottom: 17px !important;
  }

  .pl-lg-17,
.px-lg-17 {
    padding-left: 17px !important;
  }

  .p-lg-18 {
    padding: 18px !important;
  }

  .pt-lg-18,
.py-lg-18 {
    padding-top: 18px !important;
  }

  .pr-lg-18,
.px-lg-18 {
    padding-right: 18px !important;
  }

  .pb-lg-18,
.py-lg-18 {
    padding-bottom: 18px !important;
  }

  .pl-lg-18,
.px-lg-18 {
    padding-left: 18px !important;
  }

  .p-lg-19 {
    padding: 19px !important;
  }

  .pt-lg-19,
.py-lg-19 {
    padding-top: 19px !important;
  }

  .pr-lg-19,
.px-lg-19 {
    padding-right: 19px !important;
  }

  .pb-lg-19,
.py-lg-19 {
    padding-bottom: 19px !important;
  }

  .pl-lg-19,
.px-lg-19 {
    padding-left: 19px !important;
  }

  .p-lg-20 {
    padding: 20px !important;
  }

  .pt-lg-20,
.py-lg-20 {
    padding-top: 20px !important;
  }

  .pr-lg-20,
.px-lg-20 {
    padding-right: 20px !important;
  }

  .pb-lg-20,
.py-lg-20 {
    padding-bottom: 20px !important;
  }

  .pl-lg-20,
.px-lg-20 {
    padding-left: 20px !important;
  }

  .p-lg-21 {
    padding: 21px !important;
  }

  .pt-lg-21,
.py-lg-21 {
    padding-top: 21px !important;
  }

  .pr-lg-21,
.px-lg-21 {
    padding-right: 21px !important;
  }

  .pb-lg-21,
.py-lg-21 {
    padding-bottom: 21px !important;
  }

  .pl-lg-21,
.px-lg-21 {
    padding-left: 21px !important;
  }

  .p-lg-22 {
    padding: 22px !important;
  }

  .pt-lg-22,
.py-lg-22 {
    padding-top: 22px !important;
  }

  .pr-lg-22,
.px-lg-22 {
    padding-right: 22px !important;
  }

  .pb-lg-22,
.py-lg-22 {
    padding-bottom: 22px !important;
  }

  .pl-lg-22,
.px-lg-22 {
    padding-left: 22px !important;
  }

  .p-lg-23 {
    padding: 23px !important;
  }

  .pt-lg-23,
.py-lg-23 {
    padding-top: 23px !important;
  }

  .pr-lg-23,
.px-lg-23 {
    padding-right: 23px !important;
  }

  .pb-lg-23,
.py-lg-23 {
    padding-bottom: 23px !important;
  }

  .pl-lg-23,
.px-lg-23 {
    padding-left: 23px !important;
  }

  .p-lg-24 {
    padding: 24px !important;
  }

  .pt-lg-24,
.py-lg-24 {
    padding-top: 24px !important;
  }

  .pr-lg-24,
.px-lg-24 {
    padding-right: 24px !important;
  }

  .pb-lg-24,
.py-lg-24 {
    padding-bottom: 24px !important;
  }

  .pl-lg-24,
.px-lg-24 {
    padding-left: 24px !important;
  }

  .p-lg-25 {
    padding: 25px !important;
  }

  .pt-lg-25,
.py-lg-25 {
    padding-top: 25px !important;
  }

  .pr-lg-25,
.px-lg-25 {
    padding-right: 25px !important;
  }

  .pb-lg-25,
.py-lg-25 {
    padding-bottom: 25px !important;
  }

  .pl-lg-25,
.px-lg-25 {
    padding-left: 25px !important;
  }

  .p-lg-26 {
    padding: 26px !important;
  }

  .pt-lg-26,
.py-lg-26 {
    padding-top: 26px !important;
  }

  .pr-lg-26,
.px-lg-26 {
    padding-right: 26px !important;
  }

  .pb-lg-26,
.py-lg-26 {
    padding-bottom: 26px !important;
  }

  .pl-lg-26,
.px-lg-26 {
    padding-left: 26px !important;
  }

  .p-lg-27 {
    padding: 27px !important;
  }

  .pt-lg-27,
.py-lg-27 {
    padding-top: 27px !important;
  }

  .pr-lg-27,
.px-lg-27 {
    padding-right: 27px !important;
  }

  .pb-lg-27,
.py-lg-27 {
    padding-bottom: 27px !important;
  }

  .pl-lg-27,
.px-lg-27 {
    padding-left: 27px !important;
  }

  .p-lg-28 {
    padding: 28px !important;
  }

  .pt-lg-28,
.py-lg-28 {
    padding-top: 28px !important;
  }

  .pr-lg-28,
.px-lg-28 {
    padding-right: 28px !important;
  }

  .pb-lg-28,
.py-lg-28 {
    padding-bottom: 28px !important;
  }

  .pl-lg-28,
.px-lg-28 {
    padding-left: 28px !important;
  }

  .p-lg-29 {
    padding: 29px !important;
  }

  .pt-lg-29,
.py-lg-29 {
    padding-top: 29px !important;
  }

  .pr-lg-29,
.px-lg-29 {
    padding-right: 29px !important;
  }

  .pb-lg-29,
.py-lg-29 {
    padding-bottom: 29px !important;
  }

  .pl-lg-29,
.px-lg-29 {
    padding-left: 29px !important;
  }

  .p-lg-30 {
    padding: 30px !important;
  }

  .pt-lg-30,
.py-lg-30 {
    padding-top: 30px !important;
  }

  .pr-lg-30,
.px-lg-30 {
    padding-right: 30px !important;
  }

  .pb-lg-30,
.py-lg-30 {
    padding-bottom: 30px !important;
  }

  .pl-lg-30,
.px-lg-30 {
    padding-left: 30px !important;
  }

  .p-lg-31 {
    padding: 31px !important;
  }

  .pt-lg-31,
.py-lg-31 {
    padding-top: 31px !important;
  }

  .pr-lg-31,
.px-lg-31 {
    padding-right: 31px !important;
  }

  .pb-lg-31,
.py-lg-31 {
    padding-bottom: 31px !important;
  }

  .pl-lg-31,
.px-lg-31 {
    padding-left: 31px !important;
  }

  .p-lg-32 {
    padding: 32px !important;
  }

  .pt-lg-32,
.py-lg-32 {
    padding-top: 32px !important;
  }

  .pr-lg-32,
.px-lg-32 {
    padding-right: 32px !important;
  }

  .pb-lg-32,
.py-lg-32 {
    padding-bottom: 32px !important;
  }

  .pl-lg-32,
.px-lg-32 {
    padding-left: 32px !important;
  }

  .p-lg-33 {
    padding: 33px !important;
  }

  .pt-lg-33,
.py-lg-33 {
    padding-top: 33px !important;
  }

  .pr-lg-33,
.px-lg-33 {
    padding-right: 33px !important;
  }

  .pb-lg-33,
.py-lg-33 {
    padding-bottom: 33px !important;
  }

  .pl-lg-33,
.px-lg-33 {
    padding-left: 33px !important;
  }

  .p-lg-34 {
    padding: 34px !important;
  }

  .pt-lg-34,
.py-lg-34 {
    padding-top: 34px !important;
  }

  .pr-lg-34,
.px-lg-34 {
    padding-right: 34px !important;
  }

  .pb-lg-34,
.py-lg-34 {
    padding-bottom: 34px !important;
  }

  .pl-lg-34,
.px-lg-34 {
    padding-left: 34px !important;
  }

  .p-lg-35 {
    padding: 35px !important;
  }

  .pt-lg-35,
.py-lg-35 {
    padding-top: 35px !important;
  }

  .pr-lg-35,
.px-lg-35 {
    padding-right: 35px !important;
  }

  .pb-lg-35,
.py-lg-35 {
    padding-bottom: 35px !important;
  }

  .pl-lg-35,
.px-lg-35 {
    padding-left: 35px !important;
  }

  .p-lg-36 {
    padding: 36px !important;
  }

  .pt-lg-36,
.py-lg-36 {
    padding-top: 36px !important;
  }

  .pr-lg-36,
.px-lg-36 {
    padding-right: 36px !important;
  }

  .pb-lg-36,
.py-lg-36 {
    padding-bottom: 36px !important;
  }

  .pl-lg-36,
.px-lg-36 {
    padding-left: 36px !important;
  }

  .p-lg-37 {
    padding: 37px !important;
  }

  .pt-lg-37,
.py-lg-37 {
    padding-top: 37px !important;
  }

  .pr-lg-37,
.px-lg-37 {
    padding-right: 37px !important;
  }

  .pb-lg-37,
.py-lg-37 {
    padding-bottom: 37px !important;
  }

  .pl-lg-37,
.px-lg-37 {
    padding-left: 37px !important;
  }

  .p-lg-38 {
    padding: 38px !important;
  }

  .pt-lg-38,
.py-lg-38 {
    padding-top: 38px !important;
  }

  .pr-lg-38,
.px-lg-38 {
    padding-right: 38px !important;
  }

  .pb-lg-38,
.py-lg-38 {
    padding-bottom: 38px !important;
  }

  .pl-lg-38,
.px-lg-38 {
    padding-left: 38px !important;
  }

  .p-lg-39 {
    padding: 39px !important;
  }

  .pt-lg-39,
.py-lg-39 {
    padding-top: 39px !important;
  }

  .pr-lg-39,
.px-lg-39 {
    padding-right: 39px !important;
  }

  .pb-lg-39,
.py-lg-39 {
    padding-bottom: 39px !important;
  }

  .pl-lg-39,
.px-lg-39 {
    padding-left: 39px !important;
  }

  .p-lg-40 {
    padding: 40px !important;
  }

  .pt-lg-40,
.py-lg-40 {
    padding-top: 40px !important;
  }

  .pr-lg-40,
.px-lg-40 {
    padding-right: 40px !important;
  }

  .pb-lg-40,
.py-lg-40 {
    padding-bottom: 40px !important;
  }

  .pl-lg-40,
.px-lg-40 {
    padding-left: 40px !important;
  }

  .p-lg-41 {
    padding: 41px !important;
  }

  .pt-lg-41,
.py-lg-41 {
    padding-top: 41px !important;
  }

  .pr-lg-41,
.px-lg-41 {
    padding-right: 41px !important;
  }

  .pb-lg-41,
.py-lg-41 {
    padding-bottom: 41px !important;
  }

  .pl-lg-41,
.px-lg-41 {
    padding-left: 41px !important;
  }

  .p-lg-42 {
    padding: 42px !important;
  }

  .pt-lg-42,
.py-lg-42 {
    padding-top: 42px !important;
  }

  .pr-lg-42,
.px-lg-42 {
    padding-right: 42px !important;
  }

  .pb-lg-42,
.py-lg-42 {
    padding-bottom: 42px !important;
  }

  .pl-lg-42,
.px-lg-42 {
    padding-left: 42px !important;
  }

  .p-lg-43 {
    padding: 43px !important;
  }

  .pt-lg-43,
.py-lg-43 {
    padding-top: 43px !important;
  }

  .pr-lg-43,
.px-lg-43 {
    padding-right: 43px !important;
  }

  .pb-lg-43,
.py-lg-43 {
    padding-bottom: 43px !important;
  }

  .pl-lg-43,
.px-lg-43 {
    padding-left: 43px !important;
  }

  .p-lg-44 {
    padding: 44px !important;
  }

  .pt-lg-44,
.py-lg-44 {
    padding-top: 44px !important;
  }

  .pr-lg-44,
.px-lg-44 {
    padding-right: 44px !important;
  }

  .pb-lg-44,
.py-lg-44 {
    padding-bottom: 44px !important;
  }

  .pl-lg-44,
.px-lg-44 {
    padding-left: 44px !important;
  }

  .p-lg-45 {
    padding: 45px !important;
  }

  .pt-lg-45,
.py-lg-45 {
    padding-top: 45px !important;
  }

  .pr-lg-45,
.px-lg-45 {
    padding-right: 45px !important;
  }

  .pb-lg-45,
.py-lg-45 {
    padding-bottom: 45px !important;
  }

  .pl-lg-45,
.px-lg-45 {
    padding-left: 45px !important;
  }

  .p-lg-46 {
    padding: 46px !important;
  }

  .pt-lg-46,
.py-lg-46 {
    padding-top: 46px !important;
  }

  .pr-lg-46,
.px-lg-46 {
    padding-right: 46px !important;
  }

  .pb-lg-46,
.py-lg-46 {
    padding-bottom: 46px !important;
  }

  .pl-lg-46,
.px-lg-46 {
    padding-left: 46px !important;
  }

  .p-lg-47 {
    padding: 47px !important;
  }

  .pt-lg-47,
.py-lg-47 {
    padding-top: 47px !important;
  }

  .pr-lg-47,
.px-lg-47 {
    padding-right: 47px !important;
  }

  .pb-lg-47,
.py-lg-47 {
    padding-bottom: 47px !important;
  }

  .pl-lg-47,
.px-lg-47 {
    padding-left: 47px !important;
  }

  .p-lg-48 {
    padding: 48px !important;
  }

  .pt-lg-48,
.py-lg-48 {
    padding-top: 48px !important;
  }

  .pr-lg-48,
.px-lg-48 {
    padding-right: 48px !important;
  }

  .pb-lg-48,
.py-lg-48 {
    padding-bottom: 48px !important;
  }

  .pl-lg-48,
.px-lg-48 {
    padding-left: 48px !important;
  }

  .p-lg-49 {
    padding: 49px !important;
  }

  .pt-lg-49,
.py-lg-49 {
    padding-top: 49px !important;
  }

  .pr-lg-49,
.px-lg-49 {
    padding-right: 49px !important;
  }

  .pb-lg-49,
.py-lg-49 {
    padding-bottom: 49px !important;
  }

  .pl-lg-49,
.px-lg-49 {
    padding-left: 49px !important;
  }

  .p-lg-50 {
    padding: 50px !important;
  }

  .pt-lg-50,
.py-lg-50 {
    padding-top: 50px !important;
  }

  .pr-lg-50,
.px-lg-50 {
    padding-right: 50px !important;
  }

  .pb-lg-50,
.py-lg-50 {
    padding-bottom: 50px !important;
  }

  .pl-lg-50,
.px-lg-50 {
    padding-left: 50px !important;
  }

  .p-lg-51 {
    padding: 51px !important;
  }

  .pt-lg-51,
.py-lg-51 {
    padding-top: 51px !important;
  }

  .pr-lg-51,
.px-lg-51 {
    padding-right: 51px !important;
  }

  .pb-lg-51,
.py-lg-51 {
    padding-bottom: 51px !important;
  }

  .pl-lg-51,
.px-lg-51 {
    padding-left: 51px !important;
  }

  .p-lg-52 {
    padding: 52px !important;
  }

  .pt-lg-52,
.py-lg-52 {
    padding-top: 52px !important;
  }

  .pr-lg-52,
.px-lg-52 {
    padding-right: 52px !important;
  }

  .pb-lg-52,
.py-lg-52 {
    padding-bottom: 52px !important;
  }

  .pl-lg-52,
.px-lg-52 {
    padding-left: 52px !important;
  }

  .p-lg-53 {
    padding: 53px !important;
  }

  .pt-lg-53,
.py-lg-53 {
    padding-top: 53px !important;
  }

  .pr-lg-53,
.px-lg-53 {
    padding-right: 53px !important;
  }

  .pb-lg-53,
.py-lg-53 {
    padding-bottom: 53px !important;
  }

  .pl-lg-53,
.px-lg-53 {
    padding-left: 53px !important;
  }

  .p-lg-54 {
    padding: 54px !important;
  }

  .pt-lg-54,
.py-lg-54 {
    padding-top: 54px !important;
  }

  .pr-lg-54,
.px-lg-54 {
    padding-right: 54px !important;
  }

  .pb-lg-54,
.py-lg-54 {
    padding-bottom: 54px !important;
  }

  .pl-lg-54,
.px-lg-54 {
    padding-left: 54px !important;
  }

  .p-lg-55 {
    padding: 55px !important;
  }

  .pt-lg-55,
.py-lg-55 {
    padding-top: 55px !important;
  }

  .pr-lg-55,
.px-lg-55 {
    padding-right: 55px !important;
  }

  .pb-lg-55,
.py-lg-55 {
    padding-bottom: 55px !important;
  }

  .pl-lg-55,
.px-lg-55 {
    padding-left: 55px !important;
  }

  .p-lg-56 {
    padding: 56px !important;
  }

  .pt-lg-56,
.py-lg-56 {
    padding-top: 56px !important;
  }

  .pr-lg-56,
.px-lg-56 {
    padding-right: 56px !important;
  }

  .pb-lg-56,
.py-lg-56 {
    padding-bottom: 56px !important;
  }

  .pl-lg-56,
.px-lg-56 {
    padding-left: 56px !important;
  }

  .p-lg-57 {
    padding: 57px !important;
  }

  .pt-lg-57,
.py-lg-57 {
    padding-top: 57px !important;
  }

  .pr-lg-57,
.px-lg-57 {
    padding-right: 57px !important;
  }

  .pb-lg-57,
.py-lg-57 {
    padding-bottom: 57px !important;
  }

  .pl-lg-57,
.px-lg-57 {
    padding-left: 57px !important;
  }

  .p-lg-58 {
    padding: 58px !important;
  }

  .pt-lg-58,
.py-lg-58 {
    padding-top: 58px !important;
  }

  .pr-lg-58,
.px-lg-58 {
    padding-right: 58px !important;
  }

  .pb-lg-58,
.py-lg-58 {
    padding-bottom: 58px !important;
  }

  .pl-lg-58,
.px-lg-58 {
    padding-left: 58px !important;
  }

  .p-lg-59 {
    padding: 59px !important;
  }

  .pt-lg-59,
.py-lg-59 {
    padding-top: 59px !important;
  }

  .pr-lg-59,
.px-lg-59 {
    padding-right: 59px !important;
  }

  .pb-lg-59,
.py-lg-59 {
    padding-bottom: 59px !important;
  }

  .pl-lg-59,
.px-lg-59 {
    padding-left: 59px !important;
  }

  .p-lg-60 {
    padding: 60px !important;
  }

  .pt-lg-60,
.py-lg-60 {
    padding-top: 60px !important;
  }

  .pr-lg-60,
.px-lg-60 {
    padding-right: 60px !important;
  }

  .pb-lg-60,
.py-lg-60 {
    padding-bottom: 60px !important;
  }

  .pl-lg-60,
.px-lg-60 {
    padding-left: 60px !important;
  }

  .p-lg-61 {
    padding: 61px !important;
  }

  .pt-lg-61,
.py-lg-61 {
    padding-top: 61px !important;
  }

  .pr-lg-61,
.px-lg-61 {
    padding-right: 61px !important;
  }

  .pb-lg-61,
.py-lg-61 {
    padding-bottom: 61px !important;
  }

  .pl-lg-61,
.px-lg-61 {
    padding-left: 61px !important;
  }

  .p-lg-62 {
    padding: 62px !important;
  }

  .pt-lg-62,
.py-lg-62 {
    padding-top: 62px !important;
  }

  .pr-lg-62,
.px-lg-62 {
    padding-right: 62px !important;
  }

  .pb-lg-62,
.py-lg-62 {
    padding-bottom: 62px !important;
  }

  .pl-lg-62,
.px-lg-62 {
    padding-left: 62px !important;
  }

  .p-lg-63 {
    padding: 63px !important;
  }

  .pt-lg-63,
.py-lg-63 {
    padding-top: 63px !important;
  }

  .pr-lg-63,
.px-lg-63 {
    padding-right: 63px !important;
  }

  .pb-lg-63,
.py-lg-63 {
    padding-bottom: 63px !important;
  }

  .pl-lg-63,
.px-lg-63 {
    padding-left: 63px !important;
  }

  .p-lg-64 {
    padding: 64px !important;
  }

  .pt-lg-64,
.py-lg-64 {
    padding-top: 64px !important;
  }

  .pr-lg-64,
.px-lg-64 {
    padding-right: 64px !important;
  }

  .pb-lg-64,
.py-lg-64 {
    padding-bottom: 64px !important;
  }

  .pl-lg-64,
.px-lg-64 {
    padding-left: 64px !important;
  }

  .m-lg-n1 {
    margin: -1px !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -1px !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -1px !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -1px !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -1px !important;
  }

  .m-lg-n2 {
    margin: -2px !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -2px !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -2px !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -2px !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -2px !important;
  }

  .m-lg-n3 {
    margin: -3px !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -3px !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -3px !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -3px !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -3px !important;
  }

  .m-lg-n4 {
    margin: -4px !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -4px !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -4px !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -4px !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -4px !important;
  }

  .m-lg-n5 {
    margin: -5px !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -5px !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -5px !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -5px !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -5px !important;
  }

  .m-lg-n6 {
    margin: -6px !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -6px !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -6px !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -6px !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -6px !important;
  }

  .m-lg-n7 {
    margin: -7px !important;
  }

  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -7px !important;
  }

  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -7px !important;
  }

  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -7px !important;
  }

  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -7px !important;
  }

  .m-lg-n8 {
    margin: -8px !important;
  }

  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -8px !important;
  }

  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -8px !important;
  }

  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -8px !important;
  }

  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -8px !important;
  }

  .m-lg-n9 {
    margin: -9px !important;
  }

  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -9px !important;
  }

  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -9px !important;
  }

  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -9px !important;
  }

  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -9px !important;
  }

  .m-lg-n10 {
    margin: -10px !important;
  }

  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -10px !important;
  }

  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -10px !important;
  }

  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -10px !important;
  }

  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -10px !important;
  }

  .m-lg-n11 {
    margin: -11px !important;
  }

  .mt-lg-n11,
.my-lg-n11 {
    margin-top: -11px !important;
  }

  .mr-lg-n11,
.mx-lg-n11 {
    margin-right: -11px !important;
  }

  .mb-lg-n11,
.my-lg-n11 {
    margin-bottom: -11px !important;
  }

  .ml-lg-n11,
.mx-lg-n11 {
    margin-left: -11px !important;
  }

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

  .mt-lg-n12,
.my-lg-n12 {
    margin-top: -12px !important;
  }

  .mr-lg-n12,
.mx-lg-n12 {
    margin-right: -12px !important;
  }

  .mb-lg-n12,
.my-lg-n12 {
    margin-bottom: -12px !important;
  }

  .ml-lg-n12,
.mx-lg-n12 {
    margin-left: -12px !important;
  }

  .m-lg-n13 {
    margin: -13px !important;
  }

  .mt-lg-n13,
.my-lg-n13 {
    margin-top: -13px !important;
  }

  .mr-lg-n13,
.mx-lg-n13 {
    margin-right: -13px !important;
  }

  .mb-lg-n13,
.my-lg-n13 {
    margin-bottom: -13px !important;
  }

  .ml-lg-n13,
.mx-lg-n13 {
    margin-left: -13px !important;
  }

  .m-lg-n14 {
    margin: -14px !important;
  }

  .mt-lg-n14,
.my-lg-n14 {
    margin-top: -14px !important;
  }

  .mr-lg-n14,
.mx-lg-n14 {
    margin-right: -14px !important;
  }

  .mb-lg-n14,
.my-lg-n14 {
    margin-bottom: -14px !important;
  }

  .ml-lg-n14,
.mx-lg-n14 {
    margin-left: -14px !important;
  }

  .m-lg-n15 {
    margin: -15px !important;
  }

  .mt-lg-n15,
.my-lg-n15 {
    margin-top: -15px !important;
  }

  .mr-lg-n15,
.mx-lg-n15 {
    margin-right: -15px !important;
  }

  .mb-lg-n15,
.my-lg-n15 {
    margin-bottom: -15px !important;
  }

  .ml-lg-n15,
.mx-lg-n15 {
    margin-left: -15px !important;
  }

  .m-lg-n16 {
    margin: -16px !important;
  }

  .mt-lg-n16,
.my-lg-n16 {
    margin-top: -16px !important;
  }

  .mr-lg-n16,
.mx-lg-n16 {
    margin-right: -16px !important;
  }

  .mb-lg-n16,
.my-lg-n16 {
    margin-bottom: -16px !important;
  }

  .ml-lg-n16,
.mx-lg-n16 {
    margin-left: -16px !important;
  }

  .m-lg-n17 {
    margin: -17px !important;
  }

  .mt-lg-n17,
.my-lg-n17 {
    margin-top: -17px !important;
  }

  .mr-lg-n17,
.mx-lg-n17 {
    margin-right: -17px !important;
  }

  .mb-lg-n17,
.my-lg-n17 {
    margin-bottom: -17px !important;
  }

  .ml-lg-n17,
.mx-lg-n17 {
    margin-left: -17px !important;
  }

  .m-lg-n18 {
    margin: -18px !important;
  }

  .mt-lg-n18,
.my-lg-n18 {
    margin-top: -18px !important;
  }

  .mr-lg-n18,
.mx-lg-n18 {
    margin-right: -18px !important;
  }

  .mb-lg-n18,
.my-lg-n18 {
    margin-bottom: -18px !important;
  }

  .ml-lg-n18,
.mx-lg-n18 {
    margin-left: -18px !important;
  }

  .m-lg-n19 {
    margin: -19px !important;
  }

  .mt-lg-n19,
.my-lg-n19 {
    margin-top: -19px !important;
  }

  .mr-lg-n19,
.mx-lg-n19 {
    margin-right: -19px !important;
  }

  .mb-lg-n19,
.my-lg-n19 {
    margin-bottom: -19px !important;
  }

  .ml-lg-n19,
.mx-lg-n19 {
    margin-left: -19px !important;
  }

  .m-lg-n20 {
    margin: -20px !important;
  }

  .mt-lg-n20,
.my-lg-n20 {
    margin-top: -20px !important;
  }

  .mr-lg-n20,
.mx-lg-n20 {
    margin-right: -20px !important;
  }

  .mb-lg-n20,
.my-lg-n20 {
    margin-bottom: -20px !important;
  }

  .ml-lg-n20,
.mx-lg-n20 {
    margin-left: -20px !important;
  }

  .m-lg-n21 {
    margin: -21px !important;
  }

  .mt-lg-n21,
.my-lg-n21 {
    margin-top: -21px !important;
  }

  .mr-lg-n21,
.mx-lg-n21 {
    margin-right: -21px !important;
  }

  .mb-lg-n21,
.my-lg-n21 {
    margin-bottom: -21px !important;
  }

  .ml-lg-n21,
.mx-lg-n21 {
    margin-left: -21px !important;
  }

  .m-lg-n22 {
    margin: -22px !important;
  }

  .mt-lg-n22,
.my-lg-n22 {
    margin-top: -22px !important;
  }

  .mr-lg-n22,
.mx-lg-n22 {
    margin-right: -22px !important;
  }

  .mb-lg-n22,
.my-lg-n22 {
    margin-bottom: -22px !important;
  }

  .ml-lg-n22,
.mx-lg-n22 {
    margin-left: -22px !important;
  }

  .m-lg-n23 {
    margin: -23px !important;
  }

  .mt-lg-n23,
.my-lg-n23 {
    margin-top: -23px !important;
  }

  .mr-lg-n23,
.mx-lg-n23 {
    margin-right: -23px !important;
  }

  .mb-lg-n23,
.my-lg-n23 {
    margin-bottom: -23px !important;
  }

  .ml-lg-n23,
.mx-lg-n23 {
    margin-left: -23px !important;
  }

  .m-lg-n24 {
    margin: -24px !important;
  }

  .mt-lg-n24,
.my-lg-n24 {
    margin-top: -24px !important;
  }

  .mr-lg-n24,
.mx-lg-n24 {
    margin-right: -24px !important;
  }

  .mb-lg-n24,
.my-lg-n24 {
    margin-bottom: -24px !important;
  }

  .ml-lg-n24,
.mx-lg-n24 {
    margin-left: -24px !important;
  }

  .m-lg-n25 {
    margin: -25px !important;
  }

  .mt-lg-n25,
.my-lg-n25 {
    margin-top: -25px !important;
  }

  .mr-lg-n25,
.mx-lg-n25 {
    margin-right: -25px !important;
  }

  .mb-lg-n25,
.my-lg-n25 {
    margin-bottom: -25px !important;
  }

  .ml-lg-n25,
.mx-lg-n25 {
    margin-left: -25px !important;
  }

  .m-lg-n26 {
    margin: -26px !important;
  }

  .mt-lg-n26,
.my-lg-n26 {
    margin-top: -26px !important;
  }

  .mr-lg-n26,
.mx-lg-n26 {
    margin-right: -26px !important;
  }

  .mb-lg-n26,
.my-lg-n26 {
    margin-bottom: -26px !important;
  }

  .ml-lg-n26,
.mx-lg-n26 {
    margin-left: -26px !important;
  }

  .m-lg-n27 {
    margin: -27px !important;
  }

  .mt-lg-n27,
.my-lg-n27 {
    margin-top: -27px !important;
  }

  .mr-lg-n27,
.mx-lg-n27 {
    margin-right: -27px !important;
  }

  .mb-lg-n27,
.my-lg-n27 {
    margin-bottom: -27px !important;
  }

  .ml-lg-n27,
.mx-lg-n27 {
    margin-left: -27px !important;
  }

  .m-lg-n28 {
    margin: -28px !important;
  }

  .mt-lg-n28,
.my-lg-n28 {
    margin-top: -28px !important;
  }

  .mr-lg-n28,
.mx-lg-n28 {
    margin-right: -28px !important;
  }

  .mb-lg-n28,
.my-lg-n28 {
    margin-bottom: -28px !important;
  }

  .ml-lg-n28,
.mx-lg-n28 {
    margin-left: -28px !important;
  }

  .m-lg-n29 {
    margin: -29px !important;
  }

  .mt-lg-n29,
.my-lg-n29 {
    margin-top: -29px !important;
  }

  .mr-lg-n29,
.mx-lg-n29 {
    margin-right: -29px !important;
  }

  .mb-lg-n29,
.my-lg-n29 {
    margin-bottom: -29px !important;
  }

  .ml-lg-n29,
.mx-lg-n29 {
    margin-left: -29px !important;
  }

  .m-lg-n30 {
    margin: -30px !important;
  }

  .mt-lg-n30,
.my-lg-n30 {
    margin-top: -30px !important;
  }

  .mr-lg-n30,
.mx-lg-n30 {
    margin-right: -30px !important;
  }

  .mb-lg-n30,
.my-lg-n30 {
    margin-bottom: -30px !important;
  }

  .ml-lg-n30,
.mx-lg-n30 {
    margin-left: -30px !important;
  }

  .m-lg-n31 {
    margin: -31px !important;
  }

  .mt-lg-n31,
.my-lg-n31 {
    margin-top: -31px !important;
  }

  .mr-lg-n31,
.mx-lg-n31 {
    margin-right: -31px !important;
  }

  .mb-lg-n31,
.my-lg-n31 {
    margin-bottom: -31px !important;
  }

  .ml-lg-n31,
.mx-lg-n31 {
    margin-left: -31px !important;
  }

  .m-lg-n32 {
    margin: -32px !important;
  }

  .mt-lg-n32,
.my-lg-n32 {
    margin-top: -32px !important;
  }

  .mr-lg-n32,
.mx-lg-n32 {
    margin-right: -32px !important;
  }

  .mb-lg-n32,
.my-lg-n32 {
    margin-bottom: -32px !important;
  }

  .ml-lg-n32,
.mx-lg-n32 {
    margin-left: -32px !important;
  }

  .m-lg-n33 {
    margin: -33px !important;
  }

  .mt-lg-n33,
.my-lg-n33 {
    margin-top: -33px !important;
  }

  .mr-lg-n33,
.mx-lg-n33 {
    margin-right: -33px !important;
  }

  .mb-lg-n33,
.my-lg-n33 {
    margin-bottom: -33px !important;
  }

  .ml-lg-n33,
.mx-lg-n33 {
    margin-left: -33px !important;
  }

  .m-lg-n34 {
    margin: -34px !important;
  }

  .mt-lg-n34,
.my-lg-n34 {
    margin-top: -34px !important;
  }

  .mr-lg-n34,
.mx-lg-n34 {
    margin-right: -34px !important;
  }

  .mb-lg-n34,
.my-lg-n34 {
    margin-bottom: -34px !important;
  }

  .ml-lg-n34,
.mx-lg-n34 {
    margin-left: -34px !important;
  }

  .m-lg-n35 {
    margin: -35px !important;
  }

  .mt-lg-n35,
.my-lg-n35 {
    margin-top: -35px !important;
  }

  .mr-lg-n35,
.mx-lg-n35 {
    margin-right: -35px !important;
  }

  .mb-lg-n35,
.my-lg-n35 {
    margin-bottom: -35px !important;
  }

  .ml-lg-n35,
.mx-lg-n35 {
    margin-left: -35px !important;
  }

  .m-lg-n36 {
    margin: -36px !important;
  }

  .mt-lg-n36,
.my-lg-n36 {
    margin-top: -36px !important;
  }

  .mr-lg-n36,
.mx-lg-n36 {
    margin-right: -36px !important;
  }

  .mb-lg-n36,
.my-lg-n36 {
    margin-bottom: -36px !important;
  }

  .ml-lg-n36,
.mx-lg-n36 {
    margin-left: -36px !important;
  }

  .m-lg-n37 {
    margin: -37px !important;
  }

  .mt-lg-n37,
.my-lg-n37 {
    margin-top: -37px !important;
  }

  .mr-lg-n37,
.mx-lg-n37 {
    margin-right: -37px !important;
  }

  .mb-lg-n37,
.my-lg-n37 {
    margin-bottom: -37px !important;
  }

  .ml-lg-n37,
.mx-lg-n37 {
    margin-left: -37px !important;
  }

  .m-lg-n38 {
    margin: -38px !important;
  }

  .mt-lg-n38,
.my-lg-n38 {
    margin-top: -38px !important;
  }

  .mr-lg-n38,
.mx-lg-n38 {
    margin-right: -38px !important;
  }

  .mb-lg-n38,
.my-lg-n38 {
    margin-bottom: -38px !important;
  }

  .ml-lg-n38,
.mx-lg-n38 {
    margin-left: -38px !important;
  }

  .m-lg-n39 {
    margin: -39px !important;
  }

  .mt-lg-n39,
.my-lg-n39 {
    margin-top: -39px !important;
  }

  .mr-lg-n39,
.mx-lg-n39 {
    margin-right: -39px !important;
  }

  .mb-lg-n39,
.my-lg-n39 {
    margin-bottom: -39px !important;
  }

  .ml-lg-n39,
.mx-lg-n39 {
    margin-left: -39px !important;
  }

  .m-lg-n40 {
    margin: -40px !important;
  }

  .mt-lg-n40,
.my-lg-n40 {
    margin-top: -40px !important;
  }

  .mr-lg-n40,
.mx-lg-n40 {
    margin-right: -40px !important;
  }

  .mb-lg-n40,
.my-lg-n40 {
    margin-bottom: -40px !important;
  }

  .ml-lg-n40,
.mx-lg-n40 {
    margin-left: -40px !important;
  }

  .m-lg-n41 {
    margin: -41px !important;
  }

  .mt-lg-n41,
.my-lg-n41 {
    margin-top: -41px !important;
  }

  .mr-lg-n41,
.mx-lg-n41 {
    margin-right: -41px !important;
  }

  .mb-lg-n41,
.my-lg-n41 {
    margin-bottom: -41px !important;
  }

  .ml-lg-n41,
.mx-lg-n41 {
    margin-left: -41px !important;
  }

  .m-lg-n42 {
    margin: -42px !important;
  }

  .mt-lg-n42,
.my-lg-n42 {
    margin-top: -42px !important;
  }

  .mr-lg-n42,
.mx-lg-n42 {
    margin-right: -42px !important;
  }

  .mb-lg-n42,
.my-lg-n42 {
    margin-bottom: -42px !important;
  }

  .ml-lg-n42,
.mx-lg-n42 {
    margin-left: -42px !important;
  }

  .m-lg-n43 {
    margin: -43px !important;
  }

  .mt-lg-n43,
.my-lg-n43 {
    margin-top: -43px !important;
  }

  .mr-lg-n43,
.mx-lg-n43 {
    margin-right: -43px !important;
  }

  .mb-lg-n43,
.my-lg-n43 {
    margin-bottom: -43px !important;
  }

  .ml-lg-n43,
.mx-lg-n43 {
    margin-left: -43px !important;
  }

  .m-lg-n44 {
    margin: -44px !important;
  }

  .mt-lg-n44,
.my-lg-n44 {
    margin-top: -44px !important;
  }

  .mr-lg-n44,
.mx-lg-n44 {
    margin-right: -44px !important;
  }

  .mb-lg-n44,
.my-lg-n44 {
    margin-bottom: -44px !important;
  }

  .ml-lg-n44,
.mx-lg-n44 {
    margin-left: -44px !important;
  }

  .m-lg-n45 {
    margin: -45px !important;
  }

  .mt-lg-n45,
.my-lg-n45 {
    margin-top: -45px !important;
  }

  .mr-lg-n45,
.mx-lg-n45 {
    margin-right: -45px !important;
  }

  .mb-lg-n45,
.my-lg-n45 {
    margin-bottom: -45px !important;
  }

  .ml-lg-n45,
.mx-lg-n45 {
    margin-left: -45px !important;
  }

  .m-lg-n46 {
    margin: -46px !important;
  }

  .mt-lg-n46,
.my-lg-n46 {
    margin-top: -46px !important;
  }

  .mr-lg-n46,
.mx-lg-n46 {
    margin-right: -46px !important;
  }

  .mb-lg-n46,
.my-lg-n46 {
    margin-bottom: -46px !important;
  }

  .ml-lg-n46,
.mx-lg-n46 {
    margin-left: -46px !important;
  }

  .m-lg-n47 {
    margin: -47px !important;
  }

  .mt-lg-n47,
.my-lg-n47 {
    margin-top: -47px !important;
  }

  .mr-lg-n47,
.mx-lg-n47 {
    margin-right: -47px !important;
  }

  .mb-lg-n47,
.my-lg-n47 {
    margin-bottom: -47px !important;
  }

  .ml-lg-n47,
.mx-lg-n47 {
    margin-left: -47px !important;
  }

  .m-lg-n48 {
    margin: -48px !important;
  }

  .mt-lg-n48,
.my-lg-n48 {
    margin-top: -48px !important;
  }

  .mr-lg-n48,
.mx-lg-n48 {
    margin-right: -48px !important;
  }

  .mb-lg-n48,
.my-lg-n48 {
    margin-bottom: -48px !important;
  }

  .ml-lg-n48,
.mx-lg-n48 {
    margin-left: -48px !important;
  }

  .m-lg-n49 {
    margin: -49px !important;
  }

  .mt-lg-n49,
.my-lg-n49 {
    margin-top: -49px !important;
  }

  .mr-lg-n49,
.mx-lg-n49 {
    margin-right: -49px !important;
  }

  .mb-lg-n49,
.my-lg-n49 {
    margin-bottom: -49px !important;
  }

  .ml-lg-n49,
.mx-lg-n49 {
    margin-left: -49px !important;
  }

  .m-lg-n50 {
    margin: -50px !important;
  }

  .mt-lg-n50,
.my-lg-n50 {
    margin-top: -50px !important;
  }

  .mr-lg-n50,
.mx-lg-n50 {
    margin-right: -50px !important;
  }

  .mb-lg-n50,
.my-lg-n50 {
    margin-bottom: -50px !important;
  }

  .ml-lg-n50,
.mx-lg-n50 {
    margin-left: -50px !important;
  }

  .m-lg-n51 {
    margin: -51px !important;
  }

  .mt-lg-n51,
.my-lg-n51 {
    margin-top: -51px !important;
  }

  .mr-lg-n51,
.mx-lg-n51 {
    margin-right: -51px !important;
  }

  .mb-lg-n51,
.my-lg-n51 {
    margin-bottom: -51px !important;
  }

  .ml-lg-n51,
.mx-lg-n51 {
    margin-left: -51px !important;
  }

  .m-lg-n52 {
    margin: -52px !important;
  }

  .mt-lg-n52,
.my-lg-n52 {
    margin-top: -52px !important;
  }

  .mr-lg-n52,
.mx-lg-n52 {
    margin-right: -52px !important;
  }

  .mb-lg-n52,
.my-lg-n52 {
    margin-bottom: -52px !important;
  }

  .ml-lg-n52,
.mx-lg-n52 {
    margin-left: -52px !important;
  }

  .m-lg-n53 {
    margin: -53px !important;
  }

  .mt-lg-n53,
.my-lg-n53 {
    margin-top: -53px !important;
  }

  .mr-lg-n53,
.mx-lg-n53 {
    margin-right: -53px !important;
  }

  .mb-lg-n53,
.my-lg-n53 {
    margin-bottom: -53px !important;
  }

  .ml-lg-n53,
.mx-lg-n53 {
    margin-left: -53px !important;
  }

  .m-lg-n54 {
    margin: -54px !important;
  }

  .mt-lg-n54,
.my-lg-n54 {
    margin-top: -54px !important;
  }

  .mr-lg-n54,
.mx-lg-n54 {
    margin-right: -54px !important;
  }

  .mb-lg-n54,
.my-lg-n54 {
    margin-bottom: -54px !important;
  }

  .ml-lg-n54,
.mx-lg-n54 {
    margin-left: -54px !important;
  }

  .m-lg-n55 {
    margin: -55px !important;
  }

  .mt-lg-n55,
.my-lg-n55 {
    margin-top: -55px !important;
  }

  .mr-lg-n55,
.mx-lg-n55 {
    margin-right: -55px !important;
  }

  .mb-lg-n55,
.my-lg-n55 {
    margin-bottom: -55px !important;
  }

  .ml-lg-n55,
.mx-lg-n55 {
    margin-left: -55px !important;
  }

  .m-lg-n56 {
    margin: -56px !important;
  }

  .mt-lg-n56,
.my-lg-n56 {
    margin-top: -56px !important;
  }

  .mr-lg-n56,
.mx-lg-n56 {
    margin-right: -56px !important;
  }

  .mb-lg-n56,
.my-lg-n56 {
    margin-bottom: -56px !important;
  }

  .ml-lg-n56,
.mx-lg-n56 {
    margin-left: -56px !important;
  }

  .m-lg-n57 {
    margin: -57px !important;
  }

  .mt-lg-n57,
.my-lg-n57 {
    margin-top: -57px !important;
  }

  .mr-lg-n57,
.mx-lg-n57 {
    margin-right: -57px !important;
  }

  .mb-lg-n57,
.my-lg-n57 {
    margin-bottom: -57px !important;
  }

  .ml-lg-n57,
.mx-lg-n57 {
    margin-left: -57px !important;
  }

  .m-lg-n58 {
    margin: -58px !important;
  }

  .mt-lg-n58,
.my-lg-n58 {
    margin-top: -58px !important;
  }

  .mr-lg-n58,
.mx-lg-n58 {
    margin-right: -58px !important;
  }

  .mb-lg-n58,
.my-lg-n58 {
    margin-bottom: -58px !important;
  }

  .ml-lg-n58,
.mx-lg-n58 {
    margin-left: -58px !important;
  }

  .m-lg-n59 {
    margin: -59px !important;
  }

  .mt-lg-n59,
.my-lg-n59 {
    margin-top: -59px !important;
  }

  .mr-lg-n59,
.mx-lg-n59 {
    margin-right: -59px !important;
  }

  .mb-lg-n59,
.my-lg-n59 {
    margin-bottom: -59px !important;
  }

  .ml-lg-n59,
.mx-lg-n59 {
    margin-left: -59px !important;
  }

  .m-lg-n60 {
    margin: -60px !important;
  }

  .mt-lg-n60,
.my-lg-n60 {
    margin-top: -60px !important;
  }

  .mr-lg-n60,
.mx-lg-n60 {
    margin-right: -60px !important;
  }

  .mb-lg-n60,
.my-lg-n60 {
    margin-bottom: -60px !important;
  }

  .ml-lg-n60,
.mx-lg-n60 {
    margin-left: -60px !important;
  }

  .m-lg-n61 {
    margin: -61px !important;
  }

  .mt-lg-n61,
.my-lg-n61 {
    margin-top: -61px !important;
  }

  .mr-lg-n61,
.mx-lg-n61 {
    margin-right: -61px !important;
  }

  .mb-lg-n61,
.my-lg-n61 {
    margin-bottom: -61px !important;
  }

  .ml-lg-n61,
.mx-lg-n61 {
    margin-left: -61px !important;
  }

  .m-lg-n62 {
    margin: -62px !important;
  }

  .mt-lg-n62,
.my-lg-n62 {
    margin-top: -62px !important;
  }

  .mr-lg-n62,
.mx-lg-n62 {
    margin-right: -62px !important;
  }

  .mb-lg-n62,
.my-lg-n62 {
    margin-bottom: -62px !important;
  }

  .ml-lg-n62,
.mx-lg-n62 {
    margin-left: -62px !important;
  }

  .m-lg-n63 {
    margin: -63px !important;
  }

  .mt-lg-n63,
.my-lg-n63 {
    margin-top: -63px !important;
  }

  .mr-lg-n63,
.mx-lg-n63 {
    margin-right: -63px !important;
  }

  .mb-lg-n63,
.my-lg-n63 {
    margin-bottom: -63px !important;
  }

  .ml-lg-n63,
.mx-lg-n63 {
    margin-left: -63px !important;
  }

  .m-lg-n64 {
    margin: -64px !important;
  }

  .mt-lg-n64,
.my-lg-n64 {
    margin-top: -64px !important;
  }

  .mr-lg-n64,
.mx-lg-n64 {
    margin-right: -64px !important;
  }

  .mb-lg-n64,
.my-lg-n64 {
    margin-bottom: -64px !important;
  }

  .ml-lg-n64,
.mx-lg-n64 {
    margin-left: -64px !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: 1200px) {
  .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: 1px !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 1px !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 1px !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 1px !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 1px !important;
  }

  .m-xl-2 {
    margin: 2px !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 2px !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 2px !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 2px !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 2px !important;
  }

  .m-xl-3 {
    margin: 3px !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 3px !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 3px !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 3px !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 3px !important;
  }

  .m-xl-4 {
    margin: 4px !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 4px !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 4px !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 4px !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 4px !important;
  }

  .m-xl-5 {
    margin: 5px !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 5px !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 5px !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 5px !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 5px !important;
  }

  .m-xl-6 {
    margin: 6px !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 6px !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 6px !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 6px !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 6px !important;
  }

  .m-xl-7 {
    margin: 7px !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 7px !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 7px !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 7px !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 7px !important;
  }

  .m-xl-8 {
    margin: 8px !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 8px !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 8px !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 8px !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 8px !important;
  }

  .m-xl-9 {
    margin: 9px !important;
  }

  .mt-xl-9,
.my-xl-9 {
    margin-top: 9px !important;
  }

  .mr-xl-9,
.mx-xl-9 {
    margin-right: 9px !important;
  }

  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 9px !important;
  }

  .ml-xl-9,
.mx-xl-9 {
    margin-left: 9px !important;
  }

  .m-xl-10 {
    margin: 10px !important;
  }

  .mt-xl-10,
.my-xl-10 {
    margin-top: 10px !important;
  }

  .mr-xl-10,
.mx-xl-10 {
    margin-right: 10px !important;
  }

  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 10px !important;
  }

  .ml-xl-10,
.mx-xl-10 {
    margin-left: 10px !important;
  }

  .m-xl-11 {
    margin: 11px !important;
  }

  .mt-xl-11,
.my-xl-11 {
    margin-top: 11px !important;
  }

  .mr-xl-11,
.mx-xl-11 {
    margin-right: 11px !important;
  }

  .mb-xl-11,
.my-xl-11 {
    margin-bottom: 11px !important;
  }

  .ml-xl-11,
.mx-xl-11 {
    margin-left: 11px !important;
  }

  .m-xl-12 {
    margin: 12px !important;
  }

  .mt-xl-12,
.my-xl-12 {
    margin-top: 12px !important;
  }

  .mr-xl-12,
.mx-xl-12 {
    margin-right: 12px !important;
  }

  .mb-xl-12,
.my-xl-12 {
    margin-bottom: 12px !important;
  }

  .ml-xl-12,
.mx-xl-12 {
    margin-left: 12px !important;
  }

  .m-xl-13 {
    margin: 13px !important;
  }

  .mt-xl-13,
.my-xl-13 {
    margin-top: 13px !important;
  }

  .mr-xl-13,
.mx-xl-13 {
    margin-right: 13px !important;
  }

  .mb-xl-13,
.my-xl-13 {
    margin-bottom: 13px !important;
  }

  .ml-xl-13,
.mx-xl-13 {
    margin-left: 13px !important;
  }

  .m-xl-14 {
    margin: 14px !important;
  }

  .mt-xl-14,
.my-xl-14 {
    margin-top: 14px !important;
  }

  .mr-xl-14,
.mx-xl-14 {
    margin-right: 14px !important;
  }

  .mb-xl-14,
.my-xl-14 {
    margin-bottom: 14px !important;
  }

  .ml-xl-14,
.mx-xl-14 {
    margin-left: 14px !important;
  }

  .m-xl-15 {
    margin: 15px !important;
  }

  .mt-xl-15,
.my-xl-15 {
    margin-top: 15px !important;
  }

  .mr-xl-15,
.mx-xl-15 {
    margin-right: 15px !important;
  }

  .mb-xl-15,
.my-xl-15 {
    margin-bottom: 15px !important;
  }

  .ml-xl-15,
.mx-xl-15 {
    margin-left: 15px !important;
  }

  .m-xl-16 {
    margin: 16px !important;
  }

  .mt-xl-16,
.my-xl-16 {
    margin-top: 16px !important;
  }

  .mr-xl-16,
.mx-xl-16 {
    margin-right: 16px !important;
  }

  .mb-xl-16,
.my-xl-16 {
    margin-bottom: 16px !important;
  }

  .ml-xl-16,
.mx-xl-16 {
    margin-left: 16px !important;
  }

  .m-xl-17 {
    margin: 17px !important;
  }

  .mt-xl-17,
.my-xl-17 {
    margin-top: 17px !important;
  }

  .mr-xl-17,
.mx-xl-17 {
    margin-right: 17px !important;
  }

  .mb-xl-17,
.my-xl-17 {
    margin-bottom: 17px !important;
  }

  .ml-xl-17,
.mx-xl-17 {
    margin-left: 17px !important;
  }

  .m-xl-18 {
    margin: 18px !important;
  }

  .mt-xl-18,
.my-xl-18 {
    margin-top: 18px !important;
  }

  .mr-xl-18,
.mx-xl-18 {
    margin-right: 18px !important;
  }

  .mb-xl-18,
.my-xl-18 {
    margin-bottom: 18px !important;
  }

  .ml-xl-18,
.mx-xl-18 {
    margin-left: 18px !important;
  }

  .m-xl-19 {
    margin: 19px !important;
  }

  .mt-xl-19,
.my-xl-19 {
    margin-top: 19px !important;
  }

  .mr-xl-19,
.mx-xl-19 {
    margin-right: 19px !important;
  }

  .mb-xl-19,
.my-xl-19 {
    margin-bottom: 19px !important;
  }

  .ml-xl-19,
.mx-xl-19 {
    margin-left: 19px !important;
  }

  .m-xl-20 {
    margin: 20px !important;
  }

  .mt-xl-20,
.my-xl-20 {
    margin-top: 20px !important;
  }

  .mr-xl-20,
.mx-xl-20 {
    margin-right: 20px !important;
  }

  .mb-xl-20,
.my-xl-20 {
    margin-bottom: 20px !important;
  }

  .ml-xl-20,
.mx-xl-20 {
    margin-left: 20px !important;
  }

  .m-xl-21 {
    margin: 21px !important;
  }

  .mt-xl-21,
.my-xl-21 {
    margin-top: 21px !important;
  }

  .mr-xl-21,
.mx-xl-21 {
    margin-right: 21px !important;
  }

  .mb-xl-21,
.my-xl-21 {
    margin-bottom: 21px !important;
  }

  .ml-xl-21,
.mx-xl-21 {
    margin-left: 21px !important;
  }

  .m-xl-22 {
    margin: 22px !important;
  }

  .mt-xl-22,
.my-xl-22 {
    margin-top: 22px !important;
  }

  .mr-xl-22,
.mx-xl-22 {
    margin-right: 22px !important;
  }

  .mb-xl-22,
.my-xl-22 {
    margin-bottom: 22px !important;
  }

  .ml-xl-22,
.mx-xl-22 {
    margin-left: 22px !important;
  }

  .m-xl-23 {
    margin: 23px !important;
  }

  .mt-xl-23,
.my-xl-23 {
    margin-top: 23px !important;
  }

  .mr-xl-23,
.mx-xl-23 {
    margin-right: 23px !important;
  }

  .mb-xl-23,
.my-xl-23 {
    margin-bottom: 23px !important;
  }

  .ml-xl-23,
.mx-xl-23 {
    margin-left: 23px !important;
  }

  .m-xl-24 {
    margin: 24px !important;
  }

  .mt-xl-24,
.my-xl-24 {
    margin-top: 24px !important;
  }

  .mr-xl-24,
.mx-xl-24 {
    margin-right: 24px !important;
  }

  .mb-xl-24,
.my-xl-24 {
    margin-bottom: 24px !important;
  }

  .ml-xl-24,
.mx-xl-24 {
    margin-left: 24px !important;
  }

  .m-xl-25 {
    margin: 25px !important;
  }

  .mt-xl-25,
.my-xl-25 {
    margin-top: 25px !important;
  }

  .mr-xl-25,
.mx-xl-25 {
    margin-right: 25px !important;
  }

  .mb-xl-25,
.my-xl-25 {
    margin-bottom: 25px !important;
  }

  .ml-xl-25,
.mx-xl-25 {
    margin-left: 25px !important;
  }

  .m-xl-26 {
    margin: 26px !important;
  }

  .mt-xl-26,
.my-xl-26 {
    margin-top: 26px !important;
  }

  .mr-xl-26,
.mx-xl-26 {
    margin-right: 26px !important;
  }

  .mb-xl-26,
.my-xl-26 {
    margin-bottom: 26px !important;
  }

  .ml-xl-26,
.mx-xl-26 {
    margin-left: 26px !important;
  }

  .m-xl-27 {
    margin: 27px !important;
  }

  .mt-xl-27,
.my-xl-27 {
    margin-top: 27px !important;
  }

  .mr-xl-27,
.mx-xl-27 {
    margin-right: 27px !important;
  }

  .mb-xl-27,
.my-xl-27 {
    margin-bottom: 27px !important;
  }

  .ml-xl-27,
.mx-xl-27 {
    margin-left: 27px !important;
  }

  .m-xl-28 {
    margin: 28px !important;
  }

  .mt-xl-28,
.my-xl-28 {
    margin-top: 28px !important;
  }

  .mr-xl-28,
.mx-xl-28 {
    margin-right: 28px !important;
  }

  .mb-xl-28,
.my-xl-28 {
    margin-bottom: 28px !important;
  }

  .ml-xl-28,
.mx-xl-28 {
    margin-left: 28px !important;
  }

  .m-xl-29 {
    margin: 29px !important;
  }

  .mt-xl-29,
.my-xl-29 {
    margin-top: 29px !important;
  }

  .mr-xl-29,
.mx-xl-29 {
    margin-right: 29px !important;
  }

  .mb-xl-29,
.my-xl-29 {
    margin-bottom: 29px !important;
  }

  .ml-xl-29,
.mx-xl-29 {
    margin-left: 29px !important;
  }

  .m-xl-30 {
    margin: 30px !important;
  }

  .mt-xl-30,
.my-xl-30 {
    margin-top: 30px !important;
  }

  .mr-xl-30,
.mx-xl-30 {
    margin-right: 30px !important;
  }

  .mb-xl-30,
.my-xl-30 {
    margin-bottom: 30px !important;
  }

  .ml-xl-30,
.mx-xl-30 {
    margin-left: 30px !important;
  }

  .m-xl-31 {
    margin: 31px !important;
  }

  .mt-xl-31,
.my-xl-31 {
    margin-top: 31px !important;
  }

  .mr-xl-31,
.mx-xl-31 {
    margin-right: 31px !important;
  }

  .mb-xl-31,
.my-xl-31 {
    margin-bottom: 31px !important;
  }

  .ml-xl-31,
.mx-xl-31 {
    margin-left: 31px !important;
  }

  .m-xl-32 {
    margin: 32px !important;
  }

  .mt-xl-32,
.my-xl-32 {
    margin-top: 32px !important;
  }

  .mr-xl-32,
.mx-xl-32 {
    margin-right: 32px !important;
  }

  .mb-xl-32,
.my-xl-32 {
    margin-bottom: 32px !important;
  }

  .ml-xl-32,
.mx-xl-32 {
    margin-left: 32px !important;
  }

  .m-xl-33 {
    margin: 33px !important;
  }

  .mt-xl-33,
.my-xl-33 {
    margin-top: 33px !important;
  }

  .mr-xl-33,
.mx-xl-33 {
    margin-right: 33px !important;
  }

  .mb-xl-33,
.my-xl-33 {
    margin-bottom: 33px !important;
  }

  .ml-xl-33,
.mx-xl-33 {
    margin-left: 33px !important;
  }

  .m-xl-34 {
    margin: 34px !important;
  }

  .mt-xl-34,
.my-xl-34 {
    margin-top: 34px !important;
  }

  .mr-xl-34,
.mx-xl-34 {
    margin-right: 34px !important;
  }

  .mb-xl-34,
.my-xl-34 {
    margin-bottom: 34px !important;
  }

  .ml-xl-34,
.mx-xl-34 {
    margin-left: 34px !important;
  }

  .m-xl-35 {
    margin: 35px !important;
  }

  .mt-xl-35,
.my-xl-35 {
    margin-top: 35px !important;
  }

  .mr-xl-35,
.mx-xl-35 {
    margin-right: 35px !important;
  }

  .mb-xl-35,
.my-xl-35 {
    margin-bottom: 35px !important;
  }

  .ml-xl-35,
.mx-xl-35 {
    margin-left: 35px !important;
  }

  .m-xl-36 {
    margin: 36px !important;
  }

  .mt-xl-36,
.my-xl-36 {
    margin-top: 36px !important;
  }

  .mr-xl-36,
.mx-xl-36 {
    margin-right: 36px !important;
  }

  .mb-xl-36,
.my-xl-36 {
    margin-bottom: 36px !important;
  }

  .ml-xl-36,
.mx-xl-36 {
    margin-left: 36px !important;
  }

  .m-xl-37 {
    margin: 37px !important;
  }

  .mt-xl-37,
.my-xl-37 {
    margin-top: 37px !important;
  }

  .mr-xl-37,
.mx-xl-37 {
    margin-right: 37px !important;
  }

  .mb-xl-37,
.my-xl-37 {
    margin-bottom: 37px !important;
  }

  .ml-xl-37,
.mx-xl-37 {
    margin-left: 37px !important;
  }

  .m-xl-38 {
    margin: 38px !important;
  }

  .mt-xl-38,
.my-xl-38 {
    margin-top: 38px !important;
  }

  .mr-xl-38,
.mx-xl-38 {
    margin-right: 38px !important;
  }

  .mb-xl-38,
.my-xl-38 {
    margin-bottom: 38px !important;
  }

  .ml-xl-38,
.mx-xl-38 {
    margin-left: 38px !important;
  }

  .m-xl-39 {
    margin: 39px !important;
  }

  .mt-xl-39,
.my-xl-39 {
    margin-top: 39px !important;
  }

  .mr-xl-39,
.mx-xl-39 {
    margin-right: 39px !important;
  }

  .mb-xl-39,
.my-xl-39 {
    margin-bottom: 39px !important;
  }

  .ml-xl-39,
.mx-xl-39 {
    margin-left: 39px !important;
  }

  .m-xl-40 {
    margin: 40px !important;
  }

  .mt-xl-40,
.my-xl-40 {
    margin-top: 40px !important;
  }

  .mr-xl-40,
.mx-xl-40 {
    margin-right: 40px !important;
  }

  .mb-xl-40,
.my-xl-40 {
    margin-bottom: 40px !important;
  }

  .ml-xl-40,
.mx-xl-40 {
    margin-left: 40px !important;
  }

  .m-xl-41 {
    margin: 41px !important;
  }

  .mt-xl-41,
.my-xl-41 {
    margin-top: 41px !important;
  }

  .mr-xl-41,
.mx-xl-41 {
    margin-right: 41px !important;
  }

  .mb-xl-41,
.my-xl-41 {
    margin-bottom: 41px !important;
  }

  .ml-xl-41,
.mx-xl-41 {
    margin-left: 41px !important;
  }

  .m-xl-42 {
    margin: 42px !important;
  }

  .mt-xl-42,
.my-xl-42 {
    margin-top: 42px !important;
  }

  .mr-xl-42,
.mx-xl-42 {
    margin-right: 42px !important;
  }

  .mb-xl-42,
.my-xl-42 {
    margin-bottom: 42px !important;
  }

  .ml-xl-42,
.mx-xl-42 {
    margin-left: 42px !important;
  }

  .m-xl-43 {
    margin: 43px !important;
  }

  .mt-xl-43,
.my-xl-43 {
    margin-top: 43px !important;
  }

  .mr-xl-43,
.mx-xl-43 {
    margin-right: 43px !important;
  }

  .mb-xl-43,
.my-xl-43 {
    margin-bottom: 43px !important;
  }

  .ml-xl-43,
.mx-xl-43 {
    margin-left: 43px !important;
  }

  .m-xl-44 {
    margin: 44px !important;
  }

  .mt-xl-44,
.my-xl-44 {
    margin-top: 44px !important;
  }

  .mr-xl-44,
.mx-xl-44 {
    margin-right: 44px !important;
  }

  .mb-xl-44,
.my-xl-44 {
    margin-bottom: 44px !important;
  }

  .ml-xl-44,
.mx-xl-44 {
    margin-left: 44px !important;
  }

  .m-xl-45 {
    margin: 45px !important;
  }

  .mt-xl-45,
.my-xl-45 {
    margin-top: 45px !important;
  }

  .mr-xl-45,
.mx-xl-45 {
    margin-right: 45px !important;
  }

  .mb-xl-45,
.my-xl-45 {
    margin-bottom: 45px !important;
  }

  .ml-xl-45,
.mx-xl-45 {
    margin-left: 45px !important;
  }

  .m-xl-46 {
    margin: 46px !important;
  }

  .mt-xl-46,
.my-xl-46 {
    margin-top: 46px !important;
  }

  .mr-xl-46,
.mx-xl-46 {
    margin-right: 46px !important;
  }

  .mb-xl-46,
.my-xl-46 {
    margin-bottom: 46px !important;
  }

  .ml-xl-46,
.mx-xl-46 {
    margin-left: 46px !important;
  }

  .m-xl-47 {
    margin: 47px !important;
  }

  .mt-xl-47,
.my-xl-47 {
    margin-top: 47px !important;
  }

  .mr-xl-47,
.mx-xl-47 {
    margin-right: 47px !important;
  }

  .mb-xl-47,
.my-xl-47 {
    margin-bottom: 47px !important;
  }

  .ml-xl-47,
.mx-xl-47 {
    margin-left: 47px !important;
  }

  .m-xl-48 {
    margin: 48px !important;
  }

  .mt-xl-48,
.my-xl-48 {
    margin-top: 48px !important;
  }

  .mr-xl-48,
.mx-xl-48 {
    margin-right: 48px !important;
  }

  .mb-xl-48,
.my-xl-48 {
    margin-bottom: 48px !important;
  }

  .ml-xl-48,
.mx-xl-48 {
    margin-left: 48px !important;
  }

  .m-xl-49 {
    margin: 49px !important;
  }

  .mt-xl-49,
.my-xl-49 {
    margin-top: 49px !important;
  }

  .mr-xl-49,
.mx-xl-49 {
    margin-right: 49px !important;
  }

  .mb-xl-49,
.my-xl-49 {
    margin-bottom: 49px !important;
  }

  .ml-xl-49,
.mx-xl-49 {
    margin-left: 49px !important;
  }

  .m-xl-50 {
    margin: 50px !important;
  }

  .mt-xl-50,
.my-xl-50 {
    margin-top: 50px !important;
  }

  .mr-xl-50,
.mx-xl-50 {
    margin-right: 50px !important;
  }

  .mb-xl-50,
.my-xl-50 {
    margin-bottom: 50px !important;
  }

  .ml-xl-50,
.mx-xl-50 {
    margin-left: 50px !important;
  }

  .m-xl-51 {
    margin: 51px !important;
  }

  .mt-xl-51,
.my-xl-51 {
    margin-top: 51px !important;
  }

  .mr-xl-51,
.mx-xl-51 {
    margin-right: 51px !important;
  }

  .mb-xl-51,
.my-xl-51 {
    margin-bottom: 51px !important;
  }

  .ml-xl-51,
.mx-xl-51 {
    margin-left: 51px !important;
  }

  .m-xl-52 {
    margin: 52px !important;
  }

  .mt-xl-52,
.my-xl-52 {
    margin-top: 52px !important;
  }

  .mr-xl-52,
.mx-xl-52 {
    margin-right: 52px !important;
  }

  .mb-xl-52,
.my-xl-52 {
    margin-bottom: 52px !important;
  }

  .ml-xl-52,
.mx-xl-52 {
    margin-left: 52px !important;
  }

  .m-xl-53 {
    margin: 53px !important;
  }

  .mt-xl-53,
.my-xl-53 {
    margin-top: 53px !important;
  }

  .mr-xl-53,
.mx-xl-53 {
    margin-right: 53px !important;
  }

  .mb-xl-53,
.my-xl-53 {
    margin-bottom: 53px !important;
  }

  .ml-xl-53,
.mx-xl-53 {
    margin-left: 53px !important;
  }

  .m-xl-54 {
    margin: 54px !important;
  }

  .mt-xl-54,
.my-xl-54 {
    margin-top: 54px !important;
  }

  .mr-xl-54,
.mx-xl-54 {
    margin-right: 54px !important;
  }

  .mb-xl-54,
.my-xl-54 {
    margin-bottom: 54px !important;
  }

  .ml-xl-54,
.mx-xl-54 {
    margin-left: 54px !important;
  }

  .m-xl-55 {
    margin: 55px !important;
  }

  .mt-xl-55,
.my-xl-55 {
    margin-top: 55px !important;
  }

  .mr-xl-55,
.mx-xl-55 {
    margin-right: 55px !important;
  }

  .mb-xl-55,
.my-xl-55 {
    margin-bottom: 55px !important;
  }

  .ml-xl-55,
.mx-xl-55 {
    margin-left: 55px !important;
  }

  .m-xl-56 {
    margin: 56px !important;
  }

  .mt-xl-56,
.my-xl-56 {
    margin-top: 56px !important;
  }

  .mr-xl-56,
.mx-xl-56 {
    margin-right: 56px !important;
  }

  .mb-xl-56,
.my-xl-56 {
    margin-bottom: 56px !important;
  }

  .ml-xl-56,
.mx-xl-56 {
    margin-left: 56px !important;
  }

  .m-xl-57 {
    margin: 57px !important;
  }

  .mt-xl-57,
.my-xl-57 {
    margin-top: 57px !important;
  }

  .mr-xl-57,
.mx-xl-57 {
    margin-right: 57px !important;
  }

  .mb-xl-57,
.my-xl-57 {
    margin-bottom: 57px !important;
  }

  .ml-xl-57,
.mx-xl-57 {
    margin-left: 57px !important;
  }

  .m-xl-58 {
    margin: 58px !important;
  }

  .mt-xl-58,
.my-xl-58 {
    margin-top: 58px !important;
  }

  .mr-xl-58,
.mx-xl-58 {
    margin-right: 58px !important;
  }

  .mb-xl-58,
.my-xl-58 {
    margin-bottom: 58px !important;
  }

  .ml-xl-58,
.mx-xl-58 {
    margin-left: 58px !important;
  }

  .m-xl-59 {
    margin: 59px !important;
  }

  .mt-xl-59,
.my-xl-59 {
    margin-top: 59px !important;
  }

  .mr-xl-59,
.mx-xl-59 {
    margin-right: 59px !important;
  }

  .mb-xl-59,
.my-xl-59 {
    margin-bottom: 59px !important;
  }

  .ml-xl-59,
.mx-xl-59 {
    margin-left: 59px !important;
  }

  .m-xl-60 {
    margin: 60px !important;
  }

  .mt-xl-60,
.my-xl-60 {
    margin-top: 60px !important;
  }

  .mr-xl-60,
.mx-xl-60 {
    margin-right: 60px !important;
  }

  .mb-xl-60,
.my-xl-60 {
    margin-bottom: 60px !important;
  }

  .ml-xl-60,
.mx-xl-60 {
    margin-left: 60px !important;
  }

  .m-xl-61 {
    margin: 61px !important;
  }

  .mt-xl-61,
.my-xl-61 {
    margin-top: 61px !important;
  }

  .mr-xl-61,
.mx-xl-61 {
    margin-right: 61px !important;
  }

  .mb-xl-61,
.my-xl-61 {
    margin-bottom: 61px !important;
  }

  .ml-xl-61,
.mx-xl-61 {
    margin-left: 61px !important;
  }

  .m-xl-62 {
    margin: 62px !important;
  }

  .mt-xl-62,
.my-xl-62 {
    margin-top: 62px !important;
  }

  .mr-xl-62,
.mx-xl-62 {
    margin-right: 62px !important;
  }

  .mb-xl-62,
.my-xl-62 {
    margin-bottom: 62px !important;
  }

  .ml-xl-62,
.mx-xl-62 {
    margin-left: 62px !important;
  }

  .m-xl-63 {
    margin: 63px !important;
  }

  .mt-xl-63,
.my-xl-63 {
    margin-top: 63px !important;
  }

  .mr-xl-63,
.mx-xl-63 {
    margin-right: 63px !important;
  }

  .mb-xl-63,
.my-xl-63 {
    margin-bottom: 63px !important;
  }

  .ml-xl-63,
.mx-xl-63 {
    margin-left: 63px !important;
  }

  .m-xl-64 {
    margin: 64px !important;
  }

  .mt-xl-64,
.my-xl-64 {
    margin-top: 64px !important;
  }

  .mr-xl-64,
.mx-xl-64 {
    margin-right: 64px !important;
  }

  .mb-xl-64,
.my-xl-64 {
    margin-bottom: 64px !important;
  }

  .ml-xl-64,
.mx-xl-64 {
    margin-left: 64px !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: 1px !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 1px !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 1px !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 1px !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 1px !important;
  }

  .p-xl-2 {
    padding: 2px !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 2px !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 2px !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 2px !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 2px !important;
  }

  .p-xl-3 {
    padding: 3px !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 3px !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 3px !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 3px !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 3px !important;
  }

  .p-xl-4 {
    padding: 4px !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 4px !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 4px !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 4px !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 4px !important;
  }

  .p-xl-5 {
    padding: 5px !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 5px !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 5px !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 5px !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 5px !important;
  }

  .p-xl-6 {
    padding: 6px !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 6px !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 6px !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 6px !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 6px !important;
  }

  .p-xl-7 {
    padding: 7px !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 7px !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 7px !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 7px !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 7px !important;
  }

  .p-xl-8 {
    padding: 8px !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 8px !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 8px !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 8px !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 8px !important;
  }

  .p-xl-9 {
    padding: 9px !important;
  }

  .pt-xl-9,
.py-xl-9 {
    padding-top: 9px !important;
  }

  .pr-xl-9,
.px-xl-9 {
    padding-right: 9px !important;
  }

  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 9px !important;
  }

  .pl-xl-9,
.px-xl-9 {
    padding-left: 9px !important;
  }

  .p-xl-10 {
    padding: 10px !important;
  }

  .pt-xl-10,
.py-xl-10 {
    padding-top: 10px !important;
  }

  .pr-xl-10,
.px-xl-10 {
    padding-right: 10px !important;
  }

  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 10px !important;
  }

  .pl-xl-10,
.px-xl-10 {
    padding-left: 10px !important;
  }

  .p-xl-11 {
    padding: 11px !important;
  }

  .pt-xl-11,
.py-xl-11 {
    padding-top: 11px !important;
  }

  .pr-xl-11,
.px-xl-11 {
    padding-right: 11px !important;
  }

  .pb-xl-11,
.py-xl-11 {
    padding-bottom: 11px !important;
  }

  .pl-xl-11,
.px-xl-11 {
    padding-left: 11px !important;
  }

  .p-xl-12 {
    padding: 12px !important;
  }

  .pt-xl-12,
.py-xl-12 {
    padding-top: 12px !important;
  }

  .pr-xl-12,
.px-xl-12 {
    padding-right: 12px !important;
  }

  .pb-xl-12,
.py-xl-12 {
    padding-bottom: 12px !important;
  }

  .pl-xl-12,
.px-xl-12 {
    padding-left: 12px !important;
  }

  .p-xl-13 {
    padding: 13px !important;
  }

  .pt-xl-13,
.py-xl-13 {
    padding-top: 13px !important;
  }

  .pr-xl-13,
.px-xl-13 {
    padding-right: 13px !important;
  }

  .pb-xl-13,
.py-xl-13 {
    padding-bottom: 13px !important;
  }

  .pl-xl-13,
.px-xl-13 {
    padding-left: 13px !important;
  }

  .p-xl-14 {
    padding: 14px !important;
  }

  .pt-xl-14,
.py-xl-14 {
    padding-top: 14px !important;
  }

  .pr-xl-14,
.px-xl-14 {
    padding-right: 14px !important;
  }

  .pb-xl-14,
.py-xl-14 {
    padding-bottom: 14px !important;
  }

  .pl-xl-14,
.px-xl-14 {
    padding-left: 14px !important;
  }

  .p-xl-15 {
    padding: 15px !important;
  }

  .pt-xl-15,
.py-xl-15 {
    padding-top: 15px !important;
  }

  .pr-xl-15,
.px-xl-15 {
    padding-right: 15px !important;
  }

  .pb-xl-15,
.py-xl-15 {
    padding-bottom: 15px !important;
  }

  .pl-xl-15,
.px-xl-15 {
    padding-left: 15px !important;
  }

  .p-xl-16 {
    padding: 16px !important;
  }

  .pt-xl-16,
.py-xl-16 {
    padding-top: 16px !important;
  }

  .pr-xl-16,
.px-xl-16 {
    padding-right: 16px !important;
  }

  .pb-xl-16,
.py-xl-16 {
    padding-bottom: 16px !important;
  }

  .pl-xl-16,
.px-xl-16 {
    padding-left: 16px !important;
  }

  .p-xl-17 {
    padding: 17px !important;
  }

  .pt-xl-17,
.py-xl-17 {
    padding-top: 17px !important;
  }

  .pr-xl-17,
.px-xl-17 {
    padding-right: 17px !important;
  }

  .pb-xl-17,
.py-xl-17 {
    padding-bottom: 17px !important;
  }

  .pl-xl-17,
.px-xl-17 {
    padding-left: 17px !important;
  }

  .p-xl-18 {
    padding: 18px !important;
  }

  .pt-xl-18,
.py-xl-18 {
    padding-top: 18px !important;
  }

  .pr-xl-18,
.px-xl-18 {
    padding-right: 18px !important;
  }

  .pb-xl-18,
.py-xl-18 {
    padding-bottom: 18px !important;
  }

  .pl-xl-18,
.px-xl-18 {
    padding-left: 18px !important;
  }

  .p-xl-19 {
    padding: 19px !important;
  }

  .pt-xl-19,
.py-xl-19 {
    padding-top: 19px !important;
  }

  .pr-xl-19,
.px-xl-19 {
    padding-right: 19px !important;
  }

  .pb-xl-19,
.py-xl-19 {
    padding-bottom: 19px !important;
  }

  .pl-xl-19,
.px-xl-19 {
    padding-left: 19px !important;
  }

  .p-xl-20 {
    padding: 20px !important;
  }

  .pt-xl-20,
.py-xl-20 {
    padding-top: 20px !important;
  }

  .pr-xl-20,
.px-xl-20 {
    padding-right: 20px !important;
  }

  .pb-xl-20,
.py-xl-20 {
    padding-bottom: 20px !important;
  }

  .pl-xl-20,
.px-xl-20 {
    padding-left: 20px !important;
  }

  .p-xl-21 {
    padding: 21px !important;
  }

  .pt-xl-21,
.py-xl-21 {
    padding-top: 21px !important;
  }

  .pr-xl-21,
.px-xl-21 {
    padding-right: 21px !important;
  }

  .pb-xl-21,
.py-xl-21 {
    padding-bottom: 21px !important;
  }

  .pl-xl-21,
.px-xl-21 {
    padding-left: 21px !important;
  }

  .p-xl-22 {
    padding: 22px !important;
  }

  .pt-xl-22,
.py-xl-22 {
    padding-top: 22px !important;
  }

  .pr-xl-22,
.px-xl-22 {
    padding-right: 22px !important;
  }

  .pb-xl-22,
.py-xl-22 {
    padding-bottom: 22px !important;
  }

  .pl-xl-22,
.px-xl-22 {
    padding-left: 22px !important;
  }

  .p-xl-23 {
    padding: 23px !important;
  }

  .pt-xl-23,
.py-xl-23 {
    padding-top: 23px !important;
  }

  .pr-xl-23,
.px-xl-23 {
    padding-right: 23px !important;
  }

  .pb-xl-23,
.py-xl-23 {
    padding-bottom: 23px !important;
  }

  .pl-xl-23,
.px-xl-23 {
    padding-left: 23px !important;
  }

  .p-xl-24 {
    padding: 24px !important;
  }

  .pt-xl-24,
.py-xl-24 {
    padding-top: 24px !important;
  }

  .pr-xl-24,
.px-xl-24 {
    padding-right: 24px !important;
  }

  .pb-xl-24,
.py-xl-24 {
    padding-bottom: 24px !important;
  }

  .pl-xl-24,
.px-xl-24 {
    padding-left: 24px !important;
  }

  .p-xl-25 {
    padding: 25px !important;
  }

  .pt-xl-25,
.py-xl-25 {
    padding-top: 25px !important;
  }

  .pr-xl-25,
.px-xl-25 {
    padding-right: 25px !important;
  }

  .pb-xl-25,
.py-xl-25 {
    padding-bottom: 25px !important;
  }

  .pl-xl-25,
.px-xl-25 {
    padding-left: 25px !important;
  }

  .p-xl-26 {
    padding: 26px !important;
  }

  .pt-xl-26,
.py-xl-26 {
    padding-top: 26px !important;
  }

  .pr-xl-26,
.px-xl-26 {
    padding-right: 26px !important;
  }

  .pb-xl-26,
.py-xl-26 {
    padding-bottom: 26px !important;
  }

  .pl-xl-26,
.px-xl-26 {
    padding-left: 26px !important;
  }

  .p-xl-27 {
    padding: 27px !important;
  }

  .pt-xl-27,
.py-xl-27 {
    padding-top: 27px !important;
  }

  .pr-xl-27,
.px-xl-27 {
    padding-right: 27px !important;
  }

  .pb-xl-27,
.py-xl-27 {
    padding-bottom: 27px !important;
  }

  .pl-xl-27,
.px-xl-27 {
    padding-left: 27px !important;
  }

  .p-xl-28 {
    padding: 28px !important;
  }

  .pt-xl-28,
.py-xl-28 {
    padding-top: 28px !important;
  }

  .pr-xl-28,
.px-xl-28 {
    padding-right: 28px !important;
  }

  .pb-xl-28,
.py-xl-28 {
    padding-bottom: 28px !important;
  }

  .pl-xl-28,
.px-xl-28 {
    padding-left: 28px !important;
  }

  .p-xl-29 {
    padding: 29px !important;
  }

  .pt-xl-29,
.py-xl-29 {
    padding-top: 29px !important;
  }

  .pr-xl-29,
.px-xl-29 {
    padding-right: 29px !important;
  }

  .pb-xl-29,
.py-xl-29 {
    padding-bottom: 29px !important;
  }

  .pl-xl-29,
.px-xl-29 {
    padding-left: 29px !important;
  }

  .p-xl-30 {
    padding: 30px !important;
  }

  .pt-xl-30,
.py-xl-30 {
    padding-top: 30px !important;
  }

  .pr-xl-30,
.px-xl-30 {
    padding-right: 30px !important;
  }

  .pb-xl-30,
.py-xl-30 {
    padding-bottom: 30px !important;
  }

  .pl-xl-30,
.px-xl-30 {
    padding-left: 30px !important;
  }

  .p-xl-31 {
    padding: 31px !important;
  }

  .pt-xl-31,
.py-xl-31 {
    padding-top: 31px !important;
  }

  .pr-xl-31,
.px-xl-31 {
    padding-right: 31px !important;
  }

  .pb-xl-31,
.py-xl-31 {
    padding-bottom: 31px !important;
  }

  .pl-xl-31,
.px-xl-31 {
    padding-left: 31px !important;
  }

  .p-xl-32 {
    padding: 32px !important;
  }

  .pt-xl-32,
.py-xl-32 {
    padding-top: 32px !important;
  }

  .pr-xl-32,
.px-xl-32 {
    padding-right: 32px !important;
  }

  .pb-xl-32,
.py-xl-32 {
    padding-bottom: 32px !important;
  }

  .pl-xl-32,
.px-xl-32 {
    padding-left: 32px !important;
  }

  .p-xl-33 {
    padding: 33px !important;
  }

  .pt-xl-33,
.py-xl-33 {
    padding-top: 33px !important;
  }

  .pr-xl-33,
.px-xl-33 {
    padding-right: 33px !important;
  }

  .pb-xl-33,
.py-xl-33 {
    padding-bottom: 33px !important;
  }

  .pl-xl-33,
.px-xl-33 {
    padding-left: 33px !important;
  }

  .p-xl-34 {
    padding: 34px !important;
  }

  .pt-xl-34,
.py-xl-34 {
    padding-top: 34px !important;
  }

  .pr-xl-34,
.px-xl-34 {
    padding-right: 34px !important;
  }

  .pb-xl-34,
.py-xl-34 {
    padding-bottom: 34px !important;
  }

  .pl-xl-34,
.px-xl-34 {
    padding-left: 34px !important;
  }

  .p-xl-35 {
    padding: 35px !important;
  }

  .pt-xl-35,
.py-xl-35 {
    padding-top: 35px !important;
  }

  .pr-xl-35,
.px-xl-35 {
    padding-right: 35px !important;
  }

  .pb-xl-35,
.py-xl-35 {
    padding-bottom: 35px !important;
  }

  .pl-xl-35,
.px-xl-35 {
    padding-left: 35px !important;
  }

  .p-xl-36 {
    padding: 36px !important;
  }

  .pt-xl-36,
.py-xl-36 {
    padding-top: 36px !important;
  }

  .pr-xl-36,
.px-xl-36 {
    padding-right: 36px !important;
  }

  .pb-xl-36,
.py-xl-36 {
    padding-bottom: 36px !important;
  }

  .pl-xl-36,
.px-xl-36 {
    padding-left: 36px !important;
  }

  .p-xl-37 {
    padding: 37px !important;
  }

  .pt-xl-37,
.py-xl-37 {
    padding-top: 37px !important;
  }

  .pr-xl-37,
.px-xl-37 {
    padding-right: 37px !important;
  }

  .pb-xl-37,
.py-xl-37 {
    padding-bottom: 37px !important;
  }

  .pl-xl-37,
.px-xl-37 {
    padding-left: 37px !important;
  }

  .p-xl-38 {
    padding: 38px !important;
  }

  .pt-xl-38,
.py-xl-38 {
    padding-top: 38px !important;
  }

  .pr-xl-38,
.px-xl-38 {
    padding-right: 38px !important;
  }

  .pb-xl-38,
.py-xl-38 {
    padding-bottom: 38px !important;
  }

  .pl-xl-38,
.px-xl-38 {
    padding-left: 38px !important;
  }

  .p-xl-39 {
    padding: 39px !important;
  }

  .pt-xl-39,
.py-xl-39 {
    padding-top: 39px !important;
  }

  .pr-xl-39,
.px-xl-39 {
    padding-right: 39px !important;
  }

  .pb-xl-39,
.py-xl-39 {
    padding-bottom: 39px !important;
  }

  .pl-xl-39,
.px-xl-39 {
    padding-left: 39px !important;
  }

  .p-xl-40 {
    padding: 40px !important;
  }

  .pt-xl-40,
.py-xl-40 {
    padding-top: 40px !important;
  }

  .pr-xl-40,
.px-xl-40 {
    padding-right: 40px !important;
  }

  .pb-xl-40,
.py-xl-40 {
    padding-bottom: 40px !important;
  }

  .pl-xl-40,
.px-xl-40 {
    padding-left: 40px !important;
  }

  .p-xl-41 {
    padding: 41px !important;
  }

  .pt-xl-41,
.py-xl-41 {
    padding-top: 41px !important;
  }

  .pr-xl-41,
.px-xl-41 {
    padding-right: 41px !important;
  }

  .pb-xl-41,
.py-xl-41 {
    padding-bottom: 41px !important;
  }

  .pl-xl-41,
.px-xl-41 {
    padding-left: 41px !important;
  }

  .p-xl-42 {
    padding: 42px !important;
  }

  .pt-xl-42,
.py-xl-42 {
    padding-top: 42px !important;
  }

  .pr-xl-42,
.px-xl-42 {
    padding-right: 42px !important;
  }

  .pb-xl-42,
.py-xl-42 {
    padding-bottom: 42px !important;
  }

  .pl-xl-42,
.px-xl-42 {
    padding-left: 42px !important;
  }

  .p-xl-43 {
    padding: 43px !important;
  }

  .pt-xl-43,
.py-xl-43 {
    padding-top: 43px !important;
  }

  .pr-xl-43,
.px-xl-43 {
    padding-right: 43px !important;
  }

  .pb-xl-43,
.py-xl-43 {
    padding-bottom: 43px !important;
  }

  .pl-xl-43,
.px-xl-43 {
    padding-left: 43px !important;
  }

  .p-xl-44 {
    padding: 44px !important;
  }

  .pt-xl-44,
.py-xl-44 {
    padding-top: 44px !important;
  }

  .pr-xl-44,
.px-xl-44 {
    padding-right: 44px !important;
  }

  .pb-xl-44,
.py-xl-44 {
    padding-bottom: 44px !important;
  }

  .pl-xl-44,
.px-xl-44 {
    padding-left: 44px !important;
  }

  .p-xl-45 {
    padding: 45px !important;
  }

  .pt-xl-45,
.py-xl-45 {
    padding-top: 45px !important;
  }

  .pr-xl-45,
.px-xl-45 {
    padding-right: 45px !important;
  }

  .pb-xl-45,
.py-xl-45 {
    padding-bottom: 45px !important;
  }

  .pl-xl-45,
.px-xl-45 {
    padding-left: 45px !important;
  }

  .p-xl-46 {
    padding: 46px !important;
  }

  .pt-xl-46,
.py-xl-46 {
    padding-top: 46px !important;
  }

  .pr-xl-46,
.px-xl-46 {
    padding-right: 46px !important;
  }

  .pb-xl-46,
.py-xl-46 {
    padding-bottom: 46px !important;
  }

  .pl-xl-46,
.px-xl-46 {
    padding-left: 46px !important;
  }

  .p-xl-47 {
    padding: 47px !important;
  }

  .pt-xl-47,
.py-xl-47 {
    padding-top: 47px !important;
  }

  .pr-xl-47,
.px-xl-47 {
    padding-right: 47px !important;
  }

  .pb-xl-47,
.py-xl-47 {
    padding-bottom: 47px !important;
  }

  .pl-xl-47,
.px-xl-47 {
    padding-left: 47px !important;
  }

  .p-xl-48 {
    padding: 48px !important;
  }

  .pt-xl-48,
.py-xl-48 {
    padding-top: 48px !important;
  }

  .pr-xl-48,
.px-xl-48 {
    padding-right: 48px !important;
  }

  .pb-xl-48,
.py-xl-48 {
    padding-bottom: 48px !important;
  }

  .pl-xl-48,
.px-xl-48 {
    padding-left: 48px !important;
  }

  .p-xl-49 {
    padding: 49px !important;
  }

  .pt-xl-49,
.py-xl-49 {
    padding-top: 49px !important;
  }

  .pr-xl-49,
.px-xl-49 {
    padding-right: 49px !important;
  }

  .pb-xl-49,
.py-xl-49 {
    padding-bottom: 49px !important;
  }

  .pl-xl-49,
.px-xl-49 {
    padding-left: 49px !important;
  }

  .p-xl-50 {
    padding: 50px !important;
  }

  .pt-xl-50,
.py-xl-50 {
    padding-top: 50px !important;
  }

  .pr-xl-50,
.px-xl-50 {
    padding-right: 50px !important;
  }

  .pb-xl-50,
.py-xl-50 {
    padding-bottom: 50px !important;
  }

  .pl-xl-50,
.px-xl-50 {
    padding-left: 50px !important;
  }

  .p-xl-51 {
    padding: 51px !important;
  }

  .pt-xl-51,
.py-xl-51 {
    padding-top: 51px !important;
  }

  .pr-xl-51,
.px-xl-51 {
    padding-right: 51px !important;
  }

  .pb-xl-51,
.py-xl-51 {
    padding-bottom: 51px !important;
  }

  .pl-xl-51,
.px-xl-51 {
    padding-left: 51px !important;
  }

  .p-xl-52 {
    padding: 52px !important;
  }

  .pt-xl-52,
.py-xl-52 {
    padding-top: 52px !important;
  }

  .pr-xl-52,
.px-xl-52 {
    padding-right: 52px !important;
  }

  .pb-xl-52,
.py-xl-52 {
    padding-bottom: 52px !important;
  }

  .pl-xl-52,
.px-xl-52 {
    padding-left: 52px !important;
  }

  .p-xl-53 {
    padding: 53px !important;
  }

  .pt-xl-53,
.py-xl-53 {
    padding-top: 53px !important;
  }

  .pr-xl-53,
.px-xl-53 {
    padding-right: 53px !important;
  }

  .pb-xl-53,
.py-xl-53 {
    padding-bottom: 53px !important;
  }

  .pl-xl-53,
.px-xl-53 {
    padding-left: 53px !important;
  }

  .p-xl-54 {
    padding: 54px !important;
  }

  .pt-xl-54,
.py-xl-54 {
    padding-top: 54px !important;
  }

  .pr-xl-54,
.px-xl-54 {
    padding-right: 54px !important;
  }

  .pb-xl-54,
.py-xl-54 {
    padding-bottom: 54px !important;
  }

  .pl-xl-54,
.px-xl-54 {
    padding-left: 54px !important;
  }

  .p-xl-55 {
    padding: 55px !important;
  }

  .pt-xl-55,
.py-xl-55 {
    padding-top: 55px !important;
  }

  .pr-xl-55,
.px-xl-55 {
    padding-right: 55px !important;
  }

  .pb-xl-55,
.py-xl-55 {
    padding-bottom: 55px !important;
  }

  .pl-xl-55,
.px-xl-55 {
    padding-left: 55px !important;
  }

  .p-xl-56 {
    padding: 56px !important;
  }

  .pt-xl-56,
.py-xl-56 {
    padding-top: 56px !important;
  }

  .pr-xl-56,
.px-xl-56 {
    padding-right: 56px !important;
  }

  .pb-xl-56,
.py-xl-56 {
    padding-bottom: 56px !important;
  }

  .pl-xl-56,
.px-xl-56 {
    padding-left: 56px !important;
  }

  .p-xl-57 {
    padding: 57px !important;
  }

  .pt-xl-57,
.py-xl-57 {
    padding-top: 57px !important;
  }

  .pr-xl-57,
.px-xl-57 {
    padding-right: 57px !important;
  }

  .pb-xl-57,
.py-xl-57 {
    padding-bottom: 57px !important;
  }

  .pl-xl-57,
.px-xl-57 {
    padding-left: 57px !important;
  }

  .p-xl-58 {
    padding: 58px !important;
  }

  .pt-xl-58,
.py-xl-58 {
    padding-top: 58px !important;
  }

  .pr-xl-58,
.px-xl-58 {
    padding-right: 58px !important;
  }

  .pb-xl-58,
.py-xl-58 {
    padding-bottom: 58px !important;
  }

  .pl-xl-58,
.px-xl-58 {
    padding-left: 58px !important;
  }

  .p-xl-59 {
    padding: 59px !important;
  }

  .pt-xl-59,
.py-xl-59 {
    padding-top: 59px !important;
  }

  .pr-xl-59,
.px-xl-59 {
    padding-right: 59px !important;
  }

  .pb-xl-59,
.py-xl-59 {
    padding-bottom: 59px !important;
  }

  .pl-xl-59,
.px-xl-59 {
    padding-left: 59px !important;
  }

  .p-xl-60 {
    padding: 60px !important;
  }

  .pt-xl-60,
.py-xl-60 {
    padding-top: 60px !important;
  }

  .pr-xl-60,
.px-xl-60 {
    padding-right: 60px !important;
  }

  .pb-xl-60,
.py-xl-60 {
    padding-bottom: 60px !important;
  }

  .pl-xl-60,
.px-xl-60 {
    padding-left: 60px !important;
  }

  .p-xl-61 {
    padding: 61px !important;
  }

  .pt-xl-61,
.py-xl-61 {
    padding-top: 61px !important;
  }

  .pr-xl-61,
.px-xl-61 {
    padding-right: 61px !important;
  }

  .pb-xl-61,
.py-xl-61 {
    padding-bottom: 61px !important;
  }

  .pl-xl-61,
.px-xl-61 {
    padding-left: 61px !important;
  }

  .p-xl-62 {
    padding: 62px !important;
  }

  .pt-xl-62,
.py-xl-62 {
    padding-top: 62px !important;
  }

  .pr-xl-62,
.px-xl-62 {
    padding-right: 62px !important;
  }

  .pb-xl-62,
.py-xl-62 {
    padding-bottom: 62px !important;
  }

  .pl-xl-62,
.px-xl-62 {
    padding-left: 62px !important;
  }

  .p-xl-63 {
    padding: 63px !important;
  }

  .pt-xl-63,
.py-xl-63 {
    padding-top: 63px !important;
  }

  .pr-xl-63,
.px-xl-63 {
    padding-right: 63px !important;
  }

  .pb-xl-63,
.py-xl-63 {
    padding-bottom: 63px !important;
  }

  .pl-xl-63,
.px-xl-63 {
    padding-left: 63px !important;
  }

  .p-xl-64 {
    padding: 64px !important;
  }

  .pt-xl-64,
.py-xl-64 {
    padding-top: 64px !important;
  }

  .pr-xl-64,
.px-xl-64 {
    padding-right: 64px !important;
  }

  .pb-xl-64,
.py-xl-64 {
    padding-bottom: 64px !important;
  }

  .pl-xl-64,
.px-xl-64 {
    padding-left: 64px !important;
  }

  .m-xl-n1 {
    margin: -1px !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -1px !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -1px !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -1px !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -1px !important;
  }

  .m-xl-n2 {
    margin: -2px !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -2px !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -2px !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -2px !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -2px !important;
  }

  .m-xl-n3 {
    margin: -3px !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -3px !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -3px !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -3px !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -3px !important;
  }

  .m-xl-n4 {
    margin: -4px !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -4px !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -4px !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -4px !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -4px !important;
  }

  .m-xl-n5 {
    margin: -5px !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -5px !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -5px !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -5px !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -5px !important;
  }

  .m-xl-n6 {
    margin: -6px !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -6px !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -6px !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -6px !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -6px !important;
  }

  .m-xl-n7 {
    margin: -7px !important;
  }

  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -7px !important;
  }

  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -7px !important;
  }

  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -7px !important;
  }

  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -7px !important;
  }

  .m-xl-n8 {
    margin: -8px !important;
  }

  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -8px !important;
  }

  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -8px !important;
  }

  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -8px !important;
  }

  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -8px !important;
  }

  .m-xl-n9 {
    margin: -9px !important;
  }

  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -9px !important;
  }

  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -9px !important;
  }

  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -9px !important;
  }

  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -9px !important;
  }

  .m-xl-n10 {
    margin: -10px !important;
  }

  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -10px !important;
  }

  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -10px !important;
  }

  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -10px !important;
  }

  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -10px !important;
  }

  .m-xl-n11 {
    margin: -11px !important;
  }

  .mt-xl-n11,
.my-xl-n11 {
    margin-top: -11px !important;
  }

  .mr-xl-n11,
.mx-xl-n11 {
    margin-right: -11px !important;
  }

  .mb-xl-n11,
.my-xl-n11 {
    margin-bottom: -11px !important;
  }

  .ml-xl-n11,
.mx-xl-n11 {
    margin-left: -11px !important;
  }

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

  .mt-xl-n12,
.my-xl-n12 {
    margin-top: -12px !important;
  }

  .mr-xl-n12,
.mx-xl-n12 {
    margin-right: -12px !important;
  }

  .mb-xl-n12,
.my-xl-n12 {
    margin-bottom: -12px !important;
  }

  .ml-xl-n12,
.mx-xl-n12 {
    margin-left: -12px !important;
  }

  .m-xl-n13 {
    margin: -13px !important;
  }

  .mt-xl-n13,
.my-xl-n13 {
    margin-top: -13px !important;
  }

  .mr-xl-n13,
.mx-xl-n13 {
    margin-right: -13px !important;
  }

  .mb-xl-n13,
.my-xl-n13 {
    margin-bottom: -13px !important;
  }

  .ml-xl-n13,
.mx-xl-n13 {
    margin-left: -13px !important;
  }

  .m-xl-n14 {
    margin: -14px !important;
  }

  .mt-xl-n14,
.my-xl-n14 {
    margin-top: -14px !important;
  }

  .mr-xl-n14,
.mx-xl-n14 {
    margin-right: -14px !important;
  }

  .mb-xl-n14,
.my-xl-n14 {
    margin-bottom: -14px !important;
  }

  .ml-xl-n14,
.mx-xl-n14 {
    margin-left: -14px !important;
  }

  .m-xl-n15 {
    margin: -15px !important;
  }

  .mt-xl-n15,
.my-xl-n15 {
    margin-top: -15px !important;
  }

  .mr-xl-n15,
.mx-xl-n15 {
    margin-right: -15px !important;
  }

  .mb-xl-n15,
.my-xl-n15 {
    margin-bottom: -15px !important;
  }

  .ml-xl-n15,
.mx-xl-n15 {
    margin-left: -15px !important;
  }

  .m-xl-n16 {
    margin: -16px !important;
  }

  .mt-xl-n16,
.my-xl-n16 {
    margin-top: -16px !important;
  }

  .mr-xl-n16,
.mx-xl-n16 {
    margin-right: -16px !important;
  }

  .mb-xl-n16,
.my-xl-n16 {
    margin-bottom: -16px !important;
  }

  .ml-xl-n16,
.mx-xl-n16 {
    margin-left: -16px !important;
  }

  .m-xl-n17 {
    margin: -17px !important;
  }

  .mt-xl-n17,
.my-xl-n17 {
    margin-top: -17px !important;
  }

  .mr-xl-n17,
.mx-xl-n17 {
    margin-right: -17px !important;
  }

  .mb-xl-n17,
.my-xl-n17 {
    margin-bottom: -17px !important;
  }

  .ml-xl-n17,
.mx-xl-n17 {
    margin-left: -17px !important;
  }

  .m-xl-n18 {
    margin: -18px !important;
  }

  .mt-xl-n18,
.my-xl-n18 {
    margin-top: -18px !important;
  }

  .mr-xl-n18,
.mx-xl-n18 {
    margin-right: -18px !important;
  }

  .mb-xl-n18,
.my-xl-n18 {
    margin-bottom: -18px !important;
  }

  .ml-xl-n18,
.mx-xl-n18 {
    margin-left: -18px !important;
  }

  .m-xl-n19 {
    margin: -19px !important;
  }

  .mt-xl-n19,
.my-xl-n19 {
    margin-top: -19px !important;
  }

  .mr-xl-n19,
.mx-xl-n19 {
    margin-right: -19px !important;
  }

  .mb-xl-n19,
.my-xl-n19 {
    margin-bottom: -19px !important;
  }

  .ml-xl-n19,
.mx-xl-n19 {
    margin-left: -19px !important;
  }

  .m-xl-n20 {
    margin: -20px !important;
  }

  .mt-xl-n20,
.my-xl-n20 {
    margin-top: -20px !important;
  }

  .mr-xl-n20,
.mx-xl-n20 {
    margin-right: -20px !important;
  }

  .mb-xl-n20,
.my-xl-n20 {
    margin-bottom: -20px !important;
  }

  .ml-xl-n20,
.mx-xl-n20 {
    margin-left: -20px !important;
  }

  .m-xl-n21 {
    margin: -21px !important;
  }

  .mt-xl-n21,
.my-xl-n21 {
    margin-top: -21px !important;
  }

  .mr-xl-n21,
.mx-xl-n21 {
    margin-right: -21px !important;
  }

  .mb-xl-n21,
.my-xl-n21 {
    margin-bottom: -21px !important;
  }

  .ml-xl-n21,
.mx-xl-n21 {
    margin-left: -21px !important;
  }

  .m-xl-n22 {
    margin: -22px !important;
  }

  .mt-xl-n22,
.my-xl-n22 {
    margin-top: -22px !important;
  }

  .mr-xl-n22,
.mx-xl-n22 {
    margin-right: -22px !important;
  }

  .mb-xl-n22,
.my-xl-n22 {
    margin-bottom: -22px !important;
  }

  .ml-xl-n22,
.mx-xl-n22 {
    margin-left: -22px !important;
  }

  .m-xl-n23 {
    margin: -23px !important;
  }

  .mt-xl-n23,
.my-xl-n23 {
    margin-top: -23px !important;
  }

  .mr-xl-n23,
.mx-xl-n23 {
    margin-right: -23px !important;
  }

  .mb-xl-n23,
.my-xl-n23 {
    margin-bottom: -23px !important;
  }

  .ml-xl-n23,
.mx-xl-n23 {
    margin-left: -23px !important;
  }

  .m-xl-n24 {
    margin: -24px !important;
  }

  .mt-xl-n24,
.my-xl-n24 {
    margin-top: -24px !important;
  }

  .mr-xl-n24,
.mx-xl-n24 {
    margin-right: -24px !important;
  }

  .mb-xl-n24,
.my-xl-n24 {
    margin-bottom: -24px !important;
  }

  .ml-xl-n24,
.mx-xl-n24 {
    margin-left: -24px !important;
  }

  .m-xl-n25 {
    margin: -25px !important;
  }

  .mt-xl-n25,
.my-xl-n25 {
    margin-top: -25px !important;
  }

  .mr-xl-n25,
.mx-xl-n25 {
    margin-right: -25px !important;
  }

  .mb-xl-n25,
.my-xl-n25 {
    margin-bottom: -25px !important;
  }

  .ml-xl-n25,
.mx-xl-n25 {
    margin-left: -25px !important;
  }

  .m-xl-n26 {
    margin: -26px !important;
  }

  .mt-xl-n26,
.my-xl-n26 {
    margin-top: -26px !important;
  }

  .mr-xl-n26,
.mx-xl-n26 {
    margin-right: -26px !important;
  }

  .mb-xl-n26,
.my-xl-n26 {
    margin-bottom: -26px !important;
  }

  .ml-xl-n26,
.mx-xl-n26 {
    margin-left: -26px !important;
  }

  .m-xl-n27 {
    margin: -27px !important;
  }

  .mt-xl-n27,
.my-xl-n27 {
    margin-top: -27px !important;
  }

  .mr-xl-n27,
.mx-xl-n27 {
    margin-right: -27px !important;
  }

  .mb-xl-n27,
.my-xl-n27 {
    margin-bottom: -27px !important;
  }

  .ml-xl-n27,
.mx-xl-n27 {
    margin-left: -27px !important;
  }

  .m-xl-n28 {
    margin: -28px !important;
  }

  .mt-xl-n28,
.my-xl-n28 {
    margin-top: -28px !important;
  }

  .mr-xl-n28,
.mx-xl-n28 {
    margin-right: -28px !important;
  }

  .mb-xl-n28,
.my-xl-n28 {
    margin-bottom: -28px !important;
  }

  .ml-xl-n28,
.mx-xl-n28 {
    margin-left: -28px !important;
  }

  .m-xl-n29 {
    margin: -29px !important;
  }

  .mt-xl-n29,
.my-xl-n29 {
    margin-top: -29px !important;
  }

  .mr-xl-n29,
.mx-xl-n29 {
    margin-right: -29px !important;
  }

  .mb-xl-n29,
.my-xl-n29 {
    margin-bottom: -29px !important;
  }

  .ml-xl-n29,
.mx-xl-n29 {
    margin-left: -29px !important;
  }

  .m-xl-n30 {
    margin: -30px !important;
  }

  .mt-xl-n30,
.my-xl-n30 {
    margin-top: -30px !important;
  }

  .mr-xl-n30,
.mx-xl-n30 {
    margin-right: -30px !important;
  }

  .mb-xl-n30,
.my-xl-n30 {
    margin-bottom: -30px !important;
  }

  .ml-xl-n30,
.mx-xl-n30 {
    margin-left: -30px !important;
  }

  .m-xl-n31 {
    margin: -31px !important;
  }

  .mt-xl-n31,
.my-xl-n31 {
    margin-top: -31px !important;
  }

  .mr-xl-n31,
.mx-xl-n31 {
    margin-right: -31px !important;
  }

  .mb-xl-n31,
.my-xl-n31 {
    margin-bottom: -31px !important;
  }

  .ml-xl-n31,
.mx-xl-n31 {
    margin-left: -31px !important;
  }

  .m-xl-n32 {
    margin: -32px !important;
  }

  .mt-xl-n32,
.my-xl-n32 {
    margin-top: -32px !important;
  }

  .mr-xl-n32,
.mx-xl-n32 {
    margin-right: -32px !important;
  }

  .mb-xl-n32,
.my-xl-n32 {
    margin-bottom: -32px !important;
  }

  .ml-xl-n32,
.mx-xl-n32 {
    margin-left: -32px !important;
  }

  .m-xl-n33 {
    margin: -33px !important;
  }

  .mt-xl-n33,
.my-xl-n33 {
    margin-top: -33px !important;
  }

  .mr-xl-n33,
.mx-xl-n33 {
    margin-right: -33px !important;
  }

  .mb-xl-n33,
.my-xl-n33 {
    margin-bottom: -33px !important;
  }

  .ml-xl-n33,
.mx-xl-n33 {
    margin-left: -33px !important;
  }

  .m-xl-n34 {
    margin: -34px !important;
  }

  .mt-xl-n34,
.my-xl-n34 {
    margin-top: -34px !important;
  }

  .mr-xl-n34,
.mx-xl-n34 {
    margin-right: -34px !important;
  }

  .mb-xl-n34,
.my-xl-n34 {
    margin-bottom: -34px !important;
  }

  .ml-xl-n34,
.mx-xl-n34 {
    margin-left: -34px !important;
  }

  .m-xl-n35 {
    margin: -35px !important;
  }

  .mt-xl-n35,
.my-xl-n35 {
    margin-top: -35px !important;
  }

  .mr-xl-n35,
.mx-xl-n35 {
    margin-right: -35px !important;
  }

  .mb-xl-n35,
.my-xl-n35 {
    margin-bottom: -35px !important;
  }

  .ml-xl-n35,
.mx-xl-n35 {
    margin-left: -35px !important;
  }

  .m-xl-n36 {
    margin: -36px !important;
  }

  .mt-xl-n36,
.my-xl-n36 {
    margin-top: -36px !important;
  }

  .mr-xl-n36,
.mx-xl-n36 {
    margin-right: -36px !important;
  }

  .mb-xl-n36,
.my-xl-n36 {
    margin-bottom: -36px !important;
  }

  .ml-xl-n36,
.mx-xl-n36 {
    margin-left: -36px !important;
  }

  .m-xl-n37 {
    margin: -37px !important;
  }

  .mt-xl-n37,
.my-xl-n37 {
    margin-top: -37px !important;
  }

  .mr-xl-n37,
.mx-xl-n37 {
    margin-right: -37px !important;
  }

  .mb-xl-n37,
.my-xl-n37 {
    margin-bottom: -37px !important;
  }

  .ml-xl-n37,
.mx-xl-n37 {
    margin-left: -37px !important;
  }

  .m-xl-n38 {
    margin: -38px !important;
  }

  .mt-xl-n38,
.my-xl-n38 {
    margin-top: -38px !important;
  }

  .mr-xl-n38,
.mx-xl-n38 {
    margin-right: -38px !important;
  }

  .mb-xl-n38,
.my-xl-n38 {
    margin-bottom: -38px !important;
  }

  .ml-xl-n38,
.mx-xl-n38 {
    margin-left: -38px !important;
  }

  .m-xl-n39 {
    margin: -39px !important;
  }

  .mt-xl-n39,
.my-xl-n39 {
    margin-top: -39px !important;
  }

  .mr-xl-n39,
.mx-xl-n39 {
    margin-right: -39px !important;
  }

  .mb-xl-n39,
.my-xl-n39 {
    margin-bottom: -39px !important;
  }

  .ml-xl-n39,
.mx-xl-n39 {
    margin-left: -39px !important;
  }

  .m-xl-n40 {
    margin: -40px !important;
  }

  .mt-xl-n40,
.my-xl-n40 {
    margin-top: -40px !important;
  }

  .mr-xl-n40,
.mx-xl-n40 {
    margin-right: -40px !important;
  }

  .mb-xl-n40,
.my-xl-n40 {
    margin-bottom: -40px !important;
  }

  .ml-xl-n40,
.mx-xl-n40 {
    margin-left: -40px !important;
  }

  .m-xl-n41 {
    margin: -41px !important;
  }

  .mt-xl-n41,
.my-xl-n41 {
    margin-top: -41px !important;
  }

  .mr-xl-n41,
.mx-xl-n41 {
    margin-right: -41px !important;
  }

  .mb-xl-n41,
.my-xl-n41 {
    margin-bottom: -41px !important;
  }

  .ml-xl-n41,
.mx-xl-n41 {
    margin-left: -41px !important;
  }

  .m-xl-n42 {
    margin: -42px !important;
  }

  .mt-xl-n42,
.my-xl-n42 {
    margin-top: -42px !important;
  }

  .mr-xl-n42,
.mx-xl-n42 {
    margin-right: -42px !important;
  }

  .mb-xl-n42,
.my-xl-n42 {
    margin-bottom: -42px !important;
  }

  .ml-xl-n42,
.mx-xl-n42 {
    margin-left: -42px !important;
  }

  .m-xl-n43 {
    margin: -43px !important;
  }

  .mt-xl-n43,
.my-xl-n43 {
    margin-top: -43px !important;
  }

  .mr-xl-n43,
.mx-xl-n43 {
    margin-right: -43px !important;
  }

  .mb-xl-n43,
.my-xl-n43 {
    margin-bottom: -43px !important;
  }

  .ml-xl-n43,
.mx-xl-n43 {
    margin-left: -43px !important;
  }

  .m-xl-n44 {
    margin: -44px !important;
  }

  .mt-xl-n44,
.my-xl-n44 {
    margin-top: -44px !important;
  }

  .mr-xl-n44,
.mx-xl-n44 {
    margin-right: -44px !important;
  }

  .mb-xl-n44,
.my-xl-n44 {
    margin-bottom: -44px !important;
  }

  .ml-xl-n44,
.mx-xl-n44 {
    margin-left: -44px !important;
  }

  .m-xl-n45 {
    margin: -45px !important;
  }

  .mt-xl-n45,
.my-xl-n45 {
    margin-top: -45px !important;
  }

  .mr-xl-n45,
.mx-xl-n45 {
    margin-right: -45px !important;
  }

  .mb-xl-n45,
.my-xl-n45 {
    margin-bottom: -45px !important;
  }

  .ml-xl-n45,
.mx-xl-n45 {
    margin-left: -45px !important;
  }

  .m-xl-n46 {
    margin: -46px !important;
  }

  .mt-xl-n46,
.my-xl-n46 {
    margin-top: -46px !important;
  }

  .mr-xl-n46,
.mx-xl-n46 {
    margin-right: -46px !important;
  }

  .mb-xl-n46,
.my-xl-n46 {
    margin-bottom: -46px !important;
  }

  .ml-xl-n46,
.mx-xl-n46 {
    margin-left: -46px !important;
  }

  .m-xl-n47 {
    margin: -47px !important;
  }

  .mt-xl-n47,
.my-xl-n47 {
    margin-top: -47px !important;
  }

  .mr-xl-n47,
.mx-xl-n47 {
    margin-right: -47px !important;
  }

  .mb-xl-n47,
.my-xl-n47 {
    margin-bottom: -47px !important;
  }

  .ml-xl-n47,
.mx-xl-n47 {
    margin-left: -47px !important;
  }

  .m-xl-n48 {
    margin: -48px !important;
  }

  .mt-xl-n48,
.my-xl-n48 {
    margin-top: -48px !important;
  }

  .mr-xl-n48,
.mx-xl-n48 {
    margin-right: -48px !important;
  }

  .mb-xl-n48,
.my-xl-n48 {
    margin-bottom: -48px !important;
  }

  .ml-xl-n48,
.mx-xl-n48 {
    margin-left: -48px !important;
  }

  .m-xl-n49 {
    margin: -49px !important;
  }

  .mt-xl-n49,
.my-xl-n49 {
    margin-top: -49px !important;
  }

  .mr-xl-n49,
.mx-xl-n49 {
    margin-right: -49px !important;
  }

  .mb-xl-n49,
.my-xl-n49 {
    margin-bottom: -49px !important;
  }

  .ml-xl-n49,
.mx-xl-n49 {
    margin-left: -49px !important;
  }

  .m-xl-n50 {
    margin: -50px !important;
  }

  .mt-xl-n50,
.my-xl-n50 {
    margin-top: -50px !important;
  }

  .mr-xl-n50,
.mx-xl-n50 {
    margin-right: -50px !important;
  }

  .mb-xl-n50,
.my-xl-n50 {
    margin-bottom: -50px !important;
  }

  .ml-xl-n50,
.mx-xl-n50 {
    margin-left: -50px !important;
  }

  .m-xl-n51 {
    margin: -51px !important;
  }

  .mt-xl-n51,
.my-xl-n51 {
    margin-top: -51px !important;
  }

  .mr-xl-n51,
.mx-xl-n51 {
    margin-right: -51px !important;
  }

  .mb-xl-n51,
.my-xl-n51 {
    margin-bottom: -51px !important;
  }

  .ml-xl-n51,
.mx-xl-n51 {
    margin-left: -51px !important;
  }

  .m-xl-n52 {
    margin: -52px !important;
  }

  .mt-xl-n52,
.my-xl-n52 {
    margin-top: -52px !important;
  }

  .mr-xl-n52,
.mx-xl-n52 {
    margin-right: -52px !important;
  }

  .mb-xl-n52,
.my-xl-n52 {
    margin-bottom: -52px !important;
  }

  .ml-xl-n52,
.mx-xl-n52 {
    margin-left: -52px !important;
  }

  .m-xl-n53 {
    margin: -53px !important;
  }

  .mt-xl-n53,
.my-xl-n53 {
    margin-top: -53px !important;
  }

  .mr-xl-n53,
.mx-xl-n53 {
    margin-right: -53px !important;
  }

  .mb-xl-n53,
.my-xl-n53 {
    margin-bottom: -53px !important;
  }

  .ml-xl-n53,
.mx-xl-n53 {
    margin-left: -53px !important;
  }

  .m-xl-n54 {
    margin: -54px !important;
  }

  .mt-xl-n54,
.my-xl-n54 {
    margin-top: -54px !important;
  }

  .mr-xl-n54,
.mx-xl-n54 {
    margin-right: -54px !important;
  }

  .mb-xl-n54,
.my-xl-n54 {
    margin-bottom: -54px !important;
  }

  .ml-xl-n54,
.mx-xl-n54 {
    margin-left: -54px !important;
  }

  .m-xl-n55 {
    margin: -55px !important;
  }

  .mt-xl-n55,
.my-xl-n55 {
    margin-top: -55px !important;
  }

  .mr-xl-n55,
.mx-xl-n55 {
    margin-right: -55px !important;
  }

  .mb-xl-n55,
.my-xl-n55 {
    margin-bottom: -55px !important;
  }

  .ml-xl-n55,
.mx-xl-n55 {
    margin-left: -55px !important;
  }

  .m-xl-n56 {
    margin: -56px !important;
  }

  .mt-xl-n56,
.my-xl-n56 {
    margin-top: -56px !important;
  }

  .mr-xl-n56,
.mx-xl-n56 {
    margin-right: -56px !important;
  }

  .mb-xl-n56,
.my-xl-n56 {
    margin-bottom: -56px !important;
  }

  .ml-xl-n56,
.mx-xl-n56 {
    margin-left: -56px !important;
  }

  .m-xl-n57 {
    margin: -57px !important;
  }

  .mt-xl-n57,
.my-xl-n57 {
    margin-top: -57px !important;
  }

  .mr-xl-n57,
.mx-xl-n57 {
    margin-right: -57px !important;
  }

  .mb-xl-n57,
.my-xl-n57 {
    margin-bottom: -57px !important;
  }

  .ml-xl-n57,
.mx-xl-n57 {
    margin-left: -57px !important;
  }

  .m-xl-n58 {
    margin: -58px !important;
  }

  .mt-xl-n58,
.my-xl-n58 {
    margin-top: -58px !important;
  }

  .mr-xl-n58,
.mx-xl-n58 {
    margin-right: -58px !important;
  }

  .mb-xl-n58,
.my-xl-n58 {
    margin-bottom: -58px !important;
  }

  .ml-xl-n58,
.mx-xl-n58 {
    margin-left: -58px !important;
  }

  .m-xl-n59 {
    margin: -59px !important;
  }

  .mt-xl-n59,
.my-xl-n59 {
    margin-top: -59px !important;
  }

  .mr-xl-n59,
.mx-xl-n59 {
    margin-right: -59px !important;
  }

  .mb-xl-n59,
.my-xl-n59 {
    margin-bottom: -59px !important;
  }

  .ml-xl-n59,
.mx-xl-n59 {
    margin-left: -59px !important;
  }

  .m-xl-n60 {
    margin: -60px !important;
  }

  .mt-xl-n60,
.my-xl-n60 {
    margin-top: -60px !important;
  }

  .mr-xl-n60,
.mx-xl-n60 {
    margin-right: -60px !important;
  }

  .mb-xl-n60,
.my-xl-n60 {
    margin-bottom: -60px !important;
  }

  .ml-xl-n60,
.mx-xl-n60 {
    margin-left: -60px !important;
  }

  .m-xl-n61 {
    margin: -61px !important;
  }

  .mt-xl-n61,
.my-xl-n61 {
    margin-top: -61px !important;
  }

  .mr-xl-n61,
.mx-xl-n61 {
    margin-right: -61px !important;
  }

  .mb-xl-n61,
.my-xl-n61 {
    margin-bottom: -61px !important;
  }

  .ml-xl-n61,
.mx-xl-n61 {
    margin-left: -61px !important;
  }

  .m-xl-n62 {
    margin: -62px !important;
  }

  .mt-xl-n62,
.my-xl-n62 {
    margin-top: -62px !important;
  }

  .mr-xl-n62,
.mx-xl-n62 {
    margin-right: -62px !important;
  }

  .mb-xl-n62,
.my-xl-n62 {
    margin-bottom: -62px !important;
  }

  .ml-xl-n62,
.mx-xl-n62 {
    margin-left: -62px !important;
  }

  .m-xl-n63 {
    margin: -63px !important;
  }

  .mt-xl-n63,
.my-xl-n63 {
    margin-top: -63px !important;
  }

  .mr-xl-n63,
.mx-xl-n63 {
    margin-right: -63px !important;
  }

  .mb-xl-n63,
.my-xl-n63 {
    margin-bottom: -63px !important;
  }

  .ml-xl-n63,
.mx-xl-n63 {
    margin-left: -63px !important;
  }

  .m-xl-n64 {
    margin: -64px !important;
  }

  .mt-xl-n64,
.my-xl-n64 {
    margin-top: -64px !important;
  }

  .mr-xl-n64,
.mx-xl-n64 {
    margin-right: -64px !important;
  }

  .mb-xl-n64,
.my-xl-n64 {
    margin-bottom: -64px !important;
  }

  .ml-xl-n64,
.mx-xl-n64 {
    margin-left: -64px !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: monospace !important;
}

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

.text-wrap, .ehm-monospace {
  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: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.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: #fff !important;
}

.text-primary {
  color: #0e7328 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #062f10 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #117a8a !important;
}

a.text-info:hover, a.text-info:focus {
  color: #093e46 !important;
}

.text-warning {
  color: #f6d922 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #c4aa08 !important;
}

.text-danger {
  color: #ff0000 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #b30000 !important;
}

.text-light {
  color: #eee !important;
}

a.text-light:hover, a.text-light:focus {
  color: #c8c8c8 !important;
}

.text-dark {
  color: #333 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #0d0d0d !important;
}

.text-alt-one {
  color: #0e7328 !important;
}

a.text-alt-one:hover, a.text-alt-one:focus {
  color: #062f10 !important;
}

.text-alt-two {
  color: #d9eede !important;
}

a.text-alt-two:hover, a.text-alt-two:focus {
  color: #a4d6b0 !important;
}

.text-alt-three {
  color: #0b6122 !important;
}

a.text-alt-three:hover, a.text-alt-three:focus {
  color: #031d0a !important;
}

.text-alt-four {
  color: #13a138 !important;
}

a.text-alt-four:hover, a.text-alt-four:focus {
  color: #0b5d20 !important;
}

.text-alt-five {
  color: #1f292b !important;
}

a.text-alt-five:hover, a.text-alt-five:focus {
  color: black !important;
}

.text-body {
  color: #333 !important;
}

.text-muted {
  color: #666 !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, .ehm-monospace {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn):not(button):not(input[type=button]):not(input[type=image]):not(input[type=reset]):not(input[type=submit]) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #ddd;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #ddd;
  }
}
/* NetX Standards: root */
:root {
  --vault-gray: #1f292b;
  --vault-green: #13a138;
  --vault-green-primary: #0e7328;
  --vault-green-light: #d9eede;
  --vault-green-dark: #0b6122;
  --netx-gray-1: #111;
  --netx-gray-2: #222;
  --netx-gray-3: #333;
  --netx-gray-4: #444;
  --netx-gray-5: #555;
  --netx-gray-6: #666;
  --netx-gray-7: #777;
  --netx-gray-8: #888;
  --netx-gray-9: #999;
  --netx-gray-a: #aaa;
  --netx-gray-b: #bbb;
  --netx-gray-c: #ccc;
  --netx-gray-d: #ddd;
  --netx-gray-e: #eee;
  --maverick-gray-white: #f0f0f0;
  --maverick-gray-lighter: #e0e0e0;
  --maverick-gray-light: #999;
  --maverick-gray: #666;
  --maverick-gray-dark: #222;
  --maverick-gray-darker: #121212;
  --maverick-red-bright: #a00000;
  --maverick-red: #800000;
  --maverick-red-medium: #530000;
  --maverick-red-dark: #400000;
  --maverick-tan: #f1d8b8;
  --maverick-blue-black: #06111E;
  --maverick-canada-red: #7c0e00;
  --netxusa-attention-yellow: yellow;
  --netxusa-gray: #666;
  --netxusa-gray-dark: #333;
  --netx-bootstrap-white: #fff;
  --netx-bootstrap-gray-100: #f8f9fa;
  --netx-bootstrap-gray-200: #e9ecef;
  --netx-bootstrap-gray-300: #dee2e6;
  --netx-bootstrap-gray-400: #ced4da;
  --netx-bootstrap-gray-500: #adb5bd;
  --netx-bootstrap-gray-600: #6c757d;
  --netx-bootstrap-gray-700: #495057;
  --netx-bootstrap-gray-800: #343a40;
  --netx-bootstrap-gray-900: #212529;
  --maverick-bootstrap-white: #fff;
  --maverick-bootstrap-gray-100: #f8f9fa;
  --maverick-bootstrap-gray-200: #e9ecef;
  --maverick-bootstrap-gray-300: #dee2e6;
  --maverick-bootstrap-gray-400: #ced4da;
  --maverick-bootstrap-gray-500: #adb5bd;
  --maverick-bootstrap-gray-600: #6c757d;
  --maverick-bootstrap-gray-700: #495057;
  --maverick-bootstrap-gray-800: #343a40;
  --maverick-bootstrap-gray-900: #212529;
  --maverick-bootstrap-black: #000;
  --netxusa-bootstrap-white: #fff;
  --netxusa-bootstrap-gray-100: #f5f5f5;
  --netxusa-bootstrap-gray-200: #eee;
  --netxusa-bootstrap-gray-300: #ddd;
  --netxusa-bootstrap-gray-400: #ced4da;
  --netxusa-bootstrap-gray-500: #999;
  --netxusa-bootstrap-gray-600: #666;
  --netxusa-bootstrap-gray-700: #495057;
  --netxusa-bootstrap-gray-800: #333;
  --netxusa-bootstrap-gray-900: #212529;
  --netxusa-bootstrap-black: #000;
  --netx-bootstrap-black: #000;
  --netx-bootstrap-blue: #23588c;
  --netx-bootstrap-indigo: #4d0cb6;
  --netx-bootstrap-purple: #533291;
  --netx-bootstrap-pink: #ae2f69;
  --netx-bootstrap-red: #a52834;
  --netx-bootstrap-orange: #be5f0f;
  --netx-bootstrap-yellow: #bf8405;
  --netx-bootstrap-green: #1e7d34;
  --netx-bootstrap-teal: #189771;
  --netx-bootstrap-cyan: #117a8a;
  --maverick-bootstrap-blue: #23588c;
  --maverick-bootstrap-indigo: #4d0cb6;
  --maverick-bootstrap-purple: #533291;
  --maverick-bootstrap-pink: #ae2f69;
  --maverick-bootstrap-red: #a52834;
  --maverick-bootstrap-orange: #be5f0f;
  --maverick-bootstrap-yellow: #bf8405;
  --maverick-bootstrap-green: #1e7d34;
  --maverick-bootstrap-teal: #189771;
  --maverick-bootstrap-cyan: #117a8a;
  --netxusa-bootstrap-blue: #2375b7;
  --netxusa-bootstrap-indigo: #6610f2;
  --netxusa-bootstrap-purple: #6f42c1;
  --netxusa-bootstrap-pink: #e83e8c;
  --netxusa-bootstrap-red: #ff0000;
  --netxusa-bootstrap-orange: #fd7e14;
  --netxusa-bootstrap-yellow: #f6d922;
  --netxusa-bootstrap-green: #28a745;
  --netxusa-bootstrap-teal: #20c997;
  --netxusa-bootstrap-cyan: #17a2b8;
  --netx-bootstrap-primary: #800000;
  --netx-bootstrap-secondary: #6c757d;
  --netx-bootstrap-success: #1e7d34;
  --netx-bootstrap-info: #117a8a;
  --netx-bootstrap-warning: #bf8405;
  --netx-bootstrap-danger: #a52834;
  --netx-bootstrap-light: #f0f0f0;
  --netx-bootstrap-dark: #333;
  --netx-bootstrap-alt-one: #0e7328;
  --netx-bootstrap-alt-two: #d9eede;
  --netx-bootstrap-alt-three: #0b6122;
  --netx-bootstrap-alt-four: #13a138;
  --netx-bootstrap-alt-five: #1f292b;
  --maverick-bootstrap-primary: #800000;
  --maverick-bootstrap-secondary: #6c757d;
  --maverick-bootstrap-success: #1e7d34;
  --maverick-bootstrap-info: #117a8a;
  --maverick-bootstrap-warning: #bf8405;
  --maverick-bootstrap-danger: #a52834;
  --maverick-bootstrap-light: #f0f0f0;
  --maverick-bootstrap-dark: #333;
  --maverick-bootstrap-alt-one: #0e7328;
  --maverick-bootstrap-alt-two: #d9eede;
  --maverick-bootstrap-alt-three: #0b6122;
  --maverick-bootstrap-alt-four: #13a138;
  --maverick-bootstrap-alt-five: #1f292b;
  --netxusa-bootstrap-primary: #0e7328;
  --netxusa-bootstrap-secondary: #6c757d;
  --netxusa-bootstrap-success: #28a745;
  --netxusa-bootstrap-info: #117a8a;
  --netxusa-bootstrap-warning: #f6d922;
  --netxusa-bootstrap-danger: #ff0000;
  --netxusa-bootstrap-light: #eee;
  --netxusa-bootstrap-dark: #333;
  --netxusa-bootstrap-alt-one: #0e7328;
  --netxusa-bootstrap-alt-two: #d9eede;
  --netxusa-bootstrap-alt-three: #0b6122;
  --netxusa-bootstrap-alt-four: #13a138;
  --netxusa-bootstrap-alt-five: #1f292b;
  --netx-fa-border-color: #eee;
  --netx-fa-inverse: #fff;
  --netx-fa-default-color: #700000;
  --netx-fa-default-link-color: #700000;
  --netx-fa-default-link-hover-color: #bd0000;
  --maverick-fa-border-color: #eee;
  --maverick-fa-inverse: #fff;
  --maverick-fa-default-color: #700000;
  --maverick-fa-default-link-color: #700000;
  --maverick-fa-default-link-hover-color: #bd0000;
  --netxusa-fa-border-color: #eee;
  --netxusa-fa-inverse: #fff;
  --netxusa-fa-default-color: #0e7328;
  --netxusa-fa-default-link-color: #0e7328;
  --netxusa-fa-default-link-hover-color: #062f10;
}

/* NetX Standards: Fonts */
@font-face {
  font-family: HelveticaNeueWeb;
  src: url("/css/lib/fonts/Helvetica/HelveticaNeueLTW05-55Roman.eot?");
  src: url("/css/lib/fonts/Helvetica/HelveticaNeueLTW05-55Roman.eot?") format("eot"), url("/css/lib/fonts/Helvetica/HelveticaNeueLTW05-55Roman.woff2") format("woff2"), url("/css/lib/fonts/Helvetica/HelveticaNeueLTW05-55Roman.woff") format("woff"), url("/css/lib/fonts/Helvetica/HelveticaNeueLTW05-55Roman.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: HelveticaNeueWeb;
  src: url("/css/lib/fonts/Helvetica/HelveticaNeueLTW05-45Light.eot?");
  src: url("/css/lib/fonts/Helvetica/HelveticaNeueLTW05-45Light.eot?") format("eot"), url("/css/lib/fonts/Helvetica/HelveticaNeueLTW05-45Light.woff2") format("woff2"), url("/css/lib/fonts/Helvetica/HelveticaNeueLTW05-45Light.woff") format("woff"), url("/css/lib/fonts/Helvetica/HelveticaNeueLTW05-45Light.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: HelveticaNeueWeb;
  src: url("/css/lib/fonts/Helvetica/HelveticaNeueLTW05-75Bold.eot?");
  src: url("/css/lib/fonts/Helvetica/HelveticaNeueLTW05-75Bold.eot?") format("eot"), url("/css/lib/fonts/Helvetica/HelveticaNeueLTW05-75Bold.woff2") format("woff2"), url("/css/lib/fonts/Helvetica/HelveticaNeueLTW05-75Bold.woff") format("woff"), url("/css/lib/fonts/Helvetica/HelveticaNeueLTW05-75Bold.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
/* NetX Standards: Fontawesome Library */
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/css/vendor/fontawesome/5.15.3/webfonts/fa-solid-900.eot");
  src: url("/css/vendor/fontawesome/5.15.3/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/css/vendor/fontawesome/5.15.3/webfonts/fa-solid-900.woff2") format("woff2"), url("/css/vendor/fontawesome/5.15.3/webfonts/fa-solid-900.woff") format("woff"), url("/css/vendor/fontawesome/5.15.3/webfonts/fa-solid-900.ttf") format("truetype"), url("/css/vendor/fontawesome/5.15.3/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas,
.rma-view .accordion-toggle::before,
.ticket-view .accordion-toggle::before,
.netxusa-footer .netxusa-footer-nav-header.navbar::after,
.netxusa-header-main .navbar-cart .navbar-cart-icon,
.netxusa-header-main .netxusa-header-main-nav .nav .dropdown-toggle::after,
.errorSummary li::before,
.netx-btn-icon-download::before,
.downloadIcon[class*=iconInput]::before,
.netx-btn-icon-unlock::before,
.unlockIcon[class*=iconInput]::before,
.netx-btn-icon-lock::before,
.lockIcon[class*=iconInput]::before,
.netx-btn-icon-clear::before,
.clearIcon[class*=iconInput]::before,
.netx-btn-icon-get-inventory::before,
.getInventoryIcon[class*=iconInput]::before,
.netx-btn-icon-settings::before,
.settingsIcon[class*=iconInput]::before,
.netx-btn-icon-move::before,
.moveIcon[class*=iconInput]::before,
.netx-btn-icon-update::before,
.updateIcon[class*=iconInput]::before,
.netx-btn-icon-copy::before,
.copyIcon[class*=iconInput]::before,
.netx-btn-icon-delete::before,
.deleteIcon[class*=iconInput]::before,
.netx-btn-icon-email::before,
.emailIcon[class*=iconInput]::before,
.netx-btn-icon-comment::before,
.commentIcon[class*=iconInput]::before,
.netx-btn-icon-print::before,
.printIcon[class*=iconInput]::before,
.netx-btn-icon-search::before,
.searchIcon[class*=iconInput]::before,
.netx-btn-icon-add::before,
.addIcon[class*=iconInput]::before,
div.gridWrap div.grid-view.grid-view-loading::after,
.netx-icon-warning,
.warningIcon:not([class*=iconInput]),
.netx-icon-view,
.netx-icon-unlocked,
.unlockedIcon:not([class*=iconInput]),
.netx-icon-tip,
.infoIcon:not([class*=iconInput]),
.netx-icon-success,
.successIcon:not([class*=iconInput]),
.netx-icon-star,
.starIcon:not([class*=iconInput]),
.netx-icon-star-half,
.starHalfIcon:not([class*=iconInput]),
.netx-icon-star-gray,
.starGrayIcon:not([class*=iconInput]),
.netx-icon-square,
.netx-icon-square-full,
.netx-icon-skull,
.skullIcon:not([class*=iconInput]),
.netx-icon-settings,
.settingsIcon:not([class*=iconInput]),
.netx-icon-search,
.searchIcon:not([class*=iconInput]),
.netx-icon-save,
.saveIcon:not([class*=iconInput]),
.netx-icon-rule,
.ruleIcon:not([class*=iconInput]),
.netx-icon-rss,
.rssIcon:not([class*=iconInput]),
.netx-icon-refresh,
.refreshIcon:not([class*=iconInput]),
.netx-icon-rebate,
.rebateIcon:not([class*=iconInput]),
.netx-icon-provisioned,
.provisionedIcon:not([class*=iconInput]),
.netx-icon-provision-lock,
.provisionLockIcon:not([class*=iconInput]),
.netx-icon-print,
.printIcon:not([class*=iconInput]),
.netx-icon-phone,
.phoneIcon:not([class*=iconInput]),
.netx-icon-not-provisioned,
.notProvisionedIcon:not([class*=iconInput]),
.netx-icon-move,
.moveIcon:not([class*=iconInput]),
.netx-icon-mail,
.mailIcon:not([class*=iconInput]),
.netx-icon-mail-alert,
.mailAlertIcon:not([class*=iconInput]),
.netx-icon-locked,
.lockedIcon:not([class*=iconInput]),
.netx-icon-loading,
.netx-icon-loading-32,
.netx-icon-loading-20,
.netx-icon-link,
.linkIcon:not([class*=iconInput]),
.netx-icon-label,
.labelIcon:not([class*=iconInput]),
.netx-icon-info,
.informationIcon:not([class*=iconInput]),
.netx-icon-get-inventory,
.getInventoryIcon:not([class*=iconInput]),
.netx-icon-folder,
.folderIcon:not([class*=iconInput]),
.netx-icon-flag-red,
.flagRedIcon:not([class*=iconInput]),
.netx-icon-flag-gray,
.flagGrayIcon:not([class*=iconInput]),
.netx-icon-file-build-hold-lock,
.netx-icon-fax,
.faxIcon:not([class*=iconInput]),
.netx-icon-extension-unlocked,
.extensionUnlockedIcon:not([class*=iconInput]),
.netx-icon-extension-locked,
.extensionLockedIcon:not([class*=iconInput]),
.netx-icon-expand,
.fullscreenLightIcon:not([class*=iconInput]),
.netx-icon-error,
.errorIcon:not([class*=iconInput]),
.netx-icon-edit,
.editIcon:not([class*=iconInput]),
.netx-icon-dummy,
.dummyIcon:not([class*=iconInput]),
.netx-icon-download,
.downloadIcon:not([class*=iconInput]),
.netx-icon-doc,
.docIcon:not([class*=iconInput]),
.netx-icon-deny,
.denyIcon:not([class*=iconInput]),
.netx-icon-delete,
.ui-icon-closethick,
.deleteIcon:not([class*=iconInput]),
.netx-icon-danger,
.netx-icon-csv,
.csvIcon:not([class*=iconInput]),
.netx-icon-credit,
.creditIcon:not([class*=iconInput]),
.netx-icon-credit-card-approved,
.creditCardApprovedIcon:not([class*=iconInput]),
.netx-icon-copy,
.copyIcon:not([class*=iconInput]),
.netx-icon-compress,
.netx-icon-comment,
.commentIcon:not([class*=iconInput]),
.netx-icon-close,
.closeIcon:not([class*=iconInput]),
.netx-icon-clock,
.clockIcon:not([class*=iconInput]),
.netx-icon-circle,
.netx-icon-calendar,
.calendarIcon:not([class*=iconInput]),
.netx-icon-bookmarked,
.bookmarkedIcon:not([class*=iconInput]),
.netx-icon-bookmark,
.bookmarkIcon:not([class*=iconInput]),
.netx-icon-admin,
.adminIcon:not([class*=iconInput]),
.netx-icon-additional,
.additionalIcon:not([class*=iconInput]),
.netx-icon-add,
.addIcon:not([class*=iconInput]),
.netx-icon-ach,
.achIcon:not([class*=iconInput]),
.netx-icon-image {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/css/vendor/fontawesome/5.15.3/webfonts/fa-regular-400.eot");
  src: url("/css/vendor/fontawesome/5.15.3/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/css/vendor/fontawesome/5.15.3/webfonts/fa-regular-400.woff2") format("woff2"), url("/css/vendor/fontawesome/5.15.3/webfonts/fa-regular-400.woff") format("woff"), url("/css/vendor/fontawesome/5.15.3/webfonts/fa-regular-400.ttf") format("truetype"), url("/css/vendor/fontawesome/5.15.3/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far, .netx-btn-icon-pdf::before, .pdfIcon[class*=iconInput]::before, .netx-icon-system-comment, .systemCommentIcon:not([class*=iconInput]), .netx-icon-square-outline, .netx-icon-plus, .plusIcon:not([class*=iconInput]), .netx-icon-plus-light, .plusLightIcon:not([class*=iconInput]), .netx-icon-pdf, .pdfIcon:not([class*=iconInput]), .netx-icon-minus, .minusIcon:not([class*=iconInput]), .netx-icon-minus-light, .minusLightIcon:not([class*=iconInput]), .netx-icon-circle-outline, .netx-icon-allow, .allowIcon:not([class*=iconInput]) {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/css/vendor/fontawesome/5.15.3/webfonts/fa-brands-400.eot");
  src: url("/css/vendor/fontawesome/5.15.3/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/css/vendor/fontawesome/5.15.3/webfonts/fa-brands-400.woff2") format("woff2"), url("/css/vendor/fontawesome/5.15.3/webfonts/fa-brands-400.woff") format("woff"), url("/css/vendor/fontawesome/5.15.3/webfonts/fa-brands-400.ttf") format("truetype"), url("/css/vendor/fontawesome/5.15.3/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab, .netx-icon-html5, .html5Icon:not([class*=iconInput]) {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa,
.fas,
.rma-view .accordion-toggle::before,
.ticket-view .accordion-toggle::before,
.netxusa-footer .netxusa-footer-nav-header.navbar::after,
.netxusa-header-main .navbar-cart .navbar-cart-icon,
.netxusa-header-main .netxusa-header-main-nav .nav .dropdown-toggle::after,
.errorSummary li::before,
.netx-btn-icon-download::before,
.downloadIcon[class*=iconInput]::before,
.netx-btn-icon-unlock::before,
.unlockIcon[class*=iconInput]::before,
.netx-btn-icon-lock::before,
.lockIcon[class*=iconInput]::before,
.netx-btn-icon-clear::before,
.clearIcon[class*=iconInput]::before,
.netx-btn-icon-get-inventory::before,
.getInventoryIcon[class*=iconInput]::before,
.netx-btn-icon-settings::before,
.settingsIcon[class*=iconInput]::before,
.netx-btn-icon-move::before,
.moveIcon[class*=iconInput]::before,
.netx-btn-icon-update::before,
.updateIcon[class*=iconInput]::before,
.netx-btn-icon-copy::before,
.copyIcon[class*=iconInput]::before,
.netx-btn-icon-delete::before,
.deleteIcon[class*=iconInput]::before,
.netx-btn-icon-email::before,
.emailIcon[class*=iconInput]::before,
.netx-btn-icon-comment::before,
.commentIcon[class*=iconInput]::before,
.netx-btn-icon-print::before,
.printIcon[class*=iconInput]::before,
.netx-btn-icon-search::before,
.searchIcon[class*=iconInput]::before,
.netx-btn-icon-add::before,
.addIcon[class*=iconInput]::before,
div.gridWrap div.grid-view.grid-view-loading::after,
.netx-icon-warning,
.warningIcon:not([class*=iconInput]),
.netx-icon-view,
.netx-icon-unlocked,
.unlockedIcon:not([class*=iconInput]),
.netx-icon-tip,
.infoIcon:not([class*=iconInput]),
.netx-icon-success,
.successIcon:not([class*=iconInput]),
.netx-icon-star,
.starIcon:not([class*=iconInput]),
.netx-icon-star-half,
.starHalfIcon:not([class*=iconInput]),
.netx-icon-star-gray,
.starGrayIcon:not([class*=iconInput]),
.netx-icon-square,
.netx-icon-square-full,
.netx-icon-skull,
.skullIcon:not([class*=iconInput]),
.netx-icon-settings,
.settingsIcon:not([class*=iconInput]),
.netx-icon-search,
.searchIcon:not([class*=iconInput]),
.netx-icon-save,
.saveIcon:not([class*=iconInput]),
.netx-icon-rule,
.ruleIcon:not([class*=iconInput]),
.netx-icon-rss,
.rssIcon:not([class*=iconInput]),
.netx-icon-refresh,
.refreshIcon:not([class*=iconInput]),
.netx-icon-rebate,
.rebateIcon:not([class*=iconInput]),
.netx-icon-provisioned,
.provisionedIcon:not([class*=iconInput]),
.netx-icon-provision-lock,
.provisionLockIcon:not([class*=iconInput]),
.netx-icon-print,
.printIcon:not([class*=iconInput]),
.netx-icon-phone,
.phoneIcon:not([class*=iconInput]),
.netx-icon-not-provisioned,
.notProvisionedIcon:not([class*=iconInput]),
.netx-icon-move,
.moveIcon:not([class*=iconInput]),
.netx-icon-mail,
.mailIcon:not([class*=iconInput]),
.netx-icon-mail-alert,
.mailAlertIcon:not([class*=iconInput]),
.netx-icon-locked,
.lockedIcon:not([class*=iconInput]),
.netx-icon-loading,
.netx-icon-loading-32,
.netx-icon-loading-20,
.netx-icon-link,
.linkIcon:not([class*=iconInput]),
.netx-icon-label,
.labelIcon:not([class*=iconInput]),
.netx-icon-info,
.informationIcon:not([class*=iconInput]),
.netx-icon-get-inventory,
.getInventoryIcon:not([class*=iconInput]),
.netx-icon-folder,
.folderIcon:not([class*=iconInput]),
.netx-icon-flag-red,
.flagRedIcon:not([class*=iconInput]),
.netx-icon-flag-gray,
.flagGrayIcon:not([class*=iconInput]),
.netx-icon-file-build-hold-lock,
.netx-icon-fax,
.faxIcon:not([class*=iconInput]),
.netx-icon-extension-unlocked,
.extensionUnlockedIcon:not([class*=iconInput]),
.netx-icon-extension-locked,
.extensionLockedIcon:not([class*=iconInput]),
.netx-icon-expand,
.fullscreenLightIcon:not([class*=iconInput]),
.netx-icon-error,
.errorIcon:not([class*=iconInput]),
.netx-icon-edit,
.editIcon:not([class*=iconInput]),
.netx-icon-dummy,
.dummyIcon:not([class*=iconInput]),
.netx-icon-download,
.downloadIcon:not([class*=iconInput]),
.netx-icon-doc,
.docIcon:not([class*=iconInput]),
.netx-icon-deny,
.denyIcon:not([class*=iconInput]),
.netx-icon-delete,
.ui-icon-closethick,
.deleteIcon:not([class*=iconInput]),
.netx-icon-danger,
.netx-icon-csv,
.csvIcon:not([class*=iconInput]),
.netx-icon-credit,
.creditIcon:not([class*=iconInput]),
.netx-icon-credit-card-approved,
.creditCardApprovedIcon:not([class*=iconInput]),
.netx-icon-copy,
.copyIcon:not([class*=iconInput]),
.netx-icon-compress,
.netx-icon-comment,
.commentIcon:not([class*=iconInput]),
.netx-icon-close,
.closeIcon:not([class*=iconInput]),
.netx-icon-clock,
.clockIcon:not([class*=iconInput]),
.netx-icon-circle,
.netx-icon-calendar,
.calendarIcon:not([class*=iconInput]),
.netx-icon-bookmarked,
.bookmarkedIcon:not([class*=iconInput]),
.netx-icon-bookmark,
.bookmarkIcon:not([class*=iconInput]),
.netx-icon-admin,
.adminIcon:not([class*=iconInput]),
.netx-icon-additional,
.additionalIcon:not([class*=iconInput]),
.netx-icon-add,
.addIcon:not([class*=iconInput]),
.netx-icon-ach,
.achIcon:not([class*=iconInput]),
.netx-icon-image,
.far,
.netx-btn-icon-pdf::before,
.pdfIcon[class*=iconInput]::before,
.netx-icon-system-comment,
.systemCommentIcon:not([class*=iconInput]),
.netx-icon-square-outline,
.netx-icon-plus,
.plusIcon:not([class*=iconInput]),
.netx-icon-plus-light,
.plusLightIcon:not([class*=iconInput]),
.netx-icon-pdf,
.pdfIcon:not([class*=iconInput]),
.netx-icon-minus,
.minusIcon:not([class*=iconInput]),
.netx-icon-minus-light,
.minusLightIcon:not([class*=iconInput]),
.netx-icon-circle-outline,
.netx-icon-allow,
.allowIcon:not([class*=iconInput]),
.fal,
.fad,
.fab,
.netx-icon-html5,
.html5Icon:not([class*=iconInput]) {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.rma-view .accordion-toggle::before, .ticket-view .accordion-toggle::before, .netxusa-footer .netxusa-footer-nav-header.navbar::after, .netxusa-header-main .navbar-cart .navbar-cart-icon, .netxusa-header-main .netxusa-header-main-nav .nav .dropdown-toggle::after, .netx-btn-icon::before, .iconInput::before, .netx-icon, .ui-icon-closethick, .netxIcon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.rma-view .fa-pull-left.accordion-toggle::before,
.ticket-view .fa-pull-left.accordion-toggle::before,
.netxusa-footer .fa-pull-left.netxusa-footer-nav-header.navbar::after,
.netxusa-header-main .navbar-cart .fa-pull-left.navbar-cart-icon,
.netxusa-header-main .netxusa-header-main-nav .nav .fa-pull-left.dropdown-toggle::after,
.errorSummary li.fa-pull-left::before,
.fa-pull-left.netx-btn-icon-download::before,
.fa-pull-left.downloadIcon[class*=iconInput]::before,
.fa-pull-left.netx-btn-icon-unlock::before,
.fa-pull-left.unlockIcon[class*=iconInput]::before,
.fa-pull-left.netx-btn-icon-lock::before,
.fa-pull-left.lockIcon[class*=iconInput]::before,
.fa-pull-left.netx-btn-icon-clear::before,
.fa-pull-left.clearIcon[class*=iconInput]::before,
.fa-pull-left.netx-btn-icon-get-inventory::before,
.fa-pull-left.getInventoryIcon[class*=iconInput]::before,
.fa-pull-left.netx-btn-icon-settings::before,
.fa-pull-left.settingsIcon[class*=iconInput]::before,
.fa-pull-left.netx-btn-icon-move::before,
.fa-pull-left.moveIcon[class*=iconInput]::before,
.fa-pull-left.netx-btn-icon-update::before,
.fa-pull-left.updateIcon[class*=iconInput]::before,
.fa-pull-left.netx-btn-icon-copy::before,
.fa-pull-left.copyIcon[class*=iconInput]::before,
.fa-pull-left.netx-btn-icon-delete::before,
.fa-pull-left.deleteIcon[class*=iconInput]::before,
.fa-pull-left.netx-btn-icon-email::before,
.fa-pull-left.emailIcon[class*=iconInput]::before,
.fa-pull-left.netx-btn-icon-comment::before,
.fa-pull-left.commentIcon[class*=iconInput]::before,
.fa-pull-left.netx-btn-icon-print::before,
.fa-pull-left.printIcon[class*=iconInput]::before,
.fa-pull-left.netx-btn-icon-search::before,
.fa-pull-left.searchIcon[class*=iconInput]::before,
.fa-pull-left.netx-btn-icon-add::before,
.fa-pull-left.addIcon[class*=iconInput]::before,
div.gridWrap div.fa-pull-left.grid-view.grid-view-loading::after,
.fa-pull-left.netx-icon-warning,
.fa-pull-left.warningIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-view,
.fa-pull-left.netx-icon-unlocked,
.fa-pull-left.unlockedIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-tip,
.fa-pull-left.infoIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-success,
.fa-pull-left.successIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-star,
.fa-pull-left.starIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-star-half,
.fa-pull-left.starHalfIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-star-gray,
.fa-pull-left.starGrayIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-square,
.fa-pull-left.netx-icon-square-full,
.fa-pull-left.netx-icon-skull,
.fa-pull-left.skullIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-settings,
.fa-pull-left.settingsIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-search,
.fa-pull-left.searchIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-save,
.fa-pull-left.saveIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-rule,
.fa-pull-left.ruleIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-rss,
.fa-pull-left.rssIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-refresh,
.fa-pull-left.refreshIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-rebate,
.fa-pull-left.rebateIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-provisioned,
.fa-pull-left.provisionedIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-provision-lock,
.fa-pull-left.provisionLockIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-print,
.fa-pull-left.printIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-phone,
.fa-pull-left.phoneIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-not-provisioned,
.fa-pull-left.notProvisionedIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-move,
.fa-pull-left.moveIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-mail,
.fa-pull-left.mailIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-mail-alert,
.fa-pull-left.mailAlertIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-locked,
.fa-pull-left.lockedIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-loading,
.fa-pull-left.netx-icon-loading-32,
.fa-pull-left.netx-icon-loading-20,
.fa-pull-left.netx-icon-link,
.fa-pull-left.linkIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-label,
.fa-pull-left.labelIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-info,
.fa-pull-left.informationIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-get-inventory,
.fa-pull-left.getInventoryIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-folder,
.fa-pull-left.folderIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-flag-red,
.fa-pull-left.flagRedIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-flag-gray,
.fa-pull-left.flagGrayIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-file-build-hold-lock,
.fa-pull-left.netx-icon-fax,
.fa-pull-left.faxIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-extension-unlocked,
.fa-pull-left.extensionUnlockedIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-extension-locked,
.fa-pull-left.extensionLockedIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-expand,
.fa-pull-left.fullscreenLightIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-error,
.fa-pull-left.errorIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-edit,
.fa-pull-left.editIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-dummy,
.fa-pull-left.dummyIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-download,
.fa-pull-left.downloadIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-doc,
.fa-pull-left.docIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-deny,
.fa-pull-left.denyIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-delete,
.fa-pull-left.ui-icon-closethick,
.fa-pull-left.deleteIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-danger,
.fa-pull-left.netx-icon-csv,
.fa-pull-left.csvIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-credit,
.fa-pull-left.creditIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-credit-card-approved,
.fa-pull-left.creditCardApprovedIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-copy,
.fa-pull-left.copyIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-compress,
.fa-pull-left.netx-icon-comment,
.fa-pull-left.commentIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-close,
.fa-pull-left.closeIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-clock,
.fa-pull-left.clockIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-circle,
.fa-pull-left.netx-icon-calendar,
.fa-pull-left.calendarIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-bookmarked,
.fa-pull-left.bookmarkedIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-bookmark,
.fa-pull-left.bookmarkIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-admin,
.fa-pull-left.adminIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-additional,
.fa-pull-left.additionalIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-add,
.fa-pull-left.addIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-ach,
.fa-pull-left.achIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-image,
.far.fa-pull-left,
.fa-pull-left.netx-btn-icon-pdf::before,
.fa-pull-left.pdfIcon[class*=iconInput]::before,
.fa-pull-left.netx-icon-system-comment,
.fa-pull-left.systemCommentIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-square-outline,
.fa-pull-left.netx-icon-plus,
.fa-pull-left.plusIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-plus-light,
.fa-pull-left.plusLightIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-pdf,
.fa-pull-left.pdfIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-minus,
.fa-pull-left.minusIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-minus-light,
.fa-pull-left.minusLightIcon:not([class*=iconInput]),
.fa-pull-left.netx-icon-circle-outline,
.fa-pull-left.netx-icon-allow,
.fa-pull-left.allowIcon:not([class*=iconInput]),
.fal.fa-pull-left,
.fab.fa-pull-left,
.fa-pull-left.netx-icon-html5,
.fa-pull-left.html5Icon:not([class*=iconInput]) {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.rma-view .fa-pull-right.accordion-toggle::before,
.ticket-view .fa-pull-right.accordion-toggle::before,
.netxusa-footer .fa-pull-right.netxusa-footer-nav-header.navbar::after,
.netxusa-header-main .navbar-cart .fa-pull-right.navbar-cart-icon,
.netxusa-header-main .netxusa-header-main-nav .nav .fa-pull-right.dropdown-toggle::after,
.errorSummary li.fa-pull-right::before,
.fa-pull-right.netx-btn-icon-download::before,
.fa-pull-right.downloadIcon[class*=iconInput]::before,
.fa-pull-right.netx-btn-icon-unlock::before,
.fa-pull-right.unlockIcon[class*=iconInput]::before,
.fa-pull-right.netx-btn-icon-lock::before,
.fa-pull-right.lockIcon[class*=iconInput]::before,
.fa-pull-right.netx-btn-icon-clear::before,
.fa-pull-right.clearIcon[class*=iconInput]::before,
.fa-pull-right.netx-btn-icon-get-inventory::before,
.fa-pull-right.getInventoryIcon[class*=iconInput]::before,
.fa-pull-right.netx-btn-icon-settings::before,
.fa-pull-right.settingsIcon[class*=iconInput]::before,
.fa-pull-right.netx-btn-icon-move::before,
.fa-pull-right.moveIcon[class*=iconInput]::before,
.fa-pull-right.netx-btn-icon-update::before,
.fa-pull-right.updateIcon[class*=iconInput]::before,
.fa-pull-right.netx-btn-icon-copy::before,
.fa-pull-right.copyIcon[class*=iconInput]::before,
.fa-pull-right.netx-btn-icon-delete::before,
.fa-pull-right.deleteIcon[class*=iconInput]::before,
.fa-pull-right.netx-btn-icon-email::before,
.fa-pull-right.emailIcon[class*=iconInput]::before,
.fa-pull-right.netx-btn-icon-comment::before,
.fa-pull-right.commentIcon[class*=iconInput]::before,
.fa-pull-right.netx-btn-icon-print::before,
.fa-pull-right.printIcon[class*=iconInput]::before,
.fa-pull-right.netx-btn-icon-search::before,
.fa-pull-right.searchIcon[class*=iconInput]::before,
.fa-pull-right.netx-btn-icon-add::before,
.fa-pull-right.addIcon[class*=iconInput]::before,
div.gridWrap div.fa-pull-right.grid-view.grid-view-loading::after,
.fa-pull-right.netx-icon-warning,
.fa-pull-right.warningIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-view,
.fa-pull-right.netx-icon-unlocked,
.fa-pull-right.unlockedIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-tip,
.fa-pull-right.infoIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-success,
.fa-pull-right.successIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-star,
.fa-pull-right.starIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-star-half,
.fa-pull-right.starHalfIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-star-gray,
.fa-pull-right.starGrayIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-square,
.fa-pull-right.netx-icon-square-full,
.fa-pull-right.netx-icon-skull,
.fa-pull-right.skullIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-settings,
.fa-pull-right.settingsIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-search,
.fa-pull-right.searchIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-save,
.fa-pull-right.saveIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-rule,
.fa-pull-right.ruleIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-rss,
.fa-pull-right.rssIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-refresh,
.fa-pull-right.refreshIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-rebate,
.fa-pull-right.rebateIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-provisioned,
.fa-pull-right.provisionedIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-provision-lock,
.fa-pull-right.provisionLockIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-print,
.fa-pull-right.printIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-phone,
.fa-pull-right.phoneIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-not-provisioned,
.fa-pull-right.notProvisionedIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-move,
.fa-pull-right.moveIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-mail,
.fa-pull-right.mailIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-mail-alert,
.fa-pull-right.mailAlertIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-locked,
.fa-pull-right.lockedIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-loading,
.fa-pull-right.netx-icon-loading-32,
.fa-pull-right.netx-icon-loading-20,
.fa-pull-right.netx-icon-link,
.fa-pull-right.linkIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-label,
.fa-pull-right.labelIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-info,
.fa-pull-right.informationIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-get-inventory,
.fa-pull-right.getInventoryIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-folder,
.fa-pull-right.folderIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-flag-red,
.fa-pull-right.flagRedIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-flag-gray,
.fa-pull-right.flagGrayIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-file-build-hold-lock,
.fa-pull-right.netx-icon-fax,
.fa-pull-right.faxIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-extension-unlocked,
.fa-pull-right.extensionUnlockedIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-extension-locked,
.fa-pull-right.extensionLockedIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-expand,
.fa-pull-right.fullscreenLightIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-error,
.fa-pull-right.errorIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-edit,
.fa-pull-right.editIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-dummy,
.fa-pull-right.dummyIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-download,
.fa-pull-right.downloadIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-doc,
.fa-pull-right.docIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-deny,
.fa-pull-right.denyIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-delete,
.fa-pull-right.ui-icon-closethick,
.fa-pull-right.deleteIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-danger,
.fa-pull-right.netx-icon-csv,
.fa-pull-right.csvIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-credit,
.fa-pull-right.creditIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-credit-card-approved,
.fa-pull-right.creditCardApprovedIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-copy,
.fa-pull-right.copyIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-compress,
.fa-pull-right.netx-icon-comment,
.fa-pull-right.commentIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-close,
.fa-pull-right.closeIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-clock,
.fa-pull-right.clockIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-circle,
.fa-pull-right.netx-icon-calendar,
.fa-pull-right.calendarIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-bookmarked,
.fa-pull-right.bookmarkedIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-bookmark,
.fa-pull-right.bookmarkIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-admin,
.fa-pull-right.adminIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-additional,
.fa-pull-right.additionalIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-add,
.fa-pull-right.addIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-ach,
.fa-pull-right.achIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-image,
.far.fa-pull-right,
.fa-pull-right.netx-btn-icon-pdf::before,
.fa-pull-right.pdfIcon[class*=iconInput]::before,
.fa-pull-right.netx-icon-system-comment,
.fa-pull-right.systemCommentIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-square-outline,
.fa-pull-right.netx-icon-plus,
.fa-pull-right.plusIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-plus-light,
.fa-pull-right.plusLightIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-pdf,
.fa-pull-right.pdfIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-minus,
.fa-pull-right.minusIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-minus-light,
.fa-pull-right.minusLightIcon:not([class*=iconInput]),
.fa-pull-right.netx-icon-circle-outline,
.fa-pull-right.netx-icon-allow,
.fa-pull-right.allowIcon:not([class*=iconInput]),
.fal.fa-pull-right,
.fab.fa-pull-right,
.fa-pull-right.netx-icon-html5,
.fa-pull-right.html5Icon:not([class*=iconInput]) {
  margin-left: 0.3em;
}

.fa-spin, .netx-icon-spin, div.gridWrap div.grid-view.grid-view-loading::after, .netx-icon-loading-20, .netx-icon-loading-32, .netx-icon-loading {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bacteria:before {
  content: "";
}

.fa-bacterium:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-wash:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "";
}

.fa-handshake-slash:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "";
}

.fa-head-side-cough-slash:before {
  content: "";
}

.fa-head-side-mask:before {
  content: "";
}

.fa-head-side-virus:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-user:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "";
}

.fa-pump-soap:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-virus:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sink:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "";
}

.fa-store-slash:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-slash:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-vest:before {
  content: "";
}

.fa-vest-patches:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-virus:before {
  content: "";
}

.fa-virus-slash:before {
  content: "";
}

.fa-viruses:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.fa.fa-glass:before {
  content: "";
}

.fa.fa-meetup {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "";
}

.fa.fa-remove:before {
  content: "";
}

.fa.fa-close:before {
  content: "";
}

.fa.fa-gear:before {
  content: "";
}

.fa.fa-trash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "";
}

.fa.fa-file-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-o:before {
  content: "";
}

.fa.fa-clock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-clock-o:before {
  content: "";
}

.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
  content: "";
}

.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
  content: "";
}

.fa.fa-play-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "";
}

.fa.fa-repeat:before {
  content: "";
}

.fa.fa-rotate-right:before {
  content: "";
}

.fa.fa-refresh:before {
  content: "";
}

.fa.fa-list-alt {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-dedent:before {
  content: "";
}

.fa.fa-video-camera:before {
  content: "";
}

.fa.fa-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "";
}

.fa.fa-photo {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "";
}

.fa.fa-image {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-image:before {
  content: "";
}

.fa.fa-pencil:before {
  content: "";
}

.fa.fa-map-marker:before {
  content: "";
}

.fa.fa-pencil-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "";
}

.fa.fa-share-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-share-square-o:before {
  content: "";
}

.fa.fa-check-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-check-square-o:before {
  content: "";
}

.fa.fa-arrows:before {
  content: "";
}

.fa.fa-times-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "";
}

.fa.fa-check-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-check-circle-o:before {
  content: "";
}

.fa.fa-mail-forward:before {
  content: "";
}

.fa.fa-expand:before {
  content: "";
}

.fa.fa-compress:before {
  content: "";
}

.fa.fa-eye {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-warning:before {
  content: "";
}

.fa.fa-calendar:before {
  content: "";
}

.fa.fa-arrows-v:before {
  content: "";
}

.fa.fa-arrows-h:before {
  content: "";
}

.fa.fa-bar-chart {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bar-chart:before {
  content: "";
}

.fa.fa-bar-chart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bar-chart-o:before {
  content: "";
}

.fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gears:before {
  content: "";
}

.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "";
}

.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "";
}

.fa.fa-heart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-heart-o:before {
  content: "";
}

.fa.fa-sign-out:before {
  content: "";
}

.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin-square:before {
  content: "";
}

.fa.fa-thumb-tack:before {
  content: "";
}

.fa.fa-external-link:before {
  content: "";
}

.fa.fa-sign-in:before {
  content: "";
}

.fa.fa-github-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-lemon-o:before {
  content: "";
}

.fa.fa-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "";
}

.fa.fa-bookmark-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bookmark-o:before {
  content: "";
}

.fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "";
}

.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-f:before {
  content: "";
}

.fa.fa-github {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "";
}

.fa.fa-hdd-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hdd-o:before {
  content: "";
}

.fa.fa-hand-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-right:before {
  content: "";
}

.fa.fa-hand-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-left:before {
  content: "";
}

.fa.fa-hand-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-up:before {
  content: "";
}

.fa.fa-hand-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-down:before {
  content: "";
}

.fa.fa-arrows-alt:before {
  content: "";
}

.fa.fa-group:before {
  content: "";
}

.fa.fa-chain:before {
  content: "";
}

.fa.fa-scissors:before {
  content: "";
}

.fa.fa-files-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-files-o:before {
  content: "";
}

.fa.fa-floppy-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "";
}

.fa.fa-navicon:before {
  content: "";
}

.fa.fa-reorder:before {
  content: "";
}

.fa.fa-pinterest {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus:before {
  content: "";
}

.fa.fa-money {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-money:before {
  content: "";
}

.fa.fa-unsorted:before {
  content: "";
}

.fa.fa-sort-desc:before {
  content: "";
}

.fa.fa-sort-asc:before {
  content: "";
}

.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "";
}

.fa.fa-rotate-left:before {
  content: "";
}

.fa.fa-legal:before {
  content: "";
}

.fa.fa-tachometer:before {
  content: "";
}

.fa.fa-dashboard:before {
  content: "";
}

.fa.fa-comment-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-comment-o:before {
  content: "";
}

.fa.fa-comments-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-comments-o:before {
  content: "";
}

.fa.fa-flash:before {
  content: "";
}

.fa.fa-clipboard {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paste {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paste:before {
  content: "";
}

.fa.fa-lightbulb-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-lightbulb-o:before {
  content: "";
}

.fa.fa-exchange:before {
  content: "";
}

.fa.fa-cloud-download:before {
  content: "";
}

.fa.fa-cloud-upload:before {
  content: "";
}

.fa.fa-bell-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bell-o:before {
  content: "";
}

.fa.fa-cutlery:before {
  content: "";
}

.fa.fa-file-text-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-text-o:before {
  content: "";
}

.fa.fa-building-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-building-o:before {
  content: "";
}

.fa.fa-hospital-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hospital-o:before {
  content: "";
}

.fa.fa-tablet:before {
  content: "";
}

.fa.fa-mobile:before {
  content: "";
}

.fa.fa-mobile-phone:before {
  content: "";
}

.fa.fa-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-circle-o:before {
  content: "";
}

.fa.fa-mail-reply:before {
  content: "";
}

.fa.fa-github-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-folder-o:before {
  content: "";
}

.fa.fa-folder-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-folder-open-o:before {
  content: "";
}

.fa.fa-smile-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "";
}

.fa.fa-frown-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-frown-o:before {
  content: "";
}

.fa.fa-meh-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-meh-o:before {
  content: "";
}

.fa.fa-keyboard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-keyboard-o:before {
  content: "";
}

.fa.fa-flag-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-flag-o:before {
  content: "";
}

.fa.fa-mail-reply-all:before {
  content: "";
}

.fa.fa-star-half-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "";
}

.fa.fa-star-half-empty {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "";
}

.fa.fa-star-half-full {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "";
}

.fa.fa-code-fork:before {
  content: "";
}

.fa.fa-chain-broken:before {
  content: "";
}

.fa.fa-shield:before {
  content: "";
}

.fa.fa-calendar-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-o:before {
  content: "";
}

.fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "";
}

.fa.fa-minus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-minus-square-o:before {
  content: "";
}

.fa.fa-level-up:before {
  content: "";
}

.fa.fa-level-down:before {
  content: "";
}

.fa.fa-pencil-square:before {
  content: "";
}

.fa.fa-external-link-square:before {
  content: "";
}

.fa.fa-compass {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
  content: "";
}

.fa.fa-toggle-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-down:before {
  content: "";
}

.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
  content: "";
}

.fa.fa-toggle-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-up:before {
  content: "";
}

.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
  content: "";
}

.fa.fa-toggle-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-right:before {
  content: "";
}

.fa.fa-eur:before {
  content: "";
}

.fa.fa-euro:before {
  content: "";
}

.fa.fa-gbp:before {
  content: "";
}

.fa.fa-usd:before {
  content: "";
}

.fa.fa-dollar:before {
  content: "";
}

.fa.fa-inr:before {
  content: "";
}

.fa.fa-rupee:before {
  content: "";
}

.fa.fa-jpy:before {
  content: "";
}

.fa.fa-cny:before {
  content: "";
}

.fa.fa-rmb:before {
  content: "";
}

.fa.fa-yen:before {
  content: "";
}

.fa.fa-rub:before {
  content: "";
}

.fa.fa-ruble:before {
  content: "";
}

.fa.fa-rouble:before {
  content: "";
}

.fa.fa-krw:before {
  content: "";
}

.fa.fa-won:before {
  content: "";
}

.fa.fa-btc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin:before {
  content: "";
}

.fa.fa-file-text:before {
  content: "";
}

.fa.fa-sort-alpha-asc:before {
  content: "";
}

.fa.fa-sort-alpha-desc:before {
  content: "";
}

.fa.fa-sort-amount-asc:before {
  content: "";
}

.fa.fa-sort-amount-desc:before {
  content: "";
}

.fa.fa-sort-numeric-asc:before {
  content: "";
}

.fa.fa-sort-numeric-desc:before {
  content: "";
}

.fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play:before {
  content: "";
}

.fa.fa-dropbox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-adn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square:before {
  content: "";
}

.fa.fa-tumblr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-long-arrow-down:before {
  content: "";
}

.fa.fa-long-arrow-up:before {
  content: "";
}

.fa.fa-long-arrow-left:before {
  content: "";
}

.fa.fa-long-arrow-right:before {
  content: "";
}

.fa.fa-apple {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-windows {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-android {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linux {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skype {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-trello {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip:before {
  content: "";
}

.fa.fa-sun-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "";
}

.fa.fa-moon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-moon-o:before {
  content: "";
}

.fa.fa-vk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-renren {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
  content: "";
}

.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
  content: "";
}

.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
  content: "";
}

.fa.fa-toggle-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-left:before {
  content: "";
}

.fa.fa-dot-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-dot-circle-o:before {
  content: "";
}

.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-try:before {
  content: "";
}

.fa.fa-turkish-lira:before {
  content: "";
}

.fa.fa-plus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "";
}

.fa.fa-slack {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-openid {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "";
}

.fa.fa-bank:before {
  content: "";
}

.fa.fa-mortar-board:before {
  content: "";
}

.fa.fa-yahoo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-digg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "";
}

.fa.fa-behance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-automobile:before {
  content: "";
}

.fa.fa-envelope-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-envelope-o:before {
  content: "";
}

.fa.fa-spotify {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-deviantart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-pdf-o:before {
  content: "";
}

.fa.fa-file-word-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-word-o:before {
  content: "";
}

.fa.fa-file-excel-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-excel-o:before {
  content: "";
}

.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
  content: "";
}

.fa.fa-file-image-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-image-o:before {
  content: "";
}

.fa.fa-file-photo-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-photo-o:before {
  content: "";
}

.fa.fa-file-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-picture-o:before {
  content: "";
}

.fa.fa-file-archive-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-archive-o:before {
  content: "";
}

.fa.fa-file-zip-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-zip-o:before {
  content: "";
}

.fa.fa-file-audio-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-audio-o:before {
  content: "";
}

.fa.fa-file-sound-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-sound-o:before {
  content: "";
}

.fa.fa-file-video-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-video-o:before {
  content: "";
}

.fa.fa-file-movie-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-movie-o:before {
  content: "";
}

.fa.fa-file-code-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-code-o:before {
  content: "";
}

.fa.fa-vine {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-life-ring {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-bouy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "";
}

.fa.fa-life-buoy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-buoy:before {
  content: "";
}

.fa.fa-life-saver {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-saver:before {
  content: "";
}

.fa.fa-support {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-support:before {
  content: "";
}

.fa.fa-circle-o-notch:before {
  content: "";
}

.fa.fa-rebel {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "";
}

.fa.fa-resistance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "";
}

.fa.fa-empire {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge:before {
  content: "";
}

.fa.fa-git-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-git {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "";
}

.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "";
}

.fa.fa-tencent-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-qq {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "";
}

.fa.fa-send:before {
  content: "";
}

.fa.fa-paper-plane-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "";
}

.fa.fa-send-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "";
}

.fa.fa-circle-thin {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-circle-thin:before {
  content: "";
}

.fa.fa-header:before {
  content: "";
}

.fa.fa-sliders:before {
  content: "";
}

.fa.fa-futbol-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "";
}

.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "";
}

.fa.fa-slideshare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-newspaper-o:before {
  content: "";
}

.fa.fa-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bell-slash-o:before {
  content: "";
}

.fa.fa-trash:before {
  content: "";
}

.fa.fa-copyright {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-eyedropper:before {
  content: "";
}

.fa.fa-area-chart:before {
  content: "";
}

.fa.fa-pie-chart:before {
  content: "";
}

.fa.fa-line-chart:before {
  content: "";
}

.fa.fa-lastfm {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ioxhost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-cc:before {
  content: "";
}

.fa.fa-ils:before {
  content: "";
}

.fa.fa-shekel:before {
  content: "";
}

.fa.fa-sheqel:before {
  content: "";
}

.fa.fa-meanpath {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-meanpath:before {
  content: "";
}

.fa.fa-buysellads {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-diamond:before {
  content: "";
}

.fa.fa-intersex:before {
  content: "";
}

.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-official:before {
  content: "";
}

.fa.fa-pinterest-p {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hotel:before {
  content: "";
}

.fa.fa-viacoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-medium {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "";
}

.fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-battery-4:before {
  content: "";
}

.fa.fa-battery:before {
  content: "";
}

.fa.fa-battery-3:before {
  content: "";
}

.fa.fa-battery-2:before {
  content: "";
}

.fa.fa-battery-1:before {
  content: "";
}

.fa.fa-battery-0:before {
  content: "";
}

.fa.fa-object-group {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "";
}

.fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-clone {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hourglass-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "";
}

.fa.fa-hourglass-1:before {
  content: "";
}

.fa.fa-hourglass-2:before {
  content: "";
}

.fa.fa-hourglass-3:before {
  content: "";
}

.fa.fa-hand-rock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "";
}

.fa.fa-hand-grab-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "";
}

.fa.fa-hand-paper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "";
}

.fa.fa-hand-stop-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "";
}

.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "";
}

.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "";
}

.fa.fa-hand-spock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "";
}

.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "";
}

.fa.fa-hand-peace-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "";
}

.fa.fa-registered {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tripadvisor {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-get-pocket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-safari {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opera {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-television:before {
  content: "";
}

.fa.fa-contao {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-500px {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
  content: "";
}

.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
  content: "";
}

.fa.fa-calendar-times-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-times-o:before {
  content: "";
}

.fa.fa-calendar-check-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-check-o:before {
  content: "";
}

.fa.fa-map-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "";
}

.fa.fa-commenting:before {
  content: "";
}

.fa.fa-commenting-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "";
}

.fa.fa-houzz {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "";
}

.fa.fa-black-tie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-edge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card-alt:before {
  content: "";
}

.fa.fa-codiepie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-modx {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-usb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "";
}

.fa.fa-stop-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "";
}

.fa.fa-bluetooth {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-envira {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "";
}

.fa.fa-question-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "";
}

.fa.fa-volume-control-phone:before {
  content: "";
}

.fa.fa-asl-interpreting:before {
  content: "";
}

.fa.fa-deafness:before {
  content: "";
}

.fa.fa-hard-of-hearing:before {
  content: "";
}

.fa.fa-glide {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "";
}

.fa.fa-viadeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official:before {
  content: "";
}

.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-circle:before {
  content: "";
}

.fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa:before {
  content: "";
}

.fa.fa-handshake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "";
}

.fa.fa-envelope-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-envelope-open-o:before {
  content: "";
}

.fa.fa-linode {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-address-book-o:before {
  content: "";
}

.fa.fa-vcard:before {
  content: "";
}

.fa.fa-address-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-address-card-o:before {
  content: "";
}

.fa.fa-vcard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "";
}

.fa.fa-user-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "";
}

.fa.fa-user-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "";
}

.fa.fa-id-badge {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "";
}

.fa.fa-id-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "";
}

.fa.fa-drivers-license-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "";
}

.fa.fa-quora {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "";
}

.fa.fa-thermometer:before {
  content: "";
}

.fa.fa-thermometer-3:before {
  content: "";
}

.fa.fa-thermometer-2:before {
  content: "";
}

.fa.fa-thermometer-1:before {
  content: "";
}

.fa.fa-thermometer-0:before {
  content: "";
}

.fa.fa-bathtub:before {
  content: "";
}

.fa.fa-s15:before {
  content: "";
}

.fa.fa-window-maximize {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "";
}

.fa.fa-window-close-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "";
}

.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "";
}

.fa.fa-bandcamp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-grav {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "";
}

.fa.fa-snowflake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "";
}

.fa.fa-superpowers {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cab:before {
  content: "";
}

/* NetX Fontawesome Styles */
.fa, .fas, .rma-view .accordion-toggle::before, .ticket-view .accordion-toggle::before, .netxusa-footer .netxusa-footer-nav-header.navbar::after, .netxusa-header-main .navbar-cart .navbar-cart-icon, .netxusa-header-main .netxusa-header-main-nav .nav .dropdown-toggle::after, .errorSummary li::before, .netx-btn-icon-download::before, .downloadIcon[class*=iconInput]::before, .netx-btn-icon-unlock::before, .unlockIcon[class*=iconInput]::before, .netx-btn-icon-lock::before, .lockIcon[class*=iconInput]::before, .netx-btn-icon-clear::before, .clearIcon[class*=iconInput]::before, .netx-btn-icon-get-inventory::before, .getInventoryIcon[class*=iconInput]::before, .netx-btn-icon-settings::before, .settingsIcon[class*=iconInput]::before, .netx-btn-icon-move::before, .moveIcon[class*=iconInput]::before, .netx-btn-icon-update::before, .updateIcon[class*=iconInput]::before, .netx-btn-icon-copy::before, .copyIcon[class*=iconInput]::before, .netx-btn-icon-delete::before, .deleteIcon[class*=iconInput]::before, .netx-btn-icon-email::before, .emailIcon[class*=iconInput]::before, .netx-btn-icon-comment::before, .commentIcon[class*=iconInput]::before, .netx-btn-icon-print::before, .printIcon[class*=iconInput]::before, .netx-btn-icon-search::before, .searchIcon[class*=iconInput]::before, .netx-btn-icon-add::before, .addIcon[class*=iconInput]::before, div.gridWrap div.grid-view.grid-view-loading::after, .netx-icon-warning, .warningIcon:not([class*=iconInput]), .netx-icon-view, .netx-icon-unlocked, .unlockedIcon:not([class*=iconInput]), .netx-icon-tip, .infoIcon:not([class*=iconInput]), .netx-icon-success, .successIcon:not([class*=iconInput]), .netx-icon-star, .starIcon:not([class*=iconInput]), .netx-icon-star-half, .starHalfIcon:not([class*=iconInput]), .netx-icon-star-gray, .starGrayIcon:not([class*=iconInput]), .netx-icon-square, .netx-icon-square-full, .netx-icon-skull, .skullIcon:not([class*=iconInput]), .netx-icon-settings, .settingsIcon:not([class*=iconInput]), .netx-icon-search, .searchIcon:not([class*=iconInput]), .netx-icon-save, .saveIcon:not([class*=iconInput]), .netx-icon-rule, .ruleIcon:not([class*=iconInput]), .netx-icon-rss, .rssIcon:not([class*=iconInput]), .netx-icon-refresh, .refreshIcon:not([class*=iconInput]), .netx-icon-rebate, .rebateIcon:not([class*=iconInput]), .netx-icon-provisioned, .provisionedIcon:not([class*=iconInput]), .netx-icon-provision-lock, .provisionLockIcon:not([class*=iconInput]), .netx-icon-print, .printIcon:not([class*=iconInput]), .netx-icon-phone, .phoneIcon:not([class*=iconInput]), .netx-icon-not-provisioned, .notProvisionedIcon:not([class*=iconInput]), .netx-icon-move, .moveIcon:not([class*=iconInput]), .netx-icon-mail, .mailIcon:not([class*=iconInput]), .netx-icon-mail-alert, .mailAlertIcon:not([class*=iconInput]), .netx-icon-locked, .lockedIcon:not([class*=iconInput]), .netx-icon-loading, .netx-icon-loading-32, .netx-icon-loading-20, .netx-icon-link, .linkIcon:not([class*=iconInput]), .netx-icon-label, .labelIcon:not([class*=iconInput]), .netx-icon-info, .informationIcon:not([class*=iconInput]), .netx-icon-get-inventory, .getInventoryIcon:not([class*=iconInput]), .netx-icon-folder, .folderIcon:not([class*=iconInput]), .netx-icon-flag-red, .flagRedIcon:not([class*=iconInput]), .netx-icon-flag-gray, .flagGrayIcon:not([class*=iconInput]), .netx-icon-file-build-hold-lock, .netx-icon-fax, .faxIcon:not([class*=iconInput]), .netx-icon-extension-unlocked, .extensionUnlockedIcon:not([class*=iconInput]), .netx-icon-extension-locked, .extensionLockedIcon:not([class*=iconInput]), .netx-icon-expand, .fullscreenLightIcon:not([class*=iconInput]), .netx-icon-error, .errorIcon:not([class*=iconInput]), .netx-icon-edit, .editIcon:not([class*=iconInput]), .netx-icon-dummy, .dummyIcon:not([class*=iconInput]), .netx-icon-download, .downloadIcon:not([class*=iconInput]), .netx-icon-doc, .docIcon:not([class*=iconInput]), .netx-icon-deny, .denyIcon:not([class*=iconInput]), .netx-icon-delete, .ui-icon-closethick, .deleteIcon:not([class*=iconInput]), .netx-icon-danger, .netx-icon-csv, .csvIcon:not([class*=iconInput]), .netx-icon-credit, .creditIcon:not([class*=iconInput]), .netx-icon-credit-card-approved, .creditCardApprovedIcon:not([class*=iconInput]), .netx-icon-copy, .copyIcon:not([class*=iconInput]), .netx-icon-compress, .netx-icon-comment, .commentIcon:not([class*=iconInput]), .netx-icon-close, .closeIcon:not([class*=iconInput]), .netx-icon-clock, .clockIcon:not([class*=iconInput]), .netx-icon-circle, .netx-icon-calendar, .calendarIcon:not([class*=iconInput]), .netx-icon-bookmarked, .bookmarkedIcon:not([class*=iconInput]), .netx-icon-bookmark, .bookmarkIcon:not([class*=iconInput]), .netx-icon-admin, .adminIcon:not([class*=iconInput]), .netx-icon-additional, .additionalIcon:not([class*=iconInput]), .netx-icon-add, .addIcon:not([class*=iconInput]), .netx-icon-ach, .achIcon:not([class*=iconInput]), .netx-icon-image, .far, .netx-btn-icon-pdf::before, .pdfIcon[class*=iconInput]::before, .netx-icon-system-comment, .systemCommentIcon:not([class*=iconInput]), .netx-icon-square-outline, .netx-icon-plus, .plusIcon:not([class*=iconInput]), .netx-icon-plus-light, .plusLightIcon:not([class*=iconInput]), .netx-icon-pdf, .pdfIcon:not([class*=iconInput]), .netx-icon-minus, .minusIcon:not([class*=iconInput]), .netx-icon-minus-light, .minusLightIcon:not([class*=iconInput]), .netx-icon-circle-outline, .netx-icon-allow, .allowIcon:not([class*=iconInput]), .fal, .fab, .netx-icon-html5, .html5Icon:not([class*=iconInput]) {
  color: #0e7328;
  font-size: 16px;
  line-height: 16px;
}

a .fa, a .fas, a .rma-view .accordion-toggle::before, .rma-view a .accordion-toggle::before, a .ticket-view .accordion-toggle::before, .ticket-view a .accordion-toggle::before, a .netxusa-footer .netxusa-footer-nav-header.navbar::after, .netxusa-footer a .netxusa-footer-nav-header.navbar::after, a .netxusa-header-main .navbar-cart .navbar-cart-icon, .netxusa-header-main .navbar-cart a .navbar-cart-icon, a .netxusa-header-main .netxusa-header-main-nav .nav .dropdown-toggle::after, .netxusa-header-main .netxusa-header-main-nav .nav a .dropdown-toggle::after, a .errorSummary li::before, .errorSummary a li::before, a .netx-btn-icon-download::before, a .downloadIcon[class*=iconInput]::before, a .netx-btn-icon-unlock::before, a .unlockIcon[class*=iconInput]::before, a .netx-btn-icon-lock::before, a .lockIcon[class*=iconInput]::before, a .netx-btn-icon-clear::before, a .clearIcon[class*=iconInput]::before, a .netx-btn-icon-get-inventory::before, a .getInventoryIcon[class*=iconInput]::before, a .netx-btn-icon-settings::before, a .settingsIcon[class*=iconInput]::before, a .netx-btn-icon-move::before, a .moveIcon[class*=iconInput]::before, a .netx-btn-icon-update::before, a .updateIcon[class*=iconInput]::before, a .netx-btn-icon-copy::before, a .copyIcon[class*=iconInput]::before, a .netx-btn-icon-delete::before, a .deleteIcon[class*=iconInput]::before, a .netx-btn-icon-email::before, a .emailIcon[class*=iconInput]::before, a .netx-btn-icon-comment::before, a .commentIcon[class*=iconInput]::before, a .netx-btn-icon-print::before, a .printIcon[class*=iconInput]::before, a .netx-btn-icon-search::before, a .searchIcon[class*=iconInput]::before, a .netx-btn-icon-add::before, a .addIcon[class*=iconInput]::before, a div.gridWrap div.grid-view.grid-view-loading::after, div.gridWrap a div.grid-view.grid-view-loading::after, a .netx-icon-warning, a .warningIcon:not([class*=iconInput]), a .netx-icon-view, a .netx-icon-unlocked, a .unlockedIcon:not([class*=iconInput]), a .netx-icon-tip, a .infoIcon:not([class*=iconInput]), a .netx-icon-success, a .successIcon:not([class*=iconInput]), a .netx-icon-star, a .starIcon:not([class*=iconInput]), a .netx-icon-star-half, a .starHalfIcon:not([class*=iconInput]), a .netx-icon-star-gray, a .starGrayIcon:not([class*=iconInput]), a .netx-icon-square, a .netx-icon-square-full, a .netx-icon-skull, a .skullIcon:not([class*=iconInput]), a .netx-icon-settings, a .settingsIcon:not([class*=iconInput]), a .netx-icon-search, a .searchIcon:not([class*=iconInput]), a .netx-icon-save, a .saveIcon:not([class*=iconInput]), a .netx-icon-rule, a .ruleIcon:not([class*=iconInput]), a .netx-icon-rss, a .rssIcon:not([class*=iconInput]), a .netx-icon-refresh, a .refreshIcon:not([class*=iconInput]), a .netx-icon-rebate, a .rebateIcon:not([class*=iconInput]), a .netx-icon-provisioned, a .provisionedIcon:not([class*=iconInput]), a .netx-icon-provision-lock, a .provisionLockIcon:not([class*=iconInput]), a .netx-icon-print, a .printIcon:not([class*=iconInput]), a .netx-icon-phone, a .phoneIcon:not([class*=iconInput]), a .netx-icon-not-provisioned, a .notProvisionedIcon:not([class*=iconInput]), a .netx-icon-move, a .moveIcon:not([class*=iconInput]), a .netx-icon-mail, a .mailIcon:not([class*=iconInput]), a .netx-icon-mail-alert, a .mailAlertIcon:not([class*=iconInput]), a .netx-icon-locked, a .lockedIcon:not([class*=iconInput]), a .netx-icon-loading, a .netx-icon-loading-32, a .netx-icon-loading-20, a .netx-icon-link, a .linkIcon:not([class*=iconInput]), a .netx-icon-label, a .labelIcon:not([class*=iconInput]), a .netx-icon-info, a .informationIcon:not([class*=iconInput]), a .netx-icon-get-inventory, a .getInventoryIcon:not([class*=iconInput]), a .netx-icon-folder, a .folderIcon:not([class*=iconInput]), a .netx-icon-flag-red, a .flagRedIcon:not([class*=iconInput]), a .netx-icon-flag-gray, a .flagGrayIcon:not([class*=iconInput]), a .netx-icon-file-build-hold-lock, a .netx-icon-fax, a .faxIcon:not([class*=iconInput]), a .netx-icon-extension-unlocked, a .extensionUnlockedIcon:not([class*=iconInput]), a .netx-icon-extension-locked, a .extensionLockedIcon:not([class*=iconInput]), a .netx-icon-expand, a .fullscreenLightIcon:not([class*=iconInput]), a .netx-icon-error, a .errorIcon:not([class*=iconInput]), a .netx-icon-edit, a .editIcon:not([class*=iconInput]), a .netx-icon-dummy, a .dummyIcon:not([class*=iconInput]), a .netx-icon-download, a .downloadIcon:not([class*=iconInput]), a .netx-icon-doc, a .docIcon:not([class*=iconInput]), a .netx-icon-deny, a .denyIcon:not([class*=iconInput]), a .netx-icon-delete, a .ui-icon-closethick, a .deleteIcon:not([class*=iconInput]), a .netx-icon-danger, a .netx-icon-csv, a .csvIcon:not([class*=iconInput]), a .netx-icon-credit, a .creditIcon:not([class*=iconInput]), a .netx-icon-credit-card-approved, a .creditCardApprovedIcon:not([class*=iconInput]), a .netx-icon-copy, a .copyIcon:not([class*=iconInput]), a .netx-icon-compress, a .netx-icon-comment, a .commentIcon:not([class*=iconInput]), a .netx-icon-close, a .closeIcon:not([class*=iconInput]), a .netx-icon-clock, a .clockIcon:not([class*=iconInput]), a .netx-icon-circle, a .netx-icon-calendar, a .calendarIcon:not([class*=iconInput]), a .netx-icon-bookmarked, a .bookmarkedIcon:not([class*=iconInput]), a .netx-icon-bookmark, a .bookmarkIcon:not([class*=iconInput]), a .netx-icon-admin, a .adminIcon:not([class*=iconInput]), a .netx-icon-additional, a .additionalIcon:not([class*=iconInput]), a .netx-icon-add, a .addIcon:not([class*=iconInput]), a .netx-icon-ach, a .achIcon:not([class*=iconInput]), a .netx-icon-image, a .far, a .netx-btn-icon-pdf::before, a .pdfIcon[class*=iconInput]::before, a .netx-icon-system-comment, a .systemCommentIcon:not([class*=iconInput]), a .netx-icon-square-outline, a .netx-icon-plus, a .plusIcon:not([class*=iconInput]), a .netx-icon-plus-light, a .plusLightIcon:not([class*=iconInput]), a .netx-icon-pdf, a .pdfIcon:not([class*=iconInput]), a .netx-icon-minus, a .minusIcon:not([class*=iconInput]), a .netx-icon-minus-light, a .minusLightIcon:not([class*=iconInput]), a .netx-icon-circle-outline, a .netx-icon-allow, a .allowIcon:not([class*=iconInput]), a .fal, a .fab, a .netx-icon-html5, a .html5Icon:not([class*=iconInput]) {
  color: #0e7328;
}
a:hover .fa, a:hover .fas, a:hover .rma-view .accordion-toggle::before, .rma-view a:hover .accordion-toggle::before, a:hover .ticket-view .accordion-toggle::before, .ticket-view a:hover .accordion-toggle::before, a:hover .netxusa-footer .netxusa-footer-nav-header.navbar::after, .netxusa-footer a:hover .netxusa-footer-nav-header.navbar::after, a:hover .netxusa-header-main .navbar-cart .navbar-cart-icon, .netxusa-header-main .navbar-cart a:hover .navbar-cart-icon, a:hover .netxusa-header-main .netxusa-header-main-nav .nav .dropdown-toggle::after, .netxusa-header-main .netxusa-header-main-nav .nav a:hover .dropdown-toggle::after, a:hover .errorSummary li::before, .errorSummary a:hover li::before, a:hover .netx-btn-icon-download::before, a:hover .downloadIcon[class*=iconInput]::before, a:hover .netx-btn-icon-unlock::before, a:hover .unlockIcon[class*=iconInput]::before, a:hover .netx-btn-icon-lock::before, a:hover .lockIcon[class*=iconInput]::before, a:hover .netx-btn-icon-clear::before, a:hover .clearIcon[class*=iconInput]::before, a:hover .netx-btn-icon-get-inventory::before, a:hover .getInventoryIcon[class*=iconInput]::before, a:hover .netx-btn-icon-settings::before, a:hover .settingsIcon[class*=iconInput]::before, a:hover .netx-btn-icon-move::before, a:hover .moveIcon[class*=iconInput]::before, a:hover .netx-btn-icon-update::before, a:hover .updateIcon[class*=iconInput]::before, a:hover .netx-btn-icon-copy::before, a:hover .copyIcon[class*=iconInput]::before, a:hover .netx-btn-icon-delete::before, a:hover .deleteIcon[class*=iconInput]::before, a:hover .netx-btn-icon-email::before, a:hover .emailIcon[class*=iconInput]::before, a:hover .netx-btn-icon-comment::before, a:hover .commentIcon[class*=iconInput]::before, a:hover .netx-btn-icon-print::before, a:hover .printIcon[class*=iconInput]::before, a:hover .netx-btn-icon-search::before, a:hover .searchIcon[class*=iconInput]::before, a:hover .netx-btn-icon-add::before, a:hover .addIcon[class*=iconInput]::before, a:hover div.gridWrap div.grid-view.grid-view-loading::after, div.gridWrap a:hover div.grid-view.grid-view-loading::after, a:hover .netx-icon-warning, a:hover .warningIcon:not([class*=iconInput]), a:hover .netx-icon-view, a:hover .netx-icon-unlocked, a:hover .unlockedIcon:not([class*=iconInput]), a:hover .netx-icon-tip, a:hover .infoIcon:not([class*=iconInput]), a:hover .netx-icon-success, a:hover .successIcon:not([class*=iconInput]), a:hover .netx-icon-star, a:hover .starIcon:not([class*=iconInput]), a:hover .netx-icon-star-half, a:hover .starHalfIcon:not([class*=iconInput]), a:hover .netx-icon-star-gray, a:hover .starGrayIcon:not([class*=iconInput]), a:hover .netx-icon-square, a:hover .netx-icon-square-full, a:hover .netx-icon-skull, a:hover .skullIcon:not([class*=iconInput]), a:hover .netx-icon-settings, a:hover .settingsIcon:not([class*=iconInput]), a:hover .netx-icon-search, a:hover .searchIcon:not([class*=iconInput]), a:hover .netx-icon-save, a:hover .saveIcon:not([class*=iconInput]), a:hover .netx-icon-rule, a:hover .ruleIcon:not([class*=iconInput]), a:hover .netx-icon-rss, a:hover .rssIcon:not([class*=iconInput]), a:hover .netx-icon-refresh, a:hover .refreshIcon:not([class*=iconInput]), a:hover .netx-icon-rebate, a:hover .rebateIcon:not([class*=iconInput]), a:hover .netx-icon-provisioned, a:hover .provisionedIcon:not([class*=iconInput]), a:hover .netx-icon-provision-lock, a:hover .provisionLockIcon:not([class*=iconInput]), a:hover .netx-icon-print, a:hover .printIcon:not([class*=iconInput]), a:hover .netx-icon-phone, a:hover .phoneIcon:not([class*=iconInput]), a:hover .netx-icon-not-provisioned, a:hover .notProvisionedIcon:not([class*=iconInput]), a:hover .netx-icon-move, a:hover .moveIcon:not([class*=iconInput]), a:hover .netx-icon-mail, a:hover .mailIcon:not([class*=iconInput]), a:hover .netx-icon-mail-alert, a:hover .mailAlertIcon:not([class*=iconInput]), a:hover .netx-icon-locked, a:hover .lockedIcon:not([class*=iconInput]), a:hover .netx-icon-loading, a:hover .netx-icon-loading-32, a:hover .netx-icon-loading-20, a:hover .netx-icon-link, a:hover .linkIcon:not([class*=iconInput]), a:hover .netx-icon-label, a:hover .labelIcon:not([class*=iconInput]), a:hover .netx-icon-info, a:hover .informationIcon:not([class*=iconInput]), a:hover .netx-icon-get-inventory, a:hover .getInventoryIcon:not([class*=iconInput]), a:hover .netx-icon-folder, a:hover .folderIcon:not([class*=iconInput]), a:hover .netx-icon-flag-red, a:hover .flagRedIcon:not([class*=iconInput]), a:hover .netx-icon-flag-gray, a:hover .flagGrayIcon:not([class*=iconInput]), a:hover .netx-icon-file-build-hold-lock, a:hover .netx-icon-fax, a:hover .faxIcon:not([class*=iconInput]), a:hover .netx-icon-extension-unlocked, a:hover .extensionUnlockedIcon:not([class*=iconInput]), a:hover .netx-icon-extension-locked, a:hover .extensionLockedIcon:not([class*=iconInput]), a:hover .netx-icon-expand, a:hover .fullscreenLightIcon:not([class*=iconInput]), a:hover .netx-icon-error, a:hover .errorIcon:not([class*=iconInput]), a:hover .netx-icon-edit, a:hover .editIcon:not([class*=iconInput]), a:hover .netx-icon-dummy, a:hover .dummyIcon:not([class*=iconInput]), a:hover .netx-icon-download, a:hover .downloadIcon:not([class*=iconInput]), a:hover .netx-icon-doc, a:hover .docIcon:not([class*=iconInput]), a:hover .netx-icon-deny, a:hover .denyIcon:not([class*=iconInput]), a:hover .netx-icon-delete, a:hover .ui-icon-closethick, a:hover .deleteIcon:not([class*=iconInput]), a:hover .netx-icon-danger, a:hover .netx-icon-csv, a:hover .csvIcon:not([class*=iconInput]), a:hover .netx-icon-credit, a:hover .creditIcon:not([class*=iconInput]), a:hover .netx-icon-credit-card-approved, a:hover .creditCardApprovedIcon:not([class*=iconInput]), a:hover .netx-icon-copy, a:hover .copyIcon:not([class*=iconInput]), a:hover .netx-icon-compress, a:hover .netx-icon-comment, a:hover .commentIcon:not([class*=iconInput]), a:hover .netx-icon-close, a:hover .closeIcon:not([class*=iconInput]), a:hover .netx-icon-clock, a:hover .clockIcon:not([class*=iconInput]), a:hover .netx-icon-circle, a:hover .netx-icon-calendar, a:hover .calendarIcon:not([class*=iconInput]), a:hover .netx-icon-bookmarked, a:hover .bookmarkedIcon:not([class*=iconInput]), a:hover .netx-icon-bookmark, a:hover .bookmarkIcon:not([class*=iconInput]), a:hover .netx-icon-admin, a:hover .adminIcon:not([class*=iconInput]), a:hover .netx-icon-additional, a:hover .additionalIcon:not([class*=iconInput]), a:hover .netx-icon-add, a:hover .addIcon:not([class*=iconInput]), a:hover .netx-icon-ach, a:hover .achIcon:not([class*=iconInput]), a:hover .netx-icon-image, a:hover .far, a:hover .netx-btn-icon-pdf::before, a:hover .pdfIcon[class*=iconInput]::before, a:hover .netx-icon-system-comment, a:hover .systemCommentIcon:not([class*=iconInput]), a:hover .netx-icon-square-outline, a:hover .netx-icon-plus, a:hover .plusIcon:not([class*=iconInput]), a:hover .netx-icon-plus-light, a:hover .plusLightIcon:not([class*=iconInput]), a:hover .netx-icon-pdf, a:hover .pdfIcon:not([class*=iconInput]), a:hover .netx-icon-minus, a:hover .minusIcon:not([class*=iconInput]), a:hover .netx-icon-minus-light, a:hover .minusLightIcon:not([class*=iconInput]), a:hover .netx-icon-circle-outline, a:hover .netx-icon-allow, a:hover .allowIcon:not([class*=iconInput]), a:hover .fal, a:hover .fab, a:hover .netx-icon-html5, a:hover .html5Icon:not([class*=iconInput]) {
  color: #062f10;
}

button .fa, button .fas, button .rma-view .accordion-toggle::before, .rma-view button .accordion-toggle::before, button .ticket-view .accordion-toggle::before, .ticket-view button .accordion-toggle::before, button .netxusa-footer .netxusa-footer-nav-header.navbar::after, .netxusa-footer button .netxusa-footer-nav-header.navbar::after, button .netxusa-header-main .navbar-cart .navbar-cart-icon, .netxusa-header-main .navbar-cart button .navbar-cart-icon, button .netxusa-header-main .netxusa-header-main-nav .nav .dropdown-toggle::after, .netxusa-header-main .netxusa-header-main-nav .nav button .dropdown-toggle::after, button .errorSummary li::before, .errorSummary button li::before, button .netx-btn-icon-download::before, button .downloadIcon[class*=iconInput]::before, button .netx-btn-icon-unlock::before, button .unlockIcon[class*=iconInput]::before, button .netx-btn-icon-lock::before, button .lockIcon[class*=iconInput]::before, button .netx-btn-icon-clear::before, button .clearIcon[class*=iconInput]::before, button .netx-btn-icon-get-inventory::before, button .getInventoryIcon[class*=iconInput]::before, button .netx-btn-icon-settings::before, button .settingsIcon[class*=iconInput]::before, button .netx-btn-icon-move::before, button .moveIcon[class*=iconInput]::before, button .netx-btn-icon-update::before, button .updateIcon[class*=iconInput]::before, button .netx-btn-icon-copy::before, button .copyIcon[class*=iconInput]::before, button .netx-btn-icon-delete::before, button .deleteIcon[class*=iconInput]::before, button .netx-btn-icon-email::before, button .emailIcon[class*=iconInput]::before, button .netx-btn-icon-comment::before, button .commentIcon[class*=iconInput]::before, button .netx-btn-icon-print::before, button .printIcon[class*=iconInput]::before, button .netx-btn-icon-search::before, button .searchIcon[class*=iconInput]::before, button .netx-btn-icon-add::before, button .addIcon[class*=iconInput]::before, button div.gridWrap div.grid-view.grid-view-loading::after, div.gridWrap button div.grid-view.grid-view-loading::after, button .netx-icon-warning, button .warningIcon:not([class*=iconInput]), button .netx-icon-view, button .netx-icon-unlocked, button .unlockedIcon:not([class*=iconInput]), button .netx-icon-tip, button .infoIcon:not([class*=iconInput]), button .netx-icon-success, button .successIcon:not([class*=iconInput]), button .netx-icon-star, button .starIcon:not([class*=iconInput]), button .netx-icon-star-half, button .starHalfIcon:not([class*=iconInput]), button .netx-icon-star-gray, button .starGrayIcon:not([class*=iconInput]), button .netx-icon-square, button .netx-icon-square-full, button .netx-icon-skull, button .skullIcon:not([class*=iconInput]), button .netx-icon-settings, button .settingsIcon:not([class*=iconInput]), button .netx-icon-search, button .searchIcon:not([class*=iconInput]), button .netx-icon-save, button .saveIcon:not([class*=iconInput]), button .netx-icon-rule, button .ruleIcon:not([class*=iconInput]), button .netx-icon-rss, button .rssIcon:not([class*=iconInput]), button .netx-icon-refresh, button .refreshIcon:not([class*=iconInput]), button .netx-icon-rebate, button .rebateIcon:not([class*=iconInput]), button .netx-icon-provisioned, button .provisionedIcon:not([class*=iconInput]), button .netx-icon-provision-lock, button .provisionLockIcon:not([class*=iconInput]), button .netx-icon-print, button .printIcon:not([class*=iconInput]), button .netx-icon-phone, button .phoneIcon:not([class*=iconInput]), button .netx-icon-not-provisioned, button .notProvisionedIcon:not([class*=iconInput]), button .netx-icon-move, button .moveIcon:not([class*=iconInput]), button .netx-icon-mail, button .mailIcon:not([class*=iconInput]), button .netx-icon-mail-alert, button .mailAlertIcon:not([class*=iconInput]), button .netx-icon-locked, button .lockedIcon:not([class*=iconInput]), button .netx-icon-loading, button .netx-icon-loading-32, button .netx-icon-loading-20, button .netx-icon-link, button .linkIcon:not([class*=iconInput]), button .netx-icon-label, button .labelIcon:not([class*=iconInput]), button .netx-icon-info, button .informationIcon:not([class*=iconInput]), button .netx-icon-get-inventory, button .getInventoryIcon:not([class*=iconInput]), button .netx-icon-folder, button .folderIcon:not([class*=iconInput]), button .netx-icon-flag-red, button .flagRedIcon:not([class*=iconInput]), button .netx-icon-flag-gray, button .flagGrayIcon:not([class*=iconInput]), button .netx-icon-file-build-hold-lock, button .netx-icon-fax, button .faxIcon:not([class*=iconInput]), button .netx-icon-extension-unlocked, button .extensionUnlockedIcon:not([class*=iconInput]), button .netx-icon-extension-locked, button .extensionLockedIcon:not([class*=iconInput]), button .netx-icon-expand, button .fullscreenLightIcon:not([class*=iconInput]), button .netx-icon-error, button .errorIcon:not([class*=iconInput]), button .netx-icon-edit, button .editIcon:not([class*=iconInput]), button .netx-icon-dummy, button .dummyIcon:not([class*=iconInput]), button .netx-icon-download, button .downloadIcon:not([class*=iconInput]), button .netx-icon-doc, button .docIcon:not([class*=iconInput]), button .netx-icon-deny, button .denyIcon:not([class*=iconInput]), button .netx-icon-delete, button .ui-icon-closethick, button .deleteIcon:not([class*=iconInput]), button .netx-icon-danger, button .netx-icon-csv, button .csvIcon:not([class*=iconInput]), button .netx-icon-credit, button .creditIcon:not([class*=iconInput]), button .netx-icon-credit-card-approved, button .creditCardApprovedIcon:not([class*=iconInput]), button .netx-icon-copy, button .copyIcon:not([class*=iconInput]), button .netx-icon-compress, button .netx-icon-comment, button .commentIcon:not([class*=iconInput]), button .netx-icon-close, button .closeIcon:not([class*=iconInput]), button .netx-icon-clock, button .clockIcon:not([class*=iconInput]), button .netx-icon-circle, button .netx-icon-calendar, button .calendarIcon:not([class*=iconInput]), button .netx-icon-bookmarked, button .bookmarkedIcon:not([class*=iconInput]), button .netx-icon-bookmark, button .bookmarkIcon:not([class*=iconInput]), button .netx-icon-admin, button .adminIcon:not([class*=iconInput]), button .netx-icon-additional, button .additionalIcon:not([class*=iconInput]), button .netx-icon-add, button .addIcon:not([class*=iconInput]), button .netx-icon-ach, button .achIcon:not([class*=iconInput]), button .netx-icon-image, button .far, button .netx-btn-icon-pdf::before, button .pdfIcon[class*=iconInput]::before, button .netx-icon-system-comment, button .systemCommentIcon:not([class*=iconInput]), button .netx-icon-square-outline, button .netx-icon-plus, button .plusIcon:not([class*=iconInput]), button .netx-icon-plus-light, button .plusLightIcon:not([class*=iconInput]), button .netx-icon-pdf, button .pdfIcon:not([class*=iconInput]), button .netx-icon-minus, button .minusIcon:not([class*=iconInput]), button .netx-icon-minus-light, button .minusLightIcon:not([class*=iconInput]), button .netx-icon-circle-outline, button .netx-icon-allow, button .allowIcon:not([class*=iconInput]), button .fal, button .fab, button .netx-icon-html5, button .html5Icon:not([class*=iconInput]),
.btn .fa,
button .fa,
input[type=button] .fa,
input[type=image] .fa,
input[type=reset] .fa,
input[type=submit] .fa,
.btn .fas,
.btn .rma-view .accordion-toggle::before,
.rma-view .btn .accordion-toggle::before,
.btn .ticket-view .accordion-toggle::before,
.ticket-view .btn .accordion-toggle::before,
.btn .netxusa-footer .netxusa-footer-nav-header.navbar::after,
.netxusa-footer .btn .netxusa-footer-nav-header.navbar::after,
.btn .netxusa-header-main .navbar-cart .navbar-cart-icon,
.netxusa-header-main .navbar-cart .btn .navbar-cart-icon,
.btn .netxusa-header-main .netxusa-header-main-nav .nav .dropdown-toggle::after,
.netxusa-header-main .netxusa-header-main-nav .nav .btn .dropdown-toggle::after,
button .fas,
button .rma-view .accordion-toggle::before,
.rma-view button .accordion-toggle::before,
button .ticket-view .accordion-toggle::before,
.ticket-view button .accordion-toggle::before,
button .netxusa-footer .netxusa-footer-nav-header.navbar::after,
.netxusa-footer button .netxusa-footer-nav-header.navbar::after,
button .netxusa-header-main .navbar-cart .navbar-cart-icon,
.netxusa-header-main .navbar-cart button .navbar-cart-icon,
button .netxusa-header-main .netxusa-header-main-nav .nav .dropdown-toggle::after,
.netxusa-header-main .netxusa-header-main-nav .nav button .dropdown-toggle::after,
input[type=button] .fas,
input[type=button] .rma-view .accordion-toggle::before,
.rma-view input[type=button] .accordion-toggle::before,
input[type=button] .ticket-view .accordion-toggle::before,
.ticket-view input[type=button] .accordion-toggle::before,
input[type=button] .netxusa-footer .netxusa-footer-nav-header.navbar::after,
.netxusa-footer input[type=button] .netxusa-footer-nav-header.navbar::after,
input[type=button] .netxusa-header-main .navbar-cart .navbar-cart-icon,
.netxusa-header-main .navbar-cart input[type=button] .navbar-cart-icon,
input[type=button] .netxusa-header-main .netxusa-header-main-nav .nav .dropdown-toggle::after,
.netxusa-header-main .netxusa-header-main-nav .nav input[type=button] .dropdown-toggle::after,
input[type=image] .fas,
input[type=image] .rma-view .accordion-toggle::before,
.rma-view input[type=image] .accordion-toggle::before,
input[type=image] .ticket-view .accordion-toggle::before,
.ticket-view input[type=image] .accordion-toggle::before,
input[type=image] .netxusa-footer .netxusa-footer-nav-header.navbar::after,
.netxusa-footer input[type=image] .netxusa-footer-nav-header.navbar::after,
input[type=image] .netxusa-header-main .navbar-cart .navbar-cart-icon,
.netxusa-header-main .navbar-cart input[type=image] .navbar-cart-icon,
input[type=image] .netxusa-header-main .netxusa-header-main-nav .nav .dropdown-toggle::after,
.netxusa-header-main .netxusa-header-main-nav .nav input[type=image] .dropdown-toggle::after,
input[type=reset] .fas,
input[type=reset] .rma-view .accordion-toggle::before,
.rma-view input[type=reset] .accordion-toggle::before,
input[type=reset] .ticket-view .accordion-toggle::before,
.ticket-view input[type=reset] .accordion-toggle::before,
input[type=reset] .netxusa-footer .netxusa-footer-nav-header.navbar::after,
.netxusa-footer input[type=reset] .netxusa-footer-nav-header.navbar::after,
input[type=reset] .netxusa-header-main .navbar-cart .navbar-cart-icon,
.netxusa-header-main .navbar-cart input[type=reset] .navbar-cart-icon,
input[type=reset] .netxusa-header-main .netxusa-header-main-nav .nav .dropdown-toggle::after,
.netxusa-header-main .netxusa-header-main-nav .nav input[type=reset] .dropdown-toggle::after,
input[type=submit] .fas,
input[type=submit] .rma-view .accordion-toggle::before,
.rma-view input[type=submit] .accordion-toggle::before,
input[type=submit] .ticket-view .accordion-toggle::before,
.ticket-view input[type=submit] .accordion-toggle::before,
input[type=submit] .netxusa-footer .netxusa-footer-nav-header.navbar::after,
.netxusa-footer input[type=submit] .netxusa-footer-nav-header.navbar::after,
input[type=submit] .netxusa-header-main .navbar-cart .navbar-cart-icon,
.netxusa-header-main .navbar-cart input[type=submit] .navbar-cart-icon,
input[type=submit] .netxusa-header-main .netxusa-header-main-nav .nav .dropdown-toggle::after,
.netxusa-header-main .netxusa-header-main-nav .nav input[type=submit] .dropdown-toggle::after,
.btn .errorSummary li::before,
button .errorSummary li::before,
input[type=button] .errorSummary li::before,
input[type=image] .errorSummary li::before,
input[type=reset] .errorSummary li::before,
input[type=submit] .errorSummary li::before,
.errorSummary .btn li::before,
.errorSummary button li::before,
.errorSummary input[type=button] li::before,
.errorSummary input[type=image] li::before,
.errorSummary input[type=reset] li::before,
.errorSummary input[type=submit] li::before,
.btn .netx-btn-icon-download::before,
.btn .downloadIcon[class*=iconInput]::before,
.btn .netx-btn-icon-unlock::before,
.btn .unlockIcon[class*=iconInput]::before,
.btn .netx-btn-icon-lock::before,
.btn .lockIcon[class*=iconInput]::before,
.btn .netx-btn-icon-clear::before,
.btn .clearIcon[class*=iconInput]::before,
.btn .netx-btn-icon-get-inventory::before,
.btn .getInventoryIcon[class*=iconInput]::before,
.btn .netx-btn-icon-settings::before,
.btn .settingsIcon[class*=iconInput]::before,
.btn .netx-btn-icon-move::before,
.btn .moveIcon[class*=iconInput]::before,
.btn .netx-btn-icon-update::before,
.btn .updateIcon[class*=iconInput]::before,
.btn .netx-btn-icon-copy::before,
.btn .copyIcon[class*=iconInput]::before,
.btn .netx-btn-icon-delete::before,
.btn .deleteIcon[class*=iconInput]::before,
.btn .netx-btn-icon-email::before,
.btn .emailIcon[class*=iconInput]::before,
.btn .netx-btn-icon-comment::before,
.btn .commentIcon[class*=iconInput]::before,
.btn .netx-btn-icon-print::before,
.btn .printIcon[class*=iconInput]::before,
.btn .netx-btn-icon-search::before,
.btn .searchIcon[class*=iconInput]::before,
.btn .netx-btn-icon-add::before,
.btn .addIcon[class*=iconInput]::before,
button .netx-btn-icon-download::before,
button .downloadIcon[class*=iconInput]::before,
button .netx-btn-icon-unlock::before,
button .unlockIcon[class*=iconInput]::before,
button .netx-btn-icon-lock::before,
button .lockIcon[class*=iconInput]::before,
button .netx-btn-icon-clear::before,
button .clearIcon[class*=iconInput]::before,
button .netx-btn-icon-get-inventory::before,
button .getInventoryIcon[class*=iconInput]::before,
button .netx-btn-icon-settings::before,
button .settingsIcon[class*=iconInput]::before,
button .netx-btn-icon-move::before,
button .moveIcon[class*=iconInput]::before,
button .netx-btn-icon-update::before,
button .updateIcon[class*=iconInput]::before,
button .netx-btn-icon-copy::before,
button .copyIcon[class*=iconInput]::before,
button .netx-btn-icon-delete::before,
button .deleteIcon[class*=iconInput]::before,
button .netx-btn-icon-email::before,
button .emailIcon[class*=iconInput]::before,
button .netx-btn-icon-comment::before,
button .commentIcon[class*=iconInput]::before,
button .netx-btn-icon-print::before,
button .printIcon[class*=iconInput]::before,
button .netx-btn-icon-search::before,
button .searchIcon[class*=iconInput]::before,
button .netx-btn-icon-add::before,
button .addIcon[class*=iconInput]::before,
input[type=button] .netx-btn-icon-download::before,
input[type=button] .downloadIcon[class*=iconInput]::before,
input[type=button] .netx-btn-icon-unlock::before,
input[type=button] .unlockIcon[class*=iconInput]::before,
input[type=button] .netx-btn-icon-lock::before,
input[type=button] .lockIcon[class*=iconInput]::before,
input[type=button] .netx-btn-icon-clear::before,
input[type=button] .clearIcon[class*=iconInput]::before,
input[type=button] .netx-btn-icon-get-inventory::before,
input[type=button] .getInventoryIcon[class*=iconInput]::before,
input[type=button] .netx-btn-icon-settings::before,
input[type=button] .settingsIcon[class*=iconInput]::before,
input[type=button] .netx-btn-icon-move::before,
input[type=button] .moveIcon[class*=iconInput]::before,
input[type=button] .netx-btn-icon-update::before,
input[type=button] .updateIcon[class*=iconInput]::before,
input[type=button] .netx-btn-icon-copy::before,
input[type=button] .copyIcon[class*=iconInput]::before,
input[type=button] .netx-btn-icon-delete::before,
input[type=button] .deleteIcon[class*=iconInput]::before,
input[type=button] .netx-btn-icon-email::before,
input[type=button] .emailIcon[class*=iconInput]::before,
input[type=button] .netx-btn-icon-comment::before,
input[type=button] .commentIcon[class*=iconInput]::before,
input[type=button] .netx-btn-icon-print::before,
input[type=button] .printIcon[class*=iconInput]::before,
input[type=button] .netx-btn-icon-search::before,
input[type=button] .searchIcon[class*=iconInput]::before,
input[type=button] .netx-btn-icon-add::before,
input[type=button] .addIcon[class*=iconInput]::before,
input[type=image] .netx-btn-icon-download::before,
input[type=image] .downloadIcon[class*=iconInput]::before,
input[type=image] .netx-btn-icon-unlock::before,
input[type=image] .unlockIcon[class*=iconInput]::before,
input[type=image] .netx-btn-icon-lock::before,
input[type=image] .lockIcon[class*=iconInput]::before,
input[type=image] .netx-btn-icon-clear::before,
input[type=image] .clearIcon[class*=iconInput]::before,
input[type=image] .netx-btn-icon-get-inventory::before,
input[type=image] .getInventoryIcon[class*=iconInput]::before,
input[type=image] .netx-btn-icon-settings::before,
input[type=image] .settingsIcon[class*=iconInput]::before,
input[type=image] .netx-btn-icon-move::before,
input[type=image] .moveIcon[class*=iconInput]::before,
input[type=image] .netx-btn-icon-update::before,
input[type=image] .updateIcon[class*=iconInput]::before,
input[type=image] .netx-btn-icon-copy::before,
input[type=image] .copyIcon[class*=iconInput]::before,
input[type=image] .netx-btn-icon-delete::before,
input[type=image] .deleteIcon[class*=iconInput]::before,
input[type=image] .netx-btn-icon-email::before,
input[type=image] .emailIcon[class*=iconInput]::before,
input[type=image] .netx-btn-icon-comment::before,
input[type=image] .commentIcon[class*=iconInput]::before,
input[type=image] .netx-btn-icon-print::before,
input[type=image] .printIcon[class*=iconInput]::before,
input[type=image] .netx-btn-icon-search::before,
input[type=image] .searchIcon[class*=iconInput]::before,
input[type=image] .netx-btn-icon-add::before,
input[type=image] .addIcon[class*=iconInput]::before,
input[type=reset] .netx-btn-icon-download::before,
input[type=reset] .downloadIcon[class*=iconInput]::before,
input[type=reset] .netx-btn-icon-unlock::before,
input[type=reset] .unlockIcon[class*=iconInput]::before,
input[type=reset] .netx-btn-icon-lock::before,
input[type=reset] .lockIcon[class*=iconInput]::before,
input[type=reset] .netx-btn-icon-clear::before,
input[type=reset] .clearIcon[class*=iconInput]::before,
input[type=reset] .netx-btn-icon-get-inventory::before,
input[type=reset] .getInventoryIcon[class*=iconInput]::before,
input[type=reset] .netx-btn-icon-settings::before,
input[type=reset] .settingsIcon[class*=iconInput]::before,
input[type=reset] .netx-btn-icon-move::before,
input[type=reset] .moveIcon[class*=iconInput]::before,
input[type=reset] .netx-btn-icon-update::before,
input[type=reset] .updateIcon[class*=iconInput]::before,
input[type=reset] .netx-btn-icon-copy::before,
input[type=reset] .copyIcon[class*=iconInput]::before,
input[type=reset] .netx-btn-icon-delete::before,
input[type=reset] .deleteIcon[class*=iconInput]::before,
input[type=reset] .netx-btn-icon-email::before,
input[type=reset] .emailIcon[class*=iconInput]::before,
input[type=reset] .netx-btn-icon-comment::before,
input[type=reset] .commentIcon[class*=iconInput]::before,
input[type=reset] .netx-btn-icon-print::before,
input[type=reset] .printIcon[class*=iconInput]::before,
input[type=reset] .netx-btn-icon-search::before,
input[type=reset] .searchIcon[class*=iconInput]::before,
input[type=reset] .netx-btn-icon-add::before,
input[type=reset] .addIcon[class*=iconInput]::before,
input[type=submit] .netx-btn-icon-download::before,
input[type=submit] .downloadIcon[class*=iconInput]::before,
input[type=submit] .netx-btn-icon-unlock::before,
input[type=submit] .unlockIcon[class*=iconInput]::before,
input[type=submit] .netx-btn-icon-lock::before,
input[type=submit] .lockIcon[class*=iconInput]::before,
input[type=submit] .netx-btn-icon-clear::before,
input[type=submit] .clearIcon[class*=iconInput]::before,
input[type=submit] .netx-btn-icon-get-inventory::before,
input[type=submit] .getInventoryIcon[class*=iconInput]::before,
input[type=submit] .netx-btn-icon-settings::before,
input[type=submit] .settingsIcon[class*=iconInput]::before,
input[type=submit] .netx-btn-icon-move::before,
input[type=submit] .moveIcon[class*=iconInput]::before,
input[type=submit] .netx-btn-icon-update::before,
input[type=submit] .updateIcon[class*=iconInput]::before,
input[type=submit] .netx-btn-icon-copy::before,
input[type=submit] .copyIcon[class*=iconInput]::before,
input[type=submit] .netx-btn-icon-delete::before,
input[type=submit] .deleteIcon[class*=iconInput]::before,
input[type=submit] .netx-btn-icon-email::before,
input[type=submit] .emailIcon[class*=iconInput]::before,
input[type=submit] .netx-btn-icon-comment::before,
input[type=submit] .commentIcon[class*=iconInput]::before,
input[type=submit] .netx-btn-icon-print::before,
input[type=submit] .printIcon[class*=iconInput]::before,
input[type=submit] .netx-btn-icon-search::before,
input[type=submit] .searchIcon[class*=iconInput]::before,
input[type=submit] .netx-btn-icon-add::before,
input[type=submit] .addIcon[class*=iconInput]::before,
.btn div.gridWrap div.grid-view.grid-view-loading::after,
button div.gridWrap div.grid-view.grid-view-loading::after,
input[type=button] div.gridWrap div.grid-view.grid-view-loading::after,
input[type=image] div.gridWrap div.grid-view.grid-view-loading::after,
input[type=reset] div.gridWrap div.grid-view.grid-view-loading::after,
input[type=submit] div.gridWrap div.grid-view.grid-view-loading::after,
div.gridWrap .btn div.grid-view.grid-view-loading::after,
div.gridWrap button div.grid-view.grid-view-loading::after,
div.gridWrap input[type=button] div.grid-view.grid-view-loading::after,
div.gridWrap input[type=image] div.grid-view.grid-view-loading::after,
div.gridWrap input[type=reset] div.grid-view.grid-view-loading::after,
div.gridWrap input[type=submit] div.grid-view.grid-view-loading::after,
.btn .netx-icon-warning,
button .netx-icon-warning,
input[type=button] .netx-icon-warning,
input[type=image] .netx-icon-warning,
input[type=reset] .netx-icon-warning,
input[type=submit] .netx-icon-warning,
.btn .warningIcon:not([class*=iconInput]),
button .warningIcon:not([class*=iconInput]),
input[type=button] .warningIcon:not([class*=iconInput]),
input[type=image] .warningIcon:not([class*=iconInput]),
input[type=reset] .warningIcon:not([class*=iconInput]),
input[type=submit] .warningIcon:not([class*=iconInput]),
.btn .netx-icon-view,
button .netx-icon-view,
input[type=button] .netx-icon-view,
input[type=image] .netx-icon-view,
input[type=reset] .netx-icon-view,
input[type=submit] .netx-icon-view,
.btn .netx-icon-unlocked,
button .netx-icon-unlocked,
input[type=button] .netx-icon-unlocked,
input[type=image] .netx-icon-unlocked,
input[type=reset] .netx-icon-unlocked,
input[type=submit] .netx-icon-unlocked,
.btn .unlockedIcon:not([class*=iconInput]),
button .unlockedIcon:not([class*=iconInput]),
input[type=button] .unlockedIcon:not([class*=iconInput]),
input[type=image] .unlockedIcon:not([class*=iconInput]),
input[type=reset] .unlockedIcon:not([class*=iconInput]),
input[type=submit] .unlockedIcon:not([class*=iconInput]),
.btn .netx-icon-tip,
button .netx-icon-tip,
input[type=button] .netx-icon-tip,
input[type=image] .netx-icon-tip,
input[type=reset] .netx-icon-tip,
input[type=submit] .netx-icon-tip,
.btn .infoIcon:not([class*=iconInput]),
button .infoIcon:not([class*=iconInput]),
input[type=button] .infoIcon:not([class*=iconInput]),
input[type=image] .infoIcon:not([class*=iconInput]),
input[type=reset] .infoIcon:not([class*=iconInput]),
input[type=submit] .infoIcon:not([class*=iconInput]),
.btn .netx-icon-success,
button .netx-icon-success,
input[type=button] .netx-icon-success,
input[type=image] .netx-icon-success,
input[type=reset] .netx-icon-success,
input[type=submit] .netx-icon-success,
.btn .successIcon:not([class*=iconInput]),
button .successIcon:not([class*=iconInput]),
input[type=button] .successIcon:not([class*=iconInput]),
input[type=image] .successIcon:not([class*=iconInput]),
input[type=reset] .successIcon:not([class*=iconInput]),
input[type=submit] .successIcon:not([class*=iconInput]),
.btn .netx-icon-star,
button .netx-icon-star,
input[type=button] .netx-icon-star,
input[type=image] .netx-icon-star,
input[type=reset] .netx-icon-star,
input[type=submit] .netx-icon-star,
.btn .starIcon:not([class*=iconInput]),
button .starIcon:not([class*=iconInput]),
input[type=button] .starIcon:not([class*=iconInput]),
input[type=image] .starIcon:not([class*=iconInput]),
input[type=reset] .starIcon:not([class*=iconInput]),
input[type=submit] .starIcon:not([class*=iconInput]),
.btn .netx-icon-star-half,
button .netx-icon-star-half,
input[type=button] .netx-icon-star-half,
input[type=image] .netx-icon-star-half,
input[type=reset] .netx-icon-star-half,
input[type=submit] .netx-icon-star-half,
.btn .starHalfIcon:not([class*=iconInput]),
button .starHalfIcon:not([class*=iconInput]),
input[type=button] .starHalfIcon:not([class*=iconInput]),
input[type=image] .starHalfIcon:not([class*=iconInput]),
input[type=reset] .starHalfIcon:not([class*=iconInput]),
input[type=submit] .starHalfIcon:not([class*=iconInput]),
.btn .netx-icon-star-gray,
button .netx-icon-star-gray,
input[type=button] .netx-icon-star-gray,
input[type=image] .netx-icon-star-gray,
input[type=reset] .netx-icon-star-gray,
input[type=submit] .netx-icon-star-gray,
.btn .starGrayIcon:not([class*=iconInput]),
button .starGrayIcon:not([class*=iconInput]),
input[type=button] .starGrayIcon:not([class*=iconInput]),
input[type=image] .starGrayIcon:not([class*=iconInput]),
input[type=reset] .starGrayIcon:not([class*=iconInput]),
input[type=submit] .starGrayIcon:not([class*=iconInput]),
.btn .netx-icon-square,
button .netx-icon-square,
input[type=button] .netx-icon-square,
input[type=image] .netx-icon-square,
input[type=reset] .netx-icon-square,
input[type=submit] .netx-icon-square,
.btn .netx-icon-square-full,
button .netx-icon-square-full,
input[type=button] .netx-icon-square-full,
input[type=image] .netx-icon-square-full,
input[type=reset] .netx-icon-square-full,
input[type=submit] .netx-icon-square-full,
.btn .netx-icon-skull,
button .netx-icon-skull,
input[type=button] .netx-icon-skull,
input[type=image] .netx-icon-skull,
input[type=reset] .netx-icon-skull,
input[type=submit] .netx-icon-skull,
.btn .skullIcon:not([class*=iconInput]),
button .skullIcon:not([class*=iconInput]),
input[type=button] .skullIcon:not([class*=iconInput]),
input[type=image] .skullIcon:not([class*=iconInput]),
input[type=reset] .skullIcon:not([class*=iconInput]),
input[type=submit] .skullIcon:not([class*=iconInput]),
.btn .netx-icon-settings,
button .netx-icon-settings,
input[type=button] .netx-icon-settings,
input[type=image] .netx-icon-settings,
input[type=reset] .netx-icon-settings,
input[type=submit] .netx-icon-settings,
.btn .settingsIcon:not([class*=iconInput]),
button .settingsIcon:not([class*=iconInput]),
input[type=button] .settingsIcon:not([class*=iconInput]),
input[type=image] .settingsIcon:not([class*=iconInput]),
input[type=reset] .settingsIcon:not([class*=iconInput]),
input[type=submit] .settingsIcon:not([class*=iconInput]),
.btn .netx-icon-search,
button .netx-icon-search,
input[type=button] .netx-icon-search,
input[type=image] .netx-icon-search,
input[type=reset] .netx-icon-search,
input[type=submit] .netx-icon-search,
.btn .searchIcon:not([class*=iconInput]),
button .searchIcon:not([class*=iconInput]),
input[type=button] .searchIcon:not([class*=iconInput]),
input[type=image] .searchIcon:not([class*=iconInput]),
input[type=reset] .searchIcon:not([class*=iconInput]),
input[type=submit] .searchIcon:not([class*=iconInput]),
.btn .netx-icon-save,
button .netx-icon-save,
input[type=button] .netx-icon-save,
input[type=image] .netx-icon-save,
input[type=reset] .netx-icon-save,
input[type=submit] .netx-icon-save,
.btn .saveIcon:not([class*=iconInput]),
button .saveIcon:not([class*=iconInput]),
input[type=button] .saveIcon:not([class*=iconInput]),
input[type=image] .saveIcon:not([class*=iconInput]),
input[type=reset] .saveIcon:not([class*=iconInput]),
input[type=submit] .saveIcon:not([class*=iconInput]),
.btn .netx-icon-rule,
button .netx-icon-rule,
input[type=button] .netx-icon-rule,
input[type=image] .netx-icon-rule,
input[type=reset] .netx-icon-rule,
input[type=submit] .netx-icon-rule,
.btn .ruleIcon:not([class*=iconInput]),
button .ruleIcon:not([class*=iconInput]),
input[type=button] .ruleIcon:not([class*=iconInput]),
input[type=image] .ruleIcon:not([class*=iconInput]),
input[type=reset] .ruleIcon:not([class*=iconInput]),
input[type=submit] .ruleIcon:not([class*=iconInput]),
.btn .netx-icon-rss,
button .netx-icon-rss,
input[type=button] .netx-icon-rss,
input[type=image] .netx-icon-rss,
input[type=reset] .netx-icon-rss,
input[type=submit] .netx-icon-rss,
.btn .rssIcon:not([class*=iconInput]),
button .rssIcon:not([class*=iconInput]),
input[type=button] .rssIcon:not([class*=iconInput]),
input[type=image] .rssIcon:not([class*=iconInput]),
input[type=reset] .rssIcon:not([class*=iconInput]),
input[type=submit] .rssIcon:not([class*=iconInput]),
.btn .netx-icon-refresh,
button .netx-icon-refresh,
input[type=button] .netx-icon-refresh,
input[type=image] .netx-icon-refresh,
input[type=reset] .netx-icon-refresh,
input[type=submit] .netx-icon-refresh,
.btn .refreshIcon:not([class*=iconInput]),
button .refreshIcon:not([class*=iconInput]),
input[type=button] .refreshIcon:not([class*=iconInput]),
input[type=image] .refreshIcon:not([class*=iconInput]),
input[type=reset] .refreshIcon:not([class*=iconInput]),
input[type=submit] .refreshIcon:not([class*=iconInput]),
.btn .netx-icon-rebate,
button .netx-icon-rebate,
input[type=button] .netx-icon-rebate,
input[type=image] .netx-icon-rebate,
input[type=reset] .netx-icon-rebate,
input[type=submit] .netx-icon-rebate,
.btn .rebateIcon:not([class*=iconInput]),
button .rebateIcon:not([class*=iconInput]),
input[type=button] .rebateIcon:not([class*=iconInput]),
input[type=image] .rebateIcon:not([class*=iconInput]),
input[type=reset] .rebateIcon:not([class*=iconInput]),
input[type=submit] .rebateIcon:not([class*=iconInput]),
.btn .netx-icon-provisioned,
button .netx-icon-provisioned,
input[type=button] .netx-icon-provisioned,
input[type=image] .netx-icon-provisioned,
input[type=reset] .netx-icon-provisioned,
input[type=submit] .netx-icon-provisioned,
.btn .provisionedIcon:not([class*=iconInput]),
button .provisionedIcon:not([class*=iconInput]),
input[type=button] .provisionedIcon:not([class*=iconInput]),
input[type=image] .provisionedIcon:not([class*=iconInput]),
input[type=reset] .provisionedIcon:not([class*=iconInput]),
input[type=submit] .provisionedIcon:not([class*=iconInput]),
.btn .netx-icon-provision-lock,
button .netx-icon-provision-lock,
input[type=button] .netx-icon-provision-lock,
input[type=image] .netx-icon-provision-lock,
input[type=reset] .netx-icon-provision-lock,
input[type=submit] .netx-icon-provision-lock,
.btn .provisionLockIcon:not([class*=iconInput]),
button .provisionLockIcon:not([class*=iconInput]),
input[type=button] .provisionLockIcon:not([class*=iconInput]),
input[type=image] .provisionLockIcon:not([class*=iconInput]),
input[type=reset] .provisionLockIcon:not([class*=iconInput]),
input[type=submit] .provisionLockIcon:not([class*=iconInput]),
.btn .netx-icon-print,
button .netx-icon-print,
input[type=button] .netx-icon-print,
input[type=image] .netx-icon-print,
input[type=reset] .netx-icon-print,
input[type=submit] .netx-icon-print,
.btn .printIcon:not([class*=iconInput]),
button .printIcon:not([class*=iconInput]),
input[type=button] .printIcon:not([class*=iconInput]),
input[type=image] .printIcon:not([class*=iconInput]),
input[type=reset] .printIcon:not([class*=iconInput]),
input[type=submit] .printIcon:not([class*=iconInput]),
.btn .netx-icon-phone,
button .netx-icon-phone,
input[type=button] .netx-icon-phone,
input[type=image] .netx-icon-phone,
input[type=reset] .netx-icon-phone,
input[type=submit] .netx-icon-phone,
.btn .phoneIcon:not([class*=iconInput]),
button .phoneIcon:not([class*=iconInput]),
input[type=button] .phoneIcon:not([class*=iconInput]),
input[type=image] .phoneIcon:not([class*=iconInput]),
input[type=reset] .phoneIcon:not([class*=iconInput]),
input[type=submit] .phoneIcon:not([class*=iconInput]),
.btn .netx-icon-not-provisioned,
button .netx-icon-not-provisioned,
input[type=button] .netx-icon-not-provisioned,
input[type=image] .netx-icon-not-provisioned,
input[type=reset] .netx-icon-not-provisioned,
input[type=submit] .netx-icon-not-provisioned,
.btn .notProvisionedIcon:not([class*=iconInput]),
button .notProvisionedIcon:not([class*=iconInput]),
input[type=button] .notProvisionedIcon:not([class*=iconInput]),
input[type=image] .notProvisionedIcon:not([class*=iconInput]),
input[type=reset] .notProvisionedIcon:not([class*=iconInput]),
input[type=submit] .notProvisionedIcon:not([class*=iconInput]),
.btn .netx-icon-move,
button .netx-icon-move,
input[type=button] .netx-icon-move,
input[type=image] .netx-icon-move,
input[type=reset] .netx-icon-move,
input[type=submit] .netx-icon-move,
.btn .moveIcon:not([class*=iconInput]),
button .moveIcon:not([class*=iconInput]),
input[type=button] .moveIcon:not([class*=iconInput]),
input[type=image] .moveIcon:not([class*=iconInput]),
input[type=reset] .moveIcon:not([class*=iconInput]),
input[type=submit] .moveIcon:not([class*=iconInput]),
.btn .netx-icon-mail,
button .netx-icon-mail,
input[type=button] .netx-icon-mail,
input[type=image] .netx-icon-mail,
input[type=reset] .netx-icon-mail,
input[type=submit] .netx-icon-mail,
.btn .mailIcon:not([class*=iconInput]),
button .mailIcon:not([class*=iconInput]),
input[type=button] .mailIcon:not([class*=iconInput]),
input[type=image] .mailIcon:not([class*=iconInput]),
input[type=reset] .mailIcon:not([class*=iconInput]),
input[type=submit] .mailIcon:not([class*=iconInput]),
.btn .netx-icon-mail-alert,
button .netx-icon-mail-alert,
input[type=button] .netx-icon-mail-alert,
input[type=image] .netx-icon-mail-alert,
input[type=reset] .netx-icon-mail-alert,
input[type=submit] .netx-icon-mail-alert,
.btn .mailAlertIcon:not([class*=iconInput]),
button .mailAlertIcon:not([class*=iconInput]),
input[type=button] .mailAlertIcon:not([class*=iconInput]),
input[type=image] .mailAlertIcon:not([class*=iconInput]),
input[type=reset] .mailAlertIcon:not([class*=iconInput]),
input[type=submit] .mailAlertIcon:not([class*=iconInput]),
.btn .netx-icon-locked,
button .netx-icon-locked,
input[type=button] .netx-icon-locked,
input[type=image] .netx-icon-locked,
input[type=reset] .netx-icon-locked,
input[type=submit] .netx-icon-locked,
.btn .lockedIcon:not([class*=iconInput]),
button .lockedIcon:not([class*=iconInput]),
input[type=button] .lockedIcon:not([class*=iconInput]),
input[type=image] .lockedIcon:not([class*=iconInput]),
input[type=reset] .lockedIcon:not([class*=iconInput]),
input[type=submit] .lockedIcon:not([class*=iconInput]),
.btn .netx-icon-loading,
button .netx-icon-loading,
input[type=button] .netx-icon-loading,
input[type=image] .netx-icon-loading,
input[type=reset] .netx-icon-loading,
input[type=submit] .netx-icon-loading,
.btn .netx-icon-loading-32,
button .netx-icon-loading-32,
input[type=button] .netx-icon-loading-32,
input[type=image] .netx-icon-loading-32,
input[type=reset] .netx-icon-loading-32,
input[type=submit] .netx-icon-loading-32,
.btn .netx-icon-loading-20,
button .netx-icon-loading-20,
input[type=button] .netx-icon-loading-20,
input[type=image] .netx-icon-loading-20,
input[type=reset] .netx-icon-loading-20,
input[type=submit] .netx-icon-loading-20,
.btn .netx-icon-link,
button .netx-icon-link,
input[type=button] .netx-icon-link,
input[type=image] .netx-icon-link,
input[type=reset] .netx-icon-link,
input[type=submit] .netx-icon-link,
.btn .linkIcon:not([class*=iconInput]),
button .linkIcon:not([class*=iconInput]),
input[type=button] .linkIcon:not([class*=iconInput]),
input[type=image] .linkIcon:not([class*=iconInput]),
input[type=reset] .linkIcon:not([class*=iconInput]),
input[type=submit] .linkIcon:not([class*=iconInput]),
.btn .netx-icon-label,
button .netx-icon-label,
input[type=button] .netx-icon-label,
input[type=image] .netx-icon-label,
input[type=reset] .netx-icon-label,
input[type=submit] .netx-icon-label,
.btn .labelIcon:not([class*=iconInput]),
button .labelIcon:not([class*=iconInput]),
input[type=button] .labelIcon:not([class*=iconInput]),
input[type=image] .labelIcon:not([class*=iconInput]),
input[type=reset] .labelIcon:not([class*=iconInput]),
input[type=submit] .labelIcon:not([class*=iconInput]),
.btn .netx-icon-info,
button .netx-icon-info,
input[type=button] .netx-icon-info,
input[type=image] .netx-icon-info,
input[type=reset] .netx-icon-info,
input[type=submit] .netx-icon-info,
.btn .informationIcon:not([class*=iconInput]),
button .informationIcon:not([class*=iconInput]),
input[type=button] .informationIcon:not([class*=iconInput]),
input[type=image] .informationIcon:not([class*=iconInput]),
input[type=reset] .informationIcon:not([class*=iconInput]),
input[type=submit] .informationIcon:not([class*=iconInput]),
.btn .netx-icon-get-inventory,
button .netx-icon-get-inventory,
input[type=button] .netx-icon-get-inventory,
input[type=image] .netx-icon-get-inventory,
input[type=reset] .netx-icon-get-inventory,
input[type=submit] .netx-icon-get-inventory,
.btn .getInventoryIcon:not([class*=iconInput]),
button .getInventoryIcon:not([class*=iconInput]),
input[type=button] .getInventoryIcon:not([class*=iconInput]),
input[type=image] .getInventoryIcon:not([class*=iconInput]),
input[type=reset] .getInventoryIcon:not([class*=iconInput]),
input[type=submit] .getInventoryIcon:not([class*=iconInput]),
.btn .netx-icon-folder,
button .netx-icon-folder,
input[type=button] .netx-icon-folder,
input[type=image] .netx-icon-folder,
input[type=reset] .netx-icon-folder,
input[type=submit] .netx-icon-folder,
.btn .folderIcon:not([class*=iconInput]),
button .folderIcon:not([class*=iconInput]),
input[type=button] .folderIcon:not([class*=iconInput]),
input[type=image] .folderIcon:not([class*=iconInput]),
input[type=reset] .folderIcon:not([class*=iconInput]),
input[type=submit] .folderIcon:not([class*=iconInput]),
.btn .netx-icon-flag-red,
button .netx-icon-flag-red,
input[type=button] .netx-icon-flag-red,
input[type=image] .netx-icon-flag-red,
input[type=reset] .netx-icon-flag-red,
input[type=submit] .netx-icon-flag-red,
.btn .flagRedIcon:not([class*=iconInput]),
button .flagRedIcon:not([class*=iconInput]),
input[type=button] .flagRedIcon:not([class*=iconInput]),
input[type=image] .flagRedIcon:not([class*=iconInput]),
input[type=reset] .flagRedIcon:not([class*=iconInput]),
input[type=submit] .flagRedIcon:not([class*=iconInput]),
.btn .netx-icon-flag-gray,
button .netx-icon-flag-gray,
input[type=button] .netx-icon-flag-gray,
input[type=image] .netx-icon-flag-gray,
input[type=reset] .netx-icon-flag-gray,
input[type=submit] .netx-icon-flag-gray,
.btn .flagGrayIcon:not([class*=iconInput]),
button .flagGrayIcon:not([class*=iconInput]),
input[type=button] .flagGrayIcon:not([class*=iconInput]),
input[type=image] .flagGrayIcon:not([class*=iconInput]),
input[type=reset] .flagGrayIcon:not([class*=iconInput]),
input[type=submit] .flagGrayIcon:not([class*=iconInput]),
.btn .netx-icon-file-build-hold-lock,
button .netx-icon-file-build-hold-lock,
input[type=button] .netx-icon-file-build-hold-lock,
input[type=image] .netx-icon-file-build-hold-lock,
input[type=reset] .netx-icon-file-build-hold-lock,
input[type=submit] .netx-icon-file-build-hold-lock,
.btn .netx-icon-fax,
button .netx-icon-fax,
input[type=button] .netx-icon-fax,
input[type=image] .netx-icon-fax,
input[type=reset] .netx-icon-fax,
input[type=submit] .netx-icon-fax,
.btn .faxIcon:not([class*=iconInput]),
button .faxIcon:not([class*=iconInput]),
input[type=button] .faxIcon:not([class*=iconInput]),
input[type=image] .faxIcon:not([class*=iconInput]),
input[type=reset] .faxIcon:not([class*=iconInput]),
input[type=submit] .faxIcon:not([class*=iconInput]),
.btn .netx-icon-extension-unlocked,
button .netx-icon-extension-unlocked,
input[type=button] .netx-icon-extension-unlocked,
input[type=image] .netx-icon-extension-unlocked,
input[type=reset] .netx-icon-extension-unlocked,
input[type=submit] .netx-icon-extension-unlocked,
.btn .extensionUnlockedIcon:not([class*=iconInput]),
button .extensionUnlockedIcon:not([class*=iconInput]),
input[type=button] .extensionUnlockedIcon:not([class*=iconInput]),
input[type=image] .extensionUnlockedIcon:not([class*=iconInput]),
input[type=reset] .extensionUnlockedIcon:not([class*=iconInput]),
input[type=submit] .extensionUnlockedIcon:not([class*=iconInput]),
.btn .netx-icon-extension-locked,
button .netx-icon-extension-locked,
input[type=button] .netx-icon-extension-locked,
input[type=image] .netx-icon-extension-locked,
input[type=reset] .netx-icon-extension-locked,
input[type=submit] .netx-icon-extension-locked,
.btn .extensionLockedIcon:not([class*=iconInput]),
button .extensionLockedIcon:not([class*=iconInput]),
input[type=button] .extensionLockedIcon:not([class*=iconInput]),
input[type=image] .extensionLockedIcon:not([class*=iconInput]),
input[type=reset] .extensionLockedIcon:not([class*=iconInput]),
input[type=submit] .extensionLockedIcon:not([class*=iconInput]),
.btn .netx-icon-expand,
button .netx-icon-expand,
input[type=button] .netx-icon-expand,
input[type=image] .netx-icon-expand,
input[type=reset] .netx-icon-expand,
input[type=submit] .netx-icon-expand,
.btn .fullscreenLightIcon:not([class*=iconInput]),
button .fullscreenLightIcon:not([class*=iconInput]),
input[type=button] .fullscreenLightIcon:not([class*=iconInput]),
input[type=image] .fullscreenLightIcon:not([class*=iconInput]),
input[type=reset] .fullscreenLightIcon:not([class*=iconInput]),
input[type=submit] .fullscreenLightIcon:not([class*=iconInput]),
.btn .netx-icon-error,
button .netx-icon-error,
input[type=button] .netx-icon-error,
input[type=image] .netx-icon-error,
input[type=reset] .netx-icon-error,
input[type=submit] .netx-icon-error,
.btn .errorIcon:not([class*=iconInput]),
button .errorIcon:not([class*=iconInput]),
input[type=button] .errorIcon:not([class*=iconInput]),
input[type=image] .errorIcon:not([class*=iconInput]),
input[type=reset] .errorIcon:not([class*=iconInput]),
input[type=submit] .errorIcon:not([class*=iconInput]),
.btn .netx-icon-edit,
button .netx-icon-edit,
input[type=button] .netx-icon-edit,
input[type=image] .netx-icon-edit,
input[type=reset] .netx-icon-edit,
input[type=submit] .netx-icon-edit,
.btn .editIcon:not([class*=iconInput]),
button .editIcon:not([class*=iconInput]),
input[type=button] .editIcon:not([class*=iconInput]),
input[type=image] .editIcon:not([class*=iconInput]),
input[type=reset] .editIcon:not([class*=iconInput]),
input[type=submit] .editIcon:not([class*=iconInput]),
.btn .netx-icon-dummy,
button .netx-icon-dummy,
input[type=button] .netx-icon-dummy,
input[type=image] .netx-icon-dummy,
input[type=reset] .netx-icon-dummy,
input[type=submit] .netx-icon-dummy,
.btn .dummyIcon:not([class*=iconInput]),
button .dummyIcon:not([class*=iconInput]),
input[type=button] .dummyIcon:not([class*=iconInput]),
input[type=image] .dummyIcon:not([class*=iconInput]),
input[type=reset] .dummyIcon:not([class*=iconInput]),
input[type=submit] .dummyIcon:not([class*=iconInput]),
.btn .netx-icon-download,
button .netx-icon-download,
input[type=button] .netx-icon-download,
input[type=image] .netx-icon-download,
input[type=reset] .netx-icon-download,
input[type=submit] .netx-icon-download,
.btn .downloadIcon:not([class*=iconInput]),
button .downloadIcon:not([class*=iconInput]),
input[type=button] .downloadIcon:not([class*=iconInput]),
input[type=image] .downloadIcon:not([class*=iconInput]),
input[type=reset] .downloadIcon:not([class*=iconInput]),
input[type=submit] .downloadIcon:not([class*=iconInput]),
.btn .netx-icon-doc,
button .netx-icon-doc,
input[type=button] .netx-icon-doc,
input[type=image] .netx-icon-doc,
input[type=reset] .netx-icon-doc,
input[type=submit] .netx-icon-doc,
.btn .docIcon:not([class*=iconInput]),
button .docIcon:not([class*=iconInput]),
input[type=button] .docIcon:not([class*=iconInput]),
input[type=image] .docIcon:not([class*=iconInput]),
input[type=reset] .docIcon:not([class*=iconInput]),
input[type=submit] .docIcon:not([class*=iconInput]),
.btn .netx-icon-deny,
button .netx-icon-deny,
input[type=button] .netx-icon-deny,
input[type=image] .netx-icon-deny,
input[type=reset] .netx-icon-deny,
input[type=submit] .netx-icon-deny,
.btn .denyIcon:not([class*=iconInput]),
button .denyIcon:not([class*=iconInput]),
input[type=button] .denyIcon:not([class*=iconInput]),
input[type=image] .denyIcon:not([class*=iconInput]),
input[type=reset] .denyIcon:not([class*=iconInput]),
input[type=submit] .denyIcon:not([class*=iconInput]),
.btn .netx-icon-delete,
button .netx-icon-delete,
input[type=button] .netx-icon-delete,
input[type=image] .netx-icon-delete,
input[type=reset] .netx-icon-delete,
input[type=submit] .netx-icon-delete,
.btn .ui-icon-closethick,
button .ui-icon-closethick,
input[type=button] .ui-icon-closethick,
input[type=image] .ui-icon-closethick,
input[type=reset] .ui-icon-closethick,
input[type=submit] .ui-icon-closethick,
.btn .deleteIcon:not([class*=iconInput]),
button .deleteIcon:not([class*=iconInput]),
input[type=button] .deleteIcon:not([class*=iconInput]),
input[type=image] .deleteIcon:not([class*=iconInput]),
input[type=reset] .deleteIcon:not([class*=iconInput]),
input[type=submit] .deleteIcon:not([class*=iconInput]),
.btn .netx-icon-danger,
button .netx-icon-danger,
input[type=button] .netx-icon-danger,
input[type=image] .netx-icon-danger,
input[type=reset] .netx-icon-danger,
input[type=submit] .netx-icon-danger,
.btn .netx-icon-csv,
button .netx-icon-csv,
input[type=button] .netx-icon-csv,
input[type=image] .netx-icon-csv,
input[type=reset] .netx-icon-csv,
input[type=submit] .netx-icon-csv,
.btn .csvIcon:not([class*=iconInput]),
button .csvIcon:not([class*=iconInput]),
input[type=button] .csvIcon:not([class*=iconInput]),
input[type=image] .csvIcon:not([class*=iconInput]),
input[type=reset] .csvIcon:not([class*=iconInput]),
input[type=submit] .csvIcon:not([class*=iconInput]),
.btn .netx-icon-credit,
button .netx-icon-credit,
input[type=button] .netx-icon-credit,
input[type=image] .netx-icon-credit,
input[type=reset] .netx-icon-credit,
input[type=submit] .netx-icon-credit,
.btn .creditIcon:not([class*=iconInput]),
button .creditIcon:not([class*=iconInput]),
input[type=button] .creditIcon:not([class*=iconInput]),
input[type=image] .creditIcon:not([class*=iconInput]),
input[type=reset] .creditIcon:not([class*=iconInput]),
input[type=submit] .creditIcon:not([class*=iconInput]),
.btn .netx-icon-credit-card-approved,
button .netx-icon-credit-card-approved,
input[type=button] .netx-icon-credit-card-approved,
input[type=image] .netx-icon-credit-card-approved,
input[type=reset] .netx-icon-credit-card-approved,
input[type=submit] .netx-icon-credit-card-approved,
.btn .creditCardApprovedIcon:not([class*=iconInput]),
button .creditCardApprovedIcon:not([class*=iconInput]),
input[type=button] .creditCardApprovedIcon:not([class*=iconInput]),
input[type=image] .creditCardApprovedIcon:not([class*=iconInput]),
input[type=reset] .creditCardApprovedIcon:not([class*=iconInput]),
input[type=submit] .creditCardApprovedIcon:not([class*=iconInput]),
.btn .netx-icon-copy,
button .netx-icon-copy,
input[type=button] .netx-icon-copy,
input[type=image] .netx-icon-copy,
input[type=reset] .netx-icon-copy,
input[type=submit] .netx-icon-copy,
.btn .copyIcon:not([class*=iconInput]),
button .copyIcon:not([class*=iconInput]),
input[type=button] .copyIcon:not([class*=iconInput]),
input[type=image] .copyIcon:not([class*=iconInput]),
input[type=reset] .copyIcon:not([class*=iconInput]),
input[type=submit] .copyIcon:not([class*=iconInput]),
.btn .netx-icon-compress,
button .netx-icon-compress,
input[type=button] .netx-icon-compress,
input[type=image] .netx-icon-compress,
input[type=reset] .netx-icon-compress,
input[type=submit] .netx-icon-compress,
.btn .netx-icon-comment,
button .netx-icon-comment,
input[type=button] .netx-icon-comment,
input[type=image] .netx-icon-comment,
input[type=reset] .netx-icon-comment,
input[type=submit] .netx-icon-comment,
.btn .commentIcon:not([class*=iconInput]),
button .commentIcon:not([class*=iconInput]),
input[type=button] .commentIcon:not([class*=iconInput]),
input[type=image] .commentIcon:not([class*=iconInput]),
input[type=reset] .commentIcon:not([class*=iconInput]),
input[type=submit] .commentIcon:not([class*=iconInput]),
.btn .netx-icon-close,
button .netx-icon-close,
input[type=button] .netx-icon-close,
input[type=image] .netx-icon-close,
input[type=reset] .netx-icon-close,
input[type=submit] .netx-icon-close,
.btn .closeIcon:not([class*=iconInput]),
button .closeIcon:not([class*=iconInput]),
input[type=button] .closeIcon:not([class*=iconInput]),
input[type=image] .closeIcon:not([class*=iconInput]),
input[type=reset] .closeIcon:not([class*=iconInput]),
input[type=submit] .closeIcon:not([class*=iconInput]),
.btn .netx-icon-clock,
button .netx-icon-clock,
input[type=button] .netx-icon-clock,
input[type=image] .netx-icon-clock,
input[type=reset] .netx-icon-clock,
input[type=submit] .netx-icon-clock,
.btn .clockIcon:not([class*=iconInput]),
button .clockIcon:not([class*=iconInput]),
input[type=button] .clockIcon:not([class*=iconInput]),
input[type=image] .clockIcon:not([class*=iconInput]),
input[type=reset] .clockIcon:not([class*=iconInput]),
input[type=submit] .clockIcon:not([class*=iconInput]),
.btn .netx-icon-circle,
button .netx-icon-circle,
input[type=button] .netx-icon-circle,
input[type=image] .netx-icon-circle,
input[type=reset] .netx-icon-circle,
input[type=submit] .netx-icon-circle,
.btn .netx-icon-calendar,
button .netx-icon-calendar,
input[type=button] .netx-icon-calendar,
input[type=image] .netx-icon-calendar,
input[type=reset] .netx-icon-calendar,
input[type=submit] .netx-icon-calendar,
.btn .calendarIcon:not([class*=iconInput]),
button .calendarIcon:not([class*=iconInput]),
input[type=button] .calendarIcon:not([class*=iconInput]),
input[type=image] .calendarIcon:not([class*=iconInput]),
input[type=reset] .calendarIcon:not([class*=iconInput]),
input[type=submit] .calendarIcon:not([class*=iconInput]),
.btn .netx-icon-bookmarked,
button .netx-icon-bookmarked,
input[type=button] .netx-icon-bookmarked,
input[type=image] .netx-icon-bookmarked,
input[type=reset] .netx-icon-bookmarked,
input[type=submit] .netx-icon-bookmarked,
.btn .bookmarkedIcon:not([class*=iconInput]),
button .bookmarkedIcon:not([class*=iconInput]),
input[type=button] .bookmarkedIcon:not([class*=iconInput]),
input[type=image] .bookmarkedIcon:not([class*=iconInput]),
input[type=reset] .bookmarkedIcon:not([class*=iconInput]),
input[type=submit] .bookmarkedIcon:not([class*=iconInput]),
.btn .netx-icon-bookmark,
button .netx-icon-bookmark,
input[type=button] .netx-icon-bookmark,
input[type=image] .netx-icon-bookmark,
input[type=reset] .netx-icon-bookmark,
input[type=submit] .netx-icon-bookmark,
.btn .bookmarkIcon:not([class*=iconInput]),
button .bookmarkIcon:not([class*=iconInput]),
input[type=button] .bookmarkIcon:not([class*=iconInput]),
input[type=image] .bookmarkIcon:not([class*=iconInput]),
input[type=reset] .bookmarkIcon:not([class*=iconInput]),
input[type=submit] .bookmarkIcon:not([class*=iconInput]),
.btn .netx-icon-admin,
button .netx-icon-admin,
input[type=button] .netx-icon-admin,
input[type=image] .netx-icon-admin,
input[type=reset] .netx-icon-admin,
input[type=submit] .netx-icon-admin,
.btn .adminIcon:not([class*=iconInput]),
button .adminIcon:not([class*=iconInput]),
input[type=button] .adminIcon:not([class*=iconInput]),
input[type=image] .adminIcon:not([class*=iconInput]),
input[type=reset] .adminIcon:not([class*=iconInput]),
input[type=submit] .adminIcon:not([class*=iconInput]),
.btn .netx-icon-additional,
button .netx-icon-additional,
input[type=button] .netx-icon-additional,
input[type=image] .netx-icon-additional,
input[type=reset] .netx-icon-additional,
input[type=submit] .netx-icon-additional,
.btn .additionalIcon:not([class*=iconInput]),
button .additionalIcon:not([class*=iconInput]),
input[type=button] .additionalIcon:not([class*=iconInput]),
input[type=image] .additionalIcon:not([class*=iconInput]),
input[type=reset] .additionalIcon:not([class*=iconInput]),
input[type=submit] .additionalIcon:not([class*=iconInput]),
.btn .netx-icon-add,
button .netx-icon-add,
input[type=button] .netx-icon-add,
input[type=image] .netx-icon-add,
input[type=reset] .netx-icon-add,
input[type=submit] .netx-icon-add,
.btn .addIcon:not([class*=iconInput]),
button .addIcon:not([class*=iconInput]),
input[type=button] .addIcon:not([class*=iconInput]),
input[type=image] .addIcon:not([class*=iconInput]),
input[type=reset] .addIcon:not([class*=iconInput]),
input[type=submit] .addIcon:not([class*=iconInput]),
.btn .netx-icon-ach,
button .netx-icon-ach,
input[type=button] .netx-icon-ach,
input[type=image] .netx-icon-ach,
input[type=reset] .netx-icon-ach,
input[type=submit] .netx-icon-ach,
.btn .achIcon:not([class*=iconInput]),
button .achIcon:not([class*=iconInput]),
input[type=button] .achIcon:not([class*=iconInput]),
input[type=image] .achIcon:not([class*=iconInput]),
input[type=reset] .achIcon:not([class*=iconInput]),
input[type=submit] .achIcon:not([class*=iconInput]),
.btn .netx-icon-image,
button .netx-icon-image,
input[type=button] .netx-icon-image,
input[type=image] .netx-icon-image,
input[type=reset] .netx-icon-image,
input[type=submit] .netx-icon-image,
.btn .far,
button .far,
input[type=button] .far,
input[type=image] .far,
input[type=reset] .far,
input[type=submit] .far,
.btn .netx-btn-icon-pdf::before,
.btn .pdfIcon[class*=iconInput]::before,
button .netx-btn-icon-pdf::before,
button .pdfIcon[class*=iconInput]::before,
input[type=button] .netx-btn-icon-pdf::before,
input[type=button] .pdfIcon[class*=iconInput]::before,
input[type=image] .netx-btn-icon-pdf::before,
input[type=image] .pdfIcon[class*=iconInput]::before,
input[type=reset] .netx-btn-icon-pdf::before,
input[type=reset] .pdfIcon[class*=iconInput]::before,
input[type=submit] .netx-btn-icon-pdf::before,
input[type=submit] .pdfIcon[class*=iconInput]::before,
.btn .netx-icon-system-comment,
button .netx-icon-system-comment,
input[type=button] .netx-icon-system-comment,
input[type=image] .netx-icon-system-comment,
input[type=reset] .netx-icon-system-comment,
input[type=submit] .netx-icon-system-comment,
.btn .systemCommentIcon:not([class*=iconInput]),
button .systemCommentIcon:not([class*=iconInput]),
input[type=button] .systemCommentIcon:not([class*=iconInput]),
input[type=image] .systemCommentIcon:not([class*=iconInput]),
input[type=reset] .systemCommentIcon:not([class*=iconInput]),
input[type=submit] .systemCommentIcon:not([class*=iconInput]),
.btn .netx-icon-square-outline,
button .netx-icon-square-outline,
input[type=button] .netx-icon-square-outline,
input[type=image] .netx-icon-square-outline,
input[type=reset] .netx-icon-square-outline,
input[type=submit] .netx-icon-square-outline,
.btn .netx-icon-plus,
button .netx-icon-plus,
input[type=button] .netx-icon-plus,
input[type=image] .netx-icon-plus,
input[type=reset] .netx-icon-plus,
input[type=submit] .netx-icon-plus,
.btn .plusIcon:not([class*=iconInput]),
button .plusIcon:not([class*=iconInput]),
input[type=button] .plusIcon:not([class*=iconInput]),
input[type=image] .plusIcon:not([class*=iconInput]),
input[type=reset] .plusIcon:not([class*=iconInput]),
input[type=submit] .plusIcon:not([class*=iconInput]),
.btn .netx-icon-plus-light,
button .netx-icon-plus-light,
input[type=button] .netx-icon-plus-light,
input[type=image] .netx-icon-plus-light,
input[type=reset] .netx-icon-plus-light,
input[type=submit] .netx-icon-plus-light,
.btn .plusLightIcon:not([class*=iconInput]),
button .plusLightIcon:not([class*=iconInput]),
input[type=button] .plusLightIcon:not([class*=iconInput]),
input[type=image] .plusLightIcon:not([class*=iconInput]),
input[type=reset] .plusLightIcon:not([class*=iconInput]),
input[type=submit] .plusLightIcon:not([class*=iconInput]),
.btn .netx-icon-pdf,
button .netx-icon-pdf,
input[type=button] .netx-icon-pdf,
input[type=image] .netx-icon-pdf,
input[type=reset] .netx-icon-pdf,
input[type=submit] .netx-icon-pdf,
.btn .pdfIcon:not([class*=iconInput]),
button .pdfIcon:not([class*=iconInput]),
input[type=button] .pdfIcon:not([class*=iconInput]),
input[type=image] .pdfIcon:not([class*=iconInput]),
input[type=reset] .pdfIcon:not([class*=iconInput]),
input[type=submit] .pdfIcon:not([class*=iconInput]),
.btn .netx-icon-minus,
button .netx-icon-minus,
input[type=button] .netx-icon-minus,
input[type=image] .netx-icon-minus,
input[type=reset] .netx-icon-minus,
input[type=submit] .netx-icon-minus,
.btn .minusIcon:not([class*=iconInput]),
button .minusIcon:not([class*=iconInput]),
input[type=button] .minusIcon:not([class*=iconInput]),
input[type=image] .minusIcon:not([class*=iconInput]),
input[type=reset] .minusIcon:not([class*=iconInput]),
input[type=submit] .minusIcon:not([class*=iconInput]),
.btn .netx-icon-minus-light,
button .netx-icon-minus-light,
input[type=button] .netx-icon-minus-light,
input[type=image] .netx-icon-minus-light,
input[type=reset] .netx-icon-minus-light,
input[type=submit] .netx-icon-minus-light,
.btn .minusLightIcon:not([class*=iconInput]),
button .minusLightIcon:not([class*=iconInput]),
input[type=button] .minusLightIcon:not([class*=iconInput]),
input[type=image] .minusLightIcon:not([class*=iconInput]),
input[type=reset] .minusLightIcon:not([class*=iconInput]),
input[type=submit] .minusLightIcon:not([class*=iconInput]),
.btn .netx-icon-circle-outline,
button .netx-icon-circle-outline,
input[type=button] .netx-icon-circle-outline,
input[type=image] .netx-icon-circle-outline,
input[type=reset] .netx-icon-circle-outline,
input[type=submit] .netx-icon-circle-outline,
.btn .netx-icon-allow,
button .netx-icon-allow,
input[type=button] .netx-icon-allow,
input[type=image] .netx-icon-allow,
input[type=reset] .netx-icon-allow,
input[type=submit] .netx-icon-allow,
.btn .allowIcon:not([class*=iconInput]),
button .allowIcon:not([class*=iconInput]),
input[type=button] .allowIcon:not([class*=iconInput]),
input[type=image] .allowIcon:not([class*=iconInput]),
input[type=reset] .allowIcon:not([class*=iconInput]),
input[type=submit] .allowIcon:not([class*=iconInput]),
.btn .fal,
button .fal,
input[type=button] .fal,
input[type=image] .fal,
input[type=reset] .fal,
input[type=submit] .fal,
.btn .fab,
button .fab,
input[type=button] .fab,
input[type=image] .fab,
input[type=reset] .fab,
input[type=submit] .fab,
.btn .netx-icon-html5,
button .netx-icon-html5,
input[type=button] .netx-icon-html5,
input[type=image] .netx-icon-html5,
input[type=reset] .netx-icon-html5,
input[type=submit] .netx-icon-html5,
.btn .html5Icon:not([class*=iconInput]),
button .html5Icon:not([class*=iconInput]),
input[type=button] .html5Icon:not([class*=iconInput]),
input[type=image] .html5Icon:not([class*=iconInput]),
input[type=reset] .html5Icon:not([class*=iconInput]),
input[type=submit] .html5Icon:not([class*=iconInput]) {
  margin-right: 0.3125rem;
}

/* NetX Standards: Icons and Button Icons */
.netx-btn-icon-download::before, .downloadIcon[class*=iconInput]::before, .netx-btn-icon-unlock::before, .unlockIcon[class*=iconInput]::before, .netx-btn-icon-lock::before, .lockIcon[class*=iconInput]::before, .netx-btn-icon-clear::before, .clearIcon[class*=iconInput]::before, .netx-btn-icon-get-inventory::before, .getInventoryIcon[class*=iconInput]::before, .netx-btn-icon-settings::before, .settingsIcon[class*=iconInput]::before, .netx-btn-icon-move::before, .moveIcon[class*=iconInput]::before, .netx-btn-icon-update::before, .updateIcon[class*=iconInput]::before, .netx-btn-icon-copy::before, .copyIcon[class*=iconInput]::before, .netx-btn-icon-delete::before, .deleteIcon[class*=iconInput]::before, .netx-btn-icon-email::before, .emailIcon[class*=iconInput]::before, .netx-btn-icon-comment::before, .commentIcon[class*=iconInput]::before, .netx-btn-icon-print::before, .printIcon[class*=iconInput]::before, .netx-btn-icon-search::before, .searchIcon[class*=iconInput]::before, .netx-btn-icon-add::before, .addIcon[class*=iconInput]::before, .netx-icon-warning::before, .warningIcon:not([class*=iconInput])::before, .netx-icon-view::before, .netx-icon-unlocked::before, .unlockedIcon:not([class*=iconInput])::before, .netx-icon-tip::before, .infoIcon:not([class*=iconInput])::before, .netx-icon-success::before, .successIcon:not([class*=iconInput])::before, .netx-icon-star::before, .starIcon:not([class*=iconInput])::before, .netx-icon-star-half::before, .starHalfIcon:not([class*=iconInput])::before, .netx-icon-star-gray::before, .starGrayIcon:not([class*=iconInput])::before, .netx-icon-square::before, .netx-icon-square-full::before, .netx-icon-skull::before, .skullIcon:not([class*=iconInput])::before, .netx-icon-settings::before, .settingsIcon:not([class*=iconInput])::before, .netx-icon-search::before, .searchIcon:not([class*=iconInput])::before, .netx-icon-save::before, .saveIcon:not([class*=iconInput])::before, .netx-icon-rule::before, .ruleIcon:not([class*=iconInput])::before, .netx-icon-rss::before, .rssIcon:not([class*=iconInput])::before, .netx-icon-refresh::before, .refreshIcon:not([class*=iconInput])::before, .netx-icon-rebate::before, .rebateIcon:not([class*=iconInput])::before, .netx-icon-provisioned::before, .provisionedIcon:not([class*=iconInput])::before, .netx-icon-provision-lock::before, .provisionLockIcon:not([class*=iconInput])::before, .netx-icon-print::before, .printIcon:not([class*=iconInput])::before, .netx-icon-phone::before, .phoneIcon:not([class*=iconInput])::before, .netx-icon-not-provisioned::before, .notProvisionedIcon:not([class*=iconInput])::before, .netx-icon-move::before, .moveIcon:not([class*=iconInput])::before, .netx-icon-mail::before, .mailIcon:not([class*=iconInput])::before, .netx-icon-mail-alert::before, .mailAlertIcon:not([class*=iconInput])::before, .netx-icon-locked::before, .lockedIcon:not([class*=iconInput])::before, .netx-icon-loading::before, .netx-icon-loading-32::before, .netx-icon-loading-20::before, .netx-icon-link::before, .linkIcon:not([class*=iconInput])::before, .netx-icon-label::before, .labelIcon:not([class*=iconInput])::before, .netx-icon-info::before, .informationIcon:not([class*=iconInput])::before, .netx-icon-get-inventory::before, .getInventoryIcon:not([class*=iconInput])::before, .netx-icon-folder::before, .folderIcon:not([class*=iconInput])::before, .netx-icon-flag-red::before, .flagRedIcon:not([class*=iconInput])::before, .netx-icon-flag-gray::before, .flagGrayIcon:not([class*=iconInput])::before, .netx-icon-file-build-hold-lock::before, .netx-icon-fax::before, .faxIcon:not([class*=iconInput])::before, .netx-icon-extension-unlocked::before, .extensionUnlockedIcon:not([class*=iconInput])::before, .netx-icon-extension-locked::before, .extensionLockedIcon:not([class*=iconInput])::before, .netx-icon-expand::before, .fullscreenLightIcon:not([class*=iconInput])::before, .netx-icon-error::before, .errorIcon:not([class*=iconInput])::before, .netx-icon-edit::before, .editIcon:not([class*=iconInput])::before, .netx-icon-dummy::before, .dummyIcon:not([class*=iconInput])::before, .netx-icon-download::before, .downloadIcon:not([class*=iconInput])::before, .netx-icon-doc::before, .docIcon:not([class*=iconInput])::before, .netx-icon-deny::before, .denyIcon:not([class*=iconInput])::before, .netx-icon-delete::before, .ui-icon-closethick::before, .deleteIcon:not([class*=iconInput])::before, .netx-icon-danger::before, .netx-icon-csv::before, .csvIcon:not([class*=iconInput])::before, .netx-icon-credit::before, .creditIcon:not([class*=iconInput])::before, .netx-icon-credit-card-approved::before, .creditCardApprovedIcon:not([class*=iconInput])::before, .netx-icon-copy::before, .copyIcon:not([class*=iconInput])::before, .netx-icon-compress::before, .netx-icon-comment::before, .commentIcon:not([class*=iconInput])::before, .netx-icon-close::before, .closeIcon:not([class*=iconInput])::before, .netx-icon-clock::before, .clockIcon:not([class*=iconInput])::before, .netx-icon-circle::before, .netx-icon-calendar::before, .calendarIcon:not([class*=iconInput])::before, .netx-icon-bookmarked::before, .bookmarkedIcon:not([class*=iconInput])::before, .netx-icon-bookmark::before, .bookmarkIcon:not([class*=iconInput])::before, .netx-icon-admin::before, .adminIcon:not([class*=iconInput])::before, .netx-icon-additional::before, .additionalIcon:not([class*=iconInput])::before, .netx-icon-add::before, .addIcon:not([class*=iconInput])::before, .netx-icon-ach::before, .achIcon:not([class*=iconInput])::before, .netx-icon-image::before {
  font-weight: 900;
}

.netx-btn-icon-pdf::before, .pdfIcon[class*=iconInput]::before, .netx-icon-system-comment::before, .systemCommentIcon:not([class*=iconInput])::before, .netx-icon-square-outline::before, .netx-icon-plus::before, .plusIcon:not([class*=iconInput])::before, .netx-icon-plus-light::before, .plusLightIcon:not([class*=iconInput])::before, .netx-icon-pdf::before, .pdfIcon:not([class*=iconInput])::before, .netx-icon-minus::before, .minusIcon:not([class*=iconInput])::before, .netx-icon-minus-light::before, .minusLightIcon:not([class*=iconInput])::before, .netx-icon-circle-outline::before, .netx-icon-allow::before, .allowIcon:not([class*=iconInput])::before {
  font-weight: 400;
}

.netx-icon-html5::before, .html5Icon:not([class*=iconInput])::before {
  font-weight: 400;
}

.netx-icon, .ui-icon-closethick, .netxIcon {
  color: inherit;
  display: inline-block;
  height: auto;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none !important;
  width: auto;
}
.netx-icon::before, .ui-icon-closethick::before, .netxIcon::before {
  text-align: center;
  vertical-align: middle;
}

a.netx-icon:hover, a.ui-icon-closethick:hover, a .netxIcon:hover, a:hover .netx-icon, a:hover .ui-icon-closethick, a:hover .netxIcon {
  cursor: pointer;
  opacity: 0.8;
}

.netx-icon-image {
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1rem;
}
.netx-icon-image::before {
  content: "";
  visibility: hidden;
}

.netx-icon-ach, .achIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-ach::before, .achIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-add, .addIcon:not([class*=iconInput]) {
  color: #28a745 !important;
}
.netx-icon-add::before, .addIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-additional, .additionalIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-additional::before, .additionalIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-admin, .adminIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-admin::before, .adminIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-allow, .allowIcon:not([class*=iconInput]) {
  color: #28a745 !important;
}
.netx-icon-allow::before, .allowIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-bookmark, .bookmarkIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-bookmark::before, .bookmarkIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-bookmarked, .bookmarkedIcon:not([class*=iconInput]) {
  color: #28a745 !important;
}
.netx-icon-bookmarked::before, .bookmarkedIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-calendar, .calendarIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-calendar::before, .calendarIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-circle-outline {
  color: #6c757d !important;
}
.netx-icon-circle-outline::before {
  content: "";
}

.netx-icon-circle {
  color: #6c757d !important;
}
.netx-icon-circle::before {
  content: "";
}

.netx-icon-clock, .clockIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-clock::before, .clockIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-close, .closeIcon:not([class*=iconInput]) {
  color: #ff0000 !important;
}
.netx-icon-close::before, .closeIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-comment, .commentIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-comment::before, .commentIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-compress {
  color: #6c757d !important;
}
.netx-icon-compress::before {
  content: "";
}

.netx-icon-copy, .copyIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-copy::before, .copyIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-credit-card-approved, .creditCardApprovedIcon:not([class*=iconInput]) {
  color: #28a745 !important;
}
.netx-icon-credit-card-approved::before, .creditCardApprovedIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-credit, .creditIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-credit::before, .creditIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-csv, .csvIcon:not([class*=iconInput]) {
  color: #1e7d34 !important;
}
.netx-icon-csv::before, .csvIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-danger {
  color: #ff0000 !important;
}
.netx-icon-danger::before {
  content: "";
}

.netx-icon-delete, .ui-icon-closethick, .deleteIcon:not([class*=iconInput]) {
  color: #ff0000 !important;
}
.netx-icon-delete::before, .ui-icon-closethick::before, .deleteIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-deny, .denyIcon:not([class*=iconInput]) {
  color: #ff0000 !important;
}
.netx-icon-deny::before, .denyIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-doc, .docIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-doc::before, .docIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-download, .downloadIcon:not([class*=iconInput]) {
  color: #0e7328 !important;
}
.netx-icon-download::before, .downloadIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-dummy, .dummyIcon:not([class*=iconInput]) {
  color: #f6d922 !important;
}
.netx-icon-dummy::before, .dummyIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-edit, .editIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-edit::before, .editIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-error, .errorIcon:not([class*=iconInput]) {
  color: #ff0000 !important;
}
.netx-icon-error::before, .errorIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-expand, .fullscreenLightIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-expand::before, .fullscreenLightIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-extension-locked, .extensionLockedIcon:not([class*=iconInput]) {
  color: #6f42c1 !important;
}
.netx-icon-extension-locked::before, .extensionLockedIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-extension-unlocked, .extensionUnlockedIcon:not([class*=iconInput]) {
  color: #6f42c1 !important;
}
.netx-icon-extension-unlocked::before, .extensionUnlockedIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-fax, .faxIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-fax::before, .faxIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-file-build-hold-lock {
  color: #fd7e14 !important;
}
.netx-icon-file-build-hold-lock::before {
  content: "";
}

.netx-icon-flag-gray, .flagGrayIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-flag-gray::before, .flagGrayIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-flag-red, .flagRedIcon:not([class*=iconInput]) {
  color: #ff0000 !important;
}
.netx-icon-flag-red::before, .flagRedIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-folder, .folderIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-folder::before, .folderIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-get-inventory, .getInventoryIcon:not([class*=iconInput]) {
  color: #117a8a !important;
}
.netx-icon-get-inventory::before, .getInventoryIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-html5, .html5Icon:not([class*=iconInput]) {
  color: #f0540e !important;
}
.netx-icon-html5::before, .html5Icon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-info, .informationIcon:not([class*=iconInput]) {
  color: #117a8a !important;
}
.netx-icon-info::before, .informationIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-label, .labelIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-label::before, .labelIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-link, .linkIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-link::before, .linkIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-loading-20 {
  color: #333 !important;
}
.netx-icon-loading-20::before {
  content: "";
}

.netx-icon-loading-32 {
  color: #333 !important;
}
.netx-icon-loading-32::before {
  content: "";
}

.netx-icon-loading {
  color: #333 !important;
}
.netx-icon-loading::before {
  content: "";
}

.netx-icon-locked, .lockedIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-locked::before, .lockedIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-mail-alert, .mailAlertIcon:not([class*=iconInput]) {
  color: #ff0000 !important;
}
.netx-icon-mail-alert::before, .mailAlertIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-mail, .mailIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-mail::before, .mailIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-minus-light, .minusLightIcon:not([class*=iconInput]) {
  color: #ccc !important;
}
.netx-icon-minus-light::before, .minusLightIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-minus, .minusIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-minus::before, .minusIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-move, .moveIcon:not([class*=iconInput]) {
  color: #2375b7 !important;
}
.netx-icon-move::before, .moveIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-not-provisioned, .notProvisionedIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-not-provisioned::before, .notProvisionedIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-pdf, .pdfIcon:not([class*=iconInput]) {
  color: #ec2028 !important;
}
.netx-icon-pdf::before, .pdfIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-phone, .phoneIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-phone::before, .phoneIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-plus-light, .plusLightIcon:not([class*=iconInput]) {
  color: #ccc !important;
}
.netx-icon-plus-light::before, .plusLightIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-plus, .plusIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-plus::before, .plusIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-print, .printIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-print::before, .printIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-provision-lock, .provisionLockIcon:not([class*=iconInput]) {
  color: #20c997 !important;
}
.netx-icon-provision-lock::before, .provisionLockIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-provisioned, .provisionedIcon:not([class*=iconInput]) {
  color: #28a745 !important;
}
.netx-icon-provisioned::before, .provisionedIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-rebate, .rebateIcon:not([class*=iconInput]) {
  color: #28a745 !important;
}
.netx-icon-rebate::before, .rebateIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-refresh, .refreshIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-refresh::before, .refreshIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-rss, .rssIcon:not([class*=iconInput]) {
  color: #fd7e14 !important;
}
.netx-icon-rss::before, .rssIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-rule, .ruleIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-rule::before, .ruleIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-save, .saveIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-save::before, .saveIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-search, .searchIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-search::before, .searchIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-settings, .settingsIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-settings::before, .settingsIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-skull, .skullIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-skull::before, .skullIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-square-full {
  color: #6c757d !important;
}
.netx-icon-square-full::before {
  content: "";
}

.netx-icon-square-outline {
  color: #6c757d !important;
}
.netx-icon-square-outline::before {
  content: "";
}

.netx-icon-square {
  color: #6c757d !important;
}
.netx-icon-square::before {
  content: "";
}

.netx-icon-star-gray, .starGrayIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-star-gray::before, .starGrayIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-star-half, .starHalfIcon:not([class*=iconInput]) {
  color: #f6d922 !important;
}
.netx-icon-star-half::before, .starHalfIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-star, .starIcon:not([class*=iconInput]) {
  color: #f6d922 !important;
}
.netx-icon-star::before, .starIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-success, .successIcon:not([class*=iconInput]) {
  color: #28a745 !important;
}
.netx-icon-success::before, .successIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-system-comment, .systemCommentIcon:not([class*=iconInput]) {
  color: #0e7328 !important;
}
.netx-icon-system-comment::before, .systemCommentIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-tip, .infoIcon:not([class*=iconInput]) {
  color: #f6d922 !important;
}
.netx-icon-tip::before, .infoIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-unlocked, .unlockedIcon:not([class*=iconInput]) {
  color: #6c757d !important;
}
.netx-icon-unlocked::before, .unlockedIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-view {
  color: #6c757d !important;
}
.netx-icon-view::before {
  content: "";
}

.netx-icon-warning, .warningIcon:not([class*=iconInput]) {
  color: #f6d922 !important;
}
.netx-icon-warning::before, .warningIcon:not([class*=iconInput])::before {
  content: "";
}

.netx-icon-loading-20 {
  font-size: 1.25rem !important;
}

.netx-icon-loading-32 {
  font-size: 2rem !important;
}

.netx-icon-size-auto {
  font-size: inherit !important;
}

.netx-icon-size-xs {
  font-size: 0.75rem;
}

.netx-icon-size-sm {
  font-size: 1rem;
}

.netx-icon-size-md {
  font-size: 1.5rem;
}

.netx-icon-size-lg {
  font-size: 2rem;
}

.netx-icon-size-xl {
  font-size: 3rem;
}

.netx-icon-color-primary {
  color: #0e7328 !important;
}

.netx-icon-color-secondary {
  color: #6c757d !important;
}

.netx-icon-color-success {
  color: #28a745 !important;
}

.netx-icon-color-info {
  color: #117a8a !important;
}

.netx-icon-color-warning {
  color: #f6d922 !important;
}

.netx-icon-color-danger {
  color: #ff0000 !important;
}

.netx-icon-color-light {
  color: #eee !important;
}

.netx-icon-color-dark {
  color: #333 !important;
}

.netx-icon-color-alt-one {
  color: #0e7328 !important;
}

.netx-icon-color-alt-two {
  color: #d9eede !important;
}

.netx-icon-color-alt-three {
  color: #0b6122 !important;
}

.netx-icon-color-alt-four {
  color: #13a138 !important;
}

.netx-icon-color-alt-five {
  color: #1f292b !important;
}

.netx-icon-spin, div.gridWrap div.grid-view.grid-view-loading::after, .netx-icon-loading-20, .netx-icon-loading-32, .netx-icon-loading {
  animation-duration: 1s;
}

.netx-icon-fw {
  width: 1.25em;
}

.netx-icon-fwh {
  height: 1.25em;
  width: 1.25em;
}

/* NetX Standards: Forms */
/* NetX Standards: Forms */
select,
textarea,
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url] {
  min-width: 4em;
}

input[type=email]:not(.form-control):not(select):not(textarea):not(input[type=email]):not(input[type=number]):not(input[type=password]):not(input[type=search]):not(input[type=tel]):not(input[type=text]):not(input[type=url]), input[type=number]:not(.form-control):not(select):not(textarea):not(input[type=email]):not(input[type=number]):not(input[type=password]):not(input[type=search]):not(input[type=tel]):not(input[type=text]):not(input[type=url]), input[type=password]:not(.form-control):not(select):not(textarea):not(input[type=email]):not(input[type=number]):not(input[type=password]):not(input[type=search]):not(input[type=tel]):not(input[type=text]):not(input[type=url]), input[type=search]:not(.form-control):not(select):not(textarea):not(input[type=email]):not(input[type=number]):not(input[type=password]):not(input[type=search]):not(input[type=tel]):not(input[type=text]):not(input[type=url]), input[type=tel]:not(.form-control):not(select):not(textarea):not(input[type=email]):not(input[type=number]):not(input[type=password]):not(input[type=search]):not(input[type=tel]):not(input[type=text]):not(input[type=url]), input[type=text]:not(.form-control):not(select):not(textarea):not(input[type=email]):not(input[type=number]):not(input[type=password]):not(input[type=search]):not(input[type=tel]):not(input[type=text]):not(input[type=url]), input[type=url]:not(.form-control):not(select):not(textarea):not(input[type=email]):not(input[type=number]):not(input[type=password]):not(input[type=search]):not(input[type=tel]):not(input[type=text]):not(input[type=url]),
textarea:not(.form-control):not(select):not(textarea):not(input[type=email]):not(input[type=number]):not(input[type=password]):not(input[type=search]):not(input[type=tel]):not(input[type=text]):not(input[type=url]) {
  margin-bottom: 5px;
}

input[type=file] {
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 0.1875rem;
  color: #000;
}

div.form div.row > span > input[type=checkbox]:not(.form-check-input), div.form div.row > span > input[type=radio]:not(.form-check-input) {
  line-height: 1.5;
  vertical-align: middle;
}
div.form div.row > span > input[type=checkbox]:not(.form-check-input) + label, div.form div.row > span > input[type=radio]:not(.form-check-input) + label {
  line-height: 1.5;
  margin-top: 1px;
  vertical-align: middle;
}

span.required {
  color: red;
}

div.form {
  background-color: #fff;
  color: #000;
  margin: 0.625rem 0;
  border: 1px solid #aaa;
}
div.form div.form {
  border: none;
}
div.form label {
  margin-bottom: 2px;
}
div.form label.labelInlineBlock {
  display: inline-block !important;
}
div.form label.required,
div.form > label {
  font-weight: bold;
}
div.form span label {
  font-weight: normal;
}
div.form p.note {
  margin: 0.625rem;
}
div.form div.row {
  margin: 0.625rem 0.625rem 0.875rem 0.625rem;
}
div.form div.row.buttons {
  border-top: 1px solid #aaa;
  background-color: #e0e0e0;
  margin: 0;
  padding: 0.5rem 0 0.1875rem 0.625rem;
}
div.form div.row.buttons .btn, div.form div.row.buttons button,
div.form div.row.buttons input[type=button], div.form div.row.buttons input[type=image], div.form div.row.buttons input[type=reset], div.form div.row.buttons input[type=submit],
div.form div.row.buttons [class*=btn-group] {
  margin-bottom: 0.3125rem;
  margin-right: 0.3125rem;
}
div.form div.row.buttons [class*=btn-group] .btn, div.form div.row.buttons [class*=btn-group] button,
div.form div.row.buttons [class*=btn-group] input[type=button], div.form div.row.buttons [class*=btn-group] input[type=image], div.form div.row.buttons [class*=btn-group] input[type=reset], div.form div.row.buttons [class*=btn-group] input[type=submit] {
  margin-bottom: 0;
  margin-right: 0;
}
div.form div.row label:first-child {
  font-weight: bold;
  display: block;
  width: 100%;
}
div.form input.disabledField {
  background: none;
  border: none;
}
div.form textarea {
  height: 7.1875rem;
}
div.form textarea.disabledField {
  background-color: #eee;
  border-color: #ccc;
}
div.form text,
div.form select,
div.form textarea,
div.form .searchWidgetPlaceholder,
div.form .formRowInputGroup,
div.form input[type=email], div.form input[type=number], div.form input[type=password], div.form input[type=search], div.form input[type=tel], div.form input[type=text], div.form input[type=url], div.form input[type=file] {
  max-width: 34.375rem;
}

.content-container > div.form:first-child,
.maverickContent > div.form:first-child {
  margin-top: 0 !important;
}

div#content div.form {
  margin-left: 0;
  margin-right: 0;
}

input[type=text].dateTimePicker,
div.form div.row input[type=text].dateTimePicker {
  position: relative;
  z-index: 1000;
}
input[type=text].hasDatepicker,
div.form div.row input[type=text].hasDatepicker {
  background: #fff url(/images/icons/calendar.png) no-repeat scroll 108px 1px !important;
  min-width: 130px !important;
  padding-right: 29px !important;
  width: 130px !important;
}
input[type=text].hasDatepicker:focus,
div.form div.row input[type=text].hasDatepicker:focus {
  background-color: #f0ebe1 !important;
}
input[type=text].hasDatepicker.dateTimePicker,
div.form div.row input[type=text].hasDatepicker.dateTimePicker {
  background-position: 183px 1px !important;
  min-width: 205px !important;
  width: 205px !important;
}
input[type=text].hasDatepicker.timePicker,
div.form div.row input[type=text].hasDatepicker.timePicker {
  background: none !important;
  padding-right: 0.5rem !important;
  width: auto !important;
}

div.form fieldset,
.netxFieldset {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 0.4375rem;
  color: #000;
  margin: 0.625rem 0.625rem 0.9375rem 0.625rem;
  padding: 0 0 0.3125rem 0;
}
div.form fieldset legend,
.netxFieldset legend {
  background-color: #555;
  border-radius: 0.4375rem 0.4375rem 0.4375rem 0;
  border: 1px solid #555;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  margin-left: -1px;
  padding: 0.125rem 0.375rem 0.1875rem;
}
div.form fieldset > fieldset > legend,
.netxFieldset > fieldset > legend {
  background-color: #777;
  border-radius: 0.3125rem;
  border: 1px solid #777;
  font-size: 0.75rem;
  padding: 0.0625rem 0.375rem 0.125rem;
}

.netxFieldset {
  margin: 0.625rem 0;
  padding: 0.625rem;
}
.netxFieldset legend {
  margin-left: -0.6875rem;
}

body.action_view div.form span.required,
body.action_view div.form p.noteRequiredFields,
.readOnlyForm div.form span.required,
.readOnlyForm div.form p.noteRequiredFields {
  display: none;
}

.errorMessage {
  color: red;
  margin-top: 5px;
}

form#changePasswordForm .errorMessage {
  color: #fee994;
}

.alertText {
  color: red;
  font-weight: bold;
}

.netx-buttons-bar {
  background-color: #fff !important;
  border: none !important;
  padding-left: 0 !important;
}

select,
textarea,
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url] {
  font-size: 0.875rem;
}

select,
textarea,
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url] {
  border: 1px solid #999;
  font-size: 0.875rem;
}

label {
  font-weight: bold;
  font-size: 0.875rem;
  padding-bottom: 0.125rem;
}

.form-theme1 .form-fields .row {
  margin-bottom: 1rem;
  max-width: 100%;
}
.form-theme1 .form-fields .row label:first-child {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0.25rem;
  display: inline-block;
  width: auto;
}
.form-theme1 .form-fields .row input, .form-theme1 .form-fields .row select, .form-theme1 .form-fields .row textarea, .form-theme1 .form-fields .row .searchWidgetPlaceholder, .form-theme1 .form-fields .row .formRowInputGroup {
  max-width: 100%;
}
.form-theme1 .form-fields .row input[type=checkbox] + label {
  padding-left: 0.25rem;
  margin-bottom: 0;
  display: inline;
}

.billingType {
  max-width: 34.375rem;
}

label.required,
> label {
  font-weight: bold;
}

span label {
  font-weight: normal;
}

div.form {
  margin: 0;
  border: none;
}
div.form div.row {
  margin: 0;
  margin-bottom: 1rem;
}
div.form div.row label:first-child {
  margin-bottom: 0.5rem;
}

/* NetX Standards: Alerts (Notifications) */
.alert-primary {
  color: #073c15;
  background-color: #cfe3d4;
  border-color: #bcd8c3;
}
.alert-primary hr {
  border-top-color: #accfb5;
}
.alert-primary .alert-link {
  color: #020e05;
}
.alert-primary a {
  color: #020e05;
  font-weight: 500;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-secondary a {
  color: #202326;
  font-weight: 500;
}

.alert-success, div.ui-state-highlight.ui-corner-all {
  color: #155724;
  background-color: #cbf6d5;
  border-color: #c3e6cb;
}
.alert-success hr, div.ui-state-highlight.ui-corner-all hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link, div.ui-state-highlight.ui-corner-all .alert-link {
  color: #0b2e13;
}
.alert-success a, div.ui-state-highlight.ui-corner-all a {
  color: #0b2e13;
  font-weight: 500;
}

.alert-info, div.ui-state-notice.ui-corner-all {
  color: #093f48;
  background-color: #c4ebf3;
  border-color: #bcdade;
}
.alert-info hr, div.ui-state-notice.ui-corner-all hr {
  border-top-color: #abd1d6;
}
.alert-info .alert-link, div.ui-state-notice.ui-corner-all .alert-link {
  color: #03171b;
}
.alert-info a, div.ui-state-notice.ui-corner-all a {
  color: #03171b;
  font-weight: 500;
}

.alert-warning, div.ui-state-warning.ui-corner-all {
  color: #807112;
  background-color: #fff8d1;
  border-color: #fcf4c1;
}
.alert-warning hr, div.ui-state-warning.ui-corner-all hr {
  border-top-color: #fbf0a9;
}
.alert-warning .alert-link, div.ui-state-warning.ui-corner-all .alert-link {
  color: #534a0c;
}
.alert-warning a, div.ui-state-warning.ui-corner-all a {
  color: #534a0c;
  font-weight: 500;
}

.alert-danger, .errorSummary, div.ui-state-error.ui-corner-all {
  color: #850000;
  background-color: #ffcccc;
  border-color: #ffb8b8;
}
.alert-danger hr, .errorSummary hr, div.ui-state-error.ui-corner-all hr {
  border-top-color: #ff9f9f;
}
.alert-danger .alert-link, .errorSummary .alert-link, div.ui-state-error.ui-corner-all .alert-link {
  color: #520000;
}
.alert-danger a, .errorSummary a, div.ui-state-error.ui-corner-all a {
  color: #520000;
  font-weight: 500;
}

.alert-light {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fafafa;
}
.alert-light hr {
  border-top-color: #ededed;
}
.alert-light .alert-link {
  color: #636363;
}
.alert-light a {
  color: #636363;
  font-weight: 500;
}

.alert-dark {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}
.alert-dark hr {
  border-top-color: #b9b9b9;
}
.alert-dark .alert-link {
  color: #020202;
}
.alert-dark a {
  color: #020202;
  font-weight: 500;
}

.alert-alt-one {
  color: #073c15;
  background-color: #cfe3d4;
  border-color: #bcd8c3;
}
.alert-alt-one hr {
  border-top-color: #accfb5;
}
.alert-alt-one .alert-link {
  color: #020e05;
}
.alert-alt-one a {
  color: #020e05;
  font-weight: 500;
}

.alert-alt-two {
  color: #717c73;
  background-color: #f7fcf8;
  border-color: #f4faf6;
}
.alert-alt-two hr {
  border-top-color: #e2f2e8;
}
.alert-alt-two .alert-link {
  color: #59615a;
}
.alert-alt-two a {
  color: #59615a;
  font-weight: 500;
}

.alert-alt-three {
  color: #063212;
  background-color: #cedfd3;
  border-color: #bbd3c1;
}
.alert-alt-three hr {
  border-top-color: #acc9b3;
}
.alert-alt-three .alert-link {
  color: #010402;
}
.alert-alt-three a {
  color: #010402;
  font-weight: 500;
}

.alert-alt-four {
  color: #0a541d;
  background-color: #d0ecd7;
  border-color: #bde5c7;
}
.alert-alt-four hr {
  border-top-color: #abdeb7;
}
.alert-alt-four .alert-link {
  color: #05260d;
}
.alert-alt-four a {
  color: #05260d;
  font-weight: 500;
}

.alert-alt-five {
  color: #101516;
  background-color: #d2d4d5;
  border-color: #c0c3c4;
}
.alert-alt-five hr {
  border-top-color: #b3b6b8;
}
.alert-alt-five .alert-link {
  color: black;
}
.alert-alt-five a {
  color: black;
  font-weight: 500;
}

.alert, .errorSummary, div.ui-state-notice.ui-corner-all, div.ui-state-warning.ui-corner-all, div.ui-state-error.ui-corner-all, div.ui-state-highlight.ui-corner-all {
  line-height: 1.5rem;
  padding-left: 3.5rem;
  position: relative;
}

.alert-dismissible {
  padding-right: 3.625rem;
}

.alert-no-icon, .errorSummary {
  padding-left: 1.25rem;
}
.alert-no-icon .alert-type-icon, .errorSummary .alert-type-icon, .alert-no-icon div.ui-state-notice.ui-corner-all > div .netxIcon, .errorSummary div.ui-state-notice.ui-corner-all > div .netxIcon, div.ui-state-notice.ui-corner-all > div .alert-no-icon .netxIcon, div.ui-state-notice.ui-corner-all > div .errorSummary .netxIcon, .alert-no-icon div.ui-state-warning.ui-corner-all > div .netxIcon, .errorSummary div.ui-state-warning.ui-corner-all > div .netxIcon, div.ui-state-warning.ui-corner-all > div .alert-no-icon .netxIcon, div.ui-state-warning.ui-corner-all > div .errorSummary .netxIcon, .alert-no-icon div.ui-state-error.ui-corner-all > div .netxIcon, .errorSummary div.ui-state-error.ui-corner-all > div .netxIcon, div.ui-state-error.ui-corner-all > div .alert-no-icon .netxIcon, div.ui-state-error.ui-corner-all > div .errorSummary .netxIcon, .alert-no-icon div.ui-state-highlight.ui-corner-all > div .netxIcon, .errorSummary div.ui-state-highlight.ui-corner-all > div .netxIcon, div.ui-state-highlight.ui-corner-all > div .alert-no-icon .netxIcon, div.ui-state-highlight.ui-corner-all > div .errorSummary .netxIcon {
  display: none;
}

.alert-content {
  color: inherit;
  min-height: 1.5rem;
}

.alert-type-icon, div.ui-state-notice.ui-corner-all > div .netxIcon, div.ui-state-warning.ui-corner-all > div .netxIcon, div.ui-state-error.ui-corner-all > div .netxIcon, div.ui-state-highlight.ui-corner-all > div .netxIcon {
  font-size: 1rem;
  left: 1.25rem;
  line-height: 1;
  position: absolute;
  top: 0.75rem;
}
.alert-type-icon.netx-icon-warning, div.ui-state-notice.ui-corner-all > div .netx-icon-warning.netxIcon, div.ui-state-warning.ui-corner-all > div .netx-icon-warning.netxIcon, div.ui-state-error.ui-corner-all > div .netx-icon-warning.netxIcon, div.ui-state-highlight.ui-corner-all > div .netx-icon-warning.netxIcon, .alert-type-icon.warningIcon, div.ui-state-notice.ui-corner-all > div .warningIcon.netxIcon, div.ui-state-warning.ui-corner-all > div .warningIcon.netxIcon, div.ui-state-error.ui-corner-all > div .warningIcon.netxIcon, div.ui-state-highlight.ui-corner-all > div .warningIcon.netxIcon {
  font-size: 0.9375rem;
}
.alert-type-icon::before, div.ui-state-notice.ui-corner-all > div .netxIcon::before, div.ui-state-warning.ui-corner-all > div .netxIcon::before, div.ui-state-error.ui-corner-all > div .netxIcon::before, div.ui-state-highlight.ui-corner-all > div .netxIcon::before {
  text-align: left;
  vertical-align: top;
}

.alert-dismiss-icon {
  cursor: pointer;
  font-size: 1.1875rem;
  line-height: 1;
  opacity: 0.7;
  position: absolute;
  right: 1.25rem;
  top: 0.75rem;
}
.alert-dismiss-icon::before {
  text-align: right;
  vertical-align: top;
}
.alert-dismiss-icon:hover {
  opacity: 1;
}

.ui-state-highlight-text,
.ui-widget-header .ui-state-highlight-text,
.ui-widget-content .ui-state-highlight-text {
  color: #155724;
}

div.ui-state-highlight.ui-corner-all > div {
  display: block;
}
div.ui-state-highlight.ui-corner-all > div[style*="width:25px"] {
  width: 0;
  height: 0;
}
div.ui-state-highlight.ui-corner-all > div.width95 {
  width: 100%;
}
div.ui-state-highlight.ui-corner-all > div .netxIcon {
  margin: 0;
}

.ui-state-error-text,
.ui-widget-header .ui-state-error-text,
.ui-widget-content .ui-state-error-text {
  color: #850000;
}

div.ui-state-error.ui-corner-all > div {
  display: block;
}
div.ui-state-error.ui-corner-all > div[style*="width:25px"] {
  width: 0;
  height: 0;
}
div.ui-state-error.ui-corner-all > div.width95 {
  width: 100%;
}
div.ui-state-error.ui-corner-all > div .netxIcon {
  margin: 0;
}

.ui-state-warning-text,
.ui-widget-header .ui-state-warning-text,
.ui-widget-content .ui-state-warning-text {
  color: #807112;
}

div.ui-state-warning.ui-corner-all > div {
  display: block;
}
div.ui-state-warning.ui-corner-all > div[style*="width:25px"] {
  width: 0;
  height: 0;
}
div.ui-state-warning.ui-corner-all > div.width95 {
  width: 100%;
}
div.ui-state-warning.ui-corner-all > div .netxIcon {
  margin: 0;
}

.ui-state-notice-text,
.ui-widget-header .ui-state-notice-text,
.ui-widget-content .ui-state-notice-text {
  color: #093f48;
}

div.ui-state-notice.ui-corner-all > div {
  display: block;
}
div.ui-state-notice.ui-corner-all > div[style*="width:25px"] {
  width: 0;
  height: 0;
}
div.ui-state-notice.ui-corner-all > div.width95 {
  width: 100%;
}
div.ui-state-notice.ui-corner-all > div .netxIcon {
  margin: 0;
}

.errorSummary {
  font-weight: bold;
}
.errorSummary p {
  margin: 0;
}
.errorSummary ul {
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
  padding: 0.75em 0 0;
}
.errorSummary li {
  list-style-type: none;
  margin-left: 0;
  vertical-align: middle;
}
.errorSummary li::before {
  color: #ff0000;
  content: "";
  display: inline-block;
  font-size: 1.125em;
  font-weight: 900;
  margin-right: 0.5rem;
  text-align: left;
  vertical-align: top;
}

#netxNotifications {
  font-size: 0.875rem;
}

.b-alert,
.b-alert.alert,
div.b-alert.ui-state-highlight.ui-corner-all,
div.b-alert.ui-state-error.ui-corner-all,
div.b-alert.ui-state-warning.ui-corner-all,
div.b-alert.ui-state-notice.ui-corner-all {
  padding-left: 1.25rem !important;
  line-height: 1.3125rem;
}

/* NetX Standards: Toasts */
.toast-primary {
  color: #073c15;
  background-color: #cfe3d4;
  border-color: #bcd8c3;
}
.toast-primary .toast-header {
  color: #073c15;
  background-color: #afd0b7;
  border-bottom-color: #bcd8c3;
}
.toast-primary a {
  color: #020e05;
  font-weight: 500;
}

.toast-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.toast-secondary .toast-header {
  color: #383d41;
  background-color: #c7c9cd;
  border-bottom-color: #d6d8db;
}
.toast-secondary a {
  color: #202326;
  font-weight: 500;
}

.toast-success {
  color: #155724;
  background-color: #cbf6d5;
  border-color: #c3e6cb;
}
.toast-success .toast-header {
  color: #155724;
  background-color: #9fefb2;
  border-bottom-color: #c3e6cb;
}
.toast-success a {
  color: #0b2e13;
  font-weight: 500;
}

.toast-info {
  color: #093f48;
  background-color: #c4ebf3;
  border-color: #bcdade;
}
.toast-info .toast-header {
  color: #093f48;
  background-color: #9addea;
  border-bottom-color: #bcdade;
}
.toast-info a {
  color: #03171b;
  font-weight: 500;
}

.toast-warning {
  color: #807112;
  background-color: #fff8d1;
  border-color: #fcf4c1;
}
.toast-warning .toast-header {
  color: #807112;
  background-color: #fff19e;
  border-bottom-color: #fcf4c1;
}
.toast-warning a {
  color: #534a0c;
  font-weight: 500;
}

.toast-danger {
  color: #850000;
  background-color: #ffcccc;
  border-color: #ffb8b8;
}
.toast-danger .toast-header {
  color: #850000;
  background-color: #ff9999;
  border-bottom-color: #ffb8b8;
}
.toast-danger a {
  color: #520000;
  font-weight: 500;
}

.toast-light {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fafafa;
}
.toast-light .toast-header {
  color: #7c7c7c;
  background-color: #e3e3e3;
  border-bottom-color: #fafafa;
}
.toast-light a {
  color: #636363;
  font-weight: 500;
}

.toast-dark {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}
.toast-dark .toast-header {
  color: #1b1b1b;
  background-color: #bdbdbd;
  border-bottom-color: #c6c6c6;
}
.toast-dark a {
  color: #020202;
  font-weight: 500;
}

.toast-alt-one {
  color: #073c15;
  background-color: #cfe3d4;
  border-color: #bcd8c3;
}
.toast-alt-one .toast-header {
  color: #073c15;
  background-color: #afd0b7;
  border-bottom-color: #bcd8c3;
}
.toast-alt-one a {
  color: #020e05;
  font-weight: 500;
}

.toast-alt-two {
  color: #717c73;
  background-color: #f7fcf8;
  border-color: #f4faf6;
}
.toast-alt-two .toast-header {
  color: #717c73;
  background-color: #d2eed8;
  border-bottom-color: #f4faf6;
}
.toast-alt-two a {
  color: #59615a;
  font-weight: 500;
}

.toast-alt-three {
  color: #063212;
  background-color: #cedfd3;
  border-color: #bbd3c1;
}
.toast-alt-three .toast-header {
  color: #063212;
  background-color: #afcbb7;
  border-bottom-color: #bbd3c1;
}
.toast-alt-three a {
  color: #010402;
  font-weight: 500;
}

.toast-alt-four {
  color: #0a541d;
  background-color: #d0ecd7;
  border-color: #bde5c7;
}
.toast-alt-four .toast-header {
  color: #0a541d;
  background-color: #acddb8;
  border-bottom-color: #bde5c7;
}
.toast-alt-four a {
  color: #05260d;
  font-weight: 500;
}

.toast-alt-five {
  color: #101516;
  background-color: #d2d4d5;
  border-color: #c0c3c4;
}
.toast-alt-five .toast-header {
  color: #101516;
  background-color: #b8bbbc;
  border-bottom-color: #c0c3c4;
}
.toast-alt-five a {
  color: black;
  font-weight: 500;
}

.toast-header {
  line-height: 1;
}

.toast-type-icon {
  font-size: 1rem;
  line-height: 1;
  margin-right: 0.5rem;
}
.toast-type-icon.netx-icon-warning, .toast-type-icon.warningIcon {
  font-size: 0.9375rem;
}
.toast-type-icon::before {
  text-align: left;
}

/* NetX Standards: Tables - including some divs that look like tables */
table.netxTable {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
  background-color: #fff;
  color: #000;
}
table.netxTable .childTable {
  display: inline-table;
}
table.netxTable tr {
  border: none;
}
table.netxTable tr.withSelectedRow {
  padding: 0.375rem 0.375rem 0.375rem 0.4375rem;
}
table.netxTable tr.withSelectedRow td {
  background-color: #ddd;
}
table.netxTable tr.withSelectedRow td select {
  max-width: 7.8125rem;
  min-width: 7.8125rem;
}
table.netxTable tr td,
table.netxTable tr th {
  font-size: 0.875rem;
  padding: 0.875rem 0.875rem 0.875rem 0;
}
table.netxTable tr td.actionsColumn,
table.netxTable tr th.actionsColumn {
  text-align: center;
  white-space: nowrap;
  width: 1%;
}
table.netxTable tr td.actionsColumn span.removeRow,
table.netxTable tr th.actionsColumn span.removeRow {
  cursor: pointer;
  text-align: center;
}
table.netxTable tr td.nowrap,
table.netxTable tr th.nowrap {
  white-space: nowrap;
}
table.netxTable tr td.netxTableParent {
  padding: 0.625rem 0.625rem 0.625rem 2.5rem;
}
table.netxTable tr td input {
  margin-left: 1px;
  margin-bottom: 0.1875rem;
  margin-top: 0.1875rem;
}
table.netxTable tr td a .netxIcon {
  margin-right: 0.5rem;
}
table.netxTable tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}
table.netxTable thead {
  border-top: 0.0625rem solid #dee2e6;
  border-bottom: 0.0625rem solid #dee2e6;
}
table.netxTable thead tr th,
table.netxTable tr.subHeader td {
  background-color: #fff;
  border: none;
  padding: 1rem 1rem 1rem 0;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  color: #000;
}
table.netxTable td:nth-child(1),
table.netxTable th:nth-child(1) {
  padding-left: 0.875rem;
}
table.netxTable tbody tr.netxTableSubHeading td, table.netxTable tbody tr.netxTableSubHeading:hover td {
  background-color: #d9eede;
  color: #fff;
  font-weight: bold;
  font-size: 0.8125rem;
  text-align: center;
}

table.netxTable caption,
div.netxDivCaption {
  background-color: #fff;
  padding: 1rem 0 1rem 0;
  font-weight: bold;
  text-align: left;
  color: #000;
  caption-side: top;
}
table.netxTable caption div,
div.netxDivCaption div {
  color: #fff;
}

table.netxTable tbody tr:nth-child(even),
table.netxTableless tbody tr:nth-child(even),
table.netxTable.columns tbody tr td:nth-child(even) {
  background: #fff;
}

table.netxTable tbody tr:nth-child(odd),
table.netxTableless tbody tr:nth-child(odd),
table.netxTable.columns tbody tr td:nth-child(odd) {
  background: #e9ecef;
}

table.netxTable tbody tr:hover {
  background-color: #d9eede;
}

table.netxTable.noHover > tbody > tr:nth-child(even):hover,
table.netxTableless.noHover > tbody > tr:nth-child(even):hover,
table.netxTable.noHover.columns > tbody > tr > td:nth-child(even):hover {
  background: #fff;
}

table.netxTable.noHover > tbody > tr:nth-child(odd):hover,
table.netxTableless.noHover > tbody > tr:nth-child(odd):hover,
table.netxTable.noHover.columns > tbody > tr > td:nth-child(odd):hover {
  background: #d9eede;
}

body.app_maverick div.content-container table,
.maverickContent table {
  color: #000;
}

tr.rwd-table-width-shim, tr.rwd-table-width-shim td, tr.rwd-table-width-shim th {
  background: none !important;
  border: 0 !important;
  box-sizing: border-box !important;
  line-height: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

/* NetX Standards: jQuery UI: General */
.ui-widget {
  font-size: 1rem;
  font-family: HelveticaNeueWeb, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ui-widget-header {
  border: 1px solid #666;
  border-bottom: 1px solid #444;
}

.ui-widget-content {
  border: 1px solid #333;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: HelveticaNeueWeb, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
}

.ui-icon-closethick {
  background: transparent !important;
  font-size: 0;
  height: 20px;
  margin: 0 5px 0 !important;
  padding: 0 !important;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  width: 20px;
}
.ui-icon-closethick:hover::before {
  color: #fff;
  opacity: 1;
}
.ui-icon-closethick::before {
  color: #ccc;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
}

/* NetX Standards: jQuery UI: Accordion */
.ui-accordion {
  border: 0.09375rem solid #dee2e6;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.ui-accordion h3 a {
  background: #fff;
  color: #000 !important;
}

.ui-accordion fieldset {
  border: 0.125rem solid #dee2e6;
}
.ui-accordion fieldset legen d {
  background-color: #fff;
}

.ui-accordion .ui-accordion-header .ui-icon {
  background-image: url("/js/vendor/jquery/ui/1.10.4/images/ui-icons_222222_256x240.png");
  left: 0.5em;
}

.ui-accordion-header,
.ui-accordion-content {
  border: none;
}

/* NetX Standards: jQuery UI: Datepicker */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  left: 0 !important;
  top: 0.1875rem !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.ui-datepicker .ui-datepicker-next span {
  left: 0.1875rem !important;
}
.ui-datepicker a.ui-datepicker-next.ui-corner-all:hover,
.ui-datepicker a.ui-datepicker-prev.ui-corner-all:hover {
  background: none !important;
  border: 1px solid #666 !important;
}
.ui-datepicker span.uc-icon.ui-datepicker-next,
.ui-datepicker span.uc-icon.ui-datepicker-prev {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.ui-datepicker .ui-icon-circle-triangle-e {
  background-image: url(/images/icons/next.png) !important;
  background-position: left top !important;
  margin: 0 !important;
}
.ui-datepicker .ui-icon-circle-triangle-e:hover {
  background-image: url(/images/icons/next-hover.png) !important;
}
.ui-datepicker .ui-icon-circle-triangle-w {
  background-image: url(/images/icons/prev.png) !important;
  background-position: left top !important;
  margin: 0 !important;
}
.ui-datepicker .ui-icon-circle-triangle-w:hover {
  background-image: url(/images/icons/prev-hover.png) !important;
}
.ui-datepicker table.ui-datepicker-calendar {
  font-size: 1rem;
}
.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-current-day a.ui-state-default.ui-state-active, .ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-current-day a.ui-state-default.ui-state-highlight, .ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-current-day a.ui-state-default.ui-state-hover, .ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-today a.ui-state-default.ui-state-active, .ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-today a.ui-state-default.ui-state-highlight, .ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-today a.ui-state-default.ui-state-hover {
  color: #fff !important;
  padding: 0.2em !important;
}
.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-current-day a.ui-state-default.ui-state-highlight, .ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-today a.ui-state-default.ui-state-highlight {
  background: #444 !important;
}
.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-current-day a.ui-state-default.ui-state-active, .ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-current-day a.ui-state-default.ui-state-active:hover, .ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-current-day a.ui-state-default.ui-state-highlight:hover, .ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-current-day a.ui-state-default.ui-state-hover, .ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-today a.ui-state-default.ui-state-active, .ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-today a.ui-state-default.ui-state-active:hover, .ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-today a.ui-state-default.ui-state-highlight:hover, .ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-today a.ui-state-default.ui-state-hover {
  background: #800000 !important;
}
.ui-datepicker div.ui-datepicker-buttonpane button.ui-datepicker-current {
  display: none !important;
}

/* NetX Standards: jQuery UI: Dialog */
div.ui-dialog {
  box-shadow: 1px 4px 4px #666 !important;
  border: 1px solid #ddd !important;
  box-sizing: content-box;
  max-width: calc(100% - 30px) !important;
  padding: 0;
}
div.ui-dialog > div {
  box-sizing: content-box;
}
div.ui-dialog.ui-corner-all {
  border-radius: 0;
}
div.ui-dialog .ui-dialog-titlebar,
div.ui-dialog .ui-widget-header {
  background: #fff !important;
}
div.ui-dialog div.ui-dialog-titlebar.ui-corner-all {
  border-top: none !important;
  border-right: none !important;
  border-bottom: solid 1px #ddd !important;
  border-left: none !important;
  border-radius: 0;
}
div.ui-dialog .ui-dialog-title {
  background-color: #fff !important;
  font-family: HelveticaNeueWeb, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 1rem !important;
  color: black;
}
div.ui-dialog .ui-dialog-content {
  overflow: auto;
  padding: 0.5rem 2rem !important;
  max-width: calc(100% - 30px);
}
div.ui-dialog .ui-dialog-titlebar-close,
div.ui-dialog .ui-dialog-titlebar-close:hover {
  background: none !important;
  border: none !important;
  height: 1.25rem !important;
  padding: 0 !important;
  text-decoration: none;
  right: 0.5rem;
  width: 1.25rem !important;
}
div.ui-dialog .ui-dialog-buttonpane {
  background-color: #fff;
  border-top: none;
  padding: 0.375rem;
}
div.ui-dialog .font-body-smS {
  font-size: 0.875rem !important;
}
div.ui-dialog .login-title {
  margin-bottom: 2rem;
  font-weight: normal !important;
  font-size: 1.5rem;
}
div.ui-dialog .pager {
  background-color: #fff !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #ddd !important;
  border-left: none !important;
}

/* NetX Standards: jQuery UI: Tabs */
div.ui-tabs-panel div.form {
  margin: 0;
  border: none;
}

div.maverickContent div.ui-tabs {
  padding: 0 0 0.3125rem 0;
  border-radius: 0.4375rem;
}
div.maverickContent div.ui-tabs-panel {
  padding: 0.625rem;
}

/* NetX Standards: CJUI Dialog widget skin additions */
/* NetX Standards: jQuery UI: Dialog */
div.ui-dialog {
  box-shadow: none !important;
  border: 1px solid #888 !important;
  box-sizing: content-box;
  padding: 0;
}
div.ui-dialog > div {
  box-sizing: content-box;
}
div.ui-dialog.ui-corner-all {
  border-radius: 0;
}
div.ui-dialog .ui-dialog-titlebar,
div.ui-dialog .ui-widget-header {
  background: #fff !important;
}
div.ui-dialog div.ui-dialog-titlebar.ui-corner-all {
  border: none !important;
  border-radius: 0;
}
div.ui-dialog .ui-dialog-title {
  background-color: #fff;
  font-family: HelveticaNeueWeb, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.5rem;
  font-weight: bold;
}
div.ui-dialog .ui-dialog-content {
  overflow: auto;
  padding: 0.5rem 2rem !important;
  margin-bottom: 2rem;
  max-width: calc(100% - 30px);
}
div.ui-dialog .ui-dialog-titlebar-close,
div.ui-dialog .ui-dialog-titlebar-close:hover {
  background: none !important;
  border: none !important;
  height: 1.25rem !important;
  padding: 0 !important;
  text-decoration: none;
  right: 0.5rem;
  width: 1.25rem !important;
}
div.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick,
div.ui-dialog .ui-dialog-titlebar-close:hover .ui-icon-closethick {
  margin: 0 !important;
}
div.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick::before,
div.ui-dialog .ui-dialog-titlebar-close:hover .ui-icon-closethick::before {
  color: #000 !important;
}
div.ui-dialog .ui-dialog-buttonpane {
  background-color: #fff;
  border-top: none;
  padding: 0.375rem;
}
div.ui-dialog .font-body-sm {
  font-size: 0.875rem !important;
}

/* NetX Standards: CMultiFileUpload widget skin additions */
a.MultiFile-remove {
  font-weight: bold;
}

span.MultiFile-title {
  display: inline-block;
  font-weight: bold;
  padding-top: 2px;
  vertical-align: top;
}

div.MultiFile-label {
  margin-top: 5px;
}

/* NetX Standards: Search widget skin additions */
.searchWidgetButton:not(:last-of-type) {
  margin-right: 5px;
}

/* NetX Standards: YiiCGridView widget skin additions. */
[class*=layout_rwd] .gridOmniSearch {
  padding: 10px 0 5px 0;
}
[class*=layout_rwd] .ui-dialog .gridOmniSearch {
  padding-top: 0;
}
[class*=layout_rwd] .gridOmniSearchLabel label {
  display: inline-block;
  font-weight: bold;
}
[class*=layout_rwd] input.gridOmniSearchInput {
  max-width: 100%;
  min-width: auto;
  width: 100%;
}
@media (min-width: 576px) {
  [class*=layout_rwd] input.gridOmniSearchInput {
    max-width: 320px;
  }
}
[class*=layout_rwd] ul.gridOmniSearchTooltipSearchTermsList {
  margin: 1.25em 0;
  padding-left: 1.5em;
}
[class*=layout_rwd] .gridOmniSearchTooltipSearchTermExample {
  color: #666;
}
[class*=layout_rwd] .gridOmniSearchTooltipExactMatch {
  color: red;
}
[class*=layout_rwd] .gridOmniSearchTooltipFootnote {
  font-style: italic;
}

div.gridWrap {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
  padding: 0;
  position: relative;
}
div.gridWrap div.grid-view {
  border: none;
  margin: 10px 0 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}
div.gridWrap div.grid-view table.items {
  display: block;
  border: none;
  overflow: auto;
}
div.gridWrap div.grid-view table.items a {
  color: #0e7328;
}
div.gridWrap div.grid-view table.items a:hover {
  color: #062f10;
}
div.gridWrap div.grid-view table.items tbody {
  border: none;
}
div.gridWrap div.grid-view table.items th {
  padding: 0.3rem 0.5rem;
}
div.gridWrap div.grid-view table.items td {
  padding: 0.6rem 0.5rem;
}
div.gridWrap div.grid-view div.summary {
  margin: 0;
}
div.gridWrap div.grid-view div.summary div.netxDivCaption div.netxDivCaptionLeft {
  font-size: 1.25rem;
  color: #000;
}
div.gridWrap div.grid-view div.summary div.netxDivCaption div.netxDivCaptionRight {
  font-size: 0.75rem;
  text-align: right;
  color: #000;
}
div.gridWrap div.grid-view div.summary div.netxDivCaption div.netxDivCaptionRight select {
  border: none;
  display: inline-block;
  margin-top: 4px;
  width: auto;
}
@media (min-width: 768px) {
  div.gridWrap div.grid-view div.summary div.netxDivCaption div.netxDivCaptionRight select {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  div.gridWrap div.grid-view div.summary div.netxDivCaption div.netxDivCaptionRight {
    font-size: 12px;
  }
}
div.gridWrap div.grid-view .yiiPager li {
  line-height: 25px;
  display: inline-block;
}

div.gridWrap div.grid-view.grid-view-loading::before {
  background-image: none;
  padding: 0;
  margin: 0;
}
div.gridWrap div.grid-view.grid-view-loading::after {
  color: #000;
  display: block;
  content: "";
  font-size: 16px;
  font-weight: 900;
  height: 16px;
  left: 1px;
  line-height: 1;
  margin: 0;
  position: absolute;
  width: 16px;
}

div.gridWrap div.grid-view table.items::before, div.gridWrap div.grid-view table.items::after {
  content: " ";
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
  z-index: 200;
}
div.gridWrap div.grid-view table.items::after {
  left: auto;
  right: 0;
}

div.gridWrap .gridOmniSearch {
  height: 60px;
}
div.gridWrap div.grid-view thead tr,
div.gridWrap div.grid-view thead tr th,
div.gridWrap div.grid-view thead tr td {
  border: none !important;
  font-size: 0.875rem;
  color: #000;
  background-color: #fff;
}
div.gridWrap div.grid-view thead {
  border-top: 0.0625rem solid #dee2e6;
  border-bottom: 0.0625rem solid #dee2e6;
  border-left: none;
  border-right: none;
  color: #000;
  background-color: #fff !important;
}
div.gridWrap div.grid-view tr,
div.gridWrap div.grid-view td {
  border: none !important;
  font-size: 0.875rem;
  color: #000;
}
div.gridWrap div.grid-view tbody tr:hover {
  background-color: #d9eede !important;
}
div.gridWrap div.grid-view.grid-view-loading::before {
  padding-top: 21px;
}
div.gridWrap div.grid-view.grid-view-loading::after {
  top: 10px;
}
div.gridWrap.hasOmniSearch div.grid-view.grid-view-loading::after {
  top: 70px;
}
div.gridWrap div.grid-view table.items::before, div.gridWrap div.grid-view table.items::after {
  height: calc(100% - 20px);
  top: 20px;
}
div.gridWrap div.grid-view.grid-view-loading table.items::before, div.gridWrap div.grid-view.grid-view-loading table.items::after {
  height: calc(100% - 41px);
  top: 41px;
}
div.gridWrap.hasOmniSearch div.grid-view table.items::before, div.gridWrap.hasOmniSearch div.grid-view table.items::after {
  height: calc(100% - 80px);
  top: 80px;
}
div.gridWrap.hasOmniSearch div.grid-view.grid-view-loading table.items::before, div.gridWrap.hasOmniSearch div.grid-view.grid-view-loading table.items::after {
  height: calc(100% - 101px);
  top: 101px;
}
div.gridWrap .netx_pagination {
  padding: 0.3125rem 0 0.3125rem 0;
  background-color: #fff;
  color: #000;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #ddd;
  border-left: none;
}

tr.filters .searchWidgetDisplayArea {
  display: table-row !important;
  width: 100% !important;
  border: none;
  background-color: #fff !important;
}
tr.filters .searchWidgetDisplayArea .searchWidgetDisplayReadOnlyField,
tr.filters .searchWidgetDisplayArea .searchWidgetDisplayFilterButtons {
  display: table-cell !important;
  vertical-align: middle !important;
}
tr.filters .searchWidgetDisplayArea .searchWidgetDisplayFilterButtons {
  padding-left: 50px !important;
  position: relative !important;
}
tr.filters .searchWidgetDisplayArea .searchWidgetDisplayFilterButtons span.netxusaIcon {
  display: block !important;
  left: 5px !important;
  line-height: 20px;
  margin: auto 0 !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
}
tr.filters .searchWidgetDisplayArea .searchWidgetDisplayFilterButtons span.netxusaIcon.closeIcon {
  left: 30px !important;
}

[class*=layout_rwd] {
  /* Filter button variables */
}
[class*=layout_rwd] td.filter-bttns_cell.filter-bttns_count-1 span.filter-bttns_wrap,
[class*=layout_rwd] thead.filter-bttns_count-1 tr.rwd-table-width-shim:first-child + tr > th:last-of-type,
[class*=layout_rwd] thead.filter-bttns_count-1 tr:first-child:not(.rwd-table-width-shim) > th:last-of-type {
  padding-right: 1.9375rem !important;
}
[class*=layout_rwd] td.filter-bttns_cell.filter-bttns_count-2 span.filter-bttns_wrap,
[class*=layout_rwd] thead.filter-bttns_count-2 tr.rwd-table-width-shim:first-child + tr > th:last-of-type,
[class*=layout_rwd] thead.filter-bttns_count-2 tr:first-child:not(.rwd-table-width-shim) > th:last-of-type {
  padding-right: 3.875rem !important;
}
[class*=layout_rwd] td.filter-bttns_cell {
  padding-right: 0.5rem !important;
}
[class*=layout_rwd] td.filter-bttns_cell span.filter-bttns_wrap {
  display: block;
  height: calc(1.4em + 1rem + 2px);
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
[class*=layout_rwd] td.filter-bttns_cell span.filter-bttns_filter {
  padding-right: 0.5rem;
  position: relative;
}
[class*=layout_rwd] td.filter-bttns_cell span.filter-bttns_filter + span.filter-bttns_buttons {
  width: 1.9375rem;
}
[class*=layout_rwd] td.filter-bttns_cell.filter-bttns_count-2 span.filter-bttns_filter + span.filter-bttns_buttons {
  width: 3.875rem;
}
[class*=layout_rwd] td.filter-bttns_cell.filter-bttns_count-2 span.filter-bttns_bttn {
  width: 50%;
}
[class*=layout_rwd] td.filter-bttns_cell span.filter-bttns_buttons {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
[class*=layout_rwd] td.filter-bttns_cell span.filter-bttns_buttons, [class*=layout_rwd] td.filter-bttns_cell span.filter-bttns_buttons * {
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  width: 100%;
}
[class*=layout_rwd] td.filter-bttns_cell span.filter-bttns_bttn {
  float: left;
  padding: calc(1.4em + 1rem + 2px)-0.9375rem/2 0.5rem;
  position: relative;
}
[class*=layout_rwd] td.filter-bttns_cell span.filter-bttns_bttn a {
  height: 0.9375rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0.9375rem;
}
[class*=layout_rwd] td.filter-bttns_cell span.filter-bttns_bttn a,
[class*=layout_rwd] td.filter-bttns_cell span.filter-bttns_bttn a :first-child {
  font-size: 0.9375rem;
  line-height: 1;
}

.button-column .netx-icon, .button-column .ui-icon-closethick {
  margin: 0 0.25rem;
}

@media (max-width: 1199.98px) {
  .grid-download-link-text {
    font-size: 0.75rem !important;
  }
}
@media (max-width: 991.98px) {
  .grid-download-link-text {
    font-size: 0.6rem !important;
  }
}
@media (max-width: 767.98px) {
  .grid-download-link-text {
    display: none !important;
  }
}

.grid-view-loading:before {
  display: block;
  content: " ";
  padding-top: 16px;
  background: url(../../../../../../../images/loading.gif) no-repeat;
}

.grid-view {
  padding: 5px 0;
  margin-top: 0;
}

.grid-view table.items {
  background: white;
  border-collapse: collapse;
  width: 100%;
  border: 1px #D0E3EF solid;
  color: #000000;
  font-size: 12px;
}

/* reset borders */
.grid-view table.items th, .grid-view table.items td {
  border: none;
  font-size: inherit;
  padding: 0.4em;
}

.grid-view table.items tr.filters td {
  font-size: 0.875rem;
  border: none;
  border-bottom: 1px solid #BBB;
  padding: 5px 13px 2px 5px;
}

/* vertical borders between cells */
.grid-view table.items td {
  border-right: 1px solid #C5C5C5;
}

.grid-view table.items td:last-child {
  border-right: none;
}

.grid-view table.items thead th {
  font-size: 12px;
  background-image: none;
  background-color: #999999;
  text-align: left;
  padding: 0.3em;
  border: none;
  border-bottom: 1px solid #555555;
  border-top: 1px solid #555555;
}

.grid-view div.summary select.pagination {
  border: 1px solid #ddd !important;
  margin: 0 0 0 7px;
  border-top-right-radius: 6px;
  /* Changed from 10px to 8px to better match the table caption, which is set at 8. Those 2px make all the difference. */
}
.grid-view div.summary select.pagination:focus {
  background-color: #f5f5f5;
}

.grid-view .netxDivCaption {
  padding: 3px 3px 4px 6px;
}

.grid-view table.items tr:last-child td {
  border-bottom: 1px solid #555555;
}

.grid-view table.items thead {
  border-left: 1px solid #555555;
  border-right: 1px solid #555555;
}

.grid-view table.items tbody {
  border: 1px solid #555555;
}

.grid-view table.items th {
  color: white;
}

.grid-view table.items th a {
  color: #EEE;
  font-weight: bold;
  text-decoration: none;
}

.grid-view table.items th a.asc {
  background: url(../../../../../../../images/sort/ascending_on.gif) right center no-repeat;
  padding-right: 10px;
}

.grid-view table.items th a.desc {
  background: url(../../../../../../../images/sort/desending_on.gif) right center no-repeat;
  padding-right: 10px;
}

/* alternate row background colors */
div.grid-view table.items tbody tr:nth-child(even) {
  background: #f5f5f5;
}

div.grid-view table.items tbody tr:nth-child(odd) {
  background: #FFF;
}

.grid-view table.items.selectable tr.selected {
  background: #D7C7A8;
}

.grid-view table.items tr.non-selectable {
  opacity: 0.75;
}

.grid-view table.items tr.non-selectable td {
  cursor: default !important;
  font-style: italic;
}

.grid-view .link-column img, .grid-view .link-column i.fa {
  border: 0;
}

.grid-view table.items thead th.button-column,
.grid-view table.items thead td.button-column,
.grid-view table.items tbody td.button-column {
  text-align: center;
  white-space: nowrap;
  width: 1%;
}

.grid-view .button-column img, .grid-view .button-column i.fa {
  border: 0;
  margin-right: 4px;
}

/* for images that looks a little to cramped in the button column */
.grid-view .button-column.marginButton a {
  margin: 0 1px;
}

.grid-view .checkbox-column {
  width: inherit;
}

.grid-view .summary {
  margin: 5px 0 0 0;
  text-align: right;
}

.grid-view .pager {
  margin: 0;
  text-align: right;
}

.grid-view .empty {
  font-style: italic;
}

/* Filters */
.grid-view .filters input[type=text]:not(.hasDatepicker),
.grid-view .filters input[type=email],
.grid-view .filters input[type=number],
.grid-view .filters input[type=url],
.grid-view .filters input[type=tel],
.grid-view .filters select {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  height: 2rem;
}
.grid-view .filters input[type=text]:not(.hasDatepicker):focus,
.grid-view .filters input[type=email]:focus,
.grid-view .filters input[type=number]:focus,
.grid-view .filters input[type=url]:focus,
.grid-view .filters input[type=tel]:focus,
.grid-view .filters select:focus {
  background-color: #f5f5f5;
}

/* Filter buttons */
td.filter-bttns_cell {
  padding-right: 2px !important;
}

td.filter-bttns_cell * {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

thead.filter-bttns_count-1 tr:first-child th:last-of-type,
td.filter-bttns_cell.filter-bttns_count-1 span.filter-bttns_wrap {
  padding-right: 24px !important;
}

thead.filter-bttns_count-2 tr:first-child th:last-of-type,
td.filter-bttns_cell.filter-bttns_count-2 span.filter-bttns_wrap {
  padding-right: 48px !important;
}

td.filter-bttns_cell span.filter-bttns_wrap {
  display: block;
  height: 100%;
  min-height: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

td.filter-bttns_cell span.filter-bttns_filter {
  display: block;
  padding-right: 5px;
  position: relative;
}

td.filter-bttns_cell span.filter-bttns_filter input,
td.filter-bttns_cell span.filter-bttns_filter select {
  margin-right: 0 !important;
}

td.filter-bttns_cell span.filter-bttns_buttons {
  display: block;
  height: 100%;
  overflow: hidden;
  padding: 6px 3px 9px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

td.filter-bttns_cell span.filter-bttns_filter + span.filter-bttns_buttons {
  width: 24px;
}

td.filter-bttns_cell.filter-bttns_count-2 span.filter-bttns_filter + span.filter-bttns_buttons {
  width: 48px;
}

td.filter-bttns_cell span.filter-bttns_bttn {
  display: block;
  float: left;
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}

td.filter-bttns_cell.filter-bttns_count-2 span.filter-bttns_bttn {
  width: 50%;
}

td.filter-bttns_cell span.filter-bttns_bttn a {
  display: inline-block;
  position: absolute;
  left: 50%;
  text-decoration: none !important;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* CGridView Caption */
div.grid-view div.summary div.netxDivCaption div:first-child {
  display: inline-block;
  text-align: left;
  width: 50%;
}

div.grid-view > div.summary > div.netxDivCaption > div:last-child {
  display: inline-block;
  text-align: right;
  width: 50%;
  font-weight: normal;
  font-size: 12px;
}

/* fix for grids that overflow the www.netxusa.com fixed width */
div.stdBorder > div > div.grid-view {
  width: 876px;
  overflow-y: auto;
}

/* allow two date pickers to display in a single line filter */
div.dateRangeFilter {
  white-space: nowrap;
}

div.dateRangeFilter input[type=checkbox] {
  width: auto;
}

div.grid-view ul.yiiPager li a {
  background-color: #fff;
  color: #000;
  border: 1px solid #ced4da;
  font-size: 1rem;
  border-radius: 0.1875rem;
}

div.grid-view ul.yiiPager li a:hover {
  background-color: #d9eede;
}

div.grid-view ul.yiiPager .first a,
div.grid-view ul.yiiPager .previous a,
div.grid-view ul.yiiPager .next a,
div.grid-view ul.yiiPager .last a {
  font-weight: bold;
  color: #0e7328;
  padding-bottom: 0.125rem;
}

div.grid-view ul.yiiPager .selected a {
  background-color: #999;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
}
div.grid-view ul.yiiPager .selected a:hover {
  background-color: #666;
}

div.grid-view span .grid-download-link-text {
  color: #000;
}

/* Grid OmniSearch */
.gridOmniSearch {
  box-sizing: border-box;
  padding-top: 10px;
}

.ui-dialog .gridOmniSearch {
  padding-top: 0;
}

.gridOmniSearchLabel label {
  display: inline-block;
  font-weight: bold;
}

input.gridOmniSearchInput {
  min-width: auto;
  max-width: 100%;
  width: 300px;
}

/* Grid OmniSearch Tooltip */
ul.gridOmniSearchTooltipSearchTermsList {
  margin: 1.25em 0;
  padding-left: 1.5em;
}

.gridOmniSearchTooltipSearchTermExample {
  color: #666;
}

.gridOmniSearchTooltipExactMatch {
  color: red;
}

.gridOmniSearchTooltipFootnote {
  font-style: italic;
}

.hasOmniSearch .gridOmniSearch {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.hasOmniSearch .gridOmniSearch .gridOmniSearchInput {
  height: 2rem;
}
.hasOmniSearch .gridOmniSearch .gridOmniSearchInput,
.hasOmniSearch .gridOmniSearch .gridOmniSearchLabel {
  margin-left: 0.5rem;
}

/* NetX Standards: Buttons */
.btn.disabled, button.disabled,
input.disabled[type=button], input.disabled[type=image], input.disabled[type=reset], input.disabled[type=submit], .btn:disabled, button:disabled,
input[type=button]:disabled, input[type=image]:disabled, input[type=reset]:disabled, input[type=submit]:disabled {
  cursor: not-allowed;
}
.btn:not(.btn-link), button:not(.btn-link),
input[type=button]:not(.btn-link), input[type=image]:not(.btn-link), input[type=reset]:not(.btn-link), input[type=submit]:not(.btn-link) {
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  background-color: #0e7328;
  border: none;
  text-transform: uppercase;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0a511c;
  border-color: #000401;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.1875rem rgba(6, 49, 17, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0e7328;
  border-color: #063111;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #084618;
  border-color: black;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(6, 49, 17, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border: none;
  text-transform: uppercase;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #16181a;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.1875rem rgba(46, 50, 53, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #2e3235;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #101213;
}
.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.1875rem rgba(46, 50, 53, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border: none;
  text-transform: uppercase;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #071e0c;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.1875rem rgba(17, 71, 29, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #11471d;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #051408;
}
.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.1875rem rgba(17, 71, 29, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #117a8a;
  border: none;
  text-transform: uppercase;
}
.btn-info:hover {
  color: #fff;
  background-color: #0d5c68;
  border-color: #020c0d;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.1875rem rgba(7, 52, 59, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #117a8a;
  border-color: #07343b;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0b525d;
  border-color: #000202;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(7, 52, 59, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #f6d922;
  border: none;
  text-transform: uppercase;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e8ca09;
  border-color: #3c3508;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.1875rem rgba(105, 92, 14, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #f6d922;
  border-color: #695c0e;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #dcbf09;
  border-color: #312b07;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(105, 92, 14, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ff0000;
  border: none;
  text-transform: uppercase;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d90000;
  border-color: #390000;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.1875rem rgba(108, 0, 0, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ff0000;
  border-color: #6c0000;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: #2c0000;
}
.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.1875rem rgba(108, 0, 0, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #eee;
  border: none;
  text-transform: uppercase;
}
.btn-light:hover {
  color: #212529;
  background-color: #dbdbdb;
  border-color: #4c4c4c;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.1875rem rgba(101, 101, 101, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #eee;
  border-color: #656565;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #d5d5d5;
  border-color: #454545;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(101, 101, 101, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #333;
  border: none;
  text-transform: uppercase;
}
.btn-dark:hover {
  color: #fff;
  background-color: #202020;
  border-color: black;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.1875rem rgba(22, 22, 22, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #333;
  border-color: #161616;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(22, 22, 22, 0.5);
}

.btn-alt-one {
  color: #fff;
  background-color: #0e7328;
  border: none;
  text-transform: uppercase;
}
.btn-alt-one:hover {
  color: #fff;
  background-color: #0a511c;
  border-color: #000401;
}
.btn-alt-one:focus, .btn-alt-one.focus {
  box-shadow: 0 0 0 0.1875rem rgba(6, 49, 17, 0.5);
}
.btn-alt-one.disabled, .btn-alt-one:disabled {
  color: #fff;
  background-color: #0e7328;
  border-color: #063111;
}
.btn-alt-one:not(:disabled):not(.disabled):active, .btn-alt-one:not(:disabled):not(.disabled).active, .show > .btn-alt-one.dropdown-toggle {
  color: #fff;
  background-color: #084618;
  border-color: black;
}
.btn-alt-one:not(:disabled):not(.disabled):active:focus, .btn-alt-one:not(:disabled):not(.disabled).active:focus, .show > .btn-alt-one.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(6, 49, 17, 0.5);
}

.btn-alt-two, .btn-default, button,
input[type=button], input[type=image], input[type=reset], input[type=submit] {
  color: #212529;
  background-color: #d9eede;
  border: none;
  text-transform: uppercase;
}
.btn-alt-two:hover, .btn-default:hover, button:hover,
input[type=button]:hover, input[type=image]:hover, input[type=reset]:hover, input[type=submit]:hover {
  color: #212529;
  background-color: #bfe2c7;
  border-color: #444a45;
}
.btn-alt-two:focus, .btn-default:focus, button:focus,
input[type=button]:focus, input[type=image]:focus, input[type=reset]:focus, input[type=submit]:focus, .btn-alt-two.focus, .focus.btn-default, button.focus,
input.focus[type=button], input.focus[type=image], input.focus[type=reset], input.focus[type=submit] {
  box-shadow: 0 0 0 0.1875rem rgba(92, 101, 94, 0.5);
}
.btn-alt-two.disabled, .disabled.btn-default, button.disabled,
input.disabled[type=button], input.disabled[type=image], input.disabled[type=reset], input.disabled[type=submit], .btn-alt-two:disabled, .btn-default:disabled, button:disabled,
input[type=button]:disabled, input[type=image]:disabled, input[type=reset]:disabled, input[type=submit]:disabled {
  color: #212529;
  background-color: #d9eede;
  border-color: #5c655e;
}
.btn-alt-two:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled):active, button:not(:disabled):not(.disabled):active,
input[type=button]:not(:disabled):not(.disabled):active, input[type=image]:not(:disabled):not(.disabled):active, input[type=reset]:not(:disabled):not(.disabled):active, input[type=submit]:not(:disabled):not(.disabled):active, .btn-alt-two:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled).active, button:not(:disabled):not(.disabled).active,
input[type=button]:not(:disabled):not(.disabled).active, input[type=image]:not(:disabled):not(.disabled).active, input[type=reset]:not(:disabled):not(.disabled).active, input[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-alt-two.dropdown-toggle, .show > .dropdown-toggle.btn-default, .show > button.dropdown-toggle,
.show > input.dropdown-toggle[type=button], .show > input.dropdown-toggle[type=image], .show > input.dropdown-toggle[type=reset], .show > input.dropdown-toggle[type=submit] {
  color: #212529;
  background-color: #b6debf;
  border-color: #3e443f;
}
.btn-alt-two:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled):active:focus, button:not(:disabled):not(.disabled):active:focus,
input[type=button]:not(:disabled):not(.disabled):active:focus, input[type=image]:not(:disabled):not(.disabled):active:focus, input[type=reset]:not(:disabled):not(.disabled):active:focus, input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-alt-two:not(:disabled):not(.disabled).active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, button:not(:disabled):not(.disabled).active:focus,
input[type=button]:not(:disabled):not(.disabled).active:focus, input[type=image]:not(:disabled):not(.disabled).active:focus, input[type=reset]:not(:disabled):not(.disabled).active:focus, input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-alt-two.dropdown-toggle:focus, .show > .dropdown-toggle.btn-default:focus, .show > button.dropdown-toggle:focus,
.show > input.dropdown-toggle[type=button]:focus, .show > input.dropdown-toggle[type=image]:focus, .show > input.dropdown-toggle[type=reset]:focus, .show > input.dropdown-toggle[type=submit]:focus {
  box-shadow: 0 0 0 0.1875rem rgba(92, 101, 94, 0.5);
}

.btn-alt-three {
  color: #fff;
  background-color: #0b6122;
  border: none;
  text-transform: uppercase;
}
.btn-alt-three:hover {
  color: #fff;
  background-color: #073f16;
  border-color: black;
}
.btn-alt-three:focus, .btn-alt-three.focus {
  box-shadow: 0 0 0 0.1875rem rgba(5, 41, 14, 0.5);
}
.btn-alt-three.disabled, .btn-alt-three:disabled {
  color: #fff;
  background-color: #0b6122;
  border-color: #05290e;
}
.btn-alt-three:not(:disabled):not(.disabled):active, .btn-alt-three:not(:disabled):not(.disabled).active, .show > .btn-alt-three.dropdown-toggle {
  color: #fff;
  background-color: #063412;
  border-color: black;
}
.btn-alt-three:not(:disabled):not(.disabled):active:focus, .btn-alt-three:not(:disabled):not(.disabled).active:focus, .show > .btn-alt-three.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(5, 41, 14, 0.5);
}

.btn-alt-four {
  color: #fff;
  background-color: #13a138;
  border: none;
  text-transform: uppercase;
}
.btn-alt-four:hover {
  color: #fff;
  background-color: #0f7f2c;
  border-color: #031608;
}
.btn-alt-four:focus, .btn-alt-four.focus {
  box-shadow: 0 0 0 0.1875rem rgba(8, 68, 24, 0.5);
}
.btn-alt-four.disabled, .btn-alt-four:disabled {
  color: #fff;
  background-color: #13a138;
  border-color: #084418;
}
.btn-alt-four:not(:disabled):not(.disabled):active, .btn-alt-four:not(:disabled):not(.disabled).active, .show > .btn-alt-four.dropdown-toggle {
  color: #fff;
  background-color: #0e7328;
  border-color: #010b04;
}
.btn-alt-four:not(:disabled):not(.disabled):active:focus, .btn-alt-four:not(:disabled):not(.disabled).active:focus, .show > .btn-alt-four.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(8, 68, 24, 0.5);
}

.btn-alt-five {
  color: #fff;
  background-color: #1f292b;
  border: none;
  text-transform: uppercase;
}
.btn-alt-five:hover {
  color: #fff;
  background-color: #0f1415;
  border-color: black;
}
.btn-alt-five:focus, .btn-alt-five.focus {
  box-shadow: 0 0 0 0.1875rem rgba(13, 17, 18, 0.5);
}
.btn-alt-five.disabled, .btn-alt-five:disabled {
  color: #fff;
  background-color: #1f292b;
  border-color: #0d1112;
}
.btn-alt-five:not(:disabled):not(.disabled):active, .btn-alt-five:not(:disabled):not(.disabled).active, .show > .btn-alt-five.dropdown-toggle {
  color: #fff;
  background-color: #0a0d0d;
  border-color: black;
}
.btn-alt-five:not(:disabled):not(.disabled):active:focus, .btn-alt-five:not(:disabled):not(.disabled).active:focus, .show > .btn-alt-five.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1875rem rgba(13, 17, 18, 0.5);
}

/* NetX Standards: Button Icons */
.netx-btn-icon, .iconInput {
  overflow: hidden;
}
.netx-btn-icon::before, .iconInput::before {
  display: block;
  float: left;
  font-size: 1rem;
  content: none;
  height: 1rem;
  line-height: 1;
  margin-right: 0.75rem;
  text-align: left;
  vertical-align: middle;
  width: 1rem;
}

input.netx-btn-icon-download, input.downloadIcon[class*=iconInput], input.netx-btn-icon-unlock, input.unlockIcon[class*=iconInput], input.netx-btn-icon-lock, input.lockIcon[class*=iconInput], input.netx-btn-icon-pdf, input.pdfIcon[class*=iconInput], input.netx-btn-icon-clear, input.clearIcon[class*=iconInput], input.netx-btn-icon-get-inventory, input.getInventoryIcon[class*=iconInput], input.netx-btn-icon-settings, input.settingsIcon[class*=iconInput], input.netx-btn-icon-move, input.moveIcon[class*=iconInput], input.netx-btn-icon-update, input.updateIcon[class*=iconInput], input.netx-btn-icon-copy, input.copyIcon[class*=iconInput], input.netx-btn-icon-delete, input.deleteIcon[class*=iconInput], input.netx-btn-icon-email, input.emailIcon[class*=iconInput], input.netx-btn-icon-comment, input.commentIcon[class*=iconInput], input.netx-btn-icon-print, input.printIcon[class*=iconInput], input.netx-btn-icon-search, input.searchIcon[class*=iconInput], input.netx-btn-icon-add, input.addIcon[class*=iconInput] {
  background-position: 2rem center;
  background-repeat: no-repeat !important;
  background-size: auto calc(92% - 1.25rem );
  padding-left: 4rem !important;
}

.netx-btn-icon-add::before, .addIcon[class*=iconInput]::before {
  content: "";
  color: #0e7328;
}

input.netx-btn-icon-add, input.addIcon[class*=iconInput] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 448 512%22%3E%3Cpath fill=%22%230e7328%22 d=%22M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z%22/%3E%3C/svg%3E");
}

.netx-btn-icon-search::before, .searchIcon[class*=iconInput]::before {
  content: "";
  color: #0e7328;
}

input.netx-btn-icon-search, input.searchIcon[class*=iconInput] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 512 512%22%3E%3Cpath fill=%22%230e7328%22 d=%22M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z%22/%3E%3C/svg%3E");
}

.netx-btn-icon-print::before, .printIcon[class*=iconInput]::before {
  content: "";
  color: #0e7328;
}

input.netx-btn-icon-print, input.printIcon[class*=iconInput] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 512 512%22%3E%3Cpath fill=%22%230e7328%22 d=%22M448 192V77.25c0-8.49-3.37-16.62-9.37-22.63L393.37 9.37c-6-6-14.14-9.37-22.63-9.37H96C78.33 0 64 14.33 64 32v160c-35.35 0-64 28.65-64 64v112c0 8.84 7.16 16 16 16h48v96c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-96h48c8.84 0 16-7.16 16-16V256c0-35.35-28.65-64-64-64zm-64 256H128v-96h256v96zm0-224H128V64h192v48c0 8.84 7.16 16 16 16h48v96zm48 72c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z%22/%3E%3C/svg%3E");
}

.netx-btn-icon-comment::before, .commentIcon[class*=iconInput]::before {
  content: "";
  color: #0e7328;
}

input.netx-btn-icon-comment, input.commentIcon[class*=iconInput] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 512 512%22%3E%3Cpath fill=%22%230e7328%22 d=%22M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z%22/%3E%3C/svg%3E");
}

.netx-btn-icon-email::before, .emailIcon[class*=iconInput]::before {
  content: "";
  color: #0e7328;
}

input.netx-btn-icon-email, input.emailIcon[class*=iconInput] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 512 512%22%3E%3Cpath fill=%22%230e7328%22 d=%22M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z%22/%3E%3C/svg%3E");
}

.netx-btn-icon-delete::before, .deleteIcon[class*=iconInput]::before {
  content: "";
  color: #0e7328;
}

input.netx-btn-icon-delete, input.deleteIcon[class*=iconInput] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 352 512%22%3E%3Cpath fill=%22%230e7328%22 d=%22M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z%22/%3E%3C/svg%3E");
}

.netx-btn-icon-copy::before, .copyIcon[class*=iconInput]::before {
  content: "";
  color: #0e7328;
}

input.netx-btn-icon-copy, input.copyIcon[class*=iconInput] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 448 512%22%3E%3Cpath fill=%22%230e7328%22 d=%22M320 448v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V120c0-13.255 10.745-24 24-24h72v296c0 30.879 25.121 56 56 56h168zm0-344V0H152c-13.255 0-24 10.745-24 24v368c0 13.255 10.745 24 24 24h272c13.255 0 24-10.745 24-24V128H344c-13.2 0-24-10.8-24-24zm120.971-31.029L375.029 7.029A24 24 0 0 0 358.059 0H352v96h96v-6.059a24 24 0 0 0-7.029-16.97z%22/%3E%3C/svg%3E");
}

.netx-btn-icon-update::before, .updateIcon[class*=iconInput]::before {
  content: "";
  color: #0e7328;
}

input.netx-btn-icon-update, input.updateIcon[class*=iconInput] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 512 512%22%3E%3Cpath fill=%22%230e7328%22 d=%22M497.9 142.1l-46.1 46.1c-4.7 4.7-12.3 4.7-17 0l-111-111c-4.7-4.7-4.7-12.3 0-17l46.1-46.1c18.7-18.7 49.1-18.7 67.9 0l60.1 60.1c18.8 18.7 18.8 49.1 0 67.9zM284.2 99.8L21.6 362.4.4 483.9c-2.9 16.4 11.4 30.6 27.8 27.8l121.5-21.3 262.6-262.6c4.7-4.7 4.7-12.3 0-17l-111-111c-4.8-4.7-12.4-4.7-17.1 0zM124.1 339.9c-5.5-5.5-5.5-14.3 0-19.8l154-154c5.5-5.5 14.3-5.5 19.8 0s5.5 14.3 0 19.8l-154 154c-5.5 5.5-14.3 5.5-19.8 0zM88 424h48v36.3l-64.5 11.3-31.1-31.1L51.7 376H88v48z%22/%3E%3C/svg%3E");
}

.netx-btn-icon-move::before, .moveIcon[class*=iconInput]::before {
  content: "";
  color: #0e7328;
}

input.netx-btn-icon-move, input.moveIcon[class*=iconInput] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 512 512%22%3E%3Cpath fill=%22%230e7328%22 d=%22M0 168v-16c0-13.255 10.745-24 24-24h360V80c0-21.367 25.899-32.042 40.971-16.971l80 80c9.372 9.373 9.372 24.569 0 33.941l-80 80C409.956 271.982 384 261.456 384 240v-48H24c-13.255 0-24-10.745-24-24zm488 152H128v-48c0-21.314-25.862-32.08-40.971-16.971l-80 80c-9.372 9.373-9.372 24.569 0 33.941l80 80C102.057 463.997 128 453.437 128 432v-48h360c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24z%22/%3E%3C/svg%3E");
}

.netx-btn-icon-settings::before, .settingsIcon[class*=iconInput]::before {
  content: "";
  color: #0e7328;
}

input.netx-btn-icon-settings, input.settingsIcon[class*=iconInput] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 512 512%22%3E%3Cpath fill=%22%230e7328%22 d=%22M444.788 291.1l42.616 24.599c4.867 2.809 7.126 8.618 5.459 13.985-11.07 35.642-29.97 67.842-54.689 94.586a12.016 12.016 0 0 1-14.832 2.254l-42.584-24.595a191.577 191.577 0 0 1-60.759 35.13v49.182a12.01 12.01 0 0 1-9.377 11.718c-34.956 7.85-72.499 8.256-109.219.007-5.49-1.233-9.403-6.096-9.403-11.723v-49.184a191.555 191.555 0 0 1-60.759-35.13l-42.584 24.595a12.016 12.016 0 0 1-14.832-2.254c-24.718-26.744-43.619-58.944-54.689-94.586-1.667-5.366.592-11.175 5.459-13.985L67.212 291.1a193.48 193.48 0 0 1 0-70.199l-42.616-24.599c-4.867-2.809-7.126-8.618-5.459-13.985 11.07-35.642 29.97-67.842 54.689-94.586a12.016 12.016 0 0 1 14.832-2.254l42.584 24.595a191.577 191.577 0 0 1 60.759-35.13V25.759a12.01 12.01 0 0 1 9.377-11.718c34.956-7.85 72.499-8.256 109.219-.007 5.49 1.233 9.403 6.096 9.403 11.723v49.184a191.555 191.555 0 0 1 60.759 35.13l42.584-24.595a12.016 12.016 0 0 1 14.832 2.254c24.718 26.744 43.619 58.944 54.689 94.586 1.667 5.366-.592 11.175-5.459 13.985L444.788 220.9a193.485 193.485 0 0 1 0 70.2zM336 256c0-44.112-35.888-80-80-80s-80 35.888-80 80 35.888 80 80 80 80-35.888 80-80z%22/%3E%3C/svg%3E");
}

.netx-btn-icon-get-inventory::before, .getInventoryIcon[class*=iconInput]::before {
  content: "";
  color: #0e7328;
}

input.netx-btn-icon-get-inventory, input.getInventoryIcon[class*=iconInput] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 512 512%22%3E%3Cpath fill=%22%230e7328%22 d=%22M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z%22/%3E%3C/svg%3E");
}

.netx-btn-icon-clear::before, .clearIcon[class*=iconInput]::before {
  content: "";
  color: #0e7328;
}

input.netx-btn-icon-clear, input.clearIcon[class*=iconInput] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 512 512%22%3E%3Cpath fill=%22%230e7328%22 d=%22M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z%22/%3E%3C/svg%3E");
}

.netx-btn-icon-pdf::before, .pdfIcon[class*=iconInput]::before {
  content: "";
  color: #0e7328;
}

input.netx-btn-icon-pdf, input.pdfIcon[class*=iconInput] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 384 512%22%3E%3Cpath fill=%22%230e7328%22 d=%22M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm250.2-143.7c-12.2-12-47-8.7-64.4-6.5-17.2-10.5-28.7-25-36.8-46.3 3.9-16.1 10.1-40.6 5.4-56-4.2-26.2-37.8-23.6-42.6-5.9-4.4 16.1-.4 38.5 7 67.1-10 23.9-24.9 56-35.4 74.4-20 10.3-47 26.2-51 46.2-3.3 15.8 26 55.2 76.1-31.2 22.4-7.4 46.8-16.5 68.4-20.1 18.9 10.2 41 17 55.8 17 25.5 0 28-28.2 17.5-38.7zm-198.1 77.8c5.1-13.7 24.5-29.5 30.4-35-19 30.3-30.4 35.7-30.4 35zm81.6-190.6c7.4 0 6.7 32.1 1.8 40.8-4.4-13.9-4.3-40.8-1.8-40.8zm-24.4 136.6c9.7-16.9 18-37 24.7-54.7 8.3 15.1 18.9 27.2 30.1 35.5-20.8 4.3-38.9 13.1-54.8 19.2zm131.6-5s-5 6-37.3-7.8c35.1-2.6 40.9 5.4 37.3 7.8z%22/%3E%3C/svg%3E");
}

.netx-btn-icon-lock::before, .lockIcon[class*=iconInput]::before {
  content: "";
  color: #0e7328;
}

input.netx-btn-icon-lock, input.lockIcon[class*=iconInput] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 448 512%22%3E%3Cpath fill=%22%230e7328%22 d=%22M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z%22/%3E%3C/svg%3E");
}

.netx-btn-icon-unlock::before, .unlockIcon[class*=iconInput]::before {
  content: "";
  color: #0e7328;
}

input.netx-btn-icon-unlock, input.unlockIcon[class*=iconInput] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 448 512%22%3E%3Cpath fill=%22%230e7328%22 d=%22M400 256H152V152.9c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v16c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-16C376 68 307.5-.3 223.5 0 139.5.3 72 69.5 72 153.5V256H48c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z%22/%3E%3C/svg%3E");
}

.netx-btn-icon-download::before, .downloadIcon[class*=iconInput]::before {
  content: "";
  color: #0e7328;
}

input.netx-btn-icon-download, input.downloadIcon[class*=iconInput] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 640 512%22%3E%3Cpath fill=%22%230e7328%22 d=%22M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zm-132.9 88.7L299.3 420.7c-6.2 6.2-16.4 6.2-22.6 0L171.3 315.3c-10.1-10.1-2.9-27.3 11.3-27.3H248V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v112h65.4c14.2 0 21.4 17.2 11.3 27.3z%22/%3E%3C/svg%3E");
}

.netx-btn-icon-size-xs {
  line-height: 0.75rem;
  height: 2.125rem;
}
.netx-btn-icon-size-xs::before {
  font-size: 0.75rem;
  height: 0.75rem;
  line-height: 0.75rem;
  width: 0.75rem;
}

input.netx-btn-icon-size-xs {
  background-position: 32 center;
  padding-left: 4.75rem !important;
}
input.netx-btn-icon-size-xs::before {
  content: none;
}

.netx-btn-icon-size-sm {
  line-height: 1rem;
  height: 2.375rem;
}
.netx-btn-icon-size-sm::before {
  font-size: 1rem;
  height: 1rem;
  line-height: 1rem;
  width: 1rem;
}

input.netx-btn-icon-size-sm {
  background-position: 32 center;
  padding-left: 5rem !important;
}
input.netx-btn-icon-size-sm::before {
  content: none;
}

.netx-btn-icon-size-md {
  line-height: 1.5rem;
  height: 2.875rem;
}
.netx-btn-icon-size-md::before {
  font-size: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  width: 1.5rem;
}

input.netx-btn-icon-size-md {
  background-position: 32 center;
  padding-left: 5.5rem !important;
}
input.netx-btn-icon-size-md::before {
  content: none;
}

.netx-btn-icon-size-lg {
  line-height: 2rem;
  height: 3.375rem;
}
.netx-btn-icon-size-lg::before {
  font-size: 2rem;
  height: 2rem;
  line-height: 2rem;
  width: 2rem;
}

input.netx-btn-icon-size-lg {
  background-position: 32 center;
  padding-left: 6rem !important;
}
input.netx-btn-icon-size-lg::before {
  content: none;
}

.netx-btn-icon-size-xl {
  line-height: 2.5rem;
  height: 3.875rem;
}
.netx-btn-icon-size-xl::before {
  font-size: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  width: 2.5rem;
}

input.netx-btn-icon-size-xl {
  background-position: 32 center;
  padding-left: 6.5rem !important;
}
input.netx-btn-icon-size-xl::before {
  content: none;
}

.netx-btn-icon-color-primary::before {
  color: #0e7328;
}

.netx-btn-icon-color-secondary::before {
  color: #6c757d;
}

.netx-btn-icon-color-success::before {
  color: #28a745;
}

.netx-btn-icon-color-info::before {
  color: #117a8a;
}

.netx-btn-icon-color-warning::before {
  color: #f6d922;
}

.netx-btn-icon-color-danger::before {
  color: #ff0000;
}

.netx-btn-icon-color-light::before {
  color: #eee;
}

.netx-btn-icon-color-dark::before {
  color: #333;
}

.netx-btn-icon-color-alt-one::before {
  color: #0e7328;
}

.netx-btn-icon-color-alt-two::before {
  color: #d9eede;
}

.netx-btn-icon-color-alt-three::before {
  color: #0b6122;
}

.netx-btn-icon-color-alt-four::before {
  color: #13a138;
}

.netx-btn-icon-color-alt-five::before {
  color: #1f292b;
}

.buttons {
  margin-bottom: -0.3125rem;
}
.buttons > * {
  margin-bottom: 0.3125rem;
}
.buttons > *:not(:last-child) {
  margin-right: 0.3125rem;
}

.call-to-action {
  filter: drop-shadow(0.25rem 0.25rem 0.25rem #495057);
  /*
  outline: 1px solid #fff;
  outline-offset: px-rem(-3);
  */
}

/* NetX Standards: Button Groups */
/* NetX Standards: Buttons Bar */
.netx-buttons-bar {
  background-color: #e0e0e0;
  border-top: 1px solid #aaa;
  min-height: 2.75rem;
}

.netx-buttons-bar-content {
  padding: 0.3125rem !important;
}

.netx-buttons-bar-content-empty {
  padding: 0 !important;
}

@media (min-width: 576px) {
  .netx-buttons-bar-middle {
    text-align: center;
  }

  .netx-buttons-bar-right {
    margin-left: auto;
    text-align: right;
  }
}
@media (max-width: 575.98px) {
  .netx-buttons-bar-content:not(:first-child),
.netx-buttons-bar-content + .netx-buttons-bar-content-empty + .netx-buttons-bar-content {
    border-top: 1px solid #aaa;
  }

  .netx-buttons-bar-content-empty + .netx-buttons-bar-content {
    border-top: none;
  }
}
.netx-buttons-bar-item {
  padding: 0.3125rem;
}
@media (min-width: 768px) {
  .netx-buttons-bar-item {
    display: inline-block;
  }
}

.netx-tooltip,
.netxToolTip {
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: inherit;
}

/* NetX Standards: Server and SVN info nav display links */
div.svn_nav_display {
  border-bottom: 1px solid #aaa;
  color: #bbb;
  font-size: 0.625rem;
  line-height: 0.8125rem;
  padding: 0.3125rem 0.375rem;
  vertical-align: middle;
}
div.svn_nav_display .fa {
  color: inherit !important;
  font-size: 0.8125rem !important;
  line-height: inherit !important;
  vertical-align: inherit !important;
}
div.svn_nav_display a {
  color: inherit !important;
  font-family: inherit;
  font-size: inherit !important;
  font-weight: inherit;
}
div.svn_nav_display div.svn_server_info,
div.svn_nav_display div.svn_branch_info {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: inherit !important;
  white-space: nowrap;
}
div.svn_nav_display div.svn_server_info {
  width: 67%;
}
div.svn_nav_display div.svn_server_info .fa {
  padding-right: 0.1875rem;
}
div.svn_nav_display div.svn_branch_info {
  text-align: right;
  width: 33%;
}

/* NetX Standards: Special Instructions */
div.specialInstructions {
  border: 1px solid #ccc;
  border-radius: 0.3125rem;
  box-sizing: border-box;
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.375rem 0.5rem;
  margin: 0;
}
div.specialInstructions > label:first-child,
div.specialInstructions > span:first-child {
  color: #800000;
  display: block;
  font-size: 0.875rem;
  line-height: 1rem;
  margin: 0 0 0.375rem;
  padding: 0;
}
div.specialInstructions > label:first-child:before,
div.specialInstructions > span:first-child:before {
  content: "";
  display: inline-block;
  font: normal normal normal 0.9375rem FontAwesome;
  font-size: inherit;
  padding: 0 0.25rem 0 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* NetX Standards: Fontawesome Icon wrap */
.r-fa-icon-wrap {
  display: inline-block;
}

.r-fa-icon-wrap-icon {
  display: inline-block;
}

.r-fa-icon-wrap-text {
  display: inline-block;
  padding: 0 0.4em;
}

/* NetX Standards: DevDemoCodeDoc component */
.dvd-code-doc-set {
  background: #fff;
  border-bottom: 0.5rem solid #ccc;
  border-radius: 0.1875rem;
  font-size: 1.125rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.dvd-code-doc-block, .dvd-code-doc-description,
.dvd-code-doc-input,
.dvd-code-doc-output,
.dvd-code-doc-render {
  border: 0.5rem solid #ccc;
  border-bottom: 0;
  font-size: 1rem;
  position: relative;
}

.dvd-code-doc-label {
  background: #ccc;
  color: #333;
  font-size: 0.9167rem;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0 0.5rem 0.5rem;
  text-transform: uppercase;
}

.dvd-code-doc-content,
.dvd-code-doc-code {
  border: 1px solid #aaa;
}

.dvd-code-doc-content {
  color: #333;
  padding: 1.25rem;
}

.dvd-code-doc-code pre {
  margin: 0;
  white-space: pre-wrap;
}

/* NetX Standards: Wizard */
div.wizardContent {
  background-color: #fff;
  color: #000;
  border: 1px solid #111;
  padding: 0.625rem;
  overflow: auto;
  margin-bottom: 2.625rem;
}

div.wizardHeader {
  border: 1px solid #666;
  background-color: #ddd;
  font-size: 0.8125rem;
  padding: 0.3125rem 0.625rem 0.4375rem;
  margin: 0;
  z-index: 500;
}

div.wizardButtons {
  width: 100%;
  z-index: 1000;
}
div.wizardButtons > div {
  background-color: #ddd;
  border: 1px solid #999;
  border-top-color: #666;
  bottom: 1.25rem;
  height: 2.3125rem;
  left: 16.0625rem;
  margin: 0;
  position: fixed;
  right: 1.375rem;
  z-index: 1000;
}
div.wizardButtons > div > div {
  display: inline-block;
  width: 50%;
}
div.wizardButtons > div > div:first-child {
  text-align: left;
}
div.wizardButtons > div > div:first-child.width30 {
  width: 30%;
}
div.wizardButtons > div > div:last-child {
  text-align: right;
}
div.wizardButtons > div > div:last-child.width70 {
  width: 70%;
}
div.wizardButtons > div > div.bigWizardButtonContainer {
  width: 80%;
}
div.wizardButtons > div > div.smallWizardButtonContainer {
  width: 20%;
}
div.wizardButtons > div > div > div {
  margin: 0.3125rem 0.625rem;
}

.navigation-menu-hidden:not(.navigation-menu-pinned) div.wizardButtons > div {
  left: 1.375rem;
}

div.plainLayout div.wizardButtons > div {
  background-color: #ccc;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  height: 2.375rem;
}

div.dialogWizard div.ui-dialog-buttonset,
div.dialogWizard div.ui-dialog-buttonpane {
  margin: 0;
  padding: 0;
  width: 100%;
}
div.dialogWizard div.ui-dialog-buttonset button {
  margin: 0.5rem !important;
}
div.dialogWizard div.ui-dialog-buttonset button:first-child {
  float: left;
}
div.dialogWizard div.ui-dialog-buttonset button:last-child {
  float: right;
}

/* NetX Standards: Utility: Vertical alignment */
.alignBaseline {
  vertical-align: baseline;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.alignTextBottom {
  vertical-align: text-bottom;
}

.alignTextTop {
  vertical-align: text-top;
}

/* NetX Standards: Utility: Background */
.whiteBg {
  background-color: #fff !important;
  color: #000 !important;
}

.lightBg {
  background-color: #e0e0e0 !important;
  color: #000 !important;
}

.mediumBg {
  background-color: #666 !important;
  color: #fff !important;
}

.darkBg {
  background-color: #222 !important;
  color: #fff !important;
}

/* NetX Standards: Utility: Borders */
.lightBorder {
  border: 1px solid #ccc;
}

.mediumBorder {
  border: 1px solid #666;
}

.darkBorder {
  border: 1px solid #000;
}

.noBorder {
  border: none !important;
}

.noTopBorder {
  border-top: none !important;
}

.noBottomBorder {
  border-bottom: none !important;
}

.radius8 {
  border-radius: 0.5rem;
}

/* NetX Standards: Utility: Display */
.displayNone {
  display: none;
}

.displayShow {
  display: inherit;
}

.displayInlineBlock {
  display: inline-block;
}

.displayBlock {
  display: block;
}

/* NetX Standards: Utility: Float */
.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

/* NetX Standards: Utility: Sizing */
.width5 {
  width: 5%;
}

.width10 {
  width: 10%;
}

.width20 {
  width: 20%;
}

.width30 {
  width: 30%;
}

.width33 {
  width: 33.3%;
}

.width40 {
  width: 40%;
}

.width50 {
  width: 50%;
}

.width60 {
  width: 60%;
}

.width70 {
  width: 70%;
}

.width80 {
  width: 80%;
}

.width90 {
  width: 90%;
}

.width95 {
  width: 95%;
}

.width100 {
  width: 100%;
}

.height100 {
  height: 100%;
}

/* NetX Standards: Utility: Spacing */
.margin0 {
  margin: 0 !important;
}

.margin5 {
  margin: 5px !important;
}

.margin10 {
  margin: 10px !important;
}

.margin15 {
  margin: 15px !important;
}

.margin20 {
  margin: 20px !important;
}

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

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

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

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

.marginTop5 {
  margin-top: 5px !important;
}

.marginBottom5 {
  margin-bottom: 5px !important;
}

.marginRight5 {
  margin-right: 5px !important;
}

.marginLeft5 {
  margin-left: 5px !important;
}

.marginTop10 {
  margin-top: 10px !important;
}

.marginBottom10 {
  margin-bottom: 10px !important;
}

.marginRight10 {
  margin-right: 10px !important;
}

.marginLeft10 {
  margin-left: 10px !important;
}

.marginTop15 {
  margin-top: 15px !important;
}

.marginBottom15 {
  margin-bottom: 15px !important;
}

.marginRight15 {
  margin-right: 15px !important;
}

.marginLeft15 {
  margin-left: 15px !important;
}

.marginTop20 {
  margin-top: 20px !important;
}

.marginBottom20 {
  margin-bottom: 20px !important;
}

.marginRight20 {
  margin-right: 20px !important;
}

.marginLeft20 {
  margin-left: 20px !important;
}

.padding0 {
  padding: 0 !important;
}

.padding5 {
  padding: 5px !important;
}

.padding10 {
  padding: 10px !important;
}

.padding15 {
  padding: 15px !important;
}

.padding20 {
  padding: 20px !important;
}

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

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

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

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

.paddingTop5 {
  padding-top: 5px !important;
}

.paddingBottom5 {
  padding-bottom: 5px !important;
}

.paddingRight5 {
  padding-right: 5px !important;
}

.paddingLeft5 {
  padding-left: 5px !important;
}

.paddingTop10 {
  padding-top: 10px !important;
}

.paddingBottom10 {
  padding-bottom: 10px !important;
}

.paddingRight10 {
  padding-right: 10px !important;
}

.paddingLeft10 {
  padding-left: 10px !important;
}

.paddingTop15 {
  padding-top: 15px !important;
}

.paddingBottom15 {
  padding-bottom: 15px !important;
}

.paddingRight15 {
  padding-right: 15px !important;
}

.paddingLeft15 {
  padding-left: 15px !important;
}

.paddingTop20 {
  padding-top: 20px !important;
}

.paddingBottom20 {
  padding-bottom: 20px !important;
}

.paddingRight20 {
  padding-right: 20px !important;
}

.paddingLeft20 {
  padding-left: 20px !important;
}

/* NetX Standards: Utility: Text */
wbr:after {
  content: "​";
}

.textLeft {
  text-align: left;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.textNoWrap {
  white-space: nowrap;
}

.textPreWrap {
  white-space: pre-wrap;
}

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

.decorationNone,
a.decorationNone {
  text-decoration: none;
}

.lineHeight1 {
  line-height: 1 !important;
}

.macFont {
  font-family: monospace;
}

span.stdBlackText {
  color: #000;
  font-size: 1rem;
  font-weight: normal;
}

/* NetX Standards: Print */
@media print {
  body {
    margin: 0;
  }

  @page {
    size: auto;
    margin: 6mm 2mm 5mm 2mm;
  }
  div.side-bar-container,
div.top-bar-container,
div.screen-trim,
div.breadcrumbs,
div.navigationMenu,
a.navigationLogo,
div.netxTreeview,
#netxNotifications {
    display: none;
  }

  div.body-container,
div.main-container {
    display: inline;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  div.maverickContent {
    display: inline;
    width: 100%;
  }

  div.ui-accordion {
    height: auto;
  }
  div.ui-accordion div.ui-accordion-content {
    display: block !important;
    border: 1px solid #666;
  }
  div.ui-accordion > h3.ui-accordion-header {
    border-radius: 0;
    border: 2px solid #000;
  }
  div.ui-accordion > h3.ui-accordion-header > span.ui-icon {
    display: none;
  }
  div.ui-accordion input[type=submit] {
    display: none;
  }
  div.ui-accordion div#reportResults {
    display: block !important;
    padding-bottom: 300px;
  }
}
.account-settings {
  margin-top: 3rem;
}
.account-settings .accordion-item .accordion-header {
  background-color: #f5f5f5;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.account-settings .accordion-item .accordion-body {
  border: none;
  padding: 0;
  margin-bottom: 2rem;
}

/* RWD Core: Base Elements */
body {
  line-height: 1.5;
}

h1 {
  line-height: normal;
}

h2 {
  font-weight: normal;
}

h3 {
  font-weight: bold;
}

h4 {
  line-height: 1.5625rem;
}

h5 {
  font-weight: bold;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  padding: 0;
}

.netxusa-common-border {
  border: 0.0625rem solid #ced4da;
}

.netxusa-common-bottom-border {
  border-bottom: 0.0625rem solid #ced4da;
}

.netxusa-common-top-border {
  border-top: 0.0625rem solid #ced4da;
}

.netxusa-col-no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.netxusa-header-admin {
  padding-top: 0.375rem;
  padding-bottom: 0.625rem;
}
.netxusa-header-admin .nav .nav-item:not(.header-admin-nav-user) {
  display: none;
}
@media (min-width: 1200px) {
  .netxusa-header-admin .nav .nav-item:not(.header-admin-nav-user) {
    display: list-item;
  }
}
.netxusa-header-admin .nav .navbar {
  padding: 0;
}
@media (min-width: 1200px) {
  .netxusa-header-admin .nav .dropdown-toggle::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .netxusa-header-admin .nav .dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(10, 10, 10, 0.3);
    margin-top: 0.625rem;
    padding: 30px 14px;
    min-width: 230px;
  }
}
.netxusa-header-admin .nav .dropdown-menu .nav-link, .netxusa-header-admin .nav .dropdown-menu .nav-text {
  color: #333;
  font-size: 14px;
  text-transform: none;
}
.netxusa-header-admin .nav .dropdown-menu > ul .nav-item:not(:last-child) > .nav-link, .netxusa-header-admin .nav .dropdown-menu > ul .nav-item:not(:last-child) > .nav-text {
  padding-bottom: 6px;
}
.netxusa-header-admin .nav .nav-link, .netxusa-header-admin .nav .nav-text {
  display: inline-block;
  color: #666;
  font-size: 0.75rem;
  padding: 0 1.125rem;
}
.netxusa-header-admin .nav a.nav-link, .netxusa-header-admin .nav a.nav-text {
  text-transform: uppercase;
}
.netxusa-header-admin .nav a.nav-link:hover, .netxusa-header-admin .nav a.nav-text:hover {
  color: #0e7328;
}
.netxusa-header-admin .nav a.nav-link-sign-out {
  color: #0e7328;
}
.netxusa-header-admin .netxusa-user-profile-menu {
  box-shadow: 0 2px 4px rgba(10, 10, 10, 0.3);
  padding: 1.5rem 1.5rem !important;
  font-size: 0.875rem;
  min-width: 14.0625rem !important;
}
.netxusa-header-admin .netxusa-user-profile-menu .nav-item {
  margin-bottom: 0.5rem;
}
.netxusa-header-admin .netxusa-user-profile-menu .nav-item .nav-link, .netxusa-header-admin .netxusa-user-profile-menu .nav-item .nav .nav-text, .netxusa-header-admin .nav .netxusa-user-profile-menu .nav-item .nav-text {
  padding: 0;
}

.netxusa-header-main {
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .netxusa-header-main {
    padding-top: 1.5625rem;
  }
}
.netxusa-header-main .logo {
  display: inline-block;
  width: 10.8125rem;
  height: 2.5rem;
}
@media (min-width: 1200px) {
  .netxusa-header-main .navbar-collapse {
    display: block;
  }
  .netxusa-header-main .navbar-collapse .container-xl {
    max-width: 1140px;
    width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 1199.98px) {
  .netxusa-header-main .navbar-collapse .container-xl {
    max-width: 1140px;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.netxusa-header-main .netxusa-header-main-nav .menu-user-profile {
  display: block;
}
@media (min-width: 1200px) {
  .netxusa-header-main .netxusa-header-main-nav .menu-user-profile {
    display: none;
  }
}
.netxusa-header-main .netxusa-header-main-nav .nav {
  flex-direction: column;
}
.netxusa-header-main .netxusa-header-main-nav .nav .dropdown-toggle::after {
  font-weight: 900;
}
@media (min-width: 1200px) {
  .netxusa-header-main .netxusa-header-main-nav .nav .dropdown-toggle::after {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .netxusa-header-main .netxusa-header-main-nav .nav {
    background: #fff;
  }
  .netxusa-header-main .netxusa-header-main-nav .nav .nav-link, .netxusa-header-main .netxusa-header-main-nav .netxusa-header-admin .nav .nav-text, .netxusa-header-admin .netxusa-header-main .netxusa-header-main-nav .nav .nav-text {
    color: #666;
    border-bottom: 1px solid #eee;
    padding: 1rem 1.25rem;
    width: 100%;
  }
  .netxusa-header-main .netxusa-header-main-nav .nav .nav-link:hover, .netxusa-header-main .netxusa-header-main-nav .netxusa-header-admin .nav .nav-text:hover, .netxusa-header-admin .netxusa-header-main .netxusa-header-main-nav .nav .nav-text:hover {
    color: #0e7328;
  }
  .netxusa-header-main .netxusa-header-main-nav .nav .dropdown-toggle::after {
    color: #0e7328;
    float: right;
    border: none;
    content: "";
    position: relative;
    top: 6px;
  }
  .netxusa-header-main .netxusa-header-main-nav .nav .dropdown-toggle[aria-expanded=true]::after {
    content: "";
  }
  .netxusa-header-main .netxusa-header-main-nav .nav .megamenu {
    border: none;
    top: 0;
    position: relative;
    border-radius: 0;
    width: 100%;
  }
  .netxusa-header-main .netxusa-header-main-nav .nav .megamenu .nav-link, .netxusa-header-main .netxusa-header-main-nav .netxusa-header-admin .nav .megamenu .nav-text, .netxusa-header-admin .netxusa-header-main .netxusa-header-main-nav .nav .megamenu .nav-text {
    border: none;
    padding: 0.325rem 1.25rem;
  }
  .netxusa-header-main .netxusa-header-main-nav .nav .megamenu-title {
    display: none;
  }
}
.netxusa-header-main .netxusa-header-main-nav .nav-item.navbar {
  padding: 0;
}
@media (min-width: 1200px) {
  .netxusa-header-main .netxusa-header-main-nav .nav {
    flex-direction: row;
  }
  .netxusa-header-main .netxusa-header-main-nav .nav-item:first-child .nav-link, .netxusa-header-main .netxusa-header-main-nav .nav-item:first-child .netxusa-header-admin .nav .nav-text, .netxusa-header-admin .nav .netxusa-header-main .netxusa-header-main-nav .nav-item:first-child .nav-text {
    padding-left: 0;
  }
  .netxusa-header-main .netxusa-header-main-nav .nav-item.navbar {
    position: inherit;
  }
  .netxusa-header-main .netxusa-header-main-nav .dropdown-toggle::after {
    display: none;
  }
  .netxusa-header-main .netxusa-header-main-nav .megamenu {
    background: #fff;
    box-shadow: 0 5px 10px rgba(10, 10, 10, 0.3);
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 1.5625rem;
    top: 2.4125rem;
    z-index: 2000;
  }
  .netxusa-header-main .netxusa-header-main-nav .megamenu.megamenu-medium {
    left: inherit;
    width: auto;
    min-width: 500px;
  }
  .netxusa-header-main .netxusa-header-main-nav .megamenu.megamenu-small {
    left: inherit;
    width: auto;
    min-width: 270px;
  }
  .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title {
    border-bottom: 1px solid #ddd;
    font-size: 1.625rem;
    padding-bottom: 0.625rem;
    color: #13a138;
  }
  .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .fas, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .rma-view .accordion-toggle::before, .rma-view .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .accordion-toggle::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .ticket-view .accordion-toggle::before, .ticket-view .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .accordion-toggle::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netxusa-footer .netxusa-footer-nav-header.navbar::after, .netxusa-footer .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netxusa-footer-nav-header.navbar::after, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .navbar-cart .navbar-cart-icon, .netxusa-header-main .navbar-cart .netxusa-header-main-nav .megamenu .megamenu-title .navbar-cart-icon, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-image, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-ach, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .achIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-add, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .addIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-additional, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .additionalIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-admin, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .adminIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-bookmark, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .bookmarkIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-bookmarked, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .bookmarkedIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-calendar, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .calendarIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-circle, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-clock, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .clockIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-close, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .closeIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-comment, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .commentIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-compress, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-copy, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .copyIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-credit-card-approved, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .creditCardApprovedIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-credit, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .creditIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-csv, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .csvIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-danger, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-delete, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .deleteIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-deny, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .denyIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-doc, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .docIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-download, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .downloadIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-dummy, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .dummyIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-edit, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .editIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-error, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .errorIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-expand, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .fullscreenLightIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-extension-locked, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .extensionLockedIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-extension-unlocked, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .extensionUnlockedIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-fax, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .faxIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-file-build-hold-lock, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-flag-gray, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .flagGrayIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-flag-red, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .flagRedIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-folder, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .folderIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-get-inventory, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .getInventoryIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-info, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .informationIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-label, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .labelIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-link, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .linkIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-loading-20, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-loading-32, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-loading, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-locked, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .lockedIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-mail-alert, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .mailAlertIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-mail, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .mailIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-move, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .moveIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-not-provisioned, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .notProvisionedIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-phone, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .phoneIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-print, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .printIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-provision-lock, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .provisionLockIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-provisioned, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .provisionedIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-rebate, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .rebateIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-refresh, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .refreshIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-rss, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .rssIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-rule, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .ruleIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-save, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .saveIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-search, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .searchIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-settings, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .settingsIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-skull, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .skullIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-square-full, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-square, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-star-gray, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .starGrayIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-star-half, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .starHalfIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-star, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .starIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-success, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .successIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-tip, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .infoIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-unlocked, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .unlockedIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-view, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-icon-warning, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .warningIcon:not([class*=iconInput]), .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .errorSummary li::before, .errorSummary .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title li::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .ui-icon-closethick, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title div.gridWrap div.grid-view.grid-view-loading::after, div.gridWrap .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title div.grid-view.grid-view-loading::after, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-btn-icon-add::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .addIcon[class*=iconInput]::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-btn-icon-search::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .searchIcon[class*=iconInput]::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-btn-icon-print::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .printIcon[class*=iconInput]::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-btn-icon-comment::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .commentIcon[class*=iconInput]::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-btn-icon-email::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .emailIcon[class*=iconInput]::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-btn-icon-delete::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .deleteIcon[class*=iconInput]::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-btn-icon-copy::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .copyIcon[class*=iconInput]::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-btn-icon-update::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .updateIcon[class*=iconInput]::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-btn-icon-move::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .moveIcon[class*=iconInput]::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-btn-icon-settings::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .settingsIcon[class*=iconInput]::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-btn-icon-get-inventory::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .getInventoryIcon[class*=iconInput]::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-btn-icon-clear::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .clearIcon[class*=iconInput]::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-btn-icon-lock::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .lockIcon[class*=iconInput]::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-btn-icon-unlock::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .unlockIcon[class*=iconInput]::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .netx-btn-icon-download::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .downloadIcon[class*=iconInput]::before, .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title .nav .dropdown-toggle::after, .netxusa-header-main .netxusa-header-main-nav .nav .megamenu .megamenu-title .dropdown-toggle::after {
    color: #999;
    font-size: 0.9375rem;
    position: relative;
    top: -3px;
    margin-left: 0.625rem;
  }
  .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title > a {
    color: #13a138;
  }
  .netxusa-header-main .netxusa-header-main-nav .megamenu .megamenu-title > a:hover {
    text-decoration: none;
  }
  .netxusa-header-main .netxusa-header-main-nav .megamenu .nav-item .nav-link, .netxusa-header-main .netxusa-header-main-nav .megamenu .nav-item .netxusa-header-admin .nav .nav-text, .netxusa-header-admin .nav .netxusa-header-main .netxusa-header-main-nav .megamenu .nav-item .nav-text {
    color: #333;
    padding: 0.375rem 0;
  }
  .netxusa-header-main .netxusa-header-main-nav .megamenu .nav-item .nav-link:hover, .netxusa-header-main .netxusa-header-main-nav .megamenu .nav-item .netxusa-header-admin .nav .nav-text:hover, .netxusa-header-admin .nav .netxusa-header-main .netxusa-header-main-nav .megamenu .nav-item .nav-text:hover {
    color: #0e7328;
  }
}
@media (min-width: 1200px) {
  .netxusa-header-main .netxusa-header-main-nav .nav-link, .netxusa-header-main .netxusa-header-main-nav .netxusa-header-admin .nav .nav-text, .netxusa-header-admin .nav .netxusa-header-main .netxusa-header-main-nav .nav-text {
    color: #fff;
    padding: 0 1.125rem;
  }
  .netxusa-header-main .netxusa-header-main-nav .nav-link:hover, .netxusa-header-main .netxusa-header-main-nav .netxusa-header-admin .nav .nav-text:hover, .netxusa-header-admin .nav .netxusa-header-main .netxusa-header-main-nav .nav-text:hover {
    color: #eee;
  }
}
.netxusa-header-main .netxusa-header-main-search {
  display: none;
  /*
  .advanced-menu {
  	box-shadow: 0 2px 4px rgba(10, 10, 10, 0.3);
  	padding: 50px;
  }
  */
}
.netxusa-header-main .netxusa-header-main-search #header-search {
  border-color: #d9eede;
  min-height: 38px !important;
}
@media (min-width: 1200px) {
  .netxusa-header-main .netxusa-header-main-search {
    display: block;
    text-align: right;
    float: right;
    padding-right: 2rem;
  }
}
.netxusa-header-main .netxusa-header-main-search .label {
  position: relative;
}
.netxusa-header-main .netxusa-header-main-search .form-control, .netxusa-header-main .netxusa-header-main-search select,
.netxusa-header-main .netxusa-header-main-search textarea,
.netxusa-header-main .netxusa-header-main-search input[type=email], .netxusa-header-main .netxusa-header-main-search input[type=number], .netxusa-header-main .netxusa-header-main-search input[type=password], .netxusa-header-main .netxusa-header-main-search input[type=search], .netxusa-header-main .netxusa-header-main-search input[type=tel], .netxusa-header-main .netxusa-header-main-search input[type=text], .netxusa-header-main .netxusa-header-main-search input[type=url] {
  width: auto;
  display: inline-block;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .netxusa-header-main .netxusa-header-main-search .form-control, .netxusa-header-main .netxusa-header-main-search select,
.netxusa-header-main .netxusa-header-main-search textarea,
.netxusa-header-main .netxusa-header-main-search input[type=email], .netxusa-header-main .netxusa-header-main-search input[type=number], .netxusa-header-main .netxusa-header-main-search input[type=password], .netxusa-header-main .netxusa-header-main-search input[type=search], .netxusa-header-main .netxusa-header-main-search input[type=tel], .netxusa-header-main .netxusa-header-main-search input[type=text], .netxusa-header-main .netxusa-header-main-search input[type=url] {
    min-width: 24rem;
  }
}
.netxusa-header-main .netxusa-header-main-search .netxusa-advanced-search-options {
  position: absolute;
  cursor: pointer;
  color: #0e7328;
  height: 2.375rem;
  width: 2.5rem;
  padding: 0.625rem;
  margin: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1px solid #eee;
  /*
  &::after {
  	display: none;
  }

  &:hover {
  	color: $gray-200;
  }
  */
  /*
  &::before {
  	content: '';
  	display: inline-block;
  	width: 13px;
  	height: 13px;
  	background-size: 100%;
  	background: url('../images/icon-checkbox.svg') no-repeat center;
  	margin-right: 10px;
  	position: relative;
  	top: 3px;
  }

  &.active {
  	&::before {
  		background-image: url('../images/icon-checkbox-selected.svg');
  	}
  }
  */
}
.netxusa-header-main .netxusa-header-main-search .netxusa-advanced-search-options:focus {
  outline: none;
}
.netxusa-header-main .netxusa-header-main-search .netxusa-advanced-search-options-menu {
  box-shadow: 0 2px 4px rgba(10, 10, 10, 0.3);
  padding: 1rem;
  font-size: 0.875rem;
}
.netxusa-header-main .netxusa-header-main-search .netxusa-advanced-search-options-menu select, .netxusa-header-main .netxusa-header-main-search .netxusa-advanced-search-options-menu input {
  font-size: 0.875rem;
}
.netxusa-header-main .netxusa-header-main-search .netxusa-advanced-search-options-menu .netxusa-toolbutton-bar {
  text-align: center;
}
.netxusa-header-main .netxusa-header-main-search .netxusa-advanced-search-options-menu .netxusa-toolbutton {
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
}
.netxusa-header-main .netxusa-header-main-mobile-search {
  padding: 0.5rem;
  background-color: #fff;
}
.netxusa-header-main .netxusa-header-main-mobile-search .fullwidth {
  width: 100%;
}
.netxusa-header-main .netxusa-header-main-search .netxusa-search-button, .netxusa-header-main .netxusa-header-main-mobile-search .netxusa-search-button {
  position: absolute;
  cursor: pointer;
  color: #0e7328;
  right: 0;
  height: 2.375rem;
  width: 2.5rem;
  padding: 0.625rem;
  margin: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.netxusa-header-main .navbar-toggler {
  background: none;
  color: #fff;
  border: none;
  padding: 0.25rem 0.5rem;
}
.netxusa-header-main .navbar-toggler:active {
  background: none;
  color: #fff;
}
.netxusa-header-main .navbar-toggler:not(:disabled):not(.disabled):active {
  background: none;
  color: #fff;
}
.netxusa-header-main .navbar-toggler:hover {
  background: none;
}
.netxusa-header-main .navbar-toggler:focus {
  outline: none;
  background-color: transparent;
}
.netxusa-header-main .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.netxusa-header-main .navbar-cart {
  float: right;
  background-color: #13a138;
  color: #fff;
  border: none;
  padding: 0.25rem 0.5rem;
}
.netxusa-header-main .navbar-cart:active {
  background: none;
  color: #fff;
}
.netxusa-header-main .navbar-cart:not(:disabled):not(.disabled):active {
  background: none;
  color: #fff;
}
.netxusa-header-main .navbar-cart:hover {
  background: none;
}
.netxusa-header-main .navbar-cart:focus {
  outline: none;
  background-color: transparent;
}
.netxusa-header-main .navbar-cart .navbar-cart-icon {
  font-weight: 900;
  color: #fff;
  content: "";
}
@media (min-width: 1200px) {
  .netxusa-header-main .navbar-cart .navbar-cart-icon {
    display: none;
  }
}
.netxusa-header-main .mobile-search {
  background: #f5f5f5;
  padding: 10px 1.25rem;
}
.netxusa-header-main .mobile-search .header-main-search-label {
  display: flex;
}

@media (min-width: 576px) {
  .list-columns {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .list-columns {
    column-count: 3;
  }
}
.header-main-logo img {
  width: 200px;
}

.netxusa-footer {
  /*
  .netxusa-footer-mobile-menu-header {
  	&.active {
  		.navbar::after {
  			content: fa-content($fa-var-chevron-up);
  		}
  	}
  }

   */
}
.netxusa-footer .netxusa-footer-header {
  color: #fff;
  text-transform: uppercase !important;
}
.netxusa-footer .netxusa-footer-nav-header {
  color: #fff;
  text-transform: uppercase !important;
}
.netxusa-footer .netxusa-footer-nav .nav-link, .netxusa-footer .netxusa-footer-nav .netxusa-header-admin .nav .nav-text, .netxusa-header-admin .nav .netxusa-footer .netxusa-footer-nav .nav-text {
  color: #fff;
  font-size: 0.875rem;
  padding: 0.25rem 0;
}
.netxusa-footer .netxusa-footer-nav .nav-link:hover, .netxusa-footer .netxusa-footer-nav .netxusa-header-admin .nav .nav-text:hover, .netxusa-header-admin .nav .netxusa-footer .netxusa-footer-nav .nav-text:hover {
  color: #eee;
}
@media (max-width: 991.98px) {
  .netxusa-footer .netxusa-footer-nav .netxusa-footer-nav-manufacturers .nav-item:nth-child(n+11) {
    display: none;
  }
}
.netxusa-footer .netxusa-footer-nav.dropdown-menu {
  z-index: 0;
}
@media (max-width: 991.98px) {
  .netxusa-footer .netxusa-footer-nav.dropdown-menu {
    background: none;
    border: none;
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
  }
  .netxusa-footer .netxusa-footer-nav.dropdown-menu .list-unstyled {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .netxusa-footer .netxusa-footer-nav.dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    min-width: inherit;
    float: none;
  }
}
@media (min-width: 992px) {
  .netxusa-footer .netxusa-footer-nav-header {
    display: none;
  }
}
.netxusa-footer .netxusa-footer-nav-header.navbar {
  padding: 0 0 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 1.25rem;
}
.netxusa-footer .netxusa-footer-nav-header.navbar:hover {
  text-decoration: none;
}
.netxusa-footer .netxusa-footer-nav-header.navbar::after {
  font-weight: 900;
  color: #fff;
  content: "";
  border: none;
  font-size: 0.875rem;
}
.netxusa-footer .netxusa-footer-nav-header.navbar[aria-expanded=true]::after {
  content: "";
}
.netxusa-footer .netxusa-footer-nav-header.navbar[aria-expanded=true] + .bs-row .netxusa-footer-nav {
  display: block;
}
@media (max-width: 991.98px) {
  .netxusa-footer .netxusa-footer-header {
    display: none;
  }
}
.netxusa-footer .footer-address {
  font-size: 1rem;
  color: #fff;
}
.netxusa-footer .color-white {
  color: #fff;
}
@media (max-width: 991.98px) {
  .netxusa-footer .netxusa-footer-col.show {
    padding-bottom: 1.875rem;
  }
}

.netxusa-subfooter .legal_links {
  float: right;
  display: table;
  margin: 0.5em;
}
.netxusa-subfooter .legal_links li {
  display: table-cell;
  padding-right: 0.4em;
}

.netxusa-breadcrumbs {
  margin: 1.85rem 0;
  font-size: 0.75rem;
}
.netxusa-breadcrumbs-item.active, .netxusa-breadcrumbs-item::before {
  color: #333;
}
.netxusa-breadcrumbs-item + .breadcrumb-item::before {
  color: #333;
}

.breadcrumb {
  font-size: 0.75rem;
}
.breadcrumb-item.active, .breadcrumb-item::before {
  color: #333;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #333;
}

.table {
  font-size: 0.875rem;
}
@media (max-width: 991.98px) {
  .table .filter {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .table .button-group .btn, .table .button-group button,
.table .button-group input[type=button], .table .button-group input[type=image], .table .button-group input[type=reset], .table .button-group input[type=submit] {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.table .pagination {
  font-size: 0.875rem;
}
.table .pagination .text {
  padding: 0 0.625rem;
}
.table .filter {
  border-bottom: 1px solid #ddd;
}
.table .filter tr th {
  vertical-align: middle;
}
.table .filter tr:first-child th {
  min-width: 5.9375rem;
}
.table .filter tr:last-child .width-20 {
  min-width: 13.75rem;
}
@media (max-width: 991.98px) {
  .table .responsive tbody {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
  }
  .table .responsive tbody > tr {
    border: 1px solid #ddd;
    margin-bottom: 1.25rem;
    width: 100%;
  }
  .table .responsive tbody > tr:nth-of-type(even) {
    background: none;
  }
  .table .responsive tbody > tr td {
    display: flex;
    width: 100%;
    padding: 10px 15px;
  }
  .table .responsive tbody > tr td > span {
    display: block;
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .table .responsive tbody {
    flex-direction: column;
    width: 100%;
  }
  .table .responsive tbody > tr {
    width: 100%;
  }
}

.width-20 {
  width: 20%;
}

.table-scroll {
  overflow-x: auto;
}

.manufacturer-info .more > span {
  display: none;
}

/* RWD Core: Base Elements */
.products-page-header {
  background-color: #000;
  background-image: url("/images/backgrounds/radial_mesh.jpg");
  background-size: cover;
  height: 15.625rem;
  margin-bottom: 2rem;
  color: #fff;
  padding-top: 4.6875rem;
}

div.card-basic {
  position: relative;
  z-index: 1;
}

div.card-detail {
  display: none;
  position: relative;
  z-index: 0;
  background-color: #0e7328;
  color: #fff;
  padding: 2rem 1rem;
}
div.card-detail a {
  color: #fff;
}

.card-container:hover div.card-basic {
  display: none;
}

.card-container:hover div.card-detail {
  display: block;
}

.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.image-container {
  border: 0.0625rem #eee solid;
}
.image-container .product-image {
  padding: 1rem;
}

.enlarge-link {
  font-size: 0.875rem;
  font-weight: bold;
}

.product-brief h1 {
  margin-bottom: 1rem;
}
.product-brief ul {
  list-style-type: none;
  font-size: 0.875rem;
  padding-left: 0;
}
.product-brief li {
  margin-bottom: 0.5rem;
}
.product-brief .label {
  font-weight: bold;
}

.product-pricing-container {
  background-color: #f5f5f5;
  padding: 2rem 1.5rem;
  margin-bottom: 1rem;
}
.product-pricing-container h5 {
  margin-bottom: 1.5rem;
}

.product-shiporder-requirements {
  border: 0.0625rem #ced4da solid;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.product-shiporder-requirements ul {
  font-size: 0.875rem;
  padding-left: 1rem;
}
.product-shiporder-requirements li {
  margin-bottom: 0.25rem;
}

.product-tabs .nav-link, .product-tabs .netxusa-header-admin .nav .nav-text, .netxusa-header-admin .nav .product-tabs .nav-text {
  border: none;
  padding: 2rem;
}
.product-tabs .nav-link.active, .product-tabs .netxusa-header-admin .nav .active.nav-text, .netxusa-header-admin .nav .product-tabs .active.nav-text {
  background-color: #eee;
  border-top: 0.125rem #0e7328 solid;
  color: #0e7328;
}

.tab-pane {
  padding: 3rem 1rem;
}

.product-price-alert {
  box-sizing: border-box;
  clear: both;
  border: 1px solid #fcf4c1;
  padding: 10px;
  display: flex;
  align-items: center;
  color: #807112;
  background-color: #fff8d1;
  border-radius: 4px;
  margin: 30px 0;
}
.product-price-alert p {
  margin: 0;
  color: #807112;
  font-size: 14px;
  font-weight: inherit;
}

.inventory-in-stock {
  color: #28a745;
}

.inventory-quantity {
  color: #28a745;
}

.inventory-call-for-availability {
  color: #2375b7;
}

.inventory-eta {
  color: #2375b7;
}

.inventory-not-available {
  color: #ff0000;
}

.product-image-modal .modal {
  text-align: center;
}
.product-image-modal .modal-dialog {
  text-align: left;
  max-width: 100%;
  width: auto !important;
  display: inline-block;
}

.product-card .productcell-image-wrap {
  text-align: center;
  padding: 1rem;
  padding-top: 1.5rem;
}
.product-card .productcell-image-overlay {
  position: absolute;
  top: 0;
  text-align: center;
  z-index: 48;
}
.product-card .product-cell-body {
  min-height: 12.5rem;
}
.product-card .card-body {
  padding: 1rem;
  padding-bottom: 0;
}
.product-card .card-body .product-link {
  color: #000;
}
.product-card .card-body .product-brief {
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 0.35rem;
}
.product-card .card-footer {
  border: none;
  background-color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}
.product-card .card-footer .product-brief {
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 0.35rem;
}
.product-card .card-footer .product-price {
  font-weight: bold;
  font-size: 1rem;
  color: #000;
}
.product-card .card-footer .product-price-message {
  font-weight: bold;
  font-size: 0.75rem;
  color: #000;
}
.product-card .card-footer .cart-action {
  margin-top: 1rem;
}
.product-card .card-footer .cart-action .price {
  float: left;
}
.product-card .card-footer .cart-action .action {
  float: right;
}
.product-card .card-footer .btn-add-to-cart {
  padding: 0.75rem 1rem;
}
.product-card .card-footer-list {
  background-color: #ddd;
}
.product-card .card-footer-list .card-footer {
  background-color: #ddd;
}

.related-product .product-cell-body {
  min-height: 0;
}

.fixed-width {
  min-width: 250px;
  max-width: 250px;
}

.border-list {
  border: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}

.price-table {
  display: table;
}
.price-table label {
  font-size: 0.75rem;
  font-weight: normal;
  color: #666;
}
.price-table .bold {
  font-weight: bold;
}
.price-table .medium {
  font-weight: 500;
}
.price-table p {
  font-size: 0.875rem;
}

.price-table-header {
  display: table-header-group;
  font-size: 0.75rem;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .price-table-header {
    display: none;
  }
}

.price-table-body {
  display: table-row-group;
}

.price-table-header div,
.price-table-row div {
  display: table-cell;
  padding: 0 6px;
}
.price-table-header div .stack-vertical,
.price-table-row div .stack-vertical {
  font-weight: normal;
  color: #666;
  display: none;
}
@media (max-width: 991.98px) {
  .price-table-header div .stack-vertical,
.price-table-row div .stack-vertical {
    display: block;
  }
}
.price-table-header div .pricing-table-first-row,
.price-table-row div .pricing-table-first-row {
  display: block;
}

.price-table-row {
  margin-bottom: 1rem;
}
.price-table-row .product-image-thumbnail img {
  margin: 0.25rem;
  padding: 0.5rem;
  border: 0.0625rem solid #ddd;
}
.price-table-row .image-spacer {
  height: 1.5rem;
}

.product-grid-filters {
  background-color: #eee;
  padding: 1rem;
}
.product-grid-filters h2 {
  font-size: 1.25rem;
  font-weight: bold;
}
.product-grid-filters .accordion-header {
  border-bottom: 0.0625rem #ced4da solid;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-bottom: 1rem;
}
.product-grid-filters .accordion-header::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  width: 0.875rem;
}
.product-grid-filters .list-group .manufacturer-group, .product-grid-filters .manufacturer-group .manufacturer-group {
  padding-left: 1rem;
}
.product-grid-filters .list-group .list-group-item, .product-grid-filters .manufacturer-group .list-group-item {
  background-color: #eee;
  border: none;
  font-size: 0.875rem;
  padding: 0;
}
.product-grid-filters .list-group .list-group-item label, .product-grid-filters .list-group .list-group-item span, .product-grid-filters .manufacturer-group .list-group-item label, .product-grid-filters .manufacturer-group .list-group-item span {
  font-weight: normal;
  padding-left: 0.5rem;
}

.product-grid-options {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
}
.product-grid-options .strong {
  font-weight: bold;
}
.product-grid-options .applied-filters {
  border-top: 0.0625rem #eee solid;
  border-bottom: 0.0625rem #eee solid;
  padding-top: 0.5rem;
  margin-bottom: 1rem;
}
.product-grid-options .applied-filters .netx-btn-icon {
  padding: 0;
  margin: 0;
}
.product-grid-options .applied-filters .netx-btn-icon-size-xs {
  height: 1.25rem;
}
.product-grid-options .applied-filters .netx-btn-icon-image {
  padding-left: 0;
}
.product-grid-options .applied-filters .btn-applied-filter {
  padding: 0.5rem 0.75rem;
  background-color: #ced4da;
  text-transform: none;
  font-size: 0.75rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  height: 1.75rem !important;
}
.product-grid-options .applied-filters .btn-applied-filter::before {
  margin-right: 0;
}
.product-grid-options .catalogLayout {
  margin-left: 0.5rem;
}
.product-grid-options .catalog-sort-options {
  box-shadow: 0 2px 4px rgba(10, 10, 10, 0.3);
  padding: 1rem;
}

.product-grid-pagination {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
}
.product-grid-pagination .strong {
  font-weight: bold;
}

.col-order-summary {
  padding-top: 1rem;
  padding-right: 0;
}

.cart-current-discounts {
  background-color: #ddd;
}

.cart-header {
  padding: 1rem 0;
}
.cart-header .items-in-cart {
  font-size: 0.875rem;
  color: #666;
}

.cart-order-summary {
  background-color: #eee;
  padding: 2rem 1.5rem;
}
.cart-order-summary h2 {
  margin-bottom: 2rem;
}
.cart-order-summary .subtotal {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.cart-order-summary .terms {
  font-size: 0.75rem;
  margin-bottom: 2rem;
}
.cart-order-summary .cart-actions {
  border-top: 0.0625rem solid #ced4da;
  padding-top: 1rem;
  text-align: center;
}
.cart-order-summary .cart-actions .btn, .cart-order-summary .cart-actions button,
.cart-order-summary .cart-actions input[type=button], .cart-order-summary .cart-actions input[type=image], .cart-order-summary .cart-actions input[type=reset], .cart-order-summary .cart-actions input[type=submit] {
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.cart-grid-header {
  padding: 1rem;
}
.cart-grid-header span {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.cart-grid-row {
  padding: 1rem;
  font-size: 0.875rem;
}
.cart-grid-row .options-cell {
  display: inline-block;
}
.cart-grid-row .remove-item {
  float: left;
  margin-right: 0.5rem;
  padding-top: 1rem;
}
.cart-grid-row .item-image {
  float: left;
  margin-right: 0.5rem;
}
.cart-grid-row .product-brief {
  margin: 0.5rem 0;
  font-size: 0.75rem;
  color: #666;
}
.cart-grid-row input {
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
  border: 0.0625rem solid #ddd;
}
.cart-grid-row .msDropDown {
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
  border: 0.0625rem solid #ddd;
  margin: 0.5rem 0;
}
.cart-grid-row .quantity {
  width: 5rem !important;
}
.cart-grid-row .included-items-selector {
  font-size: 0.75rem;
}
.cart-grid-row .included-items {
  font-size: 0.75rem;
  margin-top: 1rem;
  padding: 1rem 2rem;
  border: 0.0625rem solid #ddd;
}
.cart-grid-row .included-items ul {
  list-style-type: none;
  font-size: 0.75rem;
  padding-left: 0;
}
.cart-grid-row .included-items li {
  margin-bottom: 0.75rem;
}

.login {
  border: 1px solid #ddd;
  padding: 1.25rem 1.5rem;
}
@media (min-width: 992px) {
  .login {
    min-height: 500px;
  }
}
.login p {
  font-size: 0.875rem;
  text-align: center;
}

.login-cta {
  background-color: #0e7328;
}

.address_book_row {
  cursor: pointer;
}

.order-wizard {
  margin-top: 3rem;
}
.order-wizard .accordion-item .accordion-header {
  background-color: #f5f5f5;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.order-wizard .accordion-item .accordion-body {
  border: none;
  padding: 0;
  margin-bottom: 2rem;
}

.order-summary {
  margin-top: 3rem;
  padding: 2rem 2rem;
  background-color: #f5f5f5;
}
.order-summary h2 {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.order-summary .summary-caption {
  float: left;
}
.order-summary .summary-value {
  float: right;
}
.order-summary .summary-row {
  padding-bottom: 1rem;
  font-size: 0.875rem;
  clear: both;
}
.order-summary .summary-total {
  clear: both;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #ddd;
}
.order-summary .summary-total .summary-caption {
  font-weight: bold;
  font-size: 1rem;
}
.order-summary .summary-total .summary-value {
  font-weight: bold;
  font-size: 1rem;
}

fieldset .noborders {
  border: none;
  padding: 0;
  margin: 0;
}

.simple-border {
  border: 1px solid #dee2e6;
}

.page-border {
  border: 1px solid #dee2e6;
}
@media (max-width: 767.98px) {
  .page-border {
    border: none;
  }
}

.quick-button {
  padding: 0.46875rem 0.625rem;
  margin-left: 0.5rem;
}
.quick-button span {
  color: #212529;
  margin-right: 0 !important;
}

.required-notice {
  font-size: 0.75rem;
}

.order-shipping h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
.order-shipping .row-item {
  padding: 0.75rem;
}
.order-shipping .top-border {
  border-top: 1px solid #dee2e6;
}
.order-shipping .bottom-border {
  border-bottom: 1px solid #dee2e6;
}
.order-shipping textarea {
  width: 80%;
}
@media (max-width: 1199.98px) {
  .order-shipping textarea {
    width: 100%;
  }
}

.view-items {
  font-size: 0.75rem;
}

.rider {
  margin-top: 2rem;
  font-size: 0.875rem;
  width: 80%;
}
@media (max-width: 1199.98px) {
  .rider {
    margin-top: 1rem;
    font-size: 0.75rem;
    width: 100%;
  }
}

.alternate-row {
  background-color: #f5f5f5;
}

.order-review h3 {
  margin: 2rem 0;
}
.order-review .simple-region {
  border: 1px solid #ddd;
  padding: 1rem;
  font-size: 0.875rem;
}
.order-review .label {
  font-weight: bold;
}

.view-only {
  border: none !important;
  background-color: #fff !important;
  padding-left: 0 !important;
}

.not-bold {
  font-weight: normal;
}

.right-border {
  border-right: 1px solid #999;
}
@media (max-width: 991.98px) {
  .right-border {
    border-right: none;
  }
}

.order-address-table {
  display: table;
}
.order-address-table label {
  font-size: 0.75rem;
  font-weight: bold;
  color: #666;
}
.order-address-table .bold {
  font-weight: bold;
}
.order-address-table .medium {
  font-weight: 500;
}
.order-address-table p {
  font-size: 0.875rem;
}

.order-address-table-header {
  display: table-header-group;
  font-size: 0.75rem;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .order-address-table-header {
    display: none;
  }
}

.order-address-table-body {
  display: table-row-group;
}

.order-address-table-header div,
.order-address-table-row div {
  display: table-cell;
  padding: 0 6px;
}
.order-address-table-header div .stack-vertical,
.order-address-table-row div .stack-vertical {
  font-weight: bold;
  color: #666;
  display: none;
}
@media (max-width: 991.98px) {
  .order-address-table-header div .stack-vertical,
.order-address-table-row div .stack-vertical {
    display: block;
  }
}
.order-address-table-header div .order-address-table-first-row,
.order-address-table-row div .order-address-table-first-row {
  display: block;
}

.order-address-table-row {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
.order-address-table-row .product-image-thumbnail img {
  margin: 0.25rem;
  padding: 0.5rem;
  border: 0.0625rem solid #ddd;
}
.order-address-table-row .image-spacer {
  height: 1.5rem;
}
.order-address-table-row .even {
  background-color: #ddd;
}
.order-address-table-row .even :hover {
  background-color: #f00;
}
.order-address-table-row .odd {
  background-color: #FFF;
}
.order-address-table-row .odd :hover {
  background-color: #f00;
}

.order-address-table-row-link {
  text-decoration: underline;
  font-weight: bold !important;
}

@media (max-width: 991.98px) {
  .order-address-table-row-header {
    display: none;
  }
}

.iconLegend {
  font-family: inherit;
  font-weight: bold !important;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}

.left-label {
  margin-right: 0.5rem;
}

.radio-caption {
  font-size: 0.875rem;
}

.order-status-expired {
  color: gray !important;
}

.order-status-new {
  color: green !important;
}

.order-status-processing {
  color: maroon !important;
}

.order-status-canceled {
  color: gray !important;
}

.order-status-on-hold-for-extension-validation {
  color: #1f64a8 !important;
}

.order-status-allocated {
  color: orange !important;
}

.order-status-provisioned {
  color: blue !important;
}

.order-status-payment-problem {
  color: #CC00CC !important;
}

.order-status-partially-shipped {
  color: #004000 !important;
}

.order-status-shipped {
  color: green !important;
}

.order-status-closed {
  color: purple !important;
}

.order-status-returned {
  color: red !important;
}

.order-status-pending-review {
  color: #006342 !important;
}

.order-additional-services .tab-pane {
  padding: 0;
}

.ticket-view .accordion-header {
  padding: 1rem;
  border-top: 1px solid #adb5bd;
}
.ticket-view .accordion-toggle::before {
  font-weight: 900;
  color: #0e7328;
  float: left;
  border: none;
  content: "";
  position: relative;
  margin-right: 0.5rem;
  top: 0.375rem;
}
.ticket-view .accordion-toggle[aria-expanded=true]::before {
  content: "";
}
.ticket-view .accordion-body {
  padding-left: 1rem;
  font-size: 0.825rem;
  padding-bottom: 2rem;
}
.ticket-view .accordion-body label {
  margin-top: 0.625rem;
  width: 100%;
  padding-bottom: 0.125rem;
}

.rma-view .accordion-header {
  padding: 1rem;
  border-top: 1px solid #adb5bd;
}
.rma-view .accordion-toggle::before {
  font-weight: 900;
  color: #0e7328;
  float: left;
  border: none;
  content: "";
  position: relative;
  margin-right: 0.5rem;
  top: 0.375rem;
}
.rma-view .accordion-toggle[aria-expanded=true]::before {
  content: "";
}
.rma-view .accordion-body {
  padding-left: 1rem;
  font-size: 0.825rem;
  padding-bottom: 2rem;
}
.rma-view .accordion-body label {
  margin-top: 0.625rem;
  width: 100%;
  padding-bottom: 0.125rem;
}

.api-methods li {
  margin-bottom: 0.75rem;
}

.method-badge {
  background-color: #000;
  border: 1px solid #666;
  padding: 0.25rem;
  border-radius: 0.25rem;
}

.method-get {
  color: #28a745;
}

.method-post {
  color: #f6d922;
}

.method-delete {
  color: #ff0000;
}

.method-put {
  color: #6f42c1;
}

.strong {
  font-weight: bold;
}

.landing-page .imagine-next-cta {
  background: #13a138;
  background-image: url("/images/backgrounds/CTApage_CSS-SPS_710x500_AS.jpg");
  color: #fff;
  padding: 3.75rem;
}
@media (min-width: 992px) {
  .landing-page .imagine-next-cta {
    min-height: 500px;
  }
}
.landing-page .imagine-next-cta .cta-service-offerings-btn {
  margin-top: 340px;
}
.landing-page .imagine-next-cta .logo {
  margin-bottom: 1.25rem;
  max-width: 252px;
}
.landing-page .imagine-next-cta p {
  margin-bottom: 2rem;
  padding-right: 12.5rem;
  font-size: 0.75rem;
}

.netx-report #reportOptionsAccordion fieldset,
.netx-report #reportResultsAccordion fieldset {
  border: none;
}
.netx-report #reportOptionsAccordion fieldset legend,
.netx-report #reportResultsAccordion fieldset legend {
  background-color: #fff;
  color: #000;
  border: none;
}
.netx-report #reportOptionsAccordion .netx-report-options,
.netx-report #reportResultsAccordion .netx-report-options {
  border: 0.0625rem solid #ced4da;
  padding: 0.3125rem;
}

.modal-content {
  padding: 1.5rem;
}
.modal-content .modal-header {
  border: none;
}
.modal-content .modal-header .modal-title {
  font-size: 1.5rem;
  font-weight: normal;
}
.modal-content .modal-footer {
  border: none;
}

.tooltip-icon {
  margin-left: 0.5rem;
}

.display-inline-block {
  display: inline-block;
}

div.form div.row.buttons {
  border-top: none !important;
  background-color: unset !important;
}

div.wizardButtons > div {
  background-color: unset !important;
}

.netx-icon-tip,
.infoIcon:not([class*=iconInput]) {
  color: #117a8a !important;
}

.error-handler-message-container {
  min-height: 20vh;
  margin-bottom: 1.5rem;
}

.error-handler-message {
  margin-bottom: 1rem;
}

.ehm-title {
  font-weight: bold;
}

.ehm-message {
  overflow-y: auto;
}

.ehm-monospace {
  font-family: monospace;
  font-size: 0.875rem;
}

pre.ehm-pre {
  font-size: 0.6875rem;
  border: 1px solid #ddd;
  padding: 1em;
}
