@charset "UTF-8";

.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-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-x {
  border-left: 1px solid #dee2e6 !important;
  border-right: 1px solid #dee2e6 !important;
}

.border-y {
  border-top: 1px solid #dee2e6 !important;
  border-bottom: 1px solid #dee2e6 !important;
}

.border {
  border-top: 1px solid #dee2e6 !important;
  border-bottom: 1px solid #dee2e6 !important;
  border-left: 1px solid #dee2e6 !important;
  border-right: 1px solid #dee2e6 !important;
}

.border-0 {
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #dee2e6 !important;
  }

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

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

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

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

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

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

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

  .border-sm-x {
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
  }

  .border-sm-y {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-sm {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
  }

  .border-sm-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #dee2e6 !important;
  }

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

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

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

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

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

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

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

  .border-md-x {
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
  }

  .border-md-y {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-md {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
  }

  .border-md-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 1024px) {
  .border-lg-top {
    border-top: 1px solid #dee2e6 !important;
  }

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

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

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

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

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

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

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

  .border-lg-x {
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
  }

  .border-lg-y {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-lg {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
  }

  .border-lg-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 1366px) {
  .border-xl-top {
    border-top: 1px solid #dee2e6 !important;
  }

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

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

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

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

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

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

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

  .border-xl-x {
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
  }

  .border-xl-y {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-xl {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
  }

  .border-xl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #4a90e2;
  --secondary: #eef1f6;
  --success: #28a745;
  --info: #00d6f2;
  --warning: #ffc107;
  --danger: #dd2524;
  --light: #eef1f6;
  --dark: #222222;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1366px;
  --font-family-sans-serif: "nunito", sans-serif;
  --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%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "nunito", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  text-align: left;
  background-color: #fff;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.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;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

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: #4a90e2;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #004677;
  text-decoration: none;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

.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: 0.875em;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

.img-fluid,
.logotypes .img-col img {
  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;
}

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

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.556rem;
}

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

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

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

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

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

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1366px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1350px;
  }
}

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

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

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

.col-xl,
.col-xl-auto,
.col-xl-24,
.col-xl-23,
.col-xl-22,
.col-xl-21,
.col-xl-20,
.col-xl-19,
.col-xl-18,
.col-xl-17,
.col-xl-16,
.col-xl-15,
.col-xl-14,
.col-xl-13,
.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-24,
.col-lg-23,
.col-lg-22,
.col-lg-21,
.col-lg-20,
.col-lg-19,
.col-lg-18,
.col-lg-17,
.col-lg-16,
.col-lg-15,
.col-lg-14,
.col-lg-13,
.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-24,
.col-md-23,
.col-md-22,
.col-md-21,
.col-md-20,
.col-md-19,
.col-md-18,
.col-md-17,
.col-md-16,
.col-md-15,
.col-md-14,
.col-md-13,
.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-24,
.col-sm-23,
.col-sm-22,
.col-sm-21,
.col-sm-20,
.col-sm-19,
.col-sm-18,
.col-sm-17,
.col-sm-16,
.col-sm-15,
.col-sm-14,
.col-sm-13,
.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-24,
.col-23,
.col-22,
.col-21,
.col-20,
.col-19,
.col-18,
.col-17,
.col-16,
.col-15,
.col-14,
.col-13,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-13 {
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}

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

.col-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

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

.col-17 {
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}

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

.col-19 {
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}

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

.col-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

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

.col-23 {
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 25;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

.order-17 {
  order: 17;
}

.order-18 {
  order: 18;
}

.order-19 {
  order: 19;
}

.order-20 {
  order: 20;
}

.order-21 {
  order: 21;
}

.order-22 {
  order: 22;
}

.order-23 {
  order: 23;
}

.order-24 {
  order: 24;
}

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
  margin-left: 54.16666667%;
}

.offset-14 {
  margin-left: 58.33333333%;
}

.offset-15 {
  margin-left: 62.5%;
}

.offset-16 {
  margin-left: 66.66666667%;
}

.offset-17 {
  margin-left: 70.83333333%;
}

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

.offset-19 {
  margin-left: 79.16666667%;
}

.offset-20 {
  margin-left: 83.33333333%;
}

.offset-21 {
  margin-left: 87.5%;
}

.offset-22 {
  margin-left: 91.66666667%;
}

.offset-23 {
  margin-left: 95.83333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-13 {
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

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

  .col-sm-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

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

  .col-sm-17 {
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }

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

  .col-sm-19 {
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

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

  .col-sm-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

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

  .col-sm-23 {
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }

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

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

  .order-sm-last {
    order: 25;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-13 {
    order: 13;
  }

  .order-sm-14 {
    order: 14;
  }

  .order-sm-15 {
    order: 15;
  }

  .order-sm-16 {
    order: 16;
  }

  .order-sm-17 {
    order: 17;
  }

  .order-sm-18 {
    order: 18;
  }

  .order-sm-19 {
    order: 19;
  }

  .order-sm-20 {
    order: 20;
  }

  .order-sm-21 {
    order: 21;
  }

  .order-sm-22 {
    order: 22;
  }

  .order-sm-23 {
    order: 23;
  }

  .order-sm-24 {
    order: 24;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-13 {
    margin-left: 54.16666667%;
  }

  .offset-sm-14 {
    margin-left: 58.33333333%;
  }

  .offset-sm-15 {
    margin-left: 62.5%;
  }

  .offset-sm-16 {
    margin-left: 66.66666667%;
  }

  .offset-sm-17 {
    margin-left: 70.83333333%;
  }

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

  .offset-sm-19 {
    margin-left: 79.16666667%;
  }

  .offset-sm-20 {
    margin-left: 83.33333333%;
  }

  .offset-sm-21 {
    margin-left: 87.5%;
  }

  .offset-sm-22 {
    margin-left: 91.66666667%;
  }

  .offset-sm-23 {
    margin-left: 95.83333333%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-13 {
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

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

  .col-md-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

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

  .col-md-17 {
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }

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

  .col-md-19 {
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

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

  .col-md-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

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

  .col-md-23 {
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }

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

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

  .order-md-last {
    order: 25;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-13 {
    order: 13;
  }

  .order-md-14 {
    order: 14;
  }

  .order-md-15 {
    order: 15;
  }

  .order-md-16 {
    order: 16;
  }

  .order-md-17 {
    order: 17;
  }

  .order-md-18 {
    order: 18;
  }

  .order-md-19 {
    order: 19;
  }

  .order-md-20 {
    order: 20;
  }

  .order-md-21 {
    order: 21;
  }

  .order-md-22 {
    order: 22;
  }

  .order-md-23 {
    order: 23;
  }

  .order-md-24 {
    order: 24;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-13 {
    margin-left: 54.16666667%;
  }

  .offset-md-14 {
    margin-left: 58.33333333%;
  }

  .offset-md-15 {
    margin-left: 62.5%;
  }

  .offset-md-16 {
    margin-left: 66.66666667%;
  }

  .offset-md-17 {
    margin-left: 70.83333333%;
  }

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

  .offset-md-19 {
    margin-left: 79.16666667%;
  }

  .offset-md-20 {
    margin-left: 83.33333333%;
  }

  .offset-md-21 {
    margin-left: 87.5%;
  }

  .offset-md-22 {
    margin-left: 91.66666667%;
  }

  .offset-md-23 {
    margin-left: 95.83333333%;
  }
}

@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-13 {
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

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

  .col-lg-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

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

  .col-lg-17 {
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }

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

  .col-lg-19 {
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

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

  .col-lg-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

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

  .col-lg-23 {
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }

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

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

  .order-lg-last {
    order: 25;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-13 {
    order: 13;
  }

  .order-lg-14 {
    order: 14;
  }

  .order-lg-15 {
    order: 15;
  }

  .order-lg-16 {
    order: 16;
  }

  .order-lg-17 {
    order: 17;
  }

  .order-lg-18 {
    order: 18;
  }

  .order-lg-19 {
    order: 19;
  }

  .order-lg-20 {
    order: 20;
  }

  .order-lg-21 {
    order: 21;
  }

  .order-lg-22 {
    order: 22;
  }

  .order-lg-23 {
    order: 23;
  }

  .order-lg-24 {
    order: 24;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-13 {
    margin-left: 54.16666667%;
  }

  .offset-lg-14 {
    margin-left: 58.33333333%;
  }

  .offset-lg-15 {
    margin-left: 62.5%;
  }

  .offset-lg-16 {
    margin-left: 66.66666667%;
  }

  .offset-lg-17 {
    margin-left: 70.83333333%;
  }

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

  .offset-lg-19 {
    margin-left: 79.16666667%;
  }

  .offset-lg-20 {
    margin-left: 83.33333333%;
  }

  .offset-lg-21 {
    margin-left: 87.5%;
  }

  .offset-lg-22 {
    margin-left: 91.66666667%;
  }

  .offset-lg-23 {
    margin-left: 95.83333333%;
  }
}

@media (min-width: 1366px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-13 {
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

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

  .col-xl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

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

  .col-xl-17 {
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }

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

  .col-xl-19 {
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

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

  .col-xl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

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

  .col-xl-23 {
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }

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

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

  .order-xl-last {
    order: 25;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-13 {
    order: 13;
  }

  .order-xl-14 {
    order: 14;
  }

  .order-xl-15 {
    order: 15;
  }

  .order-xl-16 {
    order: 16;
  }

  .order-xl-17 {
    order: 17;
  }

  .order-xl-18 {
    order: 18;
  }

  .order-xl-19 {
    order: 19;
  }

  .order-xl-20 {
    order: 20;
  }

  .order-xl-21 {
    order: 21;
  }

  .order-xl-22 {
    order: 22;
  }

  .order-xl-23 {
    order: 23;
  }

  .order-xl-24 {
    order: 24;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-13 {
    margin-left: 54.16666667%;
  }

  .offset-xl-14 {
    margin-left: 58.33333333%;
  }

  .offset-xl-15 {
    margin-left: 62.5%;
  }

  .offset-xl-16 {
    margin-left: 66.66666667%;
  }

  .offset-xl-17 {
    margin-left: 70.83333333%;
  }

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

  .offset-xl-19 {
    margin-left: 79.16666667%;
  }

  .offset-xl-20 {
    margin-left: 83.33333333%;
  }

  .offset-xl-21 {
    margin-left: 87.5%;
  }

  .offset-xl-22 {
    margin-left: 91.66666667%;
  }

  .offset-xl-23 {
    margin-left: 95.83333333%;
  }
}

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

.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-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 {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(204.32, 223.92, 246.88);
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(160.88, 197.28, 239.92);
}

.table-hover .table-primary:hover {
  background-color: rgb(182.3414285714, 210.4414285714, 243.3585714286);
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(182.3414285714, 210.4414285714, 243.3585714286);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(250.24, 251.08, 252.48);
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(246.16, 247.72, 250.32);
}

.table-hover .table-secondary:hover {
  background-color: rgb(233.5669230769, 237.3492307692, 243.6530769231);
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(183.6, 243.52, 251.36);
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(122.4, 233.68, 248.24);
}

.table-hover .table-info:hover {
  background-color: rgb(159.3369402985, 239.618880597, 250.1230597015);
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(159.3369402985, 239.618880597, 250.1230597015);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.48, 193.96, 193.68);
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(237.32, 141.64, 141.12);
}

.table-hover .table-danger:hover {
  background-color: rgb(242.0531225296, 171.9876679842, 171.6068774704);
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(242.0531225296, 171.9876679842, 171.6068774704);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(250.24, 251.08, 252.48);
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(246.16, 247.72, 250.32);
}

.table-hover .table-light:hover {
  background-color: rgb(233.5669230769, 237.3492307692, 243.6530769231);
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(233.5669230769, 237.3492307692, 243.6530769231);
}

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(140.08, 140.08, 140.08);
}

.table-hover .table-dark:hover {
  background-color: rgb(180.37, 180.37, 180.37);
}

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

.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: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}

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

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 2.778rem;
  padding: 0.778rem 0.944rem;
  font-size: 0.889rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.556rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-moz-placeholder {
  color: rgba(34, 34, 34, 0.4);
  opacity: 1;
}

.form-control::placeholder {
  color: rgba(34, 34, 34, 0.4);
  opacity: 1;
}

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

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

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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.778rem + 1px);
  padding-bottom: calc(0.778rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.778rem 0;
  margin-bottom: 0;
  font-size: 0.889rem;
  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: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  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: 1.667rem;
}

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

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

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

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

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

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

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

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

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

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

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

.form-row > .col > .valid-tooltip,
.form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.form-row > .col > .invalid-tooltip,
.form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 700;
  color: #222222;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.833rem 1.5rem;
  font-size: 0.778rem;
  line-height: 1;
  border-radius: 1.333rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.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: #4a90e2;
  border-color: #4a90e2;
}

.btn-primary:hover {
  color: #fff;
  background-color: rgb(41.0321428571, 123.7821428571, 220.7178571429);
  border-color: rgb(34.3857142857, 117.3857142857, 214.6142857143);
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: rgb(41.0321428571, 123.7821428571, 220.7178571429);
  border-color: rgb(34.3857142857, 117.3857142857, 214.6142857143);
  box-shadow: 0 0 0 0.2rem rgba(101.15, 160.65, 230.35, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #4a90e2;
  border-color: #4a90e2;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(34.3857142857, 117.3857142857, 214.6142857143);
  border-color: rgb(32.625, 111.375, 203.625);
}

.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(101.15, 160.65, 230.35, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #eef1f6;
  border-color: #eef1f6;
}

.btn-secondary:hover {
  color: #212529;
  background-color: rgb(212.9903846154, 220.4038461538, 232.7596153846);
  border-color: rgb(204.6538461538, 213.5384615385, 228.3461538462);
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #212529;
  background-color: rgb(212.9903846154, 220.4038461538, 232.7596153846);
  border-color: rgb(204.6538461538, 213.5384615385, 228.3461538462);
  box-shadow: 0 0 0 0.2rem rgba(207.25, 210.4, 215.25, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #212529;
  background-color: #eef1f6;
  border-color: #eef1f6;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: rgb(204.6538461538, 213.5384615385, 228.3461538462);
  border-color: rgb(196.3173076923, 206.6730769231, 223.9326923077);
}

.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(207.25, 210.4, 215.25, 0.5);
}

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

.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

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

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}

.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(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #00d6f2;
  border-color: #00d6f2;
}

.btn-info:hover {
  color: #fff;
  background-color: rgb(0, 180.1756198347, 203.75);
  border-color: rgb(0, 168.9008264463, 191);
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: rgb(0, 180.1756198347, 203.75);
  border-color: rgb(0, 168.9008264463, 191);
  box-shadow: 0 0 0 0.2rem rgba(4.95, 187.45, 211.85, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #212529;
  background-color: #00d6f2;
  border-color: #00d6f2;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 168.9008264463, 191);
  border-color: rgb(0, 157.6260330579, 178.25);
}

.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(4.95, 187.45, 211.85, 0.5);
}

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

.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

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

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}

.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(221.7, 169.6, 12.1, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: rgb(189.3527667984, 30.2618577075, 29.3972332016);
  border-color: rgb(178.3162055336, 28.4980237154, 27.6837944664);
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: rgb(189.3527667984, 30.2618577075, 29.3972332016);
  border-color: rgb(178.3162055336, 28.4980237154, 27.6837944664);
  box-shadow: 0 0 0 0.2rem rgba(226.1, 69.7, 68.85, 0.5);
}

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

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(178.3162055336, 28.4980237154, 27.6837944664);
  border-color: rgb(167.2796442688, 26.7341897233, 25.9703557312);
}

.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(226.1, 69.7, 68.85, 0.5);
}

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

.btn-light:hover {
  color: #212529;
  background-color: rgb(212.9903846154, 220.4038461538, 232.7596153846);
  border-color: rgb(204.6538461538, 213.5384615385, 228.3461538462);
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: rgb(212.9903846154, 220.4038461538, 232.7596153846);
  border-color: rgb(204.6538461538, 213.5384615385, 228.3461538462);
  box-shadow: 0 0 0 0.2rem rgba(207.25, 210.4, 215.25, 0.5);
}

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

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(204.6538461538, 213.5384615385, 228.3461538462);
  border-color: rgb(196.3173076923, 206.6730769231, 223.9326923077);
}

.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(207.25, 210.4, 215.25, 0.5);
}

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

.btn-dark:hover {
  color: #fff;
  background-color: rgb(14.875, 14.875, 14.875);
  border-color: rgb(8.5, 8.5, 8.5);
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: rgb(14.875, 14.875, 14.875);
  border-color: rgb(8.5, 8.5, 8.5);
  box-shadow: 0 0 0 0.2rem rgba(67.15, 67.15, 67.15, 0.5);
}

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

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
  border-color: rgb(2.125, 2.125, 2.125);
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(67.15, 67.15, 67.15, 0.5);
}

.btn-outline-primary {
  color: #4a90e2;
  border-color: #4a90e2;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #4a90e2;
  border-color: #4a90e2;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #4a90e2;
  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: #4a90e2;
  border-color: #4a90e2;
}

.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(74, 144, 226, 0.5);
}

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

.btn-outline-secondary:hover {
  color: #212529;
  background-color: #eef1f6;
  border-color: #eef1f6;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 241, 246, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #eef1f6;
  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: #212529;
  background-color: #eef1f6;
  border-color: #eef1f6;
}

.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(238, 241, 246, 0.5);
}

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

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

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  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: #28a745;
  border-color: #28a745;
}

.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(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #00d6f2;
  border-color: #00d6f2;
}

.btn-outline-info:hover {
  color: #212529;
  background-color: #00d6f2;
  border-color: #00d6f2;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 214, 242, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #00d6f2;
  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: #212529;
  background-color: #00d6f2;
  border-color: #00d6f2;
}

.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(0, 214, 242, 0.5);
}

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

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

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  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: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 37, 36, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dd2524;
  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: #dd2524;
  border-color: #dd2524;
}

