#fmc *{
  z-index: 1;
}

#fmc *,
#fmc :after,
#fmc :before {
  box-sizing: border-box;
}
#fmc html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
#fmc article,
#fmc aside,
#fmc figcaption,
#fmc figure,
#fmc footer,
#fmc header,
#fmc hgroup,
#fmc main,
#fmc nav,
#fmc section {
  display: block;
}
#fmc body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
#fmc [tabindex="-1"]:focus {
  outline: 0 !important;
}
#fmc hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
#fmc h1,
#fmc h2,
#fmc h3,
#fmc h4,
#fmc h5,
#fmc h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#fmc p {
  margin-top: 0;
  margin-bottom: 1rem;
}
#fmc abbr[data-original-title],
#fmc abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
#fmc address {
  font-style: normal;
  line-height: inherit;
}
#fmc address,
#fmc dl,
#fmc ol,
#fmc ul {
  margin-bottom: 1rem;
}
#fmc dl,
#fmc ol,
#fmc ul {
  margin-top: 0;
}
#fmc ol ol,
#fmc ol ul,
#fmc ul ol,
#fmc ul ul {
  margin-bottom: 0;
}
#fmc dt {
  font-weight: 700;
}
#fmc dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
#fmc blockquote {
  margin: 0 0 1rem;
}
#fmc dfn {
  font-style: italic;
}
#fmc b,
#fmc strong {
  font-weight: bolder;
}
#fmc small {
  font-size: 80%;
}
#fmc sub,
#fmc sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
#fmc sub {
  bottom: -0.25em;
}
#fmc sup {
  top: -0.5em;
}
#fmc a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
#fmc a:hover {
  color: #0056b3;
  text-decoration: underline;
}
#fmc a:not([href]):not([tabindex]),
#fmc a:not([href]):not([tabindex]):focus,
#fmc a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
#fmc a:not([href]):not([tabindex]):focus {
  outline: 0;
}
#fmc code,
#fmc kbd,
#fmc pre,
#fmc samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}
#fmc pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
#fmc figure {
  margin: 0 0 1rem;
}
#fmc img {
  vertical-align: middle;
  border-style: none;
}
#fmc svg:not(:root) {
  overflow: hidden;
}
#fmc table {
  border-collapse: collapse;
}
#fmc caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
#fmc th {
  text-align: inherit;
}
#fmc label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
#fmc button {
  border-radius: 0;
}
#fmc button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
#fmc button,
#fmc input,
#fmc optgroup,
#fmc select,
#fmc textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#fmc button,
#fmc input {
  overflow: visible;
}
#fmc button,
#fmc select {
  text-transform: none;
}
#fmc [type=reset],
#fmc [type=submit],
#fmc button,
#fmc html [type=button] {
  -webkit-appearance: button;
}
#fmc [type=button]::-moz-focus-inner,
#fmc [type=reset]::-moz-focus-inner,
#fmc [type=submit]::-moz-focus-inner,
#fmc button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
#fmc input[type=checkbox],
#fmc input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
#fmc input[type=date],
#fmc input[type=datetime-local],
#fmc input[type=month],
#fmc input[type=time] {
  -webkit-appearance: listbox;
}
#fmc textarea {
  overflow: auto;
  resize: vertical;
}
#fmc fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
#fmc legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
#fmc progress {
  vertical-align: baseline;
}
#fmc [type=number]::-webkit-inner-spin-button,
#fmc [type=number]::-webkit-outer-spin-button {
  height: auto;
}
#fmc [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
#fmc [type=search]::-webkit-search-cancel-button,
#fmc [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#fmc ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
#fmc output {
  display: inline-block;
}
#fmc summary {
  display: list-item;
  cursor: pointer;
}
#fmc template {
  display: none;
}
#fmc [hidden] {
  display: none !important;
}
#fmc .h1,
#fmc .h2,
#fmc .h3,
#fmc .h4,
#fmc .h5,
#fmc .h6,
#fmc h1,
#fmc h2,
#fmc h3,
#fmc h4,
#fmc h5,
#fmc h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
#fmc .h1,
#fmc h1 {
  font-size: 2.5rem;
}
#fmc .h2,
#fmc h2 {
  font-size: 2rem;
}
#fmc .h3,
#fmc h3 {
  font-size: 1.75rem;
}
#fmc .h4,
#fmc h4 {
  font-size: 1.5rem;
}
#fmc .h5,
#fmc h5 {
  font-size: 1.25rem;
}
#fmc .h6,
#fmc h6 {
  font-size: 1rem;
}
#fmc .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
#fmc .display-1 {
  font-size: 6rem;
}
#fmc .display-1,
#fmc .display-2 {
  font-weight: 300;
  line-height: 1.2;
}
#fmc .display-2 {
  font-size: 5.5rem;
}
#fmc .display-3 {
  font-size: 4.5rem;
}
#fmc .display-3,
#fmc .display-4 {
  font-weight: 300;
  line-height: 1.2;
}
#fmc .display-4 {
  font-size: 3.5rem;
}
#fmc hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#fmc .small,
#fmc small {
  font-size: 80%;
  font-weight: 400;
}
#fmc .mark,
#fmc mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
#fmc .list-inline,
#fmc .list-unstyled {
  padding-left: 0;
  list-style: none;
}
#fmc .list-inline-item {
  display: inline-block;
}
#fmc .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
#fmc .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
#fmc .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
#fmc .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
#fmc .blockquote-footer:before {
  content: "\2014 \00A0";
}
#fmc .img-fluid,
#fmc .img-thumbnail {
  max-width: 100%;
  height: auto;
}
#fmc .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
#fmc .figure {
  display: inline-block;
}
#fmc .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
#fmc .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
#fmc code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
#fmc a > code {
  color: inherit;
}
#fmc kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
#fmc kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
#fmc pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
#fmc pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
#fmc .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
#fmc .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  #fmc .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #fmc .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #fmc .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #fmc .container {
    max-width: 1140px;
  }
}
#fmc .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#fmc .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#fmc .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
#fmc .no-gutters > .col,
#fmc .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
#fmc .col,
#fmc .col-1,
#fmc .col-2,
#fmc .col-3,
#fmc .col-4,
#fmc .col-5,
#fmc .col-6,
#fmc .col-7,
#fmc .col-8,
#fmc .col-9,
#fmc .col-10,
#fmc .col-11,
#fmc .col-12,
#fmc .col-auto,
#fmc .col-lg,
#fmc .col-lg-1,
#fmc .col-lg-2,
#fmc .col-lg-3,
#fmc .col-lg-4,
#fmc .col-lg-5,
#fmc .col-lg-6,
#fmc .col-lg-7,
#fmc .col-lg-8,
#fmc .col-lg-9,
#fmc .col-lg-10,
#fmc .col-lg-11,
#fmc .col-lg-12,
#fmc .col-lg-auto,
#fmc .col-md,
#fmc .col-md-1,
#fmc .col-md-2,
#fmc .col-md-3,
#fmc .col-md-4,
#fmc .col-md-5,
#fmc .col-md-6,
#fmc .col-md-7,
#fmc .col-md-8,
#fmc .col-md-9,
#fmc .col-md-10,
#fmc .col-md-11,
#fmc .col-md-12,
#fmc .col-md-auto,
#fmc .col-sm,
#fmc .col-sm-1,
#fmc .col-sm-2,
#fmc .col-sm-3,
#fmc .col-sm-4,
#fmc .col-sm-5,
#fmc .col-sm-6,
#fmc .col-sm-7,
#fmc .col-sm-8,
#fmc .col-sm-9,
#fmc .col-sm-10,
#fmc .col-sm-11,
#fmc .col-sm-12,
#fmc .col-sm-auto,
#fmc .col-xl,
#fmc .col-xl-1,
#fmc .col-xl-2,
#fmc .col-xl-3,
#fmc .col-xl-4,
#fmc .col-xl-5,
#fmc .col-xl-6,
#fmc .col-xl-7,
#fmc .col-xl-8,
#fmc .col-xl-9,
#fmc .col-xl-10,
#fmc .col-xl-11,
#fmc .col-xl-12,
#fmc .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#fmc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
#fmc .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
#fmc .col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
#fmc .col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
#fmc .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
#fmc .col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
#fmc .col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
#fmc .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
#fmc .col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
#fmc .col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
#fmc .col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
#fmc .col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
#fmc .col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
#fmc .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#fmc .order-first {
  -ms-flex-order: -1;
  order: -1;
}
#fmc .order-last {
  -ms-flex-order: 13;
  order: 13;
}
#fmc .order-0 {
  -ms-flex-order: 0;
  order: 0;
}
#fmc .order-1 {
  -ms-flex-order: 1;
  order: 1;
}
#fmc .order-2 {
  -ms-flex-order: 2;
  order: 2;
}
#fmc .order-3 {
  -ms-flex-order: 3;
  order: 3;
}
#fmc .order-4 {
  -ms-flex-order: 4;
  order: 4;
}
#fmc .order-5 {
  -ms-flex-order: 5;
  order: 5;
}
#fmc .order-6 {
  -ms-flex-order: 6;
  order: 6;
}
#fmc .order-7 {
  -ms-flex-order: 7;
  order: 7;
}
#fmc .order-8 {
  -ms-flex-order: 8;
  order: 8;
}
#fmc .order-9 {
  -ms-flex-order: 9;
  order: 9;
}
#fmc .order-10 {
  -ms-flex-order: 10;
  order: 10;
}
#fmc .order-11 {
  -ms-flex-order: 11;
  order: 11;
}
#fmc .order-12 {
  -ms-flex-order: 12;
  order: 12;
}
#fmc .offset-1 {
  margin-left: 8.33333%;
}
#fmc .offset-2 {
  margin-left: 16.66667%;
}
#fmc .offset-3 {
  margin-left: 25%;
}
#fmc .offset-4 {
  margin-left: 33.33333%;
}
#fmc .offset-5 {
  margin-left: 41.66667%;
}
#fmc .offset-6 {
  margin-left: 50%;
}
#fmc .offset-7 {
  margin-left: 58.33333%;
}
#fmc .offset-8 {
  margin-left: 66.66667%;
}
#fmc .offset-9 {
  margin-left: 75%;
}
#fmc .offset-10 {
  margin-left: 83.33333%;
}
#fmc .offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  #fmc .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  #fmc .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  #fmc .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  #fmc .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  #fmc .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #fmc .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #fmc .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  #fmc .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #fmc .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  #fmc .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  #fmc .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  #fmc .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  #fmc .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  #fmc .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #fmc .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  #fmc .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  #fmc .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  #fmc .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  #fmc .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  #fmc .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  #fmc .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  #fmc .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  #fmc .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  #fmc .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  #fmc .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  #fmc .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  #fmc .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  #fmc .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  #fmc .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  #fmc .offset-sm-0 {
    margin-left: 0;
  }
  #fmc .offset-sm-1 {
    margin-left: 8.33333%;
  }
  #fmc .offset-sm-2 {
    margin-left: 16.66667%;
  }
  #fmc .offset-sm-3 {
    margin-left: 25%;
  }
  #fmc .offset-sm-4 {
    margin-left: 33.33333%;
  }
  #fmc .offset-sm-5 {
    margin-left: 41.66667%;
  }
  #fmc .offset-sm-6 {
    margin-left: 50%;
  }
  #fmc .offset-sm-7 {
    margin-left: 58.33333%;
  }
  #fmc .offset-sm-8 {
    margin-left: 66.66667%;
  }
  #fmc .offset-sm-9 {
    margin-left: 75%;
  }
  #fmc .offset-sm-10 {
    margin-left: 83.33333%;
  }
  #fmc .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  #fmc .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  #fmc .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  #fmc .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  #fmc .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  #fmc .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #fmc .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #fmc .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  #fmc .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #fmc .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  #fmc .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  #fmc .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  #fmc .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  #fmc .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  #fmc .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #fmc .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  #fmc .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  #fmc .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  #fmc .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  #fmc .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  #fmc .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  #fmc .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  #fmc .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  #fmc .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  #fmc .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  #fmc .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  #fmc .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  #fmc .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  #fmc .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  #fmc .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  #fmc .offset-md-0 {
    margin-left: 0;
  }
  #fmc .offset-md-1 {
    margin-left: 8.33333%;
  }
  #fmc .offset-md-2 {
    margin-left: 16.66667%;
  }
  #fmc .offset-md-3 {
    margin-left: 25%;
  }
  #fmc .offset-md-4 {
    margin-left: 33.33333%;
  }
  #fmc .offset-md-5 {
    margin-left: 41.66667%;
  }
  #fmc .offset-md-6 {
    margin-left: 50%;
  }
  #fmc .offset-md-7 {
    margin-left: 58.33333%;
  }
  #fmc .offset-md-8 {
    margin-left: 66.66667%;
  }
  #fmc .offset-md-9 {
    margin-left: 75%;
  }
  #fmc .offset-md-10 {
    margin-left: 83.33333%;
  }
  #fmc .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  #fmc .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  #fmc .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  #fmc .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  #fmc .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  #fmc .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #fmc .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #fmc .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  #fmc .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #fmc .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  #fmc .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  #fmc .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  #fmc .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  #fmc .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  #fmc .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #fmc .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  #fmc .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  #fmc .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  #fmc .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  #fmc .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  #fmc .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  #fmc .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  #fmc .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  #fmc .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  #fmc .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  #fmc .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  #fmc .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  #fmc .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  #fmc .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  #fmc .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  #fmc .offset-lg-0 {
    margin-left: 0;
  }
  #fmc .offset-lg-1 {
    margin-left: 8.33333%;
  }
  #fmc .offset-lg-2 {
    margin-left: 16.66667%;
  }
  #fmc .offset-lg-3 {
    margin-left: 25%;
  }
  #fmc .offset-lg-4 {
    margin-left: 33.33333%;
  }
  #fmc .offset-lg-5 {
    margin-left: 41.66667%;
  }
  #fmc .offset-lg-6 {
    margin-left: 50%;
  }
  #fmc .offset-lg-7 {
    margin-left: 58.33333%;
  }
  #fmc .offset-lg-8 {
    margin-left: 66.66667%;
  }
  #fmc .offset-lg-9 {
    margin-left: 75%;
  }
  #fmc .offset-lg-10 {
    margin-left: 83.33333%;
  }
  #fmc .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  #fmc .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  #fmc .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  #fmc .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  #fmc .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  #fmc .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #fmc .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #fmc .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  #fmc .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #fmc .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  #fmc .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  #fmc .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  #fmc .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  #fmc .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  #fmc .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #fmc .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  #fmc .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  #fmc .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  #fmc .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  #fmc .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  #fmc .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  #fmc .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  #fmc .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  #fmc .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  #fmc .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  #fmc .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  #fmc .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  #fmc .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  #fmc .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  #fmc .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  #fmc .offset-xl-0 {
    margin-left: 0;
  }
  #fmc .offset-xl-1 {
    margin-left: 8.33333%;
  }
  #fmc .offset-xl-2 {
    margin-left: 16.66667%;
  }
  #fmc .offset-xl-3 {
    margin-left: 25%;
  }
  #fmc .offset-xl-4 {
    margin-left: 33.33333%;
  }
  #fmc .offset-xl-5 {
    margin-left: 41.66667%;
  }
  #fmc .offset-xl-6 {
    margin-left: 50%;
  }
  #fmc .offset-xl-7 {
    margin-left: 58.33333%;
  }
  #fmc .offset-xl-8 {
    margin-left: 66.66667%;
  }
  #fmc .offset-xl-9 {
    margin-left: 75%;
  }
  #fmc .offset-xl-10 {
    margin-left: 83.33333%;
  }
  #fmc .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
