@charset "UTF-8";
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --red: #f6505c;
  --green: #70b832;
  --green-light: #e9f6dd;
  --blue-lighter: #f2f3f3;
  --blue-light: #d7dde9;
  --blue: #1a88c1;
  --blue-dark: #2264a7;
  --blue-darker: #104a84;
  --orange: #ffcc00;
  --dark: #212529;
  --light: #495057;
  --primary: #f6505c;
  --secondary: #70b832;
  --secondary-light: #e9f6dd;
  --tertiary: #1a88c1;
  --tertiary-light: #d7dde9;
  --tertiary-dark: #2264a7;
  --tertiary-darker: #104a84;
  --success: #70b832;
  --info: #1a88c1;
  --warning: #ffcc00;
  --danger: #f6505c;
  --light: #495057;
  --dark: #212529;
  --gray-bg: #f2f3f3;
  --gray-border: #ced4da;
  --footer-bg: #374151;
  --footer-bg-dark: #2a323e;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 600;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #212529;
  -webkit-text-decoration: unserline;
          text-decoration: unserline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

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 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-last {
  -ms-flex-order: 13;
      order: 13;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-order: 12;
      order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

.table-tertiary,
.table-tertiary > th,
.table-tertiary > td {
  background-color: #bfdeee;
}

.table-hover .table-tertiary:hover {
  background-color: #abd4e9;
}
.table-hover .table-tertiary:hover > td,
.table-hover .table-tertiary:hover > th {
  background-color: #abd4e9;
}

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

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

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

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

.table-tertiary-darker,
.table-tertiary-darker > th,
.table-tertiary-darker > td {
  background-color: #bcccdd;
}

.table-hover .table-tertiary-darker:hover {
  background-color: #abbfd4;
}
.table-hover .table-tertiary-darker:hover > td,
.table-hover .table-tertiary-darker:hover > th {
  background-color: #abbfd4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-footer-bg,
.table-footer-bg > th,
.table-footer-bg > td {
  background-color: #c7cace;
}

.table-hover .table-footer-bg:hover {
  background-color: #b9bdc2;
}
.table-hover .table-footer-bg:hover > td,
.table-hover .table-footer-bg:hover > th {
  background-color: #b9bdc2;
}

.table-footer-bg-dark,
.table-footer-bg-dark > th,
.table-footer-bg-dark > td {
  background-color: #c3c6c9;
}

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: add(1.5em, add(0.75rem, 2px, false));
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #fcc9cd;
  outline: 0;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #adb5bd;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #adb5bd;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #adb5bd;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #adb5bd;
  opacity: 1;
}
.form-control::placeholder {
  color: #adb5bd;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

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

.form-control-sm {
  height: add(1.5em, add(0.5rem, 2px, false));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: add(1.5em, add(1rem, 2px, false));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #70b832;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(112, 184, 50, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #70b832;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #70b832;
  box-shadow: 0 0 0 0.2rem rgba(112, 184, 50, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #70b832;
}
.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: #70b832;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #b2df8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #8acf4e;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(112, 184, 50, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #70b832;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(112, 184, 50, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(246, 80, 92, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #f6505c;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #f6505c;
  box-shadow: 0 0 0 0.2rem rgba(246, 80, 92, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f6505c;
}
.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: #f6505c;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #fcc9cd;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #f88189;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(246, 80, 92, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f6505c;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(246, 80, 92, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #f6505c;
  border-color: #f6505c;
}
.btn-primary:hover {
  color: #fff;
  background-color: #f42c3a;
  border-color: #f41f2f;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 80, 92, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #f6505c;
  border-color: #f6505c;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f41f2f;
  border-color: #f31324;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 80, 92, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #70b832;
  border-color: #70b832;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5e9a2a;
  border-color: #589027;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 184, 50, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #70b832;
  border-color: #70b832;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #589027;
  border-color: #518624;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 184, 50, 0.5);
}

.btn-secondary-light {
  color: #212529;
  background-color: #e9f6dd;
  border-color: #e9f6dd;
}
.btn-secondary-light:hover {
  color: #212529;
  background-color: #d5eebf;
  border-color: #cfebb5;
}
.btn-secondary-light:focus, .btn-secondary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 246, 221, 0.5);
}
.btn-secondary-light.disabled, .btn-secondary-light:disabled {
  color: #212529;
  background-color: #e9f6dd;
  border-color: #e9f6dd;
}
.btn-secondary-light:not(:disabled):not(.disabled):active, .btn-secondary-light:not(:disabled):not(.disabled).active, .show > .btn-secondary-light.dropdown-toggle {
  color: #212529;
  background-color: #cfebb5;
  border-color: #c8e9ab;
}
.btn-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-secondary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 246, 221, 0.5);
}

.btn-tertiary {
  color: #fff;
  background-color: #1a88c1;
  border-color: #1a88c1;
}
.btn-tertiary:hover {
  color: #fff;
  background-color: #15709f;
  border-color: #146894;
}
.btn-tertiary:focus, .btn-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 136, 193, 0.5);
}
.btn-tertiary.disabled, .btn-tertiary:disabled {
  color: #fff;
  background-color: #1a88c1;
  border-color: #1a88c1;
}
.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active, .show > .btn-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #146894;
  border-color: #126089;
}
.btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 136, 193, 0.5);
}

.btn-tertiary-light {
  color: #212529;
  background-color: #d7dde9;
  border-color: #d7dde9;
}
.btn-tertiary-light:hover {
  color: #212529;
  background-color: #bec8db;
  border-color: #b6c1d7;
}
.btn-tertiary-light:focus, .btn-tertiary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 221, 233, 0.5);
}
.btn-tertiary-light.disabled, .btn-tertiary-light:disabled {
  color: #212529;
  background-color: #d7dde9;
  border-color: #d7dde9;
}
.btn-tertiary-light:not(:disabled):not(.disabled):active, .btn-tertiary-light:not(:disabled):not(.disabled).active, .show > .btn-tertiary-light.dropdown-toggle {
  color: #212529;
  background-color: #b6c1d7;
  border-color: #aebad2;
}
.btn-tertiary-light:not(:disabled):not(.disabled):active:focus, .btn-tertiary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-tertiary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 221, 233, 0.5);
}

.btn-tertiary-dark {
  color: #fff;
  background-color: #2264a7;
  border-color: #2264a7;
}
.btn-tertiary-dark:hover {
  color: #fff;
  background-color: #1c5187;
  border-color: #194b7d;
}
.btn-tertiary-dark:focus, .btn-tertiary-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 100, 167, 0.5);
}
.btn-tertiary-dark.disabled, .btn-tertiary-dark:disabled {
  color: #fff;
  background-color: #2264a7;
  border-color: #2264a7;
}
.btn-tertiary-dark:not(:disabled):not(.disabled):active, .btn-tertiary-dark:not(:disabled):not(.disabled).active, .show > .btn-tertiary-dark.dropdown-toggle {
  color: #fff;
  background-color: #194b7d;
  border-color: #174472;
}
.btn-tertiary-dark:not(:disabled):not(.disabled):active:focus, .btn-tertiary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-tertiary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 100, 167, 0.5);
}

.btn-tertiary-darker {
  color: #fff;
  background-color: #104a84;
  border-color: #104a84;
}
.btn-tertiary-darker:hover {
  color: #fff;
  background-color: #0c3762;
  border-color: #0a3157;
}
.btn-tertiary-darker:focus, .btn-tertiary-darker.focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 74, 132, 0.5);
}
.btn-tertiary-darker.disabled, .btn-tertiary-darker:disabled {
  color: #fff;
  background-color: #104a84;
  border-color: #104a84;
}
.btn-tertiary-darker:not(:disabled):not(.disabled):active, .btn-tertiary-darker:not(:disabled):not(.disabled).active, .show > .btn-tertiary-darker.dropdown-toggle {
  color: #fff;
  background-color: #0a3157;
  border-color: #092a4b;
}
.btn-tertiary-darker:not(:disabled):not(.disabled):active:focus, .btn-tertiary-darker:not(:disabled):not(.disabled).active:focus, .show > .btn-tertiary-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 74, 132, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #70b832;
  border-color: #70b832;
}
.btn-success:hover {
  color: #fff;
  background-color: #5e9a2a;
  border-color: #589027;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 184, 50, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #70b832;
  border-color: #70b832;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #589027;
  border-color: #518624;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 184, 50, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #1a88c1;
  border-color: #1a88c1;
}
.btn-info:hover {
  color: #fff;
  background-color: #15709f;
  border-color: #146894;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 136, 193, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #1a88c1;
  border-color: #1a88c1;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #146894;
  border-color: #126089;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 136, 193, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-warning:hover {
  color: #212529;
  background-color: #d9ad00;
  border-color: #cca300;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #cca300;
  border-color: #bf9900;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f6505c;
  border-color: #f6505c;
}
.btn-danger:hover {
  color: #fff;
  background-color: #f42c3a;
  border-color: #f41f2f;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 80, 92, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f6505c;
  border-color: #f6505c;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f41f2f;
  border-color: #f31324;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 80, 92, 0.5);
}

