@charset "UTF-8";
/*
==================================================
OtetMarkets v2 Wordpress Theme
==================================================
*/
/*
--------------------------------------------------
Bootstrap 5 Prerequisite
--------------------------------------------------
*/
/*
--------------------------------------------------
Bootstrap 5 Custom Overrides
--------------------------------------------------
*/
/*
==================================================
Fonts
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
@font-face {
  font-family: Ravi;
  font-style: normal;
  font-weight: 100;
  src: url("fonts/Ravi-Thin.woff") format("woff"), url("fonts/Ravi-Thin.woff2") format("woff2");
}
@font-face {
  font-family: Ravi;
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Ravi-Light.woff") format("woff"), url("fonts/Ravi-Light.woff2") format("woff2");
}
@font-face {
  font-family: Ravi;
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Ravi-Regular.woff") format("woff"), url("fonts/Ravi-Regular.woff2") format("woff2");
}
@font-face {
  font-family: Ravi;
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Ravi-Medium.woff") format("woff"), url("fonts/Ravi-Medium.woff2") format("woff2");
}
@font-face {
  font-family: Ravi;
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Ravi-SemiBold.woff") format("woff"), url("fonts/Ravi-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: Ravi;
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Ravi-Bold.woff") format("woff"), url("fonts/Ravi-Bold.woff2") format("woff2");
}
@font-face {
  font-family: Ravi;
  font-style: normal;
  font-weight: 900;
  src: url("fonts/Ravi-Black.woff") format("woff"), url("fonts/Ravi-Black.woff2") format("woff2");
}
@font-face {
  font-family: Ravi;
  font-style: normal;
  font-weight: 950;
  src: url("fonts/Ravi-ExtraBlack.woff") format("woff"), url("fonts/Ravi-ExtraBlack.woff2") format("woff2");
}
/*
==================================================
Variables
==================================================
*/
/*
--------------------------------------------------
Colors
--------------------------------------------------
*/
/*
--------------------------------------------------
Typography
--------------------------------------------------
*/
/*
--------------------------------------------------
Bootstrap Overrides
--------------------------------------------------
*/
/*
--------------------------------------------------
Custom Variables
--------------------------------------------------
*/
/*
--------------------------------------------------
UI Kit
--------------------------------------------------
*/
/*
--------------------------------------------------
Vendor
--------------------------------------------------
*/
:root {
  --swiper-pagination-bottom: 40px;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-horizontal-gap: 8px;
}

/*
--------------------------------------------------
New UI Kit
--------------------------------------------------
*/
/*
--------------------------------------------------
Bootstrap 5 Core
--------------------------------------------------
*/
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #FF0066;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #00A991;
  --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: #0B65A4;
  --bs-secondary: #98C838;
  --bs-success: #00A991;
  --bs-info: #00DBEB;
  --bs-warning: #ffc107;
  --bs-danger: #FF0066;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 11, 101, 164;
  --bs-secondary-rgb: 152, 200, 56;
  --bs-success-rgb: 0, 169, 145;
  --bs-info-rgb: 0, 219, 235;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 255, 0, 102;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(4.4, 40.4, 65.6);
  --bs-secondary-text-emphasis: rgb(60.8, 80, 22.4);
  --bs-success-text-emphasis: rgb(0, 67.6, 58);
  --bs-info-text-emphasis: rgb(0, 87.6, 94);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(102, 0, 40.8);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.2, 224.2, 236.8);
  --bs-secondary-bg-subtle: rgb(234.4, 244, 215.2);
  --bs-success-bg-subtle: rgb(204, 237.8, 233);
  --bs-info-bg-subtle: rgb(204, 247.8, 251);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(255, 204, 224.4);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(157.4, 193.4, 218.6);
  --bs-secondary-border-subtle: rgb(213.8, 233, 175.4);
  --bs-success-border-subtle: rgb(153, 220.6, 211);
  --bs-info-border-subtle: rgb(153, 240.6, 247);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(255, 153, 193.8);
  --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: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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: Ravi;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #313C59;
  --bs-body-color-rgb: 49, 60, 89;
  --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(49, 60, 89, 0.75);
  --bs-secondary-color-rgb: 49, 60, 89;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(49, 60, 89, 0.5);
  --bs-tertiary-color-rgb: 49, 60, 89;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0B65A4;
  --bs-link-color-rgb: 11, 101, 164;
  --bs-link-decoration: none;
  --bs-link-hover-color: rgb(8.8, 80.8, 131.2);
  --bs-link-hover-color-rgb: 9, 81, 131;
  --bs-code-color: #d63384;
  --bs-highlight-color: #313C59;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --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(11, 101, 164, 0.25);
  --bs-form-valid-color: #00A991;
  --bs-form-valid-border-color: #00A991;
  --bs-form-invalid-color: #FF0066;
  --bs-form-invalid-border-color: #FF0066;
}

[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: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(108.6, 162.6, 200.4);
  --bs-secondary-text-emphasis: rgb(193.2, 222, 135.6);
  --bs-success-text-emphasis: rgb(102, 203.4, 189);
  --bs-info-text-emphasis: rgb(102, 233.4, 243);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(255, 102, 163.2);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.2, 20.2, 32.8);
  --bs-secondary-bg-subtle: rgb(30.4, 40, 11.2);
  --bs-success-bg-subtle: rgb(0, 33.8, 29);
  --bs-info-bg-subtle: rgb(0, 43.8, 47);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(51, 0, 20.4);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(6.6, 60.6, 98.4);
  --bs-secondary-border-subtle: rgb(91.2, 120, 33.6);
  --bs-success-border-subtle: rgb(0, 101.4, 87);
  --bs-info-border-subtle: rgb(0, 131.4, 141);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(153, 0, 61.2);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(108.6, 162.6, 200.4);
  --bs-link-hover-color: rgb(137.88, 181.08, 211.32);
  --bs-link-color-rgb: 109, 163, 200;
  --bs-link-hover-color-rgb: 138, 181, 211;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(102, 203.4, 189);
  --bs-form-valid-border-color: rgb(102, 203.4, 189);
  --bs-form-invalid-color: rgb(255, 102, 163.2);
  --bs-form-invalid-border-color: rgb(255, 102, 163.2);
}

