@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
@import url(../../../common/css/icons.css?v=2);

/*================ Css Variables Start ===============*/
:root {
  --heading-font: "Montserrat", sans-serif;
  --body-font: "Montserrat", sans-serif;
  --heading-one: clamp(1.5rem, 2.8vw + 1rem, 3.75rem);
  --heading-two: clamp(1.375rem, 1.7vw + 1rem, 2.5rem);
  --heading-three: clamp(1.25rem, 0.8vw + 1rem, 1.875rem);
  --heading-four: clamp(1.125rem, 0.5vw + 1rem, 1.5rem);
  --heading-five: clamp(1.0625rem, 0.3vw + 1rem, 1.25rem);
  --heading-six: 1rem;

  /*== Main Color ==*/
  --main-color: 359 100% 34%;
  --secondary-color: 72 51% 50%;

  /*== Gold Color ==*/
  --gold-1: 43 64% 68%;
  --gold-2: 43 64% 64%;
  --gold-3: 43 65% 60%;
  --gold-4: 43 50% 54%;
  --gold-5: 43 43% 48%;

  /*== Color ==*/
  --white: 0 0% 100%;
  --black: 240 9% 2%;
  --dark-1: 0 0% 2%;
  --dark-2: 0 0% 5%;
  --dark-3: 0 0% 8%;
  --dark-4: 0 0% 11%;
  --dark-5: 0 0% 15%;
  --light: 227 30% 80%;

  --heading-color: var(--white);
  --body-color: 0 0% 100%;
  --border-color: 0 0% 88%;
  --border-dark: 240 6% 16%;
  --body-background: 0 0% 0%;
  --section-bg: 208 100% 97%;
  --masking-color: rgba(0, 0, 0, 0.21);
  --shadow: 0 0 3px rgba(18, 22, 33, 0.15);
}

*,
::after,
::before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.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[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  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.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  appearance: button;
  -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button: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-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  appearance: textfield;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.theiaStickySidebar:after {
  content: "";
  display: table;
  clear: both;
}
output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 2.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: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1520px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 100% !important;
  }
}

/* .container {
  max-width: 1280px !important;
} */

.row {
  --bs-gutter-x: 3rem;
  --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);
}

.row.medium-gutters {
  margin-right: -25px !important;
  margin-left: -25px !important;
}
.row.medium-gutters > [class*="col-"] {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.row.small-gutters {
  margin-right: -5px !important;
  margin-left: -5px !important;
}
.row.small-gutters > [class*="col-"] {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.row.row-split > div:not(:first-child) {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: hsl(var(--light) / 0.25);
  padding-top: 0.75rem;
  margin-top: 0.75rem;
}

@media (min-width: 992px) {
  .row.row-split > div:not(:first-child) {
    border-width: 0 0 0 1px;
    padding-top: 0;
    margin-top: 0;
  }
}

/* @media (min-width: 1200px) {
    .container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        padding-right: var(--bs-gutter-x,3rem);
        padding-left: var(--bs-gutter-x,3rem);
    }
    .row {
       
        margin-right: calc(-1.5 * var(--bs-gutter-x));
        margin-left: calc(-1.5 * var(--bs-gutter-x))
    }
    .row>* {
        padding-right: calc(var(--bs-gutter-x) * 1.5);
        padding-left: calc(var(--bs-gutter-x) * 1.5);
    }
} */

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.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%;
}

[class*="col-fx-"] {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .col-fx-1 {
    width: 67%;
  }
  .col-fx-2 {
    width: 33%;
  }
}

@media (min-width: 992px) {
  .col-fx-1 {
    width: 70%;
  }
  .col-fx-2 {
    width: 30%;
  }
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.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: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.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 {
    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: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.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 {
    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: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.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 {
    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: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.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: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.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: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  vertical-align: top;
  border-color: hsl(var(--light) / 0.35);
}
.table th,
.table td {
  font-size: 0.925rem;
  color: hsl(var(--white));
  font-weight: 500;
}
.table thead th {
  font-weight: 600;
  font-size: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.table > :not(caption) > * > * {
  padding: 0.625rem 0.75rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: none;
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.table-sm > :not(caption) > * > * {
  padding: 0.625rem 0.75rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.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;
  }
}

.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}

/* !!!DROPDOWN */

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  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:focus,
.nav-link:hover {
  color: #0a58ca;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item,
.nav-justified > .nav-link {
  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 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@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 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    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: 0.5rem;
    padding-left: 0.5rem;
  }

  .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-header {
    display: none;
  }

  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-sm .offcanvas-bottom,
  .navbar-expand-sm .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-sm .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: 0.5rem;
    padding-left: 0.5rem;
  }

  .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-header {
    display: none;
  }

  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-md .offcanvas-bottom,
  .navbar-expand-md .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-md .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: 0.5rem;
    padding-left: 0.5rem;
  }

  .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-header {
    display: none;
  }

  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-lg .offcanvas-bottom,
  .navbar-expand-lg .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-lg .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: 0.5rem;
    padding-left: 0.5rem;
  }

  .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-header {
    display: none;
  }

  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xl .offcanvas-bottom,
  .navbar-expand-xl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xl .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: 0.5rem;
    padding-left: 0.5rem;
  }

  .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-header {
    display: none;
  }

  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xxl .offcanvas-bottom,
  .navbar-expand-xxl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xxl .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: 0.5rem;
  padding-left: 0.5rem;
}

.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-header {
  display: none;
}

.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}

.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !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;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !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: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  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: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !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: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  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: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  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: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !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: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !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: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !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: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !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: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: 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-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;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .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: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !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: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !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: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !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: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !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: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !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: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !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: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !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: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !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: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !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: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !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: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !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: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !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: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !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;
  }

  .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-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;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .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: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !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: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !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: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !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: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !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: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !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: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !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: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !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: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !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: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !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: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !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: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !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: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !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: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !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;
  }

  .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-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;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .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: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !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: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !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: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !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: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !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: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !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: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !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: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !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: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !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: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !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: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !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: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !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: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !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: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !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;
  }

  .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-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;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .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: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !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: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !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: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !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: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !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: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !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: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !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: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !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: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !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: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !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: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !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: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !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: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !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: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !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;
  }

  .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-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;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .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: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !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: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !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: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !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: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !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: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !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: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !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: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !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: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !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: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !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: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !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: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !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: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !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: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !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-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;
  }
}

body.is-active,
html.is-active {
  overflow: hidden !important;
  touch-action: none;
  -ms-touch-action: none;
}

