@charset "UTF-8";
@keyframes flicker-opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes floating-vertical {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes floating-circular {
  from {
    transform: rotate(0deg) translateX(5px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(5px) rotate(-360deg);
  }
}
@keyframes bounce-right {
  0%, 5%, 35%, 60%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-100%, 0);
  }
  45% {
    transform: translate(-75%, 0);
  }
}
@keyframes bounce-left {
  0%, 5%, 35%, 60%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(100%, 0);
  }
  45% {
    transform: translate(75%, 0);
  }
}
@keyframes bounce-down {
  0%, 5%, 35%, 60%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-8px);
  }
  45% {
    transform: translateY(-4px);
  }
}
@keyframes bounce-up {
  0%, 5%, 35%, 60%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(8px);
  }
  45% {
    transform: translateY(4px);
  }
}
@keyframes drop2 {
  0% {
    transform: translateY(-50px);
  }
  25%, 100% {
    transform: translate(0);
  }
}
@keyframes drop3 {
  0% {
    transform: translateY(-50px);
  }
  50%, 100% {
    transform: translate(0);
  }
}
@keyframes drop4 {
  0% {
    transform: translateY(-50px);
  }
  75%, 100% {
    transform: translate(0);
  }
}
@keyframes scale-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-0-to-1 {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes pop {
  0%, 90% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes rotate-45 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes counter-digit-animation {
  0% {
    transform: translateY(-91%);
  }
  100% {
    transform: translateY(0%);
  }
}
.text-blue {
  color: #1546c2 !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: rgb(13.5279069767, 45.0930232558, 124.9720930233) !important;
}

.text-indigo {
  color: #6610f2 !important;
}

a.text-indigo:hover, a.text-indigo:focus {
  color: rgb(71.3035714286, 9.3630952381, 172.1369047619) !important;
}

.text-purple {
  color: #7824c5 !important;
}

a.text-purple:hover, a.text-purple:focus {
  color: rgb(80.6008583691, 24.1802575107, 132.3197424893) !important;
}

.text-pink {
  color: #ff51c9 !important;
}

a.text-pink:hover, a.text-pink:focus {
  color: rgb(255, 4.5, 177.2586206897) !important;
}

.text-red {
  color: #ac2015 !important;
}

a.text-red:hover, a.text-red:focus {
  color: rgb(103.8238341969, 19.3160621762, 12.6761658031) !important;
}

.text-orange {
  color: #d4441a !important;
}

a.text-orange:hover, a.text-orange:focus {
  color: rgb(143.8571428571, 46.1428571429, 17.6428571429) !important;
}

.text-yellow {
  color: #e6b40b !important;
}

a.text-yellow:hover, a.text-yellow:focus {
  color: rgb(156.9917012448, 122.8630705394, 7.5082987552) !important;
}

.text-green {
  color: #3c8527 !important;
}

a.text-green:hover, a.text-green:focus {
  color: rgb(33.3139534884, 73.8459302326, 21.6540697674) !important;
}

.text-teal {
  color: #20c997 !important;
}

a.text-teal:hover, a.text-teal:focus {
  color: rgb(21.4935622318, 135.0064377682, 101.4227467811) !important;
}

.text-cyan {
  color: #2ab8a6 !important;
}

a.text-cyan:hover, a.text-cyan:focus {
  color: rgb(27.7831858407, 121.7168141593, 109.8097345133) !important;
}

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

a.text-white:hover, a.text-white:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}

.text-gray {
  color: #949494 !important;
}

a.text-gray:hover, a.text-gray:focus {
  color: rgb(109.75, 109.75, 109.75) !important;
}

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

a.text-gray-dark:hover, a.text-gray-dark:focus {
  color: rgb(25.75, 25.75, 25.75) !important;
}

.text-olive {
  color: #787a26 !important;
}

a.text-olive:hover, a.text-olive:focus {
  color: rgb(62.625, 63.66875, 19.83125) !important;
}

.text-beige {
  color: #bcad69 !important;
}

a.text-beige:hover, a.text-beige:focus {
  color: rgb(149.6543778802, 134.6889400922, 66.8456221198) !important;
}

.text-brown {
  color: #866136 !important;
}

a.text-brown:hover, a.text-brown:focus {
  color: rgb(79.4734042553, 57.5292553191, 32.0265957447) !important;
}

.text-brick {
  color: #be583f !important;
}

a.text-brick:hover, a.text-brick:focus {
  color: rgb(132.5494071146, 61.3913043478, 43.9505928854) !important;
}

.text-forest-green {
  color: #5b813f !important;
}

a.text-forest-green:hover, a.text-forest-green:focus {
  color: rgb(54.7421875, 77.6015625, 37.8984375) !important;
}

.text-turquoise {
  color: #14837f !important;
}

a.text-turquoise:hover, a.text-turquoise:focus {
  color: rgb(9.8675496689, 64.6324503311, 62.6589403974) !important;
}

.text-light-blue {
  color: #5caee0 !important;
}

a.text-light-blue:hover, a.text-light-blue:focus {
  color: rgb(38.2706185567, 139.5025773196, 201.2293814433) !important;
}

.text-magenta {
  color: #c93a9b !important;
}

a.text-magenta:hover, a.text-magenta:focus {
  color: rgb(143.2370517928, 39.2629482072, 109.7908366534) !important;
}

.text-primary {
  color: #3c8527 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(33.3139534884, 73.8459302326, 21.6540697674) !important;
}

.text-secondary {
  color: #757575 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(78.75, 78.75, 78.75) !important;
}

.text-success {
  color: #3c8527 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(33.3139534884, 73.8459302326, 21.6540697674) !important;
}

.text-info {
  color: #5caee0 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(38.2706185567, 139.5025773196, 201.2293814433) !important;
}

.text-warning {
  color: #e6b40b !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(156.9917012448, 122.8630705394, 7.5082987552) !important;
}

.text-danger {
  color: #d4441a !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(143.8571428571, 46.1428571429, 17.6428571429) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(218.25, 202.5, 197.25) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(10.75, 10.75, 10.75) !important;
}

.text-tertiary {
  color: #a0e080 !important;
}

a.text-tertiary:hover, a.text-tertiary:focus {
  color: rgb(114.003164557, 208.9905063291, 66.5094936709) !important;
}

.text-quaternary {
  color: #996a41 !important;
}

a.text-quaternary:hover, a.text-quaternary:focus {
  color: rgb(99.3096330275, 68.8027522936, 42.1903669725) !important;
}

.text-quinary {
  color: #5a381e !important;
}

a.text-quinary:hover, a.text-quinary:focus {
  color: rgb(32.625, 20.3, 10.875) !important;
}

.text-senary {
  color: #313131 !important;
}

a.text-senary:hover, a.text-senary:focus {
  color: rgb(10.75, 10.75, 10.75) !important;
}

.text-primary-supportive {
  color: rgb(39.291627907, 87.0964418605, 25.5395581395) !important;
}

a.text-primary-supportive:hover, a.text-primary-supportive:focus {
  color: rgb(12.6055813953, 27.942372093, 8.193627907) !important;
}

.text-secondary-supportive {
  color: #404040 !important;
}

a.text-secondary-supportive:hover, a.text-secondary-supportive:focus {
  color: rgb(25.75, 25.75, 25.75) !important;
}

.text-tertiary-supportive {
  color: rgb(129.335443038, 213.9936708861, 87.0063291139) !important;
}

a.text-tertiary-supportive:hover, a.text-tertiary-supportive:focus {
  color: rgb(89.5158227848, 180.4525316456, 44.0474683544) !important;
}

.text-quaternary-supportive {
  color: rgb(117.2064220183, 81.2018348624, 49.7935779817) !important;
}

a.text-quaternary-supportive:hover, a.text-quaternary-supportive:focus {
  color: rgb(63.5160550459, 44.004587156, 26.9839449541) !important;
}

.text-quinary-supportive {
  color: rgb(51.75, 32.2, 17.25) !important;
}

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

.text-senary-supportive {
  color: rgb(23.5, 23.5, 23.5) !important;
}

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

.text-100 {
  color: #f8f5f4 !important;
}

a.text-100:hover, a.text-100:focus {
  color: rgb(218.25, 202.5, 197.25) !important;
}

.text-200 {
  color: #f1edec !important;
}

a.text-200:hover, a.text-200:focus {
  color: rgb(208.5454545455, 195.2727272727, 191.9545454545) !important;
}

.text-300 {
  color: #d1cfce !important;
}

a.text-300:hover, a.text-300:focus {
  color: rgb(171.9578947368, 168.3473684211, 166.5421052632) !important;
}

.text-400 {
  color: #949494 !important;
}

a.text-400:hover, a.text-400:focus {
  color: rgb(109.75, 109.75, 109.75) !important;
}

.text-500 {
  color: #777 !important;
}

a.text-500:hover, a.text-500:focus {
  color: rgb(80.75, 80.75, 80.75) !important;
}

.text-600 {
  color: #5a5a5a !important;
}

a.text-600:hover, a.text-600:focus {
  color: rgb(51.75, 51.75, 51.75) !important;
}

.text-700 {
  color: #404040 !important;
}

a.text-700:hover, a.text-700:focus {
  color: rgb(25.75, 25.75, 25.75) !important;
}

.text-800 {
  color: #313131 !important;
}

a.text-800:hover, a.text-800:focus {
  color: rgb(10.75, 10.75, 10.75) !important;
}

.text-900 {
  color: #1d1e1e !important;
}

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

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

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

.text-dungeons-primary {
  color: #e67834 !important;
}

a.text-dungeons-primary:hover, a.text-dungeons-primary:focus {
  color: rgb(182.9671052632, 83.8223684211, 22.5328947368) !important;
}

.text-dungeons-secondary {
  color: #299b6e !important;
}

a.text-dungeons-secondary:hover, a.text-dungeons-secondary:focus {
  color: rgb(24.9974489796, 94.5025510204, 67.0663265306) !important;
}

.text-dungeons-tertiary {
  color: #FFCB56 !important;
}

a.text-dungeons-tertiary:hover, a.text-dungeons-tertiary:focus {
  color: rgb(255, 179.4615384615, 9.5) !important;
}

.top,
.top-left,
.top-right {
  top: 0;
}

.bottom,
.bottom-left,
.bottom-right {
  bottom: 0;
}

.left,
.top-left,
.bottom-left {
  left: 0;
}

.right,
.top-right,
.bottom-right {
  right: 0;
}

.translate-up-50 {
  transform: translateY(-50%);
}

.translate-down-50 {
  transform: translateY(50%);
}

.translate-left-50 {
  transform: translateX(-50%);
}

.translate-right-50 {
  transform: translateX(50%);
}

.max-text-width {
  max-width: 540px;
}

.max-page-width {
  max-width: 2880px;
}

.max-full-screen-height {
  max-height: 1800px;
}

.z-index-0 {
  z-index: 0;
}

.tile-category__text, .animation-floating--circular, .animation-floating--vertical {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.tile[data-state=load] {
  animation: scale-0-to-1 0.5s;
}

.attributed-quote::after, .attributed-quote::before {
  content: "";
  display: block;
  box-sizing: content-box;
  position: absolute;
  background-repeat: no-repeat;
  background-color: #f1edec;
  background-size: 32px 32px, auto;
  background-position: center;
  width: 38px;
  height: 38px;
  padding: 0 4px;
}

.page-section.text-white, .page-section.text-light, .font-mc-ten,
.font-mc-seven,
.font-mc-five {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 0) {
  .columns-xs-1 {
    column-count: 1;
  }
  .columns-xs-2 {
    column-count: 2;
  }
  .columns-xs-3 {
    column-count: 3;
  }
  .columns-xs-4 {
    column-count: 4;
  }
  .columns-xs-5 {
    column-count: 5;
  }
  .columns-xs-6 {
    column-count: 6;
  }
}
@media screen and (min-width: 576px) {
  .columns-sm-1 {
    column-count: 1;
  }
  .columns-sm-2 {
    column-count: 2;
  }
  .columns-sm-3 {
    column-count: 3;
  }
  .columns-sm-4 {
    column-count: 4;
  }
  .columns-sm-5 {
    column-count: 5;
  }
  .columns-sm-6 {
    column-count: 6;
  }
}
@media screen and (min-width: 768px) {
  .columns-md-1 {
    column-count: 1;
  }
  .columns-md-2 {
    column-count: 2;
  }
  .columns-md-3 {
    column-count: 3;
  }
  .columns-md-4 {
    column-count: 4;
  }
  .columns-md-5 {
    column-count: 5;
  }
  .columns-md-6 {
    column-count: 6;
  }
}
@media screen and (min-width: 992px) {
  .columns-lg-1 {
    column-count: 1;
  }
  .columns-lg-2 {
    column-count: 2;
  }
  .columns-lg-3 {
    column-count: 3;
  }
  .columns-lg-4 {
    column-count: 4;
  }
  .columns-lg-5 {
    column-count: 5;
  }
  .columns-lg-6 {
    column-count: 6;
  }
}
@media screen and (min-width: 1200px) {
  .columns-xl-1 {
    column-count: 1;
  }
  .columns-xl-2 {
    column-count: 2;
  }
  .columns-xl-3 {
    column-count: 3;
  }
  .columns-xl-4 {
    column-count: 4;
  }
  .columns-xl-5 {
    column-count: 5;
  }
  .columns-xl-6 {
    column-count: 6;
  }
}
.column-gap-3em {
  column-gap: 3em;
}

.column-gap-4em {
  column-gap: 4em;
}

.column-gap-5em {
  column-gap: 5em;
}

.column-gap-6em {
  column-gap: 6em;
}

.break-inside-avoid {
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
}
.break-inside-avoid::before {
  content: "";
  display: block;
  height: 1px;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #313131;
  text-align: left;
  background-color: #f1edec;
}

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

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

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

p {
  margin-top: 0;
  margin-bottom: 1.3rem;
}

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgb(51.1046511628, 113.2819767442, 33.2180232558);
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(42.2093023256, 93.5639534884, 27.4360465116);
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #5a5a5a;
  text-align: left;
  caption-side: bottom;
}

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

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.8rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #5a5a5a;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.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%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #1d1e1e;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #d1cfce;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d1cfce;
}
.table tbody + tbody {
  border-top: 2px solid #d1cfce;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(200.4, 220.84, 194.52);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(153.6, 191.56, 142.68);
}

.table-hover .table-primary:hover {
  background-color: rgb(185.6884615385, 211.6358579882, 178.2241420118);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(185.6884615385, 211.6358579882, 178.2241420118);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(216.36, 216.36, 216.36);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(183.24, 183.24, 183.24);
}

