/* #region Start  */
/* #endregion End  */
/* Start List Of Componenet*/
/*
1 - Respansive
2 - Btns
3 - Positions
4 - Margin
5 - Padding
6 - Gap
7 - Displayes
8 - Font Familey
9 - Rounded
10 - Order
11 - height
12 -Width
13 - Border
14 - Opacity
15 - Overflow
16 - Respansive With Important
17 - Images
18 - Other
19 - Forms
20 - Text Color
21 - Text Weight

*/
/* End List Of Componenet`*/
/* #region Start Respansive */
.z-99 {
  z-index: 9999 !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {

  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1600px) {

  .container-xxxl,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1440px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-0-5 {
  flex: 0 0 auto;
  width: 4.16666667%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-1-5 {
  flex: 0 0 auto;
  width: 12.5%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-2-5 {
  flex: 0 0 auto;
  width: 20.83333333%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-3-5 {
  flex: 0 0 auto;
  width: 29.16666667%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-4-5 {
  flex: 0 0 auto;
  width: 37.5%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-5-5 {
  flex: 0 0 auto;
  width: 45.83333333%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-6-5 {
  flex: 0 0 auto;
  width: 54.16666667%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-7-5 {
  flex: 0 0 auto;
  width: 62.5%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-8-5 {
  flex: 0 0 auto;
  width: 70.83333333%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-9-5 {
  flex: 0 0 auto;
  width: 79.16666667%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-10-5 {
  flex: 0 0 auto;
  width: 87.5%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-11-5 {
  flex: 0 0 auto;
  width: 95.83333333%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-right: 8.33333333%;
}

.offset-2 {
  margin-right: 16.66666667%;
}

.offset-3 {
  margin-right: 25%;
}

.offset-4 {
  margin-right: 33.33333333%;
}

.offset-5 {
  margin-right: 41.66666667%;
}

.offset-6 {
  margin-right: 50%;
}

.offset-7 {
  margin-right: 58.33333333%;
}

.offset-8 {
  margin-right: 66.66666667%;
}

.offset-9 {
  margin-right: 75%;
}

.offset-10 {
  margin-right: 83.33333333%;
}

.offset-11 {
  margin-right: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 375px) {
  .col-xs {
    flex: 1 0 0%;
  }

  .row-cols-xs-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xs-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xs-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xs-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xs-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xs-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xs-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xs-0-5 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }

  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xs-1-5 {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xs-2-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }

  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xs-3-5 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }

  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xs-4-5 {
    flex: 0 0 auto;
    width: 37.5%;
  }

  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xs-5-5 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }

  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xs-6-5 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }

  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xs-7-5 {
    flex: 0 0 auto;
    width: 62.5%;
  }

  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xs-8-5 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }

  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xs-9-5 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }

  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xs-10-5 {
    flex: 0 0 auto;
    width: 87.5%;
  }

  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xs-11-5 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }

  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xs-0 {
    margin-right: 0;
  }

  .offset-xs-1 {
    margin-right: 8.33333333%;
  }

  .offset-xs-2 {
    margin-right: 16.66666667%;
  }

  .offset-xs-3 {
    margin-right: 25%;
  }

  .offset-xs-4 {
    margin-right: 33.33333333%;
  }

  .offset-xs-5 {
    margin-right: 41.66666667%;
  }

  .offset-xs-6 {
    margin-right: 50%;
  }

  .offset-xs-7 {
    margin-right: 58.33333333%;
  }

  .offset-xs-8 {
    margin-right: 66.66666667%;
  }

  .offset-xs-9 {
    margin-right: 75%;
  }

  .offset-xs-10 {
    margin-right: 83.33333333%;
  }

  .offset-xs-11 {
    margin-right: 91.66666667%;
  }

  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }

  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }

  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xs-5,
  .gy-xs-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-0-5 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-1-5 {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-2-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-3-5 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-4-5 {
    flex: 0 0 auto;
    width: 37.5%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-5-5 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-6-5 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-7-5 {
    flex: 0 0 auto;
    width: 62.5%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-8-5 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-9-5 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-10-5 {
    flex: 0 0 auto;
    width: 87.5%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-11-5 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-right: 0;
  }

  .offset-sm-1 {
    margin-right: 8.33333333%;
  }

  .offset-sm-2 {
    margin-right: 16.66666667%;
  }

  .offset-sm-3 {
    margin-right: 25%;
  }

  .offset-sm-4 {
    margin-right: 33.33333333%;
  }

  .offset-sm-5 {
    margin-right: 41.66666667%;
  }

  .offset-sm-6 {
    margin-right: 50%;
  }

  .offset-sm-7 {
    margin-right: 58.33333333%;
  }

  .offset-sm-8 {
    margin-right: 66.66666667%;
  }

  .offset-sm-9 {
    margin-right: 75%;
  }

  .offset-sm-10 {
    margin-right: 83.33333333%;
  }

  .offset-sm-11 {
    margin-right: 91.66666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.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-0-5 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-1-5 {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-2-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-3-5 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-4-5 {
    flex: 0 0 auto;
    width: 37.5%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-5-5 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-6-5 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-7-5 {
    flex: 0 0 auto;
    width: 62.5%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-8-5 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-9-5 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-10-5 {
    flex: 0 0 auto;
    width: 87.5%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-11-5 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-right: 0;
  }

  .offset-md-1 {
    margin-right: 8.33333333%;
  }

  .offset-md-2 {
    margin-right: 16.66666667%;
  }

  .offset-md-3 {
    margin-right: 25%;
  }

  .offset-md-4 {
    margin-right: 33.33333333%;
  }

  .offset-md-5 {
    margin-right: 41.66666667%;
  }

  .offset-md-6 {
    margin-right: 50%;
  }

  .offset-md-7 {
    margin-right: 58.33333333%;
  }

  .offset-md-8 {
    margin-right: 66.66666667%;
  }

  .offset-md-9 {
    margin-right: 75%;
  }

  .offset-md-10 {
    margin-right: 83.33333333%;
  }

  .offset-md-11 {
    margin-right: 91.66666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.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-0-5 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-1-5 {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-2-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-3-5 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-4-5 {
    flex: 0 0 auto;
    width: 37.5%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-5-5 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-6-5 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-7-5 {
    flex: 0 0 auto;
    width: 62.5%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-8-5 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-9-5 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-10-5 {
    flex: 0 0 auto;
    width: 87.5%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-11-5 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-right: 0;
  }

  .offset-lg-1 {
    margin-right: 8.33333333%;
  }

  .offset-lg-2 {
    margin-right: 16.66666667%;
  }

  .offset-lg-3 {
    margin-right: 25%;
  }

  .offset-lg-4 {
    margin-right: 33.33333333%;
  }

  .offset-lg-5 {
    margin-right: 41.66666667%;
  }

  .offset-lg-6 {
    margin-right: 50%;
  }

  .offset-lg-7 {
    margin-right: 58.33333333%;
  }

  .offset-lg-8 {
    margin-right: 66.66666667%;
  }

  .offset-lg-9 {
    margin-right: 75%;
  }

  .offset-lg-10 {
    margin-right: 83.33333333%;
  }

  .offset-lg-11 {
    margin-right: 91.66666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.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-0-5 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-1-5 {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-2-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-3-5 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-4-5 {
    flex: 0 0 auto;
    width: 37.5%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-5-5 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-6-5 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-7-5 {
    flex: 0 0 auto;
    width: 62.5%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-8-5 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-9-5 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-10-5 {
    flex: 0 0 auto;
    width: 87.5%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-11-5 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-right: 0;
  }

  .offset-xl-1 {
    margin-right: 8.33333333%;
  }

  .offset-xl-2 {
    margin-right: 16.66666667%;
  }

  .offset-xl-3 {
    margin-right: 25%;
  }

  .offset-xl-4 {
    margin-right: 33.33333333%;
  }

  .offset-xl-5 {
    margin-right: 41.66666667%;
  }

  .offset-xl-6 {
    margin-right: 50%;
  }

  .offset-xl-7 {
    margin-right: 58.33333333%;
  }

  .offset-xl-8 {
    margin-right: 66.66666667%;
  }

  .offset-xl-9 {
    margin-right: 75%;
  }

  .offset-xl-10 {
    margin-right: 83.33333333%;
  }

  .offset-xl-11 {
    margin-right: 91.66666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.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-0-5 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-1-5 {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-2-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-3-5 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-4-5 {
    flex: 0 0 auto;
    width: 37.5%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-5-5 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-6-5 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-7-5 {
    flex: 0 0 auto;
    width: 62.5%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-8-5 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-9-5 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-10-5 {
    flex: 0 0 auto;
    width: 87.5%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-11-5 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-right: 0;
  }

  .offset-xxl-1 {
    margin-right: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-right: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-right: 25%;
  }

  .offset-xxl-4 {
    margin-right: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-right: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-right: 50%;
  }

  .offset-xxl-7 {
    margin-right: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-right: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-right: 75%;
  }

  .offset-xxl-10 {
    margin-right: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-right: 91.66666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1600px) {
  .col-xxxl {
    flex: 1 0 0%;
  }

  .row-cols-xxxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxxl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxxl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxxl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxxl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxxl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxxl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxxl-0-5 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }

  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxxl-1-5 {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxxl-2-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }

  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxxl-3-5 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }

  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxxl-4-5 {
    flex: 0 0 auto;
    width: 37.5%;
  }

  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxxl-5-5 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }

  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxxl-6-5 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }

  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxxl-7-5 {
    flex: 0 0 auto;
    width: 62.5%;
  }

  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxxl-8-5 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }

  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxxl-9-5 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }

  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxxl-10-5 {
    flex: 0 0 auto;
    width: 87.5%;
  }

  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxxl-11-5 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }

  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxxl-0 {
    margin-right: 0;
  }

  .offset-xxxl-1 {
    margin-right: 8.33333333%;
  }

  .offset-xxxl-2 {
    margin-right: 16.66666667%;
  }

  .offset-xxxl-3 {
    margin-right: 25%;
  }

  .offset-xxxl-4 {
    margin-right: 33.33333333%;
  }

  .offset-xxxl-5 {
    margin-right: 41.66666667%;
  }

  .offset-xxxl-6 {
    margin-right: 50%;
  }

  .offset-xxxl-7 {
    margin-right: 58.33333333%;
  }

  .offset-xxxl-8 {
    margin-right: 66.66666667%;
  }

  .offset-xxxl-9 {
    margin-right: 75%;
  }

  .offset-xxxl-10 {
    margin-right: 83.33333333%;
  }

  .offset-xxxl-11 {
    margin-right: 91.66666667%;
  }

  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* #endregion End  Respansive  */
/* #region Start Btn  */
.btn {
  display: inline-block !important;
  outline: none !important;
  cursor: pointer !important;
  font-family: first-font !important;
}

.btn-sm {
  padding: 10.5px 36px !important;
  font-size: 20px !important;
}

.btn-md {
  padding: 19.25px 36px !important;
  font-size: 18px !important;
}

.btn-main-style {
  background-color: var(--bg-color-main-btn) !important;
  color: var(--text-color-main-btn) !important;
}

.btn-main-style:hover {
  background-color: rgba(36, 81, 180, 0.85) !important;
}

/* #endregion End Btn */
/* #region Start Forms  */
/* todo Fixe Forms */
/* #endregion End Forms */
/* #region Start Positions */
.start-0 {
  right: 0;
}

.end-0 {
  left: 0;
}

.position-absolute {
  position: absolute !important;
}

.position-relative {
  position: relative !important;
}

/* #endregion End My Positions */
/* #region Start Margin */
.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-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: 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-8-rem {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0-px {
  margin-top: 0px !important;
}

.mt-1-px {
  margin-top: 1px !important;
}

.mt-2-px {
  margin-top: 2px !important;
}

.mt-3-px {
  margin-top: 3px !important;
}

.mt-4-px {
  margin-top: 4px !important;
}

.mt-5-px {
  margin-top: 5px !important;
}

.mt-6-px {
  margin-top: 6px !important;
}

.mt-7-px {
  margin-top: 7px !important;
}

.mt-8-px {
  margin-top: 8px !important;
}

.mt-9-px {
  margin-top: 9px !important;
}

.mt-10-px {
  margin-top: 10px !important;
}

.mt-11-px {
  margin-top: 11px !important;
}

.mt-12-px {
  margin-top: 12px !important;
}

.mt-13-px {
  margin-top: 13px !important;
}

.mt-14-px {
  margin-top: 14px !important;
}

.mt-15-px {
  margin-top: 15px !important;
}

.mt-16-px {
  margin-top: 16px !important;
}

.mt-17-px {
  margin-top: 17px !important;
}

.mt-18-px {
  margin-top: 18px !important;
}

.mt-19-px {
  margin-top: 19px !important;
}

.mt-20-px {
  margin-top: 20px !important;
}

.mt-21-px {
  margin-top: 21px !important;
}

.mt-22-px {
  margin-top: 22px !important;
}

.mt-23-px {
  margin-top: 23px !important;
}

.mt-24-px {
  margin-top: 24px !important;
}

.mt-25-px {
  margin-top: 25px !important;
}

.mt-26-px {
  margin-top: 26px !important;
}

.mt-27-px {
  margin-top: 27px !important;
}

.mt-28-px {
  margin-top: 28px !important;
}

.mt-29-px {
  margin-top: 29px !important;
}

.mt-30-px {
  margin-top: 30px !important;
}

.mt-31-px {
  margin-top: 31px !important;
}

.mt-32-px {
  margin-top: 32px !important;
}

.mt-33-px {
  margin-top: 33px !important;
}

.mt-34-px {
  margin-top: 34px !important;
}

.mt-35-px {
  margin-top: 35px !important;
}

.mt-36-px {
  margin-top: 36px !important;
}

.mt-37-px {
  margin-top: 37px !important;
}

.mt-38-px {
  margin-top: 38px !important;
}

.mt-39-px {
  margin-top: 39px !important;
}

.mt-40-px {
  margin-top: 40px !important;
}

.mt-41-px {
  margin-top: 41px !important;
}

.mt-42-px {
  margin-top: 42px !important;
}

.mt-43-px {
  margin-top: 43px !important;
}

.mt-44-px {
  margin-top: 44px !important;
}

.mt-45-px {
  margin-top: 45px !important;
}

.mt-46-px {
  margin-top: 46px !important;
}

.mt-47-px {
  margin-top: 47px !important;
}

.mt-48-px {
  margin-top: 48px !important;
}

.mt-49-px {
  margin-top: 49px !important;
}

.mt-50-px {
  margin-top: 50px !important;
}

.mt-51-px {
  margin-top: 51px !important;
}

.mt-52-px {
  margin-top: 52px !important;
}

.mt-53-px {
  margin-top: 53px !important;
}

.mt-54-px {
  margin-top: 54px !important;
}

.mt-55-px {
  margin-top: 55px !important;
}

.mt-56-px {
  margin-top: 56px !important;
}

.mt-57-px {
  margin-top: 57px !important;
}

.mt-58-px {
  margin-top: 58px !important;
}

.mt-59-px {
  margin-top: 59px !important;
}

.mt-60-px {
  margin-top: 60px !important;
}

.mt-61-px {
  margin-top: 61px !important;
}

.mt-62-px {
  margin-top: 62px !important;
}

.mt-63-px {
  margin-top: 63px !important;
}

.mt-64-px {
  margin-top: 64px !important;
}

.mt-65-px {
  margin-top: 65px !important;
}

.mt-66-px {
  margin-top: 66px !important;
}

.mt-67-px {
  margin-top: 67px !important;
}

.mt-68-px {
  margin-top: 68px !important;
}

.mt-69-px {
  margin-top: 69px !important;
}

.mt-70-px {
  margin-top: 70px !important;
}

.mt-71-px {
  margin-top: 71px !important;
}

.mt-72-px {
  margin-top: 72px !important;
}

.mt-73-px {
  margin-top: 73px !important;
}

.mt-74-px {
  margin-top: 74px !important;
}

.mt-75-px {
  margin-top: 75px !important;
}

.mt-76-px {
  margin-top: 76px !important;
}

.mt-77-px {
  margin-top: 77px !important;
}

.mt-78-px {
  margin-top: 78px !important;
}

.mt-79-px {
  margin-top: 79px !important;
}

.mt-80-px {
  margin-top: 80px !important;
}

.mt-81-px {
  margin-top: 81px !important;
}

.mt-82-px {
  margin-top: 82px !important;
}

.mt-83-px {
  margin-top: 83px !important;
}

.mt-84-px {
  margin-top: 84px !important;
}

.mt-85-px {
  margin-top: 85px !important;
}

.mt-86-px {
  margin-top: 86px !important;
}

.mt-87-px {
  margin-top: 87px !important;
}

.mt-88-px {
  margin-top: 88px !important;
}

.mt-89-px {
  margin-top: 89px !important;
}

.mt-90-px {
  margin-top: 90px !important;
}

.mt-91-px {
  margin-top: 91px !important;
}

.mt-92-px {
  margin-top: 92px !important;
}

.mt-93-px {
  margin-top: 93px !important;
}

.mt-94-px {
  margin-top: 94px !important;
}

.mt-95-px {
  margin-top: 95px !important;
}

.mt-96-px {
  margin-top: 96px !important;
}

.mt-97-px {
  margin-top: 97px !important;
}

.mt-98-px {
  margin-top: 98px !important;
}

.mt-99-px {
  margin-top: 99px !important;
}

.mt-100-px {
  margin-top: 100px !important;
}

.mt-101-px {
  margin-top: 101px !important;
}

.mt-102-px {
  margin-top: 102px !important;
}

.mt-103-px {
  margin-top: 103px !important;
}

.mt-104-px {
  margin-top: 104px !important;
}

.mt-105-px {
  margin-top: 105px !important;
}

.mt-106-px {
  margin-top: 106px !important;
}

.mt-107-px {
  margin-top: 107px !important;
}

.mt-108-px {
  margin-top: 108px !important;
}

.mt-109-px {
  margin-top: 109px !important;
}

.mt-110-px {
  margin-top: 110px !important;
}

.mt-111-px {
  margin-top: 111px !important;
}

.mt-112-px {
  margin-top: 112px !important;
}

.mt-113-px {
  margin-top: 113px !important;
}

.mt-114-px {
  margin-top: 114px !important;
}

.mt-115-px {
  margin-top: 115px !important;
}

.mt-116-px {
  margin-top: 116px !important;
}

.mt-117-px {
  margin-top: 117px !important;
}

.mt-118-px {
  margin-top: 118px !important;
}

.mt-119-px {
  margin-top: 119px !important;
}

.mt-120-px {
  margin-top: 120px !important;
}

.mt-121-px {
  margin-top: 121px !important;
}

.mt-122-px {
  margin-top: 122px !important;
}

.mt-123-px {
  margin-top: 123px !important;
}

.mt-124-px {
  margin-top: 124px !important;
}

.mt-125-px {
  margin-top: 125px !important;
}

.mt-126-px {
  margin-top: 126px !important;
}

.mt-127-px {
  margin-top: 127px !important;
}

.mt-128-px {
  margin-top: 128px !important;
}

.mt-129-px {
  margin-top: 129px !important;
}

.mt-130-px {
  margin-top: 130px !important;
}

.mt-131-px {
  margin-top: 131px !important;
}

.mt-132-px {
  margin-top: 132px !important;
}

.mt-133-px {
  margin-top: 133px !important;
}

.mt-134-px {
  margin-top: 134px !important;
}

.mt-135-px {
  margin-top: 135px !important;
}

.mt-136-px {
  margin-top: 136px !important;
}

.mt-137-px {
  margin-top: 137px !important;
}

.mt-138-px {
  margin-top: 138px !important;
}

.mt-139-px {
  margin-top: 139px !important;
}

.mt-140-px {
  margin-top: 140px !important;
}

.mt-141-px {
  margin-top: 141px !important;
}

.mt-142-px {
  margin-top: 142px !important;
}

.mt-143-px {
  margin-top: 143px !important;
}

.mt-144-px {
  margin-top: 144px !important;
}

.mt-145-px {
  margin-top: 145px !important;
}

.mt-146-px {
  margin-top: 146px !important;
}

.mt-147-px {
  margin-top: 147px !important;
}

.mt-148-px {
  margin-top: 148px !important;
}

.mt-149-px {
  margin-top: 149px !important;
}

.mt-150-px {
  margin-top: 150px !important;
}

.mt-151-px {
  margin-top: 151px !important;
}

.mt-152-px {
  margin-top: 152px !important;
}

.mt-153-px {
  margin-top: 153px !important;
}

.mt-154-px {
  margin-top: 154px !important;
}

.mt-155-px {
  margin-top: 155px !important;
}

.mt-156-px {
  margin-top: 156px !important;
}

.mt-157-px {
  margin-top: 157px !important;
}

.mt-158-px {
  margin-top: 158px !important;
}

.mt-159-px {
  margin-top: 159px !important;
}

.mt-160-px {
  margin-top: 160px !important;
}

.mt-161-px {
  margin-top: 161px !important;
}

.mt-162-px {
  margin-top: 162px !important;
}

.mt-163-px {
  margin-top: 163px !important;
}

.mt-164-px {
  margin-top: 164px !important;
}

.mt-165-px {
  margin-top: 165px !important;
}

.mt-166-px {
  margin-top: 166px !important;
}

.mt-167-px {
  margin-top: 167px !important;
}

.mt-168-px {
  margin-top: 168px !important;
}

.mt-169-px {
  margin-top: 169px !important;
}

.mt-170-px {
  margin-top: 170px !important;
}

.mt-171-px {
  margin-top: 171px !important;
}

.mt-172-px {
  margin-top: 172px !important;
}

.mt-173-px {
  margin-top: 173px !important;
}

.mt-174-px {
  margin-top: 174px !important;
}

.mt-175-px {
  margin-top: 175px !important;
}

.mt-176-px {
  margin-top: 176px !important;
}

.mt-177-px {
  margin-top: 177px !important;
}

.mt-178-px {
  margin-top: 178px !important;
}

.mt-179-px {
  margin-top: 179px !important;
}

.mt-180-px {
  margin-top: 180px !important;
}

.mt-181-px {
  margin-top: 181px !important;
}

.mt-182-px {
  margin-top: 182px !important;
}

.mt-183-px {
  margin-top: 183px !important;
}

.mt-184-px {
  margin-top: 184px !important;
}

.mt-185-px {
  margin-top: 185px !important;
}

.mt-186-px {
  margin-top: 186px !important;
}

.mt-187-px {
  margin-top: 187px !important;
}

.mt-188-px {
  margin-top: 188px !important;
}

.mt-189-px {
  margin-top: 189px !important;
}

.mt-190-px {
  margin-top: 190px !important;
}

.mt-191-px {
  margin-top: 191px !important;
}

.mt-192-px {
  margin-top: 192px !important;
}

.mt-193-px {
  margin-top: 193px !important;
}

.mt-194-px {
  margin-top: 194px !important;
}

.mt-195-px {
  margin-top: 195px !important;
}

.mt-196-px {
  margin-top: 196px !important;
}

.mt-197-px {
  margin-top: 197px !important;
}

.mt-198-px {
  margin-top: 198px !important;
}

.mt-199-px {
  margin-top: 199px !important;
}

.mt-200-px {
  margin-top: 200px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-left: 0 !important;
}

.me-1 {
  margin-left: 0.25rem !important;
}

.me-2 {
  margin-left: 0.5rem !important;
}

.me-3 {
  margin-left: 1rem !important;
}

.me-4 {
  margin-left: 1.5rem !important;
}

.me-5 {
  margin-left: 3rem !important;
}

.me-auto {
  margin-left: 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-right: 0 !important;
}

.ms-1 {
  margin-right: 0.25rem !important;
}

.ms-2 {
  margin-right: 0.5rem !important;
}

.ms-3 {
  margin-right: 1rem !important;
}

.ms-4 {
  margin-right: 1.5rem !important;
}

.ms-5 {
  margin-right: 3rem !important;
}

.ms-auto {
  margin-right: auto !important;
}

/* #endregion Start Margin */
/* #region Start Padding */
.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;
}

.p-2-5 {
  padding: 2.5rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 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-1-5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !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-left: 0 !important;
}

.pe-1 {
  padding-left: 0.25rem !important;
}

.pe-2 {
  padding-left: 0.5rem !important;
}

.pe-3 {
  padding-left: 1rem !important;
}

.pe-4 {
  padding-left: 1.5rem !important;
}

.pe-5 {
  padding-left: 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;
}

.pb-6 {
  padding-bottom: 4rem !important;
}

.ps-0 {
  padding-right: 0 !important;
}

.ps-1 {
  padding-right: 0.25rem !important;
}

.ps-2 {
  padding-right: 0.5rem !important;
}

.ps-3 {
  padding-right: 1rem !important;
}

.ps-4 {
  padding-right: 1.5rem !important;
}

.ps-5 {
  padding-right: 3rem !important;
}

/* #endregion End Padding */
/* #region Start Gap */
.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;
}

/* #endregion End Gap */
/* #region Start Displayes  */
.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.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-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

/* #endregion End My Displayes */
/* #region Start Text Color */
.svg-color-626973 * {
  color: #626973;
}

.text-color-semi-white {
  color: var(--text-color-semi-white);
}

.text-color-white {
  color: white;
}

.text-color-red {
  color: var(--text-color-red);
}

.text-color-7A8185 {
  color: #5c6468;
}

.text-color-first {
  color: var(--text-color-first);
}

.text-color-dark {
  color: var(--text-color-dark);
}

.text-color-main {
  color: var(--text-color-main);
}

.text-color-5597CD {
  color: var(--text-color-5597CD);
}

.text-color-main-sec {
  color: var(--text-color-main-sec);
}

.text-color-313A48 {
  color: var(--text-color-313A48);
}

.text-color-3D3D3D {
  color: var(--text-color-3D3D3D);
}

.text-color-313A48-star * {
  color: var(--text-color-313A48) !important;
}

.text-color-for-header {
  color: var(--text-color-for-header);
}

.text-color-for-svgs {
  color: var(--text-color-for-svgs);
}

.text-color-93979E {
  color: var(--text-color-93979E);
}

.text-color-yellow {
  color: #F8B300;
}

.text-color-for-paragraph {
  color: var(--text-color-for-paragraph);
}

.text-color-green {
  color: #298267;
}

.fs-1-2-px {
  font-size: var(--fs-1-2-px);
}

.fs-1-3-px {
  font-size: var(--fs-1-3-px);
}

.fs-1-4-px {
  font-size: var(--fs-1-4-px);
}

.fs-1-4-px-dm {
  font-size: var(--fs-1-4-px-dm);
}

.fs-1-6-px {
  font-size: var(--fs-1-6-px) !important;
}

.fs-1-6-px-dm {
  font-size: var(--fs-1-6-px-dm) !important;
}

.fs-1-8-px {
  font-size: var(--fs-1-8-px);
}

.fs-2-0-px-dm {
  font-size: var(--fs-2-0-px-dm);
}

.fs-2-0-px {
  font-size: var(--fs-2-0-px);
}

.fs-2-4-px {
  font-size: var(--fs-2-4-px);
}

.fs-2-4-px-dm {
  font-size: var(--fs-2-4-px-dm);
}

.fs-3-0-px-dm {
  font-size: var(--fs-3-0-px-dm) !important;
}

.fs-3-2-px {
  font-size: var(--fs-3-2-px);
}

.fs-3-6-px {
  font-size: var(--fs-3-6-px);
}

.fs-3-6-px-dm {
  font-size: var(--fs-3-6-px-dm);
}

.fs-4-0-px {
  font-size: 40px;
}

.fs-4-0-px-dm {
  font-size: var(--fs-4-0-px-dm);
}

.fs-4-8-px {
  font-size: 48px;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-xtbold {
  font-weight: 800 !important;
}

.fw-ubold {
  font-weight: 900 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.rtl {
  direction: rtl !important;
}

.rtl-placeholder::placeholder {
  text-align: end;
}

.ltr {
  direction: ltr !important;
}

.text-start {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.font-uppercase {
  text-transform: uppercase !important;
}

.text-end {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-align-last-right {
  text-align-last: right;
}

.text-align-last-left {
  text-align-last: left;
}

.text-align-last-center {
  text-align-last: center;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-27 {
  line-height: 27px;
}

/* #endregion End My Color End My Text AnD FontSize  */
/* #region Start My Rounded  */
/* #endregion End My Rounded   */
/* #region Start My Order  */
.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;
}

/* #endregion End My order   */
/* #region Start My height  */
.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;
}

.h-full {
  height: 100%;
}

.h-vh-100 {
  height: 100vh;
}

.h-vh-75 {
  height: 75vh;
}

.h-vh-50 {
  height: 50vh;
}

.h-vh-25 {
  height: 25vh;
}

/* #endregion End My height   */
/* #region Start My Width  */
.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.w-8-rem {
  width: 8rem;
}

.w-auto {
  width: auto;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.w-vw-100 {
  width: 100vw;
}

.w-vw-75 {
  width: 75vw;
}

.w-vw-50 {
  width: 50vw;
}

.w-vw-25 {
  width: 25vw;
}

/* #endregion End My width   */
/* #region Start My Border  */
.border-radius-5-px {
  border-radius: 5px;
}

.border-radius-1-0-px {
  border-radius: 10px;
}

.border-radius-1-5-px {
  border-radius: 15px;
}

.border-radius-2-0-px {
  border-radius: 20px;
}

.border-radius-2-5-px {
  border-radius: 25px;
}

.border-radius-3-0-px {
  border-radius: 30px;
}

.border-radius-3-5-px {
  border-radius: 35px;
}

.border-radius-4-0-px {
  border-radius: 40px;
}

.border-radius-4-5-px {
  border-radius: 45px;
}

.border-radius-5-0-px {
  border-radius: 50px;
}

.img-border-top-left {
  overflow: hidden;
  border-radius: 50px 0 0 0;
}

.img-border-top-rite {
  overflow: hidden;
  border-radius: 0 50px 0 0;
}

.img-border-bottom-rite {
  overflow: hidden;
  border-radius: 0 0 50px 0;
}

.img-border-bottom-left {
  overflow: hidden;
  border-radius: 0 0 0 50px;
}

/* #endregion End My Border   */
/* #region Start My Opacity  */
.opacity-07 {
  opacity: 0.7;
}

.opacity-03 {
  opacity: 0.2;
}

/* #endregion End My Opacity   */
/* #region Start My Overflow */
.overflow-auto {
  overflow: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

/* #endregion End My Overflow */
/* #region Start My Respansive With Important */
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .float-sm-start {
    float: right !important;
  }

  .float-sm-end {
    float: left !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-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 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-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: 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-8-rem {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0-px {
    margin-top: 0px !important;
  }

  .mt-sm-1-px {
    margin-top: 1px !important;
  }

  .mt-sm-2-px {
    margin-top: 2px !important;
  }

  .mt-sm-3-px {
    margin-top: 3px !important;
  }

  .mt-sm-4-px {
    margin-top: 4px !important;
  }

  .mt-sm-5-px {
    margin-top: 5px !important;
  }

  .mt-sm-6-px {
    margin-top: 6px !important;
  }

  .mt-sm-7-px {
    margin-top: 7px !important;
  }

  .mt-sm-8-px {
    margin-top: 8px !important;
  }

  .mt-sm-9-px {
    margin-top: 9px !important;
  }

  .mt-sm-10-px {
    margin-top: 10px !important;
  }

  .mt-sm-11-px {
    margin-top: 11px !important;
  }

  .mt-sm-12-px {
    margin-top: 12px !important;
  }

  .mt-sm-13-px {
    margin-top: 13px !important;
  }

  .mt-sm-14-px {
    margin-top: 14px !important;
  }

  .mt-sm-15-px {
    margin-top: 15px !important;
  }

  .mt-sm-16-px {
    margin-top: 16px !important;
  }

  .mt-sm-17-px {
    margin-top: 17px !important;
  }

  .mt-sm-18-px {
    margin-top: 18px !important;
  }

  .mt-sm-19-px {
    margin-top: 19px !important;
  }

  .mt-sm-20-px {
    margin-top: 20px !important;
  }

  .mt-sm-21-px {
    margin-top: 21px !important;
  }

  .mt-sm-22-px {
    margin-top: 22px !important;
  }

  .mt-sm-23-px {
    margin-top: 23px !important;
  }

  .mt-sm-24-px {
    margin-top: 24px !important;
  }

  .mt-sm-25-px {
    margin-top: 25px !important;
  }

  .mt-sm-26-px {
    margin-top: 26px !important;
  }

  .mt-sm-27-px {
    margin-top: 27px !important;
  }

  .mt-sm-28-px {
    margin-top: 28px !important;
  }

  .mt-sm-29-px {
    margin-top: 29px !important;
  }

  .mt-sm-30-px {
    margin-top: 30px !important;
  }

  .mt-sm-31-px {
    margin-top: 31px !important;
  }

  .mt-sm-32-px {
    margin-top: 32px !important;
  }

  .mt-sm-33-px {
    margin-top: 33px !important;
  }

  .mt-sm-34-px {
    margin-top: 34px !important;
  }

  .mt-sm-35-px {
    margin-top: 35px !important;
  }

  .mt-sm-36-px {
    margin-top: 36px !important;
  }

  .mt-sm-37-px {
    margin-top: 37px !important;
  }

  .mt-sm-38-px {
    margin-top: 38px !important;
  }

  .mt-sm-39-px {
    margin-top: 39px !important;
  }

  .mt-sm-40-px {
    margin-top: 40px !important;
  }

  .mt-sm-41-px {
    margin-top: 41px !important;
  }

  .mt-sm-42-px {
    margin-top: 42px !important;
  }

  .mt-sm-43-px {
    margin-top: 43px !important;
  }

  .mt-sm-44-px {
    margin-top: 44px !important;
  }

  .mt-sm-45-px {
    margin-top: 45px !important;
  }

  .mt-sm-46-px {
    margin-top: 46px !important;
  }

  .mt-sm-47-px {
    margin-top: 47px !important;
  }

  .mt-sm-48-px {
    margin-top: 48px !important;
  }

  .mt-sm-49-px {
    margin-top: 49px !important;
  }

  .mt-sm-50-px {
    margin-top: 50px !important;
  }

  .mt-sm-51-px {
    margin-top: 51px !important;
  }

  .mt-sm-52-px {
    margin-top: 52px !important;
  }

  .mt-sm-53-px {
    margin-top: 53px !important;
  }

  .mt-sm-54-px {
    margin-top: 54px !important;
  }

  .mt-sm-55-px {
    margin-top: 55px !important;
  }

  .mt-sm-56-px {
    margin-top: 56px !important;
  }

  .mt-sm-57-px {
    margin-top: 57px !important;
  }

  .mt-sm-58-px {
    margin-top: 58px !important;
  }

  .mt-sm-59-px {
    margin-top: 59px !important;
  }

  .mt-sm-60-px {
    margin-top: 60px !important;
  }

  .mt-sm-61-px {
    margin-top: 61px !important;
  }

  .mt-sm-62-px {
    margin-top: 62px !important;
  }

  .mt-sm-63-px {
    margin-top: 63px !important;
  }

  .mt-sm-64-px {
    margin-top: 64px !important;
  }

  .mt-sm-65-px {
    margin-top: 65px !important;
  }

  .mt-sm-66-px {
    margin-top: 66px !important;
  }

  .mt-sm-67-px {
    margin-top: 67px !important;
  }

  .mt-sm-68-px {
    margin-top: 68px !important;
  }

  .mt-sm-69-px {
    margin-top: 69px !important;
  }

  .mt-sm-70-px {
    margin-top: 70px !important;
  }

  .mt-sm-71-px {
    margin-top: 71px !important;
  }

  .mt-sm-72-px {
    margin-top: 72px !important;
  }

  .mt-sm-73-px {
    margin-top: 73px !important;
  }

  .mt-sm-74-px {
    margin-top: 74px !important;
  }

  .mt-sm-75-px {
    margin-top: 75px !important;
  }

  .mt-sm-76-px {
    margin-top: 76px !important;
  }

  .mt-sm-77-px {
    margin-top: 77px !important;
  }

  .mt-sm-78-px {
    margin-top: 78px !important;
  }

  .mt-sm-79-px {
    margin-top: 79px !important;
  }

  .mt-sm-80-px {
    margin-top: 80px !important;
  }

  .mt-sm-81-px {
    margin-top: 81px !important;
  }

  .mt-sm-82-px {
    margin-top: 82px !important;
  }

  .mt-sm-83-px {
    margin-top: 83px !important;
  }

  .mt-sm-84-px {
    margin-top: 84px !important;
  }

  .mt-sm-85-px {
    margin-top: 85px !important;
  }

  .mt-sm-86-px {
    margin-top: 86px !important;
  }

  .mt-sm-87-px {
    margin-top: 87px !important;
  }

  .mt-sm-88-px {
    margin-top: 88px !important;
  }

  .mt-sm-89-px {
    margin-top: 89px !important;
  }

  .mt-sm-90-px {
    margin-top: 90px !important;
  }

  .mt-sm-91-px {
    margin-top: 91px !important;
  }

  .mt-sm-92-px {
    margin-top: 92px !important;
  }

  .mt-sm-93-px {
    margin-top: 93px !important;
  }

  .mt-sm-94-px {
    margin-top: 94px !important;
  }

  .mt-sm-95-px {
    margin-top: 95px !important;
  }

  .mt-sm-96-px {
    margin-top: 96px !important;
  }

  .mt-sm-97-px {
    margin-top: 97px !important;
  }

  .mt-sm-98-px {
    margin-top: 98px !important;
  }

  .mt-sm-99-px {
    margin-top: 99px !important;
  }

  .mt-sm-100-px {
    margin-top: 100px !important;
  }

  .mt-sm-101-px {
    margin-top: 101px !important;
  }

  .mt-sm-102-px {
    margin-top: 102px !important;
  }

  .mt-sm-103-px {
    margin-top: 103px !important;
  }

  .mt-sm-104-px {
    margin-top: 104px !important;
  }

  .mt-sm-105-px {
    margin-top: 105px !important;
  }

  .mt-sm-106-px {
    margin-top: 106px !important;
  }

  .mt-sm-107-px {
    margin-top: 107px !important;
  }

  .mt-sm-108-px {
    margin-top: 108px !important;
  }

  .mt-sm-109-px {
    margin-top: 109px !important;
  }

  .mt-sm-110-px {
    margin-top: 110px !important;
  }

  .mt-sm-111-px {
    margin-top: 111px !important;
  }

  .mt-sm-112-px {
    margin-top: 112px !important;
  }

  .mt-sm-113-px {
    margin-top: 113px !important;
  }

  .mt-sm-114-px {
    margin-top: 114px !important;
  }

  .mt-sm-115-px {
    margin-top: 115px !important;
  }

  .mt-sm-116-px {
    margin-top: 116px !important;
  }

  .mt-sm-117-px {
    margin-top: 117px !important;
  }

  .mt-sm-118-px {
    margin-top: 118px !important;
  }

  .mt-sm-119-px {
    margin-top: 119px !important;
  }

  .mt-sm-120-px {
    margin-top: 120px !important;
  }

  .mt-sm-121-px {
    margin-top: 121px !important;
  }

  .mt-sm-122-px {
    margin-top: 122px !important;
  }

  .mt-sm-123-px {
    margin-top: 123px !important;
  }

  .mt-sm-124-px {
    margin-top: 124px !important;
  }

  .mt-sm-125-px {
    margin-top: 125px !important;
  }

  .mt-sm-126-px {
    margin-top: 126px !important;
  }

  .mt-sm-127-px {
    margin-top: 127px !important;
  }

  .mt-sm-128-px {
    margin-top: 128px !important;
  }

  .mt-sm-129-px {
    margin-top: 129px !important;
  }

  .mt-sm-130-px {
    margin-top: 130px !important;
  }

  .mt-sm-131-px {
    margin-top: 131px !important;
  }

  .mt-sm-132-px {
    margin-top: 132px !important;
  }

  .mt-sm-133-px {
    margin-top: 133px !important;
  }

  .mt-sm-134-px {
    margin-top: 134px !important;
  }

  .mt-sm-135-px {
    margin-top: 135px !important;
  }

  .mt-sm-136-px {
    margin-top: 136px !important;
  }

  .mt-sm-137-px {
    margin-top: 137px !important;
  }

  .mt-sm-138-px {
    margin-top: 138px !important;
  }

  .mt-sm-139-px {
    margin-top: 139px !important;
  }

  .mt-sm-140-px {
    margin-top: 140px !important;
  }

  .mt-sm-141-px {
    margin-top: 141px !important;
  }

  .mt-sm-142-px {
    margin-top: 142px !important;
  }

  .mt-sm-143-px {
    margin-top: 143px !important;
  }

  .mt-sm-144-px {
    margin-top: 144px !important;
  }

  .mt-sm-145-px {
    margin-top: 145px !important;
  }

  .mt-sm-146-px {
    margin-top: 146px !important;
  }

  .mt-sm-147-px {
    margin-top: 147px !important;
  }

  .mt-sm-148-px {
    margin-top: 148px !important;
  }

  .mt-sm-149-px {
    margin-top: 149px !important;
  }

  .mt-sm-150-px {
    margin-top: 150px !important;
  }

  .mt-sm-151-px {
    margin-top: 151px !important;
  }

  .mt-sm-152-px {
    margin-top: 152px !important;
  }

  .mt-sm-153-px {
    margin-top: 153px !important;
  }

  .mt-sm-154-px {
    margin-top: 154px !important;
  }

  .mt-sm-155-px {
    margin-top: 155px !important;
  }

  .mt-sm-156-px {
    margin-top: 156px !important;
  }

  .mt-sm-157-px {
    margin-top: 157px !important;
  }

  .mt-sm-158-px {
    margin-top: 158px !important;
  }

  .mt-sm-159-px {
    margin-top: 159px !important;
  }

  .mt-sm-160-px {
    margin-top: 160px !important;
  }

  .mt-sm-161-px {
    margin-top: 161px !important;
  }

  .mt-sm-162-px {
    margin-top: 162px !important;
  }

  .mt-sm-163-px {
    margin-top: 163px !important;
  }

  .mt-sm-164-px {
    margin-top: 164px !important;
  }

  .mt-sm-165-px {
    margin-top: 165px !important;
  }

  .mt-sm-166-px {
    margin-top: 166px !important;
  }

  .mt-sm-167-px {
    margin-top: 167px !important;
  }

  .mt-sm-168-px {
    margin-top: 168px !important;
  }

  .mt-sm-169-px {
    margin-top: 169px !important;
  }

  .mt-sm-170-px {
    margin-top: 170px !important;
  }

  .mt-sm-171-px {
    margin-top: 171px !important;
  }

  .mt-sm-172-px {
    margin-top: 172px !important;
  }

  .mt-sm-173-px {
    margin-top: 173px !important;
  }

  .mt-sm-174-px {
    margin-top: 174px !important;
  }

  .mt-sm-175-px {
    margin-top: 175px !important;
  }

  .mt-sm-176-px {
    margin-top: 176px !important;
  }

  .mt-sm-177-px {
    margin-top: 177px !important;
  }

  .mt-sm-178-px {
    margin-top: 178px !important;
  }

  .mt-sm-179-px {
    margin-top: 179px !important;
  }

  .mt-sm-180-px {
    margin-top: 180px !important;
  }

  .mt-sm-181-px {
    margin-top: 181px !important;
  }

  .mt-sm-182-px {
    margin-top: 182px !important;
  }

  .mt-sm-183-px {
    margin-top: 183px !important;
  }

  .mt-sm-184-px {
    margin-top: 184px !important;
  }

  .mt-sm-185-px {
    margin-top: 185px !important;
  }

  .mt-sm-186-px {
    margin-top: 186px !important;
  }

  .mt-sm-187-px {
    margin-top: 187px !important;
  }

  .mt-sm-188-px {
    margin-top: 188px !important;
  }

  .mt-sm-189-px {
    margin-top: 189px !important;
  }

  .mt-sm-190-px {
    margin-top: 190px !important;
  }

  .mt-sm-191-px {
    margin-top: 191px !important;
  }

  .mt-sm-192-px {
    margin-top: 192px !important;
  }

  .mt-sm-193-px {
    margin-top: 193px !important;
  }

  .mt-sm-194-px {
    margin-top: 194px !important;
  }

  .mt-sm-195-px {
    margin-top: 195px !important;
  }

  .mt-sm-196-px {
    margin-top: 196px !important;
  }

  .mt-sm-197-px {
    margin-top: 197px !important;
  }

  .mt-sm-198-px {
    margin-top: 198px !important;
  }

  .mt-sm-199-px {
    margin-top: 199px !important;
  }

  .mt-sm-200-px {
    margin-top: 200px !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-left: 0 !important;
  }

  .me-sm-1 {
    margin-left: 0.25rem !important;
  }

  .me-sm-2 {
    margin-left: 0.5rem !important;
  }

  .me-sm-3 {
    margin-left: 1rem !important;
  }

  .me-sm-4 {
    margin-left: 1.5rem !important;
  }

  .me-sm-5 {
    margin-left: 3rem !important;
  }

  .me-sm-auto {
    margin-left: 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-right: 0 !important;
  }

  .ms-sm-1 {
    margin-right: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-right: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-right: 1rem !important;
  }

  .ms-sm-4 {
    margin-right: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-right: 3rem !important;
  }

  .ms-sm-07-rem {
    margin-right: 0.7rem !important;
  }

  .ms-sm-auto {
    margin-right: auto !important;
  }

  .mt-sm-2-0-rem {
    margin-top: 2rem !important;
  }

  .mt-sm-6-0-rem {
    margin-top: 6rem !important;
  }

  .mt-sm-7-5 {
    margin-top: 7.5rem !important;
  }

  .mt-sm-9 {
    margin-top: 9rem !important;
  }

  .mt-sm-10-rem {
    margin-top: 10rem !important;
  }

  .mt-sm-16-rem {
    margin-top: 16rem;
  }

  .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-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-sm-5-rem {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 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-left: 0 !important;
  }

  .pe-sm-1 {
    padding-left: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-left: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-left: 1rem !important;
  }

  .pe-sm-4 {
    padding-left: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-left: 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-right: 0 !important;
  }

  .ps-sm-1 {
    padding-right: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-right: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-right: 1rem !important;
  }

  .ps-sm-4 {
    padding-right: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-right: 3rem !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .text-sm-start {
    text-align: right !important;
  }

  .text-sm-justify {
    text-align: justify !important;
  }

  .text-sm-end {
    text-align: left !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .float-md-start {
    float: right !important;
  }

  .float-md-end {
    float: left !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-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 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-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-md-auto {
    margin-left: auto !important;
    margin-right: 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-8-rem {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0-px {
    margin-top: 0px !important;
  }

  .mt-md-1-px {
    margin-top: 1px !important;
  }

  .mt-md-2-px {
    margin-top: 2px !important;
  }

  .mt-md-3-px {
    margin-top: 3px !important;
  }

  .mt-md-4-px {
    margin-top: 4px !important;
  }

  .mt-md-5-px {
    margin-top: 5px !important;
  }

  .mt-md-6-px {
    margin-top: 6px !important;
  }

  .mt-md-7-px {
    margin-top: 7px !important;
  }

  .mt-md-8-px {
    margin-top: 8px !important;
  }

  .mt-md-9-px {
    margin-top: 9px !important;
  }

  .mt-md-10-px {
    margin-top: 10px !important;
  }

  .mt-md-11-px {
    margin-top: 11px !important;
  }

  .mt-md-12-px {
    margin-top: 12px !important;
  }

  .mt-md-13-px {
    margin-top: 13px !important;
  }

  .mt-md-14-px {
    margin-top: 14px !important;
  }

  .mt-md-15-px {
    margin-top: 15px !important;
  }

  .mt-md-16-px {
    margin-top: 16px !important;
  }

  .mt-md-17-px {
    margin-top: 17px !important;
  }

  .mt-md-18-px {
    margin-top: 18px !important;
  }

  .mt-md-19-px {
    margin-top: 19px !important;
  }

  .mt-md-20-px {
    margin-top: 20px !important;
  }

  .mt-md-21-px {
    margin-top: 21px !important;
  }

  .mt-md-22-px {
    margin-top: 22px !important;
  }

  .mt-md-23-px {
    margin-top: 23px !important;
  }

  .mt-md-24-px {
    margin-top: 24px !important;
  }

  .mt-md-25-px {
    margin-top: 25px !important;
  }

  .mt-md-26-px {
    margin-top: 26px !important;
  }

  .mt-md-27-px {
    margin-top: 27px !important;
  }

  .mt-md-28-px {
    margin-top: 28px !important;
  }

  .mt-md-29-px {
    margin-top: 29px !important;
  }

  .mt-md-30-px {
    margin-top: 30px !important;
  }

  .mt-md-31-px {
    margin-top: 31px !important;
  }

  .mt-md-32-px {
    margin-top: 32px !important;
  }

  .mt-md-33-px {
    margin-top: 33px !important;
  }

  .mt-md-34-px {
    margin-top: 34px !important;
  }

  .mt-md-35-px {
    margin-top: 35px !important;
  }

  .mt-md-36-px {
    margin-top: 36px !important;
  }

  .mt-md-37-px {
    margin-top: 37px !important;
  }

  .mt-md-38-px {
    margin-top: 38px !important;
  }

  .mt-md-39-px {
    margin-top: 39px !important;
  }

  .mt-md-40-px {
    margin-top: 40px !important;
  }

  .mt-md-41-px {
    margin-top: 41px !important;
  }

  .mt-md-42-px {
    margin-top: 42px !important;
  }

  .mt-md-43-px {
    margin-top: 43px !important;
  }

  .mt-md-44-px {
    margin-top: 44px !important;
  }

  .mt-md-45-px {
    margin-top: 45px !important;
  }

  .mt-md-46-px {
    margin-top: 46px !important;
  }

  .mt-md-47-px {
    margin-top: 47px !important;
  }

  .mt-md-48-px {
    margin-top: 48px !important;
  }

  .mt-md-49-px {
    margin-top: 49px !important;
  }

  .mt-md-50-px {
    margin-top: 50px !important;
  }

  .mt-md-51-px {
    margin-top: 51px !important;
  }

  .mt-md-52-px {
    margin-top: 52px !important;
  }

  .mt-md-53-px {
    margin-top: 53px !important;
  }

  .mt-md-54-px {
    margin-top: 54px !important;
  }

  .mt-md-55-px {
    margin-top: 55px !important;
  }

  .mt-md-56-px {
    margin-top: 56px !important;
  }

  .mt-md-57-px {
    margin-top: 57px !important;
  }

  .mt-md-58-px {
    margin-top: 58px !important;
  }

  .mt-md-59-px {
    margin-top: 59px !important;
  }

  .mt-md-60-px {
    margin-top: 60px !important;
  }

  .mt-md-61-px {
    margin-top: 61px !important;
  }

  .mt-md-62-px {
    margin-top: 62px !important;
  }

  .mt-md-63-px {
    margin-top: 63px !important;
  }

  .mt-md-64-px {
    margin-top: 64px !important;
  }

  .mt-md-65-px {
    margin-top: 65px !important;
  }

  .mt-md-66-px {
    margin-top: 66px !important;
  }

  .mt-md-67-px {
    margin-top: 67px !important;
  }

  .mt-md-68-px {
    margin-top: 68px !important;
  }

  .mt-md-69-px {
    margin-top: 69px !important;
  }

  .mt-md-70-px {
    margin-top: 70px !important;
  }

  .mt-md-71-px {
    margin-top: 71px !important;
  }

  .mt-md-72-px {
    margin-top: 72px !important;
  }

  .mt-md-73-px {
    margin-top: 73px !important;
  }

  .mt-md-74-px {
    margin-top: 74px !important;
  }

  .mt-md-75-px {
    margin-top: 75px !important;
  }

  .mt-md-76-px {
    margin-top: 76px !important;
  }

  .mt-md-77-px {
    margin-top: 77px !important;
  }

  .mt-md-78-px {
    margin-top: 78px !important;
  }

  .mt-md-79-px {
    margin-top: 79px !important;
  }

  .mt-md-80-px {
    margin-top: 80px !important;
  }

  .mt-md-81-px {
    margin-top: 81px !important;
  }

  .mt-md-82-px {
    margin-top: 82px !important;
  }

  .mt-md-83-px {
    margin-top: 83px !important;
  }

  .mt-md-84-px {
    margin-top: 84px !important;
  }

  .mt-md-85-px {
    margin-top: 85px !important;
  }

  .mt-md-86-px {
    margin-top: 86px !important;
  }

  .mt-md-87-px {
    margin-top: 87px !important;
  }

  .mt-md-88-px {
    margin-top: 88px !important;
  }

  .mt-md-89-px {
    margin-top: 89px !important;
  }

  .mt-md-90-px {
    margin-top: 90px !important;
  }

  .mt-md-91-px {
    margin-top: 91px !important;
  }

  .mt-md-92-px {
    margin-top: 92px !important;
  }

  .mt-md-93-px {
    margin-top: 93px !important;
  }

  .mt-md-94-px {
    margin-top: 94px !important;
  }

  .mt-md-95-px {
    margin-top: 95px !important;
  }

  .mt-md-96-px {
    margin-top: 96px !important;
  }

  .mt-md-97-px {
    margin-top: 97px !important;
  }

  .mt-md-98-px {
    margin-top: 98px !important;
  }

  .mt-md-99-px {
    margin-top: 99px !important;
  }

  .mt-md-100-px {
    margin-top: 100px !important;
  }

  .mt-md-101-px {
    margin-top: 101px !important;
  }

  .mt-md-102-px {
    margin-top: 102px !important;
  }

  .mt-md-103-px {
    margin-top: 103px !important;
  }

  .mt-md-104-px {
    margin-top: 104px !important;
  }

  .mt-md-105-px {
    margin-top: 105px !important;
  }

  .mt-md-106-px {
    margin-top: 106px !important;
  }

  .mt-md-107-px {
    margin-top: 107px !important;
  }

  .mt-md-108-px {
    margin-top: 108px !important;
  }

  .mt-md-109-px {
    margin-top: 109px !important;
  }

  .mt-md-110-px {
    margin-top: 110px !important;
  }

  .mt-md-111-px {
    margin-top: 111px !important;
  }

  .mt-md-112-px {
    margin-top: 112px !important;
  }

  .mt-md-113-px {
    margin-top: 113px !important;
  }

  .mt-md-114-px {
    margin-top: 114px !important;
  }

  .mt-md-115-px {
    margin-top: 115px !important;
  }

  .mt-md-116-px {
    margin-top: 116px !important;
  }

  .mt-md-117-px {
    margin-top: 117px !important;
  }

  .mt-md-118-px {
    margin-top: 118px !important;
  }

  .mt-md-119-px {
    margin-top: 119px !important;
  }

  .mt-md-120-px {
    margin-top: 120px !important;
  }

  .mt-md-121-px {
    margin-top: 121px !important;
  }

  .mt-md-122-px {
    margin-top: 122px !important;
  }

  .mt-md-123-px {
    margin-top: 123px !important;
  }

  .mt-md-124-px {
    margin-top: 124px !important;
  }

  .mt-md-125-px {
    margin-top: 125px !important;
  }

  .mt-md-126-px {
    margin-top: 126px !important;
  }

  .mt-md-127-px {
    margin-top: 127px !important;
  }

  .mt-md-128-px {
    margin-top: 128px !important;
  }

  .mt-md-129-px {
    margin-top: 129px !important;
  }

  .mt-md-130-px {
    margin-top: 130px !important;
  }

  .mt-md-131-px {
    margin-top: 131px !important;
  }

  .mt-md-132-px {
    margin-top: 132px !important;
  }

  .mt-md-133-px {
    margin-top: 133px !important;
  }

  .mt-md-134-px {
    margin-top: 134px !important;
  }

  .mt-md-135-px {
    margin-top: 135px !important;
  }

  .mt-md-136-px {
    margin-top: 136px !important;
  }

  .mt-md-137-px {
    margin-top: 137px !important;
  }

  .mt-md-138-px {
    margin-top: 138px !important;
  }

  .mt-md-139-px {
    margin-top: 139px !important;
  }

  .mt-md-140-px {
    margin-top: 140px !important;
  }

  .mt-md-141-px {
    margin-top: 141px !important;
  }

  .mt-md-142-px {
    margin-top: 142px !important;
  }

  .mt-md-143-px {
    margin-top: 143px !important;
  }

  .mt-md-144-px {
    margin-top: 144px !important;
  }

  .mt-md-145-px {
    margin-top: 145px !important;
  }

  .mt-md-146-px {
    margin-top: 146px !important;
  }

  .mt-md-147-px {
    margin-top: 147px !important;
  }

  .mt-md-148-px {
    margin-top: 148px !important;
  }

  .mt-md-149-px {
    margin-top: 149px !important;
  }

  .mt-md-150-px {
    margin-top: 150px !important;
  }

  .mt-md-151-px {
    margin-top: 151px !important;
  }

  .mt-md-152-px {
    margin-top: 152px !important;
  }

  .mt-md-153-px {
    margin-top: 153px !important;
  }

  .mt-md-154-px {
    margin-top: 154px !important;
  }

  .mt-md-155-px {
    margin-top: 155px !important;
  }

  .mt-md-156-px {
    margin-top: 156px !important;
  }

  .mt-md-157-px {
    margin-top: 157px !important;
  }

  .mt-md-158-px {
    margin-top: 158px !important;
  }

  .mt-md-159-px {
    margin-top: 159px !important;
  }

  .mt-md-160-px {
    margin-top: 160px !important;
  }

  .mt-md-161-px {
    margin-top: 161px !important;
  }

  .mt-md-162-px {
    margin-top: 162px !important;
  }

  .mt-md-163-px {
    margin-top: 163px !important;
  }

  .mt-md-164-px {
    margin-top: 164px !important;
  }

  .mt-md-165-px {
    margin-top: 165px !important;
  }

  .mt-md-166-px {
    margin-top: 166px !important;
  }

  .mt-md-167-px {
    margin-top: 167px !important;
  }

  .mt-md-168-px {
    margin-top: 168px !important;
  }

  .mt-md-169-px {
    margin-top: 169px !important;
  }

  .mt-md-170-px {
    margin-top: 170px !important;
  }

  .mt-md-171-px {
    margin-top: 171px !important;
  }

  .mt-md-172-px {
    margin-top: 172px !important;
  }

  .mt-md-173-px {
    margin-top: 173px !important;
  }

  .mt-md-174-px {
    margin-top: 174px !important;
  }

  .mt-md-175-px {
    margin-top: 175px !important;
  }

  .mt-md-176-px {
    margin-top: 176px !important;
  }

  .mt-md-177-px {
    margin-top: 177px !important;
  }

  .mt-md-178-px {
    margin-top: 178px !important;
  }

  .mt-md-179-px {
    margin-top: 179px !important;
  }

  .mt-md-180-px {
    margin-top: 180px !important;
  }

  .mt-md-181-px {
    margin-top: 181px !important;
  }

  .mt-md-182-px {
    margin-top: 182px !important;
  }

  .mt-md-183-px {
    margin-top: 183px !important;
  }

  .mt-md-184-px {
    margin-top: 184px !important;
  }

  .mt-md-185-px {
    margin-top: 185px !important;
  }

  .mt-md-186-px {
    margin-top: 186px !important;
  }

  .mt-md-187-px {
    margin-top: 187px !important;
  }

  .mt-md-188-px {
    margin-top: 188px !important;
  }

  .mt-md-189-px {
    margin-top: 189px !important;
  }

  .mt-md-190-px {
    margin-top: 190px !important;
  }

  .mt-md-191-px {
    margin-top: 191px !important;
  }

  .mt-md-192-px {
    margin-top: 192px !important;
  }

  .mt-md-193-px {
    margin-top: 193px !important;
  }

  .mt-md-194-px {
    margin-top: 194px !important;
  }

  .mt-md-195-px {
    margin-top: 195px !important;
  }

  .mt-md-196-px {
    margin-top: 196px !important;
  }

  .mt-md-197-px {
    margin-top: 197px !important;
  }

  .mt-md-198-px {
    margin-top: 198px !important;
  }

  .mt-md-199-px {
    margin-top: 199px !important;
  }

  .mt-md-200-px {
    margin-top: 200px !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mt-md-2-0-rem {
    margin-top: 2rem !important;
  }

  .mt-md-6-0-rem {
    margin-top: 6rem !important;
  }

  .mt-md-7-5 {
    margin-top: 7.5rem !important;
  }

  .mt-md-9 {
    margin-top: 9rem !important;
  }

  .mt-md-10-rem {
    margin-top: 10rem !important;
  }

  .mt-md-16-rem {
    margin-top: 16rem;
  }

  .me-md-0 {
    margin-left: 0 !important;
  }

  .me-md-1 {
    margin-left: 0.25rem !important;
  }

  .me-md-2 {
    margin-left: 0.5rem !important;
  }

  .me-md-3 {
    margin-left: 1rem !important;
  }

  .me-md-4 {
    margin-left: 1.5rem !important;
  }

  .me-md-5 {
    margin-left: 3rem !important;
  }

  .me-md-auto {
    margin-left: 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-right: 0 !important;
  }

  .ms-md-1 {
    margin-right: 0.25rem !important;
  }

  .ms-md-2 {
    margin-right: 0.5rem !important;
  }

  .ms-md-3 {
    margin-right: 1rem !important;
  }

  .ms-md-4 {
    margin-right: 1.5rem !important;
  }

  .ms-md-5 {
    margin-right: 3rem !important;
  }

  .ms-md-07-rem {
    margin-right: 0.7rem !important;
  }

  .ms-md-auto {
    margin-right: 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-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-md-5-rem {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 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-left: 0 !important;
  }

  .pe-md-1 {
    padding-left: 0.25rem !important;
  }

  .pe-md-2 {
    padding-left: 0.5rem !important;
  }

  .pe-md-3 {
    padding-left: 1rem !important;
  }

  .pe-md-4 {
    padding-left: 1.5rem !important;
  }

  .pe-md-5 {
    padding-left: 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-right: 0 !important;
  }

  .ps-md-1 {
    padding-right: 0.25rem !important;
  }

  .ps-md-2 {
    padding-right: 0.5rem !important;
  }

  .ps-md-3 {
    padding-right: 1rem !important;
  }

  .ps-md-4 {
    padding-right: 1.5rem !important;
  }

  .ps-md-5 {
    padding-right: 3rem !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .text-md-start {
    text-align: right !important;
  }

  .text-md-justify {
    text-align: justify !important;
  }

  .text-md-end {
    text-align: left !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .float-lg-start {
    float: right !important;
  }

  .float-lg-end {
    float: left !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-center {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 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-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: 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-8-rem {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0-px {
    margin-top: 0px !important;
  }

  .mt-lg-1-px {
    margin-top: 1px !important;
  }

  .mt-lg-2-px {
    margin-top: 2px !important;
  }

  .mt-lg-3-px {
    margin-top: 3px !important;
  }

  .mt-lg-4-px {
    margin-top: 4px !important;
  }

  .mt-lg-5-px {
    margin-top: 5px !important;
  }

  .mt-lg-6-px {
    margin-top: 6px !important;
  }

  .mt-lg-7-px {
    margin-top: 7px !important;
  }

  .mt-lg-8-px {
    margin-top: 8px !important;
  }

  .mt-lg-9-px {
    margin-top: 9px !important;
  }

  .mt-lg-10-px {
    margin-top: 10px !important;
  }

  .mt-lg-11-px {
    margin-top: 11px !important;
  }

  .mt-lg-12-px {
    margin-top: 12px !important;
  }

  .mt-lg-13-px {
    margin-top: 13px !important;
  }

  .mt-lg-14-px {
    margin-top: 14px !important;
  }

  .mt-lg-15-px {
    margin-top: 15px !important;
  }

  .mt-lg-16-px {
    margin-top: 16px !important;
  }

  .mt-lg-17-px {
    margin-top: 17px !important;
  }

  .mt-lg-18-px {
    margin-top: 18px !important;
  }

  .mt-lg-19-px {
    margin-top: 19px !important;
  }

  .mt-lg-20-px {
    margin-top: 20px !important;
  }

  .mt-lg-21-px {
    margin-top: 21px !important;
  }

  .mt-lg-22-px {
    margin-top: 22px !important;
  }

  .mt-lg-23-px {
    margin-top: 23px !important;
  }

  .mt-lg-24-px {
    margin-top: 24px !important;
  }

  .mt-lg-25-px {
    margin-top: 25px !important;
  }

  .mt-lg-26-px {
    margin-top: 26px !important;
  }

  .mt-lg-27-px {
    margin-top: 27px !important;
  }

  .mt-lg-28-px {
    margin-top: 28px !important;
  }

  .mt-lg-29-px {
    margin-top: 29px !important;
  }

  .mt-lg-30-px {
    margin-top: 30px !important;
  }

  .mt-lg-31-px {
    margin-top: 31px !important;
  }

  .mt-lg-32-px {
    margin-top: 32px !important;
  }

  .mt-lg-33-px {
    margin-top: 33px !important;
  }

  .mt-lg-34-px {
    margin-top: 34px !important;
  }

  .mt-lg-35-px {
    margin-top: 35px !important;
  }

  .mt-lg-36-px {
    margin-top: 36px !important;
  }

  .mt-lg-37-px {
    margin-top: 37px !important;
  }

  .mt-lg-38-px {
    margin-top: 38px !important;
  }

  .mt-lg-39-px {
    margin-top: 39px !important;
  }

  .mt-lg-40-px {
    margin-top: 40px !important;
  }

  .mt-lg-41-px {
    margin-top: 41px !important;
  }

  .mt-lg-42-px {
    margin-top: 42px !important;
  }

  .mt-lg-43-px {
    margin-top: 43px !important;
  }

  .mt-lg-44-px {
    margin-top: 44px !important;
  }

  .mt-lg-45-px {
    margin-top: 45px !important;
  }

  .mt-lg-46-px {
    margin-top: 46px !important;
  }

  .mt-lg-47-px {
    margin-top: 47px !important;
  }

  .mt-lg-48-px {
    margin-top: 48px !important;
  }

  .mt-lg-49-px {
    margin-top: 49px !important;
  }

  .mt-lg-50-px {
    margin-top: 50px !important;
  }

  .mt-lg-51-px {
    margin-top: 51px !important;
  }

  .mt-lg-52-px {
    margin-top: 52px !important;
  }

  .mt-lg-53-px {
    margin-top: 53px !important;
  }

  .mt-lg-54-px {
    margin-top: 54px !important;
  }

  .mt-lg-55-px {
    margin-top: 55px !important;
  }

  .mt-lg-56-px {
    margin-top: 56px !important;
  }

  .mt-lg-57-px {
    margin-top: 57px !important;
  }

  .mt-lg-58-px {
    margin-top: 58px !important;
  }

  .mt-lg-59-px {
    margin-top: 59px !important;
  }

  .mt-lg-60-px {
    margin-top: 60px !important;
  }

  .mt-lg-61-px {
    margin-top: 61px !important;
  }

  .mt-lg-62-px {
    margin-top: 62px !important;
  }

  .mt-lg-63-px {
    margin-top: 63px !important;
  }

  .mt-lg-64-px {
    margin-top: 64px !important;
  }

  .mt-lg-65-px {
    margin-top: 65px !important;
  }

  .mt-lg-66-px {
    margin-top: 66px !important;
  }

  .mt-lg-67-px {
    margin-top: 67px !important;
  }

  .mt-lg-68-px {
    margin-top: 68px !important;
  }

  .mt-lg-69-px {
    margin-top: 69px !important;
  }

  .mt-lg-70-px {
    margin-top: 70px !important;
  }

  .mt-lg-71-px {
    margin-top: 71px !important;
  }

  .mt-lg-72-px {
    margin-top: 72px !important;
  }

  .mt-lg-73-px {
    margin-top: 73px !important;
  }

  .mt-lg-74-px {
    margin-top: 74px !important;
  }

  .mt-lg-75-px {
    margin-top: 75px !important;
  }

  .mt-lg-76-px {
    margin-top: 76px !important;
  }

  .mt-lg-77-px {
    margin-top: 77px !important;
  }

  .mt-lg-78-px {
    margin-top: 78px !important;
  }

  .mt-lg-79-px {
    margin-top: 79px !important;
  }

  .mt-lg-80-px {
    margin-top: 80px !important;
  }

  .mt-lg-81-px {
    margin-top: 81px !important;
  }

  .mt-lg-82-px {
    margin-top: 82px !important;
  }

  .mt-lg-83-px {
    margin-top: 83px !important;
  }

  .mt-lg-84-px {
    margin-top: 84px !important;
  }

  .mt-lg-85-px {
    margin-top: 85px !important;
  }

  .mt-lg-86-px {
    margin-top: 86px !important;
  }

  .mt-lg-87-px {
    margin-top: 87px !important;
  }

  .mt-lg-88-px {
    margin-top: 88px !important;
  }

  .mt-lg-89-px {
    margin-top: 89px !important;
  }

  .mt-lg-90-px {
    margin-top: 90px !important;
  }

  .mt-lg-91-px {
    margin-top: 91px !important;
  }

  .mt-lg-92-px {
    margin-top: 92px !important;
  }

  .mt-lg-93-px {
    margin-top: 93px !important;
  }

  .mt-lg-94-px {
    margin-top: 94px !important;
  }

  .mt-lg-95-px {
    margin-top: 95px !important;
  }

  .mt-lg-96-px {
    margin-top: 96px !important;
  }

  .mt-lg-97-px {
    margin-top: 97px !important;
  }

  .mt-lg-98-px {
    margin-top: 98px !important;
  }

  .mt-lg-99-px {
    margin-top: 99px !important;
  }

  .mt-lg-100-px {
    margin-top: 100px !important;
  }

  .mt-lg-101-px {
    margin-top: 101px !important;
  }

  .mt-lg-102-px {
    margin-top: 102px !important;
  }

  .mt-lg-103-px {
    margin-top: 103px !important;
  }

  .mt-lg-104-px {
    margin-top: 104px !important;
  }

  .mt-lg-105-px {
    margin-top: 105px !important;
  }

  .mt-lg-106-px {
    margin-top: 106px !important;
  }

  .mt-lg-107-px {
    margin-top: 107px !important;
  }

  .mt-lg-108-px {
    margin-top: 108px !important;
  }

  .mt-lg-109-px {
    margin-top: 109px !important;
  }

  .mt-lg-110-px {
    margin-top: 110px !important;
  }

  .mt-lg-111-px {
    margin-top: 111px !important;
  }

  .mt-lg-112-px {
    margin-top: 112px !important;
  }

  .mt-lg-113-px {
    margin-top: 113px !important;
  }

  .mt-lg-114-px {
    margin-top: 114px !important;
  }

  .mt-lg-115-px {
    margin-top: 115px !important;
  }

  .mt-lg-116-px {
    margin-top: 116px !important;
  }

  .mt-lg-117-px {
    margin-top: 117px !important;
  }

  .mt-lg-118-px {
    margin-top: 118px !important;
  }

  .mt-lg-119-px {
    margin-top: 119px !important;
  }

  .mt-lg-120-px {
    margin-top: 120px !important;
  }

  .mt-lg-121-px {
    margin-top: 121px !important;
  }

  .mt-lg-122-px {
    margin-top: 122px !important;
  }

  .mt-lg-123-px {
    margin-top: 123px !important;
  }

  .mt-lg-124-px {
    margin-top: 124px !important;
  }

  .mt-lg-125-px {
    margin-top: 125px !important;
  }

  .mt-lg-126-px {
    margin-top: 126px !important;
  }

  .mt-lg-127-px {
    margin-top: 127px !important;
  }

  .mt-lg-128-px {
    margin-top: 128px !important;
  }

  .mt-lg-129-px {
    margin-top: 129px !important;
  }

  .mt-lg-130-px {
    margin-top: 130px !important;
  }

  .mt-lg-131-px {
    margin-top: 131px !important;
  }

  .mt-lg-132-px {
    margin-top: 132px !important;
  }

  .mt-lg-133-px {
    margin-top: 133px !important;
  }

  .mt-lg-134-px {
    margin-top: 134px !important;
  }

  .mt-lg-135-px {
    margin-top: 135px !important;
  }

  .mt-lg-136-px {
    margin-top: 136px !important;
  }

  .mt-lg-137-px {
    margin-top: 137px !important;
  }

  .mt-lg-138-px {
    margin-top: 138px !important;
  }

  .mt-lg-139-px {
    margin-top: 139px !important;
  }

  .mt-lg-140-px {
    margin-top: 140px !important;
  }

  .mt-lg-141-px {
    margin-top: 141px !important;
  }

  .mt-lg-142-px {
    margin-top: 142px !important;
  }

  .mt-lg-143-px {
    margin-top: 143px !important;
  }

  .mt-lg-144-px {
    margin-top: 144px !important;
  }

  .mt-lg-145-px {
    margin-top: 145px !important;
  }

  .mt-lg-146-px {
    margin-top: 146px !important;
  }

  .mt-lg-147-px {
    margin-top: 147px !important;
  }

  .mt-lg-148-px {
    margin-top: 148px !important;
  }

  .mt-lg-149-px {
    margin-top: 149px !important;
  }

  .mt-lg-150-px {
    margin-top: 150px !important;
  }

  .mt-lg-151-px {
    margin-top: 151px !important;
  }

  .mt-lg-152-px {
    margin-top: 152px !important;
  }

  .mt-lg-153-px {
    margin-top: 153px !important;
  }

  .mt-lg-154-px {
    margin-top: 154px !important;
  }

  .mt-lg-155-px {
    margin-top: 155px !important;
  }

  .mt-lg-156-px {
    margin-top: 156px !important;
  }

  .mt-lg-157-px {
    margin-top: 157px !important;
  }

  .mt-lg-158-px {
    margin-top: 158px !important;
  }

  .mt-lg-159-px {
    margin-top: 159px !important;
  }

  .mt-lg-160-px {
    margin-top: 160px !important;
  }

  .mt-lg-161-px {
    margin-top: 161px !important;
  }

  .mt-lg-162-px {
    margin-top: 162px !important;
  }

  .mt-lg-163-px {
    margin-top: 163px !important;
  }

  .mt-lg-164-px {
    margin-top: 164px !important;
  }

  .mt-lg-165-px {
    margin-top: 165px !important;
  }

  .mt-lg-166-px {
    margin-top: 166px !important;
  }

  .mt-lg-167-px {
    margin-top: 167px !important;
  }

  .mt-lg-168-px {
    margin-top: 168px !important;
  }

  .mt-lg-169-px {
    margin-top: 169px !important;
  }

  .mt-lg-170-px {
    margin-top: 170px !important;
  }

  .mt-lg-171-px {
    margin-top: 171px !important;
  }

  .mt-lg-172-px {
    margin-top: 172px !important;
  }

  .mt-lg-173-px {
    margin-top: 173px !important;
  }

  .mt-lg-174-px {
    margin-top: 174px !important;
  }

  .mt-lg-175-px {
    margin-top: 175px !important;
  }

  .mt-lg-176-px {
    margin-top: 176px !important;
  }

  .mt-lg-177-px {
    margin-top: 177px !important;
  }

  .mt-lg-178-px {
    margin-top: 178px !important;
  }

  .mt-lg-179-px {
    margin-top: 179px !important;
  }

  .mt-lg-180-px {
    margin-top: 180px !important;
  }

  .mt-lg-181-px {
    margin-top: 181px !important;
  }

  .mt-lg-182-px {
    margin-top: 182px !important;
  }

  .mt-lg-183-px {
    margin-top: 183px !important;
  }

  .mt-lg-184-px {
    margin-top: 184px !important;
  }

  .mt-lg-185-px {
    margin-top: 185px !important;
  }

  .mt-lg-186-px {
    margin-top: 186px !important;
  }

  .mt-lg-187-px {
    margin-top: 187px !important;
  }

  .mt-lg-188-px {
    margin-top: 188px !important;
  }

  .mt-lg-189-px {
    margin-top: 189px !important;
  }

  .mt-lg-190-px {
    margin-top: 190px !important;
  }

  .mt-lg-191-px {
    margin-top: 191px !important;
  }

  .mt-lg-192-px {
    margin-top: 192px !important;
  }

  .mt-lg-193-px {
    margin-top: 193px !important;
  }

  .mt-lg-194-px {
    margin-top: 194px !important;
  }

  .mt-lg-195-px {
    margin-top: 195px !important;
  }

  .mt-lg-196-px {
    margin-top: 196px !important;
  }

  .mt-lg-197-px {
    margin-top: 197px !important;
  }

  .mt-lg-198-px {
    margin-top: 198px !important;
  }

  .mt-lg-199-px {
    margin-top: 199px !important;
  }

  .mt-lg-200-px {
    margin-top: 200px !important;
  }

  .me-lg-0 {
    margin-left: 0 !important;
  }

  .me-lg-1 {
    margin-left: 0.25rem !important;
  }

  .me-lg-2 {
    margin-left: 0.5rem !important;
  }

  .me-lg-3 {
    margin-left: 1rem !important;
  }

  .me-lg-4 {
    margin-left: 1.5rem !important;
  }

  .me-lg-5 {
    margin-left: 3rem !important;
  }

  .me-lg-auto {
    margin-left: 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-right: 0 !important;
  }

  .ms-lg-1 {
    margin-right: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-right: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-right: 1rem !important;
  }

  .ms-lg-4 {
    margin-right: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-right: 3rem !important;
  }

  .ms-lg-07-rem {
    margin-right: 0.7rem !important;
  }

  .ms-lg-auto {
    margin-right: 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-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-lg-5-rem {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 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-left: 0 !important;
  }

  .pe-lg-1 {
    padding-left: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-left: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-left: 1rem !important;
  }

  .pe-lg-4 {
    padding-left: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-left: 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-right: 0 !important;
  }

  .ps-lg-1 {
    padding-right: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-right: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-right: 1rem !important;
  }

  .ps-lg-4 {
    padding-right: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-right: 3rem !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .text-lg-start {
    text-align: right !important;
  }

  .text-lg-justify {
    text-align: justify !important;
  }

  .text-lg-end {
    text-align: left !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-100 {
    width: 100% !important;
  }

  .float-xl-start {
    float: right !important;
  }

  .float-xl-end {
    float: left !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-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 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-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: 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-8-rem {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0-px {
    margin-top: 1px !important;
  }

  .mt-xl-1-px {
    margin-top: 1px !important;
  }

  .mt-xl-2-px {
    margin-top: 2px !important;
  }

  .mt-xl-3-px {
    margin-top: 3px !important;
  }

  .mt-xl-4-px {
    margin-top: 4px !important;
  }

  .mt-xl-5-px {
    margin-top: 5px !important;
  }

  .mt-xl-6-px {
    margin-top: 6px !important;
  }

  .mt-xl-7-px {
    margin-top: 7px !important;
  }

  .mt-xl-8-px {
    margin-top: 8px !important;
  }

  .mt-xl-9-px {
    margin-top: 9px !important;
  }

  .mt-xl-10-px {
    margin-top: 10px !important;
  }

  .mt-xl-11-px {
    margin-top: 11px !important;
  }

  .mt-xl-12-px {
    margin-top: 12px !important;
  }

  .mt-xl-13-px {
    margin-top: 13px !important;
  }

  .mt-xl-14-px {
    margin-top: 14px !important;
  }

  .mt-xl-15-px {
    margin-top: 15px !important;
  }

  .mt-xl-16-px {
    margin-top: 16px !important;
  }

  .mt-xl-17-px {
    margin-top: 17px !important;
  }

  .mt-xl-18-px {
    margin-top: 18px !important;
  }

  .mt-xl-19-px {
    margin-top: 19px !important;
  }

  .mt-xl-20-px {
    margin-top: 20px !important;
  }

  .mt-xl-21-px {
    margin-top: 21px !important;
  }

  .mt-xl-22-px {
    margin-top: 22px !important;
  }

  .mt-xl-23-px {
    margin-top: 23px !important;
  }

  .mt-xl-24-px {
    margin-top: 24px !important;
  }

  .mt-xl-25-px {
    margin-top: 25px !important;
  }

  .mt-xl-26-px {
    margin-top: 26px !important;
  }

  .mt-xl-27-px {
    margin-top: 27px !important;
  }

  .mt-xl-28-px {
    margin-top: 28px !important;
  }

  .mt-xl-29-px {
    margin-top: 29px !important;
  }

  .mt-xl-30-px {
    margin-top: 30px !important;
  }

  .mt-xl-31-px {
    margin-top: 31px !important;
  }

  .mt-xl-32-px {
    margin-top: 32px !important;
  }

  .mt-xl-33-px {
    margin-top: 33px !important;
  }

  .mt-xl-34-px {
    margin-top: 34px !important;
  }

  .mt-xl-35-px {
    margin-top: 35px !important;
  }

  .mt-xl-36-px {
    margin-top: 36px !important;
  }

  .mt-xl-37-px {
    margin-top: 37px !important;
  }

  .mt-xl-38-px {
    margin-top: 38px !important;
  }

  .mt-xl-39-px {
    margin-top: 39px !important;
  }

  .mt-xl-40-px {
    margin-top: 40px !important;
  }

  .mt-xl-41-px {
    margin-top: 41px !important;
  }

  .mt-xl-42-px {
    margin-top: 42px !important;
  }

  .mt-xl-43-px {
    margin-top: 43px !important;
  }

  .mt-xl-44-px {
    margin-top: 44px !important;
  }

  .mt-xl-45-px {
    margin-top: 45px !important;
  }

  .mt-xl-46-px {
    margin-top: 46px !important;
  }

  .mt-xl-47-px {
    margin-top: 47px !important;
  }

  .mt-xl-48-px {
    margin-top: 48px !important;
  }

  .mt-xl-49-px {
    margin-top: 49px !important;
  }

  .mt-xl-50-px {
    margin-top: 50px !important;
  }

  .mt-xl-51-px {
    margin-top: 51px !important;
  }

  .mt-xl-52-px {
    margin-top: 52px !important;
  }

  .mt-xl-53-px {
    margin-top: 53px !important;
  }

  .mt-xl-54-px {
    margin-top: 54px !important;
  }

  .mt-xl-55-px {
    margin-top: 55px !important;
  }

  .mt-xl-56-px {
    margin-top: 56px !important;
  }

  .mt-xl-57-px {
    margin-top: 57px !important;
  }

  .mt-xl-58-px {
    margin-top: 58px !important;
  }

  .mt-xl-59-px {
    margin-top: 59px !important;
  }

  .mt-xl-60-px {
    margin-top: 60px !important;
  }

  .mt-xl-61-px {
    margin-top: 61px !important;
  }

  .mt-xl-62-px {
    margin-top: 62px !important;
  }

  .mt-xl-63-px {
    margin-top: 63px !important;
  }

  .mt-xl-64-px {
    margin-top: 64px !important;
  }

  .mt-xl-65-px {
    margin-top: 65px !important;
  }

  .mt-xl-66-px {
    margin-top: 66px !important;
  }

  .mt-xl-67-px {
    margin-top: 67px !important;
  }

  .mt-xl-68-px {
    margin-top: 68px !important;
  }

  .mt-xl-69-px {
    margin-top: 69px !important;
  }

  .mt-xl-70-px {
    margin-top: 70px !important;
  }

  .mt-xl-71-px {
    margin-top: 71px !important;
  }

  .mt-xl-72-px {
    margin-top: 72px !important;
  }

  .mt-xl-73-px {
    margin-top: 73px !important;
  }

  .mt-xl-74-px {
    margin-top: 74px !important;
  }

  .mt-xl-75-px {
    margin-top: 75px !important;
  }

  .mt-xl-76-px {
    margin-top: 76px !important;
  }

  .mt-xl-77-px {
    margin-top: 77px !important;
  }

  .mt-xl-78-px {
    margin-top: 78px !important;
  }

  .mt-xl-79-px {
    margin-top: 79px !important;
  }

  .mt-xl-80-px {
    margin-top: 80px !important;
  }

  .mt-xl-81-px {
    margin-top: 81px !important;
  }

  .mt-xl-82-px {
    margin-top: 82px !important;
  }

  .mt-xl-83-px {
    margin-top: 83px !important;
  }

  .mt-xl-84-px {
    margin-top: 84px !important;
  }

  .mt-xl-85-px {
    margin-top: 85px !important;
  }

  .mt-xl-86-px {
    margin-top: 86px !important;
  }

  .mt-xl-87-px {
    margin-top: 87px !important;
  }

  .mt-xl-88-px {
    margin-top: 88px !important;
  }

  .mt-xl-89-px {
    margin-top: 89px !important;
  }

  .mt-xl-90-px {
    margin-top: 90px !important;
  }

  .mt-xl-91-px {
    margin-top: 91px !important;
  }

  .mt-xl-92-px {
    margin-top: 92px !important;
  }

  .mt-xl-93-px {
    margin-top: 93px !important;
  }

  .mt-xl-94-px {
    margin-top: 94px !important;
  }

  .mt-xl-95-px {
    margin-top: 95px !important;
  }

  .mt-xl-96-px {
    margin-top: 96px !important;
  }

  .mt-xl-97-px {
    margin-top: 97px !important;
  }

  .mt-xl-98-px {
    margin-top: 98px !important;
  }

  .mt-xl-99-px {
    margin-top: 99px !important;
  }

  .mt-xl-100-px {
    margin-top: 100px !important;
  }

  .mt-xl-101-px {
    margin-top: 101px !important;
  }

  .mt-xl-102-px {
    margin-top: 102px !important;
  }

  .mt-xl-103-px {
    margin-top: 103px !important;
  }

  .mt-xl-104-px {
    margin-top: 104px !important;
  }

  .mt-xl-105-px {
    margin-top: 105px !important;
  }

  .mt-xl-106-px {
    margin-top: 106px !important;
  }

  .mt-xl-107-px {
    margin-top: 107px !important;
  }

  .mt-xl-108-px {
    margin-top: 108px !important;
  }

  .mt-xl-109-px {
    margin-top: 109px !important;
  }

  .mt-xl-110-px {
    margin-top: 110px !important;
  }

  .mt-xl-111-px {
    margin-top: 111px !important;
  }

  .mt-xl-112-px {
    margin-top: 112px !important;
  }

  .mt-xl-113-px {
    margin-top: 113px !important;
  }

  .mt-xl-114-px {
    margin-top: 114px !important;
  }

  .mt-xl-115-px {
    margin-top: 115px !important;
  }

  .mt-xl-116-px {
    margin-top: 116px !important;
  }

  .mt-xl-117-px {
    margin-top: 117px !important;
  }

  .mt-xl-118-px {
    margin-top: 118px !important;
  }

  .mt-xl-119-px {
    margin-top: 119px !important;
  }

  .mt-xl-120-px {
    margin-top: 120px !important;
  }

  .mt-xl-121-px {
    margin-top: 121px !important;
  }

  .mt-xl-122-px {
    margin-top: 122px !important;
  }

  .mt-xl-123-px {
    margin-top: 123px !important;
  }

  .mt-xl-124-px {
    margin-top: 124px !important;
  }

  .mt-xl-125-px {
    margin-top: 125px !important;
  }

  .mt-xl-126-px {
    margin-top: 126px !important;
  }

  .mt-xl-127-px {
    margin-top: 127px !important;
  }

  .mt-xl-128-px {
    margin-top: 128px !important;
  }

  .mt-xl-129-px {
    margin-top: 129px !important;
  }

  .mt-xl-130-px {
    margin-top: 130px !important;
  }

  .mt-xl-131-px {
    margin-top: 131px !important;
  }

  .mt-xl-132-px {
    margin-top: 132px !important;
  }

  .mt-xl-133-px {
    margin-top: 133px !important;
  }

  .mt-xl-134-px {
    margin-top: 134px !important;
  }

  .mt-xl-135-px {
    margin-top: 135px !important;
  }

  .mt-xl-136-px {
    margin-top: 136px !important;
  }

  .mt-xl-137-px {
    margin-top: 137px !important;
  }

  .mt-xl-138-px {
    margin-top: 138px !important;
  }

  .mt-xl-139-px {
    margin-top: 139px !important;
  }

  .mt-xl-140-px {
    margin-top: 140px !important;
  }

  .mt-xl-141-px {
    margin-top: 141px !important;
  }

  .mt-xl-142-px {
    margin-top: 142px !important;
  }

  .mt-xl-143-px {
    margin-top: 143px !important;
  }

  .mt-xl-144-px {
    margin-top: 144px !important;
  }

  .mt-xl-145-px {
    margin-top: 145px !important;
  }

  .mt-xl-146-px {
    margin-top: 146px !important;
  }

  .mt-xl-147-px {
    margin-top: 147px !important;
  }

  .mt-xl-148-px {
    margin-top: 148px !important;
  }

  .mt-xl-149-px {
    margin-top: 149px !important;
  }

  .mt-xl-150-px {
    margin-top: 150px !important;
  }

  .mt-xl-151-px {
    margin-top: 151px !important;
  }

  .mt-xl-152-px {
    margin-top: 152px !important;
  }

  .mt-xl-153-px {
    margin-top: 153px !important;
  }

  .mt-xl-154-px {
    margin-top: 154px !important;
  }

  .mt-xl-155-px {
    margin-top: 155px !important;
  }

  .mt-xl-156-px {
    margin-top: 156px !important;
  }

  .mt-xl-157-px {
    margin-top: 157px !important;
  }

  .mt-xl-158-px {
    margin-top: 158px !important;
  }

  .mt-xl-159-px {
    margin-top: 159px !important;
  }

  .mt-xl-160-px {
    margin-top: 160px !important;
  }

  .mt-xl-161-px {
    margin-top: 161px !important;
  }

  .mt-xl-162-px {
    margin-top: 162px !important;
  }

  .mt-xl-163-px {
    margin-top: 163px !important;
  }

  .mt-xl-164-px {
    margin-top: 164px !important;
  }

  .mt-xl-165-px {
    margin-top: 165px !important;
  }

  .mt-xl-166-px {
    margin-top: 166px !important;
  }

  .mt-xl-167-px {
    margin-top: 167px !important;
  }

  .mt-xl-168-px {
    margin-top: 168px !important;
  }

  .mt-xl-169-px {
    margin-top: 169px !important;
  }

  .mt-xl-170-px {
    margin-top: 170px !important;
  }

  .mt-xl-171-px {
    margin-top: 171px !important;
  }

  .mt-xl-172-px {
    margin-top: 172px !important;
  }

  .mt-xl-173-px {
    margin-top: 173px !important;
  }

  .mt-xl-174-px {
    margin-top: 174px !important;
  }

  .mt-xl-175-px {
    margin-top: 175px !important;
  }

  .mt-xl-176-px {
    margin-top: 176px !important;
  }

  .mt-xl-177-px {
    margin-top: 177px !important;
  }

  .mt-xl-178-px {
    margin-top: 178px !important;
  }

  .mt-xl-179-px {
    margin-top: 179px !important;
  }

  .mt-xl-180-px {
    margin-top: 180px !important;
  }

  .mt-xl-181-px {
    margin-top: 181px !important;
  }

  .mt-xl-182-px {
    margin-top: 182px !important;
  }

  .mt-xl-183-px {
    margin-top: 183px !important;
  }

  .mt-xl-184-px {
    margin-top: 184px !important;
  }

  .mt-xl-185-px {
    margin-top: 185px !important;
  }

  .mt-xl-186-px {
    margin-top: 186px !important;
  }

  .mt-xl-187-px {
    margin-top: 187px !important;
  }

  .mt-xl-188-px {
    margin-top: 188px !important;
  }

  .mt-xl-189-px {
    margin-top: 189px !important;
  }

  .mt-xl-190-px {
    margin-top: 190px !important;
  }

  .mt-xl-191-px {
    margin-top: 191px !important;
  }

  .mt-xl-192-px {
    margin-top: 192px !important;
  }

  .mt-xl-193-px {
    margin-top: 193px !important;
  }

  .mt-xl-194-px {
    margin-top: 194px !important;
  }

  .mt-xl-195-px {
    margin-top: 195px !important;
  }

  .mt-xl-196-px {
    margin-top: 196px !important;
  }

  .mt-xl-197-px {
    margin-top: 197px !important;
  }

  .mt-xl-198-px {
    margin-top: 198px !important;
  }

  .mt-xl-199-px {
    margin-top: 199px !important;
  }

  .mt-xl-200-px {
    margin-top: 200px !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-left: 0 !important;
  }

  .me-xl-1 {
    margin-left: 0.25rem !important;
  }

  .me-xl-2 {
    margin-left: 0.5rem !important;
  }

  .me-xl-3 {
    margin-left: 1rem !important;
  }

  .me-xl-4 {
    margin-left: 1.5rem !important;
  }

  .me-xl-5 {
    margin-left: 3rem !important;
  }

  .me-xl-auto {
    margin-left: 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-right: 0 !important;
  }

  .ms-xl-1 {
    margin-right: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-right: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-right: 1rem !important;
  }

  .ms-xl-4 {
    margin-right: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-right: 3rem !important;
  }

  .ms-xl-auto {
    margin-right: auto !important;
  }

  .ms-xl-07-rem {
    margin-right: 0.7rem !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-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-xl-5-rem {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 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-left: 0 !important;
  }

  .pe-xl-1 {
    padding-left: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-left: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-left: 1rem !important;
  }

  .pe-xl-4 {
    padding-left: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-left: 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-right: 0 !important;
  }

  .ps-xl-1 {
    padding-right: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-right: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-right: 1rem !important;
  }

  .ps-xl-4 {
    padding-right: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-right: 3rem !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .text-xl-start {
    text-align: right !important;
  }

  .text-xl-justify {
    text-align: justify !important;
  }

  .text-xl-end {
    text-align: left !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-25 {
    width: 25% !important;
  }

  .w-xxl-50 {
    width: 50% !important;
  }

  .w-xxl-75 {
    width: 75% !important;
  }

  .w-xxl-100 {
    width: 100% !important;
  }

  .float-xxl-start {
    float: right !important;
  }

  .float-xxl-end {
    float: left !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-xl-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 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-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: 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-8-rem {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0-px {
    margin-top: 0px !important;
  }

  .mt-xxl-1-px {
    margin-top: 1px !important;
  }

  .mt-xxl-2-px {
    margin-top: 2px !important;
  }

  .mt-xxl-3-px {
    margin-top: 3px !important;
  }

  .mt-xxl-4-px {
    margin-top: 4px !important;
  }

  .mt-xxl-5-px {
    margin-top: 5px !important;
  }

  .mt-xxl-6-px {
    margin-top: 6px !important;
  }

  .mt-xxl-7-px {
    margin-top: 7px !important;
  }

  .mt-xxl-8-px {
    margin-top: 8px !important;
  }

  .mt-xxl-9-px {
    margin-top: 9px !important;
  }

  .mt-xxl-10-px {
    margin-top: 10px !important;
  }

  .mt-xxl-11-px {
    margin-top: 11px !important;
  }

  .mt-xxl-12-px {
    margin-top: 12px !important;
  }

  .mt-xxl-13-px {
    margin-top: 13px !important;
  }

  .mt-xxl-14-px {
    margin-top: 14px !important;
  }

  .mt-xxl-15-px {
    margin-top: 15px !important;
  }

  .mt-xxl-16-px {
    margin-top: 16px !important;
  }

  .mt-xxl-17-px {
    margin-top: 17px !important;
  }

  .mt-xxl-18-px {
    margin-top: 18px !important;
  }

  .mt-xxl-19-px {
    margin-top: 19px !important;
  }

  .mt-xxl-20-px {
    margin-top: 20px !important;
  }

  .mt-xxl-21-px {
    margin-top: 21px !important;
  }

  .mt-xxl-22-px {
    margin-top: 22px !important;
  }

  .mt-xxl-23-px {
    margin-top: 23px !important;
  }

  .mt-xxl-24-px {
    margin-top: 24px !important;
  }

  .mt-xxl-25-px {
    margin-top: 25px !important;
  }

  .mt-xxl-26-px {
    margin-top: 26px !important;
  }

  .mt-xxl-27-px {
    margin-top: 27px !important;
  }

  .mt-xxl-28-px {
    margin-top: 28px !important;
  }

  .mt-xxl-29-px {
    margin-top: 29px !important;
  }

  .mt-xxl-30-px {
    margin-top: 30px !important;
  }

  .mt-xxl-31-px {
    margin-top: 31px !important;
  }

  .mt-xxl-32-px {
    margin-top: 32px !important;
  }

  .mt-xxl-33-px {
    margin-top: 33px !important;
  }

  .mt-xxl-34-px {
    margin-top: 34px !important;
  }

  .mt-xxl-35-px {
    margin-top: 35px !important;
  }

  .mt-xxl-36-px {
    margin-top: 36px !important;
  }

  .mt-xxl-37-px {
    margin-top: 37px !important;
  }

  .mt-xxl-38-px {
    margin-top: 38px !important;
  }

  .mt-xxl-39-px {
    margin-top: 39px !important;
  }

  .mt-xxl-40-px {
    margin-top: 40px !important;
  }

  .mt-xxl-41-px {
    margin-top: 41px !important;
  }

  .mt-xxl-42-px {
    margin-top: 42px !important;
  }

  .mt-xxl-43-px {
    margin-top: 43px !important;
  }

  .mt-xxl-44-px {
    margin-top: 44px !important;
  }

  .mt-xxl-45-px {
    margin-top: 45px !important;
  }

  .mt-xxl-46-px {
    margin-top: 46px !important;
  }

  .mt-xxl-47-px {
    margin-top: 47px !important;
  }

  .mt-xxl-48-px {
    margin-top: 48px !important;
  }

  .mt-xxl-49-px {
    margin-top: 49px !important;
  }

  .mt-xxl-50-px {
    margin-top: 50px !important;
  }

  .mt-xxl-51-px {
    margin-top: 51px !important;
  }

  .mt-xxl-52-px {
    margin-top: 52px !important;
  }

  .mt-xxl-53-px {
    margin-top: 53px !important;
  }

  .mt-xxl-54-px {
    margin-top: 54px !important;
  }

  .mt-xxl-55-px {
    margin-top: 55px !important;
  }

  .mt-xxl-56-px {
    margin-top: 56px !important;
  }

  .mt-xxl-57-px {
    margin-top: 57px !important;
  }

  .mt-xxl-58-px {
    margin-top: 58px !important;
  }

  .mt-xxl-59-px {
    margin-top: 59px !important;
  }

  .mt-xxl-60-px {
    margin-top: 60px !important;
  }

  .mt-xxl-61-px {
    margin-top: 61px !important;
  }

  .mt-xxl-62-px {
    margin-top: 62px !important;
  }

  .mt-xxl-63-px {
    margin-top: 63px !important;
  }

  .mt-xxl-64-px {
    margin-top: 64px !important;
  }

  .mt-xxl-65-px {
    margin-top: 65px !important;
  }

  .mt-xxl-66-px {
    margin-top: 66px !important;
  }

  .mt-xxl-67-px {
    margin-top: 67px !important;
  }

  .mt-xxl-68-px {
    margin-top: 68px !important;
  }

  .mt-xxl-69-px {
    margin-top: 69px !important;
  }

  .mt-xxl-70-px {
    margin-top: 70px !important;
  }

  .mt-xxl-71-px {
    margin-top: 71px !important;
  }

  .mt-xxl-72-px {
    margin-top: 72px !important;
  }

  .mt-xxl-73-px {
    margin-top: 73px !important;
  }

  .mt-xxl-74-px {
    margin-top: 74px !important;
  }

  .mt-xxl-75-px {
    margin-top: 75px !important;
  }

  .mt-xxl-76-px {
    margin-top: 76px !important;
  }

  .mt-xxl-77-px {
    margin-top: 77px !important;
  }

  .mt-xxl-78-px {
    margin-top: 78px !important;
  }

  .mt-xxl-79-px {
    margin-top: 79px !important;
  }

  .mt-xxl-80-px {
    margin-top: 80px !important;
  }

  .mt-xxl-81-px {
    margin-top: 81px !important;
  }

  .mt-xxl-82-px {
    margin-top: 82px !important;
  }

  .mt-xxl-83-px {
    margin-top: 83px !important;
  }

  .mt-xxl-84-px {
    margin-top: 84px !important;
  }

  .mt-xxl-85-px {
    margin-top: 85px !important;
  }

  .mt-xxl-86-px {
    margin-top: 86px !important;
  }

  .mt-xxl-87-px {
    margin-top: 87px !important;
  }

  .mt-xxl-88-px {
    margin-top: 88px !important;
  }

  .mt-xxl-89-px {
    margin-top: 89px !important;
  }

  .mt-xxl-90-px {
    margin-top: 90px !important;
  }

  .mt-xxl-91-px {
    margin-top: 91px !important;
  }

  .mt-xxl-92-px {
    margin-top: 92px !important;
  }

  .mt-xxl-93-px {
    margin-top: 93px !important;
  }

  .mt-xxl-94-px {
    margin-top: 94px !important;
  }

  .mt-xxl-95-px {
    margin-top: 95px !important;
  }

  .mt-xxl-96-px {
    margin-top: 96px !important;
  }

  .mt-xxl-97-px {
    margin-top: 97px !important;
  }

  .mt-xxl-98-px {
    margin-top: 98px !important;
  }

  .mt-xxl-99-px {
    margin-top: 99px !important;
  }

  .mt-xxl-100-px {
    margin-top: 100px !important;
  }

  .mt-xxl-101-px {
    margin-top: 101px !important;
  }

  .mt-xxl-102-px {
    margin-top: 102px !important;
  }

  .mt-xxl-103-px {
    margin-top: 103px !important;
  }

  .mt-xxl-104-px {
    margin-top: 104px !important;
  }

  .mt-xxl-105-px {
    margin-top: 105px !important;
  }

  .mt-xxl-106-px {
    margin-top: 106px !important;
  }

  .mt-xxl-107-px {
    margin-top: 107px !important;
  }

  .mt-xxl-108-px {
    margin-top: 108px !important;
  }

  .mt-xxl-109-px {
    margin-top: 109px !important;
  }

  .mt-xxl-110-px {
    margin-top: 110px !important;
  }

  .mt-xxl-111-px {
    margin-top: 111px !important;
  }

  .mt-xxl-112-px {
    margin-top: 112px !important;
  }

  .mt-xxl-113-px {
    margin-top: 113px !important;
  }

  .mt-xxl-114-px {
    margin-top: 114px !important;
  }

  .mt-xxl-115-px {
    margin-top: 115px !important;
  }

  .mt-xxl-116-px {
    margin-top: 116px !important;
  }

  .mt-xxl-117-px {
    margin-top: 117px !important;
  }

  .mt-xxl-118-px {
    margin-top: 118px !important;
  }

  .mt-xxl-119-px {
    margin-top: 119px !important;
  }

  .mt-xxl-120-px {
    margin-top: 120px !important;
  }

  .mt-xxl-121-px {
    margin-top: 121px !important;
  }

  .mt-xxl-122-px {
    margin-top: 122px !important;
  }

  .mt-xxl-123-px {
    margin-top: 123px !important;
  }

  .mt-xxl-124-px {
    margin-top: 124px !important;
  }

  .mt-xxl-125-px {
    margin-top: 125px !important;
  }

  .mt-xxl-126-px {
    margin-top: 126px !important;
  }

  .mt-xxl-127-px {
    margin-top: 127px !important;
  }

  .mt-xxl-128-px {
    margin-top: 128px !important;
  }

  .mt-xxl-129-px {
    margin-top: 129px !important;
  }

  .mt-xxl-130-px {
    margin-top: 130px !important;
  }

  .mt-xxl-131-px {
    margin-top: 131px !important;
  }

  .mt-xxl-132-px {
    margin-top: 132px !important;
  }

  .mt-xxl-133-px {
    margin-top: 133px !important;
  }

  .mt-xxl-134-px {
    margin-top: 134px !important;
  }

  .mt-xxl-135-px {
    margin-top: 135px !important;
  }

  .mt-xxl-136-px {
    margin-top: 136px !important;
  }

  .mt-xxl-137-px {
    margin-top: 137px !important;
  }

  .mt-xxl-138-px {
    margin-top: 138px !important;
  }

  .mt-xxl-139-px {
    margin-top: 139px !important;
  }

  .mt-xxl-140-px {
    margin-top: 140px !important;
  }

  .mt-xxl-141-px {
    margin-top: 141px !important;
  }

  .mt-xxl-142-px {
    margin-top: 142px !important;
  }

  .mt-xxl-143-px {
    margin-top: 143px !important;
  }

  .mt-xxl-144-px {
    margin-top: 144px !important;
  }

  .mt-xxl-145-px {
    margin-top: 145px !important;
  }

  .mt-xxl-146-px {
    margin-top: 146px !important;
  }

  .mt-xxl-147-px {
    margin-top: 147px !important;
  }

  .mt-xxl-148-px {
    margin-top: 148px !important;
  }

  .mt-xxl-149-px {
    margin-top: 149px !important;
  }

  .mt-xxl-150-px {
    margin-top: 150px !important;
  }

  .mt-xxl-151-px {
    margin-top: 151px !important;
  }

  .mt-xxl-152-px {
    margin-top: 152px !important;
  }

  .mt-xxl-153-px {
    margin-top: 153px !important;
  }

  .mt-xxl-154-px {
    margin-top: 154px !important;
  }

  .mt-xxl-155-px {
    margin-top: 155px !important;
  }

  .mt-xxl-156-px {
    margin-top: 156px !important;
  }

  .mt-xxl-157-px {
    margin-top: 157px !important;
  }

  .mt-xxl-158-px {
    margin-top: 158px !important;
  }

  .mt-xxl-159-px {
    margin-top: 159px !important;
  }

  .mt-xxl-160-px {
    margin-top: 160px !important;
  }

  .mt-xxl-161-px {
    margin-top: 161px !important;
  }

  .mt-xxl-162-px {
    margin-top: 162px !important;
  }

  .mt-xxl-163-px {
    margin-top: 163px !important;
  }

  .mt-xxl-164-px {
    margin-top: 164px !important;
  }

  .mt-xxl-165-px {
    margin-top: 165px !important;
  }

  .mt-xxl-166-px {
    margin-top: 166px !important;
  }

  .mt-xxl-167-px {
    margin-top: 167px !important;
  }

  .mt-xxl-168-px {
    margin-top: 168px !important;
  }

  .mt-xxl-169-px {
    margin-top: 169px !important;
  }

  .mt-xxl-170-px {
    margin-top: 170px !important;
  }

  .mt-xxl-171-px {
    margin-top: 171px !important;
  }

  .mt-xxl-172-px {
    margin-top: 172px !important;
  }

  .mt-xxl-173-px {
    margin-top: 173px !important;
  }

  .mt-xxl-174-px {
    margin-top: 174px !important;
  }

  .mt-xxl-175-px {
    margin-top: 175px !important;
  }

  .mt-xxl-176-px {
    margin-top: 176px !important;
  }

  .mt-xxl-177-px {
    margin-top: 177px !important;
  }

  .mt-xxl-178-px {
    margin-top: 178px !important;
  }

  .mt-xxl-179-px {
    margin-top: 179px !important;
  }

  .mt-xxl-180-px {
    margin-top: 180px !important;
  }

  .mt-xxl-181-px {
    margin-top: 181px !important;
  }

  .mt-xxl-182-px {
    margin-top: 182px !important;
  }

  .mt-xxl-183-px {
    margin-top: 183px !important;
  }

  .mt-xxl-184-px {
    margin-top: 184px !important;
  }

  .mt-xxl-185-px {
    margin-top: 185px !important;
  }

  .mt-xxl-186-px {
    margin-top: 186px !important;
  }

  .mt-xxl-187-px {
    margin-top: 187px !important;
  }

  .mt-xxl-188-px {
    margin-top: 188px !important;
  }

  .mt-xxl-189-px {
    margin-top: 189px !important;
  }

  .mt-xxl-190-px {
    margin-top: 190px !important;
  }

  .mt-xxl-191-px {
    margin-top: 191px !important;
  }

  .mt-xxl-192-px {
    margin-top: 192px !important;
  }

  .mt-xxl-193-px {
    margin-top: 193px !important;
  }

  .mt-xxl-194-px {
    margin-top: 194px !important;
  }

  .mt-xxl-195-px {
    margin-top: 195px !important;
  }

  .mt-xxl-196-px {
    margin-top: 196px !important;
  }

  .mt-xxl-197-px {
    margin-top: 197px !important;
  }

  .mt-xxl-198-px {
    margin-top: 198px !important;
  }

  .mt-xxl-199-px {
    margin-top: 199px !important;
  }

  .mt-xxl-200-px {
    margin-top: 200px !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-left: 0 !important;
  }

  .me-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-left: 1rem !important;
  }

  .me-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-left: 3rem !important;
  }

  .me-xxl-auto {
    margin-left: 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-right: 0 !important;
  }

  .ms-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-right: 1rem !important;
  }

  .ms-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-right: 3rem !important;
  }

  .ms-xxl-07-rem {
    margin-right: 0.7rem !important;
  }

  .ms-xxl-auto {
    margin-right: 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-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-xxl-5-rem {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 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-left: 0 !important;
  }

  .pe-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-left: 1rem !important;
  }

  .pe-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-left: 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-right: 0 !important;
  }

  .ps-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-right: 1rem !important;
  }

  .ps-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-right: 3rem !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .text-xxl-start {
    text-align: right !important;
  }

  .text-xxl-justify {
    text-align: justify !important;
  }

  .text-xxl-end {
    text-align: left !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1600px) {
  .w-xxxl-25 {
    width: 25% !important;
  }

  .w-xxxl-50 {
    width: 50% !important;
  }

  .w-xxxl-75 {
    width: 75% !important;
  }

  .w-xxxl-100 {
    width: 100% !important;
  }

  .float-xxxl-start {
    float: right !important;
  }

  .float-xxxl-end {
    float: left !important;
  }

  .float-xxxl-none {
    float: none !important;
  }

  .d-xxxl-inline {
    display: inline !important;
  }

  .d-xxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxl-block {
    display: block !important;
  }

  .d-xxxl-grid {
    display: grid !important;
  }

  .d-xxxl-table {
    display: table !important;
  }

  .d-xxxl-table-row {
    display: table-row !important;
  }

  .d-xxxl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .d-xxxl-flex {
    display: flex !important;
  }

  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxxl-none {
    display: none !important;
  }

  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxxl-row {
    flex-direction: row !important;
  }

  .flex-xxxl-column {
    flex-direction: column !important;
  }

  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxxl-center {
    justify-content: center !important;
  }

  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    align-items: center !important;
  }

  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    align-content: center !important;
  }

  .align-content-xxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxl-center {
    align-self: center !important;
  }

  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }

  .order-xxxl-first {
    order: -1 !important;
  }

  .order-xxxl-0 {
    order: 0 !important;
  }

  .order-xxxl-1 {
    order: 1 !important;
  }

  .order-xxxl-2 {
    order: 2 !important;
  }

  .order-xxxl-3 {
    order: 3 !important;
  }

  .order-xxxl-4 {
    order: 4 !important;
  }

  .order-xxxl-5 {
    order: 5 !important;
  }

  .order-xxxl-last {
    order: 6 !important;
  }

  .m-xxxl-0 {
    margin: 0 !important;
  }

  .m-xxxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxxl-3 {
    margin: 1rem !important;
  }

  .m-xxxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxxl-5 {
    margin: 3rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }

  .mx-xxxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mx-xxxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xxxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xxxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxxl-8-rem {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxxl-0-px {
    margin-top: 0px !important;
  }

  .mt-xxxl-1-px {
    margin-top: 1px !important;
  }

  .mt-xxxl-2-px {
    margin-top: 2px !important;
  }

  .mt-xxxl-3-px {
    margin-top: 3px !important;
  }

  .mt-xxxl-4-px {
    margin-top: 4px !important;
  }

  .mt-xxxl-5-px {
    margin-top: 5px !important;
  }

  .mt-xxxl-6-px {
    margin-top: 6px !important;
  }

  .mt-xxxl-7-px {
    margin-top: 7px !important;
  }

  .mt-xxxl-8-px {
    margin-top: 8px !important;
  }

  .mt-xxxl-9-px {
    margin-top: 9px !important;
  }

  .mt-xxxl-10-px {
    margin-top: 10px !important;
  }

  .mt-xxxl-11-px {
    margin-top: 11px !important;
  }

  .mt-xxxl-12-px {
    margin-top: 12px !important;
  }

  .mt-xxxl-13-px {
    margin-top: 13px !important;
  }

  .mt-xxxl-14-px {
    margin-top: 14px !important;
  }

  .mt-xxxl-15-px {
    margin-top: 15px !important;
  }

  .mt-xxxl-16-px {
    margin-top: 16px !important;
  }

  .mt-xxxl-17-px {
    margin-top: 17px !important;
  }

  .mt-xxxl-18-px {
    margin-top: 18px !important;
  }

  .mt-xxxl-19-px {
    margin-top: 19px !important;
  }

  .mt-xxxl-20-px {
    margin-top: 20px !important;
  }

  .mt-xxxl-21-px {
    margin-top: 21px !important;
  }

  .mt-xxxl-22-px {
    margin-top: 22px !important;
  }

  .mt-xxxl-23-px {
    margin-top: 23px !important;
  }

  .mt-xxxl-24-px {
    margin-top: 24px !important;
  }

  .mt-xxxl-25-px {
    margin-top: 25px !important;
  }

  .mt-xxxl-26-px {
    margin-top: 26px !important;
  }

  .mt-xxxl-27-px {
    margin-top: 27px !important;
  }

  .mt-xxxl-28-px {
    margin-top: 28px !important;
  }

  .mt-xxxl-29-px {
    margin-top: 29px !important;
  }

  .mt-xxxl-30-px {
    margin-top: 30px !important;
  }

  .mt-xxxl-31-px {
    margin-top: 31px !important;
  }

  .mt-xxxl-32-px {
    margin-top: 32px !important;
  }

  .mt-xxxl-33-px {
    margin-top: 33px !important;
  }

  .mt-xxxl-34-px {
    margin-top: 34px !important;
  }

  .mt-xxxl-35-px {
    margin-top: 35px !important;
  }

  .mt-xxxl-36-px {
    margin-top: 36px !important;
  }

  .mt-xxxl-37-px {
    margin-top: 37px !important;
  }

  .mt-xxxl-38-px {
    margin-top: 38px !important;
  }

  .mt-xxxl-39-px {
    margin-top: 39px !important;
  }

  .mt-xxxl-40-px {
    margin-top: 40px !important;
  }

  .mt-xxxl-41-px {
    margin-top: 41px !important;
  }

  .mt-xxxl-42-px {
    margin-top: 42px !important;
  }

  .mt-xxxl-43-px {
    margin-top: 43px !important;
  }

  .mt-xxxl-44-px {
    margin-top: 44px !important;
  }

  .mt-xxxl-45-px {
    margin-top: 45px !important;
  }

  .mt-xxxl-46-px {
    margin-top: 46px !important;
  }

  .mt-xxxl-47-px {
    margin-top: 47px !important;
  }

  .mt-xxxl-48-px {
    margin-top: 48px !important;
  }

  .mt-xxxl-49-px {
    margin-top: 49px !important;
  }

  .mt-xxxl-50-px {
    margin-top: 50px !important;
  }

  .mt-xxxl-51-px {
    margin-top: 51px !important;
  }

  .mt-xxxl-52-px {
    margin-top: 52px !important;
  }

  .mt-xxxl-53-px {
    margin-top: 53px !important;
  }

  .mt-xxxl-54-px {
    margin-top: 54px !important;
  }

  .mt-xxxl-55-px {
    margin-top: 55px !important;
  }

  .mt-xxxl-56-px {
    margin-top: 56px !important;
  }

  .mt-xxxl-57-px {
    margin-top: 57px !important;
  }

  .mt-xxxl-58-px {
    margin-top: 58px !important;
  }

  .mt-xxxl-59-px {
    margin-top: 59px !important;
  }

  .mt-xxxl-60-px {
    margin-top: 60px !important;
  }

  .mt-xxxl-61-px {
    margin-top: 61px !important;
  }

  .mt-xxxl-62-px {
    margin-top: 62px !important;
  }

  .mt-xxxl-63-px {
    margin-top: 63px !important;
  }

  .mt-xxxl-64-px {
    margin-top: 64px !important;
  }

  .mt-xxxl-65-px {
    margin-top: 65px !important;
  }

  .mt-xxxl-66-px {
    margin-top: 66px !important;
  }

  .mt-xxxl-67-px {
    margin-top: 67px !important;
  }

  .mt-xxxl-68-px {
    margin-top: 68px !important;
  }

  .mt-xxxl-69-px {
    margin-top: 69px !important;
  }

  .mt-xxxl-70-px {
    margin-top: 70px !important;
  }

  .mt-xxxl-71-px {
    margin-top: 71px !important;
  }

  .mt-xxxl-72-px {
    margin-top: 72px !important;
  }

  .mt-xxxl-73-px {
    margin-top: 73px !important;
  }

  .mt-xxxl-74-px {
    margin-top: 74px !important;
  }

  .mt-xxxl-75-px {
    margin-top: 75px !important;
  }

  .mt-xxxl-76-px {
    margin-top: 76px !important;
  }

  .mt-xxxl-77-px {
    margin-top: 77px !important;
  }

  .mt-xxxl-78-px {
    margin-top: 78px !important;
  }

  .mt-xxxl-79-px {
    margin-top: 79px !important;
  }

  .mt-xxxl-80-px {
    margin-top: 80px !important;
  }

  .mt-xxxl-81-px {
    margin-top: 81px !important;
  }

  .mt-xxxl-82-px {
    margin-top: 82px !important;
  }

  .mt-xxxl-83-px {
    margin-top: 83px !important;
  }

  .mt-xxxl-84-px {
    margin-top: 84px !important;
  }

  .mt-xxxl-85-px {
    margin-top: 85px !important;
  }

  .mt-xxxl-86-px {
    margin-top: 86px !important;
  }

  .mt-xxxl-87-px {
    margin-top: 87px !important;
  }

  .mt-xxxl-88-px {
    margin-top: 88px !important;
  }

  .mt-xxxl-89-px {
    margin-top: 89px !important;
  }

  .mt-xxxl-90-px {
    margin-top: 90px !important;
  }

  .mt-xxxl-91-px {
    margin-top: 91px !important;
  }

  .mt-xxxl-92-px {
    margin-top: 92px !important;
  }

  .mt-xxxl-93-px {
    margin-top: 93px !important;
  }

  .mt-xxxl-94-px {
    margin-top: 94px !important;
  }

  .mt-xxxl-95-px {
    margin-top: 95px !important;
  }

  .mt-xxxl-96-px {
    margin-top: 96px !important;
  }

  .mt-xxxl-97-px {
    margin-top: 97px !important;
  }

  .mt-xxxl-98-px {
    margin-top: 98px !important;
  }

  .mt-xxxl-99-px {
    margin-top: 99px !important;
  }

  .mt-xxxl-100-px {
    margin-top: 100px !important;
  }

  .mt-xxxl-101-px {
    margin-top: 101px !important;
  }

  .mt-xxxl-102-px {
    margin-top: 102px !important;
  }

  .mt-xxxl-103-px {
    margin-top: 103px !important;
  }

  .mt-xxxl-104-px {
    margin-top: 104px !important;
  }

  .mt-xxxl-105-px {
    margin-top: 105px !important;
  }

  .mt-xxxl-106-px {
    margin-top: 106px !important;
  }

  .mt-xxxl-107-px {
    margin-top: 107px !important;
  }

  .mt-xxxl-108-px {
    margin-top: 108px !important;
  }

  .mt-xxxl-109-px {
    margin-top: 109px !important;
  }

  .mt-xxxl-110-px {
    margin-top: 110px !important;
  }

  .mt-xxxl-111-px {
    margin-top: 111px !important;
  }

  .mt-xxxl-112-px {
    margin-top: 112px !important;
  }

  .mt-xxxl-113-px {
    margin-top: 113px !important;
  }

  .mt-xxxl-114-px {
    margin-top: 114px !important;
  }

  .mt-xxxl-115-px {
    margin-top: 115px !important;
  }

  .mt-xxxl-116-px {
    margin-top: 116px !important;
  }

  .mt-xxxl-117-px {
    margin-top: 117px !important;
  }

  .mt-xxxl-118-px {
    margin-top: 118px !important;
  }

  .mt-xxxl-119-px {
    margin-top: 119px !important;
  }

  .mt-xxxl-120-px {
    margin-top: 120px !important;
  }

  .mt-xxxl-121-px {
    margin-top: 121px !important;
  }

  .mt-xxxl-122-px {
    margin-top: 122px !important;
  }

  .mt-xxxl-123-px {
    margin-top: 123px !important;
  }

  .mt-xxxl-124-px {
    margin-top: 124px !important;
  }

  .mt-xxxl-125-px {
    margin-top: 125px !important;
  }

  .mt-xxxl-126-px {
    margin-top: 126px !important;
  }

  .mt-xxxl-127-px {
    margin-top: 127px !important;
  }

  .mt-xxxl-128-px {
    margin-top: 128px !important;
  }

  .mt-xxxl-129-px {
    margin-top: 129px !important;
  }

  .mt-xxxl-130-px {
    margin-top: 130px !important;
  }

  .mt-xxxl-131-px {
    margin-top: 131px !important;
  }

  .mt-xxxl-132-px {
    margin-top: 132px !important;
  }

  .mt-xxxl-133-px {
    margin-top: 133px !important;
  }

  .mt-xxxl-134-px {
    margin-top: 134px !important;
  }

  .mt-xxxl-135-px {
    margin-top: 135px !important;
  }

  .mt-xxxl-136-px {
    margin-top: 136px !important;
  }

  .mt-xxxl-137-px {
    margin-top: 137px !important;
  }

  .mt-xxxl-138-px {
    margin-top: 138px !important;
  }

  .mt-xxxl-139-px {
    margin-top: 139px !important;
  }

  .mt-xxxl-140-px {
    margin-top: 140px !important;
  }

  .mt-xxxl-141-px {
    margin-top: 141px !important;
  }

  .mt-xxxl-142-px {
    margin-top: 142px !important;
  }

  .mt-xxxl-143-px {
    margin-top: 143px !important;
  }

  .mt-xxxl-144-px {
    margin-top: 144px !important;
  }

  .mt-xxxl-145-px {
    margin-top: 145px !important;
  }

  .mt-xxxl-146-px {
    margin-top: 146px !important;
  }

  .mt-xxxl-147-px {
    margin-top: 147px !important;
  }

  .mt-xxxl-148-px {
    margin-top: 148px !important;
  }

  .mt-xxxl-149-px {
    margin-top: 149px !important;
  }

  .mt-xxxl-150-px {
    margin-top: 150px !important;
  }

  .mt-xxxl-151-px {
    margin-top: 151px !important;
  }

  .mt-xxxl-152-px {
    margin-top: 152px !important;
  }

  .mt-xxxl-153-px {
    margin-top: 153px !important;
  }

  .mt-xxxl-154-px {
    margin-top: 154px !important;
  }

  .mt-xxxl-155-px {
    margin-top: 155px !important;
  }

  .mt-xxxl-156-px {
    margin-top: 156px !important;
  }

  .mt-xxxl-157-px {
    margin-top: 157px !important;
  }

  .mt-xxxl-158-px {
    margin-top: 158px !important;
  }

  .mt-xxxl-159-px {
    margin-top: 159px !important;
  }

  .mt-xxxl-160-px {
    margin-top: 160px !important;
  }

  .mt-xxxl-161-px {
    margin-top: 161px !important;
  }

  .mt-xxxl-162-px {
    margin-top: 162px !important;
  }

  .mt-xxxl-163-px {
    margin-top: 163px !important;
  }

  .mt-xxxl-164-px {
    margin-top: 164px !important;
  }

  .mt-xxxl-165-px {
    margin-top: 165px !important;
  }

  .mt-xxxl-166-px {
    margin-top: 166px !important;
  }

  .mt-xxxl-167-px {
    margin-top: 167px !important;
  }

  .mt-xxxl-168-px {
    margin-top: 168px !important;
  }

  .mt-xxxl-169-px {
    margin-top: 169px !important;
  }

  .mt-xxxl-170-px {
    margin-top: 170px !important;
  }

  .mt-xxxl-171-px {
    margin-top: 171px !important;
  }

  .mt-xxxl-172-px {
    margin-top: 172px !important;
  }

  .mt-xxxl-173-px {
    margin-top: 173px !important;
  }

  .mt-xxxl-174-px {
    margin-top: 174px !important;
  }

  .mt-xxxl-175-px {
    margin-top: 175px !important;
  }

  .mt-xxxl-176-px {
    margin-top: 176px !important;
  }

  .mt-xxxl-177-px {
    margin-top: 177px !important;
  }

  .mt-xxxl-178-px {
    margin-top: 178px !important;
  }

  .mt-xxxl-179-px {
    margin-top: 179px !important;
  }

  .mt-xxxl-180-px {
    margin-top: 180px !important;
  }

  .mt-xxxl-181-px {
    margin-top: 181px !important;
  }

  .mt-xxxl-182-px {
    margin-top: 182px !important;
  }

  .mt-xxxl-183-px {
    margin-top: 183px !important;
  }

  .mt-xxxl-184-px {
    margin-top: 184px !important;
  }

  .mt-xxxl-185-px {
    margin-top: 185px !important;
  }

  .mt-xxxl-186-px {
    margin-top: 186px !important;
  }

  .mt-xxxl-187-px {
    margin-top: 187px !important;
  }

  .mt-xxxl-188-px {
    margin-top: 188px !important;
  }

  .mt-xxxl-189-px {
    margin-top: 189px !important;
  }

  .mt-xxxl-190-px {
    margin-top: 190px !important;
  }

  .mt-xxxl-191-px {
    margin-top: 191px !important;
  }

  .mt-xxxl-192-px {
    margin-top: 192px !important;
  }

  .mt-xxxl-193-px {
    margin-top: 193px !important;
  }

  .mt-xxxl-194-px {
    margin-top: 194px !important;
  }

  .mt-xxxl-195-px {
    margin-top: 195px !important;
  }

  .mt-xxxl-196-px {
    margin-top: 196px !important;
  }

  .mt-xxxl-197-px {
    margin-top: 197px !important;
  }

  .mt-xxxl-198-px {
    margin-top: 198px !important;
  }

  .mt-xxxl-199-px {
    margin-top: 199px !important;
  }

  .mt-xxxl-200-px {
    margin-top: 200px !important;
  }

  .mt-xxxl-auto {
    margin-top: auto !important;
  }

  .me-xxxl-0 {
    margin-left: 0 !important;
  }

  .me-xxxl-1 {
    margin-left: 0.25rem !important;
  }

  .me-xxxl-2 {
    margin-left: 0.5rem !important;
  }

  .me-xxxl-3 {
    margin-left: 1rem !important;
  }

  .me-xxxl-4 {
    margin-left: 1.5rem !important;
  }

  .me-xxxl-5 {
    margin-left: 3rem !important;
  }

  .me-xxxl-auto {
    margin-left: auto !important;
  }

  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxxl-0 {
    margin-right: 0 !important;
  }

  .ms-xxxl-1 {
    margin-right: 0.25rem !important;
  }

  .ms-xxxl-2 {
    margin-right: 0.5rem !important;
  }

  .ms-xxxl-3 {
    margin-right: 1rem !important;
  }

  .ms-xxxl-4 {
    margin-right: 1.5rem !important;
  }

  .ms-xxxl-5 {
    margin-right: 3rem !important;
  }

  .ms-xxxl-07-rem {
    margin-right: 0.7rem !important;
  }

  .ms-xxxl-auto {
    margin-right: auto !important;
  }

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .p-xxxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxxl-3 {
    padding: 1rem !important;
  }

  .p-xxxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxxl-5 {
    padding: 3rem !important;
  }

  .px-xxxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xxxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .px-xxxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .px-xxxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xxxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xxxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-xxxl-5-rem {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxxl-0 {
    padding-left: 0 !important;
  }

  .pe-xxxl-1 {
    padding-left: 0.25rem !important;
  }

  .pe-xxxl-2 {
    padding-left: 0.5rem !important;
  }

  .pe-xxxl-3 {
    padding-left: 1rem !important;
  }

  .pe-xxxl-4 {
    padding-left: 1.5rem !important;
  }

  .pe-xxxl-5 {
    padding-left: 3rem !important;
  }

  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxxl-0 {
    padding-right: 0 !important;
  }

  .ps-xxxl-1 {
    padding-right: 0.25rem !important;
  }

  .ps-xxxl-2 {
    padding-right: 0.5rem !important;
  }

  .ps-xxxl-3 {
    padding-right: 1rem !important;
  }

  .ps-xxxl-4 {
    padding-right: 1.5rem !important;
  }

  .ps-xxxl-5 {
    padding-right: 3rem !important;
  }

  .gap-xxxl-0 {
    gap: 0 !important;
  }

  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxxl-3 {
    gap: 1rem !important;
  }

  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxxl-5 {
    gap: 3rem !important;
  }

  .text-xxxl-start {
    text-align: right !important;
  }

  .text-xxxl-justify {
    text-align: justify !important;
  }

  .text-xxxl-end {
    text-align: left !important;
  }

  .text-xxxl-center {
    text-align: center !important;
  }
}

/* #endregion End My Respansive With Important */
/* #region Start Color And Bg Color */
.bg-red {
  background-color: red !important;
}

.bg-color-ededed {
  background-color: var(--bg-color-ededed);
}

.bg-color-main {
  background-color: var(--bg-color-main);
}

.bg-color-white {
  background-color: var(--bg-color-white);
}

.bg-color-313A48 {
  background-color: var(--bg-color-313A48);
}

.bg-color-yellow {
  background-color: var(--bg-color-yellow);
}

.bg-color-transparent {
  background-color: transparent;
}

/* #endregion End Color And Bg Color */
/* #region Start Images */
.opacity-02 {
  opacity: 0.1;
}

.opacity-light {
    opacity: 0.2;
}

.opacity-05 {
  opacity: 0.5;
}

.opacity-06 {
    opacity: 0.6;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.list-style-none {
  list-style: none;
}

.z-index-1 {
  position: relative !important;
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index--1 {
  position: relative !important;
  z-index: -1;
}

.cursor-pointer {
  cursor: pointer !important;
}

.first-font {
  font-family: first-font !important;
}

/* #endregion End Images */
/* #region Start Other  */