@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap");
img, legend {
  border: 0;
}

caption, th {
  text-align: left;
}

fieldset, legend, td, th {
  padding: 0;
}

.breadcrumb, .carousel-indicators, .dropdown-menu, .grid-assets, .list-ordered-decorative, .media-list, .nav, .pager {
  list-style: none;
}

pre, textarea {
  overflow: auto;
}

.btn, .c-indicator {
  -webkit-user-select: none;
  -ms-user-select: none;
}

.btn-group > .btn-group, .btn-toolbar .btn-group, .btn-toolbar .input-group, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .dropdown-menu, .table-reflow thead, .table-reflow tr {
  float: left;
}

.c-select, .progress[value] {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.is-disabled, .loading, .plan-disabled, .v-sets.disabled, a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

b, optgroup, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1, .h1 {
  margin: 0.67em 0;
}

dd, label {
  margin-bottom: 0.5rem;
}

mark, .mark {
  background: #ff0;
  color: #000;
}

.dropdown-menu, .popover {
  background-clip: padding-box;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.popover, .tooltip, body {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

address, legend {
  line-height: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  blockquote, img, pre, tr {
    page-break-inside: avoid;
  }

  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  blockquote, pre {
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  img {
    max-width: 100% !important;
  }

  .heading, h2, .h2, h3, .h3, p {
    orphans: 3;
    widows: 3;
  }

  .heading, h2, .h2, h3, .h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td, .table th {
    background-color: #fff !important;
  }

  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
label, output {
  display: inline-block;
}

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

@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #50525a;
  background-color: #f5f5f5;
}

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

.heading, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

address, dl, ol, p, ul {
  margin-bottom: 1rem;
}

dl, ol, p, ul {
  margin-top: 0;
}

abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #84868b;
}

address {
  font-style: normal;
}

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

dt {
  font-weight: 600;
}

dd {
  margin-left: 0;
}

blockquote, figure {
  margin: 0 0 1rem;
}

a {
  color: #ff7f3f;
  text-decoration: none;
}

a:focus, a:hover {
  color: rgba(255, 127, 63, 0.75);
  text-decoration: none;
}

a:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

[role=button] {
  cursor: pointer;
}

[role=button], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgba(80, 82, 90, 0.58);
  caption-side: bottom;
}

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

button, input, select, textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

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

legend {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

input[type=search] {
  box-sizing: inherit;
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, .heading, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

.blockquote, hr {
  margin-bottom: 1rem;
}

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

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

.heading, h3, .h3 {
  font-size: 1.95313rem;
}

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

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

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

.h1 {
  font-size: 3.05176rem;
}

.h2 {
  font-size: 2.44141rem;
}

.h3 {
  font-size: 1.95313rem;
}

.h4 {
  font-size: 1.5625rem;
}

.h5 {
  font-size: 1.25rem;
}

.h6 {
  font-size: 1rem;
}

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

.display-1, .display-2, .display-3, .display-4 {
  font-weight: 600;
}

.display-1 {
  font-size: 7.45058rem;
}

.display-2 {
  font-size: 5.96046rem;
}

.display-3 {
  font-size: 4.76837rem;
}

.display-4 {
  font-size: 3.8147rem;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 1rem;
  border: 0;
  border-top: 2px solid rgba(14, 15, 21, 0.05);
}

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

.mark, mark {
  padding: 0.2em;
  background-color: #fff;
}

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

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

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

.dl-horizontal {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  margin-left: auto;
  margin-right: auto;
}

.dl-horizontal::after {
  content: "";
  display: table;
  clear: both;
}

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

.blockquote {
  padding: 0.5rem 1rem;
  font-size: 1.5625rem;
  border-left: 0.25rem solid #dddddf;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #84868b;
}

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

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #dddddf;
  border-left: 0;
}

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

.blockquote-reverse .blockquote-footer::after {
  content: " —";
}

.carousel-inner > .carousel-item > a > img, .carousel-inner > .carousel-item > img, .img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

.figure, .img-thumbnail {
  display: inline-block;
}

.img-rounded {
  border-radius: 0.3rem;
}

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

code, kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
}

.img-circle {
  border-radius: 50%;
}

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

.table, pre {
  margin-bottom: 1rem;
}

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

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  color: #bd4147;
  background-color: #fff;
  border-radius: 0.25rem;
}

kbd {
  color: #f5f5f5;
  background-color: #50525a;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
  box-shadow: none;
}

pre {
  display: block;
  margin-top: 0;
  font-size: 90%;
  line-height: 1.5;
  color: #2d2f39;
}

.container-fluid::after, .container-xxl::after, .container-xl::after, .container-lg::after, .container-md::after, .container-sm::after, .container::after, .row::after {
  display: table;
  clear: both;
  content: "";
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

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

.container {
  max-width: 940px;
}

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

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

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }

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

  .col-sm-2 {
    width: 16.66667%;
  }

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

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

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

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

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

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

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

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
}

.table td, .table th {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #dddddf;
}

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

.table tbody + tbody {
  border-top: 2px solid #dddddf;
}

.table .table {
  background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto;
}

.thead-inverse th {
  color: #fff;
  background-color: #2d2f39;
}

.thead-default th {
  color: #50525a;
  background-color: #dddddf;
}

.table-inverse {
  color: #dddddf;
  background-color: #2d2f39;
}

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

.table-inverse td, .table-inverse th, .table-inverse thead th {
  border-color: #50525a;
}

.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.table-reflow td, .table-reflow th {
  border-top: 1px solid #dddddf;
  border-left: 1px solid #dddddf;
}

.table-reflow td:last-child, .table-reflow th:last-child {
  border-right: 1px solid #dddddf;
}

.table-reflow tbody:last-child tr:last-child td, .table-reflow tbody:last-child tr:last-child th, .table-reflow tfoot:last-child tr:last-child td, .table-reflow tfoot:last-child tr:last-child th, .table-reflow thead:last-child tr:last-child td, .table-reflow thead:last-child tr:last-child th {
  border-bottom: 1px solid #dddddf;
}

.table-reflow tr td, .table-reflow tr th {
  display: block !important;
  border: 1px solid #dddddf;
}

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

.form-control {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #50525a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dddddf;
  border-radius: 0.25rem;
  box-shadow: inset 0 2px 0 1px rgba(0, 0, 0, 0.05);
}

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

.form-control:focus {
  border-color: #ffa579;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ffccb2;
}

.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

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

.has-success .checkbox, .has-success .checkbox-inline, .has-success .form-control-feedback, .has-success .form-control-label, .has-success .radio, .has-success .radio-inline, .has-success .text-help, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #00bc6f;
}

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

.form-control:disabled {
  cursor: not-allowed;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 2.25rem;
  }

  .input-group-sm input[type=date].form-control, .input-group-sm input[type=time].form-control, .input-group-sm input[type=datetime-local].form-control, .input-group-sm input[type=month].form-control, input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 1.75rem;
  }

  .input-group-lg input[type=date].form-control, .input-group-lg input[type=time].form-control, .input-group-lg input[type=datetime-local].form-control, .input-group-lg input[type=month].form-control, input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 3.125rem;
  }
}
.form-control-static {
  min-height: 2.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
}

.form-control-static.form-control-lg, .form-control-static.form-control-sm, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3;
  border-radius: 0.3rem;
}

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

.checkbox, .radio {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

.checkbox label, .checkbox-inline, .radio label, .radio-inline {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 400;
}

.checkbox label input:only-child, .radio label input:only-child {
  position: static;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.collapsing, .dropdown, .dropup {
  position: relative;
}

.checkbox + .checkbox, .radio + .radio {
  margin-top: -0.25rem;
}

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 0.75rem;
}

.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, input[type=checkbox].disabled, input[type=checkbox]:disabled, input[type=radio].disabled, input[type=radio]:disabled {
  cursor: not-allowed;
}

.form-control-danger, .form-control-success, .form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.4625rem 1.4625rem;
}

.has-success .form-control {
  border-color: #00bc6f;
}

.has-success .input-group-addon {
  color: #00bc6f;
  border-color: #00bc6f;
  background-color: #89ffcf;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .form-control-feedback, .has-warning .form-control-label, .has-warning .radio, .has-warning .radio-inline, .has-warning .text-help, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #ffd600;
}

.has-success .form-control-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==);
}

.has-warning .form-control {
  border-color: #ffd600;
}

.has-warning .input-group-addon {
  color: #ffd600;
  border-color: #ffd600;
  background-color: #fff7cc;
}

.has-danger .checkbox, .has-danger .checkbox-inline, .has-danger .form-control-feedback, .has-danger .form-control-label, .has-danger .radio, .has-danger .radio-inline, .has-danger .text-help, .has-danger.checkbox label, .has-danger.checkbox-inline label, .has-danger.radio label, .has-danger.radio-inline label {
  color: #ff5859;
}

.has-warning .form-control-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+);
}

.has-danger .form-control {
  border-color: #ff5859;
}

.has-danger .input-group-addon {
  color: #ff5859;
  border-color: #ff5859;
  background-color: #fff;
}

.has-danger .form-control-danger {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=);
}

@media (min-width: 1200px) {
  .form-inline .form-control-static, .form-inline .form-group {
    display: inline-block;
  }

  .form-inline .form-control-label, .form-inline .form-group {
    margin-bottom: 0;
    vertical-align: middle;
  }

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

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0;
  }

  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.btn-block, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.275rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

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

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #ff8c52;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: #e67e4a;
  border-color: rgba(0, 0, 0, 0.296);
}

.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #e67e4a;
  border-color: rgba(0, 0, 0, 0.296);
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #d47444;
  border-color: rgba(0, 0, 0, 0.4);
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled:hover {
  background-color: #ff8c52;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-secondary {
  color: #50525a;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
  color: #50525a;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0.296);
}

.btn-secondary.active, .btn-secondary:active, .open > .btn-secondary.dropdown-toggle {
  color: #50525a;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0.296);
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .open > .btn-secondary.dropdown-toggle.focus, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle:hover {
  color: #50525a;
  background-color: #d4d4d4;
  border-color: rgba(0, 0, 0, 0.4);
}

.btn-secondary.disabled.focus, .btn-secondary.disabled:focus, .btn-secondary.disabled:hover, .btn-secondary:disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled:hover {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-info {
  color: #fff;
  background-color: #00a0df;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .btn-info.dropdown-toggle {
  background-color: #0090c9;
  border-color: rgba(0, 0, 0, 0.296);
  color: #fff;
}

.btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #0085b9;
  border-color: rgba(0, 0, 0, 0.4);
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info:disabled.focus, .btn-info:disabled:focus, .btn-info:disabled:hover {
  background-color: #00a0df;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-success {
  color: #fff;
  background-color: #00bc6f;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-success.focus, .btn-success:focus, .btn-success:hover {
  color: #fff;
  background-color: #00a964;
  border-color: rgba(0, 0, 0, 0.296);
}

.btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #00a964;
  border-color: rgba(0, 0, 0, 0.296);
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #009c5c;
  border-color: rgba(0, 0, 0, 0.4);
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success:disabled.focus, .btn-success:disabled:focus, .btn-success:disabled:hover {
  background-color: #00bc6f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-warning {
  color: #4d4000;
  background-color: #ffd600;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
  color: #4d4000;
  background-color: #e6c100;
  border-color: rgba(0, 0, 0, 0.296);
}

.btn-warning.active, .btn-warning:active, .open > .btn-warning.dropdown-toggle {
  color: #4d4000;
  background-color: #e6c100;
  border-color: rgba(0, 0, 0, 0.296);
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
  color: #4d4000;
  background-color: #d4b200;
  border-color: rgba(0, 0, 0, 0.4);
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning:disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled:hover {
  background-color: #ffd600;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-danger {
  color: #fff;
  background-color: #ff5859;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
  color: #fff;
  background-color: #e64f50;
  border-color: rgba(0, 0, 0, 0.296);
}

.btn-danger.active, .btn-danger:active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e64f50;
  border-color: rgba(0, 0, 0, 0.296);
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #d4494a;
  border-color: rgba(0, 0, 0, 0.4);
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger:disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled:hover {
  background-color: #ff5859;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-primary-outline {
  color: #ff8c52;
  background-image: none;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-primary-outline.active, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline:focus, .btn-primary-outline:hover, .open > .btn-primary-outline.dropdown-toggle {
  color: #fff;
  background-color: #ff8c52;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-primary-outline.disabled.focus, .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled:hover {
  border-color: #ffd0b8;
}

.btn-secondary-outline {
  color: rgba(0, 0, 0, 0.2);
  background-image: none;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-secondary-outline.active, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline:focus, .btn-secondary-outline:hover, .open > .btn-secondary-outline.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-secondary-outline.disabled.focus, .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled:hover {
  border-color: rgba(51, 51, 51, 0.2);
}

.btn-info-outline {
  color: #00a0df;
  background-image: none;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-info-outline.active, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline:focus, .btn-info-outline:hover, .open > .btn-info-outline.dropdown-toggle {
  color: #fff;
  background-color: #00a0df;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-info-outline.disabled.focus, .btn-info-outline.disabled:focus, .btn-info-outline.disabled:hover, .btn-info-outline:disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled:hover {
  border-color: #46cbff;
}

.btn-success-outline {
  color: #00bc6f;
  background-image: none;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-success-outline.active, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline:focus, .btn-success-outline:hover, .open > .btn-success-outline.dropdown-toggle {
  color: #fff;
  background-color: #00bc6f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-success-outline.disabled.focus, .btn-success-outline.disabled:focus, .btn-success-outline.disabled:hover, .btn-success-outline:disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled:hover {
  border-color: #23ffa5;
}

.btn-warning-outline {
  color: #ffd600;
  background-image: none;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-warning-outline.active, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline:focus, .btn-warning-outline:hover, .open > .btn-warning-outline.dropdown-toggle {
  color: #fff;
  background-color: #ffd600;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-warning-outline.disabled.focus, .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled:hover {
  border-color: #ffe666;
}

.btn-danger-outline {
  color: #ff5859;
  background-image: none;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-danger-outline.active, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline:focus, .btn-danger-outline:hover, .open > .btn-danger-outline.dropdown-toggle {
  color: #fff;
  background-color: #ff5859;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-danger-outline.disabled.focus, .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled:hover {
  border-color: #ffbebe;
}

.btn-link {
  font-weight: 400;
  color: #ff7f3f;
  border-radius: 0;
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link:disabled {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: rgba(255, 127, 63, 0.75);
  text-decoration: none;
  background-color: transparent;
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
  color: #84868b;
  text-decoration: none;
}

.btn-group-lg > .btn, .btn-lg {
  font-size: 1.25rem;
  line-height: 1.3;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn, .btn-sm {
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
}

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #50525a;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-header, .dropdown-item {
  display: block;
  padding: 3px 20px;
  line-height: 1.5;
  white-space: nowrap;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-item {
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #2d2f39;
  text-align: inherit;
  background: 0 0;
  border: 0;
}

.c-indicator, .label, .pager {
  text-align: center;
}

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

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ff7f3f;
}

.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ff7f3f;
  outline: 0;
}

.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  color: #84868b;
}

.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.c-input, .file {
  cursor: pointer;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  font-size: 0.8rem;
  color: #84868b;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

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

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

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

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left;
}

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

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

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar::after {
  content: "";
  display: table;
  clear: both;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

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

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

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

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

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

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-lg > .btn .caret, .btn-lg .caret {
  border-width: 0.3em 0.3em 0;
}

.dropup .btn-group-lg > .btn .caret, .dropup .btn-lg .caret {
  border-width: 0 0.3em 0.3em;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

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

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

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

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

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

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

.c-input, .input-group, .input-group-btn, .input-group-btn > .btn {
  position: relative;
}

.input-group {
  display: table;
  border-collapse: separate;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover, .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #50525a;
  text-align: center;
  background-color: #dddddf;
  border: 1px solid #dddddf;
  border-radius: 0.25rem;
}

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

.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.8rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

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

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

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:last-child > .btn-group:active, .input-group-btn:last-child > .btn-group:focus, .input-group-btn:last-child > .btn-group:hover, .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn:hover {
  z-index: 3;
}

.c-input {
  display: inline;
  padding-left: 1.5rem;
  color: #555;
}

.c-input > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.c-input > input:checked ~ .c-indicator {
  color: #fff;
  background-color: #0074d9;
  box-shadow: none;
}

.c-input > input:focus ~ .c-indicator {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}

.c-input > input:active ~ .c-indicator {
  color: #fff;
  background-color: #84c6ff;
  box-shadow: none;
}

.c-input + .c-input {
  margin-left: 1rem;
}

.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  -moz-user-select: none;
  user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  box-shadow: inset 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1);
}

.file-custom, .is-disabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.c-checkbox .c-indicator {
  border-radius: 0.25rem;
}

.c-checkbox input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
  box-shadow: none;
}

.c-radio .c-indicator {
  border-radius: 50%;
}

.c-radio input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}

.c-inputs-stacked .c-input {
  display: inline;
}

.c-inputs-stacked .c-input::after {
  display: block;
  margin-bottom: 0.25rem;
  content: "";
}

.c-select, .file {
  display: inline-block;
}

.c-inputs-stacked .c-input + .c-input {
  margin-left: 0;
}

.c-select {
  max-width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem\9 ;
  color: #50525a;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) right 0.75rem center no-repeat #fff;
  background-image: none\9 ;
  background-size: 8px 10px;
  border: 1px solid #dddddf;
}

.c-select:focus {
  border-color: #51a7e8;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
}

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

.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
}

.c-select-sm:not([multiple]) {
  height: 26px;
  min-height: 26px;
}

.file {
  position: relative;
  height: 2.5rem;
}

.file-custom, .file-custom::before {
  position: absolute;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
}

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.file-custom {
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
}

.file-custom::after {
  content: "Choose file...";
}

.file-custom::before {
  top: -0.075rem;
  right: -0.075rem;
  bottom: -0.075rem;
  z-index: 6;
  display: block;
  content: "Browse";
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 0.25rem 0.25rem 0;
}

.nav-inline .nav-item, .nav-link {
  display: inline-block;
}

.nav-pills::after, .nav-tabs::after, .navbar::after {
  content: "";
  clear: both;
}

.file input:focus ~ .file-custom {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
}

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

.nav-link.disabled {
  color: #84868b;
}

.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
  color: #84868b;
  cursor: not-allowed;
  background-color: transparent;
}

.nav-inline .nav-item + .nav-item, .nav-inline .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-pills .nav-item + .nav-item, .nav-tabs .nav-item + .nav-item {
  margin-left: 0.2rem;
}

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

.nav-tabs::after {
  display: table;
}

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

.card, .card-title {
  margin-bottom: 0.75rem;
}

.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-radius: 0.25rem 0.25rem 0 0;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #dddddf #dddddf #ddd;
}

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
  color: #84868b;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
  color: #50525a;
  background-color: #f5f5f5;
  border-color: #ddd #ddd transparent;
}

.nav-pills::after {
  display: table;
}

.nav-pills .nav-item {
  float: left;
}

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}

.nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover, .nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover {
  color: #fff;
  cursor: default;
  background-color: #ff7f3f;
}

.nav-stacked .nav-item {
  display: block;
  float: none;
}

.breadcrumb > li, .navbar-brand, .navbar-nav .nav-item, .page-link {
  float: left;
}

.nav-stacked .nav-item + .nav-item {
  margin-top: 0.2rem;
  margin-left: 0;
}

.navbar-divider, .navbar-nav .nav-item + .nav-item, .navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}

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

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

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

.navbar {
  position: relative;
  padding: 1rem;
}

.navbar::after {
  display: table;
}

.navbar-full {
  z-index: 1000;
}

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

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}

@media (min-width: 1200px) {
  .navbar {
    border-radius: 0.25rem;
  }

  .navbar-fixed-bottom, .navbar-fixed-top, .navbar-full, .navbar-sticky-top {
    border-radius: 0;
  }
}
.navbar-brand {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
}

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

.navbar-brand > img {
  display: block;
}

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
  margin-right: 1rem;
  overflow: hidden;
}

.navbar-divider::before {
  content: " ";
}

.navbar-toggler {
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

@media (min-width: 1200px) {
  .navbar-toggleable-xs {
    display: block !important;
  }
}
.navbar-toggleable-md, .navbar-toggleable-sm {
  display: block !important;
}

.navbar-nav .nav-link {
  display: block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.65);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.9);
}

.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .active > .nav-link:focus, .navbar-dark .navbar-nav .active > .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.active:focus, .navbar-dark .navbar-nav .nav-link.active:hover, .navbar-dark .navbar-nav .nav-link.open, .navbar-dark .navbar-nav .nav-link.open:focus, .navbar-dark .navbar-nav .nav-link.open:hover, .navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover {
  color: #fff;
}

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

.card {
  position: relative;
  display: block;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
}

.card-block {
  padding: 1.25rem;
}

.card-footer, .card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
}

.card-subtitle, .card-text:last-child {
  margin-bottom: 0;
}

.card-subtitle {
  margin-top: -0.375rem;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

.card-header {
  border-bottom: 1px solid #e5e5e5;
}

.card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-footer {
  border-top: 1px solid #e5e5e5;
}

.card-footer:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

.card-primary {
  background-color: #ff7f3f;
  border-color: #ff7f3f;
}

.card-success {
  background-color: #00bc6f;
  border-color: #00bc6f;
}

.card-info {
  background-color: #00a0df;
  border-color: #00a0df;
}

.card-warning {
  background-color: #ffd600;
  border-color: #ffd600;
}

.card-danger {
  background-color: #ff5859;
  border-color: #ff5859;
}

.card-danger-outline, .card-info-outline, .card-primary-outline, .card-secondary-outline, .card-success-outline, .card-warning-outline {
  background-color: transparent;
}

.card-primary-outline {
  border-color: #ff8c52;
}

.card-secondary-outline {
  border-color: rgba(0, 0, 0, 0.2);
}

.card-info-outline {
  border-color: #00a0df;
}

.card-success-outline {
  border-color: #00bc6f;
}

.card-warning-outline {
  border-color: #ffd600;
}

.card-danger-outline {
  border-color: #ff5859;
}

.card-inverse .card-footer, .card-inverse .card-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.card-inverse .card-blockquote > footer, .card-inverse .card-link, .card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: 0.25rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-img-bottom {
  border-radius: 0 0 0.25rem 0.25rem;
}

@media (min-width: 1200px) {
  .card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }

  .card-deck .card {
    display: table-cell;
    width: 1%;
    vertical-align: top;
  }

  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }

  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }

  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child), .card-group .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }

  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb, .pagination {
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.breadcrumb {
  padding: 0.75rem 1rem;
  background-color: #dddddf;
}

.breadcrumb::after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumb > li + li::before {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #84868b;
  content: "/";
}

.breadcrumb > .active {
  color: #84868b;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
}

.page-item {
  display: inline;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #ff7f3f;
  border-color: #ff7f3f;
}

.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
  color: #84868b;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #ff7f3f;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
  color: rgba(255, 127, 63, 0.75);
  background-color: #dddddf;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.3;
}

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.8rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.pager {
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pager::after {
  content: "";
  display: table;
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #dddddf;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #84868b;
  cursor: not-allowed;
  background-color: #fff;
}

.pager-next > a, .pager-next > span {
  float: right;
}

.pager-prev > a, .pager-prev > span {
  float: left;
}

.label {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

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

.label-default {
  background-color: #84868b;
}

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #6b6d71;
}

.label-primary {
  background-color: #ff7f3f;
}

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #ff5d0c;
}

.label-success {
  background-color: #00bc6f;
}

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #008951;
}

.label-info {
  background-color: #00a0df;
}

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #007bac;
}

.label-warning {
  background-color: #ffd600;
}

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ccab00;
}

.label-danger {
  background-color: #ff5859;
}

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #ff2526;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #dddddf;
  border-radius: 0.3rem;
}

@media (min-width: 1200px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-hr {
  border-top-color: #c3c3c6;
}

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

.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 0.375rem solid transparent;
  border-radius: 0.25rem;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-heading {
  color: inherit;
}

.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-danger, .alert-info, .alert-success, .alert-warning {
  background-color: #fff;
  color: #50525a;
}

.alert-success {
  border-color: #00bc6f !important;
}

.alert-info {
  border-color: #00a0df !important;
}

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
}

.progress[value] {
  border: 0;
  appearance: none;
}

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.progress[value]::-webkit-progress-value::before {
  content: attr(value);
}