.table-hover .table-secondary:hover {
  background-color: rgb(203.61, 203.61, 203.61);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(203.61, 203.61, 203.61);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(200.4, 220.84, 194.52);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(153.6, 191.56, 142.68);
}

.table-hover .table-success:hover {
  background-color: rgb(185.6884615385, 211.6358579882, 178.2241420118);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(185.6884615385, 211.6358579882, 178.2241420118);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(209.36, 232.32, 246.32);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(170.24, 212.88, 238.88);
}

.table-hover .table-info:hover {
  background-color: rgb(187.934742268, 221.6730927835, 242.245257732);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(187.934742268, 221.6730927835, 242.245257732);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(248, 234, 186.68);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(242, 216, 128.12);
}

.table-hover .table-warning:hover {
  background-color: rgb(245.6301115242, 226.8903345725, 163.5498884758);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(245.6301115242, 226.8903345725, 163.5498884758);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(242.96, 202.64, 190.88);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(232.64, 157.76, 135.92);
}

.table-hover .table-danger:hover {
  background-color: rgb(238.92875, 185.10875, 169.41125);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(238.92875, 185.10875, 169.41125);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 252.2, 251.92);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 249.8, 249.28);
}

.table-hover .table-light:hover {
  background-color: rgb(243.1233333333, 238.0333333333, 236.3366666667);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(243.1233333333, 238.0333333333, 236.3366666667);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(197.32, 197.32, 197.32);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(147.88, 147.88, 147.88);
}

.table-hover .table-dark:hover {
  background-color: rgb(184.57, 184.57, 184.57);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(184.57, 184.57, 184.57);
}

.table-tertiary,
.table-tertiary > th,
.table-tertiary > td {
  background-color: rgb(228.4, 246.32, 219.44);
}
.table-tertiary th,
.table-tertiary td,
.table-tertiary thead th,
.table-tertiary tbody + tbody {
  border-color: rgb(205.6, 238.88, 188.96);
}

.table-hover .table-tertiary:hover {
  background-color: rgb(213.067721519, 241.316835443, 198.943164557);
}
.table-hover .table-tertiary:hover > td,
.table-hover .table-tertiary:hover > th {
  background-color: rgb(213.067721519, 241.316835443, 198.943164557);
}

.table-quaternary,
.table-quaternary > th,
.table-quaternary > td {
  background-color: rgb(226.44, 213.28, 201.8);
}
.table-quaternary th,
.table-quaternary td,
.table-quaternary thead th,
.table-quaternary tbody + tbody {
  border-color: rgb(201.96, 177.52, 156.2);
}

.table-hover .table-quaternary:hover {
  background-color: rgb(217.5324657534, 200.2680136986, 185.2075342466);
}
.table-hover .table-quaternary:hover > td,
.table-hover .table-quaternary:hover > th {
  background-color: rgb(217.5324657534, 200.2680136986, 185.2075342466);
}

.table-quinary,
.table-quinary > th,
.table-quinary > td {
  background-color: rgb(208.8, 199.28, 192);
}
.table-quinary th,
.table-quinary td,
.table-quinary thead th,
.table-quinary tbody + tbody {
  border-color: rgb(169.2, 151.52, 138);
}

.table-hover .table-quinary:hover {
  background-color: rgb(198.0115384615, 186.2684615385, 177.2884615385);
}
.table-hover .table-quinary:hover > td,
.table-hover .table-quinary:hover > th {
  background-color: rgb(198.0115384615, 186.2684615385, 177.2884615385);
}

.table-senary,
.table-senary > th,
.table-senary > td {
  background-color: rgb(197.32, 197.32, 197.32);
}
.table-senary th,
.table-senary td,
.table-senary thead th,
.table-senary tbody + tbody {
  border-color: rgb(147.88, 147.88, 147.88);
}