.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(221, 37, 36, 0.5);
}

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

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

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 241, 246, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #eef1f6;
  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: #212529;
  background-color: #eef1f6;
  border-color: #eef1f6;
}

.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(238, 241, 246, 0.5);
}

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

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

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #222222;
  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: #222222;
  border-color: #222222;
}

.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(34, 34, 34, 0.5);
}

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

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

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

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

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

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.556rem 0.889rem;
  font-size: 0.778rem;
  line-height: 1;
  border-radius: 1.111rem;
}

.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 (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 (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 1024px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 1366px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

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

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

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

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

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

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

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

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

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

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

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

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

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

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

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

.dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

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

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.778rem 0.944rem;
  margin-bottom: 0;
  font-size: 0.889rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.556rem;
}

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input:checked ~ .custom-control-label::before {
  color: #004677;
  border-color: #007bff;
  background-color: #fff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #004677;
  background-color: rgba(35, 39, 64, 0.2);
  border-color: rgb(178.5, 215.4, 255);
}

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

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

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

.custom-control-label::before {
  position: absolute;
  top: 0.35rem;
  left: -1.3rem;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  pointer-events: none;
  content: "";
  background-color: rgba(35, 39, 64, 0.2);
  border: 1px solid #004677;
}

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

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

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

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

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

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: rgba(35, 39, 64, 0.2);
  transform: translateX(0.95rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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 {
  display: none;
}

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

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

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

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  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: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.844rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #004677, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #004677, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #004677, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.custom-range::-webkit-slider-thumb {
  width: 1.444rem;
  height: 1.444rem;
  margin-top: -0.472rem;
  background-color: #004677;
  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;
}

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

.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
}

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

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

.custom-range::-moz-range-thumb {
  width: 1.444rem;
  height: 1.444rem;
  background-color: #004677;
  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;
}

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

.custom-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
}

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

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1.444rem;
  height: 1.444rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #004677;
  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;
}

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

.custom-range::-ms-thumb {
  appearance: none;
}

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

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.722rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1366px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler {
  color: #222222;
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: #222222;
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

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

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

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

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

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 2.778rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

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

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.15rem;
  color: #CCCCCC;
  content: "\25B8";
}

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

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

.breadcrumb-item.active {
  color: #222222;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.55rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4a90e2;
  background-color: #fff;
  border: 1px solid #4a90e2;
}

.page-link:hover {
  z-index: 2;
  color: #a2a9b2;
  text-decoration: none;
  background-color: #fff;
  border-color: #d6d4e2;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.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: 3;
  color: #a2a9b2;
  background-color: #fff;
  border-color: #d6d4e2;
}

.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.222rem;
  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.722rem;
  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;
}

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

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

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #4a90e2;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: rgb(34.3857142857, 117.3857142857, 214.6142857143);
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #eef1f6;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #212529;
  background-color: rgb(204.6538461538, 213.5384615385, 228.3461538462);
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(238, 241, 246, 0.5);
}

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

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #00d6f2;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #212529;
  background-color: rgb(0, 168.9008264463, 191);
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 214, 242, 0.5);
}

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

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: rgb(178.3162055336, 28.4980237154, 27.6837944664);
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(221, 37, 36, 0.5);
}

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

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: rgb(204.6538461538, 213.5384615385, 228.3461538462);
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(238, 241, 246, 0.5);
}

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

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}

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

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

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

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

.alert-primary {
  color: rgb(38.48, 74.88, 117.52);
  background-color: rgb(218.8, 232.8, 249.2);
  border-color: rgb(204.32, 223.92, 246.88);
}

.alert-primary hr {
  border-top-color: rgb(182.3414285714, 210.4414285714, 243.3585714286);
}

.alert-primary .alert-link {
  color: rgb(25.9, 50.4, 79.1);
}

.alert-secondary {
  color: rgb(123.76, 125.32, 127.92);
  background-color: rgb(251.6, 252.2, 253.2);
  border-color: rgb(250.24, 251.08, 252.48);
}

.alert-secondary hr {
  border-top-color: rgb(233.5669230769, 237.3492307692, 243.6530769231);
}

.alert-secondary .alert-link {
  color: rgb(98.6814876033, 99.9253719008, 101.9985123967);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}

.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(0, 111.28, 125.84);
  background-color: rgb(204, 246.8, 252.4);
  border-color: rgb(183.6, 243.52, 251.36);
}

.alert-info hr {
  border-top-color: rgb(159.3369402985, 239.618880597, 250.1230597015);
}

.alert-info .alert-link {
  color: rgb(0, 66.1808264463, 74.84);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}

.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}

.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.92, 19.24, 18.72);
  background-color: rgb(248.2, 211.4, 211.2);
  border-color: rgb(245.48, 193.96, 193.68);
}

.alert-danger hr {
  border-top-color: rgb(242.0531225296, 171.9876679842, 171.6068774704);
}

.alert-danger .alert-link {
  color: rgb(71.0639688716, 11.8975875486, 11.5760311284);
}

.alert-light {
  color: rgb(123.76, 125.32, 127.92);
  background-color: rgb(251.6, 252.2, 253.2);
  border-color: rgb(250.24, 251.08, 252.48);
}

.alert-light hr {
  border-top-color: rgb(233.5669230769, 237.3492307692, 243.6530769231);
}

.alert-light .alert-link {
  color: rgb(98.6814876033, 99.9253719008, 101.9985123967);
}

.alert-dark {
  color: rgb(17.68, 17.68, 17.68);
  background-color: rgb(210.8, 210.8, 210.8);
  border-color: rgb(193.12, 193.12, 193.12);
}

.alert-dark hr {
  border-top-color: rgb(180.37, 180.37, 180.37);
}

.alert-dark .alert-link {
  color: black;
}

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

  to {
    background-position: 0 0;
  }
}

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

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

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

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

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

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

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

.media-body {
  flex: 1;
}

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

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

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

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1024px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1366px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

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

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

.list-group-item-primary {
  color: rgb(38.48, 74.88, 117.52);
  background-color: rgb(204.32, 223.92, 246.88);
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: rgb(38.48, 74.88, 117.52);
  background-color: rgb(182.3414285714, 210.4414285714, 243.3585714286);
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(38.48, 74.88, 117.52);
  border-color: rgb(38.48, 74.88, 117.52);
}

.list-group-item-secondary {
  color: rgb(123.76, 125.32, 127.92);
  background-color: rgb(250.24, 251.08, 252.48);
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: rgb(123.76, 125.32, 127.92);
  background-color: rgb(233.5669230769, 237.3492307692, 243.6530769231);
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(123.76, 125.32, 127.92);
  border-color: rgb(123.76, 125.32, 127.92);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(0, 111.28, 125.84);
  background-color: rgb(183.6, 243.52, 251.36);
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: rgb(0, 111.28, 125.84);
  background-color: rgb(159.3369402985, 239.618880597, 250.1230597015);
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 111.28, 125.84);
  border-color: rgb(0, 111.28, 125.84);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.92, 19.24, 18.72);
  background-color: rgb(245.48, 193.96, 193.68);
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.92, 19.24, 18.72);
  background-color: rgb(242.0531225296, 171.9876679842, 171.6068774704);
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.92, 19.24, 18.72);
  border-color: rgb(114.92, 19.24, 18.72);
}

.list-group-item-light {
  color: rgb(123.76, 125.32, 127.92);
  background-color: rgb(250.24, 251.08, 252.48);
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: rgb(123.76, 125.32, 127.92);
  background-color: rgb(233.5669230769, 237.3492307692, 243.6530769231);
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(123.76, 125.32, 127.92);
  border-color: rgb(123.76, 125.32, 127.92);
}

.list-group-item-dark {
  color: rgb(17.68, 17.68, 17.68);
  background-color: rgb(193.12, 193.12, 193.12);
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: rgb(17.68, 17.68, 17.68);
  background-color: rgb(180.37, 180.37, 180.37);
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(17.68, 17.68, 17.68);
  border-color: rgb(17.68, 17.68, 17.68);
}

.close {
  float: right;
  font-size: 2.444rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-shadow: 0;
  opacity: 0.5;
}

.close:hover {
  color: #fff;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}

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

.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 1.833rem-0.25rem;
  border-top: 0 solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

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

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

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1024px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1366px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: 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;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

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

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

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

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

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

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

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

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(34.3857142857, 117.3857142857, 214.6142857143) !important;
}

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

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

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #00d6f2 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(0, 168.9008264463, 191) !important;
}

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

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(178.3162055336, 28.4980237154, 27.6837944664) !important;
}

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

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(204.6538461538, 213.5384615385, 228.3461538462) !important;
}

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

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(8.5, 8.5, 8.5) !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: #4a90e2 !important;
}

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