#fmc .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
#fmc .table td,
#fmc .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
#fmc .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
#fmc .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
#fmc .table .table {
  background-color: #fff;
}
#fmc .table-sm td,
#fmc .table-sm th {
  padding: 0.3rem;
}
#fmc .table-bordered,
#fmc .table-bordered td,
#fmc .table-bordered th {
  border: 1px solid #dee2e6;
}
#fmc .table-bordered thead td,
#fmc .table-bordered thead th {
  border-bottom-width: 2px;
}
#fmc .table-borderless tbody + tbody,
#fmc .table-borderless td,
#fmc .table-borderless th,
#fmc .table-borderless thead th {
  border: 0;
}
#fmc .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
#fmc .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
#fmc .table-primary,
#fmc .table-primary > td,
#fmc .table-primary > th {
  background-color: #b8daff;
}
#fmc .table-hover .table-primary:hover,
#fmc .table-hover .table-primary:hover > td,
#fmc .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
#fmc .table-secondary,
#fmc .table-secondary > td,
#fmc .table-secondary > th {
  background-color: #d6d8db;
}
#fmc .table-hover .table-secondary:hover,
#fmc .table-hover .table-secondary:hover > td,
#fmc .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
#fmc .table-success,
#fmc .table-success > td,
#fmc .table-success > th {
  background-color: #c3e6cb;
}
#fmc .table-hover .table-success:hover,
#fmc .table-hover .table-success:hover > td,
#fmc .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
#fmc .table-info,
#fmc .table-info > td,
#fmc .table-info > th {
  background-color: #bee5eb;
}
#fmc .table-hover .table-info:hover,
#fmc .table-hover .table-info:hover > td,
#fmc .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
#fmc .table-warning,
#fmc .table-warning > td,
#fmc .table-warning > th {
  background-color: #ffeeba;
}
#fmc .table-hover .table-warning:hover,
#fmc .table-hover .table-warning:hover > td,
#fmc .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
#fmc .table-danger,
#fmc .table-danger > td,
#fmc .table-danger > th {
  background-color: #f5c6cb;
}
#fmc .table-hover .table-danger:hover,
#fmc .table-hover .table-danger:hover > td,
#fmc .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
#fmc .table-light,
#fmc .table-light > td,
#fmc .table-light > th {
  background-color: #fdfdfe;
}
#fmc .table-hover .table-light:hover,
#fmc .table-hover .table-light:hover > td,
#fmc .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
#fmc .table-dark,
#fmc .table-dark > td,
#fmc .table-dark > th {
  background-color: #c6c8ca;
}
#fmc .table-hover .table-dark:hover,
#fmc .table-hover .table-dark:hover > td,
#fmc .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
#fmc .table-active,
#fmc .table-active > td,
#fmc .table-active > th,
#fmc .table-hover .table-active:hover,
#fmc .table-hover .table-active:hover > td,
#fmc .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
#fmc .table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
#fmc .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#fmc .table-dark {
  color: #fff;
  background-color: #212529;
}
#fmc .table-dark td,
#fmc .table-dark th,
#fmc .table-dark thead th {
  border-color: #32383e;
}
#fmc .table-dark.table-bordered {
  border: 0;
}
#fmc .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
#fmc .table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  #fmc .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  #fmc .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  #fmc .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  #fmc .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  #fmc .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  #fmc .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  #fmc .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  #fmc .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
#fmc .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
#fmc .table-responsive > .table-bordered {
  border: 0;
}
#fmc .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  #fmc .form-control {
    transition: none;
  }
}
#fmc .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
#fmc .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#fmc .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
#fmc .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
#fmc .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
#fmc .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
#fmc .form-control:disabled,
#fmc .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
#fmc select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
#fmc select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
#fmc .form-control-file,
#fmc .form-control-range {
  display: block;
  width: 100%;
}
#fmc .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
#fmc .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
#fmc .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
#fmc .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
#fmc .form-control-plaintext.form-control-lg,
#fmc .form-control-plaintext.form-control-sm,
#fmc .input-group-lg > .form-control-plaintext.form-control,
#fmc .input-group-lg > .input-group-append > .form-control-plaintext.btn,
#fmc .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
#fmc .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
#fmc .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
#fmc .input-group-sm > .form-control-plaintext.form-control,
#fmc .input-group-sm > .input-group-append > .form-control-plaintext.btn,
#fmc .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
#fmc .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
#fmc .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0;
}
#fmc .form-control-sm,
#fmc .input-group-sm > .form-control,
#fmc .input-group-sm > .input-group-append > .btn,
#fmc .input-group-sm > .input-group-append > .input-group-text,
#fmc .input-group-sm > .input-group-prepend > .btn,
#fmc .input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
#fmc .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
#fmc .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
#fmc .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
#fmc .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
#fmc .input-group-sm > select.form-control:not([size]):not([multiple]),
#fmc select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
#fmc .form-control-lg,
#fmc .input-group-lg > .form-control,
#fmc .input-group-lg > .input-group-append > .btn,
#fmc .input-group-lg > .input-group-append > .input-group-text,
#fmc .input-group-lg > .input-group-prepend > .btn,
#fmc .input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
#fmc .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
#fmc .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
#fmc .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
#fmc .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
#fmc .input-group-lg > select.form-control:not([size]):not([multiple]),
#fmc select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}
#fmc .form-group {
  margin-bottom: 1rem;
}
#fmc .form-text {
  display: block;
  margin-top: 0.25rem;
}
#fmc .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
#fmc .form-row > .col,
#fmc .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
#fmc .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
#fmc .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
#fmc .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
#fmc .form-check-label {
  margin-bottom: 0;
}
#fmc .form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
#fmc .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
#fmc .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
#fmc .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}
#fmc .custom-select.is-valid,
#fmc .form-control.is-valid,
#fmc .was-validated .custom-select:valid,
#fmc .was-validated .form-control:valid {
  border-color: #28a745;
}
#fmc .custom-select.is-valid:focus,
#fmc .form-control.is-valid:focus,
#fmc .was-validated .custom-select:valid:focus,
#fmc .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
#fmc .custom-select.is-valid ~ .valid-feedback,
#fmc .custom-select.is-valid ~ .valid-tooltip,
#fmc .form-control-file.is-valid ~ .valid-feedback,
#fmc .form-control-file.is-valid ~ .valid-tooltip,
#fmc .form-control.is-valid ~ .valid-feedback,
#fmc .form-control.is-valid ~ .valid-tooltip,
#fmc .was-validated .custom-select:valid ~ .valid-feedback,
#fmc .was-validated .custom-select:valid ~ .valid-tooltip,
#fmc .was-validated .form-control-file:valid ~ .valid-feedback,
#fmc .was-validated .form-control-file:valid ~ .valid-tooltip,
#fmc .was-validated .form-control:valid ~ .valid-feedback,
#fmc .was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
#fmc .form-check-input.is-valid ~ .form-check-label,
#fmc .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
#fmc .form-check-input.is-valid ~ .valid-feedback,
#fmc .form-check-input.is-valid ~ .valid-tooltip,
#fmc .was-validated .form-check-input:valid ~ .valid-feedback,
#fmc .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
#fmc .custom-control-input.is-valid ~ .custom-control-label,
#fmc .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
#fmc .custom-control-input.is-valid ~ .custom-control-label:before,
#fmc .was-validated .custom-control-input:valid ~ .custom-control-label:before {
  background-color: #71dd8a;
}
#fmc .custom-control-input.is-valid ~ .valid-feedback,
#fmc .custom-control-input.is-valid ~ .valid-tooltip,
#fmc .was-validated .custom-control-input:valid ~ .valid-feedback,
#fmc .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
#fmc .custom-control-input.is-valid:checked ~ .custom-control-label:before,
#fmc .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
  background-color: #34ce57;
}
#fmc .custom-control-input.is-valid:focus ~ .custom-control-label:before,
#fmc .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
#fmc .custom-file-input.is-valid ~ .custom-file-label,
#fmc .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
#fmc .custom-file-input.is-valid ~ .custom-file-label:before,
#fmc .was-validated .custom-file-input:valid ~ .custom-file-label:before {
  border-color: inherit;
}
#fmc .custom-file-input.is-valid ~ .valid-feedback,
#fmc .custom-file-input.is-valid ~ .valid-tooltip,
#fmc .was-validated .custom-file-input:valid ~ .valid-feedback,
#fmc .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
#fmc .custom-file-input.is-valid:focus ~ .custom-file-label,
#fmc .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
#fmc .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
#fmc .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}
#fmc .custom-select.is-invalid,
#fmc .form-control.is-invalid,
#fmc .was-validated .custom-select:invalid,
#fmc .was-validated .form-control:invalid {
  border-color: #dc3545;
}
#fmc .custom-select.is-invalid:focus,
#fmc .form-control.is-invalid:focus,
#fmc .was-validated .custom-select:invalid:focus,
#fmc .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
#fmc .custom-select.is-invalid ~ .invalid-feedback,
#fmc .custom-select.is-invalid ~ .invalid-tooltip,
#fmc .form-control-file.is-invalid ~ .invalid-feedback,
#fmc .form-control-file.is-invalid ~ .invalid-tooltip,
#fmc .form-control.is-invalid ~ .invalid-feedback,
#fmc .form-control.is-invalid ~ .invalid-tooltip,
#fmc .was-validated .custom-select:invalid ~ .invalid-feedback,
#fmc .was-validated .custom-select:invalid ~ .invalid-tooltip,
#fmc .was-validated .form-control-file:invalid ~ .invalid-feedback,
#fmc .was-validated .form-control-file:invalid ~ .invalid-tooltip,
#fmc .was-validated .form-control:invalid ~ .invalid-feedback,
#fmc .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
#fmc .form-check-input.is-invalid ~ .form-check-label,
#fmc .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
#fmc .form-check-input.is-invalid ~ .invalid-feedback,
#fmc .form-check-input.is-invalid ~ .invalid-tooltip,
#fmc .was-validated .form-check-input:invalid ~ .invalid-feedback,
#fmc .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
#fmc .custom-control-input.is-invalid ~ .custom-control-label,
#fmc .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
#fmc .custom-control-input.is-invalid ~ .custom-control-label:before,
#fmc .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  background-color: #efa2a9;
}
#fmc .custom-control-input.is-invalid ~ .invalid-feedback,
#fmc .custom-control-input.is-invalid ~ .invalid-tooltip,
#fmc .was-validated .custom-control-input:invalid ~ .invalid-feedback,
#fmc .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
#fmc .custom-control-input.is-invalid:checked ~ .custom-control-label:before,
#fmc .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
  background-color: #e4606d;
}
#fmc .custom-control-input.is-invalid:focus ~ .custom-control-label:before,
#fmc .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
#fmc .custom-file-input.is-invalid ~ .custom-file-label,
#fmc .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
#fmc .custom-file-input.is-invalid ~ .custom-file-label:before,
#fmc .was-validated .custom-file-input:invalid ~ .custom-file-label:before {
  border-color: inherit;
}
#fmc .custom-file-input.is-invalid ~ .invalid-feedback,
#fmc .custom-file-input.is-invalid ~ .invalid-tooltip,
#fmc .was-validated .custom-file-input:invalid ~ .invalid-feedback,
#fmc .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
#fmc .custom-file-input.is-invalid:focus ~ .custom-file-label,
#fmc .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
#fmc .form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
#fmc .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  #fmc .form-inline label {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #fmc .form-inline .form-group,
  #fmc .form-inline label {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  #fmc .form-inline .form-group {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
  }
  #fmc .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  #fmc .form-inline .form-control-plaintext {
    display: inline-block;
  }
  #fmc .form-inline .custom-select,
  #fmc .form-inline .input-group {
    width: auto;
  }
  #fmc .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  #fmc .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  #fmc .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #fmc .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
#fmc .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  #fmc .btn {
    transition: none;
  }
}
#fmc .btn:focus,
#fmc .btn:hover {
  text-decoration: none;
}
#fmc .btn.focus,
#fmc .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#fmc .btn.disabled,
#fmc .btn:disabled {
  opacity: 0.65;
}
#fmc .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
#fmc .btn:not(:disabled):not(.disabled).active,
#fmc .btn:not(:disabled):not(.disabled):active {
  background-image: none;
}
#fmc a.btn.disabled,
#fmc fieldset:disabled a.btn {
  pointer-events: none;
}
#fmc .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
#fmc .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
#fmc .btn-primary.focus,
#fmc .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
#fmc .btn-primary.disabled,
#fmc .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
#fmc .btn-primary:not(:disabled):not(.disabled).active,
#fmc .btn-primary:not(:disabled):not(.disabled):active,
#fmc .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
#fmc .btn-primary:not(:disabled):not(.disabled).active:focus,
#fmc .btn-primary:not(:disabled):not(.disabled):active:focus,
#fmc .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
#fmc .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
#fmc .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
#fmc .btn-secondary.focus,
#fmc .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 118, 126, 0.5);
}
#fmc .btn-secondary.disabled,
#fmc .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
#fmc .btn-secondary:not(:disabled):not(.disabled).active,
#fmc .btn-secondary:not(:disabled):not(.disabled):active,
#fmc .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
#fmc .btn-secondary:not(:disabled):not(.disabled).active:focus,
#fmc .btn-secondary:not(:disabled):not(.disabled):active:focus,
#fmc .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 118, 126, 0.5);
}
#fmc .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
#fmc .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
#fmc .btn-success.focus,
#fmc .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
#fmc .btn-success.disabled,
#fmc .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
#fmc .btn-success:not(:disabled):not(.disabled).active,
#fmc .btn-success:not(:disabled):not(.disabled):active,
#fmc .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
#fmc .btn-success:not(:disabled):not(.disabled).active:focus,
#fmc .btn-success:not(:disabled):not(.disabled):active:focus,
#fmc .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
#fmc .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
#fmc .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
#fmc .btn-info.focus,
#fmc .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
#fmc .btn-info.disabled,
#fmc .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
#fmc .btn-info:not(:disabled):not(.disabled).active,
#fmc .btn-info:not(:disabled):not(.disabled):active,
#fmc .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
#fmc .btn-info:not(:disabled):not(.disabled).active:focus,
#fmc .btn-info:not(:disabled):not(.disabled):active:focus,
#fmc .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
#fmc .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
#fmc .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
#fmc .btn-warning.focus,
#fmc .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
#fmc .btn-warning.disabled,
#fmc .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
#fmc .btn-warning:not(:disabled):not(.disabled).active,
#fmc .btn-warning:not(:disabled):not(.disabled):active,
#fmc .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
#fmc .btn-warning:not(:disabled):not(.disabled).active:focus,
#fmc .btn-warning:not(:disabled):not(.disabled):active:focus,
#fmc .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
#fmc .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
#fmc .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
#fmc .btn-danger.focus,
#fmc .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
#fmc .btn-danger.disabled,
#fmc .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
#fmc .btn-danger:not(:disabled):not(.disabled).active,
#fmc .btn-danger:not(:disabled):not(.disabled):active,
#fmc .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
#fmc .btn-danger:not(:disabled):not(.disabled).active:focus,
#fmc .btn-danger:not(:disabled):not(.disabled):active:focus,
#fmc .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
#fmc .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
#fmc .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
#fmc .btn-light.focus,
#fmc .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
#fmc .btn-light.disabled,
#fmc .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
#fmc .btn-light:not(:disabled):not(.disabled).active,
#fmc .btn-light:not(:disabled):not(.disabled):active,
#fmc .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
#fmc .btn-light:not(:disabled):not(.disabled).active:focus,
#fmc .btn-light:not(:disabled):not(.disabled):active:focus,
#fmc .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
#fmc .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
#fmc .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
#fmc .btn-dark.focus,
#fmc .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
#fmc .btn-dark.disabled,
#fmc .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
#fmc .btn-dark:not(:disabled):not(.disabled).active,
#fmc .btn-dark:not(:disabled):not(.disabled):active,
#fmc .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
#fmc .btn-dark:not(:disabled):not(.disabled).active:focus,
#fmc .btn-dark:not(:disabled):not(.disabled):active:focus,
#fmc .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
#fmc .btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
#fmc .btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
#fmc .btn-outline-primary.focus,
#fmc .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
#fmc .btn-outline-primary.disabled,
#fmc .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
#fmc .btn-outline-primary:not(:disabled):not(.disabled).active,
#fmc .btn-outline-primary:not(:disabled):not(.disabled):active,
#fmc .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
#fmc .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
#fmc .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
#fmc .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
#fmc .btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
#fmc .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
#fmc .btn-outline-secondary.focus,
#fmc .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 118, 126, 0.5);
}
#fmc .btn-outline-secondary.disabled,
#fmc .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
#fmc .btn-outline-secondary:not(:disabled):not(.disabled).active,
#fmc .btn-outline-secondary:not(:disabled):not(.disabled):active,
#fmc .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
#fmc .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
#fmc .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
#fmc .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 118, 126, 0.5);
}
#fmc .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
#fmc .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
#fmc .btn-outline-success.focus,
#fmc .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
#fmc .btn-outline-success.disabled,
#fmc .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
#fmc .btn-outline-success:not(:disabled):not(.disabled).active,
#fmc .btn-outline-success:not(:disabled):not(.disabled):active,
#fmc .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
#fmc .btn-outline-success:not(:disabled):not(.disabled).active:focus,
#fmc .btn-outline-success:not(:disabled):not(.disabled):active:focus,
#fmc .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
#fmc .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
#fmc .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
#fmc .btn-outline-info.focus,
#fmc .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
#fmc .btn-outline-info.disabled,
#fmc .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
#fmc .btn-outline-info:not(:disabled):not(.disabled).active,
#fmc .btn-outline-info:not(:disabled):not(.disabled):active,
#fmc .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
#fmc .btn-outline-info:not(:disabled):not(.disabled).active:focus,
#fmc .btn-outline-info:not(:disabled):not(.disabled):active:focus,
#fmc .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
#fmc .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
#fmc .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
#fmc .btn-outline-warning.focus,
#fmc .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
#fmc .btn-outline-warning.disabled,
#fmc .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
#fmc .btn-outline-warning:not(:disabled):not(.disabled).active,
#fmc .btn-outline-warning:not(:disabled):not(.disabled):active,
#fmc .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
#fmc .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
#fmc .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
#fmc .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
#fmc .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
#fmc .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
#fmc .btn-outline-danger.focus,
#fmc .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
#fmc .btn-outline-danger.disabled,
#fmc .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
#fmc .btn-outline-danger:not(:disabled):not(.disabled).active,
#fmc .btn-outline-danger:not(:disabled):not(.disabled):active,
#fmc .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
#fmc .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
#fmc .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
#fmc .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
#fmc .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
#fmc .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
#fmc .btn-outline-light.focus,
#fmc .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
#fmc .btn-outline-light.disabled,
#fmc .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
#fmc .btn-outline-light:not(:disabled):not(.disabled).active,
#fmc .btn-outline-light:not(:disabled):not(.disabled):active,
#fmc .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
#fmc .btn-outline-light:not(:disabled):not(.disabled).active:focus,
#fmc .btn-outline-light:not(:disabled):not(.disabled):active:focus,
#fmc .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
#fmc .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
#fmc .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
#fmc .btn-outline-dark.focus,
#fmc .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
#fmc .btn-outline-dark.disabled,
#fmc .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
#fmc .btn-outline-dark:not(:disabled):not(.disabled).active,
#fmc .btn-outline-dark:not(:disabled):not(.disabled):active,
#fmc .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
#fmc .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
#fmc .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
#fmc .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
#fmc .btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
#fmc .btn-link:hover {
  color: #0056b3;
  background-color: transparent;
}
#fmc .btn-link.focus,
#fmc .btn-link:focus,
#fmc .btn-link:hover {
  text-decoration: underline;
  border-color: transparent;
}
#fmc .btn-link.focus,
#fmc .btn-link:focus {
  box-shadow: none;
}
#fmc .btn-link.disabled,
#fmc .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
#fmc .btn-group-lg > .btn,
#fmc .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
#fmc .btn-group-sm > .btn,
#fmc .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
#fmc .btn-block {
  display: block;
  width: 100%;
}
#fmc .btn-block + .btn-block {
  margin-top: 0.5rem;
}
#fmc input[type=button].btn-block,
#fmc input[type=reset].btn-block,
#fmc input[type=submit].btn-block {
  width: 100%;
}
#fmc .fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  #fmc .fade {
    transition: none;
  }
}
#fmc .fade:not(.show) {
  opacity: 0;
}
#fmc .collapse:not(.show) {
  display: none;
}
#fmc .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  #fmc .collapsing {
    transition: none;
  }
}
#fmc .dropdown,
#fmc .dropleft,
#fmc .dropright,
#fmc .dropup {
  position: relative;
}
#fmc .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
#fmc .dropdown-toggle:empty:after {
  margin-left: 0;
}
#fmc .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
#fmc .dropdown-menu-right {
  right: 0;
  left: auto;
}
#fmc .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
#fmc .dropup .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
#fmc .dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
#fmc .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
#fmc .dropright .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
#fmc .dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
#fmc .dropright .dropdown-toggle:after {
  vertical-align: 0;
}
#fmc .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
#fmc .dropleft .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
#fmc .dropleft .dropdown-toggle:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
#fmc .dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
#fmc .dropleft .dropdown-toggle:before {
  vertical-align: 0;
}
#fmc .dropdown-menu[x-placement^=bottom],
#fmc .dropdown-menu[x-placement^=left],
#fmc .dropdown-menu[x-placement^=right],
#fmc .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}
#fmc .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
#fmc .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
#fmc .dropdown-item:focus,
#fmc .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
#fmc .dropdown-item.active,
#fmc .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
#fmc .dropdown-item.disabled,
#fmc .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
#fmc .dropdown-menu.show {
  display: block;
}
#fmc .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
#fmc .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
#fmc .btn-group,
#fmc .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
#fmc .btn-group-vertical > .btn,
#fmc .btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
#fmc .btn-group-vertical > .btn.active,
#fmc .btn-group-vertical > .btn:active,
#fmc .btn-group-vertical > .btn:focus,
#fmc .btn-group-vertical > .btn:hover,
#fmc .btn-group > .btn.active,
#fmc .btn-group > .btn:active,
#fmc .btn-group > .btn:focus,
#fmc .btn-group > .btn:hover {
  z-index: 1;
}
#fmc .btn-group-vertical .btn + .btn,
#fmc .btn-group-vertical .btn + .btn-group,
#fmc .btn-group-vertical .btn-group + .btn,
#fmc .btn-group-vertical .btn-group + .btn-group,
#fmc .btn-group .btn + .btn,
#fmc .btn-group .btn + .btn-group,
#fmc .btn-group .btn-group + .btn,
#fmc .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
#fmc .btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#fmc .btn-toolbar .input-group {
  width: auto;
}
#fmc .btn-group > .btn:first-child {
  margin-left: 0;
}
#fmc .btn-group > .btn-group:not(:last-child) > .btn,
#fmc .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#fmc .btn-group > .btn-group:not(:first-child) > .btn,
#fmc .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#fmc .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
#fmc .dropdown-toggle-split:after,
#fmc .dropright .dropdown-toggle-split:after,
#fmc .dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
#fmc .dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}
#fmc .btn-group-sm > .btn + .dropdown-toggle-split,
#fmc .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
#fmc .btn-group-lg > .btn + .dropdown-toggle-split,
#fmc .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
#fmc .btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
#fmc .btn-group-vertical .btn,
#fmc .btn-group-vertical .btn-group {
  width: 100%;
}
#fmc .btn-group-vertical > .btn + .btn,
#fmc .btn-group-vertical > .btn + .btn-group,
#fmc .btn-group-vertical > .btn-group + .btn,
#fmc .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
#fmc .btn-group-vertical > .btn-group:not(:last-child) > .btn,
#fmc .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#fmc .btn-group-vertical > .btn-group:not(:first-child) > .btn,
#fmc .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#fmc .btn-group-toggle > .btn,
#fmc .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
#fmc .btn-group-toggle > .btn-group > .btn input[type=checkbox],
#fmc .btn-group-toggle > .btn-group > .btn input[type=radio],
#fmc .btn-group-toggle > .btn input[type=checkbox],
#fmc .btn-group-toggle > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
#fmc .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
#fmc .input-group > .custom-file,
#fmc .input-group > .custom-select,
#fmc .input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
#fmc .input-group > .custom-file:focus,
#fmc .input-group > .custom-select:focus,
#fmc .input-group > .form-control:focus {
  z-index: 3;
}
#fmc .input-group > .custom-file + .custom-file,
#fmc .input-group > .custom-file + .custom-select,
#fmc .input-group > .custom-file + .form-control,
#fmc .input-group > .custom-select + .custom-file,
#fmc .input-group > .custom-select + .custom-select,
#fmc .input-group > .custom-select + .form-control,
#fmc .input-group > .form-control + .custom-file,
#fmc .input-group > .form-control + .custom-select,
#fmc .input-group > .form-control + .form-control {
  margin-left: -1px;
}
#fmc .input-group > .custom-select:not(:last-child),
#fmc .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#fmc .input-group > .custom-select:not(:first-child),
#fmc .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#fmc .input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#fmc .input-group > .custom-file:not(:last-child) .custom-file-label,
#fmc .input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#fmc .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#fmc .input-group-append,
#fmc .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
#fmc .input-group-append .btn,
#fmc .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
#fmc .input-group-append .btn + .btn,
#fmc .input-group-append .btn + .input-group-text,
#fmc .input-group-append .input-group-text + .btn,
#fmc .input-group-append .input-group-text + .input-group-text,
#fmc .input-group-prepend .btn + .btn,
#fmc .input-group-prepend .btn + .input-group-text,
#fmc .input-group-prepend .input-group-text + .btn,
#fmc .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
#fmc .input-group-prepend {
  margin-right: -1px;
}
#fmc .input-group-append {
  margin-left: -1px;
}
#fmc .input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
#fmc .input-group-text input[type=checkbox],
#fmc .input-group-text input[type=radio] {
  margin-top: 0;
}
#fmc .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
#fmc .input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
#fmc .input-group > .input-group-append:not(:last-child) > .btn,
#fmc .input-group > .input-group-append:not(:last-child) > .input-group-text,
#fmc .input-group > .input-group-prepend > .btn,
#fmc .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#fmc .input-group > .input-group-append > .btn,
#fmc .input-group > .input-group-append > .input-group-text,
#fmc .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
#fmc .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
#fmc .input-group > .input-group-prepend:not(:first-child) > .btn,
#fmc .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#fmc .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
#fmc .custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
#fmc .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#fmc .custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: #007bff;
}
#fmc .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#fmc .custom-control-input:active ~ .custom-control-label:before {
  color: #fff;
  background-color: #b3d7ff;
}
#fmc .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
#fmc .custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}
#fmc .custom-control-label {
  position: relative;
  margin-bottom: 0;
}
#fmc .custom-control-label:before {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
#fmc .custom-control-label:after,
#fmc .custom-control-label:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
#fmc .custom-control-label:after {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50% 50%;
}
#fmc .custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}
#fmc .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #007bff;
}
#fmc .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");
}
#fmc .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  background-color: #007bff;
}
#fmc .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");
}
#fmc .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
#fmc .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
#fmc .custom-radio .custom-control-label:before {
  border-radius: 50%;
}
#fmc .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #007bff;
}
#fmc .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");
}
#fmc .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
#fmc .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  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") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#fmc .custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
#fmc .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
#fmc .custom-select[multiple],
#fmc .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
#fmc .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
#fmc .custom-select::-ms-expand {
  opacity: 0;
}
#fmc .custom-select-sm {
  height: calc(1.8125rem + 2px);
  font-size: 75%;
}
#fmc .custom-select-lg,
#fmc .custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
#fmc .custom-select-lg {
  height: calc(2.875rem + 2px);
  font-size: 125%;
}
#fmc .custom-file {
  display: inline-block;
  margin-bottom: 0;
}
#fmc .custom-file,
#fmc .custom-file-input {
  position: relative;
  width: 100%;
  height: calc(2.25rem + 2px);
}
#fmc .custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0;
}
#fmc .custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#fmc .custom-file-input:focus ~ .custom-file-label:after {
  border-color: #80bdff;
}
#fmc .custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}
#fmc .custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
#fmc .custom-file-label,
#fmc .custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
}
#fmc .custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
#fmc .custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#fmc .custom-range:focus {
  outline: none;
}
#fmc .custom-range::-moz-focus-outer {
  border: 0;
}
#fmc .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none;
}
#fmc .custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#fmc .custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
#fmc .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
#fmc .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none;
}
#fmc .custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#fmc .custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
#fmc .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
#fmc .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
#fmc .custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#fmc .custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
#fmc .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
#fmc .custom-range::-ms-fill-lower,
#fmc .custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}
#fmc .custom-range::-ms-fill-upper {
  margin-right: 15px;
}
#fmc .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#fmc .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
#fmc .nav-link:focus,
#fmc .nav-link:hover {
  text-decoration: none;
}
#fmc .nav-link.disabled {
  color: #6c757d;
}
#fmc .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
#fmc .nav-tabs .nav-item {
  margin-bottom: -1px;
}
#fmc .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
#fmc .nav-tabs .nav-link:focus,
#fmc .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
#fmc .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
#fmc .nav-tabs .nav-item.show .nav-link,
#fmc .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
#fmc .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#fmc .nav-pills .nav-link {
  border-radius: 0.25rem;
}
#fmc .nav-pills .nav-link.active,
#fmc .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
#fmc .nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
#fmc .nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
#fmc .tab-content > .tab-pane {
  display: none;
}
#fmc .tab-content > .active {
  display: block;
}
#fmc .navbar {
  position: relative;
  padding: 0.5rem 1rem;
}
#fmc .navbar,
#fmc .navbar > .container,
#fmc .navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#fmc .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
#fmc .navbar-brand:focus,
#fmc .navbar-brand:hover {
  text-decoration: none;
}
#fmc .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#fmc .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
#fmc .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
#fmc .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#fmc .navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
#fmc .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
#fmc .navbar-toggler:focus,
#fmc .navbar-toggler:hover {
  text-decoration: none;
}
#fmc .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
#fmc .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  #fmc .navbar-expand-sm > .container,
  #fmc .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  #fmc .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #fmc .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #fmc .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  #fmc .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  #fmc .navbar-expand-sm > .container,
  #fmc .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #fmc .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  #fmc .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #fmc .navbar-expand-md > .container,
  #fmc .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  #fmc .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #fmc .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #fmc .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  #fmc .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  #fmc .navbar-expand-md > .container,
  #fmc .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #fmc .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  #fmc .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #fmc .navbar-expand-lg > .container,
  #fmc .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  #fmc .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #fmc .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #fmc .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  #fmc .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  #fmc .navbar-expand-lg > .container,
  #fmc .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #fmc .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  #fmc .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  #fmc .navbar-expand-xl > .container,
  #fmc .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  #fmc .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #fmc .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #fmc .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  #fmc .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  #fmc .navbar-expand-xl > .container,
  #fmc .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #fmc .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  #fmc .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