.table-hover .table-senary:hover {
  background-color: rgb(184.57, 184.57, 184.57);
}
.table-hover .table-senary:hover > td,
.table-hover .table-senary:hover > th {
  background-color: rgb(184.57, 184.57, 184.57);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #313131;
  border-color: rgb(68.125, 68.125, 68.125);
}
.table .thead-light th {
  color: #404040;
  background-color: #f1edec;
  border-color: #d1cfce;
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #404040;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #404040;
  background-color: #fff;
  border-color: rgb(23.5, 23.5, 23.5);
  outline: 0;
  box-shadow: 0 0 3px 1px rgb(56.5, 122, 209), 0 0 2px 1px rgb(56.5, 122, 209) inset;
}
.form-control::placeholder {
  color: #5a5a5a;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f1edec;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #404040;
}
select.form-control:focus::-ms-value {
  color: #404040;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #1d1e1e;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #5a5a5a;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #3c8527;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(60, 133, 39, 0.9);
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #3c8527;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%233c8527' 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: #3c8527;
  box-shadow: 0 0 0 0.2rem rgba(60, 133, 39, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #3c8527;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23313131' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%233c8527' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #3c8527;
  box-shadow: 0 0 0 0.2rem rgba(60, 133, 39, 0.25);
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #3c8527;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #3c8527;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(77.7906976744, 172.4360465116, 50.5639534884);
  background-color: rgb(77.7906976744, 172.4360465116, 50.5639534884);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(60, 133, 39, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #3c8527;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #3c8527;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #3c8527;
  box-shadow: 0 0 0 0.2rem rgba(60, 133, 39, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(212, 68, 26, 0.9);
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #d4441a;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d4441a' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d4441a' 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: #d4441a;
  box-shadow: 0 0 0 0.2rem rgba(212, 68, 26, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #d4441a;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23313131' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d4441a' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d4441a' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #d4441a;
  box-shadow: 0 0 0 0.2rem rgba(212, 68, 26, 0.25);
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #d4441a;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #d4441a;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(230.8571428571, 97.1428571429, 58.1428571429);
  background-color: rgb(230.8571428571, 97.1428571429, 58.1428571429);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(212, 68, 26, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d4441a;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d4441a;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #d4441a;
  box-shadow: 0 0 0 0.2rem rgba(212, 68, 26, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 700;
  color: #313131;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #313131;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 3px 1px rgb(56.5, 122, 209), 0 0 2px 1px rgb(56.5, 122, 209) inset;
}
.btn.disabled, .btn:disabled {
  opacity: 1;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #3c8527;
  border-color: #3c8527;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(46.6569767442, 103.4229651163, 30.3270348837);
  border-color: rgb(42.2093023256, 93.5639534884, 27.4360465116);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(46.6569767442, 103.4229651163, 30.3270348837);
  border-color: rgb(42.2093023256, 93.5639534884, 27.4360465116);
  box-shadow: 0 0 0 0.2rem rgba(89.25, 151.3, 71.4, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3c8527;
  border-color: #3c8527;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(42.2093023256, 93.5639534884, 27.4360465116);
  border-color: rgb(37.761627907, 83.7049418605, 24.5450581395);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89.25, 151.3, 71.4, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(97.875, 97.875, 97.875);
  border-color: rgb(91.5, 91.5, 91.5);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(97.875, 97.875, 97.875);
  border-color: rgb(91.5, 91.5, 91.5);
  box-shadow: 0 0 0 0.2rem rgba(137.7, 137.7, 137.7, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(91.5, 91.5, 91.5);
  border-color: rgb(85.125, 85.125, 85.125);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(137.7, 137.7, 137.7, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #3c8527;
  border-color: #3c8527;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(46.6569767442, 103.4229651163, 30.3270348837);
  border-color: rgb(42.2093023256, 93.5639534884, 27.4360465116);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(46.6569767442, 103.4229651163, 30.3270348837);
  border-color: rgb(42.2093023256, 93.5639534884, 27.4360465116);
  box-shadow: 0 0 0 0.2rem rgba(89.25, 151.3, 71.4, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #3c8527;
  border-color: #3c8527;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(42.2093023256, 93.5639534884, 27.4360465116);
  border-color: rgb(37.761627907, 83.7049418605, 24.5450581395);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89.25, 151.3, 71.4, 0.5);
}

.btn-info {
  color: #1d1e1e;
  background-color: #5caee0;
  border-color: #5caee0;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(59.8621134021, 158.0296391753, 217.8878865979);
  border-color: rgb(49.1494845361, 152.706185567, 215.8505154639);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(59.8621134021, 158.0296391753, 217.8878865979);
  border-color: rgb(49.1494845361, 152.706185567, 215.8505154639);
  box-shadow: 0 0 0 0.2rem rgba(82.55, 152.4, 194.9, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #1d1e1e;
  background-color: #5caee0;
  border-color: #5caee0;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(49.1494845361, 152.706185567, 215.8505154639);
  border-color: rgb(40.3079896907, 146.9291237113, 211.9420103093);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.55, 152.4, 194.9, 0.5);
}

.btn-warning {
  color: #1d1e1e;
  background-color: #e6b40b;
  border-color: #e6b40b;
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(193.4958506224, 151.4315352697, 9.2541493776);
  border-color: rgb(181.3278008299, 141.9087136929, 8.6721991701);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(193.4958506224, 151.4315352697, 9.2541493776);
  border-color: rgb(181.3278008299, 141.9087136929, 8.6721991701);
  box-shadow: 0 0 0 0.2rem rgba(199.85, 157.5, 13.85, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #1d1e1e;
  background-color: #e6b40b;
  border-color: #e6b40b;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(181.3278008299, 141.9087136929, 8.6721991701);
  border-color: rgb(169.1597510373, 132.3858921162, 8.0902489627);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(199.85, 157.5, 13.85, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #d4441a;
  border-color: #d4441a;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(177.9285714286, 57.0714285714, 21.8214285714);
  border-color: rgb(166.5714285714, 53.4285714286, 20.4285714286);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(177.9285714286, 57.0714285714, 21.8214285714);
  border-color: rgb(166.5714285714, 53.4285714286, 20.4285714286);
  box-shadow: 0 0 0 0.2rem rgba(218.45, 96.05, 60.35, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #d4441a;
  border-color: #d4441a;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(166.5714285714, 53.4285714286, 20.4285714286);
  border-color: rgb(155.2142857143, 49.7857142857, 19.0357142857);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218.45, 96.05, 60.35, 0.5);
}

.btn-light {
  color: #1d1e1e;
  background-color: #f8f5f4;
  border-color: #f8f5f4;
}
.btn-light:hover {
  color: #1d1e1e;
  background-color: rgb(233.125, 223.75, 220.625);
  border-color: rgb(228.1666666667, 216.6666666667, 212.8333333333);
}
.btn-light:focus, .btn-light.focus {
  color: #1d1e1e;
  background-color: rgb(233.125, 223.75, 220.625);
  border-color: rgb(228.1666666667, 216.6666666667, 212.8333333333);
  box-shadow: 0 0 0 0.2rem rgba(215.15, 212.75, 211.9, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #1d1e1e;
  background-color: #f8f5f4;
  border-color: #f8f5f4;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #1d1e1e;
  background-color: rgb(228.1666666667, 216.6666666667, 212.8333333333);
  border-color: rgb(223.2083333333, 209.5833333333, 205.0416666667);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.15, 212.75, 211.9, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #313131;
  border-color: #313131;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(29.875, 29.875, 29.875);
  border-color: rgb(23.5, 23.5, 23.5);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(29.875, 29.875, 29.875);
  border-color: rgb(23.5, 23.5, 23.5);
  box-shadow: 0 0 0 0.2rem rgba(79.9, 79.9, 79.9, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #313131;
  border-color: #313131;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(23.5, 23.5, 23.5);
  border-color: rgb(17.125, 17.125, 17.125);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(79.9, 79.9, 79.9, 0.5);
}

.btn-tertiary {
  color: #1d1e1e;
  background-color: #a0e080;
  border-color: #a0e080;
}
.btn-tertiary:hover {
  color: #1d1e1e;
  background-color: rgb(137.0015822785, 216.4952531646, 97.2547468354);
  border-color: rgb(129.335443038, 213.9936708861, 87.0063291139);
}
.btn-tertiary:focus, .btn-tertiary.focus {
  color: #1d1e1e;
  background-color: rgb(137.0015822785, 216.4952531646, 97.2547468354);
  border-color: rgb(129.335443038, 213.9936708861, 87.0063291139);
  box-shadow: 0 0 0 0.2rem rgba(140.35, 194.9, 113.3, 0.5);
}
.btn-tertiary.disabled, .btn-tertiary:disabled {
  color: #1d1e1e;
  background-color: #a0e080;
  border-color: #a0e080;
}
.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active, .show > .btn-tertiary.dropdown-toggle {
  color: #1d1e1e;
  background-color: rgb(129.335443038, 213.9936708861, 87.0063291139);
  border-color: rgb(121.6693037975, 211.4920886076, 76.7579113924);
}
.btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(140.35, 194.9, 113.3, 0.5);
}

.btn-quaternary {
  color: #fff;
  background-color: #996a41;
  border-color: #996a41;
}
.btn-quaternary:hover {
  color: #fff;
  background-color: rgb(126.1548165138, 87.4013761468, 53.5951834862);
  border-color: rgb(117.2064220183, 81.2018348624, 49.7935779817);
}
.btn-quaternary:focus, .btn-quaternary.focus {
  color: #fff;
  background-color: rgb(126.1548165138, 87.4013761468, 53.5951834862);
  border-color: rgb(117.2064220183, 81.2018348624, 49.7935779817);
  box-shadow: 0 0 0 0.2rem rgba(168.3, 128.35, 93.5, 0.5);
}
.btn-quaternary.disabled, .btn-quaternary:disabled {
  color: #fff;
  background-color: #996a41;
  border-color: #996a41;
}
.btn-quaternary:not(:disabled):not(.disabled):active, .btn-quaternary:not(:disabled):not(.disabled).active, .show > .btn-quaternary.dropdown-toggle {
  color: #fff;
  background-color: rgb(117.2064220183, 81.2018348624, 49.7935779817);
  border-color: rgb(108.2580275229, 75.002293578, 45.9919724771);
}
.btn-quaternary:not(:disabled):not(.disabled):active:focus, .btn-quaternary:not(:disabled):not(.disabled).active:focus, .show > .btn-quaternary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(168.3, 128.35, 93.5, 0.5);
}

.btn-quinary {
  color: #fff;
  background-color: #5a381e;
  border-color: #5a381e;
}
.btn-quinary:hover {
  color: #fff;
  background-color: rgb(61.3125, 38.15, 20.4375);
  border-color: rgb(51.75, 32.2, 17.25);
}
.btn-quinary:focus, .btn-quinary.focus {
  color: #fff;
  background-color: rgb(61.3125, 38.15, 20.4375);
  border-color: rgb(51.75, 32.2, 17.25);
  box-shadow: 0 0 0 0.2rem rgba(114.75, 85.85, 63.75, 0.5);
}
.btn-quinary.disabled, .btn-quinary:disabled {
  color: #fff;
  background-color: #5a381e;
  border-color: #5a381e;
}
.btn-quinary:not(:disabled):not(.disabled):active, .btn-quinary:not(:disabled):not(.disabled).active, .show > .btn-quinary.dropdown-toggle {
  color: #fff;
  background-color: rgb(51.75, 32.2, 17.25);
  border-color: rgb(42.1875, 26.25, 14.0625);
}
.btn-quinary:not(:disabled):not(.disabled):active:focus, .btn-quinary:not(:disabled):not(.disabled).active:focus, .show > .btn-quinary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(114.75, 85.85, 63.75, 0.5);
}

.btn-senary {
  color: #fff;
  background-color: #313131;
  border-color: #313131;
}
.btn-senary:hover {
  color: #fff;
  background-color: rgb(29.875, 29.875, 29.875);
  border-color: rgb(23.5, 23.5, 23.5);
}
.btn-senary:focus, .btn-senary.focus {
  color: #fff;
  background-color: rgb(29.875, 29.875, 29.875);
  border-color: rgb(23.5, 23.5, 23.5);
  box-shadow: 0 0 0 0.2rem rgba(79.9, 79.9, 79.9, 0.5);
}
.btn-senary.disabled, .btn-senary:disabled {
  color: #fff;
  background-color: #313131;
  border-color: #313131;
}
.btn-senary:not(:disabled):not(.disabled):active, .btn-senary:not(:disabled):not(.disabled).active, .show > .btn-senary.dropdown-toggle {
  color: #fff;
  background-color: rgb(23.5, 23.5, 23.5);
  border-color: rgb(17.125, 17.125, 17.125);
}
.btn-senary:not(:disabled):not(.disabled):active:focus, .btn-senary:not(:disabled):not(.disabled).active:focus, .show > .btn-senary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(79.9, 79.9, 79.9, 0.5);
}

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

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

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

.btn-outline-info {
  color: #5caee0;
  border-color: #5caee0;
}
.btn-outline-info:hover {
  color: #1d1e1e;
  background-color: #5caee0;
  border-color: #5caee0;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 174, 224, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5caee0;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #1d1e1e;
  background-color: #5caee0;
  border-color: #5caee0;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 174, 224, 0.5);
}

.btn-outline-warning {
  color: #e6b40b;
  border-color: #e6b40b;
}
.btn-outline-warning:hover {
  color: #1d1e1e;
  background-color: #e6b40b;
  border-color: #e6b40b;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 180, 11, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #e6b40b;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #1d1e1e;
  background-color: #e6b40b;
  border-color: #e6b40b;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 180, 11, 0.5);
}

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

.btn-outline-light {
  color: #f8f5f4;
  border-color: #f8f5f4;
}
.btn-outline-light:hover {
  color: #1d1e1e;
  background-color: #f8f5f4;
  border-color: #f8f5f4;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 245, 244, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f5f4;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #1d1e1e;
  background-color: #f8f5f4;
  border-color: #f8f5f4;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 245, 244, 0.5);
}

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

.btn-outline-tertiary {
  color: #a0e080;
  border-color: #a0e080;
}
.btn-outline-tertiary:hover {
  color: #1d1e1e;
  background-color: #a0e080;
  border-color: #a0e080;
}
.btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(160, 224, 128, 0.5);
}
.btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
  color: #a0e080;
  background-color: transparent;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active, .show > .btn-outline-tertiary.dropdown-toggle {
  color: #1d1e1e;
  background-color: #a0e080;
  border-color: #a0e080;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(160, 224, 128, 0.5);
}

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

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

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

.btn-link {
  font-weight: 400;
  color: rgb(51.1046511628, 113.2819767442, 33.2180232558);
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(42.2093023256, 93.5639534884, 27.4360465116);
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #5a5a5a;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #1d1e1e;
  text-align: left;
  list-style: none;
  background-color: #000;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3c8527;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3c8527;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #777;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.5rem 0.75rem;
  color: #fff;
}

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

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

.nav-tabs {
  border-bottom: 1px solid #d1cfce;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #f1edec #f1edec #d1cfce;
}
.nav-tabs .nav-link.disabled {
  color: #5a5a5a;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #404040;
  background-color: #fff;
  border-color: #d1cfce #d1cfce #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3c8527;
}

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

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

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

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

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

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

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

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

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

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

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid transparent;
}
.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;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0;
}

.card-title {
  margin-bottom: 1rem;
}

.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 0;
}

.card-header {
  padding: 1rem 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0 solid transparent;
}
.card-footer {
  padding: 1rem 0;
  background-color: transparent;
  border-top: 0 solid transparent;
}
.card-header-tabs {
  margin-right: 0;
  margin-bottom: -1rem;
  margin-left: 0;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

.card-group > .card {
  margin-bottom: 1rem;
}
@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-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
}
.accordion > .card > .card-header {
  margin-bottom: 0;
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(31.2, 69.16, 20.28);
  background-color: rgb(216, 230.6, 211.8);
  border-color: rgb(200.4, 220.84, 194.52);
}
.alert-primary hr {
  border-top-color: rgb(185.6884615385, 211.6358579882, 178.2241420118);
}
.alert-primary .alert-link {
  color: rgb(13.4093023256, 29.7239534884, 8.7160465116);
}

.alert-secondary {
  color: rgb(60.84, 60.84, 60.84);
  background-color: rgb(227.4, 227.4, 227.4);
  border-color: rgb(216.36, 216.36, 216.36);
}
.alert-secondary hr {
  border-top-color: rgb(203.61, 203.61, 203.61);
}
.alert-secondary .alert-link {
  color: rgb(35.34, 35.34, 35.34);
}

.alert-success {
  color: rgb(31.2, 69.16, 20.28);
  background-color: rgb(216, 230.6, 211.8);
  border-color: rgb(200.4, 220.84, 194.52);
}
.alert-success hr {
  border-top-color: rgb(185.6884615385, 211.6358579882, 178.2241420118);
}
.alert-success .alert-link {
  color: rgb(13.4093023256, 29.7239534884, 8.7160465116);
}

.alert-info {
  color: rgb(47.84, 90.48, 116.48);
  background-color: rgb(222.4, 238.8, 248.8);
  border-color: rgb(209.36, 232.32, 246.32);
}
.alert-info hr {
  border-top-color: rgb(187.934742268, 221.6730927835, 242.245257732);
}
.alert-info .alert-link {
  color: rgb(32.9918987342, 62.397721519, 80.3281012658);
}

.alert-warning {
  color: rgb(119.6, 93.6, 5.72);
  background-color: rgb(250, 240, 206.2);
  border-color: rgb(248, 234, 186.68);
}
.alert-warning hr {
  border-top-color: rgb(245.6301115242, 226.8903345725, 163.5498884758);
}
.alert-warning .alert-link {
  color: rgb(70.9278008299, 55.5087136929, 3.3921991701);
}

.alert-danger {
  color: rgb(110.24, 35.36, 13.52);
  background-color: rgb(246.4, 217.6, 209.2);
  border-color: rgb(242.96, 202.64, 190.88);
}
.alert-danger hr {
  border-top-color: rgb(238.92875, 185.10875, 169.41125);
}
.alert-danger .alert-link {
  color: rgb(64.8114285714, 20.7885714286, 7.9485714286);
}

.alert-light {
  color: rgb(128.96, 127.4, 126.88);
  background-color: rgb(253.6, 253, 252.8);
  border-color: rgb(253.04, 252.2, 251.92);
}
.alert-light hr {
  border-top-color: rgb(243.1233333333, 238.0333333333, 236.3366666667);
}
.alert-light .alert-link {
  color: rgb(103.2581869688, 102.0009065156, 101.5818130312);
}

.alert-dark {
  color: rgb(25.48, 25.48, 25.48);
  background-color: rgb(213.8, 213.8, 213.8);
  border-color: rgb(197.32, 197.32, 197.32);
}
.alert-dark hr {
  border-top-color: rgb(184.57, 184.57, 184.57);
}
.alert-dark .alert-link {
  color: black;
}

.alert-tertiary {
  color: rgb(83.2, 116.48, 66.56);
  background-color: rgb(236, 248.8, 229.6);
  border-color: rgb(228.4, 246.32, 219.44);
}
.alert-tertiary hr {
  border-top-color: rgb(213.067721519, 241.316835443, 198.943164557);
}
.alert-tertiary .alert-link {
  color: rgb(60.0181818182, 84.0254545455, 48.0145454545);
}

.alert-quaternary {
  color: rgb(79.56, 55.12, 33.8);
  background-color: rgb(234.6, 225.2, 217);
  border-color: rgb(226.44, 213.28, 201.8);
}
.alert-quaternary hr {
  border-top-color: rgb(217.5324657534, 200.2680136986, 185.2075342466);
}
.alert-quaternary .alert-link {
  color: rgb(43.7664220183, 30.3218348624, 18.5935779817);
}

.alert-quinary {
  color: rgb(46.8, 29.12, 15.6);
  background-color: rgb(222, 215.2, 210);
  border-color: rgb(208.8, 199.28, 192);
}
.alert-quinary hr {
  border-top-color: rgb(198.0115384615, 186.2684615385, 177.2884615385);
}
.alert-quinary .alert-link {
  color: rgb(8.55, 5.32, 2.85);
}

.alert-senary {
  color: rgb(25.48, 25.48, 25.48);
  background-color: rgb(213.8, 213.8, 213.8);
  border-color: rgb(197.32, 197.32, 197.32);
}
.alert-senary hr {
  border-top-color: rgb(184.57, 184.57, 184.57);
}
.alert-senary .alert-link {
  color: black;
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3c8527;
  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;
  }
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #404040;
  text-align: center;
  white-space: nowrap;
  background-color: #f1edec;
  border: 1px solid #949494;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: currentColor;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: currentColor;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

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

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid transparent;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem 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;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid transparent;
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
code {
  font-size: 87.5%;
  color: #7824c5;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #1d1e1e;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

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

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

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #3c8527 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(42.2093023256, 93.5639534884, 27.4360465116) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(91.5, 91.5, 91.5) !important;
}

.bg-success {
  background-color: #3c8527 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(42.2093023256, 93.5639534884, 27.4360465116) !important;
}

.bg-info {
  background-color: #5caee0 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(49.1494845361, 152.706185567, 215.8505154639) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(181.3278008299, 141.9087136929, 8.6721991701) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(166.5714285714, 53.4285714286, 20.4285714286) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(228.1666666667, 216.6666666667, 212.8333333333) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(23.5, 23.5, 23.5) !important;
}

.bg-tertiary {
  background-color: #a0e080 !important;
}

a.bg-tertiary:hover, a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: rgb(129.335443038, 213.9936708861, 87.0063291139) !important;
}

.bg-quaternary {
  background-color: #996a41 !important;
}

a.bg-quaternary:hover, a.bg-quaternary:focus,
button.bg-quaternary:hover,
button.bg-quaternary:focus {
  background-color: rgb(117.2064220183, 81.2018348624, 49.7935779817) !important;
}

.bg-quinary {
  background-color: #5a381e !important;
}

a.bg-quinary:hover, a.bg-quinary:focus,
button.bg-quinary:hover,
button.bg-quinary:focus {
  background-color: rgb(51.75, 32.2, 17.25) !important;
}

.bg-senary {
  background-color: #313131 !important;
}

a.bg-senary:hover, a.bg-senary:focus,
button.bg-senary:hover,
button.bg-senary:focus {
  background-color: rgb(23.5, 23.5, 23.5) !important;
}

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #d1cfce !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #3c8527 !important;
}

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

.border-success {
  border-color: #3c8527 !important;
}

.border-info {
  border-color: #5caee0 !important;
}

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

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

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

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

.border-tertiary {
  border-color: #a0e080 !important;
}

.border-quaternary {
  border-color: #996a41 !important;
}

.border-quinary {
  border-color: #5a381e !important;
}

.border-senary {
  border-color: #313131 !important;
}

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

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

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

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

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

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

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

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

.rounded-circle {
  border-radius: 50% !important;
}

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

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

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

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

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

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

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

.text-primary {
  color: #3c8527 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(33.3139534884, 73.8459302326, 21.6540697674) !important;
}

.text-secondary {
  color: #757575 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(78.75, 78.75, 78.75) !important;
}

.text-success {
  color: #3c8527 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(33.3139534884, 73.8459302326, 21.6540697674) !important;
}

.text-info {
  color: #5caee0 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(38.2706185567, 139.5025773196, 201.2293814433) !important;
}

.text-warning {
  color: #e6b40b !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(156.9917012448, 122.8630705394, 7.5082987552) !important;
}

.text-danger {
  color: #d4441a !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(143.8571428571, 46.1428571429, 17.6428571429) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(218.25, 202.5, 197.25) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(10.75, 10.75, 10.75) !important;
}

.text-tertiary {
  color: #a0e080 !important;
}

a.text-tertiary:hover, a.text-tertiary:focus {
  color: rgb(114.003164557, 208.9905063291, 66.5094936709) !important;
}

.text-quaternary {
  color: #996a41 !important;
}

a.text-quaternary:hover, a.text-quaternary:focus {
  color: rgb(99.3096330275, 68.8027522936, 42.1903669725) !important;
}

.text-quinary {
  color: #5a381e !important;
}

a.text-quinary:hover, a.text-quinary:focus {
  color: rgb(32.625, 20.3, 10.875) !important;
}

.text-senary {
  color: #313131 !important;
}

a.text-senary:hover, a.text-senary:focus {
  color: rgb(10.75, 10.75, 10.75) !important;
}

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

.text-muted {
  color: #5a5a5a !important;
}

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

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

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

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@font-face {
  font-family: "Noto Sans";
  src: url(./assets/fonts/NotoSans-Regular.eot); /* IE9 Compat Modes */
  src: local("Noto Sans"), local("NotoSans"), url(./assets/fonts/NotoSans-Regular.eot?#iefix) format("embedded-opentype"), url(./assets/fonts/NotoSans-Regular.woff2) format("woff2"), url(./assets/fonts/NotoSans-Regular.woff) format("woff"), url(./assets/fonts/NotoSans-Regular.ttf) format("truetype"), url(./assets/fonts/NotoSans-Regular.svg#NotoSans-Regular) format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Noto Sans";
  src: url(./assets/fonts/NotoSans-Bold.eot); /* IE9 Compat Modes */
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(./assets/fonts/NotoSans-Bold.eot?#iefix) format("embedded-opentype"), url(./assets/fonts/NotoSans-Bold.woff2) format("woff2"), url(./assets/fonts/NotoSans-Bold.woff) format("woff"), url(./assets/fonts/NotoSans-Bold.ttf) format("truetype"), url(./assets/fonts/NotoSans-Bold.svg#NotoSans-Bold) format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Noto Sans";
  src: url(./assets/fonts/NotoSans-Italic.eot); /* IE9 Compat Modes */
  src: local("Noto Sans Italic"), local("NotoSans-Italic"), url(./assets/fonts/NotoSans-Italic.eot?#iefix) format("embedded-opentype"), url(./assets/fonts/NotoSans-Italic.woff2) format("woff2"), url(./assets/fonts/NotoSans-Italic.woff) format("woff"), url(./assets/fonts/NotoSans-Italic.ttf) format("truetype"), url(./assets/fonts/NotoSans-Italic.svg#NotoSans-Italic) format("svg"); /* Legacy iOS */
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Noto Sans";
  src: url(./assets/fonts/NotoSans-BoldItalic.eot); /* IE9 Compat Modes */
  src: local("Noto Sans Bold Italic"), local("NotoSans-BoldItalic"), url(./assets/fonts/NotoSans-BoldItalic.eot?#iefix) format("embedded-opentype"), url(./assets/fonts/NotoSans-BoldItalic.woff2) format("woff2"), url(./assets/fonts/NotoSans-BoldItalic.woff) format("woff"), url(./assets/fonts/NotoSans-BoldItalic.ttf) format("truetype"), url(./assets/fonts/NotoSans-BoldItalic.svg#NotoSans-BoldItalic) format("svg"); /* Legacy iOS */
  font-style: italic;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "MinecraftFive";
  src: url(./assets/fonts/MinecraftFive-Bold.eot); /* IE9 Compat Modes */
  src: url(./assets/fonts/MinecraftFive-Bold.eot?#iefix) format("embedded-opentype"), url(./assets/fonts/MinecraftFive-Bold.woff) format("woff"), url(./assets/fonts/MinecraftFive-Bold.ttf) format("truetype"), url(./assets/fonts/MinecraftFive-Bold.svg#MinecraftFive-Bold) format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "MinecraftFive";
  src: url(./assets/fonts/MinecraftFive-Regular.eot); /* IE9 Compat Modes */
  src: url(./assets/fonts/MinecraftFive-Regular.eot?#iefix) format("embedded-opentype"), url(./assets/fonts/MinecraftFive-Regular.ttf) format("truetype"), url(./assets/fonts/MinecraftFive-Regular.woff) format("woff"), url(./assets/fonts/MinecraftFive-Regular.svg#MinecraftFive-Regular) format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "MinecraftSeven";
  src: url(./assets/fonts/MinecraftSeven.eot); /* IE9 Compat Modes */
  src: url(./assets/fonts/MinecraftSeven.eot?#iefix) format("embedded-opentype"), url(./assets/fonts/MinecraftSeven.woff) format("woff"), url(./assets/fonts/MinecraftSeven.ttf) format("truetype"), url(./assets/fonts/MinecraftSeven.svg#MinecraftSeven) format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "MinecraftTen";
  src: url(./assets/fonts/MinecraftTen.eot); /* IE9 Compat Modes */
  src: url(./assets/fonts/MinecraftTen.eot?#iefix) format("embedded-opentype"), url(./assets/fonts/MinecraftTen.woff) format("woff"), url(./assets/fonts/MinecraftTen.ttf) format("truetype"), url(./assets/fonts/MinecraftTen.svg#MinecraftTen) format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "MinecraftSevenV2";
  src: url(./assets/fonts/Minecraft-Seven_v2.otf);
  src: url(./assets/fonts/Minecraft-Seven_v2.woff) format("woff"), url(./assets/fonts/Minecraft-Seven_v2.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: MinecraftTenV2;
  src: url(./assets/fonts/Minecraft-Tenv2.eot);
  src: url(./assets/fonts/Minecraft-Tenv2.eot?#iefix) format("embedded-opentype"), url(./assets/fonts/Minecraft-Tenv2.woff) format("woff"), url(./assets/fonts/Minecraft-Tenv2.ttf) format("truetype"), url(./assets/fonts/Minecraft-Tenv2.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
body {
  font-family: "Noto Sans", sans-serif;
}

h1,
h2,
h3,
h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 575.98px) {
  h1,
  h2,
  h3,
  h4 {
    word-wrap: break-word;
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 1.6rem;
  }
  h2 {
    font-size: 1.4rem;
  }
}
.font-mc-ten,
.font-mc-seven,
.font-mc-five {
  font-weight: normal !important;
}

.font-mc-ten {
  font-family: "MinecraftTen", "Noto Sans", sans-serif;
}

.font-mc-seven {
  font-family: "MinecraftSeven", "Noto Sans", sans-serif;
}

.font-mc-five {
  font-family: "MinecraftFive", "Noto Sans", sans-serif;
}

blockquote {
  padding: 0 1rem;
  border-left: 3px solid #3c8527;
}

.blockquote-footer {
  text-align: right;
}

.text-small {
  font-size: 0.875rem;
}

.text-smaller {
  font-size: 0.75rem;
}

.text-smallest {
  font-size: 0.625rem;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.divider {
  border: solid 3px rgba(0, 0, 0, 0.1);
}

.text-light hr,
.text-white hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.text-light .divider,
.text-white .divider {
  border-color: rgba(255, 255, 255, 0.1);
}

code {
  padding: 0.25rem;
  background-color: #f1edec;
}

.bg-gradient-primary {
  background: #3c8527 linear-gradient(180deg, #3c8527, rgb(39.291627907, 87.0964418605, 25.5395581395)) repeat-x !important;
}

.bg-gradient-secondary {
  background: #757575 linear-gradient(180deg, #757575, #404040) repeat-x !important;
}

.bg-gradient-tertiary {
  background: #a0e080 linear-gradient(180deg, #a0e080, rgb(129.335443038, 213.9936708861, 87.0063291139)) repeat-x !important;
}

.bg-gradient-quaternary {
  background: #996a41 linear-gradient(180deg, #996a41, rgb(117.2064220183, 81.2018348624, 49.7935779817)) repeat-x !important;
}

.bg-gradient-quinary {
  background: #5a381e linear-gradient(180deg, #5a381e, rgb(51.75, 32.2, 17.25)) repeat-x !important;
}

.bg-gradient-senary {
  background: #313131 linear-gradient(180deg, #313131, rgb(23.5, 23.5, 23.5)) repeat-x !important;
}

.bg-blue {
  background-color: #1546c2 !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: rgb(16.0186046512, 53.3953488372, 147.9813953488) !important;
}

.bg-indigo {
  background-color: #6610f2 !important;
}

a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: rgb(81.3214285714, 10.6785714286, 196.3214285714) !important;
}

.bg-purple {
  background-color: #7824c5 !important;
}

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: rgb(93.7339055794, 28.1201716738, 153.8798283262) !important;
}

.bg-pink {
  background-color: #ff51c9 !important;
}

a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: rgb(255, 30, 185.1724137931) !important;
}

.bg-red {
  background-color: #ac2015 !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: rgb(126.5492227979, 23.5440414508, 15.4507772021) !important;
}

.bg-orange {
  background-color: #d4441a !important;
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: rgb(166.5714285714, 53.4285714286, 20.4285714286) !important;
}

.bg-yellow {
  background-color: #e6b40b !important;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: rgb(181.3278008299, 141.9087136929, 8.6721991701) !important;
}

.bg-green {
  background-color: #3c8527 !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: rgb(42.2093023256, 93.5639534884, 27.4360465116) !important;
}

.bg-teal {
  background-color: #20c997 !important;
}

a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: rgb(24.9957081545, 157.0042918455, 117.9484978541) !important;
}

.bg-cyan {
  background-color: #2ab8a6 !important;
}

a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: rgb(32.5221238938, 142.4778761062, 128.5398230088) !important;
}

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

.bg-gray {
  background-color: #949494 !important;
}

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: rgb(122.5, 122.5, 122.5) !important;
}

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

a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: rgb(38.5, 38.5, 38.5) !important;
}

.bg-olive {
  background-color: #787a26 !important;
}

a.bg-olive:hover, a.bg-olive:focus,
button.bg-olive:hover,
button.bg-olive:focus {
  background-color: rgb(81.75, 83.1125, 25.8875) !important;
}

.bg-beige {
  background-color: #bcad69 !important;
}

a.bg-beige:hover, a.bg-beige:focus,
button.bg-beige:hover,
button.bg-beige:focus {
  background-color: rgb(167.2811059908, 150.5529953917, 74.7188940092) !important;
}

.bg-brown {
  background-color: #866136 !important;
}

a.bg-brown:hover, a.bg-brown:focus,
button.bg-brown:hover,
button.bg-brown:focus {
  background-color: rgb(97.6489361702, 70.6861702128, 39.3510638298) !important;
}

.bg-brick {
  background-color: #be583f !important;
}

a.bg-brick:hover, a.bg-brick:focus,
button.bg-brick:hover,
button.bg-brick:focus {
  background-color: rgb(151.6996047431, 70.2608695652, 50.3003952569) !important;
}

.bg-forest-green {
  background-color: #5b813f !important;
}

a.bg-forest-green:hover, a.bg-forest-green:focus,
button.bg-forest-green:hover,
button.bg-forest-green:focus {
  background-color: rgb(66.828125, 94.734375, 46.265625) !important;
}

.bg-turquoise {
  background-color: #14837f !important;
}

a.bg-turquoise:hover, a.bg-turquoise:focus,
button.bg-turquoise:hover,
button.bg-turquoise:focus {
  background-color: rgb(13.2450331126, 86.7549668874, 84.1059602649) !important;
}

.bg-light-blue {
  background-color: #5caee0 !important;
}

a.bg-light-blue:hover, a.bg-light-blue:focus,
button.bg-light-blue:hover,
button.bg-light-blue:focus {
  background-color: rgb(49.1494845361, 152.706185567, 215.8505154639) !important;
}

.bg-magenta {
  background-color: #c93a9b !important;
}

a.bg-magenta:hover, a.bg-magenta:focus,
button.bg-magenta:hover,
button.bg-magenta:focus {
  background-color: rgb(163.2509960159, 44.7490039841, 125.1314741036) !important;
}

.bg-primary {
  background-color: #3c8527 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(42.2093023256, 93.5639534884, 27.4360465116) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(91.5, 91.5, 91.5) !important;
}

.bg-success {
  background-color: #3c8527 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(42.2093023256, 93.5639534884, 27.4360465116) !important;
}

.bg-info {
  background-color: #5caee0 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(49.1494845361, 152.706185567, 215.8505154639) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(181.3278008299, 141.9087136929, 8.6721991701) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(166.5714285714, 53.4285714286, 20.4285714286) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(228.1666666667, 216.6666666667, 212.8333333333) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(23.5, 23.5, 23.5) !important;
}

.bg-tertiary {
  background-color: #a0e080 !important;
}

a.bg-tertiary:hover, a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: rgb(129.335443038, 213.9936708861, 87.0063291139) !important;
}

.bg-quaternary {
  background-color: #996a41 !important;
}

a.bg-quaternary:hover, a.bg-quaternary:focus,
button.bg-quaternary:hover,
button.bg-quaternary:focus {
  background-color: rgb(117.2064220183, 81.2018348624, 49.7935779817) !important;
}

.bg-quinary {
  background-color: #5a381e !important;
}

a.bg-quinary:hover, a.bg-quinary:focus,
button.bg-quinary:hover,
button.bg-quinary:focus {
  background-color: rgb(51.75, 32.2, 17.25) !important;
}

.bg-senary {
  background-color: #313131 !important;
}

a.bg-senary:hover, a.bg-senary:focus,
button.bg-senary:hover,
button.bg-senary:focus {
  background-color: rgb(23.5, 23.5, 23.5) !important;
}

.bg-primary-supportive {
  background-color: rgb(39.291627907, 87.0964418605, 25.5395581395) !important;
}

a.bg-primary-supportive:hover, a.bg-primary-supportive:focus,
button.bg-primary-supportive:hover,
button.bg-primary-supportive:focus {
  background-color: rgb(21.5009302326, 47.6603953488, 13.9756046512) !important;
}

.bg-secondary-supportive {
  background-color: #404040 !important;
}

a.bg-secondary-supportive:hover, a.bg-secondary-supportive:focus,
button.bg-secondary-supportive:hover,
button.bg-secondary-supportive:focus {
  background-color: rgb(38.5, 38.5, 38.5) !important;
}

.bg-tertiary-supportive {
  background-color: rgb(129.335443038, 213.9936708861, 87.0063291139) !important;
}

a.bg-tertiary-supportive:hover, a.bg-tertiary-supportive:focus,
button.bg-tertiary-supportive:hover,
button.bg-tertiary-supportive:focus {
  background-color: rgb(99.6835443038, 200.9493670886, 49.0506329114) !important;
}

.bg-quaternary-supportive {
  background-color: rgb(117.2064220183, 81.2018348624, 49.7935779817) !important;
}

a.bg-quaternary-supportive:hover, a.bg-quaternary-supportive:focus,
button.bg-quaternary-supportive:hover,
button.bg-quaternary-supportive:focus {
  background-color: rgb(81.4128440367, 56.4036697248, 34.5871559633) !important;
}

.bg-quinary-supportive {
  background-color: rgb(51.75, 32.2, 17.25) !important;
}

a.bg-quinary-supportive:hover, a.bg-quinary-supportive:focus,
button.bg-quinary-supportive:hover,
button.bg-quinary-supportive:focus {
  background-color: rgb(13.5, 8.4, 4.5) !important;
}

.bg-senary-supportive {
  background-color: rgb(23.5, 23.5, 23.5) !important;
}

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

.bg-100 {
  background-color: #f8f5f4 !important;
}

a.bg-100:hover, a.bg-100:focus,
button.bg-100:hover,
button.bg-100:focus {
  background-color: rgb(228.1666666667, 216.6666666667, 212.8333333333) !important;
}

.bg-200 {
  background-color: #f1edec !important;
}

a.bg-200:hover, a.bg-200:focus,
button.bg-200:hover,
button.bg-200:focus {
  background-color: rgb(219.3636363636, 209.1818181818, 206.6363636364) !important;
}

.bg-300 {
  background-color: #d1cfce !important;
}

a.bg-300:hover, a.bg-300:focus,
button.bg-300:hover,
button.bg-300:focus {
  background-color: rgb(184.3052631579, 181.2315789474, 179.6947368421) !important;
}

.bg-400 {
  background-color: #949494 !important;
}

a.bg-400:hover, a.bg-400:focus,
button.bg-400:hover,
button.bg-400:focus {
  background-color: rgb(122.5, 122.5, 122.5) !important;
}

.bg-500 {
  background-color: #777 !important;
}

a.bg-500:hover, a.bg-500:focus,
button.bg-500:hover,
button.bg-500:focus {
  background-color: rgb(93.5, 93.5, 93.5) !important;
}

.bg-600 {
  background-color: #5a5a5a !important;
}

a.bg-600:hover, a.bg-600:focus,
button.bg-600:hover,
button.bg-600:focus {
  background-color: rgb(64.5, 64.5, 64.5) !important;
}

.bg-700 {
  background-color: #404040 !important;
}

a.bg-700:hover, a.bg-700:focus,
button.bg-700:hover,
button.bg-700:focus {
  background-color: rgb(38.5, 38.5, 38.5) !important;
}

.bg-800 {
  background-color: #313131 !important;
}

a.bg-800:hover, a.bg-800:focus,
button.bg-800:hover,
button.bg-800:focus {
  background-color: rgb(23.5, 23.5, 23.5) !important;
}

.bg-900 {
  background-color: #1d1e1e !important;
}

a.bg-900:hover, a.bg-900:focus,
button.bg-900:hover,
button.bg-900:focus {
  background-color: rgb(3.9322033898, 4.0677966102, 4.0677966102) !important;
}

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

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

.bg-dungeons-primary {
  background-color: #e67834 !important;
}

a.bg-dungeons-primary:hover, a.bg-dungeons-primary:focus,
button.bg-dungeons-primary:hover,
button.bg-dungeons-primary:focus {
  background-color: rgb(205.6710526316, 94.2236842105, 25.3289473684) !important;
}

.bg-dungeons-secondary {
  background-color: #299b6e !important;
}

a.bg-dungeons-secondary:hover, a.bg-dungeons-secondary:focus,
button.bg-dungeons-secondary:hover,
button.bg-dungeons-secondary:focus {
  background-color: rgb(30.3316326531, 114.6683673469, 81.3775510204) !important;
}

.bg-dungeons-tertiary {
  background-color: #FFCB56 !important;
}

a.bg-dungeons-tertiary:hover, a.bg-dungeons-tertiary:focus,
button.bg-dungeons-tertiary:hover,
button.bg-dungeons-tertiary:focus {
  background-color: rgb(255, 187.3076923077, 35) !important;
}

.bg-wool-light {
  background-image: url(./assets/img/bg-wool-white.png);
  background-color: #fff;
}

.bg-wool-dark {
  background-image: url(./assets/img/bg-wool-dark.png);
}

.bg-grass {
  background-image: url(./assets/img/bg-grass.png);
}

.bg-snow {
  background-image: url(./assets/img/bg-snow.png);
}

.bg-wool-dark,
.bg-grass,
.bg-snow {
  background-color: #313131;
}

.bg-overlay {
  background-blend-mode: overlay;
}

.bg-gradient-overlay {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(49, 49, 49, 0.5));
}

.bg-black-5 {
  background-color: rgba(0, 0, 0, 0.05);
}

.bg-white-5 {
  background-color: rgba(255, 255, 255, 0.05);
}

.bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-black-25 {
  background-color: rgba(0, 0, 0, 0.25);
}

.bg-white-25 {
  background-color: rgba(255, 255, 255, 0.25);
}

.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-black-75 {
  background-color: rgba(0, 0, 0, 0.75);
}

.bg-white-75 {
  background-color: rgba(255, 255, 255, 0.75);
}

.alert-heading {
  color: inherit;
}

.alert {
  color: currentColor;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
}
.alert .close {
  transform: translateY(0.1875em);
  padding: 0.5rem 0.5rem;
  margin: 0.5rem 0.5rem;
}

.alert-link {
  font-weight: normal;
  text-decoration: underline;
}

.alert-primary {
  background-color: #3c8527;
}
.alert-primary a,
.alert-primary a:hover,
.alert-primary .alert-link {
  color: currentColor;
  text-decoration: underline;
}

.alert-secondary {
  background-color: #757575;
}
.alert-secondary a,
.alert-secondary a:hover,
.alert-secondary .alert-link {
  color: currentColor;
  text-decoration: underline;
}

.alert-success {
  background-color: #3c8527;
}
.alert-success a,
.alert-success a:hover,
.alert-success .alert-link {
  color: currentColor;
  text-decoration: underline;
}

.alert-info {
  background-color: #5caee0;
}
.alert-info a,
.alert-info a:hover,
.alert-info .alert-link {
  color: currentColor;
  text-decoration: underline;
}

.alert-warning {
  background-color: #e6b40b;
}
.alert-warning a,
.alert-warning a:hover,
.alert-warning .alert-link {
  color: currentColor;
  text-decoration: underline;
}

.alert-danger {
  background-color: #d4441a;
}
.alert-danger a,
.alert-danger a:hover,
.alert-danger .alert-link {
  color: currentColor;
  text-decoration: underline;
}

.alert-light {
  background-color: #f8f5f4;
}
.alert-light a,
.alert-light a:hover,
.alert-light .alert-link {
  color: currentColor;
  text-decoration: underline;
}

.alert-dark {
  background-color: #313131;
}
.alert-dark a,
.alert-dark a:hover,
.alert-dark .alert-link {
  color: currentColor;
  text-decoration: underline;
}

.alert-tertiary {
  background-color: #a0e080;
}
.alert-tertiary a,
.alert-tertiary a:hover,
.alert-tertiary .alert-link {
  color: currentColor;
  text-decoration: underline;
}

.alert-quaternary {
  background-color: #996a41;
}
.alert-quaternary a,
.alert-quaternary a:hover,
.alert-quaternary .alert-link {
  color: currentColor;
  text-decoration: underline;
}

.alert-quinary {
  background-color: #5a381e;
}
.alert-quinary a,
.alert-quinary a:hover,
.alert-quinary .alert-link {
  color: currentColor;
  text-decoration: underline;
}

.alert-senary {
  background-color: #313131;
}
.alert-senary a,
.alert-senary a:hover,
.alert-senary .alert-link {
  color: currentColor;
  text-decoration: underline;
}

.alert-primary,
.alert-secondary,
.alert-success,
.alert-danger,
.alert-dark {
  color: #fff;
}

.alert-fixed {
  position: fixed;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1060;
}
@media (min-width: 992px) {
  .alert-fixed {
    left: 50%;
    transform: translateX(-50%);
  }
}

.radio {
  display: inline-block;
  position: relative;
}
@media screen and (-ms-high-contrast: active) {
  .radio {
    -ms-high-contrast-adjust: none;
  }
}
.radio input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 1.3em;
  width: 1.3em;
}
.radio input[type=radio]:checked + label .radio-icon {
  border-color: #3c8527;
}
@media screen and (-ms-high-contrast: active) {
  .radio input[type=radio]:checked + label .radio-icon {
    border-color: Highlight;
  }
}
.radio input[type=radio]:checked + label .radio-icon::after {
  background-color: #3c8527;
}
@media screen and (-ms-high-contrast: active) {
  .radio input[type=radio]:checked + label .radio-icon::after {
    background-color: Highlight;
  }
}
.radio input[type=radio]:checked + label.radio-selection {
  border-color: #3c8527;
  background-color: #f1edec;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1) inset;
}
@media screen and (-ms-high-contrast: active) {
  .radio input[type=radio]:checked + label.radio-selection {
    border-color: Highlight;
    background-color: Window;
  }
}
.radio input[type=radio]:focus {
  outline: none;
}
.radio input[type=radio]:focus + label .radio-icon {
  box-shadow: 0 0 5px 1px Highlight;
}
.radio input[type=radio]:disabled + label {
  color: #777;
}
.radio input[type=radio]:disabled + label .radio-icon {
  border-color: #949494;
  background-color: #d1cfce;
}
.radio input[type=radio]:disabled + label .radio-icon::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #949494;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translateY(-50%) rotate(45deg);
}
.radio input[type=radio]:disabled:checked + label .radio-icon::after {
  background-color: #949494;
}
.radio input[type=radio]:disabled:checked + label.radio-selection {
  border-color: #949494;
  background-color: #f1edec;
  box-shadow: none;
}
.radio .radio-label {
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
}
.radio .radio-icon {
  display: inline-block;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  margin-right: 0.25em;
  padding: 2px;
  transition: 0.3s;
  line-height: 0;
  position: relative;
}
@media screen and (-ms-high-contrast: active) {
  .radio .radio-icon {
    background-color: Window;
    border-color: WindowText;
  }
}
.radio .radio-icon::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: 0.3s;
}
.radio .radio-selection {
  display: block;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 1rem;
  transition: 0.3s;
}
@media screen and (-ms-high-contrast: active) {
  .radio .radio-selection {
    border-color: windowText;
    box-shadow: none !important;
  }
}

.checkbox {
  display: inline-block;
  position: relative;
}
.checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 1.3em;
  width: 1.3em;
}
.checkbox input[type=checkbox]:checked + label .checkbox-icon {
  border-color: #3c8527;
  background-color: #3c8527;
}
.checkbox input[type=checkbox]:checked + label .checkbox-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.checkbox input[type=checkbox]:checked + label .svg-icon {
  color: #fff;
  transform: scale(1);
}
.checkbox input[type=checkbox]:focus {
  outline: none;
}
.checkbox input[type=checkbox]:focus + label .checkbox-icon {
  box-shadow: 0 0 5px 1px Highlight;
}
.checkbox input[type=checkbox]:disabled + label {
  color: #777;
}
.checkbox input[type=checkbox]:disabled + label .checkbox-icon {
  border-color: #949494;
  background-color: #d1cfce;
}
.checkbox input[type=checkbox]:disabled + label .checkbox-icon::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #949494;
  left: -4px;
  top: 50%;
  width: 24px;
  height: 2px;
  transform: translateY(-50%) rotate(45deg);
}
.checkbox input[type=checkbox]:disabled:checked + label .checkbox-icon {
  background-color: #d1cfce;
}
.checkbox input[type=checkbox]:disabled:checked + label .svg-icon {
  color: #949494;
}
.checkbox .checkbox-label {
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
}
.checkbox .checkbox-icon {
  display: inline-block;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.5);
  margin-right: 0.25em;
  padding: 2px;
  transition: 0.3s;
  line-height: 0;
  position: relative;
  width: 20px;
  height: 20px;
  color: transparent;
}
.checkbox .checkbox-icon .svg-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  transform: scale(0);
}

