/*!
 * b5st since v1.0 | Unicence
 */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #182E6D;
  --bs-secondary: #EEF2F6;
  --bs-success: #66C61C;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #F8FAFC;
  --bs-dark: #212529;
  --bs-primary-rgb: 24, 46, 109;
  --bs-secondary-rgb: 238, 242, 246;
  --bs-success-rgb: 102, 198, 28;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 250, 252;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #0a122c;
  --bs-secondary-text-emphasis: #5f6162;
  --bs-success-text-emphasis: #294f0b;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #d1d5e2;
  --bs-secondary-bg-subtle: #fcfcfd;
  --bs-success-bg-subtle: #e0f4d2;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #a3abc5;
  --bs-secondary-border-subtle: #f8fafb;
  --bs-success-border-subtle: #c2e8a4;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Inter", 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.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #182E6D;
  --bs-link-color-rgb: 24, 46, 109;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #132557;
  --bs-link-hover-color-rgb: 19, 37, 87;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(24, 46, 109, 0.25);
  --bs-form-valid-color: #66C61C;
  --bs-form-valid-border-color: #66C61C;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545; }

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #7482a7;
  --bs-secondary-text-emphasis: #f5f7fa;
  --bs-success-text-emphasis: #a3dd77;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #050916;
  --bs-secondary-bg-subtle: #303031;
  --bs-success-bg-subtle: #142806;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #0e1c41;
  --bs-secondary-border-subtle: #8f9194;
  --bs-success-border-subtle: #3d7711;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #7482a7;
  --bs-link-hover-color: #909bb9;
  --bs-link-color-rgb: 116, 130, 167;
  --bs-link-hover-color-rgb: 144, 155, 185;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f; }

*,
*::before,
*::after {
  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: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color); }

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2rem; } }

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.75rem; } }

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.5rem; } }

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

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

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  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: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small, .small {
  font-size: 0.875em; }

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg); }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline; }
  a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb); }

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

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: var(--bs-code-color);
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em; }

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: var(--bs-secondary-color);
  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]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important; }

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"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

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

::file-selector-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; }

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }

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

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
  .blockquote > :last-child {
    margin-bottom: 0; }

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

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

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

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

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

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px; }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

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

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%; }

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

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

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%; }

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%; }

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%; }

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 2; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 2; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 4; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 4; }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 8px; }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 8px; }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 10px; }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 10px; }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 12px; }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 12px; }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 16px; }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 16px; }
  .g-sm-24,
  .gx-sm-24 {
    --bs-gutter-x: 24px; }
  .g-sm-24,
  .gy-sm-24 {
    --bs-gutter-y: 24px; }
  .g-sm-32,
  .gx-sm-32 {
    --bs-gutter-x: 32px; }
  .g-sm-32,
  .gy-sm-32 {
    --bs-gutter-y: 32px; }
  .g-sm-48,
  .gx-sm-48 {
    --bs-gutter-x: 48px; }
  .g-sm-48,
  .gy-sm-48 {
    --bs-gutter-y: 48px; }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 50px; }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 50px; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 2; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 2; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 4; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 4; }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 8px; }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 8px; }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 10px; }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 10px; }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 12px; }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 12px; }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 16px; }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 16px; }
  .g-md-24,
  .gx-md-24 {
    --bs-gutter-x: 24px; }
  .g-md-24,
  .gy-md-24 {
    --bs-gutter-y: 24px; }
  .g-md-32,
  .gx-md-32 {
    --bs-gutter-x: 32px; }
  .g-md-32,
  .gy-md-32 {
    --bs-gutter-y: 32px; }
  .g-md-48,
  .gx-md-48 {
    --bs-gutter-x: 48px; }
  .g-md-48,
  .gy-md-48 {
    --bs-gutter-y: 48px; }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 50px; }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 50px; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 2; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 2; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 4; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 4; }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 8px; }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 8px; }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 10px; }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 10px; }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 12px; }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 12px; }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 16px; }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 16px; }
  .g-lg-24,
  .gx-lg-24 {
    --bs-gutter-x: 24px; }
  .g-lg-24,
  .gy-lg-24 {
    --bs-gutter-y: 24px; }
  .g-lg-32,
  .gx-lg-32 {
    --bs-gutter-x: 32px; }
  .g-lg-32,
  .gy-lg-32 {
    --bs-gutter-y: 32px; }
  .g-lg-48,
  .gx-lg-48 {
    --bs-gutter-x: 48px; }
  .g-lg-48,
  .gy-lg-48 {
    --bs-gutter-y: 48px; }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 50px; }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 50px; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 2; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 2; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 4; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 4; }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 8px; }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 8px; }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 10px; }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 10px; }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 12px; }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 12px; }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 16px; }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 16px; }
  .g-xl-24,
  .gx-xl-24 {
    --bs-gutter-x: 24px; }
  .g-xl-24,
  .gy-xl-24 {
    --bs-gutter-y: 24px; }
  .g-xl-32,
  .gx-xl-32 {
    --bs-gutter-x: 32px; }
  .g-xl-32,
  .gy-xl-32 {
    --bs-gutter-y: 32px; }
  .g-xl-48,
  .gx-xl-48 {
    --bs-gutter-x: 48px; }
  .g-xl-48,
  .gy-xl-48 {
    --bs-gutter-y: 48px; }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 50px; }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 50px; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 2; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 2; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 4; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 4; }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 8px; }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 8px; }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 10px; }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 10px; }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 12px; }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 12px; }
  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 16px; }
  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 16px; }
  .g-xxl-24,
  .gx-xxl-24 {
    --bs-gutter-x: 24px; }
  .g-xxl-24,
  .gy-xxl-24 {
    --bs-gutter-y: 24px; }
  .g-xxl-32,
  .gx-xxl-32 {
    --bs-gutter-x: 32px; }
  .g-xxl-32,
  .gy-xxl-32 {
    --bs-gutter-y: 32px; }
  .g-xxl-48,
  .gx-xxl-48 {
    --bs-gutter-x: 48px; }
  .g-xxl-48,
  .gy-xxl-48 {
    --bs-gutter-y: 48px; }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 50px; }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 50px; } }

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

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

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem; }

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color); }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid #E5E5E5;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #8c97b6;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(24, 46, 109, 0.25); }
  .form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0; }
  .form-control::-webkit-datetime-edit {
    display: block;
    padding: 0; }
  .form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1; }
  .form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg); }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0; }
  .form-control-plaintext:focus {
    outline: 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.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm); }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg); }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2)); }

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2)); }

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2)); }

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius); }
  .form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius); }
  .form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2)); }
  .form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2)); }

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid #E5E5E5;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
  .form-select:focus {
    border-color: #8c97b6;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(24, 46, 109, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    background-color: var(--bs-secondary-bg); }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color); }

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

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg); }

[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); }

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

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right; }
  .form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0; }

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #8c97b6;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(24, 46, 109, 0.25); }
  .form-check-input:checked {
    background-color: #182E6D;
    border-color: #182E6D; }
    .form-check-input:checked[type="checkbox"] {
      --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #182E6D;
    border-color: #182E6D;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    --bs-form-switch-bg: 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");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
    .form-switch .form-check-input:focus {
      --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238c97b6'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0; }
    .form-switch.form-check-reverse .form-check-input {
      margin-right: -2.5em;
      margin-left: 0; }

.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;
    filter: none;
    opacity: 0.65; }

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e"); }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(24, 46, 109, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(24, 46, 109, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    appearance: none;
    background-color: #182E6D;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #bac0d3; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    appearance: none;
    background-color: #182E6D;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #bac0d3; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: var(--bs-secondary-color); }
    .form-range:disabled::-moz-range-thumb {
      background-color: var(--bs-secondary-color); }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext,
  .form-floating > .form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::placeholder,
    .form-floating > .form-control-plaintext::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
    .form-floating > .form-control-plaintext:focus,
    .form-floating > .form-control-plaintext:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill,
    .form-floating > .form-control-plaintext:-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:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-select ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
    .form-floating > .form-control:focus ~ label::after,
    .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
    .form-floating > .form-control-plaintext ~ label::after,
    .form-floating > .form-select ~ label::after {
      position: absolute;
      inset: 1rem 0.375rem;
      z-index: -1;
      height: 1.5em;
      content: "";
      background-color: var(--bs-body-bg);
      border-radius: var(--bs-border-radius); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control-plaintext ~ label {
    border-width: var(--bs-border-width) 0; }
  .form-floating > :disabled ~ label,
  .form-floating > .form-control:disabled ~ label {
    color: #6c757d; }
    .form-floating > :disabled ~ label::after,
    .form-floating > .form-control:disabled ~ label::after {
      background-color: var(--bs-secondary-bg); }

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid #E5E5E5;
  border-radius: var(--bs-border-radius); }

.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: 1.25rem;
  border-radius: var(--bs-border-radius-lg); }

.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: var(--bs-border-radius-sm); }

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  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):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  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: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  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: var(--bs-form-valid-color); }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius); }

.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: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2366C61C' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25); }

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color); }
  .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"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2366C61C' d='M2.3 6.73.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");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25); }

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem)); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color); }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: var(--bs-form-valid-color); }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: var(--bs-form-valid-color); }

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

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated
.input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid, .was-validated
.input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color); }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius); }

.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: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  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='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25); }

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color); }
  .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"] {
    --bs-form-select-bg-icon: 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='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25); }

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem)); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color); }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: var(--bs-form-invalid-color); }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: var(--bs-form-invalid-color); }

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

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated
.input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid, .was-validated
.input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4; }

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }
  .btn-check + .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color); }
  .btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:checked + .btn,
  :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color); }
    .btn-check:checked + .btn:focus-visible,
    :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
      box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:checked:focus-visible + .btn {
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity); }

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #182E6D;
  --bs-btn-border-color: #182E6D;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #14275d;
  --bs-btn-hover-border-color: #132557;
  --bs-btn-focus-shadow-rgb: 59, 77, 131;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #132557;
  --bs-btn-active-border-color: #122352;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #182E6D;
  --bs-btn-disabled-border-color: #182E6D; }

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #EEF2F6;
  --bs-btn-border-color: #EEF2F6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f1f4f7;
  --bs-btn-hover-border-color: #f0f3f7;
  --bs-btn-focus-shadow-rgb: 202, 206, 209;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f1f5f8;
  --bs-btn-active-border-color: #f0f3f7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #EEF2F6;
  --bs-btn-disabled-border-color: #EEF2F6; }

.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #66C61C;
  --bs-btn-border-color: #66C61C;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #7dcf3e;
  --bs-btn-hover-border-color: #75cc33;
  --bs-btn-focus-shadow-rgb: 87, 168, 24;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #85d149;
  --bs-btn-active-border-color: #75cc33;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #66C61C;
  --bs-btn-disabled-border-color: #66C61C; }

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0; }

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107; }

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545; }

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #F8FAFC;
  --bs-btn-border-color: #F8FAFC;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d5d6;
  --bs-btn-hover-border-color: #c6c8ca;
  --bs-btn-focus-shadow-rgb: 211, 213, 214;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c8ca;
  --bs-btn-active-border-color: #babcbd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F8FAFC;
  --bs-btn-disabled-border-color: #F8FAFC; }

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529; }

.btn-outline-primary {
  --bs-btn-color: #182E6D;
  --bs-btn-border-color: #182E6D;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #182E6D;
  --bs-btn-hover-border-color: #182E6D;
  --bs-btn-focus-shadow-rgb: 24, 46, 109;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #182E6D;
  --bs-btn-active-border-color: #182E6D;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #182E6D;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #182E6D;
  --bs-gradient: none; }

.btn-outline-secondary {
  --bs-btn-color: #EEF2F6;
  --bs-btn-border-color: #EEF2F6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #EEF2F6;
  --bs-btn-hover-border-color: #EEF2F6;
  --bs-btn-focus-shadow-rgb: 238, 242, 246;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #EEF2F6;
  --bs-btn-active-border-color: #EEF2F6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #EEF2F6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EEF2F6;
  --bs-gradient: none; }

.btn-outline-success {
  --bs-btn-color: #66C61C;
  --bs-btn-border-color: #66C61C;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #66C61C;
  --bs-btn-hover-border-color: #66C61C;
  --bs-btn-focus-shadow-rgb: 102, 198, 28;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #66C61C;
  --bs-btn-active-border-color: #66C61C;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #66C61C;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #66C61C;
  --bs-gradient: none; }

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none; }

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none; }

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none; }

.btn-outline-light {
  --bs-btn-color: #F8FAFC;
  --bs-btn-border-color: #F8FAFC;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F8FAFC;
  --bs-btn-hover-border-color: #F8FAFC;
  --bs-btn-focus-shadow-rgb: 248, 250, 252;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #F8FAFC;
  --bs-btn-active-border-color: #F8FAFC;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #F8FAFC;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F8FAFC;
  --bs-gradient: none; }

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none; }

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 59, 77, 131;
  text-decoration: underline; }
  .btn-link:focus-visible {
    color: var(--bs-btn-color); }
  .btn-link:hover {
    color: var(--bs-btn-hover-color); }

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg); }

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm); }

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

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

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

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  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 {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #182E6D;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius); }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer); }

.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: var(--bs-dropdown-spacer); }

.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: var(--bs-dropdown-spacer); }

.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: var(--bs-dropdown-spacer); }

.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: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0); }
  .dropdown-item:hover, .dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg); }
  .dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg); }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent; }

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color); }

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #182E6D;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd; }

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  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 {
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color); }
  .nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(24, 46, 109, 0.25); }
  .nav-link.disabled, .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); }
  .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius); }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: var(--bs-nav-tabs-link-hover-border-color); }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color); }
  .nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #182E6D; }
  .nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius); }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg); }

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap); }
  .nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent; }
    .nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
      border-bottom-color: currentcolor; }
  .nav-underline .nav-link.active,
  .nav-underline .show > .nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor; }

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

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

.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 {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x); }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color); }

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color); }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color); }
  .navbar-text a,
  .navbar-text a:hover,
  .navbar-text a:focus {
    color: var(--bs-navbar-active-color); }

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition); }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width); }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  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 {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-md .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x); }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none; }
    .navbar-expand .offcanvas .offcanvas-header {
      display: none; }
    .navbar-expand .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; }

.navbar-dark,
.navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: 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"); }

[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: 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"); }

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius); }

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x); }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color); }

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(24, 46, 109, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity); }
  .btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity); }
  .btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity); }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity); }

.btn-close-white {
  filter: var(--bs-btn-close-white-filter); }

[data-bs-theme="dark"] .btn-close {
  filter: var(--bs-btn-close-white-filter); }

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

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

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0; }

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg); }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity); }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius); }
  .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto; }

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height); }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding); }

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius); }
  .modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * .5); }

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow); }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto; }
  .modal-sm {
    --bs-modal-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px; } }

.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,
  .modal-fullscreen .modal-footer {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }

@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,
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; } }

@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,
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; } }

@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,
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; } }

@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,
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; } }

@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,
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; } }

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius); }
  .popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height); }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid;
      border-width: 0; }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border); }
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg); }

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width); }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border); }
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg); }

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border); }
  .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg); }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg); }

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width); }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border); }
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg); }

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color); }

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

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

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

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

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

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

.float-start {
  float: left !important; }

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

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

.object-fit-contain {
  object-fit: contain !important; }

.object-fit-cover {
  object-fit: cover !important; }

.object-fit-fill {
  object-fit: fill !important; }

.object-fit-scale {
  object-fit: scale-down !important; }

.object-fit-none {
  object-fit: none !important; }

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

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

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

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

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

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

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

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

.overflow-x-visible {
  overflow-x: visible !important; }

.overflow-x-scroll {
  overflow-x: scroll !important; }

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

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

.overflow-y-visible {
  overflow-y: visible !important; }

.overflow-y-scroll {
  overflow-y: scroll !important; }

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important; }

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important; }

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important; }

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity)); }

.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-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

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

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

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

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

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

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  transform: translateX(-50%) !important; }

.translate-middle-y {
  transform: translateY(-50%) !important; }

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important; }

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important; }

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important; }

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important; }

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important; }

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important; }

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important; }

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important; }

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important; }

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important; }

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important; }

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important; }

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important; }

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important; }

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important; }

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important; }

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important; }

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important; }

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

.border-opacity-10 {
  --bs-border-opacity: 0.1; }

.border-opacity-25 {
  --bs-border-opacity: 0.25; }

.border-opacity-50 {
  --bs-border-opacity: 0.5; }

.border-opacity-75 {
  --bs-border-opacity: 0.75; }