.btn-light {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-light:hover {
  color: #fff;
  background-color: #383d42;
  border-color: #32373b;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #32373b;
  border-color: #2c3034;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #101214;
  border-color: #0a0c0d;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0a0c0d;
  border-color: #050506;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-gray-bg {
  color: #212529;
  background-color: #f2f3f3;
  border-color: #f2f3f3;
}
.btn-gray-bg:hover {
  color: #212529;
  background-color: #dee1e1;
  border-color: #d7dbdb;
}
.btn-gray-bg:focus, .btn-gray-bg.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 243, 243, 0.5);
}
.btn-gray-bg.disabled, .btn-gray-bg:disabled {
  color: #212529;
  background-color: #f2f3f3;
  border-color: #f2f3f3;
}
.btn-gray-bg:not(:disabled):not(.disabled):active, .btn-gray-bg:not(:disabled):not(.disabled).active, .show > .btn-gray-bg.dropdown-toggle {
  color: #212529;
  background-color: #d7dbdb;
  border-color: #d1d4d4;
}
.btn-gray-bg:not(:disabled):not(.disabled):active:focus, .btn-gray-bg:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-bg.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 243, 243, 0.5);
}

.btn-gray-border {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-gray-border:hover {
  color: #212529;
  background-color: #b8c1ca;
  border-color: #b1bbc4;
}
.btn-gray-border:focus, .btn-gray-border.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}
.btn-gray-border.disabled, .btn-gray-border:disabled {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-gray-border:not(:disabled):not(.disabled):active, .btn-gray-border:not(:disabled):not(.disabled).active, .show > .btn-gray-border.dropdown-toggle {
  color: #212529;
  background-color: #b1bbc4;
  border-color: #aab4bf;
}
.btn-gray-border:not(:disabled):not(.disabled):active:focus, .btn-gray-border:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-border.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-footer-bg {
  color: #fff;
  background-color: #374151;
  border-color: #374151;
}
.btn-footer-bg:hover {
  color: #fff;
  background-color: #282f3a;
  border-color: #222933;
}
.btn-footer-bg:focus, .btn-footer-bg.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 65, 81, 0.5);
}
.btn-footer-bg.disabled, .btn-footer-bg:disabled {
  color: #fff;
  background-color: #374151;
  border-color: #374151;
}
.btn-footer-bg:not(:disabled):not(.disabled):active, .btn-footer-bg:not(:disabled):not(.disabled).active, .show > .btn-footer-bg.dropdown-toggle {
  color: #fff;
  background-color: #222933;
  border-color: #1d232b;
}
.btn-footer-bg:not(:disabled):not(.disabled):active:focus, .btn-footer-bg:not(:disabled):not(.disabled).active:focus, .show > .btn-footer-bg.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 65, 81, 0.5);
}

.btn-footer-bg-dark {
  color: #fff;
  background-color: #2a323e;
  border-color: #2a323e;
}
.btn-footer-bg-dark:hover {
  color: #fff;
  background-color: #1b2027;
  border-color: #151920;
}
.btn-footer-bg-dark:focus, .btn-footer-bg-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 50, 62, 0.5);
}
.btn-footer-bg-dark.disabled, .btn-footer-bg-dark:disabled {
  color: #fff;
  background-color: #2a323e;
  border-color: #2a323e;
}
.btn-footer-bg-dark:not(:disabled):not(.disabled):active, .btn-footer-bg-dark:not(:disabled):not(.disabled).active, .show > .btn-footer-bg-dark.dropdown-toggle {
  color: #fff;
  background-color: #151920;
  border-color: #101318;
}
.btn-footer-bg-dark:not(:disabled):not(.disabled):active:focus, .btn-footer-bg-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-footer-bg-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 50, 62, 0.5);
}

.btn-outline-primary {
  color: #f6505c;
  background-color: transparent;
  background-image: none;
  border-color: #f6505c;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #f6505c;
  border-color: #f6505c;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 80, 92, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #f6505c;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #f6505c;
  border-color: #f6505c;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 80, 92, 0.5);
}

.btn-outline-secondary {
  color: #70b832;
  background-color: transparent;
  background-image: none;
  border-color: #70b832;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #70b832;
  border-color: #70b832;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 184, 50, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #70b832;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #70b832;
  border-color: #70b832;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 184, 50, 0.5);
}

.btn-outline-secondary-light {
  color: #e9f6dd;
  background-color: transparent;
  background-image: none;
  border-color: #e9f6dd;
}
.btn-outline-secondary-light:hover {
  color: #212529;
  background-color: #e9f6dd;
  border-color: #e9f6dd;
}
.btn-outline-secondary-light:focus, .btn-outline-secondary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 246, 221, 0.5);
}
.btn-outline-secondary-light.disabled, .btn-outline-secondary-light:disabled {
  color: #e9f6dd;
  background-color: transparent;
}
.btn-outline-secondary-light:not(:disabled):not(.disabled):active, .btn-outline-secondary-light:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-light.dropdown-toggle {
  color: #212529;
  background-color: #e9f6dd;
  border-color: #e9f6dd;
}
.btn-outline-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 246, 221, 0.5);
}

.btn-outline-tertiary {
  color: #1a88c1;
  background-color: transparent;
  background-image: none;
  border-color: #1a88c1;
}
.btn-outline-tertiary:hover {
  color: #fff;
  background-color: #1a88c1;
  border-color: #1a88c1;
}
.btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 136, 193, 0.5);
}
.btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
  color: #1a88c1;
  background-color: transparent;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active, .show > .btn-outline-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #1a88c1;
  border-color: #1a88c1;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 136, 193, 0.5);
}

.btn-outline-tertiary-light {
  color: #d7dde9;
  background-color: transparent;
  background-image: none;
  border-color: #d7dde9;
}
.btn-outline-tertiary-light:hover {
  color: #212529;
  background-color: #d7dde9;
  border-color: #d7dde9;
}
.btn-outline-tertiary-light:focus, .btn-outline-tertiary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 221, 233, 0.5);
}
.btn-outline-tertiary-light.disabled, .btn-outline-tertiary-light:disabled {
  color: #d7dde9;
  background-color: transparent;
}
.btn-outline-tertiary-light:not(:disabled):not(.disabled):active, .btn-outline-tertiary-light:not(:disabled):not(.disabled).active, .show > .btn-outline-tertiary-light.dropdown-toggle {
  color: #212529;
  background-color: #d7dde9;
  border-color: #d7dde9;
}
.btn-outline-tertiary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tertiary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 221, 233, 0.5);
}

.btn-outline-tertiary-dark {
  color: #2264a7;
  background-color: transparent;
  background-image: none;
  border-color: #2264a7;
}
.btn-outline-tertiary-dark:hover {
  color: #fff;
  background-color: #2264a7;
  border-color: #2264a7;
}
.btn-outline-tertiary-dark:focus, .btn-outline-tertiary-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 100, 167, 0.5);
}
.btn-outline-tertiary-dark.disabled, .btn-outline-tertiary-dark:disabled {
  color: #2264a7;
  background-color: transparent;
}
.btn-outline-tertiary-dark:not(:disabled):not(.disabled):active, .btn-outline-tertiary-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-tertiary-dark.dropdown-toggle {
  color: #fff;
  background-color: #2264a7;
  border-color: #2264a7;
}
.btn-outline-tertiary-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tertiary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 100, 167, 0.5);
}