#btn-pseudo-element, .btn .grow::after, #btn-border::before, .btn-disabled::before,
.btn-primary::before,
.btn-secondary::before,
.btn-danger::before,
.btn-warning::before,
.btn-info::before,
.btn-hexagon::before, #btn-border::after, .btn-disabled::after,
.btn-primary::after,
.btn-secondary::after,
.btn-danger::after,
.btn-warning::after,
.btn-info::after,
.btn-hexagon::after {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.7s cubic-bezier(0, 0.8, 0.26, 0.99);
}

#btn-border:hover, .btn-disabled:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-info:hover,
.btn-hexagon:hover, #btn-border:focus, .btn-disabled:focus,
.btn-primary:focus,
.btn-secondary:focus,
.btn-danger:focus,
.btn-warning:focus,
.btn-info:focus,
.btn-hexagon:focus, #btn-border:active, .btn-disabled:active,
.btn-primary:active,
.btn-secondary:active,
.btn-danger:active,
.btn-warning:active,
.btn-info:active,
.btn-hexagon:active {
  outline: none;
  box-shadow: none;
  color: #fff !important;
}
#btn-border:hover::before, .btn-disabled:hover::before,
.btn-primary:hover::before,
.btn-secondary:hover::before,
.btn-danger:hover::before,
.btn-warning:hover::before,
.btn-info:hover::before,
.btn-hexagon:hover::before,
#btn-border:hover .grow,
.btn-disabled:hover .grow,
.btn-primary:hover .grow,
.btn-secondary:hover .grow,
.btn-danger:hover .grow,
.btn-warning:hover .grow,
.btn-info:hover .grow,
.btn-hexagon:hover .grow, #btn-border:focus::before, .btn-disabled:focus::before,
.btn-primary:focus::before,
.btn-secondary:focus::before,
.btn-danger:focus::before,
.btn-warning:focus::before,
.btn-info:focus::before,
.btn-hexagon:focus::before,
#btn-border:focus .grow,
.btn-disabled:focus .grow,
.btn-primary:focus .grow,
.btn-secondary:focus .grow,
.btn-danger:focus .grow,
.btn-warning:focus .grow,
.btn-info:focus .grow,
.btn-hexagon:focus .grow, #btn-border:active::before, .btn-disabled:active::before,
.btn-primary:active::before,
.btn-secondary:active::before,
.btn-danger:active::before,
.btn-warning:active::before,
.btn-info:active::before,
.btn-hexagon:active::before,
#btn-border:active .grow,
.btn-disabled:active .grow,
.btn-primary:active .grow,
.btn-secondary:active .grow,
.btn-danger:active .grow,
.btn-warning:active .grow,
.btn-info:active .grow,
.btn-hexagon:active .grow {
  background-color: #313131;
  box-shadow: 0 -4px rgba(0, 0, 0, 0.35) inset, 0 4px rgba(255, 255, 255, 0.25) inset, -4px 0 rgba(255, 255, 255, 0.25) inset, 4px 0 rgba(0, 0, 0, 0.35) inset;
}
#btn-border::before, .btn-disabled::before,
.btn-primary::before,
.btn-secondary::before,
.btn-danger::before,
.btn-warning::before,
.btn-info::before,
.btn-hexagon::before,
#btn-border .grow,
.btn-disabled .grow,
.btn-primary .grow,
.btn-secondary .grow,
.btn-danger .grow,
.btn-warning .grow,
.btn-info .grow,
.btn-hexagon .grow {
  box-shadow: 0 -4px rgba(0, 0, 0, 0.25) inset, 0 4px rgba(255, 255, 255, 0.35) inset, -4px 0 rgba(255, 255, 255, 0.35) inset, 4px 0 rgba(0, 0, 0, 0.25) inset;
  z-index: -1;
}
#btn-border::after, .btn-disabled::after,
.btn-primary::after,
.btn-secondary::after,
.btn-danger::after,
.btn-warning::after,
.btn-info::after,
.btn-hexagon::after {
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  z-index: 1;
  user-select: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: unset;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
}
.btn .grow::after {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
}
.btn:hover .grow::after {
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
}