#fmc .navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#fmc .navbar-expand > .container,
#fmc .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
#fmc .navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
#fmc .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
#fmc .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
#fmc .navbar-expand > .container,
#fmc .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#fmc .navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex!important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
#fmc .navbar-expand .navbar-toggler {
  display: none;
}
#fmc .navbar-light .navbar-brand,
#fmc .navbar-light .navbar-brand:focus,
#fmc .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
#fmc .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
#fmc .navbar-light .navbar-nav .nav-link:focus,
#fmc .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
#fmc .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
#fmc .navbar-light .navbar-nav .active > .nav-link,
#fmc .navbar-light .navbar-nav .nav-link.active,
#fmc .navbar-light .navbar-nav .nav-link.show,
#fmc .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
#fmc .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
#fmc .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");
}
#fmc .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
#fmc .navbar-light .navbar-text a,
#fmc .navbar-light .navbar-text a:focus,
#fmc .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
#fmc .navbar-dark .navbar-brand,
#fmc .navbar-dark .navbar-brand:focus,
#fmc .navbar-dark .navbar-brand:hover {
  color: #fff;
}
#fmc .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
#fmc .navbar-dark .navbar-nav .nav-link:focus,
#fmc .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
#fmc .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
#fmc .navbar-dark .navbar-nav .active > .nav-link,
#fmc .navbar-dark .navbar-nav .nav-link.active,
#fmc .navbar-dark .navbar-nav .nav-link.show,
#fmc .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
#fmc .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
#fmc .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");
}
#fmc .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
#fmc .navbar-dark .navbar-text a,
#fmc .navbar-dark .navbar-text a:focus,
#fmc .navbar-dark .navbar-text a:hover {
  color: #fff;
}
#fmc .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
#fmc .card > hr {
  margin-right: 0;
  margin-left: 0;
}
#fmc .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
#fmc .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
#fmc .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
#fmc .card-title {
  margin-bottom: 0.75rem;
}
#fmc .card-subtitle {
  margin-top: -0.375rem;
}
#fmc .card-subtitle,
#fmc .card-text:last-child {
  margin-bottom: 0;
}
#fmc .card-link:hover {
  text-decoration: none;
}
#fmc .card-link + .card-link {
  margin-left: 1.25rem;
}
#fmc .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#fmc .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
#fmc .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
#fmc .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
#fmc .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
#fmc .card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}
#fmc .card-header-pills,
#fmc .card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
#fmc .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
#fmc .card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
#fmc .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
#fmc .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
#fmc .card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
#fmc .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  #fmc .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  #fmc .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
#fmc .card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
#fmc .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  #fmc .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #fmc .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  #fmc .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  #fmc .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  #fmc .card-group > .card:first-child .card-header,
  #fmc .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  #fmc .card-group > .card:first-child .card-footer,
  #fmc .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  #fmc .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #fmc .card-group > .card:last-child .card-header,
  #fmc .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  #fmc .card-group > .card:last-child .card-footer,
  #fmc .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  #fmc .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  #fmc .card-group > .card:only-child .card-header,
  #fmc .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  #fmc .card-group > .card:only-child .card-footer,
  #fmc .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  #fmc .card-group > .card:not(:first-child):not(:last-child):not(:only-child),
  #fmc .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  #fmc .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  #fmc .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  #fmc .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