/*====================== UTILITY ====================*/
/* !!LEADING */
.leading-3 {
  line-height: 0.75rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.leading-snug {
  line-height: 1.375;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-loose {
  line-height: 2;
}

/* !!FONT SIZE */
.text-xs {
  font-size: 0.75rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
}
.text-base {
  font-size: 1rem !important;
}
.text-lg {
  font-size: 1.125rem;
}
.text-xl {
  font-size: 1.25rem !important;
}
.text-2xl {
  font-size: 1.5rem !important;
}
.text-3xl {
  font-size: 1.875rem !important;
}
.text-4xl {
  font-size: 2.25rem !important;
}
.text-5xl {
  font-size: 3rem !important;
}
.text-6xl {
  font-size: 4rem !important;
}

@media screen and (max-width: 767px) {
  .text-base {
    font-size: 0.925rem !important;
  }
  .text-lg {
    font-size: 1rem;
  }
  .text-xl {
    font-size: 1.125rem !important;
  }
  .text-2xl {
    font-size: 1.25rem !important;
  }
  .text-3xl {
    font-size: 1.5rem !important;
  }
  .text-4xl {
    font-size: 1.875rem !important;
  }
  .text-5xl {
    font-size: 2.25rem !important;
  }
  .text-6xl {
    font-size: 3rem !important;
  }
}
/* !!!FONT WEIGHT */
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-extrabold {
  font-weight: 800 !important;
}
/* !!!ROUNDED */
.rounded-none {
  border-radius: 0 !important;
}
.rounded-sm {
  border-radius: 0.125rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-md {
  border-radius: 0.375rem !important;
}
.rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded-xl {
  border-radius: 0.75rem !important;
}
.rounded-2xl {
  border-radius: 1rem !important;
}
.rounded-3xl {
  border-radius: 1.5rem !important;
}
.rounded-full {
  border-radius: 9999px !important;
}

/* !TEXT COLOR */
.text-gold {
  color: hsl(var(--gold-5)) !important;
}
.text-dark {
  color: hsl(var(--dark-2)) !important;
}
.text-current {
  color: currentColor !important;
}
.text-black {
  color: hsl(var(--black)) !important;
}
.text-white {
  color: hsl(var(--white)) !important;
}
.text-light {
  color: hsl(var(--light)) !important;
}
.text-golden {
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  background: linear-gradient(
    to right,
    #bf953f,
    #85631d,
    #c19d4d,
    #f3b94d,
    #aa771c
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* animation: shine 3s infinite; */
  background-size: 200%;
  background-position: center;
}
@keyframes shine {
  to {
    background-position: right;
  }
}

/* !SPLIT TEXT */
.text-split {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-split.split1 {
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.text-split.split2 {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.text-split.split3 {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.text-split.split5 {
  line-clamp: 4;
  -webkit-line-clamp: 4;
}
.text-strike {
  text-decoration: line-through;
}
/* !!WIDTH & HEIGHT */
/* ??Width */
.w-0 {
  width: 0;
}
.w-1 {
  width: 0.25rem;
}
.w-2 {
  width: 0.5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-13 {
  width: 3.5rem;
}
.w-14 {
  width: 4rem;
}
.w-15 {
  width: 4.5rem;
}
.w-xl {
  width: 6rem;
}
.w-25 {
  width: 25%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
.max-w-100 {
  max-width: 100%;
}

/* ??Height */
.h-0 {
  height: 0;
}
.h-1 {
  height: 0.25rem;
}
.h-2 {
  height: 0.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-13 {
  height: 3.5rem;
}
.h-14 {
  height: 4rem;
}
.h-15 {
  height: 4.5rem;
}
.h-xl {
  height: 6rem;
}
.h-full {
  height: 100%;
}
.h-m-full {
  height: 100vh;
}

.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-none {
  flex: none;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}

.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}

.gap-sm {
  gap: 0.5rem;
}
.gap {
  gap: 0.75rem;
}
.gap-lg {
  gap: 1rem;
}
.gap-xl {
  gap: 1.25rem;
}

.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-static {
  position: static !important;
}
.position-sticky {
  position: sticky !important;
}

hr.divider {
  width: 100%;
  height: 1px;
  background-color: transparent;
  background-image: linear-gradient(
    90deg,
    rgba(122, 125, 147, 0) 0,
    #7a7d93 38%,
    #7a7d93 64%,
    rgba(122, 125, 147, 0) 99%
  );
  opacity: 0.4;
  border: none;
  margin: 0;
}

/*! ====================== DROPDOWN ====================*/
.button-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 1rem;
  color: hsl(var(--black));
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: none;
}
.button-dropdown:after {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");
  transform: rotate(-180deg);
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
}
.is-open .button-dropdown:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%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");
  transform: none;
}

.dropdown-select {
  position: relative;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.is_dropdown_open:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.dropdown-trigger {
  background-color: transparent;
  outline: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  color: hsl(var(--black));
  border: 1px solid var(--border-color);
  width: 100%;
  line-height: 1.4;
  font-size: 0.925rem;
  border-radius: 0.375rem;
  transition: border-color 0.3s ease;
}
.dropdown-trigger.show {
  border-color: hsl(var(--base));
  border-width: 0.1rem;
}
.dropdown-trigger_text {
  flex: 1;
  text-align: left;
  padding: 0.625rem 1rem;
  font-weight: 600;
}
.dropdown-trigger_icon {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 2.25rem;
  border-radius: 0 0.325rem 0.325rem 0;
  color: hsl(var(--black) / 0.54);
  font-size: 0.825rem;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 12rem;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: hsl(var(--black) / 0.95);
  text-align: left;
  list-style: none;
  background-color: hsl(var(--dark-3));
  background-clip: padding-box;
  border: 1px solid var(--border-color);
  border-radius: 0.375rem;
  overflow: hidden;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.625rem 1rem;
  clear: both;
  font-weight: 400;
  color: var(--td-gray-800);
  text-align: inherit;
  text-decoration: none;

  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 1rem;
}

.dropdown-select .dropdown-menu {
  margin-top: -0.125rem !important;
}
.dropdown-menu-item {
  padding: 0.5rem 1rem;
  font-size: 0.925rem;
  color: hsl(var(--black));
  cursor: pointer;
}
.dropdown-menu-item:hover {
  color: hsl(var(--base));
}
.dropdown-menu-item.selected {
  background-color: hsl(var(--base) / 0.16);
}
.sidebar-menu-user .dropdown-menu-item:first-child {
  margin-top: 0.75rem;
}
.sidebar-menu-user .dropdown-menu-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
  font-size: 1rem;
  color: hsl(var(--white));
}
.mfc-dashboard .sidebar-menu-user .dropdown-menu-item,
.fixed-header .sidebar-menu-user .dropdown-menu-item {
  color: hsl(var(--black));
}
.sidebar-menu-user .dropdown-menu-item:hover {
  color: hsl(var(--white));
}
.mfc-dashboard .sidebar-menu-user .dropdown-menu-item:hover,
.fixed-header .sidebar-menu-user .dropdown-menu-item:hover {
  color: hsl(var(--base));
}

/*! ====================== SECTION HEADING ====================*/
.section-heading {
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .section-heading {
    margin-bottom: 15px;
  }
  .about-section .section-heading {
    text-align: center;
  }
  .about-section .section-heading .subtitle:before {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 374px) {
  .section-heading {
    margin-bottom: 15px;
  }
}

.section-heading .section-title-top {
  font-size: 26px;
  display: inline-block;
  font-weight: 700;
  position: relative;
  color: hsl(var(--white));
  z-index: 1;
  margin: 5px 0px 20px 20px;
}

.section-heading .section-title-top::before {
  position: absolute;
  left: -9px;
  top: -6px;
  height: 50px;
  width: 50px;
  background: hsl(var(--gold-5));
  content: "";
  z-index: -1;
  border-radius: 25px 10px 25px 10px;
}

.section-heading .title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: capitalize;
  position: relative;
  color: hsl(var(--white) / 0.75);
}

.section-heading .subtitle {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-transform: capitalize;
  position: relative;
  color: hsl(var(--gold-5));
}

.mfc-about-d .subtitle {
  font-size: 2.5rem;
}

.section-heading__title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: capitalize;
  color: hsl(var(--gold-5));
  margin-bottom: 0.25rem;
}

.mfc-section-light .section-heading__title {
  color: hsl(var(--dark-1) / 0.85);
}
.mfc-section-light .section-heading .subtitle {
  color: hsl(var(--dark-1) / 0.75);
}

@media screen and (max-width: 767px) {
  .section-heading__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 374px) {
  .section-heading__title {
    font-size: 20px;
  }
}
.section-heading__desc,
.section-heading__subtitle {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
  color: hsl(var(--white) / 0.95);
  max-width: 600px;
  margin: 0 auto;
}
.section-heading__desc {
  font-size: 0.925rem;
  line-height: 1.7;
}
.section-heading__desc p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin: inherit;
}

.mfc-section-light .section-heading__desc,
.mfc-section-light .section-heading__subtitle {
  color: hsl(var(--dark-1) / 0.75);
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  font-family: var(--heading-font);
  color: hsl(var(--body-color));
  word-break: break-word;
  background-color: hsl(var(--body-background));
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

p {
  font-family: var(--body-font);
  font-size: 1rem;
  margin: 0;
  font-weight: normal;
  word-break: break-word;
  color: hsl(var(--white));
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: var(--heading-font);
  color: hsl(var(--heading-color));
  line-height: 1.1;
  word-break: break-word;
}

@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 10px 0;
  }
}

h1 {
  font-size: var(--heading-one);
  font-weight: 700;
}

h2 {
  font-size: var(--heading-two);
  font-weight: 600;
}

h3 {
  font-size: var(--heading-three);
  font-weight: 500;
}

h4 {
  font-size: var(--heading-four);
  font-weight: 500;
}

h5 {
  font-size: var(--heading-five);
  font-weight: 500;
}

h6 {
  font-size: var(--heading-six);
  font-weight: 500;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-weight: 600;
  transition: 0.2s linear;
  line-height: 1.4;
  word-break: break-word;
  color: hsl(var(--heading-color));
}

a {
  display: inline-block;
  transition: 0.2s linear;
  text-decoration: none;
  color: hsl(var(--body-color));
}

a:hover {
  color: #acacac;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

select {
  cursor: pointer;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

*:focus {
  outline: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: hsl(var(--white));
}

button:focus {
  outline: none;
}

.form-select:focus {
  outline: 0;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .flex-column-reverse {
    flex-direction: column-reverse !important;
  }
}

.bg-gold {
  background-color: hsl(var(--gold-5)) !important;
}
.bg-dark-1 {
  background-color: hsl(var(--dark-1)) !important;
}
.bg-dark-2 {
  background-color: hsl(var(--dark-2)) !important;
}
.bg-dark-3 {
  background-color: hsl(var(--dark-3)) !important;
}
.bg-dark-4 {
  background-color: hsl(var(--dark-4)) !important;
}

/*=========================== Accodion style start =============================*/
.accordion {
  position: relative;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: hsl(var(--white));
  text-align: left;
  background-color: var(--dark-2);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  background-color: hsl(var(--dark-1));
  color: hsl(var(--white));
}
.accordion-button img {
  border-radius: 0;
  max-height: 26px;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.custom--accordion .accordion-item {
  overflow: hidden;
  border-bottom: 1px solid hsl(var(--white) / 0.35);
}
.custom--accordion .accordion-item:last-child {
  border-bottom: 0;
}

.custom--accordion .accordion-body {
  padding-bottom: 0.75rem;
}

.custom--accordion .accordion-body p {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 0.925rem;
  line-height: 1.5;
}
.custom--accordion .accordion-body li {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 0.925rem;
  line-height: 1.5;
  padding-left: 0.5rem;
}
.custom--accordion .accordion-body ol,
.custom--accordion .accordion-body ul {
  padding-left: 17px;
}
.custom--accordion .accordion-body ol li {
  list-style-type: decimal;
}
.custom--accordion .accordion-body ul li {
  list-style-type: square;
}
.custom--accordion .accordion-body p:first-of-type {
  margin-top: 0;
}
.custom--accordion .accordion-body p:last-of-type {
  margin-bottom: 0;
}

.custom--accordion .accordion-button {
  background-color: transparent;
  color: hsl(var(--white));
  font-size: 1rem;
  padding: 1.25rem 2.5rem 1.25rem 0;
  line-height: 1.4;
  font-weight: 600;
}
.custom--accordion .accordion-item:first-child .accordion-button {
  padding-top: 0;
}

.custom--accordion
  .accordion-item:last-child
  .accordion-button:not([aria-expanded="true"]) {
  padding-bottom: 0;
}

.custom--accordion .accordion-button[aria-expanded="false"] {
  color: hsl(var(--white));
}
.custom--accordion .accordion-button[aria-expanded="true"] {
  color: hsl(var(--gold-3));
}
.custom--accordion .accordion-body * {
  color: hsl(var(--white));
}
.custom--accordion .accordion-body p {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}

.custom--accordion .accordion-button[aria-expanded="true"]::after,
.custom--accordion .accordion-button[aria-expanded="false"]::after {
  font-family: "Line Awesome Free";
  content: "\f068";
  display: inline-block;
  position: relative;
  right: -36px;
  color: hsl(var(--white));
  border: 1px solid hsl(var(--white));
  border-radius: 9999px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
}
.custom--accordion .accordion-button[aria-expanded="false"]::after {
  content: "\f067";
  color: hsl(var(--white));
}
@media screen and (min-width: 992px) {
  .custom--accordion .accordion-button {
    font-size: 1.125rem;
  }
  .custom--accordion .accordion-body p {
    font-size: 0.925rem;
  }
}

/* Page */
main {
  flex: 1;
}

/*====================== Form Style ====================*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: hsl(var(--white)) !important;
  transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  color: hsl(var(--white)) !important;
}
.form-control {
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px;
  height: 40px;
  color: hsl(var(--white));
  font-size: 0.875rem;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid hsl(var(--light) / 0.35);
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out;
}
.form-control.-dark:focus {
  color: hsl(var(--white));
  border-color: hsl(var(--gold-5));
}
.form-control.-dark {
  color: hsl(var(--white));
}

.char-counter {
  font-size: 0.825rem;
  color: hsl(var(--white));
  font-weight: 600;
  margin-top: 0.25rem;
  font-weight: normal;
}

.form-error {
  color: hsl(var(--white) / 0.85);
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  margin-top: 0.25rem;
  font-weight: normal;
}
.textarea {
  min-height: 6rem;
  max-height: 12rem;
  resize: none !important;
  overflow: hidden;
  overflow-y: scroll;
}
.textarea::-webkit-scrollbar {
  width: 6px;
  height: 0;
}
.textarea::-webkit-scrollbar-thumb {
  background-color: hsl(var(--light));
  border: 0;
  border-radius: 0;
}
@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 {
  border-color: hsl(var(--gold-3)) !important;
  outline: 0 !important;
  box-shadow: none !important;
  background-color: transparent;
  color: hsl(var(--white));
}

/*====================== Button Style ====================*/

button {
  border: none;
  transition: 0.2s linear;
  box-shadow: none !important;
  outline: none !important;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.mfc-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.925rem;
  line-height: 1.5;
  border-radius: 0;
  outline: none;
  text-transform: capitalize;
  -webkit-box-shadow: 0;
  box-shadow: 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;
}
.mfc-btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.mfc-btn-xl {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.mfc-btn-main {
  color: hsl(var(--white) / 0.95);
  background-color: hsl(var(--main-color));
  border-color: hsl(var(--main-color));
}
.mfc-btn-main:hover {
  color: hsl(var(--white));
  -webkit-box-shadow: 0 0 12px 0 hsl(var(--main-color));
  box-shadow: 0 0 12px 0 hsl(var(--main-color));
}

.mfc-btn-gold {
  background-color: hsl(var(--gold-5));
  color: hsl(var(--dark-2));
}
.mfc-btn-gold:hover {
  background-color: hsl(var(--gold-3));
  color: hsl(var(--dark-1));
}

.mfc-btn-gold--outline {
  border-color: hsl(var(--gold-5));
  color: hsl(var(--gold-3));
}

.mfc-btn-gradient-1 {
  background: linear-gradient(
    to right,
    #77530a,
    #e2b965,
    #77530a,
    #77530a,
    #ffd277,
    #77530a
  );
  background-size: 250%;
  color: #180f01;
}
.mfc-btn-gradient-1:hover {
  color: #180f01;
}

.mfc-btn-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*=========================Card ===================*/

.custom--card {
  border-radius: 5px;
  box-shadow: var(--box-shadow);
  background-color: hsl(var(--white));
  border: transparent;
}

.custom--card .card-body {
  background-color: hsl(var(--white));
  padding: 30px;
  border-radius: 5px;
}

.custom--card .card-body__icon {
  font-size: 26px;
  color: hsl(var(--white));
}

.custom--card .card-title {
  font-size: 25px;
}

/*====================== Form Style ====================*/
input:not([type="radio"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: hsl(var(--light)) !important;
}

input:not([type="radio"])::-moz-placeholder,
textarea::-moz-placeholder {
  color: hsl(var(--light)) !important;
}

input:not([type="radio"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: hsl(var(--light)) !important;
}

input:not([type="radio"]):-moz-placeholder,
textarea:-moz-placeholder {
  color: hsl(var(--light)) !important;
}

.search-box .form--control {
  color: hsl(var(--dark));
  padding-right: 40px;
}

.search-box .form--control::placeholder {
  color: hsl(var(--dark));
}

.form-wrap {
  padding: 1.25rem;
  border: 1px solid var(--border-color);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .form-wrap {
    padding: 0.75rem;
  }
}
.form-group {
  position: relative;
}
.form-group:not(:first-of-type),
[class^="col-"] > .form-group {
  margin-top: 0.75rem;
}

.form-input-group {
  display: flex;
  align-items: center;
}
.form-input-group {
  margin-top: 8px;
}
.form-input-group > input,
.form-input-group > div {
  flex: 1;
}
.form-input-group button {
  flex: none;
  height: 42px;
  min-width: 42px;
  outline: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(var(--black) / 0.75);
  margin-left: 10px;
  border-radius: 10px;
  font-size: 1.25rem;
}
.form-input-group button.danger {
  background-color: #e62c03;
}
select:invalid {
  color: hsl(var(--dark) / 0.6);
  font-size: 14px;
}

/* .form--label {
    margin-bottom: 4px;
    font-size: 14px;
    color: hsl(var(--dark)/0.85);
    font-weight: 400;
}

.form--control {
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 12px 15px;
    background-color: hsl(var(--base)/0.05);
    border: 1px solid hsl(var(--white)/0.1);
    color: hsl(var(--dark));
    line-height: 1;
    border-radius: 10px;
}

.form--control::placeholder {
    color: hsl(var(--dark)/0.6);
    font-size: 14px;
}

.form--control:focus {
    color: hsl(var(--dark));
    box-shadow: none;
    border-color: hsl(var(--base));
    background-color: hsl(var(--white));
}

.form--control:disabled, .form--control[readonly] {
    background-color: hsl(var(--base)/0.05);
    opacity: 1;
    border: 0;
}

.form--control[type=password] {
    color: hsl(var(--dark)/0.5);
}

.form--control[type=password]:focus {
    color: hsl(var(--dark));
} */

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  width: 100%;
  font-size: 0.825rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  background-color: hsl(var(--base) / 0.05);
  border: 1px solid transparent;
  border-radius: 10px;
}

/* .inputfile:focus + label,
.inputfile.has-focus + label, */
.inputfile + label:hover {
  color: hsl(var(--base));
  border-color: hsl(var(--base));
  background-color: hsl(var(--white));
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

textarea.form--control {
  min-height: 110px;
  resize: none;
}
textarea.form--control.-large {
  min-height: 160px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: hsl(var(--white)) !important;
}

.input--group {
  position: relative;
}

.input--icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: hsl(var(--white));
}

.password-show-hide {
  position: absolute;
  right: 20px;
  z-index: 3;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  color: hsl(var(--dark) / 0.5);
}

#send-amount input[type="file"] {
  color: hsl(var(--base));
  cursor: pointer;
}

input #send-amount::file-selector-button {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

/*====== Country code ======*/
.input-group.country-code {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.input-group.country-code .input-group-text {
  background-color: hsl(var(--dark) / 0.35);
  border-radius: 10px 0 0 10px;
}

.select {
  color: hsl(var(--dark) / 0.6);
}

.select:focus {
  border-color: hsl(var(--base));
}

.select option {
  background-color: hsl(var(--dark));
  color: hsl(var(--white));
}

/*=========== Custom Checkbox Design ===========*/
.form--check {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.825rem;
}

.form--link {
  font-size: 0.825rem;
}

.form--check .form-check-input {
  margin-top: 4px;
  box-shadow: none;
  background-color: transparent;
  box-shadow: none !important;
  border: 0;
  position: relative;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid hsl(var(--white));
  cursor: pointer;
}

.form--check .form-check-input:checked {
  background-color: hsl(var(--gold-5)) !important;
  border-color: hsl(var(--gold-5)) !important;
  box-shadow: none;
}

.form--check .form-check-input:checked[type="checkbox"] {
  background-image: none;
}

.form--check .form-check-input:checked::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: hsl(var(--dark-1));
  font-size: 11px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form--check .form-check-label {
  width: calc(100% - 18px);
  padding-left: 10px;
}
.form--check .form-check-label * {
  font-size: 0.85rem;
  line-height: 1;
}

@media screen and (max-width: 430px) {
  .form--check label {
    font-size: 15px;
  }
}

@media screen and (max-width: 430px) {
  .form--check a {
    font-size: 15px;
  }
}
/*==========  Custom Radion Design ============*/
.form--radio .form-check-input {
  box-shadow: none;
  border: 2px solid hsl(var(--base));
  position: relative;
  margin-right: 10px;
}

.form--radio .form-check-input:active {
  filter: brightness(100%);
}

.form--radio .form-check-input:checked {
  background-color: transparent;
  border-color: hsl(var(--base));
}

.form--radio .form-check-input:checked[type="radio"] {
  background-image: none;
}

.form--radio .form-check-input:checked::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background-color: hsl(var(--base));
  border-radius: 50%;
  z-index: 999;
}

/*  Custom Switch Design */
.form--switch .form-check-input {
  width: unset;
  border-radius: 3px;
  background-image: none;
  position: relative;
  box-shadow: none;
  border: 0;
  background-color: hsl(var(--base-two) / 0.5) !important;
  padding: 12px 30px !important;
  margin-left: 0;
  margin-bottom: 5px;
}

.form--switch .form-check-input:focus {
  width: unset;
  border-radius: 3px;
  background-image: none;
  position: relative;
  box-shadow: none;
  border: 0;
}

.form--switch .form-check-input::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 15px;
  background-color: hsl(var(--base-two));
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
  left: 5px;
  transition: 0.2s linear;
}

.form--switch .form-check-input:checked {
  background-color: hsl(var(--base));
}

.form--switch .form-check-input:checked::before {
  left: calc(100% - 25px);
}

.form-check.form--switch {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
}

.form-check.form--switch .form-check-label {
  margin-right: 10px;
  color: hsl(var(--white));
  font-weight: 500;
  margin-bottom: 0;
  line-height: 2;
}

@media screen and (max-width: 430px) {
  .choose-domain .input-group.country-code {
    flex-direction: column;
  }

  .choose-domain .input-group.country-code .form--control {
    margin: 5px;
    border-radius: 10px !important;
  }

  .choose-domain .input-group.country-code .input-group-text {
    width: 70px;
    border-radius: 10px !important;
  }
}

.choose-domain .input-group.country-code select.select.form--control {
  width: 120px;
  color: hsl(var(--dark));
}

/*  Custom Switch End Design */
::-webkit-calendar-picker-indicator {
  filter: invert(0.5);
}

::-webkit-calendar-picker-indicator {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

.nice--select {
  color: hsl(var(--white));
  background-color: transparent !important;
  border: 1px solid hsl(var(--white) / 0.3);
  height: 50px;
  line-height: initial;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}

.nice--select .current {
  font-size: 14px;
  font-family: var(--body-font);
  color: hsl(var(--white) / 0.4);
}

.nice--select .list {
  box-shadow: var(--box-shadow);
  background-color: hsl(var(--base-two));
  max-height: 200px;
  overflow-y: auto;
}

.nice--select .list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.nice--select:hover {
  border: 1px solid hsl(var(--white) / 0.4);
}

.nice--select:focus {
  border: 1px solid hsl(var(--base));
}

.nice--select:after {
  transform: rotate(0deg);
  width: 5px;
  border-style: solid;
  border-width: 5px;
  border-color: hsl(var(--white) / 0.4) transparent transparent transparent;
  display: none;
}

.nice--select::before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.nice--select.open:after {
  transform: rotate(0deg);
}

.nice--select .option {
  color: hsl(var(--white) / 0.4);
  font-size: 14px;
  font-family: var(--body-font);
}

.nice--select .option.selected.focus {
  font-weight: 600;
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white));
}

.nice--select .option.selected.focus:hover {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
}

.nice--select .option:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.nice--select .wide {
  border: 1px solid hsl(var(--base-two) / 0.08);
  gap: 0px;
}

/*====================== Modal Style ====================*/
.custom--modal .modal-header {
  border-bottom: 1px solid hsl(var(--black) / 0.08);
  margin-bottom: 25px;
  padding: 25px 25px 15px 25px;
}

.custom--modal .modal-header.close {
  width: 35px;
  height: 35px;
  background-color: hsl(var(--danger));
  font-size: 25px;
  line-height: 1;
  border-radius: 4px;
  transition: 0.2s linear;
}

.custom--modal .modal-header.close:hover {
  background-color: hsl(var(--danger-l-100));
}

.custom--modal .modal-header.close :focus {
  box-shadow: none;
}

.custom--modal .modal-content {
  text-align: center;
  background-color: hsl(var(--base-two));
  border-radius: 10px !important;
}

.custom--modal .modal-body {
  padding: 0 25px 25px;
}

.custom--modal .modal-icon i {
  font-size: 32px;
  color: hsl(var(--base));
  border: 3px solid hsl(var(--base));
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.custom--modal .modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 10px 25px 15px;
  border-top: 1px solid hsl(var(--black) / 0.08);
  justify-content: flex-end;
}

/*====================== Pagination Style ====================*/
.pagination {
  display: flex;
  align-items: center;
  margin: 20px 0;
  justify-content: center;
}

.pagination .page-item .page-link {
  border: 1px solid hsl(var(--white));
  margin: 0 5px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-weight: 500;
  padding: 0;
  color: hsl(var(--white));
}

.pagination .page-item .page-link.active,
.pagination .page-item .page-link:hover {
  color: hsl(var(--gold-3));
  border-color: hsl(var(--gold-3));
}

.pagination .page-item .page-link:focus {
  box-shadow: none;
}

.pagination .page-item.active .page-link {
  background-color: hsl(var(--gold-3));
  color: hsl(var(--black));
  border-color: hsl(var(--gold-3));
  font-weight: bold;
}

/*====================== Table Style ====================*/
.table-mobile {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.table-mobile thead th:first-child {
  width: 50%;
}
.table-mobile td {
  padding: 0.75em 1rem;
  font-size: 0.925em;
  border-top: 1px solid var(--border-color);
  color: hsl(var(--black) / 0.85);
}
.table-mobile th {
  padding: 0.825rem 1rem;
  font-weight: 600;
  font-size: 0.925em;
  background-color: hsl(var(--base) / 0.16);
  color: hsl(var(--black));
}
.table-mobile tr.-nodata td {
  height: calc(100vh - 275px);
  text-align: center;
  font-size: 1.5rem;
  color: hsl(var(--black) / 0.24);
}

.table-mobile a:hover {
  color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
  .table-mobile {
    border: 0;
  }
  .table-mobile thead {
    display: none !important;
  }
  .table-mobile tbody > tr:not(.-nodata) {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    padding: 20px;
  }
  .table-mobile tbody > tr:first-child {
    margin-top: 0;
  }
  .table-mobile tbody > tr > td {
    text-align: left;
    border: 0;
    padding: 0;
    background: inherit;
  }
  .table-mobile tbody > tr:not(.-nodata) > td:first-child {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .table-mobile tbody > tr > [data-col="true"] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .table-mobile tbody > tr > [data-col="true"]:before {
    content: attr(data-label);
  }
  .table-mobile tbody > tr > [data-col="true"]:last-child {
    padding-bottom: 0;
  }

  .table-mobile tr.-nodata td {
    height: calc(100vh - 200px);
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  /* .table-mobile  caption {
      font-size: 1.3em;
    }
    
    .table-mobile  thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    .table-mobile  tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }
    
    .table-mobile  td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right;
      display: flex;
      align-items: center;
     
      text-align: left;
     
    }
    
    .table-mobile td::before {
     
      content: attr(data-label);
   
      flex:none;
      width: 180px;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    .table-mobile td:last-child {
      border-bottom: 0;
    } */
}

/*================== Tab Content =============*/
.custom--tab {
  justify-content: center;
  border-radius: 6px;
  margin-bottom: 40px;
}

.custom--tab .nav-item {
  border-bottom: 0;
  padding: 5px;
}

.custom--tab .nav-item .nav-link {
  color: hsl(var(--white));
  padding: 8px 25px;
  background-color: transparent !important;
  border-radius: 5px;
  transition: 0.4s;
  border: 1px solid hsl(var(--black) / 0.08) !important;
}

@media screen and (max-width: 1199px) {
  .custom--tab .nav-item .nav-link {
    padding: 12px 15px;
  }
}

.custom--tab .nav-item .nav-link.active {
  color: hsl(var(--white));
  background-color: hsl(var(--base-d-200)) !important;
  border: 1px solid transparent !important;
}

.custom--tab .nav-item .nav-link.active:hover {
  color: hsl(var(--white));
}

.custom--tab .nav-item .nav-link:hover {
  color: hsl(var(--base));
}

/*====================== Badge && Alert ====================*/
.alert-main {
  background-color: rgb(229, 240, 255);
  border-color: rgb(195, 219, 252);
}
.alert p {
  font-size: 0.875rem;
  line-height: 1.325rem;
  font-weight: 500;
}
.badge {
  border-radius: 30px;
  padding: 6px 15px;
  font-size: 0.75rem;
  font-weight: 500;
}
.badge-wrapper {
  align-content: stretch;
}
.badge-wrapper .badge {
  height: 100%;
  border-radius: 0;
}
.table-mobile .badge {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* ================= Floting Input Start ================= */
select.form-control.form--control:has(option) ~ .form--label {
  top: 0% !important;
}

.navbar {
  padding: 0 !important;
}

/*============== Lg Device Start ==============*/
.nav-menu .nav-item {
  position: relative;
  padding: 0 15px !important;
}

@media screen and (max-width: 1199px) {
  .nav-menu .nav-item {
    padding: 0 6px !important;
  }
}

@media screen and (max-width: 1199px) {
  .nav-menu .nav-item .nav-link {
    font-size: 15px !important;
  }
}
/*========================= Desktop Device Start =========================*/
@media (min-width: 992px) {
  .nav-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 -15px;
  }

  .nav-menu .nav-item {
    position: relative;
    padding: 0 5px;
  }

  .nav-menu .nav-item .btn.btn--base {
    padding: 8px 20px;
    margin-top: 23px;
    margin-right: 10px;
  }

  .nav-menu .nav-item:hover .nav-link {
    color: hsl(var(--base)) !important;
  }

  .nav-menu .nav-item:hover .nav-link::before {
    width: 100%;
  }

  .nav-menu .nav-item:hover .nav-link .nav-item__icon {
    transform: rotate(180deg);
    transition: 0.2s;
  }

  .nav-menu .nav-item .nav-link {
    font-weight: 500;
    font-size: 17px;
    color: hsl(var(--dark)) !important;
    padding: 33px 0;
    position: relative;
    cursor: pointer;
    text-transform: capitalize;
    /* ======================== Style two ================*/
  }

  .nav-menu .nav-item .nav-link.active {
    color: hsl(var(--base)) !important;
  }

  .nav-menu .nav-item .nav-link.active::before {
    width: 100%;
  }

  .nav-menu .nav-item .nav-link:hover::before {
    left: 0;
    transition: 0.3s;
  }

  .nav-menu .nav-item .nav-link::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 30px;
    width: 0;
    height: 2px;
    background-color: hsl(var(--base));
    transition: 0.3s;
  }

  .nav-menu .nav-item .nav-link .nav-item__icon {
    transition: 0.3s;
    font-size: 13px;
    margin-left: 2px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .nav-menu .nav-item .nav-link .nav-item__icon {
    margin-right: 6px;
  }
}

@media (min-width: 992px) {
  .nav-menu .nav-item .btn.btn--base {
    margin-top: 23px;
  }
}
/*============================== Small Device =======================*/
@media screen and (max-width: 991px) {
  .body-overlay.show {
    visibility: visible;
    opacity: 1;
  }

  .nav-menu {
    margin-top: 20px;
  }

  .nav-menu .nav-item {
    text-align: left;
    display: block;
    position: relative;
    margin: 0;
  }

  .nav-menu .nav-item:hover .nav-link .nav-item__icon {
    transform: rotate(0deg) !important;
  }

  .nav-item:first-child {
    border-bottom: none;
  }

  .nav-item:last-child > a {
    border-bottom: 0;
    margin-top: 10px;
  }

  .nav-item .nav-link {
    margin-bottom: 8px;
    padding: 10px 10px 10px 0 !important;
    display: flex;
    align-items: center;
    margin: 0 !important;
    border-bottom: 1px solid hsl(var(--base) / 0.2);
    color: hsl(var(--dark));
    font-weight: 500;
  }

  span.nav-item .nav-item .nav-link::before {
    display: none;
  }

  .nav-item .nav-link.show[aria-expanded="true"] {
    color: hsl(var(--dark)) !important;
  }

  .nav-item .nav-link.show[aria-expanded="true"] i {
    transform: rotate(180deg);
  }

  .nav-item__icon {
    margin-left: 10px;
    display: block;
  }
}

.navbar-toggler.header-button {
  border-color: transparent;
  color: hsl(var(--dark));
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  transition: 0.15s ease-in-out;
  width: auto;
}

.navbar-toggler.header-button:focus {
  box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded="true"] i::before {
  content: "\f00d";
}

.navbar-toggler.header-button i {
  font-size: 25px;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-150%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*============** Header area **============*/
/*== Sticky header ==*/
.header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  line-height: 1;
  height: 70px;
}

.header.fixed-header {
  background-color: hsl(var(--dark-1));
  position: fixed;
  transition: 0.3s linear;
  top: 0px;
  animation: slide-down 0.5s;
  width: 100%;
  z-index: 11;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
}

.mfc-singlepage .header .container,
.mfc-singlepage .header .container-fluid,
.header-main-area .container,
.header-main-area .container-fluid {
  height: 100%;
}

.mfc-singlepage .header {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
  background-color: hsl(var(--body-background));
  position: sticky;
  top: 0;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
}

.header-wrapper .logo-wrapper {
  display: block;
  margin: 0;
  line-height: 1;
  font-size: 1rem;
}

.header-wrapper .logo-wrapper img {
  width: 60px;
  border-radius: 0;
}
.header-wrapper .logo-wrapper span {
  font-size: 1.925rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.025rem;
  color: hsl(var(--white) / 0.85);
}
/* .header-wrapper .logo-wrapper .normal-logo img {
    filter:brightness(0) invert(1);
} */
.sidebar-menu-wrapper .logo-wrapper .normal-logo img,
.fixed-header .logo-wrapper .normal-logo img {
  filter: none;
}

@media screen and (max-width: 991px) {
  .header {
    height: 60px;
  }
  .header-wrapper .logo-wrapper img {
    width: 50px;
  }

  .header-wrapper .menu-wrapper {
    display: none;
  }

  .header-wrapper .logo-wrapper span {
    font-size: 1.425rem;
    font-weight: 700;
  }
}

.header-wrapper .menu-wrapper ul.main-menu {
  display: flex;
  align-items: center;
}

.header-wrapper .menu-wrapper ul.main-menu li {
  align-content: center;
  transition: all 0.3s;
  margin-right: 35px;
}

.header-wrapper .menu-wrapper ul.main-menu li:last-child {
  margin-right: 0;
}

.header-wrapper .menu-wrapper ul.main-menu a {
  align-content: center;
  display: block;
  font-weight: 500;
  font-size: 0.925rem;
  color: hsl(var(--white));
  position: relative;
  padding: 32px 0 24px;
}
.header-home .menu-wrapper ul.main-menu a {
  padding: 16px 0;
}
.fixed-header .header-wrapper .menu-wrapper ul.main-menu a {
  color: hsl(var(--white) / 0.85);
  padding: 32px 0 24px;
}

.header-wrapper .menu-wrapper ul.main-menu a:hover {
  text-decoration: none;
}

.header-wrapper .menu-wrapper ul.main-menu a:after {
  transition: all 0.3s;
  width: 0;
  height: 3px;
  border-radius: 3px;
  background-color: hsl(var(--gold-5));
  bottom: 0;
  position: absolute;
  left: 0;
  content: "";
}

.header-wrapper .menu-wrapper ul.main-menu a.active:after,
.header-wrapper .menu-wrapper ul.main-menu a:hover:after {
  width: 100%;
}

.header-wrapper .menu-right-wrapper {
  display: flex;
  align-items: center;
  gap: 0.325rem;
}

.header-wrapper .menu-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 40px;
  border-radius: 9999px;
  cursor: pointer;
  gap: 8px;
}

.header-wrapper .menu-toolbar.x-menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .header-wrapper .menu-toolbar.x-auth {
    display: none;
    visibility: hidden;
  }
  .header-wrapper .menu-toolbar.x-menu {
    display: flex;
    justify-content: right;
  }
}
.header-wrapper .menu-toolbar {
  line-height: 1;
}
.header-wrapper .menu-toolbar i {
  font-size: 18px;
}
.header-wrapper .menu-toolbar a {
  color: hsl(var(--white));
  font-weight: 500;
  font-size: 0.925rem;
}

.header-wrapper .x-auth > a {
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  border: 1px solid transparent;
  font-weight: 600;
}
.header-wrapper .x-auth a.reg,
.header-wrapper .x-auth a.dash,
.header-wrapper .x-auth a.log:hover {
  background-color: hsl(var(--gold-5));
  color: hsl(var(--dark-2));
}
.header-wrapper .x-auth a.reg:hover,
.header-wrapper .x-auth a.dash:hover {
  background-color: hsl(var(--gold-3));
  color: hsl(var(--dark-1));
}

.header-wrapper .x-auth a.log {
  border-color: hsl(var(--gold-5));
  color: hsl(var(--gold-2));
}

/* .fixed-header .header-wrapper .x-auth a.log {
    border-color:hsl(var(--gold-5));
    color:hsl(var(--gold-3));
}
.fixed-header .header-wrapper .x-auth a.log:hover {
    background-color:hsl(var(--gold-5));
    color:#2D1C03;
} */

.header-wrapper .hamburger-menu span {
  pointer-events: none;
  display: block;
  height: 2px;
  width: 14px;
  background-color: hsl(var(--white));
  margin: 4px 0 4px auto;
  border-radius: 8px;
  transition: transform 0.3s;
}
.header-wrapper .hamburger-menu span:nth-child(2) {
  width: 18px;
}
.fixed-header .header-wrapper .hamburger-menu span {
  background-color: hsl(var(--white) / 0.95);
}

.header-wrapper .hamburger-menu.is-active span {
  display: none;
}
.header-wrapper .hamburger-menu.is-active span:first-child {
  display: block;
  transform: rotate(45deg);
  position: relative;
  top: 3px;
  width: 18px;
}
.header-wrapper .hamburger-menu.is-active span:last-child {
  display: block;
  transform: rotate(-45deg);
  position: relative;
  top: -3px;
  width: 18px;
}
.header-wrapper .profile-wrap {
  display: flex;
  align-items: center;
  color: hsl(var(--white));
}

.header-wrapper .profile-picture {
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  overflow: hidden;
  background-color: hsl(var(--base) / 0.05);
  margin-right: 0.5rem;
}
.header-wrapper .profile-picture > a {
  display: block;
  height: 100%;
  width: 100%;
}
.menu-toolbar .profile-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*================ Top Header Start Here ================*/
.header-main-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s linear;
}

.language-box {
  display: flex;
  align-items: center;
  position: relative;
}

.language-box .select {
  color: hsl(var(--dark));
  background-color: transparent;
  border: 1px solid transparent;
  padding: 3px 0px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0px;
}

.language-box .select option {
  background-color: hsl(var(--dark));
}

li.login-registration-list__item .social-list__item .social-list__link {
  height: 30px;
  width: 30px;
  color: hsl(var(--white)) !important;
}

li.login-registration-list__item .social-list__item .social-list__link:hover {
  color: hsl(var(--white)) !important;
}

/*================ Top Header Start Here ================*/
.search-wrap {
  display: flex;
  align-items: center;
  background-color: hsl(var(--dark-2));
  border-radius: 8px;
  min-width: 280px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .search-wrap {
    margin-top: 0;
  }
}

.search-wrap .search-text {
  flex-grow: 1;
}

.search-text input {
  line-height: 1.5;
  max-width: 100%;
  padding: 0.625rem 1rem;
  white-space: nowrap;
  font-size: 0.875rem;
  outline: 0 !important;
  width: 100%;
  border: none;
  background: 0 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: hsl(var(--white));
}

.search-wrap .search-submit {
  flex: none;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  position: relative;
  padding: 0;
  outline: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
}
.search-wrap .search-submit i {
  font-size: 1.5rem;
}

/* ====================== Select JS ====================== */
select {
  background: hsl(var(--dark-3));
  border: 1px solid #2f353f;
  color: hsl(var(--white));
}
.ss-main {
  position: relative;
  display: inline-block;
  user-select: none;
  color: hsl(var(--light));
  width: 100%;
}
.ss-main .ss-single-selected {
  display: flex;
  cursor: pointer;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  border: 1px solid hsl(var(--dark-1));
  border-radius: 3px;
  background-color: hsl(var(--dark-1));
  outline: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
  font-size: 0.825rem;
  font-weight: 500;
}

@media (min-width: 992px) {
  .ss-main .ss-single-selected {
    font-size: 1rem;
  }
}
.ss-main.year {
  width: 25%;
}

.ss-main.city {
  width: 50%;
}

.ss-content .ss-list::-webkit-scrollbar {
  width: 6px;
  height: 0;
}
.ss-content .ss-list::-webkit-scrollbar-thumb {
  background-color: hsl(var(--light) / 0.75);
  border: 0;
  border-radius: 0;
}

.ss-main .ss-single-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}
.ss-main .ss-single-selected.ss-open-above {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ss-main .ss-single-selected.ss-open-below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ss-main .ss-single-selected .placeholder {
  flex: 1 1 100%;
  text-align: left;
  width: calc(100% - 30px);
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ss-main .ss-single-selected .placeholder,
.ss-main .ss-single-selected .placeholder * {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ss-main .ss-single-selected .placeholder * {
  width: auto;
}
.ss-main .ss-single-selected .placeholder .ss-disabled {
  color: #dedede;
}
.ss-main .ss-single-selected .ss-deselect {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px;
  font-weight: 700;
}
.ss-main .ss-single-selected .ss-deselect.ss-hide {
  display: none;
}
.ss-main .ss-single-selected .ss-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 4px;
}
.ss-main .ss-single-selected .ss-arrow span {
  border: solid #bdc3db;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transition:
    transform 0.2s,
    margin 0.2s;
}
.ss-main .ss-single-selected .ss-arrow span.arrow-up {
  transform: rotate(-135deg);
  margin: 2px 0 0;
}
.ss-main .ss-single-selected .ss-arrow span.arrow-down {
  transform: rotate(45deg);
  margin: -2px 0 0;
}
.ss-main .ss-multi-selected {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  min-height: 30px;
  width: 100%;
  padding: 0 0 0 3px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
}
.ss-main .ss-multi-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}
.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
  color: #666;
}
.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}
.ss-main .ss-multi-selected.ss-open-above {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ss-main .ss-multi-selected.ss-open-below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ss-main .ss-multi-selected .ss-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex: 1 1 100%;
  width: calc(100% - 30px);
}
.ss-main .ss-multi-selected .ss-values .ss-disabled {
  display: flex;
  padding: 4px 5px;
  margin: 2px 0;
  line-height: 1em;
  align-items: center;
  width: 100%;
  color: #dedede;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0);
    opacity: 0;
  }
}
.ss-main .ss-multi-selected .ss-values .ss-value {
  display: flex;
  user-select: none;
  align-items: center;
  font-size: 12px;
  padding: 3px 5px;
  margin: 3px 5px 3px 0;
  color: #fff;
  background-color: #5897fb;
  border-radius: 4px;
  animation-name: scaleIn;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
  animation-name: scaleOut;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
}
.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
  margin: 0 0 0 5px;
  cursor: pointer;
}
.ss-main .ss-multi-selected .ss-add {
  display: flex;
  flex: 0 1 3px;
  margin: 9px 12px 0 5px;
}
.ss-main .ss-multi-selected .ss-add .ss-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #666;
  position: relative;
  height: 10px;
  width: 2px;
  transition: transform 0.2s;
}
.ss-main .ss-multi-selected .ss-add .ss-plus:after {
  background: #666;
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  left: -4px;
  top: 4px;
}
.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
  transform: rotate(45deg);
}
.ss-content {
  position: absolute;
  width: 100%;
  margin: -1px 0 0;
  box-sizing: border-box;
  border: 1px solid #2f353f;
  z-index: 1010;
  background-color: hsl(var(--dark-3));
  transform-origin: center top;
  transition:
    transform 0.2s,
    opacity 0.2s;
  opacity: 0;
  transform: scaleY(0);
}
.ss-content.ss-open {
  display: block;
  opacity: 1;
  transform: scaleY(1);
}
.ss-content .ss-search {
  display: flex;
  flex-direction: row;
  padding: 8px 8px 6px;
}
.ss-content .ss-search.ss-hide,
.ss-content .ss-search.ss-hide input {
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}
.ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 36px;
  padding: 8px 12px;
  font-size: 0.875rem;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #323a45;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  appearance: textfield;
  -webkit-appearance: textfield;
  color: #fff;
  box-shadow: none !important;
}
.ss-content .ss-search input::placeholder {
  color: #d0d0d0;
  vertical-align: middle;
}

.ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  flex: 0 0 30px;
  height: 30px;
  margin: 0 0 0 8px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  box-sizing: border-box;
}
.ss-content .ss-addable {
  padding-top: 0;
}
.ss-content .ss-list {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  padding: 6px 10px;
  font-weight: 700;
}
.ss-content .ss-list .ss-optgroup .ss-option {
  padding: 6px 6px 6px 25px;
}
.ss-content .ss-list .ss-optgroup-label-selectable {
  cursor: pointer;
}
.ss-content .ss-list .ss-optgroup-label-selectable:hover {
  color: hsl(var(--black));
  background-color: hsl(var(--gold-5));
}
.ss-content .ss-list .ss-option {
  padding: 8px 12px;
  cursor: pointer;
  user-select: none;
  font-size: 0.875rem;
  font-weight: 500;
}

@media (min-width: 992px) {
  .ss-content .ss-list .ss-option {
    font-size: 1rem;
  }
}
.ss-content .ss-list .ss-option * {
  display: block;
}
.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:hover {
  color: #fff;
  background-color: #101215;
}
.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  color: hsl(var(--td-light));
  background-color: transparent;
}
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
  color: hsl(var(--td-light));
  background-color: rgba(88, 151, 251, 0.1);
}
.ss-content .ss-list .ss-option.ss-hide {
  display: none;
}
.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: #fffb8c;
}

