@charset "UTF-8";
/*
 *  # TOC
 *  --------------------------

    # IMPORTS
      - Core variables and mixins
      - Fonts
      - Icons
    # GLOBAL
    # GLOBAL STRUCTURE
    # HEADER
      - Header-Container
      - Logo/Navbar-brand
      - Navbar-Toggle-Button
    # NAVS
      - Main Navi
      - Other Navs
    # BUTTONS
      - Scroll-to-top Button
    # MODULES
    # UTILS

 *  --------------------------
 *
 */
/*
 *  # IMPORTS
 *  --------------------------  */
/*
 *  # FONTS
 *  --------------------------  */
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/merriweather/Merriweather-BoldItalic.eot");
  src: local(""), url("../fonts/merriweather/Merriweather-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather/Merriweather-BoldItalic.woff2") format("woff2"), url("../fonts/merriweather/Merriweather-BoldItalic.woff") format("woff"), url("../fonts/merriweather/Merriweather-BoldItalic.ttf") format("truetype"), url("../fonts/merriweather/Merriweather-BoldItalic.svg#Merriweather-BoldItalic") format("svg");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/merriweather/Merriweather-Italic.eot");
  src: local(""), url("../fonts/merriweather/Merriweather-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather/Merriweather-Italic.woff2") format("woff2"), url("../fonts/merriweather/Merriweather-Italic.woff") format("woff"), url("../fonts/merriweather/Merriweather-Italic.ttf") format("truetype"), url("../fonts/merriweather/Merriweather-Italic.svg#Merriweather-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/merriweather/Merriweather-Regular.eot");
  src: local(""), url("../fonts/merriweather/Merriweather-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather/Merriweather-Regular.woff2") format("woff2"), url("../fonts/merriweather/Merriweather-Regular.woff") format("woff"), url("../fonts/merriweather/Merriweather-Regular.ttf") format("truetype"), url("../fonts/merriweather/Merriweather-Regular.svg#Merriweather-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/merriweather/Merriweather-Bold.eot");
  src: local(""), url("../fonts/merriweather/Merriweather-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather/Merriweather-Bold.woff2") format("woff2"), url("../fonts/merriweather/Merriweather-Bold.woff") format("woff"), url("../fonts/merriweather/Merriweather-Bold.ttf") format("truetype"), url("../fonts/merriweather/Merriweather-Bold.svg#Merriweather-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather Sans";
  src: url("../fonts/merriweather/MerriweatherSans-ExtraBold.eot");
  src: local(""), url("../fonts/merriweather/MerriweatherSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather/MerriweatherSans-ExtraBold.woff2") format("woff2"), url("../fonts/merriweather/MerriweatherSans-ExtraBold.woff") format("woff"), url("../fonts/merriweather/MerriweatherSans-ExtraBold.ttf") format("truetype"), url("../fonts/merriweather/MerriweatherSans-ExtraBold.svg#MerriweatherSans-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather Sans";
  src: url("../fonts/merriweather/MerriweatherSans-Regular.eot");
  src: local(""), url("../fonts/merriweather/MerriweatherSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather/MerriweatherSans-Regular.woff2") format("woff2"), url("../fonts/merriweather/MerriweatherSans-Regular.woff") format("woff"), url("../fonts/merriweather/MerriweatherSans-Regular.ttf") format("truetype"), url("../fonts/merriweather/MerriweatherSans-Regular.svg#MerriweatherSans-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Core variables and mixins */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: rgb(101, 179, 52);
  --secondary: rgb(0, 0, 0);
  --success: rgb(101, 179, 52);
  --info: rgb(145, 210, 235);
  --warning: rgb(240, 173, 78);
  --danger: rgb(217, 83, 79);
  --light: #f8f9fa;
  --dark: #212529;
  --white: #fff;
  --black: #000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1600px;
  --font-family-sans-serif: "Merriweather Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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: "Merriweather Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  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: 800;
}

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: rgb(101, 179, 52);
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #447823;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

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: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Merriweather", serif;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

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

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

.display-1 {
  font-size: 7rem;
  font-weight: 800;
  line-height: 1.2;
}

.display-2 {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.2;
}

.display-3 {
  font-size: 12rem;
  font-weight: 700;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

small,
.small {
  font-size: 80%;
  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: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
}
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 {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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-xxl,
.col-xxl-auto, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .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-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-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-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-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 {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 10%;
      flex: 0 0 10%;
  max-width: 10%;
}

.col-2 {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%;
}

.col-3 {
  -ms-flex: 0 0 30%;
      flex: 0 0 30%;
  max-width: 30%;
}

.col-4 {
  -ms-flex: 0 0 40%;
      flex: 0 0 40%;
  max-width: 40%;
}

.col-5 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.col-6 {
  -ms-flex: 0 0 60%;
      flex: 0 0 60%;
  max-width: 60%;
}

.col-7 {
  -ms-flex: 0 0 70%;
      flex: 0 0 70%;
  max-width: 70%;
}

.col-8 {
  -ms-flex: 0 0 80%;
      flex: 0 0 80%;
  max-width: 80%;
}

.col-9 {
  -ms-flex: 0 0 90%;
      flex: 0 0 90%;
  max-width: 90%;
}

.col-10 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-last {
  -ms-flex-order: 11;
      order: 11;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 10%;
        flex: 0 0 10%;
    max-width: 10%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    max-width: 30%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    max-width: 40%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    max-width: 60%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    max-width: 70%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    max-width: 80%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 90%;
        flex: 0 0 90%;
    max-width: 90%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 10%;
  }
  .offset-sm-2 {
    margin-left: 20%;
  }
  .offset-sm-3 {
    margin-left: 30%;
  }
  .offset-sm-4 {
    margin-left: 40%;
  }
  .offset-sm-5 {
    margin-left: 50%;
  }
  .offset-sm-6 {
    margin-left: 60%;
  }
  .offset-sm-7 {
    margin-left: 70%;
  }
  .offset-sm-8 {
    margin-left: 80%;
  }
  .offset-sm-9 {
    margin-left: 90%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 10%;
        flex: 0 0 10%;
    max-width: 10%;
  }
  .col-md-2 {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-3 {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    max-width: 30%;
  }
  .col-md-4 {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    max-width: 40%;
  }
  .col-md-5 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-6 {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    max-width: 60%;
  }
  .col-md-7 {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    max-width: 70%;
  }
  .col-md-8 {
    -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    max-width: 80%;
  }
  .col-md-9 {
    -ms-flex: 0 0 90%;
        flex: 0 0 90%;
    max-width: 90%;
  }
  .col-md-10 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-md-last {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 10%;
  }
  .offset-md-2 {
    margin-left: 20%;
  }
  .offset-md-3 {
    margin-left: 30%;
  }
  .offset-md-4 {
    margin-left: 40%;
  }
  .offset-md-5 {
    margin-left: 50%;
  }
  .offset-md-6 {
    margin-left: 60%;
  }
  .offset-md-7 {
    margin-left: 70%;
  }
  .offset-md-8 {
    margin-left: 80%;
  }
  .offset-md-9 {
    margin-left: 90%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 10%;
        flex: 0 0 10%;
    max-width: 10%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    max-width: 30%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    max-width: 40%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    max-width: 60%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    max-width: 70%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    max-width: 80%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 90%;
        flex: 0 0 90%;
    max-width: 90%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 10%;
  }
  .offset-lg-2 {
    margin-left: 20%;
  }
  .offset-lg-3 {
    margin-left: 30%;
  }
  .offset-lg-4 {
    margin-left: 40%;
  }
  .offset-lg-5 {
    margin-left: 50%;
  }
  .offset-lg-6 {
    margin-left: 60%;
  }
  .offset-lg-7 {
    margin-left: 70%;
  }
  .offset-lg-8 {
    margin-left: 80%;
  }
  .offset-lg-9 {
    margin-left: 90%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 10%;
        flex: 0 0 10%;
    max-width: 10%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    max-width: 30%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    max-width: 40%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    max-width: 60%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    max-width: 70%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    max-width: 80%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 90%;
        flex: 0 0 90%;
    max-width: 90%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 10%;
  }
  .offset-xl-2 {
    margin-left: 20%;
  }
  .offset-xl-3 {
    margin-left: 30%;
  }
  .offset-xl-4 {
    margin-left: 40%;
  }
  .offset-xl-5 {
    margin-left: 50%;
  }
  .offset-xl-6 {
    margin-left: 60%;
  }
  .offset-xl-7 {
    margin-left: 70%;
  }
  .offset-xl-8 {
    margin-left: 80%;
  }
  .offset-xl-9 {
    margin-left: 90%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 10%;
        flex: 0 0 10%;
    max-width: 10%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    max-width: 30%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    max-width: 40%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    max-width: 60%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    max-width: 70%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    max-width: 80%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 90%;
        flex: 0 0 90%;
    max-width: 90%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 10%;
  }
  .offset-xxl-2 {
    margin-left: 20%;
  }
  .offset-xxl-3 {
    margin-left: 30%;
  }
  .offset-xxl-4 {
    margin-left: 40%;
  }
  .offset-xxl-5 {
    margin-left: 50%;
  }
  .offset-xxl-6 {
    margin-left: 60%;
  }
  .offset-xxl-7 {
    margin-left: 70%;
  }
  .offset-xxl-8 {
    margin-left: 80%;
  }
  .offset-xxl-9 {
    margin-left: 90%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #000;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #000;
}
.table tbody + tbody {
  border-top: 2px solid #000;
}

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

.table-bordered {
  border: 1px solid #000;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #000;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d4eac6;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #afd795;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8b8b8;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #7a7a7a;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d4eac6;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #afd795;
}

.table-hover .table-success:hover {
  background-color: #c6e3b3;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #c6e3b3;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #e0f2f9;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #c6e8f5;
}

.table-hover .table-info:hover {
  background-color: #cbe9f5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #cbe9f5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fbe8cd;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f7d4a3;
}

.table-hover .table-warning:hover {
  background-color: #f9ddb5;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f9ddb5;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f4cfce;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #eba6a3;
}

.table-hover .table-danger:hover {
  background-color: #efbbb9;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #efbbb9;
}

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

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c1c2c3;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8c8e90;
}

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

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8;
}
.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #7a7a7a;
}

.table-hover .table-black:hover {
  background-color: #ababab;
}
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: #ababab;
}

.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: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #000;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  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;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .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 {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #aadd8a;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 179, 52, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  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.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

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

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      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: 80%;
  color: rgb(101, 179, 52);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(101, 179, 52, 0.9);
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: rgb(101, 179, 52);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='rgb(101, 179, 52)' 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: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: rgb(101, 179, 52);
  box-shadow: 0 0 0 0.2rem rgba(101, 179, 52, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: rgb(101, 179, 52);
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='rgb(101, 179, 52)' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: rgb(101, 179, 52);
  box-shadow: 0 0 0 0.2rem rgba(101, 179, 52, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: rgb(101, 179, 52);
}
.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: rgb(101, 179, 52);
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: rgb(101, 179, 52);
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #7fcc4e;
  background-color: #7fcc4e;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(101, 179, 52, 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: rgb(101, 179, 52);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: rgb(101, 179, 52);
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: rgb(101, 179, 52);
  box-shadow: 0 0 0 0.2rem rgba(101, 179, 52, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: rgb(217, 83, 79);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(217, 83, 79, 0.9);
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: rgb(217, 83, 79);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(217, 83, 79)' viewBox='-2 -2 7 7'%3e%3cpath stroke='rgb(217, 83, 79)' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: rgb(217, 83, 79);
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: rgb(217, 83, 79);
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(217, 83, 79)' viewBox='-2 -2 7 7'%3e%3cpath stroke='rgb(217, 83, 79)' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: rgb(217, 83, 79);
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: rgb(217, 83, 79);
}
.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: rgb(217, 83, 79);
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: rgb(217, 83, 79);
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e27c79;
  background-color: #e27c79;
}
.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.2rem rgba(217, 83, 79, 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: rgb(217, 83, 79);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: rgb(217, 83, 79);
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: rgb(217, 83, 79);
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .slider .slick-arrow {
  display: inline-block;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .slider .slick-arrow {
    transition: none;
  }
}
.btn:hover, .slider .slick-arrow:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .slider .slick-arrow:focus, .btn.focus, .slider .focus.slick-arrow {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 179, 52, 0.25);
}
.btn.disabled, .slider .disabled.slick-arrow, .btn:disabled, .slider .slick-arrow:disabled {
  opacity: 0.65;
}
a.btn.disabled, .slider a.disabled.slick-arrow,
fieldset:disabled a.btn,
fieldset:disabled .slider a.slick-arrow,
.slider fieldset:disabled a.slick-arrow {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: rgb(101, 179, 52);
  border-color: rgb(101, 179, 52);
}
.btn-primary:hover {
  color: #fff;
  background-color: #54952b;
  border-color: #4f8b29;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 190, 82, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: rgb(101, 179, 52);
  border-color: rgb(101, 179, 52);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4f8b29;
  border-color: #498226;
}
.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.2rem rgba(124, 190, 82, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
.btn-secondary:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.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.2rem rgba(38, 38, 38, 0.5);
}

.btn-success {
  color: #fff;
  background-color: rgb(101, 179, 52);
  border-color: rgb(101, 179, 52);
}
.btn-success:hover {
  color: #fff;
  background-color: #54952b;
  border-color: #4f8b29;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 190, 82, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: rgb(101, 179, 52);
  border-color: rgb(101, 179, 52);
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #4f8b29;
  border-color: #498226;
}
.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.2rem rgba(124, 190, 82, 0.5);
}

.btn-info {
  color: #212529;
  background-color: rgb(145, 210, 235);
  border-color: rgb(145, 210, 235);
}
.btn-info:hover {
  color: #212529;
  background-color: #71c5e5;
  border-color: #66c0e3;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 184, 206, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: rgb(145, 210, 235);
  border-color: rgb(145, 210, 235);
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #66c0e3;
  border-color: #5bbce1;
}
.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.2rem rgba(128, 184, 206, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: rgb(240, 173, 78);
  border-color: rgb(240, 173, 78);
}
.btn-warning:hover {
  color: #212529;
  background-color: #ed9d2b;
  border-color: #ec971f;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 153, 72, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: rgb(240, 173, 78);
  border-color: rgb(240, 173, 78);
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ec971f;
  border-color: #ea9214;
}
.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.2rem rgba(209, 153, 72, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: rgb(217, 83, 79);
  border-color: rgb(217, 83, 79);
}
.btn-danger:hover {
  color: #fff;
  background-color: #d23430;
  border-color: #c9302c;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 109, 105, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: rgb(217, 83, 79);
  border-color: rgb(217, 83, 79);
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #bf2e29;
}
.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.2rem rgba(223, 109, 105, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.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.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #101214;
  border-color: #0a0c0d;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0a0c0d;
  border-color: #050506;
}
.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.2rem rgba(66, 70, 73, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:focus, .btn-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-outline-primary {
  color: rgb(101, 179, 52);
  border-color: rgb(101, 179, 52);
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: rgb(101, 179, 52);
  border-color: rgb(101, 179, 52);
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 179, 52, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: rgb(101, 179, 52);
  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: rgb(101, 179, 52);
  border-color: rgb(101, 179, 52);
}
.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.2rem rgba(101, 179, 52, 0.5);
}

.btn-outline-secondary {
  color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: rgb(0, 0, 0);
  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: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
.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.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-success {
  color: rgb(101, 179, 52);
  border-color: rgb(101, 179, 52);
}
.btn-outline-success:hover {
  color: #fff;
  background-color: rgb(101, 179, 52);
  border-color: rgb(101, 179, 52);
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 179, 52, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: rgb(101, 179, 52);
  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: rgb(101, 179, 52);
  border-color: rgb(101, 179, 52);
}
.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.2rem rgba(101, 179, 52, 0.5);
}

.btn-outline-info {
  color: rgb(145, 210, 235);
  border-color: rgb(145, 210, 235);
}
.btn-outline-info:hover {
  color: #212529;
  background-color: rgb(145, 210, 235);
  border-color: rgb(145, 210, 235);
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(145, 210, 235, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: rgb(145, 210, 235);
  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: #212529;
  background-color: rgb(145, 210, 235);
  border-color: rgb(145, 210, 235);
}
.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.2rem rgba(145, 210, 235, 0.5);
}

.btn-outline-warning {
  color: rgb(240, 173, 78);
  border-color: rgb(240, 173, 78);
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: rgb(240, 173, 78);
  border-color: rgb(240, 173, 78);
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: rgb(240, 173, 78);
  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: rgb(240, 173, 78);
  border-color: rgb(240, 173, 78);
}
.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.2rem rgba(240, 173, 78, 0.5);
}

.btn-outline-danger {
  color: rgb(217, 83, 79);
  border-color: rgb(217, 83, 79);
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: rgb(217, 83, 79);
  border-color: rgb(217, 83, 79);
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: rgb(217, 83, 79);
  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: rgb(217, 83, 79);
  border-color: rgb(217, 83, 79);
}
.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.2rem rgba(217, 83, 79, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  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: #f8f9fa;
  border-color: #f8f9fa;
}
.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.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #212529;
  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: #212529;
  border-color: #212529;
}
.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.2rem rgba(33, 37, 41, 0.5);
}

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

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

.btn-link {
  font-weight: 400;
  color: rgb(101, 179, 52);
  text-decoration: none;
}
.btn-link:hover {
  color: #447823;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .slider .btn-group-lg > .slick-arrow {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn, .slider .btn-group-sm > .slick-arrow {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.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: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.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;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-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 #e9ecef;
}

.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: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: rgb(101, 179, 52);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  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: #6c757d;
  white-space: nowrap;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .slider .btn-group > .slick-arrow,