.border-success {
  border-color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex,
.calculator-checkbox-label,
.calculator-checkbox,
.calculator-row-range {
  display: flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

.embed-responsive::before {
  display: block;
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between,
.calculator-checkbox-label,
.calculator-row-range {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1366px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1366px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.667rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.667rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.667rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.667rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.667rem !important;
}

.m-5 {
  margin: 2.22222rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2.22222rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2.22222rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2.22222rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2.22222rem !important;
}

.m-6 {
  margin: 3.611rem !important;
}

.mt-6,
.my-6 {
  margin-top: 3.611rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 3.611rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 3.611rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 3.611rem !important;
}

.m-7 {
  margin: 4.444rem !important;
}

.mt-7,
.my-7 {
  margin-top: 4.444rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 4.444rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 4.444rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 4.444rem !important;
}

.m-8 {
  margin: 5.556rem !important;
}

.mt-8,
.my-8 {
  margin-top: 5.556rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 5.556rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 5.556rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 5.556rem !important;
}

.m-9 {
  margin: 7.5rem !important;
}

.mt-9,
.my-9 {
  margin-top: 7.5rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 7.5rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 7.5rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 7.5rem !important;
}

.m-10 {
  margin: 9.375rem !important;
}

.mt-10,
.my-10 {
  margin-top: 9.375rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 9.375rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 9.375rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 9.375rem !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.667rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.667rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.667rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.667rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.667rem !important;
}

.p-5 {
  padding: 2.22222rem !important;
}

.pt-5,
.py-5 {
  padding-top: 2.22222rem !important;
}

.pr-5,
.px-5 {
  padding-right: 2.22222rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2.22222rem !important;
}

.pl-5,
.px-5 {
  padding-left: 2.22222rem !important;
}

.p-6 {
  padding: 3.611rem !important;
}

.pt-6,
.py-6 {
  padding-top: 3.611rem !important;
}

.pr-6,
.px-6 {
  padding-right: 3.611rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 3.611rem !important;
}

.pl-6,
.px-6 {
  padding-left: 3.611rem !important;
}

.p-7 {
  padding: 4.444rem !important;
}

.pt-7,
.py-7 {
  padding-top: 4.444rem !important;
}

.pr-7,
.px-7 {
  padding-right: 4.444rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 4.444rem !important;
}

.pl-7,
.px-7 {
  padding-left: 4.444rem !important;
}

.p-8 {
  padding: 5.556rem !important;
}

.pt-8,
.py-8 {
  padding-top: 5.556rem !important;
}

.pr-8,
.px-8 {
  padding-right: 5.556rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 5.556rem !important;
}

.pl-8,
.px-8 {
  padding-left: 5.556rem !important;
}

.p-9 {
  padding: 7.5rem !important;
}

.pt-9,
.py-9 {
  padding-top: 7.5rem !important;
}

.pr-9,
.px-9 {
  padding-right: 7.5rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 7.5rem !important;
}

.pl-9,
.px-9 {
  padding-left: 7.5rem !important;
}

.p-10 {
  padding: 9.375rem !important;
}

.pt-10,
.py-10 {
  padding-top: 9.375rem !important;
}

.pr-10,
.px-10 {
  padding-right: 9.375rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 9.375rem !important;
}

.pl-10,
.px-10 {
  padding-left: 9.375rem !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.667rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.667rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.667rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.667rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.667rem !important;
}

.m-n5 {
  margin: -2.22222rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -2.22222rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -2.22222rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -2.22222rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -2.22222rem !important;
}

.m-n6 {
  margin: -3.611rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -3.611rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -3.611rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -3.611rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -3.611rem !important;
}

.m-n7 {
  margin: -4.444rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -4.444rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -4.444rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -4.444rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -4.444rem !important;
}

.m-n8 {
  margin: -5.556rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -5.556rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -5.556rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -5.556rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -5.556rem !important;
}

.m-n9 {
  margin: -7.5rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -7.5rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -7.5rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -7.5rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -7.5rem !important;
}

.m-n10 {
  margin: -9.375rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -9.375rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -9.375rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -9.375rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -9.375rem !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.667rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.667rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.667rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.667rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.667rem !important;
  }

  .m-sm-5 {
    margin: 2.22222rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2.22222rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2.22222rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2.22222rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2.22222rem !important;
  }

  .m-sm-6 {
    margin: 3.611rem !important;
  }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3.611rem !important;
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3.611rem !important;
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3.611rem !important;
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3.611rem !important;
  }

  .m-sm-7 {
    margin: 4.444rem !important;
  }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 4.444rem !important;
  }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 4.444rem !important;
  }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 4.444rem !important;
  }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 4.444rem !important;
  }

  .m-sm-8 {
    margin: 5.556rem !important;
  }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 5.556rem !important;
  }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 5.556rem !important;
  }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 5.556rem !important;
  }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 5.556rem !important;
  }

  .m-sm-9 {
    margin: 7.5rem !important;
  }

  .mt-sm-9,
  .my-sm-9 {
    margin-top: 7.5rem !important;
  }

  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 7.5rem !important;
  }

  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 7.5rem !important;
  }

  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 7.5rem !important;
  }

  .m-sm-10 {
    margin: 9.375rem !important;
  }

  .mt-sm-10,
  .my-sm-10 {
    margin-top: 9.375rem !important;
  }

  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 9.375rem !important;
  }

  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 9.375rem !important;
  }

  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 9.375rem !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.667rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.667rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.667rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.667rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.667rem !important;
  }

  .p-sm-5 {
    padding: 2.22222rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2.22222rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2.22222rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2.22222rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2.22222rem !important;
  }

  .p-sm-6 {
    padding: 3.611rem !important;
  }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3.611rem !important;
  }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3.611rem !important;
  }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3.611rem !important;
  }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3.611rem !important;
  }

  .p-sm-7 {
    padding: 4.444rem !important;
  }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 4.444rem !important;
  }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 4.444rem !important;
  }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 4.444rem !important;
  }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 4.444rem !important;
  }

  .p-sm-8 {
    padding: 5.556rem !important;
  }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 5.556rem !important;
  }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 5.556rem !important;
  }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 5.556rem !important;
  }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 5.556rem !important;
  }

  .p-sm-9 {
    padding: 7.5rem !important;
  }

  .pt-sm-9,
  .py-sm-9 {
    padding-top: 7.5rem !important;
  }

  .pr-sm-9,
  .px-sm-9 {
    padding-right: 7.5rem !important;
  }

  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 7.5rem !important;
  }

  .pl-sm-9,
  .px-sm-9 {
    padding-left: 7.5rem !important;
  }

  .p-sm-10 {
    padding: 9.375rem !important;
  }

  .pt-sm-10,
  .py-sm-10 {
    padding-top: 9.375rem !important;
  }

  .pr-sm-10,
  .px-sm-10 {
    padding-right: 9.375rem !important;
  }

  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 9.375rem !important;
  }

  .pl-sm-10,
  .px-sm-10 {
    padding-left: 9.375rem !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.667rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.667rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.667rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.667rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.667rem !important;
  }

  .m-sm-n5 {
    margin: -2.22222rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2.22222rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2.22222rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2.22222rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2.22222rem !important;
  }

  .m-sm-n6 {
    margin: -3.611rem !important;
  }

  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -3.611rem !important;
  }

  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -3.611rem !important;
  }

  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -3.611rem !important;
  }

  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -3.611rem !important;
  }

  .m-sm-n7 {
    margin: -4.444rem !important;
  }

  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -4.444rem !important;
  }

  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -4.444rem !important;
  }

  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -4.444rem !important;
  }

  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -4.444rem !important;
  }

  .m-sm-n8 {
    margin: -5.556rem !important;
  }

  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -5.556rem !important;
  }

  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -5.556rem !important;
  }

  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -5.556rem !important;
  }

  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -5.556rem !important;
  }

  .m-sm-n9 {
    margin: -7.5rem !important;
  }

  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -7.5rem !important;
  }

  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -7.5rem !important;
  }

  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -7.5rem !important;
  }

  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -7.5rem !important;
  }

  .m-sm-n10 {
    margin: -9.375rem !important;
  }

  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -9.375rem !important;
  }

  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -9.375rem !important;
  }

  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -9.375rem !important;
  }

  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -9.375rem !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.667rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.667rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.667rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.667rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.667rem !important;
  }

  .m-md-5 {
    margin: 2.22222rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 2.22222rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 2.22222rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2.22222rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 2.22222rem !important;
  }

  .m-md-6 {
    margin: 3.611rem !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 3.611rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 3.611rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3.611rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 3.611rem !important;
  }

  .m-md-7 {
    margin: 4.444rem !important;
  }

  .mt-md-7,
  .my-md-7 {
    margin-top: 4.444rem !important;
  }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 4.444rem !important;
  }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 4.444rem !important;
  }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 4.444rem !important;
  }

  .m-md-8 {
    margin: 5.556rem !important;
  }

  .mt-md-8,
  .my-md-8 {
    margin-top: 5.556rem !important;
  }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 5.556rem !important;
  }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 5.556rem !important;
  }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 5.556rem !important;
  }

  .m-md-9 {
    margin: 7.5rem !important;
  }

  .mt-md-9,
  .my-md-9 {
    margin-top: 7.5rem !important;
  }

  .mr-md-9,
  .mx-md-9 {
    margin-right: 7.5rem !important;
  }

  .mb-md-9,
  .my-md-9 {
    margin-bottom: 7.5rem !important;
  }

  .ml-md-9,
  .mx-md-9 {
    margin-left: 7.5rem !important;
  }

  .m-md-10 {
    margin: 9.375rem !important;
  }

  .mt-md-10,
  .my-md-10 {
    margin-top: 9.375rem !important;
  }

  .mr-md-10,
  .mx-md-10 {
    margin-right: 9.375rem !important;
  }

  .mb-md-10,
  .my-md-10 {
    margin-bottom: 9.375rem !important;
  }

  .ml-md-10,
  .mx-md-10 {
    margin-left: 9.375rem !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.667rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.667rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.667rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.667rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.667rem !important;
  }

  .p-md-5 {
    padding: 2.22222rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 2.22222rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 2.22222rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2.22222rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 2.22222rem !important;
  }

  .p-md-6 {
    padding: 3.611rem !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 3.611rem !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 3.611rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3.611rem !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 3.611rem !important;
  }

  .p-md-7 {
    padding: 4.444rem !important;
  }

  .pt-md-7,
  .py-md-7 {
    padding-top: 4.444rem !important;
  }

  .pr-md-7,
  .px-md-7 {
    padding-right: 4.444rem !important;
  }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 4.444rem !important;
  }

  .pl-md-7,
  .px-md-7 {
    padding-left: 4.444rem !important;
  }

  .p-md-8 {
    padding: 5.556rem !important;
  }

  .pt-md-8,
  .py-md-8 {
    padding-top: 5.556rem !important;
  }

  .pr-md-8,
  .px-md-8 {
    padding-right: 5.556rem !important;
  }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 5.556rem !important;
  }

  .pl-md-8,
  .px-md-8 {
    padding-left: 5.556rem !important;
  }

  .p-md-9 {
    padding: 7.5rem !important;
  }

  .pt-md-9,
  .py-md-9 {
    padding-top: 7.5rem !important;
  }

  .pr-md-9,
  .px-md-9 {
    padding-right: 7.5rem !important;
  }

  .pb-md-9,
  .py-md-9 {
    padding-bottom: 7.5rem !important;
  }

  .pl-md-9,
  .px-md-9 {
    padding-left: 7.5rem !important;
  }

  .p-md-10 {
    padding: 9.375rem !important;
  }

  .pt-md-10,
  .py-md-10 {
    padding-top: 9.375rem !important;
  }

  .pr-md-10,
  .px-md-10 {
    padding-right: 9.375rem !important;
  }

  .pb-md-10,
  .py-md-10 {
    padding-bottom: 9.375rem !important;
  }

  .pl-md-10,
  .px-md-10 {
    padding-left: 9.375rem !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.667rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.667rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.667rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.667rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.667rem !important;
  }

  .m-md-n5 {
    margin: -2.22222rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2.22222rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2.22222rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2.22222rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2.22222rem !important;
  }

  .m-md-n6 {
    margin: -3.611rem !important;
  }

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -3.611rem !important;
  }

  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -3.611rem !important;
  }

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -3.611rem !important;
  }

  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -3.611rem !important;
  }

  .m-md-n7 {
    margin: -4.444rem !important;
  }

  .mt-md-n7,
  .my-md-n7 {
    margin-top: -4.444rem !important;
  }

  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -4.444rem !important;
  }

  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -4.444rem !important;
  }

  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -4.444rem !important;
  }

  .m-md-n8 {
    margin: -5.556rem !important;
  }

  .mt-md-n8,
  .my-md-n8 {
    margin-top: -5.556rem !important;
  }

  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -5.556rem !important;
  }

  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -5.556rem !important;
  }

  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -5.556rem !important;
  }

  .m-md-n9 {
    margin: -7.5rem !important;
  }

  .mt-md-n9,
  .my-md-n9 {
    margin-top: -7.5rem !important;
  }

  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -7.5rem !important;
  }

  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -7.5rem !important;
  }

  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -7.5rem !important;
  }

  .m-md-n10 {
    margin: -9.375rem !important;
  }

  .mt-md-n10,
  .my-md-n10 {
    margin-top: -9.375rem !important;
  }

  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -9.375rem !important;
  }

  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -9.375rem !important;
  }

  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -9.375rem !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: 1024px) {
  .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.667rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.667rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.667rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.667rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.667rem !important;
  }

  .m-lg-5 {
    margin: 2.22222rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2.22222rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2.22222rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2.22222rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2.22222rem !important;
  }

  .m-lg-6 {
    margin: 3.611rem !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3.611rem !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3.611rem !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3.611rem !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3.611rem !important;
  }

  .m-lg-7 {
    margin: 4.444rem !important;
  }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 4.444rem !important;
  }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 4.444rem !important;
  }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 4.444rem !important;
  }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 4.444rem !important;
  }

  .m-lg-8 {
    margin: 5.556rem !important;
  }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 5.556rem !important;
  }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 5.556rem !important;
  }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 5.556rem !important;
  }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 5.556rem !important;
  }

  .m-lg-9 {
    margin: 7.5rem !important;
  }

  .mt-lg-9,
  .my-lg-9 {
    margin-top: 7.5rem !important;
  }

  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 7.5rem !important;
  }

  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 7.5rem !important;
  }

  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 7.5rem !important;
  }

  .m-lg-10 {
    margin: 9.375rem !important;
  }

  .mt-lg-10,
  .my-lg-10 {
    margin-top: 9.375rem !important;
  }

  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 9.375rem !important;
  }

  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 9.375rem !important;
  }

  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 9.375rem !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.667rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.667rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.667rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.667rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.667rem !important;
  }

  .p-lg-5 {
    padding: 2.22222rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2.22222rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2.22222rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2.22222rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2.22222rem !important;
  }

  .p-lg-6 {
    padding: 3.611rem !important;
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3.611rem !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3.611rem !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3.611rem !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3.611rem !important;
  }

  .p-lg-7 {
    padding: 4.444rem !important;
  }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 4.444rem !important;
  }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 4.444rem !important;
  }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 4.444rem !important;
  }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 4.444rem !important;
  }

  .p-lg-8 {
    padding: 5.556rem !important;
  }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 5.556rem !important;
  }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 5.556rem !important;
  }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 5.556rem !important;
  }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 5.556rem !important;
  }

  .p-lg-9 {
    padding: 7.5rem !important;
  }

  .pt-lg-9,
  .py-lg-9 {
    padding-top: 7.5rem !important;
  }

  .pr-lg-9,
  .px-lg-9 {
    padding-right: 7.5rem !important;
  }

  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 7.5rem !important;
  }

  .pl-lg-9,
  .px-lg-9 {
    padding-left: 7.5rem !important;
  }

  .p-lg-10 {
    padding: 9.375rem !important;
  }

  .pt-lg-10,
  .py-lg-10 {
    padding-top: 9.375rem !important;
  }

  .pr-lg-10,
  .px-lg-10 {
    padding-right: 9.375rem !important;
  }

  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 9.375rem !important;
  }

  .pl-lg-10,
  .px-lg-10 {
    padding-left: 9.375rem !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.667rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.667rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.667rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.667rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.667rem !important;
  }

  .m-lg-n5 {
    margin: -2.22222rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2.22222rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2.22222rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2.22222rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2.22222rem !important;
  }

  .m-lg-n6 {
    margin: -3.611rem !important;
  }

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -3.611rem !important;
  }

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -3.611rem !important;
  }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -3.611rem !important;
  }

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -3.611rem !important;
  }

  .m-lg-n7 {
    margin: -4.444rem !important;
  }

  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -4.444rem !important;
  }

  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -4.444rem !important;
  }

  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -4.444rem !important;
  }

  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -4.444rem !important;
  }

  .m-lg-n8 {
    margin: -5.556rem !important;
  }

  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -5.556rem !important;
  }

  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -5.556rem !important;
  }

  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -5.556rem !important;
  }

  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -5.556rem !important;
  }

  .m-lg-n9 {
    margin: -7.5rem !important;
  }

  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -7.5rem !important;
  }

  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -7.5rem !important;
  }

  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -7.5rem !important;
  }

  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -7.5rem !important;
  }

  .m-lg-n10 {
    margin: -9.375rem !important;
  }

  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -9.375rem !important;
  }

  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -9.375rem !important;
  }

  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -9.375rem !important;
  }

  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -9.375rem !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: 1366px) {
  .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.667rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.667rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.667rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.667rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.667rem !important;
  }

  .m-xl-5 {
    margin: 2.22222rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2.22222rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2.22222rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2.22222rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2.22222rem !important;
  }

  .m-xl-6 {
    margin: 3.611rem !important;
  }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3.611rem !important;
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3.611rem !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3.611rem !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3.611rem !important;
  }

  .m-xl-7 {
    margin: 4.444rem !important;
  }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 4.444rem !important;
  }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 4.444rem !important;
  }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 4.444rem !important;
  }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 4.444rem !important;
  }

  .m-xl-8 {
    margin: 5.556rem !important;
  }

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 5.556rem !important;
  }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 5.556rem !important;
  }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 5.556rem !important;
  }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 5.556rem !important;
  }

  .m-xl-9 {
    margin: 7.5rem !important;
  }

  .mt-xl-9,
  .my-xl-9 {
    margin-top: 7.5rem !important;
  }

  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 7.5rem !important;
  }

  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 7.5rem !important;
  }

  .m-xl-10 {
    margin: 9.375rem !important;
  }

  .mt-xl-10,
  .my-xl-10 {
    margin-top: 9.375rem !important;
  }

  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 9.375rem !important;
  }

  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 9.375rem !important;
  }

  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 9.375rem !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.667rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.667rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.667rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.667rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.667rem !important;
  }

  .p-xl-5 {
    padding: 2.22222rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2.22222rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2.22222rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2.22222rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2.22222rem !important;
  }

  .p-xl-6 {
    padding: 3.611rem !important;
  }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3.611rem !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3.611rem !important;
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3.611rem !important;
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3.611rem !important;
  }

  .p-xl-7 {
    padding: 4.444rem !important;
  }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 4.444rem !important;
  }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 4.444rem !important;
  }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 4.444rem !important;
  }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 4.444rem !important;
  }

  .p-xl-8 {
    padding: 5.556rem !important;
  }

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 5.556rem !important;
  }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 5.556rem !important;
  }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 5.556rem !important;
  }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 5.556rem !important;
  }

  .p-xl-9 {
    padding: 7.5rem !important;
  }

  .pt-xl-9,
  .py-xl-9 {
    padding-top: 7.5rem !important;
  }

  .pr-xl-9,
  .px-xl-9 {
    padding-right: 7.5rem !important;
  }

  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xl-9,
  .px-xl-9 {
    padding-left: 7.5rem !important;
  }

  .p-xl-10 {
    padding: 9.375rem !important;
  }

  .pt-xl-10,
  .py-xl-10 {
    padding-top: 9.375rem !important;
  }

  .pr-xl-10,
  .px-xl-10 {
    padding-right: 9.375rem !important;
  }

  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 9.375rem !important;
  }

  .pl-xl-10,
  .px-xl-10 {
    padding-left: 9.375rem !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.667rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.667rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.667rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.667rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.667rem !important;
  }

  .m-xl-n5 {
    margin: -2.22222rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2.22222rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2.22222rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2.22222rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2.22222rem !important;
  }

  .m-xl-n6 {
    margin: -3.611rem !important;
  }

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -3.611rem !important;
  }

  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -3.611rem !important;
  }

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -3.611rem !important;
  }

  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -3.611rem !important;
  }

  .m-xl-n7 {
    margin: -4.444rem !important;
  }

  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -4.444rem !important;
  }

  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -4.444rem !important;
  }

  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -4.444rem !important;
  }

  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -4.444rem !important;
  }

  .m-xl-n8 {
    margin: -5.556rem !important;
  }

  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -5.556rem !important;
  }

  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -5.556rem !important;
  }

  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -5.556rem !important;
  }

  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -5.556rem !important;
  }

  .m-xl-n9 {
    margin: -7.5rem !important;
  }

  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -7.5rem !important;
  }

  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -7.5rem !important;
  }

  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -7.5rem !important;
  }

  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -7.5rem !important;
  }

  .m-xl-n10 {
    margin: -9.375rem !important;
  }

  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -9.375rem !important;
  }

  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -9.375rem !important;
  }

  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -9.375rem !important;
  }

  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -9.375rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1366px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.font-weight-bolder {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white,
.calculator-range .tip-top {
  color: #fff !important;
}

.text-primary {
  color: #4a90e2 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(30.8642857143, 105.3642857143, 192.6357142857) !important;
}

.text-secondary {
  color: #eef1f6 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: rgb(187.9807692308, 199.8076923077, 219.5192307692) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #00d6f2 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(0, 146.3512396694, 165.5) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dd2524 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(156.243083004, 24.9703557312, 24.256916996) !important;
}

.text-light,
.popover-dark .popover-body {
  color: #eef1f6 !important;
}

a.text-light:hover,
.popover-dark a.popover-body:hover,
a.text-light:focus,
.popover-dark a.popover-body:focus {
  color: rgb(187.9807692308, 199.8076923077, 219.5192307692) !important;
}

.text-dark {
  color: #222222 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: black !important;
}

.text-body {
  color: #222222 !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;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #e6e6e6;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eef1f6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

#cc-main {
  background: transparent;
  color: var(--cc-primary-color);
  font-family: var(--cc-font-family);
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  z-index: var(--cc-z-index);
}

#cc-main :after,
#cc-main :before,
#cc-main a,
#cc-main button,
#cc-main div,
#cc-main h2,
#cc-main input,
#cc-main p,
#cc-main span {
  all: unset;
  box-sizing: border-box;
}

#cc-main .pm__badge,
#cc-main button {
  all: initial;
  box-sizing: border-box;
  color: unset;
  visibility: unset;
}

#cc-main .pm__badge,
#cc-main a,
#cc-main button,
#cc-main input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  outline: revert;
  outline-offset: 2px;
  overflow: hidden;
}

#cc-main table,
#cc-main tbody,
#cc-main td,
#cc-main th,
#cc-main thead,
#cc-main tr {
  all: revert;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

:root {
  --cc-font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --cc-modal-border-radius: .5rem;
  --cc-btn-border-radius: .4rem;
  --cc-modal-transition-duration: .25s;
  --cc-link-color: var(--cc-btn-primary-bg);
  --cc-modal-margin: 1rem;
  --cc-z-index: 2147483647;
  --cc-bg: #fff;
  --cc-primary-color: #2c2f31;
  --cc-secondary-color: #5e6266;
  --cc-btn-primary-bg: #30363c;
  --cc-btn-primary-color: #fff;
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #000;
  --cc-btn-primary-hover-color: #fff;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #d4dae0;
  --cc-btn-secondary-hover-color: #000;
  --cc-btn-secondary-hover-border-color: #d4dae0;
  --cc-separator-border-color: #f0f4f7;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #667481;
  --cc-toggle-on-knob-bg: #fff;
  --cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);
  --cc-toggle-enabled-icon-color: var(--cc-bg);
  --cc-toggle-disabled-icon-color: var(--cc-bg);
  --cc-toggle-readonly-bg: #d5dee2;
  --cc-toggle-readonly-knob-bg: #fff;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: var(--cc-cookie-category-block-bg);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-border: #f0f4f7;
  --cc-cookie-category-block-hover-bg: #e9eff4;
  --cc-cookie-category-block-hover-border: #e9eff4;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: #dee4e9;
  --cc-overlay-bg: rgba(0,0,0,.65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: var(--cc-btn-secondary-bg);
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #e4eaed;
  --cc-pm-toggle-border-radius: 4em;
}

#cc-main.cc--rtl {
  direction: rtl;
}

#cc-main .cm__title,
#cc-main a,
#cc-main b,
#cc-main em,
#cc-main strong {
  font-weight: 600;
}

#cc-main button > span {
  pointer-events: none;
}

#cc-main .cc__link,
#cc-main a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  font-weight: 600;
  position: relative;
  transition: background-size 0.25s, color 0.25s ease;
}

#cc-main .cc__link:hover,
#cc-main a:hover {
  background-size: 100% 1px;
  color: var(--cc-primary-color);
}

#cc-main .cc__link {
  color: var(--cc-link-color);
}

#cc-main .cm__desc,
#cc-main .pm__body {
  overscroll-behavior: auto contain;
  scrollbar-width: thin;
}

@media screen and (min-width: 640px) {
  #cc-main ::-webkit-scrollbar,
  #cc-main ::-webkit-scrollbar-thumb,
  #cc-main ::-webkit-scrollbar-track {
    all: revert;
  }

  #cc-main ::-webkit-scrollbar-thumb {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: var(--cc-toggle-readonly-bg);
    border: 0.25rem solid var(--cc-bg);
    border-radius: 1rem;
  }

  #cc-main ::-webkit-scrollbar-thumb:hover {
    background: var(--cc-toggle-off-bg);
  }

  #cc-main ::-webkit-scrollbar {
    background: transparent;
    width: 12px;
  }
}

