/**
 * @package     Joomla.Site
 * @subpackage  Templates.redWEB
 *
 * @copyright   Copyright (C) 2020 redWEB. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
/**
 * @package     Wordpress.Site
 * @subpackage  Templates.NoName
 *
 * @copyright   Copyright (C) 2020 NoName. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
@font-face {
  font-family: "SegoeUI-Italic";
  src: url("../fonts/SegoeUI-Italic.woff2") format("woff2"), url("../fonts/SegoeUI-Italic.woff") format("woff"), url("../fonts/SegoeUI-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SegoeUI";
  src: url("../fonts/SegoeUI.woff2") format("woff2"), url("../fonts/SegoeUI.woff") format("woff"), url("../fonts/SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SegoeUI-Bold";
  src: url("../fonts/SegoeUI-Bold.woff2") format("woff2"), url("../fonts/SegoeUI-Bold.woff") format("woff"), url("../fonts/SegoeUI-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SegoeUI-SemiBold";
  src: url("../fonts/SegoeUI-Semibold.woff2") format("woff2"), url("../fonts/SegoeUI-Semibold.woff") format("woff"), url("../fonts/SegoeUI-Semibold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #bb1fd8;
  --bs-pink: #d63384;
  --bs-red: #d81f26;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc200;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #efeff1;
  --bs-gray-dark: #4c586a;
  --bs-gray-100: #f5f2ed;
  --bs-gray-200: #f2f3f5;
  --bs-gray-300: #f7f5fe;
  --bs-gray-400: #d0cfd3;
  --bs-gray-500: #fbfbfb;
  --bs-gray-600: #efeff1;
  --bs-gray-700: #4d585b;
  --bs-gray-800: #4c586a;
  --bs-gray-900: #1a120d;
  --bs-primary: #d81f26;
  --bs-secondary: #ffb743;
  --bs-success: #43ff7b;
  --bs-gray-100: #f5f2ed;
  --bs-gray-200: #f2f3f5;
  --bs-gray-300: #f7f5fe;
  --bs-gray-400: #d0cfd3;
  --bs-gray-500: #fbfbfb;
  --bs-gray-600: #efeff1;
  --bs-gray-700: #4d585b;
  --bs-gray-800: #4c586a;
  --bs-gray-900: #1a120d;
  --bs-color-100: #d9d9d9;
  --bs-color-200: #dbdbdb;
  --bs-color-300: #e5e5e5;
  --bs-color-1: #efefef;
  --bs-color-2: #e3e3e3;
  --bs-info: #0069de;
  --bs-warning: #edc115;
  --bs-danger: #d81f26;
  --bs-light: #7c86a9;
  --bs-light-100: #d2d2d2;
  --bs-light-200: #7f7f7f;
  --bs-light-300: #707070;
  --bs-dark: #253239;
  --bs-black: #000000;
  --bs-white: #ffffff;
  --bs-red: #d81f26;
  --bs-red-100: #a41a1f;
  --bs-yellow: #ffc200;
  --bs-yellow-light: rgba(255, 193, 7, 0.0509803922);
  --bs-face: #1da1f2;
  --bs-twir: #1da1f2;
  --bs-linked: #2867b2;
  --bs-input-disabled: #fafafa;
  --bs-primary-rgb: 216, 31, 38;
  --bs-secondary-rgb: 255, 183, 67;
  --bs-success-rgb: 67, 255, 123;
  --bs-gray-100-rgb: 245, 242, 237;
  --bs-gray-200-rgb: 242, 243, 245;
  --bs-gray-300-rgb: 247, 245, 254;
  --bs-gray-400-rgb: 208, 207, 211;
  --bs-gray-500-rgb: 251, 251, 251;
  --bs-gray-600-rgb: 239, 239, 241;
  --bs-gray-700-rgb: 77, 88, 91;
  --bs-gray-800-rgb: 76, 88, 106;
  --bs-gray-900-rgb: 26, 18, 13;
  --bs-color-100-rgb: 217, 217, 217;
  --bs-color-200-rgb: 219, 219, 219;
  --bs-color-300-rgb: 229, 229, 229;
  --bs-color-1-rgb: 239, 239, 239;
  --bs-color-2-rgb: 227, 227, 227;
  --bs-info-rgb: 0, 105, 222;
  --bs-warning-rgb: 237, 193, 21;
  --bs-danger-rgb: 216, 31, 38;
  --bs-light-rgb: 124, 134, 169;
  --bs-light-100-rgb: 210, 210, 210;
  --bs-light-200-rgb: 127, 127, 127;
  --bs-light-300-rgb: 112, 112, 112;
  --bs-dark-rgb: 37, 50, 57;
  --bs-black-rgb: 0, 0, 0;
  --bs-white-rgb: 255, 255, 255;
  --bs-red-rgb: 216, 31, 38;
  --bs-red-100-rgb: 164, 26, 31;
  --bs-yellow-rgb: 255, 194, 0;
  --bs-yellow-light-rgb: 255, 193, 7;
  --bs-face-rgb: 29, 161, 242;
  --bs-twir-rgb: 29, 161, 242;
  --bs-linked-rgb: 40, 103, 178;
  --bs-input-disabled-rgb: 250, 250, 250;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 39, 38, 38;
  --bs-body-bg-rgb: 252, 252, 254;
  --bs-font-sans-serif: "SegoeUI", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.7;
  --bs-body-color: #272626;
  --bs-body-bg: #fcfcfe;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 0.625rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.3125rem;
  font-weight: 500;
  line-height: 1.35;
}

h1 {
  font-size: calc(1.2813rem + 0.3756vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 1.563rem;
  }
}

h2 {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 1.375rem;
  }
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.063rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #d81f26;
  text-decoration: underline;
}
a:hover {
  color: #ad191e;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #ffffff;
  background-color: #1a120d;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #efeff1;
  text-align: left;
}

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.9375rem);
  padding-left: var(--bs-gutter-x, 0.9375rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1550px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.g-3px,
.gx-3px {
  --bs-gutter-x: 3px;
}

.g-3px,
.gy-3px {
  --bs-gutter-y: 3px;
}

.g-4px,
.gx-4px {
  --bs-gutter-x: 4px;
}

.g-4px,
.gy-4px {
  --bs-gutter-y: 4px;
}

.g-sm,
.gx-sm {
  --bs-gutter-x: 0.3125rem;
}

.g-sm,
.gy-sm {
  --bs-gutter-y: 0.3125rem;
}

.g-8px,
.gx-8px {
  --bs-gutter-x: 8px;
}

.g-8px,
.gy-8px {
  --bs-gutter-y: 8px;
}

.g-12px,
.gx-12px {
  --bs-gutter-x: 12px;
}

.g-12px,
.gy-12px {
  --bs-gutter-y: 12px;
}

.g-15px,
.gx-15px {
  --bs-gutter-x: 15px;
}

.g-15px,
.gy-15px {
  --bs-gutter-y: 15px;
}

.g-16px,
.gx-16px {
  --bs-gutter-x: 16px;
}

.g-16px,
.gy-16px {
  --bs-gutter-y: 16px;
}

.g-25px,
.gx-25px {
  --bs-gutter-x: 25px;
}

.g-25px,
.gy-25px {
  --bs-gutter-y: 25px;
}

.g-35px,
.gx-35px {
  --bs-gutter-x: 35px;
}

.g-35px,
.gy-35px {
  --bs-gutter-y: 35px;
}

.g-n15,
.gx-n15 {
  --bs-gutter-x: -15px;
}

.g-n15,
.gy-n15 {
  --bs-gutter-y: -15px;
}

.g-n3px,
.gx-n3px {
  --bs-gutter-x: -3px;
}

.g-n3px,
.gy-n3px {
  --bs-gutter-y: -3px;
}

.g-nsm,
.gx-nsm {
  --bs-gutter-x: -5px;
}

.g-nsm,
.gy-nsm {
  --bs-gutter-y: -5px;
}

.g-n1,
.gx-n1 {
  --bs-gutter-x: -10px;
}

.g-n1,
.gy-n1 {
  --bs-gutter-y: -10px;
}

.g-n5,
.gx-n5 {
  --bs-gutter-x: -5px;
}

.g-n5,
.gy-n5 {
  --bs-gutter-y: -5px;
}

.g-n90,
.gx-n90 {
  --bs-gutter-x: -90px;
}

.g-n90,
.gy-n90 {
  --bs-gutter-y: -90px;
}

.g-n30,
.gx-n30 {
  --bs-gutter-x: -30px;
}

.g-n30,
.gy-n30 {
  --bs-gutter-y: -30px;
}

.g-n120,
.gx-n120 {
  --bs-gutter-x: -120px;
}

.g-n120,
.gy-n120 {
  --bs-gutter-y: -120px;
}

.g-20vh,
.gx-20vh {
  --bs-gutter-x: 20vh;
}

.g-20vh,
.gy-20vh {
  --bs-gutter-y: 20vh;
}

.g-25vh,
.gx-25vh {
  --bs-gutter-x: 25vh;
}

.g-25vh,
.gy-25vh {
  --bs-gutter-y: 25vh;
}

.g-m3,
.gx-m3 {
  --bs-gutter-x: 3%;
}

.g-m3,
.gy-m3 {
  --bs-gutter-y: 3%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.625rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.625rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 1.25rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 1.25rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1.875rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1.875rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 2.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 2.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3.125rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3.125rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 3.75rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 3.75rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 4.375rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 4.375rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 5rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 5rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 5.625rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 5.625rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 6.25rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 6.25rem;
}

.g-gutter,
.gx-gutter {
  --bs-gutter-x: 30px;
}

.g-gutter,
.gy-gutter {
  --bs-gutter-y: 30px;
}

.g-out-container,
.gx-out-container {
  --bs-gutter-x: calc(50% - 50vw);
}

.g-out-container,
.gy-out-container {
  --bs-gutter-y: calc(50% - 50vw);
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-3px,
  .gx-sm-3px {
    --bs-gutter-x: 3px;
  }
  .g-sm-3px,
  .gy-sm-3px {
    --bs-gutter-y: 3px;
  }
  .g-sm-4px,
  .gx-sm-4px {
    --bs-gutter-x: 4px;
  }
  .g-sm-4px,
  .gy-sm-4px {
    --bs-gutter-y: 4px;
  }
  .g-sm-sm,
  .gx-sm-sm {
    --bs-gutter-x: 0.3125rem;
  }
  .g-sm-sm,
  .gy-sm-sm {
    --bs-gutter-y: 0.3125rem;
  }
  .g-sm-8px,
  .gx-sm-8px {
    --bs-gutter-x: 8px;
  }
  .g-sm-8px,
  .gy-sm-8px {
    --bs-gutter-y: 8px;
  }
  .g-sm-12px,
  .gx-sm-12px {
    --bs-gutter-x: 12px;
  }
  .g-sm-12px,
  .gy-sm-12px {
    --bs-gutter-y: 12px;
  }
  .g-sm-15px,
  .gx-sm-15px {
    --bs-gutter-x: 15px;
  }
  .g-sm-15px,
  .gy-sm-15px {
    --bs-gutter-y: 15px;
  }
  .g-sm-16px,
  .gx-sm-16px {
    --bs-gutter-x: 16px;
  }
  .g-sm-16px,
  .gy-sm-16px {
    --bs-gutter-y: 16px;
  }
  .g-sm-25px,
  .gx-sm-25px {
    --bs-gutter-x: 25px;
  }
  .g-sm-25px,
  .gy-sm-25px {
    --bs-gutter-y: 25px;
  }
  .g-sm-35px,
  .gx-sm-35px {
    --bs-gutter-x: 35px;
  }
  .g-sm-35px,
  .gy-sm-35px {
    --bs-gutter-y: 35px;
  }
  .g-sm-n15,
  .gx-sm-n15 {
    --bs-gutter-x: -15px;
  }
  .g-sm-n15,
  .gy-sm-n15 {
    --bs-gutter-y: -15px;
  }
  .g-sm-n3px,
  .gx-sm-n3px {
    --bs-gutter-x: -3px;
  }
  .g-sm-n3px,
  .gy-sm-n3px {
    --bs-gutter-y: -3px;
  }
  .g-sm-nsm,
  .gx-sm-nsm {
    --bs-gutter-x: -5px;
  }
  .g-sm-nsm,
  .gy-sm-nsm {
    --bs-gutter-y: -5px;
  }
  .g-sm-n1,
  .gx-sm-n1 {
    --bs-gutter-x: -10px;
  }
  .g-sm-n1,
  .gy-sm-n1 {
    --bs-gutter-y: -10px;
  }
  .g-sm-n5,
  .gx-sm-n5 {
    --bs-gutter-x: -5px;
  }
  .g-sm-n5,
  .gy-sm-n5 {
    --bs-gutter-y: -5px;
  }
  .g-sm-n90,
  .gx-sm-n90 {
    --bs-gutter-x: -90px;
  }
  .g-sm-n90,
  .gy-sm-n90 {
    --bs-gutter-y: -90px;
  }
  .g-sm-n30,
  .gx-sm-n30 {
    --bs-gutter-x: -30px;
  }
  .g-sm-n30,
  .gy-sm-n30 {
    --bs-gutter-y: -30px;
  }
  .g-sm-n120,
  .gx-sm-n120 {
    --bs-gutter-x: -120px;
  }
  .g-sm-n120,
  .gy-sm-n120 {
    --bs-gutter-y: -120px;
  }
  .g-sm-20vh,
  .gx-sm-20vh {
    --bs-gutter-x: 20vh;
  }
  .g-sm-20vh,
  .gy-sm-20vh {
    --bs-gutter-y: 20vh;
  }
  .g-sm-25vh,
  .gx-sm-25vh {
    --bs-gutter-x: 25vh;
  }
  .g-sm-25vh,
  .gy-sm-25vh {
    --bs-gutter-y: 25vh;
  }
  .g-sm-m3,
  .gx-sm-m3 {
    --bs-gutter-x: 3%;
  }
  .g-sm-m3,
  .gy-sm-m3 {
    --bs-gutter-y: 3%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.625rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.625rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3.125rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3.125rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 3.75rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 3.75rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 4.375rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 4.375rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 5.625rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 5.625rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 6.25rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 6.25rem;
  }
  .g-sm-gutter,
  .gx-sm-gutter {
    --bs-gutter-x: 30px;
  }
  .g-sm-gutter,
  .gy-sm-gutter {
    --bs-gutter-y: 30px;
  }
  .g-sm-out-container,
  .gx-sm-out-container {
    --bs-gutter-x: calc(50% - 50vw);
  }
  .g-sm-out-container,
  .gy-sm-out-container {
    --bs-gutter-y: calc(50% - 50vw);
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-3px,
  .gx-md-3px {
    --bs-gutter-x: 3px;
  }
  .g-md-3px,
  .gy-md-3px {
    --bs-gutter-y: 3px;
  }
  .g-md-4px,
  .gx-md-4px {
    --bs-gutter-x: 4px;
  }
  .g-md-4px,
  .gy-md-4px {
    --bs-gutter-y: 4px;
  }
  .g-md-sm,
  .gx-md-sm {
    --bs-gutter-x: 0.3125rem;
  }
  .g-md-sm,
  .gy-md-sm {
    --bs-gutter-y: 0.3125rem;
  }
  .g-md-8px,
  .gx-md-8px {
    --bs-gutter-x: 8px;
  }
  .g-md-8px,
  .gy-md-8px {
    --bs-gutter-y: 8px;
  }
  .g-md-12px,
  .gx-md-12px {
    --bs-gutter-x: 12px;
  }
  .g-md-12px,
  .gy-md-12px {
    --bs-gutter-y: 12px;
  }
  .g-md-15px,
  .gx-md-15px {
    --bs-gutter-x: 15px;
  }
  .g-md-15px,
  .gy-md-15px {
    --bs-gutter-y: 15px;
  }
  .g-md-16px,
  .gx-md-16px {
    --bs-gutter-x: 16px;
  }
  .g-md-16px,
  .gy-md-16px {
    --bs-gutter-y: 16px;
  }
  .g-md-25px,
  .gx-md-25px {
    --bs-gutter-x: 25px;
  }
  .g-md-25px,
  .gy-md-25px {
    --bs-gutter-y: 25px;
  }
  .g-md-35px,
  .gx-md-35px {
    --bs-gutter-x: 35px;
  }
  .g-md-35px,
  .gy-md-35px {
    --bs-gutter-y: 35px;
  }
  .g-md-n15,
  .gx-md-n15 {
    --bs-gutter-x: -15px;
  }
  .g-md-n15,
  .gy-md-n15 {
    --bs-gutter-y: -15px;
  }
  .g-md-n3px,
  .gx-md-n3px {
    --bs-gutter-x: -3px;
  }
  .g-md-n3px,
  .gy-md-n3px {
    --bs-gutter-y: -3px;
  }
  .g-md-nsm,
  .gx-md-nsm {
    --bs-gutter-x: -5px;
  }
  .g-md-nsm,
  .gy-md-nsm {
    --bs-gutter-y: -5px;
  }
  .g-md-n1,
  .gx-md-n1 {
    --bs-gutter-x: -10px;
  }
  .g-md-n1,
  .gy-md-n1 {
    --bs-gutter-y: -10px;
  }
  .g-md-n5,
  .gx-md-n5 {
    --bs-gutter-x: -5px;
  }
  .g-md-n5,
  .gy-md-n5 {
    --bs-gutter-y: -5px;
  }
  .g-md-n90,
  .gx-md-n90 {
    --bs-gutter-x: -90px;
  }
  .g-md-n90,
  .gy-md-n90 {
    --bs-gutter-y: -90px;
  }
  .g-md-n30,
  .gx-md-n30 {
    --bs-gutter-x: -30px;
  }
  .g-md-n30,
  .gy-md-n30 {
    --bs-gutter-y: -30px;
  }
  .g-md-n120,
  .gx-md-n120 {
    --bs-gutter-x: -120px;
  }
  .g-md-n120,
  .gy-md-n120 {
    --bs-gutter-y: -120px;
  }
  .g-md-20vh,
  .gx-md-20vh {
    --bs-gutter-x: 20vh;
  }
  .g-md-20vh,
  .gy-md-20vh {
    --bs-gutter-y: 20vh;
  }
  .g-md-25vh,
  .gx-md-25vh {
    --bs-gutter-x: 25vh;
  }
  .g-md-25vh,
  .gy-md-25vh {
    --bs-gutter-y: 25vh;
  }
  .g-md-m3,
  .gx-md-m3 {
    --bs-gutter-x: 3%;
  }
  .g-md-m3,
  .gy-md-m3 {
    --bs-gutter-y: 3%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.625rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.625rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3.125rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3.125rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 3.75rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 3.75rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 4.375rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 4.375rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 5rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 5rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 5.625rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 5.625rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 6.25rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 6.25rem;
  }
  .g-md-gutter,
  .gx-md-gutter {
    --bs-gutter-x: 30px;
  }
  .g-md-gutter,
  .gy-md-gutter {
    --bs-gutter-y: 30px;
  }
  .g-md-out-container,
  .gx-md-out-container {
    --bs-gutter-x: calc(50% - 50vw);
  }
  .g-md-out-container,
  .gy-md-out-container {
    --bs-gutter-y: calc(50% - 50vw);
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-3px,
  .gx-lg-3px {
    --bs-gutter-x: 3px;
  }
  .g-lg-3px,
  .gy-lg-3px {
    --bs-gutter-y: 3px;
  }
  .g-lg-4px,
  .gx-lg-4px {
    --bs-gutter-x: 4px;
  }
  .g-lg-4px,
  .gy-lg-4px {
    --bs-gutter-y: 4px;
  }
  .g-lg-sm,
  .gx-lg-sm {
    --bs-gutter-x: 0.3125rem;
  }
  .g-lg-sm,
  .gy-lg-sm {
    --bs-gutter-y: 0.3125rem;
  }
  .g-lg-8px,
  .gx-lg-8px {
    --bs-gutter-x: 8px;
  }
  .g-lg-8px,
  .gy-lg-8px {
    --bs-gutter-y: 8px;
  }
  .g-lg-12px,
  .gx-lg-12px {
    --bs-gutter-x: 12px;
  }
  .g-lg-12px,
  .gy-lg-12px {
    --bs-gutter-y: 12px;
  }
  .g-lg-15px,
  .gx-lg-15px {
    --bs-gutter-x: 15px;
  }
  .g-lg-15px,
  .gy-lg-15px {
    --bs-gutter-y: 15px;
  }
  .g-lg-16px,
  .gx-lg-16px {
    --bs-gutter-x: 16px;
  }
  .g-lg-16px,
  .gy-lg-16px {
    --bs-gutter-y: 16px;
  }
  .g-lg-25px,
  .gx-lg-25px {
    --bs-gutter-x: 25px;
  }
  .g-lg-25px,
  .gy-lg-25px {
    --bs-gutter-y: 25px;
  }
  .g-lg-35px,
  .gx-lg-35px {
    --bs-gutter-x: 35px;
  }
  .g-lg-35px,
  .gy-lg-35px {
    --bs-gutter-y: 35px;
  }
  .g-lg-n15,
  .gx-lg-n15 {
    --bs-gutter-x: -15px;
  }
  .g-lg-n15,
  .gy-lg-n15 {
    --bs-gutter-y: -15px;
  }
  .g-lg-n3px,
  .gx-lg-n3px {
    --bs-gutter-x: -3px;
  }
  .g-lg-n3px,
  .gy-lg-n3px {
    --bs-gutter-y: -3px;
  }
  .g-lg-nsm,
  .gx-lg-nsm {
    --bs-gutter-x: -5px;
  }
  .g-lg-nsm,
  .gy-lg-nsm {
    --bs-gutter-y: -5px;
  }
  .g-lg-n1,
  .gx-lg-n1 {
    --bs-gutter-x: -10px;
  }
  .g-lg-n1,
  .gy-lg-n1 {
    --bs-gutter-y: -10px;
  }
  .g-lg-n5,
  .gx-lg-n5 {
    --bs-gutter-x: -5px;
  }
  .g-lg-n5,
  .gy-lg-n5 {
    --bs-gutter-y: -5px;
  }
  .g-lg-n90,
  .gx-lg-n90 {
    --bs-gutter-x: -90px;
  }
  .g-lg-n90,
  .gy-lg-n90 {
    --bs-gutter-y: -90px;
  }
  .g-lg-n30,
  .gx-lg-n30 {
    --bs-gutter-x: -30px;
  }
  .g-lg-n30,
  .gy-lg-n30 {
    --bs-gutter-y: -30px;
  }
  .g-lg-n120,
  .gx-lg-n120 {
    --bs-gutter-x: -120px;
  }
  .g-lg-n120,
  .gy-lg-n120 {
    --bs-gutter-y: -120px;
  }
  .g-lg-20vh,
  .gx-lg-20vh {
    --bs-gutter-x: 20vh;
  }
  .g-lg-20vh,
  .gy-lg-20vh {
    --bs-gutter-y: 20vh;
  }
  .g-lg-25vh,
  .gx-lg-25vh {
    --bs-gutter-x: 25vh;
  }
  .g-lg-25vh,
  .gy-lg-25vh {
    --bs-gutter-y: 25vh;
  }
  .g-lg-m3,
  .gx-lg-m3 {
    --bs-gutter-x: 3%;
  }
  .g-lg-m3,
  .gy-lg-m3 {
    --bs-gutter-y: 3%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.625rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.625rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3.125rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3.125rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 3.75rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 3.75rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 4.375rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 4.375rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 5.625rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 5.625rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 6.25rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 6.25rem;
  }
  .g-lg-gutter,
  .gx-lg-gutter {
    --bs-gutter-x: 30px;
  }
  .g-lg-gutter,
  .gy-lg-gutter {
    --bs-gutter-y: 30px;
  }
  .g-lg-out-container,
  .gx-lg-out-container {
    --bs-gutter-x: calc(50% - 50vw);
  }
  .g-lg-out-container,
  .gy-lg-out-container {
    --bs-gutter-y: calc(50% - 50vw);
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-3px,
  .gx-xl-3px {
    --bs-gutter-x: 3px;
  }
  .g-xl-3px,
  .gy-xl-3px {
    --bs-gutter-y: 3px;
  }
  .g-xl-4px,
  .gx-xl-4px {
    --bs-gutter-x: 4px;
  }
  .g-xl-4px,
  .gy-xl-4px {
    --bs-gutter-y: 4px;
  }
  .g-xl-sm,
  .gx-xl-sm {
    --bs-gutter-x: 0.3125rem;
  }
  .g-xl-sm,
  .gy-xl-sm {
    --bs-gutter-y: 0.3125rem;
  }
  .g-xl-8px,
  .gx-xl-8px {
    --bs-gutter-x: 8px;
  }
  .g-xl-8px,
  .gy-xl-8px {
    --bs-gutter-y: 8px;
  }
  .g-xl-12px,
  .gx-xl-12px {
    --bs-gutter-x: 12px;
  }
  .g-xl-12px,
  .gy-xl-12px {
    --bs-gutter-y: 12px;
  }
  .g-xl-15px,
  .gx-xl-15px {
    --bs-gutter-x: 15px;
  }
  .g-xl-15px,
  .gy-xl-15px {
    --bs-gutter-y: 15px;
  }
  .g-xl-16px,
  .gx-xl-16px {
    --bs-gutter-x: 16px;
  }
  .g-xl-16px,
  .gy-xl-16px {
    --bs-gutter-y: 16px;
  }
  .g-xl-25px,
  .gx-xl-25px {
    --bs-gutter-x: 25px;
  }
  .g-xl-25px,
  .gy-xl-25px {
    --bs-gutter-y: 25px;
  }
  .g-xl-35px,
  .gx-xl-35px {
    --bs-gutter-x: 35px;
  }
  .g-xl-35px,
  .gy-xl-35px {
    --bs-gutter-y: 35px;
  }
  .g-xl-n15,
  .gx-xl-n15 {
    --bs-gutter-x: -15px;
  }
  .g-xl-n15,
  .gy-xl-n15 {
    --bs-gutter-y: -15px;
  }
  .g-xl-n3px,
  .gx-xl-n3px {
    --bs-gutter-x: -3px;
  }
  .g-xl-n3px,
  .gy-xl-n3px {
    --bs-gutter-y: -3px;
  }
  .g-xl-nsm,
  .gx-xl-nsm {
    --bs-gutter-x: -5px;
  }
  .g-xl-nsm,
  .gy-xl-nsm {
    --bs-gutter-y: -5px;
  }
  .g-xl-n1,
  .gx-xl-n1 {
    --bs-gutter-x: -10px;
  }
  .g-xl-n1,
  .gy-xl-n1 {
    --bs-gutter-y: -10px;
  }
  .g-xl-n5,
  .gx-xl-n5 {
    --bs-gutter-x: -5px;
  }
  .g-xl-n5,
  .gy-xl-n5 {
    --bs-gutter-y: -5px;
  }
  .g-xl-n90,
  .gx-xl-n90 {
    --bs-gutter-x: -90px;
  }
  .g-xl-n90,
  .gy-xl-n90 {
    --bs-gutter-y: -90px;
  }
  .g-xl-n30,
  .gx-xl-n30 {
    --bs-gutter-x: -30px;
  }
  .g-xl-n30,
  .gy-xl-n30 {
    --bs-gutter-y: -30px;
  }
  .g-xl-n120,
  .gx-xl-n120 {
    --bs-gutter-x: -120px;
  }
  .g-xl-n120,
  .gy-xl-n120 {
    --bs-gutter-y: -120px;
  }
  .g-xl-20vh,
  .gx-xl-20vh {
    --bs-gutter-x: 20vh;
  }
  .g-xl-20vh,
  .gy-xl-20vh {
    --bs-gutter-y: 20vh;
  }
  .g-xl-25vh,
  .gx-xl-25vh {
    --bs-gutter-x: 25vh;
  }
  .g-xl-25vh,
  .gy-xl-25vh {
    --bs-gutter-y: 25vh;
  }
  .g-xl-m3,
  .gx-xl-m3 {
    --bs-gutter-x: 3%;
  }
  .g-xl-m3,
  .gy-xl-m3 {
    --bs-gutter-y: 3%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3.125rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 4.375rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 4.375rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 5.625rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 5.625rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 6.25rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 6.25rem;
  }
  .g-xl-gutter,
  .gx-xl-gutter {
    --bs-gutter-x: 30px;
  }
  .g-xl-gutter,
  .gy-xl-gutter {
    --bs-gutter-y: 30px;
  }
  .g-xl-out-container,
  .gx-xl-out-container {
    --bs-gutter-x: calc(50% - 50vw);
  }
  .g-xl-out-container,
  .gy-xl-out-container {
    --bs-gutter-y: calc(50% - 50vw);
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-3px,
  .gx-xxl-3px {
    --bs-gutter-x: 3px;
  }
  .g-xxl-3px,
  .gy-xxl-3px {
    --bs-gutter-y: 3px;
  }
  .g-xxl-4px,
  .gx-xxl-4px {
    --bs-gutter-x: 4px;
  }
  .g-xxl-4px,
  .gy-xxl-4px {
    --bs-gutter-y: 4px;
  }
  .g-xxl-sm,
  .gx-xxl-sm {
    --bs-gutter-x: 0.3125rem;
  }
  .g-xxl-sm,
  .gy-xxl-sm {
    --bs-gutter-y: 0.3125rem;
  }
  .g-xxl-8px,
  .gx-xxl-8px {
    --bs-gutter-x: 8px;
  }
  .g-xxl-8px,
  .gy-xxl-8px {
    --bs-gutter-y: 8px;
  }
  .g-xxl-12px,
  .gx-xxl-12px {
    --bs-gutter-x: 12px;
  }
  .g-xxl-12px,
  .gy-xxl-12px {
    --bs-gutter-y: 12px;
  }
  .g-xxl-15px,
  .gx-xxl-15px {
    --bs-gutter-x: 15px;
  }
  .g-xxl-15px,
  .gy-xxl-15px {
    --bs-gutter-y: 15px;
  }
  .g-xxl-16px,
  .gx-xxl-16px {
    --bs-gutter-x: 16px;
  }
  .g-xxl-16px,
  .gy-xxl-16px {
    --bs-gutter-y: 16px;
  }
  .g-xxl-25px,
  .gx-xxl-25px {
    --bs-gutter-x: 25px;
  }
  .g-xxl-25px,
  .gy-xxl-25px {
    --bs-gutter-y: 25px;
  }
  .g-xxl-35px,
  .gx-xxl-35px {
    --bs-gutter-x: 35px;
  }
  .g-xxl-35px,
  .gy-xxl-35px {
    --bs-gutter-y: 35px;
  }
  .g-xxl-n15,
  .gx-xxl-n15 {
    --bs-gutter-x: -15px;
  }
  .g-xxl-n15,
  .gy-xxl-n15 {
    --bs-gutter-y: -15px;
  }
  .g-xxl-n3px,
  .gx-xxl-n3px {
    --bs-gutter-x: -3px;
  }
  .g-xxl-n3px,
  .gy-xxl-n3px {
    --bs-gutter-y: -3px;
  }
  .g-xxl-nsm,
  .gx-xxl-nsm {
    --bs-gutter-x: -5px;
  }
  .g-xxl-nsm,
  .gy-xxl-nsm {
    --bs-gutter-y: -5px;
  }
  .g-xxl-n1,
  .gx-xxl-n1 {
    --bs-gutter-x: -10px;
  }
  .g-xxl-n1,
  .gy-xxl-n1 {
    --bs-gutter-y: -10px;
  }
  .g-xxl-n5,
  .gx-xxl-n5 {
    --bs-gutter-x: -5px;
  }
  .g-xxl-n5,
  .gy-xxl-n5 {
    --bs-gutter-y: -5px;
  }
  .g-xxl-n90,
  .gx-xxl-n90 {
    --bs-gutter-x: -90px;
  }
  .g-xxl-n90,
  .gy-xxl-n90 {
    --bs-gutter-y: -90px;
  }
  .g-xxl-n30,
  .gx-xxl-n30 {
    --bs-gutter-x: -30px;
  }
  .g-xxl-n30,
  .gy-xxl-n30 {
    --bs-gutter-y: -30px;
  }
  .g-xxl-n120,
  .gx-xxl-n120 {
    --bs-gutter-x: -120px;
  }
  .g-xxl-n120,
  .gy-xxl-n120 {
    --bs-gutter-y: -120px;
  }
  .g-xxl-20vh,
  .gx-xxl-20vh {
    --bs-gutter-x: 20vh;
  }
  .g-xxl-20vh,
  .gy-xxl-20vh {
    --bs-gutter-y: 20vh;
  }
  .g-xxl-25vh,
  .gx-xxl-25vh {
    --bs-gutter-x: 25vh;
  }
  .g-xxl-25vh,
  .gy-xxl-25vh {
    --bs-gutter-y: 25vh;
  }
  .g-xxl-m3,
  .gx-xxl-m3 {
    --bs-gutter-x: 3%;
  }
  .g-xxl-m3,
  .gy-xxl-m3 {
    --bs-gutter-y: 3%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3.125rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 4.375rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 4.375rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 5.625rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 5.625rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 6.25rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 6.25rem;
  }
  .g-xxl-gutter,
  .gx-xxl-gutter {
    --bs-gutter-x: 30px;
  }
  .g-xxl-gutter,
  .gy-xxl-gutter {
    --bs-gutter-y: 30px;
  }
  .g-xxl-out-container,
  .gx-xxl-out-container {
    --bs-gutter-x: calc(50% - 50vw);
  }
  .g-xxl-out-container,
  .gy-xxl-out-container {
    --bs-gutter-y: calc(50% - 50vw);
  }
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #d81f26;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #ad191e;
}
.nav-link.disabled {
  color: #efeff1;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #efefef;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #f2f3f5 #f2f3f5 #efefef;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #efeff1;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #4d585b;
  background-color: #fcfcfe;
  border-color: #f7f5fe #f7f5fe #fcfcfe;
}
.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: #ffffff;
  background-color: #d81f26;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  padding-top: -0.5625rem;
  padding-bottom: -0.5625rem;
  margin-right: 1rem;
  font-size: calc(1.35rem + 1.2vw);
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .navbar-brand {
    font-size: 2.25rem;
  }
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: calc(1.35rem + 1.2vw);
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .navbar-toggler {
    font-size: 2.25rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem;
          box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
          transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.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 .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%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.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.7;
  color: #272626;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 38px;
  font-size: 1rem;
  border-radius: 10px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #272626;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #ffffff;
  background-color: #d81f26;
  border-color: #d81f26;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #b81a20;
  border-color: #ad191e;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #ffffff;
  background-color: #b81a20;
  border-color: #ad191e;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(222, 65, 71, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(222, 65, 71, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #ad191e;
  border-color: #a2171d;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(222, 65, 71, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(222, 65, 71, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #ffffff;
  background-color: #d81f26;
  border-color: #d81f26;
}

.btn-secondary {
  color: #000000;
  background-color: #ffb743;
  border-color: #ffb743;
}
.btn-secondary:hover {
  color: #000000;
  background-color: #ffc25f;
  border-color: #ffbe56;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #000000;
  background-color: #ffc25f;
  border-color: #ffbe56;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 156, 57, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 156, 57, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000000;
  background-color: #ffc569;
  border-color: #ffbe56;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 156, 57, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 156, 57, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000000;
  background-color: #ffb743;
  border-color: #ffb743;
}

.btn-success {
  color: #000000;
  background-color: #43ff7b;
  border-color: #43ff7b;
}
.btn-success:hover {
  color: #000000;
  background-color: #5fff8f;
  border-color: #56ff88;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000000;
  background-color: #5fff8f;
  border-color: #56ff88;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(57, 217, 105, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(57, 217, 105, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000000;
  background-color: #69ff95;
  border-color: #56ff88;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(57, 217, 105, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(57, 217, 105, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000000;
  background-color: #43ff7b;
  border-color: #43ff7b;
}

.btn-gray-100 {
  color: #000000;
  background-color: #f5f2ed;
  border-color: #f5f2ed;
}
.btn-gray-100:hover {
  color: #000000;
  background-color: #f7f4f0;
  border-color: #f6f3ef;
}
.btn-check:focus + .btn-gray-100, .btn-gray-100:focus {
  color: #000000;
  background-color: #f7f4f0;
  border-color: #f6f3ef;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(208, 206, 201, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(208, 206, 201, 0.5);
}
.btn-check:checked + .btn-gray-100, .btn-check:active + .btn-gray-100, .btn-gray-100:active, .btn-gray-100.active, .show > .btn-gray-100.dropdown-toggle {
  color: #000000;
  background-color: #f7f5f1;
  border-color: #f6f3ef;
}
.btn-check:checked + .btn-gray-100:focus, .btn-check:active + .btn-gray-100:focus, .btn-gray-100:active:focus, .btn-gray-100.active:focus, .show > .btn-gray-100.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(208, 206, 201, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(208, 206, 201, 0.5);
}
.btn-gray-100:disabled, .btn-gray-100.disabled {
  color: #000000;
  background-color: #f5f2ed;
  border-color: #f5f2ed;
}

.btn-gray-200 {
  color: #000000;
  background-color: #f2f3f5;
  border-color: #f2f3f5;
}
.btn-gray-200:hover {
  color: #000000;
  background-color: #f4f5f7;
  border-color: #f3f4f6;
}
.btn-check:focus + .btn-gray-200, .btn-gray-200:focus {
  color: #000000;
  background-color: #f4f5f7;
  border-color: #f3f4f6;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(206, 207, 208, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(206, 207, 208, 0.5);
}
.btn-check:checked + .btn-gray-200, .btn-check:active + .btn-gray-200, .btn-gray-200:active, .btn-gray-200.active, .show > .btn-gray-200.dropdown-toggle {
  color: #000000;
  background-color: #f5f5f7;
  border-color: #f3f4f6;
}
.btn-check:checked + .btn-gray-200:focus, .btn-check:active + .btn-gray-200:focus, .btn-gray-200:active:focus, .btn-gray-200.active:focus, .show > .btn-gray-200.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(206, 207, 208, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(206, 207, 208, 0.5);
}
.btn-gray-200:disabled, .btn-gray-200.disabled {
  color: #000000;
  background-color: #f2f3f5;
  border-color: #f2f3f5;
}

.btn-gray-300 {
  color: #000000;
  background-color: #f7f5fe;
  border-color: #f7f5fe;
}
.btn-gray-300:hover {
  color: #000000;
  background-color: #f8f7fe;
  border-color: #f8f6fe;
}
.btn-check:focus + .btn-gray-300, .btn-gray-300:focus {
  color: #000000;
  background-color: #f8f7fe;
  border-color: #f8f6fe;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(210, 208, 216, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(210, 208, 216, 0.5);
}
.btn-check:checked + .btn-gray-300, .btn-check:active + .btn-gray-300, .btn-gray-300:active, .btn-gray-300.active, .show > .btn-gray-300.dropdown-toggle {
  color: #000000;
  background-color: #f9f7fe;
  border-color: #f8f6fe;
}
.btn-check:checked + .btn-gray-300:focus, .btn-check:active + .btn-gray-300:focus, .btn-gray-300:active:focus, .btn-gray-300.active:focus, .show > .btn-gray-300.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(210, 208, 216, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(210, 208, 216, 0.5);
}
.btn-gray-300:disabled, .btn-gray-300.disabled {
  color: #000000;
  background-color: #f7f5fe;
  border-color: #f7f5fe;
}

.btn-gray-400 {
  color: #000000;
  background-color: #d0cfd3;
  border-color: #d0cfd3;
}
.btn-gray-400:hover {
  color: #000000;
  background-color: #d7d6da;
  border-color: #d5d4d7;
}
.btn-check:focus + .btn-gray-400, .btn-gray-400:focus {
  color: #000000;
  background-color: #d7d6da;
  border-color: #d5d4d7;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(177, 176, 179, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(177, 176, 179, 0.5);
}
.btn-check:checked + .btn-gray-400, .btn-check:active + .btn-gray-400, .btn-gray-400:active, .btn-gray-400.active, .show > .btn-gray-400.dropdown-toggle {
  color: #000000;
  background-color: #d9d9dc;
  border-color: #d5d4d7;
}
.btn-check:checked + .btn-gray-400:focus, .btn-check:active + .btn-gray-400:focus, .btn-gray-400:active:focus, .btn-gray-400.active:focus, .show > .btn-gray-400.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(177, 176, 179, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(177, 176, 179, 0.5);
}
.btn-gray-400:disabled, .btn-gray-400.disabled {
  color: #000000;
  background-color: #d0cfd3;
  border-color: #d0cfd3;
}

.btn-gray-500 {
  color: #000000;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}
.btn-gray-500:hover {
  color: #000000;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}
.btn-check:focus + .btn-gray-500, .btn-gray-500:focus {
  color: #000000;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(213, 213, 213, 0.5);
}
.btn-check:checked + .btn-gray-500, .btn-check:active + .btn-gray-500, .btn-gray-500:active, .btn-gray-500.active, .show > .btn-gray-500.dropdown-toggle {
  color: #000000;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}
.btn-check:checked + .btn-gray-500:focus, .btn-check:active + .btn-gray-500:focus, .btn-gray-500:active:focus, .btn-gray-500.active:focus, .show > .btn-gray-500.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(213, 213, 213, 0.5);
}
.btn-gray-500:disabled, .btn-gray-500.disabled {
  color: #000000;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}

.btn-gray-600 {
  color: #000000;
  background-color: #efeff1;
  border-color: #efeff1;
}
.btn-gray-600:hover {
  color: #000000;
  background-color: #f1f1f3;
  border-color: #f1f1f2;
}
.btn-check:focus + .btn-gray-600, .btn-gray-600:focus {
  color: #000000;
  background-color: #f1f1f3;
  border-color: #f1f1f2;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(203, 203, 205, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(203, 203, 205, 0.5);
}
.btn-check:checked + .btn-gray-600, .btn-check:active + .btn-gray-600, .btn-gray-600:active, .btn-gray-600.active, .show > .btn-gray-600.dropdown-toggle {
  color: #000000;
  background-color: #f2f2f4;
  border-color: #f1f1f2;
}
.btn-check:checked + .btn-gray-600:focus, .btn-check:active + .btn-gray-600:focus, .btn-gray-600:active:focus, .btn-gray-600.active:focus, .show > .btn-gray-600.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(203, 203, 205, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(203, 203, 205, 0.5);
}
.btn-gray-600:disabled, .btn-gray-600.disabled {
  color: #000000;
  background-color: #efeff1;
  border-color: #efeff1;
}

.btn-gray-700 {
  color: #ffffff;
  background-color: #4d585b;
  border-color: #4d585b;
}
.btn-gray-700:hover {
  color: #ffffff;
  background-color: #414b4d;
  border-color: #3e4649;
}
.btn-check:focus + .btn-gray-700, .btn-gray-700:focus {
  color: #ffffff;
  background-color: #414b4d;
  border-color: #3e4649;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(104, 113, 116, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(104, 113, 116, 0.5);
}
.btn-check:checked + .btn-gray-700, .btn-check:active + .btn-gray-700, .btn-gray-700:active, .btn-gray-700.active, .show > .btn-gray-700.dropdown-toggle {
  color: #ffffff;
  background-color: #3e4649;
  border-color: #3a4244;
}
.btn-check:checked + .btn-gray-700:focus, .btn-check:active + .btn-gray-700:focus, .btn-gray-700:active:focus, .btn-gray-700.active:focus, .show > .btn-gray-700.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(104, 113, 116, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(104, 113, 116, 0.5);
}
.btn-gray-700:disabled, .btn-gray-700.disabled {
  color: #ffffff;
  background-color: #4d585b;
  border-color: #4d585b;
}

.btn-gray-800 {
  color: #ffffff;
  background-color: #4c586a;
  border-color: #4c586a;
}
.btn-gray-800:hover {
  color: #ffffff;
  background-color: #414b5a;
  border-color: #3d4655;
}
.btn-check:focus + .btn-gray-800, .btn-gray-800:focus {
  color: #ffffff;
  background-color: #414b5a;
  border-color: #3d4655;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(103, 113, 128, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(103, 113, 128, 0.5);
}
.btn-check:checked + .btn-gray-800, .btn-check:active + .btn-gray-800, .btn-gray-800:active, .btn-gray-800.active, .show > .btn-gray-800.dropdown-toggle {
  color: #ffffff;
  background-color: #3d4655;
  border-color: #394250;
}
.btn-check:checked + .btn-gray-800:focus, .btn-check:active + .btn-gray-800:focus, .btn-gray-800:active:focus, .btn-gray-800.active:focus, .show > .btn-gray-800.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(103, 113, 128, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(103, 113, 128, 0.5);
}
.btn-gray-800:disabled, .btn-gray-800.disabled {
  color: #ffffff;
  background-color: #4c586a;
  border-color: #4c586a;
}

.btn-gray-900 {
  color: #ffffff;
  background-color: #1a120d;
  border-color: #1a120d;
}
.btn-gray-900:hover {
  color: #ffffff;
  background-color: #160f0b;
  border-color: #150e0a;
}
.btn-check:focus + .btn-gray-900, .btn-gray-900:focus {
  color: #ffffff;
  background-color: #160f0b;
  border-color: #150e0a;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 54, 49, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(60, 54, 49, 0.5);
}
.btn-check:checked + .btn-gray-900, .btn-check:active + .btn-gray-900, .btn-gray-900:active, .btn-gray-900.active, .show > .btn-gray-900.dropdown-toggle {
  color: #ffffff;
  background-color: #150e0a;
  border-color: #140e0a;
}
.btn-check:checked + .btn-gray-900:focus, .btn-check:active + .btn-gray-900:focus, .btn-gray-900:active:focus, .btn-gray-900.active:focus, .show > .btn-gray-900.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 54, 49, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(60, 54, 49, 0.5);
}
.btn-gray-900:disabled, .btn-gray-900.disabled {
  color: #ffffff;
  background-color: #1a120d;
  border-color: #1a120d;
}

.btn-color-100 {
  color: #000000;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-color-100:hover {
  color: #000000;
  background-color: #dfdfdf;
  border-color: #dddddd;
}
.btn-check:focus + .btn-color-100, .btn-color-100:focus {
  color: #000000;
  background-color: #dfdfdf;
  border-color: #dddddd;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(184, 184, 184, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(184, 184, 184, 0.5);
}
.btn-check:checked + .btn-color-100, .btn-check:active + .btn-color-100, .btn-color-100:active, .btn-color-100.active, .show > .btn-color-100.dropdown-toggle {
  color: #000000;
  background-color: #e1e1e1;
  border-color: #dddddd;
}
.btn-check:checked + .btn-color-100:focus, .btn-check:active + .btn-color-100:focus, .btn-color-100:active:focus, .btn-color-100.active:focus, .show > .btn-color-100.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(184, 184, 184, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(184, 184, 184, 0.5);
}
.btn-color-100:disabled, .btn-color-100.disabled {
  color: #000000;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}

.btn-color-200 {
  color: #000000;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}
.btn-color-200:hover {
  color: #000000;
  background-color: #e0e0e0;
  border-color: #dfdfdf;
}
.btn-check:focus + .btn-color-200, .btn-color-200:focus {
  color: #000000;
  background-color: #e0e0e0;
  border-color: #dfdfdf;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(186, 186, 186, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(186, 186, 186, 0.5);
}
.btn-check:checked + .btn-color-200, .btn-check:active + .btn-color-200, .btn-color-200:active, .btn-color-200.active, .show > .btn-color-200.dropdown-toggle {
  color: #000000;
  background-color: #e2e2e2;
  border-color: #dfdfdf;
}
.btn-check:checked + .btn-color-200:focus, .btn-check:active + .btn-color-200:focus, .btn-color-200:active:focus, .btn-color-200.active:focus, .show > .btn-color-200.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(186, 186, 186, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(186, 186, 186, 0.5);
}
.btn-color-200:disabled, .btn-color-200.disabled {
  color: #000000;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}

.btn-color-300 {
  color: #000000;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-color-300:hover {
  color: #000000;
  background-color: #e9e9e9;
  border-color: #e8e8e8;
}
.btn-check:focus + .btn-color-300, .btn-color-300:focus {
  color: #000000;
  background-color: #e9e9e9;
  border-color: #e8e8e8;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(195, 195, 195, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(195, 195, 195, 0.5);
}
.btn-check:checked + .btn-color-300, .btn-check:active + .btn-color-300, .btn-color-300:active, .btn-color-300.active, .show > .btn-color-300.dropdown-toggle {
  color: #000000;
  background-color: #eaeaea;
  border-color: #e8e8e8;
}
.btn-check:checked + .btn-color-300:focus, .btn-check:active + .btn-color-300:focus, .btn-color-300:active:focus, .btn-color-300.active:focus, .show > .btn-color-300.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(195, 195, 195, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(195, 195, 195, 0.5);
}
.btn-color-300:disabled, .btn-color-300.disabled {
  color: #000000;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}

.btn-color-1 {
  color: #000000;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-color-1:hover {
  color: #000000;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.btn-check:focus + .btn-color-1, .btn-color-1:focus {
  color: #000000;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(203, 203, 203, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(203, 203, 203, 0.5);
}
.btn-check:checked + .btn-color-1, .btn-check:active + .btn-color-1, .btn-color-1:active, .btn-color-1.active, .show > .btn-color-1.dropdown-toggle {
  color: #000000;
  background-color: #f2f2f2;
  border-color: #f1f1f1;
}
.btn-check:checked + .btn-color-1:focus, .btn-check:active + .btn-color-1:focus, .btn-color-1:active:focus, .btn-color-1.active:focus, .show > .btn-color-1.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(203, 203, 203, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(203, 203, 203, 0.5);
}
.btn-color-1:disabled, .btn-color-1.disabled {
  color: #000000;
  background-color: #efefef;
  border-color: #efefef;
}

.btn-color-2 {
  color: #000000;
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.btn-color-2:hover {
  color: #000000;
  background-color: #e7e7e7;
  border-color: #e6e6e6;
}
.btn-check:focus + .btn-color-2, .btn-color-2:focus {
  color: #000000;
  background-color: #e7e7e7;
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(193, 193, 193, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(193, 193, 193, 0.5);
}
.btn-check:checked + .btn-color-2, .btn-check:active + .btn-color-2, .btn-color-2:active, .btn-color-2.active, .show > .btn-color-2.dropdown-toggle {
  color: #000000;
  background-color: #e9e9e9;
  border-color: #e6e6e6;
}
.btn-check:checked + .btn-color-2:focus, .btn-check:active + .btn-color-2:focus, .btn-color-2:active:focus, .btn-color-2.active:focus, .show > .btn-color-2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(193, 193, 193, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(193, 193, 193, 0.5);
}
.btn-color-2:disabled, .btn-color-2.disabled {
  color: #000000;
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}

.btn-info {
  color: #ffffff;
  background-color: #0069de;
  border-color: #0069de;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #0059bd;
  border-color: #0054b2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #ffffff;
  background-color: #0059bd;
  border-color: #0054b2;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 128, 227, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(38, 128, 227, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #0054b2;
  border-color: #004fa7;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 128, 227, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(38, 128, 227, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #ffffff;
  background-color: #0069de;
  border-color: #0069de;
}

.btn-warning {
  color: #000000;
  background-color: #edc115;
  border-color: #edc115;
}
.btn-warning:hover {
  color: #000000;
  background-color: #f0ca38;
  border-color: #efc72c;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000000;
  background-color: #f0ca38;
  border-color: #efc72c;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(201, 164, 18, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(201, 164, 18, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000000;
  background-color: #f1cd44;
  border-color: #efc72c;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(201, 164, 18, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(201, 164, 18, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000000;
  background-color: #edc115;
  border-color: #edc115;
}

.btn-danger {
  color: #ffffff;
  background-color: #d81f26;
  border-color: #d81f26;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #b81a20;
  border-color: #ad191e;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #ffffff;
  background-color: #b81a20;
  border-color: #ad191e;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(222, 65, 71, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(222, 65, 71, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #ad191e;
  border-color: #a2171d;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(222, 65, 71, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(222, 65, 71, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #ffffff;
  background-color: #d81f26;
  border-color: #d81f26;
}

.btn-light {
  color: #000000;
  background-color: #7c86a9;
  border-color: #7c86a9;
}
.btn-light:hover {
  color: #000000;
  background-color: #9098b6;
  border-color: #8992b2;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000000;
  background-color: #9098b6;
  border-color: #8992b2;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(105, 114, 144, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(105, 114, 144, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000000;
  background-color: #969eba;
  border-color: #8992b2;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(105, 114, 144, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(105, 114, 144, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000000;
  background-color: #7c86a9;
  border-color: #7c86a9;
}

.btn-light-100 {
  color: #000000;
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}
.btn-light-100:hover {
  color: #000000;
  background-color: #d9d9d9;
  border-color: #d7d7d7;
}
.btn-check:focus + .btn-light-100, .btn-light-100:focus {
  color: #000000;
  background-color: #d9d9d9;
  border-color: #d7d7d7;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(179, 179, 179, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(179, 179, 179, 0.5);
}
.btn-check:checked + .btn-light-100, .btn-check:active + .btn-light-100, .btn-light-100:active, .btn-light-100.active, .show > .btn-light-100.dropdown-toggle {
  color: #000000;
  background-color: #dbdbdb;
  border-color: #d7d7d7;
}
.btn-check:checked + .btn-light-100:focus, .btn-check:active + .btn-light-100:focus, .btn-light-100:active:focus, .btn-light-100.active:focus, .show > .btn-light-100.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(179, 179, 179, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(179, 179, 179, 0.5);
}
.btn-light-100:disabled, .btn-light-100.disabled {
  color: #000000;
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}

.btn-light-200 {
  color: #000000;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}
.btn-light-200:hover {
  color: #000000;
  background-color: #929292;
  border-color: #8c8c8c;
}
.btn-check:focus + .btn-light-200, .btn-light-200:focus {
  color: #000000;
  background-color: #929292;
  border-color: #8c8c8c;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 108, 108, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(108, 108, 108, 0.5);
}
.btn-check:checked + .btn-light-200, .btn-check:active + .btn-light-200, .btn-light-200:active, .btn-light-200.active, .show > .btn-light-200.dropdown-toggle {
  color: #000000;
  background-color: #999999;
  border-color: #8c8c8c;
}
.btn-check:checked + .btn-light-200:focus, .btn-check:active + .btn-light-200:focus, .btn-light-200:active:focus, .btn-light-200.active:focus, .show > .btn-light-200.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 108, 108, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(108, 108, 108, 0.5);
}
.btn-light-200:disabled, .btn-light-200.disabled {
  color: #000000;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}

.btn-light-300 {
  color: #ffffff;
  background-color: #707070;
  border-color: #707070;
}
.btn-light-300:hover {
  color: #ffffff;
  background-color: #5f5f5f;
  border-color: #5a5a5a;
}
.btn-check:focus + .btn-light-300, .btn-light-300:focus {
  color: #ffffff;
  background-color: #5f5f5f;
  border-color: #5a5a5a;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(133, 133, 133, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(133, 133, 133, 0.5);
}
.btn-check:checked + .btn-light-300, .btn-check:active + .btn-light-300, .btn-light-300:active, .btn-light-300.active, .show > .btn-light-300.dropdown-toggle {
  color: #ffffff;
  background-color: #5a5a5a;
  border-color: #545454;
}
.btn-check:checked + .btn-light-300:focus, .btn-check:active + .btn-light-300:focus, .btn-light-300:active:focus, .btn-light-300.active:focus, .show > .btn-light-300.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(133, 133, 133, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(133, 133, 133, 0.5);
}
.btn-light-300:disabled, .btn-light-300.disabled {
  color: #ffffff;
  background-color: #707070;
  border-color: #707070;
}

.btn-dark {
  color: #ffffff;
  background-color: #253239;
  border-color: #253239;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #1f2b30;
  border-color: #1e282e;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #ffffff;
  background-color: #1f2b30;
  border-color: #1e282e;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(70, 81, 87, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(70, 81, 87, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1e282e;
  border-color: #1c262b;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(70, 81, 87, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(70, 81, 87, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #ffffff;
  background-color: #253239;
  border-color: #253239;
}

.btn-black {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:hover {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-black, .btn-black:focus {
  color: #ffffff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-black, .btn-check:active + .btn-black, .btn-black:active, .btn-black.active, .show > .btn-black.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-black:focus, .btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus, .show > .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-black:disabled, .btn-black.disabled {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

.btn-white {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #000000;
  background-color: white;
  border-color: white;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-white:disabled, .btn-white.disabled {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-red {
  color: #ffffff;
  background-color: #d81f26;
  border-color: #d81f26;
}
.btn-red:hover {
  color: #ffffff;
  background-color: #b81a20;
  border-color: #ad191e;
}
.btn-check:focus + .btn-red, .btn-red:focus {
  color: #ffffff;
  background-color: #b81a20;
  border-color: #ad191e;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(222, 65, 71, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(222, 65, 71, 0.5);
}
.btn-check:checked + .btn-red, .btn-check:active + .btn-red, .btn-red:active, .btn-red.active, .show > .btn-red.dropdown-toggle {
  color: #ffffff;
  background-color: #ad191e;
  border-color: #a2171d;
}
.btn-check:checked + .btn-red:focus, .btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus, .show > .btn-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(222, 65, 71, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(222, 65, 71, 0.5);
}
.btn-red:disabled, .btn-red.disabled {
  color: #ffffff;
  background-color: #d81f26;
  border-color: #d81f26;
}

.btn-red-100 {
  color: #ffffff;
  background-color: #a41a1f;
  border-color: #a41a1f;
}
.btn-red-100:hover {
  color: #ffffff;
  background-color: #8b161a;
  border-color: #831519;
}
.btn-check:focus + .btn-red-100, .btn-red-100:focus {
  color: #ffffff;
  background-color: #8b161a;
  border-color: #831519;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(178, 60, 65, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(178, 60, 65, 0.5);
}
.btn-check:checked + .btn-red-100, .btn-check:active + .btn-red-100, .btn-red-100:active, .btn-red-100.active, .show > .btn-red-100.dropdown-toggle {
  color: #ffffff;
  background-color: #831519;
  border-color: #7b1417;
}
.btn-check:checked + .btn-red-100:focus, .btn-check:active + .btn-red-100:focus, .btn-red-100:active:focus, .btn-red-100.active:focus, .show > .btn-red-100.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(178, 60, 65, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(178, 60, 65, 0.5);
}
.btn-red-100:disabled, .btn-red-100.disabled {
  color: #ffffff;
  background-color: #a41a1f;
  border-color: #a41a1f;
}

.btn-yellow {
  color: #000000;
  background-color: #ffc200;
  border-color: #ffc200;
}
.btn-yellow:hover {
  color: #000000;
  background-color: #ffcb26;
  border-color: #ffc81a;
}
.btn-check:focus + .btn-yellow, .btn-yellow:focus {
  color: #000000;
  background-color: #ffcb26;
  border-color: #ffc81a;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 165, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 165, 0, 0.5);
}
.btn-check:checked + .btn-yellow, .btn-check:active + .btn-yellow, .btn-yellow:active, .btn-yellow.active, .show > .btn-yellow.dropdown-toggle {
  color: #000000;
  background-color: #ffce33;
  border-color: #ffc81a;
}
.btn-check:checked + .btn-yellow:focus, .btn-check:active + .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 165, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 165, 0, 0.5);
}
.btn-yellow:disabled, .btn-yellow.disabled {
  color: #000000;
  background-color: #ffc200;
  border-color: #ffc200;
}

.btn-yellow-light {
  color: #000000;
  background-color: rgba(255, 193, 7, 0.0509803922);
  border-color: rgba(255, 193, 7, 0.0509803922);
}
.btn-yellow-light:hover {
  color: #000000;
  background-color: rgba(255, 247, 223, 0.1933333333);
  border-color: rgba(255, 243, 208, 0.1458823529);
}
.btn-check:focus + .btn-yellow-light, .btn-yellow-light:focus {
  color: #000000;
  background-color: rgba(255, 247, 223, 0.1933333333);
  border-color: rgba(255, 243, 208, 0.1458823529);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 25, 1, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(33, 25, 1, 0.5);
}
.btn-check:checked + .btn-yellow-light, .btn-check:active + .btn-yellow-light, .btn-yellow-light:active, .btn-yellow-light.active, .show > .btn-yellow-light.dropdown-toggle {
  color: #000000;
  background-color: rgba(255, 249, 232, 0.2407843137);
  border-color: rgba(255, 243, 208, 0.1458823529);
}
.btn-check:checked + .btn-yellow-light:focus, .btn-check:active + .btn-yellow-light:focus, .btn-yellow-light:active:focus, .btn-yellow-light.active:focus, .show > .btn-yellow-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 25, 1, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(33, 25, 1, 0.5);
}
.btn-yellow-light:disabled, .btn-yellow-light.disabled {
  color: #000000;
  background-color: rgba(255, 193, 7, 0.0509803922);
  border-color: rgba(255, 193, 7, 0.0509803922);
}

.btn-face {
  color: #000000;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-face:hover {
  color: #000000;
  background-color: #3faff4;
  border-color: #34aaf3;
}
.btn-check:focus + .btn-face, .btn-face:focus {
  color: #000000;
  background-color: #3faff4;
  border-color: #34aaf3;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 137, 206, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(25, 137, 206, 0.5);
}
.btn-check:checked + .btn-face, .btn-check:active + .btn-face, .btn-face:active, .btn-face.active, .show > .btn-face.dropdown-toggle {
  color: #000000;
  background-color: #4ab4f5;
  border-color: #34aaf3;
}
.btn-check:checked + .btn-face:focus, .btn-check:active + .btn-face:focus, .btn-face:active:focus, .btn-face.active:focus, .show > .btn-face.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 137, 206, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(25, 137, 206, 0.5);
}
.btn-face:disabled, .btn-face.disabled {
  color: #000000;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.btn-twir {
  color: #000000;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-twir:hover {
  color: #000000;
  background-color: #3faff4;
  border-color: #34aaf3;
}
.btn-check:focus + .btn-twir, .btn-twir:focus {
  color: #000000;
  background-color: #3faff4;
  border-color: #34aaf3;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 137, 206, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(25, 137, 206, 0.5);
}
.btn-check:checked + .btn-twir, .btn-check:active + .btn-twir, .btn-twir:active, .btn-twir.active, .show > .btn-twir.dropdown-toggle {
  color: #000000;
  background-color: #4ab4f5;
  border-color: #34aaf3;
}
.btn-check:checked + .btn-twir:focus, .btn-check:active + .btn-twir:focus, .btn-twir:active:focus, .btn-twir.active:focus, .show > .btn-twir.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 137, 206, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(25, 137, 206, 0.5);
}
.btn-twir:disabled, .btn-twir.disabled {
  color: #000000;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.btn-linked {
  color: #ffffff;
  background-color: #2867b2;
  border-color: #2867b2;
}
.btn-linked:hover {
  color: #ffffff;
  background-color: #225897;
  border-color: #20528e;
}
.btn-check:focus + .btn-linked, .btn-linked:focus {
  color: #ffffff;
  background-color: #225897;
  border-color: #20528e;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(72, 126, 190, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(72, 126, 190, 0.5);
}
.btn-check:checked + .btn-linked, .btn-check:active + .btn-linked, .btn-linked:active, .btn-linked.active, .show > .btn-linked.dropdown-toggle {
  color: #ffffff;
  background-color: #20528e;
  border-color: #1e4d86;
}
.btn-check:checked + .btn-linked:focus, .btn-check:active + .btn-linked:focus, .btn-linked:active:focus, .btn-linked.active:focus, .show > .btn-linked.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(72, 126, 190, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(72, 126, 190, 0.5);
}
.btn-linked:disabled, .btn-linked.disabled {
  color: #ffffff;
  background-color: #2867b2;
  border-color: #2867b2;
}

.btn-input-disabled {
  color: #000000;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-input-disabled:hover {
  color: #000000;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}
.btn-check:focus + .btn-input-disabled, .btn-input-disabled:focus {
  color: #000000;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(213, 213, 213, 0.5);
}
.btn-check:checked + .btn-input-disabled, .btn-check:active + .btn-input-disabled, .btn-input-disabled:active, .btn-input-disabled.active, .show > .btn-input-disabled.dropdown-toggle {
  color: #000000;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}
.btn-check:checked + .btn-input-disabled:focus, .btn-check:active + .btn-input-disabled:focus, .btn-input-disabled:active:focus, .btn-input-disabled.active:focus, .show > .btn-input-disabled.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(213, 213, 213, 0.5);
}
.btn-input-disabled:disabled, .btn-input-disabled.disabled {
  color: #000000;
  background-color: #fafafa;
  border-color: #fafafa;
}

.btn-outline-primary {
  color: #d81f26;
  border-color: #d81f26;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #d81f26;
  border-color: #d81f26;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #ffffff;
  background-color: #d81f26;
  border-color: #d81f26;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #d81f26;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #ffb743;
  border-color: #ffb743;
}
.btn-outline-secondary:hover {
  color: #000000;
  background-color: #ffb743;
  border-color: #ffb743;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 183, 67, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 183, 67, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #000000;
  background-color: #ffb743;
  border-color: #ffb743;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 183, 67, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 183, 67, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #ffb743;
  background-color: transparent;
}

.btn-outline-success {
  color: #43ff7b;
  border-color: #43ff7b;
}
.btn-outline-success:hover {
  color: #000000;
  background-color: #43ff7b;
  border-color: #43ff7b;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(67, 255, 123, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(67, 255, 123, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000000;
  background-color: #43ff7b;
  border-color: #43ff7b;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(67, 255, 123, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(67, 255, 123, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #43ff7b;
  background-color: transparent;
}

.btn-outline-gray-100 {
  color: #f5f2ed;
  border-color: #f5f2ed;
}
.btn-outline-gray-100:hover {
  color: #000000;
  background-color: #f5f2ed;
  border-color: #f5f2ed;
}
.btn-check:focus + .btn-outline-gray-100, .btn-outline-gray-100:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(245, 242, 237, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(245, 242, 237, 0.5);
}
.btn-check:checked + .btn-outline-gray-100, .btn-check:active + .btn-outline-gray-100, .btn-outline-gray-100:active, .btn-outline-gray-100.active, .btn-outline-gray-100.dropdown-toggle.show {
  color: #000000;
  background-color: #f5f2ed;
  border-color: #f5f2ed;
}
.btn-check:checked + .btn-outline-gray-100:focus, .btn-check:active + .btn-outline-gray-100:focus, .btn-outline-gray-100:active:focus, .btn-outline-gray-100.active:focus, .btn-outline-gray-100.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(245, 242, 237, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(245, 242, 237, 0.5);
}
.btn-outline-gray-100:disabled, .btn-outline-gray-100.disabled {
  color: #f5f2ed;
  background-color: transparent;
}

.btn-outline-gray-200 {
  color: #f2f3f5;
  border-color: #f2f3f5;
}
.btn-outline-gray-200:hover {
  color: #000000;
  background-color: #f2f3f5;
  border-color: #f2f3f5;
}
.btn-check:focus + .btn-outline-gray-200, .btn-outline-gray-200:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(242, 243, 245, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(242, 243, 245, 0.5);
}
.btn-check:checked + .btn-outline-gray-200, .btn-check:active + .btn-outline-gray-200, .btn-outline-gray-200:active, .btn-outline-gray-200.active, .btn-outline-gray-200.dropdown-toggle.show {
  color: #000000;
  background-color: #f2f3f5;
  border-color: #f2f3f5;
}
.btn-check:checked + .btn-outline-gray-200:focus, .btn-check:active + .btn-outline-gray-200:focus, .btn-outline-gray-200:active:focus, .btn-outline-gray-200.active:focus, .btn-outline-gray-200.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(242, 243, 245, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(242, 243, 245, 0.5);
}
.btn-outline-gray-200:disabled, .btn-outline-gray-200.disabled {
  color: #f2f3f5;
  background-color: transparent;
}

.btn-outline-gray-300 {
  color: #f7f5fe;
  border-color: #f7f5fe;
}
.btn-outline-gray-300:hover {
  color: #000000;
  background-color: #f7f5fe;
  border-color: #f7f5fe;
}
.btn-check:focus + .btn-outline-gray-300, .btn-outline-gray-300:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(247, 245, 254, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(247, 245, 254, 0.5);
}
.btn-check:checked + .btn-outline-gray-300, .btn-check:active + .btn-outline-gray-300, .btn-outline-gray-300:active, .btn-outline-gray-300.active, .btn-outline-gray-300.dropdown-toggle.show {
  color: #000000;
  background-color: #f7f5fe;
  border-color: #f7f5fe;
}
.btn-check:checked + .btn-outline-gray-300:focus, .btn-check:active + .btn-outline-gray-300:focus, .btn-outline-gray-300:active:focus, .btn-outline-gray-300.active:focus, .btn-outline-gray-300.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(247, 245, 254, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(247, 245, 254, 0.5);
}
.btn-outline-gray-300:disabled, .btn-outline-gray-300.disabled {
  color: #f7f5fe;
  background-color: transparent;
}

.btn-outline-gray-400 {
  color: #d0cfd3;
  border-color: #d0cfd3;
}
.btn-outline-gray-400:hover {
  color: #000000;
  background-color: #d0cfd3;
  border-color: #d0cfd3;
}
.btn-check:focus + .btn-outline-gray-400, .btn-outline-gray-400:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(208, 207, 211, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(208, 207, 211, 0.5);
}
.btn-check:checked + .btn-outline-gray-400, .btn-check:active + .btn-outline-gray-400, .btn-outline-gray-400:active, .btn-outline-gray-400.active, .btn-outline-gray-400.dropdown-toggle.show {
  color: #000000;
  background-color: #d0cfd3;
  border-color: #d0cfd3;
}
.btn-check:checked + .btn-outline-gray-400:focus, .btn-check:active + .btn-outline-gray-400:focus, .btn-outline-gray-400:active:focus, .btn-outline-gray-400.active:focus, .btn-outline-gray-400.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(208, 207, 211, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(208, 207, 211, 0.5);
}
.btn-outline-gray-400:disabled, .btn-outline-gray-400.disabled {
  color: #d0cfd3;
  background-color: transparent;
}

.btn-outline-gray-500 {
  color: #fbfbfb;
  border-color: #fbfbfb;
}
.btn-outline-gray-500:hover {
  color: #000000;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}
.btn-check:focus + .btn-outline-gray-500, .btn-outline-gray-500:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(251, 251, 251, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(251, 251, 251, 0.5);
}
.btn-check:checked + .btn-outline-gray-500, .btn-check:active + .btn-outline-gray-500, .btn-outline-gray-500:active, .btn-outline-gray-500.active, .btn-outline-gray-500.dropdown-toggle.show {
  color: #000000;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}
.btn-check:checked + .btn-outline-gray-500:focus, .btn-check:active + .btn-outline-gray-500:focus, .btn-outline-gray-500:active:focus, .btn-outline-gray-500.active:focus, .btn-outline-gray-500.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(251, 251, 251, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(251, 251, 251, 0.5);
}
.btn-outline-gray-500:disabled, .btn-outline-gray-500.disabled {
  color: #fbfbfb;
  background-color: transparent;
}

.btn-outline-gray-600 {
  color: #efeff1;
  border-color: #efeff1;
}
.btn-outline-gray-600:hover {
  color: #000000;
  background-color: #efeff1;
  border-color: #efeff1;
}
.btn-check:focus + .btn-outline-gray-600, .btn-outline-gray-600:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(239, 239, 241, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(239, 239, 241, 0.5);
}
.btn-check:checked + .btn-outline-gray-600, .btn-check:active + .btn-outline-gray-600, .btn-outline-gray-600:active, .btn-outline-gray-600.active, .btn-outline-gray-600.dropdown-toggle.show {
  color: #000000;
  background-color: #efeff1;
  border-color: #efeff1;
}
.btn-check:checked + .btn-outline-gray-600:focus, .btn-check:active + .btn-outline-gray-600:focus, .btn-outline-gray-600:active:focus, .btn-outline-gray-600.active:focus, .btn-outline-gray-600.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(239, 239, 241, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(239, 239, 241, 0.5);
}
.btn-outline-gray-600:disabled, .btn-outline-gray-600.disabled {
  color: #efeff1;
  background-color: transparent;
}

.btn-outline-gray-700 {
  color: #4d585b;
  border-color: #4d585b;
}
.btn-outline-gray-700:hover {
  color: #ffffff;
  background-color: #4d585b;
  border-color: #4d585b;
}
.btn-check:focus + .btn-outline-gray-700, .btn-outline-gray-700:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(77, 88, 91, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(77, 88, 91, 0.5);
}
.btn-check:checked + .btn-outline-gray-700, .btn-check:active + .btn-outline-gray-700, .btn-outline-gray-700:active, .btn-outline-gray-700.active, .btn-outline-gray-700.dropdown-toggle.show {
  color: #ffffff;
  background-color: #4d585b;
  border-color: #4d585b;
}
.btn-check:checked + .btn-outline-gray-700:focus, .btn-check:active + .btn-outline-gray-700:focus, .btn-outline-gray-700:active:focus, .btn-outline-gray-700.active:focus, .btn-outline-gray-700.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(77, 88, 91, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(77, 88, 91, 0.5);
}
.btn-outline-gray-700:disabled, .btn-outline-gray-700.disabled {
  color: #4d585b;
  background-color: transparent;
}

.btn-outline-gray-800 {
  color: #4c586a;
  border-color: #4c586a;
}
.btn-outline-gray-800:hover {
  color: #ffffff;
  background-color: #4c586a;
  border-color: #4c586a;
}
.btn-check:focus + .btn-outline-gray-800, .btn-outline-gray-800:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(76, 88, 106, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(76, 88, 106, 0.5);
}
.btn-check:checked + .btn-outline-gray-800, .btn-check:active + .btn-outline-gray-800, .btn-outline-gray-800:active, .btn-outline-gray-800.active, .btn-outline-gray-800.dropdown-toggle.show {
  color: #ffffff;
  background-color: #4c586a;
  border-color: #4c586a;
}
.btn-check:checked + .btn-outline-gray-800:focus, .btn-check:active + .btn-outline-gray-800:focus, .btn-outline-gray-800:active:focus, .btn-outline-gray-800.active:focus, .btn-outline-gray-800.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(76, 88, 106, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(76, 88, 106, 0.5);
}
.btn-outline-gray-800:disabled, .btn-outline-gray-800.disabled {
  color: #4c586a;
  background-color: transparent;
}

.btn-outline-gray-900 {
  color: #1a120d;
  border-color: #1a120d;
}
.btn-outline-gray-900:hover {
  color: #ffffff;
  background-color: #1a120d;
  border-color: #1a120d;
}
.btn-check:focus + .btn-outline-gray-900, .btn-outline-gray-900:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(26, 18, 13, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(26, 18, 13, 0.5);
}
.btn-check:checked + .btn-outline-gray-900, .btn-check:active + .btn-outline-gray-900, .btn-outline-gray-900:active, .btn-outline-gray-900.active, .btn-outline-gray-900.dropdown-toggle.show {
  color: #ffffff;
  background-color: #1a120d;
  border-color: #1a120d;
}
.btn-check:checked + .btn-outline-gray-900:focus, .btn-check:active + .btn-outline-gray-900:focus, .btn-outline-gray-900:active:focus, .btn-outline-gray-900.active:focus, .btn-outline-gray-900.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(26, 18, 13, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(26, 18, 13, 0.5);
}
.btn-outline-gray-900:disabled, .btn-outline-gray-900.disabled {
  color: #1a120d;
  background-color: transparent;
}

.btn-outline-color-100 {
  color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-outline-color-100:hover {
  color: #000000;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-check:focus + .btn-outline-color-100, .btn-outline-color-100:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-check:checked + .btn-outline-color-100, .btn-check:active + .btn-outline-color-100, .btn-outline-color-100:active, .btn-outline-color-100.active, .btn-outline-color-100.dropdown-toggle.show {
  color: #000000;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-check:checked + .btn-outline-color-100:focus, .btn-check:active + .btn-outline-color-100:focus, .btn-outline-color-100:active:focus, .btn-outline-color-100.active:focus, .btn-outline-color-100.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-outline-color-100:disabled, .btn-outline-color-100.disabled {
  color: #d9d9d9;
  background-color: transparent;
}

.btn-outline-color-200 {
  color: #dbdbdb;
  border-color: #dbdbdb;
}
.btn-outline-color-200:hover {
  color: #000000;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}
.btn-check:focus + .btn-outline-color-200, .btn-outline-color-200:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(219, 219, 219, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(219, 219, 219, 0.5);
}
.btn-check:checked + .btn-outline-color-200, .btn-check:active + .btn-outline-color-200, .btn-outline-color-200:active, .btn-outline-color-200.active, .btn-outline-color-200.dropdown-toggle.show {
  color: #000000;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}
.btn-check:checked + .btn-outline-color-200:focus, .btn-check:active + .btn-outline-color-200:focus, .btn-outline-color-200:active:focus, .btn-outline-color-200.active:focus, .btn-outline-color-200.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(219, 219, 219, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(219, 219, 219, 0.5);
}
.btn-outline-color-200:disabled, .btn-outline-color-200.disabled {
  color: #dbdbdb;
  background-color: transparent;
}

.btn-outline-color-300 {
  color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-outline-color-300:hover {
  color: #000000;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-check:focus + .btn-outline-color-300, .btn-outline-color-300:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(229, 229, 229, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(229, 229, 229, 0.5);
}
.btn-check:checked + .btn-outline-color-300, .btn-check:active + .btn-outline-color-300, .btn-outline-color-300:active, .btn-outline-color-300.active, .btn-outline-color-300.dropdown-toggle.show {
  color: #000000;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-check:checked + .btn-outline-color-300:focus, .btn-check:active + .btn-outline-color-300:focus, .btn-outline-color-300:active:focus, .btn-outline-color-300.active:focus, .btn-outline-color-300.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(229, 229, 229, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(229, 229, 229, 0.5);
}
.btn-outline-color-300:disabled, .btn-outline-color-300.disabled {
  color: #e5e5e5;
  background-color: transparent;
}

.btn-outline-color-1 {
  color: #efefef;
  border-color: #efefef;
}
.btn-outline-color-1:hover {
  color: #000000;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-check:focus + .btn-outline-color-1, .btn-outline-color-1:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(239, 239, 239, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(239, 239, 239, 0.5);
}
.btn-check:checked + .btn-outline-color-1, .btn-check:active + .btn-outline-color-1, .btn-outline-color-1:active, .btn-outline-color-1.active, .btn-outline-color-1.dropdown-toggle.show {
  color: #000000;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-check:checked + .btn-outline-color-1:focus, .btn-check:active + .btn-outline-color-1:focus, .btn-outline-color-1:active:focus, .btn-outline-color-1.active:focus, .btn-outline-color-1.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(239, 239, 239, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(239, 239, 239, 0.5);
}
.btn-outline-color-1:disabled, .btn-outline-color-1.disabled {
  color: #efefef;
  background-color: transparent;
}

.btn-outline-color-2 {
  color: #e3e3e3;
  border-color: #e3e3e3;
}
.btn-outline-color-2:hover {
  color: #000000;
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.btn-check:focus + .btn-outline-color-2, .btn-outline-color-2:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(227, 227, 227, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(227, 227, 227, 0.5);
}
.btn-check:checked + .btn-outline-color-2, .btn-check:active + .btn-outline-color-2, .btn-outline-color-2:active, .btn-outline-color-2.active, .btn-outline-color-2.dropdown-toggle.show {
  color: #000000;
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.btn-check:checked + .btn-outline-color-2:focus, .btn-check:active + .btn-outline-color-2:focus, .btn-outline-color-2:active:focus, .btn-outline-color-2.active:focus, .btn-outline-color-2.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(227, 227, 227, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(227, 227, 227, 0.5);
}
.btn-outline-color-2:disabled, .btn-outline-color-2.disabled {
  color: #e3e3e3;
  background-color: transparent;
}

.btn-outline-info {
  color: #0069de;
  border-color: #0069de;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #0069de;
  border-color: #0069de;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 105, 222, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 105, 222, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #ffffff;
  background-color: #0069de;
  border-color: #0069de;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 105, 222, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 105, 222, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0069de;
  background-color: transparent;
}

.btn-outline-warning {
  color: #edc115;
  border-color: #edc115;
}
.btn-outline-warning:hover {
  color: #000000;
  background-color: #edc115;
  border-color: #edc115;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(237, 193, 21, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(237, 193, 21, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000000;
  background-color: #edc115;
  border-color: #edc115;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(237, 193, 21, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(237, 193, 21, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #edc115;
  background-color: transparent;
}

.btn-outline-danger {
  color: #d81f26;
  border-color: #d81f26;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #d81f26;
  border-color: #d81f26;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #ffffff;
  background-color: #d81f26;
  border-color: #d81f26;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #d81f26;
  background-color: transparent;
}

.btn-outline-light {
  color: #7c86a9;
  border-color: #7c86a9;
}
.btn-outline-light:hover {
  color: #000000;
  background-color: #7c86a9;
  border-color: #7c86a9;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(124, 134, 169, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(124, 134, 169, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000000;
  background-color: #7c86a9;
  border-color: #7c86a9;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(124, 134, 169, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(124, 134, 169, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #7c86a9;
  background-color: transparent;
}

.btn-outline-light-100 {
  color: #d2d2d2;
  border-color: #d2d2d2;
}
.btn-outline-light-100:hover {
  color: #000000;
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}
.btn-check:focus + .btn-outline-light-100, .btn-outline-light-100:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(210, 210, 210, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(210, 210, 210, 0.5);
}
.btn-check:checked + .btn-outline-light-100, .btn-check:active + .btn-outline-light-100, .btn-outline-light-100:active, .btn-outline-light-100.active, .btn-outline-light-100.dropdown-toggle.show {
  color: #000000;
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}
.btn-check:checked + .btn-outline-light-100:focus, .btn-check:active + .btn-outline-light-100:focus, .btn-outline-light-100:active:focus, .btn-outline-light-100.active:focus, .btn-outline-light-100.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(210, 210, 210, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(210, 210, 210, 0.5);
}
.btn-outline-light-100:disabled, .btn-outline-light-100.disabled {
  color: #d2d2d2;
  background-color: transparent;
}

.btn-outline-light-200 {
  color: #7f7f7f;
  border-color: #7f7f7f;
}
.btn-outline-light-200:hover {
  color: #000000;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}
.btn-check:focus + .btn-outline-light-200, .btn-outline-light-200:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(127, 127, 127, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(127, 127, 127, 0.5);
}
.btn-check:checked + .btn-outline-light-200, .btn-check:active + .btn-outline-light-200, .btn-outline-light-200:active, .btn-outline-light-200.active, .btn-outline-light-200.dropdown-toggle.show {
  color: #000000;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}
.btn-check:checked + .btn-outline-light-200:focus, .btn-check:active + .btn-outline-light-200:focus, .btn-outline-light-200:active:focus, .btn-outline-light-200.active:focus, .btn-outline-light-200.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(127, 127, 127, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(127, 127, 127, 0.5);
}
.btn-outline-light-200:disabled, .btn-outline-light-200.disabled {
  color: #7f7f7f;
  background-color: transparent;
}

.btn-outline-light-300 {
  color: #707070;
  border-color: #707070;
}
.btn-outline-light-300:hover {
  color: #ffffff;
  background-color: #707070;
  border-color: #707070;
}
.btn-check:focus + .btn-outline-light-300, .btn-outline-light-300:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(112, 112, 112, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(112, 112, 112, 0.5);
}
.btn-check:checked + .btn-outline-light-300, .btn-check:active + .btn-outline-light-300, .btn-outline-light-300:active, .btn-outline-light-300.active, .btn-outline-light-300.dropdown-toggle.show {
  color: #ffffff;
  background-color: #707070;
  border-color: #707070;
}
.btn-check:checked + .btn-outline-light-300:focus, .btn-check:active + .btn-outline-light-300:focus, .btn-outline-light-300:active:focus, .btn-outline-light-300.active:focus, .btn-outline-light-300.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(112, 112, 112, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(112, 112, 112, 0.5);
}
.btn-outline-light-300:disabled, .btn-outline-light-300.disabled {
  color: #707070;
  background-color: transparent;
}

.btn-outline-dark {
  color: #253239;
  border-color: #253239;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #253239;
  border-color: #253239;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(37, 50, 57, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(37, 50, 57, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #ffffff;
  background-color: #253239;
  border-color: #253239;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(37, 50, 57, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(37, 50, 57, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #253239;
  background-color: transparent;
}

.btn-outline-black {
  color: #000000;
  border-color: #000000;
}
.btn-outline-black:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-black, .btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:checked + .btn-outline-black:focus, .btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black:disabled, .btn-outline-black.disabled {
  color: #000000;
  background-color: transparent;
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: #ffffff;
  background-color: transparent;
}

.btn-outline-red {
  color: #d81f26;
  border-color: #d81f26;
}
.btn-outline-red:hover {
  color: #ffffff;
  background-color: #d81f26;
  border-color: #d81f26;
}
.btn-check:focus + .btn-outline-red, .btn-outline-red:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
}
.btn-check:checked + .btn-outline-red, .btn-check:active + .btn-outline-red, .btn-outline-red:active, .btn-outline-red.active, .btn-outline-red.dropdown-toggle.show {
  color: #ffffff;
  background-color: #d81f26;
  border-color: #d81f26;
}
.btn-check:checked + .btn-outline-red:focus, .btn-check:active + .btn-outline-red:focus, .btn-outline-red:active:focus, .btn-outline-red.active:focus, .btn-outline-red.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
}
.btn-outline-red:disabled, .btn-outline-red.disabled {
  color: #d81f26;
  background-color: transparent;
}

.btn-outline-red-100 {
  color: #a41a1f;
  border-color: #a41a1f;
}
.btn-outline-red-100:hover {
  color: #ffffff;
  background-color: #a41a1f;
  border-color: #a41a1f;
}
.btn-check:focus + .btn-outline-red-100, .btn-outline-red-100:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(164, 26, 31, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(164, 26, 31, 0.5);
}
.btn-check:checked + .btn-outline-red-100, .btn-check:active + .btn-outline-red-100, .btn-outline-red-100:active, .btn-outline-red-100.active, .btn-outline-red-100.dropdown-toggle.show {
  color: #ffffff;
  background-color: #a41a1f;
  border-color: #a41a1f;
}
.btn-check:checked + .btn-outline-red-100:focus, .btn-check:active + .btn-outline-red-100:focus, .btn-outline-red-100:active:focus, .btn-outline-red-100.active:focus, .btn-outline-red-100.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(164, 26, 31, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(164, 26, 31, 0.5);
}
.btn-outline-red-100:disabled, .btn-outline-red-100.disabled {
  color: #a41a1f;
  background-color: transparent;
}

.btn-outline-yellow {
  color: #ffc200;
  border-color: #ffc200;
}
.btn-outline-yellow:hover {
  color: #000000;
  background-color: #ffc200;
  border-color: #ffc200;
}
.btn-check:focus + .btn-outline-yellow, .btn-outline-yellow:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 194, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 194, 0, 0.5);
}
.btn-check:checked + .btn-outline-yellow, .btn-check:active + .btn-outline-yellow, .btn-outline-yellow:active, .btn-outline-yellow.active, .btn-outline-yellow.dropdown-toggle.show {
  color: #000000;
  background-color: #ffc200;
  border-color: #ffc200;
}
.btn-check:checked + .btn-outline-yellow:focus, .btn-check:active + .btn-outline-yellow:focus, .btn-outline-yellow:active:focus, .btn-outline-yellow.active:focus, .btn-outline-yellow.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 194, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 194, 0, 0.5);
}
.btn-outline-yellow:disabled, .btn-outline-yellow.disabled {
  color: #ffc200;
  background-color: transparent;
}

.btn-outline-yellow-light {
  color: rgba(255, 193, 7, 0.0509803922);
  border-color: rgba(255, 193, 7, 0.0509803922);
}
.btn-outline-yellow-light:hover {
  color: #000000;
  background-color: rgba(255, 193, 7, 0.0509803922);
  border-color: rgba(255, 193, 7, 0.0509803922);
}
.btn-check:focus + .btn-outline-yellow-light, .btn-outline-yellow-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-yellow-light, .btn-check:active + .btn-outline-yellow-light, .btn-outline-yellow-light:active, .btn-outline-yellow-light.active, .btn-outline-yellow-light.dropdown-toggle.show {
  color: #000000;
  background-color: rgba(255, 193, 7, 0.0509803922);
  border-color: rgba(255, 193, 7, 0.0509803922);
}
.btn-check:checked + .btn-outline-yellow-light:focus, .btn-check:active + .btn-outline-yellow-light:focus, .btn-outline-yellow-light:active:focus, .btn-outline-yellow-light.active:focus, .btn-outline-yellow-light.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-yellow-light:disabled, .btn-outline-yellow-light.disabled {
  color: rgba(255, 193, 7, 0.0509803922);
  background-color: transparent;
}

.btn-outline-face {
  color: #1da1f2;
  border-color: #1da1f2;
}
.btn-outline-face:hover {
  color: #000000;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-check:focus + .btn-outline-face, .btn-outline-face:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(29, 161, 242, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(29, 161, 242, 0.5);
}
.btn-check:checked + .btn-outline-face, .btn-check:active + .btn-outline-face, .btn-outline-face:active, .btn-outline-face.active, .btn-outline-face.dropdown-toggle.show {
  color: #000000;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-check:checked + .btn-outline-face:focus, .btn-check:active + .btn-outline-face:focus, .btn-outline-face:active:focus, .btn-outline-face.active:focus, .btn-outline-face.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(29, 161, 242, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(29, 161, 242, 0.5);
}
.btn-outline-face:disabled, .btn-outline-face.disabled {
  color: #1da1f2;
  background-color: transparent;
}

.btn-outline-twir {
  color: #1da1f2;
  border-color: #1da1f2;
}
.btn-outline-twir:hover {
  color: #000000;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-check:focus + .btn-outline-twir, .btn-outline-twir:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(29, 161, 242, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(29, 161, 242, 0.5);
}
.btn-check:checked + .btn-outline-twir, .btn-check:active + .btn-outline-twir, .btn-outline-twir:active, .btn-outline-twir.active, .btn-outline-twir.dropdown-toggle.show {
  color: #000000;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-check:checked + .btn-outline-twir:focus, .btn-check:active + .btn-outline-twir:focus, .btn-outline-twir:active:focus, .btn-outline-twir.active:focus, .btn-outline-twir.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(29, 161, 242, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(29, 161, 242, 0.5);
}
.btn-outline-twir:disabled, .btn-outline-twir.disabled {
  color: #1da1f2;
  background-color: transparent;
}

.btn-outline-linked {
  color: #2867b2;
  border-color: #2867b2;
}
.btn-outline-linked:hover {
  color: #ffffff;
  background-color: #2867b2;
  border-color: #2867b2;
}
.btn-check:focus + .btn-outline-linked, .btn-outline-linked:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 103, 178, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(40, 103, 178, 0.5);
}
.btn-check:checked + .btn-outline-linked, .btn-check:active + .btn-outline-linked, .btn-outline-linked:active, .btn-outline-linked.active, .btn-outline-linked.dropdown-toggle.show {
  color: #ffffff;
  background-color: #2867b2;
  border-color: #2867b2;
}
.btn-check:checked + .btn-outline-linked:focus, .btn-check:active + .btn-outline-linked:focus, .btn-outline-linked:active:focus, .btn-outline-linked.active:focus, .btn-outline-linked.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 103, 178, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(40, 103, 178, 0.5);
}
.btn-outline-linked:disabled, .btn-outline-linked.disabled {
  color: #2867b2;
  background-color: transparent;
}

.btn-outline-input-disabled {
  color: #fafafa;
  border-color: #fafafa;
}
.btn-outline-input-disabled:hover {
  color: #000000;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-check:focus + .btn-outline-input-disabled, .btn-outline-input-disabled:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(250, 250, 250, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(250, 250, 250, 0.5);
}
.btn-check:checked + .btn-outline-input-disabled, .btn-check:active + .btn-outline-input-disabled, .btn-outline-input-disabled:active, .btn-outline-input-disabled.active, .btn-outline-input-disabled.dropdown-toggle.show {
  color: #000000;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-check:checked + .btn-outline-input-disabled:focus, .btn-check:active + .btn-outline-input-disabled:focus, .btn-outline-input-disabled:active:focus, .btn-outline-input-disabled.active:focus, .btn-outline-input-disabled.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(250, 250, 250, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(250, 250, 250, 0.5);
}
.btn-outline-input-disabled:disabled, .btn-outline-input-disabled.disabled {
  color: #fafafa;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #d81f26;
  text-decoration: underline;
}
.btn-link:hover {
  color: #ad191e;
}
.btn-link:disabled, .btn-link.disabled {
  color: #efeff1;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: calc(1.35rem + 1.2vw);
  border-radius: 0.3rem;
}
@media (min-width: 1200px) {
  .btn-lg {
    font-size: 2.25rem;
  }
}

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

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

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

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

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.625rem 0.625rem;
  border-bottom: 1px solid #efefef;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.3125rem 0.3125rem;
  margin: -0.3125rem -0.3125rem -0.3125rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.375rem;
  border-top: 1px solid #efefef;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1360px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
          filter: invert(1) grayscale(100%) brightness(200%);
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.7;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .col-form-label-lg {
    font-size: 2.25rem;
  }
}

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #efeff1;
}

.form-control {
  display: block;
  width: 100%;
  padding: 10px 38px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #272626;
  background-color: #fcfcfe;
  background-clip: padding-box;
  border: 1px solid #d0cfd3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #272626;
  background-color: #fcfcfe;
  border-color: #ec8f93;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.7em;
}
.form-control::-webkit-input-placeholder {
  color: #efeff1;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #efeff1;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #efeff1;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #efeff1;
  opacity: 1;
}
.form-control::placeholder {
  color: #efeff1;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #fafafa;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 10px 38px;
  margin: -10px -38px;
  -webkit-margin-end: 38px;
          margin-inline-end: 38px;
  color: #272626;
  background-color: #f2f3f5;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 10px 38px;
  margin: -10px -38px;
  -webkit-margin-end: 38px;
          margin-inline-end: 38px;
  color: #272626;
  background-color: #f2f3f5;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e6e7e9;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e6e7e9;
}
.form-control::-webkit-file-upload-button {
  padding: 10px 38px;
  margin: -10px -38px;
  -webkit-margin-end: 38px;
          margin-inline-end: 38px;
  color: #272626;
  background-color: #f2f3f5;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e6e7e9;
}

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

.form-control-sm {
  min-height: calc(1.7em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.7em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: calc(1.35rem + 1.2vw);
  border-radius: 0.3rem;
}
@media (min-width: 1200px) {
  .form-control-lg {
    font-size: 2.25rem;
  }
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.7em + 22px);
}
textarea.form-control-sm {
  min-height: calc(1.7em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.7em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 10px;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.7em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.7em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 10px 114px 10px 38px;
  -moz-padding-start: 35px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #272626;
  background-color: #fcfcfe;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234c586a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 38px center;
  background-size: 16px 12px;
  border: 1px solid #d0cfd3;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: #ec8f93;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 38px;
  background-image: none;
}
.form-select:disabled {
  background-color: #f2f3f5;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #272626;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: calc(1.35rem + 1.2vw);
  border-radius: 0.3rem;
}
@media (min-width: 1200px) {
  .form-select-lg {
    font-size: 2.25rem;
  }
}

.form-check {
  display: block;
  min-height: 1.7rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.35em;
  vertical-align: top;
  background-color: #fcfcfe;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #e3e3e3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #ec8f93;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.25);
}
.form-check-input:checked {
  background-color: #ffffff;
  border-color: #e3e3e3;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23d81f26'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #d81f26;
  border-color: #d81f26;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ec8f93'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fcfcfe, 0 0 0 0.25rem rgba(216, 31, 38, 0.25);
          box-shadow: 0 0 0 1px #fcfcfe, 0 0 0 0.25rem rgba(216, 31, 38, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fcfcfe, 0 0 0 0.25rem rgba(216, 31, 38, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #d81f26;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #f3bcbe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f7f5fe;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #d81f26;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #f3bcbe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f7f5fe;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #fbfbfb;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #fbfbfb;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 38px;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 38px;
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 38px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #272626;
  text-align: center;
  white-space: nowrap;
  background-color: #f2f3f5;
  border: 1px solid #d0cfd3;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: calc(1.35rem + 1.2vw);
  border-radius: 0.3rem;
}
@media (min-width: 1200px) {
  .input-group-lg > .form-control,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text,
  .input-group-lg > .btn {
    font-size: 2.25rem;
  }
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 152px;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.15625rem 0.3125rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000000;
  background-color: rgba(67, 255, 123, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #43ff7b;
  padding-right: calc(1.7em + 20px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2343ff7b' 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.425em + 5px) center;
  background-size: calc(0.85em + 10px) calc(0.85em + 10px);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #43ff7b;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(67, 255, 123, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(67, 255, 123, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.7em + 20px);
  background-position: top calc(0.425em + 5px) right calc(0.425em + 5px);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #43ff7b;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 209px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234c586a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2343ff7b' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 38px center, center right 114px;
  background-size: 16px 12px, calc(0.85em + 10px) calc(0.85em + 10px);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #43ff7b;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(67, 255, 123, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(67, 255, 123, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #43ff7b;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #43ff7b;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(67, 255, 123, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(67, 255, 123, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #43ff7b;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.15625rem 0.3125rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(216, 31, 38, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #d81f26;
  padding-right: calc(1.7em + 20px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d81f26'%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='%23d81f26' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.425em + 5px) center;
  background-size: calc(0.85em + 10px) calc(0.85em + 10px);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #d81f26;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.7em + 20px);
  background-position: top calc(0.425em + 5px) right calc(0.425em + 5px);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #d81f26;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 209px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234c586a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d81f26'%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='%23d81f26' stroke='none'/%3e%3c/svg%3e");
  background-position: right 38px center, center right 114px;
  background-size: 16px 12px, calc(0.85em + 10px) calc(0.85em + 10px);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #d81f26;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #d81f26;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #d81f26;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #d81f26;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-2x1 {
  --bs-aspect-ratio: 50%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.ratio-9x16 {
  --bs-aspect-ratio: 177.7777777778%;
}

.ratio-5x1 {
  --bs-aspect-ratio: 20%;
}

.ratio-13x10 {
  --bs-aspect-ratio: 76.9230769231%;
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.15625rem 0.3125rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem;
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

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

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

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

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

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

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

.dropdown-divider {
  height: 0;
  margin: 0.3125rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.15625rem 0.625rem;
  clear: both;
  font-weight: 400;
  color: #1a120d;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #17100c;
  background-color: #f2f3f5;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #d81f26;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #fbfbfb;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #f7f5fe;
  background-color: #4c586a;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #f7f5fe;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #ffffff;
  background-color: #d81f26;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #fbfbfb;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #f7f5fe;
}
.dropdown-menu-dark .dropdown-header {
  color: #fbfbfb;
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

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

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

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

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

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

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

.dropdown-divider {
  height: 0;
  margin: 0.3125rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.15625rem 0.625rem;
  clear: both;
  font-weight: 400;
  color: #1a120d;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #17100c;
  background-color: #f2f3f5;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #d81f26;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #fbfbfb;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #f7f5fe;
  background-color: #4c586a;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #f7f5fe;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #ffffff;
  background-color: #d81f26;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #fbfbfb;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #f7f5fe;
}
.dropdown-menu-dark .dropdown-header {
  color: #fbfbfb;
}

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

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

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #f2f3f5;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #d81f26;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    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 {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.form-check {
  display: block;
  min-height: 1.7rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.35em;
  vertical-align: top;
  background-color: #fcfcfe;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #e3e3e3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #ec8f93;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.25);
}
.form-check-input:checked {
  background-color: #ffffff;
  border-color: #e3e3e3;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23d81f26'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #d81f26;
  border-color: #d81f26;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ec8f93'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.65;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.0509803922);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.9375rem;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.75rem;
  color: #efeff1;
  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-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

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

.link-primary {
  color: #d81f26;
}
.link-primary:hover, .link-primary:focus {
  color: #ad191e;
}

.link-secondary {
  color: #ffb743;
}
.link-secondary:hover, .link-secondary:focus {
  color: #ffc569;
}

.link-success {
  color: #43ff7b;
}
.link-success:hover, .link-success:focus {
  color: #69ff95;
}

.link-gray-100 {
  color: #f5f2ed;
}
.link-gray-100:hover, .link-gray-100:focus {
  color: #f7f5f1;
}

.link-gray-200 {
  color: #f2f3f5;
}
.link-gray-200:hover, .link-gray-200:focus {
  color: #f5f5f7;
}

.link-gray-300 {
  color: #f7f5fe;
}
.link-gray-300:hover, .link-gray-300:focus {
  color: #f9f7fe;
}

.link-gray-400 {
  color: #d0cfd3;
}
.link-gray-400:hover, .link-gray-400:focus {
  color: #d9d9dc;
}

.link-gray-500 {
  color: #fbfbfb;
}
.link-gray-500:hover, .link-gray-500:focus {
  color: #fcfcfc;
}

.link-gray-600 {
  color: #efeff1;
}
.link-gray-600:hover, .link-gray-600:focus {
  color: #f2f2f4;
}

.link-gray-700 {
  color: #4d585b;
}
.link-gray-700:hover, .link-gray-700:focus {
  color: #3e4649;
}

.link-gray-800 {
  color: #4c586a;
}
.link-gray-800:hover, .link-gray-800:focus {
  color: #3d4655;
}

.link-gray-900 {
  color: #1a120d;
}
.link-gray-900:hover, .link-gray-900:focus {
  color: #150e0a;
}

.link-color-100 {
  color: #d9d9d9;
}
.link-color-100:hover, .link-color-100:focus {
  color: #e1e1e1;
}

.link-color-200 {
  color: #dbdbdb;
}
.link-color-200:hover, .link-color-200:focus {
  color: #e2e2e2;
}

.link-color-300 {
  color: #e5e5e5;
}
.link-color-300:hover, .link-color-300:focus {
  color: #eaeaea;
}

.link-color-1 {
  color: #efefef;
}
.link-color-1:hover, .link-color-1:focus {
  color: #f2f2f2;
}

.link-color-2 {
  color: #e3e3e3;
}
.link-color-2:hover, .link-color-2:focus {
  color: #e9e9e9;
}

.link-info {
  color: #0069de;
}
.link-info:hover, .link-info:focus {
  color: #0054b2;
}

.link-warning {
  color: #edc115;
}
.link-warning:hover, .link-warning:focus {
  color: #f1cd44;
}

.link-danger {
  color: #d81f26;
}
.link-danger:hover, .link-danger:focus {
  color: #ad191e;
}

.link-light {
  color: #7c86a9;
}
.link-light:hover, .link-light:focus {
  color: #969eba;
}

.link-light-100 {
  color: #d2d2d2;
}
.link-light-100:hover, .link-light-100:focus {
  color: #dbdbdb;
}

.link-light-200 {
  color: #7f7f7f;
}
.link-light-200:hover, .link-light-200:focus {
  color: #999999;
}

.link-light-300 {
  color: #707070;
}
.link-light-300:hover, .link-light-300:focus {
  color: #5a5a5a;
}

.link-dark {
  color: #253239;
}
.link-dark:hover, .link-dark:focus {
  color: #1e282e;
}

.link-black {
  color: #000000;
}
.link-black:hover, .link-black:focus {
  color: black;
}

.link-white {
  color: #ffffff;
}
.link-white:hover, .link-white:focus {
  color: white;
}

.link-red {
  color: #d81f26;
}
.link-red:hover, .link-red:focus {
  color: #ad191e;
}

.link-red-100 {
  color: #a41a1f;
}
.link-red-100:hover, .link-red-100:focus {
  color: #831519;
}

.link-yellow {
  color: #ffc200;
}
.link-yellow:hover, .link-yellow:focus {
  color: #ffce33;
}

.link-yellow-light {
  color: rgba(255, 193, 7, 0.0509803922);
}
.link-yellow-light:hover, .link-yellow-light:focus {
  color: rgba(255, 249, 232, 0.2407843137);
}

.link-face {
  color: #1da1f2;
}
.link-face:hover, .link-face:focus {
  color: #4ab4f5;
}

.link-twir {
  color: #1da1f2;
}
.link-twir:hover, .link-twir:focus {
  color: #4ab4f5;
}

.link-linked {
  color: #2867b2;
}
.link-linked:hover, .link-linked:focus {
  color: #20528e;
}

.link-input-disabled {
  color: #fafafa;
}
.link-input-disabled:hover, .link-input-disabled:focus {
  color: #fbfbfb;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-2x1 {
  --bs-aspect-ratio: 50%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.ratio-9x16 {
  --bs-aspect-ratio: 177.7777777778%;
}

.ratio-5x1 {
  --bs-aspect-ratio: 20%;
}

.ratio-13x10 {
  --bs-aspect-ratio: 76.9230769231%;
}

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

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #272626;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #272626;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #272626;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 0.625rem;
  color: #272626;
  vertical-align: top;
  border-color: #efefef;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
          box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #f7d2d4;
  --bs-table-striped-bg: #ebc8c9;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #debdbf;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e4c2c4;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #debdbf;
}

.table-secondary {
  --bs-table-bg: #fff1d9;
  --bs-table-striped-bg: #f2e5ce;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6d9c3;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ecdfc9;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e6d9c3;
}

.table-success {
  --bs-table-bg: #d9ffe5;
  --bs-table-striped-bg: #cef2da;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #c3e6ce;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c9ecd4;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #c3e6ce;
}

.table-info {
  --bs-table-bg: #cce1f8;
  --bs-table-striped-bg: #c2d6ec;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8cbdf;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bdd0e5;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #b8cbdf;
}

.table-warning {
  --bs-table-bg: #fbf3d0;
  --bs-table-striped-bg: #eee7c6;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e2dbbb;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e8e1c0;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e2dbbb;
}

.table-danger {
  --bs-table-bg: #f7d2d4;
  --bs-table-striped-bg: #ebc8c9;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #debdbf;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e4c2c4;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #debdbf;
}

.table-light {
  --bs-table-bg: #7c86a9;
  --bs-table-striped-bg: #767fa1;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #707998;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #737c9c;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #707998;
}

.table-dark {
  --bs-table-bg: #253239;
  --bs-table-striped-bg: #303c43;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #3b474d;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #354148;
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: #3b474d;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
body .slick-arrow {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #efefef;
  z-index: 3;
}
body .slick-arrow:before {
  display: none;
}
body .slick-arrow.slick-prev {
  left: -18px;
  background: url("../images/angle-small-down.svg") no-repeat center #ffffff;
  background-size: 11px 8px;
  -webkit-transform: matrix(0, 1, -1, 0, 0, 0);
          transform: matrix(0, 1, -1, 0, 0, 0);
}
body .slick-arrow.slick-next {
  right: -18px;
  background: url("../images/angle-small-down.svg") no-repeat center #ffffff;
  background-size: 11px 8px;
  -webkit-transform: matrix(0, 1, 1, 0, 0, 0);
          transform: matrix(0, 1, 1, 0, 0, 0);
}

.slick-dots {
  bottom: 25px;
  text-align: left;
  padding: 0 20px;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 3px;
}
.slick-dots li.slick-active {
  width: 30px;
}
.slick-dots li.slick-active button {
  background-color: #d81f26;
  width: 30px;
  border-radius: 7px;
}
.slick-dots li button {
  padding: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffcc;
}
.slick-dots li button::before {
  display: none;
}

.login_slider .item img {
  border-radius: 15px;
}
.login_block_form .label {
  font-family: "SegoeUI-SemiBold", sans-serif;
}
.login_block_form input.user {
  background: url("../images/user.svg") calc(100% - 30px) center no-repeat;
  background-size: 22px;
}
.login_block_form input.user:hover::-webkit-input-placeholder {
  color: #7f7f7f;
}
.login_block_form input.user:hover::-moz-placeholder {
  color: #7f7f7f;
}
.login_block_form input.user:hover:-ms-input-placeholder {
  color: #7f7f7f;
}
.login_block_form input.user:hover::-ms-input-placeholder {
  color: #7f7f7f;
}
.login_block_form input.user:hover::placeholder {
  color: #7f7f7f;
}
.login_block_form input.user:hover, .login_block_form input.user:focus {
  background: url("../images/user-red.svg") calc(100% - 15px) center no-repeat;
  background-size: 22px;
}
.login_block_form input.email {
  background: url("../images/email.svg") calc(100% - 15px) center no-repeat;
  background-size: 22px;
}
.login_block_form input.email:hover::-webkit-input-placeholder {
  color: #7f7f7f;
}
.login_block_form input.email:hover::-moz-placeholder {
  color: #7f7f7f;
}
.login_block_form input.email:hover:-ms-input-placeholder {
  color: #7f7f7f;
}
.login_block_form input.email:hover::-ms-input-placeholder {
  color: #7f7f7f;
}
.login_block_form input.email:hover::placeholder {
  color: #7f7f7f;
}
.login_block_form input.email:hover, .login_block_form input.email:focus {
  background: url("../images/email-red.svg") calc(100% - 15px) center no-repeat;
  background-size: 22px;
}
.login_block_form input[type=text],
.login_block_form input[type=email],
.login_block_form input[type=password] {
  border-color: #e3e3e3;
  border-radius: 10px;
  padding: 0 40px 5px 30px;
}
.login_block_form input[type=text]:focus,
.login_block_form input[type=email]:focus,
.login_block_form input[type=password]:focus {
  border-color: #d81f26;
}
.login_block_form input[type=text]::-webkit-input-placeholder, .login_block_form input[type=email]::-webkit-input-placeholder, .login_block_form input[type=password]::-webkit-input-placeholder {
  color: #d2d2d2;
}
.login_block_form input[type=text]::-moz-placeholder, .login_block_form input[type=email]::-moz-placeholder, .login_block_form input[type=password]::-moz-placeholder {
  color: #d2d2d2;
}
.login_block_form input[type=text]:-ms-input-placeholder, .login_block_form input[type=email]:-ms-input-placeholder, .login_block_form input[type=password]:-ms-input-placeholder {
  color: #d2d2d2;
}
.login_block_form input[type=text]::-ms-input-placeholder, .login_block_form input[type=email]::-ms-input-placeholder, .login_block_form input[type=password]::-ms-input-placeholder {
  color: #d2d2d2;
}
.login_block_form input[type=text]::placeholder,
.login_block_form input[type=email]::placeholder,
.login_block_form input[type=password]::placeholder {
  color: #d2d2d2;
}
.login_block_form .main_btn {
  font-family: "SegoeUI-SemiBold", sans-serif;
}
.login_txt a {
  font-family: "SegoeUI-SemiBold", sans-serif;
}

.progress {
  border-radius: 12px;
  height: 6px;
}

.form-control {
  padding: 0;
  border: 0;
}
.form-control .form-label {
  font-family: "SegoeUI-SemiBold", sans-serif;
  margin-bottom: 10px;
  width: 100%;
}
.form-control .form-description {
  color: #707070;
  margin-bottom: 20px;
}
.form-control .form-input,
.form-control .form-textarea {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  line-height: 22px;
  height: auto;
}
.form-control .form-textarea {
  height: 120px;
}
.form-control .form-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.form-control .form-price .form-price-icon {
  padding: 18px;
  background-color: #efefef;
  border-radius: 10px 0px 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e3e3e3;
  height: 64px;
}
.form-control .form-price .form-input {
  border-radius: 0 10px 10px 0;
  border-left: 0;
  width: calc(100% - 62px);
}
.form-control .select2-container .select2-selection--single {
  height: 64px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
}
.form-control .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 20px;
  line-height: 22px;
}
.form-control .select2-container .select2-selection--single .select2-selection__arrow {
  height: 64px;
  width: 50px;
}
.form-control .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.form-control .select2-container .select2-selection--single .select2-selection__arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/angle-small-down.svg");
  background-size: contain;
  width: 14px;
  height: 7px;
}
.form-control .select2-container .select2-selection--multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 64px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
}
.form-control .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  margin-top: -5px;
  margin-bottom: 0;
}
.form-control .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  height: 26px;
  line-height: 26px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 0;
}
.form-control .select2-container .select2-selection--multiple .select2-selection__choice {
  vertical-align: middle;
}

.select2-container .select2-dropdown {
  border: 1px solid #e3e3e3;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #fafafa;
}

.copy-text button {
  position: relative;
}
.copy-text button::before {
  content: "Copied";
  position: absolute;
  top: -45px;
  right: 0px;
  background: #272626;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 20px;
  font-size: 14px;
  display: none;
}
.copy-text button::after {
  content: "";
  position: absolute;
  top: -12px;
  right: 25px;
  width: 10px;
  height: 10px;
  background: #272626;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: none;
}
.copy-text.active button:before,
.copy-text.active button:after {
  display: block;
}

.hover-button .icon,
.hover-image .icon {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hover-button .icon-cart,
.hover-button .icon-image,
.hover-button .icon-edit,
.hover-image .icon-cart,
.hover-image .icon-image,
.hover-image .icon-edit {
  width: 0;
}
.hover-button:hover .icon,
.hover-image:hover .icon {
  opacity: 1;
  visibility: visible;
  margin: 0 5px;
}
.hover-button:hover .icon-edit,
.hover-image:hover .icon-edit {
  width: 12px;
}
.hover-button:hover .icon-cart,
.hover-image:hover .icon-cart {
  width: 14px;
}
.hover-button:hover .icon-search,
.hover-image:hover .icon-search {
  width: 33px;
}

.hover-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hover-image {
  position: relative;
}
.hover-image:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}
.hover-image .icon {
  pointer-events: none;
  z-index: 2;
}
.hover-image .icon-search {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

.hover-zoom {
  position: relative;
  overflow: hidden;
}
.hover-zoom .image {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hover-zoom:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}
.hover-zoom:hover .image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.form-file .preview .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  background-color: rgba(239, 239, 239, 0.3);
  border-radius: 10px;
  border: 1px solid #efefef;
  margin-bottom: 10px;
}
.form-file .preview .item .item-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-file .preview .item .item-title {
  font-family: "SegoeUI-SemiBold", sans-serif;
  color: #272626;
}
.form-file .preview .item .item-delete {
  cursor: pointer;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}
.form-file .preview .item .item-delete:hover {
  background-color: #efefef;
}

.form-check-input {
  background-size: 20px;
}
.form-check-input[type=checkbox] {
  background-size: 15px;
  background-color: #efefef;
  width: 21px;
  height: 21px;
}
.form-check-input[type=checkbox]:checked {
  background-color: #d81f26;
}
.form-check-input[type=checkbox], .form-check-input[type=radio] {
  position: unset;
  cursor: pointer;
  margin-top: 6px;
}

.form-check-label {
  padding-left: 0 !important;
}
.form-check-label::before, .form-check-label::after {
  display: none;
}

.sell-account-step-3 .form-input-checkbox label.error {
  position: absolute;
  left: 0;
  bottom: -25px;
}

.form-input-checkbox,
.form-select-checkbox {
  position: relative;
}
.form-input-checkbox .form-check,
.form-select-checkbox .form-check {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.form-input-checkbox label.error,
.form-select-checkbox label.error {
  position: absolute;
  bottom: -25px;
}

.form-select-checkbox .form-check {
  right: 50px;
}

.form-file-upload {
  min-height: 128px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23E3E3E3FF' stroke-width='2' stroke-dasharray='12' stroke-dashoffset='15' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-file-upload input[type=file] {
  position: absolute;
  right: -9999px;
  visibility: hidden;
  opacity: 0;
}

.form-row .error,
.form-control .error,
.form-file .error {
  color: #d81f26;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.form-editor {
  height: 200px;
}

.bg-color-1-light {
  background: rgba(239, 239, 239, 0.2);
}

.skeleton-box {
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #dddbdd;
}
.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shimmer 5s infinite;
          animation: shimmer 5s infinite;
  content: "";
}
@-webkit-keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.custom_button a {
  color: #ffffff;
  font-size: 17px;
  font-family: "SegoeUI-SemiBold", sans-serif;
  border-radius: 24px;
  display: inline-block;
  padding: 8px 22px 9px;
  border: 1px solid #d81f26;
  background-color: #d81f26;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.custom_button a:hover {
  text-decoration: none;
  background-color: #ffffff;
}

.marketplace_gr01 {
  margin-bottom: 80px;
}
.marketplace_gr01 .left {
  width: calc(100% - 400px);
  background-color: #f4f4f9;
  padding: 40px 50px;
}
.marketplace_gr01 .left h1 {
  font-size: 28px;
}
.marketplace_gr01 .left p {
  color: #555555;
  font-family: "SegoeUI-SemiBold", sans-serif;
  line-height: 1.45;
}
.marketplace_gr01 .right {
  width: 395px;
  margin-left: 5px;
  background-color: #f4f4f9;
  padding: 24px 40px;
}
.marketplace_gr01 .right h2 {
  font-size: 23px;
  margin-bottom: 25px;
  font-family: "SegoeUI-SemiBold", sans-serif;
}
.marketplace_list .item .item_lst {
  -webkit-box-shadow: 0px 5px 20px rgba(39, 39, 39, 0.0509803922);
          box-shadow: 0px 5px 20px rgba(39, 39, 39, 0.0509803922);
  border: 1px solid #efefef;
  border-radius: 10px;
}
.marketplace_list .item .item_lst .img {
  width: 300px;
  margin-right: 20px;
  border-radius: 10px;
}
.marketplace_list .item .item_lst .img img {
  border-radius: 10px;
}
.marketplace_list .item .item_lst .txt {
  width: calc(100% - 320px);
}
.marketplace_list .item .item_lst .txt_right {
  font-family: "SegoeUI-SemiBold", sans-serif;
}
.marketplace_list .item .item_lst .txt_right .stock span {
  position: relative;
  padding-left: 15px;
}
.marketplace_list .item .item_lst .txt_right .stock span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background-color: #7f7f7f;
  border-radius: 50%;
}
.marketplace_list .item .item_lst .txt_tag {
  font-family: "SegoeUI-SemiBold", sans-serif;
}
.marketplace_list .item .item_lst .txt_lf01 {
  width: calc(100% - 200px);
  padding-right: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.marketplace_list .item .item_lst .txt_lf01 h3 {
  color: #000000;
  font-size: 22px;
  margin-bottom: 0;
}
.marketplace_list .item .item_lst .txt_lf01 .short {
  line-height: 1.45;
}
.marketplace_list .item .item_lst .txt_rt01 {
  width: 200px;
}
.marketplace_list .item .item_lst .txt_regular {
  font-size: 18px;
  color: #7f7f7f;
  font-family: "SegoeUI-SemiBold", sans-serif;
  text-decoration: line-through;
}
.marketplace_list .item .item_lst .txt_sale {
  font-size: 22px;
  font-family: "SegoeUI-Bold", sans-serif;
  color: #000000;
}
.marketplace_list .item .item_lst .txt_lf01 {
  width: calc(100% - 320px);
}
.marketplace_list .item .item_lst .txt_rt02 {
  width: 310px;
}

.mw-150 {
  min-width: 150px;
}

.cate_filter .results {
  color: #7f7f7f;
  font-family: "SegoeUI-SemiBold", sans-serif;
}
.cate_filter .sort_by {
  font-family: "SegoeUI-Bold", sans-serif;
  padding: 0 25px 0 20px;
  position: relative;
}
.cate_filter .sort_by:before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  background: url("../images/sort-amount-down-alt.svg") left top no-repeat;
  background-size: 12px;
  width: 15px;
  height: 15px;
}
.cate_filter .sort_by:after {
  position: absolute;
  content: "";
  right: 0;
  top: 12px;
  background: url("../images/angle-small-down.svg") left top no-repeat;
  background-size: 12px;
  width: 15px;
  height: 12px;
}
.cate_filter .sort_by .woocommerce-ordering select {
  height: 28px;
  border: none;
  padding: 0;
}

.count_cate .cate_btn {
  cursor: pointer;
  font-family: "SegoeUI-SemiBold", sans-serif;
  background-color: #efefef;
  border: 1px solid #efefef;
  font-size: 17px;
  padding: 8px 25px 9px;
  border-radius: 26px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.count_cate .cate_btn:hover {
  background-color: #d81f26;
  border-color: #d81f26;
  color: #ffffff;
}
.count_cate .cate_btn.active {
  background-color: #d81f26;
  border-color: #d81f26;
  color: #ffffff;
}

.filter_bg {
  border: 1px solid rgba(112, 112, 112, 0.11);
  padding: 22px;
}
.filter_title .clear {
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.filter_main {
  border-top: 1px solid #efefef;
  padding-top: 20px;
}
.filter_main h4 {
  font-size: 19px;
}
.filter_main .search {
  font-family: "SegoeUI-SemiBold", sans-serif;
  background: url("../images/search-bg.svg") 15px center no-repeat #efefef;
  height: 43px;
  padding-bottom: 5px;
  padding-left: 40px;
}
.filter_main .search::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.filter_main .search::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.filter_main .search:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.filter_main .search::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.filter_main .search::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.filter_main .label_checkbox {
  color: rgba(0, 0, 0, 0.3);
  font-family: "SegoeUI-SemiBold", sans-serif;
  padding-left: 35px;
}
.filter_main .label_checkbox .checkmark:after {
  border: none;
  -webkit-transform: inherit;
          transform: inherit;
  content: "";
  background: url("../images/check.svg") center center no-repeat #d81f26;
  background-size: 10px;
  width: 10px;
  height: 10px;
  top: 4px;
  left: 4px;
}
.filter_main .price_range .input-group {
  width: calc(50% - 15px);
}
.filter_main .price_range .input-group .input-group-text {
  padding-left: 0;
  padding-right: 0;
  color: rgba(0, 0, 0, 0.3);
  padding-left: 15px;
  background-color: #efefef;
  font-size: 16px;
}
.filter_main .price_range .input-group .form-control {
  background-color: #efefef;
}
.filter_main .price_range .input-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #efefef;
}
.filter_main [slider] {
  position: relative;
  height: 10px;
  border-radius: 10px;
  text-align: left;
  margin: 10px 0 10px 0;
}
.filter_main [slider] > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 14px;
}
.filter_main [slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 6px;
  border-radius: 10px;
  background-color: #efefef;
  margin: 0 7px;
}
.filter_main [slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 6px;
  border-radius: 10px;
  background-color: #efefef;
  margin: 0 7px;
}
.filter_main [slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 6px;
  border-radius: 14px;
  background-color: #d81f26;
}
.filter_main [slider] > div > [thumb] {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 18px;
  width: 18px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  border: 2px solid #ffffff;
  background-color: #d81f26;
  border-radius: 50%;
  outline: none;
}
.filter_main [slider] > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.filter_main div[slider] > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}
.filter_main div[slider] > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}
.filter_main div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}
.filter_main div[slider] > input[type=range]:focus {
  outline: none;
}
.filter_main div[slider] > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: #d81f26;
}
.filter_main div[slider] > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: #d81f26;
}
.filter_main div[slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: #d81f26;
  -webkit-appearance: none;
}
.filter_main div[slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}
.filter_main div[slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}
.filter_main div[slider] > input[type=range]::-ms-tooltip {
  display: none;
}
.filter_main [slider] > div > [sign] {
  opacity: 0;
  position: absolute;
  margin-left: -11px;
  top: -39px;
  z-index: 3;
  background-color: #d81f26;
  color: #000;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.filter_main [slider] > div > [sign]:after {
  position: absolute;
  content: "";
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #1abc9c;
}
.filter_main [slider] > div > [sign] > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}
.filter_main [slider]:hover > div > [sign] {
  opacity: 1;
}
.filter_scroll {
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}
.filter_scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #efefef;
}
.filter_scroll::-webkit-scrollbar {
  width: 4px;
  background-color: #efefef;
}
.filter_scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d81f26;
}
.filter_scroll .label_checkbox:last-child {
  margin-bottom: 0;
}

.label_checkbox {
  padding-left: 35px;
}
.label_checkbox .checkmark {
  background-color: #efefef;
  top: 5px;
  height: 20px;
  width: 20px;
}

@media (max-width: 991.98px) {
  .cate_filter .results {
    font-size: 16px;
    font-family: "SegoeUI", sans-serif;
  }
}
.font-sans-serif {
  font-family: "SegoeUI", sans-serif !important;
}

.font-sans-serif-semi {
  font-family: "SegoeUI-SemiBold", sans-serif !important;
}

.font-sans-serif-bold {
  font-family: "SegoeUI-Bold", sans-serif !important;
}

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

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

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

.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

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

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

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

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

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

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

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

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

.fw-semi {
  font-weight: 600 !important;
}

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

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

.bg-success {
  background-color: #43ff7b !important;
}

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

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

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

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

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

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

.bg-gray-700 {
  background-color: #4d585b !important;
}

.bg-gray-800 {
  background-color: #4c586a !important;
}

.bg-gray-900 {
  background-color: #1a120d !important;
}

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

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

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

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

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

.bg-info {
  background-color: #0069de !important;
}

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

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

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

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

.bg-light-200 {
  background-color: #7f7f7f !important;
}

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

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

.bg-black {
  background-color: #000000 !important;
}

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

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

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

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

.bg-yellow-light {
  background-color: rgba(255, 193, 7, 0.0509803922) !important;
}

.bg-face {
  background-color: #1da1f2 !important;
}

.bg-twir {
  background-color: #1da1f2 !important;
}

.bg-linked {
  background-color: #2867b2 !important;
}

.bg-input-disabled {
  background-color: #fafafa !important;
}

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

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

.text-success {
  color: #43ff7b !important;
}

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

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

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

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

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

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

.text-gray-700 {
  color: #4d585b !important;
}

.text-gray-800 {
  color: #4c586a !important;
}

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

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

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

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

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

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

.text-info {
  color: #0069de !important;
}

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

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

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

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

.text-light-200 {
  color: #7f7f7f !important;
}

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

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

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

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

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

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

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

.text-yellow-light {
  color: rgba(255, 193, 7, 0.0509803922) !important;
}

.text-face {
  color: #1da1f2 !important;
}

.text-twir {
  color: #1da1f2 !important;
}

.text-linked {
  color: #2867b2 !important;
}

.text-input-disabled {
  color: #fafafa !important;
}

.m-3px {
  margin: 3px !important;
}

.m-4px {
  margin: 4px !important;
}

.m-sm {
  margin: 0.3125rem !important;
}

.m-8px {
  margin: 8px !important;
}

.m-12px {
  margin: 12px !important;
}

.m-15px {
  margin: 15px !important;
}

.m-16px {
  margin: 16px !important;
}

.m-25px {
  margin: 25px !important;
}

.m-35px {
  margin: 35px !important;
}

.m-n15 {
  margin: -15px !important;
}

.m-n3px {
  margin: -3px !important;
}

.m-nsm {
  margin: -5px !important;
}

.m-n1 {
  margin: -10px !important;
}

.m-n5 {
  margin: -5px !important;
}

.m-n90 {
  margin: -90px !important;
}

.m-n30 {
  margin: -30px !important;
}

.m-n120 {
  margin: -120px !important;
}

.m-20vh {
  margin: 20vh !important;
}

.m-25vh {
  margin: 25vh !important;
}

.m-m3 {
  margin: 3% !important;
}

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

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

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

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

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

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

.m-6 {
  margin: 3.75rem !important;
}

.m-7 {
  margin: 4.375rem !important;
}

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

.m-9 {
  margin: 5.625rem !important;
}

.m-10 {
  margin: 6.25rem !important;
}

.m-gutter {
  margin: 30px !important;
}

.m-out-container {
  margin: calc(50% - 50vw) !important;
}

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

.mx-3px {
  margin-right: 3px !important;
  margin-left: 3px !important;
}

.mx-4px {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.mx-sm {
  margin-right: 0.3125rem !important;
  margin-left: 0.3125rem !important;
}

.mx-8px {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.mx-12px {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.mx-15px {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mx-16px {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.mx-25px {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mx-35px {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.mx-n15 {
  margin-right: -15px !important;
  margin-left: -15px !important;
}

.mx-n3px {
  margin-right: -3px !important;
  margin-left: -3px !important;
}

.mx-nsm {
  margin-right: -5px !important;
  margin-left: -5px !important;
}

.mx-n1 {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.mx-n5 {
  margin-right: -5px !important;
  margin-left: -5px !important;
}

.mx-n90 {
  margin-right: -90px !important;
  margin-left: -90px !important;
}

.mx-n30 {
  margin-right: -30px !important;
  margin-left: -30px !important;
}

.mx-n120 {
  margin-right: -120px !important;
  margin-left: -120px !important;
}

.mx-20vh {
  margin-right: 20vh !important;
  margin-left: 20vh !important;
}

.mx-25vh {
  margin-right: 25vh !important;
  margin-left: 25vh !important;
}

.mx-m3 {
  margin-right: 3% !important;
  margin-left: 3% !important;
}

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

.mx-1 {
  margin-right: 0.625rem !important;
  margin-left: 0.625rem !important;
}

.mx-2 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.mx-3 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important;
}

.mx-4 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-5 {
  margin-right: 3.125rem !important;
  margin-left: 3.125rem !important;
}

.mx-6 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.mx-7 {
  margin-right: 4.375rem !important;
  margin-left: 4.375rem !important;
}

.mx-8 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-9 {
  margin-right: 5.625rem !important;
  margin-left: 5.625rem !important;
}

.mx-10 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}

.mx-gutter {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mx-out-container {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

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

.my-3px {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.my-4px {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.my-sm {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important;
}

.my-8px {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-12px {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.my-15px {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-16px {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-25px {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-35px {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.my-n15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.my-n3px {
  margin-top: -3px !important;
  margin-bottom: -3px !important;
}

.my-nsm {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.my-n1 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.my-n5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.my-n90 {
  margin-top: -90px !important;
  margin-bottom: -90px !important;
}

.my-n30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.my-n120 {
  margin-top: -120px !important;
  margin-bottom: -120px !important;
}

.my-20vh {
  margin-top: 20vh !important;
  margin-bottom: 20vh !important;
}

.my-25vh {
  margin-top: 25vh !important;
  margin-bottom: 25vh !important;
}

.my-m3 {
  margin-top: 3% !important;
  margin-bottom: 3% !important;
}

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

.my-1 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.my-2 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-3 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.my-4 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-5 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

.my-6 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.my-7 {
  margin-top: 4.375rem !important;
  margin-bottom: 4.375rem !important;
}

.my-8 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-9 {
  margin-top: 5.625rem !important;
  margin-bottom: 5.625rem !important;
}

.my-10 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.my-gutter {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-out-container {
  margin-top: calc(50% - 50vw) !important;
  margin-bottom: calc(50% - 50vw) !important;
}

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

.mt-3px {
  margin-top: 3px !important;
}

.mt-4px {
  margin-top: 4px !important;
}

.mt-sm {
  margin-top: 0.3125rem !important;
}

.mt-8px {
  margin-top: 8px !important;
}

.mt-12px {
  margin-top: 12px !important;
}

.mt-15px {
  margin-top: 15px !important;
}

.mt-16px {
  margin-top: 16px !important;
}

.mt-25px {
  margin-top: 25px !important;
}

.mt-35px {
  margin-top: 35px !important;
}

.mt-n15 {
  margin-top: -15px !important;
}

.mt-n3px {
  margin-top: -3px !important;
}

.mt-nsm {
  margin-top: -5px !important;
}

.mt-n1 {
  margin-top: -10px !important;
}

.mt-n5 {
  margin-top: -5px !important;
}

.mt-n90 {
  margin-top: -90px !important;
}

.mt-n30 {
  margin-top: -30px !important;
}

.mt-n120 {
  margin-top: -120px !important;
}

.mt-20vh {
  margin-top: 20vh !important;
}

.mt-25vh {
  margin-top: 25vh !important;
}

.mt-m3 {
  margin-top: 3% !important;
}

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

.mt-1 {
  margin-top: 0.625rem !important;
}

.mt-2 {
  margin-top: 1.25rem !important;
}

.mt-3 {
  margin-top: 1.875rem !important;
}

.mt-4 {
  margin-top: 2.5rem !important;
}

.mt-5 {
  margin-top: 3.125rem !important;
}

.mt-6 {
  margin-top: 3.75rem !important;
}

.mt-7 {
  margin-top: 4.375rem !important;
}

.mt-8 {
  margin-top: 5rem !important;
}

.mt-9 {
  margin-top: 5.625rem !important;
}

.mt-10 {
  margin-top: 6.25rem !important;
}

.mt-gutter {
  margin-top: 30px !important;
}

.mt-out-container {
  margin-top: calc(50% - 50vw) !important;
}

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

.me-3px {
  margin-right: 3px !important;
}

.me-4px {
  margin-right: 4px !important;
}

.me-sm {
  margin-right: 0.3125rem !important;
}

.me-8px {
  margin-right: 8px !important;
}

.me-12px {
  margin-right: 12px !important;
}

.me-15px {
  margin-right: 15px !important;
}

.me-16px {
  margin-right: 16px !important;
}

.me-25px {
  margin-right: 25px !important;
}

.me-35px {
  margin-right: 35px !important;
}

.me-n15 {
  margin-right: -15px !important;
}

.me-n3px {
  margin-right: -3px !important;
}

.me-nsm {
  margin-right: -5px !important;
}

.me-n1 {
  margin-right: -10px !important;
}

.me-n5 {
  margin-right: -5px !important;
}

.me-n90 {
  margin-right: -90px !important;
}

.me-n30 {
  margin-right: -30px !important;
}

.me-n120 {
  margin-right: -120px !important;
}

.me-20vh {
  margin-right: 20vh !important;
}

.me-25vh {
  margin-right: 25vh !important;
}

.me-m3 {
  margin-right: 3% !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.625rem !important;
}

.me-2 {
  margin-right: 1.25rem !important;
}

.me-3 {
  margin-right: 1.875rem !important;
}

.me-4 {
  margin-right: 2.5rem !important;
}

.me-5 {
  margin-right: 3.125rem !important;
}

.me-6 {
  margin-right: 3.75rem !important;
}

.me-7 {
  margin-right: 4.375rem !important;
}

.me-8 {
  margin-right: 5rem !important;
}

.me-9 {
  margin-right: 5.625rem !important;
}

.me-10 {
  margin-right: 6.25rem !important;
}

.me-gutter {
  margin-right: 30px !important;
}

.me-out-container {
  margin-right: calc(50% - 50vw) !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-3px {
  margin-bottom: 3px !important;
}

.mb-4px {
  margin-bottom: 4px !important;
}

.mb-sm {
  margin-bottom: 0.3125rem !important;
}

.mb-8px {
  margin-bottom: 8px !important;
}

.mb-12px {
  margin-bottom: 12px !important;
}

.mb-15px {
  margin-bottom: 15px !important;
}

.mb-16px {
  margin-bottom: 16px !important;
}

.mb-25px {
  margin-bottom: 25px !important;
}

.mb-35px {
  margin-bottom: 35px !important;
}

.mb-n15 {
  margin-bottom: -15px !important;
}

.mb-n3px {
  margin-bottom: -3px !important;
}

.mb-nsm {
  margin-bottom: -5px !important;
}

.mb-n1 {
  margin-bottom: -10px !important;
}

.mb-n5 {
  margin-bottom: -5px !important;
}

.mb-n90 {
  margin-bottom: -90px !important;
}

.mb-n30 {
  margin-bottom: -30px !important;
}

.mb-n120 {
  margin-bottom: -120px !important;
}

.mb-20vh {
  margin-bottom: 20vh !important;
}

.mb-25vh {
  margin-bottom: 25vh !important;
}

.mb-m3 {
  margin-bottom: 3% !important;
}

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

.mb-1 {
  margin-bottom: 0.625rem !important;
}

.mb-2 {
  margin-bottom: 1.25rem !important;
}

.mb-3 {
  margin-bottom: 1.875rem !important;
}

.mb-4 {
  margin-bottom: 2.5rem !important;
}

.mb-5 {
  margin-bottom: 3.125rem !important;
}

.mb-6 {
  margin-bottom: 3.75rem !important;
}

.mb-7 {
  margin-bottom: 4.375rem !important;
}

.mb-8 {
  margin-bottom: 5rem !important;
}

.mb-9 {
  margin-bottom: 5.625rem !important;
}

.mb-10 {
  margin-bottom: 6.25rem !important;
}

.mb-gutter {
  margin-bottom: 30px !important;
}

.mb-out-container {
  margin-bottom: calc(50% - 50vw) !important;
}

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

.ms-3px {
  margin-left: 3px !important;
}

.ms-4px {
  margin-left: 4px !important;
}

.ms-sm {
  margin-left: 0.3125rem !important;
}

.ms-8px {
  margin-left: 8px !important;
}

.ms-12px {
  margin-left: 12px !important;
}

.ms-15px {
  margin-left: 15px !important;
}

.ms-16px {
  margin-left: 16px !important;
}

.ms-25px {
  margin-left: 25px !important;
}

.ms-35px {
  margin-left: 35px !important;
}

.ms-n15 {
  margin-left: -15px !important;
}

.ms-n3px {
  margin-left: -3px !important;
}

.ms-nsm {
  margin-left: -5px !important;
}

.ms-n1 {
  margin-left: -10px !important;
}

.ms-n5 {
  margin-left: -5px !important;
}

.ms-n90 {
  margin-left: -90px !important;
}

.ms-n30 {
  margin-left: -30px !important;
}

.ms-n120 {
  margin-left: -120px !important;
}

.ms-20vh {
  margin-left: 20vh !important;
}

.ms-25vh {
  margin-left: 25vh !important;
}

.ms-m3 {
  margin-left: 3% !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.625rem !important;
}

.ms-2 {
  margin-left: 1.25rem !important;
}

.ms-3 {
  margin-left: 1.875rem !important;
}

.ms-4 {
  margin-left: 2.5rem !important;
}

.ms-5 {
  margin-left: 3.125rem !important;
}

.ms-6 {
  margin-left: 3.75rem !important;
}

.ms-7 {
  margin-left: 4.375rem !important;
}

.ms-8 {
  margin-left: 5rem !important;
}

.ms-9 {
  margin-left: 5.625rem !important;
}

.ms-10 {
  margin-left: 6.25rem !important;
}

.ms-gutter {
  margin-left: 30px !important;
}

.ms-out-container {
  margin-left: calc(50% - 50vw) !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-3px {
  padding: 3px !important;
}

.p-4px {
  padding: 4px !important;
}

.p-sm {
  padding: 0.3125rem !important;
}

.p-8px {
  padding: 8px !important;
}

.p-12px {
  padding: 12px !important;
}

.p-15px {
  padding: 15px !important;
}

.p-16px {
  padding: 16px !important;
}

.p-25px {
  padding: 25px !important;
}

.p-35px {
  padding: 35px !important;
}

.p-n15 {
  padding: -15px !important;
}

.p-n3px {
  padding: -3px !important;
}

.p-nsm {
  padding: -5px !important;
}

.p-n1 {
  padding: -10px !important;
}

.p-n5 {
  padding: -5px !important;
}

.p-n90 {
  padding: -90px !important;
}

.p-n30 {
  padding: -30px !important;
}

.p-n120 {
  padding: -120px !important;
}

.p-20vh {
  padding: 20vh !important;
}

.p-25vh {
  padding: 25vh !important;
}

.p-m3 {
  padding: 3% !important;
}

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

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

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

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

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

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

.p-6 {
  padding: 3.75rem !important;
}

.p-7 {
  padding: 4.375rem !important;
}

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

.p-9 {
  padding: 5.625rem !important;
}

.p-10 {
  padding: 6.25rem !important;
}

.p-gutter {
  padding: 30px !important;
}

.p-out-container {
  padding: calc(50% - 50vw) !important;
}

.px-3px {
  padding-right: 3px !important;
  padding-left: 3px !important;
}

.px-4px {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.px-sm {
  padding-right: 0.3125rem !important;
  padding-left: 0.3125rem !important;
}

.px-8px {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.px-12px {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.px-15px {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.px-16px {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.px-25px {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.px-35px {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.px-n15 {
  padding-right: -15px !important;
  padding-left: -15px !important;
}

.px-n3px {
  padding-right: -3px !important;
  padding-left: -3px !important;
}

.px-nsm {
  padding-right: -5px !important;
  padding-left: -5px !important;
}

.px-n1 {
  padding-right: -10px !important;
  padding-left: -10px !important;
}

.px-n5 {
  padding-right: -5px !important;
  padding-left: -5px !important;
}

.px-n90 {
  padding-right: -90px !important;
  padding-left: -90px !important;
}

.px-n30 {
  padding-right: -30px !important;
  padding-left: -30px !important;
}

.px-n120 {
  padding-right: -120px !important;
  padding-left: -120px !important;
}

.px-20vh {
  padding-right: 20vh !important;
  padding-left: 20vh !important;
}

.px-25vh {
  padding-right: 25vh !important;
  padding-left: 25vh !important;
}

.px-m3 {
  padding-right: 3% !important;
  padding-left: 3% !important;
}

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

.px-1 {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}

.px-2 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.px-3 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
}

.px-4 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-5 {
  padding-right: 3.125rem !important;
  padding-left: 3.125rem !important;
}

.px-6 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.px-7 {
  padding-right: 4.375rem !important;
  padding-left: 4.375rem !important;
}

.px-8 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-9 {
  padding-right: 5.625rem !important;
  padding-left: 5.625rem !important;
}

.px-10 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.px-gutter {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.px-out-container {
  padding-right: calc(50% - 50vw) !important;
  padding-left: calc(50% - 50vw) !important;
}

.py-3px {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.py-4px {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-sm {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}

.py-8px {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-12px {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-15px {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-16px {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-25px {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-35px {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-n15 {
  padding-top: -15px !important;
  padding-bottom: -15px !important;
}

.py-n3px {
  padding-top: -3px !important;
  padding-bottom: -3px !important;
}

.py-nsm {
  padding-top: -5px !important;
  padding-bottom: -5px !important;
}

.py-n1 {
  padding-top: -10px !important;
  padding-bottom: -10px !important;
}

.py-n5 {
  padding-top: -5px !important;
  padding-bottom: -5px !important;
}

.py-n90 {
  padding-top: -90px !important;
  padding-bottom: -90px !important;
}

.py-n30 {
  padding-top: -30px !important;
  padding-bottom: -30px !important;
}

.py-n120 {
  padding-top: -120px !important;
  padding-bottom: -120px !important;
}

.py-20vh {
  padding-top: 20vh !important;
  padding-bottom: 20vh !important;
}

.py-25vh {
  padding-top: 25vh !important;
  padding-bottom: 25vh !important;
}

.py-m3 {
  padding-top: 3% !important;
  padding-bottom: 3% !important;
}

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

.py-1 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.py-2 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-3 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.py-4 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-5 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

.py-6 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.py-7 {
  padding-top: 4.375rem !important;
  padding-bottom: 4.375rem !important;
}

.py-8 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-9 {
  padding-top: 5.625rem !important;
  padding-bottom: 5.625rem !important;
}

.py-10 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.py-gutter {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-out-container {
  padding-top: calc(50% - 50vw) !important;
  padding-bottom: calc(50% - 50vw) !important;
}

.pt-3px {
  padding-top: 3px !important;
}

.pt-4px {
  padding-top: 4px !important;
}

.pt-sm {
  padding-top: 0.3125rem !important;
}

.pt-8px {
  padding-top: 8px !important;
}

.pt-12px {
  padding-top: 12px !important;
}

.pt-15px {
  padding-top: 15px !important;
}

.pt-16px {
  padding-top: 16px !important;
}

.pt-25px {
  padding-top: 25px !important;
}

.pt-35px {
  padding-top: 35px !important;
}

.pt-n15 {
  padding-top: -15px !important;
}

.pt-n3px {
  padding-top: -3px !important;
}

.pt-nsm {
  padding-top: -5px !important;
}

.pt-n1 {
  padding-top: -10px !important;
}

.pt-n5 {
  padding-top: -5px !important;
}

.pt-n90 {
  padding-top: -90px !important;
}

.pt-n30 {
  padding-top: -30px !important;
}

.pt-n120 {
  padding-top: -120px !important;
}

.pt-20vh {
  padding-top: 20vh !important;
}

.pt-25vh {
  padding-top: 25vh !important;
}

.pt-m3 {
  padding-top: 3% !important;
}

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

.pt-1 {
  padding-top: 0.625rem !important;
}

.pt-2 {
  padding-top: 1.25rem !important;
}

.pt-3 {
  padding-top: 1.875rem !important;
}

.pt-4 {
  padding-top: 2.5rem !important;
}

.pt-5 {
  padding-top: 3.125rem !important;
}

.pt-6 {
  padding-top: 3.75rem !important;
}

.pt-7 {
  padding-top: 4.375rem !important;
}

.pt-8 {
  padding-top: 5rem !important;
}

.pt-9 {
  padding-top: 5.625rem !important;
}

.pt-10 {
  padding-top: 6.25rem !important;
}

.pt-gutter {
  padding-top: 30px !important;
}

.pt-out-container {
  padding-top: calc(50% - 50vw) !important;
}

.pe-3px {
  padding-right: 3px !important;
}

.pe-4px {
  padding-right: 4px !important;
}

.pe-sm {
  padding-right: 0.3125rem !important;
}

.pe-8px {
  padding-right: 8px !important;
}

.pe-12px {
  padding-right: 12px !important;
}

.pe-15px {
  padding-right: 15px !important;
}

.pe-16px {
  padding-right: 16px !important;
}

.pe-25px {
  padding-right: 25px !important;
}

.pe-35px {
  padding-right: 35px !important;
}

.pe-n15 {
  padding-right: -15px !important;
}

.pe-n3px {
  padding-right: -3px !important;
}

.pe-nsm {
  padding-right: -5px !important;
}

.pe-n1 {
  padding-right: -10px !important;
}

.pe-n5 {
  padding-right: -5px !important;
}

.pe-n90 {
  padding-right: -90px !important;
}

.pe-n30 {
  padding-right: -30px !important;
}

.pe-n120 {
  padding-right: -120px !important;
}

.pe-20vh {
  padding-right: 20vh !important;
}

.pe-25vh {
  padding-right: 25vh !important;
}

.pe-m3 {
  padding-right: 3% !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.625rem !important;
}

.pe-2 {
  padding-right: 1.25rem !important;
}

.pe-3 {
  padding-right: 1.875rem !important;
}

.pe-4 {
  padding-right: 2.5rem !important;
}

.pe-5 {
  padding-right: 3.125rem !important;
}

.pe-6 {
  padding-right: 3.75rem !important;
}

.pe-7 {
  padding-right: 4.375rem !important;
}

.pe-8 {
  padding-right: 5rem !important;
}

.pe-9 {
  padding-right: 5.625rem !important;
}

.pe-10 {
  padding-right: 6.25rem !important;
}

.pe-gutter {
  padding-right: 30px !important;
}

.pe-out-container {
  padding-right: calc(50% - 50vw) !important;
}

.pb-3px {
  padding-bottom: 3px !important;
}

.pb-4px {
  padding-bottom: 4px !important;
}

.pb-sm {
  padding-bottom: 0.3125rem !important;
}

.pb-8px {
  padding-bottom: 8px !important;
}

.pb-12px {
  padding-bottom: 12px !important;
}

.pb-15px {
  padding-bottom: 15px !important;
}

.pb-16px {
  padding-bottom: 16px !important;
}

.pb-25px {
  padding-bottom: 25px !important;
}

.pb-35px {
  padding-bottom: 35px !important;
}

.pb-n15 {
  padding-bottom: -15px !important;
}

.pb-n3px {
  padding-bottom: -3px !important;
}

.pb-nsm {
  padding-bottom: -5px !important;
}

.pb-n1 {
  padding-bottom: -10px !important;
}

.pb-n5 {
  padding-bottom: -5px !important;
}

.pb-n90 {
  padding-bottom: -90px !important;
}

.pb-n30 {
  padding-bottom: -30px !important;
}

.pb-n120 {
  padding-bottom: -120px !important;
}

.pb-20vh {
  padding-bottom: 20vh !important;
}

.pb-25vh {
  padding-bottom: 25vh !important;
}

.pb-m3 {
  padding-bottom: 3% !important;
}

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

.pb-1 {
  padding-bottom: 0.625rem !important;
}

.pb-2 {
  padding-bottom: 1.25rem !important;
}

.pb-3 {
  padding-bottom: 1.875rem !important;
}

.pb-4 {
  padding-bottom: 2.5rem !important;
}

.pb-5 {
  padding-bottom: 3.125rem !important;
}

.pb-6 {
  padding-bottom: 3.75rem !important;
}

.pb-7 {
  padding-bottom: 4.375rem !important;
}

.pb-8 {
  padding-bottom: 5rem !important;
}

.pb-9 {
  padding-bottom: 5.625rem !important;
}

.pb-10 {
  padding-bottom: 6.25rem !important;
}

.pb-gutter {
  padding-bottom: 30px !important;
}

.pb-out-container {
  padding-bottom: calc(50% - 50vw) !important;
}

.ps-3px {
  padding-left: 3px !important;
}

.ps-4px {
  padding-left: 4px !important;
}

.ps-sm {
  padding-left: 0.3125rem !important;
}

.ps-8px {
  padding-left: 8px !important;
}

.ps-12px {
  padding-left: 12px !important;
}

.ps-15px {
  padding-left: 15px !important;
}

.ps-16px {
  padding-left: 16px !important;
}

.ps-25px {
  padding-left: 25px !important;
}

.ps-35px {
  padding-left: 35px !important;
}

.ps-n15 {
  padding-left: -15px !important;
}

.ps-n3px {
  padding-left: -3px !important;
}

.ps-nsm {
  padding-left: -5px !important;
}

.ps-n1 {
  padding-left: -10px !important;
}

.ps-n5 {
  padding-left: -5px !important;
}

.ps-n90 {
  padding-left: -90px !important;
}

.ps-n30 {
  padding-left: -30px !important;
}

.ps-n120 {
  padding-left: -120px !important;
}

.ps-20vh {
  padding-left: 20vh !important;
}

.ps-25vh {
  padding-left: 25vh !important;
}

.ps-m3 {
  padding-left: 3% !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.625rem !important;
}

.ps-2 {
  padding-left: 1.25rem !important;
}

.ps-3 {
  padding-left: 1.875rem !important;
}

.ps-4 {
  padding-left: 2.5rem !important;
}

.ps-5 {
  padding-left: 3.125rem !important;
}

.ps-6 {
  padding-left: 3.75rem !important;
}

.ps-7 {
  padding-left: 4.375rem !important;
}

.ps-8 {
  padding-left: 5rem !important;
}

.ps-9 {
  padding-left: 5.625rem !important;
}

.ps-10 {
  padding-left: 6.25rem !important;
}

.ps-gutter {
  padding-left: 30px !important;
}

.ps-out-container {
  padding-left: calc(50% - 50vw) !important;
}

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

.gap-3px {
  gap: 3px !important;
}

.gap-4px {
  gap: 4px !important;
}

.gap-sm {
  gap: 0.3125rem !important;
}

.gap-8px {
  gap: 8px !important;
}

.gap-12px {
  gap: 12px !important;
}

.gap-15px {
  gap: 15px !important;
}

.gap-16px {
  gap: 16px !important;
}

.gap-25px {
  gap: 25px !important;
}

.gap-35px {
  gap: 35px !important;
}

.gap-n15 {
  gap: -15px !important;
}

.gap-n3px {
  gap: -3px !important;
}

.gap-nsm {
  gap: -5px !important;
}

.gap-n1 {
  gap: -10px !important;
}

.gap-n5 {
  gap: -5px !important;
}

.gap-n90 {
  gap: -90px !important;
}

.gap-n30 {
  gap: -30px !important;
}

.gap-n120 {
  gap: -120px !important;
}

.gap-20vh {
  gap: 20vh !important;
}

.gap-25vh {
  gap: 25vh !important;
}

.gap-m3 {
  gap: 3% !important;
}

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

.gap-1 {
  gap: 0.625rem !important;
}

.gap-2 {
  gap: 1.25rem !important;
}

.gap-3 {
  gap: 1.875rem !important;
}

.gap-4 {
  gap: 2.5rem !important;
}

.gap-5 {
  gap: 3.125rem !important;
}

.gap-6 {
  gap: 3.75rem !important;
}

.gap-7 {
  gap: 4.375rem !important;
}

.gap-8 {
  gap: 5rem !important;
}

.gap-9 {
  gap: 5.625rem !important;
}

.gap-10 {
  gap: 6.25rem !important;
}

.gap-gutter {
  gap: 30px !important;
}

.gap-out-container {
  gap: calc(50% - 50vw) !important;
}

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

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

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

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

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

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.o-0 {
  opacity: 0 !important;
}

.o-25 {
  opacity: 0.25 !important;
}

.o-50 {
  opacity: 0.5 !important;
}

.o-60 {
  opacity: 0.6 !important;
}

.o-70 {
  opacity: 0.7 !important;
}

.o-75 {
  opacity: 0.75 !important;
}

.o-85 {
  opacity: 0.85 !important;
}

.o-100 {
  opacity: 1 !important;
}

.z-1 {
  z-index: 9 !important;
}

.z-2 {
  z-index: 99 !important;
}

.z-3 {
  z-index: 999 !important;
}

.z-4 {
  z-index: 1039 !important;
}

.z-5 {
  z-index: 9999 !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-full {
  -o-object-fit: full !important;
     object-fit: full !important;
}

.object-position-top {
  -o-object-position: top !important;
     object-position: top !important;
}

.object-position-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.object-position-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-20px {
  width: 20px !important;
}

.w-46px {
  width: 46px !important;
}

.w-80px {
  width: 80px !important;
}

.w-180 {
  width: 180px !important;
}

.w-200px {
  width: 200px !important;
}

.w-cal200 {
  width: calc(100% - 200px) !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mw-auto {
  max-width: auto !important;
}

.mw-300 {
  max-width: 300px !important;
}

.mw-824 {
  max-width: 824px !important;
}

.mw-890 {
  max-width: 890px !important;
}

.mw-1100 {
  max-width: 1100px !important;
}

.mw-1410 {
  max-width: 1410px !important;
}

.minw-unset {
  min-width: unset !important;
}

.minw-140 {
  min-width: 140px !important;
}

.minw-180 {
  min-width: 180px !important;
}

.minw-270 {
  min-width: 270px !important;
}

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

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

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

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

.h-20px {
  height: 20px !important;
}

.h-27px {
  height: 27px !important;
}

.h-46px {
  height: 46px !important;
}

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

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

.h-400px {
  height: 400px !important;
}

.mh-490 {
  max-height: 490px !important;
}

.mh-432 {
  max-height: 432px !important;
}

.mh-213 {
  max-height: 213px !important;
}

.fs-1 {
  font-size: calc(1.2813rem + 0.3756vw) !important;
}

.fs-2 {
  font-size: calc(1.2625rem + 0.15vw) !important;
}

.fs-3 {
  font-size: 1.25rem !important;
}

.fs-4 {
  font-size: 1.125rem !important;
}

.fs-5 {
  font-size: 1.063rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fs-12px {
  font-size: 0.75rem !important;
}

.fs-15px {
  font-size: 0.9375rem !important;
}

.fs-xs {
  font-size: 0.8125rem !important;
}

.fs-sm {
  font-size: 0.875rem !important;
}

.fs-md {
  font-size: calc(1.3125rem + 0.75vw) !important;
}

.fs-lg {
  font-size: calc(1.35rem + 1.2vw) !important;
}

.fs-xl {
  font-size: calc(1.425rem + 2.1vw) !important;
}

.transform-none {
  -webkit-transform: none !important;
          transform: none !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-md {
  line-height: 1.75 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.lh-3 {
  line-height: 3 !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.order-unset {
  -webkit-box-ordinal-group: unset !important;
      -ms-flex-order: unset !important;
          order: unset !important;
}

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

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-grab {
  cursor: -webkit-grab !important;
  cursor: grab !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #43ff7b !important;
}

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

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

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

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

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

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

.border-gray-700 {
  border-color: #4d585b !important;
}

.border-gray-800 {
  border-color: #4c586a !important;
}

.border-gray-900 {
  border-color: #1a120d !important;
}

.border-color-100 {
  border-color: #d9d9d9 !important;
}

.border-color-200 {
  border-color: #dbdbdb !important;
}

.border-color-300 {
  border-color: #e5e5e5 !important;
}

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

.border-color-2 {
  border-color: #e3e3e3 !important;
}

.border-info {
  border-color: #0069de !important;
}

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

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

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

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

.border-light-200 {
  border-color: #7f7f7f !important;
}

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

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

.border-black {
  border-color: #000000 !important;
}

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

.border-red {
  border-color: #d81f26 !important;
}

.border-red-100 {
  border-color: #a41a1f !important;
}

.border-yellow {
  border-color: #ffc200 !important;
}

.border-yellow-light {
  border-color: rgba(255, 193, 7, 0.0509803922) !important;
}

.border-face {
  border-color: #1da1f2 !important;
}

.border-twir {
  border-color: #1da1f2 !important;
}

.border-linked {
  border-color: #2867b2 !important;
}

.border-input-disabled {
  border-color: #fafafa !important;
}

.shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.0509803922) !important;
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.0509803922) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0509803922) !important;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0509803922) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.0705882353) !important;
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.0705882353) !important;
}

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

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

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

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

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

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

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

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

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

.top-25 {
  top: 25% !important;
}

.top-50 {
  top: 50% !important;
}

.top-75 {
  top: 75% !important;
}

.top-100 {
  top: 100% !important;
}

.top-n10 {
  top: 10px !important;
}

.top-n90 {
  top: 90px !important;
}

.top-n1 {
  top: -10px !important;
}

.top-n2 {
  top: -20px !important;
}

.top-3px {
  top: 3px !important;
}

.top-n55 {
  top: 55px !important;
}

.top-n70 {
  top: 70px !important;
}

.top-n100 {
  top: 100px !important;
}

.top-n250 {
  top: 250px !important;
}

.top-m90 {
  top: -90px !important;
}

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

.bottom-25 {
  bottom: 25% !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-75 {
  bottom: 75% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.bottom-n10 {
  bottom: 10px !important;
}

.bottom-n90 {
  bottom: 90px !important;
}

.bottom-n1 {
  bottom: -10px !important;
}

.bottom-n2 {
  bottom: -20px !important;
}

.bottom-3px {
  bottom: 3px !important;
}

.bottom-n55 {
  bottom: 55px !important;
}

.bottom-n70 {
  bottom: 70px !important;
}

.bottom-n100 {
  bottom: 100px !important;
}

.bottom-n250 {
  bottom: 250px !important;
}

.bottom-m90 {
  bottom: -90px !important;
}

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

.start-25 {
  left: 25% !important;
}

.start-50 {
  left: 50% !important;
}

.start-75 {
  left: 75% !important;
}

.start-100 {
  left: 100% !important;
}

.start-n10 {
  left: 10px !important;
}

.start-n90 {
  left: 90px !important;
}

.start-n1 {
  left: -10px !important;
}

.start-n2 {
  left: -20px !important;
}

.start-3px {
  left: 3px !important;
}

.start-n55 {
  left: 55px !important;
}

.start-n70 {
  left: 70px !important;
}

.start-n100 {
  left: 100px !important;
}

.start-n250 {
  left: 250px !important;
}

.start-m90 {
  left: -90px !important;
}

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

.end-25 {
  right: 25% !important;
}

.end-50 {
  right: 50% !important;
}

.end-75 {
  right: 75% !important;
}

.end-100 {
  right: 100% !important;
}

.end-n10 {
  right: 10px !important;
}

.end-n90 {
  right: 90px !important;
}

.end-n1 {
  right: -10px !important;
}

.end-n2 {
  right: -20px !important;
}

.end-3px {
  right: 3px !important;
}

.end-n55 {
  right: 55px !important;
}

.end-n70 {
  right: 70px !important;
}

.end-n100 {
  right: 100px !important;
}

.end-n250 {
  right: 250px !important;
}

.end-m90 {
  right: -90px !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

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

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

.rounded-4px {
  border-radius: 4px !important;
}

.rounded-5px {
  border-radius: 5px !important;
}

.rounded-7px {
  border-radius: 7px !important;
}

.rounded-8px {
  border-radius: 8px !important;
}

.rounded-15px {
  border-radius: 15px !important;
}

.rounded-20px {
  border-radius: 20px !important;
}

.rounded-25px {
  border-radius: 25px !important;
}

.rounded-30px {
  border-radius: 30px !important;
}

.rounded-10px {
  border-radius: 10px !important;
}

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

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

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

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

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

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

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

.rounded-top-5px {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.rounded-top-7px {
  border-top-left-radius: 7px !important;
  border-top-right-radius: 7px !important;
}

.rounded-top-8px {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.rounded-top-15px {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

.rounded-top-20px {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.rounded-top-25px {
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
}

.rounded-top-30px {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
}

.rounded-top-10px {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

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

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

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

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

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

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

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-5px {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-end-7px {
  border-top-right-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
}

.rounded-end-8px {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.rounded-end-15px {
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.rounded-end-20px {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.rounded-end-25px {
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
}

.rounded-end-30px {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

.rounded-end-10px {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.rounded-end-1 {
  border-top-right-radius: 0.2rem !important;
  border-bottom-right-radius: 0.2rem !important;
}

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

.rounded-end-3 {
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}

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

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

.rounded-bottom-5px {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-bottom-7px {
  border-bottom-right-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
}

.rounded-bottom-15px {
  border-bottom-right-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
}

.rounded-bottom-20px {
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-bottom-25px {
  border-bottom-right-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
}

.rounded-bottom-30px {
  border-bottom-right-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.rounded-bottom-10px {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

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

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

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

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

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

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

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-5px {
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
}

.rounded-start-7px {
  border-bottom-left-radius: 7px !important;
  border-top-left-radius: 7px !important;
}

.rounded-start-15px {
  border-bottom-left-radius: 15px !important;
  border-top-left-radius: 15px !important;
}

.rounded-start-20px {
  border-bottom-left-radius: 20px !important;
  border-top-left-radius: 20px !important;
}

.rounded-start-25px {
  border-bottom-left-radius: 25px !important;
  border-top-left-radius: 25px !important;
}

.rounded-start-30px {
  border-bottom-left-radius: 30px !important;
  border-top-left-radius: 30px !important;
}

.rounded-start-10px {
  border-bottom-left-radius: 10px !important;
  border-top-left-radius: 10px !important;
}

.rounded-start-1 {
  border-bottom-left-radius: 0.2rem !important;
  border-top-left-radius: 0.2rem !important;
}

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

.rounded-start-3 {
  border-bottom-left-radius: 0.3rem !important;
  border-top-left-radius: 0.3rem !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: 50rem !important;
  border-top-left-radius: 50rem !important;
}

.pevents-none {
  pointer-events: none !important;
}

.pevents-auto {
  pointer-events: auto !important;
}

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

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

@media (min-width: 576px) {
  .font-sm-sans-serif {
    font-family: "SegoeUI", sans-serif !important;
  }
  .font-sm-sans-serif-semi {
    font-family: "SegoeUI-SemiBold", sans-serif !important;
  }
  .font-sm-sans-serif-bold {
    font-family: "SegoeUI-Bold", sans-serif !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .bg-sm-primary {
    background-color: #d81f26 !important;
  }
  .bg-sm-secondary {
    background-color: #ffb743 !important;
  }
  .bg-sm-success {
    background-color: #43ff7b !important;
  }
  .bg-sm-gray-100 {
    background-color: #f5f2ed !important;
  }
  .bg-sm-gray-200 {
    background-color: #f2f3f5 !important;
  }
  .bg-sm-gray-300 {
    background-color: #f7f5fe !important;
  }
  .bg-sm-gray-400 {
    background-color: #d0cfd3 !important;
  }
  .bg-sm-gray-500 {
    background-color: #fbfbfb !important;
  }
  .bg-sm-gray-600 {
    background-color: #efeff1 !important;
  }
  .bg-sm-gray-700 {
    background-color: #4d585b !important;
  }
  .bg-sm-gray-800 {
    background-color: #4c586a !important;
  }
  .bg-sm-gray-900 {
    background-color: #1a120d !important;
  }
  .bg-sm-color-100 {
    background-color: #d9d9d9 !important;
  }
  .bg-sm-color-200 {
    background-color: #dbdbdb !important;
  }
  .bg-sm-color-300 {
    background-color: #e5e5e5 !important;
  }
  .bg-sm-color-1 {
    background-color: #efefef !important;
  }
  .bg-sm-color-2 {
    background-color: #e3e3e3 !important;
  }
  .bg-sm-info {
    background-color: #0069de !important;
  }
  .bg-sm-warning {
    background-color: #edc115 !important;
  }
  .bg-sm-danger {
    background-color: #d81f26 !important;
  }
  .bg-sm-light {
    background-color: #7c86a9 !important;
  }
  .bg-sm-light-100 {
    background-color: #d2d2d2 !important;
  }
  .bg-sm-light-200 {
    background-color: #7f7f7f !important;
  }
  .bg-sm-light-300 {
    background-color: #707070 !important;
  }
  .bg-sm-dark {
    background-color: #253239 !important;
  }
  .bg-sm-black {
    background-color: #000000 !important;
  }
  .bg-sm-white {
    background-color: #ffffff !important;
  }
  .bg-sm-red {
    background-color: #d81f26 !important;
  }
  .bg-sm-red-100 {
    background-color: #a41a1f !important;
  }
  .bg-sm-yellow {
    background-color: #ffc200 !important;
  }
  .bg-sm-yellow-light {
    background-color: rgba(255, 193, 7, 0.0509803922) !important;
  }
  .bg-sm-face {
    background-color: #1da1f2 !important;
  }
  .bg-sm-twir {
    background-color: #1da1f2 !important;
  }
  .bg-sm-linked {
    background-color: #2867b2 !important;
  }
  .bg-sm-input-disabled {
    background-color: #fafafa !important;
  }
  .m-sm-3px {
    margin: 3px !important;
  }
  .m-sm-4px {
    margin: 4px !important;
  }
  .m-sm-sm {
    margin: 0.3125rem !important;
  }
  .m-sm-8px {
    margin: 8px !important;
  }
  .m-sm-12px {
    margin: 12px !important;
  }
  .m-sm-15px {
    margin: 15px !important;
  }
  .m-sm-16px {
    margin: 16px !important;
  }
  .m-sm-25px {
    margin: 25px !important;
  }
  .m-sm-35px {
    margin: 35px !important;
  }
  .m-sm-n15 {
    margin: -15px !important;
  }
  .m-sm-n3px {
    margin: -3px !important;
  }
  .m-sm-nsm {
    margin: -5px !important;
  }
  .m-sm-n1 {
    margin: -10px !important;
  }
  .m-sm-n5 {
    margin: -5px !important;
  }
  .m-sm-n90 {
    margin: -90px !important;
  }
  .m-sm-n30 {
    margin: -30px !important;
  }
  .m-sm-n120 {
    margin: -120px !important;
  }
  .m-sm-20vh {
    margin: 20vh !important;
  }
  .m-sm-25vh {
    margin: 25vh !important;
  }
  .m-sm-m3 {
    margin: 3% !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.625rem !important;
  }
  .m-sm-2 {
    margin: 1.25rem !important;
  }
  .m-sm-3 {
    margin: 1.875rem !important;
  }
  .m-sm-4 {
    margin: 2.5rem !important;
  }
  .m-sm-5 {
    margin: 3.125rem !important;
  }
  .m-sm-6 {
    margin: 3.75rem !important;
  }
  .m-sm-7 {
    margin: 4.375rem !important;
  }
  .m-sm-8 {
    margin: 5rem !important;
  }
  .m-sm-9 {
    margin: 5.625rem !important;
  }
  .m-sm-10 {
    margin: 6.25rem !important;
  }
  .m-sm-gutter {
    margin: 30px !important;
  }
  .m-sm-out-container {
    margin: calc(50% - 50vw) !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-3px {
    margin-right: 3px !important;
    margin-left: 3px !important;
  }
  .mx-sm-4px {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-sm-sm {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-sm-8px {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-sm-12px {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-sm-15px {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-sm-16px {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-sm-25px {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-sm-35px {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .mx-sm-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-sm-n3px {
    margin-right: -3px !important;
    margin-left: -3px !important;
  }
  .mx-sm-nsm {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-sm-n1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-sm-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-sm-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-sm-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-sm-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .mx-sm-20vh {
    margin-right: 20vh !important;
    margin-left: 20vh !important;
  }
  .mx-sm-25vh {
    margin-right: 25vh !important;
    margin-left: 25vh !important;
  }
  .mx-sm-m3 {
    margin-right: 3% !important;
    margin-left: 3% !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-sm-2 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-sm-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-sm-6 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-sm-7 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-sm-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-9 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-sm-10 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-sm-gutter {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-sm-out-container {
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-3px {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .my-sm-4px {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-sm-sm {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-sm-8px {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-sm-12px {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-sm-15px {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-sm-16px {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-sm-25px {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-sm-35px {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-sm-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-sm-n3px {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .my-sm-nsm {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-sm-n1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-sm-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-sm-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-sm-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-sm-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .my-sm-20vh {
    margin-top: 20vh !important;
    margin-bottom: 20vh !important;
  }
  .my-sm-25vh {
    margin-top: 25vh !important;
    margin-bottom: 25vh !important;
  }
  .my-sm-m3 {
    margin-top: 3% !important;
    margin-bottom: 3% !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-sm-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-sm-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-sm-6 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-sm-7 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-sm-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-9 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-sm-10 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-sm-gutter {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-sm-out-container {
    margin-top: calc(50% - 50vw) !important;
    margin-bottom: calc(50% - 50vw) !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-3px {
    margin-top: 3px !important;
  }
  .mt-sm-4px {
    margin-top: 4px !important;
  }
  .mt-sm-sm {
    margin-top: 0.3125rem !important;
  }
  .mt-sm-8px {
    margin-top: 8px !important;
  }
  .mt-sm-12px {
    margin-top: 12px !important;
  }
  .mt-sm-15px {
    margin-top: 15px !important;
  }
  .mt-sm-16px {
    margin-top: 16px !important;
  }
  .mt-sm-25px {
    margin-top: 25px !important;
  }
  .mt-sm-35px {
    margin-top: 35px !important;
  }
  .mt-sm-n15 {
    margin-top: -15px !important;
  }
  .mt-sm-n3px {
    margin-top: -3px !important;
  }
  .mt-sm-nsm {
    margin-top: -5px !important;
  }
  .mt-sm-n1 {
    margin-top: -10px !important;
  }
  .mt-sm-n5 {
    margin-top: -5px !important;
  }
  .mt-sm-n90 {
    margin-top: -90px !important;
  }
  .mt-sm-n30 {
    margin-top: -30px !important;
  }
  .mt-sm-n120 {
    margin-top: -120px !important;
  }
  .mt-sm-20vh {
    margin-top: 20vh !important;
  }
  .mt-sm-25vh {
    margin-top: 25vh !important;
  }
  .mt-sm-m3 {
    margin-top: 3% !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.625rem !important;
  }
  .mt-sm-2 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.875rem !important;
  }
  .mt-sm-4 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3.125rem !important;
  }
  .mt-sm-6 {
    margin-top: 3.75rem !important;
  }
  .mt-sm-7 {
    margin-top: 4.375rem !important;
  }
  .mt-sm-8 {
    margin-top: 5rem !important;
  }
  .mt-sm-9 {
    margin-top: 5.625rem !important;
  }
  .mt-sm-10 {
    margin-top: 6.25rem !important;
  }
  .mt-sm-gutter {
    margin-top: 30px !important;
  }
  .mt-sm-out-container {
    margin-top: calc(50% - 50vw) !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-3px {
    margin-right: 3px !important;
  }
  .me-sm-4px {
    margin-right: 4px !important;
  }
  .me-sm-sm {
    margin-right: 0.3125rem !important;
  }
  .me-sm-8px {
    margin-right: 8px !important;
  }
  .me-sm-12px {
    margin-right: 12px !important;
  }
  .me-sm-15px {
    margin-right: 15px !important;
  }
  .me-sm-16px {
    margin-right: 16px !important;
  }
  .me-sm-25px {
    margin-right: 25px !important;
  }
  .me-sm-35px {
    margin-right: 35px !important;
  }
  .me-sm-n15 {
    margin-right: -15px !important;
  }
  .me-sm-n3px {
    margin-right: -3px !important;
  }
  .me-sm-nsm {
    margin-right: -5px !important;
  }
  .me-sm-n1 {
    margin-right: -10px !important;
  }
  .me-sm-n5 {
    margin-right: -5px !important;
  }
  .me-sm-n90 {
    margin-right: -90px !important;
  }
  .me-sm-n30 {
    margin-right: -30px !important;
  }
  .me-sm-n120 {
    margin-right: -120px !important;
  }
  .me-sm-20vh {
    margin-right: 20vh !important;
  }
  .me-sm-25vh {
    margin-right: 25vh !important;
  }
  .me-sm-m3 {
    margin-right: 3% !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.625rem !important;
  }
  .me-sm-2 {
    margin-right: 1.25rem !important;
  }
  .me-sm-3 {
    margin-right: 1.875rem !important;
  }
  .me-sm-4 {
    margin-right: 2.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3.125rem !important;
  }
  .me-sm-6 {
    margin-right: 3.75rem !important;
  }
  .me-sm-7 {
    margin-right: 4.375rem !important;
  }
  .me-sm-8 {
    margin-right: 5rem !important;
  }
  .me-sm-9 {
    margin-right: 5.625rem !important;
  }
  .me-sm-10 {
    margin-right: 6.25rem !important;
  }
  .me-sm-gutter {
    margin-right: 30px !important;
  }
  .me-sm-out-container {
    margin-right: calc(50% - 50vw) !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-3px {
    margin-bottom: 3px !important;
  }
  .mb-sm-4px {
    margin-bottom: 4px !important;
  }
  .mb-sm-sm {
    margin-bottom: 0.3125rem !important;
  }
  .mb-sm-8px {
    margin-bottom: 8px !important;
  }
  .mb-sm-12px {
    margin-bottom: 12px !important;
  }
  .mb-sm-15px {
    margin-bottom: 15px !important;
  }
  .mb-sm-16px {
    margin-bottom: 16px !important;
  }
  .mb-sm-25px {
    margin-bottom: 25px !important;
  }
  .mb-sm-35px {
    margin-bottom: 35px !important;
  }
  .mb-sm-n15 {
    margin-bottom: -15px !important;
  }
  .mb-sm-n3px {
    margin-bottom: -3px !important;
  }
  .mb-sm-nsm {
    margin-bottom: -5px !important;
  }
  .mb-sm-n1 {
    margin-bottom: -10px !important;
  }
  .mb-sm-n5 {
    margin-bottom: -5px !important;
  }
  .mb-sm-n90 {
    margin-bottom: -90px !important;
  }
  .mb-sm-n30 {
    margin-bottom: -30px !important;
  }
  .mb-sm-n120 {
    margin-bottom: -120px !important;
  }
  .mb-sm-20vh {
    margin-bottom: 20vh !important;
  }
  .mb-sm-25vh {
    margin-bottom: 25vh !important;
  }
  .mb-sm-m3 {
    margin-bottom: 3% !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.625rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.875rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3.125rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 4.375rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 5.625rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 6.25rem !important;
  }
  .mb-sm-gutter {
    margin-bottom: 30px !important;
  }
  .mb-sm-out-container {
    margin-bottom: calc(50% - 50vw) !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-3px {
    margin-left: 3px !important;
  }
  .ms-sm-4px {
    margin-left: 4px !important;
  }
  .ms-sm-sm {
    margin-left: 0.3125rem !important;
  }
  .ms-sm-8px {
    margin-left: 8px !important;
  }
  .ms-sm-12px {
    margin-left: 12px !important;
  }
  .ms-sm-15px {
    margin-left: 15px !important;
  }
  .ms-sm-16px {
    margin-left: 16px !important;
  }
  .ms-sm-25px {
    margin-left: 25px !important;
  }
  .ms-sm-35px {
    margin-left: 35px !important;
  }
  .ms-sm-n15 {
    margin-left: -15px !important;
  }
  .ms-sm-n3px {
    margin-left: -3px !important;
  }
  .ms-sm-nsm {
    margin-left: -5px !important;
  }
  .ms-sm-n1 {
    margin-left: -10px !important;
  }
  .ms-sm-n5 {
    margin-left: -5px !important;
  }
  .ms-sm-n90 {
    margin-left: -90px !important;
  }
  .ms-sm-n30 {
    margin-left: -30px !important;
  }
  .ms-sm-n120 {
    margin-left: -120px !important;
  }
  .ms-sm-20vh {
    margin-left: 20vh !important;
  }
  .ms-sm-25vh {
    margin-left: 25vh !important;
  }
  .ms-sm-m3 {
    margin-left: 3% !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.625rem !important;
  }
  .ms-sm-2 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-3 {
    margin-left: 1.875rem !important;
  }
  .ms-sm-4 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3.125rem !important;
  }
  .ms-sm-6 {
    margin-left: 3.75rem !important;
  }
  .ms-sm-7 {
    margin-left: 4.375rem !important;
  }
  .ms-sm-8 {
    margin-left: 5rem !important;
  }
  .ms-sm-9 {
    margin-left: 5.625rem !important;
  }
  .ms-sm-10 {
    margin-left: 6.25rem !important;
  }
  .ms-sm-gutter {
    margin-left: 30px !important;
  }
  .ms-sm-out-container {
    margin-left: calc(50% - 50vw) !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-3px {
    padding: 3px !important;
  }
  .p-sm-4px {
    padding: 4px !important;
  }
  .p-sm-sm {
    padding: 0.3125rem !important;
  }
  .p-sm-8px {
    padding: 8px !important;
  }
  .p-sm-12px {
    padding: 12px !important;
  }
  .p-sm-15px {
    padding: 15px !important;
  }
  .p-sm-16px {
    padding: 16px !important;
  }
  .p-sm-25px {
    padding: 25px !important;
  }
  .p-sm-35px {
    padding: 35px !important;
  }
  .p-sm-n15 {
    padding: -15px !important;
  }
  .p-sm-n3px {
    padding: -3px !important;
  }
  .p-sm-nsm {
    padding: -5px !important;
  }
  .p-sm-n1 {
    padding: -10px !important;
  }
  .p-sm-n5 {
    padding: -5px !important;
  }
  .p-sm-n90 {
    padding: -90px !important;
  }
  .p-sm-n30 {
    padding: -30px !important;
  }
  .p-sm-n120 {
    padding: -120px !important;
  }
  .p-sm-20vh {
    padding: 20vh !important;
  }
  .p-sm-25vh {
    padding: 25vh !important;
  }
  .p-sm-m3 {
    padding: 3% !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.625rem !important;
  }
  .p-sm-2 {
    padding: 1.25rem !important;
  }
  .p-sm-3 {
    padding: 1.875rem !important;
  }
  .p-sm-4 {
    padding: 2.5rem !important;
  }
  .p-sm-5 {
    padding: 3.125rem !important;
  }
  .p-sm-6 {
    padding: 3.75rem !important;
  }
  .p-sm-7 {
    padding: 4.375rem !important;
  }
  .p-sm-8 {
    padding: 5rem !important;
  }
  .p-sm-9 {
    padding: 5.625rem !important;
  }
  .p-sm-10 {
    padding: 6.25rem !important;
  }
  .p-sm-gutter {
    padding: 30px !important;
  }
  .p-sm-out-container {
    padding: calc(50% - 50vw) !important;
  }
  .px-sm-3px {
    padding-right: 3px !important;
    padding-left: 3px !important;
  }
  .px-sm-4px {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-sm-sm {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-sm-8px {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-sm-12px {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-sm-15px {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-sm-16px {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-sm-25px {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-sm-35px {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .px-sm-n15 {
    padding-right: -15px !important;
    padding-left: -15px !important;
  }
  .px-sm-n3px {
    padding-right: -3px !important;
    padding-left: -3px !important;
  }
  .px-sm-nsm {
    padding-right: -5px !important;
    padding-left: -5px !important;
  }
  .px-sm-n1 {
    padding-right: -10px !important;
    padding-left: -10px !important;
  }
  .px-sm-n5 {
    padding-right: -5px !important;
    padding-left: -5px !important;
  }
  .px-sm-n90 {
    padding-right: -90px !important;
    padding-left: -90px !important;
  }
  .px-sm-n30 {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-sm-n120 {
    padding-right: -120px !important;
    padding-left: -120px !important;
  }
  .px-sm-20vh {
    padding-right: 20vh !important;
    padding-left: 20vh !important;
  }
  .px-sm-25vh {
    padding-right: 25vh !important;
    padding-left: 25vh !important;
  }
  .px-sm-m3 {
    padding-right: 3% !important;
    padding-left: 3% !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-sm-2 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-sm-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-sm-6 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-sm-7 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-sm-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-9 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-sm-10 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-sm-gutter {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-sm-out-container {
    padding-right: calc(50% - 50vw) !important;
    padding-left: calc(50% - 50vw) !important;
  }
  .py-sm-3px {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .py-sm-4px {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-sm-sm {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-sm-8px {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-sm-12px {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-sm-15px {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-sm-16px {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-sm-25px {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-sm-35px {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-sm-n15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .py-sm-n3px {
    padding-top: -3px !important;
    padding-bottom: -3px !important;
  }
  .py-sm-nsm {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
  .py-sm-n1 {
    padding-top: -10px !important;
    padding-bottom: -10px !important;
  }
  .py-sm-n5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
  .py-sm-n90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .py-sm-n30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-sm-n120 {
    padding-top: -120px !important;
    padding-bottom: -120px !important;
  }
  .py-sm-20vh {
    padding-top: 20vh !important;
    padding-bottom: 20vh !important;
  }
  .py-sm-25vh {
    padding-top: 25vh !important;
    padding-bottom: 25vh !important;
  }
  .py-sm-m3 {
    padding-top: 3% !important;
    padding-bottom: 3% !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-sm-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-sm-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-sm-6 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-sm-7 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-sm-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-9 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-sm-10 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-sm-gutter {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-sm-out-container {
    padding-top: calc(50% - 50vw) !important;
    padding-bottom: calc(50% - 50vw) !important;
  }
  .pt-sm-3px {
    padding-top: 3px !important;
  }
  .pt-sm-4px {
    padding-top: 4px !important;
  }
  .pt-sm-sm {
    padding-top: 0.3125rem !important;
  }
  .pt-sm-8px {
    padding-top: 8px !important;
  }
  .pt-sm-12px {
    padding-top: 12px !important;
  }
  .pt-sm-15px {
    padding-top: 15px !important;
  }
  .pt-sm-16px {
    padding-top: 16px !important;
  }
  .pt-sm-25px {
    padding-top: 25px !important;
  }
  .pt-sm-35px {
    padding-top: 35px !important;
  }
  .pt-sm-n15 {
    padding-top: -15px !important;
  }
  .pt-sm-n3px {
    padding-top: -3px !important;
  }
  .pt-sm-nsm {
    padding-top: -5px !important;
  }
  .pt-sm-n1 {
    padding-top: -10px !important;
  }
  .pt-sm-n5 {
    padding-top: -5px !important;
  }
  .pt-sm-n90 {
    padding-top: -90px !important;
  }
  .pt-sm-n30 {
    padding-top: -30px !important;
  }
  .pt-sm-n120 {
    padding-top: -120px !important;
  }
  .pt-sm-20vh {
    padding-top: 20vh !important;
  }
  .pt-sm-25vh {
    padding-top: 25vh !important;
  }
  .pt-sm-m3 {
    padding-top: 3% !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.625rem !important;
  }
  .pt-sm-2 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.875rem !important;
  }
  .pt-sm-4 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3.125rem !important;
  }
  .pt-sm-6 {
    padding-top: 3.75rem !important;
  }
  .pt-sm-7 {
    padding-top: 4.375rem !important;
  }
  .pt-sm-8 {
    padding-top: 5rem !important;
  }
  .pt-sm-9 {
    padding-top: 5.625rem !important;
  }
  .pt-sm-10 {
    padding-top: 6.25rem !important;
  }
  .pt-sm-gutter {
    padding-top: 30px !important;
  }
  .pt-sm-out-container {
    padding-top: calc(50% - 50vw) !important;
  }
  .pe-sm-3px {
    padding-right: 3px !important;
  }
  .pe-sm-4px {
    padding-right: 4px !important;
  }
  .pe-sm-sm {
    padding-right: 0.3125rem !important;
  }
  .pe-sm-8px {
    padding-right: 8px !important;
  }
  .pe-sm-12px {
    padding-right: 12px !important;
  }
  .pe-sm-15px {
    padding-right: 15px !important;
  }
  .pe-sm-16px {
    padding-right: 16px !important;
  }
  .pe-sm-25px {
    padding-right: 25px !important;
  }
  .pe-sm-35px {
    padding-right: 35px !important;
  }
  .pe-sm-n15 {
    padding-right: -15px !important;
  }
  .pe-sm-n3px {
    padding-right: -3px !important;
  }
  .pe-sm-nsm {
    padding-right: -5px !important;
  }
  .pe-sm-n1 {
    padding-right: -10px !important;
  }
  .pe-sm-n5 {
    padding-right: -5px !important;
  }
  .pe-sm-n90 {
    padding-right: -90px !important;
  }
  .pe-sm-n30 {
    padding-right: -30px !important;
  }
  .pe-sm-n120 {
    padding-right: -120px !important;
  }
  .pe-sm-20vh {
    padding-right: 20vh !important;
  }
  .pe-sm-25vh {
    padding-right: 25vh !important;
  }
  .pe-sm-m3 {
    padding-right: 3% !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.625rem !important;
  }
  .pe-sm-2 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-3 {
    padding-right: 1.875rem !important;
  }
  .pe-sm-4 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3.125rem !important;
  }
  .pe-sm-6 {
    padding-right: 3.75rem !important;
  }
  .pe-sm-7 {
    padding-right: 4.375rem !important;
  }
  .pe-sm-8 {
    padding-right: 5rem !important;
  }
  .pe-sm-9 {
    padding-right: 5.625rem !important;
  }
  .pe-sm-10 {
    padding-right: 6.25rem !important;
  }
  .pe-sm-gutter {
    padding-right: 30px !important;
  }
  .pe-sm-out-container {
    padding-right: calc(50% - 50vw) !important;
  }
  .pb-sm-3px {
    padding-bottom: 3px !important;
  }
  .pb-sm-4px {
    padding-bottom: 4px !important;
  }
  .pb-sm-sm {
    padding-bottom: 0.3125rem !important;
  }
  .pb-sm-8px {
    padding-bottom: 8px !important;
  }
  .pb-sm-12px {
    padding-bottom: 12px !important;
  }
  .pb-sm-15px {
    padding-bottom: 15px !important;
  }
  .pb-sm-16px {
    padding-bottom: 16px !important;
  }
  .pb-sm-25px {
    padding-bottom: 25px !important;
  }
  .pb-sm-35px {
    padding-bottom: 35px !important;
  }
  .pb-sm-n15 {
    padding-bottom: -15px !important;
  }
  .pb-sm-n3px {
    padding-bottom: -3px !important;
  }
  .pb-sm-nsm {
    padding-bottom: -5px !important;
  }
  .pb-sm-n1 {
    padding-bottom: -10px !important;
  }
  .pb-sm-n5 {
    padding-bottom: -5px !important;
  }
  .pb-sm-n90 {
    padding-bottom: -90px !important;
  }
  .pb-sm-n30 {
    padding-bottom: -30px !important;
  }
  .pb-sm-n120 {
    padding-bottom: -120px !important;
  }
  .pb-sm-20vh {
    padding-bottom: 20vh !important;
  }
  .pb-sm-25vh {
    padding-bottom: 25vh !important;
  }
  .pb-sm-m3 {
    padding-bottom: 3% !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.625rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.875rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3.125rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 3.75rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 4.375rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 5.625rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 6.25rem !important;
  }
  .pb-sm-gutter {
    padding-bottom: 30px !important;
  }
  .pb-sm-out-container {
    padding-bottom: calc(50% - 50vw) !important;
  }
  .ps-sm-3px {
    padding-left: 3px !important;
  }
  .ps-sm-4px {
    padding-left: 4px !important;
  }
  .ps-sm-sm {
    padding-left: 0.3125rem !important;
  }
  .ps-sm-8px {
    padding-left: 8px !important;
  }
  .ps-sm-12px {
    padding-left: 12px !important;
  }
  .ps-sm-15px {
    padding-left: 15px !important;
  }
  .ps-sm-16px {
    padding-left: 16px !important;
  }
  .ps-sm-25px {
    padding-left: 25px !important;
  }
  .ps-sm-35px {
    padding-left: 35px !important;
  }
  .ps-sm-n15 {
    padding-left: -15px !important;
  }
  .ps-sm-n3px {
    padding-left: -3px !important;
  }
  .ps-sm-nsm {
    padding-left: -5px !important;
  }
  .ps-sm-n1 {
    padding-left: -10px !important;
  }
  .ps-sm-n5 {
    padding-left: -5px !important;
  }
  .ps-sm-n90 {
    padding-left: -90px !important;
  }
  .ps-sm-n30 {
    padding-left: -30px !important;
  }
  .ps-sm-n120 {
    padding-left: -120px !important;
  }
  .ps-sm-20vh {
    padding-left: 20vh !important;
  }
  .ps-sm-25vh {
    padding-left: 25vh !important;
  }
  .ps-sm-m3 {
    padding-left: 3% !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.625rem !important;
  }
  .ps-sm-2 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-3 {
    padding-left: 1.875rem !important;
  }
  .ps-sm-4 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3.125rem !important;
  }
  .ps-sm-6 {
    padding-left: 3.75rem !important;
  }
  .ps-sm-7 {
    padding-left: 4.375rem !important;
  }
  .ps-sm-8 {
    padding-left: 5rem !important;
  }
  .ps-sm-9 {
    padding-left: 5.625rem !important;
  }
  .ps-sm-10 {
    padding-left: 6.25rem !important;
  }
  .ps-sm-gutter {
    padding-left: 30px !important;
  }
  .ps-sm-out-container {
    padding-left: calc(50% - 50vw) !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-sm-3px {
    gap: 3px !important;
  }
  .gap-sm-4px {
    gap: 4px !important;
  }
  .gap-sm-sm {
    gap: 0.3125rem !important;
  }
  .gap-sm-8px {
    gap: 8px !important;
  }
  .gap-sm-12px {
    gap: 12px !important;
  }
  .gap-sm-15px {
    gap: 15px !important;
  }
  .gap-sm-16px {
    gap: 16px !important;
  }
  .gap-sm-25px {
    gap: 25px !important;
  }
  .gap-sm-35px {
    gap: 35px !important;
  }
  .gap-sm-n15 {
    gap: -15px !important;
  }
  .gap-sm-n3px {
    gap: -3px !important;
  }
  .gap-sm-nsm {
    gap: -5px !important;
  }
  .gap-sm-n1 {
    gap: -10px !important;
  }
  .gap-sm-n5 {
    gap: -5px !important;
  }
  .gap-sm-n90 {
    gap: -90px !important;
  }
  .gap-sm-n30 {
    gap: -30px !important;
  }
  .gap-sm-n120 {
    gap: -120px !important;
  }
  .gap-sm-20vh {
    gap: 20vh !important;
  }
  .gap-sm-25vh {
    gap: 25vh !important;
  }
  .gap-sm-m3 {
    gap: 3% !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.625rem !important;
  }
  .gap-sm-2 {
    gap: 1.25rem !important;
  }
  .gap-sm-3 {
    gap: 1.875rem !important;
  }
  .gap-sm-4 {
    gap: 2.5rem !important;
  }
  .gap-sm-5 {
    gap: 3.125rem !important;
  }
  .gap-sm-6 {
    gap: 3.75rem !important;
  }
  .gap-sm-7 {
    gap: 4.375rem !important;
  }
  .gap-sm-8 {
    gap: 5rem !important;
  }
  .gap-sm-9 {
    gap: 5.625rem !important;
  }
  .gap-sm-10 {
    gap: 6.25rem !important;
  }
  .gap-sm-gutter {
    gap: 30px !important;
  }
  .gap-sm-out-container {
    gap: calc(50% - 50vw) !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .overflow-sm-auto {
    overflow: auto !important;
  }
  .overflow-sm-unset {
    overflow: unset !important;
  }
  .overflow-sm-hidden {
    overflow: hidden !important;
  }
  .overflow-sm-visible {
    overflow: visible !important;
  }
  .overflow-sm-scroll {
    overflow: scroll !important;
  }
  .o-sm-0 {
    opacity: 0 !important;
  }
  .o-sm-25 {
    opacity: 0.25 !important;
  }
  .o-sm-50 {
    opacity: 0.5 !important;
  }
  .o-sm-60 {
    opacity: 0.6 !important;
  }
  .o-sm-70 {
    opacity: 0.7 !important;
  }
  .o-sm-75 {
    opacity: 0.75 !important;
  }
  .o-sm-85 {
    opacity: 0.85 !important;
  }
  .o-sm-100 {
    opacity: 1 !important;
  }
  .vh-sm-30 {
    height: 30vh !important;
  }
  .vh-sm-40 {
    height: 40vh !important;
  }
  .vh-sm-50 {
    height: 50vh !important;
  }
  .vh-sm-60 {
    height: 60vh !important;
  }
  .vh-sm-65 {
    height: 65vh !important;
  }
  .vh-sm-70 {
    height: 70vh !important;
  }
  .vh-sm-80 {
    height: 80vh !important;
  }
  .vh-sm-100 {
    height: 100vh !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-20px {
    width: 20px !important;
  }
  .w-sm-46px {
    width: 46px !important;
  }
  .w-sm-80px {
    width: 80px !important;
  }
  .w-sm-180 {
    width: 180px !important;
  }
  .w-sm-200px {
    width: 200px !important;
  }
  .w-sm-cal200 {
    width: calc(100% - 200px) !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-20px {
    height: 20px !important;
  }
  .h-sm-27px {
    height: 27px !important;
  }
  .h-sm-46px {
    height: 46px !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .h-sm-100vh {
    height: 100vh !important;
  }
  .h-sm-400px {
    height: 400px !important;
  }
  .fs-sm-1 {
    font-size: calc(1.2813rem + 0.3756vw) !important;
  }
  .fs-sm-2 {
    font-size: calc(1.2625rem + 0.15vw) !important;
  }
  .fs-sm-3 {
    font-size: 1.25rem !important;
  }
  .fs-sm-4 {
    font-size: 1.125rem !important;
  }
  .fs-sm-5 {
    font-size: 1.063rem !important;
  }
  .fs-sm-6 {
    font-size: 1rem !important;
  }
  .fs-sm-12px {
    font-size: 0.75rem !important;
  }
  .fs-sm-15px {
    font-size: 0.9375rem !important;
  }
  .fs-sm-xs {
    font-size: 0.8125rem !important;
  }
  .fs-sm-sm {
    font-size: 0.875rem !important;
  }
  .fs-sm-md {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }
  .fs-sm-lg {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  .fs-sm-xl {
    font-size: calc(1.425rem + 2.1vw) !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .order-sm-unset {
    -webkit-box-ordinal-group: unset !important;
        -ms-flex-order: unset !important;
            order: unset !important;
  }
  .cursor-sm-auto {
    cursor: auto !important;
  }
  .cursor-sm-pointer {
    cursor: pointer !important;
  }
  .cursor-sm-grab {
    cursor: -webkit-grab !important;
    cursor: grab !important;
  }
  .border-sm {
    border: 1px solid #efefef !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-top-sm {
    border-top: 1px solid #efefef !important;
  }
  .border-top-sm-0 {
    border-top: 0 !important;
  }
  .border-start-sm {
    border-left: 1px solid #efefef !important;
  }
  .border-start-sm-0 {
    border-left: 0 !important;
  }
  .border-end-sm {
    border-right: 1px solid #efefef !important;
  }
  .border-end-sm-0 {
    border-right: 0 !important;
  }
  .border-bottom-sm {
    border-bottom: 1px solid #efefef !important;
  }
  .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }
  .border-sm-primary {
    border-color: #d81f26 !important;
  }
  .border-sm-secondary {
    border-color: #ffb743 !important;
  }
  .border-sm-success {
    border-color: #43ff7b !important;
  }
  .border-sm-gray-100 {
    border-color: #f5f2ed !important;
  }
  .border-sm-gray-200 {
    border-color: #f2f3f5 !important;
  }
  .border-sm-gray-300 {
    border-color: #f7f5fe !important;
  }
  .border-sm-gray-400 {
    border-color: #d0cfd3 !important;
  }
  .border-sm-gray-500 {
    border-color: #fbfbfb !important;
  }
  .border-sm-gray-600 {
    border-color: #efeff1 !important;
  }
  .border-sm-gray-700 {
    border-color: #4d585b !important;
  }
  .border-sm-gray-800 {
    border-color: #4c586a !important;
  }
  .border-sm-gray-900 {
    border-color: #1a120d !important;
  }
  .border-sm-color-100 {
    border-color: #d9d9d9 !important;
  }
  .border-sm-color-200 {
    border-color: #dbdbdb !important;
  }
  .border-sm-color-300 {
    border-color: #e5e5e5 !important;
  }
  .border-sm-color-1 {
    border-color: #efefef !important;
  }
  .border-sm-color-2 {
    border-color: #e3e3e3 !important;
  }
  .border-sm-info {
    border-color: #0069de !important;
  }
  .border-sm-warning {
    border-color: #edc115 !important;
  }
  .border-sm-danger {
    border-color: #d81f26 !important;
  }
  .border-sm-light {
    border-color: #7c86a9 !important;
  }
  .border-sm-light-100 {
    border-color: #d2d2d2 !important;
  }
  .border-sm-light-200 {
    border-color: #7f7f7f !important;
  }
  .border-sm-light-300 {
    border-color: #707070 !important;
  }
  .border-sm-dark {
    border-color: #253239 !important;
  }
  .border-sm-black {
    border-color: #000000 !important;
  }
  .border-sm-white {
    border-color: #ffffff !important;
  }
  .border-sm-red {
    border-color: #d81f26 !important;
  }
  .border-sm-red-100 {
    border-color: #a41a1f !important;
  }
  .border-sm-yellow {
    border-color: #ffc200 !important;
  }
  .border-sm-yellow-light {
    border-color: rgba(255, 193, 7, 0.0509803922) !important;
  }
  .border-sm-face {
    border-color: #1da1f2 !important;
  }
  .border-sm-twir {
    border-color: #1da1f2 !important;
  }
  .border-sm-linked {
    border-color: #2867b2 !important;
  }
  .border-sm-input-disabled {
    border-color: #fafafa !important;
  }
  .shadow-sm {
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.0509803922) !important;
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.0509803922) !important;
  }
  .shadow-sm-sm {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0509803922) !important;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0509803922) !important;
  }
  .shadow-sm-lg {
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.0705882353) !important;
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.0705882353) !important;
  }
  .shadow-sm-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-decoration-sm-none {
    text-decoration: none !important;
  }
  .text-decoration-sm-underline {
    text-decoration: underline !important;
  }
  .text-decoration-sm-line-through {
    text-decoration: line-through !important;
  }
  .text-sm-lowercase {
    text-transform: lowercase !important;
  }
  .text-sm-uppercase {
    text-transform: uppercase !important;
  }
  .text-sm-capitalize {
    text-transform: capitalize !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
  .top-sm-0 {
    top: 0 !important;
  }
  .top-sm-25 {
    top: 25% !important;
  }
  .top-sm-50 {
    top: 50% !important;
  }
  .top-sm-75 {
    top: 75% !important;
  }
  .top-sm-100 {
    top: 100% !important;
  }
  .top-sm-n10 {
    top: 10px !important;
  }
  .top-sm-n90 {
    top: 90px !important;
  }
  .top-sm-n1 {
    top: -10px !important;
  }
  .top-sm-n2 {
    top: -20px !important;
  }
  .top-sm-3px {
    top: 3px !important;
  }
  .top-sm-n55 {
    top: 55px !important;
  }
  .top-sm-n70 {
    top: 70px !important;
  }
  .top-sm-n100 {
    top: 100px !important;
  }
  .top-sm-n250 {
    top: 250px !important;
  }
  .top-sm-m90 {
    top: -90px !important;
  }
  .bottom-sm-0 {
    bottom: 0 !important;
  }
  .bottom-sm-25 {
    bottom: 25% !important;
  }
  .bottom-sm-50 {
    bottom: 50% !important;
  }
  .bottom-sm-75 {
    bottom: 75% !important;
  }
  .bottom-sm-100 {
    bottom: 100% !important;
  }
  .bottom-sm-n10 {
    bottom: 10px !important;
  }
  .bottom-sm-n90 {
    bottom: 90px !important;
  }
  .bottom-sm-n1 {
    bottom: -10px !important;
  }
  .bottom-sm-n2 {
    bottom: -20px !important;
  }
  .bottom-sm-3px {
    bottom: 3px !important;
  }
  .bottom-sm-n55 {
    bottom: 55px !important;
  }
  .bottom-sm-n70 {
    bottom: 70px !important;
  }
  .bottom-sm-n100 {
    bottom: 100px !important;
  }
  .bottom-sm-n250 {
    bottom: 250px !important;
  }
  .bottom-sm-m90 {
    bottom: -90px !important;
  }
  .end-sm-0 {
    right: 0 !important;
  }
  .end-sm-25 {
    right: 25% !important;
  }
  .end-sm-50 {
    right: 50% !important;
  }
  .end-sm-75 {
    right: 75% !important;
  }
  .end-sm-100 {
    right: 100% !important;
  }
  .end-sm-n10 {
    right: 10px !important;
  }
  .end-sm-n90 {
    right: 90px !important;
  }
  .end-sm-n1 {
    right: -10px !important;
  }
  .end-sm-n2 {
    right: -20px !important;
  }
  .end-sm-3px {
    right: 3px !important;
  }
  .end-sm-n55 {
    right: 55px !important;
  }
  .end-sm-n70 {
    right: 70px !important;
  }
  .end-sm-n100 {
    right: 100px !important;
  }
  .end-sm-n250 {
    right: 250px !important;
  }
  .end-sm-m90 {
    right: -90px !important;
  }
  .translate-middle-sm {
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
  .translate-middle-sm-x {
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
  .translate-middle-sm-y {
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }
  .rounded-sm {
    border-radius: 0.25rem !important;
  }
  .rounded-sm-0 {
    border-radius: 0 !important;
  }
  .rounded-sm-4px {
    border-radius: 4px !important;
  }
  .rounded-sm-5px {
    border-radius: 5px !important;
  }
  .rounded-sm-7px {
    border-radius: 7px !important;
  }
  .rounded-sm-8px {
    border-radius: 8px !important;
  }
  .rounded-sm-15px {
    border-radius: 15px !important;
  }
  .rounded-sm-20px {
    border-radius: 20px !important;
  }
  .rounded-sm-25px {
    border-radius: 25px !important;
  }
  .rounded-sm-30px {
    border-radius: 30px !important;
  }
  .rounded-sm-10px {
    border-radius: 10px !important;
  }
  .rounded-sm-1 {
    border-radius: 0.2rem !important;
  }
  .rounded-sm-2 {
    border-radius: 0.25rem !important;
  }
  .rounded-sm-3 {
    border-radius: 0.3rem !important;
  }
  .rounded-sm-circle {
    border-radius: 50% !important;
  }
  .rounded-sm-pill {
    border-radius: 50rem !important;
  }
  .text-sm-wrap {
    white-space: normal !important;
  }
  .text-sm-nowrap {
    white-space: nowrap !important;
  }
}
@media (min-width: 768px) {
  .font-md-sans-serif {
    font-family: "SegoeUI", sans-serif !important;
  }
  .font-md-sans-serif-semi {
    font-family: "SegoeUI-SemiBold", sans-serif !important;
  }
  .font-md-sans-serif-bold {
    font-family: "SegoeUI-Bold", sans-serif !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .bg-md-primary {
    background-color: #d81f26 !important;
  }
  .bg-md-secondary {
    background-color: #ffb743 !important;
  }
  .bg-md-success {
    background-color: #43ff7b !important;
  }
  .bg-md-gray-100 {
    background-color: #f5f2ed !important;
  }
  .bg-md-gray-200 {
    background-color: #f2f3f5 !important;
  }
  .bg-md-gray-300 {
    background-color: #f7f5fe !important;
  }
  .bg-md-gray-400 {
    background-color: #d0cfd3 !important;
  }
  .bg-md-gray-500 {
    background-color: #fbfbfb !important;
  }
  .bg-md-gray-600 {
    background-color: #efeff1 !important;
  }
  .bg-md-gray-700 {
    background-color: #4d585b !important;
  }
  .bg-md-gray-800 {
    background-color: #4c586a !important;
  }
  .bg-md-gray-900 {
    background-color: #1a120d !important;
  }
  .bg-md-color-100 {
    background-color: #d9d9d9 !important;
  }
  .bg-md-color-200 {
    background-color: #dbdbdb !important;
  }
  .bg-md-color-300 {
    background-color: #e5e5e5 !important;
  }
  .bg-md-color-1 {
    background-color: #efefef !important;
  }
  .bg-md-color-2 {
    background-color: #e3e3e3 !important;
  }
  .bg-md-info {
    background-color: #0069de !important;
  }
  .bg-md-warning {
    background-color: #edc115 !important;
  }
  .bg-md-danger {
    background-color: #d81f26 !important;
  }
  .bg-md-light {
    background-color: #7c86a9 !important;
  }
  .bg-md-light-100 {
    background-color: #d2d2d2 !important;
  }
  .bg-md-light-200 {
    background-color: #7f7f7f !important;
  }
  .bg-md-light-300 {
    background-color: #707070 !important;
  }
  .bg-md-dark {
    background-color: #253239 !important;
  }
  .bg-md-black {
    background-color: #000000 !important;
  }
  .bg-md-white {
    background-color: #ffffff !important;
  }
  .bg-md-red {
    background-color: #d81f26 !important;
  }
  .bg-md-red-100 {
    background-color: #a41a1f !important;
  }
  .bg-md-yellow {
    background-color: #ffc200 !important;
  }
  .bg-md-yellow-light {
    background-color: rgba(255, 193, 7, 0.0509803922) !important;
  }
  .bg-md-face {
    background-color: #1da1f2 !important;
  }
  .bg-md-twir {
    background-color: #1da1f2 !important;
  }
  .bg-md-linked {
    background-color: #2867b2 !important;
  }
  .bg-md-input-disabled {
    background-color: #fafafa !important;
  }
  .m-md-3px {
    margin: 3px !important;
  }
  .m-md-4px {
    margin: 4px !important;
  }
  .m-md-sm {
    margin: 0.3125rem !important;
  }
  .m-md-8px {
    margin: 8px !important;
  }
  .m-md-12px {
    margin: 12px !important;
  }
  .m-md-15px {
    margin: 15px !important;
  }
  .m-md-16px {
    margin: 16px !important;
  }
  .m-md-25px {
    margin: 25px !important;
  }
  .m-md-35px {
    margin: 35px !important;
  }
  .m-md-n15 {
    margin: -15px !important;
  }
  .m-md-n3px {
    margin: -3px !important;
  }
  .m-md-nsm {
    margin: -5px !important;
  }
  .m-md-n1 {
    margin: -10px !important;
  }
  .m-md-n5 {
    margin: -5px !important;
  }
  .m-md-n90 {
    margin: -90px !important;
  }
  .m-md-n30 {
    margin: -30px !important;
  }
  .m-md-n120 {
    margin: -120px !important;
  }
  .m-md-20vh {
    margin: 20vh !important;
  }
  .m-md-25vh {
    margin: 25vh !important;
  }
  .m-md-m3 {
    margin: 3% !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.625rem !important;
  }
  .m-md-2 {
    margin: 1.25rem !important;
  }
  .m-md-3 {
    margin: 1.875rem !important;
  }
  .m-md-4 {
    margin: 2.5rem !important;
  }
  .m-md-5 {
    margin: 3.125rem !important;
  }
  .m-md-6 {
    margin: 3.75rem !important;
  }
  .m-md-7 {
    margin: 4.375rem !important;
  }
  .m-md-8 {
    margin: 5rem !important;
  }
  .m-md-9 {
    margin: 5.625rem !important;
  }
  .m-md-10 {
    margin: 6.25rem !important;
  }
  .m-md-gutter {
    margin: 30px !important;
  }
  .m-md-out-container {
    margin: calc(50% - 50vw) !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-3px {
    margin-right: 3px !important;
    margin-left: 3px !important;
  }
  .mx-md-4px {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-md-sm {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-md-8px {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-md-12px {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-md-15px {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-md-16px {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-md-25px {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-md-35px {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .mx-md-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-md-n3px {
    margin-right: -3px !important;
    margin-left: -3px !important;
  }
  .mx-md-nsm {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-md-n1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-md-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-md-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-md-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-md-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .mx-md-20vh {
    margin-right: 20vh !important;
    margin-left: 20vh !important;
  }
  .mx-md-25vh {
    margin-right: 25vh !important;
    margin-left: 25vh !important;
  }
  .mx-md-m3 {
    margin-right: 3% !important;
    margin-left: 3% !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-md-2 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-md-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-md-6 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-md-7 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-md-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-9 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-md-10 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-md-gutter {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-md-out-container {
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-3px {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .my-md-4px {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-md-sm {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-md-8px {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-md-12px {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-md-15px {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-md-16px {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-md-25px {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-md-35px {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-md-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-md-n3px {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .my-md-nsm {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-md-n1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-md-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-md-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-md-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-md-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .my-md-20vh {
    margin-top: 20vh !important;
    margin-bottom: 20vh !important;
  }
  .my-md-25vh {
    margin-top: 25vh !important;
    margin-bottom: 25vh !important;
  }
  .my-md-m3 {
    margin-top: 3% !important;
    margin-bottom: 3% !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-md-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-md-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-5 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-md-6 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-md-7 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-md-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-9 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-md-10 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-md-gutter {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-md-out-container {
    margin-top: calc(50% - 50vw) !important;
    margin-bottom: calc(50% - 50vw) !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-3px {
    margin-top: 3px !important;
  }
  .mt-md-4px {
    margin-top: 4px !important;
  }
  .mt-md-sm {
    margin-top: 0.3125rem !important;
  }
  .mt-md-8px {
    margin-top: 8px !important;
  }
  .mt-md-12px {
    margin-top: 12px !important;
  }
  .mt-md-15px {
    margin-top: 15px !important;
  }
  .mt-md-16px {
    margin-top: 16px !important;
  }
  .mt-md-25px {
    margin-top: 25px !important;
  }
  .mt-md-35px {
    margin-top: 35px !important;
  }
  .mt-md-n15 {
    margin-top: -15px !important;
  }
  .mt-md-n3px {
    margin-top: -3px !important;
  }
  .mt-md-nsm {
    margin-top: -5px !important;
  }
  .mt-md-n1 {
    margin-top: -10px !important;
  }
  .mt-md-n5 {
    margin-top: -5px !important;
  }
  .mt-md-n90 {
    margin-top: -90px !important;
  }
  .mt-md-n30 {
    margin-top: -30px !important;
  }
  .mt-md-n120 {
    margin-top: -120px !important;
  }
  .mt-md-20vh {
    margin-top: 20vh !important;
  }
  .mt-md-25vh {
    margin-top: 25vh !important;
  }
  .mt-md-m3 {
    margin-top: 3% !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.625rem !important;
  }
  .mt-md-2 {
    margin-top: 1.25rem !important;
  }
  .mt-md-3 {
    margin-top: 1.875rem !important;
  }
  .mt-md-4 {
    margin-top: 2.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3.125rem !important;
  }
  .mt-md-6 {
    margin-top: 3.75rem !important;
  }
  .mt-md-7 {
    margin-top: 4.375rem !important;
  }
  .mt-md-8 {
    margin-top: 5rem !important;
  }
  .mt-md-9 {
    margin-top: 5.625rem !important;
  }
  .mt-md-10 {
    margin-top: 6.25rem !important;
  }
  .mt-md-gutter {
    margin-top: 30px !important;
  }
  .mt-md-out-container {
    margin-top: calc(50% - 50vw) !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-3px {
    margin-right: 3px !important;
  }
  .me-md-4px {
    margin-right: 4px !important;
  }
  .me-md-sm {
    margin-right: 0.3125rem !important;
  }
  .me-md-8px {
    margin-right: 8px !important;
  }
  .me-md-12px {
    margin-right: 12px !important;
  }
  .me-md-15px {
    margin-right: 15px !important;
  }
  .me-md-16px {
    margin-right: 16px !important;
  }
  .me-md-25px {
    margin-right: 25px !important;
  }
  .me-md-35px {
    margin-right: 35px !important;
  }
  .me-md-n15 {
    margin-right: -15px !important;
  }
  .me-md-n3px {
    margin-right: -3px !important;
  }
  .me-md-nsm {
    margin-right: -5px !important;
  }
  .me-md-n1 {
    margin-right: -10px !important;
  }
  .me-md-n5 {
    margin-right: -5px !important;
  }
  .me-md-n90 {
    margin-right: -90px !important;
  }
  .me-md-n30 {
    margin-right: -30px !important;
  }
  .me-md-n120 {
    margin-right: -120px !important;
  }
  .me-md-20vh {
    margin-right: 20vh !important;
  }
  .me-md-25vh {
    margin-right: 25vh !important;
  }
  .me-md-m3 {
    margin-right: 3% !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.625rem !important;
  }
  .me-md-2 {
    margin-right: 1.25rem !important;
  }
  .me-md-3 {
    margin-right: 1.875rem !important;
  }
  .me-md-4 {
    margin-right: 2.5rem !important;
  }
  .me-md-5 {
    margin-right: 3.125rem !important;
  }
  .me-md-6 {
    margin-right: 3.75rem !important;
  }
  .me-md-7 {
    margin-right: 4.375rem !important;
  }
  .me-md-8 {
    margin-right: 5rem !important;
  }
  .me-md-9 {
    margin-right: 5.625rem !important;
  }
  .me-md-10 {
    margin-right: 6.25rem !important;
  }
  .me-md-gutter {
    margin-right: 30px !important;
  }
  .me-md-out-container {
    margin-right: calc(50% - 50vw) !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-3px {
    margin-bottom: 3px !important;
  }
  .mb-md-4px {
    margin-bottom: 4px !important;
  }
  .mb-md-sm {
    margin-bottom: 0.3125rem !important;
  }
  .mb-md-8px {
    margin-bottom: 8px !important;
  }
  .mb-md-12px {
    margin-bottom: 12px !important;
  }
  .mb-md-15px {
    margin-bottom: 15px !important;
  }
  .mb-md-16px {
    margin-bottom: 16px !important;
  }
  .mb-md-25px {
    margin-bottom: 25px !important;
  }
  .mb-md-35px {
    margin-bottom: 35px !important;
  }
  .mb-md-n15 {
    margin-bottom: -15px !important;
  }
  .mb-md-n3px {
    margin-bottom: -3px !important;
  }
  .mb-md-nsm {
    margin-bottom: -5px !important;
  }
  .mb-md-n1 {
    margin-bottom: -10px !important;
  }
  .mb-md-n5 {
    margin-bottom: -5px !important;
  }
  .mb-md-n90 {
    margin-bottom: -90px !important;
  }
  .mb-md-n30 {
    margin-bottom: -30px !important;
  }
  .mb-md-n120 {
    margin-bottom: -120px !important;
  }
  .mb-md-20vh {
    margin-bottom: 20vh !important;
  }
  .mb-md-25vh {
    margin-bottom: 25vh !important;
  }
  .mb-md-m3 {
    margin-bottom: 3% !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.625rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.875rem !important;
  }
  .mb-md-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3.125rem !important;
  }
  .mb-md-6 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-7 {
    margin-bottom: 4.375rem !important;
  }
  .mb-md-8 {
    margin-bottom: 5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 5.625rem !important;
  }
  .mb-md-10 {
    margin-bottom: 6.25rem !important;
  }
  .mb-md-gutter {
    margin-bottom: 30px !important;
  }
  .mb-md-out-container {
    margin-bottom: calc(50% - 50vw) !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-3px {
    margin-left: 3px !important;
  }
  .ms-md-4px {
    margin-left: 4px !important;
  }
  .ms-md-sm {
    margin-left: 0.3125rem !important;
  }
  .ms-md-8px {
    margin-left: 8px !important;
  }
  .ms-md-12px {
    margin-left: 12px !important;
  }
  .ms-md-15px {
    margin-left: 15px !important;
  }
  .ms-md-16px {
    margin-left: 16px !important;
  }
  .ms-md-25px {
    margin-left: 25px !important;
  }
  .ms-md-35px {
    margin-left: 35px !important;
  }
  .ms-md-n15 {
    margin-left: -15px !important;
  }
  .ms-md-n3px {
    margin-left: -3px !important;
  }
  .ms-md-nsm {
    margin-left: -5px !important;
  }
  .ms-md-n1 {
    margin-left: -10px !important;
  }
  .ms-md-n5 {
    margin-left: -5px !important;
  }
  .ms-md-n90 {
    margin-left: -90px !important;
  }
  .ms-md-n30 {
    margin-left: -30px !important;
  }
  .ms-md-n120 {
    margin-left: -120px !important;
  }
  .ms-md-20vh {
    margin-left: 20vh !important;
  }
  .ms-md-25vh {
    margin-left: 25vh !important;
  }
  .ms-md-m3 {
    margin-left: 3% !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.625rem !important;
  }
  .ms-md-2 {
    margin-left: 1.25rem !important;
  }
  .ms-md-3 {
    margin-left: 1.875rem !important;
  }
  .ms-md-4 {
    margin-left: 2.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3.125rem !important;
  }
  .ms-md-6 {
    margin-left: 3.75rem !important;
  }
  .ms-md-7 {
    margin-left: 4.375rem !important;
  }
  .ms-md-8 {
    margin-left: 5rem !important;
  }
  .ms-md-9 {
    margin-left: 5.625rem !important;
  }
  .ms-md-10 {
    margin-left: 6.25rem !important;
  }
  .ms-md-gutter {
    margin-left: 30px !important;
  }
  .ms-md-out-container {
    margin-left: calc(50% - 50vw) !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-3px {
    padding: 3px !important;
  }
  .p-md-4px {
    padding: 4px !important;
  }
  .p-md-sm {
    padding: 0.3125rem !important;
  }
  .p-md-8px {
    padding: 8px !important;
  }
  .p-md-12px {
    padding: 12px !important;
  }
  .p-md-15px {
    padding: 15px !important;
  }
  .p-md-16px {
    padding: 16px !important;
  }
  .p-md-25px {
    padding: 25px !important;
  }
  .p-md-35px {
    padding: 35px !important;
  }
  .p-md-n15 {
    padding: -15px !important;
  }
  .p-md-n3px {
    padding: -3px !important;
  }
  .p-md-nsm {
    padding: -5px !important;
  }
  .p-md-n1 {
    padding: -10px !important;
  }
  .p-md-n5 {
    padding: -5px !important;
  }
  .p-md-n90 {
    padding: -90px !important;
  }
  .p-md-n30 {
    padding: -30px !important;
  }
  .p-md-n120 {
    padding: -120px !important;
  }
  .p-md-20vh {
    padding: 20vh !important;
  }
  .p-md-25vh {
    padding: 25vh !important;
  }
  .p-md-m3 {
    padding: 3% !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.625rem !important;
  }
  .p-md-2 {
    padding: 1.25rem !important;
  }
  .p-md-3 {
    padding: 1.875rem !important;
  }
  .p-md-4 {
    padding: 2.5rem !important;
  }
  .p-md-5 {
    padding: 3.125rem !important;
  }
  .p-md-6 {
    padding: 3.75rem !important;
  }
  .p-md-7 {
    padding: 4.375rem !important;
  }
  .p-md-8 {
    padding: 5rem !important;
  }
  .p-md-9 {
    padding: 5.625rem !important;
  }
  .p-md-10 {
    padding: 6.25rem !important;
  }
  .p-md-gutter {
    padding: 30px !important;
  }
  .p-md-out-container {
    padding: calc(50% - 50vw) !important;
  }
  .px-md-3px {
    padding-right: 3px !important;
    padding-left: 3px !important;
  }
  .px-md-4px {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-md-sm {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-md-8px {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-md-12px {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-md-15px {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-md-16px {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-md-25px {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-md-35px {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .px-md-n15 {
    padding-right: -15px !important;
    padding-left: -15px !important;
  }
  .px-md-n3px {
    padding-right: -3px !important;
    padding-left: -3px !important;
  }
  .px-md-nsm {
    padding-right: -5px !important;
    padding-left: -5px !important;
  }
  .px-md-n1 {
    padding-right: -10px !important;
    padding-left: -10px !important;
  }
  .px-md-n5 {
    padding-right: -5px !important;
    padding-left: -5px !important;
  }
  .px-md-n90 {
    padding-right: -90px !important;
    padding-left: -90px !important;
  }
  .px-md-n30 {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-md-n120 {
    padding-right: -120px !important;
    padding-left: -120px !important;
  }
  .px-md-20vh {
    padding-right: 20vh !important;
    padding-left: 20vh !important;
  }
  .px-md-25vh {
    padding-right: 25vh !important;
    padding-left: 25vh !important;
  }
  .px-md-m3 {
    padding-right: 3% !important;
    padding-left: 3% !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-md-2 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-md-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-5 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-md-6 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-md-7 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-md-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-9 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-md-10 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-md-gutter {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-md-out-container {
    padding-right: calc(50% - 50vw) !important;
    padding-left: calc(50% - 50vw) !important;
  }
  .py-md-3px {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .py-md-4px {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-md-sm {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-md-8px {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-md-12px {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-md-15px {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-md-16px {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-md-25px {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-md-35px {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-md-n15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .py-md-n3px {
    padding-top: -3px !important;
    padding-bottom: -3px !important;
  }
  .py-md-nsm {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
  .py-md-n1 {
    padding-top: -10px !important;
    padding-bottom: -10px !important;
  }
  .py-md-n5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
  .py-md-n90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .py-md-n30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-md-n120 {
    padding-top: -120px !important;
    padding-bottom: -120px !important;
  }
  .py-md-20vh {
    padding-top: 20vh !important;
    padding-bottom: 20vh !important;
  }
  .py-md-25vh {
    padding-top: 25vh !important;
    padding-bottom: 25vh !important;
  }
  .py-md-m3 {
    padding-top: 3% !important;
    padding-bottom: 3% !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-md-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-md-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-5 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-md-6 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-md-7 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-md-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-9 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-md-10 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-md-gutter {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-md-out-container {
    padding-top: calc(50% - 50vw) !important;
    padding-bottom: calc(50% - 50vw) !important;
  }
  .pt-md-3px {
    padding-top: 3px !important;
  }
  .pt-md-4px {
    padding-top: 4px !important;
  }
  .pt-md-sm {
    padding-top: 0.3125rem !important;
  }
  .pt-md-8px {
    padding-top: 8px !important;
  }
  .pt-md-12px {
    padding-top: 12px !important;
  }
  .pt-md-15px {
    padding-top: 15px !important;
  }
  .pt-md-16px {
    padding-top: 16px !important;
  }
  .pt-md-25px {
    padding-top: 25px !important;
  }
  .pt-md-35px {
    padding-top: 35px !important;
  }
  .pt-md-n15 {
    padding-top: -15px !important;
  }
  .pt-md-n3px {
    padding-top: -3px !important;
  }
  .pt-md-nsm {
    padding-top: -5px !important;
  }
  .pt-md-n1 {
    padding-top: -10px !important;
  }
  .pt-md-n5 {
    padding-top: -5px !important;
  }
  .pt-md-n90 {
    padding-top: -90px !important;
  }
  .pt-md-n30 {
    padding-top: -30px !important;
  }
  .pt-md-n120 {
    padding-top: -120px !important;
  }
  .pt-md-20vh {
    padding-top: 20vh !important;
  }
  .pt-md-25vh {
    padding-top: 25vh !important;
  }
  .pt-md-m3 {
    padding-top: 3% !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.625rem !important;
  }
  .pt-md-2 {
    padding-top: 1.25rem !important;
  }
  .pt-md-3 {
    padding-top: 1.875rem !important;
  }
  .pt-md-4 {
    padding-top: 2.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3.125rem !important;
  }
  .pt-md-6 {
    padding-top: 3.75rem !important;
  }
  .pt-md-7 {
    padding-top: 4.375rem !important;
  }
  .pt-md-8 {
    padding-top: 5rem !important;
  }
  .pt-md-9 {
    padding-top: 5.625rem !important;
  }
  .pt-md-10 {
    padding-top: 6.25rem !important;
  }
  .pt-md-gutter {
    padding-top: 30px !important;
  }
  .pt-md-out-container {
    padding-top: calc(50% - 50vw) !important;
  }
  .pe-md-3px {
    padding-right: 3px !important;
  }
  .pe-md-4px {
    padding-right: 4px !important;
  }
  .pe-md-sm {
    padding-right: 0.3125rem !important;
  }
  .pe-md-8px {
    padding-right: 8px !important;
  }
  .pe-md-12px {
    padding-right: 12px !important;
  }
  .pe-md-15px {
    padding-right: 15px !important;
  }
  .pe-md-16px {
    padding-right: 16px !important;
  }
  .pe-md-25px {
    padding-right: 25px !important;
  }
  .pe-md-35px {
    padding-right: 35px !important;
  }
  .pe-md-n15 {
    padding-right: -15px !important;
  }
  .pe-md-n3px {
    padding-right: -3px !important;
  }
  .pe-md-nsm {
    padding-right: -5px !important;
  }
  .pe-md-n1 {
    padding-right: -10px !important;
  }
  .pe-md-n5 {
    padding-right: -5px !important;
  }
  .pe-md-n90 {
    padding-right: -90px !important;
  }
  .pe-md-n30 {
    padding-right: -30px !important;
  }
  .pe-md-n120 {
    padding-right: -120px !important;
  }
  .pe-md-20vh {
    padding-right: 20vh !important;
  }
  .pe-md-25vh {
    padding-right: 25vh !important;
  }
  .pe-md-m3 {
    padding-right: 3% !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.625rem !important;
  }
  .pe-md-2 {
    padding-right: 1.25rem !important;
  }
  .pe-md-3 {
    padding-right: 1.875rem !important;
  }
  .pe-md-4 {
    padding-right: 2.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3.125rem !important;
  }
  .pe-md-6 {
    padding-right: 3.75rem !important;
  }
  .pe-md-7 {
    padding-right: 4.375rem !important;
  }
  .pe-md-8 {
    padding-right: 5rem !important;
  }
  .pe-md-9 {
    padding-right: 5.625rem !important;
  }
  .pe-md-10 {
    padding-right: 6.25rem !important;
  }
  .pe-md-gutter {
    padding-right: 30px !important;
  }
  .pe-md-out-container {
    padding-right: calc(50% - 50vw) !important;
  }
  .pb-md-3px {
    padding-bottom: 3px !important;
  }
  .pb-md-4px {
    padding-bottom: 4px !important;
  }
  .pb-md-sm {
    padding-bottom: 0.3125rem !important;
  }
  .pb-md-8px {
    padding-bottom: 8px !important;
  }
  .pb-md-12px {
    padding-bottom: 12px !important;
  }
  .pb-md-15px {
    padding-bottom: 15px !important;
  }
  .pb-md-16px {
    padding-bottom: 16px !important;
  }
  .pb-md-25px {
    padding-bottom: 25px !important;
  }
  .pb-md-35px {
    padding-bottom: 35px !important;
  }
  .pb-md-n15 {
    padding-bottom: -15px !important;
  }
  .pb-md-n3px {
    padding-bottom: -3px !important;
  }
  .pb-md-nsm {
    padding-bottom: -5px !important;
  }
  .pb-md-n1 {
    padding-bottom: -10px !important;
  }
  .pb-md-n5 {
    padding-bottom: -5px !important;
  }
  .pb-md-n90 {
    padding-bottom: -90px !important;
  }
  .pb-md-n30 {
    padding-bottom: -30px !important;
  }
  .pb-md-n120 {
    padding-bottom: -120px !important;
  }
  .pb-md-20vh {
    padding-bottom: 20vh !important;
  }
  .pb-md-25vh {
    padding-bottom: 25vh !important;
  }
  .pb-md-m3 {
    padding-bottom: 3% !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.625rem !important;
  }
  .pb-md-2 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.875rem !important;
  }
  .pb-md-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3.125rem !important;
  }
  .pb-md-6 {
    padding-bottom: 3.75rem !important;
  }
  .pb-md-7 {
    padding-bottom: 4.375rem !important;
  }
  .pb-md-8 {
    padding-bottom: 5rem !important;
  }
  .pb-md-9 {
    padding-bottom: 5.625rem !important;
  }
  .pb-md-10 {
    padding-bottom: 6.25rem !important;
  }
  .pb-md-gutter {
    padding-bottom: 30px !important;
  }
  .pb-md-out-container {
    padding-bottom: calc(50% - 50vw) !important;
  }
  .ps-md-3px {
    padding-left: 3px !important;
  }
  .ps-md-4px {
    padding-left: 4px !important;
  }
  .ps-md-sm {
    padding-left: 0.3125rem !important;
  }
  .ps-md-8px {
    padding-left: 8px !important;
  }
  .ps-md-12px {
    padding-left: 12px !important;
  }
  .ps-md-15px {
    padding-left: 15px !important;
  }
  .ps-md-16px {
    padding-left: 16px !important;
  }
  .ps-md-25px {
    padding-left: 25px !important;
  }
  .ps-md-35px {
    padding-left: 35px !important;
  }
  .ps-md-n15 {
    padding-left: -15px !important;
  }
  .ps-md-n3px {
    padding-left: -3px !important;
  }
  .ps-md-nsm {
    padding-left: -5px !important;
  }
  .ps-md-n1 {
    padding-left: -10px !important;
  }
  .ps-md-n5 {
    padding-left: -5px !important;
  }
  .ps-md-n90 {
    padding-left: -90px !important;
  }
  .ps-md-n30 {
    padding-left: -30px !important;
  }
  .ps-md-n120 {
    padding-left: -120px !important;
  }
  .ps-md-20vh {
    padding-left: 20vh !important;
  }
  .ps-md-25vh {
    padding-left: 25vh !important;
  }
  .ps-md-m3 {
    padding-left: 3% !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.625rem !important;
  }
  .ps-md-2 {
    padding-left: 1.25rem !important;
  }
  .ps-md-3 {
    padding-left: 1.875rem !important;
  }
  .ps-md-4 {
    padding-left: 2.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3.125rem !important;
  }
  .ps-md-6 {
    padding-left: 3.75rem !important;
  }
  .ps-md-7 {
    padding-left: 4.375rem !important;
  }
  .ps-md-8 {
    padding-left: 5rem !important;
  }
  .ps-md-9 {
    padding-left: 5.625rem !important;
  }
  .ps-md-10 {
    padding-left: 6.25rem !important;
  }
  .ps-md-gutter {
    padding-left: 30px !important;
  }
  .ps-md-out-container {
    padding-left: calc(50% - 50vw) !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-md-3px {
    gap: 3px !important;
  }
  .gap-md-4px {
    gap: 4px !important;
  }
  .gap-md-sm {
    gap: 0.3125rem !important;
  }
  .gap-md-8px {
    gap: 8px !important;
  }
  .gap-md-12px {
    gap: 12px !important;
  }
  .gap-md-15px {
    gap: 15px !important;
  }
  .gap-md-16px {
    gap: 16px !important;
  }
  .gap-md-25px {
    gap: 25px !important;
  }
  .gap-md-35px {
    gap: 35px !important;
  }
  .gap-md-n15 {
    gap: -15px !important;
  }
  .gap-md-n3px {
    gap: -3px !important;
  }
  .gap-md-nsm {
    gap: -5px !important;
  }
  .gap-md-n1 {
    gap: -10px !important;
  }
  .gap-md-n5 {
    gap: -5px !important;
  }
  .gap-md-n90 {
    gap: -90px !important;
  }
  .gap-md-n30 {
    gap: -30px !important;
  }
  .gap-md-n120 {
    gap: -120px !important;
  }
  .gap-md-20vh {
    gap: 20vh !important;
  }
  .gap-md-25vh {
    gap: 25vh !important;
  }
  .gap-md-m3 {
    gap: 3% !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.625rem !important;
  }
  .gap-md-2 {
    gap: 1.25rem !important;
  }
  .gap-md-3 {
    gap: 1.875rem !important;
  }
  .gap-md-4 {
    gap: 2.5rem !important;
  }
  .gap-md-5 {
    gap: 3.125rem !important;
  }
  .gap-md-6 {
    gap: 3.75rem !important;
  }
  .gap-md-7 {
    gap: 4.375rem !important;
  }
  .gap-md-8 {
    gap: 5rem !important;
  }
  .gap-md-9 {
    gap: 5.625rem !important;
  }
  .gap-md-10 {
    gap: 6.25rem !important;
  }
  .gap-md-gutter {
    gap: 30px !important;
  }
  .gap-md-out-container {
    gap: calc(50% - 50vw) !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .overflow-md-auto {
    overflow: auto !important;
  }
  .overflow-md-unset {
    overflow: unset !important;
  }
  .overflow-md-hidden {
    overflow: hidden !important;
  }
  .overflow-md-visible {
    overflow: visible !important;
  }
  .overflow-md-scroll {
    overflow: scroll !important;
  }
  .o-md-0 {
    opacity: 0 !important;
  }
  .o-md-25 {
    opacity: 0.25 !important;
  }
  .o-md-50 {
    opacity: 0.5 !important;
  }
  .o-md-60 {
    opacity: 0.6 !important;
  }
  .o-md-70 {
    opacity: 0.7 !important;
  }
  .o-md-75 {
    opacity: 0.75 !important;
  }
  .o-md-85 {
    opacity: 0.85 !important;
  }
  .o-md-100 {
    opacity: 1 !important;
  }
  .vh-md-30 {
    height: 30vh !important;
  }
  .vh-md-40 {
    height: 40vh !important;
  }
  .vh-md-50 {
    height: 50vh !important;
  }
  .vh-md-60 {
    height: 60vh !important;
  }
  .vh-md-65 {
    height: 65vh !important;
  }
  .vh-md-70 {
    height: 70vh !important;
  }
  .vh-md-80 {
    height: 80vh !important;
  }
  .vh-md-100 {
    height: 100vh !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-20px {
    width: 20px !important;
  }
  .w-md-46px {
    width: 46px !important;
  }
  .w-md-80px {
    width: 80px !important;
  }
  .w-md-180 {
    width: 180px !important;
  }
  .w-md-200px {
    width: 200px !important;
  }
  .w-md-cal200 {
    width: calc(100% - 200px) !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-20px {
    height: 20px !important;
  }
  .h-md-27px {
    height: 27px !important;
  }
  .h-md-46px {
    height: 46px !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .h-md-100vh {
    height: 100vh !important;
  }
  .h-md-400px {
    height: 400px !important;
  }
  .fs-md-1 {
    font-size: calc(1.2813rem + 0.3756vw) !important;
  }
  .fs-md-2 {
    font-size: calc(1.2625rem + 0.15vw) !important;
  }
  .fs-md-3 {
    font-size: 1.25rem !important;
  }
  .fs-md-4 {
    font-size: 1.125rem !important;
  }
  .fs-md-5 {
    font-size: 1.063rem !important;
  }
  .fs-md-6 {
    font-size: 1rem !important;
  }
  .fs-md-12px {
    font-size: 0.75rem !important;
  }
  .fs-md-15px {
    font-size: 0.9375rem !important;
  }
  .fs-md-xs {
    font-size: 0.8125rem !important;
  }
  .fs-md-sm {
    font-size: 0.875rem !important;
  }
  .fs-md-md {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }
  .fs-md-lg {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  .fs-md-xl {
    font-size: calc(1.425rem + 2.1vw) !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .order-md-unset {
    -webkit-box-ordinal-group: unset !important;
        -ms-flex-order: unset !important;
            order: unset !important;
  }
  .cursor-md-auto {
    cursor: auto !important;
  }
  .cursor-md-pointer {
    cursor: pointer !important;
  }
  .cursor-md-grab {
    cursor: -webkit-grab !important;
    cursor: grab !important;
  }
  .border-md {
    border: 1px solid #efefef !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-top-md {
    border-top: 1px solid #efefef !important;
  }
  .border-top-md-0 {
    border-top: 0 !important;
  }
  .border-start-md {
    border-left: 1px solid #efefef !important;
  }
  .border-start-md-0 {
    border-left: 0 !important;
  }
  .border-end-md {
    border-right: 1px solid #efefef !important;
  }
  .border-end-md-0 {
    border-right: 0 !important;
  }
  .border-bottom-md {
    border-bottom: 1px solid #efefef !important;
  }
  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  .border-md-primary {
    border-color: #d81f26 !important;
  }
  .border-md-secondary {
    border-color: #ffb743 !important;
  }
  .border-md-success {
    border-color: #43ff7b !important;
  }
  .border-md-gray-100 {
    border-color: #f5f2ed !important;
  }
  .border-md-gray-200 {
    border-color: #f2f3f5 !important;
  }
  .border-md-gray-300 {
    border-color: #f7f5fe !important;
  }
  .border-md-gray-400 {
    border-color: #d0cfd3 !important;
  }
  .border-md-gray-500 {
    border-color: #fbfbfb !important;
  }
  .border-md-gray-600 {
    border-color: #efeff1 !important;
  }
  .border-md-gray-700 {
    border-color: #4d585b !important;
  }
  .border-md-gray-800 {
    border-color: #4c586a !important;
  }
  .border-md-gray-900 {
    border-color: #1a120d !important;
  }
  .border-md-color-100 {
    border-color: #d9d9d9 !important;
  }
  .border-md-color-200 {
    border-color: #dbdbdb !important;
  }
  .border-md-color-300 {
    border-color: #e5e5e5 !important;
  }
  .border-md-color-1 {
    border-color: #efefef !important;
  }
  .border-md-color-2 {
    border-color: #e3e3e3 !important;
  }
  .border-md-info {
    border-color: #0069de !important;
  }
  .border-md-warning {
    border-color: #edc115 !important;
  }
  .border-md-danger {
    border-color: #d81f26 !important;
  }
  .border-md-light {
    border-color: #7c86a9 !important;
  }
  .border-md-light-100 {
    border-color: #d2d2d2 !important;
  }
  .border-md-light-200 {
    border-color: #7f7f7f !important;
  }
  .border-md-light-300 {
    border-color: #707070 !important;
  }
  .border-md-dark {
    border-color: #253239 !important;
  }
  .border-md-black {
    border-color: #000000 !important;
  }
  .border-md-white {
    border-color: #ffffff !important;
  }
  .border-md-red {
    border-color: #d81f26 !important;
  }
  .border-md-red-100 {
    border-color: #a41a1f !important;
  }
  .border-md-yellow {
    border-color: #ffc200 !important;
  }
  .border-md-yellow-light {
    border-color: rgba(255, 193, 7, 0.0509803922) !important;
  }
  .border-md-face {
    border-color: #1da1f2 !important;
  }
  .border-md-twir {
    border-color: #1da1f2 !important;
  }
  .border-md-linked {
    border-color: #2867b2 !important;
  }
  .border-md-input-disabled {
    border-color: #fafafa !important;
  }
  .shadow-md {
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.0509803922) !important;
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.0509803922) !important;
  }
  .shadow-md-sm {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0509803922) !important;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0509803922) !important;
  }
  .shadow-md-lg {
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.0705882353) !important;
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.0705882353) !important;
  }
  .shadow-md-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-decoration-md-none {
    text-decoration: none !important;
  }
  .text-decoration-md-underline {
    text-decoration: underline !important;
  }
  .text-decoration-md-line-through {
    text-decoration: line-through !important;
  }
  .text-md-lowercase {
    text-transform: lowercase !important;
  }
  .text-md-uppercase {
    text-transform: uppercase !important;
  }
  .text-md-capitalize {
    text-transform: capitalize !important;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .top-md-0 {
    top: 0 !important;
  }
  .top-md-25 {
    top: 25% !important;
  }
  .top-md-50 {
    top: 50% !important;
  }
  .top-md-75 {
    top: 75% !important;
  }
  .top-md-100 {
    top: 100% !important;
  }
  .top-md-n10 {
    top: 10px !important;
  }
  .top-md-n90 {
    top: 90px !important;
  }
  .top-md-n1 {
    top: -10px !important;
  }
  .top-md-n2 {
    top: -20px !important;
  }
  .top-md-3px {
    top: 3px !important;
  }
  .top-md-n55 {
    top: 55px !important;
  }
  .top-md-n70 {
    top: 70px !important;
  }
  .top-md-n100 {
    top: 100px !important;
  }
  .top-md-n250 {
    top: 250px !important;
  }
  .top-md-m90 {
    top: -90px !important;
  }
  .bottom-md-0 {
    bottom: 0 !important;
  }
  .bottom-md-25 {
    bottom: 25% !important;
  }
  .bottom-md-50 {
    bottom: 50% !important;
  }
  .bottom-md-75 {
    bottom: 75% !important;
  }
  .bottom-md-100 {
    bottom: 100% !important;
  }
  .bottom-md-n10 {
    bottom: 10px !important;
  }
  .bottom-md-n90 {
    bottom: 90px !important;
  }
  .bottom-md-n1 {
    bottom: -10px !important;
  }
  .bottom-md-n2 {
    bottom: -20px !important;
  }
  .bottom-md-3px {
    bottom: 3px !important;
  }
  .bottom-md-n55 {
    bottom: 55px !important;
  }
  .bottom-md-n70 {
    bottom: 70px !important;
  }
  .bottom-md-n100 {
    bottom: 100px !important;
  }
  .bottom-md-n250 {
    bottom: 250px !important;
  }
  .bottom-md-m90 {
    bottom: -90px !important;
  }
  .end-md-0 {
    right: 0 !important;
  }
  .end-md-25 {
    right: 25% !important;
  }
  .end-md-50 {
    right: 50% !important;
  }
  .end-md-75 {
    right: 75% !important;
  }
  .end-md-100 {
    right: 100% !important;
  }
  .end-md-n10 {
    right: 10px !important;
  }
  .end-md-n90 {
    right: 90px !important;
  }
  .end-md-n1 {
    right: -10px !important;
  }
  .end-md-n2 {
    right: -20px !important;
  }
  .end-md-3px {
    right: 3px !important;
  }
  .end-md-n55 {
    right: 55px !important;
  }
  .end-md-n70 {
    right: 70px !important;
  }
  .end-md-n100 {
    right: 100px !important;
  }
  .end-md-n250 {
    right: 250px !important;
  }
  .end-md-m90 {
    right: -90px !important;
  }
  .translate-middle-md {
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
  .translate-middle-md-x {
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
  .translate-middle-md-y {
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }
  .rounded-md {
    border-radius: 0.25rem !important;
  }
  .rounded-md-0 {
    border-radius: 0 !important;
  }
  .rounded-md-4px {
    border-radius: 4px !important;
  }
  .rounded-md-5px {
    border-radius: 5px !important;
  }
  .rounded-md-7px {
    border-radius: 7px !important;
  }
  .rounded-md-8px {
    border-radius: 8px !important;
  }
  .rounded-md-15px {
    border-radius: 15px !important;
  }
  .rounded-md-20px {
    border-radius: 20px !important;
  }
  .rounded-md-25px {
    border-radius: 25px !important;
  }
  .rounded-md-30px {
    border-radius: 30px !important;
  }
  .rounded-md-10px {
    border-radius: 10px !important;
  }
  .rounded-md-1 {
    border-radius: 0.2rem !important;
  }
  .rounded-md-2 {
    border-radius: 0.25rem !important;
  }
  .rounded-md-3 {
    border-radius: 0.3rem !important;
  }
  .rounded-md-circle {
    border-radius: 50% !important;
  }
  .rounded-md-pill {
    border-radius: 50rem !important;
  }
  .text-md-wrap {
    white-space: normal !important;
  }
  .text-md-nowrap {
    white-space: nowrap !important;
  }
}
@media (min-width: 992px) {
  .font-lg-sans-serif {
    font-family: "SegoeUI", sans-serif !important;
  }
  .font-lg-sans-serif-semi {
    font-family: "SegoeUI-SemiBold", sans-serif !important;
  }
  .font-lg-sans-serif-bold {
    font-family: "SegoeUI-Bold", sans-serif !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .bg-lg-primary {
    background-color: #d81f26 !important;
  }
  .bg-lg-secondary {
    background-color: #ffb743 !important;
  }
  .bg-lg-success {
    background-color: #43ff7b !important;
  }
  .bg-lg-gray-100 {
    background-color: #f5f2ed !important;
  }
  .bg-lg-gray-200 {
    background-color: #f2f3f5 !important;
  }
  .bg-lg-gray-300 {
    background-color: #f7f5fe !important;
  }
  .bg-lg-gray-400 {
    background-color: #d0cfd3 !important;
  }
  .bg-lg-gray-500 {
    background-color: #fbfbfb !important;
  }
  .bg-lg-gray-600 {
    background-color: #efeff1 !important;
  }
  .bg-lg-gray-700 {
    background-color: #4d585b !important;
  }
  .bg-lg-gray-800 {
    background-color: #4c586a !important;
  }
  .bg-lg-gray-900 {
    background-color: #1a120d !important;
  }
  .bg-lg-color-100 {
    background-color: #d9d9d9 !important;
  }
  .bg-lg-color-200 {
    background-color: #dbdbdb !important;
  }
  .bg-lg-color-300 {
    background-color: #e5e5e5 !important;
  }
  .bg-lg-color-1 {
    background-color: #efefef !important;
  }
  .bg-lg-color-2 {
    background-color: #e3e3e3 !important;
  }
  .bg-lg-info {
    background-color: #0069de !important;
  }
  .bg-lg-warning {
    background-color: #edc115 !important;
  }
  .bg-lg-danger {
    background-color: #d81f26 !important;
  }
  .bg-lg-light {
    background-color: #7c86a9 !important;
  }
  .bg-lg-light-100 {
    background-color: #d2d2d2 !important;
  }
  .bg-lg-light-200 {
    background-color: #7f7f7f !important;
  }
  .bg-lg-light-300 {
    background-color: #707070 !important;
  }
  .bg-lg-dark {
    background-color: #253239 !important;
  }
  .bg-lg-black {
    background-color: #000000 !important;
  }
  .bg-lg-white {
    background-color: #ffffff !important;
  }
  .bg-lg-red {
    background-color: #d81f26 !important;
  }
  .bg-lg-red-100 {
    background-color: #a41a1f !important;
  }
  .bg-lg-yellow {
    background-color: #ffc200 !important;
  }
  .bg-lg-yellow-light {
    background-color: rgba(255, 193, 7, 0.0509803922) !important;
  }
  .bg-lg-face {
    background-color: #1da1f2 !important;
  }
  .bg-lg-twir {
    background-color: #1da1f2 !important;
  }
  .bg-lg-linked {
    background-color: #2867b2 !important;
  }
  .bg-lg-input-disabled {
    background-color: #fafafa !important;
  }
  .m-lg-3px {
    margin: 3px !important;
  }
  .m-lg-4px {
    margin: 4px !important;
  }
  .m-lg-sm {
    margin: 0.3125rem !important;
  }
  .m-lg-8px {
    margin: 8px !important;
  }
  .m-lg-12px {
    margin: 12px !important;
  }
  .m-lg-15px {
    margin: 15px !important;
  }
  .m-lg-16px {
    margin: 16px !important;
  }
  .m-lg-25px {
    margin: 25px !important;
  }
  .m-lg-35px {
    margin: 35px !important;
  }
  .m-lg-n15 {
    margin: -15px !important;
  }
  .m-lg-n3px {
    margin: -3px !important;
  }
  .m-lg-nsm {
    margin: -5px !important;
  }
  .m-lg-n1 {
    margin: -10px !important;
  }
  .m-lg-n5 {
    margin: -5px !important;
  }
  .m-lg-n90 {
    margin: -90px !important;
  }
  .m-lg-n30 {
    margin: -30px !important;
  }
  .m-lg-n120 {
    margin: -120px !important;
  }
  .m-lg-20vh {
    margin: 20vh !important;
  }
  .m-lg-25vh {
    margin: 25vh !important;
  }
  .m-lg-m3 {
    margin: 3% !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.625rem !important;
  }
  .m-lg-2 {
    margin: 1.25rem !important;
  }
  .m-lg-3 {
    margin: 1.875rem !important;
  }
  .m-lg-4 {
    margin: 2.5rem !important;
  }
  .m-lg-5 {
    margin: 3.125rem !important;
  }
  .m-lg-6 {
    margin: 3.75rem !important;
  }
  .m-lg-7 {
    margin: 4.375rem !important;
  }
  .m-lg-8 {
    margin: 5rem !important;
  }
  .m-lg-9 {
    margin: 5.625rem !important;
  }
  .m-lg-10 {
    margin: 6.25rem !important;
  }
  .m-lg-gutter {
    margin: 30px !important;
  }
  .m-lg-out-container {
    margin: calc(50% - 50vw) !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-3px {
    margin-right: 3px !important;
    margin-left: 3px !important;
  }
  .mx-lg-4px {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-lg-sm {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-lg-8px {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-lg-12px {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-lg-15px {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-lg-16px {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-lg-25px {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-lg-35px {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .mx-lg-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-lg-n3px {
    margin-right: -3px !important;
    margin-left: -3px !important;
  }
  .mx-lg-nsm {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-lg-n1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-lg-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-lg-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-lg-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-lg-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .mx-lg-20vh {
    margin-right: 20vh !important;
    margin-left: 20vh !important;
  }
  .mx-lg-25vh {
    margin-right: 25vh !important;
    margin-left: 25vh !important;
  }
  .mx-lg-m3 {
    margin-right: 3% !important;
    margin-left: 3% !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-lg-2 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-lg-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-lg-6 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-lg-7 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-lg-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-9 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-lg-10 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-lg-gutter {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-lg-out-container {
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-3px {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .my-lg-4px {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-lg-sm {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-lg-8px {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-lg-12px {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-lg-15px {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-lg-16px {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-lg-25px {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-lg-35px {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-lg-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-lg-n3px {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .my-lg-nsm {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-lg-n1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-lg-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-lg-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-lg-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-lg-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .my-lg-20vh {
    margin-top: 20vh !important;
    margin-bottom: 20vh !important;
  }
  .my-lg-25vh {
    margin-top: 25vh !important;
    margin-bottom: 25vh !important;
  }
  .my-lg-m3 {
    margin-top: 3% !important;
    margin-bottom: 3% !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-lg-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-lg-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-lg-6 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lg-7 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-lg-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-9 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-lg-10 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-lg-gutter {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-lg-out-container {
    margin-top: calc(50% - 50vw) !important;
    margin-bottom: calc(50% - 50vw) !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-3px {
    margin-top: 3px !important;
  }
  .mt-lg-4px {
    margin-top: 4px !important;
  }
  .mt-lg-sm {
    margin-top: 0.3125rem !important;
  }
  .mt-lg-8px {
    margin-top: 8px !important;
  }
  .mt-lg-12px {
    margin-top: 12px !important;
  }
  .mt-lg-15px {
    margin-top: 15px !important;
  }
  .mt-lg-16px {
    margin-top: 16px !important;
  }
  .mt-lg-25px {
    margin-top: 25px !important;
  }
  .mt-lg-35px {
    margin-top: 35px !important;
  }
  .mt-lg-n15 {
    margin-top: -15px !important;
  }
  .mt-lg-n3px {
    margin-top: -3px !important;
  }
  .mt-lg-nsm {
    margin-top: -5px !important;
  }
  .mt-lg-n1 {
    margin-top: -10px !important;
  }
  .mt-lg-n5 {
    margin-top: -5px !important;
  }
  .mt-lg-n90 {
    margin-top: -90px !important;
  }
  .mt-lg-n30 {
    margin-top: -30px !important;
  }
  .mt-lg-n120 {
    margin-top: -120px !important;
  }
  .mt-lg-20vh {
    margin-top: 20vh !important;
  }
  .mt-lg-25vh {
    margin-top: 25vh !important;
  }
  .mt-lg-m3 {
    margin-top: 3% !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.625rem !important;
  }
  .mt-lg-2 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.875rem !important;
  }
  .mt-lg-4 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3.125rem !important;
  }
  .mt-lg-6 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-7 {
    margin-top: 4.375rem !important;
  }
  .mt-lg-8 {
    margin-top: 5rem !important;
  }
  .mt-lg-9 {
    margin-top: 5.625rem !important;
  }
  .mt-lg-10 {
    margin-top: 6.25rem !important;
  }
  .mt-lg-gutter {
    margin-top: 30px !important;
  }
  .mt-lg-out-container {
    margin-top: calc(50% - 50vw) !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-3px {
    margin-right: 3px !important;
  }
  .me-lg-4px {
    margin-right: 4px !important;
  }
  .me-lg-sm {
    margin-right: 0.3125rem !important;
  }
  .me-lg-8px {
    margin-right: 8px !important;
  }
  .me-lg-12px {
    margin-right: 12px !important;
  }
  .me-lg-15px {
    margin-right: 15px !important;
  }
  .me-lg-16px {
    margin-right: 16px !important;
  }
  .me-lg-25px {
    margin-right: 25px !important;
  }
  .me-lg-35px {
    margin-right: 35px !important;
  }
  .me-lg-n15 {
    margin-right: -15px !important;
  }
  .me-lg-n3px {
    margin-right: -3px !important;
  }
  .me-lg-nsm {
    margin-right: -5px !important;
  }
  .me-lg-n1 {
    margin-right: -10px !important;
  }
  .me-lg-n5 {
    margin-right: -5px !important;
  }
  .me-lg-n90 {
    margin-right: -90px !important;
  }
  .me-lg-n30 {
    margin-right: -30px !important;
  }
  .me-lg-n120 {
    margin-right: -120px !important;
  }
  .me-lg-20vh {
    margin-right: 20vh !important;
  }
  .me-lg-25vh {
    margin-right: 25vh !important;
  }
  .me-lg-m3 {
    margin-right: 3% !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.625rem !important;
  }
  .me-lg-2 {
    margin-right: 1.25rem !important;
  }
  .me-lg-3 {
    margin-right: 1.875rem !important;
  }
  .me-lg-4 {
    margin-right: 2.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3.125rem !important;
  }
  .me-lg-6 {
    margin-right: 3.75rem !important;
  }
  .me-lg-7 {
    margin-right: 4.375rem !important;
  }
  .me-lg-8 {
    margin-right: 5rem !important;
  }
  .me-lg-9 {
    margin-right: 5.625rem !important;
  }
  .me-lg-10 {
    margin-right: 6.25rem !important;
  }
  .me-lg-gutter {
    margin-right: 30px !important;
  }
  .me-lg-out-container {
    margin-right: calc(50% - 50vw) !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-3px {
    margin-bottom: 3px !important;
  }
  .mb-lg-4px {
    margin-bottom: 4px !important;
  }
  .mb-lg-sm {
    margin-bottom: 0.3125rem !important;
  }
  .mb-lg-8px {
    margin-bottom: 8px !important;
  }
  .mb-lg-12px {
    margin-bottom: 12px !important;
  }
  .mb-lg-15px {
    margin-bottom: 15px !important;
  }
  .mb-lg-16px {
    margin-bottom: 16px !important;
  }
  .mb-lg-25px {
    margin-bottom: 25px !important;
  }
  .mb-lg-35px {
    margin-bottom: 35px !important;
  }
  .mb-lg-n15 {
    margin-bottom: -15px !important;
  }
  .mb-lg-n3px {
    margin-bottom: -3px !important;
  }
  .mb-lg-nsm {
    margin-bottom: -5px !important;
  }
  .mb-lg-n1 {
    margin-bottom: -10px !important;
  }
  .mb-lg-n5 {
    margin-bottom: -5px !important;
  }
  .mb-lg-n90 {
    margin-bottom: -90px !important;
  }
  .mb-lg-n30 {
    margin-bottom: -30px !important;
  }
  .mb-lg-n120 {
    margin-bottom: -120px !important;
  }
  .mb-lg-20vh {
    margin-bottom: 20vh !important;
  }
  .mb-lg-25vh {
    margin-bottom: 25vh !important;
  }
  .mb-lg-m3 {
    margin-bottom: 3% !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.625rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.875rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3.125rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 4.375rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 5.625rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 6.25rem !important;
  }
  .mb-lg-gutter {
    margin-bottom: 30px !important;
  }
  .mb-lg-out-container {
    margin-bottom: calc(50% - 50vw) !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-3px {
    margin-left: 3px !important;
  }
  .ms-lg-4px {
    margin-left: 4px !important;
  }
  .ms-lg-sm {
    margin-left: 0.3125rem !important;
  }
  .ms-lg-8px {
    margin-left: 8px !important;
  }
  .ms-lg-12px {
    margin-left: 12px !important;
  }
  .ms-lg-15px {
    margin-left: 15px !important;
  }
  .ms-lg-16px {
    margin-left: 16px !important;
  }
  .ms-lg-25px {
    margin-left: 25px !important;
  }
  .ms-lg-35px {
    margin-left: 35px !important;
  }
  .ms-lg-n15 {
    margin-left: -15px !important;
  }
  .ms-lg-n3px {
    margin-left: -3px !important;
  }
  .ms-lg-nsm {
    margin-left: -5px !important;
  }
  .ms-lg-n1 {
    margin-left: -10px !important;
  }
  .ms-lg-n5 {
    margin-left: -5px !important;
  }
  .ms-lg-n90 {
    margin-left: -90px !important;
  }
  .ms-lg-n30 {
    margin-left: -30px !important;
  }
  .ms-lg-n120 {
    margin-left: -120px !important;
  }
  .ms-lg-20vh {
    margin-left: 20vh !important;
  }
  .ms-lg-25vh {
    margin-left: 25vh !important;
  }
  .ms-lg-m3 {
    margin-left: 3% !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.625rem !important;
  }
  .ms-lg-2 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-3 {
    margin-left: 1.875rem !important;
  }
  .ms-lg-4 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3.125rem !important;
  }
  .ms-lg-6 {
    margin-left: 3.75rem !important;
  }
  .ms-lg-7 {
    margin-left: 4.375rem !important;
  }
  .ms-lg-8 {
    margin-left: 5rem !important;
  }
  .ms-lg-9 {
    margin-left: 5.625rem !important;
  }
  .ms-lg-10 {
    margin-left: 6.25rem !important;
  }
  .ms-lg-gutter {
    margin-left: 30px !important;
  }
  .ms-lg-out-container {
    margin-left: calc(50% - 50vw) !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-3px {
    padding: 3px !important;
  }
  .p-lg-4px {
    padding: 4px !important;
  }
  .p-lg-sm {
    padding: 0.3125rem !important;
  }
  .p-lg-8px {
    padding: 8px !important;
  }
  .p-lg-12px {
    padding: 12px !important;
  }
  .p-lg-15px {
    padding: 15px !important;
  }
  .p-lg-16px {
    padding: 16px !important;
  }
  .p-lg-25px {
    padding: 25px !important;
  }
  .p-lg-35px {
    padding: 35px !important;
  }
  .p-lg-n15 {
    padding: -15px !important;
  }
  .p-lg-n3px {
    padding: -3px !important;
  }
  .p-lg-nsm {
    padding: -5px !important;
  }
  .p-lg-n1 {
    padding: -10px !important;
  }
  .p-lg-n5 {
    padding: -5px !important;
  }
  .p-lg-n90 {
    padding: -90px !important;
  }
  .p-lg-n30 {
    padding: -30px !important;
  }
  .p-lg-n120 {
    padding: -120px !important;
  }
  .p-lg-20vh {
    padding: 20vh !important;
  }
  .p-lg-25vh {
    padding: 25vh !important;
  }
  .p-lg-m3 {
    padding: 3% !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.625rem !important;
  }
  .p-lg-2 {
    padding: 1.25rem !important;
  }
  .p-lg-3 {
    padding: 1.875rem !important;
  }
  .p-lg-4 {
    padding: 2.5rem !important;
  }
  .p-lg-5 {
    padding: 3.125rem !important;
  }
  .p-lg-6 {
    padding: 3.75rem !important;
  }
  .p-lg-7 {
    padding: 4.375rem !important;
  }
  .p-lg-8 {
    padding: 5rem !important;
  }
  .p-lg-9 {
    padding: 5.625rem !important;
  }
  .p-lg-10 {
    padding: 6.25rem !important;
  }
  .p-lg-gutter {
    padding: 30px !important;
  }
  .p-lg-out-container {
    padding: calc(50% - 50vw) !important;
  }
  .px-lg-3px {
    padding-right: 3px !important;
    padding-left: 3px !important;
  }
  .px-lg-4px {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-lg-sm {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-lg-8px {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-lg-12px {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-lg-15px {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-lg-16px {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-lg-25px {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-lg-35px {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .px-lg-n15 {
    padding-right: -15px !important;
    padding-left: -15px !important;
  }
  .px-lg-n3px {
    padding-right: -3px !important;
    padding-left: -3px !important;
  }
  .px-lg-nsm {
    padding-right: -5px !important;
    padding-left: -5px !important;
  }
  .px-lg-n1 {
    padding-right: -10px !important;
    padding-left: -10px !important;
  }
  .px-lg-n5 {
    padding-right: -5px !important;
    padding-left: -5px !important;
  }
  .px-lg-n90 {
    padding-right: -90px !important;
    padding-left: -90px !important;
  }
  .px-lg-n30 {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-lg-n120 {
    padding-right: -120px !important;
    padding-left: -120px !important;
  }
  .px-lg-20vh {
    padding-right: 20vh !important;
    padding-left: 20vh !important;
  }
  .px-lg-25vh {
    padding-right: 25vh !important;
    padding-left: 25vh !important;
  }
  .px-lg-m3 {
    padding-right: 3% !important;
    padding-left: 3% !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-lg-2 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-lg-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-lg-6 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-lg-7 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-lg-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-9 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-lg-10 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-lg-gutter {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-lg-out-container {
    padding-right: calc(50% - 50vw) !important;
    padding-left: calc(50% - 50vw) !important;
  }
  .py-lg-3px {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .py-lg-4px {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-lg-sm {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-lg-8px {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-lg-12px {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-lg-15px {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-lg-16px {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-lg-25px {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-lg-35px {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-lg-n15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .py-lg-n3px {
    padding-top: -3px !important;
    padding-bottom: -3px !important;
  }
  .py-lg-nsm {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
  .py-lg-n1 {
    padding-top: -10px !important;
    padding-bottom: -10px !important;
  }
  .py-lg-n5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
  .py-lg-n90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .py-lg-n30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-lg-n120 {
    padding-top: -120px !important;
    padding-bottom: -120px !important;
  }
  .py-lg-20vh {
    padding-top: 20vh !important;
    padding-bottom: 20vh !important;
  }
  .py-lg-25vh {
    padding-top: 25vh !important;
    padding-bottom: 25vh !important;
  }
  .py-lg-m3 {
    padding-top: 3% !important;
    padding-bottom: 3% !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-lg-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-lg-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-lg-6 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-7 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-lg-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-9 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-lg-10 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-lg-gutter {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-lg-out-container {
    padding-top: calc(50% - 50vw) !important;
    padding-bottom: calc(50% - 50vw) !important;
  }
  .pt-lg-3px {
    padding-top: 3px !important;
  }
  .pt-lg-4px {
    padding-top: 4px !important;
  }
  .pt-lg-sm {
    padding-top: 0.3125rem !important;
  }
  .pt-lg-8px {
    padding-top: 8px !important;
  }
  .pt-lg-12px {
    padding-top: 12px !important;
  }
  .pt-lg-15px {
    padding-top: 15px !important;
  }
  .pt-lg-16px {
    padding-top: 16px !important;
  }
  .pt-lg-25px {
    padding-top: 25px !important;
  }
  .pt-lg-35px {
    padding-top: 35px !important;
  }
  .pt-lg-n15 {
    padding-top: -15px !important;
  }
  .pt-lg-n3px {
    padding-top: -3px !important;
  }
  .pt-lg-nsm {
    padding-top: -5px !important;
  }
  .pt-lg-n1 {
    padding-top: -10px !important;
  }
  .pt-lg-n5 {
    padding-top: -5px !important;
  }
  .pt-lg-n90 {
    padding-top: -90px !important;
  }
  .pt-lg-n30 {
    padding-top: -30px !important;
  }
  .pt-lg-n120 {
    padding-top: -120px !important;
  }
  .pt-lg-20vh {
    padding-top: 20vh !important;
  }
  .pt-lg-25vh {
    padding-top: 25vh !important;
  }
  .pt-lg-m3 {
    padding-top: 3% !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.625rem !important;
  }
  .pt-lg-2 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.875rem !important;
  }
  .pt-lg-4 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3.125rem !important;
  }
  .pt-lg-6 {
    padding-top: 3.75rem !important;
  }
  .pt-lg-7 {
    padding-top: 4.375rem !important;
  }
  .pt-lg-8 {
    padding-top: 5rem !important;
  }
  .pt-lg-9 {
    padding-top: 5.625rem !important;
  }
  .pt-lg-10 {
    padding-top: 6.25rem !important;
  }
  .pt-lg-gutter {
    padding-top: 30px !important;
  }
  .pt-lg-out-container {
    padding-top: calc(50% - 50vw) !important;
  }
  .pe-lg-3px {
    padding-right: 3px !important;
  }
  .pe-lg-4px {
    padding-right: 4px !important;
  }
  .pe-lg-sm {
    padding-right: 0.3125rem !important;
  }
  .pe-lg-8px {
    padding-right: 8px !important;
  }
  .pe-lg-12px {
    padding-right: 12px !important;
  }
  .pe-lg-15px {
    padding-right: 15px !important;
  }
  .pe-lg-16px {
    padding-right: 16px !important;
  }
  .pe-lg-25px {
    padding-right: 25px !important;
  }
  .pe-lg-35px {
    padding-right: 35px !important;
  }
  .pe-lg-n15 {
    padding-right: -15px !important;
  }
  .pe-lg-n3px {
    padding-right: -3px !important;
  }
  .pe-lg-nsm {
    padding-right: -5px !important;
  }
  .pe-lg-n1 {
    padding-right: -10px !important;
  }
  .pe-lg-n5 {
    padding-right: -5px !important;
  }
  .pe-lg-n90 {
    padding-right: -90px !important;
  }
  .pe-lg-n30 {
    padding-right: -30px !important;
  }
  .pe-lg-n120 {
    padding-right: -120px !important;
  }
  .pe-lg-20vh {
    padding-right: 20vh !important;
  }
  .pe-lg-25vh {
    padding-right: 25vh !important;
  }
  .pe-lg-m3 {
    padding-right: 3% !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.625rem !important;
  }
  .pe-lg-2 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-3 {
    padding-right: 1.875rem !important;
  }
  .pe-lg-4 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3.125rem !important;
  }
  .pe-lg-6 {
    padding-right: 3.75rem !important;
  }
  .pe-lg-7 {
    padding-right: 4.375rem !important;
  }
  .pe-lg-8 {
    padding-right: 5rem !important;
  }
  .pe-lg-9 {
    padding-right: 5.625rem !important;
  }
  .pe-lg-10 {
    padding-right: 6.25rem !important;
  }
  .pe-lg-gutter {
    padding-right: 30px !important;
  }
  .pe-lg-out-container {
    padding-right: calc(50% - 50vw) !important;
  }
  .pb-lg-3px {
    padding-bottom: 3px !important;
  }
  .pb-lg-4px {
    padding-bottom: 4px !important;
  }
  .pb-lg-sm {
    padding-bottom: 0.3125rem !important;
  }
  .pb-lg-8px {
    padding-bottom: 8px !important;
  }
  .pb-lg-12px {
    padding-bottom: 12px !important;
  }
  .pb-lg-15px {
    padding-bottom: 15px !important;
  }
  .pb-lg-16px {
    padding-bottom: 16px !important;
  }
  .pb-lg-25px {
    padding-bottom: 25px !important;
  }
  .pb-lg-35px {
    padding-bottom: 35px !important;
  }
  .pb-lg-n15 {
    padding-bottom: -15px !important;
  }
  .pb-lg-n3px {
    padding-bottom: -3px !important;
  }
  .pb-lg-nsm {
    padding-bottom: -5px !important;
  }
  .pb-lg-n1 {
    padding-bottom: -10px !important;
  }
  .pb-lg-n5 {
    padding-bottom: -5px !important;
  }
  .pb-lg-n90 {
    padding-bottom: -90px !important;
  }
  .pb-lg-n30 {
    padding-bottom: -30px !important;
  }
  .pb-lg-n120 {
    padding-bottom: -120px !important;
  }
  .pb-lg-20vh {
    padding-bottom: 20vh !important;
  }
  .pb-lg-25vh {
    padding-bottom: 25vh !important;
  }
  .pb-lg-m3 {
    padding-bottom: 3% !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.625rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.875rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3.125rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 4.375rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 5.625rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 6.25rem !important;
  }
  .pb-lg-gutter {
    padding-bottom: 30px !important;
  }
  .pb-lg-out-container {
    padding-bottom: calc(50% - 50vw) !important;
  }
  .ps-lg-3px {
    padding-left: 3px !important;
  }
  .ps-lg-4px {
    padding-left: 4px !important;
  }
  .ps-lg-sm {
    padding-left: 0.3125rem !important;
  }
  .ps-lg-8px {
    padding-left: 8px !important;
  }
  .ps-lg-12px {
    padding-left: 12px !important;
  }
  .ps-lg-15px {
    padding-left: 15px !important;
  }
  .ps-lg-16px {
    padding-left: 16px !important;
  }
  .ps-lg-25px {
    padding-left: 25px !important;
  }
  .ps-lg-35px {
    padding-left: 35px !important;
  }
  .ps-lg-n15 {
    padding-left: -15px !important;
  }
  .ps-lg-n3px {
    padding-left: -3px !important;
  }
  .ps-lg-nsm {
    padding-left: -5px !important;
  }
  .ps-lg-n1 {
    padding-left: -10px !important;
  }
  .ps-lg-n5 {
    padding-left: -5px !important;
  }
  .ps-lg-n90 {
    padding-left: -90px !important;
  }
  .ps-lg-n30 {
    padding-left: -30px !important;
  }
  .ps-lg-n120 {
    padding-left: -120px !important;
  }
  .ps-lg-20vh {
    padding-left: 20vh !important;
  }
  .ps-lg-25vh {
    padding-left: 25vh !important;
  }
  .ps-lg-m3 {
    padding-left: 3% !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.625rem !important;
  }
  .ps-lg-2 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-3 {
    padding-left: 1.875rem !important;
  }
  .ps-lg-4 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3.125rem !important;
  }
  .ps-lg-6 {
    padding-left: 3.75rem !important;
  }
  .ps-lg-7 {
    padding-left: 4.375rem !important;
  }
  .ps-lg-8 {
    padding-left: 5rem !important;
  }
  .ps-lg-9 {
    padding-left: 5.625rem !important;
  }
  .ps-lg-10 {
    padding-left: 6.25rem !important;
  }
  .ps-lg-gutter {
    padding-left: 30px !important;
  }
  .ps-lg-out-container {
    padding-left: calc(50% - 50vw) !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-lg-3px {
    gap: 3px !important;
  }
  .gap-lg-4px {
    gap: 4px !important;
  }
  .gap-lg-sm {
    gap: 0.3125rem !important;
  }
  .gap-lg-8px {
    gap: 8px !important;
  }
  .gap-lg-12px {
    gap: 12px !important;
  }
  .gap-lg-15px {
    gap: 15px !important;
  }
  .gap-lg-16px {
    gap: 16px !important;
  }
  .gap-lg-25px {
    gap: 25px !important;
  }
  .gap-lg-35px {
    gap: 35px !important;
  }
  .gap-lg-n15 {
    gap: -15px !important;
  }
  .gap-lg-n3px {
    gap: -3px !important;
  }
  .gap-lg-nsm {
    gap: -5px !important;
  }
  .gap-lg-n1 {
    gap: -10px !important;
  }
  .gap-lg-n5 {
    gap: -5px !important;
  }
  .gap-lg-n90 {
    gap: -90px !important;
  }
  .gap-lg-n30 {
    gap: -30px !important;
  }
  .gap-lg-n120 {
    gap: -120px !important;
  }
  .gap-lg-20vh {
    gap: 20vh !important;
  }
  .gap-lg-25vh {
    gap: 25vh !important;
  }
  .gap-lg-m3 {
    gap: 3% !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.625rem !important;
  }
  .gap-lg-2 {
    gap: 1.25rem !important;
  }
  .gap-lg-3 {
    gap: 1.875rem !important;
  }
  .gap-lg-4 {
    gap: 2.5rem !important;
  }
  .gap-lg-5 {
    gap: 3.125rem !important;
  }
  .gap-lg-6 {
    gap: 3.75rem !important;
  }
  .gap-lg-7 {
    gap: 4.375rem !important;
  }
  .gap-lg-8 {
    gap: 5rem !important;
  }
  .gap-lg-9 {
    gap: 5.625rem !important;
  }
  .gap-lg-10 {
    gap: 6.25rem !important;
  }
  .gap-lg-gutter {
    gap: 30px !important;
  }
  .gap-lg-out-container {
    gap: calc(50% - 50vw) !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .overflow-lg-auto {
    overflow: auto !important;
  }
  .overflow-lg-unset {
    overflow: unset !important;
  }
  .overflow-lg-hidden {
    overflow: hidden !important;
  }
  .overflow-lg-visible {
    overflow: visible !important;
  }
  .overflow-lg-scroll {
    overflow: scroll !important;
  }
  .o-lg-0 {
    opacity: 0 !important;
  }
  .o-lg-25 {
    opacity: 0.25 !important;
  }
  .o-lg-50 {
    opacity: 0.5 !important;
  }
  .o-lg-60 {
    opacity: 0.6 !important;
  }
  .o-lg-70 {
    opacity: 0.7 !important;
  }
  .o-lg-75 {
    opacity: 0.75 !important;
  }
  .o-lg-85 {
    opacity: 0.85 !important;
  }
  .o-lg-100 {
    opacity: 1 !important;
  }
  .vh-lg-30 {
    height: 30vh !important;
  }
  .vh-lg-40 {
    height: 40vh !important;
  }
  .vh-lg-50 {
    height: 50vh !important;
  }
  .vh-lg-60 {
    height: 60vh !important;
  }
  .vh-lg-65 {
    height: 65vh !important;
  }
  .vh-lg-70 {
    height: 70vh !important;
  }
  .vh-lg-80 {
    height: 80vh !important;
  }
  .vh-lg-100 {
    height: 100vh !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-20px {
    width: 20px !important;
  }
  .w-lg-46px {
    width: 46px !important;
  }
  .w-lg-80px {
    width: 80px !important;
  }
  .w-lg-180 {
    width: 180px !important;
  }
  .w-lg-200px {
    width: 200px !important;
  }
  .w-lg-cal200 {
    width: calc(100% - 200px) !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-20px {
    height: 20px !important;
  }
  .h-lg-27px {
    height: 27px !important;
  }
  .h-lg-46px {
    height: 46px !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .h-lg-100vh {
    height: 100vh !important;
  }
  .h-lg-400px {
    height: 400px !important;
  }
  .fs-lg-1 {
    font-size: calc(1.2813rem + 0.3756vw) !important;
  }
  .fs-lg-2 {
    font-size: calc(1.2625rem + 0.15vw) !important;
  }
  .fs-lg-3 {
    font-size: 1.25rem !important;
  }
  .fs-lg-4 {
    font-size: 1.125rem !important;
  }
  .fs-lg-5 {
    font-size: 1.063rem !important;
  }
  .fs-lg-6 {
    font-size: 1rem !important;
  }
  .fs-lg-12px {
    font-size: 0.75rem !important;
  }
  .fs-lg-15px {
    font-size: 0.9375rem !important;
  }
  .fs-lg-xs {
    font-size: 0.8125rem !important;
  }
  .fs-lg-sm {
    font-size: 0.875rem !important;
  }
  .fs-lg-md {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }
  .fs-lg-lg {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  .fs-lg-xl {
    font-size: calc(1.425rem + 2.1vw) !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .order-lg-unset {
    -webkit-box-ordinal-group: unset !important;
        -ms-flex-order: unset !important;
            order: unset !important;
  }
  .cursor-lg-auto {
    cursor: auto !important;
  }
  .cursor-lg-pointer {
    cursor: pointer !important;
  }
  .cursor-lg-grab {
    cursor: -webkit-grab !important;
    cursor: grab !important;
  }
  .border-lg {
    border: 1px solid #efefef !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-top-lg {
    border-top: 1px solid #efefef !important;
  }
  .border-top-lg-0 {
    border-top: 0 !important;
  }
  .border-start-lg {
    border-left: 1px solid #efefef !important;
  }
  .border-start-lg-0 {
    border-left: 0 !important;
  }
  .border-end-lg {
    border-right: 1px solid #efefef !important;
  }
  .border-end-lg-0 {
    border-right: 0 !important;
  }
  .border-bottom-lg {
    border-bottom: 1px solid #efefef !important;
  }
  .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
  .border-lg-primary {
    border-color: #d81f26 !important;
  }
  .border-lg-secondary {
    border-color: #ffb743 !important;
  }
  .border-lg-success {
    border-color: #43ff7b !important;
  }
  .border-lg-gray-100 {
    border-color: #f5f2ed !important;
  }
  .border-lg-gray-200 {
    border-color: #f2f3f5 !important;
  }
  .border-lg-gray-300 {
    border-color: #f7f5fe !important;
  }
  .border-lg-gray-400 {
    border-color: #d0cfd3 !important;
  }
  .border-lg-gray-500 {
    border-color: #fbfbfb !important;
  }
  .border-lg-gray-600 {
    border-color: #efeff1 !important;
  }
  .border-lg-gray-700 {
    border-color: #4d585b !important;
  }
  .border-lg-gray-800 {
    border-color: #4c586a !important;
  }
  .border-lg-gray-900 {
    border-color: #1a120d !important;
  }
  .border-lg-color-100 {
    border-color: #d9d9d9 !important;
  }
  .border-lg-color-200 {
    border-color: #dbdbdb !important;
  }
  .border-lg-color-300 {
    border-color: #e5e5e5 !important;
  }
  .border-lg-color-1 {
    border-color: #efefef !important;
  }
  .border-lg-color-2 {
    border-color: #e3e3e3 !important;
  }
  .border-lg-info {
    border-color: #0069de !important;
  }
  .border-lg-warning {
    border-color: #edc115 !important;
  }
  .border-lg-danger {
    border-color: #d81f26 !important;
  }
  .border-lg-light {
    border-color: #7c86a9 !important;
  }
  .border-lg-light-100 {
    border-color: #d2d2d2 !important;
  }
  .border-lg-light-200 {
    border-color: #7f7f7f !important;
  }
  .border-lg-light-300 {
    border-color: #707070 !important;
  }
  .border-lg-dark {
    border-color: #253239 !important;
  }
  .border-lg-black {
    border-color: #000000 !important;
  }
  .border-lg-white {
    border-color: #ffffff !important;
  }
  .border-lg-red {
    border-color: #d81f26 !important;
  }
  .border-lg-red-100 {
    border-color: #a41a1f !important;
  }
  .border-lg-yellow {
    border-color: #ffc200 !important;
  }
  .border-lg-yellow-light {
    border-color: rgba(255, 193, 7, 0.0509803922) !important;
  }
  .border-lg-face {
    border-color: #1da1f2 !important;
  }
  .border-lg-twir {
    border-color: #1da1f2 !important;
  }
  .border-lg-linked {
    border-color: #2867b2 !important;
  }
  .border-lg-input-disabled {
    border-color: #fafafa !important;
  }
  .shadow-lg {
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.0509803922) !important;
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.0509803922) !important;
  }
  .shadow-lg-sm {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0509803922) !important;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0509803922) !important;
  }
  .shadow-lg-lg {
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.0705882353) !important;
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.0705882353) !important;
  }
  .shadow-lg-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-decoration-lg-none {
    text-decoration: none !important;
  }
  .text-decoration-lg-underline {
    text-decoration: underline !important;
  }
  .text-decoration-lg-line-through {
    text-decoration: line-through !important;
  }
  .text-lg-lowercase {
    text-transform: lowercase !important;
  }
  .text-lg-uppercase {
    text-transform: uppercase !important;
  }
  .text-lg-capitalize {
    text-transform: capitalize !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .top-lg-0 {
    top: 0 !important;
  }
  .top-lg-25 {
    top: 25% !important;
  }
  .top-lg-50 {
    top: 50% !important;
  }
  .top-lg-75 {
    top: 75% !important;
  }
  .top-lg-100 {
    top: 100% !important;
  }
  .top-lg-n10 {
    top: 10px !important;
  }
  .top-lg-n90 {
    top: 90px !important;
  }
  .top-lg-n1 {
    top: -10px !important;
  }
  .top-lg-n2 {
    top: -20px !important;
  }
  .top-lg-3px {
    top: 3px !important;
  }
  .top-lg-n55 {
    top: 55px !important;
  }
  .top-lg-n70 {
    top: 70px !important;
  }
  .top-lg-n100 {
    top: 100px !important;
  }
  .top-lg-n250 {
    top: 250px !important;
  }
  .top-lg-m90 {
    top: -90px !important;
  }
  .bottom-lg-0 {
    bottom: 0 !important;
  }
  .bottom-lg-25 {
    bottom: 25% !important;
  }
  .bottom-lg-50 {
    bottom: 50% !important;
  }
  .bottom-lg-75 {
    bottom: 75% !important;
  }
  .bottom-lg-100 {
    bottom: 100% !important;
  }
  .bottom-lg-n10 {
    bottom: 10px !important;
  }
  .bottom-lg-n90 {
    bottom: 90px !important;
  }
  .bottom-lg-n1 {
    bottom: -10px !important;
  }
  .bottom-lg-n2 {
    bottom: -20px !important;
  }
  .bottom-lg-3px {
    bottom: 3px !important;
  }
  .bottom-lg-n55 {
    bottom: 55px !important;
  }
  .bottom-lg-n70 {
    bottom: 70px !important;
  }
  .bottom-lg-n100 {
    bottom: 100px !important;
  }
  .bottom-lg-n250 {
    bottom: 250px !important;
  }
  .bottom-lg-m90 {
    bottom: -90px !important;
  }
  .end-lg-0 {
    right: 0 !important;
  }
  .end-lg-25 {
    right: 25% !important;
  }
  .end-lg-50 {
    right: 50% !important;
  }
  .end-lg-75 {
    right: 75% !important;
  }
  .end-lg-100 {
    right: 100% !important;
  }
  .end-lg-n10 {
    right: 10px !important;
  }
  .end-lg-n90 {
    right: 90px !important;
  }
  .end-lg-n1 {
    right: -10px !important;
  }
  .end-lg-n2 {
    right: -20px !important;
  }
  .end-lg-3px {
    right: 3px !important;
  }
  .end-lg-n55 {
    right: 55px !important;
  }
  .end-lg-n70 {
    right: 70px !important;
  }
  .end-lg-n100 {
    right: 100px !important;
  }
  .end-lg-n250 {
    right: 250px !important;
  }
  .end-lg-m90 {
    right: -90px !important;
  }
  .translate-middle-lg {
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
  .translate-middle-lg-x {
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
  .translate-middle-lg-y {
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }
  .rounded-lg {
    border-radius: 0.25rem !important;
  }
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
  .rounded-lg-4px {
    border-radius: 4px !important;
  }
  .rounded-lg-5px {
    border-radius: 5px !important;
  }
  .rounded-lg-7px {
    border-radius: 7px !important;
  }
  .rounded-lg-8px {
    border-radius: 8px !important;
  }
  .rounded-lg-15px {
    border-radius: 15px !important;
  }
  .rounded-lg-20px {
    border-radius: 20px !important;
  }
  .rounded-lg-25px {
    border-radius: 25px !important;
  }
  .rounded-lg-30px {
    border-radius: 30px !important;
  }
  .rounded-lg-10px {
    border-radius: 10px !important;
  }
  .rounded-lg-1 {
    border-radius: 0.2rem !important;
  }
  .rounded-lg-2 {
    border-radius: 0.25rem !important;
  }
  .rounded-lg-3 {
    border-radius: 0.3rem !important;
  }
  .rounded-lg-circle {
    border-radius: 50% !important;
  }
  .rounded-lg-pill {
    border-radius: 50rem !important;
  }
  .text-lg-wrap {
    white-space: normal !important;
  }
  .text-lg-nowrap {
    white-space: nowrap !important;
  }
}
@media (min-width: 1200px) {
  .font-xl-sans-serif {
    font-family: "SegoeUI", sans-serif !important;
  }
  .font-xl-sans-serif-semi {
    font-family: "SegoeUI-SemiBold", sans-serif !important;
  }
  .font-xl-sans-serif-bold {
    font-family: "SegoeUI-Bold", sans-serif !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .bg-xl-primary {
    background-color: #d81f26 !important;
  }
  .bg-xl-secondary {
    background-color: #ffb743 !important;
  }
  .bg-xl-success {
    background-color: #43ff7b !important;
  }
  .bg-xl-gray-100 {
    background-color: #f5f2ed !important;
  }
  .bg-xl-gray-200 {
    background-color: #f2f3f5 !important;
  }
  .bg-xl-gray-300 {
    background-color: #f7f5fe !important;
  }
  .bg-xl-gray-400 {
    background-color: #d0cfd3 !important;
  }
  .bg-xl-gray-500 {
    background-color: #fbfbfb !important;
  }
  .bg-xl-gray-600 {
    background-color: #efeff1 !important;
  }
  .bg-xl-gray-700 {
    background-color: #4d585b !important;
  }
  .bg-xl-gray-800 {
    background-color: #4c586a !important;
  }
  .bg-xl-gray-900 {
    background-color: #1a120d !important;
  }
  .bg-xl-color-100 {
    background-color: #d9d9d9 !important;
  }
  .bg-xl-color-200 {
    background-color: #dbdbdb !important;
  }
  .bg-xl-color-300 {
    background-color: #e5e5e5 !important;
  }
  .bg-xl-color-1 {
    background-color: #efefef !important;
  }
  .bg-xl-color-2 {
    background-color: #e3e3e3 !important;
  }
  .bg-xl-info {
    background-color: #0069de !important;
  }
  .bg-xl-warning {
    background-color: #edc115 !important;
  }
  .bg-xl-danger {
    background-color: #d81f26 !important;
  }
  .bg-xl-light {
    background-color: #7c86a9 !important;
  }
  .bg-xl-light-100 {
    background-color: #d2d2d2 !important;
  }
  .bg-xl-light-200 {
    background-color: #7f7f7f !important;
  }
  .bg-xl-light-300 {
    background-color: #707070 !important;
  }
  .bg-xl-dark {
    background-color: #253239 !important;
  }
  .bg-xl-black {
    background-color: #000000 !important;
  }
  .bg-xl-white {
    background-color: #ffffff !important;
  }
  .bg-xl-red {
    background-color: #d81f26 !important;
  }
  .bg-xl-red-100 {
    background-color: #a41a1f !important;
  }
  .bg-xl-yellow {
    background-color: #ffc200 !important;
  }
  .bg-xl-yellow-light {
    background-color: rgba(255, 193, 7, 0.0509803922) !important;
  }
  .bg-xl-face {
    background-color: #1da1f2 !important;
  }
  .bg-xl-twir {
    background-color: #1da1f2 !important;
  }
  .bg-xl-linked {
    background-color: #2867b2 !important;
  }
  .bg-xl-input-disabled {
    background-color: #fafafa !important;
  }
  .m-xl-3px {
    margin: 3px !important;
  }
  .m-xl-4px {
    margin: 4px !important;
  }
  .m-xl-sm {
    margin: 0.3125rem !important;
  }
  .m-xl-8px {
    margin: 8px !important;
  }
  .m-xl-12px {
    margin: 12px !important;
  }
  .m-xl-15px {
    margin: 15px !important;
  }
  .m-xl-16px {
    margin: 16px !important;
  }
  .m-xl-25px {
    margin: 25px !important;
  }
  .m-xl-35px {
    margin: 35px !important;
  }
  .m-xl-n15 {
    margin: -15px !important;
  }
  .m-xl-n3px {
    margin: -3px !important;
  }
  .m-xl-nsm {
    margin: -5px !important;
  }
  .m-xl-n1 {
    margin: -10px !important;
  }
  .m-xl-n5 {
    margin: -5px !important;
  }
  .m-xl-n90 {
    margin: -90px !important;
  }
  .m-xl-n30 {
    margin: -30px !important;
  }
  .m-xl-n120 {
    margin: -120px !important;
  }
  .m-xl-20vh {
    margin: 20vh !important;
  }
  .m-xl-25vh {
    margin: 25vh !important;
  }
  .m-xl-m3 {
    margin: 3% !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.625rem !important;
  }
  .m-xl-2 {
    margin: 1.25rem !important;
  }
  .m-xl-3 {
    margin: 1.875rem !important;
  }
  .m-xl-4 {
    margin: 2.5rem !important;
  }
  .m-xl-5 {
    margin: 3.125rem !important;
  }
  .m-xl-6 {
    margin: 3.75rem !important;
  }
  .m-xl-7 {
    margin: 4.375rem !important;
  }
  .m-xl-8 {
    margin: 5rem !important;
  }
  .m-xl-9 {
    margin: 5.625rem !important;
  }
  .m-xl-10 {
    margin: 6.25rem !important;
  }
  .m-xl-gutter {
    margin: 30px !important;
  }
  .m-xl-out-container {
    margin: calc(50% - 50vw) !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-3px {
    margin-right: 3px !important;
    margin-left: 3px !important;
  }
  .mx-xl-4px {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-xl-sm {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-xl-8px {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-xl-12px {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-xl-15px {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-xl-16px {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-xl-25px {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-xl-35px {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .mx-xl-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-xl-n3px {
    margin-right: -3px !important;
    margin-left: -3px !important;
  }
  .mx-xl-nsm {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-xl-n1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-xl-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-xl-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-xl-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-xl-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .mx-xl-20vh {
    margin-right: 20vh !important;
    margin-left: 20vh !important;
  }
  .mx-xl-25vh {
    margin-right: 25vh !important;
    margin-left: 25vh !important;
  }
  .mx-xl-m3 {
    margin-right: 3% !important;
    margin-left: 3% !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xl-2 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xl-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-xl-6 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xl-7 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-xl-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-9 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-xl-10 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xl-gutter {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xl-out-container {
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-3px {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .my-xl-4px {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-xl-sm {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-xl-8px {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xl-12px {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-xl-15px {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-xl-16px {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-xl-25px {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-xl-35px {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-xl-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-xl-n3px {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .my-xl-nsm {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-xl-n1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-xl-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-xl-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-xl-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-xl-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .my-xl-20vh {
    margin-top: 20vh !important;
    margin-bottom: 20vh !important;
  }
  .my-xl-25vh {
    margin-top: 25vh !important;
    margin-bottom: 25vh !important;
  }
  .my-xl-m3 {
    margin-top: 3% !important;
    margin-bottom: 3% !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xl-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xl-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-xl-6 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xl-7 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-xl-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-9 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-xl-10 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xl-gutter {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xl-out-container {
    margin-top: calc(50% - 50vw) !important;
    margin-bottom: calc(50% - 50vw) !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-3px {
    margin-top: 3px !important;
  }
  .mt-xl-4px {
    margin-top: 4px !important;
  }
  .mt-xl-sm {
    margin-top: 0.3125rem !important;
  }
  .mt-xl-8px {
    margin-top: 8px !important;
  }
  .mt-xl-12px {
    margin-top: 12px !important;
  }
  .mt-xl-15px {
    margin-top: 15px !important;
  }
  .mt-xl-16px {
    margin-top: 16px !important;
  }
  .mt-xl-25px {
    margin-top: 25px !important;
  }
  .mt-xl-35px {
    margin-top: 35px !important;
  }
  .mt-xl-n15 {
    margin-top: -15px !important;
  }
  .mt-xl-n3px {
    margin-top: -3px !important;
  }
  .mt-xl-nsm {
    margin-top: -5px !important;
  }
  .mt-xl-n1 {
    margin-top: -10px !important;
  }
  .mt-xl-n5 {
    margin-top: -5px !important;
  }
  .mt-xl-n90 {
    margin-top: -90px !important;
  }
  .mt-xl-n30 {
    margin-top: -30px !important;
  }
  .mt-xl-n120 {
    margin-top: -120px !important;
  }
  .mt-xl-20vh {
    margin-top: 20vh !important;
  }
  .mt-xl-25vh {
    margin-top: 25vh !important;
  }
  .mt-xl-m3 {
    margin-top: 3% !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.625rem !important;
  }
  .mt-xl-2 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-3 {
    margin-top: 1.875rem !important;
  }
  .mt-xl-4 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3.125rem !important;
  }
  .mt-xl-6 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-7 {
    margin-top: 4.375rem !important;
  }
  .mt-xl-8 {
    margin-top: 5rem !important;
  }
  .mt-xl-9 {
    margin-top: 5.625rem !important;
  }
  .mt-xl-10 {
    margin-top: 6.25rem !important;
  }
  .mt-xl-gutter {
    margin-top: 30px !important;
  }
  .mt-xl-out-container {
    margin-top: calc(50% - 50vw) !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-3px {
    margin-right: 3px !important;
  }
  .me-xl-4px {
    margin-right: 4px !important;
  }
  .me-xl-sm {
    margin-right: 0.3125rem !important;
  }
  .me-xl-8px {
    margin-right: 8px !important;
  }
  .me-xl-12px {
    margin-right: 12px !important;
  }
  .me-xl-15px {
    margin-right: 15px !important;
  }
  .me-xl-16px {
    margin-right: 16px !important;
  }
  .me-xl-25px {
    margin-right: 25px !important;
  }
  .me-xl-35px {
    margin-right: 35px !important;
  }
  .me-xl-n15 {
    margin-right: -15px !important;
  }
  .me-xl-n3px {
    margin-right: -3px !important;
  }
  .me-xl-nsm {
    margin-right: -5px !important;
  }
  .me-xl-n1 {
    margin-right: -10px !important;
  }
  .me-xl-n5 {
    margin-right: -5px !important;
  }
  .me-xl-n90 {
    margin-right: -90px !important;
  }
  .me-xl-n30 {
    margin-right: -30px !important;
  }
  .me-xl-n120 {
    margin-right: -120px !important;
  }
  .me-xl-20vh {
    margin-right: 20vh !important;
  }
  .me-xl-25vh {
    margin-right: 25vh !important;
  }
  .me-xl-m3 {
    margin-right: 3% !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.625rem !important;
  }
  .me-xl-2 {
    margin-right: 1.25rem !important;
  }
  .me-xl-3 {
    margin-right: 1.875rem !important;
  }
  .me-xl-4 {
    margin-right: 2.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3.125rem !important;
  }
  .me-xl-6 {
    margin-right: 3.75rem !important;
  }
  .me-xl-7 {
    margin-right: 4.375rem !important;
  }
  .me-xl-8 {
    margin-right: 5rem !important;
  }
  .me-xl-9 {
    margin-right: 5.625rem !important;
  }
  .me-xl-10 {
    margin-right: 6.25rem !important;
  }
  .me-xl-gutter {
    margin-right: 30px !important;
  }
  .me-xl-out-container {
    margin-right: calc(50% - 50vw) !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-3px {
    margin-bottom: 3px !important;
  }
  .mb-xl-4px {
    margin-bottom: 4px !important;
  }
  .mb-xl-sm {
    margin-bottom: 0.3125rem !important;
  }
  .mb-xl-8px {
    margin-bottom: 8px !important;
  }
  .mb-xl-12px {
    margin-bottom: 12px !important;
  }
  .mb-xl-15px {
    margin-bottom: 15px !important;
  }
  .mb-xl-16px {
    margin-bottom: 16px !important;
  }
  .mb-xl-25px {
    margin-bottom: 25px !important;
  }
  .mb-xl-35px {
    margin-bottom: 35px !important;
  }
  .mb-xl-n15 {
    margin-bottom: -15px !important;
  }
  .mb-xl-n3px {
    margin-bottom: -3px !important;
  }
  .mb-xl-nsm {
    margin-bottom: -5px !important;
  }
  .mb-xl-n1 {
    margin-bottom: -10px !important;
  }
  .mb-xl-n5 {
    margin-bottom: -5px !important;
  }
  .mb-xl-n90 {
    margin-bottom: -90px !important;
  }
  .mb-xl-n30 {
    margin-bottom: -30px !important;
  }
  .mb-xl-n120 {
    margin-bottom: -120px !important;
  }
  .mb-xl-20vh {
    margin-bottom: 20vh !important;
  }
  .mb-xl-25vh {
    margin-bottom: 25vh !important;
  }
  .mb-xl-m3 {
    margin-bottom: 3% !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 4.375rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xl-gutter {
    margin-bottom: 30px !important;
  }
  .mb-xl-out-container {
    margin-bottom: calc(50% - 50vw) !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-3px {
    margin-left: 3px !important;
  }
  .ms-xl-4px {
    margin-left: 4px !important;
  }
  .ms-xl-sm {
    margin-left: 0.3125rem !important;
  }
  .ms-xl-8px {
    margin-left: 8px !important;
  }
  .ms-xl-12px {
    margin-left: 12px !important;
  }
  .ms-xl-15px {
    margin-left: 15px !important;
  }
  .ms-xl-16px {
    margin-left: 16px !important;
  }
  .ms-xl-25px {
    margin-left: 25px !important;
  }
  .ms-xl-35px {
    margin-left: 35px !important;
  }
  .ms-xl-n15 {
    margin-left: -15px !important;
  }
  .ms-xl-n3px {
    margin-left: -3px !important;
  }
  .ms-xl-nsm {
    margin-left: -5px !important;
  }
  .ms-xl-n1 {
    margin-left: -10px !important;
  }
  .ms-xl-n5 {
    margin-left: -5px !important;
  }
  .ms-xl-n90 {
    margin-left: -90px !important;
  }
  .ms-xl-n30 {
    margin-left: -30px !important;
  }
  .ms-xl-n120 {
    margin-left: -120px !important;
  }
  .ms-xl-20vh {
    margin-left: 20vh !important;
  }
  .ms-xl-25vh {
    margin-left: 25vh !important;
  }
  .ms-xl-m3 {
    margin-left: 3% !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.625rem !important;
  }
  .ms-xl-2 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-3 {
    margin-left: 1.875rem !important;
  }
  .ms-xl-4 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3.125rem !important;
  }
  .ms-xl-6 {
    margin-left: 3.75rem !important;
  }
  .ms-xl-7 {
    margin-left: 4.375rem !important;
  }
  .ms-xl-8 {
    margin-left: 5rem !important;
  }
  .ms-xl-9 {
    margin-left: 5.625rem !important;
  }
  .ms-xl-10 {
    margin-left: 6.25rem !important;
  }
  .ms-xl-gutter {
    margin-left: 30px !important;
  }
  .ms-xl-out-container {
    margin-left: calc(50% - 50vw) !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-3px {
    padding: 3px !important;
  }
  .p-xl-4px {
    padding: 4px !important;
  }
  .p-xl-sm {
    padding: 0.3125rem !important;
  }
  .p-xl-8px {
    padding: 8px !important;
  }
  .p-xl-12px {
    padding: 12px !important;
  }
  .p-xl-15px {
    padding: 15px !important;
  }
  .p-xl-16px {
    padding: 16px !important;
  }
  .p-xl-25px {
    padding: 25px !important;
  }
  .p-xl-35px {
    padding: 35px !important;
  }
  .p-xl-n15 {
    padding: -15px !important;
  }
  .p-xl-n3px {
    padding: -3px !important;
  }
  .p-xl-nsm {
    padding: -5px !important;
  }
  .p-xl-n1 {
    padding: -10px !important;
  }
  .p-xl-n5 {
    padding: -5px !important;
  }
  .p-xl-n90 {
    padding: -90px !important;
  }
  .p-xl-n30 {
    padding: -30px !important;
  }
  .p-xl-n120 {
    padding: -120px !important;
  }
  .p-xl-20vh {
    padding: 20vh !important;
  }
  .p-xl-25vh {
    padding: 25vh !important;
  }
  .p-xl-m3 {
    padding: 3% !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.625rem !important;
  }
  .p-xl-2 {
    padding: 1.25rem !important;
  }
  .p-xl-3 {
    padding: 1.875rem !important;
  }
  .p-xl-4 {
    padding: 2.5rem !important;
  }
  .p-xl-5 {
    padding: 3.125rem !important;
  }
  .p-xl-6 {
    padding: 3.75rem !important;
  }
  .p-xl-7 {
    padding: 4.375rem !important;
  }
  .p-xl-8 {
    padding: 5rem !important;
  }
  .p-xl-9 {
    padding: 5.625rem !important;
  }
  .p-xl-10 {
    padding: 6.25rem !important;
  }
  .p-xl-gutter {
    padding: 30px !important;
  }
  .p-xl-out-container {
    padding: calc(50% - 50vw) !important;
  }
  .px-xl-3px {
    padding-right: 3px !important;
    padding-left: 3px !important;
  }
  .px-xl-4px {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-xl-sm {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-xl-8px {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-xl-12px {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-xl-15px {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-xl-16px {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-xl-25px {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-xl-35px {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .px-xl-n15 {
    padding-right: -15px !important;
    padding-left: -15px !important;
  }
  .px-xl-n3px {
    padding-right: -3px !important;
    padding-left: -3px !important;
  }
  .px-xl-nsm {
    padding-right: -5px !important;
    padding-left: -5px !important;
  }
  .px-xl-n1 {
    padding-right: -10px !important;
    padding-left: -10px !important;
  }
  .px-xl-n5 {
    padding-right: -5px !important;
    padding-left: -5px !important;
  }
  .px-xl-n90 {
    padding-right: -90px !important;
    padding-left: -90px !important;
  }
  .px-xl-n30 {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-xl-n120 {
    padding-right: -120px !important;
    padding-left: -120px !important;
  }
  .px-xl-20vh {
    padding-right: 20vh !important;
    padding-left: 20vh !important;
  }
  .px-xl-25vh {
    padding-right: 25vh !important;
    padding-left: 25vh !important;
  }
  .px-xl-m3 {
    padding-right: 3% !important;
    padding-left: 3% !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xl-2 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xl-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-xl-6 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xl-7 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-xl-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-9 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-xl-10 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xl-gutter {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xl-out-container {
    padding-right: calc(50% - 50vw) !important;
    padding-left: calc(50% - 50vw) !important;
  }
  .py-xl-3px {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .py-xl-4px {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-xl-sm {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-xl-8px {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xl-12px {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-xl-15px {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-xl-16px {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-xl-25px {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-xl-35px {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-xl-n15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .py-xl-n3px {
    padding-top: -3px !important;
    padding-bottom: -3px !important;
  }
  .py-xl-nsm {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
  .py-xl-n1 {
    padding-top: -10px !important;
    padding-bottom: -10px !important;
  }
  .py-xl-n5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
  .py-xl-n90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .py-xl-n30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-xl-n120 {
    padding-top: -120px !important;
    padding-bottom: -120px !important;
  }
  .py-xl-20vh {
    padding-top: 20vh !important;
    padding-bottom: 20vh !important;
  }
  .py-xl-25vh {
    padding-top: 25vh !important;
    padding-bottom: 25vh !important;
  }
  .py-xl-m3 {
    padding-top: 3% !important;
    padding-bottom: 3% !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xl-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xl-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-xl-6 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xl-7 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-xl-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-9 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-xl-10 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xl-gutter {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xl-out-container {
    padding-top: calc(50% - 50vw) !important;
    padding-bottom: calc(50% - 50vw) !important;
  }
  .pt-xl-3px {
    padding-top: 3px !important;
  }
  .pt-xl-4px {
    padding-top: 4px !important;
  }
  .pt-xl-sm {
    padding-top: 0.3125rem !important;
  }
  .pt-xl-8px {
    padding-top: 8px !important;
  }
  .pt-xl-12px {
    padding-top: 12px !important;
  }
  .pt-xl-15px {
    padding-top: 15px !important;
  }
  .pt-xl-16px {
    padding-top: 16px !important;
  }
  .pt-xl-25px {
    padding-top: 25px !important;
  }
  .pt-xl-35px {
    padding-top: 35px !important;
  }
  .pt-xl-n15 {
    padding-top: -15px !important;
  }
  .pt-xl-n3px {
    padding-top: -3px !important;
  }
  .pt-xl-nsm {
    padding-top: -5px !important;
  }
  .pt-xl-n1 {
    padding-top: -10px !important;
  }
  .pt-xl-n5 {
    padding-top: -5px !important;
  }
  .pt-xl-n90 {
    padding-top: -90px !important;
  }
  .pt-xl-n30 {
    padding-top: -30px !important;
  }
  .pt-xl-n120 {
    padding-top: -120px !important;
  }
  .pt-xl-20vh {
    padding-top: 20vh !important;
  }
  .pt-xl-25vh {
    padding-top: 25vh !important;
  }
  .pt-xl-m3 {
    padding-top: 3% !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.625rem !important;
  }
  .pt-xl-2 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-3 {
    padding-top: 1.875rem !important;
  }
  .pt-xl-4 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3.125rem !important;
  }
  .pt-xl-6 {
    padding-top: 3.75rem !important;
  }
  .pt-xl-7 {
    padding-top: 4.375rem !important;
  }
  .pt-xl-8 {
    padding-top: 5rem !important;
  }
  .pt-xl-9 {
    padding-top: 5.625rem !important;
  }
  .pt-xl-10 {
    padding-top: 6.25rem !important;
  }
  .pt-xl-gutter {
    padding-top: 30px !important;
  }
  .pt-xl-out-container {
    padding-top: calc(50% - 50vw) !important;
  }
  .pe-xl-3px {
    padding-right: 3px !important;
  }
  .pe-xl-4px {
    padding-right: 4px !important;
  }
  .pe-xl-sm {
    padding-right: 0.3125rem !important;
  }
  .pe-xl-8px {
    padding-right: 8px !important;
  }
  .pe-xl-12px {
    padding-right: 12px !important;
  }
  .pe-xl-15px {
    padding-right: 15px !important;
  }
  .pe-xl-16px {
    padding-right: 16px !important;
  }
  .pe-xl-25px {
    padding-right: 25px !important;
  }
  .pe-xl-35px {
    padding-right: 35px !important;
  }
  .pe-xl-n15 {
    padding-right: -15px !important;
  }
  .pe-xl-n3px {
    padding-right: -3px !important;
  }
  .pe-xl-nsm {
    padding-right: -5px !important;
  }
  .pe-xl-n1 {
    padding-right: -10px !important;
  }
  .pe-xl-n5 {
    padding-right: -5px !important;
  }
  .pe-xl-n90 {
    padding-right: -90px !important;
  }
  .pe-xl-n30 {
    padding-right: -30px !important;
  }
  .pe-xl-n120 {
    padding-right: -120px !important;
  }
  .pe-xl-20vh {
    padding-right: 20vh !important;
  }
  .pe-xl-25vh {
    padding-right: 25vh !important;
  }
  .pe-xl-m3 {
    padding-right: 3% !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.625rem !important;
  }
  .pe-xl-2 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-3 {
    padding-right: 1.875rem !important;
  }
  .pe-xl-4 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3.125rem !important;
  }
  .pe-xl-6 {
    padding-right: 3.75rem !important;
  }
  .pe-xl-7 {
    padding-right: 4.375rem !important;
  }
  .pe-xl-8 {
    padding-right: 5rem !important;
  }
  .pe-xl-9 {
    padding-right: 5.625rem !important;
  }
  .pe-xl-10 {
    padding-right: 6.25rem !important;
  }
  .pe-xl-gutter {
    padding-right: 30px !important;
  }
  .pe-xl-out-container {
    padding-right: calc(50% - 50vw) !important;
  }
  .pb-xl-3px {
    padding-bottom: 3px !important;
  }
  .pb-xl-4px {
    padding-bottom: 4px !important;
  }
  .pb-xl-sm {
    padding-bottom: 0.3125rem !important;
  }
  .pb-xl-8px {
    padding-bottom: 8px !important;
  }
  .pb-xl-12px {
    padding-bottom: 12px !important;
  }
  .pb-xl-15px {
    padding-bottom: 15px !important;
  }
  .pb-xl-16px {
    padding-bottom: 16px !important;
  }
  .pb-xl-25px {
    padding-bottom: 25px !important;
  }
  .pb-xl-35px {
    padding-bottom: 35px !important;
  }
  .pb-xl-n15 {
    padding-bottom: -15px !important;
  }
  .pb-xl-n3px {
    padding-bottom: -3px !important;
  }
  .pb-xl-nsm {
    padding-bottom: -5px !important;
  }
  .pb-xl-n1 {
    padding-bottom: -10px !important;
  }
  .pb-xl-n5 {
    padding-bottom: -5px !important;
  }
  .pb-xl-n90 {
    padding-bottom: -90px !important;
  }
  .pb-xl-n30 {
    padding-bottom: -30px !important;
  }
  .pb-xl-n120 {
    padding-bottom: -120px !important;
  }
  .pb-xl-20vh {
    padding-bottom: 20vh !important;
  }
  .pb-xl-25vh {
    padding-bottom: 25vh !important;
  }
  .pb-xl-m3 {
    padding-bottom: 3% !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3.125rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 4.375rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xl-gutter {
    padding-bottom: 30px !important;
  }
  .pb-xl-out-container {
    padding-bottom: calc(50% - 50vw) !important;
  }
  .ps-xl-3px {
    padding-left: 3px !important;
  }
  .ps-xl-4px {
    padding-left: 4px !important;
  }
  .ps-xl-sm {
    padding-left: 0.3125rem !important;
  }
  .ps-xl-8px {
    padding-left: 8px !important;
  }
  .ps-xl-12px {
    padding-left: 12px !important;
  }
  .ps-xl-15px {
    padding-left: 15px !important;
  }
  .ps-xl-16px {
    padding-left: 16px !important;
  }
  .ps-xl-25px {
    padding-left: 25px !important;
  }
  .ps-xl-35px {
    padding-left: 35px !important;
  }
  .ps-xl-n15 {
    padding-left: -15px !important;
  }
  .ps-xl-n3px {
    padding-left: -3px !important;
  }
  .ps-xl-nsm {
    padding-left: -5px !important;
  }
  .ps-xl-n1 {
    padding-left: -10px !important;
  }
  .ps-xl-n5 {
    padding-left: -5px !important;
  }
  .ps-xl-n90 {
    padding-left: -90px !important;
  }
  .ps-xl-n30 {
    padding-left: -30px !important;
  }
  .ps-xl-n120 {
    padding-left: -120px !important;
  }
  .ps-xl-20vh {
    padding-left: 20vh !important;
  }
  .ps-xl-25vh {
    padding-left: 25vh !important;
  }
  .ps-xl-m3 {
    padding-left: 3% !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.625rem !important;
  }
  .ps-xl-2 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-3 {
    padding-left: 1.875rem !important;
  }
  .ps-xl-4 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3.125rem !important;
  }
  .ps-xl-6 {
    padding-left: 3.75rem !important;
  }
  .ps-xl-7 {
    padding-left: 4.375rem !important;
  }
  .ps-xl-8 {
    padding-left: 5rem !important;
  }
  .ps-xl-9 {
    padding-left: 5.625rem !important;
  }
  .ps-xl-10 {
    padding-left: 6.25rem !important;
  }
  .ps-xl-gutter {
    padding-left: 30px !important;
  }
  .ps-xl-out-container {
    padding-left: calc(50% - 50vw) !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-xl-3px {
    gap: 3px !important;
  }
  .gap-xl-4px {
    gap: 4px !important;
  }
  .gap-xl-sm {
    gap: 0.3125rem !important;
  }
  .gap-xl-8px {
    gap: 8px !important;
  }
  .gap-xl-12px {
    gap: 12px !important;
  }
  .gap-xl-15px {
    gap: 15px !important;
  }
  .gap-xl-16px {
    gap: 16px !important;
  }
  .gap-xl-25px {
    gap: 25px !important;
  }
  .gap-xl-35px {
    gap: 35px !important;
  }
  .gap-xl-n15 {
    gap: -15px !important;
  }
  .gap-xl-n3px {
    gap: -3px !important;
  }
  .gap-xl-nsm {
    gap: -5px !important;
  }
  .gap-xl-n1 {
    gap: -10px !important;
  }
  .gap-xl-n5 {
    gap: -5px !important;
  }
  .gap-xl-n90 {
    gap: -90px !important;
  }
  .gap-xl-n30 {
    gap: -30px !important;
  }
  .gap-xl-n120 {
    gap: -120px !important;
  }
  .gap-xl-20vh {
    gap: 20vh !important;
  }
  .gap-xl-25vh {
    gap: 25vh !important;
  }
  .gap-xl-m3 {
    gap: 3% !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.625rem !important;
  }
  .gap-xl-2 {
    gap: 1.25rem !important;
  }
  .gap-xl-3 {
    gap: 1.875rem !important;
  }
  .gap-xl-4 {
    gap: 2.5rem !important;
  }
  .gap-xl-5 {
    gap: 3.125rem !important;
  }
  .gap-xl-6 {
    gap: 3.75rem !important;
  }
  .gap-xl-7 {
    gap: 4.375rem !important;
  }
  .gap-xl-8 {
    gap: 5rem !important;
  }
  .gap-xl-9 {
    gap: 5.625rem !important;
  }
  .gap-xl-10 {
    gap: 6.25rem !important;
  }
  .gap-xl-gutter {
    gap: 30px !important;
  }
  .gap-xl-out-container {
    gap: calc(50% - 50vw) !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .overflow-xl-auto {
    overflow: auto !important;
  }
  .overflow-xl-unset {
    overflow: unset !important;
  }
  .overflow-xl-hidden {
    overflow: hidden !important;
  }
  .overflow-xl-visible {
    overflow: visible !important;
  }
  .overflow-xl-scroll {
    overflow: scroll !important;
  }
  .o-xl-0 {
    opacity: 0 !important;
  }
  .o-xl-25 {
    opacity: 0.25 !important;
  }
  .o-xl-50 {
    opacity: 0.5 !important;
  }
  .o-xl-60 {
    opacity: 0.6 !important;
  }
  .o-xl-70 {
    opacity: 0.7 !important;
  }
  .o-xl-75 {
    opacity: 0.75 !important;
  }
  .o-xl-85 {
    opacity: 0.85 !important;
  }
  .o-xl-100 {
    opacity: 1 !important;
  }
  .vh-xl-30 {
    height: 30vh !important;
  }
  .vh-xl-40 {
    height: 40vh !important;
  }
  .vh-xl-50 {
    height: 50vh !important;
  }
  .vh-xl-60 {
    height: 60vh !important;
  }
  .vh-xl-65 {
    height: 65vh !important;
  }
  .vh-xl-70 {
    height: 70vh !important;
  }
  .vh-xl-80 {
    height: 80vh !important;
  }
  .vh-xl-100 {
    height: 100vh !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-15 {
    width: 15% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-20px {
    width: 20px !important;
  }
  .w-xl-46px {
    width: 46px !important;
  }
  .w-xl-80px {
    width: 80px !important;
  }
  .w-xl-180 {
    width: 180px !important;
  }
  .w-xl-200px {
    width: 200px !important;
  }
  .w-xl-cal200 {
    width: calc(100% - 200px) !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-20px {
    height: 20px !important;
  }
  .h-xl-27px {
    height: 27px !important;
  }
  .h-xl-46px {
    height: 46px !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .h-xl-100vh {
    height: 100vh !important;
  }
  .h-xl-400px {
    height: 400px !important;
  }
  .fs-xl-1 {
    font-size: calc(1.2813rem + 0.3756vw) !important;
  }
  .fs-xl-2 {
    font-size: calc(1.2625rem + 0.15vw) !important;
  }
  .fs-xl-3 {
    font-size: 1.25rem !important;
  }
  .fs-xl-4 {
    font-size: 1.125rem !important;
  }
  .fs-xl-5 {
    font-size: 1.063rem !important;
  }
  .fs-xl-6 {
    font-size: 1rem !important;
  }
  .fs-xl-12px {
    font-size: 0.75rem !important;
  }
  .fs-xl-15px {
    font-size: 0.9375rem !important;
  }
  .fs-xl-xs {
    font-size: 0.8125rem !important;
  }
  .fs-xl-sm {
    font-size: 0.875rem !important;
  }
  .fs-xl-md {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }
  .fs-xl-lg {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  .fs-xl-xl {
    font-size: calc(1.425rem + 2.1vw) !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .order-xl-unset {
    -webkit-box-ordinal-group: unset !important;
        -ms-flex-order: unset !important;
            order: unset !important;
  }
  .cursor-xl-auto {
    cursor: auto !important;
  }
  .cursor-xl-pointer {
    cursor: pointer !important;
  }
  .cursor-xl-grab {
    cursor: -webkit-grab !important;
    cursor: grab !important;
  }
  .border-xl {
    border: 1px solid #efefef !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .border-top-xl {
    border-top: 1px solid #efefef !important;
  }
  .border-top-xl-0 {
    border-top: 0 !important;
  }
  .border-start-xl {
    border-left: 1px solid #efefef !important;
  }
  .border-start-xl-0 {
    border-left: 0 !important;
  }
  .border-end-xl {
    border-right: 1px solid #efefef !important;
  }
  .border-end-xl-0 {
    border-right: 0 !important;
  }
  .border-bottom-xl {
    border-bottom: 1px solid #efefef !important;
  }
  .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }
  .border-xl-primary {
    border-color: #d81f26 !important;
  }
  .border-xl-secondary {
    border-color: #ffb743 !important;
  }
  .border-xl-success {
    border-color: #43ff7b !important;
  }
  .border-xl-gray-100 {
    border-color: #f5f2ed !important;
  }
  .border-xl-gray-200 {
    border-color: #f2f3f5 !important;
  }
  .border-xl-gray-300 {
    border-color: #f7f5fe !important;
  }
  .border-xl-gray-400 {
    border-color: #d0cfd3 !important;
  }
  .border-xl-gray-500 {
    border-color: #fbfbfb !important;
  }
  .border-xl-gray-600 {
    border-color: #efeff1 !important;
  }
  .border-xl-gray-700 {
    border-color: #4d585b !important;
  }
  .border-xl-gray-800 {
    border-color: #4c586a !important;
  }
  .border-xl-gray-900 {
    border-color: #1a120d !important;
  }
  .border-xl-color-100 {
    border-color: #d9d9d9 !important;
  }
  .border-xl-color-200 {
    border-color: #dbdbdb !important;
  }
  .border-xl-color-300 {
    border-color: #e5e5e5 !important;
  }
  .border-xl-color-1 {
    border-color: #efefef !important;
  }
  .border-xl-color-2 {
    border-color: #e3e3e3 !important;
  }
  .border-xl-info {
    border-color: #0069de !important;
  }
  .border-xl-warning {
    border-color: #edc115 !important;
  }
  .border-xl-danger {
    border-color: #d81f26 !important;
  }
  .border-xl-light {
    border-color: #7c86a9 !important;
  }
  .border-xl-light-100 {
    border-color: #d2d2d2 !important;
  }
  .border-xl-light-200 {
    border-color: #7f7f7f !important;
  }
  .border-xl-light-300 {
    border-color: #707070 !important;
  }
  .border-xl-dark {
    border-color: #253239 !important;
  }
  .border-xl-black {
    border-color: #000000 !important;
  }
  .border-xl-white {
    border-color: #ffffff !important;
  }
  .border-xl-red {
    border-color: #d81f26 !important;
  }
  .border-xl-red-100 {
    border-color: #a41a1f !important;
  }
  .border-xl-yellow {
    border-color: #ffc200 !important;
  }
  .border-xl-yellow-light {
    border-color: rgba(255, 193, 7, 0.0509803922) !important;
  }
  .border-xl-face {
    border-color: #1da1f2 !important;
  }
  .border-xl-twir {
    border-color: #1da1f2 !important;
  }
  .border-xl-linked {
    border-color: #2867b2 !important;
  }
  .border-xl-input-disabled {
    border-color: #fafafa !important;
  }
  .shadow-xl {
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.0509803922) !important;
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.0509803922) !important;
  }
  .shadow-xl-sm {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0509803922) !important;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0509803922) !important;
  }
  .shadow-xl-lg {
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.0705882353) !important;
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.0705882353) !important;
  }
  .shadow-xl-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-decoration-xl-none {
    text-decoration: none !important;
  }
  .text-decoration-xl-underline {
    text-decoration: underline !important;
  }
  .text-decoration-xl-line-through {
    text-decoration: line-through !important;
  }
  .text-xl-lowercase {
    text-transform: lowercase !important;
  }
  .text-xl-uppercase {
    text-transform: uppercase !important;
  }
  .text-xl-capitalize {
    text-transform: capitalize !important;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
  .top-xl-0 {
    top: 0 !important;
  }
  .top-xl-25 {
    top: 25% !important;
  }
  .top-xl-50 {
    top: 50% !important;
  }
  .top-xl-75 {
    top: 75% !important;
  }
  .top-xl-100 {
    top: 100% !important;
  }
  .top-xl-n10 {
    top: 10px !important;
  }
  .top-xl-n90 {
    top: 90px !important;
  }
  .top-xl-n1 {
    top: -10px !important;
  }
  .top-xl-n2 {
    top: -20px !important;
  }
  .top-xl-3px {
    top: 3px !important;
  }
  .top-xl-n55 {
    top: 55px !important;
  }
  .top-xl-n70 {
    top: 70px !important;
  }
  .top-xl-n100 {
    top: 100px !important;
  }
  .top-xl-n250 {
    top: 250px !important;
  }
  .top-xl-m90 {
    top: -90px !important;
  }
  .bottom-xl-0 {
    bottom: 0 !important;
  }
  .bottom-xl-25 {
    bottom: 25% !important;
  }
  .bottom-xl-50 {
    bottom: 50% !important;
  }
  .bottom-xl-75 {
    bottom: 75% !important;
  }
  .bottom-xl-100 {
    bottom: 100% !important;
  }
  .bottom-xl-n10 {
    bottom: 10px !important;
  }
  .bottom-xl-n90 {
    bottom: 90px !important;
  }
  .bottom-xl-n1 {
    bottom: -10px !important;
  }
  .bottom-xl-n2 {
    bottom: -20px !important;
  }
  .bottom-xl-3px {
    bottom: 3px !important;
  }
  .bottom-xl-n55 {
    bottom: 55px !important;
  }
  .bottom-xl-n70 {
    bottom: 70px !important;
  }
  .bottom-xl-n100 {
    bottom: 100px !important;
  }
  .bottom-xl-n250 {
    bottom: 250px !important;
  }
  .bottom-xl-m90 {
    bottom: -90px !important;
  }
  .end-xl-0 {
    right: 0 !important;
  }
  .end-xl-25 {
    right: 25% !important;
  }
  .end-xl-50 {
    right: 50% !important;
  }
  .end-xl-75 {
    right: 75% !important;
  }
  .end-xl-100 {
    right: 100% !important;
  }
  .end-xl-n10 {
    right: 10px !important;
  }
  .end-xl-n90 {
    right: 90px !important;
  }
  .end-xl-n1 {
    right: -10px !important;
  }
  .end-xl-n2 {
    right: -20px !important;
  }
  .end-xl-3px {
    right: 3px !important;
  }
  .end-xl-n55 {
    right: 55px !important;
  }
  .end-xl-n70 {
    right: 70px !important;
  }
  .end-xl-n100 {
    right: 100px !important;
  }
  .end-xl-n250 {
    right: 250px !important;
  }
  .end-xl-m90 {
    right: -90px !important;
  }
  .translate-middle-xl {
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xl-x {
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
  .translate-middle-xl-y {
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }
  .rounded-xl {
    border-radius: 0.25rem !important;
  }
  .rounded-xl-0 {
    border-radius: 0 !important;
  }
  .rounded-xl-4px {
    border-radius: 4px !important;
  }
  .rounded-xl-5px {
    border-radius: 5px !important;
  }
  .rounded-xl-7px {
    border-radius: 7px !important;
  }
  .rounded-xl-8px {
    border-radius: 8px !important;
  }
  .rounded-xl-15px {
    border-radius: 15px !important;
  }
  .rounded-xl-20px {
    border-radius: 20px !important;
  }
  .rounded-xl-25px {
    border-radius: 25px !important;
  }
  .rounded-xl-30px {
    border-radius: 30px !important;
  }
  .rounded-xl-10px {
    border-radius: 10px !important;
  }
  .rounded-xl-1 {
    border-radius: 0.2rem !important;
  }
  .rounded-xl-2 {
    border-radius: 0.25rem !important;
  }
  .rounded-xl-3 {
    border-radius: 0.3rem !important;
  }
  .rounded-xl-circle {
    border-radius: 50% !important;
  }
  .rounded-xl-pill {
    border-radius: 50rem !important;
  }
  .text-xl-wrap {
    white-space: normal !important;
  }
  .text-xl-nowrap {
    white-space: nowrap !important;
  }
}
@media (min-width: 1400px) {
  .font-xxl-sans-serif {
    font-family: "SegoeUI", sans-serif !important;
  }
  .font-xxl-sans-serif-semi {
    font-family: "SegoeUI-SemiBold", sans-serif !important;
  }
  .font-xxl-sans-serif-bold {
    font-family: "SegoeUI-Bold", sans-serif !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .bg-xxl-primary {
    background-color: #d81f26 !important;
  }
  .bg-xxl-secondary {
    background-color: #ffb743 !important;
  }
  .bg-xxl-success {
    background-color: #43ff7b !important;
  }
  .bg-xxl-gray-100 {
    background-color: #f5f2ed !important;
  }
  .bg-xxl-gray-200 {
    background-color: #f2f3f5 !important;
  }
  .bg-xxl-gray-300 {
    background-color: #f7f5fe !important;
  }
  .bg-xxl-gray-400 {
    background-color: #d0cfd3 !important;
  }
  .bg-xxl-gray-500 {
    background-color: #fbfbfb !important;
  }
  .bg-xxl-gray-600 {
    background-color: #efeff1 !important;
  }
  .bg-xxl-gray-700 {
    background-color: #4d585b !important;
  }
  .bg-xxl-gray-800 {
    background-color: #4c586a !important;
  }
  .bg-xxl-gray-900 {
    background-color: #1a120d !important;
  }
  .bg-xxl-color-100 {
    background-color: #d9d9d9 !important;
  }
  .bg-xxl-color-200 {
    background-color: #dbdbdb !important;
  }
  .bg-xxl-color-300 {
    background-color: #e5e5e5 !important;
  }
  .bg-xxl-color-1 {
    background-color: #efefef !important;
  }
  .bg-xxl-color-2 {
    background-color: #e3e3e3 !important;
  }
  .bg-xxl-info {
    background-color: #0069de !important;
  }
  .bg-xxl-warning {
    background-color: #edc115 !important;
  }
  .bg-xxl-danger {
    background-color: #d81f26 !important;
  }
  .bg-xxl-light {
    background-color: #7c86a9 !important;
  }
  .bg-xxl-light-100 {
    background-color: #d2d2d2 !important;
  }
  .bg-xxl-light-200 {
    background-color: #7f7f7f !important;
  }
  .bg-xxl-light-300 {
    background-color: #707070 !important;
  }
  .bg-xxl-dark {
    background-color: #253239 !important;
  }
  .bg-xxl-black {
    background-color: #000000 !important;
  }
  .bg-xxl-white {
    background-color: #ffffff !important;
  }
  .bg-xxl-red {
    background-color: #d81f26 !important;
  }
  .bg-xxl-red-100 {
    background-color: #a41a1f !important;
  }
  .bg-xxl-yellow {
    background-color: #ffc200 !important;
  }
  .bg-xxl-yellow-light {
    background-color: rgba(255, 193, 7, 0.0509803922) !important;
  }
  .bg-xxl-face {
    background-color: #1da1f2 !important;
  }
  .bg-xxl-twir {
    background-color: #1da1f2 !important;
  }
  .bg-xxl-linked {
    background-color: #2867b2 !important;
  }
  .bg-xxl-input-disabled {
    background-color: #fafafa !important;
  }
  .m-xxl-3px {
    margin: 3px !important;
  }
  .m-xxl-4px {
    margin: 4px !important;
  }
  .m-xxl-sm {
    margin: 0.3125rem !important;
  }
  .m-xxl-8px {
    margin: 8px !important;
  }
  .m-xxl-12px {
    margin: 12px !important;
  }
  .m-xxl-15px {
    margin: 15px !important;
  }
  .m-xxl-16px {
    margin: 16px !important;
  }
  .m-xxl-25px {
    margin: 25px !important;
  }
  .m-xxl-35px {
    margin: 35px !important;
  }
  .m-xxl-n15 {
    margin: -15px !important;
  }
  .m-xxl-n3px {
    margin: -3px !important;
  }
  .m-xxl-nsm {
    margin: -5px !important;
  }
  .m-xxl-n1 {
    margin: -10px !important;
  }
  .m-xxl-n5 {
    margin: -5px !important;
  }
  .m-xxl-n90 {
    margin: -90px !important;
  }
  .m-xxl-n30 {
    margin: -30px !important;
  }
  .m-xxl-n120 {
    margin: -120px !important;
  }
  .m-xxl-20vh {
    margin: 20vh !important;
  }
  .m-xxl-25vh {
    margin: 25vh !important;
  }
  .m-xxl-m3 {
    margin: 3% !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.625rem !important;
  }
  .m-xxl-2 {
    margin: 1.25rem !important;
  }
  .m-xxl-3 {
    margin: 1.875rem !important;
  }
  .m-xxl-4 {
    margin: 2.5rem !important;
  }
  .m-xxl-5 {
    margin: 3.125rem !important;
  }
  .m-xxl-6 {
    margin: 3.75rem !important;
  }
  .m-xxl-7 {
    margin: 4.375rem !important;
  }
  .m-xxl-8 {
    margin: 5rem !important;
  }
  .m-xxl-9 {
    margin: 5.625rem !important;
  }
  .m-xxl-10 {
    margin: 6.25rem !important;
  }
  .m-xxl-gutter {
    margin: 30px !important;
  }
  .m-xxl-out-container {
    margin: calc(50% - 50vw) !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-3px {
    margin-right: 3px !important;
    margin-left: 3px !important;
  }
  .mx-xxl-4px {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-xxl-sm {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-xxl-8px {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-xxl-12px {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-xxl-15px {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-xxl-16px {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-xxl-25px {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-xxl-35px {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .mx-xxl-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-xxl-n3px {
    margin-right: -3px !important;
    margin-left: -3px !important;
  }
  .mx-xxl-nsm {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-xxl-n1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-xxl-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-xxl-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-xxl-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-xxl-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .mx-xxl-20vh {
    margin-right: 20vh !important;
    margin-left: 20vh !important;
  }
  .mx-xxl-25vh {
    margin-right: 25vh !important;
    margin-left: 25vh !important;
  }
  .mx-xxl-m3 {
    margin-right: 3% !important;
    margin-left: 3% !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xxl-2 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xxl-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-xxl-6 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xxl-7 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-xxl-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-9 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-xxl-10 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xxl-gutter {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xxl-out-container {
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-3px {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .my-xxl-4px {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-xxl-sm {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-xxl-8px {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xxl-12px {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-xxl-15px {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-xxl-16px {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-xxl-25px {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-xxl-35px {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-xxl-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-xxl-n3px {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .my-xxl-nsm {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-xxl-n1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-xxl-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-xxl-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-xxl-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-xxl-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .my-xxl-20vh {
    margin-top: 20vh !important;
    margin-bottom: 20vh !important;
  }
  .my-xxl-25vh {
    margin-top: 25vh !important;
    margin-bottom: 25vh !important;
  }
  .my-xxl-m3 {
    margin-top: 3% !important;
    margin-bottom: 3% !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xxl-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xxl-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-xxl-6 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xxl-7 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-xxl-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-9 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-xxl-10 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xxl-gutter {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xxl-out-container {
    margin-top: calc(50% - 50vw) !important;
    margin-bottom: calc(50% - 50vw) !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-3px {
    margin-top: 3px !important;
  }
  .mt-xxl-4px {
    margin-top: 4px !important;
  }
  .mt-xxl-sm {
    margin-top: 0.3125rem !important;
  }
  .mt-xxl-8px {
    margin-top: 8px !important;
  }
  .mt-xxl-12px {
    margin-top: 12px !important;
  }
  .mt-xxl-15px {
    margin-top: 15px !important;
  }
  .mt-xxl-16px {
    margin-top: 16px !important;
  }
  .mt-xxl-25px {
    margin-top: 25px !important;
  }
  .mt-xxl-35px {
    margin-top: 35px !important;
  }
  .mt-xxl-n15 {
    margin-top: -15px !important;
  }
  .mt-xxl-n3px {
    margin-top: -3px !important;
  }
  .mt-xxl-nsm {
    margin-top: -5px !important;
  }
  .mt-xxl-n1 {
    margin-top: -10px !important;
  }
  .mt-xxl-n5 {
    margin-top: -5px !important;
  }
  .mt-xxl-n90 {
    margin-top: -90px !important;
  }
  .mt-xxl-n30 {
    margin-top: -30px !important;
  }
  .mt-xxl-n120 {
    margin-top: -120px !important;
  }
  .mt-xxl-20vh {
    margin-top: 20vh !important;
  }
  .mt-xxl-25vh {
    margin-top: 25vh !important;
  }
  .mt-xxl-m3 {
    margin-top: 3% !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.625rem !important;
  }
  .mt-xxl-2 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1.875rem !important;
  }
  .mt-xxl-4 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3.125rem !important;
  }
  .mt-xxl-6 {
    margin-top: 3.75rem !important;
  }
  .mt-xxl-7 {
    margin-top: 4.375rem !important;
  }
  .mt-xxl-8 {
    margin-top: 5rem !important;
  }
  .mt-xxl-9 {
    margin-top: 5.625rem !important;
  }
  .mt-xxl-10 {
    margin-top: 6.25rem !important;
  }
  .mt-xxl-gutter {
    margin-top: 30px !important;
  }
  .mt-xxl-out-container {
    margin-top: calc(50% - 50vw) !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-3px {
    margin-right: 3px !important;
  }
  .me-xxl-4px {
    margin-right: 4px !important;
  }
  .me-xxl-sm {
    margin-right: 0.3125rem !important;
  }
  .me-xxl-8px {
    margin-right: 8px !important;
  }
  .me-xxl-12px {
    margin-right: 12px !important;
  }
  .me-xxl-15px {
    margin-right: 15px !important;
  }
  .me-xxl-16px {
    margin-right: 16px !important;
  }
  .me-xxl-25px {
    margin-right: 25px !important;
  }
  .me-xxl-35px {
    margin-right: 35px !important;
  }
  .me-xxl-n15 {
    margin-right: -15px !important;
  }
  .me-xxl-n3px {
    margin-right: -3px !important;
  }
  .me-xxl-nsm {
    margin-right: -5px !important;
  }
  .me-xxl-n1 {
    margin-right: -10px !important;
  }
  .me-xxl-n5 {
    margin-right: -5px !important;
  }
  .me-xxl-n90 {
    margin-right: -90px !important;
  }
  .me-xxl-n30 {
    margin-right: -30px !important;
  }
  .me-xxl-n120 {
    margin-right: -120px !important;
  }
  .me-xxl-20vh {
    margin-right: 20vh !important;
  }
  .me-xxl-25vh {
    margin-right: 25vh !important;
  }
  .me-xxl-m3 {
    margin-right: 3% !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.625rem !important;
  }
  .me-xxl-2 {
    margin-right: 1.25rem !important;
  }
  .me-xxl-3 {
    margin-right: 1.875rem !important;
  }
  .me-xxl-4 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3.125rem !important;
  }
  .me-xxl-6 {
    margin-right: 3.75rem !important;
  }
  .me-xxl-7 {
    margin-right: 4.375rem !important;
  }
  .me-xxl-8 {
    margin-right: 5rem !important;
  }
  .me-xxl-9 {
    margin-right: 5.625rem !important;
  }
  .me-xxl-10 {
    margin-right: 6.25rem !important;
  }
  .me-xxl-gutter {
    margin-right: 30px !important;
  }
  .me-xxl-out-container {
    margin-right: calc(50% - 50vw) !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-3px {
    margin-bottom: 3px !important;
  }
  .mb-xxl-4px {
    margin-bottom: 4px !important;
  }
  .mb-xxl-sm {
    margin-bottom: 0.3125rem !important;
  }
  .mb-xxl-8px {
    margin-bottom: 8px !important;
  }
  .mb-xxl-12px {
    margin-bottom: 12px !important;
  }
  .mb-xxl-15px {
    margin-bottom: 15px !important;
  }
  .mb-xxl-16px {
    margin-bottom: 16px !important;
  }
  .mb-xxl-25px {
    margin-bottom: 25px !important;
  }
  .mb-xxl-35px {
    margin-bottom: 35px !important;
  }
  .mb-xxl-n15 {
    margin-bottom: -15px !important;
  }
  .mb-xxl-n3px {
    margin-bottom: -3px !important;
  }
  .mb-xxl-nsm {
    margin-bottom: -5px !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -10px !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -5px !important;
  }
  .mb-xxl-n90 {
    margin-bottom: -90px !important;
  }
  .mb-xxl-n30 {
    margin-bottom: -30px !important;
  }
  .mb-xxl-n120 {
    margin-bottom: -120px !important;
  }
  .mb-xxl-20vh {
    margin-bottom: 20vh !important;
  }
  .mb-xxl-25vh {
    margin-bottom: 25vh !important;
  }
  .mb-xxl-m3 {
    margin-bottom: 3% !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 4.375rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xxl-gutter {
    margin-bottom: 30px !important;
  }
  .mb-xxl-out-container {
    margin-bottom: calc(50% - 50vw) !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-3px {
    margin-left: 3px !important;
  }
  .ms-xxl-4px {
    margin-left: 4px !important;
  }
  .ms-xxl-sm {
    margin-left: 0.3125rem !important;
  }
  .ms-xxl-8px {
    margin-left: 8px !important;
  }
  .ms-xxl-12px {
    margin-left: 12px !important;
  }
  .ms-xxl-15px {
    margin-left: 15px !important;
  }
  .ms-xxl-16px {
    margin-left: 16px !important;
  }
  .ms-xxl-25px {
    margin-left: 25px !important;
  }
  .ms-xxl-35px {
    margin-left: 35px !important;
  }
  .ms-xxl-n15 {
    margin-left: -15px !important;
  }
  .ms-xxl-n3px {
    margin-left: -3px !important;
  }
  .ms-xxl-nsm {
    margin-left: -5px !important;
  }
  .ms-xxl-n1 {
    margin-left: -10px !important;
  }
  .ms-xxl-n5 {
    margin-left: -5px !important;
  }
  .ms-xxl-n90 {
    margin-left: -90px !important;
  }
  .ms-xxl-n30 {
    margin-left: -30px !important;
  }
  .ms-xxl-n120 {
    margin-left: -120px !important;
  }
  .ms-xxl-20vh {
    margin-left: 20vh !important;
  }
  .ms-xxl-25vh {
    margin-left: 25vh !important;
  }
  .ms-xxl-m3 {
    margin-left: 3% !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.625rem !important;
  }
  .ms-xxl-2 {
    margin-left: 1.25rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1.875rem !important;
  }
  .ms-xxl-4 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3.125rem !important;
  }
  .ms-xxl-6 {
    margin-left: 3.75rem !important;
  }
  .ms-xxl-7 {
    margin-left: 4.375rem !important;
  }
  .ms-xxl-8 {
    margin-left: 5rem !important;
  }
  .ms-xxl-9 {
    margin-left: 5.625rem !important;
  }
  .ms-xxl-10 {
    margin-left: 6.25rem !important;
  }
  .ms-xxl-gutter {
    margin-left: 30px !important;
  }
  .ms-xxl-out-container {
    margin-left: calc(50% - 50vw) !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-3px {
    padding: 3px !important;
  }
  .p-xxl-4px {
    padding: 4px !important;
  }
  .p-xxl-sm {
    padding: 0.3125rem !important;
  }
  .p-xxl-8px {
    padding: 8px !important;
  }
  .p-xxl-12px {
    padding: 12px !important;
  }
  .p-xxl-15px {
    padding: 15px !important;
  }
  .p-xxl-16px {
    padding: 16px !important;
  }
  .p-xxl-25px {
    padding: 25px !important;
  }
  .p-xxl-35px {
    padding: 35px !important;
  }
  .p-xxl-n15 {
    padding: -15px !important;
  }
  .p-xxl-n3px {
    padding: -3px !important;
  }
  .p-xxl-nsm {
    padding: -5px !important;
  }
  .p-xxl-n1 {
    padding: -10px !important;
  }
  .p-xxl-n5 {
    padding: -5px !important;
  }
  .p-xxl-n90 {
    padding: -90px !important;
  }
  .p-xxl-n30 {
    padding: -30px !important;
  }
  .p-xxl-n120 {
    padding: -120px !important;
  }
  .p-xxl-20vh {
    padding: 20vh !important;
  }
  .p-xxl-25vh {
    padding: 25vh !important;
  }
  .p-xxl-m3 {
    padding: 3% !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.625rem !important;
  }
  .p-xxl-2 {
    padding: 1.25rem !important;
  }
  .p-xxl-3 {
    padding: 1.875rem !important;
  }
  .p-xxl-4 {
    padding: 2.5rem !important;
  }
  .p-xxl-5 {
    padding: 3.125rem !important;
  }
  .p-xxl-6 {
    padding: 3.75rem !important;
  }
  .p-xxl-7 {
    padding: 4.375rem !important;
  }
  .p-xxl-8 {
    padding: 5rem !important;
  }
  .p-xxl-9 {
    padding: 5.625rem !important;
  }
  .p-xxl-10 {
    padding: 6.25rem !important;
  }
  .p-xxl-gutter {
    padding: 30px !important;
  }
  .p-xxl-out-container {
    padding: calc(50% - 50vw) !important;
  }
  .px-xxl-3px {
    padding-right: 3px !important;
    padding-left: 3px !important;
  }
  .px-xxl-4px {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-xxl-sm {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-xxl-8px {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-xxl-12px {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-xxl-15px {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-xxl-16px {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-xxl-25px {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-xxl-35px {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .px-xxl-n15 {
    padding-right: -15px !important;
    padding-left: -15px !important;
  }
  .px-xxl-n3px {
    padding-right: -3px !important;
    padding-left: -3px !important;
  }
  .px-xxl-nsm {
    padding-right: -5px !important;
    padding-left: -5px !important;
  }
  .px-xxl-n1 {
    padding-right: -10px !important;
    padding-left: -10px !important;
  }
  .px-xxl-n5 {
    padding-right: -5px !important;
    padding-left: -5px !important;
  }
  .px-xxl-n90 {
    padding-right: -90px !important;
    padding-left: -90px !important;
  }
  .px-xxl-n30 {
    padding-right: -30px !important;
    padding-left: -30px !important;
  }
  .px-xxl-n120 {
    padding-right: -120px !important;
    padding-left: -120px !important;
  }
  .px-xxl-20vh {
    padding-right: 20vh !important;
    padding-left: 20vh !important;
  }
  .px-xxl-25vh {
    padding-right: 25vh !important;
    padding-left: 25vh !important;
  }
  .px-xxl-m3 {
    padding-right: 3% !important;
    padding-left: 3% !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xxl-2 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxl-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xxl-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-xxl-6 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xxl-7 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-xxl-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-9 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-xxl-10 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xxl-gutter {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xxl-out-container {
    padding-right: calc(50% - 50vw) !important;
    padding-left: calc(50% - 50vw) !important;
  }
  .py-xxl-3px {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .py-xxl-4px {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-xxl-sm {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-xxl-8px {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xxl-12px {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-xxl-15px {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-xxl-16px {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-xxl-25px {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-xxl-35px {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-xxl-n15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important;
  }
  .py-xxl-n3px {
    padding-top: -3px !important;
    padding-bottom: -3px !important;
  }
  .py-xxl-nsm {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
  .py-xxl-n1 {
    padding-top: -10px !important;
    padding-bottom: -10px !important;
  }
  .py-xxl-n5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important;
  }
  .py-xxl-n90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important;
  }
  .py-xxl-n30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important;
  }
  .py-xxl-n120 {
    padding-top: -120px !important;
    padding-bottom: -120px !important;
  }
  .py-xxl-20vh {
    padding-top: 20vh !important;
    padding-bottom: 20vh !important;
  }
  .py-xxl-25vh {
    padding-top: 25vh !important;
    padding-bottom: 25vh !important;
  }
  .py-xxl-m3 {
    padding-top: 3% !important;
    padding-bottom: 3% !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xxl-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xxl-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-xxl-6 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xxl-7 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-xxl-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-9 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-xxl-10 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xxl-gutter {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xxl-out-container {
    padding-top: calc(50% - 50vw) !important;
    padding-bottom: calc(50% - 50vw) !important;
  }
  .pt-xxl-3px {
    padding-top: 3px !important;
  }
  .pt-xxl-4px {
    padding-top: 4px !important;
  }
  .pt-xxl-sm {
    padding-top: 0.3125rem !important;
  }
  .pt-xxl-8px {
    padding-top: 8px !important;
  }
  .pt-xxl-12px {
    padding-top: 12px !important;
  }
  .pt-xxl-15px {
    padding-top: 15px !important;
  }
  .pt-xxl-16px {
    padding-top: 16px !important;
  }
  .pt-xxl-25px {
    padding-top: 25px !important;
  }
  .pt-xxl-35px {
    padding-top: 35px !important;
  }
  .pt-xxl-n15 {
    padding-top: -15px !important;
  }
  .pt-xxl-n3px {
    padding-top: -3px !important;
  }
  .pt-xxl-nsm {
    padding-top: -5px !important;
  }
  .pt-xxl-n1 {
    padding-top: -10px !important;
  }
  .pt-xxl-n5 {
    padding-top: -5px !important;
  }
  .pt-xxl-n90 {
    padding-top: -90px !important;
  }
  .pt-xxl-n30 {
    padding-top: -30px !important;
  }
  .pt-xxl-n120 {
    padding-top: -120px !important;
  }
  .pt-xxl-20vh {
    padding-top: 20vh !important;
  }
  .pt-xxl-25vh {
    padding-top: 25vh !important;
  }
  .pt-xxl-m3 {
    padding-top: 3% !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.625rem !important;
  }
  .pt-xxl-2 {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1.875rem !important;
  }
  .pt-xxl-4 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3.125rem !important;
  }
  .pt-xxl-6 {
    padding-top: 3.75rem !important;
  }
  .pt-xxl-7 {
    padding-top: 4.375rem !important;
  }
  .pt-xxl-8 {
    padding-top: 5rem !important;
  }
  .pt-xxl-9 {
    padding-top: 5.625rem !important;
  }
  .pt-xxl-10 {
    padding-top: 6.25rem !important;
  }
  .pt-xxl-gutter {
    padding-top: 30px !important;
  }
  .pt-xxl-out-container {
    padding-top: calc(50% - 50vw) !important;
  }
  .pe-xxl-3px {
    padding-right: 3px !important;
  }
  .pe-xxl-4px {
    padding-right: 4px !important;
  }
  .pe-xxl-sm {
    padding-right: 0.3125rem !important;
  }
  .pe-xxl-8px {
    padding-right: 8px !important;
  }
  .pe-xxl-12px {
    padding-right: 12px !important;
  }
  .pe-xxl-15px {
    padding-right: 15px !important;
  }
  .pe-xxl-16px {
    padding-right: 16px !important;
  }
  .pe-xxl-25px {
    padding-right: 25px !important;
  }
  .pe-xxl-35px {
    padding-right: 35px !important;
  }
  .pe-xxl-n15 {
    padding-right: -15px !important;
  }
  .pe-xxl-n3px {
    padding-right: -3px !important;
  }
  .pe-xxl-nsm {
    padding-right: -5px !important;
  }
  .pe-xxl-n1 {
    padding-right: -10px !important;
  }
  .pe-xxl-n5 {
    padding-right: -5px !important;
  }
  .pe-xxl-n90 {
    padding-right: -90px !important;
  }
  .pe-xxl-n30 {
    padding-right: -30px !important;
  }
  .pe-xxl-n120 {
    padding-right: -120px !important;
  }
  .pe-xxl-20vh {
    padding-right: 20vh !important;
  }
  .pe-xxl-25vh {
    padding-right: 25vh !important;
  }
  .pe-xxl-m3 {
    padding-right: 3% !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.625rem !important;
  }
  .pe-xxl-2 {
    padding-right: 1.25rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1.875rem !important;
  }
  .pe-xxl-4 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3.125rem !important;
  }
  .pe-xxl-6 {
    padding-right: 3.75rem !important;
  }
  .pe-xxl-7 {
    padding-right: 4.375rem !important;
  }
  .pe-xxl-8 {
    padding-right: 5rem !important;
  }
  .pe-xxl-9 {
    padding-right: 5.625rem !important;
  }
  .pe-xxl-10 {
    padding-right: 6.25rem !important;
  }
  .pe-xxl-gutter {
    padding-right: 30px !important;
  }
  .pe-xxl-out-container {
    padding-right: calc(50% - 50vw) !important;
  }
  .pb-xxl-3px {
    padding-bottom: 3px !important;
  }
  .pb-xxl-4px {
    padding-bottom: 4px !important;
  }
  .pb-xxl-sm {
    padding-bottom: 0.3125rem !important;
  }
  .pb-xxl-8px {
    padding-bottom: 8px !important;
  }
  .pb-xxl-12px {
    padding-bottom: 12px !important;
  }
  .pb-xxl-15px {
    padding-bottom: 15px !important;
  }
  .pb-xxl-16px {
    padding-bottom: 16px !important;
  }
  .pb-xxl-25px {
    padding-bottom: 25px !important;
  }
  .pb-xxl-35px {
    padding-bottom: 35px !important;
  }
  .pb-xxl-n15 {
    padding-bottom: -15px !important;
  }
  .pb-xxl-n3px {
    padding-bottom: -3px !important;
  }
  .pb-xxl-nsm {
    padding-bottom: -5px !important;
  }
  .pb-xxl-n1 {
    padding-bottom: -10px !important;
  }
  .pb-xxl-n5 {
    padding-bottom: -5px !important;
  }
  .pb-xxl-n90 {
    padding-bottom: -90px !important;
  }
  .pb-xxl-n30 {
    padding-bottom: -30px !important;
  }
  .pb-xxl-n120 {
    padding-bottom: -120px !important;
  }
  .pb-xxl-20vh {
    padding-bottom: 20vh !important;
  }
  .pb-xxl-25vh {
    padding-bottom: 25vh !important;
  }
  .pb-xxl-m3 {
    padding-bottom: 3% !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3.125rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 4.375rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xxl-gutter {
    padding-bottom: 30px !important;
  }
  .pb-xxl-out-container {
    padding-bottom: calc(50% - 50vw) !important;
  }
  .ps-xxl-3px {
    padding-left: 3px !important;
  }
  .ps-xxl-4px {
    padding-left: 4px !important;
  }
  .ps-xxl-sm {
    padding-left: 0.3125rem !important;
  }
  .ps-xxl-8px {
    padding-left: 8px !important;
  }
  .ps-xxl-12px {
    padding-left: 12px !important;
  }
  .ps-xxl-15px {
    padding-left: 15px !important;
  }
  .ps-xxl-16px {
    padding-left: 16px !important;
  }
  .ps-xxl-25px {
    padding-left: 25px !important;
  }
  .ps-xxl-35px {
    padding-left: 35px !important;
  }
  .ps-xxl-n15 {
    padding-left: -15px !important;
  }
  .ps-xxl-n3px {
    padding-left: -3px !important;
  }
  .ps-xxl-nsm {
    padding-left: -5px !important;
  }
  .ps-xxl-n1 {
    padding-left: -10px !important;
  }
  .ps-xxl-n5 {
    padding-left: -5px !important;
  }
  .ps-xxl-n90 {
    padding-left: -90px !important;
  }
  .ps-xxl-n30 {
    padding-left: -30px !important;
  }
  .ps-xxl-n120 {
    padding-left: -120px !important;
  }
  .ps-xxl-20vh {
    padding-left: 20vh !important;
  }
  .ps-xxl-25vh {
    padding-left: 25vh !important;
  }
  .ps-xxl-m3 {
    padding-left: 3% !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.625rem !important;
  }
  .ps-xxl-2 {
    padding-left: 1.25rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1.875rem !important;
  }
  .ps-xxl-4 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3.125rem !important;
  }
  .ps-xxl-6 {
    padding-left: 3.75rem !important;
  }
  .ps-xxl-7 {
    padding-left: 4.375rem !important;
  }
  .ps-xxl-8 {
    padding-left: 5rem !important;
  }
  .ps-xxl-9 {
    padding-left: 5.625rem !important;
  }
  .ps-xxl-10 {
    padding-left: 6.25rem !important;
  }
  .ps-xxl-gutter {
    padding-left: 30px !important;
  }
  .ps-xxl-out-container {
    padding-left: calc(50% - 50vw) !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-3px {
    gap: 3px !important;
  }
  .gap-xxl-4px {
    gap: 4px !important;
  }
  .gap-xxl-sm {
    gap: 0.3125rem !important;
  }
  .gap-xxl-8px {
    gap: 8px !important;
  }
  .gap-xxl-12px {
    gap: 12px !important;
  }
  .gap-xxl-15px {
    gap: 15px !important;
  }
  .gap-xxl-16px {
    gap: 16px !important;
  }
  .gap-xxl-25px {
    gap: 25px !important;
  }
  .gap-xxl-35px {
    gap: 35px !important;
  }
  .gap-xxl-n15 {
    gap: -15px !important;
  }
  .gap-xxl-n3px {
    gap: -3px !important;
  }
  .gap-xxl-nsm {
    gap: -5px !important;
  }
  .gap-xxl-n1 {
    gap: -10px !important;
  }
  .gap-xxl-n5 {
    gap: -5px !important;
  }
  .gap-xxl-n90 {
    gap: -90px !important;
  }
  .gap-xxl-n30 {
    gap: -30px !important;
  }
  .gap-xxl-n120 {
    gap: -120px !important;
  }
  .gap-xxl-20vh {
    gap: 20vh !important;
  }
  .gap-xxl-25vh {
    gap: 25vh !important;
  }
  .gap-xxl-m3 {
    gap: 3% !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.625rem !important;
  }
  .gap-xxl-2 {
    gap: 1.25rem !important;
  }
  .gap-xxl-3 {
    gap: 1.875rem !important;
  }
  .gap-xxl-4 {
    gap: 2.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3.125rem !important;
  }
  .gap-xxl-6 {
    gap: 3.75rem !important;
  }
  .gap-xxl-7 {
    gap: 4.375rem !important;
  }
  .gap-xxl-8 {
    gap: 5rem !important;
  }
  .gap-xxl-9 {
    gap: 5.625rem !important;
  }
  .gap-xxl-10 {
    gap: 6.25rem !important;
  }
  .gap-xxl-gutter {
    gap: 30px !important;
  }
  .gap-xxl-out-container {
    gap: calc(50% - 50vw) !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .overflow-xxl-auto {
    overflow: auto !important;
  }
  .overflow-xxl-unset {
    overflow: unset !important;
  }
  .overflow-xxl-hidden {
    overflow: hidden !important;
  }
  .overflow-xxl-visible {
    overflow: visible !important;
  }
  .overflow-xxl-scroll {
    overflow: scroll !important;
  }
  .o-xxl-0 {
    opacity: 0 !important;
  }
  .o-xxl-25 {
    opacity: 0.25 !important;
  }
  .o-xxl-50 {
    opacity: 0.5 !important;
  }
  .o-xxl-60 {
    opacity: 0.6 !important;
  }
  .o-xxl-70 {
    opacity: 0.7 !important;
  }
  .o-xxl-75 {
    opacity: 0.75 !important;
  }
  .o-xxl-85 {
    opacity: 0.85 !important;
  }
  .o-xxl-100 {
    opacity: 1 !important;
  }
  .vh-xxl-30 {
    height: 30vh !important;
  }
  .vh-xxl-40 {
    height: 40vh !important;
  }
  .vh-xxl-50 {
    height: 50vh !important;
  }
  .vh-xxl-60 {
    height: 60vh !important;
  }
  .vh-xxl-65 {
    height: 65vh !important;
  }
  .vh-xxl-70 {
    height: 70vh !important;
  }
  .vh-xxl-80 {
    height: 80vh !important;
  }
  .vh-xxl-100 {
    height: 100vh !important;
  }
  .w-xxl-10 {
    width: 10% !important;
  }
  .w-xxl-15 {
    width: 15% !important;
  }
  .w-xxl-20 {
    width: 20% !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-30 {
    width: 30% !important;
  }
  .w-xxl-35 {
    width: 35% !important;
  }
  .w-xxl-40 {
    width: 40% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-60 {
    width: 60% !important;
  }
  .w-xxl-65 {
    width: 65% !important;
  }
  .w-xxl-70 {
    width: 70% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-80 {
    width: 80% !important;
  }
  .w-xxl-90 {
    width: 90% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .w-xxl-20px {
    width: 20px !important;
  }
  .w-xxl-46px {
    width: 46px !important;
  }
  .w-xxl-80px {
    width: 80px !important;
  }
  .w-xxl-180 {
    width: 180px !important;
  }
  .w-xxl-200px {
    width: 200px !important;
  }
  .w-xxl-cal200 {
    width: calc(100% - 200px) !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-20px {
    height: 20px !important;
  }
  .h-xxl-27px {
    height: 27px !important;
  }
  .h-xxl-46px {
    height: 46px !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .h-xxl-100vh {
    height: 100vh !important;
  }
  .h-xxl-400px {
    height: 400px !important;
  }
  .fs-xxl-1 {
    font-size: calc(1.2813rem + 0.3756vw) !important;
  }
  .fs-xxl-2 {
    font-size: calc(1.2625rem + 0.15vw) !important;
  }
  .fs-xxl-3 {
    font-size: 1.25rem !important;
  }
  .fs-xxl-4 {
    font-size: 1.125rem !important;
  }
  .fs-xxl-5 {
    font-size: 1.063rem !important;
  }
  .fs-xxl-6 {
    font-size: 1rem !important;
  }
  .fs-xxl-12px {
    font-size: 0.75rem !important;
  }
  .fs-xxl-15px {
    font-size: 0.9375rem !important;
  }
  .fs-xxl-xs {
    font-size: 0.8125rem !important;
  }
  .fs-xxl-sm {
    font-size: 0.875rem !important;
  }
  .fs-xxl-md {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }
  .fs-xxl-lg {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  .fs-xxl-xl {
    font-size: calc(1.425rem + 2.1vw) !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .order-xxl-unset {
    -webkit-box-ordinal-group: unset !important;
        -ms-flex-order: unset !important;
            order: unset !important;
  }
  .cursor-xxl-auto {
    cursor: auto !important;
  }
  .cursor-xxl-pointer {
    cursor: pointer !important;
  }
  .cursor-xxl-grab {
    cursor: -webkit-grab !important;
    cursor: grab !important;
  }
  .border-xxl {
    border: 1px solid #efefef !important;
  }
  .border-xxl-0 {
    border: 0 !important;
  }
  .border-top-xxl {
    border-top: 1px solid #efefef !important;
  }
  .border-top-xxl-0 {
    border-top: 0 !important;
  }
  .border-start-xxl {
    border-left: 1px solid #efefef !important;
  }
  .border-start-xxl-0 {
    border-left: 0 !important;
  }
  .border-end-xxl {
    border-right: 1px solid #efefef !important;
  }
  .border-end-xxl-0 {
    border-right: 0 !important;
  }
  .border-bottom-xxl {
    border-bottom: 1px solid #efefef !important;
  }
  .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }
  .border-xxl-primary {
    border-color: #d81f26 !important;
  }
  .border-xxl-secondary {
    border-color: #ffb743 !important;
  }
  .border-xxl-success {
    border-color: #43ff7b !important;
  }
  .border-xxl-gray-100 {
    border-color: #f5f2ed !important;
  }
  .border-xxl-gray-200 {
    border-color: #f2f3f5 !important;
  }
  .border-xxl-gray-300 {
    border-color: #f7f5fe !important;
  }
  .border-xxl-gray-400 {
    border-color: #d0cfd3 !important;
  }
  .border-xxl-gray-500 {
    border-color: #fbfbfb !important;
  }
  .border-xxl-gray-600 {
    border-color: #efeff1 !important;
  }
  .border-xxl-gray-700 {
    border-color: #4d585b !important;
  }
  .border-xxl-gray-800 {
    border-color: #4c586a !important;
  }
  .border-xxl-gray-900 {
    border-color: #1a120d !important;
  }
  .border-xxl-color-100 {
    border-color: #d9d9d9 !important;
  }
  .border-xxl-color-200 {
    border-color: #dbdbdb !important;
  }
  .border-xxl-color-300 {
    border-color: #e5e5e5 !important;
  }
  .border-xxl-color-1 {
    border-color: #efefef !important;
  }
  .border-xxl-color-2 {
    border-color: #e3e3e3 !important;
  }
  .border-xxl-info {
    border-color: #0069de !important;
  }
  .border-xxl-warning {
    border-color: #edc115 !important;
  }
  .border-xxl-danger {
    border-color: #d81f26 !important;
  }
  .border-xxl-light {
    border-color: #7c86a9 !important;
  }
  .border-xxl-light-100 {
    border-color: #d2d2d2 !important;
  }
  .border-xxl-light-200 {
    border-color: #7f7f7f !important;
  }
  .border-xxl-light-300 {
    border-color: #707070 !important;
  }
  .border-xxl-dark {
    border-color: #253239 !important;
  }
  .border-xxl-black {
    border-color: #000000 !important;
  }
  .border-xxl-white {
    border-color: #ffffff !important;
  }
  .border-xxl-red {
    border-color: #d81f26 !important;
  }
  .border-xxl-red-100 {
    border-color: #a41a1f !important;
  }
  .border-xxl-yellow {
    border-color: #ffc200 !important;
  }
  .border-xxl-yellow-light {
    border-color: rgba(255, 193, 7, 0.0509803922) !important;
  }
  .border-xxl-face {
    border-color: #1da1f2 !important;
  }
  .border-xxl-twir {
    border-color: #1da1f2 !important;
  }
  .border-xxl-linked {
    border-color: #2867b2 !important;
  }
  .border-xxl-input-disabled {
    border-color: #fafafa !important;
  }
  .shadow-xxl {
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.0509803922) !important;
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.0509803922) !important;
  }
  .shadow-xxl-sm {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0509803922) !important;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0509803922) !important;
  }
  .shadow-xxl-lg {
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.0705882353) !important;
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.0705882353) !important;
  }
  .shadow-xxl-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-decoration-xxl-none {
    text-decoration: none !important;
  }
  .text-decoration-xxl-underline {
    text-decoration: underline !important;
  }
  .text-decoration-xxl-line-through {
    text-decoration: line-through !important;
  }
  .text-xxl-lowercase {
    text-transform: lowercase !important;
  }
  .text-xxl-uppercase {
    text-transform: uppercase !important;
  }
  .text-xxl-capitalize {
    text-transform: capitalize !important;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
  .top-xxl-0 {
    top: 0 !important;
  }
  .top-xxl-25 {
    top: 25% !important;
  }
  .top-xxl-50 {
    top: 50% !important;
  }
  .top-xxl-75 {
    top: 75% !important;
  }
  .top-xxl-100 {
    top: 100% !important;
  }
  .top-xxl-n10 {
    top: 10px !important;
  }
  .top-xxl-n90 {
    top: 90px !important;
  }
  .top-xxl-n1 {
    top: -10px !important;
  }
  .top-xxl-n2 {
    top: -20px !important;
  }
  .top-xxl-3px {
    top: 3px !important;
  }
  .top-xxl-n55 {
    top: 55px !important;
  }
  .top-xxl-n70 {
    top: 70px !important;
  }
  .top-xxl-n100 {
    top: 100px !important;
  }
  .top-xxl-n250 {
    top: 250px !important;
  }
  .top-xxl-m90 {
    top: -90px !important;
  }
  .bottom-xxl-0 {
    bottom: 0 !important;
  }
  .bottom-xxl-25 {
    bottom: 25% !important;
  }
  .bottom-xxl-50 {
    bottom: 50% !important;
  }
  .bottom-xxl-75 {
    bottom: 75% !important;
  }
  .bottom-xxl-100 {
    bottom: 100% !important;
  }
  .bottom-xxl-n10 {
    bottom: 10px !important;
  }
  .bottom-xxl-n90 {
    bottom: 90px !important;
  }
  .bottom-xxl-n1 {
    bottom: -10px !important;
  }
  .bottom-xxl-n2 {
    bottom: -20px !important;
  }
  .bottom-xxl-3px {
    bottom: 3px !important;
  }
  .bottom-xxl-n55 {
    bottom: 55px !important;
  }
  .bottom-xxl-n70 {
    bottom: 70px !important;
  }
  .bottom-xxl-n100 {
    bottom: 100px !important;
  }
  .bottom-xxl-n250 {
    bottom: 250px !important;
  }
  .bottom-xxl-m90 {
    bottom: -90px !important;
  }
  .end-xxl-0 {
    right: 0 !important;
  }
  .end-xxl-25 {
    right: 25% !important;
  }
  .end-xxl-50 {
    right: 50% !important;
  }
  .end-xxl-75 {
    right: 75% !important;
  }
  .end-xxl-100 {
    right: 100% !important;
  }
  .end-xxl-n10 {
    right: 10px !important;
  }
  .end-xxl-n90 {
    right: 90px !important;
  }
  .end-xxl-n1 {
    right: -10px !important;
  }
  .end-xxl-n2 {
    right: -20px !important;
  }
  .end-xxl-3px {
    right: 3px !important;
  }
  .end-xxl-n55 {
    right: 55px !important;
  }
  .end-xxl-n70 {
    right: 70px !important;
  }
  .end-xxl-n100 {
    right: 100px !important;
  }
  .end-xxl-n250 {
    right: 250px !important;
  }
  .end-xxl-m90 {
    right: -90px !important;
  }
  .translate-middle-xxl {
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xxl-x {
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
  .translate-middle-xxl-y {
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }
  .rounded-xxl {
    border-radius: 0.25rem !important;
  }
  .rounded-xxl-0 {
    border-radius: 0 !important;
  }
  .rounded-xxl-4px {
    border-radius: 4px !important;
  }
  .rounded-xxl-5px {
    border-radius: 5px !important;
  }
  .rounded-xxl-7px {
    border-radius: 7px !important;
  }
  .rounded-xxl-8px {
    border-radius: 8px !important;
  }
  .rounded-xxl-15px {
    border-radius: 15px !important;
  }
  .rounded-xxl-20px {
    border-radius: 20px !important;
  }
  .rounded-xxl-25px {
    border-radius: 25px !important;
  }
  .rounded-xxl-30px {
    border-radius: 30px !important;
  }
  .rounded-xxl-10px {
    border-radius: 10px !important;
  }
  .rounded-xxl-1 {
    border-radius: 0.2rem !important;
  }
  .rounded-xxl-2 {
    border-radius: 0.25rem !important;
  }
  .rounded-xxl-3 {
    border-radius: 0.3rem !important;
  }
  .rounded-xxl-circle {
    border-radius: 50% !important;
  }
  .rounded-xxl-pill {
    border-radius: 50rem !important;
  }
  .text-xxl-wrap {
    white-space: normal !important;
  }
  .text-xxl-nowrap {
    white-space: nowrap !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 1.563rem !important;
  }
  .fs-2 {
    font-size: 1.375rem !important;
  }
  .fs-md {
    font-size: 1.875rem !important;
  }
  .fs-lg {
    font-size: 2.25rem !important;
  }
  .fs-xl {
    font-size: 3rem !important;
  }
  .fs-sm-1 {
    font-size: 1.563rem !important;
  }
  .fs-sm-2 {
    font-size: 1.375rem !important;
  }
  .fs-sm-md {
    font-size: 1.875rem !important;
  }
  .fs-sm-lg {
    font-size: 2.25rem !important;
  }
  .fs-sm-xl {
    font-size: 3rem !important;
  }
  .fs-md-1 {
    font-size: 1.563rem !important;
  }
  .fs-md-2 {
    font-size: 1.375rem !important;
  }
  .fs-md-md {
    font-size: 1.875rem !important;
  }
  .fs-md-lg {
    font-size: 2.25rem !important;
  }
  .fs-md-xl {
    font-size: 3rem !important;
  }
  .fs-lg-1 {
    font-size: 1.563rem !important;
  }
  .fs-lg-2 {
    font-size: 1.375rem !important;
  }
  .fs-lg-md {
    font-size: 1.875rem !important;
  }
  .fs-lg-lg {
    font-size: 2.25rem !important;
  }
  .fs-lg-xl {
    font-size: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
* {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
  margin-top: 55px;
  background-color: #fcfcfe;
}

@media (min-width: 1200px) {
  body {
    margin-top: 100px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #272626;
  -webkit-transition: 0.3;
  transition: 0.3;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #d81f26;
}

figcaption,
figure {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 1rem;
}

ul {
  padding: 0;
  list-style: none;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  font-family: "SegoeUI-Bold", sans-serif;
}

video:focus {
  outline: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #d81f26;
  border-color: #d81f26;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #e12f36;
  border-color: #e4464c;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #ffffff;
  background-color: #e12f36;
  border-color: #e4464c;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(222, 65, 71, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(222, 65, 71, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #ad191e;
  border-color: #a2171d;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(222, 65, 71, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(222, 65, 71, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #ffffff;
  background-color: #d81f26;
  border-color: #d81f26;
}

.btn-transparent {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.btn-transparent:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.35);
}
.btn-check:focus + .btn-transparent, .btn-transparent:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-transparent, .btn-check:active + .btn-transparent, .btn-transparent:active, .btn-transparent.active, .show > .btn-transparent.dropdown-toggle {
  color: #ffffff;
  background-color: rgba(117, 117, 117, 0.48);
  border-color: rgba(109, 109, 109, 0.55);
}
.btn-check:checked + .btn-transparent:focus, .btn-check:active + .btn-transparent:focus, .btn-transparent:active:focus, .btn-transparent.active:focus, .show > .btn-transparent.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-transparent:disabled, .btn-transparent.disabled {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.4);
}

.btn-primary-light-200 {
  color: #d81f26;
  background-color: rgba(216, 31, 38, 0.2);
  border-color: #d81f26;
  border-style: dashed;
}
.btn-primary-light-200:hover {
  color: #d81f26;
  background-color: rgba(216, 31, 38, 0.2);
  border-color: #d81f26;
}
.btn-check:focus + .btn-primary-light-200, .btn-primary-light-200:focus {
  color: #d81f26;
  background-color: rgba(216, 31, 38, 0.2);
  border-color: #d81f26;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
}
.btn-check:checked + .btn-primary-light-200, .btn-check:active + .btn-primary-light-200, .btn-primary-light-200:active, .btn-primary-light-200.active, .show > .btn-primary-light-200.dropdown-toggle {
  color: #000000;
  background-color: rgba(243, 186, 188, 0.36);
  border-color: #dc353c;
}
.btn-check:checked + .btn-primary-light-200:focus, .btn-check:active + .btn-primary-light-200:focus, .btn-primary-light-200:active:focus, .btn-primary-light-200.active:focus, .show > .btn-primary-light-200.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
}
.btn-primary-light-200:disabled, .btn-primary-light-200.disabled {
  color: #ffffff;
  background-color: rgba(216, 31, 38, 0.2);
  border-color: #d81f26;
}

.btn-primary-light {
  color: #d81f26;
  background-color: #ffffff;
  border-color: #d81f26;
}
.btn-primary-light:hover {
  color: #ffffff;
  background-color: #d81f26;
  border-color: #d81f26;
}
.btn-check:focus + .btn-primary-light, .btn-primary-light:focus {
  color: #ffffff;
  background-color: #d81f26;
  border-color: #d81f26;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
}
.btn-check:checked + .btn-primary-light, .btn-check:active + .btn-primary-light, .btn-primary-light:active, .btn-primary-light.active, .show > .btn-primary-light.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: #dc353c;
}
.btn-check:checked + .btn-primary-light:focus, .btn-check:active + .btn-primary-light:focus, .btn-primary-light:active:focus, .btn-primary-light.active:focus, .show > .btn-primary-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
}
.btn-primary-light:disabled, .btn-primary-light.disabled {
  color: #000000;
  background-color: #ffffff;
  border-color: #d81f26;
}

.btn-primary-light-white {
  color: #d81f26;
  background-color: #ffffff;
  border-color: #d81f26;
}
.btn-primary-light-white:hover {
  color: #d81f26;
  background-color: #ffffff;
  border-color: #d81f26;
}
.btn-check:focus + .btn-primary-light-white, .btn-primary-light-white:focus {
  color: #d81f26;
  background-color: #ffffff;
  border-color: #d81f26;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
}
.btn-check:checked + .btn-primary-light-white, .btn-check:active + .btn-primary-light-white, .btn-primary-light-white:active, .btn-primary-light-white.active, .show > .btn-primary-light-white.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: #dc353c;
}
.btn-check:checked + .btn-primary-light-white:focus, .btn-check:active + .btn-primary-light-white:focus, .btn-primary-light-white:active:focus, .btn-primary-light-white.active:focus, .show > .btn-primary-light-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
}
.btn-primary-light-white:disabled, .btn-primary-light-white.disabled {
  color: #000000;
  background-color: #ffffff;
  border-color: #d81f26;
}

.btn-secondary {
  color: #ffffff;
  background-color: #ffb743;
  border-color: #ffb743;
}
.btn-secondary:hover {
  color: white;
  background-color: #ffc15d;
  border-color: #ffcb76;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: white;
  background-color: #ffc15d;
  border-color: #ffcb76;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 194, 95, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 194, 95, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #ffb743;
  border-color: #ffb743;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 194, 95, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 194, 95, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #ffffff;
  background-color: #ffb743;
  border-color: #ffb743;
}

.btn-outline-primary {
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #d81f26;
  border-color: #d81f26;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  color: #ffffff;
  background-color: #d81f26;
  border-color: #d81f26;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: #1a1a1a;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
}

.btn-secondary-light {
  color: #ffb743;
  background-color: #ffffff;
  border-color: #ffb743;
}
.btn-secondary-light:hover {
  color: #ffffff;
  background-color: #ffb743;
  border-color: #ffb743;
}
.btn-check:focus + .btn-secondary-light, .btn-secondary-light:focus {
  color: #ffffff;
  background-color: #ffb743;
  border-color: #ffb743;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 183, 67, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 183, 67, 0.5);
}
.btn-check:checked + .btn-secondary-light, .btn-check:active + .btn-secondary-light, .btn-secondary-light:active, .btn-secondary-light.active, .show > .btn-secondary-light.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: #ffbe56;
}
.btn-check:checked + .btn-secondary-light:focus, .btn-check:active + .btn-secondary-light:focus, .btn-secondary-light:active:focus, .btn-secondary-light.active:focus, .show > .btn-secondary-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 183, 67, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 183, 67, 0.5);
}
.btn-secondary-light:disabled, .btn-secondary-light.disabled {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffb743;
}

.btn-danger-light {
  color: #d81f26;
  background-color: #ffffff;
  border-color: #d81f26;
}
.btn-danger-light:hover {
  color: #ffffff;
  background-color: #d81f26;
  border-color: #d81f26;
}
.btn-check:focus + .btn-danger-light, .btn-danger-light:focus {
  color: #ffffff;
  background-color: #d81f26;
  border-color: #d81f26;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
}
.btn-check:checked + .btn-danger-light, .btn-check:active + .btn-danger-light, .btn-danger-light:active, .btn-danger-light.active, .show > .btn-danger-light.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: #dc353c;
}
.btn-check:checked + .btn-danger-light:focus, .btn-check:active + .btn-danger-light:focus, .btn-danger-light:active:focus, .btn-danger-light.active:focus, .show > .btn-danger-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(216, 31, 38, 0.5);
}
.btn-danger-light:disabled, .btn-danger-light.disabled {
  color: #000000;
  background-color: #ffffff;
  border-color: #d81f26;
}

.btn-light {
  color: #7f7f7f;
  background-color: #ffffff;
  border-color: #e3e3e3;
}
.btn-light:hover {
  color: #000000;
  background-color: white;
  border-color: #000000;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000000;
  background-color: white;
  border-color: #000000;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(212, 212, 212, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(212, 212, 212, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: #e6e6e6;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(212, 212, 212, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(212, 212, 212, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000000;
  background-color: #ffffff;
  border-color: #e3e3e3;
}

.btn-info-light {
  color: #0069de;
  background-color: #ffffff;
  border-color: #0069de;
}
.btn-info-light:hover {
  color: #0069de;
  background-color: #ffffff;
  border-color: #0069de;
}
.btn-check:focus + .btn-info-light, .btn-info-light:focus {
  color: #0069de;
  background-color: #ffffff;
  border-color: #0069de;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 105, 222, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 105, 222, 0.5);
}
.btn-check:checked + .btn-info-light, .btn-check:active + .btn-info-light, .btn-info-light:active, .btn-info-light.active, .show > .btn-info-light.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: #1a78e1;
}
.btn-check:checked + .btn-info-light:focus, .btn-check:active + .btn-info-light:focus, .btn-info-light:active:focus, .btn-info-light.active:focus, .show > .btn-info-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 105, 222, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 105, 222, 0.5);
}
.btn-info-light:disabled, .btn-info-light.disabled {
  color: #000000;
  background-color: #ffffff;
  border-color: #0069de;
}

.btn-white {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
  padding: 8px 10px;
  border-radius: 5px;
  min-width: 120px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-white:hover, .btn-white:active {
  background: #ffffff;
  color: #000000;
}

.main_button,
input[type=submit] {
  min-width: 140px;
  text-align: center;
  background: #d81f26;
  border: 1px solid #d81f26;
  color: #ffffff;
  margin: 0 0;
  border-radius: 3px;
  padding: 10px 5px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.main_button:hover, .main_button:active,
input[type=submit]:hover,
input[type=submit]:active {
  background-color: #ffffff;
  color: #d81f26;
  text-decoration: none;
  border: 1px solid #d81f26;
}

button[type=submit] {
  width: 100% !important;
  height: 60px !important;
  background: #d81f26 !important;
  font-size: 24px !important;
  border-radius: 10px !important;
}
button[type=submit]:hover, button[type=submit]:active {
  color: #000000 !important;
}

.main_title {
  font-size: 30px;
}

.border_before {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.border_before:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90px;
  max-width: 50%;
  height: 5px;
  background-color: #d81f26;
}

.line-1 {
  line-height: 1;
}

input:focus {
  outline: none;
}

.loading-first {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
}
.loading-first .loader {
  position: absolute;
  top: 50%;
  left: calc(50% - 15px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: loader4Animation 1s linear infinite;
          animation: loader4Animation 1s linear infinite;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
}
.loading-first .loader:before {
  display: none !important;
}
.loading-first.hided {
  display: none;
}

@-webkit-keyframes loader4Animation {
  0% {
    background-color: rgb(216, 31, 38);
    -webkit-box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0.67), 30px 0px 0px 0px rgba(216, 31, 38, 0.33);
            box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0.67), 30px 0px 0px 0px rgba(216, 31, 38, 0.33);
  }
  17% {
    background-color: rgba(216, 31, 38, 0.67);
    -webkit-box-shadow: 15px 0px 0px 0px rgb(216, 31, 38), 30px 0px 0px 0px rgba(216, 31, 38, 0.67);
            box-shadow: 15px 0px 0px 0px rgb(216, 31, 38), 30px 0px 0px 0px rgba(216, 31, 38, 0.67);
  }
  33% {
    background-color: rgba(216, 31, 38, 0.33);
    -webkit-box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0.67), 30px 0px 0px 0px rgb(216, 31, 38);
            box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0.67), 30px 0px 0px 0px rgb(216, 31, 38);
  }
  50% {
    background-color: rgba(216, 31, 38, 0);
    -webkit-box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0.33), 30px 0px 0px 0px rgba(24, 28, 34, 0.67);
            box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0.33), 30px 0px 0px 0px rgba(24, 28, 34, 0.67);
  }
  67% {
    background-color: rgba(216, 31, 38, 0.33);
    -webkit-box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0), 30px 0px 0px 0px rgba(216, 31, 38, 0.33);
            box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0), 30px 0px 0px 0px rgba(216, 31, 38, 0.33);
  }
  83% {
    background-color: rgba(216, 31, 38, 0.67);
    -webkit-box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0.33), 30px 0px 0px 0px rgba(216, 31, 38, 0);
            box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0.33), 30px 0px 0px 0px rgba(216, 31, 38, 0);
  }
  100% {
    background-color: rgb(216, 31, 38);
    -webkit-box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0.67), 30px 0px 0px 0px rgba(216, 31, 38, 0.33);
            box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0.67), 30px 0px 0px 0px rgba(216, 31, 38, 0.33);
  }
}

@keyframes loader4Animation {
  0% {
    background-color: rgb(216, 31, 38);
    -webkit-box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0.67), 30px 0px 0px 0px rgba(216, 31, 38, 0.33);
            box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0.67), 30px 0px 0px 0px rgba(216, 31, 38, 0.33);
  }
  17% {
    background-color: rgba(216, 31, 38, 0.67);
    -webkit-box-shadow: 15px 0px 0px 0px rgb(216, 31, 38), 30px 0px 0px 0px rgba(216, 31, 38, 0.67);
            box-shadow: 15px 0px 0px 0px rgb(216, 31, 38), 30px 0px 0px 0px rgba(216, 31, 38, 0.67);
  }
  33% {
    background-color: rgba(216, 31, 38, 0.33);
    -webkit-box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0.67), 30px 0px 0px 0px rgb(216, 31, 38);
            box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0.67), 30px 0px 0px 0px rgb(216, 31, 38);
  }
  50% {
    background-color: rgba(216, 31, 38, 0);
    -webkit-box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0.33), 30px 0px 0px 0px rgba(24, 28, 34, 0.67);
            box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0.33), 30px 0px 0px 0px rgba(24, 28, 34, 0.67);
  }
  67% {
    background-color: rgba(216, 31, 38, 0.33);
    -webkit-box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0), 30px 0px 0px 0px rgba(216, 31, 38, 0.33);
            box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0), 30px 0px 0px 0px rgba(216, 31, 38, 0.33);
  }
  83% {
    background-color: rgba(216, 31, 38, 0.67);
    -webkit-box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0.33), 30px 0px 0px 0px rgba(216, 31, 38, 0);
            box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0.33), 30px 0px 0px 0px rgba(216, 31, 38, 0);
  }
  100% {
    background-color: rgb(216, 31, 38);
    -webkit-box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0.67), 30px 0px 0px 0px rgba(216, 31, 38, 0.33);
            box-shadow: 15px 0px 0px 0px rgba(216, 31, 38, 0.67), 30px 0px 0px 0px rgba(216, 31, 38, 0.33);
  }
}
.loading-first {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
}

.swiper-pagination {
  width: 100%;
  margin: 0;
  bottom: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #7c86a9;
  opacity: 0.5;
  margin: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 25px;
  background-color: #d81f26;
  border-radius: 10px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 12px !important;
  color: #000000;
}

.swiper-button-prev:focus {
  outline: none;
}

.swiper-button-next:focus {
  outline: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=tel] {
  border-radius: 5px;
  border: 1px solid #efefef;
  height: 50px;
  padding: 0 10px 0 12px;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=tel]:focus {
  outline: none;
}

.label_remember_me,
.label_checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.label_remember_me input[type=checkbox],
.label_checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.label_remember_me input[type=checkbox]:checked ~ .checkmark:after,
.label_checkbox input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
.label_remember_me .checkmark:after,
.label_checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

input[type=checkbox]:checked ~ .checkmark {
  background-color: #d81f26;
  border-color: #d81f26;
}

textarea {
  height: 120px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 15px 15px;
  color: #272626;
  resize: none;
}
textarea:focus {
  outline: none;
}

select {
  height: 50px;
  padding: 0px 15px 0 15px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: calc(100% - 20px) center;
  background-size: 12px;
}
select:focus {
  outline: none;
}

.st-pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 53px;
}
.st-pagelink span,
.st-pagelink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #272626;
  background-color: #ffffff;
  border: 1px solid #efefef;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin: 0 8px 16px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: "SegoeUI-Bold", sans-serif;
}
.st-pagelink span.page-numbers,
.st-pagelink a.page-numbers {
  border: 1px solid #efefef !important;
}
.st-pagelink a:hover {
  color: #ffffff;
  background-color: #d81f26;
  border: 1px solid #d81f26;
}
.st-pagelink a:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.st-pagelink span {
  color: #ffffff;
  background-color: #d81f26;
  border: 1px solid #d81f26;
}

.shadow-1 {
  -webkit-box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.1);
}

.sub_banner {
  min-height: 200px;
  background-color: #d0cfd3;
  text-align: center;
  padding: 50px 0 30px;
  line-height: 1.7;
  color: #7c86a9;
}
.sub_banner h2 {
  color: #272626;
  margin-bottom: 15px;
  font-size: 35px;
}

.page-numbers {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border: none !important;
}
.page-numbers li {
  border: none !important;
}
.page-numbers li a,
.page-numbers li span {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d81f26;
  background-color: #ffffff;
  border: 1px solid #d6d6d6 !important;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin: 0 8px 16px !important;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: "SegoeUI-Bold", sans-serif;
}
.page-numbers li a:hover,
.page-numbers li span:hover {
  color: #ffffff !important;
  background-color: #d81f26 !important;
  border: 1px solid #d81f26 !important;
}
.page-numbers li span.current {
  color: #ffffff !important;
  background-color: #d81f26 !important;
  border: 1px solid #d81f26 !important;
}

.nav-tabs .nav-link {
  padding: 15px 15px;
  color: #7f7f7f;
  font-family: "SegoeUI-SemiBold", sans-serif;
  border: 0;
  border-bottom: 1px solid #efefef;
}
.nav-tabs .nav-link:hover {
  border-color: #d81f26;
}
.nav-tabs .nav-link.active {
  color: #272626;
  font-family: "SegoeUI-SemiBold", sans-serif;
  border: 0;
  border-bottom: 1px solid #d81f26;
  background-color: transparent;
}

.btn-tooltip {
  width: 14px;
  height: 14px;
  padding: 0;
  font-size: 10px;
  font-weight: bold;
  line-height: 10px;
  margin-left: 5px;
  margin-top: -10px;
}
.btn-tooltip.verify {
  margin-top: -5px;
}

.dropdown-toggle.no-arrow::after {
  display: none;
}

.dropdown-menu {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #efefef;
  border-radius: 10px;
}

.link-block {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0509803922);
}
.link-block a {
  display: block;
}
.link-block a:hover, .link-block a:focus {
  color: inherit;
  text-decoration: none;
}
.link-block:hover, .link-block:focus {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.0509803922);
}

.btn-collapse {
  background-color: transparent;
}
.btn-collapse:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-collapse[aria-expanded=false] .minus {
  display: none;
}
.btn-collapse[aria-expanded=false] .plus {
  display: block;
}
.btn-collapse .plus {
  display: none;
}

.bg-blur {
  background: rgba(0, 0, 0, 0.2) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.modal-content {
  border-radius: 15px;
}

.modal-header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.modal-header .btn-close {
  width: 11px;
  height: 11px;
  opacity: 1;
  padding: 0;
  margin: 0;
}
.modal-header .modal-title-icon {
  width: 29px;
  height: 29px;
  background-color: #ffb743;
  border-radius: 8px;
  text-align: center;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0;
  font-size: 1rem;
}
.woocommerce .woocommerce-breadcrumb span:last-child {
  font-family: "SegoeUI-SemiBold", sans-serif;
}

header.z-lg {
  z-index: 1045 !important;
}

.text-link,
.text-link-white {
  position: relative;
}
.text-link::after,
.text-link-white::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #272626;
}
.text-link:hover, .text-link:focus,
.text-link-white:hover,
.text-link-white:focus {
  text-decoration: none;
}
.text-link:hover::after, .text-link:focus::after,
.text-link-white:hover::after,
.text-link-white:focus::after {
  border-bottom: 1px solid #d81f26;
}
.text-link:hover img, .text-link:focus img,
.text-link-white:hover img,
.text-link-white:focus img {
  -webkit-filter: invert(14%) sepia(99%) saturate(3643%) hue-rotate(349deg) brightness(100%) contrast(91%);
          filter: invert(14%) sepia(99%) saturate(3643%) hue-rotate(349deg) brightness(100%) contrast(91%);
}

.text-link-white {
  color: #ffffff;
}
.text-link-white img {
  -webkit-filter: invert(99%) sepia(1%) saturate(755%) hue-rotate(162deg) brightness(106%) contrast(101%);
          filter: invert(99%) sepia(1%) saturate(755%) hue-rotate(162deg) brightness(106%) contrast(101%);
}
.text-link-white::after {
  border-bottom: 1px solid #ffffff;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  right: 15px;
  top: 14px;
}
.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  content: "";
  background: url("../images/eye.svg") 95% center no-repeat;
  background-size: 22px;
  width: 22px;
  height: 22px;
  margin-left: 0;
  display: block;
}

.password-input:hover input::-webkit-input-placeholder {
  color: #7f7f7f;
}

.password-input:hover input::-moz-placeholder {
  color: #7f7f7f;
}

.password-input:hover input:-ms-input-placeholder {
  color: #7f7f7f;
}

.password-input:hover input::-ms-input-placeholder {
  color: #7f7f7f;
}

.password-input:hover input::placeholder {
  color: #7f7f7f;
}
.password-input:hover .show-password-input::after,
.password-input input:focus + .show-password-input::after {
  background: url("../images/eye-red.svg") 95% center no-repeat;
  background-size: 22px;
}
.password-input .form-input + .show-password-input {
  top: 22px;
}

.woocommerce-form-login__submit[type=submit]:hover,
.woocommerce-form-register__submit[type=submit]:hover {
  color: #ffffff !important;
}

.woocommerce-form-resetPassword__submit[type=submit] {
  height: 50px !important;
  font-size: 16px !important;
}
.woocommerce-form-resetPassword__submit[type=submit]:hover {
  color: #ffffff !important;
}

.login_block,
.lost_reset_password,
.signup_block {
  max-width: unset;
  margin: 0 auto;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
}

body.login .woocommerce-notices-wrapper .woocommerce-error,
body.signup .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-lost-password .woocommerce-notices-wrapper .woocommerce-error {
  margin-top: 40px;
  margin-bottom: 0;
}

.account_main .woocommerce-message {
  margin-top: 20px;
}

.reviews-page .nav .nav-link {
  color: #000000;
}
.reviews-page .nav .nav-link.active {
  color: #ffffff;
}
.reviews-page .progress {
  height: 13px;
  border-radius: 10px;
}
.reviews-page .progress .progress-bar {
  border-radius: 10px;
}

.contactSeller .spinner-border {
  width: 20px;
  height: 20px;
}