#fmc .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  #fmc .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  #fmc .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
#fmc .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
#fmc .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
#fmc .accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#fmc .accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#fmc .breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
#fmc .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
#fmc .breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
#fmc .breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}
#fmc .breadcrumb-item.active {
  color: #6c757d;
}
#fmc .pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
#fmc .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
#fmc .page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#fmc .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#fmc .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
#fmc .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
#fmc .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
#fmc .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
#fmc .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
#fmc .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
#fmc .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
#fmc .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
#fmc .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#fmc .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
#fmc .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
#fmc .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
#fmc .badge:empty {
  display: none;
}
#fmc .btn .badge {
  position: relative;
  top: -1px;
}
#fmc .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
#fmc .badge-primary {
  color: #fff;
  background-color: #007bff;
}
#fmc .badge-primary[href]:focus,
#fmc .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
#fmc .badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
#fmc .badge-secondary[href]:focus,
#fmc .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
#fmc .badge-success {
  color: #fff;
  background-color: #28a745;
}
#fmc .badge-success[href]:focus,
#fmc .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
#fmc .badge-info {
  color: #fff;
  background-color: #17a2b8;
}
#fmc .badge-info[href]:focus,
#fmc .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
#fmc .badge-warning {
  color: #212529;
  background-color: #ffc107;
}
#fmc .badge-warning[href]:focus,
#fmc .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
#fmc .badge-danger {
  color: #fff;
  background-color: #dc3545;
}
#fmc .badge-danger[href]:focus,
#fmc .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
#fmc .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
#fmc .badge-light[href]:focus,
#fmc .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
#fmc .badge-dark {
  color: #fff;
  background-color: #343a40;
}
#fmc .badge-dark[href]:focus,
#fmc .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
#fmc .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  #fmc .jumbotron {
    padding: 4rem 2rem;
  }
}
#fmc .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
#fmc .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
#fmc .alert-heading {
  color: inherit;
}
#fmc .alert-link {
  font-weight: 700;
}
#fmc .alert-dismissible {
  padding-right: 4rem;
}
#fmc .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
#fmc .alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
#fmc .alert-primary hr {
  border-top-color: #9fcdff;
}
#fmc .alert-primary .alert-link {
  color: #002752;
}
#fmc .alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
#fmc .alert-secondary hr {
  border-top-color: #c8cbcf;
}
#fmc .alert-secondary .alert-link {
  color: #202326;
}
#fmc .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
#fmc .alert-success hr {
  border-top-color: #b1dfbb;
}
#fmc .alert-success .alert-link {
  color: #0b2e13;
}
#fmc .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
#fmc .alert-info hr {
  border-top-color: #abdde5;
}
#fmc .alert-info .alert-link {
  color: #062c33;
}
#fmc .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
#fmc .alert-warning hr {
  border-top-color: #ffe8a1;
}
#fmc .alert-warning .alert-link {
  color: #533f03;
}
#fmc .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
#fmc .alert-danger hr {
  border-top-color: #f1b0b7;
}
#fmc .alert-danger .alert-link {
  color: #491217;
}
#fmc .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
#fmc .alert-light hr {
  border-top-color: #ececf6;
}
#fmc .alert-light .alert-link {
  color: #686868;
}
#fmc .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
#fmc .alert-dark hr {
  border-top-color: #b9bbbe;
}
#fmc .alert-dark .alert-link {
  color: #040505;
}
@keyframes a {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
#fmc .progress {
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
#fmc .progress,
#fmc .progress-bar {
  display: -ms-flexbox;
  display: flex;
}
#fmc .progress-bar {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  #fmc .progress-bar {
    transition: none;
  }
}
#fmc .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem;
}
#fmc .progress-bar-animated {
  animation: a 1s linear infinite;
}
#fmc .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
#fmc .media-body {
  -ms-flex: 1;
  flex: 1;
}
#fmc .list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
#fmc .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
#fmc .list-group-item-action:focus,
#fmc .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
#fmc .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
#fmc .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#fmc .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
#fmc .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
#fmc .list-group-item:focus,
#fmc .list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}
#fmc .list-group-item.disabled,
#fmc .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
#fmc .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
#fmc .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
#fmc .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
#fmc .list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
#fmc .list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
#fmc .list-group-item-primary.list-group-item-action:focus,
#fmc .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}
#fmc .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
#fmc .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
#fmc .list-group-item-secondary.list-group-item-action:focus,
#fmc .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
#fmc .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
#fmc .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
#fmc .list-group-item-success.list-group-item-action:focus,
#fmc .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
#fmc .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
#fmc .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
#fmc .list-group-item-info.list-group-item-action:focus,
#fmc .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
#fmc .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
#fmc .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
#fmc .list-group-item-warning.list-group-item-action:focus,
#fmc .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
#fmc .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
#fmc .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
#fmc .list-group-item-danger.list-group-item-action:focus,
#fmc .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
#fmc .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
#fmc .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
#fmc .list-group-item-light.list-group-item-action:focus,
#fmc .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
#fmc .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
#fmc .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
#fmc .list-group-item-dark.list-group-item-action:focus,
#fmc .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
#fmc .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
#fmc .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
#fmc .close:focus,
#fmc .close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
#fmc .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
#fmc button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
#fmc .modal,
#fmc .modal-open {
  overflow: hidden;
}
#fmc .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
}
#fmc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
#fmc .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
#fmc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  #fmc .modal.fade .modal-dialog {
    transition: none;
  }
}
#fmc .modal.show .modal-dialog {
  transform: translate(0);
}
#fmc .modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
#fmc .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
#fmc .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
#fmc .modal-backdrop.fade {
  opacity: 0;
}
#fmc .modal-backdrop.show {
  opacity: 0.5;
}
#fmc .modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
#fmc .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
#fmc .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
#fmc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
#fmc .modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
#fmc .modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
#fmc .modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
#fmc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  #fmc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  #fmc .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  #fmc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  #fmc .modal-lg {
    max-width: 800px;
  }
}
#fmc .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
#fmc .tooltip.show {
  opacity: 0.9;
}
#fmc .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
#fmc .tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
#fmc .bs-tooltip-auto[x-placement^=top],
#fmc .bs-tooltip-top {
  padding: 0.4rem 0;
}
#fmc .bs-tooltip-auto[x-placement^=top] .arrow,
#fmc .bs-tooltip-top .arrow {
  bottom: 0;
}
#fmc .bs-tooltip-auto[x-placement^=top] .arrow:before,
#fmc .bs-tooltip-top .arrow:before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
#fmc .bs-tooltip-auto[x-placement^=right],
#fmc .bs-tooltip-right {
  padding: 0 0.4rem;
}
#fmc .bs-tooltip-auto[x-placement^=right] .arrow,
#fmc .bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
#fmc .bs-tooltip-auto[x-placement^=right] .arrow:before,
#fmc .bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
#fmc .bs-tooltip-auto[x-placement^=bottom],
#fmc .bs-tooltip-bottom {
  padding: 0.4rem 0;
}
#fmc .bs-tooltip-auto[x-placement^=bottom] .arrow,
#fmc .bs-tooltip-bottom .arrow {
  top: 0;
}
#fmc .bs-tooltip-auto[x-placement^=bottom] .arrow:before,
#fmc .bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
#fmc .bs-tooltip-auto[x-placement^=left],
#fmc .bs-tooltip-left {
  padding: 0 0.4rem;
}
#fmc .bs-tooltip-auto[x-placement^=left] .arrow,
#fmc .bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
#fmc .bs-tooltip-auto[x-placement^=left] .arrow:before,
#fmc .bs-tooltip-left .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
#fmc .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
#fmc .popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
#fmc .popover,
#fmc .popover .arrow {
  position: absolute;
  display: block;
}
#fmc .popover .arrow {
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
#fmc .popover .arrow:after,
#fmc .popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
#fmc .bs-popover-auto[x-placement^=top],
#fmc .bs-popover-top {
  margin-bottom: 0.5rem;
}
#fmc .bs-popover-auto[x-placement^=top] .arrow,
#fmc .bs-popover-top .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
#fmc .bs-popover-auto[x-placement^=top] .arrow:after,
#fmc .bs-popover-auto[x-placement^=top] .arrow:before,
#fmc .bs-popover-top .arrow:after,
#fmc .bs-popover-top .arrow:before {
  border-width: 0.5rem 0.5rem 0;
}
#fmc .bs-popover-auto[x-placement^=top] .arrow:before,
#fmc .bs-popover-top .arrow:before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
#fmc .bs-popover-auto[x-placement^=top] .arrow:after,
#fmc .bs-popover-top .arrow:after {
  bottom: 1px;
  border-top-color: #fff;
}
#fmc .bs-popover-auto[x-placement^=right],
#fmc .bs-popover-right {
  margin-left: 0.5rem;
}
#fmc .bs-popover-auto[x-placement^=right] .arrow,
#fmc .bs-popover-right .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
#fmc .bs-popover-auto[x-placement^=right] .arrow:after,
#fmc .bs-popover-auto[x-placement^=right] .arrow:before,
#fmc .bs-popover-right .arrow:after,
#fmc .bs-popover-right .arrow:before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
#fmc .bs-popover-auto[x-placement^=right] .arrow:before,
#fmc .bs-popover-right .arrow:before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
#fmc .bs-popover-auto[x-placement^=right] .arrow:after,
#fmc .bs-popover-right .arrow:after {
  left: 1px;
  border-right-color: #fff;
}
#fmc .bs-popover-auto[x-placement^=bottom],
#fmc .bs-popover-bottom {
  margin-top: 0.5rem;
}
#fmc .bs-popover-auto[x-placement^=bottom] .arrow,
#fmc .bs-popover-bottom .arrow {
  top: calc((0.5rem + 1px) * -1);
}
#fmc .bs-popover-auto[x-placement^=bottom] .arrow:after,
#fmc .bs-popover-auto[x-placement^=bottom] .arrow:before,
#fmc .bs-popover-bottom .arrow:after,
#fmc .bs-popover-bottom .arrow:before {
  border-width: 0 0.5rem 0.5rem;
}
#fmc .bs-popover-auto[x-placement^=bottom] .arrow:before,
#fmc .bs-popover-bottom .arrow:before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
#fmc .bs-popover-auto[x-placement^=bottom] .arrow:after,
#fmc .bs-popover-bottom .arrow:after {
  top: 1px;
  border-bottom-color: #fff;
}
#fmc .bs-popover-auto[x-placement^=bottom] .popover-header:before,
#fmc .bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
#fmc .bs-popover-auto[x-placement^=left],
#fmc .bs-popover-left {
  margin-right: 0.5rem;
}
#fmc .bs-popover-auto[x-placement^=left] .arrow,
#fmc .bs-popover-left .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
#fmc .bs-popover-auto[x-placement^=left] .arrow:after,
#fmc .bs-popover-auto[x-placement^=left] .arrow:before,
#fmc .bs-popover-left .arrow:after,
#fmc .bs-popover-left .arrow:before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
#fmc .bs-popover-auto[x-placement^=left] .arrow:before,
#fmc .bs-popover-left .arrow:before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
#fmc .bs-popover-auto[x-placement^=left] .arrow:after,
#fmc .bs-popover-left .arrow:after {
  right: 1px;
  border-left-color: #fff;
}
#fmc .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
#fmc .popover-header:empty {
  display: none;
}
#fmc .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
#fmc .carousel {
  position: relative;
}
#fmc .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#fmc .carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) {
  #fmc .carousel-item {
    transition: none;
  }
}
#fmc .carousel-item-next,
#fmc .carousel-item-prev,
#fmc .carousel-item.active {
  display: block;
}
#fmc .carousel-item-next,
#fmc .carousel-item-prev {
  position: absolute;
  top: 0;
}
#fmc .carousel-item-next.carousel-item-left,
#fmc .carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  #fmc .carousel-item-next.carousel-item-left,
  #fmc .carousel-item-prev.carousel-item-right {
    transform: translateZ(0);
  }
}
#fmc .active.carousel-item-right,
#fmc .carousel-item-next {
  transform: translateX(100%);
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  #fmc .active.carousel-item-right,
  #fmc .carousel-item-next {
    transform: translate3d(100%, 0, 0);
  }
}
#fmc .active.carousel-item-left,
#fmc .carousel-item-prev {
  transform: translateX(-100%);
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  #fmc .active.carousel-item-left,
  #fmc .carousel-item-prev {
    transform: translate3d(-100%, 0, 0);
  }
}
#fmc .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
#fmc .carousel-fade .carousel-item-next.carousel-item-left,
#fmc .carousel-fade .carousel-item-prev.carousel-item-right,
#fmc .carousel-fade .carousel-item.active {
  opacity: 1;
}
#fmc .carousel-fade .active.carousel-item-left,
#fmc .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
#fmc .carousel-fade .active.carousel-item-left,
#fmc .carousel-fade .active.carousel-item-prev,
#fmc .carousel-fade .carousel-item-next,
#fmc .carousel-fade .carousel-item-prev,
#fmc .carousel-fade .carousel-item.active {
  transform: translateX(0);
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  #fmc .carousel-fade .active.carousel-item-left,
  #fmc .carousel-fade .active.carousel-item-prev,
  #fmc .carousel-fade .carousel-item-next,
  #fmc .carousel-fade .carousel-item-prev,
  #fmc .carousel-fade .carousel-item.active {
    transform: translateZ(0);
  }
}
#fmc .carousel-control-next,
#fmc .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
#fmc .carousel-control-next:focus,
#fmc .carousel-control-next:hover,
#fmc .carousel-control-prev:focus,
#fmc .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
#fmc .carousel-control-prev {
  left: 0;
}
#fmc .carousel-control-next {
  right: 0;
}
#fmc .carousel-control-next-icon,
#fmc .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat 50%;
  background-size: 100% 100%;
}
#fmc .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");
}
#fmc .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");
}
#fmc .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
#fmc .carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
#fmc .carousel-indicators li:before {
  top: -10px;
}
#fmc .carousel-indicators li:after,
#fmc .carousel-indicators li:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
#fmc .carousel-indicators li:after {
  bottom: -10px;
}
#fmc .carousel-indicators .active {
  background-color: #fff;
}
#fmc .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
#fmc .align-baseline {
  vertical-align: baseline !important;
}
#fmc .align-top {
  vertical-align: top !important;
}
#fmc .align-middle {
  vertical-align: middle !important;
}
#fmc .align-bottom {
  vertical-align: bottom !important;
}
#fmc .align-text-bottom {
  vertical-align: text-bottom !important;
}
#fmc .align-text-top {
  vertical-align: text-top !important;
}
#fmc .bg-primary {
  background-color: #007bff !important;
}
#fmc a.bg-primary:focus,
#fmc a.bg-primary:hover,
#fmc button.bg-primary:focus,
#fmc button.bg-primary:hover {
  background-color: #0062cc !important;
}
#fmc .bg-secondary {
  background-color: #6c757d !important;
}
#fmc a.bg-secondary:focus,
#fmc a.bg-secondary:hover,
#fmc button.bg-secondary:focus,
#fmc button.bg-secondary:hover {
  background-color: #545b62 !important;
}
#fmc .bg-success {
  background-color: #28a745 !important;
}
#fmc a.bg-success:focus,
#fmc a.bg-success:hover,
#fmc button.bg-success:focus,
#fmc button.bg-success:hover {
  background-color: #1e7e34 !important;
}
#fmc .bg-info {
  background-color: #17a2b8 !important;
}
#fmc a.bg-info:focus,
#fmc a.bg-info:hover,
#fmc button.bg-info:focus,
#fmc button.bg-info:hover {
  background-color: #117a8b !important;
}
#fmc .bg-warning {
  background-color: #ffc107 !important;
}
#fmc a.bg-warning:focus,
#fmc a.bg-warning:hover,
#fmc button.bg-warning:focus,
#fmc button.bg-warning:hover {
  background-color: #d39e00 !important;
}
#fmc .bg-danger {
  background-color: #dc3545 !important;
}
#fmc a.bg-danger:focus,
#fmc a.bg-danger:hover,
#fmc button.bg-danger:focus,
#fmc button.bg-danger:hover {
  background-color: #bd2130 !important;
}
#fmc .bg-light {
  background-color: #f8f9fa !important;
}
#fmc a.bg-light:focus,
#fmc a.bg-light:hover,
#fmc button.bg-light:focus,
#fmc button.bg-light:hover {
  background-color: #dae0e5 !important;
}
#fmc .bg-dark {
  background-color: #343a40 !important;
}
#fmc a.bg-dark:focus,
#fmc a.bg-dark:hover,
#fmc button.bg-dark:focus,
#fmc button.bg-dark:hover {
  background-color: #1d2124 !important;
}
#fmc .bg-white {
  background-color: #fff !important;
}
#fmc .bg-transparent {
  background-color: transparent !important;
}
#fmc .border {
  border: 1px solid #dee2e6 !important;
}
#fmc .border-top {
  border-top: 1px solid #dee2e6 !important;
}
#fmc .border-right {
  border-right: 1px solid #dee2e6 !important;
}
#fmc .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
#fmc .border-left {
  border-left: 1px solid #dee2e6 !important;
}
#fmc .border-0 {
  border: 0 !important;
}
#fmc .border-top-0 {
  border-top: 0 !important;
}
#fmc .border-right-0 {
  border-right: 0 !important;
}
#fmc .border-bottom-0 {
  border-bottom: 0 !important;
}
#fmc .border-left-0 {
  border-left: 0 !important;
}
#fmc .border-primary {
  border-color: #007bff !important;
}
#fmc .border-secondary {
  border-color: #6c757d !important;
}
#fmc .border-success {
  border-color: #28a745 !important;
}
#fmc .border-info {
  border-color: #17a2b8 !important;
}
#fmc .border-warning {
  border-color: #ffc107 !important;
}
#fmc .border-danger {
  border-color: #dc3545 !important;
}
#fmc .border-light {
  border-color: #f8f9fa !important;
}
#fmc .border-dark {
  border-color: #343a40 !important;
}
#fmc .border-white {
  border-color: #fff !important;
}
#fmc .rounded {
  border-radius: 0.25rem !important;
}
#fmc .rounded-top {
  border-top-left-radius: 0.25rem !important;
}
#fmc .rounded-right,
#fmc .rounded-top {
  border-top-right-radius: 0.25rem !important;
}
#fmc .rounded-bottom,
#fmc .rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
#fmc .rounded-bottom,
#fmc .rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
#fmc .rounded-left {
  border-top-left-radius: 0.25rem !important;
}
#fmc .rounded-circle {
  border-radius: 50% !important;
}
#fmc .rounded-0 {
  border-radius: 0 !important;
}
#fmc .clearfix:after {
  display: block;
  clear: both;
  content: "";
}
#fmc .d-none {
  display: none !important;
}
#fmc .d-inline {
  display: inline !important;
}
#fmc .d-inline-block {
  display: inline-block !important;
}
#fmc .d-block {
  display: block !important;
}
#fmc .d-table {
  display: table !important;
}
#fmc .d-table-row {
  display: table-row !important;
}
#fmc .d-table-cell {
  display: table-cell !important;
}
#fmc .d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
#fmc .d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  #fmc .d-sm-none {
    display: none !important;
  }
  #fmc .d-sm-inline {
    display: inline !important;
  }
  #fmc .d-sm-inline-block {
    display: inline-block !important;
  }
  #fmc .d-sm-block {
    display: block !important;
  }
  #fmc .d-sm-table {
    display: table !important;
  }
  #fmc .d-sm-table-row {
    display: table-row !important;
  }
  #fmc .d-sm-table-cell {
    display: table-cell !important;
  }
  #fmc .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #fmc .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  #fmc .d-md-none {
    display: none !important;
  }
  #fmc .d-md-inline {
    display: inline !important;
  }
  #fmc .d-md-inline-block {
    display: inline-block !important;
  }
  #fmc .d-md-block {
    display: block !important;
  }
  #fmc .d-md-table {
    display: table !important;
  }
  #fmc .d-md-table-row {
    display: table-row !important;
  }
  #fmc .d-md-table-cell {
    display: table-cell !important;
  }
  #fmc .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #fmc .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  #fmc .d-lg-none {
    display: none !important;
  }
  #fmc .d-lg-inline {
    display: inline !important;
  }
  #fmc .d-lg-inline-block {
    display: inline-block !important;
  }
  #fmc .d-lg-block {
    display: block !important;
  }
  #fmc .d-lg-table {
    display: table !important;
  }
  #fmc .d-lg-table-row {
    display: table-row !important;
  }
  #fmc .d-lg-table-cell {
    display: table-cell !important;
  }
  #fmc .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #fmc .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  #fmc .d-xl-none {
    display: none !important;
  }
  #fmc .d-xl-inline {
    display: inline !important;
  }
  #fmc .d-xl-inline-block {
    display: inline-block !important;
  }
  #fmc .d-xl-block {
    display: block !important;
  }
  #fmc .d-xl-table {
    display: table !important;
  }
  #fmc .d-xl-table-row {
    display: table-row !important;
  }
  #fmc .d-xl-table-cell {
    display: table-cell !important;
  }
  #fmc .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #fmc .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  #fmc .d-print-none {
    display: none !important;
  }
  #fmc .d-print-inline {
    display: inline !important;
  }
  #fmc .d-print-inline-block {
    display: inline-block !important;
  }
  #fmc .d-print-block {
    display: block !important;
  }
  #fmc .d-print-table {
    display: table !important;
  }
  #fmc .d-print-table-row {
    display: table-row !important;
  }
  #fmc .d-print-table-cell {
    display: table-cell !important;
  }
  #fmc .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #fmc .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
