:root {
  --blue: #205076;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #cda320;
  --green: #7ed321;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-light: #d1d1d1;
  --gray-dark: #343a40;
  --primary: #205076;
  --secondary: #6c757d;
  --success: #7ed321;
  --info: #17a2b8;
  --warning: #cda320;
  --danger: #dc3545;
  --light: #9b9b9b;
  --dark: #343a40;
  --white-gray: #f5f5f5;
  --white: #fff;
  --green: #7ed321;
  --blue: #205076;
  --yellow: #cda320;
  --black: #151a14;
  --green-dark: #207629;
  --red: #8d1e1e;
  --gray: #4a4a4a;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1366px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: #0000;
  font-family: sans-serif;
  line-height: 1.15;
}

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  color: #9b9b9b;
  text-align: left;
  background-color: #efefef;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 1.875rem;
}

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 0;
  text-decoration: underline dotted;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: inherit;
  -webkit-text-decoration-skip: objects;
  background-color: #0000;
  text-decoration: none;
}

a:hover {
  color: #7ed321;
  text-decoration: none;
}

a:not([href]):not([tabindex]), 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 {
  -ms-overflow-style: scrollbar;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  vertical-align: middle;
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

input, button, select, optgroup, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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 {
  resize: vertical;
  overflow: auto;
}

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

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

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-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: inherit;
  margin-bottom: 1.875rem;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

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

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

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  border: 0;
  border-top: 1px solid #0000001a;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

small, .small {
  font-size: 80%;
  font-weight: normal;
}

mark, .mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

.initialism {
  text-transform: uppercase;
  font-size: 90%;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.40625rem;
}

.blockquote-footer {
  color: #6c757d;
  font-size: 80%;
  display: block;
}

.blockquote-footer:before {
  content: "— ";
}

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

.img-thumbnail {
  max-width: 100%;
  height: auto;
  background-color: #efefef;
  border: 1px solid #d1d1d1;
  border-radius: .9375rem;
  padding: .25rem;
}

.figure, .content .fr-img-caption {
  display: inline-block;
}

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

.figure-caption, .content .fr-img-caption .fr-inner {
  color: #6c757d;
  font-size: 90%;
}

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

a > code {
  color: inherit;
}

kbd {
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
  padding: .2rem .4rem;
  font-size: 87.5%;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  color: #212529;
  font-size: 87.5%;
  display: block;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .75rem;
  padding-right: .75rem;
}

@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: 1366px) {
  .container {
    max-width: 1366px;
  }
}

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

.row {
  flex-wrap: wrap;
  margin-left: -.75rem;
  margin-right: -.75rem;
  display: flex;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.col-xxl, .col-xxl-auto, .col-xxl-12, .col-xxl-11, .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-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  width: 100%;
  min-height: 1px;
  padding-left: .75rem;
  padding-right: .75rem;
  position: relative;
}

.col {
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0;
}

.col-auto {
  width: auto;
  max-width: none;
  flex: none;
}

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

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

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

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

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

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

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

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

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

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

.col-11 {
  max-width: 91.6667%;
  flex: 0 0 91.6667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
  }

  .col-sm-auto {
    width: auto;
    max-width: none;
    flex: none;
  }

  .col-sm-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .col-sm-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-sm-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .col-sm-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .col-sm-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
  }

  .col-sm-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
  }

  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-sm-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%;
  }

  .col-sm-11 {
    max-width: 91.6667%;
    flex: 0 0 91.6667%;
  }

  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.6667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333%;
  }

  .offset-sm-5 {
    margin-left: 41.6667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333%;
  }

  .offset-sm-8 {
    margin-left: 66.6667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333%;
  }

  .offset-sm-11 {
    margin-left: 91.6667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
  }

  .col-md-auto {
    width: auto;
    max-width: none;
    flex: none;
  }

  .col-md-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .col-md-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-md-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .col-md-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .col-md-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
  }

  .col-md-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
  }

  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-md-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%;
  }

  .col-md-11 {
    max-width: 91.6667%;
    flex: 0 0 91.6667%;
  }

  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.6667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333%;
  }

  .offset-md-5 {
    margin-left: 41.6667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333%;
  }

  .offset-md-8 {
    margin-left: 66.6667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333%;
  }

  .offset-md-11 {
    margin-left: 91.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
  }

  .col-lg-auto {
    width: auto;
    max-width: none;
    flex: none;
  }

  .col-lg-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .col-lg-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-lg-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .col-lg-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .col-lg-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
  }

  .col-lg-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
  }

  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-lg-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%;
  }

  .col-lg-11 {
    max-width: 91.6667%;
    flex: 0 0 91.6667%;
  }

  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.6667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333%;
  }

  .offset-lg-5 {
    margin-left: 41.6667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333%;
  }

  .offset-lg-8 {
    margin-left: 66.6667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333%;
  }

  .offset-lg-11 {
    margin-left: 91.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
  }

  .col-xl-auto {
    width: auto;
    max-width: none;
    flex: none;
  }

  .col-xl-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .col-xl-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-xl-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .col-xl-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .col-xl-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
  }

  .col-xl-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
  }

  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-xl-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%;
  }

  .col-xl-11 {
    max-width: 91.6667%;
    flex: 0 0 91.6667%;
  }

  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.6667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333%;
  }

  .offset-xl-5 {
    margin-left: 41.6667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333%;
  }

  .offset-xl-8 {
    margin-left: 66.6667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333%;
  }

  .offset-xl-11 {
    margin-left: 91.6667%;
  }
}

@media (min-width: 1366px) {
  .col-xxl {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
  }

  .col-xxl-auto {
    width: auto;
    max-width: none;
    flex: none;
  }

  .col-xxl-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .col-xxl-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .col-xxl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-xxl-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .col-xxl-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

  .col-xxl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .col-xxl-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
  }

  .col-xxl-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
  }

  .col-xxl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-xxl-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%;
  }

  .col-xxl-11 {
    max-width: 91.6667%;
    flex: 0 0 91.6667%;
  }

  .col-xxl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6667%;
  }
}

.table, .content table {
  width: 100%;
  background-color: #0000;
  margin-bottom: 1rem;
}

.table th, .content table th, .table td, .content table td {
  vertical-align: top;
  border-top: 1px solid #d1d1d1;
  padding: .75rem;
}

.table thead th, .content table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d1d1d1;
}

.table tbody + tbody, .content table tbody + tbody {
  border-top: 2px solid #d1d1d1;
}

.table .table, .content table .table, .table .content table, .content .table table, .content table table {
  background-color: #efefef;
}

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

.table-bordered, .table-bordered th, .table-bordered td {
  border: 1px solid #d1d1d1;
}

.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(2n+1) {
  background-color: #0000000d;
}

.table-hover tbody tr:hover {
  background-color: #00000013;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-white-gray, .table-white-gray > th, .table-white-gray > td {
  background-color: #fcfcfc;
}

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

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

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

.table-green, .table-green > th, .table-green > td {
  background-color: #dbf3c1;
}

.table-hover .table-green:hover, .table-hover .table-green:hover > td, .table-hover .table-green:hover > th {
  background-color: #cfefac;
}

.table-blue, .table-blue > th, .table-blue > td {
  background-color: #c1ced9;
}

.table-hover .table-blue:hover, .table-hover .table-blue:hover > td, .table-hover .table-blue:hover > th {
  background-color: #b1c2cf;
}

.table-yellow, .table-yellow > th, .table-yellow > td {
  background-color: #f1e5c1;
}

.table-hover .table-yellow:hover, .table-hover .table-yellow:hover > td, .table-hover .table-yellow:hover > th {
  background-color: #ecdcac;
}

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

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

.table-green-dark, .table-green-dark > th, .table-green-dark > td {
  background-color: #c1d9c3;
}

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

.table-red, .table-red > th, .table-red > td {
  background-color: #dfc0c0;
}

.table-hover .table-red:hover, .table-hover .table-red:hover > td, .table-hover .table-red:hover > th {
  background-color: #d6afaf;
}

.table-gray, .table-gray > th, .table-gray > td {
  background-color: #ccc;
}

.table-hover .table-gray:hover, .table-hover .table-gray:hover > td, .table-hover .table-gray:hover > th {
  background-color: #bfbfbf;
}

.table-active, .table-active > th, .table-active > td, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: #00000013;
}

.table .thead-dark th, .content table .thead-dark th {
  color: #efefef;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th, .content table .thead-light th {
  color: #4a4a4a;
  background-color: #e9ecef;
  border-color: #d1d1d1;
}

.table-dark {
  color: #efefef;
  background-color: #212529;
}

.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #ffffff0d;
}

.table-dark.table-hover tbody tr:hover {
  background-color: #ffffff13;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: block;
    overflow-x: auto;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: block;
    overflow-x: auto;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: block;
    overflow-x: auto;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: block;
    overflow-x: auto;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1365.98px) {
  .table-responsive-xxl {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: block;
    overflow-x: auto;
  }

  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display: block;
  overflow-x: auto;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  width: 100%;
  height: calc(2.4375rem + 2px);
  color: #4a4a4a;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .2rem;
  padding: .375rem .75rem;
  font-size: 1.125rem;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: #0000;
  border: 0;
}

.form-control:focus {
  color: #4a4a4a;
  box-shadow: none;
  background-color: #fff;
  border-color: #bcec87;
  outline: 0;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  opacity: 1;
  background-color: #e9ecef;
}

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

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

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

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

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

.form-control-plaintext {
  width: 100%;
  color: #9b9b9b;
  background-color: #0000;
  border: 1px solid #0000;
  border-width: 1px 0;
  margin-bottom: 0;
  padding-top: .375rem;
  padding-bottom: .375rem;
  line-height: 1.5;
  display: block;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-left: 0;
  padding-right: 0;
}

.form-control-sm {
  height: calc(1.83rem + 2px);
  border-radius: .2rem;
  padding: .375rem .5rem;
  font-size: .9rem;
  line-height: 1.2;
}

.form-control-lg {
  height: calc(5.1rem + 2px);
  border-radius: .2rem;
  padding: 1.2rem;
  font-size: 1.5rem;
  line-height: 1.8;
}

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

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

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

.form-row {
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.form-row > .col, .form-row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.form-check {
  padding-left: 1.25rem;
  display: block;
  position: relative;
}

.form-check-input {
  margin-top: .3rem;
  margin-left: -1.25rem;
  position: absolute;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  align-items: center;
  margin-right: .75rem;
  padding-left: 0;
  display: inline-flex;
}

.form-check-inline .form-check-input {
  margin-top: 0;
  margin-left: 0;
  margin-right: .3125rem;
  position: static;
}

.valid-feedback {
  width: 100%;
  color: #7ed321;
  margin-top: .25rem;
  font-size: 80%;
  display: none;
}

.valid-tooltip {
  z-index: 5;
  max-width: 100%;
  color: #212529;
  background-color: #7ed321e6;
  border-radius: .9375rem;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .9rem;
  line-height: 1.5;
  display: none;
  position: absolute;
  top: 100%;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #7ed321;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #7ed321;
  box-shadow: 0 0 0 .2rem #7ed32140;
}

.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, .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, .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: #7ed321;
}

.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: #7ed321;
}

.was-validated .custom-control-input:valid ~ .custom-control-label:before, .custom-control-input.is-valid ~ .custom-control-label:before {
  background-color: #bcec87;
}

.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 {
  background-color: #97e245;
}

.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 1px #efefef, 0 0 0 .2rem #7ed32140;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #7ed321;
}

.was-validated .custom-file-input:valid ~ .custom-file-label:after, .custom-file-input.is-valid ~ .custom-file-label:after {
  border-color: inherit;
}

.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 {
  box-shadow: 0 0 0 .2rem #7ed32140;
}

.invalid-feedback {
  width: 100%;
  color: #dc3545;
  margin-top: .25rem;
  font-size: 80%;
  display: none;
}

.invalid-tooltip {
  z-index: 5;
  max-width: 100%;
  color: #fff;
  background-color: #dc3545e6;
  border-radius: .9375rem;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .9rem;
  line-height: 1.5;
  display: none;
  position: absolute;
  top: 100%;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem #dc354540;
}

.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, .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, .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: #dc3545;
}

.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: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label:before, .custom-control-input.is-invalid ~ .custom-control-label:before {
  background-color: #efa2a9;
}

.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 {
  background-color: #e4606d;
}

.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 1px #efefef, 0 0 0 .2rem #dc354540;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label:after, .custom-file-input.is-invalid ~ .custom-file-label:after {
  border-color: inherit;
}

.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 {
  box-shadow: 0 0 0 .2rem #dc354540;
}

.form-inline {
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .form-inline .form-group {
    flex-flow: wrap;
    flex: none;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .form-inline .form-control {
    width: auto;
    vertical-align: middle;
    display: inline-block;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group, .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    width: auto;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .form-inline .form-check-input {
    margin-top: 0;
    margin-left: 0;
    margin-right: .25rem;
    position: relative;
  }

  .form-inline .custom-control {
    justify-content: center;
    align-items: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid #0000;
  border-radius: .1875rem;
  padding: .375rem .75rem;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-block;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  box-shadow: none;
  outline: 0;
}

.btn.disabled, .btn:disabled {
  opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #205076;
  border-color: #205076;
}

.btn-primary:hover {
  color: #fff;
  background-color: #183c58;
  border-color: #15354e;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 .2rem #20507680;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #205076;
  border-color: #205076;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #15354e;
  border-color: #122e44;
}

.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 .2rem #20507680;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 .2rem #6c757d80;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #6c757d80;
}

.btn-success {
  color: #212529;
  background-color: #7ed321;
  border-color: #7ed321;
}

.btn-success:hover {
  color: #fff;
  background-color: #6ab21c;
  border-color: #64a71a;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 .2rem #7ed32180;
}

.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #7ed321;
  border-color: #7ed321;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #64a71a;
  border-color: #5d9c18;
}

.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 .2rem #7ed32180;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 .2rem #17a2b880;
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.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 .2rem #17a2b880;
}

.btn-warning {
  color: #212529;
  background-color: #cda320;
  border-color: #cda320;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ac891b;
  border-color: #a18019;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 .2rem #cda32080;
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #cda320;
  border-color: #cda320;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #a18019;
  border-color: #967717;
}

.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 .2rem #cda32080;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 .2rem #dc354580;
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.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 .2rem #dc354580;
}

.btn-light {
  color: #212529;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}

.btn-light:hover {
  color: #fff;
  background-color: #888;
  border-color: #828282;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 .2rem #9b9b9b80;
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #828282;
  border-color: #7b7b7b;
}

.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 .2rem #9b9b9b80;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 .2rem #343a4080;
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.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 .2rem #343a4080;
}

.btn-white-gray {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.btn-white-gray:hover {
  color: #212529;
  background-color: #e2e2e2;
  border-color: #dcdcdc;
}

.btn-white-gray:focus, .btn-white-gray.focus {
  box-shadow: 0 0 0 .2rem #f5f5f580;
}

.btn-white-gray.disabled, .btn-white-gray:disabled {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.btn-white-gray:not(:disabled):not(.disabled):active, .btn-white-gray:not(:disabled):not(.disabled).active, .show > .btn-white-gray.dropdown-toggle {
  color: #212529;
  background-color: #dcdcdc;
  border-color: #d5d5d5;
}

.btn-white-gray:not(:disabled):not(.disabled):active:focus, .btn-white-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-white-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #f5f5f580;
}

.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 .2rem #ffffff80;
}

.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 .2rem #ffffff80;
}

.btn-green {
  color: #212529;
  background-color: #7ed321;
  border-color: #7ed321;
}

.btn-green:hover {
  color: #fff;
  background-color: #6ab21c;
  border-color: #64a71a;
}

.btn-green:focus, .btn-green.focus {
  box-shadow: 0 0 0 .2rem #7ed32180;
}

.btn-green.disabled, .btn-green:disabled {
  color: #212529;
  background-color: #7ed321;
  border-color: #7ed321;
}

.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #64a71a;
  border-color: #5d9c18;
}

.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #7ed32180;
}

.btn-blue {
  color: #fff;
  background-color: #205076;
  border-color: #205076;
}

.btn-blue:hover {
  color: #fff;
  background-color: #183c58;
  border-color: #15354e;
}

.btn-blue:focus, .btn-blue.focus {
  box-shadow: 0 0 0 .2rem #20507680;
}

.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #205076;
  border-color: #205076;
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #15354e;
  border-color: #122e44;
}

.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #20507680;
}

.btn-yellow {
  color: #212529;
  background-color: #cda320;
  border-color: #cda320;
}

.btn-yellow:hover {
  color: #fff;
  background-color: #ac891b;
  border-color: #a18019;
}

.btn-yellow:focus, .btn-yellow.focus {
  box-shadow: 0 0 0 .2rem #cda32080;
}

.btn-yellow.disabled, .btn-yellow:disabled {
  color: #212529;
  background-color: #cda320;
  border-color: #cda320;
}

.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
  color: #fff;
  background-color: #a18019;
  border-color: #967717;
}

.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #cda32080;
}

.btn-black {
  color: #fff;
  background-color: #151a14;
  border-color: #151a14;
}

.btn-black:hover {
  color: #fff;
  background-color: #040403;
  border-color: #000;
}

.btn-black:focus, .btn-black.focus {
  box-shadow: 0 0 0 .2rem #151a1480;
}

.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #151a14;
  border-color: #151a14;
}

.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.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 .2rem #151a1480;
}

.btn-green-dark {
  color: #fff;
  background-color: #207629;
  border-color: #207629;
}

.btn-green-dark:hover {
  color: #fff;
  background-color: #18581f;
  border-color: #154e1b;
}

.btn-green-dark:focus, .btn-green-dark.focus {
  box-shadow: 0 0 0 .2rem #20762980;
}

.btn-green-dark.disabled, .btn-green-dark:disabled {
  color: #fff;
  background-color: #207629;
  border-color: #207629;
}

.btn-green-dark:not(:disabled):not(.disabled):active, .btn-green-dark:not(:disabled):not(.disabled).active, .show > .btn-green-dark.dropdown-toggle {
  color: #fff;
  background-color: #154e1b;
  border-color: #124418;
}

.btn-green-dark:not(:disabled):not(.disabled):active:focus, .btn-green-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-green-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #20762980;
}

.btn-red {
  color: #fff;
  background-color: #8d1e1e;
  border-color: #8d1e1e;
}

.btn-red:hover {
  color: #fff;
  background-color: #6d1717;
  border-color: #631515;
}

.btn-red:focus, .btn-red.focus {
  box-shadow: 0 0 0 .2rem #8d1e1e80;
}

.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #8d1e1e;
  border-color: #8d1e1e;
}

.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #631515;
  border-color: #581313;
}

.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #8d1e1e80;
}

.btn-gray {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

.btn-gray:hover {
  color: #fff;
  background-color: #373737;
  border-color: #313131;
}

.btn-gray:focus, .btn-gray.focus {
  box-shadow: 0 0 0 .2rem #4a4a4a80;
}

.btn-gray.disabled, .btn-gray:disabled {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #313131;
  border-color: #2a2a2a;
}

.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #4a4a4a80;
}

.btn-outline-primary {
  color: #205076;
  background-color: #0000;
  background-image: none;
  border-color: #205076;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #205076;
  border-color: #205076;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 .2rem #20507680;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #205076;
  background-color: #0000;
}

.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: #205076;
  border-color: #205076;
}

.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 .2rem #20507680;
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: #0000;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 .2rem #6c757d80;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: #0000;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #6c757d80;
}

.btn-outline-success {
  color: #7ed321;
  background-color: #0000;
  background-image: none;
  border-color: #7ed321;
}

.btn-outline-success:hover {
  color: #212529;
  background-color: #7ed321;
  border-color: #7ed321;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 .2rem #7ed32180;
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #7ed321;
  background-color: #0000;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #7ed321;
  border-color: #7ed321;
}

.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 .2rem #7ed32180;
}

.btn-outline-info {
  color: #17a2b8;
  background-color: #0000;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 .2rem #17a2b880;
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: #0000;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.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 .2rem #17a2b880;
}

.btn-outline-warning {
  color: #cda320;
  background-color: #0000;
  background-image: none;
  border-color: #cda320;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #cda320;
  border-color: #cda320;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 .2rem #cda32080;
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #cda320;
  background-color: #0000;
}

.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: #cda320;
  border-color: #cda320;
}

.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 .2rem #cda32080;
}

.btn-outline-danger {
  color: #dc3545;
  background-color: #0000;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 .2rem #dc354580;
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: #0000;
}

.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: #dc3545;
  border-color: #dc3545;
}

.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 .2rem #dc354580;
}

.btn-outline-light {
  color: #9b9b9b;
  background-color: #0000;
  background-image: none;
  border-color: #9b9b9b;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 .2rem #9b9b9b80;
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #9b9b9b;
  background-color: #0000;
}

.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: #9b9b9b;
  border-color: #9b9b9b;
}

.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 .2rem #9b9b9b80;
}

.btn-outline-dark {
  color: #343a40;
  background-color: #0000;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 .2rem #343a4080;
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: #0000;
}

.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: #343a40;
  border-color: #343a40;
}

.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 .2rem #343a4080;
}

.btn-outline-white-gray {
  color: #f5f5f5;
  background-color: #0000;
  background-image: none;
  border-color: #f5f5f5;
}

.btn-outline-white-gray:hover {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.btn-outline-white-gray:focus, .btn-outline-white-gray.focus {
  box-shadow: 0 0 0 .2rem #f5f5f580;
}

.btn-outline-white-gray.disabled, .btn-outline-white-gray:disabled {
  color: #f5f5f5;
  background-color: #0000;
}

.btn-outline-white-gray:not(:disabled):not(.disabled):active, .btn-outline-white-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-white-gray.dropdown-toggle {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.btn-outline-white-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-white-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #f5f5f580;
}

.btn-outline-white {
  color: #fff;
  background-color: #0000;
  background-image: none;
  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 .2rem #ffffff80;
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: #0000;
}

.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 .2rem #ffffff80;
}

.btn-outline-green {
  color: #7ed321;
  background-color: #0000;
  background-image: none;
  border-color: #7ed321;
}

.btn-outline-green:hover {
  color: #212529;
  background-color: #7ed321;
  border-color: #7ed321;
}

.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 .2rem #7ed32180;
}

.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #7ed321;
  background-color: #0000;
}

.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #212529;
  background-color: #7ed321;
  border-color: #7ed321;
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #7ed32180;
}

.btn-outline-blue {
  color: #205076;
  background-color: #0000;
  background-image: none;
  border-color: #205076;
}

.btn-outline-blue:hover {
  color: #fff;
  background-color: #205076;
  border-color: #205076;
}

.btn-outline-blue:focus, .btn-outline-blue.focus {
  box-shadow: 0 0 0 .2rem #20507680;
}

.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #205076;
  background-color: #0000;
}

.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #205076;
  border-color: #205076;
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #20507680;
}

.btn-outline-yellow {
  color: #cda320;
  background-color: #0000;
  background-image: none;
  border-color: #cda320;
}

.btn-outline-yellow:hover {
  color: #212529;
  background-color: #cda320;
  border-color: #cda320;
}

.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  box-shadow: 0 0 0 .2rem #cda32080;
}

.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #cda320;
  background-color: #0000;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow.dropdown-toggle {
  color: #212529;
  background-color: #cda320;
  border-color: #cda320;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #cda32080;
}

.btn-outline-black {
  color: #151a14;
  background-color: #0000;
  background-image: none;
  border-color: #151a14;
}

.btn-outline-black:hover {
  color: #fff;
  background-color: #151a14;
  border-color: #151a14;
}

.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 .2rem #151a1480;
}

.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #151a14;
  background-color: #0000;
}

.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: #151a14;
  border-color: #151a14;
}

.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 .2rem #151a1480;
}

.btn-outline-green-dark {
  color: #207629;
  background-color: #0000;
  background-image: none;
  border-color: #207629;
}

.btn-outline-green-dark:hover {
  color: #fff;
  background-color: #207629;
  border-color: #207629;
}

.btn-outline-green-dark:focus, .btn-outline-green-dark.focus {
  box-shadow: 0 0 0 .2rem #20762980;
}

.btn-outline-green-dark.disabled, .btn-outline-green-dark:disabled {
  color: #207629;
  background-color: #0000;
}

.btn-outline-green-dark:not(:disabled):not(.disabled):active, .btn-outline-green-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-green-dark.dropdown-toggle {
  color: #fff;
  background-color: #207629;
  border-color: #207629;
}

.btn-outline-green-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-green-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #20762980;
}

.btn-outline-red {
  color: #8d1e1e;
  background-color: #0000;
  background-image: none;
  border-color: #8d1e1e;
}

.btn-outline-red:hover {
  color: #fff;
  background-color: #8d1e1e;
  border-color: #8d1e1e;
}

.btn-outline-red:focus, .btn-outline-red.focus {
  box-shadow: 0 0 0 .2rem #8d1e1e80;
}

.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #8d1e1e;
  background-color: #0000;
}

.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #8d1e1e;
  border-color: #8d1e1e;
}

.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #8d1e1e80;
}

.btn-outline-gray {
  color: #4a4a4a;
  background-color: #0000;
  background-image: none;
  border-color: #4a4a4a;
}

.btn-outline-gray:hover {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

.btn-outline-gray:focus, .btn-outline-gray.focus {
  box-shadow: 0 0 0 .2rem #4a4a4a80;
}

.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #4a4a4a;
  background-color: #0000;
}

.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #4a4a4a80;
}

.btn-link {
  color: inherit;
  background-color: #0000;
  font-weight: normal;
}

.btn-link:hover {
  color: #7ed321;
  background-color: #0000;
  border-color: #0000;
  text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
  box-shadow: none;
  border-color: #0000;
  text-decoration: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  border-radius: .1875rem;
  padding: 1.2rem;
  font-size: 1.5rem;
  line-height: 1.8;
}

.btn-sm, .btn-group-sm > .btn {
  border-radius: .1875rem;
  padding: .375rem .5rem;
  font-size: .9rem;
  line-height: 1.2;
}

.btn-block {
  width: 100%;
  display: block;
}

.btn-block + .btn-block {
  margin-top: .5rem;
}

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

.fade {
  transition: opacity .15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  transition: height .35s;
  position: relative;
  overflow: hidden;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup, .dropright, .dropdown, .dropleft {
  position: relative;
}

.dropdown-toggle:after {
  width: 0;
  height: 0;
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top-color: currentColor;
  border-bottom: 0;
  margin-left: .255em;
  display: inline-block;
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  z-index: 1000;
  float: left;
  min-width: 10rem;
  color: #9b9b9b;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #00000026;
  border-radius: .9375rem;
  margin: .125rem 0 0;
  padding: .5rem 0;
  font-size: 1.125rem;
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: .125rem;
  top: auto;
  bottom: 100%;
}

.dropup .dropdown-toggle:after {
  width: 0;
  height: 0;
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top: 0;
  border-bottom-color: currentColor;
  margin-left: .255em;
  display: inline-block;
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: .125rem;
  top: 0;
  left: 100%;
  right: auto;
}

.dropright .dropdown-toggle:after {
  width: 0;
  height: 0;
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-left-color: currentColor;
  border-right: 0;
  margin-left: .255em;
  display: inline-block;
}

.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropright .dropdown-toggle:after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: .125rem;
  top: 0;
  left: auto;
  right: 100%;
}

.dropleft .dropdown-toggle:after {
  width: 0;
  height: 0;
  vertical-align: .255em;
  content: "";
  margin-left: .255em;
  display: none;
}

.dropleft .dropdown-toggle:before {
  width: 0;
  height: 0;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid #0000;
  border-bottom: .3em solid #0000;
  border-right: .3em solid;
  margin-right: .255em;
  display: inline-block;
}

.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"] {
  bottom: auto;
  right: auto;
}

.dropdown-divider {
  height: 0;
  border-top: 1px solid #e9ecef;
  margin: .5rem 0;
  overflow: hidden;
}

.dropdown-item {
  width: 100%;
  clear: both;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: #0000;
  border: 0;
  padding: .25rem 1.5rem;
  font-weight: normal;
  display: block;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  background-color: #f5f5f5;
  text-decoration: none;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: #7ed321;
  text-decoration: none;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: #0000;
}

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

.dropdown-header {
  color: #6c757d;
  white-space: nowrap;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: .9rem;
  display: block;
}

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

.btn-group, .btn-group-vertical {
  vertical-align: middle;
  display: inline-flex;
  position: relative;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  flex: 0 auto;
  position: relative;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-left: .5625rem;
  padding-right: .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 {
  padding-left: .375rem;
  padding-right: .375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-left: .9rem;
  padding-right: .9rem;
}

.btn-group-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

.input-group {
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
  position: relative;
}

.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
  width: 1%;
  flex: auto;
  margin-bottom: 0;
  position: relative;
}

.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .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 > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  align-items: center;
  display: flex;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend, .input-group-append {
  display: flex;
}

.input-group-prepend .btn, .input-group-append .btn {
  z-index: 2;
  position: relative;
}

.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  color: #4a4a4a;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .2rem;
  align-items: center;
  margin-bottom: 0;
  padding: .375rem .75rem;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5;
  display: flex;
}

.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
  height: calc(5.1rem + 2px);
  border-radius: .2rem;
  padding: 1.2rem;
  font-size: 1.5rem;
  line-height: 1.8;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
  height: calc(1.83rem + 2px);
  border-radius: .2rem;
  padding: .375rem .5rem;
  font-size: .9rem;
  line-height: 1.2;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.custom-control-input {
  z-index: -1;
  opacity: 0;
  position: absolute;
}

.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: #7ed321;
}

.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #efefef, none;
}

.custom-control-input:active ~ .custom-control-label:before {
  color: #fff;
  background-color: #d5f3b3;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
  position: relative;
}

.custom-control-label:before {
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #d1d1d1;
  display: block;
  position: absolute;
  top: .34375rem;
  left: -1.5rem;
}

.custom-control-label:after {
  width: 1rem;
  height: 1rem;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  display: block;
  position: absolute;
  top: .34375rem;
  left: -1.5rem;
}

.custom-checkbox .custom-control-label:before {
  border-radius: .9375rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #7ed321;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%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 {
  background-color: #7ed321;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%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, .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: #20507680;
}

.custom-radio .custom-control-label:before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #7ed321;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%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: #20507680;
}

.custom-select {
  width: 100%;
  height: auto;
  color: #4a4a4a;
  vertical-align: middle;
  appearance: none;
  background: #fff url("data:image/svg+xml;charset=utf8,%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") right .75rem center / 8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: .2rem;
  padding: .9rem 1.75rem .9rem .75rem;
  line-height: 1.5;
  display: inline-block;
}

.custom-select:focus {
  border-color: #bcec87;
  outline: 0;
  box-shadow: 0 0 0 .2rem #bcec8780;
}

.custom-select:focus::-ms-value {
  color: #4a4a4a;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  background-image: none;
  padding-right: .75rem;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.83rem + 2px);
  padding-top: .9rem;
  padding-bottom: .9rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(5.1rem + 2px);
  padding-top: .9rem;
  padding-bottom: .9rem;
  font-size: 125%;
}

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

.custom-file-input {
  z-index: 2;
  width: 100%;
  height: calc(2.4375rem + 2px);
  opacity: 0;
  margin: 0;
  position: relative;
}

.custom-file-input:focus ~ .custom-file-label {
  box-shadow: none;
  border-color: #bcec87;
}

.custom-file-input:focus ~ .custom-file-label:after {
  border-color: #bcec87;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}

.custom-file-label {
  z-index: 1;
  height: calc(2.4375rem + 2px);
  color: #4a4a4a;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .2rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.custom-file-label:after {
  z-index: 3;
  height: 2.4375rem;
  color: #4a4a4a;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .2rem .2rem 0;
  padding: .375rem .75rem;
  line-height: 1.5;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.custom-range {
  width: 100%;
  appearance: none;
  background-color: #0000;
  padding-left: 0;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #efefef, none;
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #efefef, none;
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #efefef, none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #7ed321;
  border: 0;
  border-radius: 1rem;
  margin-top: -.25rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #d5f3b3;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: #0000;
  cursor: pointer;
  background-color: #d1d1d1;
  border-color: #0000;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #7ed321;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #d5f3b3;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: #0000;
  cursor: pointer;
  background-color: #d1d1d1;
  border-color: #0000;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #7ed321;
  border: 0;
  border-radius: 1rem;
  margin-top: 0;
  margin-left: .2rem;
  margin-right: .2rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #d5f3b3;
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: #0000;
  cursor: pointer;
  background-color: #0000;
  border-width: .5rem;
  border-color: #0000;
}

.custom-range::-ms-fill-lower {
  background-color: #d1d1d1;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  background-color: #d1d1d1;
  border-radius: 1rem;
  margin-right: 15px;
}

.custom-control-label:before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label:before, .custom-file-label, .custom-select {
    transition: none;
  }
}

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

.nav-link {
  padding: .5rem 1rem;
  display: block;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #d1d1d1;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid #0000;
  border-top-left-radius: .9375rem;
  border-top-right-radius: .9375rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #d1d1d1;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: #0000;
  border-color: #0000;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #4a4a4a;
  background-color: #efefef;
  border-color: #d1d1d1 #d1d1d1 #efefef;
}

.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}

.nav-pills .nav-link {
  border-radius: .9375rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #7ed321;
}

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

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

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

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

.navbar {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.navbar > .container, .navbar > .container-fluid {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  font-size: 1.5rem;
  line-height: inherit;
  white-space: nowrap;
  margin-right: 1rem;
  padding-top: .21875rem;
  padding-bottom: .21875rem;
  display: inline-block;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav .dropdown-menu {
  float: none;
  position: static;
}

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

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

.navbar-toggler {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .1875rem;
  padding: .25rem .75rem;
  font-size: 1.5rem;
  line-height: 1;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1365.98px) {
  .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1366px) {
  .navbar-expand-xxl {
    flex-flow: row;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xxl .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-left: .5rem;
  padding-right: .5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  flex-basis: auto;
  display: flex !important;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #000000e6;
}

.navbar-light .navbar-nav .nav-link {
  color: #00000080;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #000000b3;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: #0000004d;
}

.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: #000000e6;
}

.navbar-light .navbar-toggler {
  color: #00000080;
  border-color: #0000001a;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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: #00000080;
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #000000e6;
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff80;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #ffffffbf;
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: #ffffff40;
}

.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: #ffffff80;
  border-color: #ffffff1a;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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: #ffffff80;
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid #00000020;
  border-radius: .9375rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.card > hr {
  margin-left: 0;
  margin-right: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .9375rem;
  border-top-right-radius: .9375rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-left-radius: .9375rem;
  border-bottom-right-radius: .9375rem;
}

.card-body {
  flex: auto;
  padding: 1.875rem;
}

.card-title {
  margin-bottom: 1.875rem;
}

.card-subtitle {
  margin-top: -.9375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.875rem;
}

.card-header {
  background-color: #00000008;
  border-bottom: 0 solid #00000020;
  margin-bottom: 0;
  padding: 1.875rem;
}

.card-header:first-child {
  border-radius: calc(.9375rem + 0) calc(.9375rem + 0) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  background-color: #00000008;
  border-top: 0 solid #00000020;
  padding: 1.875rem;
}

.card-footer:last-child {
  border-radius: 0 0 calc(.9375rem + 0) calc(.9375rem + 0);
}

.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -1.875rem;
  margin-left: -.9375rem;
  margin-right: -.9375rem;
}

.card-header-pills {
  margin-left: -.9375rem;
  margin-right: -.9375rem;
}

.card-img-overlay {
  padding: 1.25rem;
  position: absolute;
  inset: 0;
}

.card-img {
  width: 100%;
  border-radius: calc(.9375rem + 0);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.9375rem + 0);
  border-top-right-radius: calc(.9375rem + 0);
}

.card-img-bottom {
  width: 100%;
  border-bottom-left-radius: calc(.9375rem + 0);
  border-bottom-right-radius: calc(.9375rem + 0);
}

.card-deck {
  flex-direction: column;
  display: flex;
}

.card-deck .card {
  margin-bottom: .75rem;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: wrap;
    margin-left: -.75rem;
    margin-right: -.75rem;
  }

  .card-deck .card {
    flex-direction: column;
    flex: 1 0;
    margin-bottom: 0;
    margin-left: .75rem;
    margin-right: .75rem;
    display: flex;
  }
}

.card-group {
  flex-direction: column;
  display: flex;
}

.card-group > .card {
  margin-bottom: .75rem;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: wrap;
  }

  .card-group > .card {
    flex: 1 0;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    border-left: 0;
    margin-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: .9375rem;
  }

  .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
    border-top-left-radius: .9375rem;
    border-top-right-radius: .9375rem;
  }

  .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
    border-bottom-left-radius: .9375rem;
    border-bottom-right-radius: .9375rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child), .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 1.875rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    orphans: 1;
    widows: 1;
    column-gap: 1.25rem;
  }

  .card-columns .card {
    width: 100%;
    display: inline-block;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

.breadcrumb-item + .breadcrumb-item:before {
  color: #343a40;
  content: "";
  padding-right: .5rem;
  display: inline-block;
}

.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #7ed321;
}

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

.page-link {
  color: inherit;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  margin-left: -1px;
  padding: .5rem .75rem;
  line-height: 1.25;
  display: block;
  position: relative;
}

.page-link:hover {
  z-index: 2;
  color: #7ed321;
  background-color: #e9ecef;
  border-color: #d1d1d1;
  text-decoration: none;
}

