@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --bs-blue: #007ace;
  --bs-indigo: #4B21C0;
  --bs-purple: #9c6ade;
  --bs-pink: #e83e8c;
  --bs-red: #AB1C1C;
  --bs-orange: #f49342;
  --bs-yellow: #7E781B;
  --bs-green: #15891F;
  --bs-teal: #47c1bf;
  --bs-cyan: #17a2b8;
  --bs-black: #000000;
  --bs-white: #fff;
  --bs-gray: #B5B3BA;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #FCFBFE;
  --bs-gray-200: #F2F0F7;
  --bs-gray-300: #F2F0F7;
  --bs-gray-400: #E5E4EB;
  --bs-gray-500: #919eab;
  --bs-gray-600: #B5B3BA;
  --bs-gray-700: #454f5b;
  --bs-gray-800: #343a40;
  --bs-gray-900: #302F33;
  --bs-primary: #4B21C0;
  --bs-secondary: #B5B3BA;
  --bs-success: #15891F;
  --bs-info: #007ace;
  --bs-warning: #7E781B;
  --bs-danger: #AB1C1C;
  --bs-light: #FCFBFE;
  --bs-dark: #000000;
  --bs-primary-rgb: 75, 33, 192;
  --bs-secondary-rgb: 181, 179, 186;
  --bs-success-rgb: 21, 137, 31;
  --bs-info-rgb: 0, 122, 206;
  --bs-warning-rgb: 126, 120, 27;
  --bs-danger-rgb: 171, 28, 28;
  --bs-light-rgb: 252, 251, 254;
  --bs-dark-rgb: 0, 0, 0;
  --bs-primary-text-emphasis: #1e0d4d;
  --bs-secondary-text-emphasis: #48484a;
  --bs-success-text-emphasis: #08370c;
  --bs-info-text-emphasis: #003152;
  --bs-warning-text-emphasis: #32300b;
  --bs-danger-text-emphasis: #440b0b;
  --bs-light-text-emphasis: #454f5b;
  --bs-dark-text-emphasis: #454f5b;
  --bs-primary-bg-subtle: #dbd3f2;
  --bs-secondary-bg-subtle: #f0f0f1;
  --bs-success-bg-subtle: #d0e7d2;
  --bs-info-bg-subtle: #cce4f5;
  --bs-warning-bg-subtle: #e5e4d1;
  --bs-danger-bg-subtle: #eed2d2;
  --bs-light-bg-subtle: #fefdff;
  --bs-dark-bg-subtle: #E5E4EB;
  --bs-primary-border-subtle: #b7a6e6;
  --bs-secondary-border-subtle: #e1e1e3;
  --bs-success-border-subtle: #a1d0a5;
  --bs-info-border-subtle: #99caeb;
  --bs-warning-border-subtle: #EBE6CD;
  --bs-danger-border-subtle: #dda4a4;
  --bs-light-border-subtle: #F2F0F7;
  --bs-dark-border-subtle: #919eab;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", 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: "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 500;
  --bs-body-line-height: 1.5;
  --bs-body-color: #302F33;
  --bs-body-color-rgb: 48, 47, 51;
  --bs-body-bg: #FCFBFE;
  --bs-body-bg-rgb: 252, 251, 254;
  --bs-emphasis-color: #000000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: #B5B3BA;
  --bs-secondary-color-rgb: 181, 179, 186;
  --bs-secondary-bg: #F2F0F7;
  --bs-secondary-bg-rgb: 242, 240, 247;
  --bs-tertiary-color: rgba(48, 47, 51, 0.5);
  --bs-tertiary-color-rgb: 48, 47, 51;
  --bs-tertiary-bg: #FCFBFE;
  --bs-tertiary-bg-rgb: 252, 251, 254;
  --bs-heading-color: inherit;
  --bs-link-color: #007ace;
  --bs-link-color-rgb: 0, 122, 206;
  --bs-link-decoration: none;
  --bs-link-hover-color: #084e8a;
  --bs-link-hover-color-rgb: 8, 78, 138;
  --bs-code-color: #e83e8c;
  --bs-highlight-bg: #e5e4d1;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #F2F0F7;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.5rem;
  --bs-border-radius-sm: 0.5rem;
  --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: none none;
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(75, 33, 192, 0.25);
  --bs-form-valid-color: #15891F;
  --bs-form-valid-border-color: #15891F;
  --bs-form-invalid-color: #AB1C1C;
  --bs-form-invalid-border-color: #AB1C1C;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #919eab;
  --bs-body-color-rgb: 145, 158, 171;
  --bs-body-bg: #302F33;
  --bs-body-bg-rgb: 48, 47, 51;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(145, 158, 171, 0.75);
  --bs-secondary-color-rgb: 145, 158, 171;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(145, 158, 171, 0.5);
  --bs-tertiary-color-rgb: 145, 158, 171;
  --bs-tertiary-bg: #32353a;
  --bs-tertiary-bg-rgb: 50, 53, 58;
  --bs-primary-text-emphasis: #937ad9;
  --bs-secondary-text-emphasis: #d3d1d6;
  --bs-success-text-emphasis: #73b879;
  --bs-info-text-emphasis: #66afe2;
  --bs-warning-text-emphasis: #b2ae76;
  --bs-danger-text-emphasis: #cd7777;
  --bs-light-text-emphasis: #FCFBFE;
  --bs-dark-text-emphasis: #F2F0F7;
  --bs-primary-bg-subtle: #0f0726;
  --bs-secondary-bg-subtle: #242425;
  --bs-success-bg-subtle: #041b06;
  --bs-info-bg-subtle: #001829;
  --bs-warning-bg-subtle: #191805;
  --bs-danger-bg-subtle: #220606;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #2d1473;
  --bs-secondary-border-subtle: #6d6b70;
  --bs-success-border-subtle: #0d5213;
  --bs-info-border-subtle: #00497c;
  --bs-warning-border-subtle: #4c4810;
  --bs-danger-border-subtle: #671111;
  --bs-light-border-subtle: #454f5b;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #937ad9;
  --bs-link-hover-color: #a995e1;
  --bs-link-color-rgb: 147, 122, 217;
  --bs-link-hover-color-rgb: 169, 149, 225;
  --bs-code-color: #f18bba;
  --bs-border-color: #454f5b;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #73b879;
  --bs-form-valid-border-color: #73b879;
  --bs-form-invalid-color: #cd7777;
  --bs-form-invalid-border-color: #cd7777;
}

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.1875em;
  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;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 600;
  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: 600;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

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

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

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

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

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

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

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #B5B3BA;
}
.blockquote-footer::before {
  content: "— ";
}

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

.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);
  box-shadow: var(--bs-box-shadow-sm);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

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

.col {
  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.3333333333%;
}

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

.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, .gallery-card {
  flex: 0 0 auto;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.g-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: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-11,
.gx-11 {
  --bs-gutter-x: 3.25rem;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 3.25rem;
}

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

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

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

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

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

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

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

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

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

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

.g-17,
.gx-17 {
  --bs-gutter-x: 4.75rem;
}

.g-17,
.gy-17 {
  --bs-gutter-y: 4.75rem;
}

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

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

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

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

  .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, .gallery-card {
    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%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-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: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-18,
.gy-sm-18 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 768px) {
  .col-md, .modal.welcome-tour .modal-content .modal-body .instruction-card {
    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.3333333333%;
  }

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

  .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, .gallery-card {
    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%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-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: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-11,
.gx-md-11 {
    --bs-gutter-x: 3.25rem;
  }

  .g-md-11,
.gy-md-11 {
    --bs-gutter-y: 3.25rem;
  }

  .g-md-12,
.gx-md-12 {
    --bs-gutter-x: 3.5rem;
  }

  .g-md-12,
.gy-md-12 {
    --bs-gutter-y: 3.5rem;
  }

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

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

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

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

  .g-md-15,
.gx-md-15 {
    --bs-gutter-x: 4.25rem;
  }

  .g-md-15,
.gy-md-15 {
    --bs-gutter-y: 4.25rem;
  }

  .g-md-16,
.gx-md-16 {
    --bs-gutter-x: 4.5rem;
  }

  .g-md-16,
.gy-md-16 {
    --bs-gutter-y: 4.5rem;
  }

  .g-md-17,
.gx-md-17 {
    --bs-gutter-x: 4.75rem;
  }

  .g-md-17,
.gy-md-17 {
    --bs-gutter-y: 4.75rem;
  }

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

  .g-md-18,
.gy-md-18 {
    --bs-gutter-y: 5rem;
  }
}
@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.3333333333%;
  }

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

  .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, .gallery-card {
    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%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-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: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-11,
.gx-lg-11 {
    --bs-gutter-x: 3.25rem;
  }

  .g-lg-11,
.gy-lg-11 {
    --bs-gutter-y: 3.25rem;
  }

  .g-lg-12,
.gx-lg-12 {
    --bs-gutter-x: 3.5rem;
  }

  .g-lg-12,
.gy-lg-12 {
    --bs-gutter-y: 3.5rem;
  }

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

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

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

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

  .g-lg-15,
.gx-lg-15 {
    --bs-gutter-x: 4.25rem;
  }

  .g-lg-15,
.gy-lg-15 {
    --bs-gutter-y: 4.25rem;
  }

  .g-lg-16,
.gx-lg-16 {
    --bs-gutter-x: 4.5rem;
  }

  .g-lg-16,
.gy-lg-16 {
    --bs-gutter-y: 4.5rem;
  }

  .g-lg-17,
.gx-lg-17 {
    --bs-gutter-x: 4.75rem;
  }

  .g-lg-17,
.gy-lg-17 {
    --bs-gutter-y: 4.75rem;
  }

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

  .g-lg-18,
.gy-lg-18 {
    --bs-gutter-y: 5rem;
  }
}
@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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-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: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-11,
.gx-xl-11 {
    --bs-gutter-x: 3.25rem;
  }

  .g-xl-11,
.gy-xl-11 {
    --bs-gutter-y: 3.25rem;
  }

  .g-xl-12,
.gx-xl-12 {
    --bs-gutter-x: 3.5rem;
  }

  .g-xl-12,
.gy-xl-12 {
    --bs-gutter-y: 3.5rem;
  }

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

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

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

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

  .g-xl-15,
.gx-xl-15 {
    --bs-gutter-x: 4.25rem;
  }

  .g-xl-15,
.gy-xl-15 {
    --bs-gutter-y: 4.25rem;
  }

  .g-xl-16,
.gx-xl-16 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xl-16,
.gy-xl-16 {
    --bs-gutter-y: 4.5rem;
  }

  .g-xl-17,
.gx-xl-17 {
    --bs-gutter-x: 4.75rem;
  }

  .g-xl-17,
.gy-xl-17 {
    --bs-gutter-y: 4.75rem;
  }

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

  .g-xl-18,
.gy-xl-18 {
    --bs-gutter-y: 5rem;
  }
}
@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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-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: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-11,
.gx-xxl-11 {
    --bs-gutter-x: 3.25rem;
  }

  .g-xxl-11,
.gy-xxl-11 {
    --bs-gutter-y: 3.25rem;
  }

  .g-xxl-12,
.gx-xxl-12 {
    --bs-gutter-x: 3.5rem;
  }

  .g-xxl-12,
.gy-xxl-12 {
    --bs-gutter-y: 3.5rem;
  }

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

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

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

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

  .g-xxl-15,
.gx-xxl-15 {
    --bs-gutter-x: 4.25rem;
  }

  .g-xxl-15,
.gy-xxl-15 {
    --bs-gutter-y: 4.25rem;
  }

  .g-xxl-16,
.gx-xxl-16 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xxl-16,
.gy-xxl-16 {
    --bs-gutter-y: 4.5rem;
  }

  .g-xxl-17,
.gx-xxl-17 {
    --bs-gutter-x: 4.75rem;
  }

  .g-xxl-17,
.gy-xxl-17 {
    --bs-gutter-y: 4.75rem;
  }

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

  .g-xxl-18,
.gy-xxl-18 {
    --bs-gutter-y: 5rem;
  }
}
.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-body-color);
  --bs-table-bg: #fff;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: #f4f5fa;
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: #FCFBFE;
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  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;
}

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

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

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

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

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

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-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: #000000;
  --bs-table-bg: #dbd3f2;
  --bs-table-border-color: #c5beda;
  --bs-table-striped-bg: #d0c8e6;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #c5beda;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #cbc3e0;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000000;
  --bs-table-bg: #f0f0f1;
  --bs-table-border-color: #d8d8d9;
  --bs-table-striped-bg: #e4e4e5;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #d8d8d9;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #dededf;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000000;
  --bs-table-bg: #d0e7d2;
  --bs-table-border-color: #bbd0bd;
  --bs-table-striped-bg: #c6dbc8;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #bbd0bd;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c0d6c2;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000000;
  --bs-table-bg: #cce4f5;
  --bs-table-border-color: #b8cddd;
  --bs-table-striped-bg: #c2d9e9;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8cddd;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bdd3e3;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000000;
  --bs-table-bg: #e5e4d1;
  --bs-table-border-color: #cecdbc;
  --bs-table-striped-bg: #dad9c7;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #cecdbc;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #d4d3c1;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000000;
  --bs-table-bg: #eed2d2;
  --bs-table-border-color: #d6bdbd;
  --bs-table-striped-bg: #e2c8c8;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #d6bdbd;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #dcc2c2;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000000;
  --bs-table-bg: #FCFBFE;
  --bs-table-border-color: #e3e2e5;
  --bs-table-striped-bg: #efeef1;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e3e2e5;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e9e8eb;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #000000;
  --bs-table-border-color: #1a1a1a;
  --bs-table-striped-bg: #0d0d0d;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #1a1a1a;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #131313;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  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;
  }
}
.form-label, .secondary-label {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #B5B3BA;
}

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.6875rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

textarea.form-control {
  min-height: calc(1.5em + 1.375rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 1.125rem + 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 + 1.375rem + calc(var(--bs-border-width) * 2));
  padding: 0.6875rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 1.125rem + 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 256 256'%3E%3Crect width='256' height='256' fill='none'/%3E%3Cpolyline points='208 96 128 176 48 96' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");
  display: block;
  width: 100%;
  padding: 0.6875rem 2.625rem 0.6875rem 0.875rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #302F33;
  background-color: transparent;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  background-size: 1rem;
  border: var(--bs-border-width) solid #E5E4EB;
  border-radius: var(--bs-border-radius);
  box-shadow: none none;
  transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #302F33;
  outline: 0;
  box-shadow: none none, 0 0 0 1px rgba(75, 33, 192, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.875rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #302F33;
}

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

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

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

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

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

.form-check-input {
  --bs-form-check-bg: #fff;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.15em;
  vertical-align: top;
  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: 1px solid #E5E4EB;
  appearance: none;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #302F33;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(75, 33, 192, 0.25);
}
.form-check-input:checked {
  background-color: #4B21C0;
  border-color: #4B21C0;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #4B21C0;
  border-color: #4B21C0;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

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

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check[disabled] + .btn-block-with-icon, .btn-check[disabled] + .modal-footer-close-btn, .btn-check[disabled] + .paid-plan-btn, .btn-check[disabled] + .btn-embed-collapse, .btn-check:disabled + .btn, .btn-check:disabled + .btn-block-with-icon, .btn-check:disabled + .modal-footer-close-btn, .btn-check:disabled + .paid-plan-btn, .btn-check:disabled + .btn-embed-collapse {
  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: calc(1rem + 2px);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: none;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: none;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.3125rem;
  background-color: #fff;
  border: 0.35rem solid #4B21C0;
  border-radius: 1rem;
  box-shadow: none;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c9bcec;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.375rem;
  color: transparent;
  cursor: pointer;
  background-color: #E5E4EB;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: none;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border: 0.35rem solid #4B21C0;
  border-radius: 1rem;
  box-shadow: none;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c9bcec;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.375rem;
  color: transparent;
  cursor: pointer;
  background-color: #E5E4EB;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: none;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.6875rem 0.875rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #302F33;
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid #E5E4EB;
  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,
.input-group-lg > .btn-block-with-icon,
.input-group-lg > .modal-footer-close-btn,
.input-group-lg > .paid-plan-btn,
.input-group-lg > .btn-embed-collapse {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.input-group-sm > .btn-block-with-icon,
.input-group-sm > .modal-footer-close-btn,
.input-group-sm > .paid-plan-btn,
.input-group-sm > .btn-embed-collapse {
  padding: 0.5625rem 0.5625rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

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

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

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

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

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

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

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2315891F' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.8125rem;
  background-position: right 0.875rem center, center right 2.625rem;
  background-size: 1rem, calc(0.75em + 0.6875rem) calc(0.75em + 0.6875rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 1px rgba(var(--bs-success-rgb), 0.25);
}

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

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

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 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%;
  margin-top: 0.5rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 1.375rem);
  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='%23AB1C1C'%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='%23AB1C1C' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.34375rem) center;
  background-size: calc(0.75em + 0.6875rem) calc(0.75em + 0.6875rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 1px rgba(var(--bs-danger-rgb), 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23AB1C1C'%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='%23AB1C1C' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.8125rem;
  background-position: right 0.875rem center, center right 2.625rem;
  background-size: 1rem, calc(0.75em + 0.6875rem) calc(0.75em + 0.6875rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 1px rgba(var(--bs-danger-rgb), 0.25);
}

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

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

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 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;
}

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

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4B21C0;
  --bs-btn-border-color: #4B21C0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #401ca3;
  --bs-btn-hover-border-color: #3c1a9a;
  --bs-btn-focus-shadow-rgb: 102, 66, 201;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3c1a9a;
  --bs-btn-active-border-color: #381990;
  --bs-btn-active-shadow: none none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4B21C0;
  --bs-btn-disabled-border-color: #4B21C0;
}

.btn-secondary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #B5B3BA;
  --bs-btn-border-color: #B5B3BA;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #c0bec4;
  --bs-btn-hover-border-color: #bcbbc1;
  --bs-btn-focus-shadow-rgb: 154, 152, 158;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #c4c2c8;
  --bs-btn-active-border-color: #bcbbc1;
  --bs-btn-active-shadow: none none;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #B5B3BA;
  --bs-btn-disabled-border-color: #B5B3BA;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #15891F;
  --bs-btn-border-color: #15891F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #12741a;
  --bs-btn-hover-border-color: #116e19;
  --bs-btn-focus-shadow-rgb: 56, 155, 65;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #116e19;
  --bs-btn-active-border-color: #106717;
  --bs-btn-active-shadow: none none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #15891F;
  --bs-btn-disabled-border-color: #15891F;
}

.btn-info {
  --bs-btn-color: #000000;
  --bs-btn-bg: #007ace;
  --bs-btn-border-color: #007ace;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #268ed5;
  --bs-btn-hover-border-color: #1a87d3;
  --bs-btn-focus-shadow-rgb: 0, 104, 175;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #3395d8;
  --bs-btn-active-border-color: #1a87d3;
  --bs-btn-active-shadow: none none;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #007ace;
  --bs-btn-disabled-border-color: #007ace;
}

.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #7E781B;
  --bs-btn-border-color: #7E781B;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6b6617;
  --bs-btn-hover-border-color: #656016;
  --bs-btn-focus-shadow-rgb: 145, 140, 61;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #656016;
  --bs-btn-active-border-color: #5f5a14;
  --bs-btn-active-shadow: none none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #7E781B;
  --bs-btn-disabled-border-color: #7E781B;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #AB1C1C;
  --bs-btn-border-color: #AB1C1C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #911818;
  --bs-btn-hover-border-color: #891616;
  --bs-btn-focus-shadow-rgb: 184, 62, 62;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #891616;
  --bs-btn-active-border-color: #801515;
  --bs-btn-active-shadow: none none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #AB1C1C;
  --bs-btn-disabled-border-color: #AB1C1C;
}

.btn-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: #FCFBFE;
  --bs-btn-border-color: #FCFBFE;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #d6d5d8;
  --bs-btn-hover-border-color: #cac9cb;
  --bs-btn-focus-shadow-rgb: 214, 213, 216;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #cac9cb;
  --bs-btn-active-border-color: #bdbcbf;
  --bs-btn-active-shadow: none none;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #FCFBFE;
  --bs-btn-disabled-border-color: #FCFBFE;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #262626;
  --bs-btn-hover-border-color: #1a1a1a;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #333333;
  --bs-btn-active-border-color: #1a1a1a;
  --bs-btn-active-shadow: none none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000000;
  --bs-btn-disabled-border-color: #000000;
}

.btn-outline-primary, .paid-plan-btn {
  --bs-btn-color: #4B21C0;
  --bs-btn-border-color: #4B21C0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4B21C0;
  --bs-btn-hover-border-color: #4B21C0;
  --bs-btn-focus-shadow-rgb: 75, 33, 192;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4B21C0;
  --bs-btn-active-border-color: #4B21C0;
  --bs-btn-active-shadow: none none;
  --bs-btn-disabled-color: #4B21C0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4B21C0;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #B5B3BA;
  --bs-btn-border-color: #B5B3BA;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #B5B3BA;
  --bs-btn-hover-border-color: #B5B3BA;
  --bs-btn-focus-shadow-rgb: 181, 179, 186;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #B5B3BA;
  --bs-btn-active-border-color: #B5B3BA;
  --bs-btn-active-shadow: none none;
  --bs-btn-disabled-color: #B5B3BA;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #B5B3BA;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #15891F;
  --bs-btn-border-color: #15891F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #15891F;
  --bs-btn-hover-border-color: #15891F;
  --bs-btn-focus-shadow-rgb: 21, 137, 31;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #15891F;
  --bs-btn-active-border-color: #15891F;
  --bs-btn-active-shadow: none none;
  --bs-btn-disabled-color: #15891F;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #15891F;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #007ace;
  --bs-btn-border-color: #007ace;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #007ace;
  --bs-btn-hover-border-color: #007ace;
  --bs-btn-focus-shadow-rgb: 0, 122, 206;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #007ace;
  --bs-btn-active-border-color: #007ace;
  --bs-btn-active-shadow: none none;
  --bs-btn-disabled-color: #007ace;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #007ace;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #7E781B;
  --bs-btn-border-color: #7E781B;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7E781B;
  --bs-btn-hover-border-color: #7E781B;
  --bs-btn-focus-shadow-rgb: 126, 120, 27;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7E781B;
  --bs-btn-active-border-color: #7E781B;
  --bs-btn-active-shadow: none none;
  --bs-btn-disabled-color: #7E781B;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #7E781B;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #AB1C1C;
  --bs-btn-border-color: #AB1C1C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #AB1C1C;
  --bs-btn-hover-border-color: #AB1C1C;
  --bs-btn-focus-shadow-rgb: 171, 28, 28;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #AB1C1C;
  --bs-btn-active-border-color: #AB1C1C;
  --bs-btn-active-shadow: none none;
  --bs-btn-disabled-color: #AB1C1C;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #AB1C1C;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #FCFBFE;
  --bs-btn-border-color: #FCFBFE;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #FCFBFE;
  --bs-btn-hover-border-color: #FCFBFE;
  --bs-btn-focus-shadow-rgb: 252, 251, 254;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #FCFBFE;
  --bs-btn-active-border-color: #FCFBFE;
  --bs-btn-active-shadow: none none;
  --bs-btn-disabled-color: #FCFBFE;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FCFBFE;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000000;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000000;
  --bs-btn-active-border-color: #000000;
  --bs-btn-active-shadow: none none;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000000;
  --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: #B5B3BA;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 0, 104, 175;
  text-decoration: none;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn-block-with-icon, .btn-group-lg > .modal-footer-close-btn, .btn-group-lg > .paid-plan-btn, .btn-group-lg > .btn-embed-collapse {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .modal-footer-close-btn, .paid-plan-btn, .btn-group-sm > .btn, .btn-group-sm > .btn-block-with-icon, .btn-group-sm > .modal-footer-close-btn, .btn-group-sm > .paid-plan-btn, .btn-group-sm > .btn-embed-collapse {
  --bs-btn-padding-y: 0.5625rem;
  --bs-btn-padding-x: 0.5625rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

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

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

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

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

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

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: #E5E4EB;
  --bs-dropdown-border-radius: 0.5rem;
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(0.5rem - var(--bs-border-width));
  --bs-dropdown-divider-bg: #E5E4EB;
  --bs-dropdown-divider-margin-y: 0;
  --bs-dropdown-box-shadow: none;
  --bs-dropdown-link-color: #B5B3BA;
  --bs-dropdown-link-hover-color: #4B21C0;
  --bs-dropdown-link-hover-bg: #FCFBFE;
  --bs-dropdown-link-active-color: #4B21C0;
  --bs-dropdown-link-active-bg: #fff;
  --bs-dropdown-link-disabled-color: #E5E4EB;
  --bs-dropdown-item-padding-x: 1.25rem;
  --bs-dropdown-item-padding-y: 0.75rem;
  --bs-dropdown-header-color: #B5B3BA;
  --bs-dropdown-header-padding-x: 1.25rem;
  --bs-dropdown-header-padding-y: 0;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  box-shadow: var(--bs-dropdown-box-shadow);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu > .dropdown-item:first-child,
.dropdown-menu > li:first-child .dropdown-item {
  border-top-left-radius: var(--bs-dropdown-inner-border-radius);
  border-top-right-radius: var(--bs-dropdown-inner-border-radius);
}
.dropdown-menu > .dropdown-item:last-child,
.dropdown-menu > li:last-child .dropdown-item {
  border-bottom-right-radius: var(--bs-dropdown-inner-border-radius);
  border-bottom-left-radius: var(--bs-dropdown-inner-border-radius);
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

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

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

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

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

.dropdown-menu-dark {
  --bs-dropdown-color: #F2F0F7;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: #E5E4EB;
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #F2F0F7;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: #E5E4EB;
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #4B21C0;
  --bs-dropdown-link-active-bg: #fff;
  --bs-dropdown-link-disabled-color: #919eab;
  --bs-dropdown-header-color: #919eab;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .btn-block-with-icon, .btn-group > .modal-footer-close-btn, .btn-group > .paid-plan-btn, .btn-group > .btn-embed-collapse,
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-block-with-icon,
.btn-group-vertical > .modal-footer-close-btn,
.btn-group-vertical > .paid-plan-btn,
.btn-group-vertical > .btn-embed-collapse {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:checked + .btn-block-with-icon, .btn-group > .btn-check:checked + .modal-footer-close-btn, .btn-group > .btn-check:checked + .paid-plan-btn, .btn-group > .btn-check:checked + .btn-embed-collapse,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn-check:focus + .btn-block-with-icon,
.btn-group > .btn-check:focus + .modal-footer-close-btn,
.btn-group > .btn-check:focus + .paid-plan-btn,
.btn-group > .btn-check:focus + .btn-embed-collapse,
.btn-group > .btn:hover,
.btn-group > .btn-block-with-icon:hover,
.btn-group > .modal-footer-close-btn:hover,
.btn-group > .paid-plan-btn:hover,
.btn-group > .btn-embed-collapse:hover,
.btn-group > .btn:focus,
.btn-group > .btn-block-with-icon:focus,
.btn-group > .modal-footer-close-btn:focus,
.btn-group > .paid-plan-btn:focus,
.btn-group > .btn-embed-collapse:focus,
.btn-group > .btn:active,
.btn-group > .btn-block-with-icon:active,
.btn-group > .modal-footer-close-btn:active,
.btn-group > .paid-plan-btn:active,
.btn-group > .btn-embed-collapse:active,
.btn-group > .btn.active,
.btn-group > .active.btn-block-with-icon,
.btn-group > .active.modal-footer-close-btn,
.btn-group > .active.paid-plan-btn,
.btn-group > .active.btn-embed-collapse,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:checked + .btn-block-with-icon,
.btn-group-vertical > .btn-check:checked + .modal-footer-close-btn,
.btn-group-vertical > .btn-check:checked + .paid-plan-btn,
.btn-group-vertical > .btn-check:checked + .btn-embed-collapse,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn-check:focus + .btn-block-with-icon,
.btn-group-vertical > .btn-check:focus + .modal-footer-close-btn,
.btn-group-vertical > .btn-check:focus + .paid-plan-btn,
.btn-group-vertical > .btn-check:focus + .btn-embed-collapse,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn-block-with-icon:hover,
.btn-group-vertical > .modal-footer-close-btn:hover,
.btn-group-vertical > .paid-plan-btn:hover,
.btn-group-vertical > .btn-embed-collapse:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn-block-with-icon:focus,
.btn-group-vertical > .modal-footer-close-btn:focus,
.btn-group-vertical > .paid-plan-btn:focus,
.btn-group-vertical > .btn-embed-collapse:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn-block-with-icon:active,
.btn-group-vertical > .modal-footer-close-btn:active,
.btn-group-vertical > .paid-plan-btn:active,
.btn-group-vertical > .btn-embed-collapse:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.btn-block-with-icon,
.btn-group-vertical > .active.modal-footer-close-btn,
.btn-group-vertical > .active.paid-plan-btn,
.btn-group-vertical > .active.btn-embed-collapse {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn, .btn-group > :not(.btn-check:first-child) + .btn-block-with-icon, .btn-group > :not(.btn-check:first-child) + .modal-footer-close-btn, .btn-group > :not(.btn-check:first-child) + .paid-plan-btn, .btn-group > :not(.btn-check:first-child) + .btn-embed-collapse,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-block-with-icon:not(:last-child):not(.dropdown-toggle), .btn-group > .modal-footer-close-btn:not(:last-child):not(.dropdown-toggle), .btn-group > .paid-plan-btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-embed-collapse:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .dropdown-toggle-split.btn-block-with-icon:first-child,
.btn-group > .dropdown-toggle-split.modal-footer-close-btn:first-child,
.btn-group > .dropdown-toggle-split.paid-plan-btn:first-child,
.btn-group > .dropdown-toggle-split.btn-embed-collapse:first-child,
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .btn-block-with-icon,
.btn-group > .btn-group:not(:last-child) > .modal-footer-close-btn,
.btn-group > .btn-group:not(:last-child) > .paid-plan-btn,
.btn-group > .btn-group:not(:last-child) > .btn-embed-collapse {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), .btn-group > .btn-block-with-icon:nth-child(n+3), .btn-group > .modal-footer-close-btn:nth-child(n+3), .btn-group > .paid-plan-btn:nth-child(n+3), .btn-group > .btn-embed-collapse:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > :not(.btn-check) + .btn-block-with-icon,
.btn-group > :not(.btn-check) + .modal-footer-close-btn,
.btn-group > :not(.btn-check) + .paid-plan-btn,
.btn-group > :not(.btn-check) + .btn-embed-collapse,
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .btn-block-with-icon,
.btn-group > .btn-group:not(:first-child) > .modal-footer-close-btn,
.btn-group > .btn-group:not(:first-child) > .paid-plan-btn,
.btn-group > .btn-group:not(:first-child) > .btn-embed-collapse {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.65625rem;
  padding-left: 0.65625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .modal-footer-close-btn + .dropdown-toggle-split, .paid-plan-btn + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .btn-block-with-icon + .dropdown-toggle-split, .btn-group-sm > .modal-footer-close-btn + .dropdown-toggle-split, .btn-group-sm > .paid-plan-btn + .dropdown-toggle-split, .btn-group-sm > .btn-embed-collapse + .dropdown-toggle-split {
  padding-right: 0.421875rem;
  padding-left: 0.421875rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .btn-block-with-icon + .dropdown-toggle-split, .btn-group-lg > .modal-footer-close-btn + .dropdown-toggle-split, .btn-group-lg > .paid-plan-btn + .dropdown-toggle-split, .btn-group-lg > .btn-embed-collapse + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: none none;
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-block-with-icon, .btn-group-vertical > .modal-footer-close-btn, .btn-group-vertical > .paid-plan-btn, .btn-group-vertical > .btn-embed-collapse,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-block-with-icon:not(:first-child), .btn-group-vertical > .modal-footer-close-btn:not(:first-child), .btn-group-vertical > .paid-plan-btn:not(:first-child), .btn-group-vertical > .btn-embed-collapse:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-block-with-icon:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .modal-footer-close-btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .paid-plan-btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-embed-collapse:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-block-with-icon,
.btn-group-vertical > .btn-group:not(:last-child) > .modal-footer-close-btn,
.btn-group-vertical > .btn-group:not(:last-child) > .paid-plan-btn,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-embed-collapse {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .btn-block-with-icon ~ .btn, .btn-group-vertical > .btn ~ .btn-block-with-icon, .btn-group-vertical > .btn-block-with-icon ~ .btn-block-with-icon, .btn-group-vertical > .modal-footer-close-btn ~ .btn, .btn-group-vertical > .modal-footer-close-btn ~ .btn-block-with-icon, .btn-group-vertical > .btn ~ .modal-footer-close-btn, .btn-group-vertical > .btn-block-with-icon ~ .modal-footer-close-btn, .btn-group-vertical > .modal-footer-close-btn ~ .modal-footer-close-btn, .btn-group-vertical > .paid-plan-btn ~ .btn, .btn-group-vertical > .paid-plan-btn ~ .btn-block-with-icon, .btn-group-vertical > .paid-plan-btn ~ .modal-footer-close-btn, .btn-group-vertical > .btn ~ .paid-plan-btn, .btn-group-vertical > .btn-block-with-icon ~ .paid-plan-btn, .btn-group-vertical > .modal-footer-close-btn ~ .paid-plan-btn, .btn-group-vertical > .paid-plan-btn ~ .paid-plan-btn, .btn-group-vertical > .btn-embed-collapse ~ .btn, .btn-group-vertical > .btn-embed-collapse ~ .btn-block-with-icon, .btn-group-vertical > .btn-embed-collapse ~ .modal-footer-close-btn, .btn-group-vertical > .btn-embed-collapse ~ .paid-plan-btn, .btn-group-vertical > .btn ~ .btn-embed-collapse, .btn-group-vertical > .btn-block-with-icon ~ .btn-embed-collapse, .btn-group-vertical > .modal-footer-close-btn ~ .btn-embed-collapse, .btn-group-vertical > .paid-plan-btn ~ .btn-embed-collapse, .btn-group-vertical > .btn-embed-collapse ~ .btn-embed-collapse,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-block-with-icon,
.btn-group-vertical > .btn-group:not(:first-child) > .modal-footer-close-btn,
.btn-group-vertical > .btn-group:not(:first-child) > .paid-plan-btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-embed-collapse {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 0.8125rem;
  --bs-nav-link-padding-y: 0.6875rem;
  --bs-nav-link-font-size: 1rem;
  --bs-nav-link-font-weight: 500;
  --bs-nav-link-color: #000000;
  --bs-nav-link-hover-color: #4B21C0;
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(75, 33, 192, 0.25);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

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

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #4B21C0;
  --bs-nav-pills-link-active-bg: #FCFBFE;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: #F2F0F7;
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: #FCFBFE;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  box-shadow: var(--bs-card-box-shadow);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: #fff;
  --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: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 2rem;
  --bs-accordion-btn-padding-y: 1.75rem;
  --bs-accordion-btn-color: #B5B3BA;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B5B3BA'%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-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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23302F33'%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-focus-border-color: #302F33;
  --bs-accordion-btn-focus-box-shadow: none none;
  --bs-accordion-body-padding-x: 2.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #302F33;
  --bs-accordion-active-bg: transparent;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.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);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.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);
}

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

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  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='%23937ad9'%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='%23937ad9'%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");
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: #4B21C0;
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: #4B21C0;
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(75, 33, 192, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #4B21C0;
  --bs-pagination-active-border-color: #4B21C0;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

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

.badge {
  --bs-badge-padding-x: 0.5625rem;
  --bs-badge-padding-y: 0.25rem;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.25rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge, .btn-block-with-icon .badge, .modal-footer-close-btn .badge, .paid-plan-btn .badge, .btn-embed-collapse .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 4px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 4px;
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: 0.25rem;
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #4B21C0;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  box-shadow: var(--bs-progress-box-shadow);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: #f4f5fa;
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #454f5b;
  --bs-list-group-active-bg: #f4f5fa;
  --bs-list-group-active-border-color: rgba(0, 0, 0, 0.125);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #919eab;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23919eab'%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(75, 33, 192, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.5rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

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

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

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 580px;
  --bs-modal-padding: 1.5rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: #F2F0F7;
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: none;
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1.75rem;
  --bs-modal-header-padding-y: 1.5rem;
  --bs-modal-header-padding: 1.5rem 1.75rem;
  --bs-modal-header-border-color: #F2F0F7;
  --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: #F2F0F7;
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

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

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

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

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  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;
}

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

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

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

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: none;
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000000;
}
.carousel-dark .carousel-caption {
  color: #000000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before, .placeholder.btn-block-with-icon::before, .placeholder.modal-footer-close-btn::before, .placeholder.paid-plan-btn::before, .placeholder.btn-embed-collapse::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(75, 33, 192, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #000000 !important;
  background-color: RGBA(181, 179, 186, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(21, 137, 31, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000000 !important;
  background-color: RGBA(0, 122, 206, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #fff !important;
  background-color: RGBA(126, 120, 27, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(171, 28, 28, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000000 !important;
  background-color: RGBA(252, 251, 254, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(0, 0, 0, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(60, 26, 154, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(60, 26, 154, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(196, 194, 200, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(196, 194, 200, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(17, 110, 25, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(17, 110, 25, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(51, 149, 216, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(51, 149, 216, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(101, 96, 22, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(101, 96, 22, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(137, 22, 22, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(137, 22, 22, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(253, 252, 254, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(253, 252, 254, var(--bs-link-underline-opacity, 1)) !important;
}

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

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

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

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-block, .charge .content .page-section .card-action-container {
  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, .nav-tabs, .card-username .btn-group .btn, .card-username .btn-group .btn-block-with-icon, .card-username .btn-group .btn-embed-collapse, .card-username .btn-group .paid-plan-btn, .card-username .btn-group .modal-footer-close-btn,
.card-hashtag .btn-group .btn,
.card-hashtag .btn-group .btn-block-with-icon,
.card-hashtag .btn-group .btn-embed-collapse,
.card-hashtag .btn-group .paid-plan-btn,
.card-hashtag .btn-group .modal-footer-close-btn, .modal.welcome-tour .modal-content .modal-body, .gallery-card .stats {
  display: flex !important;
}

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

.d-none, .dropzone-uploader .dz-preview {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.position-absolute, .feature-explore-modal.active, .restricted-content .content .page .popup-backdrop, .charge .content .page-section .card-action-container {
  position: absolute !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-top-0, .modal.welcome-tour .modal-content .modal-footer {
  border-top: 0 !important;
}

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

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

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

.border-bottom-0, .modal.welcome-tour .modal-content .modal-header {
  border-bottom: 0 !important;
}

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

.border-start-0, .gallery-edit-wrap .album {
  border-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-100, .restricted-content .content .page .popup-backdrop, .modal.welcome-tour .modal-content .modal-header .subtitle, .modal.welcome-tour .modal-content .modal-header .title, .charge .content .page-section .card-action-container {
  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, .restricted-content .content .page .popup-backdrop {
  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, .navbar .navbar-nav {
  flex-direction: row !important;
}

.flex-column, .modal.welcome-tour .modal-content .modal-header {
  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, .card-username .btn-group .btn, .card-username .btn-group .btn-block-with-icon, .card-username .btn-group .btn-embed-collapse, .card-username .btn-group .paid-plan-btn, .card-username .btn-group .modal-footer-close-btn,
.card-hashtag .btn-group .btn,
.card-hashtag .btn-group .btn-block-with-icon,
.card-hashtag .btn-group .btn-embed-collapse,
.card-hashtag .btn-group .paid-plan-btn,
.card-hashtag .btn-group .modal-footer-close-btn, .modal.welcome-tour .modal-content .modal-footer, .modal.welcome-tour .modal-content .modal-body, .payment-msg {
  justify-content: center !important;
}

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

.justify-content-around, .nav-tabs, .gallery-card .stats {
  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, .payment-msg {
  align-items: center !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-11 {
  margin: 3.25rem !important;
}

.m-12 {
  margin: 3.5rem !important;
}

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

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

.m-15 {
  margin: 4.25rem !important;
}

.m-16 {
  margin: 4.5rem !important;
}

.m-17 {
  margin: 4.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-11 {
  margin-right: 3.25rem !important;
  margin-left: 3.25rem !important;
}

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

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

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

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

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

.mx-17 {
  margin-right: 4.75rem !important;
  margin-left: 4.75rem !important;
}

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

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

.my-0, .free-plan-msg {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.my-11 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

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

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

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

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

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

.my-17 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-11 {
  margin-top: 3.25rem !important;
}

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

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

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

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

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

.mt-17 {
  margin-top: 4.75rem !important;
}

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

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

.me-0, .free-plan-msg {
  margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.me-11 {
  margin-right: 3.25rem !important;
}

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

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

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

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

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

.me-17 {
  margin-right: 4.75rem !important;
}

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

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

.mb-0, .restricted-content .content .page {
  margin-bottom: 0 !important;
}

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

.mb-2, .modal.welcome-tour .modal-content .modal-body .title {
  margin-bottom: 0.5rem !important;
}

.mb-3, .form-group, .hover-remove-btn-parent.expired .card-title.username,
.hover-remove-btn-parent.expired .card-title.hashtag,
.hover-remove-btn-parent.facebook-deleted .card-title.username,
.hover-remove-btn-parent.facebook-deleted .card-title.hashtag,
.hover-remove-btn-parent.duplicate .card-title.username,
.hover-remove-btn-parent.duplicate .card-title.hashtag {
  margin-bottom: 0.75rem !important;
}

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

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

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

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

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

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

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

.mb-11 {
  margin-bottom: 3.25rem !important;
}

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

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

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

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

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

.mb-17 {
  margin-bottom: 4.75rem !important;
}

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

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

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

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

.ms-2, .payment-msg svg.processing-animation {
  margin-left: 0.5rem !important;
}

.ms-3, .free-plan-msg {
  margin-left: 0.75rem !important;
}

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

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

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

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

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

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

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

.ms-11 {
  margin-left: 3.25rem !important;
}

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

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

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

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

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

.ms-17 {
  margin-left: 4.75rem !important;
}

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

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

.p-0, .navbar, .modal.welcome-tour .modal-content .modal-body .instruction-card {
  padding: 0 !important;
}

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

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

.p-3, .modal.welcome-tour .modal-content {
  padding: 0.75rem !important;
}

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

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

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

.p-9 {
  padding: 2.5rem !important;
}

.p-10 {
  padding: 3rem !important;
}

.p-11 {
  padding: 3.25rem !important;
}

.p-12 {
  padding: 3.5rem !important;
}

.p-13 {
  padding: 3.75rem !important;
}

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

.p-15 {
  padding: 4.25rem !important;
}

.p-16 {
  padding: 4.5rem !important;
}

.p-17 {
  padding: 4.75rem !important;
}

.p-18 {
  padding: 5rem !important;
}

.px-0, .nav-gallery .nav-tabs-gallery, #gallery-instagram-hashtag-modal .btn, #gallery-instagram-hashtag-modal .btn-block-with-icon, #gallery-instagram-hashtag-modal .btn-embed-collapse, #gallery-instagram-hashtag-modal .paid-plan-btn, #gallery-instagram-hashtag-modal .modal-footer-close-btn {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

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

.px-3 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

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

.px-5 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

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

.px-9 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

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

.px-11 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important;
}

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

.px-13 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

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

.px-15 {
  padding-right: 4.25rem !important;
  padding-left: 4.25rem !important;
}

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

.px-17 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important;
}

.px-18 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.py-0, .modal.welcome-tour .modal-content .modal-body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

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

.py-9 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

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

.py-11 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

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

.py-13 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

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

.py-15 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

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

.py-17 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

.py-18 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

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

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

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

.pt-3 {
  padding-top: 0.75rem !important;
}

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

.pt-5 {
  padding-top: 1.25rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

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

.pt-9 {
  padding-top: 2.5rem !important;
}

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

.pt-11 {
  padding-top: 3.25rem !important;
}

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

.pt-13 {
  padding-top: 3.75rem !important;
}

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

.pt-15 {
  padding-top: 4.25rem !important;
}

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

.pt-17 {
  padding-top: 4.75rem !important;
}

.pt-18 {
  padding-top: 5rem !important;
}

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

.pe-1 {
  padding-right: 0.25rem !important;
}

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

.pe-3 {
  padding-right: 0.75rem !important;
}

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

.pe-5 {
  padding-right: 1.25rem !important;
}

.pe-6 {
  padding-right: 1.5rem !important;
}

.pe-7 {
  padding-right: 1.75rem !important;
}

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

.pe-9 {
  padding-right: 2.5rem !important;
}

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

.pe-11 {
  padding-right: 3.25rem !important;
}

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

.pe-13 {
  padding-right: 3.75rem !important;
}

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

.pe-15 {
  padding-right: 4.25rem !important;
}

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

.pe-17 {
  padding-right: 4.75rem !important;
}

.pe-18 {
  padding-right: 5rem !important;
}

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

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

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

.pb-3 {
  padding-bottom: 0.75rem !important;
}

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

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

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

.pb-9 {
  padding-bottom: 2.5rem !important;
}

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

.pb-11 {
  padding-bottom: 3.25rem !important;
}

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

.pb-13 {
  padding-bottom: 3.75rem !important;
}

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

.pb-15 {
  padding-bottom: 4.25rem !important;
}

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

.pb-17 {
  padding-bottom: 4.75rem !important;
}

.pb-18 {
  padding-bottom: 5rem !important;
}

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

.ps-1 {
  padding-left: 0.25rem !important;
}

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

.ps-3 {
  padding-left: 0.75rem !important;
}

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

.ps-5 {
  padding-left: 1.25rem !important;
}

.ps-6 {
  padding-left: 1.5rem !important;
}

.ps-7 {
  padding-left: 1.75rem !important;
}

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

.ps-9 {
  padding-left: 2.5rem !important;
}

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

.ps-11 {
  padding-left: 3.25rem !important;
}

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

.ps-13 {
  padding-left: 3.75rem !important;
}

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

.ps-15 {
  padding-left: 4.25rem !important;
}

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

.ps-17 {
  padding-left: 4.75rem !important;
}

.ps-18 {
  padding-left: 5rem !important;
}

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

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

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

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

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

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

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

.gap-7 {
  gap: 1.75rem !important;
}

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

.gap-9 {
  gap: 2.5rem !important;
}

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

.gap-11 {
  gap: 3.25rem !important;
}

.gap-12 {
  gap: 3.5rem !important;
}

.gap-13 {
  gap: 3.75rem !important;
}

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

.gap-15 {
  gap: 4.25rem !important;
}

.gap-16 {
  gap: 4.5rem !important;
}

.gap-17 {
  gap: 4.75rem !important;
}

.gap-18 {
  gap: 5rem !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: 0.75rem !important;
}

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

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

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

.row-gap-7 {
  row-gap: 1.75rem !important;
}

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

.row-gap-9 {
  row-gap: 2.5rem !important;
}

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

.row-gap-11 {
  row-gap: 3.25rem !important;
}

.row-gap-12 {
  row-gap: 3.5rem !important;
}

.row-gap-13 {
  row-gap: 3.75rem !important;
}

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

.row-gap-15 {
  row-gap: 4.25rem !important;
}

.row-gap-16 {
  row-gap: 4.5rem !important;
}

.row-gap-17 {
  row-gap: 4.75rem !important;
}

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

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

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

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

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

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

.column-gap-5 {
  column-gap: 1.25rem !important;
}

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

.column-gap-7 {
  column-gap: 1.75rem !important;
}

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

.column-gap-9 {
  column-gap: 2.5rem !important;
}

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

.column-gap-11 {
  column-gap: 3.25rem !important;
}

.column-gap-12 {
  column-gap: 3.5rem !important;
}

.column-gap-13 {
  column-gap: 3.75rem !important;
}

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

.column-gap-15 {
  column-gap: 4.25rem !important;
}

.column-gap-16 {
  column-gap: 4.5rem !important;
}

.column-gap-17 {
  column-gap: 4.75rem !important;
}

.column-gap-18 {
  column-gap: 5rem !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, .accordion-button {
  font-weight: 500 !important;
}

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

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

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

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

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

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

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

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center, .modal.welcome-tour .modal-content .modal-body .instruction-card, .modal.welcome-tour .modal-content .modal-body .title, .modal.welcome-tour .modal-content .modal-header .subtitle, .modal.welcome-tour .modal-content .modal-header .title, .charge .content .page-section .card-action-container {
  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, .hover-remove-btn-parent.expired .alert-text,
.hover-remove-btn-parent.facebook-deleted .alert-text,
.hover-remove-btn-parent.duplicate .alert-text {
  --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, .free-plan-msg {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .object-fit-sm-contain {
    object-fit: contain !important;
  }

  .object-fit-sm-cover {
    object-fit: cover !important;
  }

  .object-fit-sm-fill {
    object-fit: fill !important;
  }

  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }

  .object-fit-sm-none {
    object-fit: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-inline-grid {
    display: inline-grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 0.75rem !important;
  }

  .m-sm-4 {
    margin: 1rem !important;
  }

  .m-sm-5 {
    margin: 1.25rem !important;
  }

  .m-sm-6 {
    margin: 1.5rem !important;
  }

  .m-sm-7 {
    margin: 1.75rem !important;
  }

  .m-sm-8 {
    margin: 2rem !important;
  }

  .m-sm-9 {
    margin: 2.5rem !important;
  }

  .m-sm-10 {
    margin: 3rem !important;
  }

  .m-sm-11 {
    margin: 3.25rem !important;
  }

  .m-sm-12 {
    margin: 3.5rem !important;
  }

  .m-sm-13 {
    margin: 3.75rem !important;
  }

  .m-sm-14 {
    margin: 4rem !important;
  }

  .m-sm-15 {
    margin: 4.25rem !important;
  }

  .m-sm-16 {
    margin: 4.5rem !important;
  }

  .m-sm-17 {
    margin: 4.75rem !important;
  }

  .m-sm-18 {
    margin: 5rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-sm-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-sm-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-sm-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-sm-9 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-sm-10 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-11 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }

  .mx-sm-12 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-sm-13 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .mx-sm-14 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-sm-15 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }

  .mx-sm-16 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-sm-17 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }

  .mx-sm-18 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-sm-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-sm-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-sm-9 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-sm-10 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-11 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .my-sm-12 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-sm-13 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .my-sm-14 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-sm-15 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }

  .my-sm-16 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-sm-17 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .my-sm-18 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 0.75rem !important;
  }

  .mt-sm-4 {
    margin-top: 1rem !important;
  }

  .mt-sm-5 {
    margin-top: 1.25rem !important;
  }

  .mt-sm-6 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-7 {
    margin-top: 1.75rem !important;
  }

  .mt-sm-8 {
    margin-top: 2rem !important;
  }

  .mt-sm-9 {
    margin-top: 2.5rem !important;
  }

  .mt-sm-10 {
    margin-top: 3rem !important;
  }

  .mt-sm-11 {
    margin-top: 3.25rem !important;
  }

  .mt-sm-12 {
    margin-top: 3.5rem !important;
  }

  .mt-sm-13 {
    margin-top: 3.75rem !important;
  }

  .mt-sm-14 {
    margin-top: 4rem !important;
  }

  .mt-sm-15 {
    margin-top: 4.25rem !important;
  }

  .mt-sm-16 {
    margin-top: 4.5rem !important;
  }

  .mt-sm-17 {
    margin-top: 4.75rem !important;
  }

  .mt-sm-18 {
    margin-top: 5rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 0.75rem !important;
  }

  .me-sm-4 {
    margin-right: 1rem !important;
  }

  .me-sm-5 {
    margin-right: 1.25rem !important;
  }

  .me-sm-6 {
    margin-right: 1.5rem !important;
  }

  .me-sm-7 {
    margin-right: 1.75rem !important;
  }

  .me-sm-8 {
    margin-right: 2rem !important;
  }

  .me-sm-9 {
    margin-right: 2.5rem !important;
  }

  .me-sm-10 {
    margin-right: 3rem !important;
  }

  .me-sm-11 {
    margin-right: 3.25rem !important;
  }

  .me-sm-12 {
    margin-right: 3.5rem !important;
  }

  .me-sm-13 {
    margin-right: 3.75rem !important;
  }

  .me-sm-14 {
    margin-right: 4rem !important;
  }

  .me-sm-15 {
    margin-right: 4.25rem !important;
  }

  .me-sm-16 {
    margin-right: 4.5rem !important;
  }

  .me-sm-17 {
    margin-right: 4.75rem !important;
  }

  .me-sm-18 {
    margin-right: 5rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 0.75rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 1.25rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 1.75rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 2rem !important;
  }

  .mb-sm-9 {
    margin-bottom: 2.5rem !important;
  }

  .mb-sm-10 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-11 {
    margin-bottom: 3.25rem !important;
  }

  .mb-sm-12 {
    margin-bottom: 3.5rem !important;
  }

  .mb-sm-13 {
    margin-bottom: 3.75rem !important;
  }

  .mb-sm-14 {
    margin-bottom: 4rem !important;
  }

  .mb-sm-15 {
    margin-bottom: 4.25rem !important;
  }

  .mb-sm-16 {
    margin-bottom: 4.5rem !important;
  }

  .mb-sm-17 {
    margin-bottom: 4.75rem !important;
  }

  .mb-sm-18 {
    margin-bottom: 5rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 0.75rem !important;
  }

  .ms-sm-4 {
    margin-left: 1rem !important;
  }

  .ms-sm-5 {
    margin-left: 1.25rem !important;
  }

  .ms-sm-6 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-7 {
    margin-left: 1.75rem !important;
  }

  .ms-sm-8 {
    margin-left: 2rem !important;
  }

  .ms-sm-9 {
    margin-left: 2.5rem !important;
  }

  .ms-sm-10 {
    margin-left: 3rem !important;
  }

  .ms-sm-11 {
    margin-left: 3.25rem !important;
  }

  .ms-sm-12 {
    margin-left: 3.5rem !important;
  }

  .ms-sm-13 {
    margin-left: 3.75rem !important;
  }

  .ms-sm-14 {
    margin-left: 4rem !important;
  }

  .ms-sm-15 {
    margin-left: 4.25rem !important;
  }

  .ms-sm-16 {
    margin-left: 4.5rem !important;
  }

  .ms-sm-17 {
    margin-left: 4.75rem !important;
  }

  .ms-sm-18 {
    margin-left: 5rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 0.75rem !important;
  }

  .p-sm-4 {
    padding: 1rem !important;
  }

  .p-sm-5 {
    padding: 1.25rem !important;
  }

  .p-sm-6 {
    padding: 1.5rem !important;
  }

  .p-sm-7 {
    padding: 1.75rem !important;
  }

  .p-sm-8 {
    padding: 2rem !important;
  }

  .p-sm-9 {
    padding: 2.5rem !important;
  }

  .p-sm-10 {
    padding: 3rem !important;
  }

  .p-sm-11 {
    padding: 3.25rem !important;
  }

  .p-sm-12 {
    padding: 3.5rem !important;
  }

  .p-sm-13 {
    padding: 3.75rem !important;
  }

  .p-sm-14 {
    padding: 4rem !important;
  }

  .p-sm-15 {
    padding: 4.25rem !important;
  }

  .p-sm-16 {
    padding: 4.5rem !important;
  }

  .p-sm-17 {
    padding: 4.75rem !important;
  }

  .p-sm-18 {
    padding: 5rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-sm-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-sm-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-sm-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-sm-9 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-sm-10 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-sm-11 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }

  .px-sm-12 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-sm-13 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .px-sm-14 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-sm-15 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }

  .px-sm-16 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-sm-17 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }

  .px-sm-18 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-sm-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-sm-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-sm-9 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-sm-10 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-sm-11 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .py-sm-12 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-sm-13 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .py-sm-14 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-sm-15 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }

  .py-sm-16 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-sm-17 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .py-sm-18 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 0.75rem !important;
  }

  .pt-sm-4 {
    padding-top: 1rem !important;
  }

  .pt-sm-5 {
    padding-top: 1.25rem !important;
  }

  .pt-sm-6 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-7 {
    padding-top: 1.75rem !important;
  }

  .pt-sm-8 {
    padding-top: 2rem !important;
  }

  .pt-sm-9 {
    padding-top: 2.5rem !important;
  }

  .pt-sm-10 {
    padding-top: 3rem !important;
  }

  .pt-sm-11 {
    padding-top: 3.25rem !important;
  }

  .pt-sm-12 {
    padding-top: 3.5rem !important;
  }

  .pt-sm-13 {
    padding-top: 3.75rem !important;
  }

  .pt-sm-14 {
    padding-top: 4rem !important;
  }

  .pt-sm-15 {
    padding-top: 4.25rem !important;
  }

  .pt-sm-16 {
    padding-top: 4.5rem !important;
  }

  .pt-sm-17 {
    padding-top: 4.75rem !important;
  }

  .pt-sm-18 {
    padding-top: 5rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 0.75rem !important;
  }

  .pe-sm-4 {
    padding-right: 1rem !important;
  }

  .pe-sm-5 {
    padding-right: 1.25rem !important;
  }

  .pe-sm-6 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-7 {
    padding-right: 1.75rem !important;
  }

  .pe-sm-8 {
    padding-right: 2rem !important;
  }

  .pe-sm-9 {
    padding-right: 2.5rem !important;
  }

  .pe-sm-10 {
    padding-right: 3rem !important;
  }

  .pe-sm-11 {
    padding-right: 3.25rem !important;
  }

  .pe-sm-12 {
    padding-right: 3.5rem !important;
  }

  .pe-sm-13 {
    padding-right: 3.75rem !important;
  }

  .pe-sm-14 {
    padding-right: 4rem !important;
  }

  .pe-sm-15 {
    padding-right: 4.25rem !important;
  }

  .pe-sm-16 {
    padding-right: 4.5rem !important;
  }

  .pe-sm-17 {
    padding-right: 4.75rem !important;
  }

  .pe-sm-18 {
    padding-right: 5rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 0.75rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 1.25rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 1.75rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 2rem !important;
  }

  .pb-sm-9 {
    padding-bottom: 2.5rem !important;
  }

  .pb-sm-10 {
    padding-bottom: 3rem !important;
  }

  .pb-sm-11 {
    padding-bottom: 3.25rem !important;
  }

  .pb-sm-12 {
    padding-bottom: 3.5rem !important;
  }

  .pb-sm-13 {
    padding-bottom: 3.75rem !important;
  }

  .pb-sm-14 {
    padding-bottom: 4rem !important;
  }

  .pb-sm-15 {
    padding-bottom: 4.25rem !important;
  }

  .pb-sm-16 {
    padding-bottom: 4.5rem !important;
  }

  .pb-sm-17 {
    padding-bottom: 4.75rem !important;
  }

  .pb-sm-18 {
    padding-bottom: 5rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 0.75rem !important;
  }

  .ps-sm-4 {
    padding-left: 1rem !important;
  }

  .ps-sm-5 {
    padding-left: 1.25rem !important;
  }

  .ps-sm-6 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-7 {
    padding-left: 1.75rem !important;
  }

  .ps-sm-8 {
    padding-left: 2rem !important;
  }

  .ps-sm-9 {
    padding-left: 2.5rem !important;
  }

  .ps-sm-10 {
    padding-left: 3rem !important;
  }

  .ps-sm-11 {
    padding-left: 3.25rem !important;
  }

  .ps-sm-12 {
    padding-left: 3.5rem !important;
  }

  .ps-sm-13 {
    padding-left: 3.75rem !important;
  }

  .ps-sm-14 {
    padding-left: 4rem !important;
  }

  .ps-sm-15 {
    padding-left: 4.25rem !important;
  }

  .ps-sm-16 {
    padding-left: 4.5rem !important;
  }

  .ps-sm-17 {
    padding-left: 4.75rem !important;
  }

  .ps-sm-18 {
    padding-left: 5rem !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: 0.75rem !important;
  }

  .gap-sm-4 {
    gap: 1rem !important;
  }

  .gap-sm-5 {
    gap: 1.25rem !important;
  }

  .gap-sm-6 {
    gap: 1.5rem !important;
  }

  .gap-sm-7 {
    gap: 1.75rem !important;
  }

  .gap-sm-8 {
    gap: 2rem !important;
  }

  .gap-sm-9 {
    gap: 2.5rem !important;
  }

  .gap-sm-10 {
    gap: 3rem !important;
  }

  .gap-sm-11 {
    gap: 3.25rem !important;
  }

  .gap-sm-12 {
    gap: 3.5rem !important;
  }

  .gap-sm-13 {
    gap: 3.75rem !important;
  }

  .gap-sm-14 {
    gap: 4rem !important;
  }

  .gap-sm-15 {
    gap: 4.25rem !important;
  }

  .gap-sm-16 {
    gap: 4.5rem !important;
  }

  .gap-sm-17 {
    gap: 4.75rem !important;
  }

  .gap-sm-18 {
    gap: 5rem !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: 0.75rem !important;
  }

  .row-gap-sm-4 {
    row-gap: 1rem !important;
  }

  .row-gap-sm-5 {
    row-gap: 1.25rem !important;
  }

  .row-gap-sm-6 {
    row-gap: 1.5rem !important;
  }

  .row-gap-sm-7 {
    row-gap: 1.75rem !important;
  }

  .row-gap-sm-8 {
    row-gap: 2rem !important;
  }

  .row-gap-sm-9 {
    row-gap: 2.5rem !important;
  }

  .row-gap-sm-10 {
    row-gap: 3rem !important;
  }

  .row-gap-sm-11 {
    row-gap: 3.25rem !important;
  }

  .row-gap-sm-12 {
    row-gap: 3.5rem !important;
  }

  .row-gap-sm-13 {
    row-gap: 3.75rem !important;
  }

  .row-gap-sm-14 {
    row-gap: 4rem !important;
  }

  .row-gap-sm-15 {
    row-gap: 4.25rem !important;
  }

  .row-gap-sm-16 {
    row-gap: 4.5rem !important;
  }

  .row-gap-sm-17 {
    row-gap: 4.75rem !important;
  }

  .row-gap-sm-18 {
    row-gap: 5rem !important;
  }

  .column-gap-sm-0 {
    column-gap: 0 !important;
  }

  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }

  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }

  .column-gap-sm-3 {
    column-gap: 0.75rem !important;
  }

  .column-gap-sm-4 {
    column-gap: 1rem !important;
  }

  .column-gap-sm-5 {
    column-gap: 1.25rem !important;
  }

  .column-gap-sm-6 {
    column-gap: 1.5rem !important;
  }

  .column-gap-sm-7 {
    column-gap: 1.75rem !important;
  }

  .column-gap-sm-8 {
    column-gap: 2rem !important;
  }

  .column-gap-sm-9 {
    column-gap: 2.5rem !important;
  }

  .column-gap-sm-10 {
    column-gap: 3rem !important;
  }

  .column-gap-sm-11 {
    column-gap: 3.25rem !important;
  }

  .column-gap-sm-12 {
    column-gap: 3.5rem !important;
  }

  .column-gap-sm-13 {
    column-gap: 3.75rem !important;
  }

  .column-gap-sm-14 {
    column-gap: 4rem !important;
  }

  .column-gap-sm-15 {
    column-gap: 4.25rem !important;
  }

  .column-gap-sm-16 {
    column-gap: 4.5rem !important;
  }

  .column-gap-sm-17 {
    column-gap: 4.75rem !important;
  }

  .column-gap-sm-18 {
    column-gap: 5rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .object-fit-md-contain {
    object-fit: contain !important;
  }

  .object-fit-md-cover {
    object-fit: cover !important;
  }

  .object-fit-md-fill {
    object-fit: fill !important;
  }

  .object-fit-md-scale {
    object-fit: scale-down !important;
  }

  .object-fit-md-none {
    object-fit: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-inline-grid {
    display: inline-grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 0.75rem !important;
  }

  .m-md-4 {
    margin: 1rem !important;
  }

  .m-md-5 {
    margin: 1.25rem !important;
  }

  .m-md-6 {
    margin: 1.5rem !important;
  }

  .m-md-7 {
    margin: 1.75rem !important;
  }

  .m-md-8 {
    margin: 2rem !important;
  }

  .m-md-9 {
    margin: 2.5rem !important;
  }

  .m-md-10 {
    margin: 3rem !important;
  }

  .m-md-11 {
    margin: 3.25rem !important;
  }

  .m-md-12 {
    margin: 3.5rem !important;
  }

  .m-md-13 {
    margin: 3.75rem !important;
  }

  .m-md-14 {
    margin: 4rem !important;
  }

  .m-md-15 {
    margin: 4.25rem !important;
  }

  .m-md-16 {
    margin: 4.5rem !important;
  }

  .m-md-17 {
    margin: 4.75rem !important;
  }

  .m-md-18 {
    margin: 5rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-md-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-md-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-md-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-md-9 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-md-10 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-11 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }

  .mx-md-12 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-md-13 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .mx-md-14 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-md-15 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }

  .mx-md-16 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-md-17 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }

  .mx-md-18 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-md-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-md-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-md-9 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-md-10 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-11 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .my-md-12 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-md-13 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .my-md-14 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-md-15 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }

  .my-md-16 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-md-17 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .my-md-18 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 0.75rem !important;
  }

  .mt-md-4 {
    margin-top: 1rem !important;
  }

  .mt-md-5 {
    margin-top: 1.25rem !important;
  }

  .mt-md-6 {
    margin-top: 1.5rem !important;
  }

  .mt-md-7 {
    margin-top: 1.75rem !important;
  }

  .mt-md-8 {
    margin-top: 2rem !important;
  }

  .mt-md-9 {
    margin-top: 2.5rem !important;
  }

  .mt-md-10 {
    margin-top: 3rem !important;
  }

  .mt-md-11 {
    margin-top: 3.25rem !important;
  }

  .mt-md-12 {
    margin-top: 3.5rem !important;
  }

  .mt-md-13 {
    margin-top: 3.75rem !important;
  }

  .mt-md-14 {
    margin-top: 4rem !important;
  }

  .mt-md-15 {
    margin-top: 4.25rem !important;
  }

  .mt-md-16 {
    margin-top: 4.5rem !important;
  }

  .mt-md-17 {
    margin-top: 4.75rem !important;
  }

  .mt-md-18 {
    margin-top: 5rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 0.75rem !important;
  }

  .me-md-4 {
    margin-right: 1rem !important;
  }

  .me-md-5 {
    margin-right: 1.25rem !important;
  }

  .me-md-6 {
    margin-right: 1.5rem !important;
  }

  .me-md-7 {
    margin-right: 1.75rem !important;
  }

  .me-md-8 {
    margin-right: 2rem !important;
  }

  .me-md-9 {
    margin-right: 2.5rem !important;
  }

  .me-md-10 {
    margin-right: 3rem !important;
  }

  .me-md-11 {
    margin-right: 3.25rem !important;
  }

  .me-md-12 {
    margin-right: 3.5rem !important;
  }

  .me-md-13 {
    margin-right: 3.75rem !important;
  }

  .me-md-14 {
    margin-right: 4rem !important;
  }

  .me-md-15 {
    margin-right: 4.25rem !important;
  }

  .me-md-16 {
    margin-right: 4.5rem !important;
  }

  .me-md-17 {
    margin-right: 4.75rem !important;
  }

  .me-md-18 {
    margin-right: 5rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1rem !important;
  }

  .mb-md-5 {
    margin-bottom: 1.25rem !important;
  }

  .mb-md-6 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-7 {
    margin-bottom: 1.75rem !important;
  }

  .mb-md-8 {
    margin-bottom: 2rem !important;
  }

  .mb-md-9 {
    margin-bottom: 2.5rem !important;
  }

  .mb-md-10 {
    margin-bottom: 3rem !important;
  }

  .mb-md-11 {
    margin-bottom: 3.25rem !important;
  }

  .mb-md-12 {
    margin-bottom: 3.5rem !important;
  }

  .mb-md-13 {
    margin-bottom: 3.75rem !important;
  }

  .mb-md-14 {
    margin-bottom: 4rem !important;
  }

  .mb-md-15 {
    margin-bottom: 4.25rem !important;
  }

  .mb-md-16 {
    margin-bottom: 4.5rem !important;
  }

  .mb-md-17 {
    margin-bottom: 4.75rem !important;
  }

  .mb-md-18 {
    margin-bottom: 5rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 0.75rem !important;
  }

  .ms-md-4 {
    margin-left: 1rem !important;
  }

  .ms-md-5 {
    margin-left: 1.25rem !important;
  }

  .ms-md-6 {
    margin-left: 1.5rem !important;
  }

  .ms-md-7 {
    margin-left: 1.75rem !important;
  }

  .ms-md-8 {
    margin-left: 2rem !important;
  }

  .ms-md-9 {
    margin-left: 2.5rem !important;
  }

  .ms-md-10 {
    margin-left: 3rem !important;
  }

  .ms-md-11 {
    margin-left: 3.25rem !important;
  }

  .ms-md-12 {
    margin-left: 3.5rem !important;
  }

  .ms-md-13 {
    margin-left: 3.75rem !important;
  }

  .ms-md-14 {
    margin-left: 4rem !important;
  }

  .ms-md-15 {
    margin-left: 4.25rem !important;
  }

  .ms-md-16 {
    margin-left: 4.5rem !important;
  }

  .ms-md-17 {
    margin-left: 4.75rem !important;
  }

  .ms-md-18 {
    margin-left: 5rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 0.75rem !important;
  }

  .p-md-4 {
    padding: 1rem !important;
  }

  .p-md-5 {
    padding: 1.25rem !important;
  }

  .p-md-6 {
    padding: 1.5rem !important;
  }

  .p-md-7 {
    padding: 1.75rem !important;
  }

  .p-md-8 {
    padding: 2rem !important;
  }

  .p-md-9 {
    padding: 2.5rem !important;
  }

  .p-md-10 {
    padding: 3rem !important;
  }

  .p-md-11 {
    padding: 3.25rem !important;
  }

  .p-md-12 {
    padding: 3.5rem !important;
  }

  .p-md-13 {
    padding: 3.75rem !important;
  }

  .p-md-14 {
    padding: 4rem !important;
  }

  .p-md-15 {
    padding: 4.25rem !important;
  }

  .p-md-16 {
    padding: 4.5rem !important;
  }

  .p-md-17 {
    padding: 4.75rem !important;
  }

  .p-md-18 {
    padding: 5rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-md-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-md-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-md-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-md-9 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-md-10 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-md-11 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }

  .px-md-12 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-md-13 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .px-md-14 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-md-15 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }

  .px-md-16 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-md-17 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }

  .px-md-18 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-md-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-md-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-md-9 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-md-10 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-md-11 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .py-md-12 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-md-13 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .py-md-14 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-md-15 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }

  .py-md-16 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-md-17 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .py-md-18 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 0.75rem !important;
  }

  .pt-md-4 {
    padding-top: 1rem !important;
  }

  .pt-md-5 {
    padding-top: 1.25rem !important;
  }

  .pt-md-6 {
    padding-top: 1.5rem !important;
  }

  .pt-md-7 {
    padding-top: 1.75rem !important;
  }

  .pt-md-8 {
    padding-top: 2rem !important;
  }

  .pt-md-9 {
    padding-top: 2.5rem !important;
  }

  .pt-md-10 {
    padding-top: 3rem !important;
  }

  .pt-md-11 {
    padding-top: 3.25rem !important;
  }

  .pt-md-12 {
    padding-top: 3.5rem !important;
  }

  .pt-md-13 {
    padding-top: 3.75rem !important;
  }

  .pt-md-14 {
    padding-top: 4rem !important;
  }

  .pt-md-15 {
    padding-top: 4.25rem !important;
  }

  .pt-md-16 {
    padding-top: 4.5rem !important;
  }

  .pt-md-17 {
    padding-top: 4.75rem !important;
  }

  .pt-md-18 {
    padding-top: 5rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 0.75rem !important;
  }

  .pe-md-4 {
    padding-right: 1rem !important;
  }

  .pe-md-5 {
    padding-right: 1.25rem !important;
  }

  .pe-md-6 {
    padding-right: 1.5rem !important;
  }

  .pe-md-7 {
    padding-right: 1.75rem !important;
  }

  .pe-md-8 {
    padding-right: 2rem !important;
  }

  .pe-md-9 {
    padding-right: 2.5rem !important;
  }

  .pe-md-10 {
    padding-right: 3rem !important;
  }

  .pe-md-11 {
    padding-right: 3.25rem !important;
  }

  .pe-md-12 {
    padding-right: 3.5rem !important;
  }

  .pe-md-13 {
    padding-right: 3.75rem !important;
  }

  .pe-md-14 {
    padding-right: 4rem !important;
  }

  .pe-md-15 {
    padding-right: 4.25rem !important;
  }

  .pe-md-16 {
    padding-right: 4.5rem !important;
  }

  .pe-md-17 {
    padding-right: 4.75rem !important;
  }

  .pe-md-18 {
    padding-right: 5rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 0.75rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1rem !important;
  }

  .pb-md-5 {
    padding-bottom: 1.25rem !important;
  }

  .pb-md-6 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-7 {
    padding-bottom: 1.75rem !important;
  }

  .pb-md-8 {
    padding-bottom: 2rem !important;
  }

  .pb-md-9 {
    padding-bottom: 2.5rem !important;
  }

  .pb-md-10 {
    padding-bottom: 3rem !important;
  }

  .pb-md-11 {
    padding-bottom: 3.25rem !important;
  }

  .pb-md-12 {
    padding-bottom: 3.5rem !important;
  }

  .pb-md-13 {
    padding-bottom: 3.75rem !important;
  }

  .pb-md-14 {
    padding-bottom: 4rem !important;
  }

  .pb-md-15 {
    padding-bottom: 4.25rem !important;
  }

  .pb-md-16 {
    padding-bottom: 4.5rem !important;
  }

  .pb-md-17 {
    padding-bottom: 4.75rem !important;
  }

  .pb-md-18 {
    padding-bottom: 5rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 0.75rem !important;
  }

  .ps-md-4 {
    padding-left: 1rem !important;
  }

  .ps-md-5 {
    padding-left: 1.25rem !important;
  }

  .ps-md-6 {
    padding-left: 1.5rem !important;
  }

  .ps-md-7 {
    padding-left: 1.75rem !important;
  }

  .ps-md-8 {
    padding-left: 2rem !important;
  }

  .ps-md-9 {
    padding-left: 2.5rem !important;
  }

  .ps-md-10 {
    padding-left: 3rem !important;
  }

  .ps-md-11 {
    padding-left: 3.25rem !important;
  }

  .ps-md-12 {
    padding-left: 3.5rem !important;
  }

  .ps-md-13 {
    padding-left: 3.75rem !important;
  }

  .ps-md-14 {
    padding-left: 4rem !important;
  }

  .ps-md-15 {
    padding-left: 4.25rem !important;
  }

  .ps-md-16 {
    padding-left: 4.5rem !important;
  }

  .ps-md-17 {
    padding-left: 4.75rem !important;
  }

  .ps-md-18 {
    padding-left: 5rem !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: 0.75rem !important;
  }

  .gap-md-4 {
    gap: 1rem !important;
  }

  .gap-md-5 {
    gap: 1.25rem !important;
  }

  .gap-md-6 {
    gap: 1.5rem !important;
  }

  .gap-md-7 {
    gap: 1.75rem !important;
  }

  .gap-md-8 {
    gap: 2rem !important;
  }

  .gap-md-9 {
    gap: 2.5rem !important;
  }

  .gap-md-10 {
    gap: 3rem !important;
  }

  .gap-md-11 {
    gap: 3.25rem !important;
  }

  .gap-md-12 {
    gap: 3.5rem !important;
  }

  .gap-md-13 {
    gap: 3.75rem !important;
  }

  .gap-md-14 {
    gap: 4rem !important;
  }

  .gap-md-15 {
    gap: 4.25rem !important;
  }

  .gap-md-16 {
    gap: 4.5rem !important;
  }

  .gap-md-17 {
    gap: 4.75rem !important;
  }

  .gap-md-18 {
    gap: 5rem !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: 0.75rem !important;
  }

  .row-gap-md-4 {
    row-gap: 1rem !important;
  }

  .row-gap-md-5 {
    row-gap: 1.25rem !important;
  }

  .row-gap-md-6 {
    row-gap: 1.5rem !important;
  }

  .row-gap-md-7 {
    row-gap: 1.75rem !important;
  }

  .row-gap-md-8 {
    row-gap: 2rem !important;
  }

  .row-gap-md-9 {
    row-gap: 2.5rem !important;
  }

  .row-gap-md-10 {
    row-gap: 3rem !important;
  }

  .row-gap-md-11 {
    row-gap: 3.25rem !important;
  }

  .row-gap-md-12 {
    row-gap: 3.5rem !important;
  }

  .row-gap-md-13 {
    row-gap: 3.75rem !important;
  }

  .row-gap-md-14 {
    row-gap: 4rem !important;
  }

  .row-gap-md-15 {
    row-gap: 4.25rem !important;
  }

  .row-gap-md-16 {
    row-gap: 4.5rem !important;
  }

  .row-gap-md-17 {
    row-gap: 4.75rem !important;
  }

  .row-gap-md-18 {
    row-gap: 5rem !important;
  }

  .column-gap-md-0 {
    column-gap: 0 !important;
  }

  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }

  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }

  .column-gap-md-3 {
    column-gap: 0.75rem !important;
  }

  .column-gap-md-4 {
    column-gap: 1rem !important;
  }

  .column-gap-md-5 {
    column-gap: 1.25rem !important;
  }

  .column-gap-md-6 {
    column-gap: 1.5rem !important;
  }

  .column-gap-md-7 {
    column-gap: 1.75rem !important;
  }

  .column-gap-md-8 {
    column-gap: 2rem !important;
  }

  .column-gap-md-9 {
    column-gap: 2.5rem !important;
  }

  .column-gap-md-10 {
    column-gap: 3rem !important;
  }

  .column-gap-md-11 {
    column-gap: 3.25rem !important;
  }

  .column-gap-md-12 {
    column-gap: 3.5rem !important;
  }

  .column-gap-md-13 {
    column-gap: 3.75rem !important;
  }

  .column-gap-md-14 {
    column-gap: 4rem !important;
  }

  .column-gap-md-15 {
    column-gap: 4.25rem !important;
  }

  .column-gap-md-16 {
    column-gap: 4.5rem !important;
  }

  .column-gap-md-17 {
    column-gap: 4.75rem !important;
  }

  .column-gap-md-18 {
    column-gap: 5rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .object-fit-lg-contain {
    object-fit: contain !important;
  }

  .object-fit-lg-cover {
    object-fit: cover !important;
  }

  .object-fit-lg-fill {
    object-fit: fill !important;
  }

  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }

  .object-fit-lg-none {
    object-fit: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-inline-grid {
    display: inline-grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 0.75rem !important;
  }

  .m-lg-4 {
    margin: 1rem !important;
  }

  .m-lg-5 {
    margin: 1.25rem !important;
  }

  .m-lg-6 {
    margin: 1.5rem !important;
  }

  .m-lg-7 {
    margin: 1.75rem !important;
  }

  .m-lg-8 {
    margin: 2rem !important;
  }

  .m-lg-9 {
    margin: 2.5rem !important;
  }

  .m-lg-10 {
    margin: 3rem !important;
  }

  .m-lg-11 {
    margin: 3.25rem !important;
  }

  .m-lg-12 {
    margin: 3.5rem !important;
  }

  .m-lg-13 {
    margin: 3.75rem !important;
  }

  .m-lg-14 {
    margin: 4rem !important;
  }

  .m-lg-15 {
    margin: 4.25rem !important;
  }

  .m-lg-16 {
    margin: 4.5rem !important;
  }

  .m-lg-17 {
    margin: 4.75rem !important;
  }

  .m-lg-18 {
    margin: 5rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-lg-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-lg-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-lg-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-lg-9 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-lg-10 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-11 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }

  .mx-lg-12 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-lg-13 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .mx-lg-14 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-lg-15 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }

  .mx-lg-16 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-lg-17 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }

  .mx-lg-18 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-lg-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-lg-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-lg-9 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-lg-10 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-11 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .my-lg-12 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-lg-13 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .my-lg-14 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-lg-15 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }

  .my-lg-16 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-lg-17 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .my-lg-18 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 0.75rem !important;
  }

  .mt-lg-4 {
    margin-top: 1rem !important;
  }

  .mt-lg-5 {
    margin-top: 1.25rem !important;
  }

  .mt-lg-6 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-7 {
    margin-top: 1.75rem !important;
  }

  .mt-lg-8 {
    margin-top: 2rem !important;
  }

  .mt-lg-9 {
    margin-top: 2.5rem !important;
  }

  .mt-lg-10 {
    margin-top: 3rem !important;
  }

  .mt-lg-11 {
    margin-top: 3.25rem !important;
  }

  .mt-lg-12 {
    margin-top: 3.5rem !important;
  }

  .mt-lg-13 {
    margin-top: 3.75rem !important;
  }

  .mt-lg-14 {
    margin-top: 4rem !important;
  }

  .mt-lg-15 {
    margin-top: 4.25rem !important;
  }

  .mt-lg-16 {
    margin-top: 4.5rem !important;
  }

  .mt-lg-17 {
    margin-top: 4.75rem !important;
  }

  .mt-lg-18 {
    margin-top: 5rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 0.75rem !important;
  }

  .me-lg-4 {
    margin-right: 1rem !important;
  }

  .me-lg-5 {
    margin-right: 1.25rem !important;
  }

  .me-lg-6 {
    margin-right: 1.5rem !important;
  }

  .me-lg-7 {
    margin-right: 1.75rem !important;
  }

  .me-lg-8 {
    margin-right: 2rem !important;
  }

  .me-lg-9 {
    margin-right: 2.5rem !important;
  }

  .me-lg-10 {
    margin-right: 3rem !important;
  }

  .me-lg-11 {
    margin-right: 3.25rem !important;
  }

  .me-lg-12 {
    margin-right: 3.5rem !important;
  }

  .me-lg-13 {
    margin-right: 3.75rem !important;
  }

  .me-lg-14 {
    margin-right: 4rem !important;
  }

  .me-lg-15 {
    margin-right: 4.25rem !important;
  }

  .me-lg-16 {
    margin-right: 4.5rem !important;
  }

  .me-lg-17 {
    margin-right: 4.75rem !important;
  }

  .me-lg-18 {
    margin-right: 5rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 1.25rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 1.75rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 2rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 2.5rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-11 {
    margin-bottom: 3.25rem !important;
  }

  .mb-lg-12 {
    margin-bottom: 3.5rem !important;
  }

  .mb-lg-13 {
    margin-bottom: 3.75rem !important;
  }

  .mb-lg-14 {
    margin-bottom: 4rem !important;
  }

  .mb-lg-15 {
    margin-bottom: 4.25rem !important;
  }

  .mb-lg-16 {
    margin-bottom: 4.5rem !important;
  }

  .mb-lg-17 {
    margin-bottom: 4.75rem !important;
  }

  .mb-lg-18 {
    margin-bottom: 5rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 0.75rem !important;
  }

  .ms-lg-4 {
    margin-left: 1rem !important;
  }

  .ms-lg-5 {
    margin-left: 1.25rem !important;
  }

  .ms-lg-6 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-7 {
    margin-left: 1.75rem !important;
  }

  .ms-lg-8 {
    margin-left: 2rem !important;
  }

  .ms-lg-9 {
    margin-left: 2.5rem !important;
  }

  .ms-lg-10 {
    margin-left: 3rem !important;
  }

  .ms-lg-11 {
    margin-left: 3.25rem !important;
  }

  .ms-lg-12 {
    margin-left: 3.5rem !important;
  }

  .ms-lg-13 {
    margin-left: 3.75rem !important;
  }

  .ms-lg-14 {
    margin-left: 4rem !important;
  }

  .ms-lg-15 {
    margin-left: 4.25rem !important;
  }

  .ms-lg-16 {
    margin-left: 4.5rem !important;
  }

  .ms-lg-17 {
    margin-left: 4.75rem !important;
  }

  .ms-lg-18 {
    margin-left: 5rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 0.75rem !important;
  }

  .p-lg-4 {
    padding: 1rem !important;
  }

  .p-lg-5 {
    padding: 1.25rem !important;
  }

  .p-lg-6 {
    padding: 1.5rem !important;
  }

  .p-lg-7 {
    padding: 1.75rem !important;
  }

  .p-lg-8 {
    padding: 2rem !important;
  }

  .p-lg-9 {
    padding: 2.5rem !important;
  }

  .p-lg-10 {
    padding: 3rem !important;
  }

  .p-lg-11 {
    padding: 3.25rem !important;
  }

  .p-lg-12 {
    padding: 3.5rem !important;
  }

  .p-lg-13 {
    padding: 3.75rem !important;
  }

  .p-lg-14 {
    padding: 4rem !important;
  }

  .p-lg-15 {
    padding: 4.25rem !important;
  }

  .p-lg-16 {
    padding: 4.5rem !important;
  }

  .p-lg-17 {
    padding: 4.75rem !important;
  }

  .p-lg-18 {
    padding: 5rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-lg-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-lg-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-lg-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-lg-9 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-lg-10 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-lg-11 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }

  .px-lg-12 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-lg-13 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .px-lg-14 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-lg-15 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }

  .px-lg-16 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-lg-17 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }

  .px-lg-18 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-lg-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-lg-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-lg-9 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-lg-10 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-11 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .py-lg-12 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-lg-13 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .py-lg-14 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-lg-15 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }

  .py-lg-16 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-lg-17 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .py-lg-18 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 0.75rem !important;
  }

  .pt-lg-4 {
    padding-top: 1rem !important;
  }

  .pt-lg-5 {
    padding-top: 1.25rem !important;
  }

  .pt-lg-6 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-7 {
    padding-top: 1.75rem !important;
  }

  .pt-lg-8 {
    padding-top: 2rem !important;
  }

  .pt-lg-9 {
    padding-top: 2.5rem !important;
  }

  .pt-lg-10 {
    padding-top: 3rem !important;
  }

  .pt-lg-11 {
    padding-top: 3.25rem !important;
  }

  .pt-lg-12 {
    padding-top: 3.5rem !important;
  }

  .pt-lg-13 {
    padding-top: 3.75rem !important;
  }

  .pt-lg-14 {
    padding-top: 4rem !important;
  }

  .pt-lg-15 {
    padding-top: 4.25rem !important;
  }

  .pt-lg-16 {
    padding-top: 4.5rem !important;
  }

  .pt-lg-17 {
    padding-top: 4.75rem !important;
  }

  .pt-lg-18 {
    padding-top: 5rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 0.75rem !important;
  }

  .pe-lg-4 {
    padding-right: 1rem !important;
  }

  .pe-lg-5 {
    padding-right: 1.25rem !important;
  }

  .pe-lg-6 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-7 {
    padding-right: 1.75rem !important;
  }

  .pe-lg-8 {
    padding-right: 2rem !important;
  }

  .pe-lg-9 {
    padding-right: 2.5rem !important;
  }

  .pe-lg-10 {
    padding-right: 3rem !important;
  }

  .pe-lg-11 {
    padding-right: 3.25rem !important;
  }

  .pe-lg-12 {
    padding-right: 3.5rem !important;
  }

  .pe-lg-13 {
    padding-right: 3.75rem !important;
  }

  .pe-lg-14 {
    padding-right: 4rem !important;
  }

  .pe-lg-15 {
    padding-right: 4.25rem !important;
  }

  .pe-lg-16 {
    padding-right: 4.5rem !important;
  }

  .pe-lg-17 {
    padding-right: 4.75rem !important;
  }

  .pe-lg-18 {
    padding-right: 5rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 0.75rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 1.25rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 1.75rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 2.5rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-11 {
    padding-bottom: 3.25rem !important;
  }

  .pb-lg-12 {
    padding-bottom: 3.5rem !important;
  }

  .pb-lg-13 {
    padding-bottom: 3.75rem !important;
  }

  .pb-lg-14 {
    padding-bottom: 4rem !important;
  }

  .pb-lg-15 {
    padding-bottom: 4.25rem !important;
  }

  .pb-lg-16 {
    padding-bottom: 4.5rem !important;
  }

  .pb-lg-17 {
    padding-bottom: 4.75rem !important;
  }

  .pb-lg-18 {
    padding-bottom: 5rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 0.75rem !important;
  }

  .ps-lg-4 {
    padding-left: 1rem !important;
  }

  .ps-lg-5 {
    padding-left: 1.25rem !important;
  }

  .ps-lg-6 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-7 {
    padding-left: 1.75rem !important;
  }

  .ps-lg-8 {
    padding-left: 2rem !important;
  }

  .ps-lg-9 {
    padding-left: 2.5rem !important;
  }

  .ps-lg-10 {
    padding-left: 3rem !important;
  }

  .ps-lg-11 {
    padding-left: 3.25rem !important;
  }

  .ps-lg-12 {
    padding-left: 3.5rem !important;
  }

  .ps-lg-13 {
    padding-left: 3.75rem !important;
  }

  .ps-lg-14 {
    padding-left: 4rem !important;
  }

  .ps-lg-15 {
    padding-left: 4.25rem !important;
  }

  .ps-lg-16 {
    padding-left: 4.5rem !important;
  }

  .ps-lg-17 {
    padding-left: 4.75rem !important;
  }

  .ps-lg-18 {
    padding-left: 5rem !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: 0.75rem !important;
  }

  .gap-lg-4 {
    gap: 1rem !important;
  }

  .gap-lg-5 {
    gap: 1.25rem !important;
  }

  .gap-lg-6 {
    gap: 1.5rem !important;
  }

  .gap-lg-7 {
    gap: 1.75rem !important;
  }

  .gap-lg-8 {
    gap: 2rem !important;
  }

  .gap-lg-9 {
    gap: 2.5rem !important;
  }

  .gap-lg-10 {
    gap: 3rem !important;
  }

  .gap-lg-11 {
    gap: 3.25rem !important;
  }

  .gap-lg-12 {
    gap: 3.5rem !important;
  }

  .gap-lg-13 {
    gap: 3.75rem !important;
  }

  .gap-lg-14 {
    gap: 4rem !important;
  }

  .gap-lg-15 {
    gap: 4.25rem !important;
  }

  .gap-lg-16 {
    gap: 4.5rem !important;
  }

  .gap-lg-17 {
    gap: 4.75rem !important;
  }

  .gap-lg-18 {
    gap: 5rem !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: 0.75rem !important;
  }

  .row-gap-lg-4 {
    row-gap: 1rem !important;
  }

  .row-gap-lg-5 {
    row-gap: 1.25rem !important;
  }

  .row-gap-lg-6 {
    row-gap: 1.5rem !important;
  }

  .row-gap-lg-7 {
    row-gap: 1.75rem !important;
  }

  .row-gap-lg-8 {
    row-gap: 2rem !important;
  }

  .row-gap-lg-9 {
    row-gap: 2.5rem !important;
  }

  .row-gap-lg-10 {
    row-gap: 3rem !important;
  }

  .row-gap-lg-11 {
    row-gap: 3.25rem !important;
  }

  .row-gap-lg-12 {
    row-gap: 3.5rem !important;
  }

  .row-gap-lg-13 {
    row-gap: 3.75rem !important;
  }

  .row-gap-lg-14 {
    row-gap: 4rem !important;
  }

  .row-gap-lg-15 {
    row-gap: 4.25rem !important;
  }

  .row-gap-lg-16 {
    row-gap: 4.5rem !important;
  }

  .row-gap-lg-17 {
    row-gap: 4.75rem !important;
  }

  .row-gap-lg-18 {
    row-gap: 5rem !important;
  }

  .column-gap-lg-0 {
    column-gap: 0 !important;
  }

  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }

  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }

  .column-gap-lg-3 {
    column-gap: 0.75rem !important;
  }

  .column-gap-lg-4 {
    column-gap: 1rem !important;
  }

  .column-gap-lg-5 {
    column-gap: 1.25rem !important;
  }

  .column-gap-lg-6 {
    column-gap: 1.5rem !important;
  }

  .column-gap-lg-7 {
    column-gap: 1.75rem !important;
  }

  .column-gap-lg-8 {
    column-gap: 2rem !important;
  }

  .column-gap-lg-9 {
    column-gap: 2.5rem !important;
  }

  .column-gap-lg-10 {
    column-gap: 3rem !important;
  }

  .column-gap-lg-11 {
    column-gap: 3.25rem !important;
  }

  .column-gap-lg-12 {
    column-gap: 3.5rem !important;
  }

  .column-gap-lg-13 {
    column-gap: 3.75rem !important;
  }

  .column-gap-lg-14 {
    column-gap: 4rem !important;
  }

  .column-gap-lg-15 {
    column-gap: 4.25rem !important;
  }

  .column-gap-lg-16 {
    column-gap: 4.5rem !important;
  }

  .column-gap-lg-17 {
    column-gap: 4.75rem !important;
  }

  .column-gap-lg-18 {
    column-gap: 5rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .object-fit-xl-contain {
    object-fit: contain !important;
  }

  .object-fit-xl-cover {
    object-fit: cover !important;
  }

  .object-fit-xl-fill {
    object-fit: fill !important;
  }

  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }

  .object-fit-xl-none {
    object-fit: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-inline-grid {
    display: inline-grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 0.75rem !important;
  }

  .m-xl-4 {
    margin: 1rem !important;
  }

  .m-xl-5 {
    margin: 1.25rem !important;
  }

  .m-xl-6 {
    margin: 1.5rem !important;
  }

  .m-xl-7 {
    margin: 1.75rem !important;
  }

  .m-xl-8 {
    margin: 2rem !important;
  }

  .m-xl-9 {
    margin: 2.5rem !important;
  }

  .m-xl-10 {
    margin: 3rem !important;
  }

  .m-xl-11 {
    margin: 3.25rem !important;
  }

  .m-xl-12 {
    margin: 3.5rem !important;
  }

  .m-xl-13 {
    margin: 3.75rem !important;
  }

  .m-xl-14 {
    margin: 4rem !important;
  }

  .m-xl-15 {
    margin: 4.25rem !important;
  }

  .m-xl-16 {
    margin: 4.5rem !important;
  }

  .m-xl-17 {
    margin: 4.75rem !important;
  }

  .m-xl-18 {
    margin: 5rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-xl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-xl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xl-9 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xl-10 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-11 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }

  .mx-xl-12 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-xl-13 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .mx-xl-14 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xl-15 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }

  .mx-xl-16 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xl-17 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }

  .mx-xl-18 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-xl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xl-9 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xl-10 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-11 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .my-xl-12 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-xl-13 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .my-xl-14 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xl-15 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }

  .my-xl-16 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xl-17 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .my-xl-18 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 0.75rem !important;
  }

  .mt-xl-4 {
    margin-top: 1rem !important;
  }

  .mt-xl-5 {
    margin-top: 1.25rem !important;
  }

  .mt-xl-6 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-7 {
    margin-top: 1.75rem !important;
  }

  .mt-xl-8 {
    margin-top: 2rem !important;
  }

  .mt-xl-9 {
    margin-top: 2.5rem !important;
  }

  .mt-xl-10 {
    margin-top: 3rem !important;
  }

  .mt-xl-11 {
    margin-top: 3.25rem !important;
  }

  .mt-xl-12 {
    margin-top: 3.5rem !important;
  }

  .mt-xl-13 {
    margin-top: 3.75rem !important;
  }

  .mt-xl-14 {
    margin-top: 4rem !important;
  }

  .mt-xl-15 {
    margin-top: 4.25rem !important;
  }

  .mt-xl-16 {
    margin-top: 4.5rem !important;
  }

  .mt-xl-17 {
    margin-top: 4.75rem !important;
  }

  .mt-xl-18 {
    margin-top: 5rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 0.75rem !important;
  }

  .me-xl-4 {
    margin-right: 1rem !important;
  }

  .me-xl-5 {
    margin-right: 1.25rem !important;
  }

  .me-xl-6 {
    margin-right: 1.5rem !important;
  }

  .me-xl-7 {
    margin-right: 1.75rem !important;
  }

  .me-xl-8 {
    margin-right: 2rem !important;
  }

  .me-xl-9 {
    margin-right: 2.5rem !important;
  }

  .me-xl-10 {
    margin-right: 3rem !important;
  }

  .me-xl-11 {
    margin-right: 3.25rem !important;
  }

  .me-xl-12 {
    margin-right: 3.5rem !important;
  }

  .me-xl-13 {
    margin-right: 3.75rem !important;
  }

  .me-xl-14 {
    margin-right: 4rem !important;
  }

  .me-xl-15 {
    margin-right: 4.25rem !important;
  }

  .me-xl-16 {
    margin-right: 4.5rem !important;
  }

  .me-xl-17 {
    margin-right: 4.75rem !important;
  }

  .me-xl-18 {
    margin-right: 5rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 0.75rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 1.25rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 1.75rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 2rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-11 {
    margin-bottom: 3.25rem !important;
  }

  .mb-xl-12 {
    margin-bottom: 3.5rem !important;
  }

  .mb-xl-13 {
    margin-bottom: 3.75rem !important;
  }

  .mb-xl-14 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-15 {
    margin-bottom: 4.25rem !important;
  }

  .mb-xl-16 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xl-17 {
    margin-bottom: 4.75rem !important;
  }

  .mb-xl-18 {
    margin-bottom: 5rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 0.75rem !important;
  }

  .ms-xl-4 {
    margin-left: 1rem !important;
  }

  .ms-xl-5 {
    margin-left: 1.25rem !important;
  }

  .ms-xl-6 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-7 {
    margin-left: 1.75rem !important;
  }

  .ms-xl-8 {
    margin-left: 2rem !important;
  }

  .ms-xl-9 {
    margin-left: 2.5rem !important;
  }

  .ms-xl-10 {
    margin-left: 3rem !important;
  }

  .ms-xl-11 {
    margin-left: 3.25rem !important;
  }

  .ms-xl-12 {
    margin-left: 3.5rem !important;
  }

  .ms-xl-13 {
    margin-left: 3.75rem !important;
  }

  .ms-xl-14 {
    margin-left: 4rem !important;
  }

  .ms-xl-15 {
    margin-left: 4.25rem !important;
  }

  .ms-xl-16 {
    margin-left: 4.5rem !important;
  }

  .ms-xl-17 {
    margin-left: 4.75rem !important;
  }

  .ms-xl-18 {
    margin-left: 5rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 0.75rem !important;
  }

  .p-xl-4 {
    padding: 1rem !important;
  }

  .p-xl-5 {
    padding: 1.25rem !important;
  }

  .p-xl-6 {
    padding: 1.5rem !important;
  }

  .p-xl-7 {
    padding: 1.75rem !important;
  }

  .p-xl-8 {
    padding: 2rem !important;
  }

  .p-xl-9 {
    padding: 2.5rem !important;
  }

  .p-xl-10 {
    padding: 3rem !important;
  }

  .p-xl-11 {
    padding: 3.25rem !important;
  }

  .p-xl-12 {
    padding: 3.5rem !important;
  }

  .p-xl-13 {
    padding: 3.75rem !important;
  }

  .p-xl-14 {
    padding: 4rem !important;
  }

  .p-xl-15 {
    padding: 4.25rem !important;
  }

  .p-xl-16 {
    padding: 4.5rem !important;
  }

  .p-xl-17 {
    padding: 4.75rem !important;
  }

  .p-xl-18 {
    padding: 5rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-xl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-xl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xl-9 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xl-10 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-11 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }

  .px-xl-12 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-xl-13 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .px-xl-14 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xl-15 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }

  .px-xl-16 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-xl-17 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }

  .px-xl-18 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-xl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-xl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xl-9 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xl-10 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-11 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .py-xl-12 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-xl-13 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .py-xl-14 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xl-15 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }

  .py-xl-16 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xl-17 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .py-xl-18 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 0.75rem !important;
  }

  .pt-xl-4 {
    padding-top: 1rem !important;
  }

  .pt-xl-5 {
    padding-top: 1.25rem !important;
  }

  .pt-xl-6 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-7 {
    padding-top: 1.75rem !important;
  }

  .pt-xl-8 {
    padding-top: 2rem !important;
  }

  .pt-xl-9 {
    padding-top: 2.5rem !important;
  }

  .pt-xl-10 {
    padding-top: 3rem !important;
  }

  .pt-xl-11 {
    padding-top: 3.25rem !important;
  }

  .pt-xl-12 {
    padding-top: 3.5rem !important;
  }

  .pt-xl-13 {
    padding-top: 3.75rem !important;
  }

  .pt-xl-14 {
    padding-top: 4rem !important;
  }

  .pt-xl-15 {
    padding-top: 4.25rem !important;
  }

  .pt-xl-16 {
    padding-top: 4.5rem !important;
  }

  .pt-xl-17 {
    padding-top: 4.75rem !important;
  }

  .pt-xl-18 {
    padding-top: 5rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 0.75rem !important;
  }

  .pe-xl-4 {
    padding-right: 1rem !important;
  }

  .pe-xl-5 {
    padding-right: 1.25rem !important;
  }

  .pe-xl-6 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-7 {
    padding-right: 1.75rem !important;
  }

  .pe-xl-8 {
    padding-right: 2rem !important;
  }

  .pe-xl-9 {
    padding-right: 2.5rem !important;
  }

  .pe-xl-10 {
    padding-right: 3rem !important;
  }

  .pe-xl-11 {
    padding-right: 3.25rem !important;
  }

  .pe-xl-12 {
    padding-right: 3.5rem !important;
  }

  .pe-xl-13 {
    padding-right: 3.75rem !important;
  }

  .pe-xl-14 {
    padding-right: 4rem !important;
  }

  .pe-xl-15 {
    padding-right: 4.25rem !important;
  }

  .pe-xl-16 {
    padding-right: 4.5rem !important;
  }

  .pe-xl-17 {
    padding-right: 4.75rem !important;
  }

  .pe-xl-18 {
    padding-right: 5rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 0.75rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 1.25rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 1.75rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 2rem !important;
  }

  .pb-xl-9 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xl-10 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-11 {
    padding-bottom: 3.25rem !important;
  }

  .pb-xl-12 {
    padding-bottom: 3.5rem !important;
  }

  .pb-xl-13 {
    padding-bottom: 3.75rem !important;
  }

  .pb-xl-14 {
    padding-bottom: 4rem !important;
  }

  .pb-xl-15 {
    padding-bottom: 4.25rem !important;
  }

  .pb-xl-16 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xl-17 {
    padding-bottom: 4.75rem !important;
  }

  .pb-xl-18 {
    padding-bottom: 5rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 0.75rem !important;
  }

  .ps-xl-4 {
    padding-left: 1rem !important;
  }

  .ps-xl-5 {
    padding-left: 1.25rem !important;
  }

  .ps-xl-6 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-7 {
    padding-left: 1.75rem !important;
  }

  .ps-xl-8 {
    padding-left: 2rem !important;
  }

  .ps-xl-9 {
    padding-left: 2.5rem !important;
  }

  .ps-xl-10 {
    padding-left: 3rem !important;
  }

  .ps-xl-11 {
    padding-left: 3.25rem !important;
  }

  .ps-xl-12 {
    padding-left: 3.5rem !important;
  }

  .ps-xl-13 {
    padding-left: 3.75rem !important;
  }

  .ps-xl-14 {
    padding-left: 4rem !important;
  }

  .ps-xl-15 {
    padding-left: 4.25rem !important;
  }

  .ps-xl-16 {
    padding-left: 4.5rem !important;
  }

  .ps-xl-17 {
    padding-left: 4.75rem !important;
  }

  .ps-xl-18 {
    padding-left: 5rem !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: 0.75rem !important;
  }

  .gap-xl-4 {
    gap: 1rem !important;
  }

  .gap-xl-5 {
    gap: 1.25rem !important;
  }

  .gap-xl-6 {
    gap: 1.5rem !important;
  }

  .gap-xl-7 {
    gap: 1.75rem !important;
  }

  .gap-xl-8 {
    gap: 2rem !important;
  }

  .gap-xl-9 {
    gap: 2.5rem !important;
  }

  .gap-xl-10 {
    gap: 3rem !important;
  }

  .gap-xl-11 {
    gap: 3.25rem !important;
  }

  .gap-xl-12 {
    gap: 3.5rem !important;
  }

  .gap-xl-13 {
    gap: 3.75rem !important;
  }

  .gap-xl-14 {
    gap: 4rem !important;
  }

  .gap-xl-15 {
    gap: 4.25rem !important;
  }

  .gap-xl-16 {
    gap: 4.5rem !important;
  }

  .gap-xl-17 {
    gap: 4.75rem !important;
  }

  .gap-xl-18 {
    gap: 5rem !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: 0.75rem !important;
  }

  .row-gap-xl-4 {
    row-gap: 1rem !important;
  }

  .row-gap-xl-5 {
    row-gap: 1.25rem !important;
  }

  .row-gap-xl-6 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xl-7 {
    row-gap: 1.75rem !important;
  }

  .row-gap-xl-8 {
    row-gap: 2rem !important;
  }

  .row-gap-xl-9 {
    row-gap: 2.5rem !important;
  }

  .row-gap-xl-10 {
    row-gap: 3rem !important;
  }

  .row-gap-xl-11 {
    row-gap: 3.25rem !important;
  }

  .row-gap-xl-12 {
    row-gap: 3.5rem !important;
  }

  .row-gap-xl-13 {
    row-gap: 3.75rem !important;
  }

  .row-gap-xl-14 {
    row-gap: 4rem !important;
  }

  .row-gap-xl-15 {
    row-gap: 4.25rem !important;
  }

  .row-gap-xl-16 {
    row-gap: 4.5rem !important;
  }

  .row-gap-xl-17 {
    row-gap: 4.75rem !important;
  }

  .row-gap-xl-18 {
    row-gap: 5rem !important;
  }

  .column-gap-xl-0 {
    column-gap: 0 !important;
  }

  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }

  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }

  .column-gap-xl-3 {
    column-gap: 0.75rem !important;
  }

  .column-gap-xl-4 {
    column-gap: 1rem !important;
  }

  .column-gap-xl-5 {
    column-gap: 1.25rem !important;
  }

  .column-gap-xl-6 {
    column-gap: 1.5rem !important;
  }

  .column-gap-xl-7 {
    column-gap: 1.75rem !important;
  }

  .column-gap-xl-8 {
    column-gap: 2rem !important;
  }

  .column-gap-xl-9 {
    column-gap: 2.5rem !important;
  }

  .column-gap-xl-10 {
    column-gap: 3rem !important;
  }

  .column-gap-xl-11 {
    column-gap: 3.25rem !important;
  }

  .column-gap-xl-12 {
    column-gap: 3.5rem !important;
  }

  .column-gap-xl-13 {
    column-gap: 3.75rem !important;
  }

  .column-gap-xl-14 {
    column-gap: 4rem !important;
  }

  .column-gap-xl-15 {
    column-gap: 4.25rem !important;
  }

  .column-gap-xl-16 {
    column-gap: 4.5rem !important;
  }

  .column-gap-xl-17 {
    column-gap: 4.75rem !important;
  }

  .column-gap-xl-18 {
    column-gap: 5rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .object-fit-xxl-contain {
    object-fit: contain !important;
  }

  .object-fit-xxl-cover {
    object-fit: cover !important;
  }

  .object-fit-xxl-fill {
    object-fit: fill !important;
  }

  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }

  .object-fit-xxl-none {
    object-fit: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-inline-grid {
    display: inline-grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 0.75rem !important;
  }

  .m-xxl-4 {
    margin: 1rem !important;
  }

  .m-xxl-5 {
    margin: 1.25rem !important;
  }

  .m-xxl-6 {
    margin: 1.5rem !important;
  }

  .m-xxl-7 {
    margin: 1.75rem !important;
  }

  .m-xxl-8 {
    margin: 2rem !important;
  }

  .m-xxl-9 {
    margin: 2.5rem !important;
  }

  .m-xxl-10 {
    margin: 3rem !important;
  }

  .m-xxl-11 {
    margin: 3.25rem !important;
  }

  .m-xxl-12 {
    margin: 3.5rem !important;
  }

  .m-xxl-13 {
    margin: 3.75rem !important;
  }

  .m-xxl-14 {
    margin: 4rem !important;
  }

  .m-xxl-15 {
    margin: 4.25rem !important;
  }

  .m-xxl-16 {
    margin: 4.5rem !important;
  }

  .m-xxl-17 {
    margin: 4.75rem !important;
  }

  .m-xxl-18 {
    margin: 5rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-xxl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-xxl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxl-9 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xxl-10 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-11 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }

  .mx-xxl-12 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-xxl-13 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .mx-xxl-14 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xxl-15 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }

  .mx-xxl-16 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xxl-17 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }

  .mx-xxl-18 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xxl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-xxl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-xxl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxl-9 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xxl-10 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-11 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .my-xxl-12 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-xxl-13 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .my-xxl-14 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxl-15 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }

  .my-xxl-16 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xxl-17 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .my-xxl-18 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 0.75rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1rem !important;
  }

  .mt-xxl-5 {
    margin-top: 1.25rem !important;
  }

  .mt-xxl-6 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-7 {
    margin-top: 1.75rem !important;
  }

  .mt-xxl-8 {
    margin-top: 2rem !important;
  }

  .mt-xxl-9 {
    margin-top: 2.5rem !important;
  }

  .mt-xxl-10 {
    margin-top: 3rem !important;
  }

  .mt-xxl-11 {
    margin-top: 3.25rem !important;
  }

  .mt-xxl-12 {
    margin-top: 3.5rem !important;
  }

  .mt-xxl-13 {
    margin-top: 3.75rem !important;
  }

  .mt-xxl-14 {
    margin-top: 4rem !important;
  }

  .mt-xxl-15 {
    margin-top: 4.25rem !important;
  }

  .mt-xxl-16 {
    margin-top: 4.5rem !important;
  }

  .mt-xxl-17 {
    margin-top: 4.75rem !important;
  }

  .mt-xxl-18 {
    margin-top: 5rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 0.75rem !important;
  }

  .me-xxl-4 {
    margin-right: 1rem !important;
  }

  .me-xxl-5 {
    margin-right: 1.25rem !important;
  }

  .me-xxl-6 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-7 {
    margin-right: 1.75rem !important;
  }

  .me-xxl-8 {
    margin-right: 2rem !important;
  }

  .me-xxl-9 {
    margin-right: 2.5rem !important;
  }

  .me-xxl-10 {
    margin-right: 3rem !important;
  }

  .me-xxl-11 {
    margin-right: 3.25rem !important;
  }

  .me-xxl-12 {
    margin-right: 3.5rem !important;
  }

  .me-xxl-13 {
    margin-right: 3.75rem !important;
  }

  .me-xxl-14 {
    margin-right: 4rem !important;
  }

  .me-xxl-15 {
    margin-right: 4.25rem !important;
  }

  .me-xxl-16 {
    margin-right: 4.5rem !important;
  }

  .me-xxl-17 {
    margin-right: 4.75rem !important;
  }

  .me-xxl-18 {
    margin-right: 5rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 0.75rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 1.25rem !important;
  }

  .mb-xxl-6 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 1.75rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 2rem !important;
  }

  .mb-xxl-9 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xxl-10 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-11 {
    margin-bottom: 3.25rem !important;
  }

  .mb-xxl-12 {
    margin-bottom: 3.5rem !important;
  }

  .mb-xxl-13 {
    margin-bottom: 3.75rem !important;
  }

  .mb-xxl-14 {
    margin-bottom: 4rem !important;
  }

  .mb-xxl-15 {
    margin-bottom: 4.25rem !important;
  }

  .mb-xxl-16 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xxl-17 {
    margin-bottom: 4.75rem !important;
  }

  .mb-xxl-18 {
    margin-bottom: 5rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 0.75rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1rem !important;
  }

  .ms-xxl-5 {
    margin-left: 1.25rem !important;
  }

  .ms-xxl-6 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-7 {
    margin-left: 1.75rem !important;
  }

  .ms-xxl-8 {
    margin-left: 2rem !important;
  }

  .ms-xxl-9 {
    margin-left: 2.5rem !important;
  }

  .ms-xxl-10 {
    margin-left: 3rem !important;
  }

  .ms-xxl-11 {
    margin-left: 3.25rem !important;
  }

  .ms-xxl-12 {
    margin-left: 3.5rem !important;
  }

  .ms-xxl-13 {
    margin-left: 3.75rem !important;
  }

  .ms-xxl-14 {
    margin-left: 4rem !important;
  }

  .ms-xxl-15 {
    margin-left: 4.25rem !important;
  }

  .ms-xxl-16 {
    margin-left: 4.5rem !important;
  }

  .ms-xxl-17 {
    margin-left: 4.75rem !important;
  }

  .ms-xxl-18 {
    margin-left: 5rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 0.75rem !important;
  }

  .p-xxl-4 {
    padding: 1rem !important;
  }

  .p-xxl-5 {
    padding: 1.25rem !important;
  }

  .p-xxl-6 {
    padding: 1.5rem !important;
  }

  .p-xxl-7 {
    padding: 1.75rem !important;
  }

  .p-xxl-8 {
    padding: 2rem !important;
  }

  .p-xxl-9 {
    padding: 2.5rem !important;
  }

  .p-xxl-10 {
    padding: 3rem !important;
  }

  .p-xxl-11 {
    padding: 3.25rem !important;
  }

  .p-xxl-12 {
    padding: 3.5rem !important;
  }

  .p-xxl-13 {
    padding: 3.75rem !important;
  }

  .p-xxl-14 {
    padding: 4rem !important;
  }

  .p-xxl-15 {
    padding: 4.25rem !important;
  }

  .p-xxl-16 {
    padding: 4.5rem !important;
  }

  .p-xxl-17 {
    padding: 4.75rem !important;
  }

  .p-xxl-18 {
    padding: 5rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xxl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-xxl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-xxl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxl-9 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xxl-10 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xxl-11 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }

  .px-xxl-12 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-xxl-13 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .px-xxl-14 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xxl-15 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }

  .px-xxl-16 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-xxl-17 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }

  .px-xxl-18 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xxl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-xxl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-xxl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxl-9 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xxl-10 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxl-11 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .py-xxl-12 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-xxl-13 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .py-xxl-14 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xxl-15 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }

  .py-xxl-16 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xxl-17 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .py-xxl-18 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 0.75rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1rem !important;
  }

  .pt-xxl-5 {
    padding-top: 1.25rem !important;
  }

  .pt-xxl-6 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-7 {
    padding-top: 1.75rem !important;
  }

  .pt-xxl-8 {
    padding-top: 2rem !important;
  }

  .pt-xxl-9 {
    padding-top: 2.5rem !important;
  }

  .pt-xxl-10 {
    padding-top: 3rem !important;
  }

  .pt-xxl-11 {
    padding-top: 3.25rem !important;
  }

  .pt-xxl-12 {
    padding-top: 3.5rem !important;
  }

  .pt-xxl-13 {
    padding-top: 3.75rem !important;
  }

  .pt-xxl-14 {
    padding-top: 4rem !important;
  }

  .pt-xxl-15 {
    padding-top: 4.25rem !important;
  }

  .pt-xxl-16 {
    padding-top: 4.5rem !important;
  }

  .pt-xxl-17 {
    padding-top: 4.75rem !important;
  }

  .pt-xxl-18 {
    padding-top: 5rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 0.75rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1rem !important;
  }

  .pe-xxl-5 {
    padding-right: 1.25rem !important;
  }

  .pe-xxl-6 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-7 {
    padding-right: 1.75rem !important;
  }

  .pe-xxl-8 {
    padding-right: 2rem !important;
  }

  .pe-xxl-9 {
    padding-right: 2.5rem !important;
  }

  .pe-xxl-10 {
    padding-right: 3rem !important;
  }

  .pe-xxl-11 {
    padding-right: 3.25rem !important;
  }

  .pe-xxl-12 {
    padding-right: 3.5rem !important;
  }

  .pe-xxl-13 {
    padding-right: 3.75rem !important;
  }

  .pe-xxl-14 {
    padding-right: 4rem !important;
  }

  .pe-xxl-15 {
    padding-right: 4.25rem !important;
  }

  .pe-xxl-16 {
    padding-right: 4.5rem !important;
  }

  .pe-xxl-17 {
    padding-right: 4.75rem !important;
  }

  .pe-xxl-18 {
    padding-right: 5rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 0.75rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 1.25rem !important;
  }

  .pb-xxl-6 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-7 {
    padding-bottom: 1.75rem !important;
  }

  .pb-xxl-8 {
    padding-bottom: 2rem !important;
  }

  .pb-xxl-9 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xxl-10 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-11 {
    padding-bottom: 3.25rem !important;
  }

  .pb-xxl-12 {
    padding-bottom: 3.5rem !important;
  }

  .pb-xxl-13 {
    padding-bottom: 3.75rem !important;
  }

  .pb-xxl-14 {
    padding-bottom: 4rem !important;
  }

  .pb-xxl-15 {
    padding-bottom: 4.25rem !important;
  }

  .pb-xxl-16 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xxl-17 {
    padding-bottom: 4.75rem !important;
  }

  .pb-xxl-18 {
    padding-bottom: 5rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 0.75rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1rem !important;
  }

  .ps-xxl-5 {
    padding-left: 1.25rem !important;
  }

  .ps-xxl-6 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-7 {
    padding-left: 1.75rem !important;
  }

  .ps-xxl-8 {
    padding-left: 2rem !important;
  }

  .ps-xxl-9 {
    padding-left: 2.5rem !important;
  }

  .ps-xxl-10 {
    padding-left: 3rem !important;
  }

  .ps-xxl-11 {
    padding-left: 3.25rem !important;
  }

  .ps-xxl-12 {
    padding-left: 3.5rem !important;
  }

  .ps-xxl-13 {
    padding-left: 3.75rem !important;
  }

  .ps-xxl-14 {
    padding-left: 4rem !important;
  }

  .ps-xxl-15 {
    padding-left: 4.25rem !important;
  }

  .ps-xxl-16 {
    padding-left: 4.5rem !important;
  }

  .ps-xxl-17 {
    padding-left: 4.75rem !important;
  }

  .ps-xxl-18 {
    padding-left: 5rem !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: 0.75rem !important;
  }

  .gap-xxl-4 {
    gap: 1rem !important;
  }

  .gap-xxl-5 {
    gap: 1.25rem !important;
  }

  .gap-xxl-6 {
    gap: 1.5rem !important;
  }

  .gap-xxl-7 {
    gap: 1.75rem !important;
  }

  .gap-xxl-8 {
    gap: 2rem !important;
  }

  .gap-xxl-9 {
    gap: 2.5rem !important;
  }

  .gap-xxl-10 {
    gap: 3rem !important;
  }

  .gap-xxl-11 {
    gap: 3.25rem !important;
  }

  .gap-xxl-12 {
    gap: 3.5rem !important;
  }

  .gap-xxl-13 {
    gap: 3.75rem !important;
  }

  .gap-xxl-14 {
    gap: 4rem !important;
  }

  .gap-xxl-15 {
    gap: 4.25rem !important;
  }

  .gap-xxl-16 {
    gap: 4.5rem !important;
  }

  .gap-xxl-17 {
    gap: 4.75rem !important;
  }

  .gap-xxl-18 {
    gap: 5rem !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: 0.75rem !important;
  }

  .row-gap-xxl-4 {
    row-gap: 1rem !important;
  }

  .row-gap-xxl-5 {
    row-gap: 1.25rem !important;
  }

  .row-gap-xxl-6 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xxl-7 {
    row-gap: 1.75rem !important;
  }

  .row-gap-xxl-8 {
    row-gap: 2rem !important;
  }

  .row-gap-xxl-9 {
    row-gap: 2.5rem !important;
  }

  .row-gap-xxl-10 {
    row-gap: 3rem !important;
  }

  .row-gap-xxl-11 {
    row-gap: 3.25rem !important;
  }

  .row-gap-xxl-12 {
    row-gap: 3.5rem !important;
  }

  .row-gap-xxl-13 {
    row-gap: 3.75rem !important;
  }

  .row-gap-xxl-14 {
    row-gap: 4rem !important;
  }

  .row-gap-xxl-15 {
    row-gap: 4.25rem !important;
  }

  .row-gap-xxl-16 {
    row-gap: 4.5rem !important;
  }

  .row-gap-xxl-17 {
    row-gap: 4.75rem !important;
  }

  .row-gap-xxl-18 {
    row-gap: 5rem !important;
  }

  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }

  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }

  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }

  .column-gap-xxl-3 {
    column-gap: 0.75rem !important;
  }

  .column-gap-xxl-4 {
    column-gap: 1rem !important;
  }

  .column-gap-xxl-5 {
    column-gap: 1.25rem !important;
  }

  .column-gap-xxl-6 {
    column-gap: 1.5rem !important;
  }

  .column-gap-xxl-7 {
    column-gap: 1.75rem !important;
  }

  .column-gap-xxl-8 {
    column-gap: 2rem !important;
  }

  .column-gap-xxl-9 {
    column-gap: 2.5rem !important;
  }

  .column-gap-xxl-10 {
    column-gap: 3rem !important;
  }

  .column-gap-xxl-11 {
    column-gap: 3.25rem !important;
  }

  .column-gap-xxl-12 {
    column-gap: 3.5rem !important;
  }

  .column-gap-xxl-13 {
    column-gap: 3.75rem !important;
  }

  .column-gap-xxl-14 {
    column-gap: 4rem !important;
  }

  .column-gap-xxl-15 {
    column-gap: 4.25rem !important;
  }

  .column-gap-xxl-16 {
    column-gap: 4.5rem !important;
  }

  .column-gap-xxl-17 {
    column-gap: 4.75rem !important;
  }

  .column-gap-xxl-18 {
    column-gap: 5rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-inline-grid {
    display: inline-grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}

trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-dialogs {
  position: relative;
}

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none;
}

trix-editor .attachment__caption-editor:focus[data-trix-mutable]::-moz-selection {
  background: highlight;
}

trix-editor .attachment__caption-editor:focus[data-trix-mutable]::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}

trix-editor .attachment {
  position: relative;
}

trix-editor .attachment:hover {
  cursor: default;
}

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

trix-editor .trix-button-group {
  display: inline-flex;
}

trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

trix-editor .trix-button--remove:hover {
  border-color: #333;
}

trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

trix-editor .attachment__metadata-container {
  position: relative;
}

trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

.trix-content {
  line-height: 1.5;
}

.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.trix-content h1, .trix-content .h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

.trix-content li {
  margin-left: 1em;
}

.trix-content [dir=rtl] li {
  margin-right: 1em;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

.trix-content img {
  max-width: 100%;
  height: auto;
}

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

.trix-content .attachment__caption {
  text-align: center;
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " •";
}

.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/*! Pickr 1.8.2 MIT | https://github.com/Simonwep/pickr */
.pickr {
  position: relative;
  overflow: visible;
  transform: translateY(0);
}

.pickr * {
  box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-appearance: none;
}

.pickr .pcr-button {
  position: relative;
  height: 2em;
  width: 2em;
  padding: 0.5em;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  border-radius: 0.15em;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat center;
  background-size: 0;
  transition: all 0.3s;
}

.pickr .pcr-button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 0.5em;
  border-radius: 0.15em;
  z-index: -1;
}

.pickr .pcr-button::before {
  z-index: initial;
}

.pickr .pcr-button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: background 0.3s;
  background: var(--pcr-color);
  border-radius: 0.15em;
}

.pickr .pcr-button.clear {
  background-size: 70%;
}

.pickr .pcr-button.clear::before {
  opacity: 0;
}

.pickr .pcr-button.clear:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

.pickr .pcr-button.disabled {
  cursor: not-allowed;
}

.pickr *, .pcr-app * {
  box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-appearance: none;
}

.pickr input:focus, .pickr input.pcr-active, .pickr button:focus, .pickr button.pcr-active, .pcr-app input:focus, .pcr-app input.pcr-active, .pcr-app button:focus, .pcr-app button.pcr-active {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

.pickr .pcr-palette, .pickr .pcr-slider, .pcr-app .pcr-palette, .pcr-app .pcr-slider {
  transition: box-shadow 0.3s;
}

.pickr .pcr-palette:focus, .pickr .pcr-slider:focus, .pcr-app .pcr-palette:focus, .pcr-app .pcr-slider:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(0, 0, 0, 0.25);
}

.pcr-app {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 10000;
  border-radius: 0.1em;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s 0.3s;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  box-shadow: 0 0.15em 1.5em 0 rgba(0, 0, 0, 0.1), 0 0 1em 0 rgba(0, 0, 0, 0.03);
  left: 0;
  top: 0;
}

.pcr-app.visible {
  transition: opacity 0.3s;
  visibility: visible;
  opacity: 1;
}

.pcr-app .pcr-swatches {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.75em;
}

.pcr-app .pcr-swatches.pcr-last {
  margin: 0;
}

@supports (display: grid) {
  .pcr-app .pcr-swatches {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, 1.75em);
  }
}
.pcr-app .pcr-swatches > button {
  font-size: 1em;
  position: relative;
  width: calc(1.75em - 5px);
  height: calc(1.75em - 5px);
  border-radius: 0.15em;
  cursor: pointer;
  margin: 2.5px;
  flex-shrink: 0;
  justify-self: center;
  transition: all 0.15s;
  overflow: hidden;
  background: transparent;
  z-index: 1;
}

.pcr-app .pcr-swatches > button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 6px;
  border-radius: 0.15em;
  z-index: -1;
}

.pcr-app .pcr-swatches > button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--pcr-color);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.15em;
  box-sizing: border-box;
}

.pcr-app .pcr-swatches > button:hover {
  filter: brightness(1.05);
}

.pcr-app .pcr-swatches > button:not(.pcr-active) {
  box-shadow: none;
}

.pcr-app .pcr-interaction {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -0.2em 0 -0.2em;
}

.pcr-app .pcr-interaction > * {
  margin: 0 0.2em;
}

.pcr-app .pcr-interaction input {
  letter-spacing: 0.07em;
  font-size: 0.75em;
  text-align: center;
  cursor: pointer;
  color: #75797e;
  background: #f1f3f4;
  border-radius: 0.15em;
  transition: all 0.15s;
  padding: 0.45em 0.5em;
  margin-top: 0.75em;
}

.pcr-app .pcr-interaction input:hover {
  filter: brightness(0.975);
}

.pcr-app .pcr-interaction input:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(66, 133, 244, 0.75);
}

.pcr-app .pcr-interaction .pcr-result {
  color: #75797e;
  text-align: left;
  flex: 1 1 8em;
  min-width: 8em;
  transition: all 0.2s;
  border-radius: 0.15em;
  background: #f1f3f4;
  cursor: text;
}

.pcr-app .pcr-interaction .pcr-result::-moz-selection {
  background: #4285f4;
  color: #fff;
}

.pcr-app .pcr-interaction .pcr-result::selection {
  background: #4285f4;
  color: #fff;
}

.pcr-app .pcr-interaction .pcr-type.active {
  color: #fff;
  background: #4285f4;
}

.pcr-app .pcr-interaction .pcr-save, .pcr-app .pcr-interaction .pcr-cancel, .pcr-app .pcr-interaction .pcr-clear {
  color: #fff;
  width: auto;
}

.pcr-app .pcr-interaction .pcr-save, .pcr-app .pcr-interaction .pcr-cancel, .pcr-app .pcr-interaction .pcr-clear {
  color: #fff;
}

.pcr-app .pcr-interaction .pcr-save:hover, .pcr-app .pcr-interaction .pcr-cancel:hover, .pcr-app .pcr-interaction .pcr-clear:hover {
  filter: brightness(0.925);
}

.pcr-app .pcr-interaction .pcr-save {
  background: #4285f4;
}

.pcr-app .pcr-interaction .pcr-clear, .pcr-app .pcr-interaction .pcr-cancel {
  background: #f44250;
}

.pcr-app .pcr-interaction .pcr-clear:focus, .pcr-app .pcr-interaction .pcr-cancel:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(244, 66, 80, 0.75);
}

.pcr-app .pcr-selection .pcr-picker {
  position: absolute;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pcr-app .pcr-selection .pcr-color-palette, .pcr-app .pcr-selection .pcr-color-chooser, .pcr-app .pcr-selection .pcr-color-opacity {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: column;
  cursor: grab;
  cursor: -webkit-grab;
}

.pcr-app .pcr-selection .pcr-color-palette:active, .pcr-app .pcr-selection .pcr-color-chooser:active, .pcr-app .pcr-selection .pcr-color-opacity:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.pcr-app[data-theme=nano] {
  width: 14.25em;
  max-width: 95vw;
}

.pcr-app[data-theme=nano] .pcr-swatches {
  margin-top: 0.6em;
  padding: 0 0.6em;
}

.pcr-app[data-theme=nano] .pcr-interaction {
  padding: 0 0.6em 0.6em 0.6em;
}

.pcr-app[data-theme=nano] .pcr-selection {
  display: grid;
  grid-gap: 0.6em;
  grid-template-columns: 1fr 4fr;
  grid-template-rows: 5fr auto auto;
  align-items: center;
  height: 10.5em;
  width: 100%;
  align-self: flex-start;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview {
  grid-area: 2/1/4/1;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 0.6em;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-last-color {
  display: none;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color {
  position: relative;
  background: var(--pcr-color);
  width: 2em;
  height: 2em;
  border-radius: 50em;
  overflow: hidden;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 0.5em;
  border-radius: 0.15em;
  z-index: -1;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette {
  grid-area: 1/1/2/3;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette {
  border-radius: 0.15em;
  width: 100%;
  height: 100%;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 0.5em;
  border-radius: 0.15em;
  z-index: -1;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser {
  grid-area: 2/2/2/2;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity {
  grid-area: 3/2/3/2;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser, .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity {
  height: 0.5em;
  margin: 0 0.6em;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-picker, .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-picker {
  top: 50%;
  transform: translateY(-50%);
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-slider, .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-slider {
  flex-grow: 1;
  border-radius: 50em;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-slider {
  background: linear-gradient(to right, red, #ff0, lime, cyan, blue, #f0f, red);
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-slider {
  background: linear-gradient(to right, transparent, black), url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 100%, 0.25em;
}

trix-toolbar button.trix-button.trix-button--icon-strike,
trix-toolbar span.trix-button-group--block-tools,
trix-toolbar span.trix-button-group--history-tools,
trix-toolbar span.trix-button-group--file-tools {
  display: none;
}

.colorpicker-input-addon {
  position: relative;
}

.colorpicker-input-addon i {
  display: inline-block;
  cursor: pointer;
  vertical-align: text-top;
  height: 16px;
  width: 16px;
  position: relative;
}

.colorpicker-input-addon:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: text-top;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), white;
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}

@keyframes hotspot-pulse {
  0% {
    opacity: 0.9;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.4);
  }
  100% {
    opacity: 0.1;
    transform: scale(1.9);
  }
}
.hotspot {
  background-color: #000;
  width: 15px;
  height: 15px;
  font-size: 0;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.hotspot.with-number {
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.pulsating-circle {
  position: absolute;
  box-sizing: content-box;
  display: block;
  animation: none;
  background: transparent;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  top: -6px;
  left: -6px;
  border: 6px solid #919eab;
  z-index: 1;
  transform: scale(1);
  visibility: hidden;
}
.pulsating-circle.active, .active .pulsating-circle, .hotspot:hover .pulsating-circle, .list-group-item:hover .pulsating-circle {
  visibility: visible;
  animation: hotspot-pulse 1.25s linear;
  animation-iteration-count: infinite;
}

.rich-text-editor-wrap {
  position: relative;
}
.rich-text-editor-wrap trix-toolbar {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #E5E4EB;
}
.rich-text-editor-wrap trix-toolbar .trix-button-row .trix-button-group {
  border: 0;
  margin: 0;
}
.rich-text-editor-wrap trix-toolbar .trix-button-row .trix-button-group .trix-button:not(:first-child) {
  border-left: 1px solid #E5E4EB !important;
}
.rich-text-editor-wrap trix-toolbar .trix-button-row .trix-button-group .trix-button:last-child {
  border-right: 1px solid #E5E4EB !important;
}
.rich-text-editor-wrap trix-toolbar .trix-button-row .trix-button-group .trix-button.trix-button--icon {
  border-bottom: 0;
  width: 40px;
  height: 32px;
  border-right: 0;
}
.rich-text-editor-wrap trix-toolbar .trix-button-row .trix-button-group .trix-button.trix-button--icon::before {
  left: 13px;
  width: 16px;
  opacity: 1;
}
.rich-text-editor-wrap trix-toolbar .trix-button-row .trix-button-group .trix-button.trix-button--icon.trix-button--icon-bold::before {
  background-image: url("/assets/trix-editor-icons/icon-bold-93ea00de88ea2750fd24c5e385e0cddc45373a6b.svg");
}
.rich-text-editor-wrap trix-toolbar .trix-button-row .trix-button-group .trix-button.trix-button--icon.trix-button--icon-italic::before {
  background-image: url("/assets/trix-editor-icons/icon-italic-a56456a40c08531c08e4ba26a430eac492b56315.svg");
}
.rich-text-editor-wrap trix-toolbar .trix-button-row .trix-button-group .trix-button.trix-button--icon.trix-button--icon-link::before {
  background-image: url("/assets/trix-editor-icons/icon-link-39238912cc69e1fc85482f8e283a988a468ca0c6.svg");
}
.rich-text-editor-wrap trix-toolbar .trix-button-row .trix-button-group .trix-button.trix-button--icon.trix-active {
  background: rgba(75, 33, 192, 0.05);
}
.rich-text-editor-wrap trix-toolbar .trix-button-row .trix-button-group .trix-button.trix-button--icon.trix-active.trix-button--icon-bold::before {
  background-image: url("/assets/trix-editor-icons/icon-bold-active-af720b188676885e44d05fb1deeff60d15efc176.svg");
}
.rich-text-editor-wrap trix-toolbar .trix-button-row .trix-button-group .trix-button.trix-button--icon.trix-active.trix-button--icon-italic::before {
  background-image: url("/assets/trix-editor-icons/icon-italic-active-a98b0af4b4e8da909749a880dec0cc3cae8eb4ea.svg");
}
.rich-text-editor-wrap trix-toolbar .trix-button-row .trix-button-group .trix-button.trix-button--icon.trix-active.trix-button--icon-link::before {
  background-image: url("/assets/trix-editor-icons/icon-link-active-47e1fd0e7e9bc7906f2d39a0807f9a5a6d6f83ff.svg");
}
.rich-text-editor-wrap trix-editor {
  padding: 3.0625rem 1rem 1rem 1rem;
  min-height: 163px;
  border: 1px solid #E5E4EB;
  border-radius: 0.5rem;
}
.rich-text-editor-wrap trix-editor:empty:not(:focus)::before {
  font-size: 12px;
  color: #E5E4EB;
}
.rich-text-editor-wrap .trix-dialogs {
  left: 89px;
  top: 30px;
  position: absolute;
  width: 78%;
}
.rich-text-editor-wrap .trix-dialogs .trix-dialog {
  border-top: 0;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 8px;
}
.rich-text-editor-wrap .trix-dialogs .trix-dialog .trix-input {
  border: 1px solid #E5E4EB;
}
.rich-text-editor-wrap .trix-dialogs .trix-dialog .trix-button-group {
  border: 1px solid #E5E4EB;
}
.rich-text-editor-wrap .trix-dialogs .trix-dialog .trix-button-group .trix-button {
  width: 50px;
}

@media screen and (max-width: 767px) {
  .rich-text-editor-wrap .trix-dialogs {
    left: 80px;
  }
  .rich-text-editor-wrap trix-toolbar .trix-button-row .trix-button-group .trix-button.trix-button--icon {
    max-width: 2.5rem;
  }
  .rich-text-editor-wrap trix-toolbar .trix-button-row .trix-button-group .trix-button.trix-button--icon::before {
    left: 11px;
  }
}
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@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;
  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%;
  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 */
:root {
  --swiper-theme-color: #000000;
  --swiper-navigation-color: #000000;
  --swiper-pagination-bottom: -2rem;
  --swiper-navigation-size: 1rem;
  --swiper-navigation-sides-offset: 0;
}
@media screen and (min-width: 700px) {
  :root {
    --swiper-pagination-bottom: 4rem;
  }
}
@media screen and (min-width: 992px) {
  :root {
    --swiper-pagination-bottom: 3rem;
    --swiper-navigation-size: 1rem;
    --swiper-navigation-sides-offset: 2rem;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
}

.swiper-button-prev, .swiper-button-next {
  background-color: #FCFBFE;
  padding: 1rem;
}

@font-face {
  font-family: "Phosphor";
  src: url("/assets/Phosphor-bcff22ac3cb4f4eef07aa36c5b03554c2799cfe1.woff2") format("woff2"), url("/assets/Phosphor-f4acaf5be950e16c6a2bf2940349fd4bcd79db93.woff") format("woff"), url("/assets/Phosphor-976979ff74164fc60084999c42d297c7f1fd4890.ttf") format("truetype"), url("/assets/Phosphor-b078a941fb9b579d4e19dff08c03ce18cb07706c.svg#Phosphor") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ph {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph.ph-acorn:before {
  content: "\eb9a";
}

.ph.ph-address-book:before {
  content: "\e6f8";
}

.ph.ph-address-book-tabs:before {
  content: "\ee4e";
}

.ph.ph-air-traffic-control:before {
  content: "\ecd8";
}

.ph.ph-airplane:before {
  content: "\e002";
}

.ph.ph-airplane-in-flight:before {
  content: "\e4fe";
}

.ph.ph-airplane-landing:before {
  content: "\e502";
}

.ph.ph-airplane-takeoff:before {
  content: "\e504";
}

.ph.ph-airplane-taxiing:before {
  content: "\e500";
}

.ph.ph-airplane-tilt:before {
  content: "\e5d6";
}

.ph.ph-airplay:before {
  content: "\e004";
}

.ph.ph-alarm:before {
  content: "\e006";
}

.ph.ph-alien:before {
  content: "\e8a6";
}

.ph.ph-align-bottom:before {
  content: "\e506";
}

.ph.ph-align-bottom-simple:before {
  content: "\eb0c";
}

.ph.ph-align-center-horizontal:before {
  content: "\e50a";
}

.ph.ph-align-center-horizontal-simple:before {
  content: "\eb0e";
}

.ph.ph-align-center-vertical:before {
  content: "\e50c";
}

.ph.ph-align-center-vertical-simple:before {
  content: "\eb10";
}

.ph.ph-align-left:before {
  content: "\e50e";
}

.ph.ph-align-left-simple:before {
  content: "\eaee";
}

.ph.ph-align-right:before {
  content: "\e510";
}

.ph.ph-align-right-simple:before {
  content: "\eb12";
}

.ph.ph-align-top:before {
  content: "\e512";
}

.ph.ph-align-top-simple:before {
  content: "\eb14";
}

.ph.ph-amazon-logo:before {
  content: "\e96c";
}

.ph.ph-ambulance:before {
  content: "\e572";
}

.ph.ph-anchor:before {
  content: "\e514";
}

.ph.ph-anchor-simple:before {
  content: "\e5d8";
}

.ph.ph-android-logo:before {
  content: "\e008";
}

.ph.ph-angle:before {
  content: "\e7bc";
}

.ph.ph-angular-logo:before {
  content: "\eb80";
}

.ph.ph-aperture:before {
  content: "\e00a";
}

.ph.ph-app-store-logo:before {
  content: "\e974";
}

.ph.ph-app-window:before {
  content: "\e5da";
}

.ph.ph-apple-logo:before {
  content: "\e516";
}

.ph.ph-apple-podcasts-logo:before {
  content: "\eb96";
}

.ph.ph-approximate-equals:before {
  content: "\edaa";
}

.ph.ph-archive:before {
  content: "\e00c";
}

.ph.ph-armchair:before {
  content: "\e012";
}

.ph.ph-arrow-arc-left:before {
  content: "\e014";
}

.ph.ph-arrow-arc-right:before {
  content: "\e016";
}

.ph.ph-arrow-bend-double-up-left:before {
  content: "\e03a";
}

.ph.ph-arrow-bend-double-up-right:before {
  content: "\e03c";
}

.ph.ph-arrow-bend-down-left:before {
  content: "\e018";
}

.ph.ph-arrow-bend-down-right:before {
  content: "\e01a";
}

.ph.ph-arrow-bend-left-down:before {
  content: "\e01c";
}

.ph.ph-arrow-bend-left-up:before {
  content: "\e01e";
}

.ph.ph-arrow-bend-right-down:before {
  content: "\e020";
}

.ph.ph-arrow-bend-right-up:before {
  content: "\e022";
}

.ph.ph-arrow-bend-up-left:before {
  content: "\e024";
}

.ph.ph-arrow-bend-up-right:before {
  content: "\e026";
}

.ph.ph-arrow-circle-down:before {
  content: "\e028";
}

.ph.ph-arrow-circle-down-left:before {
  content: "\e02a";
}

.ph.ph-arrow-circle-down-right:before {
  content: "\e02c";
}

.ph.ph-arrow-circle-left:before {
  content: "\e05a";
}

.ph.ph-arrow-circle-right:before {
  content: "\e02e";
}

.ph.ph-arrow-circle-up:before {
  content: "\e030";
}

.ph.ph-arrow-circle-up-left:before {
  content: "\e032";
}

.ph.ph-arrow-circle-up-right:before {
  content: "\e034";
}

.ph.ph-arrow-clockwise:before {
  content: "\e036";
}

.ph.ph-arrow-counter-clockwise:before {
  content: "\e038";
}

.ph.ph-arrow-down:before {
  content: "\e03e";
}

.ph.ph-arrow-down-left:before {
  content: "\e040";
}

.ph.ph-arrow-down-right:before {
  content: "\e042";
}

.ph.ph-arrow-elbow-down-left:before {
  content: "\e044";
}

.ph.ph-arrow-elbow-down-right:before {
  content: "\e046";
}

.ph.ph-arrow-elbow-left:before {
  content: "\e048";
}

.ph.ph-arrow-elbow-left-down:before {
  content: "\e04a";
}

.ph.ph-arrow-elbow-left-up:before {
  content: "\e04c";
}

.ph.ph-arrow-elbow-right:before {
  content: "\e04e";
}

.ph.ph-arrow-elbow-right-down:before {
  content: "\e050";
}

.ph.ph-arrow-elbow-right-up:before {
  content: "\e052";
}

.ph.ph-arrow-elbow-up-left:before {
  content: "\e054";
}

.ph.ph-arrow-elbow-up-right:before {
  content: "\e056";
}

.ph.ph-arrow-fat-down:before {
  content: "\e518";
}

.ph.ph-arrow-fat-left:before {
  content: "\e51a";
}

.ph.ph-arrow-fat-line-down:before {
  content: "\e51c";
}

.ph.ph-arrow-fat-line-left:before {
  content: "\e51e";
}

.ph.ph-arrow-fat-line-right:before {
  content: "\e520";
}

.ph.ph-arrow-fat-line-up:before {
  content: "\e522";
}

.ph.ph-arrow-fat-lines-down:before {
  content: "\e524";
}

.ph.ph-arrow-fat-lines-left:before {
  content: "\e526";
}

.ph.ph-arrow-fat-lines-right:before {
  content: "\e528";
}

.ph.ph-arrow-fat-lines-up:before {
  content: "\e52a";
}

.ph.ph-arrow-fat-right:before {
  content: "\e52c";
}

.ph.ph-arrow-fat-up:before {
  content: "\e52e";
}

.ph.ph-arrow-left:before {
  content: "\e058";
}

.ph.ph-arrow-line-down:before {
  content: "\e05c";
}

.ph.ph-arrow-line-down-left:before {
  content: "\e05e";
}

.ph.ph-arrow-line-down-right:before {
  content: "\e060";
}

.ph.ph-arrow-line-left:before {
  content: "\e062";
}

.ph.ph-arrow-line-right:before {
  content: "\e064";
}

.ph.ph-arrow-line-up:before {
  content: "\e066";
}

.ph.ph-arrow-line-up-left:before {
  content: "\e068";
}

.ph.ph-arrow-line-up-right:before {
  content: "\e06a";
}

.ph.ph-arrow-right:before {
  content: "\e06c";
}

.ph.ph-arrow-square-down:before {
  content: "\e06e";
}

.ph.ph-arrow-square-down-left:before {
  content: "\e070";
}

.ph.ph-arrow-square-down-right:before {
  content: "\e072";
}

.ph.ph-arrow-square-in:before {
  content: "\e5dc";
}

.ph.ph-arrow-square-left:before {
  content: "\e074";
}

.ph.ph-arrow-square-out:before {
  content: "\e5de";
}

.ph.ph-arrow-square-right:before {
  content: "\e076";
}

.ph.ph-arrow-square-up:before {
  content: "\e078";
}

.ph.ph-arrow-square-up-left:before {
  content: "\e07a";
}

.ph.ph-arrow-square-up-right:before {
  content: "\e07c";
}

.ph.ph-arrow-u-down-left:before {
  content: "\e07e";
}

.ph.ph-arrow-u-down-right:before {
  content: "\e080";
}

.ph.ph-arrow-u-left-down:before {
  content: "\e082";
}

.ph.ph-arrow-u-left-up:before {
  content: "\e084";
}

.ph.ph-arrow-u-right-down:before {
  content: "\e086";
}

.ph.ph-arrow-u-right-up:before {
  content: "\e088";
}

.ph.ph-arrow-u-up-left:before {
  content: "\e08a";
}

.ph.ph-arrow-u-up-right:before {
  content: "\e08c";
}

.ph.ph-arrow-up:before {
  content: "\e08e";
}

.ph.ph-arrow-up-left:before {
  content: "\e090";
}

.ph.ph-arrow-up-right:before {
  content: "\e092";
}

.ph.ph-arrows-clockwise:before {
  content: "\e094";
}

.ph.ph-arrows-counter-clockwise:before {
  content: "\e096";
}

.ph.ph-arrows-down-up:before {
  content: "\e098";
}

.ph.ph-arrows-horizontal:before {
  content: "\eb06";
}

.ph.ph-arrows-in:before {
  content: "\e09a";
}

.ph.ph-arrows-in-cardinal:before {
  content: "\e09c";
}

.ph.ph-arrows-in-line-horizontal:before {
  content: "\e530";
}

.ph.ph-arrows-in-line-vertical:before {
  content: "\e532";
}

.ph.ph-arrows-in-simple:before {
  content: "\e09e";
}

.ph.ph-arrows-left-right:before {
  content: "\e0a0";
}

.ph.ph-arrows-merge:before {
  content: "\ed3e";
}

.ph.ph-arrows-out:before {
  content: "\e0a2";
}

.ph.ph-arrows-out-cardinal:before {
  content: "\e0a4";
}

.ph.ph-arrows-out-line-horizontal:before {
  content: "\e534";
}

.ph.ph-arrows-out-line-vertical:before {
  content: "\e536";
}

.ph.ph-arrows-out-simple:before {
  content: "\e0a6";
}

.ph.ph-arrows-split:before {
  content: "\ed3c";
}

.ph.ph-arrows-vertical:before {
  content: "\eb04";
}

.ph.ph-article:before {
  content: "\e0a8";
}

.ph.ph-article-medium:before {
  content: "\e5e0";
}

.ph.ph-article-ny-times:before {
  content: "\e5e2";
}

.ph.ph-asclepius:before {
  content: "\ee34";
}

.ph.ph-caduceus:before {
  content: "\ee34";
}

.ph.ph-asterisk:before {
  content: "\e0aa";
}

.ph.ph-asterisk-simple:before {
  content: "\e832";
}

.ph.ph-at:before {
  content: "\e0ac";
}

.ph.ph-atom:before {
  content: "\e5e4";
}

.ph.ph-avocado:before {
  content: "\ee04";
}

.ph.ph-axe:before {
  content: "\e9fc";
}

.ph.ph-baby:before {
  content: "\e774";
}

.ph.ph-baby-carriage:before {
  content: "\e818";
}

.ph.ph-backpack:before {
  content: "\e922";
}

.ph.ph-backspace:before {
  content: "\e0ae";
}

.ph.ph-bag:before {
  content: "\e0b0";
}

.ph.ph-bag-simple:before {
  content: "\e5e6";
}

.ph.ph-balloon:before {
  content: "\e76c";
}

.ph.ph-bandaids:before {
  content: "\e0b2";
}

.ph.ph-bank:before {
  content: "\e0b4";
}

.ph.ph-barbell:before {
  content: "\e0b6";
}

.ph.ph-barcode:before {
  content: "\e0b8";
}

.ph.ph-barn:before {
  content: "\ec72";
}

.ph.ph-barricade:before {
  content: "\e948";
}

.ph.ph-baseball:before {
  content: "\e71a";
}

.ph.ph-baseball-cap:before {
  content: "\ea28";
}

.ph.ph-baseball-helmet:before {
  content: "\ee4a";
}

.ph.ph-basket:before {
  content: "\e964";
}

.ph.ph-basketball:before {
  content: "\e724";
}

.ph.ph-bathtub:before {
  content: "\e81e";
}

.ph.ph-battery-charging:before {
  content: "\e0ba";
}

.ph.ph-battery-charging-vertical:before {
  content: "\e0bc";
}

.ph.ph-battery-empty:before {
  content: "\e0be";
}

.ph.ph-battery-full:before {
  content: "\e0c0";
}

.ph.ph-battery-high:before {
  content: "\e0c2";
}

.ph.ph-battery-low:before {
  content: "\e0c4";
}

.ph.ph-battery-medium:before {
  content: "\e0c6";
}

.ph.ph-battery-plus:before {
  content: "\e808";
}

.ph.ph-battery-plus-vertical:before {
  content: "\ec50";
}

.ph.ph-battery-vertical-empty:before {
  content: "\e7c6";
}

.ph.ph-battery-vertical-full:before {
  content: "\e7c4";
}

.ph.ph-battery-vertical-high:before {
  content: "\e7c2";
}

.ph.ph-battery-vertical-low:before {
  content: "\e7be";
}

.ph.ph-battery-vertical-medium:before {
  content: "\e7c0";
}

.ph.ph-battery-warning:before {
  content: "\e0c8";
}

.ph.ph-battery-warning-vertical:before {
  content: "\e0ca";
}

.ph.ph-beach-ball:before {
  content: "\ed24";
}

.ph.ph-beanie:before {
  content: "\ea2a";
}

.ph.ph-bed:before {
  content: "\e0cc";
}

.ph.ph-beer-bottle:before {
  content: "\e7b0";
}

.ph.ph-beer-stein:before {
  content: "\eb62";
}

.ph.ph-behance-logo:before {
  content: "\e7f4";
}

.ph.ph-bell:before {
  content: "\e0ce";
}

.ph.ph-bell-ringing:before {
  content: "\e5e8";
}

.ph.ph-bell-simple:before {
  content: "\e0d0";
}

.ph.ph-bell-simple-ringing:before {
  content: "\e5ea";
}

.ph.ph-bell-simple-slash:before {
  content: "\e0d2";
}

.ph.ph-bell-simple-z:before {
  content: "\e5ec";
}

.ph.ph-bell-slash:before {
  content: "\e0d4";
}

.ph.ph-bell-z:before {
  content: "\e5ee";
}

.ph.ph-belt:before {
  content: "\ea2c";
}

.ph.ph-bezier-curve:before {
  content: "\eb00";
}

.ph.ph-bicycle:before {
  content: "\e0d6";
}

.ph.ph-binary:before {
  content: "\ee60";
}

.ph.ph-binoculars:before {
  content: "\ea64";
}

.ph.ph-biohazard:before {
  content: "\e9e0";
}

.ph.ph-bird:before {
  content: "\e72c";
}

.ph.ph-blueprint:before {
  content: "\eda0";
}

.ph.ph-bluetooth:before {
  content: "\e0da";
}

.ph.ph-bluetooth-connected:before {
  content: "\e0dc";
}

.ph.ph-bluetooth-slash:before {
  content: "\e0de";
}

.ph.ph-bluetooth-x:before {
  content: "\e0e0";
}

.ph.ph-boat:before {
  content: "\e786";
}

.ph.ph-bomb:before {
  content: "\ee0a";
}

.ph.ph-bone:before {
  content: "\e7f2";
}

.ph.ph-book:before {
  content: "\e0e2";
}

.ph.ph-book-bookmark:before {
  content: "\e0e4";
}

.ph.ph-book-open:before {
  content: "\e0e6";
}

.ph.ph-book-open-text:before {
  content: "\e8f2";
}

.ph.ph-book-open-user:before {
  content: "\ede0";
}

.ph.ph-bookmark:before {
  content: "\e0e8";
}

.ph.ph-bookmark-simple:before {
  content: "\e0ea";
}

.ph.ph-bookmarks:before {
  content: "\e0ec";
}

.ph.ph-bookmarks-simple:before {
  content: "\e5f0";
}

.ph.ph-books:before {
  content: "\e758";
}

.ph.ph-boot:before {
  content: "\ecca";
}

.ph.ph-boules:before {
  content: "\e722";
}

.ph.ph-bounding-box:before {
  content: "\e6ce";
}

.ph.ph-bowl-food:before {
  content: "\eaa4";
}

.ph.ph-bowl-steam:before {
  content: "\e8e4";
}

.ph.ph-bowling-ball:before {
  content: "\ea34";
}

.ph.ph-box-arrow-down:before {
  content: "\e00e";
}

.ph.ph-archive-box:before {
  content: "\e00e";
}

.ph.ph-box-arrow-up:before {
  content: "\ee54";
}

.ph.ph-boxing-glove:before {
  content: "\ea36";
}

.ph.ph-brackets-angle:before {
  content: "\e862";
}

.ph.ph-brackets-curly:before {
  content: "\e860";
}

.ph.ph-brackets-round:before {
  content: "\e864";
}

.ph.ph-brackets-square:before {
  content: "\e85e";
}

.ph.ph-brain:before {
  content: "\e74e";
}

.ph.ph-brandy:before {
  content: "\e6b4";
}

.ph.ph-bread:before {
  content: "\e81c";
}

.ph.ph-bridge:before {
  content: "\ea68";
}

.ph.ph-briefcase:before {
  content: "\e0ee";
}

.ph.ph-briefcase-metal:before {
  content: "\e5f2";
}

.ph.ph-broadcast:before {
  content: "\e0f2";
}

.ph.ph-broom:before {
  content: "\ec54";
}

.ph.ph-browser:before {
  content: "\e0f4";
}

.ph.ph-browsers:before {
  content: "\e0f6";
}

.ph.ph-bug:before {
  content: "\e5f4";
}

.ph.ph-bug-beetle:before {
  content: "\e5f6";
}

.ph.ph-bug-droid:before {
  content: "\e5f8";
}

.ph.ph-building:before {
  content: "\e100";
}

.ph.ph-building-apartment:before {
  content: "\e0fe";
}

.ph.ph-building-office:before {
  content: "\e0ff";
}

.ph.ph-buildings:before {
  content: "\e102";
}

.ph.ph-bulldozer:before {
  content: "\ec6c";
}

.ph.ph-bus:before {
  content: "\e106";
}

.ph.ph-butterfly:before {
  content: "\ea6e";
}

.ph.ph-cable-car:before {
  content: "\e49c";
}

.ph.ph-cactus:before {
  content: "\e918";
}

.ph.ph-cake:before {
  content: "\e780";
}

.ph.ph-calculator:before {
  content: "\e538";
}

.ph.ph-calendar:before {
  content: "\e108";
}

.ph.ph-calendar-blank:before {
  content: "\e10a";
}

.ph.ph-calendar-check:before {
  content: "\e712";
}

.ph.ph-calendar-dot:before {
  content: "\e7b2";
}

.ph.ph-calendar-dots:before {
  content: "\e7b4";
}

.ph.ph-calendar-heart:before {
  content: "\e8b0";
}

.ph.ph-calendar-minus:before {
  content: "\ea14";
}

.ph.ph-calendar-plus:before {
  content: "\e714";
}

.ph.ph-calendar-slash:before {
  content: "\ea12";
}

.ph.ph-calendar-star:before {
  content: "\e8b2";
}

.ph.ph-calendar-x:before {
  content: "\e10c";
}

.ph.ph-call-bell:before {
  content: "\e7de";
}

.ph.ph-camera:before {
  content: "\e10e";
}

.ph.ph-camera-plus:before {
  content: "\ec58";
}

.ph.ph-camera-rotate:before {
  content: "\e7a4";
}

.ph.ph-camera-slash:before {
  content: "\e110";
}

.ph.ph-campfire:before {
  content: "\e9d8";
}

.ph.ph-car:before {
  content: "\e112";
}

.ph.ph-car-battery:before {
  content: "\ee30";
}

.ph.ph-car-profile:before {
  content: "\e8cc";
}

.ph.ph-car-simple:before {
  content: "\e114";
}

.ph.ph-cardholder:before {
  content: "\e5fa";
}

.ph.ph-cards:before {
  content: "\e0f8";
}

.ph.ph-cards-three:before {
  content: "\ee50";
}

.ph.ph-caret-circle-double-down:before {
  content: "\e116";
}

.ph.ph-caret-circle-double-left:before {
  content: "\e118";
}

.ph.ph-caret-circle-double-right:before {
  content: "\e11a";
}

.ph.ph-caret-circle-double-up:before {
  content: "\e11c";
}

.ph.ph-caret-circle-down:before {
  content: "\e11e";
}

.ph.ph-caret-circle-left:before {
  content: "\e120";
}

.ph.ph-caret-circle-right:before {
  content: "\e122";
}

.ph.ph-caret-circle-up:before {
  content: "\e124";
}

.ph.ph-caret-circle-up-down:before {
  content: "\e13e";
}

.ph.ph-caret-double-down:before {
  content: "\e126";
}

.ph.ph-caret-double-left:before {
  content: "\e128";
}

.ph.ph-caret-double-right:before {
  content: "\e12a";
}

.ph.ph-caret-double-up:before {
  content: "\e12c";
}

.ph.ph-caret-down:before {
  content: "\e136";
}

.ph.ph-caret-left:before {
  content: "\e138";
}

.ph.ph-caret-line-down:before {
  content: "\e134";
}

.ph.ph-caret-line-left:before {
  content: "\e132";
}

.ph.ph-caret-line-right:before {
  content: "\e130";
}

.ph.ph-caret-line-up:before {
  content: "\e12e";
}

.ph.ph-caret-right:before {
  content: "\e13a";
}

.ph.ph-caret-up:before {
  content: "\e13c";
}

.ph.ph-caret-up-down:before {
  content: "\e140";
}

.ph.ph-carrot:before {
  content: "\ed38";
}

.ph.ph-cash-register:before {
  content: "\ed80";
}

.ph.ph-cassette-tape:before {
  content: "\ed2e";
}

.ph.ph-castle-turret:before {
  content: "\e9d0";
}

.ph.ph-cat:before {
  content: "\e748";
}

.ph.ph-cell-signal-full:before {
  content: "\e142";
}

.ph.ph-cell-signal-high:before {
  content: "\e144";
}

.ph.ph-cell-signal-low:before {
  content: "\e146";
}

.ph.ph-cell-signal-medium:before {
  content: "\e148";
}

.ph.ph-cell-signal-none:before {
  content: "\e14a";
}

.ph.ph-cell-signal-slash:before {
  content: "\e14c";
}

.ph.ph-cell-signal-x:before {
  content: "\e14e";
}

.ph.ph-cell-tower:before {
  content: "\ebaa";
}

.ph.ph-certificate:before {
  content: "\e766";
}

.ph.ph-chair:before {
  content: "\e950";
}

.ph.ph-chalkboard:before {
  content: "\e5fc";
}

.ph.ph-chalkboard-simple:before {
  content: "\e5fe";
}

.ph.ph-chalkboard-teacher:before {
  content: "\e600";
}

.ph.ph-champagne:before {
  content: "\eaca";
}

.ph.ph-charging-station:before {
  content: "\e8d0";
}

.ph.ph-chart-bar:before {
  content: "\e150";
}

.ph.ph-chart-bar-horizontal:before {
  content: "\e152";
}

.ph.ph-chart-donut:before {
  content: "\eaa6";
}

.ph.ph-chart-line:before {
  content: "\e154";
}

.ph.ph-chart-line-down:before {
  content: "\e8b6";
}

.ph.ph-chart-line-up:before {
  content: "\e156";
}

.ph.ph-chart-pie:before {
  content: "\e158";
}

.ph.ph-chart-pie-slice:before {
  content: "\e15a";
}

.ph.ph-chart-polar:before {
  content: "\eaa8";
}

.ph.ph-chart-scatter:before {
  content: "\eaac";
}

.ph.ph-chat:before {
  content: "\e15c";
}

.ph.ph-chat-centered:before {
  content: "\e160";
}

.ph.ph-chat-centered-dots:before {
  content: "\e164";
}

.ph.ph-chat-centered-slash:before {
  content: "\e162";
}

.ph.ph-chat-centered-text:before {
  content: "\e166";
}

.ph.ph-chat-circle:before {
  content: "\e168";
}

.ph.ph-chat-circle-dots:before {
  content: "\e16c";
}

.ph.ph-chat-circle-slash:before {
  content: "\e16a";
}

.ph.ph-chat-circle-text:before {
  content: "\e16e";
}

.ph.ph-chat-dots:before {
  content: "\e170";
}

.ph.ph-chat-slash:before {
  content: "\e15e";
}

.ph.ph-chat-teardrop:before {
  content: "\e172";
}

.ph.ph-chat-teardrop-dots:before {
  content: "\e176";
}

.ph.ph-chat-teardrop-slash:before {
  content: "\e174";
}

.ph.ph-chat-teardrop-text:before {
  content: "\e178";
}

.ph.ph-chat-text:before {
  content: "\e17a";
}

.ph.ph-chats:before {
  content: "\e17c";
}

.ph.ph-chats-circle:before {
  content: "\e17e";
}

.ph.ph-chats-teardrop:before {
  content: "\e180";
}

.ph.ph-check:before {
  content: "\e182";
}

.ph.ph-check-circle:before {
  content: "\e184";
}

.ph.ph-check-fat:before {
  content: "\eba6";
}

.ph.ph-check-square:before {
  content: "\e186";
}

.ph.ph-check-square-offset:before {
  content: "\e188";
}

.ph.ph-checkerboard:before {
  content: "\e8c4";
}

.ph.ph-checks:before {
  content: "\e53a";
}

.ph.ph-cheers:before {
  content: "\ea4a";
}

.ph.ph-cheese:before {
  content: "\e9fe";
}

.ph.ph-chef-hat:before {
  content: "\ed8e";
}

.ph.ph-cherries:before {
  content: "\e830";
}

.ph.ph-church:before {
  content: "\ecea";
}

.ph.ph-cigarette:before {
  content: "\ed90";
}

.ph.ph-cigarette-slash:before {
  content: "\ed92";
}

.ph.ph-circle:before {
  content: "\e18a";
}

.ph.ph-circle-dashed:before {
  content: "\e602";
}

.ph.ph-circle-half:before {
  content: "\e18c";
}

.ph.ph-circle-half-tilt:before {
  content: "\e18e";
}

.ph.ph-circle-notch:before {
  content: "\eb44";
}

.ph.ph-circles-four:before {
  content: "\e190";
}

.ph.ph-circles-three:before {
  content: "\e192";
}

.ph.ph-circles-three-plus:before {
  content: "\e194";
}

.ph.ph-circuitry:before {
  content: "\e9c2";
}

.ph.ph-city:before {
  content: "\ea6a";
}

.ph.ph-clipboard:before {
  content: "\e196";
}

.ph.ph-clipboard-text:before {
  content: "\e198";
}

.ph.ph-clock:before {
  content: "\e19a";
}

.ph.ph-clock-afternoon:before {
  content: "\e19c";
}

.ph.ph-clock-clockwise:before {
  content: "\e19e";
}

.ph.ph-clock-countdown:before {
  content: "\ed2c";
}

.ph.ph-clock-counter-clockwise:before {
  content: "\e1a0";
}

.ph.ph-clock-user:before {
  content: "\edec";
}

.ph.ph-closed-captioning:before {
  content: "\e1a4";
}

.ph.ph-cloud:before {
  content: "\e1aa";
}

.ph.ph-cloud-arrow-down:before {
  content: "\e1ac";
}

.ph.ph-cloud-arrow-up:before {
  content: "\e1ae";
}

.ph.ph-cloud-check:before {
  content: "\e1b0";
}

.ph.ph-cloud-fog:before {
  content: "\e53c";
}

.ph.ph-cloud-lightning:before {
  content: "\e1b2";
}

.ph.ph-cloud-moon:before {
  content: "\e53e";
}

.ph.ph-cloud-rain:before {
  content: "\e1b4";
}

.ph.ph-cloud-slash:before {
  content: "\e1b6";
}

.ph.ph-cloud-snow:before {
  content: "\e1b8";
}

.ph.ph-cloud-sun:before {
  content: "\e540";
}

.ph.ph-cloud-warning:before {
  content: "\ea98";
}

.ph.ph-cloud-x:before {
  content: "\ea96";
}

.ph.ph-clover:before {
  content: "\edc8";
}

.ph.ph-club:before {
  content: "\e1ba";
}

.ph.ph-coat-hanger:before {
  content: "\e7fe";
}

.ph.ph-coda-logo:before {
  content: "\e7ce";
}

.ph.ph-code:before {
  content: "\e1bc";
}

.ph.ph-code-block:before {
  content: "\eafe";
}

.ph.ph-code-simple:before {
  content: "\e1be";
}

.ph.ph-codepen-logo:before {
  content: "\e978";
}

.ph.ph-codesandbox-logo:before {
  content: "\ea06";
}

.ph.ph-coffee:before {
  content: "\e1c2";
}

.ph.ph-coffee-bean:before {
  content: "\e1c0";
}

.ph.ph-coin:before {
  content: "\e60e";
}

.ph.ph-coin-vertical:before {
  content: "\eb48";
}

.ph.ph-coins:before {
  content: "\e78e";
}

.ph.ph-columns:before {
  content: "\e546";
}

.ph.ph-columns-plus-left:before {
  content: "\e544";
}

.ph.ph-columns-plus-right:before {
  content: "\e542";
}

.ph.ph-command:before {
  content: "\e1c4";
}

.ph.ph-compass:before {
  content: "\e1c8";
}

.ph.ph-compass-rose:before {
  content: "\e1c6";
}

.ph.ph-compass-tool:before {
  content: "\ea0e";
}

.ph.ph-computer-tower:before {
  content: "\e548";
}

.ph.ph-confetti:before {
  content: "\e81a";
}

.ph.ph-contactless-payment:before {
  content: "\ed42";
}

.ph.ph-control:before {
  content: "\eca6";
}

.ph.ph-cookie:before {
  content: "\e6ca";
}

.ph.ph-cooking-pot:before {
  content: "\e764";
}

.ph.ph-copy:before {
  content: "\e1ca";
}

.ph.ph-copy-simple:before {
  content: "\e1cc";
}

.ph.ph-copyleft:before {
  content: "\e86a";
}

.ph.ph-copyright:before {
  content: "\e54a";
}

.ph.ph-corners-in:before {
  content: "\e1ce";
}

.ph.ph-corners-out:before {
  content: "\e1d0";
}

.ph.ph-couch:before {
  content: "\e7f6";
}

.ph.ph-court-basketball:before {
  content: "\ee36";
}

.ph.ph-cow:before {
  content: "\eabe";
}

.ph.ph-cowboy-hat:before {
  content: "\ed12";
}

.ph.ph-cpu:before {
  content: "\e610";
}

.ph.ph-crane:before {
  content: "\ed48";
}

.ph.ph-crane-tower:before {
  content: "\ed49";
}

.ph.ph-credit-card:before {
  content: "\e1d2";
}

.ph.ph-cricket:before {
  content: "\ee12";
}

.ph.ph-crop:before {
  content: "\e1d4";
}

.ph.ph-cross:before {
  content: "\e8a0";
}

.ph.ph-crosshair:before {
  content: "\e1d6";
}

.ph.ph-crosshair-simple:before {
  content: "\e1d8";
}

.ph.ph-crown:before {
  content: "\e614";
}

.ph.ph-crown-cross:before {
  content: "\ee5e";
}

.ph.ph-crown-simple:before {
  content: "\e616";
}

.ph.ph-cube:before {
  content: "\e1da";
}

.ph.ph-cube-focus:before {
  content: "\ed0a";
}

.ph.ph-cube-transparent:before {
  content: "\ec7c";
}

.ph.ph-currency-btc:before {
  content: "\e618";
}

.ph.ph-currency-circle-dollar:before {
  content: "\e54c";
}

.ph.ph-currency-cny:before {
  content: "\e54e";
}

.ph.ph-currency-dollar:before {
  content: "\e550";
}

.ph.ph-currency-dollar-simple:before {
  content: "\e552";
}

.ph.ph-currency-eth:before {
  content: "\eada";
}

.ph.ph-currency-eur:before {
  content: "\e554";
}

.ph.ph-currency-gbp:before {
  content: "\e556";
}

.ph.ph-currency-inr:before {
  content: "\e558";
}

.ph.ph-currency-jpy:before {
  content: "\e55a";
}

.ph.ph-currency-krw:before {
  content: "\e55c";
}

.ph.ph-currency-kzt:before {
  content: "\ec4c";
}

.ph.ph-currency-ngn:before {
  content: "\eb52";
}

.ph.ph-currency-rub:before {
  content: "\e55e";
}

.ph.ph-cursor:before {
  content: "\e1dc";
}

.ph.ph-cursor-click:before {
  content: "\e7c8";
}

.ph.ph-cursor-text:before {
  content: "\e7d8";
}

.ph.ph-cylinder:before {
  content: "\e8fc";
}

.ph.ph-database:before {
  content: "\e1de";
}

.ph.ph-desk:before {
  content: "\ed16";
}

.ph.ph-desktop:before {
  content: "\e560";
}

.ph.ph-desktop-tower:before {
  content: "\e562";
}

.ph.ph-detective:before {
  content: "\e83e";
}

.ph.ph-dev-to-logo:before {
  content: "\ed0e";
}

.ph.ph-device-mobile:before {
  content: "\e1e0";
}

.ph.ph-device-mobile-camera:before {
  content: "\e1e2";
}

.ph.ph-device-mobile-slash:before {
  content: "\ee46";
}

.ph.ph-device-mobile-speaker:before {
  content: "\e1e4";
}

.ph.ph-device-rotate:before {
  content: "\edf2";
}

.ph.ph-device-tablet:before {
  content: "\e1e6";
}

.ph.ph-device-tablet-camera:before {
  content: "\e1e8";
}

.ph.ph-device-tablet-speaker:before {
  content: "\e1ea";
}

.ph.ph-devices:before {
  content: "\eba4";
}

.ph.ph-diamond:before {
  content: "\e1ec";
}

.ph.ph-diamonds-four:before {
  content: "\e8f4";
}

.ph.ph-dice-five:before {
  content: "\e1ee";
}

.ph.ph-dice-four:before {
  content: "\e1f0";
}

.ph.ph-dice-one:before {
  content: "\e1f2";
}

.ph.ph-dice-six:before {
  content: "\e1f4";
}

.ph.ph-dice-three:before {
  content: "\e1f6";
}

.ph.ph-dice-two:before {
  content: "\e1f8";
}

.ph.ph-disc:before {
  content: "\e564";
}

.ph.ph-disco-ball:before {
  content: "\ed98";
}

.ph.ph-discord-logo:before {
  content: "\e61a";
}

.ph.ph-divide:before {
  content: "\e1fa";
}

.ph.ph-dna:before {
  content: "\e924";
}

.ph.ph-dog:before {
  content: "\e74a";
}

.ph.ph-door:before {
  content: "\e61c";
}

.ph.ph-door-open:before {
  content: "\e7e6";
}

.ph.ph-dot:before {
  content: "\ecde";
}

.ph.ph-dot-outline:before {
  content: "\ece0";
}

.ph.ph-dots-nine:before {
  content: "\e1fc";
}

.ph.ph-dots-six:before {
  content: "\e794";
}

.ph.ph-dots-six-vertical:before {
  content: "\eae2";
}

.ph.ph-dots-three:before {
  content: "\e1fe";
}

.ph.ph-dots-three-circle:before {
  content: "\e200";
}

.ph.ph-dots-three-circle-vertical:before {
  content: "\e202";
}

.ph.ph-dots-three-outline:before {
  content: "\e204";
}

.ph.ph-dots-three-outline-vertical:before {
  content: "\e206";
}

.ph.ph-dots-three-vertical:before {
  content: "\e208";
}

.ph.ph-download:before {
  content: "\e20a";
}

.ph.ph-download-simple:before {
  content: "\e20c";
}

.ph.ph-dress:before {
  content: "\ea7e";
}

.ph.ph-dresser:before {
  content: "\e94e";
}

.ph.ph-dribbble-logo:before {
  content: "\e20e";
}

.ph.ph-drone:before {
  content: "\ed74";
}

.ph.ph-drop:before {
  content: "\e210";
}

.ph.ph-drop-half:before {
  content: "\e566";
}

.ph.ph-drop-half-bottom:before {
  content: "\eb40";
}

.ph.ph-drop-simple:before {
  content: "\ee32";
}

.ph.ph-drop-slash:before {
  content: "\e954";
}

.ph.ph-dropbox-logo:before {
  content: "\e7d0";
}

.ph.ph-ear:before {
  content: "\e70c";
}

.ph.ph-ear-slash:before {
  content: "\e70e";
}

.ph.ph-egg:before {
  content: "\e812";
}

.ph.ph-egg-crack:before {
  content: "\eb64";
}

.ph.ph-eject:before {
  content: "\e212";
}

.ph.ph-eject-simple:before {
  content: "\e6ae";
}

.ph.ph-elevator:before {
  content: "\ecc0";
}

.ph.ph-empty:before {
  content: "\edbc";
}

.ph.ph-engine:before {
  content: "\ea80";
}

.ph.ph-envelope:before {
  content: "\e214";
}

.ph.ph-envelope-open:before {
  content: "\e216";
}

.ph.ph-envelope-simple:before {
  content: "\e218";
}

.ph.ph-envelope-simple-open:before {
  content: "\e21a";
}

.ph.ph-equalizer:before {
  content: "\ebbc";
}

.ph.ph-equals:before {
  content: "\e21c";
}

.ph.ph-eraser:before {
  content: "\e21e";
}

.ph.ph-escalator-down:before {
  content: "\ecba";
}

.ph.ph-escalator-up:before {
  content: "\ecbc";
}

.ph.ph-exam:before {
  content: "\e742";
}

.ph.ph-exclamation-mark:before {
  content: "\ee44";
}

.ph.ph-exclude:before {
  content: "\e882";
}

.ph.ph-exclude-square:before {
  content: "\e880";
}

.ph.ph-export:before {
  content: "\eaf0";
}

.ph.ph-eye:before {
  content: "\e220";
}

.ph.ph-eye-closed:before {
  content: "\e222";
}

.ph.ph-eye-slash:before {
  content: "\e224";
}

.ph.ph-eyedropper:before {
  content: "\e568";
}

.ph.ph-eyedropper-sample:before {
  content: "\eac4";
}

.ph.ph-eyeglasses:before {
  content: "\e7ba";
}

.ph.ph-eyes:before {
  content: "\ee5c";
}

.ph.ph-face-mask:before {
  content: "\e56a";
}

.ph.ph-facebook-logo:before {
  content: "\e226";
}

.ph.ph-factory:before {
  content: "\e760";
}

.ph.ph-faders:before {
  content: "\e228";
}

.ph.ph-faders-horizontal:before {
  content: "\e22a";
}

.ph.ph-fallout-shelter:before {
  content: "\e9de";
}

.ph.ph-fan:before {
  content: "\e9f2";
}

.ph.ph-farm:before {
  content: "\ec70";
}

.ph.ph-fast-forward:before {
  content: "\e6a6";
}

.ph.ph-fast-forward-circle:before {
  content: "\e22c";
}

.ph.ph-feather:before {
  content: "\e9c0";
}

.ph.ph-fediverse-logo:before {
  content: "\ed66";
}

.ph.ph-figma-logo:before {
  content: "\e22e";
}

.ph.ph-file:before {
  content: "\e230";
}

.ph.ph-file-archive:before {
  content: "\eb2a";
}

.ph.ph-file-arrow-down:before {
  content: "\e232";
}

.ph.ph-file-arrow-up:before {
  content: "\e61e";
}

.ph.ph-file-audio:before {
  content: "\ea20";
}

.ph.ph-file-c:before {
  content: "\eb32";
}

.ph.ph-file-c-sharp:before {
  content: "\eb30";
}

.ph.ph-file-cloud:before {
  content: "\e95e";
}

.ph.ph-file-code:before {
  content: "\e914";
}

.ph.ph-file-cpp:before {
  content: "\eb2e";
}

.ph.ph-file-css:before {
  content: "\eb34";
}

.ph.ph-file-csv:before {
  content: "\eb1c";
}

.ph.ph-file-dashed:before {
  content: "\e704";
}

.ph.ph-file-dotted:before {
  content: "\e704";
}

.ph.ph-file-doc:before {
  content: "\eb1e";
}

.ph.ph-file-html:before {
  content: "\eb38";
}

.ph.ph-file-image:before {
  content: "\ea24";
}

.ph.ph-file-ini:before {
  content: "\eb33";
}

.ph.ph-file-jpg:before {
  content: "\eb1a";
}

.ph.ph-file-js:before {
  content: "\eb24";
}

.ph.ph-file-jsx:before {
  content: "\eb3a";
}

.ph.ph-file-lock:before {
  content: "\e95c";
}

.ph.ph-file-magnifying-glass:before {
  content: "\e238";
}

.ph.ph-file-search:before {
  content: "\e238";
}

.ph.ph-file-md:before {
  content: "\ed50";
}

.ph.ph-file-minus:before {
  content: "\e234";
}

.ph.ph-file-pdf:before {
  content: "\e702";
}

.ph.ph-file-plus:before {
  content: "\e236";
}

.ph.ph-file-png:before {
  content: "\eb18";
}

.ph.ph-file-ppt:before {
  content: "\eb20";
}

.ph.ph-file-py:before {
  content: "\eb2c";
}

.ph.ph-file-rs:before {
  content: "\eb28";
}

.ph.ph-file-sql:before {
  content: "\ed4e";
}

.ph.ph-file-svg:before {
  content: "\ed08";
}

.ph.ph-file-text:before {
  content: "\e23a";
}

.ph.ph-file-ts:before {
  content: "\eb26";
}

.ph.ph-file-tsx:before {
  content: "\eb3c";
}

.ph.ph-file-txt:before {
  content: "\eb35";
}

.ph.ph-file-video:before {
  content: "\ea22";
}

.ph.ph-file-vue:before {
  content: "\eb3e";
}

.ph.ph-file-x:before {
  content: "\e23c";
}

.ph.ph-file-xls:before {
  content: "\eb22";
}

.ph.ph-file-zip:before {
  content: "\e958";
}

.ph.ph-files:before {
  content: "\e710";
}

.ph.ph-film-reel:before {
  content: "\e8c0";
}

.ph.ph-film-script:before {
  content: "\eb50";
}

.ph.ph-film-slate:before {
  content: "\e8c2";
}

.ph.ph-film-strip:before {
  content: "\e792";
}

.ph.ph-fingerprint:before {
  content: "\e23e";
}

.ph.ph-fingerprint-simple:before {
  content: "\e240";
}

.ph.ph-finn-the-human:before {
  content: "\e56c";
}

.ph.ph-fire:before {
  content: "\e242";
}

.ph.ph-fire-extinguisher:before {
  content: "\e9e8";
}

.ph.ph-fire-simple:before {
  content: "\e620";
}

.ph.ph-fire-truck:before {
  content: "\e574";
}

.ph.ph-first-aid:before {
  content: "\e56e";
}

.ph.ph-first-aid-kit:before {
  content: "\e570";
}

.ph.ph-fish:before {
  content: "\e728";
}

.ph.ph-fish-simple:before {
  content: "\e72a";
}

.ph.ph-flag:before {
  content: "\e244";
}

.ph.ph-flag-banner:before {
  content: "\e622";
}

.ph.ph-flag-banner-fold:before {
  content: "\ecf2";
}

.ph.ph-flag-checkered:before {
  content: "\ea38";
}

.ph.ph-flag-pennant:before {
  content: "\ecf0";
}

.ph.ph-flame:before {
  content: "\e624";
}

.ph.ph-flashlight:before {
  content: "\e246";
}

.ph.ph-flask:before {
  content: "\e79e";
}

.ph.ph-flip-horizontal:before {
  content: "\ed6a";
}

.ph.ph-flip-vertical:before {
  content: "\ed6c";
}

.ph.ph-floppy-disk:before {
  content: "\e248";
}

.ph.ph-floppy-disk-back:before {
  content: "\eaf4";
}

.ph.ph-flow-arrow:before {
  content: "\e6ec";
}

.ph.ph-flower:before {
  content: "\e75e";
}

.ph.ph-flower-lotus:before {
  content: "\e6cc";
}

.ph.ph-flower-tulip:before {
  content: "\eacc";
}

.ph.ph-flying-saucer:before {
  content: "\eb4a";
}

.ph.ph-folder:before {
  content: "\e24a";
}

.ph.ph-folder-notch:before {
  content: "\e24a";
}

.ph.ph-folder-dashed:before {
  content: "\e8f8";
}

.ph.ph-folder-dotted:before {
  content: "\e8f8";
}

.ph.ph-folder-lock:before {
  content: "\ea3c";
}

.ph.ph-folder-minus:before {
  content: "\e254";
}

.ph.ph-folder-notch-minus:before {
  content: "\e254";
}

.ph.ph-folder-open:before {
  content: "\e256";
}

.ph.ph-folder-notch-open:before {
  content: "\e256";
}

.ph.ph-folder-plus:before {
  content: "\e258";
}

.ph.ph-folder-notch-plus:before {
  content: "\e258";
}

.ph.ph-folder-simple:before {
  content: "\e25a";
}

.ph.ph-folder-simple-dashed:before {
  content: "\ec2a";
}

.ph.ph-folder-simple-dotted:before {
  content: "\ec2a";
}

.ph.ph-folder-simple-lock:before {
  content: "\eb5e";
}

.ph.ph-folder-simple-minus:before {
  content: "\e25c";
}

.ph.ph-folder-simple-plus:before {
  content: "\e25e";
}

.ph.ph-folder-simple-star:before {
  content: "\ec2e";
}

.ph.ph-folder-simple-user:before {
  content: "\eb60";
}

.ph.ph-folder-star:before {
  content: "\ea86";
}

.ph.ph-folder-user:before {
  content: "\eb46";
}

.ph.ph-folders:before {
  content: "\e260";
}

.ph.ph-football:before {
  content: "\e718";
}

.ph.ph-football-helmet:before {
  content: "\ee4c";
}

.ph.ph-footprints:before {
  content: "\ea88";
}

.ph.ph-fork-knife:before {
  content: "\e262";
}

.ph.ph-four-k:before {
  content: "\ea5c";
}

.ph.ph-frame-corners:before {
  content: "\e626";
}

.ph.ph-framer-logo:before {
  content: "\e264";
}

.ph.ph-function:before {
  content: "\ebe4";
}

.ph.ph-funnel:before {
  content: "\e266";
}

.ph.ph-funnel-simple:before {
  content: "\e268";
}

.ph.ph-funnel-simple-x:before {
  content: "\e26a";
}

.ph.ph-funnel-x:before {
  content: "\e26c";
}

.ph.ph-game-controller:before {
  content: "\e26e";
}

.ph.ph-garage:before {
  content: "\ecd6";
}

.ph.ph-gas-can:before {
  content: "\e8ce";
}

.ph.ph-gas-pump:before {
  content: "\e768";
}

.ph.ph-gauge:before {
  content: "\e628";
}

.ph.ph-gavel:before {
  content: "\ea32";
}

.ph.ph-gear:before {
  content: "\e270";
}

.ph.ph-gear-fine:before {
  content: "\e87c";
}

.ph.ph-gear-six:before {
  content: "\e272";
}

.ph.ph-gender-female:before {
  content: "\e6e0";
}

.ph.ph-gender-intersex:before {
  content: "\e6e6";
}

.ph.ph-gender-male:before {
  content: "\e6e2";
}

.ph.ph-gender-neuter:before {
  content: "\e6ea";
}

.ph.ph-gender-nonbinary:before {
  content: "\e6e4";
}

.ph.ph-gender-transgender:before {
  content: "\e6e8";
}

.ph.ph-ghost:before {
  content: "\e62a";
}

.ph.ph-gif:before {
  content: "\e274";
}

.ph.ph-gift:before {
  content: "\e276";
}

.ph.ph-git-branch:before {
  content: "\e278";
}

.ph.ph-git-commit:before {
  content: "\e27a";
}

.ph.ph-git-diff:before {
  content: "\e27c";
}

.ph.ph-git-fork:before {
  content: "\e27e";
}

.ph.ph-git-merge:before {
  content: "\e280";
}

.ph.ph-git-pull-request:before {
  content: "\e282";
}

.ph.ph-github-logo:before {
  content: "\e576";
}

.ph.ph-gitlab-logo:before {
  content: "\e694";
}

.ph.ph-gitlab-logo-simple:before {
  content: "\e696";
}

.ph.ph-globe:before {
  content: "\e288";
}

.ph.ph-globe-hemisphere-east:before {
  content: "\e28a";
}

.ph.ph-globe-hemisphere-west:before {
  content: "\e28c";
}

.ph.ph-globe-simple:before {
  content: "\e28e";
}

.ph.ph-globe-simple-x:before {
  content: "\e284";
}

.ph.ph-globe-stand:before {
  content: "\e290";
}

.ph.ph-globe-x:before {
  content: "\e286";
}

.ph.ph-goggles:before {
  content: "\ecb4";
}

.ph.ph-golf:before {
  content: "\ea3e";
}

.ph.ph-goodreads-logo:before {
  content: "\ed10";
}

.ph.ph-google-cardboard-logo:before {
  content: "\e7b6";
}

.ph.ph-google-chrome-logo:before {
  content: "\e976";
}

.ph.ph-google-drive-logo:before {
  content: "\e8f6";
}

.ph.ph-google-logo:before {
  content: "\e292";
}

.ph.ph-google-photos-logo:before {
  content: "\eb92";
}

.ph.ph-google-play-logo:before {
  content: "\e294";
}

.ph.ph-google-podcasts-logo:before {
  content: "\eb94";
}

.ph.ph-gps:before {
  content: "\edd8";
}

.ph.ph-gps-fix:before {
  content: "\edd6";
}

.ph.ph-gps-slash:before {
  content: "\edd4";
}

.ph.ph-gradient:before {
  content: "\eb42";
}

.ph.ph-graduation-cap:before {
  content: "\e62c";
}

.ph.ph-grains:before {
  content: "\ec68";
}

.ph.ph-grains-slash:before {
  content: "\ec6a";
}

.ph.ph-graph:before {
  content: "\eb58";
}

.ph.ph-graphics-card:before {
  content: "\e612";
}

.ph.ph-greater-than:before {
  content: "\edc4";
}

.ph.ph-greater-than-or-equal:before {
  content: "\eda2";
}

.ph.ph-grid-four:before {
  content: "\e296";
}

.ph.ph-grid-nine:before {
  content: "\ec8c";
}

.ph.ph-guitar:before {
  content: "\ea8a";
}

.ph.ph-hair-dryer:before {
  content: "\ea66";
}

.ph.ph-hamburger:before {
  content: "\e790";
}

.ph.ph-hammer:before {
  content: "\e80e";
}

.ph.ph-hand:before {
  content: "\e298";
}

.ph.ph-hand-arrow-down:before {
  content: "\ea4e";
}

.ph.ph-hand-arrow-up:before {
  content: "\ee5a";
}

.ph.ph-hand-coins:before {
  content: "\ea8c";
}

.ph.ph-hand-deposit:before {
  content: "\ee82";
}

.ph.ph-hand-eye:before {
  content: "\ea4c";
}

.ph.ph-hand-fist:before {
  content: "\e57a";
}

.ph.ph-hand-grabbing:before {
  content: "\e57c";
}

.ph.ph-hand-heart:before {
  content: "\e810";
}

.ph.ph-hand-palm:before {
  content: "\e57e";
}

.ph.ph-hand-peace:before {
  content: "\e7cc";
}

.ph.ph-hand-pointing:before {
  content: "\e29a";
}

.ph.ph-hand-soap:before {
  content: "\e630";
}

.ph.ph-hand-swipe-left:before {
  content: "\ec94";
}

.ph.ph-hand-swipe-right:before {
  content: "\ec92";
}

.ph.ph-hand-tap:before {
  content: "\ec90";
}

.ph.ph-hand-waving:before {
  content: "\e580";
}

.ph.ph-hand-withdraw:before {
  content: "\ee80";
}

.ph.ph-handbag:before {
  content: "\e29c";
}

.ph.ph-handbag-simple:before {
  content: "\e62e";
}

.ph.ph-hands-clapping:before {
  content: "\e6a0";
}

.ph.ph-hands-praying:before {
  content: "\ecc8";
}

.ph.ph-handshake:before {
  content: "\e582";
}

.ph.ph-hard-drive:before {
  content: "\e29e";
}

.ph.ph-hard-drives:before {
  content: "\e2a0";
}

.ph.ph-hard-hat:before {
  content: "\ed46";
}

.ph.ph-hash:before {
  content: "\e2a2";
}

.ph.ph-hash-straight:before {
  content: "\e2a4";
}

.ph.ph-head-circuit:before {
  content: "\e7d4";
}

.ph.ph-headlights:before {
  content: "\e6fe";
}

.ph.ph-headphones:before {
  content: "\e2a6";
}

.ph.ph-headset:before {
  content: "\e584";
}

.ph.ph-heart:before {
  content: "\e2a8";
}

.ph.ph-heart-break:before {
  content: "\ebe8";
}

.ph.ph-heart-half:before {
  content: "\ec48";
}

.ph.ph-heart-straight:before {
  content: "\e2aa";
}

.ph.ph-heart-straight-break:before {
  content: "\eb98";
}

.ph.ph-heartbeat:before {
  content: "\e2ac";
}

.ph.ph-hexagon:before {
  content: "\e2ae";
}

.ph.ph-high-definition:before {
  content: "\ea8e";
}

.ph.ph-high-heel:before {
  content: "\e8e8";
}

.ph.ph-highlighter:before {
  content: "\ec76";
}

.ph.ph-highlighter-circle:before {
  content: "\e632";
}

.ph.ph-hockey:before {
  content: "\ec86";
}

.ph.ph-hoodie:before {
  content: "\ecd0";
}

.ph.ph-horse:before {
  content: "\e2b0";
}

.ph.ph-hospital:before {
  content: "\e844";
}

.ph.ph-hourglass:before {
  content: "\e2b2";
}

.ph.ph-hourglass-high:before {
  content: "\e2b4";
}

.ph.ph-hourglass-low:before {
  content: "\e2b6";
}

.ph.ph-hourglass-medium:before {
  content: "\e2b8";
}

.ph.ph-hourglass-simple:before {
  content: "\e2ba";
}

.ph.ph-hourglass-simple-high:before {
  content: "\e2bc";
}

.ph.ph-hourglass-simple-low:before {
  content: "\e2be";
}

.ph.ph-hourglass-simple-medium:before {
  content: "\e2c0";
}

.ph.ph-house:before {
  content: "\e2c2";
}

.ph.ph-house-line:before {
  content: "\e2c4";
}

.ph.ph-house-simple:before {
  content: "\e2c6";
}

.ph.ph-hurricane:before {
  content: "\e88e";
}

.ph.ph-ice-cream:before {
  content: "\e804";
}

.ph.ph-identification-badge:before {
  content: "\e6f6";
}

.ph.ph-identification-card:before {
  content: "\e2c8";
}

.ph.ph-image:before {
  content: "\e2ca";
}

.ph.ph-image-broken:before {
  content: "\e7a8";
}

.ph.ph-image-square:before {
  content: "\e2cc";
}

.ph.ph-images:before {
  content: "\e836";
}

.ph.ph-images-square:before {
  content: "\e834";
}

.ph.ph-infinity:before {
  content: "\e634";
}

.ph.ph-lemniscate:before {
  content: "\e634";
}

.ph.ph-info:before {
  content: "\e2ce";
}

.ph.ph-instagram-logo:before {
  content: "\e2d0";
}

.ph.ph-intersect:before {
  content: "\e2d2";
}

.ph.ph-intersect-square:before {
  content: "\e87a";
}

.ph.ph-intersect-three:before {
  content: "\ecc4";
}

.ph.ph-intersection:before {
  content: "\edba";
}

.ph.ph-invoice:before {
  content: "\ee42";
}

.ph.ph-island:before {
  content: "\ee06";
}

.ph.ph-jar:before {
  content: "\e7e0";
}

.ph.ph-jar-label:before {
  content: "\e7e1";
}

.ph.ph-jeep:before {
  content: "\e2d4";
}

.ph.ph-joystick:before {
  content: "\ea5e";
}

.ph.ph-kanban:before {
  content: "\eb54";
}

.ph.ph-key:before {
  content: "\e2d6";
}

.ph.ph-key-return:before {
  content: "\e782";
}

.ph.ph-keyboard:before {
  content: "\e2d8";
}

.ph.ph-keyhole:before {
  content: "\ea78";
}

.ph.ph-knife:before {
  content: "\e636";
}

.ph.ph-ladder:before {
  content: "\e9e4";
}

.ph.ph-ladder-simple:before {
  content: "\ec26";
}

.ph.ph-lamp:before {
  content: "\e638";
}

.ph.ph-lamp-pendant:before {
  content: "\ee2e";
}

.ph.ph-laptop:before {
  content: "\e586";
}

.ph.ph-lasso:before {
  content: "\edc6";
}

.ph.ph-lastfm-logo:before {
  content: "\e842";
}

.ph.ph-layout:before {
  content: "\e6d6";
}

.ph.ph-leaf:before {
  content: "\e2da";
}

.ph.ph-lectern:before {
  content: "\e95a";
}

.ph.ph-lego:before {
  content: "\e8c6";
}

.ph.ph-lego-smiley:before {
  content: "\e8c7";
}

.ph.ph-less-than:before {
  content: "\edac";
}

.ph.ph-less-than-or-equal:before {
  content: "\eda4";
}

.ph.ph-letter-circle-h:before {
  content: "\ebf8";
}

.ph.ph-letter-circle-p:before {
  content: "\ec08";
}

.ph.ph-letter-circle-v:before {
  content: "\ec14";
}

.ph.ph-lifebuoy:before {
  content: "\e63a";
}

.ph.ph-lightbulb:before {
  content: "\e2dc";
}

.ph.ph-lightbulb-filament:before {
  content: "\e63c";
}

.ph.ph-lighthouse:before {
  content: "\e9f6";
}

.ph.ph-lightning:before {
  content: "\e2de";
}

.ph.ph-lightning-a:before {
  content: "\ea84";
}

.ph.ph-lightning-slash:before {
  content: "\e2e0";
}

.ph.ph-line-segment:before {
  content: "\e6d2";
}

.ph.ph-line-segments:before {
  content: "\e6d4";
}

.ph.ph-line-vertical:before {
  content: "\ed70";
}

.ph.ph-link:before {
  content: "\e2e2";
}

.ph.ph-link-break:before {
  content: "\e2e4";
}

.ph.ph-link-simple:before {
  content: "\e2e6";
}

.ph.ph-link-simple-break:before {
  content: "\e2e8";
}

.ph.ph-link-simple-horizontal:before {
  content: "\e2ea";
}

.ph.ph-link-simple-horizontal-break:before {
  content: "\e2ec";
}

.ph.ph-linkedin-logo:before {
  content: "\e2ee";
}

.ph.ph-linktree-logo:before {
  content: "\edee";
}

.ph.ph-linux-logo:before {
  content: "\eb02";
}

.ph.ph-list:before {
  content: "\e2f0";
}

.ph.ph-list-bullets:before {
  content: "\e2f2";
}

.ph.ph-list-checks:before {
  content: "\eadc";
}

.ph.ph-list-dashes:before {
  content: "\e2f4";
}

.ph.ph-list-heart:before {
  content: "\ebde";
}

.ph.ph-list-magnifying-glass:before {
  content: "\ebe0";
}

.ph.ph-list-numbers:before {
  content: "\e2f6";
}

.ph.ph-list-plus:before {
  content: "\e2f8";
}

.ph.ph-list-star:before {
  content: "\ebdc";
}

.ph.ph-lock:before {
  content: "\e2fa";
}

.ph.ph-lock-key:before {
  content: "\e2fe";
}

.ph.ph-lock-key-open:before {
  content: "\e300";
}

.ph.ph-lock-laminated:before {
  content: "\e302";
}

.ph.ph-lock-laminated-open:before {
  content: "\e304";
}

.ph.ph-lock-open:before {
  content: "\e306";
}

.ph.ph-lock-simple:before {
  content: "\e308";
}

.ph.ph-lock-simple-open:before {
  content: "\e30a";
}

.ph.ph-lockers:before {
  content: "\ecb8";
}

.ph.ph-log:before {
  content: "\ed82";
}

.ph.ph-magic-wand:before {
  content: "\e6b6";
}

.ph.ph-magnet:before {
  content: "\e680";
}

.ph.ph-magnet-straight:before {
  content: "\e682";
}

.ph.ph-magnifying-glass:before {
  content: "\e30c";
}

.ph.ph-magnifying-glass-minus:before {
  content: "\e30e";
}

.ph.ph-magnifying-glass-plus:before {
  content: "\e310";
}

.ph.ph-mailbox:before {
  content: "\ec1e";
}

.ph.ph-map-pin:before {
  content: "\e316";
}

.ph.ph-map-pin-area:before {
  content: "\ee3a";
}

.ph.ph-map-pin-line:before {
  content: "\e318";
}

.ph.ph-map-pin-plus:before {
  content: "\e314";
}

.ph.ph-map-pin-simple:before {
  content: "\ee3e";
}

.ph.ph-map-pin-simple-area:before {
  content: "\ee3c";
}

.ph.ph-map-pin-simple-line:before {
  content: "\ee38";
}

.ph.ph-map-trifold:before {
  content: "\e31a";
}

.ph.ph-markdown-logo:before {
  content: "\e508";
}

.ph.ph-marker-circle:before {
  content: "\e640";
}

.ph.ph-martini:before {
  content: "\e31c";
}

.ph.ph-mask-happy:before {
  content: "\e9f4";
}

.ph.ph-mask-sad:before {
  content: "\eb9e";
}

.ph.ph-mastodon-logo:before {
  content: "\ed68";
}

.ph.ph-math-operations:before {
  content: "\e31e";
}

.ph.ph-matrix-logo:before {
  content: "\ed64";
}

.ph.ph-medal:before {
  content: "\e320";
}

.ph.ph-medal-military:before {
  content: "\ecfc";
}

.ph.ph-medium-logo:before {
  content: "\e322";
}

.ph.ph-megaphone:before {
  content: "\e324";
}

.ph.ph-megaphone-simple:before {
  content: "\e642";
}

.ph.ph-member-of:before {
  content: "\edc2";
}

.ph.ph-memory:before {
  content: "\e9c4";
}

.ph.ph-messenger-logo:before {
  content: "\e6d8";
}

.ph.ph-meta-logo:before {
  content: "\ed02";
}

.ph.ph-meteor:before {
  content: "\e9ba";
}

.ph.ph-metronome:before {
  content: "\ec8e";
}

.ph.ph-microphone:before {
  content: "\e326";
}

.ph.ph-microphone-slash:before {
  content: "\e328";
}

.ph.ph-microphone-stage:before {
  content: "\e75c";
}

.ph.ph-microscope:before {
  content: "\ec7a";
}

.ph.ph-microsoft-excel-logo:before {
  content: "\eb6c";
}

.ph.ph-microsoft-outlook-logo:before {
  content: "\eb70";
}

.ph.ph-microsoft-powerpoint-logo:before {
  content: "\eace";
}

.ph.ph-microsoft-teams-logo:before {
  content: "\eb66";
}

.ph.ph-microsoft-word-logo:before {
  content: "\eb6a";
}

.ph.ph-minus:before {
  content: "\e32a";
}

.ph.ph-minus-circle:before {
  content: "\e32c";
}

.ph.ph-minus-square:before {
  content: "\ed4c";
}

.ph.ph-money:before {
  content: "\e588";
}

.ph.ph-money-wavy:before {
  content: "\ee68";
}

.ph.ph-monitor:before {
  content: "\e32e";
}

.ph.ph-monitor-arrow-up:before {
  content: "\e58a";
}

.ph.ph-monitor-play:before {
  content: "\e58c";
}

.ph.ph-moon:before {
  content: "\e330";
}

.ph.ph-moon-stars:before {
  content: "\e58e";
}

.ph.ph-moped:before {
  content: "\e824";
}

.ph.ph-moped-front:before {
  content: "\e822";
}

.ph.ph-mosque:before {
  content: "\ecee";
}

.ph.ph-motorcycle:before {
  content: "\e80a";
}

.ph.ph-mountains:before {
  content: "\e7ae";
}

.ph.ph-mouse:before {
  content: "\e33a";
}

.ph.ph-mouse-left-click:before {
  content: "\e334";
}

.ph.ph-mouse-middle-click:before {
  content: "\e338";
}

.ph.ph-mouse-right-click:before {
  content: "\e336";
}

.ph.ph-mouse-scroll:before {
  content: "\e332";
}

.ph.ph-mouse-simple:before {
  content: "\e644";
}

.ph.ph-music-note:before {
  content: "\e33c";
}

.ph.ph-music-note-simple:before {
  content: "\e33e";
}

.ph.ph-music-notes:before {
  content: "\e340";
}

.ph.ph-music-notes-minus:before {
  content: "\ee0c";
}

.ph.ph-music-notes-plus:before {
  content: "\eb7c";
}

.ph.ph-music-notes-simple:before {
  content: "\e342";
}

.ph.ph-navigation-arrow:before {
  content: "\eade";
}

.ph.ph-needle:before {
  content: "\e82e";
}

.ph.ph-network:before {
  content: "\edde";
}

.ph.ph-network-slash:before {
  content: "\eddc";
}

.ph.ph-network-x:before {
  content: "\edda";
}

.ph.ph-newspaper:before {
  content: "\e344";
}

.ph.ph-newspaper-clipping:before {
  content: "\e346";
}

.ph.ph-not-equals:before {
  content: "\eda6";
}

.ph.ph-not-member-of:before {
  content: "\edae";
}

.ph.ph-not-subset-of:before {
  content: "\edb0";
}

.ph.ph-not-superset-of:before {
  content: "\edb2";
}

.ph.ph-notches:before {
  content: "\ed3a";
}

.ph.ph-note:before {
  content: "\e348";
}

.ph.ph-note-blank:before {
  content: "\e34a";
}

.ph.ph-note-pencil:before {
  content: "\e34c";
}

.ph.ph-notebook:before {
  content: "\e34e";
}

.ph.ph-notepad:before {
  content: "\e63e";
}

.ph.ph-notification:before {
  content: "\e6fa";
}

.ph.ph-notion-logo:before {
  content: "\e9a0";
}

.ph.ph-nuclear-plant:before {
  content: "\ed7c";
}

.ph.ph-number-circle-eight:before {
  content: "\e352";
}

.ph.ph-number-circle-five:before {
  content: "\e358";
}

.ph.ph-number-circle-four:before {
  content: "\e35e";
}

.ph.ph-number-circle-nine:before {
  content: "\e364";
}

.ph.ph-number-circle-one:before {
  content: "\e36a";
}

.ph.ph-number-circle-seven:before {
  content: "\e370";
}

.ph.ph-number-circle-six:before {
  content: "\e376";
}

.ph.ph-number-circle-three:before {
  content: "\e37c";
}

.ph.ph-number-circle-two:before {
  content: "\e382";
}

.ph.ph-number-circle-zero:before {
  content: "\e388";
}

.ph.ph-number-eight:before {
  content: "\e350";
}

.ph.ph-number-five:before {
  content: "\e356";
}

.ph.ph-number-four:before {
  content: "\e35c";
}

.ph.ph-number-nine:before {
  content: "\e362";
}

.ph.ph-number-one:before {
  content: "\e368";
}

.ph.ph-number-seven:before {
  content: "\e36e";
}

.ph.ph-number-six:before {
  content: "\e374";
}

.ph.ph-number-square-eight:before {
  content: "\e354";
}

.ph.ph-number-square-five:before {
  content: "\e35a";
}

.ph.ph-number-square-four:before {
  content: "\e360";
}

.ph.ph-number-square-nine:before {
  content: "\e366";
}

.ph.ph-number-square-one:before {
  content: "\e36c";
}

.ph.ph-number-square-seven:before {
  content: "\e372";
}

.ph.ph-number-square-six:before {
  content: "\e378";
}

.ph.ph-number-square-three:before {
  content: "\e37e";
}

.ph.ph-number-square-two:before {
  content: "\e384";
}

.ph.ph-number-square-zero:before {
  content: "\e38a";
}

.ph.ph-number-three:before {
  content: "\e37a";
}

.ph.ph-number-two:before {
  content: "\e380";
}

.ph.ph-number-zero:before {
  content: "\e386";
}

.ph.ph-numpad:before {
  content: "\e3c8";
}

.ph.ph-nut:before {
  content: "\e38c";
}

.ph.ph-ny-times-logo:before {
  content: "\e646";
}

.ph.ph-octagon:before {
  content: "\e38e";
}

.ph.ph-office-chair:before {
  content: "\ea46";
}

.ph.ph-onigiri:before {
  content: "\ee2c";
}

.ph.ph-open-ai-logo:before {
  content: "\e7d2";
}

.ph.ph-option:before {
  content: "\e8a8";
}

.ph.ph-orange:before {
  content: "\ee40";
}

.ph.ph-orange-slice:before {
  content: "\ed36";
}

.ph.ph-oven:before {
  content: "\ed8c";
}

.ph.ph-package:before {
  content: "\e390";
}

.ph.ph-paint-brush:before {
  content: "\e6f0";
}

.ph.ph-paint-brush-broad:before {
  content: "\e590";
}

.ph.ph-paint-brush-household:before {
  content: "\e6f2";
}

.ph.ph-paint-bucket:before {
  content: "\e392";
}

.ph.ph-paint-roller:before {
  content: "\e6f4";
}

.ph.ph-palette:before {
  content: "\e6c8";
}

.ph.ph-panorama:before {
  content: "\eaa2";
}

.ph.ph-pants:before {
  content: "\ec88";
}

.ph.ph-paper-plane:before {
  content: "\e394";
}

.ph.ph-paper-plane-right:before {
  content: "\e396";
}

.ph.ph-paper-plane-tilt:before {
  content: "\e398";
}

.ph.ph-paperclip:before {
  content: "\e39a";
}

.ph.ph-paperclip-horizontal:before {
  content: "\e592";
}

.ph.ph-parachute:before {
  content: "\ea7c";
}

.ph.ph-paragraph:before {
  content: "\e960";
}

.ph.ph-parallelogram:before {
  content: "\ecc6";
}

.ph.ph-park:before {
  content: "\ecb2";
}

.ph.ph-password:before {
  content: "\e752";
}

.ph.ph-path:before {
  content: "\e39c";
}

.ph.ph-patreon-logo:before {
  content: "\e98a";
}

.ph.ph-pause:before {
  content: "\e39e";
}

.ph.ph-pause-circle:before {
  content: "\e3a0";
}

.ph.ph-paw-print:before {
  content: "\e648";
}

.ph.ph-paypal-logo:before {
  content: "\e98c";
}

.ph.ph-peace:before {
  content: "\e3a2";
}

.ph.ph-pen:before {
  content: "\e3aa";
}

.ph.ph-pen-nib:before {
  content: "\e3ac";
}

.ph.ph-pen-nib-straight:before {
  content: "\e64a";
}

.ph.ph-pencil:before {
  content: "\e3ae";
}

.ph.ph-pencil-circle:before {
  content: "\e3b0";
}

.ph.ph-pencil-line:before {
  content: "\e3b2";
}

.ph.ph-pencil-ruler:before {
  content: "\e906";
}

.ph.ph-pencil-simple:before {
  content: "\e3b4";
}

.ph.ph-pencil-simple-line:before {
  content: "\ebc6";
}

.ph.ph-pencil-simple-slash:before {
  content: "\ecf6";
}

.ph.ph-pencil-slash:before {
  content: "\ecf8";
}

.ph.ph-pentagon:before {
  content: "\ec7e";
}

.ph.ph-pentagram:before {
  content: "\ec5c";
}

.ph.ph-pepper:before {
  content: "\e94a";
}

.ph.ph-percent:before {
  content: "\e3b6";
}

.ph.ph-person:before {
  content: "\e3a8";
}

.ph.ph-person-arms-spread:before {
  content: "\ecfe";
}

.ph.ph-person-simple:before {
  content: "\e72e";
}

.ph.ph-person-simple-bike:before {
  content: "\e734";
}

.ph.ph-person-simple-circle:before {
  content: "\ee58";
}

.ph.ph-person-simple-hike:before {
  content: "\ed54";
}

.ph.ph-person-simple-run:before {
  content: "\e730";
}

.ph.ph-person-simple-ski:before {
  content: "\e71c";
}

.ph.ph-person-simple-snowboard:before {
  content: "\e71e";
}

.ph.ph-person-simple-swim:before {
  content: "\e736";
}

.ph.ph-person-simple-tai-chi:before {
  content: "\ed5c";
}

.ph.ph-person-simple-throw:before {
  content: "\e732";
}

.ph.ph-person-simple-walk:before {
  content: "\e73a";
}

.ph.ph-perspective:before {
  content: "\ebe6";
}

.ph.ph-phone:before {
  content: "\e3b8";
}

.ph.ph-phone-call:before {
  content: "\e3ba";
}

.ph.ph-phone-disconnect:before {
  content: "\e3bc";
}

.ph.ph-phone-incoming:before {
  content: "\e3be";
}

.ph.ph-phone-list:before {
  content: "\e3cc";
}

.ph.ph-phone-outgoing:before {
  content: "\e3c0";
}

.ph.ph-phone-pause:before {
  content: "\e3ca";
}

.ph.ph-phone-plus:before {
  content: "\ec56";
}

.ph.ph-phone-slash:before {
  content: "\e3c2";
}

.ph.ph-phone-transfer:before {
  content: "\e3c6";
}

.ph.ph-phone-x:before {
  content: "\e3c4";
}

.ph.ph-phosphor-logo:before {
  content: "\e3ce";
}

.ph.ph-pi:before {
  content: "\ec80";
}

.ph.ph-piano-keys:before {
  content: "\e9c8";
}

.ph.ph-picnic-table:before {
  content: "\ee26";
}

.ph.ph-picture-in-picture:before {
  content: "\e64c";
}

.ph.ph-piggy-bank:before {
  content: "\ea04";
}

.ph.ph-pill:before {
  content: "\e700";
}

.ph.ph-ping-pong:before {
  content: "\ea42";
}

.ph.ph-pint-glass:before {
  content: "\edd0";
}

.ph.ph-pinterest-logo:before {
  content: "\e64e";
}

.ph.ph-pinwheel:before {
  content: "\eb9c";
}

.ph.ph-pipe:before {
  content: "\ed86";
}

.ph.ph-pipe-wrench:before {
  content: "\ed88";
}

.ph.ph-pix-logo:before {
  content: "\ecc2";
}

.ph.ph-pizza:before {
  content: "\e796";
}

.ph.ph-placeholder:before {
  content: "\e650";
}

.ph.ph-planet:before {
  content: "\e652";
}

.ph.ph-plant:before {
  content: "\ebae";
}

.ph.ph-play:before {
  content: "\e3d0";
}

.ph.ph-play-circle:before {
  content: "\e3d2";
}

.ph.ph-play-pause:before {
  content: "\e8be";
}

.ph.ph-playlist:before {
  content: "\e6aa";
}

.ph.ph-plug:before {
  content: "\e946";
}

.ph.ph-plug-charging:before {
  content: "\eb5c";
}

.ph.ph-plugs:before {
  content: "\eb56";
}

.ph.ph-plugs-connected:before {
  content: "\eb5a";
}

.ph.ph-plus:before {
  content: "\e3d4";
}

.ph.ph-plus-circle:before {
  content: "\e3d6";
}

.ph.ph-plus-minus:before {
  content: "\e3d8";
}

.ph.ph-plus-square:before {
  content: "\ed4a";
}

.ph.ph-poker-chip:before {
  content: "\e594";
}

.ph.ph-police-car:before {
  content: "\ec4a";
}

.ph.ph-polygon:before {
  content: "\e6d0";
}

.ph.ph-popcorn:before {
  content: "\eb4e";
}

.ph.ph-popsicle:before {
  content: "\ebbe";
}

.ph.ph-potted-plant:before {
  content: "\ec22";
}

.ph.ph-power:before {
  content: "\e3da";
}

.ph.ph-prescription:before {
  content: "\e7a2";
}

.ph.ph-presentation:before {
  content: "\e654";
}

.ph.ph-presentation-chart:before {
  content: "\e656";
}

.ph.ph-printer:before {
  content: "\e3dc";
}

.ph.ph-prohibit:before {
  content: "\e3de";
}

.ph.ph-prohibit-inset:before {
  content: "\e3e0";
}

.ph.ph-projector-screen:before {
  content: "\e658";
}

.ph.ph-projector-screen-chart:before {
  content: "\e65a";
}

.ph.ph-pulse:before {
  content: "\e000";
}

.ph.ph-activity:before {
  content: "\e000";
}

.ph.ph-push-pin:before {
  content: "\e3e2";
}

.ph.ph-push-pin-simple:before {
  content: "\e65c";
}

.ph.ph-push-pin-simple-slash:before {
  content: "\e65e";
}

.ph.ph-push-pin-slash:before {
  content: "\e3e4";
}

.ph.ph-puzzle-piece:before {
  content: "\e596";
}

.ph.ph-qr-code:before {
  content: "\e3e6";
}

.ph.ph-question:before {
  content: "\e3e8";
}

.ph.ph-question-mark:before {
  content: "\e3e9";
}

.ph.ph-queue:before {
  content: "\e6ac";
}

.ph.ph-quotes:before {
  content: "\e660";
}

.ph.ph-rabbit:before {
  content: "\eac2";
}

.ph.ph-racquet:before {
  content: "\ee02";
}

.ph.ph-radical:before {
  content: "\e3ea";
}

.ph.ph-radio:before {
  content: "\e77e";
}

.ph.ph-radio-button:before {
  content: "\eb08";
}

.ph.ph-radioactive:before {
  content: "\e9dc";
}

.ph.ph-rainbow:before {
  content: "\e598";
}

.ph.ph-rainbow-cloud:before {
  content: "\e59a";
}

.ph.ph-ranking:before {
  content: "\ed62";
}

.ph.ph-read-cv-logo:before {
  content: "\ed0c";
}

.ph.ph-receipt:before {
  content: "\e3ec";
}

.ph.ph-receipt-x:before {
  content: "\ed40";
}

.ph.ph-record:before {
  content: "\e3ee";
}

.ph.ph-rectangle:before {
  content: "\e3f0";
}

.ph.ph-rectangle-dashed:before {
  content: "\e3f2";
}

.ph.ph-recycle:before {
  content: "\e75a";
}

.ph.ph-reddit-logo:before {
  content: "\e59c";
}

.ph.ph-repeat:before {
  content: "\e3f6";
}

.ph.ph-repeat-once:before {
  content: "\e3f8";
}

.ph.ph-replit-logo:before {
  content: "\eb8a";
}

.ph.ph-resize:before {
  content: "\ed6e";
}

.ph.ph-rewind:before {
  content: "\e6a8";
}

.ph.ph-rewind-circle:before {
  content: "\e3fa";
}

.ph.ph-road-horizon:before {
  content: "\e838";
}

.ph.ph-robot:before {
  content: "\e762";
}

.ph.ph-rocket:before {
  content: "\e3fc";
}

.ph.ph-rocket-launch:before {
  content: "\e3fe";
}

.ph.ph-rows:before {
  content: "\e5a2";
}

.ph.ph-rows-plus-bottom:before {
  content: "\e59e";
}

.ph.ph-rows-plus-top:before {
  content: "\e5a0";
}

.ph.ph-rss:before {
  content: "\e400";
}

.ph.ph-rss-simple:before {
  content: "\e402";
}

.ph.ph-rug:before {
  content: "\ea1a";
}

.ph.ph-ruler:before {
  content: "\e6b8";
}

.ph.ph-sailboat:before {
  content: "\e78a";
}

.ph.ph-scales:before {
  content: "\e750";
}

.ph.ph-scan:before {
  content: "\ebb6";
}

.ph.ph-scan-smiley:before {
  content: "\ebb4";
}

.ph.ph-scissors:before {
  content: "\eae0";
}

.ph.ph-scooter:before {
  content: "\e820";
}

.ph.ph-screencast:before {
  content: "\e404";
}

.ph.ph-screwdriver:before {
  content: "\e86e";
}

.ph.ph-scribble:before {
  content: "\e806";
}

.ph.ph-scribble-loop:before {
  content: "\e662";
}

.ph.ph-scroll:before {
  content: "\eb7a";
}

.ph.ph-seal:before {
  content: "\e604";
}

.ph.ph-circle-wavy:before {
  content: "\e604";
}

.ph.ph-seal-check:before {
  content: "\e606";
}

.ph.ph-circle-wavy-check:before {
  content: "\e606";
}

.ph.ph-seal-percent:before {
  content: "\e60a";
}

.ph.ph-seal-question:before {
  content: "\e608";
}

.ph.ph-circle-wavy-question:before {
  content: "\e608";
}

.ph.ph-seal-warning:before {
  content: "\e60c";
}

.ph.ph-circle-wavy-warning:before {
  content: "\e60c";
}

.ph.ph-seat:before {
  content: "\eb8e";
}

.ph.ph-seatbelt:before {
  content: "\edfe";
}

.ph.ph-security-camera:before {
  content: "\eca4";
}

.ph.ph-selection:before {
  content: "\e69a";
}

.ph.ph-selection-all:before {
  content: "\e746";
}

.ph.ph-selection-background:before {
  content: "\eaf8";
}

.ph.ph-selection-foreground:before {
  content: "\eaf6";
}

.ph.ph-selection-inverse:before {
  content: "\e744";
}

.ph.ph-selection-plus:before {
  content: "\e69c";
}

.ph.ph-selection-slash:before {
  content: "\e69e";
}

.ph.ph-shapes:before {
  content: "\ec5e";
}

.ph.ph-share:before {
  content: "\e406";
}

.ph.ph-share-fat:before {
  content: "\ed52";
}

.ph.ph-share-network:before {
  content: "\e408";
}

.ph.ph-shield:before {
  content: "\e40a";
}

.ph.ph-shield-check:before {
  content: "\e40c";
}

.ph.ph-shield-checkered:before {
  content: "\e708";
}

.ph.ph-shield-chevron:before {
  content: "\e40e";
}

.ph.ph-shield-plus:before {
  content: "\e706";
}

.ph.ph-shield-slash:before {
  content: "\e410";
}

.ph.ph-shield-star:before {
  content: "\ec34";
}

.ph.ph-shield-warning:before {
  content: "\e412";
}

.ph.ph-shipping-container:before {
  content: "\e78c";
}

.ph.ph-shirt-folded:before {
  content: "\ea92";
}

.ph.ph-shooting-star:before {
  content: "\ecfa";
}

.ph.ph-shopping-bag:before {
  content: "\e416";
}

.ph.ph-shopping-bag-open:before {
  content: "\e418";
}

.ph.ph-shopping-cart:before {
  content: "\e41e";
}

.ph.ph-shopping-cart-simple:before {
  content: "\e420";
}

.ph.ph-shovel:before {
  content: "\e9e6";
}

.ph.ph-shower:before {
  content: "\e776";
}

.ph.ph-shrimp:before {
  content: "\eab4";
}

.ph.ph-shuffle:before {
  content: "\e422";
}

.ph.ph-shuffle-angular:before {
  content: "\e424";
}

.ph.ph-shuffle-simple:before {
  content: "\e426";
}

.ph.ph-sidebar:before {
  content: "\eab6";
}

.ph.ph-sidebar-simple:before {
  content: "\ec24";
}

.ph.ph-sigma:before {
  content: "\eab8";
}

.ph.ph-sign-in:before {
  content: "\e428";
}

.ph.ph-sign-out:before {
  content: "\e42a";
}

.ph.ph-signature:before {
  content: "\ebac";
}

.ph.ph-signpost:before {
  content: "\e89c";
}

.ph.ph-sim-card:before {
  content: "\e664";
}

.ph.ph-siren:before {
  content: "\e9b8";
}

.ph.ph-sketch-logo:before {
  content: "\e42c";
}

.ph.ph-skip-back:before {
  content: "\e5a4";
}

.ph.ph-skip-back-circle:before {
  content: "\e42e";
}

.ph.ph-skip-forward:before {
  content: "\e5a6";
}

.ph.ph-skip-forward-circle:before {
  content: "\e430";
}

.ph.ph-skull:before {
  content: "\e916";
}

.ph.ph-skype-logo:before {
  content: "\e8dc";
}

.ph.ph-slack-logo:before {
  content: "\e5a8";
}

.ph.ph-sliders:before {
  content: "\e432";
}

.ph.ph-sliders-horizontal:before {
  content: "\e434";
}

.ph.ph-slideshow:before {
  content: "\ed32";
}

.ph.ph-smiley:before {
  content: "\e436";
}

.ph.ph-smiley-angry:before {
  content: "\ec62";
}

.ph.ph-smiley-blank:before {
  content: "\e438";
}

.ph.ph-smiley-meh:before {
  content: "\e43a";
}

.ph.ph-smiley-melting:before {
  content: "\ee56";
}

.ph.ph-smiley-nervous:before {
  content: "\e43c";
}

.ph.ph-smiley-sad:before {
  content: "\e43e";
}

.ph.ph-smiley-sticker:before {
  content: "\e440";
}

.ph.ph-smiley-wink:before {
  content: "\e666";
}

.ph.ph-smiley-x-eyes:before {
  content: "\e442";
}

.ph.ph-snapchat-logo:before {
  content: "\e668";
}

.ph.ph-sneaker:before {
  content: "\e80c";
}

.ph.ph-sneaker-move:before {
  content: "\ed60";
}

.ph.ph-snowflake:before {
  content: "\e5aa";
}

.ph.ph-soccer-ball:before {
  content: "\e716";
}

.ph.ph-sock:before {
  content: "\ecce";
}

.ph.ph-solar-panel:before {
  content: "\ed7a";
}

.ph.ph-solar-roof:before {
  content: "\ed7b";
}

.ph.ph-sort-ascending:before {
  content: "\e444";
}

.ph.ph-sort-descending:before {
  content: "\e446";
}

.ph.ph-soundcloud-logo:before {
  content: "\e8de";
}

.ph.ph-spade:before {
  content: "\e448";
}

.ph.ph-sparkle:before {
  content: "\e6a2";
}

.ph.ph-speaker-hifi:before {
  content: "\ea08";
}

.ph.ph-speaker-high:before {
  content: "\e44a";
}

.ph.ph-speaker-low:before {
  content: "\e44c";
}

.ph.ph-speaker-none:before {
  content: "\e44e";
}

.ph.ph-speaker-simple-high:before {
  content: "\e450";
}

.ph.ph-speaker-simple-low:before {
  content: "\e452";
}

.ph.ph-speaker-simple-none:before {
  content: "\e454";
}

.ph.ph-speaker-simple-slash:before {
  content: "\e456";
}

.ph.ph-speaker-simple-x:before {
  content: "\e458";
}

.ph.ph-speaker-slash:before {
  content: "\e45a";
}

.ph.ph-speaker-x:before {
  content: "\e45c";
}

.ph.ph-speedometer:before {
  content: "\ee74";
}

.ph.ph-sphere:before {
  content: "\ee66";
}

.ph.ph-spinner:before {
  content: "\e66a";
}

.ph.ph-spinner-ball:before {
  content: "\ee28";
}

.ph.ph-spinner-gap:before {
  content: "\e66c";
}

.ph.ph-spiral:before {
  content: "\e9fa";
}

.ph.ph-split-horizontal:before {
  content: "\e872";
}

.ph.ph-split-vertical:before {
  content: "\e876";
}

.ph.ph-spotify-logo:before {
  content: "\e66e";
}

.ph.ph-spray-bottle:before {
  content: "\e7e4";
}

.ph.ph-square:before {
  content: "\e45e";
}

.ph.ph-square-half:before {
  content: "\e462";
}

.ph.ph-square-half-bottom:before {
  content: "\eb16";
}

.ph.ph-square-logo:before {
  content: "\e690";
}

.ph.ph-square-split-horizontal:before {
  content: "\e870";
}

.ph.ph-square-split-vertical:before {
  content: "\e874";
}

.ph.ph-squares-four:before {
  content: "\e464";
}

.ph.ph-stack:before {
  content: "\e466";
}

.ph.ph-stack-minus:before {
  content: "\edf4";
}

.ph.ph-stack-overflow-logo:before {
  content: "\eb78";
}

.ph.ph-stack-plus:before {
  content: "\edf6";
}

.ph.ph-stack-simple:before {
  content: "\e468";
}

.ph.ph-stairs:before {
  content: "\e8ec";
}

.ph.ph-stamp:before {
  content: "\ea48";
}

.ph.ph-standard-definition:before {
  content: "\ea90";
}

.ph.ph-star:before {
  content: "\e46a";
}

.ph.ph-star-and-crescent:before {
  content: "\ecf4";
}

.ph.ph-star-four:before {
  content: "\e6a4";
}

.ph.ph-star-half:before {
  content: "\e70a";
}

.ph.ph-star-of-david:before {
  content: "\e89e";
}

.ph.ph-steam-logo:before {
  content: "\ead4";
}

.ph.ph-steering-wheel:before {
  content: "\e9ac";
}

.ph.ph-steps:before {
  content: "\ecbe";
}

.ph.ph-stethoscope:before {
  content: "\e7ea";
}

.ph.ph-sticker:before {
  content: "\e5ac";
}

.ph.ph-stool:before {
  content: "\ea44";
}

.ph.ph-stop:before {
  content: "\e46c";
}

.ph.ph-stop-circle:before {
  content: "\e46e";
}

.ph.ph-storefront:before {
  content: "\e470";
}

.ph.ph-strategy:before {
  content: "\ea3a";
}

.ph.ph-stripe-logo:before {
  content: "\e698";
}

.ph.ph-student:before {
  content: "\e73e";
}

.ph.ph-subset-of:before {
  content: "\edc0";
}

.ph.ph-subset-proper-of:before {
  content: "\edb6";
}

.ph.ph-subtitles:before {
  content: "\e1a8";
}

.ph.ph-subtitles-slash:before {
  content: "\e1a6";
}

.ph.ph-subtract:before {
  content: "\ebd6";
}

.ph.ph-subtract-square:before {
  content: "\ebd4";
}

.ph.ph-subway:before {
  content: "\e498";
}

.ph.ph-suitcase:before {
  content: "\e5ae";
}

.ph.ph-suitcase-rolling:before {
  content: "\e9b0";
}

.ph.ph-suitcase-simple:before {
  content: "\e5b0";
}

.ph.ph-sun:before {
  content: "\e472";
}

.ph.ph-sun-dim:before {
  content: "\e474";
}

.ph.ph-sun-horizon:before {
  content: "\e5b6";
}

.ph.ph-sunglasses:before {
  content: "\e816";
}

.ph.ph-superset-of:before {
  content: "\edb8";
}

.ph.ph-superset-proper-of:before {
  content: "\edb4";
}

.ph.ph-swap:before {
  content: "\e83c";
}

.ph.ph-swatches:before {
  content: "\e5b8";
}

.ph.ph-swimming-pool:before {
  content: "\ecb6";
}

.ph.ph-sword:before {
  content: "\e5ba";
}

.ph.ph-synagogue:before {
  content: "\ecec";
}

.ph.ph-syringe:before {
  content: "\e968";
}

.ph.ph-t-shirt:before {
  content: "\e670";
}

.ph.ph-table:before {
  content: "\e476";
}

.ph.ph-tabs:before {
  content: "\e778";
}

.ph.ph-tag:before {
  content: "\e478";
}

.ph.ph-tag-chevron:before {
  content: "\e672";
}

.ph.ph-tag-simple:before {
  content: "\e47a";
}

.ph.ph-target:before {
  content: "\e47c";
}

.ph.ph-taxi:before {
  content: "\e902";
}

.ph.ph-tea-bag:before {
  content: "\e8e6";
}

.ph.ph-telegram-logo:before {
  content: "\e5bc";
}

.ph.ph-television:before {
  content: "\e754";
}

.ph.ph-television-simple:before {
  content: "\eae6";
}

.ph.ph-tennis-ball:before {
  content: "\e720";
}

.ph.ph-tent:before {
  content: "\e8ba";
}

.ph.ph-terminal:before {
  content: "\e47e";
}

.ph.ph-terminal-window:before {
  content: "\eae8";
}

.ph.ph-test-tube:before {
  content: "\e7a0";
}

.ph.ph-text-a-underline:before {
  content: "\ed34";
}

.ph.ph-text-aa:before {
  content: "\e6ee";
}

.ph.ph-text-align-center:before {
  content: "\e480";
}

.ph.ph-text-align-justify:before {
  content: "\e482";
}

.ph.ph-text-align-left:before {
  content: "\e484";
}

.ph.ph-text-align-right:before {
  content: "\e486";
}

.ph.ph-text-b:before {
  content: "\e5be";
}

.ph.ph-text-bolder:before {
  content: "\e5be";
}

.ph.ph-text-columns:before {
  content: "\ec96";
}

.ph.ph-text-h:before {
  content: "\e6ba";
}

.ph.ph-text-h-five:before {
  content: "\e6c4";
}

.ph.ph-text-h-four:before {
  content: "\e6c2";
}

.ph.ph-text-h-one:before {
  content: "\e6bc";
}

.ph.ph-text-h-six:before {
  content: "\e6c6";
}

.ph.ph-text-h-three:before {
  content: "\e6c0";
}

.ph.ph-text-h-two:before {
  content: "\e6be";
}

.ph.ph-text-indent:before {
  content: "\ea1e";
}

.ph.ph-text-italic:before {
  content: "\e5c0";
}

.ph.ph-text-outdent:before {
  content: "\ea1c";
}

.ph.ph-text-strikethrough:before {
  content: "\e5c2";
}

.ph.ph-text-subscript:before {
  content: "\ec98";
}

.ph.ph-text-superscript:before {
  content: "\ec9a";
}

.ph.ph-text-t:before {
  content: "\e48a";
}

.ph.ph-text-t-slash:before {
  content: "\e488";
}

.ph.ph-text-underline:before {
  content: "\e5c4";
}

.ph.ph-textbox:before {
  content: "\eb0a";
}

.ph.ph-thermometer:before {
  content: "\e5c6";
}

.ph.ph-thermometer-cold:before {
  content: "\e5c8";
}

.ph.ph-thermometer-hot:before {
  content: "\e5ca";
}

.ph.ph-thermometer-simple:before {
  content: "\e5cc";
}

.ph.ph-threads-logo:before {
  content: "\ed9e";
}

.ph.ph-three-d:before {
  content: "\ea5a";
}

.ph.ph-thumbs-down:before {
  content: "\e48c";
}

.ph.ph-thumbs-up:before {
  content: "\e48e";
}

.ph.ph-ticket:before {
  content: "\e490";
}

.ph.ph-tidal-logo:before {
  content: "\ed1c";
}

.ph.ph-tiktok-logo:before {
  content: "\eaf2";
}

.ph.ph-tilde:before {
  content: "\eda8";
}

.ph.ph-timer:before {
  content: "\e492";
}

.ph.ph-tip-jar:before {
  content: "\e7e2";
}

.ph.ph-tipi:before {
  content: "\ed30";
}

.ph.ph-tire:before {
  content: "\edd2";
}

.ph.ph-toggle-left:before {
  content: "\e674";
}

.ph.ph-toggle-right:before {
  content: "\e676";
}

.ph.ph-toilet:before {
  content: "\e79a";
}

.ph.ph-toilet-paper:before {
  content: "\e79c";
}

.ph.ph-toolbox:before {
  content: "\eca0";
}

.ph.ph-tooth:before {
  content: "\e9cc";
}

.ph.ph-tornado:before {
  content: "\e88c";
}

.ph.ph-tote:before {
  content: "\e494";
}

.ph.ph-tote-simple:before {
  content: "\e678";
}

.ph.ph-towel:before {
  content: "\ede6";
}

.ph.ph-tractor:before {
  content: "\ec6e";
}

.ph.ph-trademark:before {
  content: "\e9f0";
}

.ph.ph-trademark-registered:before {
  content: "\e3f4";
}

.ph.ph-traffic-cone:before {
  content: "\e9a8";
}

.ph.ph-traffic-sign:before {
  content: "\e67a";
}

.ph.ph-traffic-signal:before {
  content: "\e9aa";
}

.ph.ph-train:before {
  content: "\e496";
}

.ph.ph-train-regional:before {
  content: "\e49e";
}

.ph.ph-train-simple:before {
  content: "\e4a0";
}

.ph.ph-tram:before {
  content: "\e9ec";
}

.ph.ph-translate:before {
  content: "\e4a2";
}

.ph.ph-trash:before {
  content: "\e4a6";
}

.ph.ph-trash-simple:before {
  content: "\e4a8";
}

.ph.ph-tray:before {
  content: "\e4aa";
}

.ph.ph-tray-arrow-down:before {
  content: "\e010";
}

.ph.ph-archive-tray:before {
  content: "\e010";
}

.ph.ph-tray-arrow-up:before {
  content: "\ee52";
}

.ph.ph-treasure-chest:before {
  content: "\ede2";
}

.ph.ph-tree:before {
  content: "\e6da";
}

.ph.ph-tree-evergreen:before {
  content: "\e6dc";
}

.ph.ph-tree-palm:before {
  content: "\e91a";
}

.ph.ph-tree-structure:before {
  content: "\e67c";
}

.ph.ph-tree-view:before {
  content: "\ee48";
}

.ph.ph-trend-down:before {
  content: "\e4ac";
}

.ph.ph-trend-up:before {
  content: "\e4ae";
}

.ph.ph-triangle:before {
  content: "\e4b0";
}

.ph.ph-triangle-dashed:before {
  content: "\e4b2";
}

.ph.ph-trolley:before {
  content: "\e5b2";
}

.ph.ph-trolley-suitcase:before {
  content: "\e5b4";
}

.ph.ph-trophy:before {
  content: "\e67e";
}

.ph.ph-truck:before {
  content: "\e4b4";
}

.ph.ph-truck-trailer:before {
  content: "\e4b6";
}

.ph.ph-tumblr-logo:before {
  content: "\e8d4";
}

.ph.ph-twitch-logo:before {
  content: "\e5ce";
}

.ph.ph-twitter-logo:before {
  content: "\e4ba";
}

.ph.ph-umbrella:before {
  content: "\e684";
}

.ph.ph-umbrella-simple:before {
  content: "\e686";
}

.ph.ph-union:before {
  content: "\edbe";
}

.ph.ph-unite:before {
  content: "\e87e";
}

.ph.ph-unite-square:before {
  content: "\e878";
}

.ph.ph-upload:before {
  content: "\e4be";
}

.ph.ph-upload-simple:before {
  content: "\e4c0";
}

.ph.ph-usb:before {
  content: "\e956";
}

.ph.ph-user:before {
  content: "\e4c2";
}

.ph.ph-user-check:before {
  content: "\eafa";
}

.ph.ph-user-circle:before {
  content: "\e4c4";
}

.ph.ph-user-circle-check:before {
  content: "\ec38";
}

.ph.ph-user-circle-dashed:before {
  content: "\ec36";
}

.ph.ph-user-circle-gear:before {
  content: "\e4c6";
}

.ph.ph-user-circle-minus:before {
  content: "\e4c8";
}

.ph.ph-user-circle-plus:before {
  content: "\e4ca";
}

.ph.ph-user-focus:before {
  content: "\e6fc";
}

.ph.ph-user-gear:before {
  content: "\e4cc";
}

.ph.ph-user-list:before {
  content: "\e73c";
}

.ph.ph-user-minus:before {
  content: "\e4ce";
}

.ph.ph-user-plus:before {
  content: "\e4d0";
}

.ph.ph-user-rectangle:before {
  content: "\e4d2";
}

.ph.ph-user-sound:before {
  content: "\eca8";
}

.ph.ph-user-square:before {
  content: "\e4d4";
}

.ph.ph-user-switch:before {
  content: "\e756";
}

.ph.ph-users:before {
  content: "\e4d6";
}

.ph.ph-users-four:before {
  content: "\e68c";
}

.ph.ph-users-three:before {
  content: "\e68e";
}

.ph.ph-van:before {
  content: "\e826";
}

.ph.ph-vault:before {
  content: "\e76e";
}

.ph.ph-vector-three:before {
  content: "\ee62";
}

.ph.ph-vector-two:before {
  content: "\ee64";
}

.ph.ph-vibrate:before {
  content: "\e4d8";
}

.ph.ph-video:before {
  content: "\e740";
}

.ph.ph-video-camera:before {
  content: "\e4da";
}

.ph.ph-video-camera-slash:before {
  content: "\e4dc";
}

.ph.ph-video-conference:before {
  content: "\edce";
}

.ph.ph-vignette:before {
  content: "\eba2";
}

.ph.ph-vinyl-record:before {
  content: "\ecac";
}

.ph.ph-virtual-reality:before {
  content: "\e7b8";
}

.ph.ph-virus:before {
  content: "\e7d6";
}

.ph.ph-visor:before {
  content: "\ee2a";
}

.ph.ph-voicemail:before {
  content: "\e4de";
}

.ph.ph-volleyball:before {
  content: "\e726";
}

.ph.ph-wall:before {
  content: "\e688";
}

.ph.ph-wallet:before {
  content: "\e68a";
}

.ph.ph-warehouse:before {
  content: "\ecd4";
}

.ph.ph-warning:before {
  content: "\e4e0";
}

.ph.ph-warning-circle:before {
  content: "\e4e2";
}

.ph.ph-warning-diamond:before {
  content: "\e7fc";
}

.ph.ph-warning-octagon:before {
  content: "\e4e4";
}

.ph.ph-washing-machine:before {
  content: "\ede8";
}

.ph.ph-watch:before {
  content: "\e4e6";
}

.ph.ph-wave-sawtooth:before {
  content: "\ea9c";
}

.ph.ph-wave-sine:before {
  content: "\ea9a";
}

.ph.ph-wave-square:before {
  content: "\ea9e";
}

.ph.ph-wave-triangle:before {
  content: "\eaa0";
}

.ph.ph-waveform:before {
  content: "\e802";
}

.ph.ph-waveform-slash:before {
  content: "\e800";
}

.ph.ph-waves:before {
  content: "\e6de";
}

.ph.ph-webcam:before {
  content: "\e9b2";
}

.ph.ph-webcam-slash:before {
  content: "\ecdc";
}

.ph.ph-webhooks-logo:before {
  content: "\ecae";
}

.ph.ph-wechat-logo:before {
  content: "\e8d2";
}

.ph.ph-whatsapp-logo:before {
  content: "\e5d0";
}

.ph.ph-wheelchair:before {
  content: "\e4e8";
}

.ph.ph-wheelchair-motion:before {
  content: "\e89a";
}

.ph.ph-wifi-high:before {
  content: "\e4ea";
}

.ph.ph-wifi-low:before {
  content: "\e4ec";
}

.ph.ph-wifi-medium:before {
  content: "\e4ee";
}

.ph.ph-wifi-none:before {
  content: "\e4f0";
}

.ph.ph-wifi-slash:before {
  content: "\e4f2";
}

.ph.ph-wifi-x:before {
  content: "\e4f4";
}

.ph.ph-wind:before {
  content: "\e5d2";
}

.ph.ph-windmill:before {
  content: "\e9f8";
}

.ph.ph-windows-logo:before {
  content: "\e692";
}

.ph.ph-wine:before {
  content: "\e6b2";
}

.ph.ph-wrench:before {
  content: "\e5d4";
}

.ph.ph-x:before {
  content: "\e4f6";
}

.ph.ph-x-circle:before {
  content: "\e4f8";
}

.ph.ph-x-logo:before {
  content: "\e4bc";
}

.ph.ph-x-square:before {
  content: "\e4fa";
}

.ph.ph-yarn:before {
  content: "\ed9a";
}

.ph.ph-yin-yang:before {
  content: "\e92a";
}

.ph.ph-youtube-logo:before {
  content: "\e4fc";
}

@font-face {
  font-family: "Phosphor-Bold";
  src: url("/assets/Phosphor-Bold-cf71b477c2be84a9a5efd5a0b59d9a7ca342ba33.woff2") format("woff2"), url("/assets/Phosphor-Bold-a0b37b06cdab2a4fb5002a7a2d06b3e802689edd.woff") format("woff"), url("/assets/Phosphor-Bold-a2eb9f2b5751ad4b1a8ed79540256385a6250cfe.ttf") format("truetype"), url("/assets/Phosphor-Bold-a951a2d7d8ad3f03eadd062230d272fd9e5b7045.svg#Phosphor-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ph-bold {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor-Bold" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph-bold.ph-acorn:before {
  content: "\eb9a";
}

.ph-bold.ph-address-book:before {
  content: "\e6f8";
}

.ph-bold.ph-address-book-tabs:before {
  content: "\ee4e";
}

.ph-bold.ph-air-traffic-control:before {
  content: "\ecd8";
}

.ph-bold.ph-airplane:before {
  content: "\e002";
}

.ph-bold.ph-airplane-in-flight:before {
  content: "\e4fe";
}

.ph-bold.ph-airplane-landing:before {
  content: "\e502";
}

.ph-bold.ph-airplane-takeoff:before {
  content: "\e504";
}

.ph-bold.ph-airplane-taxiing:before {
  content: "\e500";
}

.ph-bold.ph-airplane-tilt:before {
  content: "\e5d6";
}

.ph-bold.ph-airplay:before {
  content: "\e004";
}

.ph-bold.ph-alarm:before {
  content: "\e006";
}

.ph-bold.ph-alien:before {
  content: "\e8a6";
}

.ph-bold.ph-align-bottom:before {
  content: "\e506";
}

.ph-bold.ph-align-bottom-simple:before {
  content: "\eb0c";
}

.ph-bold.ph-align-center-horizontal:before {
  content: "\e50a";
}

.ph-bold.ph-align-center-horizontal-simple:before {
  content: "\eb0e";
}

.ph-bold.ph-align-center-vertical:before {
  content: "\e50c";
}

.ph-bold.ph-align-center-vertical-simple:before {
  content: "\eb10";
}

.ph-bold.ph-align-left:before {
  content: "\e50e";
}

.ph-bold.ph-align-left-simple:before {
  content: "\eaee";
}

.ph-bold.ph-align-right:before {
  content: "\e510";
}

.ph-bold.ph-align-right-simple:before {
  content: "\eb12";
}

.ph-bold.ph-align-top:before {
  content: "\e512";
}

.ph-bold.ph-align-top-simple:before {
  content: "\eb14";
}

.ph-bold.ph-amazon-logo:before {
  content: "\e96c";
}

.ph-bold.ph-ambulance:before {
  content: "\e572";
}

.ph-bold.ph-anchor:before {
  content: "\e514";
}

.ph-bold.ph-anchor-simple:before {
  content: "\e5d8";
}

.ph-bold.ph-android-logo:before {
  content: "\e008";
}

.ph-bold.ph-angle:before {
  content: "\e7bc";
}

.ph-bold.ph-angular-logo:before {
  content: "\eb80";
}

.ph-bold.ph-aperture:before {
  content: "\e00a";
}

.ph-bold.ph-app-store-logo:before {
  content: "\e974";
}

.ph-bold.ph-app-window:before {
  content: "\e5da";
}

.ph-bold.ph-apple-logo:before {
  content: "\e516";
}

.ph-bold.ph-apple-podcasts-logo:before {
  content: "\eb96";
}

.ph-bold.ph-approximate-equals:before {
  content: "\edaa";
}

.ph-bold.ph-archive:before {
  content: "\e00c";
}

.ph-bold.ph-armchair:before {
  content: "\e012";
}

.ph-bold.ph-arrow-arc-left:before {
  content: "\e014";
}

.ph-bold.ph-arrow-arc-right:before {
  content: "\e016";
}

.ph-bold.ph-arrow-bend-double-up-left:before {
  content: "\e03a";
}

.ph-bold.ph-arrow-bend-double-up-right:before {
  content: "\e03c";
}

.ph-bold.ph-arrow-bend-down-left:before {
  content: "\e018";
}

.ph-bold.ph-arrow-bend-down-right:before {
  content: "\e01a";
}

.ph-bold.ph-arrow-bend-left-down:before {
  content: "\e01c";
}

.ph-bold.ph-arrow-bend-left-up:before {
  content: "\e01e";
}

.ph-bold.ph-arrow-bend-right-down:before {
  content: "\e020";
}

.ph-bold.ph-arrow-bend-right-up:before {
  content: "\e022";
}

.ph-bold.ph-arrow-bend-up-left:before {
  content: "\e024";
}

.ph-bold.ph-arrow-bend-up-right:before {
  content: "\e026";
}

.ph-bold.ph-arrow-circle-down:before {
  content: "\e028";
}

.ph-bold.ph-arrow-circle-down-left:before {
  content: "\e02a";
}

.ph-bold.ph-arrow-circle-down-right:before {
  content: "\e02c";
}

.ph-bold.ph-arrow-circle-left:before {
  content: "\e05a";
}

.ph-bold.ph-arrow-circle-right:before {
  content: "\e02e";
}

.ph-bold.ph-arrow-circle-up:before {
  content: "\e030";
}

.ph-bold.ph-arrow-circle-up-left:before {
  content: "\e032";
}

.ph-bold.ph-arrow-circle-up-right:before {
  content: "\e034";
}

.ph-bold.ph-arrow-clockwise:before {
  content: "\e036";
}

.ph-bold.ph-arrow-counter-clockwise:before {
  content: "\e038";
}

.ph-bold.ph-arrow-down:before {
  content: "\e03e";
}

.ph-bold.ph-arrow-down-left:before {
  content: "\e040";
}

.ph-bold.ph-arrow-down-right:before {
  content: "\e042";
}

.ph-bold.ph-arrow-elbow-down-left:before {
  content: "\e044";
}

.ph-bold.ph-arrow-elbow-down-right:before {
  content: "\e046";
}

.ph-bold.ph-arrow-elbow-left:before {
  content: "\e048";
}

.ph-bold.ph-arrow-elbow-left-down:before {
  content: "\e04a";
}

.ph-bold.ph-arrow-elbow-left-up:before {
  content: "\e04c";
}

.ph-bold.ph-arrow-elbow-right:before {
  content: "\e04e";
}

.ph-bold.ph-arrow-elbow-right-down:before {
  content: "\e050";
}

.ph-bold.ph-arrow-elbow-right-up:before {
  content: "\e052";
}

.ph-bold.ph-arrow-elbow-up-left:before {
  content: "\e054";
}

.ph-bold.ph-arrow-elbow-up-right:before {
  content: "\e056";
}

.ph-bold.ph-arrow-fat-down:before {
  content: "\e518";
}

.ph-bold.ph-arrow-fat-left:before {
  content: "\e51a";
}

.ph-bold.ph-arrow-fat-line-down:before {
  content: "\e51c";
}

.ph-bold.ph-arrow-fat-line-left:before {
  content: "\e51e";
}

.ph-bold.ph-arrow-fat-line-right:before {
  content: "\e520";
}

.ph-bold.ph-arrow-fat-line-up:before {
  content: "\e522";
}

.ph-bold.ph-arrow-fat-lines-down:before {
  content: "\e524";
}

.ph-bold.ph-arrow-fat-lines-left:before {
  content: "\e526";
}

.ph-bold.ph-arrow-fat-lines-right:before {
  content: "\e528";
}

.ph-bold.ph-arrow-fat-lines-up:before {
  content: "\e52a";
}

.ph-bold.ph-arrow-fat-right:before {
  content: "\e52c";
}

.ph-bold.ph-arrow-fat-up:before {
  content: "\e52e";
}

.ph-bold.ph-arrow-left:before {
  content: "\e058";
}

.ph-bold.ph-arrow-line-down:before {
  content: "\e05c";
}

.ph-bold.ph-arrow-line-down-left:before {
  content: "\e05e";
}

.ph-bold.ph-arrow-line-down-right:before {
  content: "\e060";
}

.ph-bold.ph-arrow-line-left:before {
  content: "\e062";
}

.ph-bold.ph-arrow-line-right:before {
  content: "\e064";
}

.ph-bold.ph-arrow-line-up:before {
  content: "\e066";
}

.ph-bold.ph-arrow-line-up-left:before {
  content: "\e068";
}

.ph-bold.ph-arrow-line-up-right:before {
  content: "\e06a";
}

.ph-bold.ph-arrow-right:before {
  content: "\e06c";
}

.ph-bold.ph-arrow-square-down:before {
  content: "\e06e";
}

.ph-bold.ph-arrow-square-down-left:before {
  content: "\e070";
}

.ph-bold.ph-arrow-square-down-right:before {
  content: "\e072";
}

.ph-bold.ph-arrow-square-in:before {
  content: "\e5dc";
}

.ph-bold.ph-arrow-square-left:before {
  content: "\e074";
}

.ph-bold.ph-arrow-square-out:before {
  content: "\e5de";
}

.ph-bold.ph-arrow-square-right:before {
  content: "\e076";
}

.ph-bold.ph-arrow-square-up:before {
  content: "\e078";
}

.ph-bold.ph-arrow-square-up-left:before {
  content: "\e07a";
}

.ph-bold.ph-arrow-square-up-right:before {
  content: "\e07c";
}

.ph-bold.ph-arrow-u-down-left:before {
  content: "\e07e";
}

.ph-bold.ph-arrow-u-down-right:before {
  content: "\e080";
}

.ph-bold.ph-arrow-u-left-down:before {
  content: "\e082";
}

.ph-bold.ph-arrow-u-left-up:before {
  content: "\e084";
}

.ph-bold.ph-arrow-u-right-down:before {
  content: "\e086";
}

.ph-bold.ph-arrow-u-right-up:before {
  content: "\e088";
}

.ph-bold.ph-arrow-u-up-left:before {
  content: "\e08a";
}

.ph-bold.ph-arrow-u-up-right:before {
  content: "\e08c";
}

.ph-bold.ph-arrow-up:before {
  content: "\e08e";
}

.ph-bold.ph-arrow-up-left:before {
  content: "\e090";
}

.ph-bold.ph-arrow-up-right:before {
  content: "\e092";
}

.ph-bold.ph-arrows-clockwise:before {
  content: "\e094";
}

.ph-bold.ph-arrows-counter-clockwise:before {
  content: "\e096";
}

.ph-bold.ph-arrows-down-up:before {
  content: "\e098";
}

.ph-bold.ph-arrows-horizontal:before {
  content: "\eb06";
}

.ph-bold.ph-arrows-in:before {
  content: "\e09a";
}

.ph-bold.ph-arrows-in-cardinal:before {
  content: "\e09c";
}

.ph-bold.ph-arrows-in-line-horizontal:before {
  content: "\e530";
}

.ph-bold.ph-arrows-in-line-vertical:before {
  content: "\e532";
}

.ph-bold.ph-arrows-in-simple:before {
  content: "\e09e";
}

.ph-bold.ph-arrows-left-right:before {
  content: "\e0a0";
}

.ph-bold.ph-arrows-merge:before {
  content: "\ed3e";
}

.ph-bold.ph-arrows-out:before {
  content: "\e0a2";
}

.ph-bold.ph-arrows-out-cardinal:before {
  content: "\e0a4";
}

.ph-bold.ph-arrows-out-line-horizontal:before {
  content: "\e534";
}

.ph-bold.ph-arrows-out-line-vertical:before {
  content: "\e536";
}

.ph-bold.ph-arrows-out-simple:before {
  content: "\e0a6";
}

.ph-bold.ph-arrows-split:before {
  content: "\ed3c";
}

.ph-bold.ph-arrows-vertical:before {
  content: "\eb04";
}

.ph-bold.ph-article:before {
  content: "\e0a8";
}

.ph-bold.ph-article-medium:before {
  content: "\e5e0";
}

.ph-bold.ph-article-ny-times:before {
  content: "\e5e2";
}

.ph-bold.ph-asclepius:before {
  content: "\ee34";
}

.ph-bold.ph-caduceus:before {
  content: "\ee34";
}

.ph-bold.ph-asterisk:before {
  content: "\e0aa";
}

.ph-bold.ph-asterisk-simple:before {
  content: "\e832";
}

.ph-bold.ph-at:before {
  content: "\e0ac";
}

.ph-bold.ph-atom:before {
  content: "\e5e4";
}

.ph-bold.ph-avocado:before {
  content: "\ee04";
}

.ph-bold.ph-axe:before {
  content: "\e9fc";
}

.ph-bold.ph-baby:before {
  content: "\e774";
}

.ph-bold.ph-baby-carriage:before {
  content: "\e818";
}

.ph-bold.ph-backpack:before {
  content: "\e922";
}

.ph-bold.ph-backspace:before {
  content: "\e0ae";
}

.ph-bold.ph-bag:before {
  content: "\e0b0";
}

.ph-bold.ph-bag-simple:before {
  content: "\e5e6";
}

.ph-bold.ph-balloon:before {
  content: "\e76c";
}

.ph-bold.ph-bandaids:before {
  content: "\e0b2";
}

.ph-bold.ph-bank:before {
  content: "\e0b4";
}

.ph-bold.ph-barbell:before {
  content: "\e0b6";
}

.ph-bold.ph-barcode:before {
  content: "\e0b8";
}

.ph-bold.ph-barn:before {
  content: "\ec72";
}

.ph-bold.ph-barricade:before {
  content: "\e948";
}

.ph-bold.ph-baseball:before {
  content: "\e71a";
}

.ph-bold.ph-baseball-cap:before {
  content: "\ea28";
}

.ph-bold.ph-baseball-helmet:before {
  content: "\ee4a";
}

.ph-bold.ph-basket:before {
  content: "\e964";
}

.ph-bold.ph-basketball:before {
  content: "\e724";
}

.ph-bold.ph-bathtub:before {
  content: "\e81e";
}

.ph-bold.ph-battery-charging:before {
  content: "\e0ba";
}

.ph-bold.ph-battery-charging-vertical:before {
  content: "\e0bc";
}

.ph-bold.ph-battery-empty:before {
  content: "\e0be";
}

.ph-bold.ph-battery-full:before {
  content: "\e0c0";
}

.ph-bold.ph-battery-high:before {
  content: "\e0c2";
}

.ph-bold.ph-battery-low:before {
  content: "\e0c4";
}

.ph-bold.ph-battery-medium:before {
  content: "\e0c6";
}

.ph-bold.ph-battery-plus:before {
  content: "\e808";
}

.ph-bold.ph-battery-plus-vertical:before {
  content: "\ec50";
}

.ph-bold.ph-battery-vertical-empty:before {
  content: "\e7c6";
}

.ph-bold.ph-battery-vertical-full:before {
  content: "\e7c4";
}

.ph-bold.ph-battery-vertical-high:before {
  content: "\e7c2";
}

.ph-bold.ph-battery-vertical-low:before {
  content: "\e7be";
}

.ph-bold.ph-battery-vertical-medium:before {
  content: "\e7c0";
}

.ph-bold.ph-battery-warning:before {
  content: "\e0c8";
}

.ph-bold.ph-battery-warning-vertical:before {
  content: "\e0ca";
}

.ph-bold.ph-beach-ball:before {
  content: "\ed24";
}

.ph-bold.ph-beanie:before {
  content: "\ea2a";
}

.ph-bold.ph-bed:before {
  content: "\e0cc";
}

.ph-bold.ph-beer-bottle:before {
  content: "\e7b0";
}

.ph-bold.ph-beer-stein:before {
  content: "\eb62";
}

.ph-bold.ph-behance-logo:before {
  content: "\e7f4";
}

.ph-bold.ph-bell:before {
  content: "\e0ce";
}

.ph-bold.ph-bell-ringing:before {
  content: "\e5e8";
}

.ph-bold.ph-bell-simple:before {
  content: "\e0d0";
}

.ph-bold.ph-bell-simple-ringing:before {
  content: "\e5ea";
}

.ph-bold.ph-bell-simple-slash:before {
  content: "\e0d2";
}

.ph-bold.ph-bell-simple-z:before {
  content: "\e5ec";
}

.ph-bold.ph-bell-slash:before {
  content: "\e0d4";
}

.ph-bold.ph-bell-z:before {
  content: "\e5ee";
}

.ph-bold.ph-belt:before {
  content: "\ea2c";
}

.ph-bold.ph-bezier-curve:before {
  content: "\eb00";
}

.ph-bold.ph-bicycle:before {
  content: "\e0d6";
}

.ph-bold.ph-binary:before {
  content: "\ee60";
}

.ph-bold.ph-binoculars:before {
  content: "\ea64";
}

.ph-bold.ph-biohazard:before {
  content: "\e9e0";
}

.ph-bold.ph-bird:before {
  content: "\e72c";
}

.ph-bold.ph-blueprint:before {
  content: "\eda0";
}

.ph-bold.ph-bluetooth:before {
  content: "\e0da";
}

.ph-bold.ph-bluetooth-connected:before {
  content: "\e0dc";
}

.ph-bold.ph-bluetooth-slash:before {
  content: "\e0de";
}

.ph-bold.ph-bluetooth-x:before {
  content: "\e0e0";
}

.ph-bold.ph-boat:before {
  content: "\e786";
}

.ph-bold.ph-bomb:before {
  content: "\ee0a";
}

.ph-bold.ph-bone:before {
  content: "\e7f2";
}

.ph-bold.ph-book:before {
  content: "\e0e2";
}

.ph-bold.ph-book-bookmark:before {
  content: "\e0e4";
}

.ph-bold.ph-book-open:before {
  content: "\e0e6";
}

.ph-bold.ph-book-open-text:before {
  content: "\e8f2";
}

.ph-bold.ph-book-open-user:before {
  content: "\ede0";
}

.ph-bold.ph-bookmark:before {
  content: "\e0e8";
}

.ph-bold.ph-bookmark-simple:before {
  content: "\e0ea";
}

.ph-bold.ph-bookmarks:before {
  content: "\e0ec";
}

.ph-bold.ph-bookmarks-simple:before {
  content: "\e5f0";
}

.ph-bold.ph-books:before {
  content: "\e758";
}

.ph-bold.ph-boot:before {
  content: "\ecca";
}

.ph-bold.ph-boules:before {
  content: "\e722";
}

.ph-bold.ph-bounding-box:before {
  content: "\e6ce";
}

.ph-bold.ph-bowl-food:before {
  content: "\eaa4";
}

.ph-bold.ph-bowl-steam:before {
  content: "\e8e4";
}

.ph-bold.ph-bowling-ball:before {
  content: "\ea34";
}

.ph-bold.ph-box-arrow-down:before {
  content: "\e00e";
}

.ph-bold.ph-archive-box:before {
  content: "\e00e";
}

.ph-bold.ph-box-arrow-up:before {
  content: "\ee54";
}

.ph-bold.ph-boxing-glove:before {
  content: "\ea36";
}

.ph-bold.ph-brackets-angle:before {
  content: "\e862";
}

.ph-bold.ph-brackets-curly:before {
  content: "\e860";
}

.ph-bold.ph-brackets-round:before {
  content: "\e864";
}

.ph-bold.ph-brackets-square:before {
  content: "\e85e";
}

.ph-bold.ph-brain:before {
  content: "\e74e";
}

.ph-bold.ph-brandy:before {
  content: "\e6b4";
}

.ph-bold.ph-bread:before {
  content: "\e81c";
}

.ph-bold.ph-bridge:before {
  content: "\ea68";
}

.ph-bold.ph-briefcase:before {
  content: "\e0ee";
}

.ph-bold.ph-briefcase-metal:before {
  content: "\e5f2";
}

.ph-bold.ph-broadcast:before {
  content: "\e0f2";
}

.ph-bold.ph-broom:before {
  content: "\ec54";
}

.ph-bold.ph-browser:before {
  content: "\e0f4";
}

.ph-bold.ph-browsers:before {
  content: "\e0f6";
}

.ph-bold.ph-bug:before {
  content: "\e5f4";
}

.ph-bold.ph-bug-beetle:before {
  content: "\e5f6";
}

.ph-bold.ph-bug-droid:before {
  content: "\e5f8";
}

.ph-bold.ph-building:before {
  content: "\e100";
}

.ph-bold.ph-building-apartment:before {
  content: "\e0fe";
}

.ph-bold.ph-building-office:before {
  content: "\e0ff";
}

.ph-bold.ph-buildings:before {
  content: "\e102";
}

.ph-bold.ph-bulldozer:before {
  content: "\ec6c";
}

.ph-bold.ph-bus:before {
  content: "\e106";
}

.ph-bold.ph-butterfly:before {
  content: "\ea6e";
}

.ph-bold.ph-cable-car:before {
  content: "\e49c";
}

.ph-bold.ph-cactus:before {
  content: "\e918";
}

.ph-bold.ph-cake:before {
  content: "\e780";
}

.ph-bold.ph-calculator:before {
  content: "\e538";
}

.ph-bold.ph-calendar:before {
  content: "\e108";
}

.ph-bold.ph-calendar-blank:before {
  content: "\e10a";
}

.ph-bold.ph-calendar-check:before {
  content: "\e712";
}

.ph-bold.ph-calendar-dot:before {
  content: "\e7b2";
}

.ph-bold.ph-calendar-dots:before {
  content: "\e7b4";
}

.ph-bold.ph-calendar-heart:before {
  content: "\e8b0";
}

.ph-bold.ph-calendar-minus:before {
  content: "\ea14";
}

.ph-bold.ph-calendar-plus:before {
  content: "\e714";
}

.ph-bold.ph-calendar-slash:before {
  content: "\ea12";
}

.ph-bold.ph-calendar-star:before {
  content: "\e8b2";
}

.ph-bold.ph-calendar-x:before {
  content: "\e10c";
}

.ph-bold.ph-call-bell:before {
  content: "\e7de";
}

.ph-bold.ph-camera:before {
  content: "\e10e";
}

.ph-bold.ph-camera-plus:before {
  content: "\ec58";
}

.ph-bold.ph-camera-rotate:before {
  content: "\e7a4";
}

.ph-bold.ph-camera-slash:before {
  content: "\e110";
}

.ph-bold.ph-campfire:before {
  content: "\e9d8";
}

.ph-bold.ph-car:before {
  content: "\e112";
}

.ph-bold.ph-car-battery:before {
  content: "\ee30";
}

.ph-bold.ph-car-profile:before {
  content: "\e8cc";
}

.ph-bold.ph-car-simple:before {
  content: "\e114";
}

.ph-bold.ph-cardholder:before {
  content: "\e5fa";
}

.ph-bold.ph-cards:before {
  content: "\e0f8";
}

.ph-bold.ph-cards-three:before {
  content: "\ee50";
}

.ph-bold.ph-caret-circle-double-down:before {
  content: "\e116";
}

.ph-bold.ph-caret-circle-double-left:before {
  content: "\e118";
}

.ph-bold.ph-caret-circle-double-right:before {
  content: "\e11a";
}

.ph-bold.ph-caret-circle-double-up:before {
  content: "\e11c";
}

.ph-bold.ph-caret-circle-down:before {
  content: "\e11e";
}

.ph-bold.ph-caret-circle-left:before {
  content: "\e120";
}

.ph-bold.ph-caret-circle-right:before {
  content: "\e122";
}

.ph-bold.ph-caret-circle-up:before {
  content: "\e124";
}

.ph-bold.ph-caret-circle-up-down:before {
  content: "\e13e";
}

.ph-bold.ph-caret-double-down:before {
  content: "\e126";
}

.ph-bold.ph-caret-double-left:before {
  content: "\e128";
}

.ph-bold.ph-caret-double-right:before {
  content: "\e12a";
}

.ph-bold.ph-caret-double-up:before {
  content: "\e12c";
}

.ph-bold.ph-caret-down:before {
  content: "\e136";
}

.ph-bold.ph-caret-left:before {
  content: "\e138";
}

.ph-bold.ph-caret-line-down:before {
  content: "\e134";
}

.ph-bold.ph-caret-line-left:before {
  content: "\e132";
}

.ph-bold.ph-caret-line-right:before {
  content: "\e130";
}

.ph-bold.ph-caret-line-up:before {
  content: "\e12e";
}

.ph-bold.ph-caret-right:before {
  content: "\e13a";
}

.ph-bold.ph-caret-up:before {
  content: "\e13c";
}

.ph-bold.ph-caret-up-down:before {
  content: "\e140";
}

.ph-bold.ph-carrot:before {
  content: "\ed38";
}

.ph-bold.ph-cash-register:before {
  content: "\ed80";
}

.ph-bold.ph-cassette-tape:before {
  content: "\ed2e";
}

.ph-bold.ph-castle-turret:before {
  content: "\e9d0";
}

.ph-bold.ph-cat:before {
  content: "\e748";
}

.ph-bold.ph-cell-signal-full:before {
  content: "\e142";
}

.ph-bold.ph-cell-signal-high:before {
  content: "\e144";
}

.ph-bold.ph-cell-signal-low:before {
  content: "\e146";
}

.ph-bold.ph-cell-signal-medium:before {
  content: "\e148";
}

.ph-bold.ph-cell-signal-none:before {
  content: "\e14a";
}

.ph-bold.ph-cell-signal-slash:before {
  content: "\e14c";
}

.ph-bold.ph-cell-signal-x:before {
  content: "\e14e";
}

.ph-bold.ph-cell-tower:before {
  content: "\ebaa";
}

.ph-bold.ph-certificate:before {
  content: "\e766";
}

.ph-bold.ph-chair:before {
  content: "\e950";
}

.ph-bold.ph-chalkboard:before {
  content: "\e5fc";
}

.ph-bold.ph-chalkboard-simple:before {
  content: "\e5fe";
}

.ph-bold.ph-chalkboard-teacher:before {
  content: "\e600";
}

.ph-bold.ph-champagne:before {
  content: "\eaca";
}

.ph-bold.ph-charging-station:before {
  content: "\e8d0";
}

.ph-bold.ph-chart-bar:before {
  content: "\e150";
}

.ph-bold.ph-chart-bar-horizontal:before {
  content: "\e152";
}

.ph-bold.ph-chart-donut:before {
  content: "\eaa6";
}

.ph-bold.ph-chart-line:before {
  content: "\e154";
}

.ph-bold.ph-chart-line-down:before {
  content: "\e8b6";
}

.ph-bold.ph-chart-line-up:before {
  content: "\e156";
}

.ph-bold.ph-chart-pie:before {
  content: "\e158";
}

.ph-bold.ph-chart-pie-slice:before {
  content: "\e15a";
}

.ph-bold.ph-chart-polar:before {
  content: "\eaa8";
}

.ph-bold.ph-chart-scatter:before {
  content: "\eaac";
}

.ph-bold.ph-chat:before {
  content: "\e15c";
}

.ph-bold.ph-chat-centered:before {
  content: "\e160";
}

.ph-bold.ph-chat-centered-dots:before {
  content: "\e164";
}

.ph-bold.ph-chat-centered-slash:before {
  content: "\e162";
}

.ph-bold.ph-chat-centered-text:before {
  content: "\e166";
}

.ph-bold.ph-chat-circle:before {
  content: "\e168";
}

.ph-bold.ph-chat-circle-dots:before {
  content: "\e16c";
}

.ph-bold.ph-chat-circle-slash:before {
  content: "\e16a";
}

.ph-bold.ph-chat-circle-text:before {
  content: "\e16e";
}

.ph-bold.ph-chat-dots:before {
  content: "\e170";
}

.ph-bold.ph-chat-slash:before {
  content: "\e15e";
}

.ph-bold.ph-chat-teardrop:before {
  content: "\e172";
}

.ph-bold.ph-chat-teardrop-dots:before {
  content: "\e176";
}

.ph-bold.ph-chat-teardrop-slash:before {
  content: "\e174";
}

.ph-bold.ph-chat-teardrop-text:before {
  content: "\e178";
}

.ph-bold.ph-chat-text:before {
  content: "\e17a";
}

.ph-bold.ph-chats:before {
  content: "\e17c";
}

.ph-bold.ph-chats-circle:before {
  content: "\e17e";
}

.ph-bold.ph-chats-teardrop:before {
  content: "\e180";
}

.ph-bold.ph-check:before {
  content: "\e182";
}

.ph-bold.ph-check-circle:before {
  content: "\e184";
}

.ph-bold.ph-check-fat:before {
  content: "\eba6";
}

.ph-bold.ph-check-square:before {
  content: "\e186";
}

.ph-bold.ph-check-square-offset:before {
  content: "\e188";
}

.ph-bold.ph-checkerboard:before {
  content: "\e8c4";
}

.ph-bold.ph-checks:before {
  content: "\e53a";
}

.ph-bold.ph-cheers:before {
  content: "\ea4a";
}

.ph-bold.ph-cheese:before {
  content: "\e9fe";
}

.ph-bold.ph-chef-hat:before {
  content: "\ed8e";
}

.ph-bold.ph-cherries:before {
  content: "\e830";
}

.ph-bold.ph-church:before {
  content: "\ecea";
}

.ph-bold.ph-cigarette:before {
  content: "\ed90";
}

.ph-bold.ph-cigarette-slash:before {
  content: "\ed92";
}

.ph-bold.ph-circle:before {
  content: "\e18a";
}

.ph-bold.ph-circle-dashed:before {
  content: "\e602";
}

.ph-bold.ph-circle-half:before {
  content: "\e18c";
}

.ph-bold.ph-circle-half-tilt:before {
  content: "\e18e";
}

.ph-bold.ph-circle-notch:before {
  content: "\eb44";
}

.ph-bold.ph-circles-four:before {
  content: "\e190";
}

.ph-bold.ph-circles-three:before {
  content: "\e192";
}

.ph-bold.ph-circles-three-plus:before {
  content: "\e194";
}

.ph-bold.ph-circuitry:before {
  content: "\e9c2";
}

.ph-bold.ph-city:before {
  content: "\ea6a";
}

.ph-bold.ph-clipboard:before {
  content: "\e196";
}

.ph-bold.ph-clipboard-text:before {
  content: "\e198";
}

.ph-bold.ph-clock:before {
  content: "\e19a";
}

.ph-bold.ph-clock-afternoon:before {
  content: "\e19c";
}

.ph-bold.ph-clock-clockwise:before {
  content: "\e19e";
}

.ph-bold.ph-clock-countdown:before {
  content: "\ed2c";
}

.ph-bold.ph-clock-counter-clockwise:before {
  content: "\e1a0";
}

.ph-bold.ph-clock-user:before {
  content: "\edec";
}

.ph-bold.ph-closed-captioning:before {
  content: "\e1a4";
}

.ph-bold.ph-cloud:before {
  content: "\e1aa";
}

.ph-bold.ph-cloud-arrow-down:before {
  content: "\e1ac";
}

.ph-bold.ph-cloud-arrow-up:before {
  content: "\e1ae";
}

.ph-bold.ph-cloud-check:before {
  content: "\e1b0";
}

.ph-bold.ph-cloud-fog:before {
  content: "\e53c";
}

.ph-bold.ph-cloud-lightning:before {
  content: "\e1b2";
}

.ph-bold.ph-cloud-moon:before {
  content: "\e53e";
}

.ph-bold.ph-cloud-rain:before {
  content: "\e1b4";
}

.ph-bold.ph-cloud-slash:before {
  content: "\e1b6";
}

.ph-bold.ph-cloud-snow:before {
  content: "\e1b8";
}

.ph-bold.ph-cloud-sun:before {
  content: "\e540";
}

.ph-bold.ph-cloud-warning:before {
  content: "\ea98";
}

.ph-bold.ph-cloud-x:before {
  content: "\ea96";
}

.ph-bold.ph-clover:before {
  content: "\edc8";
}

.ph-bold.ph-club:before {
  content: "\e1ba";
}

.ph-bold.ph-coat-hanger:before {
  content: "\e7fe";
}

.ph-bold.ph-coda-logo:before {
  content: "\e7ce";
}

.ph-bold.ph-code:before {
  content: "\e1bc";
}

.ph-bold.ph-code-block:before {
  content: "\eafe";
}

.ph-bold.ph-code-simple:before {
  content: "\e1be";
}

.ph-bold.ph-codepen-logo:before {
  content: "\e978";
}

.ph-bold.ph-codesandbox-logo:before {
  content: "\ea06";
}

.ph-bold.ph-coffee:before {
  content: "\e1c2";
}

.ph-bold.ph-coffee-bean:before {
  content: "\e1c0";
}

.ph-bold.ph-coin:before {
  content: "\e60e";
}

.ph-bold.ph-coin-vertical:before {
  content: "\eb48";
}

.ph-bold.ph-coins:before {
  content: "\e78e";
}

.ph-bold.ph-columns:before {
  content: "\e546";
}

.ph-bold.ph-columns-plus-left:before {
  content: "\e544";
}

.ph-bold.ph-columns-plus-right:before {
  content: "\e542";
}

.ph-bold.ph-command:before {
  content: "\e1c4";
}

.ph-bold.ph-compass:before {
  content: "\e1c8";
}

.ph-bold.ph-compass-rose:before {
  content: "\e1c6";
}

.ph-bold.ph-compass-tool:before {
  content: "\ea0e";
}

.ph-bold.ph-computer-tower:before {
  content: "\e548";
}

.ph-bold.ph-confetti:before {
  content: "\e81a";
}

.ph-bold.ph-contactless-payment:before {
  content: "\ed42";
}

.ph-bold.ph-control:before {
  content: "\eca6";
}

.ph-bold.ph-cookie:before {
  content: "\e6ca";
}

.ph-bold.ph-cooking-pot:before {
  content: "\e764";
}

.ph-bold.ph-copy:before {
  content: "\e1ca";
}

.ph-bold.ph-copy-simple:before {
  content: "\e1cc";
}

.ph-bold.ph-copyleft:before {
  content: "\e86a";
}

.ph-bold.ph-copyright:before {
  content: "\e54a";
}

.ph-bold.ph-corners-in:before {
  content: "\e1ce";
}

.ph-bold.ph-corners-out:before {
  content: "\e1d0";
}

.ph-bold.ph-couch:before {
  content: "\e7f6";
}

.ph-bold.ph-court-basketball:before {
  content: "\ee36";
}

.ph-bold.ph-cow:before {
  content: "\eabe";
}

.ph-bold.ph-cowboy-hat:before {
  content: "\ed12";
}

.ph-bold.ph-cpu:before {
  content: "\e610";
}

.ph-bold.ph-crane:before {
  content: "\ed48";
}

.ph-bold.ph-crane-tower:before {
  content: "\ed49";
}

.ph-bold.ph-credit-card:before {
  content: "\e1d2";
}

.ph-bold.ph-cricket:before {
  content: "\ee12";
}

.ph-bold.ph-crop:before {
  content: "\e1d4";
}

.ph-bold.ph-cross:before {
  content: "\e8a0";
}

.ph-bold.ph-crosshair:before {
  content: "\e1d6";
}

.ph-bold.ph-crosshair-simple:before {
  content: "\e1d8";
}

.ph-bold.ph-crown:before {
  content: "\e614";
}

.ph-bold.ph-crown-cross:before {
  content: "\ee5e";
}

.ph-bold.ph-crown-simple:before {
  content: "\e616";
}

.ph-bold.ph-cube:before {
  content: "\e1da";
}

.ph-bold.ph-cube-focus:before {
  content: "\ed0a";
}

.ph-bold.ph-cube-transparent:before {
  content: "\ec7c";
}

.ph-bold.ph-currency-btc:before {
  content: "\e618";
}

.ph-bold.ph-currency-circle-dollar:before {
  content: "\e54c";
}

.ph-bold.ph-currency-cny:before {
  content: "\e54e";
}

.ph-bold.ph-currency-dollar:before {
  content: "\e550";
}

.ph-bold.ph-currency-dollar-simple:before {
  content: "\e552";
}

.ph-bold.ph-currency-eth:before {
  content: "\eada";
}

.ph-bold.ph-currency-eur:before {
  content: "\e554";
}

.ph-bold.ph-currency-gbp:before {
  content: "\e556";
}

.ph-bold.ph-currency-inr:before {
  content: "\e558";
}

.ph-bold.ph-currency-jpy:before {
  content: "\e55a";
}

.ph-bold.ph-currency-krw:before {
  content: "\e55c";
}

.ph-bold.ph-currency-kzt:before {
  content: "\ec4c";
}

.ph-bold.ph-currency-ngn:before {
  content: "\eb52";
}

.ph-bold.ph-currency-rub:before {
  content: "\e55e";
}

.ph-bold.ph-cursor:before {
  content: "\e1dc";
}

.ph-bold.ph-cursor-click:before {
  content: "\e7c8";
}

.ph-bold.ph-cursor-text:before {
  content: "\e7d8";
}

.ph-bold.ph-cylinder:before {
  content: "\e8fc";
}

.ph-bold.ph-database:before {
  content: "\e1de";
}

.ph-bold.ph-desk:before {
  content: "\ed16";
}

.ph-bold.ph-desktop:before {
  content: "\e560";
}

.ph-bold.ph-desktop-tower:before {
  content: "\e562";
}

.ph-bold.ph-detective:before {
  content: "\e83e";
}

.ph-bold.ph-dev-to-logo:before {
  content: "\ed0e";
}

.ph-bold.ph-device-mobile:before {
  content: "\e1e0";
}

.ph-bold.ph-device-mobile-camera:before {
  content: "\e1e2";
}

.ph-bold.ph-device-mobile-slash:before {
  content: "\ee46";
}

.ph-bold.ph-device-mobile-speaker:before {
  content: "\e1e4";
}

.ph-bold.ph-device-rotate:before {
  content: "\edf2";
}

.ph-bold.ph-device-tablet:before {
  content: "\e1e6";
}

.ph-bold.ph-device-tablet-camera:before {
  content: "\e1e8";
}

.ph-bold.ph-device-tablet-speaker:before {
  content: "\e1ea";
}

.ph-bold.ph-devices:before {
  content: "\eba4";
}

.ph-bold.ph-diamond:before {
  content: "\e1ec";
}

.ph-bold.ph-diamonds-four:before {
  content: "\e8f4";
}

.ph-bold.ph-dice-five:before {
  content: "\e1ee";
}

.ph-bold.ph-dice-four:before {
  content: "\e1f0";
}

.ph-bold.ph-dice-one:before {
  content: "\e1f2";
}

.ph-bold.ph-dice-six:before {
  content: "\e1f4";
}

.ph-bold.ph-dice-three:before {
  content: "\e1f6";
}

.ph-bold.ph-dice-two:before {
  content: "\e1f8";
}

.ph-bold.ph-disc:before {
  content: "\e564";
}

.ph-bold.ph-disco-ball:before {
  content: "\ed98";
}

.ph-bold.ph-discord-logo:before {
  content: "\e61a";
}

.ph-bold.ph-divide:before {
  content: "\e1fa";
}

.ph-bold.ph-dna:before {
  content: "\e924";
}

.ph-bold.ph-dog:before {
  content: "\e74a";
}

.ph-bold.ph-door:before {
  content: "\e61c";
}

.ph-bold.ph-door-open:before {
  content: "\e7e6";
}

.ph-bold.ph-dot:before {
  content: "\ecde";
}

.ph-bold.ph-dot-outline:before {
  content: "\ece0";
}

.ph-bold.ph-dots-nine:before {
  content: "\e1fc";
}

.ph-bold.ph-dots-six:before {
  content: "\e794";
}

.ph-bold.ph-dots-six-vertical:before {
  content: "\eae2";
}

.ph-bold.ph-dots-three:before {
  content: "\e1fe";
}

.ph-bold.ph-dots-three-circle:before {
  content: "\e200";
}

.ph-bold.ph-dots-three-circle-vertical:before {
  content: "\e202";
}

.ph-bold.ph-dots-three-outline:before {
  content: "\e204";
}

.ph-bold.ph-dots-three-outline-vertical:before {
  content: "\e206";
}

.ph-bold.ph-dots-three-vertical:before {
  content: "\e208";
}

.ph-bold.ph-download:before {
  content: "\e20a";
}

.ph-bold.ph-download-simple:before {
  content: "\e20c";
}

.ph-bold.ph-dress:before {
  content: "\ea7e";
}

.ph-bold.ph-dresser:before {
  content: "\e94e";
}

.ph-bold.ph-dribbble-logo:before {
  content: "\e20e";
}

.ph-bold.ph-drone:before {
  content: "\ed74";
}

.ph-bold.ph-drop:before {
  content: "\e210";
}

.ph-bold.ph-drop-half:before {
  content: "\e566";
}

.ph-bold.ph-drop-half-bottom:before {
  content: "\eb40";
}

.ph-bold.ph-drop-simple:before {
  content: "\ee32";
}

.ph-bold.ph-drop-slash:before {
  content: "\e954";
}

.ph-bold.ph-dropbox-logo:before {
  content: "\e7d0";
}

.ph-bold.ph-ear:before {
  content: "\e70c";
}

.ph-bold.ph-ear-slash:before {
  content: "\e70e";
}

.ph-bold.ph-egg:before {
  content: "\e812";
}

.ph-bold.ph-egg-crack:before {
  content: "\eb64";
}

.ph-bold.ph-eject:before {
  content: "\e212";
}

.ph-bold.ph-eject-simple:before {
  content: "\e6ae";
}

.ph-bold.ph-elevator:before {
  content: "\ecc0";
}

.ph-bold.ph-empty:before {
  content: "\edbc";
}

.ph-bold.ph-engine:before {
  content: "\ea80";
}

.ph-bold.ph-envelope:before {
  content: "\e214";
}

.ph-bold.ph-envelope-open:before {
  content: "\e216";
}

.ph-bold.ph-envelope-simple:before {
  content: "\e218";
}

.ph-bold.ph-envelope-simple-open:before {
  content: "\e21a";
}

.ph-bold.ph-equalizer:before {
  content: "\ebbc";
}

.ph-bold.ph-equals:before {
  content: "\e21c";
}

.ph-bold.ph-eraser:before {
  content: "\e21e";
}

.ph-bold.ph-escalator-down:before {
  content: "\ecba";
}

.ph-bold.ph-escalator-up:before {
  content: "\ecbc";
}

.ph-bold.ph-exam:before {
  content: "\e742";
}

.ph-bold.ph-exclamation-mark:before {
  content: "\ee44";
}

.ph-bold.ph-exclude:before {
  content: "\e882";
}

.ph-bold.ph-exclude-square:before {
  content: "\e880";
}

.ph-bold.ph-export:before {
  content: "\eaf0";
}

.ph-bold.ph-eye:before {
  content: "\e220";
}

.ph-bold.ph-eye-closed:before {
  content: "\e222";
}

.ph-bold.ph-eye-slash:before {
  content: "\e224";
}

.ph-bold.ph-eyedropper:before {
  content: "\e568";
}

.ph-bold.ph-eyedropper-sample:before {
  content: "\eac4";
}

.ph-bold.ph-eyeglasses:before {
  content: "\e7ba";
}

.ph-bold.ph-eyes:before {
  content: "\ee5c";
}

.ph-bold.ph-face-mask:before {
  content: "\e56a";
}

.ph-bold.ph-facebook-logo:before {
  content: "\e226";
}

.ph-bold.ph-factory:before {
  content: "\e760";
}

.ph-bold.ph-faders:before {
  content: "\e228";
}

.ph-bold.ph-faders-horizontal:before {
  content: "\e22a";
}

.ph-bold.ph-fallout-shelter:before {
  content: "\e9de";
}

.ph-bold.ph-fan:before {
  content: "\e9f2";
}

.ph-bold.ph-farm:before {
  content: "\ec70";
}

.ph-bold.ph-fast-forward:before {
  content: "\e6a6";
}

.ph-bold.ph-fast-forward-circle:before {
  content: "\e22c";
}

.ph-bold.ph-feather:before {
  content: "\e9c0";
}

.ph-bold.ph-fediverse-logo:before {
  content: "\ed66";
}

.ph-bold.ph-figma-logo:before {
  content: "\e22e";
}

.ph-bold.ph-file:before {
  content: "\e230";
}

.ph-bold.ph-file-archive:before {
  content: "\eb2a";
}

.ph-bold.ph-file-arrow-down:before {
  content: "\e232";
}

.ph-bold.ph-file-arrow-up:before {
  content: "\e61e";
}

.ph-bold.ph-file-audio:before {
  content: "\ea20";
}

.ph-bold.ph-file-c:before {
  content: "\eb32";
}

.ph-bold.ph-file-c-sharp:before {
  content: "\eb30";
}

.ph-bold.ph-file-cloud:before {
  content: "\e95e";
}

.ph-bold.ph-file-code:before {
  content: "\e914";
}

.ph-bold.ph-file-cpp:before {
  content: "\eb2e";
}

.ph-bold.ph-file-css:before {
  content: "\eb34";
}

.ph-bold.ph-file-csv:before {
  content: "\eb1c";
}

.ph-bold.ph-file-dashed:before {
  content: "\e704";
}

.ph-bold.ph-file-dotted:before {
  content: "\e704";
}

.ph-bold.ph-file-doc:before {
  content: "\eb1e";
}

.ph-bold.ph-file-html:before {
  content: "\eb38";
}

.ph-bold.ph-file-image:before {
  content: "\ea24";
}

.ph-bold.ph-file-ini:before {
  content: "\eb33";
}

.ph-bold.ph-file-jpg:before {
  content: "\eb1a";
}

.ph-bold.ph-file-js:before {
  content: "\eb24";
}

.ph-bold.ph-file-jsx:before {
  content: "\eb3a";
}

.ph-bold.ph-file-lock:before {
  content: "\e95c";
}

.ph-bold.ph-file-magnifying-glass:before {
  content: "\e238";
}

.ph-bold.ph-file-search:before {
  content: "\e238";
}

.ph-bold.ph-file-md:before {
  content: "\ed50";
}

.ph-bold.ph-file-minus:before {
  content: "\e234";
}

.ph-bold.ph-file-pdf:before {
  content: "\e702";
}

.ph-bold.ph-file-plus:before {
  content: "\e236";
}

.ph-bold.ph-file-png:before {
  content: "\eb18";
}

.ph-bold.ph-file-ppt:before {
  content: "\eb20";
}

.ph-bold.ph-file-py:before {
  content: "\eb2c";
}

.ph-bold.ph-file-rs:before {
  content: "\eb28";
}

.ph-bold.ph-file-sql:before {
  content: "\ed4e";
}

.ph-bold.ph-file-svg:before {
  content: "\ed08";
}

.ph-bold.ph-file-text:before {
  content: "\e23a";
}

.ph-bold.ph-file-ts:before {
  content: "\eb26";
}

.ph-bold.ph-file-tsx:before {
  content: "\eb3c";
}

.ph-bold.ph-file-txt:before {
  content: "\eb35";
}

.ph-bold.ph-file-video:before {
  content: "\ea22";
}

.ph-bold.ph-file-vue:before {
  content: "\eb3e";
}

.ph-bold.ph-file-x:before {
  content: "\e23c";
}

.ph-bold.ph-file-xls:before {
  content: "\eb22";
}

.ph-bold.ph-file-zip:before {
  content: "\e958";
}

.ph-bold.ph-files:before {
  content: "\e710";
}

.ph-bold.ph-film-reel:before {
  content: "\e8c0";
}

.ph-bold.ph-film-script:before {
  content: "\eb50";
}

.ph-bold.ph-film-slate:before {
  content: "\e8c2";
}

.ph-bold.ph-film-strip:before {
  content: "\e792";
}

.ph-bold.ph-fingerprint:before {
  content: "\e23e";
}

.ph-bold.ph-fingerprint-simple:before {
  content: "\e240";
}

.ph-bold.ph-finn-the-human:before {
  content: "\e56c";
}

.ph-bold.ph-fire:before {
  content: "\e242";
}

.ph-bold.ph-fire-extinguisher:before {
  content: "\e9e8";
}

.ph-bold.ph-fire-simple:before {
  content: "\e620";
}

.ph-bold.ph-fire-truck:before {
  content: "\e574";
}

.ph-bold.ph-first-aid:before {
  content: "\e56e";
}

.ph-bold.ph-first-aid-kit:before {
  content: "\e570";
}

.ph-bold.ph-fish:before {
  content: "\e728";
}

.ph-bold.ph-fish-simple:before {
  content: "\e72a";
}

.ph-bold.ph-flag:before {
  content: "\e244";
}

.ph-bold.ph-flag-banner:before {
  content: "\e622";
}

.ph-bold.ph-flag-banner-fold:before {
  content: "\ecf2";
}

.ph-bold.ph-flag-checkered:before {
  content: "\ea38";
}

.ph-bold.ph-flag-pennant:before {
  content: "\ecf0";
}

.ph-bold.ph-flame:before {
  content: "\e624";
}

.ph-bold.ph-flashlight:before {
  content: "\e246";
}

.ph-bold.ph-flask:before {
  content: "\e79e";
}

.ph-bold.ph-flip-horizontal:before {
  content: "\ed6a";
}

.ph-bold.ph-flip-vertical:before {
  content: "\ed6c";
}

.ph-bold.ph-floppy-disk:before {
  content: "\e248";
}

.ph-bold.ph-floppy-disk-back:before {
  content: "\eaf4";
}

.ph-bold.ph-flow-arrow:before {
  content: "\e6ec";
}

.ph-bold.ph-flower:before {
  content: "\e75e";
}

.ph-bold.ph-flower-lotus:before {
  content: "\e6cc";
}

.ph-bold.ph-flower-tulip:before {
  content: "\eacc";
}

.ph-bold.ph-flying-saucer:before {
  content: "\eb4a";
}

.ph-bold.ph-folder:before {
  content: "\e24a";
}

.ph-bold.ph-folder-notch:before {
  content: "\e24a";
}

.ph-bold.ph-folder-dashed:before {
  content: "\e8f8";
}

.ph-bold.ph-folder-dotted:before {
  content: "\e8f8";
}

.ph-bold.ph-folder-lock:before {
  content: "\ea3c";
}

.ph-bold.ph-folder-minus:before {
  content: "\e254";
}

.ph-bold.ph-folder-notch-minus:before {
  content: "\e254";
}

.ph-bold.ph-folder-open:before {
  content: "\e256";
}

.ph-bold.ph-folder-notch-open:before {
  content: "\e256";
}

.ph-bold.ph-folder-plus:before {
  content: "\e258";
}

.ph-bold.ph-folder-notch-plus:before {
  content: "\e258";
}

.ph-bold.ph-folder-simple:before {
  content: "\e25a";
}

.ph-bold.ph-folder-simple-dashed:before {
  content: "\ec2a";
}

.ph-bold.ph-folder-simple-dotted:before {
  content: "\ec2a";
}

.ph-bold.ph-folder-simple-lock:before {
  content: "\eb5e";
}

.ph-bold.ph-folder-simple-minus:before {
  content: "\e25c";
}

.ph-bold.ph-folder-simple-plus:before {
  content: "\e25e";
}

.ph-bold.ph-folder-simple-star:before {
  content: "\ec2e";
}

.ph-bold.ph-folder-simple-user:before {
  content: "\eb60";
}

.ph-bold.ph-folder-star:before {
  content: "\ea86";
}

.ph-bold.ph-folder-user:before {
  content: "\eb46";
}

.ph-bold.ph-folders:before {
  content: "\e260";
}

.ph-bold.ph-football:before {
  content: "\e718";
}

.ph-bold.ph-football-helmet:before {
  content: "\ee4c";
}

.ph-bold.ph-footprints:before {
  content: "\ea88";
}

.ph-bold.ph-fork-knife:before {
  content: "\e262";
}

.ph-bold.ph-four-k:before {
  content: "\ea5c";
}

.ph-bold.ph-frame-corners:before {
  content: "\e626";
}

.ph-bold.ph-framer-logo:before {
  content: "\e264";
}

.ph-bold.ph-function:before {
  content: "\ebe4";
}

.ph-bold.ph-funnel:before {
  content: "\e266";
}

.ph-bold.ph-funnel-simple:before {
  content: "\e268";
}

.ph-bold.ph-funnel-simple-x:before {
  content: "\e26a";
}

.ph-bold.ph-funnel-x:before {
  content: "\e26c";
}

.ph-bold.ph-game-controller:before {
  content: "\e26e";
}

.ph-bold.ph-garage:before {
  content: "\ecd6";
}

.ph-bold.ph-gas-can:before {
  content: "\e8ce";
}

.ph-bold.ph-gas-pump:before {
  content: "\e768";
}

.ph-bold.ph-gauge:before {
  content: "\e628";
}

.ph-bold.ph-gavel:before {
  content: "\ea32";
}

.ph-bold.ph-gear:before {
  content: "\e270";
}

.ph-bold.ph-gear-fine:before {
  content: "\e87c";
}

.ph-bold.ph-gear-six:before {
  content: "\e272";
}

.ph-bold.ph-gender-female:before {
  content: "\e6e0";
}

.ph-bold.ph-gender-intersex:before {
  content: "\e6e6";
}

.ph-bold.ph-gender-male:before {
  content: "\e6e2";
}

.ph-bold.ph-gender-neuter:before {
  content: "\e6ea";
}

.ph-bold.ph-gender-nonbinary:before {
  content: "\e6e4";
}

.ph-bold.ph-gender-transgender:before {
  content: "\e6e8";
}

.ph-bold.ph-ghost:before {
  content: "\e62a";
}

.ph-bold.ph-gif:before {
  content: "\e274";
}

.ph-bold.ph-gift:before {
  content: "\e276";
}

.ph-bold.ph-git-branch:before {
  content: "\e278";
}

.ph-bold.ph-git-commit:before {
  content: "\e27a";
}

.ph-bold.ph-git-diff:before {
  content: "\e27c";
}

.ph-bold.ph-git-fork:before {
  content: "\e27e";
}

.ph-bold.ph-git-merge:before {
  content: "\e280";
}

.ph-bold.ph-git-pull-request:before {
  content: "\e282";
}

.ph-bold.ph-github-logo:before {
  content: "\e576";
}

.ph-bold.ph-gitlab-logo:before {
  content: "\e694";
}

.ph-bold.ph-gitlab-logo-simple:before {
  content: "\e696";
}

.ph-bold.ph-globe:before {
  content: "\e288";
}

.ph-bold.ph-globe-hemisphere-east:before {
  content: "\e28a";
}

.ph-bold.ph-globe-hemisphere-west:before {
  content: "\e28c";
}

.ph-bold.ph-globe-simple:before {
  content: "\e28e";
}

.ph-bold.ph-globe-simple-x:before {
  content: "\e284";
}

.ph-bold.ph-globe-stand:before {
  content: "\e290";
}

.ph-bold.ph-globe-x:before {
  content: "\e286";
}

.ph-bold.ph-goggles:before {
  content: "\ecb4";
}

.ph-bold.ph-golf:before {
  content: "\ea3e";
}

.ph-bold.ph-goodreads-logo:before {
  content: "\ed10";
}

.ph-bold.ph-google-cardboard-logo:before {
  content: "\e7b6";
}

.ph-bold.ph-google-chrome-logo:before {
  content: "\e976";
}

.ph-bold.ph-google-drive-logo:before {
  content: "\e8f6";
}

.ph-bold.ph-google-logo:before {
  content: "\e292";
}

.ph-bold.ph-google-photos-logo:before {
  content: "\eb92";
}

.ph-bold.ph-google-play-logo:before {
  content: "\e294";
}

.ph-bold.ph-google-podcasts-logo:before {
  content: "\eb94";
}

.ph-bold.ph-gps:before {
  content: "\edd8";
}

.ph-bold.ph-gps-fix:before {
  content: "\edd6";
}

.ph-bold.ph-gps-slash:before {
  content: "\edd4";
}

.ph-bold.ph-gradient:before {
  content: "\eb42";
}

.ph-bold.ph-graduation-cap:before {
  content: "\e62c";
}

.ph-bold.ph-grains:before {
  content: "\ec68";
}

.ph-bold.ph-grains-slash:before {
  content: "\ec6a";
}

.ph-bold.ph-graph:before {
  content: "\eb58";
}

.ph-bold.ph-graphics-card:before {
  content: "\e612";
}

.ph-bold.ph-greater-than:before {
  content: "\edc4";
}

.ph-bold.ph-greater-than-or-equal:before {
  content: "\eda2";
}

.ph-bold.ph-grid-four:before {
  content: "\e296";
}

.ph-bold.ph-grid-nine:before {
  content: "\ec8c";
}

.ph-bold.ph-guitar:before {
  content: "\ea8a";
}

.ph-bold.ph-hair-dryer:before {
  content: "\ea66";
}

.ph-bold.ph-hamburger:before {
  content: "\e790";
}

.ph-bold.ph-hammer:before {
  content: "\e80e";
}

.ph-bold.ph-hand:before {
  content: "\e298";
}

.ph-bold.ph-hand-arrow-down:before {
  content: "\ea4e";
}

.ph-bold.ph-hand-arrow-up:before {
  content: "\ee5a";
}

.ph-bold.ph-hand-coins:before {
  content: "\ea8c";
}

.ph-bold.ph-hand-deposit:before {
  content: "\ee82";
}

.ph-bold.ph-hand-eye:before {
  content: "\ea4c";
}

.ph-bold.ph-hand-fist:before {
  content: "\e57a";
}

.ph-bold.ph-hand-grabbing:before {
  content: "\e57c";
}

.ph-bold.ph-hand-heart:before {
  content: "\e810";
}

.ph-bold.ph-hand-palm:before {
  content: "\e57e";
}

.ph-bold.ph-hand-peace:before {
  content: "\e7cc";
}

.ph-bold.ph-hand-pointing:before {
  content: "\e29a";
}

.ph-bold.ph-hand-soap:before {
  content: "\e630";
}

.ph-bold.ph-hand-swipe-left:before {
  content: "\ec94";
}

.ph-bold.ph-hand-swipe-right:before {
  content: "\ec92";
}

.ph-bold.ph-hand-tap:before {
  content: "\ec90";
}

.ph-bold.ph-hand-waving:before {
  content: "\e580";
}

.ph-bold.ph-hand-withdraw:before {
  content: "\ee80";
}

.ph-bold.ph-handbag:before {
  content: "\e29c";
}

.ph-bold.ph-handbag-simple:before {
  content: "\e62e";
}

.ph-bold.ph-hands-clapping:before {
  content: "\e6a0";
}

.ph-bold.ph-hands-praying:before {
  content: "\ecc8";
}

.ph-bold.ph-handshake:before {
  content: "\e582";
}

.ph-bold.ph-hard-drive:before {
  content: "\e29e";
}

.ph-bold.ph-hard-drives:before {
  content: "\e2a0";
}

.ph-bold.ph-hard-hat:before {
  content: "\ed46";
}

.ph-bold.ph-hash:before {
  content: "\e2a2";
}

.ph-bold.ph-hash-straight:before {
  content: "\e2a4";
}

.ph-bold.ph-head-circuit:before {
  content: "\e7d4";
}

.ph-bold.ph-headlights:before {
  content: "\e6fe";
}

.ph-bold.ph-headphones:before {
  content: "\e2a6";
}

.ph-bold.ph-headset:before {
  content: "\e584";
}

.ph-bold.ph-heart:before {
  content: "\e2a8";
}

.ph-bold.ph-heart-break:before {
  content: "\ebe8";
}

.ph-bold.ph-heart-half:before {
  content: "\ec48";
}

.ph-bold.ph-heart-straight:before {
  content: "\e2aa";
}

.ph-bold.ph-heart-straight-break:before {
  content: "\eb98";
}

.ph-bold.ph-heartbeat:before {
  content: "\e2ac";
}

.ph-bold.ph-hexagon:before {
  content: "\e2ae";
}

.ph-bold.ph-high-definition:before {
  content: "\ea8e";
}

.ph-bold.ph-high-heel:before {
  content: "\e8e8";
}

.ph-bold.ph-highlighter:before {
  content: "\ec76";
}

.ph-bold.ph-highlighter-circle:before {
  content: "\e632";
}

.ph-bold.ph-hockey:before {
  content: "\ec86";
}

.ph-bold.ph-hoodie:before {
  content: "\ecd0";
}

.ph-bold.ph-horse:before {
  content: "\e2b0";
}

.ph-bold.ph-hospital:before {
  content: "\e844";
}

.ph-bold.ph-hourglass:before {
  content: "\e2b2";
}

.ph-bold.ph-hourglass-high:before {
  content: "\e2b4";
}

.ph-bold.ph-hourglass-low:before {
  content: "\e2b6";
}

.ph-bold.ph-hourglass-medium:before {
  content: "\e2b8";
}

.ph-bold.ph-hourglass-simple:before {
  content: "\e2ba";
}

.ph-bold.ph-hourglass-simple-high:before {
  content: "\e2bc";
}

.ph-bold.ph-hourglass-simple-low:before {
  content: "\e2be";
}

.ph-bold.ph-hourglass-simple-medium:before {
  content: "\e2c0";
}

.ph-bold.ph-house:before {
  content: "\e2c2";
}

.ph-bold.ph-house-line:before {
  content: "\e2c4";
}

.ph-bold.ph-house-simple:before {
  content: "\e2c6";
}

.ph-bold.ph-hurricane:before {
  content: "\e88e";
}

.ph-bold.ph-ice-cream:before {
  content: "\e804";
}

.ph-bold.ph-identification-badge:before {
  content: "\e6f6";
}

.ph-bold.ph-identification-card:before {
  content: "\e2c8";
}

.ph-bold.ph-image:before {
  content: "\e2ca";
}

.ph-bold.ph-image-broken:before {
  content: "\e7a8";
}

.ph-bold.ph-image-square:before {
  content: "\e2cc";
}

.ph-bold.ph-images:before {
  content: "\e836";
}

.ph-bold.ph-images-square:before {
  content: "\e834";
}

.ph-bold.ph-infinity:before {
  content: "\e634";
}

.ph-bold.ph-lemniscate:before {
  content: "\e634";
}

.ph-bold.ph-info:before {
  content: "\e2ce";
}

.ph-bold.ph-instagram-logo:before {
  content: "\e2d0";
}

.ph-bold.ph-intersect:before {
  content: "\e2d2";
}

.ph-bold.ph-intersect-square:before {
  content: "\e87a";
}

.ph-bold.ph-intersect-three:before {
  content: "\ecc4";
}

.ph-bold.ph-intersection:before {
  content: "\edba";
}

.ph-bold.ph-invoice:before {
  content: "\ee42";
}

.ph-bold.ph-island:before {
  content: "\ee06";
}

.ph-bold.ph-jar:before {
  content: "\e7e0";
}

.ph-bold.ph-jar-label:before {
  content: "\e7e1";
}

.ph-bold.ph-jeep:before {
  content: "\e2d4";
}

.ph-bold.ph-joystick:before {
  content: "\ea5e";
}

.ph-bold.ph-kanban:before {
  content: "\eb54";
}

.ph-bold.ph-key:before {
  content: "\e2d6";
}

.ph-bold.ph-key-return:before {
  content: "\e782";
}

.ph-bold.ph-keyboard:before {
  content: "\e2d8";
}

.ph-bold.ph-keyhole:before {
  content: "\ea78";
}

.ph-bold.ph-knife:before {
  content: "\e636";
}

.ph-bold.ph-ladder:before {
  content: "\e9e4";
}

.ph-bold.ph-ladder-simple:before {
  content: "\ec26";
}

.ph-bold.ph-lamp:before {
  content: "\e638";
}

.ph-bold.ph-lamp-pendant:before {
  content: "\ee2e";
}

.ph-bold.ph-laptop:before {
  content: "\e586";
}

.ph-bold.ph-lasso:before {
  content: "\edc6";
}

.ph-bold.ph-lastfm-logo:before {
  content: "\e842";
}

.ph-bold.ph-layout:before {
  content: "\e6d6";
}

.ph-bold.ph-leaf:before {
  content: "\e2da";
}

.ph-bold.ph-lectern:before {
  content: "\e95a";
}

.ph-bold.ph-lego:before {
  content: "\e8c6";
}

.ph-bold.ph-lego-smiley:before {
  content: "\e8c7";
}

.ph-bold.ph-less-than:before {
  content: "\edac";
}

.ph-bold.ph-less-than-or-equal:before {
  content: "\eda4";
}

.ph-bold.ph-letter-circle-h:before {
  content: "\ebf8";
}

.ph-bold.ph-letter-circle-p:before {
  content: "\ec08";
}

.ph-bold.ph-letter-circle-v:before {
  content: "\ec14";
}

.ph-bold.ph-lifebuoy:before {
  content: "\e63a";
}

.ph-bold.ph-lightbulb:before {
  content: "\e2dc";
}

.ph-bold.ph-lightbulb-filament:before {
  content: "\e63c";
}

.ph-bold.ph-lighthouse:before {
  content: "\e9f6";
}

.ph-bold.ph-lightning:before {
  content: "\e2de";
}

.ph-bold.ph-lightning-a:before {
  content: "\ea84";
}

.ph-bold.ph-lightning-slash:before {
  content: "\e2e0";
}

.ph-bold.ph-line-segment:before {
  content: "\e6d2";
}

.ph-bold.ph-line-segments:before {
  content: "\e6d4";
}

.ph-bold.ph-line-vertical:before {
  content: "\ed70";
}

.ph-bold.ph-link:before {
  content: "\e2e2";
}

.ph-bold.ph-link-break:before {
  content: "\e2e4";
}

.ph-bold.ph-link-simple:before {
  content: "\e2e6";
}

.ph-bold.ph-link-simple-break:before {
  content: "\e2e8";
}

.ph-bold.ph-link-simple-horizontal:before {
  content: "\e2ea";
}

.ph-bold.ph-link-simple-horizontal-break:before {
  content: "\e2ec";
}

.ph-bold.ph-linkedin-logo:before {
  content: "\e2ee";
}

.ph-bold.ph-linktree-logo:before {
  content: "\edee";
}

.ph-bold.ph-linux-logo:before {
  content: "\eb02";
}

.ph-bold.ph-list:before {
  content: "\e2f0";
}

.ph-bold.ph-list-bullets:before {
  content: "\e2f2";
}

.ph-bold.ph-list-checks:before {
  content: "\eadc";
}

.ph-bold.ph-list-dashes:before {
  content: "\e2f4";
}

.ph-bold.ph-list-heart:before {
  content: "\ebde";
}

.ph-bold.ph-list-magnifying-glass:before {
  content: "\ebe0";
}

.ph-bold.ph-list-numbers:before {
  content: "\e2f6";
}

.ph-bold.ph-list-plus:before {
  content: "\e2f8";
}

.ph-bold.ph-list-star:before {
  content: "\ebdc";
}

.ph-bold.ph-lock:before {
  content: "\e2fa";
}

.ph-bold.ph-lock-key:before {
  content: "\e2fe";
}

.ph-bold.ph-lock-key-open:before {
  content: "\e300";
}

.ph-bold.ph-lock-laminated:before {
  content: "\e302";
}

.ph-bold.ph-lock-laminated-open:before {
  content: "\e304";
}

.ph-bold.ph-lock-open:before {
  content: "\e306";
}

.ph-bold.ph-lock-simple:before {
  content: "\e308";
}

.ph-bold.ph-lock-simple-open:before {
  content: "\e30a";
}

.ph-bold.ph-lockers:before {
  content: "\ecb8";
}

.ph-bold.ph-log:before {
  content: "\ed82";
}

.ph-bold.ph-magic-wand:before {
  content: "\e6b6";
}

.ph-bold.ph-magnet:before {
  content: "\e680";
}

.ph-bold.ph-magnet-straight:before {
  content: "\e682";
}

.ph-bold.ph-magnifying-glass:before {
  content: "\e30c";
}

.ph-bold.ph-magnifying-glass-minus:before {
  content: "\e30e";
}

.ph-bold.ph-magnifying-glass-plus:before {
  content: "\e310";
}

.ph-bold.ph-mailbox:before {
  content: "\ec1e";
}

.ph-bold.ph-map-pin:before {
  content: "\e316";
}

.ph-bold.ph-map-pin-area:before {
  content: "\ee3a";
}

.ph-bold.ph-map-pin-line:before {
  content: "\e318";
}

.ph-bold.ph-map-pin-plus:before {
  content: "\e314";
}

.ph-bold.ph-map-pin-simple:before {
  content: "\ee3e";
}

.ph-bold.ph-map-pin-simple-area:before {
  content: "\ee3c";
}

.ph-bold.ph-map-pin-simple-line:before {
  content: "\ee38";
}

.ph-bold.ph-map-trifold:before {
  content: "\e31a";
}

.ph-bold.ph-markdown-logo:before {
  content: "\e508";
}

.ph-bold.ph-marker-circle:before {
  content: "\e640";
}

.ph-bold.ph-martini:before {
  content: "\e31c";
}

.ph-bold.ph-mask-happy:before {
  content: "\e9f4";
}

.ph-bold.ph-mask-sad:before {
  content: "\eb9e";
}

.ph-bold.ph-mastodon-logo:before {
  content: "\ed68";
}

.ph-bold.ph-math-operations:before {
  content: "\e31e";
}

.ph-bold.ph-matrix-logo:before {
  content: "\ed64";
}

.ph-bold.ph-medal:before {
  content: "\e320";
}

.ph-bold.ph-medal-military:before {
  content: "\ecfc";
}

.ph-bold.ph-medium-logo:before {
  content: "\e322";
}

.ph-bold.ph-megaphone:before {
  content: "\e324";
}

.ph-bold.ph-megaphone-simple:before {
  content: "\e642";
}

.ph-bold.ph-member-of:before {
  content: "\edc2";
}

.ph-bold.ph-memory:before {
  content: "\e9c4";
}

.ph-bold.ph-messenger-logo:before {
  content: "\e6d8";
}

.ph-bold.ph-meta-logo:before {
  content: "\ed02";
}

.ph-bold.ph-meteor:before {
  content: "\e9ba";
}

.ph-bold.ph-metronome:before {
  content: "\ec8e";
}

.ph-bold.ph-microphone:before {
  content: "\e326";
}

.ph-bold.ph-microphone-slash:before {
  content: "\e328";
}

.ph-bold.ph-microphone-stage:before {
  content: "\e75c";
}

.ph-bold.ph-microscope:before {
  content: "\ec7a";
}

.ph-bold.ph-microsoft-excel-logo:before {
  content: "\eb6c";
}

.ph-bold.ph-microsoft-outlook-logo:before {
  content: "\eb70";
}

.ph-bold.ph-microsoft-powerpoint-logo:before {
  content: "\eace";
}

.ph-bold.ph-microsoft-teams-logo:before {
  content: "\eb66";
}

.ph-bold.ph-microsoft-word-logo:before {
  content: "\eb6a";
}

.ph-bold.ph-minus:before {
  content: "\e32a";
}

.ph-bold.ph-minus-circle:before {
  content: "\e32c";
}

.ph-bold.ph-minus-square:before {
  content: "\ed4c";
}

.ph-bold.ph-money:before {
  content: "\e588";
}

.ph-bold.ph-money-wavy:before {
  content: "\ee68";
}

.ph-bold.ph-monitor:before {
  content: "\e32e";
}

.ph-bold.ph-monitor-arrow-up:before {
  content: "\e58a";
}

.ph-bold.ph-monitor-play:before {
  content: "\e58c";
}

.ph-bold.ph-moon:before {
  content: "\e330";
}

.ph-bold.ph-moon-stars:before {
  content: "\e58e";
}

.ph-bold.ph-moped:before {
  content: "\e824";
}

.ph-bold.ph-moped-front:before {
  content: "\e822";
}

.ph-bold.ph-mosque:before {
  content: "\ecee";
}

.ph-bold.ph-motorcycle:before {
  content: "\e80a";
}

.ph-bold.ph-mountains:before {
  content: "\e7ae";
}

.ph-bold.ph-mouse:before {
  content: "\e33a";
}

.ph-bold.ph-mouse-left-click:before {
  content: "\e334";
}

.ph-bold.ph-mouse-middle-click:before {
  content: "\e338";
}

.ph-bold.ph-mouse-right-click:before {
  content: "\e336";
}

.ph-bold.ph-mouse-scroll:before {
  content: "\e332";
}

.ph-bold.ph-mouse-simple:before {
  content: "\e644";
}

.ph-bold.ph-music-note:before {
  content: "\e33c";
}

.ph-bold.ph-music-note-simple:before {
  content: "\e33e";
}

.ph-bold.ph-music-notes:before {
  content: "\e340";
}

.ph-bold.ph-music-notes-minus:before {
  content: "\ee0c";
}

.ph-bold.ph-music-notes-plus:before {
  content: "\eb7c";
}

.ph-bold.ph-music-notes-simple:before {
  content: "\e342";
}

.ph-bold.ph-navigation-arrow:before {
  content: "\eade";
}

.ph-bold.ph-needle:before {
  content: "\e82e";
}

.ph-bold.ph-network:before {
  content: "\edde";
}

.ph-bold.ph-network-slash:before {
  content: "\eddc";
}

.ph-bold.ph-network-x:before {
  content: "\edda";
}

.ph-bold.ph-newspaper:before {
  content: "\e344";
}

.ph-bold.ph-newspaper-clipping:before {
  content: "\e346";
}

.ph-bold.ph-not-equals:before {
  content: "\eda6";
}

.ph-bold.ph-not-member-of:before {
  content: "\edae";
}

.ph-bold.ph-not-subset-of:before {
  content: "\edb0";
}

.ph-bold.ph-not-superset-of:before {
  content: "\edb2";
}

.ph-bold.ph-notches:before {
  content: "\ed3a";
}

.ph-bold.ph-note:before {
  content: "\e348";
}

.ph-bold.ph-note-blank:before {
  content: "\e34a";
}

.ph-bold.ph-note-pencil:before {
  content: "\e34c";
}

.ph-bold.ph-notebook:before {
  content: "\e34e";
}

.ph-bold.ph-notepad:before {
  content: "\e63e";
}

.ph-bold.ph-notification:before {
  content: "\e6fa";
}

.ph-bold.ph-notion-logo:before {
  content: "\e9a0";
}

.ph-bold.ph-nuclear-plant:before {
  content: "\ed7c";
}

.ph-bold.ph-number-circle-eight:before {
  content: "\e352";
}

.ph-bold.ph-number-circle-five:before {
  content: "\e358";
}

.ph-bold.ph-number-circle-four:before {
  content: "\e35e";
}

.ph-bold.ph-number-circle-nine:before {
  content: "\e364";
}

.ph-bold.ph-number-circle-one:before {
  content: "\e36a";
}

.ph-bold.ph-number-circle-seven:before {
  content: "\e370";
}

.ph-bold.ph-number-circle-six:before {
  content: "\e376";
}

.ph-bold.ph-number-circle-three:before {
  content: "\e37c";
}

.ph-bold.ph-number-circle-two:before {
  content: "\e382";
}

.ph-bold.ph-number-circle-zero:before {
  content: "\e388";
}

.ph-bold.ph-number-eight:before {
  content: "\e350";
}

.ph-bold.ph-number-five:before {
  content: "\e356";
}

.ph-bold.ph-number-four:before {
  content: "\e35c";
}

.ph-bold.ph-number-nine:before {
  content: "\e362";
}

.ph-bold.ph-number-one:before {
  content: "\e368";
}

.ph-bold.ph-number-seven:before {
  content: "\e36e";
}

.ph-bold.ph-number-six:before {
  content: "\e374";
}

.ph-bold.ph-number-square-eight:before {
  content: "\e354";
}

.ph-bold.ph-number-square-five:before {
  content: "\e35a";
}

.ph-bold.ph-number-square-four:before {
  content: "\e360";
}

.ph-bold.ph-number-square-nine:before {
  content: "\e366";
}

.ph-bold.ph-number-square-one:before {
  content: "\e36c";
}

.ph-bold.ph-number-square-seven:before {
  content: "\e372";
}

.ph-bold.ph-number-square-six:before {
  content: "\e378";
}

.ph-bold.ph-number-square-three:before {
  content: "\e37e";
}

.ph-bold.ph-number-square-two:before {
  content: "\e384";
}

.ph-bold.ph-number-square-zero:before {
  content: "\e38a";
}

.ph-bold.ph-number-three:before {
  content: "\e37a";
}

.ph-bold.ph-number-two:before {
  content: "\e380";
}

.ph-bold.ph-number-zero:before {
  content: "\e386";
}

.ph-bold.ph-numpad:before {
  content: "\e3c8";
}

.ph-bold.ph-nut:before {
  content: "\e38c";
}

.ph-bold.ph-ny-times-logo:before {
  content: "\e646";
}

.ph-bold.ph-octagon:before {
  content: "\e38e";
}

.ph-bold.ph-office-chair:before {
  content: "\ea46";
}

.ph-bold.ph-onigiri:before {
  content: "\ee2c";
}

.ph-bold.ph-open-ai-logo:before {
  content: "\e7d2";
}

.ph-bold.ph-option:before {
  content: "\e8a8";
}

.ph-bold.ph-orange:before {
  content: "\ee40";
}

.ph-bold.ph-orange-slice:before {
  content: "\ed36";
}

.ph-bold.ph-oven:before {
  content: "\ed8c";
}

.ph-bold.ph-package:before {
  content: "\e390";
}

.ph-bold.ph-paint-brush:before {
  content: "\e6f0";
}

.ph-bold.ph-paint-brush-broad:before {
  content: "\e590";
}

.ph-bold.ph-paint-brush-household:before {
  content: "\e6f2";
}

.ph-bold.ph-paint-bucket:before {
  content: "\e392";
}

.ph-bold.ph-paint-roller:before {
  content: "\e6f4";
}

.ph-bold.ph-palette:before {
  content: "\e6c8";
}

.ph-bold.ph-panorama:before {
  content: "\eaa2";
}

.ph-bold.ph-pants:before {
  content: "\ec88";
}

.ph-bold.ph-paper-plane:before {
  content: "\e394";
}

.ph-bold.ph-paper-plane-right:before {
  content: "\e396";
}

.ph-bold.ph-paper-plane-tilt:before {
  content: "\e398";
}

.ph-bold.ph-paperclip:before {
  content: "\e39a";
}

.ph-bold.ph-paperclip-horizontal:before {
  content: "\e592";
}

.ph-bold.ph-parachute:before {
  content: "\ea7c";
}

.ph-bold.ph-paragraph:before {
  content: "\e960";
}

.ph-bold.ph-parallelogram:before {
  content: "\ecc6";
}

.ph-bold.ph-park:before {
  content: "\ecb2";
}

.ph-bold.ph-password:before {
  content: "\e752";
}

.ph-bold.ph-path:before {
  content: "\e39c";
}

.ph-bold.ph-patreon-logo:before {
  content: "\e98a";
}

.ph-bold.ph-pause:before {
  content: "\e39e";
}

.ph-bold.ph-pause-circle:before {
  content: "\e3a0";
}

.ph-bold.ph-paw-print:before {
  content: "\e648";
}

.ph-bold.ph-paypal-logo:before {
  content: "\e98c";
}

.ph-bold.ph-peace:before {
  content: "\e3a2";
}

.ph-bold.ph-pen:before {
  content: "\e3aa";
}

.ph-bold.ph-pen-nib:before {
  content: "\e3ac";
}

.ph-bold.ph-pen-nib-straight:before {
  content: "\e64a";
}

.ph-bold.ph-pencil:before {
  content: "\e3ae";
}

.ph-bold.ph-pencil-circle:before {
  content: "\e3b0";
}

.ph-bold.ph-pencil-line:before {
  content: "\e3b2";
}

.ph-bold.ph-pencil-ruler:before {
  content: "\e906";
}

.ph-bold.ph-pencil-simple:before {
  content: "\e3b4";
}

.ph-bold.ph-pencil-simple-line:before {
  content: "\ebc6";
}

.ph-bold.ph-pencil-simple-slash:before {
  content: "\ecf6";
}

.ph-bold.ph-pencil-slash:before {
  content: "\ecf8";
}

.ph-bold.ph-pentagon:before {
  content: "\ec7e";
}

.ph-bold.ph-pentagram:before {
  content: "\ec5c";
}

.ph-bold.ph-pepper:before {
  content: "\e94a";
}

.ph-bold.ph-percent:before {
  content: "\e3b6";
}

.ph-bold.ph-person:before {
  content: "\e3a8";
}

.ph-bold.ph-person-arms-spread:before {
  content: "\ecfe";
}

.ph-bold.ph-person-simple:before {
  content: "\e72e";
}

.ph-bold.ph-person-simple-bike:before {
  content: "\e734";
}

.ph-bold.ph-person-simple-circle:before {
  content: "\ee58";
}

.ph-bold.ph-person-simple-hike:before {
  content: "\ed54";
}

.ph-bold.ph-person-simple-run:before {
  content: "\e730";
}

.ph-bold.ph-person-simple-ski:before {
  content: "\e71c";
}

.ph-bold.ph-person-simple-snowboard:before {
  content: "\e71e";
}

.ph-bold.ph-person-simple-swim:before {
  content: "\e736";
}

.ph-bold.ph-person-simple-tai-chi:before {
  content: "\ed5c";
}

.ph-bold.ph-person-simple-throw:before {
  content: "\e732";
}

.ph-bold.ph-person-simple-walk:before {
  content: "\e73a";
}

.ph-bold.ph-perspective:before {
  content: "\ebe6";
}

.ph-bold.ph-phone:before {
  content: "\e3b8";
}

.ph-bold.ph-phone-call:before {
  content: "\e3ba";
}

.ph-bold.ph-phone-disconnect:before {
  content: "\e3bc";
}

.ph-bold.ph-phone-incoming:before {
  content: "\e3be";
}

.ph-bold.ph-phone-list:before {
  content: "\e3cc";
}

.ph-bold.ph-phone-outgoing:before {
  content: "\e3c0";
}

.ph-bold.ph-phone-pause:before {
  content: "\e3ca";
}

.ph-bold.ph-phone-plus:before {
  content: "\ec56";
}

.ph-bold.ph-phone-slash:before {
  content: "\e3c2";
}

.ph-bold.ph-phone-transfer:before {
  content: "\e3c6";
}

.ph-bold.ph-phone-x:before {
  content: "\e3c4";
}

.ph-bold.ph-phosphor-logo:before {
  content: "\e3ce";
}

.ph-bold.ph-pi:before {
  content: "\ec80";
}

.ph-bold.ph-piano-keys:before {
  content: "\e9c8";
}

.ph-bold.ph-picnic-table:before {
  content: "\ee26";
}

.ph-bold.ph-picture-in-picture:before {
  content: "\e64c";
}

.ph-bold.ph-piggy-bank:before {
  content: "\ea04";
}

.ph-bold.ph-pill:before {
  content: "\e700";
}

.ph-bold.ph-ping-pong:before {
  content: "\ea42";
}

.ph-bold.ph-pint-glass:before {
  content: "\edd0";
}

.ph-bold.ph-pinterest-logo:before {
  content: "\e64e";
}

.ph-bold.ph-pinwheel:before {
  content: "\eb9c";
}

.ph-bold.ph-pipe:before {
  content: "\ed86";
}

.ph-bold.ph-pipe-wrench:before {
  content: "\ed88";
}

.ph-bold.ph-pix-logo:before {
  content: "\ecc2";
}

.ph-bold.ph-pizza:before {
  content: "\e796";
}

.ph-bold.ph-placeholder:before {
  content: "\e650";
}

.ph-bold.ph-planet:before {
  content: "\e652";
}

.ph-bold.ph-plant:before {
  content: "\ebae";
}

.ph-bold.ph-play:before {
  content: "\e3d0";
}

.ph-bold.ph-play-circle:before {
  content: "\e3d2";
}

.ph-bold.ph-play-pause:before {
  content: "\e8be";
}

.ph-bold.ph-playlist:before {
  content: "\e6aa";
}

.ph-bold.ph-plug:before {
  content: "\e946";
}

.ph-bold.ph-plug-charging:before {
  content: "\eb5c";
}

.ph-bold.ph-plugs:before {
  content: "\eb56";
}

.ph-bold.ph-plugs-connected:before {
  content: "\eb5a";
}

.ph-bold.ph-plus:before {
  content: "\e3d4";
}

.ph-bold.ph-plus-circle:before {
  content: "\e3d6";
}

.ph-bold.ph-plus-minus:before {
  content: "\e3d8";
}

.ph-bold.ph-plus-square:before {
  content: "\ed4a";
}

.ph-bold.ph-poker-chip:before {
  content: "\e594";
}

.ph-bold.ph-police-car:before {
  content: "\ec4a";
}

.ph-bold.ph-polygon:before {
  content: "\e6d0";
}

.ph-bold.ph-popcorn:before {
  content: "\eb4e";
}

.ph-bold.ph-popsicle:before {
  content: "\ebbe";
}

.ph-bold.ph-potted-plant:before {
  content: "\ec22";
}

.ph-bold.ph-power:before {
  content: "\e3da";
}

.ph-bold.ph-prescription:before {
  content: "\e7a2";
}

.ph-bold.ph-presentation:before {
  content: "\e654";
}

.ph-bold.ph-presentation-chart:before {
  content: "\e656";
}

.ph-bold.ph-printer:before {
  content: "\e3dc";
}

.ph-bold.ph-prohibit:before {
  content: "\e3de";
}

.ph-bold.ph-prohibit-inset:before {
  content: "\e3e0";
}

.ph-bold.ph-projector-screen:before {
  content: "\e658";
}

.ph-bold.ph-projector-screen-chart:before {
  content: "\e65a";
}

.ph-bold.ph-pulse:before {
  content: "\e000";
}

.ph-bold.ph-activity:before {
  content: "\e000";
}

.ph-bold.ph-push-pin:before {
  content: "\e3e2";
}

.ph-bold.ph-push-pin-simple:before {
  content: "\e65c";
}

.ph-bold.ph-push-pin-simple-slash:before {
  content: "\e65e";
}

.ph-bold.ph-push-pin-slash:before {
  content: "\e3e4";
}

.ph-bold.ph-puzzle-piece:before {
  content: "\e596";
}

.ph-bold.ph-qr-code:before {
  content: "\e3e6";
}

.ph-bold.ph-question:before {
  content: "\e3e8";
}

.ph-bold.ph-question-mark:before {
  content: "\e3e9";
}

.ph-bold.ph-queue:before {
  content: "\e6ac";
}

.ph-bold.ph-quotes:before {
  content: "\e660";
}

.ph-bold.ph-rabbit:before {
  content: "\eac2";
}

.ph-bold.ph-racquet:before {
  content: "\ee02";
}

.ph-bold.ph-radical:before {
  content: "\e3ea";
}

.ph-bold.ph-radio:before {
  content: "\e77e";
}

.ph-bold.ph-radio-button:before {
  content: "\eb08";
}

.ph-bold.ph-radioactive:before {
  content: "\e9dc";
}

.ph-bold.ph-rainbow:before {
  content: "\e598";
}

.ph-bold.ph-rainbow-cloud:before {
  content: "\e59a";
}

.ph-bold.ph-ranking:before {
  content: "\ed62";
}

.ph-bold.ph-read-cv-logo:before {
  content: "\ed0c";
}

.ph-bold.ph-receipt:before {
  content: "\e3ec";
}

.ph-bold.ph-receipt-x:before {
  content: "\ed40";
}

.ph-bold.ph-record:before {
  content: "\e3ee";
}

.ph-bold.ph-rectangle:before {
  content: "\e3f0";
}

.ph-bold.ph-rectangle-dashed:before {
  content: "\e3f2";
}

.ph-bold.ph-recycle:before {
  content: "\e75a";
}

.ph-bold.ph-reddit-logo:before {
  content: "\e59c";
}

.ph-bold.ph-repeat:before {
  content: "\e3f6";
}

.ph-bold.ph-repeat-once:before {
  content: "\e3f8";
}

.ph-bold.ph-replit-logo:before {
  content: "\eb8a";
}

.ph-bold.ph-resize:before {
  content: "\ed6e";
}

.ph-bold.ph-rewind:before {
  content: "\e6a8";
}

.ph-bold.ph-rewind-circle:before {
  content: "\e3fa";
}

.ph-bold.ph-road-horizon:before {
  content: "\e838";
}

.ph-bold.ph-robot:before {
  content: "\e762";
}

.ph-bold.ph-rocket:before {
  content: "\e3fc";
}

.ph-bold.ph-rocket-launch:before {
  content: "\e3fe";
}

.ph-bold.ph-rows:before {
  content: "\e5a2";
}

.ph-bold.ph-rows-plus-bottom:before {
  content: "\e59e";
}

.ph-bold.ph-rows-plus-top:before {
  content: "\e5a0";
}

.ph-bold.ph-rss:before {
  content: "\e400";
}

.ph-bold.ph-rss-simple:before {
  content: "\e402";
}

.ph-bold.ph-rug:before {
  content: "\ea1a";
}

.ph-bold.ph-ruler:before {
  content: "\e6b8";
}

.ph-bold.ph-sailboat:before {
  content: "\e78a";
}

.ph-bold.ph-scales:before {
  content: "\e750";
}

.ph-bold.ph-scan:before {
  content: "\ebb6";
}

.ph-bold.ph-scan-smiley:before {
  content: "\ebb4";
}

.ph-bold.ph-scissors:before {
  content: "\eae0";
}

.ph-bold.ph-scooter:before {
  content: "\e820";
}

.ph-bold.ph-screencast:before {
  content: "\e404";
}

.ph-bold.ph-screwdriver:before {
  content: "\e86e";
}

.ph-bold.ph-scribble:before {
  content: "\e806";
}

.ph-bold.ph-scribble-loop:before {
  content: "\e662";
}

.ph-bold.ph-scroll:before {
  content: "\eb7a";
}

.ph-bold.ph-seal:before {
  content: "\e604";
}

.ph-bold.ph-circle-wavy:before {
  content: "\e604";
}

.ph-bold.ph-seal-check:before {
  content: "\e606";
}

.ph-bold.ph-circle-wavy-check:before {
  content: "\e606";
}

.ph-bold.ph-seal-percent:before {
  content: "\e60a";
}

.ph-bold.ph-seal-question:before {
  content: "\e608";
}

.ph-bold.ph-circle-wavy-question:before {
  content: "\e608";
}

.ph-bold.ph-seal-warning:before {
  content: "\e60c";
}

.ph-bold.ph-circle-wavy-warning:before {
  content: "\e60c";
}

.ph-bold.ph-seat:before {
  content: "\eb8e";
}

.ph-bold.ph-seatbelt:before {
  content: "\edfe";
}

.ph-bold.ph-security-camera:before {
  content: "\eca4";
}

.ph-bold.ph-selection:before {
  content: "\e69a";
}

.ph-bold.ph-selection-all:before {
  content: "\e746";
}

.ph-bold.ph-selection-background:before {
  content: "\eaf8";
}

.ph-bold.ph-selection-foreground:before {
  content: "\eaf6";
}

.ph-bold.ph-selection-inverse:before {
  content: "\e744";
}

.ph-bold.ph-selection-plus:before {
  content: "\e69c";
}

.ph-bold.ph-selection-slash:before {
  content: "\e69e";
}

.ph-bold.ph-shapes:before {
  content: "\ec5e";
}

.ph-bold.ph-share:before {
  content: "\e406";
}

.ph-bold.ph-share-fat:before {
  content: "\ed52";
}

.ph-bold.ph-share-network:before {
  content: "\e408";
}

.ph-bold.ph-shield:before {
  content: "\e40a";
}

.ph-bold.ph-shield-check:before {
  content: "\e40c";
}

.ph-bold.ph-shield-checkered:before {
  content: "\e708";
}

.ph-bold.ph-shield-chevron:before {
  content: "\e40e";
}

.ph-bold.ph-shield-plus:before {
  content: "\e706";
}

.ph-bold.ph-shield-slash:before {
  content: "\e410";
}

.ph-bold.ph-shield-star:before {
  content: "\ec34";
}

.ph-bold.ph-shield-warning:before {
  content: "\e412";
}

.ph-bold.ph-shipping-container:before {
  content: "\e78c";
}

.ph-bold.ph-shirt-folded:before {
  content: "\ea92";
}

.ph-bold.ph-shooting-star:before {
  content: "\ecfa";
}

.ph-bold.ph-shopping-bag:before {
  content: "\e416";
}

.ph-bold.ph-shopping-bag-open:before {
  content: "\e418";
}

.ph-bold.ph-shopping-cart:before {
  content: "\e41e";
}

.ph-bold.ph-shopping-cart-simple:before {
  content: "\e420";
}

.ph-bold.ph-shovel:before {
  content: "\e9e6";
}

.ph-bold.ph-shower:before {
  content: "\e776";
}

.ph-bold.ph-shrimp:before {
  content: "\eab4";
}

.ph-bold.ph-shuffle:before {
  content: "\e422";
}

.ph-bold.ph-shuffle-angular:before {
  content: "\e424";
}

.ph-bold.ph-shuffle-simple:before {
  content: "\e426";
}

.ph-bold.ph-sidebar:before {
  content: "\eab6";
}

.ph-bold.ph-sidebar-simple:before {
  content: "\ec24";
}

.ph-bold.ph-sigma:before {
  content: "\eab8";
}

.ph-bold.ph-sign-in:before {
  content: "\e428";
}

.ph-bold.ph-sign-out:before {
  content: "\e42a";
}

.ph-bold.ph-signature:before {
  content: "\ebac";
}

.ph-bold.ph-signpost:before {
  content: "\e89c";
}

.ph-bold.ph-sim-card:before {
  content: "\e664";
}

.ph-bold.ph-siren:before {
  content: "\e9b8";
}

.ph-bold.ph-sketch-logo:before {
  content: "\e42c";
}

.ph-bold.ph-skip-back:before {
  content: "\e5a4";
}

.ph-bold.ph-skip-back-circle:before {
  content: "\e42e";
}

.ph-bold.ph-skip-forward:before {
  content: "\e5a6";
}

.ph-bold.ph-skip-forward-circle:before {
  content: "\e430";
}

.ph-bold.ph-skull:before {
  content: "\e916";
}

.ph-bold.ph-skype-logo:before {
  content: "\e8dc";
}

.ph-bold.ph-slack-logo:before {
  content: "\e5a8";
}

.ph-bold.ph-sliders:before {
  content: "\e432";
}

.ph-bold.ph-sliders-horizontal:before {
  content: "\e434";
}

.ph-bold.ph-slideshow:before {
  content: "\ed32";
}

.ph-bold.ph-smiley:before {
  content: "\e436";
}

.ph-bold.ph-smiley-angry:before {
  content: "\ec62";
}

.ph-bold.ph-smiley-blank:before {
  content: "\e438";
}

.ph-bold.ph-smiley-meh:before {
  content: "\e43a";
}

.ph-bold.ph-smiley-melting:before {
  content: "\ee56";
}

.ph-bold.ph-smiley-nervous:before {
  content: "\e43c";
}

.ph-bold.ph-smiley-sad:before {
  content: "\e43e";
}

.ph-bold.ph-smiley-sticker:before {
  content: "\e440";
}

.ph-bold.ph-smiley-wink:before {
  content: "\e666";
}

.ph-bold.ph-smiley-x-eyes:before {
  content: "\e442";
}

.ph-bold.ph-snapchat-logo:before {
  content: "\e668";
}

.ph-bold.ph-sneaker:before {
  content: "\e80c";
}

.ph-bold.ph-sneaker-move:before {
  content: "\ed60";
}

.ph-bold.ph-snowflake:before {
  content: "\e5aa";
}

.ph-bold.ph-soccer-ball:before {
  content: "\e716";
}

.ph-bold.ph-sock:before {
  content: "\ecce";
}

.ph-bold.ph-solar-panel:before {
  content: "\ed7a";
}

.ph-bold.ph-solar-roof:before {
  content: "\ed7b";
}

.ph-bold.ph-sort-ascending:before {
  content: "\e444";
}

.ph-bold.ph-sort-descending:before {
  content: "\e446";
}

.ph-bold.ph-soundcloud-logo:before {
  content: "\e8de";
}

.ph-bold.ph-spade:before {
  content: "\e448";
}

.ph-bold.ph-sparkle:before {
  content: "\e6a2";
}

.ph-bold.ph-speaker-hifi:before {
  content: "\ea08";
}

.ph-bold.ph-speaker-high:before {
  content: "\e44a";
}

.ph-bold.ph-speaker-low:before {
  content: "\e44c";
}

.ph-bold.ph-speaker-none:before {
  content: "\e44e";
}

.ph-bold.ph-speaker-simple-high:before {
  content: "\e450";
}

.ph-bold.ph-speaker-simple-low:before {
  content: "\e452";
}

.ph-bold.ph-speaker-simple-none:before {
  content: "\e454";
}

.ph-bold.ph-speaker-simple-slash:before {
  content: "\e456";
}

.ph-bold.ph-speaker-simple-x:before {
  content: "\e458";
}

.ph-bold.ph-speaker-slash:before {
  content: "\e45a";
}

.ph-bold.ph-speaker-x:before {
  content: "\e45c";
}

.ph-bold.ph-speedometer:before {
  content: "\ee74";
}

.ph-bold.ph-sphere:before {
  content: "\ee66";
}

.ph-bold.ph-spinner:before {
  content: "\e66a";
}

.ph-bold.ph-spinner-ball:before {
  content: "\ee28";
}

.ph-bold.ph-spinner-gap:before {
  content: "\e66c";
}

.ph-bold.ph-spiral:before {
  content: "\e9fa";
}

.ph-bold.ph-split-horizontal:before {
  content: "\e872";
}

.ph-bold.ph-split-vertical:before {
  content: "\e876";
}

.ph-bold.ph-spotify-logo:before {
  content: "\e66e";
}

.ph-bold.ph-spray-bottle:before {
  content: "\e7e4";
}

.ph-bold.ph-square:before {
  content: "\e45e";
}

.ph-bold.ph-square-half:before {
  content: "\e462";
}

.ph-bold.ph-square-half-bottom:before {
  content: "\eb16";
}

.ph-bold.ph-square-logo:before {
  content: "\e690";
}

.ph-bold.ph-square-split-horizontal:before {
  content: "\e870";
}

.ph-bold.ph-square-split-vertical:before {
  content: "\e874";
}

.ph-bold.ph-squares-four:before {
  content: "\e464";
}

.ph-bold.ph-stack:before {
  content: "\e466";
}

.ph-bold.ph-stack-minus:before {
  content: "\edf4";
}

.ph-bold.ph-stack-overflow-logo:before {
  content: "\eb78";
}

.ph-bold.ph-stack-plus:before {
  content: "\edf6";
}

.ph-bold.ph-stack-simple:before {
  content: "\e468";
}

.ph-bold.ph-stairs:before {
  content: "\e8ec";
}

.ph-bold.ph-stamp:before {
  content: "\ea48";
}

.ph-bold.ph-standard-definition:before {
  content: "\ea90";
}

.ph-bold.ph-star:before {
  content: "\e46a";
}

.ph-bold.ph-star-and-crescent:before {
  content: "\ecf4";
}

.ph-bold.ph-star-four:before {
  content: "\e6a4";
}

.ph-bold.ph-star-half:before {
  content: "\e70a";
}

.ph-bold.ph-star-of-david:before {
  content: "\e89e";
}

.ph-bold.ph-steam-logo:before {
  content: "\ead4";
}

.ph-bold.ph-steering-wheel:before {
  content: "\e9ac";
}

.ph-bold.ph-steps:before {
  content: "\ecbe";
}

.ph-bold.ph-stethoscope:before {
  content: "\e7ea";
}

.ph-bold.ph-sticker:before {
  content: "\e5ac";
}

.ph-bold.ph-stool:before {
  content: "\ea44";
}

.ph-bold.ph-stop:before {
  content: "\e46c";
}

.ph-bold.ph-stop-circle:before {
  content: "\e46e";
}

.ph-bold.ph-storefront:before {
  content: "\e470";
}

.ph-bold.ph-strategy:before {
  content: "\ea3a";
}

.ph-bold.ph-stripe-logo:before {
  content: "\e698";
}

.ph-bold.ph-student:before {
  content: "\e73e";
}

.ph-bold.ph-subset-of:before {
  content: "\edc0";
}

.ph-bold.ph-subset-proper-of:before {
  content: "\edb6";
}

.ph-bold.ph-subtitles:before {
  content: "\e1a8";
}

.ph-bold.ph-subtitles-slash:before {
  content: "\e1a6";
}

.ph-bold.ph-subtract:before {
  content: "\ebd6";
}

.ph-bold.ph-subtract-square:before {
  content: "\ebd4";
}

.ph-bold.ph-subway:before {
  content: "\e498";
}

.ph-bold.ph-suitcase:before {
  content: "\e5ae";
}

.ph-bold.ph-suitcase-rolling:before {
  content: "\e9b0";
}

.ph-bold.ph-suitcase-simple:before {
  content: "\e5b0";
}

.ph-bold.ph-sun:before {
  content: "\e472";
}

.ph-bold.ph-sun-dim:before {
  content: "\e474";
}

.ph-bold.ph-sun-horizon:before {
  content: "\e5b6";
}

.ph-bold.ph-sunglasses:before {
  content: "\e816";
}

.ph-bold.ph-superset-of:before {
  content: "\edb8";
}

.ph-bold.ph-superset-proper-of:before {
  content: "\edb4";
}

.ph-bold.ph-swap:before {
  content: "\e83c";
}

.ph-bold.ph-swatches:before {
  content: "\e5b8";
}

.ph-bold.ph-swimming-pool:before {
  content: "\ecb6";
}

.ph-bold.ph-sword:before {
  content: "\e5ba";
}

.ph-bold.ph-synagogue:before {
  content: "\ecec";
}

.ph-bold.ph-syringe:before {
  content: "\e968";
}

.ph-bold.ph-t-shirt:before {
  content: "\e670";
}

.ph-bold.ph-table:before {
  content: "\e476";
}

.ph-bold.ph-tabs:before {
  content: "\e778";
}

.ph-bold.ph-tag:before {
  content: "\e478";
}

.ph-bold.ph-tag-chevron:before {
  content: "\e672";
}

.ph-bold.ph-tag-simple:before {
  content: "\e47a";
}

.ph-bold.ph-target:before {
  content: "\e47c";
}

.ph-bold.ph-taxi:before {
  content: "\e902";
}

.ph-bold.ph-tea-bag:before {
  content: "\e8e6";
}

.ph-bold.ph-telegram-logo:before {
  content: "\e5bc";
}

.ph-bold.ph-television:before {
  content: "\e754";
}

.ph-bold.ph-television-simple:before {
  content: "\eae6";
}

.ph-bold.ph-tennis-ball:before {
  content: "\e720";
}

.ph-bold.ph-tent:before {
  content: "\e8ba";
}

.ph-bold.ph-terminal:before {
  content: "\e47e";
}

.ph-bold.ph-terminal-window:before {
  content: "\eae8";
}

.ph-bold.ph-test-tube:before {
  content: "\e7a0";
}

.ph-bold.ph-text-a-underline:before {
  content: "\ed34";
}

.ph-bold.ph-text-aa:before {
  content: "\e6ee";
}

.ph-bold.ph-text-align-center:before {
  content: "\e480";
}

.ph-bold.ph-text-align-justify:before {
  content: "\e482";
}

.ph-bold.ph-text-align-left:before {
  content: "\e484";
}

.ph-bold.ph-text-align-right:before {
  content: "\e486";
}

.ph-bold.ph-text-b:before {
  content: "\e5be";
}

.ph-bold.ph-text-bolder:before {
  content: "\e5be";
}

.ph-bold.ph-text-columns:before {
  content: "\ec96";
}

.ph-bold.ph-text-h:before {
  content: "\e6ba";
}

.ph-bold.ph-text-h-five:before {
  content: "\e6c4";
}

.ph-bold.ph-text-h-four:before {
  content: "\e6c2";
}

.ph-bold.ph-text-h-one:before {
  content: "\e6bc";
}

.ph-bold.ph-text-h-six:before {
  content: "\e6c6";
}

.ph-bold.ph-text-h-three:before {
  content: "\e6c0";
}

.ph-bold.ph-text-h-two:before {
  content: "\e6be";
}

.ph-bold.ph-text-indent:before {
  content: "\ea1e";
}

.ph-bold.ph-text-italic:before {
  content: "\e5c0";
}

.ph-bold.ph-text-outdent:before {
  content: "\ea1c";
}

.ph-bold.ph-text-strikethrough:before {
  content: "\e5c2";
}

.ph-bold.ph-text-subscript:before {
  content: "\ec98";
}

.ph-bold.ph-text-superscript:before {
  content: "\ec9a";
}

.ph-bold.ph-text-t:before {
  content: "\e48a";
}

.ph-bold.ph-text-t-slash:before {
  content: "\e488";
}

.ph-bold.ph-text-underline:before {
  content: "\e5c4";
}

.ph-bold.ph-textbox:before {
  content: "\eb0a";
}

.ph-bold.ph-thermometer:before {
  content: "\e5c6";
}

.ph-bold.ph-thermometer-cold:before {
  content: "\e5c8";
}

.ph-bold.ph-thermometer-hot:before {
  content: "\e5ca";
}

.ph-bold.ph-thermometer-simple:before {
  content: "\e5cc";
}

.ph-bold.ph-threads-logo:before {
  content: "\ed9e";
}

.ph-bold.ph-three-d:before {
  content: "\ea5a";
}

.ph-bold.ph-thumbs-down:before {
  content: "\e48c";
}

.ph-bold.ph-thumbs-up:before {
  content: "\e48e";
}

.ph-bold.ph-ticket:before {
  content: "\e490";
}

.ph-bold.ph-tidal-logo:before {
  content: "\ed1c";
}

.ph-bold.ph-tiktok-logo:before {
  content: "\eaf2";
}

.ph-bold.ph-tilde:before {
  content: "\eda8";
}

.ph-bold.ph-timer:before {
  content: "\e492";
}

.ph-bold.ph-tip-jar:before {
  content: "\e7e2";
}

.ph-bold.ph-tipi:before {
  content: "\ed30";
}

.ph-bold.ph-tire:before {
  content: "\edd2";
}

.ph-bold.ph-toggle-left:before {
  content: "\e674";
}

.ph-bold.ph-toggle-right:before {
  content: "\e676";
}

.ph-bold.ph-toilet:before {
  content: "\e79a";
}

.ph-bold.ph-toilet-paper:before {
  content: "\e79c";
}

.ph-bold.ph-toolbox:before {
  content: "\eca0";
}

.ph-bold.ph-tooth:before {
  content: "\e9cc";
}

.ph-bold.ph-tornado:before {
  content: "\e88c";
}

.ph-bold.ph-tote:before {
  content: "\e494";
}

.ph-bold.ph-tote-simple:before {
  content: "\e678";
}

.ph-bold.ph-towel:before {
  content: "\ede6";
}

.ph-bold.ph-tractor:before {
  content: "\ec6e";
}

.ph-bold.ph-trademark:before {
  content: "\e9f0";
}

.ph-bold.ph-trademark-registered:before {
  content: "\e3f4";
}

.ph-bold.ph-traffic-cone:before {
  content: "\e9a8";
}

.ph-bold.ph-traffic-sign:before {
  content: "\e67a";
}

.ph-bold.ph-traffic-signal:before {
  content: "\e9aa";
}

.ph-bold.ph-train:before {
  content: "\e496";
}

.ph-bold.ph-train-regional:before {
  content: "\e49e";
}

.ph-bold.ph-train-simple:before {
  content: "\e4a0";
}

.ph-bold.ph-tram:before {
  content: "\e9ec";
}

.ph-bold.ph-translate:before {
  content: "\e4a2";
}

.ph-bold.ph-trash:before {
  content: "\e4a6";
}

.ph-bold.ph-trash-simple:before {
  content: "\e4a8";
}

.ph-bold.ph-tray:before {
  content: "\e4aa";
}

.ph-bold.ph-tray-arrow-down:before {
  content: "\e010";
}

.ph-bold.ph-archive-tray:before {
  content: "\e010";
}

.ph-bold.ph-tray-arrow-up:before {
  content: "\ee52";
}

.ph-bold.ph-treasure-chest:before {
  content: "\ede2";
}

.ph-bold.ph-tree:before {
  content: "\e6da";
}

.ph-bold.ph-tree-evergreen:before {
  content: "\e6dc";
}

.ph-bold.ph-tree-palm:before {
  content: "\e91a";
}

.ph-bold.ph-tree-structure:before {
  content: "\e67c";
}

.ph-bold.ph-tree-view:before {
  content: "\ee48";
}

.ph-bold.ph-trend-down:before {
  content: "\e4ac";
}

.ph-bold.ph-trend-up:before {
  content: "\e4ae";
}

.ph-bold.ph-triangle:before {
  content: "\e4b0";
}

.ph-bold.ph-triangle-dashed:before {
  content: "\e4b2";
}

.ph-bold.ph-trolley:before {
  content: "\e5b2";
}

.ph-bold.ph-trolley-suitcase:before {
  content: "\e5b4";
}

.ph-bold.ph-trophy:before {
  content: "\e67e";
}

.ph-bold.ph-truck:before {
  content: "\e4b4";
}

.ph-bold.ph-truck-trailer:before {
  content: "\e4b6";
}

.ph-bold.ph-tumblr-logo:before {
  content: "\e8d4";
}

.ph-bold.ph-twitch-logo:before {
  content: "\e5ce";
}

.ph-bold.ph-twitter-logo:before {
  content: "\e4ba";
}

.ph-bold.ph-umbrella:before {
  content: "\e684";
}

.ph-bold.ph-umbrella-simple:before {
  content: "\e686";
}

.ph-bold.ph-union:before {
  content: "\edbe";
}

.ph-bold.ph-unite:before {
  content: "\e87e";
}

.ph-bold.ph-unite-square:before {
  content: "\e878";
}

.ph-bold.ph-upload:before {
  content: "\e4be";
}

.ph-bold.ph-upload-simple:before {
  content: "\e4c0";
}

.ph-bold.ph-usb:before {
  content: "\e956";
}

.ph-bold.ph-user:before {
  content: "\e4c2";
}

.ph-bold.ph-user-check:before {
  content: "\eafa";
}

.ph-bold.ph-user-circle:before {
  content: "\e4c4";
}

.ph-bold.ph-user-circle-check:before {
  content: "\ec38";
}

.ph-bold.ph-user-circle-dashed:before {
  content: "\ec36";
}

.ph-bold.ph-user-circle-gear:before {
  content: "\e4c6";
}

.ph-bold.ph-user-circle-minus:before {
  content: "\e4c8";
}

.ph-bold.ph-user-circle-plus:before {
  content: "\e4ca";
}

.ph-bold.ph-user-focus:before {
  content: "\e6fc";
}

.ph-bold.ph-user-gear:before {
  content: "\e4cc";
}

.ph-bold.ph-user-list:before {
  content: "\e73c";
}

.ph-bold.ph-user-minus:before {
  content: "\e4ce";
}

.ph-bold.ph-user-plus:before {
  content: "\e4d0";
}

.ph-bold.ph-user-rectangle:before {
  content: "\e4d2";
}

.ph-bold.ph-user-sound:before {
  content: "\eca8";
}

.ph-bold.ph-user-square:before {
  content: "\e4d4";
}

.ph-bold.ph-user-switch:before {
  content: "\e756";
}

.ph-bold.ph-users:before {
  content: "\e4d6";
}

.ph-bold.ph-users-four:before {
  content: "\e68c";
}

.ph-bold.ph-users-three:before {
  content: "\e68e";
}

.ph-bold.ph-van:before {
  content: "\e826";
}

.ph-bold.ph-vault:before {
  content: "\e76e";
}

.ph-bold.ph-vector-three:before {
  content: "\ee62";
}

.ph-bold.ph-vector-two:before {
  content: "\ee64";
}

.ph-bold.ph-vibrate:before {
  content: "\e4d8";
}

.ph-bold.ph-video:before {
  content: "\e740";
}

.ph-bold.ph-video-camera:before {
  content: "\e4da";
}

.ph-bold.ph-video-camera-slash:before {
  content: "\e4dc";
}

.ph-bold.ph-video-conference:before {
  content: "\edce";
}

.ph-bold.ph-vignette:before {
  content: "\eba2";
}

.ph-bold.ph-vinyl-record:before {
  content: "\ecac";
}

.ph-bold.ph-virtual-reality:before {
  content: "\e7b8";
}

.ph-bold.ph-virus:before {
  content: "\e7d6";
}

.ph-bold.ph-visor:before {
  content: "\ee2a";
}

.ph-bold.ph-voicemail:before {
  content: "\e4de";
}

.ph-bold.ph-volleyball:before {
  content: "\e726";
}

.ph-bold.ph-wall:before {
  content: "\e688";
}

.ph-bold.ph-wallet:before {
  content: "\e68a";
}

.ph-bold.ph-warehouse:before {
  content: "\ecd4";
}

.ph-bold.ph-warning:before {
  content: "\e4e0";
}

.ph-bold.ph-warning-circle:before {
  content: "\e4e2";
}

.ph-bold.ph-warning-diamond:before {
  content: "\e7fc";
}

.ph-bold.ph-warning-octagon:before {
  content: "\e4e4";
}

.ph-bold.ph-washing-machine:before {
  content: "\ede8";
}

.ph-bold.ph-watch:before {
  content: "\e4e6";
}

.ph-bold.ph-wave-sawtooth:before {
  content: "\ea9c";
}

.ph-bold.ph-wave-sine:before {
  content: "\ea9a";
}

.ph-bold.ph-wave-square:before {
  content: "\ea9e";
}

.ph-bold.ph-wave-triangle:before {
  content: "\eaa0";
}

.ph-bold.ph-waveform:before {
  content: "\e802";
}

.ph-bold.ph-waveform-slash:before {
  content: "\e800";
}

.ph-bold.ph-waves:before {
  content: "\e6de";
}

.ph-bold.ph-webcam:before {
  content: "\e9b2";
}

.ph-bold.ph-webcam-slash:before {
  content: "\ecdc";
}

.ph-bold.ph-webhooks-logo:before {
  content: "\ecae";
}

.ph-bold.ph-wechat-logo:before {
  content: "\e8d2";
}

.ph-bold.ph-whatsapp-logo:before {
  content: "\e5d0";
}

.ph-bold.ph-wheelchair:before {
  content: "\e4e8";
}

.ph-bold.ph-wheelchair-motion:before {
  content: "\e89a";
}

.ph-bold.ph-wifi-high:before {
  content: "\e4ea";
}

.ph-bold.ph-wifi-low:before {
  content: "\e4ec";
}

.ph-bold.ph-wifi-medium:before {
  content: "\e4ee";
}

.ph-bold.ph-wifi-none:before {
  content: "\e4f0";
}

.ph-bold.ph-wifi-slash:before {
  content: "\e4f2";
}

.ph-bold.ph-wifi-x:before {
  content: "\e4f4";
}

.ph-bold.ph-wind:before {
  content: "\e5d2";
}

.ph-bold.ph-windmill:before {
  content: "\e9f8";
}

.ph-bold.ph-windows-logo:before {
  content: "\e692";
}

.ph-bold.ph-wine:before {
  content: "\e6b2";
}

.ph-bold.ph-wrench:before {
  content: "\e5d4";
}

.ph-bold.ph-x:before {
  content: "\e4f6";
}

.ph-bold.ph-x-circle:before {
  content: "\e4f8";
}

.ph-bold.ph-x-logo:before {
  content: "\e4bc";
}

.ph-bold.ph-x-square:before {
  content: "\e4fa";
}

.ph-bold.ph-yarn:before {
  content: "\ed9a";
}

.ph-bold.ph-yin-yang:before {
  content: "\e92a";
}

.ph-bold.ph-youtube-logo:before {
  content: "\e4fc";
}

.ph, .ph-bold {
  vertical-align: -0.125rem;
}

.gallery-card {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.gallery-card .gallery-settings {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  color: #E5E4EB;
}

.gallery-card .gallery-settings:hover {
  color: #919eab;
}

.gallery-card h2, .gallery-card .h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px 0;
}

.gallery-card h2 a, .gallery-card .h2 a {
  color: #302F33;
  text-decoration: none;
}

.gallery-card h2 a:hover, .gallery-card .h2 a:hover {
  color: #919eab;
}

.gallery-card .new-gallery a {
  color: #919eab;
  outline: 0;
}

.gallery-card .new-gallery a:hover,
.gallery-card .new-gallery a:hover svg path {
  fill: #302F33;
  color: #302F33;
}

.gallery-card .new-gallery svg {
  margin-bottom: 15px;
  width: 60px;
}

.gallery-card .new-gallery svg path {
  fill: #919eab;
}

.gallery-card .stats {
  color: #919eab;
  font-size: 10px;
  margin-bottom: 25px;
}

.gallery-card .stats h2, .gallery-card .stats .h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.gallery-card .stats a {
  color: #919eab;
  text-decoration: none;
}

.gallery-card .latest-items {
  list-style: none;
  margin: 22px 0;
  padding: 0;
  height: 40px;
}

.gallery-card .latest-items li {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.gallery-card .latest-items li a {
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-card.dimmed {
  opacity: 0.4;
}

#gallery_delete_custom_widget_cover {
  display: none;
}

.album {
  width: 100%;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.album.filtered .handle {
  display: none !important;
}

.album > li {
  width: 50%;
  height: 200px;
}
.album > li:hover {
  background-color: rgba(75, 33, 192, 0.05);
}
.album > li .item-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #EBEEF0;
  border-left: 1px solid #EBEEF0;
}
.album > li .item-wrap.item-upload, .album > li .item-wrap.item-image, .album > li .item-wrap.item-video, .album > li .item-wrap.item-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.album > li .item-wrap.item-text {
  padding: 40px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.album > li .item-img-container {
  max-height: 75%;
  max-width: 75%;
}
.album > li .item-img-container .item-img {
  max-height: 150px;
  max-width: 100%;
  border-radius: 4px;
}
.album > li .item-img-container .icon {
  position: absolute;
  top: 8px;
  left: 8px;
}
.album > li .video-thumbnail .icon {
  position: absolute;
  top: 4px;
  left: 4px;
}
.album > li .item-status {
  position: absolute;
  left: 30px;
  top: 0px;
  font-size: 16px;
}
.album > li .item-links-status,
.album > li .review-rating {
  position: absolute;
  cursor: pointer;
}
.album > li .verified-tag-alignment {
  top: 165px !important;
}
.album > li .item-links-status {
  right: 8px;
  top: 6px;
}
.album > li .review-rating {
  left: 8px;
  bottom: 8px;
}
.album > li .review-rating svg {
  vertical-align: initial;
}
.album > li .item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 11px;
  padding: 15px 26px;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
  font-weight: bold;
}

.add-bulk-gallery-modal .modal-body .galleries-to-select {
  max-height: 150px;
  overflow-y: auto;
}

.album.products > li .item-img {
  max-height: 100px;
}

.item-pinned .handle {
  display: none;
}

.album:not(.batch-enabled) > li .item-selected-icon {
  display: none;
}
.album:not(.batch-enabled) > li.selected .item-selected-icon {
  display: none;
}
.album:not(.batch-enabled) > li:hover .item-actions {
  display: flex;
}

.album > li .item-selected-icon {
  display: none;
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  bottom: 0.75rem;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  padding: 1rem;
}
.album > li .item-selected-icon .icon svg path {
  color: #E5E4EB;
}
.album > li.selected .item-selected-icon {
  display: flex;
  justify-content: center;
  background: #4B21C0;
}
.album > li.selected .item-selected-icon .icon svg path {
  color: white;
}
.album > li.selected .item-actions {
  display: none;
}
.album > li.item-hidden .item-text, .album > li.item-hidden .item-img {
  opacity: 0.35;
}
.album > li.item-hidden:hover .item-text, .album > li.item-hidden:hover .item-img {
  opacity: 1;
}
.album > li .item-actions {
  height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  display: none;
  justify-content: space-between;
  padding: 6px 8px;
  align-items: center;
  z-index: 5;
}
.album > li .item-actions form {
  display: inline-block;
}
.album > li .item-actions .subtitle {
  font-size: 0.875rem;
  font-weight: 500;
}
.album > li .item-actions input:checked + .slider {
  background-color: #15891F;
}
.album > li .item-actions input:focus + .slider {
  box-shadow: 0 0 1px #15891F;
}
.album > li .label {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
.album > li .item-popup-actions-moderate {
  display: inline-block;
}
.album > li .item-wrap .item-wrap-active {
  opacity: 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  display: block;
  cursor: pointer;
}

.album.batch-enabled > li .item-selected-icon {
  display: flex;
  justify-content: center;
  border: 1px solid #F2F0F7;
}
.album.batch-enabled > li.selected .item-selected-icon {
  border: 0;
}
.album.batch-enabled > li .item-wrap .item-wrap-active {
  display: none;
}

@media (min-width: 576px) {
  .album > li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .album > li {
    width: 50%;
  }
}
@media (min-width: 820px) {
  .album > li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .album > li {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .album > li {
    width: 20%;
  }
}
.collapse-switcher,
.collapse-switcher:hover,
.collapse-switcher:focus {
  text-decoration: none;
}

input.custom-file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.dropzone {
  font-size: 10px;
}

.dropzone h2, .dropzone .h2 {
  font-size: 18px;
  margin: 10px 0 5px 0;
}

.on-upload {
  display: none;
  margin: 50px auto 0 auto;
  width: 80%;
}

.album > li.selected {
  background-color: rgba(75, 33, 192, 0.05);
}

.batch-enabled.album > li {
  cursor: copy;
}

.batch-enabled.album > li.selected {
  cursor: not-allowed;
}

.notifications-dropdown-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.notifications-dropdown-wrapper a.read span {
  color: #919eab;
}
.notifications-dropdown-wrapper a.read svg g .dynamic {
  fill: #919eab;
}
.notifications-dropdown-wrapper a#notifications-dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border: transparent;
  color: #B5B3BA;
  z-index: 1001;
}
.notifications-dropdown-wrapper a#notifications-dropdown[aria-expanded=true] svg {
  transform: rotate(0deg);
}
.notifications-dropdown-wrapper a#notifications-dropdown[aria-expanded=true] svg g {
  fill: #4B21C0;
}
.notifications-dropdown-wrapper .dropdown-menu.dropdown-menu-notifications {
  margin: 0;
  border-radius: 0;
}
.notifications-dropdown-wrapper .dropdown-menu.dropdown-menu-notifications a svg {
  height: 16px;
  width: 16px;
  margin-right: 15px;
}
.notifications-dropdown-wrapper .dropdown-menu.dropdown-menu-notifications .notification-placeholder {
  color: #E5E4EB;
  text-align: center;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .notifications-dropdown-wrapper .dropdown-menu.dropdown-menu-notifications {
    top: 45px;
    right: 10px;
  }
}

@-webkit-keyframes fade-out {
  from {
    color: #F7786B;
  }
  to {
    color: #637381;
  }
}
@keyframes fade-out {
  from {
    background-color: #FFC1BA;
  }
  to {
    background-color: #fff;
  }
}
.notifications-dropdown-wrapper.open .dropdown-menu.dropdown-menu-notifications a.fadeout {
  -webkit-animation: fade-out 3s;
  animation-name: fade-out 3s;
}
.notifications-dropdown-wrapper.open a#notifications-dropdown {
  border-bottom-style: none;
}

.video-thumbnail {
  max-width: 75%;
}
.video-thumbnail video {
  max-width: 100%;
  max-height: 150px;
  border-radius: 4px;
}

.empty-gallery {
  min-width: 100%;
  overflow-x: hidden;
}
.empty-gallery .title {
  font-size: 1.25rem;
  color: #302F33;
}
.empty-gallery .subtitle {
  font-size: 0.875rem;
  color: #919eab;
}
.empty-gallery .content .graphics-wrap {
  margin-bottom: 24px;
}
.empty-gallery .separator {
  border-top: 1px solid #F2F0F7;
  margin-top: 24px;
  margin-bottom: 24px;
}
.empty-gallery .custom-color-border-top {
  border-top: 1px solid #F2F0F7;
}
.empty-gallery .custom-color-border-right {
  border-right: 1px solid #F2F0F7;
}
.empty-gallery.customer-type-gallery .content {
  max-width: 490px;
  margin: 0 auto 48px;
}
.empty-gallery.photo-request .graphics-wrap {
  max-width: 223px;
  margin: 0 auto 24px;
}
.empty-gallery .empty-gallery-action {
  height: calc(100% - 266px);
}
.empty-gallery .empty-gallery-action.customer-gallery {
  height: calc(100% - 250px);
}
.empty-gallery .empty-gallery-action .title {
  font-size: 14px;
  font-weight: 500;
  color: #302F33;
  margin: 4px 0 2px 0;
}
.empty-gallery .empty-gallery-action .subtitle {
  font-size: 0.875rem;
  color: #919eab;
}
.empty-gallery .empty-gallery-action .action-card {
  width: 250px;
}
.empty-gallery .empty-gallery-action .action-card .subtitle {
  margin-bottom: 21px;
}
.empty-gallery .empty-gallery-action .action-card .subtitle.primary {
  color: #4B21C0;
  margin-bottom: 0;
}

.photo_requests .empty-gallery .empty-gallery-action {
  height: calc(100% - 337px);
}

@media (max-width: 575.98px) {
  .empty-gallery .empty-gallery-action .action-card {
    margin: 0 10px 15px 10px;
    width: 100%;
  }
}
.analytics-card {
  margin-right: 0.75rem;
  box-shadow: none;
  min-height: 112px;
}
.analytics-card.positive {
  border-bottom: 2px solid #15891F;
}
.analytics-card.positive .change-percentage {
  padding-left: 18px;
  padding-right: 5px;
  color: #15891F;
  background: #15891F;
}
.analytics-card.positive .change-percentage:after {
  border-top: 4px solid #fff;
  margin-top: -2px;
  transform: rotate(180deg);
}
.analytics-card.negative {
  border-bottom: 2px solid #AB1C1C;
}
.analytics-card.negative .change-percentage {
  padding-left: 18px;
  padding-right: 5px;
  color: #AB1C1C;
  background: #AB1C1C;
}
.analytics-card.negative .change-percentage:after {
  border-top: 4px solid #fff;
}
.analytics-card.neutral .change-percentage {
  min-width: 46px;
}
.analytics-card.neutral .change-percentage:after {
  color: #000000;
  display: none;
}
.analytics-card .subtitle-container {
  font-size: 0.75rem;
}
.analytics-card .subtitle-container .subtitle {
  line-height: 1rem;
  max-width: 96px;
}
.analytics-card .subtitle-container .change-percentage {
  line-height: 1.4rem;
  height: 22px;
}
.analytics-card .subtitle-container .change-percentage::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  clear: both;
}

.analytics-card:last-child {
  margin-right: 0;
}

.hover-remove-btn {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  margin-right: 8px;
  display: none;
}
.hover-remove-btn g {
  stroke: #4B21C0;
  stroke-width: 2px;
}

.gallery-instagram-account-edit-btn {
  display: none;
}

.feed-card .card-footer {
  height: 50px;
}

.hover-remove-btn-parent:hover {
  background: #F6F6FC;
}
.hover-remove-btn-parent:hover .card-body {
  color: #4B21C0;
}
.hover-remove-btn-parent:hover .hover-remove-btn {
  display: block;
}

.hover-remove-btn-parent.expired,
.hover-remove-btn-parent.facebook-deleted,
.hover-remove-btn-parent.duplicate {
  border-color: #ed6347;
}
.hover-remove-btn-parent.expired:hover,
.hover-remove-btn-parent.facebook-deleted:hover,
.hover-remove-btn-parent.duplicate:hover {
  background: #FEF6F5;
}
.hover-remove-btn-parent.expired:hover .card-body,
.hover-remove-btn-parent.facebook-deleted:hover .card-body,
.hover-remove-btn-parent.duplicate:hover .card-body {
  color: #ed6347;
}
.hover-remove-btn-parent.expired:hover .hover-remove-btn g,
.hover-remove-btn-parent.facebook-deleted:hover .hover-remove-btn g,
.hover-remove-btn-parent.duplicate:hover .hover-remove-btn g {
  stroke: #ed6347;
}
.hover-remove-btn-parent.expired .feed-description .alert-text,
.hover-remove-btn-parent.facebook-deleted .feed-description .alert-text,
.hover-remove-btn-parent.duplicate .feed-description .alert-text {
  line-height: 1rem;
}
.hover-remove-btn-parent.expired .alert-text,
.hover-remove-btn-parent.facebook-deleted .alert-text,
.hover-remove-btn-parent.duplicate .alert-text {
  font-size: 0.875rem;
}

.gallery-settings-svg {
  width: 36px;
  height: 36px;
  border-radius: 20px;
}

.empty-content-svg {
  width: 44px;
  height: 44px;
}
.empty-content-svg.full-width {
  width: 64px;
  height: 64px;
}
.empty-content-svg.normal-width {
  width: 40px;
  height: 40px;
}

div[aria-expanded=true] .collapse-caret {
  transform: rotate(180deg);
}

.div-disabled {
  color: #637381;
  background-color: #F2F0F7;
}

.feed-description {
  min-height: 58px;
}
.feed-description .deprecated-text {
  line-height: 1;
}

.feed-enable-switch-value,
.tag-enable-switch-value {
  font-weight: 600;
}

.card-title.username {
  font-weight: 400;
}

.instagram-inline-settings-separator {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-top: 1px solid #f0f0f0;
}

.custom-muted {
  color: #c4cdd5 !important;
}

.pull-photo-feed {
  width: 91px;
}

.card-username,
.card-hashtag {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.help-footer {
  border-top: 1px solid #F2F0F7;
}

.photo-review-rating {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  width: 100px;
  position: relative;
}
.photo-review-rating::before {
  content: "★★★★★";
  opacity: 0.3;
}
.photo-review-rating::after {
  color: #fd9826;
  content: "★★★★★";
  position: absolute;
  z-index: 1;
  display: block;
  left: 0;
  top: 0;
  overflow: hidden;
}
.photo-review-rating[value="0"]::after {
  width: 0%;
}
.photo-review-rating[value="1"]::after {
  width: 20%;
}
.photo-review-rating[value="2"]::after {
  width: 40%;
}
.photo-review-rating[value="3"]::after {
  width: 60%;
}
.photo-review-rating[value="4"]::after {
  width: 80%;
}
.photo-review-rating[value="5"]::after {
  width: 100%;
}

.batch-panels.collapse, .batch-panels.collapsing {
  transition: none !important;
}

#embed-preview {
  flex: 1 0 0%;
}

.embed-settings-menu .card {
  background-color: #fff;
  border: none;
}

.embed-settings-menu .card-header {
  background: none;
  border-top: 1px solid #F2F0F7;
  border-bottom: none;
  padding: 0.75rem 1rem;
}

.embed-settings-menu .card-header:hover {
  background-color: rgba(75, 33, 192, 0.05);
}

.embed-settings-menu .card-header.btn, .embed-settings-menu .card-header.btn-block-with-icon, .embed-settings-menu .card-header.modal-footer-close-btn, .embed-settings-menu .card-header.paid-plan-btn, .embed-settings-menu .card-header.btn-embed-collapse {
  text-decoration: none;
  color: #302F33;
  text-align: left;
}

.embed-settings-menu .card-header.btn svg, .embed-settings-menu .card-header.btn-block-with-icon svg, .embed-settings-menu .card-header.modal-footer-close-btn svg, .embed-settings-menu .card-header.paid-plan-btn svg, .embed-settings-menu .card-header.btn-embed-collapse svg {
  margin-right: 10px;
}

.embed-settings-menu .card:last-child .card-header {
  border-bottom: 1px solid #F2F0F7;
}

.btn-embed-collapse {
  margin-bottom: 15px;
  cursor: pointer;
}

.btn-sp-collapse {
  background-color: #fff !important;
  transition: none !important;
  background-image: none !important;
  border-color: #F2F0F7 !important;
}

.nav-tabs-embed-content {
  padding-top: 20px;
}

.modal-embed-to-website .modal-dialog {
  max-width: 550px;
}
.modal-embed-to-website .modal-content .modal-body {
  overflow-y: hidden;
}
.modal-embed-to-website .modal-content .modal-body .nav-link {
  font-size: 90%;
}
.modal-embed-to-website .modal-content .modal-body #copy-embed-input {
  height: 40px;
  border-color: #F2F0F7;
}
.modal-embed-to-website .modal-content .modal-body .btn-copy {
  width: 85px;
}
.modal-embed-to-website .modal-content .modal-body .automatic-embedding .select-page .open-link {
  font-size: 0.875rem;
  text-decoration: none;
  position: absolute;
  z-index: 1;
  right: 50px;
  top: 10px;
}
.modal-embed-to-website .modal-content .modal-body .automatic-embedding .select-page .dropdown-menu {
  overflow-y: auto;
  max-height: 242px;
}
.modal-embed-to-website .modal-content .modal-body .automatic-embedding .select-page .selected-page {
  max-width: 75%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-embed-to-website .modal-content .modal-body .automatic-embedding .form-submit .btn-submit.disabled {
  pointer-events: none;
}
.modal-embed-to-website .modal-content .modal-footer {
  z-index: 1;
}

@media (min-width: 576px) {
  .modal-embed-to-website .modal-body .nav-link {
    font-size: unset;
  }
}
.preview-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: auto;
}
.preview-wrap .preview-inner-wrap {
  position: relative;
  border: 5px dashed #ebeef0;
  border-radius: 3px;
}
.preview-wrap .preview-blocking-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  padding-top: 10rem;
  background: #000000;
  opacity: 0.8;
}
.preview-wrap.desktop {
  overflow-x: auto;
}
.preview-wrap.desktop .preview-inner-wrap {
  min-height: 750px;
}
.preview-wrap.mobile {
  max-width: 385px;
  min-height: 600px;
  margin: 0 auto;
}
.preview-wrap.mobile .preview-inner-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: scroll;
}
.preview-wrap iframe {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (max-width: 575.98px) {
  .preview-wrap.desktop .preview-inner-wrap {
    min-width: unset;
  }

  .preview-wrap.desktop .preview-blocking-overlay {
    display: block;
  }
}
.preview-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: none;
  opacity: 0.95;
  background-color: #fff;
  text-align: center;
}

.preview-overlay-image {
  position: absolute;
  top: 50%;
  z-index: 100;
}

pre {
  border: 1px solid #E5E4EB;
  background-color: rgba(75, 33, 192, 0.05);
}

.load-more-disabled {
  color: #919eab;
}

.arrow-symbol-graphics svg {
  width: 24px;
  height: 24px;
}

.close-button-type-input svg.btn-type-1,
.close-button-type-input svg.btn-type-2,
.close-button-type-input svg.btn-type-3 {
  width: 25px;
  height: 25px;
}

.mobile-arrow-type-input .arrow-type.input-field .arrow-symbol-graphics {
  width: 100%;
}

.boxed-radio-btns-container {
  display: flex;
  cursor: pointer;
}
.boxed-radio-btns-container .radio-option {
  height: 40px;
  border: 1px solid #F2F0F7;
  border-radius: 3px;
  display: flex;
  align-content: center;
  flex: 1;
  justify-content: center;
  margin-top: 3px;
  margin-bottom: 3px;
}
.boxed-radio-btns-container .radio-option .option-graphics {
  display: flex;
  margin-right: 5px;
}
.boxed-radio-btns-container .radio-option .option-name {
  color: #919eab;
  font-size: 10px;
  display: flex;
  align-items: center;
}
.boxed-radio-btns-container .radio-option.full-width {
  margin-left: 0;
  margin-right: 0;
}
.boxed-radio-btns-container .radio-option.position-side {
  margin-left: 0;
}
.boxed-radio-btns-container .radio-option.position-corner {
  margin-right: 0;
}
.boxed-radio-btns-container .radio-option.selected {
  background-color: rgba(92, 106, 196, 0.05);
  border: 1px solid #4B21C0;
}
.boxed-radio-btns-container .radio-option.selected .option-name {
  color: #4B21C0;
}
.boxed-radio-btns-container .radio-option + .radio-option {
  margin-left: 6px;
}

.button-color-container {
  display: flex;
}
.button-color-container .gallery_embed_button_color {
  flex: 0 30%;
}
.button-color-container .button-color-picker-container {
  align-items: flex-end;
  display: flex;
  width: 100%;
}
.button-color-container .custom-button-color {
  display: flex;
  width: 100%;
  align-items: center;
  align-self: flex-end;
  justify-content: flex-end;
  padding-left: 5px;
}
.button-color-container .custom-button-color .custom-button-color-picker,
.button-color-container .custom-button-color .custom-button-box-color-picker {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.button-color-container .custom-button-color .custom-button-color-picker .label-text,
.button-color-container .custom-button-color .custom-button-box-color-picker .label-text {
  text-align: right;
}
.button-color-container .custom-button-color .custom-button-box-color-picker,
.button-color-container .custom-button-color .custom-arrow-box-color-picker {
  margin-right: 0;
}
.button-color-container .custom-button-color .label-text {
  color: #919eab;
  font-size: 10px;
  margin-right: 5px;
}
.button-color-container .custom-button-color .button-color {
  box-sizing: border-box;
  padding: 3px;
  border: 1px solid #F2F0F7;
  border-radius: 3px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-color-container .custom-button-color .button-symbol-color {
  height: 16px;
  width: 16px;
  border-radius: 1px;
  background-color: #4B21C0;
  margin-left: 0;
}
.button-color-container .custom-button-color #button-box-color {
  height: 16px;
  width: 16px;
  border-radius: 1px;
  background-color: #000000;
}
.button-color-container .custom-button-color .triangle-bottom-right {
  width: 0;
  height: 0;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  right: 1px;
  bottom: 1px;
  position: absolute;
}

.colorpicker-input-addon i {
  vertical-align: baseline;
}

.button-size-container .custom-button-size {
  display: flex;
  width: 100%;
  align-items: flex-end;
  padding-bottom: 16px;
  padding-left: 10px;
}
.button-size-container .custom-button-size .slider-container {
  padding-bottom: 5px;
}
.button-size-container .custom-button-size label::after {
  content: attr(data-domain);
  position: absolute;
  top: 3px;
  left: 0;
  padding-left: 38px;
  font-size: 12px;
  display: block;
  color: #d0d0d0;
}
.button-size-container .custom-size-input {
  width: 80%;
  box-sizing: border-box;
  border: 1px solid #F2F0F7;
  border-radius: 3px;
  background-color: #fff;
  margin-left: 10px;
  max-width: 60px;
  padding-right: 8px;
  padding-left: 4px;
  font-weight: 500;
}

.arrow-size-container .custom-arrow-size {
  display: flex;
  width: 100%;
  align-items: flex-end;
  margin-bottom: 20px;
  justify-content: end;
}
.arrow-size-container .custom-size-input {
  width: 80%;
  box-sizing: border-box;
  border: 1px solid #F2F0F7;
  border-radius: 3px;
  background-color: #fff;
  margin-left: 10px;
  max-width: 60px;
  padding-right: 8px;
  padding-left: 4px;
  font-weight: 500;
}

.arrow-size-container .slider-handle.min-slider-handle.round,
.popup-background-opacity .slider-handle.min-slider-handle.round {
  width: 18px !important;
  height: 18px !important;
  border: 1px solid rgba(35, 69, 97, 0.26);
  background: linear-gradient(180deg, #fff 0%, #FCFBFE 100%);
  box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
  top: -2px;
}
.arrow-size-container .slider-track,
.popup-background-opacity .slider-track {
  height: 5px !important;
  border-radius: 3px;
  background-color: #E5E4EB;
  background-image: none !important;
}
.arrow-size-container .slider-track .slider-selection,
.popup-background-opacity .slider-track .slider-selection {
  background-color: #4B21C0;
  background-image: none !important;
}

.disabled-for-plan {
  opacity: 0.4 !important;
  cursor: default !important;
  pointer-events: none !important;
}
.disabled-for-plan *:hover {
  pointer-events: none !important;
}

.paid-feature.dropdown-option {
  position: absolute;
  right: 0;
  top: 0.65rem;
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.paid-feature.dropdown-option.arrows {
  width: 100%;
  justify-content: flex-end;
}

.paid-plan-btn {
  font-size: 0.6rem;
  padding: 2px 4px;
  float: right;
  background: #fff;
}

#gallery_embed_delete_custom_widget_cover {
  display: none;
}

#embed-settings .btn-gallery-presets-wizard.btn-basic {
  border-width: 0;
  background: rgba(75, 33, 192, 0.05);
}
#embed-settings .embed-settings-menu .toggle-disabled {
  position: relative;
}
#embed-settings .embed-settings-menu .toggle-disabled.disabled .disabled-overlay {
  display: block;
}
#embed-settings .embed-settings-menu .toggle-disabled .disabled-overlay {
  background-color: #fff;
  display: none;
  left: 0;
  top: 0;
  opacity: 0.7;
  z-index: 1;
}
#embed-settings .embed-settings-menu .settings-blocker {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
}
#embed-settings .embed-settings-menu .settings-blocker .paid-plan-btn {
  cursor: pointer;
}
#embed-settings .embed-settings-menu .custom-checkbox .custom-control-label.unavailable:before, #embed-settings .embed-settings-menu .custom-checkbox .custom-control-label.unavailable:after {
  display: none;
}
#embed-settings .embed-settings-menu .load-more-button-style-input .load-more-button-style,
#embed-settings .embed-settings-menu .load-more-button-style-input .buy-now-button-style,
#embed-settings .embed-settings-menu .buy-now-button-style-input .load-more-button-style,
#embed-settings .embed-settings-menu .buy-now-button-style-input .buy-now-button-style {
  position: relative;
}
#embed-settings .embed-settings-menu .load-more-button-style-input .load-more-button-style .symbol,
#embed-settings .embed-settings-menu .load-more-button-style-input .buy-now-button-style .symbol,
#embed-settings .embed-settings-menu .buy-now-button-style-input .load-more-button-style .symbol,
#embed-settings .embed-settings-menu .buy-now-button-style-input .buy-now-button-style .symbol {
  position: absolute;
  right: 10px;
}
#embed-settings .embed-settings-menu .load-more-button-style-input .btn-style-option,
#embed-settings .embed-settings-menu .buy-now-button-style-input .btn-style-option {
  display: flex;
}
#embed-settings .embed-settings-menu .load-more-button-style-input .btn-style-option .icon,
#embed-settings .embed-settings-menu .buy-now-button-style-input .btn-style-option .icon {
  margin-left: 8px;
}
#embed-settings .embed-settings-menu .load-more-button-style-input .btn-style-option .icon svg .dynamic-stroke,
#embed-settings .embed-settings-menu .buy-now-button-style-input .btn-style-option .icon svg .dynamic-stroke {
  stroke: #000000;
}
#embed-settings .embed-settings-menu .load-more-button-style-input .btn-style-option .vertical-rule,
#embed-settings .embed-settings-menu .buy-now-button-style-input .btn-style-option .vertical-rule {
  border-left: 1px solid #101010;
  margin: 3px 10px;
}
#embed-settings .embed-settings-menu .load-more-button-style-input .btn-style-option.btn-buy-now,
#embed-settings .embed-settings-menu .buy-now-button-style-input .btn-style-option.btn-buy-now {
  text-transform: uppercase;
}
#embed-settings .embed-settings-menu .load-more-button-style-input .btn-style-option.btn-buy-now.buy_btn_style_5 .text,
#embed-settings .embed-settings-menu .buy-now-button-style-input .btn-style-option.btn-buy-now.buy_btn_style_5 .text {
  padding-top: 1px;
}
#embed-settings .embed-settings-menu .load-more-button-style-input .btn-icon svg,
#embed-settings .embed-settings-menu .buy-now-button-style-input .btn-icon svg {
  width: 28px;
  height: 28px;
}
#embed-settings .embed-settings-menu .load-more-button-style-input .btn-icon.buy-now,
#embed-settings .embed-settings-menu .buy-now-button-style-input .btn-icon.buy-now {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
}
#embed-settings .embed-settings-menu .load-more-button-style-input .btn-icon.buy-now svg,
#embed-settings .embed-settings-menu .buy-now-button-style-input .btn-icon.buy-now svg {
  width: 14px;
  height: 14px;
}
#embed-settings .embed-settings-menu .item-hover-selector {
  position: relative;
}
#embed-settings .embed-settings-menu .item-hover-selector .hover-style-option {
  border: 1px solid #F2F0F7;
  border-radius: 0.25rem;
  color: #919eab;
  border-color: #919eab;
  padding: 0.4rem 1.05rem;
  font-size: 1.25rem;
  cursor: pointer;
  overflow: hidden;
}
#embed-settings .embed-settings-menu .item-hover-selector .hover-style-option.disabled {
  pointer-events: none;
}
#embed-settings .embed-settings-menu .item-hover-selector .hover-style-option:hover {
  background: rgba(75, 33, 192, 0.05);
}
#embed-settings .embed-settings-menu .item-hover-selector .hover-style-option.active {
  color: #4B21C0;
  border-color: #4B21C0 !important;
  background: rgba(75, 33, 192, 0.05);
}
#embed-settings .embed-settings-menu .item-hover-selector .hover-style-option.hover-animation-1:hover .preview {
  display: block;
  pointer-events: none;
}
#embed-settings .embed-settings-menu .item-hover-selector .hover-style-option.hover-animation-2:hover .preview {
  display: block;
  pointer-events: none;
  left: 51px;
}
#embed-settings .embed-settings-menu .item-hover-selector .hover-style-option.hover-animation-3:hover .preview {
  display: block;
  pointer-events: none;
  left: 102px;
}
#embed-settings .embed-settings-menu .item-hover-selector .hover-style-option.hover-animation-4:hover .preview {
  display: block;
  pointer-events: none;
  left: 38px;
}
#embed-settings .embed-settings-menu .item-hover-selector .hover-style-option.hover-animation-5:hover .preview {
  display: block;
  pointer-events: none;
  left: 89px;
}
#embed-settings .embed-settings-menu .item-hover-selector .hover-style-option .preview {
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 4;
  display: none;
}
#embed-settings .nav-item .nav-link .icon svg path.dynamic {
  fill: #302F33;
}
#embed-settings .nav-item .nav-link.active .icon svg path.dynamic {
  fill: #4B21C0;
}
#embed-settings .btn-block-with-icon {
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: 0;
  border: 0;
  font-weight: 400;
}
#embed-settings .btn-block-with-icon.dropdown-toggle {
  font-weight: 600;
}
#embed-settings .btn-block-with-icon.dropdown-toggle .title {
  max-width: 90%;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
}
#embed-settings .card-body {
  background-color: #fff;
}
#embed-settings .card-footer {
  background: #cdd6de;
}
#embed-settings .form-embed {
  background: #f2f5f7;
}
#embed-settings .slider-settings {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-left: -1px;
}
#embed-settings .icon-img-container,
#embed-settings .temp-img-container {
  height: 100px;
  background: #f6f6fc;
}
#embed-settings .btn-block-with-icon[aria-expanded=true] {
  color: #4B21C0;
  background: transparent;
}
#embed-settings .btn-block-with-icon[aria-expanded=true] .title-caret {
  transform: rotate(180deg);
}
#embed-settings .btn-block-with-icon[aria-expanded=true] svg path:not(.escaped),
#embed-settings .btn-block-with-icon[aria-expanded=true] svg.font-settings rect {
  fill: #4B21C0;
}

.modal-copy-paste-embed {
  overflow-y: auto;
}
.modal-copy-paste-embed .modal-dialog {
  max-width: 548px;
}
.modal-copy-paste-embed .btn-block-with-icon {
  font-weight: normal;
}
.modal-copy-paste-embed .btn-block-with-icon .title {
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
}
.modal-copy-paste-embed .dropdown .dropdown-menu {
  width: 100%;
  max-width: 100%;
  max-height: 200px;
  overflow-y: scroll;
}
.modal-copy-paste-embed .dropdown .dropdown-menu .dropdown-item {
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
}
.modal-copy-paste-embed .dropdown .dropdown-menu .dropdown-item.active {
  color: #4B21C0;
  font-weight: normal;
}
.modal-copy-paste-embed .gallery-embeds {
  border-radius: 0.25rem;
  margin-top: 0.25rem;
  color: #302F33;
  border: 1px solid #F2F0F7;
  max-height: 180px;
  overflow-y: auto;
}
.modal-copy-paste-embed .gallery-embeds .current-embed {
  color: #4B21C0;
}
.modal-copy-paste-embed .gallery-embeds .custom-radio {
  margin-right: 1rem;
  margin-left: 1rem;
}

.gallery_embeds .sidebar .card .card-body {
  overflow-y: unset;
}

.hover-color-gradient {
  height: 20px;
}

.no-title-label {
  width: 65px;
  height: 20px;
}

.form-control::placeholder {
  color: #E5E4EB !important;
}

.reset-filter-label {
  text-transform: uppercase !important;
}

.gallery_embed_popup_products_title_enabled .custom-control-label {
  padding-top: 2px;
}

.dropdown-gallery-wizard .dropdown-menu {
  max-width: 600px;
  width: 600px;
}

.col-gallery-wizard {
  height: 385px;
  overflow-y: scroll;
  border-left: 1px solid #F2F0F7;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.nav-pills-transparent .nav-link {
  color: #919eab;
}
.nav-pills-transparent .nav-link.active,
.nav-pills-transparent .nav-link:hover {
  color: #4B21C0;
  background-color: transparent;
}

.btn-block-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
}
.btn-block-flex.btn, .btn-block-flex.btn-block-with-icon, .btn-block-flex.modal-footer-close-btn, .btn-block-flex.btn-embed-collapse, .btn-block-flex.paid-plan-btn {
  color: #919eab;
}

.pricing-tables {
  margin: 50px auto;
  overflow: scroll;
}

.table-pricing {
  border-collapse: separate;
  border-spacing: 0;
}

.badge-custom-limit {
  display: inline-block;
  min-width: 73px;
}

.table-pricing tbody > tr > td {
  padding: 1rem;
  border: none;
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .pricing-tables {
    overflow: visible;
  }

  .table-pricing tbody > tr > td {
    padding: 1.5rem;
  }

  .table-pricing tbody > tr:first-child > td:nth-of-type(3) {
    border-top: 2px solid #4B21C0;
    border-left: 2px solid #4B21C0;
    border-right: 2px solid #4B21C0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .table-pricing tbody > tr > td:nth-of-type(3) {
    border-left: 2px solid #4B21C0;
    border-right: 2px solid #4B21C0;
  }

  .table-pricing tbody > tr:last-child > td:nth-of-type(3) {
    border-bottom: 2px solid #4B21C0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.table-pricing tbody > tr:nth-of-type(even) > td {
  box-shadow: inset 0 0 0 9999px #F9FAFB;
}

.table-pricing tbody > tr.bg-white > td, .table-pricing tbody > tr.modal-footer-close-btn > td {
  box-shadow: inset 0 0 0 9999px #FFFFFF;
}

.table-pricing tbody > tr:nth-of-type(even) > td:first-child,
.table-pricing tbody > tr:nth-of-type(even) > td:last-child {
  border-radius: 6px;
}

.table-pricing tr > td.align-left {
  text-align: left;
}

.table-pricing tbody > tr > td:first-child {
  width: 28%;
  padding-right: 0;
}

.border-highlight-top {
  position: relative;
}

.badge.badge-most-popular {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  border: none;
}

.payment-msg {
  display: flex;
  min-height: 100vh;
  background: #FCFBFE;
  font-size: 16px;
}
.payment-msg svg.processing-animation {
  width: 48px;
  height: 48px;
}
.payment-msg svg.processing-animation .dot-1,
.payment-msg svg.processing-animation .dot-4,
.payment-msg svg.processing-animation .dot-5 {
  fill: #15891F;
}
.payment-msg svg.processing-animation .dot-2,
.payment-msg svg.processing-animation .dot-3 {
  fill: rgba(21, 137, 31, 0.6);
}

.charge .content {
  background: #F2F0F7;
}
.charge .content .page-section {
  background: #F2F0F7 !important;
}
.charge .content .page-section .card-action-container {
  bottom: 0.5rem;
  left: 0;
}

.shopify_sessions .container {
  max-width: 510px;
  margin-top: 6rem;
}

body.mobile-menu-opened {
  overflow: hidden;
}

.w-90 {
  width: 83%;
}

.modal.welcome-tour .close {
  position: absolute;
  right: 20px;
}
.modal.welcome-tour .modal-content .modal-header .title {
  font-size: 18px;
  font-weight: 500;
  color: #302F33;
}
.modal.welcome-tour .modal-content .modal-header .subtitle {
  font-size: 14px;
  color: #919eab;
}
.modal.welcome-tour .modal-content .modal-body {
  overflow: hidden;
}
.modal.welcome-tour .modal-content .modal-body .title {
  font-size: 14px;
  font-weight: 500;
  color: #302F33;
}
.modal.welcome-tour .modal-content .modal-body .instruction-card img {
  max-width: 400px;
  height: auto;
}
@media (max-width: 767.98px) {
  .modal.welcome-tour .modal-body {
    max-width: 400px;
  }
}
.modal-footer-close-btn {
  width: 81px;
}

.btn-graphics-block {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 0.5625rem;
  --bs-btn-font-size: unset;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
  color: #000000 !important;
}

.dropzone-uploader {
  z-index: 1;
}
.analytics-select .form-select {
  font-size: 0.875rem;
}

#gallery-instagram-account-modal .btn, #gallery-instagram-account-modal .btn-block-with-icon, #gallery-instagram-account-modal .btn-embed-collapse, #gallery-instagram-account-modal .paid-plan-btn, #gallery-instagram-account-modal .modal-footer-close-btn {
  width: 90px;
}

.card-username .btn-group,
.card-hashtag .btn-group {
  width: 100%;
}
.card-username .btn-group .btn, .card-username .btn-group .btn-block-with-icon, .card-username .btn-group .btn-embed-collapse, .card-username .btn-group .paid-plan-btn, .card-username .btn-group .modal-footer-close-btn,
.card-hashtag .btn-group .btn,
.card-hashtag .btn-group .btn-block-with-icon,
.card-hashtag .btn-group .btn-embed-collapse,
.card-hashtag .btn-group .paid-plan-btn,
.card-hashtag .btn-group .modal-footer-close-btn {
  width: 100%;
  height: 25px;
  z-index: auto;
}
.card-username .btn-group .btn:first-child.active, .card-username .btn-group .btn-block-with-icon:first-child.active, .card-username .btn-group .btn-embed-collapse:first-child.active, .card-username .btn-group .paid-plan-btn:first-child.active, .card-username .btn-group .modal-footer-close-btn:first-child.active,
.card-hashtag .btn-group .btn:first-child.active,
.card-hashtag .btn-group .btn-block-with-icon:first-child.active,
.card-hashtag .btn-group .btn-embed-collapse:first-child.active,
.card-hashtag .btn-group .paid-plan-btn:first-child.active,
.card-hashtag .btn-group .modal-footer-close-btn:first-child.active {
  margin-right: 1px;
}

#gallery-instagram-hashtag-modal .btn, #gallery-instagram-hashtag-modal .btn-block-with-icon, #gallery-instagram-hashtag-modal .btn-embed-collapse, #gallery-instagram-hashtag-modal .paid-plan-btn, #gallery-instagram-hashtag-modal .modal-footer-close-btn {
  width: 93px;
}

.instagram-accounts-wrapper hr,
.instagram-hashtags-wrapper hr {
  margin: 10px 0;
  border-top: 1px solid lightgrey;
}
.instagram-accounts-wrapper > .row > .col-md-4, .instagram-accounts-wrapper > .row > .gallery-card,
.instagram-hashtags-wrapper > .row > .col-md-4,
.instagram-hashtags-wrapper > .row > .gallery-card {
  padding-top: 35px;
}
.instagram-accounts-wrapper > .row > .col-md-4 svg, .instagram-accounts-wrapper > .row > .gallery-card svg,
.instagram-hashtags-wrapper > .row > .col-md-4 svg,
.instagram-hashtags-wrapper > .row > .gallery-card svg {
  vertical-align: middle;
  margin-right: 20px;
  float: left;
}
.instagram-accounts-wrapper > .row,
.instagram-hashtags-wrapper > .row {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.instagram-accounts-wrapper .svg-icon,
.instagram-hashtags-wrapper .svg-icon {
  border-radius: 50%;
  border: 1px solid #E5E4EB;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.nav-blocker {
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}

.restricted-content .content .page {
  height: 100vh;
  overflow: hidden;
  border-radius: 0;
}
.restricted-content .content .page .popup-backdrop {
  top: 0;
  background: #000000;
  opacity: 0.5;
  z-index: 1;
}
.restricted-content .mobile-footer {
  z-index: 2;
}

.feature-explore-modal.active {
  bottom: 0;
  left: 0;
  right: 0;
  top: 6rem;
  z-index: 1;
}
.feature-explore-modal.active .modal-paid-plan-feature-promotion {
  position: absolute;
}
.feature-explore-modal.active .modal-paid-plan-feature-promotion .instruction-card {
  text-align: center;
}
.feature-explore-modal.active .modal-paid-plan-feature-promotion .instruction-card img {
  width: 300px;
  max-width: 100%;
}

.modal-paid-plan-feature-promotion .modal-dialog {
  max-width: 80%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .modal-paid-plan-feature-promotion .modal-dialog {
    max-width: 600px;
  }
}
@media (max-width: 767.98px) {
  .restricted-content .content .page .page-body.preview-content {
    min-height: 720px;
  }
}
.colorpicker.colorpicker-popup {
  -moz-user-select: none;
}

.svg-icon {
  width: 32px;
  height: 32px;
  position: relative;
  display: inline-block;
}

.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
  margin-bottom: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c4cdd5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #4B21C0;
}

input:focus + .slider {
  box-shadow: 0 0 1px #4B21C0;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.secondary-label {
  font-size: 0.875rem;
}

.right-checkbox {
  padding-left: 0;
}
.right-checkbox .form-check-input {
  float: right;
  position: relative;
}

.border-color-custom {
  border-color: #dfe3e8 !important;
}

.bg-transparent {
  background: transparent;
}

.gallery-item a {
  color: #302F33;
}
.gallery-item:hover, .gallery-item.open {
  background: rgba(75, 33, 192, 0.05);
  cursor: pointer;
  color: #4B21C0;
}
.gallery-item:hover a, .gallery-item.open a {
  text-decoration: none;
  color: #4B21C0;
}

.gallery-nav-reorder.active {
  background: rgba(75, 33, 192, 0.05);
}
.gallery-nav-reorder.active svg path {
  fill: #4B21C0;
}
.gallery-nav-reorder:hover {
  background: rgba(75, 33, 192, 0.05);
}

.overlay {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1021;
  transition: background 0.5s;
  transform: translate(-100%, 0);
}

.mobile-menu-open .overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  transform: translate(0, 0);
}

.sidebar.sidebar-lg {
  min-width: 335px;
}
.sidebar .card-header, .sidebar .card-footer {
  background-color: #fff;
}
.sidebar .nav-pills .nav-link {
  border: 1px solid transparent;
}
.sidebar .nav-pills .nav-link:hover, .sidebar .nav-pills .nav-link:focus {
  color: #4B21C0;
}
.sidebar .nav-pills .nav-link.active {
  border-color: #F2F0F7;
}

.sidebar {
  padding-left: 0.9375rem;
  padding-right: 0.5rem;
  width: 100%;
  position: fixed;
  transform: translate(-100%, 0);
  transition: all 0.5s;
  top: 0;
  left: 0;
  z-index: 1022;
}
.sidebar .card {
  max-width: 315px;
}
.sidebar .card.full-screen {
  border: 0;
  height: 100vh;
  border-right: 1px solid #F2F0F7;
}
.sidebar.open {
  transform: translate(0, 0);
  padding-left: 0;
}
.sidebar.open .sidebar-close {
  position: absolute;
  right: -50px;
  top: 0;
}
.sidebar.open .sidebar-close svg {
  width: 50px;
  height: 50px;
}
.sidebar .gallery-notifications .dropdown-menu.dropdown-menu-notifications {
  min-width: 332px;
  overflow-x: hidden;
  font-size: 0.875rem;
  border: transparent;
  margin-top: 1px;
  border-radius: 0 2px 2px 2px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}
.sidebar .gallery-notifications .dropdown-menu.dropdown-menu-notifications .notification-wrap {
  max-height: 240px;
  overflow-y: auto;
  padding: 0.5rem;
  background: #fff;
}
.sidebar .gallery-notifications .dropdown-menu.dropdown-menu-notifications .title {
  font-weight: 500;
  font-size: 14px;
  color: #302F33;
}
.sidebar .gallery-notifications .dropdown-menu.dropdown-menu-notifications .title:hover {
  color: #4B21C0;
}
.sidebar .gallery-notifications .dropdown-menu.dropdown-menu-notifications .subtitle {
  font-size: 0.875rem;
  color: #919eab;
  text-decoration: none;
}
.sidebar .gallery-notifications .dropdown-menu.dropdown-menu-notifications .dropdown-header {
  padding: 0.25rem 0.75rem;
}
.sidebar .gallery-notifications .dropdown-menu.dropdown-menu-notifications .dropdown-header span.badge-notification {
  font-size: 10px;
  line-height: 13px;
}
.sidebar .gallery-notifications .dropdown-menu.dropdown-menu-notifications .dropdown-header .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #302F33;
}
.sidebar .gallery-notifications .dropdown-menu.dropdown-menu-notifications .dropdown-item {
  margin: 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar .gallery-notifications .dropdown-menu.dropdown-menu-notifications .dropdown-item.fadeout {
  background: rgba(75, 33, 192, 0.05);
}
.sidebar .gallery-notifications .dropdown-menu.dropdown-menu-notifications .dropdown-item.fadeout .title {
  color: #4B21C0;
}
.sidebar .gallery-notifications .dropdown-menu.dropdown-menu-notifications .dropdown-item.fadeout path.dynamic,
.sidebar .gallery-notifications .dropdown-menu.dropdown-menu-notifications .dropdown-item.fadeout g.dynamic,
.sidebar .gallery-notifications .dropdown-menu.dropdown-menu-notifications .dropdown-item.fadeout rect.dynamic {
  fill: #4B21C0;
}
.sidebar .gallery-notifications .dropdown-menu.dropdown-menu-notifications .dropdown-item.fadeout path.dynamic-stroke {
  stroke: #4B21C0;
}
.sidebar .gallery-notifications .dropdown-menu.dropdown-menu-notifications a .icon svg {
  margin-right: 8px;
}
.sidebar .gallery-notifications .dropdown-menu.dropdown-menu-notifications .title {
  color: #919eab;
}
.sidebar .gallery-notifications .dropdown-menu.dropdown-menu-notifications .subtitle {
  margin-left: 24px;
  white-space: pre-wrap;
}

.content .page .page-title {
  font-size: 1.25rem;
  color: #302F33;
  border-bottom: 2px dashed transparent;
}
.content .page .page-title.editable:hover {
  border-bottom-color: #F2F0F7;
  color: #B5B3BA;
}
.content .page .section-title {
  color: #302F33;
}
.content .page .page-section-icon {
  margin-top: -1px;
  margin-right: 5px;
}
.content .page .page-section-title {
  background: #fff;
  border-top: 1px solid #F2F0F7;
  border-bottom: 1px solid #F2F0F7;
}
.content .page .page-section .custom-checkbox .small-control-label {
  font-size: 0.75rem;
  padding-top: 1.5px;
}
.content .page .page-body .subscription-details .card-icon {
  max-width: 32px;
}
.content .page .page-body .subscription-details .current-plan-name:not(.shopify-store) {
  padding: 1.35px 0;
}
.content .page .page-body .subscription-details .current-plan-name.shopify-store {
  height: 23.4px;
}
.content .page .page-body .all-items-hidden-msg.manage-photos {
  border-bottom: 1px solid #F2F0F7;
}
.content .page .page-body .all-items-hidden-msg:not(.manage-photos) img {
  margin-top: 2rem;
}
.content .page .page-body .all-items-hidden-msg .title {
  font-size: 1.25rem;
}
.content .page .page-body .all-items-hidden-msg img {
  width: 177px;
  height: 177px;
}
.content .page .page-body .all-items-hidden-msg .btn-container {
  border-top: 1px solid #F2F0F7;
  width: 446px;
  padding-top: 2rem;
  margin-top: 1.5rem;
}
.content .page .page-body .all-items-hidden-msg .btn-container .btn-secondary-action {
  padding: 0.5rem;
}
.content .mobile-footer {
  bottom: 0;
}

.card-light {
  margin: 1rem;
  background-color: transparent;
}
.card-light .card-header {
  background-color: transparent;
  border: none;
  padding-left: 0;
  color: #B5B3BA;
  font-size: 1rem;
}
.card-light .card-body {
  background-color: #fff;
}

.manual-upload-card {
  border: 2px dashed rgba(75, 33, 192, 0.1);
  border-radius: 4px;
}
.manual-upload-card .subtitle {
  font-size: 0.875rem;
  color: #919eab;
}

.library-manual-upload-card {
  border-radius: 8px;
  border: 1px dashed #E5E4EB;
  background: #FCFBFE;
}

.manual-upload-item {
  width: 80%;
  height: 80%;
}

.gallery-wrap, .page .page-header {
  z-index: 2;
}

.gallery-wrap .gallery-actions,
.empty-dashboard .gallery-actions {
  display: flex;
}
.gallery-wrap .gallery-actions .btn-secondary-action,
.empty-dashboard .gallery-actions .btn-secondary-action {
  border-color: transparent;
}

.empty-content-page {
  height: 100%;
  margin-bottom: 0;
}

.empty-dashboard .page .page-title {
  color: #E5E4EB;
}
.empty-dashboard .empty-dashboard-content a.btn-graphics-block {
  margin-bottom: 121px;
}
.empty-dashboard .empty-dashboard-content .empty-gallery {
  min-width: unset;
  max-width: 375px;
  margin-top: 48px;
}

@media (min-width: 768px) {
  .sidebar {
    position: sticky;
    width: auto;
    max-width: 255px;
    max-height: 100vh;
    transform: none;
  }
  .sidebar .card {
    max-width: none;
    max-height: 100%;
  }
  .sidebar .sidebar-close {
    display: none;
  }

  .content {
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .notifications-dropdown-wrapper .dropdown-menu {
    display: none;
  }

  .content {
    max-width: 100vw;
  }
  .content .page .page-header {
    top: 119px;
    position: unset;
    z-index: inherit;
  }
  .content.gallery-wrap .empty-content-page {
    height: unset;
  }
  .content.gallery-wrap .page .page-header {
    z-index: 2px;
  }
  .content.gallery-wrap .page-header {
    padding: 0;
  }
  .content.gallery-wrap .page-header .page-title {
    width: 100%;
    max-width: calc(100% - 95px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0.75rem 0;
  }
  .content.gallery-wrap .gallery-actions {
    width: 100%;
  }
}
.nav-gallery .navbar {
  flex-wrap: nowrap;
}
.nav-gallery .nav-tabs-gallery {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.nav-gallery .nav-tabs-gallery .nav-item {
  margin: 0 0 0 2.5rem;
  flex: 0 0 auto;
}
.nav-gallery .nav-tabs-gallery .nav-item .nav-link {
  color: #B5B3BA;
  padding: 1.25rem 0;
}
.nav-gallery .nav-tabs-gallery .nav-item .nav-link.active {
  color: #4B21C0;
  border-bottom: 1px solid #4B21C0;
}
.nav-gallery .nav-tabs-gallery .nav-item .nav-link.inactive {
  color: #E5E4EB;
  cursor: default;
}
.nav-gallery [aria-expanded=true] .icon svg .dynamic {
  fill: #4B21C0;
}
.nav-gallery .dropdown-menu {
  min-width: 220px;
  border: 0;
  margin-top: 3px;
  border-radius: 0 2px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}
.nav-gallery .dropdown-menu .dropdown-item {
  color: #302F33;
}
.nav-gallery .learn-product-gallery-link {
  font-size: 12px;
  padding-right: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 200px;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .nav-gallery .nav-tabs-gallery .nav-item:last-child .nav-link {
    margin-right: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .navbar-nav-scroll {
    overflow-x: auto;
    width: 100%;
  }

  .nav-gallery .navbar {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav-scroll .channel-nav {
    max-width: 0;
  }
}
.vertical-divider {
  margin: 0 12px 0 10px;
  border-right: 1px solid #F2F0F7;
}

hr.divider {
  width: 100%;
  border-top: 1px solid #F2F0F7;
}

hr.divider-small {
  margin-top: 8px;
  margin-bottom: 8px;
}

.no-content-title {
  font-size: 1.25rem;
  color: #302F33;
}

.gallery-edit-wrap .channel-title {
  font-size: 1.25rem;
  color: #302F33;
}
.gallery-edit-wrap .title {
  font-size: 14px;
  font-weight: 500;
  color: #302F33;
  margin: 4px 0 2px 0;
}
.gallery-edit-wrap .subtitle {
  font-size: 0.875rem;
  color: #919eab;
}
.gallery-edit-wrap .connecting-fb-content svg.connecting-animation {
  width: 36px;
  height: 36px;
}
.gallery-edit-wrap .connecting-fb-content svg.connecting-animation .dot-1,
.gallery-edit-wrap .connecting-fb-content svg.connecting-animation .dot-4,
.gallery-edit-wrap .connecting-fb-content svg.connecting-animation .dot-5 {
  fill: #15891F;
}
.gallery-edit-wrap .connecting-fb-content svg.connecting-animation .dot-2,
.gallery-edit-wrap .connecting-fb-content svg.connecting-animation .dot-3 {
  fill: rgba(21, 137, 31, 0.6);
}
@media (min-width: 768px) {
  .products .album > li {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .products .album > li {
    width: 25%;
  }
}
.ui-helper-hidden-accessible {
  display: none;
}

[data-bs-toggle=collapse] {
  cursor: pointer;
}

.analytic-show-wrap .album > li .item-links-status {
  right: unset;
  bottom: 10px;
  top: unset;
  height: 28px;
}
.analytic-show-wrap .album > li .item-links-status .analytics {
  border-radius: 1rem;
  font-size: 0.875rem;
}
.analytic-show-wrap .album > li .item-links-status .analytics .count {
  color: #4B21C0;
}
.analytic-show-wrap .album > li .item-wrap .item-img {
  max-width: 75%;
  max-height: 75%;
  border-radius: 4px;
}

.percentage-field::after {
  content: " %";
}

.toast-container {
  z-index: 1100;
}

.covet-pics-upload-wrapper {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.followup-email .modal-title {
  margin-top: -2px;
  font-size: 14px !important;
}
@media screen and (max-width: 767px) {
  .followup-email .modal-title {
    margin-top: -5px;
    width: 84.666667%;
  }
}

.disabled-link {
  pointer-events: none;
  cursor: default;
}

.card-connection:hover .btn-delete-connection {
  display: inline-block;
}
.card-connection .image-overlap {
  margin-bottom: -0.4rem;
  margin-right: -0.1rem;
}

.btn-delete-connection {
  display: none;
}

.showMoreBtn[aria-expanded=true]:after {
  content: "Show less";
}

.showMoreBtn[aria-expanded=false]:not([data-count="0"]):after {
  content: "Show " attr(data-count) " more";
}

.product-picker-dropdown .dropdown-menu {
  width: 300px;
}

.dropdown-tag-link .dropdown-menu {
  width: 300px;
}

.account-expiration-section .accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.upload-widget-preview {
  border: 1px solid #F2F0F7;
  border-radius: 8px;
  background: #fff;
  width: 460px;
  height: 460px;
}

.upload {
  max-width: calc(100% - 2rem);
  max-width: 460px;
  width: 100%;
  max-height: 460px;
  height: 100%;
  border-radius: 8px;
  padding: 3rem;
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: auto;
}
.upload h1, .upload .h1, .upload h2, .upload .h2, .upload h3, .upload .h3, .upload h4, .upload .h4, .upload h5, .upload .h5, .upload h6, .upload .h6, .upload p {
  margin-top: 0;
}

.upload-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.15rem 3rem 0.25rem 1.5rem;
  min-height: 60px;
}

.upload-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: absolute;
  top: 0%;
  right: 0%;
  transform: translate(-1rem, 1rem);
  border: none;
  background-color: transparent;
}
.upload-close:after, .upload-close:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 2px;
  left: 50%;
  top: 50%;
  background-color: #919EAB;
  transform-origin: center center;
  transition: background-color 0.3s ease;
}
.upload-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.upload-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.upload-close:disabled {
  cursor: auto;
}
.upload-close:hover:after, .upload-close:hover:before, .upload-close:focus:after, .upload-close:focus:before, .upload-close:active:after, .upload-close:active:before, .upload-close.active:after, .upload-close.active:before {
  background-color: #000000;
}

.upload-form {
  width: 100%;
  height: 100%;
}

.upload-scroll {
  display: block;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}

.upload-step {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.upload-step.step1 {
  transition: opacity 0.5s ease;
  opacity: 1;
}
.upload-step.step1.leave {
  transition: opacity 0.5s ease;
  opacity: 0;
}
.upload-step.step1.enter {
  transition: opacity 0.25s ease;
  opacity: 1;
}
.upload-step.step2 {
  margin-top: 14px;
  height: auto;
}

.upload-h2 {
  color: #212B36;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.upload-h2.top {
  line-height: 1.4;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upload-h2.progress {
  margin-bottom: 20px;
}
.upload-h2.step2 {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.upload-h2.step2.enter {
  opacity: 1;
  transition: opacity 0.1s ease-out;
}
.upload-h2.step4 {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.upload-h2.step4.enter {
  opacity: 1;
  transition: opacity 0.1s ease-out;
}

.upload-h3 {
  height: 16px;
  color: #212B36;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.upload-text {
  font-size: 11px;
  line-height: 16px;
  color: #919EAB;
  text-align: center;
  display: block;
}
.upload-text.privacy {
  font-size: 12px;
  text-align: left;
  width: 100%;
  margin-bottom: 14px;
}
.upload-text.completed {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: auto;
}

.upload-text-drop {
  opacity: 1;
  transition: opacity 0.05s ease;
}
.upload-text-drop.no-active {
  opacity: 0;
}
.upload-text-drop.enter {
  transition: opacity 0.15s ease;
  opacity: 1;
}

.upload-drop {
  position: relative;
}

.upload-drop-progress {
  display: block;
  position: relative;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 11px;
  overflow: hidden;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #000000;
  width: 0%;
  transition: width 0.4s ease;
}
.upload-drop-progress.active {
  width: 100%;
}
.upload-drop-progress.no-active {
  width: 0%;
  transition: none;
}
.upload-drop-progress.leave {
  transition: opacity 0.1s ease-out;
  opacity: 0;
}

.dropzone-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  position: relative;
}

.dropzone-graphics {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: dashed 2px rgba(92, 106, 196, 0.2);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F9FAFB;
  transition: border 0.1s ease;
}
.dropzone-graphics.active {
  border: solid 2px #F9FAFB;
}
.dropzone-graphics .svg-drop-files .path-main {
  position: relative;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  transform: translateX(12.5%);
  transition: all 0.3s ease;
}
.dropzone-graphics .svg-drop-files .path-main .path-main-paint {
  fill: #DFE3E8;
  transition: fill 0.3s ease;
}
.dropzone-graphics .svg-drop-files .path-background {
  position: relative;
  transform-origin: center center;
  transform: rotate(10deg) translate(-2%, 0.5%);
  opacity: 0;
  transition: all 0.2s ease;
  transition-delay: 0.1s;
}
.dropzone-graphics .svg-drop-files.leave {
  opacity: 0;
}
.dropzone-graphics .svg-drop-files.enter {
  opacity: 1;
  transition: opacity 0.25s ease-in;
}

.upload-widget-form-control {
  font-size: 14px;
  line-height: 16px;
  padding: 12px 16px;
  display: block;
  width: 100%;
  border: 1px solid #DFE3E8;
  border-radius: 4px;
  background-color: transparent;
  margin-bottom: 14px;
  color: #212B36;
  transition: border-color 0.25s ease;
  outline: 0;
}
.upload-widget-form-control::placeholder {
  color: #C4CDD5;
}

.upload-gallery {
  height: 232px;
  width: 100%;
  background-color: #F9FAFB;
  border-radius: 4px;
  left: 50%;
  transform-origin: center center;
  top: 0;
  transform: translate(-50%, 0) scale(0.9);
  transition: transform 0.3s ease-in, opacity 0.3s ease-in;
  z-index: 1;
  overflow: hidden;
}
.upload-gallery.active {
  z-index: 1;
  opacity: 1;
  transform: translate(0, 0) scale(1);
  margin-bottom: 25px;
}

.upload-img-wrap {
  height: 180px;
  width: 180px;
  border-radius: 8px;
  display: flex;
  position: absolute;
  transform-origin: center center;
  z-index: 5;
  transition: all 0.2s ease;
  left: 0;
  top: 50%;
  transform: translate(86px, -50%);
}
.upload-img-wrap:nth-of-type(1) {
  transition: transform 0.3s ease;
  z-index: 5;
}
.upload-img-wrap:nth-of-type(1).enter {
  transform: translate(14px, -50%);
}
.upload-img-wrap:nth-of-type(2) {
  z-index: 4;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
  height: 140px;
  width: 140px;
  opacity: 0;
  transform: translate(calc(70% + 4px), calc(-46% - 10px)) rotate(12deg);
}
.upload-img-wrap:nth-of-type(2).enter {
  transform: translate(calc(70% + 9px), -46%) rotate(15deg);
  opacity: 1;
}
.upload-img-wrap:nth-of-type(3) {
  z-index: 3;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
  transform: translate(calc(170% + 5px), -26%) rotate(25deg);
  height: 108px;
  width: 108px;
  opacity: 0;
}
.upload-img-wrap:nth-of-type(3).enter {
  transform: translate(calc(170% + 14px), -26%) rotate(30deg);
  opacity: 1;
}
.upload-img-wrap:nth-of-type(4) {
  z-index: 2;
  height: 64px;
  width: 64px;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
  opacity: 0;
  transform: translate(calc(386% + 4px), 47%) rotate(40deg);
}
.upload-img-wrap:nth-of-type(4).enter {
  transform: translate(calc(386% + 14px), 47%) rotate(45deg);
  opacity: 1;
}

.upload-img {
  height: 100%;
  width: 100%;
}

.upload-img-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: absolute;
  top: -6px;
  right: -6px;
  border: none;
  background-color: #212B36;
  border-radius: 50%;
  transition: background-color 0.3s ease, opacity 0.2s ease-in;
  opacity: 0;
  will-change: transform;
}
.upload-img-close:after, .upload-img-close:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  left: 50%;
  top: 50%;
  background-color: #FFFFFF;
  transform-origin: center center;
  transition: background-color 0.3s ease;
}
.upload-img-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.upload-img-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.upload-img-close:disabled {
  cursor: auto;
}
.upload-img-close:hover, .upload-img-close:focus, .upload-img-close:active, .upload-img-close.active {
  background-color: rgba(0, 0, 0, 0.7);
}
.upload-img-close.enter {
  opacity: 1;
}

.upload-submit {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
  padding: 8.5px;
  font-size: 14px;
  line-height: unset;
  border-radius: 2px;
  text-align: center;
  user-select: none;
  border: 1px solid transparent;
  transition: background-color 0.25s ease;
  display: block;
  width: 100%;
  cursor: default !important;
}
.upload-submit:hover, .upload-submit:active, .upload-submit:focus, .upload-submit.active {
  background-color: #333333;
}
.upload-submit:disabled {
  cursor: default;
  opacity: 0.65;
  border: 1px solid #000000;
  background-color: #333333;
}

.star-rating {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.icon-star {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
.icon-star:last-child {
  margin-right: 0;
}
.icon-star .svg-star {
  fill: black;
}

.svg-star {
  fill: rgba(0, 0, 0, 0.1);
  transition: fill 0.3s ease;
}

.svg-completed {
  width: 96px;
  height: 96px;
  margin-bottom: 6px;
  margin-top: auto;
}

.flash-wrapper {
  position: fixed;
  z-index: 1055;
  bottom: -4.5rem;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .flash-wrapper .custom-ui-flash--nav-offset {
    margin-left: 24rem;
  }
}
@media (min-width: 640px) {
  .flash-wrapper .custom-ui-flash {
    font-size: 1.4rem;
  }
}
.flash-wrapper .custom-ui-flash {
  position: relative;
  display: flex;
  margin: 0 1.6rem 0 0.6rem;
  background: rgba(0, 0, 0, 0.88);
  box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
  border-radius: 3px;
  color: #ffffff;
  cursor: default;
  max-width: 400px;
  pointer-events: auto;
  font-size: 1rem;
}
.flash-wrapper .custom-ui-flash .custom-ui-flash__message {
  display: flex;
  align-items: center;
  padding: 0.8rem 1.6rem;
  text-align: center;
}
.flash-wrapper .custom-ui-flash p {
  margin: 0;
}
.flash-wrapper .custom-ui-flash .custom-ui-flash__close-button {
  opacity: 0.88;
  display: none;
}
.flash-wrapper .custom-ui-flash .custom-ui-flash__close-button button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.flash-wrapper .custom-ui-flash .custom-ui-flash__close-button .custom-ui-button {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: auto;
  margin: 0;
  background: inherit;
  border: 0;
  border-radius: inherit;
  font-family: inherit;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
  text-transform: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.9rem 1.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9fafb));
  background: linear-gradient(to bottom, #fff, #f9fafb);
  border: 1px solid #c4cdd5;
  -webkit-box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
  box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition-property: background, border, color, -webkit-box-shadow;
  transition-property: background, border, color, -webkit-box-shadow;
  transition-property: background, border, box-shadow, color;
  transition-property: background, border, box-shadow, color, -webkit-box-shadow;
  -webkit-tap-highlight-color: transparent;
  bottom: 1px;
  font-weight: 100;
  font-size: 2.6rem;
}
.flash-wrapper .custom-ui-flash .custom-ui-flash__close-button .custom-ui-button--transparent {
  background: transparent;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.flash-wrapper .custom-ui-flash .custom-ui-flash__close-button .custom-ui-button--icon-only {
  padding-right: 9px;
  padding-left: 9px;
}
.flash-wrapper .custom-ui-flash .custom-ui-flash__close-button .custom-ui-button--transparent.ui-button--icon-only {
  color: #212b35;
}
.flash-wrapper .custom-ui-flash .custom-ui-flash__close-button .next-icon--color-white {
  color: transparent;
  fill: #ffffff;
}
.flash-wrapper .custom-ui-flash .custom-ui-flash__close-button .custom-ui-button .next-icon {
  position: relative;
  top: -0.04em;
  margin-top: -1.3rem;
  margin-bottom: -1.3rem;
}
.flash-wrapper .custom-ui-flash .custom-ui-flash__close-button .next-icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: -0.15em;
  display: inline-block;
  vertical-align: middle;
  fill: #ffffff;
}
.flash-wrapper .custom-ui-flash .custom-ui-flash__close-button .next-icon--size-12 {
  width: 12px;
  height: 12px;
}
.flash-wrapper .custom-ui-flash--error {
  background: rgba(191, 7, 17, 0.88);
}
.flash-wrapper .custom-ui-flash--error .custom-ui-flash__close-button {
  display: block;
  padding: 0.4rem 0.8rem;
  color: #ffffff;
}
.flash-wrapper .custom-ui-flash--error .custom-ui-flash__message {
  padding: 0.8rem 0.8rem 0.8rem 1.6rem;
}
.flash-wrapper .custom-ui-flash--is-animating-in {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  bottom: 5.6rem;
}
.flash-wrapper .custom-ui-flash--is-animating-out {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: slideOut;
  animation-name: slideOut;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.flash-wrapper--is-visible {
  display: flex;
}

@-webkit-keyframes slideIn {
  from {
    bottom: 0;
  }
  to {
    bottom: 5.6rem;
  }
}
@-webkit-keyframes slideOut {
  from {
    bottom: 5.6rem;
  }
  to {
    bottom: 0;
  }
}
@keyframes slideIn {
  from {
    bottom: 0;
  }
  to {
    bottom: 5.6rem;
  }
}
@keyframes slideOut {
  from {
    bottom: 5.6rem;
  }
  to {
    bottom: 0;
  }
}
.container-onboarding {
  max-width: 640px;
  width: 100%;
}

.card-bg {
  background: rgba(91, 104, 195, 0.05);
  border: 1px solid #4B21C0;
}
.card-bg .icon-border path {
  stroke: #4B21C0;
}

.onboarding-flow .right-container.active {
  opacity: 1;
  visibility: visible;
}
.onboarding-flow .right-container {
  transition: all 0.75s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.onboarding-flow .right-container.bg-navy-blue {
  background-color: #1F263E;
}

.horizontal-stepper .stepper .step {
  width: 35px;
  height: 35px;
  color: white;
  border: none;
  transition: 0.4s;
  font-size: 11px;
  position: relative;
  border-radius: 50%;
  background-color: #e1e1e1;
}
.horizontal-stepper .stepper .step .icon-done {
  width: 0.75rem;
  height: 0.75rem;
  fill: #fff;
}
.horizontal-stepper .stepper .step.active {
  background-color: #4B21C0;
  color: #fff;
}
.horizontal-stepper .stepper .stepper-item {
  z-index: 10;
}
.horizontal-stepper .stepper .stepper-item:not(:last-child) .step.active:before {
  top: 16.5px;
  left: 40px;
  width: 22px;
  content: "";
  border-radius: 50%;
  position: absolute;
  border-top: 2px solid #4B21C0;
  border-radius: 2px;
}
.horizontal-stepper .stepper .step-horizontal {
  width: 40px;
  margin-top: 0px;
  border-top: 2px solid #e1e1e1;
}
.horizontal-stepper .stepper .active-border {
  padding: 4px;
  border-radius: 50%;
  border: 2px solid #4B21C0;
}

.app-logo {
  max-height: 40px;
  max-width: 60px;
}

.app-wrap {
  min-height: 140px;
  max-width: 180px;
}

.number-outline {
  border: 1px solid #000;
  border-radius: 50%;
  padding: 0 0.45rem;
  width: 23px;
  height: 23px;
}

img.icon-small {
  width: 17px;
  height: 17px;
}

img.final-step-banner {
  max-width: 40%;
}

/*
** Uppy styles
*/
.uppy-Root {
  border: 2px dashed rgba(75, 33, 192, 0.1);
  background: rgba(75, 33, 192, 0.05);
  border-radius: 4px;
  padding: 2rem 5rem;
}
.uppy-Root .subtitle {
  font-size: 0.875rem;
}

.gallery-embeds .dropdown-item:last-child {
  border-bottom: none !important;
}

.gallery-thumbnail:nth-child(odd) {
  transform: rotate(12deg);
}
.gallery-thumbnail:nth-child(even) {
  transform: rotate(-12deg);
}

.media-item-modal .modal-dialog {
  max-width: 960px;
}
.media-item-modal .modal-body {
  height: 682px;
  flex-direction: column;
}
.media-item-modal .modal-side {
  width: 100%;
  overflow-y: auto;
}

.img-wrap {
  position: relative;
  display: inline-block;
}

.img-fluid-popup {
  max-width: 100%;
  max-height: 464px;
  height: auto;
  display: block;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border-radius: 50%;
  padding: 0.75rem;
  cursor: pointer;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'/%3E%3Cpath d='M72,39.88V216.12a8,8,0,0,0,12.15,6.69l144.08-88.12a7.82,7.82,0,0,0,0-13.38L84.15,33.19A8,8,0,0,0,72,39.88Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");
}
.video-container.playing::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'/%3E%3Crect x='152' y='40' width='56' height='176' rx='8' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Crect x='48' y='40' width='56' height='176' rx='8' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");
}

@media screen and (min-width: 700px) {
  .media-item-modal .modal-side {
    width: 40%;
    min-width: 340px;
  }
  .media-item-modal .modal-body {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .media-item-modal .modal-side {
    width: 44%;
    min-width: 370px;
  }
}
.new-album.sort-mode .post-card-checkbox,
.new-album.sort-mode .galleries-tag,
.new-album.sort-mode .verified-tag,
.new-album.sort-mode .post-card-dropdown,
.new-album.sort-mode .visibility-actions,
.new-album.sort-mode .hover-d-block,
.new-album.sort-mode .btn-pin-action,
.new-album.sort-mode .post-type-icon,
.new-album.sort-mode .tag-count,
.new-album.sort-mode .card-body {
  display: none !important;
}
.new-album.sort-mode .handle,
.new-album.sort-mode .sort-mode-pin {
  display: flex !important;
}
.new-album.sort-mode a {
  pointer-events: none;
}
.new-album.sort-mode .post-card-wrapper .card {
  border: 2px dashed #D1D0D6;
}
.new-album.sort-mode .post-card-wrapper .card .card-image,
.new-album.sort-mode .post-card-wrapper .card .card-text-img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}
.new-album.sort-mode .post-card-wrapper .card .sort-mode-overlay {
  display: block !important;
}
.new-album.sort-mode .post-card-wrapper .card .drag-drop-icon {
  opacity: 0.6;
}
.new-album.sort-mode .post-card-wrapper .card:hover .drag-drop-icon {
  opacity: 1;
}

.new-album-header .refine-filters .filter-dropdown-icon-caret,
.new-album-header .refine-filters .filter-dropdown-icon-close {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .library-instagram .view-options,
.new-album-header .view-options {
    display: none;
  }
}
@media (hover: none) and (pointer: coarse) {
  .post-card-wrapper .post-card-checkbox,
.post-card-wrapper .galleries-tag,
.post-card-wrapper .post-card-dropdown,
.post-card-wrapper .import-actions,
.post-card-wrapper .visibility-actions {
    display: block !important;
  }
  .post-card-wrapper .hover-d-flex {
    display: flex !important;
  }
  .post-card-wrapper .drag-drop-icon {
    opacity: 1 !important;
  }
  .post-card-wrapper .galleries-tag,
.post-card-wrapper .verified-tag {
    display: none !important;
  }

  .refine-filters .filter-dropdown-icon-caret {
    display: none !important;
  }
  .refine-filters .filter-dropdown-icon-close {
    display: inline-block !important;
  }
}
.post-card-checkbox {
  transition: opacity 0.2s ease-in-out;
  display: none;
}

.galleries-tag,
.post-card-dropdown,
.visibility-actions,
.post-card-importing-icon,
.import-actions {
  display: none;
}

.multi-select-mode .post-card-checkbox {
  display: block;
}
.multi-select-mode .verified-tag {
  display: none !important;
}

@media (min-width: 992px) {
  .library-instagram .profile-selector,
.library-instagram .hashtag-selector {
    min-width: 595px;
  }
}

.post-card-wrapper:hover .galleries-tag,
.post-card-wrapper:hover .post-card-dropdown,
.post-card-wrapper:hover .visibility-actions,
.post-card-wrapper:hover .import-actions,
.post-card-wrapper:hover .post-card-checkbox {
  display: block;
}
.post-card-wrapper:hover .verified-tag {
  display: none !important;
}
.post-card-wrapper .handle,
.post-card-wrapper .sort-mode-pin {
  display: none !important;
}
.post-card-wrapper .importing-state .post-card-importing-icon {
  display: flex;
}
.post-card-wrapper .importing-state .import-actions {
  display: none !important;
}
.post-card-wrapper .card {
  container-type: inline-size;
  transition: border-color 0.2s ease-in-out;
}
.new-album:not(.sort-mode) .post-card-wrapper .card:hover {
  border-color: #B5B3BA;
}
.post-card-wrapper .card.selected {
  border-color: #4B21C0;
}
@container (max-width: 180px) {
  .post-card-wrapper .card.item-pinned .verified-tag .verified-tag-text {
    display: none !important;
  }
}
@container (min-width: 165px) and (max-width: 200px) {
  .post-card-wrapper .card .visibility-controls .btn-text {
    display: none !important;
  }
  .post-card-wrapper .card .visibility-controls .btn-icon {
    display: inline-block !important;
  }
}
@container (min-width: 110px) and (max-width: 165px) {
  .post-card-wrapper .card .visibility-controls .local-visibility-action,
.post-card-wrapper .card .visibility-controls .btn-divider,
.post-card-wrapper .card .visibility-controls .dropdown-toggle {
    display: none !important;
  }
  .post-card-wrapper .card .visibility-controls .custom-toggle {
    display: inline-block !important;
  }
}
@container (min-width: 145px) and (max-width: 200px) {
  .post-card-wrapper .card .post-card-import-button .btn-text {
    display: none !important;
  }
}
@container (min-width: 100px) and (max-width: 145px) {
  .post-card-wrapper .card .post-card-import-button .local-import-action,
.post-card-wrapper .card .post-card-import-button .btn-divider,
.post-card-wrapper .card .post-card-import-button .dropdown-toggle {
    display: none !important;
  }
  .post-card-wrapper .card .post-card-import-button .custom-toggle {
    display: inline-block !important;
  }
}
@container (min-width: 100px) and (max-width: 145px) {
  .post-card-wrapper .card .imported-post-badge .imported-text {
    display: none !important;
  }
}
@container (max-width: 200px) {
  .post-card-wrapper .card .appears-in-label .label-text {
    display: none !important;
  }
  .post-card-wrapper .card .appears-in-label .galleries-count {
    display: inline-block !important;
  }
}
@container (max-width: 100px) {
  .post-card-wrapper .card .verified-tag .verified-tag-text {
    display: none !important;
  }
}
@container (max-width: 110px) {
  .post-card-wrapper .card .appears-in-label,
.post-card-wrapper .card .visibility-controls,
.post-card-wrapper .card .appears-in-badge {
    display: none !important;
  }
}
@container (max-width: 100px) {
  .post-card-wrapper .card .imported-post-badge,
.post-card-wrapper .card .post-card-import-button {
    display: none !important;
  }
}
@container (max-width: 135px) {
  .post-card-wrapper .card .tag-count {
    display: none !important;
  }
}
@container (max-width: 90px) {
  .post-card-wrapper .card .card-menu,
.post-card-wrapper .card .post-type-icon,
.post-card-wrapper .card .btn-pin-action {
    display: none !important;
  }
  .post-card-wrapper .card .verified-tag,
.post-card-wrapper .card .card-checkbox {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.post-card-wrapper .card-body {
  display: none;
}
.post-card-wrapper .card-image,
.post-card-wrapper .card-text-img,
.post-card-wrapper .card-img-hover {
  border-radius: 8px;
}
.show-details .post-card-wrapper .card-body {
  display: block;
}
.show-details .post-card-wrapper .card-image,
.show-details .post-card-wrapper .card-text-img,
.show-details .post-card-wrapper .card-img-hover {
  border-radius: 8px 8px 0 0;
}
.post-card-wrapper [aria-hidden=true] {
  pointer-events: none;
}
.post-card-wrapper [aria-hidden=true] .card-text,
.post-card-wrapper [aria-hidden=true] .card-image {
  opacity: 0.3;
}
.new-album:not(.sort-mode) .post-card-wrapper .item-hidden .card-text, .new-album:not(.sort-mode) .post-card-wrapper .item-hidden .card-image {
  opacity: 0.35;
}
.new-album:not(.sort-mode) .post-card-wrapper .item-hidden:hover .card-text, .new-album:not(.sort-mode) .post-card-wrapper .item-hidden:hover .card-image {
  opacity: 1;
}

.post-popup-import-button {
  display: flex;
  width: 90%;
}

.floating-panel .processing-button {
  display: none;
}
.floating-panel .processing-state .add-to-galleries-button {
  display: none;
}
.floating-panel .processing-state .processing-button {
  display: block;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

.turbo-progress-bar {
  background-color: #4B21C0;
}

.btn-secondary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #FCFBFE;
  --bs-btn-border-color: #E5E4EB;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #fcfcfe;
  --bs-btn-hover-border-color: #e8e7ed;
  --bs-btn-focus-shadow-rgb: 195, 194, 200;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #fdfcfe;
  --bs-btn-active-border-color: #e8e7ed;
  --bs-btn-active-shadow: none none;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #FCFBFE;
  --bs-btn-disabled-border-color: #E5E4EB;
  background-image: linear-gradient(to bottom, #fff, #FCFBFE);
}

.btn-outline-secondary {
  border-color: rgba(99, 115, 129, 0.4);
  color: #374047;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus {
  background: rgba(99, 115, 129, 0.05);
  border-color: rgba(99, 115, 129, 0.4);
}

.btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #F2F0F7;
  border-color: #E5E4EB;
  box-shadow: inset 0 1px 4px rgba(99, 115, 129, 0.2);
}

.btn-external {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2477E1;
  --bs-btn-border-color: #2477E1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1f65bf;
  --bs-btn-hover-border-color: #1d5fb4;
  --bs-btn-focus-shadow-rgb: 69, 139, 230;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1d5fb4;
  --bs-btn-active-border-color: #1b59a9;
  --bs-btn-active-shadow: none none;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #2477E1;
  --bs-btn-disabled-border-color: #2477E1;
}

.btn-xs {
  --bs-btn-padding-y: 0.45rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.75rem;
  --bs-btn-border-radius: var(--bs-border-radius);
}

.custom-control-label::before {
  background-image: linear-gradient(to bottom, #fff, #FCFBFE);
  border: 1px solid #E5E4EB;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-image: none;
}

.custom-switch .custom-control-label::before {
  border-color: #919eab;
  background-color: #919eab;
  background-image: none;
}
.custom-switch .custom-control-label::after {
  background-color: #FCFBFE;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FCFBFE;
}

.badge {
  border: 2px solid #fff;
}

.badge-primary {
  color: #fff;
  background-color: #4B21C0;
}

.badge-secondary {
  color: #454f5b;
  background-color: #dfe3e8;
}

.badge-info {
  border: 1px solid rgba(174, 100, 30, 0.2);
  background: rgba(174, 100, 30, 0.05);
  color: #AE641E;
}

.badge-success {
  background-color: #bbe5b3;
  color: #414f3e;
}

.badge-warning {
  background-color: #ffc58b;
  color: #594430;
}

.badge-attention {
  background-color: #ffea8a;
  color: #595130;
}

.badge-prohibit {
  background-color: #B5B3BA;
  color: white;
}

.badge-outline-primary {
  color: #4B21C0;
  background-color: transparent;
  border-color: #4B21C0;
  border-width: 1px;
}

.list-group-item.active {
  border-left: 3px solid #4B21C0;
}

.alert {
  display: flex;
  color: #000000;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: inset 0 0 0 0 transparent, 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
}

.footer-help {
  width: auto;
  border: 1px solid #F2F0F7;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  padding: 1.6rem 2rem 1.6rem 1.6rem;
  justify-content: center;
}

.footer-help .footer-icon {
  margin-right: 0.8rem;
}

.footer-help .footer-icon .icon {
  display: block;
}

.icon {
  display: inline-flex;
  align-self: center;
}

.icon svg,
.icon img {
  height: 1rem;
  width: 1rem;
  fill: currentColor;
}

.icon.baseline svg,
.icon img {
  top: 0.125rem;
  position: relative;
}

.icon-sm svg,
.icon-sm img {
  height: 0.875rem;
  width: 0.875rem;
}

.icon-lg svg,
.icon-lg img {
  height: 1.25rem;
  width: 1.25rem;
}

.icon-lg.baseline svg {
  top: 0.25rem;
}

.icon-xl svg,
.icon-xl img {
  height: 1.5rem;
  width: 1.5rem;
}

.icon-fluid svg,
.icon-fluid img {
  height: 100%;
  width: 100%;
}

.icon svg .dynamic {
  fill: #E5E4EB;
}

.icon svg .dynamic-stroke {
  stroke: #E5E4EB;
}

.active > .icon svg .dynamic, :hover > .icon svg .dynamic, :active > .icon svg .dynamic, :checked .icon svg .dynamic,
.active > .icon svg .dynamic-only-hover,
:hover > .icon svg .dynamic-only-hover,
:active > .icon svg .dynamic-only-hover,
:checked .icon svg .dynamic-only-hover {
  fill: #4B21C0;
}

.active > .icon svg .dynamic-stroke, :hover > .icon svg .dynamic-stroke, :active > .icon svg .dynamic-stroke, :checked .icon svg .dynamic-stroke,
.active > .icon svg .dynamic-stroke-only-hover,
:hover > .icon svg .dynamic-stroke-only-hover,
:active > .icon svg .dynamic-stroke-only-hover,
:checked .icon svg .dynamic-stroke-only-hover {
  stroke: #4B21C0;
}

.btn-check:checked + .btn .icon svg .dynamic, .btn-check:checked + .btn-block-with-icon .icon svg .dynamic, .btn-check:checked + .btn-embed-collapse .icon svg .dynamic, .btn-check:checked + .paid-plan-btn .icon svg .dynamic, .btn-check:checked + .modal-footer-close-btn .icon svg .dynamic,
.btn-check:checked + .btn .icon svg .dynamic-only-hover,
.btn-check:checked + .btn-block-with-icon .icon svg .dynamic-only-hover,
.btn-check:checked + .btn-embed-collapse .icon svg .dynamic-only-hover,
.btn-check:checked + .paid-plan-btn .icon svg .dynamic-only-hover,
.btn-check:checked + .modal-footer-close-btn .icon svg .dynamic-only-hover, .btn-check:active + .btn .icon svg .dynamic, .btn-check:active + .btn-block-with-icon .icon svg .dynamic, .btn-check:active + .btn-embed-collapse .icon svg .dynamic, .btn-check:active + .paid-plan-btn .icon svg .dynamic, .btn-check:active + .modal-footer-close-btn .icon svg .dynamic,
.btn-check:active + .btn .icon svg .dynamic-only-hover,
.btn-check:active + .btn-block-with-icon .icon svg .dynamic-only-hover,
.btn-check:active + .btn-embed-collapse .icon svg .dynamic-only-hover,
.btn-check:active + .paid-plan-btn .icon svg .dynamic-only-hover,
.btn-check:active + .modal-footer-close-btn .icon svg .dynamic-only-hover {
  fill: #4B21C0;
}
.btn-check:checked + .btn .icon svg .dynamic-stroke, .btn-check:checked + .btn-block-with-icon .icon svg .dynamic-stroke, .btn-check:checked + .btn-embed-collapse .icon svg .dynamic-stroke, .btn-check:checked + .paid-plan-btn .icon svg .dynamic-stroke, .btn-check:checked + .modal-footer-close-btn .icon svg .dynamic-stroke,
.btn-check:checked + .btn .icon svg .dynamic-stroke-only-hover,
.btn-check:checked + .btn-block-with-icon .icon svg .dynamic-stroke-only-hover,
.btn-check:checked + .btn-embed-collapse .icon svg .dynamic-stroke-only-hover,
.btn-check:checked + .paid-plan-btn .icon svg .dynamic-stroke-only-hover,
.btn-check:checked + .modal-footer-close-btn .icon svg .dynamic-stroke-only-hover, .btn-check:active + .btn .icon svg .dynamic-stroke, .btn-check:active + .btn-block-with-icon .icon svg .dynamic-stroke, .btn-check:active + .btn-embed-collapse .icon svg .dynamic-stroke, .btn-check:active + .paid-plan-btn .icon svg .dynamic-stroke, .btn-check:active + .modal-footer-close-btn .icon svg .dynamic-stroke,
.btn-check:active + .btn .icon svg .dynamic-stroke-only-hover,
.btn-check:active + .btn-block-with-icon .icon svg .dynamic-stroke-only-hover,
.btn-check:active + .btn-embed-collapse .icon svg .dynamic-stroke-only-hover,
.btn-check:active + .paid-plan-btn .icon svg .dynamic-stroke-only-hover,
.btn-check:active + .modal-footer-close-btn .icon svg .dynamic-stroke-only-hover {
  stroke: #4B21C0;
}

.icon svg .dynamic-light {
  opacity: 0.75;
}

.active > .icon svg .dynamic-light-only-hover, :hover > .icon svg .dynamic-light-only-hover, :active > .icon svg .dynamic-light-only-hover, :checked .icon svg .dynamic-light-only-hover {
  opacity: 0.75;
}

.icon.no-fill svg {
  fill: none;
}

.btn-block-with-icon {
  --bs-btn-color: #302F33;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #F2F0F7;
  --bs-btn-hover-color: #302F33;
  --bs-btn-hover-bg: rgba(75, 33, 192, 0.05);
  --bs-btn-hover-border-color: #F2F0F7;
  --bs-btn-focus-shadow-rgb: 213, 211, 218;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: #f3f2f8;
  --bs-btn-active-shadow: none none;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #F2F0F7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  width: 100%;
}
.btn-block-with-icon .icon {
  margin-right: 10px;
}

.btn-basic {
  --bs-btn-color: #302F33;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #E5E4EB;
  --bs-btn-hover-color: #4B21C0;
  --bs-btn-hover-bg: #FCFBFE;
  --bs-btn-hover-border-color: #E5E4EB;
  --bs-btn-focus-shadow-rgb: 202, 201, 207;
  --bs-btn-active-color: #4B21C0;
  --bs-btn-active-bg: #FCFBFE;
  --bs-btn-active-border-color: #E5E4EB;
  --bs-btn-active-shadow: none none;
  --bs-btn-disabled-color: #B5B3BA;
  --bs-btn-disabled-bg: #FCFBFE;
  --bs-btn-disabled-border-color: #E5E4EB;
}
.btn-check + .btn-basic:hover {
  color: #4B21C0;
  background-color: #FCFBFE;
}

.btn-outline-basic, .btn-embed-collapse {
  --bs-btn-color: #E5E4EB;
  --bs-btn-border-color: #E5E4EB;
  --bs-btn-hover-color: #4B21C0;
  --bs-btn-hover-bg: #FCFBFE;
  --bs-btn-hover-border-color: #E5E4EB;
  --bs-btn-focus-shadow-rgb: 229, 228, 235;
  --bs-btn-active-color: #4B21C0;
  --bs-btn-active-bg: #FCFBFE;
  --bs-btn-active-border-color: #E5E4EB;
  --bs-btn-active-shadow: none none;
  --bs-btn-disabled-color: #E5E4EB;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #E5E4EB;
  --bs-gradient: none;
  color: #302F33;
}
.btn-check + .btn-outline-basic:hover, .btn-check + .btn-embed-collapse:hover {
  color: #4B21C0;
  background-color: #FCFBFE;
}

.nav-tabs {
  border-bottom: 1px solid #F2F0F7;
}
.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding-top: 0;
  border: none;
  border-bottom: 0;
  color: #302F33;
}
.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link:focus {
  background: none;
}
.nav-tabs .nav-item .nav-link.active {
  border: none;
  border-bottom: 1px solid #4B21C0;
  background: none;
  color: #4B21C0;
}

.alert {
  box-shadow: none;
}
.alert .alert-heading {
  font-size: 1rem;
  font-weight: 500;
  color: #302F33;
}
.alert .alert-body {
  font-size: 0.75rem;
  color: #919eab;
}

.p-75 {
  padding: 0.75rem !important;
}

.pl-75 {
  padding-left: 0.75rem !important;
}

.pr-75 {
  padding-right: 0.75rem !important;
}

.pt-75 {
  padding-top: 0.75rem !important;
}

.pb-75 {
  padding-bottom: 0.75rem !important;
}

.px-75 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-75 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.h-85 {
  height: 85%;
}

.min-width-250 {
  min-width: 250px;
}

.min-width-275 {
  min-width: 275px;
}

.min-width-300 {
  min-width: 300px;
}

.min-width-500 {
  min-width: 500px;
}

.max-width-200 {
  max-width: 200px;
}

.max-width-300 {
  max-width: 300px;
}

.max-width-600 {
  max-width: 600px;
}

.border-light {
  border-color: #F2F0F7 !important;
}

.form-range::-webkit-slider-thumb {
  margin-top: -0.3125rem;
}

.form-switch .form-check-input {
  background-color: #B5B3BA;
}
.form-switch .form-check-input:focus {
  border-color: #F2F0F7;
  box-shadow: 0 0 0 0.25rem rgba(181, 179, 186, 0.25);
}
.form-switch .form-check-input:checked {
  background-color: #4B21C0;
}

.form-text {
  border: 1px solid #E5E4EB;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #FCFBFE;
}

.bg-custom-light {
  background-color: #F2F0F7;
}

.bg-success-light {
  background-color: #F7FCF9;
}

.bg-warning-light {
  background-color: rgba(201, 169, 89, 0.05);
}

.bg-danger-light {
  background-color: rgba(201, 89, 89, 0.05);
}

.bg-fb-blue {
  background-color: #1877F2;
}

.bg-orange {
  background-color: #f49342;
}

.announcement-highlights-image {
  background-image: url("/assets/announcement-highlight-layout-dc766c07a3a46e5b423a2ba016065e5f12347267.gif");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
}

.announcement-reviews-image {
  background-image: url("access-popup/reviews_gallery.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 360px;
}

.tooltip .tooltip-inner {
  max-width: 300px;
  padding: 0.5rem 1.2rem;
}

.text-review-wrapper {
  max-width: 250px;
}

.text-post-caption::before {
  content: "“";
  margin-right: -3px;
}

.text-post-caption::after {
  content: "”";
  margin-left: -3px;
}

.ls-normal {
  letter-spacing: 0rem;
}

.ls-tight {
  letter-spacing: -0.025rem;
}

.ls-tighter {
  letter-spacing: -0.05rem;
}

.ls-wide {
  letter-spacing: 0.025rem;
}

.ls-wider {
  letter-spacing: 0.05rem;
}

.ls-widest {
  letter-spacing: 0.1rem;
}

.fs-xs {
  font-size: 0.625rem;
}

.fs-sm {
  font-size: 0.75rem;
}

.fs-md {
  font-size: 0.875rem;
}

.dropdown-item {
  font-weight: 500;
  cursor: pointer;
}

.dropdown-toggle::after {
  background-color: var(--bs-btn-color);
  mask-size: cover;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13.5306 6.53061L8.5306 11.5306C8.46092 11.6005 8.37813 11.656 8.28696 11.6939C8.1958 11.7317 8.09806 11.7512 7.99935 11.7512C7.90064 11.7512 7.8029 11.7317 7.71173 11.6939C7.62057 11.656 7.53778 11.6005 7.4681 11.5306L2.4681 6.53061C2.3272 6.38972 2.24805 6.19862 2.24805 5.99936C2.24805 5.80011 2.3272 5.60901 2.4681 5.46811C2.60899 5.32722 2.80009 5.24806 2.99935 5.24806C3.19861 5.24806 3.3897 5.32722 3.5306 5.46811L7.99997 9.93749L12.4693 5.46749C12.6102 5.32659 12.8013 5.24744 13.0006 5.24744C13.1999 5.24744 13.391 5.32659 13.5318 5.46749C13.6727 5.60838 13.7519 5.79948 13.7519 5.99874C13.7519 6.198 13.6727 6.38909 13.5318 6.52999L13.5306 6.53061Z' fill='%23302F33'/%3E%3C/svg%3E") no-repeat 50% 50%;
  content: "";
  border: none;
  width: 1rem;
  height: 1rem;
  vertical-align: -0.255rem;
}
.dropdown-toggle:hover::after {
  background-color: var(--bs-btn-hover-color);
}
.dropdown-toggle.show::after {
  background-color: var(--bs-btn-active-color);
}

.dropdown-toggle-caret-end::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
}
.dropdown-toggle-caret-end[aria-expanded=true]::after {
  transform: translateY(-50%) rotateX(180deg);
}

.dropdown-toggle-custom-caret .ph {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
}
.dropdown-toggle-custom-caret[aria-expanded=true] {
  border-color: #000000;
}
.dropdown-toggle-custom-caret[aria-expanded=true] .ph {
  transform: translateY(-50%) rotateX(180deg);
}

.dropdown-toggle-none::after {
  display: none;
}

.accordion-button:hover {
  color: #302F33;
}

.hover-show-hide .hover-d-block, .hover-show-hide .hover-d-flex, .hover-show-hide .hover-d-inline-block {
  display: none;
}
.hover-show-hide:hover .hover-d-block {
  display: block;
}
.hover-show-hide:hover .hover-d-flex {
  display: flex;
}
.hover-show-hide:hover .hover-d-inline-block {
  display: inline-block;
}
.hover-show-hide:hover .hover-hide-element {
  display: none !important;
}

.hover-border-primary:hover {
  border: 1px solid #4B21C0;
}

.link-hover-primary:hover, .link-hover-primary:active {
  color: #4B21C0 !important;
}

.size-fixed-20 {
  width: 20px;
  height: 20px;
}

.size-fixed-32 {
  width: 32px;
  height: 32px;
}

.size-fixed-40 {
  width: 40px;
  height: 40px;
}

.size-fixed-48 {
  width: 48px;
  height: 48px;
}

.size-fixed-50 {
  width: 50px;
  height: 50px;
}

.size-fixed-60 {
  width: 60px;
  height: 60px;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-grabbable {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
}
.cursor-grabbable:active {
  cursor: grabbing;
}

.counter-primary-reset {
  counter-reset: counterPrimary;
}

.counter-primary-increment {
  counter-increment: counterPrimary;
}

.counter-primary::before {
  content: counter(counterPrimary);
}

.counter-secondary-reset {
  counter-reset: counterSecondary;
}

.counter-secondary-increment {
  counter-increment: counterSecondary;
}

.counter-secondary::before {
  content: counter(counterSecondary);
}

.link-muted {
  color: #B5B3BA;
}
.link-muted:hover, .link-muted:focus {
  color: #302F33;
}

.spinner-border-xs {
  --bs-spinner-width: 0.75rem;
  --bs-spinner-height: 0.75rem;
  --bs-spinner-border-width: 0.1rem;
}

[data-bs-toggle=collapse][aria-expanded=false] .ph-caret-up {
  display: none;
}
[data-bs-toggle=collapse][aria-expanded=false] .ph-caret-down {
  display: block;
}

[data-bs-toggle=collapse][aria-expanded=true] .ph-caret-up {
  display: block;
}
[data-bs-toggle=collapse][aria-expanded=true] .ph-caret-down {
  display: none;
}

.modal-footer > * {
  margin-top: 0;
  margin-bottom: 0;
}

.floating-panel {
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  left: 1rem;
  background-color: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(10px);
  z-index: 2;
}

@media (min-width: 768px) {
  .floating-panel {
    left: calc(255px + 1rem);
  }
}
.slide-in-blurred-top {
  animation: slide-in-blurred-top 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.slide-out-blurred-top {
  animation: slide-out-blurred-top 0.25s cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
}

.jello-vertical {
  animation: jello-vertical 0.9s both;
}

.slide-in-blurred-bottom {
  animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.slide-out-blurred-bottom {
  animation: slide-out-blurred-bottom 0.45s cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-9-8 22:41:11
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-blurred-top
 * ----------------------------------------
 */
@keyframes slide-in-blurred-top {
  0% {
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-out-blurred-top
 * ----------------------------------------
 */
@keyframes slide-out-blurred-top {
  0% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 0%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(40px);
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-blurred-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-bottom {
  0% {
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-bottom {
  0% {
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-out-blurred-bottom
 * ----------------------------------------
 */
@keyframes slide-out-blurred-bottom {
  0% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateY(1000px) scaleY(2) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(40px);
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@keyframes jello-vertical {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
