@font-face {
  font-family: markpro;
  src: url("../fonts/MarkPro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: markpro;
  src: url("../fonts/MarkPro-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: markpro;
  src: url("../fonts/MarkPro-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: markpro;
  src: url("../fonts/MarkPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: markpro;
  src: url("../fonts/MarkPro-Heavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: markpro;
  src: url("../fonts/MarkPro-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: markpro;
  src: url("../fonts/MarkPro-Ultra.otf") format("opentype");
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #0070d2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #c00;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #008827;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #00a1e0;
  --secondary: #6c757d;
  --success: #008827;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #c00;
  --light: #f8f9fa;
  --dark: #361f1a;
  --breakpoint-xs: 0;
  --breakpoint-sm: 600px;
  --breakpoint-md: 1000px;
  --breakpoint-lg: 1400px;
  --breakpoint-xl: 1680px;
  --font-family-sans-serif: -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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  color: #212529;
  text-align: left;
  background-color: #f9f9f9;
  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;
}

[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: .5rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #444;
  background-color: #0000;
  text-decoration: none;
}

a:hover {
  color: #1e1e1e;
  text-decoration: underline;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[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 {
  border-style: none;
  padding: 0;
}

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

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

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

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

textarea {
  resize: vertical;
  overflow: auto;
}

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

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

progress {
  vertical-align: baseline;
}

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

[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 {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  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 {
  border: 0;
  border-top: 1px solid #ccc;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

small, .small {
  font-size: .875em;
  font-weight: 400;
}

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

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

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

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

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

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

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

.blockquote-footer:before {
  content: "\2014 ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (width >= 1000px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (width >= 1400px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 940px;
  }
}

@media (width >= 1680px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

.container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1440px;
}

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

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

.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 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 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.col {
  flex-grow: 1;
  flex-basis: 0;
  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.3333%;
  max-width: 33.3333%;
}

.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.6667%;
  max-width: 16.6667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 600px) {
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    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.3333%;
    max-width: 33.3333%;
  }

  .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.6667%;
    max-width: 16.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 1000px) {
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    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.3333%;
    max-width: 33.3333%;
  }

  .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.6667%;
    max-width: 16.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 1400px) {
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    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.3333%;
    max-width: 33.3333%;
  }

  .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.6667%;
    max-width: 16.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 1680px) {
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    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.3333%;
    max-width: 33.3333%;
  }

  .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.6667%;
    max-width: 16.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  color: #212529;
  width: 100%;
  margin-bottom: 1rem;
}

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

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

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

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

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

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

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

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

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
  border-color: #7aceef;
}

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

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

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

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

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

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
  border-color: #7ac18f;
}

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

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

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
  border-color: #86cfda;
}

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

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

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
  border-color: #ffdf7e;
}

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

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

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
  border-color: #e47a7a;
}

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

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

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

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

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

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
  border-color: #968b88;
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #ccc;
}

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

.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #454d55;
}

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

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

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

@media (width <= 599.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    display: block;
    overflow-x: auto;
  }

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

@media (width <= 999.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    display: block;
    overflow-x: auto;
  }

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

@media (width <= 1399.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    display: block;
    overflow-x: auto;
  }

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

@media (width <= 1679.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    display: block;
    overflow-x: auto;
  }

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

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

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

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

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

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #61d2ff;
  outline: 0;
  box-shadow: 0 0 0 .2rem #00a1e040;
}

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

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

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: #0000;
  text-shadow: 0 0 #495057;
}

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

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

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

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

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

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

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

.form-control-sm {
  border-radius: .1875rem;
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

.valid-feedback {
  color: #008827;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.valid-tooltip {
  z-index: 5;
  color: #fff;
  background-color: #008827e6;
  border-radius: .1875rem;
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

.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 {
  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='%23008827' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  border-color: #008827;
  padding-right: calc(1.5em + .75rem) !important;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #008827;
  box-shadow: 0 0 0 .2rem #00882740;
}

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

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .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='%23008827' 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") right 1.75rem center / calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
  border-color: #008827;
  padding-right: calc(.75em + 2.3125rem) !important;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #008827;
  box-shadow: 0 0 0 .2rem #00882740;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #008827;
}

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

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

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

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

.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, .was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #008827;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #008827;
  box-shadow: 0 0 0 .2rem #00882740;
}

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

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

.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 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c00' 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='%23c00' stroke='none'/%3e%3c/svg%3e");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  border-color: #c00;
  padding-right: calc(1.5em + .75rem) !important;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #c00;
  box-shadow: 0 0 0 .2rem #cc000040;
}

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

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .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='%23c00' 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='%23c00' stroke='none'/%3e%3c/svg%3e") right 1.75rem center / calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
  border-color: #c00;
  padding-right: calc(.75em + 2.3125rem) !important;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #c00;
  box-shadow: 0 0 0 .2rem #cc000040;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #c00;
}

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

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before, .custom-control-input.is-invalid:checked ~ .custom-control-label:before {
  background-color: red;
  border-color: red;
}

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

.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, .was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #c00;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #c00;
  box-shadow: 0 0 0 .2rem #cc000040;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn:hover {
  color: #212529;
  text-decoration: none;
}

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

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

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

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

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

.btn-primary:hover {
  color: #fff;
  background-color: #0086ba;
  border-color: #007cad;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0086ba;
  border-color: #007cad;
  box-shadow: 0 0 0 .2rem #26afe580;
}

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

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #007cad;
  border-color: #0073a0;
}

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

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

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

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 .2rem #828a9180;
}

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

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

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

.btn-success {
  color: #fff;
  background-color: #008827;
  border-color: #008827;
}

.btn-success:hover {
  color: #fff;
  background-color: #00621c;
  border-color: #005518;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #00621c;
  border-color: #005518;
  box-shadow: 0 0 0 .2rem #269a4780;
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #008827;
  border-color: #008827;
}

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

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

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

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

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 .2rem #3ab0c380;
}

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

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

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

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

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 .2rem #deaa0c80;
}

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

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

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

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

.btn-danger:hover {
  color: #fff;
  background-color: #a60000;
  border-color: #900;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #a60000;
  border-color: #900;
  box-shadow: 0 0 0 .2rem #d4262680;
}

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

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

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

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

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 .2rem #d8d9db80;
}

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

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

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

.btn-dark {
  color: #fff;
  background-color: #361f1a;
  border-color: #361f1a;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1c100e;
  border-color: #140b09;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #1c100e;
  border-color: #140b09;
  box-shadow: 0 0 0 .2rem #54413c80;
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #361f1a;
  border-color: #361f1a;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #140b09;
  border-color: #0b0605;
}

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

.btn-outline-primary {
  color: #00a1e0;
  border-color: #00a1e0;
}

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-success {
  color: #008827;
  border-color: #008827;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #008827;
  border-color: #008827;
}

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

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

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

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

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

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

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

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

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

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

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

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

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

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

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

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

.btn-outline-danger {
  color: #c00;
  border-color: #c00;
}

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

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

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

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

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

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

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

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

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

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

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

.btn-outline-dark {
  color: #361f1a;
  border-color: #361f1a;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #361f1a;
  border-color: #361f1a;
}

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

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #361f1a;
  background-color: #0000;
}

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

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

.btn-link {
  color: #444;
  font-weight: 400;
  text-decoration: none;
}