.page-link:focus {
  z-index: 2;
  box-shadow: none;
  outline: 0;
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  border-top-left-radius: .9375rem;
  border-bottom-left-radius: .9375rem;
  margin-left: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: .9375rem;
  border-bottom-right-radius: .9375rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #7ed321;
  border-color: #7ed321;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #d1d1d1;
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.8;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .9rem;
  line-height: 1.2;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

.badge {
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .9375rem;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #205076;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  background-color: #15354e;
  text-decoration: none;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  background-color: #545b62;
  text-decoration: none;
}

.badge-success {
  color: #212529;
  background-color: #7ed321;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #212529;
  background-color: #64a71a;
  text-decoration: none;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  background-color: #117a8b;
  text-decoration: none;
}

.badge-warning {
  color: #212529;
  background-color: #cda320;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  background-color: #a18019;
  text-decoration: none;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  background-color: #bd2130;
  text-decoration: none;
}

.badge-light {
  color: #212529;
  background-color: #9b9b9b;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  background-color: #828282;
  text-decoration: none;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  background-color: #1d2124;
  text-decoration: none;
}

.badge-white-gray {
  color: #212529;
  background-color: #f5f5f5;
}

.badge-white-gray[href]:hover, .badge-white-gray[href]:focus {
  color: #212529;
  background-color: #dcdcdc;
  text-decoration: none;
}

.badge-white {
  color: #212529;
  background-color: #fff;
}

.badge-white[href]:hover, .badge-white[href]:focus {
  color: #212529;
  background-color: #e6e6e6;
  text-decoration: none;
}

.badge-green {
  color: #212529;
  background-color: #7ed321;
}

.badge-green[href]:hover, .badge-green[href]:focus {
  color: #212529;
  background-color: #64a71a;
  text-decoration: none;
}

.badge-blue {
  color: #fff;
  background-color: #205076;
}

.badge-blue[href]:hover, .badge-blue[href]:focus {
  color: #fff;
  background-color: #15354e;
  text-decoration: none;
}

.badge-yellow {
  color: #212529;
  background-color: #cda320;
}

.badge-yellow[href]:hover, .badge-yellow[href]:focus {
  color: #212529;
  background-color: #a18019;
  text-decoration: none;
}

.badge-black {
  color: #fff;
  background-color: #151a14;
}

.badge-black[href]:hover, .badge-black[href]:focus {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

.badge-green-dark {
  color: #fff;
  background-color: #207629;
}

.badge-green-dark[href]:hover, .badge-green-dark[href]:focus {
  color: #fff;
  background-color: #154e1b;
  text-decoration: none;
}

.badge-red {
  color: #fff;
  background-color: #8d1e1e;
}

.badge-red[href]:hover, .badge-red[href]:focus {
  color: #fff;
  background-color: #631515;
  text-decoration: none;
}

.badge-gray {
  color: #fff;
  background-color: #4a4a4a;
}

.badge-gray[href]:hover, .badge-gray[href]:focus {
  color: #fff;
  background-color: #313131;
  text-decoration: none;
}

.jumbotron {
  background-color: #e9ecef;
  border-radius: .3rem;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

.alert {
  border: 1px solid #0000;
  border-radius: .9375rem;
  margin-bottom: 1rem;
  padding: .75rem 1.25rem;
  position: relative;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4.1875rem;
}

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

.alert-primary {
  color: #112a3d;
  background-color: #d2dce4;
  border-color: #c1ced9;
}

.alert-primary hr {
  border-top-color: #b1c2cf;
}

.alert-primary .alert-link {
  color: #060f15;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #426e11;
  background-color: #e5f6d3;
  border-color: #dbf3c1;
}

.alert-success hr {
  border-top-color: #cfefac;
}

.alert-success .alert-link {
  color: #27420a;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #6b5511;
  background-color: #f5edd2;
  border-color: #f1e5c1;
}

.alert-warning hr {
  border-top-color: #ecdcac;
}

.alert-warning .alert-link {
  color: #3f320a;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #515151;
  background-color: #ebebeb;
  border-color: #e3e3e3;
}

.alert-light hr {
  border-top-color: #d6d6d6;
}

.alert-light .alert-link {
  color: #383838;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.alert-white-gray {
  color: #7f7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}

.alert-white-gray hr {
  border-top-color: #efefef;
}

.alert-white-gray .alert-link {
  color: #666;
}

.alert-white {
  color: #858585;
  background-color: #fff;
  border-color: #fff;
}

.alert-white hr {
  border-top-color: #f2f2f2;
}

.alert-white .alert-link {
  color: #6c6c6c;
}

.alert-green {
  color: #426e11;
  background-color: #e5f6d3;
  border-color: #dbf3c1;
}

.alert-green hr {
  border-top-color: #cfefac;
}

.alert-green .alert-link {
  color: #27420a;
}

.alert-blue {
  color: #112a3d;
  background-color: #d2dce4;
  border-color: #c1ced9;
}

.alert-blue hr {
  border-top-color: #b1c2cf;
}

.alert-blue .alert-link {
  color: #060f15;
}

.alert-yellow {
  color: #6b5511;
  background-color: #f5edd2;
  border-color: #f1e5c1;
}

.alert-yellow hr {
  border-top-color: #ecdcac;
}

.alert-yellow .alert-link {
  color: #3f320a;
}

.alert-black {
  color: #0b0e0a;
  background-color: #d0d1d0;
  border-color: #bdbfbd;
}

.alert-black hr {
  border-top-color: #b0b2b0;
}

.alert-black .alert-link {
  color: #000;
}

.alert-green-dark {
  color: #113d15;
  background-color: #d2e4d4;
  border-color: #c1d9c3;
}

.alert-green-dark hr {
  border-top-color: #b1cfb4;
}

.alert-green-dark .alert-link {
  color: #061507;
}

.alert-red {
  color: #491010;
  background-color: #e8d2d2;
  border-color: #dfc0c0;
}

.alert-red hr {
  border-top-color: #d6afaf;
}

.alert-red .alert-link {
  color: #1f0707;
}

.alert-gray {
  color: #262626;
  background-color: #dbdbdb;
  border-color: #ccc;
}

.alert-gray hr {
  border-top-color: #bfbfbf;
}

.alert-gray .alert-link {
  color: #0d0d0d;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 1rem;
  background-color: #e9ecef;
  border-radius: .9375rem;
  font-size: .84375rem;
  display: flex;
  overflow: hidden;
}

.progress-bar {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #205076;
  flex-direction: column;
  justify-content: center;
  transition: width .6s;
  display: flex;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #4a4a4a;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #4a4a4a;
  background-color: #f5f5f5;
  text-decoration: none;
}

.list-group-item-action:active {
  color: #9b9b9b;
  background-color: #e9ecef;
}

.list-group-item {
  background-color: #fff;
  border: 1px solid #00000020;
  margin-bottom: -1px;
  padding: .75rem 1.25rem;
  display: block;
  position: relative;
}

.list-group-item:first-child {
  border-top-left-radius: .9375rem;
  border-top-right-radius: .9375rem;
}

.list-group-item:last-child {
  border-bottom-left-radius: .9375rem;
  border-bottom-right-radius: .9375rem;
  margin-bottom: 0;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #7ed321;
  border-color: #7ed321;
}

.list-group-flush .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #112a3d;
  background-color: #c1ced9;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #112a3d;
  background-color: #b1c2cf;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #112a3d;
  border-color: #112a3d;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

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

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #426e11;
  background-color: #dbf3c1;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #426e11;
  background-color: #cfefac;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #426e11;
  border-color: #426e11;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #6b5511;
  background-color: #f1e5c1;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #6b5511;
  background-color: #ecdcac;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #6b5511;
  border-color: #6b5511;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #515151;
  background-color: #e3e3e3;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #515151;
  background-color: #d6d6d6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #515151;
  border-color: #515151;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-white-gray {
  color: #7f7f7f;
  background-color: #fcfcfc;
}

.list-group-item-white-gray.list-group-item-action:hover, .list-group-item-white-gray.list-group-item-action:focus {
  color: #7f7f7f;
  background-color: #efefef;
}

.list-group-item-white-gray.list-group-item-action.active {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}

.list-group-item-white {
  color: #858585;
  background-color: #fff;
}

.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-green {
  color: #426e11;
  background-color: #dbf3c1;
}

.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: #426e11;
  background-color: #cfefac;
}

.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #426e11;
  border-color: #426e11;
}

.list-group-item-blue {
  color: #112a3d;
  background-color: #c1ced9;
}

.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: #112a3d;
  background-color: #b1c2cf;
}

.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #112a3d;
  border-color: #112a3d;
}

.list-group-item-yellow {
  color: #6b5511;
  background-color: #f1e5c1;
}

.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #6b5511;
  background-color: #ecdcac;
}

.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #6b5511;
  border-color: #6b5511;
}

.list-group-item-black {
  color: #0b0e0a;
  background-color: #bdbfbd;
}

.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: #0b0e0a;
  background-color: #b0b2b0;
}

.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: #0b0e0a;
  border-color: #0b0e0a;
}

.list-group-item-green-dark {
  color: #113d15;
  background-color: #c1d9c3;
}

.list-group-item-green-dark.list-group-item-action:hover, .list-group-item-green-dark.list-group-item-action:focus {
  color: #113d15;
  background-color: #b1cfb4;
}

.list-group-item-green-dark.list-group-item-action.active {
  color: #fff;
  background-color: #113d15;
  border-color: #113d15;
}

.list-group-item-red {
  color: #491010;
  background-color: #dfc0c0;
}

.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: #491010;
  background-color: #d6afaf;
}

.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #491010;
  border-color: #491010;
}

.list-group-item-gray {
  color: #262626;
  background-color: #ccc;
}

.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: #262626;
  background-color: #bfbfbf;
}

.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}

.close {
  float: right;
  color: #000;
  text-shadow: 0 1px #fff;
  opacity: .5;
  font-size: 1.6875rem;
  font-weight: bold;
  line-height: 1;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  opacity: .75;
  text-decoration: none;
}

button.close {
  -webkit-appearance: none;
  background-color: #0000;
  border: 0;
  padding: 0;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  z-index: 1050;
  outline: 0;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.modal-dialog {
  width: auto;
  pointer-events: none;
  margin: .5rem;
  position: relative;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: translate(0);
}

.modal-dialog-centered {
  min-height: calc(100% - 1rem);
  align-items: center;
  display: flex;
}

.modal-dialog-centered:before {
  height: calc(100vh - 1rem);
  content: "";
  display: block;
}

.modal-content {
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: .3rem;
  outline: 0;
  flex-direction: column;
  display: flex;
  position: relative;
}

.modal-backdrop {
  z-index: 1040;
  background-color: #000;
  position: fixed;
  inset: 0;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .5;
}

.modal-header {
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
}

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

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

.modal-footer {
  border-top: 1px solid #e9ecef;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

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

  .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 {
    max-width: 800px;
  }
}

.tooltip {
  z-index: 1070;
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  word-wrap: break-word;
  opacity: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  position: absolute;
}

.tooltip.show {
  opacity: .9;
}

.tooltip .arrow {
  width: .8rem;
  height: .4rem;
  display: block;
  position: absolute;
}

.tooltip .arrow:before {
  content: "";
  border-style: solid;
  border-color: #0000;
  position: absolute;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: .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 {
  border-width: .4rem .4rem 0;
  border-top-color: #000;
  top: 0;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 .4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  width: .4rem;
  height: .8rem;
  left: 0;
}

.bs-tooltip-right .arrow:before, .bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
  right: 0;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: .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 {
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
  bottom: 0;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 .4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  width: .4rem;
  height: .8rem;
  right: 0;
}

.bs-tooltip-left .arrow:before, .bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
  left: 0;
}

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

.popover {
  z-index: 1060;
  max-width: 276px;
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: .3rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.popover .arrow {
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
  display: block;
  position: absolute;
}

.popover .arrow:before, .popover .arrow:after {
  content: "";
  border-style: solid;
  border-color: #0000;
  display: block;
  position: absolute;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: .5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc(-.5rem - 1px);
}

.bs-popover-top .arrow:before, .bs-popover-auto[x-placement^="top"] .arrow:before, .bs-popover-top .arrow:after, .bs-popover-auto[x-placement^="top"] .arrow:after {
  border-width: .5rem .5rem 0;
}

.bs-popover-top .arrow:before, .bs-popover-auto[x-placement^="top"] .arrow:before {
  border-top-color: #00000040;
  bottom: 0;
}

.bs-popover-top .arrow:after, .bs-popover-auto[x-placement^="top"] .arrow:after {
  border-top-color: #fff;
  bottom: 1px;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: .5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
  left: calc(-.5rem - 1px);
}

.bs-popover-right .arrow:before, .bs-popover-auto[x-placement^="right"] .arrow:before, .bs-popover-right .arrow:after, .bs-popover-auto[x-placement^="right"] .arrow:after {
  border-width: .5rem .5rem .5rem 0;
}

.bs-popover-right .arrow:before, .bs-popover-auto[x-placement^="right"] .arrow:before {
  border-right-color: #00000040;
  left: 0;
}

.bs-popover-right .arrow:after, .bs-popover-auto[x-placement^="right"] .arrow:after {
  border-right-color: #fff;
  left: 1px;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: .5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc(-.5rem - 1px);
}

.bs-popover-bottom .arrow:before, .bs-popover-auto[x-placement^="bottom"] .arrow:before, .bs-popover-bottom .arrow:after, .bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-width: 0 .5rem .5rem;
}

.bs-popover-bottom .arrow:before, .bs-popover-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: #00000040;
  top: 0;
}

.bs-popover-bottom .arrow:after, .bs-popover-auto[x-placement^="bottom"] .arrow:after {
  border-bottom-color: #fff;
  top: 1px;
}

.bs-popover-bottom .popover-header:before, .bs-popover-auto[x-placement^="bottom"] .popover-header:before {
  width: 1rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
  margin-left: -.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: .5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
  right: calc(-.5rem - 1px);
}

.bs-popover-left .arrow:before, .bs-popover-auto[x-placement^="left"] .arrow:before, .bs-popover-left .arrow:after, .bs-popover-auto[x-placement^="left"] .arrow:after {
  border-width: .5rem 0 .5rem .5rem;
}

.bs-popover-left .arrow:before, .bs-popover-auto[x-placement^="left"] .arrow:before {
  border-left-color: #00000040;
  right: 0;
}

.bs-popover-left .arrow:after, .bs-popover-auto[x-placement^="left"] .arrow:after {
  border-left-color: #fff;
  right: 1px;
}

.popover-header {
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1.125rem;
}

.popover-header:empty {
  display: none;
}

.popover-body {
  color: #9b9b9b;
  padding: .5rem .75rem;
}

.carousel {
  position: relative;
}