.btn-outline-tertiary-darker {
  color: #104a84;
  background-color: transparent;
  background-image: none;
  border-color: #104a84;
}
.btn-outline-tertiary-darker:hover {
  color: #fff;
  background-color: #104a84;
  border-color: #104a84;
}
.btn-outline-tertiary-darker:focus, .btn-outline-tertiary-darker.focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 74, 132, 0.5);
}
.btn-outline-tertiary-darker.disabled, .btn-outline-tertiary-darker:disabled {
  color: #104a84;
  background-color: transparent;
}
.btn-outline-tertiary-darker:not(:disabled):not(.disabled):active, .btn-outline-tertiary-darker:not(:disabled):not(.disabled).active, .show > .btn-outline-tertiary-darker.dropdown-toggle {
  color: #fff;
  background-color: #104a84;
  border-color: #104a84;
}
.btn-outline-tertiary-darker:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary-darker:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tertiary-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 74, 132, 0.5);
}

.btn-outline-success {
  color: #70b832;
  background-color: transparent;
  background-image: none;
  border-color: #70b832;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #70b832;
  border-color: #70b832;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 184, 50, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #70b832;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #70b832;
  border-color: #70b832;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 184, 50, 0.5);
}

.btn-outline-info {
  color: #1a88c1;
  background-color: transparent;
  background-image: none;
  border-color: #1a88c1;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #1a88c1;
  border-color: #1a88c1;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 136, 193, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #1a88c1;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #1a88c1;
  border-color: #1a88c1;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 136, 193, 0.5);
}

.btn-outline-warning {
  color: #ffcc00;
  background-color: transparent;
  background-image: none;
  border-color: #ffcc00;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffcc00;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.5);
}

.btn-outline-danger {
  color: #f6505c;
  background-color: transparent;
  background-image: none;
  border-color: #f6505c;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f6505c;
  border-color: #f6505c;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 80, 92, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f6505c;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f6505c;
  border-color: #f6505c;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 80, 92, 0.5);
}

.btn-outline-light {
  color: #495057;
  background-color: transparent;
  background-image: none;
  border-color: #495057;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #495057;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}

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

.btn-outline-gray-bg {
  color: #f2f3f3;
  background-color: transparent;
  background-image: none;
  border-color: #f2f3f3;
}
.btn-outline-gray-bg:hover {
  color: #212529;
  background-color: #f2f3f3;
  border-color: #f2f3f3;
}
.btn-outline-gray-bg:focus, .btn-outline-gray-bg.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 243, 243, 0.5);
}
.btn-outline-gray-bg.disabled, .btn-outline-gray-bg:disabled {
  color: #f2f3f3;
  background-color: transparent;
}
.btn-outline-gray-bg:not(:disabled):not(.disabled):active, .btn-outline-gray-bg:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-bg.dropdown-toggle {
  color: #212529;
  background-color: #f2f3f3;
  border-color: #f2f3f3;
}
.btn-outline-gray-bg:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-bg:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-bg.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 243, 243, 0.5);
}

.btn-outline-gray-border {
  color: #ced4da;
  background-color: transparent;
  background-image: none;
  border-color: #ced4da;
}
.btn-outline-gray-border:hover {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-gray-border:focus, .btn-outline-gray-border.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}
.btn-outline-gray-border.disabled, .btn-outline-gray-border:disabled {
  color: #ced4da;
  background-color: transparent;
}
.btn-outline-gray-border:not(:disabled):not(.disabled):active, .btn-outline-gray-border:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-border.dropdown-toggle {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-gray-border:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-border:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-border.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-outline-footer-bg {
  color: #374151;
  background-color: transparent;
  background-image: none;
  border-color: #374151;
}
.btn-outline-footer-bg:hover {
  color: #fff;
  background-color: #374151;
  border-color: #374151;
}
.btn-outline-footer-bg:focus, .btn-outline-footer-bg.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 65, 81, 0.5);
}
.btn-outline-footer-bg.disabled, .btn-outline-footer-bg:disabled {
  color: #374151;
  background-color: transparent;
}
.btn-outline-footer-bg:not(:disabled):not(.disabled):active, .btn-outline-footer-bg:not(:disabled):not(.disabled).active, .show > .btn-outline-footer-bg.dropdown-toggle {
  color: #fff;
  background-color: #374151;
  border-color: #374151;
}
.btn-outline-footer-bg:not(:disabled):not(.disabled):active:focus, .btn-outline-footer-bg:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-footer-bg.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 65, 81, 0.5);
}