.btn-xl {
  padding: 1rem 2rem;
  font-size: 2.25rem;
  line-height: 1.5;
}

.btn-lg {
  padding: 1.35rem 3.1rem;
}

.btn-primary,
.btn-secondary,
.btn-danger,
.btn-hexagon {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary {
  color: #fff !important;
}
.btn-primary::before,
.btn-primary .grow {
  background-color: #3c8527;
}
@media screen and (-ms-high-contrast: active) {
  .btn-primary::before,
  .btn-primary .grow {
    background-color: window !important;
  }
}

.btn-secondary {
  color: #fff !important;
}
.btn-secondary::before,
.btn-secondary .grow {
  background-color: #757575;
}
@media screen and (-ms-high-contrast: active) {
  .btn-secondary::before,
  .btn-secondary .grow {
    background-color: window !important;
  }
}

.btn-success {
  color: #fff !important;
}
.btn-success::before,
.btn-success .grow {
  background-color: #3c8527;
}
@media screen and (-ms-high-contrast: active) {
  .btn-success::before,
  .btn-success .grow {
    background-color: window !important;
  }
}

.btn-info {
  color: #1d1e1e !important;
}
.btn-info::before,
.btn-info .grow {
  background-color: #5caee0;
}
@media screen and (-ms-high-contrast: active) {
  .btn-info::before,
  .btn-info .grow {
    background-color: window !important;
  }
}

.btn-warning {
  color: #1d1e1e !important;
}
.btn-warning::before,
.btn-warning .grow {
  background-color: #e6b40b;
}
@media screen and (-ms-high-contrast: active) {
  .btn-warning::before,
  .btn-warning .grow {
    background-color: window !important;
  }
}

.btn-danger {
  color: #fff !important;
}
.btn-danger::before,
.btn-danger .grow {
  background-color: #d4441a;
}
@media screen and (-ms-high-contrast: active) {
  .btn-danger::before,
  .btn-danger .grow {
    background-color: window !important;
  }
}

.btn-light {
  color: #1d1e1e !important;
}
.btn-light::before,
.btn-light .grow {
  background-color: #f8f5f4;
}
@media screen and (-ms-high-contrast: active) {
  .btn-light::before,
  .btn-light .grow {
    background-color: window !important;
  }
}

.btn-dark {
  color: #fff !important;
}
.btn-dark::before,
.btn-dark .grow {
  background-color: #313131;
}
@media screen and (-ms-high-contrast: active) {
  .btn-dark::before,
  .btn-dark .grow {
    background-color: window !important;
  }
}

.btn-tertiary {
  color: #1d1e1e !important;
}
.btn-tertiary::before,
.btn-tertiary .grow {
  background-color: #a0e080;
}
@media screen and (-ms-high-contrast: active) {
  .btn-tertiary::before,
  .btn-tertiary .grow {
    background-color: window !important;
  }
}

.btn-quaternary {
  color: #fff !important;
}
.btn-quaternary::before,
.btn-quaternary .grow {
  background-color: #996a41;
}
@media screen and (-ms-high-contrast: active) {
  .btn-quaternary::before,
  .btn-quaternary .grow {
    background-color: window !important;
  }
}

.btn-quinary {
  color: #fff !important;
}
.btn-quinary::before,
.btn-quinary .grow {
  background-color: #5a381e;
}
@media screen and (-ms-high-contrast: active) {
  .btn-quinary::before,
  .btn-quinary .grow {
    background-color: window !important;
  }
}

.btn-senary {
  color: #fff !important;
}
.btn-senary::before,
.btn-senary .grow {
  background-color: #313131;
}
@media screen and (-ms-high-contrast: active) {
  .btn-senary::before,
  .btn-senary .grow {
    background-color: window !important;
  }
}

.btn-dungeons-primary {
  color: #fff !important;
}

.btn-dungeons-secondary {
  color: #fff !important;
}

.btn-dungeons-tertiary {
  color: #1d1e1e !important;
}

.btn-vertical-stack {
  flex-direction: column;
}

.btn-link {
  color: #3c8527;
  font-size: 1rem;
  letter-spacing: normal;
  text-transform: none;
  padding: 0;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(39.291627907, 87.0964418605, 25.5395581395);
  text-decoration: underline;
}

.btn-square {
  width: 3rem;
  height: 3rem;
  padding: 0px;
}

.btn-ribbon {
  padding-left: 80px;
  min-height: 105px;
}

.btn-hexagon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 42px;
  padding: 0;
  transition: 0.625s cubic-bezier(0, 0.8, 0.25, 1);
  box-sizing: content-box;
  margin: 19px 0;
  border-right: 4px solid;
  border-left: 4px solid;
}
.btn-hexagon > * {
  z-index: 1;
  position: relative;
  transform: perspective(500000000000px) translateZ(32px);
}
.btn-hexagon::before, .btn-hexagon::after, .btn-hexagon:hover::before, .btn-hexagon:focus::before {
  box-shadow: none;
}
.btn-hexagon::before, .btn-hexagon::after {
  transition: 0.625s cubic-bezier(0, 0.8, 0.25, 1);
  width: 51.3px;
  height: 51.3px;
  left: 50%;
}
.btn-hexagon::before {
  transform: translateY(-26px) translateX(-50%) rotateX(58deg) rotate(45deg);
  border-top: 6px solid;
  border-left: 6px solid;
  box-shadow: 2px 2px 0 transparent;
}
.btn-hexagon::after {
  transform: translateY(26px) translateX(-50%) rotateX(-58deg) rotate(45deg);
  top: auto;
  bottom: 0;
  border-bottom: 6px solid;
  border-right: 6px solid;
}
.btn-hexagon.btn-primary {
  border-right-color: rgb(108.75, 163.5, 93);
  border-left-color: rgb(45, 99.75, 29.25);
}
.btn-hexagon.btn-primary, .btn-hexagon.btn-primary::after, .btn-hexagon.btn-primary::before {
  background-color: #3c8527;
}
.btn-hexagon.btn-primary::before {
  border-top-color: rgb(157.5, 194, 147);
  border-left-color: rgb(108.75, 163.5, 93);
}
.btn-hexagon.btn-primary::after {
  border-bottom-color: rgb(30, 66.5, 19.5);
  border-right-color: rgb(45, 99.75, 29.25);
}
.btn-hexagon.btn-secondary {
  border-right-color: rgb(151.5, 151.5, 151.5);
  border-left-color: rgb(87.75, 87.75, 87.75);
}
.btn-hexagon.btn-secondary, .btn-hexagon.btn-secondary::after, .btn-hexagon.btn-secondary::before {
  background-color: #757575;
}
.btn-hexagon.btn-secondary::before {
  border-top-color: #bababa;
  border-left-color: rgb(151.5, 151.5, 151.5);
}
.btn-hexagon.btn-secondary::after {
  border-bottom-color: rgb(58.5, 58.5, 58.5);
  border-right-color: rgb(87.75, 87.75, 87.75);
}
.btn-hexagon.btn-dungeons-primary {
  border-right-color: rgb(236.25, 153.75, 102.75);
  border-left-color: rgb(172.5, 90, 39);
}
.btn-hexagon.btn-dungeons-primary, .btn-hexagon.btn-dungeons-primary::after, .btn-hexagon.btn-dungeons-primary::before {
  background-color: #e67834;
}
.btn-hexagon.btn-dungeons-primary::before {
  border-top-color: rgb(242.5, 187.5, 153.5);
  border-left-color: rgb(236.25, 153.75, 102.75);
}
.btn-hexagon.btn-dungeons-primary::after {
  border-bottom-color: #733c1a;
  border-right-color: rgb(172.5, 90, 39);
}
.btn-hexagon.btn-dungeons-secondary {
  border-right-color: rgb(94.5, 180, 146.25);
  border-left-color: rgb(30.75, 116.25, 82.5);
}
.btn-hexagon.btn-dungeons-secondary, .btn-hexagon.btn-dungeons-secondary::after, .btn-hexagon.btn-dungeons-secondary::before {
  background-color: #299b6e;
}
.btn-hexagon.btn-dungeons-secondary::before {
  border-top-color: rgb(148, 205, 182.5);
  border-left-color: rgb(94.5, 180, 146.25);
}
.btn-hexagon.btn-dungeons-secondary::after {
  border-bottom-color: rgb(20.5, 77.5, 55);
  border-right-color: rgb(30.75, 116.25, 82.5);
}
.btn-hexagon:hover, .btn-hexagon:focus, .btn-hexagon:active {
  border-right-color: rgb(100.5, 100.5, 100.5) !important;
  border-left-color: rgb(36.75, 36.75, 36.75) !important;
  box-shadow: none !important;
}
.btn-hexagon:hover, .btn-hexagon:hover::after, .btn-hexagon:hover::before, .btn-hexagon:focus, .btn-hexagon:focus::after, .btn-hexagon:focus::before, .btn-hexagon:active, .btn-hexagon:active::after, .btn-hexagon:active::before {
  background-color: #313131 !important;
}
.btn-hexagon:hover::before, .btn-hexagon:focus::before, .btn-hexagon:active::before {
  border-top-color: #989898;
  border-left-color: rgb(100.5, 100.5, 100.5);
  box-shadow: 2px 2px 0 transparent;
}
.btn-hexagon:hover::after, .btn-hexagon:focus::after, .btn-hexagon:active::after {
  border-bottom-color: rgb(24.5, 24.5, 24.5);
  border-right-color: rgb(36.75, 36.75, 36.75);
}