.carousel-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-item {
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
  align-items: center;
  display: none;
  position: relative;
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  transition: transform .6s;
  display: block;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active, .carousel-item-next, .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

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

@supports (transform-style: preserve-3d) {
  .carousel-item-next, .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

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

@supports (transform-style: preserve-3d) {
  .carousel-item-prev, .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: .6s;
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev, .carousel-control-next {
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  opacity: .9;
  outline: 0;
  text-decoration: none;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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;charset=utf8,%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 {
  z-index: 15;
  justify-content: center;
  margin-left: 15%;
  margin-right: 15%;
  padding-left: 0;
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.carousel-indicators li {
  width: 30px;
  height: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff80;
  flex: 0 auto;
  margin-left: 3px;
  margin-right: 3px;
  position: relative;
}

.carousel-indicators li:before {
  width: 100%;
  height: 10px;
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 0;
}

.carousel-indicators li:after {
  width: 100%;
  height: 10px;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.carousel-indicators .active {
  background-color: #fff;
}

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

.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: #205076 !important;
}

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

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

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

.bg-success {
  background-color: #7ed321 !important;
}

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

.bg-info {
  background-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

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

a.bg-white-gray:hover, a.bg-white-gray:focus, button.bg-white-gray:hover, button.bg-white-gray:focus {
  background-color: #dcdcdc !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-green {
  background-color: #7ed321 !important;
}

a.bg-green:hover, a.bg-green:focus, button.bg-green:hover, button.bg-green:focus {
  background-color: #64a71a !important;
}

.bg-blue {
  background-color: #205076 !important;
}

a.bg-blue:hover, a.bg-blue:focus, button.bg-blue:hover, button.bg-blue:focus {
  background-color: #15354e !important;
}

.bg-yellow {
  background-color: #cda320 !important;
}

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

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

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

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

a.bg-green-dark:hover, a.bg-green-dark:focus, button.bg-green-dark:hover, button.bg-green-dark:focus {
  background-color: #154e1b !important;
}

.bg-red {
  background-color: #8d1e1e !important;
}

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

.bg-gray {
  background-color: #4a4a4a !important;
}

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #d1d1d1 !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: #205076 !important;
}

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

.border-success {
  border-color: #7ed321 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

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

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

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

.border-green {
  border-color: #7ed321 !important;
}

.border-blue {
  border-color: #205076 !important;
}

.border-yellow {
  border-color: #cda320 !important;
}

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

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

.border-red {
  border-color: #8d1e1e !important;
}

.border-gray {
  border-color: #4a4a4a !important;
}

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

.rounded, .content .fr-rounded > .fr-img-wrap > img, .content img.fr-rounded {
  border-radius: .9375rem !important;
}

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

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

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

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

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1366px) {
  .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: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.embed-responsive:before {
  content: "";
  display: block;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.embed-responsive-21by9:before {
  padding-top: 42.8571%;
}

.embed-responsive-16by9:before {
  padding-top: 56.25%;
}

.embed-responsive-4by3:before {
  padding-top: 75%;
}

.embed-responsive-1by1:before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-sm-fill {
    flex: auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-md-fill {
    flex: auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-lg-fill {
    flex: auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-xl-fill {
    flex: auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1366px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-xxl-fill {
    flex: auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

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

@media (min-width: 1366px) {
  .float-xxl-left {
    float: left !important;
  }

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

  .float-xxl-none {
    float: none !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 {
  z-index: 1030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

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

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

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

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

.shadow-sm {
  box-shadow: 0 .125rem .25rem #00000013 !important;
}

.shadow {
  box-shadow: 0 .5rem 1rem #00000026 !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem #0000002d !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;
}

.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-5 {
  margin: .3125rem !important;
}

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

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

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

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

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

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

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

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

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

.m-15 {
  margin: .9375rem !important;
}

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

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

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

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

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

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

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

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

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

.m-20 {
  margin: 1.25rem !important;
}

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

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

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

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

.m-25 {
  margin: 1.5625rem !important;
}

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

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

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

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

.m-35 {
  margin: 2.1875rem !important;
}

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

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

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

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

.m-40 {
  margin: 2.5rem !important;
}

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

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

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

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

.m-45 {
  margin: 2.8125rem !important;
}

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

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

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

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

.m-50 {
  margin: 3.15rem !important;
}

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

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

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

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

.m-55 {
  margin: 3.4375rem !important;
}

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

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

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

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

.m-65 {
  margin: 2.1875px !important;
}

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

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

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

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

.m-70 {
  margin: 4.375rem !important;
}

.mt-70, .my-70 {
  margin-top: 4.375rem !important;
}

.mr-70, .mx-70 {
  margin-right: 4.375rem !important;
}

.mb-70, .my-70 {
  margin-bottom: 4.375rem !important;
}

.ml-70, .mx-70 {
  margin-left: 4.375rem !important;
}

.m-75 {
  margin: 4.6875rem !important;
}

.mt-75, .my-75 {
  margin-top: 4.6875rem !important;
}

.mr-75, .mx-75 {
  margin-right: 4.6875rem !important;
}

.mb-75, .my-75 {
  margin-bottom: 4.6875rem !important;
}

.ml-75, .mx-75 {
  margin-left: 4.6875rem !important;
}

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

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

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

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

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

.m-100 {
  margin: 6.25rem !important;
}

.mt-100, .my-100 {
  margin-top: 6.25rem !important;
}

.mr-100, .mx-100 {
  margin-right: 6.25rem !important;
}

.mb-100, .my-100 {
  margin-bottom: 6.25rem !important;
}

.ml-100, .mx-100 {
  margin-left: 6.25rem !important;
}

.m-110 {
  margin: 6.875rem !important;
}

.mt-110, .my-110 {
  margin-top: 6.875rem !important;
}

.mr-110, .mx-110 {
  margin-right: 6.875rem !important;
}

.mb-110, .my-110 {
  margin-bottom: 6.875rem !important;
}

.ml-110, .mx-110 {
  margin-left: 6.875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-18 {
  margin: 1.125rem !important;
}

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

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

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

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

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

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

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

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

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

.m-30 {
  margin: 1.875rem !important;
}

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

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

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

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

.m-36 {
  margin: 2.25rem !important;
}

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

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

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

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

.m-42 {
  margin: 2.625rem !important;
}

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

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

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

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

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

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

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

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

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

.m-54 {
  margin: 3.375rem !important;
}

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

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

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

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

.m-60 {
  margin: 3.75rem !important;
}

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

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

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

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

.m-66 {
  margin: 4.125rem !important;
}

.mt-66, .my-66 {
  margin-top: 4.125rem !important;
}

.mr-66, .mx-66 {
  margin-right: 4.125rem !important;
}

.mb-66, .my-66 {
  margin-bottom: 4.125rem !important;
}

.ml-66, .mx-66 {
  margin-left: 4.125rem !important;
}

.m-72 {
  margin: 4.5rem !important;
}

.mt-72, .my-72 {
  margin-top: 4.5rem !important;
}

.mr-72, .mx-72 {
  margin-right: 4.5rem !important;
}

.mb-72, .my-72 {
  margin-bottom: 4.5rem !important;
}

.ml-72, .mx-72 {
  margin-left: 4.5rem !important;
}

.m-78 {
  margin: 4.875rem !important;
}

.mt-78, .my-78 {
  margin-top: 4.875rem !important;
}

.mr-78, .mx-78 {
  margin-right: 4.875rem !important;
}

.mb-78, .my-78 {
  margin-bottom: 4.875rem !important;
}

.ml-78, .mx-78 {
  margin-left: 4.875rem !important;
}

.m-84 {
  margin: 5.25rem !important;
}

.mt-84, .my-84 {
  margin-top: 5.25rem !important;
}

.mr-84, .mx-84 {
  margin-right: 5.25rem !important;
}

.mb-84, .my-84 {
  margin-bottom: 5.25rem !important;
}

.ml-84, .mx-84 {
  margin-left: 5.25rem !important;
}

.m-90 {
  margin: 5.625rem !important;
}

.mt-90, .my-90 {
  margin-top: 5.625rem !important;
}

.mr-90, .mx-90 {
  margin-right: 5.625rem !important;
}

.mb-90, .my-90 {
  margin-bottom: 5.625rem !important;
}

.ml-90, .mx-90 {
  margin-left: 5.625rem !important;
}

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

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

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

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

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

.m-102 {
  margin: 6.375rem !important;
}

.mt-102, .my-102 {
  margin-top: 6.375rem !important;
}

.mr-102, .mx-102 {
  margin-right: 6.375rem !important;
}

.mb-102, .my-102 {
  margin-bottom: 6.375rem !important;
}

.ml-102, .mx-102 {
  margin-left: 6.375rem !important;
}

.m-108 {
  margin: 6.75rem !important;
}

.mt-108, .my-108 {
  margin-top: 6.75rem !important;
}

.mr-108, .mx-108 {
  margin-right: 6.75rem !important;
}

.mb-108, .my-108 {
  margin-bottom: 6.75rem !important;
}

.ml-108, .mx-108 {
  margin-left: 6.75rem !important;
}

.m-114 {
  margin: 7.125rem !important;
}

.mt-114, .my-114 {
  margin-top: 7.125rem !important;
}

.mr-114, .mx-114 {
  margin-right: 7.125rem !important;
}

.mb-114, .my-114 {
  margin-bottom: 7.125rem !important;
}

.ml-114, .mx-114 {
  margin-left: 7.125rem !important;
}

.m-120 {
  margin: 7.5rem !important;
}

.mt-120, .my-120 {
  margin-top: 7.5rem !important;
}

.mr-120, .mx-120 {
  margin-right: 7.5rem !important;
}

.mb-120, .my-120 {
  margin-bottom: 7.5rem !important;
}

.ml-120, .mx-120 {
  margin-left: 7.5rem !important;
}

.m-150 {
  margin: 9.375rem !important;
}

.mt-150, .my-150 {
  margin-top: 9.375rem !important;
}

.mr-150, .mx-150 {
  margin-right: 9.375rem !important;
}

.mb-150, .my-150 {
  margin-bottom: 9.375rem !important;
}

.ml-150, .mx-150 {
  margin-left: 9.375rem !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-5 {
  padding: .3125rem !important;
}

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

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

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

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

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

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

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

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

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

.p-15 {
  padding: .9375rem !important;
}

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

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

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

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

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

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

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

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

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

.p-20 {
  padding: 1.25rem !important;
}

.pt-20, .py-20 {
  padding-top: 1.25rem !important;
}

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

.pb-20, .py-20 {
  padding-bottom: 1.25rem !important;
}

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

.p-25 {
  padding: 1.5625rem !important;
}

.pt-25, .py-25 {
  padding-top: 1.5625rem !important;
}

.pr-25, .px-25 {
  padding-right: 1.5625rem !important;
}

.pb-25, .py-25 {
  padding-bottom: 1.5625rem !important;
}

.pl-25, .px-25 {
  padding-left: 1.5625rem !important;
}

.p-35 {
  padding: 2.1875rem !important;
}

.pt-35, .py-35 {
  padding-top: 2.1875rem !important;
}

.pr-35, .px-35 {
  padding-right: 2.1875rem !important;
}

.pb-35, .py-35 {
  padding-bottom: 2.1875rem !important;
}

.pl-35, .px-35 {
  padding-left: 2.1875rem !important;
}

.p-40 {
  padding: 2.5rem !important;
}

.pt-40, .py-40 {
  padding-top: 2.5rem !important;
}

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

.pb-40, .py-40 {
  padding-bottom: 2.5rem !important;
}

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

.p-45 {
  padding: 2.8125rem !important;
}

.pt-45, .py-45 {
  padding-top: 2.8125rem !important;
}

.pr-45, .px-45 {
  padding-right: 2.8125rem !important;
}

.pb-45, .py-45 {
  padding-bottom: 2.8125rem !important;
}

.pl-45, .px-45 {
  padding-left: 2.8125rem !important;
}

.p-50 {
  padding: 3.15rem !important;
}

.pt-50, .py-50 {
  padding-top: 3.15rem !important;
}

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

.pb-50, .py-50 {
  padding-bottom: 3.15rem !important;
}

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

.p-55 {
  padding: 3.4375rem !important;
}

.pt-55, .py-55 {
  padding-top: 3.4375rem !important;
}

.pr-55, .px-55 {
  padding-right: 3.4375rem !important;
}

.pb-55, .py-55 {
  padding-bottom: 3.4375rem !important;
}

.pl-55, .px-55 {
  padding-left: 3.4375rem !important;
}

.p-65 {
  padding: 2.1875px !important;
}

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

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

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

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

.p-70 {
  padding: 4.375rem !important;
}

.pt-70, .py-70 {
  padding-top: 4.375rem !important;
}

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

.pb-70, .py-70 {
  padding-bottom: 4.375rem !important;
}

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

.p-75 {
  padding: 4.6875rem !important;
}

.pt-75, .py-75 {
  padding-top: 4.6875rem !important;
}

.pr-75, .px-75 {
  padding-right: 4.6875rem !important;
}

.pb-75, .py-75 {
  padding-bottom: 4.6875rem !important;
}

.pl-75, .px-75 {
  padding-left: 4.6875rem !important;
}

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

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

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

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

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

.p-100 {
  padding: 6.25rem !important;
}

.pt-100, .py-100 {
  padding-top: 6.25rem !important;
}

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

.pb-100, .py-100 {
  padding-bottom: 6.25rem !important;
}

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

.p-110 {
  padding: 6.875rem !important;
}

.pt-110, .py-110 {
  padding-top: 6.875rem !important;
}

.pr-110, .px-110 {
  padding-right: 6.875rem !important;
}

.pb-110, .py-110 {
  padding-bottom: 6.875rem !important;
}

.pl-110, .px-110 {
  padding-left: 6.875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-18 {
  padding: 1.125rem !important;
}

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

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

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

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

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

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

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

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

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

.p-30 {
  padding: 1.875rem !important;
}

.pt-30, .py-30 {
  padding-top: 1.875rem !important;
}

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

.pb-30, .py-30 {
  padding-bottom: 1.875rem !important;
}

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

.p-36 {
  padding: 2.25rem !important;
}

.pt-36, .py-36 {
  padding-top: 2.25rem !important;
}

.pr-36, .px-36 {
  padding-right: 2.25rem !important;
}

.pb-36, .py-36 {
  padding-bottom: 2.25rem !important;
}

.pl-36, .px-36 {
  padding-left: 2.25rem !important;
}

.p-42 {
  padding: 2.625rem !important;
}

.pt-42, .py-42 {
  padding-top: 2.625rem !important;
}

.pr-42, .px-42 {
  padding-right: 2.625rem !important;
}

.pb-42, .py-42 {
  padding-bottom: 2.625rem !important;
}

.pl-42, .px-42 {
  padding-left: 2.625rem !important;
}

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

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

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

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

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

.p-54 {
  padding: 3.375rem !important;
}

.pt-54, .py-54 {
  padding-top: 3.375rem !important;
}

.pr-54, .px-54 {
  padding-right: 3.375rem !important;
}

.pb-54, .py-54 {
  padding-bottom: 3.375rem !important;
}

.pl-54, .px-54 {
  padding-left: 3.375rem !important;
}

.p-60 {
  padding: 3.75rem !important;
}

.pt-60, .py-60 {
  padding-top: 3.75rem !important;
}

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

.pb-60, .py-60 {
  padding-bottom: 3.75rem !important;
}

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

.p-66 {
  padding: 4.125rem !important;
}

.pt-66, .py-66 {
  padding-top: 4.125rem !important;
}

.pr-66, .px-66 {
  padding-right: 4.125rem !important;
}

.pb-66, .py-66 {
  padding-bottom: 4.125rem !important;
}

.pl-66, .px-66 {
  padding-left: 4.125rem !important;
}

.p-72 {
  padding: 4.5rem !important;
}

.pt-72, .py-72 {
  padding-top: 4.5rem !important;
}

.pr-72, .px-72 {
  padding-right: 4.5rem !important;
}

.pb-72, .py-72 {
  padding-bottom: 4.5rem !important;
}

.pl-72, .px-72 {
  padding-left: 4.5rem !important;
}

.p-78 {
  padding: 4.875rem !important;
}

.pt-78, .py-78 {
  padding-top: 4.875rem !important;
}

.pr-78, .px-78 {
  padding-right: 4.875rem !important;
}

.pb-78, .py-78 {
  padding-bottom: 4.875rem !important;
}

.pl-78, .px-78 {
  padding-left: 4.875rem !important;
}

.p-84 {
  padding: 5.25rem !important;
}

.pt-84, .py-84 {
  padding-top: 5.25rem !important;
}

.pr-84, .px-84 {
  padding-right: 5.25rem !important;
}

.pb-84, .py-84 {
  padding-bottom: 5.25rem !important;
}

.pl-84, .px-84 {
  padding-left: 5.25rem !important;
}

.p-90 {
  padding: 5.625rem !important;
}

.pt-90, .py-90 {
  padding-top: 5.625rem !important;
}

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

.pb-90, .py-90 {
  padding-bottom: 5.625rem !important;
}

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

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

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

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

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

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

.p-102 {
  padding: 6.375rem !important;
}

.pt-102, .py-102 {
  padding-top: 6.375rem !important;
}

.pr-102, .px-102 {
  padding-right: 6.375rem !important;
}

.pb-102, .py-102 {
  padding-bottom: 6.375rem !important;
}

.pl-102, .px-102 {
  padding-left: 6.375rem !important;
}

.p-108 {
  padding: 6.75rem !important;
}

.pt-108, .py-108 {
  padding-top: 6.75rem !important;
}

.pr-108, .px-108 {
  padding-right: 6.75rem !important;
}

.pb-108, .py-108 {
  padding-bottom: 6.75rem !important;
}

.pl-108, .px-108 {
  padding-left: 6.75rem !important;
}

.p-114 {
  padding: 7.125rem !important;
}

.pt-114, .py-114 {
  padding-top: 7.125rem !important;
}

.pr-114, .px-114 {
  padding-right: 7.125rem !important;
}

.pb-114, .py-114 {
  padding-bottom: 7.125rem !important;
}

.pl-114, .px-114 {
  padding-left: 7.125rem !important;
}

.p-120 {
  padding: 7.5rem !important;
}

.pt-120, .py-120 {
  padding-top: 7.5rem !important;
}

.pr-120, .px-120 {
  padding-right: 7.5rem !important;
}

.pb-120, .py-120 {
  padding-bottom: 7.5rem !important;
}

.pl-120, .px-120 {
  padding-left: 7.5rem !important;
}

.p-150 {
  padding: 9.375rem !important;
}

.pt-150, .py-150 {
  padding-top: 9.375rem !important;
}

.pr-150, .px-150 {
  padding-right: 9.375rem !important;
}

.pb-150, .py-150 {
  padding-bottom: 9.375rem !important;
}

.pl-150, .px-150 {
  padding-left: 9.375rem !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-5 {
    margin: .3125rem !important;
  }

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

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

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

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

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

  .mt-sm-10, .my-sm-10 {
    margin-top: .625rem !important;
  }

  .mr-sm-10, .mx-sm-10 {
    margin-right: .625rem !important;
  }

  .mb-sm-10, .my-sm-10 {
    margin-bottom: .625rem !important;
  }

  .ml-sm-10, .mx-sm-10 {
    margin-left: .625rem !important;
  }

  .m-sm-15 {
    margin: .9375rem !important;
  }

  .mt-sm-15, .my-sm-15 {
    margin-top: .9375rem !important;
  }

  .mr-sm-15, .mx-sm-15 {
    margin-right: .9375rem !important;
  }

  .mb-sm-15, .my-sm-15 {
    margin-bottom: .9375rem !important;
  }

  .ml-sm-15, .mx-sm-15 {
    margin-left: .9375rem !important;
  }

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

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

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

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

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

  .m-sm-20 {
    margin: 1.25rem !important;
  }

  .mt-sm-20, .my-sm-20 {
    margin-top: 1.25rem !important;
  }

  .mr-sm-20, .mx-sm-20 {
    margin-right: 1.25rem !important;
  }

  .mb-sm-20, .my-sm-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-sm-20, .mx-sm-20 {
    margin-left: 1.25rem !important;
  }

  .m-sm-25 {
    margin: 1.5625rem !important;
  }

  .mt-sm-25, .my-sm-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-sm-25, .mx-sm-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-sm-25, .my-sm-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-sm-25, .mx-sm-25 {
    margin-left: 1.5625rem !important;
  }

  .m-sm-35 {
    margin: 2.1875rem !important;
  }

  .mt-sm-35, .my-sm-35 {
    margin-top: 2.1875rem !important;
  }

  .mr-sm-35, .mx-sm-35 {
    margin-right: 2.1875rem !important;
  }

  .mb-sm-35, .my-sm-35 {
    margin-bottom: 2.1875rem !important;
  }

  .ml-sm-35, .mx-sm-35 {
    margin-left: 2.1875rem !important;
  }

  .m-sm-40 {
    margin: 2.5rem !important;
  }

  .mt-sm-40, .my-sm-40 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-40, .mx-sm-40 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-40, .my-sm-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-40, .mx-sm-40 {
    margin-left: 2.5rem !important;
  }

  .m-sm-45 {
    margin: 2.8125rem !important;
  }

  .mt-sm-45, .my-sm-45 {
    margin-top: 2.8125rem !important;
  }

  .mr-sm-45, .mx-sm-45 {
    margin-right: 2.8125rem !important;
  }

  .mb-sm-45, .my-sm-45 {
    margin-bottom: 2.8125rem !important;
  }

  .ml-sm-45, .mx-sm-45 {
    margin-left: 2.8125rem !important;
  }

  .m-sm-50 {
    margin: 3.15rem !important;
  }

  .mt-sm-50, .my-sm-50 {
    margin-top: 3.15rem !important;
  }

  .mr-sm-50, .mx-sm-50 {
    margin-right: 3.15rem !important;
  }

  .mb-sm-50, .my-sm-50 {
    margin-bottom: 3.15rem !important;
  }

  .ml-sm-50, .mx-sm-50 {
    margin-left: 3.15rem !important;
  }

  .m-sm-55 {
    margin: 3.4375rem !important;
  }

  .mt-sm-55, .my-sm-55 {
    margin-top: 3.4375rem !important;
  }

  .mr-sm-55, .mx-sm-55 {
    margin-right: 3.4375rem !important;
  }

  .mb-sm-55, .my-sm-55 {
    margin-bottom: 3.4375rem !important;
  }

  .ml-sm-55, .mx-sm-55 {
    margin-left: 3.4375rem !important;
  }

  .m-sm-65 {
    margin: 2.1875px !important;
  }

  .mt-sm-65, .my-sm-65 {
    margin-top: 2.1875px !important;
  }

  .mr-sm-65, .mx-sm-65 {
    margin-right: 2.1875px !important;
  }

  .mb-sm-65, .my-sm-65 {
    margin-bottom: 2.1875px !important;
  }

  .ml-sm-65, .mx-sm-65 {
    margin-left: 2.1875px !important;
  }

  .m-sm-70 {
    margin: 4.375rem !important;
  }

  .mt-sm-70, .my-sm-70 {
    margin-top: 4.375rem !important;
  }

  .mr-sm-70, .mx-sm-70 {
    margin-right: 4.375rem !important;
  }

  .mb-sm-70, .my-sm-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-sm-70, .mx-sm-70 {
    margin-left: 4.375rem !important;
  }

  .m-sm-75 {
    margin: 4.6875rem !important;
  }

  .mt-sm-75, .my-sm-75 {
    margin-top: 4.6875rem !important;
  }

  .mr-sm-75, .mx-sm-75 {
    margin-right: 4.6875rem !important;
  }

  .mb-sm-75, .my-sm-75 {
    margin-bottom: 4.6875rem !important;
  }

  .ml-sm-75, .mx-sm-75 {
    margin-left: 4.6875rem !important;
  }

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

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

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

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

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

  .m-sm-100 {
    margin: 6.25rem !important;
  }

  .mt-sm-100, .my-sm-100 {
    margin-top: 6.25rem !important;
  }

  .mr-sm-100, .mx-sm-100 {
    margin-right: 6.25rem !important;
  }

  .mb-sm-100, .my-sm-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-sm-100, .mx-sm-100 {
    margin-left: 6.25rem !important;
  }

  .m-sm-110 {
    margin: 6.875rem !important;
  }

  .mt-sm-110, .my-sm-110 {
    margin-top: 6.875rem !important;
  }

  .mr-sm-110, .mx-sm-110 {
    margin-right: 6.875rem !important;
  }

  .mb-sm-110, .my-sm-110 {
    margin-bottom: 6.875rem !important;
  }

  .ml-sm-110, .mx-sm-110 {
    margin-left: 6.875rem !important;
  }

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

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

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

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

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

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

  .mt-sm-6, .my-sm-6 {
    margin-top: .375rem !important;
  }

  .mr-sm-6, .mx-sm-6 {
    margin-right: .375rem !important;
  }

  .mb-sm-6, .my-sm-6 {
    margin-bottom: .375rem !important;
  }

  .ml-sm-6, .mx-sm-6 {
    margin-left: .375rem !important;
  }

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

  .mt-sm-12, .my-sm-12 {
    margin-top: .75rem !important;
  }

  .mr-sm-12, .mx-sm-12 {
    margin-right: .75rem !important;
  }

  .mb-sm-12, .my-sm-12 {
    margin-bottom: .75rem !important;
  }

  .ml-sm-12, .mx-sm-12 {
    margin-left: .75rem !important;
  }

  .m-sm-18 {
    margin: 1.125rem !important;
  }

  .mt-sm-18, .my-sm-18 {
    margin-top: 1.125rem !important;
  }

  .mr-sm-18, .mx-sm-18 {
    margin-right: 1.125rem !important;
  }

  .mb-sm-18, .my-sm-18 {
    margin-bottom: 1.125rem !important;
  }

  .ml-sm-18, .mx-sm-18 {
    margin-left: 1.125rem !important;
  }

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

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

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

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

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

  .m-sm-30 {
    margin: 1.875rem !important;
  }

  .mt-sm-30, .my-sm-30 {
    margin-top: 1.875rem !important;
  }

  .mr-sm-30, .mx-sm-30 {
    margin-right: 1.875rem !important;
  }

  .mb-sm-30, .my-sm-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-sm-30, .mx-sm-30 {
    margin-left: 1.875rem !important;
  }

  .m-sm-36 {
    margin: 2.25rem !important;
  }

  .mt-sm-36, .my-sm-36 {
    margin-top: 2.25rem !important;
  }

  .mr-sm-36, .mx-sm-36 {
    margin-right: 2.25rem !important;
  }

  .mb-sm-36, .my-sm-36 {
    margin-bottom: 2.25rem !important;
  }

  .ml-sm-36, .mx-sm-36 {
    margin-left: 2.25rem !important;
  }

  .m-sm-42 {
    margin: 2.625rem !important;
  }

  .mt-sm-42, .my-sm-42 {
    margin-top: 2.625rem !important;
  }

  .mr-sm-42, .mx-sm-42 {
    margin-right: 2.625rem !important;
  }

  .mb-sm-42, .my-sm-42 {
    margin-bottom: 2.625rem !important;
  }

  .ml-sm-42, .mx-sm-42 {
    margin-left: 2.625rem !important;
  }

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

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

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

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

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

  .m-sm-54 {
    margin: 3.375rem !important;
  }

  .mt-sm-54, .my-sm-54 {
    margin-top: 3.375rem !important;
  }

  .mr-sm-54, .mx-sm-54 {
    margin-right: 3.375rem !important;
  }

  .mb-sm-54, .my-sm-54 {
    margin-bottom: 3.375rem !important;
  }

  .ml-sm-54, .mx-sm-54 {
    margin-left: 3.375rem !important;
  }

  .m-sm-60 {
    margin: 3.75rem !important;
  }

  .mt-sm-60, .my-sm-60 {
    margin-top: 3.75rem !important;
  }

  .mr-sm-60, .mx-sm-60 {
    margin-right: 3.75rem !important;
  }

  .mb-sm-60, .my-sm-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-sm-60, .mx-sm-60 {
    margin-left: 3.75rem !important;
  }

  .m-sm-66 {
    margin: 4.125rem !important;
  }

  .mt-sm-66, .my-sm-66 {
    margin-top: 4.125rem !important;
  }

  .mr-sm-66, .mx-sm-66 {
    margin-right: 4.125rem !important;
  }

  .mb-sm-66, .my-sm-66 {
    margin-bottom: 4.125rem !important;
  }

  .ml-sm-66, .mx-sm-66 {
    margin-left: 4.125rem !important;
  }

  .m-sm-72 {
    margin: 4.5rem !important;
  }

  .mt-sm-72, .my-sm-72 {
    margin-top: 4.5rem !important;
  }

  .mr-sm-72, .mx-sm-72 {
    margin-right: 4.5rem !important;
  }

  .mb-sm-72, .my-sm-72 {
    margin-bottom: 4.5rem !important;
  }

  .ml-sm-72, .mx-sm-72 {
    margin-left: 4.5rem !important;
  }

  .m-sm-78 {
    margin: 4.875rem !important;
  }

  .mt-sm-78, .my-sm-78 {
    margin-top: 4.875rem !important;
  }

  .mr-sm-78, .mx-sm-78 {
    margin-right: 4.875rem !important;
  }

  .mb-sm-78, .my-sm-78 {
    margin-bottom: 4.875rem !important;
  }

  .ml-sm-78, .mx-sm-78 {
    margin-left: 4.875rem !important;
  }

  .m-sm-84 {
    margin: 5.25rem !important;
  }

  .mt-sm-84, .my-sm-84 {
    margin-top: 5.25rem !important;
  }

  .mr-sm-84, .mx-sm-84 {
    margin-right: 5.25rem !important;
  }

  .mb-sm-84, .my-sm-84 {
    margin-bottom: 5.25rem !important;
  }

  .ml-sm-84, .mx-sm-84 {
    margin-left: 5.25rem !important;
  }

  .m-sm-90 {
    margin: 5.625rem !important;
  }

  .mt-sm-90, .my-sm-90 {
    margin-top: 5.625rem !important;
  }

  .mr-sm-90, .mx-sm-90 {
    margin-right: 5.625rem !important;
  }

  .mb-sm-90, .my-sm-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-sm-90, .mx-sm-90 {
    margin-left: 5.625rem !important;
  }

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

  .mt-sm-96, .my-sm-96 {
    margin-top: 6rem !important;
  }

  .mr-sm-96, .mx-sm-96 {
    margin-right: 6rem !important;
  }

  .mb-sm-96, .my-sm-96 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-96, .mx-sm-96 {
    margin-left: 6rem !important;
  }

  .m-sm-102 {
    margin: 6.375rem !important;
  }

  .mt-sm-102, .my-sm-102 {
    margin-top: 6.375rem !important;
  }

  .mr-sm-102, .mx-sm-102 {
    margin-right: 6.375rem !important;
  }

  .mb-sm-102, .my-sm-102 {
    margin-bottom: 6.375rem !important;
  }

  .ml-sm-102, .mx-sm-102 {
    margin-left: 6.375rem !important;
  }

  .m-sm-108 {
    margin: 6.75rem !important;
  }

  .mt-sm-108, .my-sm-108 {
    margin-top: 6.75rem !important;
  }

  .mr-sm-108, .mx-sm-108 {
    margin-right: 6.75rem !important;
  }

  .mb-sm-108, .my-sm-108 {
    margin-bottom: 6.75rem !important;
  }

  .ml-sm-108, .mx-sm-108 {
    margin-left: 6.75rem !important;
  }

  .m-sm-114 {
    margin: 7.125rem !important;
  }

  .mt-sm-114, .my-sm-114 {
    margin-top: 7.125rem !important;
  }

  .mr-sm-114, .mx-sm-114 {
    margin-right: 7.125rem !important;
  }

  .mb-sm-114, .my-sm-114 {
    margin-bottom: 7.125rem !important;
  }

  .ml-sm-114, .mx-sm-114 {
    margin-left: 7.125rem !important;
  }

  .m-sm-120 {
    margin: 7.5rem !important;
  }

  .mt-sm-120, .my-sm-120 {
    margin-top: 7.5rem !important;
  }

  .mr-sm-120, .mx-sm-120 {
    margin-right: 7.5rem !important;
  }

  .mb-sm-120, .my-sm-120 {
    margin-bottom: 7.5rem !important;
  }

  .ml-sm-120, .mx-sm-120 {
    margin-left: 7.5rem !important;
  }

  .m-sm-150 {
    margin: 9.375rem !important;
  }

  .mt-sm-150, .my-sm-150 {
    margin-top: 9.375rem !important;
  }

  .mr-sm-150, .mx-sm-150 {
    margin-right: 9.375rem !important;
  }

  .mb-sm-150, .my-sm-150 {
    margin-bottom: 9.375rem !important;
  }

  .ml-sm-150, .mx-sm-150 {
    margin-left: 9.375rem !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-5 {
    padding: .3125rem !important;
  }

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

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

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

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

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

  .pt-sm-10, .py-sm-10 {
    padding-top: .625rem !important;
  }

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

  .pb-sm-10, .py-sm-10 {
    padding-bottom: .625rem !important;
  }

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

  .p-sm-15 {
    padding: .9375rem !important;
  }

  .pt-sm-15, .py-sm-15 {
    padding-top: .9375rem !important;
  }

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

  .pb-sm-15, .py-sm-15 {
    padding-bottom: .9375rem !important;
  }

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

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

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

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

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

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

  .p-sm-20 {
    padding: 1.25rem !important;
  }

  .pt-sm-20, .py-sm-20 {
    padding-top: 1.25rem !important;
  }

  .pr-sm-20, .px-sm-20 {
    padding-right: 1.25rem !important;
  }

  .pb-sm-20, .py-sm-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-sm-20, .px-sm-20 {
    padding-left: 1.25rem !important;
  }

  .p-sm-25 {
    padding: 1.5625rem !important;
  }

  .pt-sm-25, .py-sm-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-sm-25, .px-sm-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-sm-25, .py-sm-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-sm-25, .px-sm-25 {
    padding-left: 1.5625rem !important;
  }

  .p-sm-35 {
    padding: 2.1875rem !important;
  }

  .pt-sm-35, .py-sm-35 {
    padding-top: 2.1875rem !important;
  }

  .pr-sm-35, .px-sm-35 {
    padding-right: 2.1875rem !important;
  }

  .pb-sm-35, .py-sm-35 {
    padding-bottom: 2.1875rem !important;
  }

  .pl-sm-35, .px-sm-35 {
    padding-left: 2.1875rem !important;
  }

  .p-sm-40 {
    padding: 2.5rem !important;
  }

  .pt-sm-40, .py-sm-40 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-40, .px-sm-40 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-40, .py-sm-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-40, .px-sm-40 {
    padding-left: 2.5rem !important;
  }

  .p-sm-45 {
    padding: 2.8125rem !important;
  }

  .pt-sm-45, .py-sm-45 {
    padding-top: 2.8125rem !important;
  }

  .pr-sm-45, .px-sm-45 {
    padding-right: 2.8125rem !important;
  }

  .pb-sm-45, .py-sm-45 {
    padding-bottom: 2.8125rem !important;
  }

  .pl-sm-45, .px-sm-45 {
    padding-left: 2.8125rem !important;
  }

  .p-sm-50 {
    padding: 3.15rem !important;
  }

  .pt-sm-50, .py-sm-50 {
    padding-top: 3.15rem !important;
  }

  .pr-sm-50, .px-sm-50 {
    padding-right: 3.15rem !important;
  }

  .pb-sm-50, .py-sm-50 {
    padding-bottom: 3.15rem !important;
  }

  .pl-sm-50, .px-sm-50 {
    padding-left: 3.15rem !important;
  }

  .p-sm-55 {
    padding: 3.4375rem !important;
  }

  .pt-sm-55, .py-sm-55 {
    padding-top: 3.4375rem !important;
  }

  .pr-sm-55, .px-sm-55 {
    padding-right: 3.4375rem !important;
  }

  .pb-sm-55, .py-sm-55 {
    padding-bottom: 3.4375rem !important;
  }

  .pl-sm-55, .px-sm-55 {
    padding-left: 3.4375rem !important;
  }

  .p-sm-65 {
    padding: 2.1875px !important;
  }

  .pt-sm-65, .py-sm-65 {
    padding-top: 2.1875px !important;
  }

  .pr-sm-65, .px-sm-65 {
    padding-right: 2.1875px !important;
  }

  .pb-sm-65, .py-sm-65 {
    padding-bottom: 2.1875px !important;
  }

  .pl-sm-65, .px-sm-65 {
    padding-left: 2.1875px !important;
  }

  .p-sm-70 {
    padding: 4.375rem !important;
  }

  .pt-sm-70, .py-sm-70 {
    padding-top: 4.375rem !important;
  }

  .pr-sm-70, .px-sm-70 {
    padding-right: 4.375rem !important;
  }

  .pb-sm-70, .py-sm-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-sm-70, .px-sm-70 {
    padding-left: 4.375rem !important;
  }

  .p-sm-75 {
    padding: 4.6875rem !important;
  }

  .pt-sm-75, .py-sm-75 {
    padding-top: 4.6875rem !important;
  }

  .pr-sm-75, .px-sm-75 {
    padding-right: 4.6875rem !important;
  }

  .pb-sm-75, .py-sm-75 {
    padding-bottom: 4.6875rem !important;
  }

  .pl-sm-75, .px-sm-75 {
    padding-left: 4.6875rem !important;
  }

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

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

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

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

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

  .p-sm-100 {
    padding: 6.25rem !important;
  }

  .pt-sm-100, .py-sm-100 {
    padding-top: 6.25rem !important;
  }

  .pr-sm-100, .px-sm-100 {
    padding-right: 6.25rem !important;
  }

  .pb-sm-100, .py-sm-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-sm-100, .px-sm-100 {
    padding-left: 6.25rem !important;
  }

  .p-sm-110 {
    padding: 6.875rem !important;
  }

  .pt-sm-110, .py-sm-110 {
    padding-top: 6.875rem !important;
  }

  .pr-sm-110, .px-sm-110 {
    padding-right: 6.875rem !important;
  }

  .pb-sm-110, .py-sm-110 {
    padding-bottom: 6.875rem !important;
  }

  .pl-sm-110, .px-sm-110 {
    padding-left: 6.875rem !important;
  }

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

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

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

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

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

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

  .pt-sm-6, .py-sm-6 {
    padding-top: .375rem !important;
  }

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

  .pb-sm-6, .py-sm-6 {
    padding-bottom: .375rem !important;
  }

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

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

  .pt-sm-12, .py-sm-12 {
    padding-top: .75rem !important;
  }

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

  .pb-sm-12, .py-sm-12 {
    padding-bottom: .75rem !important;
  }

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

  .p-sm-18 {
    padding: 1.125rem !important;
  }

  .pt-sm-18, .py-sm-18 {
    padding-top: 1.125rem !important;
  }

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

  .pb-sm-18, .py-sm-18 {
    padding-bottom: 1.125rem !important;
  }

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

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

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

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

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

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

  .p-sm-30 {
    padding: 1.875rem !important;
  }

  .pt-sm-30, .py-sm-30 {
    padding-top: 1.875rem !important;
  }

  .pr-sm-30, .px-sm-30 {
    padding-right: 1.875rem !important;
  }

  .pb-sm-30, .py-sm-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-sm-30, .px-sm-30 {
    padding-left: 1.875rem !important;
  }

  .p-sm-36 {
    padding: 2.25rem !important;
  }

  .pt-sm-36, .py-sm-36 {
    padding-top: 2.25rem !important;
  }

  .pr-sm-36, .px-sm-36 {
    padding-right: 2.25rem !important;
  }

  .pb-sm-36, .py-sm-36 {
    padding-bottom: 2.25rem !important;
  }

  .pl-sm-36, .px-sm-36 {
    padding-left: 2.25rem !important;
  }

  .p-sm-42 {
    padding: 2.625rem !important;
  }

  .pt-sm-42, .py-sm-42 {
    padding-top: 2.625rem !important;
  }

  .pr-sm-42, .px-sm-42 {
    padding-right: 2.625rem !important;
  }

  .pb-sm-42, .py-sm-42 {
    padding-bottom: 2.625rem !important;
  }

  .pl-sm-42, .px-sm-42 {
    padding-left: 2.625rem !important;
  }

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

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

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

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

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

  .p-sm-54 {
    padding: 3.375rem !important;
  }

  .pt-sm-54, .py-sm-54 {
    padding-top: 3.375rem !important;
  }

  .pr-sm-54, .px-sm-54 {
    padding-right: 3.375rem !important;
  }

  .pb-sm-54, .py-sm-54 {
    padding-bottom: 3.375rem !important;
  }

  .pl-sm-54, .px-sm-54 {
    padding-left: 3.375rem !important;
  }

  .p-sm-60 {
    padding: 3.75rem !important;
  }

  .pt-sm-60, .py-sm-60 {
    padding-top: 3.75rem !important;
  }

  .pr-sm-60, .px-sm-60 {
    padding-right: 3.75rem !important;
  }

  .pb-sm-60, .py-sm-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-sm-60, .px-sm-60 {
    padding-left: 3.75rem !important;
  }

  .p-sm-66 {
    padding: 4.125rem !important;
  }

  .pt-sm-66, .py-sm-66 {
    padding-top: 4.125rem !important;
  }

  .pr-sm-66, .px-sm-66 {
    padding-right: 4.125rem !important;
  }

  .pb-sm-66, .py-sm-66 {
    padding-bottom: 4.125rem !important;
  }

  .pl-sm-66, .px-sm-66 {
    padding-left: 4.125rem !important;
  }

  .p-sm-72 {
    padding: 4.5rem !important;
  }

  .pt-sm-72, .py-sm-72 {
    padding-top: 4.5rem !important;
  }

  .pr-sm-72, .px-sm-72 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-72, .py-sm-72 {
    padding-bottom: 4.5rem !important;
  }

  .pl-sm-72, .px-sm-72 {
    padding-left: 4.5rem !important;
  }

  .p-sm-78 {
    padding: 4.875rem !important;
  }

  .pt-sm-78, .py-sm-78 {
    padding-top: 4.875rem !important;
  }

  .pr-sm-78, .px-sm-78 {
    padding-right: 4.875rem !important;
  }

  .pb-sm-78, .py-sm-78 {
    padding-bottom: 4.875rem !important;
  }

  .pl-sm-78, .px-sm-78 {
    padding-left: 4.875rem !important;
  }

  .p-sm-84 {
    padding: 5.25rem !important;
  }

  .pt-sm-84, .py-sm-84 {
    padding-top: 5.25rem !important;
  }

  .pr-sm-84, .px-sm-84 {
    padding-right: 5.25rem !important;
  }

  .pb-sm-84, .py-sm-84 {
    padding-bottom: 5.25rem !important;
  }

  .pl-sm-84, .px-sm-84 {
    padding-left: 5.25rem !important;
  }

  .p-sm-90 {
    padding: 5.625rem !important;
  }

  .pt-sm-90, .py-sm-90 {
    padding-top: 5.625rem !important;
  }

  .pr-sm-90, .px-sm-90 {
    padding-right: 5.625rem !important;
  }

  .pb-sm-90, .py-sm-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-sm-90, .px-sm-90 {
    padding-left: 5.625rem !important;
  }

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

  .pt-sm-96, .py-sm-96 {
    padding-top: 6rem !important;
  }

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

  .pb-sm-96, .py-sm-96 {
    padding-bottom: 6rem !important;
  }

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

  .p-sm-102 {
    padding: 6.375rem !important;
  }

  .pt-sm-102, .py-sm-102 {
    padding-top: 6.375rem !important;
  }

  .pr-sm-102, .px-sm-102 {
    padding-right: 6.375rem !important;
  }

  .pb-sm-102, .py-sm-102 {
    padding-bottom: 6.375rem !important;
  }

  .pl-sm-102, .px-sm-102 {
    padding-left: 6.375rem !important;
  }

  .p-sm-108 {
    padding: 6.75rem !important;
  }

  .pt-sm-108, .py-sm-108 {
    padding-top: 6.75rem !important;
  }

  .pr-sm-108, .px-sm-108 {
    padding-right: 6.75rem !important;
  }

  .pb-sm-108, .py-sm-108 {
    padding-bottom: 6.75rem !important;
  }

  .pl-sm-108, .px-sm-108 {
    padding-left: 6.75rem !important;
  }

  .p-sm-114 {
    padding: 7.125rem !important;
  }

  .pt-sm-114, .py-sm-114 {
    padding-top: 7.125rem !important;
  }

  .pr-sm-114, .px-sm-114 {
    padding-right: 7.125rem !important;
  }

  .pb-sm-114, .py-sm-114 {
    padding-bottom: 7.125rem !important;
  }

  .pl-sm-114, .px-sm-114 {
    padding-left: 7.125rem !important;
  }

  .p-sm-120 {
    padding: 7.5rem !important;
  }

  .pt-sm-120, .py-sm-120 {
    padding-top: 7.5rem !important;
  }

  .pr-sm-120, .px-sm-120 {
    padding-right: 7.5rem !important;
  }

  .pb-sm-120, .py-sm-120 {
    padding-bottom: 7.5rem !important;
  }

  .pl-sm-120, .px-sm-120 {
    padding-left: 7.5rem !important;
  }

  .p-sm-150 {
    padding: 9.375rem !important;
  }

  .pt-sm-150, .py-sm-150 {
    padding-top: 9.375rem !important;
  }

  .pr-sm-150, .px-sm-150 {
    padding-right: 9.375rem !important;
  }

  .pb-sm-150, .py-sm-150 {
    padding-bottom: 9.375rem !important;
  }

  .pl-sm-150, .px-sm-150 {
    padding-left: 9.375rem !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-5 {
    margin: .3125rem !important;
  }

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

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

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

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

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

  .mt-md-10, .my-md-10 {
    margin-top: .625rem !important;
  }

  .mr-md-10, .mx-md-10 {
    margin-right: .625rem !important;
  }

  .mb-md-10, .my-md-10 {
    margin-bottom: .625rem !important;
  }

  .ml-md-10, .mx-md-10 {
    margin-left: .625rem !important;
  }

  .m-md-15 {
    margin: .9375rem !important;
  }

  .mt-md-15, .my-md-15 {
    margin-top: .9375rem !important;
  }

  .mr-md-15, .mx-md-15 {
    margin-right: .9375rem !important;
  }

  .mb-md-15, .my-md-15 {
    margin-bottom: .9375rem !important;
  }

  .ml-md-15, .mx-md-15 {
    margin-left: .9375rem !important;
  }

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

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

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

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

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

  .m-md-20 {
    margin: 1.25rem !important;
  }

  .mt-md-20, .my-md-20 {
    margin-top: 1.25rem !important;
  }

  .mr-md-20, .mx-md-20 {
    margin-right: 1.25rem !important;
  }

  .mb-md-20, .my-md-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-md-20, .mx-md-20 {
    margin-left: 1.25rem !important;
  }

  .m-md-25 {
    margin: 1.5625rem !important;
  }

  .mt-md-25, .my-md-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-md-25, .mx-md-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-md-25, .my-md-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-md-25, .mx-md-25 {
    margin-left: 1.5625rem !important;
  }

  .m-md-35 {
    margin: 2.1875rem !important;
  }

  .mt-md-35, .my-md-35 {
    margin-top: 2.1875rem !important;
  }

  .mr-md-35, .mx-md-35 {
    margin-right: 2.1875rem !important;
  }

  .mb-md-35, .my-md-35 {
    margin-bottom: 2.1875rem !important;
  }

  .ml-md-35, .mx-md-35 {
    margin-left: 2.1875rem !important;
  }

  .m-md-40 {
    margin: 2.5rem !important;
  }

  .mt-md-40, .my-md-40 {
    margin-top: 2.5rem !important;
  }

  .mr-md-40, .mx-md-40 {
    margin-right: 2.5rem !important;
  }

  .mb-md-40, .my-md-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-40, .mx-md-40 {
    margin-left: 2.5rem !important;
  }

  .m-md-45 {
    margin: 2.8125rem !important;
  }

  .mt-md-45, .my-md-45 {
    margin-top: 2.8125rem !important;
  }

  .mr-md-45, .mx-md-45 {
    margin-right: 2.8125rem !important;
  }

  .mb-md-45, .my-md-45 {
    margin-bottom: 2.8125rem !important;
  }

  .ml-md-45, .mx-md-45 {
    margin-left: 2.8125rem !important;
  }

  .m-md-50 {
    margin: 3.15rem !important;
  }

  .mt-md-50, .my-md-50 {
    margin-top: 3.15rem !important;
  }

  .mr-md-50, .mx-md-50 {
    margin-right: 3.15rem !important;
  }

  .mb-md-50, .my-md-50 {
    margin-bottom: 3.15rem !important;
  }

  .ml-md-50, .mx-md-50 {
    margin-left: 3.15rem !important;
  }

  .m-md-55 {
    margin: 3.4375rem !important;
  }

  .mt-md-55, .my-md-55 {
    margin-top: 3.4375rem !important;
  }

  .mr-md-55, .mx-md-55 {
    margin-right: 3.4375rem !important;
  }

  .mb-md-55, .my-md-55 {
    margin-bottom: 3.4375rem !important;
  }

  .ml-md-55, .mx-md-55 {
    margin-left: 3.4375rem !important;
  }

  .m-md-65 {
    margin: 2.1875px !important;
  }

  .mt-md-65, .my-md-65 {
    margin-top: 2.1875px !important;
  }

  .mr-md-65, .mx-md-65 {
    margin-right: 2.1875px !important;
  }

  .mb-md-65, .my-md-65 {
    margin-bottom: 2.1875px !important;
  }

  .ml-md-65, .mx-md-65 {
    margin-left: 2.1875px !important;
  }

  .m-md-70 {
    margin: 4.375rem !important;
  }

  .mt-md-70, .my-md-70 {
    margin-top: 4.375rem !important;
  }

  .mr-md-70, .mx-md-70 {
    margin-right: 4.375rem !important;
  }

  .mb-md-70, .my-md-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-md-70, .mx-md-70 {
    margin-left: 4.375rem !important;
  }

  .m-md-75 {
    margin: 4.6875rem !important;
  }

  .mt-md-75, .my-md-75 {
    margin-top: 4.6875rem !important;
  }

  .mr-md-75, .mx-md-75 {
    margin-right: 4.6875rem !important;
  }

  .mb-md-75, .my-md-75 {
    margin-bottom: 4.6875rem !important;
  }

  .ml-md-75, .mx-md-75 {
    margin-left: 4.6875rem !important;
  }

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

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

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

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

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

  .m-md-100 {
    margin: 6.25rem !important;
  }

  .mt-md-100, .my-md-100 {
    margin-top: 6.25rem !important;
  }

  .mr-md-100, .mx-md-100 {
    margin-right: 6.25rem !important;
  }

  .mb-md-100, .my-md-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-md-100, .mx-md-100 {
    margin-left: 6.25rem !important;
  }

  .m-md-110 {
    margin: 6.875rem !important;
  }

  .mt-md-110, .my-md-110 {
    margin-top: 6.875rem !important;
  }

  .mr-md-110, .mx-md-110 {
    margin-right: 6.875rem !important;
  }

  .mb-md-110, .my-md-110 {
    margin-bottom: 6.875rem !important;
  }

  .ml-md-110, .mx-md-110 {
    margin-left: 6.875rem !important;
  }

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

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

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

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

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

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

  .mt-md-6, .my-md-6 {
    margin-top: .375rem !important;
  }

  .mr-md-6, .mx-md-6 {
    margin-right: .375rem !important;
  }

  .mb-md-6, .my-md-6 {
    margin-bottom: .375rem !important;
  }

  .ml-md-6, .mx-md-6 {
    margin-left: .375rem !important;
  }

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

  .mt-md-12, .my-md-12 {
    margin-top: .75rem !important;
  }

  .mr-md-12, .mx-md-12 {
    margin-right: .75rem !important;
  }

  .mb-md-12, .my-md-12 {
    margin-bottom: .75rem !important;
  }

  .ml-md-12, .mx-md-12 {
    margin-left: .75rem !important;
  }

  .m-md-18 {
    margin: 1.125rem !important;
  }

  .mt-md-18, .my-md-18 {
    margin-top: 1.125rem !important;
  }

  .mr-md-18, .mx-md-18 {
    margin-right: 1.125rem !important;
  }

  .mb-md-18, .my-md-18 {
    margin-bottom: 1.125rem !important;
  }

  .ml-md-18, .mx-md-18 {
    margin-left: 1.125rem !important;
  }

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

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

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

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

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

  .m-md-30 {
    margin: 1.875rem !important;
  }

  .mt-md-30, .my-md-30 {
    margin-top: 1.875rem !important;
  }

  .mr-md-30, .mx-md-30 {
    margin-right: 1.875rem !important;
  }

  .mb-md-30, .my-md-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-md-30, .mx-md-30 {
    margin-left: 1.875rem !important;
  }

  .m-md-36 {
    margin: 2.25rem !important;
  }

  .mt-md-36, .my-md-36 {
    margin-top: 2.25rem !important;
  }

  .mr-md-36, .mx-md-36 {
    margin-right: 2.25rem !important;
  }

  .mb-md-36, .my-md-36 {
    margin-bottom: 2.25rem !important;
  }

  .ml-md-36, .mx-md-36 {
    margin-left: 2.25rem !important;
  }

  .m-md-42 {
    margin: 2.625rem !important;
  }

  .mt-md-42, .my-md-42 {
    margin-top: 2.625rem !important;
  }

  .mr-md-42, .mx-md-42 {
    margin-right: 2.625rem !important;
  }

  .mb-md-42, .my-md-42 {
    margin-bottom: 2.625rem !important;
  }

  .ml-md-42, .mx-md-42 {
    margin-left: 2.625rem !important;
  }

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

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

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

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

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

  .m-md-54 {
    margin: 3.375rem !important;
  }

  .mt-md-54, .my-md-54 {
    margin-top: 3.375rem !important;
  }

  .mr-md-54, .mx-md-54 {
    margin-right: 3.375rem !important;
  }

  .mb-md-54, .my-md-54 {
    margin-bottom: 3.375rem !important;
  }

  .ml-md-54, .mx-md-54 {
    margin-left: 3.375rem !important;
  }

  .m-md-60 {
    margin: 3.75rem !important;
  }

  .mt-md-60, .my-md-60 {
    margin-top: 3.75rem !important;
  }

  .mr-md-60, .mx-md-60 {
    margin-right: 3.75rem !important;
  }

  .mb-md-60, .my-md-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-md-60, .mx-md-60 {
    margin-left: 3.75rem !important;
  }

  .m-md-66 {
    margin: 4.125rem !important;
  }

  .mt-md-66, .my-md-66 {
    margin-top: 4.125rem !important;
  }

  .mr-md-66, .mx-md-66 {
    margin-right: 4.125rem !important;
  }

  .mb-md-66, .my-md-66 {
    margin-bottom: 4.125rem !important;
  }

  .ml-md-66, .mx-md-66 {
    margin-left: 4.125rem !important;
  }

  .m-md-72 {
    margin: 4.5rem !important;
  }

  .mt-md-72, .my-md-72 {
    margin-top: 4.5rem !important;
  }

  .mr-md-72, .mx-md-72 {
    margin-right: 4.5rem !important;
  }

  .mb-md-72, .my-md-72 {
    margin-bottom: 4.5rem !important;
  }

  .ml-md-72, .mx-md-72 {
    margin-left: 4.5rem !important;
  }

  .m-md-78 {
    margin: 4.875rem !important;
  }

  .mt-md-78, .my-md-78 {
    margin-top: 4.875rem !important;
  }

  .mr-md-78, .mx-md-78 {
    margin-right: 4.875rem !important;
  }

  .mb-md-78, .my-md-78 {
    margin-bottom: 4.875rem !important;
  }

  .ml-md-78, .mx-md-78 {
    margin-left: 4.875rem !important;
  }

  .m-md-84 {
    margin: 5.25rem !important;
  }

  .mt-md-84, .my-md-84 {
    margin-top: 5.25rem !important;
  }

  .mr-md-84, .mx-md-84 {
    margin-right: 5.25rem !important;
  }

  .mb-md-84, .my-md-84 {
    margin-bottom: 5.25rem !important;
  }

  .ml-md-84, .mx-md-84 {
    margin-left: 5.25rem !important;
  }

  .m-md-90 {
    margin: 5.625rem !important;
  }

  .mt-md-90, .my-md-90 {
    margin-top: 5.625rem !important;
  }

  .mr-md-90, .mx-md-90 {
    margin-right: 5.625rem !important;
  }

  .mb-md-90, .my-md-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-md-90, .mx-md-90 {
    margin-left: 5.625rem !important;
  }

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

  .mt-md-96, .my-md-96 {
    margin-top: 6rem !important;
  }

  .mr-md-96, .mx-md-96 {
    margin-right: 6rem !important;
  }

  .mb-md-96, .my-md-96 {
    margin-bottom: 6rem !important;
  }

  .ml-md-96, .mx-md-96 {
    margin-left: 6rem !important;
  }

  .m-md-102 {
    margin: 6.375rem !important;
  }

  .mt-md-102, .my-md-102 {
    margin-top: 6.375rem !important;
  }

  .mr-md-102, .mx-md-102 {
    margin-right: 6.375rem !important;
  }

  .mb-md-102, .my-md-102 {
    margin-bottom: 6.375rem !important;
  }

  .ml-md-102, .mx-md-102 {
    margin-left: 6.375rem !important;
  }

  .m-md-108 {
    margin: 6.75rem !important;
  }

  .mt-md-108, .my-md-108 {
    margin-top: 6.75rem !important;
  }

  .mr-md-108, .mx-md-108 {
    margin-right: 6.75rem !important;
  }

  .mb-md-108, .my-md-108 {
    margin-bottom: 6.75rem !important;
  }

  .ml-md-108, .mx-md-108 {
    margin-left: 6.75rem !important;
  }

  .m-md-114 {
    margin: 7.125rem !important;
  }

  .mt-md-114, .my-md-114 {
    margin-top: 7.125rem !important;
  }

  .mr-md-114, .mx-md-114 {
    margin-right: 7.125rem !important;
  }

  .mb-md-114, .my-md-114 {
    margin-bottom: 7.125rem !important;
  }

  .ml-md-114, .mx-md-114 {
    margin-left: 7.125rem !important;
  }

  .m-md-120 {
    margin: 7.5rem !important;
  }

  .mt-md-120, .my-md-120 {
    margin-top: 7.5rem !important;
  }

  .mr-md-120, .mx-md-120 {
    margin-right: 7.5rem !important;
  }

  .mb-md-120, .my-md-120 {
    margin-bottom: 7.5rem !important;
  }

  .ml-md-120, .mx-md-120 {
    margin-left: 7.5rem !important;
  }

  .m-md-150 {
    margin: 9.375rem !important;
  }

  .mt-md-150, .my-md-150 {
    margin-top: 9.375rem !important;
  }

  .mr-md-150, .mx-md-150 {
    margin-right: 9.375rem !important;
  }

  .mb-md-150, .my-md-150 {
    margin-bottom: 9.375rem !important;
  }

  .ml-md-150, .mx-md-150 {
    margin-left: 9.375rem !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-5 {
    padding: .3125rem !important;
  }

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

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

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

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

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

  .pt-md-10, .py-md-10 {
    padding-top: .625rem !important;
  }

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

  .pb-md-10, .py-md-10 {
    padding-bottom: .625rem !important;
  }

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

  .p-md-15 {
    padding: .9375rem !important;
  }

  .pt-md-15, .py-md-15 {
    padding-top: .9375rem !important;
  }

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

  .pb-md-15, .py-md-15 {
    padding-bottom: .9375rem !important;
  }

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

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

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

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

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

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

  .p-md-20 {
    padding: 1.25rem !important;
  }

  .pt-md-20, .py-md-20 {
    padding-top: 1.25rem !important;
  }

  .pr-md-20, .px-md-20 {
    padding-right: 1.25rem !important;
  }

  .pb-md-20, .py-md-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-md-20, .px-md-20 {
    padding-left: 1.25rem !important;
  }

  .p-md-25 {
    padding: 1.5625rem !important;
  }

  .pt-md-25, .py-md-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-md-25, .px-md-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-md-25, .py-md-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-md-25, .px-md-25 {
    padding-left: 1.5625rem !important;
  }

  .p-md-35 {
    padding: 2.1875rem !important;
  }

  .pt-md-35, .py-md-35 {
    padding-top: 2.1875rem !important;
  }

  .pr-md-35, .px-md-35 {
    padding-right: 2.1875rem !important;
  }

  .pb-md-35, .py-md-35 {
    padding-bottom: 2.1875rem !important;
  }

  .pl-md-35, .px-md-35 {
    padding-left: 2.1875rem !important;
  }

  .p-md-40 {
    padding: 2.5rem !important;
  }

  .pt-md-40, .py-md-40 {
    padding-top: 2.5rem !important;
  }

  .pr-md-40, .px-md-40 {
    padding-right: 2.5rem !important;
  }

  .pb-md-40, .py-md-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-40, .px-md-40 {
    padding-left: 2.5rem !important;
  }

  .p-md-45 {
    padding: 2.8125rem !important;
  }

  .pt-md-45, .py-md-45 {
    padding-top: 2.8125rem !important;
  }

  .pr-md-45, .px-md-45 {
    padding-right: 2.8125rem !important;
  }

  .pb-md-45, .py-md-45 {
    padding-bottom: 2.8125rem !important;
  }

  .pl-md-45, .px-md-45 {
    padding-left: 2.8125rem !important;
  }

  .p-md-50 {
    padding: 3.15rem !important;
  }

  .pt-md-50, .py-md-50 {
    padding-top: 3.15rem !important;
  }

  .pr-md-50, .px-md-50 {
    padding-right: 3.15rem !important;
  }

  .pb-md-50, .py-md-50 {
    padding-bottom: 3.15rem !important;
  }

  .pl-md-50, .px-md-50 {
    padding-left: 3.15rem !important;
  }

  .p-md-55 {
    padding: 3.4375rem !important;
  }

  .pt-md-55, .py-md-55 {
    padding-top: 3.4375rem !important;
  }

  .pr-md-55, .px-md-55 {
    padding-right: 3.4375rem !important;
  }

  .pb-md-55, .py-md-55 {
    padding-bottom: 3.4375rem !important;
  }

  .pl-md-55, .px-md-55 {
    padding-left: 3.4375rem !important;
  }

  .p-md-65 {
    padding: 2.1875px !important;
  }

  .pt-md-65, .py-md-65 {
    padding-top: 2.1875px !important;
  }

  .pr-md-65, .px-md-65 {
    padding-right: 2.1875px !important;
  }

  .pb-md-65, .py-md-65 {
    padding-bottom: 2.1875px !important;
  }

  .pl-md-65, .px-md-65 {
    padding-left: 2.1875px !important;
  }

  .p-md-70 {
    padding: 4.375rem !important;
  }

  .pt-md-70, .py-md-70 {
    padding-top: 4.375rem !important;
  }

  .pr-md-70, .px-md-70 {
    padding-right: 4.375rem !important;
  }

  .pb-md-70, .py-md-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-md-70, .px-md-70 {
    padding-left: 4.375rem !important;
  }

  .p-md-75 {
    padding: 4.6875rem !important;
  }

  .pt-md-75, .py-md-75 {
    padding-top: 4.6875rem !important;
  }

  .pr-md-75, .px-md-75 {
    padding-right: 4.6875rem !important;
  }

  .pb-md-75, .py-md-75 {
    padding-bottom: 4.6875rem !important;
  }

  .pl-md-75, .px-md-75 {
    padding-left: 4.6875rem !important;
  }

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

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

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

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

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

  .p-md-100 {
    padding: 6.25rem !important;
  }

  .pt-md-100, .py-md-100 {
    padding-top: 6.25rem !important;
  }

  .pr-md-100, .px-md-100 {
    padding-right: 6.25rem !important;
  }

  .pb-md-100, .py-md-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-md-100, .px-md-100 {
    padding-left: 6.25rem !important;
  }

  .p-md-110 {
    padding: 6.875rem !important;
  }

  .pt-md-110, .py-md-110 {
    padding-top: 6.875rem !important;
  }

  .pr-md-110, .px-md-110 {
    padding-right: 6.875rem !important;
  }

  .pb-md-110, .py-md-110 {
    padding-bottom: 6.875rem !important;
  }

  .pl-md-110, .px-md-110 {
    padding-left: 6.875rem !important;
  }

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

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

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

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

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

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

  .pt-md-6, .py-md-6 {
    padding-top: .375rem !important;
  }

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

  .pb-md-6, .py-md-6 {
    padding-bottom: .375rem !important;
  }

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

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

  .pt-md-12, .py-md-12 {
    padding-top: .75rem !important;
  }

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

  .pb-md-12, .py-md-12 {
    padding-bottom: .75rem !important;
  }

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

  .p-md-18 {
    padding: 1.125rem !important;
  }

  .pt-md-18, .py-md-18 {
    padding-top: 1.125rem !important;
  }

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

  .pb-md-18, .py-md-18 {
    padding-bottom: 1.125rem !important;
  }

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

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

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

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

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

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

  .p-md-30 {
    padding: 1.875rem !important;
  }

  .pt-md-30, .py-md-30 {
    padding-top: 1.875rem !important;
  }

  .pr-md-30, .px-md-30 {
    padding-right: 1.875rem !important;
  }

  .pb-md-30, .py-md-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-md-30, .px-md-30 {
    padding-left: 1.875rem !important;
  }

  .p-md-36 {
    padding: 2.25rem !important;
  }

  .pt-md-36, .py-md-36 {
    padding-top: 2.25rem !important;
  }

  .pr-md-36, .px-md-36 {
    padding-right: 2.25rem !important;
  }

  .pb-md-36, .py-md-36 {
    padding-bottom: 2.25rem !important;
  }

  .pl-md-36, .px-md-36 {
    padding-left: 2.25rem !important;
  }

  .p-md-42 {
    padding: 2.625rem !important;
  }

  .pt-md-42, .py-md-42 {
    padding-top: 2.625rem !important;
  }

  .pr-md-42, .px-md-42 {
    padding-right: 2.625rem !important;
  }

  .pb-md-42, .py-md-42 {
    padding-bottom: 2.625rem !important;
  }

  .pl-md-42, .px-md-42 {
    padding-left: 2.625rem !important;
  }

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

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

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

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

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

  .p-md-54 {
    padding: 3.375rem !important;
  }

  .pt-md-54, .py-md-54 {
    padding-top: 3.375rem !important;
  }

  .pr-md-54, .px-md-54 {
    padding-right: 3.375rem !important;
  }

  .pb-md-54, .py-md-54 {
    padding-bottom: 3.375rem !important;
  }

  .pl-md-54, .px-md-54 {
    padding-left: 3.375rem !important;
  }

  .p-md-60 {
    padding: 3.75rem !important;
  }

  .pt-md-60, .py-md-60 {
    padding-top: 3.75rem !important;
  }

  .pr-md-60, .px-md-60 {
    padding-right: 3.75rem !important;
  }

  .pb-md-60, .py-md-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-md-60, .px-md-60 {
    padding-left: 3.75rem !important;
  }

  .p-md-66 {
    padding: 4.125rem !important;
  }

  .pt-md-66, .py-md-66 {
    padding-top: 4.125rem !important;
  }

  .pr-md-66, .px-md-66 {
    padding-right: 4.125rem !important;
  }

  .pb-md-66, .py-md-66 {
    padding-bottom: 4.125rem !important;
  }

  .pl-md-66, .px-md-66 {
    padding-left: 4.125rem !important;
  }

  .p-md-72 {
    padding: 4.5rem !important;
  }

  .pt-md-72, .py-md-72 {
    padding-top: 4.5rem !important;
  }

  .pr-md-72, .px-md-72 {
    padding-right: 4.5rem !important;
  }

  .pb-md-72, .py-md-72 {
    padding-bottom: 4.5rem !important;
  }

  .pl-md-72, .px-md-72 {
    padding-left: 4.5rem !important;
  }

  .p-md-78 {
    padding: 4.875rem !important;
  }

  .pt-md-78, .py-md-78 {
    padding-top: 4.875rem !important;
  }

  .pr-md-78, .px-md-78 {
    padding-right: 4.875rem !important;
  }

  .pb-md-78, .py-md-78 {
    padding-bottom: 4.875rem !important;
  }

  .pl-md-78, .px-md-78 {
    padding-left: 4.875rem !important;
  }

  .p-md-84 {
    padding: 5.25rem !important;
  }

  .pt-md-84, .py-md-84 {
    padding-top: 5.25rem !important;
  }

  .pr-md-84, .px-md-84 {
    padding-right: 5.25rem !important;
  }

  .pb-md-84, .py-md-84 {
    padding-bottom: 5.25rem !important;
  }

  .pl-md-84, .px-md-84 {
    padding-left: 5.25rem !important;
  }

  .p-md-90 {
    padding: 5.625rem !important;
  }

  .pt-md-90, .py-md-90 {
    padding-top: 5.625rem !important;
  }

  .pr-md-90, .px-md-90 {
    padding-right: 5.625rem !important;
  }

  .pb-md-90, .py-md-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-md-90, .px-md-90 {
    padding-left: 5.625rem !important;
  }

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

  .pt-md-96, .py-md-96 {
    padding-top: 6rem !important;
  }

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

  .pb-md-96, .py-md-96 {
    padding-bottom: 6rem !important;
  }

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

  .p-md-102 {
    padding: 6.375rem !important;
  }

  .pt-md-102, .py-md-102 {
    padding-top: 6.375rem !important;
  }

  .pr-md-102, .px-md-102 {
    padding-right: 6.375rem !important;
  }

  .pb-md-102, .py-md-102 {
    padding-bottom: 6.375rem !important;
  }

  .pl-md-102, .px-md-102 {
    padding-left: 6.375rem !important;
  }

  .p-md-108 {
    padding: 6.75rem !important;
  }

  .pt-md-108, .py-md-108 {
    padding-top: 6.75rem !important;
  }

  .pr-md-108, .px-md-108 {
    padding-right: 6.75rem !important;
  }

  .pb-md-108, .py-md-108 {
    padding-bottom: 6.75rem !important;
  }

  .pl-md-108, .px-md-108 {
    padding-left: 6.75rem !important;
  }

  .p-md-114 {
    padding: 7.125rem !important;
  }

  .pt-md-114, .py-md-114 {
    padding-top: 7.125rem !important;
  }

  .pr-md-114, .px-md-114 {
    padding-right: 7.125rem !important;
  }

  .pb-md-114, .py-md-114 {
    padding-bottom: 7.125rem !important;
  }

  .pl-md-114, .px-md-114 {
    padding-left: 7.125rem !important;
  }

  .p-md-120 {
    padding: 7.5rem !important;
  }

  .pt-md-120, .py-md-120 {
    padding-top: 7.5rem !important;
  }

  .pr-md-120, .px-md-120 {
    padding-right: 7.5rem !important;
  }

  .pb-md-120, .py-md-120 {
    padding-bottom: 7.5rem !important;
  }

  .pl-md-120, .px-md-120 {
    padding-left: 7.5rem !important;
  }

  .p-md-150 {
    padding: 9.375rem !important;
  }

  .pt-md-150, .py-md-150 {
    padding-top: 9.375rem !important;
  }

  .pr-md-150, .px-md-150 {
    padding-right: 9.375rem !important;
  }

  .pb-md-150, .py-md-150 {
    padding-bottom: 9.375rem !important;
  }

  .pl-md-150, .px-md-150 {
    padding-left: 9.375rem !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-5 {
    margin: .3125rem !important;
  }

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

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

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

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

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

  .mt-lg-10, .my-lg-10 {
    margin-top: .625rem !important;
  }

  .mr-lg-10, .mx-lg-10 {
    margin-right: .625rem !important;
  }

  .mb-lg-10, .my-lg-10 {
    margin-bottom: .625rem !important;
  }

  .ml-lg-10, .mx-lg-10 {
    margin-left: .625rem !important;
  }

  .m-lg-15 {
    margin: .9375rem !important;
  }

  .mt-lg-15, .my-lg-15 {
    margin-top: .9375rem !important;
  }

  .mr-lg-15, .mx-lg-15 {
    margin-right: .9375rem !important;
  }

  .mb-lg-15, .my-lg-15 {
    margin-bottom: .9375rem !important;
  }

  .ml-lg-15, .mx-lg-15 {
    margin-left: .9375rem !important;
  }

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

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

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

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

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

  .m-lg-20 {
    margin: 1.25rem !important;
  }

  .mt-lg-20, .my-lg-20 {
    margin-top: 1.25rem !important;
  }

  .mr-lg-20, .mx-lg-20 {
    margin-right: 1.25rem !important;
  }

  .mb-lg-20, .my-lg-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-lg-20, .mx-lg-20 {
    margin-left: 1.25rem !important;
  }

  .m-lg-25 {
    margin: 1.5625rem !important;
  }

  .mt-lg-25, .my-lg-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-lg-25, .mx-lg-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-lg-25, .my-lg-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-lg-25, .mx-lg-25 {
    margin-left: 1.5625rem !important;
  }

  .m-lg-35 {
    margin: 2.1875rem !important;
  }

  .mt-lg-35, .my-lg-35 {
    margin-top: 2.1875rem !important;
  }

  .mr-lg-35, .mx-lg-35 {
    margin-right: 2.1875rem !important;
  }

  .mb-lg-35, .my-lg-35 {
    margin-bottom: 2.1875rem !important;
  }

  .ml-lg-35, .mx-lg-35 {
    margin-left: 2.1875rem !important;
  }

  .m-lg-40 {
    margin: 2.5rem !important;
  }

  .mt-lg-40, .my-lg-40 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-40, .mx-lg-40 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-40, .my-lg-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-40, .mx-lg-40 {
    margin-left: 2.5rem !important;
  }

  .m-lg-45 {
    margin: 2.8125rem !important;
  }

  .mt-lg-45, .my-lg-45 {
    margin-top: 2.8125rem !important;
  }

  .mr-lg-45, .mx-lg-45 {
    margin-right: 2.8125rem !important;
  }

  .mb-lg-45, .my-lg-45 {
    margin-bottom: 2.8125rem !important;
  }

  .ml-lg-45, .mx-lg-45 {
    margin-left: 2.8125rem !important;
  }

  .m-lg-50 {
    margin: 3.15rem !important;
  }

  .mt-lg-50, .my-lg-50 {
    margin-top: 3.15rem !important;
  }

  .mr-lg-50, .mx-lg-50 {
    margin-right: 3.15rem !important;
  }

  .mb-lg-50, .my-lg-50 {
    margin-bottom: 3.15rem !important;
  }

  .ml-lg-50, .mx-lg-50 {
    margin-left: 3.15rem !important;
  }

  .m-lg-55 {
    margin: 3.4375rem !important;
  }

  .mt-lg-55, .my-lg-55 {
    margin-top: 3.4375rem !important;
  }

  .mr-lg-55, .mx-lg-55 {
    margin-right: 3.4375rem !important;
  }

  .mb-lg-55, .my-lg-55 {
    margin-bottom: 3.4375rem !important;
  }

  .ml-lg-55, .mx-lg-55 {
    margin-left: 3.4375rem !important;
  }

  .m-lg-65 {
    margin: 2.1875px !important;
  }

  .mt-lg-65, .my-lg-65 {
    margin-top: 2.1875px !important;
  }

  .mr-lg-65, .mx-lg-65 {
    margin-right: 2.1875px !important;
  }

  .mb-lg-65, .my-lg-65 {
    margin-bottom: 2.1875px !important;
  }

  .ml-lg-65, .mx-lg-65 {
    margin-left: 2.1875px !important;
  }

  .m-lg-70 {
    margin: 4.375rem !important;
  }

  .mt-lg-70, .my-lg-70 {
    margin-top: 4.375rem !important;
  }

  .mr-lg-70, .mx-lg-70 {
    margin-right: 4.375rem !important;
  }

  .mb-lg-70, .my-lg-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-lg-70, .mx-lg-70 {
    margin-left: 4.375rem !important;
  }

  .m-lg-75 {
    margin: 4.6875rem !important;
  }

  .mt-lg-75, .my-lg-75 {
    margin-top: 4.6875rem !important;
  }

  .mr-lg-75, .mx-lg-75 {
    margin-right: 4.6875rem !important;
  }

  .mb-lg-75, .my-lg-75 {
    margin-bottom: 4.6875rem !important;
  }

  .ml-lg-75, .mx-lg-75 {
    margin-left: 4.6875rem !important;
  }

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

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

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

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

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

  .m-lg-100 {
    margin: 6.25rem !important;
  }

  .mt-lg-100, .my-lg-100 {
    margin-top: 6.25rem !important;
  }

  .mr-lg-100, .mx-lg-100 {
    margin-right: 6.25rem !important;
  }

  .mb-lg-100, .my-lg-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-lg-100, .mx-lg-100 {
    margin-left: 6.25rem !important;
  }

  .m-lg-110 {
    margin: 6.875rem !important;
  }

  .mt-lg-110, .my-lg-110 {
    margin-top: 6.875rem !important;
  }

  .mr-lg-110, .mx-lg-110 {
    margin-right: 6.875rem !important;
  }

  .mb-lg-110, .my-lg-110 {
    margin-bottom: 6.875rem !important;
  }

  .ml-lg-110, .mx-lg-110 {
    margin-left: 6.875rem !important;
  }

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

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

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

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

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

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

  .mt-lg-6, .my-lg-6 {
    margin-top: .375rem !important;
  }

  .mr-lg-6, .mx-lg-6 {
    margin-right: .375rem !important;
  }

  .mb-lg-6, .my-lg-6 {
    margin-bottom: .375rem !important;
  }

  .ml-lg-6, .mx-lg-6 {
    margin-left: .375rem !important;
  }

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

  .mt-lg-12, .my-lg-12 {
    margin-top: .75rem !important;
  }

  .mr-lg-12, .mx-lg-12 {
    margin-right: .75rem !important;
  }

  .mb-lg-12, .my-lg-12 {
    margin-bottom: .75rem !important;
  }

  .ml-lg-12, .mx-lg-12 {
    margin-left: .75rem !important;
  }

  .m-lg-18 {
    margin: 1.125rem !important;
  }

  .mt-lg-18, .my-lg-18 {
    margin-top: 1.125rem !important;
  }

  .mr-lg-18, .mx-lg-18 {
    margin-right: 1.125rem !important;
  }

  .mb-lg-18, .my-lg-18 {
    margin-bottom: 1.125rem !important;
  }

  .ml-lg-18, .mx-lg-18 {
    margin-left: 1.125rem !important;
  }

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

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

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

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

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

  .m-lg-30 {
    margin: 1.875rem !important;
  }

  .mt-lg-30, .my-lg-30 {
    margin-top: 1.875rem !important;
  }

  .mr-lg-30, .mx-lg-30 {
    margin-right: 1.875rem !important;
  }

  .mb-lg-30, .my-lg-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-lg-30, .mx-lg-30 {
    margin-left: 1.875rem !important;
  }

  .m-lg-36 {
    margin: 2.25rem !important;
  }

  .mt-lg-36, .my-lg-36 {
    margin-top: 2.25rem !important;
  }

  .mr-lg-36, .mx-lg-36 {
    margin-right: 2.25rem !important;
  }

  .mb-lg-36, .my-lg-36 {
    margin-bottom: 2.25rem !important;
  }

  .ml-lg-36, .mx-lg-36 {
    margin-left: 2.25rem !important;
  }

  .m-lg-42 {
    margin: 2.625rem !important;
  }

  .mt-lg-42, .my-lg-42 {
    margin-top: 2.625rem !important;
  }

  .mr-lg-42, .mx-lg-42 {
    margin-right: 2.625rem !important;
  }

  .mb-lg-42, .my-lg-42 {
    margin-bottom: 2.625rem !important;
  }

  .ml-lg-42, .mx-lg-42 {
    margin-left: 2.625rem !important;
  }

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

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

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

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

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

  .m-lg-54 {
    margin: 3.375rem !important;
  }

  .mt-lg-54, .my-lg-54 {
    margin-top: 3.375rem !important;
  }

  .mr-lg-54, .mx-lg-54 {
    margin-right: 3.375rem !important;
  }

  .mb-lg-54, .my-lg-54 {
    margin-bottom: 3.375rem !important;
  }

  .ml-lg-54, .mx-lg-54 {
    margin-left: 3.375rem !important;
  }

  .m-lg-60 {
    margin: 3.75rem !important;
  }

  .mt-lg-60, .my-lg-60 {
    margin-top: 3.75rem !important;
  }

  .mr-lg-60, .mx-lg-60 {
    margin-right: 3.75rem !important;
  }

  .mb-lg-60, .my-lg-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-lg-60, .mx-lg-60 {
    margin-left: 3.75rem !important;
  }

  .m-lg-66 {
    margin: 4.125rem !important;
  }

  .mt-lg-66, .my-lg-66 {
    margin-top: 4.125rem !important;
  }

  .mr-lg-66, .mx-lg-66 {
    margin-right: 4.125rem !important;
  }

  .mb-lg-66, .my-lg-66 {
    margin-bottom: 4.125rem !important;
  }

  .ml-lg-66, .mx-lg-66 {
    margin-left: 4.125rem !important;
  }

  .m-lg-72 {
    margin: 4.5rem !important;
  }

  .mt-lg-72, .my-lg-72 {
    margin-top: 4.5rem !important;
  }

  .mr-lg-72, .mx-lg-72 {
    margin-right: 4.5rem !important;
  }

  .mb-lg-72, .my-lg-72 {
    margin-bottom: 4.5rem !important;
  }

  .ml-lg-72, .mx-lg-72 {
    margin-left: 4.5rem !important;
  }

  .m-lg-78 {
    margin: 4.875rem !important;
  }

  .mt-lg-78, .my-lg-78 {
    margin-top: 4.875rem !important;
  }

  .mr-lg-78, .mx-lg-78 {
    margin-right: 4.875rem !important;
  }

  .mb-lg-78, .my-lg-78 {
    margin-bottom: 4.875rem !important;
  }

  .ml-lg-78, .mx-lg-78 {
    margin-left: 4.875rem !important;
  }

  .m-lg-84 {
    margin: 5.25rem !important;
  }

  .mt-lg-84, .my-lg-84 {
    margin-top: 5.25rem !important;
  }

  .mr-lg-84, .mx-lg-84 {
    margin-right: 5.25rem !important;
  }

  .mb-lg-84, .my-lg-84 {
    margin-bottom: 5.25rem !important;
  }

  .ml-lg-84, .mx-lg-84 {
    margin-left: 5.25rem !important;
  }

  .m-lg-90 {
    margin: 5.625rem !important;
  }

  .mt-lg-90, .my-lg-90 {
    margin-top: 5.625rem !important;
  }

  .mr-lg-90, .mx-lg-90 {
    margin-right: 5.625rem !important;
  }

  .mb-lg-90, .my-lg-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-lg-90, .mx-lg-90 {
    margin-left: 5.625rem !important;
  }

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

  .mt-lg-96, .my-lg-96 {
    margin-top: 6rem !important;
  }

  .mr-lg-96, .mx-lg-96 {
    margin-right: 6rem !important;
  }

  .mb-lg-96, .my-lg-96 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-96, .mx-lg-96 {
    margin-left: 6rem !important;
  }

  .m-lg-102 {
    margin: 6.375rem !important;
  }

  .mt-lg-102, .my-lg-102 {
    margin-top: 6.375rem !important;
  }

  .mr-lg-102, .mx-lg-102 {
    margin-right: 6.375rem !important;
  }

  .mb-lg-102, .my-lg-102 {
    margin-bottom: 6.375rem !important;
  }

  .ml-lg-102, .mx-lg-102 {
    margin-left: 6.375rem !important;
  }

  .m-lg-108 {
    margin: 6.75rem !important;
  }

  .mt-lg-108, .my-lg-108 {
    margin-top: 6.75rem !important;
  }

  .mr-lg-108, .mx-lg-108 {
    margin-right: 6.75rem !important;
  }

  .mb-lg-108, .my-lg-108 {
    margin-bottom: 6.75rem !important;
  }

  .ml-lg-108, .mx-lg-108 {
    margin-left: 6.75rem !important;
  }

  .m-lg-114 {
    margin: 7.125rem !important;
  }

  .mt-lg-114, .my-lg-114 {
    margin-top: 7.125rem !important;
  }

  .mr-lg-114, .mx-lg-114 {
    margin-right: 7.125rem !important;
  }

  .mb-lg-114, .my-lg-114 {
    margin-bottom: 7.125rem !important;
  }

  .ml-lg-114, .mx-lg-114 {
    margin-left: 7.125rem !important;
  }

  .m-lg-120 {
    margin: 7.5rem !important;
  }

  .mt-lg-120, .my-lg-120 {
    margin-top: 7.5rem !important;
  }

  .mr-lg-120, .mx-lg-120 {
    margin-right: 7.5rem !important;
  }

  .mb-lg-120, .my-lg-120 {
    margin-bottom: 7.5rem !important;
  }

  .ml-lg-120, .mx-lg-120 {
    margin-left: 7.5rem !important;
  }

  .m-lg-150 {
    margin: 9.375rem !important;
  }

  .mt-lg-150, .my-lg-150 {
    margin-top: 9.375rem !important;
  }

  .mr-lg-150, .mx-lg-150 {
    margin-right: 9.375rem !important;
  }

  .mb-lg-150, .my-lg-150 {
    margin-bottom: 9.375rem !important;
  }

  .ml-lg-150, .mx-lg-150 {
    margin-left: 9.375rem !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-5 {
    padding: .3125rem !important;
  }

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

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

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

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

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

  .pt-lg-10, .py-lg-10 {
    padding-top: .625rem !important;
  }

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

  .pb-lg-10, .py-lg-10 {
    padding-bottom: .625rem !important;
  }

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

  .p-lg-15 {
    padding: .9375rem !important;
  }

  .pt-lg-15, .py-lg-15 {
    padding-top: .9375rem !important;
  }

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

  .pb-lg-15, .py-lg-15 {
    padding-bottom: .9375rem !important;
  }

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

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

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

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

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

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

  .p-lg-20 {
    padding: 1.25rem !important;
  }

  .pt-lg-20, .py-lg-20 {
    padding-top: 1.25rem !important;
  }

  .pr-lg-20, .px-lg-20 {
    padding-right: 1.25rem !important;
  }

  .pb-lg-20, .py-lg-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-lg-20, .px-lg-20 {
    padding-left: 1.25rem !important;
  }

  .p-lg-25 {
    padding: 1.5625rem !important;
  }

  .pt-lg-25, .py-lg-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-lg-25, .px-lg-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-lg-25, .py-lg-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-lg-25, .px-lg-25 {
    padding-left: 1.5625rem !important;
  }

  .p-lg-35 {
    padding: 2.1875rem !important;
  }

  .pt-lg-35, .py-lg-35 {
    padding-top: 2.1875rem !important;
  }

  .pr-lg-35, .px-lg-35 {
    padding-right: 2.1875rem !important;
  }

  .pb-lg-35, .py-lg-35 {
    padding-bottom: 2.1875rem !important;
  }

  .pl-lg-35, .px-lg-35 {
    padding-left: 2.1875rem !important;
  }

  .p-lg-40 {
    padding: 2.5rem !important;
  }

  .pt-lg-40, .py-lg-40 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-40, .px-lg-40 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-40, .py-lg-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-40, .px-lg-40 {
    padding-left: 2.5rem !important;
  }

  .p-lg-45 {
    padding: 2.8125rem !important;
  }

  .pt-lg-45, .py-lg-45 {
    padding-top: 2.8125rem !important;
  }

  .pr-lg-45, .px-lg-45 {
    padding-right: 2.8125rem !important;
  }

  .pb-lg-45, .py-lg-45 {
    padding-bottom: 2.8125rem !important;
  }

  .pl-lg-45, .px-lg-45 {
    padding-left: 2.8125rem !important;
  }

  .p-lg-50 {
    padding: 3.15rem !important;
  }

  .pt-lg-50, .py-lg-50 {
    padding-top: 3.15rem !important;
  }

  .pr-lg-50, .px-lg-50 {
    padding-right: 3.15rem !important;
  }

  .pb-lg-50, .py-lg-50 {
    padding-bottom: 3.15rem !important;
  }

  .pl-lg-50, .px-lg-50 {
    padding-left: 3.15rem !important;
  }

  .p-lg-55 {
    padding: 3.4375rem !important;
  }

  .pt-lg-55, .py-lg-55 {
    padding-top: 3.4375rem !important;
  }

  .pr-lg-55, .px-lg-55 {
    padding-right: 3.4375rem !important;
  }

  .pb-lg-55, .py-lg-55 {
    padding-bottom: 3.4375rem !important;
  }

  .pl-lg-55, .px-lg-55 {
    padding-left: 3.4375rem !important;
  }

  .p-lg-65 {
    padding: 2.1875px !important;
  }

  .pt-lg-65, .py-lg-65 {
    padding-top: 2.1875px !important;
  }

  .pr-lg-65, .px-lg-65 {
    padding-right: 2.1875px !important;
  }

  .pb-lg-65, .py-lg-65 {
    padding-bottom: 2.1875px !important;
  }

  .pl-lg-65, .px-lg-65 {
    padding-left: 2.1875px !important;
  }

  .p-lg-70 {
    padding: 4.375rem !important;
  }

  .pt-lg-70, .py-lg-70 {
    padding-top: 4.375rem !important;
  }

  .pr-lg-70, .px-lg-70 {
    padding-right: 4.375rem !important;
  }

  .pb-lg-70, .py-lg-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-lg-70, .px-lg-70 {
    padding-left: 4.375rem !important;
  }

  .p-lg-75 {
    padding: 4.6875rem !important;
  }

  .pt-lg-75, .py-lg-75 {
    padding-top: 4.6875rem !important;
  }

  .pr-lg-75, .px-lg-75 {
    padding-right: 4.6875rem !important;
  }

  .pb-lg-75, .py-lg-75 {
    padding-bottom: 4.6875rem !important;
  }

  .pl-lg-75, .px-lg-75 {
    padding-left: 4.6875rem !important;
  }

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

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

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

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

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

  .p-lg-100 {
    padding: 6.25rem !important;
  }

  .pt-lg-100, .py-lg-100 {
    padding-top: 6.25rem !important;
  }

  .pr-lg-100, .px-lg-100 {
    padding-right: 6.25rem !important;
  }

  .pb-lg-100, .py-lg-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-lg-100, .px-lg-100 {
    padding-left: 6.25rem !important;
  }

  .p-lg-110 {
    padding: 6.875rem !important;
  }

  .pt-lg-110, .py-lg-110 {
    padding-top: 6.875rem !important;
  }

  .pr-lg-110, .px-lg-110 {
    padding-right: 6.875rem !important;
  }

  .pb-lg-110, .py-lg-110 {
    padding-bottom: 6.875rem !important;
  }

  .pl-lg-110, .px-lg-110 {
    padding-left: 6.875rem !important;
  }

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

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

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

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

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

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

  .pt-lg-6, .py-lg-6 {
    padding-top: .375rem !important;
  }

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

  .pb-lg-6, .py-lg-6 {
    padding-bottom: .375rem !important;
  }

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

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

  .pt-lg-12, .py-lg-12 {
    padding-top: .75rem !important;
  }

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

  .pb-lg-12, .py-lg-12 {
    padding-bottom: .75rem !important;
  }

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

  .p-lg-18 {
    padding: 1.125rem !important;
  }

  .pt-lg-18, .py-lg-18 {
    padding-top: 1.125rem !important;
  }

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

  .pb-lg-18, .py-lg-18 {
    padding-bottom: 1.125rem !important;
  }

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

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

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

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

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

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

  .p-lg-30 {
    padding: 1.875rem !important;
  }

  .pt-lg-30, .py-lg-30 {
    padding-top: 1.875rem !important;
  }

  .pr-lg-30, .px-lg-30 {
    padding-right: 1.875rem !important;
  }

  .pb-lg-30, .py-lg-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-lg-30, .px-lg-30 {
    padding-left: 1.875rem !important;
  }

  .p-lg-36 {
    padding: 2.25rem !important;
  }

  .pt-lg-36, .py-lg-36 {
    padding-top: 2.25rem !important;
  }

  .pr-lg-36, .px-lg-36 {
    padding-right: 2.25rem !important;
  }

  .pb-lg-36, .py-lg-36 {
    padding-bottom: 2.25rem !important;
  }

  .pl-lg-36, .px-lg-36 {
    padding-left: 2.25rem !important;
  }

  .p-lg-42 {
    padding: 2.625rem !important;
  }

  .pt-lg-42, .py-lg-42 {
    padding-top: 2.625rem !important;
  }

  .pr-lg-42, .px-lg-42 {
    padding-right: 2.625rem !important;
  }

  .pb-lg-42, .py-lg-42 {
    padding-bottom: 2.625rem !important;
  }

  .pl-lg-42, .px-lg-42 {
    padding-left: 2.625rem !important;
  }

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

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

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

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

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

  .p-lg-54 {
    padding: 3.375rem !important;
  }

  .pt-lg-54, .py-lg-54 {
    padding-top: 3.375rem !important;
  }

  .pr-lg-54, .px-lg-54 {
    padding-right: 3.375rem !important;
  }

  .pb-lg-54, .py-lg-54 {
    padding-bottom: 3.375rem !important;
  }

  .pl-lg-54, .px-lg-54 {
    padding-left: 3.375rem !important;
  }

  .p-lg-60 {
    padding: 3.75rem !important;
  }

  .pt-lg-60, .py-lg-60 {
    padding-top: 3.75rem !important;
  }

  .pr-lg-60, .px-lg-60 {
    padding-right: 3.75rem !important;
  }

  .pb-lg-60, .py-lg-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-lg-60, .px-lg-60 {
    padding-left: 3.75rem !important;
  }

  .p-lg-66 {
    padding: 4.125rem !important;
  }

  .pt-lg-66, .py-lg-66 {
    padding-top: 4.125rem !important;
  }

  .pr-lg-66, .px-lg-66 {
    padding-right: 4.125rem !important;
  }

  .pb-lg-66, .py-lg-66 {
    padding-bottom: 4.125rem !important;
  }

  .pl-lg-66, .px-lg-66 {
    padding-left: 4.125rem !important;
  }

  .p-lg-72 {
    padding: 4.5rem !important;
  }

  .pt-lg-72, .py-lg-72 {
    padding-top: 4.5rem !important;
  }

  .pr-lg-72, .px-lg-72 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-72, .py-lg-72 {
    padding-bottom: 4.5rem !important;
  }

  .pl-lg-72, .px-lg-72 {
    padding-left: 4.5rem !important;
  }

  .p-lg-78 {
    padding: 4.875rem !important;
  }

  .pt-lg-78, .py-lg-78 {
    padding-top: 4.875rem !important;
  }

  .pr-lg-78, .px-lg-78 {
    padding-right: 4.875rem !important;
  }

  .pb-lg-78, .py-lg-78 {
    padding-bottom: 4.875rem !important;
  }

  .pl-lg-78, .px-lg-78 {
    padding-left: 4.875rem !important;
  }

  .p-lg-84 {
    padding: 5.25rem !important;
  }

  .pt-lg-84, .py-lg-84 {
    padding-top: 5.25rem !important;
  }

  .pr-lg-84, .px-lg-84 {
    padding-right: 5.25rem !important;
  }

  .pb-lg-84, .py-lg-84 {
    padding-bottom: 5.25rem !important;
  }

  .pl-lg-84, .px-lg-84 {
    padding-left: 5.25rem !important;
  }

  .p-lg-90 {
    padding: 5.625rem !important;
  }

  .pt-lg-90, .py-lg-90 {
    padding-top: 5.625rem !important;
  }

  .pr-lg-90, .px-lg-90 {
    padding-right: 5.625rem !important;
  }

  .pb-lg-90, .py-lg-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-lg-90, .px-lg-90 {
    padding-left: 5.625rem !important;
  }

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

  .pt-lg-96, .py-lg-96 {
    padding-top: 6rem !important;
  }

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

  .pb-lg-96, .py-lg-96 {
    padding-bottom: 6rem !important;
  }

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

  .p-lg-102 {
    padding: 6.375rem !important;
  }

  .pt-lg-102, .py-lg-102 {
    padding-top: 6.375rem !important;
  }

  .pr-lg-102, .px-lg-102 {
    padding-right: 6.375rem !important;
  }

  .pb-lg-102, .py-lg-102 {
    padding-bottom: 6.375rem !important;
  }

  .pl-lg-102, .px-lg-102 {
    padding-left: 6.375rem !important;
  }

  .p-lg-108 {
    padding: 6.75rem !important;
  }

  .pt-lg-108, .py-lg-108 {
    padding-top: 6.75rem !important;
  }

  .pr-lg-108, .px-lg-108 {
    padding-right: 6.75rem !important;
  }

  .pb-lg-108, .py-lg-108 {
    padding-bottom: 6.75rem !important;
  }

  .pl-lg-108, .px-lg-108 {
    padding-left: 6.75rem !important;
  }

  .p-lg-114 {
    padding: 7.125rem !important;
  }

  .pt-lg-114, .py-lg-114 {
    padding-top: 7.125rem !important;
  }

  .pr-lg-114, .px-lg-114 {
    padding-right: 7.125rem !important;
  }

  .pb-lg-114, .py-lg-114 {
    padding-bottom: 7.125rem !important;
  }

  .pl-lg-114, .px-lg-114 {
    padding-left: 7.125rem !important;
  }

  .p-lg-120 {
    padding: 7.5rem !important;
  }

  .pt-lg-120, .py-lg-120 {
    padding-top: 7.5rem !important;
  }

  .pr-lg-120, .px-lg-120 {
    padding-right: 7.5rem !important;
  }

  .pb-lg-120, .py-lg-120 {
    padding-bottom: 7.5rem !important;
  }

  .pl-lg-120, .px-lg-120 {
    padding-left: 7.5rem !important;
  }

  .p-lg-150 {
    padding: 9.375rem !important;
  }

  .pt-lg-150, .py-lg-150 {
    padding-top: 9.375rem !important;
  }

  .pr-lg-150, .px-lg-150 {
    padding-right: 9.375rem !important;
  }

  .pb-lg-150, .py-lg-150 {
    padding-bottom: 9.375rem !important;
  }

  .pl-lg-150, .px-lg-150 {
    padding-left: 9.375rem !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-5 {
    margin: .3125rem !important;
  }

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

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

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

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

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

  .mt-xl-10, .my-xl-10 {
    margin-top: .625rem !important;
  }

  .mr-xl-10, .mx-xl-10 {
    margin-right: .625rem !important;
  }

  .mb-xl-10, .my-xl-10 {
    margin-bottom: .625rem !important;
  }

  .ml-xl-10, .mx-xl-10 {
    margin-left: .625rem !important;
  }

  .m-xl-15 {
    margin: .9375rem !important;
  }

  .mt-xl-15, .my-xl-15 {
    margin-top: .9375rem !important;
  }

  .mr-xl-15, .mx-xl-15 {
    margin-right: .9375rem !important;
  }

  .mb-xl-15, .my-xl-15 {
    margin-bottom: .9375rem !important;
  }

  .ml-xl-15, .mx-xl-15 {
    margin-left: .9375rem !important;
  }

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

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

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

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

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

  .m-xl-20 {
    margin: 1.25rem !important;
  }

  .mt-xl-20, .my-xl-20 {
    margin-top: 1.25rem !important;
  }

  .mr-xl-20, .mx-xl-20 {
    margin-right: 1.25rem !important;
  }

  .mb-xl-20, .my-xl-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xl-20, .mx-xl-20 {
    margin-left: 1.25rem !important;
  }

  .m-xl-25 {
    margin: 1.5625rem !important;
  }

  .mt-xl-25, .my-xl-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-xl-25, .mx-xl-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-xl-25, .my-xl-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-xl-25, .mx-xl-25 {
    margin-left: 1.5625rem !important;
  }

  .m-xl-35 {
    margin: 2.1875rem !important;
  }

  .mt-xl-35, .my-xl-35 {
    margin-top: 2.1875rem !important;
  }

  .mr-xl-35, .mx-xl-35 {
    margin-right: 2.1875rem !important;
  }

  .mb-xl-35, .my-xl-35 {
    margin-bottom: 2.1875rem !important;
  }

  .ml-xl-35, .mx-xl-35 {
    margin-left: 2.1875rem !important;
  }

  .m-xl-40 {
    margin: 2.5rem !important;
  }

  .mt-xl-40, .my-xl-40 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-40, .mx-xl-40 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-40, .my-xl-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-40, .mx-xl-40 {
    margin-left: 2.5rem !important;
  }

  .m-xl-45 {
    margin: 2.8125rem !important;
  }

  .mt-xl-45, .my-xl-45 {
    margin-top: 2.8125rem !important;
  }

  .mr-xl-45, .mx-xl-45 {
    margin-right: 2.8125rem !important;
  }

  .mb-xl-45, .my-xl-45 {
    margin-bottom: 2.8125rem !important;
  }

  .ml-xl-45, .mx-xl-45 {
    margin-left: 2.8125rem !important;
  }

  .m-xl-50 {
    margin: 3.15rem !important;
  }

  .mt-xl-50, .my-xl-50 {
    margin-top: 3.15rem !important;
  }

  .mr-xl-50, .mx-xl-50 {
    margin-right: 3.15rem !important;
  }

  .mb-xl-50, .my-xl-50 {
    margin-bottom: 3.15rem !important;
  }

  .ml-xl-50, .mx-xl-50 {
    margin-left: 3.15rem !important;
  }

  .m-xl-55 {
    margin: 3.4375rem !important;
  }

  .mt-xl-55, .my-xl-55 {
    margin-top: 3.4375rem !important;
  }

  .mr-xl-55, .mx-xl-55 {
    margin-right: 3.4375rem !important;
  }

  .mb-xl-55, .my-xl-55 {
    margin-bottom: 3.4375rem !important;
  }

  .ml-xl-55, .mx-xl-55 {
    margin-left: 3.4375rem !important;
  }

  .m-xl-65 {
    margin: 2.1875px !important;
  }

  .mt-xl-65, .my-xl-65 {
    margin-top: 2.1875px !important;
  }

  .mr-xl-65, .mx-xl-65 {
    margin-right: 2.1875px !important;
  }

  .mb-xl-65, .my-xl-65 {
    margin-bottom: 2.1875px !important;
  }

  .ml-xl-65, .mx-xl-65 {
    margin-left: 2.1875px !important;
  }

  .m-xl-70 {
    margin: 4.375rem !important;
  }

  .mt-xl-70, .my-xl-70 {
    margin-top: 4.375rem !important;
  }

  .mr-xl-70, .mx-xl-70 {
    margin-right: 4.375rem !important;
  }

  .mb-xl-70, .my-xl-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-xl-70, .mx-xl-70 {
    margin-left: 4.375rem !important;
  }

  .m-xl-75 {
    margin: 4.6875rem !important;
  }

  .mt-xl-75, .my-xl-75 {
    margin-top: 4.6875rem !important;
  }

  .mr-xl-75, .mx-xl-75 {
    margin-right: 4.6875rem !important;
  }

  .mb-xl-75, .my-xl-75 {
    margin-bottom: 4.6875rem !important;
  }

  .ml-xl-75, .mx-xl-75 {
    margin-left: 4.6875rem !important;
  }

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

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

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

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

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

  .m-xl-100 {
    margin: 6.25rem !important;
  }

  .mt-xl-100, .my-xl-100 {
    margin-top: 6.25rem !important;
  }

  .mr-xl-100, .mx-xl-100 {
    margin-right: 6.25rem !important;
  }

  .mb-xl-100, .my-xl-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-xl-100, .mx-xl-100 {
    margin-left: 6.25rem !important;
  }

  .m-xl-110 {
    margin: 6.875rem !important;
  }

  .mt-xl-110, .my-xl-110 {
    margin-top: 6.875rem !important;
  }

  .mr-xl-110, .mx-xl-110 {
    margin-right: 6.875rem !important;
  }

  .mb-xl-110, .my-xl-110 {
    margin-bottom: 6.875rem !important;
  }

  .ml-xl-110, .mx-xl-110 {
    margin-left: 6.875rem !important;
  }

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

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

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

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

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

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

  .mt-xl-6, .my-xl-6 {
    margin-top: .375rem !important;
  }

  .mr-xl-6, .mx-xl-6 {
    margin-right: .375rem !important;
  }

  .mb-xl-6, .my-xl-6 {
    margin-bottom: .375rem !important;
  }

  .ml-xl-6, .mx-xl-6 {
    margin-left: .375rem !important;
  }

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

  .mt-xl-12, .my-xl-12 {
    margin-top: .75rem !important;
  }

  .mr-xl-12, .mx-xl-12 {
    margin-right: .75rem !important;
  }

  .mb-xl-12, .my-xl-12 {
    margin-bottom: .75rem !important;
  }

  .ml-xl-12, .mx-xl-12 {
    margin-left: .75rem !important;
  }

  .m-xl-18 {
    margin: 1.125rem !important;
  }

  .mt-xl-18, .my-xl-18 {
    margin-top: 1.125rem !important;
  }

  .mr-xl-18, .mx-xl-18 {
    margin-right: 1.125rem !important;
  }

  .mb-xl-18, .my-xl-18 {
    margin-bottom: 1.125rem !important;
  }

  .ml-xl-18, .mx-xl-18 {
    margin-left: 1.125rem !important;
  }

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

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

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

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

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

  .m-xl-30 {
    margin: 1.875rem !important;
  }

  .mt-xl-30, .my-xl-30 {
    margin-top: 1.875rem !important;
  }

  .mr-xl-30, .mx-xl-30 {
    margin-right: 1.875rem !important;
  }

  .mb-xl-30, .my-xl-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-xl-30, .mx-xl-30 {
    margin-left: 1.875rem !important;
  }

  .m-xl-36 {
    margin: 2.25rem !important;
  }

  .mt-xl-36, .my-xl-36 {
    margin-top: 2.25rem !important;
  }

  .mr-xl-36, .mx-xl-36 {
    margin-right: 2.25rem !important;
  }

  .mb-xl-36, .my-xl-36 {
    margin-bottom: 2.25rem !important;
  }

  .ml-xl-36, .mx-xl-36 {
    margin-left: 2.25rem !important;
  }

  .m-xl-42 {
    margin: 2.625rem !important;
  }

  .mt-xl-42, .my-xl-42 {
    margin-top: 2.625rem !important;
  }

  .mr-xl-42, .mx-xl-42 {
    margin-right: 2.625rem !important;
  }

  .mb-xl-42, .my-xl-42 {
    margin-bottom: 2.625rem !important;
  }

  .ml-xl-42, .mx-xl-42 {
    margin-left: 2.625rem !important;
  }

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

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

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

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

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

  .m-xl-54 {
    margin: 3.375rem !important;
  }

  .mt-xl-54, .my-xl-54 {
    margin-top: 3.375rem !important;
  }

  .mr-xl-54, .mx-xl-54 {
    margin-right: 3.375rem !important;
  }

  .mb-xl-54, .my-xl-54 {
    margin-bottom: 3.375rem !important;
  }

  .ml-xl-54, .mx-xl-54 {
    margin-left: 3.375rem !important;
  }

  .m-xl-60 {
    margin: 3.75rem !important;
  }

  .mt-xl-60, .my-xl-60 {
    margin-top: 3.75rem !important;
  }

  .mr-xl-60, .mx-xl-60 {
    margin-right: 3.75rem !important;
  }

  .mb-xl-60, .my-xl-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xl-60, .mx-xl-60 {
    margin-left: 3.75rem !important;
  }

  .m-xl-66 {
    margin: 4.125rem !important;
  }

  .mt-xl-66, .my-xl-66 {
    margin-top: 4.125rem !important;
  }

  .mr-xl-66, .mx-xl-66 {
    margin-right: 4.125rem !important;
  }

  .mb-xl-66, .my-xl-66 {
    margin-bottom: 4.125rem !important;
  }

  .ml-xl-66, .mx-xl-66 {
    margin-left: 4.125rem !important;
  }

  .m-xl-72 {
    margin: 4.5rem !important;
  }

  .mt-xl-72, .my-xl-72 {
    margin-top: 4.5rem !important;
  }

  .mr-xl-72, .mx-xl-72 {
    margin-right: 4.5rem !important;
  }

  .mb-xl-72, .my-xl-72 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xl-72, .mx-xl-72 {
    margin-left: 4.5rem !important;
  }

  .m-xl-78 {
    margin: 4.875rem !important;
  }

  .mt-xl-78, .my-xl-78 {
    margin-top: 4.875rem !important;
  }

  .mr-xl-78, .mx-xl-78 {
    margin-right: 4.875rem !important;
  }

  .mb-xl-78, .my-xl-78 {
    margin-bottom: 4.875rem !important;
  }

  .ml-xl-78, .mx-xl-78 {
    margin-left: 4.875rem !important;
  }

  .m-xl-84 {
    margin: 5.25rem !important;
  }

  .mt-xl-84, .my-xl-84 {
    margin-top: 5.25rem !important;
  }

  .mr-xl-84, .mx-xl-84 {
    margin-right: 5.25rem !important;
  }

  .mb-xl-84, .my-xl-84 {
    margin-bottom: 5.25rem !important;
  }

  .ml-xl-84, .mx-xl-84 {
    margin-left: 5.25rem !important;
  }

  .m-xl-90 {
    margin: 5.625rem !important;
  }

  .mt-xl-90, .my-xl-90 {
    margin-top: 5.625rem !important;
  }

  .mr-xl-90, .mx-xl-90 {
    margin-right: 5.625rem !important;
  }

  .mb-xl-90, .my-xl-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-xl-90, .mx-xl-90 {
    margin-left: 5.625rem !important;
  }

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

  .mt-xl-96, .my-xl-96 {
    margin-top: 6rem !important;
  }

  .mr-xl-96, .mx-xl-96 {
    margin-right: 6rem !important;
  }

  .mb-xl-96, .my-xl-96 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-96, .mx-xl-96 {
    margin-left: 6rem !important;
  }

  .m-xl-102 {
    margin: 6.375rem !important;
  }

  .mt-xl-102, .my-xl-102 {
    margin-top: 6.375rem !important;
  }

  .mr-xl-102, .mx-xl-102 {
    margin-right: 6.375rem !important;
  }

  .mb-xl-102, .my-xl-102 {
    margin-bottom: 6.375rem !important;
  }

  .ml-xl-102, .mx-xl-102 {
    margin-left: 6.375rem !important;
  }

  .m-xl-108 {
    margin: 6.75rem !important;
  }

  .mt-xl-108, .my-xl-108 {
    margin-top: 6.75rem !important;
  }

  .mr-xl-108, .mx-xl-108 {
    margin-right: 6.75rem !important;
  }

  .mb-xl-108, .my-xl-108 {
    margin-bottom: 6.75rem !important;
  }

  .ml-xl-108, .mx-xl-108 {
    margin-left: 6.75rem !important;
  }

  .m-xl-114 {
    margin: 7.125rem !important;
  }

  .mt-xl-114, .my-xl-114 {
    margin-top: 7.125rem !important;
  }

  .mr-xl-114, .mx-xl-114 {
    margin-right: 7.125rem !important;
  }

  .mb-xl-114, .my-xl-114 {
    margin-bottom: 7.125rem !important;
  }

  .ml-xl-114, .mx-xl-114 {
    margin-left: 7.125rem !important;
  }

  .m-xl-120 {
    margin: 7.5rem !important;
  }

  .mt-xl-120, .my-xl-120 {
    margin-top: 7.5rem !important;
  }

  .mr-xl-120, .mx-xl-120 {
    margin-right: 7.5rem !important;
  }

  .mb-xl-120, .my-xl-120 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xl-120, .mx-xl-120 {
    margin-left: 7.5rem !important;
  }

  .m-xl-150 {
    margin: 9.375rem !important;
  }

  .mt-xl-150, .my-xl-150 {
    margin-top: 9.375rem !important;
  }

  .mr-xl-150, .mx-xl-150 {
    margin-right: 9.375rem !important;
  }

  .mb-xl-150, .my-xl-150 {
    margin-bottom: 9.375rem !important;
  }

  .ml-xl-150, .mx-xl-150 {
    margin-left: 9.375rem !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-5 {
    padding: .3125rem !important;
  }

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

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

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

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

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

  .pt-xl-10, .py-xl-10 {
    padding-top: .625rem !important;
  }

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

  .pb-xl-10, .py-xl-10 {
    padding-bottom: .625rem !important;
  }

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

  .p-xl-15 {
    padding: .9375rem !important;
  }

  .pt-xl-15, .py-xl-15 {
    padding-top: .9375rem !important;
  }

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

  .pb-xl-15, .py-xl-15 {
    padding-bottom: .9375rem !important;
  }

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

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

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

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

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

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

  .p-xl-20 {
    padding: 1.25rem !important;
  }

  .pt-xl-20, .py-xl-20 {
    padding-top: 1.25rem !important;
  }

  .pr-xl-20, .px-xl-20 {
    padding-right: 1.25rem !important;
  }

  .pb-xl-20, .py-xl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xl-20, .px-xl-20 {
    padding-left: 1.25rem !important;
  }

  .p-xl-25 {
    padding: 1.5625rem !important;
  }

  .pt-xl-25, .py-xl-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-xl-25, .px-xl-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-xl-25, .py-xl-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-xl-25, .px-xl-25 {
    padding-left: 1.5625rem !important;
  }

  .p-xl-35 {
    padding: 2.1875rem !important;
  }

  .pt-xl-35, .py-xl-35 {
    padding-top: 2.1875rem !important;
  }

  .pr-xl-35, .px-xl-35 {
    padding-right: 2.1875rem !important;
  }

  .pb-xl-35, .py-xl-35 {
    padding-bottom: 2.1875rem !important;
  }

  .pl-xl-35, .px-xl-35 {
    padding-left: 2.1875rem !important;
  }

  .p-xl-40 {
    padding: 2.5rem !important;
  }

  .pt-xl-40, .py-xl-40 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-40, .px-xl-40 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-40, .py-xl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-40, .px-xl-40 {
    padding-left: 2.5rem !important;
  }

  .p-xl-45 {
    padding: 2.8125rem !important;
  }

  .pt-xl-45, .py-xl-45 {
    padding-top: 2.8125rem !important;
  }

  .pr-xl-45, .px-xl-45 {
    padding-right: 2.8125rem !important;
  }

  .pb-xl-45, .py-xl-45 {
    padding-bottom: 2.8125rem !important;
  }

  .pl-xl-45, .px-xl-45 {
    padding-left: 2.8125rem !important;
  }

  .p-xl-50 {
    padding: 3.15rem !important;
  }

  .pt-xl-50, .py-xl-50 {
    padding-top: 3.15rem !important;
  }

  .pr-xl-50, .px-xl-50 {
    padding-right: 3.15rem !important;
  }

  .pb-xl-50, .py-xl-50 {
    padding-bottom: 3.15rem !important;
  }

  .pl-xl-50, .px-xl-50 {
    padding-left: 3.15rem !important;
  }

  .p-xl-55 {
    padding: 3.4375rem !important;
  }

  .pt-xl-55, .py-xl-55 {
    padding-top: 3.4375rem !important;
  }

  .pr-xl-55, .px-xl-55 {
    padding-right: 3.4375rem !important;
  }

  .pb-xl-55, .py-xl-55 {
    padding-bottom: 3.4375rem !important;
  }

  .pl-xl-55, .px-xl-55 {
    padding-left: 3.4375rem !important;
  }

  .p-xl-65 {
    padding: 2.1875px !important;
  }

  .pt-xl-65, .py-xl-65 {
    padding-top: 2.1875px !important;
  }

  .pr-xl-65, .px-xl-65 {
    padding-right: 2.1875px !important;
  }

  .pb-xl-65, .py-xl-65 {
    padding-bottom: 2.1875px !important;
  }

  .pl-xl-65, .px-xl-65 {
    padding-left: 2.1875px !important;
  }

  .p-xl-70 {
    padding: 4.375rem !important;
  }

  .pt-xl-70, .py-xl-70 {
    padding-top: 4.375rem !important;
  }

  .pr-xl-70, .px-xl-70 {
    padding-right: 4.375rem !important;
  }

  .pb-xl-70, .py-xl-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-xl-70, .px-xl-70 {
    padding-left: 4.375rem !important;
  }

  .p-xl-75 {
    padding: 4.6875rem !important;
  }

  .pt-xl-75, .py-xl-75 {
    padding-top: 4.6875rem !important;
  }

  .pr-xl-75, .px-xl-75 {
    padding-right: 4.6875rem !important;
  }

  .pb-xl-75, .py-xl-75 {
    padding-bottom: 4.6875rem !important;
  }

  .pl-xl-75, .px-xl-75 {
    padding-left: 4.6875rem !important;
  }

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

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

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

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

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

  .p-xl-100 {
    padding: 6.25rem !important;
  }

  .pt-xl-100, .py-xl-100 {
    padding-top: 6.25rem !important;
  }

  .pr-xl-100, .px-xl-100 {
    padding-right: 6.25rem !important;
  }

  .pb-xl-100, .py-xl-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-xl-100, .px-xl-100 {
    padding-left: 6.25rem !important;
  }

  .p-xl-110 {
    padding: 6.875rem !important;
  }

  .pt-xl-110, .py-xl-110 {
    padding-top: 6.875rem !important;
  }

  .pr-xl-110, .px-xl-110 {
    padding-right: 6.875rem !important;
  }

  .pb-xl-110, .py-xl-110 {
    padding-bottom: 6.875rem !important;
  }

  .pl-xl-110, .px-xl-110 {
    padding-left: 6.875rem !important;
  }

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

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

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

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

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

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

  .pt-xl-6, .py-xl-6 {
    padding-top: .375rem !important;
  }

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

  .pb-xl-6, .py-xl-6 {
    padding-bottom: .375rem !important;
  }

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

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

  .pt-xl-12, .py-xl-12 {
    padding-top: .75rem !important;
  }

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

  .pb-xl-12, .py-xl-12 {
    padding-bottom: .75rem !important;
  }

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

  .p-xl-18 {
    padding: 1.125rem !important;
  }

  .pt-xl-18, .py-xl-18 {
    padding-top: 1.125rem !important;
  }

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

  .pb-xl-18, .py-xl-18 {
    padding-bottom: 1.125rem !important;
  }

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

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

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

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

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

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

  .p-xl-30 {
    padding: 1.875rem !important;
  }

  .pt-xl-30, .py-xl-30 {
    padding-top: 1.875rem !important;
  }

  .pr-xl-30, .px-xl-30 {
    padding-right: 1.875rem !important;
  }

  .pb-xl-30, .py-xl-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-xl-30, .px-xl-30 {
    padding-left: 1.875rem !important;
  }

  .p-xl-36 {
    padding: 2.25rem !important;
  }

  .pt-xl-36, .py-xl-36 {
    padding-top: 2.25rem !important;
  }

  .pr-xl-36, .px-xl-36 {
    padding-right: 2.25rem !important;
  }

  .pb-xl-36, .py-xl-36 {
    padding-bottom: 2.25rem !important;
  }

  .pl-xl-36, .px-xl-36 {
    padding-left: 2.25rem !important;
  }

  .p-xl-42 {
    padding: 2.625rem !important;
  }

  .pt-xl-42, .py-xl-42 {
    padding-top: 2.625rem !important;
  }

  .pr-xl-42, .px-xl-42 {
    padding-right: 2.625rem !important;
  }

  .pb-xl-42, .py-xl-42 {
    padding-bottom: 2.625rem !important;
  }

  .pl-xl-42, .px-xl-42 {
    padding-left: 2.625rem !important;
  }

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

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

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

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

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

  .p-xl-54 {
    padding: 3.375rem !important;
  }

  .pt-xl-54, .py-xl-54 {
    padding-top: 3.375rem !important;
  }

  .pr-xl-54, .px-xl-54 {
    padding-right: 3.375rem !important;
  }

  .pb-xl-54, .py-xl-54 {
    padding-bottom: 3.375rem !important;
  }

  .pl-xl-54, .px-xl-54 {
    padding-left: 3.375rem !important;
  }

  .p-xl-60 {
    padding: 3.75rem !important;
  }

  .pt-xl-60, .py-xl-60 {
    padding-top: 3.75rem !important;
  }

  .pr-xl-60, .px-xl-60 {
    padding-right: 3.75rem !important;
  }

  .pb-xl-60, .py-xl-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xl-60, .px-xl-60 {
    padding-left: 3.75rem !important;
  }

  .p-xl-66 {
    padding: 4.125rem !important;
  }

  .pt-xl-66, .py-xl-66 {
    padding-top: 4.125rem !important;
  }

  .pr-xl-66, .px-xl-66 {
    padding-right: 4.125rem !important;
  }

  .pb-xl-66, .py-xl-66 {
    padding-bottom: 4.125rem !important;
  }

  .pl-xl-66, .px-xl-66 {
    padding-left: 4.125rem !important;
  }

  .p-xl-72 {
    padding: 4.5rem !important;
  }

  .pt-xl-72, .py-xl-72 {
    padding-top: 4.5rem !important;
  }

  .pr-xl-72, .px-xl-72 {
    padding-right: 4.5rem !important;
  }

  .pb-xl-72, .py-xl-72 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xl-72, .px-xl-72 {
    padding-left: 4.5rem !important;
  }

  .p-xl-78 {
    padding: 4.875rem !important;
  }

  .pt-xl-78, .py-xl-78 {
    padding-top: 4.875rem !important;
  }

  .pr-xl-78, .px-xl-78 {
    padding-right: 4.875rem !important;
  }

  .pb-xl-78, .py-xl-78 {
    padding-bottom: 4.875rem !important;
  }

  .pl-xl-78, .px-xl-78 {
    padding-left: 4.875rem !important;
  }

  .p-xl-84 {
    padding: 5.25rem !important;
  }

  .pt-xl-84, .py-xl-84 {
    padding-top: 5.25rem !important;
  }

  .pr-xl-84, .px-xl-84 {
    padding-right: 5.25rem !important;
  }

  .pb-xl-84, .py-xl-84 {
    padding-bottom: 5.25rem !important;
  }

  .pl-xl-84, .px-xl-84 {
    padding-left: 5.25rem !important;
  }

  .p-xl-90 {
    padding: 5.625rem !important;
  }

  .pt-xl-90, .py-xl-90 {
    padding-top: 5.625rem !important;
  }

  .pr-xl-90, .px-xl-90 {
    padding-right: 5.625rem !important;
  }

  .pb-xl-90, .py-xl-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-xl-90, .px-xl-90 {
    padding-left: 5.625rem !important;
  }

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

  .pt-xl-96, .py-xl-96 {
    padding-top: 6rem !important;
  }

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

  .pb-xl-96, .py-xl-96 {
    padding-bottom: 6rem !important;
  }

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

  .p-xl-102 {
    padding: 6.375rem !important;
  }

  .pt-xl-102, .py-xl-102 {
    padding-top: 6.375rem !important;
  }

  .pr-xl-102, .px-xl-102 {
    padding-right: 6.375rem !important;
  }

  .pb-xl-102, .py-xl-102 {
    padding-bottom: 6.375rem !important;
  }

  .pl-xl-102, .px-xl-102 {
    padding-left: 6.375rem !important;
  }

  .p-xl-108 {
    padding: 6.75rem !important;
  }

  .pt-xl-108, .py-xl-108 {
    padding-top: 6.75rem !important;
  }

  .pr-xl-108, .px-xl-108 {
    padding-right: 6.75rem !important;
  }

  .pb-xl-108, .py-xl-108 {
    padding-bottom: 6.75rem !important;
  }

  .pl-xl-108, .px-xl-108 {
    padding-left: 6.75rem !important;
  }

  .p-xl-114 {
    padding: 7.125rem !important;
  }

  .pt-xl-114, .py-xl-114 {
    padding-top: 7.125rem !important;
  }

  .pr-xl-114, .px-xl-114 {
    padding-right: 7.125rem !important;
  }

  .pb-xl-114, .py-xl-114 {
    padding-bottom: 7.125rem !important;
  }

  .pl-xl-114, .px-xl-114 {
    padding-left: 7.125rem !important;
  }

  .p-xl-120 {
    padding: 7.5rem !important;
  }

  .pt-xl-120, .py-xl-120 {
    padding-top: 7.5rem !important;
  }

  .pr-xl-120, .px-xl-120 {
    padding-right: 7.5rem !important;
  }

  .pb-xl-120, .py-xl-120 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xl-120, .px-xl-120 {
    padding-left: 7.5rem !important;
  }

  .p-xl-150 {
    padding: 9.375rem !important;
  }

  .pt-xl-150, .py-xl-150 {
    padding-top: 9.375rem !important;
  }

  .pr-xl-150, .px-xl-150 {
    padding-right: 9.375rem !important;
  }

  .pb-xl-150, .py-xl-150 {
    padding-bottom: 9.375rem !important;
  }

  .pl-xl-150, .px-xl-150 {
    padding-left: 9.375rem !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: 1366px) {
  .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-5 {
    margin: .3125rem !important;
  }

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

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

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

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

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

  .mt-xxl-10, .my-xxl-10 {
    margin-top: .625rem !important;
  }

  .mr-xxl-10, .mx-xxl-10 {
    margin-right: .625rem !important;
  }

  .mb-xxl-10, .my-xxl-10 {
    margin-bottom: .625rem !important;
  }

  .ml-xxl-10, .mx-xxl-10 {
    margin-left: .625rem !important;
  }

  .m-xxl-15 {
    margin: .9375rem !important;
  }

  .mt-xxl-15, .my-xxl-15 {
    margin-top: .9375rem !important;
  }

  .mr-xxl-15, .mx-xxl-15 {
    margin-right: .9375rem !important;
  }

  .mb-xxl-15, .my-xxl-15 {
    margin-bottom: .9375rem !important;
  }

  .ml-xxl-15, .mx-xxl-15 {
    margin-left: .9375rem !important;
  }

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

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

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

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

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

  .m-xxl-20 {
    margin: 1.25rem !important;
  }

  .mt-xxl-20, .my-xxl-20 {
    margin-top: 1.25rem !important;
  }

  .mr-xxl-20, .mx-xxl-20 {
    margin-right: 1.25rem !important;
  }

  .mb-xxl-20, .my-xxl-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xxl-20, .mx-xxl-20 {
    margin-left: 1.25rem !important;
  }

  .m-xxl-25 {
    margin: 1.5625rem !important;
  }

  .mt-xxl-25, .my-xxl-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-xxl-25, .mx-xxl-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-xxl-25, .my-xxl-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-xxl-25, .mx-xxl-25 {
    margin-left: 1.5625rem !important;
  }

  .m-xxl-35 {
    margin: 2.1875rem !important;
  }

  .mt-xxl-35, .my-xxl-35 {
    margin-top: 2.1875rem !important;
  }

  .mr-xxl-35, .mx-xxl-35 {
    margin-right: 2.1875rem !important;
  }

  .mb-xxl-35, .my-xxl-35 {
    margin-bottom: 2.1875rem !important;
  }

  .ml-xxl-35, .mx-xxl-35 {
    margin-left: 2.1875rem !important;
  }

  .m-xxl-40 {
    margin: 2.5rem !important;
  }

  .mt-xxl-40, .my-xxl-40 {
    margin-top: 2.5rem !important;
  }

  .mr-xxl-40, .mx-xxl-40 {
    margin-right: 2.5rem !important;
  }

  .mb-xxl-40, .my-xxl-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxl-40, .mx-xxl-40 {
    margin-left: 2.5rem !important;
  }

  .m-xxl-45 {
    margin: 2.8125rem !important;
  }

  .mt-xxl-45, .my-xxl-45 {
    margin-top: 2.8125rem !important;
  }

  .mr-xxl-45, .mx-xxl-45 {
    margin-right: 2.8125rem !important;
  }

  .mb-xxl-45, .my-xxl-45 {
    margin-bottom: 2.8125rem !important;
  }

  .ml-xxl-45, .mx-xxl-45 {
    margin-left: 2.8125rem !important;
  }

  .m-xxl-50 {
    margin: 3.15rem !important;
  }

  .mt-xxl-50, .my-xxl-50 {
    margin-top: 3.15rem !important;
  }

  .mr-xxl-50, .mx-xxl-50 {
    margin-right: 3.15rem !important;
  }

  .mb-xxl-50, .my-xxl-50 {
    margin-bottom: 3.15rem !important;
  }

  .ml-xxl-50, .mx-xxl-50 {
    margin-left: 3.15rem !important;
  }

  .m-xxl-55 {
    margin: 3.4375rem !important;
  }

  .mt-xxl-55, .my-xxl-55 {
    margin-top: 3.4375rem !important;
  }

  .mr-xxl-55, .mx-xxl-55 {
    margin-right: 3.4375rem !important;
  }

  .mb-xxl-55, .my-xxl-55 {
    margin-bottom: 3.4375rem !important;
  }

  .ml-xxl-55, .mx-xxl-55 {
    margin-left: 3.4375rem !important;
  }

  .m-xxl-65 {
    margin: 2.1875px !important;
  }

  .mt-xxl-65, .my-xxl-65 {
    margin-top: 2.1875px !important;
  }

  .mr-xxl-65, .mx-xxl-65 {
    margin-right: 2.1875px !important;
  }

  .mb-xxl-65, .my-xxl-65 {
    margin-bottom: 2.1875px !important;
  }

  .ml-xxl-65, .mx-xxl-65 {
    margin-left: 2.1875px !important;
  }

  .m-xxl-70 {
    margin: 4.375rem !important;
  }

  .mt-xxl-70, .my-xxl-70 {
    margin-top: 4.375rem !important;
  }

  .mr-xxl-70, .mx-xxl-70 {
    margin-right: 4.375rem !important;
  }

  .mb-xxl-70, .my-xxl-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-xxl-70, .mx-xxl-70 {
    margin-left: 4.375rem !important;
  }

  .m-xxl-75 {
    margin: 4.6875rem !important;
  }

  .mt-xxl-75, .my-xxl-75 {
    margin-top: 4.6875rem !important;
  }

  .mr-xxl-75, .mx-xxl-75 {
    margin-right: 4.6875rem !important;
  }

  .mb-xxl-75, .my-xxl-75 {
    margin-bottom: 4.6875rem !important;
  }

  .ml-xxl-75, .mx-xxl-75 {
    margin-left: 4.6875rem !important;
  }

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

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

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

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

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

  .m-xxl-100 {
    margin: 6.25rem !important;
  }

  .mt-xxl-100, .my-xxl-100 {
    margin-top: 6.25rem !important;
  }

  .mr-xxl-100, .mx-xxl-100 {
    margin-right: 6.25rem !important;
  }

  .mb-xxl-100, .my-xxl-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-xxl-100, .mx-xxl-100 {
    margin-left: 6.25rem !important;
  }

  .m-xxl-110 {
    margin: 6.875rem !important;
  }

  .mt-xxl-110, .my-xxl-110 {
    margin-top: 6.875rem !important;
  }

  .mr-xxl-110, .mx-xxl-110 {
    margin-right: 6.875rem !important;
  }

  .mb-xxl-110, .my-xxl-110 {
    margin-bottom: 6.875rem !important;
  }

  .ml-xxl-110, .mx-xxl-110 {
    margin-left: 6.875rem !important;
  }

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

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

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

  .mb-xxl-3, .my-xxl-3 {
    margin-bottom: .1875rem !important;
  }

  .ml-xxl-3, .mx-xxl-3 {
    margin-left: .1875rem !important;
  }

  .m-xxl-6 {
    margin: .375rem !important;
  }

  .mt-xxl-6, .my-xxl-6 {
    margin-top: .375rem !important;
  }

  .mr-xxl-6, .mx-xxl-6 {
    margin-right: .375rem !important;
  }

  .mb-xxl-6, .my-xxl-6 {
    margin-bottom: .375rem !important;
  }

  .ml-xxl-6, .mx-xxl-6 {
    margin-left: .375rem !important;
  }

  .m-xxl-12 {
    margin: .75rem !important;
  }

  .mt-xxl-12, .my-xxl-12 {
    margin-top: .75rem !important;
  }

  .mr-xxl-12, .mx-xxl-12 {
    margin-right: .75rem !important;
  }

  .mb-xxl-12, .my-xxl-12 {
    margin-bottom: .75rem !important;
  }

  .ml-xxl-12, .mx-xxl-12 {
    margin-left: .75rem !important;
  }

  .m-xxl-18 {
    margin: 1.125rem !important;
  }

  .mt-xxl-18, .my-xxl-18 {
    margin-top: 1.125rem !important;
  }

  .mr-xxl-18, .mx-xxl-18 {
    margin-right: 1.125rem !important;
  }

  .mb-xxl-18, .my-xxl-18 {
    margin-bottom: 1.125rem !important;
  }

  .ml-xxl-18, .mx-xxl-18 {
    margin-left: 1.125rem !important;
  }

  .m-xxl-24 {
    margin: 1.5rem !important;
  }

  .mt-xxl-24, .my-xxl-24 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-24, .mx-xxl-24 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-24, .my-xxl-24 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-24, .mx-xxl-24 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-30 {
    margin: 1.875rem !important;
  }

  .mt-xxl-30, .my-xxl-30 {
    margin-top: 1.875rem !important;
  }

  .mr-xxl-30, .mx-xxl-30 {
    margin-right: 1.875rem !important;
  }

  .mb-xxl-30, .my-xxl-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-xxl-30, .mx-xxl-30 {
    margin-left: 1.875rem !important;
  }

  .m-xxl-36 {
    margin: 2.25rem !important;
  }

  .mt-xxl-36, .my-xxl-36 {
    margin-top: 2.25rem !important;
  }

  .mr-xxl-36, .mx-xxl-36 {
    margin-right: 2.25rem !important;
  }

  .mb-xxl-36, .my-xxl-36 {
    margin-bottom: 2.25rem !important;
  }

  .ml-xxl-36, .mx-xxl-36 {
    margin-left: 2.25rem !important;
  }

  .m-xxl-42 {
    margin: 2.625rem !important;
  }

  .mt-xxl-42, .my-xxl-42 {
    margin-top: 2.625rem !important;
  }

  .mr-xxl-42, .mx-xxl-42 {
    margin-right: 2.625rem !important;
  }

  .mb-xxl-42, .my-xxl-42 {
    margin-bottom: 2.625rem !important;
  }

  .ml-xxl-42, .mx-xxl-42 {
    margin-left: 2.625rem !important;
  }

  .m-xxl-48 {
    margin: 3rem !important;
  }

  .mt-xxl-48, .my-xxl-48 {
    margin-top: 3rem !important;
  }

  .mr-xxl-48, .mx-xxl-48 {
    margin-right: 3rem !important;
  }

  .mb-xxl-48, .my-xxl-48 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-48, .mx-xxl-48 {
    margin-left: 3rem !important;
  }

  .m-xxl-54 {
    margin: 3.375rem !important;
  }

  .mt-xxl-54, .my-xxl-54 {
    margin-top: 3.375rem !important;
  }

  .mr-xxl-54, .mx-xxl-54 {
    margin-right: 3.375rem !important;
  }

  .mb-xxl-54, .my-xxl-54 {
    margin-bottom: 3.375rem !important;
  }

  .ml-xxl-54, .mx-xxl-54 {
    margin-left: 3.375rem !important;
  }

  .m-xxl-60 {
    margin: 3.75rem !important;
  }

  .mt-xxl-60, .my-xxl-60 {
    margin-top: 3.75rem !important;
  }

  .mr-xxl-60, .mx-xxl-60 {
    margin-right: 3.75rem !important;
  }

  .mb-xxl-60, .my-xxl-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xxl-60, .mx-xxl-60 {
    margin-left: 3.75rem !important;
  }

  .m-xxl-66 {
    margin: 4.125rem !important;
  }

  .mt-xxl-66, .my-xxl-66 {
    margin-top: 4.125rem !important;
  }

  .mr-xxl-66, .mx-xxl-66 {
    margin-right: 4.125rem !important;
  }

  .mb-xxl-66, .my-xxl-66 {
    margin-bottom: 4.125rem !important;
  }

  .ml-xxl-66, .mx-xxl-66 {
    margin-left: 4.125rem !important;
  }

  .m-xxl-72 {
    margin: 4.5rem !important;
  }

  .mt-xxl-72, .my-xxl-72 {
    margin-top: 4.5rem !important;
  }

  .mr-xxl-72, .mx-xxl-72 {
    margin-right: 4.5rem !important;
  }

  .mb-xxl-72, .my-xxl-72 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xxl-72, .mx-xxl-72 {
    margin-left: 4.5rem !important;
  }

  .m-xxl-78 {
    margin: 4.875rem !important;
  }

  .mt-xxl-78, .my-xxl-78 {
    margin-top: 4.875rem !important;
  }

  .mr-xxl-78, .mx-xxl-78 {
    margin-right: 4.875rem !important;
  }

  .mb-xxl-78, .my-xxl-78 {
    margin-bottom: 4.875rem !important;
  }

  .ml-xxl-78, .mx-xxl-78 {
    margin-left: 4.875rem !important;
  }

  .m-xxl-84 {
    margin: 5.25rem !important;
  }

  .mt-xxl-84, .my-xxl-84 {
    margin-top: 5.25rem !important;
  }

  .mr-xxl-84, .mx-xxl-84 {
    margin-right: 5.25rem !important;
  }

  .mb-xxl-84, .my-xxl-84 {
    margin-bottom: 5.25rem !important;
  }

  .ml-xxl-84, .mx-xxl-84 {
    margin-left: 5.25rem !important;
  }

  .m-xxl-90 {
    margin: 5.625rem !important;
  }

  .mt-xxl-90, .my-xxl-90 {
    margin-top: 5.625rem !important;
  }

  .mr-xxl-90, .mx-xxl-90 {
    margin-right: 5.625rem !important;
  }

  .mb-xxl-90, .my-xxl-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-xxl-90, .mx-xxl-90 {
    margin-left: 5.625rem !important;
  }

  .m-xxl-96 {
    margin: 6rem !important;
  }

  .mt-xxl-96, .my-xxl-96 {
    margin-top: 6rem !important;
  }

  .mr-xxl-96, .mx-xxl-96 {
    margin-right: 6rem !important;
  }

  .mb-xxl-96, .my-xxl-96 {
    margin-bottom: 6rem !important;
  }

  .ml-xxl-96, .mx-xxl-96 {
    margin-left: 6rem !important;
  }

  .m-xxl-102 {
    margin: 6.375rem !important;
  }

  .mt-xxl-102, .my-xxl-102 {
    margin-top: 6.375rem !important;
  }

  .mr-xxl-102, .mx-xxl-102 {
    margin-right: 6.375rem !important;
  }

  .mb-xxl-102, .my-xxl-102 {
    margin-bottom: 6.375rem !important;
  }

  .ml-xxl-102, .mx-xxl-102 {
    margin-left: 6.375rem !important;
  }

  .m-xxl-108 {
    margin: 6.75rem !important;
  }

  .mt-xxl-108, .my-xxl-108 {
    margin-top: 6.75rem !important;
  }

  .mr-xxl-108, .mx-xxl-108 {
    margin-right: 6.75rem !important;
  }

  .mb-xxl-108, .my-xxl-108 {
    margin-bottom: 6.75rem !important;
  }

  .ml-xxl-108, .mx-xxl-108 {
    margin-left: 6.75rem !important;
  }

  .m-xxl-114 {
    margin: 7.125rem !important;
  }

  .mt-xxl-114, .my-xxl-114 {
    margin-top: 7.125rem !important;
  }

  .mr-xxl-114, .mx-xxl-114 {
    margin-right: 7.125rem !important;
  }

  .mb-xxl-114, .my-xxl-114 {
    margin-bottom: 7.125rem !important;
  }

  .ml-xxl-114, .mx-xxl-114 {
    margin-left: 7.125rem !important;
  }

  .m-xxl-120 {
    margin: 7.5rem !important;
  }

  .mt-xxl-120, .my-xxl-120 {
    margin-top: 7.5rem !important;
  }

  .mr-xxl-120, .mx-xxl-120 {
    margin-right: 7.5rem !important;
  }

  .mb-xxl-120, .my-xxl-120 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xxl-120, .mx-xxl-120 {
    margin-left: 7.5rem !important;
  }

  .m-xxl-150 {
    margin: 9.375rem !important;
  }

  .mt-xxl-150, .my-xxl-150 {
    margin-top: 9.375rem !important;
  }

  .mr-xxl-150, .mx-xxl-150 {
    margin-right: 9.375rem !important;
  }

  .mb-xxl-150, .my-xxl-150 {
    margin-bottom: 9.375rem !important;
  }

  .ml-xxl-150, .mx-xxl-150 {
    margin-left: 9.375rem !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-5 {
    padding: .3125rem !important;
  }

  .pt-xxl-5, .py-xxl-5 {
    padding-top: .3125rem !important;
  }

  .pr-xxl-5, .px-xxl-5 {
    padding-right: .3125rem !important;
  }

  .pb-xxl-5, .py-xxl-5 {
    padding-bottom: .3125rem !important;
  }

  .pl-xxl-5, .px-xxl-5 {
    padding-left: .3125rem !important;
  }

  .p-xxl-10 {
    padding: .625rem !important;
  }

  .pt-xxl-10, .py-xxl-10 {
    padding-top: .625rem !important;
  }

  .pr-xxl-10, .px-xxl-10 {
    padding-right: .625rem !important;
  }

  .pb-xxl-10, .py-xxl-10 {
    padding-bottom: .625rem !important;
  }

  .pl-xxl-10, .px-xxl-10 {
    padding-left: .625rem !important;
  }

  .p-xxl-15 {
    padding: .9375rem !important;
  }

  .pt-xxl-15, .py-xxl-15 {
    padding-top: .9375rem !important;
  }

  .pr-xxl-15, .px-xxl-15 {
    padding-right: .9375rem !important;
  }

  .pb-xxl-15, .py-xxl-15 {
    padding-bottom: .9375rem !important;
  }

  .pl-xxl-15, .px-xxl-15 {
    padding-left: .9375rem !important;
  }

  .p-xxl-16 {
    padding: 1rem !important;
  }

  .pt-xxl-16, .py-xxl-16 {
    padding-top: 1rem !important;
  }

  .pr-xxl-16, .px-xxl-16 {
    padding-right: 1rem !important;
  }

  .pb-xxl-16, .py-xxl-16 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-16, .px-xxl-16 {
    padding-left: 1rem !important;
  }

  .p-xxl-20 {
    padding: 1.25rem !important;
  }

  .pt-xxl-20, .py-xxl-20 {
    padding-top: 1.25rem !important;
  }

  .pr-xxl-20, .px-xxl-20 {
    padding-right: 1.25rem !important;
  }

  .pb-xxl-20, .py-xxl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xxl-20, .px-xxl-20 {
    padding-left: 1.25rem !important;
  }

  .p-xxl-25 {
    padding: 1.5625rem !important;
  }

  .pt-xxl-25, .py-xxl-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-xxl-25, .px-xxl-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-xxl-25, .py-xxl-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-xxl-25, .px-xxl-25 {
    padding-left: 1.5625rem !important;
  }

  .p-xxl-35 {
    padding: 2.1875rem !important;
  }

  .pt-xxl-35, .py-xxl-35 {
    padding-top: 2.1875rem !important;
  }

  .pr-xxl-35, .px-xxl-35 {
    padding-right: 2.1875rem !important;
  }

  .pb-xxl-35, .py-xxl-35 {
    padding-bottom: 2.1875rem !important;
  }

  .pl-xxl-35, .px-xxl-35 {
    padding-left: 2.1875rem !important;
  }

  .p-xxl-40 {
    padding: 2.5rem !important;
  }

  .pt-xxl-40, .py-xxl-40 {
    padding-top: 2.5rem !important;
  }

  .pr-xxl-40, .px-xxl-40 {
    padding-right: 2.5rem !important;
  }

  .pb-xxl-40, .py-xxl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxl-40, .px-xxl-40 {
    padding-left: 2.5rem !important;
  }

  .p-xxl-45 {
    padding: 2.8125rem !important;
  }

  .pt-xxl-45, .py-xxl-45 {
    padding-top: 2.8125rem !important;
  }

  .pr-xxl-45, .px-xxl-45 {
    padding-right: 2.8125rem !important;
  }

  .pb-xxl-45, .py-xxl-45 {
    padding-bottom: 2.8125rem !important;
  }

  .pl-xxl-45, .px-xxl-45 {
    padding-left: 2.8125rem !important;
  }

  .p-xxl-50 {
    padding: 3.15rem !important;
  }

  .pt-xxl-50, .py-xxl-50 {
    padding-top: 3.15rem !important;
  }

  .pr-xxl-50, .px-xxl-50 {
    padding-right: 3.15rem !important;
  }

  .pb-xxl-50, .py-xxl-50 {
    padding-bottom: 3.15rem !important;
  }

  .pl-xxl-50, .px-xxl-50 {
    padding-left: 3.15rem !important;
  }

  .p-xxl-55 {
    padding: 3.4375rem !important;
  }

  .pt-xxl-55, .py-xxl-55 {
    padding-top: 3.4375rem !important;
  }

  .pr-xxl-55, .px-xxl-55 {
    padding-right: 3.4375rem !important;
  }

  .pb-xxl-55, .py-xxl-55 {
    padding-bottom: 3.4375rem !important;
  }

  .pl-xxl-55, .px-xxl-55 {
    padding-left: 3.4375rem !important;
  }

  .p-xxl-65 {
    padding: 2.1875px !important;
  }

  .pt-xxl-65, .py-xxl-65 {
    padding-top: 2.1875px !important;
  }

  .pr-xxl-65, .px-xxl-65 {
    padding-right: 2.1875px !important;
  }

  .pb-xxl-65, .py-xxl-65 {
    padding-bottom: 2.1875px !important;
  }

  .pl-xxl-65, .px-xxl-65 {
    padding-left: 2.1875px !important;
  }

  .p-xxl-70 {
    padding: 4.375rem !important;
  }

  .pt-xxl-70, .py-xxl-70 {
    padding-top: 4.375rem !important;
  }

  .pr-xxl-70, .px-xxl-70 {
    padding-right: 4.375rem !important;
  }

  .pb-xxl-70, .py-xxl-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-xxl-70, .px-xxl-70 {
    padding-left: 4.375rem !important;
  }

  .p-xxl-75 {
    padding: 4.6875rem !important;
  }

  .pt-xxl-75, .py-xxl-75 {
    padding-top: 4.6875rem !important;
  }

  .pr-xxl-75, .px-xxl-75 {
    padding-right: 4.6875rem !important;
  }

  .pb-xxl-75, .py-xxl-75 {
    padding-bottom: 4.6875rem !important;
  }

  .pl-xxl-75, .px-xxl-75 {
    padding-left: 4.6875rem !important;
  }

  .p-xxl-80 {
    padding: 5rem !important;
  }

  .pt-xxl-80, .py-xxl-80 {
    padding-top: 5rem !important;
  }

  .pr-xxl-80, .px-xxl-80 {
    padding-right: 5rem !important;
  }

  .pb-xxl-80, .py-xxl-80 {
    padding-bottom: 5rem !important;
  }

  .pl-xxl-80, .px-xxl-80 {
    padding-left: 5rem !important;
  }

  .p-xxl-100 {
    padding: 6.25rem !important;
  }

  .pt-xxl-100, .py-xxl-100 {
    padding-top: 6.25rem !important;
  }

  .pr-xxl-100, .px-xxl-100 {
    padding-right: 6.25rem !important;
  }

  .pb-xxl-100, .py-xxl-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-xxl-100, .px-xxl-100 {
    padding-left: 6.25rem !important;
  }

  .p-xxl-110 {
    padding: 6.875rem !important;
  }

  .pt-xxl-110, .py-xxl-110 {
    padding-top: 6.875rem !important;
  }

  .pr-xxl-110, .px-xxl-110 {
    padding-right: 6.875rem !important;
  }

  .pb-xxl-110, .py-xxl-110 {
    padding-bottom: 6.875rem !important;
  }

  .pl-xxl-110, .px-xxl-110 {
    padding-left: 6.875rem !important;
  }

  .p-xxl-3 {
    padding: .1875rem !important;
  }

  .pt-xxl-3, .py-xxl-3 {
    padding-top: .1875rem !important;
  }

  .pr-xxl-3, .px-xxl-3 {
    padding-right: .1875rem !important;
  }

  .pb-xxl-3, .py-xxl-3 {
    padding-bottom: .1875rem !important;
  }

  .pl-xxl-3, .px-xxl-3 {
    padding-left: .1875rem !important;
  }

  .p-xxl-6 {
    padding: .375rem !important;
  }

  .pt-xxl-6, .py-xxl-6 {
    padding-top: .375rem !important;
  }

  .pr-xxl-6, .px-xxl-6 {
    padding-right: .375rem !important;
  }

  .pb-xxl-6, .py-xxl-6 {
    padding-bottom: .375rem !important;
  }

  .pl-xxl-6, .px-xxl-6 {
    padding-left: .375rem !important;
  }

  .p-xxl-12 {
    padding: .75rem !important;
  }

  .pt-xxl-12, .py-xxl-12 {
    padding-top: .75rem !important;
  }

  .pr-xxl-12, .px-xxl-12 {
    padding-right: .75rem !important;
  }

  .pb-xxl-12, .py-xxl-12 {
    padding-bottom: .75rem !important;
  }

  .pl-xxl-12, .px-xxl-12 {
    padding-left: .75rem !important;
  }

  .p-xxl-18 {
    padding: 1.125rem !important;
  }

  .pt-xxl-18, .py-xxl-18 {
    padding-top: 1.125rem !important;
  }

  .pr-xxl-18, .px-xxl-18 {
    padding-right: 1.125rem !important;
  }

  .pb-xxl-18, .py-xxl-18 {
    padding-bottom: 1.125rem !important;
  }

  .pl-xxl-18, .px-xxl-18 {
    padding-left: 1.125rem !important;
  }

  .p-xxl-24 {
    padding: 1.5rem !important;
  }

  .pt-xxl-24, .py-xxl-24 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-24, .px-xxl-24 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-24, .py-xxl-24 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-24, .px-xxl-24 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-30 {
    padding: 1.875rem !important;
  }

  .pt-xxl-30, .py-xxl-30 {
    padding-top: 1.875rem !important;
  }

  .pr-xxl-30, .px-xxl-30 {
    padding-right: 1.875rem !important;
  }

  .pb-xxl-30, .py-xxl-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-xxl-30, .px-xxl-30 {
    padding-left: 1.875rem !important;
  }

  .p-xxl-36 {
    padding: 2.25rem !important;
  }

  .pt-xxl-36, .py-xxl-36 {
    padding-top: 2.25rem !important;
  }

  .pr-xxl-36, .px-xxl-36 {
    padding-right: 2.25rem !important;
  }

  .pb-xxl-36, .py-xxl-36 {
    padding-bottom: 2.25rem !important;
  }

  .pl-xxl-36, .px-xxl-36 {
    padding-left: 2.25rem !important;
  }

  .p-xxl-42 {
    padding: 2.625rem !important;
  }

  .pt-xxl-42, .py-xxl-42 {
    padding-top: 2.625rem !important;
  }

  .pr-xxl-42, .px-xxl-42 {
    padding-right: 2.625rem !important;
  }

  .pb-xxl-42, .py-xxl-42 {
    padding-bottom: 2.625rem !important;
  }

  .pl-xxl-42, .px-xxl-42 {
    padding-left: 2.625rem !important;
  }

  .p-xxl-48 {
    padding: 3rem !important;
  }

  .pt-xxl-48, .py-xxl-48 {
    padding-top: 3rem !important;
  }

  .pr-xxl-48, .px-xxl-48 {
    padding-right: 3rem !important;
  }

  .pb-xxl-48, .py-xxl-48 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-48, .px-xxl-48 {
    padding-left: 3rem !important;
  }

  .p-xxl-54 {
    padding: 3.375rem !important;
  }

  .pt-xxl-54, .py-xxl-54 {
    padding-top: 3.375rem !important;
  }

  .pr-xxl-54, .px-xxl-54 {
    padding-right: 3.375rem !important;
  }

  .pb-xxl-54, .py-xxl-54 {
    padding-bottom: 3.375rem !important;
  }

  .pl-xxl-54, .px-xxl-54 {
    padding-left: 3.375rem !important;
  }

  .p-xxl-60 {
    padding: 3.75rem !important;
  }

  .pt-xxl-60, .py-xxl-60 {
    padding-top: 3.75rem !important;
  }

  .pr-xxl-60, .px-xxl-60 {
    padding-right: 3.75rem !important;
  }

  .pb-xxl-60, .py-xxl-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xxl-60, .px-xxl-60 {
    padding-left: 3.75rem !important;
  }

  .p-xxl-66 {
    padding: 4.125rem !important;
  }

  .pt-xxl-66, .py-xxl-66 {
    padding-top: 4.125rem !important;
  }

  .pr-xxl-66, .px-xxl-66 {
    padding-right: 4.125rem !important;
  }

  .pb-xxl-66, .py-xxl-66 {
    padding-bottom: 4.125rem !important;
  }

  .pl-xxl-66, .px-xxl-66 {
    padding-left: 4.125rem !important;
  }

  .p-xxl-72 {
    padding: 4.5rem !important;
  }

  .pt-xxl-72, .py-xxl-72 {
    padding-top: 4.5rem !important;
  }

  .pr-xxl-72, .px-xxl-72 {
    padding-right: 4.5rem !important;
  }

  .pb-xxl-72, .py-xxl-72 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xxl-72, .px-xxl-72 {
    padding-left: 4.5rem !important;
  }

  .p-xxl-78 {
    padding: 4.875rem !important;
  }

  .pt-xxl-78, .py-xxl-78 {
    padding-top: 4.875rem !important;
  }

  .pr-xxl-78, .px-xxl-78 {
    padding-right: 4.875rem !important;
  }

  .pb-xxl-78, .py-xxl-78 {
    padding-bottom: 4.875rem !important;
  }

  .pl-xxl-78, .px-xxl-78 {
    padding-left: 4.875rem !important;
  }

  .p-xxl-84 {
    padding: 5.25rem !important;
  }

  .pt-xxl-84, .py-xxl-84 {
    padding-top: 5.25rem !important;
  }

  .pr-xxl-84, .px-xxl-84 {
    padding-right: 5.25rem !important;
  }

  .pb-xxl-84, .py-xxl-84 {
    padding-bottom: 5.25rem !important;
  }

  .pl-xxl-84, .px-xxl-84 {
    padding-left: 5.25rem !important;
  }

  .p-xxl-90 {
    padding: 5.625rem !important;
  }

  .pt-xxl-90, .py-xxl-90 {
    padding-top: 5.625rem !important;
  }

  .pr-xxl-90, .px-xxl-90 {
    padding-right: 5.625rem !important;
  }

  .pb-xxl-90, .py-xxl-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-xxl-90, .px-xxl-90 {
    padding-left: 5.625rem !important;
  }

  .p-xxl-96 {
    padding: 6rem !important;
  }

  .pt-xxl-96, .py-xxl-96 {
    padding-top: 6rem !important;
  }

  .pr-xxl-96, .px-xxl-96 {
    padding-right: 6rem !important;
  }

  .pb-xxl-96, .py-xxl-96 {
    padding-bottom: 6rem !important;
  }

  .pl-xxl-96, .px-xxl-96 {
    padding-left: 6rem !important;
  }

  .p-xxl-102 {
    padding: 6.375rem !important;
  }

  .pt-xxl-102, .py-xxl-102 {
    padding-top: 6.375rem !important;
  }

  .pr-xxl-102, .px-xxl-102 {
    padding-right: 6.375rem !important;
  }

  .pb-xxl-102, .py-xxl-102 {
    padding-bottom: 6.375rem !important;
  }

  .pl-xxl-102, .px-xxl-102 {
    padding-left: 6.375rem !important;
  }

  .p-xxl-108 {
    padding: 6.75rem !important;
  }

  .pt-xxl-108, .py-xxl-108 {
    padding-top: 6.75rem !important;
  }

  .pr-xxl-108, .px-xxl-108 {
    padding-right: 6.75rem !important;
  }

  .pb-xxl-108, .py-xxl-108 {
    padding-bottom: 6.75rem !important;
  }

  .pl-xxl-108, .px-xxl-108 {
    padding-left: 6.75rem !important;
  }

  .p-xxl-114 {
    padding: 7.125rem !important;
  }

  .pt-xxl-114, .py-xxl-114 {
    padding-top: 7.125rem !important;
  }

  .pr-xxl-114, .px-xxl-114 {
    padding-right: 7.125rem !important;
  }

  .pb-xxl-114, .py-xxl-114 {
    padding-bottom: 7.125rem !important;
  }

  .pl-xxl-114, .px-xxl-114 {
    padding-left: 7.125rem !important;
  }

  .p-xxl-120 {
    padding: 7.5rem !important;
  }

  .pt-xxl-120, .py-xxl-120 {
    padding-top: 7.5rem !important;
  }

  .pr-xxl-120, .px-xxl-120 {
    padding-right: 7.5rem !important;
  }

  .pb-xxl-120, .py-xxl-120 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xxl-120, .px-xxl-120 {
    padding-left: 7.5rem !important;
  }

  .p-xxl-150 {
    padding: 9.375rem !important;
  }

  .pt-xxl-150, .py-xxl-150 {
    padding-top: 9.375rem !important;
  }

  .pr-xxl-150, .px-xxl-150 {
    padding-right: 9.375rem !important;
  }

  .pb-xxl-150, .py-xxl-150 {
    padding-bottom: 9.375rem !important;
  }

  .pl-xxl-150, .px-xxl-150 {
    padding-left: 9.375rem !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;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.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: 1366px) {
  .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: 100 !important;
}

.font-weight-normal {
  font-weight: normal !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #205076 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #15354e !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #7ed321 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #64a71a !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #cda320 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #a18019 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #9b9b9b !important;
}

a.text-light:hover, a.text-light:focus {
  color: #828282 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-white-gray {
  color: #f5f5f5 !important;
}

a.text-white-gray:hover, a.text-white-gray:focus {
  color: #dcdcdc !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important;
}

.text-green {
  color: #7ed321 !important;
}

a.text-green:hover, a.text-green:focus {
  color: #64a71a !important;
}

.text-blue {
  color: #205076 !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #15354e !important;
}

.text-yellow {
  color: #cda320 !important;
}

a.text-yellow:hover, a.text-yellow:focus {
  color: #a18019 !important;
}

.text-black {
  color: #151a14 !important;
}

a.text-black:hover, a.text-black:focus {
  color: #000 !important;
}

.text-green-dark {
  color: #207629 !important;
}

a.text-green-dark:hover, a.text-green-dark:focus {
  color: #154e1b !important;
}

.text-red {
  color: #8d1e1e !important;
}

a.text-red:hover, a.text-red:focus {
  color: #631515 !important;
}

.text-gray {
  color: #4a4a4a !important;
}

a.text-gray:hover, a.text-gray:focus {
  color: #313131 !important;
}

.text-body {
  color: #9b9b9b !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: #00000080 !important;
}

.text-white-50 {
  color: #ffffff80 !important;
}

.text-hide {
  font: 0 / 0 a;
  color: #0000;
  text-shadow: none;
  background-color: #0000;
  border: 0;
}

.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 {
    page-break-inside: avoid;
    border: 1px solid #9b9b9b;
  }

  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, .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table, .content table {
    border-collapse: collapse !important;
  }

  .table td, .content table td, .table th, .content table th {
    background-color: #fff !important;
  }

  .table-bordered th, .table-bordered td {
    border: 1px solid #d1d1d1 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color: #d1d1d1;
  }

  .table .thead-dark th, .content table .thead-dark th {
    color: inherit;
    border-color: #d1d1d1;
  }
}

.bg-multiply-green {
  background-blend-mode: multiply;
  background-color: #2e4a0766;
  position: relative;
}

.bg-multiply-green:before {
  content: " ";
  height: 20rem;
  filter: progid:DXImageTransform. Microsoft. gradient( startColorstr= "#000000", endColorstr= "#007db9e8", GradientType= 0 );
  background: linear-gradient(#0006 0%, #7db9e800 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.bg-multiply-black {
  background-blend-mode: multiply;
  background-color: #7ed3210f;
  position: relative;
}

.bg-multiply-black:before {
  content: " ";
  z-index: 1;
  height: 50%;
  filter: progid:DXImageTransform. Microsoft. gradient( startColorstr= "#00ffffff", endColorstr= "#66000000", GradientType= 0 );
  background: linear-gradient(#fff0 0%, #0009 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-multiply-black h1, .bg-multiply-black h2, .bg-multiply-black h3, .bg-multiply-black h4, .bg-multiply-black h5, .bg-multiply-black p {
  z-index: 2;
  position: relative;
}

.font-size-30 {
  font-size: 1.875rem;
}

.font-size-24 {
  font-size: 1.5rem;
}

.font-size-18 {
  font-size: 1.125rem;
}

.line-height-1 {
  line-height: 1;
}

.line-height-1-5 {
  line-height: 1.5;
}

.line-height-1-2, #organizations .card .organization-list-note {
  line-height: 1.2;
}

svg {
  touch-action: none;
}

.jvectormap-container {
  width: 100%;
  height: 100%;
  touch-action: none;
  position: relative;
  overflow: hidden;
}

.jvectormap-tip {
  display: none;
  position: absolute;
}

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  color: #fff;
  cursor: pointer;
  text-align: center;
  box-sizing: content-box;
  background: #292929;
  border-radius: 3px;
  padding: 3px;
  line-height: 10px;
  position: absolute;
  left: 10px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px;
}

.jvectormap-zoomin {
  top: 10px;
}

.jvectormap-zoomout {
  top: 30px;
}

.jvectormap-goback {
  z-index: 1000;
  padding: 6px;
  bottom: 10px;
}

.jvectormap-spinner {
  background: url("data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==") center no-repeat;
  position: absolute;
  inset: 0;
}

.jvectormap-legend-title {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.jvectormap-legend-cnt {
  position: absolute;
}

.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0;
}

.jvectormap-legend-cnt-v {
  top: 0;
  right: 0;
}

.jvectormap-legend {
  color: #fff;
  background: #000;
  border-radius: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px;
}

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left;
}

.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  display: inline-block;
}

.jvectormap-legend-tick-text {
  font-size: 12px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  vertical-align: middle;
  padding-left: 3px;
  line-height: 20px;
  display: inline-block;
}

.chosen-container {
  vertical-align: middle;
  user-select: none;
  width: 100%;
  font-size: 1.125rem;
  display: inline-block;
  position: relative;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  z-index: 1010;
  width: 100%;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100%);
  background: #fff;
  border: 1px solid #ced4da;
  border-top: 0;
  position: absolute;
  top: 100%;
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
  margin-right: 4px;
  font-weight: normal;
  overflow: hidden;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  vertical-align: top;
  padding-left: 2px;
}

.chosen-container-single .chosen-single {
  height: 25px;
  color: #444;
  white-space: nowrap;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%) padding-box padding-box;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 0 0 0 8px;
  line-height: 24px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 3px #fff, 0 1px 1px #0000001a;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 26px;
  display: block;
  overflow: hidden;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  width: 12px;
  height: 12px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFyWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMDMtMTFUMTU6NTU6MDErMDE6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTAzLTExVDE2OjI3OjM3KzAxOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTAzLTExVDE2OjI3OjM3KzAxOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDplYjQ2ZmI2YS1jODM5LTRiYWUtOTRmNi1jMzBmYzBlNWZlOTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Y2Y4OWQxYWUtZjgzMy00OTUyLWE2YmEtYWRlZGUzNzEwOTgyIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6Y2Y4OWQxYWUtZjgzMy00OTUyLWE2YmEtYWRlZGUzNzEwOTgyIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjZjg5ZDFhZS1mODMzLTQ5NTItYTZiYS1hZGVkZTM3MTA5ODIiIHN0RXZ0OndoZW49IjIwMTktMDMtMTFUMTU6NTU6MDErMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplYjQ2ZmI2YS1jODM5LTRiYWUtOTRmNi1jMzBmYzBlNWZlOTUiIHN0RXZ0OndoZW49IjIwMTktMDMtMTFUMTY6Mjc6MzcrMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrkeLL4AAAJTSURBVEiJ1ZZNSFRRGIafM+NC1JIiqSBaWRsLKpqE0n4MWigRDVkLowxioJIQhLyji/6wmSJcWW0KoZYtipIWLqKCICqwMGxA2mQTpJAEFkQ6b4uZ5o7z10j3LPru5pzzffc+fD+89xhhxULEeJbeBdjms8NhiqfUp9Z1vGQK2XoC+qUGoU2aVZOwB0JbNKaDGlWTsAtCDZKak2ubmHV6p2MaUSANKt2iVYV9WZj1mtMeoUbNql4YAZcHaU/H33OCBTE1vKbR+VgIlGEtPKSJJwAEeEFrcry7iKcCvnKySELXWc3NIn7XamlOYeAVu1lrBBiiLQwBcMS5U+jd6AHuAnDcuZXPX7wFKRBEB2nngbOvIGYpMWoA+EadE8+NKA5ylaGL0b+UrSa1qi6hfCG2Z+wCdGZMXbGJKsXmzdx+SfWpdZ2ktgWOd8mg/BJkBZRPgiyBciXIEuhfJGgBoCwJsgVqUUI702Mxp6CtP2whCfLCSlUGy1bm3afy1cXN8n/MqK/SvwR+fL6QyOf1LKNot/8DE0xUvIm05vN7NHXRAU4pbgZYyWnQ0fDt5LnbI09AkV3msZ4n9vZOQ2Qjw6Y8UdvzZT7Ik9KZoFBH7zRAeIQ+qnxbs2O86dEiNDOW3r0Fyq2A9MmYxe5t4xBiMjvGkx5dWuN7z0yiberRsgpfyFxl8vuqi3PgeY96xjlMtRlaHvOPm358rKjsz47xTFQjm+k0G0jovikjDLoW7vB8vHOgZ8050A3OODN/zqxoXfi8uvlpTpgd7pklUQ1f0TCQcZ/9DY0s/u3luVHZAAAAAElFTkSuQmCC") -42px 1px no-repeat;
  font-size: 1px;
  display: block;
  position: absolute;
  top: 6px;
  right: 26px;
}

.chosen-container-single .chosen-single abbr:hover, .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  width: 18px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.chosen-container-single .chosen-single div b {
  width: 100%;
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFyWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMDMtMTFUMTU6NTU6MDErMDE6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTAzLTExVDE2OjI3OjM3KzAxOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTAzLTExVDE2OjI3OjM3KzAxOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDplYjQ2ZmI2YS1jODM5LTRiYWUtOTRmNi1jMzBmYzBlNWZlOTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Y2Y4OWQxYWUtZjgzMy00OTUyLWE2YmEtYWRlZGUzNzEwOTgyIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6Y2Y4OWQxYWUtZjgzMy00OTUyLWE2YmEtYWRlZGUzNzEwOTgyIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjZjg5ZDFhZS1mODMzLTQ5NTItYTZiYS1hZGVkZTM3MTA5ODIiIHN0RXZ0OndoZW49IjIwMTktMDMtMTFUMTU6NTU6MDErMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplYjQ2ZmI2YS1jODM5LTRiYWUtOTRmNi1jMzBmYzBlNWZlOTUiIHN0RXZ0OndoZW49IjIwMTktMDMtMTFUMTY6Mjc6MzcrMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrkeLL4AAAJTSURBVEiJ1ZZNSFRRGIafM+NC1JIiqSBaWRsLKpqE0n4MWigRDVkLowxioJIQhLyji/6wmSJcWW0KoZYtipIWLqKCICqwMGxA2mQTpJAEFkQ6b4uZ5o7z10j3LPru5pzzffc+fD+89xhhxULEeJbeBdjms8NhiqfUp9Z1vGQK2XoC+qUGoU2aVZOwB0JbNKaDGlWTsAtCDZKak2ubmHV6p2MaUSANKt2iVYV9WZj1mtMeoUbNql4YAZcHaU/H33OCBTE1vKbR+VgIlGEtPKSJJwAEeEFrcry7iKcCvnKySELXWc3NIn7XamlOYeAVu1lrBBiiLQwBcMS5U+jd6AHuAnDcuZXPX7wFKRBEB2nngbOvIGYpMWoA+EadE8+NKA5ylaGL0b+UrSa1qi6hfCG2Z+wCdGZMXbGJKsXmzdx+SfWpdZ2ktgWOd8mg/BJkBZRPgiyBciXIEuhfJGgBoCwJsgVqUUI702Mxp6CtP2whCfLCSlUGy1bm3afy1cXN8n/MqK/SvwR+fL6QyOf1LKNot/8DE0xUvIm05vN7NHXRAU4pbgZYyWnQ0fDt5LnbI09AkV3msZ4n9vZOQ2Qjw6Y8UdvzZT7Ik9KZoFBH7zRAeIQ+qnxbs2O86dEiNDOW3r0Fyq2A9MmYxe5t4xBiMjvGkx5dWuN7z0yiberRsgpfyFxl8vuqi3PgeY96xjlMtRlaHvOPm358rKjsz47xTFQjm+k0G0jovikjDLoW7vB8vHOgZ8050A3OODN/zqxoXfi8uvlpTpgd7pklUQ1f0TCQcZ/9DY0s/u3luVHZAAAAAElFTkSuQmCC") 0 2px no-repeat;
  display: block;
}

.chosen-container-single .chosen-search {
  z-index: 1010;
  white-space: nowrap;
  margin: 0;
  padding: 3px 4px;
  position: relative;
}

.chosen-container-single .chosen-search input[type="text"] {
  width: 100%;
  height: auto;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFyWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMDMtMTFUMTU6NTU6MDErMDE6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTAzLTExVDE2OjI3OjM3KzAxOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTAzLTExVDE2OjI3OjM3KzAxOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDplYjQ2ZmI2YS1jODM5LTRiYWUtOTRmNi1jMzBmYzBlNWZlOTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Y2Y4OWQxYWUtZjgzMy00OTUyLWE2YmEtYWRlZGUzNzEwOTgyIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6Y2Y4OWQxYWUtZjgzMy00OTUyLWE2YmEtYWRlZGUzNzEwOTgyIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjZjg5ZDFhZS1mODMzLTQ5NTItYTZiYS1hZGVkZTM3MTA5ODIiIHN0RXZ0OndoZW49IjIwMTktMDMtMTFUMTU6NTU6MDErMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplYjQ2ZmI2YS1jODM5LTRiYWUtOTRmNi1jMzBmYzBlNWZlOTUiIHN0RXZ0OndoZW49IjIwMTktMDMtMTFUMTY6Mjc6MzcrMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrkeLL4AAAJTSURBVEiJ1ZZNSFRRGIafM+NC1JIiqSBaWRsLKpqE0n4MWigRDVkLowxioJIQhLyji/6wmSJcWW0KoZYtipIWLqKCICqwMGxA2mQTpJAEFkQ6b4uZ5o7z10j3LPru5pzzffc+fD+89xhhxULEeJbeBdjms8NhiqfUp9Z1vGQK2XoC+qUGoU2aVZOwB0JbNKaDGlWTsAtCDZKak2ubmHV6p2MaUSANKt2iVYV9WZj1mtMeoUbNql4YAZcHaU/H33OCBTE1vKbR+VgIlGEtPKSJJwAEeEFrcry7iKcCvnKySELXWc3NIn7XamlOYeAVu1lrBBiiLQwBcMS5U+jd6AHuAnDcuZXPX7wFKRBEB2nngbOvIGYpMWoA+EadE8+NKA5ylaGL0b+UrSa1qi6hfCG2Z+wCdGZMXbGJKsXmzdx+SfWpdZ2ktgWOd8mg/BJkBZRPgiyBciXIEuhfJGgBoCwJsgVqUUI702Mxp6CtP2whCfLCSlUGy1bm3afy1cXN8n/MqK/SvwR+fL6QyOf1LKNot/8DE0xUvIm05vN7NHXRAU4pbgZYyWnQ0fDt5LnbI09AkV3msZ4n9vZOQ2Qjw6Y8UdvzZT7Ik9KZoFBH7zRAeIQ+qnxbs2O86dEiNDOW3r0Fyq2A9MmYxe5t4xBiMjvGkx5dWuN7z0yiberRsgpfyFxl8vuqi3PgeY96xjlMtRlaHvOPm358rKjsz47xTFQjm+k0G0jovikjDLoW7vB8vHOgZ8050A3OODN/zqxoXfi8uvlpTpgd7pklUQ1f0TCQcZ/9DY0s/u3luVHZAAAAAElFTkSuQmCC") 100% -20px no-repeat;
  border: 1px solid #aaa;
  border-radius: 0;
  outline: 0;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  font-family: sans-serif;
  font-size: 1em;
  line-height: normal;
}

.chosen-container-single .chosen-drop {
  background-clip: padding-box;
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100%);
  position: absolute;
}

.chosen-container .chosen-results {
  color: #444;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.chosen-container .chosen-results li {
  word-wrap: break-word;
  -webkit-touch-callout: none;
  margin: 0;
  padding: 5px 6px;
  line-height: 15px;
  list-style: none;
  display: none;
}

.chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}

.chosen-container .chosen-results li.disabled-result {
  color: #ccc;
  cursor: default;
  display: list-item;
}

.chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #7ed321;
}

.chosen-container .chosen-results li.no-results {
  color: #4a4a4a;
  background: #f5f5f5;
  display: list-item;
}

.chosen-container .chosen-results li.group-result {
  cursor: default;
  font-weight: bold;
  display: list-item;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  width: 100%;
  height: auto;
  cursor: text;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  margin: 0;
  padding: .375rem;
  position: relative;
  overflow: hidden;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 25px;
  box-shadow: none;
  color: #999;
  width: 25px;
  border-radius: 0;
  outline: 0;
  margin: 1px 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 100%;
  line-height: normal;
  background: none !important;
  border: 0 !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
  max-width: 100%;
  cursor: default;
  color: #fff;
  background-color: #7ed321;
  background-clip: padding-box;
  border-radius: 15px;
  margin: 0 5px 0 0;
  padding: 0 30px 0 10px;
  font-size: 1rem;
  line-height: 1.625rem;
  position: relative;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  width: 12px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
  content: "";
  height: 100%;
  width: 100%;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  color: #666;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  border: 1px solid #ccc;
  padding-right: 5px;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  color: #ccc;
  cursor: default;
  display: list-item;
}

.chosen-container-active .chosen-single {
  border: 1px solid #7ed321;
  box-shadow: 0 0 5px #0000004d;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  border: 1px solid #aaa;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: inset 0 1px #fff;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  background: none;
  border-left: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #7ed321;
  box-shadow: 0 0 5px #0000004d;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

.chosen-disabled {
  cursor: default;
  opacity: .5 !important;
}

.chosen-disabled .chosen-single, .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  padding: 0 8px 0 0;
  overflow: visible;
}

.chosen-rtl .chosen-single span {
  direction: rtl;
  margin-left: 26px;
  margin-right: 0;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  left: 3px;
  right: auto;
}

.chosen-rtl .chosen-single abbr {
  left: 26px;
  right: auto;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  left: 4px;
  right: auto;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-left: 0;
  padding-right: 15px;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  direction: rtl;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFyWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMDMtMTFUMTU6NTU6MDErMDE6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTAzLTExVDE2OjI3OjM3KzAxOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTAzLTExVDE2OjI3OjM3KzAxOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDplYjQ2ZmI2YS1jODM5LTRiYWUtOTRmNi1jMzBmYzBlNWZlOTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Y2Y4OWQxYWUtZjgzMy00OTUyLWE2YmEtYWRlZGUzNzEwOTgyIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6Y2Y4OWQxYWUtZjgzMy00OTUyLWE2YmEtYWRlZGUzNzEwOTgyIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjZjg5ZDFhZS1mODMzLTQ5NTItYTZiYS1hZGVkZTM3MTA5ODIiIHN0RXZ0OndoZW49IjIwMTktMDMtMTFUMTU6NTU6MDErMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplYjQ2ZmI2YS1jODM5LTRiYWUtOTRmNi1jMzBmYzBlNWZlOTUiIHN0RXZ0OndoZW49IjIwMTktMDMtMTFUMTY6Mjc6MzcrMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrkeLL4AAAJTSURBVEiJ1ZZNSFRRGIafM+NC1JIiqSBaWRsLKpqE0n4MWigRDVkLowxioJIQhLyji/6wmSJcWW0KoZYtipIWLqKCICqwMGxA2mQTpJAEFkQ6b4uZ5o7z10j3LPru5pzzffc+fD+89xhhxULEeJbeBdjms8NhiqfUp9Z1vGQK2XoC+qUGoU2aVZOwB0JbNKaDGlWTsAtCDZKak2ubmHV6p2MaUSANKt2iVYV9WZj1mtMeoUbNql4YAZcHaU/H33OCBTE1vKbR+VgIlGEtPKSJJwAEeEFrcry7iKcCvnKySELXWc3NIn7XamlOYeAVu1lrBBiiLQwBcMS5U+jd6AHuAnDcuZXPX7wFKRBEB2nngbOvIGYpMWoA+EadE8+NKA5ylaGL0b+UrSa1qi6hfCG2Z+wCdGZMXbGJKsXmzdx+SfWpdZ2ktgWOd8mg/BJkBZRPgiyBciXIEuhfJGgBoCwJsgVqUUI702Mxp6CtP2whCfLCSlUGy1bm3afy1cXN8n/MqK/SvwR+fL6QyOf1LKNot/8DE0xUvIm05vN7NHXRAU4pbgZYyWnQ0fDt5LnbI09AkV3msZ4n9vZOQ2Qjw6Y8UdvzZT7Ik9KZoFBH7zRAeIQ+qnxbs2O86dEiNDOW3r0Fyq2A9MmYxe5t4xBiMjvGkx5dWuN7z0yiberRsgpfyFxl8vuqi3PgeY96xjlMtRlaHvOPm358rKjsz47xTFQjm+k0G0jovikjDLoW7vB8vHOgZ8050A3OODN/zqxoXfi8uvlpTpgd7pklUQ1f0TCQcZ/9DY0s/u3luVHZAAAAAElFTkSuQmCC") -30px -20px no-repeat;
  padding: 4px 5px 4px 20px;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5x) {
  .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFyWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMDMtMTFUMTU6NTU6MDErMDE6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTAzLTExVDE2OjI3OjM3KzAxOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTAzLTExVDE2OjI3OjM3KzAxOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDplYjQ2ZmI2YS1jODM5LTRiYWUtOTRmNi1jMzBmYzBlNWZlOTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Y2Y4OWQxYWUtZjgzMy00OTUyLWE2YmEtYWRlZGUzNzEwOTgyIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6Y2Y4OWQxYWUtZjgzMy00OTUyLWE2YmEtYWRlZGUzNzEwOTgyIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjZjg5ZDFhZS1mODMzLTQ5NTItYTZiYS1hZGVkZTM3MTA5ODIiIHN0RXZ0OndoZW49IjIwMTktMDMtMTFUMTU6NTU6MDErMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplYjQ2ZmI2YS1jODM5LTRiYWUtOTRmNi1jMzBmYzBlNWZlOTUiIHN0RXZ0OndoZW49IjIwMTktMDMtMTFUMTY6Mjc6MzcrMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrkeLL4AAAJTSURBVEiJ1ZZNSFRRGIafM+NC1JIiqSBaWRsLKpqE0n4MWigRDVkLowxioJIQhLyji/6wmSJcWW0KoZYtipIWLqKCICqwMGxA2mQTpJAEFkQ6b4uZ5o7z10j3LPru5pzzffc+fD+89xhhxULEeJbeBdjms8NhiqfUp9Z1vGQK2XoC+qUGoU2aVZOwB0JbNKaDGlWTsAtCDZKak2ubmHV6p2MaUSANKt2iVYV9WZj1mtMeoUbNql4YAZcHaU/H33OCBTE1vKbR+VgIlGEtPKSJJwAEeEFrcry7iKcCvnKySELXWc3NIn7XamlOYeAVu1lrBBiiLQwBcMS5U+jd6AHuAnDcuZXPX7wFKRBEB2nngbOvIGYpMWoA+EadE8+NKA5ylaGL0b+UrSa1qi6hfCG2Z+wCdGZMXbGJKsXmzdx+SfWpdZ2ktgWOd8mg/BJkBZRPgiyBciXIEuhfJGgBoCwJsgVqUUI702Mxp6CtP2whCfLCSlUGy1bm3afy1cXN8n/MqK/SvwR+fL6QyOf1LKNot/8DE0xUvIm05vN7NHXRAU4pbgZYyWnQ0fDt5LnbI09AkV3msZ4n9vZOQ2Qjw6Y8UdvzZT7Ik9KZoFBH7zRAeIQ+qnxbs2O86dEiNDOW3r0Fyq2A9MmYxe5t4xBiMjvGkx5dWuN7z0yiberRsgpfyFxl8vuqi3PgeY96xjlMtRlaHvOPm358rKjsz47xTFQjm+k0G0jovikjDLoW7vB8vHOgZ8050A3OODN/zqxoXfi8uvlpTpgd7pklUQ1f0TCQcZ/9DY0s/u3luVHZAAAAAElFTkSuQmCC") !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important;
  }
}

.select2-container {
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #fff;
  border-radius: .2rem;
  margin: 0;
  display: inline-block;
  position: relative;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  height: 3.7rem;
  user-select: none;
  border-radius: .9375rem;
  outline: 0;
  display: block;
}

@media (max-width: 1199.98px) {
  .select2-container .select2-selection--single {
    height: 3.4rem;
  }
}

.select2-container .select2-selection--single .select2-selection__rendered {
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 8px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 8px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  min-height: 32px;
  user-select: none;
  display: block;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 8px;
  display: inline-block;
  overflow: hidden;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  margin-top: 5px;
  padding: 0;
  font-size: 100%;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  box-sizing: border-box;
  width: 100%;
  z-index: 1051;
  background-color: #fff;
  border-radius: .9375rem;
  display: block;
  position: absolute;
  left: -100000px;
}

.select2-results {
  display: block;
}

.select2-results__options {
  margin: 0;
  padding: 0;
  list-style: none;
}

.select2-results__option {
  user-select: none;
  padding: 6px;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  padding: 4px;
  display: block;
}

.select2-search--dropdown .select2-search__field {
  width: 100%;
  box-sizing: border-box;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  filter: alpha(opacity= 0);
  background-color: #fff;
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}

.select2-hidden-accessible {
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  white-space: nowrap !important;
  border: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.select2-container--default .select2-selection--single {
  background-color: #0000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  border-radius: .9375rem;
  line-height: 3.7rem;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3.7rem;
  width: 1.5rem;
  position: absolute;
  top: 1px;
  right: 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 1.5rem;
  width: 1.5rem;
  margin-top: -1rem;
  margin-left: -.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  content: "";
  text-align: center;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: block;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: default;
  background-color: #eee;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 4px 5px;
  border-color: #0000 #0000 #888;
}

.select2-container--default .select2-selection--multiple {
  cursor: text;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: .9375rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 5px;
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  margin-top: 5px;
  margin-right: 10px;
  font-weight: bold;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  cursor: default;
  float: left;
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: .9375rem;
  margin-top: 5px;
  margin-right: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  margin-right: 2px;
  font-weight: bold;
  display: inline-block;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  cursor: default;
  background-color: #eee;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d1d1d1;
  outline: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
  box-shadow: none;
  -webkit-appearance: textfield;
  background: none;
  border: none;
  outline: 0;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #fff;
  background-color: #7ed321;
}

.select2-container--default .select2-results__group {
  cursor: default;
  padding: 6px;
  display: block;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: .9375rem;
  outline: 0;
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #7ed321;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  border-radius: .9375rem;
  line-height: 4.625rem;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  margin-right: 10px;
  font-weight: bold;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  height: 26px;
  width: 20px;
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#FFEEEEEE", endColorstr= "#FFCCCCCC", GradientType= 0);
  background-color: #ddd;
  background-image: linear-gradient(#eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: .9375rem;
  border-bottom-right-radius: .9375rem;
  position: absolute;
  top: 1px;
  right: 1px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  height: 1.25rem;
  width: 1.25rem;
  margin-top: -.625rem;
  margin-left: -.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b:after {
  content: "";
  text-align: center;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: .75rem;
  line-height: 1.25rem;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: .9375rem 0;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: none;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 4px 5px;
  border-color: #0000 #0000 #888;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#FFFFFFFF", endColorstr= "#FFEEEEEE", GradientType= 0);
  background-image: linear-gradient(#fff 0%, #eee 50%);
  background-repeat: repeat-x;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#FFEEEEEE", endColorstr= "#FFFFFFFF", GradientType= 0);
  background-image: linear-gradient(#eee 50%, #fff 100%);
  background-repeat: repeat-x;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-selection--multiple {
  cursor: text;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: .9375rem;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
  padding: 0 5px;
  list-style: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  cursor: default;
  float: left;
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: .9375rem;
  margin-top: 5px;
  margin-right: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  margin-right: 2px;
  font-weight: bold;
  display: inline-block;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #7ed321;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  box-shadow: none;
  outline: 0;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid #0000;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: gray;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  color: #fff;
  background-color: #7ed321;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  padding: 6px;
  display: block;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  color: #6db51b;
}

.tooltip.bs-tooltip-top .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: #6db51b;
}

.tooltip.bs-tooltip-top .tooltip-inner, .tooltip.bs-tooltip-auto[x-placement^="top"] .tooltip-inner {
  color: #000;
  text-align: left;
  background-color: #fff;
  border: 2px solid #6db51b;
  border-radius: 1rem;
  padding: .5rem;
}

.tooltip.bs-tooltip-top .tooltip-inner h5, .tooltip.bs-tooltip-auto[x-placement^="top"] .tooltip-inner h5 {
  margin-bottom: .5rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}

.tooltip.bs-tooltip-top .tooltip-inner p, .tooltip.bs-tooltip-auto[x-placement^="top"] .tooltip-inner p {
  margin: 0;
  font-size: .825rem;
  line-height: 1.2;
}

.owl-dots {
  z-index: 1030;
  width: 12.5rem;
  text-align: center;
  opacity: .6;
  margin: -6.25rem;
  transition: opacity .125s ease-in-out;
  position: absolute;
  bottom: 13.75rem;
  left: 50%;
}

@media (max-width: 1199.98px) {
  .owl-dots {
    bottom: 11.25rem;
  }
}

.owl-dots:hover {
  opacity: 1;
}

.owl-dots .owl-dot {
  height: .875rem;
  width: .875rem;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.owl-dots .owl-dot.active span {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: 2px;
}

.owl-dots .owl-dot + .owl-dot {
  margin-left: .875rem;
}

.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  position: relative;
}

.owl-carousel > .item {
  display: none !important;
}

.owl-carousel > .item:first-child {
  display: flex !important;
}

.owl-carousel .owl-stage {
  -ms-touch-action: pan-Y;
  position: relative;
}

.owl-carousel .owl-stage:after {
  content: ".";
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
  display: block;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  position: relative;
}

.owl-carousel .owl-item img {
  width: 100%;
  -webkit-transform-style: preserve-3d;
  display: block;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  user-select: none;
  -khtml-user-select: none;
  padding: 0 !important;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  height: 100%;
  background: #000;
  position: relative;
}

.owl-carousel .owl-video-play-icon {
  height: 80px;
  width: 80px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  margin-top: -40px;
  margin-left: -40px;
  transition: transform .1s;
  position: absolute;
  top: 50%;
  left: 50%;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s;
}

.owl-carousel .owl-video-frame {
  z-index: 1;
  height: 100%;
  width: 100%;
  position: relative;
}

.hc-nav-trigger {
  display: none !important;
}

html.hc-nav-yscroll {
  overflow-y: scroll;
}

body.hc-nav-open {
  width: 100%;
  min-height: 100%;
  position: fixed;
  overflow: visible;
}

.hc-offcanvas-nav {
  visibility: hidden;
  height: 100%;
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
}

.hc-offcanvas-nav.is-ios * {
  cursor: pointer !important;
}

.hc-offcanvas-nav .nav-container {
  z-index: 9998;
  width: 80%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  transition: transform .4s, -webkit-transform .4s;
  position: fixed;
  top: 0;
}

.hc-offcanvas-nav .nav-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  box-sizing: border-box;
}

.hc-offcanvas-nav .nav-content {
  height: 100%;
  max-height: 100vh;
}

.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
  box-sizing: border-box;
  overflow-x: visible;
  overflow-y: auto;
}

.hc-offcanvas-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hc-offcanvas-nav li {
  display: block;
  position: relative;
}

.hc-offcanvas-nav li.level-open > .nav-wrapper {
  visibility: visible;
}

.hc-offcanvas-nav input[type="checkbox"] {
  display: none;
}

.hc-offcanvas-nav label {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  inset: 0;
}

.hc-offcanvas-nav a {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  position: relative;
}

.hc-offcanvas-nav a, .hc-offcanvas-nav a:hover {
  text-decoration: none;
}

.hc-offcanvas-nav .nav-item {
  box-sizing: border-box;
  display: block;
  position: relative;
}

.hc-offcanvas-nav.disable-body:after, .hc-offcanvas-nav .nav-wrapper:after {
  content: "";
  z-index: 9990;
  width: 100%;
  height: 100%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s .4s, opacity .4s;
  position: fixed;
  inset: 0;
}

.hc-offcanvas-nav.disable-body.nav-open:after, .hc-offcanvas-nav .sub-level-open:after {
  visibility: visible;
  opacity: 1;
  transition-delay: 50ms;
}

.hc-offcanvas-nav:not(.nav-open):after {
  pointer-events: none;
}

.hc-offcanvas-nav.nav-levels-expand .nav-content {
  box-sizing: border-box;
  overflow-x: visible;
  overflow-y: auto;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper:after {
  display: none;
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
  min-width: 0;
  max-height: 0;
  transition: height 0s .4s;
  overflow: hidden;
}

.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper {
  max-height: none;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content {
  box-sizing: border-box;
  overflow-x: visible;
  overflow-y: auto;
}

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
  z-index: 9999;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s .4s, transform .4s, -webkit-transform .4s;
  position: absolute;
  top: 0;
}

.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
  position: static;
}

.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
  visibility: visible;
  transition: transform .4s, -webkit-transform .4s;
  transform: translate3d(0, 0, 0);
}

.hc-offcanvas-nav.nav-position-left {
  left: 0;
}

.hc-offcanvas-nav.nav-position-left .nav-container {
  left: 0;
  transform: translate3d(-240px, 0, 0);
}

.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.hc-offcanvas-nav.nav-position-right {
  right: 0;
}

.hc-offcanvas-nav.nav-position-right .nav-container {
  right: 0;
  transform: translate3d(240px, 0, 0);
}

.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
  right: 0;
  transform: translate3d(100%, 0, 0);
}

.hc-offcanvas-nav.nav-position-top {
  top: 0;
}

.hc-offcanvas-nav.nav-position-top .nav-container {
  width: 100%;
  height: auto;
  top: 0;
  transform: translate3d(0, -100%, 0);
}

.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, -100%, 0);
}

.hc-offcanvas-nav.nav-position-bottom {
  top: auto;
  bottom: 0;
}

.hc-offcanvas-nav.nav-position-bottom .nav-container {
  width: 100%;
  height: auto;
  top: auto;
  bottom: 0;
  transform: translate3d(0, 100%, 0);
}

.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, 100%, 0);
}

.hc-offcanvas-nav.nav-open[class*="hc-nav-"] div.nav-container {
  transform: translate3d(0, 0, 0);
}

.hc-nav-trigger {
  cursor: pointer;
  user-select: none;
  z-index: 9980;
  width: 30px;
  min-height: 24px;
  display: none;
  position: absolute;
  top: 20px;
}

.hc-nav-trigger span {
  width: 30px;
  transform-origin: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.hc-nav-trigger span, .hc-nav-trigger span:before, .hc-nav-trigger span:after {
  height: 4px;
  background: #34495e;
  transition: all .2s;
  display: block;
  position: absolute;
  left: 0;
}

.hc-nav-trigger span:before, .hc-nav-trigger span:after {
  content: "";
  width: 100%;
}

.hc-nav-trigger span:before {
  top: -10px;
}

.hc-nav-trigger span:after {
  bottom: -10px;
}

.hc-nav-trigger.toggle-open span {
  background: none;
  transform: rotate(45deg);
}

.hc-nav-trigger.toggle-open span:before {
  transform: translate3d(0, 10px, 0);
}

.hc-nav-trigger.toggle-open span:after {
  transform: rotate(-90deg)translate3d(10px, 0, 0);
}

.hc-offcanvas-nav:after, .hc-offcanvas-nav .nav-wrapper:after {
  background: #0000004d;
}

.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
  background: #6cb61c;
}

.hc-offcanvas-nav h2 {
  text-align: left;
  color: #64a81a;
  padding: 20px 17px;
  font-size: 19px;
  font-weight: normal;
}

.hc-offcanvas-nav a, .hc-offcanvas-nav .nav-item {
  color: #fff;
  z-index: 1;
  background: none;
  border-bottom: 1px solid #64a81a;
  padding: 14px 17px;
  font-size: 15px;
}

.hc-offcanvas-nav:not(.touch-device) a:hover {
  background: #64a81a;
}

.hc-offcanvas-nav ul:first-of-type:not(:first-child) > li:first-child:not(.nav-back):not(.nav-close) > a {
  border-top: 1px solid #64a81a;
  margin-top: -1px;
}

.hc-offcanvas-nav li {
  text-align: left;
}

.hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav li.nav-back a {
  background: #64a819;
  border-top: 1px solid #64a819;
  border-bottom: 1px solid #64a819;
}

.hc-offcanvas-nav li.nav-close a:hover, .hc-offcanvas-nav li.nav-back a:hover {
  background: #64a819;
}

.hc-offcanvas-nav li.nav-close:not(:first-child) a, .hc-offcanvas-nav li.nav-back:not(:first-child) a {
  margin-top: -1px;
}

.hc-offcanvas-nav li.nav-parent .nav-item {
  padding-right: 58px;
}

.hc-offcanvas-nav li.nav-close span, .hc-offcanvas-nav li.nav-parent span.nav-next, .hc-offcanvas-nav li.nav-back span {
  width: 45px;
  text-align: center;
  cursor: pointer;
  transition: background .2s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.hc-offcanvas-nav li.nav-close span:before, .hc-offcanvas-nav li.nav-close span:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.hc-offcanvas-nav li.nav-close span:before {
  margin-left: -6px;
  transform: rotate(135deg);
}

.hc-offcanvas-nav li.nav-close span:after {
  transform: rotate(-45deg);
}

.hc-offcanvas-nav a[href]:not([href="#"]) > span.nav-next {
  border-left: 1px solid #64a81a;
}

.hc-offcanvas-nav span.nav-next:before, .hc-offcanvas-nav li.nav-back span:before {
  content: "";
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  transform-origin: center;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  margin-left: -2px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.hc-offcanvas-nav span.nav-next:before {
  transform: translate(-50%, -50%)rotate(135deg);
}

.hc-offcanvas-nav li.nav-back span:before {
  transform: translate(-50%, -50%)rotate(-45deg);
}

.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
  box-shadow: 1px 0 2px #0003;
}

.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper {
  box-shadow: -1px 0 2px #0003;
}

.hc-offcanvas-nav.nav-position-right span.nav-next:before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%)rotate(-45deg);
}

.hc-offcanvas-nav.nav-position-right li.nav-back span:before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%)rotate(135deg);
}

.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
  box-shadow: 0 1px 2px #0003;
}

.hc-offcanvas-nav.nav-position-top span.nav-next:before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%)rotate(-135deg);
}

.hc-offcanvas-nav.nav-position-top li.nav-back span:before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%)rotate(45deg);
}

.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
  box-shadow: 0 -1px 2px #0003;
}

.hc-offcanvas-nav.nav-position-bottom span.nav-next:before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%)rotate(45deg);
}

.hc-offcanvas-nav.nav-position-bottom li.nav-back span:before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%)rotate(-135deg);
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper, .hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper {
  box-shadow: none;
  background: none;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2, .hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {
  display: none;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul .nav-item, .hc-offcanvas-nav.nav-levels-none .nav-container ul ul .nav-item {
  font-size: 14px;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li, .hc-offcanvas-nav.nav-levels-none .nav-container li {
  transition: background .3s;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open {
  background: #6cb61c;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a {
  border-bottom: 1px solid #64a81a;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a:hover, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a:hover {
  background: #6cb61c;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open > .nav-item .nav-next:before, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open > .nav-item .nav-next:before {
  margin-top: 2px;
  transform: translate(-50%, -50%)rotate(45deg);
}

.hc-offcanvas-nav.nav-levels-expand .nav-container span.nav-next:before, .hc-offcanvas-nav.nav-levels-none .nav-container span.nav-next:before {
  margin-top: -2px;
  transform: translate(-50%, -50%)rotate(-135deg);
}

#search-input-mobile {
  border: 0;
  border-radius: .25rem;
}

.hc-offcanvas-nav li > a {
  text-transform: uppercase;
}

.hc-offcanvas-nav li li a {
  text-transform: none;
}

.hc-offcanvas-nav li.secondary a {
  text-transform: none;
  background-color: #63a717;
  border-bottom: 1px solid #5b8c25;
  padding: 8px 17px;
}

.hc-offcanvas-nav li.secondary.change-nav {
  border-top: 4px solid #5b8c25;
}

@media print {
  html, body {
    color: #4a4a4a;
  }
}

@media (max-width: 1199.98px) {
  html {
    font-size: 96%;
  }
}

@media (max-width: 575.98px) {
  html {
    font-size: 94%;
  }
}

.container-fluid {
  max-width: 1600px;
}

.container-limited {
  max-width: 1140px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .container-limited .col-right {
    max-width: 28%;
  }
}

@media (max-width: 1365.98px) {
  .container-limited {
    width: 84%;
  }
}

@media (max-width: 991.98px) {
  .container-limited {
    width: 90%;
  }
}

.container-fluid {
  padding: 0;
}

#content {
  max-width: 1600px;
  background-color: #fff;
  background-image: url("../bg-footer.da99de00.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12.5rem;
}

#content.bg-gray {
  background-image: url("../bg-footer-gray.0fc5688e.webp");
  background-color: #fafafa !important;
}

@media (max-width: 991.98px) {
  body #navigation {
    background: none;
  }
}

#site {
  padding: 0;
  box-shadow: 0 0 30px #b1b1b1bf;
}

.slide-top {
  z-index: 2;
  margin-top: -7.1875rem;
  position: relative;
}

@media (max-width: 1199.98px) {
  .slide-top {
    margin-top: -5.625rem;
  }
}

.slide-bottom {
  z-index: 2;
  padding-top: 3.75rem;
  position: relative;
}

@media (max-width: 1199.98px) {
  .slide-bottom {
    margin-top: 2.5rem;
  }
}

.has-header #content, header + #navigation + #content {
  margin-top: 0 !important;
}

#content {
  margin-top: 6.5625rem !important;
}

@media (max-width: 991.98px) {
  #content {
    margin-top: 4.2rem !important;
  }
}

strong {
  font-weight: 700;
}

html.noScroll, body.noScroll {
  overflow-x: hidden;
}

body.noScroll {
  position: relative;
}

body {
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -.5px;
}

h1.underline, h2.underline, h3.underline {
  position: relative;
}

h1.underline span, h2.underline span, h3.underline span {
  background-color: #fff;
  padding-right: 1.875rem;
  display: inline-block;
  position: relative;
}

h1.underline:before, h2.underline:before, h3.underline:before {
  content: "";
  height: 1px;
  background-color: #212529;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

h1.underline.text-center span, h2.underline.text-center span, h3.underline.text-center span {
  padding-left: 1.875rem;
}

h1.underline.text-green:before, h2.underline.text-green:before, h3.underline.text-green:before {
  background-color: #7ed321;
}

@media (max-width: 1199.98px) {
  h1 {
    font-size: 3.125rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.875rem;
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }
}

span.category {
  padding-left: .75rem;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

span.category:before {
  content: "";
  width: .25rem;
  background-color: #7ed321;
  position: absolute;
  top: 1px;
  bottom: 2px;
  left: 1px;
}

iframe {
  border-width: 0;
  width: 100% !important;
}

@media print {
  .content, .col-print {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.content {
  position: relative;
}

.content .fr-video {
  width: 80%;
  margin: 0 auto;
  display: block;
  position: relative;
}

.content .fr-video:after {
  content: "";
  padding-bottom: 56%;
  display: block;
}

.content .fr-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.content p + h1, .content ul + h1, .content span + h1, .content table + h1, .content ol + h1, .content blockquote + h1, .content a + h1, .content div + h1, .content p + h2, .content ul + h2, .content span + h2, .content table + h2, .content ol + h2, .content blockquote + h2, .content a + h2, .content div + h2, .content p + h3, .content ul + h3, .content span + h3, .content table + h3, .content ol + h3, .content blockquote + h3, .content a + h3, .content div + h3, .content p + h4, .content ul + h4, .content span + h4, .content table + h4, .content ol + h4, .content blockquote + h4, .content a + h4, .content div + h4, .content p + h5, .content ul + h5, .content span + h5, .content table + h5, .content ol + h5, .content blockquote + h5, .content a + h5, .content div + h5, .content p + h6, .content ul + h6, .content span + h6, .content table + h6, .content ol + h6, .content blockquote + h6, .content a + h6 div + h6 {
  padding-top: 1.4rem;
}

.content h1, .content h2 {
  color: #7ed321;
}

.content h3, .content h4, .content h5, .content h6 {
  color: #4a4a4a;
}

.content p {
  margin-bottom: 1.1rem;
}

.content p:last-child {
  margin-bottom: 0;
}

.content h1, .content h2, .content h3, .content h4, .content h4, .content h5 {
  margin-bottom: 1.1rem;
}

.content hr {
  margin: 3.125rem 0;
}

.content img {
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 991.98px) {
  .content img {
    max-width: 60% !important;
  }
}

@media (max-width: 575.98px) {
  .content img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.content strong {
  color: #7d7d7d;
  font-weight: bold;
}

.content img.fr-bordered {
  border: 1px solid #e8e8e8;
}

.content .fr-dib {
  text-align: center;
  margin: 1rem auto;
  display: block;
}

.content .fr-fir {
  float: right;
  margin-bottom: 1.875rem;
  margin-left: 1.875rem;
}

@media (max-width: 575.98px) {
  .content .fr-fir {
    float: none;
    margin: 0;
  }
}

.content .fr-fil {
  float: left;
  margin-bottom: 1.875rem;
  margin-right: 1.875rem;
}

@media (max-width: 575.98px) {
  .content .fr-fil {
    float: none;
    margin: 0;
  }
}

.content .float-right {
  border-radius: 1rem;
  margin-bottom: 1.875rem;
  margin-left: 1.875rem;
}

@media (max-width: 575.98px) {
  .content .float-right {
    float: none;
    margin: 0;
  }
}

.content .float-left {
  border-radius: 1rem;
  margin-bottom: 1.875rem;
  margin-right: 1.875rem;
}

@media (max-width: 575.98px) {
  .content .float-left {
    float: none;
    margin: 0;
  }
}

.content p.lead {
  color: #7ed321;
}

@media (max-width: 575.98px) {
  .content p.lead {
    font-size: 1.1875rem;
  }
}

.content p a, .content li a, .content td a, .content th a {
  color: #7ed321;
  transition: all .125s ease-in-out;
  position: relative;
}

.content p a:hover, .content li a:hover, .content td a:hover, .content th a:hover {
  color: #207629;
}

.content p a:hover:before, .content li a:hover:before, .content td a:hover:before, .content th a:hover:before {
  content: "";
  border-color: #207629;
}

.content p a:before, .content li a:before, .content td a:before, .content th a:before {
  content: "";
  width: 100%;
  border-top: 1px dotted #7ed321;
  position: absolute;
  bottom: 0;
}

.content ul, .content ol {
  margin-bottom: 1.5rem;
}

.content ul li + li, .content ol li + li {
  margin-top: .5rem;
}

.content ul li {
  list-style: none;
  position: relative;
}

.content ul li:before {
  content: "";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: .6rem;
  position: absolute;
  top: .375rem;
  left: -1rem;
}

@media (max-width: 575.98px) {
  .content .fr-img-caption {
    width: 100% !important;
  }
}

.content .fr-img-caption .fr-inner {
  text-align: center;
  padding-top: .3rem;
  font-size: .875rem;
  display: block;
}

.content .widget-quote {
  width: auto;
  max-width: 40%;
  margin: .5rem;
  padding: 2.8rem 3.2rem;
  position: relative;
}

@media (max-width: 575.98px) {
  .content .widget-quote {
    margin: 0;
    padding: 2.2rem 2rem;
    max-width: 100% !important;
  }
}

.content .widget-quote > span {
  color: #9b9b9b;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .content .widget-quote > span {
    font-size: 1.5rem;
  }
}

.content .widget-quote:before {
  content: "";
  color: #7ed321;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 575.98px) {
  .content .widget-quote:before {
    font-size: 2rem;
  }
}

.content .widget-quote:after {
  content: "";
  color: #7ed321;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 575.98px) {
  .content .widget-quote:after {
    font-size: 2rem;
  }
}

.content img.w-10 {
  width: 10%;
}

.content img.w-20 {
  width: 20%;
}

.content img.w-25 {
  width: 25%;
}

.content img.w-30 {
  width: 30%;
}

.content img.w-33 {
  width: 33%;
}

.content img.w-40 {
  width: 40%;
}

.content img.w-50 {
  width: 50%;
}

.content img.w-60 {
  width: 60%;
}

.content img.w-70 {
  width: 70%;
}

.content img.w-80 {
  width: 80%;
}

.content img.w-90 {
  width: 90%;
}

.content img.w-100 {
  width: 100%;
}

#list-items .item + .item {
  margin-top: 1.875rem;
}

#list-items .item .img {
  width: 18.75rem;
}

#list-items .item h3 {
  color: #343a40;
}

#list-items .item h3:hover {
  color: #7ed321;
}

#list-items .item .text-body {
  font-size: 1.375rem;
}