html.disable--interaction.show--consent,
html.disable--interaction.show--consent body {
  height: auto !important;
  overflow: hidden !important;
}

@media (prefers-reduced-motion) {
  #cc-main {
    --cc-modal-transition-duration: 0s;
  }
}

.cc--darkmode {
  --cc-bg: #161a1c;
  --cc-primary-color: #ebf3f6;
  --cc-secondary-color: #aebbc5;
  --cc-btn-primary-bg: #c2d0e0;
  --cc-btn-primary-color: var(--cc-bg);
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #98a7b6;
  --cc-btn-primary-hover-color: #000;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #242c31;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #353d43;
  --cc-btn-secondary-hover-color: #fff;
  --cc-btn-secondary-hover-border-color: var(--cc-btn-secondary-hover-bg);
  --cc-separator-border-color: #222a30;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #525f6b;
  --cc-toggle-on-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-off-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-enabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-disabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-readonly-bg: #343e45;
  --cc-toggle-readonly-knob-bg: #5f6b72;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: #1e2428;
  --cc-cookie-category-block-bg: #1e2428;
  --cc-cookie-category-block-border: var(--cc-section-category-border);
  --cc-cookie-category-block-hover-bg: #242c31;
  --cc-cookie-category-block-hover-border: #232a2f;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: var(--cc-toggle-readonly-bg);
  --cc-overlay-bg: rgba(0,0,0,.65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: #0c0e0f;
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #060809;
}

.cc--darkmode #cc-main {
  color-scheme: dark;
}

#cc-main .cm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: flex;
  flex-direction: column;
  max-width: 24rem;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  transform: translateY(1.6em);
  visibility: hidden;
  z-index: 1;
}

#cc-main .cm--top {
  top: var(--cc-modal-margin);
}

#cc-main .cm--middle {
  top: 50%;
  transform: translateY(calc(-50% + 1.6em));
}

#cc-main .cm--bottom {
  bottom: var(--cc-modal-margin);
}

#cc-main .cm--center {
  left: var(--cc-modal-margin);
  margin: 0 auto;
  right: var(--cc-modal-margin);
  width: unset;
}

#cc-main .cm--left {
  left: var(--cc-modal-margin);
  margin-right: var(--cc-modal-margin);
}

#cc-main .cm--right {
  margin-left: var(--cc-modal-margin);
  right: var(--cc-modal-margin);
}

#cc-main .cm__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

#cc-main .cm__btns,
#cc-main .cm__links {
  padding: 1rem 1.3rem;
  width: unset;
}

#cc-main .cm__texts {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0 0;
}

#cc-main .cm__desc,
#cc-main .cm__title {
  padding: 0 1.3rem;
}

#cc-main .cm__title {
  font-size: 1.05em;
}

#cc-main .cm__title + .cm__desc {
  margin-top: 1.1em;
}

#cc-main .cm__desc {
  color: var(--cc-secondary-color);
  font-size: 0.9em;
  line-height: 1.5;
  max-height: 40vh;
  overflow-x: visible;
  overflow-y: auto;
  padding-bottom: 1em;
}

#cc-main .cm__btns {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#cc-main .cm__btn-group {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
}

#cc-main .cm__btn + .cm__btn,
#cc-main .cm__btn-group + .cm__btn-group {
  margin-top: 0.375rem;
}

#cc-main .cm--flip .cm__btn + .cm__btn,
#cc-main .cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--inline.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-right: 0;
}

#cc-main .cm--wide .cm__btn + .cm__btn,
#cc-main .cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--wide.cm--flip .cm__btn + .cm__btn,
#cc-main .cm--wide.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven,
#cc-main .cm--wide .cm__btn-group--uneven {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven,
#cc-main .cm--wide.cm--flip .cm__btn-group--uneven {
  flex-direction: row-reverse;
}

#cc-main .cm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  padding: 0.5em 1em;
  text-align: center;
}

#cc-main .cm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close {
  border-radius: 0;
  border-bottom-left-radius: var(--cc-btn-border-radius);
  border-right: none;
  border-top: none;
  display: none;
  font-size: 1em;
  height: 42px;
  min-width: auto !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}

#cc-main .cm__btn--close svg {
  stroke: var(--cc-btn-primary-color);
  transform: scale(0.5);
  transition: stroke 0.15s ease;
}

#cc-main .cm__btn--close:hover svg {
  stroke: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--close.cm__btn--secondary svg {
  stroke: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--close.cm__btn--secondary:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close + .cm__texts .cm__title {
  padding-right: 3rem;
}

#cc-main .cm--inline .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm__footer {
  background: var(--cc-footer-bg);
  border-top: 1px solid var(--cc-footer-border-color);
  color: var(--cc-footer-color);
  padding: 0.4em 0 0.5em;
}

#cc-main .cm__links {
  display: flex;
  flex-direction: row;
  padding-bottom: 0;
  padding-top: 0;
}

#cc-main .cm__link-group {
  display: flex;
  flex-direction: row;
  font-size: 0.8em;
  width: 100%;
}

#cc-main .cm__link-group > * + * {
  margin-left: 1.3rem;
}

#cc-main .cm--flip .cm__btn:last-child {
  grid-row: 1;
}

#cc-main .cm--inline.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--box .cm__btn--close {
  display: block;
}

#cc-main .cm--box.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cm--box.cm--wide {
  max-width: 36em;
}

#cc-main .cm--box.cm--wide .cm__btns {
  flex-direction: row;
  justify-content: space-between;
}

#cc-main .cm--box.cm--wide .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--box.cm--wide .cm__btn {
  min-width: 120px;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
  flex-direction: row-reverse;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--cloud {
  max-width: 54em;
  width: unset;
}

#cc-main .cm--cloud .cm__body {
  flex-direction: row;
}

#cc-main .cm--cloud .cm__texts {
  flex: 1;
}

#cc-main .cm--cloud .cm__desc {
  max-height: 9.4em;
}

#cc-main .cm--cloud .cm__btns {
  border-left: 1px solid var(--cc-separator-border-color);
  border-top: none;
  max-width: 23em;
}

#cc-main .cm--cloud .cm__btn-group {
  flex-direction: column;
}

#cc-main .cm--cloud .cm__btn {
  min-width: 19em;
}

#cc-main .cm--cloud.cm--flip .cm__btn-group,
#cc-main .cm--cloud.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cm--cloud.cm--inline .cm__btn-group {
  flex-direction: row;
}

#cc-main .cm--cloud.cm--inline .cm__btn {
  min-width: 10em;
}

#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
  flex-direction: row-reverse;
}

#cc-main .cm--bar {
  border-radius: 0;
  left: 0;
  margin: 0;
  max-width: unset;
  opacity: 1;
  right: 0;
  transform: translateY(0);
  width: 100vw;
  --cc-modal-transition-duration: .35s;
}

#cc-main .cm--bar.cm--top {
  top: 0;
  transform: translateY(-100%);
}

#cc-main .cm--bar.cm--bottom {
  bottom: 0;
  transform: translateY(100%);
}

#cc-main .cm--bar .cm__body,
#cc-main .cm--bar .cm__links {
  margin: 0 auto;
  max-width: 55em;
  width: 100%;
}

#cc-main .cm--bar .cm__body {
  padding: 0.5em 0 0.9em;
}

#cc-main .cm--bar .cm__btns {
  border-top: none;
  flex-direction: row;
  justify-content: space-between;
}

#cc-main .cm--bar .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--bar .cm__btn {
  min-width: 120px;
  padding-left: 2em;
  padding-right: 2em;
}

#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar.cm--flip .cm__btns {
  flex-direction: row-reverse;
}

#cc-main .cm--bar.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--bar.cm--inline .cm__body,
#cc-main .cm--bar.cm--inline .cm__links {
  max-width: 74em;
}

#cc-main .cm--bar.cm--inline .cm__body {
  flex-direction: row;
  padding: 0;
}

#cc-main .cm--bar.cm--inline .cm__btns {
  flex-direction: column;
  justify-content: center;
  max-width: 23em;
}

#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cc--anim .cm,
#cc-main .cc--anim.cm-wrapper:before {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}

#cc-main .cc--anim .cm__btn,
#cc-main .cc--anim .cm__close {
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.disable--interaction #cc-main .cm-wrapper:before {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 0;
}

.show--consent #cc-main .cc--anim .cm {
  opacity: 1;
  transform: translateY(0);
  visibility: visible !important;
}

.show--consent #cc-main .cc--anim .cm--middle {
  transform: translateY(-50%);
}

.show--consent #cc-main .cc--anim .cm--bar {
  transform: translateY(0);
}

.show--consent #cc-main .cc--anim.cm-wrapper:before {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .cm__btn--close {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: var(--cc-btn-border-radius);
  left: 0;
  right: unset;
}

#cc-main.cc--rtl .cm__btn--close + .cm__texts .cm__title {
  padding-left: 3rem !important;
  padding-right: 1.3rem;
}

#cc-main.cc--rtl .cm--inline .cm__btn + .cm__btn {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group + .cm__btn-group,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm__link-group > * + * {
  margin-left: 0;
  margin-right: 1.3rem;
}

@media screen and (max-width: 640px) {
  #cc-main {
    --cc-modal-margin: .5em;
  }

  #cc-main .cm {
    max-width: none !important;
    width: auto !important;
  }

  #cc-main .cm__body {
    flex-direction: column !important;
    padding: 0 !important;
  }

  #cc-main .cm__btns,
  #cc-main .cm__desc,
  #cc-main .cm__links,
  #cc-main .cm__title {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }

  #cc-main .cm__btns {
    border-left: none !important;
    border-top: 1px solid var(--cc-separator-border-color) !important;
    flex-direction: column !important;
    max-width: none !important;
    min-width: auto !important;
  }

  #cc-main .cm__btn + .cm__btn,
  #cc-main .cm__btn-group + .cm__btn-group {
    margin: 0.375rem 0 0 !important;
  }

  #cc-main .cm--flip .cm__btn + .cm__btn,
  #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }

  #cc-main .cm__btn-group {
    display: flex !important;
    flex-direction: column !important;
    min-width: auto !important;
  }

  #cc-main .cm__btn {
    flex: auto !important;
  }

  #cc-main .cm__link-group {
    justify-content: center !important;
  }

  #cc-main .cm--flip .cm__btn-group,
  #cc-main .cm--flip .cm__btns {
    flex-direction: column-reverse !important;
  }
}

#cc-main .pm-wrapper {
  position: relative;
  z-index: 2;
}

#cc-main .pm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: flex;
  flex-direction: column;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  width: 100%;
  width: unset;
  z-index: 1;
}

#cc-main svg {
  fill: none;
  width: 100%;
}

#cc-main .pm__body,
#cc-main .pm__footer,
#cc-main .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm__header {
  align-items: center;
  border-bottom: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between;
}

#cc-main .pm__title {
  align-items: center;
  display: flex;
  flex: 1;
  font-weight: 600;
  margin-right: 2em;
}

#cc-main .pm__close-btn {
  background: var(--cc-btn-secondary-bg);
  border: 1px solid var(--cc-btn-secondary-border-color);
  border-radius: var(--cc-btn-border-radius);
  height: 40px;
  position: relative;
  transition: all 0.15s ease;
  width: 40px;
}

#cc-main .pm__close-btn span {
  display: flex;
  height: 100%;
  width: 100%;
}

#cc-main .pm__close-btn svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
  transition: stroke 0.15s ease;
}

#cc-main .pm__close-btn:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
}

#cc-main .pm__close-btn:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm__body {
  flex: 1;
  overflow-y: auto;
  overflow-y: overlay;
}

#cc-main .pm__section,
#cc-main .pm__section--toggle {
  border-radius: var(--cc-btn-border-radius);
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5em;
}

#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border: 1px solid var(--cc-cookie-category-block-border);
  border-radius: var(--cc-btn-border-radius);
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  margin-top: 0 !important;
  overflow: hidden;
}

#cc-main .pm__section {
  border: 1px solid var(--cc-separator-border-color);
  padding: 1em;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

#cc-main .pm__section:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  transition: none;
}

#cc-main .pm__section:not(:first-child):hover {
  background: var(--cc-cookie-category-block-bg);
  border-color: var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-toggles + .pm__section {
  margin-top: 2em;
}

#cc-main .pm__section--toggle {
  background: var(--cc-cookie-category-block-bg);
  border-top: none;
  margin-bottom: 0.375rem;
}

#cc-main .pm__section--toggle .pm__section-title {
  align-items: center;
  background: var(--cc-cookie-category-block-bg);
  border: 1px solid var(--cc-cookie-category-block-border);
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 1.1em 5.4em 1.1em 1.2em;
  position: relative;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  width: 100%;
}

#cc-main .pm__section--toggle .pm__section-title:hover {
  background: var(--cc-cookie-category-block-hover-bg);
  border-color: var(--cc-cookie-category-block-hover-border);
}

#cc-main .pm__section--toggle .pm__section-desc {
  margin-top: 0;
  padding: 1em;
}

#cc-main .pm__section--toggle.is-expanded {
  --cc-cookie-category-block-bg: var(--cc-cookie-category-expanded-block-bg);
  --cc-cookie-category-block-border: var(--cc-cookie-category-expanded-block-hover-bg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
  transform: scale(0.5) rotate(180deg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
  display: flex;
}

#cc-main .pm__section--expandable .pm__section-title {
  cursor: pointer;
  padding-left: 3.4em;
}

#cc-main .pm__section--expandable .pm__section-arrow {
  background: var(--cc-toggle-readonly-bg);
  border-radius: 100%;
  display: flex;
  height: 20px;
  justify-content: center;
  left: 18px;
  pointer-events: none;
  position: absolute;
  width: 20px;
}

#cc-main .pm__section--expandable .pm__section-arrow svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
}

#cc-main .pm__section-title-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: 0.85em;
}

#cc-main .pm__section-title {
  border-radius: var(--cc-btn-border-radius);
  font-size: 0.95em;
  font-weight: 600;
}

#cc-main .pm__badge {
  align-items: center;
  background: var(--cc-btn-secondary-bg);
  border-radius: 5em;
  color: var(--cc-secondary-color);
  display: flex;
  flex: none;
  font-size: 0.8em;
  font-weight: 600;
  height: 23px;
  justify-content: center;
  margin-left: 1em;
  min-width: 23px;
  overflow: hidden;
  padding: 0 0.6em 1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: auto;
}

#cc-main .pm__service-counter {
  background: var(--cc-btn-primary-bg);
  color: var(--cc-btn-primary-color);
  padding: 0;
  width: 23px;
}

#cc-main .pm__service-counter[data-counterlabel] {
  padding: 0 0.6em 1px;
  width: auto;
}

#cc-main .section__toggle,
#cc-main .section__toggle-wrapper,
#cc-main .toggle__icon,
#cc-main .toggle__label {
  border-radius: var(--cc-pm-toggle-border-radius);
  height: 23px;
  transform: translateZ(0);
  width: 50px;
}

#cc-main .section__toggle-wrapper {
  cursor: pointer;
  position: absolute;
  right: 18px;
  z-index: 1;
}

#cc-main .toggle-service {
  height: 19px;
  position: relative;
  right: 0;
  width: 42px;
}

#cc-main .toggle-service .section__toggle,
#cc-main .toggle-service .toggle__icon,
#cc-main .toggle-service .toggle__label {
  height: 19px;
  width: 42px;
}

#cc-main .toggle-service .toggle__icon {
  position: relative;
}

#cc-main .toggle-service .toggle__icon-circle {
  height: 19px;
  width: 19px;
}

#cc-main .toggle-service .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(23px);
}

#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
  display: none !important;
}

#cc-main .section__toggle {
  border: 0;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

#cc-main .section__toggle:disabled {
  cursor: not-allowed;
}

#cc-main .toggle__icon {
  background: var(--cc-toggle-off-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
  display: flex;
  flex-direction: row;
  pointer-events: none;
  position: absolute;
  transition: all 0.25s ease;
}

#cc-main .toggle__icon-circle {
  background: var(--cc-toggle-off-knob-bg);
  border: none;
  border-radius: var(--cc-pm-toggle-border-radius);
  box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
  display: block;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.25s ease, background-color 0.25s ease;
  width: 23px;
}

#cc-main .toggle__icon-off,
#cc-main .toggle__icon-on {
  height: 100%;
  position: absolute;
  transition: opacity 0.15s ease;
  width: 100%;
}

#cc-main .toggle__icon-on {
  opacity: 0;
  transform: rotate(45deg);
}

#cc-main .toggle__icon-on svg {
  stroke: var(--cc-toggle-on-bg);
  transform: scale(0.55) rotate(-45deg);
}

#cc-main .toggle__icon-off {
  opacity: 1;
}

#cc-main .toggle__icon-off svg {
  stroke: var(--cc-toggle-off-bg);
  transform: scale(0.55);
}