.btn[class*=btn-outline] {
  box-shadow: 0 0 0 4px currentColor inset;
  transition: background-color 0.2s linear;
}
.btn[class*=btn-outline]:hover, .btn[class*=btn-outline]:active, .btn[class*=btn-outline]:focus {
  background-color: #757575 !important;
  box-shadow: 0 0 0 4px #757575 inset;
  color: #fff;
}
.btn[class*=btn-outline].btn-hexagon {
  box-shadow: none !important;
}
.btn[class*=btn-outline].btn-hexagon:hover, .btn[class*=btn-outline].btn-hexagon:hover::after, .btn[class*=btn-outline].btn-hexagon:hover::before, .btn[class*=btn-outline].btn-hexagon:active, .btn[class*=btn-outline].btn-hexagon:active::after, .btn[class*=btn-outline].btn-hexagon:active::before, .btn[class*=btn-outline].btn-hexagon:focus, .btn[class*=btn-outline].btn-hexagon:focus::after, .btn[class*=btn-outline].btn-hexagon:focus::before {
  background-color: #757575 !important;
  border-color: #757575 !important;
}
.btn[class*=btn-outline].btn-hexagon::after, .btn[class*=btn-outline].btn-hexagon::before {
  transition: background-color 0.2s linear;
  background-color: #000;
  border-color: currentColor;
}

.btn:disabled::before,
.btn-disabled::before {
  box-shadow: 0 4px rgba(255, 255, 255, 0.4) inset, 0 -4px rgba(0, 0, 0, 0.05) inset, 4px 0 rgba(0, 0, 0, 0.05) inset, -4px 0 rgba(255, 255, 255, 0.4) inset;
  background-color: #d1cfce;
}
.btn:disabled::after,
.btn-disabled::after {
  box-shadow: none;
}
.btn:disabled,
.btn-disabled {
  cursor: default !important;
  color: #5a5a5a !important;
  text-shadow: none;
}
.btn:disabled:hover::before, .btn:disabled:focus::before, .btn:disabled:active::before,
.btn-disabled:hover::before,
.btn-disabled:focus::before,
.btn-disabled:active::before {
  box-shadow: 0 4px rgba(255, 255, 255, 0.4) inset, 0 -4px rgba(0, 0, 0, 0.05) inset, 4px 0 rgba(0, 0, 0, 0.05) inset, -4px 0 rgba(255, 255, 255, 0.4) inset;
  background-color: #d1cfce;
}
.btn:disabled:hover::after, .btn:disabled:focus::after, .btn:disabled:active::after,
.btn-disabled:hover::after,
.btn-disabled:focus::after,
.btn-disabled:active::after {
  box-shadow: none;
}
.btn:disabled:hover, .btn:disabled:focus, .btn:disabled:active,
.btn-disabled:hover,
.btn-disabled:focus,
.btn-disabled:active {
  color: #5a5a5a !important;
}
.btn:disabled:focus,
.btn-disabled:focus {
  box-shadow: 0 0 3px 1px rgb(56.5, 122, 209), 0 0 2px 1px rgb(56.5, 122, 209) inset;
}

.btn-disabled-outline,
[class*=btn-outline]:disabled {
  cursor: default !important;
  color: #d1cfce !important;
  background-color: transparent;
  box-shadow: 0 0 0 4px currentColor inset;
}
.btn-disabled-outline::before, .btn-disabled-outline::after,
[class*=btn-outline]:disabled::before,
[class*=btn-outline]:disabled::after {
  box-shadow: none;
}
.btn-disabled-outline:hover, .btn-disabled-outline:focus, .btn-disabled-outline:active,
[class*=btn-outline]:disabled:hover,
[class*=btn-outline]:disabled:focus,
[class*=btn-outline]:disabled:active {
  color: #d1cfce !important;
  background-color: transparent !important;
  box-shadow: 0 0 0 4px currentColor inset;
}
.btn-disabled-outline:hover::before, .btn-disabled-outline:focus::before, .btn-disabled-outline:active::before,
[class*=btn-outline]:disabled:hover::before,
[class*=btn-outline]:disabled:focus::before,
[class*=btn-outline]:disabled:active::before {
  box-shadow: none;
}

@media screen and (-ms-high-contrast: active) {
  .btn {
    border: 4px solid;
    color: windowText !important;
  }
  a.btn {
    -ms-high-contrast-adjust: none;
  }
  a.btn::before {
    background: Window !important;
    box-shadow: none !important;
    border-color: HighLight !important;
  }
  a.btn:hover {
    border-color: HighLight !important;
    box-shadow: none !important;
    color: windowText !important;
  }
  a.btn:hover::before {
    background-color: Window !important;
  }
  a.btn:focus {
    border-color: HighLight !important;
    box-shadow: none !important;
    color: windowText !important;
  }
  a.btn-warning, a.btn-primary {
    color: windowText !important;
  }
}
.border-dungeons {
  border: 30px solid rgba(255, 255, 255, 0.25);
  border-image: url(./assets/img/border-dungeons-25.png) 30;
}

.border-width-1 {
  border-width: 1px !important;
}

.border-width-2 {
  border-width: 2px !important;
}

.border-width-3 {
  border-width: 3px !important;
}

.border-width-4 {
  border-width: 4px !important;
}

.border-width-5 {
  border-width: 5px !important;
}

.border-black-5 {
  border-color: rgba(0, 0, 0, 0.05) !important;
}

.border-white-5 {
  border-color: rgba(255, 255, 255, 0.05) !important;
}