.bg-image {
  background-position: center;
  background-size: cover;
}

a:hover .bg-image-wrapper .bg-image {
  transform: scale(1.0125);
}

.bg-image-wrapper, .bg-background {
  border: 1px solid #e8e8e8;
  overflow: hidden;
}

.bg-image-wrapper.bg-image-wrapper-vertical, .bg-background.bg-image-wrapper-vertical {
  border: 1px solid #e8e8e8;
}

.bg-image-wrapper .bg-image, .bg-background .bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .125s linear;
}

.bg-image-wrapper .bg-vertical, .bg-background .bg-vertical {
  width: 100%;
  position: relative;
}

.bg-image-wrapper .bg-vertical:after, .bg-background .bg-vertical:after {
  content: "";
  padding-bottom: 141%;
  display: block;
}

.bg-image-wrapper .content, .bg-background .content {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .125s linear;
  position: absolute;
}

.read-more {
  color: #7ed321;
  letter-spacing: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.25rem;
}

textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, [type="text"].form-control:focus, [type="password"].form-control:focus, [type="email"].form-control:focus, [type="tel"].form-control:focus, [contenteditable].form-control:focus {
  box-shadow: inset 0 -1px #ddd;
}

.material .form-control {
  border-width: 0 0 1px;
  border-radius: 0;
}