#cc-main .section__toggle:checked ~ .toggle__icon {
  background: var(--cc-toggle-on-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  background-color: var(--cc-toggle-on-knob-bg);
  transform: translateX(27px);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-on {
  opacity: 1;
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-off {
  opacity: 0;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
  background: var(--cc-toggle-readonly-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-circle {
  background: var(--cc-toggle-readonly-knob-bg);
  box-shadow: none;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon svg {
  stroke: var(--cc-toggle-readonly-knob-icon-color);
}

#cc-main .toggle__label {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

#cc-main .pm__section-desc-wrapper {
  color: var(--cc-secondary-color);
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
}

#cc-main .pm__section-desc-wrapper > :not(:last-child) {
  border-bottom: 1px solid var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-services {
  display: flex;
  flex-direction: column;
}

#cc-main .pm__service {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.4em 1.2em;
  position: relative;
  transition: background-color 0.15s ease;
}

#cc-main .pm__service:hover {
  background-color: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__service-header {
  align-items: center;
  display: flex;
  margin-right: 1em;
  width: 100%;
}

#cc-main .pm__service-icon {
  border: 2px solid;
  border-radius: 100%;
  height: 8px;
  margin-left: 6px;
  margin-right: 20px;
  margin-top: 1px;
  min-width: 8px;
}

#cc-main .pm__service-title {
  font-size: 0.95em;
  width: 100%;
  word-break: break-word;
}

#cc-main .pm__section-desc {
  line-height: 1.5em;
}

#cc-main .pm__section-table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}

#cc-main .pm__table-caption {
  text-align: left;
}

#cc-main .pm__table-caption,
#cc-main .pm__table-head > tr {
  border-bottom: 1px dashed var(--cc-separator-border-color);
  color: var(--cc-primary-color);
  font-weight: 600;
}

#cc-main .pm__table-tr {
  transition: background-color 0.15s ease;
}

#cc-main .pm__table-tr:hover {
  background: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__table-caption,
#cc-main .pm__table-td,
#cc-main .pm__table-th {
  padding: 0.625em 0.625em 0.625em 1.2em;
  vertical-align: top;
}

#cc-main .pm__footer {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between;
}

#cc-main .pm__btn-group {
  display: flex;
}

#cc-main .pm__btn + .pm__btn,
#cc-main .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
}

#cc-main .pm--flip .pm__btn + .pm__btn,
#cc-main .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .pm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  flex: auto;
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  min-width: 110px;
  padding: 0.5em 1.5em;
  text-align: center;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

#cc-main .pm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .pm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .pm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm--box {
  height: calc(100% - 2em);
  left: var(--cc-modal-margin);
  margin: 0 auto;
  max-height: 37.5em;
  max-width: 43em;
  right: var(--cc-modal-margin);
  top: 50%;
  transform: translateY(calc(-50% + 1.6em));
}

#cc-main .pm--box.pm--flip .pm__btn-group,
#cc-main .pm--box.pm--flip .pm__footer {
  flex-direction: row-reverse;
}

#cc-main .pm--bar {
  border-radius: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: 29em;
  opacity: 1;
  top: 0;
  width: 100%;
  --cc-modal-transition-duration: .35s;
}

#cc-main .pm--bar .pm__section-table,
#cc-main .pm--bar .pm__table-body,
#cc-main .pm--bar .pm__table-td,
#cc-main .pm--bar .pm__table-th,
#cc-main .pm--bar .pm__table-tr {
  display: block;
}

#cc-main .pm--bar .pm__table-head {
  display: none;
}

#cc-main .pm--bar .pm__table-caption {
  display: block;
}

#cc-main .pm--bar .pm__table-tr:not(:last-child) {
  border-bottom: 1px solid var(--cc-separator-border-color);
}

#cc-main .pm--bar .pm__table-td {
  display: flex;
  justify-content: space-between;
}

#cc-main .pm--bar .pm__table-td:before {
  color: var(--cc-primary-color);
  content: attr(data-column);
  flex: 1;
  font-weight: 600;
  min-width: 100px;
  overflow: hidden;
  padding-right: 2em;
  text-overflow: ellipsis;
}

#cc-main .pm--bar .pm__table-td > div {
  flex: 3;
}

#cc-main .pm--bar:not(.pm--wide) .pm__body,
#cc-main .pm--bar:not(.pm--wide) .pm__footer,
#cc-main .pm--bar:not(.pm--wide) .pm__header {
  padding: 1em 1.3em;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide) .pm__footer {
  flex-direction: column;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin: 0.375rem 0 0;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
  flex-direction: column-reverse;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group + .pm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .pm--bar:not(.pm--wide) .pm__badge {
  display: none;
}

#cc-main .pm--bar.pm--left {
  left: 0;
  transform: translateX(-100%);
}

#cc-main .pm--bar.pm--right {
  right: 0;
  transform: translateX(100%);
}

#cc-main .pm--bar.pm--wide {
  max-width: 35em;
}

#cc-main .pm--bar.pm--wide .pm__body,
#cc-main .pm--bar.pm--wide .pm__footer,
#cc-main .pm--bar.pm--wide .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group,
#cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
  flex-direction: row-reverse;
}

#cc-main .pm-overlay {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
}

#cc-main .cc--anim .pm,
#cc-main .cc--anim .pm-overlay {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}

.show--preferences #cc-main .cc--anim .pm {
  opacity: 1;
  visibility: visible !important;
}

.show--preferences #cc-main .cc--anim .pm--box {
  transform: translateY(-50%);
}

.show--preferences #cc-main .cc--anim .pm--bar {
  transform: translateX(0);
}

.show--preferences #cc-main .cc--anim .pm-overlay {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .pm__service-header {
  margin-left: 1em;
  margin-right: 0;
}

#cc-main.cc--rtl .pm__section-arrow {
  left: unset;
  right: 18px;
}

#cc-main.cc--rtl .section__toggle-wrapper {
  left: 18px;
  right: unset;
  transform-origin: left;
}

#cc-main.cc--rtl .toggle-service {
  left: 0;
}

#cc-main.cc--rtl .pm__service-icon {
  margin-left: 20px;
  margin-right: 5px;
}

#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
  padding-left: 5.4em;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
  padding-right: 3.4em;
}

#cc-main.cc--rtl .pm__badge {
  margin-left: unset;
  margin-right: 1em;
}

#cc-main.cc--rtl .toggle__icon-circle {
  transform: translateX(27px);
}

#cc-main.cc--rtl .toggle-service .toggle__icon-circle {
  transform: translateX(23px);
}

#cc-main.cc--rtl .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(0);
}

#cc-main.cc--rtl .pm__table-td,
#cc-main.cc--rtl .pm__table-th {
  padding-left: unset;
  padding-right: 1.2em;
  text-align: right;
}

#cc-main.cc--rtl .pm__table-td {
  padding-left: unset;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__table-td:before {
  padding-left: 2em;
  padding-right: unset;
}

#cc-main.cc--rtl .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .pm--flip .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  #cc-main .pm {
    border-radius: 0;
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 100%;
    max-width: none !important;
    right: 0;
    top: 0;
    transform: translateY(1.6em);
  }

  #cc-main .pm__body,
  #cc-main .pm__footer,
  #cc-main .pm__header {
    padding: 0.9em !important;
  }

  #cc-main .pm__badge {
    display: none;
  }

  #cc-main .pm__section-table,
  #cc-main .pm__table-body,
  #cc-main .pm__table-caption,
  #cc-main .pm__table-td,
  #cc-main .pm__table-th,
  #cc-main .pm__table-tr {
    display: block;
  }

  #cc-main .pm__table-head {
    display: none;
  }

  #cc-main .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color);
  }

  #cc-main .pm__table-td {
    display: flex;
    justify-content: space-between;
  }

  #cc-main .pm__table-td:before {
    color: var(--cc-primary-color);
    content: attr(data-column);
    flex: 1;
    font-weight: 600;
    min-width: 100px;
    overflow: hidden;
    padding-right: 2em;
    text-overflow: ellipsis;
  }

  #cc-main .pm__table-td > div {
    flex: 3;
  }

  #cc-main .pm__btn-group,
  #cc-main .pm__footer {
    flex-direction: column !important;
  }

  #cc-main .pm__btn-group {
    display: flex !important;
  }

  #cc-main .pm__btn + .pm__btn,
  #cc-main .pm__btn-group + .pm__btn-group {
    margin: 0.375rem 0 0 !important;
  }

  #cc-main .pm--flip .pm__btn + .pm__btn,
  #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }

  #cc-main .pm--flip .pm__btn-group,
  #cc-main .pm--flip .pm__footer {
    flex-direction: column-reverse !important;
  }

  .show--preferences #cc-main .cc--anim .pm {
    transform: translateY(0) !important;
  }
}

:root {
  --cc-font-family: var(--font-family-sans-serif);
  --cc-primary-color: var(--primary);
}

#cc-main .pm__btn[data-role=all],
#cc-main .cm__btn[data-role=all] {
  background-color: var(--primary);
  border: 0;
}

#cc-main .pm__btn[data-role=necessary],
#cc-main .cm__btn[data-role=necessary] {
  border-color: var(--primary);
  color: var(--primary);
  background-color: var(--white);
}

#cc-main .pm__btn[data-role=necessary]:hover,
#cc-main .cm__btn[data-role=necessary]:hover {
  color: var(--white) !important;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

html {
  font-size: 18px;
}

body {
  overflow-x: hidden;
}

@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

:focus-visible {
  outline-color: #004677;
}

.pagination {
  align-items: center;
}

@media (max-width: 1023.98px) {
  .pagination {
    width: 100%;
    justify-content: space-between;
    padding: 25px 20px 0;
    margin-top: 25px;
    border-top: 1px solid #d8d8d8;
    border-radius: 0;
  }
}

@media (max-width: 1023.98px) {
  .pagination .page-item:first-of-type {
    align-self: flex-start;
    flex: 1 0 100px;
    display: flex;
    justify-content: flex-start;
  }
}

@media (max-width: 1023.98px) {
  .pagination .page-item:last-of-type {
    flex: 1 0 100px;
    display: flex;
    justify-content: flex-end;
  }
}

.pagination .page-link {
  border-radius: 40rem;
  margin: 0 5px;
  line-height: 1;
  width: 30px;
  height: 30px;
  font-size: 14px;
}

@media (max-width: 1023.98px) {
  .pagination .btn-arrow {
    font-size: 0;
    color: transparent;
    border-radius: 50rem;
    border: 1px solid #4a90e2;
    width: 30px;
    padding: 5px 7px;
  }

  .pagination .btn-arrow.btn-disabled {
    border-color: #d6d4e2;
  }

  .pagination .btn-arrow.btn-disabled:after,
  .pagination .btn-arrow.btn-disabled:before {
    color: #d6d4e2;
  }

  .pagination .btn-arrow.btn-arrow-left {
    margin-right: 10px;
  }

  .pagination .btn-arrow.btn-arrow-right {
    margin-left: 10px;
  }

  .pagination .btn-arrow:after,
  .pagination .btn-arrow:before {
    font-size: 20px;
    color: #4a90e2;
    margin: 0;
    margin-left: 4px;
  }
}

.h1,
h1 {
  margin-bottom: 1.3888888889rem;
  line-height: 70px;
}

.h1 strong,
h1 strong,
.h2 strong,
h2 strong,
.h3 strong,
h3 strong,
.h4 strong,
h4 strong,
.h5 strong,
h5 strong,
.h6 strong,
h6 strong {
  color: #004677;
}

.h-white {
  color: #fff;
}

.h-white strong {
  color: #fff;
}

@media (max-width: 1365.98px) {
  .h1,
  h1 {
    font-size: 2.667rem;
    line-height: 50px;
  }
}

@media (max-width: 767.98px) {
  .h1,
  h1 {
    font-size: 2rem;
    line-height: 44px;
    margin-bottom: 0.5555555556rem;
  }
}

@media (max-width: 1365.98px) {
  .h2,
  h2 {
    font-size: 1.778rem;
  }
}

@media (max-width: 1365.98px) {
  .h3,
  h3 {
    font-size: 1.222rem;
  }
}

@media (max-width: 767.98px) {
  br {
    display: none;
  }
}

.floating-select option:empty {
  display: none;
}

@media (max-width: 767.98px) {
  .section {
    overflow: hidden;
  }
}

.section-container {
  padding: 100px 20px;
}

@media (max-width: 1365.98px) {
  .section-container {
    padding: 50px 20px;
  }
}

@media (max-width: 767.98px) {
  .section-container {
    padding: 50px 10px;
  }
}

.section-row {
  width: 100%;
  max-width: 1820px;
  margin: 0 auto;
  border-radius: 0.556rem;
}

.section-no-top .section-container {
  padding-top: 0;
}

.section-no-bottom .section-container {
  padding-bottom: 0;
}

.section-border-bottom .section-container {
  padding: 0 20px;
}

.section-border-bottom.section-no-top .section-row {
  padding-top: 0;
}

.section-border-bottom.section-no-bottom .section-row {
  padding-bottom: 0;
}

.section-border-bottom .section-row {
  padding: 100px 0;
  border-bottom: 1px solid #d6d4e2;
  border-radius: 0;
}

@media (max-width: 1023.98px) {
  .section-border-bottom .section-row {
    padding: 30px 0;
  }
}

.section-border-bottom:last-of-type .section-row {
  border-bottom: 0;
}

.section-gray .section-row {
  background-color: #eef1f6;
}

.section-image-1 .section-row {
  background: url("/images/section-image-1.webp") no-repeat center bottom;
  padding-top: 3.6111111111rem;
  min-height: 38.3333333333rem;
  display: flex;
  align-items: center;
}

@media (max-width: 1023.98px) {
  .section-image-1 .section-row {
    background: url("/images/section-image-1-mobile.webp") no-repeat center bottom;
    padding-bottom: 80vh;
    background-color: #e5ebf0;
    padding-top: 1.6666666667rem;
  }
}

@media (max-width: 767.98px) {
  .section-image-1 .section-row {
    padding-bottom: 40vh;
    background-size: contain;
    padding-top: 1.2777777778rem;
  }
}

@media (max-width: 767.98px) {
  .section-image-1 .section-row .list-icon .list-element {
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .section-image-1 .section-row .cta-list {
    margin-top: 1.1111111111rem;
  }
}

@media (max-width: 767.98px) {
  .section-image-1 .section-row .cta-content {
    padding: 0 1.3888888889rem;
  }
}

@media (max-width: 1023.98px) {
  .section-image-1 .section-row .cta-content .content {
    font-size: 1rem;
  }
}

.section-header-border {
  margin-bottom: 3.3333333333rem;
  border-bottom: 1px solid #d6d4e2;
}

@media (max-width: 1023.98px) {
  .section-header-border {
    margin-bottom: 0.5555555556rem;
  }
}

.content p {
  margin-bottom: 0.5555555556rem;
}

.content p:last-of-type,
.content p:last-child {
  margin-bottom: 0;
}

.content p:only-child:not(:last-of-type) {
  margin-bottom: 2.2222222222rem;
}

.content-smallMargin p {
  margin-bottom: 0.2777777778rem;
  line-height: 1;
}

.content-small-title small {
  margin-top: 0.5555555556rem;
}

.content-white {
  color: #fff;
}

.content-white * {
  color: #fff;
}

@media (max-width: 1365.98px) {
  .content-image-column .content-image {
    max-width: 100%;
  }
}

.content-thin {
  font-weight: 300;
}

.content-thin * {
  font-weight: 300;
}

.content-lg {
  font-size: 1.222rem;
  line-height: 28px;
}

.content-lg * {
  font-size: 1.222rem;
  line-height: 28px;
}

@media (max-width: 767.98px) {
  .content-lg {
    font-size: 0.889rem;
  }

  .content-lg * {
    font-size: 0.889rem;
  }
}

.content-sm {
  font-size: 0.722rem;
}

.content-sm * {
  font-size: 0.722rem;
}

.form-radio-label {
  display: flex;
  align-items: center;
  font-size: 0.889rem;
  cursor: pointer;
}

.form-radio-input {
  display: none;
}

.form-radio-input + label:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  padding: 0.2222222222rem;
  margin-right: 0.6666666667rem;
  background-clip: content-box;
  border: 1px solid #d6d4e2;
  border-radius: 50rem;
  margin-bottom: 3px;
}

.form-radio-input:checked + label:before {
  background-color: #222222;
}

.form-check {
  padding-left: 0;
}

.form-check-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 0.667rem;
  padding-left: 1.6666666667rem;
}

.form-check-input {
  display: none;
}

.form-check-input + label:after {
  content: "";
  width: 0.8333333333rem;
  height: 1.1111111111rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath d='M1 6.91 5 14l9-13' stroke='%23232740' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: absolute;
  left: 0.2777777778rem;
  top: 0.1666666667rem;
  background-repeat: no-repeat;
  background-size: 0 0;
}

.form-check-input + label:before {
  content: "";
  display: inline-block;
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  padding: 0.5rem;
  margin-right: 0.6666666667rem;
  border: 1px solid #d6d4e2;
  margin-bottom: 5px;
  border-radius: 0.278rem;
  position: absolute;
  top: 2px;
  left: 0;
}

.form-check-input:checked + label:after {
  background-size: contain;
}

.form-check-inline:last-of-type {
  margin-right: 0;
}

.custom-switch .custom-control-label {
  cursor: pointer;
}

.custom-switch .custom-control-label::after {
  top: 2px;
  cursor: pointer;
}

.custom-switch .custom-control-label::before {
  top: 4px;
  border: 0;
  height: 0.5555555556rem;
  cursor: pointer;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #004677;
}

.custom-range::-webkit-slider-thumb {
  width: 1.444rem;
  height: 1.444rem;
}

.list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-close-results .list-result {
  font-weight: 700;
}

.list-close-results {
  text-align: right;
  font-size: 0.889rem;
}

.list-inline {
  display: flex;
}

@media (max-width: 1365.98px) {
  .list-inline {
    flex-direction: column;
  }
}

.list-between {
  justify-content: space-between;
}

.list-inline .list-element {
  margin-right: 10px;
}

.list-inline .list-element:last-of-type {
  margin-right: 0;
}

.list-icon .list-element {
  display: flex;
  margin-bottom: 1.1111111111rem;
}