.border-opacity-100 {
  --bs-border-opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important; }

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

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-2 {
  padding-right: 2 !important;
  padding-left: 2 !important; }

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

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

.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important; }

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

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

.px-24 {
  padding-right: 24px !important;
  padding-left: 24px !important; }

.px-32 {
  padding-right: 32px !important;
  padding-left: 32px !important; }

.px-48 {
  padding-right: 48px !important;
  padding-left: 48px !important; }

.px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important; }

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

.py-2 {
  padding-top: 2 !important;
  padding-bottom: 2 !important; }

.py-4 {
  padding-top: 4 !important;
  padding-bottom: 4 !important; }

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important; }

.py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

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

.pt-2 {
  padding-top: 2 !important; }

.pt-4 {
  padding-top: 4 !important; }

.pt-8 {
  padding-top: 8px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-12 {
  padding-top: 12px !important; }

.pt-16 {
  padding-top: 16px !important; }

.pt-24 {
  padding-top: 24px !important; }

.pt-32 {
  padding-top: 32px !important; }

.pt-48 {
  padding-top: 48px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-2 {
  padding-right: 2 !important; }

.pe-4 {
  padding-right: 4 !important; }

.pe-8 {
  padding-right: 8px !important; }

.pe-10 {
  padding-right: 10px !important; }

.pe-12 {
  padding-right: 12px !important; }

.pe-16 {
  padding-right: 16px !important; }

.pe-24 {
  padding-right: 24px !important; }

.pe-32 {
  padding-right: 32px !important; }

.pe-48 {
  padding-right: 48px !important; }

.pe-50 {
  padding-right: 50px !important; }

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

.pb-2 {
  padding-bottom: 2 !important; }

.pb-4 {
  padding-bottom: 4 !important; }

.pb-8 {
  padding-bottom: 8px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-12 {
  padding-bottom: 12px !important; }

.pb-16 {
  padding-bottom: 16px !important; }

.pb-24 {
  padding-bottom: 24px !important; }

.pb-32 {
  padding-bottom: 32px !important; }

.pb-48 {
  padding-bottom: 48px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-2 {
  padding-left: 2 !important; }

.ps-4 {
  padding-left: 4 !important; }

.ps-8 {
  padding-left: 8px !important; }

.ps-10 {
  padding-left: 10px !important; }

.ps-12 {
  padding-left: 12px !important; }

.ps-16 {
  padding-left: 16px !important; }

.ps-24 {
  padding-left: 24px !important; }

.ps-32 {
  padding-left: 32px !important; }

.ps-48 {
  padding-left: 48px !important; }

.ps-50 {
  padding-left: 50px !important; }

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

.gap-2 {
  gap: 2 !important; }

.gap-4 {
  gap: 4 !important; }

.gap-8 {
  gap: 8px !important; }

.gap-10 {
  gap: 10px !important; }

.gap-12 {
  gap: 12px !important; }

.gap-16 {
  gap: 16px !important; }

.gap-24 {
  gap: 24px !important; }

.gap-32 {
  gap: 32px !important; }

.gap-48 {
  gap: 48px !important; }

.gap-50 {
  gap: 50px !important; }

.row-gap-0 {
  row-gap: 0 !important; }

.row-gap-2 {
  row-gap: 2 !important; }

.row-gap-4 {
  row-gap: 4 !important; }

.row-gap-8 {
  row-gap: 8px !important; }

.row-gap-10 {
  row-gap: 10px !important; }

.row-gap-12 {
  row-gap: 12px !important; }

.row-gap-16 {
  row-gap: 16px !important; }

.row-gap-24 {
  row-gap: 24px !important; }

.row-gap-32 {
  row-gap: 32px !important; }

.row-gap-48 {
  row-gap: 48px !important; }

.row-gap-50 {
  row-gap: 50px !important; }

.column-gap-0 {
  column-gap: 0 !important; }

.column-gap-2 {
  column-gap: 2 !important; }

.column-gap-4 {
  column-gap: 4 !important; }

.column-gap-8 {
  column-gap: 8px !important; }

.column-gap-10 {
  column-gap: 10px !important; }

.column-gap-12 {
  column-gap: 12px !important; }

.column-gap-16 {
  column-gap: 16px !important; }

.column-gap-24 {
  column-gap: 24px !important; }

.column-gap-32 {
  column-gap: 32px !important; }

.column-gap-48 {
  column-gap: 48px !important; }

.column-gap-50 {
  column-gap: 50px !important; }

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important; }

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important; }

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important; }

.fs-5 {
  font-size: 1.25rem !important; }

.fs-6 {
  font-size: 1rem !important; }

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

.fst-normal {
  font-style: normal !important; }

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

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

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

.fw-medium {
  font-weight: 500 !important; }

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

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

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

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !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; }

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important; }

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

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

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important; }

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important; }

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important; }

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

.text-opacity-25 {
  --bs-text-opacity: 0.25; }

.text-opacity-50 {
  --bs-text-opacity: 0.5; }

.text-opacity-75 {
  --bs-text-opacity: 0.75; }

.text-opacity-100 {
  --bs-text-opacity: 1; }

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important; }

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important; }

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important; }

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important; }

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important; }

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important; }

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important; }

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important; }

.link-opacity-10 {
  --bs-link-opacity: 0.1; }

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1; }

.link-opacity-25 {
  --bs-link-opacity: 0.25; }

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25; }

.link-opacity-50 {
  --bs-link-opacity: 0.5; }

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5; }

.link-opacity-75 {
  --bs-link-opacity: 0.75; }

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75; }

.link-opacity-100 {
  --bs-link-opacity: 1; }

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1; }

.link-offset-1 {
  text-underline-offset: 0.125em !important; }

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important; }

.link-offset-2 {
  text-underline-offset: 0.25em !important; }

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important; }

.link-offset-3 {
  text-underline-offset: 0.375em !important; }

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important; }

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important; }

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0; }

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0; }

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1; }

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1; }

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25; }

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25; }

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5; }

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5; }

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75; }

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75; }

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1; }

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1; }

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

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

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }

.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }

.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }

.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }

.bg-opacity-100 {
  --bs-bg-opacity: 1; }

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important; }

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important; }

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important; }

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important; }

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important; }

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important; }

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important; }

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

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

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

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

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.rounded {
  border-radius: var(--bs-border-radius) !important; }

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important; }

.rounded-2 {
  border-radius: var(--bs-border-radius) !important; }

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important; }

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important; }

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important; }

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important; }

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important; }

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

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important; }

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important; }

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important; }

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important; }

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important; }

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

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important; }

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important; }

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important; }

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important; }

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important; }

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important; }

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important; }

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important; }

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important; }

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important; }

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important; }

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important; }

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important; }

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

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important; }

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important; }

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important; }

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important; }

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important; }

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important; }

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important; }

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important; }

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.z-n1 {
  z-index: -1 !important; }

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

.z-1 {
  z-index: 1 !important; }

.z-2 {
  z-index: 2 !important; }