#fmc .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
#fmc .embed-responsive:before {
  display: block;
  content: "";
}
#fmc .embed-responsive .embed-responsive-item,
#fmc .embed-responsive embed,
#fmc .embed-responsive iframe,
#fmc .embed-responsive object,
#fmc .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#fmc .embed-responsive-21by9:before {
  padding-top: 42.85714%;
}
#fmc .embed-responsive-16by9:before {
  padding-top: 56.25%;
}
#fmc .embed-responsive-4by3:before {
  padding-top: 75%;
}
#fmc .embed-responsive-1by1:before {
  padding-top: 100%;
}
#fmc .flex-row {
  -ms-flex-direction: row!important;
  flex-direction: row !important;
}
#fmc .flex-column {
  -ms-flex-direction: column!important;
  flex-direction: column !important;
}
#fmc .flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
#fmc .flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
#fmc .flex-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap !important;
}
#fmc .flex-nowrap {
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap !important;
}
#fmc .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
#fmc .flex-fill {
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto !important;
}
#fmc .flex-grow-0 {
  -ms-flex-positive: 0!important;
  flex-grow: 0 !important;
}
#fmc .flex-grow-1 {
  -ms-flex-positive: 1!important;
  flex-grow: 1 !important;
}
#fmc .flex-shrink-0 {
  -ms-flex-negative: 0!important;
  flex-shrink: 0 !important;
}
#fmc .flex-shrink-1 {
  -ms-flex-negative: 1!important;
  flex-shrink: 1 !important;
}
#fmc .justify-content-start {
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
}
#fmc .justify-content-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end !important;
}
#fmc .justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center !important;
}
#fmc .justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
#fmc .justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around !important;
}
#fmc .align-items-start {
  -ms-flex-align: start!important;
  align-items: flex-start !important;
}
#fmc .align-items-end {
  -ms-flex-align: end!important;
  align-items: flex-end !important;
}
#fmc .align-items-center {
  -ms-flex-align: center!important;
  align-items: center !important;
}
#fmc .align-items-baseline {
  -ms-flex-align: baseline!important;
  align-items: baseline !important;
}
#fmc .align-items-stretch {
  -ms-flex-align: stretch!important;
  align-items: stretch !important;
}
#fmc .align-content-start {
  -ms-flex-line-pack: start!important;
  align-content: flex-start !important;
}
#fmc .align-content-end {
  -ms-flex-line-pack: end!important;
  align-content: flex-end !important;
}
#fmc .align-content-center {
  -ms-flex-line-pack: center!important;
  align-content: center !important;
}
#fmc .align-content-between {
  -ms-flex-line-pack: justify!important;
  align-content: space-between !important;
}
#fmc .align-content-around {
  -ms-flex-line-pack: distribute!important;
  align-content: space-around !important;
}
#fmc .align-content-stretch {
  -ms-flex-line-pack: stretch!important;
  align-content: stretch !important;
}
#fmc .align-self-auto {
  -ms-flex-item-align: auto!important;
  align-self: auto !important;
}
#fmc .align-self-start {
  -ms-flex-item-align: start!important;
  align-self: flex-start !important;
}
#fmc .align-self-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end !important;
}
#fmc .align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center !important;
}
#fmc .align-self-baseline {
  -ms-flex-item-align: baseline!important;
  align-self: baseline !important;
}
#fmc .align-self-stretch {
  -ms-flex-item-align: stretch!important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  #fmc .flex-sm-row {
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  #fmc .flex-sm-column {
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  #fmc .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  #fmc .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  #fmc .flex-sm-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  #fmc .flex-sm-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  #fmc .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  #fmc .flex-sm-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto !important;
  }
  #fmc .flex-sm-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0 !important;
  }
  #fmc .flex-sm-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1 !important;
  }
  #fmc .flex-sm-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0 !important;
  }
  #fmc .flex-sm-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1 !important;
  }
  #fmc .justify-content-sm-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  #fmc .justify-content-sm-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  #fmc .justify-content-sm-center {
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  #fmc .justify-content-sm-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  #fmc .justify-content-sm-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  #fmc .align-items-sm-start {
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  #fmc .align-items-sm-end {
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  #fmc .align-items-sm-center {
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  #fmc .align-items-sm-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  #fmc .align-items-sm-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  #fmc .align-content-sm-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  #fmc .align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  #fmc .align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  #fmc .align-content-sm-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  #fmc .align-content-sm-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  #fmc .align-content-sm-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  #fmc .align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  #fmc .align-self-sm-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  #fmc .align-self-sm-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  #fmc .align-self-sm-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  #fmc .align-self-sm-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  #fmc .align-self-sm-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  #fmc .flex-md-row {
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  #fmc .flex-md-column {
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  #fmc .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  #fmc .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  #fmc .flex-md-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  #fmc .flex-md-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  #fmc .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  #fmc .flex-md-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto !important;
  }
  #fmc .flex-md-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0 !important;
  }
  #fmc .flex-md-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1 !important;
  }
  #fmc .flex-md-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0 !important;
  }
  #fmc .flex-md-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1 !important;
  }
  #fmc .justify-content-md-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  #fmc .justify-content-md-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  #fmc .justify-content-md-center {
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  #fmc .justify-content-md-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  #fmc .justify-content-md-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  #fmc .align-items-md-start {
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  #fmc .align-items-md-end {
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  #fmc .align-items-md-center {
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  #fmc .align-items-md-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  #fmc .align-items-md-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  #fmc .align-content-md-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  #fmc .align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  #fmc .align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  #fmc .align-content-md-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  #fmc .align-content-md-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  #fmc .align-content-md-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  #fmc .align-self-md-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  #fmc .align-self-md-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  #fmc .align-self-md-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  #fmc .align-self-md-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  #fmc .align-self-md-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  #fmc .align-self-md-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  #fmc .flex-lg-row {
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  #fmc .flex-lg-column {
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  #fmc .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  #fmc .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  #fmc .flex-lg-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  #fmc .flex-lg-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  #fmc .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  #fmc .flex-lg-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto !important;
  }
  #fmc .flex-lg-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0 !important;
  }
  #fmc .flex-lg-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1 !important;
  }
  #fmc .flex-lg-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0 !important;
  }
  #fmc .flex-lg-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1 !important;
  }
  #fmc .justify-content-lg-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  #fmc .justify-content-lg-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  #fmc .justify-content-lg-center {
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  #fmc .justify-content-lg-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  #fmc .justify-content-lg-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  #fmc .align-items-lg-start {
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  #fmc .align-items-lg-end {
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  #fmc .align-items-lg-center {
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  #fmc .align-items-lg-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  #fmc .align-items-lg-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  #fmc .align-content-lg-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  #fmc .align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  #fmc .align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  #fmc .align-content-lg-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  #fmc .align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  #fmc .align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  #fmc .align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  #fmc .align-self-lg-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  #fmc .align-self-lg-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  #fmc .align-self-lg-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  #fmc .align-self-lg-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  #fmc .align-self-lg-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  #fmc .flex-xl-row {
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  #fmc .flex-xl-column {
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  #fmc .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  #fmc .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  #fmc .flex-xl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  #fmc .flex-xl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  #fmc .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  #fmc .flex-xl-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto !important;
  }
  #fmc .flex-xl-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0 !important;
  }
  #fmc .flex-xl-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1 !important;
  }
  #fmc .flex-xl-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0 !important;
  }
  #fmc .flex-xl-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1 !important;
  }
  #fmc .justify-content-xl-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  #fmc .justify-content-xl-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  #fmc .justify-content-xl-center {
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  #fmc .justify-content-xl-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  #fmc .justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  #fmc .align-items-xl-start {
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  #fmc .align-items-xl-end {
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  #fmc .align-items-xl-center {
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  #fmc .align-items-xl-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  #fmc .align-items-xl-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  #fmc .align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  #fmc .align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  #fmc .align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  #fmc .align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  #fmc .align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  #fmc .align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  #fmc .align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  #fmc .align-self-xl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  #fmc .align-self-xl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  #fmc .align-self-xl-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  #fmc .align-self-xl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  #fmc .align-self-xl-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
#fmc .float-left {
  float: left !important;
}
#fmc .float-right {
  float: right !important;
}
#fmc .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  #fmc .float-sm-left {
    float: left !important;
  }
  #fmc .float-sm-right {
    float: right !important;
  }
  #fmc .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  #fmc .float-md-left {
    float: left !important;
  }
  #fmc .float-md-right {
    float: right !important;
  }
  #fmc .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  #fmc .float-lg-left {
    float: left !important;
  }
  #fmc .float-lg-right {
    float: right !important;
  }
  #fmc .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  #fmc .float-xl-left {
    float: left !important;
  }
  #fmc .float-xl-right {
    float: right !important;
  }
  #fmc .float-xl-none {
    float: none !important;
  }
}
#fmc .position-static {
  position: static !important;
}
#fmc .position-relative {
  position: relative !important;
}
#fmc .position-absolute {
  position: absolute !important;
}
#fmc .position-fixed {
  position: fixed !important;
}
#fmc .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
#fmc .fixed-top {
  top: 0;
}
#fmc .fixed-bottom,
#fmc .fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
#fmc .fixed-bottom {
  bottom: 0;
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  #fmc .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
#fmc .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#fmc .sr-only-focusable:active,
#fmc .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
#fmc .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
#fmc .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
#fmc .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
#fmc .shadow-none {
  box-shadow: none !important;
}
#fmc .w-25 {
  width: 25% !important;
}
#fmc .w-50 {
  width: 50% !important;
}
#fmc .w-75 {
  width: 75% !important;
}
#fmc .w-100 {
  width: 100% !important;
}
#fmc .w-auto {
  width: auto !important;
}
#fmc .h-25 {
  height: 25% !important;
}
#fmc .h-50 {
  height: 50% !important;
}
#fmc .h-75 {
  height: 75% !important;
}
#fmc .h-100 {
  height: 100% !important;
}
#fmc .h-auto {
  height: auto !important;
}
#fmc .mw-100 {
  max-width: 100% !important;
}
#fmc .mh-100 {
  max-height: 100% !important;
}
#fmc .m-0 {
  margin: 0 !important;
}
#fmc .mt-0,
#fmc .my-0 {
  margin-top: 0 !important;
}
#fmc .mr-0,
#fmc .mx-0 {
  margin-right: 0 !important;
}
#fmc .mb-0,
#fmc .my-0 {
  margin-bottom: 0 !important;
}
#fmc .ml-0,
#fmc .mx-0 {
  margin-left: 0 !important;
}
#fmc .m-1 {
  margin: 0.25rem !important;
}
#fmc .mt-1,
#fmc .my-1 {
  margin-top: 0.25rem !important;
}
#fmc .mr-1,
#fmc .mx-1 {
  margin-right: 0.25rem !important;
}
#fmc .mb-1,
#fmc .my-1 {
  margin-bottom: 0.25rem !important;
}
#fmc .ml-1,
#fmc .mx-1 {
  margin-left: 0.25rem !important;
}
#fmc .m-2 {
  margin: 0.5rem !important;
}
#fmc .mt-2,
#fmc .my-2 {
  margin-top: 0.5rem !important;
}
#fmc .mr-2,
#fmc .mx-2 {
  margin-right: 0.5rem !important;
}
#fmc .mb-2,
#fmc .my-2 {
  margin-bottom: 0.5rem !important;
}
#fmc .ml-2,
#fmc .mx-2 {
  margin-left: 0.5rem !important;
}
#fmc .m-3 {
  margin: 1rem !important;
}
#fmc .mt-3,
#fmc .my-3 {
  margin-top: 1rem !important;
}
#fmc .mr-3,
#fmc .mx-3 {
  margin-right: 1rem !important;
}
#fmc .mb-3,
#fmc .my-3 {
  margin-bottom: 1rem !important;
}
#fmc .ml-3,
#fmc .mx-3 {
  margin-left: 1rem !important;
}
#fmc .m-4 {
  margin: 1.5rem !important;
}
#fmc .mt-4,
#fmc .my-4 {
  margin-top: 1.5rem !important;
}
#fmc .mr-4,
#fmc .mx-4 {
  margin-right: 1.5rem !important;
}
#fmc .mb-4,
#fmc .my-4 {
  margin-bottom: 1.5rem !important;
}
#fmc .ml-4,
#fmc .mx-4 {
  margin-left: 1.5rem !important;
}
#fmc .m-5 {
  margin: 3rem !important;
}
#fmc .mt-5,
#fmc .my-5 {
  margin-top: 3rem !important;
}
#fmc .mr-5,
#fmc .mx-5 {
  margin-right: 3rem !important;
}
#fmc .mb-5,
#fmc .my-5 {
  margin-bottom: 3rem !important;
}
#fmc .ml-5,
#fmc .mx-5 {
  margin-left: 3rem !important;
}
#fmc .p-0 {
  padding: 0 !important;
}
#fmc .pt-0,
#fmc .py-0 {
  padding-top: 0 !important;
}
#fmc .pr-0,
#fmc .px-0 {
  padding-right: 0 !important;
}
#fmc .pb-0,
#fmc .py-0 {
  padding-bottom: 0 !important;
}
#fmc .pl-0,
#fmc .px-0 {
  padding-left: 0 !important;
}
#fmc .p-1 {
  padding: 0.25rem !important;
}
#fmc .pt-1,
#fmc .py-1 {
  padding-top: 0.25rem !important;
}
#fmc .pr-1,
#fmc .px-1 {
  padding-right: 0.25rem !important;
}
#fmc .pb-1,
#fmc .py-1 {
  padding-bottom: 0.25rem !important;
}
#fmc .pl-1,
#fmc .px-1 {
  padding-left: 0.25rem !important;
}
#fmc .p-2 {
  padding: 0.5rem !important;
}
#fmc .pt-2,
#fmc .py-2 {
  padding-top: 0.5rem !important;
}
#fmc .pr-2,
#fmc .px-2 {
  padding-right: 0.5rem !important;
}
#fmc .pb-2,
#fmc .py-2 {
  padding-bottom: 0.5rem !important;
}
#fmc .pl-2,
#fmc .px-2 {
  padding-left: 0.5rem !important;
}
#fmc .p-3 {
  padding: 1rem !important;
}
#fmc .pt-3,
#fmc .py-3 {
  padding-top: 1rem !important;
}
#fmc .pr-3,
#fmc .px-3 {
  padding-right: 1rem !important;
}
#fmc .pb-3,
#fmc .py-3 {
  padding-bottom: 1rem !important;
}
#fmc .pl-3,
#fmc .px-3 {
  padding-left: 1rem !important;
}
#fmc .p-4 {
  padding: 1.5rem !important;
}
#fmc .pt-4,
#fmc .py-4 {
  padding-top: 1.5rem !important;
}
#fmc .pr-4,
#fmc .px-4 {
  padding-right: 1.5rem !important;
}
#fmc .pb-4,
#fmc .py-4 {
  padding-bottom: 1.5rem !important;
}
#fmc .pl-4,
#fmc .px-4 {
  padding-left: 1.5rem !important;
}
#fmc .p-5 {
  padding: 3rem !important;
}
#fmc .pt-5,
#fmc .py-5 {
  padding-top: 3rem !important;
}
#fmc .pr-5,
#fmc .px-5 {
  padding-right: 3rem !important;
}
#fmc .pb-5,
#fmc .py-5 {
  padding-bottom: 3rem !important;
}
#fmc .pl-5,
#fmc .px-5 {
  padding-left: 3rem !important;
}
#fmc .m-auto {
  margin: auto !important;
}
#fmc .mt-auto,
#fmc .my-auto {
  margin-top: auto !important;
}
#fmc .mr-auto,
#fmc .mx-auto {
  margin-right: auto !important;
}
#fmc .mb-auto,
#fmc .my-auto {
  margin-bottom: auto !important;
}
#fmc .ml-auto,
#fmc .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  #fmc .m-sm-0 {
    margin: 0 !important;
  }
  #fmc .mt-sm-0,
  #fmc .my-sm-0 {
    margin-top: 0 !important;
  }
  #fmc .mr-sm-0,
  #fmc .mx-sm-0 {
    margin-right: 0 !important;
  }
  #fmc .mb-sm-0,
  #fmc .my-sm-0 {
    margin-bottom: 0 !important;
  }
  #fmc .ml-sm-0,
  #fmc .mx-sm-0 {
    margin-left: 0 !important;
  }
  #fmc .m-sm-1 {
    margin: 0.25rem !important;
  }
  #fmc .mt-sm-1,
  #fmc .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  #fmc .mr-sm-1,
  #fmc .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  #fmc .mb-sm-1,
  #fmc .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  #fmc .ml-sm-1,
  #fmc .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  #fmc .m-sm-2 {
    margin: 0.5rem !important;
  }
  #fmc .mt-sm-2,
  #fmc .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  #fmc .mr-sm-2,
  #fmc .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  #fmc .mb-sm-2,
  #fmc .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  #fmc .ml-sm-2,
  #fmc .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  #fmc .m-sm-3 {
    margin: 1rem !important;
  }
  #fmc .mt-sm-3,
  #fmc .my-sm-3 {
    margin-top: 1rem !important;
  }
  #fmc .mr-sm-3,
  #fmc .mx-sm-3 {
    margin-right: 1rem !important;
  }
  #fmc .mb-sm-3,
  #fmc .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  #fmc .ml-sm-3,
  #fmc .mx-sm-3 {
    margin-left: 1rem !important;
  }
  #fmc .m-sm-4 {
    margin: 1.5rem !important;
  }
  #fmc .mt-sm-4,
  #fmc .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  #fmc .mr-sm-4,
  #fmc .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  #fmc .mb-sm-4,
  #fmc .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  #fmc .ml-sm-4,
  #fmc .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  #fmc .m-sm-5 {
    margin: 3rem !important;
  }
  #fmc .mt-sm-5,
  #fmc .my-sm-5 {
    margin-top: 3rem !important;
  }
  #fmc .mr-sm-5,
  #fmc .mx-sm-5 {
    margin-right: 3rem !important;
  }
  #fmc .mb-sm-5,
  #fmc .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  #fmc .ml-sm-5,
  #fmc .mx-sm-5 {
    margin-left: 3rem !important;
  }
  #fmc .p-sm-0 {
    padding: 0 !important;
  }
  #fmc .pt-sm-0,
  #fmc .py-sm-0 {
    padding-top: 0 !important;
  }
  #fmc .pr-sm-0,
  #fmc .px-sm-0 {
    padding-right: 0 !important;
  }
  #fmc .pb-sm-0,
  #fmc .py-sm-0 {
    padding-bottom: 0 !important;
  }
  #fmc .pl-sm-0,
  #fmc .px-sm-0 {
    padding-left: 0 !important;
  }
  #fmc .p-sm-1 {
    padding: 0.25rem !important;
  }
  #fmc .pt-sm-1,
  #fmc .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  #fmc .pr-sm-1,
  #fmc .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  #fmc .pb-sm-1,
  #fmc .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  #fmc .pl-sm-1,
  #fmc .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  #fmc .p-sm-2 {
    padding: 0.5rem !important;
  }
  #fmc .pt-sm-2,
  #fmc .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  #fmc .pr-sm-2,
  #fmc .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  #fmc .pb-sm-2,
  #fmc .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  #fmc .pl-sm-2,
  #fmc .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  #fmc .p-sm-3 {
    padding: 1rem !important;
  }
  #fmc .pt-sm-3,
  #fmc .py-sm-3 {
    padding-top: 1rem !important;
  }
  #fmc .pr-sm-3,
  #fmc .px-sm-3 {
    padding-right: 1rem !important;
  }
  #fmc .pb-sm-3,
  #fmc .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  #fmc .pl-sm-3,
  #fmc .px-sm-3 {
    padding-left: 1rem !important;
  }
  #fmc .p-sm-4 {
    padding: 1.5rem !important;
  }
  #fmc .pt-sm-4,
  #fmc .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  #fmc .pr-sm-4,
  #fmc .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  #fmc .pb-sm-4,
  #fmc .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  #fmc .pl-sm-4,
  #fmc .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  #fmc .p-sm-5 {
    padding: 3rem !important;
  }
  #fmc .pt-sm-5,
  #fmc .py-sm-5 {
    padding-top: 3rem !important;
  }
  #fmc .pr-sm-5,
  #fmc .px-sm-5 {
    padding-right: 3rem !important;
  }
  #fmc .pb-sm-5,
  #fmc .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  #fmc .pl-sm-5,
  #fmc .px-sm-5 {
    padding-left: 3rem !important;
  }
  #fmc .m-sm-auto {
    margin: auto !important;
  }
  #fmc .mt-sm-auto,
  #fmc .my-sm-auto {
    margin-top: auto !important;
  }
  #fmc .mr-sm-auto,
  #fmc .mx-sm-auto {
    margin-right: auto !important;
  }
  #fmc .mb-sm-auto,
  #fmc .my-sm-auto {
    margin-bottom: auto !important;
  }
  #fmc .ml-sm-auto,
  #fmc .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  #fmc .m-md-0 {
    margin: 0 !important;
  }
  #fmc .mt-md-0,
  #fmc .my-md-0 {
    margin-top: 0 !important;
  }
  #fmc .mr-md-0,
  #fmc .mx-md-0 {
    margin-right: 0 !important;
  }
  #fmc .mb-md-0,
  #fmc .my-md-0 {
    margin-bottom: 0 !important;
  }
  #fmc .ml-md-0,
  #fmc .mx-md-0 {
    margin-left: 0 !important;
  }
  #fmc .m-md-1 {
    margin: 0.25rem !important;
  }
  #fmc .mt-md-1,
  #fmc .my-md-1 {
    margin-top: 0.25rem !important;
  }
  #fmc .mr-md-1,
  #fmc .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  #fmc .mb-md-1,
  #fmc .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  #fmc .ml-md-1,
  #fmc .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  #fmc .m-md-2 {
    margin: 0.5rem !important;
  }
  #fmc .mt-md-2,
  #fmc .my-md-2 {
    margin-top: 0.5rem !important;
  }
  #fmc .mr-md-2,
  #fmc .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  #fmc .mb-md-2,
  #fmc .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  #fmc .ml-md-2,
  #fmc .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  #fmc .m-md-3 {
    margin: 1rem !important;
  }
  #fmc .mt-md-3,
  #fmc .my-md-3 {
    margin-top: 1rem !important;
  }
  #fmc .mr-md-3,
  #fmc .mx-md-3 {
    margin-right: 1rem !important;
  }
  #fmc .mb-md-3,
  #fmc .my-md-3 {
    margin-bottom: 1rem !important;
  }
  #fmc .ml-md-3,
  #fmc .mx-md-3 {
    margin-left: 1rem !important;
  }
  #fmc .m-md-4 {
    margin: 1.5rem !important;
  }
  #fmc .mt-md-4,
  #fmc .my-md-4 {
    margin-top: 1.5rem !important;
  }
  #fmc .mr-md-4,
  #fmc .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  #fmc .mb-md-4,
  #fmc .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  #fmc .ml-md-4,
  #fmc .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  #fmc .m-md-5 {
    margin: 3rem !important;
  }
  #fmc .mt-md-5,
  #fmc .my-md-5 {
    margin-top: 3rem !important;
  }
  #fmc .mr-md-5,
  #fmc .mx-md-5 {
    margin-right: 3rem !important;
  }
  #fmc .mb-md-5,
  #fmc .my-md-5 {
    margin-bottom: 3rem !important;
  }
  #fmc .ml-md-5,
  #fmc .mx-md-5 {
    margin-left: 3rem !important;
  }
  #fmc .p-md-0 {
    padding: 0 !important;
  }
  #fmc .pt-md-0,
  #fmc .py-md-0 {
    padding-top: 0 !important;
  }
  #fmc .pr-md-0,
  #fmc .px-md-0 {
    padding-right: 0 !important;
  }
  #fmc .pb-md-0,
  #fmc .py-md-0 {
    padding-bottom: 0 !important;
  }
  #fmc .pl-md-0,
  #fmc .px-md-0 {
    padding-left: 0 !important;
  }
  #fmc .p-md-1 {
    padding: 0.25rem !important;
  }
  #fmc .pt-md-1,
  #fmc .py-md-1 {
    padding-top: 0.25rem !important;
  }
  #fmc .pr-md-1,
  #fmc .px-md-1 {
    padding-right: 0.25rem !important;
  }
  #fmc .pb-md-1,
  #fmc .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  #fmc .pl-md-1,
  #fmc .px-md-1 {
    padding-left: 0.25rem !important;
  }
  #fmc .p-md-2 {
    padding: 0.5rem !important;
  }
  #fmc .pt-md-2,
  #fmc .py-md-2 {
    padding-top: 0.5rem !important;
  }
  #fmc .pr-md-2,
  #fmc .px-md-2 {
    padding-right: 0.5rem !important;
  }
  #fmc .pb-md-2,
  #fmc .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  #fmc .pl-md-2,
  #fmc .px-md-2 {
    padding-left: 0.5rem !important;
  }
  #fmc .p-md-3 {
    padding: 1rem !important;
  }
  #fmc .pt-md-3,
  #fmc .py-md-3 {
    padding-top: 1rem !important;
  }
  #fmc .pr-md-3,
  #fmc .px-md-3 {
    padding-right: 1rem !important;
  }
  #fmc .pb-md-3,
  #fmc .py-md-3 {
    padding-bottom: 1rem !important;
  }
  #fmc .pl-md-3,
  #fmc .px-md-3 {
    padding-left: 1rem !important;
  }
  #fmc .p-md-4 {
    padding: 1.5rem !important;
  }
  #fmc .pt-md-4,
  #fmc .py-md-4 {
    padding-top: 1.5rem !important;
  }
  #fmc .pr-md-4,
  #fmc .px-md-4 {
    padding-right: 1.5rem !important;
  }
  #fmc .pb-md-4,
  #fmc .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  #fmc .pl-md-4,
  #fmc .px-md-4 {
    padding-left: 1.5rem !important;
  }
  #fmc .p-md-5 {
    padding: 3rem !important;
  }
  #fmc .pt-md-5,
  #fmc .py-md-5 {
    padding-top: 3rem !important;
  }
  #fmc .pr-md-5,
  #fmc .px-md-5 {
    padding-right: 3rem !important;
  }
  #fmc .pb-md-5,
  #fmc .py-md-5 {
    padding-bottom: 3rem !important;
  }
  #fmc .pl-md-5,
  #fmc .px-md-5 {
    padding-left: 3rem !important;
  }
  #fmc .m-md-auto {
    margin: auto !important;
  }
  #fmc .mt-md-auto,
  #fmc .my-md-auto {
    margin-top: auto !important;
  }
  #fmc .mr-md-auto,
  #fmc .mx-md-auto {
    margin-right: auto !important;
  }
  #fmc .mb-md-auto,
  #fmc .my-md-auto {
    margin-bottom: auto !important;
  }
  #fmc .ml-md-auto,
  #fmc .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  #fmc .m-lg-0 {
    margin: 0 !important;
  }
  #fmc .mt-lg-0,
  #fmc .my-lg-0 {
    margin-top: 0 !important;
  }
  #fmc .mr-lg-0,
  #fmc .mx-lg-0 {
    margin-right: 0 !important;
  }
  #fmc .mb-lg-0,
  #fmc .my-lg-0 {
    margin-bottom: 0 !important;
  }
  #fmc .ml-lg-0,
  #fmc .mx-lg-0 {
    margin-left: 0 !important;
  }
  #fmc .m-lg-1 {
    margin: 0.25rem !important;
  }
  #fmc .mt-lg-1,
  #fmc .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  #fmc .mr-lg-1,
  #fmc .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  #fmc .mb-lg-1,
  #fmc .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  #fmc .ml-lg-1,
  #fmc .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  #fmc .m-lg-2 {
    margin: 0.5rem !important;
  }
  #fmc .mt-lg-2,
  #fmc .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  #fmc .mr-lg-2,
  #fmc .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  #fmc .mb-lg-2,
  #fmc .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  #fmc .ml-lg-2,
  #fmc .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  #fmc .m-lg-3 {
    margin: 1rem !important;
  }
  #fmc .mt-lg-3,
  #fmc .my-lg-3 {
    margin-top: 1rem !important;
  }
  #fmc .mr-lg-3,
  #fmc .mx-lg-3 {
    margin-right: 1rem !important;
  }
  #fmc .mb-lg-3,
  #fmc .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  #fmc .ml-lg-3,
  #fmc .mx-lg-3 {
    margin-left: 1rem !important;
  }
  #fmc .m-lg-4 {
    margin: 1.5rem !important;
  }
  #fmc .mt-lg-4,
  #fmc .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  #fmc .mr-lg-4,
  #fmc .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  #fmc .mb-lg-4,
  #fmc .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  #fmc .ml-lg-4,
  #fmc .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  #fmc .m-lg-5 {
    margin: 3rem !important;
  }
  #fmc .mt-lg-5,
  #fmc .my-lg-5 {
    margin-top: 3rem !important;
  }
  #fmc .mr-lg-5,
  #fmc .mx-lg-5 {
    margin-right: 3rem !important;
  }
  #fmc .mb-lg-5,
  #fmc .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  #fmc .ml-lg-5,
  #fmc .mx-lg-5 {
    margin-left: 3rem !important;
  }
  #fmc .p-lg-0 {
    padding: 0 !important;
  }
  #fmc .pt-lg-0,
  #fmc .py-lg-0 {
    padding-top: 0 !important;
  }
  #fmc .pr-lg-0,
  #fmc .px-lg-0 {
    padding-right: 0 !important;
  }
  #fmc .pb-lg-0,
  #fmc .py-lg-0 {
    padding-bottom: 0 !important;
  }
  #fmc .pl-lg-0,
  #fmc .px-lg-0 {
    padding-left: 0 !important;
  }
  #fmc .p-lg-1 {
    padding: 0.25rem !important;
  }
  #fmc .pt-lg-1,
  #fmc .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  #fmc .pr-lg-1,
  #fmc .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  #fmc .pb-lg-1,
  #fmc .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  #fmc .pl-lg-1,
  #fmc .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  #fmc .p-lg-2 {
    padding: 0.5rem !important;
  }
  #fmc .pt-lg-2,
  #fmc .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  #fmc .pr-lg-2,
  #fmc .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  #fmc .pb-lg-2,
  #fmc .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  #fmc .pl-lg-2,
  #fmc .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  #fmc .p-lg-3 {
    padding: 1rem !important;
  }
  #fmc .pt-lg-3,
  #fmc .py-lg-3 {
    padding-top: 1rem !important;
  }
  #fmc .pr-lg-3,
  #fmc .px-lg-3 {
    padding-right: 1rem !important;
  }
  #fmc .pb-lg-3,
  #fmc .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  #fmc .pl-lg-3,
  #fmc .px-lg-3 {
    padding-left: 1rem !important;
  }
  #fmc .p-lg-4 {
    padding: 1.5rem !important;
  }
  #fmc .pt-lg-4,
  #fmc .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  #fmc .pr-lg-4,
  #fmc .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  #fmc .pb-lg-4,
  #fmc .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  #fmc .pl-lg-4,
  #fmc .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  #fmc .p-lg-5 {
    padding: 3rem !important;
  }
  #fmc .pt-lg-5,
  #fmc .py-lg-5 {
    padding-top: 3rem !important;
  }
  #fmc .pr-lg-5,
  #fmc .px-lg-5 {
    padding-right: 3rem !important;
  }
  #fmc .pb-lg-5,
  #fmc .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  #fmc .pl-lg-5,
  #fmc .px-lg-5 {
    padding-left: 3rem !important;
  }
  #fmc .m-lg-auto {
    margin: auto !important;
  }
  #fmc .mt-lg-auto,
  #fmc .my-lg-auto {
    margin-top: auto !important;
  }
  #fmc .mr-lg-auto,
  #fmc .mx-lg-auto {
    margin-right: auto !important;
  }
  #fmc .mb-lg-auto,
  #fmc .my-lg-auto {
    margin-bottom: auto !important;
  }
  #fmc .ml-lg-auto,
  #fmc .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  #fmc .m-xl-0 {
    margin: 0 !important;
  }
  #fmc .mt-xl-0,
  #fmc .my-xl-0 {
    margin-top: 0 !important;
  }
  #fmc .mr-xl-0,
  #fmc .mx-xl-0 {
    margin-right: 0 !important;
  }
  #fmc .mb-xl-0,
  #fmc .my-xl-0 {
    margin-bottom: 0 !important;
  }
  #fmc .ml-xl-0,
  #fmc .mx-xl-0 {
    margin-left: 0 !important;
  }
  #fmc .m-xl-1 {
    margin: 0.25rem !important;
  }
  #fmc .mt-xl-1,
  #fmc .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  #fmc .mr-xl-1,
  #fmc .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  #fmc .mb-xl-1,
  #fmc .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  #fmc .ml-xl-1,
  #fmc .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  #fmc .m-xl-2 {
    margin: 0.5rem !important;
  }
  #fmc .mt-xl-2,
  #fmc .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  #fmc .mr-xl-2,
  #fmc .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  #fmc .mb-xl-2,
  #fmc .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  #fmc .ml-xl-2,
  #fmc .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  #fmc .m-xl-3 {
    margin: 1rem !important;
  }
  #fmc .mt-xl-3,
  #fmc .my-xl-3 {
    margin-top: 1rem !important;
  }
  #fmc .mr-xl-3,
  #fmc .mx-xl-3 {
    margin-right: 1rem !important;
  }
  #fmc .mb-xl-3,
  #fmc .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  #fmc .ml-xl-3,
  #fmc .mx-xl-3 {
    margin-left: 1rem !important;
  }
  #fmc .m-xl-4 {
    margin: 1.5rem !important;
  }
  #fmc .mt-xl-4,
  #fmc .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  #fmc .mr-xl-4,
  #fmc .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  #fmc .mb-xl-4,
  #fmc .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  #fmc .ml-xl-4,
  #fmc .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  #fmc .m-xl-5 {
    margin: 3rem !important;
  }
  #fmc .mt-xl-5,
  #fmc .my-xl-5 {
    margin-top: 3rem !important;
  }
  #fmc .mr-xl-5,
  #fmc .mx-xl-5 {
    margin-right: 3rem !important;
  }
  #fmc .mb-xl-5,
  #fmc .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  #fmc .ml-xl-5,
  #fmc .mx-xl-5 {
    margin-left: 3rem !important;
  }
  #fmc .p-xl-0 {
    padding: 0 !important;
  }
  #fmc .pt-xl-0,
  #fmc .py-xl-0 {
    padding-top: 0 !important;
  }
  #fmc .pr-xl-0,
  #fmc .px-xl-0 {
    padding-right: 0 !important;
  }
  #fmc .pb-xl-0,
  #fmc .py-xl-0 {
    padding-bottom: 0 !important;
  }
  #fmc .pl-xl-0,
  #fmc .px-xl-0 {
    padding-left: 0 !important;
  }
  #fmc .p-xl-1 {
    padding: 0.25rem !important;
  }
  #fmc .pt-xl-1,
  #fmc .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  #fmc .pr-xl-1,
  #fmc .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  #fmc .pb-xl-1,
  #fmc .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  #fmc .pl-xl-1,
  #fmc .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  #fmc .p-xl-2 {
    padding: 0.5rem !important;
  }
  #fmc .pt-xl-2,
  #fmc .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  #fmc .pr-xl-2,
  #fmc .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  #fmc .pb-xl-2,
  #fmc .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  #fmc .pl-xl-2,
  #fmc .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  #fmc .p-xl-3 {
    padding: 1rem !important;
  }
  #fmc .pt-xl-3,
  #fmc .py-xl-3 {
    padding-top: 1rem !important;
  }
  #fmc .pr-xl-3,
  #fmc .px-xl-3 {
    padding-right: 1rem !important;
  }
  #fmc .pb-xl-3,
  #fmc .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  #fmc .pl-xl-3,
  #fmc .px-xl-3 {
    padding-left: 1rem !important;
  }
  #fmc .p-xl-4 {
    padding: 1.5rem !important;
  }
  #fmc .pt-xl-4,
  #fmc .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  #fmc .pr-xl-4,
  #fmc .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  #fmc .pb-xl-4,
  #fmc .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  #fmc .pl-xl-4,
  #fmc .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  #fmc .p-xl-5 {
    padding: 3rem !important;
  }
  #fmc .pt-xl-5,
  #fmc .py-xl-5 {
    padding-top: 3rem !important;
  }
  #fmc .pr-xl-5,
  #fmc .px-xl-5 {
    padding-right: 3rem !important;
  }
  #fmc .pb-xl-5,
  #fmc .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  #fmc .pl-xl-5,
  #fmc .px-xl-5 {
    padding-left: 3rem !important;
  }
  #fmc .m-xl-auto {
    margin: auto !important;
  }
  #fmc .mt-xl-auto,
  #fmc .my-xl-auto {
    margin-top: auto !important;
  }
  #fmc .mr-xl-auto,
  #fmc .mx-xl-auto {
    margin-right: auto !important;
  }
  #fmc .mb-xl-auto,
  #fmc .my-xl-auto {
    margin-bottom: auto !important;
  }
  #fmc .ml-xl-auto,
  #fmc .mx-xl-auto {
    margin-left: auto !important;
  }
}
#fmc .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}
#fmc .text-justify {
  text-align: justify !important;
}
#fmc .text-nowrap {
  white-space: nowrap !important;
}
#fmc .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#fmc .text-left {
  text-align: left !important;
}
#fmc .text-right {
  text-align: right !important;
}
#fmc .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  #fmc .text-sm-left {
    text-align: left !important;
  }
  #fmc .text-sm-right {
    text-align: right !important;
  }
  #fmc .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  #fmc .text-md-left {
    text-align: left !important;
  }
  #fmc .text-md-right {
    text-align: right !important;
  }
  #fmc .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  #fmc .text-lg-left {
    text-align: left !important;
  }
  #fmc .text-lg-right {
    text-align: right !important;
  }
  #fmc .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  #fmc .text-xl-left {
    text-align: left !important;
  }
  #fmc .text-xl-right {
    text-align: right !important;
  }
  #fmc .text-xl-center {
    text-align: center !important;
  }
}
#fmc .text-lowercase {
  text-transform: lowercase !important;
}
#fmc .text-uppercase {
  text-transform: uppercase !important;
}
#fmc .text-capitalize {
  text-transform: capitalize !important;
}
#fmc .font-weight-light {
  font-weight: 300 !important;
}
#fmc .font-weight-normal {
  font-weight: 400 !important;
}
#fmc .font-weight-bold {
  font-weight: 700 !important;
}
#fmc .font-italic {
  font-style: italic !important;
}
#fmc .text-white {
  color: #fff !important;
}
#fmc .text-primary {
  color: #007bff !important;
}
#fmc a.text-primary:focus,
#fmc a.text-primary:hover {
  color: #0062cc !important;
}
#fmc .text-secondary {
  color: #6c757d !important;
}
#fmc a.text-secondary:focus,
#fmc a.text-secondary:hover {
  color: #545b62 !important;
}
#fmc .text-success {
  color: #28a745 !important;
}
#fmc a.text-success:focus,
#fmc a.text-success:hover {
  color: #1e7e34 !important;
}
#fmc .text-info {
  color: #17a2b8 !important;
}
#fmc a.text-info:focus,
#fmc a.text-info:hover {
  color: #117a8b !important;
}
#fmc .text-warning {
  color: #ffc107 !important;
}
#fmc a.text-warning:focus,
#fmc a.text-warning:hover {
  color: #d39e00 !important;
}
#fmc .text-danger {
  color: #dc3545 !important;
}
#fmc a.text-danger:focus,
#fmc a.text-danger:hover {
  color: #bd2130 !important;
}
#fmc .text-light {
  color: #f8f9fa !important;
}
#fmc a.text-light:focus,
#fmc a.text-light:hover {
  color: #dae0e5 !important;
}
#fmc .text-dark {
  color: #343a40 !important;
}
#fmc a.text-dark:focus,
#fmc a.text-dark:hover {
  color: #1d2124 !important;
}
#fmc .text-body {
  color: #212529 !important;
}
#fmc .text-muted {
  color: #6c757d !important;
}
#fmc .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
#fmc .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
#fmc .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#fmc .visible {
  visibility: visible !important;
}
#fmc .invisible {
  visibility: hidden !important;
}
@media print {
  #fmc *,
  #fmc :after,
  #fmc :before {
    text-shadow: none!important;
    box-shadow: none !important;
  }
  #fmc a:not(.btn) {
    text-decoration: underline;
  }
  #fmc abbr[title]:after {
    content: " (" attr(title) ")";
  }
  #fmc pre {
    white-space: pre-wrap !important;
  }
  #fmc blockquote,
  #fmc pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  #fmc thead {
    display: table-header-group;
  }
  #fmc img,
  #fmc tr {
    page-break-inside: avoid;
  }
  #fmc h2,
  #fmc h3,
  #fmc p {
    orphans: 3;
    widows: 3;
  }
  #fmc h2,
  #fmc h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  #fmc .container,
  #fmc body {
    min-width: 992px !important;
  }
  #fmc .navbar {
    display: none;
  }
  #fmc .badge {
    border: 1px solid #000;
  }
  #fmc .table {
    border-collapse: collapse !important;
  }
  #fmc .table td,
  #fmc .table th {
    background-color: #fff !important;
  }
  #fmc .table-bordered td,
  #fmc .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  #fmc .table-dark {
    color: inherit;
  }
  #fmc .table-dark tbody + tbody,
  #fmc .table-dark td,
  #fmc .table-dark th,
  #fmc .table-dark thead th {
    border-color: #dee2e6;
  }
  #fmc .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