.list-icon .list-element:last-of-type {
  margin-bottom: 0;
}

.list-icon .list-image {
  padding-right: 1.1111111111rem;
}

.list-images .list-element {
  margin-bottom: 50px;
}

@media (max-width: 1023.98px) {
  .list-images .list-element img {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .list-images .list-element img {
    padding: 0 0.5555555556rem;
  }
}

.list-with-value .list-element {
  padding: 1.1111111111rem 0.5555555556rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #edeef0;
}

.list-with-value .list-right {
  font-weight: 600;
}

.list-with-value .list-right-bigger {
  font-size: 1.556rem;
}

@media (max-width: 1365.98px) {
  .list-with-value .list-right-bigger {
    font-size: 1.222rem;
  }
}

.list-full-center {
  justify-content: center;
}

.list-full-center .list-element {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.list-arrows p {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .list-arrows p {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.list-arrows .list-element {
  display: flex;
  position: relative;
  padding-left: 37px;
  margin-bottom: 5px;
}

.list-arrows .list-element::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.list-arrows .list-element:empty::after {
  margin-left: 0;
}

.list-arrows .list-element::after {
  position: absolute;
  left: 0;
  top: 5px;
  border-left-color: #4a90e2;
}

.link {
  color: #4a90e2;
  position: relative;
  text-decoration: none;
  padding-bottom: 1px;
  background-size: 0% 100%;
}

.link:not(.link-with-icon) {
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), #4a90e2 1px);
  background-repeat: no-repeat;
  transition: background-size 0.25s linear;
}

.link:not(.link-with-icon):hover,
.link:not(.link-with-icon):focus {
  color: #4a90e2;
  background-size: 100% 100%;
}

.link:focus {
  outline-width: 0;
}

.link:hover,
.link:focus {
  text-decoration: none;
}

.link-with-icon span {
  background-image: linear-gradient(transparent calc(100% - 1px), #4a90e2 1px);
  background-repeat: no-repeat;
  transition: background-size 0.25s linear;
  background-size: 0% 100%;
}

.link-with-icon span:hover,
.link-with-icon span:focus {
  color: #4a90e2;
  background-size: 100% 100%;
}

.link-bold {
  font-weight: 600;
}

.link-thin {
  font-weight: 300;
}

.link-bolder {
  font-weight: 700;
}

.link-dark {
  color: #222222;
  background-image: linear-gradient(transparent calc(100% - 1px), #222222 1px);
}

.link-dark:after {
  background: #222222;
}

.link-dark:hover,
.link-dark:focus {
  color: #222222;
}

.link-white {
  color: #fff;
  background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
}

.link-white:after {
  background: #fff;
}

.link-white:hover,
.link-white:focus {
  color: #fff;
}

.link-big {
  font-size: 1.222rem;
}

@media (max-width: 767.98px) {
  .link-big {
    font-size: 0.889rem;
  }
}

.link-with-arrow .link-arrow {
  margin-left: 0.3888888889rem;
}

.link-with-icon .link-icon {
  margin-right: 0.8333333333rem;
}

.link-with-icon {
  display: flex;
  align-items: center;
}

.tag {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 11px 3px;
  border-radius: 10px;
  letter-spacing: 1.65px;
}

.tag-blue {
  color: #fff;
  background: #00d6f2;
}

/*
    Navigation

    Types:
      - tabs
      - columns
      - chevron

    Themes:
      - white
      - transparent
 */

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .tabs-pointer {
  margin-top: 2px;
}

.nav-tabs .nav-link {
  border: 0;
  position: relative;
  padding: 0.7rem 1rem;
  color: #a2a9b2;
  transition: color 0.2s ease-in-out;
  z-index: 10;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #232740;
}

@media (max-width: 767.98px) {
  .nav-tabs .nav-link {
    padding: 0.3333333333rem 0.5555555556rem;
  }
}

.nav-tabs .nav-link:after {
  content: "";
  height: 5px;
  width: 0;
  background: #4a90e2;
  position: absolute;
  bottom: -3px;
  right: 0;
  transition: width 0.25s linear;
  transform-origin: left;
  border-radius: 0.167rem;
  z-index: 10;
}

.nav-tabs .nav-link.active {
  font-weight: 700;
  color: #4a90e2;
}

.nav-tabs .nav-link.active:after {
  width: 100%;
  right: auto;
  left: 0;
}

.nav-columns {
  display: flex;
  margin: 0 -30px;
}

@media (max-width: 1023.98px) {
  .nav-columns {
    margin: 0 -20px;
  }
}

.nav-columns a {
  font-size: 0.889rem;
}

@media (max-width: 767.98px) {
  .nav-columns a {
    font-size: 14px;
  }
}

.nav-columns .nav-title {
  min-height: 52px;
}

@media (max-width: 767.98px) {
  .nav-columns .nav-title {
    font-size: 0.889rem;
    min-height: 0;
  }
}

.nav-columns .nav-col {
  flex: 1 0 20%;
  max-width: 20%;
  padding: 2.7777777778rem 2.7777777778rem 2.7777777778rem 1.6666666667rem;
  border-left: 1px solid #e6e6e6;
}

@media (max-width: 1365.98px) {
  .nav-columns .nav-col {
    flex: 1 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 1.1111111111rem;
  }
}

@media (max-width: 1023.98px) {
  .nav-columns .nav-col {
    padding: 1.1111111111rem;
  }
}

@media (max-width: 767.98px) {
  .nav-columns .nav-col {
    flex: 1 0 50%;
    max-width: 50%;
    border: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 1365.98px) {
  .nav-columns .nav-col:nth-child(3n+1) {
    border-left-width: 0;
  }
}

@media (max-width: 767.98px) {
  .nav-columns .nav-col:nth-child(3n+1) {
    border-left-width: 1px;
  }
}

@media (max-width: 1365.98px) {
  .nav-columns .nav-col:last-child {
    border-right: 1px solid #e6e6e6;
    flex: 1 0 calc(33.33333% + 1px);
    max-width: calc(33.33333% + 1px);
  }
}

@media (max-width: 767.98px) {
  .nav-columns .nav-col:last-child {
    flex: 1 0 50%;
    max-width: 50%;
    border: 0;
  }
}

.nav-columns .nav-col:first-child {
  border-left-width: 0;
}

.nav-chevron {
  flex-direction: column;
}

.nav-chevron .nav-link {
  color: #4a90e2;
  display: flex;
  padding: 0;
  align-items: center;
  margin-bottom: 0.5555555556rem;
}

.nav-chevron .nav-link::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.nav-chevron .nav-link:empty::after {
  margin-left: 0;
}

.nav-chevron .nav-link:after {
  margin-left: 0.5555555556rem;
}

.nav-white .tabs-pointer {
  outline: none;
}

.nav-white .nav-link {
  color: #fff;
  outline-color: #fff;
}

.nav-white .nav-link:after {
  background: #fff;
}

.nav-white.nav-chevron .nav-link:after {
  background: transparent;
}

.nav-white .nav-link.active {
  color: #fff;
}

.nav-transparent .nav-element .nav-link {
  background: transparent;
}

.nav-white.nav-tabs .nav-link {
  color: #747ba2;
  outline-color: #fff;
}

.nav-white.nav-tabs .nav-link:focus,
.nav-white.nav-tabs .nav-link:hover {
  color: #CCCCCC;
}

.nav-white.nav-tabs .nav-link.active {
  color: #fff;
}

.link-arrow {
  position: relative;
}

.link-arrow-right::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.link-arrow-right:empty::after {
  margin-left: 0;
}

.link-arrow-right:after {
  position: relative;
  right: -0.2222222222rem;
  top: 0.3333333333rem;
}

.link-arrow-up::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.link-arrow-up:empty::after {
  margin-left: 0;
}

.link-arrow-up:after {
  position: relative;
  right: -0.2222222222rem;
  top: 0.1666666667rem;
}

.btn {
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 2px;
}

@media (max-width: 1365.98px) {
  .btn {
    letter-spacing: 1px;
  }
}

@media (max-width: 767.98px) {
  .btn {
    letter-spacing: 1.71px;
    font-size: 0.667rem;
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
    font-weight: 300;
  }
}

.btn-arrow::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.btn-arrow:empty::after {
  margin-left: 0;
}

.btn-arrow:after {
  position: relative;
  margin-left: 2.0555555556rem;
  top: 0.1666666667rem;
  border-left-width: 0.4em;
  border-top-width: 0.35em;
}

@media (max-width: 767.98px) {
  .btn-arrow:after {
    margin-left: 0.9444444444rem;
  }
}

.btn-arrow-left::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.btn-arrow-left::after {
  display: none;
}

.btn-arrow-left::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.btn-arrow-left:empty::after {
  margin-left: 0;
}

.btn-arrow-left:before {
  position: relative;
  margin-right: 2.0555555556rem;
  top: 0.1666666667rem;
  border-left-width: 0.4em;
  border-top-width: 0.35em;
}

.btn-link {
  font-weight: 700;
}

.btn-link:hover {
  text-decoration: none;
}

.btn-link.btn-primary {
  color: #4a90e2;
}

.btn-link.btn-primary:hover {
  color: #fff;
}

.btn-transparent {
  background: transparent;
}

.btn-primary {
  border-color: #4a90e2;
}

.btn-white {
  border-color: #fff;
  color: #fff;
}

.btn-white:hover,
.btn-white:focus {
  background: #fff;
  color: #222222;
  color: #222222;
}

.btn-disabled {
  color: #d6d4e2;
  pointer-events: none;
  cursor: no-drop;
}

.card {
  border: 0;
}

.card-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10rem;
  background: #fafafb;
  border-radius: 1.111rem;
  overflow: hidden;
}

.card-video .card-thumbnail {
  position: relative;
  height: 13.0555555556rem;
}

.card-video .card-thumbnail::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.card-video .card-thumbnail:empty::after {
  margin-left: 0;
}

.card-video .card-thumbnail:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 5px));
  border-top-width: 1.3888888889rem;
  border-bottom-width: 1.3888888889rem;
  border-left-width: 2.2222222222rem;
  margin-left: 0;
  color: #4a90e2;
  cursor: pointer;
  transition: scale 0.2s linear;
}

.card-video .card-thumbnail:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7.3888888889rem;
  height: 7.3888888889rem;
  border: 1px solid #4a90e2;
  border-radius: 100%;
  cursor: pointer;
  transform: translate(calc(-50% - 5px), calc(-50% + 5px));
  transition: scale 0.2s linear, transform 0.2s linear;
}

.card-video .card-thumbnail:hover:after {
  scale: 1.1;
}

.card-video .card-thumbnail:hover:before {
  scale: 1.1;
  transform: translate(-50%, calc(-50% + 10px));
}

.card-video .card-player {
  display: none;
  height: 13.0555555556rem;
  background: #222222;
  border-radius: 20px;
}

.card-video .card-player iframe {
  max-width: 100%;
  width: 100%;
  height: 13.0555555556rem;
  border-radius: 1.111rem;
}

.card-video.loaded .card-player {
  display: block;
}

.card-video.loaded .card-thumbnail {
  display: none;
}

.card-content-link {
  color: #222222;
}

.card-content {
  margin-top: 2.2222222222rem;
}

@media (max-width: 1023.98px) {
  .card-content {
    padding: 0 0.5555555556rem;
    margin-top: 0.8333333333rem;
  }
}

@media (max-width: 1023.98px) {
  .card-cta {
    padding: 0 0.5555555556rem;
  }
}

.card img {
  max-width: 100%;
}

.cards-header {
  margin-bottom: 1.9444444444rem;
}

@media (max-width: 767.98px) {
  .cards-header {
    margin-bottom: 0.8333333333rem;
    padding-left: 1.1111111111rem;
    padding-top: 0.3333333333rem;
  }
}

@media (max-width: 767.98px) {
  .cards-container {
    padding-top: 0;
  }
}

.table {
  border-radius: 0.556rem;
  box-shadow: 0 86px 92px -53px rgba(0, 0, 0, 0.27);
}

@media (max-width: 767.98px) {
  .table {
    margin-bottom: 0.5555555556rem;
  }
}

.table-top {
  padding: 2.2222222222rem;
}

@media (min-width: 768px) {
  .table-top {
    padding: 1.1111111111rem;
  }
}

@media (max-width: 767.98px) {
  .table-top {
    padding: 0 1.1111111111rem;
  }
}

.table-bottom {
  padding: 2.2222222222rem;
  background: #edeef0;
  border-bottom-left-radius: 0.556rem;
  border-bottom-right-radius: 0.556rem;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .table-bottom {
    padding: 1.1111111111rem;
  }
}

@media (max-width: 767.98px) {
  .table-bottom {
    padding: 1.1111111111rem 1.6666666667rem;
  }
}

.table-bottom-right {
  display: flex;
  text-align: right;
  flex-direction: column;
  font-size: 1.556rem;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .table-bottom-right {
    font-size: 1.222rem;
  }
}

.table-bottom-right span {
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .table-bottom-right span {
    font-size: 0.889rem;
  }
}

.table-white {
  background: #fff;
}

.component-search-input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

.component-search-input::placeholder {
  color: rgba(34, 34, 34, 0.4);
}

.component-search-hover .component-search-input {
  border: 2px solid #edeef0;
  outline: none;
  background-size: 22px;
  background-position: 13px;
  border-radius: 50rem;
  width: 38px;
  height: 38px;
  padding: 18px;
  transition: all 0.5s;
  float: right;
}

.component-search-hover .component-search-input:focus {
  width: 100%;
  max-width: 16.6666666667rem;
  border-color: #4a90e2;
}

.component-search-hover .component-search-input:hover {
  border-color: #4a90e2;
}

.component-search-hover .component-search-row {
  position: relative;
  float: right;
}

.component-search-hover .component-search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  right: 0.5555555556rem;
  pointer-events: none;
}

.component-search-full .component-search-row {
  position: relative;
}

.component-search-full .component-search-icon {
  display: inline-block;
  position: absolute;
  right: 0.8333333333rem;
  top: calc(50% - 3px);
  transform: translateY(-50%);
}

.component-search-full .component-search-input {
  width: 100%;
  font-size: 0.889rem;
  padding: 0.7777777778rem 1.1111111111rem;
  border-radius: 0.556rem;
  border: 1px solid #d6d4e2;
}

.component-socials-vertical {
  display: flex;
  flex-direction: column;
}

.component-socials-link {
  width: 1.2777777778rem;
  height: 1.2777777778rem;
  margin-bottom: 1.6666666667rem;
}

.component-socials-link:last-of-type {
  margin-bottom: 0;
}

.contact-form-label {
  font-size: 1.222rem;
  display: flex;
  align-items: center;
}

.contact-form-radios {
  margin: 1.3333333333rem 0;
}

.showcase-row {
  background: #232740;
  padding: 0 8.8888888889rem;
}

@media (max-width: 1365.98px) {
  .showcase-row {
    padding: 0;
  }
}

@media (min-width: 1366px) {
  .showcase-container {
    padding-left: 10.8333333333rem;
    padding-right: 2.2222222222rem;
  }
}

.showcase-main {
  padding-top: 5rem;
  padding-bottom: 3.8888888889rem;
  flex-direction: column;
}

@media (max-width: 1365.98px) {
  .showcase-main {
    padding-left: 0.8333333333rem;
    padding-right: 0.8333333333rem;
  }
}

@media (max-width: 767.98px) {
  .showcase-main {
    padding: 20px;
  }
}

.showcase-content {
  padding: 2.7777777778rem 0;
}

@media (max-width: 1365.98px) {
  .showcase-content {
    align-items: flex-end;
    max-width: 100%;
  }
}

@media (max-width: 1023.98px) {
  .showcase-content {
    padding: 1.1111111111rem 0;
    align-items: center;
    flex-direction: column-reverse;
  }
}

@media (max-width: 767.98px) {
  .showcase-content {
    padding: 0;
    margin: 0;
  }
}

.showcase-image {
  margin-left: -18.8333333333rem;
}

@media (max-width: 1365.98px) {
  .showcase-image {
    margin-left: 0;
    margin-top: 2.7777777778rem;
  }
}

@media (max-width: 767.98px) {
  .showcase-image {
    padding-left: 0;
    padding-right: 0;
  }
}

.showcase-image img {
  max-width: 100%;
}

.showcase-list {
  padding-top: 1.6666666667rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1500px) {
  .showcase-list {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767.98px) {
  .showcase-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .showcase-list .list-image svg {
    width: 3.3333333333rem;
    height: 3.3333333333rem;
  }
}

.showcase-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .showcase-footer {
    flex-direction: column;
    margin-top: 1.1111111111rem;
  }
}

@media (max-width: 767.98px) {
  .showcase-footer .btn {
    width: 100%;
    margin-bottom: 0.8333333333rem;
    text-align: center;
  }

  .showcase-footer .btn:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .showcase-header {
    padding: 0.2222222222rem 0.6666666667rem 0.2222222222rem 0.3333333333rem;
  }
}

.sortBar {
  display: flex;
  padding-top: 3.3333333333rem;
  justify-content: space-between;
  border-bottom: 1px solid #d6d4e2;
  padding-bottom: 1.6666666667rem;
  font-size: 0.778rem;
}

@media (max-width: 1023.98px) {
  .sortBar {
    padding-top: 0.5555555556rem;
  }
}

.sortBar-hint {
  margin-right: 0.5555555556rem;
}

.sortBar-col {
  display: flex;
}

.sortBar-row {
  display: flex;
  align-items: center;
  margin-right: 1.6666666667rem;
}

.sortBar-row:last-of-type {
  margin-right: 0;
}