.border-black-10 {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.border-white-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.border-black-25 {
  border-color: rgba(0, 0, 0, 0.25) !important;
}

.border-white-25 {
  border-color: rgba(255, 255, 255, 0.25) !important;
}

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

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

.border-black-75 {
  border-color: rgba(0, 0, 0, 0.75) !important;
}

.border-white-75 {
  border-color: rgba(255, 255, 255, 0.75) !important;
}

.form-group.has-error .help-block {
  color: #d4441a;
}

.form-control {
  font-size: 14px;
  height: 36px;
  padding: 8px;
  border-color: rgb(23.5, 23.5, 23.5);
}
@media (forced-colors: active) {
  .form-control:focus {
    outline: 5px auto -webkit-focus-ring-color;
  }
}

.form-control-plaintext {
  width: 100%;
  display: block;
}

.required:after {
  content: " *";
  color: #ac2015;
}

.form-tooltip {
  position: relative;
  display: inline-block;
}

.form-tooltip .form-tooltip-text {
  visibility: hidden;
  background-color: #F8F5F4;
  color: #000000;
  border-radius: 8px;
  padding: 8px;
  position: absolute;
  width: 336px;
  transform: translate(-50%, 32%);
  z-index: 1;
  font-size: 14px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.form-tooltip .form-tooltip-text::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 50%;
  border-width: 8.66px;
  border-style: solid;
  border-color: transparent transparent #F8F5F4 transparent;
}

.form-tooltip:hover .form-tooltip-text {
  visibility: visible;
}

label {
  color: #5a5a5a;
  font-size: 14px;
  margin-bottom: 0;
}

select {
  font-size: 16px;
}

.card {
  background-color: transparent;
}
.card.card-grow:focus {
  outline: none !important;
  border: 3px solid #55a1f3;
}

@media (min-width: 768px) {
  .card-group,
  .card-deck,
  .card-columns {
    flex-flow: row wrap;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-group,
  .card-deck,
  .card-columns {
    flex-flow: column;
  }
}

.card-deck .card {
  margin-bottom: 15px;
  margin-top: 15px;
}
.card-deck .card-grow > .grow {
  background-color: #fff;
}
.card-deck .card-grow:hover > .grow {
  background-color: #f1edec;
}

.card-grow {
  z-index: 1;
  cursor: pointer;
}
.card-grow:hover {
  z-index: 2;
}

.card-group .card {
  margin-bottom: 0;
}

.card-separator {
  box-shadow: 0 1px 0 rgba(127.5, 127.5, 127.5, 0.5);
}
@media (min-width: 768px) {
  .card-separator {
    box-shadow: -1px 0 0 rgba(127.5, 127.5, 127.5, 0.5) inset;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .card-wrap .card {
    flex: 1 0 40%;
  }
}

.close {
  opacity: 1;
  font-size: 1rem;
}

.modal-content {
  padding: 0 15px;
}

.modal-header {
  justify-content: center;
}
.modal-header .close {
  position: absolute;
  right: 30px;
}

.modal-body {
  text-align: center;
}

.modal-footer {
  justify-content: center;
}

.progress {
  height: 4px;
  border-radius: 0;
  background-color: #000;
}
.progress-container {
  background-color: #313131;
  color: #fff;
}
.progress-labels {
  justify-content: center !important;
}
.progress-labels__list-item {
  flex: 0 0 25%;
  max-width: 25%;
}
.progress-labels__list-item .glyphicon.glyphicon-stop {
  background-color: #000;
  display: inline-block;
  height: 1em;
  width: 1em;
  transform: scale(0.8) translateY(3px);
}

.navbar-collapse {
  text-align: center;
}

.navbar-inverse {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .navbar-collapse {
    margin-top: 0;
  }
  .navbar-header__brand-img {
    max-width: 200px;
    margin: 0 auto;
  }
  .navbar-inverse {
    min-height: 50px;
  }
}
.navbar-nav {
  flex-wrap: wrap;
}

.navbar-light .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link {
  color: currentColor;
}
.navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:active,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: currentColor;
  background-color: transparent;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
  background-color: #000;
}
.navbar-light .navbar-nav .nav-link.disabled,
.navbar-dark .navbar-nav .nav-link.disabled {
  background: transparent;
  color: #5a5a5a;
}
.navbar-light .navbar-nav .nav-link.disabled:hover,
.navbar-dark .navbar-nav .nav-link.disabled:hover {
  color: #5a5a5a !important;
}

.navbar-dark {
  color: #fff;
}

.nav-link {
  padding: 0.5rem 0.75rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  display: flex;
  align-items: center;
}
.nav-link:hover {
  color: #fff;
  background-color: #000;
}
.nav-link.disabled {
  background: transparent;
  cursor: default;
}
.nav-link.disabled:hover {
  color: #5a5a5a !important;
}
@media screen and (-ms-high-contrast: active) {
  .nav-link {
    -ms-high-contrast-adjust: none;
    color: windowText !important;
  }
  .nav-link.active, .nav-link:hover {
    color: window !important;
    background-color: HighLight !important;
  }
}

.nav {
  margin: 0 -2px;
}
.nav.flex-column.align-items-start .nav-link, .nav.flex-column.align-items-end .nav-link {
  width: auto;
}
.nav.flex-column .nav-link {
  width: 100%;
}

.nav-item {
  margin: 0 2px;
  display: flex;
}

.dropdown-menu {
  font-size: inherit;
  text-transform: uppercase;
}

a:hover {
  text-decoration: underline;
}

td a,
li a,
p a {
  color: rgb(51.1046511628, 113.2819767442, 33.2180232558);
  transition: color 0.025s linear, background-color 0.025s linear;
}
td a:hover, td a:focus, td a:active,
li a:hover,
li a:focus,
li a:active,
p a:hover,
p a:focus,
p a:active {
  color: #fff;
  background-color: #000;
}

p a {
  text-decoration: underline;
}

.text-light td a,
.text-light li a,
.text-light p a {
  color: #a0e080;
}
.text-light td a:hover, .text-light td a:focus, .text-light td a:active,
.text-light li a:hover,
.text-light li a:focus,
.text-light li a:active,
.text-light p a:hover,
.text-light p a:focus,
.text-light p a:active {
  color: #fff;
}

a.inverted,
button.inverted {
  color: currentColor;
}
a.inverted:hover, a.inverted:focus, a.inverted:active,
button.inverted:hover,
button.inverted:focus,
button.inverted:active {
  color: #3c8527;
  background-color: transparent;
}
.text-light a.inverted:hover, .text-light a.inverted:focus, .text-light a.inverted:active,
.text-light button.inverted:hover,
.text-light button.inverted:focus,
.text-light button.inverted:active {
  color: #a0e080;
}

.arrow-link {
  color: currentColor;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  text-align: inherit;
  margin-left: 1.5em;
  display: block;
}
.arrow-link:focus, .arrow-link:hover, .arrow-link:active {
  color: currentColor;
}
.arrow-link .svg-icon {
  position: absolute;
  top: 4px;
  left: -1.5em;
}

.hover-current:hover, .hover-current:focus, .hover-current:active {
  background-color: transparent;
  color: currentColor !important;
}

a.hover-white:hover, a.hover-white:focus, a.hover-white:active {
  background-color: transparent;
  color: #fff !important;
}

a.hover-black:hover, a.hover-black:focus, a.hover-black:active {
  background-color: transparent;
  color: #000 !important;
}

.anchor-link {
  display: inline-block;
  padding: 0.6rem 1rem;
  color: #000;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 2px 2px 0 0 rgba(255, 255, 255, 0.5);
  transition: background-color 0.025s linear;
}
.anchor-link:hover, .anchor-link:active, .anchor-link:focus {
  background-color: rgba(255, 255, 255, 0.6);
  color: #313131;
}
.anchor-link .svg-icon {
  transform: translateY(0.1875em);
  margin-right: 0.2rem;
  color: rgba(0, 0, 0, 0.5);
}

.text-light .anchor-link,
.text-white .anchor-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.5);
}
.text-light .anchor-link:hover, .text-light .anchor-link:active, .text-light .anchor-link:focus,
.text-white .anchor-link:hover,
.text-white .anchor-link:active,
.text-white .anchor-link:focus {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.text-light .anchor-link .svg-icon,
.text-white .anchor-link .svg-icon {
  color: rgba(255, 255, 255, 0.5);
}

.svg-icon {
  width: 1em;
  height: 1em;
  overflow: unset !important;
}
.svg-icon use {
  fill: currentColor;
}

p .svg-icon,
h1 .svg-icon,
h2 .svg-icon,
h3 .svg-icon,
h4 .svg-icon,
h5 .svg-icon,
h6 .svg-icon {
  transform: translateY(-0.125em);
}

.icon-15x {
  font-size: 1.5rem;
}

.icon-2x {
  font-size: 2rem;
}

.icon-3x {
  font-size: 3rem;
}

.icon-4x {
  font-size: 4rem;
}

.icon-5x {
  font-size: 5rem;
}

.icon-shadow {
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.25));
}

.icon-outline {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid currentColor;
}
.icon-outline .svg-icon {
  transform: none;
}

.icon-outline--circular {
  border-radius: 50%;
}

.icon-outline--hexagon {
  border-top: none;
  border-bottom: none;
  height: 26px;
  width: 48px;
  margin: 10px 0;
}
.icon-outline--hexagon::after, .icon-outline--hexagon::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  border: 2px solid currentColor;
  width: 27.2px;
  height: 47.4px;
  left: 0;
  right: 0;
  top: 50%;
  border-right: none;
  border-left: none;
  margin: 0 auto;
  bottom: 0;
}
.icon-outline--hexagon::after {
  transform: translateY(-50%) rotate(30deg);
}
.icon-outline--hexagon::before {
  transform: translateY(-50%) rotate(-30deg);
}

.end-with-block h1:last-child::after {
  width: 2.25rem;
  height: 2.25rem;
}
.end-with-block p:last-child::after {
  width: 1rem;
  height: 1rem;
}
.end-with-block p:last-child::after,
.end-with-block h1:last-child::after {
  content: "";
  background: url(./assets/svg/icons/what-block.svg) no-repeat;
  display: inline-block;
  margin-left: 0.5rem;
  margin-bottom: 2px;
  vertical-align: text-bottom;
}

.animation-flicker {
  animation: flicker-opacity 4s ease-in-out infinite;
}

.animation-floating--vertical {
  animation: floating-vertical 8s ease-in-out infinite;
}

.animation-floating--circular {
  animation: floating-circular 12s linear infinite;
}

.animation-bounce--right {
  animation: bounce-right 1.2s 2;
}

.animation-bounce--left {
  animation: bounce-left 1.2s 2;
}

.animation-bounce--left-long {
  animation: bounce-left 1.5s ease-in-out 0.5s 4;
}

.animation-bounce--down {
  animation: bounce-down 1.2s 2;
}

.animation-bounce--up {
  animation: bounce-up 1.2s 2;
}

.animation-drop-2 {
  animation: drop2 1s linear infinite;
}

.animation-drop-3 {
  animation: drop3 1s linear infinite;
}

.animation-drop-4 {
  animation: drop4 1s linear infinite;
}

.animation-scale--in-out {
  animation: scale-in-out 0.4s infinite;
}

.animation-scale--0-to-1 {
  animation: scale-0-to-1 0.5s;
}

.animation-pop {
  animation: pop 1s linear infinite;
}

.animation-rotate--45 {
  animation: rotate-45 0.5s 1 ease-in forwards;
}

.animation-run-1-times {
  animation-iteration-count: 1;
}

.animation-run-2-times {
  animation-iteration-count: 2;
}

.animation-run-3-times {
  animation-iteration-count: 3;
}

.animation-run-4-times {
  animation-iteration-count: 4;
}

.animation-run-5-times {
  animation-iteration-count: 5;
}

.animation-run-6-times {
  animation-iteration-count: 6;
}

.animation-run-7-times {
  animation-iteration-count: 7;
}

.animation-run-8-times {
  animation-iteration-count: 8;
}

.animation-run-infinite {
  animation-iteration-count: infinite;
}

.animation-duration-1 {
  animation-duration: 1s !important;
}

.animation-delay-1 {
  animation-delay: 1s !important;
}

.animation-duration-2 {
  animation-duration: 2s !important;
}

.animation-delay-2 {
  animation-delay: 2s !important;
}

.animation-duration-3 {
  animation-duration: 3s !important;
}

.animation-delay-3 {
  animation-delay: 3s !important;
}

.animation-duration-4 {
  animation-duration: 4s !important;
}

.animation-delay-4 {
  animation-delay: 4s !important;
}

.animation-duration-5 {
  animation-duration: 5s !important;
}

.animation-delay-5 {
  animation-delay: 5s !important;
}

.animation-duration-6 {
  animation-duration: 6s !important;
}

.animation-delay-6 {
  animation-delay: 6s !important;
}

.animation-duration-7 {
  animation-duration: 7s !important;
}

.animation-delay-7 {
  animation-delay: 7s !important;
}

.animation-duration-8 {
  animation-duration: 8s !important;
}

.animation-delay-8 {
  animation-delay: 8s !important;
}

.animation-duration-9 {
  animation-duration: 9s !important;
}

.animation-delay-9 {
  animation-delay: 9s !important;
}

.animation-duration-10 {
  animation-duration: 10s !important;
}

.animation-delay-10 {
  animation-delay: 10s !important;
}

a > .grow,
div > .grow,
span > .grow,
button > .grow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.625s cubic-bezier(0, 0.8, 0.25, 1);
}
a:hover > .grow,
div:hover > .grow,
span:hover > .grow,
button:hover > .grow {
  transform: scale(1.1);
}

.ribbon {
  transform-origin: left top;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 96px;
  height: 96px;
  transition: all 0.6s cubic-bezier(0, 0.8, 0.2, 1);
}

.ribbon-icon {
  fill: currentColor;
  width: 96px;
  height: 96px;
}
.ribbon-icon .top,
.ribbon-icon .left {
  fill: transparent;
}
.ribbon-icon .corner {
  fill: inherit;
}

.ribbon-icon--secondary {
  fill: rgb(117.2064220183, 81.2018348624, 49.7935779817);
}

.ribbon-label {
  display: flex;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform-origin: 50%;
  position: absolute;
  top: 34%;
  left: 34%;
  width: 75%;
  height: 75%;
  white-space: normal;
  align-items: center;
  justify-content: center;
}

.btn .ribbon-icon {
  transition: fill 0.15s ease-in-out;
  fill: #404040;
  filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.25));
}
.btn .ribbon-icon .top {
  transition: fill 0.15s ease-in-out;
  fill: rgba(255, 255, 255, 0.3);
}
.btn .ribbon-icon .left {
  transition: fill 0.15s ease-in-out;
  fill: rgba(0, 0, 0, 0.25);
}
.btn:hover .ribbon-icon, .btn:focus .ribbon-icon {
  fill: #3c8527;
}

.tile {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  /*
    Init and start is set as animation cues by Freewall when new tiles appear in the DOM.
    The load state is set by the Tile component when the tile image has finished loading
  */
}
.tile[data-state=init], .tile[data-state=start] {
  display: none;
}
.tile[data-state=load] {
  display: block;
}
.tile[data-state=move] {
  transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
}