#fmc body.compensate-for-scrollbar {
  overflow: hidden;
}
#fmc .fancybox-active {
  height: auto;
}
#fmc .fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden;
}
#fmc .fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
#fmc .fancybox-container * {
  box-sizing: border-box;
}
#fmc .fancybox-bg,
#fmc .fancybox-inner,
#fmc .fancybox-outer,
#fmc .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#fmc .fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
#fmc .fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
#fmc .fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
#fmc .fancybox-caption,
#fmc .fancybox-infobar,
#fmc .fancybox-navigation .fancybox-button,
#fmc .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}
#fmc .fancybox-show-caption .fancybox-caption,
#fmc .fancybox-show-infobar .fancybox-infobar,
#fmc .fancybox-show-nav .fancybox-navigation .fancybox-button,
#fmc .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}
#fmc .fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#fmc .fancybox-toolbar {
  right: 0;
  top: 0;
}
#fmc .fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}
#fmc .fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
#fmc .fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
#fmc .fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}
#fmc .fancybox-is-sliding .fancybox-slide,
#fmc .fancybox-slide--current,
#fmc .fancybox-slide--next,
#fmc .fancybox-slide--previous {
  display: block;
}
#fmc .fancybox-slide--next {
  z-index: 99995;
}
#fmc .fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
#fmc .fancybox-slide--image:before {
  display: none;
}
#fmc .fancybox-slide--html {
  padding: 6px 6px 0;
}
#fmc .fancybox-slide--iframe {
  padding: 44px 44px 0;
}
#fmc .fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
#fmc .fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
#fmc .fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
#fmc .fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
#fmc .fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
#fmc .fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#fmc .fancybox-container [data-selectable=true] {
  cursor: text;
}
#fmc .fancybox-image,
#fmc .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
#fmc .fancybox-spaceball {
  z-index: 1;
}
#fmc .fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}
#fmc .fancybox-slide--iframe .fancybox-content,
#fmc .fancybox-slide--map .fancybox-content,
#fmc .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}
#fmc .fancybox-slide--video .fancybox-content {
  background: #000;
}
#fmc .fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
#fmc .fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}
#fmc .fancybox-iframe,
#fmc .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
#fmc .fancybox-iframe {
  vertical-align: top;
}
#fmc .fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
#fmc .fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
#fmc .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}
#fmc .fancybox-button,
#fmc .fancybox-button:link,
#fmc .fancybox-button:visited {
  color: #ccc;
}
#fmc .fancybox-button:focus,
#fmc .fancybox-button:hover {
  color: #fff;
}
#fmc .fancybox-button.disabled,
#fmc .fancybox-button.disabled:hover,
#fmc .fancybox-button[disabled],
#fmc .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
#fmc .fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
#fmc .fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
#fmc .fancybox-button--pause svg path:first-child,
#fmc .fancybox-button--play svg path:nth-child(2) {
  display: none;
}
#fmc .fancybox-button--play svg path,
#fmc .fancybox-button--share svg path,
#fmc .fancybox-button--thumbs svg path {
  fill: currentColor;
}
#fmc .fancybox-button--share svg path {
  stroke-width: 1;
}
#fmc .fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}
#fmc .fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}
#fmc .fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
#fmc .fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
#fmc .fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
#fmc .fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
#fmc .fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}
#fmc .fancybox-close-small:focus {
  outline: none;
}
#fmc .fancybox-close-small:hover svg {
  opacity: 1;
}
#fmc .fancybox-slide--iframe .fancybox-close-small,
#fmc .fancybox-slide--image .fancybox-close-small,
#fmc .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
#fmc .fancybox-slide--iframe .fancybox-close-small:hover svg,
#fmc .fancybox-slide--image .fancybox-close-small:hover svg,
#fmc .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}
#fmc .fancybox-is-scaling .fancybox-close-small,
#fmc .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
#fmc .fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}
#fmc .fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
#fmc .fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
#fmc .fancybox-caption a,
#fmc .fancybox-caption a:link,
#fmc .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
#fmc .fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
#fmc .fancybox-loading {
  animation: b 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@keyframes b {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#fmc .fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
#fmc .fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
#fmc .fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
#fmc .fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
#fmc .fancybox-fx-fade.fancybox-slide--next,
#fmc .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#fmc .fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
#fmc .fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
#fmc .fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
#fmc .fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
#fmc .fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
#fmc .fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
#fmc .fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
#fmc .fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
#fmc .fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
#fmc .fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
#fmc .fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
#fmc .fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
#fmc .fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
#fmc .fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
#fmc .fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
#fmc .fancybox-share p {
  margin: 0;
  padding: 0;
}
#fmc .fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
#fmc .fancybox-share__button:link,
#fmc .fancybox-share__button:visited {
  color: #fff;
}
#fmc .fancybox-share__button:hover {
  text-decoration: none;
}
#fmc .fancybox-share__button--fb {
  background: #3b5998;
}
#fmc .fancybox-share__button--fb:hover {
  background: #344e86;
}
#fmc .fancybox-share__button--pt {
  background: #bd081d;
}
#fmc .fancybox-share__button--pt:hover {
  background: #aa0719;
}
#fmc .fancybox-share__button--tw {
  background: #1da1f2;
}
#fmc .fancybox-share__button--tw:hover {
  background: #0d95e8;
}
#fmc .fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
#fmc .fancybox-share__button svg path {
  fill: #fff;
}
#fmc .fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
#fmc .fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
#fmc .fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
#fmc .fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
#fmc .fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
#fmc .fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
#fmc .fancybox-thumbs-x > ul {
  overflow: hidden;
}
#fmc .fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
#fmc .fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#fmc .fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
#fmc .fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
#fmc .fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
#fmc .fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#fmc .fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
#fmc .fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  #fmc .fancybox-thumbs {
    width: 110px;
  }
  #fmc .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  #fmc .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