/*====================== Breadcumb Css Start ====================*/
.section-fluid {
  padding-top: 70px;
}
.page-header {
  position: relative;
  margin-top: 60px;
  padding: 20px 0;
  background-color: hsl(var(--dark-3));
}

.page-header.bg {
  background-image: url(/assets/images/general/pageheader-sm.jpg?ver=ax1134);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 767px) {
  .page-header.bg {
    margin-top: 70px;
    background-image: url(/assets/images/general/pageheader-lg.jpg?ver=a4);
  }
}
.page-header h1 {
  font-size: 1.75rem;
  margin: 0;
  color: hsl(var(--gold-5));
  font-weight: 600;
}

.breadcrumbs {
  line-height: 1;
  color: hsl(var(--light));
}
.breadcrumbs ul {
  margin: 5px 0 8px;
  padding: 0;
  font-size: 0.75rem;
}
.breadcrumbs ul li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.breadcrumbs ul li a {
  color: hsl(var(--light));
}
.breadcrumbs ul li a:hover {
  color: hsl(var(--gold-5));
}
.breadcrumbs ul li:after {
  font-family: "Line Awesome Free";
  content: "\f105";
  font-size: 0.75rem;
  position: absolute;
  font-weight: 600;
  margin-left: 5px;
}
.breadcrumbs ul li:last-child {
  font-weight: 500;
  margin-right: 10px;
  padding-right: 10px;
}
.breadcrumbs ul li:last-child:after {
  content: "";
  margin-right: 0;
}

/*============= Footer Start Here =======================*/
.mfc-footer {
  position: relative;
  padding-bottom: 1.5rem;
  padding-top: 2.5rem;
  background-color: hsl(var(--dark-1));
}

.mfc-footer hr.line {
  margin-top: 2rem;
  margin-bottom: 1.75rem;

  background-image: linear-gradient(
    90deg,
    rgba(122, 125, 147, 0) 0,
    #7a7d93 38%,
    #7a7d93 64%,
    rgba(122, 125, 147, 0) 99%
  );
}

.footer-item__logo {
  margin-bottom: 15px;
}

.footer-item__logo a img {
  width: 100%;
  height: 100%;
  max-width: 120px;
  border-radius: 0;
  filter: brightness(1);
}

.footer-item__heading {
  color: hsl(var(--light));
  margin-bottom: 5px;
  font-weight: 700;
  position: relative;
  display: block;
  font-size: 1.5rem;
}

.footer-item__title {
  color: hsl(var(--gold-5));
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
  display: block;
  font-size: 1.125rem;
}

.social-wrap {
  position: relative;
}
.social-wrap .social-title {
  color: hsl(var(--gold-5));
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  margin: -5px 0;
}

.footer-menu__item {
  display: block;
  padding: 3px 0;
}

.footer-menu__link {
  padding: 0 0 0 20px;
  font-size: 0.925rem;
  position: relative;
  color: hsl(var(--light));
}

.footer-menu__link::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: hsl(var(--light));
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: hsl(var(--white));
}

.footer-menu__link:hover {
  margin-left: 5px;
  color: hsl(var(--white)) !important;
}
.footer-menu__link:hover::before {
  background-color: hsl(var(--white));
}

.footer-contact-menu {
  margin: -6px 0;
}

.footer-contact-menu__item {
  display: flex;
  padding: 1px 0;
}

.footer-contact-menu__item p {
  line-height: 1.5;
  color: hsl(var(--light));
}

.footer-contact-menu__item-icon {
  width: 15px;
  color: hsl(var(--light));
  font-size: 15px;
}

.footer-contact-menu__item-content {
  width: calc(100% - 15px);
  padding-left: 15px;
}

.mfc-footer-credit {
  color: hsl(var(--light));
  font-size: 0.75rem;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .mfc-footer .mfc-grid {
    margin-top: 30px;
  }
  .mfc-footer .social-wrap {
    margin-top: 30px;
  }
}
/*====================== media ====================*/
.media {
  display: flex;
  position: relative;
  padding: 1rem;
  border: 1px solid var(--border-color);
  border-radius: 10px;
}

.media-left {
  flex: none;
  max-width: 240px;
  padding-right: 1rem;
  position: relative;
}
.media-left-fixed {
  width: 180px;
  align-self: stretch;
  align-content: center;
}
.media-left-title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
}
.media-left:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  background-color: hsl(var(--dark) / 0.085);
}
.media-right {
  flex: 1;
  padding-left: 1rem;
  position: relative;
  align-content: center;
}
.media-col + .media-col {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .media-col {
    flex-direction: column;
  }

  .media-col .media-left,
  .media-col .media-right {
    padding: 0;
    flex: 1;
    width: 100%;
  }
  .media-col .media-left {
    margin-bottom: 15px;
    padding-bottom: 10px;
    max-width: 100%;
    width: 100%;
  }
  .media-col .media-left:after {
    width: 100%;
    height: 0.075rem;
    top: auto;
    bottom: 0;
  }
}
/*====================== Preloader Style ====================*/
#loading {
  background-color: hsl(var(--dark) / 0.05);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  display: flex;
  justify-content: center;
}
.object {
  width: 20px;
  height: 20px;
  background-color: #fff;
  float: left;
  margin-top: 65px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

#object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
#object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

/*==================== Scroll to Top Start ======================*/
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px 0 15px;
  font-size: 16px;
  z-index: 5;
  transition: 0.5s;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  bottom: -50px;
  animation: scroll_top 5s linear infinite;
  border: 1px solid hsl(var(--white) / 0.8);
}

@media screen and (max-width: 767px) {
  .scroll-top {
    right: 20px;
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
}

.scroll-top:hover {
  color: hsl(var(--white));
  background-color: hsl(var(--dark) / 0.7);
}

.scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}

@keyframes scroll_top {
  0%,
  to {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
  }
}
/*=================== Overlay Search Box Start =======================*/
.overlay-search-box .modal-header {
  border-bottom: 0;
  padding: 0;
}

.overlay-search-box .modal-content {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  pointer-events: auto;
  background-color: hsl(var(--dark));
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.search-box {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .search-box {
    width: 100%;
  }
}

.search-inner {
  width: 100%;
  display: flex;
  border: 1px solid hsl(var(--white) / 0.25);
  border-radius: 0.5rem;
  overflow: hidden;
}
.search-inner .form--control {
  border: 0;
  background-color: transparent;
  color: hsl(var(--white));
}
.search-inner .form--control::placeholder {
  color: hsl(var(--white) / 0.5);
}
.search-inner .btn {
  flex: none;
  border-radius: 0;
  background-color: hsl(var(--base));
}

.search-btn {
  background-color: transparent;
  color: hsl(var(--white));
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  transition: 0.2s linear;
  transform: translateY(-50%) rotate(-90deg);
}

.search-btn:hover {
  color: hsl(var(--base));
}

.toggle-search-box {
  margin-left: 15px;
  order: 1;
  display: flex;
}

@media screen and (max-width: 991px) {
  .toggle-search-box {
    order: -1;
    margin-left: auto;
    margin-right: 16px;
  }
}

.toggle-search-box button {
  background-color: transparent;
  color: hsl(var(--white));
  transform: scaleX(-1);
}

.search-overlay-close {
  background-color: transparent;
  border: 1px solid hsl(var(--base));
  color: hsl(var(--base));
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  transition: 0.2s linear;
}

.search-overlay-close:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

/* Custom Search */
.custom-search-input {
  background-color: hsl(var(--white));
  padding: 5px 5px 5px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .custom-search-input {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.custom-search-input input {
  border: 0;
  height: 50px;
  padding: 12px 10px 10px 20px;
  border-right: 1px solid hsl(var(--black) / 0.21);
  font-weight: 500;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
}
.custom-search-input input.no_border_r {
  border: none;
}
@media (max-width: 991px) {
  .custom-search-input input {
    border: none;
    background-color: hsl(var(--white));
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}
.custom-search-input input:focus {
  box-shadow: none;
}
@media (max-width: 991px) {
  .custom-search-input input:focus {
    border-right: none;
  }
}

.custom-search-input .form-group {
  margin: 0;
}
@media (max-width: 991px) {
  .custom-search-input .form-group {
    margin-bottom: 10px;
  }
}
.custom-search-input i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  background-color: hsl(var(--white));
  line-height: 50px;
  top: 0;
  right: 1px;
  padding-right: 15px;
  display: block;
  width: 20px;
  box-sizing: content-box;
  height: 48px;
  z-index: 9;
  color: hsl(var(--black) / 0.5);
}
@media (max-width: 991px) {
  .custom-search-input i {
    padding-right: 10px;
  }
}
.custom-search-input input[type="submit"],
.custom-search-input button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: hsl(var(--white));
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  border: 0;
  padding: 0 25px;
  height: 50px;
  cursor: pointer;
  outline: none;
  width: 100%;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: hsl(var(--dark-2));
}
@media (max-width: 991px) {
  .custom-search-input input[type="submit"],
  .custom-search-input button {
    margin: 10px 0 0 0;
    -webkit-border-radius: 3px;
    border-radius: 5px;
  }
}
.custom-search-input
  input[type="submit"]:hover
  .custom-search-input
  button:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

.custom-search-input .ss-main {
  width: 100% !important;
}
@media (max-width: 767px) {
  .custom-search-input > div:not(:first-child) {
    margin-top: 0.5rem;
  }
  .custom-search-input > div:last-child {
    margin-top: 0;
  }
}
.custom-search-input .ss-single-selected {
  background-color: hsl(var(--white));
  border: 0;
  border-right: 1px solid hsl(var(--dark-3) / 0.15);
}
.custom-search-input .ss-single-selected .placeholder {
  color: hsl(var(--dark-3));
}
.custom-search-input .ss-content {
  background-color: hsl(var(--white));
  border-color: hsl(var(--dark-3) / 0.15);
}
.custom-search-input .ss-option {
  color: hsl(var(--dark-1));
}
.custom-search-input .ss-search input {
  border-color: hsl(var(--dark-3) / 0.15);
  background-color: hsl(var(--white));
  color: hsl(var(--dark-1));
}
/*====================== Selection Style ====================*/
::selection {
  color: hsl(var(--dark-1));
  background: hsl(var(--white));
}

body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@media (min-width: 992px) {
  body::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
}

body::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

body::-webkit-scrollbar-thumb {
  background-color: hsl(var(--light) / 0.35);
  border: 0;
  border-radius: 0;
}

/*====================== Social Icon Style ====================*/
.social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.social-list__item {
  margin-right: 10px;
}

.social-list__item:last-child {
  margin-right: 0;
}

.social-list__link {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 2px solid hsl(var(--light));
  background-color: transparent;
  transition: 0.3s;
  cursor: pointer;
  font-size: 18px;
  color: hsl(var(--light));
}

.social-list__link:hover,
.social-list__link:focus {
  background-color: hsl(var(--light));
  color: hsl(var(--black) / 0.85);
}

.social-list__link svg {
  width: 16px;
  height: 16px;
  fill: hsl(var(--light));
}
.footer-item .social-list__link svg,
.social-list__link:hover svg {
  fill: hsl(var(--light));
}

/*====================== List Style ====================*/
.text-list {
  margin: -8px 0px;
}

.text-list.inline {
  display: flex;
  align-items: center;
  margin: 0px -8px;
}

.text-list.inline .text-list__item {
  padding: 0px 8px;
}

.text-list__item {
  padding: 8px 0px;
  color: hsl(var(--body-color));
}

.text-list__item-icon {
  color: hsl(var(--base));
  font-size: 12px;
  margin-right: 5px;
}

/*============ Sidebar search box =============*/
.search-box {
  position: relative;
}

.search-box__button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: hsl(var(--base));
}

/*============ google-add-sidebar-1 =============*/
.google-add-sidebar-1 {
  height: 300px;
  overflow: hidden;
  max-width: 374px;
  border-radius: 6px;
}

.google-add-sidebar-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*========================= Category & Tags List Style ========================= */
.text-list {
  margin: 0;
  /*====================== Tag Style ====================*/
}

.text-list.style-category .text-list__item {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 10px;
  transition: all 0.5s linear;
  border-radius: 5px;
}

.text-list.style-category .text-list__item:hover:before {
  opacity: 0.8;
}

.text-list.style-category .text-list__item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: hsl(var(--dark));
  opacity: 0.6;
  z-index: 1;
  transition: all 0.5s linear;
}