.material .input-group-prepend .input-group-text, .material .input-group-append .input-group-text {
  background: none;
  border-width: 0 0 1px;
  border-radius: 0;
  font-size: 1.5rem;
}

.material .input-group-append {
  margin-left: 0;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
  font-family: inherit;
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
  cursor: text;
  background: #fff;
  padding: .25rem 0;
  display: inline-block;
}

.selectize-input {
  width: 100%;
  z-index: 1;
  border-bottom: 1px solid #000;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  zoom: 1;
  display: inline;
}

.selectize-input > input {
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  text-indent: 0 !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none !important;
  border: 0 !important;
  margin: 0 1px !important;
  padding: 0 !important;
  display: inline-block !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input:after {
  content: " ";
  clear: left;
  display: block;
}

.selectize-input.dropdown-active:before {
  content: " ";
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  z-index: 10;
  box-sizing: border-box;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  margin: -1px 0 0;
  position: absolute;
  box-shadow: 0 1px 3px #0000001a;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable]:hover {
  background-color: #f3f3f3;
}

.selectize-dropdown [data-selectable] .highlight {
  background: #7da8d033;
  border-radius: 1px;
}

.selectize-dropdown .option, .selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: .5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
}

.selectize-dropdown .create {
  color: #30303080;
}

.selectize-dropdown-content {
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  width: 0;
  height: 0;
  border: 5px solid #0000;
  border-top-color: gray;
  border-bottom-width: 0;
  margin-top: -3px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  border-width: 0 5px 5px;
  border-color: #0000 #0000 gray;
  margin-top: -4px;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

.selectize-control.multi .selectize-input.disabled [data-value], .selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px #0033534d;
  border-radius: 3px;
}