.btn-outline-footer-bg-dark {
  color: #2a323e;
  background-color: transparent;
  background-image: none;
  border-color: #2a323e;
}
.btn-outline-footer-bg-dark:hover {
  color: #fff;
  background-color: #2a323e;
  border-color: #2a323e;
}
.btn-outline-footer-bg-dark:focus, .btn-outline-footer-bg-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 50, 62, 0.5);
}
.btn-outline-footer-bg-dark.disabled, .btn-outline-footer-bg-dark:disabled {
  color: #2a323e;
  background-color: transparent;
}
.btn-outline-footer-bg-dark:not(:disabled):not(.disabled):active, .btn-outline-footer-bg-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-footer-bg-dark.dropdown-toggle {
  color: #fff;
  background-color: #2a323e;
  border-color: #2a323e;
}
.btn-outline-footer-bg-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-footer-bg-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-footer-bg-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 50, 62, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #212529;
  background-color: transparent;
}
.btn-link:hover {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #f6505c;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #f6505c;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: snow;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -0.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -0.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f6505c;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/></svg>");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #f6505c;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'><path stroke='#fff' d='M0 2h4'/></svg>");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(246, 80, 92, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(246, 80, 92, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f6505c;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'><circle r='3' fill='#fff'/></svg>");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(246, 80, 92, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: add(1.5em, add(0.75rem, 2px, false));
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='10'%3E%3Cpath fill='%23404046' d='M3.5 0L7 4H0l3.5-4zM3.5 10L0 6h7l-3.5 4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #fcc9cd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 80, 92, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: add(1.5em, add(0.5rem, 2px, false));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: add(1.5em, add(1rem, 2px, false));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: add(1.5em, add(0.75rem, 2px, false));
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: add(1.5em, add(0.75rem, 2px, false));
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #fcc9cd;
  box-shadow: none;
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #fcc9cd;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: add(1.5em, add(0.75rem, 2px, false));
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: add(1.5em, 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #f6505c;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: snow;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #f6505c;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: snow;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #f6505c;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: snow;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #212529;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: inherit;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #f6505c;
  border-color: #f6505c;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #802a30;
  background-color: #fddcde;
  border-color: #fcced1;
}
.alert-primary hr {
  border-top-color: #fbb6ba;
}
.alert-primary .alert-link {
  color: #5a1d22;
}

.alert-secondary {
  color: #3a601a;
  background-color: #e2f1d6;
  border-color: #d7ebc6;
}
.alert-secondary hr {
  border-top-color: #cae4b3;
}
.alert-secondary .alert-link {
  color: #22380f;
}

.alert-secondary-light {
  color: #798073;
  background-color: #fbfdf8;
  border-color: #f9fcf5;
}
.alert-secondary-light hr {
  border-top-color: #edf6e1;
}
.alert-secondary-light .alert-link {
  color: #60655b;
}

.alert-tertiary {
  color: #0e4764;
  background-color: #d1e7f3;
  border-color: #bfdeee;
}
.alert-tertiary hr {
  border-top-color: #abd4e9;
}
.alert-tertiary .alert-link {
  color: #082737;
}

.alert-tertiary-light {
  color: #707379;
  background-color: #f7f8fb;
  border-color: #f4f5f9;
}
.alert-tertiary-light hr {
  border-top-color: #e4e6f0;
}
.alert-tertiary-light .alert-link {
  color: #575a5f;
}

.alert-tertiary-dark {
  color: #123457;
  background-color: #d3e0ed;
  border-color: #c1d4e6;
}
.alert-tertiary-dark hr {
  border-top-color: #afc7df;
}
.alert-tertiary-dark .alert-link {
  color: #091b2d;
}

.alert-tertiary-darker {
  color: #082645;
  background-color: #cfdbe6;
  border-color: #bcccdd;
}
.alert-tertiary-darker hr {
  border-top-color: #abbfd4;
}
.alert-tertiary-darker .alert-link {
  color: #030d17;
}

.alert-success {
  color: #3a601a;
  background-color: #e2f1d6;
  border-color: #d7ebc6;
}
.alert-success hr {
  border-top-color: #cae4b3;
}
.alert-success .alert-link {
  color: #22380f;
}

.alert-info {
  color: #0e4764;
  background-color: #d1e7f3;
  border-color: #bfdeee;
}
.alert-info hr {
  border-top-color: #abd4e9;
}
.alert-info .alert-link {
  color: #082737;
}

.alert-warning {
  color: #856a00;
  background-color: #fff5cc;
  border-color: #fff1b8;
}
.alert-warning hr {
  border-top-color: #ffec9f;
}
.alert-warning .alert-link {
  color: #524100;
}

.alert-danger {
  color: #802a30;
  background-color: #fddcde;
  border-color: #fcced1;
}
.alert-danger hr {
  border-top-color: #fbb6ba;
}
.alert-danger .alert-link {
  color: #5a1d22;
}

.alert-light {
  color: #262a2d;
  background-color: #dbdcdd;
  border-color: #ccced0;
}
.alert-light hr {
  border-top-color: #bfc1c4;
}
.alert-light .alert-link {
  color: #0f1011;
}

.alert-dark {
  color: #111315;
  background-color: #d3d3d4;
  border-color: #c1c2c3;
}
.alert-dark hr {
  border-top-color: #b4b5b6;
}
.alert-dark .alert-link {
  color: black;
}

.alert-gray-bg {
  color: #7e7e7e;
  background-color: #fcfdfd;
  border-color: #fbfcfc;
}
.alert-gray-bg hr {
  border-top-color: #ecf1f1;
}
.alert-gray-bg .alert-link {
  color: #656565;
}

.alert-gray-border {
  color: #6b6e71;
  background-color: #f5f6f8;
  border-color: #f1f3f5;
}
.alert-gray-border hr {
  border-top-color: #e2e6ea;
}
.alert-gray-border .alert-link {
  color: #525557;
}

.alert-footer-bg {
  color: #1d222a;
  background-color: #d7d9dc;
  border-color: #c7cace;
}
.alert-footer-bg hr {
  border-top-color: #b9bdc2;
}
.alert-footer-bg .alert-link {
  color: #080a0c;
}

.alert-footer-bg-dark {
  color: #161a20;
  background-color: #d4d6d8;
  border-color: #c3c6c9;
}
.alert-footer-bg-dark hr {
  border-top-color: #b6b9bd;
}
.alert-footer-bg-dark .alert-link {
  color: #010102;
}

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

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

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem 1rem -1rem 1rem -1rem 1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.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 {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.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 {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

.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: #f6505c !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #f41f2f !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #589027 !important;
}

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

a.bg-secondary-light:hover, a.bg-secondary-light:focus,
button.bg-secondary-light:hover,
button.bg-secondary-light:focus {
  background-color: #cfebb5 !important;
}

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

a.bg-tertiary:hover, a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: #146894 !important;
}

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

a.bg-tertiary-light:hover, a.bg-tertiary-light:focus,
button.bg-tertiary-light:hover,
button.bg-tertiary-light:focus {
  background-color: #b6c1d7 !important;
}

.bg-tertiary-dark {
  background-color: #2264a7 !important;
}

a.bg-tertiary-dark:hover, a.bg-tertiary-dark:focus,
button.bg-tertiary-dark:hover,
button.bg-tertiary-dark:focus {
  background-color: #194b7d !important;
}

.bg-tertiary-darker {
  background-color: #104a84 !important;
}

a.bg-tertiary-darker:hover, a.bg-tertiary-darker:focus,
button.bg-tertiary-darker:hover,
button.bg-tertiary-darker:focus {
  background-color: #0a3157 !important;
}

.bg-success {
  background-color: #70b832 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #589027 !important;
}

.bg-info {
  background-color: #1a88c1 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #146894 !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cca300 !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #f41f2f !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #32373b !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0a0c0d !important;
}

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

a.bg-gray-bg:hover, a.bg-gray-bg:focus,
button.bg-gray-bg:hover,
button.bg-gray-bg:focus {
  background-color: #d7dbdb !important;
}

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

a.bg-gray-border:hover, a.bg-gray-border:focus,
button.bg-gray-border:hover,
button.bg-gray-border:focus {
  background-color: #b1bbc4 !important;
}

.bg-footer-bg {
  background-color: #374151 !important;
}

a.bg-footer-bg:hover, a.bg-footer-bg:focus,
button.bg-footer-bg:hover,
button.bg-footer-bg:focus {
  background-color: #222933 !important;
}

.bg-footer-bg-dark {
  background-color: #2a323e !important;
}

a.bg-footer-bg-dark:hover, a.bg-footer-bg-dark:focus,
button.bg-footer-bg-dark:hover,
button.bg-footer-bg-dark:focus {
  background-color: #151920 !important;
}

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

.bg-transparent {
  background-color: transparent !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: #f6505c !important;
}

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

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

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

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

.border-tertiary-dark {
  border-color: #2264a7 !important;
}

.border-tertiary-darker {
  border-color: #104a84 !important;
}

.border-success {
  border-color: #70b832 !important;
}

.border-info {
  border-color: #1a88c1 !important;
}

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

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

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

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

.border-gray-bg {
  border-color: #f2f3f3 !important;
}

.border-gray-border {
  border-color: #ced4da !important;
}

.border-footer-bg {
  border-color: #374151 !important;
}

.border-footer-bg-dark {
  border-color: #2a323e !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .p-md-n0 {
    padding: 0 !important;
  }

  .pt-md-n0,
.py-md-n0 {
    padding-top: 0 !important;
  }

  .pr-md-n0,
.px-md-n0 {
    padding-right: 0 !important;
  }

  .pb-md-n0,
.py-md-n0 {
    padding-bottom: 0 !important;
  }

  .pl-md-n0,
.px-md-n0 {
    padding-left: 0 !important;
  }

  .p-md-n1 {
    padding: -0.25rem !important;
  }

  .pt-md-n1,
.py-md-n1 {
    padding-top: -0.25rem !important;
  }

  .pr-md-n1,
.px-md-n1 {
    padding-right: -0.25rem !important;
  }

  .pb-md-n1,
.py-md-n1 {
    padding-bottom: -0.25rem !important;
  }

  .pl-md-n1,
.px-md-n1 {
    padding-left: -0.25rem !important;
  }

  .p-md-n2 {
    padding: -0.5rem !important;
  }

  .pt-md-n2,
.py-md-n2 {
    padding-top: -0.5rem !important;
  }

  .pr-md-n2,
.px-md-n2 {
    padding-right: -0.5rem !important;
  }

  .pb-md-n2,
.py-md-n2 {
    padding-bottom: -0.5rem !important;
  }

  .pl-md-n2,
.px-md-n2 {
    padding-left: -0.5rem !important;
  }

  .p-md-n3 {
    padding: -1rem !important;
  }

  .pt-md-n3,
.py-md-n3 {
    padding-top: -1rem !important;
  }

  .pr-md-n3,
.px-md-n3 {
    padding-right: -1rem !important;
  }

  .pb-md-n3,
.py-md-n3 {
    padding-bottom: -1rem !important;
  }

  .pl-md-n3,
.px-md-n3 {
    padding-left: -1rem !important;
  }

  .p-md-n4 {
    padding: -1.5rem !important;
  }

  .pt-md-n4,
.py-md-n4 {
    padding-top: -1.5rem !important;
  }

  .pr-md-n4,
.px-md-n4 {
    padding-right: -1.5rem !important;
  }

  .pb-md-n4,
.py-md-n4 {
    padding-bottom: -1.5rem !important;
  }

  .pl-md-n4,
.px-md-n4 {
    padding-left: -1.5rem !important;
  }

  .p-md-n5 {
    padding: -3rem !important;
  }

  .pt-md-n5,
.py-md-n5 {
    padding-top: -3rem !important;
  }

  .pr-md-n5,
.px-md-n5 {
    padding-right: -3rem !important;
  }

  .pb-md-n5,
.py-md-n5 {
    padding-bottom: -3rem !important;
  }

  .pl-md-n5,
.px-md-n5 {
    padding-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .m-lg-n0 {
    margin: 0 !important;
  }

  .mt-lg-n0,
.my-lg-n0 {
    margin-top: 0 !important;
  }

  .mr-lg-n0,
.mx-lg-n0 {
    margin-right: 0 !important;
  }

  .mb-lg-n0,
.my-lg-n0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-n0,
.mx-lg-n0 {
    margin-left: 0 !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .p-lg-n0 {
    padding: 0 !important;
  }

  .pt-lg-n0,
.py-lg-n0 {
    padding-top: 0 !important;
  }

  .pr-lg-n0,
.px-lg-n0 {
    padding-right: 0 !important;
  }

  .pb-lg-n0,
.py-lg-n0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-n0,
.px-lg-n0 {
    padding-left: 0 !important;
  }

  .p-lg-n1 {
    padding: -0.25rem !important;
  }

  .pt-lg-n1,
.py-lg-n1 {
    padding-top: -0.25rem !important;
  }

  .pr-lg-n1,
.px-lg-n1 {
    padding-right: -0.25rem !important;
  }

  .pb-lg-n1,
.py-lg-n1 {
    padding-bottom: -0.25rem !important;
  }

  .pl-lg-n1,
.px-lg-n1 {
    padding-left: -0.25rem !important;
  }

  .p-lg-n2 {
    padding: -0.5rem !important;
  }

  .pt-lg-n2,
.py-lg-n2 {
    padding-top: -0.5rem !important;
  }

  .pr-lg-n2,
.px-lg-n2 {
    padding-right: -0.5rem !important;
  }

  .pb-lg-n2,
.py-lg-n2 {
    padding-bottom: -0.5rem !important;
  }

  .pl-lg-n2,
.px-lg-n2 {
    padding-left: -0.5rem !important;
  }

  .p-lg-n3 {
    padding: -1rem !important;
  }

  .pt-lg-n3,
.py-lg-n3 {
    padding-top: -1rem !important;
  }

  .pr-lg-n3,
.px-lg-n3 {
    padding-right: -1rem !important;
  }

  .pb-lg-n3,
.py-lg-n3 {
    padding-bottom: -1rem !important;
  }

  .pl-lg-n3,
.px-lg-n3 {
    padding-left: -1rem !important;
  }

  .p-lg-n4 {
    padding: -1.5rem !important;
  }

  .pt-lg-n4,
.py-lg-n4 {
    padding-top: -1.5rem !important;
  }

  .pr-lg-n4,
.px-lg-n4 {
    padding-right: -1.5rem !important;
  }

  .pb-lg-n4,
.py-lg-n4 {
    padding-bottom: -1.5rem !important;
  }

  .pl-lg-n4,
.px-lg-n4 {
    padding-left: -1.5rem !important;
  }

  .p-lg-n5 {
    padding: -3rem !important;
  }

  .pt-lg-n5,
.py-lg-n5 {
    padding-top: -3rem !important;
  }

  .pr-lg-n5,
.px-lg-n5 {
    padding-right: -3rem !important;
  }

  .pb-lg-n5,
.py-lg-n5 {
    padding-bottom: -3rem !important;
  }

  .pl-lg-n5,
.px-lg-n5 {
    padding-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .m-xl-n0 {
    margin: 0 !important;
  }

  .mt-xl-n0,
.my-xl-n0 {
    margin-top: 0 !important;
  }

  .mr-xl-n0,
.mx-xl-n0 {
    margin-right: 0 !important;
  }

  .mb-xl-n0,
.my-xl-n0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-n0,
.mx-xl-n0 {
    margin-left: 0 !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .p-xl-n0 {
    padding: 0 !important;
  }

  .pt-xl-n0,
.py-xl-n0 {
    padding-top: 0 !important;
  }

  .pr-xl-n0,
.px-xl-n0 {
    padding-right: 0 !important;
  }

  .pb-xl-n0,
.py-xl-n0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-n0,
.px-xl-n0 {
    padding-left: 0 !important;
  }

  .p-xl-n1 {
    padding: -0.25rem !important;
  }

  .pt-xl-n1,
.py-xl-n1 {
    padding-top: -0.25rem !important;
  }

  .pr-xl-n1,
.px-xl-n1 {
    padding-right: -0.25rem !important;
  }

  .pb-xl-n1,
.py-xl-n1 {
    padding-bottom: -0.25rem !important;
  }

  .pl-xl-n1,
.px-xl-n1 {
    padding-left: -0.25rem !important;
  }

  .p-xl-n2 {
    padding: -0.5rem !important;
  }

  .pt-xl-n2,
.py-xl-n2 {
    padding-top: -0.5rem !important;
  }

  .pr-xl-n2,
.px-xl-n2 {
    padding-right: -0.5rem !important;
  }

  .pb-xl-n2,
.py-xl-n2 {
    padding-bottom: -0.5rem !important;
  }

  .pl-xl-n2,
.px-xl-n2 {
    padding-left: -0.5rem !important;
  }

  .p-xl-n3 {
    padding: -1rem !important;
  }

  .pt-xl-n3,
.py-xl-n3 {
    padding-top: -1rem !important;
  }

  .pr-xl-n3,
.px-xl-n3 {
    padding-right: -1rem !important;
  }

  .pb-xl-n3,
.py-xl-n3 {
    padding-bottom: -1rem !important;
  }

  .pl-xl-n3,
.px-xl-n3 {
    padding-left: -1rem !important;
  }

  .p-xl-n4 {
    padding: -1.5rem !important;
  }

  .pt-xl-n4,
.py-xl-n4 {
    padding-top: -1.5rem !important;
  }

  .pr-xl-n4,
.px-xl-n4 {
    padding-right: -1.5rem !important;
  }

  .pb-xl-n4,
.py-xl-n4 {
    padding-bottom: -1.5rem !important;
  }

  .pl-xl-n4,
.px-xl-n4 {
    padding-left: -1.5rem !important;
  }

  .p-xl-n5 {
    padding: -3rem !important;
  }

  .pt-xl-n5,
.py-xl-n5 {
    padding-top: -3rem !important;
  }

  .pr-xl-n5,
.px-xl-n5 {
    padding-right: -3rem !important;
  }

  .pb-xl-n5,
.py-xl-n5 {
    padding-bottom: -3rem !important;
  }

  .pl-xl-n5,
.px-xl-n5 {
    padding-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;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #f6505c !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #f41f2f !important;
}

.text-secondary {
  color: #70b832 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #589027 !important;
}

.text-secondary-light {
  color: #e9f6dd !important;
}

a.text-secondary-light:hover, a.text-secondary-light:focus {
  color: #cfebb5 !important;
}

.text-tertiary {
  color: #1a88c1 !important;
}

a.text-tertiary:hover, a.text-tertiary:focus {
  color: #146894 !important;
}

.text-tertiary-light {
  color: #d7dde9 !important;
}

a.text-tertiary-light:hover, a.text-tertiary-light:focus {
  color: #b6c1d7 !important;
}

.text-tertiary-dark {
  color: #2264a7 !important;
}

a.text-tertiary-dark:hover, a.text-tertiary-dark:focus {
  color: #194b7d !important;
}

.text-tertiary-darker {
  color: #104a84 !important;
}

a.text-tertiary-darker:hover, a.text-tertiary-darker:focus {
  color: #0a3157 !important;
}

.text-success {
  color: #70b832 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #589027 !important;
}

.text-info {
  color: #1a88c1 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #146894 !important;
}

.text-warning {
  color: #ffcc00 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #cca300 !important;
}

.text-danger {
  color: #f6505c !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #f41f2f !important;
}

.text-light {
  color: #495057 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #32373b !important;
}

.text-dark {
  color: #212529 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #0a0c0d !important;
}

.text-gray-bg {
  color: #f2f3f3 !important;
}

a.text-gray-bg:hover, a.text-gray-bg:focus {
  color: #d7dbdb !important;
}

.text-gray-border {
  color: #ced4da !important;
}

a.text-gray-border:hover, a.text-gray-border:focus {
  color: #b1bbc4 !important;
}

.text-footer-bg {
  color: #374151 !important;
}

a.text-footer-bg:hover, a.text-footer-bg:focus {
  color: #222933 !important;
}

.text-footer-bg-dark {
  color: #2a323e !important;
}

a.text-footer-bg-dark:hover, a.text-footer-bg-dark:focus {
  color: #151920 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

html,
body {
  scroll-behavior: smooth;
}

h1,
.h1 {
  font-size: 1.875rem;
  margin-bottom: 1.125em;
}
@media screen and (min-width: 0) {
  h1,
.h1 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 576px) {
  h1,
.h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  h1,
.h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  h1,
.h1 {
    font-size: 2.375rem;
  }
}
@media screen and (min-width: 1200px) {
  h1,
.h1 {
    font-size: 2.375rem;
  }
}

.h1-hero {
  font-size: 1.875rem;
}
@media screen and (min-width: 0) {
  .h1-hero {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 576px) {
  .h1-hero {
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 768px) {
  .h1-hero {
    font-size: 2.375rem;
  }
}
@media screen and (min-width: 992px) {
  .h1-hero {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .h1-hero {
    font-size: 3rem;
  }
}

h2,
.h2 {
  font-size: 1.5rem;
  margin-bottom: 1.125em;
}
@media screen and (min-width: 0) {
  h2,
.h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 576px) {
  h2,
.h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  h2,
.h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  h2,
.h2 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  h2,
.h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: 1.125rem;
  margin-bottom: 1.125em;
}
@media screen and (min-width: 0) {
  h3,
.h3 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 576px) {
  h3,
.h3 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  h3,
.h3 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  h3,
.h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  h3,
.h3 {
    font-size: 1.5rem;
  }
}

h4,
.h4 {
  font-size: 1rem;
  margin-bottom: 1.125em;
}
@media screen and (min-width: 0) {
  h4,
.h4 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 576px) {
  h4,
.h4 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  h4,
.h4 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  h4,
.h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  h4,
.h4 {
    font-size: 1.125rem;
  }
}

h5,
.h5 {
  font-size: 0.875rem;
  margin-bottom: 1.125em;
}
@media screen and (min-width: 0) {
  h5,
.h5 {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 576px) {
  h5,
.h5 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  h5,
.h5 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  h5,
.h5 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  h5,
.h5 {
    font-size: 1rem;
  }
}

.font-sm {
  font-size: 0.875rem;
}

.font-xs {
  font-size: 0.815rem;
}

.text-decoration-none {
  text-decoration: none;
}

.underline {
  position: relative;
}
.underline:after {
  content: "";
  height: 2px;
  width: 3em;
  background: #f6505c;
  display: block;
  margin-top: 0.5em;
}
.underline.text-center:after {
  margin-left: auto;
  margin-right: auto;
}

.text-wrap {
  white-space: normal;
}

.form-text {
  line-height: 1.3;
}

.modal {
  padding: 0.5rem;
}
.modal .modal-dialog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: calc(100vh - 1rem);
  border-radius: 0.25rem;
  border: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin: auto;
}
.modal .modal-dialog.modal-lg {
  max-width: 992px;
  width: auto;
}
.modal .modal-dialog.modal-md {
  max-width: 640px;
  width: auto;
}
.modal .modal-dialog .modal-content {
  border: 0;
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: none;
}
.modal .modal-dialog .modal-content hr {
  margin: 16px 0;
}
.modal .close {
  margin: 0 -16px 0 0;
  padding: 0;
  font-weight: normal;
  outline: none;
  line-height: normal;
  height: auto;
  padding: 0 1.5rem;
  text-shadow: none;
  font-size: 2rem;
}
.modal .close span {
  line-height: normal;
  padding: 0;
  margin: 0;
  height: auto;
}
@media (min-width: 576px) {
  .modal .close {
    margin: -48px -32px 0 0;
  }
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  -webkit-transform: translateY(20px) scale(0.95);
          transform: translateY(20px) scale(0.95);
}
.modal.show .modal-dialog {
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
}

.modal-header,
.modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 0;
  padding: 16px;
}
.modal-header p,
.modal-footer p {
  margin: 0;
}
@media (min-width: 576px) {
  .modal-header,
.modal-footer {
    padding: 32px;
  }
}

.modal-header {
  padding: 8px 16px;
  border-bottom: 1px solid #e9ecef;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  min-height: 4rem;
}
@media (min-width: 576px) {
  .modal-header {
    padding: 32px 32px;
  }
}

.modal-body {
  overflow-y: auto;
  padding: 16px;
}
.modal-body::-webkit-scrollbar {
  width: 6px;
  background: rgba(255, 255, 255, 0);
}
.modal-body::-webkit-scrollbar:horizontal {
  height: 0;
}
.modal-body::-webkit-scrollbar:vertical {
  height: 0;
}
.modal-body::-webkit-scrollbar-thumb {
  background: #bdc6d0;
  border-radius: 12px;
}
@media (min-width: 576px) {
  .modal-body {
    padding: 32px;
  }
}
@media (min-width: 768px) {
  .modal-body {
    max-height: calc(100vh - 32px);
    overflow: auto;
  }
}

.modal-header__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.modal-footer {
  padding-top: 0;
}
.modal-body + .modal-footer {
  padding-top: 16px;
}
.modal-footer p {
  margin: 0;
}
.modal-footer--center {
  text-align: center;
}

.alert {
  font-size: 0.875rem;
}

.form-text {
  font-size: 0.715rem;
}

.btn {
  text-decoration: none;
}

.custom-radio > label {
  cursor: pointer;
}
.custom-radio > label:before {
  border: 1px solid #ced4da !important;
  background: #fff !important;
}
.custom-radio > .custom-control-input:checked ~ label:before {
  background: #ced4da !important;
}
.custom-radio > .custom-control-input:checked ~ label:after {
  border: 1px solid #ced4da !important;
  border-radius: 100%;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23F6505C'/%3E%3C/svg%3E") !important;
}

.custom-checkbox > label {
  cursor: pointer;
}
.custom-checkbox > label:before {
  border: 1px solid #ced4da;
  background: #fff;
}
.custom-checkbox > .custom-control-input:checked ~ label:before {
  border-color: #f6505c !important;
  border-radius: 0.25rem;
}
.custom-checkbox.font-sm > label:before, .custom-checkbox.font-sm > label:after {
  top: 0.1em;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-from-bottom {
  -webkit-animation: fadeFromBottom 0.4s 1;
          animation: fadeFromBottom 0.4s 1;
}

[data-animation=fade-from-bottom][data-scroll] {
  transition: all 0.6s ease-in-out;
  will-change: transform opacity;
}
[data-animation=fade-from-bottom][data-scroll=out] {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
[data-animation=fade-from-bottom][data-scroll=in] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.container {
  max-width: 1168px;
}
@media (min-width: 768px) {
  .container {
    padding: 0 32px;
  }
}

.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 0) {
  .section {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 576px) {
  .section {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .section {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .section {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .section {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 0) {
  .section {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 576px) {
  .section {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .section {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .section {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .section {
    padding-bottom: 5rem;
  }
}

.section-heading {
  padding-bottom: 2rem;
}
@media screen and (min-width: 0) {
  .section-heading {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 576px) {
  .section-heading {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .section-heading {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .section-heading {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .section-heading {
    padding-bottom: 5rem;
  }
}
.section-heading h1,
.section-heading h2,
.section-heading p {
  margin-bottom: 0;
}
.section-heading h1 + p,
.section-heading h2 + p,
.section-heading p + p {
  margin-top: 1em;
}

.icon {
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  fill: currentColor;
  vertical-align: middle;
}
.icon--12 {
  width: 0.75rem;
  height: 0.75rem;
}
.icon--16 {
  width: 1rem;
  height: 1rem;
}
.icon--18 {
  width: 1.125rem;
  height: 1.125rem;
}
.icon--24 {
  width: 1.5rem;
  height: 1.5rem;
}
.icon--32 {
  width: 2rem;
  height: 2rem;
}
.icon--42 {
  width: 2.625rem;
  height: 2.625rem;
}
.icon--64 {
  width: 4rem;
  height: 4rem;
}

.effect-from-bottom[data-scroll] {
  opacity: 0;
  will-change: transform, scale, opacity;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
  transition: opacity 0.3s ease-in, -webkit-transform 0.6s ease;
  transition: opacity 0.3s ease-in, transform 0.6s ease;
  transition: opacity 0.3s ease-in, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.wf-active .effect-from-bottom[data-scroll=in] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.topbar {
  font-size: 0.75rem;
  color: #fff;
  height: 2.25rem;
  background: #374151;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.topbar a:not(.btn) {
  color: inherit;
  text-decoration: none;
}
.topbar a:not(.btn):hover {
  color: #dee2e6;
}
.topbar .btn {
  border-radius: 0;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 1rem;
  font-size: inherit;
}

.topbar__menu {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.topbar__menu li + li {
  margin-left: 1rem;
}

.topbar__phone {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1rem;
  margin-right: 1rem;
  font-weight: 600;
}
.topbar__phone .topbar__phone__icon {
  display: -ms-flexbox;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #70b832;
  border-radius: 100%;
}

.topbar__user .btn {
  margin-right: 1rem;
}

.header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1030;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  .header {
    padding: 1rem 0;
  }
}

.header__phone {
  background: #374151;
  color: #ced4da;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .header__phone {
    margin-bottom: 1rem;
  }
}

.header__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 600;
  text-decoration: none;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .header__logo {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.header__logo .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 32px;
}
.header__logo .header__logo__primary {
  fill: #f6505c;
}
.header__logo .header__logo__secondary {
  fill: #70b832;
}
.header__logo .header__logo__tertiary-dark {
  fill: #2264a7;
}
.header__logo span {
  text-align: left;
}
@media (min-width: 992px) {
  .header__logo {
    font-size: 1.5rem;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  .header__logo .icon {
    margin-right: 1rem;
    height: 54px;
  }
  .header__logo--steps-center {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.header__menu {
  margin: 0;
  font-weight: 600;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}
.header__menu a:not(.btn) {
  text-decoration: none;
  display: block;
}
.header__menu a:not(.btn):hover {
  color: #495057;
}
.header__menu a:not(.btn).is-active {
  color: #f6505c;
}
.header__menu li {
  padding: 0.5rem;
  display: block;
  width: 100%;
}
.header__menu li:first-child {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .header__menu {
    font-size: 1.1125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  .header__menu[aria-expanded=false] {
    display: -ms-flexbox;
    display: flex;
  }
  .header__menu li {
    padding: 0;
    width: auto;
  }
  .header__menu li:first-child {
    margin-top: 0;
  }
  .header__menu li + li {
    margin-left: 2rem;
  }
}

.header__hamburger {
  top: 0;
  position: absolute;
  left: 0;
}
.header__hamburger a {
  padding-left: 18px;
  padding-right: 18px;
  display: block;
  height: 48px;
  position: absolute;
  line-height: 36px;
}
.header__hamburger a span {
  display: inline-block;
  height: 2px;
  width: 24px;
  background: #212529;
  position: relative;
  transition: all 0.2s ease;
}
.header__hamburger a span:before {
  content: "";
  height: 2px;
  width: 24px;
  background: #212529;
  position: absolute;
  top: -6px;
  -webkit-transform-origin: 50% 1px;
          transform-origin: 50% 1px;
  transition: all 0.2s ease;
}
.header__hamburger a span:after {
  content: "";
  height: 2px;
  width: 24px;
  background: #212529;
  position: absolute;
  bottom: -6px;
  -webkit-transform-origin: 50% 1px;
          transform-origin: 50% 1px;
  transition: all 0.2s ease;
}
.header__hamburger a[aria-expanded=true] span:before {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.header__hamburger a[aria-expanded=true] span:after {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
@media (min-width: 992px) {
  .header__hamburger {
    display: none;
  }
}

.hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #2264a7;
}
.hero .container {
  position: relative;
}
.hero:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1920 165'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %232264a7; %7D .cls-2 %7B clip-path: url(%23clip-path); %7D .cls-3 %7B fill: none; stroke: %232b6fb4; stroke-linecap: square; stroke-miterlimit: 10; stroke-width: 39px; %7D %3C/style%3E%3CclipPath id='clip-path'%3E%3Cpath id='Path_278' data-name='Path 278' class='cls-1' d='M0,0H1920V165H0Z' transform='translate(0 128)'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_11' data-name='Mask Group 11' class='cls-2' transform='translate(0 -128)'%3E%3Cg id='Group_198' data-name='Group 198' transform='translate(856.667 84.778)'%3E%3Cpath id='Path_267' data-name='Path 267' class='cls-3' d='M716.335-133.208,233.088,158.015-317.665-171.208' transform='translate(0 173.434)'/%3E%3Cpath id='Path_268' data-name='Path 268' class='cls-3' d='M949.335-262.981l-716.247,431-701.753-415' transform='translate(0 251.207)'/%3E%3Cpath id='Path_269' data-name='Path 269' class='cls-3' d='M4,110.261,190.957,2.3l228.21,133.415L233.088,243.676Z' transform='translate(0 0)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero--image:before {
  background: rgba(42, 50, 62, 0.7);
}

.footer {
  background: #374151;
  color: #ced4da;
  font-size: 0.875rem;
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
}
.footer hr {
  border-color: #4c596f;
}

.advantages {
  color: #212529;
  background: #f2f3f3;
  padding: 1.5rem 0;
}

.list-dots {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-dots > li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.875rem;
  min-height: 1.5rem;
}
.list-dots > li:before {
  content: "";
  background: #1a88c1;
  width: 8px;
  height: 8px;
  -webkit-transform: skew(-33deg) rotate(33deg);
          transform: skew(-33deg) rotate(33deg);
  position: absolute;
  left: 0;
  top: 0.5em;
}

.list-checks {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-checks > li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.875rem;
  min-height: 1.5rem;
}
.list-checks > li:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%2370b832;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M9,0a9,9,0,1,0,9,9A9,9,0,0,0,9,0ZM7.35,13.624,3.388,9.662,4.709,8.342,7.35,10.983,13.3,5.038l1.321,1.321Z' transform='translate(0 0)'/%3E%3C/svg%3E") no-repeat center center;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.list-checks.is-gray > li:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23868E9C;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M9,0a9,9,0,1,0,9,9A9,9,0,0,0,9,0ZM7.35,13.624,3.388,9.662,4.709,8.342,7.35,10.983,13.3,5.038l1.321,1.321Z' transform='translate(0 0)'/%3E%3C/svg%3E") no-repeat center center;
}

.specimen {
  position: relative;
}
.specimen:before {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-25deg);
          transform: translate(-50%, -50%) rotate(-25deg);
  font-weight: 600;
  opacity: 0.3;
  z-index: 10;
  pointer-events: none;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .specimen:before {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .specimen:before {
    font-size: 2rem;
  }
}
.specimen--lg:before {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .specimen--lg:before {
    font-size: 2.6rem;
  }
}
@media (min-width: 992px) {
  .specimen--lg:before {
    font-size: 3rem;
  }
}

.side-menu {
  font-size: 0.875rem;
  padding: 0;
  margin: 0 0 3rem 0;
  list-style-type: none;
}
.side-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.side-menu li {
  position: relative;
}
.side-menu a {
  text-decoration: none;
  display: block;
}
.side-menu a:hover {
  color: #f6505c;
}
.side-menu .has-children > a {
  margin-left: 2rem;
}
.side-menu .is-active {
  color: #f6505c;
}
.side-menu > li + li {
  border-top: 1px solid #e9ecef;
}
.side-menu > li > a {
  padding: 1rem 0;
  font-weight: 600;
  color: #212529;
  font-size: 1rem;
}
.side-menu > li > .side-menu__expand {
  top: 1rem;
  background: #e9ecef url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23868e9c; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_407' data-name='Group 407' transform='translate(-371 -1832)'%3E%3Cpath id='Path_366' data-name='Path 366' class='cls-1' d='M0,0V10' transform='translate(376 1832)'/%3E%3Cpath id='Path_367' data-name='Path 367' class='cls-1' d='M0,0V10' transform='translate(381 1837) rotate(90)'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center center;
  background-size: 10px auto;
}
.side-menu > li.is-expanded > .side-menu__expand {
  background: #e9ecef url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 2'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23868e9c; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Path_369' data-name='Path 369' class='cls-1' d='M0,0V10' transform='translate(10 1) rotate(90)'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 10px auto;
}
.side-menu > li > ul {
  margin: 0 0 1rem 2rem;
}
.side-menu > li > ul > li > a {
  padding: 0.5rem 0;
  font-weight: 600;
  color: #212529;
}
.side-menu > li > ul > li > .side-menu__expand {
  top: 0.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23868e9c; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_407' data-name='Group 407' transform='translate(-371 -1832)'%3E%3Cpath id='Path_366' data-name='Path 366' class='cls-1' d='M0,0V10' transform='translate(376 1832)'/%3E%3Cpath id='Path_367' data-name='Path 367' class='cls-1' d='M0,0V10' transform='translate(381 1837) rotate(90)'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center center;
  background-size: 10px auto;
}
.side-menu > li > ul > li.is-expanded > .side-menu__expand {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 2'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23868e9c; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Path_369' data-name='Path 369' class='cls-1' d='M0,0V10' transform='translate(10 1) rotate(90)'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 10px auto;
}
.side-menu > li > ul > li > ul {
  margin: 0.5rem 0 1rem 2rem;
}
.side-menu > li > ul > li > ul li {
  padding-left: 1em;
}
.side-menu > li > ul > li > ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #adb5bd;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.6em;
}

.side-menu__expand {
  width: 1.5em;
  height: 1.5em;
  background: red;
  position: absolute;
  left: 0;
  cursor: pointer;
  border-radius: 0.25rem;
}

.file-type-link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.file-type-link.pdf:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.477 21.116'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23e2e5e7;%7D.b%7Bfill:%23b0b7bd;%7D.c%7Bfill:%23cad1d8;%7D.d%7Bfill:%23f6505c;%7D.e%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(0 0)'%3E%3Cpath class='a' d='M97.32,0A1.324,1.324,0,0,0,96,1.32V19.8a1.324,1.324,0,0,0,1.32,1.32h13.2a1.324,1.324,0,0,0,1.32-1.32V5.279L106.558,0Z' transform='translate(-93.36)'/%3E%3Cpath class='b' d='M353.32,5.279h3.959L352,0V3.959A1.324,1.324,0,0,0,353.32,5.279Z' transform='translate(-338.802)'/%3E%3Cpath class='c' d='M387.959,131.959,384,128h3.959Z' transform='translate(-369.483 -122.721)'/%3E%3Cpath class='d' d='M47.837,247.259a.662.662,0,0,1-.66.66H32.66a.662.662,0,0,1-.66-.66v-6.6a.662.662,0,0,1,.66-.66H47.177a.662.662,0,0,1,.66.66Z' transform='translate(-32 -230.102)'/%3E%3Cg transform='translate(2.876 12.139)'%3E%3Cpath class='e' d='M101.744,294.684a.363.363,0,0,1,.358-.364h1.219a1.319,1.319,0,0,1,0,2.638h-.881v.7a.331.331,0,0,1-.338.364.356.356,0,0,1-.358-.364Zm.7.3V296.3h.881a.658.658,0,0,0,0-1.314Z' transform='translate(-101.744 -294.32)'/%3E%3Cpath class='e' d='M188.188,299.123a.33.33,0,0,1-.364-.327v-3a.359.359,0,0,1,.364-.327H189.4a1.827,1.827,0,0,1,.048,3.651Zm.333-3.007v2.364h.876a1.186,1.186,0,0,0,0-2.364Z' transform='translate(-184.274 -295.425)'/%3E%3Cpath class='e' d='M287.826,296.143v.839h1.345a.408.408,0,0,1,.38.374.367.367,0,0,1-.38.317h-1.345v1.108a.313.313,0,0,1-.316.327.335.335,0,0,1-.374-.327v-3a.334.334,0,0,1,.374-.327h1.852a.329.329,0,0,1,.37.327.365.365,0,0,1-.37.359h-1.536Z' transform='translate(-279.49 -295.409)'/%3E%3C/g%3E%3Cpath class='c' d='M108.538,416.66H96v.66h12.538a.662.662,0,0,0,.66-.66V416A.662.662,0,0,1,108.538,416.66Z' transform='translate(-93.36 -398.843)'/%3E%3C/g%3E%3C/svg%3E");
  width: 19px;
  height: 22px;
  display: inline-block;
  margin-right: 1rem;
}
.file-type-link:hover {
  color: #f6505c;
}

.thumb-stack {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: 6rem;
}
.thumb-stack span {
  position: relative;
  -ms-flex: 1 0 calc(33.33% + 1rem);
      flex: 1 0 calc(33.33% + 1rem);
}
.thumb-stack span:nth-child(2) {
  margin-left: -6rem;
}
.thumb-stack span:nth-child(2) img {
  margin-top: -3rem;
}
.thumb-stack span:nth-child(3) {
  margin-left: -6rem;
}
.thumb-stack span:nth-child(3) img {
  margin-top: -6rem;
}

.steps {
  padding: 0.6666666667rem 0;
  background: rgba(255, 255, 255, 0) !important;
}
.steps .steps-list {
  list-style-type: none;
  text-transform: uppercase;
  font-size: 0.815rem;
  color: #495057;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  white-space: nowrap;
  pointer-events: none;
  margin: 0;
}
.steps li {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  padding: 0 1rem;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.steps li:before {
  content: "";
  color: #70b832;
  border: 2px solid #70b832;
  width: 2rem;
  height: 2rem;
  line-height: 1.8rem;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 1rem;
  margin-right: 1em;
}
.steps li:nth-child(1):before {
  content: "1";
}
.steps li:nth-child(2):before {
  content: "2";
}
.steps li:nth-child(3):before {
  content: "3";
}
.steps li.is-active:before {
  background: #70b832;
  color: #fff;
}
.steps li.is-validated:before {
  content: "";
  background: #fff url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' xml:space='preserve'%3E%3Cpath fill='%2370B832' d='M12,0C5.4,0,0,5.4,0,12s5.4,12,12,12s12-5.4,12-12S18.6,0,12,0z M9.8,18.2l-5.3-5.3l1.8-1.8l3.5,3.5l7.9-7.9 l1.8,1.8L9.8,18.2z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: cover;
  border: 0;
}
@media (min-width: 576px) {
  .steps li {
    -ms-flex: 0 1 8rem;
        flex: 0 1 8rem;
  }
}

.payment-form .form-control-ccv {
  width: 5rem;
  min-width: 0;
}
.payment-form .form-group {
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0.5rem;
}
.payment-form .form-group > label {
  font-weight: 600;
  font-size: 0.875rem;
}

.cvv-help {
  cursor: help;
}
.cvv-help img {
  display: none;
}
.cvv-help:hover img {
  display: block;
  position: absolute;
  margin-top: 1em;
}

.card-icon {
  height: 35px;
  margin: auto 10px;
}

.priceText {
  font-size: 1.2rem;
  font-weight: 500;
  color: #f6505c;
  margin: 0 0 5px;
}

.box {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 576px) {
  .box {
    border: 1px solid #ced4da;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }
}

.cookies {
  position: fixed;
  z-index: 1030;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0.875rem;
}

.preview-canvas {
  overflow: auto;
  height: 20rem;
  position: relative;
  padding-right: 5px;
}
.preview-canvas::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.preview-canvas::-webkit-scrollbar-thumb {
  background: #b0b0b0;
  border-radius: 10px;
}
.preview-canvas::-webkit-scrollbar-thumb:hover {
  background: #656565;
}
.preview-canvas::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: inset 7px 10px 12px #e8e8e8;
}
.preview-canvas__hide {
  position: relative;
  height: 20rem;
  margin-top: -20rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95) 30%, white 100%);
  z-index: 10;
  pointer-events: none;
}
.preview-canvas.is-loading {
  overflow: hidden;
}
.preview-canvas.is-loading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='51px' height='51px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%23f6505c' stroke-width='10' r='35' stroke-dasharray='164.93361431346415 56.97787143782138'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50;360 50 50' keyTimes='0;1'%3E%3C/animateTransform%3E%3C/circle%3E%3C!-- %5Bldio%5D generated by https://loading.io/ --%3E%3C/svg%3E") no-repeat center center;
  background-size: 10% auto;
  z-index: 20;
}
.preview-canvas.is-not-found::before {
  content: attr(data-title);
  width: 100%;
  height: 500px;
  background: #fff url("/assets/img/letter-not-found.jpg") no-repeat center 120px;
  z-index: 20;
  font-weight: bold;
  border-top: 5px solid #5fba74;
  padding: 1.2rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.715rem;
  color: #5fba74;
  display: block;
  -webkit-filter: blur(0.2px);
          filter: blur(0.2px);
}
.preview-canvas.is-not-found::after {
  content: attr(data-title);
  left: 35px;
  top: 83px;
  right: 30px;
  text-align: center;
  text-decoration: underline;
  font-size: 0.715rem;
  z-index: 30;
  position: absolute;
  pointer-events: none;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-filter: blur(0.3x);
          filter: blur(0.3x);
}
.preview-canvas.is-not-found #canvas {
  display: none;
}

canvas {
  width: 100%;
  height: auto;
  pointer-events: none;
}

/*# sourceMappingURL=main.css.map*/