.text-list.style-category .text-list__item .thumb {
  border-radius: 6px;
}

.text-list.style-category .text-list__item .thumb img {
  width: 100%;
  height: 70px;
  object-fit: cover;
}

.text-list.style-category .text-list__item a {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  font-size: 17px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  padding: 0 20px;
  color: hsl(var(--white)) !important;
  justify-content: space-between;
}

.text-list.style-category .text-list__item a span {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-left: auto;
  background: hsl(var(--base));
  color: hsl(var(--white));
}

.text-list.style-category .text-list__link {
  color: hsl(var(--dark)) !important;
}

.text-list.style-category .text-list__link:hover {
  color: hsl(var(--base));
}

.text-list.style-tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -7px;
}

.text-list.style-tag .text-list__item {
  padding: 7px;
}

.text-list.style-tag .text-list__link {
  color: hsl(var(--dark));
  border: 1px solid hsl(var(--base) / 0.2);
  padding: 6px 20px;
  border-radius: 3px;
}

.text-list.style-tag .text-list__link.active {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
}

.text-list.style-tag .text-list__link:hover {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
}

/*====================== Comment Style ====================*/
.comment-list__item:last-child .comment-list__content {
  border-bottom: none;
}

.comment-list__thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .comment-list__thumb {
    width: 60px;
    height: 60px;
  }
}