.selectize-control.single .selectize-input {
  background-color: #0000;
}

.selectize-control.single .selectize-input, .selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: .85em;
  font-weight: bold;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0;
}

.form-control-xs {
  border-radius: .375rem !important;
}

.open-menu {
  height: 100px;
  width: 80px;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 100;
  line-height: 100px;
  position: absolute;
  top: 0;
  right: 0;
}

.has-header #navigation .container-fluid, header + #navigation .container-fluid, .has-header #navigation-mobile {
  box-shadow: none;
  background-color: #0000;
}

#navigation {
  z-index: 1020;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 991.98px) {
  #navigation {
    display: none;
  }
}

#navigation .container-fluid, #navigation .container-fluid .nav-link {
  transition: all .15s ease-in-out;
}

#navigation .container-fluid {
  background-color: #6cb61c;
  position: relative;
  box-shadow: 0 1px 1px #0002;
}

#navigation #logo {
  width: 5rem;
  z-index: 10;
  position: absolute;
  top: .9375rem;
  left: 1.5rem;
}

#navigation #logo h1 {
  text-align: center;
}

@media (max-width: 1199.98px) {
  #navigation #logo {
    left: 1rem;
  }
}

@media (min-width: 992px) {
  #navigation #logo img {
    height: 5rem;
    transition: all 75ms ease-in-out;
    width: auto !important;
  }

  #navigation.sticky {
    position: fixed;
  }

  #navigation.sticky .container-fluid {
    background-color: #6cb61c;
    box-shadow: 0 1px 1px #0002;
  }

  #navigation.sticky #logo img {
    height: 4.6875rem;
    width: auto !important;
  }

  #navigation .separator {
    height: 1px;
    width: 100%;
    padding-left: 8.33333%;
    position: relative;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #navigation .separator {
    padding-left: 9.6666%;
  }
}