/*
--------------------------------------------------
Bootstrap 5 Layout & Components
--------------------------------------------------
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  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);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[dir] body {
  margin: 0;
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
}

hr {
  color: inherit;
  opacity: 0.25;
}

[dir] hr {
  margin: 1rem 0;
  border: 0;
  border-top: var(--bs-border-width) solid;
}

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

[dir] h6, [dir] .h6, [dir] h5, [dir] .h5, [dir] h4, [dir] .h4, [dir] h3, [dir] .h3, [dir] h2, [dir] .h2, [dir] h1, [dir] .h1 {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

[dir] abbr[title] {
  cursor: help;
}

address {
  font-style: normal;
  line-height: inherit;
}

[dir] address {
  margin-bottom: 1rem;
}

[dir=ltr] ol, [dir=ltr] ul {
  padding-left: 2rem;
}

[dir=rtl] ol, [dir=rtl] ul {
  padding-right: 2rem;
}

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

[dir] ol ol, [dir] ul ul, [dir] ol ul, [dir] ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

[dir] dd {
  margin-bottom: 0.5rem;
}

[dir=ltr] dd {
  margin-left: 0;
}

[dir=rtl] dd {
  margin-right: 0;
}

[dir] blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  color: var(--bs-highlight-color);
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
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;
  overflow: auto;
  font-size: 0.875em;
}

[dir] pre {
  margin-top: 0;
  margin-bottom: 1rem;
}
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 {
  font-size: 0.875em;
  color: var(--bs-body-bg);
}

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

[dir] figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  color: var(--bs-secondary-color);
}

[dir] caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

[dir=ltr] caption {
  text-align: left;
}

[dir=rtl] caption {
  text-align: right;
}

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

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

label {
  display: inline-block;
}

[dir] button {
  border-radius: 0;
}

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

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

[dir] input, [dir] button, [dir] select, [dir] optgroup, [dir] textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

[dir] [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;
}
[dir] button:not(:disabled), [dir] [type=button]:not(:disabled), [dir] [type=reset]:not(:disabled), [dir] [type=submit]:not(:disabled) {
  cursor: pointer;
}

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

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
}

[dir] fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  width: 100%;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

[dir] legend {
  padding: 0;
  margin-bottom: 0.5rem;
}

[dir=ltr] legend {
  float: left;
}

[dir=rtl] legend {
  float: right;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
[dir=ltr] legend + * {
  clear: left;
}
[dir=rtl] legend + * {
  clear: right;
}

[dir] ::-webkit-datetime-edit-fields-wrapper, [dir] ::-webkit-datetime-edit-text, [dir] ::-webkit-datetime-edit-minute, [dir] ::-webkit-datetime-edit-hour-field, [dir] ::-webkit-datetime-edit-day-field, [dir] ::-webkit-datetime-edit-month-field, [dir] ::-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;
}

[dir] ::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

[dir] iframe {
  border: 0;
}

summary {
  display: list-item;
}

[dir] summary {
  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 {
  list-style: none;
}

[dir=ltr] .list-unstyled {
  padding-left: 0;
}

[dir=rtl] .list-unstyled {
  padding-right: 0;
}

.list-inline {
  list-style: none;
}

[dir=ltr] .list-inline {
  padding-left: 0;
}

[dir=rtl] .list-inline {
  padding-right: 0;
}

.list-inline-item {
  display: inline-block;
}
[dir=ltr] .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
[dir=rtl] .list-inline-item:not(:last-child) {
  margin-left: 0.5rem;
}

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

.blockquote {
  font-size: 1.25rem;
}

[dir] .blockquote {
  margin-bottom: 1rem;
}
[dir] .blockquote > :last-child {
  margin-bottom: 0;
}

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

[dir] .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

[dir] .img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.figure {
  display: inline-block;
}

.figure-img {
  line-height: 1;
}

[dir] .figure-img {
  margin-bottom: 0.5rem;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
}

[dir=ltr] .container, [dir=ltr] .container-fluid, [dir=ltr] .container-xxl, [dir=ltr] .container-xl, [dir=ltr] .container-lg, [dir=ltr] .container-md, [dir=ltr] .container-sm {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

[dir=rtl] .container, [dir=rtl] .container-fluid, [dir=rtl] .container-xxl, [dir=rtl] .container-xl, [dir=rtl] .container-lg, [dir=rtl] .container-md, [dir=rtl] .container-sm {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1164px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1164px;
  }
}
: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;
}

[dir] .row {
  margin-top: calc(-1 * var(--bs-gutter-y));
}

[dir=ltr] .row {
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

[dir=rtl] .row {
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
[dir] .row > * {
  margin-top: var(--bs-gutter-y);
}
[dir=ltr] .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
[dir=rtl] .row > * {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dir=ltr] .offset-1 {
  margin-left: 8.33333333%;
}

[dir=rtl] .offset-1 {
  margin-right: 8.33333333%;
}

[dir=ltr] .offset-2 {
  margin-left: 16.66666667%;
}

[dir=rtl] .offset-2 {
  margin-right: 16.66666667%;
}

[dir=ltr] .offset-3 {
  margin-left: 25%;
}

[dir=rtl] .offset-3 {
  margin-right: 25%;
}

[dir=ltr] .offset-4 {
  margin-left: 33.33333333%;
}

[dir=rtl] .offset-4 {
  margin-right: 33.33333333%;
}

[dir=ltr] .offset-5 {
  margin-left: 41.66666667%;
}

[dir=rtl] .offset-5 {
  margin-right: 41.66666667%;
}

[dir=ltr] .offset-6 {
  margin-left: 50%;
}

[dir=rtl] .offset-6 {
  margin-right: 50%;
}

[dir=ltr] .offset-7 {
  margin-left: 58.33333333%;
}

[dir=rtl] .offset-7 {
  margin-right: 58.33333333%;
}

[dir=ltr] .offset-8 {
  margin-left: 66.66666667%;
}

[dir=rtl] .offset-8 {
  margin-right: 66.66666667%;
}

[dir=ltr] .offset-9 {
  margin-left: 75%;
}

[dir=rtl] .offset-9 {
  margin-right: 75%;
}

[dir=ltr] .offset-10 {
  margin-left: 83.33333333%;
}

[dir=rtl] .offset-10 {
  margin-right: 83.33333333%;
}

[dir=ltr] .offset-11 {
  margin-left: 91.66666667%;
}

[dir=rtl] .offset-11 {
  margin-right: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@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.33333333%;
  }
  .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.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [dir=ltr] .offset-sm-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-sm-0 {
    margin-right: 0;
  }
  [dir=ltr] .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  [dir=rtl] .offset-sm-1 {
    margin-right: 8.33333333%;
  }
  [dir=ltr] .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  [dir=rtl] .offset-sm-2 {
    margin-right: 16.66666667%;
  }
  [dir=ltr] .offset-sm-3 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-sm-3 {
    margin-right: 25%;
  }
  [dir=ltr] .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  [dir=rtl] .offset-sm-4 {
    margin-right: 33.33333333%;
  }
  [dir=ltr] .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  [dir=rtl] .offset-sm-5 {
    margin-right: 41.66666667%;
  }
  [dir=ltr] .offset-sm-6 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-sm-6 {
    margin-right: 50%;
  }
  [dir=ltr] .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  [dir=rtl] .offset-sm-7 {
    margin-right: 58.33333333%;
  }
  [dir=ltr] .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  [dir=rtl] .offset-sm-8 {
    margin-right: 66.66666667%;
  }
  [dir=ltr] .offset-sm-9 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-sm-9 {
    margin-right: 75%;
  }
  [dir=ltr] .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  [dir=rtl] .offset-sm-10 {
    margin-right: 83.33333333%;
  }
  [dir=ltr] .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  [dir=rtl] .offset-sm-11 {
    margin-right: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@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.33333333%;
  }
  .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.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [dir=ltr] .offset-md-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-md-0 {
    margin-right: 0;
  }
  [dir=ltr] .offset-md-1 {
    margin-left: 8.33333333%;
  }
  [dir=rtl] .offset-md-1 {
    margin-right: 8.33333333%;
  }
  [dir=ltr] .offset-md-2 {
    margin-left: 16.66666667%;
  }
  [dir=rtl] .offset-md-2 {
    margin-right: 16.66666667%;
  }
  [dir=ltr] .offset-md-3 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-md-3 {
    margin-right: 25%;
  }
  [dir=ltr] .offset-md-4 {
    margin-left: 33.33333333%;
  }
  [dir=rtl] .offset-md-4 {
    margin-right: 33.33333333%;
  }
  [dir=ltr] .offset-md-5 {
    margin-left: 41.66666667%;
  }
  [dir=rtl] .offset-md-5 {
    margin-right: 41.66666667%;
  }
  [dir=ltr] .offset-md-6 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-md-6 {
    margin-right: 50%;
  }
  [dir=ltr] .offset-md-7 {
    margin-left: 58.33333333%;
  }
  [dir=rtl] .offset-md-7 {
    margin-right: 58.33333333%;
  }
  [dir=ltr] .offset-md-8 {
    margin-left: 66.66666667%;
  }
  [dir=rtl] .offset-md-8 {
    margin-right: 66.66666667%;
  }
  [dir=ltr] .offset-md-9 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-md-9 {
    margin-right: 75%;
  }
  [dir=ltr] .offset-md-10 {
    margin-left: 83.33333333%;
  }
  [dir=rtl] .offset-md-10 {
    margin-right: 83.33333333%;
  }
  [dir=ltr] .offset-md-11 {
    margin-left: 91.66666667%;
  }
  [dir=rtl] .offset-md-11 {
    margin-right: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@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.33333333%;
  }
  .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.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [dir=ltr] .offset-lg-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-lg-0 {
    margin-right: 0;
  }
  [dir=ltr] .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  [dir=rtl] .offset-lg-1 {
    margin-right: 8.33333333%;
  }
  [dir=ltr] .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  [dir=rtl] .offset-lg-2 {
    margin-right: 16.66666667%;
  }
  [dir=ltr] .offset-lg-3 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-lg-3 {
    margin-right: 25%;
  }
  [dir=ltr] .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  [dir=rtl] .offset-lg-4 {
    margin-right: 33.33333333%;
  }
  [dir=ltr] .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  [dir=rtl] .offset-lg-5 {
    margin-right: 41.66666667%;
  }
  [dir=ltr] .offset-lg-6 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-lg-6 {
    margin-right: 50%;
  }
  [dir=ltr] .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  [dir=rtl] .offset-lg-7 {
    margin-right: 58.33333333%;
  }
  [dir=ltr] .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  [dir=rtl] .offset-lg-8 {
    margin-right: 66.66666667%;
  }
  [dir=ltr] .offset-lg-9 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-lg-9 {
    margin-right: 75%;
  }
  [dir=ltr] .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  [dir=rtl] .offset-lg-10 {
    margin-right: 83.33333333%;
  }
  [dir=ltr] .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  [dir=rtl] .offset-lg-11 {
    margin-right: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@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.33333333%;
  }
  .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.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [dir=ltr] .offset-xl-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-xl-0 {
    margin-right: 0;
  }
  [dir=ltr] .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  [dir=rtl] .offset-xl-1 {
    margin-right: 8.33333333%;
  }
  [dir=ltr] .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  [dir=rtl] .offset-xl-2 {
    margin-right: 16.66666667%;
  }
  [dir=ltr] .offset-xl-3 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-xl-3 {
    margin-right: 25%;
  }
  [dir=ltr] .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  [dir=rtl] .offset-xl-4 {
    margin-right: 33.33333333%;
  }
  [dir=ltr] .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  [dir=rtl] .offset-xl-5 {
    margin-right: 41.66666667%;
  }
  [dir=ltr] .offset-xl-6 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-xl-6 {
    margin-right: 50%;
  }
  [dir=ltr] .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  [dir=rtl] .offset-xl-7 {
    margin-right: 58.33333333%;
  }
  [dir=ltr] .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  [dir=rtl] .offset-xl-8 {
    margin-right: 66.66666667%;
  }
  [dir=ltr] .offset-xl-9 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-xl-9 {
    margin-right: 75%;
  }
  [dir=ltr] .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  [dir=rtl] .offset-xl-10 {
    margin-right: 83.33333333%;
  }
  [dir=ltr] .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  [dir=rtl] .offset-xl-11 {
    margin-right: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@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.33333333%;
  }
  .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.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [dir=ltr] .offset-xxl-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-xxl-0 {
    margin-right: 0;
  }
  [dir=ltr] .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  [dir=rtl] .offset-xxl-1 {
    margin-right: 8.33333333%;
  }
  [dir=ltr] .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  [dir=rtl] .offset-xxl-2 {
    margin-right: 16.66666667%;
  }
  [dir=ltr] .offset-xxl-3 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-xxl-3 {
    margin-right: 25%;
  }
  [dir=ltr] .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  [dir=rtl] .offset-xxl-4 {
    margin-right: 33.33333333%;
  }
  [dir=ltr] .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  [dir=rtl] .offset-xxl-5 {
    margin-right: 41.66666667%;
  }
  [dir=ltr] .offset-xxl-6 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-xxl-6 {
    margin-right: 50%;
  }
  [dir=ltr] .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  [dir=rtl] .offset-xxl-7 {
    margin-right: 58.33333333%;
  }
  [dir=ltr] .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  [dir=rtl] .offset-xxl-8 {
    margin-right: 66.66666667%;
  }
  [dir=ltr] .offset-xxl-9 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-xxl-9 {
    margin-right: 75%;
  }
  [dir=ltr] .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  [dir=rtl] .offset-xxl-10 {
    margin-right: 83.33333333%;
  }
  [dir=ltr] .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  [dir=rtl] .offset-xxl-11 {
    margin-right: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
[dir] .form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  font-size: inherit;
  line-height: 1.5;
}

[dir] .col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
}

.col-form-label-lg {
  font-size: 1.25rem;
}

[dir] .col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
}

.col-form-label-sm {
  font-size: 0.875rem;
}

[dir] .col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
}

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

[dir] .form-text {
  margin-top: 0.25rem;
}

.form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

[dir] .form-control {
  padding: 0.375rem 0.75rem;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
[dir] .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  outline: 0;
}
[dir] .form-control:focus {
  background-color: var(--bs-body-bg);
  border-color: rgb(133, 178, 209.5);
  box-shadow: 0 0 0 0.25rem rgba(11, 101, 164, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
}
[dir] .form-control::-webkit-date-and-time-value {
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
}
[dir] .form-control::-webkit-datetime-edit {
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  opacity: 1;
}
[dir] .form-control:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-control::file-selector-button {
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  pointer-events: none;
  border-inline-end-width: var(--bs-border-width);
  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;
}
[dir] .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  background-color: var(--bs-tertiary-bg);
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
[dir] .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  line-height: 1.5;
  color: var(--bs-body-color);
}

[dir] .form-control-plaintext {
  padding: 0.375rem 0;
  margin-bottom: 0;
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
[dir=ltr] .form-control-plaintext.form-control-sm, [dir=ltr] .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
[dir=rtl] .form-control-plaintext.form-control-sm, [dir=rtl] .form-control-plaintext.form-control-lg {
  padding-left: 0;
  padding-right: 0;
}

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

[dir] .form-control-sm {
  padding: 0.25rem 0.5rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  margin-inline-end: 0.5rem;
}
[dir] .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
}

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

[dir] .form-control-lg {
  padding: 0.5rem 1rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  margin-inline-end: 1rem;
}
[dir] .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -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));
}

[dir] .form-control-color {
  padding: 0.375rem;
}
[dir] .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
[dir] .form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
[dir] .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%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

[dir] .form-select {
  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-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

[dir=ltr] .form-select {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  background-position: right 0.75rem center;
}

[dir=rtl] .form-select {
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  background-position: left 0.75rem center;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  outline: 0;
}
[dir] .form-select:focus {
  border-color: rgb(133, 178, 209.5);
  box-shadow: 0 0 0 0.25rem rgba(11, 101, 164, 0.25);
}
[dir] .form-select[multiple], [dir] .form-select[size]:not([size="1"]) {
  background-image: none;
}
[dir=ltr] .form-select[multiple], [dir=ltr] .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
}
[dir=rtl] .form-select[multiple], [dir=rtl] .form-select[size]:not([size="1"]) {
  padding-left: 0.75rem;
}
[dir] .form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
}
[dir] .form-select:-moz-focusring {
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  font-size: 0.875rem;
}

[dir] .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: var(--bs-border-radius-sm);
}

[dir=ltr] .form-select-sm {
  padding-left: 0.5rem;
}

[dir=rtl] .form-select-sm {
  padding-right: 0.5rem;
}

.form-select-lg {
  font-size: 1.25rem;
}

[dir] .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: var(--bs-border-radius-lg);
}

[dir=ltr] .form-select-lg {
  padding-left: 1rem;
}

[dir=rtl] .form-select-lg {
  padding-right: 1rem;
}

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

[dir] .form-check {
  margin-bottom: 0.125rem;
}

[dir=ltr] .form-check {
  padding-left: 1.5em;
}

[dir=rtl] .form-check {
  padding-right: 1.5em;
}
[dir=ltr] .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
[dir=rtl] .form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
}

[dir=ltr] .form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

[dir=rtl] .form-check-reverse {
  padding-left: 1.5em;
  padding-right: 0;
  text-align: left;
}
[dir=ltr] .form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
[dir=rtl] .form-check-reverse .form-check-input {
  float: left;
  margin-left: -1.5em;
  margin-right: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[dir] .form-check-input {
  margin-top: 0.25em;
  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);
}
[dir] .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
[dir] .form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  outline: 0;
}
[dir] .form-check-input:focus {
  border-color: rgb(133, 178, 209.5);
  box-shadow: 0 0 0 0.25rem rgba(11, 101, 164, 0.25);
}
[dir] .form-check-input:checked {
  background-color: #0B65A4;
  border-color: #0B65A4;
}
.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 {
  --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");
}
[dir] .form-check-input[type=checkbox]:indeterminate {
  background-color: #0B65A4;
  border-color: #0B65A4;
}
.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 {
  opacity: 0.5;
}
[dir] .form-check-input[disabled] ~ .form-check-label, [dir] .form-check-input:disabled ~ .form-check-label {
  cursor: default;
}

[dir=ltr] .form-switch {
  padding-left: 2.5em;
}

[dir=rtl] .form-switch {
  padding-right: 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;
  transition: background-position 0.15s ease-in-out;
}
[dir] .form-switch .form-check-input {
  background-image: var(--bs-form-switch-bg);
  border-radius: 2em;
}
[dir=ltr] .form-switch .form-check-input {
  margin-left: -2.5em;
  background-position: left center;
}
[dir=rtl] .form-switch .form-check-input {
  margin-right: -2.5em;
  background-position: right center;
}
@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='rgb%28133, 178, 209.5%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  --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");
}
[dir=ltr] .form-switch .form-check-input:checked {
  background-position: right center;
}
[dir=rtl] .form-switch .form-check-input:checked {
  background-position: left center;
}
[dir=ltr] .form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
[dir=rtl] .form-switch.form-check-reverse {
  padding-left: 2.5em;
  padding-right: 0;
}
[dir=ltr] .form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
[dir=rtl] .form-switch.form-check-reverse .form-check-input {
  margin-left: -2.5em;
  margin-right: 0;
}

.form-check-inline {
  display: inline-block;
}

[dir=ltr] .form-check-inline {
  margin-right: 1rem;
}

[dir=rtl] .form-check-inline {
  margin-left: 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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[dir] .form-range {
  padding: 0;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
[dir] .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(11, 101, 164, 0.25);
}
[dir] .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(11, 101, 164, 0.25);
}
[dir] .form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  -webkit-appearance: none;
          appearance: none;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
[dir] .form-range::-webkit-slider-thumb {
  margin-top: -0.25rem;
  background-color: #0B65A4;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
  [dir] .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
  }
}
[dir] .form-range::-webkit-slider-thumb:active {
  background-color: rgb(181.8, 208.8, 227.7);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
}
[dir] .form-range::-webkit-slider-runnable-track {
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
[dir] .form-range::-moz-range-thumb {
  background-color: #0B65A4;
  border: 0;
  border-radius: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
[dir] .form-range::-moz-range-thumb:active {
  background-color: rgb(181.8, 208.8, 227.7);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
}
[dir] .form-range::-moz-range-track {
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
[dir] .form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
[dir] .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;
  z-index: 2;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
[dir] .form-floating > label {
  padding: 1rem 0.75rem;
  text-align: start;
  border: var(--bs-border-width) solid transparent;
}
[dir=ltr] .form-floating > label {
  left: 0;
  transform-origin: 0 0;
}
[dir=rtl] .form-floating > label {
  right: 0;
  transform-origin: 100% 0;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
[dir] .form-floating > .form-control, [dir] .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
[dir] .form-floating > .form-control:not(:-moz-placeholder-shown), [dir] .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
[dir] .form-floating > .form-control:focus, [dir] .form-floating > .form-control:not(:placeholder-shown), [dir] .form-floating > .form-control-plaintext:focus, [dir] .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
[dir] .form-floating > .form-control:-webkit-autofill, [dir] .form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
[dir] .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
}
[dir=ltr] .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
[dir=rtl] .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
}
.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);
}
[dir=ltr] .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
[dir=ltr] .form-floating > .form-control:focus ~ label, [dir=ltr] .form-floating > .form-control:not(:placeholder-shown) ~ label, [dir=ltr] .form-floating > .form-control-plaintext ~ label, [dir=ltr] .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
[dir=rtl] .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}
[dir=rtl] .form-floating > .form-control:focus ~ label, [dir=rtl] .form-floating > .form-control:not(:placeholder-shown) ~ label, [dir=rtl] .form-floating > .form-control-plaintext ~ label, [dir=rtl] .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
}
[dir] .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
}
.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: "";
}
[dir] .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
[dir] .form-floating > .form-control:focus ~ label::after, [dir] .form-floating > .form-control:not(:placeholder-shown) ~ label::after, [dir] .form-floating > .form-control-plaintext ~ label::after, [dir] .form-floating > .form-select ~ label::after {
  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);
}
[dir=ltr] .form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
[dir=rtl] .form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}
[dir] .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;
}
[dir] .form-floating > :disabled ~ label::after, [dir] .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;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  white-space: nowrap;
}

[dir] .input-group-text {
  padding: 0.375rem 0.75rem;
  text-align: center;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  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 {
  font-size: 1.25rem;
}

[dir] .input-group-lg > .form-control, [dir] .input-group-lg > .form-select, [dir] .input-group-lg > .input-group-text, [dir] .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  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 {
  font-size: 0.875rem;
}

[dir] .input-group-sm > .form-control, [dir] .input-group-sm > .form-select, [dir] .input-group-sm > .input-group-text, [dir] .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  border-radius: var(--bs-border-radius-sm);
}

[dir=ltr] .input-group-lg > .form-select, [dir=ltr] .input-group-sm > .form-select {
  padding-right: 3rem;
}

[dir=rtl] .input-group-lg > .form-select, [dir=rtl] .input-group-sm > .form-select {
  padding-left: 3rem;
}

[dir=ltr] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), [dir=ltr] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), [dir=ltr] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, [dir=ltr] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=rtl] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), [dir=rtl] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), [dir=rtl] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, [dir=rtl] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=ltr] .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), [dir=ltr] .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), [dir=ltr] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, [dir=ltr] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), [dir=rtl] .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), [dir=rtl] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, [dir=rtl] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=ltr] .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;
}
[dir=rtl] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: calc(var(--bs-border-width) * -1);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=ltr] .input-group > .form-floating:not(:first-child) > .form-control, [dir=ltr] .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] .input-group > .form-floating:not(:first-child) > .form-control, [dir=rtl] .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

[dir] .valid-feedback {
  margin-top: 0.25rem;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  font-size: 0.875rem;
  color: #fff;
}

[dir] .valid-tooltip {
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  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;
}

[dir] .was-validated .form-control:valid, [dir] .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300A991' 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-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

[dir=ltr] .was-validated .form-control:valid, [dir=ltr] .form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: right calc(0.375em + 0.1875rem) center;
}

[dir=rtl] .was-validated .form-control:valid, [dir=rtl] .form-control.is-valid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: left calc(0.375em + 0.1875rem) center;
}
[dir] .was-validated .form-control:valid:focus, [dir] .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);
}

[dir=ltr] .was-validated textarea.form-control:valid, [dir=ltr] 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);
}

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

[dir] .was-validated .form-select:valid, [dir] .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='%2300A991' 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");
}
[dir] .was-validated .form-select:valid:not([multiple]):not([size]), [dir] .was-validated .form-select:valid:not([multiple])[size="1"], [dir] .form-select.is-valid:not([multiple]):not([size]), [dir] .form-select.is-valid:not([multiple])[size="1"] {
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
[dir=ltr] .was-validated .form-select:valid:not([multiple]):not([size]), [dir=ltr] .was-validated .form-select:valid:not([multiple])[size="1"], [dir=ltr] .form-select.is-valid:not([multiple]):not([size]), [dir=ltr] .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
}
[dir=rtl] .was-validated .form-select:valid:not([multiple]):not([size]), [dir=rtl] .was-validated .form-select:valid:not([multiple])[size="1"], [dir=rtl] .form-select.is-valid:not([multiple]):not([size]), [dir=rtl] .form-select.is-valid:not([multiple])[size="1"] {
  padding-left: 4.125rem;
  background-position: left 0.75rem center, center left 2.25rem;
}
[dir] .was-validated .form-select:valid:focus, [dir] .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));
}

[dir] .was-validated .form-check-input:valid, [dir] .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
[dir] .was-validated .form-check-input:valid:checked, [dir] .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
[dir] .was-validated .form-check-input:valid:focus, [dir] .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);
}

[dir=ltr] .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

[dir=rtl] .form-check-inline .form-check-input ~ .valid-feedback {
  margin-right: 0.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%;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

[dir] .invalid-feedback {
  margin-top: 0.25rem;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  font-size: 0.875rem;
  color: #fff;
}

[dir] .invalid-tooltip {
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  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;
}

[dir] .was-validated .form-control:invalid, [dir] .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  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='%23FF0066'%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='%23FF0066' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

[dir=ltr] .was-validated .form-control:invalid, [dir=ltr] .form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: right calc(0.375em + 0.1875rem) center;
}

[dir=rtl] .was-validated .form-control:invalid, [dir=rtl] .form-control.is-invalid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: left calc(0.375em + 0.1875rem) center;
}
[dir] .was-validated .form-control:invalid:focus, [dir] .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);
}

[dir=ltr] .was-validated textarea.form-control:invalid, [dir=ltr] 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);
}

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

[dir] .was-validated .form-select:invalid, [dir] .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='%23FF0066'%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='%23FF0066' stroke='none'/%3e%3c/svg%3e");
}
[dir] .was-validated .form-select:invalid:not([multiple]):not([size]), [dir] .was-validated .form-select:invalid:not([multiple])[size="1"], [dir] .form-select.is-invalid:not([multiple]):not([size]), [dir] .form-select.is-invalid:not([multiple])[size="1"] {
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
[dir=ltr] .was-validated .form-select:invalid:not([multiple]):not([size]), [dir=ltr] .was-validated .form-select:invalid:not([multiple])[size="1"], [dir=ltr] .form-select.is-invalid:not([multiple]):not([size]), [dir=ltr] .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
}
[dir=rtl] .was-validated .form-select:invalid:not([multiple]):not([size]), [dir=rtl] .was-validated .form-select:invalid:not([multiple])[size="1"], [dir=rtl] .form-select.is-invalid:not([multiple]):not([size]), [dir=rtl] .form-select.is-invalid:not([multiple])[size="1"] {
  padding-left: 4.125rem;
  background-position: left 0.75rem center, center left 2.25rem;
}
[dir] .was-validated .form-select:invalid:focus, [dir] .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));
}

[dir] .was-validated .form-check-input:invalid, [dir] .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
[dir] .was-validated .form-check-input:invalid:checked, [dir] .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
[dir] .was-validated .form-check-input:invalid:focus, [dir] .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);
}

[dir=ltr] .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

[dir=rtl] .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-right: 0.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;
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: #D9DBE3;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  vertical-align: top;
}

[dir] .table {
  margin-bottom: 1rem;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
}
[dir] .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

[dir] .table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

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

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

[dir] .table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
[dir] .table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

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

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

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.2, 224.2, 236.8);
  --bs-table-border-color: rgb(164.96, 179.36, 189.44);
  --bs-table-striped-bg: rgb(195.89, 212.99, 224.96);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.58, 201.78, 213.12);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(190.735, 207.385, 219.04);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
}

[dir] .table-primary {
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(234.4, 244, 215.2);
  --bs-table-border-color: rgb(187.52, 195.2, 172.16);
  --bs-table-striped-bg: rgb(222.68, 231.8, 204.44);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(210.96, 219.6, 193.68);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(216.82, 225.7, 199.06);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
}

[dir] .table-secondary {
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(204, 237.8, 233);
  --bs-table-border-color: rgb(163.2, 190.24, 186.4);
  --bs-table-striped-bg: rgb(193.8, 225.91, 221.35);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(183.6, 214.02, 209.7);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(188.7, 219.965, 215.525);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
}

[dir] .table-success {
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(204, 247.8, 251);
  --bs-table-border-color: rgb(163.2, 198.24, 200.8);
  --bs-table-striped-bg: rgb(193.8, 235.41, 238.45);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(183.6, 223.02, 225.9);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(188.7, 229.215, 232.175);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
}

[dir] .table-info {
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
}

[dir] .table-warning {
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 204, 224.4);
  --bs-table-border-color: rgb(204, 163.2, 179.52);
  --bs-table-striped-bg: rgb(242.25, 193.8, 213.18);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 183.6, 201.96);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 188.7, 207.57);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
}

[dir] .table-danger {
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
}

[dir] .table-light {
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
}

[dir] .table-dark {
  border-color: var(--bs-table-border-color);
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.btn {
  --bs-btn-padding-x: 15px;
  --bs-btn-padding-y: 7px;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 600;
  --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: 8px;
  --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;
  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);
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  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;
}
[dir] .btn {
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  text-align: center;
  cursor: pointer;
  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);
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
}
[dir] .btn:hover {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
}
[dir] .btn-check + .btn:hover {
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  outline: 0;
}
[dir] .btn:focus-visible {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  outline: 0;
}
[dir] .btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  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);
}
[dir] .btn-check:checked + .btn, [dir] :not(.btn-check) + .btn:active, [dir] .btn:first-child:active, [dir] .btn.active, [dir] .btn.show {
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
[dir] .btn-check:checked + .btn:focus-visible, [dir] :not(.btn-check) + .btn:active:focus-visible, [dir] .btn:first-child:active:focus-visible, [dir] .btn.active:focus-visible, [dir] .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
[dir] .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;
  opacity: var(--bs-btn-disabled-opacity);
}
[dir] .btn:disabled, [dir] .btn.disabled, [dir] fieldset:disabled .btn {
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0B65A4;
  --bs-btn-border-color: #0B65A4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(9.35, 85.85, 139.4);
  --bs-btn-hover-border-color: rgb(8.8, 80.8, 131.2);
  --bs-btn-focus-shadow-rgb: 48, 124, 178;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(8.8, 80.8, 131.2);
  --bs-btn-active-border-color: rgb(8.25, 75.75, 123);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0B65A4;
  --bs-btn-disabled-border-color: #0B65A4;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #98C838;
  --bs-btn-border-color: #98C838;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(167.45, 208.25, 85.85);
  --bs-btn-hover-border-color: rgb(162.3, 205.5, 75.9);
  --bs-btn-focus-shadow-rgb: 129, 170, 48;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(172.6, 211, 95.8);
  --bs-btn-active-border-color: rgb(162.3, 205.5, 75.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #98C838;
  --bs-btn-disabled-border-color: #98C838;
}

.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #00A991;
  --bs-btn-border-color: #00A991;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(38.25, 181.9, 161.5);
  --bs-btn-hover-border-color: rgb(25.5, 177.6, 156);
  --bs-btn-focus-shadow-rgb: 0, 144, 123;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(51, 186.2, 167);
  --bs-btn-active-border-color: rgb(25.5, 177.6, 156);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #00A991;
  --bs-btn-disabled-border-color: #00A991;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #00DBEB;
  --bs-btn-border-color: #00DBEB;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(38.25, 224.4, 238);
  --bs-btn-hover-border-color: rgb(25.5, 222.6, 237);
  --bs-btn-focus-shadow-rgb: 0, 186, 200;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(51, 226.2, 239);
  --bs-btn-active-border-color: rgb(25.5, 222.6, 237);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #00DBEB;
  --bs-btn-disabled-border-color: #00DBEB;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --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: #000;
  --bs-btn-bg: #FF0066;
  --bs-btn-border-color: #FF0066;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 38.25, 124.95);
  --bs-btn-hover-border-color: rgb(255, 25.5, 117.3);
  --bs-btn-focus-shadow-rgb: 217, 0, 87;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 51, 132.6);
  --bs-btn-active-border-color: rgb(255, 25.5, 117.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FF0066;
  --bs-btn-disabled-border-color: #FF0066;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --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: #0B65A4;
  --bs-btn-border-color: #0B65A4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0B65A4;
  --bs-btn-hover-border-color: #0B65A4;
  --bs-btn-focus-shadow-rgb: 11, 101, 164;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0B65A4;
  --bs-btn-active-border-color: #0B65A4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0B65A4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0B65A4;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #98C838;
  --bs-btn-border-color: #98C838;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #98C838;
  --bs-btn-hover-border-color: #98C838;
  --bs-btn-focus-shadow-rgb: 152, 200, 56;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #98C838;
  --bs-btn-active-border-color: #98C838;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #98C838;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #98C838;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #00A991;
  --bs-btn-border-color: #00A991;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #00A991;
  --bs-btn-hover-border-color: #00A991;
  --bs-btn-focus-shadow-rgb: 0, 169, 145;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #00A991;
  --bs-btn-active-border-color: #00A991;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #00A991;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00A991;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #00DBEB;
  --bs-btn-border-color: #00DBEB;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #00DBEB;
  --bs-btn-hover-border-color: #00DBEB;
  --bs-btn-focus-shadow-rgb: 0, 219, 235;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #00DBEB;
  --bs-btn-active-border-color: #00DBEB;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #00DBEB;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00DBEB;
  --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: #FF0066;
  --bs-btn-border-color: #FF0066;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FF0066;
  --bs-btn-hover-border-color: #FF0066;
  --bs-btn-focus-shadow-rgb: 255, 0, 102;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FF0066;
  --bs-btn-active-border-color: #FF0066;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FF0066;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FF0066;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --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: 48, 124, 178;
  text-decoration: none;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 10px;
  --bs-btn-padding-x: 23px;
  --bs-btn-font-size: 1.125rem;
  --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;
  }
}

.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;
  list-style: none;
}

[dir] .nav {
  margin-bottom: 0;
}

[dir=ltr] .nav {
  padding-left: 0;
}

[dir=rtl] .nav {
  padding-right: 0;
}

.nav-link {
  display: block;
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

[dir] .nav-link {
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  background: none;
  border: 0;
}
@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;
}
[dir] .nav-link:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(11, 101, 164, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
}
[dir] .nav-link.disabled, [dir] .nav-link:disabled {
  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);
}

[dir] .nav-tabs {
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
[dir] .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
}
[dir=ltr] .nav-tabs .nav-link {
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
[dir=rtl] .nav-tabs .nav-link {
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
}
[dir] .nav-tabs .nav-link:hover, [dir] .nav-tabs .nav-link:focus {
  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);
}
[dir] .nav-tabs .nav-link.active, [dir] .nav-tabs .nav-item.show .nav-link {
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
[dir] .nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
}
[dir=ltr] .nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[dir=rtl] .nav-tabs .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-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: #0B65A4;
}
[dir] .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);
}
[dir] .nav-pills .nav-link.active, [dir] .nav-pills .show > .nav-link {
  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);
}
[dir] .nav-underline .nav-link {
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
[dir=ltr] .nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
}
[dir=rtl] .nav-underline .nav-link {
  padding-left: 0;
  padding-right: 0;
}
[dir] .nav-underline .nav-link:hover, [dir] .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);
}
[dir] .nav-underline .nav-link.active, [dir] .nav-underline .show > .nav-link {
  border-bottom-color: currentcolor;
}

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

[dir] .nav-fill > .nav-link, [dir] .nav-fill .nav-item {
  text-align: center;
}

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

[dir] .nav-justified > .nav-link, [dir] .nav-justified .nav-item {
  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;
}

.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(11, 101, 164, 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;
  color: var(--bs-btn-close-color);
  opacity: var(--bs-btn-close-opacity);
}

[dir] .btn-close {
  padding: 0.25em 0.25em;
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  opacity: var(--bs-btn-close-focus-opacity);
}
[dir] .btn-close:focus {
  box-shadow: var(--bs-btn-close-focus-shadow);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: 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;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

[dir=ltr] .modal {
  left: 0;
}

[dir=rtl] .modal {
  right: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none;
}

[dir] .modal-dialog {
  margin: var(--bs-modal-margin);
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
[dir] .modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
[dir] .modal.show .modal-dialog {
  transform: none;
}
[dir] .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;
  outline: 0;
}

[dir] .modal-content {
  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);
}

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

[dir] .modal-backdrop {
  background-color: var(--bs-backdrop-bg);
}

[dir=ltr] .modal-backdrop {
  left: 0;
}

[dir=rtl] .modal-backdrop {
  right: 0;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

[dir] .modal-header {
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
}

[dir=ltr] .modal-header {
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

[dir=rtl] .modal-header {
  border-top-right-radius: var(--bs-modal-inner-border-radius);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
}
[dir] .modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
}
[dir=ltr] .modal-header .btn-close {
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
[dir=rtl] .modal-header .btn-close {
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) auto calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x));
}

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

[dir] .modal-title {
  margin-bottom: 0;
}

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

[dir] .modal-body {
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

[dir] .modal-footer {
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
}

[dir=ltr] .modal-footer {
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

[dir=rtl] .modal-footer {
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
}
[dir] .modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.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);
  }
  [dir=ltr] .modal-dialog {
    margin-right: auto;
    margin-left: auto;
  }
  [dir=rtl] .modal-dialog {
    margin-left: auto;
    margin-right: 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%;
}
[dir] .modal-fullscreen {
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
}
[dir] .modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
}
[dir] .modal-fullscreen .modal-header, [dir] .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%;
  }
  [dir] .modal-fullscreen-sm-down {
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
  }
  [dir] .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
  }
  [dir] .modal-fullscreen-sm-down .modal-header, [dir] .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%;
  }
  [dir] .modal-fullscreen-md-down {
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
  }
  [dir] .modal-fullscreen-md-down .modal-content {
    border: 0;
    border-radius: 0;
  }
  [dir] .modal-fullscreen-md-down .modal-header, [dir] .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%;
  }
  [dir] .modal-fullscreen-lg-down {
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
  }
  [dir] .modal-fullscreen-lg-down .modal-content {
    border: 0;
    border-radius: 0;
  }
  [dir] .modal-fullscreen-lg-down .modal-header, [dir] .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%;
  }
  [dir] .modal-fullscreen-xl-down {
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
  }
  [dir] .modal-fullscreen-xl-down .modal-content {
    border: 0;
    border-radius: 0;
  }
  [dir] .modal-fullscreen-xl-down .modal-header, [dir] .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%;
  }
  [dir] .modal-fullscreen-xxl-down {
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
  }
  [dir] .modal-fullscreen-xxl-down .modal-content {
    border: 0;
    border-radius: 0;
  }
  [dir] .modal-fullscreen-xxl-down .modal-header, [dir] .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: none;
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQuNDU0NSA3LjgyOTVDNC44OTM4NCA3LjM5MDE3IDUuNjA2MTYgNy4zOTAxNyA2LjA0NTUgNy44Mjk1TDEyIDEzLjc4NEwxNy45NTQ1IDcuODI5NUMxOC4zOTM4IDcuMzkwMTcgMTkuMTA2MiA3LjM5MDE3IDE5LjU0NTUgNy44Mjk1QzE5Ljk4NDggOC4yNjg4NCAxOS45ODQ4IDguOTgxMTYgMTkuNTQ1NSA5LjQyMDVMMTIuNzk1NSAxNi4xNzA1QzEyLjM1NjIgMTYuNjA5OCAxMS42NDM4IDE2LjYwOTggMTEuMjA0NSAxNi4xNzA1TDQuNDU0NSA5LjQyMDVDNC4wMTUxNyA4Ljk4MTE2IDQuMDE1MTcgOC4yNjg4NCA0LjQ1NDUgNy44Mjk1WiIgZmlsbD0iIzJBM0U1QyIvPg0KPC9zdmc+DQo=");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE5LjU0NTUgMTYuMTcwNUMxOS4xMDYyIDE2LjYwOTggMTguMzkzOCAxNi42MDk4IDE3Ljk1NDUgMTYuMTcwNUwxMiAxMC4yMTZMNi4wNDU1IDE2LjE3MDVDNS42MDYxNiAxNi42MDk4IDQuODkzODQgMTYuNjA5OCA0LjQ1NDUgMTYuMTcwNUM0LjAxNTE3IDE1LjczMTIgNC4wMTUxNyAxNS4wMTg4IDQuNDU0NSAxNC41Nzk1TDExLjIwNDUgNy44Mjk1QzExLjY0MzggNy4zOTAxNyAxMi4zNTYyIDcuMzkwMTcgMTIuNzk1NSA3LjgyOTVMMTkuNTQ1NSAxNC41Nzk1QzE5Ljk4NDggMTUuMDE4OCAxOS45ODQ4IDE1LjczMTIgMTkuNTQ1NSAxNi4xNzA1WiIgZmlsbD0iIzJBM0U1QyIvPg0KPC9zdmc+DQo=");
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #2A3E5C;
  --bs-accordion-active-bg: none;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

[dir] .accordion-button {
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
}

[dir=ltr] .accordion-button {
  text-align: left;
}

[dir=rtl] .accordion-button {
  text-align: right;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
}
[dir] .accordion-button:not(.collapsed) {
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
[dir] .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  content: "";
  transition: var(--bs-accordion-btn-icon-transition);
}
[dir] .accordion-button::after {
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
}
[dir=ltr] .accordion-button::after {
  margin-left: auto;
}
[dir=rtl] .accordion-button::after {
  margin-right: auto;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
}
[dir] .accordion-button:focus {
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

[dir] .accordion-header {
  margin-bottom: 0;
}

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

[dir] .accordion-item {
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
[dir=ltr] .accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
[dir=rtl] .accordion-item:first-of-type {
  border-top-right-radius: var(--bs-accordion-border-radius);
  border-top-left-radius: var(--bs-accordion-border-radius);
}
[dir=ltr] .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
[dir=rtl] .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
}
[dir] .accordion-item:not(:first-of-type) {
  border-top: 0;
}
[dir=ltr] .accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
[dir=rtl] .accordion-item:last-of-type {
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-radius: var(--bs-accordion-border-radius);
}
[dir=ltr] .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
[dir=rtl] .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
}
[dir=ltr] .accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
[dir=rtl] .accordion-item:last-of-type > .accordion-collapse {
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-radius: var(--bs-accordion-border-radius);
}

[dir] .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

[dir] .accordion-flush > .accordion-item {
  border-radius: 0;
}

[dir=ltr] .accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
}

[dir=rtl] .accordion-flush > .accordion-item {
  border-left: 0;
  border-right: 0;
}
[dir] .accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
[dir] .accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
[dir] .accordion-flush > .accordion-item > .accordion-header .accordion-button, [dir] .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
[dir] .accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28108.6, 162.6, 200.4%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28108.6, 162.6, 200.4%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  [dir] .offcanvas-sm {
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    width: var(--bs-offcanvas-width);
  }
  [dir=ltr] .offcanvas-sm.offcanvas-start {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [dir=rtl] .offcanvas-sm.offcanvas-start {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    width: var(--bs-offcanvas-width);
  }
  [dir=ltr] .offcanvas-sm.offcanvas-end {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [dir=rtl] .offcanvas-sm.offcanvas-end {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
  }
  [dir] .offcanvas-sm.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [dir=ltr] .offcanvas-sm.offcanvas-top {
    right: 0;
    left: 0;
  }
  [dir=rtl] .offcanvas-sm.offcanvas-top {
    left: 0;
    right: 0;
  }
  .offcanvas-sm.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
  }
  [dir] .offcanvas-sm.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [dir=ltr] .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
  }
  [dir=rtl] .offcanvas-sm.offcanvas-bottom {
    left: 0;
    right: 0;
  }
  [dir] .offcanvas-sm.showing, [dir] .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
  }
  [dir] .offcanvas-sm {
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  [dir] .offcanvas-sm .offcanvas-body {
    padding: 0;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  [dir] .offcanvas-md {
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    width: var(--bs-offcanvas-width);
  }
  [dir=ltr] .offcanvas-md.offcanvas-start {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [dir=rtl] .offcanvas-md.offcanvas-start {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    width: var(--bs-offcanvas-width);
  }
  [dir=ltr] .offcanvas-md.offcanvas-end {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [dir=rtl] .offcanvas-md.offcanvas-end {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
  }
  [dir] .offcanvas-md.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [dir=ltr] .offcanvas-md.offcanvas-top {
    right: 0;
    left: 0;
  }
  [dir=rtl] .offcanvas-md.offcanvas-top {
    left: 0;
    right: 0;
  }
  .offcanvas-md.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
  }
  [dir] .offcanvas-md.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [dir=ltr] .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
  }
  [dir=rtl] .offcanvas-md.offcanvas-bottom {
    left: 0;
    right: 0;
  }
  [dir] .offcanvas-md.showing, [dir] .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
  }
  [dir] .offcanvas-md {
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  [dir] .offcanvas-md .offcanvas-body {
    padding: 0;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  [dir] .offcanvas-lg {
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    width: var(--bs-offcanvas-width);
  }
  [dir=ltr] .offcanvas-lg.offcanvas-start {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [dir=rtl] .offcanvas-lg.offcanvas-start {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    width: var(--bs-offcanvas-width);
  }
  [dir=ltr] .offcanvas-lg.offcanvas-end {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [dir=rtl] .offcanvas-lg.offcanvas-end {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
  }
  [dir] .offcanvas-lg.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [dir=ltr] .offcanvas-lg.offcanvas-top {
    right: 0;
    left: 0;
  }
  [dir=rtl] .offcanvas-lg.offcanvas-top {
    left: 0;
    right: 0;
  }
  .offcanvas-lg.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
  }
  [dir] .offcanvas-lg.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [dir=ltr] .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
  }
  [dir=rtl] .offcanvas-lg.offcanvas-bottom {
    left: 0;
    right: 0;
  }
  [dir] .offcanvas-lg.showing, [dir] .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
  }
  [dir] .offcanvas-lg {
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  [dir] .offcanvas-lg .offcanvas-body {
    padding: 0;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  [dir] .offcanvas-xl {
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    width: var(--bs-offcanvas-width);
  }
  [dir=ltr] .offcanvas-xl.offcanvas-start {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [dir=rtl] .offcanvas-xl.offcanvas-start {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    width: var(--bs-offcanvas-width);
  }
  [dir=ltr] .offcanvas-xl.offcanvas-end {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [dir=rtl] .offcanvas-xl.offcanvas-end {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
  }
  [dir] .offcanvas-xl.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [dir=ltr] .offcanvas-xl.offcanvas-top {
    right: 0;
    left: 0;
  }
  [dir=rtl] .offcanvas-xl.offcanvas-top {
    left: 0;
    right: 0;
  }
  .offcanvas-xl.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
  }
  [dir] .offcanvas-xl.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [dir=ltr] .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
  }
  [dir=rtl] .offcanvas-xl.offcanvas-bottom {
    left: 0;
    right: 0;
  }
  [dir] .offcanvas-xl.showing, [dir] .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
  }
  [dir] .offcanvas-xl {
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  [dir] .offcanvas-xl .offcanvas-body {
    padding: 0;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  [dir] .offcanvas-xxl {
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    width: var(--bs-offcanvas-width);
  }
  [dir=ltr] .offcanvas-xxl.offcanvas-start {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [dir=rtl] .offcanvas-xxl.offcanvas-start {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    width: var(--bs-offcanvas-width);
  }
  [dir=ltr] .offcanvas-xxl.offcanvas-end {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [dir=rtl] .offcanvas-xxl.offcanvas-end {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
  }
  [dir] .offcanvas-xxl.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [dir=ltr] .offcanvas-xxl.offcanvas-top {
    right: 0;
    left: 0;
  }
  [dir=rtl] .offcanvas-xxl.offcanvas-top {
    left: 0;
    right: 0;
  }
  .offcanvas-xxl.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
  }
  [dir] .offcanvas-xxl.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [dir=ltr] .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
  }
  [dir=rtl] .offcanvas-xxl.offcanvas-bottom {
    left: 0;
    right: 0;
  }
  [dir] .offcanvas-xxl.showing, [dir] .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
  }
  [dir] .offcanvas-xxl {
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  [dir] .offcanvas-xxl .offcanvas-body {
    padding: 0;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}

[dir] .offcanvas {
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  width: var(--bs-offcanvas-width);
}
[dir=ltr] .offcanvas.offcanvas-start {
  left: 0;
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
[dir=rtl] .offcanvas.offcanvas-start {
  right: 0;
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  width: var(--bs-offcanvas-width);
}
[dir=ltr] .offcanvas.offcanvas-end {
  right: 0;
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
[dir=rtl] .offcanvas.offcanvas-end {
  left: 0;
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
}
[dir] .offcanvas.offcanvas-top {
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
[dir=ltr] .offcanvas.offcanvas-top {
  right: 0;
  left: 0;
}
[dir=rtl] .offcanvas.offcanvas-top {
  left: 0;
  right: 0;
}
.offcanvas.offcanvas-bottom {
  height: var(--bs-offcanvas-height);
  max-height: 100%;
}
[dir] .offcanvas.offcanvas-bottom {
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
[dir=ltr] .offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
}
[dir=rtl] .offcanvas.offcanvas-bottom {
  left: 0;
  right: 0;
}
[dir] .offcanvas.showing, [dir] .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
}

[dir] .offcanvas-backdrop {
  background-color: #000;
}

[dir=ltr] .offcanvas-backdrop {
  left: 0;
}

[dir=rtl] .offcanvas-backdrop {
  right: 0;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
}

[dir] .offcanvas-header {
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
[dir] .offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
}
[dir=ltr] .offcanvas-header .btn-close {
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}
[dir=rtl] .offcanvas-header .btn-close {
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) auto calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x));
}

.offcanvas-title {
  line-height: var(--bs-offcanvas-title-line-height);
}

[dir] .offcanvas-title {
  margin-bottom: 0;
}

.offcanvas-body {
  flex-grow: 1;
  overflow-y: auto;
}

[dir] .offcanvas-body {
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

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

[dir=ltr] .float-start {
  float: left !important;
}

[dir=rtl] .float-start {
  float: right !important;
}

[dir=ltr] .float-end {
  float: right !important;
}

[dir=rtl] .float-end {
  float: left !important;
}

[dir] .float-none {
  float: none !important;
}

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

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

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

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

.object-fit-none {
  -o-object-fit: none !important;
     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;
}

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

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

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

[dir] .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;
}

[dir=ltr] .start-0 {
  left: 0 !important;
}

[dir=rtl] .start-0 {
  right: 0 !important;
}

[dir=ltr] .start-50 {
  left: 50% !important;
}

[dir=rtl] .start-50 {
  right: 50% !important;
}

[dir=ltr] .start-100 {
  left: 100% !important;
}

[dir=rtl] .start-100 {
  right: 100% !important;
}

[dir=ltr] .end-0 {
  right: 0 !important;
}

[dir=rtl] .end-0 {
  left: 0 !important;
}

[dir=ltr] .end-50 {
  right: 50% !important;
}

[dir=rtl] .end-50 {
  left: 50% !important;
}

[dir=ltr] .end-100 {
  right: 100% !important;
}

[dir=rtl] .end-100 {
  left: 100% !important;
}

[dir=ltr] .translate-middle {
  transform: translate(-50%, -50%) !important;
}

[dir=rtl] .translate-middle {
  transform: translate(50%, -50%) !important;
}

[dir=ltr] .translate-middle-x {
  transform: translateX(-50%) !important;
}

[dir=rtl] .translate-middle-x {
  transform: translateX(50%) !important;
}

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

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

[dir] .border-0 {
  border: 0 !important;
}

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

[dir] .border-top-0 {
  border-top: 0 !important;
}

[dir=ltr] .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

[dir=rtl] .border-end {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

[dir=ltr] .border-end-0 {
  border-right: 0 !important;
}

[dir=rtl] .border-end-0 {
  border-left: 0 !important;
}

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

[dir] .border-bottom-0 {
  border-bottom: 0 !important;
}

[dir=ltr] .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

[dir=rtl] .border-start {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

[dir=ltr] .border-start-0 {
  border-left: 0 !important;
}

[dir=rtl] .border-start-0 {
  border-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dir] .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;
}

[dir] .m-0 {
  margin: 0 !important;
}

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

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

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

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

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

[dir] .m-auto {
  margin: auto !important;
}

[dir=ltr] .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

[dir=rtl] .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

[dir=ltr] .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

[dir=rtl] .mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

[dir=ltr] .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

[dir=rtl] .mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

[dir=ltr] .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

[dir=rtl] .mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

[dir=ltr] .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

[dir=rtl] .mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

[dir=ltr] .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

[dir=rtl] .mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

[dir=ltr] .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

[dir=rtl] .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

[dir] .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

[dir] .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

[dir] .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

[dir] .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

[dir] .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

[dir] .mt-1 {
  margin-top: 0.25rem !important;
}

[dir] .mt-2 {
  margin-top: 0.5rem !important;
}

[dir] .mt-3 {
  margin-top: 1rem !important;
}

[dir] .mt-4 {
  margin-top: 1.5rem !important;
}

[dir] .mt-5 {
  margin-top: 3rem !important;
}

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

[dir=ltr] .me-0 {
  margin-right: 0 !important;
}

[dir=rtl] .me-0 {
  margin-left: 0 !important;
}

[dir=ltr] .me-1 {
  margin-right: 0.25rem !important;
}

[dir=rtl] .me-1 {
  margin-left: 0.25rem !important;
}

[dir=ltr] .me-2 {
  margin-right: 0.5rem !important;
}

[dir=rtl] .me-2 {
  margin-left: 0.5rem !important;
}

[dir=ltr] .me-3 {
  margin-right: 1rem !important;
}

[dir=rtl] .me-3 {
  margin-left: 1rem !important;
}

[dir=ltr] .me-4 {
  margin-right: 1.5rem !important;
}

[dir=rtl] .me-4 {
  margin-left: 1.5rem !important;
}

[dir=ltr] .me-5 {
  margin-right: 3rem !important;
}

[dir=rtl] .me-5 {
  margin-left: 3rem !important;
}

[dir=ltr] .me-auto {
  margin-right: auto !important;
}

[dir=rtl] .me-auto {
  margin-left: auto !important;
}

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

[dir] .mb-1 {
  margin-bottom: 0.25rem !important;
}

[dir] .mb-2 {
  margin-bottom: 0.5rem !important;
}

[dir] .mb-3 {
  margin-bottom: 1rem !important;
}

[dir] .mb-4 {
  margin-bottom: 1.5rem !important;
}

[dir] .mb-5 {
  margin-bottom: 3rem !important;
}

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

[dir=ltr] .ms-0 {
  margin-left: 0 !important;
}

[dir=rtl] .ms-0 {
  margin-right: 0 !important;
}

[dir=ltr] .ms-1 {
  margin-left: 0.25rem !important;
}

[dir=rtl] .ms-1 {
  margin-right: 0.25rem !important;
}

[dir=ltr] .ms-2 {
  margin-left: 0.5rem !important;
}

[dir=rtl] .ms-2 {
  margin-right: 0.5rem !important;
}

[dir=ltr] .ms-3 {
  margin-left: 1rem !important;
}

[dir=rtl] .ms-3 {
  margin-right: 1rem !important;
}

[dir=ltr] .ms-4 {
  margin-left: 1.5rem !important;
}

[dir=rtl] .ms-4 {
  margin-right: 1.5rem !important;
}

[dir=ltr] .ms-5 {
  margin-left: 3rem !important;
}

[dir=rtl] .ms-5 {
  margin-right: 3rem !important;
}

[dir=ltr] .ms-auto {
  margin-left: auto !important;
}

[dir=rtl] .ms-auto {
  margin-right: auto !important;
}

[dir] .p-0 {
  padding: 0 !important;
}

[dir] .p-1 {
  padding: 0.25rem !important;
}

[dir] .p-2 {
  padding: 0.5rem !important;
}

[dir] .p-3 {
  padding: 1rem !important;
}

[dir] .p-4 {
  padding: 1.5rem !important;
}

[dir] .p-5 {
  padding: 3rem !important;
}

[dir=ltr] .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

[dir=rtl] .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

[dir=ltr] .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

[dir=rtl] .px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

[dir=ltr] .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

[dir=rtl] .px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

[dir=ltr] .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

[dir=rtl] .px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

[dir=ltr] .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

[dir=rtl] .px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

[dir=ltr] .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

[dir=rtl] .px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

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

[dir] .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

[dir] .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

[dir] .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

[dir] .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

[dir] .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

[dir] .pt-1 {
  padding-top: 0.25rem !important;
}

[dir] .pt-2 {
  padding-top: 0.5rem !important;
}

[dir] .pt-3 {
  padding-top: 1rem !important;
}

[dir] .pt-4 {
  padding-top: 1.5rem !important;
}

[dir] .pt-5 {
  padding-top: 3rem !important;
}

[dir=ltr] .pe-0 {
  padding-right: 0 !important;
}

[dir=rtl] .pe-0 {
  padding-left: 0 !important;
}

[dir=ltr] .pe-1 {
  padding-right: 0.25rem !important;
}

[dir=rtl] .pe-1 {
  padding-left: 0.25rem !important;
}

[dir=ltr] .pe-2 {
  padding-right: 0.5rem !important;
}

[dir=rtl] .pe-2 {
  padding-left: 0.5rem !important;
}

[dir=ltr] .pe-3 {
  padding-right: 1rem !important;
}

[dir=rtl] .pe-3 {
  padding-left: 1rem !important;
}

[dir=ltr] .pe-4 {
  padding-right: 1.5rem !important;
}

[dir=rtl] .pe-4 {
  padding-left: 1.5rem !important;
}

[dir=ltr] .pe-5 {
  padding-right: 3rem !important;
}

[dir=rtl] .pe-5 {
  padding-left: 3rem !important;
}

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

[dir] .pb-1 {
  padding-bottom: 0.25rem !important;
}

[dir] .pb-2 {
  padding-bottom: 0.5rem !important;
}

[dir] .pb-3 {
  padding-bottom: 1rem !important;
}

[dir] .pb-4 {
  padding-bottom: 1.5rem !important;
}

[dir] .pb-5 {
  padding-bottom: 3rem !important;
}

[dir=ltr] .ps-0 {
  padding-left: 0 !important;
}

[dir=rtl] .ps-0 {
  padding-right: 0 !important;
}

[dir=ltr] .ps-1 {
  padding-left: 0.25rem !important;
}

[dir=rtl] .ps-1 {
  padding-right: 0.25rem !important;
}

[dir=ltr] .ps-2 {
  padding-left: 0.5rem !important;
}

[dir=rtl] .ps-2 {
  padding-right: 0.5rem !important;
}

[dir=ltr] .ps-3 {
  padding-left: 1rem !important;
}

[dir=rtl] .ps-3 {
  padding-right: 1rem !important;
}

[dir=ltr] .ps-4 {
  padding-left: 1.5rem !important;
}

[dir=rtl] .ps-4 {
  padding-right: 1.5rem !important;
}

[dir=ltr] .ps-5 {
  padding-left: 3rem !important;
}

[dir=rtl] .ps-5 {
  padding-right: 3rem !important;
}

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

.gap-1 {
  gap: 0.25rem !important;
}

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

.gap-3 {
  gap: 1rem !important;
}

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

.gap-5 {
  gap: 3rem !important;
}

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

.row-gap-1 {
  row-gap: 0.25rem !important;
}

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

.row-gap-3 {
  row-gap: 1rem !important;
}

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

.row-gap-5 {
  row-gap: 3rem !important;
}

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

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !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: 18px !important;
}

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

.lh-lg {
  line-height: 30px !important;
}

[dir=ltr] .text-start {
  text-align: left !important;
}

[dir=rtl] .text-start {
  text-align: right !important;
}

[dir=ltr] .text-end {
  text-align: right !important;
}

[dir=rtl] .text-end {
  text-align: left !important;
}

[dir] .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dir] .bg-transparent {
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
}

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

.bg-body-tertiary {
  --bs-bg-opacity: 1;
}

[dir] .bg-body-tertiary {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dir=ltr] .rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

[dir=rtl] .rounded-top {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

[dir=ltr] .rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

[dir=rtl] .rounded-top-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

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

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

[dir=ltr] .rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

[dir=rtl] .rounded-top-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

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

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

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

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

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

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

[dir=ltr] .rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

[dir=rtl] .rounded-top-circle {
  border-top-right-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

[dir=ltr] .rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

[dir=rtl] .rounded-top-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

[dir=ltr] .rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

[dir=rtl] .rounded-end {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

[dir=ltr] .rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

[dir=rtl] .rounded-end-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

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

[dir=rtl] .rounded-end-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

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

[dir=rtl] .rounded-end-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

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

[dir=rtl] .rounded-end-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

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

[dir=rtl] .rounded-end-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

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

[dir=rtl] .rounded-end-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

[dir=ltr] .rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

[dir=rtl] .rounded-end-circle {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

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

[dir=rtl] .rounded-end-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

[dir=ltr] .rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

[dir=rtl] .rounded-bottom {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

[dir=ltr] .rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

[dir=rtl] .rounded-bottom-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

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

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

[dir=ltr] .rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

[dir=rtl] .rounded-bottom-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

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

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

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

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

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

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

[dir=ltr] .rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

[dir=rtl] .rounded-bottom-circle {
  border-bottom-left-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

[dir=ltr] .rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

[dir=rtl] .rounded-bottom-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

[dir=ltr] .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

[dir=rtl] .rounded-start {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

[dir=ltr] .rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

[dir=rtl] .rounded-start-0 {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

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

[dir=rtl] .rounded-start-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

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

[dir=rtl] .rounded-start-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

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

[dir=rtl] .rounded-start-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

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

[dir=rtl] .rounded-start-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

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

[dir=rtl] .rounded-start-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

[dir=ltr] .rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

[dir=rtl] .rounded-start-circle {
  border-bottom-right-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

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

[dir=rtl] .rounded-start-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-top-right-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) {
  [dir=ltr] .float-sm-start {
    float: left !important;
  }
  [dir=rtl] .float-sm-start {
    float: right !important;
  }
  [dir=ltr] .float-sm-end {
    float: right !important;
  }
  [dir=rtl] .float-sm-end {
    float: left !important;
  }
  [dir] .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       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;
  }
  [dir] .m-sm-0 {
    margin: 0 !important;
  }
  [dir] .m-sm-1 {
    margin: 0.25rem !important;
  }
  [dir] .m-sm-2 {
    margin: 0.5rem !important;
  }
  [dir] .m-sm-3 {
    margin: 1rem !important;
  }
  [dir] .m-sm-4 {
    margin: 1.5rem !important;
  }
  [dir] .m-sm-5 {
    margin: 3rem !important;
  }
  [dir] .m-sm-auto {
    margin: auto !important;
  }
  [dir=ltr] .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  [dir=ltr] .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [dir=rtl] .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  [dir=ltr] .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [dir=rtl] .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  [dir=ltr] .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [dir=rtl] .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  [dir] .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [dir] .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [dir] .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [dir] .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [dir] .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [dir] .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [dir] .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [dir] .mt-sm-0 {
    margin-top: 0 !important;
  }
  [dir] .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  [dir] .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  [dir] .mt-sm-3 {
    margin-top: 1rem !important;
  }
  [dir] .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  [dir] .mt-sm-5 {
    margin-top: 3rem !important;
  }
  [dir] .mt-sm-auto {
    margin-top: auto !important;
  }
  [dir=ltr] .me-sm-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .me-sm-0 {
    margin-left: 0 !important;
  }
  [dir=ltr] .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .me-sm-1 {
    margin-left: 0.25rem !important;
  }
  [dir=ltr] .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .me-sm-2 {
    margin-left: 0.5rem !important;
  }
  [dir=ltr] .me-sm-3 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .me-sm-3 {
    margin-left: 1rem !important;
  }
  [dir=ltr] .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .me-sm-4 {
    margin-left: 1.5rem !important;
  }
  [dir=ltr] .me-sm-5 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .me-sm-5 {
    margin-left: 3rem !important;
  }
  [dir=ltr] .me-sm-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .me-sm-auto {
    margin-left: auto !important;
  }
  [dir] .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  [dir] .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  [dir] .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  [dir] .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  [dir] .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  [dir] .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  [dir] .mb-sm-auto {
    margin-bottom: auto !important;
  }
  [dir=ltr] .ms-sm-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .ms-sm-0 {
    margin-right: 0 !important;
  }
  [dir=ltr] .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .ms-sm-1 {
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .ms-sm-2 {
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .ms-sm-3 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .ms-sm-3 {
    margin-right: 1rem !important;
  }
  [dir=ltr] .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .ms-sm-4 {
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .ms-sm-5 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .ms-sm-5 {
    margin-right: 3rem !important;
  }
  [dir=ltr] .ms-sm-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .ms-sm-auto {
    margin-right: auto !important;
  }
  [dir] .p-sm-0 {
    padding: 0 !important;
  }
  [dir] .p-sm-1 {
    padding: 0.25rem !important;
  }
  [dir] .p-sm-2 {
    padding: 0.5rem !important;
  }
  [dir] .p-sm-3 {
    padding: 1rem !important;
  }
  [dir] .p-sm-4 {
    padding: 1.5rem !important;
  }
  [dir] .p-sm-5 {
    padding: 3rem !important;
  }
  [dir=ltr] .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [dir=rtl] .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  [dir=ltr] .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [dir=rtl] .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  [dir=ltr] .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [dir=rtl] .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  [dir] .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [dir] .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [dir] .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [dir] .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [dir] .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [dir] .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [dir] .pt-sm-0 {
    padding-top: 0 !important;
  }
  [dir] .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  [dir] .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  [dir] .pt-sm-3 {
    padding-top: 1rem !important;
  }
  [dir] .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  [dir] .pt-sm-5 {
    padding-top: 3rem !important;
  }
  [dir=ltr] .pe-sm-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .pe-sm-0 {
    padding-left: 0 !important;
  }
  [dir=ltr] .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .pe-sm-1 {
    padding-left: 0.25rem !important;
  }
  [dir=ltr] .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .pe-sm-2 {
    padding-left: 0.5rem !important;
  }
  [dir=ltr] .pe-sm-3 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .pe-sm-3 {
    padding-left: 1rem !important;
  }
  [dir=ltr] .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .pe-sm-4 {
    padding-left: 1.5rem !important;
  }
  [dir=ltr] .pe-sm-5 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .pe-sm-5 {
    padding-left: 3rem !important;
  }
  [dir] .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  [dir] .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  [dir] .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  [dir] .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  [dir] .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  [dir] .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  [dir=ltr] .ps-sm-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .ps-sm-0 {
    padding-right: 0 !important;
  }
  [dir=ltr] .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .ps-sm-1 {
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .ps-sm-2 {
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .ps-sm-3 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .ps-sm-3 {
    padding-right: 1rem !important;
  }
  [dir=ltr] .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .ps-sm-4 {
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .ps-sm-5 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .ps-sm-5 {
    padding-right: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  [dir=ltr] .text-sm-start {
    text-align: left !important;
  }
  [dir=rtl] .text-sm-start {
    text-align: right !important;
  }
  [dir=ltr] .text-sm-end {
    text-align: right !important;
  }
  [dir=rtl] .text-sm-end {
    text-align: left !important;
  }
  [dir] .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  [dir=ltr] .float-md-start {
    float: left !important;
  }
  [dir=rtl] .float-md-start {
    float: right !important;
  }
  [dir=ltr] .float-md-end {
    float: right !important;
  }
  [dir=rtl] .float-md-end {
    float: left !important;
  }
  [dir] .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       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;
  }
  [dir] .m-md-0 {
    margin: 0 !important;
  }
  [dir] .m-md-1 {
    margin: 0.25rem !important;
  }
  [dir] .m-md-2 {
    margin: 0.5rem !important;
  }
  [dir] .m-md-3 {
    margin: 1rem !important;
  }
  [dir] .m-md-4 {
    margin: 1.5rem !important;
  }
  [dir] .m-md-5 {
    margin: 3rem !important;
  }
  [dir] .m-md-auto {
    margin: auto !important;
  }
  [dir=ltr] .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  [dir=ltr] .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [dir=rtl] .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  [dir=ltr] .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [dir=rtl] .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  [dir=ltr] .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [dir=rtl] .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  [dir] .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [dir] .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [dir] .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [dir] .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [dir] .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [dir] .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [dir] .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [dir] .mt-md-0 {
    margin-top: 0 !important;
  }
  [dir] .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  [dir] .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  [dir] .mt-md-3 {
    margin-top: 1rem !important;
  }
  [dir] .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  [dir] .mt-md-5 {
    margin-top: 3rem !important;
  }
  [dir] .mt-md-auto {
    margin-top: auto !important;
  }
  [dir=ltr] .me-md-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .me-md-0 {
    margin-left: 0 !important;
  }
  [dir=ltr] .me-md-1 {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .me-md-1 {
    margin-left: 0.25rem !important;
  }
  [dir=ltr] .me-md-2 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .me-md-2 {
    margin-left: 0.5rem !important;
  }
  [dir=ltr] .me-md-3 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .me-md-3 {
    margin-left: 1rem !important;
  }
  [dir=ltr] .me-md-4 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .me-md-4 {
    margin-left: 1.5rem !important;
  }
  [dir=ltr] .me-md-5 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .me-md-5 {
    margin-left: 3rem !important;
  }
  [dir=ltr] .me-md-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .me-md-auto {
    margin-left: auto !important;
  }
  [dir] .mb-md-0 {
    margin-bottom: 0 !important;
  }
  [dir] .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  [dir] .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  [dir] .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  [dir] .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  [dir] .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  [dir] .mb-md-auto {
    margin-bottom: auto !important;
  }
  [dir=ltr] .ms-md-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .ms-md-0 {
    margin-right: 0 !important;
  }
  [dir=ltr] .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .ms-md-1 {
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .ms-md-2 {
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .ms-md-3 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .ms-md-3 {
    margin-right: 1rem !important;
  }
  [dir=ltr] .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .ms-md-4 {
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .ms-md-5 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .ms-md-5 {
    margin-right: 3rem !important;
  }
  [dir=ltr] .ms-md-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .ms-md-auto {
    margin-right: auto !important;
  }
  [dir] .p-md-0 {
    padding: 0 !important;
  }
  [dir] .p-md-1 {
    padding: 0.25rem !important;
  }
  [dir] .p-md-2 {
    padding: 0.5rem !important;
  }
  [dir] .p-md-3 {
    padding: 1rem !important;
  }
  [dir] .p-md-4 {
    padding: 1.5rem !important;
  }
  [dir] .p-md-5 {
    padding: 3rem !important;
  }
  [dir=ltr] .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [dir=rtl] .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  [dir=ltr] .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [dir=rtl] .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  [dir=ltr] .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [dir=rtl] .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  [dir] .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [dir] .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [dir] .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [dir] .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [dir] .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [dir] .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [dir] .pt-md-0 {
    padding-top: 0 !important;
  }
  [dir] .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  [dir] .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  [dir] .pt-md-3 {
    padding-top: 1rem !important;
  }
  [dir] .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  [dir] .pt-md-5 {
    padding-top: 3rem !important;
  }
  [dir=ltr] .pe-md-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .pe-md-0 {
    padding-left: 0 !important;
  }
  [dir=ltr] .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .pe-md-1 {
    padding-left: 0.25rem !important;
  }
  [dir=ltr] .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .pe-md-2 {
    padding-left: 0.5rem !important;
  }
  [dir=ltr] .pe-md-3 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .pe-md-3 {
    padding-left: 1rem !important;
  }
  [dir=ltr] .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .pe-md-4 {
    padding-left: 1.5rem !important;
  }
  [dir=ltr] .pe-md-5 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .pe-md-5 {
    padding-left: 3rem !important;
  }
  [dir] .pb-md-0 {
    padding-bottom: 0 !important;
  }
  [dir] .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  [dir] .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  [dir] .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  [dir] .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  [dir] .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  [dir=ltr] .ps-md-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .ps-md-0 {
    padding-right: 0 !important;
  }
  [dir=ltr] .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .ps-md-1 {
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .ps-md-2 {
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .ps-md-3 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .ps-md-3 {
    padding-right: 1rem !important;
  }
  [dir=ltr] .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .ps-md-4 {
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .ps-md-5 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .ps-md-5 {
    padding-right: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  [dir=ltr] .text-md-start {
    text-align: left !important;
  }
  [dir=rtl] .text-md-start {
    text-align: right !important;
  }
  [dir=ltr] .text-md-end {
    text-align: right !important;
  }
  [dir=rtl] .text-md-end {
    text-align: left !important;
  }
  [dir] .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  [dir=ltr] .float-lg-start {
    float: left !important;
  }
  [dir=rtl] .float-lg-start {
    float: right !important;
  }
  [dir=ltr] .float-lg-end {
    float: right !important;
  }
  [dir=rtl] .float-lg-end {
    float: left !important;
  }
  [dir] .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       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;
  }
  [dir] .m-lg-0 {
    margin: 0 !important;
  }
  [dir] .m-lg-1 {
    margin: 0.25rem !important;
  }
  [dir] .m-lg-2 {
    margin: 0.5rem !important;
  }
  [dir] .m-lg-3 {
    margin: 1rem !important;
  }
  [dir] .m-lg-4 {
    margin: 1.5rem !important;
  }
  [dir] .m-lg-5 {
    margin: 3rem !important;
  }
  [dir] .m-lg-auto {
    margin: auto !important;
  }
  [dir=ltr] .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  [dir=ltr] .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [dir=rtl] .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  [dir=ltr] .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [dir=rtl] .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  [dir=ltr] .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [dir=rtl] .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  [dir] .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [dir] .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [dir] .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [dir] .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [dir] .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [dir] .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [dir] .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [dir] .mt-lg-0 {
    margin-top: 0 !important;
  }
  [dir] .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  [dir] .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  [dir] .mt-lg-3 {
    margin-top: 1rem !important;
  }
  [dir] .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  [dir] .mt-lg-5 {
    margin-top: 3rem !important;
  }
  [dir] .mt-lg-auto {
    margin-top: auto !important;
  }
  [dir=ltr] .me-lg-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .me-lg-0 {
    margin-left: 0 !important;
  }
  [dir=ltr] .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .me-lg-1 {
    margin-left: 0.25rem !important;
  }
  [dir=ltr] .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .me-lg-2 {
    margin-left: 0.5rem !important;
  }
  [dir=ltr] .me-lg-3 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .me-lg-3 {
    margin-left: 1rem !important;
  }
  [dir=ltr] .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .me-lg-4 {
    margin-left: 1.5rem !important;
  }
  [dir=ltr] .me-lg-5 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .me-lg-5 {
    margin-left: 3rem !important;
  }
  [dir=ltr] .me-lg-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .me-lg-auto {
    margin-left: auto !important;
  }
  [dir] .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  [dir] .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  [dir] .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  [dir] .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  [dir] .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  [dir] .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  [dir] .mb-lg-auto {
    margin-bottom: auto !important;
  }
  [dir=ltr] .ms-lg-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .ms-lg-0 {
    margin-right: 0 !important;
  }
  [dir=ltr] .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .ms-lg-1 {
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .ms-lg-2 {
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .ms-lg-3 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .ms-lg-3 {
    margin-right: 1rem !important;
  }
  [dir=ltr] .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .ms-lg-4 {
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .ms-lg-5 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .ms-lg-5 {
    margin-right: 3rem !important;
  }
  [dir=ltr] .ms-lg-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .ms-lg-auto {
    margin-right: auto !important;
  }
  [dir] .p-lg-0 {
    padding: 0 !important;
  }
  [dir] .p-lg-1 {
    padding: 0.25rem !important;
  }
  [dir] .p-lg-2 {
    padding: 0.5rem !important;
  }
  [dir] .p-lg-3 {
    padding: 1rem !important;
  }
  [dir] .p-lg-4 {
    padding: 1.5rem !important;
  }
  [dir] .p-lg-5 {
    padding: 3rem !important;
  }
  [dir=ltr] .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [dir=rtl] .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  [dir=ltr] .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [dir=rtl] .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  [dir=ltr] .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [dir=rtl] .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  [dir] .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [dir] .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [dir] .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [dir] .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [dir] .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [dir] .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [dir] .pt-lg-0 {
    padding-top: 0 !important;
  }
  [dir] .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  [dir] .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  [dir] .pt-lg-3 {
    padding-top: 1rem !important;
  }
  [dir] .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  [dir] .pt-lg-5 {
    padding-top: 3rem !important;
  }
  [dir=ltr] .pe-lg-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .pe-lg-0 {
    padding-left: 0 !important;
  }
  [dir=ltr] .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .pe-lg-1 {
    padding-left: 0.25rem !important;
  }
  [dir=ltr] .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .pe-lg-2 {
    padding-left: 0.5rem !important;
  }
  [dir=ltr] .pe-lg-3 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .pe-lg-3 {
    padding-left: 1rem !important;
  }
  [dir=ltr] .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .pe-lg-4 {
    padding-left: 1.5rem !important;
  }
  [dir=ltr] .pe-lg-5 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .pe-lg-5 {
    padding-left: 3rem !important;
  }
  [dir] .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  [dir] .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  [dir] .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  [dir] .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  [dir] .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  [dir] .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  [dir=ltr] .ps-lg-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .ps-lg-0 {
    padding-right: 0 !important;
  }
  [dir=ltr] .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .ps-lg-1 {
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .ps-lg-2 {
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .ps-lg-3 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .ps-lg-3 {
    padding-right: 1rem !important;
  }
  [dir=ltr] .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .ps-lg-4 {
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .ps-lg-5 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .ps-lg-5 {
    padding-right: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  [dir=ltr] .text-lg-start {
    text-align: left !important;
  }
  [dir=rtl] .text-lg-start {
    text-align: right !important;
  }
  [dir=ltr] .text-lg-end {
    text-align: right !important;
  }
  [dir=rtl] .text-lg-end {
    text-align: left !important;
  }
  [dir] .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  [dir=ltr] .float-xl-start {
    float: left !important;
  }
  [dir=rtl] .float-xl-start {
    float: right !important;
  }
  [dir=ltr] .float-xl-end {
    float: right !important;
  }
  [dir=rtl] .float-xl-end {
    float: left !important;
  }
  [dir] .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       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;
  }
  [dir] .m-xl-0 {
    margin: 0 !important;
  }
  [dir] .m-xl-1 {
    margin: 0.25rem !important;
  }
  [dir] .m-xl-2 {
    margin: 0.5rem !important;
  }
  [dir] .m-xl-3 {
    margin: 1rem !important;
  }
  [dir] .m-xl-4 {
    margin: 1.5rem !important;
  }
  [dir] .m-xl-5 {
    margin: 3rem !important;
  }
  [dir] .m-xl-auto {
    margin: auto !important;
  }
  [dir=ltr] .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  [dir=ltr] .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [dir=rtl] .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  [dir=ltr] .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [dir=rtl] .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  [dir=ltr] .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [dir=rtl] .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  [dir] .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [dir] .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [dir] .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [dir] .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [dir] .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [dir] .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [dir] .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [dir] .mt-xl-0 {
    margin-top: 0 !important;
  }
  [dir] .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  [dir] .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  [dir] .mt-xl-3 {
    margin-top: 1rem !important;
  }
  [dir] .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  [dir] .mt-xl-5 {
    margin-top: 3rem !important;
  }
  [dir] .mt-xl-auto {
    margin-top: auto !important;
  }
  [dir=ltr] .me-xl-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .me-xl-0 {
    margin-left: 0 !important;
  }
  [dir=ltr] .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .me-xl-1 {
    margin-left: 0.25rem !important;
  }
  [dir=ltr] .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .me-xl-2 {
    margin-left: 0.5rem !important;
  }
  [dir=ltr] .me-xl-3 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .me-xl-3 {
    margin-left: 1rem !important;
  }
  [dir=ltr] .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .me-xl-4 {
    margin-left: 1.5rem !important;
  }
  [dir=ltr] .me-xl-5 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .me-xl-5 {
    margin-left: 3rem !important;
  }
  [dir=ltr] .me-xl-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .me-xl-auto {
    margin-left: auto !important;
  }
  [dir] .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  [dir] .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  [dir] .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  [dir] .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  [dir] .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  [dir] .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  [dir] .mb-xl-auto {
    margin-bottom: auto !important;
  }
  [dir=ltr] .ms-xl-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .ms-xl-0 {
    margin-right: 0 !important;
  }
  [dir=ltr] .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .ms-xl-1 {
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .ms-xl-2 {
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .ms-xl-3 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .ms-xl-3 {
    margin-right: 1rem !important;
  }
  [dir=ltr] .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .ms-xl-4 {
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .ms-xl-5 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .ms-xl-5 {
    margin-right: 3rem !important;
  }
  [dir=ltr] .ms-xl-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .ms-xl-auto {
    margin-right: auto !important;
  }
  [dir] .p-xl-0 {
    padding: 0 !important;
  }
  [dir] .p-xl-1 {
    padding: 0.25rem !important;
  }
  [dir] .p-xl-2 {
    padding: 0.5rem !important;
  }
  [dir] .p-xl-3 {
    padding: 1rem !important;
  }
  [dir] .p-xl-4 {
    padding: 1.5rem !important;
  }
  [dir] .p-xl-5 {
    padding: 3rem !important;
  }
  [dir=ltr] .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [dir=rtl] .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  [dir=ltr] .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [dir=rtl] .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  [dir=ltr] .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [dir=rtl] .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  [dir] .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [dir] .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [dir] .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [dir] .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [dir] .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [dir] .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [dir] .pt-xl-0 {
    padding-top: 0 !important;
  }
  [dir] .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  [dir] .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  [dir] .pt-xl-3 {
    padding-top: 1rem !important;
  }
  [dir] .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  [dir] .pt-xl-5 {
    padding-top: 3rem !important;
  }
  [dir=ltr] .pe-xl-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .pe-xl-0 {
    padding-left: 0 !important;
  }
  [dir=ltr] .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .pe-xl-1 {
    padding-left: 0.25rem !important;
  }
  [dir=ltr] .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .pe-xl-2 {
    padding-left: 0.5rem !important;
  }
  [dir=ltr] .pe-xl-3 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .pe-xl-3 {
    padding-left: 1rem !important;
  }
  [dir=ltr] .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .pe-xl-4 {
    padding-left: 1.5rem !important;
  }
  [dir=ltr] .pe-xl-5 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .pe-xl-5 {
    padding-left: 3rem !important;
  }
  [dir] .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  [dir] .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  [dir] .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  [dir] .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  [dir] .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  [dir] .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  [dir=ltr] .ps-xl-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .ps-xl-0 {
    padding-right: 0 !important;
  }
  [dir=ltr] .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .ps-xl-1 {
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .ps-xl-2 {
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .ps-xl-3 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .ps-xl-3 {
    padding-right: 1rem !important;
  }
  [dir=ltr] .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .ps-xl-4 {
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .ps-xl-5 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .ps-xl-5 {
    padding-right: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  [dir=ltr] .text-xl-start {
    text-align: left !important;
  }
  [dir=rtl] .text-xl-start {
    text-align: right !important;
  }
  [dir=ltr] .text-xl-end {
    text-align: right !important;
  }
  [dir=rtl] .text-xl-end {
    text-align: left !important;
  }
  [dir] .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  [dir=ltr] .float-xxl-start {
    float: left !important;
  }
  [dir=rtl] .float-xxl-start {
    float: right !important;
  }
  [dir=ltr] .float-xxl-end {
    float: right !important;
  }
  [dir=rtl] .float-xxl-end {
    float: left !important;
  }
  [dir] .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       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;
  }
  [dir] .m-xxl-0 {
    margin: 0 !important;
  }
  [dir] .m-xxl-1 {
    margin: 0.25rem !important;
  }
  [dir] .m-xxl-2 {
    margin: 0.5rem !important;
  }
  [dir] .m-xxl-3 {
    margin: 1rem !important;
  }
  [dir] .m-xxl-4 {
    margin: 1.5rem !important;
  }
  [dir] .m-xxl-5 {
    margin: 3rem !important;
  }
  [dir] .m-xxl-auto {
    margin: auto !important;
  }
  [dir=ltr] .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  [dir=ltr] .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [dir=rtl] .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  [dir=ltr] .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [dir=rtl] .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  [dir=ltr] .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [dir=rtl] .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  [dir] .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [dir] .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [dir] .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [dir] .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [dir] .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [dir] .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [dir] .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [dir] .mt-xxl-0 {
    margin-top: 0 !important;
  }
  [dir] .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  [dir] .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  [dir] .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  [dir] .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  [dir] .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  [dir] .mt-xxl-auto {
    margin-top: auto !important;
  }
  [dir=ltr] .me-xxl-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .me-xxl-0 {
    margin-left: 0 !important;
  }
  [dir=ltr] .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .me-xxl-1 {
    margin-left: 0.25rem !important;
  }
  [dir=ltr] .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .me-xxl-2 {
    margin-left: 0.5rem !important;
  }
  [dir=ltr] .me-xxl-3 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .me-xxl-3 {
    margin-left: 1rem !important;
  }
  [dir=ltr] .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .me-xxl-4 {
    margin-left: 1.5rem !important;
  }
  [dir=ltr] .me-xxl-5 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .me-xxl-5 {
    margin-left: 3rem !important;
  }
  [dir=ltr] .me-xxl-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .me-xxl-auto {
    margin-left: auto !important;
  }
  [dir] .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  [dir] .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  [dir] .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  [dir] .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  [dir] .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  [dir] .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  [dir] .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  [dir=ltr] .ms-xxl-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .ms-xxl-0 {
    margin-right: 0 !important;
  }
  [dir=ltr] .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .ms-xxl-1 {
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .ms-xxl-2 {
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .ms-xxl-3 {
    margin-right: 1rem !important;
  }
  [dir=ltr] .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .ms-xxl-4 {
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .ms-xxl-5 {
    margin-right: 3rem !important;
  }
  [dir=ltr] .ms-xxl-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .ms-xxl-auto {
    margin-right: auto !important;
  }
  [dir] .p-xxl-0 {
    padding: 0 !important;
  }
  [dir] .p-xxl-1 {
    padding: 0.25rem !important;
  }
  [dir] .p-xxl-2 {
    padding: 0.5rem !important;
  }
  [dir] .p-xxl-3 {
    padding: 1rem !important;
  }
  [dir] .p-xxl-4 {
    padding: 1.5rem !important;
  }
  [dir] .p-xxl-5 {
    padding: 3rem !important;
  }
  [dir=ltr] .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [dir=rtl] .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  [dir=ltr] .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [dir=rtl] .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  [dir=ltr] .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [dir=rtl] .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  [dir] .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [dir] .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [dir] .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [dir] .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [dir] .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [dir] .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [dir] .pt-xxl-0 {
    padding-top: 0 !important;
  }
  [dir] .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  [dir] .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  [dir] .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  [dir] .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  [dir] .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  [dir=ltr] .pe-xxl-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .pe-xxl-0 {
    padding-left: 0 !important;
  }
  [dir=ltr] .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .pe-xxl-1 {
    padding-left: 0.25rem !important;
  }
  [dir=ltr] .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .pe-xxl-2 {
    padding-left: 0.5rem !important;
  }
  [dir=ltr] .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .pe-xxl-3 {
    padding-left: 1rem !important;
  }
  [dir=ltr] .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .pe-xxl-4 {
    padding-left: 1.5rem !important;
  }
  [dir=ltr] .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .pe-xxl-5 {
    padding-left: 3rem !important;
  }
  [dir] .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  [dir] .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  [dir] .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  [dir] .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  [dir] .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  [dir] .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  [dir=ltr] .ps-xxl-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .ps-xxl-0 {
    padding-right: 0 !important;
  }
  [dir=ltr] .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .ps-xxl-1 {
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .ps-xxl-2 {
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .ps-xxl-3 {
    padding-right: 1rem !important;
  }
  [dir=ltr] .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .ps-xxl-4 {
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .ps-xxl-5 {
    padding-right: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  [dir=ltr] .text-xxl-start {
    text-align: left !important;
  }
  [dir=rtl] .text-xxl-start {
    text-align: right !important;
  }
  [dir=ltr] .text-xxl-end {
    text-align: right !important;
  }
  [dir=rtl] .text-xxl-end {
    text-align: left !important;
  }
  [dir] .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;
  }
}
/*
--------------------------------------------------
Custom Core
--------------------------------------------------
*/
/*
==================================================
Mixins
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
/*
--------------------------------------------------
UI Kit
--------------------------------------------------
*/
/*
--------------------------------------------------
Brand
--------------------------------------------------
*/
/*
--------------------------------------------------
Flex
--------------------------------------------------
*/
/*
--------------------------------------------------
Padding
--------------------------------------------------
*/
/*
--------------------------------------------------
Margin
--------------------------------------------------
*/
/*
--------------------------------------------------
Transition & Animations
--------------------------------------------------
*/
/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
/*
--------------------------------------------------
Custom Vendor
--------------------------------------------------
*/
/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
/*
--------------------------------------------------
Custom Styles
--------------------------------------------------
*/
/*
==================================================
Common
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
[dir=ltr] .btn-icon {
  margin-left: 0.5rem;
}
[dir=rtl] .btn-icon {
  margin-right: 0.5rem;
}

.btn-icon path {
  transition: all 0.3s ease;
}

.btn-primary .btn-text {
  color: #2A3E5C;
  font-weight: 700;
}

.btn-lg {
  line-height: 26px;
}

.btn-primary .btn-icon path {
  fill: #2A3E5C;
}

.custom-nav-switch {
  height: 60px;
  width: 240px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #172B4D;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

[dir] .custom-nav-switch {
  background-color: #fff;
  border-radius: 30px;
  padding: 6px;
  border: none;
}

[dir=ltr] .custom-nav-switch {
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .custom-nav-switch {
  margin-right: auto;
  margin-left: auto;
}

.custom-nav-switch .nav-link {
  color: #172B4D;
  width: 110px;
  height: 46px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

[dir] .custom-nav-switch .nav-link {
  border-radius: 24px;
  border: none;
}

.custom-nav-switch .nav-link.active {
  color: #fff;
}

[dir] .custom-nav-switch .nav-link.active {
  background-color: #98C838;
}

[dir] .custom-nav-switch .nav-link:hover {
  border: none;
}

.custom-link {
  color: #98C838;
  font-weight: 700;
  line-height: 28px;
}

.custom-nav-switch.type-2 {
  width: 396px;
}

[dir] .custom-nav-switch.type-2 {
  background-color: rgba(204, 222, 255, 0.37);
}

.custom-nav-switch.type-2 .nav-link {
  width: 190px;
  color: #172B4D;
}

.text-focus-2 {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.text-focus-2::before {
  content: "";
  position: absolute;
  display: block;
  width: 66px;
  height: 44px;
  z-index: -1;
}

[dir] .text-focus-2::before {
  background-color: #00DBEB;
  border-radius: 16px;
}

[dir=ltr] .text-focus-2::before {
  transform: rotate(-2.628deg);
}

[dir=rtl] .text-focus-2::before {
  transform: rotate(2.628deg);
}

.text-focus {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.text-focus::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}

[dir] .text-focus::before {
  border-radius: 16px;
}

[dir=ltr] .text-focus::before {
  transform: rotate(-2.63deg);
}

[dir=rtl] .text-focus::before {
  transform: rotate(2.63deg);
}

[dir] .stock-page .text-focus::before {
  background-color: #FDBD96;
}

[dir] .forex-page .text-focus::before {
  background-color: #3CF985;
}

[dir] .crypto-page .text-focus::before {
  background-color: #FEF100;
}

[dir] .indicators-page .text-focus::before {
  background-color: #B344FD;
}

[dir] .metals-page .text-focus::before {
  background-color: #F8C314;
}

@media only screen and (max-width: 1199px) {
  .text-focus-2 {
    font-size: inherit;
  }
  .text-focus-2::before {
    width: auto;
    height: auto;
  }
  [dir] .text-focus-2::before {
    border-radius: 8px;
    padding: 12px 22px;
  }
}
[dir] .btn-secondary__light {
  background-color: rgba(23, 43, 77, 0.07);
}

.btn-secondary__light svg path {
  fill: #98C838;
}

@media only screen and (max-width: 575px) {
  .custom-nav-switch.type-2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    gap: 1rem;
  }
  .custom-nav-switch.type-2 .nav-item,
  .custom-nav-switch.type-2 .nav-item .nav-link {
    width: 100%;
  }
}
/*
--------------------------------------------------
Utility
--------------------------------------------------
*/
.is-ltr {
  direction: ltr !important;
}
/*
--------------------------------------------------
Overrides
--------------------------------------------------
*/
/*.btn-secondary:hover {
  background-color: $brand-tone-5;
  border-color: $brand-tone-5;
  color: $black;
}*/
/*.btn-secondary:hover > .btn-icon,
.btn-secondary:hover > .btn-icon path {
  fill: $black;
}*/
.btn-info {
  min-width: 174px;
}