#fmc [unselectable=on] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#fmc .scrollX,
#fmc .scrollY {
  position: relative;
  overflow: hidden;
  padding: 0;
}
#fmc .scrollX:hover .scrollbarX,
#fmc .scrollX:hover > .scrollbarY,
#fmc .scrollY:hover .scrollbarX,
#fmc .scrollY:hover > .scrollbarY {
  opacity: 1;
}
#fmc .scrollX .scrollbarX,
#fmc .scrollX > .scrollbarY,
#fmc .scrollY .scrollbarX,
#fmc .scrollY > .scrollbarY {
  position: absolute;
  opacity: 0;
  border-radius: 2.5pt;
  cursor: pointer;
  z-index: 1;
  margin: 5pt;
  background: #dcdcdc;
  transition: opacity 0.15s ease-in-out, background 0.15s ease-in-out;
}
#fmc .scrollX .scrollbarX.dragScrolling,
#fmc .scrollX > .scrollbarY.dragScrolling,
#fmc .scrollY .scrollbarX.dragScrolling,
#fmc .scrollY > .scrollbarY.dragScrolling {
  opacity: 1;
}
#fmc .scrollX .scrollbarX.disabled,
#fmc .scrollX > .scrollbarY.disabled,
#fmc .scrollY .scrollbarX.disabled,
#fmc .scrollY > .scrollbarY.disabled {
  display: none;
}
#fmc .scrollX .scrollbarX > .thumb,
#fmc .scrollX > .scrollbarY > .thumb,
#fmc .scrollY .scrollbarX > .thumb,
#fmc .scrollY > .scrollbarY > .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.5pt;
  background: #767676;
  transition: background 0.15s ease-in-out;
}
#fmc .scrollX .scrollbarX.dragScrolling,
#fmc .scrollX .scrollbarX:hover,
#fmc .scrollX > .scrollbarY.dragScrolling,
#fmc .scrollX > .scrollbarY:hover,
#fmc .scrollY .scrollbarX.dragScrolling,
#fmc .scrollY .scrollbarX:hover,
#fmc .scrollY > .scrollbarY.dragScrolling,
#fmc .scrollY > .scrollbarY:hover {
  z-index: 2;
}
#fmc .scrollX .scrollbarX.dragScrolling > .thumb,
#fmc .scrollX .scrollbarX:hover > .thumb,
#fmc .scrollX > .scrollbarY.dragScrolling > .thumb,
#fmc .scrollX > .scrollbarY:hover > .thumb,
#fmc .scrollY .scrollbarX.dragScrolling > .thumb,
#fmc .scrollY .scrollbarX:hover > .thumb,
#fmc .scrollY > .scrollbarY.dragScrolling > .thumb,
#fmc .scrollY > .scrollbarY:hover > .thumb {
  background: #434343;
  background: rgba(67, 67, 67, 0.75);
}
#fmc .scrollX > .scrollbarY,
#fmc .scrollY > .scrollbarY {
  top: 0;
  bottom: 0;
  right: 0;
  width: 5pt;
}
#fmc .scrollX > .scrollbarX,
#fmc .scrollY > .scrollbarX {
  bottom: 0;
  left: 0;
  right: 0;
  height: 5pt;
}
#fmc .scrollX > .viewport,
#fmc .scrollY > .viewport {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#fmc .scrollX > .viewport > .content,
#fmc .scrollY > .viewport > .content {
  box-sizing: content-box;
}
#fmc .scrollX.initialized > .viewport {
  overflow-x: scroll;
}
#fmc .scrollY.initialized > .viewport {
  overflow-y: scroll;
}
#fmc .scrollX.scrollY > .scrollbarX {
  margin-right: 10pt;
}
#fmc .scrollX.scrollY > .scrollbarY {
  margin-bottom: 10pt;
}
@font-face {
  font-family: FiraSans;
  src: url(/binaries/content/assets/fonts/firasanscondensed-regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: FiraSans;
  src: url(/binaries/content/assets/fonts/firasanscondensed-bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: FiraSans;
  src: url(/binaries/content/assets/fonts/firasanscondensed-light.ttf);
  font-weight: 300;
}

#fmc {
  z-index: 1;
  box-sizing: border-box;
  color: #2b2e34;
  font-family: FiraSans, Arial, Helvetica, sans-serif;
}
#fmc b,
#fmc strong {
  font-weight: 700;
}
#fmc button,
#fmc input,
#fmc select,
#fmc textarea {
  font-family: inherit;
}
#fmc .scrollX > .scrollbarY,
#fmc .scrollY > .scrollbarY {
  right: auto;
  left: 0;
  background: #ffdd64;
  width: 3px;
}
#fmc .scrollX > .scrollbarY .thumb,
#fmc .scrollY > .scrollbarY .thumb {
  background: #fff;
}
#fmc .section-title {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 75px;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
#fmc .button-style,
#fmc .components .components-list #btn-tarif-details,
#fmc .form-card .card-button,
#fmc .info-pop-up .answear-container .button-link,
#fmc .info-section .info-detail .answear-container .button-link {
  background: linear-gradient(90deg, #f2a00e 0, #ffd11f 100%, #ffd11f 0);
  border: none;
  border-radius: 15px;
  padding: 3px 30px 4px;
  margin: 10px;
  color: #fff;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
#fmc .banner-section,
#fmc .butterfly-gradient,
#fmc .first-section,
#fmc .info-section {
  position: relative;
}
#fmc .banner-section:after,
#fmc .banner-section:before,
#fmc .butterfly-gradient:after,
#fmc .butterfly-gradient:before,
#fmc .first-section:after,
#fmc .first-section:before,
#fmc .info-section:after,
#fmc .info-section:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
#fmc .banner-section:before,
#fmc .butterfly-gradient:before,
#fmc .first-section:before,
#fmc .info-section:before {
  left: 0;
  background: linear-gradient(90deg, transparent, rgba(120, 120, 120, 0.75));
  opacity: 0.25;
}
#fmc .banner-section:after,
#fmc .butterfly-gradient:after,
#fmc .first-section:after,
#fmc .info-section:after {
  left: 50%;
  background: linear-gradient(90deg, rgba(120, 120, 120, 0.75), transparent);
  opacity: 0.5;
}
#fmc .info-pop-up {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 46, 52, 0.75);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
#fmc .info-pop-up .pop-up-close {
  position: relative;
  z-index: 10;
  width: 100%;
}
#fmc .info-pop-up .pop-up-close .close-btn {
  position: absolute;
  top: 50%;
  right: 5px;
  background-color: #ffbb39;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  font-weight: 700;
  font-size: 1.5rem;
}
#fmc .info-pop-up .answear-container {
  background-color: #fff;
  padding: 20px;
  margin: 15px;
  border-radius: 30px;
  width: 90%;
}
#fmc .info-pop-up .answear-container .answer-title {
  color: #ffbb39;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
}
#fmc .info-pop-up .answear-container p {
  font-size: 1rem;
  font-weight: 400;
}
#fmc .info-pop-up .answear-container p:last-child {
  margin-bottom: 0;
}
#fmc .info-pop-up .answear-container p a {
  display: inline-block;
  background-color: #ffbb39;
  border: 1px solid #ffbb39;
  border-radius: 15px;
  padding: 0 4px;
  line-height: 1.1;
  text-decoration: none;
  color: #fff;
}
#fmc .info-pop-up .answear-container .button-link {
  border: 1px solid #fff;
}
#fmc body {
  margin: 0;
  padding: 0;
}
#fmc .first-section {
  margin: 0 auto;
}
#fmc header {
  padding: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#fmc .logo {
  display: inline-block;
  text-decoration: none;
}
#fmc .logo img {
  max-width: 130px;
  width: 100%;
}
#fmc .logo img#beeline-logo {
  border-right: 1px solid #2b2e34;
  margin-right: 15px;
  padding-right: 15px;
}
#fmc .logo img#homeline-logo {
  max-width: 90px;
}
#fmc .header-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
#fmc .service_number {
  margin-right: 100px;
}
#fmc .service_number a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
#fmc .service_number a:first-child {
  margin-bottom: 5px;
}
#fmc .service_number .phone_num_icon {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#fmc .service_number .phone_num_icon img {
  max-width: 100%;
  max-height: 100%;
}
#fmc .service_number span {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2b2e34;
  line-height: 1;
  text-decoration: none;
}
#fmc .service_number:hover {
  text-decoration: none;
}
#fmc #language-toggle {
  z-index: 2;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  border-radius: 30px;
  padding: 3px;
  height: 30px;
  cursor: pointer;
}
#fmc #language-toggle .item {
  line-height: 0;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin: 0 10px;
}
#fmc #language-toggle .circle-toggle {
  display: inline-block;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  background-image: url(/binaries/content/gallery/mainsite/fmc2/img/toggle-circle.png);
  background-size: cover;
}
#fmc .banner-section {
  background-color: #ffbb39;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
  margin-bottom: 25%;
}
#fmc .banner-section:before {
  background: linear-gradient(90deg, transparent, rgba(209, 146, 0, 0.75));
}
#fmc .banner-section:after {
  background: linear-gradient(90deg, #d19200, transparent);
}
#fmc .banner-section .txt-image {
  display: inline-block;
  margin: 0 auto -20px;
  width: 50%;
}
#fmc .banner-section #banner-people {
  margin-bottom: -25%;
}
#fmc #advantages {
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 30%;
}
#fmc #advantages,
#fmc #advantages .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#fmc #advantages .list {
  width: 40%;
  -ms-flex-direction: column;
  flex-direction: column;
}
#fmc #advantages .list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 500px;
}
#fmc #advantages .list ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
#fmc #advantages .list ul li:after {
  content: "+";
  width: 120px;
  text-align: center;
  display: block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
#fmc #advantages .list ul li:last-child:after {
  display: none;
}
#fmc #advantages .list .icon-img {
  width: 120px;
  height: 120px;
  margin-right: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#fmc #advantages .list .txt {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  max-width: calc(100% - 160px);
  width: 300px;
  line-height: 1.2;
}
#fmc #advantages .discount {
  width: 40%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#fmc #advantages .discount .discount-econ {
  position: absolute;
  top: 20rem;
  left: calc(50% - 8rem);
  width: 15.7rem;
  text-align: center;
  font-size: 2.9rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  padding-top: 1px;
  z-index: 2;
}
#fmc #advantages .discount .discount-txt {
  font-size: 3.25rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}
#fmc #advantages .discount #discount_img {
  max-width: 300px;
  margin-top: 50px;
}
#fmc .components {
  background-image: url(/binaries/content/gallery/mainsite/fmc2/img/block_mid.png);
  background-size: 100% 100%;
  margin-top: -15%;
  padding: 9% 0 15%;
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#fmc .components .lamp {
  position: absolute;
  top: -275px;
  left: calc(50% - 15px);
  transform: translateX(-50%);
}
#fmc .components .lamp img {
  width: 170px;
}
#fmc .components .components-list {
  background-color: #fff;
  max-width: 80%;
  margin: 0 auto;
  padding: 50px 25px;
  border-radius: 50px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
#fmc .components .components-list #big-price {
  position: absolute;
  bottom: 30px;
  left: 110px;
  width: 250px;
  text-align: center;
  line-height: 1;
}
#fmc .components .components-list #big-price img {
  width: 100%;
  height: auto;
}
#fmc .components .components-list #btn-tarif-details {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 75px;
}
#fmc .components .components-list .item-wrap {
  margin: 0 30px;
}
#fmc .components .components-list .head-title {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#fmc .components .components-list .head-title .title-icon {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#fmc .components .components-list .head-title .title-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#fmc .components .components-list .head-title span {
  line-height: 1.1;
  font-size: 2.5rem;
  font-weight: 700;
}
#fmc .components .components-list .sub-title {
  margin: 15px 0;
}
#fmc .components .components-list .sub-title p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
}
#fmc .components .components-list .sub-title p img {
  max-width: 50px;
  max-height: 50px;
  margin-left: 25px;
}
#fmc .components .components-list .sub-title span {
  font-weight: 700;
}
#fmc .components .components-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
#fmc .components .components-list ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 15px auto;
}
#fmc .components .components-list ul li:last-child {
  margin-bottom: 0;
}
#fmc .components .components-list ul li .list-icon {
  width: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
}
#fmc .components .components-list ul li .list-icon img {
  max-width: 50px;
  max-height: 50px;
}
#fmc .components .components-list ul li .span {
  max-width: 230px;
  display: block;
}
#fmc .components .components-list ul li .span p {
  margin: 0;
  font-size: 1.125rem;
}
#fmc .components .components-list ul li  p.accent,
#fmc .components .components-list ul li  p .accent {
  font-weight: 700;
  font-size: 1.25rem;
}
#fmc .components .components-list ul li .span p b {
  color: #e8423d;
}
#fmc .form-section {
  margin-top: -300px;
  padding-top: 450px;
  padding-bottom: 150px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
#fmc .form-section:before {
  content: "";
  width: 73.45%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(120, 120, 120, 0.75), transparent);
  opacity: 0.25;
}
#fmc .form-card {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  width: 500px;
  height: 330px;
  border-radius: 20px;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}
#fmc .form-card#check-card {
  display: -ms-flexbox;
  display: flex;
  padding-top: 5.7rem;
  overflow: hidden;
}
#fmc .form-card#check-card .title {
  background: #f2a00e;
  background: linear-gradient(90deg, #f2a00e 0, #ffd11f 100%, #ffd11f 0);
  font-size: 1.7rem;
  font-weight: 700;
  padding: 1.2rem 0.3rem;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 410px) {
  #fmc .form-card#check-card .title {
    padding: 0.3em;
  }
}
#fmc .form-card .close-card {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transform: translate(25%, -25%);
  font-weight: 700;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