.z-3 {
  z-index: 3 !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .object-fit-sm-contain {
    object-fit: contain !important; }
  .object-fit-sm-cover {
    object-fit: cover !important; }
  .object-fit-sm-fill {
    object-fit: fill !important; }
  .object-fit-sm-scale {
    object-fit: scale-down !important; }
  .object-fit-sm-none {
    object-fit: none !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: grid !important; }
  .d-sm-inline-grid {
    display: inline-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: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-2 {
    margin: 2 !important; }
  .m-sm-4 {
    margin: 4 !important; }
  .m-sm-8 {
    margin: 8px !important; }
  .m-sm-10 {
    margin: 10px !important; }
  .m-sm-12 {
    margin: 12px !important; }
  .m-sm-16 {
    margin: 16px !important; }
  .m-sm-24 {
    margin: 24px !important; }
  .m-sm-32 {
    margin: 32px !important; }
  .m-sm-48 {
    margin: 48px !important; }
  .m-sm-50 {
    margin: 50px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-2 {
    margin-right: 2 !important;
    margin-left: 2 !important; }
  .mx-sm-4 {
    margin-right: 4 !important;
    margin-left: 4 !important; }
  .mx-sm-8 {
    margin-right: 8px !important;
    margin-left: 8px !important; }
  .mx-sm-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-sm-12 {
    margin-right: 12px !important;
    margin-left: 12px !important; }
  .mx-sm-16 {
    margin-right: 16px !important;
    margin-left: 16px !important; }
  .mx-sm-24 {
    margin-right: 24px !important;
    margin-left: 24px !important; }
  .mx-sm-32 {
    margin-right: 32px !important;
    margin-left: 32px !important; }
  .mx-sm-48 {
    margin-right: 48px !important;
    margin-left: 48px !important; }
  .mx-sm-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-2 {
    margin-top: 2 !important;
    margin-bottom: 2 !important; }
  .my-sm-4 {
    margin-top: 4 !important;
    margin-bottom: 4 !important; }
  .my-sm-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-sm-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .my-sm-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .my-sm-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .my-sm-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .my-sm-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-2 {
    margin-top: 2 !important; }
  .mt-sm-4 {
    margin-top: 4 !important; }
  .mt-sm-8 {
    margin-top: 8px !important; }
  .mt-sm-10 {
    margin-top: 10px !important; }
  .mt-sm-12 {
    margin-top: 12px !important; }
  .mt-sm-16 {
    margin-top: 16px !important; }
  .mt-sm-24 {
    margin-top: 24px !important; }
  .mt-sm-32 {
    margin-top: 32px !important; }
  .mt-sm-48 {
    margin-top: 48px !important; }
  .mt-sm-50 {
    margin-top: 50px !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-2 {
    margin-right: 2 !important; }
  .me-sm-4 {
    margin-right: 4 !important; }
  .me-sm-8 {
    margin-right: 8px !important; }
  .me-sm-10 {
    margin-right: 10px !important; }
  .me-sm-12 {
    margin-right: 12px !important; }
  .me-sm-16 {
    margin-right: 16px !important; }
  .me-sm-24 {
    margin-right: 24px !important; }
  .me-sm-32 {
    margin-right: 32px !important; }
  .me-sm-48 {
    margin-right: 48px !important; }
  .me-sm-50 {
    margin-right: 50px !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-2 {
    margin-bottom: 2 !important; }
  .mb-sm-4 {
    margin-bottom: 4 !important; }
  .mb-sm-8 {
    margin-bottom: 8px !important; }
  .mb-sm-10 {
    margin-bottom: 10px !important; }
  .mb-sm-12 {
    margin-bottom: 12px !important; }
  .mb-sm-16 {
    margin-bottom: 16px !important; }
  .mb-sm-24 {
    margin-bottom: 24px !important; }
  .mb-sm-32 {
    margin-bottom: 32px !important; }
  .mb-sm-48 {
    margin-bottom: 48px !important; }
  .mb-sm-50 {
    margin-bottom: 50px !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-2 {
    margin-left: 2 !important; }
  .ms-sm-4 {
    margin-left: 4 !important; }
  .ms-sm-8 {
    margin-left: 8px !important; }
  .ms-sm-10 {
    margin-left: 10px !important; }
  .ms-sm-12 {
    margin-left: 12px !important; }
  .ms-sm-16 {
    margin-left: 16px !important; }
  .ms-sm-24 {
    margin-left: 24px !important; }
  .ms-sm-32 {
    margin-left: 32px !important; }
  .ms-sm-48 {
    margin-left: 48px !important; }
  .ms-sm-50 {
    margin-left: 50px !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-2 {
    padding: 2 !important; }
  .p-sm-4 {
    padding: 4 !important; }
  .p-sm-8 {
    padding: 8px !important; }
  .p-sm-10 {
    padding: 10px !important; }
  .p-sm-12 {
    padding: 12px !important; }
  .p-sm-16 {
    padding: 16px !important; }
  .p-sm-24 {
    padding: 24px !important; }
  .p-sm-32 {
    padding: 32px !important; }
  .p-sm-48 {
    padding: 48px !important; }
  .p-sm-50 {
    padding: 50px !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-2 {
    padding-right: 2 !important;
    padding-left: 2 !important; }
  .px-sm-4 {
    padding-right: 4 !important;
    padding-left: 4 !important; }
  .px-sm-8 {
    padding-right: 8px !important;
    padding-left: 8px !important; }
  .px-sm-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-sm-12 {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  .px-sm-16 {
    padding-right: 16px !important;
    padding-left: 16px !important; }
  .px-sm-24 {
    padding-right: 24px !important;
    padding-left: 24px !important; }
  .px-sm-32 {
    padding-right: 32px !important;
    padding-left: 32px !important; }
  .px-sm-48 {
    padding-right: 48px !important;
    padding-left: 48px !important; }
  .px-sm-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-2 {
    padding-top: 2 !important;
    padding-bottom: 2 !important; }
  .py-sm-4 {
    padding-top: 4 !important;
    padding-bottom: 4 !important; }
  .py-sm-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-sm-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .py-sm-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .py-sm-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .py-sm-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .py-sm-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-2 {
    padding-top: 2 !important; }
  .pt-sm-4 {
    padding-top: 4 !important; }
  .pt-sm-8 {
    padding-top: 8px !important; }
  .pt-sm-10 {
    padding-top: 10px !important; }
  .pt-sm-12 {
    padding-top: 12px !important; }
  .pt-sm-16 {
    padding-top: 16px !important; }
  .pt-sm-24 {
    padding-top: 24px !important; }
  .pt-sm-32 {
    padding-top: 32px !important; }
  .pt-sm-48 {
    padding-top: 48px !important; }
  .pt-sm-50 {
    padding-top: 50px !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-2 {
    padding-right: 2 !important; }
  .pe-sm-4 {
    padding-right: 4 !important; }
  .pe-sm-8 {
    padding-right: 8px !important; }
  .pe-sm-10 {
    padding-right: 10px !important; }
  .pe-sm-12 {
    padding-right: 12px !important; }
  .pe-sm-16 {
    padding-right: 16px !important; }
  .pe-sm-24 {
    padding-right: 24px !important; }
  .pe-sm-32 {
    padding-right: 32px !important; }
  .pe-sm-48 {
    padding-right: 48px !important; }
  .pe-sm-50 {
    padding-right: 50px !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-2 {
    padding-bottom: 2 !important; }
  .pb-sm-4 {
    padding-bottom: 4 !important; }
  .pb-sm-8 {
    padding-bottom: 8px !important; }
  .pb-sm-10 {
    padding-bottom: 10px !important; }
  .pb-sm-12 {
    padding-bottom: 12px !important; }
  .pb-sm-16 {
    padding-bottom: 16px !important; }
  .pb-sm-24 {
    padding-bottom: 24px !important; }
  .pb-sm-32 {
    padding-bottom: 32px !important; }
  .pb-sm-48 {
    padding-bottom: 48px !important; }
  .pb-sm-50 {
    padding-bottom: 50px !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-2 {
    padding-left: 2 !important; }
  .ps-sm-4 {
    padding-left: 4 !important; }
  .ps-sm-8 {
    padding-left: 8px !important; }
  .ps-sm-10 {
    padding-left: 10px !important; }
  .ps-sm-12 {
    padding-left: 12px !important; }
  .ps-sm-16 {
    padding-left: 16px !important; }
  .ps-sm-24 {
    padding-left: 24px !important; }
  .ps-sm-32 {
    padding-left: 32px !important; }
  .ps-sm-48 {
    padding-left: 48px !important; }
  .ps-sm-50 {
    padding-left: 50px !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-2 {
    gap: 2 !important; }
  .gap-sm-4 {
    gap: 4 !important; }
  .gap-sm-8 {
    gap: 8px !important; }
  .gap-sm-10 {
    gap: 10px !important; }
  .gap-sm-12 {
    gap: 12px !important; }
  .gap-sm-16 {
    gap: 16px !important; }
  .gap-sm-24 {
    gap: 24px !important; }
  .gap-sm-32 {
    gap: 32px !important; }
  .gap-sm-48 {
    gap: 48px !important; }
  .gap-sm-50 {
    gap: 50px !important; }
  .row-gap-sm-0 {
    row-gap: 0 !important; }
  .row-gap-sm-2 {
    row-gap: 2 !important; }
  .row-gap-sm-4 {
    row-gap: 4 !important; }
  .row-gap-sm-8 {
    row-gap: 8px !important; }
  .row-gap-sm-10 {
    row-gap: 10px !important; }
  .row-gap-sm-12 {
    row-gap: 12px !important; }
  .row-gap-sm-16 {
    row-gap: 16px !important; }
  .row-gap-sm-24 {
    row-gap: 24px !important; }
  .row-gap-sm-32 {
    row-gap: 32px !important; }
  .row-gap-sm-48 {
    row-gap: 48px !important; }
  .row-gap-sm-50 {
    row-gap: 50px !important; }
  .column-gap-sm-0 {
    column-gap: 0 !important; }
  .column-gap-sm-2 {
    column-gap: 2 !important; }
  .column-gap-sm-4 {
    column-gap: 4 !important; }
  .column-gap-sm-8 {
    column-gap: 8px !important; }
  .column-gap-sm-10 {
    column-gap: 10px !important; }
  .column-gap-sm-12 {
    column-gap: 12px !important; }
  .column-gap-sm-16 {
    column-gap: 16px !important; }
  .column-gap-sm-24 {
    column-gap: 24px !important; }
  .column-gap-sm-32 {
    column-gap: 32px !important; }
  .column-gap-sm-48 {
    column-gap: 48px !important; }
  .column-gap-sm-50 {
    column-gap: 50px !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .object-fit-md-contain {
    object-fit: contain !important; }
  .object-fit-md-cover {
    object-fit: cover !important; }
  .object-fit-md-fill {
    object-fit: fill !important; }
  .object-fit-md-scale {
    object-fit: scale-down !important; }
  .object-fit-md-none {
    object-fit: none !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: grid !important; }
  .d-md-inline-grid {
    display: inline-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: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-2 {
    margin: 2 !important; }
  .m-md-4 {
    margin: 4 !important; }
  .m-md-8 {
    margin: 8px !important; }
  .m-md-10 {
    margin: 10px !important; }
  .m-md-12 {
    margin: 12px !important; }
  .m-md-16 {
    margin: 16px !important; }
  .m-md-24 {
    margin: 24px !important; }
  .m-md-32 {
    margin: 32px !important; }
  .m-md-48 {
    margin: 48px !important; }
  .m-md-50 {
    margin: 50px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-2 {
    margin-right: 2 !important;
    margin-left: 2 !important; }
  .mx-md-4 {
    margin-right: 4 !important;
    margin-left: 4 !important; }
  .mx-md-8 {
    margin-right: 8px !important;
    margin-left: 8px !important; }
  .mx-md-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-md-12 {
    margin-right: 12px !important;
    margin-left: 12px !important; }
  .mx-md-16 {
    margin-right: 16px !important;
    margin-left: 16px !important; }
  .mx-md-24 {
    margin-right: 24px !important;
    margin-left: 24px !important; }
  .mx-md-32 {
    margin-right: 32px !important;
    margin-left: 32px !important; }
  .mx-md-48 {
    margin-right: 48px !important;
    margin-left: 48px !important; }
  .mx-md-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-2 {
    margin-top: 2 !important;
    margin-bottom: 2 !important; }
  .my-md-4 {
    margin-top: 4 !important;
    margin-bottom: 4 !important; }
  .my-md-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-md-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .my-md-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .my-md-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .my-md-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .my-md-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-2 {
    margin-top: 2 !important; }
  .mt-md-4 {
    margin-top: 4 !important; }
  .mt-md-8 {
    margin-top: 8px !important; }
  .mt-md-10 {
    margin-top: 10px !important; }
  .mt-md-12 {
    margin-top: 12px !important; }
  .mt-md-16 {
    margin-top: 16px !important; }
  .mt-md-24 {
    margin-top: 24px !important; }
  .mt-md-32 {
    margin-top: 32px !important; }
  .mt-md-48 {
    margin-top: 48px !important; }
  .mt-md-50 {
    margin-top: 50px !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-2 {
    margin-right: 2 !important; }
  .me-md-4 {
    margin-right: 4 !important; }
  .me-md-8 {
    margin-right: 8px !important; }
  .me-md-10 {
    margin-right: 10px !important; }
  .me-md-12 {
    margin-right: 12px !important; }
  .me-md-16 {
    margin-right: 16px !important; }
  .me-md-24 {
    margin-right: 24px !important; }
  .me-md-32 {
    margin-right: 32px !important; }
  .me-md-48 {
    margin-right: 48px !important; }
  .me-md-50 {
    margin-right: 50px !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-2 {
    margin-bottom: 2 !important; }
  .mb-md-4 {
    margin-bottom: 4 !important; }
  .mb-md-8 {
    margin-bottom: 8px !important; }
  .mb-md-10 {
    margin-bottom: 10px !important; }
  .mb-md-12 {
    margin-bottom: 12px !important; }
  .mb-md-16 {
    margin-bottom: 16px !important; }
  .mb-md-24 {
    margin-bottom: 24px !important; }
  .mb-md-32 {
    margin-bottom: 32px !important; }
  .mb-md-48 {
    margin-bottom: 48px !important; }
  .mb-md-50 {
    margin-bottom: 50px !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-2 {
    margin-left: 2 !important; }
  .ms-md-4 {
    margin-left: 4 !important; }
  .ms-md-8 {
    margin-left: 8px !important; }
  .ms-md-10 {
    margin-left: 10px !important; }
  .ms-md-12 {
    margin-left: 12px !important; }
  .ms-md-16 {
    margin-left: 16px !important; }
  .ms-md-24 {
    margin-left: 24px !important; }
  .ms-md-32 {
    margin-left: 32px !important; }
  .ms-md-48 {
    margin-left: 48px !important; }
  .ms-md-50 {
    margin-left: 50px !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-2 {
    padding: 2 !important; }
  .p-md-4 {
    padding: 4 !important; }
  .p-md-8 {
    padding: 8px !important; }
  .p-md-10 {
    padding: 10px !important; }
  .p-md-12 {
    padding: 12px !important; }
  .p-md-16 {
    padding: 16px !important; }
  .p-md-24 {
    padding: 24px !important; }
  .p-md-32 {
    padding: 32px !important; }
  .p-md-48 {
    padding: 48px !important; }
  .p-md-50 {
    padding: 50px !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-2 {
    padding-right: 2 !important;
    padding-left: 2 !important; }
  .px-md-4 {
    padding-right: 4 !important;
    padding-left: 4 !important; }
  .px-md-8 {
    padding-right: 8px !important;
    padding-left: 8px !important; }
  .px-md-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-md-12 {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  .px-md-16 {
    padding-right: 16px !important;
    padding-left: 16px !important; }
  .px-md-24 {
    padding-right: 24px !important;
    padding-left: 24px !important; }
  .px-md-32 {
    padding-right: 32px !important;
    padding-left: 32px !important; }
  .px-md-48 {
    padding-right: 48px !important;
    padding-left: 48px !important; }
  .px-md-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-2 {
    padding-top: 2 !important;
    padding-bottom: 2 !important; }
  .py-md-4 {
    padding-top: 4 !important;
    padding-bottom: 4 !important; }
  .py-md-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-md-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .py-md-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .py-md-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .py-md-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .py-md-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-2 {
    padding-top: 2 !important; }
  .pt-md-4 {
    padding-top: 4 !important; }
  .pt-md-8 {
    padding-top: 8px !important; }
  .pt-md-10 {
    padding-top: 10px !important; }
  .pt-md-12 {
    padding-top: 12px !important; }
  .pt-md-16 {
    padding-top: 16px !important; }
  .pt-md-24 {
    padding-top: 24px !important; }
  .pt-md-32 {
    padding-top: 32px !important; }
  .pt-md-48 {
    padding-top: 48px !important; }
  .pt-md-50 {
    padding-top: 50px !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-2 {
    padding-right: 2 !important; }
  .pe-md-4 {
    padding-right: 4 !important; }
  .pe-md-8 {
    padding-right: 8px !important; }
  .pe-md-10 {
    padding-right: 10px !important; }
  .pe-md-12 {
    padding-right: 12px !important; }
  .pe-md-16 {
    padding-right: 16px !important; }
  .pe-md-24 {
    padding-right: 24px !important; }
  .pe-md-32 {
    padding-right: 32px !important; }
  .pe-md-48 {
    padding-right: 48px !important; }
  .pe-md-50 {
    padding-right: 50px !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-2 {
    padding-bottom: 2 !important; }
  .pb-md-4 {
    padding-bottom: 4 !important; }
  .pb-md-8 {
    padding-bottom: 8px !important; }
  .pb-md-10 {
    padding-bottom: 10px !important; }
  .pb-md-12 {
    padding-bottom: 12px !important; }
  .pb-md-16 {
    padding-bottom: 16px !important; }
  .pb-md-24 {
    padding-bottom: 24px !important; }
  .pb-md-32 {
    padding-bottom: 32px !important; }
  .pb-md-48 {
    padding-bottom: 48px !important; }
  .pb-md-50 {
    padding-bottom: 50px !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-2 {
    padding-left: 2 !important; }
  .ps-md-4 {
    padding-left: 4 !important; }
  .ps-md-8 {
    padding-left: 8px !important; }
  .ps-md-10 {
    padding-left: 10px !important; }
  .ps-md-12 {
    padding-left: 12px !important; }
  .ps-md-16 {
    padding-left: 16px !important; }
  .ps-md-24 {
    padding-left: 24px !important; }
  .ps-md-32 {
    padding-left: 32px !important; }
  .ps-md-48 {
    padding-left: 48px !important; }
  .ps-md-50 {
    padding-left: 50px !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-2 {
    gap: 2 !important; }
  .gap-md-4 {
    gap: 4 !important; }
  .gap-md-8 {
    gap: 8px !important; }
  .gap-md-10 {
    gap: 10px !important; }
  .gap-md-12 {
    gap: 12px !important; }
  .gap-md-16 {
    gap: 16px !important; }
  .gap-md-24 {
    gap: 24px !important; }
  .gap-md-32 {
    gap: 32px !important; }
  .gap-md-48 {
    gap: 48px !important; }
  .gap-md-50 {
    gap: 50px !important; }
  .row-gap-md-0 {
    row-gap: 0 !important; }
  .row-gap-md-2 {
    row-gap: 2 !important; }
  .row-gap-md-4 {
    row-gap: 4 !important; }
  .row-gap-md-8 {
    row-gap: 8px !important; }
  .row-gap-md-10 {
    row-gap: 10px !important; }
  .row-gap-md-12 {
    row-gap: 12px !important; }
  .row-gap-md-16 {
    row-gap: 16px !important; }
  .row-gap-md-24 {
    row-gap: 24px !important; }
  .row-gap-md-32 {
    row-gap: 32px !important; }
  .row-gap-md-48 {
    row-gap: 48px !important; }
  .row-gap-md-50 {
    row-gap: 50px !important; }
  .column-gap-md-0 {
    column-gap: 0 !important; }
  .column-gap-md-2 {
    column-gap: 2 !important; }
  .column-gap-md-4 {
    column-gap: 4 !important; }
  .column-gap-md-8 {
    column-gap: 8px !important; }
  .column-gap-md-10 {
    column-gap: 10px !important; }
  .column-gap-md-12 {
    column-gap: 12px !important; }
  .column-gap-md-16 {
    column-gap: 16px !important; }
  .column-gap-md-24 {
    column-gap: 24px !important; }
  .column-gap-md-32 {
    column-gap: 32px !important; }
  .column-gap-md-48 {
    column-gap: 48px !important; }
  .column-gap-md-50 {
    column-gap: 50px !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .object-fit-lg-contain {
    object-fit: contain !important; }
  .object-fit-lg-cover {
    object-fit: cover !important; }
  .object-fit-lg-fill {
    object-fit: fill !important; }
  .object-fit-lg-scale {
    object-fit: scale-down !important; }
  .object-fit-lg-none {
    object-fit: none !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: grid !important; }
  .d-lg-inline-grid {
    display: inline-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: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-2 {
    margin: 2 !important; }
  .m-lg-4 {
    margin: 4 !important; }
  .m-lg-8 {
    margin: 8px !important; }
  .m-lg-10 {
    margin: 10px !important; }
  .m-lg-12 {
    margin: 12px !important; }
  .m-lg-16 {
    margin: 16px !important; }
  .m-lg-24 {
    margin: 24px !important; }
  .m-lg-32 {
    margin: 32px !important; }
  .m-lg-48 {
    margin: 48px !important; }
  .m-lg-50 {
    margin: 50px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-2 {
    margin-right: 2 !important;
    margin-left: 2 !important; }
  .mx-lg-4 {
    margin-right: 4 !important;
    margin-left: 4 !important; }
  .mx-lg-8 {
    margin-right: 8px !important;
    margin-left: 8px !important; }
  .mx-lg-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-lg-12 {
    margin-right: 12px !important;
    margin-left: 12px !important; }
  .mx-lg-16 {
    margin-right: 16px !important;
    margin-left: 16px !important; }
  .mx-lg-24 {
    margin-right: 24px !important;
    margin-left: 24px !important; }
  .mx-lg-32 {
    margin-right: 32px !important;
    margin-left: 32px !important; }
  .mx-lg-48 {
    margin-right: 48px !important;
    margin-left: 48px !important; }
  .mx-lg-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-2 {
    margin-top: 2 !important;
    margin-bottom: 2 !important; }
  .my-lg-4 {
    margin-top: 4 !important;
    margin-bottom: 4 !important; }
  .my-lg-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-lg-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .my-lg-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .my-lg-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .my-lg-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .my-lg-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-2 {
    margin-top: 2 !important; }
  .mt-lg-4 {
    margin-top: 4 !important; }
  .mt-lg-8 {
    margin-top: 8px !important; }
  .mt-lg-10 {
    margin-top: 10px !important; }
  .mt-lg-12 {
    margin-top: 12px !important; }
  .mt-lg-16 {
    margin-top: 16px !important; }
  .mt-lg-24 {
    margin-top: 24px !important; }
  .mt-lg-32 {
    margin-top: 32px !important; }
  .mt-lg-48 {
    margin-top: 48px !important; }
  .mt-lg-50 {
    margin-top: 50px !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-2 {
    margin-right: 2 !important; }
  .me-lg-4 {
    margin-right: 4 !important; }
  .me-lg-8 {
    margin-right: 8px !important; }
  .me-lg-10 {
    margin-right: 10px !important; }
  .me-lg-12 {
    margin-right: 12px !important; }
  .me-lg-16 {
    margin-right: 16px !important; }
  .me-lg-24 {
    margin-right: 24px !important; }
  .me-lg-32 {
    margin-right: 32px !important; }
  .me-lg-48 {
    margin-right: 48px !important; }
  .me-lg-50 {
    margin-right: 50px !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-2 {
    margin-bottom: 2 !important; }
  .mb-lg-4 {
    margin-bottom: 4 !important; }
  .mb-lg-8 {
    margin-bottom: 8px !important; }
  .mb-lg-10 {
    margin-bottom: 10px !important; }
  .mb-lg-12 {
    margin-bottom: 12px !important; }
  .mb-lg-16 {
    margin-bottom: 16px !important; }
  .mb-lg-24 {
    margin-bottom: 24px !important; }
  .mb-lg-32 {
    margin-bottom: 32px !important; }
  .mb-lg-48 {
    margin-bottom: 48px !important; }
  .mb-lg-50 {
    margin-bottom: 50px !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-2 {
    margin-left: 2 !important; }
  .ms-lg-4 {
    margin-left: 4 !important; }
  .ms-lg-8 {
    margin-left: 8px !important; }
  .ms-lg-10 {
    margin-left: 10px !important; }
  .ms-lg-12 {
    margin-left: 12px !important; }
  .ms-lg-16 {
    margin-left: 16px !important; }
  .ms-lg-24 {
    margin-left: 24px !important; }
  .ms-lg-32 {
    margin-left: 32px !important; }
  .ms-lg-48 {
    margin-left: 48px !important; }
  .ms-lg-50 {
    margin-left: 50px !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-2 {
    padding: 2 !important; }
  .p-lg-4 {
    padding: 4 !important; }
  .p-lg-8 {
    padding: 8px !important; }
  .p-lg-10 {
    padding: 10px !important; }
  .p-lg-12 {
    padding: 12px !important; }
  .p-lg-16 {
    padding: 16px !important; }
  .p-lg-24 {
    padding: 24px !important; }
  .p-lg-32 {
    padding: 32px !important; }
  .p-lg-48 {
    padding: 48px !important; }
  .p-lg-50 {
    padding: 50px !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-2 {
    padding-right: 2 !important;
    padding-left: 2 !important; }
  .px-lg-4 {
    padding-right: 4 !important;
    padding-left: 4 !important; }
  .px-lg-8 {
    padding-right: 8px !important;
    padding-left: 8px !important; }
  .px-lg-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-lg-12 {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  .px-lg-16 {
    padding-right: 16px !important;
    padding-left: 16px !important; }
  .px-lg-24 {
    padding-right: 24px !important;
    padding-left: 24px !important; }
  .px-lg-32 {
    padding-right: 32px !important;
    padding-left: 32px !important; }
  .px-lg-48 {
    padding-right: 48px !important;
    padding-left: 48px !important; }
  .px-lg-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-2 {
    padding-top: 2 !important;
    padding-bottom: 2 !important; }
  .py-lg-4 {
    padding-top: 4 !important;
    padding-bottom: 4 !important; }
  .py-lg-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-lg-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .py-lg-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .py-lg-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .py-lg-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .py-lg-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-2 {
    padding-top: 2 !important; }
  .pt-lg-4 {
    padding-top: 4 !important; }
  .pt-lg-8 {
    padding-top: 8px !important; }
  .pt-lg-10 {
    padding-top: 10px !important; }
  .pt-lg-12 {
    padding-top: 12px !important; }
  .pt-lg-16 {
    padding-top: 16px !important; }
  .pt-lg-24 {
    padding-top: 24px !important; }
  .pt-lg-32 {
    padding-top: 32px !important; }
  .pt-lg-48 {
    padding-top: 48px !important; }
  .pt-lg-50 {
    padding-top: 50px !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-2 {
    padding-right: 2 !important; }
  .pe-lg-4 {
    padding-right: 4 !important; }
  .pe-lg-8 {
    padding-right: 8px !important; }
  .pe-lg-10 {
    padding-right: 10px !important; }
  .pe-lg-12 {
    padding-right: 12px !important; }
  .pe-lg-16 {
    padding-right: 16px !important; }
  .pe-lg-24 {
    padding-right: 24px !important; }
  .pe-lg-32 {
    padding-right: 32px !important; }
  .pe-lg-48 {
    padding-right: 48px !important; }
  .pe-lg-50 {
    padding-right: 50px !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-2 {
    padding-bottom: 2 !important; }
  .pb-lg-4 {
    padding-bottom: 4 !important; }
  .pb-lg-8 {
    padding-bottom: 8px !important; }
  .pb-lg-10 {
    padding-bottom: 10px !important; }
  .pb-lg-12 {
    padding-bottom: 12px !important; }
  .pb-lg-16 {
    padding-bottom: 16px !important; }
  .pb-lg-24 {
    padding-bottom: 24px !important; }
  .pb-lg-32 {
    padding-bottom: 32px !important; }
  .pb-lg-48 {
    padding-bottom: 48px !important; }
  .pb-lg-50 {
    padding-bottom: 50px !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-2 {
    padding-left: 2 !important; }
  .ps-lg-4 {
    padding-left: 4 !important; }
  .ps-lg-8 {
    padding-left: 8px !important; }
  .ps-lg-10 {
    padding-left: 10px !important; }
  .ps-lg-12 {
    padding-left: 12px !important; }
  .ps-lg-16 {
    padding-left: 16px !important; }
  .ps-lg-24 {
    padding-left: 24px !important; }
  .ps-lg-32 {
    padding-left: 32px !important; }
  .ps-lg-48 {
    padding-left: 48px !important; }
  .ps-lg-50 {
    padding-left: 50px !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-2 {
    gap: 2 !important; }
  .gap-lg-4 {
    gap: 4 !important; }
  .gap-lg-8 {
    gap: 8px !important; }
  .gap-lg-10 {
    gap: 10px !important; }
  .gap-lg-12 {
    gap: 12px !important; }
  .gap-lg-16 {
    gap: 16px !important; }
  .gap-lg-24 {
    gap: 24px !important; }
  .gap-lg-32 {
    gap: 32px !important; }
  .gap-lg-48 {
    gap: 48px !important; }
  .gap-lg-50 {
    gap: 50px !important; }
  .row-gap-lg-0 {
    row-gap: 0 !important; }
  .row-gap-lg-2 {
    row-gap: 2 !important; }
  .row-gap-lg-4 {
    row-gap: 4 !important; }
  .row-gap-lg-8 {
    row-gap: 8px !important; }
  .row-gap-lg-10 {
    row-gap: 10px !important; }
  .row-gap-lg-12 {
    row-gap: 12px !important; }
  .row-gap-lg-16 {
    row-gap: 16px !important; }
  .row-gap-lg-24 {
    row-gap: 24px !important; }
  .row-gap-lg-32 {
    row-gap: 32px !important; }
  .row-gap-lg-48 {
    row-gap: 48px !important; }
  .row-gap-lg-50 {
    row-gap: 50px !important; }
  .column-gap-lg-0 {
    column-gap: 0 !important; }
  .column-gap-lg-2 {
    column-gap: 2 !important; }
  .column-gap-lg-4 {
    column-gap: 4 !important; }
  .column-gap-lg-8 {
    column-gap: 8px !important; }
  .column-gap-lg-10 {
    column-gap: 10px !important; }
  .column-gap-lg-12 {
    column-gap: 12px !important; }
  .column-gap-lg-16 {
    column-gap: 16px !important; }
  .column-gap-lg-24 {
    column-gap: 24px !important; }
  .column-gap-lg-32 {
    column-gap: 32px !important; }
  .column-gap-lg-48 {
    column-gap: 48px !important; }
  .column-gap-lg-50 {
    column-gap: 50px !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .object-fit-xl-contain {
    object-fit: contain !important; }
  .object-fit-xl-cover {
    object-fit: cover !important; }
  .object-fit-xl-fill {
    object-fit: fill !important; }
  .object-fit-xl-scale {
    object-fit: scale-down !important; }
  .object-fit-xl-none {
    object-fit: none !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: grid !important; }
  .d-xl-inline-grid {
    display: inline-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: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-2 {
    margin: 2 !important; }
  .m-xl-4 {
    margin: 4 !important; }
  .m-xl-8 {
    margin: 8px !important; }
  .m-xl-10 {
    margin: 10px !important; }
  .m-xl-12 {
    margin: 12px !important; }
  .m-xl-16 {
    margin: 16px !important; }
  .m-xl-24 {
    margin: 24px !important; }
  .m-xl-32 {
    margin: 32px !important; }
  .m-xl-48 {
    margin: 48px !important; }
  .m-xl-50 {
    margin: 50px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-2 {
    margin-right: 2 !important;
    margin-left: 2 !important; }
  .mx-xl-4 {
    margin-right: 4 !important;
    margin-left: 4 !important; }
  .mx-xl-8 {
    margin-right: 8px !important;
    margin-left: 8px !important; }
  .mx-xl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-xl-12 {
    margin-right: 12px !important;
    margin-left: 12px !important; }
  .mx-xl-16 {
    margin-right: 16px !important;
    margin-left: 16px !important; }
  .mx-xl-24 {
    margin-right: 24px !important;
    margin-left: 24px !important; }
  .mx-xl-32 {
    margin-right: 32px !important;
    margin-left: 32px !important; }
  .mx-xl-48 {
    margin-right: 48px !important;
    margin-left: 48px !important; }
  .mx-xl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-2 {
    margin-top: 2 !important;
    margin-bottom: 2 !important; }
  .my-xl-4 {
    margin-top: 4 !important;
    margin-bottom: 4 !important; }
  .my-xl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-xl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .my-xl-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .my-xl-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .my-xl-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .my-xl-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-2 {
    margin-top: 2 !important; }
  .mt-xl-4 {
    margin-top: 4 !important; }
  .mt-xl-8 {
    margin-top: 8px !important; }
  .mt-xl-10 {
    margin-top: 10px !important; }
  .mt-xl-12 {
    margin-top: 12px !important; }
  .mt-xl-16 {
    margin-top: 16px !important; }
  .mt-xl-24 {
    margin-top: 24px !important; }
  .mt-xl-32 {
    margin-top: 32px !important; }
  .mt-xl-48 {
    margin-top: 48px !important; }
  .mt-xl-50 {
    margin-top: 50px !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-2 {
    margin-right: 2 !important; }
  .me-xl-4 {
    margin-right: 4 !important; }
  .me-xl-8 {
    margin-right: 8px !important; }
  .me-xl-10 {
    margin-right: 10px !important; }
  .me-xl-12 {
    margin-right: 12px !important; }
  .me-xl-16 {
    margin-right: 16px !important; }
  .me-xl-24 {
    margin-right: 24px !important; }
  .me-xl-32 {
    margin-right: 32px !important; }
  .me-xl-48 {
    margin-right: 48px !important; }
  .me-xl-50 {
    margin-right: 50px !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-2 {
    margin-bottom: 2 !important; }
  .mb-xl-4 {
    margin-bottom: 4 !important; }
  .mb-xl-8 {
    margin-bottom: 8px !important; }
  .mb-xl-10 {
    margin-bottom: 10px !important; }
  .mb-xl-12 {
    margin-bottom: 12px !important; }
  .mb-xl-16 {
    margin-bottom: 16px !important; }
  .mb-xl-24 {
    margin-bottom: 24px !important; }
  .mb-xl-32 {
    margin-bottom: 32px !important; }
  .mb-xl-48 {
    margin-bottom: 48px !important; }
  .mb-xl-50 {
    margin-bottom: 50px !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-2 {
    margin-left: 2 !important; }
  .ms-xl-4 {
    margin-left: 4 !important; }
  .ms-xl-8 {
    margin-left: 8px !important; }
  .ms-xl-10 {
    margin-left: 10px !important; }
  .ms-xl-12 {
    margin-left: 12px !important; }
  .ms-xl-16 {
    margin-left: 16px !important; }
  .ms-xl-24 {
    margin-left: 24px !important; }
  .ms-xl-32 {
    margin-left: 32px !important; }
  .ms-xl-48 {
    margin-left: 48px !important; }
  .ms-xl-50 {
    margin-left: 50px !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-2 {
    padding: 2 !important; }
  .p-xl-4 {
    padding: 4 !important; }
  .p-xl-8 {
    padding: 8px !important; }
  .p-xl-10 {
    padding: 10px !important; }
  .p-xl-12 {
    padding: 12px !important; }
  .p-xl-16 {
    padding: 16px !important; }
  .p-xl-24 {
    padding: 24px !important; }
  .p-xl-32 {
    padding: 32px !important; }
  .p-xl-48 {
    padding: 48px !important; }
  .p-xl-50 {
    padding: 50px !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-2 {
    padding-right: 2 !important;
    padding-left: 2 !important; }
  .px-xl-4 {
    padding-right: 4 !important;
    padding-left: 4 !important; }
  .px-xl-8 {
    padding-right: 8px !important;
    padding-left: 8px !important; }
  .px-xl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-xl-12 {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  .px-xl-16 {
    padding-right: 16px !important;
    padding-left: 16px !important; }
  .px-xl-24 {
    padding-right: 24px !important;
    padding-left: 24px !important; }
  .px-xl-32 {
    padding-right: 32px !important;
    padding-left: 32px !important; }
  .px-xl-48 {
    padding-right: 48px !important;
    padding-left: 48px !important; }
  .px-xl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-2 {
    padding-top: 2 !important;
    padding-bottom: 2 !important; }
  .py-xl-4 {
    padding-top: 4 !important;
    padding-bottom: 4 !important; }
  .py-xl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-xl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .py-xl-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .py-xl-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .py-xl-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .py-xl-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-2 {
    padding-top: 2 !important; }
  .pt-xl-4 {
    padding-top: 4 !important; }
  .pt-xl-8 {
    padding-top: 8px !important; }
  .pt-xl-10 {
    padding-top: 10px !important; }
  .pt-xl-12 {
    padding-top: 12px !important; }
  .pt-xl-16 {
    padding-top: 16px !important; }
  .pt-xl-24 {
    padding-top: 24px !important; }
  .pt-xl-32 {
    padding-top: 32px !important; }
  .pt-xl-48 {
    padding-top: 48px !important; }
  .pt-xl-50 {
    padding-top: 50px !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-2 {
    padding-right: 2 !important; }
  .pe-xl-4 {
    padding-right: 4 !important; }
  .pe-xl-8 {
    padding-right: 8px !important; }
  .pe-xl-10 {
    padding-right: 10px !important; }
  .pe-xl-12 {
    padding-right: 12px !important; }
  .pe-xl-16 {
    padding-right: 16px !important; }
  .pe-xl-24 {
    padding-right: 24px !important; }
  .pe-xl-32 {
    padding-right: 32px !important; }
  .pe-xl-48 {
    padding-right: 48px !important; }
  .pe-xl-50 {
    padding-right: 50px !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-2 {
    padding-bottom: 2 !important; }
  .pb-xl-4 {
    padding-bottom: 4 !important; }
  .pb-xl-8 {
    padding-bottom: 8px !important; }
  .pb-xl-10 {
    padding-bottom: 10px !important; }
  .pb-xl-12 {
    padding-bottom: 12px !important; }
  .pb-xl-16 {
    padding-bottom: 16px !important; }
  .pb-xl-24 {
    padding-bottom: 24px !important; }
  .pb-xl-32 {
    padding-bottom: 32px !important; }
  .pb-xl-48 {
    padding-bottom: 48px !important; }
  .pb-xl-50 {
    padding-bottom: 50px !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-2 {
    padding-left: 2 !important; }
  .ps-xl-4 {
    padding-left: 4 !important; }
  .ps-xl-8 {
    padding-left: 8px !important; }
  .ps-xl-10 {
    padding-left: 10px !important; }
  .ps-xl-12 {
    padding-left: 12px !important; }
  .ps-xl-16 {
    padding-left: 16px !important; }
  .ps-xl-24 {
    padding-left: 24px !important; }
  .ps-xl-32 {
    padding-left: 32px !important; }
  .ps-xl-48 {
    padding-left: 48px !important; }
  .ps-xl-50 {
    padding-left: 50px !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-2 {
    gap: 2 !important; }
  .gap-xl-4 {
    gap: 4 !important; }
  .gap-xl-8 {
    gap: 8px !important; }
  .gap-xl-10 {
    gap: 10px !important; }
  .gap-xl-12 {
    gap: 12px !important; }
  .gap-xl-16 {
    gap: 16px !important; }
  .gap-xl-24 {
    gap: 24px !important; }
  .gap-xl-32 {
    gap: 32px !important; }
  .gap-xl-48 {
    gap: 48px !important; }
  .gap-xl-50 {
    gap: 50px !important; }
  .row-gap-xl-0 {
    row-gap: 0 !important; }
  .row-gap-xl-2 {
    row-gap: 2 !important; }
  .row-gap-xl-4 {
    row-gap: 4 !important; }
  .row-gap-xl-8 {
    row-gap: 8px !important; }
  .row-gap-xl-10 {
    row-gap: 10px !important; }
  .row-gap-xl-12 {
    row-gap: 12px !important; }
  .row-gap-xl-16 {
    row-gap: 16px !important; }
  .row-gap-xl-24 {
    row-gap: 24px !important; }
  .row-gap-xl-32 {
    row-gap: 32px !important; }
  .row-gap-xl-48 {
    row-gap: 48px !important; }
  .row-gap-xl-50 {
    row-gap: 50px !important; }
  .column-gap-xl-0 {
    column-gap: 0 !important; }
  .column-gap-xl-2 {
    column-gap: 2 !important; }
  .column-gap-xl-4 {
    column-gap: 4 !important; }
  .column-gap-xl-8 {
    column-gap: 8px !important; }
  .column-gap-xl-10 {
    column-gap: 10px !important; }
  .column-gap-xl-12 {
    column-gap: 12px !important; }
  .column-gap-xl-16 {
    column-gap: 16px !important; }
  .column-gap-xl-24 {
    column-gap: 24px !important; }
  .column-gap-xl-32 {
    column-gap: 32px !important; }
  .column-gap-xl-48 {
    column-gap: 48px !important; }
  .column-gap-xl-50 {
    column-gap: 50px !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .object-fit-xxl-contain {
    object-fit: contain !important; }
  .object-fit-xxl-cover {
    object-fit: cover !important; }
  .object-fit-xxl-fill {
    object-fit: fill !important; }
  .object-fit-xxl-scale {
    object-fit: scale-down !important; }
  .object-fit-xxl-none {
    object-fit: none !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: grid !important; }
  .d-xxl-inline-grid {
    display: inline-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: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-2 {
    margin: 2 !important; }
  .m-xxl-4 {
    margin: 4 !important; }
  .m-xxl-8 {
    margin: 8px !important; }
  .m-xxl-10 {
    margin: 10px !important; }
  .m-xxl-12 {
    margin: 12px !important; }
  .m-xxl-16 {
    margin: 16px !important; }
  .m-xxl-24 {
    margin: 24px !important; }
  .m-xxl-32 {
    margin: 32px !important; }
  .m-xxl-48 {
    margin: 48px !important; }
  .m-xxl-50 {
    margin: 50px !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-2 {
    margin-right: 2 !important;
    margin-left: 2 !important; }
  .mx-xxl-4 {
    margin-right: 4 !important;
    margin-left: 4 !important; }
  .mx-xxl-8 {
    margin-right: 8px !important;
    margin-left: 8px !important; }
  .mx-xxl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-xxl-12 {
    margin-right: 12px !important;
    margin-left: 12px !important; }
  .mx-xxl-16 {
    margin-right: 16px !important;
    margin-left: 16px !important; }
  .mx-xxl-24 {
    margin-right: 24px !important;
    margin-left: 24px !important; }
  .mx-xxl-32 {
    margin-right: 32px !important;
    margin-left: 32px !important; }
  .mx-xxl-48 {
    margin-right: 48px !important;
    margin-left: 48px !important; }
  .mx-xxl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-2 {
    margin-top: 2 !important;
    margin-bottom: 2 !important; }
  .my-xxl-4 {
    margin-top: 4 !important;
    margin-bottom: 4 !important; }
  .my-xxl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .my-xxl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-xxl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .my-xxl-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .my-xxl-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .my-xxl-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .my-xxl-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .my-xxl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-2 {
    margin-top: 2 !important; }
  .mt-xxl-4 {
    margin-top: 4 !important; }
  .mt-xxl-8 {
    margin-top: 8px !important; }
  .mt-xxl-10 {
    margin-top: 10px !important; }
  .mt-xxl-12 {
    margin-top: 12px !important; }
  .mt-xxl-16 {
    margin-top: 16px !important; }
  .mt-xxl-24 {
    margin-top: 24px !important; }
  .mt-xxl-32 {
    margin-top: 32px !important; }
  .mt-xxl-48 {
    margin-top: 48px !important; }
  .mt-xxl-50 {
    margin-top: 50px !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-2 {
    margin-right: 2 !important; }
  .me-xxl-4 {
    margin-right: 4 !important; }
  .me-xxl-8 {
    margin-right: 8px !important; }
  .me-xxl-10 {
    margin-right: 10px !important; }
  .me-xxl-12 {
    margin-right: 12px !important; }
  .me-xxl-16 {
    margin-right: 16px !important; }
  .me-xxl-24 {
    margin-right: 24px !important; }
  .me-xxl-32 {
    margin-right: 32px !important; }
  .me-xxl-48 {
    margin-right: 48px !important; }
  .me-xxl-50 {
    margin-right: 50px !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-2 {
    margin-bottom: 2 !important; }
  .mb-xxl-4 {
    margin-bottom: 4 !important; }
  .mb-xxl-8 {
    margin-bottom: 8px !important; }
  .mb-xxl-10 {
    margin-bottom: 10px !important; }
  .mb-xxl-12 {
    margin-bottom: 12px !important; }
  .mb-xxl-16 {
    margin-bottom: 16px !important; }
  .mb-xxl-24 {
    margin-bottom: 24px !important; }
  .mb-xxl-32 {
    margin-bottom: 32px !important; }
  .mb-xxl-48 {
    margin-bottom: 48px !important; }
  .mb-xxl-50 {
    margin-bottom: 50px !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-2 {
    margin-left: 2 !important; }
  .ms-xxl-4 {
    margin-left: 4 !important; }
  .ms-xxl-8 {
    margin-left: 8px !important; }
  .ms-xxl-10 {
    margin-left: 10px !important; }
  .ms-xxl-12 {
    margin-left: 12px !important; }
  .ms-xxl-16 {
    margin-left: 16px !important; }
  .ms-xxl-24 {
    margin-left: 24px !important; }
  .ms-xxl-32 {
    margin-left: 32px !important; }
  .ms-xxl-48 {
    margin-left: 48px !important; }
  .ms-xxl-50 {
    margin-left: 50px !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-2 {
    padding: 2 !important; }
  .p-xxl-4 {
    padding: 4 !important; }
  .p-xxl-8 {
    padding: 8px !important; }
  .p-xxl-10 {
    padding: 10px !important; }
  .p-xxl-12 {
    padding: 12px !important; }
  .p-xxl-16 {
    padding: 16px !important; }
  .p-xxl-24 {
    padding: 24px !important; }
  .p-xxl-32 {
    padding: 32px !important; }
  .p-xxl-48 {
    padding: 48px !important; }
  .p-xxl-50 {
    padding: 50px !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-2 {
    padding-right: 2 !important;
    padding-left: 2 !important; }
  .px-xxl-4 {
    padding-right: 4 !important;
    padding-left: 4 !important; }
  .px-xxl-8 {
    padding-right: 8px !important;
    padding-left: 8px !important; }
  .px-xxl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-xxl-12 {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  .px-xxl-16 {
    padding-right: 16px !important;
    padding-left: 16px !important; }
  .px-xxl-24 {
    padding-right: 24px !important;
    padding-left: 24px !important; }
  .px-xxl-32 {
    padding-right: 32px !important;
    padding-left: 32px !important; }
  .px-xxl-48 {
    padding-right: 48px !important;
    padding-left: 48px !important; }
  .px-xxl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-2 {
    padding-top: 2 !important;
    padding-bottom: 2 !important; }
  .py-xxl-4 {
    padding-top: 4 !important;
    padding-bottom: 4 !important; }
  .py-xxl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .py-xxl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-xxl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .py-xxl-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .py-xxl-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .py-xxl-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .py-xxl-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .py-xxl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-2 {
    padding-top: 2 !important; }
  .pt-xxl-4 {
    padding-top: 4 !important; }
  .pt-xxl-8 {
    padding-top: 8px !important; }
  .pt-xxl-10 {
    padding-top: 10px !important; }
  .pt-xxl-12 {
    padding-top: 12px !important; }
  .pt-xxl-16 {
    padding-top: 16px !important; }
  .pt-xxl-24 {
    padding-top: 24px !important; }
  .pt-xxl-32 {
    padding-top: 32px !important; }
  .pt-xxl-48 {
    padding-top: 48px !important; }
  .pt-xxl-50 {
    padding-top: 50px !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-2 {
    padding-right: 2 !important; }
  .pe-xxl-4 {
    padding-right: 4 !important; }
  .pe-xxl-8 {
    padding-right: 8px !important; }
  .pe-xxl-10 {
    padding-right: 10px !important; }
  .pe-xxl-12 {
    padding-right: 12px !important; }
  .pe-xxl-16 {
    padding-right: 16px !important; }
  .pe-xxl-24 {
    padding-right: 24px !important; }
  .pe-xxl-32 {
    padding-right: 32px !important; }
  .pe-xxl-48 {
    padding-right: 48px !important; }
  .pe-xxl-50 {
    padding-right: 50px !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-2 {
    padding-bottom: 2 !important; }
  .pb-xxl-4 {
    padding-bottom: 4 !important; }
  .pb-xxl-8 {
    padding-bottom: 8px !important; }
  .pb-xxl-10 {
    padding-bottom: 10px !important; }
  .pb-xxl-12 {
    padding-bottom: 12px !important; }
  .pb-xxl-16 {
    padding-bottom: 16px !important; }
  .pb-xxl-24 {
    padding-bottom: 24px !important; }
  .pb-xxl-32 {
    padding-bottom: 32px !important; }
  .pb-xxl-48 {
    padding-bottom: 48px !important; }
  .pb-xxl-50 {
    padding-bottom: 50px !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-2 {
    padding-left: 2 !important; }
  .ps-xxl-4 {
    padding-left: 4 !important; }
  .ps-xxl-8 {
    padding-left: 8px !important; }
  .ps-xxl-10 {
    padding-left: 10px !important; }
  .ps-xxl-12 {
    padding-left: 12px !important; }
  .ps-xxl-16 {
    padding-left: 16px !important; }
  .ps-xxl-24 {
    padding-left: 24px !important; }
  .ps-xxl-32 {
    padding-left: 32px !important; }
  .ps-xxl-48 {
    padding-left: 48px !important; }
  .ps-xxl-50 {
    padding-left: 50px !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-2 {
    gap: 2 !important; }
  .gap-xxl-4 {
    gap: 4 !important; }
  .gap-xxl-8 {
    gap: 8px !important; }
  .gap-xxl-10 {
    gap: 10px !important; }
  .gap-xxl-12 {
    gap: 12px !important; }
  .gap-xxl-16 {
    gap: 16px !important; }
  .gap-xxl-24 {
    gap: 24px !important; }
  .gap-xxl-32 {
    gap: 32px !important; }
  .gap-xxl-48 {
    gap: 48px !important; }
  .gap-xxl-50 {
    gap: 50px !important; }
  .row-gap-xxl-0 {
    row-gap: 0 !important; }
  .row-gap-xxl-2 {
    row-gap: 2 !important; }
  .row-gap-xxl-4 {
    row-gap: 4 !important; }
  .row-gap-xxl-8 {
    row-gap: 8px !important; }
  .row-gap-xxl-10 {
    row-gap: 10px !important; }
  .row-gap-xxl-12 {
    row-gap: 12px !important; }
  .row-gap-xxl-16 {
    row-gap: 16px !important; }
  .row-gap-xxl-24 {
    row-gap: 24px !important; }
  .row-gap-xxl-32 {
    row-gap: 32px !important; }
  .row-gap-xxl-48 {
    row-gap: 48px !important; }
  .row-gap-xxl-50 {
    row-gap: 50px !important; }
  .column-gap-xxl-0 {
    column-gap: 0 !important; }
  .column-gap-xxl-2 {
    column-gap: 2 !important; }
  .column-gap-xxl-4 {
    column-gap: 4 !important; }
  .column-gap-xxl-8 {
    column-gap: 8px !important; }
  .column-gap-xxl-10 {
    column-gap: 10px !important; }
  .column-gap-xxl-12 {
    column-gap: 12px !important; }
  .column-gap-xxl-16 {
    column-gap: 16px !important; }
  .column-gap-xxl-24 {
    column-gap: 24px !important; }
  .column-gap-xxl-32 {
    column-gap: 32px !important; }
  .column-gap-xxl-48 {
    column-gap: 48px !important; }
  .column-gap-xxl-50 {
    column-gap: 50px !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !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: grid !important; }
  .d-print-inline-grid {
    display: inline-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: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

header#site-header #top-bar-main {
  background-color: #F8FAFC; }
  header#site-header #top-bar-main #searchform input {
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    color: #202939;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    height: 44px; }
    @media (min-width: 768px) {
      header#site-header #top-bar-main #searchform input {
        max-width: 351px; } }
    header#site-header #top-bar-main #searchform input::placeholder {
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      color: #A3A3A3;
      padding: 12px;
      border-radius: 8px; }

@media (min-width: 1200px) {
  header#site-header #site-navbar .container .row .col-12 #navTop .navbar-nav .nav-item {
    margin-right: 48px; } }

header#site-header #site-navbar .container .row .col-12 #navTop .navbar-nav .nav-item:last-child {
  margin-right: 0; }

header#site-header #site-navbar .container .row .col-12 #navTop .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Inter", sans-serif; }

header#site-header #site-navbar .container .row .col-12 #navTop .navbar-nav .nav-item.active .nav-link {
  color: #8ACDEE; }

header#site-header #top-bar-main {
  background-color: #F8FAFC; }

header#site-header #site-navbar {
  background-color: #182E6D; }
  header#site-header #site-navbar .container .row .col-12 #navTop .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Inter", sans-serif; }
  header#site-header #site-navbar .container .row .col-12 #navTop .navbar-nav .nav-item.active .nav-link {
    color: #8ACDEE; }

#searchform input {
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  color: #202939;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  height: 44px; }
  @media (min-width: 768px) {
    #searchform input {
      max-width: 351px; } }
  #searchform input::placeholder {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #A3A3A3;
    padding: 12px;
    border-radius: 8px; }

#menu-language-switcher, #menu-language-switcher-1 {
  background: #fff;
  border-radius: 8px;
  padding-right: 16px;
  padding-left: 16px;
  width: fit-content; }
  #menu-language-switcher span, #menu-language-switcher-1 span {
    color: #202939;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; }

#menu-language-switcher-1 {
  margin-top: 10px;
  padding: 4px 16px;
  width: 100%;
  vertical-align: middle; }

#mobMenuCollapse, #mobMenuExpand {
  cursor: pointer; }

#menu-language-switcher {
  margin-left: auto; }

.copyright {
  font-size: 14px;
  font-style: normal;
  color: #202939;
  font-weight: 500; }

#site-footer .container .row .menu-container .navbar-nav .menu-item .nav-link {
  color: #FCFCFD;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-weight: 600; }

#site-footer .container .row .menu-container .navbar-nav .menu-item:first-child .nav-link {
  color: rgba(255, 255, 255, 0.85);
  cursor: default; }

#hero-front {
  background-image: url("../../theme/assets/images/home-hero-bg.webp");
  background-repeat: no-repeat;
  background-size: cover; }
  #hero-front h1, #hero-front .h1 {
    color: #FCFCFD;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px; }
    @media (max-width: 767.98px) {
      #hero-front h1, #hero-front .h1 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.64px; } }
  #hero-front p.top {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.48px;
    color: #8ACDEE; }
    @media (max-width: 767.98px) {
      #hero-front p.top {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px; } }
  #hero-front h2, #hero-front .h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    /* 128.571% */
    letter-spacing: -0.56px; }
  #hero-front .steps-wrapper {
    background-color: rgba(255, 255, 255, 0.85); }
    @media (max-width: 767.98px) {
      #hero-front .steps-wrapper {
        border-radius: 16px; } }
    @media (max-width: 767.98px) {
      #hero-front .steps-wrapper .container .row .col-step-wrapper {
        display: flex;
        align-items: center; }
        #hero-front .steps-wrapper .container .row .col-step-wrapper .step-title {
          margin-left: 24px; } }
    #hero-front .steps-wrapper .container .row .col-step .step-title {
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 28px; }

#front-3-blocks {
  background-color: #EEF2F6; }
  #front-3-blocks h2, #front-3-blocks .h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -2%; }
  #front-3-blocks .inner-block {
    background-color: #fff;
    border-radius: 12px;
    padding: 10px; }
    #front-3-blocks .inner-block img {
      width: 80px;
      height: 80px; }
    #front-3-blocks .inner-block p {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px; }

#front-esta-eligibility-test {
  background: url("../assets/images/ESTA_Eligibility.png") no-repeat center top;
  padding: 48px 0;
  background-size: cover; }
  @media (max-width: 768px) {
    #front-esta-eligibility-test {
      background: url("../assets/images/ESTA_Eligibility_mob.png") no-repeat center top;
      padding: 16px;
      background-size: cover; } }
  #front-esta-eligibility-test .eligibility-description {
    color: #FCFCFD;
    /* no variable for this one */
    padding: 0; }
    @media (min-width: 1024px) {
      #front-esta-eligibility-test .eligibility-description {
        padding: 0 32px 0 0; } }
    #front-esta-eligibility-test .eligibility-description h2, #front-esta-eligibility-test .eligibility-description .h2 {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 32px;
      line-height: 40px;
      letter-spacing: -2%; }
    #front-esta-eligibility-test .eligibility-description p {
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0%; }
  #front-esta-eligibility-test .eligibility-form {
    border-radius: 16px;
    background: #F8FAFC;
    color: #202939;
    padding: 24px; }
    #front-esta-eligibility-test .eligibility-form h4, #front-esta-eligibility-test .eligibility-form .h4 {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -2%; }
    #front-esta-eligibility-test .eligibility-form p {
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0%; }
    #front-esta-eligibility-test .eligibility-form select.form-select {
      margin: 12px 0;
      font-size: 14px; }

#front-vwp-esta-requirements {
  background-color: #EEF2F6;
  padding: 48px 0; }
  #front-vwp-esta-requirements h2, #front-vwp-esta-requirements .h2 {
    font-family: "Inter", sans-serif;
    color: #202939;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    padding-bottom: 24px; }
  #front-vwp-esta-requirements .vwp-block {
    background-color: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 12px; }
    #front-vwp-esta-requirements .vwp-block h4, #front-vwp-esta-requirements .vwp-block .h4 {
      font-family: "Inter", sans-serif;
      color: #202939;
      font-weight: 700;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -2%; }
    #front-vwp-esta-requirements .vwp-block p {
      font-family: "Inter", sans-serif;
      color: #202939;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0%;
      padding: 0;
      margin: 0; }
      #front-vwp-esta-requirements .vwp-block p.spaced-bottom {
        margin-bottom: 12px; }

#front-ready-to-apply {
  background-color: #182E6D;
  padding: 24px 0; }
  #front-ready-to-apply h2, #front-ready-to-apply .h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    color: #FCFCFD; }
  #front-ready-to-apply p {
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #FCFCFD; }

#front-esta-faq {
  padding: 48px 0; }
  #front-esta-faq .faq-heading {
    margin-bottom: 32px; }
    #front-esta-faq .faq-heading h2, #front-esta-faq .faq-heading .h2 {
      font-family: "Inter", sans-serif;
      color: #202939;
      font-weight: 700;
      font-size: 28px;
      line-height: 36px;
      letter-spacing: -2%; }
    #front-esta-faq .faq-heading p {
      font-family: "Inter", sans-serif;
      color: #202939;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0%;
      padding: 0;
      margin: 0; }
  #front-esta-faq .faq-block {
    border-radius: 12px;
    background-color: #F8FAFC;
    padding: 10px;
    margin-bottom: 8px; }
    #front-esta-faq .faq-block h4, #front-esta-faq .faq-block .h4 {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -2%;
      color: #202939; }
    #front-esta-faq .faq-block p {
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0%;
      color: #202939; }

.flag-it {
  background: url("../assets/flags/svg/it.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-fr {
  background: url("../assets/flags/svg/fr.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-de {
  background: url("../assets/flags/svg/de.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ad {
  background: url("../assets/flags/svg/ad.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ae {
  background: url("../assets/flags/svg/ae.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-af {
  background: url("../assets/flags/svg/af.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ag {
  background: url("../assets/flags/svg/ag.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ai {
  background: url("../assets/flags/svg/ai.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-al {
  background: url("../assets/flags/svg/al.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-am {
  background: url("../assets/flags/svg/am.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ao {
  background: url("../assets/flags/svg/ao.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-aq {
  background: url("../assets/flags/svg/aq.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ar {
  background: url("../assets/flags/svg/ar.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-as {
  background: url("../assets/flags/svg/as.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-at {
  background: url("../assets/flags/svg/at.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-au {
  background: url("../assets/flags/svg/au.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-aw {
  background: url("../assets/flags/svg/aw.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ax {
  background: url("../assets/flags/svg/ax.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-az {
  background: url("../assets/flags/svg/az.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ba {
  background: url("../assets/flags/svg/ba.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-bb {
  background: url("../assets/flags/svg/bb.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-bd {
  background: url("../assets/flags/svg/bd.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-be {
  background: url("../assets/flags/svg/be.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-bf {
  background: url("../assets/flags/svg/bf.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-bg {
  background: url("../assets/flags/svg/bg.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-bh {
  background: url("../assets/flags/svg/bh.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-bi {
  background: url("../assets/flags/svg/bi.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-bj {
  background: url("../assets/flags/svg/bj.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-bl {
  background: url("../assets/flags/svg/bl.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-bm {
  background: url("../assets/flags/svg/bm.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-bn {
  background: url("../assets/flags/svg/bn.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-bo {
  background: url("../assets/flags/svg/bo.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-bq {
  background: url("../assets/flags/svg/bq.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-br {
  background: url("../assets/flags/svg/br.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-bs {
  background: url("../assets/flags/svg/bs.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-bt {
  background: url("../assets/flags/svg/bt.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-bv {
  background: url("../assets/flags/svg/bv.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-bw {
  background: url("../assets/flags/svg/bw.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-by {
  background: url("../assets/flags/svg/by.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-bz {
  background: url("../assets/flags/svg/bz.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ca {
  background: url("../assets/flags/svg/ca.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-cc {
  background: url("../assets/flags/svg/cc.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-cd {
  background: url("../assets/flags/svg/cd.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-cf {
  background: url("../assets/flags/svg/cf.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-cg {
  background: url("../assets/flags/svg/cg.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ch {
  background: url("../assets/flags/svg/ch.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ci {
  background: url("../assets/flags/svg/ci.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ck {
  background: url("../assets/flags/svg/ck.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-cl {
  background: url("../assets/flags/svg/cl.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-cm {
  background: url("../assets/flags/svg/cm.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-co {
  background: url("../assets/flags/svg/co.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-cr {
  background: url("../assets/flags/svg/cr.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-cu {
  background: url("../assets/flags/svg/cu.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-cv {
  background: url("../assets/flags/svg/cv.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-cw {
  background: url("../assets/flags/svg/cw.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-cx {
  background: url("../assets/flags/svg/cx.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-cy {
  background: url("../assets/flags/svg/cy.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-cz {
  background: url("../assets/flags/svg/cz.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-de {
  background: url("../assets/flags/svg/de.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-dk {
  background: url("../assets/flags/svg/dk.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-dj {
  background: url("../assets/flags/svg/dj.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-dm {
  background: url("../assets/flags/svg/dm.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-do {
  background: url("../assets/flags/svg/do.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-dz {
  background: url("../assets/flags/svg/dz.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ec {
  background: url("../assets/flags/svg/ec.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ee {
  background: url("../assets/flags/svg/ee.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-eg {
  background: url("../assets/flags/svg/eg.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-eh {
  background: url("../assets/flags/svg/eh.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-er {
  background: url("../assets/flags/svg/er.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-es {
  background: url("../assets/flags/svg/es.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-et {
  background: url("../assets/flags/svg/et.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-eu {
  background: url("../assets/flags/svg/eu.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-fi {
  background: url("../assets/flags/svg/fi.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-fj {
  background: url("../assets/flags/svg/fj.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-fk {
  background: url("../assets/flags/svg/fk.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-fm {
  background: url("../assets/flags/svg/fm.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-fo {
  background: url("../assets/flags/svg/fo.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ga {
  background: url("../assets/flags/svg/ga.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ng {
  background: url("../assets/flags/svg/ng.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ir {
  background: url("../assets/flags/svg/ir.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-it {
  background: url("../assets/flags/svg/it.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ct {
  background: url("../assets/flags/svg/ct.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-gb {
  background: url("../assets/flags/svg/gb.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-gb-wls {
  background: url("../assets/flags/svg/gb-wls.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-gd {
  background: url("../assets/flags/svg/gd.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ge {
  background: url("../assets/flags/svg/ge.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-gf {
  background: url("../assets/flags/svg/gf.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-gg {
  background: url("../assets/flags/svg/gg.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-gh {
  background: url("../assets/flags/svg/gh.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-gi {
  background: url("../assets/flags/svg/gi.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-gl {
  background: url("../assets/flags/svg/gl.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-gm {
  background: url("../assets/flags/svg/gm.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-gn {
  background: url("../assets/flags/svg/gn.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-gp {
  background: url("../assets/flags/svg/gp.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-gq {
  background: url("../assets/flags/svg/gq.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-gr {
  background: url("../assets/flags/svg/gr.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-gs {
  background: url("../assets/flags/svg/gs.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-gt {
  background: url("../assets/flags/svg/gt.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-gu {
  background: url("../assets/flags/svg/gu.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-gw {
  background: url("../assets/flags/svg/gw.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-gy {
  background: url("../assets/flags/svg/gy.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-hk {
  background: url("../assets/flags/svg/hk.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-hm {
  background: url("../assets/flags/svg/hm.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-hn {
  background: url("../assets/flags/svg/hn.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-hr {
  background: url("../assets/flags/svg/hr.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ht {
  background: url("../assets/flags/svg/ht.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-hu {
  background: url("../assets/flags/svg/hu.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-id {
  background: url("../assets/flags/svg/id.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ie {
  background: url("../assets/flags/svg/ie.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-il {
  background: url("../assets/flags/svg/il.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-im {
  background: url("../assets/flags/svg/im.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-in {
  background: url("../assets/flags/svg/in.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-io {
  background: url("../assets/flags/svg/io.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-iq {
  background: url("../assets/flags/svg/iq.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ir {
  background: url("../assets/flags/svg/ir.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-is {
  background: url("../assets/flags/svg/is.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-je {
  background: url("../assets/flags/svg/je.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-jm {
  background: url("../assets/flags/svg/jm.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-jo {
  background: url("../assets/flags/svg/jo.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-jp {
  background: url("../assets/flags/svg/jp.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ke {
  background: url("../assets/flags/svg/ke.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-kg {
  background: url("../assets/flags/svg/kg.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-kh {
  background: url("../assets/flags/svg/kh.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ki {
  background: url("../assets/flags/svg/ki.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-km {
  background: url("../assets/flags/svg/km.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-kn {
  background: url("../assets/flags/svg/kn.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-kp {
  background: url("../assets/flags/svg/kp.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-kr {
  background: url("../assets/flags/svg/kr.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-kw {
  background: url("../assets/flags/svg/kw.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ky {
  background: url("../assets/flags/svg/ky.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-kz {
  background: url("../assets/flags/svg/kz.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-la {
  background: url("../assets/flags/svg/la.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-lb {
  background: url("../assets/flags/svg/lb.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-lc {
  background: url("../assets/flags/svg/lc.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-li {
  background: url("../assets/flags/svg/li.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-lk {
  background: url("../assets/flags/svg/lk.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-lr {
  background: url("../assets/flags/svg/lr.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ls {
  background: url("../assets/flags/svg/ls.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-lt {
  background: url("../assets/flags/svg/lt.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-lu {
  background: url("../assets/flags/svg/lu.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-lv {
  background: url("../assets/flags/svg/lv.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ly {
  background: url("../assets/flags/svg/ly.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ma {
  background: url("../assets/flags/svg/ma.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-mc {
  background: url("../assets/flags/svg/mc.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-md {
  background: url("../assets/flags/svg/md.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-me {
  background: url("../assets/flags/svg/me.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-mf {
  background: url("../assets/flags/svg/mf.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-mg {
  background: url("../assets/flags/svg/mg.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-mh {
  background: url("../assets/flags/svg/mh.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-mk {
  background: url("../assets/flags/svg/mk.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ml {
  background: url("../assets/flags/svg/ml.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-mm {
  background: url("../assets/flags/svg/mm.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-mn {
  background: url("../assets/flags/svg/mn.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-mo {
  background: url("../assets/flags/svg/mo.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-mp {
  background: url("../assets/flags/svg/mp.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-mq {
  background: url("../assets/flags/svg/mq.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-mr {
  background: url("../assets/flags/svg/mr.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ms {
  background: url("../assets/flags/svg/ms.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-mt {
  background: url("../assets/flags/svg/mt.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-mu {
  background: url("../assets/flags/svg/mu.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-mv {
  background: url("../assets/flags/svg/mv.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-mw {
  background: url("../assets/flags/svg/mw.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-mx {
  background: url("../assets/flags/svg/mx.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-my {
  background: url("../assets/flags/svg/my.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-mz {
  background: url("../assets/flags/svg/mz.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-na {
  background: url("../assets/flags/svg/na.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-nc {
  background: url("../assets/flags/svg/nc.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ne {
  background: url("../assets/flags/svg/ne.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-nf {
  background: url("../assets/flags/svg/nf.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ng {
  background: url("../assets/flags/svg/ng.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ni {
  background: url("../assets/flags/svg/ni.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-nl {
  background: url("../assets/flags/svg/nl.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-no {
  background: url("../assets/flags/svg/no.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-np {
  background: url("../assets/flags/svg/np.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-nr {
  background: url("../assets/flags/svg/nr.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-nu {
  background: url("../assets/flags/svg/nu.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-nz {
  background: url("../assets/flags/svg/nz.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-om {
  background: url("../assets/flags/svg/om.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-pa {
  background: url("../assets/flags/svg/pa.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-pe {
  background: url("../assets/flags/svg/pe.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-pf {
  background: url("../assets/flags/svg/pf.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-pg {
  background: url("../assets/flags/svg/pg.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ph {
  background: url("../assets/flags/svg/ph.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-pk {
  background: url("../assets/flags/svg/pk.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-pl {
  background: url("../assets/flags/svg/pl.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-pm {
  background: url("../assets/flags/svg/pm.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-pn {
  background: url("../assets/flags/svg/pn.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-pr {
  background: url("../assets/flags/svg/pr.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ps {
  background: url("../assets/flags/svg/ps.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-pt {
  background: url("../assets/flags/svg/pt.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-pw {
  background: url("../assets/flags/svg/pw.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-py {
  background: url("../assets/flags/svg/py.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-qa {
  background: url("../assets/flags/svg/qa.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-re {
  background: url("../assets/flags/svg/re.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ro {
  background: url("../assets/flags/svg/ro.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-rs {
  background: url("../assets/flags/svg/rs.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ru {
  background: url("../assets/flags/svg/ru.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-rw {
  background: url("../assets/flags/svg/rw.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-sa {
  background: url("../assets/flags/svg/sa.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-sb {
  background: url("../assets/flags/svg/sb.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-sc {
  background: url("../assets/flags/svg/sc.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-sd {
  background: url("../assets/flags/svg/sd.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-se {
  background: url("../assets/flags/svg/se.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-sg {
  background: url("../assets/flags/svg/sg.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-sh {
  background: url("../assets/flags/svg/sh.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-si {
  background: url("../assets/flags/svg/si.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-sj {
  background: url("../assets/flags/svg/sj.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-sk {
  background: url("../assets/flags/svg/sk.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-sl {
  background: url("../assets/flags/svg/sl.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-sm {
  background: url("../assets/flags/svg/sm.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-sn {
  background: url("../assets/flags/svg/sn.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-so {
  background: url("../assets/flags/svg/so.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-sr {
  background: url("../assets/flags/svg/sr.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ss {
  background: url("../assets/flags/svg/ss.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-st {
  background: url("../assets/flags/svg/st.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-sv {
  background: url("../assets/flags/svg/sv.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-sx {
  background: url("../assets/flags/svg/sx.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-sy {
  background: url("../assets/flags/svg/sy.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-sz {
  background: url("../assets/flags/svg/sz.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-tc {
  background: url("../assets/flags/svg/tc.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-td {
  background: url("../assets/flags/svg/td.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-tf {
  background: url("../assets/flags/svg/tf.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-tg {
  background: url("../assets/flags/svg/tg.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-th {
  background: url("../assets/flags/svg/th.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-tj {
  background: url("../assets/flags/svg/tj.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-tk {
  background: url("../assets/flags/svg/tk.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-tl {
  background: url("../assets/flags/svg/tl.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-tm {
  background: url("../assets/flags/svg/tm.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-tn {
  background: url("../assets/flags/svg/tn.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-to {
  background: url("../assets/flags/svg/to.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-tr {
  background: url("../assets/flags/svg/tr.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-tt {
  background: url("../assets/flags/svg/tt.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-tv {
  background: url("../assets/flags/svg/tv.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-tw {
  background: url("../assets/flags/svg/tw.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-tz {
  background: url("../assets/flags/svg/tz.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ua {
  background: url("../assets/flags/svg/ua.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ug {
  background: url("../assets/flags/svg/ug.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-um {
  background: url("../assets/flags/svg/um.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-uy {
  background: url("../assets/flags/svg/uy.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-uz {
  background: url("../assets/flags/svg/uz.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-va {
  background: url("../assets/flags/svg/va.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-vc {
  background: url("../assets/flags/svg/vc.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ve {
  background: url("../assets/flags/svg/ve.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-vg {
  background: url("../assets/flags/svg/vg.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-vi {
  background: url("../assets/flags/svg/vi.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-vn {
  background: url("../assets/flags/svg/vn.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-vu {
  background: url("../assets/flags/svg/vu.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-wf {
  background: url("../assets/flags/svg/wf.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ws {
  background: url("../assets/flags/svg/ws.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-xk {
  background: url("../assets/flags/svg/xk.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-ye {
  background: url("../assets/flags/svg/ye.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-yt {
  background: url("../assets/flags/svg/yt.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-za {
  background: url("../assets/flags/svg/za.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-zm {
  background: url("../assets/flags/svg/zm.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

.flag-zw {
  background: url("../assets/flags/svg/zw.svg") no-repeat center top;
  background-size: 24px 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #202939; }

#front-vwp-countries {
  background-color: #fff;
  padding: 48px 0; }
  #front-vwp-countries h2, #front-vwp-countries .h2 {
    font-family: "Inter", sans-serif;
    color: #202939;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    padding-bottom: 24px; }
  #front-vwp-countries .countries {
    display: grid;
    gap: 16px; }
    #front-vwp-countries .countries.countries-5 {
      grid-template-columns: repeat(5, 1fr); }
      @media (max-width: 768px) {
        #front-vwp-countries .countries.countries-5 {
          display: none; } }
    #front-vwp-countries .countries.countries-3 {
      grid-template-columns: repeat(2, 1fr); }
      @media (min-width: 768px) {
        #front-vwp-countries .countries.countries-3 {
          display: none; } }

#front-latest-news {
  background-color: #EEF2F6;
  padding: 48px 0; }
  #front-latest-news h2, #front-latest-news .h2 {
    font-family: "Inter", sans-serif;
    color: #202939;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    padding-bottom: 24px; }
  #front-latest-news a.all-news {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-decoration: none;
    color: #202939; }
  #front-latest-news .inner-block {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 16px; }
    #front-latest-news .inner-block h5, #front-latest-news .inner-block .h5 {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -2%; }
    #front-latest-news .inner-block img {
      width: 100%;
      height: auto;
      margin-bottom: 16px; }
    #front-latest-news .inner-block p {
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      list-spacing: 12px;
      letter-spacing: 0%; }
      #front-latest-news .inner-block p.truncated-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%; }

#esta-application-header {
  height: 176px;
  background: url("../assets/images/esta-application-hero.png") no-repeat center top;
  background-size: cover;
  padding-top: 48px;
  padding-bottom: 48px; }
  #esta-application-header h1, #esta-application-header .h1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
    color: #F8FAFC;
    text-align: center; }
  #esta-application-header p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2%;
    text-align: center;
    color: #8ACDEE;
    text-align: center; }
  @media (max-width: 768px) {
    #esta-application-header {
      background: url("../assets/images/esta-application-hero-mob.png") no-repeat center top;
      background-size: cover; }
      #esta-application-header h1, #esta-application-header .h1, #esta-application-header p {
        text-align: left; } }

#esta-application-3-blocks {
  background-color: #EEF2F6; }
  #esta-application-3-blocks .block {
    margin-top: 48px;
    margin-bottom: 48px; }
    @media (max-width: 768px) {
      #esta-application-3-blocks .block {
        margin-top: 12px;
        margin-bottom: 12px; }
        #esta-application-3-blocks .block:first-child {
          margin-top: 24px; }
        #esta-application-3-blocks .block:last-child {
          margin-bottom: 24px; } }
    #esta-application-3-blocks .block .inner-block {
      background-color: #FFFFFF;
      border-radius: 6px;
      padding: 16px; }
      #esta-application-3-blocks .block .inner-block img {
        width: 80px;
        height: 80px; }
      #esta-application-3-blocks .block .inner-block h2, #esta-application-3-blocks .block .inner-block .h2 {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -2%;
        text-align: center; }
      #esta-application-3-blocks .block .inner-block p {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%; }

#complete-esta-form-steps {
  padding-top: 48px;
  padding-bottom: 48px;
  /* lg */ }
  @media (max-width: 992px) {
    #complete-esta-form-steps {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media (min-width: 992px) {
    #complete-esta-form-steps .text-block {
      padding-right: 24px; } }
  @media (max-width: 992px) {
    #complete-esta-form-steps .text-block {
      margin-bottom: 12px; } }
  #complete-esta-form-steps h2, #complete-esta-form-steps .h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    margin-bottom: 16px; }
  #complete-esta-form-steps .image-block img {
    width: 100%;
    height: auto;
    max-width: 450px;
    max-height: 450px; }

#renew-esta-visa {
  background-color: #F8FAFC;
  padding-top: 48px;
  padding-bottom: 48px;
  /* lg */ }
  @media (max-width: 992px) {
    #renew-esta-visa {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media (min-width: 992px) {
    #renew-esta-visa .text-block {
      padding-left: 24px; } }
  @media (max-width: 992px) {
    #renew-esta-visa .text-block {
      margin-top: 12px; } }
  #renew-esta-visa h2, #renew-esta-visa .h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    margin-bottom: 16px; }
  #renew-esta-visa .image-block img {
    width: 100%;
    height: auto;
    max-width: 450px;
    max-height: 360px; }

#esta-application-faq {
  background-color: #EEF2F6;
  padding: 48px 0; }
  #esta-application-faq .faq-heading {
    margin-bottom: 24px; }
    #esta-application-faq .faq-heading h2, #esta-application-faq .faq-heading .h2 {
      font-family: "Inter", sans-serif;
      color: #202939;
      font-weight: 700;
      font-size: 28px;
      line-height: 36px;
      letter-spacing: -2%; }
  #esta-application-faq .faq-block {
    border-radius: 12px;
    background-color: #fff;
    padding: 12px;
    margin-bottom: 8px; }
    #esta-application-faq .faq-block h3, #esta-application-faq .faq-block .h3 {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -2%;
      color: #202939; }
    #esta-application-faq .faq-block p {
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0%;
      color: #202939; }

#esta-important-facts {
  background-color: #182E6D;
  padding: 48px 0; }
  #esta-important-facts ul li {
    color: #fff; }
  #esta-important-facts h2, #esta-important-facts .h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    color: #fff;
    margin-bottom: 16px; }

#esta-who-needs-apply {
  background-color: #EEF2F6;
  padding: 48px 0; }
  #esta-who-needs-apply .ewna-block {
    border-radius: 12px;
    background-color: #fff;
    padding: 16px;
    margin-bottom: 8px; }
    #esta-who-needs-apply .ewna-block h2, #esta-who-needs-apply .ewna-block .h2 {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 28px;
      line-height: 36px;
      letter-spacing: -2%;
      color: #202939; }
    #esta-who-needs-apply .ewna-block p {
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0%;
      color: #202939; }
    #esta-who-needs-apply .ewna-block img {
      width: 100%;
      height: auto;
      max-width: 930px; }
    #esta-who-needs-apply .ewna-block .about {
      display: grid;
      gap: 16px;
      grid-template-columns: repeat(5, 1fr); }
      @media (max-width: 992px) {
        #esta-who-needs-apply .ewna-block .about {
          grid-template-columns: repeat(1, 1fr); } }
      #esta-who-needs-apply .ewna-block .about .grid-item {
        padding: 24px;
        border-radius: 12px;
        background-color: #F8FAFC;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center; }
        #esta-who-needs-apply .ewna-block .about .grid-item img {
          width: 16px;
          height: 16px; }

#vwp-header {
  height: 176px;
  background: url("../assets/images/vwp-hero.png") no-repeat center top;
  background-size: cover;
  padding-top: 48px;
  padding-bottom: 48px; }
  #vwp-header h1, #vwp-header .h1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
    color: #F8FAFC;
    text-align: center; }
  #vwp-header p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2%;
    text-align: center;
    color: #8ACDEE;
    text-align: center; }
  @media (max-width: 768px) {
    #vwp-header {
      background: url("../assets/images/vwp-hero-mob.png") no-repeat center top;
      background-size: cover; }
      #vwp-header h1, #vwp-header .h1, #vwp-header p {
        text-align: left; } }

#vwp-3-blocks {
  background-color: #EEF2F6; }
  #vwp-3-blocks .block {
    margin-top: 48px;
    margin-bottom: 48px; }
    @media (max-width: 768px) {
      #vwp-3-blocks .block {
        margin-top: 12px;
        margin-bottom: 12px; }
        #vwp-3-blocks .block:first-child {
          margin-top: 24px; }
        #vwp-3-blocks .block:last-child {
          margin-bottom: 24px; } }
    #vwp-3-blocks .block .inner-block {
      background-color: #FFFFFF;
      border-radius: 12px;
      padding: 24px; }
      #vwp-3-blocks .block .inner-block img.card-img {
        width: 80px;
        height: 80px; }
      #vwp-3-blocks .block .inner-block h5, #vwp-3-blocks .block .inner-block .h5 {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -2%; }
      #vwp-3-blocks .block .inner-block p {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%; }

#vwp-countries {
  background-color: #F8FAFC;
  padding: 48px 0; }
  #vwp-countries h2, #vwp-countries .h2 {
    font-family: "Inter", sans-serif;
    color: #202939;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    padding-bottom: 24px; }
  #vwp-countries .countries {
    display: grid;
    gap: 16px; }
    #vwp-countries .countries.countries-5 {
      grid-template-columns: repeat(5, 1fr); }
      @media (max-width: 768px) {
        #vwp-countries .countries.countries-5 {
          display: none; } }
    #vwp-countries .countries.countries-3 {
      grid-template-columns: repeat(3, 1fr); }
      @media (min-width: 768px) {
        #vwp-countries .countries.countries-3 {
          display: none; } }

#vwp-tab-blocks {
  background-color: #fff;
  padding-top: 48px; }
  #vwp-tab-blocks .nav-tabs .nav-link {
    border: none;
    color: #202939; }
  #vwp-tab-blocks .nav-tabs .nav-link:hover {
    border: none;
    color: #8ACDEE; }
  #vwp-tab-blocks .nav-tabs .nav-link.active {
    color: #8ACDEE;
    border: none;
    border-bottom: 3px solid #8ACDEE;
    background-color: transparent; }
  #vwp-tab-blocks #VWPTabContent {
    padding-top: 48px;
    padding-bottom: 48px; }
    #vwp-tab-blocks #VWPTabContent h3, #vwp-tab-blocks #VWPTabContent .h3 {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 28px;
      line-height: 36px;
      letter-spacing: -2%;
      padding-bottom: 12px; }
    #vwp-tab-blocks #VWPTabContent p {
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0%; }
    #vwp-tab-blocks #VWPTabContent .button-block {
      padding-top: 12px;
      padding-bottom: 12px; }

#vwp-applicants {
  background-color: #FEF0C7;
  padding-top: 48px;
  padding-bottom: 48px; }
  #vwp-applicants h2, #vwp-applicants .h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%; }
  #vwp-applicants p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%; }

#vwp-act {
  background-color: #182E6D;
  padding-top: 48px;
  padding-bottom: 48px; }
  #vwp-act h2, #vwp-act .h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    color: #fff;
    padding-bottom: 24px; }
  #vwp-act p, #vwp-act ul li {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #fff; }
  #vwp-act .button-block {
    padding-top: 12px;
    padding-bottom: 12px; }

#vwp-passport {
  padding-top: 48px;
  padding-bottom: 48px; }
  #vwp-passport h2, #vwp-passport .h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    padding-bottom: 24px; }
  #vwp-passport p, #vwp-passport ul li {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%; }

#regular-content-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 48px;
  padding-bottom: 48px;
  text-align: center;
  color: #F8FAFC; }
  @media (max-width: 768px) {
    #regular-content-header h1, #regular-content-header .h1, #regular-content-header p {
      text-align: left; } }

#regular-content {
  background-color: #F8FAFC;
  padding-top: 48px;
  padding-bottom: 48px; }
  #regular-content h2, #regular-content .h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%; }
  #regular-content p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%; }
  #regular-content ul, #regular-content ol {
    margin-bottom: 24px; }
    #regular-content ul li, #regular-content ol li {
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0%;
      margin-top: 10px;
      margin-left: 20px; }

#usa-visa-header {
  background: url("../assets/images/usa-visa-hero.png") no-repeat center top;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px; }
  #usa-visa-header h1, #usa-visa-header .h1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
    color: #F8FAFC;
    text-align: center; }
  @media (max-width: 768px) {
    #usa-visa-header {
      background: url("../assets/images/usa-visa-hero-mob.png") no-repeat center top;
      background-size: cover; }
      #usa-visa-header h1, #usa-visa-header .h1, #usa-visa-header p {
        text-align: left; } }

#usa-visa-2-blocks {
  background-color: #EEF2F6; }
  #usa-visa-2-blocks .block {
    margin-top: 48px;
    margin-bottom: 48px; }
    @media (max-width: 768px) {
      #usa-visa-2-blocks .block {
        margin-top: 12px;
        margin-bottom: 12px; }
        #usa-visa-2-blocks .block:first-child {
          margin-top: 24px; }
        #usa-visa-2-blocks .block:last-child {
          margin-bottom: 24px; } }
    #usa-visa-2-blocks .block .inner-block {
      background-color: #FFFFFF;
      border-radius: 12px;
      padding: 24px; }
      #usa-visa-2-blocks .block .inner-block img {
        width: 80px;
        height: 80px;
        margin-bottom: 16px; }
      #usa-visa-2-blocks .block .inner-block img.icon {
        width: 20px;
        height: 20px; }
      #usa-visa-2-blocks .block .inner-block button img {
        width: auto;
        height: auto; }
      #usa-visa-2-blocks .block .inner-block h5, #usa-visa-2-blocks .block .inner-block .h5 {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -2%; }
      #usa-visa-2-blocks .block .inner-block p {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%; }

#usa-visa-normal-conditions {
  background-color: #182E6D;
  padding: 48px 0;
  counter-reset: section; }
  #usa-visa-normal-conditions ul li, #usa-visa-normal-conditions p {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%; }
  #usa-visa-normal-conditions h2, #usa-visa-normal-conditions .h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    color: #fff;
    margin-bottom: 16px; }
  #usa-visa-normal-conditions h3, #usa-visa-normal-conditions .h3 {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -2%; }
    #usa-visa-normal-conditions h3.subsection, #usa-visa-normal-conditions .subsection.h3 {
      counter-increment: section;
      /* incrementa il contatore per ogni sottocapitolo */
      margin-bottom: 12px; }
    #usa-visa-normal-conditions h3.subsection::before, #usa-visa-normal-conditions .subsection.h3::before {
      content: counter(section) ". "; }

#usa-visa-desc-blocks {
  background-color: #EEF2F6; }
  #usa-visa-desc-blocks .block {
    margin-top: 10px;
    margin-bottom: 10px; }
    #usa-visa-desc-blocks .block:first-child {
      margin-top: 48px; }
    #usa-visa-desc-blocks .block:last-child {
      margin-bottom: 48px; }
    @media (max-width: 768px) {
      #usa-visa-desc-blocks .block {
        margin-top: 12px;
        margin-bottom: 12px; }
        #usa-visa-desc-blocks .block:first-child {
          margin-top: 24px; }
        #usa-visa-desc-blocks .block:last-child {
          margin-bottom: 24px; } }
    #usa-visa-desc-blocks .block .inner-block {
      background-color: #FFFFFF;
      border-radius: 12px;
      padding: 16px; }
      #usa-visa-desc-blocks .block .inner-block button img {
        width: auto;
        height: auto; }
      #usa-visa-desc-blocks .block .inner-block h3, #usa-visa-desc-blocks .block .inner-block .h3 {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -2%; }
      #usa-visa-desc-blocks .block .inner-block p {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%; }
      #usa-visa-desc-blocks .block .inner-block p.checked {
        background: url("../assets/images/green-check-icon.png") no-repeat left center;
        padding-left: 24px; }
      #usa-visa-desc-blocks .block .inner-block p.no-mb {
        margin-bottom: 0; }
      #usa-visa-desc-blocks .block .inner-block.first img {
        width: 100%;
        max-width: 160px;
        height: auto; }
      #usa-visa-desc-blocks .block .inner-block.nafta img {
        width: 100%;
        max-width: 570px;
        height: auto; }
      #usa-visa-desc-blocks .block .inner-block.last {
        background-color: #182E6D;
        color: #fff; }
      #usa-visa-desc-blocks .block .inner-block.last img {
        width: 100%;
        max-width: 330px;
        height: auto; }
      #usa-visa-desc-blocks .block .inner-block.last .table-uv-ea-container {
        padding: 12px; }
      #usa-visa-desc-blocks .block .inner-block.last .table-uv-ea {
        background-color: #EEF2F6;
        color: #202939;
        border-radius: 12px;
        padding: 12px; }
        #usa-visa-desc-blocks .block .inner-block.last .table-uv-ea td {
          height: 34px;
          font-family: "Inter", sans-serif;
          font-weight: 600;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 0%; }

#update-esta-header {
  height: 176px;
  background: url("../assets/images/update-esta-hero.png") no-repeat center top;
  background-size: cover;
  padding-top: 48px;
  padding-bottom: 48px; }
  #update-esta-header h1, #update-esta-header .h1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
    color: #F8FAFC;
    text-align: center; }
  #update-esta-header p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2%;
    text-align: center;
    color: #8ACDEE;
    text-align: center; }
  @media (max-width: 768px) {
    #update-esta-header {
      background: url("../assets/images/update-esta-hero-mob.png") no-repeat center top;
      background-size: cover; }
      #update-esta-header h1, #update-esta-header .h1, #update-esta-header p {
        text-align: left; } }

#esta-update-online {
  background-color: #F8FAFC;
  padding-top: 48px;
  padding-bottom: 48px;
  /* lg */ }
  @media (max-width: 992px) {
    #esta-update-online {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media (min-width: 992px) {
    #esta-update-online .text-block {
      padding-right: 24px; } }
  @media (max-width: 992px) {
    #esta-update-online .text-block {
      margin-top: 12px; }
      #esta-update-online .text-block h2, #esta-update-online .text-block .h2 {
        text-align: center; } }
  #esta-update-online h2, #esta-update-online .h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    margin-bottom: 16px; }
  #esta-update-online .image-block img {
    width: 100%;
    height: auto;
    max-width: 300px;
    max-height: 300px; }

#what-happens-if-esta-update,
#how-correct-error-esta-update {
  padding-top: 48px;
  padding-bottom: 48px;
  /* lg */ }
  @media (max-width: 992px) {
    #what-happens-if-esta-update,
    #how-correct-error-esta-update {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media (min-width: 992px) {
    #what-happens-if-esta-update .text-block,
    #how-correct-error-esta-update .text-block {
      padding-left: 24px; } }
  @media (max-width: 992px) {
    #what-happens-if-esta-update .text-block,
    #how-correct-error-esta-update .text-block {
      margin-top: 12px; }
      #what-happens-if-esta-update .text-block h2, #what-happens-if-esta-update .text-block .h2,
      #how-correct-error-esta-update .text-block h2,
      #how-correct-error-esta-update .text-block .h2 {
        text-align: center; } }
  #what-happens-if-esta-update h2, #what-happens-if-esta-update .h2,
  #how-correct-error-esta-update h2,
  #how-correct-error-esta-update .h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    margin-bottom: 16px; }
  #what-happens-if-esta-update .image-block img,
  #how-correct-error-esta-update .image-block img {
    width: 100%;
    height: auto;
    max-width: 450px;
    max-height: auto; }

#what-happens-if-forget-esta-update {
  background-color: #F8FAFC;
  padding-top: 48px;
  padding-bottom: 48px;
  /* lg */ }
  @media (max-width: 992px) {
    #what-happens-if-forget-esta-update {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media (max-width: 992px) {
    #what-happens-if-forget-esta-update .text-block h2, #what-happens-if-forget-esta-update .text-block .h2 {
      text-align: center; } }
  #what-happens-if-forget-esta-update h2, #what-happens-if-forget-esta-update .h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    margin-bottom: 16px; }

#when-apply-esta-update {
  background-color: #182E6D;
  padding: 48px 0; }
  #when-apply-esta-update ul li, #when-apply-esta-update p {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%; }
  #when-apply-esta-update h2, #when-apply-esta-update .h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    color: #fff;
    margin-bottom: 16px; }
    #when-apply-esta-update h2.second, #when-apply-esta-update .second.h2 {
      margin-top: 24px; }

#update-esta-faq {
  background-color: #EEF2F6;
  padding: 48px 0; }
  #update-esta-faq .faq-heading {
    margin-bottom: 24px; }
    #update-esta-faq .faq-heading h2, #update-esta-faq .faq-heading .h2 {
      font-family: "Inter", sans-serif;
      color: #202939;
      font-weight: 700;
      font-size: 28px;
      line-height: 36px;
      letter-spacing: -2%; }
  #update-esta-faq .faq-block {
    border-radius: 12px;
    background-color: #fff;
    padding: 12px;
    margin-bottom: 8px; }
    #update-esta-faq .faq-block h4, #update-esta-faq .faq-block .h4 {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -2%;
      color: #202939; }
    #update-esta-faq .faq-block p {
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0%;
      color: #202939; }
    #update-esta-faq .faq-block ul, #update-esta-faq .faq-block ol {
      margin-bottom: 24px; }
      #update-esta-faq .faq-block ul li, #update-esta-faq .faq-block ol li {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        margin-top: 10px; }
    #update-esta-faq .faq-block ol.bold-numbers {
      list-style: none;
      counter-reset: cc; }
    #update-esta-faq .faq-block ol.bold-numbers li {
      counter-increment: cc;
      position: relative;
      padding-left: 0.1em; }
    #update-esta-faq .faq-block ol.bold-numbers li::before {
      content: counter(cc) ". ";
      font-weight: bold;
      position: absolute;
      left: -20px; }

#news-header {
  height: 176px;
  background: url("../assets/images/news-hero.png") no-repeat center top;
  background-size: cover;
  padding-top: 48px;
  padding-bottom: 48px; }
  #news-header h1, #news-header .h1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
    color: #F8FAFC;
    text-align: center; }
  #news-header p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2%;
    text-align: center;
    color: #8ACDEE;
    text-align: center; }
  @media (max-width: 768px) {
    #news-header {
      background: url("../assets/images/news-hero-mob.png") no-repeat center top;
      background-size: cover; }
      #news-header h1, #news-header .h1, #news-header p {
        text-align: left; } }

/* EQUAL TO #front-latest-news */
#latest-news {
  background-color: #EEF2F6;
  padding: 48px 0;
  /* class block was missing in front-latest-news, should be added with this css */ }
  #latest-news h2, #latest-news .h2 {
    font-family: "Inter", sans-serif;
    color: #202939;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    padding-bottom: 24px; }
  #latest-news a.all-news {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-decoration: none;
    color: #202939; }
  #latest-news .block {
    margin-bottom: 16px; }
  #latest-news .inner-block {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 16px; }
    #latest-news .inner-block h5, #latest-news .inner-block .h5 {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -2%; }
    #latest-news .inner-block img {
      width: 100%;
      height: auto;
      margin-bottom: 16px; }
    #latest-news .inner-block p {
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      list-spacing: 12px;
      letter-spacing: 0%; }
      #latest-news .inner-block p.truncated-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%; }

.pagination {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 2rem 0; }
  .pagination .page-item a,
  .pagination .page-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.75rem;
    min-width: 2.5rem;
    height: 2.5rem;
    text-decoration: none;
    color: #374151;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 1rem;
    transition: background 0.2s ease, color 0.2s ease; }
  .pagination .page-item.active span,
  .pagination .page-item.active a {
    background-color: #f3f4f6;
    font-weight: 600; }
  .pagination .page-item:hover a {
    background-color: #e5e7eb; }

/* START ALREADY USED ELEMENTS */
ul.green-check {
  list-style: none;
  padding-left: 0; }

ul.green-check {
  margin-bottom: 24px; }
  ul.green-check li {
    position: relative;
    padding-left: 32px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    margin-top: 10px; }
    ul.green-check li::before {
      content: url("../assets/images/green-check-icon.png");
      position: absolute;
      left: 0;
      top: 3px;
      width: 16px;
      height: 16px; }

#breadcrumb {
  padding-top: 8px;
  padding-bottom: 8px; }
  #breadcrumb p {
    margin: 0; }
  #breadcrumb img {
    margin-right: 10px; }
  #breadcrumb span.active {
    color: #8ACDEE; }

/* END ALREADY USED ELEMENTS */
#esta-application-form-header {
  height: 176px;
  background: url("../assets/images/esta-application-form-hero.png") no-repeat center top;
  background-size: cover;
  padding-top: 48px;
  padding-bottom: 48px; }
  #esta-application-form-header h1, #esta-application-form-header .h1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
    color: #F8FAFC;
    text-align: center; }
  #esta-application-form-header p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2%;
    text-align: center;
    color: #8ACDEE;
    text-align: center; }
  @media (max-width: 768px) {
    #esta-application-form-header {
      background: url("../assets/images/esta-application-form-hero-mob.png") no-repeat center top;
      background-size: cover; }
      #esta-application-form-header h1, #esta-application-form-header .h1, #esta-application-form-header p {
        text-align: left; } }

#esta-application-form-when-should-apply {
  background-color: #EEF2F6;
  padding: 48px 0; }
  #esta-application-form-when-should-apply .ewsa-block {
    border-radius: 12px;
    background-color: #fff;
    padding: 16px;
    margin-bottom: 8px; }
    #esta-application-form-when-should-apply .ewsa-block h2, #esta-application-form-when-should-apply .ewsa-block .h2 {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 28px;
      line-height: 36px;
      letter-spacing: -2%;
      color: #202939; }
    #esta-application-form-when-should-apply .ewsa-block p {
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0%;
      color: #202939; }
    #esta-application-form-when-should-apply .ewsa-block .about {
      display: grid;
      gap: 16px;
      grid-template-columns: repeat(4, 1fr); }
      @media (max-width: 992px) {
        #esta-application-form-when-should-apply .ewsa-block .about {
          grid-template-columns: repeat(1, 1fr); } }
      #esta-application-form-when-should-apply .ewsa-block .about .grid-item {
        padding: 24px;
        border-radius: 12px;
        background-color: #F8FAFC;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center; }
        #esta-application-form-when-should-apply .ewsa-block .about .grid-item img {
          width: 16px;
          height: 16px; }

#esta-application-form-ready-to-apply {
  background-color: #182E6D;
  padding: 24px 0; }
  #esta-application-form-ready-to-apply h2, #esta-application-form-ready-to-apply .h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    color: #FCFCFD; }
  #esta-application-form-ready-to-apply p {
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #FCFCFD; }

#travel-esta-requirements {
  background-color: #EEF2F6;
  padding: 48px 0; }
  #travel-esta-requirements h2, #travel-esta-requirements .h2 {
    font-family: "Inter", sans-serif;
    color: #202939;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    padding-bottom: 24px; }
  #travel-esta-requirements .block {
    background-color: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 12px; }
    #travel-esta-requirements .block:last-child {
      margin-bottom: 0; }
    #travel-esta-requirements .block h2, #travel-esta-requirements .block .h2 {
      font-family: "Inter", sans-serif;
      color: #202939;
      font-weight: 700;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -2%;
      padding-bottom: 0; }
    #travel-esta-requirements .block p {
      font-family: "Inter", sans-serif;
      color: #202939;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0%;
      padding: 0;
      margin: 0; }
      #travel-esta-requirements .block p.spaced-bottom {
        margin-bottom: 12px; }

#us-statistics {
  padding-top: 48px;
  padding-bottom: 48px;
  /* lg */ }
  @media (max-width: 992px) {
    #us-statistics {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media (min-width: 992px) {
    #us-statistics .text-block {
      padding-left: 24px; } }
  @media (max-width: 992px) {
    #us-statistics .text-block {
      margin-top: 12px; }
      #us-statistics .text-block h2, #us-statistics .text-block .h2 {
        text-align: center; } }
  #us-statistics h2, #us-statistics .h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    margin-bottom: 16px; }
  #us-statistics .image-block img {
    width: 100%;
    height: auto;
    max-width: 450px;
    max-height: auto; }

#esta-application-for-citizens-of {
  background-color: #EEF2F6;
  padding-top: 48px;
  padding-bottom: 48px;
  /* lg */ }
  @media (max-width: 992px) {
    #esta-application-for-citizens-of {
      padding-top: 24px;
      padding-bottom: 24px; } }
  #esta-application-for-citizens-of .text-block p.detail-country {
    background: #fff;
    padding: 10px; }
  @media (min-width: 992px) {
    #esta-application-for-citizens-of .text-block {
      padding-right: 24px; } }
  @media (max-width: 992px) {
    #esta-application-for-citizens-of .text-block {
      margin-top: 12px; }
      #esta-application-for-citizens-of .text-block h2, #esta-application-for-citizens-of .text-block .h2 {
        text-align: center; } }
  #esta-application-for-citizens-of h2, #esta-application-for-citizens-of .h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    margin-bottom: 16px; }
  #esta-application-for-citizens-of .image-block img {
    width: 100%;
    height: auto;
    max-width: 450px;
    max-height: 450px; }

#check-esta-header {
  height: 176px;
  background: url("../assets/images/check-esta-hero.png") no-repeat center top;
  background-size: cover;
  padding-top: 48px;
  padding-bottom: 48px; }
  #check-esta-header h1, #check-esta-header .h1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
    color: #F8FAFC;
    text-align: center; }
  #check-esta-header p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2%;
    text-align: center;
    color: #8ACDEE;
    text-align: center; }
  @media (max-width: 768px) {
    #check-esta-header {
      background: url("../assets/images/check-esta-hero-mob.png") no-repeat center top;
      background-size: cover; }
      #check-esta-header h1, #check-esta-header .h1, #check-esta-header p {
        text-align: left; } }

#check-esta-3-blocks {
  background-color: #EEF2F6; }
  #check-esta-3-blocks .block {
    margin-top: 48px;
    margin-bottom: 48px; }
    @media (max-width: 768px) {
      #check-esta-3-blocks .block {
        margin-top: 12px;
        margin-bottom: 12px; }
        #check-esta-3-blocks .block:first-child {
          margin-top: 24px; }
        #check-esta-3-blocks .block:last-child {
          margin-bottom: 24px; } }
    #check-esta-3-blocks .block .inner-block {
      background-color: #FFFFFF;
      border-radius: 12px;
      padding: 16px; }
      #check-esta-3-blocks .block .inner-block img {
        width: 80px;
        height: 80px; }
      #check-esta-3-blocks .block .inner-block img.icon {
        width: 20px;
        height: 20px; }
      #check-esta-3-blocks .block .inner-block button img {
        width: auto;
        height: auto; }
      #check-esta-3-blocks .block .inner-block h5, #check-esta-3-blocks .block .inner-block .h5 {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -2%; }
      #check-esta-3-blocks .block .inner-block p {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%; }

#check-esta-status {
  background: #F8FAFC;
  padding-top: 48px;
  padding-bottom: 48px;
  /* lg */ }
  @media (max-width: 992px) {
    #check-esta-status {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media (min-width: 992px) {
    #check-esta-status .text-block {
      padding-right: 24px; } }
  @media (max-width: 992px) {
    #check-esta-status .text-block {
      margin-top: 12px; } }
  #check-esta-status h2, #check-esta-status .h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    margin-bottom: 16px; }
  #check-esta-status .image-block img {
    width: 100%;
    height: auto;
    max-width: 300px;
    max-height: 300px; }

#verify-esta-passport-requirements {
  padding-top: 48px;
  padding-bottom: 48px;
  /* lg */ }
  @media (max-width: 992px) {
    #verify-esta-passport-requirements {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media (min-width: 992px) {
    #verify-esta-passport-requirements .text-block {
      padding-right: 24px; } }
  @media (max-width: 992px) {
    #verify-esta-passport-requirements .text-block {
      margin-top: 12px; } }
  #verify-esta-passport-requirements h2, #verify-esta-passport-requirements .h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2%;
    margin-bottom: 16px; }
  #verify-esta-passport-requirements .image-block img {
    width: 100%;
    height: auto;
    max-width: 400px;
    max-height: 550px; }

#check-esta-faq {
  background-color: #EEF2F6;
  padding: 48px 0; }
  #check-esta-faq .faq-heading {
    margin-bottom: 24px; }
    #check-esta-faq .faq-heading h2, #check-esta-faq .faq-heading .h2 {
      font-family: "Inter", sans-serif;
      color: #202939;
      font-weight: 700;
      font-size: 28px;
      line-height: 36px;
      letter-spacing: -2%; }
  #check-esta-faq .faq-block {
    border-radius: 12px;
    background-color: #fff;
    padding: 12px;
    margin-bottom: 8px; }
    #check-esta-faq .faq-block h4, #check-esta-faq .faq-block .h4 {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -2%;
      color: #202939; }
    #check-esta-faq .faq-block p {
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0%;
      color: #202939; }
    #check-esta-faq .faq-block ul, #check-esta-faq .faq-block ol {
      margin-bottom: 24px; }
      #check-esta-faq .faq-block ul li, #check-esta-faq .faq-block ol li {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        margin-top: 10px; }

* {
  font-family: "Inter", sans-serif; }

.btn {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-align: justify;
  border-radius: 8px;
  padding: 10px 16px; }
  .btn-success {
    color: #fff; }
    .btn-success:hover {
      color: #fff; }

.navbar-brand img {
  max-width: 251px; }

.bg-primary--absolute {
  background-color: rgba(24, 46, 109, 0.95) !important;
  position: absolute;
  right: 0;
  left: 0; }

.disclaimer--header, .disclaimer--header {
  font-style: normal;
  font-weight: 500; }
  .disclaimer--header p, .disclaimer--header p {
    margin-bottom: 0; }

.disclaimer--header {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #000; }

.disclaimer--footer {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #202939;
  font-weight: 500; }

ul.green-check {
  list-style: none;
  padding-left: 0; }

ul.green-check {
  margin-bottom: 24px; }
  ul.green-check li {
    position: relative;
    padding-left: 32px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    margin-top: 10px; }
    ul.green-check li::before {
      content: url("../assets/images/green-check-icon.png");
      position: absolute;
      left: 0;
      top: 3px;
      width: 16px;
      height: 16px; }

#breadcrumbs a, #breadcrumbs p {
  color: #8ACDEE;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 0; }