.btn-group-vertical > .btn,
.slider .btn-group-vertical > .slick-arrow {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.btn-group > .btn:hover, .slider .btn-group > .slick-arrow:hover,
.btn-group-vertical > .btn:hover,
.slider .btn-group-vertical > .slick-arrow:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .slider .btn-group > .slick-arrow:focus, .btn-group > .btn:active, .slider .btn-group > .slick-arrow:active, .btn-group > .btn.active, .slider .btn-group > .active.slick-arrow,
.btn-group-vertical > .btn:focus,
.slider .btn-group-vertical > .slick-arrow:focus,
.btn-group-vertical > .btn:active,
.slider .btn-group-vertical > .slick-arrow:active,
.btn-group-vertical > .btn.active,
.slider .btn-group-vertical > .active.slick-arrow {
  z-index: 1;
}

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

.btn-group > .btn:not(:first-child), .slider .btn-group > .slick-arrow:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.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, .slider .btn-group-sm > .slick-arrow + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .slider .btn-group-lg > .slick-arrow + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.btn-group-vertical > .btn, .slider .btn-group-vertical > .slick-arrow,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .slider .btn-group-vertical > .slick-arrow:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-toggle > .btn, .slider .btn-group-toggle > .slick-arrow,
.btn-group-toggle > .btn-group > .btn,
.slider .btn-group-toggle > .btn-group > .slick-arrow {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .slider .btn-group-toggle > .slick-arrow input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.slider .btn-group-toggle > .slick-arrow 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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control: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 > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .slider .slick-arrow, .slider .input-group-prepend .slick-arrow,
.input-group-append .btn,
.input-group-append .slider .slick-arrow,
.slider .input-group-append .slick-arrow {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .slider .slick-arrow:focus, .slider .input-group-prepend .slick-arrow:focus,
.input-group-append .btn:focus,
.input-group-append .slider .slick-arrow:focus,
.slider .input-group-append .slick-arrow:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .slider .slick-arrow + .btn, .slider .input-group-prepend .slick-arrow + .btn, .input-group-prepend .slider .btn + .slick-arrow, .slider .input-group-prepend .btn + .slick-arrow, .input-group-prepend .slider .slick-arrow + .slick-arrow, .slider .input-group-prepend .slick-arrow + .slick-arrow,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .slider .slick-arrow + .input-group-text,
.slider .input-group-prepend .slick-arrow + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .slider .input-group-text + .slick-arrow,
.slider .input-group-prepend .input-group-text + .slick-arrow,
.input-group-append .btn + .btn,
.input-group-append .slider .slick-arrow + .btn,
.slider .input-group-append .slick-arrow + .btn,
.input-group-append .slider .btn + .slick-arrow,
.slider .input-group-append .btn + .slick-arrow,
.input-group-append .slider .slick-arrow + .slick-arrow,
.slider .input-group-append .slick-arrow + .slick-arrow,
.input-group-append .btn + .input-group-text,
.input-group-append .slider .slick-arrow + .input-group-text,
.slider .input-group-append .slick-arrow + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .slider .input-group-text + .slick-arrow,
.slider .input-group-append .input-group-text + .slick-arrow {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}
.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 > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.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,
.slider .input-group-lg > .input-group-prepend > .slick-arrow,
.input-group-lg > .input-group-append > .btn,
.slider .input-group-lg > .input-group-append > .slick-arrow {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.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,
.slider .input-group-sm > .input-group-prepend > .slick-arrow,
.input-group-sm > .input-group-append > .btn,
.slider .input-group-sm > .input-group-append > .slick-arrow {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: rgb(101, 179, 52);
  background-color: rgb(101, 179, 52);
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(101, 179, 52, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #aadd8a;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #c6e8b1;
  border-color: #c6e8b1;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

.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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: rgb(101, 179, 52);
  background-color: rgb(101, 179, 52);
}
.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' 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(101, 179, 52, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(101, 179, 52, 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' 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(101, 179, 52, 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.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  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(101, 179, 52, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #aadd8a;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 179, 52, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.5rem;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #aadd8a;
  box-shadow: 0 0 0 0.2rem rgba(101, 179, 52, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.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.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(101, 179, 52, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(101, 179, 52, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(101, 179, 52, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: rgb(101, 179, 52);
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #c6e8b1;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: rgb(101, 179, 52);
  border: 0;
  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: #c6e8b1;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: rgb(101, 179, 52);
  border: 0;
  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: #c6e8b1;
}
.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: #dee2e6;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: rgb(101, 179, 52);
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  margin-right: 1rem;
  font-size: 1.5rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}
.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: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-xxl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
      flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      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 {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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 {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      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);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  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 + .list-group .list-group-item:first-child {
  border-top: 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-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;
}

.card-img {
  width: 100%;
}

.card-img-top {
  width: 100%;
}

.card-img-bottom {
  width: 100%;
}

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

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.card-group > .card {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 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 > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: rgb(101, 179, 52);
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #447823;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 179, 52, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: rgb(101, 179, 52);
  border-color: rgb(101, 179, 52);
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.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;
  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, .slider .slick-arrow .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #fff;
  background-color: rgb(101, 179, 52);
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #4f8b29;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 179, 52, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: rgb(0, 0, 0);
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: black;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-success {
  color: #fff;
  background-color: rgb(101, 179, 52);
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #4f8b29;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 179, 52, 0.5);
}

.badge-info {
  color: #212529;
  background-color: rgb(145, 210, 235);
}
a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #66c0e3;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(145, 210, 235, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: rgb(240, 173, 78);
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #ec971f;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: rgb(217, 83, 79);
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #c9302c;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #212529;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #0a0c0d;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.badge-white {
  color: #212529;
  background-color: #fff;
}
a.badge-white:hover, a.badge-white:focus {
  color: #212529;
  background-color: #e6e6e6;
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-black {
  color: #fff;
  background-color: #000;
}
a.badge-black:hover, a.badge-black:focus {
  color: #fff;
  background-color: black;
}
a.badge-black:focus, a.badge-black.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

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

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #355d1b;
  background-color: #e0f0d6;
  border-color: #d4eac6;
}
.alert-primary hr {
  border-top-color: #c6e3b3;
}
.alert-primary .alert-link {
  color: #1e3510;
}

.alert-secondary {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-secondary hr {
  border-top-color: #ababab;
}
.alert-secondary .alert-link {
  color: black;
}

.alert-success {
  color: #355d1b;
  background-color: #e0f0d6;
  border-color: #d4eac6;
}
.alert-success hr {
  border-top-color: #c6e3b3;
}
.alert-success .alert-link {
  color: #1e3510;
}

.alert-info {
  color: #4b6d7a;
  background-color: #e9f6fb;
  border-color: #e0f2f9;
}
.alert-info hr {
  border-top-color: #cbe9f5;
}
.alert-info .alert-link {
  color: #38515a;
}

.alert-warning {
  color: #7d5a29;
  background-color: #fcefdc;
  border-color: #fbe8cd;
}
.alert-warning hr {
  border-top-color: #f9ddb5;
}
.alert-warning .alert-link {
  color: #573e1c;
}

.alert-danger {
  color: #712b29;
  background-color: #f7dddc;
  border-color: #f4cfce;
}
.alert-danger hr {
  border-top-color: #efbbb9;
}
.alert-danger .alert-link {
  color: #4c1d1b;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #111315;
  background-color: #d3d3d4;
  border-color: #c1c2c3;
}
.alert-dark hr {
  border-top-color: #b4b5b6;
}
.alert-dark .alert-link {
  color: black;
}

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #6c6c6c;
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-black hr {
  border-top-color: #ababab;
}
.alert-black .alert-link {
  color: black;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: rgb(101, 179, 52);
  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: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.media-body {
  -ms-flex: 1;
      flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.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: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:last-child {
  margin-bottom: 0;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: rgb(101, 179, 52);
  border-color: rgb(101, 179, 52);
}

.list-group-horizontal {
  -ms-flex-direction: row;
      flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
}

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

.list-group-item-primary {
  color: #355d1b;
  background-color: #d4eac6;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #355d1b;
  background-color: #c6e3b3;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #355d1b;
  border-color: #355d1b;
}

.list-group-item-secondary {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-success {
  color: #355d1b;
  background-color: #d4eac6;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #355d1b;
  background-color: #c6e3b3;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #355d1b;
  border-color: #355d1b;
}

.list-group-item-info {
  color: #4b6d7a;
  background-color: #e0f2f9;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #4b6d7a;
  background-color: #cbe9f5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #4b6d7a;
  border-color: #4b6d7a;
}

.list-group-item-warning {
  color: #7d5a29;
  background-color: #fbe8cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7d5a29;
  background-color: #f9ddb5;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7d5a29;
  border-color: #7d5a29;
}

.list-group-item-danger {
  color: #712b29;
  background-color: #f4cfce;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #712b29;
  background-color: #efbbb9;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #712b29;
  border-color: #712b29;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #111315;
  background-color: #c1c2c3;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #111315;
  background-color: #b4b5b6;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #111315;
  border-color: #111315;
}

.list-group-item-white {
  color: #858585;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-black {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.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;
  -webkit-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  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);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.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-dialog-scrollable {
  display: -ms-flexbox;
  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 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

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

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #000;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #000;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 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);
  }
  .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: "Merriweather Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Merriweather Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.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) * -1);
}
.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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 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) * -1);
}
.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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 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;
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      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: 0s 0.6s opacity;
}
@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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: 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: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%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' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
      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: spinner-border 0.75s linear infinite;
}

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

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

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

.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: rgb(101, 179, 52) !important;
}

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

.bg-secondary {
  background-color: rgb(0, 0, 0) !important;
}

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

.bg-success {
  background-color: rgb(101, 179, 52) !important;
}

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

.bg-info {
  background-color: rgb(145, 210, 235) !important;
}

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

.bg-warning {
  background-color: rgb(240, 173, 78) !important;
}

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

.bg-danger {
  background-color: rgb(217, 83, 79) !important;
}

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

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

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

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

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

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

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

.bg-black {
  background-color: #000 !important;
}

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #000 !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: rgb(101, 179, 52) !important;
}

.border-secondary {
  border-color: rgb(0, 0, 0) !important;
}

.border-success {
  border-color: rgb(101, 179, 52) !important;
}

.border-info {
  border-color: rgb(145, 210, 235) !important;
}

.border-warning {
  border-color: rgb(240, 173, 78) !important;
}

.border-danger {
  border-color: rgb(217, 83, 79) !important;
}

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

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

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

.border-black {
  border-color: #000 !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !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.3rem !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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    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%;
}

.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 {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xxl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        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;
  }
}
@media (min-width: 1600px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

.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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-neg1,
.my-neg1 {
  margin-top: -0.25rem !important;
}

.mr-neg1,
.mx-neg1 {
  margin-right: -0.25rem !important;
}

.mb-neg1,
.my-neg1 {
  margin-bottom: -0.25rem !important;
}

.ml-neg1,
.mx-neg1 {
  margin-left: -0.25rem !important;
}

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

.mt-neg2,
.my-neg2 {
  margin-top: -0.5rem !important;
}

.mr-neg2,
.mx-neg2 {
  margin-right: -0.5rem !important;
}

.mb-neg2,
.my-neg2 {
  margin-bottom: -0.5rem !important;
}

.ml-neg2,
.mx-neg2 {
  margin-left: -0.5rem !important;
}

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

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

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

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

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

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

.mt-neg4,
.my-neg4 {
  margin-top: -1.5rem !important;
}

.mr-neg4,
.mx-neg4 {
  margin-right: -1.5rem !important;
}

.mb-neg4,
.my-neg4 {
  margin-bottom: -1.5rem !important;
}

.ml-neg4,
.mx-neg4 {
  margin-left: -1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-neg70px {
  margin: -70px !important;
}

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

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

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

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

.m-neg80px {
  margin: -80px !important;
}

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

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

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

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

.m-neg90px {
  margin: -90px !important;
}

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

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

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

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

.m-neg100px {
  margin: -100px !important;
}

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

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

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

.ml-neg100px,
.mx-neg100px {
  margin-left: -100px !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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-neg1,
.py-neg1 {
  padding-top: -0.25rem !important;
}

.pr-neg1,
.px-neg1 {
  padding-right: -0.25rem !important;
}

.pb-neg1,
.py-neg1 {
  padding-bottom: -0.25rem !important;
}

.pl-neg1,
.px-neg1 {
  padding-left: -0.25rem !important;
}

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

.pt-neg2,
.py-neg2 {
  padding-top: -0.5rem !important;
}

.pr-neg2,
.px-neg2 {
  padding-right: -0.5rem !important;
}

.pb-neg2,
.py-neg2 {
  padding-bottom: -0.5rem !important;
}

.pl-neg2,
.px-neg2 {
  padding-left: -0.5rem !important;
}

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

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

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

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

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

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

.pt-neg4,
.py-neg4 {
  padding-top: -1.5rem !important;
}

.pr-neg4,
.px-neg4 {
  padding-right: -1.5rem !important;
}

.pb-neg4,
.py-neg4 {
  padding-bottom: -1.5rem !important;
}

.pl-neg4,
.px-neg4 {
  padding-left: -1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.p-neg20px {
  padding: -20px !important;
}

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

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

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

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

.p-neg30px {
  padding: -30px !important;
}

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

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

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

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

.p-neg40px {
  padding: -40px !important;
}

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

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

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

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

.p-neg50px {
  padding: -50px !important;
}

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

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

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

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

.p-neg60px {
  padding: -60px !important;
}

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

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

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

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

.p-neg70px {
  padding: -70px !important;
}

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

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

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

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

.p-neg80px {
  padding: -80px !important;
}

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

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

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

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

.p-neg90px {
  padding: -90px !important;
}

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

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

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

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

.p-neg100px {
  padding: -100px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

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

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

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

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

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

.mt-nneg1,
.my-nneg1 {
  margin-top: 0.25rem !important;
}

.mr-nneg1,
.mx-nneg1 {
  margin-right: 0.25rem !important;
}

.mb-nneg1,
.my-nneg1 {
  margin-bottom: 0.25rem !important;
}

.ml-nneg1,
.mx-nneg1 {
  margin-left: 0.25rem !important;
}

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

.mt-nneg2,
.my-nneg2 {
  margin-top: 0.5rem !important;
}

.mr-nneg2,
.mx-nneg2 {
  margin-right: 0.5rem !important;
}

.mb-nneg2,
.my-nneg2 {
  margin-bottom: 0.5rem !important;
}

.ml-nneg2,
.mx-nneg2 {
  margin-left: 0.5rem !important;
}

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

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

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

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

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

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

.mt-nneg4,
.my-nneg4 {
  margin-top: 1.5rem !important;
}

.mr-nneg4,
.mx-nneg4 {
  margin-right: 1.5rem !important;
}

.mb-nneg4,
.my-nneg4 {
  margin-bottom: 1.5rem !important;
}

.ml-nneg4,
.mx-nneg4 {
  margin-left: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-nneg70px {
  margin: 70px !important;
}

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

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

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

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

.m-nneg80px {
  margin: 80px !important;
}

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

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

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

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

.m-nneg90px {
  margin: 90px !important;
}

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

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

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

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

.m-nneg100px {
  margin: 100px !important;
}

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

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

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

.ml-nneg100px,
.mx-nneg100px {
  margin-left: 100px !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: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-neg1 {
    margin: -0.25rem !important;
  }
  .mt-sm-neg1,
.my-sm-neg1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-neg1,
.mx-sm-neg1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-neg1,
.my-sm-neg1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-neg1,
.mx-sm-neg1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-neg2 {
    margin: -0.5rem !important;
  }
  .mt-sm-neg2,
.my-sm-neg2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-neg2,
.mx-sm-neg2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-neg2,
.my-sm-neg2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-neg2,
.mx-sm-neg2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-neg3 {
    margin: -1rem !important;
  }
  .mt-sm-neg3,
.my-sm-neg3 {
    margin-top: -1rem !important;
  }
  .mr-sm-neg3,
.mx-sm-neg3 {
    margin-right: -1rem !important;
  }
  .mb-sm-neg3,
.my-sm-neg3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-neg3,
.mx-sm-neg3 {
    margin-left: -1rem !important;
  }
  .m-sm-neg4 {
    margin: -1.5rem !important;
  }
  .mt-sm-neg4,
.my-sm-neg4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-neg4,
.mx-sm-neg4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-neg4,
.my-sm-neg4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-neg4,
.mx-sm-neg4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-neg5 {
    margin: -3rem !important;
  }
  .mt-sm-neg5,
.my-sm-neg5 {
    margin-top: -3rem !important;
  }
  .mr-sm-neg5,
.mx-sm-neg5 {
    margin-right: -3rem !important;
  }
  .mb-sm-neg5,
.my-sm-neg5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-neg5,
.mx-sm-neg5 {
    margin-left: -3rem !important;
  }
  .m-sm-neg10px {
    margin: -10px !important;
  }
  .mt-sm-neg10px,
.my-sm-neg10px {
    margin-top: -10px !important;
  }
  .mr-sm-neg10px,
.mx-sm-neg10px {
    margin-right: -10px !important;
  }
  .mb-sm-neg10px,
.my-sm-neg10px {
    margin-bottom: -10px !important;
  }
  .ml-sm-neg10px,
.mx-sm-neg10px {
    margin-left: -10px !important;
  }
  .m-sm-neg20px {
    margin: -20px !important;
  }
  .mt-sm-neg20px,
.my-sm-neg20px {
    margin-top: -20px !important;
  }
  .mr-sm-neg20px,
.mx-sm-neg20px {
    margin-right: -20px !important;
  }
  .mb-sm-neg20px,
.my-sm-neg20px {
    margin-bottom: -20px !important;
  }
  .ml-sm-neg20px,
.mx-sm-neg20px {
    margin-left: -20px !important;
  }
  .m-sm-neg30px {
    margin: -30px !important;
  }
  .mt-sm-neg30px,
.my-sm-neg30px {
    margin-top: -30px !important;
  }
  .mr-sm-neg30px,
.mx-sm-neg30px {
    margin-right: -30px !important;
  }
  .mb-sm-neg30px,
.my-sm-neg30px {
    margin-bottom: -30px !important;
  }
  .ml-sm-neg30px,
.mx-sm-neg30px {
    margin-left: -30px !important;
  }
  .m-sm-neg40px {
    margin: -40px !important;
  }
  .mt-sm-neg40px,
.my-sm-neg40px {
    margin-top: -40px !important;
  }
  .mr-sm-neg40px,
.mx-sm-neg40px {
    margin-right: -40px !important;
  }
  .mb-sm-neg40px,
.my-sm-neg40px {
    margin-bottom: -40px !important;
  }
  .ml-sm-neg40px,
.mx-sm-neg40px {
    margin-left: -40px !important;
  }
  .m-sm-neg50px {
    margin: -50px !important;
  }
  .mt-sm-neg50px,
.my-sm-neg50px {
    margin-top: -50px !important;
  }
  .mr-sm-neg50px,
.mx-sm-neg50px {
    margin-right: -50px !important;
  }
  .mb-sm-neg50px,
.my-sm-neg50px {
    margin-bottom: -50px !important;
  }
  .ml-sm-neg50px,
.mx-sm-neg50px {
    margin-left: -50px !important;
  }
  .m-sm-neg60px {
    margin: -60px !important;
  }
  .mt-sm-neg60px,
.my-sm-neg60px {
    margin-top: -60px !important;
  }
  .mr-sm-neg60px,
.mx-sm-neg60px {
    margin-right: -60px !important;
  }
  .mb-sm-neg60px,
.my-sm-neg60px {
    margin-bottom: -60px !important;
  }
  .ml-sm-neg60px,
.mx-sm-neg60px {
    margin-left: -60px !important;
  }
  .m-sm-neg70px {
    margin: -70px !important;
  }
  .mt-sm-neg70px,
.my-sm-neg70px {
    margin-top: -70px !important;
  }
  .mr-sm-neg70px,
.mx-sm-neg70px {
    margin-right: -70px !important;
  }
  .mb-sm-neg70px,
.my-sm-neg70px {
    margin-bottom: -70px !important;
  }
  .ml-sm-neg70px,
.mx-sm-neg70px {
    margin-left: -70px !important;
  }
  .m-sm-neg80px {
    margin: -80px !important;
  }
  .mt-sm-neg80px,
.my-sm-neg80px {
    margin-top: -80px !important;
  }
  .mr-sm-neg80px,
.mx-sm-neg80px {
    margin-right: -80px !important;
  }
  .mb-sm-neg80px,
.my-sm-neg80px {
    margin-bottom: -80px !important;
  }
  .ml-sm-neg80px,
.mx-sm-neg80px {
    margin-left: -80px !important;
  }
  .m-sm-neg90px {
    margin: -90px !important;
  }
  .mt-sm-neg90px,
.my-sm-neg90px {
    margin-top: -90px !important;
  }
  .mr-sm-neg90px,
.mx-sm-neg90px {
    margin-right: -90px !important;
  }
  .mb-sm-neg90px,
.my-sm-neg90px {
    margin-bottom: -90px !important;
  }
  .ml-sm-neg90px,
.mx-sm-neg90px {
    margin-left: -90px !important;
  }
  .m-sm-neg100px {
    margin: -100px !important;
  }
  .mt-sm-neg100px,
.my-sm-neg100px {
    margin-top: -100px !important;
  }
  .mr-sm-neg100px,
.mx-sm-neg100px {
    margin-right: -100px !important;
  }
  .mb-sm-neg100px,
.my-sm-neg100px {
    margin-bottom: -100px !important;
  }
  .ml-sm-neg100px,
.mx-sm-neg100px {
    margin-left: -100px !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: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-neg1 {
    padding: -0.25rem !important;
  }
  .pt-sm-neg1,
.py-sm-neg1 {
    padding-top: -0.25rem !important;
  }
  .pr-sm-neg1,
.px-sm-neg1 {
    padding-right: -0.25rem !important;
  }
  .pb-sm-neg1,
.py-sm-neg1 {
    padding-bottom: -0.25rem !important;
  }
  .pl-sm-neg1,
.px-sm-neg1 {
    padding-left: -0.25rem !important;
  }
  .p-sm-neg2 {
    padding: -0.5rem !important;
  }
  .pt-sm-neg2,
.py-sm-neg2 {
    padding-top: -0.5rem !important;
  }
  .pr-sm-neg2,
.px-sm-neg2 {
    padding-right: -0.5rem !important;
  }
  .pb-sm-neg2,
.py-sm-neg2 {
    padding-bottom: -0.5rem !important;
  }
  .pl-sm-neg2,
.px-sm-neg2 {
    padding-left: -0.5rem !important;
  }
  .p-sm-neg3 {
    padding: -1rem !important;
  }
  .pt-sm-neg3,
.py-sm-neg3 {
    padding-top: -1rem !important;
  }
  .pr-sm-neg3,
.px-sm-neg3 {
    padding-right: -1rem !important;
  }
  .pb-sm-neg3,
.py-sm-neg3 {
    padding-bottom: -1rem !important;
  }
  .pl-sm-neg3,
.px-sm-neg3 {
    padding-left: -1rem !important;
  }
  .p-sm-neg4 {
    padding: -1.5rem !important;
  }
  .pt-sm-neg4,
.py-sm-neg4 {
    padding-top: -1.5rem !important;
  }
  .pr-sm-neg4,
.px-sm-neg4 {
    padding-right: -1.5rem !important;
  }
  .pb-sm-neg4,
.py-sm-neg4 {
    padding-bottom: -1.5rem !important;
  }
  .pl-sm-neg4,
.px-sm-neg4 {
    padding-left: -1.5rem !important;
  }
  .p-sm-neg5 {
    padding: -3rem !important;
  }
  .pt-sm-neg5,
.py-sm-neg5 {
    padding-top: -3rem !important;
  }
  .pr-sm-neg5,
.px-sm-neg5 {
    padding-right: -3rem !important;
  }
  .pb-sm-neg5,
.py-sm-neg5 {
    padding-bottom: -3rem !important;
  }
  .pl-sm-neg5,
.px-sm-neg5 {
    padding-left: -3rem !important;
  }
  .p-sm-neg10px {
    padding: -10px !important;
  }
  .pt-sm-neg10px,
.py-sm-neg10px {
    padding-top: -10px !important;
  }
  .pr-sm-neg10px,
.px-sm-neg10px {
    padding-right: -10px !important;
  }
  .pb-sm-neg10px,
.py-sm-neg10px {
    padding-bottom: -10px !important;
  }
  .pl-sm-neg10px,
.px-sm-neg10px {
    padding-left: -10px !important;
  }
  .p-sm-neg20px {
    padding: -20px !important;
  }
  .pt-sm-neg20px,
.py-sm-neg20px {
    padding-top: -20px !important;
  }
  .pr-sm-neg20px,
.px-sm-neg20px {
    padding-right: -20px !important;
  }
  .pb-sm-neg20px,
.py-sm-neg20px {
    padding-bottom: -20px !important;
  }
  .pl-sm-neg20px,
.px-sm-neg20px {
    padding-left: -20px !important;
  }
  .p-sm-neg30px {
    padding: -30px !important;
  }
  .pt-sm-neg30px,
.py-sm-neg30px {
    padding-top: -30px !important;
  }
  .pr-sm-neg30px,
.px-sm-neg30px {
    padding-right: -30px !important;
  }
  .pb-sm-neg30px,
.py-sm-neg30px {
    padding-bottom: -30px !important;
  }
  .pl-sm-neg30px,
.px-sm-neg30px {
    padding-left: -30px !important;
  }
  .p-sm-neg40px {
    padding: -40px !important;
  }
  .pt-sm-neg40px,
.py-sm-neg40px {
    padding-top: -40px !important;
  }
  .pr-sm-neg40px,
.px-sm-neg40px {
    padding-right: -40px !important;
  }
  .pb-sm-neg40px,
.py-sm-neg40px {
    padding-bottom: -40px !important;
  }
  .pl-sm-neg40px,
.px-sm-neg40px {
    padding-left: -40px !important;
  }
  .p-sm-neg50px {
    padding: -50px !important;
  }
  .pt-sm-neg50px,
.py-sm-neg50px {
    padding-top: -50px !important;
  }
  .pr-sm-neg50px,
.px-sm-neg50px {
    padding-right: -50px !important;
  }
  .pb-sm-neg50px,
.py-sm-neg50px {
    padding-bottom: -50px !important;
  }
  .pl-sm-neg50px,
.px-sm-neg50px {
    padding-left: -50px !important;
  }
  .p-sm-neg60px {
    padding: -60px !important;
  }
  .pt-sm-neg60px,
.py-sm-neg60px {
    padding-top: -60px !important;
  }
  .pr-sm-neg60px,
.px-sm-neg60px {
    padding-right: -60px !important;
  }
  .pb-sm-neg60px,
.py-sm-neg60px {
    padding-bottom: -60px !important;
  }
  .pl-sm-neg60px,
.px-sm-neg60px {
    padding-left: -60px !important;
  }
  .p-sm-neg70px {
    padding: -70px !important;
  }
  .pt-sm-neg70px,
.py-sm-neg70px {
    padding-top: -70px !important;
  }
  .pr-sm-neg70px,
.px-sm-neg70px {
    padding-right: -70px !important;
  }
  .pb-sm-neg70px,
.py-sm-neg70px {
    padding-bottom: -70px !important;
  }
  .pl-sm-neg70px,
.px-sm-neg70px {
    padding-left: -70px !important;
  }
  .p-sm-neg80px {
    padding: -80px !important;
  }
  .pt-sm-neg80px,
.py-sm-neg80px {
    padding-top: -80px !important;
  }
  .pr-sm-neg80px,
.px-sm-neg80px {
    padding-right: -80px !important;
  }
  .pb-sm-neg80px,
.py-sm-neg80px {
    padding-bottom: -80px !important;
  }
  .pl-sm-neg80px,
.px-sm-neg80px {
    padding-left: -80px !important;
  }
  .p-sm-neg90px {
    padding: -90px !important;
  }
  .pt-sm-neg90px,
.py-sm-neg90px {
    padding-top: -90px !important;
  }
  .pr-sm-neg90px,
.px-sm-neg90px {
    padding-right: -90px !important;
  }
  .pb-sm-neg90px,
.py-sm-neg90px {
    padding-bottom: -90px !important;
  }
  .pl-sm-neg90px,
.px-sm-neg90px {
    padding-left: -90px !important;
  }
  .p-sm-neg100px {
    padding: -100px !important;
  }
  .pt-sm-neg100px,
.py-sm-neg100px {
    padding-top: -100px !important;
  }
  .pr-sm-neg100px,
.px-sm-neg100px {
    padding-right: -100px !important;
  }
  .pb-sm-neg100px,
.py-sm-neg100px {
    padding-bottom: -100px !important;
  }
  .pl-sm-neg100px,
.px-sm-neg100px {
    padding-left: -100px !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-nneg1 {
    margin: 0.25rem !important;
  }
  .mt-sm-nneg1,
.my-sm-nneg1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-nneg1,
.mx-sm-nneg1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-nneg1,
.my-sm-nneg1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-nneg1,
.mx-sm-nneg1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-nneg2 {
    margin: 0.5rem !important;
  }
  .mt-sm-nneg2,
.my-sm-nneg2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-nneg2,
.mx-sm-nneg2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-nneg2,
.my-sm-nneg2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-nneg2,
.mx-sm-nneg2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-nneg3 {
    margin: 1rem !important;
  }
  .mt-sm-nneg3,
.my-sm-nneg3 {
    margin-top: 1rem !important;
  }
  .mr-sm-nneg3,
.mx-sm-nneg3 {
    margin-right: 1rem !important;
  }
  .mb-sm-nneg3,
.my-sm-nneg3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-nneg3,
.mx-sm-nneg3 {
    margin-left: 1rem !important;
  }
  .m-sm-nneg4 {
    margin: 1.5rem !important;
  }
  .mt-sm-nneg4,
.my-sm-nneg4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-nneg4,
.mx-sm-nneg4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-nneg4,
.my-sm-nneg4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-nneg4,
.mx-sm-nneg4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-nneg5 {
    margin: 3rem !important;
  }
  .mt-sm-nneg5,
.my-sm-nneg5 {
    margin-top: 3rem !important;
  }
  .mr-sm-nneg5,
.mx-sm-nneg5 {
    margin-right: 3rem !important;
  }
  .mb-sm-nneg5,
.my-sm-nneg5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-nneg5,
.mx-sm-nneg5 {
    margin-left: 3rem !important;
  }
  .m-sm-nneg10px {
    margin: 10px !important;
  }
  .mt-sm-nneg10px,
.my-sm-nneg10px {
    margin-top: 10px !important;
  }
  .mr-sm-nneg10px,
.mx-sm-nneg10px {
    margin-right: 10px !important;
  }
  .mb-sm-nneg10px,
.my-sm-nneg10px {
    margin-bottom: 10px !important;
  }
  .ml-sm-nneg10px,
.mx-sm-nneg10px {
    margin-left: 10px !important;
  }
  .m-sm-nneg20px {
    margin: 20px !important;
  }
  .mt-sm-nneg20px,
.my-sm-nneg20px {
    margin-top: 20px !important;
  }
  .mr-sm-nneg20px,
.mx-sm-nneg20px {
    margin-right: 20px !important;
  }
  .mb-sm-nneg20px,
.my-sm-nneg20px {
    margin-bottom: 20px !important;
  }
  .ml-sm-nneg20px,
.mx-sm-nneg20px {
    margin-left: 20px !important;
  }
  .m-sm-nneg30px {
    margin: 30px !important;
  }
  .mt-sm-nneg30px,
.my-sm-nneg30px {
    margin-top: 30px !important;
  }
  .mr-sm-nneg30px,
.mx-sm-nneg30px {
    margin-right: 30px !important;
  }
  .mb-sm-nneg30px,
.my-sm-nneg30px {
    margin-bottom: 30px !important;
  }
  .ml-sm-nneg30px,
.mx-sm-nneg30px {
    margin-left: 30px !important;
  }
  .m-sm-nneg40px {
    margin: 40px !important;
  }
  .mt-sm-nneg40px,
.my-sm-nneg40px {
    margin-top: 40px !important;
  }
  .mr-sm-nneg40px,
.mx-sm-nneg40px {
    margin-right: 40px !important;
  }
  .mb-sm-nneg40px,
.my-sm-nneg40px {
    margin-bottom: 40px !important;
  }
  .ml-sm-nneg40px,
.mx-sm-nneg40px {
    margin-left: 40px !important;
  }
  .m-sm-nneg50px {
    margin: 50px !important;
  }
  .mt-sm-nneg50px,
.my-sm-nneg50px {
    margin-top: 50px !important;
  }
  .mr-sm-nneg50px,
.mx-sm-nneg50px {
    margin-right: 50px !important;
  }
  .mb-sm-nneg50px,
.my-sm-nneg50px {
    margin-bottom: 50px !important;
  }
  .ml-sm-nneg50px,
.mx-sm-nneg50px {
    margin-left: 50px !important;
  }
  .m-sm-nneg60px {
    margin: 60px !important;
  }
  .mt-sm-nneg60px,
.my-sm-nneg60px {
    margin-top: 60px !important;
  }
  .mr-sm-nneg60px,
.mx-sm-nneg60px {
    margin-right: 60px !important;
  }
  .mb-sm-nneg60px,
.my-sm-nneg60px {
    margin-bottom: 60px !important;
  }
  .ml-sm-nneg60px,
.mx-sm-nneg60px {
    margin-left: 60px !important;
  }
  .m-sm-nneg70px {
    margin: 70px !important;
  }
  .mt-sm-nneg70px,
.my-sm-nneg70px {
    margin-top: 70px !important;
  }
  .mr-sm-nneg70px,
.mx-sm-nneg70px {
    margin-right: 70px !important;
  }
  .mb-sm-nneg70px,
.my-sm-nneg70px {
    margin-bottom: 70px !important;
  }
  .ml-sm-nneg70px,
.mx-sm-nneg70px {
    margin-left: 70px !important;
  }
  .m-sm-nneg80px {
    margin: 80px !important;
  }
  .mt-sm-nneg80px,
.my-sm-nneg80px {
    margin-top: 80px !important;
  }
  .mr-sm-nneg80px,
.mx-sm-nneg80px {
    margin-right: 80px !important;
  }
  .mb-sm-nneg80px,
.my-sm-nneg80px {
    margin-bottom: 80px !important;
  }
  .ml-sm-nneg80px,
.mx-sm-nneg80px {
    margin-left: 80px !important;
  }
  .m-sm-nneg90px {
    margin: 90px !important;
  }
  .mt-sm-nneg90px,
.my-sm-nneg90px {
    margin-top: 90px !important;
  }
  .mr-sm-nneg90px,
.mx-sm-nneg90px {
    margin-right: 90px !important;
  }
  .mb-sm-nneg90px,
.my-sm-nneg90px {
    margin-bottom: 90px !important;
  }
  .ml-sm-nneg90px,
.mx-sm-nneg90px {
    margin-left: 90px !important;
  }
  .m-sm-nneg100px {
    margin: 100px !important;
  }
  .mt-sm-nneg100px,
.my-sm-nneg100px {
    margin-top: 100px !important;
  }
  .mr-sm-nneg100px,
.mx-sm-nneg100px {
    margin-right: 100px !important;
  }
  .mb-sm-nneg100px,
.my-sm-nneg100px {
    margin-bottom: 100px !important;
  }
  .ml-sm-nneg100px,
.mx-sm-nneg100px {
    margin-left: 100px !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: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-neg1 {
    margin: -0.25rem !important;
  }
  .mt-md-neg1,
.my-md-neg1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-neg1,
.mx-md-neg1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-neg1,
.my-md-neg1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-neg1,
.mx-md-neg1 {
    margin-left: -0.25rem !important;
  }
  .m-md-neg2 {
    margin: -0.5rem !important;
  }
  .mt-md-neg2,
.my-md-neg2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-neg2,
.mx-md-neg2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-neg2,
.my-md-neg2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-neg2,
.mx-md-neg2 {
    margin-left: -0.5rem !important;
  }
  .m-md-neg3 {
    margin: -1rem !important;
  }
  .mt-md-neg3,
.my-md-neg3 {
    margin-top: -1rem !important;
  }
  .mr-md-neg3,
.mx-md-neg3 {
    margin-right: -1rem !important;
  }
  .mb-md-neg3,
.my-md-neg3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-neg3,
.mx-md-neg3 {
    margin-left: -1rem !important;
  }
  .m-md-neg4 {
    margin: -1.5rem !important;
  }
  .mt-md-neg4,
.my-md-neg4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-neg4,
.mx-md-neg4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-neg4,
.my-md-neg4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-neg4,
.mx-md-neg4 {
    margin-left: -1.5rem !important;
  }
  .m-md-neg5 {
    margin: -3rem !important;
  }
  .mt-md-neg5,
.my-md-neg5 {
    margin-top: -3rem !important;
  }
  .mr-md-neg5,
.mx-md-neg5 {
    margin-right: -3rem !important;
  }
  .mb-md-neg5,
.my-md-neg5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-neg5,
.mx-md-neg5 {
    margin-left: -3rem !important;
  }
  .m-md-neg10px {
    margin: -10px !important;
  }
  .mt-md-neg10px,
.my-md-neg10px {
    margin-top: -10px !important;
  }
  .mr-md-neg10px,
.mx-md-neg10px {
    margin-right: -10px !important;
  }
  .mb-md-neg10px,
.my-md-neg10px {
    margin-bottom: -10px !important;
  }
  .ml-md-neg10px,
.mx-md-neg10px {
    margin-left: -10px !important;
  }
  .m-md-neg20px {
    margin: -20px !important;
  }
  .mt-md-neg20px,
.my-md-neg20px {
    margin-top: -20px !important;
  }
  .mr-md-neg20px,
.mx-md-neg20px {
    margin-right: -20px !important;
  }
  .mb-md-neg20px,
.my-md-neg20px {
    margin-bottom: -20px !important;
  }
  .ml-md-neg20px,
.mx-md-neg20px {
    margin-left: -20px !important;
  }
  .m-md-neg30px {
    margin: -30px !important;
  }
  .mt-md-neg30px,
.my-md-neg30px {
    margin-top: -30px !important;
  }
  .mr-md-neg30px,
.mx-md-neg30px {
    margin-right: -30px !important;
  }
  .mb-md-neg30px,
.my-md-neg30px {
    margin-bottom: -30px !important;
  }
  .ml-md-neg30px,
.mx-md-neg30px {
    margin-left: -30px !important;
  }
  .m-md-neg40px {
    margin: -40px !important;
  }
  .mt-md-neg40px,
.my-md-neg40px {
    margin-top: -40px !important;
  }
  .mr-md-neg40px,
.mx-md-neg40px {
    margin-right: -40px !important;
  }
  .mb-md-neg40px,
.my-md-neg40px {
    margin-bottom: -40px !important;
  }
  .ml-md-neg40px,
.mx-md-neg40px {
    margin-left: -40px !important;
  }
  .m-md-neg50px {
    margin: -50px !important;
  }
  .mt-md-neg50px,
.my-md-neg50px {
    margin-top: -50px !important;
  }
  .mr-md-neg50px,
.mx-md-neg50px {
    margin-right: -50px !important;
  }
  .mb-md-neg50px,
.my-md-neg50px {
    margin-bottom: -50px !important;
  }
  .ml-md-neg50px,
.mx-md-neg50px {
    margin-left: -50px !important;
  }
  .m-md-neg60px {
    margin: -60px !important;
  }
  .mt-md-neg60px,
.my-md-neg60px {
    margin-top: -60px !important;
  }
  .mr-md-neg60px,
.mx-md-neg60px {
    margin-right: -60px !important;
  }
  .mb-md-neg60px,
.my-md-neg60px {
    margin-bottom: -60px !important;
  }
  .ml-md-neg60px,
.mx-md-neg60px {
    margin-left: -60px !important;
  }
  .m-md-neg70px {
    margin: -70px !important;
  }
  .mt-md-neg70px,
.my-md-neg70px {
    margin-top: -70px !important;
  }
  .mr-md-neg70px,
.mx-md-neg70px {
    margin-right: -70px !important;
  }
  .mb-md-neg70px,
.my-md-neg70px {
    margin-bottom: -70px !important;
  }
  .ml-md-neg70px,
.mx-md-neg70px {
    margin-left: -70px !important;
  }
  .m-md-neg80px {
    margin: -80px !important;
  }
  .mt-md-neg80px,
.my-md-neg80px {
    margin-top: -80px !important;
  }
  .mr-md-neg80px,
.mx-md-neg80px {
    margin-right: -80px !important;
  }
  .mb-md-neg80px,
.my-md-neg80px {
    margin-bottom: -80px !important;
  }
  .ml-md-neg80px,
.mx-md-neg80px {
    margin-left: -80px !important;
  }
  .m-md-neg90px {
    margin: -90px !important;
  }
  .mt-md-neg90px,
.my-md-neg90px {
    margin-top: -90px !important;
  }
  .mr-md-neg90px,
.mx-md-neg90px {
    margin-right: -90px !important;
  }
  .mb-md-neg90px,
.my-md-neg90px {
    margin-bottom: -90px !important;
  }
  .ml-md-neg90px,
.mx-md-neg90px {
    margin-left: -90px !important;
  }
  .m-md-neg100px {
    margin: -100px !important;
  }
  .mt-md-neg100px,
.my-md-neg100px {
    margin-top: -100px !important;
  }
  .mr-md-neg100px,
.mx-md-neg100px {
    margin-right: -100px !important;
  }
  .mb-md-neg100px,
.my-md-neg100px {
    margin-bottom: -100px !important;
  }
  .ml-md-neg100px,
.mx-md-neg100px {
    margin-left: -100px !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: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-neg1 {
    padding: -0.25rem !important;
  }
  .pt-md-neg1,
.py-md-neg1 {
    padding-top: -0.25rem !important;
  }
  .pr-md-neg1,
.px-md-neg1 {
    padding-right: -0.25rem !important;
  }
  .pb-md-neg1,
.py-md-neg1 {
    padding-bottom: -0.25rem !important;
  }
  .pl-md-neg1,
.px-md-neg1 {
    padding-left: -0.25rem !important;
  }
  .p-md-neg2 {
    padding: -0.5rem !important;
  }
  .pt-md-neg2,
.py-md-neg2 {
    padding-top: -0.5rem !important;
  }
  .pr-md-neg2,
.px-md-neg2 {
    padding-right: -0.5rem !important;
  }
  .pb-md-neg2,
.py-md-neg2 {
    padding-bottom: -0.5rem !important;
  }
  .pl-md-neg2,
.px-md-neg2 {
    padding-left: -0.5rem !important;
  }
  .p-md-neg3 {
    padding: -1rem !important;
  }
  .pt-md-neg3,
.py-md-neg3 {
    padding-top: -1rem !important;
  }
  .pr-md-neg3,
.px-md-neg3 {
    padding-right: -1rem !important;
  }
  .pb-md-neg3,
.py-md-neg3 {
    padding-bottom: -1rem !important;
  }
  .pl-md-neg3,
.px-md-neg3 {
    padding-left: -1rem !important;
  }
  .p-md-neg4 {
    padding: -1.5rem !important;
  }
  .pt-md-neg4,
.py-md-neg4 {
    padding-top: -1.5rem !important;
  }
  .pr-md-neg4,
.px-md-neg4 {
    padding-right: -1.5rem !important;
  }
  .pb-md-neg4,
.py-md-neg4 {
    padding-bottom: -1.5rem !important;
  }
  .pl-md-neg4,
.px-md-neg4 {
    padding-left: -1.5rem !important;
  }
  .p-md-neg5 {
    padding: -3rem !important;
  }
  .pt-md-neg5,
.py-md-neg5 {
    padding-top: -3rem !important;
  }
  .pr-md-neg5,
.px-md-neg5 {
    padding-right: -3rem !important;
  }
  .pb-md-neg5,
.py-md-neg5 {
    padding-bottom: -3rem !important;
  }
  .pl-md-neg5,
.px-md-neg5 {
    padding-left: -3rem !important;
  }
  .p-md-neg10px {
    padding: -10px !important;
  }
  .pt-md-neg10px,
.py-md-neg10px {
    padding-top: -10px !important;
  }
  .pr-md-neg10px,
.px-md-neg10px {
    padding-right: -10px !important;
  }
  .pb-md-neg10px,
.py-md-neg10px {
    padding-bottom: -10px !important;
  }
  .pl-md-neg10px,
.px-md-neg10px {
    padding-left: -10px !important;
  }
  .p-md-neg20px {
    padding: -20px !important;
  }
  .pt-md-neg20px,
.py-md-neg20px {
    padding-top: -20px !important;
  }
  .pr-md-neg20px,
.px-md-neg20px {
    padding-right: -20px !important;
  }
  .pb-md-neg20px,
.py-md-neg20px {
    padding-bottom: -20px !important;
  }
  .pl-md-neg20px,
.px-md-neg20px {
    padding-left: -20px !important;
  }
  .p-md-neg30px {
    padding: -30px !important;
  }
  .pt-md-neg30px,
.py-md-neg30px {
    padding-top: -30px !important;
  }
  .pr-md-neg30px,
.px-md-neg30px {
    padding-right: -30px !important;
  }
  .pb-md-neg30px,
.py-md-neg30px {
    padding-bottom: -30px !important;
  }
  .pl-md-neg30px,
.px-md-neg30px {
    padding-left: -30px !important;
  }
  .p-md-neg40px {
    padding: -40px !important;
  }
  .pt-md-neg40px,
.py-md-neg40px {
    padding-top: -40px !important;
  }
  .pr-md-neg40px,
.px-md-neg40px {
    padding-right: -40px !important;
  }
  .pb-md-neg40px,
.py-md-neg40px {
    padding-bottom: -40px !important;
  }
  .pl-md-neg40px,
.px-md-neg40px {
    padding-left: -40px !important;
  }
  .p-md-neg50px {
    padding: -50px !important;
  }
  .pt-md-neg50px,
.py-md-neg50px {
    padding-top: -50px !important;
  }
  .pr-md-neg50px,
.px-md-neg50px {
    padding-right: -50px !important;
  }
  .pb-md-neg50px,
.py-md-neg50px {
    padding-bottom: -50px !important;
  }
  .pl-md-neg50px,
.px-md-neg50px {
    padding-left: -50px !important;
  }
  .p-md-neg60px {
    padding: -60px !important;
  }
  .pt-md-neg60px,
.py-md-neg60px {
    padding-top: -60px !important;
  }
  .pr-md-neg60px,
.px-md-neg60px {
    padding-right: -60px !important;
  }
  .pb-md-neg60px,
.py-md-neg60px {
    padding-bottom: -60px !important;
  }
  .pl-md-neg60px,
.px-md-neg60px {
    padding-left: -60px !important;
  }
  .p-md-neg70px {
    padding: -70px !important;
  }
  .pt-md-neg70px,
.py-md-neg70px {
    padding-top: -70px !important;
  }
  .pr-md-neg70px,
.px-md-neg70px {
    padding-right: -70px !important;
  }
  .pb-md-neg70px,
.py-md-neg70px {
    padding-bottom: -70px !important;
  }
  .pl-md-neg70px,
.px-md-neg70px {
    padding-left: -70px !important;
  }
  .p-md-neg80px {
    padding: -80px !important;
  }
  .pt-md-neg80px,
.py-md-neg80px {
    padding-top: -80px !important;
  }
  .pr-md-neg80px,
.px-md-neg80px {
    padding-right: -80px !important;
  }
  .pb-md-neg80px,
.py-md-neg80px {
    padding-bottom: -80px !important;
  }
  .pl-md-neg80px,
.px-md-neg80px {
    padding-left: -80px !important;
  }
  .p-md-neg90px {
    padding: -90px !important;
  }
  .pt-md-neg90px,
.py-md-neg90px {
    padding-top: -90px !important;
  }
  .pr-md-neg90px,
.px-md-neg90px {
    padding-right: -90px !important;
  }
  .pb-md-neg90px,
.py-md-neg90px {
    padding-bottom: -90px !important;
  }
  .pl-md-neg90px,
.px-md-neg90px {
    padding-left: -90px !important;
  }
  .p-md-neg100px {
    padding: -100px !important;
  }
  .pt-md-neg100px,
.py-md-neg100px {
    padding-top: -100px !important;
  }
  .pr-md-neg100px,
.px-md-neg100px {
    padding-right: -100px !important;
  }
  .pb-md-neg100px,
.py-md-neg100px {
    padding-bottom: -100px !important;
  }
  .pl-md-neg100px,
.px-md-neg100px {
    padding-left: -100px !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-nneg1 {
    margin: 0.25rem !important;
  }
  .mt-md-nneg1,
.my-md-nneg1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-nneg1,
.mx-md-nneg1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-nneg1,
.my-md-nneg1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-nneg1,
.mx-md-nneg1 {
    margin-left: 0.25rem !important;
  }
  .m-md-nneg2 {
    margin: 0.5rem !important;
  }
  .mt-md-nneg2,
.my-md-nneg2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-nneg2,
.mx-md-nneg2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-nneg2,
.my-md-nneg2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-nneg2,
.mx-md-nneg2 {
    margin-left: 0.5rem !important;
  }
  .m-md-nneg3 {
    margin: 1rem !important;
  }
  .mt-md-nneg3,
.my-md-nneg3 {
    margin-top: 1rem !important;
  }
  .mr-md-nneg3,
.mx-md-nneg3 {
    margin-right: 1rem !important;
  }
  .mb-md-nneg3,
.my-md-nneg3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-nneg3,
.mx-md-nneg3 {
    margin-left: 1rem !important;
  }
  .m-md-nneg4 {
    margin: 1.5rem !important;
  }
  .mt-md-nneg4,
.my-md-nneg4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-nneg4,
.mx-md-nneg4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-nneg4,
.my-md-nneg4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-nneg4,
.mx-md-nneg4 {
    margin-left: 1.5rem !important;
  }
  .m-md-nneg5 {
    margin: 3rem !important;
  }
  .mt-md-nneg5,
.my-md-nneg5 {
    margin-top: 3rem !important;
  }
  .mr-md-nneg5,
.mx-md-nneg5 {
    margin-right: 3rem !important;
  }
  .mb-md-nneg5,
.my-md-nneg5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-nneg5,
.mx-md-nneg5 {
    margin-left: 3rem !important;
  }
  .m-md-nneg10px {
    margin: 10px !important;
  }
  .mt-md-nneg10px,
.my-md-nneg10px {
    margin-top: 10px !important;
  }
  .mr-md-nneg10px,
.mx-md-nneg10px {
    margin-right: 10px !important;
  }
  .mb-md-nneg10px,
.my-md-nneg10px {
    margin-bottom: 10px !important;
  }
  .ml-md-nneg10px,
.mx-md-nneg10px {
    margin-left: 10px !important;
  }
  .m-md-nneg20px {
    margin: 20px !important;
  }
  .mt-md-nneg20px,
.my-md-nneg20px {
    margin-top: 20px !important;
  }
  .mr-md-nneg20px,
.mx-md-nneg20px {
    margin-right: 20px !important;
  }
  .mb-md-nneg20px,
.my-md-nneg20px {
    margin-bottom: 20px !important;
  }
  .ml-md-nneg20px,
.mx-md-nneg20px {
    margin-left: 20px !important;
  }
  .m-md-nneg30px {
    margin: 30px !important;
  }
  .mt-md-nneg30px,
.my-md-nneg30px {
    margin-top: 30px !important;
  }
  .mr-md-nneg30px,
.mx-md-nneg30px {
    margin-right: 30px !important;
  }
  .mb-md-nneg30px,
.my-md-nneg30px {
    margin-bottom: 30px !important;
  }
  .ml-md-nneg30px,
.mx-md-nneg30px {
    margin-left: 30px !important;
  }
  .m-md-nneg40px {
    margin: 40px !important;
  }
  .mt-md-nneg40px,
.my-md-nneg40px {
    margin-top: 40px !important;
  }
  .mr-md-nneg40px,
.mx-md-nneg40px {
    margin-right: 40px !important;
  }
  .mb-md-nneg40px,
.my-md-nneg40px {
    margin-bottom: 40px !important;
  }
  .ml-md-nneg40px,
.mx-md-nneg40px {
    margin-left: 40px !important;
  }
  .m-md-nneg50px {
    margin: 50px !important;
  }
  .mt-md-nneg50px,
.my-md-nneg50px {
    margin-top: 50px !important;
  }
  .mr-md-nneg50px,
.mx-md-nneg50px {
    margin-right: 50px !important;
  }
  .mb-md-nneg50px,
.my-md-nneg50px {
    margin-bottom: 50px !important;
  }
  .ml-md-nneg50px,
.mx-md-nneg50px {
    margin-left: 50px !important;
  }
  .m-md-nneg60px {
    margin: 60px !important;
  }
  .mt-md-nneg60px,
.my-md-nneg60px {
    margin-top: 60px !important;
  }
  .mr-md-nneg60px,
.mx-md-nneg60px {
    margin-right: 60px !important;
  }
  .mb-md-nneg60px,
.my-md-nneg60px {
    margin-bottom: 60px !important;
  }
  .ml-md-nneg60px,
.mx-md-nneg60px {
    margin-left: 60px !important;
  }
  .m-md-nneg70px {
    margin: 70px !important;
  }
  .mt-md-nneg70px,
.my-md-nneg70px {
    margin-top: 70px !important;
  }
  .mr-md-nneg70px,
.mx-md-nneg70px {
    margin-right: 70px !important;
  }
  .mb-md-nneg70px,
.my-md-nneg70px {
    margin-bottom: 70px !important;
  }
  .ml-md-nneg70px,
.mx-md-nneg70px {
    margin-left: 70px !important;
  }
  .m-md-nneg80px {
    margin: 80px !important;
  }
  .mt-md-nneg80px,
.my-md-nneg80px {
    margin-top: 80px !important;
  }
  .mr-md-nneg80px,
.mx-md-nneg80px {
    margin-right: 80px !important;
  }
  .mb-md-nneg80px,
.my-md-nneg80px {
    margin-bottom: 80px !important;
  }
  .ml-md-nneg80px,
.mx-md-nneg80px {
    margin-left: 80px !important;
  }
  .m-md-nneg90px {
    margin: 90px !important;
  }
  .mt-md-nneg90px,
.my-md-nneg90px {
    margin-top: 90px !important;
  }
  .mr-md-nneg90px,
.mx-md-nneg90px {
    margin-right: 90px !important;
  }
  .mb-md-nneg90px,
.my-md-nneg90px {
    margin-bottom: 90px !important;
  }
  .ml-md-nneg90px,
.mx-md-nneg90px {
    margin-left: 90px !important;
  }
  .m-md-nneg100px {
    margin: 100px !important;
  }
  .mt-md-nneg100px,
.my-md-nneg100px {
    margin-top: 100px !important;
  }
  .mr-md-nneg100px,
.mx-md-nneg100px {
    margin-right: 100px !important;
  }
  .mb-md-nneg100px,
.my-md-nneg100px {
    margin-bottom: 100px !important;
  }
  .ml-md-nneg100px,
.mx-md-nneg100px {
    margin-left: 100px !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: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-neg1 {
    margin: -0.25rem !important;
  }
  .mt-lg-neg1,
.my-lg-neg1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-neg1,
.mx-lg-neg1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-neg1,
.my-lg-neg1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-neg1,
.mx-lg-neg1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-neg2 {
    margin: -0.5rem !important;
  }
  .mt-lg-neg2,
.my-lg-neg2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-neg2,
.mx-lg-neg2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-neg2,
.my-lg-neg2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-neg2,
.mx-lg-neg2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-neg3 {
    margin: -1rem !important;
  }
  .mt-lg-neg3,
.my-lg-neg3 {
    margin-top: -1rem !important;
  }
  .mr-lg-neg3,
.mx-lg-neg3 {
    margin-right: -1rem !important;
  }
  .mb-lg-neg3,
.my-lg-neg3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-neg3,
.mx-lg-neg3 {
    margin-left: -1rem !important;
  }
  .m-lg-neg4 {
    margin: -1.5rem !important;
  }
  .mt-lg-neg4,
.my-lg-neg4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-neg4,
.mx-lg-neg4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-neg4,
.my-lg-neg4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-neg4,
.mx-lg-neg4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-neg5 {
    margin: -3rem !important;
  }
  .mt-lg-neg5,
.my-lg-neg5 {
    margin-top: -3rem !important;
  }
  .mr-lg-neg5,
.mx-lg-neg5 {
    margin-right: -3rem !important;
  }
  .mb-lg-neg5,
.my-lg-neg5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-neg5,
.mx-lg-neg5 {
    margin-left: -3rem !important;
  }
  .m-lg-neg10px {
    margin: -10px !important;
  }
  .mt-lg-neg10px,
.my-lg-neg10px {
    margin-top: -10px !important;
  }
  .mr-lg-neg10px,
.mx-lg-neg10px {
    margin-right: -10px !important;
  }
  .mb-lg-neg10px,
.my-lg-neg10px {
    margin-bottom: -10px !important;
  }
  .ml-lg-neg10px,
.mx-lg-neg10px {
    margin-left: -10px !important;
  }
  .m-lg-neg20px {
    margin: -20px !important;
  }
  .mt-lg-neg20px,
.my-lg-neg20px {
    margin-top: -20px !important;
  }
  .mr-lg-neg20px,
.mx-lg-neg20px {
    margin-right: -20px !important;
  }
  .mb-lg-neg20px,
.my-lg-neg20px {
    margin-bottom: -20px !important;
  }
  .ml-lg-neg20px,
.mx-lg-neg20px {
    margin-left: -20px !important;
  }
  .m-lg-neg30px {
    margin: -30px !important;
  }
  .mt-lg-neg30px,
.my-lg-neg30px {
    margin-top: -30px !important;
  }
  .mr-lg-neg30px,
.mx-lg-neg30px {
    margin-right: -30px !important;
  }
  .mb-lg-neg30px,
.my-lg-neg30px {
    margin-bottom: -30px !important;
  }
  .ml-lg-neg30px,
.mx-lg-neg30px {
    margin-left: -30px !important;
  }
  .m-lg-neg40px {
    margin: -40px !important;
  }
  .mt-lg-neg40px,
.my-lg-neg40px {
    margin-top: -40px !important;
  }
  .mr-lg-neg40px,
.mx-lg-neg40px {
    margin-right: -40px !important;
  }
  .mb-lg-neg40px,
.my-lg-neg40px {
    margin-bottom: -40px !important;
  }
  .ml-lg-neg40px,
.mx-lg-neg40px {
    margin-left: -40px !important;
  }
  .m-lg-neg50px {
    margin: -50px !important;
  }
  .mt-lg-neg50px,
.my-lg-neg50px {
    margin-top: -50px !important;
  }
  .mr-lg-neg50px,
.mx-lg-neg50px {
    margin-right: -50px !important;
  }
  .mb-lg-neg50px,
.my-lg-neg50px {
    margin-bottom: -50px !important;
  }
  .ml-lg-neg50px,
.mx-lg-neg50px {
    margin-left: -50px !important;
  }
  .m-lg-neg60px {
    margin: -60px !important;
  }
  .mt-lg-neg60px,
.my-lg-neg60px {
    margin-top: -60px !important;
  }
  .mr-lg-neg60px,
.mx-lg-neg60px {
    margin-right: -60px !important;
  }
  .mb-lg-neg60px,
.my-lg-neg60px {
    margin-bottom: -60px !important;
  }
  .ml-lg-neg60px,
.mx-lg-neg60px {
    margin-left: -60px !important;
  }
  .m-lg-neg70px {
    margin: -70px !important;
  }
  .mt-lg-neg70px,
.my-lg-neg70px {
    margin-top: -70px !important;
  }
  .mr-lg-neg70px,
.mx-lg-neg70px {
    margin-right: -70px !important;
  }
  .mb-lg-neg70px,
.my-lg-neg70px {
    margin-bottom: -70px !important;
  }
  .ml-lg-neg70px,
.mx-lg-neg70px {
    margin-left: -70px !important;
  }
  .m-lg-neg80px {
    margin: -80px !important;
  }
  .mt-lg-neg80px,
.my-lg-neg80px {
    margin-top: -80px !important;
  }
  .mr-lg-neg80px,
.mx-lg-neg80px {
    margin-right: -80px !important;
  }
  .mb-lg-neg80px,
.my-lg-neg80px {
    margin-bottom: -80px !important;
  }
  .ml-lg-neg80px,
.mx-lg-neg80px {
    margin-left: -80px !important;
  }
  .m-lg-neg90px {
    margin: -90px !important;
  }
  .mt-lg-neg90px,
.my-lg-neg90px {
    margin-top: -90px !important;
  }
  .mr-lg-neg90px,
.mx-lg-neg90px {
    margin-right: -90px !important;
  }
  .mb-lg-neg90px,
.my-lg-neg90px {
    margin-bottom: -90px !important;
  }
  .ml-lg-neg90px,
.mx-lg-neg90px {
    margin-left: -90px !important;
  }
  .m-lg-neg100px {
    margin: -100px !important;
  }
  .mt-lg-neg100px,
.my-lg-neg100px {
    margin-top: -100px !important;
  }
  .mr-lg-neg100px,
.mx-lg-neg100px {
    margin-right: -100px !important;
  }
  .mb-lg-neg100px,
.my-lg-neg100px {
    margin-bottom: -100px !important;
  }
  .ml-lg-neg100px,
.mx-lg-neg100px {
    margin-left: -100px !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: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-neg1 {
    padding: -0.25rem !important;
  }
  .pt-lg-neg1,
.py-lg-neg1 {
    padding-top: -0.25rem !important;
  }
  .pr-lg-neg1,
.px-lg-neg1 {
    padding-right: -0.25rem !important;
  }
  .pb-lg-neg1,
.py-lg-neg1 {
    padding-bottom: -0.25rem !important;
  }
  .pl-lg-neg1,
.px-lg-neg1 {
    padding-left: -0.25rem !important;
  }
  .p-lg-neg2 {
    padding: -0.5rem !important;
  }
  .pt-lg-neg2,
.py-lg-neg2 {
    padding-top: -0.5rem !important;
  }
  .pr-lg-neg2,
.px-lg-neg2 {
    padding-right: -0.5rem !important;
  }
  .pb-lg-neg2,
.py-lg-neg2 {
    padding-bottom: -0.5rem !important;
  }
  .pl-lg-neg2,
.px-lg-neg2 {
    padding-left: -0.5rem !important;
  }
  .p-lg-neg3 {
    padding: -1rem !important;
  }
  .pt-lg-neg3,
.py-lg-neg3 {
    padding-top: -1rem !important;
  }
  .pr-lg-neg3,
.px-lg-neg3 {
    padding-right: -1rem !important;
  }
  .pb-lg-neg3,
.py-lg-neg3 {
    padding-bottom: -1rem !important;
  }
  .pl-lg-neg3,
.px-lg-neg3 {
    padding-left: -1rem !important;
  }
  .p-lg-neg4 {
    padding: -1.5rem !important;
  }
  .pt-lg-neg4,
.py-lg-neg4 {
    padding-top: -1.5rem !important;
  }
  .pr-lg-neg4,
.px-lg-neg4 {
    padding-right: -1.5rem !important;
  }
  .pb-lg-neg4,
.py-lg-neg4 {
    padding-bottom: -1.5rem !important;
  }
  .pl-lg-neg4,
.px-lg-neg4 {
    padding-left: -1.5rem !important;
  }
  .p-lg-neg5 {
    padding: -3rem !important;
  }
  .pt-lg-neg5,
.py-lg-neg5 {
    padding-top: -3rem !important;
  }
  .pr-lg-neg5,
.px-lg-neg5 {
    padding-right: -3rem !important;
  }
  .pb-lg-neg5,
.py-lg-neg5 {
    padding-bottom: -3rem !important;
  }
  .pl-lg-neg5,
.px-lg-neg5 {
    padding-left: -3rem !important;
  }
  .p-lg-neg10px {
    padding: -10px !important;
  }
  .pt-lg-neg10px,
.py-lg-neg10px {
    padding-top: -10px !important;
  }
  .pr-lg-neg10px,
.px-lg-neg10px {
    padding-right: -10px !important;
  }
  .pb-lg-neg10px,
.py-lg-neg10px {
    padding-bottom: -10px !important;
  }
  .pl-lg-neg10px,
.px-lg-neg10px {
    padding-left: -10px !important;
  }
  .p-lg-neg20px {
    padding: -20px !important;
  }
  .pt-lg-neg20px,
.py-lg-neg20px {
    padding-top: -20px !important;
  }
  .pr-lg-neg20px,
.px-lg-neg20px {
    padding-right: -20px !important;
  }
  .pb-lg-neg20px,
.py-lg-neg20px {
    padding-bottom: -20px !important;
  }
  .pl-lg-neg20px,
.px-lg-neg20px {
    padding-left: -20px !important;
  }
  .p-lg-neg30px {
    padding: -30px !important;
  }
  .pt-lg-neg30px,
.py-lg-neg30px {
    padding-top: -30px !important;
  }
  .pr-lg-neg30px,
.px-lg-neg30px {
    padding-right: -30px !important;
  }
  .pb-lg-neg30px,
.py-lg-neg30px {
    padding-bottom: -30px !important;
  }
  .pl-lg-neg30px,
.px-lg-neg30px {
    padding-left: -30px !important;
  }
  .p-lg-neg40px {
    padding: -40px !important;
  }
  .pt-lg-neg40px,
.py-lg-neg40px {
    padding-top: -40px !important;
  }
  .pr-lg-neg40px,
.px-lg-neg40px {
    padding-right: -40px !important;
  }
  .pb-lg-neg40px,
.py-lg-neg40px {
    padding-bottom: -40px !important;
  }
  .pl-lg-neg40px,
.px-lg-neg40px {
    padding-left: -40px !important;
  }
  .p-lg-neg50px {
    padding: -50px !important;
  }
  .pt-lg-neg50px,
.py-lg-neg50px {
    padding-top: -50px !important;
  }
  .pr-lg-neg50px,
.px-lg-neg50px {
    padding-right: -50px !important;
  }
  .pb-lg-neg50px,
.py-lg-neg50px {
    padding-bottom: -50px !important;
  }
  .pl-lg-neg50px,
.px-lg-neg50px {
    padding-left: -50px !important;
  }
  .p-lg-neg60px {
    padding: -60px !important;
  }
  .pt-lg-neg60px,
.py-lg-neg60px {
    padding-top: -60px !important;
  }
  .pr-lg-neg60px,
.px-lg-neg60px {
    padding-right: -60px !important;
  }
  .pb-lg-neg60px,
.py-lg-neg60px {
    padding-bottom: -60px !important;
  }
  .pl-lg-neg60px,
.px-lg-neg60px {
    padding-left: -60px !important;
  }
  .p-lg-neg70px {
    padding: -70px !important;
  }
  .pt-lg-neg70px,
.py-lg-neg70px {
    padding-top: -70px !important;
  }
  .pr-lg-neg70px,
.px-lg-neg70px {
    padding-right: -70px !important;
  }
  .pb-lg-neg70px,
.py-lg-neg70px {
    padding-bottom: -70px !important;
  }
  .pl-lg-neg70px,
.px-lg-neg70px {
    padding-left: -70px !important;
  }
  .p-lg-neg80px {
    padding: -80px !important;
  }
  .pt-lg-neg80px,
.py-lg-neg80px {
    padding-top: -80px !important;
  }
  .pr-lg-neg80px,
.px-lg-neg80px {
    padding-right: -80px !important;
  }
  .pb-lg-neg80px,
.py-lg-neg80px {
    padding-bottom: -80px !important;
  }
  .pl-lg-neg80px,
.px-lg-neg80px {
    padding-left: -80px !important;
  }
  .p-lg-neg90px {
    padding: -90px !important;
  }
  .pt-lg-neg90px,
.py-lg-neg90px {
    padding-top: -90px !important;
  }
  .pr-lg-neg90px,
.px-lg-neg90px {
    padding-right: -90px !important;
  }
  .pb-lg-neg90px,
.py-lg-neg90px {
    padding-bottom: -90px !important;
  }
  .pl-lg-neg90px,
.px-lg-neg90px {
    padding-left: -90px !important;
  }
  .p-lg-neg100px {
    padding: -100px !important;
  }
  .pt-lg-neg100px,
.py-lg-neg100px {
    padding-top: -100px !important;
  }
  .pr-lg-neg100px,
.px-lg-neg100px {
    padding-right: -100px !important;
  }
  .pb-lg-neg100px,
.py-lg-neg100px {
    padding-bottom: -100px !important;
  }
  .pl-lg-neg100px,
.px-lg-neg100px {
    padding-left: -100px !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-nneg1 {
    margin: 0.25rem !important;
  }
  .mt-lg-nneg1,
.my-lg-nneg1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-nneg1,
.mx-lg-nneg1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-nneg1,
.my-lg-nneg1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-nneg1,
.mx-lg-nneg1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-nneg2 {
    margin: 0.5rem !important;
  }
  .mt-lg-nneg2,
.my-lg-nneg2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-nneg2,
.mx-lg-nneg2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-nneg2,
.my-lg-nneg2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-nneg2,
.mx-lg-nneg2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-nneg3 {
    margin: 1rem !important;
  }
  .mt-lg-nneg3,
.my-lg-nneg3 {
    margin-top: 1rem !important;
  }
  .mr-lg-nneg3,
.mx-lg-nneg3 {
    margin-right: 1rem !important;
  }
  .mb-lg-nneg3,
.my-lg-nneg3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-nneg3,
.mx-lg-nneg3 {
    margin-left: 1rem !important;
  }
  .m-lg-nneg4 {
    margin: 1.5rem !important;
  }
  .mt-lg-nneg4,
.my-lg-nneg4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-nneg4,
.mx-lg-nneg4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-nneg4,
.my-lg-nneg4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-nneg4,
.mx-lg-nneg4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-nneg5 {
    margin: 3rem !important;
  }
  .mt-lg-nneg5,
.my-lg-nneg5 {
    margin-top: 3rem !important;
  }
  .mr-lg-nneg5,
.mx-lg-nneg5 {
    margin-right: 3rem !important;
  }
  .mb-lg-nneg5,
.my-lg-nneg5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-nneg5,
.mx-lg-nneg5 {
    margin-left: 3rem !important;
  }
  .m-lg-nneg10px {
    margin: 10px !important;
  }
  .mt-lg-nneg10px,
.my-lg-nneg10px {
    margin-top: 10px !important;
  }
  .mr-lg-nneg10px,
.mx-lg-nneg10px {
    margin-right: 10px !important;
  }
  .mb-lg-nneg10px,
.my-lg-nneg10px {
    margin-bottom: 10px !important;
  }
  .ml-lg-nneg10px,
.mx-lg-nneg10px {
    margin-left: 10px !important;
  }
  .m-lg-nneg20px {
    margin: 20px !important;
  }
  .mt-lg-nneg20px,
.my-lg-nneg20px {
    margin-top: 20px !important;
  }
  .mr-lg-nneg20px,
.mx-lg-nneg20px {
    margin-right: 20px !important;
  }
  .mb-lg-nneg20px,
.my-lg-nneg20px {
    margin-bottom: 20px !important;
  }
  .ml-lg-nneg20px,
.mx-lg-nneg20px {
    margin-left: 20px !important;
  }
  .m-lg-nneg30px {
    margin: 30px !important;
  }
  .mt-lg-nneg30px,
.my-lg-nneg30px {
    margin-top: 30px !important;
  }
  .mr-lg-nneg30px,
.mx-lg-nneg30px {
    margin-right: 30px !important;
  }
  .mb-lg-nneg30px,
.my-lg-nneg30px {
    margin-bottom: 30px !important;
  }
  .ml-lg-nneg30px,
.mx-lg-nneg30px {
    margin-left: 30px !important;
  }
  .m-lg-nneg40px {
    margin: 40px !important;
  }
  .mt-lg-nneg40px,
.my-lg-nneg40px {
    margin-top: 40px !important;
  }
  .mr-lg-nneg40px,
.mx-lg-nneg40px {
    margin-right: 40px !important;
  }
  .mb-lg-nneg40px,
.my-lg-nneg40px {
    margin-bottom: 40px !important;
  }
  .ml-lg-nneg40px,
.mx-lg-nneg40px {
    margin-left: 40px !important;
  }
  .m-lg-nneg50px {
    margin: 50px !important;
  }
  .mt-lg-nneg50px,
.my-lg-nneg50px {
    margin-top: 50px !important;
  }
  .mr-lg-nneg50px,
.mx-lg-nneg50px {
    margin-right: 50px !important;
  }
  .mb-lg-nneg50px,
.my-lg-nneg50px {
    margin-bottom: 50px !important;
  }
  .ml-lg-nneg50px,
.mx-lg-nneg50px {
    margin-left: 50px !important;
  }
  .m-lg-nneg60px {
    margin: 60px !important;
  }
  .mt-lg-nneg60px,
.my-lg-nneg60px {
    margin-top: 60px !important;
  }
  .mr-lg-nneg60px,
.mx-lg-nneg60px {
    margin-right: 60px !important;
  }
  .mb-lg-nneg60px,
.my-lg-nneg60px {
    margin-bottom: 60px !important;
  }
  .ml-lg-nneg60px,
.mx-lg-nneg60px {
    margin-left: 60px !important;
  }
  .m-lg-nneg70px {
    margin: 70px !important;
  }
  .mt-lg-nneg70px,
.my-lg-nneg70px {
    margin-top: 70px !important;
  }
  .mr-lg-nneg70px,
.mx-lg-nneg70px {
    margin-right: 70px !important;
  }
  .mb-lg-nneg70px,
.my-lg-nneg70px {
    margin-bottom: 70px !important;
  }
  .ml-lg-nneg70px,
.mx-lg-nneg70px {
    margin-left: 70px !important;
  }
  .m-lg-nneg80px {
    margin: 80px !important;
  }
  .mt-lg-nneg80px,
.my-lg-nneg80px {
    margin-top: 80px !important;
  }
  .mr-lg-nneg80px,
.mx-lg-nneg80px {
    margin-right: 80px !important;
  }
  .mb-lg-nneg80px,
.my-lg-nneg80px {
    margin-bottom: 80px !important;
  }
  .ml-lg-nneg80px,
.mx-lg-nneg80px {
    margin-left: 80px !important;
  }
  .m-lg-nneg90px {
    margin: 90px !important;
  }
  .mt-lg-nneg90px,
.my-lg-nneg90px {
    margin-top: 90px !important;
  }
  .mr-lg-nneg90px,
.mx-lg-nneg90px {
    margin-right: 90px !important;
  }
  .mb-lg-nneg90px,
.my-lg-nneg90px {
    margin-bottom: 90px !important;
  }
  .ml-lg-nneg90px,
.mx-lg-nneg90px {
    margin-left: 90px !important;
  }
  .m-lg-nneg100px {
    margin: 100px !important;
  }
  .mt-lg-nneg100px,
.my-lg-nneg100px {
    margin-top: 100px !important;
  }
  .mr-lg-nneg100px,
.mx-lg-nneg100px {
    margin-right: 100px !important;
  }
  .mb-lg-nneg100px,
.my-lg-nneg100px {
    margin-bottom: 100px !important;
  }
  .ml-lg-nneg100px,
.mx-lg-nneg100px {
    margin-left: 100px !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: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-neg1 {
    margin: -0.25rem !important;
  }
  .mt-xl-neg1,
.my-xl-neg1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-neg1,
.mx-xl-neg1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-neg1,
.my-xl-neg1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-neg1,
.mx-xl-neg1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-neg2 {
    margin: -0.5rem !important;
  }
  .mt-xl-neg2,
.my-xl-neg2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-neg2,
.mx-xl-neg2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-neg2,
.my-xl-neg2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-neg2,
.mx-xl-neg2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-neg3 {
    margin: -1rem !important;
  }
  .mt-xl-neg3,
.my-xl-neg3 {
    margin-top: -1rem !important;
  }
  .mr-xl-neg3,
.mx-xl-neg3 {
    margin-right: -1rem !important;
  }
  .mb-xl-neg3,
.my-xl-neg3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-neg3,
.mx-xl-neg3 {
    margin-left: -1rem !important;
  }
  .m-xl-neg4 {
    margin: -1.5rem !important;
  }
  .mt-xl-neg4,
.my-xl-neg4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-neg4,
.mx-xl-neg4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-neg4,
.my-xl-neg4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-neg4,
.mx-xl-neg4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-neg5 {
    margin: -3rem !important;
  }
  .mt-xl-neg5,
.my-xl-neg5 {
    margin-top: -3rem !important;
  }
  .mr-xl-neg5,
.mx-xl-neg5 {
    margin-right: -3rem !important;
  }
  .mb-xl-neg5,
.my-xl-neg5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-neg5,
.mx-xl-neg5 {
    margin-left: -3rem !important;
  }
  .m-xl-neg10px {
    margin: -10px !important;
  }
  .mt-xl-neg10px,
.my-xl-neg10px {
    margin-top: -10px !important;
  }
  .mr-xl-neg10px,
.mx-xl-neg10px {
    margin-right: -10px !important;
  }
  .mb-xl-neg10px,
.my-xl-neg10px {
    margin-bottom: -10px !important;
  }
  .ml-xl-neg10px,
.mx-xl-neg10px {
    margin-left: -10px !important;
  }
  .m-xl-neg20px {
    margin: -20px !important;
  }
  .mt-xl-neg20px,
.my-xl-neg20px {
    margin-top: -20px !important;
  }
  .mr-xl-neg20px,
.mx-xl-neg20px {
    margin-right: -20px !important;
  }
  .mb-xl-neg20px,
.my-xl-neg20px {
    margin-bottom: -20px !important;
  }
  .ml-xl-neg20px,
.mx-xl-neg20px {
    margin-left: -20px !important;
  }
  .m-xl-neg30px {
    margin: -30px !important;
  }
  .mt-xl-neg30px,
.my-xl-neg30px {
    margin-top: -30px !important;
  }
  .mr-xl-neg30px,
.mx-xl-neg30px {
    margin-right: -30px !important;
  }
  .mb-xl-neg30px,
.my-xl-neg30px {
    margin-bottom: -30px !important;
  }
  .ml-xl-neg30px,
.mx-xl-neg30px {
    margin-left: -30px !important;
  }
  .m-xl-neg40px {
    margin: -40px !important;
  }
  .mt-xl-neg40px,
.my-xl-neg40px {
    margin-top: -40px !important;
  }
  .mr-xl-neg40px,
.mx-xl-neg40px {
    margin-right: -40px !important;
  }
  .mb-xl-neg40px,
.my-xl-neg40px {
    margin-bottom: -40px !important;
  }
  .ml-xl-neg40px,
.mx-xl-neg40px {
    margin-left: -40px !important;
  }
  .m-xl-neg50px {
    margin: -50px !important;
  }
  .mt-xl-neg50px,
.my-xl-neg50px {
    margin-top: -50px !important;
  }
  .mr-xl-neg50px,
.mx-xl-neg50px {
    margin-right: -50px !important;
  }
  .mb-xl-neg50px,
.my-xl-neg50px {
    margin-bottom: -50px !important;
  }
  .ml-xl-neg50px,
.mx-xl-neg50px {
    margin-left: -50px !important;
  }
  .m-xl-neg60px {
    margin: -60px !important;
  }
  .mt-xl-neg60px,
.my-xl-neg60px {
    margin-top: -60px !important;
  }
  .mr-xl-neg60px,
.mx-xl-neg60px {
    margin-right: -60px !important;
  }
  .mb-xl-neg60px,
.my-xl-neg60px {
    margin-bottom: -60px !important;
  }
  .ml-xl-neg60px,
.mx-xl-neg60px {
    margin-left: -60px !important;
  }
  .m-xl-neg70px {
    margin: -70px !important;
  }
  .mt-xl-neg70px,
.my-xl-neg70px {
    margin-top: -70px !important;
  }
  .mr-xl-neg70px,
.mx-xl-neg70px {
    margin-right: -70px !important;
  }
  .mb-xl-neg70px,
.my-xl-neg70px {
    margin-bottom: -70px !important;
  }
  .ml-xl-neg70px,
.mx-xl-neg70px {
    margin-left: -70px !important;
  }
  .m-xl-neg80px {
    margin: -80px !important;
  }
  .mt-xl-neg80px,
.my-xl-neg80px {
    margin-top: -80px !important;
  }
  .mr-xl-neg80px,
.mx-xl-neg80px {
    margin-right: -80px !important;
  }
  .mb-xl-neg80px,
.my-xl-neg80px {
    margin-bottom: -80px !important;
  }
  .ml-xl-neg80px,
.mx-xl-neg80px {
    margin-left: -80px !important;
  }
  .m-xl-neg90px {
    margin: -90px !important;
  }
  .mt-xl-neg90px,
.my-xl-neg90px {
    margin-top: -90px !important;
  }
  .mr-xl-neg90px,
.mx-xl-neg90px {
    margin-right: -90px !important;
  }
  .mb-xl-neg90px,
.my-xl-neg90px {
    margin-bottom: -90px !important;
  }
  .ml-xl-neg90px,
.mx-xl-neg90px {
    margin-left: -90px !important;
  }
  .m-xl-neg100px {
    margin: -100px !important;
  }
  .mt-xl-neg100px,
.my-xl-neg100px {
    margin-top: -100px !important;
  }
  .mr-xl-neg100px,
.mx-xl-neg100px {
    margin-right: -100px !important;
  }
  .mb-xl-neg100px,
.my-xl-neg100px {
    margin-bottom: -100px !important;
  }
  .ml-xl-neg100px,
.mx-xl-neg100px {
    margin-left: -100px !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: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-neg1 {
    padding: -0.25rem !important;
  }
  .pt-xl-neg1,
.py-xl-neg1 {
    padding-top: -0.25rem !important;
  }
  .pr-xl-neg1,
.px-xl-neg1 {
    padding-right: -0.25rem !important;
  }
  .pb-xl-neg1,
.py-xl-neg1 {
    padding-bottom: -0.25rem !important;
  }
  .pl-xl-neg1,
.px-xl-neg1 {
    padding-left: -0.25rem !important;
  }
  .p-xl-neg2 {
    padding: -0.5rem !important;
  }
  .pt-xl-neg2,
.py-xl-neg2 {
    padding-top: -0.5rem !important;
  }
  .pr-xl-neg2,
.px-xl-neg2 {
    padding-right: -0.5rem !important;
  }
  .pb-xl-neg2,
.py-xl-neg2 {
    padding-bottom: -0.5rem !important;
  }
  .pl-xl-neg2,
.px-xl-neg2 {
    padding-left: -0.5rem !important;
  }
  .p-xl-neg3 {
    padding: -1rem !important;
  }
  .pt-xl-neg3,
.py-xl-neg3 {
    padding-top: -1rem !important;
  }
  .pr-xl-neg3,
.px-xl-neg3 {
    padding-right: -1rem !important;
  }
  .pb-xl-neg3,
.py-xl-neg3 {
    padding-bottom: -1rem !important;
  }
  .pl-xl-neg3,
.px-xl-neg3 {
    padding-left: -1rem !important;
  }
  .p-xl-neg4 {
    padding: -1.5rem !important;
  }
  .pt-xl-neg4,
.py-xl-neg4 {
    padding-top: -1.5rem !important;
  }
  .pr-xl-neg4,
.px-xl-neg4 {
    padding-right: -1.5rem !important;
  }
  .pb-xl-neg4,
.py-xl-neg4 {
    padding-bottom: -1.5rem !important;
  }
  .pl-xl-neg4,
.px-xl-neg4 {
    padding-left: -1.5rem !important;
  }
  .p-xl-neg5 {
    padding: -3rem !important;
  }
  .pt-xl-neg5,
.py-xl-neg5 {
    padding-top: -3rem !important;
  }
  .pr-xl-neg5,
.px-xl-neg5 {
    padding-right: -3rem !important;
  }
  .pb-xl-neg5,
.py-xl-neg5 {
    padding-bottom: -3rem !important;
  }
  .pl-xl-neg5,
.px-xl-neg5 {
    padding-left: -3rem !important;
  }
  .p-xl-neg10px {
    padding: -10px !important;
  }
  .pt-xl-neg10px,
.py-xl-neg10px {
    padding-top: -10px !important;
  }
  .pr-xl-neg10px,
.px-xl-neg10px {
    padding-right: -10px !important;
  }
  .pb-xl-neg10px,
.py-xl-neg10px {
    padding-bottom: -10px !important;
  }
  .pl-xl-neg10px,
.px-xl-neg10px {
    padding-left: -10px !important;
  }
  .p-xl-neg20px {
    padding: -20px !important;
  }
  .pt-xl-neg20px,
.py-xl-neg20px {
    padding-top: -20px !important;
  }
  .pr-xl-neg20px,
.px-xl-neg20px {
    padding-right: -20px !important;
  }
  .pb-xl-neg20px,
.py-xl-neg20px {
    padding-bottom: -20px !important;
  }
  .pl-xl-neg20px,
.px-xl-neg20px {
    padding-left: -20px !important;
  }
  .p-xl-neg30px {
    padding: -30px !important;
  }
  .pt-xl-neg30px,
.py-xl-neg30px {
    padding-top: -30px !important;
  }
  .pr-xl-neg30px,
.px-xl-neg30px {
    padding-right: -30px !important;
  }
  .pb-xl-neg30px,
.py-xl-neg30px {
    padding-bottom: -30px !important;
  }
  .pl-xl-neg30px,
.px-xl-neg30px {
    padding-left: -30px !important;
  }
  .p-xl-neg40px {
    padding: -40px !important;
  }
  .pt-xl-neg40px,
.py-xl-neg40px {
    padding-top: -40px !important;
  }
  .pr-xl-neg40px,
.px-xl-neg40px {
    padding-right: -40px !important;
  }
  .pb-xl-neg40px,
.py-xl-neg40px {
    padding-bottom: -40px !important;
  }
  .pl-xl-neg40px,
.px-xl-neg40px {
    padding-left: -40px !important;
  }
  .p-xl-neg50px {
    padding: -50px !important;
  }
  .pt-xl-neg50px,
.py-xl-neg50px {
    padding-top: -50px !important;
  }
  .pr-xl-neg50px,
.px-xl-neg50px {
    padding-right: -50px !important;
  }
  .pb-xl-neg50px,
.py-xl-neg50px {
    padding-bottom: -50px !important;
  }
  .pl-xl-neg50px,
.px-xl-neg50px {
    padding-left: -50px !important;
  }
  .p-xl-neg60px {
    padding: -60px !important;
  }
  .pt-xl-neg60px,
.py-xl-neg60px {
    padding-top: -60px !important;
  }
  .pr-xl-neg60px,
.px-xl-neg60px {
    padding-right: -60px !important;
  }
  .pb-xl-neg60px,
.py-xl-neg60px {
    padding-bottom: -60px !important;
  }
  .pl-xl-neg60px,
.px-xl-neg60px {
    padding-left: -60px !important;
  }
  .p-xl-neg70px {
    padding: -70px !important;
  }
  .pt-xl-neg70px,
.py-xl-neg70px {
    padding-top: -70px !important;
  }
  .pr-xl-neg70px,
.px-xl-neg70px {
    padding-right: -70px !important;
  }
  .pb-xl-neg70px,
.py-xl-neg70px {
    padding-bottom: -70px !important;
  }
  .pl-xl-neg70px,
.px-xl-neg70px {
    padding-left: -70px !important;
  }
  .p-xl-neg80px {
    padding: -80px !important;
  }
  .pt-xl-neg80px,
.py-xl-neg80px {
    padding-top: -80px !important;
  }
  .pr-xl-neg80px,
.px-xl-neg80px {
    padding-right: -80px !important;
  }
  .pb-xl-neg80px,
.py-xl-neg80px {
    padding-bottom: -80px !important;
  }
  .pl-xl-neg80px,
.px-xl-neg80px {
    padding-left: -80px !important;
  }
  .p-xl-neg90px {
    padding: -90px !important;
  }
  .pt-xl-neg90px,
.py-xl-neg90px {
    padding-top: -90px !important;
  }
  .pr-xl-neg90px,
.px-xl-neg90px {
    padding-right: -90px !important;
  }
  .pb-xl-neg90px,
.py-xl-neg90px {
    padding-bottom: -90px !important;
  }
  .pl-xl-neg90px,
.px-xl-neg90px {
    padding-left: -90px !important;
  }
  .p-xl-neg100px {
    padding: -100px !important;
  }
  .pt-xl-neg100px,
.py-xl-neg100px {
    padding-top: -100px !important;
  }
  .pr-xl-neg100px,
.px-xl-neg100px {
    padding-right: -100px !important;
  }
  .pb-xl-neg100px,
.py-xl-neg100px {
    padding-bottom: -100px !important;
  }
  .pl-xl-neg100px,
.px-xl-neg100px {
    padding-left: -100px !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-nneg1 {
    margin: 0.25rem !important;
  }
  .mt-xl-nneg1,
.my-xl-nneg1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-nneg1,
.mx-xl-nneg1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-nneg1,
.my-xl-nneg1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-nneg1,
.mx-xl-nneg1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-nneg2 {
    margin: 0.5rem !important;
  }
  .mt-xl-nneg2,
.my-xl-nneg2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-nneg2,
.mx-xl-nneg2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-nneg2,
.my-xl-nneg2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-nneg2,
.mx-xl-nneg2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-nneg3 {
    margin: 1rem !important;
  }
  .mt-xl-nneg3,
.my-xl-nneg3 {
    margin-top: 1rem !important;
  }
  .mr-xl-nneg3,
.mx-xl-nneg3 {
    margin-right: 1rem !important;
  }
  .mb-xl-nneg3,
.my-xl-nneg3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-nneg3,
.mx-xl-nneg3 {
    margin-left: 1rem !important;
  }
  .m-xl-nneg4 {
    margin: 1.5rem !important;
  }
  .mt-xl-nneg4,
.my-xl-nneg4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-nneg4,
.mx-xl-nneg4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-nneg4,
.my-xl-nneg4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-nneg4,
.mx-xl-nneg4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-nneg5 {
    margin: 3rem !important;
  }
  .mt-xl-nneg5,
.my-xl-nneg5 {
    margin-top: 3rem !important;
  }
  .mr-xl-nneg5,
.mx-xl-nneg5 {
    margin-right: 3rem !important;
  }
  .mb-xl-nneg5,
.my-xl-nneg5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-nneg5,
.mx-xl-nneg5 {
    margin-left: 3rem !important;
  }
  .m-xl-nneg10px {
    margin: 10px !important;
  }
  .mt-xl-nneg10px,
.my-xl-nneg10px {
    margin-top: 10px !important;
  }
  .mr-xl-nneg10px,
.mx-xl-nneg10px {
    margin-right: 10px !important;
  }
  .mb-xl-nneg10px,
.my-xl-nneg10px {
    margin-bottom: 10px !important;
  }
  .ml-xl-nneg10px,
.mx-xl-nneg10px {
    margin-left: 10px !important;
  }
  .m-xl-nneg20px {
    margin: 20px !important;
  }
  .mt-xl-nneg20px,
.my-xl-nneg20px {
    margin-top: 20px !important;
  }
  .mr-xl-nneg20px,
.mx-xl-nneg20px {
    margin-right: 20px !important;
  }
  .mb-xl-nneg20px,
.my-xl-nneg20px {
    margin-bottom: 20px !important;
  }
  .ml-xl-nneg20px,
.mx-xl-nneg20px {
    margin-left: 20px !important;
  }
  .m-xl-nneg30px {
    margin: 30px !important;
  }
  .mt-xl-nneg30px,
.my-xl-nneg30px {
    margin-top: 30px !important;
  }
  .mr-xl-nneg30px,
.mx-xl-nneg30px {
    margin-right: 30px !important;
  }
  .mb-xl-nneg30px,
.my-xl-nneg30px {
    margin-bottom: 30px !important;
  }
  .ml-xl-nneg30px,
.mx-xl-nneg30px {
    margin-left: 30px !important;
  }
  .m-xl-nneg40px {
    margin: 40px !important;
  }
  .mt-xl-nneg40px,
.my-xl-nneg40px {
    margin-top: 40px !important;
  }
  .mr-xl-nneg40px,
.mx-xl-nneg40px {
    margin-right: 40px !important;
  }
  .mb-xl-nneg40px,
.my-xl-nneg40px {
    margin-bottom: 40px !important;
  }
  .ml-xl-nneg40px,
.mx-xl-nneg40px {
    margin-left: 40px !important;
  }
  .m-xl-nneg50px {
    margin: 50px !important;
  }
  .mt-xl-nneg50px,
.my-xl-nneg50px {
    margin-top: 50px !important;
  }
  .mr-xl-nneg50px,
.mx-xl-nneg50px {
    margin-right: 50px !important;
  }
  .mb-xl-nneg50px,
.my-xl-nneg50px {
    margin-bottom: 50px !important;
  }
  .ml-xl-nneg50px,
.mx-xl-nneg50px {
    margin-left: 50px !important;
  }
  .m-xl-nneg60px {
    margin: 60px !important;
  }
  .mt-xl-nneg60px,
.my-xl-nneg60px {
    margin-top: 60px !important;
  }
  .mr-xl-nneg60px,
.mx-xl-nneg60px {
    margin-right: 60px !important;
  }
  .mb-xl-nneg60px,
.my-xl-nneg60px {
    margin-bottom: 60px !important;
  }
  .ml-xl-nneg60px,
.mx-xl-nneg60px {
    margin-left: 60px !important;
  }
  .m-xl-nneg70px {
    margin: 70px !important;
  }
  .mt-xl-nneg70px,
.my-xl-nneg70px {
    margin-top: 70px !important;
  }
  .mr-xl-nneg70px,
.mx-xl-nneg70px {
    margin-right: 70px !important;
  }
  .mb-xl-nneg70px,
.my-xl-nneg70px {
    margin-bottom: 70px !important;
  }
  .ml-xl-nneg70px,
.mx-xl-nneg70px {
    margin-left: 70px !important;
  }
  .m-xl-nneg80px {
    margin: 80px !important;
  }
  .mt-xl-nneg80px,
.my-xl-nneg80px {
    margin-top: 80px !important;
  }
  .mr-xl-nneg80px,
.mx-xl-nneg80px {
    margin-right: 80px !important;
  }
  .mb-xl-nneg80px,
.my-xl-nneg80px {
    margin-bottom: 80px !important;
  }
  .ml-xl-nneg80px,
.mx-xl-nneg80px {
    margin-left: 80px !important;
  }
  .m-xl-nneg90px {
    margin: 90px !important;
  }
  .mt-xl-nneg90px,
.my-xl-nneg90px {
    margin-top: 90px !important;
  }
  .mr-xl-nneg90px,
.mx-xl-nneg90px {
    margin-right: 90px !important;
  }
  .mb-xl-nneg90px,
.my-xl-nneg90px {
    margin-bottom: 90px !important;
  }
  .ml-xl-nneg90px,
.mx-xl-nneg90px {
    margin-left: 90px !important;
  }
  .m-xl-nneg100px {
    margin: 100px !important;
  }
  .mt-xl-nneg100px,
.my-xl-nneg100px {
    margin-top: 100px !important;
  }
  .mr-xl-nneg100px,
.mx-xl-nneg100px {
    margin-right: 100px !important;
  }
  .mb-xl-nneg100px,
.my-xl-nneg100px {
    margin-bottom: 100px !important;
  }
  .ml-xl-nneg100px,
.mx-xl-nneg100px {
    margin-left: 100px !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;
  }
}
@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .m-xxl-neg1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-neg1,
.my-xxl-neg1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-neg1,
.mx-xxl-neg1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-neg1,
.my-xxl-neg1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-neg1,
.mx-xxl-neg1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-neg2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-neg2,
.my-xxl-neg2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-neg2,
.mx-xxl-neg2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-neg2,
.my-xxl-neg2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-neg2,
.mx-xxl-neg2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-neg3 {
    margin: -1rem !important;
  }
  .mt-xxl-neg3,
.my-xxl-neg3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-neg3,
.mx-xxl-neg3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-neg3,
.my-xxl-neg3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-neg3,
.mx-xxl-neg3 {
    margin-left: -1rem !important;
  }
  .m-xxl-neg4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-neg4,
.my-xxl-neg4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-neg4,
.mx-xxl-neg4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-neg4,
.my-xxl-neg4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-neg4,
.mx-xxl-neg4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-neg5 {
    margin: -3rem !important;
  }
  .mt-xxl-neg5,
.my-xxl-neg5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-neg5,
.mx-xxl-neg5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-neg5,
.my-xxl-neg5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-neg5,
.mx-xxl-neg5 {
    margin-left: -3rem !important;
  }
  .m-xxl-neg10px {
    margin: -10px !important;
  }
  .mt-xxl-neg10px,
.my-xxl-neg10px {
    margin-top: -10px !important;
  }
  .mr-xxl-neg10px,
.mx-xxl-neg10px {
    margin-right: -10px !important;
  }
  .mb-xxl-neg10px,
.my-xxl-neg10px {
    margin-bottom: -10px !important;
  }
  .ml-xxl-neg10px,
.mx-xxl-neg10px {
    margin-left: -10px !important;
  }
  .m-xxl-neg20px {
    margin: -20px !important;
  }
  .mt-xxl-neg20px,
.my-xxl-neg20px {
    margin-top: -20px !important;
  }
  .mr-xxl-neg20px,
.mx-xxl-neg20px {
    margin-right: -20px !important;
  }
  .mb-xxl-neg20px,
.my-xxl-neg20px {
    margin-bottom: -20px !important;
  }
  .ml-xxl-neg20px,
.mx-xxl-neg20px {
    margin-left: -20px !important;
  }
  .m-xxl-neg30px {
    margin: -30px !important;
  }
  .mt-xxl-neg30px,
.my-xxl-neg30px {
    margin-top: -30px !important;
  }
  .mr-xxl-neg30px,
.mx-xxl-neg30px {
    margin-right: -30px !important;
  }
  .mb-xxl-neg30px,
.my-xxl-neg30px {
    margin-bottom: -30px !important;
  }
  .ml-xxl-neg30px,
.mx-xxl-neg30px {
    margin-left: -30px !important;
  }
  .m-xxl-neg40px {
    margin: -40px !important;
  }
  .mt-xxl-neg40px,
.my-xxl-neg40px {
    margin-top: -40px !important;
  }
  .mr-xxl-neg40px,
.mx-xxl-neg40px {
    margin-right: -40px !important;
  }
  .mb-xxl-neg40px,
.my-xxl-neg40px {
    margin-bottom: -40px !important;
  }
  .ml-xxl-neg40px,
.mx-xxl-neg40px {
    margin-left: -40px !important;
  }
  .m-xxl-neg50px {
    margin: -50px !important;
  }
  .mt-xxl-neg50px,
.my-xxl-neg50px {
    margin-top: -50px !important;
  }
  .mr-xxl-neg50px,
.mx-xxl-neg50px {
    margin-right: -50px !important;
  }
  .mb-xxl-neg50px,
.my-xxl-neg50px {
    margin-bottom: -50px !important;
  }
  .ml-xxl-neg50px,
.mx-xxl-neg50px {
    margin-left: -50px !important;
  }
  .m-xxl-neg60px {
    margin: -60px !important;
  }
  .mt-xxl-neg60px,
.my-xxl-neg60px {
    margin-top: -60px !important;
  }
  .mr-xxl-neg60px,
.mx-xxl-neg60px {
    margin-right: -60px !important;
  }
  .mb-xxl-neg60px,
.my-xxl-neg60px {
    margin-bottom: -60px !important;
  }
  .ml-xxl-neg60px,
.mx-xxl-neg60px {
    margin-left: -60px !important;
  }
  .m-xxl-neg70px {
    margin: -70px !important;
  }
  .mt-xxl-neg70px,
.my-xxl-neg70px {
    margin-top: -70px !important;
  }
  .mr-xxl-neg70px,
.mx-xxl-neg70px {
    margin-right: -70px !important;
  }
  .mb-xxl-neg70px,
.my-xxl-neg70px {
    margin-bottom: -70px !important;
  }
  .ml-xxl-neg70px,
.mx-xxl-neg70px {
    margin-left: -70px !important;
  }
  .m-xxl-neg80px {
    margin: -80px !important;
  }
  .mt-xxl-neg80px,
.my-xxl-neg80px {
    margin-top: -80px !important;
  }
  .mr-xxl-neg80px,
.mx-xxl-neg80px {
    margin-right: -80px !important;
  }
  .mb-xxl-neg80px,
.my-xxl-neg80px {
    margin-bottom: -80px !important;
  }
  .ml-xxl-neg80px,
.mx-xxl-neg80px {
    margin-left: -80px !important;
  }
  .m-xxl-neg90px {
    margin: -90px !important;
  }
  .mt-xxl-neg90px,
.my-xxl-neg90px {
    margin-top: -90px !important;
  }
  .mr-xxl-neg90px,
.mx-xxl-neg90px {
    margin-right: -90px !important;
  }
  .mb-xxl-neg90px,
.my-xxl-neg90px {
    margin-bottom: -90px !important;
  }
  .ml-xxl-neg90px,
.mx-xxl-neg90px {
    margin-left: -90px !important;
  }
  .m-xxl-neg100px {
    margin: -100px !important;
  }
  .mt-xxl-neg100px,
.my-xxl-neg100px {
    margin-top: -100px !important;
  }
  .mr-xxl-neg100px,
.mx-xxl-neg100px {
    margin-right: -100px !important;
  }
  .mb-xxl-neg100px,
.my-xxl-neg100px {
    margin-bottom: -100px !important;
  }
  .ml-xxl-neg100px,
.mx-xxl-neg100px {
    margin-left: -100px !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }
  .p-xxl-neg1 {
    padding: -0.25rem !important;
  }
  .pt-xxl-neg1,
.py-xxl-neg1 {
    padding-top: -0.25rem !important;
  }
  .pr-xxl-neg1,
.px-xxl-neg1 {
    padding-right: -0.25rem !important;
  }
  .pb-xxl-neg1,
.py-xxl-neg1 {
    padding-bottom: -0.25rem !important;
  }
  .pl-xxl-neg1,
.px-xxl-neg1 {
    padding-left: -0.25rem !important;
  }
  .p-xxl-neg2 {
    padding: -0.5rem !important;
  }
  .pt-xxl-neg2,
.py-xxl-neg2 {
    padding-top: -0.5rem !important;
  }
  .pr-xxl-neg2,
.px-xxl-neg2 {
    padding-right: -0.5rem !important;
  }
  .pb-xxl-neg2,
.py-xxl-neg2 {
    padding-bottom: -0.5rem !important;
  }
  .pl-xxl-neg2,
.px-xxl-neg2 {
    padding-left: -0.5rem !important;
  }
  .p-xxl-neg3 {
    padding: -1rem !important;
  }
  .pt-xxl-neg3,
.py-xxl-neg3 {
    padding-top: -1rem !important;
  }
  .pr-xxl-neg3,
.px-xxl-neg3 {
    padding-right: -1rem !important;
  }
  .pb-xxl-neg3,
.py-xxl-neg3 {
    padding-bottom: -1rem !important;
  }
  .pl-xxl-neg3,
.px-xxl-neg3 {
    padding-left: -1rem !important;
  }
  .p-xxl-neg4 {
    padding: -1.5rem !important;
  }
  .pt-xxl-neg4,
.py-xxl-neg4 {
    padding-top: -1.5rem !important;
  }
  .pr-xxl-neg4,
.px-xxl-neg4 {
    padding-right: -1.5rem !important;
  }
  .pb-xxl-neg4,
.py-xxl-neg4 {
    padding-bottom: -1.5rem !important;
  }
  .pl-xxl-neg4,
.px-xxl-neg4 {
    padding-left: -1.5rem !important;
  }
  .p-xxl-neg5 {
    padding: -3rem !important;
  }
  .pt-xxl-neg5,
.py-xxl-neg5 {
    padding-top: -3rem !important;
  }
  .pr-xxl-neg5,
.px-xxl-neg5 {
    padding-right: -3rem !important;
  }
  .pb-xxl-neg5,
.py-xxl-neg5 {
    padding-bottom: -3rem !important;
  }
  .pl-xxl-neg5,
.px-xxl-neg5 {
    padding-left: -3rem !important;
  }
  .p-xxl-neg10px {
    padding: -10px !important;
  }
  .pt-xxl-neg10px,
.py-xxl-neg10px {
    padding-top: -10px !important;
  }
  .pr-xxl-neg10px,
.px-xxl-neg10px {
    padding-right: -10px !important;
  }
  .pb-xxl-neg10px,
.py-xxl-neg10px {
    padding-bottom: -10px !important;
  }
  .pl-xxl-neg10px,
.px-xxl-neg10px {
    padding-left: -10px !important;
  }
  .p-xxl-neg20px {
    padding: -20px !important;
  }
  .pt-xxl-neg20px,
.py-xxl-neg20px {
    padding-top: -20px !important;
  }
  .pr-xxl-neg20px,
.px-xxl-neg20px {
    padding-right: -20px !important;
  }
  .pb-xxl-neg20px,
.py-xxl-neg20px {
    padding-bottom: -20px !important;
  }
  .pl-xxl-neg20px,
.px-xxl-neg20px {
    padding-left: -20px !important;
  }
  .p-xxl-neg30px {
    padding: -30px !important;
  }
  .pt-xxl-neg30px,
.py-xxl-neg30px {
    padding-top: -30px !important;
  }
  .pr-xxl-neg30px,
.px-xxl-neg30px {
    padding-right: -30px !important;
  }
  .pb-xxl-neg30px,
.py-xxl-neg30px {
    padding-bottom: -30px !important;
  }
  .pl-xxl-neg30px,
.px-xxl-neg30px {
    padding-left: -30px !important;
  }
  .p-xxl-neg40px {
    padding: -40px !important;
  }
  .pt-xxl-neg40px,
.py-xxl-neg40px {
    padding-top: -40px !important;
  }
  .pr-xxl-neg40px,
.px-xxl-neg40px {
    padding-right: -40px !important;
  }
  .pb-xxl-neg40px,
.py-xxl-neg40px {
    padding-bottom: -40px !important;
  }
  .pl-xxl-neg40px,
.px-xxl-neg40px {
    padding-left: -40px !important;
  }
  .p-xxl-neg50px {
    padding: -50px !important;
  }
  .pt-xxl-neg50px,
.py-xxl-neg50px {
    padding-top: -50px !important;
  }
  .pr-xxl-neg50px,
.px-xxl-neg50px {
    padding-right: -50px !important;
  }
  .pb-xxl-neg50px,
.py-xxl-neg50px {
    padding-bottom: -50px !important;
  }
  .pl-xxl-neg50px,
.px-xxl-neg50px {
    padding-left: -50px !important;
  }
  .p-xxl-neg60px {
    padding: -60px !important;
  }
  .pt-xxl-neg60px,
.py-xxl-neg60px {
    padding-top: -60px !important;
  }
  .pr-xxl-neg60px,
.px-xxl-neg60px {
    padding-right: -60px !important;
  }
  .pb-xxl-neg60px,
.py-xxl-neg60px {
    padding-bottom: -60px !important;
  }
  .pl-xxl-neg60px,
.px-xxl-neg60px {
    padding-left: -60px !important;
  }
  .p-xxl-neg70px {
    padding: -70px !important;
  }
  .pt-xxl-neg70px,
.py-xxl-neg70px {
    padding-top: -70px !important;
  }
  .pr-xxl-neg70px,
.px-xxl-neg70px {
    padding-right: -70px !important;
  }
  .pb-xxl-neg70px,
.py-xxl-neg70px {
    padding-bottom: -70px !important;
  }
  .pl-xxl-neg70px,
.px-xxl-neg70px {
    padding-left: -70px !important;
  }
  .p-xxl-neg80px {
    padding: -80px !important;
  }
  .pt-xxl-neg80px,
.py-xxl-neg80px {
    padding-top: -80px !important;
  }
  .pr-xxl-neg80px,
.px-xxl-neg80px {
    padding-right: -80px !important;
  }
  .pb-xxl-neg80px,
.py-xxl-neg80px {
    padding-bottom: -80px !important;
  }
  .pl-xxl-neg80px,
.px-xxl-neg80px {
    padding-left: -80px !important;
  }
  .p-xxl-neg90px {
    padding: -90px !important;
  }
  .pt-xxl-neg90px,
.py-xxl-neg90px {
    padding-top: -90px !important;
  }
  .pr-xxl-neg90px,
.px-xxl-neg90px {
    padding-right: -90px !important;
  }
  .pb-xxl-neg90px,
.py-xxl-neg90px {
    padding-bottom: -90px !important;
  }
  .pl-xxl-neg90px,
.px-xxl-neg90px {
    padding-left: -90px !important;
  }
  .p-xxl-neg100px {
    padding: -100px !important;
  }
  .pt-xxl-neg100px,
.py-xxl-neg100px {
    padding-top: -100px !important;
  }
  .pr-xxl-neg100px,
.px-xxl-neg100px {
    padding-right: -100px !important;
  }
  .pb-xxl-neg100px,
.py-xxl-neg100px {
    padding-bottom: -100px !important;
  }
  .pl-xxl-neg100px,
.px-xxl-neg100px {
    padding-left: -100px !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-nneg1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-nneg1,
.my-xxl-nneg1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-nneg1,
.mx-xxl-nneg1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-nneg1,
.my-xxl-nneg1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-nneg1,
.mx-xxl-nneg1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-nneg2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-nneg2,
.my-xxl-nneg2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-nneg2,
.mx-xxl-nneg2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-nneg2,
.my-xxl-nneg2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-nneg2,
.mx-xxl-nneg2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-nneg3 {
    margin: 1rem !important;
  }
  .mt-xxl-nneg3,
.my-xxl-nneg3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-nneg3,
.mx-xxl-nneg3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-nneg3,
.my-xxl-nneg3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-nneg3,
.mx-xxl-nneg3 {
    margin-left: 1rem !important;
  }
  .m-xxl-nneg4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-nneg4,
.my-xxl-nneg4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-nneg4,
.mx-xxl-nneg4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-nneg4,
.my-xxl-nneg4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-nneg4,
.mx-xxl-nneg4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-nneg5 {
    margin: 3rem !important;
  }
  .mt-xxl-nneg5,
.my-xxl-nneg5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-nneg5,
.mx-xxl-nneg5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-nneg5,
.my-xxl-nneg5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-nneg5,
.mx-xxl-nneg5 {
    margin-left: 3rem !important;
  }
  .m-xxl-nneg10px {
    margin: 10px !important;
  }
  .mt-xxl-nneg10px,
.my-xxl-nneg10px {
    margin-top: 10px !important;
  }
  .mr-xxl-nneg10px,
.mx-xxl-nneg10px {
    margin-right: 10px !important;
  }
  .mb-xxl-nneg10px,
.my-xxl-nneg10px {
    margin-bottom: 10px !important;
  }
  .ml-xxl-nneg10px,
.mx-xxl-nneg10px {
    margin-left: 10px !important;
  }
  .m-xxl-nneg20px {
    margin: 20px !important;
  }
  .mt-xxl-nneg20px,
.my-xxl-nneg20px {
    margin-top: 20px !important;
  }
  .mr-xxl-nneg20px,
.mx-xxl-nneg20px {
    margin-right: 20px !important;
  }
  .mb-xxl-nneg20px,
.my-xxl-nneg20px {
    margin-bottom: 20px !important;
  }
  .ml-xxl-nneg20px,
.mx-xxl-nneg20px {
    margin-left: 20px !important;
  }
  .m-xxl-nneg30px {
    margin: 30px !important;
  }
  .mt-xxl-nneg30px,
.my-xxl-nneg30px {
    margin-top: 30px !important;
  }
  .mr-xxl-nneg30px,
.mx-xxl-nneg30px {
    margin-right: 30px !important;
  }
  .mb-xxl-nneg30px,
.my-xxl-nneg30px {
    margin-bottom: 30px !important;
  }
  .ml-xxl-nneg30px,
.mx-xxl-nneg30px {
    margin-left: 30px !important;
  }
  .m-xxl-nneg40px {
    margin: 40px !important;
  }
  .mt-xxl-nneg40px,
.my-xxl-nneg40px {
    margin-top: 40px !important;
  }
  .mr-xxl-nneg40px,
.mx-xxl-nneg40px {
    margin-right: 40px !important;
  }
  .mb-xxl-nneg40px,
.my-xxl-nneg40px {
    margin-bottom: 40px !important;
  }
  .ml-xxl-nneg40px,
.mx-xxl-nneg40px {
    margin-left: 40px !important;
  }
  .m-xxl-nneg50px {
    margin: 50px !important;
  }
  .mt-xxl-nneg50px,
.my-xxl-nneg50px {
    margin-top: 50px !important;
  }
  .mr-xxl-nneg50px,
.mx-xxl-nneg50px {
    margin-right: 50px !important;
  }
  .mb-xxl-nneg50px,
.my-xxl-nneg50px {
    margin-bottom: 50px !important;
  }
  .ml-xxl-nneg50px,
.mx-xxl-nneg50px {
    margin-left: 50px !important;
  }
  .m-xxl-nneg60px {
    margin: 60px !important;
  }
  .mt-xxl-nneg60px,
.my-xxl-nneg60px {
    margin-top: 60px !important;
  }
  .mr-xxl-nneg60px,
.mx-xxl-nneg60px {
    margin-right: 60px !important;
  }
  .mb-xxl-nneg60px,
.my-xxl-nneg60px {
    margin-bottom: 60px !important;
  }
  .ml-xxl-nneg60px,
.mx-xxl-nneg60px {
    margin-left: 60px !important;
  }
  .m-xxl-nneg70px {
    margin: 70px !important;
  }
  .mt-xxl-nneg70px,
.my-xxl-nneg70px {
    margin-top: 70px !important;
  }
  .mr-xxl-nneg70px,
.mx-xxl-nneg70px {
    margin-right: 70px !important;
  }
  .mb-xxl-nneg70px,
.my-xxl-nneg70px {
    margin-bottom: 70px !important;
  }
  .ml-xxl-nneg70px,
.mx-xxl-nneg70px {
    margin-left: 70px !important;
  }
  .m-xxl-nneg80px {
    margin: 80px !important;
  }
  .mt-xxl-nneg80px,
.my-xxl-nneg80px {
    margin-top: 80px !important;
  }
  .mr-xxl-nneg80px,
.mx-xxl-nneg80px {
    margin-right: 80px !important;
  }
  .mb-xxl-nneg80px,
.my-xxl-nneg80px {
    margin-bottom: 80px !important;
  }
  .ml-xxl-nneg80px,
.mx-xxl-nneg80px {
    margin-left: 80px !important;
  }
  .m-xxl-nneg90px {
    margin: 90px !important;
  }
  .mt-xxl-nneg90px,
.my-xxl-nneg90px {
    margin-top: 90px !important;
  }
  .mr-xxl-nneg90px,
.mx-xxl-nneg90px {
    margin-right: 90px !important;
  }
  .mb-xxl-nneg90px,
.my-xxl-nneg90px {
    margin-bottom: 90px !important;
  }
  .ml-xxl-nneg90px,
.mx-xxl-nneg90px {
    margin-left: 90px !important;
  }
  .m-xxl-nneg100px {
    margin: 100px !important;
  }
  .mt-xxl-nneg100px,
.my-xxl-nneg100px {
    margin-top: 100px !important;
  }
  .mr-xxl-nneg100px,
.mx-xxl-nneg100px {
    margin-right: 100px !important;
  }
  .mb-xxl-nneg100px,
.my-xxl-nneg100px {
    margin-bottom: 100px !important;
  }
  .ml-xxl-nneg100px,
.mx-xxl-nneg100px {
    margin-left: 100px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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: 200 !important;
}

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

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: 800 !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: rgb(101, 179, 52) !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #447823 !important;
}

.text-secondary {
  color: rgb(0, 0, 0) !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important;
}

.text-success {
  color: rgb(101, 179, 52) !important;
}

a.text-success:hover, a.text-success:focus {
  color: #447823 !important;
}

.text-info {
  color: rgb(145, 210, 235) !important;
}

a.text-info:hover, a.text-info:focus {
  color: #50b8df !important;
}

.text-warning {
  color: rgb(240, 173, 78) !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #df8a13 !important;
}

.text-danger {
  color: rgb(217, 83, 79) !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #b52b27 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #212529 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

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

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-black {
  color: #000 !important;
}

a.text-black:hover, a.text-black:focus {
  color: black !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-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) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #adb5bd;
    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 #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #000;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #000;
  }
}
/*  Fonts   */
/*  Icons   */
/*  ENTYPO+ ICONS
 *	--------------
 *  @see: 	 /fonts/entypo/
 *	@html:   <span class="icon-[name]"></span>
 *  @mixin:  @include entypo($code, $color);
/*	-----	*/
@font-face {
  font-family: "entypo-plus";
  src: url("../fonts/entypo/font/entypo-plus.eot");
  src: url("../fonts/entypo/font/entypo-plus.eot?#iefix") format("embedded-opentype"), url("../fonts/entypo/font/entypo-plus.woff2") format("woff2"), url("../fonts/entypo/font/entypo-plus.woff") format("woff"), url("../fonts/entypo/font/entypo-plus.ttf") format("truetype"), url("../fonts/entypo/font/entypo-plus.svg#entypo-plus") format("svg");
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "entypo-plus";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  font-size: 120%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
}

.icon-add-to-list:before {
  content: "\e800";
} /* '' */
.icon-add-user:before {
  content: "\e801";
} /* '' */
.icon-address:before {
  content: "\e802";
} /* '' */
.icon-adjust:before {
  content: "\e803";
} /* '' */
.icon-air:before {
  content: "\e804";
} /* '' */
.icon-aircraft-landing:before {
  content: "\e805";
} /* '' */
.icon-aircraft-take-off:before {
  content: "\e806";
} /* '' */
.icon-aircraft:before {
  content: "\e807";
} /* '' */
.icon-align-bottom:before {
  content: "\e808";
} /* '' */
.icon-align-horizontal-middle:before {
  content: "\e809";
} /* '' */
.icon-align-left:before {
  content: "\e80a";
} /* '' */
.icon-align-right:before {
  content: "\e80b";
} /* '' */
.icon-align-top:before {
  content: "\e80c";
} /* '' */
.icon-align-vertical-middle:before {
  content: "\e80d";
} /* '' */
.icon-archive:before {
  content: "\e80e";
} /* '' */
.icon-area-graph:before {
  content: "\e80f";
} /* '' */
.icon-arrow-bold-down:before {
  content: "\e810";
} /* '' */
.icon-arrow-bold-left:before {
  content: "\e811";
} /* '' */
.icon-arrow-bold-right:before {
  content: "\e812";
} /* '' */
.icon-arrow-bold-up:before {
  content: "\e813";
} /* '' */
.icon-arrow-down:before {
  content: "\e814";
} /* '' */
.icon-arrow-left:before {
  content: "\e815";
} /* '' */
.icon-arrow-long-down:before {
  content: "\e816";
} /* '' */
.icon-arrow-long-left:before {
  content: "\e817";
} /* '' */
.icon-arrow-long-right:before {
  content: "\e818";
} /* '' */
.icon-arrow-long-up:before {
  content: "\e819";
} /* '' */
.icon-arrow-right:before {
  content: "\e81a";
} /* '' */
.icon-arrow-up:before {
  content: "\e81b";
} /* '' */
.icon-arrow-with-circle-down:before {
  content: "\e81c";
} /* '' */
.icon-arrow-with-circle-left:before {
  content: "\e81d";
} /* '' */
.icon-arrow-with-circle-right:before {
  content: "\e81e";
} /* '' */
.icon-arrow-with-circle-up:before {
  content: "\e81f";
} /* '' */
.icon-attachment:before {
  content: "\e820";
} /* '' */
.icon-awareness-ribbon:before {
  content: "\e821";
} /* '' */
.icon-back-in-time:before {
  content: "\e822";
} /* '' */
.icon-back:before {
  content: "\e823";
} /* '' */
.icon-bar-graph:before {
  content: "\e824";
} /* '' */
.icon-battery:before {
  content: "\e825";
} /* '' */
.icon-beamed-note:before {
  content: "\e826";
} /* '' */
.icon-bell:before {
  content: "\e827";
} /* '' */
.icon-blackboard:before {
  content: "\e828";
} /* '' */
.icon-block:before {
  content: "\e829";
} /* '' */
.icon-book:before {
  content: "\e82a";
} /* '' */
.icon-bookmark:before {
  content: "\e82b";
} /* '' */
.icon-bookmarks:before {
  content: "\e82c";
} /* '' */
.icon-bowl:before {
  content: "\e82d";
} /* '' */
.icon-box:before {
  content: "\e82e";
} /* '' */
.icon-briefcase:before {
  content: "\e82f";
} /* '' */
.icon-browser:before {
  content: "\e830";
} /* '' */
.icon-brush:before {
  content: "\e831";
} /* '' */
.icon-bucket:before {
  content: "\e832";
} /* '' */
.icon-bug:before {
  content: "\e833";
} /* '' */
.icon-cake:before {
  content: "\e834";
} /* '' */
.icon-calculator:before {
  content: "\e835";
} /* '' */
.icon-calendar:before {
  content: "\e836";
} /* '' */
.icon-camera:before {
  content: "\e837";
} /* '' */
.icon-ccw:before {
  content: "\e838";
} /* '' */
.icon-chat:before {
  content: "\e839";
} /* '' */
.icon-check:before {
  content: "\e83a";
} /* '' */
.icon-chevron-down:before {
  content: "\e83b";
} /* '' */
.icon-chevron-left:before {
  content: "\e83c";
} /* '' */
.icon-chevron-right:before {
  content: "\e83d";
} /* '' */
.icon-chevron-small-down:before {
  content: "\e83e";
} /* '' */
.icon-chevron-small-left:before {
  content: "\e83f";
} /* '' */
.icon-chevron-small-right:before {
  content: "\e840";
} /* '' */
.icon-chevron-small-up:before {
  content: "\e841";
} /* '' */
.icon-chevron-thin-down:before {
  content: "\e842";
} /* '' */
.icon-chevron-thin-left:before {
  content: "\e843";
} /* '' */
.icon-chevron-thin-right:before {
  content: "\e844";
} /* '' */
.icon-chevron-thin-up:before {
  content: "\e845";
} /* '' */
.icon-chevron-up:before {
  content: "\e846";
} /* '' */
.icon-chevron-with-circle-down:before {
  content: "\e847";
} /* '' */
.icon-chevron-with-circle-left:before {
  content: "\e848";
} /* '' */
.icon-chevron-with-circle-right:before {
  content: "\e849";
} /* '' */
.icon-chevron-with-circle-up:before {
  content: "\e84a";
} /* '' */
.icon-circle-with-cross:before {
  content: "\e84b";
} /* '' */
.icon-circle-with-minus:before {
  content: "\e84c";
} /* '' */
.icon-circle-with-plus:before {
  content: "\e84d";
} /* '' */
.icon-circle:before {
  content: "\e84e";
} /* '' */
.icon-circular-graph:before {
  content: "\e84f";
} /* '' */
.icon-clapperboard:before {
  content: "\e850";
} /* '' */
.icon-classic-computer:before {
  content: "\e851";
} /* '' */
.icon-clipboard:before {
  content: "\e852";
} /* '' */
.icon-clock:before {
  content: "\e853";
} /* '' */
.icon-cloud:before {
  content: "\e854";
} /* '' */
.icon-code:before {
  content: "\e855";
} /* '' */
.icon-cog:before {
  content: "\e856";
} /* '' */
.icon-colours:before {
  content: "\e857";
} /* '' */
.icon-compass:before {
  content: "\e858";
} /* '' */
.icon-controller-fast-backward:before {
  content: "\e859";
} /* '' */
.icon-controller-fast-forward:before {
  content: "\e85a";
} /* '' */
.icon-controller-jump-to-start:before {
  content: "\e85b";
} /* '' */
.icon-controller-next:before {
  content: "\e85c";
} /* '' */
.icon-controller-paus:before {
  content: "\e85d";
} /* '' */
.icon-controller-play:before {
  content: "\e85e";
} /* '' */
.icon-controller-record:before {
  content: "\e85f";
} /* '' */
.icon-controller-stop:before {
  content: "\e860";
} /* '' */
.icon-controller-volume:before {
  content: "\e861";
} /* '' */
.icon-copy:before {
  content: "\e862";
} /* '' */
.icon-creative-commons-attribution:before {
  content: "\e863";
} /* '' */
.icon-creative-commons-noderivs:before {
  content: "\e864";
} /* '' */
.icon-creative-commons-noncommercial-eu:before {
  content: "\e865";
} /* '' */
.icon-creative-commons-noncommercial-us:before {
  content: "\e866";
} /* '' */
.icon-creative-commons-public-domain:before {
  content: "\e867";
} /* '' */
.icon-creative-commons-remix:before {
  content: "\e868";
} /* '' */
.icon-creative-commons-share:before {
  content: "\e869";
} /* '' */
.icon-creative-commons-sharealike:before {
  content: "\e86a";
} /* '' */
.icon-creative-commons:before {
  content: "\e86b";
} /* '' */
.icon-credit-card:before {
  content: "\e86c";
} /* '' */
.icon-credit:before {
  content: "\e86d";
} /* '' */
.icon-crop:before {
  content: "\e86e";
} /* '' */
.icon-cross:before {
  content: "\e86f";
} /* '' */
.icon-cup:before {
  content: "\e870";
} /* '' */
.icon-cw:before {
  content: "\e871";
} /* '' */
.icon-cycle:before {
  content: "\e872";
} /* '' */
.icon-database:before {
  content: "\e873";
} /* '' */
.icon-dial-pad:before {
  content: "\e874";
} /* '' */
.icon-direction:before {
  content: "\e875";
} /* '' */
.icon-document-landscape:before {
  content: "\e876";
} /* '' */
.icon-document:before {
  content: "\e877";
} /* '' */
.icon-documents:before {
  content: "\e878";
} /* '' */
.icon-dot-single:before {
  content: "\e879";
} /* '' */
.icon-dots-three-horizontal:before {
  content: "\e87a";
} /* '' */
.icon-dots-three-vertical:before {
  content: "\e87b";
} /* '' */
.icon-dots-two-horizontal:before {
  content: "\e87c";
} /* '' */
.icon-dots-two-vertical:before {
  content: "\e87d";
} /* '' */
.icon-download:before {
  content: "\e87e";
} /* '' */
.icon-drink:before {
  content: "\e87f";
} /* '' */
.icon-drive:before {
  content: "\e880";
} /* '' */
.icon-drop:before {
  content: "\e881";
} /* '' */
.icon-edit:before {
  content: "\e882";
} /* '' */
.icon-email:before {
  content: "\e883";
} /* '' */
.icon-emoji-flirt:before {
  content: "\e884";
} /* '' */
.icon-emoji-happy:before {
  content: "\e885";
} /* '' */
.icon-emoji-neutral:before {
  content: "\e886";
} /* '' */
.icon-emoji-sad:before {
  content: "\e887";
} /* '' */
.icon-erase:before {
  content: "\e888";
} /* '' */
.icon-eraser:before {
  content: "\e889";
} /* '' */
.icon-export:before {
  content: "\e88a";
} /* '' */
.icon-eye-with-line:before {
  content: "\e88b";
} /* '' */
.icon-eye:before {
  content: "\e88c";
} /* '' */
.icon-feather:before {
  content: "\e88d";
} /* '' */
.icon-fingerprint:before {
  content: "\e88e";
} /* '' */
.icon-flag:before {
  content: "\e88f";
} /* '' */
.icon-flash:before {
  content: "\e890";
} /* '' */
.icon-flashlight:before {
  content: "\e891";
} /* '' */
.icon-flat-brush:before {
  content: "\e892";
} /* '' */
.icon-flow-branch:before {
  content: "\e893";
} /* '' */
.icon-flow-cascade:before {
  content: "\e894";
} /* '' */
.icon-flow-line:before {
  content: "\e895";
} /* '' */
.icon-flow-parallel:before {
  content: "\e896";
} /* '' */
.icon-flow-tree:before {
  content: "\e897";
} /* '' */
.icon-flower:before {
  content: "\e898";
} /* '' */
.icon-folder-images:before {
  content: "\e899";
} /* '' */
.icon-folder-music:before {
  content: "\e89a";
} /* '' */
.icon-folder-video:before {
  content: "\e89b";
} /* '' */
.icon-folder:before {
  content: "\e89c";
} /* '' */
.icon-forward:before {
  content: "\e89d";
} /* '' */
.icon-funnel:before {
  content: "\e89e";
} /* '' */
.icon-game-controller:before {
  content: "\e89f";
} /* '' */
.icon-gauge:before {
  content: "\e8a0";
} /* '' */
.icon-globe:before {
  content: "\e8a1";
} /* '' */
.icon-graduation-cap:before {
  content: "\e8a2";
} /* '' */
.icon-grid:before {
  content: "\e8a3";
} /* '' */
.icon-hair-cross:before {
  content: "\e8a4";
} /* '' */
.icon-hand:before {
  content: "\e8a5";
} /* '' */
.icon-heart-outlined:before {
  content: "\e8a6";
} /* '' */
.icon-heart:before {
  content: "\e8a7";
} /* '' */
.icon-help-with-circle:before {
  content: "\e8a8";
} /* '' */
.icon-help:before {
  content: "\e8a9";
} /* '' */
.icon-home:before {
  content: "\e8aa";
} /* '' */
.icon-hour-glass:before {
  content: "\e8ab";
} /* '' */
.icon-image-inverted:before {
  content: "\e8ac";
} /* '' */
.icon-image:before {
  content: "\e8ad";
} /* '' */
.icon-images:before {
  content: "\e8ae";
} /* '' */
.icon-inbox:before {
  content: "\e8af";
} /* '' */
.icon-infinity:before {
  content: "\e8b0";
} /* '' */
.icon-info-with-circle:before {
  content: "\e8b1";
} /* '' */
.icon-info:before {
  content: "\e8b2";
} /* '' */
.icon-install:before {
  content: "\e8b3";
} /* '' */
.icon-key:before {
  content: "\e8b4";
} /* '' */
.icon-keyboard:before {
  content: "\e8b5";
} /* '' */
.icon-lab-flask:before {
  content: "\e8b6";
} /* '' */
.icon-landline:before {
  content: "\e8b7";
} /* '' */
.icon-language:before {
  content: "\e8b8";
} /* '' */
.icon-laptop:before {
  content: "\e8b9";
} /* '' */
.icon-layers:before {
  content: "\e8ba";
} /* '' */
.icon-leaf:before {
  content: "\e8bb";
} /* '' */
.icon-level-down:before {
  content: "\e8bc";
} /* '' */
.icon-level-up:before {
  content: "\e8bd";
} /* '' */
.icon-lifebuoy:before {
  content: "\e8be";
} /* '' */
.icon-light-bulb:before {
  content: "\e8bf";
} /* '' */
.icon-light-down:before {
  content: "\e8c0";
} /* '' */
.icon-light-up:before {
  content: "\e8c1";
} /* '' */
.icon-line-graph:before {
  content: "\e8c2";
} /* '' */
.icon-link:before {
  content: "\e8c3";
} /* '' */
.icon-list:before {
  content: "\e8c4";
} /* '' */
.icon-location-pin:before {
  content: "\e8c5";
} /* '' */
.icon-location:before {
  content: "\e8c6";
} /* '' */
.icon-lock-open:before {
  content: "\e8c7";
} /* '' */
.icon-lock:before {
  content: "\e8c8";
} /* '' */
.icon-log-out:before {
  content: "\e8c9";
} /* '' */
.icon-login:before {
  content: "\e8ca";
} /* '' */
.icon-loop:before {
  content: "\e8cb";
} /* '' */
.icon-magnet:before {
  content: "\e8cc";
} /* '' */
.icon-magnifying-glass:before {
  content: "\e8cd";
} /* '' */
.icon-mail:before {
  content: "\e8ce";
} /* '' */
.icon-man:before {
  content: "\e8cf";
} /* '' */
.icon-map:before {
  content: "\e8d0";
} /* '' */
.icon-mask:before {
  content: "\e8d1";
} /* '' */
.icon-medal:before {
  content: "\e8d2";
} /* '' */
.icon-megaphone:before {
  content: "\e8d3";
} /* '' */
.icon-menu:before {
  content: "\e8d4";
} /* '' */
.icon-merge:before {
  content: "\e8d5";
} /* '' */
.icon-message:before {
  content: "\e8d6";
} /* '' */
.icon-mic:before {
  content: "\e8d7";
} /* '' */
.icon-minus:before {
  content: "\e8d8";
} /* '' */
.icon-mobile:before {
  content: "\e8d9";
} /* '' */
.icon-modern-mic:before {
  content: "\e8da";
} /* '' */
.icon-moon:before {
  content: "\e8db";
} /* '' */
.icon-mouse-pointer:before {
  content: "\e8dc";
} /* '' */
.icon-mouse:before {
  content: "\e8dd";
} /* '' */
.icon-music:before {
  content: "\e8de";
} /* '' */
.icon-network:before {
  content: "\e8df";
} /* '' */
.icon-new-message:before {
  content: "\e8e0";
} /* '' */
.icon-new:before {
  content: "\e8e1";
} /* '' */
.icon-news:before {
  content: "\e8e2";
} /* '' */
.icon-newsletter:before {
  content: "\e8e3";
} /* '' */
.icon-note:before {
  content: "\e8e4";
} /* '' */
.icon-notification:before {
  content: "\e8e5";
} /* '' */
.icon-notifications-off:before {
  content: "\e8e6";
} /* '' */
.icon-old-mobile:before {
  content: "\e8e7";
} /* '' */
.icon-old-phone:before {
  content: "\e8e8";
} /* '' */
.icon-open-book:before {
  content: "\e8e9";
} /* '' */
.icon-palette:before {
  content: "\e8ea";
} /* '' */
.icon-paper-plane:before {
  content: "\e8eb";
} /* '' */
.icon-pencil:before {
  content: "\e8ec";
} /* '' */
.icon-phone:before {
  content: "\e8ed";
} /* '' */
.icon-pie-chart:before {
  content: "\e8ee";
} /* '' */
.icon-pin:before {
  content: "\e8ef";
} /* '' */
.icon-plus:before {
  content: "\e8f0";
} /* '' */
.icon-popup:before {
  content: "\e8f1";
} /* '' */
.icon-power-plug:before {
  content: "\e8f2";
} /* '' */
.icon-price-ribbon:before {
  content: "\e8f3";
} /* '' */
.icon-price-tag:before {
  content: "\e8f4";
} /* '' */
.icon-print:before {
  content: "\e8f5";
} /* '' */
.icon-progress-empty:before {
  content: "\e8f6";
} /* '' */
.icon-progress-full:before {
  content: "\e8f7";
} /* '' */
.icon-progress-one:before {
  content: "\e8f8";
} /* '' */
.icon-progress-two:before {
  content: "\e8f9";
} /* '' */
.icon-publish:before {
  content: "\e8fa";
} /* '' */
.icon-quote:before {
  content: "\e8fb";
} /* '' */
.icon-radio:before {
  content: "\e8fc";
} /* '' */
.icon-remove-user:before {
  content: "\e8fd";
} /* '' */
.icon-reply-all:before {
  content: "\e8fe";
} /* '' */
.icon-reply:before {
  content: "\e8ff";
} /* '' */
.icon-resize-100prc:before {
  content: "\e900";
} /* '' */
.icon-resize-full-screen:before {
  content: "\e901";
} /* '' */
.icon-retweet:before {
  content: "\e902";
} /* '' */
.icon-rocket:before {
  content: "\e903";
} /* '' */
.icon-round-brush:before {
  content: "\e904";
} /* '' */
.icon-rss:before {
  content: "\e905";
} /* '' */
.icon-ruler:before {
  content: "\e906";
} /* '' */
.icon-save:before {
  content: "\e907";
} /* '' */
.icon-scissors:before {
  content: "\e908";
} /* '' */
.icon-select-arrows:before {
  content: "\e909";
} /* '' */
.icon-share-alternative:before {
  content: "\e90a";
} /* '' */
.icon-share:before {
  content: "\e90b";
} /* '' */
.icon-shareable:before {
  content: "\e90c";
} /* '' */
.icon-shield:before {
  content: "\e90d";
} /* '' */
.icon-shop:before {
  content: "\e90e";
} /* '' */
.icon-shopping-bag:before {
  content: "\e90f";
} /* '' */
.icon-shopping-basket:before {
  content: "\e910";
} /* '' */
.icon-shopping-cart:before {
  content: "\e911";
} /* '' */
.icon-shuffle:before {
  content: "\e912";
} /* '' */
.icon-signal:before {
  content: "\e913";
} /* '' */
.icon-sound-mix:before {
  content: "\e914";
} /* '' */
.icon-sound-mute:before {
  content: "\e915";
} /* '' */
.icon-sound:before {
  content: "\e916";
} /* '' */
.icon-sports-club:before {
  content: "\e917";
} /* '' */
.icon-spreadsheet:before {
  content: "\e918";
} /* '' */
.icon-squared-cross:before {
  content: "\e919";
} /* '' */
.icon-squared-minus:before {
  content: "\e91a";
} /* '' */
.icon-squared-plus:before {
  content: "\e91b";
} /* '' */
.icon-star-outlined:before {
  content: "\e91c";
} /* '' */
.icon-star:before {
  content: "\e91d";
} /* '' */
.icon-stopwatch:before {
  content: "\e91e";
} /* '' */
.icon-suitcase:before {
  content: "\e91f";
} /* '' */
.icon-swap:before {
  content: "\e920";
} /* '' */
.icon-sweden:before {
  content: "\e921";
} /* '' */
.icon-switch:before {
  content: "\e922";
} /* '' */
.icon-tablet-mobile-combo:before {
  content: "\e923";
} /* '' */
.icon-tablet:before {
  content: "\e924";
} /* '' */
.icon-tag:before {
  content: "\e925";
} /* '' */
.icon-text-document-inverted:before {
  content: "\e926";
} /* '' */
.icon-text-document:before {
  content: "\e927";
} /* '' */
.icon-text:before {
  content: "\e928";
} /* '' */
.icon-thermometer:before {
  content: "\e929";
} /* '' */
.icon-thumbs-down:before {
  content: "\e92a";
} /* '' */
.icon-thumbs-up:before {
  content: "\e92b";
} /* '' */
.icon-thunder-cloud:before {
  content: "\e92c";
} /* '' */
.icon-ticket:before {
  content: "\e92d";
} /* '' */
.icon-time-slot:before {
  content: "\e92e";
} /* '' */
.icon-tools:before {
  content: "\e92f";
} /* '' */
.icon-traffic-cone:before {
  content: "\e930";
} /* '' */
.icon-trash:before {
  content: "\e931";
} /* '' */
.icon-tree:before {
  content: "\e932";
} /* '' */
.icon-triangle-down:before {
  content: "\e933";
} /* '' */
.icon-triangle-left:before {
  content: "\e934";
} /* '' */
.icon-triangle-right:before {
  content: "\e935";
} /* '' */
.icon-triangle-up:before {
  content: "\e936";
} /* '' */
.icon-trophy:before {
  content: "\e937";
} /* '' */
.icon-tv:before {
  content: "\e938";
} /* '' */
.icon-typing:before {
  content: "\e939";
} /* '' */
.icon-uninstall:before {
  content: "\e93a";
} /* '' */
.icon-unread:before {
  content: "\e93b";
} /* '' */
.icon-untag:before {
  content: "\e93c";
} /* '' */
.icon-upload-to-cloud:before {
  content: "\e93d";
} /* '' */
.icon-upload:before {
  content: "\e93e";
} /* '' */
.icon-user:before {
  content: "\e93f";
} /* '' */
.icon-users:before {
  content: "\e940";
} /* '' */
.icon-v-card:before {
  content: "\e941";
} /* '' */
.icon-video-camera:before {
  content: "\e942";
} /* '' */
.icon-video:before {
  content: "\e943";
} /* '' */
.icon-vinyl:before {
  content: "\e944";
} /* '' */
.icon-voicemail:before {
  content: "\e945";
} /* '' */
.icon-wallet:before {
  content: "\e946";
} /* '' */
.icon-warning:before {
  content: "\e947";
} /* '' */
.icon-water:before {
  content: "\e948";
} /* '' */
.spin:before {
  animation: spin 1.5s infinite linear;
  display: inline-block;
}

@keyframes spin {
  0% {
    transform: rotate(359deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.spinner {
  position: absolute;
}
.spinner:before {
  display: block;
  position: absolute;
  color: rgb(101, 179, 52);
  width: 48px;
  height: 48px;
  font-size: 48px;
  margin-left: -24px;
  margin-top: -24px;
  left: 50%;
  top: 50%;
}

/*  SOCIALIST
 *	--------------
 *  @see: 	 /fonts/socialist/
 *  @html:   <span class="social-[name]"></span>
 *  @mixin:  @include social($code, $color);
@import "icons/socialist";
@import "icons/socialist-codes";
/*	-----	*/
/*  WYGELSTYNS
 *	--------------
 *  @see:    /public/fonts/wygelstyns/
 *	@html:   <span class="ws-[name]"></span>
 *  @mixin:  @include wygel($code, $color);
@import "icons/wygelstyn";
@import "icons/wygelstyn-codes";
/*	-----	*/
/*  SVG-ICONS
 *	--------------
 *  @see     /public/img/svg/src/
 *  @html    <span class="svg-[name]"></span>
 *  @mixin:  @include icon($name, $width, $height);
/*	-----	*/
.svg-2-BTT {
  display: inline-block;
  background-image: url(../img/svg/cleaned/BTT.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 154px;
  height: 154px;
}

.svg-BTT {
  display: inline-block;
  background-image: url(../img/svg/cleaned/BTT.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 77px;
  height: 77px;
}

.svg-075-BTT {
  display: inline-block;
  background-image: url(../img/svg/cleaned/BTT.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 57.75px;
  height: 57.75px;
}

.svg-05-BTT {
  display: inline-block;
  background-image: url(../img/svg/cleaned/BTT.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 38.5px;
  height: 38.5px;
}

.svg-025-BTT {
  display: inline-block;
  background-image: url(../img/svg/cleaned/BTT.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 19.25px;
  height: 19.25px;
}

.svg-2-CHECK-3PT-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CHECK-3PT-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 68.7px;
  height: 68.7px;
}

.svg-CHECK-3PT-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CHECK-3PT-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 34.35px;
  height: 34.35px;
}

.svg-075-CHECK-3PT-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CHECK-3PT-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 25.7625px;
  height: 25.7625px;
}

.svg-05-CHECK-3PT-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CHECK-3PT-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 17.175px;
  height: 17.175px;
}

.svg-025-CHECK-3PT-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CHECK-3PT-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 8.5875px;
  height: 8.5875px;
}

.svg-2-CHECK-5PT-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CHECK-5PT-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 68.7px;
  height: 68.7px;
}

.svg-CHECK-5PT-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CHECK-5PT-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 34.35px;
  height: 34.35px;
}

.svg-075-CHECK-5PT-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CHECK-5PT-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 25.7625px;
  height: 25.7625px;
}

.svg-05-CHECK-5PT-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CHECK-5PT-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 17.175px;
  height: 17.175px;
}

.svg-025-CHECK-5PT-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CHECK-5PT-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 8.5875px;
  height: 8.5875px;
}

.svg-2-CLOSE {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CLOSE.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 250px;
}

.svg-CLOSE {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CLOSE.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
}

.svg-075-CLOSE {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CLOSE.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 93.75px;
  height: 93.75px;
}

.svg-05-CLOSE {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CLOSE.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}

.svg-025-CLOSE {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CLOSE.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31.25px;
  height: 31.25px;
}

.svg-2-CNC-ABBUND {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CNC-ABBUND.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 250px;
}

.svg-CNC-ABBUND {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CNC-ABBUND.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
}

.svg-075-CNC-ABBUND {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CNC-ABBUND.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 93.75px;
  height: 93.75px;
}

.svg-05-CNC-ABBUND {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CNC-ABBUND.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}

.svg-025-CNC-ABBUND {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CNC-ABBUND.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31.25px;
  height: 31.25px;
}

.svg-2-CNC-ABBUND-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CNC-ABBUND-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 250px;
}

.svg-CNC-ABBUND-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CNC-ABBUND-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
}

.svg-075-CNC-ABBUND-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CNC-ABBUND-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 93.75px;
  height: 93.75px;
}

.svg-05-CNC-ABBUND-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CNC-ABBUND-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}

.svg-025-CNC-ABBUND-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/CNC-ABBUND-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31.25px;
  height: 31.25px;
}

.svg-2-DACHBAU {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DACHBAU.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 250px;
}

.svg-DACHBAU {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DACHBAU.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
}

.svg-075-DACHBAU {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DACHBAU.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 93.75px;
  height: 93.75px;
}

.svg-05-DACHBAU {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DACHBAU.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}

.svg-025-DACHBAU {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DACHBAU.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31.25px;
  height: 31.25px;
}

.svg-2-DACHBAU-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DACHBAU-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 250px;
}

.svg-DACHBAU-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DACHBAU-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
}

.svg-075-DACHBAU-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DACHBAU-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 93.75px;
  height: 93.75px;
}

.svg-05-DACHBAU-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DACHBAU-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}

.svg-025-DACHBAU-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DACHBAU-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31.25px;
  height: 31.25px;
}

.svg-2-DAHM_GMBH_LOGO-green {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DAHM_GMBH_LOGO-green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 200px;
  height: 200px;
}

.svg-DAHM_GMBH_LOGO-green {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DAHM_GMBH_LOGO-green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  height: 100px;
}

.svg-075-DAHM_GMBH_LOGO-green {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DAHM_GMBH_LOGO-green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 75px;
  height: 75px;
}

.svg-05-DAHM_GMBH_LOGO-green {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DAHM_GMBH_LOGO-green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
}

.svg-025-DAHM_GMBH_LOGO-green {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DAHM_GMBH_LOGO-green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
}

.svg-2-DAHM_GMBH_LOGO-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DAHM_GMBH_LOGO-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 200px;
  height: 200px;
}

.svg-DAHM_GMBH_LOGO-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DAHM_GMBH_LOGO-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  height: 100px;
}

.svg-075-DAHM_GMBH_LOGO-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DAHM_GMBH_LOGO-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 75px;
  height: 75px;
}

.svg-05-DAHM_GMBH_LOGO-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DAHM_GMBH_LOGO-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
}

.svg-025-DAHM_GMBH_LOGO-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DAHM_GMBH_LOGO-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
}

.svg-2-DENKMAL-PFLEGE {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DENKMAL-PFLEGE.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 250px;
}

.svg-DENKMAL-PFLEGE {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DENKMAL-PFLEGE.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
}

.svg-075-DENKMAL-PFLEGE {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DENKMAL-PFLEGE.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 93.75px;
  height: 93.75px;
}

.svg-05-DENKMAL-PFLEGE {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DENKMAL-PFLEGE.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}

.svg-025-DENKMAL-PFLEGE {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DENKMAL-PFLEGE.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31.25px;
  height: 31.25px;
}

.svg-2-DENKMAL-PFLEGE-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DENKMAL-PFLEGE-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 250px;
}

.svg-DENKMAL-PFLEGE-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DENKMAL-PFLEGE-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
}

.svg-075-DENKMAL-PFLEGE-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DENKMAL-PFLEGE-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 93.75px;
  height: 93.75px;
}

.svg-05-DENKMAL-PFLEGE-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DENKMAL-PFLEGE-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}