#fmc .form-card .close-card:hover {
  background-color: #ffbb39;
}
#fmc .form-card .smile {
  width: 3.5rem;
  padding-bottom: 3rem;
}
#fmc .form-card .title {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0 30px;
  line-height: 1.2;
  text-align: center;
}
#fmc .form-card .card-button#abort {
  background: #fff;
  border: 2px solid #2b2e34;
  color: #2b2e34;
  padding: 0 15px;
}
#fmc .form-card .elements {
  padding: 0 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#fmc .form-card .element-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 3px solid #ffbb39;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  margin: 10px 0;
  transition: border-color 0.4s linear;
}
#fmc .form-card .element-wrap#address-wrap {
  width: 100%;
}
#fmc .form-card .element-wrap#home-wrap {
  width: 75px;
}
#fmc .form-card .element-wrap.error {
  border-color: red;
}
#fmc .form-card .element-wrap input,
#fmc .form-card .element-wrap select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 3px 15px;
  height: 24px;
  outline: none;
}
#fmc .form-card .element-wrap input#address,
#fmc .form-card .element-wrap select#address {
  width: calc(70% - 30px);
}
#fmc .form-card .element-wrap input#home,
#fmc .form-card .element-wrap select#home {
  width: calc(30% - 30px);
}
#fmc .form-card .element-wrap button {
  margin: 0;
}
#fmc .form-card .loading {
  width: 51px;
  height: 51px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIGNsYXNzPSJsZHMtbWVzc2FnZSIgd2lkdGg9IjIwMHB4IiBoZWlnaHQ9IjIwMHB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQp4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIg0Kc3R5bGU9ImJhY2tncm91bmQ6IG5vbmU7Ij4NCjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI1IDUwKSI+DQo8Y2lyY2xlIGN4PSIwIiBjeT0iMCIgcj0iNiIgZmlsbD0iI2NjY2NjYyIgdHJhbnNmb3JtPSJzY2FsZSgwLjE4Njk0IDAuMTg2OTQpIj4NCjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0ic2NhbGUiIGJlZ2luPSItMC4zMzMzMzMzMzMzMzMzMzMzcyIgY2FsY01vZGU9InNwbGluZSINCmtleVNwbGluZXM9IjAuMyAwIDAuNyAxOzAuMyAwIDAuNyAxIiB2YWx1ZXM9IjA7MTswIiBrZXlUaW1lcz0iMDswLjU7MSIgZHVyPSIxcyINCnJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+DQo8L2NpcmNsZT4NCjwvZz4NCjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUwIDUwKSI+DQo8Y2lyY2xlIGN4PSIwIiBjeT0iMCIgcj0iNiIgZmlsbD0iIzg3ODc4NyIgdHJhbnNmb3JtPSJzY2FsZSgwLjY0OTA5OCAwLjY0OTA5OCkiPg0KPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgYmVnaW49Ii0wLjE2NjY2NjY2NjY2NjY2NjY2cyIgY2FsY01vZGU9InNwbGluZSINCmtleVNwbGluZXM9IjAuMyAwIDAuNyAxOzAuMyAwIDAuNyAxIiB2YWx1ZXM9IjA7MTswIiBrZXlUaW1lcz0iMDswLjU7MSIgZHVyPSIxcyINCnJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+DQo8L2NpcmNsZT4NCjwvZz4NCjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc1IDUwKSI+DQo8Y2lyY2xlIGN4PSIwIiBjeT0iMCIgcj0iNiIgZmlsbD0iIzJhMmQyZSIgdHJhbnNmb3JtPSJzY2FsZSgwLjk4NTM1MSAwLjk4NTM1MSkiPg0KPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJzY2FsZSIgYmVnaW49IjBzIiBjYWxjTW9kZT0ic3BsaW5lIg0Ka2V5U3BsaW5lcz0iMC4zIDAgMC43IDE7MC4zIDAgMC43IDEiIHZhbHVlcz0iMDsxOzAiIGtleVRpbWVzPSIwOzAuNTsxIiBkdXI9IjFzIg0KcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT4NCjwvY2lyY2xlPg0KPC9nPg0KPC9zdmc+);
  background-size: 51px 51px;
}
#fmc .form-card .loading,
#fmc .form-card .success {
  display: none;
  background-position: 50%;
  background-repeat: no-repeat;
}
#fmc .form-card .success {
  width: 31px;
  height: 31px;
  margin: 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj4NCjxnIHN0cm9rZT0iIzJjYTAyYyIgc3Ryb2tlLXdpZHRoPSIyLjMiIGZpbGw9IiNmZmYiPg0KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOC41Ii8+DQo8cGF0aCBkPSJNNS4yLDEwIDguNSwxMy40IDE0LjgsNy4yIi8+DQo8L2c+DQo8L3N2Zz4=);
  background-size: 30px 30px;
}
#fmc .info-section {
  background-color: #ffbb39;
  padding: 100px 0;
}
#fmc .info-section:before {
  background: linear-gradient(90deg, transparent, rgba(209, 146, 0, 0.75));
}
#fmc .info-section:after {
  background: linear-gradient(90deg, #d19200, transparent);
}
#fmc .info-section .info-wrap {
  max-width: 80%;
  margin: 0 auto;
  z-index: 10;
  -ms-flex-align: start;
  align-items: flex-start;
}
#fmc .info-section .info-list,
#fmc .info-section .info-wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
#fmc .info-section .info-list {
  max-width: 600px;
  width: 80%;
  -ms-flex-align: center;
  align-items: center;
}
#fmc .info-section .info-list .scrollable-list {
  position: relative;
}
#fmc .info-section .info-list .scroll-bar-range {
  transform: rotate(90deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: -70px;
  cursor: pointer;
  display: none;
}
#fmc .info-section .info-list .scroll-wrap {
  direction: rtl;
}
#fmc .info-section .info-list ul {
  list-style: none;
  margin: 0;
  padding: 0 40px;
  direction: ltr;
}
#fmc .info-section .info-list ul li {
  margin: 10px 0;
  font-size: 1.125rem;
  cursor: pointer;
  position: relative;
}
#fmc .info-section .info-list ul li:first-child {
  margin-top: 0;
}
#fmc .info-section .info-list ul li:last-child {
  margin-bottom: 0;
}
#fmc .info-section .info-list ul li:hover {
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
}
#fmc .info-section .info-list ul li:hover:before {
  border-left: 4px solid #fff;
}
#fmc .info-section .info-list ul li.active:before,
#fmc .info-section .info-list ul li:hover:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
}
#fmc .info-section .info-list ul li.active:before {
  border-left: 4px solid #2b2e34;
}
#fmc .info-section .info-detail {
  max-width: 600px;
  width: 80%;
  padding: 0 45px;
}
#fmc .info-section .info-detail,
#fmc .info-section .info-detail .wallpaper-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
#fmc .info-section .info-detail .wallpaper-container {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#fmc .info-section .info-detail .wallpaper-container::-webkit-scrollbar {
  display: none;
}
#fmc .info-section .info-detail .wallpaper-container img#cat {
  max-width: 160px;
  margin-right: 50px;
}
#fmc .info-section .info-detail .wallpaper-container img#question-mark {
  max-width: 140px;
}
#fmc .info-section .info-detail .wallpaper-container p {
  width: 100%;
  text-align: center;
  padding: 0 50px;
  margin: 20px 0 0;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
}
#fmc .info-section .info-detail .answear-container .answer-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
}
#fmc .info-section .info-detail .answear-container p {
  font-size: 1.125rem;
  font-weight: 400;
}
#fmc .info-section .info-detail .answear-container p a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #fff;
  color: #2b2e34;
  border-radius: 15px;
  padding: 0 4px;
  line-height: 1.1;
}
#fmc .info-section .info-detail .answear-container .button-link {
  border: 1px solid #fff;
}
#fmc .ui-menu-item-wrapper:hover {
  background-color: #ffc107;
  color: #fff;
  border-color: transparent;
  outline: none;
}
@media screen and (max-width: 1450px) {
  #fmc #advantages .list ul li:after {
    width: 90px;
    font-size: 3rem;
  }
  #fmc #advantages .list .icon-img {
    width: 90px;
    height: 90px;
  }
  #fmc #advantages .list .txt {
    font-size: 2rem;
  }
  #fmc #advantages .discount .discount-econ {
    top: 15.2rem;
    left: calc(50% - 5.9rem);
    width: 11.5rem;
    font-size: 2.2rem;
  }
  #fmc #advantages .discount .discount-txt {
    font-size: 3rem;
  }
  #fmc #advantages .discount #discount_img {
    max-width: 220px;
    margin-top: 25px;
  }
  #fmc .components .lamp {
    position: absolute;
    top: -200px;
    left: calc(50% - 10px);
  }
  #fmc .components .lamp img {
    width: 120px;
  }
  #fmc .components .components-list #big-price {
    left: 65px;
  }
  #fmc .components .components-list #big-price span {
    font-size: 3.125rem;
  }
  #fmc .components .components-list #btn-tarif-details {
    left: 50px;
  }
  #fmc .components .components-list .item-wrap {
    margin: 0 25px;
  }
  #fmc .components .components-list .head-title .title-icon {
    width: 65px;
    height: 65px;
  }
  #fmc .components .components-list .head-title span {
    font-size: 2.125rem;
  }
  #fmc .components .components-list ul li .list-icon {
    width: 65px;
  }
  #fmc .components .components-list ul li .list-icon img {
    max-width: 40px;
    max-height: 40px;
  }
  #fmc .info-section .info-wrap {
    max-width: 90%;
  }
  #fmc .info-section .info-list {
    max-width: 50%;
    width: 100%;
  }
  #fmc .info-section .info-list .scrollable-list .scroll-wrap ul {
    padding: 0 40px;
  }
  #fmc .info-section .info-detail {
    max-width: 50%;
    width: 100%;
  }
  #fmc .info-section .info-detail .wallpaper-container img#cat {
    max-width: 130px;
    margin-right: 25px;
  }
  #fmc .info-section .info-detail .wallpaper-container img#question-mark {
    max-width: 110px;
  }
  #fmc .info-section .info-detail .wallpaper-container p {
    padding: 0 30px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1200px) {
  #fmc .banner-section {
    margin-bottom: 20%;
  }
  #fmc .banner-section .txt-image {
    margin: 0 auto -10px;
  }
  #fmc #advantages .list ul li:after {
    width: 70px;
    font-size: 2.5rem;
  }
  #fmc #advantages .list .icon-img {
    width: 70px;
    height: 70px;
  }
  #fmc #advantages .list .txt {
    font-size: 1.5rem;
  }
  #fmc #advantages .discount .discount-econ {
    top: 13.5rem;
    left: calc(50% - 5.3rem);
    width: 10.5rem;
    font-size: 2rem;
  }
  #fmc #advantages .discount .discount-txt {
    font-size: 2.5rem;
  }
  #fmc #advantages .discount #discount_img {
    max-width: 200px;
    margin-top: 25px;
  }
  #fmc .components {
    margin-top: -20%;
    padding: 17% 0 27%;
  }
  #fmc .components .lamp {
    position: absolute;
    top: -180px;
  }
  #fmc .components .lamp img {
    width: 110px;
  }
  #fmc .components .components-list {
    border-radius: 40px;
    padding: 35px 25px;
  }
  #fmc .components .components-list #big-price {
    left: 50px;
    bottom: 35px;
  }
  #fmc .components .components-list #big-price span {
    font-size: 2.75rem;
  }
  #fmc .components .components-list #btn-tarif-details {
    left: 45px;
  }
  #fmc .components .components-list .item-wrap {
    margin: 0 20px;
  }
  #fmc .components .components-list .head-title .title-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  #fmc .components .components-list .head-title span {
    font-size: 1.25rem;
  }
  #fmc .components .components-list ul li {
    margin: 10px auto;
  }
  #fmc .components .components-list ul li .list-icon {
    width: 50px;
    margin-right: 15px;
  }
  #fmc .components .components-list ul li .list-icon img {
    max-width: 30px;
    max-height: 30px;
  }
  #fmc .form-section {
    margin-top: -290px;
    padding-top: 380px;
    padding-bottom: 100px;
  }
  #fmc .info-section .info-detail .wallpaper-container img#cat {
    max-width: 130px;
    margin-right: 25px;
  }
  #fmc .info-section .info-detail .wallpaper-container img#question-mark {
    max-width: 110px;
  }
  #fmc .info-section .info-detail .wallpaper-container p {
    padding: 0 30px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 790px) {
  #fmc .service_number {
    margin-right: 40px;
  }
  #fmc .service_number .phone_num_icon {
    width: 20px;
    height: 20px;
  }
  #fmc .service_number span {
    font-size: 1.25rem;
  }
  #fmc #advantages .list {
    max-width: 50%;
    width: 100%;
  }
  #fmc #advantages .list ul li:after {
    width: 55px;
    font-size: 2.5rem;
  }
  #fmc #advantages .list .icon-img {
    width: 55px;
    height: 55px;
    margin-right: 25px;
  }
  #fmc #advantages .list .txt {
    max-width: calc(100% - 80px);
    font-size: 1.5rem;
  }
  #fmc #advantages .discount {
    max-width: 50%;
    width: 100%;
  }
  #fmc #advantages .discount .discount-econ {
    top: 10.4rem;
    left: calc(50% - 4rem);
    width: 7.9rem;
    font-size: 1.5rem;
  }
  #fmc #advantages .discount .discount-txt {
    font-size: 2rem;
  }
  #fmc #advantages .discount #discount_img {
    max-width: 150px;
    margin-top: 20px;
  }
  #fmc .components .lamp img {
    width: 100px;
  }
  #fmc .components .components-list {
    border-radius: 40px;
    padding: 25px;
  }
  #fmc .components .components-list #big-price {
    left: 40px;
    bottom: 35px;
    width: 220px;
  }
  #fmc .components .components-list #big-price span {
    font-size: 2.75rem;
  }
  #fmc .components .components-list #btn-tarif-details {
    left: 35px;
  }
  #fmc .components .components-list .item-wrap {
    margin: 0 15px;
  }
  #fmc .components .components-list .head-title .title-icon {
    width: 40px;
    height: 40px;
  }
  #fmc .components .components-list .head-title span {
    font-size: 1.25rem;
  }
  #fmc .components .components-list ul {
    margin-top: 15px;
  }
  #fmc .components .components-list ul li {
    margin: 5px auto;
  }
  #fmc .components .components-list ul li .list-icon {
    width: 40px;
  }
  #fmc .components .components-list ul li .list-icon img {
    max-width: 25px;
    max-height: 25px;
  }
  #fmc .components .components-list ul li .span {
    font-weight: 400;
  }
  #fmc .info-section .info-detail {
    padding: 0 30px;
  }
  #fmc .info-section .info-detail .wallpaper-container img#cat {
    max-width: 100px;
    margin-right: 25px;
  }
  #fmc .info-section .info-detail .wallpaper-container img#question-mark {
    max-width: 95px;
  }
  #fmc .info-section .info-detail .wallpaper-container p {
    padding: 0;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 650px) {
  #fmc .components .components-list #big-price {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  #fmc .components .components-list #big-price {
    width: 170px;
  }
}
@media screen and (max-width: 500px) {
  #fmc .scrollbarY {
    display: none;
  }
  #fmc .first-section {
    max-width: 90%;
  }
  #fmc header {
    display: block;
  }
  #fmc .header-left,
  #fmc .header-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
  #fmc .header-left.header-left,
  #fmc .header-right.header-left {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #fmc .logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  #fmc .logo img {
    max-width: 100px;
  }
  #fmc .logo img#beeline-logo {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 10px;
    border: none;
  }
  #fmc .logo img#homeline-logo {
    max-width: 80px;
  }
  #fmc .service_number {
    margin-right: 0;
    margin-bottom: 0;
  }
  #fmc .service_number .phone_num_icon {
    width: 20px;
    height: 20px;
  }
  #fmc .service_number span {
    font-size: 1.25rem;
  }
  #fmc #language-toggle {
    padding: 3px;
    height: 24px;
  }
  #fmc #language-toggle .item {
    font-size: 0.875rem;
    margin: 0 5px;
  }
  #fmc #language-toggle .circle-toggle {
    width: 20px;
    height: 20px;
  }
  #fmc .banner-section {
    margin-bottom: 20%;
    padding-top: 10px;
  }
  #fmc .banner-section .txt-image {
    margin: 0 auto -2px;
  }
  #fmc #advantages .list {
    max-width: 50%;
    width: 100%;
  }
  #fmc #advantages .list ul {
    max-width: 100%;
  }
  #fmc #advantages .list ul li {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  #fmc #advantages .list ul li:after {
    width: 40px;
    font-size: 1rem;
    font-weight: 400;
    margin: 5px auto;
  }
  #fmc #advantages .list .icon-img {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  #fmc #advantages .list .txt {
    max-width: 80%;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
  }
  #fmc #advantages .discount {
    max-width: 50%;
    width: 100%;
  }
  #fmc #advantages .discount .discount-econ {
    top: 6.3rem;
    left: calc(50% - 2.4rem);
    width: 4.7rem;
    font-size: 0.8rem;
  }
  #fmc #advantages .discount .discount-txt {
    font-size: 1.25rem;
  }
  #fmc #advantages .discount #discount_img {
    max-width: 90px;
    margin-top: 10px;
  }
  #fmc .components {
    background-color: #ffbb39;
    background-image: none;
    position: relative;
    padding: 20% 0;
  }
  #fmc .components:after,
  #fmc .components:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
  }
  #fmc .components:before {
    left: 0;
    background: linear-gradient(90deg, transparent, rgba(209, 146, 0, 0.75));
    opacity: 0.25;
  }
  #fmc .components:after {
    left: 50%;
    background: linear-gradient(90deg, #d19200, transparent);
    opacity: 0.5;
  }
  #fmc .components .lamp {
    top: -110px;
    left: calc(50% - 5px);
  }
  #fmc .components .lamp img {
    width: 65px;
  }
  #fmc .components .components-list {
    border-radius: 30px;
    padding: 25px;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 90%;
  }
  #fmc .components .components-list #big-price {
    position: static;
    width: 230px;
  }
  #fmc .components .components-list #big-price span {
    font-size: 2.5rem;
  }
  #fmc .components .components-list #btn-tarif-details {
    position: static;
  }
  #fmc .components .components-list .item-wrap {
    margin: 15px 0;
  }
  #fmc .components .components-list .head-title .title-icon {
    width: 30px;
    height: 30px;
  }
  #fmc .components .components-list .head-title span {
    font-size: 1.25rem;
  }
  #fmc .components .components-list ul {
    margin-top: 15px;
  }
  #fmc .components .components-list ul li {
    margin: 5px auto;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #fmc .components .components-list ul li .list-icon {
    width: 30px;
    margin-top: 5px;
  }
  #fmc .components .components-list ul li .list-icon img {
    max-width: 20px;
    max-height: 20px;
  }
  #fmc .components .components-list ul li .span {
    font-weight: 400;
    font-size: 1rem;
  }
  #fmc .form-section {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #fmc .form-card {
    width: 90%;
    height: 290px;
  }
  #fmc .form-card .title {
    font-size: 1.125rem;
    padding: 0 10px;
  }
  #fmc .form-card .card-button {
    margin: 5px 10px;
  }
  #fmc .form-card .elements {
    padding: 0 10px;
  }
  #fmc .form-card .element-wrap {
    margin: 5px 0;
  }
  #fmc .info-section {
    padding-top: 50px;
  }
  #fmc .info-section .info-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #fmc .info-section .info-list {
    max-width: 100%;
  }
  #fmc .info-section .info-list:after {
    bottom: -50px;
    left: 50%;
  }
  #fmc .info-section .info-list .scrollable-list .scroll-wrap ul {
    padding: 0 25px;
  }
  #fmc .info-section .info-list .scrollable-list .scroll-wrap ul li:hover:before {
    display: none;
  }
  #fmc .info-section .info-detail {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