.btn-link:hover {
  color: #1e1e1e;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

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

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

.btn-sm, .btn-group-sm > .btn {
  border-radius: .1875rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

.collapsing.width {
  width: 0;
  height: auto;
  transition: width .35s;
}

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

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

.dropdown-toggle {
  white-space: nowrap;
}

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

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

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

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

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

@media (width >= 600px) {
  .dropdown-menu-sm-left {
    left: 0;
    right: auto;
  }

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

@media (width >= 1000px) {
  .dropdown-menu-md-left {
    left: 0;
    right: auto;
  }

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

@media (width >= 1400px) {
  .dropdown-menu-lg-left {
    left: 0;
    right: auto;
  }

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

@media (width >= 1680px) {
  .dropdown-menu-xl-left {
    left: 0;
    right: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}

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

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

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

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

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

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: #0000;
}

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

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

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

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

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

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

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

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

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

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

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

.dropdown-toggle-split {
  padding-left: .5625rem;
  padding-right: .5625rem;
}

.dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}

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

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

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

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

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

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

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

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

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

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

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

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

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

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

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

.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label:after, .input-group.has-validation > .form-control:nth-last-child(n+3), .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label, .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

.input-group-prepend .btn: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 {
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .1875rem;
  align-items: center;
  margin-bottom: 0;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

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

.input-group-lg > .form-control: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 {
  border-radius: .1875rem;
  padding: .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 + .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 {
  border-radius: .1875rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

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

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

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

.custom-control {
  z-index: 1;
  print-color-adjust: exact;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  display: block;
  position: relative;
}

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

.custom-control-input {
  z-index: -1;
  opacity: 0;
  width: 1rem;
  height: 1.25rem;
  position: absolute;
  left: 0;
}

.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: #00a1e0;
  border-color: #00a1e0;
}

.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 .2rem #00a1e040;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #61d2ff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  color: #fff;
  background-color: #94e1ff;
  border-color: #94e1ff;
}

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

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

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

.custom-control-label:before {
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: .25rem;
  left: -1.5rem;
}

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

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  background-color: #00a1e0;
  border-color: #00a1e0;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before, .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: #00a1e080;
}

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

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: #00a1e080;
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label:before {
  pointer-events: all;
  border-radius: .5rem;
  width: 1.75rem;
  left: -2.25rem;
}

.custom-switch .custom-control-label:after {
  background-color: #adb5bd;
  border-radius: .5rem;
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  top: calc(.25rem + 2px);
  left: calc(2px - 2.25rem);
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label:after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  transform: translateX(.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: #00a1e080;
}

.custom-select {
  color: #495057;
  vertical-align: middle;
  appearance: none;
  background: #fff 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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center / 8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: .1875rem;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
}

.custom-select:focus {
  border-color: #61d2ff;
  outline: 0;
  box-shadow: 0 0 0 .2rem #00a1e040;
}

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

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

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

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: #0000;
  text-shadow: 0 0 #495057;
}

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

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

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #61d2ff;
  box-shadow: 0 0 0 .2rem #00a1e040;
}

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

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

.custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}

.custom-file-label {
  z-index: 1;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .1875rem;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.custom-file-label:after {
  z-index: 3;
  color: #495057;
  content: "Browse";
  border-left: inherit;
  background-color: #e9ecef;
  border-radius: 0 .1875rem .1875rem 0;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

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

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

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 .2rem #00a1e040;
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 .2rem #00a1e040;
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 .2rem #00a1e040;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

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

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

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

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

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs .nav-link {
  background-color: #0000;
  border: 0 solid #0000;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 0;
}

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

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

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f9f9f9;
  border-color: #dee2e6 #dee2e6 #f9f9f9;
}

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

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: .1875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width <= 599.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

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

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

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

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

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

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

@media (width <= 999.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (width >= 1000px) {
  .navbar-expand-md {
    flex-flow: row;
    justify-content: flex-start;
  }

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

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

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

  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

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

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

@media (width <= 1399.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (width >= 1400px) {
  .navbar-expand-lg {
    flex-flow: row;
    justify-content: flex-start;
  }

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

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

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

  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

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

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

@media (width <= 1679.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (width >= 1680px) {
  .navbar-expand-xl {
    flex-flow: row;
    justify-content: flex-start;
  }

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

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

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

  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

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

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

.navbar-expand {
  flex-flow: row;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

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

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

.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #000000e6;
}

.navbar-light .navbar-nav .nav-link {
  color: #00000080;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #000000b3;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: #0000004d;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: #000000e6;
}

.navbar-light .navbar-toggler {
  color: #00000080;
  border-color: #0000001a;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%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: #00000080;
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #000000e6;
}

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

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff80;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #ffffffbf;
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: #ffffff40;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: #ffffff80;
  border-color: #ffffff1a;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%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: #ffffff80;
}

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

.card {
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #00000020;
  border-radius: .1875rem;
  flex-direction: column;
  min-width: 0;
  display: flex;
  position: relative;
}

.card > hr {
  margin-left: 0;
  margin-right: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.1875rem - 1px);
  border-top-right-radius: calc(.1875rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.1875rem - 1px);
  border-bottom-left-radius: calc(.1875rem - 1px);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

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

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

.card-header {
  background-color: #fff;
  border-bottom: 1px solid #00000020;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
}

.card-header:first-child {
  border-radius: calc(.1875rem - 1px) calc(.1875rem - 1px) 0 0;
}

.card-footer {
  background-color: #fff;
  border-top: 1px solid #00000020;
  padding: .75rem 1.25rem;
}

.card-footer:last-child {
  border-radius: 0 0 calc(.1875rem - 1px) calc(.1875rem - 1px);
}

.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  margin-right: -.625rem;
}

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

.card-img-overlay {
  border-radius: calc(.1875rem - 1px);
  padding: 1.25rem;
  position: absolute;
  inset: 0;
}

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

.card-img, .card-img-top {
  border-top-left-radius: calc(.1875rem - 1px);
  border-top-right-radius: calc(.1875rem - 1px);
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(.1875rem - 1px);
  border-bottom-left-radius: calc(.1875rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (width >= 600px) {
  .card-deck {
    flex-flow: wrap;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
  }

  .card-deck .card {
    flex: 1 0;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (width >= 600px) {
  .card-group {
    flex-flow: wrap;
    display: flex;
  }

  .card-group > .card {
    flex: 1 0;
    margin-bottom: 0;
  }

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

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

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

  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: .75rem;
}

@media (width >= 600px) {
  .card-columns {
    column-count: 3;
    orphans: 1;
    widows: 1;
    column-gap: 1.25rem;
  }

  .card-columns .card {
    width: 100%;
    display: inline-block;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  background-color: #0000;
  border-radius: .1875rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: .75rem 1rem;
  list-style: none;
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

.breadcrumb-item + .breadcrumb-item:before {
  float: left;
  color: #6c757d;
  content: "/";
  padding-right: .5rem;
}

.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  border-radius: .1875rem;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.page-link {
  color: #444;
  background-color: #fff;
  border: 1px solid #dee2e6;
  margin-left: -1px;
  padding: .5rem .75rem;
  line-height: 1.25;
  display: block;
  position: relative;
}

.page-link:hover {
  z-index: 2;
  color: #1e1e1e;
  background-color: #e9ecef;
  border-color: #dee2e6;
  text-decoration: none;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 .2rem #00a1e040;
}

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00a1e0;
  border-color: #00a1e0;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

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

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

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

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

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

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

.badge {
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .1875rem;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-block;
}

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

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

.badge:empty {
  display: none;
}

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

.badge-pill {
  border-radius: 10rem;
  padding-left: .6em;
  padding-right: .6em;
}

.badge-primary {
  color: #fff;
  background-color: #00a1e0;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #007cad;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #00a1e080;
}

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

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

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

.badge-success {
  color: #fff;
  background-color: #008827;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #005518;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #00882780;
}

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

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

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

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #ffc10780;
}

.badge-danger {
  color: #fff;
  background-color: #c00;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #900;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #cc000080;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #f8f9fa80;
}

.badge-dark {
  color: #fff;
  background-color: #361f1a;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #140b09;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #361f1a80;
}

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

@media (width >= 600px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

.alert {
  border: 1px solid #0000;
  border-radius: .1875rem;
  margin-bottom: 1rem;
  padding: .75rem 1.25rem;
  position: relative;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-primary {
  color: #005474;
  background-color: #ccecf9;
  border-color: #b8e5f6;
}

.alert-primary hr {
  border-top-color: #a1dcf4;
}

.alert-primary .alert-link {
  color: #002f41;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cccf;
}

.alert-secondary .alert-link {
  color: #212326;
}

.alert-success {
  color: #004714;
  background-color: #cce7d4;
  border-color: #b8dec3;
}

.alert-success hr {
  border-top-color: #a6d6b4;
}

.alert-success .alert-link {
  color: #001406;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c32;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe7a0;
}

.alert-warning .alert-link {
  color: #533f02;
}

.alert-danger {
  color: #6a0000;
  background-color: #f5cccc;
  border-color: #f1b8b8;
}

.alert-danger hr {
  border-top-color: #eca2a2;
}

.alert-danger .alert-link {
  color: #370000;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #eef1f3;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1c100e;
  background-color: #d7d2d1;
  border-color: #c7c0bf;
}

.alert-dark hr {
  border-top-color: #bbb3b1;
}

.alert-dark .alert-link {
  color: #000;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  background-color: #e9ecef;
  border-radius: .1875rem;
  height: 1rem;
  font-size: .75rem;
  line-height: 0;
  display: flex;
  overflow: hidden;
}

.progress-bar {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00a1e0;
  flex-direction: column;
  justify-content: center;
  transition: width .6s;
  display: flex;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.media-body {
  flex: 1;
}

.list-group {
  border-radius: .1875rem;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-group-item-action {
  color: #495057;
  width: 100%;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  background-color: #f8f9fa;
  text-decoration: none;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

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

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

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #00a1e0;
  border-color: #00a1e0;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  border-top-width: 1px;
  margin-top: -1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: .1875rem;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: .1875rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  border-left-width: 1px;
  margin-left: -1px;
}

@media (width >= 600px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: .1875rem;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: .1875rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (width >= 1000px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: .1875rem;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: .1875rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (width >= 1400px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: .1875rem;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: .1875rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (width >= 1680px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: .1875rem;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: .1875rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

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

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

.list-group-item-primary {
  color: #005474;
  background-color: #b8e5f6;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #005474;
  background-color: #a1dcf4;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #005474;
  border-color: #005474;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cccf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #004714;
  background-color: #b8dec3;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #004714;
  background-color: #a6d6b4;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #004714;
  border-color: #004714;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe7a0;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #6a0000;
  background-color: #f1b8b8;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #6a0000;
  background-color: #eca2a2;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #6a0000;
  border-color: #6a0000;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #eef1f3;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1c100e;
  background-color: #c7c0bf;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1c100e;
  background-color: #bbb3b1;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1c100e;
  border-color: #1c100e;
}

.close {
  float: right;
  color: #000;
  text-shadow: 0 1px #fff;
  opacity: .5;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

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

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  pointer-events: none;
  width: auto;
  margin: .5rem;
  position: relative;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  max-height: calc(100% - 1rem);
  display: flex;
}

.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 {
  align-items: center;
  min-height: calc(100% - 1rem);
  display: flex;
}

.modal-dialog-centered:before {
  content: "";
  height: min-content;
  display: block;
}

.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 {
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: .1875rem;
  outline: 0;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .5;
}

.modal-header {
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.1875rem - 1px);
  border-top-right-radius: calc(.1875rem - 1px);
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
}

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

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

.modal-footer {
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.1875rem - 1px);
  border-bottom-left-radius: calc(.1875rem - 1px);
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: .75rem;
  display: flex;
}

.modal-footer > * {
  margin: .25rem;
}

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

@media (width >= 600px) {
  .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: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (width >= 1400px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}

@media (width >= 1680px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  z-index: 1070;
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  word-wrap: break-word;
  opacity: 0;
  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: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  position: absolute;
}

.tooltip.show {
  opacity: .9;
}

.tooltip .arrow {
  width: .8rem;
  height: .4rem;
  display: block;
  position: absolute;
}

.tooltip .arrow:before {
  content: "";
  border-style: solid;
  border-color: #0000;
  position: absolute;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: .4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow:before, .bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-width: .4rem .4rem 0;
  border-top-color: #000;
  top: 0;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 .4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  width: .4rem;
  height: .8rem;
  left: 0;
}

.bs-tooltip-right .arrow:before, .bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
  right: 0;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: .4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow:before, .bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
  bottom: 0;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 .4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  width: .4rem;
  height: .8rem;
  right: 0;
}

.bs-tooltip-left .arrow:before, .bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
  left: 0;
}

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

.popover {
  z-index: 1060;
  text-align: left;
  text-align: start;
  max-width: 276px;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: .1875rem;
  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: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.popover .arrow {
  width: 1rem;
  height: .5rem;
  margin: 0 .1875rem;
  display: block;
  position: absolute;
}

.popover .arrow:before, .popover .arrow:after {
  content: "";
  border-style: solid;
  border-color: #0000;
  display: block;
  position: absolute;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: .5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-.5rem - 1px);
}

.bs-popover-top > .arrow:before, .bs-popover-auto[x-placement^="top"] > .arrow:before {
  border-width: .5rem .5rem 0;
  border-top-color: #00000040;
  bottom: 0;
}

.bs-popover-top > .arrow:after, .bs-popover-auto[x-placement^="top"] > .arrow:after {
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
  bottom: 1px;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: .5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  width: .5rem;
  height: 1rem;
  margin: .1875rem 0;
  left: calc(-.5rem - 1px);
}

.bs-popover-right > .arrow:before, .bs-popover-auto[x-placement^="right"] > .arrow:before {
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #00000040;
  left: 0;
}

.bs-popover-right > .arrow:after, .bs-popover-auto[x-placement^="right"] > .arrow:after {
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
  left: 1px;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: .5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-.5rem - 1px);
}

.bs-popover-bottom > .arrow:before, .bs-popover-auto[x-placement^="bottom"] > .arrow:before {
  border-width: 0 .5rem .5rem;
  border-bottom-color: #00000040;
  top: 0;
}

.bs-popover-bottom > .arrow:after, .bs-popover-auto[x-placement^="bottom"] > .arrow:after {
  border-width: 0 .5rem .5rem;
  border-bottom-color: #fff;
  top: 1px;
}

.bs-popover-bottom .popover-header:before, .bs-popover-auto[x-placement^="bottom"] .popover-header:before {
  content: "";
  border-bottom: 1px solid #f7f7f7;
  width: 1rem;
  margin-left: -.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: .5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  width: .5rem;
  height: 1rem;
  margin: .1875rem 0;
  right: calc(-.5rem - 1px);
}

.bs-popover-left > .arrow:before, .bs-popover-auto[x-placement^="left"] > .arrow:before {
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #00000040;
  right: 0;
}

.bs-popover-left > .arrow:after, .bs-popover-auto[x-placement^="left"] > .arrow:after {
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
  right: 1px;
}

.popover-header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.1875rem - 1px);
  border-top-right-radius: calc(.1875rem - 1px);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
}

.popover-header:empty {
  display: none;
}

.popover-body {
  color: #212529;
  padding: .5rem .75rem;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

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

.carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}

.carousel-item {
  float: left;
  backface-visibility: hidden;
  width: 100%;
  margin-right: -100%;
  transition: transform .6s ease-in-out;
  display: none;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev, .carousel-control-next {
  z-index: 1;
  color: #fff;
  text-align: center;
  opacity: .5;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  width: 15%;
  padding: 0;
  transition: opacity .15s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none;
  }
}

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

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background: 50% / 100% 100% no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  z-index: 15;
  justify-content: center;
  margin-left: 15%;
  margin-right: 15%;
  padding-left: 0;
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.carousel-indicators li {
  box-sizing: content-box;
  text-indent: -999px;
  cursor: pointer;
  opacity: .5;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid #0000;
  border-bottom: 10px solid #0000;
  flex: 0 auto;
  width: 30px;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  transition: opacity .6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  z-index: 10;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 20px;
  left: 15%;
  right: 15%;
}

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

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

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

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

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

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

.bg-primary {
  background-color: #00a1e0 !important;
}

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

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

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

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

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

.bg-info {
  background-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !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: #00a1e0 !important;
}

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

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

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 600px) {
  .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 (width >= 1000px) {
  .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 (width >= 1400px) {
  .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 (width >= 1680px) {
  .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 {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.embed-responsive:before {
  content: "";
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 600px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 1000px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 1400px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 1680px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 600px) {
  .float-sm-left {
    float: left !important;
  }

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

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

@media (width >= 1000px) {
  .float-md-left {
    float: left !important;
  }

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

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

@media (width >= 1400px) {
  .float-lg-left {
    float: left !important;
  }

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

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

@media (width >= 1680px) {
  .float-xl-left {
    float: left !important;
  }

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

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

.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}

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

.user-select-none {
  -webkit-user-select: none !important;
  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 {
  z-index: 1030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

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

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

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

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

.shadow-sm {
  box-shadow: 0 .125rem .25rem #00000013 !important;
}

.shadow {
  box-shadow: 0 .5rem 1rem #00000026 !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem #0000002d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-2, .mx-2 {
  margin-left: .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: .25rem !important;
}

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

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

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

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

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

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

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

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

.pl-2, .px-2 {
  padding-left: .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: -.25rem !important;
}

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

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

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

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

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

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

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

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

.ml-n2, .mx-n2 {
  margin-left: -.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 (width >= 600px) {
  .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: .25rem !important;
  }

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

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

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

  .ml-sm-1, .mx-sm-1 {
    margin-left: .25rem !important;
  }

  .m-sm-2 {
    margin: .5rem !important;
  }

  .mt-sm-2, .my-sm-2 {
    margin-top: .5rem !important;
  }

  .mr-sm-2, .mx-sm-2 {
    margin-right: .5rem !important;
  }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem !important;
  }

  .ml-sm-2, .mx-sm-2 {
    margin-left: .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: .25rem !important;
  }

  .pt-sm-1, .py-sm-1 {
    padding-top: .25rem !important;
  }

  .pr-sm-1, .px-sm-1 {
    padding-right: .25rem !important;
  }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem !important;
  }

  .pl-sm-1, .px-sm-1 {
    padding-left: .25rem !important;
  }

  .p-sm-2 {
    padding: .5rem !important;
  }

  .pt-sm-2, .py-sm-2 {
    padding-top: .5rem !important;
  }

  .pr-sm-2, .px-sm-2 {
    padding-right: .5rem !important;
  }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem !important;
  }

  .pl-sm-2, .px-sm-2 {
    padding-left: .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: -.25rem !important;
  }

  .mt-sm-n1, .my-sm-n1 {
    margin-top: -.25rem !important;
  }

  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -.25rem !important;
  }

  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -.25rem !important;
  }

  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -.25rem !important;
  }

  .m-sm-n2 {
    margin: -.5rem !important;
  }

  .mt-sm-n2, .my-sm-n2 {
    margin-top: -.5rem !important;
  }

  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -.5rem !important;
  }

  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -.5rem !important;
  }

  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -.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 (width >= 1000px) {
  .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: .25rem !important;
  }

  .mt-md-1, .my-md-1 {
    margin-top: .25rem !important;
  }

  .mr-md-1, .mx-md-1 {
    margin-right: .25rem !important;
  }

  .mb-md-1, .my-md-1 {
    margin-bottom: .25rem !important;
  }

  .ml-md-1, .mx-md-1 {
    margin-left: .25rem !important;
  }

  .m-md-2 {
    margin: .5rem !important;
  }

  .mt-md-2, .my-md-2 {
    margin-top: .5rem !important;
  }

  .mr-md-2, .mx-md-2 {
    margin-right: .5rem !important;
  }

  .mb-md-2, .my-md-2 {
    margin-bottom: .5rem !important;
  }

  .ml-md-2, .mx-md-2 {
    margin-left: .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: .25rem !important;
  }

  .pt-md-1, .py-md-1 {
    padding-top: .25rem !important;
  }

  .pr-md-1, .px-md-1 {
    padding-right: .25rem !important;
  }

  .pb-md-1, .py-md-1 {
    padding-bottom: .25rem !important;
  }

  .pl-md-1, .px-md-1 {
    padding-left: .25rem !important;
  }

  .p-md-2 {
    padding: .5rem !important;
  }

  .pt-md-2, .py-md-2 {
    padding-top: .5rem !important;
  }

  .pr-md-2, .px-md-2 {
    padding-right: .5rem !important;
  }

  .pb-md-2, .py-md-2 {
    padding-bottom: .5rem !important;
  }

  .pl-md-2, .px-md-2 {
    padding-left: .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: -.25rem !important;
  }

  .mt-md-n1, .my-md-n1 {
    margin-top: -.25rem !important;
  }

  .mr-md-n1, .mx-md-n1 {
    margin-right: -.25rem !important;
  }

  .mb-md-n1, .my-md-n1 {
    margin-bottom: -.25rem !important;
  }

  .ml-md-n1, .mx-md-n1 {
    margin-left: -.25rem !important;
  }

  .m-md-n2 {
    margin: -.5rem !important;
  }

  .mt-md-n2, .my-md-n2 {
    margin-top: -.5rem !important;
  }

  .mr-md-n2, .mx-md-n2 {
    margin-right: -.5rem !important;
  }

  .mb-md-n2, .my-md-n2 {
    margin-bottom: -.5rem !important;
  }

  .ml-md-n2, .mx-md-n2 {
    margin-left: -.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 (width >= 1400px) {
  .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: .25rem !important;
  }

  .mt-lg-1, .my-lg-1 {
    margin-top: .25rem !important;
  }

  .mr-lg-1, .mx-lg-1 {
    margin-right: .25rem !important;
  }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem !important;
  }

  .ml-lg-1, .mx-lg-1 {
    margin-left: .25rem !important;
  }

  .m-lg-2 {
    margin: .5rem !important;
  }

  .mt-lg-2, .my-lg-2 {
    margin-top: .5rem !important;
  }

  .mr-lg-2, .mx-lg-2 {
    margin-right: .5rem !important;
  }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem !important;
  }

  .ml-lg-2, .mx-lg-2 {
    margin-left: .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: .25rem !important;
  }

  .pt-lg-1, .py-lg-1 {
    padding-top: .25rem !important;
  }

  .pr-lg-1, .px-lg-1 {
    padding-right: .25rem !important;
  }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem !important;
  }

  .pl-lg-1, .px-lg-1 {
    padding-left: .25rem !important;
  }

  .p-lg-2 {
    padding: .5rem !important;
  }

  .pt-lg-2, .py-lg-2 {
    padding-top: .5rem !important;
  }

  .pr-lg-2, .px-lg-2 {
    padding-right: .5rem !important;
  }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem !important;
  }

  .pl-lg-2, .px-lg-2 {
    padding-left: .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: -.25rem !important;
  }

  .mt-lg-n1, .my-lg-n1 {
    margin-top: -.25rem !important;
  }

  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -.25rem !important;
  }

  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -.25rem !important;
  }

  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -.25rem !important;
  }

  .m-lg-n2 {
    margin: -.5rem !important;
  }

  .mt-lg-n2, .my-lg-n2 {
    margin-top: -.5rem !important;
  }

  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -.5rem !important;
  }

  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -.5rem !important;
  }

  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -.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 (width >= 1680px) {
  .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: .25rem !important;
  }

  .mt-xl-1, .my-xl-1 {
    margin-top: .25rem !important;
  }

  .mr-xl-1, .mx-xl-1 {
    margin-right: .25rem !important;
  }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem !important;
  }

  .ml-xl-1, .mx-xl-1 {
    margin-left: .25rem !important;
  }

  .m-xl-2 {
    margin: .5rem !important;
  }

  .mt-xl-2, .my-xl-2 {
    margin-top: .5rem !important;
  }

  .mr-xl-2, .mx-xl-2 {
    margin-right: .5rem !important;
  }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem !important;
  }

  .ml-xl-2, .mx-xl-2 {
    margin-left: .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: .25rem !important;
  }

  .pt-xl-1, .py-xl-1 {
    padding-top: .25rem !important;
  }

  .pr-xl-1, .px-xl-1 {
    padding-right: .25rem !important;
  }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem !important;
  }

  .pl-xl-1, .px-xl-1 {
    padding-left: .25rem !important;
  }

  .p-xl-2 {
    padding: .5rem !important;
  }

  .pt-xl-2, .py-xl-2 {
    padding-top: .5rem !important;
  }

  .pr-xl-2, .px-xl-2 {
    padding-right: .5rem !important;
  }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem !important;
  }

  .pl-xl-2, .px-xl-2 {
    padding-left: .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: -.25rem !important;
  }

  .mt-xl-n1, .my-xl-n1 {
    margin-top: -.25rem !important;
  }

  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -.25rem !important;
  }

  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -.25rem !important;
  }

  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -.25rem !important;
  }

  .m-xl-n2 {
    margin: -.5rem !important;
  }

  .mt-xl-n2, .my-xl-n2 {
    margin-top: -.5rem !important;
  }

  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -.5rem !important;
  }

  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -.5rem !important;
  }

  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -.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 {
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: #0000;
  position: absolute;
  inset: 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 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (width >= 600px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (width >= 1000px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (width >= 1400px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (width >= 1680px) {
  .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: #00a1e0 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #006a94 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #008827 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #003c11 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #c00 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: maroon !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #361f1a !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #020101 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: #00000080 !important;
}

.text-white-50 {
  color: #ffffff80 !important;
}

.text-hide {
  font: 0 / 0 a;
  color: #0000;
  text-shadow: none;
  background-color: #0000;
  border: 0;
}

.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;
}

@media print {
  *, :before, :after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre, blockquote {
    page-break-inside: avoid;
    border: 1px solid #adb5bd;
  }

  tr, img {
    page-break-inside: avoid;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body, .container {
    min-width: 1400px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td, .table th {
    background-color: #fff !important;
  }

  .table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color: #ccc;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #ccc;
  }
}

.carousel .icon-prev, .carousel .icon-next {
  background-color: #fff;
  width: 3rem;
  height: 3rem;
  padding-top: .24em;
  font-size: 1.875em;
}

.carousel .icon-prev:before, .carousel .icon-next:before {
  color: #000;
  font-family: FontAwesome, sans-serif;
}

.carousel .icon-prev:before {
  content: "\f104";
}

.carousel .icon-next:before {
  content: "\f105";
}

.carousel .carousel-control-prev {
  justify-content: flex-start;
}

.carousel .carousel-control-next {
  justify-content: flex-end;
}

.carousel .carousel-control-next, .carousel .carousel-control-prev {
  width: 3rem;
}

.carousel .carousel-control-next:focus, .carousel .carousel-control-prev:focus {
  outline: auto #000;
}

.nav-tabs {
  border-bottom: 1px solid #f5f5f5;
}

.nav-tabs .nav-link {
  color: #e9ecef #e9ecef #dee2e6;
  font-size: 1.1rem;
}

.nav-tabs .nav-link.active {
  border-bottom: .188em solid var(--skin-primary-color-1);
}

.card {
  margin-bottom: 1em;
}

.card-header h4 {
  margin-bottom: 0;
}

.modal .modal-body {
  flex: none;
}

dt {
  color: #495057;
  font-weight: normal;
}

.custom-checkbox .custom-control-label:before {
  background: linear-gradient(#f9f9f9, #f5f5f5);
  border: 1px solid #000;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-label:before {
  background: linear-gradient(#f5f5f5, #666);
  border: 1px solid #000;
}

.form-control.is-invalid {
  background-image: none;
}

.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (width >= 600px) and (width <= 999.98px) {
  .pull-left-sm {
    float: left;
  }

  .pull-right-sm {
    float: right;
  }
}

@media (width >= 1000px) and (width <= 1399.98px) {
  .pull-left-md {
    float: left;
  }

  .pull-right-md {
    float: right;
  }
}

@media (width >= 1400px) and (width <= 1679.98px) {
  .pull-left-lg {
    float: left;
  }

  .pull-right-lg {
    float: right;
  }
}

@media (width >= 1680px) {
  .pull-left-xl {
    float: left;
  }

  .pull-right-xl {
    float: right;
  }
}

@media (width <= 599.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (width <= 999.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (width <= 1399.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (width <= 1679.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.row.equal-height > [class^="col"] {
  display: flex;
}

.fib, .fi {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.fi {
  width: 1.33333em;
  line-height: 1em;
  display: inline-block;
  position: relative;
}

.fi:before {
  content: " ";
}

.fi.fis {
  width: 1em;
}

.fi-xx {
  background-image: url("../fonts/flags/4x3/xx.svg");
}

.fi-xx.fis {
  background-image: url("../fonts/flags/1x1/xx.svg");
}

.fi-ad {
  background-image: url("../fonts/flags/4x3/ad.svg");
}

.fi-ad.fis {
  background-image: url("../fonts/flags/1x1/ad.svg");
}

.fi-ae {
  background-image: url("../fonts/flags/4x3/ae.svg");
}

.fi-ae.fis {
  background-image: url("../fonts/flags/1x1/ae.svg");
}

.fi-af {
  background-image: url("../fonts/flags/4x3/af.svg");
}

.fi-af.fis {
  background-image: url("../fonts/flags/1x1/af.svg");
}

.fi-ag {
  background-image: url("../fonts/flags/4x3/ag.svg");
}

.fi-ag.fis {
  background-image: url("../fonts/flags/1x1/ag.svg");
}

.fi-ai {
  background-image: url("../fonts/flags/4x3/ai.svg");
}

.fi-ai.fis {
  background-image: url("../fonts/flags/1x1/ai.svg");
}

.fi-al {
  background-image: url("../fonts/flags/4x3/al.svg");
}

.fi-al.fis {
  background-image: url("../fonts/flags/1x1/al.svg");
}

.fi-am {
  background-image: url("../fonts/flags/4x3/am.svg");
}

.fi-am.fis {
  background-image: url("../fonts/flags/1x1/am.svg");
}

.fi-ao {
  background-image: url("../fonts/flags/4x3/ao.svg");
}

.fi-ao.fis {
  background-image: url("../fonts/flags/1x1/ao.svg");
}

.fi-aq {
  background-image: url("../fonts/flags/4x3/aq.svg");
}

.fi-aq.fis {
  background-image: url("../fonts/flags/1x1/aq.svg");
}

.fi-ar {
  background-image: url("../fonts/flags/4x3/ar.svg");
}

.fi-ar.fis {
  background-image: url("../fonts/flags/1x1/ar.svg");
}

.fi-as {
  background-image: url("../fonts/flags/4x3/as.svg");
}

.fi-as.fis {
  background-image: url("../fonts/flags/1x1/as.svg");
}

.fi-at {
  background-image: url("../fonts/flags/4x3/at.svg");
}

.fi-at.fis {
  background-image: url("../fonts/flags/1x1/at.svg");
}

.fi-au {
  background-image: url("../fonts/flags/4x3/au.svg");
}

.fi-au.fis {
  background-image: url("../fonts/flags/1x1/au.svg");
}

.fi-aw {
  background-image: url("../fonts/flags/4x3/aw.svg");
}

.fi-aw.fis {
  background-image: url("../fonts/flags/1x1/aw.svg");
}

.fi-ax {
  background-image: url("../fonts/flags/4x3/ax.svg");
}

.fi-ax.fis {
  background-image: url("../fonts/flags/1x1/ax.svg");
}

.fi-az {
  background-image: url("../fonts/flags/4x3/az.svg");
}

.fi-az.fis {
  background-image: url("../fonts/flags/1x1/az.svg");
}

.fi-ba {
  background-image: url("../fonts/flags/4x3/ba.svg");
}

.fi-ba.fis {
  background-image: url("../fonts/flags/1x1/ba.svg");
}

.fi-bb {
  background-image: url("../fonts/flags/4x3/bb.svg");
}

.fi-bb.fis {
  background-image: url("../fonts/flags/1x1/bb.svg");
}

.fi-bd {
  background-image: url("../fonts/flags/4x3/bd.svg");
}

.fi-bd.fis {
  background-image: url("../fonts/flags/1x1/bd.svg");
}

.fi-be {
  background-image: url("../fonts/flags/4x3/be.svg");
}

.fi-be.fis {
  background-image: url("../fonts/flags/1x1/be.svg");
}

.fi-bf {
  background-image: url("../fonts/flags/4x3/bf.svg");
}

.fi-bf.fis {
  background-image: url("../fonts/flags/1x1/bf.svg");
}

.fi-bg {
  background-image: url("../fonts/flags/4x3/bg.svg");
}

.fi-bg.fis {
  background-image: url("../fonts/flags/1x1/bg.svg");
}

.fi-bh {
  background-image: url("../fonts/flags/4x3/bh.svg");
}

.fi-bh.fis {
  background-image: url("../fonts/flags/1x1/bh.svg");
}

.fi-bi {
  background-image: url("../fonts/flags/4x3/bi.svg");
}

.fi-bi.fis {
  background-image: url("../fonts/flags/1x1/bi.svg");
}

.fi-bj {
  background-image: url("../fonts/flags/4x3/bj.svg");
}

.fi-bj.fis {
  background-image: url("../fonts/flags/1x1/bj.svg");
}

.fi-bl {
  background-image: url("../fonts/flags/4x3/bl.svg");
}

.fi-bl.fis {
  background-image: url("../fonts/flags/1x1/bl.svg");
}

.fi-bm {
  background-image: url("../fonts/flags/4x3/bm.svg");
}

.fi-bm.fis {
  background-image: url("../fonts/flags/1x1/bm.svg");
}

.fi-bn {
  background-image: url("../fonts/flags/4x3/bn.svg");
}

.fi-bn.fis {
  background-image: url("../fonts/flags/1x1/bn.svg");
}

.fi-bo {
  background-image: url("../fonts/flags/4x3/bo.svg");
}

.fi-bo.fis {
  background-image: url("../fonts/flags/1x1/bo.svg");
}

.fi-bq {
  background-image: url("../fonts/flags/4x3/bq.svg");
}

.fi-bq.fis {
  background-image: url("../fonts/flags/1x1/bq.svg");
}

.fi-br {
  background-image: url("../fonts/flags/4x3/br.svg");
}

.fi-br.fis {
  background-image: url("../fonts/flags/1x1/br.svg");
}

.fi-bs {
  background-image: url("../fonts/flags/4x3/bs.svg");
}

.fi-bs.fis {
  background-image: url("../fonts/flags/1x1/bs.svg");
}

.fi-bt {
  background-image: url("../fonts/flags/4x3/bt.svg");
}

.fi-bt.fis {
  background-image: url("../fonts/flags/1x1/bt.svg");
}

.fi-bv {
  background-image: url("../fonts/flags/4x3/bv.svg");
}

.fi-bv.fis {
  background-image: url("../fonts/flags/1x1/bv.svg");
}

.fi-bw {
  background-image: url("../fonts/flags/4x3/bw.svg");
}

.fi-bw.fis {
  background-image: url("../fonts/flags/1x1/bw.svg");
}

.fi-by {
  background-image: url("../fonts/flags/4x3/by.svg");
}

.fi-by.fis {
  background-image: url("../fonts/flags/1x1/by.svg");
}

.fi-bz {
  background-image: url("../fonts/flags/4x3/bz.svg");
}

.fi-bz.fis {
  background-image: url("../fonts/flags/1x1/bz.svg");
}

.fi-ca {
  background-image: url("../fonts/flags/4x3/ca.svg");
}

.fi-ca.fis {
  background-image: url("../fonts/flags/1x1/ca.svg");
}

.fi-cc {
  background-image: url("../fonts/flags/4x3/cc.svg");
}

.fi-cc.fis {
  background-image: url("../fonts/flags/1x1/cc.svg");
}

.fi-cd {
  background-image: url("../fonts/flags/4x3/cd.svg");
}

.fi-cd.fis {
  background-image: url("../fonts/flags/1x1/cd.svg");
}

.fi-cf {
  background-image: url("../fonts/flags/4x3/cf.svg");
}

.fi-cf.fis {
  background-image: url("../fonts/flags/1x1/cf.svg");
}

.fi-cg {
  background-image: url("../fonts/flags/4x3/cg.svg");
}

.fi-cg.fis {
  background-image: url("../fonts/flags/1x1/cg.svg");
}

.fi-ch {
  background-image: url("../fonts/flags/4x3/ch.svg");
}

.fi-ch.fis {
  background-image: url("../fonts/flags/1x1/ch.svg");
}

.fi-ci {
  background-image: url("../fonts/flags/4x3/ci.svg");
}

.fi-ci.fis {
  background-image: url("../fonts/flags/1x1/ci.svg");
}

.fi-ck {
  background-image: url("../fonts/flags/4x3/ck.svg");
}

.fi-ck.fis {
  background-image: url("../fonts/flags/1x1/ck.svg");
}

.fi-cl {
  background-image: url("../fonts/flags/4x3/cl.svg");
}

.fi-cl.fis {
  background-image: url("../fonts/flags/1x1/cl.svg");
}

.fi-cm {
  background-image: url("../fonts/flags/4x3/cm.svg");
}

.fi-cm.fis {
  background-image: url("../fonts/flags/1x1/cm.svg");
}

.fi-cn {
  background-image: url("../fonts/flags/4x3/cn.svg");
}

.fi-cn.fis {
  background-image: url("../fonts/flags/1x1/cn.svg");
}

.fi-co {
  background-image: url("../fonts/flags/4x3/co.svg");
}

.fi-co.fis {
  background-image: url("../fonts/flags/1x1/co.svg");
}

.fi-cr {
  background-image: url("../fonts/flags/4x3/cr.svg");
}

.fi-cr.fis {
  background-image: url("../fonts/flags/1x1/cr.svg");
}

.fi-cu {
  background-image: url("../fonts/flags/4x3/cu.svg");
}

.fi-cu.fis {
  background-image: url("../fonts/flags/1x1/cu.svg");
}

.fi-cv {
  background-image: url("../fonts/flags/4x3/cv.svg");
}

.fi-cv.fis {
  background-image: url("../fonts/flags/1x1/cv.svg");
}

.fi-cw {
  background-image: url("../fonts/flags/4x3/cw.svg");
}

.fi-cw.fis {
  background-image: url("../fonts/flags/1x1/cw.svg");
}

.fi-cx {
  background-image: url("../fonts/flags/4x3/cx.svg");
}

.fi-cx.fis {
  background-image: url("../fonts/flags/1x1/cx.svg");
}

.fi-cy {
  background-image: url("../fonts/flags/4x3/cy.svg");
}

.fi-cy.fis {
  background-image: url("../fonts/flags/1x1/cy.svg");
}

.fi-cz {
  background-image: url("../fonts/flags/4x3/cz.svg");
}

.fi-cz.fis {
  background-image: url("../fonts/flags/1x1/cz.svg");
}

.fi-de {
  background-image: url("../fonts/flags/4x3/de.svg");
}

.fi-de.fis {
  background-image: url("../fonts/flags/1x1/de.svg");
}

.fi-dj {
  background-image: url("../fonts/flags/4x3/dj.svg");
}

.fi-dj.fis {
  background-image: url("../fonts/flags/1x1/dj.svg");
}

.fi-dk {
  background-image: url("../fonts/flags/4x3/dk.svg");
}

.fi-dk.fis {
  background-image: url("../fonts/flags/1x1/dk.svg");
}

.fi-dm {
  background-image: url("../fonts/flags/4x3/dm.svg");
}

.fi-dm.fis {
  background-image: url("../fonts/flags/1x1/dm.svg");
}

.fi-do {
  background-image: url("../fonts/flags/4x3/do.svg");
}

.fi-do.fis {
  background-image: url("../fonts/flags/1x1/do.svg");
}

.fi-dz {
  background-image: url("../fonts/flags/4x3/dz.svg");
}

.fi-dz.fis {
  background-image: url("../fonts/flags/1x1/dz.svg");
}

.fi-ec {
  background-image: url("../fonts/flags/4x3/ec.svg");
}

.fi-ec.fis {
  background-image: url("../fonts/flags/1x1/ec.svg");
}

.fi-ee {
  background-image: url("../fonts/flags/4x3/ee.svg");
}

.fi-ee.fis {
  background-image: url("../fonts/flags/1x1/ee.svg");
}

.fi-eg {
  background-image: url("../fonts/flags/4x3/eg.svg");
}

.fi-eg.fis {
  background-image: url("../fonts/flags/1x1/eg.svg");
}

.fi-eh {
  background-image: url("../fonts/flags/4x3/eh.svg");
}

.fi-eh.fis {
  background-image: url("../fonts/flags/1x1/eh.svg");
}

.fi-er {
  background-image: url("../fonts/flags/4x3/er.svg");
}

.fi-er.fis {
  background-image: url("../fonts/flags/1x1/er.svg");
}

.fi-es {
  background-image: url("../fonts/flags/4x3/es.svg");
}

.fi-es.fis {
  background-image: url("../fonts/flags/1x1/es.svg");
}

.fi-et {
  background-image: url("../fonts/flags/4x3/et.svg");
}

.fi-et.fis {
  background-image: url("../fonts/flags/1x1/et.svg");
}

.fi-fi {
  background-image: url("../fonts/flags/4x3/fi.svg");
}

.fi-fi.fis {
  background-image: url("../fonts/flags/1x1/fi.svg");
}

.fi-fj {
  background-image: url("../fonts/flags/4x3/fj.svg");
}

.fi-fj.fis {
  background-image: url("../fonts/flags/1x1/fj.svg");
}

.fi-fk {
  background-image: url("../fonts/flags/4x3/fk.svg");
}

.fi-fk.fis {
  background-image: url("../fonts/flags/1x1/fk.svg");
}

.fi-fm {
  background-image: url("../fonts/flags/4x3/fm.svg");
}

.fi-fm.fis {
  background-image: url("../fonts/flags/1x1/fm.svg");
}

.fi-fo {
  background-image: url("../fonts/flags/4x3/fo.svg");
}

.fi-fo.fis {
  background-image: url("../fonts/flags/1x1/fo.svg");
}

.fi-fr {
  background-image: url("../fonts/flags/4x3/fr.svg");
}

.fi-fr.fis {
  background-image: url("../fonts/flags/1x1/fr.svg");
}

.fi-ga {
  background-image: url("../fonts/flags/4x3/ga.svg");
}

.fi-ga.fis {
  background-image: url("../fonts/flags/1x1/ga.svg");
}

.fi-gb {
  background-image: url("../fonts/flags/4x3/gb.svg");
}

.fi-gb.fis {
  background-image: url("../fonts/flags/1x1/gb.svg");
}

.fi-gd {
  background-image: url("../fonts/flags/4x3/gd.svg");
}

.fi-gd.fis {
  background-image: url("../fonts/flags/1x1/gd.svg");
}

.fi-ge {
  background-image: url("../fonts/flags/4x3/ge.svg");
}

.fi-ge.fis {
  background-image: url("../fonts/flags/1x1/ge.svg");
}

.fi-gf {
  background-image: url("../fonts/flags/4x3/gf.svg");
}

.fi-gf.fis {
  background-image: url("../fonts/flags/1x1/gf.svg");
}

.fi-gg {
  background-image: url("../fonts/flags/4x3/gg.svg");
}

.fi-gg.fis {
  background-image: url("../fonts/flags/1x1/gg.svg");
}

.fi-gh {
  background-image: url("../fonts/flags/4x3/gh.svg");
}

.fi-gh.fis {
  background-image: url("../fonts/flags/1x1/gh.svg");
}

.fi-gi {
  background-image: url("../fonts/flags/4x3/gi.svg");
}

.fi-gi.fis {
  background-image: url("../fonts/flags/1x1/gi.svg");
}

.fi-gl {
  background-image: url("../fonts/flags/4x3/gl.svg");
}

.fi-gl.fis {
  background-image: url("../fonts/flags/1x1/gl.svg");
}

.fi-gm {
  background-image: url("../fonts/flags/4x3/gm.svg");
}

.fi-gm.fis {
  background-image: url("../fonts/flags/1x1/gm.svg");
}

.fi-gn {
  background-image: url("../fonts/flags/4x3/gn.svg");
}

.fi-gn.fis {
  background-image: url("../fonts/flags/1x1/gn.svg");
}

.fi-gp {
  background-image: url("../fonts/flags/4x3/gp.svg");
}

.fi-gp.fis {
  background-image: url("../fonts/flags/1x1/gp.svg");
}

.fi-gq {
  background-image: url("../fonts/flags/4x3/gq.svg");
}

.fi-gq.fis {
  background-image: url("../fonts/flags/1x1/gq.svg");
}

.fi-gr {
  background-image: url("../fonts/flags/4x3/gr.svg");
}

.fi-gr.fis {
  background-image: url("../fonts/flags/1x1/gr.svg");
}

.fi-gs {
  background-image: url("../fonts/flags/4x3/gs.svg");
}

.fi-gs.fis {
  background-image: url("../fonts/flags/1x1/gs.svg");
}

.fi-gt {
  background-image: url("../fonts/flags/4x3/gt.svg");
}

.fi-gt.fis {
  background-image: url("../fonts/flags/1x1/gt.svg");
}

.fi-gu {
  background-image: url("../fonts/flags/4x3/gu.svg");
}

.fi-gu.fis {
  background-image: url("../fonts/flags/1x1/gu.svg");
}

.fi-gw {
  background-image: url("../fonts/flags/4x3/gw.svg");
}

.fi-gw.fis {
  background-image: url("../fonts/flags/1x1/gw.svg");
}

.fi-gy {
  background-image: url("../fonts/flags/4x3/gy.svg");
}

.fi-gy.fis {
  background-image: url("../fonts/flags/1x1/gy.svg");
}

.fi-hk {
  background-image: url("../fonts/flags/4x3/hk.svg");
}

.fi-hk.fis {
  background-image: url("../fonts/flags/1x1/hk.svg");
}

.fi-hm {
  background-image: url("../fonts/flags/4x3/hm.svg");
}

.fi-hm.fis {
  background-image: url("../fonts/flags/1x1/hm.svg");
}

.fi-hn {
  background-image: url("../fonts/flags/4x3/hn.svg");
}

.fi-hn.fis {
  background-image: url("../fonts/flags/1x1/hn.svg");
}

.fi-hr {
  background-image: url("../fonts/flags/4x3/hr.svg");
}

.fi-hr.fis {
  background-image: url("../fonts/flags/1x1/hr.svg");
}

.fi-ht {
  background-image: url("../fonts/flags/4x3/ht.svg");
}

.fi-ht.fis {
  background-image: url("../fonts/flags/1x1/ht.svg");
}

.fi-hu {
  background-image: url("../fonts/flags/4x3/hu.svg");
}

.fi-hu.fis {
  background-image: url("../fonts/flags/1x1/hu.svg");
}

.fi-id {
  background-image: url("../fonts/flags/4x3/id.svg");
}

.fi-id.fis {
  background-image: url("../fonts/flags/1x1/id.svg");
}

.fi-ie {
  background-image: url("../fonts/flags/4x3/ie.svg");
}

.fi-ie.fis {
  background-image: url("../fonts/flags/1x1/ie.svg");
}

.fi-il {
  background-image: url("../fonts/flags/4x3/il.svg");
}

.fi-il.fis {
  background-image: url("../fonts/flags/1x1/il.svg");
}

.fi-im {
  background-image: url("../fonts/flags/4x3/im.svg");
}

.fi-im.fis {
  background-image: url("../fonts/flags/1x1/im.svg");
}

.fi-in {
  background-image: url("../fonts/flags/4x3/in.svg");
}

.fi-in.fis {
  background-image: url("../fonts/flags/1x1/in.svg");
}

.fi-io {
  background-image: url("../fonts/flags/4x3/io.svg");
}

.fi-io.fis {
  background-image: url("../fonts/flags/1x1/io.svg");
}

.fi-iq {
  background-image: url("../fonts/flags/4x3/iq.svg");
}

.fi-iq.fis {
  background-image: url("../fonts/flags/1x1/iq.svg");
}

.fi-ir {
  background-image: url("../fonts/flags/4x3/ir.svg");
}

.fi-ir.fis {
  background-image: url("../fonts/flags/1x1/ir.svg");
}

.fi-is {
  background-image: url("../fonts/flags/4x3/is.svg");
}

.fi-is.fis {
  background-image: url("../fonts/flags/1x1/is.svg");
}

.fi-it {
  background-image: url("../fonts/flags/4x3/it.svg");
}

.fi-it.fis {
  background-image: url("../fonts/flags/1x1/it.svg");
}

.fi-je {
  background-image: url("../fonts/flags/4x3/je.svg");
}

.fi-je.fis {
  background-image: url("../fonts/flags/1x1/je.svg");
}

.fi-jm {
  background-image: url("../fonts/flags/4x3/jm.svg");
}

.fi-jm.fis {
  background-image: url("../fonts/flags/1x1/jm.svg");
}

.fi-jo {
  background-image: url("../fonts/flags/4x3/jo.svg");
}

.fi-jo.fis {
  background-image: url("../fonts/flags/1x1/jo.svg");
}

.fi-jp {
  background-image: url("../fonts/flags/4x3/jp.svg");
}

.fi-jp.fis {
  background-image: url("../fonts/flags/1x1/jp.svg");
}

.fi-ke {
  background-image: url("../fonts/flags/4x3/ke.svg");
}

.fi-ke.fis {
  background-image: url("../fonts/flags/1x1/ke.svg");
}

.fi-kg {
  background-image: url("../fonts/flags/4x3/kg.svg");
}

.fi-kg.fis {
  background-image: url("../fonts/flags/1x1/kg.svg");
}

.fi-kh {
  background-image: url("../fonts/flags/4x3/kh.svg");
}

.fi-kh.fis {
  background-image: url("../fonts/flags/1x1/kh.svg");
}

.fi-ki {
  background-image: url("../fonts/flags/4x3/ki.svg");
}

.fi-ki.fis {
  background-image: url("../fonts/flags/1x1/ki.svg");
}

.fi-km {
  background-image: url("../fonts/flags/4x3/km.svg");
}

.fi-km.fis {
  background-image: url("../fonts/flags/1x1/km.svg");
}

.fi-kn {
  background-image: url("../fonts/flags/4x3/kn.svg");
}

.fi-kn.fis {
  background-image: url("../fonts/flags/1x1/kn.svg");
}

.fi-kp {
  background-image: url("../fonts/flags/4x3/kp.svg");
}

.fi-kp.fis {
  background-image: url("../fonts/flags/1x1/kp.svg");
}

.fi-kr {
  background-image: url("../fonts/flags/4x3/kr.svg");
}

.fi-kr.fis {
  background-image: url("../fonts/flags/1x1/kr.svg");
}

.fi-kw {
  background-image: url("../fonts/flags/4x3/kw.svg");
}

.fi-kw.fis {
  background-image: url("../fonts/flags/1x1/kw.svg");
}

.fi-ky {
  background-image: url("../fonts/flags/4x3/ky.svg");
}

.fi-ky.fis {
  background-image: url("../fonts/flags/1x1/ky.svg");
}

.fi-kz {
  background-image: url("../fonts/flags/4x3/kz.svg");
}

.fi-kz.fis {
  background-image: url("../fonts/flags/1x1/kz.svg");
}

.fi-la {
  background-image: url("../fonts/flags/4x3/la.svg");
}

.fi-la.fis {
  background-image: url("../fonts/flags/1x1/la.svg");
}

.fi-lb {
  background-image: url("../fonts/flags/4x3/lb.svg");
}

.fi-lb.fis {
  background-image: url("../fonts/flags/1x1/lb.svg");
}

.fi-lc {
  background-image: url("../fonts/flags/4x3/lc.svg");
}

.fi-lc.fis {
  background-image: url("../fonts/flags/1x1/lc.svg");
}

.fi-li {
  background-image: url("../fonts/flags/4x3/li.svg");
}

.fi-li.fis {
  background-image: url("../fonts/flags/1x1/li.svg");
}

.fi-lk {
  background-image: url("../fonts/flags/4x3/lk.svg");
}

.fi-lk.fis {
  background-image: url("../fonts/flags/1x1/lk.svg");
}

.fi-lr {
  background-image: url("../fonts/flags/4x3/lr.svg");
}

.fi-lr.fis {
  background-image: url("../fonts/flags/1x1/lr.svg");
}

.fi-ls {
  background-image: url("../fonts/flags/4x3/ls.svg");
}

.fi-ls.fis {
  background-image: url("../fonts/flags/1x1/ls.svg");
}

.fi-lt {
  background-image: url("../fonts/flags/4x3/lt.svg");
}

.fi-lt.fis {
  background-image: url("../fonts/flags/1x1/lt.svg");
}

.fi-lu {
  background-image: url("../fonts/flags/4x3/lu.svg");
}

.fi-lu.fis {
  background-image: url("../fonts/flags/1x1/lu.svg");
}

.fi-lv {
  background-image: url("../fonts/flags/4x3/lv.svg");
}

.fi-lv.fis {
  background-image: url("../fonts/flags/1x1/lv.svg");
}

.fi-ly {
  background-image: url("../fonts/flags/4x3/ly.svg");
}

.fi-ly.fis {
  background-image: url("../fonts/flags/1x1/ly.svg");
}

.fi-ma {
  background-image: url("../fonts/flags/4x3/ma.svg");
}

.fi-ma.fis {
  background-image: url("../fonts/flags/1x1/ma.svg");
}

.fi-mc {
  background-image: url("../fonts/flags/4x3/mc.svg");
}

.fi-mc.fis {
  background-image: url("../fonts/flags/1x1/mc.svg");
}

.fi-md {
  background-image: url("../fonts/flags/4x3/md.svg");
}

.fi-md.fis {
  background-image: url("../fonts/flags/1x1/md.svg");
}

.fi-me {
  background-image: url("../fonts/flags/4x3/me.svg");
}

.fi-me.fis {
  background-image: url("../fonts/flags/1x1/me.svg");
}

.fi-mf {
  background-image: url("../fonts/flags/4x3/mf.svg");
}

.fi-mf.fis {
  background-image: url("../fonts/flags/1x1/mf.svg");
}

.fi-mg {
  background-image: url("../fonts/flags/4x3/mg.svg");
}

.fi-mg.fis {
  background-image: url("../fonts/flags/1x1/mg.svg");
}

.fi-mh {
  background-image: url("../fonts/flags/4x3/mh.svg");
}

.fi-mh.fis {
  background-image: url("../fonts/flags/1x1/mh.svg");
}

.fi-mk {
  background-image: url("../fonts/flags/4x3/mk.svg");
}

.fi-mk.fis {
  background-image: url("../fonts/flags/1x1/mk.svg");
}

.fi-ml {
  background-image: url("../fonts/flags/4x3/ml.svg");
}

.fi-ml.fis {
  background-image: url("../fonts/flags/1x1/ml.svg");
}

.fi-mm {
  background-image: url("../fonts/flags/4x3/mm.svg");
}

.fi-mm.fis {
  background-image: url("../fonts/flags/1x1/mm.svg");
}

.fi-mn {
  background-image: url("../fonts/flags/4x3/mn.svg");
}

.fi-mn.fis {
  background-image: url("../fonts/flags/1x1/mn.svg");
}

.fi-mo {
  background-image: url("../fonts/flags/4x3/mo.svg");
}

.fi-mo.fis {
  background-image: url("../fonts/flags/1x1/mo.svg");
}

.fi-mp {
  background-image: url("../fonts/flags/4x3/mp.svg");
}

.fi-mp.fis {
  background-image: url("../fonts/flags/1x1/mp.svg");
}

.fi-mq {
  background-image: url("../fonts/flags/4x3/mq.svg");
}

.fi-mq.fis {
  background-image: url("../fonts/flags/1x1/mq.svg");
}

.fi-mr {
  background-image: url("../fonts/flags/4x3/mr.svg");
}

.fi-mr.fis {
  background-image: url("../fonts/flags/1x1/mr.svg");
}

.fi-ms {
  background-image: url("../fonts/flags/4x3/ms.svg");
}

.fi-ms.fis {
  background-image: url("../fonts/flags/1x1/ms.svg");
}

.fi-mt {
  background-image: url("../fonts/flags/4x3/mt.svg");
}

.fi-mt.fis {
  background-image: url("../fonts/flags/1x1/mt.svg");
}

.fi-mu {
  background-image: url("../fonts/flags/4x3/mu.svg");
}

.fi-mu.fis {
  background-image: url("../fonts/flags/1x1/mu.svg");
}

.fi-mv {
  background-image: url("../fonts/flags/4x3/mv.svg");
}

.fi-mv.fis {
  background-image: url("../fonts/flags/1x1/mv.svg");
}

.fi-mw {
  background-image: url("../fonts/flags/4x3/mw.svg");
}

.fi-mw.fis {
  background-image: url("../fonts/flags/1x1/mw.svg");
}

.fi-mx {
  background-image: url("../fonts/flags/4x3/mx.svg");
}

.fi-mx.fis {
  background-image: url("../fonts/flags/1x1/mx.svg");
}

.fi-my {
  background-image: url("../fonts/flags/4x3/my.svg");
}

.fi-my.fis {
  background-image: url("../fonts/flags/1x1/my.svg");
}

.fi-mz {
  background-image: url("../fonts/flags/4x3/mz.svg");
}

.fi-mz.fis {
  background-image: url("../fonts/flags/1x1/mz.svg");
}

.fi-na {
  background-image: url("../fonts/flags/4x3/na.svg");
}

.fi-na.fis {
  background-image: url("../fonts/flags/1x1/na.svg");
}

.fi-nc {
  background-image: url("../fonts/flags/4x3/nc.svg");
}

.fi-nc.fis {
  background-image: url("../fonts/flags/1x1/nc.svg");
}

.fi-ne {
  background-image: url("../fonts/flags/4x3/ne.svg");
}

.fi-ne.fis {
  background-image: url("../fonts/flags/1x1/ne.svg");
}

.fi-nf {
  background-image: url("../fonts/flags/4x3/nf.svg");
}

.fi-nf.fis {
  background-image: url("../fonts/flags/1x1/nf.svg");
}

.fi-ng {
  background-image: url("../fonts/flags/4x3/ng.svg");
}

.fi-ng.fis {
  background-image: url("../fonts/flags/1x1/ng.svg");
}

.fi-ni {
  background-image: url("../fonts/flags/4x3/ni.svg");
}

.fi-ni.fis {
  background-image: url("../fonts/flags/1x1/ni.svg");
}

.fi-nl {
  background-image: url("../fonts/flags/4x3/nl.svg");
}

.fi-nl.fis {
  background-image: url("../fonts/flags/1x1/nl.svg");
}

.fi-no {
  background-image: url("../fonts/flags/4x3/no.svg");
}

.fi-no.fis {
  background-image: url("../fonts/flags/1x1/no.svg");
}

.fi-np {
  background-image: url("../fonts/flags/4x3/np.svg");
}

.fi-np.fis {
  background-image: url("../fonts/flags/1x1/np.svg");
}

.fi-nr {
  background-image: url("../fonts/flags/4x3/nr.svg");
}

.fi-nr.fis {
  background-image: url("../fonts/flags/1x1/nr.svg");
}

.fi-nu {
  background-image: url("../fonts/flags/4x3/nu.svg");
}

.fi-nu.fis {
  background-image: url("../fonts/flags/1x1/nu.svg");
}

.fi-nz {
  background-image: url("../fonts/flags/4x3/nz.svg");
}

.fi-nz.fis {
  background-image: url("../fonts/flags/1x1/nz.svg");
}

.fi-om {
  background-image: url("../fonts/flags/4x3/om.svg");
}

.fi-om.fis {
  background-image: url("../fonts/flags/1x1/om.svg");
}

.fi-pa {
  background-image: url("../fonts/flags/4x3/pa.svg");
}

.fi-pa.fis {
  background-image: url("../fonts/flags/1x1/pa.svg");
}

.fi-pe {
  background-image: url("../fonts/flags/4x3/pe.svg");
}

.fi-pe.fis {
  background-image: url("../fonts/flags/1x1/pe.svg");
}

.fi-pf {
  background-image: url("../fonts/flags/4x3/pf.svg");
}

.fi-pf.fis {
  background-image: url("../fonts/flags/1x1/pf.svg");
}

.fi-pg {
  background-image: url("../fonts/flags/4x3/pg.svg");
}

.fi-pg.fis {
  background-image: url("../fonts/flags/1x1/pg.svg");
}

.fi-ph {
  background-image: url("../fonts/flags/4x3/ph.svg");
}

.fi-ph.fis {
  background-image: url("../fonts/flags/1x1/ph.svg");
}

.fi-pk {
  background-image: url("../fonts/flags/4x3/pk.svg");
}

.fi-pk.fis {
  background-image: url("../fonts/flags/1x1/pk.svg");
}

.fi-pl {
  background-image: url("../fonts/flags/4x3/pl.svg");
}

.fi-pl.fis {
  background-image: url("../fonts/flags/1x1/pl.svg");
}

.fi-pm {
  background-image: url("../fonts/flags/4x3/pm.svg");
}

.fi-pm.fis {
  background-image: url("../fonts/flags/1x1/pm.svg");
}

.fi-pn {
  background-image: url("../fonts/flags/4x3/pn.svg");
}

.fi-pn.fis {
  background-image: url("../fonts/flags/1x1/pn.svg");
}

.fi-pr {
  background-image: url("../fonts/flags/4x3/pr.svg");
}

.fi-pr.fis {
  background-image: url("../fonts/flags/1x1/pr.svg");
}

.fi-ps {
  background-image: url("../fonts/flags/4x3/ps.svg");
}

.fi-ps.fis {
  background-image: url("../fonts/flags/1x1/ps.svg");
}

.fi-pt {
  background-image: url("../fonts/flags/4x3/pt.svg");
}

.fi-pt.fis {
  background-image: url("../fonts/flags/1x1/pt.svg");
}

.fi-pw {
  background-image: url("../fonts/flags/4x3/pw.svg");
}

.fi-pw.fis {
  background-image: url("../fonts/flags/1x1/pw.svg");
}

.fi-py {
  background-image: url("../fonts/flags/4x3/py.svg");
}

.fi-py.fis {
  background-image: url("../fonts/flags/1x1/py.svg");
}

.fi-qa {
  background-image: url("../fonts/flags/4x3/qa.svg");
}

.fi-qa.fis {
  background-image: url("../fonts/flags/1x1/qa.svg");
}

.fi-re {
  background-image: url("../fonts/flags/4x3/re.svg");
}

.fi-re.fis {
  background-image: url("../fonts/flags/1x1/re.svg");
}

.fi-ro {
  background-image: url("../fonts/flags/4x3/ro.svg");
}

.fi-ro.fis {
  background-image: url("../fonts/flags/1x1/ro.svg");
}

.fi-rs {
  background-image: url("../fonts/flags/4x3/rs.svg");
}

.fi-rs.fis {
  background-image: url("../fonts/flags/1x1/rs.svg");
}

.fi-ru {
  background-image: url("../fonts/flags/4x3/ru.svg");
}

.fi-ru.fis {
  background-image: url("../fonts/flags/1x1/ru.svg");
}

.fi-rw {
  background-image: url("../fonts/flags/4x3/rw.svg");
}

.fi-rw.fis {
  background-image: url("../fonts/flags/1x1/rw.svg");
}

.fi-sa {
  background-image: url("../fonts/flags/4x3/sa.svg");
}

.fi-sa.fis {
  background-image: url("../fonts/flags/1x1/sa.svg");
}

.fi-sb {
  background-image: url("../fonts/flags/4x3/sb.svg");
}

.fi-sb.fis {
  background-image: url("../fonts/flags/1x1/sb.svg");
}

.fi-sc {
  background-image: url("../fonts/flags/4x3/sc.svg");
}

.fi-sc.fis {
  background-image: url("../fonts/flags/1x1/sc.svg");
}

.fi-sd {
  background-image: url("../fonts/flags/4x3/sd.svg");
}

.fi-sd.fis {
  background-image: url("../fonts/flags/1x1/sd.svg");
}

.fi-se {
  background-image: url("../fonts/flags/4x3/se.svg");
}

.fi-se.fis {
  background-image: url("../fonts/flags/1x1/se.svg");
}

.fi-sg {
  background-image: url("../fonts/flags/4x3/sg.svg");
}

.fi-sg.fis {
  background-image: url("../fonts/flags/1x1/sg.svg");
}

.fi-sh {
  background-image: url("../fonts/flags/4x3/sh.svg");
}

.fi-sh.fis {
  background-image: url("../fonts/flags/1x1/sh.svg");
}

.fi-si {
  background-image: url("../fonts/flags/4x3/si.svg");
}

.fi-si.fis {
  background-image: url("../fonts/flags/1x1/si.svg");
}

.fi-sj {
  background-image: url("../fonts/flags/4x3/sj.svg");
}

.fi-sj.fis {
  background-image: url("../fonts/flags/1x1/sj.svg");
}

.fi-sk {
  background-image: url("../fonts/flags/4x3/sk.svg");
}

.fi-sk.fis {
  background-image: url("../fonts/flags/1x1/sk.svg");
}

.fi-sl {
  background-image: url("../fonts/flags/4x3/sl.svg");
}

.fi-sl.fis {
  background-image: url("../fonts/flags/1x1/sl.svg");
}

.fi-sm {
  background-image: url("../fonts/flags/4x3/sm.svg");
}

.fi-sm.fis {
  background-image: url("../fonts/flags/1x1/sm.svg");
}

.fi-sn {
  background-image: url("../fonts/flags/4x3/sn.svg");
}

.fi-sn.fis {
  background-image: url("../fonts/flags/1x1/sn.svg");
}

.fi-so {
  background-image: url("../fonts/flags/4x3/so.svg");
}

.fi-so.fis {
  background-image: url("../fonts/flags/1x1/so.svg");
}

.fi-sr {
  background-image: url("../fonts/flags/4x3/sr.svg");
}

.fi-sr.fis {
  background-image: url("../fonts/flags/1x1/sr.svg");
}

.fi-ss {
  background-image: url("../fonts/flags/4x3/ss.svg");
}

.fi-ss.fis {
  background-image: url("../fonts/flags/1x1/ss.svg");
}

.fi-st {
  background-image: url("../fonts/flags/4x3/st.svg");
}

.fi-st.fis {
  background-image: url("../fonts/flags/1x1/st.svg");
}

.fi-sv {
  background-image: url("../fonts/flags/4x3/sv.svg");
}

.fi-sv.fis {
  background-image: url("../fonts/flags/1x1/sv.svg");
}

.fi-sx {
  background-image: url("../fonts/flags/4x3/sx.svg");
}

.fi-sx.fis {
  background-image: url("../fonts/flags/1x1/sx.svg");
}

.fi-sy {
  background-image: url("../fonts/flags/4x3/sy.svg");
}

.fi-sy.fis {
  background-image: url("../fonts/flags/1x1/sy.svg");
}

.fi-sz {
  background-image: url("../fonts/flags/4x3/sz.svg");
}

.fi-sz.fis {
  background-image: url("../fonts/flags/1x1/sz.svg");
}

.fi-tc {
  background-image: url("../fonts/flags/4x3/tc.svg");
}

.fi-tc.fis {
  background-image: url("../fonts/flags/1x1/tc.svg");
}

.fi-td {
  background-image: url("../fonts/flags/4x3/td.svg");
}

.fi-td.fis {
  background-image: url("../fonts/flags/1x1/td.svg");
}

.fi-tf {
  background-image: url("../fonts/flags/4x3/tf.svg");
}

.fi-tf.fis {
  background-image: url("../fonts/flags/1x1/tf.svg");
}

.fi-tg {
  background-image: url("../fonts/flags/4x3/tg.svg");
}

.fi-tg.fis {
  background-image: url("../fonts/flags/1x1/tg.svg");
}

.fi-th {
  background-image: url("../fonts/flags/4x3/th.svg");
}

.fi-th.fis {
  background-image: url("../fonts/flags/1x1/th.svg");
}

.fi-tj {
  background-image: url("../fonts/flags/4x3/tj.svg");
}

.fi-tj.fis {
  background-image: url("../fonts/flags/1x1/tj.svg");
}

.fi-tk {
  background-image: url("../fonts/flags/4x3/tk.svg");
}

.fi-tk.fis {
  background-image: url("../fonts/flags/1x1/tk.svg");
}

.fi-tl {
  background-image: url("../fonts/flags/4x3/tl.svg");
}

.fi-tl.fis {
  background-image: url("../fonts/flags/1x1/tl.svg");
}

.fi-tm {
  background-image: url("../fonts/flags/4x3/tm.svg");
}

.fi-tm.fis {
  background-image: url("../fonts/flags/1x1/tm.svg");
}

.fi-tn {
  background-image: url("../fonts/flags/4x3/tn.svg");
}

.fi-tn.fis {
  background-image: url("../fonts/flags/1x1/tn.svg");
}

.fi-to {
  background-image: url("../fonts/flags/4x3/to.svg");
}

.fi-to.fis {
  background-image: url("../fonts/flags/1x1/to.svg");
}

.fi-tr {
  background-image: url("../fonts/flags/4x3/tr.svg");
}

.fi-tr.fis {
  background-image: url("../fonts/flags/1x1/tr.svg");
}

.fi-tt {
  background-image: url("../fonts/flags/4x3/tt.svg");
}

.fi-tt.fis {
  background-image: url("../fonts/flags/1x1/tt.svg");
}

.fi-tv {
  background-image: url("../fonts/flags/4x3/tv.svg");
}

.fi-tv.fis {
  background-image: url("../fonts/flags/1x1/tv.svg");
}

.fi-tw {
  background-image: url("../fonts/flags/4x3/tw.svg");
}

.fi-tw.fis {
  background-image: url("../fonts/flags/1x1/tw.svg");
}

.fi-tz {
  background-image: url("../fonts/flags/4x3/tz.svg");
}

.fi-tz.fis {
  background-image: url("../fonts/flags/1x1/tz.svg");
}

.fi-ua {
  background-image: url("../fonts/flags/4x3/ua.svg");
}

.fi-ua.fis {
  background-image: url("../fonts/flags/1x1/ua.svg");
}

.fi-ug {
  background-image: url("../fonts/flags/4x3/ug.svg");
}

.fi-ug.fis {
  background-image: url("../fonts/flags/1x1/ug.svg");
}

.fi-um {
  background-image: url("../fonts/flags/4x3/um.svg");
}

.fi-um.fis {
  background-image: url("../fonts/flags/1x1/um.svg");
}

.fi-us {
  background-image: url("../fonts/flags/4x3/us.svg");
}

.fi-us.fis {
  background-image: url("../fonts/flags/1x1/us.svg");
}

.fi-uy {
  background-image: url("../fonts/flags/4x3/uy.svg");
}

.fi-uy.fis {
  background-image: url("../fonts/flags/1x1/uy.svg");
}

.fi-uz {
  background-image: url("../fonts/flags/4x3/uz.svg");
}

.fi-uz.fis {
  background-image: url("../fonts/flags/1x1/uz.svg");
}

.fi-va {
  background-image: url("../fonts/flags/4x3/va.svg");
}

.fi-va.fis {
  background-image: url("../fonts/flags/1x1/va.svg");
}

.fi-vc {
  background-image: url("../fonts/flags/4x3/vc.svg");
}

.fi-vc.fis {
  background-image: url("../fonts/flags/1x1/vc.svg");
}

.fi-ve {
  background-image: url("../fonts/flags/4x3/ve.svg");
}

.fi-ve.fis {
  background-image: url("../fonts/flags/1x1/ve.svg");
}

.fi-vg {
  background-image: url("../fonts/flags/4x3/vg.svg");
}

.fi-vg.fis {
  background-image: url("../fonts/flags/1x1/vg.svg");
}

.fi-vi {
  background-image: url("../fonts/flags/4x3/vi.svg");
}

.fi-vi.fis {
  background-image: url("../fonts/flags/1x1/vi.svg");
}

.fi-vn {
  background-image: url("../fonts/flags/4x3/vn.svg");
}

.fi-vn.fis {
  background-image: url("../fonts/flags/1x1/vn.svg");
}

.fi-vu {
  background-image: url("../fonts/flags/4x3/vu.svg");
}

.fi-vu.fis {
  background-image: url("../fonts/flags/1x1/vu.svg");
}

.fi-wf {
  background-image: url("../fonts/flags/4x3/wf.svg");
}

.fi-wf.fis {
  background-image: url("../fonts/flags/1x1/wf.svg");
}

.fi-ws {
  background-image: url("../fonts/flags/4x3/ws.svg");
}

.fi-ws.fis {
  background-image: url("../fonts/flags/1x1/ws.svg");
}

.fi-ye {
  background-image: url("../fonts/flags/4x3/ye.svg");
}

.fi-ye.fis {
  background-image: url("../fonts/flags/1x1/ye.svg");
}

.fi-yt {
  background-image: url("../fonts/flags/4x3/yt.svg");
}

.fi-yt.fis {
  background-image: url("../fonts/flags/1x1/yt.svg");
}

.fi-za {
  background-image: url("../fonts/flags/4x3/za.svg");
}

.fi-za.fis {
  background-image: url("../fonts/flags/1x1/za.svg");
}

.fi-zm {
  background-image: url("../fonts/flags/4x3/zm.svg");
}

.fi-zm.fis {
  background-image: url("../fonts/flags/1x1/zm.svg");
}

.fi-zw {
  background-image: url("../fonts/flags/4x3/zw.svg");
}

.fi-zw.fis {
  background-image: url("../fonts/flags/1x1/zw.svg");
}

.fi-arab {
  background-image: url("../fonts/flags/4x3/arab.svg");
}

.fi-arab.fis {
  background-image: url("../fonts/flags/1x1/arab.svg");
}

.fi-cefta {
  background-image: url("../fonts/flags/4x3/cefta.svg");
}

.fi-cefta.fis {
  background-image: url("../fonts/flags/1x1/cefta.svg");
}

.fi-cp {
  background-image: url("../fonts/flags/4x3/cp.svg");
}

.fi-cp.fis {
  background-image: url("../fonts/flags/1x1/cp.svg");
}

.fi-dg {
  background-image: url("../fonts/flags/4x3/dg.svg");
}

.fi-dg.fis {
  background-image: url("../fonts/flags/1x1/dg.svg");
}

.fi-eac {
  background-image: url("../fonts/flags/4x3/eac.svg");
}

.fi-eac.fis {
  background-image: url("../fonts/flags/1x1/eac.svg");
}

.fi-es-ct {
  background-image: url("../fonts/flags/4x3/es-ct.svg");
}

.fi-es-ct.fis {
  background-image: url("../fonts/flags/1x1/es-ct.svg");
}

.fi-es-ga {
  background-image: url("../fonts/flags/4x3/es-ga.svg");
}

.fi-es-ga.fis {
  background-image: url("../fonts/flags/1x1/es-ga.svg");
}

.fi-es-pv {
  background-image: url("../fonts/flags/4x3/es-pv.svg");
}

.fi-es-pv.fis {
  background-image: url("../fonts/flags/1x1/es-pv.svg");
}

.fi-eu {
  background-image: url("../fonts/flags/4x3/eu.svg");
}

.fi-eu.fis {
  background-image: url("../fonts/flags/1x1/eu.svg");
}

.fi-gb-eng {
  background-image: url("../fonts/flags/4x3/gb-eng.svg");
}

.fi-gb-eng.fis {
  background-image: url("../fonts/flags/1x1/gb-eng.svg");
}

.fi-gb-nir {
  background-image: url("../fonts/flags/4x3/gb-nir.svg");
}

.fi-gb-nir.fis {
  background-image: url("../fonts/flags/1x1/gb-nir.svg");
}

.fi-gb-sct {
  background-image: url("../fonts/flags/4x3/gb-sct.svg");
}

.fi-gb-sct.fis {
  background-image: url("../fonts/flags/1x1/gb-sct.svg");
}

.fi-gb-wls {
  background-image: url("../fonts/flags/4x3/gb-wls.svg");
}

.fi-gb-wls.fis {
  background-image: url("../fonts/flags/1x1/gb-wls.svg");
}

.fi-ic {
  background-image: url("../fonts/flags/4x3/ic.svg");
}

.fi-ic.fis {
  background-image: url("../fonts/flags/1x1/ic.svg");
}

.fi-pc {
  background-image: url("../fonts/flags/4x3/pc.svg");
}

.fi-pc.fis {
  background-image: url("../fonts/flags/1x1/pc.svg");
}

.fi-sh-ac {
  background-image: url("../fonts/flags/4x3/sh-ac.svg");
}

.fi-sh-ac.fis {
  background-image: url("../fonts/flags/1x1/sh-ac.svg");
}

.fi-sh-hl {
  background-image: url("../fonts/flags/4x3/sh-hl.svg");
}

.fi-sh-hl.fis {
  background-image: url("../fonts/flags/1x1/sh-hl.svg");
}

.fi-sh-ta {
  background-image: url("../fonts/flags/4x3/sh-ta.svg");
}

.fi-sh-ta.fis {
  background-image: url("../fonts/flags/1x1/sh-ta.svg");
}

.fi-un {
  background-image: url("../fonts/flags/4x3/un.svg");
}

.fi-un.fis {
  background-image: url("../fonts/flags/1x1/un.svg");
}

.fi-xk {
  background-image: url("../fonts/flags/4x3/xk.svg");
}

.fi-xk.fis {
  background-image: url("../fonts/flags/1x1/xk.svg");
}

body.drawer-open .modal-backdrop {
  z-index: 1099;
}

.country-selector-drawer {
  background-color: var(--skin-cart-background-color-1);
  z-index: 1101;
  visibility: hidden;
  text-align: left;
  text-wrap: auto;
  pointer-events: none;
  box-sizing: border-box;
  flex-direction: column;
  width: calc(100% - 1rem);
  padding: 1.5rem;
  font-family: markpro, sans-serif;
  transition: transform .2s ease-in-out, visibility 0s .2s;
  display: flex;
  position: fixed;
  top: .5rem;
  bottom: .5rem;
  right: .5rem;
  overflow: hidden;
  transform: translateX(100%);
}

.country-selector-drawer.drawer-open {
  visibility: visible;
  background-color: var(--skin-cart-background-color-1);
  pointer-events: auto;
  transition: transform .2s ease-in-out, visibility;
  transform: translateX(0);
}

.country-selector-drawer p.heading {
  font-weight: var(--skin-font-weight-regular);
  color: var(--skin-main-text-color-1);
  font-size: 1.5rem;
  line-height: normal;
}

.country-selector-drawer p.description {
  color: var(--skin-main-text-color-1);
}

.country-selector-drawer p.description p {
  margin-bottom: 1rem;
}

.country-selector-drawer p.description p:last-child {
  margin-bottom: 0;
}

.country-selector-drawer hr {
  border-top: .0625rem solid #000;
}

.country-selector-drawer .country-selector-form label {
  text-transform: uppercase;
  color: var(--color-dark);
  font-size: .875rem;
  font-weight: 600;
}

@media (width >= 1000px) {
  .country-selector-drawer .country-selector-form label {
    font-size: 1.125rem;
  }
}

.country-selector-drawer button.close-button {
  cursor: pointer;
  color: var(--skin-menu-color-1);
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  border: .0625rem solid #361f1a1a;
  border-radius: 50%;
  outline: none;
  width: 2rem;
  height: 2rem;
  padding: 0;
  background-color: #0000 !important;
}

@media (width >= 1000px) {
  .country-selector-drawer button.close-button {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.country-selector-drawer button.close-button img {
  width: 1rem;
  height: 1rem;
}

@media (width >= 1000px) {
  .country-selector-drawer button.close-button img {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.country-selector-drawer button.close-button:hover, .country-selector-drawer button.close-button:active {
  color: var(--skin-menu-color-1);
  transform: none;
  background-color: #0000 !important;
}

.country-selector-drawer button.close-button:focus {
  color: var(--skin-menu-color-1);
  outline: none;
  background-color: #0000 !important;
}

.country-selector-drawer button.close-button:focus-visible {
  outline-offset: .25rem;
  outline: .125rem solid #361f1a80;
}

.country-selector-drawer .country-selector-content {
  z-index: 1;
  pointer-events: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  min-height: 200px;
  overflow: hidden auto;
}

.country-selector-drawer .country-selector-content .veil {
  z-index: 1000;
}

.country-selector-drawer .country-selector-content .veil .underlay {
  opacity: .3;
}

.country-selector-drawer .form-control {
  color: #000;
  border: none;
  border-radius: 0;
  padding-left: 0 !important;
}

.country-selector-drawer .country-selector-dropdown-wrapper {
  background-color: var(--skin-cart-background-color-1);
}

.country-selector-drawer .country-selector-dropdown-trigger {
  cursor: pointer;
  outline: none;
  padding: .5rem 0;
  font-size: .875rem;
  color: var(--color-dark) !important;
}

@media (width >= 1000px) {
  .country-selector-drawer .country-selector-dropdown-trigger {
    font-size: 1.125rem;
  }
}

.country-selector-drawer .country-selector-dropdown-trigger:hover {
  border-color: #361f1a4d;
}

.country-selector-drawer .country-selector-dropdown-trigger:focus {
  outline: none;
}

.country-selector-drawer .country-selector-dropdown-trigger:focus-visible {
  outline: 2px solid var(--skin-border-color-1);
  outline-offset: 2px;
}

.country-selector-drawer .country-selector-dropdown-trigger .country-selector-dropdown-selected, .country-selector-drawer .country-selector-dropdown-trigger span {
  color: var(--color-dark) !important;
}

.country-selector-drawer .country-selector-dropdown-trigger .chevron-icon-container {
  margin-left: .5rem;
}

.country-selector-drawer .country-selector-dropdown-trigger .chevron-icon-container .chevron-icon {
  width: 10px;
  height: 7px;
  transition: transform .2s;
}

.country-selector-drawer .country-selector-dropdown-menu {
  z-index: 1001;
  background: #fdf0d9;
  max-height: 300px;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 0 5px 30px #361f1a1f;
}

.country-selector-drawer .country-selector-dropdown-option {
  cursor: pointer;
  outline: none;
  padding: .75rem 1rem;
  font-size: .875rem;
  color: var(--color-dark) !important;
}

@media (width >= 1000px) {
  .country-selector-drawer .country-selector-dropdown-option {
    font-size: 1.125rem;
  }
}

.country-selector-drawer .country-selector-dropdown-option:hover {
  background-color: #361f1a0d;
}

.country-selector-drawer .country-selector-dropdown-option[data-selected="true"] {
  background-color: #361f1a1a;
  font-weight: 500;
  color: var(--color-dark) !important;
}

.country-selector-drawer .country-selector-dropdown-option:focus {
  outline: none;
}

.country-selector-drawer .country-selector-dropdown-option:focus-visible {
  outline: 2px solid var(--skin-border-color-1);
  outline-offset: -2px;
}

.country-selector-drawer .country-selector-dropdown-option .checkmark, .country-selector-drawer .country-selector-dropdown-option .option-text, .country-selector-drawer .country-selector-dropdown-option span {
  color: var(--color-dark) !important;
}

.country-selector-drawer .country-selector-dropdown-option .checkmark {
  width: 1.5rem;
  margin-right: .5rem;
  font-weight: bold;
  display: inline-block;
}

.country-selector-drawer .form-control.custom-select {
  background-color: var(--skin-selectbox-background-color-1);
  color: var(--skin-selectbox-text-color-1);
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 4 4 4-4' stroke='%23361F1A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 10px 7px;
  border: 1px solid #00000026;
  border-radius: .5rem;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: markpro, sans-serif;
  font-size: 1.125rem;
  transition: border-color .2s, box-shadow .2s;
}

.country-selector-drawer .form-control.custom-select:hover {
  border-color: #361f1a4d;
}

.country-selector-drawer .form-control.custom-select:focus {
  border-color: var(--skin-border-color-1);
  outline: none;
  box-shadow: 0 0 0 2px #361f1a1a;
}

.country-selector-drawer .form-control.custom-select:focus-visible {
  outline: 2px solid var(--skin-border-color-1);
  outline-offset: 2px;
}

@media (width >= 1000px) {
  .country-selector-drawer {
    padding: 2.5rem;
  }
}

@media (width >= 1000px) and (width <= 1679.98px) {
  .country-selector-drawer {
    width: 100%;
    max-width: 43.75rem;
  }
}

@media (width >= 1400px) {
  .country-selector-drawer {
    width: 100%;
    max-width: 31.25rem;
  }
}

body.drawer-open {
  overflow: hidden;
}

.custom-control-input:not(:checked) ~ .custom-control-label:before {
  background: var(--skin-from-control-color);
  border: 1px solid var(--color-menu-icon-background-color);
}

.custom-control-input:checked ~ .custom-control-label:before {
  background: var(--color-kumabo);
  border-color: var(--color-kumabo);
}

.custom-control-input:checked ~ .custom-control-label:after {
  content: "\2713";
  color: var(--color-white);
  background-image: none;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  font-weight: bold;
  display: flex;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before, .custom-control-input:focus:checked ~ .custom-control-label:before {
  box-shadow: none;
  outline-offset: 2px;
  outline: none;
}

.custom-control-input:focus-visible:not(:checked) ~ .custom-control-label:before, .custom-control-input:focus-visible:checked ~ .custom-control-label:before {
  outline: 2px solid var(--color-kumabo);
  outline-offset: 2px;
}

.custom-control-input.is-invalid ~ .custom-control-label:before {
  border-color: var(--color-error-border);
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .custom-control-input.is-invalid:focus-visible ~ .custom-control-label:before {
  border-color: var(--color-error-border);
  box-shadow: 0 0 0 .2rem var(--color-error-box-shadow);
}

.custom-control-input:disabled ~ .custom-control-label {
  opacity: .6;
  cursor: not-allowed;
}

.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: var(--color-white);
  cursor: not-allowed;
  border-color: #0000001a;
}

.custom-control-input:required:invalid ~ .custom-control-label:after {
  display: none;
}

.form-control {
  border: 1px solid var(--color-menu-icon-background-color);
  height: 3.125rem;
  color: var(--color-dark);
  border-radius: .375rem;
  padding: .75rem 1rem;
  font-size: 1rem;
  line-height: 1.2;
}

.form-control::placeholder {
  color: var(--color-secondary-text);
  opacity: 1;
  line-height: 1;
}

.form-control[placeholder] {
  background-color: var(--color-white);
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--color-menu-icon-background-color);
  background-color: var(--skin-from-control-color-focus);
  outline: none;
}

.form-control.is-invalid {
  border-color: var(--color-error-border);
  background-color: var(--skin-background-color-light);
}

.form-control.is-invalid:focus {
  border-color: var(--color-error-border);
  box-shadow: 0 0 0 .2rem var(--color-error-box-shadow);
}

.form-control:disabled {
  opacity: .6;
  cursor: not-allowed;
  background-color: var(--skin-background-color-light);
}

textarea.form-control {
  resize: vertical;
  height: auto;
  min-height: 6.25rem;
  padding: .75rem 1rem;
}

select.form-control {
  appearance: none;
  background-image: url("../../images/chevron.svg");
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: .75rem;
  padding-right: 2.5rem;
}

select.form-control:focus, select.form-control:disabled {
  background-image: url("../../images/chevron.svg");
}

select.form-control.is-invalid {
  border-color: var(--color-error-border);
  background-image: url("../../images/chevron.svg");
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: .75em;
  padding-right: 2.5em;
}

@media (width <= 599.98px) {
  .collapsible-xs .title {
    line-height: 2.5rem;
  }

  .collapsible-xs .title:after {
    clear: both;
    content: "";
    float: right;
    content: "\f078";
    font-family: FontAwesome, sans-serif;
    display: block;
  }

  .collapsible-xs .content, .collapsible-xs .card-body {
    display: none;
  }

  .collapsible-xs.active .title:after {
    content: "\f077";
    margin-top: -.125em;
  }

  .collapsible-xs.active .content, .collapsible-xs.active .card-body {
    display: block;
  }
}

@media (width <= 999.98px) {
  .collapsible-sm .title {
    line-height: 2.5rem;
  }

  .collapsible-sm .title:after {
    clear: both;
    content: "";
    float: right;
    content: "\f078";
    font-family: FontAwesome, sans-serif;
    display: block;
  }

  .collapsible-sm .content, .collapsible-sm .card-body {
    display: none;
  }

  .collapsible-sm.active .title:after {
    content: "\f077";
    margin-top: -.125em;
  }

  .collapsible-sm.active .content, .collapsible-sm.active .card-body {
    display: block;
  }
}

@media (width <= 1399.98px) {
  .collapsible-md .title {
    line-height: 2.5rem;
  }

  .collapsible-md .title:after {
    clear: both;
    content: "";
    float: right;
    content: "\f078";
    font-family: FontAwesome, sans-serif;
    display: block;
  }

  .collapsible-md .content, .collapsible-md .card-body {
    display: none;
  }

  .collapsible-md.active .title:after {
    content: "\f077";
    margin-top: -.125em;
  }

  .collapsible-md.active .content, .collapsible-md.active .card-body {
    display: block;
  }
}

@media (width <= 1679.98px) {
  .collapsible-lg .title {
    line-height: 2.5rem;
  }

  .collapsible-lg .title:after {
    clear: both;
    content: "";
    float: right;
    content: "\f078";
    font-family: FontAwesome, sans-serif;
    display: block;
  }

  .collapsible-lg .content, .collapsible-lg .card-body {
    display: none;
  }

  .collapsible-lg.active .title:after {
    content: "\f077";
    margin-top: -.125em;
  }

  .collapsible-lg.active .content, .collapsible-lg.active .card-body {
    display: block;
  }
}

.collapsible-xl .title:after {
  clear: both;
  content: "";
  float: right;
  content: "\f078";
  font-family: FontAwesome, sans-serif;
  display: block;
}

footer {
  background-color: #e9ecef;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

footer h2 {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 2.5em;
}

footer .social h2 {
  margin-top: 0;
}

footer .social:after {
  clear: both;
  content: "";
  display: block;
}

footer .copyright, footer .social {
  margin-top: 1.25em;
}

footer .footer-container .footer-item.collapsible-xs button {
  padding: 0;
  font-family: Dosis, sans-serif;
}

footer .social-links {
  float: left;
}

footer .social-links:after {
  clear: both;
  content: "";
  display: block;
}

@media (width <= 599.98px) {
  footer .social-links {
    width: 80%;
  }
}

footer .social-links li {
  float: left;
  margin: .313em;
}

@media (width <= 599.98px) {
  footer .social-links li {
    text-align: center;
    width: 20%;
  }
}

footer .social-links a {
  font-size: 2.25em;
}

footer .social-links a:hover {
  text-decoration: none;
}

@media (width <= 599.98px) {
  footer .store {
    border-bottom: 1px solid #444;
  }

  footer .store .content {
    display: none;
  }

  footer .store h2:after {
    clear: both;
    content: "";
    float: right;
    content: "\f041";
    font-family: FontAwesome, sans-serif;
    display: block;
  }
}

footer .copyright, footer .postscript {
  font-size: .8125em;
}

footer .copyright {
  margin-bottom: .625em;
}

footer .back-to-top {
  -webkit-appearance: none;
  background-color: #0000;
  border: 0;
  margin: .1em .313em;
  padding: 0;
}

footer .back-to-top i.fa-arrow-up {
  color: #000000b3;
}

footer .back-to-top i.fa-circle {
  text-shadow: 0 2px 10px #0003;
}

@media (width <= 599.98px) {
  .footer-item {
    border-bottom: 1px solid #444;
  }
}

#consent-tracking .button-wrapper button {
  margin: .5em;
}

.email-signup-message {
  position: fixed;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.email-signup-alert {
  padding: 1em;
  animation: 5s linear forwards fade;
  box-shadow: 1px 1px 5px gray;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.email-signup-alert.show {
  display: block;
}

@media (width <= 599.98px) {
  .collapsible-xs .title {
    line-height: 2.5rem;
  }

  .collapsible-xs .title:after {
    clear: both;
    content: "";
    float: right;
    content: "\f078";
    font-family: FontAwesome, sans-serif;
    display: block;
  }

  .collapsible-xs .content, .collapsible-xs .card-body {
    display: none;
  }

  .collapsible-xs.active .title:after {
    content: "\f077";
    margin-top: -.125em;
  }

  .collapsible-xs.active .content, .collapsible-xs.active .card-body {
    display: block;
  }
}

.container div.collapsible-xs button.title {
  color: #000;
  background-color: #0000;
  border: none;
  text-decoration: none;
}

.container div.collapsible-xs button.title:hover {
  text-decoration: none;
}

@media (width <= 999.98px) {
  .collapsible-sm .title {
    line-height: 2.5rem;
  }

  .collapsible-sm .title:after {
    clear: both;
    content: "";
    float: right;
    content: "\f078";
    font-family: FontAwesome, sans-serif;
    display: block;
  }

  .collapsible-sm .content, .collapsible-sm .card-body {
    display: none;
  }

  .collapsible-sm.active .title:after {
    content: "\f077";
    margin-top: -.125em;
  }

  .collapsible-sm.active .content, .collapsible-sm.active .card-body {
    display: block;
  }
}

.container div.collapsible-sm button.title {
  color: #000;
  background-color: #0000;
  border: none;
  text-decoration: none;
}

.container div.collapsible-sm button.title:hover {
  text-decoration: none;
}

@media (width <= 1399.98px) {
  .collapsible-md .title {
    line-height: 2.5rem;
  }

  .collapsible-md .title:after {
    clear: both;
    content: "";
    float: right;
    content: "\f078";
    font-family: FontAwesome, sans-serif;
    display: block;
  }

  .collapsible-md .content, .collapsible-md .card-body {
    display: none;
  }

  .collapsible-md.active .title:after {
    content: "\f077";
    margin-top: -.125em;
  }

  .collapsible-md.active .content, .collapsible-md.active .card-body {
    display: block;
  }
}

.container div.collapsible-md button.title {
  color: #000;
  background-color: #0000;
  border: none;
  text-decoration: none;
}

.container div.collapsible-md button.title:hover {
  text-decoration: none;
}

@media (width <= 1679.98px) {
  .collapsible-lg .title {
    line-height: 2.5rem;
  }

  .collapsible-lg .title:after {
    clear: both;
    content: "";
    float: right;
    content: "\f078";
    font-family: FontAwesome, sans-serif;
    display: block;
  }

  .collapsible-lg .content, .collapsible-lg .card-body {
    display: none;
  }

  .collapsible-lg.active .title:after {
    content: "\f077";
    margin-top: -.125em;
  }

  .collapsible-lg.active .content, .collapsible-lg.active .card-body {
    display: block;
  }
}

.container div.collapsible-lg button.title {
  color: #000;
  background-color: #0000;
  border: none;
  text-decoration: none;
}

.container div.collapsible-lg button.title:hover {
  text-decoration: none;
}

.collapsible-xl .title {
  line-height: 2.5rem;
}

.collapsible-xl .title:after {
  clear: both;
  content: "";
  float: right;
  content: "\f078";
  font-family: FontAwesome, sans-serif;
  display: block;
}

.collapsible-xl .content, .collapsible-xl .card-body {
  display: none;
}

.collapsible-xl.active .title:after {
  content: "\f077";
  margin-top: -.125em;
}

.collapsible-xl.active .content, .collapsible-xl.active .card-body {
  display: block;
}

.container div.collapsible-xl button.title {
  color: #000;
  background-color: #0000;
  border: none;
  text-decoration: none;
}

.container div.collapsible-xl button.title:hover {
  text-decoration: none;
}

.newsletter-container {
  color: #fefaf2;
  padding: 1.875rem 1.25rem;
}

.newsletter-container .newsletter-subscription-form .customer-type-radio {
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.newsletter-container .newsletter-subscription-form .customer-type-input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.newsletter-container .newsletter-subscription-form .customer-type-label {
  cursor: pointer;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.newsletter-container .newsletter-subscription-form .form-check-input.is-invalid ~ .form-check-label {
  color: #fefaf2;
}

.newsletter-container .newsletter-subscription-form .email-subscription-feedback-container .alert-custom-danger {
  color: #c00;
}

.newsletter-container .newsletter-subscription-form .customer-type-label .custom-radio {
  box-sizing: border-box;
  border: 1px solid #fefaf2;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 1.1875rem;
  height: 1.1875rem;
  display: inline-flex;
}

.newsletter-container .newsletter-subscription-form .customer-type-label .custom-radio:after {
  content: "";
  background: #fefaf2;
  border-radius: 50%;
  width: .5625rem;
  height: .5625rem;
  transition: transform .2s;
  transform: scale(0);
}

.newsletter-container .newsletter-subscription-form .customer-type-input:checked + .customer-type-label .custom-radio:after {
  transform: scale(1);
}

.newsletter-container .newsletter-subscription-form .customer-type-label {
  letter-spacing: .0625rem;
}

.newsletter-container .newsletter-subscription-form .customer-type-group {
  margin-bottom: 1.5rem;
}

@media (width >= 1000px) {
  .newsletter-container .newsletter-subscription-form .customer-type-group {
    width: fit-content;
    margin-left: auto;
  }
}

.newsletter-container .newsletter-subscription-form .custom-checkbox {
  appearance: none;
  cursor: pointer;
  background: none;
  border: 1px solid #fefaf2;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin-right: .5rem;
  position: relative;
}

.newsletter-container .newsletter-subscription-form .custom-checkbox:checked {
  background-color: #fefaf2;
  border-color: #fefaf2;
}

.newsletter-container .newsletter-subscription-form .custom-checkbox:checked:after {
  content: "";
  border: .125rem solid #000;
  border-width: 0 .125rem .125rem 0;
  width: .3125rem;
  height: .5rem;
  position: absolute;
  top: .0625rem;
  left: .21875rem;
  transform: rotate(45deg);
}

.newsletter-container .newsletter-subscription-form .btn-subscribe {
  color: var(--color-dark);
  background-color: #e7be42;
  border-color: #e7be42;
}

.newsletter-container .newsletter-subscription-form .btn-subscribe:hover, .newsletter-container .newsletter-subscription-form .btn-subscribe:not(:disabled, .disabled):active {
  opacity: .85;
}

.newsletter-container .newsletter-subscription-form .btn-subscribe:disabled {
  background-color: var(--skin-primary-color-disabled);
  border-color: var(--skin-primary-color);
  color: var(--skin-primary-text-color-disabled);
  opacity: 1;
}

.newsletter-container .newsletter-subscription-form .email-input {
  color: #fefaf2;
  background-color: #0000;
  border-color: #fefaf2;
  border-radius: .375rem;
  min-height: 3.375rem;
  padding: 1.375rem 1.25rem;
}

@media (width >= 1000px) {
  .newsletter-container .newsletter-subscription-form .email-input {
    min-height: 3.75rem;
  }
}

.newsletter-container .newsletter-subscription-form .email-input::placeholder {
  color: #fefaf2;
}

.newsletter-container .newsletter-subscription-form .form-control.form-check-input {
  text-align: center;
  background: none;
  border: 1px solid #361f1a1f;
  border-radius: .375rem;
  width: 2.75rem;
  height: 1.6875rem;
  padding: 0;
  font-size: .688rem;
}

.newsletter-container .invalid-feedback {
  background: var(--color-soft-orange);
  z-index: 4;
  border: 1px solid #c00;
  border-radius: .25rem;
  width: auto;
  padding: .25rem;
  font-size: .75rem;
  position: absolute;
}

.newsletter-container .invalid-feedback:before {
  content: "";
  border: .375rem solid #0000;
  border-bottom-color: #c00;
  position: absolute;
  top: -.4375rem;
  left: 1rem;
  transform: translateY(-50%);
}

.newsletter-container .terms-and-conditions-group {
  margin-bottom: .5rem;
}

.newsletter-container .form-group.has-invalid-field {
  margin-bottom: 2.5rem;
}

.newsletter-container .email-subscription-feedback-container {
  height: 0;
}

.newsletter-container .email-subscription-feedback-container:has(p, span, div) {
  height: 1.3125rem;
}

.newsletter-container .email-subscription-feedback-container .email-signup-message-text {
  animation: 5s linear forwards fade;
}

@media (width >= 1000px) {
  .newsletter-container {
    text-align: center;
  }
}

.collapsible-xs .title:after {
  content: "";
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath d='m1 1.5 3 3 3-3' fill='none' stroke='%23FEFAF2' stroke-width='1.5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: .875rem;
  height: 2.25rem;
  display: inline-block;
}

.collapsible-xs.active .title:after {
  content: "";
  transform: rotate(180deg);
}

@media (width >= 600px) {
  .collapsible-xs .title:after {
    display: none;
  }
}

footer {
  background-color: var(--skin-secondary-background-color);
  color: var(--color-white, #fff);
  padding: 3rem .3125rem;
}

@media (width >= 1000px) {
  footer {
    padding: 4rem 0;
  }
}

footer h2 {
  font-size: 1rem;
  line-height: var(--skin-line-height-6);
  color: var(--color-white, #fff);
  margin-bottom: 0;
}

footer ul {
  padding-left: 0;
  list-style: none;
}

footer a {
  color: var(--color-white, #fff);
}

footer a:hover, footer a:focus {
  color: var(--color-white, #fff);
  opacity: .8;
}

footer p {
  color: var(--color-white, #fff);
}

footer .footer-container .footer-item .title, footer .footer-container .footer-item.collapsible-xs button {
  color: var(--color-light-bright);
  font-size: 1rem;
  font-weight: var(--skin-font-weight-bold);
  font-family: var(--skin-header-font);
  font-variation-settings: "slnt" 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
}

@media (width >= 1000px) {
  footer .footer-container .footer-item .title, footer .footer-container .footer-item.collapsible-xs button {
    font-size: 1.125rem;
  }
}

footer .content {
  font-size: .875rem;
}

footer .content li {
  height: 1.875rem;
}

footer .footer-content {
  max-width: 90rem;
}

@media (width >= 1000px) {
  footer .footer-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (width >= 600px) {
  footer .footer-content {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}

footer .certifications-payments-section .certifications-section {
  margin-bottom: 1.5rem;
}

footer .certifications-payments-section .certifications-section .certifications-grid {
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  margin-top: .25rem;
  display: flex;
}

footer .certifications-payments-section .certifications-section .certifications-grid .certification-item {
  flex: none;
}

footer .certifications-payments-section .certifications-section .certifications-grid .certification-item .certification-logo {
  object-fit: contain;
  width: 3.75rem;
  height: 3.75rem;
  display: block;
}

footer .certifications-payments-section .payment-methods-section .payment-methods-grid {
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  margin-top: .25rem;
  display: flex;
}

footer .certifications-payments-section .payment-methods-section .payment-methods-grid .payment-item {
  flex: none;
}

footer .certifications-payments-section .payment-methods-section .payment-methods-grid .payment-item .payment-logo {
  object-fit: contain;
  width: 2.5rem;
  height: auto;
  display: block;
}

footer .footer-item {
  border-bottom: none;
}

footer .footer-item h2 {
  line-height: inherit;
  margin-bottom: .625rem;
}

.copyright {
  color: var(--color-light-bright);
  font-size: 1rem;
}

@media (width >= 1000px) {
  .copyright {
    justify-content: end;
    font-size: 1.125rem;
    display: flex;
  }
}

.footer-static .content {
  color: var(--color-light-bright);
  opacity: .7;
  font-size: 1rem;
}

@media (width >= 1000px) {
  .footer-static .content {
    font-size: 1.125rem;
  }
}

.footer-user-locale {
  border-bottom: .125rem solid var(--color-kumabo);
}

.footer-item .title, .footer-item .country-selector, .footer-user-locale .title, .footer-user-locale .country-selector {
  color: var(--color-light-bright);
  font-size: 1rem;
  font-weight: var(--skin-font-weight-bold);
}

@media (width >= 1000px) {
  .footer-item .title, .footer-item .country-selector, .footer-user-locale .title, .footer-user-locale .country-selector {
    font-size: 1.125rem;
  }
}

.footer-item .country-selector-separator, .footer-user-locale .country-selector-separator {
  font-size: 1.125rem;
  font-weight: var(--skin-font-weight-bold);
  margin-top: .125rem;
  line-height: 1.2;
}

@media (width >= 1000px) {
  .footer-item .country-selector-separator, .footer-user-locale .country-selector-separator {
    font-size: 1.25rem;
  }
}

.footer-item ul, .footer-user-locale ul {
  margin-top: .5rem;
}

.footer-item ul li, .footer-user-locale ul li {
  height: auto;
  padding: .25rem 0;
}

.footer-item ul li a, .footer-user-locale ul li a {
  color: var(--color-light-bright);
  opacity: .7;
  font-size: .875rem;
}

@media (width >= 600px) {
  .footer-item ul li a, .footer-user-locale ul li a {
    font-size: 1.125rem;
  }
}

.footer-item ul li a:hover, .footer-user-locale ul li a:hover {
  opacity: 1;
  text-decoration: none;
}

.footer-container .footer-item {
  margin-bottom: 1.25rem;
}

.footer-container .footer-item ul.menu-footer {
  margin-top: .25rem;
  margin-bottom: 0;
}

@media (width >= 600px) {
  .footer-container {
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    padding-block-end: 1.5rem;
    display: grid;
  }

  .footer-container .footer-item {
    margin-bottom: 0;
    padding-left: .625rem;
    padding-right: .625rem;
  }
}

@media (width >= 1000px) {
  .footer-container {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 2.5rem;
    padding-block-end: 2rem;
    display: flex;
  }

  .footer-container .footer-item {
    flex: 1 1 0;
    min-width: 0;
    max-width: 14rem;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-container #ot-sdk-btn.ot-sdk-show-settings, .footer-container #ot-sdk-btn.optanon-show-settings {
  color: var(--color-light-bright);
  opacity: .7;
  font-size: .875rem;
  font-weight: 400;
  font-family: var(--skin-body-font);
  line-height: var(--skin-line-height-2);
  background-color: #0000;
  border: none;
  padding: 0;
}

@media (width >= 1000px) {
  .footer-container #ot-sdk-btn.ot-sdk-show-settings, .footer-container #ot-sdk-btn.optanon-show-settings {
    font-size: 1.125rem;
  }
}

.footer-container #ot-sdk-btn.ot-sdk-show-settings:hover, .footer-container #ot-sdk-btn.optanon-show-settings:hover {
  opacity: 1;
  color: var(--color-light-bright);
  background-color: #0000;
  text-decoration: none;
}

.footer-checkout-container .footer-checkout-strip {
  background-color: var(--color-kumabo);
  height: 3.25rem;
}

.footer-checkout-container .footer-checkout-left {
  background-color: var(--color-soft-orange);
  width: 100%;
}

.footer-checkout-container .footer-checkout-left .content-asset {
  max-width: 45rem;
  padding: 0 .5rem;
}

@media (width >= 1000px) {
  .footer-checkout-container .footer-checkout-left .content-asset {
    margin-left: auto;
    padding: 0 1rem;
  }
}

.footer-checkout-container .footer-checkout-left .content-asset .links-container {
  cursor: pointer;
  border-top: 1px solid #eed8ad;
  flex-flow: wrap;
  gap: .5rem 1.25rem;
  padding-top: 1.5rem;
  display: flex;
}

.footer-checkout-container .footer-checkout-left .content-asset .links-container .checkout-footer-link {
  color: var(--color-primary);
  text-decoration: underline;
}

@media (width >= 1000px) {
  .footer-checkout-container .footer-checkout-left {
    width: 50%;
  }
}

.footer-checkout-container .footer-checkout-right {
  background-color: var(--skin-banner-background-color-2);
  border-left: 1px solid #eed8ad;
  width: 100%;
}

@media (width >= 1000px) {
  .footer-checkout-container .footer-checkout-right {
    width: 50%;
  }
}

#checkoutFooterModal .modal-dialog .modal-content {
  background-color: #fefaf2;
}

#checkoutFooterModal .modal-dialog .modal-content .close {
  z-index: 1;
  position: absolute;
  top: .625rem;
  right: 1.125rem;
}

#checkoutFooterModal .modal-dialog .modal-content .modal-body h1, #checkoutFooterModal .modal-dialog .modal-content .modal-body h2, #checkoutFooterModal .modal-dialog .modal-content .modal-body h3, #checkoutFooterModal .modal-dialog .modal-content .modal-body h4, #checkoutFooterModal .modal-dialog .modal-content .modal-body h5, #checkoutFooterModal .modal-dialog .modal-content .modal-body h6, #checkoutFooterModal .modal-dialog .modal-content .modal-body p, #checkoutFooterModal .modal-dialog .modal-content .modal-body span, #checkoutFooterModal .modal-dialog .modal-content .modal-body div {
  margin-bottom: .5rem;
}

.modal-body-scrollable {
  max-height: calc(100vh - 240px);
  overflow: hidden auto;
}

@media (width >= 600px) {
  .slant-down:after {
    content: "";
    border-top: 0 solid #0000;
    border-bottom: 4vw solid #f9f9f9;
    border-left: 90vw solid #0000;
    border-right: 0 solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .slant-up:after {
    content: "";
    border-top: 4vw solid #f9f9f9;
    border-bottom: 0 solid #0000;
    border-left: 0 solid #0000;
    border-right: 90vw solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

h1.page-title {
  color: #fff;
  background-color: var(--skin-primary-color-1);
  margin: .9375em 0;
  padding: .3125em .625em .3125em 15px;
  font-size: 1.5rem;
  display: inline-block;
  position: relative;
}

@media (width >= 600px) {
  h1.page-title {
    font-size: 2rem;
  }
}

@media (width >= 1000px) {
  h1.page-title {
    font-size: 3rem;
  }
}

h1.page-title:before {
  content: "";
  background-color: var(--skin-primary-color-1);
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width >= 1680px) {
  h1.page-title:before {
    width: calc(50vw - 570px);
    left: calc(-50vw + 570px);
  }
}

@media (width >= 1400px) and (width <= 1679.98px) {
  h1.page-title:before {
    width: calc(50vw - 470px);
    left: calc(-50vw + 470px);
  }
}

@media (width >= 1000px) and (width <= 1399.98px) {
  h1.page-title:before {
    width: calc(50vw - 360px);
    left: calc(-50vw + 360px);
  }
}

@media (width >= 1680px) {
  h1.page-title {
    left: calc(50% - 570px);
  }
}

@media (width >= 1400px) and (width <= 1679.98px) {
  h1.page-title {
    left: calc(50% - 470px);
  }
}

@media (width >= 1000px) and (width <= 1399.98px) {
  h1.page-title {
    left: calc(50% - 360px);
  }
}

@media (width <= 999.98px) {
  h1.page-title {
    left: 0;
  }
}

.hero {
  background-position: 50%;
  background-size: cover;
  height: 25vw;
  position: relative;
}

.hero h1.page-title {
  margin: -1em 0 0;
  top: 50%;
}

.notify {
  position: fixed;
  top: 0;
}

.price {
  color: #222;
}

.price .strike-through {
  color: #1a1a1a;
  opacity: .7;
  margin: 0 .938rem 0 .4rem;
  text-decoration: line-through;
}

.price .starting:not(.has-list-price), .price .range:not(.has-list-price), .price .sales:not(.has-list-price) {
  font-weight: bold;
}

.price .starting.has-list-price, .price .range.has-list-price, .price .sales.has-list-price {
  color: #f83a3a;
}

.price .tiered {
  color: #222;
}

.price .tiered table {
  border-top: 1px solid #f5f5f5;
  margin: 0 auto;
}

.price .tiered table tr:nth-child(odd) {
  background-color: #333;
}

.price .tiered td, .price .tiered span.price {
  font-size: .875rem;
  font-weight: bold;
}

.price .tiered td {
  padding: .313rem;
}

.price .tiered td.quantity {
  text-align: right;
  font-weight: normal;
}

.price .tiered td.value {
  text-align: left;
}

.price .tiered .table-header {
  padding: .313rem;
  font-size: 1.125rem;
}

.price .tiered .column-header {
  padding: .313rem;
  font-size: 1rem;
  font-weight: normal;
}

.price .tiered .column-header.quantity {
  text-align: right;
}

.attribute {
  margin-top: .938em;
}

.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

@media (width <= 599.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

.prices-add-to-cart-actions {
  z-index: 50;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  bottom: 0;
  left: 0;
}

@media (width <= 599.98px) {
  .prices-add-to-cart-actions {
    background-color: #fffffff2;
    box-shadow: 0 2px 10px #0003;
  }
}

@media (width >= 600px) {
  .prices-add-to-cart-actions {
    padding: 0 .9375em;
    position: static;
  }
}

.prices-add-to-cart-actions .price {
  text-align: center;
}

.prices {
  text-align: center;
  padding-top: .5em;
  padding-bottom: .5em;
}

.cart-and-ipay {
  text-align: center;
}

@media (width <= 599.98px) {
  .cart-and-ipay {
    padding-bottom: 26px;
  }

  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: block;
  }
}

.add-to-cart-messages {
  position: fixed;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.add-to-basket-alert {
  padding: 1em;
  animation: 5s linear forwards fade;
  box-shadow: 1px 1px 5px gray;
}

.add-to-basket-alert.show {
  display: block;
}

.simple-quantity, .main-attributes {
  margin-top: 1em;
}

.size-chart, div.availability {
  margin-top: 1.071em;
}

.bundle-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
}

.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em;
}

@media (width <= 599.98px) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

.product-tile .image-container .product-badges {
  top: var(--skin-spacing-4);
  left: var(--skin-spacing-4);
  pointer-events: none;
  color: #fff;
  position: absolute;
}

@media (width <= 1399.98px) {
  .product-tile .image-container .product-badges {
    top: var(--skin-spacing-2);
    left: var(--skin-spacing-2);
  }
}

.product-tile .image-container .product-badges .badge {
  background-color: #f83a3a;
  border-radius: 2.625rem;
  width: fit-content;
  margin-bottom: .25rem;
  padding: .125rem .5rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.375rem;
  display: block;
}

@media (width <= 1399.98px) {
  .product-tile .image-container .product-badges .badge {
    font-size: .5625rem;
    line-height: .875rem;
  }
}

.product-tile {
  border: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
}

@media (width <= 1399.98px) {
  .product-tile {
    min-height: 23.4375em;
    font-size: .875rem;
  }
}

@media (width <= 999.98px) {
  .product-tile {
    min-height: 19.6875em;
  }
}

@media (width <= 599.98px) {
  .product-tile {
    min-height: 13.4375em;
  }
}

.product-tile .image-container {
  position: relative;
  overflow: hidden;
}

.product-tile .image-container .quick-add-product {
  opacity: 0;
  pointer-events: none;
  transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 1rem;
}

.product-tile .image-container .quick-add-product.show {
  opacity: 1;
  pointer-events: auto;
  bottom: 1rem;
}

@media (width <= 1399.98px) {
  .product-tile .image-container .quick-add-product {
    opacity: 1;
    pointer-events: auto;
    padding-bottom: 0;
    display: block;
    bottom: .5rem;
    left: .5rem;
  }
}

.product-tile .image-container .quick-add-product .icon-quick-buy {
  display: none;
}

@media (width <= 1399.98px) {
  .product-tile .image-container .quick-add-product .add-to-cart {
    border-radius: 50%;
    place-content: center;
    align-items: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    display: flex;
  }

  .product-tile .image-container .quick-add-product .quick-add-text-mobile {
    display: none;
  }

  .product-tile .image-container .quick-add-product .icon-quick-buy {
    background-image: url("../../images/bagicon.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
  }
}

.product-tile .image-container a {
  display: block;
}

.product-tile .image-container a .tile-image {
  width: 100%;
}

.product-tile .image-container a .tile-image:nth-child(2) {
  display: none;
}

.product-tile .image-container .quick-add-mobile {
  border-radius: 50%;
  place-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  display: flex;
}

.product-tile .image-container .quick-add-text-mobile {
  font-size: 1rem;
  font-weight: var(--skin-font-weight-medium);
}

.product-tile .tile-body {
  padding: 1rem 0 1.875em;
  line-height: 1.3125rem;
}

.product-tile .tile-body .pdp-link a.link {
  color: var(--skin-main-text-color-1) !important;
}

@media (width >= 600px) {
  .product-tile .tile-body {
    padding: 1.5rem 0 1.875em;
    line-height: 1.8rem;
  }
}

.product-tile .tile-body .price {
  margin-bottom: 0;
  line-height: 1.125rem;
  display: inline-block;
}

@media (width >= 600px) {
  .product-tile .tile-body .price {
    line-height: 1.4375rem;
  }
}

.product-tile .tile-body .price .tiered {
  font-size: .875em;
}

.product-tile .tile-body .price .tiered .value {
  font-weight: bold;
}

.product-tile .tile-body .price .strike-through {
  margin-right: 0;
}

.product-tile .tile-body .coming-soon-tile {
  text-align: center;
}

.product-tile .tile-body .price-per-kg {
  color: var(--skin-main-text-color-1);
  opacity: .7;
  font-size: 1rem;
  line-height: 1.563rem;
}

@media (width <= 1399.98px) {
  .product-tile .tile-body .price-per-kg {
    font-size: .75rem;
    line-height: 1.1875rem;
  }
}

.product-tile .tile-body .vat-included {
  font-size: .4375rem;
  display: inline-block;
}

@media (width >= 600px) {
  .product-tile .tile-body .vat-included {
    font-size: .688rem;
  }
}

.product-tile .tile-body .pdp-link a {
  color: #1a1a1a;
  text-decoration: none;
}

.product-tile .tile-body .ratings {
  color: #f1c966;
  margin-top: .25rem;
}

@media (width >= 600px) {
  .product-tile .tile-body .ratings.col-sm-6 {
    flex: 0 0 52%;
    max-width: 52%;
  }
}

#chooseBonusProductModal .modal-content {
  color: #361f1a;
  background-color: #fefaf2;
}

#chooseBonusProductModal .modal-footer .container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

#chooseBonusProductModal .select-cbp-container {
  margin-top: auto;
  margin-bottom: auto;
}

#chooseBonusProductModal .product-name-wrapper {
  width: 100%;
}

#chooseBonusProductModal .bonus-quantity, #chooseBonusProductModal .bonus-option {
  margin-top: .938em;
}

#chooseBonusProductModal .bonus-quantity-select {
  min-width: 5em;
}

#chooseBonusProductModal .modal-header {
  font-family: tt firs neue variable, sans-serif;
}

#chooseBonusProductModal .product-detail {
  padding-bottom: 0;
}

#chooseBonusProductModal .selected-pid {
  border: 1px solid #f5f5f5;
}

#chooseBonusProductModal .selected-pid .bonus-product-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#chooseBonusProductModal .bonus-product-price {
  text-align: center;
  margin-top: 1em;
}

#chooseBonusProductModal .modal-header, #chooseBonusProductModal .bonus-product-name, #chooseBonusProductModal .bonus-summary, #chooseBonusProductModal .add-bonus-products, #chooseBonusProductModal .select-bonus-product, #chooseBonusProductModal .product-name {
  font-size: .875rem;
}

@media (width >= 600px) {
  #chooseBonusProductModal .modal-header, #chooseBonusProductModal .bonus-product-name, #chooseBonusProductModal .bonus-summary, #chooseBonusProductModal .add-bonus-products, #chooseBonusProductModal .select-bonus-product, #chooseBonusProductModal .product-name {
    font-size: 1.125rem;
  }
}

.form-nav .nav-tabs .nav-link {
  color: #333;
}

.nav-tabs .nav-link.active {
  background-color: #0000;
}

.form-nav .nav-tabs .nav-link.active, .form-nav .nav-tabs .nav-link.active:focus, .form-nav .nav-tabs .nav-link.active:hover {
  color: #333;
  background-color: #fff;
}

@media (width >= 1400px) {
  .form-nav .nav-item > .nav-link {
    color: #333;
  }
}

.container .breadcrumb {
  border-bottom: 1px solid #f5f5f5;
  border-radius: 0;
}

.veil {
  z-index: 100;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.veil .underlay {
  opacity: .5;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.spinner {
  text-align: center;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  animation: 2s linear infinite sk-rotate;
  position: absolute;
  top: 50%;
  left: 50%;
}

.dot1, .dot2 {
  background-color: #fff;
  border-radius: 100%;
  width: 60%;
  height: 60%;
  animation: 2s ease-in-out infinite sk-bounce;
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot2 {
  animation-delay: -1s;
  top: auto;
  bottom: 0;
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.item-attributes {
  vertical-align: top;
  padding-left: 0;
}

.line-item-attributes, .line-item-option {
  margin: 0;
  font-size: .813rem;
}

.line-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
  margin-bottom: .313em;
  font-size: 1em;
  font-weight: bold;
  overflow: hidden;
}

.line-item-pricing-info {
  margin-bottom: 0;
}

.line-item-pricing-info + .price, .line-item-pricing-info + .unit-price .price {
  font-size: 1em;
  font-weight: bolder;
}

.line-item-price-quantity-info {
  border-top: 1px solid #ccc;
  margin-top: .625em;
}

.line-item-total-text {
  font-size: .813em;
}

.pricing {
  font-size: 1em;
  font-weight: bolder;
}

.item-image {
  flex-grow: 0;
  flex-shrink: 0;
  width: 5.625em;
  height: 5.625em;
  margin-right: .938em;
}

.item-image img.product-image {
  max-width: 100%;
  height: auto;
  max-height: 5.625em;
  margin: 0 auto;
  display: block;
}

.non-adjusted-price {
  display: none;
}

.line-item-promo {
  color: #008827;
  font-size: .813em;
}

.line-item-header {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.bundled-line-item + .bundled-line-item {
  margin-top: .625em;
}

.bundle-includes {
  margin-bottom: .625em;
  font-size: .813em;
}

.line-item-divider {
  margin: .625em -1.225em .625em -1.325em;
}

.line-dotted {
  border-top: .063em dashed #ccc;
}

.line-item-availability {
  font-size: .813rem;
}

.product-line-item-details {
  overflow-y: auto;
}

.minicart {
  position: relative;
}

.minicart h1 {
  font-size: 1rem;
}

.minicart .cart {
  background-color: #f9f9f9;
  padding-top: .625em;
  padding-bottom: .625em;
}

.minicart .remove-btn {
  color: #999;
  float: right;
  background-color: #fff;
  border: none;
  margin-top: -.313em;
  padding: 0;
  font-size: 1.625em;
}

.minicart .product-summary {
  max-height: 21.875em;
  margin-right: -.938em;
  padding-right: .938em;
  overflow: hidden auto;
}

.minicart .card-body {
  padding: .625em;
}

.minicart .quantity-label {
  font-size: .813em;
}

.minicart .quantity {
  width: 100%;
}

.minicart .popover {
  min-width: 23.44rem;
  max-width: 23.44rem;
  min-height: 22.7rem;
  display: none;
  top: 100%;
  left: auto;
  right: 0;
}

.minicart .popover:before {
  left: auto;
  right: 15px;
}

.minicart .popover:after {
  left: auto;
  right: 16px;
}

.minicart .popover.show {
  display: block;
}

.minicart .minicart-footer {
  border-top: 1px solid #f5f5f5;
}

.minicart .estimated-total {
  margin-top: .625em;
}

.minicart .sub-total-label, .minicart .sub-total {
  font-size: 1em;
  font-weight: 600;
}

.minicart .line-item-divider {
  margin: .625em -.625em .625em -1.325em;
}

.minicart .line-item-name {
  width: 90%;
}

@media (width >= 600px) and (width <= 999.98px) {
  .hide-link-med {
    display: none;
  }
}

@media (width >= 1000px) {
  .hide-no-link {
    display: none;
  }
}

@media (width <= 599.98px) {
  .hide-no-link {
    display: none;
  }
}

.info-icon {
  cursor: pointer;
  background: inherit;
  border: none;
  padding: 0;
  display: inline-block;
  position: relative;
}

.info-icon .icon {
  background-color: var(--skin-primary-color-1);
  text-align: center;
  color: #fff;
  border-radius: 1.25rem;
  width: 1.5625rem;
  font-weight: 600;
  display: inline-block;
}

.info-icon .tooltip {
  color: #fff;
  background-color: #444;
  border-radius: .1875rem;
  min-width: 20rem;
  max-width: 15rem;
  margin-left: 4px;
  padding: .312rem;
  font-size: .928rem;
  animation: .5s linear forwards fade-in;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -.625em);
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.info-icon .tooltip:before {
  content: " ";
  width: 100%;
  height: 1.25em;
  display: block;
  position: absolute;
  bottom: -1.25em;
  left: 0;
}

.info-icon .tooltip:after {
  content: " ";
  border-top: .625em solid #444;
  border-left: .625em solid #0000;
  border-right: .625em solid #0000;
  width: 0;
  height: 0;
  margin-left: -13px;
  position: absolute;
  bottom: -.625em;
  left: 50%;
}

.swatch-circle-beige {
  background: beige;
  border: .063em solid #0000004d;
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-beige.disabled {
  opacity: .2;
}

.swatch-filter-beige {
  background: beige;
  border: .063em solid #0000004d;
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-beige.disabled {
  opacity: .2;
}

.swatch-circle-black {
  background: #000;
  border: .063em solid #0000004d;
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-black.disabled {
  opacity: .2;
}

.swatch-filter-black {
  background: #000;
  border: .063em solid #0000004d;
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-black.disabled {
  opacity: .2;
}

.swatch-circle-blue {
  background: #0070d2;
  border: .063em solid #0000004d;
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-blue.disabled {
  opacity: .2;
}

.swatch-filter-blue {
  background: #0070d2;
  border: .063em solid #0000004d;
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-blue.disabled {
  opacity: .2;
}

.swatch-circle-brown {
  background: brown;
  border: .063em solid #0000004d;
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-brown.disabled {
  opacity: .2;
}

.swatch-filter-brown {
  background: brown;
  border: .063em solid #0000004d;
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-brown.disabled {
  opacity: .2;
}

.swatch-circle-green {
  background: #008827;
  border: .063em solid #0000004d;
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-green.disabled {
  opacity: .2;
}

.swatch-filter-green {
  background: #008827;
  border: .063em solid #0000004d;
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-green.disabled {
  opacity: .2;
}

.swatch-circle-grey {
  background: #8f979d;
  border: .063em solid #0000004d;
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-grey.disabled {
  opacity: .2;
}

.swatch-filter-grey {
  background: #8f979d;
  border: .063em solid #0000004d;
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-grey.disabled {
  opacity: .2;
}

.swatch-circle-navy {
  background: navy;
  border: .063em solid #0000004d;
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-navy.disabled {
  opacity: .2;
}

.swatch-filter-navy {
  background: navy;
  border: .063em solid #0000004d;
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-navy.disabled {
  opacity: .2;
}

.swatch-circle-orange {
  background: orange;
  border: .063em solid #0000004d;
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-orange.disabled {
  opacity: .2;
}

.swatch-filter-orange {
  background: orange;
  border: .063em solid #0000004d;
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-orange.disabled {
  opacity: .2;
}

.swatch-circle-pink {
  background: #fe249a;
  border: .063em solid #0000004d;
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-pink.disabled {
  opacity: .2;
}

.swatch-filter-pink {
  background: #fe249a;
  border: .063em solid #0000004d;
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-pink.disabled {
  opacity: .2;
}

.swatch-circle-purple {
  background: purple;
  border: .063em solid #0000004d;
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-purple.disabled {
  opacity: .2;
}

.swatch-filter-purple {
  background: purple;
  border: .063em solid #0000004d;
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-purple.disabled {
  opacity: .2;
}

.swatch-circle-red {
  background: red;
  border: .063em solid #0000004d;
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-red.disabled {
  opacity: .2;
}

.swatch-filter-red {
  background: red;
  border: .063em solid #0000004d;
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-red.disabled {
  opacity: .2;
}

.swatch-circle-white {
  background: #fff;
  border: .063em solid #0000004d;
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-white.disabled {
  opacity: .2;
}

.swatch-filter-white {
  background: #fff;
  border: .063em solid #0000004d;
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-white.disabled {
  opacity: .2;
}

.swatch-circle-yellow {
  background: #ff0;
  border: .063em solid #0000004d;
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-yellow.disabled {
  opacity: .2;
}

.swatch-filter-yellow {
  background: #ff0;
  border: .063em solid #0000004d;
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-yellow.disabled {
  opacity: .2;
}

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0 25%, #edd134 25%, #ff0 50%, #edd134 50%, #59ba00 50% 76%, #111 76% 100%) 0 0 / 50% 100% repeat-y, linear-gradient(0deg, #0e5cd1 0 50%, #e20b0b 50% 100%) 0 0 / 100% 100%;
  border: .063em solid #0000004d;
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
  transform: rotate(35deg);
}

.swatch-circle-miscellaneous.disabled {
  opacity: .2;
}

.swatch-circle-miscellaneous.selected:after {
  transform: rotate(-35deg);
}

.site-search {
  height: 2.5em;
  position: relative;
}

@media (width >= 600px) {
  .site-search {
    margin-right: .5em;
  }
}

@media (width >= 1680px) {
  .site-search {
    width: 20em;
  }
}

@media (width >= 1000px) and (width <= 1399.98px) {
  .site-search {
    width: 14.0625em;
  }
}

@media (width >= 600px) and (width <= 999.98px) {
  .site-search {
    width: 12.5em;
  }
}

.site-search .fa-close, .site-search .fa-search {
  background-color: #0000;
  border: none;
  padding: 0;
  position: absolute;
  top: .5625em;
  right: .5625em;
}

.site-search .reset-button {
  background-color: #0000;
  border: none;
  padding: 0;
  position: absolute;
  top: .5625em;
  right: 2em;
}

.site-search input {
  height: 100%;
  padding-right: 2rem;
}

@media (width <= 599.98px) {
  .header-search .site-search {
    display: none;
  }
}

.suggestions-wrapper {
  position: relative;
}

.suggestions {
  z-index: 3;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  width: 21.875rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

@media (width <= 599.98px) {
  .suggestions {
    width: 100%;
    display: flex;
    position: fixed;
  }
}

.suggestions .swatch-circle {
  background: #fff;
  border: .063em solid #0000004d;
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  margin-right: .85em;
  display: inline-block;
  position: relative;
}

.suggestions .swatch-circle.color-value[data-selected="true"]:after {
  color: #000;
  content: "\f058";
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  display: table-caption;
  position: absolute;
  left: .295em;
}

.suggestions .swatch-circle.color-value.selected:after {
  color: #000;
  content: "\f058";
  background: #fff;
  border-radius: 50%;
  width: .8em;
  height: .75em;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  line-height: .8em;
  display: table-caption;
  position: absolute;
  top: .35em;
  left: .31em;
}

.suggestions .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  width: .8em;
  height: .75em;
  line-height: .8em;
}

.suggestions .header {
  color: #999;
  padding-top: .625em;
  font-size: .875em;
}

.suggestions .header:not(:first-child) {
  border-top: 1px solid #f5f5f5;
}

.suggestions .item {
  padding-bottom: .625em;
}

.suggestions .item .name {
  margin-top: .313em;
}

.suggestions .item .ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (width <= 599.98px) {
  .suggestions .item {
    padding-bottom: .938em;
  }
}

.suggestions .items {
  padding: .313em 0;
}

.suggestions .items .list {
  padding: 0;
  list-style-type: none;
}

.suggestions .items .link {
  text-decoration: none;
}

.suggestions .items .link:hover .name {
  text-decoration: underline;
}

.suggestions .category-parent {
  color: #999;
  font-size: .875em;
}

.suggestions .selected {
  background-color: #333;
}

.suggestions .container {
  list-style-type: none;
}

.more-below {
  background: #f5f5f5;
  border: .063em solid #0000001a;
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: none;
  position: fixed;
  bottom: 1.875em;
  right: 1.875em;
  box-shadow: 0 1px 7px #0000004d;
}

.more-below i.fa-long-arrow-down {
  color: #fff;
  border-radius: 50%;
  width: .8em;
  height: .75em;
  font-size: 1.5rem;
  line-height: .8em;
  display: table-caption;
  position: absolute;
  top: .4em;
  left: .57em;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
}

.slick-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid #0000;
  height: auto;
  display: block;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev, .slick-next {
  cursor: pointer;
  color: #0000;
  background: none;
  border: none;
  outline: none;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: #0000;
  background: none;
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: slick;
  font-size: 1.25rem;
  line-height: 1;
}

.slick-prev {
  left: -1.5625rem;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -1.5625rem;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -1.5625rem;
}

[dir="rtl"] .slick-next {
  left: -1.5625rem;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

.slick-dotted.slick-slider {
  margin-bottom: 1.875rem;
}

.slick-dots {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
  bottom: -1.5625rem;
}

.slick-dots li {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 .3125rem;
  padding: 0;
  display: inline-block;
  position: relative;
}

.slick-dots li button {
  color: #0000;
  cursor: pointer;
  background: none;
  border: 0;
  outline: none;
  width: 1.25rem;
  height: 1.25rem;
  padding: .3125rem;
  font-size: 0;
  line-height: 0;
  display: block;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "\2022";
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.25rem;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75;
}

.promo-bar {
  z-index: 100;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.promo-bar-container {
  max-width: 100%;
  min-height: 48px;
  margin: 0 auto;
  padding: 12px 16px;
  transition: min-height .3s;
  position: relative;
}

.promo-bar-carousel-wrapper, .promo-bar-carousel {
  width: 100%;
}

.promo-bar-messages {
  font-weight: var(--skin-font-weight-medium);
  width: 100%;
  max-width: 480px;
  color: var(--color-bright);
  transition: min-height .3s;
}

.promo-bar-carousel .slick-list, .promo-bar-carousel .slick-track {
  align-items: center;
  margin: 2px 0;
  display: flex !important;
}

.promo-bar-carousel .slick-slide {
  justify-content: center;
  align-items: center;
  height: auto;
}

.promo-bar-carousel .slick-slide > div {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.promo-bar-message {
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  white-space: normal;
  outline: none;
  padding: 0 2.25rem;
  line-height: 1.1875rem;
  overflow: hidden;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
}

.promo-bar-message a {
  color: inherit;
  padding: 0 .3125rem;
  text-decoration: underline;
  transition: opacity .3s;
  display: inline;
}

.promo-bar-message a:hover {
  opacity: .8;
}

.promo-bar-message a:focus {
  border-radius: .0625rem;
  outline: 1px solid;
}

.promo-bar-carousel .slick-arrow {
  color: inherit;
  cursor: pointer;
  z-index: 10;
  background: none;
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.promo-bar-carousel .slick-arrow:before {
  content: "";
  display: none;
}

.promo-bar-carousel .slick-arrow:hover {
  color: inherit;
  opacity: .7;
}

.promo-bar-carousel .slick-arrow:focus {
  color: inherit;
  border-radius: .0625rem;
  outline: 1px solid;
}

.promo-bar-carousel .slick-arrow.slick-disabled {
  cursor: not-allowed;
  opacity: .3 !important;
}

.promo-bar-carousel .slick-prev svg, .promo-bar-carousel .slick-next svg {
  pointer-events: none;
  width: 10px;
  height: 10px;
  display: block;
}

.promo-bar-carousel .slick-dots {
  display: none !important;
}

.promo-bar-carousel .slick-prev {
  padding: .625rem;
  left: .5rem;
}

.promo-bar-carousel .slick-next {
  padding: .625rem;
  right: .5rem;
}

@media (width >= 1000px) {
  .promo-bar-container {
    max-width: 80%;
    padding: .75rem 3.75rem;
  }

  .promo-bar-message {
    white-space: nowrap;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    text-overflow: ellipsis;
    font-size: .875rem;
    line-height: normal;
    overflow: hidden;
    -webkit-box-orient: unset !important;
    display: block !important;
  }

  .promo-bar-carousel .slick-prev svg, .promo-bar-carousel .slick-next svg {
    width: .75rem;
    height: .75rem;
  }

  .promo-bar-carousel .slick-prev {
    left: 0;
  }

  .promo-bar-carousel .slick-next {
    right: 0;
  }

  .promo-bar-messages {
    max-width: 100%;
  }
}

.page:has(.account-page-wrapper) {
  background-color: inherit;
}

.account-welcome-header {
  overflow: hidden;
}

.account-welcome-header .account-welcome-hero {
  background-color: var(--skin-background-color-light);
  min-height: 100px;
}

.account-welcome-header .account-welcome-hero .account-hero-image {
  z-index: 1;
  max-height: 100px;
  top: 0;
  left: 0;
}

.account-welcome-header .account-welcome-hero .account-hero-image img, .account-welcome-header .account-welcome-hero .account-hero-image > * img {
  object-fit: cover;
}

.account-welcome-header .account-welcome-hero .account-hero-overlay {
  z-index: 2;
  min-height: 100px;
}

.account-welcome-header .account-welcome-hero .account-hero-overlay .account-hero-content {
  gap: 1rem;
  margin: auto 0;
}

.account-welcome-header .account-welcome-hero .account-hero-overlay .account-hero-content .account-hero-title {
  font-size: 1.5rem;
  font-weight: var(--skin-font-weight-regular);
  color: var(--color-dark);
  margin: 0;
}

.account-welcome-header .account-welcome-hero .account-hero-overlay .account-hero-content .account-signout-btn-mobile {
  background-color: #0000;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: .875rem;
  text-decoration: underline;
  transition: all .2s;
  display: flex;
}

.account-welcome-header .account-welcome-hero .account-hero-overlay .account-hero-content .account-signout-btn-mobile:hover {
  text-decoration: underline;
}

.account-tabs-wrapper {
  background-color: var(--skin-background-color-light);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--color-dark);
  overflow: auto hidden;
}

.account-tabs-container {
  gap: 0;
  margin: 0 auto;
}

.account-tabs-container .account-signout-btn-desktop {
  display: none;
}

.account-tabs-container .account-tab {
  color: var(--color-bright-light);
  font-weight: var(--skin-font-weight-regular);
  white-space: nowrap;
  border-bottom: 1px solid #0000;
  flex-shrink: 0;
  font-size: .875rem;
  text-decoration: none;
  transition: all .2s;
}

.account-tabs-container .account-tab:hover {
  color: var(--color-dark);
  text-decoration: none;
}

.account-tabs-container .account-tab.active {
  color: var(--color-dark);
  border-bottom-color: var(--color-dark);
  font-weight: var(--skin-font-weight-semibold);
}

.account-tabs-container .account-tab:focus-visible {
  outline: 2px solid var(--color-dark);
  outline-offset: -2px;
}

.account-tabs-container .account-tab:last-child {
  margin-right: 0;
}

.account-tab-content {
  color: var(--color-dark);
}

.account-tab-content .form-group.required .custom-control-label .label-text:after {
  content: "*";
  color: var(--color-dark);
}

.account-tab-content .form-group.required .custom-control-label .label-text a {
  text-decoration: underline;
}

.account-tab-content .btn:focus-visible, .account-tab-content a.btn:focus-visible, .account-tab-content button.btn:focus-visible {
  outline: 2px solid var(--color-dark);
  outline-offset: 2px;
}

.account-tab-content .card {
  background-color: var(--skin-banner-background-color-1);
  border: 1px solid var(--color-menu-icon-background-color);
}

.account-tab-content .card .card-header {
  background-color: #0000;
  border-bottom: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem 1rem 0;
  display: flex;
}

.account-tab-content .card .card-header h2, .account-tab-content .card .card-header h3, .account-tab-content .card .card-header h4, .account-tab-content .card .card-header h5, .account-tab-content .card .card-header h6, .account-tab-content .card .card-header .address-heading, .account-tab-content .card .card-header .profile-header, .account-tab-content .card .card-header .card-header-custom {
  font-size: 1rem;
  font-weight: var(--skin-font-weight-semibold);
  color: inherit;
  margin-bottom: 0;
}

@media (width >= 1000px) {
  .account-tab-content .card .card-header h2, .account-tab-content .card .card-header h3, .account-tab-content .card .card-header h4, .account-tab-content .card .card-header h5, .account-tab-content .card .card-header h6, .account-tab-content .card .card-header .address-heading, .account-tab-content .card .card-header .profile-header, .account-tab-content .card .card-header .card-header-custom {
    font-size: 1.125rem;
  }
}

.account-tab-content .card .card-header .pull-right {
  align-items: center;
  gap: .75rem;
  display: flex;
}

.account-tab-content .card .card-header .pull-right .remove-address, .account-tab-content .card .card-header .pull-right .remove-payment {
  cursor: pointer;
  line-height: var(--skin-line-height-1);
  background: none;
  border: none;
  padding: 0;
}

.account-tab-content .card .card-header .pull-right .remove-address img.delete-filter, .account-tab-content .card .card-header .pull-right .remove-payment img.delete-filter {
  filter: brightness(0) saturate() invert(0%) sepia(0%) saturate(0%) hue-rotate() brightness(0%) contrast();
  width: 20px;
  height: 20px;
  transition: opacity .2s;
}

.account-tab-content .card .card-header .pull-right .remove-address:hover img.delete-filter, .account-tab-content .card .card-header .pull-right .remove-payment:hover img.delete-filter {
  opacity: .8;
}

.account-tab-content .card .card-header .pull-right .remove-address:focus-visible, .account-tab-content .card .card-header .pull-right .remove-payment:focus-visible {
  outline: 2px solid var(--color-dark);
  outline-offset: 2px;
  border-radius: 2px;
}

.account-tab-content .card .card-body {
  padding: 0 1rem 1.5rem;
}

.account-tab-content .card .card-body p {
  font-size: .875rem;
  line-height: var(--skin-line-height-2);
  color: inherit;
  margin: 0;
}

.account-tab-content .card .card-body p:not(:last-child) {
  margin-bottom: .75rem;
}

.account-tab-content .card .card-body dl dt {
  font-size: 1rem;
  font-weight: var(--skin-font-weight-medium);
  color: inherit;
  margin-bottom: .5rem;
}

.account-tab-content .card .card-body dl dd {
  font-size: 1rem;
  line-height: var(--skin-line-height-2);
  color: inherit;
  margin-bottom: 1rem;
}

.account-tab-content .card .card-body span, .account-tab-content .card .card-body div:not(.btn, [class*="btn"], .invalid-feedback, .text-success, .text-danger), .account-tab-content .card .card-body label, .account-tab-content .card .card-body .form-control-label {
  color: inherit;
}

.account-tab-content .card .card-body .leading-lines {
  padding-top: 1rem;
}

.account-tab-content .card .card-body .leading-lines .start-lines:before {
  content: none;
}

.account-tab-content .card .card-body .leading-lines span {
  background-color: inherit;
}

.account-tab-content .card .card-body .error-message-link {
  color: var(--color-danger);
  text-decoration: underline;
}

.account-tab-content .card .card-footer {
  background-color: #0000;
  border-top: 1px solid #e6e6e6;
  padding: 1rem;
}

.account-tab-content .card .card-footer p {
  color: inherit;
  margin-bottom: .5rem;
  font-size: .875rem;
}

.account-tab-content .card .card-footer p:last-child {
  margin-bottom: 0;
}

.account-tab-content .card .card-footer .dashboard-order-card-footer-value {
  font-size: .875rem;
  font-weight: var(--skin-font-weight-semibold);
  color: inherit;
}

.account-tab-content .card .card-body .col-4, .account-tab-content .card .card-body .col-sm-4 {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  padding: 0;
}

@media (width >= 1000px) {
  .account-tab-content .card .card-body .col-4, .account-tab-content .card .card-body .col-sm-4 {
    flex: 0 0 96px;
    width: 96px;
    height: 96px;
  }
}

.account-tab-content .card .card-body .col-4 .img-fluid, .account-tab-content .card .card-body .col-sm-4 .img-fluid {
  object-fit: cover;
  width: 80px;
  height: 80px;
}

@media (width >= 1000px) {
  .account-tab-content .card .card-body .col-4 .img-fluid, .account-tab-content .card .card-body .col-sm-4 .img-fluid {
    width: 96px;
    height: 96px;
  }
}

.account-tab-content .view-all-orders {
  font-size: 1rem;
  text-decoration: underline;
}

.account-tab-content .overview-title {
  font-size: 1.25rem;
  font-family: var(--skin-header-font);
}

@media (width >= 1000px) {
  .account-tab-content .overview-title {
    font-size: 1.5rem;
  }
}

.account-tab-content .card.order-details-card .card-header {
  background-color: #0000;
  border-bottom: none;
}

.account-tab-content .card.order-details-card .card-header .card-header-custom {
  font-size: 1rem;
  font-weight: var(--skin-font-weight-semibold);
  color: inherit;
  margin-bottom: .5rem;
}

@media (width >= 1000px) {
  .account-tab-content .card.order-details-card .card-header .card-header-custom {
    font-size: 1.125rem;
  }
}

.account-tab-content .card.order-details-card .order-details-body {
  padding: 0;
}

.account-tab-content .card.order-details-card .order-details-row {
  margin-bottom: 1.5rem;
  padding: 0 2rem;
}

@media (width >= 1000px) {
  .account-tab-content .card.order-details-card .order-details-row {
    padding: 0 1rem;
  }
}

.account-tab-content .card.order-details-card .order-details-section-label {
  font-size: 1rem;
  font-weight: var(--skin-font-weight-semibold);
  text-transform: none;
  letter-spacing: normal;
  color: inherit;
}

.account-tab-content .card.order-details-card .order-details-content {
  font-size: 1rem;
  line-height: var(--skin-line-height-2);
  color: inherit;
  margin-bottom: 1rem;
  padding: 0;
}

.account-tab-content .card.order-details-card .order-details-content p {
  color: inherit;
  margin: 0;
  padding: 0;
}

.account-tab-content .card.order-details-card .order-details-content p:last-child {
  margin-bottom: 0;
}

.account-tab-content .card.order-details-card .order-details-email, .account-tab-content .card.order-details-card .order-details-phone, .account-tab-content .card.order-details-card .order-details-shipping-method, .account-tab-content .card.order-details-card .order-details-payment-type {
  color: inherit;
  margin: 0;
  padding: 0;
  font-size: .875rem;
}

.account-tab-content .card.order-details-card div, .account-tab-content .card.order-details-card span, .account-tab-content .card.order-details-card p, .account-tab-content .card.order-details-card label, .account-tab-content .card.order-details-card .form-control-label, .account-tab-content .card.order-details-card .address-summary, .account-tab-content .card.order-details-card .address-summary * {
  color: inherit;
}

.account-tab-content .card.order-product-summary .product-summary-block .product-line-item:last-child .minicart-product-separator, .account-tab-content .card.order-product-summary .product-summary-block .product-line-item:last-child hr.minicart-product-separator {
  display: none;
}

.account-tab-content .card.order-product-summary .product-summary-block .minicart-product-content {
  padding-left: 1.5rem;
}

.account-tab-content .card.order-product-summary .product-summary-block .minicart-product-actions {
  display: none !important;
}

.account-tab-content .card.order-product-summary .product-summary-block .line-item-name {
  text-wrap: wrap;
}

.account-tab-content .card.order-product-summary .product-summary-block .product-line-item:before {
  content: "";
  border-bottom: none;
  margin: 0;
  padding-top: 1rem;
}

.account-tab-content .no-saved-addresses, .account-tab-content .no-saved-payments p {
  font-size: 1rem;
}

@media (width >= 1000px) {
  .account-tab-content .no-saved-addresses, .account-tab-content .no-saved-payments p {
    font-size: 1.125rem;
  }
}

.account-no-orders-card > * {
  padding: 1rem;
}

@media (width >= 1000px) {
  .account-welcome-header .account-welcome-hero .account-hero-overlay .account-hero-content .account-hero-title {
    font-size: 2rem;
  }

  .account-welcome-header .account-welcome-hero .account-hero-overlay .account-hero-content .account-signout-btn-mobile {
    display: none;
  }

  .account-tabs-container .account-signout-btn-desktop {
    display: inline-block;
  }

  .account-tab {
    font-size: .938rem;
  }

  .account-no-orders-card .card-body {
    padding: 2rem;
  }

  .account-no-orders-card .card-body p {
    font-size: 1rem;
  }
}

.account-tab-content .payment-form .custom-control.custom-radio .custom-control-input:not(:checked) ~ .custom-control-label:before, .account-tab-content .edit-club-attributes-form .custom-control.custom-radio .custom-control-input:not(:checked) ~ .custom-control-label:before {
  background: var(--color-white);
  border: none;
}

.account-tab-content .payment-form .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:before, .account-tab-content .edit-club-attributes-form .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background: var(--color-kumabo);
  border: none;
}

.account-tab-content .payment-form .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:after, .account-tab-content .edit-club-attributes-form .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background: var(--color-white);
  content: "";
  background-image: none;
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
  display: block;
  top: 50%;
  left: .25rem;
  transform: translateY(-50%);
}

.account-tab-content .payment-form .custom-control.custom-radio .custom-control-input:focus-visible ~ .custom-control-label:before, .account-tab-content .edit-club-attributes-form .custom-control.custom-radio .custom-control-input:focus-visible ~ .custom-control-label:before {
  outline: 2px solid var(--color-kumabo);
  outline-offset: 2px;
  box-shadow: 0 0 0 .1rem #361f1a40;
}

.account-tab-content .payment-form .custom-control.custom-radio .custom-control-input:focus-visible, .account-tab-content .edit-club-attributes-form .custom-control.custom-radio .custom-control-input:focus-visible {
  outline: 2px solid var(--color-kumabo);
  outline-offset: 2px;
}

#deleteAddressModal .global-dialog .modal-content, #deletePaymentModal .global-dialog .modal-content {
  color: var(--color-dark);
  border-radius: 1rem;
  padding: .5rem;
  font-size: .875rem;
  line-height: 1;
  box-shadow: 0 2px 37px 10px #0006;
}

@media (width >= 1000px) {
  #deleteAddressModal .global-dialog .modal-content, #deletePaymentModal .global-dialog .modal-content {
    font-size: 1.125rem;
  }
}

#deleteAddressModal .global-dialog .modal-content .modal-header .modal-title, #deletePaymentModal .global-dialog .modal-content .modal-header .modal-title {
  font-family: var(--skin-header-font);
  color: var(--color-dark);
}

#deleteAddressModal .global-dialog .modal-content .modal-footer, #deletePaymentModal .global-dialog .modal-content .modal-footer {
  border-top: none;
  justify-content: flex-start;
  gap: .75rem;
  padding-top: 10px;
  display: flex;
}

#deleteAddressModal .global-dialog .modal-content .modal-footer button.delete-confirmation-btn:not(.delete-address-btn), #deleteAddressModal .global-dialog .modal-content .modal-footer button.btn-outline-primary, #deletePaymentModal .global-dialog .modal-content .modal-footer button.delete-confirmation-btn:not(.delete-address-btn), #deletePaymentModal .global-dialog .modal-content .modal-footer button.btn-outline-primary {
  flex: 1;
}

.product-summary-block .price-per-kg, .product-summary-block .line-item-quantity, .product-summary-block .line-item-weight {
  font-size: .75rem;
}

.product-summary-block .vat-included {
  margin-top: .1875rem;
}

@media (width >= 1000px) {
  .login-page {
    max-width: 58.75rem;
  }
}

@media (width >= 1400px) {
  .login-page {
    max-width: 71.25rem;
  }
}

@media (width >= 1680px) {
  .login-page {
    max-width: 90rem;
  }
}

.login-page .card {
  background-color: var(--skin-background-color-light);
  border: none;
}

.login-page .card .login .btn-primary {
  color: var(--color-dark);
  background-color: #e7be42;
  border-color: #e7be42;
}

.login-page .card .login .btn-primary:hover, .login-page .card .login .btn-primary:focus {
  opacity: .85;
}

.login-page .card .login a {
  text-decoration: underline;
}

.login-page .card .login .alert.alert-danger {
  margin: 0 3rem 1.5rem;
}

@media (width >= 1000px) {
  .login-page .card .login .alert.alert-danger {
    margin: 0 4rem 1.5rem;
  }
}

@media (width >= 1400px) {
  .login-page .card .login .alert.alert-danger {
    margin: 0 6rem 1.5rem;
  }
}

.login-page .card .trackorder .btn-outline {
  color: var(--color-dark);
  background-color: #0000;
  border: 2px solid #e7be42;
}

.login-page .card .trackorder .btn-outline:hover, .login-page .card .trackorder .btn-outline:focus {
  opacity: .85;
}

.login-page .card .form-control {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.login-page .card .forgot-password a, .login-page .card .text-center a.text-underline {
  color: var(--color-secondary-text) !important;
}

@media (width >= 1000px) {
  .login-page .card .text-center a.text-underline {
    font-size: 1.125rem;
  }
}

.login-page .breadcrumb {
  border-bottom: none;
}

@media (width >= 1000px) {
  .login-page .breadcrumb {
    padding-left: 0 !important;
  }
}

@media (width >= 1400px) {
  .login-page .breadcrumb {
    padding-left: 2.1875rem !important;
  }
}

.login-page #requestPasswordResetModal .modal-content {
  background-color: var(--skin-banner-background-color-1);
}

.login-page #requestPasswordResetModal .modal-content .close {
  position: absolute;
  top: .875rem;
  right: .875rem;
}


/*# sourceMappingURL=globalDeffered.css.map*/