.svg-025-DENKMAL-PFLEGE-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DENKMAL-PFLEGE-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31.25px;
  height: 31.25px;
}

.svg-2-DOWN {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DOWN.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 250px;
}

.svg-DOWN {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DOWN.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
}

.svg-075-DOWN {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DOWN.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 93.75px;
  height: 93.75px;
}

.svg-05-DOWN {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DOWN.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}

.svg-025-DOWN {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DOWN.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31.25px;
  height: 31.25px;
}

.svg-2-FAX {
  display: inline-block;
  background-image: url(../img/svg/cleaned/FAX.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
  height: 80px;
}

.svg-FAX {
  display: inline-block;
  background-image: url(../img/svg/cleaned/FAX.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  height: 40px;
}

.svg-075-FAX {
  display: inline-block;
  background-image: url(../img/svg/cleaned/FAX.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
}

.svg-05-FAX {
  display: inline-block;
  background-image: url(../img/svg/cleaned/FAX.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
}

.svg-025-FAX {
  display: inline-block;
  background-image: url(../img/svg/cleaned/FAX.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 10px;
}

.svg-2-FILLER {
  display: inline-block;
  background-image: url(../img/svg/cleaned/FILLER.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 240px;
  height: 240px;
}

.svg-FILLER {
  display: inline-block;
  background-image: url(../img/svg/cleaned/FILLER.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 120px;
  height: 120px;
}

.svg-075-FILLER {
  display: inline-block;
  background-image: url(../img/svg/cleaned/FILLER.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 90px;
  height: 90px;
}

.svg-05-FILLER {
  display: inline-block;
  background-image: url(../img/svg/cleaned/FILLER.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 60px;
  height: 60px;
}

.svg-025-FILLER {
  display: inline-block;
  background-image: url(../img/svg/cleaned/FILLER.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
}

.svg-2-GOOGLE-MAPS {
  display: inline-block;
  background-image: url(../img/svg/cleaned/GOOGLE-MAPS.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 72px;
  height: 100px;
}

.svg-GOOGLE-MAPS {
  display: inline-block;
  background-image: url(../img/svg/cleaned/GOOGLE-MAPS.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 36px;
  height: 50px;
}

.svg-075-GOOGLE-MAPS {
  display: inline-block;
  background-image: url(../img/svg/cleaned/GOOGLE-MAPS.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 27px;
  height: 37.5px;
}

.svg-05-GOOGLE-MAPS {
  display: inline-block;
  background-image: url(../img/svg/cleaned/GOOGLE-MAPS.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 18px;
  height: 25px;
}

.svg-025-GOOGLE-MAPS {
  display: inline-block;
  background-image: url(../img/svg/cleaned/GOOGLE-MAPS.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 9px;
  height: 12.5px;
}

.svg-2-GOOGLE-MAPS-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/GOOGLE-MAPS-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 138.04px;
  height: 138.04px;
}

.svg-GOOGLE-MAPS-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/GOOGLE-MAPS-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 69.02px;
  height: 69.02px;
}

.svg-075-GOOGLE-MAPS-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/GOOGLE-MAPS-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 51.765px;
  height: 51.765px;
}

.svg-05-GOOGLE-MAPS-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/GOOGLE-MAPS-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 34.51px;
  height: 34.51px;
}

.svg-025-GOOGLE-MAPS-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/GOOGLE-MAPS-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 17.255px;
  height: 17.255px;
}

.svg-2-HOLZBAU {
  display: inline-block;
  background-image: url(../img/svg/cleaned/HOLZBAU.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 250px;
}

.svg-HOLZBAU {
  display: inline-block;
  background-image: url(../img/svg/cleaned/HOLZBAU.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
}

.svg-075-HOLZBAU {
  display: inline-block;
  background-image: url(../img/svg/cleaned/HOLZBAU.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 93.75px;
  height: 93.75px;
}

.svg-05-HOLZBAU {
  display: inline-block;
  background-image: url(../img/svg/cleaned/HOLZBAU.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}

.svg-025-HOLZBAU {
  display: inline-block;
  background-image: url(../img/svg/cleaned/HOLZBAU.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31.25px;
  height: 31.25px;
}

.svg-2-HOLZBAU-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/HOLZBAU-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 250px;
}

.svg-HOLZBAU-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/HOLZBAU-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
}

.svg-075-HOLZBAU-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/HOLZBAU-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 93.75px;
  height: 93.75px;
}

.svg-05-HOLZBAU-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/HOLZBAU-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}

.svg-025-HOLZBAU-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/HOLZBAU-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31.25px;
  height: 31.25px;
}

.svg-2-HOLZBAU_DAHM_OEKOLOGISCHES_BAUEN {
  display: inline-block;
  background-image: url(../img/svg/cleaned/HOLZBAU_DAHM_OEKOLOGISCHES_BAUEN.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 231.2px;
  height: 251px;
}

.svg-HOLZBAU_DAHM_OEKOLOGISCHES_BAUEN {
  display: inline-block;
  background-image: url(../img/svg/cleaned/HOLZBAU_DAHM_OEKOLOGISCHES_BAUEN.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 115.6px;
  height: 125.5px;
}

.svg-075-HOLZBAU_DAHM_OEKOLOGISCHES_BAUEN {
  display: inline-block;
  background-image: url(../img/svg/cleaned/HOLZBAU_DAHM_OEKOLOGISCHES_BAUEN.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 86.7px;
  height: 94.125px;
}

.svg-05-HOLZBAU_DAHM_OEKOLOGISCHES_BAUEN {
  display: inline-block;
  background-image: url(../img/svg/cleaned/HOLZBAU_DAHM_OEKOLOGISCHES_BAUEN.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 57.8px;
  height: 62.75px;
}

.svg-025-HOLZBAU_DAHM_OEKOLOGISCHES_BAUEN {
  display: inline-block;
  background-image: url(../img/svg/cleaned/HOLZBAU_DAHM_OEKOLOGISCHES_BAUEN.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 28.9px;
  height: 31.375px;
}

.svg-2-INGENIEUR-HOLZBAU {
  display: inline-block;
  background-image: url(../img/svg/cleaned/INGENIEUR-HOLZBAU.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 250px;
}

.svg-INGENIEUR-HOLZBAU {
  display: inline-block;
  background-image: url(../img/svg/cleaned/INGENIEUR-HOLZBAU.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
}

.svg-075-INGENIEUR-HOLZBAU {
  display: inline-block;
  background-image: url(../img/svg/cleaned/INGENIEUR-HOLZBAU.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 93.75px;
  height: 93.75px;
}

.svg-05-INGENIEUR-HOLZBAU {
  display: inline-block;
  background-image: url(../img/svg/cleaned/INGENIEUR-HOLZBAU.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}

.svg-025-INGENIEUR-HOLZBAU {
  display: inline-block;
  background-image: url(../img/svg/cleaned/INGENIEUR-HOLZBAU.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31.25px;
  height: 31.25px;
}

.svg-2-INGENIEUR-HOLZBAU-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/INGENIEUR-HOLZBAU-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 250px;
}

.svg-INGENIEUR-HOLZBAU-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/INGENIEUR-HOLZBAU-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
}

.svg-075-INGENIEUR-HOLZBAU-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/INGENIEUR-HOLZBAU-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 93.75px;
  height: 93.75px;
}

.svg-05-INGENIEUR-HOLZBAU-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/INGENIEUR-HOLZBAU-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}

.svg-025-INGENIEUR-HOLZBAU-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/INGENIEUR-HOLZBAU-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31.25px;
  height: 31.25px;
}

.svg-2-KRAN-VERLEIH {
  display: inline-block;
  background-image: url(../img/svg/cleaned/KRAN-VERLEIH.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 250px;
}

.svg-KRAN-VERLEIH {
  display: inline-block;
  background-image: url(../img/svg/cleaned/KRAN-VERLEIH.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
}

.svg-075-KRAN-VERLEIH {
  display: inline-block;
  background-image: url(../img/svg/cleaned/KRAN-VERLEIH.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 93.75px;
  height: 93.75px;
}

.svg-05-KRAN-VERLEIH {
  display: inline-block;
  background-image: url(../img/svg/cleaned/KRAN-VERLEIH.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}

.svg-025-KRAN-VERLEIH {
  display: inline-block;
  background-image: url(../img/svg/cleaned/KRAN-VERLEIH.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31.25px;
  height: 31.25px;
}

.svg-2-KRAN-VERLEIH-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/KRAN-VERLEIH-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 250px;
}

.svg-KRAN-VERLEIH-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/KRAN-VERLEIH-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
}

.svg-075-KRAN-VERLEIH-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/KRAN-VERLEIH-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 93.75px;
  height: 93.75px;
}

.svg-05-KRAN-VERLEIH-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/KRAN-VERLEIH-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}

.svg-025-KRAN-VERLEIH-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/KRAN-VERLEIH-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31.25px;
  height: 31.25px;
}

.svg-2-MAIL {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MAIL.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
  height: 80px;
}

.svg-MAIL {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MAIL.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  height: 40px;
}

.svg-075-MAIL {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MAIL.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
}

.svg-05-MAIL {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MAIL.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
}

.svg-025-MAIL {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MAIL.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 10px;
}

.svg-2-MENU {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MENU.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 250px;
}

.svg-MENU {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MENU.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
}

.svg-075-MENU {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MENU.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 93.75px;
  height: 93.75px;
}

.svg-05-MENU {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MENU.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}

.svg-025-MENU {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MENU.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31.25px;
  height: 31.25px;
}

.svg-2-MENU-SHOW {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MENU-SHOW.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 250px;
}

.svg-MENU-SHOW {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MENU-SHOW.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
}

.svg-075-MENU-SHOW {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MENU-SHOW.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 93.75px;
  height: 93.75px;
}

.svg-05-MENU-SHOW {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MENU-SHOW.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}

.svg-025-MENU-SHOW {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MENU-SHOW.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31.25px;
  height: 31.25px;
}

.svg-2-MENU-SHOW-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MENU-SHOW-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 250px;
}

.svg-MENU-SHOW-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MENU-SHOW-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
}

.svg-075-MENU-SHOW-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MENU-SHOW-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 93.75px;
  height: 93.75px;
}

.svg-05-MENU-SHOW-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MENU-SHOW-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}

.svg-025-MENU-SHOW-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MENU-SHOW-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31.25px;
  height: 31.25px;
}

.svg-2-MENU-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MENU-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 250px;
}

.svg-MENU-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MENU-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
}

.svg-075-MENU-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MENU-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 93.75px;
  height: 93.75px;
}

.svg-05-MENU-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MENU-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}

.svg-025-MENU-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MENU-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31.25px;
  height: 31.25px;
}

.svg-2-PHONE {
  display: inline-block;
  background-image: url(../img/svg/cleaned/PHONE.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
  height: 80px;
}

.svg-PHONE {
  display: inline-block;
  background-image: url(../img/svg/cleaned/PHONE.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  height: 40px;
}

.svg-075-PHONE {
  display: inline-block;
  background-image: url(../img/svg/cleaned/PHONE.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
}

.svg-05-PHONE {
  display: inline-block;
  background-image: url(../img/svg/cleaned/PHONE.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
}

.svg-025-PHONE {
  display: inline-block;
  background-image: url(../img/svg/cleaned/PHONE.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 10px;
}

.svg-2-PLAY-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/PLAY-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 250px;
}

.svg-PLAY-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/PLAY-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
}

.svg-075-PLAY-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/PLAY-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 93.75px;
  height: 93.75px;
}

.svg-05-PLAY-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/PLAY-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}

.svg-025-PLAY-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/PLAY-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31.25px;
  height: 31.25px;
}

.svg-2-PLAY-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/PLAY-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 250px;
}

.svg-PLAY-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/PLAY-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
}

.svg-075-PLAY-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/PLAY-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 93.75px;
  height: 93.75px;
}

.svg-05-PLAY-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/PLAY-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}

.svg-025-PLAY-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/PLAY-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31.25px;
  height: 31.25px;
}