.progress[value]::-webkit-progress-value {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.progress[value="100"]::-webkit-progress-value {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

@media screen and (min-width: 0\0 ) {
  .progress {
    background-color: #eee;
    border-radius: 0.25rem;
    box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  }

  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .progress[width^="0"] {
    min-width: 2rem;
    color: #84868b;
    background-color: transparent;
    background-image: none;
  }

  .progress[width="100%"] {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

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

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

a.text-danger, a.text-info, a.text-success, a.text-warning {
  background-size: 0.2rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left 95%;
}

.progress-animated[value]::-webkit-progress-value {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-success[value]::-webkit-progress-value {
  background-color: #00bc6f;
}

.progress-success[value]::-moz-progress-bar {
  background-color: #00bc6f;
}

@media screen and (min-width: 0\0 ) {
  .progress-animated .progress-bar-striped {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
  }

  .progress-success .progress-bar {
    background-color: #00bc6f;
  }

  .progress-info .progress-bar {
    background-color: #00a0df;
  }
}
.progress-info[value]::-webkit-progress-value {
  background-color: #00a0df;
}

.progress-info[value]::-moz-progress-bar {
  background-color: #00a0df;
}

.progress-warning[value]::-webkit-progress-value {
  background-color: #ffd600;
}

.progress-warning[value]::-moz-progress-bar {
  background-color: #ffd600;
}

@media screen and (min-width: 0\0 ) {
  .progress-warning .progress-bar {
    background-color: #ffd600;
  }

  .progress-danger .progress-bar {
    background-color: #ff5859;
  }
}
.progress-danger[value]::-webkit-progress-value {
  background-color: #ff5859;
}

.progress-danger[value]::-moz-progress-bar {
  background-color: #ff5859;
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}

.gg, .media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right {
  padding-left: 10px;
}

.media-left {
  padding-right: 10px;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
}

.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

a.list-group-item, button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #84868b;
  cursor: not-allowed;
  background-color: #dddddf;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #84868b;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #ff7f3f;
  border-color: #ff7f3f;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #fff;
}

.list-group-item-success {
  color: #50525a;
  background-color: #fff;
}

a.list-group-item-success, button.list-group-item-success {
  color: #50525a;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #50525a;
  background-color: #f2f2f2;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #50525a;
  border-color: #50525a;
}

.list-group-item-info {
  color: #50525a;
  background-color: #fff;
}

a.list-group-item-info, button.list-group-item-info {
  color: #50525a;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #50525a;
  background-color: #f2f2f2;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #50525a;
  border-color: #50525a;
}

.list-group-item-warning {
  color: #50525a;
  background-color: #fff;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #50525a;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #50525a;
  background-color: #f2f2f2;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #50525a;
  border-color: #50525a;
}

.list-group-item-danger {
  color: #50525a;
  background-color: #fff;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #50525a;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #50525a;
  background-color: #f2f2f2;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #50525a;
  border-color: #50525a;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.popover, .tooltip {
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.8rem;
  display: block;
  text-decoration: none;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9 {
  padding-bottom: 42.85714%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  text-align: left;
  text-align: start;
  opacity: 0;
}

.tooltip.in {
  opacity: 0.9;
}

.tooltip.bs-tether-element-attached-bottom, .tooltip.tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-arrow, .tooltip.tooltip-top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.bs-tether-element-attached-left, .tooltip.tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bs-tether-element-attached-left .tooltip-arrow, .tooltip.tooltip-right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.bs-tether-element-attached-top, .tooltip.tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.bs-tether-element-attached-top .tooltip-arrow, .tooltip.tooltip-bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bs-tether-element-attached-right, .tooltip.tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.bs-tether-element-attached-right .tooltip-arrow, .tooltip.tooltip-left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

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

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  text-align: start;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.carousel-caption, .carousel-control {
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  color: #fff;
}

.popover.bs-tether-element-attached-bottom, .popover.popover-top {
  margin-top: -10px;
}

.popover.bs-tether-element-attached-bottom .popover-arrow, .popover.popover-top .popover-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.bs-tether-element-attached-bottom .popover-arrow::after, .popover.popover-top .popover-arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: "";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.bs-tether-element-attached-left, .popover.popover-right {
  margin-left: 10px;
}

.popover.bs-tether-element-attached-left .popover-arrow, .popover.popover-right .popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.bs-tether-element-attached-left .popover-arrow::after, .popover.popover-right .popover-arrow::after {
  bottom: -10px;
  left: 1px;
  content: "";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bs-tether-element-attached-top, .popover.popover-bottom {
  margin-top: 10px;
}

.popover.bs-tether-element-attached-top .popover-arrow, .popover.popover-bottom .popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-top .popover-arrow::after, .popover.popover-bottom .popover-arrow::after {
  top: 1px;
  margin-left: -10px;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.bs-tether-element-attached-right, .popover.popover-left {
  margin-left: -10px;
}

.popover.bs-tether-element-attached-right .popover-arrow, .popover.popover-left .popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-right .popover-arrow::after, .popover.popover-left .popover-arrow::after {
  right: 1px;
  bottom: -10px;
  content: "";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -0.7rem -0.7rem 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover-arrow, .popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.carousel, .carousel-inner {
  position: relative;
}

.popover-arrow {
  border-width: 11px;
}

.popover-arrow::after {
  content: "";
  border-width: 10px;
}

.carousel-inner {
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .carousel-item > a > img, .carousel-inner > .carousel-item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .carousel-item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .carousel-item.active.right, .carousel-inner > .carousel-item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner > .carousel-item.active.left, .carousel-inner > .carousel-item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner > .carousel-item.active, .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  opacity: 0.5;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev::before {
  content: "‹";
}

.carousel-control .icon-next::before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
}

.carousel-caption .btn, .text-hide {
  text-shadow: none;
}

@media (min-width: 1200px) {
  .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hidden-sm-down, .hidden-xs-up, .visible-print-block {
  display: none !important;
}

.pull-xs-left {
  float: left !important;
}

.pull-xs-right {
  float: right !important;
}

.pull-xs-none {
  float: none !important;
}

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

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

.icon-label, .modal, .modal-open, .text-truncate {
  overflow: hidden;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

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

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

.text-success {
  color: #00bc6f;
}

a.text-success {
  color: #00bc6f;
  background-image: linear-gradient(to left, rgba(0, 188, 111, 0.66) 50%, transparent 50%);
}

a.text-success:focus, a.text-success:hover {
  color: rgba(0, 188, 111, 0.66);
}

.text-info, a.text-info {
  color: #00a0df;
}

a.text-info {
  background-image: linear-gradient(to left, rgba(0, 160, 223, 0.66) 50%, transparent 50%);
}

a.text-info:focus, a.text-info:hover {
  color: rgba(0, 160, 223, 0.66);
}

.text-warning {
  color: #ffd600;
}

a.text-warning {
  color: #ffd600;
  background-image: linear-gradient(to left, rgba(255, 214, 0, 0.66) 50%, transparent 50%);
}

a.text-warning:focus, a.text-warning:hover {
  color: rgba(255, 214, 0, 0.66);
}

.text-danger, a.text-danger {
  color: #ff5859;
}

a.text-danger {
  background-image: linear-gradient(to left, rgba(255, 88, 89, 0.66) 50%, transparent 50%);
}

a.text-danger:focus, a.text-danger:hover {
  color: rgba(255, 88, 89, 0.66);
}

.bg-inverse {
  color: #dddddf;
  background-color: #2d2f39;
}

.bg-faded {
  background-color: #eeeeef;
}

@media (max-width: 1199px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .pull-sm-left {
    float: left !important;
  }

  .pull-sm-right {
    float: right !important;
  }

  .pull-sm-none {
    float: none !important;
  }

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

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

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

  .hidden-sm-up {
    display: none !important;
  }
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }

  .hidden-print {
    display: none !important;
  }
}
.gg {
  display: table;
  width: 100%;
}

.gg-col, .gg-row {
  vertical-align: inherit;
}

.gg-fixed {
  table-layout: fixed;
}

.gg-col {
  display: table-cell;
}

.gg-min-width {
  width: 1%;
}

.gg-row {
  display: table-row;
}

.gg-top {
  vertical-align: top;
}

.gg-middle {
  vertical-align: middle;
}

.gg-bottom {
  vertical-align: bottom;
}

.gg-padded {
  margin-left: -1rem;
  margin-right: -1rem;
}

.gg-padded .gg {
  border-spacing: 1rem 0;
}

.gg-col-1, .gg-col-10, .gg-col-11, .gg-col-12, .gg-col-2, .gg-col-3, .gg-col-4, .gg-col-5, .gg-col-6, .gg-col-7, .gg-col-8, .gg-col-9 {
  display: table-cell;
  vertical-align: inherit;
}

.gg-col-1 {
  width: 8.33333%;
}

.gg-col-2 {
  width: 16.66667%;
}

.gg-col-3 {
  width: 25%;
}

.gg-col-4 {
  width: 33.33333%;
}

.gg-col-5 {
  width: 41.66667%;
}

.gg-col-6 {
  width: 50%;
}

.gg-col-7 {
  width: 58.33333%;
}

.gg-col-8 {
  width: 66.66667%;
}

.gg-col-9 {
  width: 75%;
}

.gg-col-10 {
  width: 83.33333%;
}

.gg-col-11 {
  width: 91.66667%;
}

.gg-col-12 {
  width: 100%;
}

.close {
  float: right;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  color: inherit;
}

.btn-2x, .btn-xl, .btn-xs, .modal-title {
  line-height: 1.5;
}

.close > i {
  opacity: 0.5;
}

.close:focus, .close:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.close:focus > i, .close:hover > i {
  opacity: 0.8;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.btn-link, a, a.text-blue, a.text-green, a.text-orange, a.text-primary, a.text-yellow {
  background-size: 0.2rem 0.1rem;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

.modal-content, .modal-dialog {
  position: relative;
}

.modal-body::after, .modal-footer::after, .modal-header::after {
  content: "";
  display: table;
  clear: both;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-content {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
}

.modal-body {
  position: relative;
  padding: 25px;
}

.modal-footer {
  padding: 25px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.alert-icon, .asset-icon, .hr, .input-icon, .list-icon-preview {
  text-align: center;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

.modal-dialog {
  width: 600px;
  margin: 30px auto;
}

.modal-sm {
  width: 450px;
}

.modal-lg {
  width: 750px;
}

select.form-control:not([multiple]) {
  height: 2.5rem;
}

.input-group-sm > .input-group-btn > select.form-control.btn:not([multiple]), .input-group-sm > select.form-control:not([multiple]), select.form-control:not([multiple]).form-control-sm {
  height: 1.9rem;
}

.input-group-lg > .input-group-btn > select.form-control.btn:not([multiple]), .input-group-lg > select.form-control:not([multiple]), select.form-control:not([multiple]).form-control-lg {
  height: 3.25rem;
}

.form-control-label {
  padding: 0.375rem 0.9375rem;
}

html {
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
}

@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
a {
  transition: all 0.1s ease-in-out;
}

.btn {
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
  border-bottom-width: calc(.2rem + 1px);
  text-decoration: none;
}

.btn.active, .btn:active {
  border-top-width: calc(.2rem + 1px);
  border-bottom-width: 1px;
}

.btn-group-lg > .btn, .btn-lg {
  border-bottom-width: calc(.25rem + 1px);
  padding: 0.625rem 1.25rem;
}

.btn-group-lg > .active.btn, .btn-group-lg > .btn:active, .btn-lg.active, .btn-lg:active {
  border-top-width: calc(.25rem + 1px);
}

.btn-group-sm > .btn, .btn-sm {
  border-bottom-width: calc(.15rem + 1px);
  padding: 0.225rem 0.75rem;
}

.btn-group-sm > .active.btn, .btn-group-sm > .btn:active, .btn-sm.active, .btn-sm:active {
  border-top-width: calc(.15rem + 1px);
}

.btn-xs {
  font-size: 0.8rem;
  border-radius: 0.1875rem;
  border-bottom-width: calc(.1rem + 1px);
  padding: 0.1rem 0.5rem;
}

.btn-xs.active, .btn-xs:active {
  border-top-width: calc(.1rem + 1px);
}

.btn-xl {
  padding: 0.9rem 1.5rem;
  font-size: 2.44141rem;
  border-radius: 0.375rem;
}

.btn-2x {
  padding: 1.15rem 1.75rem;
  font-size: 3.05176rem;
  border-radius: 0.45rem;
}

.btn-darker {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.66);
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-darker.active, .btn-darker.focus, .btn-darker:active, .btn-darker:focus, .btn-darker:hover, .open > .btn-darker.dropdown-toggle {
  background-color: rgba(0, 0, 0, 0.694);
  border-color: rgba(0, 0, 0, 0.208);
  color: #fff;
}

.btn-darker.active, .btn-darker:active, .open > .btn-darker.dropdown-toggle {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-darker.active.focus, .btn-darker.active:focus, .btn-darker.active:hover, .btn-darker:active.focus, .btn-darker:active:focus, .btn-darker:active:hover, .open > .btn-darker.dropdown-toggle.focus, .open > .btn-darker.dropdown-toggle:focus, .open > .btn-darker.dropdown-toggle:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7178);
  border-color: rgba(0, 0, 0, 0.325);
}

.btn-darker.disabled.focus, .btn-darker.disabled:focus, .btn-darker.disabled:hover, .btn-darker:disabled.focus, .btn-darker:disabled:focus, .btn-darker:disabled:hover {
  background-color: rgba(0, 0, 0, 0.66);
  border-color: rgba(0, 0, 0, 0.1);
}

.btn-lighter {
  color: #50525a;
  background-color: rgba(255, 255, 255, 0.66);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-lighter.active, .btn-lighter.focus, .btn-lighter:active, .btn-lighter:focus, .btn-lighter:hover, .open > .btn-lighter.dropdown-toggle {
  background-color: rgba(208, 208, 208, 0.694);
  border-color: rgba(71, 71, 71, 0.208);
  color: #50525a;
}

.btn-lighter.active, .btn-lighter:active, .open > .btn-lighter.dropdown-toggle {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-lighter.active.focus, .btn-lighter.active:focus, .btn-lighter.active:hover, .btn-lighter:active.focus, .btn-lighter:active:focus, .btn-lighter:active:hover, .open > .btn-lighter.dropdown-toggle.focus, .open > .btn-lighter.dropdown-toggle:focus, .open > .btn-lighter.dropdown-toggle:hover {
  color: #50525a;
  background-color: rgba(180, 180, 180, 0.7178);
  border-color: rgba(35, 35, 35, 0.325);
}

.btn-lighter.disabled.focus, .btn-lighter.disabled:focus, .btn-lighter.disabled:hover, .btn-lighter:disabled.focus, .btn-lighter:disabled:focus, .btn-lighter:disabled:hover {
  background-color: rgba(255, 255, 255, 0.66);
  border-color: rgba(255, 255, 255, 0.1);
}

.alert {
  border-width: 0 0 0 0.375rem;
}

.progress[value] {
  color: #ff7f3f;
}

.navbar-brand.active, .tooltip mark, .tooltip .mark {
  color: inherit;
}

.progress[value]::-webkit-progress-value {
  background-color: #ff7f3f;
}

.progress-brand-primary[value]::-webkit-progress-value {
  background-color: #ff7f3f;
}

.progress-brand-primary[value]::-moz-progress-bar {
  background-color: #ff7f3f;
}

@media screen and (min-width: 0\0 ) {
  .progress-bar, .progress-brand-primary .progress-bar {
    background-color: #ff7f3f;
  }
}
.has-tooltip {
  position: relative;
}

.tooltip mark, .tooltip .mark {
  background-color: transparent;
  text-decoration: underline;
  padding-right: 0;
}

.navbar-brand {
  font-family: "Museo Slab", Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  line-height: 1;
  margin-right: 2rem;
}

.brand-tag {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  top: -1rem;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-dark .navbar-brand {
  color: rgba(255, 255, 255, 0.7);
}

.font-weight-light {
  font-weight: 300;
}

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

.font-weight-semibold {
  font-weight: 600;
}

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

.btn, .form-control-label {
  font-weight: 600;
}

.modal-xl {
  width: 900px;
}

.modal-xs {
  width: 300px;
}

.modal-content {
  border: none;
}

.modal-header {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.modal-footer {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

body {
  min-width: 1006px;
}

.container {
  min-width: 992px;
}

.navbar-brand i {
  font-size: 2rem;
  line-height: 0.75;
  vertical-align: baseline;
}

.navbar-brand span {
  font-family: "Museo Slab", Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: solid 2px transparent;
  transition: border-color 0.1s ease-in-out;
  line-height: 1;
}

.footer-app-colophon, .form-control {
  transition: all 0.25s ease-in-out;
}

.navbar-nav .nav-item + .nav-item {
  margin-left: 2rem;
}

.navbar-dark.bg-gray-dark a.navbar-brand:hover span {
  border-color: #ffa579;
}

.navbar-dark.bg-gray-dark .navbar-brand:focus, .navbar-dark.bg-gray-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark.bg-gray-dark .navbar-nav .active > .nav-link, .navbar-dark.bg-gray-dark .navbar-nav .active > .nav-link:focus, .navbar-dark.bg-gray-dark .navbar-nav .active > .nav-link:hover, .navbar-dark.bg-gray-dark .navbar-nav .nav-link.active, .navbar-dark.bg-gray-dark .navbar-nav .nav-link.active:focus, .navbar-dark.bg-gray-dark .navbar-nav .nav-link.active:hover, .navbar-dark.bg-gray-dark .navbar-nav .nav-link.open, .navbar-dark.bg-gray-dark .navbar-nav .nav-link.open:focus, .navbar-dark.bg-gray-dark .navbar-nav .nav-link.open:hover, .navbar-dark.bg-gray-dark .navbar-nav .nav-link:focus, .navbar-dark.bg-gray-dark .navbar-nav .nav-link:hover, .navbar-dark.bg-gray-dark .navbar-nav .open > .nav-link, .navbar-dark.bg-gray-dark .navbar-nav .open > .nav-link:focus, .navbar-dark.bg-gray-dark .navbar-nav .open > .nav-link:hover {
  color: #ffa579;
}

.nav-icon-blank, .nav-icon.custom {
  vertical-align: -0.14286em;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0.2rem;
  height: 1em;
  display: inline-block;
}

.nav-icon, .nav-icon-blank {
  width: 1.14286em;
  text-align: center;
  margin-right: 2px;
}

.dropdown-item:hover .nav-icon.custom {
  background-color: rgba(28, 30, 41, 0.15);
}

.dropdown-item:hover .nav-icon-blank {
  background-color: rgba(255, 255, 255, 0.75);
}

.alert-primary, .alert-secondary {
  background-color: #fff;
  color: #50525a;
}

.navbar-simplified .navbar-brand {
  display: inline-block;
  float: none;
  margin-right: 0;
  padding-top: 1rem;
}

.grid-assets, .wrapper-view {
  display: -webkit-flex;
  display: -ms-flexbox;
}

.container-lg, .container-md, .container-sm, .container-xl {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.navbar-simplified a.navbar-brand:hover span {
  border-color: rgba(0, 0, 0, 0.65);
}

.footer-app-colophon {
  opacity: 0.35;
}

.footer-app-colophon:focus, .footer-app-colophon:hover {
  opacity: 1;
}

.wrapper-view {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.bg-img:after, .form-group .text-help {
  display: block;
}

.footer-app, .header-app {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.view-content {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.container-sm {
  max-width: 320px;
}

.container-md {
  max-width: 514px;
}

.container-lg {
  max-width: 768px;
}

.container-xl {
  max-width: 992px;
}

.btn-link, a {
  background-image: linear-gradient(to left, rgba(255, 127, 63, 0.5) 50%, transparent 50%);
  background-repeat: repeat-x;
  background-position: left 95%;
}

.btn:not(.btn-link), .list-group-item, .nav-pills .nav-link, .nav-tabs .nav-link, .navbar .nav-link, .navbar-brand, .page-link, .pager > li > a {
  background-image: none;
}

.link-dashed-none {
  background-image: none !important;
}

.btn-link {
  line-height: 1;
  padding: 0;
  margin-right: 1rem;
  margin-left: 1rem;
}

.btn-link, .btn-link:focus, .btn-link:hover {
  border-width: 0;
}

.btn-group-sm > .btn-link.btn, .btn-link.btn-sm {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.btn-group-lg > .btn-link.btn, .btn-link.btn-lg {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}

.btn-link.btn-xl {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.btn-link.btn-2x {
  margin-right: 1.75rem;
  margin-left: 1.75rem;
}

.alert-secondary {
  border-color: #dddddf !important;
}

.alert-primary {
  border-color: #ff7f3f !important;
}

.alert.has-icon {
  border-left-width: 2.44141rem;
}

.alert.has-icon .alert-icon {
  width: 2.44141rem;
  left: -2.44141rem;
}

.alert.has-icon-lg {
  border-left-width: 3.05176rem;
}

.alert.has-icon-lg .alert-icon {
  width: 3.05176rem;
  left: -3.05176rem;
}

.alert.has-icon-xl {
  border-left-width: 3.8147rem;
}

.alert.has-icon-xl .alert-icon {
  width: 3.8147rem;
  left: -3.8147rem;
}

.alert-icon {
  color: #fff;
  position: absolute;
  top: 1.2rem;
}

.close-dangle, .close-dangle-sm, button.close-dangle, button.close-dangle-sm {
  position: absolute;
  background-color: inherit;
  color: inherit;
}

.alert, .has-icon, .well {
  position: relative;
}

.close-dangle-sm > i, .close-dangle > i, button.close-dangle-sm > i, button.close-dangle > i {
  opacity: 0.9;
}

.close-dangle-sm:focus, .close-dangle-sm:hover, .close-dangle:focus, .close-dangle:hover, button.close-dangle-sm:focus, button.close-dangle-sm:hover, button.close-dangle:focus, button.close-dangle:hover {
  color: #fff;
  background-color: #ff5859 !important;
}

.close-dangle-sm:focus > i, .close-dangle-sm:hover > i, .close-dangle:focus > i, .close-dangle:hover > i, button.close-dangle-sm:focus > i, button.close-dangle-sm:hover > i, button.close-dangle:focus > i, button.close-dangle:hover > i {
  opacity: 1;
}

.close-dangle {
  top: -0.9375rem;
  right: -0.9375rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0.9375rem;
}

.close-dangle-sm {
  font-size: 1rem;
  top: -0.75rem;
  right: -0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.75rem;
}

.br-a, .well {
  border-radius: 0.25rem;
}

.has-icon .form-control {
  padding-right: 2.15rem;
}

.has-icon .form-control.form-control-sm, .has-icon .input-group-sm > .form-control, .has-icon .input-group-sm > .input-group-btn > .form-control.btn {
  padding-right: 1.95rem;
}

.has-icon .form-control.form-control-lg, .has-icon .input-group-lg > .form-control, .has-icon .input-group-lg > .input-group-btn > .form-control.btn {
  padding-right: 2.9rem;
}

.input-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  color: rgba(0, 0, 0, 0.15);
}

.input-icon > i {
  width: 1.25rem;
}

.input-group-lg > .input-group-btn > .input-icon.btn, .input-group-lg > .input-icon.form-control, .input-group-lg > .input-icon.input-group-addon, .input-icon.form-control-lg {
  padding: 0.75rem 1.25rem;
}

.input-group-sm > .input-group-btn > .input-icon.btn, .input-group-sm > .input-icon.form-control, .input-group-sm > .input-icon.input-group-addon, .input-icon.form-control-sm {
  padding: 0.275rem 0.75rem;
}

.checkbox .input-static, .checkbox-inline .input-static, .radio .input-static, .radio-inline .input-static {
  position: absolute;
  margin-top: 0.1rem;
  margin-left: -1.3rem;
}

.well {
  background-color: #eeeeef;
  margin-bottom: 1rem;
  padding: 1rem;
}

.shadow {
  box-shadow: 0 0.25rem 0.125rem 0 rgba(14, 15, 21, 0.1);
}

.shadow-dark {
  box-shadow: 0 0.25rem 0.125rem 0 rgba(14, 15, 21, 0.2);
}

.shadow-darker {
  box-shadow: 0 0.25rem 0.125rem 0 rgba(14, 15, 21, 0.3);
}

.shadow-darkest {
  box-shadow: 0 0.25rem 0.125rem 0 #0e0f15;
}

.inset {
  box-shadow: inset 0 0.25rem 0.125rem 0 rgba(14, 15, 21, 0.1);
}

.inset-dark {
  box-shadow: inset 0 0.25rem 0.125rem 0 rgba(14, 15, 21, 0.2);
}

.inset-darker {
  box-shadow: inset 0 0.25rem 0.125rem 0 rgba(14, 15, 21, 0.3);
}

.inset-darkest {
  box-shadow: inset 0 0.25rem 0.125rem 0 #0e0f15;
}

.bg-primary {
  color: #fff;
  background-color: #f1844d !important;
  border-color: #f1844d;
}

.bg-primary .text-muted {
  color: rgba(255, 255, 255, 0.58);
}

.bg-success {
  color: #fff;
  background-color: #0eae6c !important;
  border-color: #0eae6c;
}

.bg-success .text-muted {
  color: rgba(255, 255, 255, 0.58);
}

.bg-info {
  color: #fff;
  background-color: #1c94c3 !important;
  border-color: #1c94c3;
}

.bg-info .text-muted {
  color: rgba(255, 255, 255, 0.58);
}

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

.bg-danger {
  color: #fff;
  background-color: #f26565 !important;
  border-color: #f26565;
}

.bg-danger .text-muted {
  color: rgba(255, 255, 255, 0.58);
}

.bg-orange {
  color: #fff;
  background-color: #f1844d !important;
  border-color: #f1844d;
}

.bg-orange .text-muted {
  color: rgba(255, 255, 255, 0.58);
}

.bg-green {
  color: #fff;
  background-color: #0eae6c !important;
  border-color: #0eae6c;
}

.bg-green .text-muted {
  color: rgba(255, 255, 255, 0.58);
}

.bg-blue {
  color: #fff;
  background-color: #1c94c3 !important;
  border-color: #1c94c3;
}

.bg-blue .text-muted {
  color: rgba(255, 255, 255, 0.58);
}

.bg-yellow {
  background-color: #dfc020 !important;
  border-color: #dfc020;
}

.bg-red {
  color: #fff;
  background-color: #f26565 !important;
  border-color: #f26565;
}

.bg-gray-darker, .bg-navy {
  background-color: #1c1e29 !important;
  border-color: #1c1e29;
}

.bg-red .text-muted {
  color: rgba(255, 255, 255, 0.58);
}

.bg-navy {
  color: #fff;
}

.bg-navy .text-muted {
  color: rgba(255, 255, 255, 0.58);
}

.bg-gray-darker {
  color: #fff;
}

.bg-gray-darker .text-muted {
  color: rgba(255, 255, 255, 0.58);
}

.bg-gray-dark {
  color: #fff;
  background-color: #2d2f39 !important;
  border-color: #2d2f39;
}

.bg-gray-dark .text-muted {
  color: rgba(255, 255, 255, 0.58);
}

.bg-gray {
  color: #fff;
  background-color: #50525a !important;
  border-color: #50525a;
}

.bg-gray .text-muted {
  color: rgba(255, 255, 255, 0.58);
}

.bg-gray-light {
  color: #fff;
  background-color: #84868b !important;
  border-color: #84868b;
}

.bg-gray-light .text-muted {
  color: rgba(255, 255, 255, 0.58);
}

.bg-gray-lighter {
  background-color: #dddddf !important;
  border-color: #dddddf;
}

.bg-gray-lightest {
  background-color: #eeeeef !important;
  border-color: #eeeeef;
}

.bg-body {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5;
}

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

.bg-lighter {
  background-color: rgba(255, 255, 255, 0.333) !important;
  border-color: rgba(255, 255, 255, 0.333);
}

.bg-darker {
  background-color: rgba(0, 0, 0, 0.333) !important;
  border-color: rgba(0, 0, 0, 0.333);
}

.bg-img {
  position: relative;
}

.bg-img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: top center;
  opacity: 0.025;
}

.bg-img > *, .has-pointer {
  position: relative;
}

.bg-img > * {
  z-index: 2;
}

.bg-img-invert:after {
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
}

.bg-img-opaque:after {
  opacity: 0.05;
}

.bg-img-opaquer:after {
  opacity: 0.15;
}

.bg-img-opaquest:after {
  opacity: 0.25;
}

.bg-img-noise:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAABGdBTUEAALGPC/xhBQAAAaRQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMalYaAAAAIx0Uk5TlhaTG6WwoBqyCx6sopscnacgq5cfmR2UkZwhlY4li5IjIiYpjYmQJ4iPJIyHhooog4WBfoSCKyx9gCotf3wuMjEwezN6L3l4NnI1dXd0djc4NHNwOXFvO2o8bjptPWw+aD9mQGtEZWlnQUJDRmNiZEVfYWBLXVxIV0lHTk9KXlJWWFlVVFtNTFpTUVCkyaWwAAAfsklEQVQYGQXBg6JsWYIg0Bh7WlVdVjrz5bN17Ygbto5t2977p3utXhseb5cOkcQlMSvlwcK1KN+kXuZFtaw8UKWGHiFOjR+F43DFHF/nyis8PMwvzc7QdS2qjnykhpWRQjtpLDpQTFUQhrP972J3uIwc3/WaHJF73IT3EHONyQqnTVQIxOGvt7JaF3K5XOM7dyDI1VQv1c0xv3T0lzAQ86iJX3cdkg41x1QCweVIKUGI1bm1XhO1cR+L/oaFys6joNLUSBbURm9bwK9yySmu+6MqCJ24VqSu5NofdmOlOGCp1ci5Ob8EObh89le18MLgAWbH/9ZUCR47kyJmcIUArlxGN2Ugzj/bN6fR9qJeC61niRtk516BTEF7QdOmB60uSSfTQ0TwrYLTiq/CFPBE+2AKf2eiGYkrWyQy44z/1CRs35oHxM4U8tBPNVTAGu4X0dq/5tcZs2TlDO7VVRolsSLyzO9t/aNh2FVvlJJQfLpVr0/qY6o37q0Yo3PxdGKWsibL6V8HxMcYGUev9C5qlrp/cDR1Llr8F8r4oToXReV3Rt8KA32bZwZ/4+38bTq5nqTPOmBjNJ8QK8KWQK8uxdyoNFxrle3Snen1ioqasN3qh+JNVdbGiid0Sbl2/TKfJQ+/cQuOMKw4mtKRN9TBhR1RtF67xTGJGQ8DnuKCq9mhpJgLJWqg9VfSb49kr3W0+DWjGaSSw0vQaapjdCyJoHEQykmbfVGDR90u41jAHpbuNfywT+mt6XpgJFeH4i4U0xRxm6Zu/rHSQv/+9+sG4rSnLJ2zrm75c33ohrzas+eJeBA8D2DBSWPsVGOIq5AsfEzUuNWD52wCbXh2XQyZENdvxrWzzCQk04N7slLfLyj+QZfCsixMS05gcNQwxfJZlkBiPZgC7zhVCjMOtV4weO994s/mVikag3ZnelFcdKVUb2kWMoJ1075OTiv4Wq/wlvvAnMFCN6Ic7MIujcr8b/NDQpaGbX78QR/GUFaTeQIK3OGkm9yxClW8FZvGsXs1Tpcz5WtNSdlDZbV6nglu6YZIfXoucMX99Me+/mYqMBEm4X2YhzRrhMbdL2i7YhttHXwOqWSb55ITmIXscoZzj76Kfa8rrZ0Ay/vhUKErGPfKlBRSyJfcWIidwlfoKnAevyxpUGpikcWZqnz6nDvZIxjGULjGmV+E5QscXHwX4I6MYHYsbEJgxPY6I3Y865Wwfl00a6TQHNPNF2d3k1Ztql4EciNK8/SVIf1+7sxkj5RM23h3nipnfF4U3X62c7VIVQk/twKoDTVwWB+nvlfLCa1bj3J+V3gn6SRqj4EqWOtwjYebhAph8NjHX+Db9mq75Hofkv9fsnrmLc+Cxthn1njneZNPdgfO4hnRGppVsqT/tAn2le397e3fN9E9ovzlL9e5DhdsFPACnKb5gYEZ7zDbrH5EufdFxxs/yxqX+DlXmmMq1HrLKs/z5H/pKj3NLfzhuHCCqg8liB0+vNGn7Sf+tChHoxPOP4cu/362qAtC0kNra8dVyzLP4Mgpf/Y3yAOeb5IyqSMRCXy3+mN2v9Flta4Yn1vBXimEZV/V1I3fRlU8Ed0q0/LQaNn2DOJlB45M5X0aajILyO0k9FJZA2o5ie+V1VwDGdgFebF1vrlT4ry4zQcedHIKBXkeVhsvkxsT8jW97S073GTf22Wm2yBN2TRDVaEldhl15MfHpDOllhIavGPJ+OB5Yje71SlEkGVz/6VEBT+fV9lFh9Od2xxK+a5ry0lU3yjQtcRPiCDSF0smi6c9ZDqbZso6afHA8L3Apl0LJJ7whAq3tY6+ZwkxYArATbCsYfe8U+9KNLtlW98Mbacuu7NR6NhOFzOcQKsA55FD15JuR7xsCCmuI7IO7qlDjxlLRmy02bpLxfoBncftvmGHUu6SYDOK+srqYwklx5dIjqUroTweFRrmQZZGiE5Z2eK2iXy/rD8d/+l5kcylD0Yht2mrdNmqDdgKURofrZWefrnJsVQsWnL48VGOY+AhZTf3qJpc6qhxYWyCNHrLCMnqPBgMulqj5CjaGH4/VajHzFIOK18eaVcu0XC/Cp148YVasVmi4zO9rTMjKhSAZmVvZ3l7bBVVvuQI0rP6XTudT24ZBVosD5PrR8nFMVEKPIJ/3K0qvq3TlG7ZFqkfWccRrGr7t5nGZleYH69t+yLaBKwEj7LtTHZRJkiDN9Kdt0J6BlOZeZh71maSHj4FikgDqcRmsUOsy3ZJhqFehZjNYgrd8utMC3KjYCOTICBQ7MQUILu3aDdxeVFOCNpVUcIX76jEKN9nSWYQ2PNTN3vdC8Qydo/dEWRi6OqW1ZxTNcYrgpeb09MHTZ3njxofDbBQtb6SDnL99QtwslhXy8jqLD8STMoTsbYdTxWwqSXJVmTAp0rZComyl7i6QY6a0iOaVIeBh0Zga4TzYmHN4hYY3Yw2jrNMdLya+rhdUHXkyJnXVfW+qQqbKCq7P8jbs82yX+OrVvKc31RBNPv6WNUiq32h13InyQrUcnlty4rTA3Z6N2nkK6NR+E91Q9tCtg19amUtZFPlF+GzJHj3Ew5TnswP6sFQNo0NK9aPNB1nBpGGRALr1PiN10oUIWfvVgXc1Mgd9ehTEh2MqiwtF1rvq9WMhZAeGx9okMJrWfPEkGkbpAuM6zRXEjcr/DY111+hvsdjXEawhkkcy6n0/z3urraN3gBE1+q2epXs+WTbTVMz44yqw/YZKBq8C2uT74W6H5MlaNZN6ibfZ8W+UCpSoaVl51TVo414nslTf5d3RC23QXov+keW33UzjztU0XFwjWAPrjZOQ1JrePpttq2T2AA89Yh+sVGtqmvPzoOm9+Adb2M1qAP0WHIcSPwkVkM+/pIqwZcWoI69l0UOo8LB2g7t9Tv3Vi3fMNdkZOWthWeVAe17/l9qUvWn60ZQm62fZtZLuVx+hCVRthL+Muadnt9VW91Zog+XeQXDQvNayj+JWgMDO1FMA104HNr7p4YZTs65g+PmYTMPSOMgWw44DVJF2qYv5WXfMCjj3WDXPSTC4rFsuyYfT3Y7Sl2YZaNoveCawhtnnR9MrfXS7GgTxLHrQvfndBk8GyTdKDDRZcYQiv1iL0nQ1tXtbUFxQdDySZRaEXYN+BtDeFt48raTnC6v7lrJqqyqTCuptqGjxv1el2eOOi/XUl6HVeXfyDZfJYVzWUbBIgpC6g1gaxgSIwqLpsJoYfnCGOyVg+ElTZfY98e7Tqq+P/DVpOqcZcIpbR5vfDLd3d5slkyodpDL7nuWrYcvdCOVeeXLg8n73rhuW+NaKOS4UjXHaaiSoW9e2RcL9fMnGvJck56aF3WAWOs8XWFVh3VQKBbG9PisEjmoWyy+ydXEtkmvwFu1nSFzuicrZbJT/1HCg5w3+MwWFFwyjbH26I0Tc6NJ20OXqEZKkeWjb2ceG7s0HTZ8Z0mLpEZhM9tZV5kEsM1macd4p47U9p1ppbLDpX57NPLlo5D0Bls7cNTPNpOgaxuD3cd/M0Mh0qrBFyPyqZd9o4FpHjQZpzhq0NXN3MtayO1duT3th/CC3ZY5cXnH7JWsKY15pFX4i8DeLuJ7PeJ3VhXtvKnS88Lvihto5BF0I2Dw2QF05HazFyxddvOH95draC9Ykfxr7uYyLKO62Yq//rYbCFYJjwJ3F7GHQiuOjAtJjbvk9ZQ1oiOKQCplBUtFjgodM07PqXd2/i6uujasmXTUNkE2NoESofFpdQxYC1Cla/hR0KjrrPqldoN8RJnjYvcQ3nmFATeVQ8c3L10K3u9RoVb2RbBCuIpLOe4Kb/xFdsSbtidaxfTO1O/L3Sqgp1HSiTHIVpKZZUX6hvnMXVSBV7hamutlu/VMikQ//HUi9+FWkpfJ8p6uxmJV1Cr/cJ5btknmghJbOTG35fUVXlgpzeyEpleuvU4/3iED30sCQ94PfrhPHSflunakZn2HKhh6HizLefn3ksOyCze6BfSwav6BgHi7AQtekhN2VGL+b09tw8jI+oqMcNDZTTxdPSd/qOafWHjS+9rmka+VpmC1rKOyCZwI9R/exB3NpeX/2XdjwY2ZQ7NuvrhXthcFxmfKlB+d6PiFVTcLfCmFo/jYDgKnDvYGaCYl49g1vCOHEPslDZJ4S30oux6cYQgox+mbtaaQsK2SomOSjYu0cGl2d1hQDmvNMy35ofp5SAQlS1Jd3XjWY+S/TKg2dD652JYjItaMg3m35fMdsSu7u01d123Z/kmxGTJlesmqCFxXn6n8bpcFEsE8EhwV2Yf7yjRqjC3moDUzr7yJVjnkE/vLgjJsKTPh1rltI75F72/xirBylLxyJS573DJZ6ThJQSuTokUK33+ItnXPCkoBVaJb3+FDw8OurIrjm5qbXq21n3zfRP3IOJJ3asbzU9/FVElp2KRUY4mCA5894qXzDj4qmXPgknUbcQcHzZmbom2ybBmqNZfav7Yw7RWGjFoRy4V1EYK2pXmE1pKUpokwPVCspoACXvIHRbtHNe2mbrCFvIOB437CUsaxk/ejf/2/mN9WtqfGfEWWgzQimpaDGsZXQl03cXTg6rL3zIy8K7FQaMOg0BjcA1H039QE5dJSLFV27t0XaDn9YX9QixC4puw9PEUTtpMf28y6DA3ol/xVQborN+2YnKxgg+Pawk+n/7ZOG7SCkyba5D0n5/Jnnk/HkV2wRWwfwYt3YTuxkn1pzvJMBGxM04w/3taOPYu9ff2DJZ7fBZXuHoO8DUCXJjtdeuDW8kqoxduypFa7MXAm1yPiUkrD1WB4HPaeJ7kp1Y5naGEgOKioLDM/IA19kxzSPPWkue8f9MYb8zfKzFKrKHSMhcQGAoQFMUyk9WvyYG6sBtzvw4EUnmPr2ze3bDztQONFUg0lO1LL3g80L0KtpPP4nK+xIo7q4NMozilxiwQGY1zc5T50ilRjMju+A1/r7N0wofxC2H1uMD11+L4hZyeP5/9u6nIjX20amyz05d2B2ueHcW757vJ3xHlv/D4z0AW4w99+VSop2VnZUtFAURmUMn0r4ofoHg+3bKoaKQlOK7rBfRavPwf17Gem8/ysQynXTvuQ2JdobPfnokPR/l1z/2Wf5PdiIMRJoMDeJfKNwMiU6JoKdHGzs9Qm1U34BbEx5GwUuXvmj5/CWu4gPB0xFyko4BhGVFtbfF12WKx+Bv/9mPhc48MA5Ll6jE72OVON6vFlxoXr268rtmB6MtprC39GGm6UdYcMCK6P4j/9mBKuY+60Yrs/0W/dztduFSdN932r3ej6dqG+uao23pd4kbIEGjsQfjPzn39k/VI2D/cL46Gv49v/mb8CuwwKftmT7rIQrXhXDmusMzvYlHGqz1wDg3/+aP0r5/kAWAvXPm4O0TJ4FcLZYkXYtrkOHXFDxSklG01Mj+rV0nqdQs7rAptbGcUg3Vd32tfQfp0Bmu9V7Gs8aUUxT8FwUeTV/kPu/dLJVVOzlO+Rqc18lknhD4NFHjasnIOpVobONhqTVRHV6p4efQDB9jYBlXZ9XBxfaYStOVhYFKoZFoeJ5yU8/rRXSQEGbQYWwgTGKvy4v072XqWo2ryFSudx8Of3J4sBmo8gP3fDhoClaNnATI9erIzx6h0H0gbbBxOc1fQs2DpwmPgF0RTxW4WKC5KzpVLrSedYV6rQvmqYWXIdMhH0z/LM9GOTAi0wvbKJLQJ7p4b3gUuzh3dpwG0s2GKH89Rso4NXRMmkfMRZbuRQQK0gDAt9G6TfZ+3Bp0lylA3Vspcw8syxSV+3qwSh6RUNbjxNkbiv/wyU1Y/JC/aPOv/4OL8gjarztqbD3dNTO0E5GUuCGiRSbl810vV1qt2I/FIUjxn2UTqdp0RNw1YH4mGeSGUvva6ZLsuiKm/2m4Of2nkHUSjM89JYXpEAOM/XElkoJIZFWHPVCfwTJPIgiremFnfDDp+YXfd4EO+PpbNZPhnV07oypat/Iiu7L9uauJoksdSrwq7RynZ9VhjA8qvaOR+X0n5d/+XsfNyyxy/7/xxfIlXjiPxV0t1IFLzcK12n4iu21d+JGX0kR+heWRNCVY2hQ1ZyYR4OyNmpXXzatE1zb4gF0fvVfoNVF9Z3lPOPT5KcVEFhbLTs5KEdoORurGYcYp+9O0Sv4peGU6MQT3lGk38+LDqyKeLSfD/5x2b/LxvWLnbQMk0sLHkGgtdh5we1knMAr1tJ7Xmry7uVyvWfLHA9hZ0WTwSf3aINPZp7TrN8y5tMUmxNxhRCPHDfJmI+H4fJDtRwWKAtKZNGE3pyEjNZ61NmmcqWhQtYsmKZutGyrXAJQ7uXFrv8A8Na47oObg0/216aUz0AwZ3i5vnj9nOOfTuXedNP9FVUrpsH82+2mIq/GiFU4jH4qaFxyTaVTACM2fongb/ErQE1tyNvtKtDO9U+h4nZw0JOrTdysbvDiLnHacLBrC+FV3mYvf1nGNYqBDjJJOaZZdWwZZUX2jVWKp05ttKzRs6Q/wJpsitdOTGsGrdvSQ3e1cqt081eSdeVjVLN4wUV9KQqEbISaTopru4VW8qlRhPPp/R0qtGqPsDl/gYkYodqgicd1Y2IG/jXx1hyvZuSX2htu1KtZkDe1XVDgQjuRPebUB/IqJUWTXcq8KHvAKtn+G3DtgilAZfNJl+tHDE1uXSeTPmohUluVGFf5FWnTty8+GnrRi7X5S7qLgrow2x+ZN8WMr2GlJh5XrKQbtYomRw/Y+a9+fGWd8QkeFr4jz1C3dsO0mqO7lnZgo04WGVpcXY3HPApZXmfrC8qt8iT5g128NLAjfXQgMKvbcMbfTQax0Q0WtUV75+Wvu5ELodhF2+7SyjyoRjFj2gfJCmm9KokrA4J08dqVLeEUdiVIzEczC8tRDzbe27Wr67tB0zRuwokD6n+lo0vjhpo9nYFuKX5QuILNjFor7zZ5lGHzhp42l/Y3b+7UDSjZBuUTZpJPcxS8qs1P1eZo0ZMAa8tj/IXvBPkxzpZa7Lg/oN5NFkt5j2zwaIms84KiohaPnKE49NWzLTTvXi3szrbiY3EPHn4c6ciJsqnljA4xldB39K9sBcFzyBC5BKIVxFE6/rRaWrWi4ykIjZuEajL68gw85TWyFZ9ilbvzuNCJ5QaIZ6nCfstuZ8d97umloSvnJFffD8zk1mq3afkh4GkjzwYfE3BEuvR3oUmX1S4HyStriBxrobRijsIJvMBeJau9P1a3YWaVQI0hg6o10CTO+TRl28syU/dkYd81f7chuBI3aJNSpTfyaNTUu7mqwVMim5yJ4B91os3hndehiP2C1HMwJufLt+a3ut8CoUZ9W350oljULvbX1SyYPg2FSDHsF5+ld8buR1ceDmHLfRdZBgdQLzXE/E+iZsTK5GCT1xXiIpINMXmp5jvpTdoOcxVrzCizDkX9aJTlgAhHXEoU0h5oTedbdEWb3nVh9IeP/0AC616ro5MZjDBPgNmWaM//qe0Fmv0kloLPk28i3+7XO36Yp1kGdPm+denVt7D6RHxBmlUU36IabbxluBRFktte0s7lvWV2pk3Z2GYelWbIsGfvL9zhEM0zt7lM9lcyEb4Y5zqUdRtPrdboKeub9KhECkje3rrnXN1wVCFdi71VnuwqaNcuLEsR5cwsYtosVHauaXUSaCYzr7grb9p4cv3wXP4Ak/q/Z8v/dQlrpXiO1oNJ9e8zrQfcDIXM81pXQdHMkPSBZCpnSq1yb1+ZeylXsPw/cPD6xvHWsNgCXERB0rafOt6bt7t7IHU1g5Lf5fk8QXNrXio6/9vGq9oHxQeEF2qXVbSt10EPKi82YYRY9LXYw2QqV+oyUI6dSFUKZj1DnbzRXG3hkSYHPQjKaOorUsdBw8tW+XMbg7uG8zxd3cW4NQsF3Ug7uNGL5jc+gN6HpqWeRy6WSdsVnt65uWAiwNlWDL7JPgZjcPkhf+r4B57qpmc3gnOzozM5k/TVTwL2tIS418X5eUmciP66sabjF6EPJp+b4kejrZVkp+0cYVIhE96dcJX0GNdTZbtJI8goUVh67KZ39WB1lVZBD9uHL/Xucfio79U7DDi5BPvF0SK40gvEG4+d4vB82CnWk08ccuYr6V2ls8RQ4Ac7hzfFSpa5daMZG8let59pIBSPNHuRkyp2sTZewClY9f9jym9AU/QXpW4dZqU2e1cR8LwEYndfWM2hV5P1tlcbn8+mQRFUpDZ96CV/6hK9J90Z6ElMzdfEnzV5LUTWEXWrUsAiOumitThkuAxC+77LOlkhkJpM9/rcRJi7GMOCeOBU4cdBp4FuSxbKZ6DzNaz+YPanyUuY8yDsu0sNoh16K44T0j7dHZxCysOds1J8M3qwNJ6mB0AJRBz5lUgji8b5/NBEym7aHpw2prPunQRckfDRvSY8VerSzZllUEXrA4BUk6DTG85VVAJvK22afONWEBlMFtBjHsO1DHFDYb+291tslhzU1IQxbasB8vIAI9MzCAX9Wo5vOipHaHWRtcQR/lAWsoafPINiFNEIhyTG5toHS3i0rY1FC9P61VnR9bV0G3dbplbV65cxSwC+bZtkyA3y5dv6PxtuymlhAlsd6vdcTVsi9TrVXI28pG9nZwsQXcs/WIa750ilhUxMkNm2XXs2Y8O2v+o51qiXQ8Vv+zjD3XmZfrdRs4kwuVXSCXTbver95vmOschGSrUhBnvAB/VuF6Rxa7ptXi5OBx00hflKonHi5RaPdDpJSzF7StHdcpnrDbtt9J4lww5VeECPhLsMBGq9+m95ASpFaMLNkTcxxQwqfq8VYLjeg3jwnY16YZORWRfN1bPK7SnsEmGESNQCrr7yJDEko7el9cgSMIgTUqhxFt3o95UWZiaWg1btxpFKEvqLQBoiIKcFnC3zczCbIagrlzX7fLURO2v6X4GA587rPDetvOLyCqHc6Yww2YcbG8X1aRYVCfVMdzTzM2aRqSZtnI4Lv6zdUKusbp9gf7h19TUZD/AC6JpJCaqSwF0H2roiTO0P/mWtiH/4L/rbj58rYnl9Gsv9H1vXia6XCd7sY0jzjtrKBCrH2aRSnDDsGMMfYcY7UN78avbBbqwS1IYgbij4IPq450Ud02hBFAeYVIFf/Q1Bc72B2LXn16OdipfhaXc9mItqdhEK0WxXZOVXzK+wYRPSMb1jLU10wVa10gPbIc6Owau5zKkr1e2GzZdB/+2VjJWV0PTYMIR7eL7YXuu1CEWsrFsDECmWYZbCshJ1JP0jmqobSRAcgDMHfJkOzZD95dq7ZQpS30XAImJ6qzslN1f/o7aHOrsWCaBSPjBnndHrK7f8hIfdHVk47rpfezvqrfOIyQ4HoXG0/tMrcVcjHsZOvHXnZ/V5XPQgDgMHoS0MKBbeC+MyVguwzkjy1XeDkT23uwOoTSrqpdKs2Nf/whUpvNKXrZnt5v3//UA6dPJCgtxOyrtD50ZfGfOoaEcpxTWO0lvX0zEzV2+n1i+GESda1iAZRuLgKCFVfckTh+9xi3T5g46wshk+iKR1Tre9pOFuQ8w72Q8qdj4L9ul5ePuljWHFw8qz8YM80cOorQlBLLWg8UBcMnP7Ndq9/Ug4kYWr2JzlO7atGkwbyGhSZU4QdMxydoa00Ze1MaVE2JadrtSJwGsfbrl7F0Y2YT3GdwMi3anTMMtD10ldys0b8Oovu1Fqi+Qj2yAOJaPRZrVepMVCBGVimkM8x6KArsu/Pd+ReLvS9df2OoJPffNwNaUB7Mfq7Etv9h3eZWiPjlAOSpaOBzn5KbuRZ3ZzqLQE42wZz6S3dr53KAOZtD5Cd/eLvpktUmePrphRxe2WuUL+62ySxKiWNQxAJHT5xXOU0eVDl2fHyoj0dV1nQn0l1EEKDH9cOs8z2bCA4w/n7EcleleT7aJTcV6jCmO8CO57r7fU/NJ6c8NM9WwMI8zstNVEuThtf0UcFVHiLKslx6uBcnkOHy2zLC4i+XyXOA/ez91G/M+W6f01br6VRU+/qWTIr1b7HsuXNnq2sBkpmnsA6EjYtGV6zrI6yxKyk3Ddqpbu447FTtDN0zrTE3B8L54PhXyB9aqTr3C52OtchdowMax3Uo2Q5370vt0vtCzojBTRwM9/eO0UGQRO5YHq1Nb2s9BlEHNRQ/oRtPKu/CiYBecIle1FAvZ8NUYkDy28ZHoEi/R9ZOGgvmju1FqX/M5P49uDWoPfJP6Js3uDX06qdeqZPaqzYPv73ztSe1eScFg9kCE4cMd+4WoYgTDQqPgExPNYqmSPLiKPn+LlnDT2V16zFKVDCBpzx+htzmWVhSXNTDJB9UHcmbYVqE8UFXwObMJvifnjDL9WOGaWeRsW4UEh0hHNvbvJm3/IKzF1WmWwsJMxer4kvnzWxBGmzkfzjIb/NDxCbcLuC6bujbJ41O0dVqhlY73zQoEjqHnsEQekqKzejcmAHEiEkHz7zsgatb0kH3pmoPgEk0St2AmKYip3MFk9V5Nm7q47sj8T8mIOTjTRt2LLBDp9UVFdI7Pa+p1ozeChH3WIQcar05/j8d2FhZqz1Q3kYMGQiHbLV2i1HEfw6qprmjfyGk+MI9Z3sjM2H+lg2a+q6V79RBx4qZeQi8xXOWnMsfu2tqxyqUuecL3+5ijd0F3Ff+14xx3RJSreZz2JOvYVjeyWLyCdnAp5AKRPLu/FWi9PgLhsQ9ja3bphs0nCimW6GkXEz6XFfbeFMTZxczcBwg4aQz7qDTLsv1s0VzZV+089PVDpMBF7LutaT32frEKnZSzEG40dq62Huqh8NyDBIXJv8tOa31DuRLhk7Byn+j9MByMC7Jd5EtzvXCksA0etm6TbcaQX2RzojFLZpiFebI8qMVyxaddkrvkzv4Pt7iFz9PXmP4AAAAASUVORK5CYII=);
}

.bg-img-icons:after {
  background-image: url('data:image/svg+xml;utf8,<svg width="400" height="400" viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>pattern-icon-sets-dol</title><defs><path id="a" d="M0 0h400v400H0z"/></defs><g fill="none" fill-rule="evenodd"><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><g mask="url(#b)" fill="#1c1e29"><path d="M19.43 208.34l1.24 1.24-6.52 6.52 1.81 1.81c.317.314.49.744.48 1.19a1.78 1.78 0 0 1-.48 1.24L14.24 222a18.46 18.46 0 0 1 2.38 9.19 18.17 18.17 0 0 1-5.52 13.33 18.17 18.17 0 0 1-13.34 5.58 18.17 18.17 0 0 1-13.33-5.52 18.16 18.16 0 0 1-5.52-13.33 18.17 18.17 0 0 1 5.52-13.33 18.17 18.17 0 0 1 13.33-5.52 18.46 18.46 0 0 1 9.19 2.38L8.66 213a1.78 1.78 0 0 1 1.24-.48 1.62 1.62 0 0 1 1.19.48l1.81 1.81 6.53-6.47zm-25.22 10.85a1.77 1.77 0 0 0 0-1.33 1.58 1.58 0 0 0-.9-.93A1.64 1.64 0 0 0-8 217a15 15 0 0 0-5.14 3.38 15.06 15.06 0 0 0-3.38 5.1 1.63 1.63 0 0 0 0 1.33 1.51 1.51 0 0 0 1.57 1 1.52 1.52 0 0 0 1.57-1.1 11.89 11.89 0 0 1 6.67-6.62 1.5 1.5 0 0 0 .92-.9zm25.45-12.33a.92.92 0 0 1-1.24 0L16 204.43a.77.77 0 0 1 0-1.24.77.77 0 0 1 1.24 0l2.43 2.43a.77.77 0 0 1-.01 1.24zm2.1-3.9v2.57a.86.86 0 1 1-1.71 0V203a.86.86 0 1 1 1.71 0v-.04zm4 1.48l-2.43 2.43a.92.92 0 0 1-1.24 0 .77.77 0 0 1 0-1.24l2.43-2.43a.891.891 0 0 1 1.29 1.23l-.05.01zm0 8.57a.92.92 0 0 1-1.24 0l-2.43-2.43a.88.88 0 0 1 1.24-1.24l2.43 2.43a.77.77 0 0 1 .05 1.23l-.05.01zm.86-5.52A.86.86 0 0 1 26 209h-2.53a.86.86 0 1 1 0-1.71H26a.84.84 0 0 1 .66.19l-.04.01zM200.26 380.5l-4 4a5.23 5.23 0 0 1-6.14 1.14 5.13 5.13 0 0 1-3.54-5.15 5.7 5.7 0 0 1 9.67-4l4.01 4.01zm50.91-6.37l6.36-6.36a4.64 4.64 0 0 1 6.36 0l3.18 3.18-3.18 3.18 12.73 12.73a4.64 4.64 0 0 1 0 6.36l-44.55 44.55a4.64 4.64 0 0 1-6.36 0l-35-35a4.64 4.64 0 0 1 0-6.36l31.82-31.82a4.64 4.64 0 0 1 6.36 0l28.64 28.64a4 4 0 0 0 4.32 1.14 4.72 4.72 0 0 0 3.18-3.18 4 4 0 0 0-1.14-4.32l-6.36-6.36-3.18 3.18-3.18-3.18a4.64 4.64 0 0 1 .01-6.37l-.01-.01zm-47.73 3.18l-4.8-4.8a6.19 6.19 0 0 1-1.82-3.54 7.2 7.2 0 0 1 .38-3.76 6.71 6.71 0 0 1 2.37-3 6.66 6.66 0 0 1 7.73 0 6.7 6.7 0 0 1 2.37 3 7.2 7.2 0 0 1 .38 3.76 6.19 6.19 0 0 1-1.82 3.54l-4.79 4.8zm25.46 44.55l6.36-6.36-6.36-6.37-6.36 6.36 6.36 6.37zM112.31 46.53c.06-.106.138-.2.23-.28a.88.88 0 0 1 .68-.18.7.7 0 0 1 .66.51l8.76 24.12a.81.81 0 0 1-.23.93.75.75 0 0 1-.23.18.77.77 0 0 1-1.14-.28l-8.66-14.27-4.38 7.23-.18.18a1 1 0 0 1-.64.27.68.68 0 0 1-.67-.37L97.69 50a.78.78 0 0 1 .15-1.06l4.67-4.67a.91.91 0 0 1 .62-.29.69.69 0 0 1 .53.18 1.5 1.5 0 0 1 .29.39l4.12 9 4.24-7.02zM47.56-26.21A34.69 34.69 0 0 1 73-36.75a34.69 34.69 0 0 1 25.49 10.54A34.69 34.69 0 0 1 109-.75a34.69 34.69 0 0 1-10.51 25.46A34.69 34.69 0 0 1 73 35.25a34.69 34.69 0 0 1-25.44-10.54A34.69 34.69 0 0 1 37-.75a34.69 34.69 0 0 1 10.56-25.46zm6.32 6.46A26 26 0 0 0 46-.68a26 26 0 0 0 7.86 19.07A26.05 26.05 0 0 0 73 26.25c-1.473-1.333-2.21-3.953-2.21-7.86 0-6.667-3.763-13.81-11.29-21.43A17.23 17.23 0 0 1 55-9.71a33.32 33.32 0 0 1-1.12-10.04zm28.86 44.14a26.2 26.2 0 0 0 12.5-9.86A26.32 26.32 0 0 0 100-.75a26 26 0 0 0-8-19 26 26 0 0 0-19-8h-1.55c7.033.573 10.55 3.573 10.55 9 0 3.76-.703 6.593-2.11 8.5a5.88 5.88 0 0 1-5.18 2.71c-4.907-.093-7.36 1.407-7.36 4.5a4.6 4.6 0 0 0 2.35 4.29 11.77 11.77 0 0 0 6 1.36A18.31 18.31 0 0 1 82.81 4a9.13 9.13 0 0 1 4.86 4.25c2.287 4.38.643 9.76-4.93 16.14zM418.65 283.44a4.27 4.27 0 0 1 3.49 1.26l4 4c2.46 2.46 3.37 5.71 2.73 9.75a20 20 0 0 1-6 11.11l-26.77 26.77a20 20 0 0 1-11.11 6c-4.04.667-7.29-.243-9.75-2.73l-4-4a4.6 4.6 0 0 1-1.31-3.13 1.06 1.06 0 0 0 .05-.35 11.27 11.27 0 0 1-5.35-3.13 10.82 10.82 0 0 1-2.93-6.57 9 9 0 0 1-6.36-2.73 21.71 21.71 0 0 1-6.16-13 32.54 32.54 0 0 1 2.3-16.24A47.06 47.06 0 0 1 377 264.93a32.56 32.56 0 0 1 16.24-2.3 21.72 21.72 0 0 1 13 6.16 9 9 0 0 1 2.73 6.36 10.82 10.82 0 0 1 6.57 2.93 11.28 11.28 0 0 1 3.11 5.36zm-54 33.29l38.59-38.59a3.94 3.94 0 0 0 1.16-3A4.47 4.47 0 0 0 403 272a17.29 17.29 0 0 0-10.83-4.87 29.28 29.28 0 0 0-14 2.27 41.65 41.65 0 0 0-22.27 22.3 29.29 29.29 0 0 0-2.27 14 17.28 17.28 0 0 0 4.87 10.83 4.46 4.46 0 0 0 3.13 1.36 3.94 3.94 0 0 0 3.03-1.16h-.01zm-7.15-17.35a4 4 0 0 1 3.13-3.13 2 2 0 0 1 1.79.48 1.89 1.89 0 0 1 .48 1.74 3.7 3.7 0 0 1-1.11 2 3.85 3.85 0 0 1-2 1.14 1.87 1.87 0 0 1-1.77-.45 2 2 0 0 1-.51-1.78h-.01zm4.24-10.61a3.95 3.95 0 0 1 3.13-3.13 2 2 0 0 1 1.79.48c.451.47.625 1.14.46 1.77A4.13 4.13 0 0 1 364 291a1.87 1.87 0 0 1-1.77-.45 2 2 0 0 1-.48-1.78h-.01zM384 300.62l-.81 13.54-13.54.81-1.57 1.57a6.6 6.6 0 0 0-1.92 4.75 6.48 6.48 0 0 0 6.72 6.72 6.6 6.6 0 0 0 4.75-1.92l35-35a6.75 6.75 0 0 0-9.55-9.54L384 300.62zm-2.42 2.38l-9.58 9.59 9-.56.58-9.03zm-9.42-24.67a4 4 0 0 1 3.13-3.13 2 2 0 0 1 1.79.48 1.87 1.87 0 0 1 .45 1.77 4.13 4.13 0 0 1-3.13 3.13 1.87 1.87 0 0 1-1.77-.45 2 2 0 0 1-.47-1.76v-.04zm50.79 13.51l-4-4-44.55 44.55 4 4c1.547 1.547 3.737 2.003 6.57 1.37a16.34 16.34 0 0 0 7.93-4.65l26.77-26.77a16.34 16.34 0 0 0 4.65-7.93c.633-2.807.173-4.983-1.38-6.53l.01-.04zm-40.18-17.75a4 4 0 0 1 3.13-3.09 2 2 0 0 1 1.79.48c.451.47.625 1.14.46 1.77a3.86 3.86 0 0 1-1.14 2 3.69 3.69 0 0 1-2 1.11 1.89 1.89 0 0 1-1.74-.48 2 2 0 0 1-.5-1.76v-.03zM172.21 40l1.65 1.85a2.4 2.4 0 0 0 1.84.83 2.54 2.54 0 0 0 1.5-.49 14.13 14.13 0 0 0 1.08-1l.61-.61 1.21 1.21a4.21 4.21 0 0 1 1.21 3 9.16 9.16 0 0 1-.91 3.94 37.11 37.11 0 0 1-3.77 6.53l1.37 1.37 14-7.75 6.09 8.79-31.2 31.25-8.79-6.09 7.74-14.08-1.35-1.35a33.11 33.11 0 0 1-5.79 3.44c-3.547 1.613-6.117 1.613-7.71 0l-1.21-1.21a8.17 8.17 0 0 0 1.87-2.31c.127-.413.223-.71.29-.89a1 1 0 0 0-.25-.79 9.123 9.123 0 0 0-.52-.72c-.113-.133-.42-.44-.92-.92l-1.08-1A17.18 17.18 0 0 1 144 51.15a15.64 15.64 0 0 1 16.37-16.36A17.18 17.18 0 0 1 172.21 40zM151.6 60.56l1.85 1.65a6.25 6.25 0 0 1 1.65 2.93 5.73 5.73 0 0 1-.13 3.37c2.2-.4 5.477-2.287 9.83-5.66l5.29 5.29-7.64 13.77 4 2.59 27.27-27.27-2.59-4-13.77 7.64-5.29-5.29c3.367-4.353 5.253-7.63 5.66-9.83a5 5 0 0 1-2.71.35c-.593-.167-1.02-.28-1.28-.34a3.16 3.16 0 0 1-1.11-.67l-.91-.74c-.127-.1-.46-.433-1-1l-.94-1a13.91 13.91 0 0 0-9.41-4.19 12.31 12.31 0 0 0-13 13 13.91 13.91 0 0 0 4.23 9.4zM412.51 120.41l12.73 12.73a12.36 12.36 0 0 1 2.17 3 4.52 4.52 0 0 1 2 1.21l3.79 3.79c4.344 4.394 4.344 11.466 0 15.86l-35 35a10.93 10.93 0 0 1-8 3.31 10.75 10.75 0 0 1-8-3.26l-3.79-3.79a4.52 4.52 0 0 1-1.21-2 12.33 12.33 0 0 1-3-2.17l-12.6-12.77c-4.404-4.424-4.404-11.576 0-16l9.24-9.24a12.73 12.73 0 0 1-6.06-3.43c-5.146-5.293-5.087-13.737.133-18.957 5.22-5.22 13.664-5.279 18.957-.133a12.74 12.74 0 0 1 3.43 6.06l9.29-9.29a10.75 10.75 0 0 1 8-3.26 10.92 10.92 0 0 1 7.92 3.34zm9.54 15.91l-12.72-12.72a6.59 6.59 0 0 0-4.77-2 6.42 6.42 0 0 0-4.77 1.94l-14.34 14.34 6.72 6.72a12.38 12.38 0 0 1 4.93-2 3.92 3.92 0 0 1 3.51.88c1.113 1.113 1.273 2.84.48 5.18a17.78 17.78 0 0 1-4.47 6.79 17.54 17.54 0 0 1-6.77 4.44c-2.327.773-4.043.607-5.15-.5a3.91 3.91 0 0 1-.88-3.51 12.28 12.28 0 0 1 2-4.87l-6.72-6.72-14.29 14.29a6.51 6.51 0 0 0-2 4.82 6.58 6.58 0 0 0 2 4.77l12.73 12.73a6.47 6.47 0 0 0 4.75 2 6.55 6.55 0 0 0 4.8-2l35-35a6.71 6.71 0 0 0-.04-9.58zm-47.73-12.17a9 9 0 0 0-9 9 8.35 8.35 0 0 0 2.42 6.16 9.09 9.09 0 0 0 5.46 2.78 9 9 0 0 0 5.71-1.21L391 153a1 1 0 0 0 1 .13 3.49 3.49 0 0 0 1.34-.88c.4-.38.711-.845.91-1.36a1 1 0 0 0-.1-1.06l-12.05-12.14a9 9 0 0 0 1.16-5.66 9.1 9.1 0 0 0-2.78-5.46 8.35 8.35 0 0 0-6.15-2.42h-.01zm-2.83 3.18a2.93 2.93 0 1 1-2.12.86 2.89 2.89 0 0 1 2.13-.86h-.01zm12.17 39.24a3 3 0 0 1 2.63.76 2.91 2.91 0 0 1 .73 2.6 5.12 5.12 0 0 1-1.54 3 5.24 5.24 0 0 1-2.93 1.57 2.87 2.87 0 0 1-2.63-.76 3 3 0 0 1-.78-2.65 5.11 5.11 0 0 1 1.54-3 5 5 0 0 1 2.99-1.51l-.01-.01zM430 144.3l-3.79-3.79a8.61 8.61 0 0 1-2.58 6.92l-35 35a8.68 8.68 0 0 1-7 2.63l3.79 3.79a6.47 6.47 0 0 0 4.75 2 6.55 6.55 0 0 0 4.8-2l35-35a6.7 6.7 0 0 0 .03-9.55zM13.57 14.47l36.36 36.37a5.12 5.12 0 0 1 0 7.27L6.3 101.75a5 5 0 0 1-3.64 1.51A5 5 0 0 1-1 101.75l-36.34-36.37a5 5 0 0 1-1.51-3.64 5 5 0 0 1 1.52-3.64L6.29 14.47A5 5 0 0 1 9.93 13a5 5 0 0 1 3.64 1.47zm-41.82 45.46L-17.34 49-21 45.38l-10.89 10.91 3.64 3.64zm1.82 9.07l43.64-43.62-7.28-7.27-23.54 23.53 1.82 5.45-18.28 18.29 3.64 3.62zm50-9a14.85 14.85 0 0 0-4.49-10.91 14.86 14.86 0 0 0-10.91-4.5 14.86 14.86 0 0 0-10.91 4.5A14.86 14.86 0 0 0-7.24 60a14.86 14.86 0 0 0 4.49 10.89 14.85 14.85 0 0 0 10.91 4.49 14.85 14.85 0 0 0 10.91-4.5A14.85 14.85 0 0 0 23.57 60zM.89 52.71a9.9 9.9 0 0 1 7.27-3 9.94 9.94 0 0 1 7.3 3 9.82 9.82 0 0 1 3 7.27 10 10 0 0 1-3 7.25 10 10 0 0 1-7.25 3 9.82 9.82 0 0 1-7.27-3 10.37 10.37 0 0 1-.05-14.52zm1.77 45.41L46.3 54.47l-3.64-3.64L-1 94.48l3.66 3.64zm3.13-41.83a1.26 1.26 0 0 0-.4-.91 1.26 1.26 0 0 0-1.82.02 6.34 6.34 0 0 0 0 9.09c.235.253.564.398.91.4a1.25 1.25 0 0 0 .91-.4 1.25 1.25 0 0 0 .4-.91A2.07 2.07 0 0 0 5 62.3a3.24 3.24 0 0 1-.76-2.37A3.24 3.24 0 0 1 5 57.55a2.07 2.07 0 0 0 .79-1.26zM413.57 14.47l36.37 36.37a5.12 5.12 0 0 1 0 7.27l-43.64 43.64a5.12 5.12 0 0 1-7.27 0l-36.37-36.37a5.12 5.12 0 0 1 0-7.27l43.63-43.64a5.12 5.12 0 0 1 7.28 0zm-41.82 45.46L382.66 49 379 45.38l-10.89 10.91 3.64 3.64zm1.82 9.07l43.64-43.64-7.27-7.27-23.55 23.55 1.82 5.45-18.28 18.29 3.64 3.62zm50-9c0-8.508-6.897-15.405-15.405-15.405S392.76 51.492 392.76 60s6.897 15.405 15.405 15.405S423.57 68.508 423.57 60zm-22.68-7.27a10.29 10.29 0 0 1 14.55 14.55 10 10 0 0 1-7.25 3 9.82 9.82 0 0 1-7.27-3c-3.995-4.03-4.008-10.523-.03-14.57v.02zm1.77 45.41l43.64-43.67-3.64-3.64L399 94.48l3.66 3.66zm3.13-41.82a1.29 1.29 0 0 0-2.22-.91 6.34 6.34 0 0 0 0 9.09 1.31 1.31 0 0 0 2.22-.91 2.07 2.07 0 0 0-.79-1.29 3.24 3.24 0 0 1-.76-2.37 3.24 3.24 0 0 1 .76-2.37 2.07 2.07 0 0 0 .79-1.27v.03zM12.51 120.41l12.73 12.73a12.36 12.36 0 0 1 2.17 3 4.52 4.52 0 0 1 2 1.21l3.79 3.79c4.344 4.394 4.344 11.466 0 15.86l-35 35a10.93 10.93 0 0 1-8 3.31 10.75 10.75 0 0 1-8-3.26l-3.79-3.79a4.51 4.51 0 0 1-1.21-2 12.33 12.33 0 0 1-3-2.17l-12.6-12.76a10.86 10.86 0 0 1-3.28-8 10.86 10.86 0 0 1 3.28-8l9.24-9.24a12.73 12.73 0 0 1-6.06-3.43 13 13 0 0 1-3.94-9.55 13 13 0 0 1 3.94-9.55 13 13 0 0 1 9.54-3.94 13 13 0 0 1 9.55 3.94 12.74 12.74 0 0 1 3.43 6.06l9.29-9.29a10.75 10.75 0 0 1 8-3.26 10.92 10.92 0 0 1 7.92 3.34zm9.55 15.91L9.33 123.6a6.59 6.59 0 0 0-4.77-2 6.42 6.42 0 0 0-4.77 1.94l-14.34 14.34 6.72 6.72a12.37 12.37 0 0 1 4.92-2 3.92 3.92 0 0 1 3.51.88c1.113 1.113 1.273 2.84.48 5.18a17.79 17.79 0 0 1-4.47 6.79 17.54 17.54 0 0 1-6.77 4.44c-2.32.773-4.037.607-5.15-.5a3.91 3.91 0 0 1-.88-3.51 12.3 12.3 0 0 1 2-4.87l-6.72-6.72-14.29 14.29a6.5 6.5 0 0 0-2 4.82 6.58 6.58 0 0 0 2 4.77l12.73 12.73a6.47 6.47 0 0 0 4.75 2 6.55 6.55 0 0 0 4.8-2l35-35a6.71 6.71 0 0 0-.02-9.58zm-47.73-12.17a8.67 8.67 0 0 0-6.33 2.63 8.67 8.67 0 0 0-2.63 6.36 8.35 8.35 0 0 0 2.42 6.16 9.09 9.09 0 0 0 5.46 2.78 9 9 0 0 0 5.71-1.21L-9 153a1 1 0 0 0 1 .13 3.48 3.48 0 0 0 1.34-.88c.4-.38.711-.845.91-1.36a1 1 0 0 0-.1-1.06l-12.05-12.14a9 9 0 0 0 1.17-5.69 9.09 9.09 0 0 0-2.78-5.46 8.35 8.35 0 0 0-6.16-2.39zm-2.83 3.18a2.89 2.89 0 0 1 2.12.86 2.88 2.88 0 0 1 .86 2.12 2.88 2.88 0 0 1-.86 2.12 2.87 2.87 0 0 1-2.12.86 2.88 2.88 0 0 1-2.12-.86 2.88 2.88 0 0 1-.86-2.12 2.88 2.88 0 0 1 .86-2.12 2.89 2.89 0 0 1 2.12-.86zm12.17 39.24a3 3 0 0 1 2.63.76 2.91 2.91 0 0 1 .73 2.6 5.12 5.12 0 0 1-1.54 3 5.24 5.24 0 0 1-2.93 1.57 2.87 2.87 0 0 1-2.63-.76 3 3 0 0 1-.78-2.65 5.11 5.11 0 0 1 1.54-3 5 5 0 0 1 2.98-1.51v-.01zM30 144.3l-3.79-3.79a8.61 8.61 0 0 1-2.58 6.92l-35 35a8.67 8.67 0 0 1-7 2.63l3.79 3.79a6.47 6.47 0 0 0 4.75 2 6.56 6.56 0 0 0 4.8-2l35-35a6.71 6.71 0 0 0 .03-9.55zM419.43 208.34l1.24 1.24-6.52 6.52 1.81 1.81c.317.314.49.744.48 1.19a1.78 1.78 0 0 1-.48 1.24l-1.72 1.66a18.46 18.46 0 0 1 2.38 9.19c0 10.416-8.444 18.86-18.86 18.86-10.416 0-18.86-8.444-18.86-18.86 0-10.416 8.444-18.86 18.86-18.86a18.46 18.46 0 0 1 9.19 2.38l1.71-1.71a1.78 1.78 0 0 1 1.24-.48 1.62 1.62 0 0 1 1.19.48l1.81 1.81 6.53-6.47zm-25.21 10.86a1.77 1.77 0 0 0 0-1.33 1.58 1.58 0 0 0-.91-.93 1.64 1.64 0 0 0-1.31 0 15.31 15.31 0 0 0-8.52 8.48 1.63 1.63 0 0 0 0 1.33 1.69 1.69 0 0 0 3.14 0 11.89 11.89 0 0 1 6.67-6.62 1.5 1.5 0 0 0 .92-.94l.01.01zm25.45-12.33a.92.92 0 0 1-1.24 0l-2.43-2.44a.88.88 0 1 1 1.24-1.24l2.43 2.43a.77.77 0 0 1-.01 1.24l.01.01zm2.09-3.9v2.57a.86.86 0 1 1-1.71 0V203a.86.86 0 1 1 1.71 0v-.03zm4 1.48l-2.43 2.43a.92.92 0 0 1-1.24 0 .77.77 0 0 1 0-1.24l2.43-2.43a.888.888 0 0 1 1.29 1.22l-.05.02zm0 8.57a.92.92 0 0 1-1.24 0l-2.43-2.43a.88.88 0 0 1 1.24-1.24l2.43 2.43a.77.77 0 0 1 .05 1.22l-.05.02zm.86-5.52a.86.86 0 0 1-.62 1.5h-2.57a.86.86 0 1 1 0-1.71H426a.84.84 0 0 1 .66.19l-.04.02zM314.84-11.91l16.23-4.58a7.47 7.47 0 0 1 4.65.2 6.93 6.93 0 0 1 3.55 2.95 6.66 6.66 0 0 1 1 4.53 7.09 7.09 0 0 1-2.05 4.14l-23.88 23.83a6.7 6.7 0 0 1-4.18 2 7.44 7.44 0 0 1-4.58-1 7 7 0 0 1-3.08-3.49 6.79 6.79 0 0 1-.19-4.6l6-20.91a9.72 9.72 0 0 0 .5-4.17 5.62 5.62 0 0 0-1.7-2.95 4.53 4.53 0 0 0-3.23-1.45 4.31 4.31 0 0 0-3.18 1.36 4.39 4.39 0 0 0-1.38 3.2 4 4 0 0 0 1.11 2.93 3.32 3.32 0 0 1 1.11 2.36 2.89 2.89 0 0 1-.88 2.12 2.89 2.89 0 0 1-2.12.88 2.89 2.89 0 0 1-2.12-.88 10.11 10.11 0 0 1-3.1-7.41 10.16 10.16 0 0 1 3.13-7.44 10.09 10.09 0 0 1 7.42-3.11 10.53 10.53 0 0 1 7.61 3.33 11.09 11.09 0 0 1 3.36 8.16zm-4.74 26.83L334-9a1 1 0 0 0 0-1.3 1.2 1.2 0 0 0-1.25-.44l-19.23 5.42-5.34 19.2a.93.93 0 0 0 .07.77.67.67 0 0 0 .44.4.89.89 0 0 0 1.41-.13zM314.84 388.09l16.23-4.58a7.47 7.47 0 0 1 4.65.2 6.92 6.92 0 0 1 3.55 2.95 6.66 6.66 0 0 1 1 4.53 7.09 7.09 0 0 1-2.05 4.14l-23.84 23.84a6.7 6.7 0 0 1-4.18 2 7.44 7.44 0 0 1-4.58-1 7 7 0 0 1-3.08-3.48 6.79 6.79 0 0 1-.19-4.6l6-20.91a9.72 9.72 0 0 0 .5-4.17 5.62 5.62 0 0 0-1.7-2.95 4.53 4.53 0 0 0-3.23-1.45 4.31 4.31 0 0 0-3.18 1.36 4.39 4.39 0 0 0-1.38 3.2 4 4 0 0 0 1.11 2.93 3.32 3.32 0 0 1 1.11 2.36 3 3 0 0 1-5.12 2.12 10.56 10.56 0 0 1 7.46-18 10.53 10.53 0 0 1 7.61 3.33 11.1 11.1 0 0 1 3.31 8.18zm-4.75 26.84L334 391a1 1 0 0 0 .07-1.35 1.2 1.2 0 0 0-1.25-.44l-19.23 5.42-5.39 19.19a.93.93 0 0 0 .07.77.67.67 0 0 0 .44.4.89.89 0 0 0 1.39-.07l-.01.01zM47.56 373.79A34.69 34.69 0 0 1 73 363.25a34.7 34.7 0 0 1 25.46 10.54 36 36 0 0 1 0 50.93A34.69 34.69 0 0 1 73 435.25a34.69 34.69 0 0 1-25.46-10.54 36 36 0 0 1 .02-50.92zm6.32 6.46a26.93 26.93 0 0 0 19.14 46c-1.473-1.333-2.21-3.953-2.21-7.86 0-6.667-3.763-13.81-11.29-21.43a17.24 17.24 0 0 1-4.5-6.68 33.32 33.32 0 0 1-1.14-10.03zm28.86 44.14c12.067-4.726 19.073-17.36 16.694-30.098-2.38-12.739-13.475-21.99-26.434-22.042h-1.55c7.047.573 10.57 3.573 10.57 9 0 3.76-.703 6.593-2.11 8.5a5.88 5.88 0 0 1-5.18 2.71c-4.907-.093-7.36 1.407-7.36 4.5a4.6 4.6 0 0 0 2.32 4.29 11.77 11.77 0 0 0 6 1.36 18.31 18.31 0 0 1 7.12 1.39 9.13 9.13 0 0 1 4.86 4.21c2.287 4.407.643 9.8-4.93 16.18zM18.65 283.44a4.27 4.27 0 0 1 3.49 1.26l4 4c2.46 2.46 3.37 5.71 2.73 9.75a20 20 0 0 1-6 11.11l-26.79 26.76a20 20 0 0 1-11.11 6c-4.04.667-7.29-.243-9.75-2.73l-4-4a4.6 4.6 0 0 1-1.31-3.13 1.06 1.06 0 0 0 .05-.35 11.27 11.27 0 0 1-5.35-3.11 10.82 10.82 0 0 1-2.93-6.57 9 9 0 0 1-6.36-2.73 21.71 21.71 0 0 1-6.16-13 32.54 32.54 0 0 1 2.3-16.24 44.81 44.81 0 0 1 10.23-15.33A44.82 44.82 0 0 1-23 264.93a32.56 32.56 0 0 1 16.24-2.3 21.72 21.72 0 0 1 13 6.16A9 9 0 0 1 9 275.16a10.82 10.82 0 0 1 6.57 2.93 11.28 11.28 0 0 1 3.08 5.35zm-54 33.29l38.6-38.59a3.94 3.94 0 0 0 1.16-3A4.47 4.47 0 0 0 3 272a17.29 17.29 0 0 0-10.83-4.87 29.28 29.28 0 0 0-14 2.27 39.81 39.81 0 0 0-13.36 9 39.82 39.82 0 0 0-9 13.36 29.29 29.29 0 0 0-2.27 14 17.28 17.28 0 0 0 4.87 10.83 4.46 4.46 0 0 0 3.13 1.36 3.94 3.94 0 0 0 3.12-1.22h-.01zm-7.15-17.35a3.65 3.65 0 0 1 1.09-2 3.66 3.66 0 0 1 2-1.09 2 2 0 0 1 1.79.48 1.89 1.89 0 0 1 .48 1.74 3.7 3.7 0 0 1-1.11 2 3.85 3.85 0 0 1-2 1.14 1.87 1.87 0 0 1-1.77-.45 2 2 0 0 1-.47-1.82h-.01zm4.24-10.61a3.66 3.66 0 0 1 1.09-2 3.65 3.65 0 0 1 2-1.08 2 2 0 0 1 1.79.48c.451.47.625 1.14.46 1.77a3.79 3.79 0 0 1-1.11 2A3.78 3.78 0 0 1-36 291a1.87 1.87 0 0 1-1.77-.45 2 2 0 0 1-.48-1.78h-.01zM-16 300.62l-.81 13.54-13.54.81-1.57 1.57a6.6 6.6 0 0 0-1.92 4.75 6.38 6.38 0 0 0 1.89 4.82 6.38 6.38 0 0 0 4.84 1.89 6.6 6.6 0 0 0 4.75-1.92l35-35a6.49 6.49 0 0 0 1.89-4.72 6.43 6.43 0 0 0-1.92-4.8 6.44 6.44 0 0 0-4.8-1.92 6.49 6.49 0 0 0-4.72 1.89L-16 300.62zm-2.42 2.38l-9.58 9.59 9-.56.58-9.03zm-9.42-24.67a3.65 3.65 0 0 1 1.09-2 3.65 3.65 0 0 1 2-1.09 2 2 0 0 1 1.79.48 1.87 1.87 0 0 1 .45 1.77 3.79 3.79 0 0 1-1.11 2 3.79 3.79 0 0 1-2 1.11 1.87 1.87 0 0 1-1.77-.45 2 2 0 0 1-.45-1.78v-.04zm50.79 13.51l-4-4-44.55 44.55 4 4c1.547 1.547 3.737 2.003 6.57 1.37a16.34 16.34 0 0 0 7.93-4.65l26.77-26.77a16.34 16.34 0 0 0 4.65-7.93c.633-2.807.173-4.983-1.38-6.53l.01-.04zm-40.18-17.75a3.65 3.65 0 0 1 1.09-2 3.66 3.66 0 0 1 2-1.09 2 2 0 0 1 1.79.48c.451.47.625 1.14.46 1.77a3.86 3.86 0 0 1-1.14 2 3.69 3.69 0 0 1-2 1.11 1.89 1.89 0 0 1-1.74-.48 2 2 0 0 1-.46-1.76v-.03zM200.26-19.5l-4 4a5.23 5.23 0 0 1-6.14 1.14 5.13 5.13 0 0 1-3.54-5.15 5.21 5.21 0 0 1 3.54-5.15 5.22 5.22 0 0 1 6.14 1.19l4 3.97zm50.91-6.36l6.36-6.36a4.32 4.32 0 0 1 3.18-1.26 4.32 4.32 0 0 1 3.18 1.26l3.2 3.22-3.18 3.18 12.73 12.73a4.32 4.32 0 0 1 1.25 3.09 4.31 4.31 0 0 1-1.26 3.18l-44.55 44.6a4.64 4.64 0 0 1-6.36 0l-35-35a4.32 4.32 0 0 1-1.26-3.18 4.32 4.32 0 0 1 1.26-3.18l31.82-31.82a4.32 4.32 0 0 1 3.18-1.26 4.32 4.32 0 0 1 3.18 1.26l28.64 28.64a4 4 0 0 0 4.32 1.14A4.72 4.72 0 0 0 265-8.81a4 4 0 0 0-1.14-4.32l-6.36-6.36-3.18 3.18-3.18-3.18a4.32 4.32 0 0 1-1.26-3.18 4.32 4.32 0 0 1 1.3-3.19h-.01zm-47.73 3.18l-4.8-4.8a6.19 6.19 0 0 1-1.81-3.52 7.2 7.2 0 0 1 .38-3.76 6.71 6.71 0 0 1 2.37-3 6.39 6.39 0 0 1 3.87-1.24 6.38 6.38 0 0 1 3.86 1.24 6.7 6.7 0 0 1 2.37 3 7.21 7.21 0 0 1 .38 3.76 6.19 6.19 0 0 1-1.82 3.54l-4.8 4.78zm25.46 44.55l6.36-6.36-6.36-6.37-6.36 6.36 6.36 6.37zM338.48 337.68l.71 1 .19.14a63.01 63.01 0 0 1 3.76-.33 9.84 9.84 0 0 1 5 1 4.47 4.47 0 0 1 1.57 1.64 15.59 15.59 0 0 1 1.29 2.31c.287.667.803 1.913 1.55 3.74a151.854 151.854 0 0 0 1.62 3.86 1.33 1.33 0 0 1-.26 1.74 2.15 2.15 0 0 1-2.14.14l-5.29-1.9-6.33 6.24 1.9 5a2 2 0 0 1-.07 2.17c-.427.527-1.15.583-2.17.17-1.78-.76-3.287-1.37-4.52-1.83-1.233-.46-2.027-.77-2.38-.93a16.53 16.53 0 0 1-3.29-1.76 5.81 5.81 0 0 1-2-2.5 33.402 33.402 0 0 1-.33-2.17 27.85 27.85 0 0 1 .26-5.24 42.69 42.69 0 0 1-9.71-9.29c-4.473-5.78-6.377-11.24-5.71-16.38a.92.92 0 0 1 .86-.91 16.85 16.85 0 0 1 5.88.29 22.73 22.73 0 0 1 5.45 1.91 37.55 37.55 0 0 1 9 6.36 51.56 51.56 0 0 1 5.16 5.53zm-16-.24a3.63 3.63 0 0 0 2.67-1.09 3.57 3.57 0 0 0 0-5.14 3.8 3.8 0 0 0-5.33 0 3.57 3.57 0 0 0 0 5.14 3.63 3.63 0 0 0 2.7 1.09h-.04zM274.11 277.17l11.16 11.16a13.4 13.4 0 0 1 3.94 9.34 12.65 12.65 0 0 1-3.94 9.75l-31.82 31.82a12.69 12.69 0 0 1-9.72 4 13.36 13.36 0 0 1-9.37-4l-11.16-11.16a26.08 26.08 0 0 1-7.2-15 35.07 35.07 0 0 1 1.79-17.75l-11.21-.2a4.53 4.53 0 0 1-3.13-7.68l30-30a4.53 4.53 0 0 1 7.73 3.08l.25 10.35a28.51 28.51 0 0 1 11.82-2.17 32.35 32.35 0 0 1 11.69 2.4 28 28 0 0 1 9.17 6.06zm-37.53-16.52l-30 30 15.56.3 3.13-3.13-5.66-2.93a1.14 1.14 0 0 1-.56-1.67l.15-.15a1.11 1.11 0 0 1 1.52-.2l6.26 3.23 5.05-5-3.28-6.31a1 1 0 0 1 .15-1.36l.25-.25a1.11 1.11 0 0 1 1.67.66l2.93 5.56 3.13-3.13-.3-15.62zm45.51 30.86l-11.16-11.16a25.33 25.33 0 0 0-15.15-7 23 23 0 0 0-16.62 3.84l-14.34 14.34a27.26 27.26 0 0 0-4.57 17.55c.387 6.72 2.433 11.997 6.14 15.83l11.16 11.16a9.05 9.05 0 0 0 6.29 3 8.76 8.76 0 0 0 6.44-3l31.82-31.82a8.76 8.76 0 0 0 3-6.44 9.06 9.06 0 0 0-3.01-6.3zm-48.49 3.94l3.64 1.41a13.21 13.21 0 0 1 2.4-3.71c.827-.827 1.39-1.357 1.69-1.59.407.34 1.073.827 2 1.46l2.07 1.46a16.18 16.18 0 0 0-1.87 1.67 11.3 11.3 0 0 0-2.17 3.49c-.973 2.327-.687 3.79.86 4.39a2.09 2.09 0 0 0 1.82-.25 16 16 0 0 0 2.57-2.22l1.67-1.67c3.333-3.333 6.8-4.377 10.4-3.13a6.15 6.15 0 0 1 3.86 3.56 9.82 9.82 0 0 1 .18 6.24c.947.407 2.327.913 4.14 1.52-.373.907-.893 2.24-1.56 4l-3.94-1.41a18.06 18.06 0 0 1-3.79 6.11l-.3.3-4.43-3.08.4-.3a17.31 17.31 0 0 0 3.79-5.91c1.08-2.56.793-4.16-.86-4.8-1.247-.433-2.66.14-4.24 1.72l-3 3.43c-2.667 2.667-5.393 3.477-8.18 2.43a7 7 0 0 1-4-3.56 9.65 9.65 0 0 1-.83-6.14l-3.92-1.43c.667-1.747 1.2-3.077 1.6-3.99zM317.76 111.27l18-18 4.14-12.38 18.81 18.91-12.38 4.14-18 18a3 3 0 0 1-4.24 0l-6.38-6.38a3 3 0 0 1 .05-4.29zm24.67-9.52a4.51 4.51 0 0 0-7.71-3.19l-6 6a4.511 4.511 0 0 0 6.38 6.38l6-6a4.35 4.35 0 0 0 1.33-3.19zm-6.67-2.14a3.11 3.11 0 1 1-.86 2.14 3 3 0 0 1 .86-2.14zm5.14-21.86l3-3 21 21-3 3-21-21zM179.17 110.87l44.55-44.55a4.51 4.51 0 0 1 6.36 0l44.55 44.55a4.51 4.51 0 0 1 0 6.36l-44.55 44.55a4.51 4.51 0 0 1-6.36 0l-44.55-44.55a4.51 4.51 0 0 1 0-6.36zm14.29 14.29l35-35L217.36 79l-35 35 11.1 11.16zm1.64-9.37a3.36 3.36 0 0 1-3.38-3.38 3.36 3.36 0 0 1 3.33-3.33 3.36 3.36 0 0 1 3.38 3.38 3.36 3.36 0 0 1-3.32 3.33h-.01zm31.8 42.8l35-35-31.82-31.81-35 35 31.82 31.81zm-25.43-49.17a3.36 3.36 0 0 1-3.38-3.42 3.36 3.36 0 0 1 3.33-3.33 3.36 3.36 0 0 1 3.38 3.38 3.36 3.36 0 0 1-3.33 3.38v-.01zm39.77 3a18 18 0 1 1-12.73-5.25 17.33 17.33 0 0 1 12.74 5.26l-.01-.01zm-24.6 22a13.67 13.67 0 0 0 12 6.16c8.26-.318 14.882-6.94 15.2-15.2a13.59 13.59 0 0 0-4.06-10.38l-2.07-1.67a6 6 0 0 1-4.9 1.36 6.54 6.54 0 0 1-7.27 7.27 5.94 5.94 0 0 1-1.87 5.4 5.75 5.75 0 0 1-5.35 1.82 6.3 6.3 0 0 1-1.67 5.22l-.01.02zm13.44-45.86l7.92-7.95-11.1-11.11-7.9 7.93 11.08 11.13zM263.52 122l7.93-7.93-31.82-31.84-7.93 7.93L263.52 122zM292.5 259.48l15.86-37.78 5 2.17-10.46 24.6 24.9-24.9a5.55 5.55 0 0 1 4.19-1.72 6 6 0 0 1 4.24 1.87l25.46 25.46a5.71 5.71 0 0 1 1.74 4.12 5.62 5.62 0 0 1-1.74 4.17l-34 34a5.61 5.61 0 0 1-4.17 1.74 5.71 5.71 0 0 1-4.12-1.74l-25.46-25.46a5.58 5.58 0 0 1-1.44-6.53zm39.45-23.18l4.29 4.29 4.29-4.29-8.44-8.43-34 34 8.43 8.44 25.46-25.46-4.29-4.29 4.26-4.26zm-14.77 44.62a9 9 0 1 0-2.6-6.34 8.61 8.61 0 0 0 2.59 6.34h.01zM289.46 63.53v11l15.62 15.67a3 3 0 0 1-4.24 4.24l-7.27-7.27-1.21 1.21 7.27 7.27a3 3 0 0 1-4.24 4.24l-15.63-15.61h-11a2.56 2.56 0 1 1 0-5.12h8.62l7-7v-8.63a2.56 2.56 0 1 1 5.08 0zM276 64.81a6 6 0 1 1-4.24 1.75 5.78 5.78 0 0 1 4.24-1.75zM182.14 314.53a13.16 13.16 0 0 1 12.19 12.19 21.66 21.66 0 0 1-1.77 10.59 31.21 31.21 0 0 1-6.9 10.14 36.19 36.19 0 0 1-4.34 3.67 22.89 22.89 0 0 1-5.32 14.44.8.8 0 0 1-1.11.23 1.11 1.11 0 0 1-.27-1.08s0-.42.05-1.13a10.88 10.88 0 0 0 0-1.33c0-.18-.063-.6-.19-1.26a4.84 4.84 0 0 0-.49-1.6 22.72 22.72 0 0 0-2.32-3.81 19.34 19.34 0 0 1-8.45.27 13.52 13.52 0 0 1-7-3.82 12.88 12.88 0 0 1-3.54-8.08 21.66 21.66 0 0 1 1.77-10.59 32.91 32.91 0 0 1 17-17 21.64 21.64 0 0 1 10.69-1.83zM169.7 342.6a3.45 3.45 0 1 0-1 2.42 3.31 3.31 0 0 0 1-2.42zm7.27-7.27a3.45 3.45 0 1 0-1 2.42 3.31 3.31 0 0 0 1.03-2.43l-.03.01zm7.27-7.27a3.45 3.45 0 1 0-1 2.42 3.31 3.31 0 0 0 1.01-2.48l-.01.06zM100.69 261l44.55-44.55a4.51 4.51 0 0 1 6.36 0L188.17 253a4.45 4.45 0 0 1 1.34 3.21 4.28 4.28 0 0 1-1.29 3.21l4.78 4.78a4.51 4.51 0 0 1 0 6.37l-38.18 38.18a4.51 4.51 0 0 1-6.37 0l-4.78-4.75a4.28 4.28 0 0 1-3.21 1.29 4.45 4.45 0 0 1-3.21-1.34l-36.56-36.57a4.51 4.51 0 0 1 0-6.38zm50.91 44.55l3.18-3.18-44.55-44.55-6.36 6.36 36.57 36.57 3.18-3.18 7.98 7.98zm-33.39-55.71l-6.36 6.36 3.15 3.2 6.36-6.36-3.15-3.2zm0 12.73l6.36-6.36-1.57-1.6-6.4 6.39 1.61 1.57zm63.59-3.18l3.18-3.18-36.57-36.57-3.18 3.18 28.64 28.64-22.27 22.29-28.6-28.64-3.18 3.18 44.55 44.55 25.46-25.46-8.03-7.99zm-60.41 6.36l6.36-6.36-1.62-1.62-6.36 6.36 1.62 1.62zm3.18 3.18l6.36-6.36-1.61-1.57-6.32 6.33 1.57 1.6zm19.09-44.55l-19.09 19.09 27 27 19.09-19.09-27-27zm-15.91 47.73l6.36-6.36-1.62-1.62-6.36 6.36 1.62 1.62zm3.18 3.18l6.36-6.36-1.62-1.62-6.36 6.36 1.62 1.62zm3.18 3.18l6.36-6.36-1.62-1.62-6.36 6.36 1.62 1.62zm3.18 3.18l6.36-6.36-1.62-1.62-6.36 6.36 1.62 1.62zm3.18 3.18l6.36-6.36-1.62-1.62-6.36 6.36 1.62 1.62zm3.18 3.18l6.36-6.36-1.62-1.62-6.36 6.36 1.62 1.62zm3.18 3.18l6.36-6.36-1.62-1.62-6.36 6.36 1.62 1.62zm3.18 3.18l6.39-6.37-1.62-1.62-6.36 6.36 1.59 1.63zm6.36 6.36l6.36-6.36-4.73-4.71-6.35 6.34 4.72 4.73zm4.75-30.2l.81 5.56-5.56-.81 4.75-4.75zM215.75 174.31l-.05.15a17 17 0 0 1 6.72 4.19L197 204.11a17.25 17.25 0 0 1-5.2-14.5 16.92 16.92 0 0 1 2.38-7.53l-1.92-1.92a2.16 2.16 0 0 1-.58-1.54 2.07 2.07 0 0 1 .58-1.59l3.18-3.18a2.19 2.19 0 0 1 1.62-.61 2.12 2.12 0 0 1 1.56.56l1.92 1.92a17.53 17.53 0 0 1 7.42-2.37 18.83 18.83 0 0 1 7.79.96zm33.69 34.6l4.8-4.8a4.5 4.5 0 0 1 6.36 6.36l-31.82 31.82a4.504 4.504 0 1 1-6.37-6.37l4.75-4.75-6.36-6.36-3.18 3.19a2.32 2.32 0 0 1-3.13 0l-6.36-6.36a2.23 2.23 0 0 1-.63-1.59 2.07 2.07 0 0 1 .58-1.59l3.18-3.18-3.18-3.18-1.57 1.57a4.5 4.5 0 0 1-6.36-6.36l25.46-25.46a4.504 4.504 0 1 1 6.39 6.35l-1.62 1.62 3.18 3.18 3.18-3.18a2.46 2.46 0 0 1 3.23 0l6.36 6.36a2.07 2.07 0 0 1 .58 1.59 2.23 2.23 0 0 1-.63 1.59l-3.18 3.18 6.34 6.37zM161.24 153.06a3.43 3.43 0 1 1 4.85 4.85l7.27 7.27a3.41 3.41 0 0 1 0 4.85c-9.627.873-17.157 3.6-22.59 8.18a4.52 4.52 0 0 0 0 4.34 3.67 3.67 0 0 0 3.37 2.12 3.79 3.79 0 0 0 3.67 3.06 20.71 20.71 0 0 0 4-.17 4.69 4.69 0 0 1-.54 3.7 10 10 0 0 1-3 3.4 6.32 6.32 0 0 1-3.54 1.41c-4.493-2.107-7.467-3.823-8.92-5.15a16.66 16.66 0 0 1-3.5-4.44l-2.31 2.34a4.31 4.31 0 0 1-6.06 0l-3.64-3.64a4.23 4.23 0 0 1 0-6.06l9.09-9.09c5.5-5.5 8.733-13.58 9.7-24.24a3.41 3.41 0 0 1 4.85 0l7.3 7.27zm9 13.87l-18.08-18.08c-1.147 8.733-3.813 15.733-8 21l5.12 5.12c5.3-4.213 12.293-6.893 20.98-8.04h-.02zM118.62 155.91c-1.24 5.527-3.05 9.48-5.43 11.86a15.88 15.88 0 0 1-11.71 4.64c-6.24 0-11.93-2.523-17.07-7.57A24.14 24.14 0 0 1 77 149.91c-.573-5.62.903-10.217 4.43-13.79a16.28 16.28 0 0 1 4.57-3.07 32.79 32.79 0 0 1 7.36-2.36 4.7 4.7 0 0 0 1.93-.93 5 5 0 0 0 1.43-1.43 24.69 24.69 0 0 1 4.36-6.43A13.68 13.68 0 0 1 111 118a18.26 18.26 0 0 1 7.86 1.86l6.71-6.79a6.43 6.43 0 0 1 2.07-4.93l5.57-5.64a7.07 7.07 0 0 1 10 0l3.64 3.57a7.07 7.07 0 0 1 0 10l-5.64 5.64a6.55 6.55 0 0 1-4.93 2l-6.79 6.79a17.4 17.4 0 0 1 1.75 9.57 13.14 13.14 0 0 1-3.82 8.07 24.67 24.67 0 0 1-6.43 4.36 6.4 6.4 0 0 0-2.37 3.41zm-6.29 5a21.57 21.57 0 0 0 1.43-4.14l.43-1.71a8.81 8.81 0 0 1 1.68-3.71 8.93 8.93 0 0 1 3-2.79 22.68 22.68 0 0 0 5.29-3.57 9.31 9.31 0 0 0 2.61-7 15 15 0 0 0-2.89-8.25l9.29-9.29-4.29-4.29-9.36 9.29a14.43 14.43 0 0 0-8.39-2.93 9.09 9.09 0 0 0-6.82 2.64 18.87 18.87 0 0 0-3 4.36l-.57.93a8.93 8.93 0 0 1-2.79 3 8.8 8.8 0 0 1-3.79 1.68c-4.333.813-7.5 2.193-9.5 4.14-2.713 2.713-3.783 6.25-3.21 10.61a20.23 20.23 0 0 0 6.14 11.82c4.14 4.14 8.807 6.21 14 6.21s8.773-2.333 10.74-7zm-13.86-18l7.86 7.86a1 1 0 0 1 0 1.64.88.88 0 0 1-.75.29 1.11 1.11 0 0 1-.82-.29l-7.86-7.86a1.11 1.11 0 0 1 .79-1.93c.288-.013.57.092.78.29zm6.43 1.5a5.81 5.81 0 0 1-1.86-4.36 6.28 6.28 0 0 1 1.86-4.5 5.62 5.62 0 0 1 4.36-1.86 6.36 6.36 0 0 1 4.39 1.93 6.08 6.08 0 0 1 0 8.79 6.3 6.3 0 0 1-8.75 0zm8.36-4.43a3.76 3.76 0 0 0-1.14-2.82 3.9 3.9 0 0 0-2.82-1.11 3.83 3.83 0 0 0-2.82 1.14 3.79 3.79 0 0 0-1.14 2.79 4 4 0 0 0 1.14 2.86 4.06 4.06 0 0 0 5.64 0 3.88 3.88 0 0 0 1.14-2.84v-.02zm23.14-34.36l-5.57 5.64a2.17 2.17 0 0 0-.29 3.21l4.29 4.29a2.73 2.73 0 0 0 1.61.5 1.93 1.93 0 0 0 1.54-.79l5.71-5.57a2.42 2.42 0 0 0 .71-1.79 2.67 2.67 0 0 0-.71-1.86l-3.69-3.63a2.68 2.68 0 0 0-3.6 0zM59.36 311.76L68.6 315a6 6 0 0 1 2 1l8.61 8.61a2.29 2.29 0 0 1 .59 1.78 2.57 2.57 0 0 1-.69 1.81l-8 8a1.62 1.62 0 0 1-1.48.47 2.9 2.9 0 0 1-1.6-.87l-3-3-3.18 3.18 3 3a2.3 2.3 0 0 1 .59 1.78 2.57 2.57 0 0 1-.7 1.8l-8 8a1.62 1.62 0 0 1-1.48.47 2.9 2.9 0 0 1-1.6-.87l-8.61-8.61a4.79 4.79 0 0 1-1.29-1.69l-3.43-9.09a2.13 2.13 0 0 1 .5-2.47l2.4-2.4a1.67 1.67 0 0 1 .93-.43 1 1 0 0 1 .88.18l1.59 1.59a1 1 0 0 1 .2.91 1.67 1.67 0 0 1-.43.93l-1.34 1.34 2.78 6.77 5.71-5.71a2.74 2.74 0 0 1 1.74-.76 2 2 0 0 1 1.69.51l1.59 1.59 3.18-3.18-1.48-1.64a2.46 2.46 0 0 1-.78-1.52A1.69 1.69 0 0 1 60 325l5.68-5.68-6.77-2.78-1.29 1.29c-.373.373-.827.29-1.36-.25L54.68 316c-.52-.52-.597-.967-.23-1.34l2.37-2.37a2.31 2.31 0 0 1 2.54-.53zM347 46.44l-.21.27a.15.15 0 0 1-.07.09 2 2 0 0 1-.36.5 6.65 6.65 0 0 0-.66.7 5.76 5.76 0 0 1-1.55 1.2.11.11 0 0 0-.1.06.1.1 0 0 1-.1.06.23.23 0 0 0-.14.07l-.1.08a.14.14 0 0 0-.15.1 1 1 0 0 0-.31.12l-18.6 10.08 2-3.64-16.57 8.66L322.52 53l-9.34 3 11.41-11.11-6 1.62 13.46-11.87.34-.33a.11.11 0 0 1 .06-.06 9.6 9.6 0 0 1 4.55-2.43 9.55 9.55 0 0 1 11.05 12.49 3 3 0 0 1-.21.49l-.12.34a.52.52 0 0 1-.08.12l-.16.36a1.06 1.06 0 0 1-.09.16l-.19.31a1.12 1.12 0 0 0-.2.35zm-5.54-12.19a7 7 0 0 0-4.37-.11 7.28 7.28 0 0 0-3.65 2.38 7.43 7.43 0 0 0-1.28 2.24 7 7 0 0 0 .31 5.54 6.86 6.86 0 0 0 4 3.66 7.31 7.31 0 0 0 5.33-.1 7 7 0 0 0 4.05-4.24 7.11 7.11 0 0 0-.3-5.65 7 7 0 0 0-4.07-3.72h-.02zM157.38 388a.29.29 0 0 1 .11.06.52.52 0 0 0 .14.09l12.73 15.91c.348.43.516.979.47 1.53a2.23 2.23 0 0 1-.67 1.45L159 418.23a2.3 2.3 0 0 1-1.46.68 2 2 0 0 1-1.52-.48l-15.89-12.73-.13-.13-.05-.1-.83.83a2.17 2.17 0 0 1-1.63.64 2.21 2.21 0 0 1-1.6-.64l-2.4-2.4a2.29 2.29 0 0 1-.1-3.13l-1.89-3.86a2.13 2.13 0 0 1 .43-2.6L146.24 380a2.11 2.11 0 0 1 2.58-.4l3.89 1.87a2.24 2.24 0 0 1 1.57-.53 2.18 2.18 0 0 1 1.54.66l2.4 2.4a2.21 2.21 0 0 1 .64 1.6 2.17 2.17 0 0 1-.64 1.63l-.84.77zm-9.52-6.49l-14.32 14.32 1.57 3.18L151 383.15l-3.14-1.64zm-10.36 23.13l19.09-19.09-2.4-2.4-19.09 19.09 2.4 2.4zm6.59 1.34l13.84-13.84-2.12-2.63-14.32 14.32 2.6 2.15zm9.77 7.75l11.82-11.82-7-8.86L145 406.69l8.86 7.04zm.88.68l2.65 2.15 11.14-11.14-2.17-2.62-11.62 11.61zM157.38-12a.29.29 0 0 1 .11.06.52.52 0 0 0 .14.09l12.73 15.96c.348.43.516.979.47 1.53a2.23 2.23 0 0 1-.67 1.45L159 18.23a2.3 2.3 0 0 1-1.46.68 2 2 0 0 1-1.52-.48L140.13 5.7l-.13-.13v-.1l-.83.83a2.17 2.17 0 0 1-1.63.64 2.21 2.21 0 0 1-1.6-.64l-2.4-2.4a2.22 2.22 0 0 1-.67-1.53 2.24 2.24 0 0 1 .57-1.6l-1.89-3.86a2.13 2.13 0 0 1 .43-2.6L146.24-20a2.11 2.11 0 0 1 2.58-.4l3.89 1.87a2.25 2.25 0 0 1 1.57-.53 2.18 2.18 0 0 1 1.54.66l2.4 2.4a2.21 2.21 0 0 1 .64 1.6 2.17 2.17 0 0 1-.64 1.63l-.84.77zm-9.52-6.49L133.54-4.12l1.57 3.18L151-16.85l-3.14-1.64zM137.5 4.64l19.09-19.09-2.4-2.4L135.1 2.24l2.4 2.4zM144.09 6l13.84-13.84-2.12-2.63-14.32 14.3 2.6 2.17zm9.77 7.75l11.83-11.84-7-8.86L145 6.69l8.86 7.06zm.88.68l2.65 2.15 11.15-11.16-2.17-2.62-11.63 11.63zM120.9 324l15.46 15.46a3.23 3.23 0 0 1 0 4.55L115.45 365a3.23 3.23 0 0 1-4.54 0l-15.46-15.5a3.23 3.23 0 0 1 0-4.55L116.36 324a3.23 3.23 0 0 1 4.54 0zm-2.3 23.21l.05-.05a2.86 2.86 0 0 0 .75-1.5c.127-.633.207-1.1.24-1.4.112-.702.179-1.41.2-2.12.373-2.76.76-6.14 1.16-10.14a9.08 9.08 0 0 0-.19-3.07 5 5 0 0 0-1.22-2.54l-.35-.35a.78.78 0 0 0-.86-.35 1.23 1.23 0 0 0-.23.18l-20.89 20.91a.61.61 0 0 0 0 .91 7 7 0 0 0 6.14 1.95l5.1-.58c2.253-.253 3.947-.457 5.08-.61a13 13 0 0 0 2.58-.25 5.16 5.16 0 0 0 2.44-.94v-.05zm1.87 1.77l-.05.05a4.94 4.94 0 0 1-1.8 1.1 9.57 9.57 0 0 1-1.92.53c-.527.073-1.647.19-3.36.35-1.713.16-4.917.533-9.61 1.12a12.22 12.22 0 0 1-1.92.05l10.91 10.91a.61.61 0 0 0 .91 0l20.91-20.91a.61.61 0 0 0 0-.91l-10.91-10.91c.05.639.05 1.281 0 1.92-.587 4.667-.96 7.87-1.12 9.61-.16 1.74-.277 2.86-.35 3.36a9.62 9.62 0 0 1-.53 1.92 4.94 4.94 0 0 1-1.16 1.83v-.02zM76.66 197.81l2.26 2.26c5.073-3.953 10.253-5.98 15.54-6.08a18.74 18.74 0 0 1 14 5.94 3 3 0 0 1 .88 2.09 2.83 2.83 0 0 1-.87 2.15l-12.72 12.74 6.36 6.36 12.73-12.73a2.84 2.84 0 0 1 2.16-.87 3 3 0 0 1 2.09.88l1.08 1.08a1.46 1.46 0 0 1 0 2.09l-31.83 31.81a1.49 1.49 0 0 1-1.06.42 1.37 1.37 0 0 1-1.06-.39l-1.08-1.08a3.09 3.09 0 0 1 0-4.24l12.73-12.73-6.36-6.36-12.73 12.73a3.09 3.09 0 0 1-4.24 0 18.74 18.74 0 0 1-5.94-14c.1-5.287 2.127-10.467 6.08-15.54l-2.26-2.26-3.17 3.17a1.49 1.49 0 0 1-1.06.42 1.43 1.43 0 0 1-1.09-.42l-1-1a3.1 3.1 0 0 1 0-4.24l8.48-8.49a2.83 2.83 0 0 1 2.16-.88 3 3 0 0 1 2.09.88l1 1c.284.28.446.661.45 1.06a1.39 1.39 0 0 1-.42 1.06l-3.2 3.17zM50.94 168.67a31.22 31.22 0 0 1 7.75-4.72c2.307-.893 3.907-.893 4.8 0 1.147 1.147.837 3.42-.93 6.82a44.24 44.24 0 0 1-8.13 10.58 44.23 44.23 0 0 1-10.58 8.13c-3.4 1.767-5.673 2.077-6.82.93-.893-.893-.893-2.493 0-4.8a31.19 31.19 0 0 1 4.72-7.75 6.44 6.44 0 0 1-1.82-4.6 6.38 6.38 0 0 1 6.41-6.41 6.45 6.45 0 0 1 4.6 1.82zM40.12 187.3a1 1 0 1 0 1.36-1.466 1 1 0 0 0-1.36 1.466zm3-11.1a51.107 51.107 0 0 1 2.94-3.19c.987-.98 2.067-1.98 3.24-3a4.34 4.34 0 0 0-3-1.06 4.37 4.37 0 0 0-3.19 7.25h.01zm2.45 6.72a1 1 0 0 0 .73-.3 1.06 1.06 0 0 0 .31-.75 1 1 0 0 0-1.06-1.06 1.06 1.06 0 0 0-.74.32 1 1 0 0 0-.3.73 1.08 1.08 0 0 0 1.05 1.06h.01zm3.93-5a1 1 0 0 0 1.49 0 1.07 1.07 0 0 0 .33-.76 1 1 0 0 0-1.06-1.06 1.08 1.08 0 0 0-.76.33 1 1 0 0 0-.02 1.5l.02-.01zm4.7-4.7a1 1 0 1 0-.31-.75 1 1 0 0 0 .29.76l.02-.01zm4.7-4.7a1 1 0 1 0-.31-.75 1 1 0 0 0 .29.76l.02-.01zM272 158.35a40.85 40.85 0 0 1 25.56-25.56 33.79 33.79 0 0 1 17.38-1.16 27 27 0 0 1 14.11 7.37 28.83 28.83 0 0 1 7.6 12.7 32.82 32.82 0 0 1 .68 14.67l8.08 8.08a4.51 4.51 0 0 1 0 6.36l-3.17 3.19-4.75-4.75a2.26 2.26 0 0 0-1.59-.68 2.24 2.24 0 0 0-2.27 2.27c.006.6.25 1.172.68 1.59l4.75 4.75-4.75 4.75-4.75-4.75a2.32 2.32 0 0 0-3.23 0 2.07 2.07 0 0 0-.63 1.59c.006.6.25 1.172.68 1.59l4.75 4.75-4.8 4.8-4.75-4.75a2.26 2.26 0 0 0-1.59-.68 2.08 2.08 0 0 0-1.59.63 2.32 2.32 0 0 0 0 3.23l4.75 4.75-3.15 3.14a4.51 4.51 0 0 1-6.37 0l-8.08-8.08a32.83 32.83 0 0 1-14.67-.68 28.83 28.83 0 0 1-12.7-7.6 27 27 0 0 1-7.32-14.14 33.76 33.76 0 0 1 1.14-17.38zm25.71 28.23a9 9 0 1 0-6.36-2.63 8.66 8.66 0 0 0 6.34 2.63h.02zm19.09-19.09a9 9 0 1 0-6.36-2.63 8.66 8.66 0 0 0 6.34 2.63h.02zM259.37 233a61 61 0 0 1 9.52 1.35c3.373.733 5.61 1.65 6.71 2.75a9 9 0 1 1-12.69 12.69c-1.147-1.147-2.083-3.313-2.81-6.5a62.53 62.53 0 0 1-1.43-9.6.61.61 0 0 1 .7-.69zm13.81 13a3.35 3.35 0 0 0 1-2.46 3.29 3.29 0 0 0-1-2.42 3.66 3.66 0 0 0-2.34-1.09.45.45 0 0 0-.4.23.37.37 0 0 0 .09.41c.52.878.792 1.88.79 2.9a5.49 5.49 0 0 1-.79 2.86.42.42 0 0 0-.09.41.44.44 0 0 0 .43.19 3.2 3.2 0 0 0 2.3-1.03h.01zM74.4 64.72l29.09 29.09-17 7.27-9.7 19.39-17 7.27-29.03-29.08 17-7.27L57.43 72l16.97-7.28zm-13.53 38.79a3.45 3.45 0 1 0-1 2.42 3.31 3.31 0 0 0 1-2.42zm4.85-9.7a3.45 3.45 0 1 0-1 2.42 3.3 3.3 0 0 0 .99-2.42h.01zm0 19.39a3.45 3.45 0 1 0-1 2.42 3.3 3.3 0 0 0 .99-2.42h.01zm14.74-26.53v-5.12h-5.92v-5.92h-5.12v5.93h-5.93v5.12h5.93v5.92h5.12v-5.93h5.93-.01zM15.11 338.67a9.88 9.88 0 0 1 9.14 9.14 16.26 16.26 0 0 1-1.33 7.94 23.4 23.4 0 0 1-5.18 7.6 27.08 27.08 0 0 1-3.26 2.75 17.16 17.16 0 0 1-4 10.83.6.6 0 0 1-.83.18.84.84 0 0 1-.2-.81v-.85a8.42 8.42 0 0 0 0-1c0-.13-.06-.45-.14-.95a3.62 3.62 0 0 0-.37-1.2 16.86 16.86 0 0 0-1.74-2.85 14.51 14.51 0 0 1-6.34.2 10.13 10.13 0 0 1-5.21-2.87A9.66 9.66 0 0 1-7 360.72a16.26 16.26 0 0 1 1.33-7.94 23.4 23.4 0 0 1 5.18-7.6A23.4 23.4 0 0 1 7.17 340a16.26 16.26 0 0 1 7.94-1.33zm-9.33 21A2.48 2.48 0 0 0 5 357.9a2.48 2.48 0 0 0-1.82-.76 2.48 2.48 0 0 0-1.82.76 2.56 2.56 0 0 0 0 3.64 2.47 2.47 0 0 0 1.82.76 2.48 2.48 0 0 0 1.82-.76 2.48 2.48 0 0 0 .78-1.82v-.05zm5.46-5.45a2.47 2.47 0 0 0-.76-1.82 2.48 2.48 0 0 0-1.82-.76 2.48 2.48 0 0 0-1.82.76 2.56 2.56 0 0 0 0 3.64 2.48 2.48 0 0 0 1.82.76 2.48 2.48 0 0 0 1.82-.76c.48-.468.75-1.11.75-1.78l.01-.04zm5.46-5.46a2.59 2.59 0 0 0-2.58-2.58 2.58 2.58 0 1 0 1.82 4.39 2.48 2.48 0 0 0 .75-1.76l.01-.05zM415.11 338.67a9.88 9.88 0 0 1 9.14 9.14 16.26 16.26 0 0 1-1.33 7.94 23.41 23.41 0 0 1-5.18 7.6 27.23 27.23 0 0 1-3.26 2.75 17.16 17.16 0 0 1-4 10.83.6.6 0 0 1-.83.18.84.84 0 0 1-.2-.81v-.85a8.51 8.51 0 0 0 0-1c0-.13-.06-.45-.14-.95a3.62 3.62 0 0 0-.37-1.2 16.8 16.8 0 0 0-1.74-2.85 14.51 14.51 0 0 1-6.34.2 10.13 10.13 0 0 1-5.21-2.87 9.66 9.66 0 0 1-2.65-6.06 16.26 16.26 0 0 1 1.33-7.94A24.66 24.66 0 0 1 407.17 340a16.27 16.27 0 0 1 7.94-1.33zm-9.33 21a2.59 2.59 0 1 0-.76 1.82 2.47 2.47 0 0 0 .76-1.77v-.05zm5.46-5.45a2.59 2.59 0 1 0-.76 1.82 2.47 2.47 0 0 0 .75-1.78l.01-.04zm5.46-5.46a2.58 2.58 0 1 0-.76 1.82 2.47 2.47 0 0 0 .75-1.77l.01-.05zM42.05 270.64a5.37 5.37 0 0 1-1.53 3.7 6.36 6.36 0 0 1-3.17 1.81 6.23 6.23 0 0 1-3.46-.23c-1.667-.587-3.047-2.033-4.14-4.34l-2.2-6.34a4.87 4.87 0 0 1-.18-2.25 3.32 3.32 0 0 1 .93-1.89l15.51-15.51a3.33 3.33 0 0 1 1.89-.93 4.86 4.86 0 0 1 2.25.18L54.3 247c3.72 1.8 5.237 4.343 4.55 7.63a6.34 6.34 0 0 1-1.79 3.16 5.34 5.34 0 0 1-3.69 1.51 6 6 0 0 1-5.66 5.7 6 6 0 0 1-5.66 5.64zm-10.15-6.77l2 5.88a3.78 3.78 0 0 0 1.46 1.87 1.52 1.52 0 0 0 1.7-.19 1.63 1.63 0 0 0 .48-1.44 2.36 2.36 0 0 0-.77-1.45 1.92 1.92 0 0 1-.58-2.15 2.44 2.44 0 0 1 1.62-1.62 1.94 1.94 0 0 1 2.17.63 2 2 0 0 0 2.13.67 1.4 1.4 0 0 0 1-1.65 3.51 3.51 0 0 0-.72-1.5 2.76 2.76 0 0 1-.64-1.58 2.24 2.24 0 0 1 .64-1.68 1.75 1.75 0 0 1 1.51-.66 4.68 4.68 0 0 1 1.84.71 9.77 9.77 0 0 0 1.36.73 1.46 1.46 0 0 0 1.69-1.06 1.93 1.93 0 0 0-.64-2.16 2 2 0 0 1-.64-2.18 2.43 2.43 0 0 1 1.62-1.62 1.93 1.93 0 0 1 2.15.58c.376.422.89.695 1.45.77a1.63 1.63 0 0 0 1.44-.48 1.52 1.52 0 0 0 .19-1.71 3.78 3.78 0 0 0-1.87-1.46l-5.88-2-14.71 14.75zm37.58.61l.81-.81a1 1 0 0 1 .8-.32c.298.004.582.126.79.34l1.59 1.59a1.1 1.1 0 0 1 0 1.57L49.6 290.71a1.12 1.12 0 0 1-.79.34 1 1 0 0 1-.8-.32l-1.59-1.59a1.13 1.13 0 0 1-.34-.79 1.09 1.09 0 0 1 .34-.82l.78-.78-7.35-7.35A.84.84 0 0 1 40 278a5.65 5.65 0 0 0 .81-.71 8 8 0 0 0 .8-.9 1 1 0 0 1 .71-.43.87.87 0 0 1 .77.26l7.35 7.35 4.77-4.77-4.82-4.8a2.21 2.21 0 0 1-.66-1.57 2 2 0 0 1 .61-1.57l3.23-3.23a2.13 2.13 0 0 1 1.62-.66 2.21 2.21 0 0 1 1.57.66l4.77 4.77 4.77-4.77-7.35-7.35a.87.87 0 0 1-.27-.77 1.28 1.28 0 0 1 .53-.81 8.86 8.86 0 0 0 .79-.7c.21-.21.47-.5.77-.87a.8.8 0 0 1 1.36-.05l7.35 7.4zM356.6-1.46l10.61-10.61a1.44 1.44 0 0 1 1.06-.44 1.44 1.44 0 0 1 1.06.44l10.6 10.61a4.33 4.33 0 0 1 1.31 3.18 4.33 4.33 0 0 1-1.31 3.18l-6.36 6.36a4.51 4.51 0 0 1-6.36 0l-2.12 2.12a3 3 0 0 1-4.24 0l-5.3-5.3a2.89 2.89 0 0 1-.89-2.08 2.89 2.89 0 0 1 .88-2.12l2.12-2.12-1.06-1.1a1.45 1.45 0 0 1-.44-1.06 1.45 1.45 0 0 1 .44-1.06zm6.4 12.73l2.12-2.12-5.3-5.3L357.66 6l5.34 5.27zm1.75-7.95l.25.22a4.13 4.13 0 0 0 1.58.72 7.27 7.27 0 0 0 1.88.22 16.46 16.46 0 0 0 3.12-.25l.5-.1a.93.93 0 0 0 .72-.76c0-.13.06-.32.11-.55.05-.23.11-.67.18-1.31a14.75 14.75 0 0 0 .09-1.82 8.88 8.88 0 0 0-.24-1.83 4.05 4.05 0 0 0-.7-1.57l-.24-.24a3.3 3.3 0 0 0-2.08-.93 2.28 2.28 0 0 0-1.94.54 2.92 2.92 0 0 0-.83 1.42 2.7 2.7 0 0 0 .07 1.46 2.7 2.7 0 0 0-1.46-.07 2.91 2.91 0 0 0-1.42.83 2.28 2.28 0 0 0-.54 1.94 3.3 3.3 0 0 0 .91 2.09l.04-.01zM356.6 398.54l10.61-10.61a1.5 1.5 0 0 1 2.12 0l10.61 10.61a4.51 4.51 0 0 1 0 6.36l-6.36 6.36a4.51 4.51 0 0 1-6.36 0l-2.12 2.12a3 3 0 0 1-4.24 0l-5.3-5.3a3 3 0 0 1 0-4.24l2.12-2.12-1.06-1.06a1.5 1.5 0 0 1-.02-2.12zm6.4 12.73l2.12-2.12-5.3-5.3-2.16 2.15 5.34 5.27zm1.75-7.95l.25.22a4.13 4.13 0 0 0 1.58.72 7.25 7.25 0 0 0 1.88.22 16.34 16.34 0 0 0 3.12-.25l.5-.1a.93.93 0 0 0 .72-.76c0-.13.06-.32.11-.55.05-.23.11-.67.18-1.31a14.73 14.73 0 0 0 .09-1.82 8.88 8.88 0 0 0-.24-1.83 4 4 0 0 0-.7-1.57l-.22-.25a3.31 3.31 0 0 0-2.08-.94 2.28 2.28 0 0 0-1.94.54 2.92 2.92 0 0 0-.83 1.42 1 1 0 1 1-1.4 1.4 2.91 2.91 0 0 0-1.42.83 2.27 2.27 0 0 0-.54 1.94 3.3 3.3 0 0 0 .9 2.1l.04-.01zM267.85 37.33l5.29-12.59 1.67.72-3.48 8.2 8.3-8.3a1.85 1.85 0 0 1 1.4-.57 2 2 0 0 1 1.41.62l8.48 8.48a1.9 1.9 0 0 1 .58 1.37 1.87 1.87 0 0 1-.58 1.39L279.56 48a1.87 1.87 0 0 1-1.39.58 1.89 1.89 0 0 1-1.37-.58l-8.49-8.48a1.86 1.86 0 0 1-.46-2.19zM281 29.6l1.43 1.4 1.43-1.43-2.86-2.78-11.3 11.35 2.81 2.81 8.49-8.49-1.43-1.46 1.43-1.4zm-4.92 14.87a3 3 0 1 0-.87-2.11 2.87 2.87 0 0 0 .86 2.11h.01zM279.93 338.86a12.09 12.09 0 0 1 12 0 11.9 11.9 0 0 1 4.37 4.37 12.09 12.09 0 0 1 0 12 11.91 11.91 0 0 1-4.37 4.37 12.1 12.1 0 0 1-12 0 11.91 11.91 0 0 1-4.37-4.37 12.1 12.1 0 0 1 0-12 11.91 11.91 0 0 1 4.37-4.37zm-1.39 17.81a10.46 10.46 0 1 0-3.08-7.42 10.11 10.11 0 0 0 3.08 7.42zm2.93-7.1a7.7 7.7 0 0 1 4.81-4.81 22.92 22.92 0 0 1 3.23-1.17c.84-.213 1.38-.337 1.62-.37l1.1-.24-.24 1.1c0 .24-.123.78-.37 1.62a22.92 22.92 0 0 1-1.17 3.23 7.7 7.7 0 0 1-4.81 4.81 23 23 0 0 1-3.23 1.17c-.84.213-1.38.337-1.62.37l-1.09.24.24-1.09c0-.24.123-.78.37-1.62a23 23 0 0 1 1.15-3.24h.01zm3.67 3.57a9.08 9.08 0 0 0 2.94-1.77 9 9 0 0 0 1.75-2.81 20.88 20.88 0 0 0 1.13-3.24l.31-1.38c-.4.08-.913.2-1.54.36a24.87 24.87 0 0 0-2.94 1.06 9.06 9.06 0 0 0-3 1.77 8.85 8.85 0 0 0-1.74 2.8 19.14 19.14 0 0 0-1.09 3.23l-.33 1.38c.393-.08.907-.197 1.54-.35a22.54 22.54 0 0 0 2.96-1.05h.01zm2.13-2.56a1.84 1.84 0 0 1-1.31.55 1.92 1.92 0 0 1-1.33-.55 1.86 1.86 0 0 1-.52-1.33 1.82 1.82 0 0 1 .52-1.32 1.79 1.79 0 0 1 1.33-.54 1.82 1.82 0 0 1 1.34.54 1.87 1.87 0 0 1-.04 2.65h.01zm-1.27-2.45a1.05 1.05 0 0 0-.81.33 1.11 1.11 0 0 0-.31.79 1.1 1.1 0 0 0 .32.79c.208.219.499.339.8.33a1 1 0 0 0 .79-.33 1.12 1.12 0 0 0-.79-1.91zM100.29 296.16l2.12 2.12L89.69 311l-2.12-2.12a8.65 8.65 0 0 1-2.62-6 8.84 8.84 0 0 1 2.11-6.19l-1.25-1.25a1.33 1.33 0 0 1-1.36-.29 1.56 1.56 0 0 1-.51-1.13 1.49 1.49 0 0 1 1.5-1.5c.43.007.84.191 1.13.51.342.36.458.88.3 1.35l1.25 1.25a8.79 8.79 0 0 1 6.18-2.1 8.67 8.67 0 0 1 5.99 2.63zm-11.4 9.28a1.82 1.82 0 0 0 1.32.55 1.84 1.84 0 0 0 1.87-1.87 1.87 1.87 0 0 0-1.87-1.87 1.84 1.84 0 0 0-1.87 1.87c.002.494.204.967.56 1.31l-.01.01zm.27 8.22l15.91-15.91a.73.73 0 0 1 1 0l3.2 3.2a.73.73 0 0 1 0 1l-15.86 15.94a.76.76 0 0 1-.53.23.7.7 0 0 1-.53-.21l-3.2-3.2a.7.7 0 0 1-.21-.53.76.76 0 0 1 .23-.53l-.01.01zm5-13.52a1.82 1.82 0 0 0 1.32.55 1.84 1.84 0 0 0 1.87-1.87 1.87 1.87 0 0 0-1.87-1.87 1.84 1.84 0 0 0-1.87 1.87c.01.499.223.972.59 1.31l-.04.01z"/></g></g></svg>');
}

.bg-img-fa-icons:after {
  background-image: url('data:image/svg+xml;uft8,<svg width="400" height="400" viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>pattern-font-awesome-dol</title><defs><path id="a" d="M0 0h400v400H0z"/></defs><g fill="none" fill-rule="evenodd"><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><g mask="url(#b)" fill="#1c1e29"><path d="M398.648 101.689c0-.336-.135-.64-.404-.91-.27-.268-.573-.403-.908-.403-.338 0-.641.135-.911.404-1.28 1.28-1.918 2.795-1.918 4.546 0 1.752.639 3.266 1.918 4.546.27.27.573.404.91.403.336 0 .639-.134.909-.403.269-.27.404-.572.404-.91 0-.336-.252-.758-.758-1.263-.504-.505-.758-1.296-.758-2.373 0-1.077.254-1.87.758-2.374.506-.506.758-.925.758-1.263zm-3.131 41.82l43.639-43.638-3.637-3.637-43.64 43.639 3.638 3.636zm-1.767-45.406c1.986-1.986 4.41-2.98 7.27-2.98 2.864 0 5.298 1.003 7.3 3.005 2.004 2.004 2.998 4.428 2.98 7.273-.017 2.846-1.02 5.262-3.006 7.248-1.986 1.987-4.402 2.989-7.248 3.005-2.845.018-5.27-.976-7.271-2.98-2.004-2.003-3.006-4.435-3.006-7.298 0-2.861.992-5.286 2.98-7.273zm22.677 7.273c0-4.276-1.498-7.912-4.496-10.91-2.996-2.996-6.633-4.495-10.908-4.495-4.277 0-7.914 1.499-10.91 4.495-2.998 2.997-4.496 6.634-4.496 10.91 0 4.277 1.498 7.913 4.496 10.91 2.996 2.997 6.633 4.496 10.908 4.495 4.277 0 7.914-1.498 10.91-4.495 2.996-2.997 4.496-6.633 4.496-10.91zm-50.004 9.04l43.639-43.638-7.273-7.273-23.536 23.537 1.819 5.455-18.285 18.283 3.636 3.637zm-1.816-9.09l10.908-10.91-3.637-3.637-10.908 10.91 3.637 3.637zm41.818-45.458l36.368 36.366c1.009 1.01 1.515 2.223 1.515 3.637 0 1.414-.506 2.626-1.515 3.636l-43.64 43.639c-1.011 1.01-2.222 1.515-3.636 1.515-1.414 0-2.627-.505-3.637-1.515l-36.367-36.366c-1.01-1.01-1.513-2.222-1.513-3.636 0-1.414.503-2.626 1.515-3.637l43.639-43.638c1.01-1.011 2.223-1.516 3.637-1.516 1.414 0 2.625.505 3.634 1.515zM24.607 265.876c-1.988 1.988-1.988 5.283 0 7.272 1.988 1.99 5.284 1.99 7.273 0 1.989-1.989 1.989-5.284 0-7.272-1.99-1.989-5.285-1.988-7.273 0zM-.847 291.33c-1.99 1.99-1.99 5.284-.001 7.273 1.989 1.99 5.285 1.988 7.273 0 1.989-1.989 1.989-5.284 0-7.273-1.988-1.989-5.284-1.988-7.272 0zm-7.273-14.546l-7.273-7.272-4.488 4.49c-.115.112-.37.71-.37.88v11.078c0 .172.256.768.37.882l.85.852 10.91-10.91zm45.455-19.999c2.102 2.103-.398 4.034-1.82 5.454 4.007 4.006 4.007 10.54.002 14.545-4.006 4.006-10.541 4.006-14.547 0l-10.908 10.91c4.006 4.006 4.006 10.54 0 14.545-4.006 4.006-10.54 4.006-14.546 0l-1.818 1.82c-1.421 1.42-3.353 3.92-5.454 1.817a2.59 2.59 0 0 1 0-3.637l-9.091-9.09c-2.017-2.017-4.546-3.978-4.546-7.103v-11.25c0-1.42.795-3.352 1.818-4.375l4.545-4.545-5.454-5.455a2.59 2.59 0 0 1 0-3.636l29.09-29.09a2.59 2.59 0 0 1 3.638 0l29.09 29.09zM424.608 265.876c-1.988 1.988-1.988 5.283 0 7.272 1.988 1.99 5.284 1.99 7.273 0 1.989-1.989 1.989-5.284 0-7.272-1.99-1.989-5.285-1.988-7.273 0zm-25.454 25.454c-1.99 1.99-1.99 5.284-.001 7.273 1.989 1.99 5.285 1.988 7.273 0 1.989-1.989 1.989-5.284 0-7.273-1.988-1.989-5.284-1.988-7.272 0zm-7.273-14.546l-7.273-7.272-4.488 4.49c-.115.112-.37.71-.37.88v11.078c0 .172.256.768.37.882l.85.852 10.91-10.91zm45.455-19.999c2.102 2.103-.398 4.034-1.82 5.454 4.007 4.006 4.007 10.54.002 14.545-4.006 4.006-10.541 4.006-14.547 0l-10.908 10.91c4.006 4.006 4.006 10.54 0 14.545-4.006 4.006-10.54 4.006-14.546 0l-1.818 1.82c-1.421 1.42-3.353 3.92-5.454 1.817a2.59 2.59 0 0 1 0-3.637l-9.091-9.09c-2.017-2.017-4.546-3.978-4.546-7.103v-11.25c0-1.42.795-3.352 1.818-4.375l4.545-4.545-5.454-5.455a2.59 2.59 0 0 1 0-3.636l29.09-29.09a2.59 2.59 0 0 1 3.638 0l29.09 29.09zM1.262 327.093l-4.646 10.813 18.046 18.046 4.647-10.813-18.047-18.046zm1.037 34.686l11.454-4.916-18.047-18.047-11.453 4.917L2.299 361.78zm-5.556 11.723L1.39 362.69l-18.047-18.047-4.646 10.814 18.045 18.046zm4.988-49.579l20.008 20.008c.37.37.484.937.27 1.407l-5.456 12.732a1.154 1.154 0 0 1-.683.682L3.62 364.01l-5.256 12.25a1.043 1.043 0 0 1-.27.411 1.332 1.332 0 0 1-.668.356 1.325 1.325 0 0 1-1.151-.356l-20.008-20.008a1.266 1.266 0 0 1-.27-1.406l5.456-12.732c.129-.328.356-.555.683-.683l12.249-5.257 5.258-12.25c.17-.396.512-.68.937-.767.412-.07.853.057 1.15.355zM401.261 327.093l-4.646 10.813 18.046 18.046 4.647-10.813-18.047-18.046zm1.037 34.686l11.455-4.916-18.047-18.047-11.453 4.917 18.045 18.046zm-5.555 11.723l4.647-10.813-18.047-18.047-4.646 10.814 18.046 18.046zm4.987-49.579l20.008 20.008c.371.37.484.937.271 1.407l-5.457 12.732a1.155 1.155 0 0 1-.682.682l-12.25 5.258-5.257 12.25a1.043 1.043 0 0 1-.27.411 1.328 1.328 0 0 1-.668.356 1.322 1.322 0 0 1-1.15-.356l-20.008-20.008a1.264 1.264 0 0 1-.27-1.406l5.455-12.732c.13-.328.356-.555.684-.683l12.248-5.257 5.258-12.25c.17-.396.512-.68.937-.767.412-.07.854.057 1.151.355zM-7.06 184.275l9.373-1.496 4.3 8.427-6.723 6.72-8.446-4.278 1.496-9.373zm19.996-9.09a1.572 1.572 0 0 0-.058-.056l-.245 3.617-8.786.303-4.924-7.31 2.765-2.31c-4.279-.681-8.767-.02-12.706 2.027l3.352 1.344-2.424 8.445-8.446 2.424-1.343-3.352c-2.045 3.939-2.709 8.427-2.028 12.706l2.33-2.783 7.291 4.94-.303 8.788-3.617.246a20.403 20.403 0 0 0 11.475 5.832l-1.932-3.067 6.93-5.415 8.276 3.01-.889 3.504a20.382 20.382 0 0 0 5.282-3.807 20.332 20.332 0 0 0 3.806-5.283l-3.502.89-3.012-8.275 5.416-6.931 3.067 1.932a20.403 20.403 0 0 0-5.775-11.418zm2.424-2.423c9.374 9.374 9.373 24.56 0 33.933-9.374 9.373-24.56 9.374-33.933 0-9.374-9.373-9.374-24.56 0-33.933 9.373-9.373 24.56-9.373 33.933 0zM392.94 184.275l9.374-1.496 4.299 8.427-6.722 6.72-8.446-4.278 1.496-9.373zm19.997-9.09a1.572 1.572 0 0 0-.058-.056l-.245 3.617-8.786.303-4.924-7.31 2.765-2.31c-4.28-.681-8.767-.02-12.706 2.027l3.352 1.344-2.424 8.445-8.446 2.424-1.343-3.352c-2.045 3.939-2.71 8.427-2.028 12.706l2.33-2.783 7.29 4.94-.302 8.788-3.617.246a20.403 20.403 0 0 0 11.475 5.832l-1.932-3.067 6.93-5.415 8.276 3.01-.89 3.504a20.382 20.382 0 0 0 5.283-3.807 20.332 20.332 0 0 0 3.806-5.283l-3.502.89-3.012-8.275 5.416-6.931 3.067 1.932a20.403 20.403 0 0 0-5.775-11.418zm2.424-2.423c9.374 9.374 9.373 24.56 0 33.933-9.374 9.373-24.56 9.374-33.933 0-9.374-9.373-9.374-24.56 0-33.933 9.373-9.373 24.559-9.373 33.933 0zM5.272 18.862l-6.877 5.115-8.115-2.742 2.743 8.114-5.116 6.877 8.568-.128 4.945 7.02 2.544-8.199 8.185-2.53-7.005-4.959.128-8.568zm2.601-2.942l-.128 10.19 8.326 5.882c.113.085.199.17.299.27.382.383.54.881.128 1.293-.199.2-.47.327-.74.398L6.024 36.98l-3.025 9.734c-.086.284-.2.54-.399.74-.412.411-.937.255-1.307-.114-.099-.1-.171-.2-.255-.313L-4.845 38.7l-10.203.142c-.356-.014-.782-.07-1.037-.327-.428-.426-.157-1.037.141-1.449l6.096-8.17-3.269-9.664c-.141-.398-.213-.952.115-1.279.327-.327.88-.256 1.279-.114l9.662 3.27L6.11 15.01c.398-.284 1.023-.569 1.449-.142.256.256.314.682.314 1.051zM405.271 18.862l-6.877 5.115-8.115-2.742 2.744 8.114-5.117 6.877 8.568-.128 4.945 7.02 2.545-8.199 8.184-2.53-7.004-4.959.127-8.568zm2.602-2.942l-.129 10.19 8.326 5.882c.113.085.199.17.299.27.382.383.541.881.129 1.293-.2.2-.471.327-.741.398l-9.734 3.026-3.025 9.734c-.086.284-.2.54-.399.74-.412.411-.937.255-1.307-.114-.099-.1-.171-.2-.255-.313l-5.883-8.327-10.203.142c-.356-.014-.782-.07-1.037-.327-.428-.426-.157-1.037.142-1.449l6.096-8.17-3.27-9.664c-.14-.398-.213-.952.116-1.279.326-.327.88-.256 1.279-.114l9.662 3.27 8.17-6.097c.398-.284 1.023-.569 1.449-.142.256.256.315.682.315 1.051zM352.529 390.721a1.269 1.269 0 0 0-1.818 0l-20 20a1.268 1.268 0 0 0 0 1.818l1.818 1.818a1.27 1.27 0 0 0 1.818 0l20-20a1.27 1.27 0 0 0 0-1.819l-1.818-1.817zm-7.273-7.272a1.27 1.27 0 0 0-1.82 0l-20 20a1.27 1.27 0 0 0 0 1.818l1.82 1.818a1.27 1.27 0 0 0 1.818 0l20-20a1.268 1.268 0 0 0 0-1.818l-1.818-1.818zm-7.272-7.274a1.269 1.269 0 0 0-1.818 0l-20 20a1.268 1.268 0 0 0 0 1.818l1.817 1.82a1.268 1.268 0 0 0 1.818 0l20-20a1.27 1.27 0 0 0 0-1.82l-1.817-1.818zm1.59-17.955l-13.408 13.41-13.41-13.41c.654-.14 1.25-.227 1.818-.227h23.183c.567 0 1.165.086 1.817.227zm4.773 2.5l30 30.001a3.857 3.857 0 0 1 0 5.454l-38.181 38.182a3.859 3.859 0 0 1-5.455.001l-45.455-45.454a3.858 3.858 0 0 1 0-5.455l22.727-22.728 15.454 15.454a3.858 3.858 0 0 0 5.455 0l15.455-15.455zM352.529-9.28a1.269 1.269 0 0 0-1.818 0l-20 20a1.268 1.268 0 0 0 0 1.819l1.818 1.818a1.269 1.269 0 0 0 1.818 0l20-20a1.269 1.269 0 0 0 0-1.818l-1.818-1.818zm-7.273-7.272a1.27 1.27 0 0 0-1.82 0l-20 20a1.27 1.27 0 0 0 0 1.818l1.82 1.819a1.27 1.27 0 0 0 1.818 0l20-20a1.27 1.27 0 0 0 0-1.82l-1.818-1.817zm-7.272-7.272a1.268 1.268 0 0 0-1.818 0l-20 20a1.268 1.268 0 0 0 0 1.818l1.817 1.818a1.27 1.27 0 0 0 1.818 0l20-20a1.27 1.27 0 0 0 0-1.82l-1.817-1.816zm1.59-17.955L326.166-28.37l-13.41-13.41c.654-.141 1.25-.227 1.818-.227h23.183c.567 0 1.165.086 1.817.228zm4.773 2.5l30 30a3.858 3.858 0 0 1 0 5.455l-38.181 38.18a3.859 3.859 0 0 1-5.455.002l-45.455-45.455a3.858 3.858 0 0 1 0-5.455l22.727-22.727 15.454 15.455a3.859 3.859 0 0 0 5.455-.001l15.455-15.454zM153.555 5.153c-9.479 0-15.585 3.963-21.77 10.792-.323.348-.51.723-.51 1.205 0 .938.776 1.714 1.714 1.714.482 0 .857-.188 1.205-.509 1.312-1.178 2.49-2.464 3.776-3.669 4.847-4.365 8.997-6.105 15.585-6.105.937 0 1.714-.777 1.714-1.714 0-.938-.777-1.714-1.714-1.714m14.89 1.58c-1.714 8.328-7.07 13.738-14.515 17.433-3.615 1.821-7.659 2.892-11.729 2.892-2.57 0-5.222-.428-7.659-1.258-1.286-.429-3.856-2.116-4.927-2.116-1.339 0-2.946 5.463-5.276 5.463-1.687 0-2.196-.83-2.919-2.062-.24-.455-.428-.616-.428-1.178 0-2.785 5.302-4.954 5.302-6.507 0-.242-.696-1.66-.803-2.196a16.046 16.046 0 0 1-.242-2.785c0-8.516 6.776-14.595 14.381-17.112 5.49-1.82 17.165.294 20.888-3.24 1.473-1.366 2.196-2.625 4.445-2.625 3.027 0 4.017 7.846 4.017 10.123 0 1.713-.188 3.454-.535 5.168M153.555 405.153c-9.479 0-15.585 3.964-21.77 10.792-.323.348-.51.723-.51 1.205 0 .938.776 1.714 1.714 1.714.482 0 .857-.188 1.205-.51 1.312-1.177 2.49-2.463 3.776-3.668 4.847-4.364 8.997-6.105 15.585-6.105.937 0 1.714-.777 1.714-1.714 0-.938-.777-1.714-1.714-1.714m14.89 1.58c-1.714 8.328-7.07 13.737-14.515 17.433-3.615 1.82-7.659 2.892-11.729 2.892-2.57 0-5.222-.427-7.659-1.258-1.286-.43-3.856-2.116-4.927-2.116-1.339 0-2.946 5.463-5.276 5.463-1.687 0-2.196-.83-2.919-2.061-.24-.455-.428-.617-.428-1.18 0-2.784 5.302-4.953 5.302-6.506 0-.242-.696-1.66-.803-2.196a16.055 16.055 0 0 1-.242-2.785c0-8.516 6.776-14.595 14.381-17.113 5.49-1.82 17.165.295 20.888-3.24 1.473-1.365 2.196-2.624 4.445-2.624 3.027 0 4.017 7.847 4.017 10.122 0 1.715-.188 3.455-.535 5.169M256.193-14.67l-12.12 12.121-3.03-3.03 12.12-12.12 3.03 3.03zm-6.06-6.06L238.012-8.609l-3.03-3.03 12.12-12.12 3.03 3.03zm-6.06-6.06l-12.121 12.12-3.03-3.03 12.12-12.12 3.03 3.03zM241.043.48l-15.151 15.151-3.03-3.03 15.15-15.15 3.03 3.03zm-3.031-33.33l-12.12 12.12-3.03-3.03 12.12-12.12 3.03 3.03zm-27.27 27.271l9.09 9.09 9.09-9.09-9.09-9.09-9.09 9.09zm24.24 0l-15.15 15.15-15.15-15.15 15.15-15.15 15.15 15.15zm0-36.362L198.622-5.58l25.756 25.756a6.557 6.557 0 0 1 1.253 1.776l35.108-35.107a2.158 2.158 0 0 0-.001-3.03L234.982-41.94zM198.622.48l-3.031 3.031 22.726 22.725a2.157 2.157 0 0 0 3.03 0 2.157 2.157 0 0 0 0-3.03L198.622.48zm65.146-19.695a6.428 6.428 0 0 1 0 9.09l-39.39 39.391a6.43 6.43 0 0 1-9.091.001L189.53 3.511l6.06-6.06-3.03-3.03 42.422-42.422 28.785 28.786zM256.193 385.33l-12.12 12.12-3.03-3.029 12.12-12.12 3.03 3.03zm-6.06-6.06l-12.121 12.121-3.03-3.03 12.12-12.122 3.03 3.031zm-6.06-6.06l-12.121 12.121-3.03-3.03 12.12-12.12 3.03 3.03zm-3.03 27.27l-15.151 15.151-3.03-3.03 15.15-15.15 3.03 3.03zm-3.031-33.33l-12.12 12.12-3.03-3.03 12.12-12.12 3.03 3.03zm-27.27 27.271l9.09 9.09 9.09-9.09-9.09-9.09-9.09 9.09zm24.24 0l-15.15 15.15-15.15-15.15 15.15-15.15 15.15 15.15zm0-36.362l-36.36 36.362 25.756 25.756a6.521 6.521 0 0 1 1.253 1.775l35.108-35.107a2.158 2.158 0 0 0-.001-3.03l-25.756-25.756zm-36.36 42.421l-3.031 3.031 22.726 22.725a2.157 2.157 0 0 0 3.03 0 2.157 2.157 0 0 0 0-3.03l-22.725-22.726zm65.146-19.695a6.428 6.428 0 0 1 0 9.09l-39.39 39.392a6.432 6.432 0 0 1-9.091 0l-25.756-25.756 6.06-6.06-3.03-3.03L234.983 352l28.785 28.786zM93.737 75.304a5.124 5.124 0 0 0 0 7.272 5.124 5.124 0 0 0 7.272 0 5.126 5.126 0 0 0 0-7.272 5.126 5.126 0 0 0-7.272 0m17.812-4.972c-3.095 5.028-5.994 9.517-9.63 13.154-3.637 3.636-8.125 6.534-13.154 9.63-1.221.767-1.59 2.33-.851 3.523.766 1.222 2.329 1.591 3.522.852 3.722-2.3 7.158-4.488 10.256-6.96 9.488 9.716 11.107 13.438 12.982 17.7l.34.851c.57 1.307 2.104 1.875 3.41 1.307.285-.113.54-.313.768-.54a2.548 2.548 0 0 0 .539-2.869l-.34-.796c-1.25-2.84-2.416-5.482-5.342-9.375l1.194-1.193c3.892 2.926 6.534 4.091 9.375 5.341l.795.341a2.548 2.548 0 0 0 2.869-.539c.228-.228.428-.484.54-.768.569-1.307 0-2.84-1.307-3.409l-.851-.34c-4.262-1.876-7.984-3.495-17.7-12.984 2.472-3.097 4.66-6.534 6.96-10.256.739-1.193.37-2.755-.851-3.522-1.193-.739-2.756-.37-3.524.852m16.733 39.517c-11.051 11.051-28.948 11.052-40 0-11.051-11.05-11.051-28.949 0-40 11.052-11.05 28.949-11.05 40 0 11.052 11.052 11.052 28.95 0 40m-41.817 1.818c12.016 12.017 31.619 12.018 43.635.001 12.018-12.017 12.018-31.62 0-43.637-12.016-12.017-31.62-12.017-43.636 0-12.017 12.017-12.016 31.62 0 43.636m47.273 3.637c-14.063 14.062-36.847 14.063-50.91 0-14.062-14.063-14.061-36.847 0-50.909 14.063-14.063 36.847-14.063 50.91 0 14.063 14.062 14.063 36.846 0 50.91M270.692 35.374a3.678 3.678 0 0 0-1.08 2.841l1.023 8.125 5.51-5.51a3.86 3.86 0 0 0 0-5.456 3.859 3.859 0 0 0-5.453 0zm23.977 31.705l-13.295-13.296-5.455-5.454-9.091 9.09 5.454 5.455 13.297 13.296 1.59 1.59c.994.995 2.3.654 3.295-.34l5.455-5.455c.994-.994 1.335-2.3.34-3.296l-1.59-1.59zm-29.801-14.972l-8.154-.994a3.68 3.68 0 0 0-2.84 1.08 3.858 3.858 0 0 0 5.454 5.454l5.54-5.54zm38.324-11.05a1.269 1.269 0 0 1 0 1.817l-2.728 2.727 11.819 11.818a3.858 3.858 0 0 1-.001 5.455l-30.908 30.91a3.858 3.858 0 0 1-5.455 0l-11.82-11.819-2.725 2.727a1.27 1.27 0 0 1-1.82 0l-9.091-9.09a1.273 1.273 0 0 1 0-1.819l12.5-12.5a8.983 8.983 0 0 1-12.726 0 8.984 8.984 0 0 1 0-12.727c1.904-1.904 4.46-2.869 6.96-2.585l8.324 1.051-1.052-8.324c-.283-2.5.682-5.056 2.586-6.96a8.985 8.985 0 0 1 12.728 0 8.985 8.985 0 0 1-.001 12.727l12.5-12.5a1.27 1.27 0 0 1 1.818 0l9.092 9.091zM254.939 229.641a20.486 20.486 0 0 1 6.021 14.655l-20.658-.017 14.637-14.638zm-18.178 13.331l-14.543-14.543c8.029-8.029 21.057-8.029 29.085 0l-14.542 14.543zm20.565 4.734a20.499 20.499 0 0 1-6.023 14.656c-8.028 8.028-21.056 8.029-29.085.001-8.029-8.03-8.029-21.058 0-29.086l14.429 14.428 20.679.001zM332.768 269.273c-5-5-13.182-5-18.182 0-1.22 1.223-2.1 2.614-2.755 4.119l12.33 2.443c1.42.285 2.33 1.649 2.045 3.012-.084.539-.37.994-.709 1.336a2.491 2.491 0 0 1-2.33.682l-12.33-2.444c.03 3.268 1.25 6.534 3.75 9.034 5 5 13.181 5 18.181 0 5-5 5-13.182 0-18.182m-38.352 41.989l-8.919 8.92c-.625.626-1.563.882-2.444.683a2.583 2.583 0 0 1-1.818-1.762l-3.694-12.046c-1.05.597-2.044 1.308-2.955 2.216-5 5-5 13.182 0 18.182 5 5 13.182 5 18.182 0 4.404-4.403 4.943-11.194 1.648-16.193m41.08-19.318c-6.478 5.683-16.392 5.88-23.097.427-4.773-3.865-6.96-9.461-6.676-14.973l-5.057-1.022c-.597 6.563 1.591 13.295 6.59 18.295 1.024 1.023 1.08 2.67.06 3.694l-7.275 7.272-1.96 1.96c5.285 7.045 4.744 17.074-1.676 23.494-7.018 7.018-18.438 7.018-25.455 0-7.017-7.016-7.017-18.437 0-25.455 1.505-1.506 3.24-2.67 5.086-3.55l-.597-1.96c-4.148.227-8.183 1.932-11.76 5.51l-1.819 1.819a2.59 2.59 0 0 1-3.637 0 2.59 2.59 0 0 1 0-3.636l3.637-3.636c6.363-6.364 12.216-6.99 14.545-7.273l14.545-14.545 3.267-3.268-6.05-1.22-6.307 6.306c-1.109 1.108-2.985.994-3.92-.342-.74-1.023-.512-2.5.37-3.381l7.187-7.187c.595-.596 1.476-.852 2.3-.71l4.972.994v-6.477c0-.682.284-1.364.767-1.846l2.87-2.87a2.59 2.59 0 0 1 3.635 0l3.637 3.638c.994.994.994 2.64 0 3.634l-5.086 5.086 8.154 1.619a17.614 17.614 0 0 1 6.79-8.835c6.42-4.432 15.198-4.12 21.306.738 8.893 7.074 9.092 20.285.654 27.7M72.188 267.243a2.59 2.59 0 0 0 0 3.637 2.59 2.59 0 0 0 3.635 0 2.589 2.589 0 0 0 .002-3.637 2.589 2.589 0 0 0-3.638 0m12.728-49.091l-10 10c-3.326-3.325-3.012-8.466-6.365-11.818-3.323-3.325-6.106-4.801-10-.91.03 3.665 5.314 7.074 5.456 12.727.028 1.62.227 3.183.397 4.774.37 2.925 1.847 11.164-.398 13.409l-.91.91 18.183 18.181.91-.91c1.59-1.59 5.227-3.181 7.3-4.175 4.206-2.045 8.438-4.29 11.79-7.643l3.436-3.438c3.212-3.21 4.178-6.732.712-10.198a13.72 13.72 0 0 0-1.733-1.448c.54-1.848-.426-4.12-1.734-5.428a5.606 5.606 0 0 0-2.47-1.449c.055-1.875-.54-3.55-1.876-4.885-.909-.91-2.642-1.846-3.92-1.931 1.307-1.364-.455-4.718-1.505-5.768-1.932-1.931-5.37-1.904-7.273 0m14.12 2.358a10.66 10.66 0 0 1 2.215 1.704 11.77 11.77 0 0 1 3.012 5.17c.452.342.907.74 1.306 1.137 1.819 1.819 3.04 4.234 3.352 6.762 5.426 5.313 4.914 12.13-.34 17.387l-1.023 1.022-2.642 2.642c-4.034 4.034-8.978 6.591-14.034 9.034-1.108.54-4.262 1.988-5.058 2.784l-8.181 8.182a5.126 5.126 0 0 1-7.272 0L52.187 258.15a5.125 5.125 0 0 1 0-7.273l7.784-7.782c.37-1.848-.256-6.337-.511-8.296-.285-2.216-.512-4.433-.596-6.677-.114-3.522-5.512-7.102-5.455-12.727.029-1.334.54-2.641 1.506-3.607 2.955-2.955 6.845-4.744 10.994-3.381 2.613.852 4.374 2.387 6.278 4.289 1.989 1.988 3.183 4.204 4.09 6.817l5-5c3.921-3.918 10.598-3.947 14.517-.026a11.814 11.814 0 0 1 3.24 6.022M322.909 170.152c-1.732 13.096-5.654 23.55-12.074 31.562l7.67 7.67c8.01-6.42 18.41-10.397 31.506-12.13l-27.102-27.102zm20.852 6.307a5.127 5.127 0 0 1 0 7.273l10.91 10.908c1.988 1.99 1.988 5.284 0 7.274-9.262.85-23.183 3.238-33.865 12.272-2.245 4.517.54 9.63 5.029 9.687 1.279 5.256 6.137 5 11.506 4.347 1.705 5.227-5.57 12.614-10.597 12.813-6.704-3.41-14.204-6.024-18.608-14.403l-3.465 3.465c-2.501 2.5-6.592 2.5-9.092 0l-5.455-5.455c-2.5-2.5-2.5-6.59 0-9.091l13.637-13.635c10.91-10.91 13.636-26.365 14.545-36.365 1.99-1.988 5.285-1.988 7.273 0l10.909 10.91a5.127 5.127 0 0 1 7.273 0zM181.55 295.63a5.124 5.124 0 0 0 0 7.272 5.126 5.126 0 0 0 7.271 0 5.126 5.126 0 0 0 .001-7.272 5.125 5.125 0 0 0-7.273 0m-10.909 10.91a5.127 5.127 0 0 0 0 7.272 5.126 5.126 0 0 0 7.272 0 5.127 5.127 0 0 0 0-7.274 5.128 5.128 0 0 0-7.272.001m-10.909 10.91a5.126 5.126 0 0 0 0 7.272 5.128 5.128 0 0 0 7.273 0 5.127 5.127 0 0 0 0-7.273 5.127 5.127 0 0 0-7.273 0m32.726 10.91c-2.073 2.073-4.26 3.918-6.505 5.482.001 6.478-2.016 12.927-5.852 18.864-.625.908-1.307 1.875-2.074 2.813-.397.51-1.137.625-1.676.312-.569-.342-.51-.967-.483-1.62.114-3.466.91-6.932-4.346-13.664-8.75 2.103-17.159.625-22.7-4.915-10.057-10.057-6.789-29.574 7.273-43.637 14.062-14.062 33.58-17.33 43.637-7.272 10.056 10.057 6.79 29.573-7.274 43.636M208.964 68.581c-1.324 1.325-3.52 1.325-4.847 0-1.325-1.326-1.325-3.522 0-4.847 1.326-1.326 3.523-1.326 4.847 0 1.326 1.325 1.326 3.521 0 4.847zm-16.966 16.966c-1.325 1.326-3.522 1.326-4.847 0-1.326-1.325-1.326-3.52.001-4.847 1.325-1.326 3.521-1.326 4.846 0 1.325 1.325 1.325 3.522 0 4.847zm8.484-35.144c.605.606.663 1.61.132 2.291l-17.459 22.08c.531.34 1.118.624 1.573 1.078.434.436.567 1.1.757 1.667l17.42-17.42a1.726 1.726 0 0 1 2.424 0 1.727 1.727 0 0 1 0 2.423l-19.39 19.39a1.726 1.726 0 0 1-2.424 0c-.587-.587-1.155-2.859-1.44-3.749L163.14 65.93l-3.864 3.863a1.724 1.724 0 0 1-2.423 0 1.728 1.728 0 0 1 0-2.424l4.847-4.848c1.27-1.269 2.823.21 3.92.928l22.742-22.742a1.727 1.727 0 0 1 2.424 0l9.696 9.696zM367.655 323.812l-4.092-4.094-4.093 4.093 4.093 4.093 4.092-4.092zm-5.002 5.002l-4.092-4.094-4.547 4.547 4.092 4.094 4.547-4.547zm0-10.004l-4.547-4.548-4.092 4.093 4.547 4.547 4.092-4.092zm-5.457-5.457l-4.092-4.093-4.092 4.093 4.092 4.092 4.092-4.092zm0 20.917l-4.092-4.093-4.547 4.547 4.092 4.094 4.548-4.548zm.455-10.458l-4.547-4.548-4.547 4.547 4.547 4.548 4.547-4.547zm-5.91 15.914l-4.094-4.092-4.092 4.092 4.092 4.094 4.094-4.094zm.453-21.371l-4.092-4.093-4.547 4.547 4.092 4.093 4.547-4.547zm0 10.913l-4.547-4.548-4.547 4.548 4.547 4.548 4.548-4.548zm-9.55-23.19a.657.657 0 0 0-.907 0l-.91.909a.66.66 0 0 0 0 .909l4.092 4.092a.662.662 0 0 0 .91 0l.91-.908a.664.664 0 0 0-.001-.911l-4.093-4.091zm4.095 28.646l-4.548-4.547-4.093 4.093 4.547 4.548 4.094-4.094zm-.001-10.913l-4.093-4.093-4.547 4.548 4.092 4.093 4.548-4.548zm-5.456 5.456l-4.093-4.092-4.093 4.093 4.092 4.093 4.094-4.094zm-9.55-12.277a.663.663 0 0 0-.91 0l-.908.91a.662.662 0 0 0 0 .909l4.093 4.093a.66.66 0 0 0 .909 0l.909-.91a.661.661 0 0 0 0-.91l-4.092-4.092zm37.742 5.003a2.589 2.589 0 0 1 0 3.637l-20.007 20.008a2.592 2.592 0 0 1-3.638 0l-18.19-18.19a2.59 2.59 0 0 1 0-3.636l1.82-1.82-1.365-1.364a3.224 3.224 0 0 1 0-4.546l.91-.911a3.224 3.224 0 0 1 4.547 0l1.365 1.365 5.456-5.456-1.363-1.366a3.224 3.224 0 0 1 0-4.547l.909-.91a3.224 3.224 0 0 1 4.547 0l1.364 1.366 1.818-1.82a2.591 2.591 0 0 1 3.639 0l18.188 18.19zM254.11 113.693l-4.312 4.312 4.285 18.638c.08.32-.054.669-.322.883l-3.427 2.57a.827.827 0 0 1-.51.162c-.053 0-.106 0-.187-.027-.24-.054-.455-.187-.562-.428l-7.471-13.604-6.936 6.936 1.42 5.195c.08.295 0 .589-.215.83l-2.571 2.57a.896.896 0 0 1-.616.242h-.054a.867.867 0 0 1-.642-.348l-5.061-6.75-6.75-5.06c-.213-.134-.32-.375-.347-.616-.027-.241.08-.482.24-.67l2.572-2.597a.898.898 0 0 1 .616-.241c.08 0 .16 0 .214.027l5.196 1.419 6.935-6.936L222 112.729a.942.942 0 0 1-.455-.643.922.922 0 0 1 .24-.723l3.429-3.427c.214-.188.535-.295.803-.215l17.809 4.258 4.284-4.285c2.57-2.57 6.855-4.284 8.569-2.57 1.714 1.714 0 5.998-2.57 8.569M48.644 157.593l10.117-10.118-9.96-2.23-.725-.157-.526-.526-5.67-5.67-1.818 1.82 5.67 5.669.525.526.158.725 2.23 9.96zm20.52-5.968l-16.37 16.37c-2.004 2.004-4.135 1.378-4.76-1.38L43.912 148.2l-5.669-5.67-.91.91a1.296 1.296 0 0 1-1.819 0 1.296 1.296 0 0 1 0-1.82l7.276-7.274a1.295 1.295 0 0 1 1.82-.001 1.297 1.297 0 0 1 0 1.82l-.91.909 5.67 5.669 18.416 4.12c2.757.627 3.382 2.759 1.379 4.762zM122.697 157.285c.058.852.039 1.704-.056 2.556-.625 4.791-1.231 9.638-1.667 14.467-.227 2.613-.53 5.832-2.5 7.802l-.017.019-.02.019c-1.97 1.969-5.19 2.272-7.802 2.499-4.83.436-9.675 1.042-14.466 1.667-.853.094-1.704.113-2.557.056l14.542 14.543a.882.882 0 0 0 1.213 0l27.873-27.874a.881.881 0 0 0 0-1.212l-14.543-14.542zm-7.271-6.06l-27.874 27.874a.881.881 0 0 0 0 1.212c2.159 2.159 5.114 2.954 8.163 2.594 4.525-.549 9.07-1.079 13.595-1.591 1.818-.189 5.377-.264 6.703-1.59l.02-.019.018-.019c1.326-1.325 1.402-4.885 1.59-6.704.512-4.525 1.042-9.07 1.59-13.595.267-2.197-.283-5.852-1.892-7.461-.474-.474-1.193-1.42-1.913-.701zm24.238 18.179a4.297 4.297 0 0 1 0 6.059l-27.873 27.874a4.3 4.3 0 0 1-6.061 0l-20.601-20.602a4.299 4.299 0 0 1 0-6.06l27.873-27.873a4.298 4.298 0 0 1 6.06 0l20.602 20.602zM116.032 318.336l-4.847 4.847c2.973 2.972 4.677 5.89 5.623 8.427 2.954-4.507 2.898-9.6 1.041-11.457l-1.817-1.817zM94.22 340.15l-4.848 4.848 1.817 1.818c1.857 1.856 6.95 1.913 11.456-1.04-2.537-.948-5.453-2.653-8.425-5.626zm26.054-22.419c3.598 3.597 3.22 11.93-2.404 18.122a14.37 14.37 0 0 1 0 3.597c-.094 1.913.588 3.124 1.8 4.337 1.212 1.211 3.03 1.818 4.846 0 1.82-1.818 4.848-2.425 6.666-.607l1.211 1.213a.844.844 0 0 1 0 1.211l-15.754 15.755a.848.848 0 0 1-1.212 0l-1.21-1.212c-1.82-1.818-1.213-4.847.604-6.664 1.818-1.819 1.213-3.637 0-4.848-1.21-1.213-2.424-1.895-4.336-1.799a14.48 14.48 0 0 1-3.598 0c-6.192 5.623-14.524 6.002-18.122 2.404l-2.423-2.424a2.572 2.572 0 0 1 0-3.635l5.454-5.454-1.819-1.818a4.297 4.297 0 0 1 0-6.059l10.908-10.908a4.297 4.297 0 0 1 6.06 0l1.817 1.818 5.454-5.453a2.57 2.57 0 0 1 3.634 0l2.424 2.424zM234.556 311.534l-6.877 5.115-8.115-2.741 2.743 8.113-5.116 6.876 8.568-.126 4.945 7.02 2.544-8.2 8.185-2.53-7.005-4.96.128-8.567zm2.601-2.942l-.128 10.189 8.326 5.882c.113.087.2.171.3.27.381.385.54.882.127 1.293-.199.2-.47.329-.74.399l-9.734 3.026-3.025 9.734c-.086.285-.2.54-.399.74-.412.411-.937.255-1.307-.113-.099-.1-.17-.2-.255-.313l-5.883-8.329-10.203.144c-.356-.014-.782-.072-1.037-.327-.428-.428-.157-1.038.141-1.45l6.096-8.172-3.269-9.661c-.14-.399-.213-.954.115-1.28.327-.327.88-.256 1.28-.114l9.661 3.269 8.171-6.096c.398-.284 1.023-.568 1.45-.142.255.255.313.682.313 1.051zM48.438 315.327l-3.858 3.858 11.575 11.575h3.858v-3.858l-11.575-11.575zm-7.034-12.26l4.482 4.522 2.09-2.09a.643.643 0 0 1 .924 0l4.22 4.221a.642.642 0 0 1 0 .923l-2.11 2.112 12.118 12.118c.482.481.744 1.125.744 1.808v4.08l2.572 5.143-1.286 1.286-5.145-2.572h-4.079a2.538 2.538 0 0 1-1.809-.743l-12.118-12.118-2.11 2.11a.641.641 0 0 1-.924 0l-4.22-4.22a.644.644 0 0 1 0-.924l2.09-2.09-4.522-4.481c-2.532-2.493-2.512-6.572 0-9.084 2.512-2.512 6.592-2.531 9.083 0zM217.92 178.859c1.051 1.05.796 2.102.398 3.352-1.477 4.943-3.466 10.057-7.187 13.779-5.229 5.226-11.705 3.75-17.898 9.942-4.518 4.517-7.216 11.308-9.035 17.33-.14.484-.34.853-.68 1.194a2.589 2.589 0 0 1-3.637-.001l-21.08-21.08c-.682-.681-.824-1.504-.682-2.442.227-1.137.654-2.358 1.024-3.467 1.76-5.396 4.515-11.334 8.55-15.368 4.46-4.461 9.432-6.478 15.227-8.58 1.193-.397 2.16-1.08 3.04-1.96 4.46-4.461 5.398-13.125 6.648-14.375a2.59 2.59 0 0 1 3.636 0l21.676 21.676zm-64.006 23.268l35.967 35.964c.482.484.482 1.336 0 1.819l-1.818 1.818c-.484.484-1.336.483-1.819 0l-35.966-35.966c-1.76.454-3.636 0-4.943-1.306a5.127 5.127 0 0 1 0-7.273 5.127 5.127 0 0 1 7.272 0c1.307 1.307 1.762 3.182 1.307 4.944zM180.238 128.652l-1.363-1.364-1.82 1.82-6.366-6.367-1.62 1.62-.156 4.05 2.23.042c.044-.639.1-1.009-.027-1.592l.028-.028 4.092 4.092-1.818 1.82 1.364 1.364 5.456-5.457zm-.454 5.002c-2.984 2.984-7.872 1.222-10.458-1.364-2.586-2.586-4.35-7.474-1.365-10.458 2.984-2.985 7.873-1.222 10.459 1.363 2.586 2.586 4.348 7.475 1.364 10.46zm2.273-21.372a5.153 5.153 0 0 1-7.275 0l-16.37 16.37a5.154 5.154 0 0 1 0 7.276l7.275 7.275a5.154 5.154 0 0 1 7.276 0l16.37-16.37a5.155 5.155 0 0 1 0-7.275l-7.276-7.276zm13.642 10.004a1.296 1.296 0 0 1 0 1.82l-25.465 25.463a1.294 1.294 0 0 1-1.818 0l-16.37-16.37a1.294 1.294 0 0 1 0-1.818l25.464-25.465a1.296 1.296 0 0 1 1.819 0l16.37 16.37zM150.042 255.212a3.415 3.415 0 0 0 0 4.848 3.418 3.418 0 0 0 4.847 0 3.418 3.418 0 0 0 0-4.847 3.416 3.416 0 0 0-4.847 0zm-.001-9.694a3.416 3.416 0 0 0 0 4.847 3.417 3.417 0 0 0 4.847 0 3.417 3.417 0 0 0 0-4.847 3.417 3.417 0 0 0-4.847 0zm-9.695 16.965a.85.85 0 0 0-1.213 0l-3.635 3.637-3.636-3.637a.848.848 0 0 0-1.212 0l-2.423 2.424a.845.845 0 0 0 0 1.213l3.635 3.635-3.635 3.637a.843.843 0 0 0 0 1.211l2.423 2.423a.843.843 0 0 0 1.212 0l3.637-3.634 3.635 3.634a.845.845 0 0 0 1.213 0l2.423-2.423a.848.848 0 0 0 0-1.21l-3.637-3.638 3.637-3.635a.85.85 0 0 0 0-1.213l-2.424-2.424zm21.813 0c-2.462 2.462-5.623 3.77-8.822 3.977l-4.166 4.166c-.21 3.201-1.516 6.362-3.978 8.824-5.359 5.36-14.032 5.36-19.39 0-5.36-5.358-5.36-14.03 0-19.39l16.966-16.966c5.36-5.36 14.032-5.359 19.39 0 5.36 5.358 5.36 14.03 0 19.39zM335.984 144.113c-4.816 4.817-11.141 8.867-13.641 6.366-1.933-1.932.043-5.727 2.045-8.554a1.28 1.28 0 0 1 1.79-.313c.585.412.726 1.208.314 1.79-2.414 3.44-2.444 5.06-2.317 5.272.627.341 4.676-1.065 9.99-6.38 5.315-5.314 6.72-9.365 6.352-10.018-.183-.1-1.804-.07-5.242 2.344a1.281 1.281 0 0 1-1.791-.312 1.28 1.28 0 0 1 .312-1.79c2.829-2.004 6.622-3.979 8.555-2.047 2.5 2.501-1.55 8.825-6.367 13.642zm-6.365-15.46a1.296 1.296 0 0 1 0 1.818l-.91.91 5.457 5.456a1.294 1.294 0 0 1 0 1.82l-3.64 3.637a1.295 1.295 0 0 1-1.817 0l-5.455-5.457-.911.91a1.295 1.295 0 0 1-1.818 0l-5.457-5.457a2.563 2.563 0 0 1 0-3.638l5.457-5.456a2.563 2.563 0 0 1 3.637 0l5.457 5.456zm-12.278-3.184a4.495 4.495 0 0 1-6.367 0 4.496 4.496 0 0 1 0-6.366 4.496 4.496 0 0 1 6.367 0 4.494 4.494 0 0 1 0 6.366zM266.17 182.049l7.274 7.275a1.298 1.298 0 0 1 0 1.82l-1.819 1.819a1.297 1.297 0 0 1-1.819 0l-7.276-7.276 3.64-3.638zm3.636-14.551l3.638 3.638a1.297 1.297 0 0 1 0 1.818l-19.098 19.098a1.954 1.954 0 0 1-1.365.57l-4.007-.001a.644.644 0 0 1-.654-.654v-4.006c0-.512.214-1.01.57-1.365l7.275-7.276-2.728-2.728 3.637-3.637 2.728 2.728 8.185-8.185a1.296 1.296 0 0 1 1.82 0zm-5.797-8.1v4.007c0 .512-.213 1.009-.569 1.365l-19.098 19.098a1.296 1.296 0 0 1-1.819 0l-3.638-3.638a1.295 1.295 0 0 1 .001-1.82l8.184-8.184-.909-.91a1.294 1.294 0 0 1 0-1.818l1.82-1.82a1.295 1.295 0 0 1 1.817 0l.91.91 7.275-7.275a1.957 1.957 0 0 1 1.364-.57h4.008c.37 0 .654.286.654.655zM363.727 61.438L350.54 63.03l-.554 4.476c.014.099-.042.185-.085.285l12.917-3.624.91-2.73zm-16.37 3.638a1.294 1.294 0 0 1 0 1.819 1.295 1.295 0 0 1-1.818 0 1.292 1.292 0 0 1 0-1.82 1.295 1.295 0 0 1 1.818 0zm1.365 2.274l2.274-18.644-2.729.909-4.789 17.038 1.605 1.606-.909 3.638.241-.015c.072.015.114 0 .186-.014.227 0 .426.029.653.029h.74l.908-3.638 1.82-.91zm-3.994 7.744c-.71.029-1.463.44-2.117 1.094-.866.867-1.578 2.146-1.89 3.567-.568 2.5.327 4.476 1.99 4.405.71-.03 1.463-.441 2.117-1.094.853-.853 1.578-2.146 1.89-3.567.57-2.501-.327-4.476-1.99-4.405zm-2.003-7.375l-.157-.156a1.328 1.328 0 0 1-.326-1.265l.085-.312-1.79.454v.739c0 .227.03.426.013.639 0 .086-.013.128-.013.185v.256l2.188-.54zm-9.79-2.004c-1.422.313-2.715 1.037-3.568 1.89-.653.654-1.065 1.407-1.094 2.118-.07 1.662 1.904 2.558 4.405 1.989 1.421-.312 2.7-1.023 3.568-1.89.653-.654 1.065-1.406 1.093-2.117.072-1.663-1.904-2.558-4.405-1.99zm30.636-5.542c.44-.071.881.115 1.151.44.27.356.356.81.227 1.223l-.909 2.728c-.057.199-.17.37-.313.512-.157.156-.354.27-.554.327l-15.304 4.306-.625 2.5c-.029.085-.057.17-.1.242a5.294 5.294 0 0 1 1.521 1.237c1.334 1.59 1.748 3.964 1.178 6.522-.439 1.975-1.406 3.794-2.742 5.13-1.278 1.279-2.742 1.975-4.263 2.046a5.049 5.049 0 0 1-4.064-1.82c-1.32-1.577-1.747-3.963-1.193-6.507.441-1.975 1.42-3.808 2.756-5.144.796-.796 1.678-1.364 2.586-1.706a1.53 1.53 0 0 1 0-.625l.698-2.771-2.772.697a1.548 1.548 0 0 1-.625 0c-.342.909-.91 1.79-1.705 2.586-1.336 1.336-3.169 2.316-5.145 2.757-2.543.554-4.93.127-6.507-1.194a4.982 4.982 0 0 1-1.805-4.05c.057-1.535.753-2.998 2.031-4.277 1.336-1.336 3.155-2.302 5.13-2.743 2.544-.582 4.931-.156 6.523 1.18.511.426.923.952 1.236 1.52.071-.042.156-.071.242-.1l2.5-.625 4.307-15.303c.056-.2.17-.398.326-.555.142-.142.312-.256.512-.312l2.728-.91a1.357 1.357 0 0 1 1.222.227c.327.27.512.71.44 1.15l-1.549 12.862 12.861-1.55zM157.583 366.656c.17.17.17.437 0 .607l-.607.606a.422.422 0 0 1-.607 0l-5.457-5.456a.424.424 0 0 1 0-.607l.607-.606a.422.422 0 0 1 .606 0l5.458 5.456zm-2.427 2.426c.17.17.171.435 0 .606l-.605.607a.426.426 0 0 1-.607 0l-5.456-5.457a.423.423 0 0 1 0-.607l.607-.606c.17-.17.435-.17.605 0l5.457 5.457zm-2.425 2.426a.42.42 0 0 1 0 .605l-.606.606a.422.422 0 0 1-.606 0l-5.457-5.456a.424.424 0 0 1 0-.607l.606-.605a.422.422 0 0 1 .606 0l5.457 5.457zm-4.85-12.733l-1.563-.654a.518.518 0 0 0-.264.056l-3.005 3.004a.46.46 0 0 0-.056.266l.644 1.572 4.244-4.244zm3.334-.91l-8.487 8.488 8.98 8.98c.456.456.977.466 1.023.419l7.882-7.883c.048-.047.037-.568-.417-1.024l-8.98-8.98zm2.124-2.73c.17.172.17.438 0 .609l-.91.908 8.98 8.98c1.043 1.044 1.25 2.616.417 3.45l-7.882 7.882c-.833.833-2.368.663-3.41-.38l-9.018-9.018-.91.909a.422.422 0 0 1-.606 0l-.607-.606a.424.424 0 0 1 0-.606l2.928-2.927-.92-2.245c-.274-.654-.085-1.601.417-2.103l3.032-3.032c.502-.502 1.45-.692 2.103-.417l2.244.92 2.928-2.928a.422.422 0 0 1 .606 0l.608.605zM-1.352 101.689c0-.336-.135-.64-.404-.91-.27-.268-.573-.403-.909-.403-.337 0-.64.135-.91.404-1.279 1.28-1.919 2.795-1.919 4.546 0 1.752.64 3.266 1.92 4.546.27.27.572.404.91.403.335 0 .638-.134.908-.403.27-.27.404-.572.404-.91 0-.336-.252-.758-.758-1.263-.504-.505-.758-1.296-.758-2.373 0-1.077.253-1.87.758-2.374.506-.506.758-.925.758-1.263zm-3.132 41.82l43.64-43.638-3.638-3.637-43.639 43.639 3.637 3.636zM-6.25 98.103c1.986-1.986 4.411-2.98 7.272-2.98 2.863 0 5.296 1.003 7.3 3.005 2.003 2.004 2.996 4.428 2.98 7.273-.018 2.846-1.02 5.262-3.007 7.248-1.986 1.987-4.402 2.989-7.248 3.005-2.845.018-5.269-.976-7.272-2.98-2.003-2.003-3.005-4.435-3.005-7.298 0-2.861.992-5.286 2.98-7.273zm22.678 7.273c0-4.276-1.498-7.912-4.496-10.91C8.935 91.47 5.298 89.97 1.022 89.97c-4.276 0-7.913 1.499-10.91 4.495-2.997 2.997-4.495 6.634-4.495 10.91 0 4.277 1.498 7.913 4.495 10.91s6.633 4.496 10.91 4.495c4.276 0 7.912-1.498 10.91-4.495 2.995-2.997 4.495-6.633 4.495-10.91zm-50.004 9.04l43.64-43.638-7.274-7.273-23.537 23.537 1.82 5.455-18.285 18.283 3.636 3.637zm-1.817-9.09l10.91-10.91-3.638-3.637-10.909 10.91 3.637 3.637zm41.82-45.458l36.366 36.366c1.01 1.01 1.515 2.223 1.515 3.637 0 1.414-.505 2.626-1.515 3.636L-.847 147.146c-1.01 1.01-2.222 1.515-3.636 1.515-1.415 0-2.627-.505-3.638-1.515l-36.366-36.366c-1.01-1.01-1.514-2.222-1.513-3.636 0-1.414.503-2.626 1.514-3.637l43.64-43.638c1.01-1.011 2.222-1.516 3.636-1.516 1.414 0 2.626.505 3.635 1.515zM63.234-24.851l-1.817 1.818 10.909 10.909 1.817-1.818a7.715 7.715 0 0 0-10.91-10.91zM99.597-6.67c4.006 4.005 4.007 10.539 0 14.545L63.235 44.24c-4.006 4.006-10.54 4.006-14.545 0L99.597-6.67zm-20-1.82L77.78-6.67l.909.909c3.494 3.495 3.494 9.234 0 12.728l-20 20c-3.494 3.495-9.232 3.495-12.727 0l-20.91-20.91a2.59 2.59 0 0 1 0-3.636L57.78-30.306c6.022-6.023 15.796-6.023 21.817 0 6.024 6.023 6.024 15.795 0 21.818zM63.234 375.15l-1.817 1.817 10.909 10.91 1.817-1.82a7.715 7.715 0 0 0-10.91-10.907zm36.363 18.182c4.006 4.005 4.007 10.539 0 14.545L63.235 444.24c-4.006 4.006-10.54 4.006-14.545 0l50.908-50.908zm-20-1.82l-1.817 1.819.909.909c3.494 3.494 3.494 9.233 0 12.727l-20 20c-3.494 3.496-9.232 3.496-12.727 0l-20.91-20.91a2.59 2.59 0 0 1 0-3.636l32.728-32.726c6.022-6.024 15.796-6.024 21.817 0 6.024 6.022 6.024 15.795 0 21.818z"/></g></g></svg>');
}

.code-highlight .nt {
  color: #ffccb2;
}

.code-highlight .na {
  color: #ffa579;
}

.code-highlight .s {
  color: #fff;
}

.dangle-up {
  margin-bottom: -5.96046rem;
  padding-bottom: 5.96046rem;
}

.has-pointer.top .pointer {
  top: -0.625rem;
  left: 50%;
  margin-left: -0.625rem;
  border-width: 0 0.625rem 0.625rem;
  border-bottom-color: inherit;
}

.has-pointer.right .pointer {
  top: 50%;
  right: -0.625rem;
  margin-top: -0.625rem;
  border-width: 0.625rem 0 0.625rem 0.625rem;
  border-left-color: inherit;
}

.has-pointer.bottom .pointer {
  bottom: -0.625rem;
  left: 50%;
  margin-left: -0.625rem;
  border-width: 0.625rem 0.625rem 0;
  border-top-color: inherit;
}

.has-pointer.left .pointer {
  top: 50%;
  left: -0.625rem;
  margin-top: -0.625rem;
  border-width: 0.625rem 0.625rem 0.625rem 0;
  border-right-color: inherit;
}

.pointer {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.br-a-0 {
  border-radius: 0;
}

.br-r, .br-t {
  border-top-right-radius: 0.25rem;
}

.br-b, .br-r {
  border-bottom-right-radius: 0.25rem;
}

.br-l, .br-t {
  border-top-left-radius: 0.25rem;
}

.br-b, .br-l {
  border-bottom-left-radius: 0.25rem;
}

.br-r-0, .br-t-0 {
  border-top-right-radius: 0;
}

.br-b-0, .br-r-0 {
  border-bottom-right-radius: 0;
}

.br-l-0, .br-t-0 {
  border-top-left-radius: 0;
}

.br-b-0, .br-l-0 {
  border-bottom-left-radius: 0;
}

.br-tl {
  border-top-left-radius: 0.25rem;
}

.br-tl-0, .dashed-left, .dashed-top {
  border-top-left-radius: 0;
}

.br-tr {
  border-top-right-radius: 0.25rem;
}

.br-tr-0, .dashed-right, .dashed-top {
  border-top-right-radius: 0;
}

.br-br {
  border-bottom-right-radius: 0.25rem;
}

.br-br-0, .dashed-bottom, .dashed-right {
  border-bottom-right-radius: 0;
}

.br-bl {
  border-bottom-left-radius: 0.25rem;
}

.br-bl-0, .dashed-bottom, .dashed-left {
  border-bottom-left-radius: 0;
}

.dashed {
  position: relative;
}

.dashed:before {
  content: "";
  position: absolute;
  border-width: 2px;
  border-style: dashed;
  border-color: inherit;
}

.asset, .hr {
  position: relative;
}

.dashed-top:before {
  top: -4px;
  left: 0;
  right: 0;
}

.dashed-right:before {
  right: -4px;
  top: 0;
  bottom: 0;
}

.dashed-bottom:before {
  bottom: -4px;
  left: 0;
  right: 0;
}

.dashed-left:before {
  left: -4px;
  top: 0;
  bottom: 0;
}

.dashed-muted:before {
  border-color: rgba(255, 255, 255, 0.375);
}

.dashed-muted.dashed-top {
  border-top-style: solid;
  border-top-width: 4px;
}

.dashed-muted.dashed-right {
  border-right-style: solid;
  border-right-width: 4px;
}

.dashed-muted.dashed-bottom {
  border-bottom-style: solid;
  border-bottom-width: 4px;
}

.dashed-muted.dashed-left {
  border-left-style: solid;
  border-left-width: 4px;
}

.nav-tabs-inline {
  border-bottom: 4px solid rgba(14, 15, 21, 0.05);
  margin-bottom: 1rem;
  padding-bottom: 1px;
}

.nav-tabs-inline .nav-item {
  display: inline-block;
  margin-bottom: -5px;
}

.nav-tabs-inline .nav-item.disabled .nav-link {
  color: rgba(80, 82, 90, 0.58);
}

.nav-tabs-inline .nav-item.disabled .nav-link:focus, .nav-tabs-inline .nav-item.disabled .nav-link:hover {
  border-bottom-color: transparent;
}

.nav-tabs-inline .nav-item.active .nav-link {
  color: #ff7f3f;
  border-bottom-color: #ff7f3f;
}

.nav-tabs-inline .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  border-bottom: 4px solid transparent;
  background-image: none;
}

a.text-orange, a.text-primary {
  background-image: linear-gradient(to left, rgba(255, 127, 63, 0.66) 50%, transparent 50%);
  background-repeat: repeat-x;
  background-position: left 95%;
}

.nav-tabs-inline .nav-link.active, .nav-tabs-inline .nav-link:focus, .nav-tabs-inline .nav-link:hover {
  color: #ff7f3f;
  border-bottom-color: #ff7f3f;
}

.grid-assets-xs-2 .asset {
  width: calc(100%/2 - 1rem);
}

.grid-assets-xs-3 .asset {
  width: calc(100%/3 - 1rem);
}

.grid-assets-xs-4 .asset {
  width: calc(100%/4 - 1rem);
}

.grid-assets-xs-5 .asset {
  width: calc(100%/5 - 1rem);
}

.grid-assets-xs-6 .asset {
  width: calc(100%/6 - 1rem);
}

.grid-assets-xs-7 .asset {
  width: calc(100%/7 - 1rem);
}

.grid-assets-xs-8 .asset {
  width: calc(100%/8 - 1rem);
}

.grid-assets-xs-10 .asset {
  width: calc(100%/10 - 1rem);
}

.grid-assets-xs-11 .asset {
  width: calc(100%/11 - 1rem);
}

.grid-assets-xs-15 .asset {
  width: calc(100%/15 - 1rem);
}

@media (min-width: 1200px) {
  .grid-assets-sm-2 .asset {
    width: calc(100%/2 - 1rem);
  }

  .grid-assets-sm-3 .asset {
    width: calc(100%/3 - 1rem);
  }

  .grid-assets-sm-4 .asset {
    width: calc(100%/4 - 1rem);
  }

  .grid-assets-sm-5 .asset {
    width: calc(100%/5 - 1rem);
  }

  .grid-assets-sm-6 .asset {
    width: calc(100%/6 - 1rem);
  }

  .grid-assets-sm-7 .asset {
    width: calc(100%/7 - 1rem);
  }

  .grid-assets-sm-8 .asset {
    width: calc(100%/8 - 1rem);
  }

  .grid-assets-sm-10 .asset {
    width: calc(100%/10 - 1rem);
  }

  .grid-assets-sm-11 .asset {
    width: calc(100%/11 - 1rem);
  }

  .grid-assets-sm-15 .asset {
    width: calc(100%/15 - 1rem);
  }
}
.grid-assets {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  padding-left: 0;
}

.asset {
  background-color: #fff;
  margin-top: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}

.asset-icon {
  padding: 1rem 0.5rem 0.5rem;
}

.asset-icon-blank {
  background-color: #eeeeef;
  min-height: 6rem;
}

.icon-preview {
  font-size: 2.44141rem;
  transition: color 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, color 0.25s ease;
  transition: transform 0.25s ease, color 0.25s ease, -webkit-transform 0.25s ease;
}

.icon-label {
  font-size: 0.8rem;
  color: #84868b;
  line-height: 1.1;
  min-height: 2.5rem;
  transition: opacity 0.25s ease;
  opacity: 0.65;
}

.asset-list-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.m-xs-t-0, .m-xs-y-0 {
  margin-top: 0 !important;
}

.m-xs-b-0, .m-xs-y-0 {
  margin-bottom: 0 !important;
}

.asset-list-icon:hover .list-icon-preview {
  overflow: visible;
}

.list-icon-preview {
  -webkit-flex: 0 0 2rem;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  font-size: 1.25rem;
  overflow: hidden;
  transition: color 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, color 0.25s ease;
  transition: transform 0.25s ease, color 0.25s ease, -webkit-transform 0.25s ease;
}

.list-icon-label {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 0.8rem;
  padding: 0.5rem;
  color: #50525a;
  line-height: 1.1;
  transition: opacity 0.25s ease;
  opacity: 0.65;
}

.grid-assets-animate .asset:hover .icon-label, .grid-assets-animate .asset:hover .list-icon-label {
  opacity: 1;
}

.grid-assets-animate .asset:hover .icon-preview {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.grid-assets-animate .asset:hover .list-icon-preview {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.grid-assets-border .asset, .grid-assets-border .close {
  border: 1px solid #f5f5f5;
}

.grid-assets-sm .asset-icon {
  padding: 0.5rem;
}

.grid-assets-sm .icon-preview {
  font-size: 1.5625rem;
}

.grid-assets-sm .icon-label {
  display: none;
}

.grid-assets-sm .asset-icon-blank {
  min-height: 4rem;
}

.asset.asset-error {
  border-left: 0.375rem solid #ff5859;
}

.asset.asset-error .icon-preview {
  color: #dddddf;
}

.asset.asset-error .icon-label {
  color: #ff5859;
}

.inline {
  display: inline !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-default {
  cursor: default !important;
}

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

.text-strike {
  text-decoration: line-through !important;
}

.text-upper {
  text-transform: uppercase !important;
  letter-spacing: 0.05rem !important;
}

.text-lower {
  text-transform: lowercase !important;
}

.text-color-inherit {
  color: inherit !important;
}

.text-nobreak {
  word-break: normal !important;
}

.valign-baseline {
  vertical-align: baseline !important;
}

.valign-middle {
  vertical-align: middle !important;
}

.min-width {
  width: 1px;
}

.layout-center-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-section {
  border-bottom: 1px solid #dddddf;
  padding-bottom: 0.5rem;
}

.lead {
  line-height: 1.3;
}

.text-xs {
  font-size: 0.64rem;
}

.text-sm {
  font-size: 0.8rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.25rem;
}

.text-xl {
  font-size: 1.5625rem;
}

.text-2x {
  font-size: 1.95313rem;
}

.text-3x {
  font-size: 2.44141rem;
}

.text-4x {
  font-size: 3.05176rem;
}

.text-5x {
  font-size: 3.8147rem;
}

.text-6x {
  font-size: 4.76837rem;
}

.text-7x {
  font-size: 5.96046rem;
}

.text-8x {
  font-size: 7.45058rem;
}

.line-height-xs {
  line-height: 1.1;
}

.line-height-sm {
  line-height: 1.3;
}

.line-height-base {
  line-height: 1.5;
}

.text-inverse {
  color: #fff;
}

.text-inverse-muted {
  color: rgba(255, 255, 255, 0.58);
}

.font-family-sans-serif {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-family-serif {
  font-family: "Museo Slab", Georgia, "Times New Roman", Times, serif;
}

.font-family-monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.hr-sm {
  border-top-width: 1px;
}

.hr-lg {
  border-top-width: 4px;
}

.hr-dashed {
  border-top-style: dashed;
}

.hr {
  z-index: 1;
  min-height: 1rem;
}

.hr:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 2px solid rgba(14, 15, 21, 0.05);
  z-index: -1;
}

.hr .hr-text {
  display: inline-block;
  padding: 0 1rem;
}

.hr.hr-sm:after {
  border-top-width: 1px;
}

.hr.hr-lg:after {
  border-top-width: 4px;
}

.blockquote {
  background-color: #fff;
}

.list-ordered-decorative {
  counter-reset: li;
  position: relative;
}

.list-ordered-decorative li {
  padding: 0.5rem 0 0 3rem;
  position: relative;
}

.list-ordered-decorative li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0.5rem;
  left: 0;
  height: 100%;
  width: 2rem;
  padding: 0 1.5rem 0 0;
  color: #dddddf;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.1;
  text-align: right;
  border-right: 1px solid #dddddf;
}

.kit-asset-summary .kit-asset-preview::after, .kit-icons::after, .sheet::after {
  content: "";
  clear: both;
}

.p-xs-r-0, .p-xs-x-0 {
  padding-right: 0 !important;
}

.p-xs-l-0, .p-xs-x-0 {
  padding-left: 0 !important;
}

.p-xs-t-0, .p-xs-y-0 {
  padding-top: 0 !important;
}

.p-xs-b-0, .p-xs-y-0 {
  padding-bottom: 0 !important;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-xs-r-0, .m-xs-x-0 {
  margin-right: 0 !important;
}

.m-xs-l-0, .m-xs-x-0 {
  margin-left: 0 !important;
}

.m-xs-a-0 {
  margin: 0 !important;
}

.m-xs-r-xs, .m-xs-x-xs {
  margin-right: 0.25rem !important;
}

.m-xs-l-xs, .m-xs-x-xs {
  margin-left: 0.25rem !important;
}

.m-xs-t-xs, .m-xs-y-xs {
  margin-top: 0.25rem !important;
}

.m-xs-b-xs, .m-xs-y-xs {
  margin-bottom: 0.25rem !important;
}

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

.m-xs-r-sm, .m-xs-x-sm {
  margin-right: 0.5rem !important;
}

.m-xs-l-sm, .m-xs-x-sm {
  margin-left: 0.5rem !important;
}

.m-xs-t-sm, .m-xs-y-sm {
  margin-top: 0.5rem !important;
}

.m-xs-b-sm, .m-xs-y-sm {
  margin-bottom: 0.5rem !important;
}

.m-xs-a-sm {
  margin: 0.5rem !important;
}

.m-xs-r-md, .m-xs-x-md {
  margin-right: 1rem !important;
}

.m-xs-l-md, .m-xs-x-md {
  margin-left: 1rem !important;
}

.m-xs-t-md, .m-xs-y-md {
  margin-top: 1rem !important;
}

.m-xs-b-md, .m-xs-y-md {
  margin-bottom: 1rem !important;
}

.m-xs-a-md {
  margin: 1rem !important;
}

.m-xs-r-lg, .m-xs-x-lg {
  margin-right: 1.5rem !important;
}

.m-xs-l-lg, .m-xs-x-lg {
  margin-left: 1.5rem !important;
}

.m-xs-t-lg, .m-xs-y-lg {
  margin-top: 1.5rem !important;
}

.m-xs-b-lg, .m-xs-y-lg {
  margin-bottom: 1.5rem !important;
}

.m-xs-a-lg {
  margin: 1.5rem !important;
}

.m-xs-r-xl, .m-xs-x-xl {
  margin-right: 3rem !important;
}

.m-xs-l-xl, .m-xs-x-xl {
  margin-left: 3rem !important;
}

.m-xs-t-xl, .m-xs-y-xl {
  margin-top: 3rem !important;
}

.m-xs-b-xl, .m-xs-y-xl {
  margin-bottom: 3rem !important;
}

.m-xs-a-xl {
  margin: 3rem !important;
}

.m-xs-r-2x, .m-xs-x-2x {
  margin-right: 6rem !important;
}

.m-xs-l-2x, .m-xs-x-2x {
  margin-left: 6rem !important;
}

.m-xs-t-2x, .m-xs-y-2x {
  margin-top: 6rem !important;
}

.m-xs-b-2x, .m-xs-y-2x {
  margin-bottom: 6rem !important;
}

.m-xs-a-2x {
  margin: 6rem !important;
}

.p-xs-a-0 {
  padding: 0 !important;
}

.p-xs-r-xs, .p-xs-x-xs {
  padding-right: 0.25rem !important;
}

.p-xs-l-xs, .p-xs-x-xs {
  padding-left: 0.25rem !important;
}

.p-xs-t-xs, .p-xs-y-xs {
  padding-top: 0.25rem !important;
}

.p-xs-b-xs, .p-xs-y-xs {
  padding-bottom: 0.25rem !important;
}

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

.p-xs-r-sm, .p-xs-x-sm {
  padding-right: 0.5rem !important;
}

.p-xs-l-sm, .p-xs-x-sm {
  padding-left: 0.5rem !important;
}

.p-xs-t-sm, .p-xs-y-sm {
  padding-top: 0.5rem !important;
}

.p-xs-b-sm, .p-xs-y-sm {
  padding-bottom: 0.5rem !important;
}

.p-xs-a-sm {
  padding: 0.5rem !important;
}

.p-xs-r-md, .p-xs-x-md {
  padding-right: 1rem !important;
}

.p-xs-l-md, .p-xs-x-md {
  padding-left: 1rem !important;
}

.p-xs-t-md, .p-xs-y-md {
  padding-top: 1rem !important;
}

.p-xs-b-md, .p-xs-y-md {
  padding-bottom: 1rem !important;
}

.p-xs-a-md {
  padding: 1rem !important;
}

.p-xs-r-lg, .p-xs-x-lg {
  padding-right: 1.5rem !important;
}

.p-xs-l-lg, .p-xs-x-lg {
  padding-left: 1.5rem !important;
}

.p-xs-t-lg, .p-xs-y-lg {
  padding-top: 1.5rem !important;
}

.p-xs-b-lg, .p-xs-y-lg {
  padding-bottom: 1.5rem !important;
}

.p-xs-a-lg {
  padding: 1.5rem !important;
}

.p-xs-r-xl, .p-xs-x-xl {
  padding-right: 3rem !important;
}

.p-xs-l-xl, .p-xs-x-xl {
  padding-left: 3rem !important;
}

.p-xs-t-xl, .p-xs-y-xl {
  padding-top: 3rem !important;
}

.p-xs-b-xl, .p-xs-y-xl {
  padding-bottom: 3rem !important;
}

.p-xs-a-xl {
  padding: 3rem !important;
}

.p-xs-r-2x, .p-xs-x-2x {
  padding-right: 6rem !important;
}

.p-xs-l-2x, .p-xs-x-2x {
  padding-left: 6rem !important;
}

.p-xs-t-2x, .p-xs-y-2x {
  padding-top: 6rem !important;
}

.p-xs-b-2x, .p-xs-y-2x {
  padding-bottom: 6rem !important;
}

.p-xs-a-2x {
  padding: 6rem !important;
}

@media (min-width: 1200px) {
  .m-sm-r-0, .m-sm-x-0 {
    margin-right: 0 !important;
  }

  .m-sm-l-0, .m-sm-x-0 {
    margin-left: 0 !important;
  }

  .m-sm-t-0, .m-sm-y-0 {
    margin-top: 0 !important;
  }

  .m-sm-b-0, .m-sm-y-0 {
    margin-bottom: 0 !important;
  }

  .p-sm-r-0, .p-sm-x-0 {
    padding-right: 0 !important;
  }

  .p-sm-l-0, .p-sm-x-0 {
    padding-left: 0 !important;
  }

  .p-sm-t-0, .p-sm-y-0 {
    padding-top: 0 !important;
  }

  .p-sm-b-0, .p-sm-y-0 {
    padding-bottom: 0 !important;
  }

  .m-sm-a-0 {
    margin: 0 !important;
  }

  .m-sm-r-xs, .m-sm-x-xs {
    margin-right: 0.25rem !important;
  }

  .m-sm-l-xs, .m-sm-x-xs {
    margin-left: 0.25rem !important;
  }

  .m-sm-t-xs, .m-sm-y-xs {
    margin-top: 0.25rem !important;
  }

  .m-sm-b-xs, .m-sm-y-xs {
    margin-bottom: 0.25rem !important;
  }

  .m-sm-a-xs {
    margin: 0.25rem !important;
  }

  .m-sm-r-sm, .m-sm-x-sm {
    margin-right: 0.5rem !important;
  }

  .m-sm-l-sm, .m-sm-x-sm {
    margin-left: 0.5rem !important;
  }

  .m-sm-t-sm, .m-sm-y-sm {
    margin-top: 0.5rem !important;
  }

  .m-sm-b-sm, .m-sm-y-sm {
    margin-bottom: 0.5rem !important;
  }

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

  .m-sm-r-md, .m-sm-x-md {
    margin-right: 1rem !important;
  }

  .m-sm-l-md, .m-sm-x-md {
    margin-left: 1rem !important;
  }

  .m-sm-t-md, .m-sm-y-md {
    margin-top: 1rem !important;
  }

  .m-sm-b-md, .m-sm-y-md {
    margin-bottom: 1rem !important;
  }

  .m-sm-a-md {
    margin: 1rem !important;
  }

  .m-sm-r-lg, .m-sm-x-lg {
    margin-right: 1.5rem !important;
  }

  .m-sm-l-lg, .m-sm-x-lg {
    margin-left: 1.5rem !important;
  }

  .m-sm-t-lg, .m-sm-y-lg {
    margin-top: 1.5rem !important;
  }

  .m-sm-b-lg, .m-sm-y-lg {
    margin-bottom: 1.5rem !important;
  }

  .m-sm-a-lg {
    margin: 1.5rem !important;
  }

  .m-sm-r-xl, .m-sm-x-xl {
    margin-right: 3rem !important;
  }

  .m-sm-l-xl, .m-sm-x-xl {
    margin-left: 3rem !important;
  }

  .m-sm-t-xl, .m-sm-y-xl {
    margin-top: 3rem !important;
  }

  .m-sm-b-xl, .m-sm-y-xl {
    margin-bottom: 3rem !important;
  }

  .m-sm-a-xl {
    margin: 3rem !important;
  }

  .m-sm-r-2x, .m-sm-x-2x {
    margin-right: 6rem !important;
  }

  .m-sm-l-2x, .m-sm-x-2x {
    margin-left: 6rem !important;
  }

  .m-sm-t-2x, .m-sm-y-2x {
    margin-top: 6rem !important;
  }

  .m-sm-b-2x, .m-sm-y-2x {
    margin-bottom: 6rem !important;
  }

  .m-sm-a-2x {
    margin: 6rem !important;
  }

  .p-sm-a-0 {
    padding: 0 !important;
  }

  .p-sm-r-xs, .p-sm-x-xs {
    padding-right: 0.25rem !important;
  }

  .p-sm-l-xs, .p-sm-x-xs {
    padding-left: 0.25rem !important;
  }

  .p-sm-t-xs, .p-sm-y-xs {
    padding-top: 0.25rem !important;
  }

  .p-sm-b-xs, .p-sm-y-xs {
    padding-bottom: 0.25rem !important;
  }

  .p-sm-a-xs {
    padding: 0.25rem !important;
  }

  .p-sm-r-sm, .p-sm-x-sm {
    padding-right: 0.5rem !important;
  }

  .p-sm-l-sm, .p-sm-x-sm {
    padding-left: 0.5rem !important;
  }

  .p-sm-t-sm, .p-sm-y-sm {
    padding-top: 0.5rem !important;
  }

  .p-sm-b-sm, .p-sm-y-sm {
    padding-bottom: 0.5rem !important;
  }

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

  .p-sm-r-md, .p-sm-x-md {
    padding-right: 1rem !important;
  }

  .p-sm-l-md, .p-sm-x-md {
    padding-left: 1rem !important;
  }

  .p-sm-t-md, .p-sm-y-md {
    padding-top: 1rem !important;
  }

  .p-sm-b-md, .p-sm-y-md {
    padding-bottom: 1rem !important;
  }

  .p-sm-a-md {
    padding: 1rem !important;
  }

  .p-sm-r-lg, .p-sm-x-lg {
    padding-right: 1.5rem !important;
  }

  .p-sm-l-lg, .p-sm-x-lg {
    padding-left: 1.5rem !important;
  }

  .p-sm-t-lg, .p-sm-y-lg {
    padding-top: 1.5rem !important;
  }

  .p-sm-b-lg, .p-sm-y-lg {
    padding-bottom: 1.5rem !important;
  }

  .p-sm-a-lg {
    padding: 1.5rem !important;
  }

  .p-sm-r-xl, .p-sm-x-xl {
    padding-right: 3rem !important;
  }

  .p-sm-l-xl, .p-sm-x-xl {
    padding-left: 3rem !important;
  }

  .p-sm-t-xl, .p-sm-y-xl {
    padding-top: 3rem !important;
  }

  .p-sm-b-xl, .p-sm-y-xl {
    padding-bottom: 3rem !important;
  }

  .p-sm-a-xl {
    padding: 3rem !important;
  }

  .p-sm-r-2x, .p-sm-x-2x {
    padding-right: 6rem !important;
  }

  .p-sm-l-2x, .p-sm-x-2x {
    padding-left: 6rem !important;
  }

  .p-sm-t-2x, .p-sm-y-2x {
    padding-top: 6rem !important;
  }

  .p-sm-b-2x, .p-sm-y-2x {
    padding-bottom: 6rem !important;
  }

  .p-sm-a-2x {
    padding: 6rem !important;
  }
}
.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.text-primary, a.text-primary {
  color: #ff7f3f;
}

a.text-primary:focus, a.text-primary:hover {
  color: rgba(255, 127, 63, 0.66);
}

.text-orange, a.text-orange {
  color: #ff7f3f;
}

a.text-orange:focus, a.text-orange:hover {
  color: rgba(255, 127, 63, 0.66);
}

.text-green, a.text-green {
  color: #00bc6f;
}

a.text-green {
  background-image: linear-gradient(to left, rgba(0, 188, 111, 0.66) 50%, transparent 50%);
  background-repeat: repeat-x;
  background-position: left 95%;
}

a.text-green:focus, a.text-green:hover {
  color: rgba(0, 188, 111, 0.66);
}

.text-blue, a.text-blue {
  color: #00a0df;
}

a.text-blue {
  background-image: linear-gradient(to left, rgba(0, 160, 223, 0.66) 50%, transparent 50%);
  background-repeat: repeat-x;
  background-position: left 95%;
}

a.text-blue:focus, a.text-blue:hover {
  color: rgba(0, 160, 223, 0.66);
}

.text-yellow, a.text-yellow {
  color: #ffd600;
}

a.text-yellow {
  background-image: linear-gradient(to left, rgba(255, 214, 0, 0.66) 50%, transparent 50%);
  background-repeat: repeat-x;
  background-position: left 95%;
}

a.text-yellow:focus, a.text-yellow:hover {
  color: rgba(255, 214, 0, 0.66);
}

.text-red, a.text-red {
  color: #ff5859;
}

a.text-red {
  background-image: linear-gradient(to left, rgba(255, 88, 89, 0.66) 50%, transparent 50%);
  background-size: 0.2rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left 95%;
}

a.text-gray-darker, a.text-navy {
  background-image: linear-gradient(to left, rgba(28, 30, 41, 0.66) 50%, transparent 50%);
  background-size: 0.2rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left 95%;
}

a.text-red:focus, a.text-red:hover {
  color: rgba(255, 88, 89, 0.66);
}

.text-navy, a.text-navy {
  color: #1c1e29;
}

a.text-navy:focus, a.text-navy:hover {
  color: rgba(28, 30, 41, 0.66);
}

.text-gray-darker, a.text-gray-darker {
  color: #1c1e29;
}

a.text-gray-darker:focus, a.text-gray-darker:hover {
  color: rgba(28, 30, 41, 0.66);
}

.text-gray-dark {
  color: #2d2f39;
}

a.text-gray-dark {
  color: #2d2f39;
  background-image: linear-gradient(to left, rgba(45, 47, 57, 0.66) 50%, transparent 50%);
  background-size: 0.2rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left 95%;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: rgba(45, 47, 57, 0.66);
}

.text-gray, a.text-gray {
  color: #50525a;
}

a.text-gray {
  background-image: linear-gradient(to left, rgba(80, 82, 90, 0.66) 50%, transparent 50%);
  background-size: 0.2rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left 95%;
}

a.text-gray:focus, a.text-gray:hover {
  color: rgba(80, 82, 90, 0.66);
}

.text-gray-light {
  color: #84868b;
}

a.text-gray-light {
  color: #84868b;
  background-image: linear-gradient(to left, rgba(132, 134, 139, 0.66) 50%, transparent 50%);
  background-size: 0.2rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left 95%;
}

a.text-gray-light:focus, a.text-gray-light:hover {
  color: rgba(132, 134, 139, 0.66);
}

.text-gray-lighter {
  color: #dddddf;
}

a.text-gray-lighter {
  color: #dddddf;
  background-image: linear-gradient(to left, rgba(221, 221, 223, 0.66) 50%, transparent 50%);
  background-size: 0.2rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left 95%;
}

a.text-gray-lighter:focus, a.text-gray-lighter:hover {
  color: rgba(221, 221, 223, 0.66);
}

.text-gray-lightest {
  color: #eeeeef;
}

a.text-gray-lightest {
  color: #eeeeef;
  background-image: linear-gradient(to left, rgba(238, 238, 239, 0.66) 50%, transparent 50%);
  background-size: 0.2rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left 95%;
}

a.text-gray-lightest:focus, a.text-gray-lightest:hover {
  color: rgba(238, 238, 239, 0.66);
}

.text-body-bg {
  color: #f5f5f5;
}

a.text-body-bg {
  color: #f5f5f5;
  background-image: linear-gradient(to left, rgba(245, 245, 245, 0.66) 50%, transparent 50%);
  background-size: 0.2rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left 95%;
}

a.text-body-bg:focus, a.text-body-bg:hover {
  color: rgba(245, 245, 245, 0.66);
}

.text-body, a.text-body {
  color: #50525a;
}

a.text-body {
  background-image: linear-gradient(to left, rgba(80, 82, 90, 0.66) 50%, transparent 50%);
  background-size: 0.2rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left 95%;
}

a.text-lighter, a.text-white {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.66) 50%, transparent 50%);
  background-size: 0.2rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left 95%;
}

a.text-body:focus, a.text-body:hover {
  color: rgba(80, 82, 90, 0.66);
}

.text-white, a.text-white {
  color: #fff;
}

a.text-white:focus, a.text-white:hover {
  color: rgba(255, 255, 255, 0.66);
}

.text-lighter, a.text-lighter {
  color: rgba(255, 255, 255, 0.333);
}

a.text-lighter:focus, a.text-lighter:hover {
  color: rgba(255, 255, 255, 0.66);
}

.text-darker, a.text-darker {
  color: rgba(0, 0, 0, 0.333);
}

a.text-darker {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.66) 50%, transparent 50%);
  background-size: 0.2rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left 95%;
}

a.text-darker:focus, a.text-darker:hover {
  color: rgba(0, 0, 0, 0.66);
}

.text-muted, a.text-muted {
  color: rgba(80, 82, 90, 0.58);
}

a.text-muted {
  background-image: linear-gradient(to left, rgba(80, 82, 90, 0.66) 50%, transparent 50%);
  background-size: 0.2rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left 95%;
}

a.text-muted:focus, a.text-muted:hover {
  color: rgba(80, 82, 90, 0.66);
}

.hide, .is-hidden {
  display: none;
}

.dropzone, .kit-icons-named {
  display: -webkit-flex;
  display: -ms-flexbox;
}

.is-disabled {
  outline: 0;
  cursor: not-allowed;
  user-select: none;
}

.word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.ReactModal__Overlay {
  -webkit-perspective: 600;
  perspective: 600;
  opacity: 0;
  overflow: auto;
}

.ReactModal__Overlay--after-open {
  opacity: 1;
  transition: opacity 150ms ease-out;
}

.ReactModal__Content {
  -webkit-transform: scale(0.5) rotateX(-30deg);
  transform: scale(0.5) rotateX(-30deg);
}

.ReactModal__Content--after-open {
  -webkit-transform: scale(1) rotateX(0);
  transform: scale(1) rotateX(0);
  transition: all 150ms ease-in;
}

.ReactModal__Overlay--before-close {
  opacity: 0;
}

.ReactModal__Content--before-close {
  -webkit-transform: scale(0.5) rotateX(30deg);
  transform: scale(0.5) rotateX(30deg);
  transition: all 150ms ease-in;
}

.dropzone {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 300px;
  padding: 15px;
  margin-bottom: 10px;
  text-align: center;
  border: 2px dashed rgba(0, 160, 223, 0.25);
  border-radius: 0.25rem;
  position: relative;
}

.dropzone .dz-message {
  color: #00a0df;
}

.dropzone .ficon-plus-circle {
  font-size: 3.05176rem;
  display: block;
  margin-bottom: 15px;
}

.dropzone .asset-remove-container .asset-remove-popover, .dropzone.dz-max-files-reached .dz-message {
  display: none;
}

.dropzone.dz-clickable:hover {
  cursor: pointer;
  border-color: #ffa579;
}

.dropzone.dz-clickable:hover .dz-message {
  color: #ff7f3f;
}

.dropzone.dz-max-files-reached.dz-clickable:hover {
  cursor: default;
  border-color: #dddddf;
}

.dropzone .progress {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

.dropzone .asset-remove-container {
  position: absolute;
  top: -8px;
  right: -8px;
}

.dropzone .asset-remove-container .asset-remove {
  position: static;
  top: auto;
  right: auto;
  cursor: pointer;
}

.dropzone .asset-remove-container:hover .asset-remove-popover {
  display: block;
}

.input-group-btn .btn-primary.zeroclipboard-is-hover {
  color: #fff;
  background-color: #ff742e;
  border-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.kit-summary .kit-details .zeroclipboard-is-hover {
  color: #ff7f3f;
  text-decoration: underline;
}

.content-focus {
  padding: 20px;
  margin-bottom: 30px;
  background: #fff;
  min-height: 300px;
  border-radius: 0.3rem;
}

.content-focus.compact {
  min-height: 0;
}

.admin-header h1, .admin-header .h1 {
  font-size: 72px;
}

.admin-header .breadcrumb {
  background: 0 0;
  color: #fff;
  padding: 0;
  margin-top: -10px;
}

.admin-header .breadcrumb > .active {
  color: #97989d;
}

.admin-header .breadcrumb > li + li:before {
  color: #50525a;
}

.admin-table-header, .sheet.inactive header a {
  color: rgba(80, 82, 90, 0.58);
}

.admin-header .header-search {
  margin-top: 45px;
}

.admin-table-header {
  margin-bottom: 15px;
}

.admin-table-header .admin-table-count {
  padding-top: 8px;
}

.admin-table-header .admin-table-sort-by {
  padding: 8px 0 0;
  text-align: right;
}

.sheet {
  background: #fff;
  border-radius: 0.3rem;
  padding: 20px 30px;
  box-shadow: 0 0 6px rgba(28, 30, 41, 0.3);
}

.sheet::after {
  display: table;
}

.sheet.inactive {
  border: 1px solid #e9e9ea;
  background-color: #fafafa;
  padding: 0;
  box-shadow: none;
}

.sheet.inactive > header .heading, .sheet.inactive > header h1, .sheet.inactive > header .h1, .sheet.inactive > header h2, .sheet.inactive > header .h2, .sheet.inactive > header h3, .sheet.inactive > header .h3, .sheet.inactive > header h4, .sheet.inactive > header .h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.sheet.inactive header {
  padding: 10px 20px;
}

.sheet.inactive header a:hover {
  color: rgba(255, 127, 63, 0.75);
}

.sheet > .sheet {
  margin-left: 20px;
  margin-right: -20px;
  margin-bottom: -20px;
}

.v-sets.disabled {
  cursor: not-allowed;
  opacity: 0.45;
  box-shadow: none;
}

.set {
  position: relative;
}

.set .panel-heading {
  padding: 10px 15px 7px;
}

.set-info {
  position: absolute;
  top: 10px;
  right: 17px;
}

.set-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.set-title .ficon-fw {
  width: 1em;
}

.set-btn {
  vertical-align: 10%;
  margin-bottom: -3px;
  margin-top: -1px;
  margin-left: 5px;
}

.set-preview {
  color: #a4a5a9;
  font-size: 0;
  border: 1px solid #ff7f3f;
}

.set-preview, .set-preview i {
  text-align: center;
}

.set-preview-xs {
  width: 882px;
}

.set-preview-xs i {
  font-size: 16px;
  width: 20px;
  line-height: 20px;
}

.set-preview-xs i.width-ratio-2 {
  width: 40px;
}

.set-preview-sm {
  width: 866px;
}

.set-preview-sm i {
  font-size: 18px;
  width: 24px;
  line-height: 24px;
}

.set-preview-sm i.width-ratio-2 {
  width: 48px;
}

.set-preview-md {
  width: 872px;
}

.set-preview-md i {
  font-size: 21px;
  width: 30px;
  line-height: 30px;
}

.set-preview-md i.width-ratio-2 {
  width: 60px;
}

.set-preview-lg {
  width: 882px;
}

.set-preview-lg i {
  font-size: 28px;
  width: 40px;
  line-height: 40px;
}

.set-preview-lg i.width-ratio-2 {
  width: 80px;
}

.set-preview-xl {
  width: 882px;
}

.set-preview-xl i {
  font-size: 56px;
  width: 80px;
  line-height: 80px;
}

.set-preview-xl i.width-ratio-2 {
  width: 160px;
}

.affix-add-icons {
  height: 56px;
}

.affix-add-icons .row {
  width: 906px;
  background-color: rgba(255, 255, 255, 0.8);
}

.affix-add-icons .row.affix {
  top: 0;
  padding-top: 10px;
  z-index: 1001;
}

.popover-publish {
  max-width: 315px;
  border-width: 0;
  z-index: auto;
  box-shadow: none;
}

.popover-publish .popover-arrow {
  border-left-width: 0;
}

.popover-publish .popover-content {
  position: relative;
  padding: 5px 10px 5px 40px;
  font-size: 0.8rem;
}

.popover-publish .popover-content a {
  color: #fff;
  text-decoration: underline;
}

.popover-publish .popover-content i {
  position: absolute;
  width: 32px;
  left: 5px;
  font-size: 2em;
  text-align: center;
  z-index: 1060;
}

.kit-summary {
  min-height: 46px;
}

.kit-summary .kit-logo, .kit-summary .kit-logo-blank {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  padding: 5px;
}

.kit-summary .kit-logo {
  border-radius: 0.25rem;
  border: 2px solid #f5f5f5;
  color: inherit;
  text-align: center;
  background: #fff;
}

.kit-summary .kit-logo .logo-default {
  display: block;
}

.kit-summary .kit-logo .logo-focus {
  line-height: 1;
  display: none;
}

.kit-summary .kit-logo:active, .kit-summary .kit-logo:focus, .kit-summary .kit-logo:hover {
  border: 2px dashed #ff9f6f;
  background: #f5f5f5;
  color: #ff7f3f;
  text-decoration: none;
}

.kit-summary .kit-logo:active .logo-focus, .kit-summary .kit-logo:focus .logo-focus, .kit-summary .kit-logo:hover .logo-focus {
  display: block;
}

.kit-summary .kit-logo:active .logo-default, .kit-summary .kit-logo:focus .logo-default, .kit-summary .kit-logo:hover .logo-default {
  display: none;
}

.kit-summary .kit-logo-blank {
  color: #50525a;
  border-radius: 0.25rem;
  border: 2px dashed transparent;
  background: #f5f5f5;
}

.kit-summary .kit-logo-blank .blank-default {
  display: block;
}

.kit-summary .kit-logo-blank .blank-focus {
  display: none;
  line-height: 1;
}

.kit-summary .kit-logo-blank:active, .kit-summary .kit-logo-blank:focus, .kit-summary .kit-logo-blank:hover {
  border-color: #ff9f6f;
  background: #f5f5f5;
  color: #ff7f3f;
  text-decoration: none;
}

.kit-summary .kit-logo-blank:active .blank-focus, .kit-summary .kit-logo-blank:focus .blank-focus, .kit-summary .kit-logo-blank:hover .blank-focus {
  display: block;
}

.kit-summary .kit-logo-blank:active .blank-default, .kit-summary .kit-logo-blank:focus .blank-default, .kit-summary .kit-logo-blank:hover .blank-default {
  display: none;
}

.kit-title {
  margin: 0;
}

.kit-icons, .kit-typefaces {
  margin-right: -1.3%;
}

.kit-title a {
  position: relative;
  color: #50525a;
}

.kit-listing .kit .kit-logo-blank:active, .kit-listing .kit .kit-logo-blank:focus, .kit-listing .kit .kit-logo-blank:hover, .kit-listing .kit .kit-logo:active, .kit-listing .kit .kit-logo:focus, .kit-listing .kit .kit-logo:hover, .kit-title a:hover {
  color: #ff7f3f;
}

.kit-title-blank {
  width: 100%;
  background: #f5f5f5;
  border-radius: 0.25rem;
}

.kit-listing .kit {
  padding-left: 8rem;
}

.kit-listing .kit .kit-logo, .kit-listing .kit .kit-logo-blank {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 7rem;
  height: 100%;
  overflow: hidden;
  background: #f5f5f5;
  padding: 5px;
  line-height: 1.1;
}

.kit, .kit-asset-summary .kit-asset-preview, .kit-asset-summary .kit-footer, .kit-icons .kit-icon, .kit-icons .kit-icon-blank, .kit-logo-rendering, .use-count, .use-count-uploaded, .wrapper-kit-logo-rendering {
  position: relative;
}

.kit-listing .kit .kit-logo {
  color: #50525a;
  text-align: center;
}

.kit-listing .kit .kit-logo .logo-default {
  display: block;
}

.kit-listing .kit .kit-logo .logo-focus {
  display: none;
}

.kit-listing .kit .kit-logo:active, .kit-listing .kit .kit-logo:focus, .kit-listing .kit .kit-logo:hover {
  text-decoration: none;
}

.kit-listing .kit .kit-logo:active .blank-focus, .kit-listing .kit .kit-logo:focus .blank-focus, .kit-listing .kit .kit-logo:hover .blank-focus {
  display: block;
}

.kit-listing .kit .kit-logo:active .blank-default, .kit-listing .kit .kit-logo:focus .blank-default, .kit-listing .kit .kit-logo:hover .blank-default {
  display: none;
}

.kit-listing .kit .kit-logo-blank {
  border-radius: 0.25rem 0 0 0.25rem;
  border: 2px dashed transparent;
  color: #50525a;
}

.kit-listing .kit .kit-logo-blank .blank-default {
  display: block;
}

.kit-listing .kit .kit-logo-blank .blank-focus {
  display: none;
}

.kit-listing .kit .kit-logo-blank:active, .kit-listing .kit .kit-logo-blank:focus, .kit-listing .kit .kit-logo-blank:hover {
  border-radius: 0.25rem;
  border-color: #ff9f6f;
  color: #ff7f3f;
  text-decoration: none;
}

.kit-listing .kit .kit-logo-blank:active .blank-focus, .kit-listing .kit .kit-logo-blank:focus .blank-focus, .kit-listing .kit .kit-logo-blank:hover .blank-focus {
  display: block;
}

.kit-listing .kit .kit-logo-blank:active .blank-default, .kit-listing .kit .kit-logo-blank:focus .blank-default, .kit-listing .kit .kit-logo-blank:hover .blank-default {
  display: none;
}

.kit {
  margin-bottom: 1rem;
  border: 1px solid #f5f5f5;
  border-radius: 0.25rem;
  padding: 15px;
}

.kit:hover .asset-delete, .kit:hover .asset-remove {
  display: block;
}

a.kit-title {
  color: #50525a;
}

a.kit-title:focus, a.kit-title:hover {
  color: #ff7f3f;
}

.kit-asset-actions, .kit-asset-summary .kit-footer {
  text-align: right;
  color: rgba(80, 82, 90, 0.58);
}

a.kit-title .heading, a.kit-title h2, a.kit-title .h2, a.kit-title h3, a.kit-title .h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a.asset, a.kit-icon-blank, a.kit-typeface, a.kit-typeface-blank {
  background-image: none;
}

.wrapper-kit-logo-rendering {
  display: block;
  width: 100%;
  height: 100%;
}

.kit-logo-rendering {
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.kit-logo-rendering .logo-default {
  font-size: 2.44141rem;
  line-height: 0;
}

.kit-asset-summary {
  margin-bottom: 20px;
}

.kit-asset-summary .kit-asset-preview::after {
  display: table;
}

.kit-asset-header {
  display: table;
  width: 100%;
  vertical-align: middle;
  vertical-align: bottom;
}

.kit-asset-actions, .kit-asset-title {
  display: table-cell;
  vertical-align: inherit;
}

.use-count-uploaded {
  color: #00a0df;
}

.kit-asset-preview {
  line-height: 1;
  text-decoration: none;
}

a.kit-icon, a.kit-typeface {
  color: #50525a;
}

a.kit-icon:hover, a.kit-typeface:hover {
  color: #ff7f3f;
  text-decoration: none;
}

a.kit-image .kit-image-cover {
  opacity: 0.9;
}

a.kit-image:hover {
  border-color: #ff7f3f;
  opacity: 1;
}

.kit-icons {
  line-height: 1;
}

.kit-icons::after {
  display: table;
}

.kit-icons .kit-icon, .kit-icons .kit-icon-blank {
  float: left;
  width: 6.39231%;
  margin-right: 1.3%;
}

.kit-icons .kit-icon {
  height: 50px;
  font-size: 50px;
  text-align: center;
}

.kit-icons .kit-icon-inner {
  overflow: hidden;
}

.kit-icons .kit-icon-name {
  display: none;
}

.kit-icons .kit-icon-blank {
  min-height: 50px;
}

.kit-icons-named {
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
  margin-right: -1.5%;
}

.kit-icons-named .kit-icon, .kit-icons-named .kit-icon-blank {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 6.5rem;
  position: relative;
  width: 15.16667%;
  margin-right: 1.5%;
  line-height: 1;
}

.kit-icons-named .kit-icon.asset-uploaded .kit-icon-name, .kit-icons-named .kit-icon:active .asset-delete, .kit-icons-named .kit-icon:active .asset-remove, .kit-icons-named .kit-icon:focus .asset-delete, .kit-icons-named .kit-icon:focus .asset-remove, .kit-icons-named .kit-icon:hover .asset-delete, .kit-icons-named .kit-icon:hover .asset-remove {
  display: block;
}

.kit-icons-named .kit-icon {
  height: 6.5rem;
  margin-bottom: 0.75%;
}

.kit-icons-named .kit-icon .kit-icon-inner > i {
  font-size: 53px;
}

.kit-icons-named .kit-icon.asset-uploaded .kit-icon-name .ficon-uploaded {
  margin-right: 3px;
  font-size: 14px;
  line-height: 0;
  color: #00a0df;
}

.kit-icons-named .kit-icon:active, .kit-icons-named .kit-icon:focus, .kit-icons-named .kit-icon:hover {
  background-color: #ff7f3f;
  color: #fff;
  border-radius: 0.25rem;
}

.kit-icons-named .kit-icon:active .kit-icon-name, .kit-icons-named .kit-icon:active .kit-icon-name .ficon-uploaded, .kit-icons-named .kit-icon:focus .kit-icon-name, .kit-icons-named .kit-icon:focus .kit-icon-name .ficon-uploaded, .kit-icons-named .kit-icon:hover .kit-icon-name, .kit-icons-named .kit-icon:hover .kit-icon-name .ficon-uploaded {
  color: inherit;
}

.kit-icons-named .kit-icon-inner {
  max-height: 6.5rem;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.kit-icons-named .kit-icon-inner .kit-icon-name {
  margin-top: 3px;
  padding: 0.5rem;
  font-size: 0.8rem;
  color: rgba(80, 82, 90, 0.58);
}

.asset-delete, .asset-remove {
  top: -8px;
  right: -8px;
  position: absolute;
  display: none;
  border: 1px solid #dddddf;
  color: #d2d2d4;
  background-color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  font-size: 18px;
  text-align: center;
  z-index: 101;
  transition: all 0.1s ease-in-out;
}

.asset-delete:hover, .asset-remove:hover {
  color: #fff;
  background-color: #ff5859;
  border-color: #fff;
}

.kit-typefaces .kit-typeface, .kit-typefaces .kit-typeface-blank {
  float: left;
  width: 48.7%;
  margin-right: 1.3%;
}

.kit-typefaces .kit-typeface-pangram {
  overflow: hidden;
  line-height: 1;
  white-space: nowrap;
  font-size: 55px;
}

.kit-typeface-group {
  margin-bottom: 3rem;
}

.kit-typeface-group:last-child {
  margin-bottom: 0;
}

.kit-typefaces-named .kit-typeface-blank {
  display: block;
  height: auto;
  line-height: 4;
}

.kit-typefaces-named .kit-typeface {
  position: relative;
  display: block;
}

.kit-typefaces-named .kit-typeface.asset-uploaded .kit-typeface-name .ficon-uploaded {
  color: #00a0df;
  font-size: 14px;
  margin-right: 3px;
}

.kit-typefaces-named .kit-typeface:active, .kit-typefaces-named .kit-typeface:focus, .kit-typefaces-named .kit-typeface:hover {
  background-color: #ff7f3f;
  color: #fff;
  border-radius: 0.25rem;
}

.kit-typefaces-named .kit-typeface:active .kit-typeface-name, .kit-typefaces-named .kit-typeface:active .kit-typeface-name .ficon-uploaded, .kit-typefaces-named .kit-typeface:focus .kit-typeface-name, .kit-typefaces-named .kit-typeface:focus .kit-typeface-name .ficon-uploaded, .kit-typefaces-named .kit-typeface:hover .kit-typeface-name, .kit-typefaces-named .kit-typeface:hover .kit-typeface-name .ficon-uploaded {
  color: inherit;
}

.kit-typefaces-named .kit-typeface:active .asset-delete, .kit-typefaces-named .kit-typeface:active .asset-remove, .kit-typefaces-named .kit-typeface:focus .asset-delete, .kit-typefaces-named .kit-typeface:focus .asset-remove, .kit-typefaces-named .kit-typeface:hover .asset-delete, .kit-typefaces-named .kit-typeface:hover .asset-remove {
  display: block;
}

.kit-typefaces-named .kit-typeface:active .kit-typeface-pangram, .kit-typefaces-named .kit-typeface:focus .kit-typeface-pangram, .kit-typefaces-named .kit-typeface:hover .kit-typeface-pangram {
  padding-left: 5px;
}

.kit-typefaces-named .kit-typeface-pangram {
  overflow: hidden;
  line-height: 1.25;
  white-space: nowrap;
  font-size: 28px;
}

.kit-typefaces-named .kit-typeface-name {
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  text-align: right;
  font-size: 0.8rem;
  color: rgba(80, 82, 90, 0.58);
}

.kit-images {
  margin-right: -1.3%;
}

.kit-images .kit-image, .kit-images .kit-image-blank {
  float: left;
  width: 23.7%;
  margin-right: 1.3%;
  height: 110px;
}

a.kit-image {
  vertical-align: top;
  border-radius: 0.25rem;
  border: 5px solid transparent;
}

a.kit-image .kit-image-cover {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.kit-images-named {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
  margin-right: -1.5%;
}

.kit-images-named .kit-image, .kit-images-named .kit-image-blank {
  width: 31.83333%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  height: 200px;
}

.kit-images-named .kit-image-blank {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0;
}

.kit-blank, .kit-images-named .kit-image:active .asset-remove, .kit-images-named .kit-image:focus .asset-remove, .kit-images-named .kit-image:hover .asset-remove {
  display: block;
}

.kit-images-named .kit-image-inner {
  height: 100%;
}

.kit-images-named .kit-image-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: rgba(245, 245, 245, 0.75);
  color: #50525a;
}

.facets.togglable li, .kit-images-named .kit-image {
  position: relative;
}

.kit-images-named .kit-image:active .kit-image-name, .kit-images-named .kit-image:focus .kit-image-name, .kit-images-named .kit-image:hover .kit-image-name {
  color: #fff;
  background-color: rgba(255, 127, 63, 0.9);
}

.kit-blank {
  padding: 15px;
}

.kit-icon-blank {
  padding: 7px;
  height: 46px;
}

.kit-typeface-blank {
  line-height: 42px;
  height: 45px;
}

.kit-image-blank {
  line-height: 1.4;
  padding-top: 33px;
}

.kit-icon-blank, .kit-typeface-blank {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.kit-blank, .kit-icon-blank, .kit-image-blank, .kit-logo-blank, .kit-typeface-blank {
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 0.25rem;
  border: 2px dashed transparent;
}

.kit-blank .text-sm, .kit-icon-blank .text-sm, .kit-image-blank .text-sm, .kit-logo-blank .text-sm, .kit-typeface-blank .text-sm {
  margin-top: 3px;
}

.kit-blank, a.kit-icon-blank, a.kit-image-blank, a.kit-typeface-blank {
  color: transparent;
  border-color: transparent;
}

.kit-blank:active, .kit-blank:focus, .kit-blank:hover, a.kit-icon-blank:active, a.kit-icon-blank:focus, a.kit-icon-blank:hover, a.kit-image-blank:active, a.kit-image-blank:focus, a.kit-image-blank:hover, a.kit-typeface-blank:active, a.kit-typeface-blank:focus, a.kit-typeface-blank:hover {
  color: #ff7f3f;
  border-color: #ff9f6f;
  text-decoration: none;
}

.kit-asset-saved {
  color: rgba(80, 82, 90, 0.58);
  font-size: 0.8rem;
  float: right;
  transition: all 0.5s ease;
}

.kit-progress-saved {
  border-left: solid 1px #fff;
}

.kit-total-saved {
  margin-top: -121px;
  margin-bottom: 68px;
}

.kit-total-saved h1, .kit-total-saved .h1 {
  line-height: 0.85;
}

.text-blank-slate {
  color: #e5e5e6;
}

.contents-summary .icon-sets-used, .contents-summary .typefaces-used {
  padding-left: 15px;
}

.contents-summary .count-used {
  color: rgba(80, 82, 90, 0.58);
  font-weight: 400;
}

.facets {
  margin-bottom: 5px;
  padding-left: 21px;
}

.facets.in-kit li {
  font-weight: 700;
}

.facets.available li {
  color: #50525a;
}

.facets.unavailable li {
  color: rgba(80, 82, 90, 0.58);
}

.facets.selectable li:hover {
  color: #ff7f3f;
  text-decoration: none;
  cursor: pointer;
}

.facets li {
  cursor: default;
}

.facets li .tooltip {
  display: none;
}

.facets li:hover .tooltip {
  display: block;
}

.facets small, .facets .small {
  color: rgba(80, 82, 90, 0.58);
  font-weight: 400;
}

.facets.togglable {
  list-style-type: none;
}

.facets.togglable li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FortAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 1px;
  left: -21px;
  font-size: 0.8rem;
  width: 15px;
  height: 15px;
  line-height: 12px;
  text-align: center;
  color: #fff;
  border: 1px solid #dddddf;
  border-radius: 0.2rem;
}

.facets.togglable li.checked:before {
  color: #50525a;
}

.facets.togglable li:active:before {
  border-color: #ffbf9f;
}

.icon-set-preview, .icon-set-preview-lg {
  margin-bottom: 30px;
}

.icon-set-preview img, .icon-set-preview-lg img {
  width: 100%;
}

.icon-set-preview hr, .icon-set-preview-lg hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.icon-set-preview-lg.unavailable h2, .icon-set-preview-lg.unavailable .h2, .icon-set-preview.unavailable h2, .icon-set-preview.unavailable .h2 {
  color: rgba(80, 82, 90, 0.58);
}

.icon-set-preview .icon, .icon-set-preview-lg .icon {
  position: relative;
  padding-top: 0.125em;
  padding-bottom: 0.125em;
  color: #b9babd;
  line-height: 0;
  text-align: center;
  border-bottom: solid 0 transparent;
  border-radius: 0.2rem;
  background-image: none;
}

.icon-set-preview .icon i.icon-set-preview-icon, .icon-set-preview-lg .icon i.icon-set-preview-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.8;
}

.icon-set-preview .icon.show-add, .icon-set-preview-lg .icon.show-add {
  background-color: #ff8c52;
  color: #fff;
  text-decoration: none;
}

.icon-set-preview .icon.show-add i.icon-set-preview-icon, .icon-set-preview-lg .icon.show-add i.icon-set-preview-icon {
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
  opacity: 1;
}

.icon-set-preview .icon.active, .icon-set-preview .icon:hover:active, .icon-set-preview-lg .icon.active, .icon-set-preview-lg .icon:hover:active {
  box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.15);
}

.icon-set-preview .icon.active, .icon-set-preview-lg .icon.active {
  background-color: #ff8c52;
  color: #fff;
  border-color: #fff;
}

.icon-set-preview .icon.active i.icon-set-preview-icon, .icon-set-preview-lg .icon.active i.icon-set-preview-icon {
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
  opacity: 1;
}

.icon-set-preview .icon.active.show-add, .icon-set-preview-lg .icon.active.show-add {
  background-color: #ff5859;
  border-color: #ff5859;
}

.icon-set-preview .icon.active.show-add:active, .icon-set-preview-lg .icon.active.show-add:active {
  box-shadow: none;
}

.icon-set-preview .icon .icon-name, .icon-set-preview-lg .icon .icon-name {
  display: none;
  font-size: 0.8rem;
  color: rgba(80, 82, 90, 0.58);
}

.icon-set-preview .icons::after, .icon-set-preview-lg .icons::after {
  display: table;
  clear: both;
  content: "";
}

.icon-set-preview .icons {
  margin-right: -0.5%;
}

.icon-set-preview .icon {
  float: left;
  width: 5.75%;
  height: 2.75em;
  margin-right: 0.5%;
  margin-bottom: 0.25%;
  margin-top: 0.25%;
}

.icon-set-preview .icon i.icon-set-preview-icon {
  max-width: 2.75em;
  max-height: 2.75em;
}

.icon-set-preview-lg .icons {
  margin-right: -1%;
}

.icon-set-preview-lg .icon {
  float: left;
  width: 11.5%;
  height: 5.5rem;
  margin-right: 1%;
  margin-bottom: 0.5%;
  margin-top: 0.5%;
  border-radius: 0.3rem;
}

.icon-set-preview-lg .icon.active, .icon-set-preview-lg .icon:hover:active {
  box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.2);
}

.icon-set-preview-lg .icon i.icon-set-preview-icon {
  max-width: 5.5rem;
  max-height: 5.5rem;
}

.icon.unavailable i.icon-set-preview-icon, .unavailable .icon i.icon-set-preview-icon {
  opacity: 0.35;
}

.icon.unavailable:hover, .unavailable .icon:hover {
  opacity: 1;
  background-color: #b0b0b4;
  color: #fff;
}

.icon.unavailable:hover i.icon-set-preview-icon, .unavailable .icon:hover i.icon-set-preview-icon {
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
  opacity: 1;
}

.typefamily-preview {
  margin-bottom: 25px;
}

.typefamily-preview .typeface {
  margin-bottom: 2px;
  display: block;
  color: #62636b;
  font-size: 28px;
  text-decoration: none;
  border-radius: 0.2rem;
  background-image: none;
}

.typefamily-preview .typeface .specimen {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

.typefamily-preview .typeface:hover {
  background-color: #ff8c52;
  color: #fff;
}

.typefamily-preview .typeface.active, .typefamily-preview .typeface:hover:active {
  box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.15);
}

.typefamily-preview .typeface.active {
  background-color: #ff8c52;
  color: #fff;
  border-left: solid 0 #fff;
  padding-left: 5px;
}

.typefamily-preview .typeface.active:hover {
  background-color: #ff5859;
}

.typefamily-preview .typeface.active:hover:active {
  box-shadow: none;
}

.typefamily-preview .typeface-style {
  color: rgba(80, 82, 90, 0.58);
  font-size: 0.8rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-style: normal;
  margin-top: -1px;
  line-height: 1;
  text-align: right;
}

.icon-loading-failed {
  color: rgba(80, 82, 90, 0.58);
  position: absolute;
  width: 34%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon-loading-failed i {
  text-indent: -1.5em;
}

.asset-uploaded-preview .grid {
  background-image: linear-gradient(rgba(0, 160, 223, 0.25) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 160, 223, 0.25) 1px, transparent 1px);
}

.asset-uploaded-preview .grid:after {
  background-image: linear-gradient(rgba(0, 160, 223, 0.5) 1px, transparent 1px);
}

.asset-origin-uploaded .asset-origin-author, .asset-origin-uploaded .ficon-uploaded {
  color: #00a0df;
}

.asset-preview .well {
  text-align: center;
  overflow: auto;
  overflow-y: hidden;
}

.asset-preview .well::-webkit-scrollbar {
  -webkit-appearance: none;
}

.asset-preview .well::-webkit-scrollbar:horizontal {
  height: 11px;
}

.asset-preview .well::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.asset-preview .well i {
  padding-right: 1px;
  padding-bottom: 1px;
  vertical-align: top;
}

.asset-preview .bg-body i {
  opacity: 0.8;
}

.asset-preview .bg-gray::-webkit-scrollbar-thumb {
  border: 2px solid #50525a;
  background-color: rgba(255, 255, 255, 0.5);
}

.typeface-asset-preview .well {
  text-align: left;
  overflow-y: auto;
}

.typeface-asset-preview-rendering .well {
  padding-left: 0;
}

.typeface-asset-preview-rendering .heading, .typeface-asset-preview-rendering h1, .typeface-asset-preview-rendering .h1, .typeface-asset-preview-rendering h2, .typeface-asset-preview-rendering .h2, .typeface-asset-preview-rendering h3, .typeface-asset-preview-rendering .h3, .typeface-asset-preview-rendering h4, .typeface-asset-preview-rendering .h4, .typeface-asset-preview-rendering h5, .typeface-asset-preview-rendering .h5, .typeface-asset-preview-rendering h6, .typeface-asset-preview-rendering .h6 {
  font-weight: inherit;
  white-space: nowrap;
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 5px;
}

.typeface-asset-preview-rendering p {
  padding-left: 15px;
  font-size: 0.8rem;
  text-align: justify;
  margin-bottom: 0;
  margin-top: 20px;
}

.image-asset-preview .well {
  text-align: center;
}

.image-asset-preview .tab-pane a img {
  border-radius: 2.25rem;
  border: 2px solid #f5f5f5;
}

.image-asset-preview .tab-pane a:hover img {
  border: 2px solid #ff7f3f;
}

.image-asset-preview img {
  border-radius: 0.25rem;
  max-width: 100%;
}

.icon-asset-preview .nav-kit, .image-asset-preview .nav-kit, .typeface-asset-preview .nav-kit {
  margin-top: -10px;
}

.icon-asset-preview .well, .image-asset-preview .well, .typeface-asset-preview .well {
  margin-bottom: 10px;
}

.font-details-header h1, .font-details-header .h1 {
  font-size: 72px;
}

.font-details-icons {
  font-size: 0;
}

.font-details-icons .alert {
  font-size: 1.5625rem;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 23px;
  margin-bottom: 0;
  margin-left: 2%;
  width: 85.5%;
  height: 111px;
  float: right;
}

.font-details-icons .alert i {
  font-size: 3em;
  float: left;
  margin-right: 0.3em;
}

.font-details-icon, .font-details-icon-no-action {
  display: inline-block;
  text-align: center;
  width: 12.5%;
  padding: 10px;
  vertical-align: middle;
  margin-bottom: 15px;
  color: rgba(80, 82, 90, 0.58);
  overflow-x: hidden;
}

.font-details-icon i, .font-details-icon-no-action i {
  color: #50525a;
  line-height: 1;
}

.font-details-icon:hover {
  background-color: #ff7f3f;
  color: #fff;
  border-radius: 0.3rem;
  text-decoration: none;
}

.font-details-icon:hover i {
  color: #fff;
}

.icon-2x-width {
  width: 25%;
}

.font-details-icon-name {
  margin-top: 10px;
  font-size: 0.8rem;
}

.zoomed-native-20px i {
  font-size: 70px;
}

.zoomed-native-16px i {
  font-size: 64px;
}

.zoomed-native-14px i {
  font-size: 70px;
}

.grid-14px, .grid-16px {
  font-size: 336px;
  line-height: 336px;
}

.icon-unicode {
  display: none;
}

.show-unicode .icon-unicode {
  display: inline;
}

.show-unicode .row {
  margin-bottom: 15px;
}

.show-unicode .input-sm {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.grid {
  display: inline-block;
  background-image: linear-gradient(rgba(28, 30, 41, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(28, 30, 41, 0.15) 1px, transparent 1px);
  position: relative;
}

.grid:after {
  content: "";
  background-image: linear-gradient(rgba(255, 127, 63, 0.35) 1px, transparent 1px);
  left: 0;
  height: 1px;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.grid-14px {
  background-size: 24px 24px;
}

.grid-14px.grid:after {
  top: 288px;
}

.grid-16px {
  background-size: 21px 21px;
}

.grid-16px.grid:after {
  top: 273px;
}

.grid-18px {
  font-size: 324px;
  line-height: 324px;
  background-size: 18px 18px;
}

.grid-20px, .grid-21px {
  background-size: 16px 16px;
}

.grid-18px.grid:after {
  top: 270px;
}

.grid-20px {
  font-size: 320px;
  line-height: 320px;
}

.grid-21px, .grid-24px, .grid-28px {
  font-size: 336px;
  line-height: 336px;
}

.grid-20px.grid:after {
  top: 272px;
}

.grid-21px.grid:after {
  top: 288px;
}

.grid-24px {
  background-size: 14px 14px;
}

.grid-24px.grid:after {
  top: 280px;
}

.grid-28px {
  background-size: 12px 12px;
}

.grid-28px.grid:after {
  top: 288px;
}

.grid-32px {
  font-size: 352px;
  line-height: 352px;
  background-size: 11px 11px;
}

.grid-32px.grid:after {
  top: 286px;
}

.grid-36px {
  font-size: 360px;
  line-height: 360px;
  background-size: 10px 10px;
}

.grid-36px.grid:after {
  top: 300px;
}

i.icon-10x {
  font-size: 10em;
}

i.icon-5x {
  font-size: 5em;
}

.icon-sizes-preview {
  overflow: auto;
  overflow-y: hidden;
}

.icon-sizes-preview::-webkit-scrollbar {
  -webkit-appearance: none;
}

.icon-sizes-preview::-webkit-scrollbar:horizontal {
  height: 11px;
}

.icon-sizes-preview::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.icon-grid-icon {
  padding: 20px;
  border-radius: 0.3rem;
  overflow: auto;
  overflow-y: hidden;
  color: #1c1e29;
}

.icon-grid-icon::-webkit-scrollbar {
  -webkit-appearance: none;
}

.icon-grid-icon::-webkit-scrollbar:horizontal {
  height: 11px;
}

.icon-grid-icon::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.icon-grid-icon i {
  opacity: 0.8;
  padding-right: 1px;
  padding-bottom: 1px;
  vertical-align: top;
}

.icon-grid-icon.inverse {
  background-color: #50525a;
  color: #fff;
}

.icon-grid-icon.inverse i {
  opacity: 1;
}

.icon-grid-icon.inverse::-webkit-scrollbar-thumb {
  border: 2px solid #50525a;
  background-color: rgba(255, 255, 255, 0.5);
}

.header-search, .icon-search {
  position: relative;
  text-align: right;
}

.header-search .form-control, .icon-search .form-control {
  padding-right: 14px;
}

.header-search.fonts-icon-search, .icon-search.fonts-icon-search {
  margin-top: 13px;
}

.header-search .ficon-search, .icon-search .ficon-search {
  font-size: 1.25rem;
  vertical-align: middle;
}

.header-search-input, .icon-search-input {
  padding: 0;
  width: 100px;
  height: auto;
  display: inline-block;
  color: #fff;
  background-color: transparent;
  border-color: rgba(80, 82, 90, 0.58);
  border-width: 0 0 1px;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.1s linear;
}

.header-search-input::-moz-placeholder, .icon-search-input::-moz-placeholder {
  color: #33353e;
}

.header-search-input:-ms-input-placeholder, .icon-search-input:-ms-input-placeholder {
  color: #33353e;
}

.header-search-input::placeholder, .icon-search-input::placeholder {
  color: #33353e;
}

.header-search-input:focus, .icon-search-input:focus {
  box-shadow: none;
  border-bottom-width: 2px;
  border-color: #ffd600;
  width: 150px;
}

.header-search-input.search-wide, .icon-search-input.search-wide {
  width: 150px;
}

.header-search-input.search-wide:focus, .icon-search-input.search-wide:focus {
  width: 200px;
}

.header-search-input::-webkit-input-placeholder, .icon-search-input::-webkit-input-placeholder {
  color: #33353e;
  color: rgba(80, 82, 90, 0.58);
}

.header-search-input::-moz-placeholder, .icon-search-input::-moz-placeholder {
  color: rgba(80, 82, 90, 0.58);
}

.header-search-input:-ms-input-placeholder, .icon-search-input:-ms-input-placeholder {
  color: rgba(80, 82, 90, 0.58);
}

.header-search-input::placeholder, .icon-search-input::placeholder {
  color: rgba(80, 82, 90, 0.58);
}

.clear-search {
  position: absolute;
  color: rgba(80, 82, 90, 0.58);
  padding: 3px;
  top: -1px;
  right: -3px;
}

.clear-search:hover {
  cursor: pointer;
  color: inherit;
}

.svg-preview {
  max-height: calc(100vh - 215px);
  overflow-y: auto;
}

.svg-preview pre {
  margin-bottom: 0;
}

.loading {
  position: relative;
}

.loading:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background-color: rgba(28, 30, 41, 0.8);
  border-radius: 0.25rem;
}

.loading:after {
  content: "";
  font-family: "Font Awesome";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
  -webkit-animation: fa-spin 1.5s infinite linear;
  animation: fa-spin 1.5s infinite linear;
}

.loading-light:before {
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.loading-light:after {
  top: 70px;
  font-size: 70px;
  color: rgba(28, 30, 41, 0.8);
  z-index: 3;
}

.spinner-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.will-fill-page {
  min-height: 50vh;
  position: relative;
}

.blankslate {
  background-color: #cbcbce;
}

.input-svg-source {
  min-height: 120px;
}

.navbar-simple > .container .navbar-brand {
  margin-left: auto;
}

.input-search {
  border-radius: 1.3em;
}

.dropdown-hover-open .dropdown-menu {
  top: 90%;
}

.dropdown-hover-open:hover .dropdown-menu {
  display: block;
}

.jumbotron .ficon {
  margin-bottom: 0.5rem;
}

.jumbotron .ficon-docker {
  font-size: 3rem;
}

.jumbotron .ficon-algolia, .jumbotron .ficon-washington-post {
  font-size: 2.5rem;
}

.jumbotron .ficon-khan-academy {
  font-size: 1.4rem;
}

.jumbotron .ficon-doordash {
  font-size: 1.75rem;
}

.jumbotron .ficon-rackspace {
  font-size: 2.5rem;
}

.plan-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.plan, .plans-business {
  display: -webkit-flex;
  display: -ms-flexbox;
}

.plan-list .plan-highlighted {
  z-index: 900;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.plan-feature {
  border-bottom: 1px solid #eeeeef;
}

.plan-feature:last-child {
  border-bottom: none;
}

.plan {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 0.5rem solid #fff;
}

.plan-features {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.plan-green {
  border-top-color: #4dd09a;
}

.plan-blue {
  border-top-color: #4dbde9;
}

.plan-red {
  border-top-color: #ff8a8b;
}

.plan-orange {
  border-top-color: #ffa579;
}

.plan-yellow {
  border-top-color: #ffd600;
}

.plan-disabled {
  outline: 0;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.plan-disabled:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  opacity: 0.75;
  content: "";
}

.plans-business {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.plans-business .plan-orange, .plans-business .plans-business-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
}

.plans-business .plan-orange {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.plans-business .plans-business-details {
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.plans-business-table th {
  border-top: none;
}

.plans-help-kit-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.kit-detail, .listing-icon-sets {
  display: -webkit-flex;
  display: -ms-flexbox;
}

.kit-detail {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}

.listing-icon-sets {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card-icon-set {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  overflow: hidden;
}

.card-icon-set-preview {
  transition: opacity 0.75s ease;
  opacity: 0.75;
}

.card-icon-set-preview:focus, .card-icon-set-preview:hover {
  color: #fff;
  opacity: 1;
}

.card-icon-set-heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-icon-set-actions, .card-icon-set-title {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.card-icon-set-title {
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-icon-set-actions {
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-icon-set-preview-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-icon-set-preview-row .set {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-app {
  font-size: 14px;
}

.footer-app .list-inline-item a, .footer-app a.logo-avatar, .footer-app a.mixpanel {
  background-image: none;
  display: inline-block;
  color: #bababe;
}

.footer-app .list-inline-item a:hover, .footer-app a.logo-avatar:hover, .footer-app a.mixpanel:hover {
  color: #ff7f3f;
}

.footer-app .list-inline, .footer-app .logo-avatar, .footer-app .mixpanel {
  padding-top: 31px;
}

.footer-app .mixpanel {
  font-size: 36px;
}

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

.view-system {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.view-system .system-message-type-code, .view-system .system-message-type-title {
  display: block;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulseOpacity {
  50% {
    opacity: 0.75;
  }
}
@keyframes pulseOpacity {
  50% {
    opacity: 0.75;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.v-kit-doc-partial {
  min-width: 0;
  background-color: transparent;
}

.shareable-doc-url {
  max-width: 25rem;
}

.Tooltip__inline___3ZVFD {
  position: relative;
  display: inline-block;
}

.Tooltip__tooltip-top___fiEO5 {
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.Tooltip__tooltip-right___O7Y6z {
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Tooltip__content___1loHd {
  text-transform: initial;
  white-space: nowrap;
  max-width: none;
}

/*!
 * Bootstrap v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #375a7f;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #e74c3c;
  --bs-orange: #fd7e14;
  --bs-yellow: #f39c12;
  --bs-green: #00bc8c;
  --bs-teal: #20c997;
  --bs-cyan: #3498db;
  --bs-white: #fff;
  --bs-gray: #888;
  --bs-gray-dark: #303030;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #ebebeb;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #888;
  --bs-gray-700: #444;
  --bs-gray-800: #303030;
  --bs-gray-900: #222;
  --bs-primary: #375a7f;
  --bs-secondary: #444;
  --bs-success: #00bc8c;
  --bs-info: #3498db;
  --bs-warning: #f39c12;
  --bs-danger: #e74c3c;
  --bs-light: #adb5bd;
  --bs-dark: #303030;
  --bs-primary-rgb: 55, 90, 127;
  --bs-secondary-rgb: 68, 68, 68;
  --bs-success-rgb: 0, 188, 140;
  --bs-info-rgb: 52, 152, 219;
  --bs-warning-rgb: 243, 156, 18;
  --bs-danger-rgb: 231, 76, 60;
  --bs-light-rgb: 173, 181, 189;
  --bs-dark-rgb: 48, 48, 48;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-rgb: 255, 255, 255;
  --bs-font-sans-serif: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #fff;
  --bs-body-bg: #222;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

h2, .h2 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}

h3, .h3 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #00bc8c;
  text-decoration: underline;
}
a:hover {
  color: #009670;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
  color: inherit;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #222;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #888;
  text-align: left;
}

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #888;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #888;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

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

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #fff;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #fff;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #fff;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #fff;
  vertical-align: top;
  border-color: #444;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #375a7f;
  --bs-table-striped-bg: #416285;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #4b6b8c;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #466689;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #4b6b8c;
}

.table-secondary {
  --bs-table-bg: #444444;
  --bs-table-striped-bg: #4d4d4d;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #575757;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #525252;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #575757;
}

.table-success {
  --bs-table-bg: #00bc8c;
  --bs-table-striped-bg: #0dbf92;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #1ac398;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #13c195;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #1ac398;
}

.table-info {
  --bs-table-bg: #3498db;
  --bs-table-striped-bg: #3e9ddd;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #48a2df;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #43a0de;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #48a2df;
}

.table-warning {
  --bs-table-bg: #f39c12;
  --bs-table-striped-bg: #f4a11e;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #f4a62a;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #f4a324;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #f4a62a;
}

.table-danger {
  --bs-table-bg: #e74c3c;
  --bs-table-striped-bg: #e85546;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #e95e50;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #e9594b;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #e95e50;
}

.table-light {
  --bs-table-bg: #adb5bd;
  --bs-table-striped-bg: #b1b9c0;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #b5bcc4;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #b3bbc2;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #b5bcc4;
}

.table-dark {
  --bs-table-bg: #303030;
  --bs-table-striped-bg: #3a3a3a;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #454545;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #404040;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #454545;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #888;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #303030;
  background-color: #222;
  background-clip: padding-box;
  border: 1px solid #222;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #303030;
  background-color: #222;
  border-color: #9badbf;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(55, 90, 127, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #888;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #ebebeb;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #fff;
  background-color: #444;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #414141;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #fff;
  background-color: #444;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #414141;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #303030;
  background-color: #222;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23303030' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #222;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #9badbf;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(55, 90, 127, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #ebebeb;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #303030;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #9badbf;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(55, 90, 127, 0.25);
}
.form-check-input:checked {
  background-color: #375a7f;
  border-color: #375a7f;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #375a7f;
  border-color: #375a7f;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239badbf'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #222, 0 0 0 0.25rem rgba(55, 90, 127, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #222, 0 0 0 0.25rem rgba(55, 90, 127, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #375a7f;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c3ced9;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #375a7f;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c3ced9;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #adb5bd;
  text-align: center;
  white-space: nowrap;
  background-color: #444;
  border: 1px solid #222;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #00bc8c;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(0, 188, 140, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #00bc8c;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300bc8c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #00bc8c;
  box-shadow: 0 0 0 0.25rem rgba(0, 188, 140, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #00bc8c;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23303030' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300bc8c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #00bc8c;
  box-shadow: 0 0 0 0.25rem rgba(0, 188, 140, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #00bc8c;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #00bc8c;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 188, 140, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00bc8c;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(231, 76, 60, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e74c3c;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e74c3c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74c3c' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #e74c3c;
  box-shadow: 0 0 0 0.25rem rgba(231, 76, 60, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #e74c3c;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23303030' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e74c3c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74c3c' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #e74c3c;
  box-shadow: 0 0 0 0.25rem rgba(231, 76, 60, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #e74c3c;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #e74c3c;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(231, 76, 60, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e74c3c;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #fff;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(55, 90, 127, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #375a7f;
  border-color: #375a7f;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2f4d6c;
  border-color: #2c4866;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #2f4d6c;
  border-color: #2c4866;
  box-shadow: 0 0 0 0.25rem rgba(85, 115, 146, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2c4866;
  border-color: #29445f;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(85, 115, 146, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #375a7f;
  border-color: #375a7f;
}

.btn-secondary {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #3a3a3a;
  border-color: #363636;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #3a3a3a;
  border-color: #363636;
  box-shadow: 0 0 0 0.25rem rgba(96, 96, 96, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #363636;
  border-color: #333333;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(96, 96, 96, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.btn-success {
  color: #fff;
  background-color: #00bc8c;
  border-color: #00bc8c;
}
.btn-success:hover {
  color: #fff;
  background-color: #00a077;
  border-color: #009670;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #00a077;
  border-color: #009670;
  box-shadow: 0 0 0 0.25rem rgba(38, 198, 157, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #009670;
  border-color: #008d69;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 198, 157, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #00bc8c;
  border-color: #00bc8c;
}

.btn-info {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn-info:hover {
  color: #fff;
  background-color: #2c81ba;
  border-color: #2a7aaf;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: #2c81ba;
  border-color: #2a7aaf;
  box-shadow: 0 0 0 0.25rem rgba(82, 167, 224, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2a7aaf;
  border-color: #2772a4;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(82, 167, 224, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}

.btn-warning {
  color: #fff;
  background-color: #f39c12;
  border-color: #f39c12;
}
.btn-warning:hover {
  color: #fff;
  background-color: #cf850f;
  border-color: #c27d0e;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #fff;
  background-color: #cf850f;
  border-color: #c27d0e;
  box-shadow: 0 0 0 0.25rem rgba(245, 171, 54, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #c27d0e;
  border-color: #b6750e;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(245, 171, 54, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #fff;
  background-color: #f39c12;
  border-color: #f39c12;
}

.btn-danger {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c44133;
  border-color: #b93d30;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #c44133;
  border-color: #b93d30;
  box-shadow: 0 0 0 0.25rem rgba(235, 103, 89, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b93d30;
  border-color: #ad392d;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(235, 103, 89, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}

.btn-light {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-light:hover {
  color: #fff;
  background-color: #939aa1;
  border-color: #8a9197;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #fff;
  background-color: #939aa1;
  border-color: #8a9197;
  box-shadow: 0 0 0 0.25rem rgba(185, 192, 199, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #8a9197;
  border-color: #82888e;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(185, 192, 199, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}

.btn-dark {
  color: #fff;
  background-color: #303030;
  border-color: #303030;
}
.btn-dark:hover {
  color: #fff;
  background-color: #292929;
  border-color: #262626;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #292929;
  border-color: #262626;
  box-shadow: 0 0 0 0.25rem rgba(79, 79, 79, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #262626;
  border-color: #242424;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(79, 79, 79, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #303030;
  border-color: #303030;
}

.btn-outline-primary {
  color: #375a7f;
  border-color: #375a7f;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #375a7f;
  border-color: #375a7f;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(55, 90, 127, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #375a7f;
  border-color: #375a7f;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(55, 90, 127, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #375a7f;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #444;
  border-color: #444;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(68, 68, 68, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(68, 68, 68, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #444;
  background-color: transparent;
}

.btn-outline-success {
  color: #00bc8c;
  border-color: #00bc8c;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #00bc8c;
  border-color: #00bc8c;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 188, 140, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #00bc8c;
  border-color: #00bc8c;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 188, 140, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #00bc8c;
  background-color: transparent;
}

.btn-outline-info {
  color: #3498db;
  border-color: #3498db;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 152, 219, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 152, 219, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #3498db;
  background-color: transparent;
}

.btn-outline-warning {
  color: #f39c12;
  border-color: #f39c12;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f39c12;
  border-color: #f39c12;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(243, 156, 18, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #fff;
  background-color: #f39c12;
  border-color: #f39c12;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(243, 156, 18, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #f39c12;
  background-color: transparent;
}

.btn-outline-danger {
  color: #e74c3c;
  border-color: #e74c3c;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(231, 76, 60, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(231, 76, 60, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #e74c3c;
  background-color: transparent;
}

.btn-outline-light {
  color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(173, 181, 189, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(173, 181, 189, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #adb5bd;
  background-color: transparent;
}

.btn-outline-dark {
  color: #303030;
  border-color: #303030;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #303030;
  border-color: #303030;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(48, 48, 48, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #303030;
  border-color: #303030;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(48, 48, 48, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #303030;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #00bc8c;
  text-decoration: underline;
}
.btn-link:hover {
  color: #009670;
}
.btn-link:disabled, .btn-link.disabled {
  color: #888;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #222;
  background-clip: padding-box;
  border: 1px solid #444;
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  background-color: #375a7f;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #375a7f;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #303030;
  border-color: #444;
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #375a7f;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: #444;
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 2rem;
  color: #00bc8c;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #009670;
}
.nav-link.disabled {
  color: #adb5bd;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #444;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #444 #444 transparent;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #adb5bd;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: #222;
  border-color: #444 #444 transparent;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #375a7f;
}

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #303030;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #444;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: #444;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: #303030;
  border-bottom-color: #303030;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  background-color: #222;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #325172;
  background-color: #ebeff2;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23325172'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #9badbf;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(55, 90, 127, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #222;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #888;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #888;
}

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

.page-link {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #00bc8c;
  border: 0 solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #fff;
  background-color: #00efb2;
  border-color: transparent;
}
.page-link:focus {
  z-index: 3;
  color: #009670;
  background-color: #ebebeb;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(55, 90, 127, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00efb2;
  border-color: transparent;
}
.page-item.disabled .page-link {
  color: #fff;
  pointer-events: none;
  background-color: #007053;
  border-color: transparent;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

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

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

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #21364c;
  background-color: #d7dee5;
  border-color: #c3ced9;
}
.alert-primary .alert-link {
  color: #1a2b3d;
}

.alert-secondary {
  color: #292929;
  background-color: #dadada;
  border-color: #c7c7c7;
}
.alert-secondary .alert-link {
  color: #212121;
}

.alert-success {
  color: #007154;
  background-color: #ccf2e8;
  border-color: #b3ebdd;
}
.alert-success .alert-link {
  color: #005a43;
}

.alert-info {
  color: #1f5b83;
  background-color: #d6eaf8;
  border-color: #c2e0f4;
}
.alert-info .alert-link {
  color: #194969;
}

.alert-warning {
  color: #925e0b;
  background-color: #fdebd0;
  border-color: #fbe1b8;
}
.alert-warning .alert-link {
  color: #754b09;
}

.alert-danger {
  color: #8b2e24;
  background-color: #fadbd8;
  border-color: #f8c9c5;
}
.alert-danger .alert-link {
  color: #6f251d;
}

.alert-light {
  color: #686d71;
  background-color: #eff0f2;
  border-color: #e6e9eb;
}
.alert-light .alert-link {
  color: #53575a;
}

.alert-dark {
  color: #1d1d1d;
  background-color: #d6d6d6;
  border-color: #c1c1c1;
}
.alert-dark .alert-link {
  color: #171717;
}

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

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

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

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

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

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
  text-decoration: none;
  background-color: #303030;
  border: 1px solid #444;
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #888;
  pointer-events: none;
  background-color: #303030;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #375a7f;
  border-color: #375a7f;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

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

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

.list-group-item-primary {
  color: #21364c;
  background-color: #d7dee5;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #21364c;
  background-color: #c2c8ce;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #21364c;
  border-color: #21364c;
}

.list-group-item-secondary {
  color: #292929;
  background-color: #dadada;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #292929;
  background-color: #c4c4c4;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #292929;
  border-color: #292929;
}

.list-group-item-success {
  color: #007154;
  background-color: #ccf2e8;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #007154;
  background-color: #b8dad1;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #007154;
  border-color: #007154;
}

.list-group-item-info {
  color: #1f5b83;
  background-color: #d6eaf8;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #1f5b83;
  background-color: #c1d3df;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1f5b83;
  border-color: #1f5b83;
}

.list-group-item-warning {
  color: #925e0b;
  background-color: #fdebd0;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #925e0b;
  background-color: #e4d4bb;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #925e0b;
  border-color: #925e0b;
}

.list-group-item-danger {
  color: #8b2e24;
  background-color: #fadbd8;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #8b2e24;
  background-color: #e1c5c2;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #8b2e24;
  border-color: #8b2e24;
}

.list-group-item-light {
  color: #686d71;
  background-color: #eff0f2;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #686d71;
  background-color: #d7d8da;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #686d71;
  border-color: #686d71;
}

.list-group-item-dark {
  color: #1d1d1d;
  background-color: #d6d6d6;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1d1d1d;
  background-color: #c1c1c1;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #fff;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.4;
}
.btn-close:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(55, 90, 127, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: #444;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #888;
  background-color: #303030;
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #303030;
  background-clip: padding-box;
  border: 1px solid #444;
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #444;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

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

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

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

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

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-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: #303030;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #303030;
}

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

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

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

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #444;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #fff;
}

.carousel {
  position: relative;
}

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

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

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

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

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

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

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

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

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #303030;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid #444;
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid #444;
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid #444;
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid #444;
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #375a7f;
}
.link-primary:hover, .link-primary:focus {
  color: #2c4866;
}

.link-secondary {
  color: #444;
}
.link-secondary:hover, .link-secondary:focus {
  color: #363636;
}

.link-success {
  color: #00bc8c;
}
.link-success:hover, .link-success:focus {
  color: #009670;
}

.link-info {
  color: #3498db;
}
.link-info:hover, .link-info:focus {
  color: #2a7aaf;
}

.link-warning {
  color: #f39c12;
}
.link-warning:hover, .link-warning:focus {
  color: #c27d0e;
}

.link-danger {
  color: #e74c3c;
}
.link-danger:hover, .link-danger:focus {
  color: #b93d30;
}

.link-light {
  color: #adb5bd;
}
.link-light:hover, .link-light:focus {
  color: #8a9197;
}

.link-dark {
  color: #303030;
}
.link-dark:hover, .link-dark:focus {
  color: #262626;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

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

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

.border-0 {
  border: 0 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

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

.border-end-0 {
  border-right: 0 !important;
}

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

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #375a7f !important;
}

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

.border-success {
  border-color: #00bc8c !important;
}

.border-info {
  border-color: #3498db !important;
}

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

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

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

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

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

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

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

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

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

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

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

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

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

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

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

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

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

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

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

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

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

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

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

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

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

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

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

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

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

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

.pt-0 {
  padding-top: 0 !important;
}

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

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

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

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

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

.pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.425rem + 2.1vw) !important;
}

.fs-2 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-3 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

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

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

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #888 !important;
}

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

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

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

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

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

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

.rounded-0 {
  border-radius: 0 !important;
}

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

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

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

.rounded-circle {
  border-radius: 50% !important;
}

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

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

  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

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

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

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

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

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

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

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

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

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

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

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

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

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

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

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

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

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

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

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

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

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

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

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

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

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

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

  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

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

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

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

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

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

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

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

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

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

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

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

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

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

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

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

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

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

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

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

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

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

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

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

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

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

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

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

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

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

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

  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

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

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

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

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

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

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

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

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

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

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

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

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

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

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

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

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

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

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

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

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

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

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

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

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

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

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

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

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

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

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

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

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

  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

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

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

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

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

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

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

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

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

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

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

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

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

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

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

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

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

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

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

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

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

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

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

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

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

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

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

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

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

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

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

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

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

  .flex-xxl-row {
    flex-direction: row !important;
  }

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

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

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

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

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

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

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

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

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

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

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

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

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

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

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

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

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

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

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

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

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

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

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

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

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

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

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

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

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

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

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

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

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

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

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

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3rem !important;
  }

  .fs-2 {
    font-size: 2.5rem !important;
  }

  .fs-3 {
    font-size: 2rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
@font-face {
  font-family: "kishcomgamesDefaults";
  src: url("fonts/icons.eot");
  src: url("fonts/icons.eot?#iefix") format("embedded-opentype"), url("fonts/icons.woff2") format("woff2"), url("fonts/icons.woff") format("woff"), url("fonts/icons.ttf") format("truetype"), url("fonts/icons.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/lato-400-normal-3b900f43c.eot");
  src: url("fonts/lato-400-normal-3b900f43c.eot?#iefix") format("embedded-opentype"), url("fonts/lato-400-normal-3b900f43c.woff2") format("woff2"), url("fonts/lato-400-normal-3b900f43c.woff") format("woff"), url("fonts/lato-400-normal-3b900f43c.ttf") format("truetype"), url("fonts/lato-400-normal-3b900f43c.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/lato-900-normal-bdd416f0e.eot");
  src: url("fonts/lato-900-normal-bdd416f0e.eot?#iefix") format("embedded-opentype"), url("fonts/lato-900-normal-bdd416f0e.woff2") format("woff2"), url("fonts/lato-900-normal-bdd416f0e.woff") format("woff"), url("fonts/lato-900-normal-bdd416f0e.ttf") format("truetype"), url("fonts/lato-900-normal-bdd416f0e.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/lato-400-italic-2b7489ba9.eot");
  src: url("fonts/lato-400-italic-2b7489ba9.eot?#iefix") format("embedded-opentype"), url("fonts/lato-400-italic-2b7489ba9.woff2") format("woff2"), url("fonts/lato-400-italic-2b7489ba9.woff") format("woff"), url("fonts/lato-400-italic-2b7489ba9.ttf") format("truetype"), url("fonts/lato-400-italic-2b7489ba9.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/lato-900-italic-f42d67fbb.eot");
  src: url("fonts/lato-900-italic-f42d67fbb.eot?#iefix") format("embedded-opentype"), url("fonts/lato-900-italic-f42d67fbb.woff2") format("woff2"), url("fonts/lato-900-italic-f42d67fbb.woff") format("woff"), url("fonts/lato-900-italic-f42d67fbb.ttf") format("truetype"), url("fonts/lato-900-italic-f42d67fbb.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "SauceCodePro";
  src: url("fonts/saucecodepro-normal-normal-b13577646.eot");
  src: url("fonts/saucecodepro-normal-normal-b13577646.eot?#iefix") format("embedded-opentype"), url("fonts/saucecodepro-normal-normal-b13577646.woff2") format("woff2"), url("fonts/saucecodepro-normal-normal-b13577646.woff") format("woff"), url("fonts/saucecodepro-normal-normal-b13577646.ttf") format("truetype"), url("fonts/saucecodepro-normal-normal-b13577646.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.fi-lato {
  font-family: "Lato";
}

.fa-lato {
  font-family: "Lato";
}

.fi-saucecodepro {
  font-family: "SauceCodePro";
}

.fa-saucecodepro {
  font-family: "SauceCodePro";
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 "kishcomgamesDefaults";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

.fa-search:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-picture-o:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-usd:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

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

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

.blockquote-footer {
  color: #888;
}

.input-group-addon {
  color: #fff;
}

.form-floating > label {
  color: #444;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover,
.nav-pills .nav-link,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
}

.breadcrumb a {
  color: #fff;
}

.pagination a:hover {
  text-decoration: none;
}

.alert {
  border: none;
  color: #fff;
}
.alert a,
.alert .alert-link {
  color: #fff;
  text-decoration: underline;
}
.alert-primary {
  background-color: #375a7f;
}
.alert-secondary {
  background-color: #444;
}
.alert-success {
  background-color: #00bc8c;
}
.alert-info {
  background-color: #3498db;
}
.alert-warning {
  background-color: #f39c12;
}
.alert-danger {
  background-color: #e74c3c;
}
.alert-light {
  background-color: #adb5bd;
}
.alert-dark {
  background-color: #303030;
}

.hello-grunt {
  color: #FF0000;
}

@font-face {
  font-family: "Open-Logos";
  src: url("fonts/openlogos.eot?#iefix") format("embedded-opentype"), url("fonts/openlogos.ttf") format("truetype");
}
.open-logos {
  font-family: "Open-Logos";
  font-size: 54px;
}