.item-list-pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 1023.98px) {
  .item-list-pagination {
    justify-content: center;
  }
}

@media (max-width: 1023.98px) {
  .item-list-pagination-col {
    width: 100%;
  }
}

.item-list-pagination-more .btn {
  padding-left: 0;
}

.item-list img {
  max-width: 100%;
}

.calculator-container {
  background-color: #3b81cc;
  position: relative;
  width: calc(100% - 40px);
}

@media (max-width: 767.98px) {
  .calculator-container {
    width: calc(100% - 20px);
  }
}

@media (max-width: 1023.98px) {
  .calculator-container .section-container {
    padding: 2.2222222222rem 1.1111111111rem;
  }
}

@media (max-width: 767.98px) {
  .calculator-container .section-container {
    padding: 0.5555555556rem 0 0;
  }
}

.calculator-row {
  margin-bottom: 1.6666666667rem;
}

.calculator-row-title {
  color: #fff;
  font-size: 1.222rem;
  line-height: 28px;
}

@media (max-width: 767.98px) {
  .calculator-row-title {
    padding-right: 1.1111111111rem;
    font-size: 0.889rem;
    line-height: 22px;
  }
}

.calculator-row-separator {
  width: 100%;
  height: 1px;
  margin: 30px 144px 30px 0;
  opacity: 0.5;
  background-color: #004677;
}

@media (max-width: 1023.98px) {
  .calculator-main {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .calculator-main {
    padding: 0.6666666667rem;
  }
}

.calculator-range {
  position: relative;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
  padding-top: 0.3333333333rem;
}

@media (max-width: 1023.98px) {
  .calculator-range {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (max-width: 767.98px) {
  .calculator-range {
    flex: 0 0 75%;
    max-width: 75%;
    padding-top: 0.7777777778rem;
  }
}

.calculator-range-input {
  height: 0.5555555556rem;
  border-radius: 0.5555555556rem;
}

.calculator-range .tip-top {
  position: absolute;
  top: -1.1111111111rem;
  font-size: 12px;
  line-height: 2;
}

.calculator-range .tip-top-from {
  left: 0;
}

.calculator-range .tip-top-to {
  right: 0;
}

.calculator-input {
  flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 1023.98px) {
  .calculator-input {
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
}

@media (max-width: 767.98px) {
  .calculator-input {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.calculator-input-number {
  width: 100%;
  padding: 0.3888888889rem 0.5555555556rem 0.2222222222rem;
  border-radius: 0.556rem;
  border: 0;
  color: rgba(34, 34, 34, 0.4);
}

@media (max-width: 1023.98px) {
  .calculator-input-number {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .calculator-input-number {
    padding: 0.5rem 0.4444444444rem 0.4444444444rem;
  }
}

.calculator-input-number:focus,
.calculator-input-number:active {
  outline-color: rgba(74, 144, 226, 0.5);
}

.calculator-input small {
  font-size: 0.722rem;
  color: #fff;
  display: block;
  margin-top: 0.5555555556rem;
}

@media (max-width: 1023.98px) {
  .calculator-input small {
    font-size: 0.667rem;
    text-align: right;
    letter-spacing: -0.2px;
  }
}

@media (max-width: 767.98px) {
  .calculator-checkbox {
    margin-top: 0.8333333333rem;
  }
}

.calculator-checkbox-input + .calculator-checkbox-label:before {
  border: 0;
}

.calculator-checkbox-label {
  width: 100%;
}

@media (min-width: 1366px) {
  .calculator-checkbox-label {
    width: 60%;
  }
}

.calculator-checkbox-label {
  font-size: 0.889rem;
  padding-left: 2.2222222222rem;
}

@media (max-width: 767.98px) {
  .calculator-checkbox-label {
    font-size: 14px;
    padding-left: 33px;
    padding-top: 3px;
    max-width: unset;
  }
}

.calculator-checkbox-label:before {
  background: #fff;
}

.calculator-title {
  margin-bottom: 2.2222222222rem;
}

@media (max-width: 767.98px) {
  .calculator-title {
    margin-bottom: 1.4444444444rem;
  }
}

@media (min-width: 1024px) {
  .calculator-title br {
    display: none;
  }
}

.calculator-right {
  display: flex;
  align-items: center;
  padding-top: 5rem;
}

@media (max-width: 1023.98px) {
  .calculator-right {
    padding-top: 3.8888888889rem;
  }
}

@media (max-width: 767.98px) {
  .calculator-right {
    padding: 0 0.5555555556rem;
    margin-bottom: -0.5555555556rem;
  }
}

.calculator-conditional .calculator-row-title {
  font-size: 0.722rem;
  margin-bottom: 0;
}

.calculator-radio .custom-control-label {
  font-size: 0.722rem;
}

.calculator-cta {
  width: 100%;
  background: url("/images/cta-image-2.webp") no-repeat;
  padding-top: 16.1111111111rem;
  margin-top: -16.6666666667rem;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .calculator-cta {
    padding-top: 2.7777777778rem;
    margin-top: -4.4444444444rem;
    background-size: cover;
    background-position: 68% bottom;
    padding-bottom: 19.6111111111rem;
  }
}

.calculator-cta .cta-theme-2 {
  background: transparent;
  margin: 0;
}

.calculator .nav-tabs .nav-item {
  margin-bottom: 0;
}

.calculator .nav-tabs .nav-link {
  color: #fff;
  background-color: #3b81cc;
}

.calculator .nav-tabs .nav-link:after {
  display: none;
}

.calculator .nav-tabs .nav-link.active {
  background-color: #4a90e2;
}

@media (max-width: 1365.98px) {
  .breadcrumb {
    margin-bottom: 1.1111111111rem;
  }
}

.breadcrumb-small * {
  font-size: 0.889rem;
}

.breadcrumb-dark * {
  color: #222222;
}

.breadcrumb-item + .breadcrumb-item::before {
  line-height: 1.4;
  padding: 0 8px;
}

@media (max-width: 767.98px) {
  .breadcrumb-item + .breadcrumb-item::before {
    margin-top: -2px;
  }
}

.single-product {
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 3rem 0 2.0555555556rem;
  border-bottom: 1px solid #e6e6e6;
}

.single-product-price-block {
  height: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0.5555555556rem;
}

@media (max-width: 1023.98px) {
  .single-product-price-block {
    align-items: flex-start;
  }
}

.single-product-price-block-price {
  font-size: 1.778rem;
  font-weight: 700;
  text-align: right;
}

@media (max-width: 1023.98px) {
  .single-product-price-block-price {
    text-align: left;
  }
}

.single-product-price-block-title {
  text-align: right;
}

@media (max-width: 1023.98px) {
  .single-product-price-block-title {
    text-align: left;
  }
}

@media (max-width: 1023.98px) {
  .single-product-price-block-col .list-close-results {
    text-align: left;
  }
}

.single-product-sub-title {
  font-size: 0.889rem;
}

.single-product-title {
  font-weight: 600;
  line-height: 41px;
}

.single-product-title .tag {
  margin-left: 11px;
  margin-top: -6px;
  vertical-align: 6px;
  display: inline-block;
  line-height: 1;
}

.extra-services-heading {
  text-align: center;
}

.extra-services-title {
  line-height: 1.27;
  letter-spacing: 3px;
  text-align: left;
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  min-height: 55px;
}

@media (max-width: 1365.98px) {
  .extra-services-title {
    min-height: auto;
  }
}

.extra-services-col {
  margin-bottom: 30px;
}

.extra-services-card {
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  margin-bottom: 30px;
}

.extra-services-header {
  padding: 30px;
  padding: 30px 15px;
}

.extra-services-header-text {
  font-weight: 600;
  min-height: 81px;
}

@media (max-width: 1365.98px) {
  .extra-services-header-text {
    min-height: auto;
  }
}

.extra-services-amount {
  color: #004677;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.05;
}

.extra-services-price {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 30px;
  padding: 30px 15px;
}

.extra-services-footer {
  padding: 30px;
  font-size: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 15px;
}

.logotypes .img-col {
  text-align: center;
  display: flex;
  justify-content: center;
  min-height: 100px;
  align-items: center;
}

@media (min-width: 768px) {
  .logotypes .img-col {
    min-height: 183px;
  }
}

.pricing-table-col {
  display: flex;
  flex-direction: column;
}

.pricing-table-card {
  background: #eef1f6;
  border-radius: 6px;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  max-height: 800px;
  height: 100%;
}

.pricing-table-card.is-featured {
  outline: 3px solid #4A90E2;
  outline-offset: -3px;
  border-radius: 0 0 6px 6px;
}

.pricing-table-card .pricing-table-title {
  line-height: 1.27;
  letter-spacing: 3px;
  text-align: center;
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

.pricing-table-card .pricing-table-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 300px;
}

.pricing-table-card .pricing-table-cta {
  margin-top: auto;
  padding: 0 30px;
  text-align: center;
}

.pricing-table-card .pricing-table-header {
  padding: 0 30px;
  text-align: center;
}

.pricing-table-card .pricing-table-header-content {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.44;
}

.pricing-table-card .pricing-table-price {
  padding: 0 30px;
  text-align: center;
}

.pricing-table-card .pricing-table-price .pricing-table-amount {
  color: #004677;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.05;
}

.pricing-table-card .pricing-table-price .pricing-table-price-text {
  font-size: 16px;
  line-height: 1.38;
}

.pricing-table-card .pricing-table-details {
  padding: 0 30px;
}

.pricing-table-card .pricing-table-details .list-element {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
  font-size: 13px;
}

@media (max-width: 1365.98px) {
  .pricing-table-card .pricing-table-details .list-element {
    font-size: 16px;
  }
}

.pricing-table-card .pricing-table-features {
  padding: 0 30px;
}

.pricing-table-card .pricing-table-features .list-icon .list-element {
  margin-bottom: 1px;
  font-size: 16px;
  font-size: 14px;
}

@media (max-width: 1365.98px) {
  .pricing-table-card .pricing-table-features .list-icon .list-element {
    font-size: 16px;
  }
}

.pricing-table-card .pricing-table-footer {
  padding: 30px 30px 0;
}

@media (max-width: 1023.98px) {
  .pricing-table-card .pricing-table-footer {
    display: flex;
    justify-content: center;
  }
}

.pricing-table-card .pricing-table-outer {
  font-size: 13px;
  display: flex;
  padding: 0 29px;
  margin-top: 20px;
}

.pricing-table-card .pricing-table-outer-left {
  flex: 0 0 30px;
}

.pricing-table-flag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px 6px;
  border-radius: 6px 6px 0 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #4A90E2;
  color: #fff;
  height: 40px;
  margin-bottom: 0;
}

.pricing-table-flag.is-placeholder {
  visibility: hidden;
  background: transparent;
  color: transparent;
}

@media (max-width: 1023.98px) {
  .pricing-table-flag.is-placeholder {
    display: none;
  }
}

.pricing-table-flag + .pricing-table-card.is-featured {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.pricing-table-description {
  font-size: 15px;
  line-height: 1.5;
  margin: 12px 15px 20px;
  color: #444;
  text-align: center;
  flex: 0 0 auto;
}

.pricing-compare {
  padding: 20px 0;
}

.pricing-compare__inner {
  background: #fff;
}

.pricing-compare__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.pricing-compare__table thead th {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  padding: 16px 10px;
  border-bottom: 1px solid #e6eaee;
  color: #000;
}

.pricing-compare__table thead .pricing-compare__spacer {
  text-align: left;
}

.pricing-compare__table thead .pricing-compare__plan {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2px;
}

.pricing-compare__table tbody td {
  border-bottom: 1px dotted #d8d8d8;
  padding: 12px 10px;
  vertical-align: middle;
  background: #fff;
}

.pricing-compare__table tbody tr:last-child td {
  border-bottom: 0;
}

.pricing-compare__table td.pricing-compare__feature {
  text-align: left;
  width: 48%;
}

.pricing-compare__table td.pricing-compare__cell {
  text-align: center;
}

.pricing-compare__table .pricing-compare__value-text {
  font-weight: 600;
  white-space: nowrap;
}

.pricing-compare__table .pricing-compare__feature-hint {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  border-radius: 50%;
  background: #e9eef5;
  color: #333;
  font-size: 12px;
  line-height: 1;
  cursor: default;
  position: relative;
}

.pricing-compare__table .pricing-compare__feature-hint::after {
  content: attr(data-hint);
  position: absolute;
  left: 0;
  bottom: 125%;
  transform: translateX(-10%);
  min-width: 220px;
  max-width: 320px;
  padding: 10px 12px;
  background: rgba(28, 44, 64, 0.98);
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
  white-space: normal;
  z-index: 5;
}

.pricing-compare__table .pricing-compare__feature-hint:hover::after {
  opacity: 1;
}

.pricing-compare__table svg {
  width: 18px;
  height: 18px;
}

.pricing-compare__ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 14px 12px 18px;
}

@media (max-width: 1023.98px) {
  .pricing-compare__ctas {
    flex-wrap: wrap;
  }
}

.pc-tab,
.pc-tabs .btn,
.pc-tabs .btn-outline-primary {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
}

.pc-tab::after {
  content: none !important;
}

.pricing-compare__mobile {
  display: none;
}

@media (max-width: 1365.98px) {
  .pricing-compare__table {
    display: none;
  }

  .pricing-compare__mobile {
    display: block;
    background: #fff;
    padding: 12px;
    border-radius: 0.5rem;
  }

  .pc-tab-input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
  }

  .pc-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin-bottom: 1rem;
  }

  .pc-tab {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.5rem 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    position: relative;
    transition: 0.15s ease;
    font-weight: 600;
    color: var(--bs-primary, #0d6efd);
  }

  #pc-tab-basic:checked ~ .pc-tabs label[for=pc-tab-basic],
  #pc-tab-premium:checked ~ .pc-tabs label[for=pc-tab-premium],
  #pc-tab-enterprise:checked ~ .pc-tabs label[for=pc-tab-enterprise] {
    background: var(--bs-primary, #0d6efd) !important;
    color: #fff !important;
  }

  .pc-panel {
    display: none;
  }

  #pc-tab-basic:checked ~ #pc-panel-basic {
    display: block;
  }

  #pc-tab-premium:checked ~ #pc-panel-premium {
    display: block;
  }

  #pc-tab-enterprise:checked ~ #pc-panel-enterprise {
    display: block;
  }

  .pc-features {
    display: grid;
    gap: 0.5rem;
  }

  .pc-feature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.5rem;
  }

  .pc-feature__label {
    font-weight: 500;
    margin-right: 0.75rem;
  }

  .pc-cta {
    margin-top: 1rem;
    display: flex;
  }

  .pc-cta > * {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .cta-image {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1365.98px) {
  .cta-image img {
    max-width: 100%;
  }
}

.cta-with-list .cta-list {
  margin: 2.7777777778rem 0;
}

@media (max-width: 1365.98px) {
  .cta-header br {
    display: none;
  }
}

.cta-theme-2 {
  width: 100%;
  background: url("/images/cta-image-2.webp") no-repeat bottom;
  height: 26.6666666667rem;
  margin-top: 5.5555555556rem;
}

.cta-theme-2-wrapper {
  background: rgba(255, 255, 255, 0.6);
  padding: 2.9444444444rem 3.8888888889rem;
  border-radius: 0.556rem;
  filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0.6));
}

@media (max-width: 767.98px) {
  .cta-theme-2-wrapper {
    padding: 2.9444444444rem 1.6666666667rem;
  }
}

.cta-theme-2-container {
  height: 100%;
}

.cta-theme-2-row {
  height: 100%;
  align-items: center;
}

@media (max-width: 767.98px) {
  .cta-theme-2-row {
    padding: 0 0.5555555556rem;
    margin-left: -0.5555555556rem;
    margin-right: -0.5555555556rem;
  }
}

@media (max-width: 767.98px) {
  .cta-theme-2-left {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .cta-theme-2 .h2 {
    font-size: 2rem;
  }
}

.cta-theme-2 strong {
  color: #222222;
}

.hero-image-row {
  min-height: 684px;
  padding-bottom: 8.0555555556rem;
  display: flex;
  align-items: center;
  background: url("/images/hero-image.webp") no-repeat center bottom;
  background-size: cover;
}

@media (max-width: 1023.98px) {
  .hero-image-row {
    align-items: start;
    background-position: 80% 100px;
  }
}

.hero-image-content {
  padding-right: 30px;
}

.hero-image-pricing .hero-image-row {
  background-size: cover;
  background-image: url("/images/hero-page-pricing.webp");
  background-position: center bottom;
}

@media (max-width: 1023.98px) {
  .hero-image-pricing .hero-image-row {
    background-image: url("/images/hero-page-pricing-sm.webp");
    min-height: 384px;
    padding-bottom: 1.1111111111rem;
  }
}

.hero-slider-row.section-row {
  min-height: 45.5555555556rem;
  padding-bottom: 7.2222222222rem;
  display: flex;
  align-items: center;
  background: #f0f4f7 url("/images/hero-slider-image.webp") no-repeat center bottom;
  background-size: cover;
}

@media (max-width: 1023.98px) {
  .hero-slider-row.section-row {
    background-size: contain;
  }
}

@media (max-width: 767.98px) {
  .hero-slider-row.section-row {
    min-height: 42.7777777778rem;
  }
}

@media (max-width: 767.98px) {
  .hero-slider-row.section-row {
    padding-top: 1.6666666667rem;
    align-items: flex-start;
    background: #f0f4f7 url("/images/hero-slider-image-mobile.webp") no-repeat center bottom;
    background-size: contain;
  }
}

@media (max-width: 767.98px) {
  .hero-slider-content {
    padding-right: 0.6666666667rem;
  }
}

.hero-slider-content h1,
.hero-slider-content .h1 {
  text-align: left;
}

.hero-slider-column {
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  padding-left: 0.2777777778rem;
}

@media (max-width: 767.98px) {
  .hero-slider-column {
    padding-left: 0.5555555556rem;
  }
}

.hero-slider-container {
  padding: 0 1.1111111111rem;
}

@media (max-width: 767.98px) {
  .hero-slider-container {
    padding: 0 0.5555555556rem;
  }
}

.hero-slider-carousel-indicators {
  position: static;
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
  margin-left: 0.9444444444rem;
}

@media (max-width: 767.98px) {
  .hero-slider-carousel-indicators {
    flex-direction: row;
    margin-bottom: 0.3888888889rem;
  }
}

.hero-slider-carousel-indicators li {
  flex: auto;
  width: auto;
  height: auto;
  cursor: pointer;
  border: 0;
  opacity: 1;
  text-indent: 0;
  background-color: transparent;
  margin: 0 0 0.9444444444rem 0;
}

@media (max-width: 767.98px) {
  .hero-slider-carousel-indicators li {
    margin: 0;
  }
}

.hero-slider-carousel-indicators li:last-of-type {
  margin-bottom: 0;
}

.hero-slider-carousel-indicators li::after {
  content: "\2022";
  color: #4a90e2;
  font-size: 1rem;
  border-radius: 50rem;
  border: 1px solid transparent;
  padding: 0 1px;
  height: 0.6666666667rem;
  display: inline-block;
  line-height: 0.7;
  transition: border-color 0.2s linear;
}

.hero-slider-carousel-indicators li.active::after {
  border-color: #4a90e2;
}

.hero-slider .content {
  margin-bottom: 3.6111111111rem;
}

@media (max-width: 767.98px) {
  .hero-slider .content {
    margin-bottom: 1.1111111111rem;
  }
}

.hero-contact-row {
  padding: 4.4444444444rem 0 5.2222222222rem;
}

@media (max-width: 1365.98px) {
  .hero-contact-row {
    padding: 2.2222222222rem 0;
  }
}

@media (max-width: 1023.98px) {
  .hero-contact-row {
    padding: 1.1111111111rem 0;
  }
}

@media (max-width: 1365.98px) {
  .hero-contact-cta .list-element {
    margin-bottom: 1.1111111111rem;
  }
}

.hero-generic-row {
  min-height: 684px;
}

@media (max-width: 1365.98px) {
  .hero-generic-row {
    min-height: 0;
  }
}

.hero-generic-no-min-height .hero-generic-row {
  min-height: 0;
}

.tabs-faq .tabs-header:after,
.tabs-faq .tabs-pointer:after {
  display: none;
}

.tabs-faq .nav-chevron .nav-link {
  margin-bottom: 0;
}

@media (max-width: 1365.98px) {
  .tabs {
    overflow: hidden;
  }
}

.tabs-navigation {
  display: flex;
  justify-content: flex-start;
  flex-wrap: unset;
}

.tabs-pointer {
  flex-shrink: 0;
  position: relative;
}

.tabs-pointer:after {
  content: "";
  background: #edeef0;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}

.tabs-header {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  padding-bottom: 5px;
  margin-bottom: -5px;
  position: relative;
}

.tabs-header::-webkit-scrollbar {
  display: none;
}

.tabs-header:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  background: #edeef0;
  height: 1px;
}

.tabs-white .tabs-header:after,
.tabs-white .tabs-pointer:after {
  background: #747ba2;
}

.component-tabs-simple-header {
  margin-bottom: 1.9444444444rem;
}

.content-tabs img {
  max-width: 100%;
}

.content-list img {
  max-width: 100%;
}

.content-list-image {
  display: flex;
  padding-bottom: 4.0555555556rem;
  margin-bottom: 2.2222222222rem;
  border-bottom: 1px solid #d6d4e2;
}

@media (max-width: 1023.98px) {
  .content-list-image {
    padding-bottom: 2.2222222222rem;
  }
}

@media (max-width: 767.98px) {
  .content-list-image {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 1.1111111111rem;
  }
}

.content-list-image:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.content-list-image-left {
  flex-direction: row-reverse;
}

@media (max-width: 1023.98px) {
  .content-list-image-left {
    flex-direction: column;
  }
}

.content-list-image-right {
  flex-direction: row;
}

@media (max-width: 1023.98px) {
  .content-list-image-right {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .content-list-image-image img {
    max-width: 100%;
  }
}

.content-list-image-column-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1023.98px) {
  .content-list-image-column-image {
    margin-top: 1.6666666667rem;
  }
}

@media (max-width: 767.98px) {
  .content-list-image-column-image {
    padding: 0 1.6666666667rem;
  }
}

.content-list-image-column-list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding-top: 1.1111111111rem;
}

.accordion-card-header {
  margin-bottom: 20px;
}

.accordion-card:last-of-type .accordion-body {
  border-bottom: 0;
}

.accordion-body {
  padding-bottom: 1.6666666667rem;
  margin-bottom: 1.6666666667rem;
  border-bottom: 1px solid #d6d4e2;
}

.accordion-trigger {
  font-size: 1.222rem;
  font-weight: 600;
  background: transparent;
  border: 0;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0;
}

.accordion-trigger::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.accordion-trigger:empty::after {
  margin-left: 0;
}

.accordion-trigger.collapsed::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.accordion-trigger.collapsed:empty::after {
  margin-left: 0;
}

.accordion-trigger.collapsed:after {
  border-top-color: #4a90e2;
  border-width: 5px 5px 5px;
  margin: 0 3px 0 0;
}

.accordion-trigger:after {
  border-bottom-color: #4a90e2;
  border-width: 5px 5px 5px;
  margin: 0 3px 2px 0;
}

.accordion-trigger:before {
  content: "";
  box-shadow: 0 0 0 1px #4a90e2;
  position: absolute;
  right: -2px;
  width: 20px;
  height: 20px;
  border-radius: 50rem;
}

.accordion-trigger:focus,
.accordion-trigger:active {
  outline: none;
}

.blog-post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-post-card-cover {
  display: block;
  aspect-ratio: 16/9;
}

.blog-post-card-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 12px;
}