.comment-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comment-list__content {
  width: calc(100% - 80px);
  padding-left: 15px;
  border-bottom: 1px solid hsl(var(--white) / 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .comment-list__content {
    width: calc(100% - 60px);
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 576px) {
  .comment-list__content {
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}

.comment-list__name {
  font-size: 20px;
  margin-bottom: 5px;
  color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
  .comment-list__name {
    font-size: 17px;
  }
}

.comment-list__time {
  margin-bottom: 15px;
}

.comment-list__time-icon {
  color: hsl(var(--base));
  font-size: 15px;
  margin-right: 5px;
}

.comment-list__reply {
  margin-top: 10px;
}

.comment-list__reply-text {
  color: hsl(var(--base));
  font-weight: 400;
}

.comment-list__reply:hover .comment-list__reply-icon {
  color: hsl(var(--base));
}

.comment-list__reply-icon {
  font-size: 14px;
  transform: scaleX(-1);
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .comment-list__reply-icon {
    font-size: 12px;
  }
}

.comment-list .comment-list {
  margin-left: 70px;
}

.comment-list
  .comment-list.style-right
  .comment-list__item:last-child
  .comment-list__content {
  border-bottom: 1px solid hsl(var(--white) / 0.1);
}

@media screen and (max-width: 576px) {
  .comment-list .comment-list {
    margin-left: 40px;
  }
}

/*==============** Dashboard Menu **==============*/

/*==============** Dashboard Profile **==============*/
.mfc-dashboard .header-main-area {
  position: relative;
  background-image: none;
  background-color: hsl(var(--white));
  transition: background-color 0.3s ease;
}
.mfc-dashboard .normal-logo img {
  filter: none !important;
}
.mfc-dashboard .header-wrapper .hamburger-menu span {
  background-color: hsl(var(--black) / 0.85) !important;
}
.is-active .header-main-area,
.is-active .breadcumb {
  background-image: none;
}
@media screen and (min-width: 992px) {
  .mfc-dashboard .header-main-area {
    padding: 0;
    box-shadow:
      0 4px 6px -1px rgba(0, 0, 0, 0.05),
      0 2px 4px -1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow:
      0 4px 6px -1px rgba(0, 0, 0, 0.05),
      0 2px 4px -1px rgba(0, 0, 0, 0.075);
  }

  .mfc-dashboard .header-wrapper .menu-wrapper ul.main-menu a {
    color: hsl(var(--black) / 0.75);
  }
}
@media screen and (max-width: 991px) {
  .dashboard-mobile .header-main-area {
    position: sticky;
    top: 0;
    z-index: 9999;
    padding: 0;
  }
}
/* @media screen and (max-width: 576px) {
    .mfc-dashboard .header-main-area {
        padding-bottom:30px
    }
} */

.dashboard > .container-fluid {
  padding: 0 20px;
}

.dashboard {
  padding-bottom: 30px;
  position: relative;
}

.dashboard-mobile .dashboard {
  padding-top: 30px;
}

.dashboard:before {
  position: absolute;
  width: 100%;
  height: 30px;
  border-radius: 30px 30px 0 0;
  top: -30px;
  left: 0;
  background-color: hsl(var(--white));
  content: "";
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .dashboard > .container-fluid {
    padding: 0 60px;
  }

  .dashboard {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 992px) {
  .dashboard-aside {
    overflow: hidden;
    position: sticky;
    top: 80px;
  }
}

.dashboard-profile {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 10px;
  background-color: hsl(var(--base) / 0.1);
}

.dashboard-profile-photo {
  flex: none;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
}

.dashboard-profile-photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: hsl(var(--dark));
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}

.dashboard-profile-photo img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.dashboard-profile-photo__upload {
  display: inline-block;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  color: hsl(var(--white));
  transform: translate(-50%, -50%);
}

.dashboard-profile-photo__upload i {
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}
.dashboard-profile-photo__upload input[type="file"] {
  opacity: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
  display: none;
}
.dashboard-profile-info h3 {
  font-size: 0.925rem;
  margin: 0;
  line-height: 1.3;
  font-weight: 600;
  color: hsl(var(--black));
}
.dashboard-profile-info p {
  font-size: 0.75rem;
  margin: 0;
  line-height: 1.3;
}
.dashboard-profile-photo:hover::before {
  visibility: visible;
  opacity: 0.35;
}
.dashboard-profile-photo:hover .dashboard-profile-photo__upload i {
  visibility: visible;
  opacity: 1;
}

/*==============** Dashboard Menu **==============*/
.dashboard-menu {
  position: relative;
  padding: 5px 15px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}

.dashboard-menu-item {
  display: flex;
  align-items: flex-start;
  line-height: calc((100vh - 200px) / 9);
  border-bottom: 1px solid hsl(var(--dark) / 0.075);
  white-space: nowrap;
}
.dashboard-menu-item:last-child {
  border-bottom: 0;
}

.dashboard-menu-item a {
  display: flex;
  align-items: center;
  color: hsl(var(--dark) / 0.85);
  font-size: 0.825rem;
  font-weight: 500;
}
.dashboard-menu-item a:hover {
  color: hsl(var(--base));
}
.dashboard-menu-item.is-active a {
  font-weight: 600;
  color: hsl(var(--base));
}
.dashboard-menu-item a i {
  margin-right: 15px;
  font-size: 1rem;
}
.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.dashboard-body {
  position: relative;
  border: 1px solid var(--border-color);
  min-height: calc(100vh - 182px);
  border-radius: 10px;
  overflow: hidden;
  padding: 1.25rem;
}
.dashboard-body.dashboard-fluid {
  min-height: calc(100vh - 220px);
}

@media screen and (min-width: 992px) {
  .auto-height .dashboard-body {
    min-height: calc(100vh - 235px);
  }
}
.dashboard-body.-responsive {
  padding: 1.5rem;
}
.dashboard-slim {
  padding: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 991px) {
  .dashboard:before {
    border-radius: 0;
    z-index: 1;
  }
  .dashboard-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .dashboard-header > div:first-child {
    margin-bottom: 5px;
  }
  .dashboard-body {
    min-height: calc(100vh - 766px);
  }
}
@media screen and (max-width: 767px) {
  .dashboard-fluid {
    border: 0;
    min-height: 1px;
  }
  .dashboard-body.-responsive {
    padding: 1rem;
  }
}

.dashboard-body__bar-icon {
  color: hsl(var(--white));
  font-size: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 40px;
  line-height: 40px;
  background-color: hsl(var(--base));
  text-align: center;
  border-radius: 5px;
}

.subheader {
  position: relative;
  height: 100%;
  width: 100%;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.075);
}
.subheader:after,
.subheader:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  top: 0;
  z-index: 1;
  background-color: hsl(var(--white));
}
.subheader:before {
  left: 0;
  background: -webkit-linear-gradient(
    right,
    hsl(var(--white)) 25%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    hsl(var(--white)) 25%,
    rgba(255, 255, 255, 0) 100%
  );
}
.subheader:after {
  right: 0;
  background: -webkit-linear-gradient(
    left,
    hsl(var(--white)) 25%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to left,
    hsl(var(--white)) 25%,
    rgba(255, 255, 255, 0) 100%
  );
}
.subheader__scroll {
  display: flex;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  height: 40px;

  background-color: hsl(var(--white));
}
.subheader__scroll::-webkit-scrollbar {
  height: 0;
  display: none;
}
.subheader-item {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
  color: var(--td-black);
  display: flex;
  padding: 0 10px;
  align-items: center;
  height: calc(100% - 10px);
}
.subheader-item:first-child {
  padding-left: 15px;
}
.subheader-item:last-child {
  padding-right: 15px;
}
.subheader-item.current > a {
  color: hsl(var(--base));
}

/* 
@media screen and (max-width:991px) {
    .dashboard-left {
        position: relative;
        z-index: 3;
    }
    .dashboard-profile {
        display: none
    }
    .dashboard-aside {
        position: relative;
        z-index: 2;
        padding-top:15px;
        margin:-30px -20px 30px;
        box-shadow: -1px 1px 4px rgba(44,64,90,.1);
    }
    .dashboard-aside:after, .dashboard-aside:before {
        position: absolute;
        content: "";
        width: 20px;
        height: 40px;
        top: 0px;
        z-index: 1;
        background: hsl(var(--white))
    }
    .dashboard-aside:before {
        left: 0;
        border-radius:10px 0 0 0;
        background: -webkit-linear-gradient(right, hsl(var(--white)) 25%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, hsl(var(--white)) 25%, rgba(255, 255, 255, 0) 100%);
    }
    .dashboard-aside:after {
        right: 0;
        width: 20px;
        border-radius:0 10px 0 0;
        background: -webkit-linear-gradient(left, hsl(var(--white)) 25%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to left, hsl(var(--white)) 25%, rgba(255, 255, 255, 0) 100%);
    }

    .dashboard-menu {
        flex-direction: row;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding:0;
        border:0;
        display: flex;
        height: 30px;
    }

    .dashboard-menu::-webkit-scrollbar {
       display:none!important
    }
    .dashboard-menu-item {
        border:0;
        padding:0 20px 0 0;
        line-height: normal;
    }
    .dashboard-menu-item:first-child {
        padding-left:20px
    }
    .dashboard-menu-item:last-child {
        padding-right:20px
    }
    .dashboard-menu-item a {
        font-size:.875rem;
        font-weight: 600;
    }
    .dashboard-menu-item a i {
        display: none;
    }
} */

/*================================ Body Overlay Start ===========================*/
.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: hsl(var(--black) / 0.6);
  z-index: 2;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.body-overlay.show-overlay {
  visibility: visible;
  opacity: 0;
}

.sidebar-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: hsl(var(--black) / 0.6);
  z-index: 99;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.sidebar-overlay.show {
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

/*============== Search Form Start ==================*/
.search-form {
  margin-top: 50px;
  border: 12px solid hsl(var(--white) / 0.15);
  border-radius: 40px;
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  .search-form {
    border-width: 7px;
  }
}

.search-form .form--control {
  background-color: hsl(var(--white));
  color: hsl(var(--base-two));
  border-radius: 0;
  font-weight: 500;
  border-radius: 40px;
  padding: 15px;
  padding-right: 150px;
}

.search-form .form--control::placeholder {
  color: hsl(var(--black) / 0.4) !important;
  font-weight: 500;
}

.search-form .btn--base {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  height: auto;
  align-items: center;
  border-radius: 40px !important;
  padding: 10px 20px;
  font-size: 15px;
}

.search-form .btn--base:hover,
.search-form .btn--base:focus {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

/*====================== Hexagon Design Css Start ====================*/
.hex {
  position: relative;
  margin: 20px auto;
  width: 185px;
  height: 300px;
  border-radius: 15px;
  background-color: hsl(var(--base));
  transform: rotate(30deg);
}

.hex:before,
.hex:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: "";
}

.hex:before {
  transform: rotate(-60deg);
}

.hex:after {
  transform: rotate(60deg);
}

.shape {
  position: absolute;
}

.shape.one {
  left: 40%;
  bottom: 20%;
  max-width: 3%;
  animation: banner_shape_one 8s linear infinite;
}

.shape.two {
  right: 6%;
  top: 15%;
  max-width: 6%;
  animation: banner_shape_two 15s linear infinite;
}

.shape.three {
  top: 15%;
  left: 6%;
  max-width: 4%;
  animation: banner_shape_three 8s linear infinite;
}

.shape.four {
  bottom: 13%;
  left: 11%;
  max-width: 5%;
  animation: banner_shape_four 8s linear infinite;
}

.shape.five {
  right: 6%;
  bottom: 16%;
  transform: rotate(108deg);
  max-width: 4%;
  animation: banner_shape_five 8s linear infinite;
}

.shape.six {
  right: 6%;
  top: 15%;
  max-width: 6%;
  animation: banner_shape_six 5s linear infinite;
}

.shape.seven {
  top: 15%;
  left: 6%;
  max-width: 4%;
  animation: banner_shape_seven 8s linear infinite;
}

.shape.eight {
  bottom: 13%;
  left: 11%;
  max-width: 5%;
  animation: banner_shape_eight 3s linear infinite;
}

.shape.nine {
  right: 6%;
  bottom: 30%;
  max-width: 4%;
  transform: rotate(60deg);
  animation: banner_shape_nine 8s linear infinite;
}

.shape.ten {
  right: 6%;
  top: 15%;
  max-width: 6%;
  animation: banner_shape_ten 10s linear infinite;
  transform: rotate(-60deg);
}

.shape.eleven {
  top: 15%;
  left: 6%;
  max-width: 4%;
  animation: banner_shape_eleven 20s linear infinite;
}

.shape.thirteen {
  right: 0;
  bottom: 30%;
  max-width: 4%;
  animation: banner_shape_thirteen 30s linear infinite;
}

.shape.fourteen {
  right: 6%;
  bottom: 30%;
  max-width: 4%;
  transform: rotate(60deg);
  animation: banner_shape_fourteen 8s linear infinite;
}

@keyframes banner_shape_one {
  0% {
    transform: translate(0px);
  }

  50% {
    transform: translate(20px);
  }

  100% {
    transform: translate(0px);
  }
}

@keyframes banner_shape_two {
  0% {
    transform: translateX(0px) translateY(40px);
  }

  25% {
    transform: translateX(40px) translateY(0px);
  }

  50% {
    transform: translateX(0px) translateY(-40px);
  }

  75% {
    transform: translateX(-40px) translateY(0px);
  }

  100% {
    transform: translateX(0px) translateY(40px);
  }
}

@keyframes banner_shape_three {
  0% {
    transform: translateX(0px) rotate(0deg);
  }

  50% {
    transform: translateX(50px) rotate(180deg);
  }

  100% {
    transform: translateX(0px) rotate(360deg);
  }
}

@keyframes banner_shape_four {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes banner_shape_five {
  0% {
    transform: translateX(0px) rotate(108deg);
  }

  50% {
    transform: translateX(50px) rotate(130deg);
  }

  100% {
    transform: translateX(0px) rotate(108deg);
  }
}

@keyframes banner_shape_six {
  0% {
    transform: scaleX(1);
  }

  50% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes banner_shape_seven {
  0% {
    transform: scaleY(0);
  }

  50% {
    transform: scaleY(1);
  }

  100% {
    transform: scaleY(0);
  }
}

@keyframes banner_shape_eight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

@keyframes banner_shape_nine {
  0% {
    transform: translateY(100px) rotate(0deg);
  }

  50% {
    transform: translateY(0px) rotate(180deg);
  }

  100% {
    transform: translateY(100px) rotate(360deg);
  }
}

@keyframes banner_shape_ten {
  0% {
    transform: translateY(100px) rotate(0deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(100px) rotate(360deg);
  }
}

@keyframes banner_shape_thirteen {
  0% {
    bottom: 0;
  }

  50% {
    bottom: 50%;
  }

  100% {
    bottom: 0;
  }
}

@keyframes banner_shape_fourteen {
  0% {
    left: 10px;
    transform: rotate(0deg);
  }

  50% {
    left: 100px;
    transform: rotate(1000deg);
  }

  100% {
    left: 10px;
    transform: rotate(360deg);
  }
}

@keyframes banner_shape_eleven {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*========  responsive sidebar menu  =======*/
.sidebar-menu-wrapper {
  position: fixed;
  top: 59px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 15;
  background-color: hsl(var(--dark-1));

  padding: 0 20px;
  transition: all 0.4s;
  overflow: hidden;
  z-index: 999;
}
.mfc-dashboard .sidebar-menu-wrapper,
.fixed-header .sidebar-menu-wrapper {
  background-image: none;
  background-color: hsl(var(--dark-2));
}
.sidebar-menu-wrapper.is-active {
  height: calc(100% - 58px);
  padding: 20px;
}
.sidebar-menu-user {
  position: relative;
  margin-bottom: 25px;
}
.sidebar-menu-user > a {
  display: block;
}
.sidebar-user-profile {
  display: flex;
  align-items: center;
  border-radius: 16px;
  border: 1px solid hsl(var(--white) / 0.54);
  padding: 8px 12px;
  text-align: left;
  width: 100%;
}

.sidebar-user-profile_info {
  position: relative;
  flex-grow: 1;
  margin-left: 10px;
  padding-right: 30px;
}
.sidebar-user-profile_info:before {
  font-family: "Line Awesome Free";
  display: inline-block;
  content: "\f105";
  font-weight: 600;
  font-size: 0.825rem;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: hsl(var(--white));
}
.sidebar-user-profile .sidebar-user-profile_info:before {
  transform: translateY(-50%) rotate(90deg);
}
.sidebar-user-profile.show .sidebar-user-profile_info:before {
  transform: translateY(-50%) rotate(-90deg);
}

.sidebar-user-profile_info .-name {
  font-weight: 600;
  font-size: 0.925rem;
  color: hsl(var(--white));
}
.sidebar-user-profile_info .-email {
  font-size: 0.825rem;
  font-weight: 500;
  color: hsl(var(--white) / 0.85);
}

.sidebar-user-profile_picture {
  flex: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  background-color: hsl(var(--base) / 0.16);
}
.sidebar-user-profile_picture > svg {
  width: 40px;
  height: 40px;
  display: block;
}
.sidebar-user-profile_picture > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.sidebar-menu-nav {
  display: flex;
  flex-wrap: wrap;
}
.sidebar-menu-nav nav {
  display: block;
  width: 100%;
}
.sidebar-menu-nav_item:not(:first-child) {
  margin-top: 25px;
}
.sidebar-menu-nav_link {
  font-weight: 500;
  font-size: 1rem;
  color: hsl(var(--white));
  position: relative;
}
.sidebar-menu-nav_link:hover {
  color: hsl(var(--white) / 0.85);
}
.mfc-dashboard .sidebar-menu-nav_link,
.fixed-header .sidebar-menu-nav_link {
  color: hsl(var(--dark) / 0.8);
}
.mfc-dashboard .sidebar-menu-nav_link:hover,
.fixed-header .sidebar-menu-nav_link:hover {
  color: hsl(var(--base) / 0.8);
}

/*============= Animation Play Video Button Pulse New ========== */
.mfp-iframe-holder .mfp-close {
  top: 10px;
  right: 10px;
  color: hsl(var(--white));
  font-size: 21px;
  font-weight: 800;
  width: 36px;
  height: 36px;
  color: hsl(var(--white));
  background: hsl(var(--black));
  text-align: center;
  line-height: 32px;
  padding: 0;
  opacity: 1;
  border-radius: 9999px;
}

.mfp-iframe-holder .mfp-close:hover {
  opacity: 0.9;
}

.play-video {
  height: 90px;
  width: 90px;
  background: hsl(var(--white));
  line-height: 94px;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  z-index: 3;
  text-align: center;
}

.video-main {
  position: relative;
  display: inline-block;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
  color: hsl(var(--base));
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: hsl(var(--base) / 0.5);
  opacity: 0;
  border-radius: 10%;
  right: -29px;
  bottom: -30px;
  z-index: 1;
  -webkit-animation: waves 9s ease-in-out infinite;
  animation: waves 9s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.wave-3 {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

/*==================== Category Start Here ==================== */
.category-wrap {
  padding-right: 40px;
}

@media screen and (max-width: 1199px) {
  .category-wrap {
    padding-right: 0;
  }
}

.category-item {
  border-bottom: 1px solid hsl(var(--base) / 0.1);
  padding-bottom: 20px;
  margin-bottom: 50px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .category-item {
    flex-direction: column;
    margin-bottom: 37px;
  }
}

.category-item:hover .category-item__thumb img {
  transform: scale(1.2);
}

.category-item__thumb {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  border-radius: 17px;
  min-width: 280px;
  height: 200px;
}

.category-item__thumb img {
  min-width: 280px;
  height: 200px;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s linear;
}

.category-item__content {
  padding-left: 20px;
  margin-top: -7px;
}

@media screen and (max-width: 767px) {
  .category-item__content {
    padding-left: 0px;
  }
}

.category-item__content h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.category-item__content h3 a {
  background-image: linear-gradient(
    to right,
    hsl(var(--base)) 0%,
    hsl(var(--base)) 100%
  );
  background-position: 0 calc(100% - 0.02em);
  background-size: 0 2px;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0;
  display: inline;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.category-item__content h3 a:hover {
  background-size: 100% 2px;
  color: inherit;
}

.category-item__content p {
  margin-bottom: 10px;
}

.meta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.meta-wrap .view-commetn-wrap li a {
  font-size: 14px;
}

.meta-wrap .view-commetn-wrap li a.right-dot {
  position: relative;
  margin-left: 20px;
}

.meta-wrap .view-commetn-wrap li a.right-dot::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 8px;
  width: 7px;
  height: 7px;
  background: hsl(var(--black));
  border-radius: 50%;
}

/*===== Dark and light logo hide and show =====*/
.logo-wrapper a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-wrapper .normal-logo.hidden {
  display: none;
}

.logo-wrapper .dark-logo {
  display: block;
}

.logo-wrapper .dark-logo.hidden {
  display: none;
}

.footer-item__logo .footer-logo-normal {
  display: block;
  position: relative;
}

.footer-item__logo .footer-logo-normal.hidden {
  display: none;
}

.footer-item__logo .footer-logo-dark {
  display: block;
}

.footer-item__logo .footer-logo-dark.hidden {
  display: none;
}

/* ========== light and dark button style ==========*/

.cookies-card {
  position: fixed;
  bottom: 16px;
  width: 40%;
  padding: 20px;
  background: hsl(var(--white));
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  right: 16px;
  z-index: 99;
  border: 2px solid hsl(var(--base));
}

span#basic-addon1 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.light-dark-btn-wrap .ball {
  width: 12px;
  height: 12px;
  background-color: hsl(var(--white));
  position: absolute;
  top: 1px;
  left: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}
img.mx-auto {
  border-radius: 0;
}

/* light and dark mood changes*/

@media screen and (max-width: 767px) {
  .container {
    padding: 0 1.25rem;
  }
  .row {
    --bs-gutter-x: 2.5rem;
  }
}

/*============= Hero start  =============*/
.hero-single {
  width: 100%;
  position: relative;
  margin: 0;
  color: hsl(var(--white));
}

.hero-single.version-2 {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  background-image: var(--hero-mobile);
}

@media screen and (min-width: 992px) {
  .hero-single.version-2 {
    background-image: var(--hero-desktop);
  }
}

.opacity-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--masking-color);
}
.hero-caption {
  position: relative;
  display: flex;
  flex-direction: column;
}
.hero-single .opacity-mask h1,
.hero-single .opacity-mask h2 {
  line-height: 1.1;
  margin: 0;
  font-weight: 800;
}
.hero-single-heading {
  color: transparent;
  background: linear-gradient(
    to right,
    #bf953f,
    #cfa040,
    #c19d4d,
    #f3b94d,
    #aa771c
  );
  background-size: 250%;
  background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2.5rem;
}
.hero-single-subheading {
  margin-top: 12px;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 500;
  color: hsl(var(--white) / 0.85);
}
.hero-single-topheading {
  color: hsl(var(--white));
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 12px;
}
.hero-cta-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 25px;
}

.hero-img-top {
  max-width: 220px;
  margin: 0 auto 1.5rem;
}

.hero-img-logo {
  max-width: 280px;
  bottom: 20px;
  position: relative;
}

@media (min-width: 1200px) {
  .hero-img-logo {
    max-width: 300px;
  }

  .hero-caption {
    padding-right: 20px;
  }

  .hero-single-topheading {
    font-size: 1.5rem;
  }

  .hero-single-heading {
    font-size: 3.5rem;
  }

  .hero-single-subheading {
    font-size: 1.25rem;
  }
  .hero-img-top {
    display: none;
  }
}

@media (min-width: 1400px) {
  .hero-img-logo {
    max-width: 320px;
    bottom: 40px;
    left: 30px;
  }
  .hero-caption {
    padding-top: 20px;
  }

  .hero-single-topheading {
    font-size: 1.75rem;
  }

  .hero-single-heading {
    font-size: 4.125rem;
  }

  .hero-single-subheading {
    font-size: 1.325rem;
  }
}
@media (min-width: 1600px) {
  .hero-img-logo {
    max-width: 350px;
  }
  .hero-single-topheading {
    font-size: 2rem;
  }
  .hero-single-heading {
    font-size: 4.5rem;
  }
}

@media (max-width: 991px) {
  .hero-single .opacity-mask .row {
    height: 100%;
    justify-content: center;
  }

  .hero-single.version-2 {
    height: 100%;
  }
  .hero-single,
  .hero-single .container,
  .hero-single .container-fluid {
    min-height: 100vh;
  }

  .hero-caption {
    margin-top: 55%;
    text-align: center;
  }

  .hero-single-heading {
    font-size: 5rem;
    line-height: 1.3;
  }

  .hero-single-topheading {
    font-size: 2.5rem;
    margin-bottom: 5px;
  }
  .hero-single-subheading {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .hero-cta-wrapper {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .hero-single-heading {
    font-size: 2.75rem;
    line-height: 1.3;
  }
  .hero-single-topheading {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
  .hero-single-subheading {
    font-size: 0.925rem;
    line-height: 1.4;
  }

  .hero-caption {
    margin-top: 35%;
  }
}

@media screen and (max-width: 360px) {
  .hero-single-topheading {
    font-size: 1.125rem;
  }
  .hero-single-heading {
    font-size: 1.825rem;
  }
  .hero-single-subheading {
    font-size: 0.825rem;
  }

  .hero-caption {
    margin-top: 30%;
  }
  .hero-img-top {
    max-width: 150px;
  }
}

@media screen and (orientation: landscape) and (max-width: 991px) {
  .hero-single.version-2 {
    background-image: none !important;
  }

  .hero-caption {
    margin-top: 13%;
  }

  .hero-single-heading {
    font-size: 3rem;
    line-height: 1.3;
  }

  .hero-single-topheading {
    font-size: 1.75rem;
    margin-bottom: 5px;
  }
  .hero-single-subheading {
    font-size: 0.925rem;
    line-height: 1.4;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .hero-single-heading {
    font-size: 1.75rem;
  }
}

/* Sections */

.mfc-section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  transition: background-color 0.15s ease-in-out;
}
.mfc-section.--separator:before {
  position: absolute;
  width: 100%;
  height: 30px;
  border-radius: 30px 30px 0 0;
  top: -30px;
  left: 0;
  content: "";
  z-index: 2;
}

.mfc-section.--separator {
  padding-top: 30px;
}

.mfc-section.--separator:last-child {
  padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .mfc-section {
    padding: 40px 0;
  }
}
/*====================== About Section====================*/
.mfc-about-section.about-page {
  background-color: hsl(var(--dark-2));
}
.mfc-about-section:nth-child(2) {
  background-color: hsl(var(--dark-1));
}
.mfc-about-section:nth-child(3) {
  background-color: hsl(var(--dark-2));
}

.mfc-about-section .section-heading__desc {
  max-width: 100%;
}

.mfc-about-d .section-heading__desc {
  font-size: 1rem;
}
.mfc-about-d .p:empty {
  display: none !important;
}
.mfc-about-d .mfc-about-thumb {
  margin-top: 30px;
}
.mfc-about-section .mfc-about-thumb {
  position: relative;
  width: 100%;
  height: 100%;
}
.mfc-about-section .mfc-about-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mfc-about-content {
  position: relative;
  padding: 24px 48px;
  text-align: center;
}

.mfc-about-d .mfc-about-content {
  padding: 0;
}

.mfc-about-content p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.about-page .mfc-about-content {
  text-align: left;
  padding: 24px 0;
}
@media screen and (max-width: 991px) {
  .mfc-about-content {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 767px) {
  .mfc-about-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.mfc-about-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.5rem;
}

.mfc-about-bottom .founder {
  display: flex;
  flex-wrap: wrap;
}

.mfc-about-bottom .founder img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}

.mfc-about-bottom .founder .founder-text h4 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 17px;
}

.mba-about-page .mfc-highlight-box h1,
.mba-about-page .mfc-highlight-box h2,
.mba-about-page .mfc-highlight-box h3 {
  font-weight: 700 !important;
  line-height: 1.3 !important;
  position: relative;
  color: hsl(var(--white));
}
.mba-about-page .mfc-highlight-box h1 {
  font-size: 2.125rem;
  color: hsl(var(--gold-5));
}
.mba-about-page .mfc-highlight-box h2 {
  font-size: 1.75rem;
}
.mba-about-page .mfc-highlight-box h3 {
  font-size: 1.25rem;
}
.mba-about-page .mfc-highlight-box p + h1,
.mba-about-page .mfc-highlight-box p + h2,
.mba-about-page .mfc-highlight-box p + h3 {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .mba-about-page .mfc-highlight-box h1 {
    font-size: 2.75rem;
  }
  .mba-about-page .mfc-highlight-box h2 {
    font-size: 2rem;
  }
  .mba-about-page .mfc-highlight-box h3 {
    font-size: 1.825rem;
  }
}

.mfc-highlight-box.-mob {
  margin-top: 25px;
}
.mfc-highlight-box p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mfc-highlight-box p:first-of-type {
  margin-top: 0;
}
.mfc-highlight-box p:last-of-type {
  margin-bottom: 0;
}
.mfc-highlight-box ul {
  padding-left: 17px;
}
.mfc-highlight-box li {
  font-size: 0.925rem;
  margin: 1rem 0;
  font-family: var(--body-font);
  font-weight: normal;
  word-break: break-word;
  color: hsl(var(--white));
  line-height: 1.6;
}
.mfc-highlight-box ul > li {
  list-style-type: square;
}
.mfc-highlight-box ol > li {
  list-style-type: decimal;
}

.mfc-about-section .mfc-custom-block {
  margin-bottom: 1.5rem;
  position: relative;
}
.mfc-about-section .mfc-custom-block:last-of-type {
  margin-bottom: 0;
}
.mfc-about-section .mfc-custom-block h4,
.mfc-about-section .mfc-custom-block p {
  margin: 0 0 5px;
}
.mfc-about-section .mfc-custom-block p {
  color: hsl(var(--white) / 0.85);
  line-height: 1.3;
  font-size: 1rem;
}

/*====================== How it works ====================*/
.service-area {
  padding: 30px 0 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .service-area {
    padding: 20px 0 40px;
  }
}

.service-area:before {
  position: absolute;
  width: 100%;
  height: 30px;
  border-radius: 30px 30px 0 0;
  top: -29px;
  left: 0;
  background-color: hsl(var(--white));
  content: "";
  z-index: 2;
}
.service-area.section-bg {
  padding: 60px 0;
  background-color: hsl(var(--base) / 0.05);
}
.service-area.section-bg:before {
  top: 0;
  height: 0;
  /* background-color: hsl(var(--base)/0.05); */
}

.service {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--base) / 0.25);
  border-radius: 1rem;
  padding: 30px 30px 35px;
  transition: all 0.4s ease-in-out;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.service:hover {
  border-color: hsl(var(--base) / 0.75);
  transform: translateY(-5px);
}

.service:hover .service__icon i {
  transform: scaleX(-1);
}

.service:hover .service__icon::before {
  background: hsl(var(--base) / 0.3);
}

.service:hover::after {
  left: -25px;
}

.service::after {
  content: "";
  position: absolute;
  top: -13px;
  left: -225px;
  width: 149px;
  height: 116px;
  background: hsl(var(--base) / 0.04);
  transform: rotate(168deg);
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}

.service__icon {
  margin-bottom: 20px;
  position: relative;
  transition: all 0.6s ease-in-out;
}

.service__icon i {
  font-size: 2.5rem;
  color: hsl(var(--base));
  margin-top: 2px;
  height: 5rem;
  width: 5rem;

  background: hsl(var(--base) / 0.2);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.5s ease;
}

.service__content h3 {
  font-size: 1.25rem;
  line-height: 1.24;
  font-weight: 600;
  margin-bottom: 10px;
}

/* @media (min-width: 768px) {
    .service__content h3 {
        height: 80px;
        overflow:hidden;
    }
} */

.service__content a {
  font-size: 16px;
  font-weight: 600;
  margin-top: 11px;
}
.service-bottom-wrap .price-service {
  font-size: 20px;
  font-weight: 500;
  color: hsl(var(--base));
}
.service-bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-bottom-wrap .btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
/*====================== Why choose ====================*/
.why-choose-area.py-80 {
  position: relative;
}

.why-choose-area.py-80 .why-choose-bg {
  height: 457px;
  width: 833px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.2;
}

.why-choose-us__thumb {
  position: relative;
}

.why-choose-us__thumb .popup-vide-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.why-choose-us__thumb .popup-vide-wrap .play-video {
  height: 40px;
  width: 40px;
  line-height: 42px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  text-align: center;
}

.why-choose-us__thumb .popup-vide-wrap .waves {
  position: absolute;
  width: 100px;
  height: 100px;
  background: hsl(var(--base) / 0.2);
  opacity: 0;
  border-radius: 50%;
  right: -30px;
  bottom: -30px;
  z-index: 1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.why-choose-us__content h3 {
  font-size: 28px;
  font-weight: 600;
}

@media screen and (max-width: 576px) {
  .why-choose-us__content h3 {
    font-size: 22px;
  }
}

.why-choose-us__topic {
  display: flex;
  flex-direction: column;
}

.why-choose-us__topic .item {
  margin-bottom: 15px;
}

.why-choose-us__topic .item .why-title-cont i {
  color: hsl(var(--base));
  font-size: 24px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background: hsl(var(--base) / 0.2);
}

.why-choose-us__topic .item .why-title-cont .content {
  width: calc(100% - 50px);
}

.why-choose-us__topic .item .why-title-cont .content h4 {
  color: hsl(var(--black));
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 3px;
}

.why-choose-us__topic .item .why-title-cont .content p {
  width: 80%;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .why-choose-us__topic .item .why-title-cont .content p {
    width: 80%;
  }
}

@media screen and (max-width: 430px) {
  .why-choose-us__topic .item .why-title-cont .content p {
    width: 100%;
  }
}

.why-choose-us .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.why-choose-us .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.why-choose-us .wave-3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

/*====================== Experience ====================*/
.experience-area {
  position: relative;
  padding-bottom: 40px;
  padding: 40px 0 70px;
}

.experience-area .col-lg-3:nth-child(even) .experience {
  background-color: hsl(var(--base) / 0.04);
}

.experience {
  box-shadow: 0px 15px 30px rgba(61, 90, 125, 0.08);
  border-radius: 1rem;
  padding: 1rem;
  border: 2px solid hsl(var(--base) / 0.07);
  transition: all 0.4s ease-in-out;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: hsl(var(--white) / 0.01);
  cursor: pointer;
  min-height: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.experience:hover {
  box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
  border: 2px solid hsl(var(--base) / 0.4);
  transform: translateY(-3px);
}

.experience:hover::after {
  left: -25px;
}

.experience::after {
  content: "";
  position: absolute;
  top: -13px;
  left: -225px;
  width: 149px;
  height: 116px;
  background: hsl(var(--base) / 0.04);
  transform: rotate(168deg);
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}

.experience__icon {
  margin-bottom: 0.5rem;
  position: relative;
  transition: all 0.6s ease-in-out;
}

.experience__icon h3 {
  font-size: 2rem;
  color: hsl(var(--dark));
  margin-top: 2px;
  text-align: center;
  border-radius: 50%;
  transition: transform 0.5s ease;
  font-weight: 700;
  margin: auto;
}

.experience__content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
}

/*====================== Component ====================*/
.mfc-flex {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.mfc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
.mfc-grid-2cols {
  grid-template-columns: repeat(2, 1fr);
}

/* Card */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: hsl(var(--dark-3));
  background-clip: border-box;
  border: 1px solid hsl(var(--white) / 0.05);
  border-radius: 0.375rem;
}
.card.-slim {
  border: 0;
  background-color: rgb(18, 26, 35);
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem;
}

.card-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: hsl(var(--gold-4));
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-media {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
  background-color: hsl(var(--light) / 0.075);
}
.card-media a {
  display: block;
  height: 100%;
  width: 100%;
}
.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-link {
  color: hsl(var(--white));
  font-size: 0.825rem;
  font-weight: 600;
}
.card-link:hover {
  color: hsl(var(--gold-2));
  opacity: 1;
}

/* List Group */

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}
.list-group-item > i {
  font-size: 1.25rem;
  color: hsl(var(--gold-4));
}

.list-group-item:not(:first-child),
.card .list-group-item:first-child,
.list-group + .card-body {
  border-top: 1px solid hsl(var(--light) / 0.075);
}

.mfc-heading {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 576px) {
  .mfc-heading {
    margin: 0 auto 20px;
    max-width: 300px;
  }

  .features .mfc-heading {
    margin-left: 0;
  }
}
.mfc-heading__title {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 8px;
  color: hsl(var(--base));
}
.mfc-heading__title > span:before {
  content: "";
  width: 50%;
  height: 4px;
  border-radius: 8px;
  left: 0;
  background-color: hsl(var(--secondary-color));
  bottom: 0;
  /* transform: translateX(-50%); */
  position: absolute;
}
.mfc-heading__subtitle {
  font-size: 1rem;
  line-height: 1.3;
}

/*====================== Award ====================*/
.mfc-award-section {
  background-color: hsl(var(--gold-5));
  background-image: url(/assets/images/general/pattern-01.png?ver=1);
  background-size: 35%;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

@media screen and (max-width: 991px) {
  .mfc-award-section {
    background-image: none;
  }
}

/* .mfc-award-section:before {
    position: absolute;
    width: 100%;
    height: 30px;
    border-radius: 30px 30px 0 0;
    top: -30px;
    left: 0;
    background-color: hsl(var(--body-background));
    content: "";
    z-index: 1;
} */

/* .mfc-award.section-bg:before {
    height:0;
    top:0;
} */

.mfc-award-section .mfc-heading__subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  /* text-align: center; */
}

/*============= Team News =============*/
.team-item {
  border-radius: var(--border-radius);
  position: relative;
  transition: all 0.4s ease-in-out;
}

.team-item:hover {
  box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
  transform: translateY(-3px);
}

.team-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  left: 0px;
  bottom: 0px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    hsl(var(--black) / 0.75) 100%
  );
}

.team-item__content-wrapper {
  position: absolute;
  bottom: 35px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.team-item__content-wrapper .team-name h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  color: hsl(var(--white));
}

.team-item__content-wrapper .team-name span {
  color: hsl(var(--white));
  font-weight: 600;
}

.team-item__content-wrapper .social-wrap {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
}

.team-item__content-wrapper .social-wrap ul li {
  position: relative;
}

.team-item__content-wrapper .social-wrap ul li:hover .social-team {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.team-item__content-wrapper .social-wrap ul li .social-team {
  position: absolute;
  bottom: 42px;
  transition: all 0.6s ease-in-out;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

.team-item__content-wrapper .social-wrap ul li .social-team li {
  margin-top: 2px;
}

.team-item__content-wrapper .social-wrap ul li a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: hsl(var(--base));
  color: hsl(var(--white));
  border-radius: 9999px;
}
.team-item__content-wrapper .social-wrap ul li:not(:first-child) a {
  margin-left: 5px;
}
.team-item__thumb img {
  width: 100%;
  border-radius: var(--border-radius);
}

.team-item__thumb img img {
  width: 100%;
}

/*====================== Product Section ====================*/
.product {
  box-shadow: 0px 15px 30px rgba(61, 90, 125, 0.08);
  border-radius: 20px;
  padding: 20px 20px 27px;
  border: 1px solid hsl(var(--base) / 0.07);
  transition: all 0.4s ease-in-out;
}

.product:hover {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid hsl(var(--base) / 0.4);
  transform: translateY(-3px);
}

.product__thumb {
  margin-bottom: 25px;
  border-radius: 10px;
}

.product__thumb img {
  border-radius: 10px;
}

.product__price-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid hsl(var(--base) / 0.2);
  padding-bottom: 20px;
  margin-bottom: 18px;
}

.product__price-title span {
  font-weight: 600;
  font-size: 14px;
  display: block;
}

.product__price-title span i {
  color: hsl(var(--base));
  font-size: 16px;
  font-weight: 800;
}

.product__price-title span:last-child {
  font-size: 20px;
}

.product__title {
  margin-bottom: 23px;
}

.product__title a {
  font-size: 18px;
  font-weight: 700;
}

.product__rating-view {
  display: flex;
  justify-content: space-between;
}

.product__rating-view .social-list__item {
  margin-right: 5px;
  font-size: 14px;
  color: hsl(var(--base));
}

.product__rating-view a {
  font-size: 14px;
  font-weight: 600;
  border: 1px solid hsl(var(--base) / 0.5);
  padding: 3px 7px;
  border-radius: 5px;
}

.product__rating-view a:hover {
  background-color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  color: hsl(var(--white));
}

.product-detials {
  border: 1px solid hsl(var(--base) / 0.1);
  border-radius: 20px;
  margin-right: 30px;
}

@media screen and (max-width: 991px) {
  .product-detials {
    margin-right: 0px;
  }
}

.product-detials .product {
  box-shadow: none;
  border: 0;
  padding-bottom: 0;
}

.product-detials .product:hover {
  border: none;
  transform: none;
}

.product-detials .product__thumb img {
  border-radius: 10px;
  width: 100%;
}

.product-detials .product.product__price-title {
  padding-bottom: 25px;
  margin-bottom: 27px;
}

/*=================== Testimonials =========*/
.testimonials {
  position: relative;
  overflow: hidden;
  padding: 70px 0 40px;
}

.testimonial-item {
  background-color: hsl(var(--white));
  padding: 30px 20px;
  border-radius: var(--border-radius);
  position: relative;
  height: 100%;
  margin-bottom: 50px;
  display: flex;
}

@media screen and (max-width: 430px) {
  .testimonial-item {
    padding: 25px 15px;
  }
}

@media screen and (max-width: 576px) {
  .testimonial-item {
    margin-bottom: 35px;
    flex-direction: column;
    overflow: hidden;
  }
}

.testimonial-item__quate {
  position: absolute;
  right: 62px;
  width: 64px;
  opacity: 0.08;
  top: 6px;
}

.testimonial-item__quate i {
  font-size: 93px;
  color: hsl(var(--base) / 0.7);
}

.testimonial-item__content {
  margin-left: 15px;
}

.testimonial-item__info {
  margin-bottom: 15px;
}

@media screen and (max-width: 430px) {
  .testimonial-item__info {
    margin-bottom: 10px;
  }
}

.testimonial-item__thumb {
  z-index: 22;
  padding: 0;
  width: 360px;
}

.testimonial-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}

.testimonial-item__details {
  width: calc(100% - 60px);
}

.testimonial-item__name {
  margin-bottom: 0;
  color: hsl(var(--black));
}

.testimonial-item__designation {
  color: hsl(var(--black) / 0.8);
}

.testimonial-item__desc {
  color: hsl(var(--black) / 0.5);
  font-size: 0.925rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

.rating-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.rating-list__item {
  padding: 0 1px;
}

@media screen and (max-width: 576px) {
  .testimonials {
    padding: 40px 0 20px;
  }
  .testimonial-item__details {
    width: 100%;
    text-align: center;
  }

  .testimonial-item__content {
    margin: 15px 0 0;
  }
  .testimonial-item__thumb {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    border-radius: 9999px;
    overflow: hidden;
  }
  .testimonial-item__desc {
    text-align: center;
  }

  .rating-list__item {
    margin: 0 auto;
  }
}

/*=================== Portolio =========*/
.portfolio-detail {
  padding: 20px 0 30px;
  position: relative;
  background-color: hsl(var(--white));
}
.portfolio-detail:before {
  position: absolute;
  width: 100%;
  height: 30px;
  border-radius: 30px 30px 0 0;
  top: -30px;
  left: 0;
  background-color: hsl(var(--white));
  content: "";
  z-index: 2;
}
.portfolio-header {
  position: relative;
  margin-bottom: 15px;
}

.portfolio-feature-image {
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f9f9f9;
}
.portfolio-feature-image > img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.portfolio-title {
  font-size: 2.25rem;
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 700;
}
.portfolio-excerpt {
  font-size: 0.925rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 1.5rem;
  color: hsl(var(--black) / 0.85);
  font-style: italic;
}
.portfolio-content {
  line-height: 1.5;
  font: size 0.925rem;
  color: hsl(var(--black));
}
.portfolio-content > p {
  margin: 1rem 0;
  font-weight: normal;
  line-height: 1.6;
  font-size: 0.925rem;
}
.portfolio-content > p:first-child {
  margin-top: 0;
}
.portfolio-content > p:last-child {
  margin-bottom: 0;
}
.portfolio-footer {
  position: relative;
}

/*=================== Sidebar =========*/
aside {
  position: relative;
  width: 100%;
}
aside.sticky {
  position: sticky;
  top: var(--sticky-offset, 100px);
}

/*=================== Share =========*/
.share-wrapper {
  position: relative;
}
.share-wrapper__title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  color: hsl(var(--white));
}
.share-wrapper__list {
  display: flex;
  align-items: center;
  gap: 0.325rem;
  margin-top: 1rem;
}
.share-wrapper__list-item {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid hsl(var(--white) / 0.15);
  color: hsl(var(--white) / 0.95);
  border-radius: 0.25rem;
  font-size: 0.75em;
  padding: 0.625rem 0.325rem;
  cursor: pointer;
}
.share-wrapper__list-item:hover {
  border-color: hsl(var(--gold-5));
  color: hsl(var(--gold-5));
}
.share-wrapper__list-item > i {
  font-size: 1.125rem;
  margin-right: 0.5rem;
}
/*=================== Faq area =========*/
.mfc-faq-section {
  background-color: hsl(var(--dark-1));
  overflow: hidden;
}
.mba-about-page .mfc-faq-section {
  background-color: hsl(var(--dark-3));
}
.mfc-faq-section:before {
  content: "";
  position: absolute;
  top: -60px;
  left: -80px;
  background-image: url(/assets/images/general/ornament-1.png?ver=1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  width: 400px;
  height: 240px;
  transform: rotate(291deg);
  opacity: 0.35;
}

@media screen and (max-width: 991px) {
  .mfc-faq-section:before {
    /* z-index: 0;
        left:-80px;
        bottom:auto;
        top:-5px;
        opacity: .5;
        transform: rotate(-30deg); */
    /* transform: translateX(-50%); */

    background-image: none !important;
  }
}
.mfc-faq-section.--separator::before {
  background-color: hsl(var(--dark-4));
}

.mfc-faq-wrapper {
  padding: 1.5rem;
  background-color: hsl(var(--dark-2) / 0.75);
  position: relative;
  z-index: 7;
}

/*=================== Media Partner =========*/
.mfc-section-partner {
  background-color: hsl(var(--dark-2));
}
.mfc-partner-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.mfc-partner-wrapper > a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(var(--white));
  padding: 0.75rem 0.5rem;

  border-radius: 0.25rem;
  width: calc(50% - 0.25rem);
}
.mfc-partner-item-logo > a {
  display: block;
  text-align: center;
}
.mfc-partner-item-logo > a {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 600px) {
  .mfc-partner-wrapper > a {
    width: calc(33% - 0.25rem);
  }
}

@media screen and (min-width: 1200px) {
  .mfc-partner-wrapper > a {
    width: 100%;
    max-width: 11rem;
  }
}

/*====================== Blog Style ====================*/
.article-wrapper {
  position: relative;
  padding: 30px 0 60px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .article-wrapper {
    padding: 0 0 30px;
  }
}
.article-wrapper:before {
  position: absolute;
  width: 100%;
  height: 30px;
  border-radius: 30px 30px 0 0;
  top: -29px;
  left: 0;
  background-color: hsl(var(--white));
  content: "";
  z-index: 1;
}
.article-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.article-grid-left {
  flex: 1;
  overflow: hidden;
}
.article-grid-right {
  flex: none;
  width: 300px;
}

.article-grid--aside {
  position: sticky;
  top: 90px;
  padding: 20px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
}
@media (max-width: 991px) {
  .article-grid-right {
    width: 250px;
  }
}

@media (max-width: 767px) {
  .article-grid {
    flex-direction: column;
  }
  .article-grid-right,
  .article-grid-left {
    flex: 1;
    width: 100%;
    position: static;
  }
}

.article-header {
  position: relative;
  margin-bottom: 30px;
}
.article-body p {
  font-size: 0.925rem;
  line-height: 1.6;
  margin: 25px 0;
}
.article-body p:first-child {
  margin-top: 0;
}
.article-body p:last-child {
  margin-bottom: 0;
}
.article-body h2 + p,
.article-body h3 + p,
.article-body h4 + p {
  margin-top: 5px;
}
.article-body p + h2,
.article-body p + h3,
.article-body p + h4 {
  margin-bottom: 5px;
}
.article-body p + ul {
  margin-top: -20px;
}
.article-body ul {
  margin: 0 0 0 18px;
}

.article-body ul li {
  list-style-type: square !important;
}
.article-body ul + h3,
.article-body ul + h4,
.article-body ul + h5 {
  margin-top: 25px;
}
/*============= Breaking News =============*/
.subscribe-section {
  position: relative;
  padding: 60px 0;
  background-color: hsl(var(--base) / 0.15);
}

@media screen and (max-width: 991px) {
  .subscribe-wrap .section-heading__title {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .subscribe-wrap .section-heading__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 430px) {
  .subscribe-wrap .section-heading__title {
    font-size: 20px;
  }
}

.subscribe-wrap p {
  margin-bottom: 20px;
}

.subscribe-wrap__input {
  position: relative;
  max-width: 600px;
}

.subscribe-wrap__input input {
  height: 60px;
  border-radius: 10px;
  background-color: hsl(var(--white));
  padding-right: 70px;
}

.subscribe-wrap__input button {
  position: absolute;
  height: 100%;
  width: 62px;
  background-color: hsl(var(--base));
  border-radius: 0px 0px 0px 0;
  right: 0;
  border-radius: 0px 10px 10px 0px;
}
.subscribe-right {
  position: relative;
}

/* .subscribe-right::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    left: 0px;
    bottom: 0px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, hsl(var(--base)/0.05) 100%);
} */
.contact-bottom .subscribe-right .thumb img {
  min-height: 650px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .subscribe-right {
    display: none;
  }
}

/* =================== Featured Start Here ==================== */
.single-featured {
  box-shadow: var(--box-shadow);
  padding: 30px;
  position: relative;
  overflow: hidden;
  min-height: 260px;
}

.single-featured::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  left: -11px;
  bottom: -20px;
  background-color: hsl(var(--base));
  z-index: 2;
  border-radius: 50%;
  transition: all 0.5s;
}

.single-featured__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.single-featured__thumb {
  text-align: right;
}

.single-featured__thumb img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}

.single-featured:hover .single-featured__thumb img {
  transform: scale(1.3);
}

.single-featured:hover::before {
  height: 100px;
  width: 100px;
}

/*====================== Checkout Page ====================*/
.cuppon-accor span {
  cursor: pointer;
  transition: all 0.4s;
}

.cuppon-accor span:hover {
  color: hsl(var(--base));
}

.product-card__cupon span {
  cursor: pointer;
  transition: all 0.4s;
}

.product-card__cupon span:hover {
  color: hsl(var(--base));
}

blockquote {
  background-color: hsl(var(--base) / 0.05);
  padding: 60px 20px 20px;
  border-radius: 5px;
  border-left: 3px solid hsl(var(--base));
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin-top: 30px;
}

blockquote::before {
  content: "\f10e";
  position: absolute;
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 141px;
  top: -95px;
  right: 50%;
  z-index: -1;
  opacity: 0.4;
  transform: translateX(39%);
}

/*=================== Contact top Start =========*/
.contact-bottom {
  padding: 30px 0;
  position: relative;
  background-color: hsl(var(--white));
}
.contact-bottom:before {
  position: absolute;
  width: 100%;
  height: 30px;
  border-radius: 30px 30px 0 0;
  top: -29px;
  left: 0;
  background-color: hsl(var(--white));
  content: "";
  z-index: 2;
}
.contact-bottom + .contact-bottom {
  padding-top: 0;
}
.contact-bottom + .contact-bottom:before {
  height: 0;
}
.contact__title {
  font-size: 1.25rem;
  margin-bottom: 1.625rem;
  font-weight: 600;
}
.contact__heading {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}
.contact-info__addres-wrap .single_wrapper {
  border: 1px solid hsl(var(--dark) / 0.1);
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 1rem;
}

.contact-info__addres-wrap .single_wrapper h3 {
  margin-bottom: 30px;
  text-transform: capitalize;
  color: hsl(var(--black));
}

.contact-info__addres-wrap .single_wrapper > h4 {
  font-size: 1.25rem;
  font-weight: 600;
}
.contact-info__addres-wrap .single_wrapper > h5 {
  font-size: 1.125rem;
  font-weight: 600;
}
.contact-info__addres-wrap .single_wrapper > p {
  font-size: 0.875rem;
  line-height: 1.35;
  margin-bottom: 10px;
}

.contact-info__addres-wrap .single_wrapper .single-info .cont-text h6 {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0;
}
.contact-info__addres-wrap .single_wrapper .single-info {
  display: flex;
}

.contact-info__addres-wrap .single_wrapper .single-info .cont-icon {
  margin-right: 10px;
  line-height: 1;
}

.contact-info__addres-wrap .single_wrapper .single-info .cont-icon i {
  font-size: 20px;
  color: hsl(var(--base));
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: 10px;
}

.contact-info__addres-wrap .cont-text a {
  color: hsl(var(--dark) / 0.85);
  font-weight: 500;
}
.contact-info__addres-wrap .cont-text.-base a {
  color: hsl(var(--base));
}

.maps {
  padding: 0;
}
.contact-map {
  width: 100%;
  min-height: 360px;
  height: 100%;
  margin-bottom: -7px;
}

.contact-map iframe {
  width: 100%;
  height: 360px;
}

.contactus-form {
  border: 1px solid hsl(var(--light) / 0.15);
  padding: 1.5rem;
  border-radius: 0.5rem;
}

@media screen and (max-width: 767px) {
  .contactus-form {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 576px) {
  .contactus-form {
    padding: 20px 15px;
  }
}

/*=================== 2FA =========*/
.auth-2fa {
  position: relative;
}
.auth-2fa .qrcode {
  border-radius: 0;
  display: block;
  margin: 15px auto;
}

@media screen and (max-width: 767px) {
  .auth-2fa-wrapper {
    margin-top: 30px;
  }
  .auth-2fa_code {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .auth-2fa .input-group {
    width: 85%;
  }
}

/*=================== Left Css =========*/
.policy-area {
  padding: 30px 0 60px;
  position: relative;
}
.policy-area:before {
  position: absolute;
  width: 100%;
  height: 30px;
  border-radius: 30px 30px 0 0;
  top: -29px;
  left: 0;
  background-color: hsl(var(--body-background));
  content: "";
  z-index: 2;
}
.policy-area.section-bg:before {
  top: 0;
  height: 0;
}

/*============** Term Of Service **============*/
.error-wrap img {
  background: hsl(var(--danger));
}

.error-wrap__title {
  margin-bottom: 0;
}

.error-wrap__desc {
  margin-bottom: 30px;
  font-size: 18px;
}

.error__text span {
  font-size: 75px;
  font-weight: 800;
}

.error__text span:nth-child(2) {
  color: red;
}

.cookies-card {
  position: fixed;
  bottom: 16px;
  width: 40%;
  padding: 20px;
  background: #fff;
  border: 2px solid #108ce6;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  right: 16px;
  z-index: 99;
  border: 2px solid hsl(var(--base));
}

@media (max-width: 576px) {
  .cookies-card {
    width: 90%;
  }
}

h2.swal2-title {
  color: black !important;
}

/* social login  */
.account-form .social {
  display: flex;
  justify-content: center;
}

.account-form .social .icon {
  background-color: hsl(var(--base) / 0.05);
  color: hsl(var(--base));
  border: 1px solid hsl(var(--base) / 0);
  width: 50px;
  margin-right: 12px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.account-form .social .icon:hover {
  background-color: transparent;
  border: 1px solid hsl(var(--base));
}

.account-form .social .icon:last-child {
  margin-right: 0;
}

.account-form .social .icon i {
  font-size: 20px;
}

/* Searcbar */
.search_bar_list {
  position: relative;
}
.search_bar_list .form-control {
  border: 0;
  height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-left: 15px;
  background-color: hsl(var(--dark-2));
}
.search_bar_list button {
  position: absolute;
  right: -1px;
  color: #fff;
  font-weight: 600;
  top: 0;
  border: 0;
  padding: 0 15px;
  height: 40px;
  cursor: pointer;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: hsl(var(--dark-1));
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search_bar_list button:hover {
  background-color: hsl(var(--dark-2));
}
.search_bar_list button:focus {
  box-shadow: none;
}

/* ======== Bottom Sheet */
bottom-sheet {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

bottom-sheet.open {
  display: block;
}

.bottom-sheet-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.bottom-sheet-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 80vh;
  background: hsl(var(--dark-2));
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}
.bottom-sheet-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 0;
}
.bottom-sheet-title {
  margin: 0;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
}

.bottom-sheet-content {
  padding: 1.5rem;
}
.bottom-sheet-close {
  border: 0;
  outline: none;
  box-shadow: none;
  font-size: 1.25rem;
  color: hsl(var(--light));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.bottom-sheet-close:hover {
  color: hsl(var(--white));
}
bottom-sheet.open .bottom-sheet-container {
  transform: translateY(0);
}

.mfcList {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
}
.mfcListItem {
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
.mfcListItem-wrap {
  gap: 16px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.mfcListItem-img {
  width: 100%;
  background: hsl(var(--dark-3));
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
}

.mfcListItem-img:before {
  content: "";
  display: block;
  padding-top: 56%;
  pointer-events: none;
}
.mfcListItem-img img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.mfcListItem-content {
  width: 100%;
}

.mfcListItem-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 8px;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mfcListItem a:hover .mfcListItem-title {
  color: hsl(var(--gold-5));
}
.mfcListItem-excerpt {
  font-size: 0.875rem;
  line-height: 1.4;
  color: hsl(var(--light));
  margin: 0;
}
.mfcListItem-meta {
  color: hsl(var(--light));
  font-size: 0.875rem;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .mfcList {
    gap: 1.125rem;
  }
  .mfcListItem-wrap {
    flex-direction: row;
    align-items: center;
  }
  .mfcListItem-title {
    font-size: 1.25rem;
  }
  .mfcListItem-excerpt {
    font-size: 0.925rem;
  }

  .mfcListItem-img {
    width: 236px;
  }

  .mfcListItem-content {
    width: calc(100% - 236px - 16px);
  }
}

@media (min-width: 1400px) {
  .mfcListItem-title {
    font-size: 1.5rem;
  }
}

/* Block Custom */
.mfc-list-block {
  margin-top: 1rem;
  position: relative;
}

.mfc-list-block ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 16px;
}

.mfc-list-block ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  color: hsl(var(--gold-5));
}

.yt-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* rasio 16:9 */
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}
.mba-about-page .yt-wrapper {
  margin-bottom: 30px;
  border-radius: 0;
}

.mfc-about-d .yt-wrapper {
  padding-bottom: 97.25%;
}

.yt-container {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.yt-cover {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.yt-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.2s;
}
.mfc-about-d .yt-thumbnail {
  object-fit: cover;
}

.yt-cover:hover .yt-thumbnail {
  opacity: 0.8;
}

.yt-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yt-play-btn svg {
  width: 72px;
  height: 72px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
  transition:
    transform 0.15s,
    opacity 0.15s;
  opacity: 0.8;
}

.yt-cover:hover .yt-play-btn svg {
  transform: scale(1.1);
  opacity: 1;
}

.yt-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

@media (max-width: 991px) {
  .yt-wrapper {
    margin-bottom: 30px;
  }

  .yt-play-btn svg {
    width: 40px;
    height: 40px;
  }
}

.mba-bg-cover {
  position: relative;
  flex: 0;
}
.mba-bg-cover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: url(/assets/images/general/pageheader-sm.jpg?ver=ax1134);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

@media (min-width: 1200px) {
  .mfc-about-d .yt-wrapper {
    padding-bottom: 130%;
  }
}
@media (min-width: 1400px) {
  .mfc-about-d .yt-wrapper {
    padding-bottom: 90%;
  }
}

@media (min-width: 1600px) {
  .mfc-about-d .yt-wrapper {
    padding-bottom: 70%;
  }
}

/* Grid Logo */
.mba-grid-winner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .mba-grid-winner {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 0.75rem;
  }
}
.mba-grid-winner__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 86px;
  word-wrap: break-word;
  border-radius: 0.25rem;
  border: 1px solid hsl(var(--white) / 0.75);
  padding: 0.625rem 1rem;
  transform: scale(1);
  transition:
    opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1),
    transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.mba-grid-winner__inner.-gold {
  border-color: hsl(var(--gold-1));
}

.mba-grid-winner__inner:hover {
  transform: scale(1.05);
  border-color: hsl(var(--white));
  cursor: pointer;
}

.mba-grid-winner__inner.-gold:hover {
  border-color: hsl(var(--gold-2));
}

.mba-grid-winner__img {
  max-width: 100%;
  max-height: 64px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.85;
  transition: all 0.35s ease;
}

.mba-grid-winner__inner:hover img {
  opacity: 1;
}

.mba-grid-winner__inner.-gold .mba-grid-winner__img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(32%) saturate(650%)
    hue-rotate(8deg) brightness(96%) contrast(92%);
}

.mba-grid-winner__img.filter-none {
  filter: none !important;
}

/* Section: News — Swiper Story Carousel */
.mba-news-section {
  background-color: hsl(var(--dark-3));
}

.mba-news-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.mba-news-heading .section-heading__title {
  margin-bottom: 0.25rem;
}

.mba-news-viewall {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 500;
  color: hsl(var(--white) / 0.75);
  text-decoration: none;
  white-space: nowrap;
  padding-bottom: 0.2rem;
  transition: opacity 0.2s;
}

@media (min-width: 992px) {
  .mba-news-viewall {
    font-size: 0.925rem;
  }
}

.mba-news-viewall:hover {
  opacity: 0.75;
  color: hsl(var(--white));
}

/* Swiper wrapper */
.mba-news-swiper {
  padding-bottom: 2.5rem !important;
}

/* Story card */
.mba-story-link {
  display: block;
}

.mba-story-image {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 0.75rem;
  margin: 0;
  background-color: hsl(var(--dark-2));
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  isolation: isolate;
}

.mba-story-image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mba-story-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5rem 0.875rem 0.875rem;
  background: linear-gradient(
    0deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0.746) 35%,
    rgba(253, 253, 253, 0) 100%
  );
}
@media (min-width: 992px) {
  .mba-story-body {
    padding: 6rem 1.25rem 1.5rem;
  }
}