@media (min-width: 992px) {
  #navigation .separator > div {
    height: 1px;
    width: 100%;
    padding: 0 1.125rem;
  }

  #navigation .separator > div:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff3;
    display: block;
  }
}

@media (min-width: 992px) {
  #navigation #main-navigation {
    z-index: 1;
    position: relative;
  }

  #navigation #main-navigation > .nav {
    padding-left: 8.33333%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #navigation #main-navigation > .nav {
    padding-left: 9.6666%;
    padding-right: .75rem;
  }
}

@media (min-width: 992px) {
  #navigation #main-navigation > .nav.open > .nav-item:hover > .nav-link, #navigation #main-navigation > .nav .nav-item.hover > .nav-link {
    z-index: 2;
    background-color: #fff;
    border-radius: .3rem .3rem 0 0;
    transition: background .1s linear;
    position: relative;
    color: #7ed321 !important;
  }

  #navigation #main-navigation > .nav.open > .nav-item:hover > .nav-link:before, #navigation #main-navigation > .nav .nav-item.hover > .nav-link:before {
    content: "";
    z-index: 2;
    background: none;
    position: absolute;
    inset: -15px -100px -10px;
  }

  #navigation #main-navigation > .nav.open > .nav-item:hover > .nav.second, #navigation #main-navigation > .nav .nav-item.hover > .nav.second {
    visibility: visible;
    opacity: 1;
    transition: visibility, opacity .1s linear;
  }
}

@media (min-width: 992px) {
  #navigation #main-navigation > .nav > .nav-item.active > .nav-link {
    border-bottom: 3px solid #fff;
  }

  #navigation #main-navigation > .nav > .nav-item:hover > .nav-link {
    color: #fff;
  }

  #navigation #main-navigation > .nav > .nav-item > .nav-link {
    color: #fff;
    z-index: 3;
    padding: .875rem;
    font-weight: bold;
    transition-delay: .1s;
    position: relative;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #navigation #main-navigation > .nav > .nav-item > .nav-link {
    padding-left: .3125rem;
    padding-right: .3125rem;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  #navigation #main-navigation > .nav > .nav-item > .nav.second {
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    clip-path: ellipse(200% 100% at 50% 0);
    background-image: linear-gradient(-180deg, #fff 4%, #d8d8d8 100%);
    padding: 1.875rem 0;
    transition-delay: .1s;
    position: absolute;
    left: 0;
    right: 0;
  }

  #navigation #main-navigation > .nav > .nav-item > .nav.second > .nav-item > .nav-link {
    color: #9b9b9b;
    background-color: #fff;
    border-radius: 0 0 .3rem .3rem;
    padding: 0;
    font-family: Oswald, sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  #navigation #main-navigation > .nav > .nav-item > .nav.second > .nav-item > .nav-link .img {
    border-radius: .3rem .3rem 0 0;
  }

  #navigation #main-navigation > .nav > .nav-item > .nav.second > .nav-item > .nav-link .link {
    color: #757575;
    position: relative;
  }

  #navigation #main-navigation > .nav > .nav-item > .nav.second > .nav-item > .nav-link .link:after {
    content: "";
    margin-top: -1.0625rem;
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-size: 1.125rem;
    line-height: 1.875rem;
    position: absolute;
    top: .9375rem;
    right: .3125rem;
  }

  #navigation #main-navigation > .nav > .nav-item > .nav.second > .nav-item > .nav-link .text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .75rem;
    line-height: 1.4;
  }

  #navigation #main-navigation > .nav > .nav-item > .nav.second > .nav-item > .nav-link:hover .link {
    color: #7ed321;
  }

  #navigation #main-navigation > .nav > .nav-item > .nav.second .nav.third {
    padding-top: .625rem;
  }

  #navigation #main-navigation > .nav > .nav-item > .nav.second .nav.third > .nav-item > .nav-link {
    color: #9b9b9b;
    padding: .75rem 2rem .75rem 1rem;
    font-size: .875rem;
    line-height: 1.4;
    position: relative;
  }

  #navigation #main-navigation > .nav > .nav-item > .nav.second .nav.third > .nav-item > .nav-link:hover {
    color: #7ed321;
  }

  #navigation #main-navigation > .nav > .nav-item > .nav.second .nav.third > .nav-item > .nav-link:after {
    content: "";
    margin-top: -1.0625rem;
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-size: 1.125rem;
    line-height: 1.875rem;
    position: absolute;
    top: 50%;
    right: 1rem;
  }

  #navigation #main-navigation > .nav > .nav-item > .nav.second .nav.third > .nav-item:hover {
    background-color: #fff;
    border-radius: .3rem;
  }

  #navigation #main-navigation > .nav > .nav-item > .nav.second .nav.third > .nav-item:hover + .nav-item > .nav-link {
    border-color: #0000;
  }

  #navigation #main-navigation > .nav > .nav-item > .nav.second .nav.third > .nav-item:hover > .nav-link {
    border-color: #0000 !important;
  }

  #navigation #main-navigation > .nav > .nav-item > .nav.second .nav.third > .nav-item + .nav-item > .nav-link {
    border-top: 1px solid #9797974d;
  }
}

@media (min-width: 992px) {
  #navigation #secondary-navigation {
    z-index: 2;
    padding: 0 1.125rem 0 8.33333%;
    position: relative;
  }

  #navigation #secondary-navigation > .nav {
    padding-left: 1.125rem;
    position: relative;
  }

  #navigation #secondary-navigation > .nav > .nav-item, #navigation #secondary-navigation > .nav > .nav-item.has-pages .nav-link {
    position: relative;
  }

  #navigation #secondary-navigation > .nav > .nav-item.has-pages:hover .nav-link:after {
    content: "";
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: 2px;
    left: .875rem;
    right: .875rem;
  }

  #navigation #secondary-navigation > .nav > .nav-item:hover > .nav-link {
    background-color: #0000;
  }

  #navigation #secondary-navigation > .nav > .nav-item.active > .nav-link {
    color: #fff;
    border-bottom: 1px;
    font-weight: bold;
  }

  #navigation #secondary-navigation > .nav > .nav-item > .nav-link {
    color: #e8e8e8;
    padding: .875rem;
    font-size: .875rem;
  }

  #navigation #secondary-navigation > .nav > .nav-item > .nav-link:hover {
    color: #fff;
  }

  #navigation #secondary-navigation > .nav > .nav-item > .nav {
    background-color: #fff;
    border-radius: 0 .2rem .2rem;
    padding: .4375rem;
    display: none;
    position: absolute;
    top: 3rem;
    left: .875rem;
  }

  #navigation #secondary-navigation > .nav > .nav-item > .nav > .nav-item:hover > .nav-link {
    color: #7ed321;
  }

  #navigation #secondary-navigation > .nav > .nav-item > .nav > .nav-item > .nav-link {
    color: #9b9b9b;
    font-size: .875rem;
  }

  #navigation #secondary-navigation > .nav > .nav-item.last > .nav {
    border-top-left-radius: .2rem;
    border-top-right-radius: 0;
    left: auto;
    right: .875rem;
  }

  #navigation #secondary-navigation > .nav > .nav-item:nth-last-child(-n+1) .nav-link {
    padding-right: 0;
  }
}

.right-navigation {
  border: 2px solid #7ed321;
  border-radius: 1rem;
  padding: 2rem 2rem 1.5rem;
}

.right-navigation .nav > .nav-item:last-child {
  border-bottom: none;
}

.right-navigation .nav > .nav-item {
  border-bottom: 1px dotted #ced4da;
}

.right-navigation .nav > .nav-item > .nav-link {
  padding-left: 0;
}

.right-navigation .nav > .nav-item > .nav-link.active {
  color: #7ed321;
}

.right-navigation .nav > .nav-item > .nav-link.active:hover {
  color: #207629;
}

.right-navigation .nav > .nav-item > .nav {
  padding-bottom: 1.25rem;
}

.right-navigation .nav > .nav-item > .nav > .nav-item {
  border-bottom: none;
}

.right-navigation .nav > .nav-item > .nav > .nav-item > .nav-link {
  padding-top: .3rem;
  padding-bottom: .3rem;
  padding-left: 1.5rem;
  font-size: 90%;
}

.right-navigation .nav > .nav-item > .nav > .nav-item > .nav-link.active {
  color: #7ed321;
}

.right-navigation .nav > .nav-item > .nav > .nav-item > .nav-link.active:hover {
  color: #207629;
}

#navigation-mobile {
  z-index: 1000;
  background-color: #0000;
  transition: all .15s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

#navigation-mobile.sticky {
  background-color: #6cb61c;
}

#navigation-mobile i {
  cursor: pointer;
  color: #fff;
  font-size: 1.875rem;
}

#navigation-mobile .col-logo {
  max-width: 4.0625rem;
}

#navigation-mobile #mobile-nav {
  height: 1px;
  width: 1px;
  opacity: 0;
  position: absolute;
  overflow: hidden;
}

body.hc-nav-open #navigation-mobile {
  background-color: #6cb61c;
}

.card {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.card .img {
  overflow: hidden;
}

.card .card-img {
  transition: all .125s linear;
}

.card:hover .card-img {
  transform: scale(1.015);
}

.card .text-black .text-shadow, .card .text-shadow.text-black {
  text-shadow: 0 0 2px #fffc;
}

.card .text-white .text-shadow, .card .text-shadow.text-white {
  text-shadow: 0 0 2px #000c;
}

.tunels .card {
  z-index: 1;
  transition: all .3s linear;
  position: relative;
}

.tunels .card .text {
  opacity: 0;
  transition: opacity .3s linear;
  color: #000 !important;
}

.tunels .card:hover {
  z-index: 2;
  transform: scale(1.01);
}

.tunels .card:hover h4, .tunels .card:hover p {
  color: #000 !important;
}

.tunels .card:hover .text {
  opacity: 1;
  color: #000 !important;
}

.tunels .card:hover .card-img, .tunels .white-opacity img {
  opacity: .5;
}

.tunels h2 {
  position: relative;
}

.tunels h2 span {
  z-index: 2;
  background-color: #fff;
  padding: 0 2rem;
  position: relative;
}

.tunels h2:before {
  z-index: 1;
  content: "";
  height: 1px;
  background-color: #0000001a;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.btn.btn-outline-white {
  background-color: #ffffff4d;
}

.btn-green:hover, .btn-outline-green:hover {
  color: #eee !important;
}

.btn-green {
  color: #fff !important;
}

.btn-sm, .btn-group-sm > .btn {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

@media (max-width: 767.98px) {
  .btn-sm, .btn-group-sm > .btn {
    font-size: 1.0625rem;
  }
}

@media (max-width: 767.98px) {
  .btn-sm, .btn-group-sm > .btn {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
}

.btn-xs {
  border-radius: .375rem !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.line-height-1-2, #organizations .card .organization-list-note {
  line-height: 1.2 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.opacity-90 {
  opacity: .9;
}

.opacity-80 {
  opacity: .8;
}

.opacity-70 {
  opacity: .7;
}

.fz-12 {
  font-size: .75rem;
}

.fz-80 {
  font-size: 5rem;
}

.image-wrapper {
  width: 100%;
  position: relative;
}

.image-wrapper:after {
  content: "";
  padding-bottom: 100%;
  display: block;
}

.image-wrapper.map:after {
  content: "";
  padding-bottom: 50%;
  display: block;
}

.image-wrapper .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.image-wrapper.rectangle:after {
  content: "";
  padding-bottom: 75%;
  display: block;
}

.image-wrapper.format_A4:after {
  content: "";
  padding-bottom: 141%;
  display: block;
}

.image-wrapper.format_16_9:after {
  content: "";
  padding-bottom: 56%;
  display: block;
}

#breadcrumbs .breadcrumb-item {
  color: #7ed321;
  font-size: .85rem;
  line-height: 1;
}

#breadcrumbs .breadcrumb-item a {
  color: #343a40;
}

#breadcrumbs .breadcrumb-item a:hover {
  color: #7ed321;
}

#breadcrumbs .breadcrumb-item + .breadcrumb-item:before {
  content: "";
  color: #9b9b9b;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 100;
  position: relative;
  top: 1px;
}