.blog-post-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.75rem 0;
  gap: 0.75rem;
}

/* Stała wysokość tytułu */

.blog-post-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  color: #000;
  min-height: 2.6em;
  /* wysokość na ok. 2 linie */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Stała wysokość dla excerptu */

.blog-post-card-excerpt {
  font-size: 0.9rem;
  margin: 0;
  min-height: 4.5em;
  /* wysokość na ok. 3 linie */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* CTA zawsze na dole */

.blog-post-card-cta {
  margin-top: auto;
  display: flex;
  justify-content: flex-start;
}

.blog-post-card-cta .btn {
  white-space: nowrap;
  text-align: center;
}

.posts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .posts-grid {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 2.5rem;
  }
}

.posts-grid__item {
  display: flex;
}

.blog-pagination {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.blog-pagination__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-pagination__item {
  display: flex;
}

.blog-pagination__link {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 0.875rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background-color: #fff;
  color: #374151;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  cursor: pointer;
  min-width: 2.5rem;
  justify-content: center;
}

.blog-pagination__link:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
  color: #111827;
}

.blog-pagination__link svg {
  flex-shrink: 0;
}

.blog-pagination__item--active .blog-pagination__link {
  background-color: #3b82f6;
  border-color: #3b82f6;
  color: #fff;
  cursor: default;
}

.blog-pagination__item--active .blog-pagination__link:hover {
  background-color: #3b82f6;
  border-color: #3b82f6;
  color: #fff;
}

.blog-pagination__item--disabled .blog-pagination__link {
  background-color: #f9fafb;
  border-color: #e5e7eb;
  color: #9ca3af;
  cursor: not-allowed;
  opacity: 0.6;
}

.blog-pagination__item--disabled .blog-pagination__link:hover {
  background-color: #f9fafb;
  border-color: #e5e7eb;
  color: #9ca3af;
}

@media (max-width: 640px) {
  .blog-pagination__label {
    display: none;
  }
}

.layout-header {
  padding: 1.3888888889rem 0;
}

.layout-header-col {
  display: flex;
  align-items: center;
}

.layout-header-col-end {
  justify-content: flex-end;
}

.layout-header-mobile {
  overflow: hidden;
  padding: 0 0.5555555556rem;
}

.layout-header-mobile-logo {
  display: flex;
}

.layout-header-mobile-logo img {
  max-width: 3.7777777778rem;
}

.layout-header-mobile .navbar-toggler {
  padding: 0;
  border-radius: 50rem;
}

.layout-header-top {
  font-size: 0.722rem;
  border-bottom: 1px solid #edeef0;
  width: 100%;
  overflow: hidden;
  padding: 5px;
  word-break: break-all;
}

.layout-header-top-left {
  display: flex;
  gap: 5px;
}

.layout-header-top-right {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
}

@media (max-width: 575.98px) {
  .layout-header-top-column-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .layout-header-top-left {
    margin: auto;
  }

  .layout-header-top-right {
    margin: auto;
    width: 100%;
  }
}

.layout-nav {
  font-weight: 600;
}

.layout-nav .dropdown-item:hover > a,
.layout-nav .dropdown-item > a:hover {
  color: #fff;
}

.layout-nav .dropdown-item {
  font-weight: 600;
  border-bottom: 1px solid #e6e6e6;
}

.layout-nav .dropdown-item a {
  color: #222222;
}

.layout-nav .dropdown-toggle:after {
  border-top-color: #4a90e2;
  transition: transform 0.25s linear;
}

.layout-nav .dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(180deg);
}

.layout-nav .dropdown-menu li {
  position: relative;
}

.layout-nav .dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

.layout-nav .dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.layout-nav .dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.layout-nav-mobile {
  background: #4a90e2;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.layout-nav-mobile-top {
  display: inline-flex;
  width: 100%;
  text-align: center;
  align-items: center;
}

.layout-nav-mobile-logo {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  left: -8px;
}

.layout-nav-mobile-logo a {
  margin-left: 3.6111111111rem;
}

.layout-nav-mobile-logo img {
  max-width: 3.7777777778rem;
}

.layout-nav-mobile-close {
  font-size: 1.556rem;
  display: inline-block;
  float: right;
  padding: 0 0.5555555556rem 0 0.1111111111rem;
}

.layout-nav-mobile-close button {
  background: transparent;
  border-radius: 50rem;
  color: #fff;
  border: 0;
  padding: 0;
}

.layout-nav-mobile-close button:focus {
  outline-color: #eef1f6;
}

.layout-nav-mobile-search {
  margin-bottom: 1.1111111111rem;
}

.layout-nav-mobile-search .component-search-input {
  border-radius: 1.111rem;
  padding-top: 0.3333333333rem;
  padding-bottom: 0.3333333333rem;
}

.layout-nav-mobile-nav .nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0.5555555556rem;
}

.layout-nav-mobile-nav .nav-element:first-of-type {
  font-weight: 700;
}

.layout-nav-mobile-nav .nav-link {
  width: 100%;
  justify-content: space-between;
}

.layout-nav-mobile-nav .nav .title:after {
  display: none;
}

.layout-nav-mobile-buttons {
  display: flex;
  margin: 1.1111111111rem 0;
}

.layout-nav-mobile-footer {
  margin-bottom: 1.6666666667rem;
}

.layout-footer {
  padding: 3.3333333333rem 0;
}

@media (max-width: 1023.98px) {
  .layout-footer {
    padding-bottom: 0.5555555556rem;
    overflow: hidden;
  }
}

.layout-footer-container {
  flex-direction: column;
}

@media (min-width: 768px) {
  .layout-footer-container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.layout-footer-contact {
  margin-top: 1.3888888889rem;
}

@media (max-width: 1023.98px) {
  .layout-footer-contact .link {
    margin-bottom: 0.9444444444rem;
  }
}

@media (max-width: 767.98px) {
  .layout-footer-contact .link {
    font-size: 1rem;
  }
}

.layout-footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.layout-footer-logo img {
  width: 3.3333333333rem;
}

.layout-footer-title {
  font-size: 1.556rem;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .layout-footer-title {
    font-size: 1.222rem;
  }
}

.layout-footer-social-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.layout-footer-links {
  font-size: 0.889rem;
}

.layout-footer-links-title {
  color: #4a90e2;
  margin-bottom: 1.1111111111rem;
}

.layout-footer-bottom {
  font-size: 0.722rem;
}

@media (max-width: 1023.98px) {
  .layout-footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.layout-footer-bottom .layout-footer-column {
  display: flex;
  align-items: center;
}

.layout-footer-bottom .layout-footer-column .link {
  width: auto;
}

@media (max-width: 1023.98px) {
  .layout-footer-bottom .layout-footer-column {
    margin-bottom: 1.6666666667rem;
    justify-content: center;
  }

  .layout-footer-bottom .layout-footer-column:nth-child(1) {
    order: 2;
  }

  .layout-footer-bottom .layout-footer-column:nth-child(2) {
    order: 1;
  }

  .layout-footer-bottom .layout-footer-column:nth-child(3) {
    order: 3;
  }
}

.layout-footer-copyright p {
  margin-bottom: 0;
}

.layout-footer-copyright p:last-of-type {
  opacity: 70%;
}

.floating-label {
  position: relative;
  margin-bottom: 20px;
}

.floating-label::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.floating-label:empty::after {
  margin-left: 0;
}

.floating-select {
  font-size: 0.889rem;
  padding: 10px 15px;
  display: block;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: 1px solid #CCCCCC;
  border-radius: 0.556rem;
  color: #222222;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.floating-select:focus {
  outline: none;
}

.floating-label:after {
  position: absolute;
  right: 1.1111111111rem;
  top: 50%;
  transform: translateY(-50%);
  border-top-color: #4a90e2;
}

.floating-label label {
  color: rgba(34, 34, 34, 0.4);
  font-size: 0.889rem;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 17px;
  top: 14px;
  transition: 0.2s ease all;
}

.floating-select:not([value=""]):valid ~ label,
.floating-select[value=""]:focus ~ label,
.floating-select:focus ~ label,
.floating-select:not([value=""]):valid ~ label {
  top: -10px;
  font-size: 14px;
  background: #fff;
  padding: 0 5px;
  margin-left: -5px;
}

.close {
  opacity: 1;
}

.modal-content .modal-dialog {
  max-width: 869px;
}

.page-functionalities .hero-generic-container {
  overflow: hidden;
  overflow: visible;
}

@media (max-width: 1365.98px) {
  .page-functionalities-image {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 1366px) {
  .page-functionalities-image img {
    margin: -21px 0 -98px;
  }
}

@media (max-width: 1365.98px) {
  .page-functionalities-image img {
    margin: 30px -200px 0 0;
    max-width: 140%;
  }
}

@media (max-width: 1023.98px) {
  .page-functionalities-image img {
    margin: 0 auto;
    max-width: 70%;
  }
}

.page-functionalities-list-menu-1 .container {
  padding-bottom: 1.6666666667rem;
  border-bottom: 1px solid #d6d4e2;
}

.page-functionalities-list-menu-2 .container {
  margin-top: 1.6666666667rem;
}

.page-functionalities-icons {
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .page-functionalities-icons-image img {
    max-width: 100%;
    position: relative;
    left: -2.2222222222rem;
  }
}

@media (max-width: 1023.98px) {
  .page-for-who-list .content-list-col-image {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .page-for-who-list .content-list-col-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.pricing-table-col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.pricing-table .extra-services-heading {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .pricing-card-col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }

  .pricing-table .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .pricing-card-col {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.pricing-table-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing-table-footer {
  margin-top: auto;
}

.pricing-table-card p,
.pricing-table-card li,
.pricing-table-header-content,
.pricing-table-amount,
.pricing-table-amount-big {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.blog-post-cover {
  display: block;
  max-width: 1096px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

.blog-article-content {
  max-width: 1096px;
  margin: 0 auto;
}

.blog-article-content figure {
  margin: 1rem 0;
}

.blog-article-content figure img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.blog-article-media-row {
  max-width: 1096px;
  margin: 1rem auto;
  display: grid;
  gap: 12px;
}

.blog-article-media-row--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog-article-media-row--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-article-media--xs img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-article-media--sm img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-article-media--md img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-article-media--lg img {
  aspect-ratio: 21/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-related {
  max-width: 1096px;
  margin: 2rem auto 0;
}

.blog-related-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1rem;
}

.blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
}

@media (min-width: 768px) {
  .blog-posts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .blog-posts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.blog-posts-grid-item {
  display: flex;
}

.text-asterisk {
  font-size: 0.6666666667rem;
}

.popover-dark {
  background-color: rgba(0, 0, 0, 0.8);
}

.popover-dark .arrow:before {
  border-top-color: rgba(0, 0, 0, 0.8);
}

.popover-dark .arrow:after {
  border-top-color: rgba(0, 0, 0, 0.8);
}

.asterisk {
  position: relative;
}

.asterisk:before {
  content: "*";
  position: absolute;
  top: -0.2222222222rem;
  right: -0.4444444444rem;
}

.fs-16 {
  font-size: 0.8888888889rem;
}

.fs-18 {
  font-size: 1rem;
}

.fs-22 {
  font-size: 1.2222222222rem;
}

.fs-28 {
  font-size: 1.5555555556rem;
}

.rounded-bottom-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.break-spaces {
  white-space: break-spaces;
}

.read-more {
  visibility: hidden;
}

.read-more.collapsed {
  visibility: visible;
}