.tile-link:focus .tile-caption__text, .tile-link:hover .tile-caption__text {
  opacity: 1;
}
.tile-link:focus .sliding-content__body, .tile-link:hover .sliding-content__body {
  transform: translate3d(0, -99%, 0);
}

.tile__image-container {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: background-color 0.5s ease-out;
  background-color: rgba(0, 0, 0, 0);
}
.tile__image-container.tile__image-container--loading {
  background-color: rgba(0, 0, 0, 0.1);
}
.tile__image-container.tile__image-container--loading .tile__image {
  opacity: 0;
}

.tile__image {
  width: 100%;
  transition: transform 200ms ease-in-out;
}
.tile__image .tile__image--fade {
  transition: opacity 0.5s ease-out;
}

.sliding-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0;
}

.sliding-content__body {
  transition: all 200ms ease-in-out;
  transform: translate3d(0, -84px, 0);
}

.tile-category {
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.tile-category__text {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #fff;
  color: #1d1e1e;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}

.tile-caption {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 0.875rem 1.2rem 1.2rem 1.2rem;
  min-height: 84px;
  text-align: center;
}

.tile-caption__title {
  margin: 0.8rem 0 1rem;
  text-transform: uppercase;
}

.tile-caption__title--long {
  margin: 1.2rem 0;
}

.tile-caption__text {
  transition: opacity 200ms ease-in;
  opacity: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.3;
}

/*
  Possible tile sizes
*/
.tile--size-1x1 {
  width: 276px;
  height: 276px;
}
.tile--size-1x1:focus .tile__image, .tile--size-1x1:hover .tile__image {
  transform: scale(1.1);
}
.tile--size-1x1 .video-tile__play-btn {
  top: calc(-276px * 1 / 2 + 80px / 2);
}
.tile--size-1x1 .tile-caption__title--long {
  font-size: 0.875rem;
}

.tile--size-1x2 {
  width: 276px;
  height: 564px;
}
.tile--size-1x2:focus .tile__image, .tile--size-1x2:hover .tile__image {
  transform: scale(1.05);
}
.tile--size-1x2 .video-tile__play-btn {
  top: calc(-276px * 2 / 2 + 80px / 2);
}

.tile--size-2x1 {
  width: 564px;
  height: 276px;
}
.tile--size-2x1:focus .tile__image, .tile--size-2x1:hover .tile__image {
  transform: scale(1.05);
}
.tile--size-2x1 .video-tile__play-btn {
  top: calc(-276px * 1 / 2 + 80px / 2);
}

.tile--size-2x2 {
  width: 564px;
  height: 564px;
}
.tile--size-2x2:focus .tile__image, .tile--size-2x2:hover .tile__image {
  transform: scale(1.05);
}
.tile--size-2x2 .video-tile__play-btn {
  top: calc(-276px * 2 / 2 + 80px / 2);
}

.tile--size-2x2 .tile-caption__title:not(.tile-caption__title--long),
.tile--size-2x1 .tile-caption__title:not(.tile-caption__title--long) {
  margin: 0.625rem 0;
  font-size: 1.5rem;
}
.tile--size-2x2 .tile-caption__text,
.tile--size-2x1 .tile-caption__text {
  font-size: initial;
}

.tile--size-4x2 {
  width: 1140px;
  height: 564px;
}
.tile--size-4x2:focus .tile__image, .tile--size-4x2:hover .tile__image {
  transform: scale(1.025);
}
.tile--size-4x2 .video-tile__play-btn {
  top: calc(-276px * 2 / 2 + 80px / 2);
}
.tile--size-4x2 .sliding-content__body {
  transform: translate3d(0, -100.8px, 0);
}
.tile--size-4x2 .tile-caption__title {
  margin: 1.4rem 0;
  font-size: 1.75rem;
}
.tile--size-4x2 .tile-caption__text {
  font-size: 1.6275rem;
}

/*
    Image Loading Transitions
*/
.tweet-tile {
  padding: 2rem;
  color: #fff;
}
.tweet-tile a {
  color: #fff;
}
.tweet-tile a:hover, .tweet-tile a:focus, .tweet-tile a:active {
  color: #fff;
}
.tweet-tile a:active {
  color: "";
}

.tweet-tile__title {
  font-size: initial;
  text-transform: uppercase;
}

.tweet-tile-media {
  margin-bottom: 0.5rem;
}

.tweet-tile-media__handle {
  font-size: 0.75rem;
}

.tweet-tile__text {
  line-height: 1.3em;
}

.video-tile__play-btn {
  position: absolute;
  width: 100%;
  text-align: center;
}

.mojang-studios-footer {
  background: #000;
  color: #757575;
  padding: 27px 0 25px;
}
@media (min-width: 576px) {
  .mojang-studios-footer {
    padding: 2.2rem 0 2rem;
  }
}
.mojang-studios-footer .nav a {
  color: #d1cfce;
}
.mojang-studios-footer .nav a:hover, .mojang-studios-footer .nav a:focus, .mojang-studios-footer .nav a:active {
  color: #d1cfce;
}
.mojang-studios-footer .nav a:active {
  color: #d1cfce;
}
.mojang-studios-footer .nav a:hover {
  background-color: transparent;
  text-shadow: none;
}
@media (max-width: 575.98px) {
  .mojang-studios-footer .nav-pills {
    margin-bottom: 6px;
  }
  .mojang-studios-footer .nav-pills li {
    margin: 2px 0;
  }
}
.mojang-studios-footer .with-divider {
  padding-right: 0;
  border-right: none;
}
.mojang-studios-footer .with-divider li {
  border-right: 1px solid #d1cfce;
  padding: 0 0.5em;
}
.mojang-studios-footer .with-divider li:last-child {
  border-right: none;
}
.mojang-studios-footer .icon-xbox-game-studios {
  width: 90px;
  height: 50px;
}
.mojang-studios-footer .icon-esrb {
  height: 55px;
  width: 120px;
}
.mojang-studios-footer .icon-cero-a {
  height: 90px;
  width: 55px;
}
.mojang-studios-footer .icon-mojang-studios {
  width: 60px;
  height: 50px;
}
@media (min-width: 768px) {
  .mojang-studios-footer .rating-container {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.mojang-studios-tall-footer .icon-xbox-game-studios {
  max-width: 140px;
  height: 110px;
}
.mojang-studios-tall-footer .icon-esrb {
  max-height: 90px;
  max-width: 170px;
}
.mojang-studios-tall-footer .icon-mojang-studios {
  height: 110px;
  max-width: 140px;
}
@media (min-width: 768px) {
  .mojang-studios-tall-footer .footer-container {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 2em;
  }
  .mojang-studios-tall-footer .footer-studio-logos {
    grid-column: 1;
    grid-row: 1;
    flex-direction: column;
  }
  .mojang-studios-tall-footer .footer-links {
    grid-column: 2;
    grid-row: 1;
  }
  .mojang-studios-tall-footer .footer-copyright {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (min-width: 1200px) {
  .mojang-studios-tall-footer .footer-container {
    grid-template-columns: 2fr 3fr;
  }
  .mojang-studios-tall-footer .footer-copyright {
    grid-column: 1;
    grid-row: 2;
  }
  .mojang-studios-tall-footer .footer-studio-logos {
    flex-direction: row;
  }
  .mojang-studios-tall-footer .footer-links {
    grid-row: 1/span 2;
  }
  .mojang-studios-tall-footer .icon-xbox-game-studios {
    max-width: 180px;
  }
}

.ms-footer {
  font-family: "Segoe UI", sans-serif;
  background-color: #313131;
  padding: 1.3rem 0;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 992px) {
  .ms-footer {
    padding: 2rem 0;
  }
}
.ms-footer a {
  color: #fff;
}
.ms-footer li {
  position: static;
  white-space: nowrap;
}
.ms-footer .ms-footer__language-selector .ms-footer__language-selector-link {
  display: inline-block;
  padding: 6px 0;
}
@media (min-width: 576px) {
  .ms-footer .ms-footer__language-selector .ms-footer__language-selector-link {
    padding: 1px 0;
  }
}
.ms-footer .ms-footer__language-selector .ms-footer__language-selector-list {
  margin: 0;
}
.ms-footer .ms-footer__language-selector .ms-footer__language-selector-form {
  padding: 10px 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ms-footer .ms-links {
  margin: 10px 0;
}
@media (min-width: 992px) {
  .ms-footer .ms-links {
    margin: 0;
  }
}
.ms-footer .ms-links .ms-links__link {
  margin-bottom: 4px;
  margin-right: 20px;
}
.ms-footer .ms-links .ms-links__links--locale {
  display: flex;
  align-items: center;
}
.ms-footer .ms-links .ms-links__links--locale .ms-links__links--locale-icon {
  margin-right: 5px;
}
.ms-footer .ms-links .ms-links__links--locale .ms-links__links--locale-text {
  position: relative;
}
.ms-footer .icon-microsoft {
  width: 105px;
  height: 25px;
}

#language-selector {
  display: none;
  position: relative;
}
#language-selector::after {
  height: 20px;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  background-image: linear-gradient(transparent, #2f2f2f);
}

.attribution {
  width: 100%;
  padding-bottom: 15px;
}
.attribution .attribution__avatar {
  height: 140px;
}
.attribution img {
  width: 82px;
  float: left;
}

@media (max-width: 991.98px) {
  .attribution__details dt {
    float: left;
    clear: left;
  }
  .attribution__details dd {
    float: left;
  }
}
.attributed-quote {
  position: relative;
  border: 10px solid black;
  padding: 20px;
}
.attributed-quote::before {
  background-image: url(./assets/svg/icons/pixel-begin-quote.svg);
  top: -19px;
  left: -19px;
}
.attributed-quote::after {
  background-image: url(./assets/svg/icons/pixel-end-quote.svg);
  right: -19px;
  bottom: -19px;
}
.attributed-quote cite {
  margin-top: 5px;
  font-style: normal;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
}

.attributed-quote__text {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}

.attributed-quote__image {
  float: left;
  max-height: 92px;
  margin-top: 4px;
  margin-bottom: 0;
  margin-right: 7px;
}

.page-section {
  position: relative;
  padding: 4rem 0;
}
.page-section--half-spacing {
  padding: 2rem 0;
}
.page-section--half-top-spacing {
  padding-top: 2rem;
}
.page-section--first {
  padding-top: 2.75rem;
}
.page-section--double-spacing {
  padding: 156px 0;
}
.page-section--no-top-spacing {
  padding-top: 0 !important;
}
.page-section--no-bottom-spacing {
  padding-bottom: 0;
}
.page-section--no-overflow {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .page-section {
    padding: 44px 0;
  }
  .page-section--first {
    padding-top: 28px;
  }
  .page-section--no-bottom-spacing {
    padding-bottom: 0;
  }
}
.page-section h1,
.page-section > .container > .row:first-child > div > :first-child {
  margin-top: 0;
}

.countdown-wrapper {
  margin: 20px 0;
}

.countdown {
  margin-left: auto;
  margin-right: auto;
  grid-template-rows: repeat(2, 130px);
  grid-template-columns: repeat(2, 130px);
  justify-items: center;
  justify-content: center;
  width: 260px;
}
@media (min-width: 576px) {
  .countdown {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.countdown .countdown__dimension {
  display: inline-block;
}
.countdown .figures {
  margin: 0.7rem;
  width: 95px;
  height: 95px;
  background-image: url(./assets/svg/shapes/square-like.svg);
  color: #000;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.countdown .figures .title {
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5px;
}
.countdown .figure {
  position: relative;
  float: left;
  font-size: 40px;
  line-height: 40px;
  text-shadow: 0 3px 0 #fff;
  text-align: center;
  margin-right: 2px;
  background: transparent;
  display: inline-block;
}
.countdown .figure:last-child {
  margin-right: 0;
}

.countdown--black .figures {
  background-image: url(./assets/svg/shapes/square-like-black.svg);
}

.countdown--small .figures {
  margin: 0.1rem;
  width: 50px;
  height: 50px;
}
.countdown--small .figures .title {
  margin-top: 0px;
}
.countdown--small .figure {
  font-size: 20px;
  line-height: 25px;
  margin-right: 0px;
  text-shadow: none;
}

.counter {
  position: relative;
  overflow: hidden;
  font-size: 90px;
  font-weight: bold;
  line-height: 90px;
  margin: 20px 0 !important;
  height: 100px;
}
@media (max-width: 767.98px) {
  .counter {
    font-size: 38px;
  }
}

.counter__digit-container {
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
  transform: translateZ(0);
}

.counter__digit {
  display: inline-block;
  width: 62px;
  height: 90px;
  position: relative;
}
@media (max-width: 767.98px) {
  .counter__digit {
    width: 24px;
  }
}

.counter__digit-column {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 9px;
}
@media (max-width: 767.98px) {
  .counter__digit-column {
    left: 0;
  }
}

.counter__digit-column span {
  display: block;
  width: 100%;
  text-align: center;
}

.counter__digit--separator {
  width: 36px;
  opacity: 0;
  transition: width 0.66s cubic-bezier(0.1, 0.55, 0, 1.1), opacity 0.8s ease-out;
}

.counter__svg-container {
  height: 0;
}

.area-overlay-background, .area-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.area-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.area-overlay-background {
  opacity: 0.75;
  z-index: -1;
}

.preloader {
  text-align: center;
}
.preloader p {
  font-size: 1.2em;
  margin-top: 1.3rem;
  margin-bottom: 0;
}

.area-overlay .preloader {
  padding: 1rem 2rem;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2) inset;
}
.text-light .area-overlay .preloader {
  background: #000;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35) inset;
}
.text-light .area-overlay .preloader .square {
  background: #a0e080;
}

/*
Copyright (c) 2015 by Tashfeen Ahmad (http://codepen.io/tashfene/pen/medPdY)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.bigsquare {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-animation: bigSqrShrink 1s linear infinite;
  animation: bigSqrShrink 1s linear infinite;
}
.bigsquare .square {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #3c8527;
}
.bigsquare .first {
  left: 0;
  top: 20px;
}
.bigsquare .second {
  left: 20px;
  top: 20px;
  animation: drop2 1s linear infinite;
}
.bigsquare .third {
  left: 0;
  top: 0;
  animation: drop3 1s linear infinite;
}
.bigsquare .fourth {
  left: 20px;
  top: 0;
  animation: drop4 1s linear infinite;
}

@keyframes bigSqrShrink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes drop2 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  25% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes drop3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes drop4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  75% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.svg-logo {
  overflow: unset !important;
}
.svg-logo use {
  fill: currentColor;
}

/*# sourceMappingURL=mojang-theme.css.map */