#breadcrumbs .breadcrumb-item:last-child a {
  color: #7ed321;
}

#breadcrumbs .breadcrumb-item:last-child a:hover {
  color: #207629;
}

#carousel {
  background-color: #eee;
  position: relative;
}

#carousel .owl-prev, #carousel .owl-next {
  height: 4.6875rem;
  width: 4.6875rem;
  color: #fff;
  opacity: .6;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-top: -2.34375rem;
  font-size: 1.5rem;
  transition: all .25s ease-in-out;
  position: absolute;
  top: 50%;
}

#carousel .owl-prev:hover, #carousel .owl-next:hover {
  opacity: 1;
}

#carousel .owl-prev:focus, #carousel .owl-next:focus {
  outline: none;
}

@media (max-width: 1365.98px) {
  #carousel .owl-prev, #carousel .owl-next {
    height: 3.75rem;
    width: 3.75rem;
    margin-top: -1.875rem;
  }
}

@media (max-width: 991.98px) {
  #carousel .owl-prev, #carousel .owl-next {
    display: none;
  }
}

#carousel .owl-prev {
  left: 3.75rem;
}

@media (max-width: 1450px) {
  #carousel .owl-prev {
    left: 1.25rem;
  }
}

@media (max-width: 1199.98px) {
  #carousel .owl-prev {
    left: .9375rem;
  }
}

#carousel .owl-next {
  right: 3.75rem;
}

@media (max-width: 1450px) {
  #carousel .owl-next {
    right: 1.25rem;
  }
}

@media (max-width: 1199.98px) {
  #carousel .owl-next {
    right: .9375rem;
  }
}

#carousel .owl-item > div {
  padding: 12.5rem 0;
}

@media (max-width: 991.98px) {
  #carousel .owl-item > div {
    padding: 6.25rem 0;
  }
}

.widget-gallery, .widget-video {
  cursor: pointer;
  display: block;
  position: relative;
}

.widget-gallery .card, .widget-video .card {
  margin: 0 auto;
}

.widget-gallery .card i, .widget-video .card i {
  font-size: 4rem;
}

.widget-gallery .card:hover i, .widget-video .card:hover i {
  color: #7ed321;
}

.widget-gallery .card .card-body, .widget-video .card .card-body {
  background-blend-mode: multiply;
  background-color: #0000004d;
  background-position: center;
  background-size: cover;
}

.widget-gallery .card h3, .widget-video .card h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
}

.widget-gallery .card h2, .widget-video .card h2 {
  color: #fff;
  letter-spacing: 0;
  font-size: 3rem;
}

@media (max-width: 1199.98px) {
  .widget-gallery .card h2, .widget-video .card h2 {
    font-size: 1.875rem;
  }
}

@media (max-width: 767.98px) {
  .widget-gallery .card h2, .widget-video .card h2 {
    font-size: 1.75rem;
  }
}

.widget-gallery .card h2 small, .widget-video .card h2 small {
  margin-left: 1.5rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.widget-gallery .card p, .widget-video .card p {
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .widget-gallery .card p, .widget-video .card p {
    font-size: .9375rem;
  }
}

.template-full .card {
  width: 75%;
}

.widget-document {
  margin: 0 0 1.875rem;
  display: block;
}

.widget-document .card {
  background-color: #f5f5f5;
}

.widget-document .col.icon {
  max-width: 4rem;
}

.widget-text-and-or-image {
  margin: 0 0 3.375rem;
  padding-top: 1.5rem;
  display: block;
}

.widget-text-and-or-image .card {
  background-color: #f5f5f5;
}

.widget-text-and-or-image .image {
  background-position: center;
  background-size: cover;
}

.social-icons {
  width: 1.875rem;
  position: absolute;
  right: -3.75rem;
}

.social-icons a {
  display: block;
}

.social-icons a + a {
  margin-top: .5rem;
}

.social-icons-right a {
  display: inline-block;
}

.social-icons-right a + a {
  margin-left: .5rem;
}

@media (max-width: 1199.98px) {
  .social-icons-right a + a {
    margin-left: .375rem;
  }
}

@media (max-width: 767.98px) {
  .social-icons-right a + a {
    margin-left: .25rem;
  }
}

.social-icons a, .social-icons-right a {
  height: 2.125rem;
  width: 2.125rem;
  text-align: center;
  background-color: #d1d1d1;
  border-radius: 1.0625rem;
}

.social-icons a:before, .social-icons-right a:before {
  display: none;
}

.social-icons a:hover, .social-icons-right a:hover {
  background-color: #7ed321;
}

.social-icons a i, .social-icons a .svg-inline--fa, .social-icons-right a i, .social-icons-right a .svg-inline--fa {
  height: 2.125rem;
  color: #fff;
  font-size: 1rem;
  line-height: 2rem;
}

@media (max-width: 1199.98px) {
  .social-icons a, .social-icons-right a {
    height: 1.875rem;
    width: 1.875rem;
    border-radius: .9375rem;
  }

  .social-icons a i, .social-icons a .svg-inline--fa, .social-icons-right a i, .social-icons-right a .svg-inline--fa {
    height: 1.875rem;
  }
}

.widget ul.filters li {
  color: #343a40;
  padding-left: 1.25rem;
  line-height: 1.625rem;
  position: relative;
}

.widget ul.filters li + li {
  margin-top: .3125rem;
}

.widget ul.filters li.active.item {
  color: #fff;
  background-color: #7ed321;
  border-radius: 15px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 1.625rem;
}

.widget ul.filters li.active.item:hover, .widget ul.filters li.active.item:hover a, .widget ul.filters li.active.item:hover i {
  color: #fff !important;
}

.widget ul.filters li.active.item:before {
  display: none;
}

.widget ul.filters li:not(.disabled):hover {
  color: #7ed321;
}

.widget ul.filters li:not(.disabled):before {
  content: "";
  height: .625rem;
  margin-top: -1rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 1.2rem;
  font-weight: lighter;
  position: absolute;
  top: 50%;
  left: 0;
}

.widget ul.filters li.disabled {
  color: #c7c7c7;
}

.widget ul.filters li i {
  color: #fff;
  font-size: 1rem;
}

.widget ul.filters li i:hover {
  color: #7ed321;
}

.items-list .content-item .item-dates.right {
  width: 4.375rem;
  position: absolute;
  top: 0;
  right: 0;
}

.items-list .content-item .item-dates .separator {
  height: 1rem;
  margin-top: .1875rem;
  margin-bottom: .1875rem;
  position: relative;
}

.items-list .content-item .item-dates .separator:before {
  content: "";
  width: 1px;
  background-color: #7ed321;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}

.items-list .content-item .item-dates .date-square {
  display: block;
}

.items-list .content-item .item-dates .date-square .number-and-month {
  font-size: 1.375rem;
}

@media (max-width: 1199.98px) {
  .items-list .content-item .item-dates .date-square .number-and-month {
    font-size: 1.375rem;
  }
}

.items-list .content-item .item-dates .date-square .number-and-month span {
  font-size: .725rem;
  display: block;
}

.items-list .content-item .item-dates .date-square .number-and-month div {
  margin-top: .1875rem;
  line-height: .85;
}

.items-list .content-item .item-dates .date-square .year {
  padding: .25rem 0;
  font-size: .75rem;
  line-height: .75;
}

.col-right .widget {
  margin-bottom: 3.75rem;
}

@media (max-width: 991.98px) {
  .items-list > div {
    display: none;
  }

  .items-list > div:nth-child(-n+2) {
    display: block;
  }
}

.tunnel .bg-image {
  height: 15.75rem;
  background-size: cover;
  padding-left: 28%;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .tunnel .bg-image {
    height: 15.75rem;
    background-position: 0 100%;
  }
}

@media (max-width: 575.98px) {
  .tunnel .bg-image {
    height: 13.75rem;
    background-position: 0 100%;
  }
}

#pefc-certified .numbers {
  color: #4a4a4a;
  letter-spacing: 0;
  font-family: Oswald, sans-serif;
  font-size: 2.75rem;
  line-height: 1;
  position: relative;
}

#pefc-certified .numbers.left {
  border-left: .5rem solid #7ed321;
  padding-left: 1.5rem;
}

#pefc-certified .numbers.right {
  border-right: .5rem solid #7ed321;
  padding-right: 1.5rem;
}

#pefc-certified .numbers .text-green.float-right {
  line-height: .9;
}

#pefc-certified .numbers .number {
  color: #7ed321;
  font-size: 5.5rem;
  line-height: 1.2;
  position: relative;
  top: -7px;
}

@media (max-width: 1365.98px) {
  #pefc-certified .numbers {
    font-size: 1.875rem;
  }

  #pefc-certified .numbers .number {
    font-size: 3.75rem;
    line-height: 1;
    top: 3px;
  }
}

@media (max-width: 1199.98px) {
  #pefc-certified .numbers {
    font-size: 1.875rem;
  }

  #pefc-certified .numbers .number {
    font-size: 3.6875rem;
    line-height: 1;
    top: 3px;
  }
}

@media (max-width: 991.98px) {
  #pefc-certified .numbers {
    font-size: 1.25rem;
  }

  #pefc-certified .numbers .number {
    font-size: 2.5rem;
    line-height: 1;
    top: 1px;
  }
}

@media (max-width: 575.98px) {
  #pefc-certified .numbers {
    padding-bottom: 3.75rem;
    font-size: 1.875rem;
    position: relative;
  }

  #pefc-certified .numbers:after {
    content: "";
    height: 1px;
    width: 60%;
    background-color: #d4f385;
    margin-left: -30%;
    position: absolute;
    bottom: 1.875rem;
    left: 50%;
  }

  #pefc-certified .numbers.left {
    border-left: none;
    padding-left: 0;
  }

  #pefc-certified .numbers.right {
    border-right: none;
    padding-right: 0;
  }

  #pefc-certified .numbers .number {
    font-size: 4.375rem;
    line-height: 1;
    top: 0;
  }
}

.country-hover {
  color: #fff;
  background-color: #4a4a4a;
  border-radius: .9375rem;
  padding: 2rem;
}

.country-hover .title span {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 1.75rem;
  line-height: 2.125rem;
  display: inline-block;
}

.country-hover .title .image-wrapper {
  float: left;
  width: 2.125rem;
  margin-right: .75rem;
}

.country-hover .infos {
  font-size: 1rem;
  color: #fff !important;
}

.country-hover .infos p {
  margin-bottom: 1.2rem;
}

.country-hover .infos p:last-child {
  margin-bottom: 0;
}

.widget-block .bg-background.bg-green {
  background-image: linear-gradient(to top right, #6ca917, #70af18, #73b519, #77bb1a, #7bc11b);
}

.widget-block .bg-background.bg-gray {
  background-image: linear-gradient(to top right, #888, #8d8d8d, #919191, #969696, #9b9b9b);
}

.widget-block .bg-background.bg-red {
  background-image: linear-gradient(to top right, #7c1a1a, #801b1b, #841c1c, #891d1d, #8d1e1e);
}

.widget-block .bg-background.bg-blue {
  background-image: linear-gradient(to top right, #1c4668, #1d486b, #1e4b6f, #1f4d72, #205076);
}

.widget-block .bg-background.bg-dark-green {
  background-image: linear-gradient(to top right, #1c6824, #1d6b25, #1e6f26, #1f7228, #207629);
}

.widget-block .bg-background.bg-dark-gray {
  background-image: linear-gradient(to top right, #121611, #131712, #141813, #141913, #151a14);
}

.widget-block .bg-background.orange {
  background-image: linear-gradient(to top right, #b48f1c, #ba941d, #c0991e, #c79e1f, #cda320);
}

.widget-block .bg-background {
  background-color: #f5f5f5;
}

.widget-block .bg-background p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
  .widget-block .bg-background .bg-image {
    min-height: 200px;
  }
}

.widget-block .bg-background.bg-block-green {
  background-color: #7ed321;
}

.widget-block .bg-background.bg-block-green h2, .widget-block .bg-background.bg-block-green h3, .widget-block .bg-background.bg-block-green p, .widget-block .bg-background.bg-block-green li {
  color: #fff;
}

.widget-block .bg-background.bg-block-green a {
  color: #fff !important;
}

.widget-block .bg-background.bg-block-green a:hover {
  color: #e8e8e8 !important;
}

.widget-block .bg-background.bg-block-blue {
  background-color: #205076;
}

.widget-block .bg-background.bg-block-blue h2, .widget-block .bg-background.bg-block-blue h3, .widget-block .bg-background.bg-block-blue p, .widget-block .bg-background.bg-block-blue li {
  color: #fff;
}

.widget-block .bg-background.bg-block-red {
  background-color: #dc3545;
}

.widget-block .bg-background.bg-block-red h2, .widget-block .bg-background.bg-block-red h3, .widget-block .bg-background.bg-block-red p, .widget-block .bg-background.bg-block-red li {
  color: #fff;
}

.widget-block .bg-background.bg-block-orange {
  background-color: #fd7e14;
}

.widget-block .bg-background.bg-block-orange h2, .widget-block .bg-background.bg-block-orange h3, .widget-block .bg-background.bg-block-orange p, .widget-block .bg-background.bg-block-orange li {
  color: #fff;
}

.widget-block .bg-background.bg-block-dark-green {
  background-color: #207629;
}

.widget-block .bg-background.bg-block-dark-green h2, .widget-block .bg-background.bg-block-dark-green h3, .widget-block .bg-background.bg-block-dark-green p, .widget-block .bg-background.bg-block-dark-green li {
  color: #fff;
}

.widget-block .bg-background.bg-block-dark-green a {
  color: #fff !important;
}

.widget-block .bg-background.bg-block-dark-green a:hover {
  color: #e8e8e8 !important;
}

.widget-block .bg-background.bg-block-dark-gray {
  background-color: #4a4a4a;
}

.widget-block .bg-background.bg-block-dark-gray h2, .widget-block .bg-background.bg-block-dark-gray h3, .widget-block .bg-background.bg-block-dark-gray p, .widget-block .bg-background.bg-block-dark-gray li {
  color: #fff;
}

.col-right .widget-block {
  padding: 0;
}

.right-item .image-wrapper .content {
  border: 1px solid #e8e8e8;
}

.right-item + .right-item {
  margin-top: 1.875rem;
}

.right-item .rectangle-landscape {
  width: 100%;
  position: relative;
}

.right-item .rectangle-landscape .content {
  width: 100%;
  height: 100%;
  position: absolute;
}

.right-item .rectangle-landscape:after {
  content: "";
  padding-bottom: 75%;
  display: block;
}

.right-item .rectangle-portrait {
  width: 100%;
  position: relative;
}

.right-item .rectangle-portrait .content {
  width: 100%;
  height: 100%;
  position: absolute;
}

.right-item .rectangle-portrait:after {
  content: "";
  padding-bottom: 141%;
  display: block;
}

.right-item a[href]:hover {
  color: #7ed321 !important;
}

.right-item .image-container {
  border: 1px solid #e8e8e8;
  overflow: hidden;
}

.right-item .image-container .content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1199.98px) {
  .right-item h6 {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .right-item h6 {
    font-size: 1.875rem;
  }
}

.right-item p {
  font-size: .875rem;
}

.right-item .item-dates .separator {
  height: 1rem;
  margin-top: .1875rem;
  margin-bottom: .1875rem;
  position: relative;
}

.right-item .item-dates .separator:before {
  content: "";
  width: 1px;
  background-color: #7ed321;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}

.right-item .date-square {
  width: 90%;
}

.right-item .date-square .separator {
  height: 1.625rem;
  margin-top: .1875rem;
  margin-bottom: .1875rem;
  position: relative;
}

.right-item .date-square .separator:before {
  content: "";
  width: 1px;
  background-color: #7ed321;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}

@media (max-width: 767.98px) {
  .right-item .date-square {
    width: 90%;
  }
}

@media (max-width: 575.98px) {
  .right-item .date-square {
    width: 90%;
  }
}

.img-flag .content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 50%;
}

.selection .text-flag {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

@media (max-width: 1199.98px) {
  .selection .text-flag {
    font-size: 1.0625rem;
  }
}

.result .text-flag {
  font-size: 1rem;
}

header {
  background-color: #fff;
}

header .item {
  clip-path: ellipse(180% 100% at 50% 0);
  background-position: center;
  background-size: cover;
}

header .item h1, header .item h2 {
  font-size: 4.5rem;
}

@media (max-width: 1199.98px) {
  header .item h1, header .item h2 {
    font-size: 3.5rem;
  }
}

@media (max-width: 991.98px) {
  header .item h1, header .item h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  header .item h1, header .item h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  header .item .w-75 {
    width: 100% !important;
  }
}

header .item p {
  margin-bottom: 0;
  font-size: 1.5rem;
}

@media (max-width: 575.98px) {
  header .item p {
    font-size: 1.125rem;
  }
}

header#carousel .item {
  height: 40.625rem;
  min-height: 40.625rem;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  header#carousel .item {
    height: 30rem;
    min-height: 30rem;
  }
}

@media (max-width: 575.98px) {
  header#carousel .item {
    height: 26.25rem;
    min-height: 26.25rem;
  }
}

@media (max-width: 575.98px) {
  header .item h1, header .item h2 {
    font-size: 2.5rem;
  }

  header .item p {
    font-size: 1.125rem;
    width: 100% !important;
  }
}

#find-certified .card h1 i {
  position: relative;
  top: -5px;
  margin-right: .75rem !important;
}

@media (max-width: 1199.98px) {
  #find-certified .card h1 {
    font-size: 3.125rem;
  }
}

@media (max-width: 575.98px) {
  #find-certified .card h1 {
    font-size: 2.5rem;
  }
}

#find-certified .card small {
  line-height: 1 !important;
}

#find-certified .card .input-group-text {
  color: #0000006b;
}

#find-certified .card .form-control {
  color: #00000080;
  font-size: 1.5rem;
}

#find-certified .card .form-control::placeholder {
  color: #0000001a;
  font-size: 1.25rem;
  font-style: italic;
}

@media (max-width: 767.98px) {
  #find-certified .card .form-control::placeholder {
    font-size: 1rem;
  }
}

#find-certified .card .form-control:focus {
  border: none !important;
}

#world-wide .selectize-control {
  color: #000;
  font-size: 1.4375rem;
}

#world-wide .selectize-control img {
  height: 25px;
  position: relative;
  top: -2px;
}

#tunnels-footer .icon-wrapper {
  position: relative;
}

#tunnels-footer i, #tunnels-footer .svg-inline--fa {
  margin-bottom: .9375rem;
  font-size: 2.5rem;
}

@media (max-width: 1199.98px) {
  #tunnels-footer i, #tunnels-footer .svg-inline--fa {
    font-size: 1.875rem;
  }
}

@media (max-width: 991.98px) {
  #tunnels-footer i, #tunnels-footer .svg-inline--fa {
    display: none;
  }
}

#tunnels-footer h3 {
  font-size: 2.375rem;
}

@media (max-width: 1199.98px) {
  #tunnels-footer h3 {
    font-size: 1.875rem;
  }
}

@media (max-width: 991.98px) {
  #tunnels-footer h3 {
    font-size: 1.5rem;
  }
}

#tunnels-footer h3 img {
  height: 3.125rem;
  width: 3.125rem;
}

@media (max-width: 991.98px) {
  #tunnels-footer p {
    font-size: 1rem;
  }
}

#tunnels-footer hr {
  background-color: #fff;
}

#social-medias .col-logo {
  max-width: 6.25rem;
}

@media (max-width: 991.98px) {
  #social-medias .col-logo {
    max-width: 5rem;
  }
}

@media (max-width: 575.98px) {
  #social-medias .col-logo {
    max-width: 4.375rem;
  }
}

#social-medias .nav-item {
  height: 3.125rem;
}

@media (max-width: 991.98px) {
  #social-medias .nav-item {
    height: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  #social-medias .nav-item {
    height: 2.25rem;
  }
}

#social-medias .icon {
  width: 3.125rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}

@media (max-width: 991.98px) {
  #social-medias .icon {
    width: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  #social-medias .icon {
    width: 2.25rem;
  }
}

#social-medias .icon .nav-link {
  padding: 0;
  line-height: 3.125rem;
}

@media (max-width: 991.98px) {
  #social-medias .icon .nav-link {
    line-height: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  #social-medias .icon .nav-link {
    line-height: 2.25rem;
  }
}

#social-medias .icon svg {
  height: 1.125rem;
}

@media (max-width: 991.98px) {
  #social-medias .icon svg {
    height: 1rem;
  }
}

#social-medias .icon:hover {
  background-color: #fff;
  border: none;
}

#social-medias .icon:hover a {
  color: #7ed321 !important;
}

#social-medias .icon + .icon {
  margin: 0 0 0 1rem;
}

@media (max-width: 575.98px) {
  #social-medias .icon + .icon {
    margin: 0 0 0 .25rem;
  }
}

@media (max-width: 575.98px) {
  .widget-title .w-75 {
    width: 90% !important;
  }
}

.widget-title .text p:last-child {
  margin-bottom: 0 !important;
}

#map-figures {
  width: 100%;
  height: 550px;
}

#map-figures g[role="tooltip"] > g {
  stroke-opacity: 0 !important;
}

#map-figures .tooltip-hover {
  background: #333;
  border-radius: 15px;
  padding: 60px;
}

#map-figures .tooltip-hover p {
  color: #fff !important;
  padding: 0 !important;
  font-family: Helvetica !important;
}

#map-figures .country-hover {
  color: #fff !important;
}

#map-figures .country-hover .infos p {
  margin-bottom: 1.2rem;
}

#map-figures .country-hover .infos p:last-child {
  margin-bottom: 0;
}

#language-selector {
  cursor: pointer;
  position: relative;
  padding: .6rem !important;
}

#language-selector .nav-link {
  border-radius: .875rem;
  transition: none;
  background: #fff4 !important;
  padding: .225rem .825rem !important;
}

#language-selector .nav-link:hover {
  transition: none;
  background: #fff4 !important;
}

#language-selector .nav-link img {
  height: .875rem;
  border-radius: .1875rem;
  margin: 0 .3125rem;
}

#language-selector .selector {
  display: none;
  position: absolute;
  top: 2.8rem;
  right: .45rem;
  border-radius: 7px !important;
}

#language-selector .selector .card-body {
  padding: .333333rem;
}

#language-selector .selector .card-body a {
  padding: .1875rem .3125rem;
}

#language-selector .selector .card-body a:hover {
  background: #ececec;
  border-radius: 4px;
}

#language-selector .selector .card-body a span {
  color: #343a40;
  font-size: .825rem;
}

#language-selector .selector .card-body a img {
  height: .875rem;
  border-radius: .1875rem;
  margin: 0 .3125rem;
}

#language-selector .selector .card-body div + div {
  margin-top: .3125rem;
}

.rsexpanded {
  min-width: 400px;
}

.rsbtn {
  line-height: normal;
}

#consent-banner {
  color: #fafafa;
  width: 350px;
  z-index: 100000;
  background-color: #64a71a;
  border-radius: 1rem;
  transition: all .125s ease-in-out;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  transform: translateX(120%);
  box-shadow: 0 3px 13px -8px #3b3b3b;
}

#consent-banner.added {
  transition-delay: 1s;
  transform: translateX(0%);
}

#consent-banner p {
  font-size: 1rem;
  font-weight: lighter;
}

@media (max-width: 767.98px) {
  #consent-banner {
    width: 96%;
    margin-left: -48%;
    bottom: .75rem;
    left: 50%;
    right: auto;
  }
}

.switch {
  width: 44px;
  height: 26px;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}

.switch input {
  display: none;
}

.slider {
  cursor: pointer;
  background-color: #dc3545;
  transition: all .4s;
  position: absolute;
  inset: 0;
}

.slider:before {
  content: "";
  height: 18px;
  width: 18px;
  background-color: #fff;
  transition: all .4s;
  position: absolute;
  bottom: 4px;
  left: 4px;
}

input:checked + .slider {
  background-color: #7ed321;
}

input:focus + .slider {
  box-shadow: 0 0 1px #7ed321;
}

input:checked + .slider:before {
  transform: translateX(18px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.consent-apply, .consent-close, #consent-items {
  display: none;
}

.consent-item span {
  line-height: 1.625rem;
  display: inline-block;
}

.open-cookie-settings {
  cursor: pointer;
}

#keep-in-touch {
  background-color: #fff;
}

#keep-in-touch h2 {
  opacity: .9;
  color: #7ed321;
  letter-spacing: 0;
  font-size: 3.4375rem;
}

@media (max-width: 1199.98px) {
  #keep-in-touch h2 {
    font-size: 3.625rem;
  }
}

@media (max-width: 991.98px) {
  #keep-in-touch h2 {
    font-size: 2.5rem;
  }
}

#keep-in-touch .input-group-text {
  border-bottom: 1px solid #666;
}

#keep-in-touch .form-control {
  background: none;
  border-bottom: 1px solid #666;
  padding: .625rem 0;
  font-family: Arial;
  font-size: 1.75rem;
  height: auto !important;
}

@media (max-width: 575.98px) {
  #keep-in-touch .form-control {
    font-size: 1.25rem;
  }
}

#keep-in-touch .form-control::-webkit-input-placeholder {
  color: #0000004d;
  letter-spacing: 0;
  font-size: 1.5rem;
  font-style: italic;
}

@media (max-width: 991.98px) {
  #keep-in-touch .form-control::-webkit-input-placeholder {
    font-size: 1.125rem;
  }
}

#keep-in-touch .form-control::-moz-placeholder {
  color: #0000004d;
  letter-spacing: 0;
  font-size: 1.5rem;
  font-style: italic;
}

@media (max-width: 991.98px) {
  #keep-in-touch .form-control::-moz-placeholder {
    font-size: 1.125rem;
  }
}

#keep-in-touch .form-control:-ms-input-placeholder {
  color: #0000004d;
  letter-spacing: 0;
  font-size: 1.5rem;
  font-style: italic;
}

@media (max-width: 991.98px) {
  #keep-in-touch .form-control:-ms-input-placeholder {
    font-size: 1.125rem;
  }
}

#keep-in-touch .form-control:-moz-placeholder {
  color: #0000004d;
  letter-spacing: 0;
  font-size: 1.5rem;
  font-style: italic;
}

@media (max-width: 991.98px) {
  #keep-in-touch .form-control:-moz-placeholder {
    font-size: 1.125rem;
  }
}

#keep-in-touch p {
  color: #4a4a4a;
  letter-spacing: 0;
  font-family: Arial;
  font-size: 1.25rem;
}

#keep-in-touch p i {
  font-size: 1.75rem;
}

@media (max-width: 1199.98px) {
  #keep-in-touch p {
    font-size: 1.25rem;
  }

  #keep-in-touch p i {
    font-size: 1.5rem;
  }
}

@media (max-width: 991.98px) {
  #keep-in-touch p {
    font-size: 1rem;
  }

  #keep-in-touch p i {
    font-size: 1.25rem;
  }
}

footer {
  background-color: #000;
  background-image: url("../footer.cec6f1d7.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

footer h5 {
  min-height: 3.75rem;
}

footer .nav-item .nav-link {
  padding: 0 0 .875rem;
  font-size: .875rem;
}

footer hr {
  background-color: #ffffff24;
}

footer #footer-mentions p {
  font-size: .6875rem;
}

footer .signature_copyright_nav .nav-item + .nav-item {
  margin-left: .375rem;
}

footer .signature_copyright_nav .nav-item + .nav-item .nav-link {
  border-left: 1px solid #9b9b9ba6;
}

footer .signature_copyright_nav .nav-link {
  font-size: .6875rem;
  line-height: 1;
  padding: 0 0 0 .375rem !important;
}

#search-box {
  z-index: 1040;
  background-color: #1d1d1dcc;
  display: none;
  position: fixed;
  inset: 0;
}

#search-box .wrapper {
  position: absolute;
  inset: 0;
}

#search-box .wrapper .bg-white {
  height: 105px;
}

#search-box .form-control::-webkit-input-placeholder {
  color: #d1d1d1;
  font-style: italic;
}

#search-box .form-control::-moz-placeholder {
  color: #d1d1d1;
  font-style: italic;
}

#search-box .form-control:-ms-input-placeholder {
  color: #d1d1d1;
  font-style: italic;
}

#search-box .form-control:-moz-placeholder {
  color: #d1d1d1;
  font-style: italic;
}

#search-box #results-and-suggestions-wrapper {
  position: relative;
}

#search-box #results-and-suggestions {
  min-height: 400px;
  background-color: #fafafa;
  border: 1px solid red;
  border-radius: 3px;
  position: absolute;
  top: 47px;
  left: 0;
  right: 0;
}

#top-home {
  background: url("../top-home.9d01f4b3.webp") top / cover no-repeat;
}

#top-home.no-bg {
  background-color: #eee;
  background-image: none;
}

@media (min-width: 768px) {
  #overview .full-width .format_16_9:after {
    padding-bottom: 35%;
  }
}

#overview .widget-block {
  margin-bottom: 1.875rem !important;
}

.date-square {
  width: 100%;
  display: block;
}

@media (max-width: 575.98px) {
  .date-square {
    width: 99%;
  }
}

.date-square .rounded, .date-square .content img.fr-rounded, .content .date-square img.fr-rounded, .date-square .content .fr-rounded > .fr-img-wrap > img, .content .date-square .fr-rounded > .fr-img-wrap > img {
  border-radius: .5625rem !important;
}

.date-square .content {
  overflow: hidden;
  border: 1px solid #7ed321 !important;
}

.date-square .number-and-month {
  color: #4a4a4a;
  letter-spacing: 0;
  text-align: center;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 1199.98px) {
  .date-square .number-and-month {
    font-size: 1.375rem;
  }
}

.date-square .number-and-month span {
  font-size: .925rem;
  display: block;
}

.date-square .number-and-month div {
  margin-top: .1875rem;
  line-height: .85;
}

.date-square .year {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  background-color: #7ed321;
  padding: .25rem 0;
  font-size: .75rem;
  font-weight: bold;
  line-height: 1.25;
}

.event-infos .icon {
  max-width: 1.875rem;
}

.event-infos .rectangle .marker {
  width: 6.25rem;
  text-align: center;
  margin-top: -3.125rem;
  margin-left: -3.125rem;
  line-height: 6.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
}

.event-infos .rectangle .marker i {
  color: #333;
  font-size: 2.1875rem;
}

.content-item.full-width + .full-width.content-item {
  margin-top: 3.75rem;
}

.content-item .image-container {
  border: 1px solid #e8e8e8;
  overflow: hidden;
}

.content-item .image-container .content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-item .rectangle-landscape {
  width: 100%;
  position: relative;
}

.content-item .rectangle-landscape .content {
  width: 100%;
  height: 100%;
  position: absolute;
}

.content-item .rectangle-landscape:after {
  content: "";
  padding-bottom: 75%;
  display: block;
}

@media (max-width: 991.98px) {
  .content-item .rectangle-landscape:after {
    padding-bottom: 50%;
  }
}

.content-item .rectangle-portrait {
  width: 100%;
  position: relative;
}

.content-item .rectangle-portrait .content {
  width: 100%;
  height: 100%;
  position: absolute;
}

.content-item .rectangle-portrait:after {
  content: "";
  padding-bottom: 141%;
  display: block;
}

.content-item h2 {
  font-size: 1.75rem;
}

.content-item h2:hover a {
  color: #7ed321 !important;
}

@media (max-width: 1199.98px) {
  .content-item h2 {
    font-size: 1.5rem;
  }
}

.content-item h3 {
  font-size: 1.25rem;
}

.content-item h3:hover a {
  color: #7ed321 !important;
}

.content-item p > a {
  color: #7ed321;
}

.content-item p > a:hover {
  color: #207629;
}

.content-item .with-dates {
  padding-right: 6.5rem !important;
}

@media (max-width: 1199.98px) {
  .content-item .with-dates {
    padding-right: 4.5rem !important;
  }
}

@media (max-width: 991.98px) {
  .content-item .with-dates {
    padding-right: 0 !important;
  }
}

.content-item .with-dates .col-dates {
  max-width: 6.125rem;
}

.content-item .item-dates.right {
  width: 4.375rem;
  position: absolute;
  top: 0;
  right: 0;
}

.content-item .item-dates .separator {
  height: 1.625rem;
  margin-top: .1875rem;
  margin-bottom: .1875rem;
  position: relative;
}

.content-item .item-dates .separator:before {
  content: "";
  width: 1px;
  background-color: #7ed321;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}

.content-item .date {
  font-size: 1rem;
}

.content-item .item-small .bg-image {
  height: 10.625rem;
}

.content-item .item-small h2 {
  font-size: 1.875rem;
}

.content-item .item-small .date {
  font-size: .875rem;
}

.content-item .spotlight > h3 {
  font-size: 2.5rem;
}

.date-separator {
  margin: 3.75rem 0;
  position: relative;
}

.date-separator span {
  z-index: 2;
  width: 11.25rem;
  color: #fff;
  text-align: center;
  background: #7ed220;
  border-radius: .9375rem;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.625rem;
  display: block;
  position: relative;
}

#search-results form .form-control:focus {
  border: none !important;
}

#search-results form .form-control {
  height: auto;
  padding: 0;
  font-size: 2.5rem;
  line-height: 4rem;
}

#search-results form .form-control::-webkit-input-placeholder {
  color: #d1d1d1;
  font-style: italic;
}

#search-results form .form-control::-moz-placeholder {
  color: #d1d1d1;
  font-style: italic;
}

#search-results form .form-control:-ms-input-placeholder {
  color: #d1d1d1;
  font-style: italic;
}

#search-results form .form-control:-moz-placeholder {
  color: #d1d1d1;
  font-style: italic;
}

#search-results form button {
  padding: .75rem 1rem;
  font-size: 1.7rem;
}

#organizations .card {
  background-color: #fdfcfc;
  border: 1px solid #efefef;
  border-radius: .375rem;
  transition: all .125s ease-in-out;
}

#organizations .card:hover {
  cursor: pointer;
  background-color: #e1f8b6;
}

#organizations .card .organization-list-note {
  border-top: 1px solid #ececec;
  margin-top: .625rem;
  padding-top: .5rem;
  font-size: .8rem;
}

#organizations .card .organization-list-note p {
  margin-bottom: 0;
}

.organization-logo {
  width: 9rem;
  height: 9rem;
  border: 1px solid #e8e8e8;
  border-radius: .9375rem;
}

.organization-logo img {
  object-fit: cover;
  height: 100% !important;
}

#find-certified-results .w-75 {
  width: 100% !important;
}

#find-certified-results .v-select .vs__selected-options {
  padding: 13px 2px;
}

#find-certified-results .v-select .dropdown-toggle .clear {
  margin-right: 16px;
  position: relative;
  top: 2px;
}

#search-engine {
  max-width: 1200px;
  margin: 0 auto;
}

#search-engine h4 {
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

#search-engine h5 {
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 800;
}

#search-engine .b-contain *, #search-engine .b-contain :before, #search-engine .b-contain :after {
  box-sizing: content-box !important;
}

#search-engine .b-contain input {
  z-index: -1;
  opacity: 0;
  position: absolute;
}

#search-engine .b-contain span.label {
  line-height: 1.375rem;
  display: inline-block;
}

#search-engine .b-contain {
  cursor: pointer;
  margin-bottom: .5rem;
  padding-left: 1.8rem;
  line-height: 1;
  display: block;
  position: relative;
}

#search-engine .b-contain input[type="checkbox"] ~ .b-input {
  height: 1.25rem;
  width: 1.25rem;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: .125rem;
  transition: background .25s;
  position: absolute;
  top: 0;
  left: 0;
}

#search-engine .b-contain input[type="radio"] ~ .b-input {
  height: 1.25rem;
  width: 1.25rem;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 2rem;
  transition: background .25s;
  position: absolute;
  top: 0;
  left: 0;
}

#search-engine .b-contain input[type="checkbox"] ~ .b-input:after {
  content: "";
  width: .25rem;
  height: .6rem;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transition: background .25s;
  display: none;
  position: absolute;
  top: .18rem;
  left: .45rem;
  transform: rotate(45deg);
}

#search-engine .b-contain input[type="radio"] ~ .b-input:after {
  content: "";
  width: .75rem;
  height: .75rem;
  background: #fff;
  border-radius: 2rem;
  transition: background .25s;
  display: none;
  position: absolute;
  top: .25rem;
  left: .25rem;
}

#search-engine .b-contain input:disabled ~ .b-input:after {
  border-color: #8795a1;
}

#search-engine .b-contain input:checked ~ .b-input:after {
  display: block;
}

#search-engine .b-contain:hover input ~ .b-input, #search-engine .b-contain input:focus ~ .b-input {
  border-color: #6cb61c;
}

#search-engine .b-contain input:checked ~ .b-input {
  background: #6cb61c;
  border-color: #6cb61c;
}

#search-engine .b-contain input[type="checkbox"]:disabled ~ .b-input, #search-engine .b-contain input[type="radio"]:disabled ~ .b-input {
  opacity: .6;
  cursor: not-allowed;
  background: #f1f1f1;
}

#search-engine .b-contain input[type="radio"]:disabled ~ .b-input:after {
  background: #8795a1;
}

#search-engine .b-contain input:checked:focus ~ .b-input, #search-engine .b-contain:hover input:not([disabled]):checked ~ .b-input {
  background: #6cb61c;
  border-color: #6cb61c;
}

#search-engine .b-contain .b-input:before {
  content: "";
  width: 3rem;
  height: 3rem;
  opacity: .6;
  z-index: 99999;
  background: #6cb61c;
  border-radius: 2rem;
  margin-top: -.85rem;
  margin-left: -.85rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

.pagination #load-more-loading {
  display: none;
}

.pagination .page-item {
  padding-top: 0 !important;
}

.pagination .page-item:before {
  content: none;
}

.pagination .page-item .page-link {
  min-width: 2.40625rem;
  text-align: center;
  background-color: #0000;
  border-radius: 50rem !important;
}

.pagination .page-item .page-link:before {
  content: none;
}

@media (max-width: 575.98px) {
  .pagination .page-item .page-link {
    font-size: 1rem;
  }
}

.pagination .page-item.active .page-link {
  background-color: #7ed321;
}

.pagination .page-item + .page-item {
  margin-left: 1rem;
}

@media (max-width: 1199.98px) {
  .pagination .page-item + .page-item {
    margin-left: .5rem;
  }

  .pagination .page-item + .page-item .page-link {
    padding: .5rem .5em;
    font-size: .9rem;
  }
}

.sk-folding-cube {
  width: 40px;
  height: 40px;
  margin: 20px auto;
  position: relative;
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  width: 100%;
  height: 100%;
  transform-origin: 100% 100%;
  background-color: #333;
  animation: sk-foldCubeAngle 2.4s linear infinite both;
  position: absolute;
  top: 0;
  left: 0;
}

.sk-folding-cube .sk-cube2 {
  transform: scale(1.1)rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  transform: scale(1.1)rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  transform: scale(1.1)rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  animation-delay: .3s;
}

.sk-folding-cube .sk-cube3:before {
  animation-delay: .6s;
}

.sk-folding-cube .sk-cube4:before {
  animation-delay: .9s;
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    opacity: 0;
    transform: perspective(140px)rotateX(-180deg);
  }

  25%, 75% {
    opacity: 1;
    transform: perspective(140px)rotateX(0deg);
  }

  90%, 100% {
    opacity: 0;
    transform: perspective(140px)rotateY(180deg);
  }
}

/*# sourceMappingURL=website.css.map */