.mba-story-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.5rem;
  margin-bottom: 0.4rem;
}

.mba-story-category {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: hsl(var(--gold-3));
  background: hsl(var(--gold-3) / 0.15);
  padding: 0.15rem 0.5rem;
  border-radius: 2rem;
  line-height: 1.5;
}

.mba-story-date {
  font-size: 0.65rem;
  color: hsl(var(--white) / 0.55);
  line-height: 1.4;
}

.mba-story-title {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.3;
  color: hsl(var(--white));
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 2px 4px rgb(0 0 0 / 100%);
}

@media (hover: hover) {
  .mba-story-card:hover .mba-story-image {
    transform: translateY(-4px);
    transition: transform 0.3s ease;
  }
}

/* Swiper pagination — pill style */
.mba-news-pagination {
  bottom: 0 !important;
}

.mba-news-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: hsl(var(--white) / 0.2);
  opacity: 1;
  transition:
    width 0.3s ease,
    background 0.3s ease;
}

.mba-news-pagination .swiper-pagination-bullet-active {
  width: 22px;
  background: hsl(var(--gold-3));
}

/* Tablet: aspect-ratio 3/4 */
@media (min-width: 576px) {
  .mba-story-image {
    aspect-ratio: 3 / 4;
  }
}

/* Desktop */
@media (min-width: 992px) {
  .mba-story-title {
    font-size: 1.25rem;
  }
  x .mba-story-category,
  .mba-story-date {
    font-size: 0.825rem;
  }
}