[dir] .swiper-pagination-bullet {
  border: 1px solid #172B4D;
}

[dir] .swiper-pagination-bullet {
  background-color: #CCDEFF;
}

[dir] .swiper-pagination-bullet-active {
  background-color: #3CF985;
}

/*
--------------------------------------------------
Content Sections
--------------------------------------------------
*/
[dir] .content-section-1 {
  padding-bottom: 3.375rem;
  padding-top: 5rem;
}

[dir] .content-section-1.is-ltr {
  background-color: rgba(204, 222, 255, 0.39);
}

.content-section-1__wrapper {
  width: 100%;
  max-width: 1128px;
  display: flex;
  align-items: center;
  gap: 52px;
  justify-content: space-between;
}

[dir=ltr] .content-section-1__wrapper {
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .content-section-1__wrapper {
  margin-right: auto;
  margin-left: auto;
}

.content-section-1__media {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 459px;
  height: 363px;
}

[dir] .content-section-1__media {
  background-color: #e5f1cd;
}

[dir=ltr] .content-section-1__media {
  border-radius: 16px 0 16px 16px;
}

[dir=rtl] .content-section-1__media {
  border-radius: 0 16px 16px 16px;
}

[dir] .content-section-1.is-ltr .content-section-1__media {
  background-color: #fff;
}
.regulation-page .section-title,
.regulation-page .section-subtitle {
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .content-section-1__wrapper {
    flex-direction: column-reverse !important;
    gap: 2rem;
  }
  .content-section-1__media img {
    width: 100%;
    max-width: 360px;
  }
  .regulation-page .content-section-1__media {
    width: 100%;
    height: auto;
    max-width: 242px;
  }
  [dir] .regulation-page .content-section-1__media {
    padding: 1.25rem;
  }
  .regulation-page .content-section-1__media img {
    max-width: 242px;
  }
  [dir] .regulation-page .linear-hero {
    margin-bottom: 0;
  }
}
[dir] .content-section-2 {
  padding-bottom: 5.75rem;
  padding-top: 5.75rem;
}

.content-section-2__wrapper {
  width: 100%;
  max-width: 1138px;
  display: flex;
  align-items: center;
  gap: 120px;
}

[dir=ltr] .content-section-2__wrapper {
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .content-section-2__wrapper {
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 991px) {
  .content-section-2__wrapper {
    flex-direction: column-reverse;
    gap: 3rem;
  }
  .content-section-2__media img {
    width: 100%;
    max-width: 360px;
  }
}
.content-section-link {
  color: #98C838;
  font-weight: 500;
  font-size: 24px;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  .btn-primary,
  .btn-secondary {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion-body,
  .accordion-button {
    font-size: 14px;
  }
  [dir] .accordion-body, [dir] .accordion-button {
    padding: 10px;
  }
  [dir] .accordion-item {
    border: none !important;
  }
  .btn-primary,
  .btn-secondary {
    min-height: 32px;
    line-height: 16px;
  }
  [dir=ltr] .btn-primary, [dir=ltr] .btn-secondary {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  [dir=rtl] .btn-primary, [dir=rtl] .btn-secondary {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
/*
==================================================
Footer
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
[dir] .footer {
  background-color: #112948;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.footer__wrapper {
  width: 100%;
  max-width: 1185px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

[dir=ltr] .footer__wrapper {
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .footer__wrapper {
  margin-right: auto;
  margin-left: auto;
}

.footer__content {
  width: 100%;
  max-width: 556px;
}

.footer__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer__actions {
  width: 100%;
  max-width: 508px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

[dir] .footer__logo {
  margin-bottom: 2rem;
}

.footer__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
}

[dir] .footer__text {
  text-align: justify;
}

.footer__menu-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}

[dir] .footer__menu-title {
  margin-bottom: 20px;
}

.footer__menu-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
}

[dir] .footer__menu-list li:not(:last-child) {
  margin-bottom: 1rem;
}

.footer__action-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
}

.footer__info {
  width: 100%;
  max-width: 265px;
}

[dir] .footer__info {
  padding-top: 46px;
}

[dir=ltr] .footer__info {
  margin-right: 35px;
}

[dir=rtl] .footer__info {
  margin-left: 35px;
}

.footer__action-notice {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #ffffff;
}

[dir] .footer__action-notice {
  margin-bottom: 20px;
}

.footer__social-networks {
  display: flex;
}

.footer__social-networks-item {
  width: 1.5rem;
  height: 1.5rem;
}

.footer__social-networks-item svg {
  width: 100%;
  height: 100%;
}

[dir=ltr] .footer__social-networks .footer__social-networks-item:not(:last-child) {
  margin-right: 1rem;
}

[dir=rtl] .footer__social-networks .footer__social-networks-item:not(:last-child) {
  margin-left: 1rem;
}

.footer .input-group .btn {
  font-size: 12px;
  font-weight: 700;
}

[dir=ltr] .footer .input-group .btn {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

[dir=rtl] .footer .input-group .btn {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  .footer__actions,
  .footer__wrapper {
    flex-direction: column;
  }
  .footer__actions {
    align-items: center;
  }
  [dir] .footer__actions {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  [dir=ltr] .footer__info {
    margin-right: 0;
  }
  [dir=rtl] .footer__info {
    margin-left: 0;
  }
  .footer__header {
    flex-direction: column;
    align-items: center;
  }
  [dir] .footer__header {
    margin-bottom: 1rem;
  }
}
/*
==================================================
Sticky Navigation
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.navigation-menu {
  width: 100%;
  z-index: 1000;
}
[dir] .navigation-menu {
  background: #fff;
}

.navigation-menu.sticky {
  position: fixed;
  top: 0;
}

[dir] .navigation-menu.sticky {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

[dir=ltr] .navigation-menu.sticky {
  left: 0;
  right: 0;
  animation: slideDown 0.3s ease-in-out;
}

[dir=rtl] .navigation-menu.sticky {
  right: 0;
  left: 0;
  animation: slideDown 0.3s ease-in-out;
}

[dir=ltr] .navigation-menu.sticky .navigation-menu__list > li:not(:last-child) {
  margin-right: 0.5rem;
}

[dir=rtl] .navigation-menu.sticky .navigation-menu__list > li:not(:last-child) {
  margin-left: 0.5rem;
}

.navigation-menu.sticky .navigation-menu__actions {
  gap: 0.5rem;
}

.navigation-menu.sticky .navigation-menu__logo {
  width: 36px;
}

.navigation-menu.sticky .navigation-menu__action-link,
.navigation-menu.sticky .navigation-menu__actions .btn {
  font-size: 14px;
}

.sticky-wrapper {
  height: auto;
  transition: height 0.3s ease-in-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 767px) {
  .navigation-menu.sticky {
    position: relative;
  }
}
/*
==================================================
Breadcrumbs
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
[dir] .breadcrumbs {
  margin-top: 1.5rem;
}

.breadcrumb-list {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  gap: 0.75rem;
}

[dir] .breadcrumb-list {
  margin: 0;
  border-bottom: 1px solid #98C838;
}

[dir=ltr] .breadcrumb-list {
  padding: 0 0.5rem 0.5rem 0;
}

[dir=rtl] .breadcrumb-list {
  padding: 0 0 0.5rem 0.5rem;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.breadcrumbs a {
  color: #667085;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #172B4D;
}

.breadcrumbs li:last-child {
  font-weight: 500;
}

.breadcrumbs .separator {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

[dir=ltr] .breadcrumbs .separator {
  margin-left: 0.75rem;
}

[dir=rtl] .breadcrumbs .separator {
  margin-right: 0.75rem;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
/*
==================================================
Buttons
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.custom-button {
  position: relative;
  height: 40px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
}
[dir] .custom-button {
  border: none;
  border-radius: 26px;
  text-align: center;
}
[dir=ltr] .custom-button {
  padding-left: 1rem;
  padding-right: 1rem;
}
[dir=rtl] .custom-button {
  padding-right: 1rem;
  padding-left: 1rem;
}

.custom-button__label {
  position: relative;
  z-index: 5;
}

/*
--------------------------------------------------
Primary
--------------------------------------------------
*/
.custom-button--primary:before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 0.3s ease-out;
}
[dir] .custom-button--primary:before {
  border-radius: 26px;
  box-shadow: 0px 10px 50px rgba(1, 218, 177, 0.3);
}
[dir=ltr] .custom-button--primary:before {
  left: 0;
  background-image: linear-gradient(270deg, #00DDB3 0%, #00A686 150.94%);
}
[dir=rtl] .custom-button--primary:before {
  right: 0;
  background-image: linear-gradient(-270deg, #00DDB3 0%, #00A686 150.94%);
}

.custom-button--primary:after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-out;
  z-index: 2;
  opacity: 0;
}

[dir] .custom-button--primary:after {
  box-shadow: 0 10px 50px rgba(252, 156, 67, 0.5);
  border-radius: 26px;
}

[dir=ltr] .custom-button--primary:after {
  left: 0;
  background-image: linear-gradient(270deg, #FFC187 0%, #FA8519 150.94%);
}

[dir=rtl] .custom-button--primary:after {
  right: 0;
  background-image: linear-gradient(-270deg, #FFC187 0%, #FA8519 150.94%);
}

.custom-button--primary:hover:before {
  opacity: 0;
}

.custom-button--primary:hover:after {
  opacity: 1;
}

/*
--------------------------------------------------
Secondary
--------------------------------------------------
*/
.custom-button--secondary:before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 0.3s ease-out;
}
[dir] .custom-button--secondary:before {
  border-radius: 26px;
  background-color: #313C59;
}
[dir=ltr] .custom-button--secondary:before {
  left: 0;
}
[dir=rtl] .custom-button--secondary:before {
  right: 0;
}

.custom-button--secondary:after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-out;
  z-index: 2;
  opacity: 0;
}

[dir] .custom-button--secondary:after {
  box-shadow: 0 10px 50px rgba(252, 156, 67, 0.5);
  border-radius: 26px;
}

[dir=ltr] .custom-button--secondary:after {
  left: 0;
  background-image: linear-gradient(270deg, #FFC187 0%, #FA8519 150.94%);
}

[dir=rtl] .custom-button--secondary:after {
  right: 0;
  background-image: linear-gradient(-270deg, #FFC187 0%, #FA8519 150.94%);
}

.custom-button--secondary:hover:before {
  opacity: 0;
}

.custom-button--secondary:hover:after {
  opacity: 1;
}

/*
--------------------------------------------------
Square
--------------------------------------------------
*/
.custom-button--square {
  width: 32px;
  height: 32px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
[dir] .custom-button--square {
  border-radius: 0.25rem;
  background-color: #01C9A3;
  padding: 0;
}

/*
--------------------------------------------------
Variations
--------------------------------------------------
*/
.custom-button--wide {
  min-width: 140px;
}

.custom-button--big {
  min-width: 170px;
  height: 52px;
}

[dir=ltr] .custom-button--big {
  padding-left: 20px;
  padding-right: 20px;
}

[dir=rtl] .custom-button--big {
  padding-right: 20px;
  padding-left: 20px;
}

.custom-button--full {
  width: 100%;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 767px) {
  .custom-button--big .custom-button__label {
    font-size: 14px;
    font-weight: 700;
    line-height: 21.88px;
  }
  .custom-button--big {
    height: 40px;
  }
}
/*
==================================================
Top Bar
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
[dir] .top-bar {
  background-color: #fff;
}

.top-bar__wrapper {
  min-height: 54px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/*
--------------------------------------------------
Top Bar Menu
--------------------------------------------------
*/
[dir=ltr] .top-bar__menu .top-bar__menu-item:not(:last-child) {
  margin-right: 1rem;
}
[dir=rtl] .top-bar__menu .top-bar__menu-item:not(:last-child) {
  margin-left: 1rem;
}

.top-bar__menu-link {
  color: #333333;
  font-size: 14px;
  transition: all 0.3s ease;
  font-weight: 400;
}

.top-bar__menu-link:hover {
  color: #172B4D;
  font-weight: 500;
}

/*
--------------------------------------------------
Top Bar Notification
--------------------------------------------------
*/
.top-bar__notification {
  font-size: 14px;
  color: #1C1C20;
}

.top-bar__notification-image {
  display: inline-block;
  max-width: 25px;
  height: auto;
  position: relative;
  top: -0.25rem;
}

[dir=ltr] .top-bar__notification-image {
  margin-right: 0.25rem;
}

[dir=rtl] .top-bar__notification-image {
  margin-left: 0.25rem;
}

.top-bar__notification-title {
  font-weight: 500;
}

[dir=ltr] .top-bar__notification-title {
  margin-right: 0.25rem;
}

[dir=rtl] .top-bar__notification-title {
  margin-left: 0.25rem;
}

.top-bar__notification-action {
  font-weight: 700;
  color: #1C1C20;
}

/*
--------------------------------------------------
Top Bar Search
--------------------------------------------------
*/
.top-bar-search-box__wrapper {
  width: 312px;
  height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}
[dir] .top-bar-search-box__wrapper {
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  background-color: #fff;
  padding: 12px 16px;
}

.top-bar-search-icon {
  width: 22px;
  height: 22px;
}

.top-bar-search-box__input {
  width: 100%;
}

[dir] .top-bar-search-box__input {
  border: 0;
}

.top-bar-search-box__input::-moz-placeholder {
  font-size: 16px;
  color: #172B4D;
}

.top-bar-search-box__input::placeholder {
  font-size: 16px;
  color: #172B4D;
}

.top-bar-search-box__input:focus-visible {
  outline: 0;
}

[dir] .top-bar-search-button {
  background: none;
  border: none;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  .top-bar__wrapper {
    flex-direction: column-reverse;
    gap: 0.5rem;
    display: none;
  }
  [dir] .top-bar__wrapper {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
}
/*
==================================================
Navigation Menu
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.navigation-menu {
  position: relative;
  min-height: 64px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  filter: drop-shadow(0px 2px 18px rgba(0, 0, 0, 0.08));
}
[dir] .navigation-menu {
  background-color: #0B65A4;
}

.navigation-menu__wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}

.navigation-menu__list {
  height: 100%;
  list-style: none;
  align-items: center;
  display: flex;
  flex-direction: row;
}

[dir=ltr] .navigation-menu__list {
  padding-left: 0;
}

[dir=rtl] .navigation-menu__list {
  padding-right: 0;
}

.navigation-menu__list > li {
  display: inline-block;
}

[dir=ltr] .navigation-menu__list > li:not(:last-child) {
  margin-right: 0.75rem;
}

[dir=rtl] .navigation-menu__list > li:not(:last-child) {
  margin-left: 0.75rem;
}

.navigation-menu__list > li > a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  transition: all 0.3s ease;
}

.navigation-menu__list > li.has-children {
  position: relative;
}

.navigation-menu__list > li.has-children > a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease;
  vertical-align: middle;
}

[dir] .navigation-menu__list > li.has-children > a::after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.22725 3.91475C2.44692 3.69508 2.80308 3.69508 3.02275 3.91475L6 6.892L8.97725 3.91475C9.19692 3.69508 9.55308 3.69508 9.77275 3.91475C9.99242 4.13442 9.99242 4.49058 9.77275 4.71025L6.39775 8.08525C6.17808 8.30492 5.82192 8.30492 5.60225 8.08525L2.22725 4.71025C2.00758 4.49058 2.00758 4.13442 2.22725 3.91475Z" fill="white"/></svg>') no-repeat center;
  background-size: contain;
}

[dir=ltr] .navigation-menu__list > li.has-children > a::after {
  margin-left: 0.15rem;
}

[dir=rtl] .navigation-menu__list > li.has-children > a::after {
  margin-right: 0.15rem;
}

[dir=ltr] .navigation-menu__list > li.has-children.active > a::after {
  transform: rotate(180deg);
}

[dir=rtl] .navigation-menu__list > li.has-children.active > a::after {
  transform: rotate(-180deg);
}

.navigation-menu__list > li > a:hover {
  color: #e6e6e6;
}

.navigation-menu__actions {
  font-weight: 600;
  color: #172B4D;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: all 0.5s ease;
  gap: 0.75rem;
}

[dir=ltr] .navigation-menu__actions {
  margin-right: 0;
}

[dir=rtl] .navigation-menu__actions {
  margin-left: 0;
}

.navigation-menu__lang-button {
  width: 34px;
  height: 34px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

[dir] .navigation-menu__lang-button {
  background-color: #F0F5FE;
}

.navigation-menu__action-link {
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease;
}

.navigation-menu__action-link:hover {
  text-decoration: underline;
}

.navigation-menu__logo {
  position: absolute;
  width: 48px;
  transition: all 0.3s ease;
  opacity: 0;
}

[dir=ltr] .navigation-menu__logo {
  right: 0;
}

[dir=rtl] .navigation-menu__logo {
  left: 0;
}

.navigation-menu__list .current-menu-item > a {
  font-weight: 900;
}

.mega-menu li.current-menu-item > a {
  font-weight: 900;
}

/*
--------------------------------------------------
Mega Menu
--------------------------------------------------
*/
.navigation-menu .mega-menu {
  position: absolute;
  width: 200px;
  top: 44px;
  overflow: auto;
  display: none;
  z-index: 1000;
}
[dir] .navigation-menu .mega-menu {
  background-color: #fff;
  box-shadow: inset 0px 2px 18px rgba(0, 0, 0, 0.03);
  border-radius: 0.5rem;
  border-top: 0.25rem solid #98C838;
}
[dir=ltr] .navigation-menu .mega-menu {
  left: 0;
}
[dir=rtl] .navigation-menu .mega-menu {
  right: 0;
}

.navigation-menu .mega-menu--active {
  display: block;
}

@keyframes mega-menu-animation {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.navigation-menu .mega-menu__wrapper {
  width: 100%;
}
[dir] .navigation-menu .mega-menu__wrapper {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
[dir=ltr] .navigation-menu .mega-menu__wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
[dir=rtl] .navigation-menu .mega-menu__wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.navigation-menu .mega-menu__parent {
  display: contents;
}

[dir=ltr] .navigation-menu .mega-menu--active .mega-menu__wrapper {
  animation: mega-menu-animation 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

[dir=rtl] .navigation-menu .mega-menu--active .mega-menu__wrapper {
  animation: mega-menu-animation 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navigation-menu .mega-menu__wrapper ul {
  list-style: none;
}

[dir=ltr] .navigation-menu .mega-menu__wrapper ul {
  padding-left: 0;
}

[dir=rtl] .navigation-menu .mega-menu__wrapper ul {
  padding-right: 0;
}

.navigation-menu .mega-menu__parent a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: inline-block;
  transition: all 0.3s ease;
}

[dir] .navigation-menu .mega-menu__parent li:not(:last-child) a {
  margin-bottom: 0.25rem;
}

.navigation-menu .mega-menu__parent li.fw-bold a {
  font-weight: 700;
}

.navigation-menu .mega-menu__parent a:hover {
  font-weight: 700;
}

/*
--------------------------------------------------
Mobile Menu
--------------------------------------------------
*/
.mobile-menu {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 58px;
}
[dir] .mobile-menu {
  background-color: #fff;
}

.mobile-menu__actions {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.mobile-menu__button {
  width: 34px;
  height: 34px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-shrink: 0;
}

[dir] .mobile-menu__button {
  background-color: transparent;
  border: none;
  border-radius: 0.25rem;
}

.mobile-menu__button > svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.mobile-menu-list {
  color: #172B4D !important;
}

[dir] .mobile-menu-list {
  padding-top: 3rem;
}

[dir] .mobile-menu-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}

[dir=ltr] .mobile-menu-list .dropdown-toggle-arrow {
  margin-right: 0.25rem;
}

[dir=rtl] .mobile-menu-list .dropdown-toggle-arrow {
  margin-left: 0.25rem;
}

.offcanvas .dropdown-menu {
  display: none;
  list-style: none;
  position: relative;
  font-size: 14px;
}

[dir] .offcanvas .dropdown-menu {
  margin: 0;
  border: none;
}

[dir=ltr] .offcanvas .dropdown-menu {
  padding-right: 20px;
}

[dir=rtl] .offcanvas .dropdown-menu {
  padding-left: 20px;
}

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

.offcanvas .dropdown-toggle-arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
  display: inline-flex;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: #172B4D;
}

[dir=ltr] .offcanvas .dropdown-toggle-arrow {
  margin-right: 10px;
}

[dir=rtl] .offcanvas .dropdown-toggle-arrow {
  margin-left: 10px;
}

[dir=ltr] .offcanvas .dropdown-toggle-arrow.rotate {
  transform: rotate(180deg) translateY(5px);
}

[dir=rtl] .offcanvas .dropdown-toggle-arrow.rotate {
  transform: rotate(-180deg) translateY(5px);
}

/*
--------------------------------------------------
Sticky
--------------------------------------------------
*/
.navigation-menu.sticky .navigation-menu__logo {
  position: relative;
  opacity: 1;
}

/*
--------------------------------------------------
Mobile Header Actions
--------------------------------------------------
*/
.mobile-header-actions {
  display: none;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (min-width: 1200px) {
  .navigation-menu__wrapper {
    display: flex;
  }
  .mobile-menu {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .navigation-menu {
    min-height: 100px;
    flex-direction: column;
  }
  [dir] .navigation-menu {
    background-color: #fff;
  }
  .navigation-menu__wrapper {
    display: none;
  }
  .mobile-header-actions {
    height: 42px;
    display: flex;
    width: 100%;
  }
  .mobile-header-actions > a {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex: 1;
    height: 100%;
    flex-shrink: 0;
    max-width: 50%;
  }
  [dir] .mobile-header-actions > a {
    border-radius: 0 !important;
  }
  [dir] .mobile-header-actions .navigation-menu__action-link {
    background-color: #0B65A4;
  }
  [dir] .mobile-header-actions .btn.btn-secondary {
    background-color: #98C838;
  }
}
/*
==================================================
Slideshow
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.slideshow {
  width: 100%;
  height: 550px;
}
[dir] .slideshow {
  background-color: #172B4D;
}

.slideshow .swiper {
  width: 100%;
  height: 100%;
}

.slideshow .swiper-slide {
  position: relative;
  overflow: hidden;
}
.slideshow .swiper-slide picture {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
[dir=ltr] .slideshow .swiper-slide picture {
  left: 0;
}
[dir=rtl] .slideshow .swiper-slide picture {
  right: 0;
}

.slideshow__background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slideshow .container {
  position: relative;
  z-index: 2;
}

.slideshow__content {
  max-width: 520px;
}

.slideshow__title {
  font-weight: 950;
  color: #fff;
  font-size: 48px;
  line-height: 72px;
}

[dir=ltr] .slideshow__title .text-focus-stock::before {
  right: 0;
}

[dir=rtl] .slideshow__title .text-focus-stock::before {
  left: 0;
}

.slideshow__title-focus {
  position: relative;
  display: inline-block;
  color: inherit;
  z-index: 1;
}

[dir=ltr] .slideshow__title-focus {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

[dir=rtl] .slideshow__title-focus {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.slideshow__title-focus::before {
  content: "";
  position: absolute;
  width: calc(100% + 1.2rem);
  height: 64px;
  top: 3px;
  z-index: -1;
}

[dir] .slideshow__title-focus::before {
  background-color: #98C838;
  border-radius: 1rem;
}

[dir=ltr] .slideshow__title-focus::before {
  right: -0.75rem;
  transform: rotate(-4deg);
}

[dir=rtl] .slideshow__title-focus::before {
  left: -0.75rem;
  transform: rotate(4deg);
}

.slideshow__description {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 36px;
}

[dir] .slideshow__description {
  text-align: justify;
}

/*
--------------------------------------------------
Variations
--------------------------------------------------
*/
.slideshow--general .slideshow__title {
  font-weight: 700;
}

.crypto-page .slideshow .slideshow__title-focus {
  color: #172B4D;
}

[dir] .crypto-page .slideshow .slideshow__title-focus::before {
  background-color: #FEF100;
}

.metals-page .slideshow .slideshow__title-focus {
  color: #172B4D;
}

[dir] .metals-page .slideshow .slideshow__title-focus::before {
  background-color: #F8C314;
}

.energy-page .slideshow .slideshow__title-focus {
  color: #172B4D;
}

[dir] .energy-page .slideshow .slideshow__title-focus::before {
  background-color: #FFF156;
}

/*
--------------------------------------------------
Slideshow Video
--------------------------------------------------
*/
.slideshow__video-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/*
--------------------------------------------------
Slideshow Alt
--------------------------------------------------
*/
.slideshow--alt {
  height: 560px;
}
[dir] .slideshow--alt {
  background-color: #D8F9FC;
}

.slideshow--alt .slideshow__title {
  position: relative;
  color: #172B4D;
  font-weight: 700;
  z-index: 2;
}

.slideshow--alt .slideshow__description {
  color: #2A3E5C;
}

.slideshow--alt .slideshow__content {
  height: auto;
  gap: 1rem;
}

.slideshow__title-focus-type-2 {
  position: relative;
  display: inline-block;
  color: #fff;
  z-index: -1;
}

[dir=ltr] .slideshow__title-focus-type-2 {
  margin-left: -2px;
  margin-right: -2px;
}

[dir=rtl] .slideshow__title-focus-type-2 {
  margin-right: -2px;
  margin-left: -2px;
}

.slideshow__title-focus-type-2:before {
  content: "";
  position: absolute;
  width: 103px;
  height: 55px;
  top: 6px;
  z-index: -1;
}

[dir] .slideshow__title-focus-type-2:before {
  background-color: #00DBEB;
  border-radius: 1rem;
}

[dir=ltr] .slideshow__title-focus-type-2:before {
  right: -12px;
  transform: rotate(-2.62deg);
}

[dir=rtl] .slideshow__title-focus-type-2:before {
  left: -12px;
  transform: rotate(2.62deg);
}

[dir] .slideshow-scroll-box {
  margin-top: 35px;
}

.slideshow-scroll-box img {
  width: 38px;
  height: 29px;
}

.slideshow-scroll-box__title {
  color: #172B4D;
  font-size: 12px;
  font-weight: 400;
}

[dir] .slideshow-scroll-box__title {
  text-align: center;
}

.slideshow-scroll-box__subtitle {
  color: #172B4D;
  font-size: 9px;
  font-weight: 100;
}

[dir] .slideshow-scroll-box__subtitle {
  text-align: center;
}

/*
--------------------------------------------------
Slideshow Pagination
--------------------------------------------------
*/
.slideshow .swiper-pagination.slideshow__pagination {
  bottom: 3rem;
}

.slideshow__pagination .swiper-pagination-bullet {
  width: 16px;
  height: 8px;
  opacity: 1;
}

[dir] .slideshow__pagination .swiper-pagination-bullet {
  border-radius: 40px;
  background-color: #4e6d8d;
  border: none;
  margin: 0 0.25rem;
}

.slideshow__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
}

[dir] .slideshow__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (min-width: 1200px) {
  .slideshow__content {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 50%;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
  }
  [dir] .slideshow__content {
    transform: translateY(-50%);
  }
  .slideshow--alt .slideshow__content {
    top: 50%;
  }
  [dir] .slideshow--alt .slideshow__content {
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1199px) {
  .slideshow__content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
  }
  [dir] .slideshow__content {
    padding-bottom: 24px;
    padding-top: 42px;
  }
  [dir=ltr] .slideshow__content {
    padding-right: 12px;
    padding-left: 12px;
  }
  [dir=rtl] .slideshow__content {
    padding-left: 12px;
    padding-right: 12px;
  }
  .slideshow__title,
  .slideshow__title-focus {
    font-size: 24px;
    line-height: 36px;
    max-width: 305px;
  }
  .slideshow__description {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    max-width: 305px;
  }
  .slideshow__pagination {
    display: none;
  }
  .slideshow .btn {
    height: 36px;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 14px;
    min-width: 170px;
    line-height: normal;
  }
  [dir] .slideshow .btn {
    padding: 4px 8px;
  }
  [dir=ltr] .slideshow__title-focus {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  [dir=rtl] .slideshow__title-focus {
    margin-right: 0.375rem;
    margin-left: 0.375rem;
  }
  .slideshow__title-focus:before {
    width: calc(100% + 0.4rem);
    height: 34px;
    color: #213f5c;
    top: 0;
  }
  [dir] .slideshow__title-focus:before {
    background-color: #0B65A4;
    border-radius: 0.5rem;
  }
  [dir=ltr] .slideshow__title-focus:before {
    right: -0.25rem;
  }
  [dir=rtl] .slideshow__title-focus:before {
    left: -0.25rem;
  }
  .slideshow-scroll-box {
    display: none;
  }
  .slideshow--alt .slideshow__content {
    max-width: 345px;
    height: auto;
    gap: 1rem;
  }
  [dir=ltr] .slideshow--alt .slideshow__content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  [dir=rtl] .slideshow--alt .slideshow__content {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .slideshow__title-focus-type-2:before {
    width: 52px;
    height: 34px;
    top: 1px;
  }
  [dir=ltr] .slideshow__title-focus-type-2:before {
    right: -7px;
  }
  [dir=rtl] .slideshow__title-focus-type-2:before {
    left: -7px;
  }
  [dir] .slideshow--alt .slideshow__description {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .slideshow--alt .slideshow__title {
    font-weight: 950;
  }
}
@media only screen and (max-width: 991px) {
  .slideshow__content {
    align-items: center;
  }
  [dir] .slideshow__content {
    padding-top: 1.5rem;
  }
  [dir] .slideshow__title, [dir] .slideshow__description {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .forex-slideshow .slideshow__title {
    width: auto;
  }
  .slideshow--assets .slideshow__description {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 374px) {
  [dir=ltr] .slideshow__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  [dir=rtl] .slideshow__content {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
/*
==================================================
Crypto Pairs
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
[dir] .pairs {
  padding-bottom: 80px;
  padding-top: 80px;
}

.pairs__title {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  color: #172B4D;
}

[dir] .pairs__title {
  text-align: center;
}

.pairs__subtitle {
  font-size: 1rem;
  line-height: 28px;
  font-weight: 400;
  color: #2A3E5C;
}

[dir] .pairs__subtitle {
  text-align: center;
}

.pairs__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}

.pairs__box {
  min-height: 200px;
  width: 210px;
  opacity: 0;
  display: none;
  transition: all 0.3s ease;
}

[dir] .pairs__box {
  border: 1px solid #D9DBE3;
}

[dir=ltr] .pairs__box {
  direction: rtl;
}

[dir=rtl] .pairs__box {
  direction: ltr;
}

.pairs__header {
  height: 44px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

[dir] .pairs__header {
  padding: 10px 14px;
  border-bottom: 1px solid #D9DBE3;
  margin-bottom: 1rem;
}

.pairs__ticker {
  font-weight: 500;
  line-height: 26px;
  font-size: 14px;
}

.pairs__spread {
  color: #2A3E5C;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

[dir] .pairs__spread {
  padding-bottom: 1rem;
}

[dir=ltr] .pairs__spread {
  padding-left: 1rem;
  padding-right: 1rem;
}

[dir=rtl] .pairs__spread {
  padding-right: 1rem;
  padding-left: 1rem;
}

.pairs__price {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  height: 35px;
}

.pairs__min-spread {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.pairs__date {
  font-weight: 600;
}

.pairs__chart img {
  width: 100%;
  height: 100%;
}

.pairs__change {
  font-size: 14px;
}

.pairs__change svg {
  vertical-align: sub;
}

/*
--------------------------------------------------
Active Investments
--------------------------------------------------
*/
.active-investors__wrapper {
  width: 100%;
  max-width: 1144px;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
[dir] .active-investors__wrapper {
  padding-bottom: 80px;
}
[dir=ltr] .active-investors__wrapper {
  margin-left: auto;
  margin-right: auto;
}
[dir=rtl] .active-investors__wrapper {
  margin-right: auto;
  margin-left: auto;
}

.active-investors-box {
  width: 268px;
  height: 210px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

[dir] .active-investors-box {
  padding: 32px 32px 25px;
  border-radius: 8px;
  background-color: rgba(217, 231, 246, 0.39);
}

.active-investors-box .active-investors-box__title,
.active-investors-box .active-investors-box__number {
  position: relative;
  z-index: 2;
}

[dir] .active-investors-box .active-investors-box__title, [dir] .active-investors-box .active-investors-box__number {
  margin-bottom: 0;
}

.active-investors-box__title {
  font-weight: 400;
  width: 177px;
  color: #172B4D;
}

.active-investors-box__number {
  font-size: 48px;
  font-weight: 600;
  color: #172B4D;
  line-height: 1;
}

[dir=ltr] .active-investors-box__number {
  text-align: right;
}

[dir=rtl] .active-investors-box__number {
  text-align: left;
}

.active-investors-box--type-1::before {
  content: "";
  position: absolute;
  width: 84px;
  height: 123px;
  top: 0;
  z-index: 1;
}

[dir] .active-investors-box--type-1::before {
  background-image: url("../bundle/images/pattern-8.png");
  background-repeat: no-repeat;
}

[dir=ltr] .active-investors-box--type-1::before {
  left: 0;
}

[dir=rtl] .active-investors-box--type-1::before {
  right: 0;
}

.active-investors-box--type-2::before {
  content: "";
  position: absolute;
  width: 84px;
  height: 123px;
  bottom: 0;
  z-index: 1;
}

[dir] .active-investors-box--type-2::before {
  background-image: url("../bundle/images/pattern-8.png");
  background-repeat: no-repeat;
}

[dir=ltr] .active-investors-box--type-2::before {
  right: 0;
}

[dir=rtl] .active-investors-box--type-2::before {
  left: 0;
}

/*
--------------------------------------------------
Effects
--------------------------------------------------
*/
/* Price update visual feedback */
[dir=ltr] .pairs__data.price-up {
  animation: price-flash-green 0.5s ease-out;
}
[dir=rtl] .pairs__data.price-up {
  animation: price-flash-green 0.5s ease-out;
}

[dir=ltr] .pairs__data.price-down {
  animation: price-flash-red 0.5s ease-out;
}

[dir=rtl] .pairs__data.price-down {
  animation: price-flash-red 0.5s ease-out;
}

@keyframes price-flash-green {
  0% {
    background-color: rgba(0, 255, 0, 0.5);
  }
  100% {
    background-color: transparent;
  }
}
@keyframes price-flash-red {
  0% {
    background-color: rgba(255, 0, 0, 0.5);
  }
  100% {
    background-color: transparent;
  }
}
/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  [dir] .pairs {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .pairs__title {
    font-size: 24px;
    line-height: 30px;
  }
  .pairs__subtitle {
    font-size: 14px;
    line-height: 24px;
  }
  .active-investors__wrapper {
    max-width: 560px;
  }
  .pairs__wrapper {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 15px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .pairs__wrapper::-webkit-scrollbar {
    display: none;
  }
  .pairs__box {
    width: 188px;
    height: 188px;
    min-height: auto;
    overflow: hidden;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  .pairs__header {
    height: 38px;
  }
  [dir] .pairs__header {
    padding: 0.5rem;
  }
  .pairs__ticker,
  .pairs__change,
  .pairs__price,
  .pairs__spread {
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .active-investors-box {
    width: 100%;
  }
}
/*
==================================================
Trading Accounts
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.trading-accounts__wrapper {
  width: 100%;
  max-width: 1158px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
}
[dir=ltr] .trading-accounts__wrapper {
  margin-left: auto;
  margin-right: auto;
}
[dir=rtl] .trading-accounts__wrapper {
  margin-right: auto;
  margin-left: auto;
}

.trading-plan {
  width: 225px;
  min-height: 464px;
  transition: all 0.3s ease;
}

[dir] .trading-plan {
  padding: 50px 26px;
  border-radius: 1rem;
  background-color: #fff;
  background-image: url("../bundle/images/pattern-3.png");
  background-repeat: no-repeat;
  background-position: top center;
}

[dir] .trading-plan.active {
  background-color: #0B65A4;
}

.trading-plan.active .trading-plan__title,
.trading-plan.active .trading-plan__price,
.trading-plan.active .trading-plan__info-item,
.trading-plan.active .trading-plan__action-alt {
  color: #fff;
}

.trading-plan.active .trading-plan__action-main {
  color: #fff;
}

[dir] .trading-plan.active .trading-plan__action-main {
  background-color: #98C838;
  border-color: #98C838;
}

.trading-plan:hover .trading-plan__action-alt path {
  stroke: currentColor;
}

.trading-plan__title {
  color: #2A3E5C;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}

[dir] .trading-plan__title {
  text-align: center;
  margin-bottom: 1.5rem;
}

.trading-plan__price {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: #2A3E5C;
}

[dir] .trading-plan__price {
  text-align: center;
  margin-bottom: 1.5rem;
}

.trading-plan__info {
  height: 124px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

[dir] .trading-plan__info {
  margin-bottom: 1.5rem;
}

.trading-plan__info-item {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #172B4D;
  align-items: center;
  display: flex;
  flex-direction: row;
  width: 100%;
}

[dir=ltr] .trading-plan__info-item {
  text-align: right;
}

[dir=rtl] .trading-plan__info-item {
  text-align: left;
}

.trading-plan__info-item:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
}

[dir] .trading-plan__info-item:before {
  background-image: url('data:image/svg+xml,<svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.384 1.36104C10.4527 0.574966 9.09028 0.574967 8.15897 1.36104L7.31081 2.07692C6.91497 2.41102 6.42513 2.61394 5.90898 2.65759L4.80303 2.75111C3.58866 2.85381 2.6253 3.81717 2.5226 5.03155L2.42907 6.1375C2.38542 6.65365 2.18251 7.14349 1.84841 7.53934L1.13252 8.38749C0.34645 9.3188 0.346452 10.6812 1.13252 11.6125L1.84841 12.4607C2.18251 12.8565 2.38542 13.3464 2.42907 13.8625L2.5226 14.9685C2.6253 16.1829 3.58866 17.1462 4.80303 17.2489L5.90898 17.3424C6.42513 17.3861 6.91497 17.589 7.31082 17.9231L8.15897 18.639C9.09028 19.425 10.4527 19.425 11.384 18.639L12.2321 17.9231C12.628 17.589 13.1179 17.3861 13.634 17.3424L14.74 17.2489C15.9544 17.1462 16.9177 16.1829 17.0204 14.9685L17.1139 13.8625C17.1576 13.3464 17.3605 12.8565 17.6946 12.4607L18.4105 11.6125C19.1965 10.6812 19.1965 9.3188 18.4105 8.38749L17.6946 7.53932C17.3605 7.14349 17.1576 6.65365 17.1139 6.1375L17.0204 5.03155C16.9177 3.81717 15.9544 2.85381 14.74 2.75111L13.634 2.65759C13.1179 2.61394 12.628 2.41102 12.2321 2.07692L11.384 1.36104ZM14.3175 8.29555C14.7569 7.85621 14.7569 7.1439 14.3175 6.70456C13.8782 6.26521 13.1659 6.26521 12.7265 6.70456L8.52202 10.9091L6.81752 9.20456C6.37818 8.76521 5.66587 8.76521 5.22653 9.20456C4.78718 9.6439 4.78718 10.3562 5.22653 10.7956L7.72653 13.2955C8.16587 13.7349 8.87818 13.7349 9.31752 13.2955L14.3175 8.29555Z" fill="%2318C7AE"/></svg>');
}

[dir=ltr] .trading-plan__info-item:before {
  margin-right: 1rem;
}

[dir=rtl] .trading-plan__info-item:before {
  margin-left: 1rem;
}

.trading-plan__action-main {
  width: 100%;
}

[dir] .trading-plan__action-main {
  margin-bottom: 1rem;
}

.trading-plan__action-alt {
  width: 100%;
  font-size: 14px;
  color: #172B4D;
}

.trading-plan__toggle-icon {
  transition: all 0.3s ease;
}

/*
--------------------------------------------------
Accounts Slider
--------------------------------------------------
*/
.accounts-details-info {
  width: 190px;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  position: absolute;
  z-index: 2;
}
[dir] .accounts-details-info {
  padding-top: 118px;
  background-color: transparent;
}
[dir=ltr] .accounts-details-info {
  left: 0;
}
[dir=rtl] .accounts-details-info {
  right: 0;
}

.accounts-details-data {
  font-size: 20px;
  color: #172B4D;
  font-weight: 500;
}

.accounts-slider-wrapper {
  position: relative;
}
.accounts-slider-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -50%;
  background-color: rgb(242, 245, 251);
  background: linear-gradient(-90deg, rgba(242, 245, 251, 0) 0%, rgb(242, 245, 251) 60%, rgb(242, 245, 251) 100%);
  z-index: 1;
}
.accounts-slide-box {
  height: 520px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
[dir] .accounts-slide-box {
  padding: 46px 43px;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
}

.accounts-slide-box__header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

[dir] .accounts-slide-box__header {
  margin-bottom: 1.5rem;
}

.accounts-slide-box__body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #172B4D;
  font-weight: 500;
}

[dir] .accounts-slide-box__body {
  margin-bottom: 2rem;
}

.accounts-slide-box__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.accounts-slide-box__price {
  font-size: 24px;
}

.accounts-slide-box__info {
  font-size: 16px;
}

.accounts-slide-box__footer {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.accounts-slide-navigation {
  width: 70px;
  height: 70px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  top: 200px;
  z-index: 2;
}

[dir] .accounts-slide-navigation {
  cursor: pointer;
}

[dir=ltr] .accounts-slide-box-prev {
  left: -7%;
}

[dir=rtl] .accounts-slide-box-prev {
  right: -7%;
}

[dir=ltr] .accounts-slide-box-next {
  right: -7%;
}

[dir=rtl] .accounts-slide-box-next {
  left: -7%;
}

.accounts-slide-navigation-mobile {
  display: none;
}

.accounts-slide-box__software {
  width: 138px;
  height: 25px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}

.accounts-slide-box__software svg {
  width: 100px;
  position: absolute;
  z-index: 2;
  height: 18px;
  vertical-align: middle;
}

[dir] .accounts-slide-box__software--metatrader {
  background-color: #0B65A4;
}

[dir] .accounts-slide-box__software--ctrader {
  background-color: #98C838;
}
.accounts-slide-box__software::before {
  content: "";
  width: 136.137px;
  height: 18.076px;
  transform: rotate(-5.139deg);
  flex-shrink: 0;
  background: #E2E5EB;
  z-index: -1;
  position: relative;
  top: 8px;
}
[dir] .accounts-slide-box.swiper-slide-active {
  background: none;
  box-shadow: none;
}

.trading-accounts {
  transition: background-color 0.4s ease-in-out;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (min-width: 1200px) {
  .trading-plan__toggle-icon {
    display: none;
  }
  .trading-plan__body {
    display: block !important;
  }
  .accounts-slider {
    position: relative;
  }
  [dir=ltr] .accounts-slider {
    left: 192px;
  }
  [dir=rtl] .accounts-slider {
    right: 192px;
  }
}
@media only screen and (max-width: 1199px) {
  .trading-accounts__wrapper {
    flex-direction: column;
  }
  .trading-plan {
    width: 100%;
    height: auto;
    min-height: auto;
  }
  [dir] .trading-plan {
    padding: 1rem 1.5rem;
  }
  [dir=ltr] .trading-plan {
    background-position: top left;
  }
  [dir=rtl] .trading-plan {
    background-position: top right;
  }
  [dir=ltr] .trading-plan__header[aria-expanded=true] .trading-plan__toggle-icon {
    transform: rotate(-180deg);
  }
  [dir=rtl] .trading-plan__header[aria-expanded=true] .trading-plan__toggle-icon {
    transform: rotate(180deg);
  }
  .trading-plan__header {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .trading-plan__title {
    font-size: 24px;
    line-height: 36px;
  }
  [dir] .trading-plan__title {
    margin-bottom: 0.5rem;
  }
  [dir=ltr] .trading-plan__title {
    text-align: right;
  }
  [dir=rtl] .trading-plan__title {
    text-align: left;
  }
  .trading-plan__price {
    font-size: 20px;
    line-height: 30px;
  }
  [dir] .trading-plan__price {
    margin-bottom: 0;
  }
  [dir=ltr] .trading-plan__price {
    text-align: right;
  }
  [dir=rtl] .trading-plan__price {
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  .accounts-slider-wrapper:after,
  .accounts-details-info {
    display: none;
  }
  .accounts-slide-box__title {
    font-size: 24px;
    line-height: 36px;
  }
  .accounts-slide-box__body {
    gap: 1.25rem;
  }
  .accounts-slide-box__info {
    font-size: 14px;
    line-height: 20px;
  }
  .accounts-slide-box__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .accounts-slide-box__footer {
    gap: 1.25rem;
  }
  .accounts-slide-box {
    height: auto;
  }
  [dir] .accounts-slide-box {
    padding: 1.25rem 1.25rem 2.5rem;
  }
  .accounts-slide-navigation-desktop {
    display: none;
  }
  .accounts-slide-navigation-mobile {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem;
    justify-content: flex-start;
  }
  [dir] .accounts-slide-navigation-mobile {
    margin-bottom: 1.5rem;
  }
  .accounts-slide-navigation-mobile .accounts-slide-navigation {
    width: 30px;
    height: 30px;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: static;
    z-index: 2;
  }
  [dir] .accounts-slide-navigation-mobile .accounts-slide-navigation {
    cursor: pointer;
  }
}
/*
==================================================
Banners Section
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.banners__wrapper {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.5rem;
}

/*
--------------------------------------------------
Banner Box
--------------------------------------------------
*/
.banner-box {
  max-width: 558px;
  max-height: 284px;
  overflow: hidden;
  display: flex;
  position: relative;
}
[dir] .banner-box {
  border-radius: 1rem;
}
[dir=ltr] .banner-box {
  border-top-left-radius: 0;
}
[dir=rtl] .banner-box {
  border-top-right-radius: 0;
}
.banner-box--type-1 {
  background: url("../bundle/images/pattern-10.png") top left no-repeat, linear-gradient(250.11deg, #0F2144 30.62%, #0B65A4 97.84%);
}
[dir] .banner-box--type-2 {
  background-color: rgba(217, 231, 246, 0.39);
  background-image: url("../bundle/images/pattern-9.png");
  background-repeat: no-repeat;
}
[dir=ltr] .banner-box--type-2 {
  background-position: top right;
}
[dir=rtl] .banner-box--type-2 {
  background-position: top left;
}

.banner-box--type-1 .banner-box__content {
  color: #fff;
}

.banner-box--type-2 .banner-box__content,
.banner-box--type-2 .banner-box__action {
  color: #172B4D;
}

.banner-box__media {
  height: 284px;
  width: 188px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  flex-direction: row;
}

[dir=ltr] .banner-box__media {
  padding-left: 20px;
}

[dir=rtl] .banner-box__media {
  padding-right: 20px;
}

.banner-box__media > video {
  width: 100%;
}

.banner-box__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
}

[dir] .banner-box__content {
  padding: 24px;
}

[dir=ltr] .banner-box__content {
  padding-left: 32px;
}

[dir=rtl] .banner-box__content {
  padding-right: 32px;
}

.banner-box__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.banner-box__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

[dir] .banner-box__description {
  margin-bottom: 0;
}

.banner-box__action {
  font-weight: bold;
}

[dir] .banner-box__action {
  padding: 0;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  .banners__wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner-box {
    min-height: 250px;
    max-height: initial;
    flex-direction: column;
    gap: 1rem;
  }
  [dir] .banner-box {
    padding: 1.5rem;
  }
  .banner-box__media {
    position: static;
    width: 180px;
    height: auto;
  }
  [dir] .banner-box__media {
    padding: 0;
  }
  .banner-box__content {
    gap: 0.5rem;
  }
  .banner-box__title {
    font-size: 24px;
    line-height: 30px;
  }
  .banner-box__description {
    font-size: 1rem;
  }
  [dir] .banner-box__content {
    padding: 0;
  }
}
/*
==================================================
Investments
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.investments__title {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  color: #172B4D;
  position: relative;
  z-index: 2;
}
[dir] .investments__title {
  text-align: center;
}

.investments__title .text-focus-stock::before {
  z-index: -1;
}

.investments__subtitle {
  font-size: 1rem;
  line-height: 28px;
  font-weight: 400;
  color: #2A3E5C;
}

[dir] .investments__subtitle {
  text-align: center;
}

.investments-table {
  width: 100%;
}

[dir] .investments-table {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
}

/*
--------------------------------------------------
Investments Search
--------------------------------------------------
*/
.investments-table__search {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
[dir] .investments-table__search {
  padding: 28px;
  background-color: #fff;
  border-bottom: 1px solid #D9DBE3;
}
[dir=ltr] .investments-table__search {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
[dir=rtl] .investments-table__search {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}

.investments-table__search input {
  font-size: 1rem;
}

[dir] .investments-table__search input {
  border: none;
}

[dir=ltr] .investments-table__search input {
  margin-right: 0.5rem;
}

[dir=rtl] .investments-table__search input {
  margin-left: 0.5rem;
}

.investments-table__search input::-moz-placeholder {
  color: #1E1E1E;
}

.investments-table__search input::placeholder {
  color: #1E1E1E;
}

.investments-table__search input:focus-visible,
.investments-table__search input:active {
  outline: none;
}

[dir] .investments-table__search input:focus-visible, [dir] .investments-table__search input:active {
  border: none;
}

/*
--------------------------------------------------
Investments Table Tabs
--------------------------------------------------
*/
.investments-table__tabs .nav-tabs {
  height: 58px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
[dir] .investments-table__tabs .nav-tabs {
  background-color: #fff;
  border: none;
}
[dir=ltr] .investments-table__tabs .nav-tabs {
  padding-right: 1rem;
}
[dir=rtl] .investments-table__tabs .nav-tabs {
  padding-left: 1rem;
}

.investments-table__tabs .nav-link {
  height: 34px;
  width: 90px;
  color: #172B4D;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 14px;
  line-height: 21.88px;
}

[dir] .investments-table__tabs .nav-link {
  padding: 0;
  padding-bottom: 0.75rem;
  border-radius: 0;
  border: none;
  border-bottom: 3px solid #ffffff;
}

.investments-table__tabs .nav-tabs .nav-link:hover,
.investments-table__tabs .nav-tabs .nav-link:focus {
  color: #04DB8F;
}

[dir] .investments-table__tabs .nav-tabs .nav-link:hover, [dir] .investments-table__tabs .nav-tabs .nav-link:focus {
  border: none;
  border-bottom: 3px solid #76FFCF;
  border-radius: 0;
}

.investments-table__tabs .nav-link.active {
  color: #04DB8F;
}

[dir] .investments-table__tabs .nav-link.active {
  border: none;
  border-bottom: 3px solid #76FFCF;
  border-radius: 0;
}

[dir=ltr] .investments-table__tabs .nav-item {
  margin-left: 1.5rem;
}

[dir=rtl] .investments-table__tabs .nav-item {
  margin-right: 1.5rem;
}

[dir] .investments-table__tabs .tab-content > .tab-pane {
  background-color: #fff;
  padding-bottom: 0.5rem;
}

[dir=ltr] .investments-table__tabs .tab-content > .tab-pane {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

[dir=rtl] .investments-table__tabs .tab-content > .tab-pane {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

/*
--------------------------------------------------
Investment Item
--------------------------------------------------
*/
[dir] .investment-items .investment-item:not(:last-child) {
  border-bottom: 1px solid #D9DBE3;
}

.investment-item {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

[dir] .investment-item {
  padding: 16px 30px;
}

.investment-item__ticker {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.investment-item__change,
.investment-item__buy {
  width: 92px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

[dir=ltr] .investment-item__change, [dir=ltr] .investment-item__buy {
  margin-left: 26px;
}

[dir=rtl] .investment-item__change, [dir=rtl] .investment-item__buy {
  margin-right: 26px;
}

.investment-item__sell {
  width: 56px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.investment-item__icon {
  width: 40px;
  height: 40px;
}

[dir=ltr] .investment-item__icon {
  margin-left: 0.5rem;
}

[dir=rtl] .investment-item__icon {
  margin-right: 0.5rem;
}

.investment-item__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 21.88px;
  color: #000;
}

[dir=ltr] .investment-item__title {
  margin-left: 0.5rem;
}

[dir=rtl] .investment-item__title {
  margin-right: 0.5rem;
}

.investment-item__type {
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  width: 50px;
  height: 32px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

[dir] .investment-item__type {
  border: 1px solid #C7DBFE;
  border-radius: 8px;
}

.investment-item__label {
  font-size: 12px;
  line-height: 18px;
  color: #2A3E5C;
  font-weight: 500;
}

.investment-item__data {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}

.investments-table__footer {
  height: 68px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

[dir] .investments-table__footer {
  background-color: #fff;
}

[dir=ltr] .investments-table__footer {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

[dir=rtl] .investments-table__footer {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.investments-table__footer .btn-link {
  color: #2A3E5C;
}

.investment-item__live-data {
  align-items: center;
  display: flex;
  flex-direction: row;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  [dir] .investments {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .investments__title {
    font-size: 24px;
    line-height: 30px;
  }
  .investments__subtitle {
    font-size: 14px;
    line-height: 24px;
  }
  .investments-table__tabs .nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  [dir] .investments-table__tabs .nav-tabs {
    border-bottom: 1px solid #D9DBE3;
  }
  .investments-table__tabs .nav-item {
    flex-shrink: 0;
  }
  .investments-table__search {
    height: 56px;
  }
  [dir] .investments-table__search {
    padding: 1rem;
  }
  .investments-table__footer {
    height: 48px;
    font-size: 14px;
  }
  [dir] .investments-table__footer {
    border-top: 1px solid #D9DBE3;
  }
  .investment-item__label {
    font-size: 10px;
  }
  .investment-item__buy,
  .investment-item__sell {
    width: 40px;
  }
  .investment-item__icon {
    width: 30px;
    height: 30px;
  }
  .investment-item__title {
    font-size: 12px;
  }
  .investment-item__type {
    font-size: 12px;
    width: 40px;
    height: 22px;
  }
  [dir] .investment-item__type {
    border-radius: 0.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .investment-item__live-data {
    width: 100%;
    justify-content: space-around;
    gap: 0.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .investment-item {
    height: auto;
    gap: 0.5rem;
  }
  [dir] .investment-item {
    padding: 0.5rem;
  }
  [dir=ltr] .investment-item__change {
    margin-left: 0;
  }
  [dir=rtl] .investment-item__change {
    margin-right: 0;
  }
}
@media only screen and (max-width: 424px) {
  .investment-item {
    gap: 0.75rem;
  }
  [dir] .investment-item {
    padding: 0.75rem;
  }
}
@media only screen and (max-width: 374px) {
  .investment-item {
    flex-direction: column;
  }
}
/*
==================================================
Platforms
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
[dir] .platforms {
  padding-bottom: 80px;
  padding-top: 80px;
}

.platforms__title {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  color: #172B4D;
}

[dir] .platforms__title {
  text-align: center;
}

.platforms__subtitle {
  font-size: 1rem;
  line-height: 28px;
  font-weight: 400;
  color: #2A3E5C;
}

[dir] .platforms__subtitle {
  text-align: center;
}

.platforms__wrapper {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

[dir=ltr] .platforms__wrapper {
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .platforms__wrapper {
  margin-right: auto;
  margin-left: auto;
}

.platform-box {
  width: 100%;
  max-width: 400px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
}

.platform-box__logo {
  height: 48px;
  flex-shrink: 0;
}

[dir] .platform-box__logo {
  margin-bottom: 1rem;
}

.platform-box__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  color: #172B4D;
}

[dir] .platform-box__title {
  text-align: center;
  margin-bottom: 0.5rem;
}

.platform-box__description {
  font-weight: 400;
  line-height: 24px;
  max-width: 320px;
  color: #2A3E5C;
}

[dir] .platform-box__description {
  text-align: center;
  margin-bottom: 1rem;
}

[dir=ltr] .platform-box__description {
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .platform-box__description {
  margin-right: auto;
  margin-left: auto;
}

.platform-box__links {
  display: flex;
  max-width: 345px;
  align-items: flex-start;
  justify-content: center;
  gap: 18px 8px;
  flex-wrap: wrap;
}

[dir=ltr] .platform-box__links {
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .platform-box__links {
  margin-right: auto;
  margin-left: auto;
}

.platform-box__links a img {
  filter: grayscale(1);
  transition: all 0.3s ease;
  width: 109px;
  height: 36px;
}

[dir] .platform-box__links a img {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04);
}

.platform-box__links a:hover img {
  filter: grayscale(0);
}

/*
--------------------------------------------------
Platforms Hero
--------------------------------------------------
*/
.platforms-hero {
  width: 100%;
  max-width: 247px;
  flex-shrink: 0;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  [dir] .platforms {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .platforms__title {
    font-size: 24px;
    line-height: 30px;
  }
  .platforms__subtitle {
    font-size: 14px;
    line-height: 24px;
  }
  .platforms__wrapper {
    flex-direction: column;
    gap: 1rem;
  }
  .platforms__wrapper .platforms-hero {
    order: 1;
  }
  .platforms__wrapper .platform-box--type-1 {
    order: 2;
  }
  .platforms__wrapper .platform-box--type-2 {
    order: 3;
  }
}
@media only screen and (max-width: 767px) {
  .platforms {
    gap: 1rem;
  }
  .platform-box {
    width: 100%;
    height: auto;
  }
  [dir] .platform-box {
    padding-top: calc(1.325rem + 0.9vw);
  }
  [dir=ltr] .platform-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  [dir=rtl] .platform-box {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1200px) {
  [dir] .platform-box {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .platform-box__title {
    font-size: 20px;
    line-height: 30px;
  }
  .platform-box__description {
    font-size: 12px;
    line-height: 18px;
  }
  [dir] .platform-box__description {
    margin-bottom: 0.5rem;
  }
  [dir] .platform-box__logo {
    margin-bottom: 0.5rem;
  }
  .platforms__wrapper .platforms-hero img {
    max-width: 172px;
    display: block;
  }
  [dir=ltr] .platforms__wrapper .platforms-hero img {
    margin-left: auto;
    margin-right: auto;
  }
  [dir=rtl] .platforms__wrapper .platforms-hero img {
    margin-right: auto;
    margin-left: auto;
  }
  [dir] .platforms__wrapper .platforms-box {
    padding: 0;
  }
}
/*
==================================================
Assets
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.assets__wrapper {
  display: flex;
}

.assets__intro {
  height: 436px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.assets__intro-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

[dir] .assets__intro-title {
  margin-bottom: 0.25rem;
}

.assets__intro-subtitle {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

[dir=ltr] .assets__intro-list {
  padding-left: 1.5rem;
}

[dir=rtl] .assets__intro-list {
  padding-right: 1.5rem;
}

.assets__intro-list li {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.assets__items-slider {
  width: 100%;
  flex-shrink: 0;
}

[dir] .assets__items-slider {
  background-color: khaki;
}

/*
--------------------------------------------------
Assets Controls
--------------------------------------------------
*/
.assets__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
[dir] .assets__controls {
  margin-bottom: 1.5rem;
}

.assets__control {
  width: 30px;
  height: 30px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

[dir] .assets__control {
  border: none;
  background-color: transparent;
  padding: 0;
}

[dir] .assets__control:hover {
  background-color: #0B65A4;
}

/*
--------------------------------------------------
Assets Item
--------------------------------------------------
*/
.assets-item {
  height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
}
[dir] .assets-item {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
  border-radius: 0.5rem;
}

.assets-item__media {
  width: 64px;
  height: 64px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-shrink: 0;
}

.assets-item__icon {
  max-width: 50px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.assets-item__title {
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
}

[dir] .assets-item__title {
  text-align: center;
  margin-bottom: 0.25rem;
}

.assets-item__subtitle {
  font-size: 14px;
  color: #fff;
}

[dir] .assets-item__subtitle {
  text-align: center;
}

.assets-item__description {
  color: #fff;
  font-weight: 600;
  line-height: 16px;
  min-height: 120px;
  font-size: 10px;
}

[dir] .assets-item__description {
  text-align: center;
  margin-bottom: 2rem;
}

.assets-item__action {
  width: 100%;
  max-width: 230px;
  font-weight: 600;
  color: #172B4D;
  height: 40px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-shrink: 0;
}

[dir] .assets-item__action {
  text-align: center;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 20px, 0) scale(0.8);
  }
}
.assets-item__back,
.assets-item__rear {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
[dir] .assets-item__back, [dir] .assets-item__rear {
  border-radius: 0.75rem;
}

.assets-item__back {
  opacity: 0;
  visibility: hidden;
  gap: 1rem;
}

[dir] .assets-item__back {
  transform: translate3d(0, 20px, 0) scale(0.8);
}

.assets-item__rear {
  opacity: 1;
  visibility: visible;
  align-items: center;
  gap: 0.75rem;
}

[dir] .assets-item__rear {
  background-color: #0B65A4;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.75rem;
  transform: translate3d(0, 0, 0) scale(1);
}

.js-assets-item-active .assets-item__back {
  opacity: 1;
  visibility: visible;
}

[dir=ltr] .js-assets-item-active .assets-item__back {
  animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

[dir=rtl] .js-assets-item-active .assets-item__back {
  animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.js-assets-item-active .assets-item__rear {
  opacity: 0;
  visibility: hidden;
}

[dir=ltr] .js-assets-item-active .assets-item__rear {
  animation: fadeOutDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

[dir=rtl] .js-assets-item-active .assets-item__rear {
  animation: fadeOutDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

[dir] .assets-item.js-assets-item-active {
  background: none;
  box-shadow: none;
  padding: 0.25rem;
}

/*
--------------------------------------------------
Assets Tabs Nav
--------------------------------------------------
*/
.assets-tabs-nav {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.assets-tabs-nav::-webkit-scrollbar {
  display: none;
}

.assets-tabs-nav__list {
  position: relative;
  display: flex;
  list-style: none;
  width: 100%;
  justify-content: space-between;
  height: 42px;
}

[dir] .assets-tabs-nav__list {
  margin: 0;
  padding: 0;
}

.assets-tabs-nav__item {
  flex-shrink: 0;
}

.assets-tabs-nav__link {
  display: block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.3s ease;
}

[dir] .assets-tabs-nav__link {
  padding-bottom: 0.5rem;
}

[dir] .assets-tabs-nav__link:hover {
  border-bottom: 3px solid #98C838;
}

[dir] .assets-tabs-nav__link.active {
  border-bottom: 3px solid #98C838;
}

/*
--------------------------------------------------
Box Images
--------------------------------------------------
*/
.assets-section-container {
  position: relative;
  z-index: 1;
}
[dir] .assets-section-container {
  background-color: #0d1e3a;
}

.assets-section-container::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

[dir] .assets-section-container::before {
  background-image: var(--background-image-url);
  background-size: cover;
  background-position: center;
}

[dir=ltr] .assets-section-container::before {
  left: 0;
}

[dir=rtl] .assets-section-container::before {
  right: 0;
}

.assets-section-container.is-fading::before {
  opacity: 0;
}

.assets-section-container > .container {
  position: relative;
  z-index: 2;
}

.assets-item__rear > * {
  position: relative;
  z-index: 1;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  .assets__intro {
    height: auto;
  }
  [dir] .assets__intro {
    margin-bottom: 1.5rem;
  }
  .assets__controls {
    justify-content: flex-start;
  }
  [dir] .assets__controls {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .assets-tabs-nav__link {
    font-size: 14px;
  }
  .assets-tabs-nav__list {
    gap: 1.5rem;
  }
  .assets-section-container::before {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 575px) {
  .assets-item__title {
    font-size: 20px;
  }
  .assets-item__description {
    font-size: 10px;
    line-height: 20px;
    font-weight: 600;
  }
  [dir] .assets-item__description {
    margin-bottom: 1rem;
  }
  .assets-item__media {
    width: 50px;
    height: 50px;
  }
  .assets-item__icon {
    max-width: 40px;
  }
  .assets__intro-title {
    font-size: 18px;
  }
  .assets__intro-list li,
  .assets__intro-subtitle {
    font-size: 14px;
  }
  .assets-item__rear,
  .assets-item__back {
    gap: 0.5rem;
  }
}
/*
==================================================
Copy Trading
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.copy-trading__header {
  width: 100%;
  max-width: 740px;
}
[dir] .copy-trading__header {
  margin-bottom: 3rem;
}
[dir=ltr] .copy-trading__header {
  margin-left: auto;
  margin-right: auto;
}
[dir=rtl] .copy-trading__header {
  margin-right: auto;
  margin-left: auto;
}

.copy-trading__wrapper {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1.5rem;
}

[dir=ltr] .copy-trading__wrapper {
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .copy-trading__wrapper {
  margin-right: auto;
  margin-left: auto;
}

/*
--------------------------------------------------
Copy Trading Box
--------------------------------------------------
*/
.copy-trading-box {
  width: 100%;
  max-width: 350px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}
[dir] .copy-trading-box {
  padding-bottom: 38px;
  background-image: url('data:image/svg+xml,<svg width="104" height="207" viewBox="0 0 104 207" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="path-1-inside-1_40006468_10876" fill="white"><path d="M0.5 206.996C27.9499 206.996 54.2755 196.092 73.6855 176.682C93.0956 157.272 104 130.946 104 103.496C104 76.0462 93.0956 49.7206 73.6856 30.3106C54.2755 10.9005 27.9499 -0.00390211 0.500015 -0.00390625L0.5 103.496L0.5 206.996Z"></path></mask><path d="M0.5 206.996C27.9499 206.996 54.2755 196.092 73.6855 176.682C93.0956 157.272 104 130.946 104 103.496C104 76.0462 93.0956 49.7206 73.6856 30.3106C54.2755 10.9005 27.9499 -0.00390211 0.500015 -0.00390625L0.5" stroke="%23CCDEFF" stroke-width="2" mask="url(%23path-1-inside-1_40006468_10876)"></path></svg>');
  background-repeat: no-repeat;
}
[dir=ltr] .copy-trading-box {
  padding-left: 114px;
  background-position: bottom left;
}
[dir=rtl] .copy-trading-box {
  padding-right: 114px;
  background-position: bottom right;
}

.copy-trading-box__number-icon {
  content: "";
  position: absolute;
  bottom: 65px;
}

[dir=ltr] .copy-trading-box__number-icon {
  left: 48px;
}

[dir=rtl] .copy-trading-box__number-icon {
  right: 48px;
}

.copy-trading-box__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.copy-trading-box__title {
  color: #172B4D;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

[dir] .copy-trading-box__title {
  text-align: center;
}

.copy-trading-box__subtitle {
  line-height: 24px;
  color: #000;
  width: 100%;
}

[dir] .copy-trading-box__subtitle {
  margin-bottom: 0;
}

[dir=ltr] .copy-trading-box__subtitle {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .copy-trading-box__subtitle {
  text-align: right;
  margin-right: auto;
  margin-left: auto;
}

.copy-trading-box__icon {
  width: 98px;
  height: 98px;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  [dir] .copy-trading__header {
    margin-bottom: 2rem;
  }
  [dir] .copy-trading {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .copy-trading__title {
    font-size: 24px;
    line-height: 30px;
  }
  .copy-trading__wrapper {
    flex-direction: column;
    gap: 1rem;
  }
  .copy-trading-box {
    height: auto;
  }
  [dir] .copy-trading-box {
    padding: 1.5rem;
  }
  .copy-trading-box__title {
    font-size: 20px;
  }
  .copy-trading-box__subtitle {
    font-size: 14px;
  }
  [dir=ltr] .copy-trading-box__body {
    padding-left: 5rem;
  }
  [dir=rtl] .copy-trading-box__body {
    padding-right: 5rem;
  }
}
@media only screen and (max-width: 575px) {
  .copy-trading-box__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .copy-trading-box__icon {
    position: static;
  }
}
/*
==================================================
Features
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
[dir] .features {
  background-color: #EAFFFC;
  padding-bottom: 80px;
  padding-top: 80px;
}

.features__header {
  width: 100%;
  max-width: 554px;
}

[dir] .features__header {
  margin-bottom: 5.375rem;
  text-align: center;
}

[dir=ltr] .features__header {
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .features__header {
  margin-right: auto;
  margin-left: auto;
}

.features__title {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  color: #172B4D;
}

[dir] .features__title {
  text-align: center;
}

.stock-feature-title {
  width: 594px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

[dir] .stock-feature-title {
  text-align: center;
}

.features__subtitle {
  font-size: 1rem;
  line-height: 28px;
  font-weight: 400;
  color: #2A3E5C;
}

[dir] .features__subtitle {
  text-align: center;
  margin-bottom: 0;
}

.stock-feature-subtitle.section-subtitle--narrow {
  min-width: 594px;
}

/*
--------------------------------------------------
Feature Box
--------------------------------------------------
*/
.features__wrapper {
  width: 100%;
  max-width: 1140px;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
[dir=ltr] .features__wrapper {
  margin-left: auto;
  margin-right: auto;
}
[dir=rtl] .features__wrapper {
  margin-right: auto;
  margin-left: auto;
}

.features__wrapper-alt {
  width: 100%;
  max-width: 780px;
  display: flex;
  align-items: center;
  gap: 50px;
}

[dir=ltr] .features__wrapper-alt {
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .features__wrapper-alt {
  margin-right: auto;
  margin-left: auto;
}

[dir] .features__wrapper--spacer {
  margin-bottom: 75px;
}

.feature-box {
  width: 364px;
  max-width: 100%;
  height: 208px;
  position: relative;
  flex-shrink: 0;
}

[dir] .feature-box {
  background-color: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
  border-radius: 0.5rem;
}

[dir=ltr] .feature-box {
  padding: 48px 52px 32px 48px;
}

[dir=rtl] .feature-box {
  padding: 48px 48px 32px 52px;
}

.feature-box__title {
  color: #2A3E5C;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}

[dir] .feature-box__title {
  text-align: center;
  margin-bottom: 0.5rem;
}

.feature-box__subtitle {
  color: #2A3E5C;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

[dir] .feature-box__subtitle {
  text-align: center;
  margin-bottom: 0;
}

.feature-box__icon-wrapper {
  width: 4.75rem;
  height: 4.75rem;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  top: -2.375rem;
}

[dir] .feature-box__icon-wrapper {
  border-radius: 50%;
  background-color: #0B65A4 !important;
}

[dir=ltr] .feature-box__icon-wrapper {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .feature-box__icon-wrapper {
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.feature-box__icon {
  max-width: 45px;
  max-height: 45px;
}

.feature-box__icon,
.feature-box__icon path {
  fill: #fff;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  [dir] .features {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .features__wrapper,
  .features__wrapper-alt {
    flex-direction: column;
    gap: 4.375rem;
  }
  [dir] .features__wrapper--spacer {
    margin-bottom: 4.375rem;
  }
  .features__header {
    max-width: 300px;
  }
  [dir] .features__header {
    margin-bottom: 3.5rem;
  }
  .features__title {
    font-size: 24px;
    line-height: 30px;
  }
  .features__subtitle {
    font-size: 14px;
    line-height: 24px;
  }
  .feature-box__title {
    font-size: 18px;
    line-height: 30px;
  }
  .feature-box__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .stock-feature-title {
    width: auto;
  }
  .stock-feature-subtitle.section-subtitle--narrow {
    min-width: unset;
  }
}
/*
==================================================
Partners
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
[dir] .partners {
  background-color: #98C838;
}

.partners__wrapper {
  height: 128px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.partners__items {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  flex: 0 0 75%;
}

[dir] .partners__item {
  cursor: pointer;
}

.partners__item img {
  opacity: 0.5;
  transition: all 0.3s ease;
}

.partners__items img:hover {
  opacity: 1;
}

.partners__heading {
  flex: 0 0 25%;
}

.partners__title {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
/*@include max(laptop-sm) {
  .partners__wrapper {
    max-width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
}*/
@media only screen and (max-width: 767px) {
  .partners__wrapper {
    flex-direction: column;
    height: auto;
    gap: 1rem;
  }
  [dir] .partners__wrapper {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .partners__item img {
    max-width: 50px;
  }
}
@media only screen and (max-width: 319px) {
  .partners__item img {
    max-width: 48px;
  }
}
/*
==================================================
Partners
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
[dir] .testimonials {
  padding-top: 5rem;
}

.testimonials__item {
  height: 378px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonials__sign {
  width: 104px;
  height: 104px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  top: 52px;
}

[dir] .testimonials__sign {
  background-color: #e0eee1;
  border-radius: 50%;
  border: 5px solid #eef5fe;
}

.testimonials__box {
  height: 325px;
  flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

[dir] .testimonials__box {
  background-color: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
  padding-top: 84px;
  border-radius: 1rem;
}

[dir=ltr] .testimonials__box {
  padding-left: 30px;
  padding-right: 30px;
}

[dir=rtl] .testimonials__box {
  padding-right: 30px;
  padding-left: 30px;
}

.testimonials__text {
  color: #2A3E5C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

[dir] .testimonials__text {
  margin-bottom: 2rem;
}

.testimonials__author {
  color: #2A3E5C;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.4px;
}

[dir] .testimonials .swiper-wrapper {
  padding-bottom: 160px;
}

.testimonials__item--alt {
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.testimonials__item--alt .testimonials__sign {
  top: -52px;
}

[dir] .testimonials__item--alt .testimonials__box {
  padding-top: 38px;
  padding-bottom: 84px;
}

.testimonials .swiper-slide {
  visibility: hidden;
}

.testimonials .swiper-slide-visible {
  visibility: visible;
}

.testimonials-slider-navigation {
  width: 70px;
  height: 70px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  top: 200px;
  z-index: 2;
}

[dir] .testimonials-slider-navigation {
  cursor: pointer;
}

[dir=ltr] .testimonials-slider-navigation--prev {
  left: -7%;
}

[dir=rtl] .testimonials-slider-navigation--prev {
  right: -7%;
}

[dir=ltr] .testimonials-slider-navigation--next {
  right: -7%;
}

[dir=rtl] .testimonials-slider-navigation--next {
  left: -7%;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 1365px) {
  .testimonials-slider-navigation {
    display: none;
  }
}
/*
==================================================
Awards
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.awards__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
}
[dir] .awards__item {
  text-align: center;
}

.awards__item-title {
  color: #172B4D;
  font-weight: 700;
  font-size: 16px;
}

.awards__item-subtitle {
  color: #172B4D;
  font-weight: 500;
  font-size: 14px;
}

.awards__item-info {
  color: #8399C2;
  font-weight: 500;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
/*
==================================================
Articles
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
[dir] .articles {
  padding-top: 80px;
  padding-bottom: 40px;
}

.articles__title {
  color: #172B4D;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

[dir] .articles__title {
  text-align: center;
}

.articles__subtitle {
  width: 100%;
  max-width: 524px;
  color: #2A3E5C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

[dir] .articles__subtitle {
  text-align: center;
}

[dir=ltr] .articles__subtitle {
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .articles__subtitle {
  margin-right: auto;
  margin-left: auto;
}

.articles__wrapper {
  display: flex;
  height: 450px;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1140px;
}

[dir=ltr] .articles__wrapper {
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .articles__wrapper {
  margin-right: auto;
  margin-left: auto;
}

.article-summary {
  display: flex;
  max-width: 364px;
  height: 478px;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

[dir] .article-summary {
  padding: 27px 24px;
  border: 1px solid #D9DBE3;
  background: #FFF;
}

[dir=ltr] .article-summary {
  border-radius: 0 1.5rem 1.5rem 1.5rem;
}

[dir=rtl] .article-summary {
  border-radius: 1.5rem 0 1.5rem 1.5rem;
}

.article-summary__heading {
  color: #2A3E5C;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  min-height: 78px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article-summary__excerpt {
  position: relative;
  color: #2A3E5C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  height: 95px;
}

[dir] .article-summary__excerpt {
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-align: justify;
}

.article-summary__action {
  position: absolute;
  bottom: -25px;
  width: 50px;
  height: 50px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

[dir] .article-summary__action {
  background-color: rgba(204, 222, 255, 0.2);
  border-radius: 50%;
}

[dir=ltr] .article-summary__action {
  right: 0;
}

[dir=rtl] .article-summary__action {
  left: 0;
}

.article-summary__media {
  width: 100%;
  height: 190px;
}

.article-summary__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  .articles__wrapper {
    flex-direction: column;
    height: auto;
  }
  [dir] .articles {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .articles__title {
    font-size: 24px;
    line-height: 30px;
  }
  .articles__subtitle {
    font-size: 14px;
    line-height: 24px;
  }
  .article-summary__heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .article-summary {
    height: auto;
  }
  [dir] .article-summary {
    padding: 1.5rem;
  }
  .article-summary__heading {
    min-height: auto;
  }
  .article-summary__excerpt {
    height: auto;
  }
  [dir] .article-summary__excerpt {
    margin-bottom: 0;
  }
  .article-summary__action {
    display: none;
  }
}
/*
==================================================
Mini FAQ
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
[dir] .mini-faq {
  padding-bottom: 80px;
  padding-top: 80px;
  background-color: rgba(204, 204, 204, 0.3);
}

.mini-faq__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mini-faq__headings,
.mini-faq__items {
  width: 100%;
  max-width: 530px;
}

.mini-faq__title {
  color: #172B4D;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  position: relative;
  z-index: 2;
}

.mini-faq__title .text-focus-stock::before {
  width: calc(100% - 48px);
}

[dir=ltr] .mini-faq__title .text-focus-stock::before {
  left: 0;
}

[dir=rtl] .mini-faq__title .text-focus-stock::before {
  right: 0;
}

.mini-faq__subtitle {
  color: #2A3E5C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mini-faq__items .accordion-button {
  color: #2A3E5C;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  justify-content: space-between;
  align-items: flex-start;
}

.mini-faq__items .accordion-body {
  color: #545454;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

[dir] .mini-faq__items .accordion-body {
  padding-bottom: 0;
  padding-top: 0;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  .mini-faq__wrapper {
    flex-direction: column;
    gap: 1rem;
  }
  [dir] .mini-faq {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .mini-faq__title {
    font-size: 24px;
    line-height: 30px;
  }
  .mini-faq__items .accordion-button {
    font-size: 1rem;
  }
}
/*
==================================================
Apps Info
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
[dir] .apps-info {
  padding-bottom: 80px;
  padding-top: 80px;
}

.app-info__banners,
.apps-info__wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.apps-info__markets {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 274px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

[dir=ltr] .apps-info__markets {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .apps-info__markets {
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.apps-info__content {
  width: 100%;
  max-width: 584px;
}

.apps-info__aside {
  width: 100%;
  max-width: 348px;
  min-height: 488px;
  position: relative;
}

.apps-info__title {
  color: #172B4D;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

[dir] .apps-info__title {
  margin-bottom: 2.5rem;
}

.apps-info__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s ease;
}

[dir] .apps-info__item {
  padding: 24px;
  border-bottom: 3px solid transparent;
}

.apps-info__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}

[dir=ltr] .apps-info__icon {
  margin-right: 16px;
}

[dir=rtl] .apps-info__icon {
  margin-left: 16px;
}

.apps-info__icon path {
  fill: #000;
  transition: all 0.3s ease;
}

.apps-info__description {
  font-weight: 400;
  line-height: 24px;
  color: #2A3E5C;
}

.apps-info__item--active .apps-info__icon path {
  fill: #3CF985;
}

[dir] .apps-info__item--active {
  border-bottom: 3px solid #3CF985;
}

.apps-info__media {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out;
}

[dir] .apps-info__media {
  margin-bottom: 30px;
}

[dir=ltr] .apps-info__media {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .apps-info__media {
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.apps-info__media.visible {
  opacity: 1;
  visibility: visible;
}

/*
--------------------------------------------------
Banners
--------------------------------------------------
*/
.apps-info__banners {
  width: 100%;
  max-width: 1164px;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 3rem;
}
[dir] .apps-info__banners {
  margin-bottom: 80px;
}
[dir=ltr] .apps-info__banners {
  margin-left: auto;
  margin-right: auto;
}
[dir=rtl] .apps-info__banners {
  margin-right: auto;
  margin-left: auto;
}

.apps-banner {
  width: 100%;
  max-width: 558px;
  height: 362px;
  overflow: hidden;
  position: relative;
}

[dir] .apps-banner {
  padding: 2rem;
}

[dir=ltr] .apps-banner {
  border-radius: 0px 16px 16px 16px;
}

[dir=rtl] .apps-banner {
  border-radius: 16px 0px 16px 16px;
}
.apps-banner--type-1 {
  background: linear-gradient(246.81deg, #0F2144 9.16%, #0B65A4 66.99%);
}
[dir] .apps-banner--type-2 {
  background-color: rgba(217, 231, 246, 0.39);
}

.apps-banner--type-1:before {
  content: "";
  position: absolute;
  top: 0;
  width: 221px;
  height: 209px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

[dir] .apps-banner--type-1:before {
  background-image: url("../bundle/images/pattern-1.png");
  background-repeat: no-repeat;
}

[dir=ltr] .apps-banner--type-1:before {
  right: 0;
}

[dir=rtl] .apps-banner--type-1:before {
  left: 0;
}

.apps-banner--type-2 .apps-banner__media {
  bottom: 20px;
}

[dir=ltr] .apps-banner--type-2 .apps-banner__media {
  right: 15px;
}

[dir=rtl] .apps-banner--type-2 .apps-banner__media {
  left: 15px;
}

.apps-banner--type-2:before {
  content: "";
  position: absolute;
  top: 0;
  width: 226px;
  height: 213px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

[dir] .apps-banner--type-2:before {
  background-image: url("../bundle/images/pattern-2.png");
  background-repeat: no-repeat;
}

[dir=ltr] .apps-banner--type-2:before {
  right: 0;
}

[dir=rtl] .apps-banner--type-2:before {
  left: 0;
}

.apps-banner__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

[dir] .apps-banner__title {
  margin-bottom: 1rem;
}

.apps-banner__subtitle {
  font-weight: 400;
  line-height: 24px;
}

[dir] .apps-banner__subtitle {
  margin-bottom: 1rem;
}

.apps-banner--type-1 .apps-banner__title,
.apps-banner--type-1 .apps-banner__subtitle {
  color: #fff;
  width: 100%;
  max-width: 300px;
  position: relative;
  z-index: 2;
}

.apps-banner__action {
  position: relative;
  z-index: 2;
}

.apps-banner--type-2 .apps-banner__title,
.apps-banner--type-2 .apps-banner__subtitle {
  color: #172B4D;
  width: 100%;
  max-width: 390px;
}

.apps-banner__media {
  position: absolute;
  bottom: 0;
}

[dir=ltr] .apps-banner__media {
  right: 0;
}

[dir=rtl] .apps-banner__media {
  left: 0;
}

.apps-info__title--alt {
  display: none;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  .apps-info__banners {
    flex-direction: column;
  }
  [dir] .apps-info__banners {
    margin-bottom: 3rem;
  }
  .apps-info__wrapper {
    flex-direction: column-reverse;
  }
  .apps-info__title {
    display: none;
  }
  .apps-info__title--alt {
    display: block;
    font-size: 20px;
  }
  [dir] .apps-info__title--alt {
    text-align: center;
    margin-bottom: 2rem;
  }
  .apps-info__media {
    max-width: 242px;
    display: block;
  }
  [dir=ltr] .apps-info__media {
    margin-left: auto;
    margin-right: auto;
  }
  [dir=rtl] .apps-info__media {
    margin-right: auto;
    margin-left: auto;
  }
  [dir] .apps-info__aside {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .apps-banner {
    height: 420px;
    max-width: 376px;
  }
  .apps-banner__title {
    font-size: 20px;
    position: relative;
    z-index: 1;
  }
  [dir] .apps-banner__title {
    margin-bottom: 0.5rem;
  }
  .apps-banner__subtitle {
    font-size: 14px;
    position: relative;
    z-index: 1;
  }
  [dir] .apps-banner__subtitle {
    margin-bottom: 0.5rem;
  }
  .apps-banner--type-1 .apps-banner__media {
    width: 240px;
  }
  .apps-banner--type-2 .apps-banner__media {
    width: 218px;
  }
  .apps-info__description {
    font-size: 14px;
  }
}
/*
==================================================
Dashboard Features
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.dashboard-features {
  width: 100%;
  max-width: 1142px;
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
[dir=ltr] .dashboard-features {
  margin-left: auto;
  margin-right: auto;
}
[dir=rtl] .dashboard-features {
  margin-right: auto;
  margin-left: auto;
}

.dashboard-features__content {
  width: 577px;
}

.dashboard-features__media {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 566px;
  height: 419px;
}

[dir] .dashboard-features__media {
  background-color: #2A3E5C;
}

[dir=ltr] .dashboard-features__media {
  border-radius: 16px 0 16px 16px;
}

[dir=rtl] .dashboard-features__media {
  border-radius: 0 16px 16px 16px;
}

.dashboard-features__image {
  z-index: 1;
}

.dashboard-features__media::before {
  content: "";
  position: absolute;
  width: 217px;
  height: 203px;
  bottom: 0;
}

[dir] .dashboard-features__media::before {
  background: url("../bundle/images/pattern-6.png") no-repeat;
}

[dir=ltr] .dashboard-features__media::before {
  left: 0;
}

[dir=rtl] .dashboard-features__media::before {
  right: 0;
}

.dashboard-features__media::after {
  content: "";
  position: absolute;
  width: 217px;
  height: 203px;
  top: 0;
}

[dir] .dashboard-features__media::after {
  background: url("../bundle/images/pattern-7.png") no-repeat;
}

[dir=ltr] .dashboard-features__media::after {
  right: 0;
}

[dir=rtl] .dashboard-features__media::after {
  left: 0;
}

.dashboard-features__content .dashboard-features__title {
  font-size: 2rem;
  font-weight: 700;
  color: #172B4D;
}

[dir] .dashboard-features__content .dashboard-features__title {
  margin-bottom: 1rem;
}

.dashboard-features__subtitle {
  font-weight: 400;
  color: #2A3E5C;
}

[dir] .dashboard-features__subtitle {
  margin-bottom: 1rem;
}

.dashboard-features__content .dashboard-features__list {
  list-style: none;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

[dir] .dashboard-features__content .dashboard-features__list {
  margin-bottom: 0;
}

[dir=ltr] .dashboard-features__content .dashboard-features__list {
  padding-left: 0;
  padding-left: 0;
}

[dir=rtl] .dashboard-features__content .dashboard-features__list {
  padding-right: 0;
  padding-right: 0;
}

.dashboard-features__item {
  display: flex;
  align-items: center;
}

[dir] .dashboard-features__item:not(:last-child) {
  margin-bottom: 25x;
}

.dashboard-features__item-number {
  max-width: 47px;
  width: 100%;
  height: 47px;
  color: #00DBEB;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

[dir] .dashboard-features__item-number {
  border: 2px solid #00DBEB;
  border-radius: 50%;
}

[dir=ltr] .dashboard-features__item-number {
  margin-right: 12px;
}

[dir=rtl] .dashboard-features__item-number {
  margin-left: 12px;
}

.dashboard-features__item-title {
  font-weight: 700;
}

[dir] .dashboard-features__item-title {
  margin-bottom: 0.5rem;
}

.dashboard-features__item-detail .dashboard-features__item-subtitle {
  font-weight: 500;
}

[dir] .dashboard-features__item-detail .dashboard-features__item-subtitle {
  margin: 0;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  .dashboard-features {
    flex-direction: column;
  }
  [dir] .dashboard-features__title {
    text-align: center;
  }
  .dashboard-features__content {
    width: 100%;
    max-width: 577px;
  }
  .dashboard-features__media {
    width: 100%;
    max-width: 566px;
  }
}
/*
==================================================
ETF Plans
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.etf-plans {
  width: 100%;
  max-width: 1138px;
  display: flex;
  align-items: center;
  gap: 26px;
}
[dir=ltr] .etf-plans {
  margin-left: auto;
  margin-right: auto;
}
[dir=rtl] .etf-plans {
  margin-right: auto;
  margin-left: auto;
}

/*
--------------------------------------------------
ETF Plan
--------------------------------------------------
*/
.etf-plan {
  width: 265px;
  min-height: 464px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  transition: all 0.3s ease;
}
[dir] .etf-plan {
  padding: 3rem 2rem;
  border-radius: 1rem;
  background-color: #e6e6e6;
}

.etf-plan__header-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.etf-plan__title,
.etf-plan__subtitle {
  color: #2A3E5C;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}

[dir] .etf-plan__title, [dir] .etf-plan__subtitle {
  text-align: center;
}

.etf-plan__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
}

[dir] .etf-plan__info {
  margin-bottom: 1rem;
}

.etf-plan__info-item {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #172B4D;
  align-items: center;
  display: flex;
  flex-direction: row;
  width: 100%;
}

.etf-plan__info-item:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

[dir] .etf-plan__info-item:before {
  background-image: url('data:image/svg+xml,<svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.884 1.36104C9.95269 0.574966 8.59028 0.574967 7.65897 1.36104L6.81081 2.07692C6.41497 2.41102 5.92513 2.61394 5.40898 2.65759L4.30303 2.75111C3.08866 2.85381 2.1253 3.81717 2.0226 5.03155L1.92907 6.1375C1.88542 6.65365 1.68251 7.14349 1.34841 7.53934L0.632522 8.38749C-0.15355 9.3188 -0.153548 10.6812 0.632522 11.6125L1.34841 12.4607C1.68251 12.8565 1.88542 13.3464 1.92907 13.8625L2.0226 14.9685C2.1253 16.1829 3.08866 17.1462 4.30303 17.2489L5.40898 17.3424C5.92513 17.3861 6.41497 17.589 6.81082 17.9231L7.65897 18.639C8.59028 19.425 9.95269 19.425 10.884 18.639L11.7321 17.9231C12.128 17.589 12.6179 17.3861 13.134 17.3424L14.24 17.2489C15.4544 17.1462 16.4177 16.1829 16.5204 14.9685L16.6139 13.8625C16.6576 13.3464 16.8605 12.8565 17.1946 12.4607L17.9105 11.6125C18.6965 10.6812 18.6965 9.3188 17.9105 8.38749L17.1946 7.53932C16.8605 7.14349 16.6576 6.65365 16.6139 6.1375L16.5204 5.03155C16.4177 3.81717 15.4544 2.85381 14.24 2.75111L13.134 2.65759C12.6179 2.61394 12.128 2.41102 11.7321 2.07692L10.884 1.36104ZM13.8175 8.29555C14.2569 7.85621 14.2569 7.1439 13.8175 6.70456C13.3782 6.26521 12.6659 6.26521 12.2265 6.70456L8.02202 10.9091L6.31752 9.20456C5.87818 8.76521 5.16587 8.76521 4.72653 9.20456C4.28718 9.6439 4.28718 10.3562 4.72653 10.7956L7.22653 13.2955C7.66587 13.7349 8.37818 13.7349 8.81752 13.2955L13.8175 8.29555Z" fill="%232A3E5C"/></svg>');
  background-repeat: no-repeat;
  background-size: 100%;
}

[dir=ltr] .etf-plan__info-item:before {
  margin-right: 0.5rem;
}

[dir=rtl] .etf-plan__info-item:before {
  margin-left: 0.5rem;
}

.etf-plan__toggle-icon {
  transition: all 0.3s ease;
}

.etf-plan__media {
  width: 50px;
  height: 50px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.etf-plan__icon {
  max-width: 48px;
  height: auto;
  display: block;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (min-width: 1200px) {
  .etf-plan__toggle-icon {
    display: none;
  }
  .etf-plan__body {
    display: block !important;
  }
}
@media only screen and (max-width: 1199px) {
  .etf-plans {
    flex-direction: column;
  }
  .etf-plan {
    width: 100%;
    height: auto;
    min-height: auto;
  }
  [dir] .etf-plan {
    padding: 1rem 1.5rem;
  }
  [dir=ltr] .etf-plan__header[aria-expanded=true] .etf-plan__toggle-icon {
    transform: rotate(-180deg);
  }
  [dir=rtl] .etf-plan__header[aria-expanded=true] .etf-plan__toggle-icon {
    transform: rotate(180deg);
  }
  .etf-plan__header {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .etf-plan__title,
  .etf-plan__subtitle {
    font-size: 20px;
    line-height: 30px;
  }
  [dir=ltr] .etf-plan__title, [dir=ltr] .etf-plan__subtitle {
    text-align: right;
  }
  [dir=rtl] .etf-plan__title, [dir=rtl] .etf-plan__subtitle {
    text-align: left;
  }
  .etf-plan__media {
    display: none;
  }
}
/*
==================================================
Trading Accounts
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.etf-funds {
  width: 100%;
  max-width: 1142px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
[dir=ltr] .etf-funds {
  margin-left: auto;
  margin-right: auto;
}
[dir=rtl] .etf-funds {
  margin-right: auto;
  margin-left: auto;
}

.etf-funds__title {
  color: #172B4D;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}

.etf-funds__subtitle {
  color: #2A3E5C;
  font-size: 20px;
  font-weight: 400;
}

.etf-funds__media {
  width: 100%;
  flex-shrink: 0;
  max-width: 460px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.etf-funds__content {
  flex-shrink: 0;
  max-width: 520px;
}

.etf-funds__info-list {
  max-width: 420px;
}

[dir] .etf-funds__info-list {
  margin-bottom: 1.5rem;
}

[dir] .etf-funds__info-list .etf-funds__info-list-item:not(:last-child) {
  margin-bottom: 1rem;
}

.etf-funds__info {
  color: #2A3E5C;
  position: relative;
}

[dir=ltr] .etf-funds__info {
  padding-left: 46px;
}

[dir=rtl] .etf-funds__info {
  padding-right: 46px;
}

.etf-funds__info::before {
  content: "";
  width: 36px;
  height: 36px;
  display: inline-flex;
  position: absolute;
}

[dir] .etf-funds__info::before {
  background-color: #E7EFFF;
  border-radius: 50%;
}

[dir=ltr] .etf-funds__info::before {
  left: 0;
}

[dir=rtl] .etf-funds__info::before {
  right: 0;
}

.etf-funds__info::after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-flex;
  position: absolute;
  top: 11px;
}

[dir] .etf-funds__info::after {
  background-color: #172B4D;
  border-radius: 50%;
}

[dir=ltr] .etf-funds__info::after {
  left: 11px;
}

[dir=rtl] .etf-funds__info::after {
  right: 11px;
}

.etf-funds__info-label {
  font-weight: 700;
}

.etf-funds__info-data {
  font-weight: 400;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 991px) {
  .etf-funds {
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem;
  }
  [dir] .etf-funds__content {
    text-align: justify;
  }
  .etf-funds__title {
    font-size: 20px;
  }
  .etf-funds__subtitle {
    font-size: 18px;
  }
  .etf-funds__media {
    width: 100%;
    max-width: 460px;
    height: auto;
  }
  .etf-funds__info-data {
    font-size: 14px;
  }
}
/*
==================================================
Global Stocks
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.global-stocks__head {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
[dir] .global-stocks__head {
  margin: auto;
  text-align: center;
}

.global-stocks__title {
  font-size: 32px;
  font-weight: bold;
}

.global-stocks__subtitle {
  font-size: 1rem;
  font-weight: 400;
  width: 600px;
  max-width: 100%;
}

[dir] .global-stocks__subtitle {
  margin: 0;
}

.global-stocks__body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 32px 24px;
}

.global-stock__item {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 267px;
}

[dir] .global-stock__item {
  padding: 40px 16px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}

.global-stock__item-icon {
  width: 40px;
  height: 40px;
}

[dir] .global-stock__item-icon {
  border-radius: 12px;
  background-color: #f3f3f4;
}

[dir=ltr] .global-stock__item-icon {
  margin-left: 1rem;
}

[dir=rtl] .global-stock__item-icon {
  margin-right: 1rem;
}

[dir] .energy-page .global-stock__item-icon, [dir] .crypto-page .global-stock__item-icon {
  background: none;
}

.global-stock__item-name {
  color: #172B4D;
  font-size: 1rem;
  font-weight: bold;
}

[dir=ltr] .global-stock__item-name {
  text-align: right;
}

[dir=rtl] .global-stock__item-name {
  text-align: left;
}

[dir] .global-stocks__footer {
  text-align: center;
}

.global-stocks__link {
  width: 174px;
  height: 40px;
  color: #fff;
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
}

[dir] .global-stocks__link {
  background-color: #172B4D;
  border-radius: 8px;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 767px) {
  .global-stocks__body {
    row-gap: 1.5rem;
  }
  .global-stock__item {
    width: 250px;
  }
}
@media only screen and (max-width: 575px) {
  .global-stock__item {
    width: 100%;
  }
  .global-stocks__title {
    font-size: 24px;
  }
  .global-stocks__subtitle {
    font-size: 14px;
  }
}
@media only screen and (max-width: 424px) {
  .global-stocks__subtitle {
    width: auto;
  }
}
/*
==================================================
Stock Funds
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.stock-funds__section {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 535px;
}
[dir] .stock-funds__section {
  background-color: rgba(235, 243, 255, 0.4);
}

[dir] .about-us-page .stock-funds__section {
  background-color: #fff;
}

[dir] .about-us-page .stock-funds__section.financial-transparency {
  background-color: rgba(204, 222, 255, 0.39);
}

.stock-funds {
  width: 100%;
  max-width: 1142px;
  display: flex;
  align-items: center;
  gap: 192px;
}

[dir=ltr] .stock-funds {
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .stock-funds {
  margin-right: auto;
  margin-left: auto;
}

.stock-funds__content {
  position: relative;
  width: 550px;
}

.stock-funds__title {
  position: relative;
  color: #172B4D;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  z-index: 2;
}

[dir] .stock-funds__description {
  margin-bottom: 32px;
}

.stock-funds__btn {
  font-size: 18px;
  font-weight: bold;
}

[dir=ltr] .stock-funds__btn-icon {
  margin-left: 11px;
}

[dir=rtl] .stock-funds__btn-icon {
  margin-right: 11px;
}

[dir=ltr] .stock-funds__title .text-focus-stock::before {
  left: 0;
}

[dir=rtl] .stock-funds__title .text-focus-stock::before {
  right: 0;
}

.stock-funds__description {
  color: #2A3E5C;
  line-height: 24px;
  font-weight: 400;
}

.stock-funds__media {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 396px;
  height: 264px;
  flex-shrink: 0;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 991px) {
  .stock-funds__section {
    height: auto;
  }
  [dir] .stock-funds__section {
    padding: 48px 0;
  }
  .stock-funds {
    flex-direction: column-reverse;
    gap: 24px;
  }
  [dir] .stock-funds {
    text-align: center;
  }
  .stock-funds__content {
    width: 100%;
  }
  .stock-funds__media {
    width: auto;
  }
}
@media only screen and (max-width: 575px) {
  .stock-funds__title {
    font-size: 24px;
  }
  .stock-funds__description {
    font-size: 14px;
  }
}
/*
==================================================
Forex Steps
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
[dir] .forex-steps {
  background-color: #586883;
  padding-top: 80px;
  padding-bottom: 80px;
}

.forex-steps__head {
  color: #fff;
}

[dir] .forex-steps__head {
  margin-bottom: 60px;
  text-align: center;
}

.forex-steps__title {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

[dir] .forex-steps__title {
  margin-bottom: 16px;
}

.forex-steps__subtitle {
  font-size: 16px;
}

.forex-steps__wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
}

.forex-steps__item {
  width: 358px;
  height: 258px;
}

[dir] .forex-steps__item {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.12);
  padding: 32px 24px;
}

[dir] .forex-steps__item-number {
  margin-bottom: 1rem;
}

.forex-steps__item-title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

[dir] .forex-steps__item-title {
  margin-bottom: 0.5rem;
}

.forex-steps__item-subtitle {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

/*
--------------------------------------------------
ETF Steps
--------------------------------------------------
*/
.etf-page .forex-steps__item-title {
  font-size: 20px;
}

.etf-page .forex-steps__item-subtitle {
  font-size: 14px;
}

.etf-page .forex-steps__item {
  width: 266px;
  height: 234px;
}

/*
--------------------------------------------------
Variations
--------------------------------------------------
*/
.step--no-swap {
  max-width: 268px;
  height: 260px;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  .forex-steps__item-title {
    font-size: 20px;
  }
  .forex-steps__item-subtitle {
    font-size: 14px;
  }
  .forex-steps__wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .forex-steps__item {
    width: 100%;
    height: auto;
  }
}
/*
==================================================
Global Stocks
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
[dir] .begin-crypto {
  padding: 66px 0;
  background-color: #EBF3FF;
}

.begin-crypto__detail {
  width: 840px;
}

[dir] .begin-crypto__detail {
  text-align: center;
  margin: 0 auto;
}

.begin-crypto__title {
  position: relative;
  color: #172B4D;
  font-weight: bold;
  z-index: 2;
}

[dir] .begin-crypto__title {
  margin-bottom: 18px;
}

.begin-crypto__description {
  color: #2A3E5C;
  font-weight: 300;
}

[dir] .begin-crypto__description {
  margin-bottom: 32px;
}

[dir=ltr] .metals-page .begin-crypto__description {
  text-align: left;
}

[dir=rtl] .metals-page .begin-crypto__description {
  text-align: right;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 991px) {
  .begin-crypto__detail {
    width: auto;
  }
}
/*
==================================================
Features
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.ticker-symbols__head {
  width: 594px;
}
[dir] .ticker-symbols__head {
  margin: 0 auto 48px;
  text-align: center;
}

.ticker-symbols__title {
  font-weight: bold;
  color: #172B4D;
}

[dir] .ticker-symbols__title {
  margin-bottom: 48px;
}

.ticker-symbols__subtitle {
  font-size: 16px;
  font-weight: 300;
  color: #2A3E5C;
}

.ticker-symbols__content {
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
  flex-wrap: wrap;
  gap: 48px 24px;
  justify-content: flex-end;
  max-width: 1140px;
}

[dir] .ticker-symbols__content {
  margin: auto;
}

.ticker-symbol__list {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 0 24px;
}

.ticker-symbol__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 364px;
  height: 436px;
  transition: all 0.3s ease;
}

[dir] .ticker-symbol__item {
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #D9DBE3;
  text-align: center;
}

[dir] .ticker-symbol__item:hover {
  border-color: transparent;
  box-shadow: 0 50px 59px 0 rgba(0, 0, 0, 0.04);
}

.ticker-symbol__body {
  width: 289px;
  height: 362px;
}

.ticker-symbol__title {
  font-size: 24px;
  font-weight: 700;
  color: #000E45;
}

[dir] .ticker-symbol__title {
  margin: 15px 0;
}

.ticker-symbol__description {
  font-size: 16px;
  font-weight: 400;
  color: #6d6d6d;
}

.ticker-symbol__footer {
  width: 100%;
}

.ticker-symbol__link {
  display: block;
  color: #fff;
}

[dir] .ticker-symbol__link {
  padding: 6px 0;
  background-color: #98C838;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
}

.ticker-symbol__icon-wrapper {
  width: 4.75rem;
  height: 4.75rem;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

[dir] .ticker-symbol__icon-wrapper {
  border-radius: 50%;
  background-color: #0B65A4;
}

[dir=ltr] .ticker-symbol__icon-wrapper {
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .ticker-symbol__icon-wrapper {
  margin-right: auto;
  margin-left: auto;
}

.ticker-symbol__icon {
  max-width: 45px;
  max-height: 45px;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  .ticker-symbol__item {
    width: 324px;
    height: 396px;
  }
}
@media only screen and (max-width: 767px) {
  .ticker-symbols__head {
    width: auto;
  }
  .ticker-symbol__item {
    width: 100%;
    height: auto;
    gap: 1rem;
  }
  [dir] .ticker-symbol__item {
    padding: 1.25rem;
  }
  .ticker-symbols__subtitle,
  .ticker-symbol__description {
    font-size: 14px;
  }
  .ticker-symbol__body {
    height: auto;
    width: auto;
  }
  .ticker-symbols__content {
    row-gap: 1rem;
  }
}
/*
==================================================
Begin ETF
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
[dir] .begin-etf {
  padding: 80px 0;
}

.begin-etf__wrapper {
  position: relative;
  min-height: 390px;
  gap: 2rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

[dir] .begin-etf__wrapper {
  border-radius: 8px;
  background-image: url("../bundle/images/general-banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  margin: 0 auto;
  padding: 1rem;
}

.begin-etf__title {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
}

.begin-etf__description {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  max-width: 500px;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 991px) {
  .begin-crypto__detail {
    width: auto;
  }
  [dir] .begin-etf__wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .begin-etf__title {
    font-size: 18px;
  }
  .begin-etf__description {
    font-size: 14px;
  }
}
/*
==================================================
Platform Download Banner
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.platform-download-banner {
  position: relative;
  overflow: hidden;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
}
[dir] .platform-download-banner {
  padding: 3rem;
}
[dir=ltr] .platform-download-banner {
  background: linear-gradient(246.81deg, #0F2144 9.16%, #0B65A4 66.99%);
  border-radius: 0px 16px 16px 16px;
}
[dir=rtl] .platform-download-banner {
  background: linear-gradient(-246.81deg, #0F2144 9.16%, #0B65A4 66.99%);
  border-radius: 16px 0px 16px 16px;
}

.platform-download-banner:before {
  content: "";
  position: absolute;
  top: 0;
  width: 221px;
  height: 209px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

[dir] .platform-download-banner:before {
  background-image: url("../bundle/images/pattern-1.png");
  background-repeat: repeat;
}

[dir=ltr] .platform-download-banner:before {
  left: 0;
  right: 0;
}

[dir=rtl] .platform-download-banner:before {
  right: 0;
  left: 0;
}

.platform-download-banner__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
  position: relative;
  z-index: 2;
  max-width: 65%;
}

.platform-download-banner__media {
  max-width: 200px;
  flex-shrink: 0;
}

.platform-download-banner__title {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}

.platform-download-banner__description {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 991px) {
  .platform-download-banner {
    flex-direction: column-reverse;
  }
  [dir] .platform-download-banner {
    padding: 1.25rem;
  }
  .platform-download-banner__content {
    max-width: 100%;
  }
  .platform-download-banner__title {
    font-size: 24px;
  }
  [dir] .platform-download-banner__description {
    text-align: justify;
  }
}
/*
==================================================
Platform Versions
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.platform-versions {
  width: 100%;
  max-width: 1135px;
  display: flex;
  align-items: center;
  gap: 60px;
}
[dir=ltr] .platform-versions {
  margin-left: auto;
  margin-right: auto;
}
[dir=rtl] .platform-versions {
  margin-right: auto;
  margin-left: auto;
}

.platform-versions--invert {
  flex-direction: row-reverse;
}

.platform-versions__title {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  color: #172B4D;
}

[dir] .platform-versions__title {
  text-align: center;
}

[dir=ltr] .platform-versions__title {
  text-align: left;
}

[dir=rtl] .platform-versions__title {
  text-align: right;
}

.platform-versions__actions {
  width: 100%;
  max-width: 368px;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.platform-versions__action {
  display: flex;
  width: 172px;
  height: 69px;
  justify-content: center;
  align-items: center;
  gap: 11px;
  color: #172B4D;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.3s ease;
}

[dir] .platform-versions__action {
  padding: 18px 21px;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.platform-versions__action:hover {
  color: #fff;
}

[dir] .platform-versions__action:hover {
  background-color: #0B65A4;
}

.platform-versions__action:hover svg path {
  fill: #fff;
}

[dir] .platform-versions__list ul {
  margin-top: 0;
  margin-bottom: 1.5rem !important;
}

[dir=ltr] .platform-versions__list ul {
  padding-left: 2rem;
}

[dir=rtl] .platform-versions__list ul {
  padding-right: 2rem;
}

[dir] .platform-versions__list ul li {
  margin-bottom: 0.5rem !important;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  .platform-versions {
    flex-direction: column-reverse;
    gap: 1rem;
  }
  [dir] .platform-versions__content {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .platform-versions__title {
    font-size: 24px;
  }
  .platform-versions__info-list,
  .platform-versions__content ul,
  .platform-versions__subtitle {
    font-size: 14px;
  }
  [dir] .platform-versions__info-list, [dir] .platform-versions__content ul, [dir] .platform-versions__subtitle {
    text-align: justify;
  }
  [dir=ltr] .platform-versions__content ul {
    padding-left: 1rem;
  }
  [dir=rtl] .platform-versions__content ul {
    padding-right: 1rem;
  }
  .platform-versions__actions {
    justify-content: center;
  }
  [dir=ltr] .platform-versions__actions {
    margin-left: auto;
    margin-right: auto;
  }
  [dir=rtl] .platform-versions__actions {
    margin-right: auto;
    margin-left: auto;
  }
  .platform-versions__action {
    width: 100%;
  }
  .platform-versions__media {
    max-height: 250px;
  }
}
/*
==================================================
Platform Info
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.platform-info {
  width: 100%;
  max-width: 1140px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
[dir] .platform-info {
  background-color: #112948;
  border-radius: 1rem;
}
[dir=ltr] .platform-info {
  margin-left: auto;
  margin-right: auto;
}
[dir=rtl] .platform-info {
  margin-right: auto;
  margin-left: auto;
}

.platform-info__intro {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  max-width: 774px;
  color: #fff;
}

[dir] .platform-info__intro {
  text-align: center;
  margin-bottom: 3rem;
}

.platform-info__title {
  font-size: 24px;
  font-weight: 700;
}

.platform-info__subtitle {
  font-weight: 400;
  line-height: 30px;
}

.platform-info__boxes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 1.25rem;
}

/*
--------------------------------------------------
Platform Info Box
--------------------------------------------------
*/
.platform-info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 338px;
  gap: 1rem;
}
[dir] .platform-info-box {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.31);
  padding-top: 1.75rem;
}
[dir=ltr] .platform-info-box {
  padding-left: 1.15rem;
  padding-right: 1.15rem;
}
[dir=rtl] .platform-info-box {
  padding-right: 1.15rem;
  padding-left: 1.15rem;
}

.platform-info-box__icon-holder {
  width: 72px;
  height: 72px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-shrink: 0;
}

[dir] .platform-info-box__icon-holder {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
}

.platform-info-box__icon {
  width: 3rem;
  height: 3rem;
}

.platform-info-box__content {
  color: #fff;
}

[dir=ltr] .platform-info-box__content {
  text-align: left;
}

[dir=rtl] .platform-info-box__content {
  text-align: right;
}

.platform-info-box__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

[dir] .platform-info-box__title {
  text-align: center;
}

.platform-info-box__subtitle {
  font-size: 14px;
  font-weight: 400;
}

[dir] .platform-info-box__subtitle {
  margin-bottom: 0;
  text-align: justify;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  .platform-info {
    flex-direction: column;
  }
  [dir] .platform-info {
    padding: 2rem;
  }
  [dir=ltr] .platform-info__intro {
    padding-right: 0;
  }
  [dir=rtl] .platform-info__intro {
    padding-left: 0;
  }
  .platform-info__boxes {
    flex-direction: column;
    gap: 1rem;
  }
  [dir] .platform-info__boxes {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }
  [dir=ltr] .platform-info__boxes {
    padding-left: 0;
    border-left: none;
  }
  [dir=rtl] .platform-info__boxes {
    padding-right: 0;
    border-right: none;
  }
  .platform-info-box {
    max-width: 100%;
    height: auto;
  }
  [dir] .platform-info-box {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  [dir] .platform-info {
    padding: 0;
  }
  [dir] .platform-info__intro {
    margin-bottom: 1rem;
  }
  .platform-info__title {
    font-size: 24px;
  }
  .platform-info__subtitle {
    font-size: 14px;
  }
  [dir] .platform-info__subtitle {
    text-align: justify;
  }
}
/*
==================================================
Account Types table
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
[dir] .account-types {
  padding: 1.5rem 0 5rem;
  margin-top: 80px;
}

[dir=ltr] .accounts-tables_icon {
  margin-right: 0.5rem;
}

[dir=rtl] .accounts-tables_icon {
  margin-left: 0.5rem;
}

.accounts-types__wrapper {
  display: flex;
  width: 100%;
  overflow: hidden;
}

[dir] .accounts-types__wrapper {
  border: 1px solid #D9DBE3;
  border-radius: 16px;
  margin: 0 auto;
}

[dir] .accounts-types__box {
  padding: 1.6rem;
}

[dir=ltr] .accounts-types__box:not(:last-child) {
  border-right: 1px solid #D9DBE3;
}

[dir=rtl] .accounts-types__box:not(:last-child) {
  border-left: 1px solid #D9DBE3;
}

.accounts-types__box.account-type {
  width: 228px;
}

.accounts-types__box.ecn-account,
.accounts-types__box.no-swap-account,
.accounts-types__box.copy-trading-account,
.accounts-types__box.stock-account {
  width: 228px;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.accounts-types__box.ctrader-account {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
}

[dir] .accounts-types__wrapper .accounts-types__box:nth-child(even) {
  background-color: #F8FAFF;
}

.accounts-types__title {
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
}

[dir] .accounts-types__title {
  margin-bottom: 40px;
  text-align: center;
}

.accounts-types__item {
  min-height: 32px;
  font-size: 16px;
}

[dir] .accounts-types__item {
  margin-bottom: 44px;
}

.accounts-types__link {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

[dir=ltr] .accounts-types__box.account-type .accounts-types__item {
  margin-left: 13px;
}

[dir=rtl] .accounts-types__box.account-type .accounts-types__item {
  margin-right: 13px;
}

[dir] .accounts-types__box.ecn-account .accounts-types__item, [dir] .accounts-types__box.no-swap-account .accounts-types__item, [dir] .accounts-types__box.ctrader-account .accounts-types__item, [dir] .accounts-types__box.copy-trading-account .accounts-types__item {
  text-align: center;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 991px) {
  .accounts-types__wrapper-complex {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  [dir] .accounts-types__wrapper-complex {
    border-radius: 0;
  }
  [dir=ltr] .accounts-types__wrapper-complex {
    padding-right: 160px;
  }
  [dir=rtl] .accounts-types__wrapper-complex {
    padding-left: 160px;
  }
  .accounts-types__wrapper-complex .accounts-types__box.ecn-account,
  .accounts-types__wrapper-complex .accounts-types__box.no-swap-account,
  .accounts-types__wrapper-complex .accounts-types__box.copy-trading-account,
  .accounts-types__wrapper-complex .accounts-types__box.stock-account {
    min-width: 160px;
  }
  .accounts-types__wrapper-complex .accounts-types__box.account-type {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 160px;
  }
  [dir] .accounts-types__wrapper-complex .accounts-types__box.account-type {
    background-color: #fff;
  }
  [dir=ltr] .accounts-types__wrapper-complex .accounts-types__box.account-type {
    right: 12px;
    box-shadow: -5px 5px 20px 10px rgba(0, 0, 0, 0.1);
  }
  [dir=rtl] .accounts-types__wrapper-complex .accounts-types__box.account-type {
    left: 12px;
    box-shadow: 5px 5px 20px 10px rgba(0, 0, 0, 0.1);
  }
  [dir] .accounts-types__wrapper-complex .accounts-types__box {
    padding: 1rem;
  }
  .accounts-types__wrapper-complex .accounts-types__item {
    font-size: 12px;
  }
  [dir] .accounts-types__wrapper-complex .accounts-types__item {
    margin-bottom: 1.5rem;
  }
  [dir] .accounts-types__wrapper-complex, [dir] .accounts-types__wrapper-complex .accounts-types__box:not(:last-child) {
    border: none;
  }
  [dir] .accounts-types__wrapper-complex .accounts-types__box.account-type .accounts-types__title {
    margin-bottom: 2rem;
  }
  .accounts-types__wrapper-complex .accounts-tables_icon {
    width: 1.5rem;
  }
  .accounts-tables_icon {
    width: 1.25rem;
  }
  [dir] .account-info__wrapper .account-info__item {
    padding: 0.75rem;
  }
  .account-info__item-title {
    display: flex;
    align-items: center;
  }
  .account-info__box {
    font-size: 12px;
  }
}
/*
==================================================
Account Types table
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
[dir] .account-info {
  padding: 150px 80px;
}

[dir] .account-info--alt {
  background-color: #EBF3FF;
}

[dir] .account-info__head {
  margin-bottom: 46px;
  text-align: center;
}

.account-info__title {
  font-size: 32px;
  font-weight: bold;
  color: #2A3E5C;
}

[dir] .account-info__title {
  margin-bottom: 20px;
}

.account-info__wrapper {
  position: relative;
}

.toggle-btn-icon {
  transition: rotate 0.35s ease;
}

.toggle-btn-icon path {
  stroke: #fff;
}

.account-info__subtitle {
  font-weight: 300;
  color: #000;
}

.account-info__box {
  position: relative;
}

[dir] .account-info__box {
  background-color: #fff;
  border: 1px solid #D9DBE3;
  border-radius: 16px;
  margin: 0 auto;
}

.account-info__wrapper:not(.show) {
  display: block;
  overflow: hidden;
}

.account-info__wrapper:not(.show) .account-info__box {
  height: 358px;
}

.account-info__wrapper:not(.show)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

[dir] .account-info__wrapper:not(.show)::after {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 100%);
}

[dir=ltr] .account-info__wrapper:not(.show)::after {
  right: 0;
  left: 0;
}

[dir=rtl] .account-info__wrapper:not(.show)::after {
  left: 0;
  right: 0;
}

.account-info__item {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 24px;
}

[dir] .account-info__item {
  padding: 16px 90px;
}

[dir] .account-info__item:not(:last-child) {
  border-bottom: 1px solid #D9DBE3;
}

.account-info__item.parts-far {
  justify-content: space-between;
}

.account-info__item-title {
  flex-basis: 15%;
  flex-shrink: 0;
}

[dir] .account-info__item-description {
  text-align: justify;
}

.account-info__toggle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

[dir] .account-info__toggle {
  margin-top: 30px;
}

[dir=ltr] .account-info__toggle button:not(.collapsed) .toggle-btn-icon {
  transform: rotate(180deg);
}

[dir=rtl] .account-info__toggle button:not(.collapsed) .toggle-btn-icon {
  transform: rotate(-180deg);
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
/*
==================================================
Transaction Types table
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
[dir=ltr] .accounts-tables_icon {
  margin-right: 0.5rem;
}
[dir=rtl] .accounts-tables_icon {
  margin-left: 0.5rem;
}

.transaction-types__wrapper {
  display: flex;
  width: 100%;
  overflow-y: auto;
}

[dir] .transaction-types__wrapper {
  border: 1px solid #D9DBE3;
  border-radius: 16px;
}

.transaction-types__wrapper > .transaction-box {
  flex: 1;
  box-sizing: border-box;
  min-width: 190px;
}

[dir] .transaction-box {
  padding-top: 26px;
}

[dir=ltr] .transaction-box:not(:last-child) {
  border-right: 1px solid #D9DBE3;
}

[dir=rtl] .transaction-box:not(:last-child) {
  border-left: 1px solid #D9DBE3;
}

[dir] .transaction-box:nth-child(even) {
  background: linear-gradient(0deg, rgba(242, 242, 242, 0.5) 0%, rgba(242, 242, 242, 0.5) 100%), rgba(242, 242, 242, 0.5);
}

/*
--------------------------------------------------
Boxes Size
--------------------------------------------------
*/
.transaction-box__title {
  font-size: 20px;
  font-weight: bold;
}
[dir] .transaction-box__title {
  margin-bottom: 25px;
  text-align: center;
}

.transaction-types__item {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 73px;
  font-size: 16px;
  gap: 0.5rem;
}

[dir] .transaction-box .transaction-types__item:not(:last-child) {
  border-bottom: 1px solid #D9DBE3;
}

.transaction-types__item .btn-secondary__light {
  width: 135px;
  text-transform: capitalize;
}

.transaction-box.transaction-box__gateway .transaction-types__item {
  justify-content: flex-start;
}

[dir=ltr] .transaction-box.transaction-box__gateway .transaction-types__item {
  padding-left: 2rem;
}

[dir=rtl] .transaction-box.transaction-box__gateway .transaction-types__item {
  padding-right: 2rem;
}

.payment-methods-table__icon {
  width: 32px;
}

.transaction-types__item .btn-secondary__light:hover {
  color: #fff;
}

[dir] .transaction-types__item .btn-secondary__light:hover {
  background-color: #98C838;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
/*
==================================================
Why Otet
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
[dir] .why-otet {
  background-color: #F8FFF5;
}

.why-otet__title {
  font-size: 36px;
  font-weight: bold;
  color: #2A3E5C;
}

.why-otet__subtitle {
  font-size: 20px;
  font-weight: 300;
  color: #000;
}

.why-otet__wrapper {
  width: 100%;
  max-width: 1138px;
  display: flex;
  align-items: center;
  gap: 22px;
  align-items: flex-start;
}

[dir=ltr] .why-otet__wrapper {
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .why-otet__wrapper {
  margin-right: auto;
  margin-left: auto;
}

.why-otet__box {
  width: 100%;
  max-width: 268px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.why-otet__box-title {
  font-size: 24px;
  font-weight: 700;
  color: #2A3E5C;
}

.why-otet__box-subtitle {
  color: #2A3E5C;
  font-weight: 400;
}

/*
--------------------------------------------------
Honors
--------------------------------------------------
*/
[dir] .honors {
  background: #ebf2ff;
}

.honors-mask:before {
  content: "";
  height: 100%;
  display: flex;
  position: absolute;
  width: 282px;
  z-index: 2;
}

[dir=ltr] .honors-mask:before {
  right: 0;
  background: linear-gradient(90.27deg, rgba(255, 255, 255, 0) 16.25%, #ebf2ff 57.78%);
  transform: rotate(360deg);
}

[dir=rtl] .honors-mask:before {
  left: 0;
  background: linear-gradient(-90.27deg, rgba(255, 255, 255, 0) 16.25%, #ebf2ff 57.78%);
  transform: rotate(-360deg);
}

.honors-mask:after {
  content: "";
  height: 100%;
  display: flex;
  position: absolute;
  width: 282px;
  z-index: 2;
  top: 0;
}

[dir=ltr] .honors-mask:after {
  left: 0;
  background: linear-gradient(90.27deg, rgba(255, 255, 255, 0) 16.25%, #ebf2ff 57.78%);
  transform: rotate(180deg);
}

[dir=rtl] .honors-mask:after {
  right: 0;
  background: linear-gradient(-90.27deg, rgba(255, 255, 255, 0) 16.25%, #ebf2ff 57.78%);
  transform: rotate(-180deg);
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 991px) {
  .why-otet__wrapper {
    flex-direction: column;
    align-items: center;
  }
  [dir] .why-otet__box-subtitle {
    text-align: justify;
  }
}
/*
==================================================
Otet Overview
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.otet-overview__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.otet-overview__box-number {
  display: flex;
  gap: 0.5rem;
  font-size: 48px;
  font-weight: bold;
  color: #98C838;
  word-break: break-all;
}

[dir=ltr] .otet-overview__box-number {
  direction: rtl;
}

[dir=rtl] .otet-overview__box-number {
  direction: ltr;
}

.otet-overview__box-number span {
  color: #2A3E5C;
}

.otet-overview__title {
  font-weight: 300;
  color: #000;
}

.otet-overview__box {
  display: flex;
  flex-direction: column;
  width: 160px;
  flex-shrink: 0;
  align-items: flex-start;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 991px) {
  .otet-overview__wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}
/*
==================================================
Contact Us Form
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.contact-us__wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
}

[dir] .contact-us-form {
  padding: 80px 150px;
}

.contact-us__form-wrapper {
  width: 581px;
}

[dir] .contact-us__form-wrapper {
  padding: 16px;
}

[dir] .contact-us-form__head {
  margin-bottom: 30px;
}

.contact-us-form__title {
  font-size: 32px;
  font-weight: bold;
  color: #000;
}

.contact-us-form__subtitle {
  font-weight: 300;
  color: #000;
}

.contact-us-input,
.contact-us-textarea {
  width: 100%;
  outline: 0;
}

[dir] .contact-us-input, [dir] .contact-us-textarea {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.05);
  padding: 16px 42px;
  margin-bottom: 29px;
  border: 0;
}

.contact-us-input {
  height: 56px;
}

[dir] .contact-us-input {
  border-radius: 50px;
}

[dir] .contact-us-textarea {
  border-radius: 16px;
}

.contact-us-input::-moz-placeholder, .contact-us-textarea::-moz-placeholder {
  color: #2A3E5C;
  font-weight: 300;
}

.contact-us-input::placeholder,
.contact-us-textarea::placeholder {
  color: #2A3E5C;
  font-weight: 300;
}

.contact-us-map__wrapper {
  width: 555px;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
/*
==================================================
Contact Us Form
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
[dir] .contact-us-info {
  padding: 80px 0;
}

.contact-us-info__wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.contact-us-info__item {
  height: 195px;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}

[dir] .contact-us-info__item {
  background: rgba(204, 222, 255, 0.2);
  border-radius: 1rem;
  padding: 2rem 1.5rem;
}

.contact-us-info__item-icon {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 74px;
  height: 74px;
  flex-shrink: 0;
}

[dir] .contact-us-info__item-icon {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04);
}

.contact-us-info__item-title {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  line-height: 30px;
}

[dir] .contact-us-info__item-title {
  margin-bottom: 0.5rem;
}

.contact-us-info__item-description {
  font-size: 14px;
  color: #000;
}

.contact-us-info__label {
  font-weight: 400;
}

.contact-us-info__data {
  font-weight: 600;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 575px) {
  [dir=ltr] .contact-us-info__item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  [dir=rtl] .contact-us-info__item {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .contact-us-info__item-title {
    font-size: 18px;
  }
  .contact-us-info__item-icon {
    width: 64px;
    height: 64px;
  }
}
/*
==================================================
Linear Hero
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.linear-hero {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-height: 718px;
}
[dir] .linear-hero {
  padding-top: 6rem;
}
[dir=ltr] .linear-hero {
  background: linear-gradient(180deg, #C7DBFE 0%, rgba(155, 195, 255, 0) 75%);
}
[dir=rtl] .linear-hero {
  background: linear-gradient(-180deg, #C7DBFE 0%, rgba(155, 195, 255, 0) 75%);
}

.linear-hero--auto {
  min-height: auto;
}

[dir] .linear-hero--alt {
  margin-bottom: 110px;
}

[dir=ltr] .linear-hero--alt {
  background: linear-gradient(180deg, #EBF3FF 0%, rgba(235, 243, 255, 0) 100%);
}

[dir=rtl] .linear-hero--alt {
  background: linear-gradient(-180deg, #EBF3FF 0%, rgba(235, 243, 255, 0) 100%);
}

.linear-hero__wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 737px;
}

.linear-hero__title {
  color: #2A3E5C;
  font-size: 48px;
  font-weight: bold;
}

[dir] .linear-hero__title {
  text-align: center;
}

.linear-hero__description {
  color: #2A3E5C;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

[dir] .linear-hero__description {
  text-align: center;
}

.linear-hero__description--narrow {
  max-width: 630px;
}

.linear-hero__description--wide {
  max-width: 720px;
}

.linear-hero .slideshow__title-focus {
  color: #2A3E5C;
}

.linear-hero .slideshow__title-focus::before {
  top: -5px;
}

[dir] .linear-hero .slideshow__title-focus::before {
  background-color: #B8D976;
}

.search-box__wrapper {
  width: 459px;
  height: 53px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}

[dir] .search-box__wrapper {
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  background-color: #fff;
  padding: 12px 16px;
}

.search-box__input {
  width: 100%;
}

[dir] .search-box__input {
  border: 0;
}

.search-box__input:focus-visible {
  outline: 0;
}

/*
--------------------------------------------------
Variations
--------------------------------------------------
*/
.linear-hero--platforms {
  position: relative;
}
[dir] .linear-hero--platforms {
  background-image: url("../bundle/images/platforms-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 6rem;
}

.linear-hero--platforms::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.9;
  z-index: 1;
}

[dir] .linear-hero--platforms::after {
  background-color: #172B4D;
}

[dir=ltr] .linear-hero--platforms::after {
  right: 0;
  left: 0;
}

[dir=rtl] .linear-hero--platforms::after {
  left: 0;
  right: 0;
}

.linear-hero.linear-hero--platforms .linear-hero__wrapper {
  position: relative;
  z-index: 2;
}

.linear-hero.linear-hero--platforms .linear-hero__title,
.linear-hero.linear-hero--platforms .linear-hero__description {
  color: #fff;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 991px) {
  [dir] .linear-hero {
    padding-top: 3rem;
  }
  [dir=ltr] .linear-hero {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  [dir=rtl] .linear-hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .linear-hero__title {
    font-size: 24px;
    width: 100%;
  }
  [dir=ltr] .linear-hero__title {
    text-align: left;
  }
  [dir=rtl] .linear-hero__title {
    text-align: right;
  }
  .linear-hero__description {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }
  [dir=ltr] .linear-hero__description {
    text-align: left;
  }
  [dir=rtl] .linear-hero__description {
    text-align: right;
  }
  .linear-hero__wrapper {
    gap: 1rem;
  }
  [dir] .linear-hero.linear-hero--platforms .linear-hero__title, [dir] .linear-hero.linear-hero--platforms .linear-hero__description {
    text-align: justify;
  }
  [dir] .linear-hero--platforms {
    padding-bottom: 3rem;
  }
}
/*
==================================================
Otet Business Partner
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.business-partner__title {
  color: #172B4D;
  font-weight: 700;
}
[dir] .business-partner__title {
  text-align: center;
  margin-bottom: 3rem;
}

.business-partner__box {
  height: 228px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}

[dir] .business-partner__box {
  padding: 1.5rem;
  border-radius: 0.5rem;
  background: rgba(204, 222, 255, 0.2);
  text-align: center;
}

.business-partner__icon-wrapper {
  width: 80px;
  height: 80px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

[dir] .business-partner__icon-wrapper {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04);
}

.business-partner__icon-wrapper > svg {
  width: 60px;
  height: 60px;
}

.business-partner__box-title {
  font-weight: 700;
  color: #172B4D;
}

.business-partner__box-description {
  font-size: 12px;
  color: #172B4D;
  font-weight: 400;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 767px) {
  .business-partner__box {
    max-width: 266px;
    height: auto;
  }
  [dir=ltr] .business-partner__box {
    margin-left: auto;
    margin-right: auto;
  }
  [dir=rtl] .business-partner__box {
    margin-right: auto;
    margin-left: auto;
  }
}
/*
==================================================
Stock Funds
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.receive-commission__section {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
[dir] .receive-commission__section {
  margin-bottom: 80px;
}

.receive-commission {
  width: 100%;
  max-width: 1145px;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}

[dir=ltr] .receive-commission {
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .receive-commission {
  margin-right: auto;
  margin-left: auto;
}

.receive-commission__description {
  max-width: 556px;
}

.receive-commission__title {
  color: #2A3E5C;
  font-weight: 700;
}

.receive-commission__description {
  color: #000;
}

[dir] .receive-commission__description {
  margin: 29px 0;
}

.receive-commission__btn {
  font-size: 18px;
  font-weight: 700;
}

[dir=ltr] .receive-commission__btn-icon {
  margin-left: 11px;
}

[dir=rtl] .receive-commission__btn-icon {
  margin-right: 11px;
}

.receive-commission__media {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 450px;
  height: 300px;
  flex-shrink: 0;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 991px) {
  .receive-commission__section {
    height: auto;
  }
  [dir] .receive-commission__section {
    padding: 48px 0;
  }
  .receive-commission {
    flex-direction: column-reverse;
    gap: 24px;
  }
  [dir] .receive-commission {
    text-align: center;
  }
  .receive-commission__content {
    width: 100%;
  }
  .receive-commission__media {
    width: auto;
  }
}
@media only screen and (max-width: 575px) {
  .receive-commission__title {
    font-size: 24px;
  }
  .receive-commission__description {
    font-size: 14px;
  }
}
/*
==================================================
Linear Hero
==================================================
*/
.shaped-hero {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-height: 718px;
}
[dir] .shaped-hero {
  background: url("../bundle/images/shaped-hero-background.png") no-repeat top center;
  padding-top: 60px;
}

.shaped-hero__wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 737px;
}

.shaped-hero__title {
  color: #172B4D;
  font-size: 48px;
  font-weight: bold;
}

[dir] .shaped-hero__title {
  text-align: center;
}

.shaped-hero__description {
  color: #2A3E5C;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

[dir] .shaped-hero__description {
  text-align: center;
}

.search-box__wrapper {
  width: 459px;
  height: 53px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}

[dir] .search-box__wrapper {
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  background-color: #fff;
  padding: 12px 16px;
}

.search-box__input {
  width: 100%;
}

[dir] .search-box__input {
  border: 0;
}

.search-box__input:focus-visible {
  outline: 0;
}

/*
--------------------------------------------------
General
--------------------------------------------------
*/
/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 991px) {
  [dir=ltr] .shaped-hero {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  [dir=rtl] .shaped-hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .shaped-hero__title {
    font-size: 24px;
  }
  .shaped-hero__description {
    font-size: 14px;
    line-height: 24px;
  }
}
/*
==================================================
Copy Trading Guide
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
[dir] .cp-guide {
  margin-bottom: 102px;
}

.cp-guide__wrapper {
  width: 100%;
  max-width: 1140px;
  display: flex;
  align-items: center;
  gap: 24px;
}

[dir=ltr] .cp-guide__wrapper {
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .cp-guide__wrapper {
  margin-right: auto;
  margin-left: auto;
}

.cp-guide__box {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 364px;
  height: 206px;
  gap: 33px;
  transition: all 0.3s ease;
}

[dir] .cp-guide__box {
  border-radius: 16px;
}

[dir] .cp-guide__box:hover {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.05);
}

[dir] .cp-guide__box.top-traders {
  background-color: rgba(231, 231, 255, 0.5);
}

[dir] .cp-guide__box.copy-transactions {
  background-color: #172B4D;
  margin-top: 74px;
}

[dir] .cp-guide__box.pro-result {
  background-color: rgba(182, 255, 128, 0.5);
}

.cp-guide__box-content {
  display: inline-flex;
}

.top-trader__frame {
  position: relative;
  width: 65px;
  height: 65px;
}

[dir] .top-trader__frame {
  border-radius: 50%;
  border: 1px solid #00DBEB;
  padding: 6px;
  background-color: #fff;
}

[dir=ltr] .top-trader__frame:not(:first-child) {
  margin-left: -21px;
}

[dir=rtl] .top-trader__frame:not(:first-child) {
  margin-right: -21px;
}

.top-trader__frame.top-trader__more {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.pro-result .cp-guide__box-content {
  display: flex;
  justify-content: center;
  align-items: end;
}

.pro-result__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 58px;
  height: 58px;
  font-size: 10px;
  font-weight: bold;
  color: #172B4D;
}

[dir] .pro-result__item {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.pro-result__earned {
  width: 100px;
  height: 100px;
  z-index: 1;
}

[dir] .pro-result__earned {
  margin: 0 -10px;
}

[dir] .pro-result__earned svg {
  margin-bottom: 10px;
}

.cp-guide__box-text {
  font-size: 14px;
  color: #172B4D;
  font-weight: 700;
}

.cp-guide__box.copy-transactions .cp-guide__box-text {
  color: #fff;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 991px) {
  .cp-guide__wrapper {
    flex-direction: column;
  }
  .cp-guide__box {
    width: 600px;
  }
  [dir] .cp-guide__box.copy-transactions {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cp-guide__box {
    width: 100%;
  }
}
/*
==================================================
Copy Trading appropriate
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
[dir] .cp-appropriate__head {
  text-align: center;
  margin-bottom: 64px;
}

.cp-appropriate__title {
  color: #172B4D;
  font-size: 32px;
  font-weight: bold;
}

.cp-appropriate__wrapper {
  width: 100%;
  max-width: 1140px;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

[dir=ltr] .cp-appropriate__wrapper {
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .cp-appropriate__wrapper {
  margin-right: auto;
  margin-left: auto;
}

.cp-appropriate__box {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 267px;
  height: 266px;
  position: relative;
}

[dir] .cp-appropriate__box {
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04);
  border-radius: 16px;
}

.cp-appropriate__box-info {
  position: relative;
  z-index: 2;
}

[dir] .cp-appropriate__box-info {
  text-align: center;
}

.cp-appropriate__box-title {
  font-size: 32px;
  font-weight: bold;
}

[dir] .cp-appropriate__box-title {
  margin-bottom: 16px;
}

.cp-appropriate__box-description {
  font-size: 16px;
  font-weight: 300;
}

.cp-appropriate__box-icon {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

[dir=ltr] .cp-appropriate__box-icon {
  right: 0;
}

[dir=rtl] .cp-appropriate__box-icon {
  left: 0;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  .cp-appropriate__box {
    width: 534px;
  }
}
@media only screen and (max-width: 767px) {
  .cp-appropriate__box {
    width: 100%;
  }
}
/*
==================================================
Copy Trading appropriate
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
[dir] .begin-cp {
  background-color: rgba(235, 242, 255, 0.5);
}

.begin-cp__wrapper {
  width: 100%;
  max-width: 1140px;
  display: flex;
  align-items: center;
  gap: 24px;
}

[dir=ltr] .begin-cp__wrapper {
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .begin-cp__wrapper {
  margin-right: auto;
  margin-left: auto;
}

.begin-cp__box {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 555px;
  height: 266px;
  gap: 48px;
}

[dir] .begin-cp__box {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04);
  border-radius: 16px;
}

[dir] .begin-cp__box-copy-trader {
  background-color: #FEEBDE;
}

[dir] .begin-cp__box-master {
  background-color: #E8FFDF;
}

.begin-cp__box-title {
  font-size: 24px;
  font-weight: bold;
  color: #172B4D;
}

.begin-cp__box-description {
  font-size: 16px;
  font-weight: 300;
  color: #172B4D;
}

[dir] .begin-cp__box-description {
  margin: 8px 0 12px;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 991px) {
  .begin-cp__wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .begin-cp__box {
    width: 100%;
  }
}
/*
==================================================
Accounts Table
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.accounts-table {
  max-width: 1125px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
[dir] .accounts-table {
  border-radius: 1rem;
  border: 1px solid #D9DBE3;
  margin-bottom: 0;
}
[dir=ltr] .accounts-table {
  margin-left: auto;
  margin-right: auto;
}
[dir=rtl] .accounts-table {
  margin-right: auto;
  margin-left: auto;
}

.accounts-table thead {
  display: none;
}

.accounts-table tbody {
  display: flex;
  flex-direction: row;
}

.accounts-table tbody tr {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 100px;
}

[dir] .accounts-table td, [dir] .accounts-table th {
  border: none;
}

.accounts-table thead {
  height: 86px;
  vertical-align: middle;
}

[dir] .accounts-table thead {
  text-align: center;
}

.accounts-table thead tr th:first-child {
  width: 50%;
}

[dir] .accounts-table thead tr th:first-child {
  background: rgba(242, 242, 242, 0.5);
}

[dir=ltr] .accounts-table thead tr th:first-child {
  border-top-left-radius: 1rem;
  border-right: 1px solid #D9DBE3 !important;
}

[dir=rtl] .accounts-table thead tr th:first-child {
  border-top-right-radius: 1rem;
  border-left: 1px solid #D9DBE3 !important;
}

.accounts-table thead tr th:last-child {
  width: 50%;
}

[dir] .accounts-table thead tr th:last-child {
  background: rgba(242, 242, 242, 0.5);
}

[dir=ltr] .accounts-table thead tr th:last-child {
  border-top-right-radius: 1rem;
}

[dir=rtl] .accounts-table thead tr th:last-child {
  border-top-left-radius: 1rem;
}

.accounts-table__label {
  font-weight: 500;
}

.accounts-table__icon {
  width: 32px;
  height: 32px;
}

.accounts-table th {
  font-size: 20px;
}

.accounts-info__content {
  width: 100%;
  max-width: 720px;
}

.accounts-table__name {
  height: 114px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
}

[dir] .accounts-table__name {
  background-color: rgba(242, 242, 242, 0.5) !important;
}

.accounts-table__value {
  height: 130px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/*
--------------------------------------------------
Variations
--------------------------------------------------
*/
/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
/*
==================================================
About Features Slider
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.about-features-slide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
[dir] .about-features-slide {
  background-color: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
  padding: 1.5rem;
  border-radius: 1rem;
}

.about-features-slide__media {
  max-width: 90px;
}

[dir] .about-features-slide__media {
  margin-bottom: 2rem;
}

[dir=ltr] .about-features-slide__media {
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .about-features-slide__media {
  margin-right: auto;
  margin-left: auto;
}

.about-features-slide__title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

[dir] .about-features-slide__title {
  text-align: center;
  margin-bottom: 1rem;
}

.about-features-slide__subtitle {
  font-weight: 400;
  color: #000;
}

[dir] .about-features-slide__subtitle {
  text-align: justify;
}

.about-features-slider-wrapper {
  position: relative;
  display: flex;
}

.about-features-slider-info {
  width: 306px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  flex-shrink: 0;
}

[dir] .about-features-slider-info {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.about-features-slider-info__title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.about-features-slider-info__subtitle {
  font-weight: 400;
  color: #000;
}

[dir] .about-features-slider-info__subtitle {
  text-align: justify;
  margin-bottom: 0;
}

.about-features-slider__navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

[dir] .about-features-slider__navigation {
  margin-bottom: 3rem;
}

.about-features-slider__control {
  width: 40px;
  height: 40px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  transition: all 0.3s ease;
}

[dir] .about-features-slider__control {
  background-color: #D9D9D9;
  border: none;
  border-radius: 50%;
}

[dir] .about-features-slider__control:hover {
  background-color: #98C838;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (min-width: 1200px) {
  [dir=ltr] .about-features-slider-wrapper .about-features-slider {
    left: 1.5rem;
  }
  [dir=rtl] .about-features-slider-wrapper .about-features-slider {
    right: 1.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .about-features-slider-wrapper {
    flex-direction: column;
  }
  .about-features-slider-wrapper .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: auto;
  }
  .about-features-slider__navigation {
    display: none;
  }
  .about-features-slider-info {
    width: 100%;
  }
}
/*
==================================================
Image Scroller
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.image-scroller {
  width: 100%;
  overflow: hidden;
  flex-wrap: nowrap;
  display: inline-flex;
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 128px, black calc(100% - 128px), transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, black 128px, black calc(100% - 128px), transparent 100%);
  direction: ltr;
}
.image-scroller__wrapper {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
[dir] .image-scroller__wrapper {
  padding: 0;
  margin: 0;
}
[dir=ltr] .image-scroller__wrapper {
  animation: infinite-scroll 35s linear infinite;
}
[dir=rtl] .image-scroller__wrapper {
  animation: infinite-scroll 35s linear infinite;
}

[dir=ltr] .image-scroller-reverse .image-scroller__wrapper {
  animation-name: infinite-scroll-reverse;
}

[dir=rtl] .image-scroller-reverse .image-scroller__wrapper {
  animation-name: infinite-scroll-reverse;
}

[dir=ltr] .image-scroller__item {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

[dir=rtl] .image-scroller__item {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

/*
--------------------------------------------------
Animation
--------------------------------------------------
*/
@keyframes infinite-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes infinite-scroll-reverse {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
/*
==================================================
Payments Steps
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.payments-steps {
  max-width: 450px;
  position: relative;
}

[dir] .payments-steps .payments-steps__item:not(:last-child) {
  margin-bottom: 2rem;
}

.payments-steps:before {
  content: "";
  width: 1px;
  position: absolute;
  height: 96%;
  display: block;
}

[dir] .payments-steps:before {
  background-color: transparent;
}

[dir=ltr] .payments-steps:before {
  left: 18px;
  border-left: 2px dashed #ebf3ff;
}

[dir=rtl] .payments-steps:before {
  right: 18px;
  border-right: 2px dashed #ebf3ff;
}

.payments-steps__item {
  position: relative;
}

[dir=ltr] .payments-steps__item {
  padding-left: 4rem;
}

[dir=rtl] .payments-steps__item {
  padding-right: 4rem;
}

.payments-steps__item:before {
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  top: -6px;
  transition: border-color 0.3s ease;
}

[dir] .payments-steps__item:before {
  background-color: #fff;
  border-radius: 50%;
  border: 9px solid #E8E8E8;
}

[dir=ltr] .payments-steps__item:before {
  left: 0;
}

[dir=rtl] .payments-steps__item:before {
  right: 0;
}

.payments-steps__title {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  transition: all 0.3s ease;
}

[dir] .payments-steps__title {
  margin-bottom: 1rem;
  cursor: pointer;
}

.payments-steps__title:hover {
  color: #0B65A4;
}

[dir] .payments-steps__item--active:before {
  border-color: #0B65A4;
}

.payments-steps__list {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, opacity 0.3s ease-out, margin 0.4s ease-out;
}

[dir] .payments-steps__list {
  margin: 0;
}

.payments-steps__item--active .payments-steps__list {
  max-height: 500px;
  opacity: 1;
  transition: max-height 0.5s ease-in, opacity 0.4s ease-in, margin 0.5s ease-in;
}

[dir] .payments-steps__item--active .payments-steps__list {
  margin-bottom: 1rem;
}

[dir] .payments-steps__list ul {
  margin-bottom: 0rem;
}

[dir=ltr] .payments-steps__list ul {
  padding-left: 1rem;
}

[dir=rtl] .payments-steps__list ul {
  padding-right: 1rem;
}

.payments-steps__list li {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.payments-terms li {
  color: #000;
  font-weight: 400;
  line-height: 30px;
}

/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 575px) {
  [dir=ltr] .payments-steps__item {
    padding-left: 3rem;
  }
  [dir=rtl] .payments-steps__item {
    padding-right: 3rem;
  }
  .payments-steps__item:before {
    width: 28px;
    height: 28px;
  }
  [dir=ltr] .payments-steps:before {
    left: 13px;
  }
  [dir=rtl] .payments-steps:before {
    right: 13px;
  }
}
/*
==================================================
Holidays
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.holidays-tables {
  direction: ltr;
}

.holidays-tables__table {
  margin-bottom: 0;
}

.holidays-tables__header {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #2A3E5C;
  font-size: 32px;
  font-weight: 700;
  border: 1px solid #D9DBE3;
  border-bottom: none;
  border-top: none;
}

.holidays-tables__top-bar {
  width: 100%;
  border-radius: 16px 16px 0 0;
  height: 1.5rem;
  background-color: #2A3E5C;
  border: 1px solid #D9DBE3;
}

.holidays-tables__table {
  border-color: #D9DBE3 !important;
}

.holidays-tables__table thead tr th {
  background-color: rgba(204, 222, 255, 0.2) !important;
  height: 55px;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
}

.holidays-tables__table tbody tr td {
  height: 64px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
}

.holidays-tables__navigation {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  background-color: rgba(236, 243, 255, 0.63);
  height: 60px;
  border-radius: 30px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  gap: 0.75rem;
}

.holidays-tables__nav-button {
  height: 48px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #000;
  background-color: #DBE8FF;
  border: none;
  border-radius: 1.5rem;
  width: 160px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.holidays-tables__nav-button:hover {
  background-color: #98C838;
}
/*
--------------------------------------------------
Responsive
--------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  .holidays-tables__navigation {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  [dir] .holidays-tables__navigation {
    padding: 1.25rem;
  }
}
/*
==================================================
Utilities
==================================================
*/
/*
--------------------------------------------------
UI Kit
--------------------------------------------------
*/
[dir] .section-spacer {
  padding-bottom: 80px;
  padding-top: 80px;
}

.section-title {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  color: #172B4D;
  position: relative;
  z-index: 1;
  max-width: 660px;
}

[dir] .section-title {
  text-align: center;
}

[dir=ltr] .section-title {
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .section-title {
  margin-right: auto;
  margin-left: auto;
}

.section-subtitle {
  font-size: 1rem;
  line-height: 28px;
  font-weight: 400;
  color: #2A3E5C;
  max-width: 660px;
}

[dir] .section-subtitle {
  text-align: center;
}

[dir=ltr] .section-subtitle {
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .section-subtitle {
  margin-right: auto;
  margin-left: auto;
}

.section-subtitle--narrow {
  width: 100%;
  max-width: 556px;
}

[dir=ltr] .section-subtitle--narrow {
  margin-left: auto;
  margin-right: auto;
}

[dir=rtl] .section-subtitle--narrow {
  margin-right: auto;
  margin-left: auto;
}

.text-link-type-1 {
  font-size: 14px;
  color: #172B4D;
}

@media only screen and (max-width: 1199px) {
  [dir] .section-spacer {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .section-title {
    font-size: 24px;
    line-height: 30px;
    max-width: 340px;
  }
  .section-subtitle {
    font-size: 14px;
    line-height: 24px;
    max-width: 340px;
  }
}
/*
--------------------------------------------------
Background Color
--------------------------------------------------
*/
[dir] .bg-green-normal {
  background-color: #D6FAF4;
}

[dir] .bg-green-shade-2 {
  background-color: #E8FFDF;
}

[dir] .bg-orange-light {
  background-color: #FEEBDE;
}

[dir] .bg-orange-normal {
  background-color: #FFEDC6;
}

[dir] .bg-orange-dark {
  background-color: #FDBD96;
}

[dir] .bg-purple-light {
  background-color: #EBE8FF;
}

[dir] .bg-purple-normal {
  background-color: #DFDBF9;
}

[dir] .bg-yellow-light {
  background-color: #FBF9D1;
}

[dir] .bg-yellow-dark {
  background-color: #FBF46D;
}

[dir] .bg-blue-shade-2 {
  background-color: #F2F7FF;
}

[dir] .bg-blue-shade-3 {
  background-color: #586883;
}

[dir] .bg-blue-shade-4 {
  background-color: #E4F7FF;
}

[dir] .bg-blue-shade-5 {
  background-color: #E9F2FF;
}

[dir] .bg-blue-shade-6 {
  background-color: #EDF3FF;
}

[dir] .bg-primary-lightest {
  background-color: rgba(217, 231, 246, 0.39);
}

[dir] .bg-primary-dark {
  background-color: #172B4D;
}

[dir] .bg-primary-darkest {
  background-color: #112948;
}

[dir] .bg-secondary-light {
  background-color: #e5f1cd;
}

[dir] .bg-primary-alpha {
  background-color: rgba(235, 242, 255, 0.5);
}

[dir] .bg-tertiary-light {
  background-color: #FEFCD2;
}

[dir] .bg-tertiary-base {
  background-color: #ebf3ff;
}

[dir] .bg-tertiary-dark {
  background-color: rgba(242, 242, 242, 0.46);
}

[dir] .bg-standard {
  background-color: rgba(204, 204, 204, 0.3);
}

/*
--------------------------------------------------
Text Color
--------------------------------------------------
*/
.text-primary-dark {
  color: #172B4D;
}

.text-secondary-base {
  color: #98C838;
}

/*
--------------------------------------------------
Links
--------------------------------------------------
*/
.link-emphasis {
  color: #102348;
  font-weight: bold;
}

/*
--------------------------------------------------
SVG
--------------------------------------------------
*/
.fill-current,
.fill-current path {
  fill: currentColor !important;
}

.fill-white,
.fill-white path {
  fill: #fff;
}

/*
==================================================
Vertical Tabs
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
.vertical-tabs-nav {
  list-style: none;
  overflow: hidden;
}
[dir] .vertical-tabs-nav {
  padding: 0;
  margin: 0;
  border: 1px solid #E4E5EA;
}

.vertical-tabs-nav li {
  font-size: 18px;
  color: #172B4D;
  font-weight: 600;
  transition: all 0.3s ease;
}

[dir] .vertical-tabs-nav li {
  padding: 15px 20px;
  cursor: pointer;
  border-bottom: 1px solid #E4E5EA;
}

[dir] .vertical-tabs-nav li:last-child {
  border-bottom: none;
}

[dir=ltr] .vertical-tabs-nav li:hover {
  border-left: 5px solid #0B65A4;
}

[dir=rtl] .vertical-tabs-nav li:hover {
  border-right: 5px solid #0B65A4;
}

.vertical-tabs-nav li.active {
  color: #0B65A4;
  font-weight: 600;
}

[dir=ltr] .vertical-tabs-nav li.active {
  border-left: 5px solid #0B65A4;
}

[dir=rtl] .vertical-tabs-nav li.active {
  border-right: 5px solid #0B65A4;
}

.vertical-tabs-content .term-content-pane {
  display: none;
}

[dir=ltr] .vertical-tabs-content .term-content-pane {
  animation: fadeIn 0.5s;
}

[dir=rtl] .vertical-tabs-content .term-content-pane {
  animation: fadeIn 0.5s;
}

.vertical-tabs-content .term-content-pane.active {
  display: block;
  color: #2A3E5C;
  font-weight: 400;
  line-height: 24px;
}

/* Optional fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.terms__item-title {
  min-height: 55px;
  font-size: 24px;
  font-weight: bold;
}
[dir] .terms__item-title {
  background-color: #F4F2F2;
  margin-bottom: 1rem;
  padding: 1rem;
}
[dir=ltr] .terms__item-title {
  text-align: left;
}
[dir=rtl] .terms__item-title {
  text-align: right;
}

.terms__item-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

[dir] .terms__item-actions {
  margin-bottom: 1rem;
}

.terms__item-action {
  text-decoration: underline;
  color: #2A3E5C;
  font-size: 20px;
  font-weight: 600;
}

[dir] .terms__content {
  padding-bottom: 2rem;
}

/*
==================================================
Read More for Vertical Tabs
==================================================
*/
/* 1. Initial collapsed state for long content */
.term-content-pane.is-expandable {
  max-height: 500px; /* The collapsed height */
  overflow: hidden;
  position: relative;
  /* Smooth transition for the max-height property */
  transition: max-height 0.5s ease-in-out;
}

/* 2. State when the content is expanded */
.term-content-pane.is-expandable.is-expanded {
  /* max-height is set by JavaScript for a perfect animation */
  max-height: 5000px; /* A large fallback value */
}

/* 3. Add a fade-out effect at the bottom of collapsed content */
.term-content-pane.is-expandable::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100px;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
[dir] .term-content-pane.is-expandable::after {
  background: linear-gradient(to top, white 40%, transparent);
}
[dir=ltr] .term-content-pane.is-expandable::after {
  left: 0;
  right: 0;
}
[dir=rtl] .term-content-pane.is-expandable::after {
  right: 0;
  left: 0;
}

/* Hide the fade-out effect when content is expanded */
.term-content-pane.is-expandable.is-expanded::after {
  opacity: 0;
}

/* 4. Styling for the "Read More" button */
.btn-read-more {
  position: absolute;
  bottom: 0;
  z-index: 10;
  font-weight: 700;
  color: #98C838;
  font-size: 24px;
}
[dir] .btn-read-more {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.btn-read-more:hover {
  text-decoration: underline;
}

/*
==================================================
Overrides
==================================================
*/
/*
--------------------------------------------------
Bootstrap 5
--------------------------------------------------
*/
[dir=ltr] .accordion-button::after {
  margin-left: 1rem;
}
[dir=rtl] .accordion-button::after {
  margin-right: 1rem;
}

[dir=ltr] .faq-section .accordion-button::after {
  margin-left: auto;
}

[dir=rtl] .faq-section .accordion-button::after {
  margin-right: auto;
}

[dir=ltr] .is-ltr.faq-section .accordion-button::after {
  margin-right: auto;
  margin-left: 0;
}

[dir=rtl] .is-ltr.faq-section .accordion-button::after {
  margin-left: auto;
  margin-right: 0;
}

[dir] .faq-section .accordion-item {
  border-width: 1px;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg) !important;
}
.terms-accordion .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: #2A3E5C;
}

.terms-accordion .accordion-header .accordion-button::after {
  width: 1.5rem;
  height: 1.5rem;
}

[dir] .terms-accordion .accordion-header .accordion-button::after {
  background-size: 1.5rem;
}

[dir] .terms-accordion .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

[dir=ltr] .terms-accordion .accordion-body {
  text-align: right;
}

[dir=rtl] .terms-accordion .accordion-body {
  text-align: left;
}

/*
==================================================
Overrides
==================================================
*/
/*
--------------------------------------------------
WP Chat App (WhatsApp Widget) Plugin
--------------------------------------------------
*/
.wa__btn_popup {
  left: 8px !important;
  right: unset !important;
  bottom: 16px !important;
  font-family: var(--bs-body-font-family) !important;
}

.wa__btn_popup .wa__btn_popup_txt {
  left: 100% !important;
  right: unset !important;
  margin-left: 7px !important;
  margin-right: 0 !important;
}

.wa__popup_chat_box {
  left: 8px !important;
  right: unset !important;
  bottom: 80px !important;
  font-family: var(--bs-body-font-family) !important;
}
/*
==================================================
LTR Only
==================================================
*/
/*
--------------------------------------------------
General
--------------------------------------------------
*/
html[dir=ltr] .top-bar__wrapper .d-flex {
  flex-direction: row-reverse;
}

html[dir=ltr] .top-bar__wrapper .d-flex .top-bar__logo {
  margin: 0 !important;
  margin-right: 1rem !important;
}