.svg-2-UP {
  display: inline-block;
  background-image: url(../img/svg/cleaned/UP.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 250px;
}

.svg-UP {
  display: inline-block;
  background-image: url(../img/svg/cleaned/UP.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
}

.svg-075-UP {
  display: inline-block;
  background-image: url(../img/svg/cleaned/UP.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 93.75px;
  height: 93.75px;
}

.svg-05-UP {
  display: inline-block;
  background-image: url(../img/svg/cleaned/UP.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}

.svg-025-UP {
  display: inline-block;
  background-image: url(../img/svg/cleaned/UP.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31.25px;
  height: 31.25px;
}

.svg-2-ZIMMEREI {
  display: inline-block;
  background-image: url(../img/svg/cleaned/ZIMMEREI.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 250px;
}

.svg-ZIMMEREI {
  display: inline-block;
  background-image: url(../img/svg/cleaned/ZIMMEREI.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
}

.svg-075-ZIMMEREI {
  display: inline-block;
  background-image: url(../img/svg/cleaned/ZIMMEREI.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 93.75px;
  height: 93.75px;
}

.svg-05-ZIMMEREI {
  display: inline-block;
  background-image: url(../img/svg/cleaned/ZIMMEREI.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}

.svg-025-ZIMMEREI {
  display: inline-block;
  background-image: url(../img/svg/cleaned/ZIMMEREI.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31.25px;
  height: 31.25px;
}

.svg-2-ZIMMEREI-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/ZIMMEREI-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 250px;
}

.svg-ZIMMEREI-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/ZIMMEREI-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
}

.svg-075-ZIMMEREI-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/ZIMMEREI-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 93.75px;
  height: 93.75px;
}

.svg-05-ZIMMEREI-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/ZIMMEREI-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}

.svg-025-ZIMMEREI-white {
  display: inline-block;
  background-image: url(../img/svg/cleaned/ZIMMEREI-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31.25px;
  height: 31.25px;
}

.svg-2-arrow-left {
  display: inline-block;
  background-image: url(../img/svg/cleaned/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 500px;
  height: 980px;
}

.svg-arrow-left {
  display: inline-block;
  background-image: url(../img/svg/cleaned/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 250px;
  height: 490px;
}

.svg-075-arrow-left {
  display: inline-block;
  background-image: url(../img/svg/cleaned/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 187.5px;
  height: 367.5px;
}

.svg-05-arrow-left {
  display: inline-block;
  background-image: url(../img/svg/cleaned/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 245px;
}

.svg-025-arrow-left {
  display: inline-block;
  background-image: url(../img/svg/cleaned/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 122.5px;
}

.svg-2-bike-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/bike-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 200px;
  height: 200px;
}

.svg-bike-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/bike-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  height: 100px;
}

.svg-075-bike-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/bike-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 75px;
  height: 75px;
}

.svg-05-bike-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/bike-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
}

.svg-025-bike-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/bike-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
}

.svg-2-bike-black-small {
  display: inline-block;
  background-image: url(../img/svg/cleaned/bike-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 96px;
  height: 96px;
}

.svg-bike-black-small {
  display: inline-block;
  background-image: url(../img/svg/cleaned/bike-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 48px;
  height: 48px;
}

.svg-075-bike-black-small {
  display: inline-block;
  background-image: url(../img/svg/cleaned/bike-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 36px;
  height: 36px;
}

.svg-05-bike-black-small {
  display: inline-block;
  background-image: url(../img/svg/cleaned/bike-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
}

.svg-025-bike-black-small {
  display: inline-block;
  background-image: url(../img/svg/cleaned/bike-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 12px;
}

.svg-2-car-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/car-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 200px;
  height: 200px;
}

.svg-car-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/car-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  height: 100px;
}

.svg-075-car-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/car-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 75px;
  height: 75px;
}

.svg-05-car-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/car-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
}

.svg-025-car-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/car-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
}

.svg-2-car-black-small {
  display: inline-block;
  background-image: url(../img/svg/cleaned/car-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 96px;
  height: 96px;
}

.svg-car-black-small {
  display: inline-block;
  background-image: url(../img/svg/cleaned/car-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 48px;
  height: 48px;
}

.svg-075-car-black-small {
  display: inline-block;
  background-image: url(../img/svg/cleaned/car-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 36px;
  height: 36px;
}

.svg-05-car-black-small {
  display: inline-block;
  background-image: url(../img/svg/cleaned/car-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
}

.svg-025-car-black-small {
  display: inline-block;
  background-image: url(../img/svg/cleaned/car-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 12px;
}

.svg-2-chevron-down {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 128px;
  height: 64px;
}

.svg-chevron-down {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 64px;
  height: 32px;
}

.svg-075-chevron-down {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 48px;
  height: 24px;
}

.svg-05-chevron-down {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 16px;
}

.svg-025-chevron-down {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 8px;
}

.svg-2-chevron-down-light {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-down-light.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 128px;
  height: 64px;
}

.svg-chevron-down-light {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-down-light.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 64px;
  height: 32px;
}

.svg-075-chevron-down-light {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-down-light.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 48px;
  height: 24px;
}

.svg-05-chevron-down-light {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-down-light.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 16px;
}

.svg-025-chevron-down-light {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-down-light.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 8px;
}

.svg-2-chevron-left {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 64px;
  height: 128px;
}

.svg-chevron-left {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 64px;
}

.svg-075-chevron-left {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 48px;
}

.svg-05-chevron-left {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 32px;
}

.svg-025-chevron-left {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 8px;
  height: 16px;
}

.svg-2-chevron-right {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 64px;
  height: 128px;
}

.svg-chevron-right {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 64px;
}

.svg-075-chevron-right {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 48px;
}

.svg-05-chevron-right {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 32px;
}

.svg-025-chevron-right {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 8px;
  height: 16px;
}

.svg-2-chevron-small-down {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-small-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 128px;
  height: 64px;
}

.svg-chevron-small-down {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-small-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 64px;
  height: 32px;
}

.svg-075-chevron-small-down {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-small-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 48px;
  height: 24px;
}

.svg-05-chevron-small-down {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-small-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 16px;
}

.svg-025-chevron-small-down {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-small-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 8px;
}

.svg-2-chevron-small-up {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-small-up.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 128px;
  height: 64px;
}

.svg-chevron-small-up {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-small-up.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 64px;
  height: 32px;
}

.svg-075-chevron-small-up {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-small-up.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 48px;
  height: 24px;
}

.svg-05-chevron-small-up {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-small-up.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 16px;
}

.svg-025-chevron-small-up {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-small-up.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 8px;
}

.svg-2-chevron-up {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-up.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 128px;
  height: 64px;
}

.svg-chevron-up {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-up.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 64px;
  height: 32px;
}

.svg-075-chevron-up {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-up.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 48px;
  height: 24px;
}

.svg-05-chevron-up {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-up.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 16px;
}

.svg-025-chevron-up {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-up.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 8px;
}

.svg-2-chevron-up-light {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-up-light.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 128px;
  height: 64px;
}

.svg-chevron-up-light {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-up-light.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 64px;
  height: 32px;
}

.svg-075-chevron-up-light {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-up-light.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 48px;
  height: 24px;
}

.svg-05-chevron-up-light {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-up-light.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 16px;
}

.svg-025-chevron-up-light {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-up-light.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 8px;
}

.svg-2-close-modal {
  display: inline-block;
  background-image: url(../img/svg/cleaned/close-modal.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 75.778px;
  height: 75.314px;
}

.svg-close-modal {
  display: inline-block;
  background-image: url(../img/svg/cleaned/close-modal.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 37.889px;
  height: 37.657px;
}

.svg-075-close-modal {
  display: inline-block;
  background-image: url(../img/svg/cleaned/close-modal.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 28.41675px;
  height: 28.24275px;
}

.svg-05-close-modal {
  display: inline-block;
  background-image: url(../img/svg/cleaned/close-modal.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 18.9445px;
  height: 18.8285px;
}

.svg-025-close-modal {
  display: inline-block;
  background-image: url(../img/svg/cleaned/close-modal.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 9.47225px;
  height: 9.41425px;
}

.svg-2-train-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/train-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 200px;
  height: 200px;
}

.svg-train-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/train-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  height: 100px;
}

.svg-075-train-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/train-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 75px;
  height: 75px;
}

.svg-05-train-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/train-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
}

.svg-025-train-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/train-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
}

.svg-2-train-black-small {
  display: inline-block;
  background-image: url(../img/svg/cleaned/train-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 96px;
  height: 96px;
}

.svg-train-black-small {
  display: inline-block;
  background-image: url(../img/svg/cleaned/train-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 48px;
  height: 48px;
}

.svg-075-train-black-small {
  display: inline-block;
  background-image: url(../img/svg/cleaned/train-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 36px;
  height: 36px;
}

.svg-05-train-black-small {
  display: inline-block;
  background-image: url(../img/svg/cleaned/train-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
}

.svg-025-train-black-small {
  display: inline-block;
  background-image: url(../img/svg/cleaned/train-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 12px;
}

.svg-2-walk-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/walk-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 200px;
  height: 200px;
}

.svg-walk-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/walk-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  height: 100px;
}

.svg-075-walk-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/walk-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 75px;
  height: 75px;
}

.svg-05-walk-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/walk-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
}

.svg-025-walk-black {
  display: inline-block;
  background-image: url(../img/svg/cleaned/walk-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
}

.svg-2-walk-black-small {
  display: inline-block;
  background-image: url(../img/svg/cleaned/walk-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 96px;
  height: 96px;
}

.svg-walk-black-small {
  display: inline-block;
  background-image: url(../img/svg/cleaned/walk-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 48px;
  height: 48px;
}

.svg-075-walk-black-small {
  display: inline-block;
  background-image: url(../img/svg/cleaned/walk-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 36px;
  height: 36px;
}

.svg-05-walk-black-small {
  display: inline-block;
  background-image: url(../img/svg/cleaned/walk-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
}

.svg-025-walk-black-small {
  display: inline-block;
  background-image: url(../img/svg/cleaned/walk-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 12px;
}

.svg-2-ws-icon-blau {
  display: inline-block;
  background-image: url(../img/svg/cleaned/ws-icon-blau.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 1600px;
  height: 1600px;
}

.svg-ws-icon-blau {
  display: inline-block;
  background-image: url(../img/svg/cleaned/ws-icon-blau.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 800px;
  height: 800px;
}

.svg-075-ws-icon-blau {
  display: inline-block;
  background-image: url(../img/svg/cleaned/ws-icon-blau.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 600px;
  height: 600px;
}

.svg-05-ws-icon-blau {
  display: inline-block;
  background-image: url(../img/svg/cleaned/ws-icon-blau.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 400px;
  height: 400px;
}

.svg-025-ws-icon-blau {
  display: inline-block;
  background-image: url(../img/svg/cleaned/ws-icon-blau.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 200px;
  height: 200px;
}

.svg-2-ws-wortbild {
  display: inline-block;
  background-image: url(../img/svg/cleaned/ws-wortbild.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 640px;
  height: 166px;
}

.svg-ws-wortbild {
  display: inline-block;
  background-image: url(../img/svg/cleaned/ws-wortbild.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 320px;
  height: 83px;
}

.svg-075-ws-wortbild {
  display: inline-block;
  background-image: url(../img/svg/cleaned/ws-wortbild.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 240px;
  height: 62.25px;
}

.svg-05-ws-wortbild {
  display: inline-block;
  background-image: url(../img/svg/cleaned/ws-wortbild.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 160px;
  height: 41.5px;
}

.svg-025-ws-wortbild {
  display: inline-block;
  background-image: url(../img/svg/cleaned/ws-wortbild.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
  height: 20.75px;
}

/*  libs & components */
/*  ====================================================================== */
/*  SVG BACKGROUNDS
/*
/* ====================================================================== */
body {
  -webkit-font-smoothing: antialiased;
}

a {
  color: rgb(101, 179, 52);
}
a:hover, a:focus {
  color: #447823;
}

b,
strong {
  font-weight: 700;
}

ul {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
ul > li {
  margin-left: 0;
  margin-bottom: 0.25rem;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-style: italic;
}

.display-3,
.display-4 {
  font-family: "Merriweather", serif;
}
.display-3.lfdnr,
.display-4.lfdnr {
  font-weight: 200;
  line-height: 1;
  text-align: right;
  font-size: 10rem;
  display: block;
  font-style: italic;
  z-index: 10;
}
.display-1.sans,
.display-2.sans,
.display-3.sans,
.display-4.sans {
  font-family: "Merriweather Sans", sans-serif;
  text-transform: uppercase;
  font-style: normal !important;
  line-height: 1;
  margin-top: 0;
}

.display-1,
.display-2 {
  position: relative;
  z-index: 10;
  padding-left: 1rem;
  padding-right: 1rem;
}
.display-1.above-image,
.display-2.above-image {
  margin-bottom: -15.5rem;
}
.display-1.below-image,
.display-2.below-image {
  margin-top: -15rem;
}
@media (max-width: 1599.98px) {
  .display-1,
.display-2 {
    font-size: 5.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .display-1.above-image,
.display-2.above-image {
    margin-bottom: 1rem;
  }
  .display-1.below-image,
.display-2.below-image {
    margin-top: 1rem;
  }
}
@media (max-width: 1199.98px) {
  .display-1,
.display-2 {
    font-size: 5rem;
  }
}
@media (max-width: 991.98px) {
  .display-1,
.display-2 {
    font-size: 4.5rem;
  }
}

@media (max-width: 1599.98px) {
  .slider .display-1 {
    padding-left: 1rem;
    font-size: 5rem;
    line-height: 1.1em;
  }
  .slider .display-2 {
    padding-left: 1rem;
    font-size: 3.5rem;
    line-height: 1.1em;
  }
  .slider .display-3 {
    padding-left: 1rem;
    font-size: 6rem;
    line-height: 1.1em;
  }
  .slider .display-4 {
    padding-left: 1rem;
    font-size: 2.5rem;
    line-height: 1.1em;
  }
  .slider h3, .slider .h3 {
    padding-left: 1rem;
    font-size: 1.5rem;
    line-height: 1.4em;
  }
}
@media (max-width: 991.98px) {
  .slider .display-1 {
    padding-left: 1rem;
    font-size: 3.5rem;
    line-height: 1.1em;
  }
  .slider .display-2 {
    padding-left: 1rem;
    font-size: 2.5rem;
    line-height: 1.1em;
  }
  .slider .display-3 {
    padding-left: 1rem;
    font-size: 4.5rem;
    line-height: 1.1em;
  }
  .slider .display-4 {
    padding-left: 1rem;
    font-size: 1.6rem;
    line-height: 1.1em;
  }
  .slider h3, .slider .h3 {
    padding-left: 1rem;
    font-size: 1.2rem;
    line-height: 1.4em;
  }
}
@media (max-width: 767.98px) {
  .slider .display-1 {
    font-size: 3rem;
    line-height: 1.1em;
  }
  .slider .display-2 {
    font-size: 2rem;
    line-height: 1.1em;
  }
  .slider .display-3 {
    font-size: 4rem;
    line-height: 1.1em;
  }
  .slider .display-4 {
    font-size: 1.2rem;
    line-height: 1.1em;
  }
  .slider h3, .slider .h3 {
    font-size: 1rem;
    line-height: 1.4em;
  }
}

.display-2.above-image {
  margin-bottom: -11.25rem;
}
.display-2.below-image {
  margin-top: -11.25rem;
}
@media (max-width: 1599.98px) {
  .display-2.above-image {
    margin-bottom: 1rem;
  }
  .display-2.below-image {
    margin-top: 1rem;
  }
}

.project-category {
  font-weight: 300;
  letter-spacing: 0.08rem;
}

.project-details {
  font-weight: 300;
  font-style: italic;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-lg {
  font-size: 1.5rem !important;
}
@media (max-width: 1599.98px) {
  .text-lg {
    font-size: 1.125rem !important;
  }
}

.heavy,
.text-heavy {
  font-weight: 800 !important;
}

.serif,
.text-serif {
  font-family: "Merriweather", serif !important;
}

.sans,
.text-sans {
  font-family: "Merriweather Sans", sans-serif !important;
}

.monospace,
.mono {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/*
 *  # HERO
 *  --------------------------  */
.hero {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background-color: #000;
}
.hero .slider {
  height: inherit;
}
.hero .slider .slide-container,
.hero .slider .slick-list,
.hero .slider .slick-list > .slick-track {
  height: inherit;
}

.hero-slider-card {
  background-color: rgba(255, 255, 255, 0.85);
  text-align: left;
}

.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}
@media (max-width: 991.98px) {
  .slider.default-slider {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.slider .slide-container {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.slider .slide-container::before {
  display: block;
  box-sizing: content-box;
  content: " ";
}
.slider .slide-container .slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 0;
}
.slider .slide-container .slide.slide-bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider .slide-container .layer {
  height: 100%;
}
.slider .slide-container .layer .row {
  height: 100%;
}
.slider .slide-container .layer p, .slider .slide-container .layer h1, .slider .slide-container .layer h2, .slider .slide-container .layer h3, .slider .slide-container .layer h4, .slider .slide-container .layer h5, .slider .slide-container .layer h6 {
  padding-left: 1rem !important;
}
.slider .slide-container.ratio-default::before {
  padding-top: 42.8571428571%;
}
@media (max-width: 991.98px) {
  .slider .slide-container.ratio-default::before {
    padding-top: 125%;
  }
}
@media (max-width: 767.98px) {
  .slider .slide-container.ratio-default::before {
    padding-top: 200%;
  }
}
.slider .slide-container.ratio-21by9::before {
  padding-top: 42.8571428571%;
}
@media (max-width: 991.98px) {
  .slider .slide-container.ratio-21by9::before {
    padding-top: 75%;
  }
}
@media (max-width: 767.98px) {
  .slider .slide-container.ratio-21by9::before {
    padding-top: 100%;
  }
}
.slider .slide-container.ratio-16by9::before {
  padding-top: 56.25%;
}
.slider .slide-container.ratio-4by3::before {
  padding-top: 75%;
}
.slider .slide-container.ratio-5by4::before {
  padding-top: 80%;
}
.slider .slide-container.ratio-1by1::before {
  padding-top: 100%;
}
.slider .slick-arrow {
  position: absolute;
  width: 100px;
  background-color: transparent;
  box-shadow: none;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  color: rgba(255, 255, 255, 0) !important;
}
.slider .slick-arrow:hover, .slider .slick-arrow:focus {
  outline: 0;
  outline: 0 none -webkit-focus-ring-color;
  outline-offset: 0px;
  box-shadow: none;
}
.slider .slick-arrow:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  padding: 1.25rem 2rem 0.75rem 2rem;
  transition: opacity 0.3s linear;
  opacity: 0;
}
.slider .slick-arrow:hover:before {
  opacity: 1;
}
.slider .slick-arrow.slick-prev {
  left: 0;
  right: auto;
}
.slider .slick-arrow.slick-prev:before {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 36px;
  height: 72px;
  left: 0;
  right: auto;
  margin-top: -36px;
}
.slider .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.slider .slick-arrow.slick-next:before {
  display: inline-block;
  background-image: url(../img/svg/cleaned/chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 36px;
  height: 72px;
  left: auto;
  right: 0;
  margin-top: -36px;
}

.slick-dots {
  position: absolute;
  bottom: 3rem;
  right: 5.25rem;
  list-style: none;
  display: block;
  text-align: right;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  .slick-dots {
    right: 3rem;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  border: none;
  background-color: transparent;
  outline: none;
  font-family: "Merriweather", serif;
  font-style: italic;
  line-height: 1;
  font-size: 1rem;
  color: #fff;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}
.slick-dots li button:before {
  content: "/ 0";
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background-color: rgba(101, 179, 52, 0);
}
.slick-dots li:first-child button:before {
  content: "0";
}
.slick-dots li.slick-active button {
  color: rgb(101, 179, 52);
  font-size: 3rem;
}
.slick-dots li.slick-active button:before {
  content: "0";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
 *  # GLOBAL
 *  --------------------------  */
html {
  font-size: 15px;
}
@media (min-width: 576px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 17px;
  }
}

html,
body {
  overflow-x: hidden;
  background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M12,1H0V0h12V1z M12,3H0v1h12V3z M12,6H0v1h12V6z M12,9H0v1h12V9z'/%3E%3C/svg%3E");
  background-color: #212529;
  background-repeat: repeat;
  background-size: 12px 12px;
  background-position: center center;
}

/*
 *  # GLOBAL STRUCTURE
 *  --------------------------  */
.page {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
}

.backdrop {
  background-color: #fff;
}

.page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.page .main .section {
  padding-top: 80px;
}
@media (min-width: 576px) {
  .page .main .section {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .page .main .section {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .page .main .section {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .page .main .section {
    padding-top: 110px;
  }
}
@media (min-width: 1600px) {
  .page .main .section {
    padding-top: 120px;
  }
}
.page .main > .hero {
  position: relative;
  z-index: 1;
}
.page .main > .before-content {
  position: relative;
  z-index: 10;
  background-color: #e9ecef;
}
.page .main > .content {
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.page .main > .after-content {
  position: relative;
  z-index: 10;
  background-color: #e9ecef;
}
.page .footer {
  position: relative;
  min-height: 800px;
  background-image: url(../img/footer_bg_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .page .footer {
    background-image: url(../img/footer_bg_01_sm.jpg);
  }
}
.page .footer .footer-1 {
  position: absolute;
  width: 100%;
  min-height: 275px;
  top: auto;
  bottom: 48px;
  left: 0;
  right: 0;
  background-image: url(../img/footer_skyline_01.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.page .footer .footer-2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 48px;
  background-color: #000;
  border-top: 1px solid #212529;
}
.page .footer .footer-2 .nav-link {
  font-size: 0.75rem;
  color: #dee2e6;
}
.page .footer .footer-2 .nav-link:hover, .page .footer .footer-2 .nav-link:focus {
  color: rgb(101, 179, 52);
}

.blog > .items-leading .section {
  position: relative;
}
.blog > .items-leading .section > .btn-next,
.blog > .items-leading .section > .btn-prev {
  position: absolute;
  z-index: 10;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .blog > .items-leading .section > .btn-next,
.blog > .items-leading .section > .btn-prev {
    display: none;
  }
}
.blog > .items-leading .section > .btn-next {
  left: 0;
  right: auto;
}
@media (min-width: 1200px) {
  .blog > .items-leading .section > .btn-next {
    left: 0.75rem;
  }
}
.blog > .items-leading .section > .btn-prev {
  left: auto;
  right: 0;
}
@media (min-width: 1200px) {
  .blog > .items-leading .section > .btn-prev {
    right: 0.75rem;
  }
}
.blog > .items-leading .section .lfdnr {
  margin-right: -4rem;
  margin-top: -2rem;
}
@media (max-width: 1199.98px) {
  .blog > .items-leading .section .lfdnr {
    margin-right: 0;
    margin-top: 0;
    font-size: 6.5rem;
  }
}
.blog > .items-leading .bulleted-list-section {
  position: relative;
  width: 100%;
  min-height: 700px;
  background-image: url(../img/bulleted_list_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .blog > .items-leading .bulleted-list-section {
    background-image: url(../img/bulleted_list_bg_sm.jpg);
  }
  .blog > .items-leading .bulleted-list-section p {
    margin-bottom: 0;
  }
}
.blog > .items-leading .text-module .text-module-bu {
  position: relative;
  z-index: 10;
}
@media (min-width: 1200px) {
  .blog > .items-leading .text-module .text-module-bu.text-xl-right {
    margin-right: -50%;
  }
  .blog > .items-leading .text-module .text-module-bu.text-left {
    margin-left: -50%;
  }
}

/* Equalize spacing between blog-items */
.blog,
.blog-featured {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.blog .row.page-header, .blog .row.items-leading, .blog .row.items-intro, .blog .row.items-more, .blog .row.pagination,
.blog-featured .row.page-header,
.blog-featured .row.items-leading,
.blog-featured .row.items-intro,
.blog-featured .row.items-more,
.blog-featured .row.pagination {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.blog .row.page-header .item, .blog .row.items-leading .item, .blog .row.items-intro .item, .blog .row.items-more .item, .blog .row.pagination .item,
.blog-featured .row.page-header .item,
.blog-featured .row.items-leading .item,
.blog-featured .row.items-intro .item,
.blog-featured .row.items-more .item,
.blog-featured .row.pagination .item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/*
 *  # HEADER
 *  --------------------------  */
/* Header Container */
.header {
  max-height: 80px;
  transition: background-color 0.3s linear;
}
.header.header-content .icon-MENU {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MENU-SHOW.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}
.header.header-content .collapsed > .icon-MENU {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MENU.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}
.header.header-content .icon-CLOSE {
  display: inline-block;
  background-image: url(../img/svg/cleaned/DAHM_GMBH_LOGO-green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 60px;
  height: 60px;
}
.header.header-home .icon-MENU {
  display: inline-block;
  background-image: url(../img/svg/cleaned/MENU-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 62.5px;
  height: 62.5px;
}
@media (min-width: 576px) {
  .header {
    max-height: 80px;
  }
}
@media (min-width: 768px) {
  .header {
    max-height: 80px;
  }
}
@media (min-width: 992px) {
  .header {
    max-height: 100px;
  }
  .header.header-content .icon-MENU {
    display: inline-block;
    background-image: url(../img/svg/cleaned/MENU-SHOW.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 93.75px;
    height: 93.75px;
  }
  .header.header-content .collapsed > .icon-MENU {
    display: inline-block;
    background-image: url(../img/svg/cleaned/MENU.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 93.75px;
    height: 93.75px;
  }
  .header.header-content .icon-CLOSE {
    display: inline-block;
    background-image: url(../img/svg/cleaned/DAHM_GMBH_LOGO-green.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .header {
    max-height: 110px;
  }
  .header.header-content .icon-MENU {
    display: inline-block;
    background-image: url(../img/svg/cleaned/MENU-SHOW.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 125px;
    height: 125px;
  }
  .header.header-content .collapsed > .icon-MENU {
    display: inline-block;
    background-image: url(../img/svg/cleaned/MENU.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 125px;
    height: 125px;
  }
  .header.header-content .icon-CLOSE {
    display: inline-block;
    background-image: url(../img/svg/cleaned/DAHM_GMBH_LOGO-green.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 1600px) {
  .header {
    max-height: 120px;
  }
}
.header > .navbar {
  padding: 0 1.5rem;
  max-height: inherit;
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
}
.header.header-home > .navbar {
  background-image: linear-gradient(to right, black 15%, rgba(0, 0, 0, 0.4) 35%);
  background-repeat: repeat-x;
}
.header.header-content > .navbar {
  background-color: rgba(255, 255, 255, 0.9);
}

/* Logo – navbar-brand */
.navbar-brand {
  padding: 0.5rem;
  height: 80px;
  width: 80px;
}
.navbar-brand .logo {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/logo-dahm-white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 576px) {
  .navbar-brand {
    height: 80px;
    width: 80px;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    height: 80px;
    width: 80px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    height: 100px;
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
    height: 110px;
    width: 110px;
  }
}
@media (min-width: 1600px) {
  .navbar-brand {
    height: 120px;
    width: 120px;
  }
}

/* Navbar Toggle Button */
.navbar-toggler {
  border: none;
}
.navbar-toggler .icon:before {
  margin-right: 0;
  color: #000;
  font-size: 1rem;
}
.navbar-toggler > .icon-menu {
  display: none;
}
.navbar-toggler > .icon-cross {
  display: inline-block;
}
.navbar-toggler.collapsed > .icon-menu {
  display: inline-block;
}
.navbar-toggler.collapsed > .icon-cross {
  display: none;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  outline: 0;
  outline: 0 none -webkit-focus-ring-color;
  outline-offset: 0px;
  box-shadow: none;
}

/*
 *  # NAVS
 *  --------------------------  */
@media (max-width: 1199.98px) {
  .menu-open .header {
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
  }
  .menu-open .navbar-collapse,
.menu-open .navbar-content-collapse {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .menu-open .navbar-toggler,
.menu-open .navbar-link {
    z-index: 3000;
  }
}
/* Main Navi */
.navbar-nav {
  font-family: "Merriweather Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 0.85rem;
}
@media (min-width: 576px) {
  .navbar-nav {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    font-size: 1.2rem;
  }
}
@media (min-width: 1600px) {
  .navbar-nav {
    font-size: 1.2rem;
  }
}
.navbar-nav .nav-item > .nav-link, .navbar-home .navbar-nav .nav-item > .nav-link {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: color 0.3s linear;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item > .nav-link, .navbar-home .navbar-nav .nav-item > .nav-link {
    color: rgba(255, 255, 255, 0.8);
  }
}
.navbar-nav .nav-item > .nav-link:hover, .navbar-nav .nav-item > .nav-link:focus, .navbar-home .navbar-nav .nav-item > .nav-link:hover, .navbar-home .navbar-nav .nav-item > .nav-link:focus {
  outline: 0;
  outline: 0 none -webkit-focus-ring-color;
  outline-offset: 0px;
  box-shadow: none;
}
.navbar-nav .nav-item > .nav-link.disabled, .navbar-nav .nav-item > .nav-link:disabled, .navbar-home .navbar-nav .nav-item > .nav-link.disabled, .navbar-home .navbar-nav .nav-item > .nav-link:disabled {
  cursor: not-allowed;
}
.navbar-nav .nav-item > .nav-link:hover, .navbar-nav .nav-item > .nav-link:focus, .navbar-home .navbar-nav .nav-item > .nav-link:hover, .navbar-home .navbar-nav .nav-item > .nav-link:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item > .nav-link:hover:not(.disabled), .navbar-nav .nav-item > .nav-link:hover:not(:disabled), .navbar-nav .nav-item > .nav-link:focus:not(.disabled), .navbar-nav .nav-item > .nav-link:focus:not(:disabled), .navbar-home .navbar-nav .nav-item > .nav-link:hover:not(.disabled), .navbar-home .navbar-nav .nav-item > .nav-link:hover:not(:disabled), .navbar-home .navbar-nav .nav-item > .nav-link:focus:not(.disabled), .navbar-home .navbar-nav .nav-item > .nav-link:focus:not(:disabled) {
    color: #fff;
  }
}
.navbar-nav .active > .nav-link,
.navbar-nav .nav-item > .nav-link.active, .navbar-home .navbar-nav .active > .nav-link,
.navbar-home .navbar-nav .nav-item > .nav-link.active {
  color: #fff;
}
.navbar-nav .nav-item.hover > .nav-link, .navbar-home .navbar-nav .nav-item.hover > .nav-link {
  color: #fff;
}
.navbar-nav .nav-item.hover > .dropdown-menu, .navbar-home .navbar-nav .nav-item.hover > .dropdown-menu {
  display: block;
}
@media (min-width: 992px) {
  .navbar-content .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.navbar-content .navbar-nav .nav-item > .nav-link {
  color: rgb(101, 179, 52);
}
.navbar-content .navbar-nav .nav-item > .nav-link:hover:not(.disabled), .navbar-content .navbar-nav .nav-item > .nav-link:hover:not(:disabled), .navbar-content .navbar-nav .nav-item > .nav-link:focus:not(.disabled), .navbar-content .navbar-nav .nav-item > .nav-link:focus:not(:disabled) {
  color: #4f8b29;
}
.navbar-content .navbar-nav .active > .nav-link,
.navbar-content .navbar-nav .nav-item > .nav-link.active {
  color: #4f8b29;
}
.navbar-content .navbar-nav .nav-item.hover > .nav-link {
  color: #4f8b29;
}

.dropdown-menu .dropdown-item {
  text-transform: none;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  outline: 0;
  outline: 0 none -webkit-focus-ring-color;
  outline-offset: 0px;
  box-shadow: none;
}

/* Other Navs */
.nav .nav-link {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .nav .nav-link {
    font-size: 110%;
    padding: 0.5rem 0.75rem;
  }
}
.nav.footer-nav {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.nav.footer-nav .nav-link {
  color: #fff;
}

/*
 *  # BUTTONS
 *  --------------------------  */
/* Scroll-to-top button */
.scroll-to-top {
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 37px;
  margin-left: -37px;
  margin-top: -37px;
  background-color: #000;
  left: 50%;
  top: 75px;
  padding: 0;
}
.scroll-to-top .icon {
  margin-top: -2px;
  margin-left: -2px;
}
@media (max-width: 991.98px) {
  .scroll-to-top {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 1.5rem;
    margin-left: auto;
  }
}

.embed-responsive-item.play-btn:before {
  content: "";
  display: inline-block;
  background-image: url(../img/svg/cleaned/PLAY-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
  position: absolute;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  left: 50%;
  top: 50%;
}

.slider-nav {
  position: relative;
  left: 100%;
  display: inline-block;
  top: -40px;
  margin-left: 64px;
  z-index: 10;
}

/*
 *  # MODULES
 *  --------------------------  */
.g-maps-module {
  position: relative;
  min-height: 480px;
}
.g-maps-module .layer-card {
  position: absolute;
  top: auto;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
}
.g-maps-module .ui-panel {
  position: absolute;
}
.g-maps-module .ui-panel .icon {
  cursor: pointer;
  color: rgb(0, 0, 0);
  transition: opacity 0.3s ease;
  opacity: 0.75;
}
.g-maps-module .ui-panel .icon:hover, .g-maps-module .ui-panel .icon:focus {
  opacity: 1;
}
.g-maps-module .ui-panel .icon:before {
  margin: 0;
  font-size: 120%;
}
.g-maps-module .ui-panel > .icon-hair-cross:before {
  font-size: 105%;
}
.g-maps-module .ui-panel.ui-panel-top-right {
  width: 32px;
  height: auto;
  left: auto;
  right: 1.5rem;
  top: 1.5rem;
}
.g-maps-module .ui-panel.ui-panel-bottom-center {
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  background-color: rgba(101, 179, 52, 0.25);
}
.g-maps-module .map-container > .map-canvas {
  width: inherit;
  height: inherit;
}
.g-maps-module .btn-group > .btn, .g-maps-module .slider .btn-group > .slick-arrow, .slider .g-maps-module .btn-group > .slick-arrow {
  position: relative;
  width: 48px;
}
.g-maps-module .btn-group > .btn:before, .g-maps-module .slider .btn-group > .slick-arrow:before, .slider .g-maps-module .btn-group > .slick-arrow:before {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 5px;
}
.g-maps-module .btn-group > .btn.travel-mode-driving:before, .g-maps-module .slider .btn-group > .travel-mode-driving.slick-arrow:before, .slider .g-maps-module .btn-group > .travel-mode-driving.slick-arrow:before {
  display: inline-block;
  background-image: url(../img/svg/cleaned/car-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 36px;
  height: 36px;
}
.g-maps-module .btn-group > .btn.travel-mode-transit:before, .g-maps-module .slider .btn-group > .travel-mode-transit.slick-arrow:before, .slider .g-maps-module .btn-group > .travel-mode-transit.slick-arrow:before {
  display: inline-block;
  background-image: url(../img/svg/cleaned/train-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 36px;
  height: 36px;
}
.g-maps-module .btn-group > .btn.travel-mode-bicycling:before, .g-maps-module .slider .btn-group > .travel-mode-bicycling.slick-arrow:before, .slider .g-maps-module .btn-group > .travel-mode-bicycling.slick-arrow:before {
  display: inline-block;
  background-image: url(../img/svg/cleaned/bike-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 36px;
  height: 36px;
}
.g-maps-module .btn-group > .btn.travel-mode-walking:before, .g-maps-module .slider .btn-group > .travel-mode-walking.slick-arrow:before, .slider .g-maps-module .btn-group > .travel-mode-walking.slick-arrow:before {
  display: inline-block;
  background-image: url(../img/svg/cleaned/walk-black-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 36px;
  height: 36px;
}

.blog .items-leading-row .item-leading,
.blog .items-leading-row .item-intro,
.blog .items-intro-row .item-leading,
.blog .items-intro-row .item-intro {
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .blog .items-leading-row .item-leading,
.blog .items-leading-row .item-intro,
.blog .items-intro-row .item-leading,
.blog .items-intro-row .item-intro {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .blog .items-leading-row .item-leading .card,
.blog .items-leading-row .item-intro .card,
.blog .items-intro-row .item-leading .card,
.blog .items-intro-row .item-intro .card {
    max-height: 400px;
    overflow: hidden;
  }
  .blog .items-leading-row .item-leading .item-title,
.blog .items-leading-row .item-intro .item-title,
.blog .items-intro-row .item-leading .item-title,
.blog .items-intro-row .item-intro .item-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 991.98px) {
  .blog .items-leading-row .item-leading .card,
.blog .items-leading-row .item-intro .card,
.blog .items-intro-row .item-leading .card,
.blog .items-intro-row .item-intro .card {
    max-height: 320px;
  }
}
@media (max-width: 767.98px) {
  .blog .items-leading-row .item-leading .card,
.blog .items-leading-row .item-intro .card,
.blog .items-intro-row .item-leading .card,
.blog .items-intro-row .item-intro .card {
    max-height: 200px;
  }
}
.blog .items-leading-row .item-page-heading,
.blog .items-intro-row .item-page-heading {
  margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
  .container,
.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section.item-leading .category-title {
  position: absolute;
  transform: rotate(-90deg);
  font-size: 1.2rem;
  text-transform: uppercase;
  color: rgb(101, 179, 52);
  right: -1rem;
  width: 200px;
  text-align: center;
  margin-top: -100px;
  top: 50%;
}
.section.item-leading .deko-icons {
  position: absolute;
  height: 250px;
  margin-top: -200px;
  left: 3rem;
  top: 50%;
}

.item .card .card-img {
  width: 100%;
  height: 100%;
}
.item .card .card-img.inactive-img {
  z-index: 5;
  transition: opacity 0.3s ease-out;
}
.item .card .card-img.hover-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.item .card .card-img-overlay {
  z-index: 10;
  transition: opacity 0.3s ease-out;
}
.item.hover .card > .inactive-img,
.item.hover .card > .card-img-overlay {
  opacity: 0;
}

.bg-img {
  background-repeat: no-repeat;
  background-size: auto;
  background-blend-mode: multiply;
  background-position: left bottom;
}

/*
 *  # UTILS
 *  --------------------------  */
.spacer {
  display: block;
  width: 100%;
}
.spacer.spacer-big {
  padding-top: 50px;
}
.spacer.spacer-10 {
  padding-top: 10px;
}
.spacer.spacer-20 {
  padding-top: 20px;
}
.spacer.spacer-25 {
  padding-top: 25px;
}
.spacer.spacer-30 {
  padding-top: 30px;
}
.spacer.spacer-40 {
  padding-top: 40px;
}
.spacer.spacer-50 {
  padding-top: 50px;
}
.spacer.spacer-60 {
  padding-top: 60px;
}
.spacer.spacer-70 {
  padding-top: 70px;
}
.spacer.spacer-75 {
  padding-top: 75px;
}
.spacer.spacer-80 {
  padding-top: 80px;
}
.spacer.spacer-90 {
  padding-top: 90px;
}
.spacer.spacer-100 {
  padding-top: 100px;
}
/*# sourceMappingURL=template.css.map */