.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-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-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: 1320px;
  }
}
@media (min-width: 1600px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1520px;
  }
}
@media (min-width: 1800px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1720px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.row-cols-7>* {
  flex: 0 0 auto;
  width: 14.2857142857%;
}
.row-cols-8>* {
  flex: 0 0 auto;
  width: 12.5%;
}
.row-cols-9>* {
  flex: 0 0 auto;
  width: 11.1111111111%;
}
.row-cols-10>* {
  flex: 0 0 auto;
  width: 10%;
}
.row-cols-11>* {
  flex: 0 0 auto;
  width: 9.0909090909%;
}
.row-cols-12>* {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.no-gutters,
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.no-gutters,
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 0.75rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 0.75rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 1.25rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 1.25rem;
}
.g-6,
.gx-6 {
  --bs-gutter-x: 1.5rem;
}
.g-6,
.gy-6 {
  --bs-gutter-y: 1.5rem;
}
.g-7,
.gx-7 {
  --bs-gutter-x: 1.75rem;
}
.g-7,
.gy-7 {
  --bs-gutter-y: 1.75rem;
}
.g-8,
.gx-8 {
  --bs-gutter-x: 2rem;
}
.g-8,
.gy-8 {
  --bs-gutter-y: 2rem;
}
.g-9,
.gx-9 {
  --bs-gutter-x: 2.25rem;
}
.g-9,
.gy-9 {
  --bs-gutter-y: 2.25rem;
}
.g-10,
.gx-10 {
  --bs-gutter-x: 2.5rem;
}
.g-10,
.gy-10 {
  --bs-gutter-y: 2.5rem;
}
.g-11,
.gx-11 {
  --bs-gutter-x: 3rem;
}
.g-11,
.gy-11 {
  --bs-gutter-y: 3rem;
}
.g-12,
.gx-12 {
  --bs-gutter-x: 3.5rem;
}
.g-12,
.gy-12 {
  --bs-gutter-y: 3.5rem;
}
.g-13,
.gx-13 {
  --bs-gutter-x: 4rem;
}
.g-13,
.gy-13 {
  --bs-gutter-y: 4rem;
}
.g-14,
.gx-14 {
  --bs-gutter-x: 4.5rem;
}
.g-14,
.gy-14 {
  --bs-gutter-y: 4.5rem;
}
.g-15,
.gx-15 {
  --bs-gutter-x: 5rem;
}
.g-15,
.gy-15 {
  --bs-gutter-y: 5rem;
}
.g-16,
.gx-16 {
  --bs-gutter-x: 6rem;
}
.g-16,
.gy-16 {
  --bs-gutter-y: 6rem;
}
.g-17,
.gx-17 {
  --bs-gutter-x: 7rem;
}
.g-17,
.gy-17 {
  --bs-gutter-y: 7rem;
}
.g-18,
.gx-18 {
  --bs-gutter-x: 8rem;
}
.g-18,
.gy-18 {
  --bs-gutter-y: 8rem;
}
.g-19,
.gx-19 {
  --bs-gutter-x: 9rem;
}
.g-19,
.gy-19 {
  --bs-gutter-y: 9rem;
}
.g-20,
.gx-20 {
  --bs-gutter-x: 10rem;
}
.g-20,
.gy-20 {
  --bs-gutter-y: 10rem;
}
.g-21,
.gx-21 {
  --bs-gutter-x: 12.5rem;
}
.g-21,
.gy-21 {
  --bs-gutter-y: 12.5rem;
}
.g-22,
.gx-22 {
  --bs-gutter-x: 15rem;
}
.g-22,
.gy-22 {
  --bs-gutter-y: 15rem;
}
.g-23,
.gx-23 {
  --bs-gutter-x: 17.5rem;
}
.g-23,
.gy-23 {
  --bs-gutter-y: 17.5rem;
}
.g-24,
.gx-24 {
  --bs-gutter-x: 20rem;
}
.g-24,
.gy-24 {
  --bs-gutter-y: 20rem;
}
.g-25,
.gx-25 {
  --bs-gutter-x: 22.5rem;
}
.g-25,
.gy-25 {
  --bs-gutter-y: 22.5rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-sm-7>* {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-sm-8>* {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-sm-9>* {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-sm-10>* {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-sm-11>* {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-sm-12>* {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 3.5rem;
  }
  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 4.5rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-17,
  .gx-sm-17 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-17,
  .gy-sm-17 {
    --bs-gutter-y: 7rem;
  }
  .g-sm-18,
  .gx-sm-18 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-18,
  .gy-sm-18 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-19,
  .gx-sm-19 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-19,
  .gy-sm-19 {
    --bs-gutter-y: 9rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-21,
  .gx-sm-21 {
    --bs-gutter-x: 12.5rem;
  }
  .g-sm-21,
  .gy-sm-21 {
    --bs-gutter-y: 12.5rem;
  }
  .g-sm-22,
  .gx-sm-22 {
    --bs-gutter-x: 15rem;
  }
  .g-sm-22,
  .gy-sm-22 {
    --bs-gutter-y: 15rem;
  }
  .g-sm-23,
  .gx-sm-23 {
    --bs-gutter-x: 17.5rem;
  }
  .g-sm-23,
  .gy-sm-23 {
    --bs-gutter-y: 17.5rem;
  }
  .g-sm-24,
  .gx-sm-24 {
    --bs-gutter-x: 20rem;
  }
  .g-sm-24,
  .gy-sm-24 {
    --bs-gutter-y: 20rem;
  }
  .g-sm-25,
  .gx-sm-25 {
    --bs-gutter-x: 22.5rem;
  }
  .g-sm-25,
  .gy-sm-25 {
    --bs-gutter-y: 22.5rem;
  }
}
@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%;
  }
  .row-cols-md-7>* {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-md-8>* {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-md-9>* {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-md-10>* {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-md-11>* {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-md-12>* {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 2rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 2rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 3rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 3rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 4rem;
  }
  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 4rem;
  }
  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 4.5rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 5rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 5rem;
  }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 6rem;
  }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 6rem;
  }
  .g-md-17,
  .gx-md-17 {
    --bs-gutter-x: 7rem;
  }
  .g-md-17,
  .gy-md-17 {
    --bs-gutter-y: 7rem;
  }
  .g-md-18,
  .gx-md-18 {
    --bs-gutter-x: 8rem;
  }
  .g-md-18,
  .gy-md-18 {
    --bs-gutter-y: 8rem;
  }
  .g-md-19,
  .gx-md-19 {
    --bs-gutter-x: 9rem;
  }
  .g-md-19,
  .gy-md-19 {
    --bs-gutter-y: 9rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 10rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 10rem;
  }
  .g-md-21,
  .gx-md-21 {
    --bs-gutter-x: 12.5rem;
  }
  .g-md-21,
  .gy-md-21 {
    --bs-gutter-y: 12.5rem;
  }
  .g-md-22,
  .gx-md-22 {
    --bs-gutter-x: 15rem;
  }
  .g-md-22,
  .gy-md-22 {
    --bs-gutter-y: 15rem;
  }
  .g-md-23,
  .gx-md-23 {
    --bs-gutter-x: 17.5rem;
  }
  .g-md-23,
  .gy-md-23 {
    --bs-gutter-y: 17.5rem;
  }
  .g-md-24,
  .gx-md-24 {
    --bs-gutter-x: 20rem;
  }
  .g-md-24,
  .gy-md-24 {
    --bs-gutter-y: 20rem;
  }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 22.5rem;
  }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 22.5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-lg-7>* {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-lg-8>* {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-lg-9>* {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-lg-10>* {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-lg-11>* {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-lg-12>* {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-17,
  .gx-lg-17 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-17,
  .gy-lg-17 {
    --bs-gutter-y: 7rem;
  }
  .g-lg-18,
  .gx-lg-18 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-18,
  .gy-lg-18 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-19,
  .gx-lg-19 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-19,
  .gy-lg-19 {
    --bs-gutter-y: 9rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-21,
  .gx-lg-21 {
    --bs-gutter-x: 12.5rem;
  }
  .g-lg-21,
  .gy-lg-21 {
    --bs-gutter-y: 12.5rem;
  }
  .g-lg-22,
  .gx-lg-22 {
    --bs-gutter-x: 15rem;
  }
  .g-lg-22,
  .gy-lg-22 {
    --bs-gutter-y: 15rem;
  }
  .g-lg-23,
  .gx-lg-23 {
    --bs-gutter-x: 17.5rem;
  }
  .g-lg-23,
  .gy-lg-23 {
    --bs-gutter-y: 17.5rem;
  }
  .g-lg-24,
  .gx-lg-24 {
    --bs-gutter-x: 20rem;
  }
  .g-lg-24,
  .gy-lg-24 {
    --bs-gutter-y: 20rem;
  }
  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 22.5rem;
  }
  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 22.5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xl-7>* {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xl-8>* {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xl-9>* {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xl-10>* {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xl-11>* {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-xl-12>* {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-17,
  .gx-xl-17 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-17,
  .gy-xl-17 {
    --bs-gutter-y: 7rem;
  }
  .g-xl-18,
  .gx-xl-18 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-18,
  .gy-xl-18 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-19,
  .gx-xl-19 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-19,
  .gy-xl-19 {
    --bs-gutter-y: 9rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-21,
  .gx-xl-21 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xl-21,
  .gy-xl-21 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xl-22,
  .gx-xl-22 {
    --bs-gutter-x: 15rem;
  }
  .g-xl-22,
  .gy-xl-22 {
    --bs-gutter-y: 15rem;
  }
  .g-xl-23,
  .gx-xl-23 {
    --bs-gutter-x: 17.5rem;
  }
  .g-xl-23,
  .gy-xl-23 {
    --bs-gutter-y: 17.5rem;
  }
  .g-xl-24,
  .gx-xl-24 {
    --bs-gutter-x: 20rem;
  }
  .g-xl-24,
  .gy-xl-24 {
    --bs-gutter-y: 20rem;
  }
  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 22.5rem;
  }
  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 22.5rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xxl-7>* {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xxl-8>* {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xxl-9>* {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xxl-10>* {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xxl-11>* {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-xxl-12>* {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxl-13,
  .gx-xxl-13 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-13,
  .gy-xxl-13 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-14,
  .gx-xxl-14 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-14,
  .gy-xxl-14 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-17,
  .gx-xxl-17 {
    --bs-gutter-x: 7rem;
  }
  .g-xxl-17,
  .gy-xxl-17 {
    --bs-gutter-y: 7rem;
  }
  .g-xxl-18,
  .gx-xxl-18 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-18,
  .gy-xxl-18 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-19,
  .gx-xxl-19 {
    --bs-gutter-x: 9rem;
  }
  .g-xxl-19,
  .gy-xxl-19 {
    --bs-gutter-y: 9rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-21,
  .gx-xxl-21 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xxl-21,
  .gy-xxl-21 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xxl-22,
  .gx-xxl-22 {
    --bs-gutter-x: 15rem;
  }
  .g-xxl-22,
  .gy-xxl-22 {
    --bs-gutter-y: 15rem;
  }
  .g-xxl-23,
  .gx-xxl-23 {
    --bs-gutter-x: 17.5rem;
  }
  .g-xxl-23,
  .gy-xxl-23 {
    --bs-gutter-y: 17.5rem;
  }
  .g-xxl-24,
  .gx-xxl-24 {
    --bs-gutter-x: 20rem;
  }
  .g-xxl-24,
  .gy-xxl-24 {
    --bs-gutter-y: 20rem;
  }
  .g-xxl-25,
  .gx-xxl-25 {
    --bs-gutter-x: 22.5rem;
  }
  .g-xxl-25,
  .gy-xxl-25 {
    --bs-gutter-y: 22.5rem;
  }
}
.w-100 {
  width: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 22.5rem !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.h-0 {
  height: 0 !important;
}
.h-1 {
  height: 0.25rem !important;
}
.h-2 {
  height: 0.5rem !important;
}
.h-3 {
  height: 0.75rem !important;
}
.h-4 {
  height: 1rem !important;
}
.h-5 {
  height: 1.25rem !important;
}
.h-6 {
  height: 1.5rem !important;
}
.h-7 {
  height: 1.75rem !important;
}
.h-8 {
  height: 2rem !important;
}
.h-9 {
  height: 2.25rem !important;
}
.h-10 {
  height: 2.5rem !important;
}
.h-11 {
  height: 3rem !important;
}
.h-12 {
  height: 3.5rem !important;
}
.h-13 {
  height: 4rem !important;
}
.h-14 {
  height: 4.5rem !important;
}
.h-15 {
  height: 5rem !important;
}
.h-16 {
  height: 6rem !important;
}
.h-17 {
  height: 7rem !important;
}
.h-18 {
  height: 8rem !important;
}
.h-19 {
  height: 9rem !important;
}
.h-20 {
  height: 10rem !important;
}
.h-21 {
  height: 12.5rem !important;
}
.h-22 {
  height: 15rem !important;
}
.h-23 {
  height: 17.5rem !important;
}
.h-24 {
  height: 20rem !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-25 {
  min-height: 25vh !important;
}
.min-vh-30 {
  min-height: 30vh !important;
}
.min-vh-50 {
  min-height: 50vh !important;
}
.min-vh-60 {
  min-height: 60vh !important;
}
.min-vh-70 {
  min-height: 70vh !important;
}
.min-vh-75 {
  min-height: 75vh !important;
}
.min-vh-80 {
  min-height: 80vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column, 
.flex-col {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse, 
.flex-col-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-left,
.justify-left {
  justify-content: flex-start !important;
}
.justify-content-right,
.justify-right {
  justify-content: flex-end !important;
}
.justify-content-center,
.justify-center {
  justify-content: center !important;
}
.justify-content-between,
.justify-between {
  justify-content: space-between !important;
}
.justify-content-around,
.justify-around  {
  justify-content: space-around !important;
}
.justify-content-evenly,
.justify-evenly {
  justify-content: space-evenly !important;
}
.justify-content-bottom,
.justify-end{
  justify-content: flex-end !important;
}
.align-items-end, .items-end {
  align-items: flex-end !important
}
.align-items-left, .items-start {
  align-items: flex-start !important;
}
.align-items-right, .items-end {
  align-items: flex-end !important;
}
.align-items-center, .items-center {
  align-items: center !important;
}
.align-items-baseline, .items-baseline {
  align-items: baseline !important;
}
.align-items-stretch, .items-stretch {
  align-items: stretch !important;
}
.align-content-left {
  align-content: flex-start !important;
}
.align-content-right {
  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-left {
  align-self: flex-start !important;
}
.align-self-right {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}

.ml-0 {margin-left: 0 !important;} 
.ml-1 {margin-left: 0.25rem  !important;} 
.ml-2 {margin-left: 0.5rem  !important;} 
.ml-3 {margin-left: 0.75rem  !important;} 
.ml-4 {margin-left: 1rem  !important;} 
.ml-5 {margin-left: 1.25rem  !important;} 
.ml-6 {margin-left: 1.5rem  !important;} 
.ml-7 {margin-left: 1.75rem  !important;} 
.ml-8 {margin-left: 2rem  !important;} 
.ml-10 {margin-left: 2.5rem  !important;}
.ml-11 {margin-left: 3rem  !important;}
.ml-12 {margin-left: 3.5rem  !important;}
.ml-13 {margin-left: 4rem  !important;}
.ml-14 {margin-left: 4.5rem  !important;}
.ml-15 {margin-left: 5rem  !important;}
.ml-16 {margin-left: 6rem  !important;}
.ml-17 {margin-left: 7rem  !important;}
.ml-18 {margin-left: 8rem  !important;}
.ml-19 {margin-left: 9rem  !important;}
.ml-20 {margin-left: 10rem  !important;}
.ml-21 {margin-left: 12.5rem  !important;}
.ml-22 {margin-left: 15rem  !important;}
.ml-23 {margin-left: 17.5rem  !important;}
.ml-24 {margin-left: 20rem  !important;}
.ml-25 {margin-left: 22.5rem  !important;}

.mr-0 {margin-right: 0 !important;} 
.mr-1 {margin-right: 0.25rem  !important;} 
.mr-2 {margin-right: 0.5rem  !important;} 
.mr-3 {margin-right: 0.75rem  !important;} 
.mr-4 {margin-right: 1rem  !important;} 
.mr-5 {margin-right: 1.25rem  !important;} 
.mr-6 {margin-right: 1.5rem  !important;}
.mr-7 {margin-right: 1.75rem  !important;}  
.mr-8 {margin-right: 2rem  !important;} 
.mr-10 {margin-right: 2.5rem  !important;}
.mr-11 {margin-right: 3rem  !important;}
.mr-12 {margin-right: 3.5rem  !important;}
.mr-13 {margin-right: 4rem  !important;}
.mr-14 {margin-right: 4.5rem  !important;}
.mr-15 {margin-right: 5rem  !important;}
.mr-16 {margin-right: 6rem  !important;}
.mr-17 {margin-right: 7rem  !important;}
.mr-18 {margin-right: 8rem  !important;}
.mr-19 {margin-right: 9rem  !important;}
.mr-20 {margin-right: 10rem  !important;}
.mr-21 {margin-right: 12.5rem  !important;}
.mr-22 {margin-right: 15rem  !important;}
.mr-23 {margin-right: 17.5rem  !important;}
.mr-24 {margin-right: 20rem  !important;}
.mr-25 {margin-right: 22.5rem  !important;}

.mt-0 {margin-top: 0 !important;}
.mt-1 {margin-top: 0.25rem !important;}
.mt-2 {margin-top: 0.5rem !important;}
.mt-3 {margin-top: 0.75rem !important;}
.mt-4 {margin-top: 1rem !important;}
.mt-5 {margin-top: 1.25rem !important;}
.mt-6 {margin-top: 1.5rem !important;}
.mt-7 {margin-top: 1.75rem !important;}
.mt-8 {margin-top: 2rem !important;}
.mt-10 {margin-top: 2.5rem !important;}
.mt-11 {margin-top: 3rem !important;}
.mt-12 {margin-top: 3.5rem !important;}
.mt-13 {margin-top: 4rem !important;}
.mt-14 {margin-top: 4.5rem !important;}
.mt-15 {margin-top: 5rem !important;}
.mt-16 {margin-top: 6rem !important;}
.mt-17 {margin-top: 7rem !important;}
.mt-18 {margin-top: 8rem !important;}
.mt-19 {margin-top: 9rem !important;}
.mt-20 {margin-top: 10rem !important;}
.mt-21 {margin-top: 12.5rem !important;}
.mt-22 {margin-top: 15rem !important;}
.mt-23 {margin-top: 17.5rem !important;}
.mt-24 {margin-top: 20rem !important;}
.mt-25 {margin-top: 22.5rem !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: 0.75rem !important;}
.mb-4 {margin-bottom: 1rem !important;}
.mb-5 {margin-bottom: 1.25rem !important;}
.mb-6 {margin-bottom: 1.5rem !important;}
.mb-7 {margin-bottom: 1.75rem !important;}
.mb-8 {margin-bottom: 2rem !important;}
.mb-10 {margin-bottom: 2.5rem !important;}
.mb-11 {margin-bottom: 3rem !important;}
.mb-12 {margin-bottom: 3.5rem !important;}
.mb-13 {margin-bottom: 4rem !important;}
.mb-14 {margin-bottom: 4.5rem !important;}
.mb-15 {margin-bottom: 5rem !important;}
.mb-16 {margin-bottom: 6rem !important;}
.mb-17 {margin-bottom: 7rem !important;}
.mb-18 {margin-bottom: 8rem !important;}
.mb-19 {margin-bottom: 9rem !important;}
.mb-20 {margin-bottom: 10rem !important;}
.mb-21 {margin-bottom: 12.5rem !important;}
.mb-22 {margin-bottom: 15rem !important;}
.mb-23 {margin-bottom: 17.5rem !important;}
.mb-24 {margin-bottom: 20rem !important;}
.mb-25 {margin-bottom: 22.5rem !important;}

.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 0.75rem !important;
}
.m-4 {
  margin: 1rem !important;
}
.m-5 {
  margin: 1.25rem !important;
}
.m-6 {
  margin: 1.5rem !important;
}
.m-7 {
  margin: 1.75rem !important;
}
.m-8 {
  margin: 2rem !important;
}
.m-9 {
  margin: 2.25rem !important;
}
.m-10 {
  margin: 2.5rem !important;
}
.m-11 {
  margin: 3rem !important;
}
.m-12 {
  margin: 3.5rem !important;
}
.m-13 {
  margin: 4rem !important;
}
.m-14 {
  margin: 4.5rem !important;
}
.m-15 {
  margin: 5rem !important;
}
.m-16 {
  margin: 6rem !important;
}
.m-17 {
  margin: 7rem !important;
}
.m-18 {
  margin: 8rem !important;
}
.m-19 {
  margin: 9rem !important;
}
.m-20 {
  margin: 10rem !important;
}
.m-21 {
  margin: 12.5rem !important;
}
.m-22 {
  margin: 15rem !important;
}
.m-23 {
  margin: 17.5rem !important;
}
.m-24 {
  margin: 20rem !important;
}
.m-25 {
  margin: 22.5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}
.mx-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}
.mx-6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-7 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}
.mx-8 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
.mx-9 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}
.mx-10 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}
.mx-11 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-12 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}
.mx-13 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}
.mx-14 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}
.mx-15 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
.mx-16 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}
.mx-17 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}
.mx-18 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}
.mx-19 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}
.mx-20 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}
.mx-21 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}
.mx-22 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}
.mx-23 {
  margin-right: 17.5rem !important;
  margin-left: 17.5rem !important;
}
.mx-24 {
  margin-right: 20rem !important;
  margin-left: 20rem !important;
}
.mx-25 {
  margin-right: 22.5rem !important;
  margin-left: 22.5rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}
.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}
.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-11 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-12 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}
.my-13 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-14 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}
.my-15 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-16 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.my-17 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}
.my-18 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.my-19 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}
.my-20 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.my-21 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}
.my-22 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}
.my-23 {
  margin-top: 17.5rem !important;
  margin-bottom: 17.5rem !important;
}
.my-24 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}
.my-25 {
  margin-top: 22.5rem !important;
  margin-bottom: 22.5rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.m-n3 {
  margin: -0.75rem !important;
}
.m-n4 {
  margin: -1rem !important;
}
.m-n5 {
  margin: -1.25rem !important;
}
.m-n6 {
  margin: -1.5rem !important;
}
.m-n7 {
  margin: -1.75rem !important;
}
.m-n8 {
  margin: -2rem !important;
}
.m-n9 {
  margin: -2.25rem !important;
}
.m-n10 {
  margin: -2.5rem !important;
}
.m-n11 {
  margin: -3rem !important;
}
.m-n12 {
  margin: -3.5rem !important;
}
.m-n13 {
  margin: -4rem !important;
}
.m-n14 {
  margin: -4.5rem !important;
}
.m-n15 {
  margin: -5rem !important;
}
.m-n16 {
  margin: -6rem !important;
}
.m-n17 {
  margin: -7rem !important;
}
.m-n18 {
  margin: -8rem !important;
}
.m-n19 {
  margin: -9rem !important;
}
.m-n20 {
  margin: -10rem !important;
}
.m-n21 {
  margin: -12.5rem !important;
}
.m-n22 {
  margin: -15rem !important;
}
.m-n23 {
  margin: -17.5rem !important;
}
.m-n24 {
  margin: -20rem !important;
}
.m-n25 {
  margin: -22.5rem !important;
}
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}
.mx-n3 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}
.mx-n4 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}
.mx-n5 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}
.mx-n6 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}
.mx-n7 {
  margin-right: -1.75rem !important;
  margin-left: -1.75rem !important;
}
.mx-n8 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}
.mx-n9 {
  margin-right: -2.25rem !important;
  margin-left: -2.25rem !important;
}
.mx-n10 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}
.mx-n11 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}
.mx-n12 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}
.mx-n13 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}
.mx-n14 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}
.mx-n15 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}
.mx-n16 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}
.mx-n17 {
  margin-right: -7rem !important;
  margin-left: -7rem !important;
}
.mx-n18 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}
.mx-n19 {
  margin-right: -9rem !important;
  margin-left: -9rem !important;
}
.mx-n20 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}
.mx-n21 {
  margin-right: -12.5rem !important;
  margin-left: -12.5rem !important;
}
.mx-n22 {
  margin-right: -15rem !important;
  margin-left: -15rem !important;
}
.mx-n23 {
  margin-right: -17.5rem !important;
  margin-left: -17.5rem !important;
}
.mx-n24 {
  margin-right: -20rem !important;
  margin-left: -20rem !important;
}
.mx-n25 {
  margin-right: -22.5rem !important;
  margin-left: -22.5rem !important;
}
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.my-n3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}
.my-n4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.my-n5 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}
.my-n6 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.my-n7 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}
.my-n8 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}
.my-n9 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}
.my-n10 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}
.my-n11 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.my-n12 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}
.my-n13 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}
.my-n14 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}
.my-n15 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}
.my-n16 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}
.my-n17 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}
.my-n18 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}
.my-n19 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}
.my-n20 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}
.my-n21 {
  margin-top: -12.5rem !important;
  margin-bottom: -12.5rem !important;
}
.my-n22 {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}
.my-n23 {
  margin-top: -17.5rem !important;
  margin-bottom: -17.5rem !important;
}
.my-n24 {
  margin-top: -20rem !important;
  margin-bottom: -20rem !important;
}
.my-n25 {
  margin-top: -22.5rem !important;
  margin-bottom: -22.5rem !important;
}
.mt-n1 {
  margin-top: -0.25rem !important;
}
.mt-n2 {
  margin-top: -0.5rem !important;
}
.mt-n3 {
  margin-top: -0.75rem !important;
}
.mt-n4 {
  margin-top: -1rem !important;
}
.mt-n5 {
  margin-top: -1.25rem !important;
}
.mt-n6 {
  margin-top: -1.5rem !important;
}
.mt-n7 {
  margin-top: -1.75rem !important;
}
.mt-n8 {
  margin-top: -2rem !important;
}
.mt-n9 {
  margin-top: -2.25rem !important;
}
.mt-n10 {
  margin-top: -2.5rem !important;
}
.mt-n11 {
  margin-top: -3rem !important;
}
.mt-n12 {
  margin-top: -3.5rem !important;
}
.mt-n13 {
  margin-top: -4rem !important;
}
.mt-n14 {
  margin-top: -4.5rem !important;
}
.mt-n15 {
  margin-top: -5rem !important;
}
.mt-n16 {
  margin-top: -6rem !important;
}
.mt-n17 {
  margin-top: -7rem !important;
}
.mt-n18 {
  margin-top: -8rem !important;
}
.mt-n19 {
  margin-top: -9rem !important;
}
.mt-n20 {
  margin-top: -10rem !important;
}
.mt-n21 {
  margin-top: -12.5rem !important;
}
.mt-n22 {
  margin-top: -15rem !important;
}
.mt-n23 {
  margin-top: -17.5rem !important;
}
.mt-n24 {
  margin-top: -20rem !important;
}
.mt-n25 {
  margin-top: -22.5rem !important;
}
.mr-n1 {
  margin-right: -0.25rem !important;
}
.mr-n2 {
  margin-right: -0.5rem !important;
}
.mr-n3 {
  margin-right: -0.75rem !important;
}
.mr-n4 {
  margin-right: -1rem !important;
}
.mr-n5 {
  margin-right: -1.25rem !important;
}
.mr-n6 {
  margin-right: -1.5rem !important;
}
.mr-n7 {
  margin-right: -1.75rem !important;
}
.mr-n8 {
  margin-right: -2rem !important;
}
.mr-n9 {
  margin-right: -2.25rem !important;
}
.mr-n10 {
  margin-right: -2.5rem !important;
}
.mr-n11 {
  margin-right: -3rem !important;
}
.mr-n12 {
  margin-right: -3.5rem !important;
}
.mr-n13 {
  margin-right: -4rem !important;
}
.mr-n14 {
  margin-right: -4.5rem !important;
}
.mr-n15 {
  margin-right: -5rem !important;
}
.mr-n16 {
  margin-right: -6rem !important;
}
.mr-n17 {
  margin-right: -7rem !important;
}
.mr-n18 {
  margin-right: -8rem !important;
}
.mr-n19 {
  margin-right: -9rem !important;
}
.mr-n20 {
  margin-right: -10rem !important;
}
.mr-n21 {
  margin-right: -12.5rem !important;
}
.mr-n22 {
  margin-right: -15rem !important;
}
.mr-n23 {
  margin-right: -17.5rem !important;
}
.mr-n24 {
  margin-right: -20rem !important;
}
.mr-n25 {
  margin-right: -22.5rem !important;
}
.mb-n1 {
  margin-bottom: -0.25rem !important;
}
.mb-n2 {
  margin-bottom: -0.5rem !important;
}
.mb-n3 {
  margin-bottom: -0.75rem !important;
}
.mb-n4 {
  margin-bottom: -1rem !important;
}
.mb-n5 {
  margin-bottom: -1.25rem !important;
}
.mb-n6 {
  margin-bottom: -1.5rem !important;
}
.mb-n7 {
  margin-bottom: -1.75rem !important;
}
.mb-n8 {
  margin-bottom: -2rem !important;
}
.mb-n9 {
  margin-bottom: -2.25rem !important;
}
.mb-n10 {
  margin-bottom: -2.5rem !important;
}
.mb-n11 {
  margin-bottom: -3rem !important;
}
.mb-n12 {
  margin-bottom: -3.5rem !important;
}
.mb-n13 {
  margin-bottom: -4rem !important;
}
.mb-n14 {
  margin-bottom: -4.5rem !important;
}
.mb-n15 {
  margin-bottom: -5rem !important;
}
.mb-n16 {
  margin-bottom: -6rem !important;
}
.mb-n17 {
  margin-bottom: -7rem !important;
}
.mb-n18 {
  margin-bottom: -8rem !important;
}
.mb-n19 {
  margin-bottom: -9rem !important;
}
.mb-n20 {
  margin-bottom: -10rem !important;
}
.mb-n21 {
  margin-bottom: -12.5rem !important;
}
.mb-n22 {
  margin-bottom: -15rem !important;
}
.mb-n23 {
  margin-bottom: -17.5rem !important;
}
.mb-n24 {
  margin-bottom: -20rem !important;
}
.mb-n25 {
  margin-bottom: -22.5rem !important;
}
.ml-n1 {
  margin-left: -0.25rem !important;
}
.ml-n2 {
  margin-left: -0.5rem !important;
}
.ml-n3 {
  margin-left: -0.75rem !important;
}
.ml-n4 {
  margin-left: -1rem !important;
}
.ml-n5 {
  margin-left: -1.25rem !important;
}
.ml-n6 {
  margin-left: -1.5rem !important;
}
.ml-n7 {
  margin-left: -1.75rem !important;
}
.ml-n8 {
  margin-left: -2rem !important;
}
.ml-n9 {
  margin-left: -2.25rem !important;
}
.ml-n10 {
  margin-left: -2.5rem !important;
}
.ml-n11 {
  margin-left: -3rem !important;
}
.ml-n12 {
  margin-left: -3.5rem !important;
}
.ml-n13 {
  margin-left: -4rem !important;
}
.ml-n14 {
  margin-left: -4.5rem !important;
}
.ml-n15 {
  margin-left: -5rem !important;
}
.ml-n16 {
  margin-left: -6rem !important;
}
.ml-n17 {
  margin-left: -7rem !important;
}
.ml-n18 {
  margin-left: -8rem !important;
}
.ml-n19 {
  margin-left: -9rem !important;
}
.ml-n20 {
  margin-left: -10rem !important;
}
.ml-n21 {
  margin-left: -12.5rem !important;
}
.ml-n22 {
  margin-left: -15rem !important;
}
.ml-n23 {
  margin-left: -17.5rem !important;
}
.ml-n24 {
  margin-left: -20rem !important;
}
.ml-n25 {
  margin-left: -22.5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-5 {
  padding: 1.25rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.p-7 {
  padding: 1.75rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.p-9 {
  padding: 2.25rem !important;
}
.p-10 {
  padding: 2.5rem !important;
}
.p-11 {
  padding: 3rem !important;
}
.p-12 {
  padding: 3.5rem !important;
}
.p-13 {
  padding: 4rem !important;
}
.p-14 {
  padding: 4.5rem !important;
}
.p-15 {
  padding: 5rem !important;
}
.p-16 {
  padding: 6rem !important;
}
.p-17 {
  padding: 7rem !important;
}
.p-18 {
  padding: 8rem !important;
}
.p-19 {
  padding: 9rem !important;
}
.p-20 {
  padding: 10rem !important;
}
.p-21 {
  padding: 12.5rem !important;
}
.p-22 {
  padding: 15rem !important;
}
.p-23 {
  padding: 17.5rem !important;
}
.p-24 {
  padding: 20rem !important;
}
.p-25 {
  padding: 22.5rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}
.px-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-5 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}
.px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}
.px-8 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.px-9 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}
.px-10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}
.px-11 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.px-12 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}
.px-13 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}
.px-14 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}
.px-15 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
.px-16 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}
.px-17 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}
.px-18 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}
.px-19 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}
.px-20 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}
.px-21 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}
.px-22 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}
.px-23 {
  padding-right: 17.5rem !important;
  padding-left: 17.5rem !important;
}
.px-24 {
  padding-right: 20rem !important;
  padding-left: 20rem !important;
}
.px-25 {
  padding-right: 22.5rem !important;
  padding-left: 22.5rem !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-3 {
  padding-left: 0.75rem !important;
}
.pl-4 {
  padding-left: 1rem !important;
}
.pl-5 {
  padding-left: 1.25rem !important;
}
.pl-6 {
  padding-left: 1.5rem !important;
}
.pl-7 {
  padding-left: 1.75rem !important;
}
.pl-8 {
  padding-left: 2rem !important;
}
.pl-9 {
  padding-left: 2.25rem !important;
}
.pl-10 {
  padding-left: 2.5rem !important;
}
.pl-11 {
  padding-left: 3rem !important;
}
.pl-12 {
  padding-left: 3.5rem !important;
}
.pl-13 {
  padding-left: 4rem !important;
}
.pl-14 {
  padding-left: 4.5rem !important;
}
.pl-15 {
  padding-left: 5rem !important;
}
.pl-16 {
  padding-left: 6rem !important;
}
.pl-17 {
  padding-left: 7rem !important;
}
.pl-18 {
  padding-left: 8rem !important;
}
.pl-19 {
  padding-left: 9rem !important;
}
.pl-20 {
  padding-left: 10rem !important;
}
.pl-21 {
  padding-left: 12.5rem !important;
}
.pl-22 {
  padding-left: 15rem !important;
}
.pl-23 {
  padding-left: 17.5rem !important;
}
.pl-24 {
  padding-left: 20rem !important;
}
.pl-25 {
  padding-left: 22.5rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-3 {
  padding-right: 0.75rem !important;
}
.pr-4 {
  padding-right: 1rem !important;
}
.pr-5 {
  padding-right: 1.25rem !important;
}
.pr-6 {
  padding-right: 1.5rem !important;
}
.pr-7 {
  padding-right: 1.75rem !important;
}
.pr-8 {
  padding-right: 2rem !important;
}
.pr-9 {
  padding-right: 2.25rem !important;
}
.pr-10 {
  padding-right: 2.5rem !important;
}
.pr-11 {
  padding-right: 3rem !important;
}
.pr-12 {
  padding-right: 3.5rem !important;
}
.pr-13 {
  padding-right: 4rem !important;
}
.pr-14 {
  padding-right: 4.5rem !important;
}
.pr-15 {
  padding-right: 5rem !important;
}
.pr-16 {
  padding-right: 6rem !important;
}
.pr-17 {
  padding-right: 7rem !important;
}
.pr-18 {
  padding-right: 8rem !important;
}
.pr-19 {
  padding-right: 9rem !important;
}
.pr-20 {
  padding-right: 10rem !important;
}
.pr-21 {
  padding-right: 12.5rem !important;
}
.pr-22 {
  padding-right: 15rem !important;
}
.pr-23 {
  padding-right: 17.5rem !important;
}
.pr-24 {
  padding-right: 20rem !important;
}
.pr-25 {
  padding-right: 22.5rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-11 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-12 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.py-13 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-14 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
.py-15 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-16 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.py-17 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.py-18 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.py-19 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}
.py-20 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.py-21 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}
.py-22 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}
.py-23 {
  padding-top: 17.5rem !important;
  padding-bottom: 17.5rem !important;
}
.py-24 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}
.py-25 {
  padding-top: 22.5rem !important;
  padding-bottom: 22.5rem !important;
}
.gap-0 {gap: 0 !important;}
.gap-1 {gap: 0.25rem !important;}
.gap-2 {gap: 0.5rem !important;}
.gap-3 {gap: 0.75rem !important;}
.gap-4 {gap: 1rem !important;}
.gap-5 {gap: 1.25rem !important;}
.gap-6 {gap: 1.5rem !important;}
.gap-7 {gap: 1.75rem !important;}
.gap-8 {gap: 2rem !important;}
.gap-9 {gap: 2.25rem !important;}
.gap-10 {gap: 2.5rem !important;}
.gap-11 {gap: 3rem !important;}
.gap-12 {gap: 3.5rem !important;}
.gap-13 {gap: 4rem !important;}
.gap-14 {gap: 4.5rem !important;}
.gap-15 {gap: 5rem !important;}
.gap-16 {gap: 6rem !important;}
.gap-17 {gap: 7rem !important;}
.gap-18 {gap: 8rem !important;}
.gap-19 {gap: 9rem !important;}
.gap-20 {gap: 10rem !important;}
.gap-21 {gap: 12.5rem !important;}
.gap-22 {gap: 15rem !important;}
.gap-23 {gap: 17.5rem !important;}
.gap-24 {gap: 20rem !important;}
.gap-25 {gap: 22.5rem !important;}

.is-section .gap-10 {gap: 30px !important;}
.is-section .gap-20 {gap: 30px !important;}
.is-section .gap-30 {gap: 30px}
.is-section .gap-40 {gap: 40px}
.is-section .gap-50 {gap: 50px}
.is-section .gap-60 {gap: 60px}
.is-section .gap-70 {gap: 70px}
.is-section .gap-80 {gap: 80px}
.is-section .gap-90 {gap: 90px}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-90 {
  opacity: 0.9 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline, .d-inline {
  display: inline !important;
}
.d-inline-block, .inline-block {
  display: inline-block !important;
}
.d-block, .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, .flex {
  display: flex !important;
}
.d-inline-flex, .inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.left-0 {
  left: 0 !important;
}
.left-50 {
  left: 50% !important;
}
.left-100 {
  left: 100% !important;
}
.right-0 {
  right: 0 !important;
}
.right-50 {
  right: 50% !important;
}
.right-100 {
  right: 100% !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-left {
    justify-content: flex-start !important;
  }
  .justify-content-sm-right {
    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-left {
    align-items: flex-start !important;
  }
  .align-items-sm-right {
    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-left {
    align-content: flex-start !important;
  }
  .align-content-sm-right {
    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-left {
    align-self: flex-start !important;
  }
  .align-self-sm-right {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .m-sm-7 {
    margin: 1.75rem !important;
  }
  .m-sm-8 {
    margin: 2rem !important;
  }
  .m-sm-9 {
    margin: 2.25rem !important;
  }
  .m-sm-10 {
    margin: 2.5rem !important;
  }
  .m-sm-11 {
    margin: 3rem !important;
  }
  .m-sm-12 {
    margin: 3.5rem !important;
  }
  .m-sm-13 {
    margin: 4rem !important;
  }
  .m-sm-14 {
    margin: 4.5rem !important;
  }
  .m-sm-15 {
    margin: 5rem !important;
  }
  .m-sm-16 {
    margin: 6rem !important;
  }
  .m-sm-17 {
    margin: 7rem !important;
  }
  .m-sm-18 {
    margin: 8rem !important;
  }
  .m-sm-19 {
    margin: 9rem !important;
  }
  .m-sm-20 {
    margin: 10rem !important;
  }
  .m-sm-21 {
    margin: 12.5rem !important;
  }
  .m-sm-22 {
    margin: 15rem !important;
  }
  .m-sm-23 {
    margin: 17.5rem !important;
  }
  .m-sm-24 {
    margin: 20rem !important;
  }
  .m-sm-25 {
    margin: 22.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-sm-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-sm-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-sm-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-11 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-12 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-13 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-14 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-15 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-16 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-17 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-19 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-20 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-21 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-sm-22 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-sm-23 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-sm-24 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-sm-25 {
    margin-right: 22.5rem !important;
    margin-left: 22.5rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-sm-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-sm-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-11 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-12 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-13 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-14 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-15 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-16 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-17 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-19 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-20 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-21 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-sm-22 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-sm-23 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-sm-24 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-sm-25 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mt-sm-4 {
    margin-top: 1rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 1.75rem !important;
  }
  .mt-sm-8 {
    margin-top: 2rem !important;
  }
  .mt-sm-9 {
    margin-top: 2.25rem !important;
  }
  .mt-sm-10 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-11 {
    margin-top: 3rem !important;
  }
  .mt-sm-12 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-13 {
    margin-top: 4rem !important;
  }
  .mt-sm-14 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-15 {
    margin-top: 5rem !important;
  }
  .mt-sm-16 {
    margin-top: 6rem !important;
  }
  .mt-sm-17 {
    margin-top: 7rem !important;
  }
  .mt-sm-18 {
    margin-top: 8rem !important;
  }
  .mt-sm-19 {
    margin-top: 9rem !important;
  }
  .mt-sm-20 {
    margin-top: 10rem !important;
  }
  .mt-sm-21 {
    margin-top: 12.5rem !important;
  }
  .mt-sm-22 {
    margin-top: 15rem !important;
  }
  .mt-sm-23 {
    margin-top: 17.5rem !important;
  }
  .mt-sm-24 {
    margin-top: 20rem !important;
  }
  .mt-sm-25 {
    margin-top: 22.5rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mr-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mr-sm-4 {
    margin-right: 1rem !important;
  }
  .mr-sm-5 {
    margin-right: 1.25rem !important;
  }
  .mr-sm-6 {
    margin-right: 1.5rem !important;
  }
  .mr-sm-7 {
    margin-right: 1.75rem !important;
  }
  .mr-sm-8 {
    margin-right: 2rem !important;
  }
  .mr-sm-9 {
    margin-right: 2.25rem !important;
  }
  .mr-sm-10 {
    margin-right: 2.5rem !important;
  }
  .mr-sm-11 {
    margin-right: 3rem !important;
  }
  .mr-sm-12 {
    margin-right: 3.5rem !important;
  }
  .mr-sm-13 {
    margin-right: 4rem !important;
  }
  .mr-sm-14 {
    margin-right: 4.5rem !important;
  }
  .mr-sm-15 {
    margin-right: 5rem !important;
  }
  .mr-sm-16 {
    margin-right: 6rem !important;
  }
  .mr-sm-17 {
    margin-right: 7rem !important;
  }
  .mr-sm-18 {
    margin-right: 8rem !important;
  }
  .mr-sm-19 {
    margin-right: 9rem !important;
  }
  .mr-sm-20 {
    margin-right: 10rem !important;
  }
  .mr-sm-21 {
    margin-right: 12.5rem !important;
  }
  .mr-sm-22 {
    margin-right: 15rem !important;
  }
  .mr-sm-23 {
    margin-right: 17.5rem !important;
  }
  .mr-sm-24 {
    margin-right: 20rem !important;
  }
  .mr-sm-25 {
    margin-right: 22.5rem !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mr-sm-0 {
    margin-bottom: 0 !important;
  }
  .mr-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mr-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mr-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .mr-sm-4 {
    margin-bottom: 1rem !important;
  }
  .mr-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .mr-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .mr-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  .mr-sm-8 {
    margin-bottom: 2rem !important;
  }
  .mr-sm-9 {
    margin-bottom: 2.25rem !important;
  }
  .mr-sm-10 {
    margin-bottom: 2.5rem !important;
  }
  .mr-sm-11 {
    margin-bottom: 3rem !important;
  }
  .mr-sm-12 {
    margin-bottom: 3.5rem !important;
  }
  .mr-sm-13 {
    margin-bottom: 4rem !important;
  }
  .mr-sm-14 {
    margin-bottom: 4.5rem !important;
  }
  .mr-sm-15 {
    margin-bottom: 5rem !important;
  }
  .mr-sm-16 {
    margin-bottom: 6rem !important;
  }
  .mr-sm-17 {
    margin-bottom: 7rem !important;
  }
  .mr-sm-18 {
    margin-bottom: 8rem !important;
  }
  .mr-sm-19 {
    margin-bottom: 9rem !important;
  }
  .mr-sm-20 {
    margin-bottom: 10rem !important;
  }
  .mr-sm-21 {
    margin-bottom: 12.5rem !important;
  }
  .mr-sm-22 {
    margin-bottom: 15rem !important;
  }
  .mr-sm-23 {
    margin-bottom: 17.5rem !important;
  }
  .mr-sm-24 {
    margin-bottom: 20rem !important;
  }
  .mr-sm-25 {
    margin-bottom: 22.5rem !important;
  }
  .mr-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 0.75rem !important;
  }
  .ml-sm-4 {
    margin-left: 1rem !important;
  }
  .ml-sm-5 {
    margin-left: 1.25rem !important;
  }
  .ml-sm-6 {
    margin-left: 1.5rem !important;
  }
  .ml-sm-7 {
    margin-left: 1.75rem !important;
  }
  .ml-sm-8 {
    margin-left: 2rem !important;
  }
  .ml-sm-9 {
    margin-left: 2.25rem !important;
  }
  .ml-sm-10 {
    margin-left: 2.5rem !important;
  }
  .ml-sm-11 {
    margin-left: 3rem !important;
  }
  .ml-sm-12 {
    margin-left: 3.5rem !important;
  }
  .ml-sm-13 {
    margin-left: 4rem !important;
  }
  .ml-sm-14 {
    margin-left: 4.5rem !important;
  }
  .ml-sm-15 {
    margin-left: 5rem !important;
  }
  .ml-sm-16 {
    margin-left: 6rem !important;
  }
  .ml-sm-17 {
    margin-left: 7rem !important;
  }
  .ml-sm-18 {
    margin-left: 8rem !important;
  }
  .ml-sm-19 {
    margin-left: 9rem !important;
  }
  .ml-sm-20 {
    margin-left: 10rem !important;
  }
  .ml-sm-21 {
    margin-left: 12.5rem !important;
  }
  .ml-sm-22 {
    margin-left: 15rem !important;
  }
  .ml-sm-23 {
    margin-left: 17.5rem !important;
  }
  .ml-sm-24 {
    margin-left: 20rem !important;
  }
  .ml-sm-25 {
    margin-left: 22.5rem !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  .m-sm-n4 {
    margin: -1rem !important;
  }
  .m-sm-n5 {
    margin: -1.25rem !important;
  }
  .m-sm-n6 {
    margin: -1.5rem !important;
  }
  .m-sm-n7 {
    margin: -1.75rem !important;
  }
  .m-sm-n8 {
    margin: -2rem !important;
  }
  .m-sm-n9 {
    margin: -2.25rem !important;
  }
  .m-sm-n10 {
    margin: -2.5rem !important;
  }
  .m-sm-n11 {
    margin: -3rem !important;
  }
  .m-sm-n12 {
    margin: -3.5rem !important;
  }
  .m-sm-n13 {
    margin: -4rem !important;
  }
  .m-sm-n14 {
    margin: -4.5rem !important;
  }
  .m-sm-n15 {
    margin: -5rem !important;
  }
  .m-sm-n16 {
    margin: -6rem !important;
  }
  .m-sm-n17 {
    margin: -7rem !important;
  }
  .m-sm-n18 {
    margin: -8rem !important;
  }
  .m-sm-n19 {
    margin: -9rem !important;
  }
  .m-sm-n20 {
    margin: -10rem !important;
  }
  .m-sm-n21 {
    margin: -12.5rem !important;
  }
  .m-sm-n22 {
    margin: -15rem !important;
  }
  .m-sm-n23 {
    margin: -17.5rem !important;
  }
  .m-sm-n24 {
    margin: -20rem !important;
  }
  .m-sm-n25 {
    margin: -22.5rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-sm-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-sm-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-sm-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-sm-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-sm-n11 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n12 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-sm-n13 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-sm-n14 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-sm-n15 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n16 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-sm-n17 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-sm-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-sm-n19 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-sm-n20 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-sm-n21 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-sm-n22 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-sm-n23 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }
  .mx-sm-n24 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-sm-n25 {
    margin-right: -22.5rem !important;
    margin-left: -22.5rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-sm-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-sm-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-sm-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sm-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-sm-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-sm-n11 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n12 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-sm-n13 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n14 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-sm-n15 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n16 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-sm-n17 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-sm-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-sm-n19 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-sm-n20 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-sm-n21 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-sm-n22 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-sm-n23 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }
  .my-sm-n24 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-sm-n25 {
    margin-top: -22.5rem !important;
    margin-bottom: -22.5rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1rem !important;
  }
  .mt-sm-n5 {
    margin-top: -1.25rem !important;
  }
  .mt-sm-n6 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n7 {
    margin-top: -1.75rem !important;
  }
  .mt-sm-n8 {
    margin-top: -2rem !important;
  }
  .mt-sm-n9 {
    margin-top: -2.25rem !important;
  }
  .mt-sm-n10 {
    margin-top: -2.5rem !important;
  }
  .mt-sm-n11 {
    margin-top: -3rem !important;
  }
  .mt-sm-n12 {
    margin-top: -3.5rem !important;
  }
  .mt-sm-n13 {
    margin-top: -4rem !important;
  }
  .mt-sm-n14 {
    margin-top: -4.5rem !important;
  }
  .mt-sm-n15 {
    margin-top: -5rem !important;
  }
  .mt-sm-n16 {
    margin-top: -6rem !important;
  }
  .mt-sm-n17 {
    margin-top: -7rem !important;
  }
  .mt-sm-n18 {
    margin-top: -8rem !important;
  }
  .mt-sm-n19 {
    margin-top: -9rem !important;
  }
  .mt-sm-n20 {
    margin-top: -10rem !important;
  }
  .mt-sm-n21 {
    margin-top: -12.5rem !important;
  }
  .mt-sm-n22 {
    margin-top: -15rem !important;
  }
  .mt-sm-n23 {
    margin-top: -17.5rem !important;
  }
  .mt-sm-n24 {
    margin-top: -20rem !important;
  }
  .mt-sm-n25 {
    margin-top: -22.5rem !important;
  }
  .mr-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-sm-n3 {
    margin-right: -0.75rem !important;
  }
  .mr-sm-n4 {
    margin-right: -1rem !important;
  }
  .mr-sm-n5 {
    margin-right: -1.25rem !important;
  }
  .mr-sm-n6 {
    margin-right: -1.5rem !important;
  }
  .mr-sm-n7 {
    margin-right: -1.75rem !important;
  }
  .mr-sm-n8 {
    margin-right: -2rem !important;
  }
  .mr-sm-n9 {
    margin-right: -2.25rem !important;
  }
  .mr-sm-n10 {
    margin-right: -2.5rem !important;
  }
  .mr-sm-n11 {
    margin-right: -3rem !important;
  }
  .mr-sm-n12 {
    margin-right: -3.5rem !important;
  }
  .mr-sm-n13 {
    margin-right: -4rem !important;
  }
  .mr-sm-n14 {
    margin-right: -4.5rem !important;
  }
  .mr-sm-n15 {
    margin-right: -5rem !important;
  }
  .mr-sm-n16 {
    margin-right: -6rem !important;
  }
  .mr-sm-n17 {
    margin-right: -7rem !important;
  }
  .mr-sm-n18 {
    margin-right: -8rem !important;
  }
  .mr-sm-n19 {
    margin-right: -9rem !important;
  }
  .mr-sm-n20 {
    margin-right: -10rem !important;
  }
  .mr-sm-n21 {
    margin-right: -12.5rem !important;
  }
  .mr-sm-n22 {
    margin-right: -15rem !important;
  }
  .mr-sm-n23 {
    margin-right: -17.5rem !important;
  }
  .mr-sm-n24 {
    margin-right: -20rem !important;
  }
  .mr-sm-n25 {
    margin-right: -22.5rem !important;
  }
  .mr-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mr-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mr-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mr-sm-n4 {
    margin-bottom: -1rem !important;
  }
  .mr-sm-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mr-sm-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mr-sm-n7 {
    margin-bottom: -1.75rem !important;
  }
  .mr-sm-n8 {
    margin-bottom: -2rem !important;
  }
  .mr-sm-n9 {
    margin-bottom: -2.25rem !important;
  }
  .mr-sm-n10 {
    margin-bottom: -2.5rem !important;
  }
  .mr-sm-n11 {
    margin-bottom: -3rem !important;
  }
  .mr-sm-n12 {
    margin-bottom: -3.5rem !important;
  }
  .mr-sm-n13 {
    margin-bottom: -4rem !important;
  }
  .mr-sm-n14 {
    margin-bottom: -4.5rem !important;
  }
  .mr-sm-n15 {
    margin-bottom: -5rem !important;
  }
  .mr-sm-n16 {
    margin-bottom: -6rem !important;
  }
  .mr-sm-n17 {
    margin-bottom: -7rem !important;
  }
  .mr-sm-n18 {
    margin-bottom: -8rem !important;
  }
  .mr-sm-n19 {
    margin-bottom: -9rem !important;
  }
  .mr-sm-n20 {
    margin-bottom: -10rem !important;
  }
  .mr-sm-n21 {
    margin-bottom: -12.5rem !important;
  }
  .mr-sm-n22 {
    margin-bottom: -15rem !important;
  }
  .mr-sm-n23 {
    margin-bottom: -17.5rem !important;
  }
  .mr-sm-n24 {
    margin-bottom: -20rem !important;
  }
  .mr-sm-n25 {
    margin-bottom: -22.5rem !important;
  }
  .ml-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-sm-n3 {
    margin-left: -0.75rem !important;
  }
  .ml-sm-n4 {
    margin-left: -1rem !important;
  }
  .ml-sm-n5 {
    margin-left: -1.25rem !important;
  }
  .ml-sm-n6 {
    margin-left: -1.5rem !important;
  }
  .ml-sm-n7 {
    margin-left: -1.75rem !important;
  }
  .ml-sm-n8 {
    margin-left: -2rem !important;
  }
  .ml-sm-n9 {
    margin-left: -2.25rem !important;
  }
  .ml-sm-n10 {
    margin-left: -2.5rem !important;
  }
  .ml-sm-n11 {
    margin-left: -3rem !important;
  }
  .ml-sm-n12 {
    margin-left: -3.5rem !important;
  }
  .ml-sm-n13 {
    margin-left: -4rem !important;
  }
  .ml-sm-n14 {
    margin-left: -4.5rem !important;
  }
  .ml-sm-n15 {
    margin-left: -5rem !important;
  }
  .ml-sm-n16 {
    margin-left: -6rem !important;
  }
  .ml-sm-n17 {
    margin-left: -7rem !important;
  }
  .ml-sm-n18 {
    margin-left: -8rem !important;
  }
  .ml-sm-n19 {
    margin-left: -9rem !important;
  }
  .ml-sm-n20 {
    margin-left: -10rem !important;
  }
  .ml-sm-n21 {
    margin-left: -12.5rem !important;
  }
  .ml-sm-n22 {
    margin-left: -15rem !important;
  }
  .ml-sm-n23 {
    margin-left: -17.5rem !important;
  }
  .ml-sm-n24 {
    margin-left: -20rem !important;
  }
  .ml-sm-n25 {
    margin-left: -22.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .p-sm-7 {
    padding: 1.75rem !important;
  }
  .p-sm-8 {
    padding: 2rem !important;
  }
  .p-sm-9 {
    padding: 2.25rem !important;
  }
  .p-sm-10 {
    padding: 2.5rem !important;
  }
  .p-sm-11 {
    padding: 3rem !important;
  }
  .p-sm-12 {
    padding: 3.5rem !important;
  }
  .p-sm-13 {
    padding: 4rem !important;
  }
  .p-sm-14 {
    padding: 4.5rem !important;
  }
  .p-sm-15 {
    padding: 5rem !important;
  }
  .p-sm-16 {
    padding: 6rem !important;
  }
  .p-sm-17 {
    padding: 7rem !important;
  }
  .p-sm-18 {
    padding: 8rem !important;
  }
  .p-sm-19 {
    padding: 9rem !important;
  }
  .p-sm-20 {
    padding: 10rem !important;
  }
  .p-sm-21 {
    padding: 12.5rem !important;
  }
  .p-sm-22 {
    padding: 15rem !important;
  }
  .p-sm-23 {
    padding: 17.5rem !important;
  }
  .p-sm-24 {
    padding: 20rem !important;
  }
  .p-sm-25 {
    padding: 22.5rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-sm-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-sm-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-sm-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-11 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-12 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-13 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-14 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-15 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-16 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-17 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-19 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-20 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-21 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-sm-22 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-sm-23 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-sm-24 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-sm-25 {
    padding-right: 22.5rem !important;
    padding-left: 22.5rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-sm-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-sm-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-11 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-12 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-13 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-14 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-15 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-16 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-17 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-19 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-20 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-21 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-sm-22 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-sm-23 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-sm-24 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-sm-25 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pt-sm-4 {
    padding-top: 1rem !important;
  }
  .pt-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 1.75rem !important;
  }
  .pt-sm-8 {
    padding-top: 2rem !important;
  }
  .pt-sm-9 {
    padding-top: 2.25rem !important;
  }
  .pt-sm-10 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-11 {
    padding-top: 3rem !important;
  }
  .pt-sm-12 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-13 {
    padding-top: 4rem !important;
  }
  .pt-sm-14 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-15 {
    padding-top: 5rem !important;
  }
  .pt-sm-16 {
    padding-top: 6rem !important;
  }
  .pt-sm-17 {
    padding-top: 7rem !important;
  }
  .pt-sm-18 {
    padding-top: 8rem !important;
  }
  .pt-sm-19 {
    padding-top: 9rem !important;
  }
  .pt-sm-20 {
    padding-top: 10rem !important;
  }
  .pt-sm-21 {
    padding-top: 12.5rem !important;
  }
  .pt-sm-22 {
    padding-top: 15rem !important;
  }
  .pt-sm-23 {
    padding-top: 17.5rem !important;
  }
  .pt-sm-24 {
    padding-top: 20rem !important;
  }
  .pt-sm-25 {
    padding-top: 22.5rem !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pr-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pr-sm-4 {
    padding-right: 1rem !important;
  }
  .pr-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pr-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pr-sm-7 {
    padding-right: 1.75rem !important;
  }
  .pr-sm-8 {
    padding-right: 2rem !important;
  }
  .pr-sm-9 {
    padding-right: 2.25rem !important;
  }
  .pr-sm-10 {
    padding-right: 2.5rem !important;
  }
  .pr-sm-11 {
    padding-right: 3rem !important;
  }
  .pr-sm-12 {
    padding-right: 3.5rem !important;
  }
  .pr-sm-13 {
    padding-right: 4rem !important;
  }
  .pr-sm-14 {
    padding-right: 4.5rem !important;
  }
  .pr-sm-15 {
    padding-right: 5rem !important;
  }
  .pr-sm-16 {
    padding-right: 6rem !important;
  }
  .pr-sm-17 {
    padding-right: 7rem !important;
  }
  .pr-sm-18 {
    padding-right: 8rem !important;
  }
  .pr-sm-19 {
    padding-right: 9rem !important;
  }
  .pr-sm-20 {
    padding-right: 10rem !important;
  }
  .pr-sm-21 {
    padding-right: 12.5rem !important;
  }
  .pr-sm-22 {
    padding-right: 15rem !important;
  }
  .pr-sm-23 {
    padding-right: 17.5rem !important;
  }
  .pr-sm-24 {
    padding-right: 20rem !important;
  }
  .pr-sm-25 {
    padding-right: 22.5rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-17 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-18 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-19 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-21 {
    padding-bottom: 12.5rem !important;
  }
  .pb-sm-22 {
    padding-bottom: 15rem !important;
  }
  .pb-sm-23 {
    padding-bottom: 17.5rem !important;
  }
  .pb-sm-24 {
    padding-bottom: 20rem !important;
  }
  .pb-sm-25 {
    padding-bottom: 22.5rem !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pl-sm-3 {
    padding-left: 0.75rem !important;
  }
  .pl-sm-4 {
    padding-left: 1rem !important;
  }
  .pl-sm-5 {
    padding-left: 1.25rem !important;
  }
  .pl-sm-6 {
    padding-left: 1.5rem !important;
  }
  .pl-sm-7 {
    padding-left: 1.75rem !important;
  }
  .pl-sm-8 {
    padding-left: 2rem !important;
  }
  .pl-sm-9 {
    padding-left: 2.25rem !important;
  }
  .pl-sm-10 {
    padding-left: 2.5rem !important;
  }
  .pl-sm-11 {
    padding-left: 3rem !important;
  }
  .pl-sm-12 {
    padding-left: 3.5rem !important;
  }
  .pl-sm-13 {
    padding-left: 4rem !important;
  }
  .pl-sm-14 {
    padding-left: 4.5rem !important;
  }
  .pl-sm-15 {
    padding-left: 5rem !important;
  }
  .pl-sm-16 {
    padding-left: 6rem !important;
  }
  .pl-sm-17 {
    padding-left: 7rem !important;
  }
  .pl-sm-18 {
    padding-left: 8rem !important;
  }
  .pl-sm-19 {
    padding-left: 9rem !important;
  }
  .pl-sm-20 {
    padding-left: 10rem !important;
  }
  .pl-sm-21 {
    padding-left: 12.5rem !important;
  }
  .pl-sm-22 {
    padding-left: 15rem !important;
  }
  .pl-sm-23 {
    padding-left: 17.5rem !important;
  }
  .pl-sm-24 {
    padding-left: 20rem !important;
  }
  .pl-sm-25 {
    padding-left: 22.5rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 0.75rem !important;
  }
  .gap-sm-4 {
    gap: 1rem !important;
  }
  .gap-sm-5 {
    gap: 1.25rem !important;
  }
  .gap-sm-6 {
    gap: 1.5rem !important;
  }
  .gap-sm-7 {
    gap: 1.75rem !important;
  }
  .gap-sm-8 {
    gap: 2rem !important;
  }
  .gap-sm-9 {
    gap: 2.25rem !important;
  }
  .gap-sm-10 {
    gap: 2.5rem !important;
  }
  .gap-sm-11 {
    gap: 3rem !important;
  }
  .gap-sm-12 {
    gap: 3.5rem !important;
  }
  .gap-sm-13 {
    gap: 4rem !important;
  }
  .gap-sm-14 {
    gap: 4.5rem !important;
  }
  .gap-sm-15 {
    gap: 5rem !important;
  }
  .gap-sm-16 {
    gap: 6rem !important;
  }
  .gap-sm-17 {
    gap: 7rem !important;
  }
  .gap-sm-18 {
    gap: 8rem !important;
  }
  .gap-sm-19 {
    gap: 9rem !important;
  }
  .gap-sm-20 {
    gap: 10rem !important;
  }
  .gap-sm-21 {
    gap: 12.5rem !important;
  }
  .gap-sm-22 {
    gap: 15rem !important;
  }
  .gap-sm-23 {
    gap: 17.5rem !important;
  }
  .gap-sm-24 {
    gap: 20rem !important;
  }
  .gap-sm-25 {
    gap: 22.5rem !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-left {
    justify-content: flex-start !important;
  }
  .justify-content-md-right {
    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-left {
    align-items: flex-start !important;
  }
  .align-items-md-right {
    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-left {
    align-content: flex-start !important;
  }
  .align-content-md-right {
    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-left {
    align-self: flex-start !important;
  }
  .align-self-md-right {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .m-md-7 {
    margin: 1.75rem !important;
  }
  .m-md-8 {
    margin: 2rem !important;
  }
  .m-md-9 {
    margin: 2.25rem !important;
  }
  .m-md-10 {
    margin: 2.5rem !important;
  }
  .m-md-11 {
    margin: 3rem !important;
  }
  .m-md-12 {
    margin: 3.5rem !important;
  }
  .m-md-13 {
    margin: 4rem !important;
  }
  .m-md-14 {
    margin: 4.5rem !important;
  }
  .m-md-15 {
    margin: 5rem !important;
  }
  .m-md-16 {
    margin: 6rem !important;
  }
  .m-md-17 {
    margin: 7rem !important;
  }
  .m-md-18 {
    margin: 8rem !important;
  }
  .m-md-19 {
    margin: 9rem !important;
  }
  .m-md-20 {
    margin: 10rem !important;
  }
  .m-md-21 {
    margin: 12.5rem !important;
  }
  .m-md-22 {
    margin: 15rem !important;
  }
  .m-md-23 {
    margin: 17.5rem !important;
  }
  .m-md-24 {
    margin: 20rem !important;
  }
  .m-md-25 {
    margin: 22.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-md-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-md-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-11 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-12 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-13 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-14 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-15 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-16 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-17 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-19 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-20 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-21 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-md-22 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-md-23 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-md-24 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-md-25 {
    margin-right: 22.5rem !important;
    margin-left: 22.5rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-md-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-md-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-11 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-12 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-13 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-14 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-15 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-16 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-17 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-19 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-20 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-21 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-md-22 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-md-23 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-md-24 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-md-25 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 0.75rem !important;
  }
  .mt-md-4 {
    margin-top: 1rem !important;
  }
  .mt-md-5 {
    margin-top: 1.25rem !important;
  }
  .mt-md-6 {
    margin-top: 1.5rem !important;
  }
  .mt-md-7 {
    margin-top: 1.75rem !important;
  }
  .mt-md-8 {
    margin-top: 2rem !important;
  }
  .mt-md-9 {
    margin-top: 2.25rem !important;
  }
  .mt-md-10 {
    margin-top: 2.5rem !important;
  }
  .mt-md-11 {
    margin-top: 3rem !important;
  }
  .mt-md-12 {
    margin-top: 3.5rem !important;
  }
  .mt-md-13 {
    margin-top: 4rem !important;
  }
  .mt-md-14 {
    margin-top: 4.5rem !important;
  }
  .mt-md-15 {
    margin-top: 5rem !important;
  }
  .mt-md-16 {
    margin-top: 6rem !important;
  }
  .mt-md-17 {
    margin-top: 7rem !important;
  }
  .mt-md-18 {
    margin-top: 8rem !important;
  }
  .mt-md-19 {
    margin-top: 9rem !important;
  }
  .mt-md-20 {
    margin-top: 10rem !important;
  }
  .mt-md-21 {
    margin-top: 12.5rem !important;
  }
  .mt-md-22 {
    margin-top: 15rem !important;
  }
  .mt-md-23 {
    margin-top: 17.5rem !important;
  }
  .mt-md-24 {
    margin-top: 20rem !important;
  }
  .mt-md-25 {
    margin-top: 22.5rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-md-8 {
    margin-bottom: 2rem !important;
  }
  .mb-md-9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-md-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-11 {
    margin-bottom: 3rem !important;
  }
  .mb-md-12 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-13 {
    margin-bottom: 4rem !important;
  }
  .mb-md-14 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-15 {
    margin-bottom: 5rem !important;
  }
  .mb-md-16 {
    margin-bottom: 6rem !important;
  }
  .mb-md-17 {
    margin-bottom: 7rem !important;
  }
  .mb-md-18 {
    margin-bottom: 8rem !important;
  }
  .mb-md-19 {
    margin-bottom: 9rem !important;
  }
  .mb-md-20 {
    margin-bottom: 10rem !important;
  }
  .mb-md-21 {
    margin-bottom: 12.5rem !important;
  }
  .mb-md-22 {
    margin-bottom: 15rem !important;
  }
  .mb-md-23 {
    margin-bottom: 17.5rem !important;
  }
  .mb-md-24 {
    margin-bottom: 20rem !important;
  }
  .mb-md-25 {
    margin-bottom: 22.5rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mr-md-3 {
    margin-right: 0.75rem !important;
  }
  .mr-md-4 {
    margin-right: 1rem !important;
  }
  .mr-md-5 {
    margin-right: 1.25rem !important;
  }
  .mr-md-6 {
    margin-right: 1.5rem !important;
  }
  .mr-md-7 {
    margin-right: 1.75rem !important;
  }
  .mr-md-8 {
    margin-right: 2rem !important;
  }
  .mr-md-9 {
    margin-right: 2.25rem !important;
  }
  .mr-md-10 {
    margin-right: 2.5rem !important;
  }
  .mr-md-11 {
    margin-right: 3rem !important;
  }
  .mr-md-12 {
    margin-right: 3.5rem !important;
  }
  .mr-md-13 {
    margin-right: 4rem !important;
  }
  .mr-md-14 {
    margin-right: 4.5rem !important;
  }
  .mr-md-15 {
    margin-right: 5rem !important;
  }
  .mr-md-16 {
    margin-right: 6rem !important;
  }
  .mr-md-17 {
    margin-right: 7rem !important;
  }
  .mr-md-18 {
    margin-right: 8rem !important;
  }
  .mr-md-19 {
    margin-right: 9rem !important;
  }
  .mr-md-20 {
    margin-right: 10rem !important;
  }
  .mr-md-21 {
    margin-right: 12.5rem !important;
  }
  .mr-md-22 {
    margin-right: 15rem !important;
  }
  .mr-md-23 {
    margin-right: 17.5rem !important;
  }
  .mr-md-24 {
    margin-right: 20rem !important;
  }
  .mr-md-25 {
    margin-right: 22.5rem !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mr-md-0 {
    margin-bottom: 0 !important;
  }
  .mr-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mr-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mr-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .mr-md-4 {
    margin-bottom: 1rem !important;
  }
  .mr-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .mr-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .mr-md-7 {
    margin-bottom: 1.75rem !important;
  }
  .mr-md-8 {
    margin-bottom: 2rem !important;
  }
  .mr-md-9 {
    margin-bottom: 2.25rem !important;
  }
  .mr-md-10 {
    margin-bottom: 2.5rem !important;
  }
  .mr-md-11 {
    margin-bottom: 3rem !important;
  }
  .mr-md-12 {
    margin-bottom: 3.5rem !important;
  }
  .mr-md-13 {
    margin-bottom: 4rem !important;
  }
  .mr-md-14 {
    margin-bottom: 4.5rem !important;
  }
  .mr-md-15 {
    margin-bottom: 5rem !important;
  }
  .mr-md-16 {
    margin-bottom: 6rem !important;
  }
  .mr-md-17 {
    margin-bottom: 7rem !important;
  }
  .mr-md-18 {
    margin-bottom: 8rem !important;
  }
  .mr-md-19 {
    margin-bottom: 9rem !important;
  }
  .mr-md-20 {
    margin-bottom: 10rem !important;
  }
  .mr-md-21 {
    margin-bottom: 12.5rem !important;
  }
  .mr-md-22 {
    margin-bottom: 15rem !important;
  }
  .mr-md-23 {
    margin-bottom: 17.5rem !important;
  }
  .mr-md-24 {
    margin-bottom: 20rem !important;
  }
  .mr-md-25 {
    margin-bottom: 22.5rem !important;
  }
  .mr-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .ml-md-3 {
    margin-left: 0.75rem !important;
  }
  .ml-md-4 {
    margin-left: 1rem !important;
  }
  .ml-md-5 {
    margin-left: 1.25rem !important;
  }
  .ml-md-6 {
    margin-left: 1.5rem !important;
  }
  .ml-md-7 {
    margin-left: 1.75rem !important;
  }
  .ml-md-8 {
    margin-left: 2rem !important;
  }
  .ml-md-9 {
    margin-left: 2.25rem !important;
  }
  .ml-md-10 {
    margin-left: 2.5rem !important;
  }
  .ml-md-11 {
    margin-left: 3rem !important;
  }
  .ml-md-12 {
    margin-left: 3.5rem !important;
  }
  .ml-md-13 {
    margin-left: 4rem !important;
  }
  .ml-md-14 {
    margin-left: 4.5rem !important;
  }
  .ml-md-15 {
    margin-left: 5rem !important;
  }
  .ml-md-16 {
    margin-left: 6rem !important;
  }
  .ml-md-17 {
    margin-left: 7rem !important;
  }
  .ml-md-18 {
    margin-left: 8rem !important;
  }
  .ml-md-19 {
    margin-left: 9rem !important;
  }
  .ml-md-20 {
    margin-left: 10rem !important;
  }
  .ml-md-21 {
    margin-left: 12.5rem !important;
  }
  .ml-md-22 {
    margin-left: 15rem !important;
  }
  .ml-md-23 {
    margin-left: 17.5rem !important;
  }
  .ml-md-24 {
    margin-left: 20rem !important;
  }
  .ml-md-25 {
    margin-left: 22.5rem !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  .m-md-n4 {
    margin: -1rem !important;
  }
  .m-md-n5 {
    margin: -1.25rem !important;
  }
  .m-md-n6 {
    margin: -1.5rem !important;
  }
  .m-md-n7 {
    margin: -1.75rem !important;
  }
  .m-md-n8 {
    margin: -2rem !important;
  }
  .m-md-n9 {
    margin: -2.25rem !important;
  }
  .m-md-n10 {
    margin: -2.5rem !important;
  }
  .m-md-n11 {
    margin: -3rem !important;
  }
  .m-md-n12 {
    margin: -3.5rem !important;
  }
  .m-md-n13 {
    margin: -4rem !important;
  }
  .m-md-n14 {
    margin: -4.5rem !important;
  }
  .m-md-n15 {
    margin: -5rem !important;
  }
  .m-md-n16 {
    margin: -6rem !important;
  }
  .m-md-n17 {
    margin: -7rem !important;
  }
  .m-md-n18 {
    margin: -8rem !important;
  }
  .m-md-n19 {
    margin: -9rem !important;
  }
  .m-md-n20 {
    margin: -10rem !important;
  }
  .m-md-n21 {
    margin: -12.5rem !important;
  }
  .m-md-n22 {
    margin: -15rem !important;
  }
  .m-md-n23 {
    margin: -17.5rem !important;
  }
  .m-md-n24 {
    margin: -20rem !important;
  }
  .m-md-n25 {
    margin: -22.5rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-md-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-md-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-md-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-md-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-md-n11 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n12 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-md-n13 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n14 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-md-n15 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n16 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n17 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-md-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-md-n19 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-md-n20 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-md-n21 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-md-n22 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-md-n23 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }
  .mx-md-n24 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-md-n25 {
    margin-right: -22.5rem !important;
    margin-left: -22.5rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-md-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-md-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-md-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-md-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-md-n11 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n12 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-md-n13 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n14 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-md-n15 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n16 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n17 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-md-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-md-n19 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-md-n20 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-md-n21 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-md-n22 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-md-n23 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }
  .my-md-n24 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-md-n25 {
    margin-top: -22.5rem !important;
    margin-bottom: -22.5rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-md-n4 {
    margin-top: -1rem !important;
  }
  .mt-md-n5 {
    margin-top: -1.25rem !important;
  }
  .mt-md-n6 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n7 {
    margin-top: -1.75rem !important;
  }
  .mt-md-n8 {
    margin-top: -2rem !important;
  }
  .mt-md-n9 {
    margin-top: -2.25rem !important;
  }
  .mt-md-n10 {
    margin-top: -2.5rem !important;
  }
  .mt-md-n11 {
    margin-top: -3rem !important;
  }
  .mt-md-n12 {
    margin-top: -3.5rem !important;
  }
  .mt-md-n13 {
    margin-top: -4rem !important;
  }
  .mt-md-n14 {
    margin-top: -4.5rem !important;
  }
  .mt-md-n15 {
    margin-top: -5rem !important;
  }
  .mt-md-n16 {
    margin-top: -6rem !important;
  }
  .mt-md-n17 {
    margin-top: -7rem !important;
  }
  .mt-md-n18 {
    margin-top: -8rem !important;
  }
  .mt-md-n19 {
    margin-top: -9rem !important;
  }
  .mt-md-n20 {
    margin-top: -10rem !important;
  }
  .mt-md-n21 {
    margin-top: -12.5rem !important;
  }
  .mt-md-n22 {
    margin-top: -15rem !important;
  }
  .mt-md-n23 {
    margin-top: -17.5rem !important;
  }
  .mt-md-n24 {
    margin-top: -20rem !important;
  }
  .mt-md-n25 {
    margin-top: -22.5rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -1.75rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n9 {
    margin-bottom: -2.25rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -2.5rem !important;
  }
  .mb-md-n11 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n12 {
    margin-bottom: -3.5rem !important;
  }
  .mb-md-n13 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n14 {
    margin-bottom: -4.5rem !important;
  }
  .mb-md-n15 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n16 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n17 {
    margin-bottom: -7rem !important;
  }
  .mb-md-n18 {
    margin-bottom: -8rem !important;
  }
  .mb-md-n19 {
    margin-bottom: -9rem !important;
  }
  .mb-md-n20 {
    margin-bottom: -10rem !important;
  }
  .mb-md-n21 {
    margin-bottom: -12.5rem !important;
  }
  .mb-md-n22 {
    margin-bottom: -15rem !important;
  }
  .mb-md-n23 {
    margin-bottom: -17.5rem !important;
  }
  .mb-md-n24 {
    margin-bottom: -20rem !important;
  }
  .mb-md-n25 {
    margin-bottom: -22.5rem !important;
  }
  .mr-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-md-n3 {
    margin-right: -0.75rem !important;
  }
  .mr-md-n4 {
    margin-right: -1rem !important;
  }
  .mr-md-n5 {
    margin-right: -1.25rem !important;
  }
  .mr-md-n6 {
    margin-right: -1.5rem !important;
  }
  .mr-md-n7 {
    margin-right: -1.75rem !important;
  }
  .mr-md-n8 {
    margin-right: -2rem !important;
  }
  .mr-md-n9 {
    margin-right: -2.25rem !important;
  }
  .mr-md-n10 {
    margin-right: -2.5rem !important;
  }
  .mr-md-n11 {
    margin-right: -3rem !important;
  }
  .mr-md-n12 {
    margin-right: -3.5rem !important;
  }
  .mr-md-n13 {
    margin-right: -4rem !important;
  }
  .mr-md-n14 {
    margin-right: -4.5rem !important;
  }
  .mr-md-n15 {
    margin-right: -5rem !important;
  }
  .mr-md-n16 {
    margin-right: -6rem !important;
  }
  .mr-md-n17 {
    margin-right: -7rem !important;
  }
  .mr-md-n18 {
    margin-right: -8rem !important;
  }
  .mr-md-n19 {
    margin-right: -9rem !important;
  }
  .mr-md-n20 {
    margin-right: -10rem !important;
  }
  .mr-md-n21 {
    margin-right: -12.5rem !important;
  }
  .mr-md-n22 {
    margin-right: -15rem !important;
  }
  .mr-md-n23 {
    margin-right: -17.5rem !important;
  }
  .mr-md-n24 {
    margin-right: -20rem !important;
  }
  .mr-md-n25 {
    margin-right: -22.5rem !important;
  }
  .mr-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mr-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mr-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mr-md-n4 {
    margin-bottom: -1rem !important;
  }
  .mr-md-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mr-md-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mr-md-n7 {
    margin-bottom: -1.75rem !important;
  }
  .mr-md-n8 {
    margin-bottom: -2rem !important;
  }
  .mr-md-n9 {
    margin-bottom: -2.25rem !important;
  }
  .mr-md-n10 {
    margin-bottom: -2.5rem !important;
  }
  .mr-md-n11 {
    margin-bottom: -3rem !important;
  }
  .mr-md-n12 {
    margin-bottom: -3.5rem !important;
  }
  .mr-md-n13 {
    margin-bottom: -4rem !important;
  }
  .mr-md-n14 {
    margin-bottom: -4.5rem !important;
  }
  .mr-md-n15 {
    margin-bottom: -5rem !important;
  }
  .mr-md-n16 {
    margin-bottom: -6rem !important;
  }
  .mr-md-n17 {
    margin-bottom: -7rem !important;
  }
  .mr-md-n18 {
    margin-bottom: -8rem !important;
  }
  .mr-md-n19 {
    margin-bottom: -9rem !important;
  }
  .mr-md-n20 {
    margin-bottom: -10rem !important;
  }
  .mr-md-n21 {
    margin-bottom: -12.5rem !important;
  }
  .mr-md-n22 {
    margin-bottom: -15rem !important;
  }
  .mr-md-n23 {
    margin-bottom: -17.5rem !important;
  }
  .mr-md-n24 {
    margin-bottom: -20rem !important;
  }
  .mr-md-n25 {
    margin-bottom: -22.5rem !important;
  }
  .ml-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-md-n3 {
    margin-left: -0.75rem !important;
  }
  .ml-md-n4 {
    margin-left: -1rem !important;
  }
  .ml-md-n5 {
    margin-left: -1.25rem !important;
  }
  .ml-md-n6 {
    margin-left: -1.5rem !important;
  }
  .ml-md-n7 {
    margin-left: -1.75rem !important;
  }
  .ml-md-n8 {
    margin-left: -2rem !important;
  }
  .ml-md-n9 {
    margin-left: -2.25rem !important;
  }
  .ml-md-n10 {
    margin-left: -2.5rem !important;
  }
  .ml-md-n11 {
    margin-left: -3rem !important;
  }
  .ml-md-n12 {
    margin-left: -3.5rem !important;
  }
  .ml-md-n13 {
    margin-left: -4rem !important;
  }
  .ml-md-n14 {
    margin-left: -4.5rem !important;
  }
  .ml-md-n15 {
    margin-left: -5rem !important;
  }
  .ml-md-n16 {
    margin-left: -6rem !important;
  }
  .ml-md-n17 {
    margin-left: -7rem !important;
  }
  .ml-md-n18 {
    margin-left: -8rem !important;
  }
  .ml-md-n19 {
    margin-left: -9rem !important;
  }
  .ml-md-n20 {
    margin-left: -10rem !important;
  }
  .ml-md-n21 {
    margin-left: -12.5rem !important;
  }
  .ml-md-n22 {
    margin-left: -15rem !important;
  }
  .ml-md-n23 {
    margin-left: -17.5rem !important;
  }
  .ml-md-n24 {
    margin-left: -20rem !important;
  }
  .ml-md-n25 {
    margin-left: -22.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .p-md-5 {
    padding: 1.25rem !important;
  }
  .p-md-6 {
    padding: 1.5rem !important;
  }
  .p-md-7 {
    padding: 1.75rem !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .p-md-9 {
    padding: 2.25rem !important;
  }
  .p-md-10 {
    padding: 2.5rem !important;
  }
  .p-md-11 {
    padding: 3rem !important;
  }
  .p-md-12 {
    padding: 3.5rem !important;
  }
  .p-md-13 {
    padding: 4rem !important;
  }
  .p-md-14 {
    padding: 4.5rem !important;
  }
  .p-md-15 {
    padding: 5rem !important;
  }
  .p-md-16 {
    padding: 6rem !important;
  }
  .p-md-17 {
    padding: 7rem !important;
  }
  .p-md-18 {
    padding: 8rem !important;
  }
  .p-md-19 {
    padding: 9rem !important;
  }
  .p-md-20 {
    padding: 10rem !important;
  }
  .p-md-21 {
    padding: 12.5rem !important;
  }
  .p-md-22 {
    padding: 15rem !important;
  }
  .p-md-23 {
    padding: 17.5rem !important;
  }
  .p-md-24 {
    padding: 20rem !important;
  }
  .p-md-25 {
    padding: 22.5rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-md-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-md-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-11 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-12 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-13 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-14 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-15 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-16 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-17 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-19 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-20 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-21 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-md-22 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-md-23 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-md-24 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-md-25 {
    padding-right: 22.5rem !important;
    padding-left: 22.5rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-md-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-md-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-11 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-12 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-13 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-14 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-15 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-16 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-17 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-19 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-20 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-21 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-md-22 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-md-23 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-md-24 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-md-25 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 0.75rem !important;
  }
  .pt-md-4 {
    padding-top: 1rem !important;
  }
  .pt-md-5 {
    padding-top: 1.25rem !important;
  }
  .pt-md-6 {
    padding-top: 1.5rem !important;
  }
  .pt-md-7 {
    padding-top: 1.75rem !important;
  }
  .pt-md-8 {
    padding-top: 2rem !important;
  }
  .pt-md-9 {
    padding-top: 2.25rem !important;
  }
  .pt-md-10 {
    padding-top: 2.5rem !important;
  }
  .pt-md-11 {
    padding-top: 3rem !important;
  }
  .pt-md-12 {
    padding-top: 3.5rem !important;
  }
  .pt-md-13 {
    padding-top: 4rem !important;
  }
  .pt-md-14 {
    padding-top: 4.5rem !important;
  }
  .pt-md-15 {
    padding-top: 5rem !important;
  }
  .pt-md-16 {
    padding-top: 6rem !important;
  }
  .pt-md-17 {
    padding-top: 7rem !important;
  }
  .pt-md-18 {
    padding-top: 8rem !important;
  }
  .pt-md-19 {
    padding-top: 9rem !important;
  }
  .pt-md-20 {
    padding-top: 10rem !important;
  }
  .pt-md-21 {
    padding-top: 12.5rem !important;
  }
  .pt-md-22 {
    padding-top: 15rem !important;
  }
  .pt-md-23 {
    padding-top: 17.5rem !important;
  }
  .pt-md-24 {
    padding-top: 20rem !important;
  }
  .pt-md-25 {
    padding-top: 22.5rem !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pr-md-3 {
    padding-right: 0.75rem !important;
  }
  .pr-md-4 {
    padding-right: 1rem !important;
  }
  .pr-md-5 {
    padding-right: 1.25rem !important;
  }
  .pr-md-6 {
    padding-right: 1.5rem !important;
  }
  .pr-md-7 {
    padding-right: 1.75rem !important;
  }
  .pr-md-8 {
    padding-right: 2rem !important;
  }
  .pr-md-9 {
    padding-right: 2.25rem !important;
  }
  .pr-md-10 {
    padding-right: 2.5rem !important;
  }
  .pr-md-11 {
    padding-right: 3rem !important;
  }
  .pr-md-12 {
    padding-right: 3.5rem !important;
  }
  .pr-md-13 {
    padding-right: 4rem !important;
  }
  .pr-md-14 {
    padding-right: 4.5rem !important;
  }
  .pr-md-15 {
    padding-right: 5rem !important;
  }
  .pr-md-16 {
    padding-right: 6rem !important;
  }
  .pr-md-17 {
    padding-right: 7rem !important;
  }
  .pr-md-18 {
    padding-right: 8rem !important;
  }
  .pr-md-19 {
    padding-right: 9rem !important;
  }
  .pr-md-20 {
    padding-right: 10rem !important;
  }
  .pr-md-21 {
    padding-right: 12.5rem !important;
  }
  .pr-md-22 {
    padding-right: 15rem !important;
  }
  .pr-md-23 {
    padding-right: 17.5rem !important;
  }
  .pr-md-24 {
    padding-right: 20rem !important;
  }
  .pr-md-25 {
    padding-right: 22.5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1rem !important;
  }
  .pb-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-md-8 {
    padding-bottom: 2rem !important;
  }
  .pb-md-9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-md-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-11 {
    padding-bottom: 3rem !important;
  }
  .pb-md-12 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-13 {
    padding-bottom: 4rem !important;
  }
  .pb-md-14 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-15 {
    padding-bottom: 5rem !important;
  }
  .pb-md-16 {
    padding-bottom: 6rem !important;
  }
  .pb-md-17 {
    padding-bottom: 7rem !important;
  }
  .pb-md-18 {
    padding-bottom: 8rem !important;
  }
  .pb-md-19 {
    padding-bottom: 9rem !important;
  }
  .pb-md-20 {
    padding-bottom: 10rem !important;
  }
  .pb-md-21 {
    padding-bottom: 12.5rem !important;
  }
  .pb-md-22 {
    padding-bottom: 15rem !important;
  }
  .pb-md-23 {
    padding-bottom: 17.5rem !important;
  }
  .pb-md-24 {
    padding-bottom: 20rem !important;
  }
  .pb-md-25 {
    padding-bottom: 22.5rem !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .pl-md-3 {
    padding-left: 0.75rem !important;
  }
  .pl-md-4 {
    padding-left: 1rem !important;
  }
  .pl-md-5 {
    padding-left: 1.25rem !important;
  }
  .pl-md-6 {
    padding-left: 1.5rem !important;
  }
  .pl-md-7 {
    padding-left: 1.75rem !important;
  }
  .pl-md-8 {
    padding-left: 2rem !important;
  }
  .pl-md-9 {
    padding-left: 2.25rem !important;
  }
  .pl-md-10 {
    padding-left: 2.5rem !important;
  }
  .pl-md-11 {
    padding-left: 3rem !important;
  }
  .pl-md-12 {
    padding-left: 3.5rem !important;
  }
  .pl-md-13 {
    padding-left: 4rem !important;
  }
  .pl-md-14 {
    padding-left: 4.5rem !important;
  }
  .pl-md-15 {
    padding-left: 5rem !important;
  }
  .pl-md-16 {
    padding-left: 6rem !important;
  }
  .pl-md-17 {
    padding-left: 7rem !important;
  }
  .pl-md-18 {
    padding-left: 8rem !important;
  }
  .pl-md-19 {
    padding-left: 9rem !important;
  }
  .pl-md-20 {
    padding-left: 10rem !important;
  }
  .pl-md-21 {
    padding-left: 12.5rem !important;
  }
  .pl-md-22 {
    padding-left: 15rem !important;
  }
  .pl-md-23 {
    padding-left: 17.5rem !important;
  }
  .pl-md-24 {
    padding-left: 20rem !important;
  }
  .pl-md-25 {
    padding-left: 22.5rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 0.75rem !important;
  }
  .gap-md-4 {
    gap: 1rem !important;
  }
  .gap-md-5 {
    gap: 1.25rem !important;
  }
  .gap-md-6 {
    gap: 1.5rem !important;
  }
  .gap-md-7 {
    gap: 1.75rem !important;
  }
  .gap-md-8 {
    gap: 2rem !important;
  }
  .gap-md-9 {
    gap: 2.25rem !important;
  }
  .gap-md-10 {
    gap: 2.5rem !important;
  }
  .gap-md-11 {
    gap: 3rem !important;
  }
  .gap-md-12 {
    gap: 3.5rem !important;
  }
  .gap-md-13 {
    gap: 4rem !important;
  }
  .gap-md-14 {
    gap: 4.5rem !important;
  }
  .gap-md-15 {
    gap: 5rem !important;
  }
  .gap-md-16 {
    gap: 6rem !important;
  }
  .gap-md-17 {
    gap: 7rem !important;
  }
  .gap-md-18 {
    gap: 8rem !important;
  }
  .gap-md-19 {
    gap: 9rem !important;
  }
  .gap-md-20 {
    gap: 10rem !important;
  }
  .gap-md-21 {
    gap: 12.5rem !important;
  }
  .gap-md-22 {
    gap: 15rem !important;
  }
  .gap-md-23 {
    gap: 17.5rem !important;
  }
  .gap-md-24 {
    gap: 20rem !important;
  }
  .gap-md-25 {
    gap: 22.5rem !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-left {
    justify-content: flex-start !important;
  }
  .justify-content-lg-right {
    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-left {
    align-items: flex-start !important;
  }
  .align-items-lg-right {
    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-left {
    align-content: flex-start !important;
  }
  .align-content-lg-right {
    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-left {
    align-self: flex-start !important;
  }
  .align-self-lg-right {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .m-lg-7 {
    margin: 1.75rem !important;
  }
  .m-lg-8 {
    margin: 2rem !important;
  }
  .m-lg-9 {
    margin: 2.25rem !important;
  }
  .m-lg-10 {
    margin: 2.5rem !important;
  }
  .m-lg-11 {
    margin: 3rem !important;
  }
  .m-lg-12 {
    margin: 3.5rem !important;
  }
  .m-lg-13 {
    margin: 4rem !important;
  }
  .m-lg-14 {
    margin: 4.5rem !important;
  }
  .m-lg-15 {
    margin: 5rem !important;
  }
  .m-lg-16 {
    margin: 6rem !important;
  }
  .m-lg-17 {
    margin: 7rem !important;
  }
  .m-lg-18 {
    margin: 8rem !important;
  }
  .m-lg-19 {
    margin: 9rem !important;
  }
  .m-lg-20 {
    margin: 10rem !important;
  }
  .m-lg-21 {
    margin: 12.5rem !important;
  }
  .m-lg-22 {
    margin: 15rem !important;
  }
  .m-lg-23 {
    margin: 17.5rem !important;
  }
  .m-lg-24 {
    margin: 20rem !important;
  }
  .m-lg-25 {
    margin: 22.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-lg-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-lg-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-11 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-12 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-13 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-14 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-15 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-16 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-17 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-19 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-20 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-21 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-lg-22 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-lg-23 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-lg-24 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-lg-25 {
    margin-right: 22.5rem !important;
    margin-left: 22.5rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-lg-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-lg-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-11 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-12 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-13 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-14 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-15 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-16 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-17 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-19 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-20 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-21 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-lg-22 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-lg-23 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-lg-24 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-lg-25 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mt-lg-4 {
    margin-top: 1rem !important;
  }
  .mt-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 1.75rem !important;
  }
  .mt-lg-8 {
    margin-top: 2rem !important;
  }
  .mt-lg-9 {
    margin-top: 2.25rem !important;
  }
  .mt-lg-10 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-11 {
    margin-top: 3rem !important;
  }
  .mt-lg-12 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-13 {
    margin-top: 4rem !important;
  }
  .mt-lg-14 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-15 {
    margin-top: 5rem !important;
  }
  .mt-lg-16 {
    margin-top: 6rem !important;
  }
  .mt-lg-17 {
    margin-top: 7rem !important;
  }
  .mt-lg-18 {
    margin-top: 8rem !important;
  }
  .mt-lg-19 {
    margin-top: 9rem !important;
  }
  .mt-lg-20 {
    margin-top: 10rem !important;
  }
  .mt-lg-21 {
    margin-top: 12.5rem !important;
  }
  .mt-lg-22 {
    margin-top: 15rem !important;
  }
  .mt-lg-23 {
    margin-top: 17.5rem !important;
  }
  .mt-lg-24 {
    margin-top: 20rem !important;
  }
  .mt-lg-25 {
    margin-top: 22.5rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-17 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-18 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-19 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-21 {
    margin-bottom: 12.5rem !important;
  }
  .mb-lg-22 {
    margin-bottom: 15rem !important;
  }
  .mb-lg-23 {
    margin-bottom: 17.5rem !important;
  }
  .mb-lg-24 {
    margin-bottom: 20rem !important;
  }
  .mb-lg-25 {
    margin-bottom: 22.5rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 0.75rem !important;
  }
  .mr-lg-4 {
    margin-right: 1rem !important;
  }
  .mr-lg-5 {
    margin-right: 1.25rem !important;
  }
  .mr-lg-6 {
    margin-right: 1.5rem !important;
  }
  .mr-lg-7 {
    margin-right: 1.75rem !important;
  }
  .mr-lg-8 {
    margin-right: 2rem !important;
  }
  .mr-lg-9 {
    margin-right: 2.25rem !important;
  }
  .mr-lg-10 {
    margin-right: 2.5rem !important;
  }
  .mr-lg-11 {
    margin-right: 3rem !important;
  }
  .mr-lg-12 {
    margin-right: 3.5rem !important;
  }
  .mr-lg-13 {
    margin-right: 4rem !important;
  }
  .mr-lg-14 {
    margin-right: 4.5rem !important;
  }
  .mr-lg-15 {
    margin-right: 5rem !important;
  }
  .mr-lg-16 {
    margin-right: 6rem !important;
  }
  .mr-lg-17 {
    margin-right: 7rem !important;
  }
  .mr-lg-18 {
    margin-right: 8rem !important;
  }
  .mr-lg-19 {
    margin-right: 9rem !important;
  }
  .mr-lg-20 {
    margin-right: 10rem !important;
  }
  .mr-lg-21 {
    margin-right: 12.5rem !important;
  }
  .mr-lg-22 {
    margin-right: 15rem !important;
  }
  .mr-lg-23 {
    margin-right: 17.5rem !important;
  }
  .mr-lg-24 {
    margin-right: 20rem !important;
  }
  .mr-lg-25 {
    margin-right: 22.5rem !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ml-lg-3 {
    margin-left: 0.75rem !important;
  }
  .ml-lg-4 {
    margin-left: 1rem !important;
  }
  .ml-lg-5 {
    margin-left: 1.25rem !important;
  }
  .ml-lg-6 {
    margin-left: 1.5rem !important;
  }
  .ml-lg-7 {
    margin-left: 1.75rem !important;
  }
  .ml-lg-8 {
    margin-left: 2rem !important;
  }
  .ml-lg-9 {
    margin-left: 2.25rem !important;
  }
  .ml-lg-10 {
    margin-left: 2.5rem !important;
  }
  .ml-lg-11 {
    margin-left: 3rem !important;
  }
  .ml-lg-12 {
    margin-left: 3.5rem !important;
  }
  .ml-lg-13 {
    margin-left: 4rem !important;
  }
  .ml-lg-14 {
    margin-left: 4.5rem !important;
  }
  .ml-lg-15 {
    margin-left: 5rem !important;
  }
  .ml-lg-16 {
    margin-left: 6rem !important;
  }
  .ml-lg-17 {
    margin-left: 7rem !important;
  }
  .ml-lg-18 {
    margin-left: 8rem !important;
  }
  .ml-lg-19 {
    margin-left: 9rem !important;
  }
  .ml-lg-20 {
    margin-left: 10rem !important;
  }
  .ml-lg-21 {
    margin-left: 12.5rem !important;
  }
  .ml-lg-22 {
    margin-left: 15rem !important;
  }
  .ml-lg-23 {
    margin-left: 17.5rem !important;
  }
  .ml-lg-24 {
    margin-left: 20rem !important;
  }
  .ml-lg-25 {
    margin-left: 22.5rem !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  .m-lg-n4 {
    margin: -1rem !important;
  }
  .m-lg-n5 {
    margin: -1.25rem !important;
  }
  .m-lg-n6 {
    margin: -1.5rem !important;
  }
  .m-lg-n7 {
    margin: -1.75rem !important;
  }
  .m-lg-n8 {
    margin: -2rem !important;
  }
  .m-lg-n9 {
    margin: -2.25rem !important;
  }
  .m-lg-n10 {
    margin: -2.5rem !important;
  }
  .m-lg-n11 {
    margin: -3rem !important;
  }
  .m-lg-n12 {
    margin: -3.5rem !important;
  }
  .m-lg-n13 {
    margin: -4rem !important;
  }
  .m-lg-n14 {
    margin: -4.5rem !important;
  }
  .m-lg-n15 {
    margin: -5rem !important;
  }
  .m-lg-n16 {
    margin: -6rem !important;
  }
  .m-lg-n17 {
    margin: -7rem !important;
  }
  .m-lg-n18 {
    margin: -8rem !important;
  }
  .m-lg-n19 {
    margin: -9rem !important;
  }
  .m-lg-n20 {
    margin: -10rem !important;
  }
  .m-lg-n21 {
    margin: -12.5rem !important;
  }
  .m-lg-n22 {
    margin: -15rem !important;
  }
  .m-lg-n23 {
    margin: -17.5rem !important;
  }
  .m-lg-n24 {
    margin: -20rem !important;
  }
  .m-lg-n25 {
    margin: -22.5rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-lg-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-lg-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-lg-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-lg-n11 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n12 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-lg-n13 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n14 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-lg-n15 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n16 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-lg-n17 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-lg-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-lg-n19 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-lg-n20 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-lg-n21 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-lg-n22 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-lg-n23 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }
  .mx-lg-n24 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-lg-n25 {
    margin-right: -22.5rem !important;
    margin-left: -22.5rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-lg-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-lg-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-lg-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-lg-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-lg-n11 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n12 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-lg-n13 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n14 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-lg-n15 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n16 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-lg-n17 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-lg-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-lg-n19 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-lg-n20 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-lg-n21 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-lg-n22 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-lg-n23 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }
  .my-lg-n24 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-lg-n25 {
    margin-top: -22.5rem !important;
    margin-bottom: -22.5rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1rem !important;
  }
  .mt-lg-n5 {
    margin-top: -1.25rem !important;
  }
  .mt-lg-n6 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n7 {
    margin-top: -1.75rem !important;
  }
  .mt-lg-n8 {
    margin-top: -2rem !important;
  }
  .mt-lg-n9 {
    margin-top: -2.25rem !important;
  }
  .mt-lg-n10 {
    margin-top: -2.5rem !important;
  }
  .mt-lg-n11 {
    margin-top: -3rem !important;
  }
  .mt-lg-n12 {
    margin-top: -3.5rem !important;
  }
  .mt-lg-n13 {
    margin-top: -4rem !important;
  }
  .mt-lg-n14 {
    margin-top: -4.5rem !important;
  }
  .mt-lg-n15 {
    margin-top: -5rem !important;
  }
  .mt-lg-n16 {
    margin-top: -6rem !important;
  }
  .mt-lg-n17 {
    margin-top: -7rem !important;
  }
  .mt-lg-n18 {
    margin-top: -8rem !important;
  }
  .mt-lg-n19 {
    margin-top: -9rem !important;
  }
  .mt-lg-n20 {
    margin-top: -10rem !important;
  }
  .mt-lg-n21 {
    margin-top: -12.5rem !important;
  }
  .mt-lg-n22 {
    margin-top: -15rem !important;
  }
  .mt-lg-n23 {
    margin-top: -17.5rem !important;
  }
  .mt-lg-n24 {
    margin-top: -20rem !important;
  }
  .mt-lg-n25 {
    margin-top: -22.5rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -1.75rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -2.25rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -2.5rem !important;
  }
  .mb-lg-n11 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n12 {
    margin-bottom: -3.5rem !important;
  }
  .mb-lg-n13 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n14 {
    margin-bottom: -4.5rem !important;
  }
  .mb-lg-n15 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n16 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n17 {
    margin-bottom: -7rem !important;
  }
  .mb-lg-n18 {
    margin-bottom: -8rem !important;
  }
  .mb-lg-n19 {
    margin-bottom: -9rem !important;
  }
  .mb-lg-n20 {
    margin-bottom: -10rem !important;
  }
  .mb-lg-n21 {
    margin-bottom: -12.5rem !important;
  }
  .mb-lg-n22 {
    margin-bottom: -15rem !important;
  }
  .mb-lg-n23 {
    margin-bottom: -17.5rem !important;
  }
  .mb-lg-n24 {
    margin-bottom: -20rem !important;
  }
  .mb-lg-n25 {
    margin-bottom: -22.5rem !important;
  }
  .mr-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-lg-n3 {
    margin-right: -0.75rem !important;
  }
  .mr-lg-n4 {
    margin-right: -1rem !important;
  }
  .mr-lg-n5 {
    margin-right: -1.25rem !important;
  }
  .mr-lg-n6 {
    margin-right: -1.5rem !important;
  }
  .mr-lg-n7 {
    margin-right: -1.75rem !important;
  }
  .mr-lg-n8 {
    margin-right: -2rem !important;
  }
  .mr-lg-n9 {
    margin-right: -2.25rem !important;
  }
  .mr-lg-n10 {
    margin-right: -2.5rem !important;
  }
  .mr-lg-n11 {
    margin-right: -3rem !important;
  }
  .mr-lg-n12 {
    margin-right: -3.5rem !important;
  }
  .mr-lg-n13 {
    margin-right: -4rem !important;
  }
  .mr-lg-n14 {
    margin-right: -4.5rem !important;
  }
  .mr-lg-n15 {
    margin-right: -5rem !important;
  }
  .mr-lg-n16 {
    margin-right: -6rem !important;
  }
  .mr-lg-n17 {
    margin-right: -7rem !important;
  }
  .mr-lg-n18 {
    margin-right: -8rem !important;
  }
  .mr-lg-n19 {
    margin-right: -9rem !important;
  }
  .mr-lg-n20 {
    margin-right: -10rem !important;
  }
  .mr-lg-n21 {
    margin-right: -12.5rem !important;
  }
  .mr-lg-n22 {
    margin-right: -15rem !important;
  }
  .mr-lg-n23 {
    margin-right: -17.5rem !important;
  }
  .mr-lg-n24 {
    margin-right: -20rem !important;
  }
  .mr-lg-n25 {
    margin-right: -22.5rem !important;
  }
  .mr-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mr-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mr-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mr-lg-n4 {
    margin-bottom: -1rem !important;
  }
  .mr-lg-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mr-lg-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mr-lg-n7 {
    margin-bottom: -1.75rem !important;
  }
  .mr-lg-n8 {
    margin-bottom: -2rem !important;
  }
  .mr-lg-n9 {
    margin-bottom: -2.25rem !important;
  }
  .mr-lg-n10 {
    margin-bottom: -2.5rem !important;
  }
  .mr-lg-n11 {
    margin-bottom: -3rem !important;
  }
  .mr-lg-n12 {
    margin-bottom: -3.5rem !important;
  }
  .mr-lg-n13 {
    margin-bottom: -4rem !important;
  }
  .mr-lg-n14 {
    margin-bottom: -4.5rem !important;
  }
  .mr-lg-n15 {
    margin-bottom: -5rem !important;
  }
  .mr-lg-n16 {
    margin-bottom: -6rem !important;
  }
  .mr-lg-n17 {
    margin-bottom: -7rem !important;
  }
  .mr-lg-n18 {
    margin-bottom: -8rem !important;
  }
  .mr-lg-n19 {
    margin-bottom: -9rem !important;
  }
  .mr-lg-n20 {
    margin-bottom: -10rem !important;
  }
  .mr-lg-n21 {
    margin-bottom: -12.5rem !important;
  }
  .mr-lg-n22 {
    margin-bottom: -15rem !important;
  }
  .mr-lg-n23 {
    margin-bottom: -17.5rem !important;
  }
  .mr-lg-n24 {
    margin-bottom: -20rem !important;
  }
  .mr-lg-n25 {
    margin-bottom: -22.5rem !important;
  }
  .ml-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-lg-n3 {
    margin-left: -0.75rem !important;
  }
  .ml-lg-n4 {
    margin-left: -1rem !important;
  }
  .ml-lg-n5 {
    margin-left: -1.25rem !important;
  }
  .ml-lg-n6 {
    margin-left: -1.5rem !important;
  }
  .ml-lg-n7 {
    margin-left: -1.75rem !important;
  }
  .ml-lg-n8 {
    margin-left: -2rem !important;
  }
  .ml-lg-n9 {
    margin-left: -2.25rem !important;
  }
  .ml-lg-n10 {
    margin-left: -2.5rem !important;
  }
  .ml-lg-n11 {
    margin-left: -3rem !important;
  }
  .ml-lg-n12 {
    margin-left: -3.5rem !important;
  }
  .ml-lg-n13 {
    margin-left: -4rem !important;
  }
  .ml-lg-n14 {
    margin-left: -4.5rem !important;
  }
  .ml-lg-n15 {
    margin-left: -5rem !important;
  }
  .ml-lg-n16 {
    margin-left: -6rem !important;
  }
  .ml-lg-n17 {
    margin-left: -7rem !important;
  }
  .ml-lg-n18 {
    margin-left: -8rem !important;
  }
  .ml-lg-n19 {
    margin-left: -9rem !important;
  }
  .ml-lg-n20 {
    margin-left: -10rem !important;
  }
  .ml-lg-n21 {
    margin-left: -12.5rem !important;
  }
  .ml-lg-n22 {
    margin-left: -15rem !important;
  }
  .ml-lg-n23 {
    margin-left: -17.5rem !important;
  }
  .ml-lg-n24 {
    margin-left: -20rem !important;
  }
  .ml-lg-n25 {
    margin-left: -22.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .p-lg-7 {
    padding: 1.75rem !important;
  }
  .p-lg-8 {
    padding: 2rem !important;
  }
  .p-lg-9 {
    padding: 2.25rem !important;
  }
  .p-lg-10 {
    padding: 2.5rem !important;
  }
  .p-lg-11 {
    padding: 3rem !important;
  }
  .p-lg-12 {
    padding: 3.5rem !important;
  }
  .p-lg-13 {
    padding: 4rem !important;
  }
  .p-lg-14 {
    padding: 4.5rem !important;
  }
  .p-lg-15 {
    padding: 5rem !important;
  }
  .p-lg-16 {
    padding: 6rem !important;
  }
  .p-lg-17 {
    padding: 7rem !important;
  }
  .p-lg-18 {
    padding: 8rem !important;
  }
  .p-lg-19 {
    padding: 9rem !important;
  }
  .p-lg-20 {
    padding: 10rem !important;
  }
  .p-lg-21 {
    padding: 12.5rem !important;
  }
  .p-lg-22 {
    padding: 15rem !important;
  }
  .p-lg-23 {
    padding: 17.5rem !important;
  }
  .p-lg-24 {
    padding: 20rem !important;
  }
  .p-lg-25 {
    padding: 22.5rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-lg-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-lg-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-11 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-12 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-13 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-14 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-15 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-16 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-17 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-19 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-20 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-21 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-lg-22 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-lg-23 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-lg-24 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-lg-25 {
    padding-right: 22.5rem !important;
    padding-left: 22.5rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-lg-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-lg-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-11 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-12 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-13 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-14 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-15 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-16 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-17 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-19 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-20 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-21 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-lg-22 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-lg-23 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-lg-24 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-lg-25 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pt-lg-4 {
    padding-top: 1rem !important;
  }
  .pt-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 1.75rem !important;
  }
  .pt-lg-8 {
    padding-top: 2rem !important;
  }
  .pt-lg-9 {
    padding-top: 2.25rem !important;
  }
  .pt-lg-10 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-11 {
    padding-top: 3rem !important;
  }
  .pt-lg-12 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-13 {
    padding-top: 4rem !important;
  }
  .pt-lg-14 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-15 {
    padding-top: 5rem !important;
  }
  .pt-lg-16 {
    padding-top: 6rem !important;
  }
  .pt-lg-17 {
    padding-top: 7rem !important;
  }
  .pt-lg-18 {
    padding-top: 8rem !important;
  }
  .pt-lg-19 {
    padding-top: 9rem !important;
  }
  .pt-lg-20 {
    padding-top: 10rem !important;
  }
  .pt-lg-21 {
    padding-top: 12.5rem !important;
  }
  .pt-lg-22 {
    padding-top: 15rem !important;
  }
  .pt-lg-23 {
    padding-top: 17.5rem !important;
  }
  .pt-lg-24 {
    padding-top: 20rem !important;
  }
  .pt-lg-25 {
    padding-top: 22.5rem !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pr-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pr-lg-4 {
    padding-right: 1rem !important;
  }
  .pr-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pr-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pr-lg-7 {
    padding-right: 1.75rem !important;
  }
  .pr-lg-8 {
    padding-right: 2rem !important;
  }
  .pr-lg-9 {
    padding-right: 2.25rem !important;
  }
  .pr-lg-10 {
    padding-right: 2.5rem !important;
  }
  .pr-lg-11 {
    padding-right: 3rem !important;
  }
  .pr-lg-12 {
    padding-right: 3.5rem !important;
  }
  .pr-lg-13 {
    padding-right: 4rem !important;
  }
  .pr-lg-14 {
    padding-right: 4.5rem !important;
  }
  .pr-lg-15 {
    padding-right: 5rem !important;
  }
  .pr-lg-16 {
    padding-right: 6rem !important;
  }
  .pr-lg-17 {
    padding-right: 7rem !important;
  }
  .pr-lg-18 {
    padding-right: 8rem !important;
  }
  .pr-lg-19 {
    padding-right: 9rem !important;
  }
  .pr-lg-20 {
    padding-right: 10rem !important;
  }
  .pr-lg-21 {
    padding-right: 12.5rem !important;
  }
  .pr-lg-22 {
    padding-right: 15rem !important;
  }
  .pr-lg-23 {
    padding-right: 17.5rem !important;
  }
  .pr-lg-24 {
    padding-right: 20rem !important;
  }
  .pr-lg-25 {
    padding-right: 22.5rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-17 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-18 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-19 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-21 {
    padding-bottom: 12.5rem !important;
  }
  .pb-lg-22 {
    padding-bottom: 15rem !important;
  }
  .pb-lg-23 {
    padding-bottom: 17.5rem !important;
  }
  .pb-lg-24 {
    padding-bottom: 20rem !important;
  }
  .pb-lg-25 {
    padding-bottom: 22.5rem !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pl-lg-3 {
    padding-left: 0.75rem !important;
  }
  .pl-lg-4 {
    padding-left: 1rem !important;
  }
  .pl-lg-5 {
    padding-left: 1.25rem !important;
  }
  .pl-lg-6 {
    padding-left: 1.5rem !important;
  }
  .pl-lg-7 {
    padding-left: 1.75rem !important;
  }
  .pl-lg-8 {
    padding-left: 2rem !important;
  }
  .pl-lg-9 {
    padding-left: 2.25rem !important;
  }
  .pl-lg-10 {
    padding-left: 2.5rem !important;
  }
  .pl-lg-11 {
    padding-left: 3rem !important;
  }
  .pl-lg-12 {
    padding-left: 3.5rem !important;
  }
  .pl-lg-13 {
    padding-left: 4rem !important;
  }
  .pl-lg-14 {
    padding-left: 4.5rem !important;
  }
  .pl-lg-15 {
    padding-left: 5rem !important;
  }
  .pl-lg-16 {
    padding-left: 6rem !important;
  }
  .pl-lg-17 {
    padding-left: 7rem !important;
  }
  .pl-lg-18 {
    padding-left: 8rem !important;
  }
  .pl-lg-19 {
    padding-left: 9rem !important;
  }
  .pl-lg-20 {
    padding-left: 10rem !important;
  }
  .pl-lg-21 {
    padding-left: 12.5rem !important;
  }
  .pl-lg-22 {
    padding-left: 15rem !important;
  }
  .pl-lg-23 {
    padding-left: 17.5rem !important;
  }
  .pl-lg-24 {
    padding-left: 20rem !important;
  }
  .pl-lg-25 {
    padding-left: 22.5rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 0.75rem !important;
  }
  .gap-lg-4 {
    gap: 1rem !important;
  }
  .gap-lg-5 {
    gap: 1.25rem !important;
  }
  .gap-lg-6 {
    gap: 1.5rem !important;
  }
  .gap-lg-7 {
    gap: 1.75rem !important;
  }
  .gap-lg-8 {
    gap: 2rem !important;
  }
  .gap-lg-9 {
    gap: 2.25rem !important;
  }
  .gap-lg-10 {
    gap: 2.5rem !important;
  }
  .gap-lg-11 {
    gap: 3rem !important;
  }
  .gap-lg-12 {
    gap: 3.5rem !important;
  }
  .gap-lg-13 {
    gap: 4rem !important;
  }
  .gap-lg-14 {
    gap: 4.5rem !important;
  }
  .gap-lg-15 {
    gap: 5rem !important;
  }
  .gap-lg-16 {
    gap: 6rem !important;
  }
  .gap-lg-17 {
    gap: 7rem !important;
  }
  .gap-lg-18 {
    gap: 8rem !important;
  }
  .gap-lg-19 {
    gap: 9rem !important;
  }
  .gap-lg-20 {
    gap: 10rem !important;
  }
  .gap-lg-21 {
    gap: 12.5rem !important;
  }
  .gap-lg-22 {
    gap: 15rem !important;
  }
  .gap-lg-23 {
    gap: 17.5rem !important;
  }
  .gap-lg-24 {
    gap: 20rem !important;
  }
  .gap-lg-25 {
    gap: 22.5rem !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-left {
    justify-content: flex-start !important;
  }
  .justify-content-xl-right {
    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-left {
    align-items: flex-start !important;
  }
  .align-items-xl-right {
    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-left {
    align-content: flex-start !important;
  }
  .align-content-xl-right {
    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-left {
    align-self: flex-start !important;
  }
  .align-self-xl-right {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .m-xl-7 {
    margin: 1.75rem !important;
  }
  .m-xl-8 {
    margin: 2rem !important;
  }
  .m-xl-9 {
    margin: 2.25rem !important;
  }
  .m-xl-10 {
    margin: 2.5rem !important;
  }
  .m-xl-11 {
    margin: 3rem !important;
  }
  .m-xl-12 {
    margin: 3.5rem !important;
  }
  .m-xl-13 {
    margin: 4rem !important;
  }
  .m-xl-14 {
    margin: 4.5rem !important;
  }
  .m-xl-15 {
    margin: 5rem !important;
  }
  .m-xl-16 {
    margin: 6rem !important;
  }
  .m-xl-17 {
    margin: 7rem !important;
  }
  .m-xl-18 {
    margin: 8rem !important;
  }
  .m-xl-19 {
    margin: 9rem !important;
  }
  .m-xl-20 {
    margin: 10rem !important;
  }
  .m-xl-21 {
    margin: 12.5rem !important;
  }
  .m-xl-22 {
    margin: 15rem !important;
  }
  .m-xl-23 {
    margin: 17.5rem !important;
  }
  .m-xl-24 {
    margin: 20rem !important;
  }
  .m-xl-25 {
    margin: 22.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-11 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-12 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-13 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-14 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-15 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-16 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-17 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-19 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xl-20 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-21 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xl-22 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xl-23 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-xl-24 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xl-25 {
    margin-right: 22.5rem !important;
    margin-left: 22.5rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-11 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-12 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-13 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-14 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-15 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-16 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-17 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-19 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-20 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-21 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xl-22 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xl-23 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-xl-24 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xl-25 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mt-xl-4 {
    margin-top: 1rem !important;
  }
  .mt-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 1.75rem !important;
  }
  .mt-xl-8 {
    margin-top: 2rem !important;
  }
  .mt-xl-9 {
    margin-top: 2.25rem !important;
  }
  .mt-xl-10 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-11 {
    margin-top: 3rem !important;
  }
  .mt-xl-12 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-13 {
    margin-top: 4rem !important;
  }
  .mt-xl-14 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-15 {
    margin-top: 5rem !important;
  }
  .mt-xl-16 {
    margin-top: 6rem !important;
  }
  .mt-xl-17 {
    margin-top: 7rem !important;
  }
  .mt-xl-18 {
    margin-top: 8rem !important;
  }
  .mt-xl-19 {
    margin-top: 9rem !important;
  }
  .mt-xl-20 {
    margin-top: 10rem !important;
  }
  .mt-xl-21 {
    margin-top: 12.5rem !important;
  }
  .mt-xl-22 {
    margin-top: 15rem !important;
  }
  .mt-xl-23 {
    margin-top: 17.5rem !important;
  }
  .mt-xl-24 {
    margin-top: 20rem !important;
  }
  .mt-xl-25 {
    margin-top: 22.5rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-17 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-18 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-19 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-21 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xl-22 {
    margin-bottom: 15rem !important;
  }
  .mb-xl-23 {
    margin-bottom: 17.5rem !important;
  }
  .mb-xl-24 {
    margin-bottom: 20rem !important;
  }
  .mb-xl-25 {
    margin-bottom: 22.5rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mr-xl-4 {
    margin-right: 1rem !important;
  }
  .mr-xl-5 {
    margin-right: 1.25rem !important;
  }
  .mr-xl-6 {
    margin-right: 1.5rem !important;
  }
  .mr-xl-7 {
    margin-right: 1.75rem !important;
  }
  .mr-xl-8 {
    margin-right: 2rem !important;
  }
  .mr-xl-9 {
    margin-right: 2.25rem !important;
  }
  .mr-xl-10 {
    margin-right: 2.5rem !important;
  }
  .mr-xl-11 {
    margin-right: 3rem !important;
  }
  .mr-xl-12 {
    margin-right: 3.5rem !important;
  }
  .mr-xl-13 {
    margin-right: 4rem !important;
  }
  .mr-xl-14 {
    margin-right: 4.5rem !important;
  }
  .mr-xl-15 {
    margin-right: 5rem !important;
  }
  .mr-xl-16 {
    margin-right: 6rem !important;
  }
  .mr-xl-17 {
    margin-right: 7rem !important;
  }
  .mr-xl-18 {
    margin-right: 8rem !important;
  }
  .mr-xl-19 {
    margin-right: 9rem !important;
  }
  .mr-xl-20 {
    margin-right: 10rem !important;
  }
  .mr-xl-21 {
    margin-right: 12.5rem !important;
  }
  .mr-xl-22 {
    margin-right: 15rem !important;
  }
  .mr-xl-23 {
    margin-right: 17.5rem !important;
  }
  .mr-xl-24 {
    margin-right: 20rem !important;
  }
  .mr-xl-25 {
    margin-right: 22.5rem !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mr-xl-0 {
    margin-bottom: 0 !important;
  }
  .mr-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mr-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mr-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .mr-xl-4 {
    margin-bottom: 1rem !important;
  }
  .mr-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .mr-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .mr-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  .mr-xl-8 {
    margin-bottom: 2rem !important;
  }
  .mr-xl-9 {
    margin-bottom: 2.25rem !important;
  }
  .mr-xl-10 {
    margin-bottom: 2.5rem !important;
  }
  .mr-xl-11 {
    margin-bottom: 3rem !important;
  }
  .mr-xl-12 {
    margin-bottom: 3.5rem !important;
  }
  .mr-xl-13 {
    margin-bottom: 4rem !important;
  }
  .mr-xl-14 {
    margin-bottom: 4.5rem !important;
  }
  .mr-xl-15 {
    margin-bottom: 5rem !important;
  }
  .mr-xl-16 {
    margin-bottom: 6rem !important;
  }
  .mr-xl-17 {
    margin-bottom: 7rem !important;
  }
  .mr-xl-18 {
    margin-bottom: 8rem !important;
  }
  .mr-xl-19 {
    margin-bottom: 9rem !important;
  }
  .mr-xl-20 {
    margin-bottom: 10rem !important;
  }
  .mr-xl-21 {
    margin-bottom: 12.5rem !important;
  }
  .mr-xl-22 {
    margin-bottom: 15rem !important;
  }
  .mr-xl-23 {
    margin-bottom: 17.5rem !important;
  }
  .mr-xl-24 {
    margin-bottom: 20rem !important;
  }
  .mr-xl-25 {
    margin-bottom: 22.5rem !important;
  }
  .mr-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xl-3 {
    margin-left: 0.75rem !important;
  }
  .ml-xl-4 {
    margin-left: 1rem !important;
  }
  .ml-xl-5 {
    margin-left: 1.25rem !important;
  }
  .ml-xl-6 {
    margin-left: 1.5rem !important;
  }
  .ml-xl-7 {
    margin-left: 1.75rem !important;
  }
  .ml-xl-8 {
    margin-left: 2rem !important;
  }
  .ml-xl-9 {
    margin-left: 2.25rem !important;
  }
  .ml-xl-10 {
    margin-left: 2.5rem !important;
  }
  .ml-xl-11 {
    margin-left: 3rem !important;
  }
  .ml-xl-12 {
    margin-left: 3.5rem !important;
  }
  .ml-xl-13 {
    margin-left: 4rem !important;
  }
  .ml-xl-14 {
    margin-left: 4.5rem !important;
  }
  .ml-xl-15 {
    margin-left: 5rem !important;
  }
  .ml-xl-16 {
    margin-left: 6rem !important;
  }
  .ml-xl-17 {
    margin-left: 7rem !important;
  }
  .ml-xl-18 {
    margin-left: 8rem !important;
  }
  .ml-xl-19 {
    margin-left: 9rem !important;
  }
  .ml-xl-20 {
    margin-left: 10rem !important;
  }
  .ml-xl-21 {
    margin-left: 12.5rem !important;
  }
  .ml-xl-22 {
    margin-left: 15rem !important;
  }
  .ml-xl-23 {
    margin-left: 17.5rem !important;
  }
  .ml-xl-24 {
    margin-left: 20rem !important;
  }
  .ml-xl-25 {
    margin-left: 22.5rem !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  .m-xl-n4 {
    margin: -1rem !important;
  }
  .m-xl-n5 {
    margin: -1.25rem !important;
  }
  .m-xl-n6 {
    margin: -1.5rem !important;
  }
  .m-xl-n7 {
    margin: -1.75rem !important;
  }
  .m-xl-n8 {
    margin: -2rem !important;
  }
  .m-xl-n9 {
    margin: -2.25rem !important;
  }
  .m-xl-n10 {
    margin: -2.5rem !important;
  }
  .m-xl-n11 {
    margin: -3rem !important;
  }
  .m-xl-n12 {
    margin: -3.5rem !important;
  }
  .m-xl-n13 {
    margin: -4rem !important;
  }
  .m-xl-n14 {
    margin: -4.5rem !important;
  }
  .m-xl-n15 {
    margin: -5rem !important;
  }
  .m-xl-n16 {
    margin: -6rem !important;
  }
  .m-xl-n17 {
    margin: -7rem !important;
  }
  .m-xl-n18 {
    margin: -8rem !important;
  }
  .m-xl-n19 {
    margin: -9rem !important;
  }
  .m-xl-n20 {
    margin: -10rem !important;
  }
  .m-xl-n21 {
    margin: -12.5rem !important;
  }
  .m-xl-n22 {
    margin: -15rem !important;
  }
  .m-xl-n23 {
    margin: -17.5rem !important;
  }
  .m-xl-n24 {
    margin: -20rem !important;
  }
  .m-xl-n25 {
    margin: -22.5rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xl-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-xl-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-xl-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xl-n11 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n12 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xl-n13 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n14 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xl-n15 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n16 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n17 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xl-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xl-n19 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xl-n20 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xl-n21 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-xl-n22 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-xl-n23 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }
  .mx-xl-n24 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-xl-n25 {
    margin-right: -22.5rem !important;
    margin-left: -22.5rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xl-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xl-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-xl-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-xl-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xl-n11 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n12 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xl-n13 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n14 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xl-n15 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n16 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n17 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xl-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xl-n19 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xl-n20 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xl-n21 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-xl-n22 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-xl-n23 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }
  .my-xl-n24 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-xl-n25 {
    margin-top: -22.5rem !important;
    margin-bottom: -22.5rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1rem !important;
  }
  .mt-xl-n5 {
    margin-top: -1.25rem !important;
  }
  .mt-xl-n6 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n7 {
    margin-top: -1.75rem !important;
  }
  .mt-xl-n8 {
    margin-top: -2rem !important;
  }
  .mt-xl-n9 {
    margin-top: -2.25rem !important;
  }
  .mt-xl-n10 {
    margin-top: -2.5rem !important;
  }
  .mt-xl-n11 {
    margin-top: -3rem !important;
  }
  .mt-xl-n12 {
    margin-top: -3.5rem !important;
  }
  .mt-xl-n13 {
    margin-top: -4rem !important;
  }
  .mt-xl-n14 {
    margin-top: -4.5rem !important;
  }
  .mt-xl-n15 {
    margin-top: -5rem !important;
  }
  .mt-xl-n16 {
    margin-top: -6rem !important;
  }
  .mt-xl-n17 {
    margin-top: -7rem !important;
  }
  .mt-xl-n18 {
    margin-top: -8rem !important;
  }
  .mt-xl-n19 {
    margin-top: -9rem !important;
  }
  .mt-xl-n20 {
    margin-top: -10rem !important;
  }
  .mt-xl-n21 {
    margin-top: -12.5rem !important;
  }
  .mt-xl-n22 {
    margin-top: -15rem !important;
  }
  .mt-xl-n23 {
    margin-top: -17.5rem !important;
  }
  .mt-xl-n24 {
    margin-top: -20rem !important;
  }
  .mt-xl-n25 {
    margin-top: -22.5rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xl-n11 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n12 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xl-n13 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n14 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xl-n15 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n16 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n17 {
    margin-bottom: -7rem !important;
  }
  .mb-xl-n18 {
    margin-bottom: -8rem !important;
  }
  .mb-xl-n19 {
    margin-bottom: -9rem !important;
  }
  .mb-xl-n20 {
    margin-bottom: -10rem !important;
  }
  .mb-xl-n21 {
    margin-bottom: -12.5rem !important;
  }
  .mb-xl-n22 {
    margin-bottom: -15rem !important;
  }
  .mb-xl-n23 {
    margin-bottom: -17.5rem !important;
  }
  .mb-xl-n24 {
    margin-bottom: -20rem !important;
  }
  .mb-xl-n25 {
    margin-bottom: -22.5rem !important;
  }
  .mr-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-xl-n3 {
    margin-right: -0.75rem !important;
  }
  .mr-xl-n4 {
    margin-right: -1rem !important;
  }
  .mr-xl-n5 {
    margin-right: -1.25rem !important;
  }
  .mr-xl-n6 {
    margin-right: -1.5rem !important;
  }
  .mr-xl-n7 {
    margin-right: -1.75rem !important;
  }
  .mr-xl-n8 {
    margin-right: -2rem !important;
  }
  .mr-xl-n9 {
    margin-right: -2.25rem !important;
  }
  .mr-xl-n10 {
    margin-right: -2.5rem !important;
  }
  .mr-xl-n11 {
    margin-right: -3rem !important;
  }
  .mr-xl-n12 {
    margin-right: -3.5rem !important;
  }
  .mr-xl-n13 {
    margin-right: -4rem !important;
  }
  .mr-xl-n14 {
    margin-right: -4.5rem !important;
  }
  .mr-xl-n15 {
    margin-right: -5rem !important;
  }
  .mr-xl-n16 {
    margin-right: -6rem !important;
  }
  .mr-xl-n17 {
    margin-right: -7rem !important;
  }
  .mr-xl-n18 {
    margin-right: -8rem !important;
  }
  .mr-xl-n19 {
    margin-right: -9rem !important;
  }
  .mr-xl-n20 {
    margin-right: -10rem !important;
  }
  .mr-xl-n21 {
    margin-right: -12.5rem !important;
  }
  .mr-xl-n22 {
    margin-right: -15rem !important;
  }
  .mr-xl-n23 {
    margin-right: -17.5rem !important;
  }
  .mr-xl-n24 {
    margin-right: -20rem !important;
  }
  .mr-xl-n25 {
    margin-right: -22.5rem !important;
  }
  .mr-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mr-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mr-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mr-xl-n4 {
    margin-bottom: -1rem !important;
  }
  .mr-xl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mr-xl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mr-xl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .mr-xl-n8 {
    margin-bottom: -2rem !important;
  }
  .mr-xl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .mr-xl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .mr-xl-n11 {
    margin-bottom: -3rem !important;
  }
  .mr-xl-n12 {
    margin-bottom: -3.5rem !important;
  }
  .mr-xl-n13 {
    margin-bottom: -4rem !important;
  }
  .mr-xl-n14 {
    margin-bottom: -4.5rem !important;
  }
  .mr-xl-n15 {
    margin-bottom: -5rem !important;
  }
  .mr-xl-n16 {
    margin-bottom: -6rem !important;
  }
  .mr-xl-n17 {
    margin-bottom: -7rem !important;
  }
  .mr-xl-n18 {
    margin-bottom: -8rem !important;
  }
  .mr-xl-n19 {
    margin-bottom: -9rem !important;
  }
  .mr-xl-n20 {
    margin-bottom: -10rem !important;
  }
  .mr-xl-n21 {
    margin-bottom: -12.5rem !important;
  }
  .mr-xl-n22 {
    margin-bottom: -15rem !important;
  }
  .mr-xl-n23 {
    margin-bottom: -17.5rem !important;
  }
  .mr-xl-n24 {
    margin-bottom: -20rem !important;
  }
  .mr-xl-n25 {
    margin-bottom: -22.5rem !important;
  }
  .ml-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-xl-n3 {
    margin-left: -0.75rem !important;
  }
  .ml-xl-n4 {
    margin-left: -1rem !important;
  }
  .ml-xl-n5 {
    margin-left: -1.25rem !important;
  }
  .ml-xl-n6 {
    margin-left: -1.5rem !important;
  }
  .ml-xl-n7 {
    margin-left: -1.75rem !important;
  }
  .ml-xl-n8 {
    margin-left: -2rem !important;
  }
  .ml-xl-n9 {
    margin-left: -2.25rem !important;
  }
  .ml-xl-n10 {
    margin-left: -2.5rem !important;
  }
  .ml-xl-n11 {
    margin-left: -3rem !important;
  }
  .ml-xl-n12 {
    margin-left: -3.5rem !important;
  }
  .ml-xl-n13 {
    margin-left: -4rem !important;
  }
  .ml-xl-n14 {
    margin-left: -4.5rem !important;
  }
  .ml-xl-n15 {
    margin-left: -5rem !important;
  }
  .ml-xl-n16 {
    margin-left: -6rem !important;
  }
  .ml-xl-n17 {
    margin-left: -7rem !important;
  }
  .ml-xl-n18 {
    margin-left: -8rem !important;
  }
  .ml-xl-n19 {
    margin-left: -9rem !important;
  }
  .ml-xl-n20 {
    margin-left: -10rem !important;
  }
  .ml-xl-n21 {
    margin-left: -12.5rem !important;
  }
  .ml-xl-n22 {
    margin-left: -15rem !important;
  }
  .ml-xl-n23 {
    margin-left: -17.5rem !important;
  }
  .ml-xl-n24 {
    margin-left: -20rem !important;
  }
  .ml-xl-n25 {
    margin-left: -22.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .p-xl-7 {
    padding: 1.75rem !important;
  }
  .p-xl-8 {
    padding: 2rem !important;
  }
  .p-xl-9 {
    padding: 2.25rem !important;
  }
  .p-xl-10 {
    padding: 2.5rem !important;
  }
  .p-xl-11 {
    padding: 3rem !important;
  }
  .p-xl-12 {
    padding: 3.5rem !important;
  }
  .p-xl-13 {
    padding: 4rem !important;
  }
  .p-xl-14 {
    padding: 4.5rem !important;
  }
  .p-xl-15 {
    padding: 5rem !important;
  }
  .p-xl-16 {
    padding: 6rem !important;
  }
  .p-xl-17 {
    padding: 7rem !important;
  }
  .p-xl-18 {
    padding: 8rem !important;
  }
  .p-xl-19 {
    padding: 9rem !important;
  }
  .p-xl-20 {
    padding: 10rem !important;
  }
  .p-xl-21 {
    padding: 12.5rem !important;
  }
  .p-xl-22 {
    padding: 15rem !important;
  }
  .p-xl-23 {
    padding: 17.5rem !important;
  }
  .p-xl-24 {
    padding: 20rem !important;
  }
  .p-xl-25 {
    padding: 22.5rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xl-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-11 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-12 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-13 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-14 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-15 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-16 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-17 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xl-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-19 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xl-20 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-21 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-xl-22 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xl-23 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-xl-24 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xl-25 {
    padding-right: 22.5rem !important;
    padding-left: 22.5rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-11 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-12 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-13 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-14 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-15 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-16 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-17 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-19 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-20 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-21 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-xl-22 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xl-23 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-xl-24 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xl-25 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-4 {
    padding-top: 1rem !important;
  }
  .pt-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 1.75rem !important;
  }
  .pt-xl-8 {
    padding-top: 2rem !important;
  }
  .pt-xl-9 {
    padding-top: 2.25rem !important;
  }
  .pt-xl-10 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-11 {
    padding-top: 3rem !important;
  }
  .pt-xl-12 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-13 {
    padding-top: 4rem !important;
  }
  .pt-xl-14 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-15 {
    padding-top: 5rem !important;
  }
  .pt-xl-16 {
    padding-top: 6rem !important;
  }
  .pt-xl-17 {
    padding-top: 7rem !important;
  }
  .pt-xl-18 {
    padding-top: 8rem !important;
  }
  .pt-xl-19 {
    padding-top: 9rem !important;
  }
  .pt-xl-20 {
    padding-top: 10rem !important;
  }
  .pt-xl-21 {
    padding-top: 12.5rem !important;
  }
  .pt-xl-22 {
    padding-top: 15rem !important;
  }
  .pt-xl-23 {
    padding-top: 17.5rem !important;
  }
  .pt-xl-24 {
    padding-top: 20rem !important;
  }
  .pt-xl-25 {
    padding-top: 22.5rem !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pr-xl-4 {
    padding-right: 1rem !important;
  }
  .pr-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pr-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pr-xl-7 {
    padding-right: 1.75rem !important;
  }
  .pr-xl-8 {
    padding-right: 2rem !important;
  }
  .pr-xl-9 {
    padding-right: 2.25rem !important;
  }
  .pr-xl-10 {
    padding-right: 2.5rem !important;
  }
  .pr-xl-11 {
    padding-right: 3rem !important;
  }
  .pr-xl-12 {
    padding-right: 3.5rem !important;
  }
  .pr-xl-13 {
    padding-right: 4rem !important;
  }
  .pr-xl-14 {
    padding-right: 4.5rem !important;
  }
  .pr-xl-15 {
    padding-right: 5rem !important;
  }
  .pr-xl-16 {
    padding-right: 6rem !important;
  }
  .pr-xl-17 {
    padding-right: 7rem !important;
  }
  .pr-xl-18 {
    padding-right: 8rem !important;
  }
  .pr-xl-19 {
    padding-right: 9rem !important;
  }
  .pr-xl-20 {
    padding-right: 10rem !important;
  }
  .pr-xl-21 {
    padding-right: 12.5rem !important;
  }
  .pr-xl-22 {
    padding-right: 15rem !important;
  }
  .pr-xl-23 {
    padding-right: 17.5rem !important;
  }
  .pr-xl-24 {
    padding-right: 20rem !important;
  }
  .pr-xl-25 {
    padding-right: 22.5rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-17 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-18 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-19 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-21 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xl-22 {
    padding-bottom: 15rem !important;
  }
  .pb-xl-23 {
    padding-bottom: 17.5rem !important;
  }
  .pb-xl-24 {
    padding-bottom: 20rem !important;
  }
  .pb-xl-25 {
    padding-bottom: 22.5rem !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xl-3 {
    padding-left: 0.75rem !important;
  }
  .pl-xl-4 {
    padding-left: 1rem !important;
  }
  .pl-xl-5 {
    padding-left: 1.25rem !important;
  }
  .pl-xl-6 {
    padding-left: 1.5rem !important;
  }
  .pl-xl-7 {
    padding-left: 1.75rem !important;
  }
  .pl-xl-8 {
    padding-left: 2rem !important;
  }
  .pl-xl-9 {
    padding-left: 2.25rem !important;
  }
  .pl-xl-10 {
    padding-left: 2.5rem !important;
  }
  .pl-xl-11 {
    padding-left: 3rem !important;
  }
  .pl-xl-12 {
    padding-left: 3.5rem !important;
  }
  .pl-xl-13 {
    padding-left: 4rem !important;
  }
  .pl-xl-14 {
    padding-left: 4.5rem !important;
  }
  .pl-xl-15 {
    padding-left: 5rem !important;
  }
  .pl-xl-16 {
    padding-left: 6rem !important;
  }
  .pl-xl-17 {
    padding-left: 7rem !important;
  }
  .pl-xl-18 {
    padding-left: 8rem !important;
  }
  .pl-xl-19 {
    padding-left: 9rem !important;
  }
  .pl-xl-20 {
    padding-left: 10rem !important;
  }
  .pl-xl-21 {
    padding-left: 12.5rem !important;
  }
  .pl-xl-22 {
    padding-left: 15rem !important;
  }
  .pl-xl-23 {
    padding-left: 17.5rem !important;
  }
  .pl-xl-24 {
    padding-left: 20rem !important;
  }
  .pl-xl-25 {
    padding-left: 22.5rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 0.75rem !important;
  }
  .gap-xl-4 {
    gap: 1rem !important;
  }
  .gap-xl-5 {
    gap: 1.25rem !important;
  }
  .gap-xl-6 {
    gap: 1.5rem !important;
  }
  .gap-xl-7 {
    gap: 1.75rem !important;
  }
  .gap-xl-8 {
    gap: 2rem !important;
  }
  .gap-xl-9 {
    gap: 2.25rem !important;
  }
  .gap-xl-10 {
    gap: 2.5rem !important;
  }
  .gap-xl-11 {
    gap: 3rem !important;
  }
  .gap-xl-12 {
    gap: 3.5rem !important;
  }
  .gap-xl-13 {
    gap: 4rem !important;
  }
  .gap-xl-14 {
    gap: 4.5rem !important;
  }
  .gap-xl-15 {
    gap: 5rem !important;
  }
  .gap-xl-16 {
    gap: 6rem !important;
  }
  .gap-xl-17 {
    gap: 7rem !important;
  }
  .gap-xl-18 {
    gap: 8rem !important;
  }
  .gap-xl-19 {
    gap: 9rem !important;
  }
  .gap-xl-20 {
    gap: 10rem !important;
  }
  .gap-xl-21 {
    gap: 12.5rem !important;
  }
  .gap-xl-22 {
    gap: 15rem !important;
  }
  .gap-xl-23 {
    gap: 17.5rem !important;
  }
  .gap-xl-24 {
    gap: 20rem !important;
  }
  .gap-xl-25 {
    gap: 22.5rem !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-left {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-right {
    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-left {
    align-items: flex-start !important;
  }
  .align-items-xxl-right {
    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-left {
    align-content: flex-start !important;
  }
  .align-content-xxl-right {
    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-left {
    align-self: flex-start !important;
  }
  .align-self-xxl-right {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 0.75rem !important;
  }
  .m-xxl-4 {
    margin: 1rem !important;
  }
  .m-xxl-5 {
    margin: 1.25rem !important;
  }
  .m-xxl-6 {
    margin: 1.5rem !important;
  }
  .m-xxl-7 {
    margin: 1.75rem !important;
  }
  .m-xxl-8 {
    margin: 2rem !important;
  }
  .m-xxl-9 {
    margin: 2.25rem !important;
  }
  .m-xxl-10 {
    margin: 2.5rem !important;
  }
  .m-xxl-11 {
    margin: 3rem !important;
  }
  .m-xxl-12 {
    margin: 3.5rem !important;
  }
  .m-xxl-13 {
    margin: 4rem !important;
  }
  .m-xxl-14 {
    margin: 4.5rem !important;
  }
  .m-xxl-15 {
    margin: 5rem !important;
  }
  .m-xxl-16 {
    margin: 6rem !important;
  }
  .m-xxl-17 {
    margin: 7rem !important;
  }
  .m-xxl-18 {
    margin: 8rem !important;
  }
  .m-xxl-19 {
    margin: 9rem !important;
  }
  .m-xxl-20 {
    margin: 10rem !important;
  }
  .m-xxl-21 {
    margin: 12.5rem !important;
  }
  .m-xxl-22 {
    margin: 15rem !important;
  }
  .m-xxl-23 {
    margin: 17.5rem !important;
  }
  .m-xxl-24 {
    margin: 20rem !important;
  }
  .m-xxl-25 {
    margin: 22.5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xxl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xxl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-11 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-12 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxl-13 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-14 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxl-15 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-16 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-17 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxl-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-19 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxl-20 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-21 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xxl-22 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxl-23 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-xxl-24 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxl-25 {
    margin-right: 22.5rem !important;
    margin-left: 22.5rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xxl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xxl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xxl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-11 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-12 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-13 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-14 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-15 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-16 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-17 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-19 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxl-20 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-21 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xxl-22 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxl-23 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-xxl-24 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxl-25 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 0.75rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1rem !important;
  }
  .mt-xxl-5 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-6 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 1.75rem !important;
  }
  .mt-xxl-8 {
    margin-top: 2rem !important;
  }
  .mt-xxl-9 {
    margin-top: 2.25rem !important;
  }
  .mt-xxl-10 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-11 {
    margin-top: 3rem !important;
  }
  .mt-xxl-12 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-13 {
    margin-top: 4rem !important;
  }
  .mt-xxl-14 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-15 {
    margin-top: 5rem !important;
  }
  .mt-xxl-16 {
    margin-top: 6rem !important;
  }
  .mt-xxl-17 {
    margin-top: 7rem !important;
  }
  .mt-xxl-18 {
    margin-top: 8rem !important;
  }
  .mt-xxl-19 {
    margin-top: 9rem !important;
  }
  .mt-xxl-20 {
    margin-top: 10rem !important;
  }
  .mt-xxl-21 {
    margin-top: 12.5rem !important;
  }
  .mt-xxl-22 {
    margin-top: 15rem !important;
  }
  .mt-xxl-23 {
    margin-top: 17.5rem !important;
  }
  .mt-xxl-24 {
    margin-top: 20rem !important;
  }
  .mt-xxl-25 {
    margin-top: 22.5rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-14 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-16 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-17 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-18 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-19 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-21 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xxl-22 {
    margin-bottom: 15rem !important;
  }
  .mb-xxl-23 {
    margin-bottom: 17.5rem !important;
  }
  .mb-xxl-24 {
    margin-bottom: 20rem !important;
  }
  .mb-xxl-25 {
    margin-bottom: 22.5rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .mr-xxl-0 {
    margin-right: 0 !important;
  }
  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xxl-3 {
    margin-right: 0.75rem !important;
  }
  .mr-xxl-4 {
    margin-right: 1rem !important;
  }
  .mr-xxl-5 {
    margin-right: 1.25rem !important;
  }
  .mr-xxl-6 {
    margin-right: 1.5rem !important;
  }
  .mr-xxl-7 {
    margin-right: 1.75rem !important;
  }
  .mr-xxl-8 {
    margin-right: 2rem !important;
  }
  .mr-xxl-9 {
    margin-right: 2.25rem !important;
  }
  .mr-xxl-10 {
    margin-right: 2.5rem !important;
  }
  .mr-xxl-11 {
    margin-right: 3rem !important;
  }
  .mr-xxl-12 {
    margin-right: 3.5rem !important;
  }
  .mr-xxl-13 {
    margin-right: 4rem !important;
  }
  .mr-xxl-14 {
    margin-right: 4.5rem !important;
  }
  .mr-xxl-15 {
    margin-right: 5rem !important;
  }
  .mr-xxl-16 {
    margin-right: 6rem !important;
  }
  .mr-xxl-17 {
    margin-right: 7rem !important;
  }
  .mr-xxl-18 {
    margin-right: 8rem !important;
  }
  .mr-xxl-19 {
    margin-right: 9rem !important;
  }
  .mr-xxl-20 {
    margin-right: 10rem !important;
  }
  .mr-xxl-21 {
    margin-right: 12.5rem !important;
  }
  .mr-xxl-22 {
    margin-right: 15rem !important;
  }
  .mr-xxl-23 {
    margin-right: 17.5rem !important;
  }
  .mr-xxl-24 {
    margin-right: 20rem !important;
  }
  .mr-xxl-25 {
    margin-right: 22.5rem !important;
  }
  .mr-xxl-auto {
    margin-right: auto !important;
  }
  .mr-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mr-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mr-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mr-xxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .mr-xxl-4 {
    margin-bottom: 1rem !important;
  }
  .mr-xxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .mr-xxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .mr-xxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .mr-xxl-8 {
    margin-bottom: 2rem !important;
  }
  .mr-xxl-9 {
    margin-bottom: 2.25rem !important;
  }
  .mr-xxl-10 {
    margin-bottom: 2.5rem !important;
  }
  .mr-xxl-11 {
    margin-bottom: 3rem !important;
  }
  .mr-xxl-12 {
    margin-bottom: 3.5rem !important;
  }
  .mr-xxl-13 {
    margin-bottom: 4rem !important;
  }
  .mr-xxl-14 {
    margin-bottom: 4.5rem !important;
  }
  .mr-xxl-15 {
    margin-bottom: 5rem !important;
  }
  .mr-xxl-16 {
    margin-bottom: 6rem !important;
  }
  .mr-xxl-17 {
    margin-bottom: 7rem !important;
  }
  .mr-xxl-18 {
    margin-bottom: 8rem !important;
  }
  .mr-xxl-19 {
    margin-bottom: 9rem !important;
  }
  .mr-xxl-20 {
    margin-bottom: 10rem !important;
  }
  .mr-xxl-21 {
    margin-bottom: 12.5rem !important;
  }
  .mr-xxl-22 {
    margin-bottom: 15rem !important;
  }
  .mr-xxl-23 {
    margin-bottom: 17.5rem !important;
  }
  .mr-xxl-24 {
    margin-bottom: 20rem !important;
  }
  .mr-xxl-25 {
    margin-bottom: 22.5rem !important;
  }
  .mr-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-0 {
    margin-left: 0 !important;
  }
  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xxl-3 {
    margin-left: 0.75rem !important;
  }
  .ml-xxl-4 {
    margin-left: 1rem !important;
  }
  .ml-xxl-5 {
    margin-left: 1.25rem !important;
  }
  .ml-xxl-6 {
    margin-left: 1.5rem !important;
  }
  .ml-xxl-7 {
    margin-left: 1.75rem !important;
  }
  .ml-xxl-8 {
    margin-left: 2rem !important;
  }
  .ml-xxl-9 {
    margin-left: 2.25rem !important;
  }
  .ml-xxl-10 {
    margin-left: 2.5rem !important;
  }
  .ml-xxl-11 {
    margin-left: 3rem !important;
  }
  .ml-xxl-12 {
    margin-left: 3.5rem !important;
  }
  .ml-xxl-13 {
    margin-left: 4rem !important;
  }
  .ml-xxl-14 {
    margin-left: 4.5rem !important;
  }
  .ml-xxl-15 {
    margin-left: 5rem !important;
  }
  .ml-xxl-16 {
    margin-left: 6rem !important;
  }
  .ml-xxl-17 {
    margin-left: 7rem !important;
  }
  .ml-xxl-18 {
    margin-left: 8rem !important;
  }
  .ml-xxl-19 {
    margin-left: 9rem !important;
  }
  .ml-xxl-20 {
    margin-left: 10rem !important;
  }
  .ml-xxl-21 {
    margin-left: 12.5rem !important;
  }
  .ml-xxl-22 {
    margin-left: 15rem !important;
  }
  .ml-xxl-23 {
    margin-left: 17.5rem !important;
  }
  .ml-xxl-24 {
    margin-left: 20rem !important;
  }
  .ml-xxl-25 {
    margin-left: 22.5rem !important;
  }
  .ml-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -0.75rem !important;
  }
  .m-xxl-n4 {
    margin: -1rem !important;
  }
  .m-xxl-n5 {
    margin: -1.25rem !important;
  }
  .m-xxl-n6 {
    margin: -1.5rem !important;
  }
  .m-xxl-n7 {
    margin: -1.75rem !important;
  }
  .m-xxl-n8 {
    margin: -2rem !important;
  }
  .m-xxl-n9 {
    margin: -2.25rem !important;
  }
  .m-xxl-n10 {
    margin: -2.5rem !important;
  }
  .m-xxl-n11 {
    margin: -3rem !important;
  }
  .m-xxl-n12 {
    margin: -3.5rem !important;
  }
  .m-xxl-n13 {
    margin: -4rem !important;
  }
  .m-xxl-n14 {
    margin: -4.5rem !important;
  }
  .m-xxl-n15 {
    margin: -5rem !important;
  }
  .m-xxl-n16 {
    margin: -6rem !important;
  }
  .m-xxl-n17 {
    margin: -7rem !important;
  }
  .m-xxl-n18 {
    margin: -8rem !important;
  }
  .m-xxl-n19 {
    margin: -9rem !important;
  }
  .m-xxl-n20 {
    margin: -10rem !important;
  }
  .m-xxl-n21 {
    margin: -12.5rem !important;
  }
  .m-xxl-n22 {
    margin: -15rem !important;
  }
  .m-xxl-n23 {
    margin: -17.5rem !important;
  }
  .m-xxl-n24 {
    margin: -20rem !important;
  }
  .m-xxl-n25 {
    margin: -22.5rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-xxl-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxl-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-xxl-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xxl-n11 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n12 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xxl-n13 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxl-n14 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xxl-n15 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxl-n16 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxl-n17 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xxl-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxl-n19 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xxl-n20 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxl-n21 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-xxl-n22 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-xxl-n23 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }
  .mx-xxl-n24 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-xxl-n25 {
    margin-right: -22.5rem !important;
    margin-left: -22.5rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xxl-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-xxl-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxl-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-xxl-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xxl-n11 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n12 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xxl-n13 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxl-n14 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xxl-n15 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxl-n16 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxl-n17 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xxl-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxl-n19 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xxl-n20 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxl-n21 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-xxl-n22 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-xxl-n23 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }
  .my-xxl-n24 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-xxl-n25 {
    margin-top: -22.5rem !important;
    margin-bottom: -22.5rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -1.25rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -1.75rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -2rem !important;
  }
  .mt-xxl-n9 {
    margin-top: -2.25rem !important;
  }
  .mt-xxl-n10 {
    margin-top: -2.5rem !important;
  }
  .mt-xxl-n11 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n12 {
    margin-top: -3.5rem !important;
  }
  .mt-xxl-n13 {
    margin-top: -4rem !important;
  }
  .mt-xxl-n14 {
    margin-top: -4.5rem !important;
  }
  .mt-xxl-n15 {
    margin-top: -5rem !important;
  }
  .mt-xxl-n16 {
    margin-top: -6rem !important;
  }
  .mt-xxl-n17 {
    margin-top: -7rem !important;
  }
  .mt-xxl-n18 {
    margin-top: -8rem !important;
  }
  .mt-xxl-n19 {
    margin-top: -9rem !important;
  }
  .mt-xxl-n20 {
    margin-top: -10rem !important;
  }
  .mt-xxl-n21 {
    margin-top: -12.5rem !important;
  }
  .mt-xxl-n22 {
    margin-top: -15rem !important;
  }
  .mt-xxl-n23 {
    margin-top: -17.5rem !important;
  }
  .mt-xxl-n24 {
    margin-top: -20rem !important;
  }
  .mt-xxl-n25 {
    margin-top: -22.5rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -2rem !important;
  }
  .mb-xxl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xxl-n11 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n12 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xxl-n13 {
    margin-bottom: -4rem !important;
  }
  .mb-xxl-n14 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xxl-n15 {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n16 {
    margin-bottom: -6rem !important;
  }
  .mb-xxl-n17 {
    margin-bottom: -7rem !important;
  }
  .mb-xxl-n18 {
    margin-bottom: -8rem !important;
  }
  .mb-xxl-n19 {
    margin-bottom: -9rem !important;
  }
  .mb-xxl-n20 {
    margin-bottom: -10rem !important;
  }
  .mb-xxl-n21 {
    margin-bottom: -12.5rem !important;
  }
  .mb-xxl-n22 {
    margin-bottom: -15rem !important;
  }
  .mb-xxl-n23 {
    margin-bottom: -17.5rem !important;
  }
  .mb-xxl-n24 {
    margin-bottom: -20rem !important;
  }
  .mb-xxl-n25 {
    margin-bottom: -22.5rem !important;
  }
  .mr-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-xxl-n3 {
    margin-right: -0.75rem !important;
  }
  .mr-xxl-n4 {
    margin-right: -1rem !important;
  }
  .mr-xxl-n5 {
    margin-right: -1.25rem !important;
  }
  .mr-xxl-n6 {
    margin-right: -1.5rem !important;
  }
  .mr-xxl-n7 {
    margin-right: -1.75rem !important;
  }
  .mr-xxl-n8 {
    margin-right: -2rem !important;
  }
  .mr-xxl-n9 {
    margin-right: -2.25rem !important;
  }
  .mr-xxl-n10 {
    margin-right: -2.5rem !important;
  }
  .mr-xxl-n11 {
    margin-right: -3rem !important;
  }
  .mr-xxl-n12 {
    margin-right: -3.5rem !important;
  }
  .mr-xxl-n13 {
    margin-right: -4rem !important;
  }
  .mr-xxl-n14 {
    margin-right: -4.5rem !important;
  }
  .mr-xxl-n15 {
    margin-right: -5rem !important;
  }
  .mr-xxl-n16 {
    margin-right: -6rem !important;
  }
  .mr-xxl-n17 {
    margin-right: -7rem !important;
  }
  .mr-xxl-n18 {
    margin-right: -8rem !important;
  }
  .mr-xxl-n19 {
    margin-right: -9rem !important;
  }
  .mr-xxl-n20 {
    margin-right: -10rem !important;
  }
  .mr-xxl-n21 {
    margin-right: -12.5rem !important;
  }
  .mr-xxl-n22 {
    margin-right: -15rem !important;
  }
  .mr-xxl-n23 {
    margin-right: -17.5rem !important;
  }
  .mr-xxl-n24 {
    margin-right: -20rem !important;
  }
  .mr-xxl-n25 {
    margin-right: -22.5rem !important;
  }
  .mr-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mr-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mr-xxl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mr-xxl-n4 {
    margin-bottom: -1rem !important;
  }
  .mr-xxl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mr-xxl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mr-xxl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .mr-xxl-n8 {
    margin-bottom: -2rem !important;
  }
  .mr-xxl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .mr-xxl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .mr-xxl-n11 {
    margin-bottom: -3rem !important;
  }
  .mr-xxl-n12 {
    margin-bottom: -3.5rem !important;
  }
  .mr-xxl-n13 {
    margin-bottom: -4rem !important;
  }
  .mr-xxl-n14 {
    margin-bottom: -4.5rem !important;
  }
  .mr-xxl-n15 {
    margin-bottom: -5rem !important;
  }
  .mr-xxl-n16 {
    margin-bottom: -6rem !important;
  }
  .mr-xxl-n17 {
    margin-bottom: -7rem !important;
  }
  .mr-xxl-n18 {
    margin-bottom: -8rem !important;
  }
  .mr-xxl-n19 {
    margin-bottom: -9rem !important;
  }
  .mr-xxl-n20 {
    margin-bottom: -10rem !important;
  }
  .mr-xxl-n21 {
    margin-bottom: -12.5rem !important;
  }
  .mr-xxl-n22 {
    margin-bottom: -15rem !important;
  }
  .mr-xxl-n23 {
    margin-bottom: -17.5rem !important;
  }
  .mr-xxl-n24 {
    margin-bottom: -20rem !important;
  }
  .mr-xxl-n25 {
    margin-bottom: -22.5rem !important;
  }
  .ml-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-xxl-n3 {
    margin-left: -0.75rem !important;
  }
  .ml-xxl-n4 {
    margin-left: -1rem !important;
  }
  .ml-xxl-n5 {
    margin-left: -1.25rem !important;
  }
  .ml-xxl-n6 {
    margin-left: -1.5rem !important;
  }
  .ml-xxl-n7 {
    margin-left: -1.75rem !important;
  }
  .ml-xxl-n8 {
    margin-left: -2rem !important;
  }
  .ml-xxl-n9 {
    margin-left: -2.25rem !important;
  }
  .ml-xxl-n10 {
    margin-left: -2.5rem !important;
  }
  .ml-xxl-n11 {
    margin-left: -3rem !important;
  }
  .ml-xxl-n12 {
    margin-left: -3.5rem !important;
  }
  .ml-xxl-n13 {
    margin-left: -4rem !important;
  }
  .ml-xxl-n14 {
    margin-left: -4.5rem !important;
  }
  .ml-xxl-n15 {
    margin-left: -5rem !important;
  }
  .ml-xxl-n16 {
    margin-left: -6rem !important;
  }
  .ml-xxl-n17 {
    margin-left: -7rem !important;
  }
  .ml-xxl-n18 {
    margin-left: -8rem !important;
  }
  .ml-xxl-n19 {
    margin-left: -9rem !important;
  }
  .ml-xxl-n20 {
    margin-left: -10rem !important;
  }
  .ml-xxl-n21 {
    margin-left: -12.5rem !important;
  }
  .ml-xxl-n22 {
    margin-left: -15rem !important;
  }
  .ml-xxl-n23 {
    margin-left: -17.5rem !important;
  }
  .ml-xxl-n24 {
    margin-left: -20rem !important;
  }
  .ml-xxl-n25 {
    margin-left: -22.5rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 0.75rem !important;
  }
  .p-xxl-4 {
    padding: 1rem !important;
  }
  .p-xxl-5 {
    padding: 1.25rem !important;
  }
  .p-xxl-6 {
    padding: 1.5rem !important;
  }
  .p-xxl-7 {
    padding: 1.75rem !important;
  }
  .p-xxl-8 {
    padding: 2rem !important;
  }
  .p-xxl-9 {
    padding: 2.25rem !important;
  }
  .p-xxl-10 {
    padding: 2.5rem !important;
  }
  .p-xxl-11 {
    padding: 3rem !important;
  }
  .p-xxl-12 {
    padding: 3.5rem !important;
  }
  .p-xxl-13 {
    padding: 4rem !important;
  }
  .p-xxl-14 {
    padding: 4.5rem !important;
  }
  .p-xxl-15 {
    padding: 5rem !important;
  }
  .p-xxl-16 {
    padding: 6rem !important;
  }
  .p-xxl-17 {
    padding: 7rem !important;
  }
  .p-xxl-18 {
    padding: 8rem !important;
  }
  .p-xxl-19 {
    padding: 9rem !important;
  }
  .p-xxl-20 {
    padding: 10rem !important;
  }
  .p-xxl-21 {
    padding: 12.5rem !important;
  }
  .p-xxl-22 {
    padding: 15rem !important;
  }
  .p-xxl-23 {
    padding: 17.5rem !important;
  }
  .p-xxl-24 {
    padding: 20rem !important;
  }
  .p-xxl-25 {
    padding: 22.5rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xxl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xxl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xxl-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-11 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-12 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxl-13 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-14 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxl-15 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-16 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-17 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxl-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-19 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxl-20 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-21 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-xxl-22 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xxl-23 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-xxl-24 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xxl-25 {
    padding-right: 22.5rem !important;
    padding-left: 22.5rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xxl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xxl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xxl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-11 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-12 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-13 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-14 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-15 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-16 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-17 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxl-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-19 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-20 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-21 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-xxl-22 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xxl-23 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-xxl-24 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xxl-25 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 0.75rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1rem !important;
  }
  .pt-xxl-5 {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-6 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 1.75rem !important;
  }
  .pt-xxl-8 {
    padding-top: 2rem !important;
  }
  .pt-xxl-9 {
    padding-top: 2.25rem !important;
  }
  .pt-xxl-10 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-11 {
    padding-top: 3rem !important;
  }
  .pt-xxl-12 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-13 {
    padding-top: 4rem !important;
  }
  .pt-xxl-14 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-15 {
    padding-top: 5rem !important;
  }
  .pt-xxl-16 {
    padding-top: 6rem !important;
  }
  .pt-xxl-17 {
    padding-top: 7rem !important;
  }
  .pt-xxl-18 {
    padding-top: 8rem !important;
  }
  .pt-xxl-19 {
    padding-top: 9rem !important;
  }
  .pt-xxl-20 {
    padding-top: 10rem !important;
  }
  .pt-xxl-21 {
    padding-top: 12.5rem !important;
  }
  .pt-xxl-22 {
    padding-top: 15rem !important;
  }
  .pt-xxl-23 {
    padding-top: 17.5rem !important;
  }
  .pt-xxl-24 {
    padding-top: 20rem !important;
  }
  .pt-xxl-25 {
    padding-top: 22.5rem !important;
  }
  .pr-xxl-0 {
    padding-right: 0 !important;
  }
  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xxl-3 {
    padding-right: 0.75rem !important;
  }
  .pr-xxl-4 {
    padding-right: 1rem !important;
  }
  .pr-xxl-5 {
    padding-right: 1.25rem !important;
  }
  .pr-xxl-6 {
    padding-right: 1.5rem !important;
  }
  .pr-xxl-7 {
    padding-right: 1.75rem !important;
  }
  .pr-xxl-8 {
    padding-right: 2rem !important;
  }
  .pr-xxl-9 {
    padding-right: 2.25rem !important;
  }
  .pr-xxl-10 {
    padding-right: 2.5rem !important;
  }
  .pr-xxl-11 {
    padding-right: 3rem !important;
  }
  .pr-xxl-12 {
    padding-right: 3.5rem !important;
  }
  .pr-xxl-13 {
    padding-right: 4rem !important;
  }
  .pr-xxl-14 {
    padding-right: 4.5rem !important;
  }
  .pr-xxl-15 {
    padding-right: 5rem !important;
  }
  .pr-xxl-16 {
    padding-right: 6rem !important;
  }
  .pr-xxl-17 {
    padding-right: 7rem !important;
  }
  .pr-xxl-18 {
    padding-right: 8rem !important;
  }
  .pr-xxl-19 {
    padding-right: 9rem !important;
  }
  .pr-xxl-20 {
    padding-right: 10rem !important;
  }
  .pr-xxl-21 {
    padding-right: 12.5rem !important;
  }
  .pr-xxl-22 {
    padding-right: 15rem !important;
  }
  .pr-xxl-23 {
    padding-right: 17.5rem !important;
  }
  .pr-xxl-24 {
    padding-right: 20rem !important;
  }
  .pr-xxl-25 {
    padding-right: 22.5rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-13 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-14 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-16 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-17 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-18 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-19 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-21 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xxl-22 {
    padding-bottom: 15rem !important;
  }
  .pb-xxl-23 {
    padding-bottom: 17.5rem !important;
  }
  .pb-xxl-24 {
    padding-bottom: 20rem !important;
  }
  .pb-xxl-25 {
    padding-bottom: 22.5rem !important;
  }
  .pl-xxl-0 {
    padding-left: 0 !important;
  }
  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xxl-3 {
    padding-left: 0.75rem !important;
  }
  .pl-xxl-4 {
    padding-left: 1rem !important;
  }
  .pl-xxl-5 {
    padding-left: 1.25rem !important;
  }
  .pl-xxl-6 {
    padding-left: 1.5rem !important;
  }
  .pl-xxl-7 {
    padding-left: 1.75rem !important;
  }
  .pl-xxl-8 {
    padding-left: 2rem !important;
  }
  .pl-xxl-9 {
    padding-left: 2.25rem !important;
  }
  .pl-xxl-10 {
    padding-left: 2.5rem !important;
  }
  .pl-xxl-11 {
    padding-left: 3rem !important;
  }
  .pl-xxl-12 {
    padding-left: 3.5rem !important;
  }
  .pl-xxl-13 {
    padding-left: 4rem !important;
  }
  .pl-xxl-14 {
    padding-left: 4.5rem !important;
  }
  .pl-xxl-15 {
    padding-left: 5rem !important;
  }
  .pl-xxl-16 {
    padding-left: 6rem !important;
  }
  .pl-xxl-17 {
    padding-left: 7rem !important;
  }
  .pl-xxl-18 {
    padding-left: 8rem !important;
  }
  .pl-xxl-19 {
    padding-left: 9rem !important;
  }
  .pl-xxl-20 {
    padding-left: 10rem !important;
  }
  .pl-xxl-21 {
    padding-left: 12.5rem !important;
  }
  .pl-xxl-22 {
    padding-left: 15rem !important;
  }
  .pl-xxl-23 {
    padding-left: 17.5rem !important;
  }
  .pl-xxl-24 {
    padding-left: 20rem !important;
  }
  .pl-xxl-25 {
    padding-left: 22.5rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 0.75rem !important;
  }
  .gap-xxl-4 {
    gap: 1rem !important;
  }
  .gap-xxl-5 {
    gap: 1.25rem !important;
  }
  .gap-xxl-6 {
    gap: 1.5rem !important;
  }
  .gap-xxl-7 {
    gap: 1.75rem !important;
  }
  .gap-xxl-8 {
    gap: 2rem !important;
  }
  .gap-xxl-9 {
    gap: 2.25rem !important;
  }
  .gap-xxl-10 {
    gap: 2.5rem !important;
  }
  .gap-xxl-11 {
    gap: 3rem !important;
  }
  .gap-xxl-12 {
    gap: 3.5rem !important;
  }
  .gap-xxl-13 {
    gap: 4rem !important;
  }
  .gap-xxl-14 {
    gap: 4.5rem !important;
  }
  .gap-xxl-15 {
    gap: 5rem !important;
  }
  .gap-xxl-16 {
    gap: 6rem !important;
  }
  .gap-xxl-17 {
    gap: 7rem !important;
  }
  .gap-xxl-18 {
    gap: 8rem !important;
  }
  .gap-xxl-19 {
    gap: 9rem !important;
  }
  .gap-xxl-20 {
    gap: 10rem !important;
  }
  .gap-xxl-21 {
    gap: 12.5rem !important;
  }
  .gap-xxl-22 {
    gap: 15rem !important;
  }
  .gap-xxl-23 {
    gap: 17.5rem !important;
  }
  .gap-xxl-24 {
    gap: 20rem !important;
  }
  .gap-xxl-25 {
    gap: 22.5rem !important;
  }
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.fs-1 {
  font-size: 0.05rem !important;
}
.fs-2 {
  font-size: 0.1rem !important;
}
.fs-3 {
  font-size: 0.15rem !important;
}
.fs-4 {
  font-size: 0.2rem !important;
}
.fs-5 {
  font-size: 0.25rem !important;
}
.fs-6 {
  font-size: 0.3rem !important;
}
.fs-7 {
  font-size: 0.35rem !important;
}
.fs-8 {
  font-size: 0.4rem !important;
}
.fs-9 {
  font-size: 0.45rem !important;
}
.fs-10 {
  font-size: 0.5rem !important;
}
.fs-11 {
  font-size: 0.55rem !important;
}
.fs-12 {
  font-size: 0.6rem !important;
}
.fs-13 {
  font-size: 0.65rem !important;
}
.fs-14 {
  font-size: 0.7rem !important;
}
.fs-15 {
  font-size: 0.75rem !important;
}
.fs-16 {
  font-size: 0.8rem !important;
}
.fs-17 {
  font-size: 0.85rem !important;
}
.fs-18 {
  font-size: 0.9rem !important;
}
.fs-19 {
  font-size: 0.95rem !important;
}
.fs-20 {
  font-size: 1rem !important;
}
.fs-21 {
  font-size: 1.05rem !important;
}
.fs-22 {
  font-size: 1.1rem !important;
}
.fs-23 {
  font-size: 1.15rem !important;
}
.fs-24 {
  font-size: 1.2rem !important;
}
.fs-25 {
  font-size: 1.25rem !important;
}
.fs-26 {
  font-size: calc(1.255rem + 0.06vw) !important;
}
@media (min-width: 1200px) {
  .fs-26 {
    font-size: 1.3rem !important;
  }
}
.fs-27 {
  font-size: calc(1.26rem + 0.12vw) !important;
}
@media (min-width: 1200px) {
  .fs-27 {
    font-size: 1.35rem !important;
  }
}
.fs-28 {
  font-size: calc(1.265rem + 0.18vw) !important;
}
@media (min-width: 1200px) {
  .fs-28 {
    font-size: 1.4rem !important;
  }
}
.fs-29 {
  font-size: calc(1.27rem + 0.24vw) !important;
}
@media (min-width: 1200px) {
  .fs-29 {
    font-size: 1.45rem !important;
  }
}
.fs-30 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .fs-30 {
    font-size: 1.5rem !important;
  }
}
.fs-31 {
  font-size: calc(1.28rem + 0.36vw) !important;
}
@media (min-width: 1200px) {
  .fs-31 {
    font-size: 1.55rem !important;
  }
}
.fs-32 {
  font-size: calc(1.285rem + 0.42vw) !important;
}
@media (min-width: 1200px) {
  .fs-32 {
    font-size: 1.6rem !important;
  }
}
.fs-33 {
  font-size: calc(1.29rem + 0.48vw) !important;
}
@media (min-width: 1200px) {
  .fs-33 {
    font-size: 1.65rem !important;
  }
}
.fs-34 {
  font-size: calc(1.295rem + 0.54vw) !important;
}
@media (min-width: 1200px) {
  .fs-34 {
    font-size: 1.7rem !important;
  }
}
.fs-35 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
@media (min-width: 1200px) {
  .fs-35 {
    font-size: 1.75rem !important;
  }
}
.fs-36 {
  font-size: calc(1.305rem + 0.66vw) !important;
}
@media (min-width: 1200px) {
  .fs-36 {
    font-size: 1.8rem !important;
  }
}
.fs-37 {
  font-size: calc(1.31rem + 0.72vw) !important;
}
@media (min-width: 1200px) {
  .fs-37 {
    font-size: 1.85rem !important;
  }
}
.fs-38 {
  font-size: calc(1.315rem + 0.78vw) !important;
}
@media (min-width: 1200px) {
  .fs-38 {
    font-size: 1.9rem !important;
  }
}
.fs-39 {
  font-size: calc(1.32rem + 0.84vw) !important;
}
@media (min-width: 1200px) {
  .fs-39 {
    font-size: 1.95rem !important;
  }
}
.fs-40 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .fs-40 {
    font-size: 2rem !important;
  }
}
.fs-41 {
  font-size: calc(1.33rem + 0.96vw) !important;
}
@media (min-width: 1200px) {
  .fs-41 {
    font-size: 2.05rem !important;
  }
}
.fs-42 {
  font-size: calc(1.335rem + 1.02vw) !important;
}
@media (min-width: 1200px) {
  .fs-42 {
    font-size: 2.1rem !important;
  }
}
.fs-43 {
  font-size: calc(1.34rem + 1.08vw) !important;
}
@media (min-width: 1200px) {
  .fs-43 {
    font-size: 2.15rem !important;
  }
}
.fs-44 {
  font-size: calc(1.345rem + 1.14vw) !important;
}
@media (min-width: 1200px) {
  .fs-44 {
    font-size: 2.2rem !important;
  }
}
.fs-45 {
  font-size: calc(1.35rem + 1.2vw) !important;
}
@media (min-width: 1200px) {
  .fs-45 {
    font-size: 2.25rem !important;
  }
}
.fs-46 {
  font-size: calc(1.355rem + 1.26vw) !important;
}
@media (min-width: 1200px) {
  .fs-46 {
    font-size: 2.3rem !important;
  }
}
.fs-47 {
  font-size: calc(1.36rem + 1.32vw) !important;
}
@media (min-width: 1200px) {
  .fs-47 {
    font-size: 2.35rem !important;
  }
}
.fs-48 {
  font-size: calc(1.365rem + 1.38vw) !important;
}
@media (min-width: 1200px) {
  .fs-48 {
    font-size: 2.4rem !important;
  }
}
.fs-49 {
  font-size: calc(1.37rem + 1.44vw) !important;
}
@media (min-width: 1200px) {
  .fs-49 {
    font-size: 2.45rem !important;
  }
}
.fs-50 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .fs-50 {
    font-size: 2.5rem !important;
  }
}
.fs-51 {
  font-size: calc(1.38rem + 1.56vw) !important;
}
@media (min-width: 1200px) {
  .fs-51 {
    font-size: 2.55rem !important;
  }
}
.fs-52 {
  font-size: calc(1.385rem + 1.62vw) !important;
}
@media (min-width: 1200px) {
  .fs-52 {
    font-size: 2.6rem !important;
  }
}
.fs-53 {
  font-size: calc(1.39rem + 1.68vw) !important;
}
@media (min-width: 1200px) {
  .fs-53 {
    font-size: 2.65rem !important;
  }
}
.fs-54 {
  font-size: calc(1.395rem + 1.74vw) !important;
}
@media (min-width: 1200px) {
  .fs-54 {
    font-size: 2.7rem !important;
  }
}
.fs-55 {
  font-size: calc(1.4rem + 1.8vw) !important;
}
@media (min-width: 1200px) {
  .fs-55 {
    font-size: 2.75rem !important;
  }
}
.fs-56 {
  font-size: calc(1.405rem + 1.86vw) !important;
}
@media (min-width: 1200px) {
  .fs-56 {
    font-size: 2.8rem !important;
  }
}
.fs-57 {
  font-size: calc(1.41rem + 1.92vw) !important;
}
@media (min-width: 1200px) {
  .fs-57 {
    font-size: 2.85rem !important;
  }
}
.fs-58 {
  font-size: calc(1.415rem + 1.98vw) !important;
}
@media (min-width: 1200px) {
  .fs-58 {
    font-size: 2.9rem !important;
  }
}
.fs-59 {
  font-size: calc(1.42rem + 2.04vw) !important;
}
@media (min-width: 1200px) {
  .fs-59 {
    font-size: 2.95rem !important;
  }
}
.fs-60 {
  font-size: calc(1.425rem + 2.1vw) !important;
}
@media (min-width: 1200px) {
  .fs-60 {
    font-size: 3rem !important;
  }
}
.fs-61 {
  font-size: calc(1.43rem + 2.16vw) !important;
}
@media (min-width: 1200px) {
  .fs-61 {
    font-size: 3.05rem !important;
  }
}
.fs-62 {
  font-size: calc(1.435rem + 2.22vw) !important;
}
@media (min-width: 1200px) {
  .fs-62 {
    font-size: 3.1rem !important;
  }
}
.fs-63 {
  font-size: calc(1.44rem + 2.28vw) !important;
}
@media (min-width: 1200px) {
  .fs-63 {
    font-size: 3.15rem !important;
  }
}
.fs-64 {
  font-size: calc(1.445rem + 2.34vw) !important;
}
@media (min-width: 1200px) {
  .fs-64 {
    font-size: 3.2rem !important;
  }
}
.fs-65 {
  font-size: calc(1.45rem + 2.4vw) !important;
}
@media (min-width: 1200px) {
  .fs-65 {
    font-size: 3.25rem !important;
  }
}
.fs-66 {
  font-size: calc(1.455rem + 2.46vw) !important;
}
@media (min-width: 1200px) {
  .fs-66 {
    font-size: 3.3rem !important;
  }
}
.fs-67 {
  font-size: calc(1.46rem + 2.52vw) !important;
}
@media (min-width: 1200px) {
  .fs-67 {
    font-size: 3.35rem !important;
  }
}
.fs-68 {
  font-size: calc(1.465rem + 2.58vw) !important;
}
@media (min-width: 1200px) {
  .fs-68 {
    font-size: 3.4rem !important;
  }
}
.fs-69 {
  font-size: calc(1.47rem + 2.64vw) !important;
}
@media (min-width: 1200px) {
  .fs-69 {
    font-size: 3.45rem !important;
  }
}
.fs-70 {
  font-size: calc(1.475rem + 2.7vw) !important;
}
@media (min-width: 1200px) {
  .fs-70 {
    font-size: 3.5rem !important;
  }
}
.fs-71 {
  font-size: calc(1.48rem + 2.76vw) !important;
}
@media (min-width: 1200px) {
  .fs-71 {
    font-size: 3.55rem !important;
  }
}
.fs-72 {
  font-size: calc(1.485rem + 2.82vw) !important;
}
@media (min-width: 1200px) {
  .fs-72 {
    font-size: 3.6rem !important;
  }
}
.fs-73 {
  font-size: calc(1.49rem + 2.88vw) !important;
}
@media (min-width: 1200px) {
  .fs-73 {
    font-size: 3.65rem !important;
  }
}
.fs-74 {
  font-size: calc(1.495rem + 2.94vw) !important;
}
@media (min-width: 1200px) {
  .fs-74 {
    font-size: 3.7rem !important;
  }
}
.fs-75 {
  font-size: calc(1.5rem + 3vw) !important;
}
@media (min-width: 1200px) {
  .fs-75 {
    font-size: 3.75rem !important;
  }
}
.fs-76 {
  font-size: calc(1.505rem + 3.06vw) !important;
}
@media (min-width: 1200px) {
  .fs-76 {
    font-size: 3.8rem !important;
  }
}
.fs-77 {
  font-size: calc(1.51rem + 3.12vw) !important;
}
@media (min-width: 1200px) {
  .fs-77 {
    font-size: 3.85rem !important;
  }
}
.fs-78 {
  font-size: calc(1.515rem + 3.18vw) !important;
}
@media (min-width: 1200px) {
  .fs-78 {
    font-size: 3.9rem !important;
  }
}
.fs-79 {
  font-size: calc(1.52rem + 3.24vw) !important;
}
@media (min-width: 1200px) {
  .fs-79 {
    font-size: 3.95rem !important;
  }
}
.fs-80 {
  font-size: calc(1.525rem + 3.3vw) !important;
}
@media (min-width: 1200px) {
  .fs-80 {
    font-size: 4rem !important;
  }
}
.fs-81 {
  font-size: calc(1.53rem + 3.36vw) !important;
}
@media (min-width: 1200px) {
  .fs-81 {
    font-size: 4.05rem !important;
  }
}
.fs-82 {
  font-size: calc(1.535rem + 3.42vw) !important;
}
@media (min-width: 1200px) {
  .fs-82 {
    font-size: 4.1rem !important;
  }
}
.fs-83 {
  font-size: calc(1.54rem + 3.48vw) !important;
}
@media (min-width: 1200px) {
  .fs-83 {
    font-size: 4.15rem !important;
  }
}
.fs-84 {
  font-size: calc(1.545rem + 3.54vw) !important;
}
@media (min-width: 1200px) {
  .fs-84 {
    font-size: 4.2rem !important;
  }
}
.fs-85 {
  font-size: calc(1.55rem + 3.6vw) !important;
}
@media (min-width: 1200px) {
  .fs-85 {
    font-size: 4.25rem !important;
  }
}
.fs-86 {
  font-size: calc(1.555rem + 3.66vw) !important;
}
@media (min-width: 1200px) {
  .fs-86 {
    font-size: 4.3rem !important;
  }
}
.fs-87 {
  font-size: calc(1.56rem + 3.72vw) !important;
}
@media (min-width: 1200px) {
  .fs-87 {
    font-size: 4.35rem !important;
  }
}
.fs-88 {
  font-size: calc(1.565rem + 3.78vw) !important;
}
@media (min-width: 1200px) {
  .fs-88 {
    font-size: 4.4rem !important;
  }
}
.fs-89 {
  font-size: calc(1.57rem + 3.84vw) !important;
}
@media (min-width: 1200px) {
  .fs-89 {
    font-size: 4.45rem !important;
  }
}
.fs-90 {
  font-size: calc(1.575rem + 3.9vw) !important;
}
@media (min-width: 1200px) {
  .fs-90 {
    font-size: 4.5rem !important;
  }
}
.fs-91 {
  font-size: calc(1.58rem + 3.96vw) !important;
}
@media (min-width: 1200px) {
  .fs-91 {
    font-size: 4.55rem !important;
  }
}
.fs-92 {
  font-size: calc(1.585rem + 4.02vw) !important;
}
@media (min-width: 1200px) {
  .fs-92 {
    font-size: 4.6rem !important;
  }
}
.fs-93 {
  font-size: calc(1.59rem + 4.08vw) !important;
}
@media (min-width: 1200px) {
  .fs-93 {
    font-size: 4.65rem !important;
  }
}
.fs-94 {
  font-size: calc(1.595rem + 4.14vw) !important;
}
@media (min-width: 1200px) {
  .fs-94 {
    font-size: 4.7rem !important;
  }
}
.fs-95 {
  font-size: calc(1.6rem + 4.2vw) !important;
}
@media (min-width: 1200px) {
  .fs-95 {
    font-size: 4.75rem !important;
  }
}
.fs-96 {
  font-size: calc(1.605rem + 4.26vw) !important;
}
@media (min-width: 1200px) {
  .fs-96 {
    font-size: 4.8rem !important;
  }
}
.fs-97 {
  font-size: calc(1.61rem + 4.32vw) !important;
}
@media (min-width: 1200px) {
  .fs-97 {
    font-size: 4.85rem !important;
  }
}
.fs-98 {
  font-size: calc(1.615rem + 4.38vw) !important;
}
@media (min-width: 1200px) {
  .fs-98 {
    font-size: 4.9rem !important;
  }
}
.fs-99 {
  font-size: calc(1.62rem + 4.44vw) !important;
}
@media (min-width: 1200px) {
  .fs-99 {
    font-size: 4.95rem !important;
  }
}
.fs-100 {
  font-size: calc(1.625rem + 4.5vw) !important;
}
@media (min-width: 1200px) {
  .fs-100 {
    font-size: 5rem !important;
  }
}
.fs-101 {
  font-size: calc(1.63rem + 4.56vw) !important;
}
@media (min-width: 1200px) {
  .fs-101 {
    font-size: 5.05rem !important;
  }
}
.fs-102 {
  font-size: calc(1.635rem + 4.62vw) !important;
}
@media (min-width: 1200px) {
  .fs-102 {
    font-size: 5.1rem !important;
  }
}
.fs-103 {
  font-size: calc(1.64rem + 4.68vw) !important;
}
@media (min-width: 1200px) {
  .fs-103 {
    font-size: 5.15rem !important;
  }
}
.fs-104 {
  font-size: calc(1.645rem + 4.74vw) !important;
}
@media (min-width: 1200px) {
  .fs-104 {
    font-size: 5.2rem !important;
  }
}
.fs-105 {
  font-size: calc(1.65rem + 4.8vw) !important;
}
@media (min-width: 1200px) {
  .fs-105 {
    font-size: 5.25rem !important;
  }
}
.fs-106 {
  font-size: calc(1.655rem + 4.86vw) !important;
}
@media (min-width: 1200px) {
  .fs-106 {
    font-size: 5.3rem !important;
  }
}
.fs-107 {
  font-size: calc(1.66rem + 4.92vw) !important;
}
@media (min-width: 1200px) {
  .fs-107 {
    font-size: 5.35rem !important;
  }
}
.fs-108 {
  font-size: calc(1.665rem + 4.98vw) !important;
}
@media (min-width: 1200px) {
  .fs-108 {
    font-size: 5.4rem !important;
  }
}
.fs-109 {
  font-size: calc(1.67rem + 5.04vw) !important;
}
@media (min-width: 1200px) {
  .fs-109 {
    font-size: 5.45rem !important;
  }
}
.fs-110 {
  font-size: calc(1.675rem + 5.1vw) !important;
}
@media (min-width: 1200px) {
  .fs-110 {
    font-size: 5.5rem !important;
  }
}
.fs-111 {
  font-size: calc(1.68rem + 5.16vw) !important;
}
@media (min-width: 1200px) {
  .fs-111 {
    font-size: 5.55rem !important;
  }
}
.fs-112 {
  font-size: calc(1.685rem + 5.22vw) !important;
}
@media (min-width: 1200px) {
  .fs-112 {
    font-size: 5.6rem !important;
  }
}
.fs-113 {
  font-size: calc(1.69rem + 5.28vw) !important;
}
@media (min-width: 1200px) {
  .fs-113 {
    font-size: 5.65rem !important;
  }
}
.fs-114 {
  font-size: calc(1.695rem + 5.34vw) !important;
}
@media (min-width: 1200px) {
  .fs-114 {
    font-size: 5.7rem !important;
  }
}
.fs-115 {
  font-size: calc(1.7rem + 5.4vw) !important;
}
@media (min-width: 1200px) {
  .fs-115 {
    font-size: 5.75rem !important;
  }
}
.fs-116 {
  font-size: calc(1.705rem + 5.46vw) !important;
}
@media (min-width: 1200px) {
  .fs-116 {
    font-size: 5.8rem !important;
  }
}
.fs-117 {
  font-size: calc(1.71rem + 5.52vw) !important;
}
@media (min-width: 1200px) {
  .fs-117 {
    font-size: 5.85rem !important;
  }
}
.fs-118 {
  font-size: calc(1.715rem + 5.58vw) !important;
}
@media (min-width: 1200px) {
  .fs-118 {
    font-size: 5.9rem !important;
  }
}
.fs-119 {
  font-size: calc(1.72rem + 5.64vw) !important;
}
@media (min-width: 1200px) {
  .fs-119 {
    font-size: 5.95rem !important;
  }
}
.fs-120 {
  font-size: calc(1.725rem + 5.7vw) !important;
}
@media (min-width: 1200px) {
  .fs-120 {
    font-size: 6rem !important;
  }
}
.fs-121 {
  font-size: calc(1.73rem + 5.76vw) !important;
}
@media (min-width: 1200px) {
  .fs-121 {
    font-size: 6.05rem !important;
  }
}
.fs-122 {
  font-size: calc(1.735rem + 5.82vw) !important;
}
@media (min-width: 1200px) {
  .fs-122 {
    font-size: 6.1rem !important;
  }
}
.fs-123 {
  font-size: calc(1.74rem + 5.88vw) !important;
}
@media (min-width: 1200px) {
  .fs-123 {
    font-size: 6.15rem !important;
  }
}
.fs-124 {
  font-size: calc(1.745rem + 5.94vw) !important;
}
@media (min-width: 1200px) {
  .fs-124 {
    font-size: 6.2rem !important;
  }
}
.fs-125 {
  font-size: calc(1.75rem + 6vw) !important;
}
@media (min-width: 1200px) {
  .fs-125 {
    font-size: 6.25rem !important;
  }
}
.fs-126 {
  font-size: calc(1.755rem + 6.06vw) !important;
}
@media (min-width: 1200px) {
  .fs-126 {
    font-size: 6.3rem !important;
  }
}
.fs-127 {
  font-size: calc(1.76rem + 6.12vw) !important;
}
@media (min-width: 1200px) {
  .fs-127 {
    font-size: 6.35rem !important;
  }
}
.fs-128 {
  font-size: calc(1.765rem + 6.18vw) !important;
}
@media (min-width: 1200px) {
  .fs-128 {
    font-size: 6.4rem !important;
  }
}
.fs-129 {
  font-size: calc(1.77rem + 6.24vw) !important;
}
@media (min-width: 1200px) {
  .fs-129 {
    font-size: 6.45rem !important;
  }
}
.fs-130 {
  font-size: calc(1.775rem + 6.3vw) !important;
}
@media (min-width: 1200px) {
  .fs-130 {
    font-size: 6.5rem !important;
  }
}
.fs-131 {
  font-size: calc(1.78rem + 6.36vw) !important;
}
@media (min-width: 1200px) {
  .fs-131 {
    font-size: 6.55rem !important;
  }
}
.fs-132 {
  font-size: calc(1.785rem + 6.42vw) !important;
}
@media (min-width: 1200px) {
  .fs-132 {
    font-size: 6.6rem !important;
  }
}
.fs-133 {
  font-size: calc(1.79rem + 6.48vw) !important;
}
@media (min-width: 1200px) {
  .fs-133 {
    font-size: 6.65rem !important;
  }
}
.fs-134 {
  font-size: calc(1.795rem + 6.54vw) !important;
}
@media (min-width: 1200px) {
  .fs-134 {
    font-size: 6.7rem !important;
  }
}
.fs-135 {
  font-size: calc(1.8rem + 6.6vw) !important;
}
@media (min-width: 1200px) {
  .fs-135 {
    font-size: 6.75rem !important;
  }
}
.fs-136 {
  font-size: calc(1.805rem + 6.66vw) !important;
}
@media (min-width: 1200px) {
  .fs-136 {
    font-size: 6.8rem !important;
  }
}
.fs-137 {
  font-size: calc(1.81rem + 6.72vw) !important;
}
@media (min-width: 1200px) {
  .fs-137 {
    font-size: 6.85rem !important;
  }
}
.fs-138 {
  font-size: calc(1.815rem + 6.78vw) !important;
}
@media (min-width: 1200px) {
  .fs-138 {
    font-size: 6.9rem !important;
  }
}
.fs-139 {
  font-size: calc(1.82rem + 6.84vw) !important;
}
@media (min-width: 1200px) {
  .fs-139 {
    font-size: 6.95rem !important;
  }
}
.fs-140 {
  font-size: calc(1.825rem + 6.9vw) !important;
}
@media (min-width: 1200px) {
  .fs-140 {
    font-size: 7rem !important;
  }
}
.fs-141 {
  font-size: calc(1.83rem + 6.96vw) !important;
}
@media (min-width: 1200px) {
  .fs-141 {
    font-size: 7.05rem !important;
  }
}
.fs-142 {
  font-size: calc(1.835rem + 7.02vw) !important;
}
@media (min-width: 1200px) {
  .fs-142 {
    font-size: 7.1rem !important;
  }
}
.fs-143 {
  font-size: calc(1.84rem + 7.08vw) !important;
}
@media (min-width: 1200px) {
  .fs-143 {
    font-size: 7.15rem !important;
  }
}
.fs-144 {
  font-size: calc(1.845rem + 7.14vw) !important;
}
@media (min-width: 1200px) {
  .fs-144 {
    font-size: 7.2rem !important;
  }
}
.fs-145 {
  font-size: calc(1.85rem + 7.2vw) !important;
}
@media (min-width: 1200px) {
  .fs-145 {
    font-size: 7.25rem !important;
  }
}
.fs-146 {
  font-size: calc(1.855rem + 7.26vw) !important;
}
@media (min-width: 1200px) {
  .fs-146 {
    font-size: 7.3rem !important;
  }
}
.fs-147 {
  font-size: calc(1.86rem + 7.32vw) !important;
}
@media (min-width: 1200px) {
  .fs-147 {
    font-size: 7.35rem !important;
  }
}
.fs-148 {
  font-size: calc(1.865rem + 7.38vw) !important;
}
@media (min-width: 1200px) {
  .fs-148 {
    font-size: 7.4rem !important;
  }
}
.fs-149 {
  font-size: calc(1.87rem + 7.44vw) !important;
}
@media (min-width: 1200px) {
  .fs-149 {
    font-size: 7.45rem !important;
  }
}
.fs-150 {
  font-size: calc(1.875rem + 7.5vw) !important;
}
@media (min-width: 1200px) {
  .fs-150 {
    font-size: 7.5rem !important;
  }
}
.fs-151 {
  font-size: calc(1.88rem + 7.56vw) !important;
}
@media (min-width: 1200px) {
  .fs-151 {
    font-size: 7.55rem !important;
  }
}
.fs-152 {
  font-size: calc(1.885rem + 7.62vw) !important;
}
@media (min-width: 1200px) {
  .fs-152 {
    font-size: 7.6rem !important;
  }
}
.fs-153 {
  font-size: calc(1.89rem + 7.68vw) !important;
}
@media (min-width: 1200px) {
  .fs-153 {
    font-size: 7.65rem !important;
  }
}
.fs-154 {
  font-size: calc(1.895rem + 7.74vw) !important;
}
@media (min-width: 1200px) {
  .fs-154 {
    font-size: 7.7rem !important;
  }
}
.fs-155 {
  font-size: calc(1.9rem + 7.8vw) !important;
}
@media (min-width: 1200px) {
  .fs-155 {
    font-size: 7.75rem !important;
  }
}
.fs-156 {
  font-size: calc(1.905rem + 7.86vw) !important;
}
@media (min-width: 1200px) {
  .fs-156 {
    font-size: 7.8rem !important;
  }
}
.fs-157 {
  font-size: calc(1.91rem + 7.92vw) !important;
}
@media (min-width: 1200px) {
  .fs-157 {
    font-size: 7.85rem !important;
  }
}
.fs-158 {
  font-size: calc(1.915rem + 7.98vw) !important;
}
@media (min-width: 1200px) {
  .fs-158 {
    font-size: 7.9rem !important;
  }
}
.fs-159 {
  font-size: calc(1.92rem + 8.04vw) !important;
}
@media (min-width: 1200px) {
  .fs-159 {
    font-size: 7.95rem !important;
  }
}
.fs-160 {
  font-size: calc(1.925rem + 8.1vw) !important;
}
@media (min-width: 1200px) {
  .fs-160 {
    font-size: 8rem !important;
  }
}
.fs-161 {
  font-size: calc(1.93rem + 8.16vw) !important;
}
@media (min-width: 1200px) {
  .fs-161 {
    font-size: 8.05rem !important;
  }
}
.fs-162 {
  font-size: calc(1.935rem + 8.22vw) !important;
}
@media (min-width: 1200px) {
  .fs-162 {
    font-size: 8.1rem !important;
  }
}
.fs-163 {
  font-size: calc(1.94rem + 8.28vw) !important;
}
@media (min-width: 1200px) {
  .fs-163 {
    font-size: 8.15rem !important;
  }
}
.fs-164 {
  font-size: calc(1.945rem + 8.34vw) !important;
}
@media (min-width: 1200px) {
  .fs-164 {
    font-size: 8.2rem !important;
  }
}
.fs-165 {
  font-size: calc(1.95rem + 8.4vw) !important;
}
@media (min-width: 1200px) {
  .fs-165 {
    font-size: 8.25rem !important;
  }
}
.fs-166 {
  font-size: calc(1.955rem + 8.46vw) !important;
}
@media (min-width: 1200px) {
  .fs-166 {
    font-size: 8.3rem !important;
  }
}
.fs-167 {
  font-size: calc(1.96rem + 8.52vw) !important;
}
@media (min-width: 1200px) {
  .fs-167 {
    font-size: 8.35rem !important;
  }
}
.fs-168 {
  font-size: calc(1.965rem + 8.58vw) !important;
}
@media (min-width: 1200px) {
  .fs-168 {
    font-size: 8.4rem !important;
  }
}
.fs-169 {
  font-size: calc(1.97rem + 8.64vw) !important;
}
@media (min-width: 1200px) {
  .fs-169 {
    font-size: 8.45rem !important;
  }
}
.fs-170 {
  font-size: calc(1.975rem + 8.7vw) !important;
}
@media (min-width: 1200px) {
  .fs-170 {
    font-size: 8.5rem !important;
  }
}
.fs-171 {
  font-size: calc(1.98rem + 8.76vw) !important;
}
@media (min-width: 1200px) {
  .fs-171 {
    font-size: 8.55rem !important;
  }
}
.fs-172 {
  font-size: calc(1.985rem + 8.82vw) !important;
}
@media (min-width: 1200px) {
  .fs-172 {
    font-size: 8.6rem !important;
  }
}
.fs-173 {
  font-size: calc(1.99rem + 8.88vw) !important;
}
@media (min-width: 1200px) {
  .fs-173 {
    font-size: 8.65rem !important;
  }
}
.fs-174 {
  font-size: calc(1.995rem + 8.94vw) !important;
}
@media (min-width: 1200px) {
  .fs-174 {
    font-size: 8.7rem !important;
  }
}
.fs-175 {
  font-size: calc(2rem + 9vw) !important;
}
@media (min-width: 1200px) {
  .fs-175 {
    font-size: 8.75rem !important;
  }
}
.fs-176 {
  font-size: calc(2.005rem + 9.06vw) !important;
}
@media (min-width: 1200px) {
  .fs-176 {
    font-size: 8.8rem !important;
  }
}
.fs-177 {
  font-size: calc(2.01rem + 9.12vw) !important;
}
@media (min-width: 1200px) {
  .fs-177 {
    font-size: 8.85rem !important;
  }
}
.fs-178 {
  font-size: calc(2.015rem + 9.18vw) !important;
}
@media (min-width: 1200px) {
  .fs-178 {
    font-size: 8.9rem !important;
  }
}
.fs-179 {
  font-size: calc(2.02rem + 9.24vw) !important;
}
@media (min-width: 1200px) {
  .fs-179 {
    font-size: 8.95rem !important;
  }
}
.fs-180 {
  font-size: calc(2.025rem + 9.3vw) !important;
}
@media (min-width: 1200px) {
  .fs-180 {
    font-size: 9rem !important;
  }
}
.fs-181 {
  font-size: calc(2.03rem + 9.36vw) !important;
}
@media (min-width: 1200px) {
  .fs-181 {
    font-size: 9.05rem !important;
  }
}
.fs-182 {
  font-size: calc(2.035rem + 9.42vw) !important;
}
@media (min-width: 1200px) {
  .fs-182 {
    font-size: 9.1rem !important;
  }
}
.fs-183 {
  font-size: calc(2.04rem + 9.48vw) !important;
}
@media (min-width: 1200px) {
  .fs-183 {
    font-size: 9.15rem !important;
  }
}
.fs-184 {
  font-size: calc(2.045rem + 9.54vw) !important;
}
@media (min-width: 1200px) {
  .fs-184 {
    font-size: 9.2rem !important;
  }
}
.fs-185 {
  font-size: calc(2.05rem + 9.6vw) !important;
}
@media (min-width: 1200px) {
  .fs-185 {
    font-size: 9.25rem !important;
  }
}
.fs-186 {
  font-size: calc(2.055rem + 9.66vw) !important;
}
@media (min-width: 1200px) {
  .fs-186 {
    font-size: 9.3rem !important;
  }
}
.fs-187 {
  font-size: calc(2.06rem + 9.72vw) !important;
}
@media (min-width: 1200px) {
  .fs-187 {
    font-size: 9.35rem !important;
  }
}
.fs-188 {
  font-size: calc(2.065rem + 9.78vw) !important;
}
@media (min-width: 1200px) {
  .fs-188 {
    font-size: 9.4rem !important;
  }
}
.fs-189 {
  font-size: calc(2.07rem + 9.84vw) !important;
}
@media (min-width: 1200px) {
  .fs-189 {
    font-size: 9.45rem !important;
  }
}
.fs-190 {
  font-size: calc(2.075rem + 9.9vw) !important;
}
@media (min-width: 1200px) {
  .fs-190 {
    font-size: 9.5rem !important;
  }
}
.fs-191 {
  font-size: calc(2.08rem + 9.96vw) !important;
}
@media (min-width: 1200px) {
  .fs-191 {
    font-size: 9.55rem !important;
  }
}
.fs-192 {
  font-size: calc(2.085rem + 10.02vw) !important;
}
@media (min-width: 1200px) {
  .fs-192 {
    font-size: 9.6rem !important;
  }
}
.fs-193 {
  font-size: calc(2.09rem + 10.08vw) !important;
}
@media (min-width: 1200px) {
  .fs-193 {
    font-size: 9.65rem !important;
  }
}
.fs-194 {
  font-size: calc(2.095rem + 10.14vw) !important;
}
@media (min-width: 1200px) {
  .fs-194 {
    font-size: 9.7rem !important;
  }
}
.fs-195 {
  font-size: calc(2.1rem + 10.2vw) !important;
}
@media (min-width: 1200px) {
  .fs-195 {
    font-size: 9.75rem !important;
  }
}
.fs-196 {
  font-size: calc(2.105rem + 10.26vw) !important;
}
@media (min-width: 1200px) {
  .fs-196 {
    font-size: 9.8rem !important;
  }
}
.fs-197 {
  font-size: calc(2.11rem + 10.32vw) !important;
}
@media (min-width: 1200px) {
  .fs-197 {
    font-size: 9.85rem !important;
  }
}
.fs-198 {
  font-size: calc(2.115rem + 10.38vw) !important;
}
@media (min-width: 1200px) {
  .fs-198 {
    font-size: 9.9rem !important;
  }
}
.fs-199 {
  font-size: calc(2.12rem + 10.44vw) !important;
}
@media (min-width: 1200px) {
  .fs-199 {
    font-size: 9.95rem !important;
  }
}
.fs-200 {
  font-size: calc(2.125rem + 10.5vw) !important;
}
@media (min-width: 1200px) {
  .fs-200 {
    font-size: 10rem !important;
  }
}
.lh-1 {
  line-height: 1 !important;
}
.lh-xxs {
  line-height: 1.05 !important;
}
.lh-xs {
  line-height: 1.35 !important;
}
.lh-sm {
  line-height: 1.5 !important;
}
.lh-base {
  line-height: 1.7 !important;
}
.lh-lg {
  line-height: 1.9 !important;
}

/* Global */
body { /* optional */
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
}  
.is-wrapper {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;  
}		
.is-wrapper div.is-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  min-height: 100vh; /* %=>vh */
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
  background: #fff;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}
/* Simplified Flex */
.is-wrapper div.is-section.is-box {
    flex-direction: column;
}

.is-boxes {
    display: flex;
    flex-flow: row nowrap; /* height-stretched items */
    flex-grow: 1; /* height-stretched items */
    width: 100%;
    height: 100%;
    position: relative;
} 

.is-boxes > div, 
.is-box {
    display: flex;
    flex-direction: column; 
    flex-grow: 1; /* height-stretched items */
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}
.is-box-1 {width: 8.333333%;}
.is-box-2 {width: 16.666667%;}
.is-box-3 {width: 25%;}
.is-box-4 {width: 33.333333%;}
.is-box-5 {width: 41.666667%;}
.is-box-6 {width: 50%;}
.is-box-7 {width: 58.333333%;}
.is-box-8 {width: 66.666667%;}
.is-box-9 {width: 75%;}
.is-box-10 {width: 83.333333%;}
.is-box-11 {width: 91.666667%;}
.is-box-12, .is-box-centered {width: 100%;}

/* Section Height */
.is-wrapper div.is-section-10 {min-height:10vh}
.is-wrapper div.is-section-15 {min-height:15vh}
.is-wrapper div.is-section-20 {min-height:20vh}
.is-wrapper div.is-section-25 {min-height:25vh}
.is-wrapper div.is-section-30 {min-height:30vh}
.is-wrapper div.is-section-40 {min-height:40vh}
.is-wrapper div.is-section-50 {min-height:50vh}
.is-wrapper div.is-section-60 {min-height:60vh}
.is-wrapper div.is-section-70 {min-height:70vh}
.is-wrapper div.is-section-75 {min-height:75vh}
.is-wrapper div.is-section-80 {min-height:80vh}
.is-wrapper div.is-section-85 {min-height:85vh}
.is-wrapper div.is-section-90 {min-height:90vh}
.is-wrapper div.is-section-100 {min-height:100vh}
.is-wrapper div.is-section-auto {min-height:unset}

@media all and (max-width: 970px) {

    .is-wrapper div.is-section {
        flex-direction: column;
    } 
    
    .is-boxes {
        flex-flow: wrap; /* height-stretched items. Before: column wrap */
    } 
    
    .is-boxes > div, 
    .is-box {
        width:100%;
    } 
    
    .is-section-10 .is-box:not(.box-autofit) {min-height:10vh} 
    .is-section-15 .is-box:not(.box-autofit) {min-height:15vh} 
    .is-section-20 .is-box:not(.box-autofit) {min-height:20vh} 
    .is-section-25 .is-box:not(.box-autofit) {min-height:25vh} 
    .is-section-30 .is-box:not(.box-autofit) {min-height:30vh} 
    .is-section-40 .is-box:not(.box-autofit) {min-height:40vh} 
    .is-section-50 .is-box:not(.box-autofit) {min-height:50vh} 
    .is-section-60 .is-box:not(.box-autofit) {min-height:60vh} 
    .is-section-70 .is-box:not(.box-autofit) {min-height:70vh} 
    .is-section-75 .is-box:not(.box-autofit) {min-height:75vh} 
    .is-section-80 .is-box:not(.box-autofit) {min-height:80vh} 
    .is-section-85 .is-box:not(.box-autofit) {min-height:85vh} 
    .is-section-90 .is-box:not(.box-autofit) {min-height:90vh} 
    .is-section-100 .is-box:not(.box-autofit) {min-height:100vh} 
    .is-section-auto .is-box:not(.box-autofit) {min-height:unset} 

    /* AUTOFIT */
    .is-wrapper div.is-section.box-autofit,
    .is-wrapper div.is-section.box-autofit .is-box-centered,
    .is-wrapper div.is-section .is-box.box-autofit,
    .is-wrapper div.is-section .is-box.box-autofit .is-box-centered {
        min-height: unset;
    }

    /* AUTOFIT MIN HEIGHT */
    div.is-section.box-autofit.min-height-20, div.is-section .is-box.box-autofit.min-height-20 {min-height: 20vh}
    div.is-section.box-autofit.min-height-25, div.is-section .is-box.box-autofit.min-height-25 {min-height: 25vh}
    div.is-section.box-autofit.min-height-30, div.is-section .is-box.box-autofit.min-height-30 {min-height: 30vh}
    div.is-section.box-autofit.min-height-40, div.is-section .is-box.box-autofit.min-height-40 {min-height: 40vh}
    div.is-section.box-autofit.min-height-50, div.is-section .is-box.box-autofit.min-height-50 {min-height: 50vh}
    div.is-section.box-autofit.min-height-60, div.is-section .is-box.box-autofit.min-height-60 {min-height: 60vh}
    div.is-section.box-autofit.min-height-70, div.is-section .is-box.box-autofit.min-height-70 {min-height: 70vh}
    div.is-section.box-autofit.min-height-75, div.is-section .is-box.box-autofit.min-height-75 {min-height: 75vh}
    div.is-section.box-autofit.min-height-80, div.is-section .is-box.box-autofit.min-height-80 {min-height: 80vh}
    div.is-section.box-autofit.min-height-90, div.is-section .is-box.box-autofit.min-height-90 {min-height: 90vh}
    div.is-section.box-autofit.min-height-100, div.is-section .is-box.box-autofit.min-height-100 {min-height: 100vh}

    .is-wrapper div.is-section.box-autofit .is-box-centered .is-container,
    .is-wrapper div.is-section .is-box.box-autofit .is-box-centered .is-container {
        transform: none !important; /* Makes animation disabled */
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top:0;
        margin-bottom:0;
    }
    /* Simplified Flex */
    .is-wrapper div.is-section.box-autofit .is-container,
    .is-wrapper div.is-section .is-box.box-autofit .is-container {
        transform: none !important; /* Makes animation disabled */
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top:0;
        margin-bottom:0;
    }

    .box-reverse, /* Simplified Flex */
    .box-reverse .is-boxes { display: flex; flex-direction: column-reverse; } /* backward */
    
    /* Additional (to make all rows fit its container) */
    .is-container {
        display: flex;
        flex-direction: column;
    }
}

@media all and (max-width: 1280px) {

    /* AUTOFIT */
    .is-wrapper div.is-section.box-autofit .is-box-centered .is-container,
    .is-wrapper div.is-section .is-box.box-autofit .is-box-centered .is-container { 
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top:0;
        margin-bottom:0;   
    }
    /* Simplified Flex */
    .is-wrapper div.is-section.box-autofit .is-container,
    .is-wrapper div.is-section .is-box.box-autofit .is-container { 
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top:0;
        margin-bottom:0;   
    }

    /* .is-wrapper div.is-section .is-box-centered .is-container,
    .is-wrapper div.is-section .is-box .is-box-centered .is-container { 
        margin-left:0;
        margin-right:0;   
    } */

    /* AUTOFIT MIN HEIGHT (multi/child boxes only, not section box - too keep section height) */
    .is-wrapper div.is-section .is-box.box-autofit.min-height-20 {min-height: 20vh}
    .is-wrapper div.is-section .is-box.box-autofit.min-height-25 {min-height: 25vh}
    .is-wrapper div.is-section .is-box.box-autofit.min-height-30 {min-height: 30vh}
    .is-wrapper div.is-section .is-box.box-autofit.min-height-40 {min-height: 40vh}
    .is-wrapper div.is-section .is-box.box-autofit.min-height-50 {min-height: 50vh}
    .is-wrapper div.is-section .is-box.box-autofit.min-height-60 {min-height: 60vh}
    .is-wrapper div.is-section .is-box.box-autofit.min-height-70 {min-height: 70vh}
    .is-wrapper div.is-section .is-box.box-autofit.min-height-75 {min-height: 75vh}
    .is-wrapper div.is-section .is-box.box-autofit.min-height-80 {min-height: 80vh}
    .is-wrapper div.is-section .is-box.box-autofit.min-height-90 {min-height: 90vh}
    .is-wrapper div.is-section .is-box.box-autofit.min-height-100 {min-height: 100vh}

    .is-wrapper div.is-section.box-space .is-box.box-autofit.min-height-20 {min-height: calc(20vh - 22.5px)}
    .is-wrapper div.is-section.box-space .is-box.box-autofit.min-height-25 {min-height: calc(25vh - 22.5px)}
    .is-wrapper div.is-section.box-space .is-box.box-autofit.min-height-30 {min-height: calc(30vh - 22.5px)}
    .is-wrapper div.is-section.box-space .is-box.box-autofit.min-height-40 {min-height: calc(40vh - 22.5px)}
    .is-wrapper div.is-section.box-space .is-box.box-autofit.min-height-50 {min-height: calc(50vh - 22.5px)}
    .is-wrapper div.is-section.box-space .is-box.box-autofit.min-height-60 {min-height: calc(60vh - 22.5px)}
    .is-wrapper div.is-section.box-space .is-box.box-autofit.min-height-70 {min-height: calc(70vh - 22.5px)}
    .is-wrapper div.is-section.box-space .is-box.box-autofit.min-height-75 {min-height: calc(75vh - 22.5px)}
    .is-wrapper div.is-section.box-space .is-box.box-autofit.min-height-80 {min-height: calc(80vh - 22.5px)}
    .is-wrapper div.is-section.box-space .is-box.box-autofit.min-height-90 {min-height: calc(90vh - 22.5px)}
    .is-wrapper div.is-section.box-space .is-box.box-autofit.min-height-100 {min-height: calc(100vh - 22.5px)}
}

/* wrap & reverse boxes */
@media (max-width: 760px) {
    .xs-box-reverse, /* Simplified Flex */
    .xs-box-reverse .is-boxes { display: flex; flex-direction: column-reverse; } 
}
@media (min-width: 761px) and (max-width: 970px) {
    .sm-box-reverse, /* Simplified Flex */
    .sm-box-reverse .is-boxes { display: flex; flex-direction: column-reverse; } 
}
@media (min-width: 971px) and (max-width: 1280px) {
    .md-box-reverse, /* Simplified Flex */
    .md-box-reverse .is-boxes { display: flex; flex-direction: row-reverse; } 
}
@media (min-width: 1281px) {
    .desktop-box-reverse, /* Simplified Flex */
    .desktop-box-reverse .is-boxes { display: flex; flex-direction: row-reverse; } 
}

/* v2: wrap & reverse boxes (not compatible with box-space) */
@media (max-width: 760px) {
    .is-wrapper div.is-section.xs-boxes-wrap , /* Simplified Flex */
    .xs-boxes-wrap .is-boxes { 
        display: flex; flex-flow: wrap; justify-content: space-between; flex-direction: row;
    }
    .xs-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4)) !important; }
    .xs-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3)) !important; }
    .xs-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2)) !important; }
    .xs-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1)) !important; }
    /* no class (not set) = xs-box-1 */

    /* Simplified Flex */
    .is-wrapper div.is-section.xs-box-reverse, .xs-box-reverse .is-boxes { display: flex; flex-direction: column-reverse; } 
    .is-wrapper div.is-section.xs-box-reverse.xs-boxes-1, .xs-box-reverse.xs-boxes-1 .is-boxes { flex-direction: column-reverse; } 
    .is-wrapper div.is-section.xs-box-reverse.xs-boxes-2, .xs-box-reverse.xs-boxes-2 .is-boxes { flex-direction: row-reverse; } 
    .is-wrapper div.is-section.xs-box-reverse.xs-boxes-3, .xs-box-reverse.xs-boxes-3 .is-boxes { flex-direction: row-reverse; } 
    .is-wrapper div.is-section.xs-box-reverse.xs-boxes-4, .xs-box-reverse.xs-boxes-4 .is-boxes { flex-direction: row-reverse; } 

    /* if wrapped (not default), make height autogrow (except if box has autofit). 
       Otherwise (default), follow section height. */
    .xs-boxes-wrap .is-box:not(.box-autofit) {min-height:unset} 
}
@media (min-width: 761px) and (max-width: 970px) {
    .is-wrapper div.is-section.sm-boxes-wrap, /* Simplified Flex */
    .sm-boxes-wrap .is-boxes { 
        display: flex; flex-flow: wrap; justify-content: space-between; flex-direction: row;
    }
    .sm-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4)) !important; }
    .sm-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3)) !important; }
    .sm-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2)) !important; }
    .sm-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1)) !important; }
    /* no class (not set) => use default (all boxes in one line) */

    /* Simplified Flex */
    .is-wrapper div.is-section.sm-box-reverse, .sm-box-reverse .is-boxes { display: flex; flex-direction: column-reverse; } 
    .is-wrapper div.is-section.sm-box-reverse.sm-items-1, .sm-box-reverse.sm-items-1 .is-boxes { flex-direction: column-reverse; }  
    .is-wrapper div.is-section.sm-box-reverse.sm-boxes-2, .sm-box-reverse.sm-boxes-2 .is-boxes { flex-direction: row-reverse; } 
    .is-wrapper div.is-section.sm-box-reverse.sm-boxes-3, .sm-box-reverse.sm-boxes-3 .is-boxes { flex-direction: row-reverse; } 
    .is-wrapper div.is-section.sm-box-reverse.sm-boxes-4, .sm-box-reverse.sm-boxes-4 .is-boxes { flex-direction: row-reverse; } 

    /* if wrapped (not default), make height autogrow (except if box has autofit). 
       Otherwise (default), follow section height. */
    .sm-boxes-wrap .is-box:not(.box-autofit) {min-height:unset} 
}
@media (min-width: 971px) and (max-width: 1280px) {
    .is-wrapper div.is-section.md-boxes-wrap, /* Simplified Flex */
    .md-boxes-wrap .is-boxes { 
        display: flex; flex-flow: wrap; justify-content: space-between; flex-direction: row;
    }
    .md-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4)) !important; }
    .md-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3)) !important; }
    .md-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2)) !important; }
    .md-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1)) !important; }
    /* no class (not set) => use default (all boxes in one line) */

    /* Simplified Flex */
    .is-wrapper div.is-section.md-box-reverse, .md-box-reverse .is-boxes { display: flex; flex-direction: row-reverse; } 
    .is-wrapper div.is-section.md-box-reverse.md-boxes-1, .md-box-reverse.md-boxes-1 .is-boxes { flex-direction: column-reverse; } 

    /* container */
    .md-boxes-wrap .is-container {
        max-width: unset;
    }
}
@media (min-width: 1281px) {
    .is-wrapper div.is-section.desktop-boxes-wrap, /* Simplified Flex */
    .is-wrapper div.is-section.desktop-boxes-wrap .is-boxes { 
        display: flex; flex-flow: wrap; justify-content: space-between; flex-direction: row;
    }
    .desktop-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4)) !important; }
    .desktop-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3)) !important; }
    .desktop-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2)) !important; }
    .desktop-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1)) !important; }
    /* no class (not set) => use default (all boxes in one line) */

    /* Simplified Flex */
    .is-wrapper div.is-section.desktop-box-reverse, .desktop-box-reverse .is-boxes { display: flex; flex-direction: row-reverse; } 
    .is-wrapper div.is-section.desktop-box-reverse.desktop-boxes-1, .desktop-box-reverse.desktop-boxes-1 .is-boxes { flex-direction: column-reverse; } 
}
@media all and (max-width: 970px) {  
    .is-container {
        max-width: unset !important;
    }
}
/* /v2 */

/* Content */
.is-wrapper .is-container {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top:0;
    margin-bottom:0;
}

.content-py-0 { padding-top: 0px !important; padding-bottom: 0px !important }
.content-py-10 { padding-top: 10px !important; padding-bottom: 10px !important }
.content-py-20 { padding-top: 20px !important; padding-bottom: 20px !important }
.content-py-30 { padding-top: 30px !important; padding-bottom: 30px !important }
.content-py-40 { padding-top: 40px !important; padding-bottom: 40px !important }
.content-py-50 { padding-top: 50px !important; padding-bottom: 50px !important }
.content-py-60 { padding-top: 60px !important; padding-bottom: 60px !important }
.content-py-70 { padding-top: 70px !important; padding-bottom: 70px !important }
.content-py-80 { padding-top: 80px !important; padding-bottom: 80px !important }

.content-pt-0 { padding-top: 0px !important; }
.content-pt-10 { padding-top: 10px !important; }
.content-pt-20 { padding-top: 20px !important; }
.content-pt-30 { padding-top: 30px !important; }
.content-pt-40 { padding-top: 40px !important; }
.content-pt-50 { padding-top: 50px !important; }
.content-pt-60 { padding-top: 60px !important; }
.content-pt-70 { padding-top: 70px !important; }
.content-pt-80 { padding-top: 80px !important; }

.content-pb-0 { padding-bottom: 0px !important; }
.content-pb-10 { padding-bottom: 10px !important; }
.content-pb-20 { padding-bottom: 20px !important; }
.content-pb-30 { padding-bottom: 30px !important; }
.content-pb-40 { padding-bottom: 40px !important; }
.content-pb-50 { padding-bottom: 50px !important; }
.content-pb-60 { padding-bottom: 60px !important; }
.content-pb-70 { padding-bottom: 70px !important; }
.content-pb-80 { padding-bottom: 80px !important; }

/* VARIATIONS */
@media (max-width: 760px) {
    .box-space.xs-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4) - 15px) !important; } /* default */
    .box-space.xs-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3) - 15px) !important; }
    .box-space.xs-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2) - 15px) !important; }
    .box-space.xs-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1) - 15px) !important; }

    .box-space-xxs.xs-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4) - 15px) !important; }
    .box-space-xxs.xs-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3) - 15px) !important; }
    .box-space-xxs.xs-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2) - 15px) !important; }
    .box-space-xxs.xs-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1) - 15px) !important; }

    .box-space-sm.xs-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4) - 15px) !important; }
    .box-space-sm.xs-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3) - 15px) !important; }
    .box-space-sm.xs-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2) - 15px) !important; }
    .box-space-sm.xs-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1) - 15px) !important; }

    .box-space-m.xs-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4) - 15px) !important; }
    .box-space-m.xs-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3) - 15px) !important; }
    .box-space-m.xs-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2) - 15px) !important; }
    .box-space-m.xs-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1) - 15px) !important; }

    .box-space-lg.xs-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4) - 15px) !important; }
    .box-space-lg.xs-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3) - 15px) !important; }
    .box-space-lg.xs-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2) - 15px) !important; }
    .box-space-lg.xs-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1) - 15px) !important; }
}
@media (min-width: 761px) and (max-width: 970px) {
    .box-space.sm-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4) - 15px) !important; } /* default */
    .box-space.sm-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3) - 15px) !important; }
    .box-space.sm-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2) - 15px) !important; }
    .box-space.sm-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1) - 15px) !important; }

    .box-space-xxs.sm-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4) - 15px) !important; }
    .box-space-xxs.sm-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3) - 15px) !important; }
    .box-space-xxs.sm-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2) - 15px) !important; }
    .box-space-xxs.sm-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1) - 15px) !important; }

    .box-space-sm.sm-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4) - 15px) !important; }
    .box-space-sm.sm-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3) - 15px) !important; }
    .box-space-sm.sm-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2) - 15px) !important; }
    .box-space-sm.sm-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1) - 15px) !important; }

    .box-space-m.sm-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4) - 15px) !important; }
    .box-space-m.sm-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3) - 15px) !important; }
    .box-space-m.sm-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2) - 15px) !important; }
    .box-space-m.sm-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1) - 15px) !important; }

    .box-space-lg.sm-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4) - 15px) !important; }
    .box-space-lg.sm-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3) - 15px) !important; }
    .box-space-lg.sm-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2) - 15px) !important; }
    .box-space-lg.sm-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1) - 15px) !important; }
}
@media (min-width: 971px) and (max-width: 1280px) {
    .box-space.md-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4) - 15px) !important; } /* default */
    .box-space.md-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3) - 15px) !important; }
    .box-space.md-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2) - 15px) !important; }
    .box-space.md-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1) - 15px) !important; }

    .box-space-xxs.md-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4) - 15px) !important; }
    .box-space-xxs.md-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3) - 15px) !important; }
    .box-space-xxs.md-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2) - 15px) !important; }
    .box-space-xxs.md-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1) - 15px) !important; }

    .box-space-sm.md-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4) - 15px) !important; }
    .box-space-sm.md-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3) - 15px) !important; }
    .box-space-sm.md-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2) - 15px) !important; }
    .box-space-sm.md-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1) - 15px) !important; }

    .box-space-m.md-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4) - 15px) !important; }
    .box-space-m.md-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3) - 15px) !important; }
    .box-space-m.md-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2) - 15px) !important; }
    .box-space-m.md-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1) - 15px) !important; }

    .box-space-lg.md-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4) - 15px) !important; }
    .box-space-lg.md-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3) - 15px) !important; }
    .box-space-lg.md-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2) - 15px) !important; }
    .box-space-lg.md-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1) - 15px) !important; }
}
@media (min-width: 1281px) {
    .box-space.desktop-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4) - 30px) !important; } /* default */
    .box-space.desktop-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3) - 30px) !important; }
    .box-space.desktop-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2) - 30px) !important; }
    .box-space.desktop-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1) - 30px) !important; }

    .box-space-xxs.desktop-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4) - 15px) !important; }
    .box-space-xxs.desktop-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3) - 15px) !important; }
    .box-space-xxs.desktop-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2) - 15px) !important; }
    .box-space-xxs.desktop-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1) - 15px) !important; }

    .box-space-sm.desktop-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4) - 2.5vw) !important; }
    .box-space-sm.desktop-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3) - 2.5vw) !important; }
    .box-space-sm.desktop-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2) - 2.5vw) !important; }
    .box-space-sm.desktop-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1) - 2.5vw) !important; }

    .box-space-m.desktop-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4) - 5vw) !important; }
    .box-space-m.desktop-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3) - 5vw) !important; }
    .box-space-m.desktop-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2) - 5vw) !important; }
    .box-space-m.desktop-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1) - 5vw) !important; }

    .box-space-lg.desktop-boxes-4 .is-box { flex-grow:1;width: calc(100% * (1/4) - 7vw) !important; }
    .box-space-lg.desktop-boxes-3 .is-box { flex-grow:1;width: calc(100% * (1/3) - 7vw) !important; }
    .box-space-lg.desktop-boxes-2 .is-box { flex-grow:1;width: calc(100% * (1/2) - 7vw) !important; }
    .box-space-lg.desktop-boxes-1 .is-box { flex-grow:1;width: calc(100% * (1/1) - 7vw) !important; }
}

/* mutli boxes (stacking) */
.box-space .is-box { margin: 15px; }
.is-wrapper div.is-section.box-space { padding: 15px; box-sizing: border-box; }
.is-wrapper div.is-section.box-space.stack-top { padding-bottom: 0px !important; }
.is-wrapper div.is-section.box-space.stack-bottom { padding-top: 0px !important; }
.is-wrapper div.is-section.box-space.stack-middle { padding-top: 0px !important; padding-bottom: 0px !important; }

.box-space-xxs .is-box { margin: 7.5px; }
.is-wrapper div.is-section.box-space-xxs { padding: 7.5px; box-sizing: border-box; }
.is-wrapper div.is-section.box-space-xxs.stack-top { padding-bottom: 0px !important; }
.is-wrapper div.is-section.box-space-xxs.stack-bottom { padding-top: 0px !important; }
.is-wrapper div.is-section.box-space-xxs.stack-middle { padding-top: 0px !important; padding-bottom: 0px !important; }

.box-space-sm .is-box { margin: 1.25vw; }
.is-wrapper div.is-section.box-space-sm { padding: 1.25vw; box-sizing: border-box; }
.is-wrapper div.is-section.box-space-sm.stack-top { padding-bottom: 0px !important; }
.is-wrapper div.is-section.box-space-sm.stack-bottom { padding-top: 0px !important; }
.is-wrapper div.is-section.box-space-sm.stack-middle { padding-top: 0px !important; padding-bottom: 0px !important; }

.box-space-m .is-box { margin: 2.5vw; }
.is-wrapper div.is-section.box-space-m { padding: 2.5vw; box-sizing: border-box; }
.is-wrapper div.is-section.box-space-m.stack-top { padding-bottom: 0px !important; }
.is-wrapper div.is-section.box-space-m.stack-bottom { padding-top: 0px !important; }
.is-wrapper div.is-section.box-space-m.stack-middle { padding-top: 0px !important; padding-bottom: 0px !important; }

.box-space-lg .is-box { margin: 3.5vw; }
.is-wrapper div.is-section.box-space-lg { padding: 3.5vw; box-sizing: border-box; }
.is-wrapper div.is-section.box-space-lg.stack-top { padding-bottom: 0px !important; }
.is-wrapper div.is-section.box-space-lg.stack-bottom { padding-top: 0px !important; }
.is-wrapper div.is-section.box-space-lg.stack-middle { padding-top: 0px !important; padding-bottom: 0px !important; }

/* single box (stacking) */
.is-section.is-box.box-space .is-overlay { top:30px;bottom:30px;left:30px;right:30px; }
.is-section.is-box.box-space.stack-top .is-overlay { top:30px;bottom:15px;left:30px;right:30px; }
.is-section.is-box.box-space.stack-bottom .is-overlay { top:15px;bottom:30px;left:30px;right:30px; }
.is-section.is-box.box-space.stack-middle .is-overlay { top:15px;bottom:15px;left:30px;right:30px; }

.is-section.is-box.box-space-xxs .is-overlay { top:15px;bottom:15px;left:15px;right:15px; }
.is-section.is-box.box-space-xxs.stack-top .is-overlay { top:15px;bottom:7.5px;left:15px;right:15px; }
.is-section.is-box.box-space-xxs.stack-bottom .is-overlay { top:7.5px;bottom:15px;left:15px;right:15px; }
.is-section.is-box.box-space-xxs.stack-middle .is-overlay { top:7.5px;bottom:7.5px;left:15px;right:15px; }

.is-section.is-box.box-space-sm .is-overlay { top:2.5vw;bottom:2.5vw;left:2.5vw;right:2.5vw; }
.is-section.is-box.box-space-sm.stack-top .is-overlay { top:2.5vw;bottom:1.25vw;left:2.5vw;right:2.5vw; }
.is-section.is-box.box-space-sm.stack-bottom .is-overlay { top:1.25vw;bottom:2.5vw;left:2.5vw;right:2.5vw; }
.is-section.is-box.box-space-sm.stack-middle .is-overlay { top:1.25vw;bottom:1.25vw;left:2.5vw;right:2.5vw; }

.is-section.is-box.box-space-m .is-overlay { top:5vw;bottom:5vw;left:5vw;right:5vw; }
.is-section.is-box.box-space-m.stack-top .is-overlay { top:5vw;bottom:2.5vw;left:5vw;right:5vw; }
.is-section.is-box.box-space-m.stack-bottom .is-overlay { top:2.5vw;bottom:5vw;left:5vw;right:5vw; }
.is-section.is-box.box-space-m.stack-middle .is-overlay { top:2.5vw;bottom:2.5vw;left:5vw;right:5vw; }

.is-section.is-box.box-space-lg .is-overlay { top:7vw;bottom:7vw;left:7vw;right:7vw; }
.is-section.is-box.box-space-lg.stack-top .is-overlay { top:7vw;bottom:3.5vw;left:7vw;right:7vw; }
.is-section.is-box.box-space-lg.stack-bottom .is-overlay { top:3.5vw;bottom:7vw;left:7vw;right:7vw; }
.is-section.is-box.box-space-lg.stack-middle .is-overlay { top:3.5vw;bottom:3.5vw;left:7vw;right:7vw; }

/* space-around */
.is-wrapper div.is-section.box-space.space-around { padding: 30px; }
.box-space.space-around .is-box { margin: 0px; }
.is-wrapper div.is-section.box-space.space-around.stack-top { padding-bottom: 15px !important; }
.is-wrapper div.is-section.box-space.space-around.stack-middle { padding-top: 15px !important;padding-bottom: 15px !important; }
.is-wrapper div.is-section.box-space.space-around.stack-bottom { padding-top: 15px !important; }

.is-wrapper div.is-section.box-space-xxs.space-around { padding: 15px; }
.box-space-xxs.space-around .is-box { margin: 0px; }
.is-wrapper div.is-section.box-space-xxs.space-around.stack-top { padding-bottom: 7.5px !important; }
.is-wrapper div.is-section.box-space-xxs.space-around.stack-middle { padding-top: 7.5px !important;padding-bottom: 7.5px !important; }
.is-wrapper div.is-section.box-space-xxs.space-around.stack-bottom { padding-top: 7.5px !important; }

.is-wrapper div.is-section.box-space-sm.space-around { padding: 2.5vw; }
.box-space-sm.space-around .is-box { margin: 0px; }
.is-wrapper div.is-section.box-space-sm.space-around.stack-top { padding-bottom: 1.25vw !important; }
.is-wrapper div.is-section.box-space-sm.space-around.stack-middle { padding-top: 1.25vw !important;padding-bottom: 1.25vw !important; }
.is-wrapper div.is-section.box-space-sm.space-around.stack-bottom { padding-top: 1.25vw !important; }

.is-wrapper div.is-section.box-space-m.space-around { padding: 5vw; }
.box-space-m.space-around .is-box { margin: 0px; }
.is-wrapper div.is-section.box-space-m.space-around.stack-top { padding-bottom: 2.5vw !important; }
.is-wrapper div.is-section.box-space-m.space-around.stack-middle { padding-top: 2.5vw !important;padding-bottom: 2.5vw !important; }
.is-wrapper div.is-section.box-space-m.space-around.stack-bottom { padding-top: 2.5vw !important; }

.is-wrapper div.is-section.box-space-lg.space-around { padding: 7vw; }
.box-space-lg.space-around .is-box { margin: 0px; }
.is-wrapper div.is-section.box-space-lg.space-around.stack-top { padding-bottom: 3.5vw !important; }
.is-wrapper div.is-section.box-space-lg.space-around.stack-middle { padding-top: 3.5vw !important;padding-bottom: 3.5vw !important; }
.is-wrapper div.is-section.box-space-lg.space-around.stack-bottom { padding-top: 3.5vw !important; }

/* responsive */
@media (max-width: 970px) {
    .box-space .is-box {
        width: calc(100% * (1/1) - 15px); /* new */
    }
    .box-space.space-around .is-box {
        width: 100%; /* new */
    }
}
@media (max-width: 1280px) {
    /* multi boxes (stacking inherits above => see mutli boxes (stacking)) */
    .box-space .is-box { margin: 7.5px; }
    .is-wrapper div.is-section.v2.box-space, .box-space > .is-boxes { padding: 7.5px; }
    .is-wrapper div.is-section.box-space { padding: 7.5px; } /* new */

    /* single box (stacking) */
    .is-section.is-box.box-space .is-overlay { top:15px !important;bottom:15px !important;left:15px !important;right:15px !important; }
    .is-section.is-box.box-space.stack-top .is-overlay { top:15px !important;bottom:7.5px !important;left:15px !important;right:15px !important; }
    .is-section.is-box.box-space.stack-bottom .is-overlay { top:7.5px !important;bottom:15px !important;left:15px !important;right:15px !important; }
    .is-section.is-box.box-space.stack-middle .is-overlay { top:7.5px !important;bottom:7.5px !important;left:15px !important;right:15px !important; }

    /* space-around */
    .is-wrapper div.is-section.v2.box-space.space-around, .box-space.space-around .is-boxes { padding: 15px; }
    .box-space.space-around .is-box { margin: 0px; }
    .is-wrapper div.is-section.v2.box-space.space-around.stack-top, .box-space.space-around.stack-top .is-boxes { padding-bottom: 7.5px !important; }
    .is-wrapper div.is-section.v2.box-space.space-around.stack-middle, .box-space.space-around.stack-middle .is-boxes { padding-top: 7.5px !important;padding-bottom: 7.5px !important; }
    .is-wrapper div.is-section.v2.box-space.space-around.stack-bottom, .box-space.space-around.stack-bottom .is-boxes { padding-top: 7.5px !important; }
}
/* /VARIATIONS */

/* Content */
.is-container {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
    padding: 30px;
    position:relative;
    margin-left: auto;
    margin-right: auto;
    box-sizing:border-box;
}
.is-no-section .is-container {padding: 0 0;}
.is-container a {display: inline;}

/* Boxed Layout (old version / backward compatible) */
.is-wrapper  .is-boxed-layout .is-container {padding:50px; background:#fff;} 
@media all and (max-width: 1280px) {.is-wrapper  .is-boxed-layout .is-container { padding:30px; }}
@media all and (max-width: 1024px) {.is-wrapper  .is-boxed-layout .is-container { padding:30px; width: 80vw;}}

/* Scroll Down Icon */
.is-arrow-down {
    display: block;
    cursor: pointer;
    z-index: 50;
    margin-bottom: 40px;
    width: 45px;
    height: 45px;
    margin-left: 0px;
}
.box-space .is-arrow-down {
    margin-bottom: 60px;
}
.box-space.box-space-sm .is-arrow-down {
    margin-bottom: 80px;
}
.box-space.box-space-m .is-arrow-down {
    margin-bottom: 120px;
}
.box-space.box-space-lg .is-arrow-down {
    margin-bottom: 160px;
}
@media all and (max-width: 1280px) {
	.is-arrow-down { display:none !important; }
}
.is-arrow-down > a {   
  text-decoration: none;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: rgb(0, 0, 0);
  font-size: 22px;
}
.bounce {
	-moz-animation: bounce 5s forwards;
	-webkit-animation: bounce 5s forwards;
	animation: bounce 5s forwards;
}
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% { -moz-transform: translateY(0); }
	40% { -moz-transform: translateY(-30px); }
	60% { -moz-transform: translateY(-15px); }
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); }
	40% { -webkit-transform: translateY(-30px); }
	60% { -webkit-transform: translateY(-15px); }
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
	40% { -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); transform: translateY(-30px);	}
	60% { -webkit-transform: translateY(-15px); -moz-transform: translateY(-15px); -ms-transform: translateY(-15px); -o-transform: translateY(-15px); transform: translateY(-15px); }
}
.is-arrow-down.light a {
    background: rgba(255, 255, 255, 0.18);color: #111;
}

/* Overlay */
.is-overlay {
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    overflow:hidden;
}
.is-overlay .is-overlay-bg {
    position:absolute;left:0px;top:0px;width:100%;height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:50% 60%;
}
@media all and (max-width: 1024px) { 
    
    /* Stacking Overlay */
    .is-box.m-overlay-stack .is-overlay {
        position: relative;
        width: 100%;
        min-height: 35vh;
        flex-grow: 1;
    } 
    .m-light-text * {color: #fff;}
    .m-dark-text * {color: #111;}
    .m-light-text, .m-light-text h1, .m-light-text h2, .m-light-text h3, .m-light-text h4, .m-light-text h5, .m-light-text h6, .m-light-text p, .m-light-text li {
        color: #fff !important;
    }
    .m-dark-text, .m-dark-text h1, .m-dark-text h2, .m-dark-text h3, .m-dark-text h4, .m-dark-text h5, .m-dark-text h6, .m-dark-text p, .m-dark-text li {
        color: #111 !important;
    }
    
    .is-overlay .is-overlay-bg {
        background-size:cover !important; /* needed, because custom % value isn't safe for mobile portrait proportion */
    }
}
.is-overlay .is-overlay-bg.is-scale-animated.is-inview {
    animation:is-scale 25s ease forwards; 
    -ms-animation:is-scale 25s ease forwards;
    -webkit-animation:is-scale 25s ease forwards;
    -o-animation:is-scale 25s ease forwards;
    -moz-animation:is-scale 25s ease forwards;   
}
@keyframes is-scale {
    from {
  	    transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
    }
    to {
  	    transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }
}    
.is-overlay .is-overlay-color {
    position:absolute;left:0px;top:0px;width:100%;height:100%;
    background-color: rgb(0, 0, 0);opacity: 0.05;
}        
.is-overlay .is-overlay-content {
    position:absolute;left:0px;top:0px;width:100%;height:100%;
    overflow:hidden;
    z-index: inherit;
}

/* Navbar Adjustment */
.is-wrapper div.is-section.is-section-navbar,
.is-wrapper div.is-section.is-section-navbar .is-overlay,
.is-wrapper div.is-section.is-section-navbar .is-overlay .is-overlay-content {
    overflow: initial !important; /* fix sub menu not fully displayed on Safari */
} 
.is-overlay .is-overlay-content.content-selectable { z-index: 1 }
.is-container { z-index: 1 }

.is-wrapper div.is-section.is-section-navbar + .is-section > .is-boxes > .is-box:first-child > .is-boxes > .is-box-centered > .is-container,
.is-wrapper div.is-section.is-section-navbar + .is-section > .is-boxes > .is-box-centered > .is-container {
    padding-top: 70px !important;
}
@media all and (max-width: 1280px) {
    .is-wrapper div.is-section.is-section-navbar + .is-section > .is-boxes > .is-box:first-child > .is-boxes > .is-box-centered > .is-container,
    .is-wrapper div.is-section.is-section-navbar + .is-section > .is-boxes > .is-box-centered > .is-container {
        padding-top: 95px !important;
    }
}
/* Simplified Flex */
.is-wrapper div.is-section.is-section-navbar + .is-section > .is-boxes > .is-box:first-child > .is-container,
.is-wrapper div.is-section.is-section-navbar + .is-section > .is-container {
    padding-top: 70px !important;
}
@media all and (max-width: 1280px) {
    .is-wrapper div.is-section.is-section-navbar + .is-section > .is-boxes > .is-box:first-child .is-container,
    .is-wrapper div.is-section.is-section-navbar + .is-section .is-container {
        padding-top: 95px !important;
    }
}

/* Section & Content Styles */

/* Background Color (backward compatible) */
.is-bg-grey, .is-wrapper div.is-section.is-bg-grey {background-color:#eeeff0}
.is-bg-dark, .is-wrapper div.is-section.is-bg-dark {background-color:#111}
.is-bg-light, .is-wrapper div.is-section.is-bg-light {background-color:#fff}

/* Text Color */
.is-light-text, .is-light-text h1, .is-light-text h2, .is-light-text h3, .is-light-text h4, .is-light-text h5, .is-light-text h6, .is-light-text p, .is-light-text li {
    color: #fff;
}

.is-dark-text, .is-dark-text h1, .is-dark-text h2, .is-dark-text h3, .is-dark-text h4, .is-dark-text h5, .is-dark-text h6, .is-dark-text p, .is-dark-text li {
    color: #111;
}

.is-dark-text .is-light-text * {color: #fff;}
.is-light-text .is-dark-text * {color: #000;}

.is-dark-text .glide__arrows svg,
.is-light-text .is-dark-text .glide__arrows svg {
    fill: #000 !important;
}
.is-light-text .glide__arrows svg,
.is-dark-text .is-light-text .glide__arrows svg {
    fill: #fff !important;
}

.is-dark-text .glide__bullet--active,
.is-light-text .is-dark-text .glide__bullet--active {
    background-color: #000 !important;
}
.is-light-text .glide__bullet--active,
.is-dark-text .is-light-text .glide__bullet--active {
    background-color: #fff !important;
}

.is-dark-text .glide__bullet,
.is-light-text .is-dark-text .glide__bullet {
    border: 1px solid black !important;
}
.is-light-text .glide__bullet,
.is-dark-text .is-light-text .glide__bullet {
    border: 2px solid transparent !important;
}

/* Slider Adjustment */
.glide__bullets {
    bottom: 6vh !important;
    /* mix-blend-mode: difference; */
}

.glide--carousel .glide__slide { z-index:-100 !important; } /* fix carousel flicker */
.glide--carousel .glide__slide--active { z-index:1 !important; }

/* To give space for the arrows */
@media all and (max-width: 970px) {
    .is-box:has( .glide) .is-container {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 180px);
    }
}
@media all and (max-width: 760px) {
    .is-box:has( .glide) .is-container {
        width: calc(100% - 80px);
    }
}

/* Vertical Alignment */
.is-wrapper div.is-section.is-box.is-content-top, 
.is-section.is-box.is-content-top {
    justify-content:flex-start;
}
.is-wrapper div.is-section.is-box.is-content-bottom, 
.is-section.is-box.is-content-bottom {
    justify-content:flex-end;
}

.is-boxes > div.is-content-top, 
.is-box.is-content-top,
.is-content-top {
    justify-content:flex-start;
}
.is-boxes > div.is-content-bottom, 
.is-box.is-content-bottom,
.is-content-bottom {
    justify-content:flex-end;
}

/* Horizontal Alignment */
.is-container.is-content-left {
    margin-left: 4.6vw;
}
.is-container.is-content-right {
    margin-right: 4.6vw;
}

@media all and (max-width: 760px) {   
    .is-container.is-content-left {
        margin-left:auto;
        margin-right:auto;
    }
    .is-container.is-content-right {
        margin-right:auto;
        margin-left:auto;
    }
}

/* Vertical Adjustment */
.is-content-top .is-container { margin-top:6.5vh; margin-bottom:0; } /* default */
.is-content-bottom .is-container { margin-bottom:6.5vh; margin-top:0; } /* default */

.is-content-top.edge-y--5 .is-container { margin-top:-16.5vh; margin-bottom:0; } 
.is-content-bottom.edge-y--5 .is-container { margin-bottom:-16.5vh; margin-top:0; }

.is-content-top.edge-y--4 .is-container { margin-top:-13.2vh; margin-bottom:0; } 
.is-content-bottom.edge-y--4 .is-container { margin-bottom:-13.2vh; margin-top:0; }

.is-content-top.edge-y--3 .is-container { margin-top:-9.9vh; margin-bottom:0; } 
.is-content-bottom.edge-y--3 .is-container { margin-bottom:-9.9vh; margin-top:0; }

.is-content-top.edge-y--2 .is-container { margin-top:-6.6vh; margin-bottom:0; }
.is-content-bottom.edge-y--2 .is-container { margin-bottom:-6.6vh; margin-top:0; }
 
.is-content-top.edge-y--1 .is-container { margin-top:-3.3vh; margin-bottom:0; } 
.is-content-bottom.edge-y--1 .is-container { margin-bottom:-3.3vh; margin-top:0; }

.is-content-top.edge-y-0  .is-container { margin-top:0; margin-bottom:0; }
.is-content-bottom.edge-y-0 .is-container { margin-bottom:0; margin-top:0; }

.is-content-top.edge-y-0-25  .is-container { margin-top:0.825vh; margin-bottom:0; }
.is-content-bottom.edge-y-0-25 .is-container { margin-bottom:0.825vh; margin-top:0; }

.is-content-top.edge-y-0-5  .is-container { margin-top:1.65vh; margin-bottom:0; }
.is-content-bottom.edge-y-0-5 .is-container { margin-bottom:1.65vh; margin-top:0; }

.is-content-top.edge-y-0-75  .is-container { margin-top:2.475vh; margin-bottom:0; }
.is-content-bottom.edge-y-0-75 .is-container { margin-bottom:2.475vh; margin-top:0; }

.is-content-top.edge-y-1  .is-container { margin-top:3.3vh; margin-bottom:0; } 
.is-content-bottom.edge-y-1 .is-container { margin-bottom:3.3vh; margin-top:0; } 

.is-content-top.edge-y-2  .is-container { margin-top:6.6vh; margin-bottom:0; }
.is-content-bottom.edge-y-2 .is-container { margin-bottom:6.6vh; margin-top:0; }

.is-content-top.edge-y-3  .is-container { margin-top:9.9vh; margin-bottom:0; }
.is-content-bottom.edge-y-3 .is-container { margin-bottom:9.9vh; margin-top:0; }

.is-content-top.edge-y-4  .is-container { margin-top:13.2vh; margin-bottom:0; }
.is-content-bottom.edge-y-4 .is-container { margin-bottom:13.2vh; margin-top:0; }

.is-content-top.edge-y-5  .is-container { margin-top:16.5vh; margin-bottom:0; }
.is-content-bottom.edge-y-5 .is-container { margin-bottom:16.5vh; margin-top:0; }

.is-content-top.edge-y-6  .is-container { margin-top:19.8vh; margin-bottom:0; }
.is-content-bottom.edge-y-6 .is-container { margin-bottom:19.8vh; margin-top:0; }

.is-content-top.edge-y-7  .is-container { margin-top:23.1vh; margin-bottom:0; }
.is-content-bottom.edge-y-7 .is-container { margin-bottom:23.1vh; margin-top:0; }

.is-content-top.edge-y-8  .is-container { margin-top:26.4vh; margin-bottom:0; }
.is-content-bottom.edge-y-8 .is-container { margin-bottom:26.4vh; margin-top:0; }

/* Horizontal Adjustment */
.is-content-left.edge-x--1 { margin-left:-1.9vw }
.is-content-right.edge-x--1 { margin-right:-1.9vw }

.is-content-left.edge-x--0-75 { margin-left:-1.425vw; }
.is-content-right.edge-x--0-75 { margin-right:-1.425vw; }

.is-content-left.edge-x--0-5 { margin-left:-0.95vw; }
.is-content-right.edge-x--0-5 { margin-right:-0.95vw; }

.is-content-left.edge-x--0-25 { margin-left:-0.475vw; }
.is-content-right.edge-x--0-25 { margin-right:-0.475vw; }

.is-content-left.edge-x-0 { margin-left:0 }
.is-content-right.edge-x-0 { margin-right:0 }

.is-content-left.edge-x-0-25 { margin-left:0.475vw; width: calc(100% - 0.475vw) }
.is-content-right.edge-x-0-25 { margin-right:0.475vw; width: calc(100% - 0.475vw) }

.is-content-left.edge-x-0-5 { margin-left:0.95vw; width: calc(100% - 0.95vw) }
.is-content-right.edge-x-0-5 { margin-right:0.95vw; width: calc(100% - 0.95vw) }

.is-content-left.edge-x-0-75 { margin-left:1.425vw; width: calc(100% - 1.425vw) }
.is-content-right.edge-x-0-75 { margin-right:1.425vw; width: calc(100% - 1.425vw) }

.is-content-left.edge-x-1 { margin-left:1.9vw; width: calc(100% - 1.9vw) }
.is-content-right.edge-x-1 { margin-right:1.9vw; width: calc(100% - 1.9vw) }

.is-content-left.edge-x-2 { margin-left:3.7vw; width: calc(100% - 3.7vw) }
.is-content-right.edge-x-2 { margin-right:3.7vw; width: calc(100% - 3.7vw) }

.is-content-left.edge-x-3 { margin-left:5.6vw; width: calc(100% - 5.6vw) }
.is-content-right.edge-x-3 { margin-right:5.6vw; width: calc(100% - 5.6vw) }

.is-content-left.edge-x-4 { margin-left:7.4vw; width: calc(100% - 7.4vw) }
.is-content-right.edge-x-4 { margin-right:7.4vw; width: calc(100% - 7.4vw) }

.is-content-left.edge-x-5 { margin-left:9.3vw; width: calc(100% - 9.3vw) }
.is-content-right.edge-x-5 { margin-right:9.3vw; width: calc(100% - 9.3vw) }

.is-content-left.edge-x-6 { margin-left:11.2vw; width: calc(100% - 11.2vw) }
.is-content-right.edge-x-6 { margin-right:11.2vw; width: calc(100% - 11.2vw) }

@media all and (max-width: 1600px) {   
    .is-content-left.edge-x--1 { margin-left:-0.5vw }
    .is-content-right.edge-x--1 { margin-right:-0.5vw }
    
    .is-content-left.edge-x--0-75 { margin-left:-0.35vw }
    .is-content-right.edge-x--0-75 { margin-right:-0.35vw }
    
    .is-content-left.edge-x--0-5 { margin-left:-0.25vw }
    .is-content-right.edge-x--0-5 { margin-right:-0.25vw }
    
    .is-content-left.edge-x--0-25 { margin-left:-0.15vw }
    .is-content-right.edge-x--0-25 { margin-right:-0.15vw }
    
    .is-content-left.edge-x-0 { margin-left:0 }
    .is-content-right.edge-x-0 { margin-right:0 }
    
    .is-content-left.edge-x-0-25 { margin-left:0.15vw; width: calc(100% - 0.15vw) }
    .is-content-right.edge-x-0-25 { margin-right:0.15vw; width: calc(100% - 0.15vw) }
    
    .is-content-left.edge-x-0-5 { margin-left:0.25vw; width: calc(100% - 0.25vw) }
    .is-content-right.edge-x-0-5 { margin-right:0.25vw; width: calc(100% - 0.25vw) }
    
    .is-content-left.edge-x-0-75 { margin-left:0.35vw; width: calc(100% - 0.35vw) }
    .is-content-right.edge-x-0-75 { margin-right:0.35vw; width: calc(100% - 0.35vw) }
    
    .is-content-left.edge-x-1 { margin-left:0.5vw; width: calc(100% - 0.5vw) }
    .is-content-right.edge-x-1 { margin-right:0.5vw; width: calc(100% - 0.5vw) }
    
    .is-content-left.edge-x-2 { margin-left:1vw; width: calc(100% - 1vw) }
    .is-content-right.edge-x-2 { margin-right:1vw; width: calc(100% - 1vw) }
    
    .is-content-left.edge-x-3 { margin-left:1.5vw; width: calc(100% - 1.5vw) }
    .is-content-right.edge-x-3 { margin-right:1.5vw; width: calc(100% - 1.5vw) }
    
    .is-content-left.edge-x-4 { margin-left:2vw; width: calc(100% - 2vw) }
    .is-content-right.edge-x-4 { margin-right:2vw; width: calc(100% - 2vw) }
    
    .is-content-left.edge-x-5 { margin-left:2.5vw; width: calc(100% - 2.5vw) }
    .is-content-right.edge-x-5 { margin-right:2.5vw; width: calc(100% - 2.5vw) }
    
    .is-content-left.edge-x-6 { margin-left:3vw; width: calc(100% - 3vw) }
    .is-content-right.edge-x-6 { margin-right:3vw; width: calc(100% - 3vw) }
}

@media all and (max-width: 970px) {  /*1600px*/     
    .is-content-left.edge-x--1 { margin-left:auto }
    .is-content-right.edge-x--1 { margin-right:auto }

    .is-content-left.edge-x--0-75 { margin-left:auto }
    .is-content-right.edge-x--0-75 { margin-right:auto }

    .is-content-left.edge-x--0-5 { margin-left:auto }
    .is-content-right.edge-x--0-5 { margin-right:auto }

    .is-content-left.edge-x--0-25 { margin-left:auto }
    .is-content-right.edge-x--0-25 { margin-right:auto }

    .is-content-left.edge-x-0 { margin-left:auto }
    .is-content-right.edge-x-0 { margin-right:auto }

    .is-content-left.edge-x-0-25 { margin-left:auto }
    .is-content-right.edge-x-0-25 { margin-right:auto }

    .is-content-left.edge-x-0-5 { margin-left:auto }
    .is-content-right.edge-x-0-5 { margin-right:auto }

    .is-content-left.edge-x-0-75 { margin-left:auto }
    .is-content-right.edge-x-0-75 { margin-right:auto }

    .is-content-left.edge-x-1 { margin-left:auto }
    .is-content-right.edge-x-1 { margin-right:auto }

    .is-content-left.edge-x-2 { margin-left:auto }
    .is-content-right.edge-x-2 { margin-right:auto }

    .is-content-left.edge-x-3 { margin-left:auto }
    .is-content-right.edge-x-3 { margin-right:auto }

    .is-content-left.edge-x-4 { margin-left:auto }
    .is-content-right.edge-x-4 { margin-right:auto }

    .is-content-left.edge-x-5 { margin-left:auto }
    .is-content-right.edge-x-5 { margin-right:auto }

    .is-content-left.edge-x-6 { margin-left:auto }
    .is-content-right.edge-x-6 { margin-right:auto }
}

/* Text Alignment */
.is-align-right { text-align:right }
.is-align-center { text-align:center }
.is-align-left { text-align:left }
.is-align-justify { text-align:justify }

/* Text Opacity */
.is-opacity-20 .is-container, .is-opacity-20 .is-block { opacity: 0.2 }
.is-opacity-25 .is-container, .is-opacity-25 .is-block { opacity: 0.25 }
.is-opacity-30 .is-container, .is-opacity-30 .is-block { opacity: 0.3 }
.is-opacity-35 .is-container, .is-opacity-35 .is-block { opacity: 0.35 }
.is-opacity-40 .is-container, .is-opacity-40 .is-block { opacity: 0.4 }
.is-opacity-45 .is-container, .is-opacity-45 .is-block { opacity: 0.45 }
.is-opacity-50 .is-container, .is-opacity-50 .is-block { opacity: 0.5 }
.is-opacity-55 .is-container, .is-opacity-55 .is-block { opacity: 0.55 }
.is-opacity-60 .is-container, .is-opacity-60 .is-block { opacity: 0.6 }
.is-opacity-65 .is-container, .is-opacity-65 .is-block { opacity: 0.65 }
.is-opacity-70 .is-container, .is-opacity-70 .is-block { opacity: 0.7 }
.is-opacity-75 .is-container, .is-opacity-75 .is-block { opacity: 0.75 }
.is-opacity-80 .is-container, .is-opacity-80 .is-block { opacity: 0.8 }
.is-opacity-85 .is-container, .is-opacity-85 .is-block { opacity: 0.85 }
.is-opacity-90 .is-container, .is-opacity-90 .is-block { opacity: 0.9 }
.is-opacity-95 .is-container, .is-opacity-95 .is-block  { opacity: 0.95 }

/* Content Size */
.is-content-none { max-width: unset }
.is-content-300 { max-width: 17vw }
.is-content-320 { max-width: 18vw }
.is-content-340 { max-width: 19vw }
.is-content-360 { max-width: 20vw }
.is-content-380 { max-width: 21vw } 
.is-content-400 { max-width: 22vw }
.is-content-420 { max-width: 23vw }
.is-content-440 { max-width: 24vw }
.is-content-460 { max-width: 25vw }
.is-content-480 { max-width: 26vw }
.is-content-500 { max-width: 27vw }
.is-content-520 { max-width: 28vw }
.is-content-540 { max-width: 29vw }
.is-content-560 { max-width: 30vw }
.is-content-580 { max-width: 31vw }
.is-content-600 { max-width: 32vw }
.is-content-620 { max-width: 33vw }
.is-content-640 { max-width: 35vw }
.is-content-660 { max-width: 35vw }
.is-content-680 { max-width: 36vw }
.is-content-700 { max-width: 37vw }
.is-content-720 { max-width: 38vw }
.is-content-740 { max-width: 39vw }
.is-content-760 { max-width: 40vw }
.is-content-780 { max-width: 41vw }
.is-content-800 { max-width: 42vw }
.is-content-820 { max-width: 43vw }
.is-content-840 { max-width: 44vw }
.is-content-860 { max-width: 45vw }
.is-content-880 { max-width: 46vw } 
.is-content-900 { max-width: 47vw }
.is-content-920 { max-width: 48vw }
.is-content-940 { max-width: 49vw }
.is-content-960 { max-width: 50vw }
.is-content-970 { max-width: 51vw } 
.is-content-980 { max-width: 52vw }
.is-content-1000 { max-width: 53vw }
.is-content-1020 { max-width: 54vw }
.is-content-1040 { max-width: 55vw }
.is-content-1050 { max-width: 56vw } 
.is-content-1060 { max-width: 57vw }
.is-content-1080 { max-width: 58vw }
.is-content-1100 { max-width: 59vw }
.is-content-1120 { max-width: 60vw }
.is-content-1140 { max-width: 61vw }
.is-content-1160 { max-width: 62vw }
.is-content-1180 { max-width: 63vw }
.is-content-1200 { max-width: 64vw }
.is-content-1220 { max-width: 65vw }
.is-content-1240 { max-width: 66vw }
.is-content-1260 { max-width: 67vw }
.is-content-1280 { max-width: 68vw }
.is-content-1300 { max-width: 69vw }
.is-content-1320 { max-width: 70vw }
.is-content-1340 { max-width: 71vw }
.is-content-1360 { max-width: 72vw }
.is-content-1380 { max-width: 73vw }
.is-content-1400 { max-width: 74vw }
.is-content-1420 { max-width: 75vw }
.is-content-1440 { max-width: 76vw }
.is-content-1460 { max-width: 77vw }
.is-content-1480 { max-width: 78vw }
.is-content-1500 { max-width: 79vw }
.is-content-1520 { max-width: 80vw }
.is-content-1540 { max-width: 81vw }
.is-content-1560 { max-width: 82vw }
.is-content-1580 { max-width: 83vw }
.is-content-1600 { max-width: 84vw }
.is-content-1620 { max-width: 85vw }
.is-content-1640 { max-width: 86vw }
.is-content-1660 { max-width: 87vw }
.is-content-1680 { max-width: 88vw }
.is-content-1700 { max-width: 89vw }
.is-content-1720 { max-width: 90vw }
.is-content-1740 { max-width: 91vw }
.is-content-1760 { max-width: 92vw }
.is-content-1780 { max-width: 93vw }
.is-content-1800 { max-width: 94vw }
.is-content-1820 { max-width: 95vw }
.is-content-1840 { max-width: 96vw }
.is-content-1860 { max-width: 97vw }
.is-content-1880 { max-width: 98vw }
.is-content-1900 { max-width: 99vw }
.is-content-1920 { max-width: 100vw }
.is-content-1940 { max-width: unset }
.is-content-1960 { max-width: unset }
.is-content-1980 { max-width: unset }
.is-content-2000 { max-width: unset }
.is-content-2020 { max-width: unset }
.is-content-2040 { max-width: unset }
.is-content-2060 { max-width: unset }
.is-content-2080 { max-width: unset }
.is-content-2100 { max-width: unset }
.is-content-2120 { max-width: unset }
.is-content-2140 { max-width: unset }
.is-content-2160 { max-width: unset }
.is-content-2180 { max-width: unset }
.is-content-2200 { max-width: unset }
.is-content-2220 { max-width: unset }
.is-content-2240 { max-width: unset }
.is-content-2260 { max-width: unset }
.is-content-2280 { max-width: unset }
.is-content-2300 { max-width: unset }
.is-content-2320 { max-width: unset }
.is-content-2340 { max-width: unset }
.is-content-2360 { max-width: unset }
.is-content-2380 { max-width: unset }
.is-content-2400 { max-width: unset }
.is-content-2420 { max-width: unset }
.is-content-2440 { max-width: unset }
.is-content-2460 { max-width: unset }
.is-content-2480 { max-width: unset }
.is-content-2500 { max-width: unset }
.is-content-2520 { max-width: unset }
.is-content-2540 { max-width: unset }
.is-content-2560 { max-width: unset }
.is-content-2580 { max-width: unset }
.is-content-2600 { max-width: unset }
.is-content-2620 { max-width: unset }
.is-content-2640 { max-width: unset }
.is-content-2660 { max-width: unset }
.is-content-2680 { max-width: unset }
.is-content-2700 { max-width: unset }

/* Prevent small container */
@media all and (max-width: 1920px) { 
    .is-content-300 { max-width: 300px }
    .is-content-320 { max-width: 320px }
    .is-content-340 { max-width: 340px }
    .is-content-360 { max-width: 360px }
    .is-content-380 { max-width: 380px } 
    .is-content-400 { max-width: 400px }
    .is-content-420 { max-width: 420px }
    .is-content-440 { max-width: 440px }
    .is-content-460 { max-width: 460px }
    .is-content-480 { max-width: 480px }
    .is-content-500 { max-width: 500px }
}
@media all and (max-width: 1600px) { /* Enlarge */
    .is-content-520 { max-width: 38vw }
    .is-content-540 { max-width: 39vw }
    .is-content-560 { max-width: 40vw }
    .is-content-580 { max-width: 41vw }
    .is-content-600 { max-width: 42vw }
    .is-content-620 { max-width: 43vw }
    .is-content-640 { max-width: 45vw }
    .is-content-660 { max-width: 45vw }
    .is-content-680 { max-width: 46vw }
    .is-content-700 { max-width: 47vw }
    .is-content-720 { max-width: 48vw }
    .is-content-740 { max-width: 49vw }
    .is-content-760 { max-width: 50vw }
    .is-content-780 { max-width: 51vw }
    .is-content-800 { max-width: 52vw }
    .is-content-820 { max-width: 53vw }
    .is-content-840 { max-width: 54vw }
    .is-content-860 { max-width: 55vw }
    .is-content-880 { max-width: 56vw } 
    .is-content-900 { max-width: 57vw }
    .is-content-920 { max-width: 58vw }
    .is-content-940 { max-width: 59vw }
    .is-content-960 { max-width: 60vw }
    .is-content-970 { max-width: 61vw } 
    .is-content-980 { max-width: 62vw }
    .is-content-1000 { max-width: 63vw }
    .is-content-1020 { max-width: 64vw }
    .is-content-1040 { max-width: 65vw }
    .is-content-1050 { max-width: 66vw } 
    .is-content-1060 { max-width: 67vw }
    .is-content-1080 { max-width: 68vw }
    .is-content-1100 { max-width: 69vw }
    .is-content-1120 { max-width: 70vw }
    .is-content-1140 { max-width: 71vw }
    .is-content-1160 { max-width: 72vw }
    .is-content-1180 { max-width: 73vw }
    .is-content-1200 { max-width: 74vw }
    .is-content-1220 { max-width: 75vw }
    .is-content-1240 { max-width: 76vw }
    .is-content-1260 { max-width: 77vw }
    .is-content-1280 { max-width: 78vw }
    .is-content-1300 { max-width: 79vw }
    .is-content-1320 { max-width: 80vw }
    .is-content-1340 { max-width: 81vw }
    .is-content-1360 { max-width: 82vw }
    .is-content-1380 { max-width: 83vw }
    .is-content-1400 { max-width: 84vw }
    .is-content-1420 { max-width: 85vw }
    .is-content-1440 { max-width: 86vw }
    .is-content-1460 { max-width: 87vw }
    .is-content-1480 { max-width: 88vw }
    .is-content-1500 { max-width: 89vw }
    .is-content-1520 { max-width: 90vw }
    .is-content-1540 { max-width: 91vw }
    .is-content-1560 { max-width: 92vw }
    .is-content-1580 { max-width: 93vw }
    .is-content-1600 { max-width: 94vw }
    .is-content-1620 { max-width: 95vw }
    .is-content-1640 { max-width: 96vw }
    .is-content-1660 { max-width: 97vw }
    .is-content-1680 { max-width: 98vw }
    .is-content-1700 { max-width: 99vw }
    .is-content-1720 { max-width: 100vw }
    .is-content-1740 { max-width: unset }
    .is-content-1760 { max-width: unset }
    .is-content-1780 { max-width: unset }
    .is-content-1800 { max-width: unset }
    .is-content-1820 { max-width: unset }
    .is-content-1840 { max-width: unset }
    .is-content-1860 { max-width: unset }
    .is-content-1880 { max-width: unset }
    .is-content-1900 { max-width: unset }
    .is-content-1920 { max-width: unset }
    .is-content-1940 { max-width: unset }
    .is-content-1960 { max-width: unset }
    .is-content-1980 { max-width: unset }
    .is-content-2000 { max-width: unset }
    .is-content-2020 { max-width: unset }
    .is-content-2040 { max-width: unset }
    .is-content-2060 { max-width: unset }
    .is-content-2080 { max-width: unset }
    .is-content-2100 { max-width: unset }
    .is-content-2120 { max-width: unset }
    .is-content-2140 { max-width: unset }
    .is-content-2160 { max-width: unset }
    .is-content-2180 { max-width: unset }
    .is-content-2200 { max-width: unset }
    .is-content-2220 { max-width: unset }
    .is-content-2240 { max-width: unset }
    .is-content-2260 { max-width: unset }
    .is-content-2280 { max-width: unset }
    .is-content-2300 { max-width: unset }
    .is-content-2320 { max-width: unset }
    .is-content-2340 { max-width: unset }
    .is-content-2360 { max-width: unset }
    .is-content-2380 { max-width: unset }
    .is-content-2400 { max-width: unset }
    .is-content-2420 { max-width: unset }
    .is-content-2440 { max-width: unset }
    .is-content-2460 { max-width: unset }
    .is-content-2480 { max-width: unset }
    .is-content-2500 { max-width: unset }
    .is-content-2520 { max-width: unset }
    .is-content-2540 { max-width: unset }
    .is-content-2560 { max-width: unset }
    .is-content-2580 { max-width: unset }
    .is-content-2600 { max-width: unset }
    .is-content-2620 { max-width: unset }
    .is-content-2640 { max-width: unset }
    .is-content-2660 { max-width: unset }
    .is-content-2680 { max-width: unset }
    .is-content-2700 { max-width: unset }
}

@media all and (max-width: 1280px) { 
    .is-content-300 { max-width: 63vw }
    .is-content-320 { max-width: 63vw }
    .is-content-340 { max-width: 63vw }
    .is-content-360 { max-width: 63vw }
    .is-content-380 { max-width: 63vw } 
    .is-content-400 { max-width: 63vw }
    .is-content-420 { max-width: 63vw }
    .is-content-440 { max-width: 63vw }
    .is-content-460 { max-width: 63vw }
    .is-content-480 { max-width: 63vw }
    .is-content-500 { max-width: 63vw }
    .is-content-520 { max-width: 63vw }
    .is-content-540 { max-width: 63vw }
    .is-content-560 { max-width: 63vw }
    .is-content-580 { max-width: 63vw }
    .is-content-600 { max-width: 63vw }
    .is-content-620 { max-width: 63vw }
    .is-content-640 { max-width: 63vw }
    .is-content-660 { max-width: 63vw }
    .is-content-680 { max-width: 63vw }
    .is-content-700 { max-width: 65vw }
    .is-content-720 { max-width: 67vw }
    .is-content-740 { max-width: 69vw }
    .is-content-760 { max-width: 71vw }
    .is-content-780 { max-width: 73vw }
    .is-content-800 { max-width: 75vw }
    .is-content-820 { max-width: 78vw }
    .is-content-840 { max-width: 81vw }
    .is-content-860 { max-width: 84vw }
    .is-content-880 { max-width: 87vw } 
    .is-content-900 { max-width: 90vw }
    .is-content-920 { max-width: 93vw }
    .is-content-940 { max-width: 96vw }
    .is-content-960 { max-width: unset }
    .is-content-970 { max-width: unset } 
    .is-content-980 { max-width: unset }
    .is-content-1000 { max-width: unset }
    .is-content-1020 { max-width: unset }
    .is-content-1040 { max-width: unset }
    .is-content-1050 { max-width: unset } 
    .is-content-1060 { max-width: unset }
    .is-content-1080 { max-width: unset }
    .is-content-1100 { max-width: unset }
    .is-content-1120 { max-width: unset }
    .is-content-1140 { max-width: unset }
    .is-content-1160 { max-width: unset }
    .is-content-1180 { max-width: unset }
    .is-content-1200 { max-width: unset }
    .is-content-1220 { max-width: unset }
    .is-content-1240 { max-width: unset }
    .is-content-1260 { max-width: unset }
    .is-content-1280 { max-width: unset }
    .is-content-1300 { max-width: unset }
    .is-content-1320 { max-width: unset }
    .is-content-1340 { max-width: unset }
    .is-content-1360 { max-width: unset }
    .is-content-1380 { max-width: unset }
    .is-content-1400 { max-width: unset }
    .is-content-1420 { max-width: unset }
    .is-content-1440 { max-width: unset }
    .is-content-1460 { max-width: unset }
    .is-content-1480 { max-width: unset }
    .is-content-1500 { max-width: unset }
    .is-content-1520 { max-width: unset }
    .is-content-1540 { max-width: unset }
    .is-content-1560 { max-width: unset }
    .is-content-1580 { max-width: unset }
    .is-content-1600 { max-width: unset }
    .is-content-1620 { max-width: unset }
    .is-content-1640 { max-width: unset }
    .is-content-1660 { max-width: unset }
    .is-content-1680 { max-width: unset }
    .is-content-1700 { max-width: unset }
    .is-content-1720 { max-width: unset }
    .is-content-1740 { max-width: unset }
    .is-content-1760 { max-width: unset }
    .is-content-1780 { max-width: unset }
    .is-content-1800 { max-width: unset }
    .is-content-1820 { max-width: unset }
    .is-content-1840 { max-width: unset }
    .is-content-1860 { max-width: unset }
    .is-content-1880 { max-width: unset }
    .is-content-1900 { max-width: unset }
    .is-content-1920 { max-width: unset }
    .is-content-1940 { max-width: unset }
    .is-content-1960 { max-width: unset }
    .is-content-1980 { max-width: unset }
    .is-content-2000 { max-width: unset }
    .is-content-2020 { max-width: unset }
    .is-content-2040 { max-width: unset }
    .is-content-2060 { max-width: unset }
    .is-content-2080 { max-width: unset }
    .is-content-2100 { max-width: unset }
    .is-content-2120 { max-width: unset }
    .is-content-2140 { max-width: unset }
    .is-content-2160 { max-width: unset }
    .is-content-2180 { max-width: unset }
    .is-content-2200 { max-width: unset }
    .is-content-2220 { max-width: unset }
    .is-content-2240 { max-width: unset }
    .is-content-2260 { max-width: unset }
    .is-content-2280 { max-width: unset }
    .is-content-2300 { max-width: unset }
    .is-content-2320 { max-width: unset }
    .is-content-2340 { max-width: unset }
    .is-content-2360 { max-width: unset }
    .is-content-2380 { max-width: unset }
    .is-content-2400 { max-width: unset }
    .is-content-2420 { max-width: unset }
    .is-content-2440 { max-width: unset }
    .is-content-2460 { max-width: unset }
    .is-content-2480 { max-width: unset }
    .is-content-2500 { max-width: unset }
    .is-content-2520 { max-width: unset }
    .is-content-2540 { max-width: unset }
    .is-content-2560 { max-width: unset }
    .is-content-2580 { max-width: unset }
    .is-content-2600 { max-width: unset }
    .is-content-2620 { max-width: unset }
    .is-content-2640 { max-width: unset }
    .is-content-2660 { max-width: unset }
    .is-content-2680 { max-width: unset }
    .is-content-2700 { max-width: unset }
}

@media (max-width: 760px) {
    .xs-w-none { max-width: unset !important }
    .xs-w-300 { max-width: 300px !important }
    .xs-w-320 { max-width: 320px !important }
    .xs-w-340 { max-width: 340px !important }
    .xs-w-360 { max-width: 360px !important }
    .xs-w-380 { max-width: 380px !important } 
    .xs-w-400 { max-width: 400px !important }
    .xs-w-420 { max-width: 420px !important }
    .xs-w-440 { max-width: 440px !important }
    .xs-w-460 { max-width: 460px !important }
    .xs-w-480 { max-width: 480px !important }
    .xs-w-500 { max-width: 500px !important }
    .xs-w-520 { max-width: 520px !important }
    .xs-w-540 { max-width: 540px !important }
    .xs-w-560 { max-width: 560px !important }
    .xs-w-580 { max-width: 580px !important }
    .xs-w-600 { max-width: 600px !important }
    .xs-w-620 { max-width: 620px !important }
    .xs-w-640 { max-width: 640px !important }
    .xs-w-660 { max-width: 660px !important }
    .xs-w-680 { max-width: 680px !important }
    .xs-w-700 { max-width: 700px !important }
    .xs-w-720 { max-width: 720px !important }
    .xs-w-740 { max-width: 740px !important }
    .xs-w-760 { max-width: 760px !important }
}
@media (min-width: 761px) and (max-width: 970px) {
    .sm-w-none { max-width: unset !important }
    .sm-w-300 { max-width: 300px !important }
    .sm-w-320 { max-width: 320px !important }
    .sm-w-340 { max-width: 340px !important }
    .sm-w-360 { max-width: 360px !important }
    .sm-w-380 { max-width: 380px !important } 
    .sm-w-400 { max-width: 400px !important }
    .sm-w-420 { max-width: 420px !important }
    .sm-w-440 { max-width: 440px !important }
    .sm-w-460 { max-width: 460px !important }
    .sm-w-480 { max-width: 480px !important }
    .sm-w-500 { max-width: 500px !important }
    .sm-w-520 { max-width: 520px !important }
    .sm-w-540 { max-width: 540px !important }
    .sm-w-560 { max-width: 560px !important }
    .sm-w-580 { max-width: 580px !important }
    .sm-w-600 { max-width: 600px !important }
    .sm-w-620 { max-width: 620px !important }
    .sm-w-640 { max-width: 640px !important }
    .sm-w-660 { max-width: 660px !important }
    .sm-w-680 { max-width: 680px !important }
    .sm-w-700 { max-width: 700px !important }
    .sm-w-720 { max-width: 720px !important }
    .sm-w-740 { max-width: 740px !important }
    .sm-w-760 { max-width: 760px !important }
    .sm-w-780 { max-width: 780px !important }
    .sm-w-800 { max-width: 800px !important }
    .sm-w-820 { max-width: 820px !important }
    .sm-w-840 { max-width: 840px !important }
    .sm-w-860 { max-width: 860px !important }
    .sm-w-880 { max-width: 880px !important } 
    .sm-w-900 { max-width: 900px !important }
    .sm-w-920 { max-width: 920px !important }
    .sm-w-940 { max-width: 940px !important }
    .sm-w-960 { max-width: 960px !important }
    .sm-w-970 { max-width: 970px !important } 
}
@media (min-width: 971px) and (max-width: 1280px) {
    .md-w-none { max-width: unset }
    .md-w-300 { max-width: 300px }
    .md-w-320 { max-width: 320px }
    .md-w-340 { max-width: 340px }
    .md-w-360 { max-width: 360px }
    .md-w-380 { max-width: 380px } 
    .md-w-400 { max-width: 400px }
    .md-w-420 { max-width: 420px }
    .md-w-440 { max-width: 440px }
    .md-w-460 { max-width: 460px }
    .md-w-480 { max-width: 480px }
    .md-w-500 { max-width: 500px }
    .md-w-520 { max-width: 520px }
    .md-w-540 { max-width: 540px }
    .md-w-560 { max-width: 560px }
    .md-w-580 { max-width: 580px }
    .md-w-600 { max-width: 600px }
    .md-w-620 { max-width: 620px }
    .md-w-640 { max-width: 640px }
    .md-w-660 { max-width: 660px }
    .md-w-680 { max-width: 680px }
    .md-w-700 { max-width: 700px }
    .md-w-720 { max-width: 720px }
    .md-w-740 { max-width: 740px }
    .md-w-760 { max-width: 760px }
    .md-w-780 { max-width: 780px }
    .md-w-800 { max-width: 800px }
    .md-w-820 { max-width: 820px }
    .md-w-840 { max-width: 840px }
    .md-w-860 { max-width: 860px }
    .md-w-880 { max-width: 880px } 
    .md-w-900 { max-width: 900px }
    .md-w-920 { max-width: 920px }
    .md-w-940 { max-width: 940px }
    .md-w-960 { max-width: 960px }
    .md-w-970 { max-width: 970px } 
    .md-w-980 { max-width: 980px }
    .md-w-1000 { max-width: 1000px }
    .md-w-1020 { max-width: 1020px }
    .md-w-1040 { max-width: 1040px }
    .md-w-1050 { max-width: 1050px } 
    .md-w-1060 { max-width: 1060px }
    .md-w-1080 { max-width: 1080px }
    .md-w-1100 { max-width: 1100px }
    .md-w-1120 { max-width: 1120px }
    .md-w-1140 { max-width: 1140px }
    .md-w-1160 { max-width: 1160px }
    .md-w-1180 { max-width: 1180px }
    .md-w-1200 { max-width: 1200px }
    .md-w-1220 { max-width: 1220px }
    .md-w-1240 { max-width: 1240px }
    .md-w-1260 { max-width: 1260px }
    .md-w-1280 { max-width: 1280px }
}

/* Others */
.is-shadow-1 { 
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
}

.is-lightbox img {cursor:pointer;                  
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;    
	}
.is-lightbox img:hover {opacity:0.8}

.is-hidden {display:none !important;}

/* Nav Bar */
.is-wrapper div.is-section.is-section-sticky {
    top: 0;
    position: fixed;
    z-index: 1000;
}
.is-wrapper div.is-section.is-section-navbar  {
    background-color: transparent !important;
    z-index: 2;
}
.is-wrapper div.is-section.is-section-navbar  .is-overlay {
    background-color: transparent !important;
}
.is-wrapper div.is-section.is-section-navbar .is-section-tool .is-section-edit {
    display: none;
}

/* video */
.is-video-bg { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    max-width: unset;
}
.is-overlay-video {
    position:absolute;left:0px;top:0px;width:100%;height:100%;
    background-color:rgb(0, 0, 0);opacity:0.25;
}  

/* Animation */
[data-skrollrr-off] .is-animated { 
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
}

.is-animated:not(.is-inview) {
    transition-delay: 0s !important;
}

.is-inview {
    transition-duration: 0.6s;
}

.is-fadeIn {
    opacity: 0;
    transition-timing-function: ease-in-out;
    transition-duration: 0.6s; /* makes initial state renders immediately (first time load => stable) */
}
.is-fadeIn.is-inview {
    opacity: 1;
    transform: none;
}

.is-fadeInUp {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
    transition-timing-function: ease-in-out;
    transition-duration: 0.6s;
}
.is-fadeInUp.is-inview {
    opacity: 1;
    transform: none;
}

.is-fadeInDown {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
    transition-timing-function: ease-in-out;
    transition-duration: 0.6s;
}
.is-fadeInDown.is-inview {
    opacity: 1;
    transform: none;
}

.is-fadeInLeft {
    opacity: 0;
    transform: translate3d(70px, 0, 0);
    transition-timing-function: ease-in-out;
    transition-duration: 0.6s;
}
.is-fadeInLeft.is-inview {
    opacity: 1;
    transform: none;
}

.is-fadeInRight {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
    transition-timing-function: ease-in-out;
    transition-duration: 0.6s;
}
.is-fadeInRight.is-inview {
    opacity: 1;
    transform: none;
}

.is-zoomIn {
    opacity: 0;
    transform: scale(.8);
    transition-timing-function: ease-in-out;
    transition-duration: 0.8s;
}
.is-zoomIn.is-inview {
    opacity: 1;
    transform: none;
}

.is-zoomOut {
    opacity: 0;
    transform: scale(1.2);
    transition-timing-function: ease-in-out;
    transition-duration: 0.8s;
}
.is-zoomOut.is-inview {
    opacity: 1;
    transform: none;
}

.is-slideInUp {
    transform: translate3d(0, 70px, 0);
    transition-timing-function: ease-in-out;
    transition-duration: 0.6s;
}
.is-slideInUp.is-inview {
    transform: none;
}

.is-slideInDown {
    transform: translate3d(0, -70px, 0);
    transition-timing-function: ease-in-out;
    transition-duration: 0.6s;
}
.is-slideInDown.is-inview {
    transform: none;
}

.is-slideInLeft {
    transform: translate3d(70px, 0, 0);
    transition-timing-function: ease-in-out;
    transition-duration: 0.6s;
}
.is-slideInLeft.is-inview {
    transform: none;
}

.is-slideInRight {
    transform: translate3d(-70px, 0, 0);
    transition-timing-function: ease-in-out;
    transition-duration: 0.6s;
}
.is-slideInRight.is-inview {
    transform: none;
}

.is-flipInX {
    opacity: 0;
    transform: perspective(2500px) rotateX(100deg);
    transition-timing-function: ease-in-out;
    transition-duration: 0.8s;
}
.is-flipInX.is-inview {
    opacity: 1;
    transform: none;
}

.is-flipInY {
    opacity: 0;
    transform: perspective(2500px) rotateY(100deg);
    transition-timing-function: ease-in-out;
    transition-duration: 0.8s;
}
.is-flipInY.is-inview {
    opacity: 1;
    transform: none;
}

.is-pulse {
    opacity: 0;
    transition-duration: 0.8s;
}
.is-pulse.is-inview {
    opacity: 1;
    animation: pulse linear .5s;
}
@keyframes pulse {
	0% { transform: scale(.9); } 
	50% { transform: scale(1.05); }
	100% { transform: scale(1); }
}

.is-bounceIn {
    opacity: 0;
    transition-duration: 0.8s;
}
.is-bounceIn.is-inview {
    opacity: 1;
    animation: bounceIn linear .5s;
}
@keyframes bounceIn {
	0% { transform: translateX(0) } 
	40% { transform: translateX(-20px); }
	60% { transform: translateX(0); }
	80% { transform: translateX(-15px); }
	100% { transform: translateX(0); }
}

/* @media all and (min-width: 640px) { */
    .is-animated.delay-0ms { transition-delay: 0ms; animation-delay: 0ms }
    .is-animated.delay-100ms { transition-delay: 100ms; animation-delay: 100ms }
    .is-animated.delay-200ms { transition-delay: 200ms; animation-delay: 200ms }
    .is-animated.delay-300ms { transition-delay: 300ms; animation-delay: 300ms }
    .is-animated.delay-400ms { transition-delay: 400ms; animation-delay: 400ms }
    .is-animated.delay-500ms { transition-delay: 500ms; animation-delay: 500ms }
    .is-animated.delay-600ms { transition-delay: 600ms; animation-delay: 600ms }
    .is-animated.delay-700ms { transition-delay: 700ms; animation-delay: 700ms }
    .is-animated.delay-800ms { transition-delay: 800ms; animation-delay: 800ms }
    .is-animated.delay-900ms { transition-delay: 900ms; animation-delay: 900ms }
    .is-animated.delay-1000ms { transition-delay: 1000ms; animation-delay: 1000ms }
    .is-animated.delay-1100ms { transition-delay: 1100ms; animation-delay: 1100ms }
    .is-animated.delay-1200ms { transition-delay: 1200ms; animation-delay: 1200ms }
    .is-animated.delay-1300ms { transition-delay: 1300ms; animation-delay: 1300ms }
    .is-animated.delay-1400ms { transition-delay: 1400ms; animation-delay: 1400ms }
    .is-animated.delay-1500ms { transition-delay: 1500ms; animation-delay: 1500ms }
    .is-animated.delay-1600ms { transition-delay: 1600ms; animation-delay: 1600ms }
    .is-animated.delay-1700ms { transition-delay: 1700ms; animation-delay: 1700ms }
    .is-animated.delay-1800ms { transition-delay: 1800ms; animation-delay: 1800ms }
    .is-animated.delay-1900ms { transition-delay: 1900ms; animation-delay: 1900ms }
    .is-animated.delay-2000ms { transition-delay: 2000ms; animation-delay: 2000ms }
    .is-animated.delay-2100ms { transition-delay: 2100ms; animation-delay: 2100ms }
    .is-animated.delay-2200ms { transition-delay: 2200ms; animation-delay: 2200ms }
    .is-animated.delay-2300ms { transition-delay: 2300ms; animation-delay: 2300ms }
    .is-animated.delay-2400ms { transition-delay: 2400ms; animation-delay: 2400ms }
    .is-animated.delay-2500ms { transition-delay: 2500ms; animation-delay: 2500ms }
    .is-animated.delay-2600ms { transition-delay: 2600ms; animation-delay: 2600ms }
    .is-animated.delay-2700ms { transition-delay: 2700ms; animation-delay: 2700ms }
    .is-animated.delay-2800ms { transition-delay: 2800ms; animation-delay: 2800ms }
    .is-animated.delay-2900ms { transition-delay: 2900ms; animation-delay: 2900ms }
    .is-animated.delay-3000ms { transition-delay: 3000ms; animation-delay: 3000ms }
/* } */
/* @media all and (max-width: 640px) {
    .is-animated { transition-delay: 0ms !important; animation-delay: 0ms !important; }
} */

/* AOS (Animate on scroll) | Copyright (c) 2015 Michał Sajnóg | The MIT License (MIT) */
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos]{pointer-events:none}[data-aos].aos-animate{pointer-events:auto}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}@media screen{html:not(.no-js) [data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;-webkit-transform:none;transform:none}html:not(.no-js) [data-aos=fade-up]{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}html:not(.no-js) [data-aos=fade-down]{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}html:not(.no-js) [data-aos=fade-right]{-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0)}html:not(.no-js) [data-aos=fade-left]{-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}html:not(.no-js) [data-aos=fade-up-right]{-webkit-transform:translate3d(-100px,100px,0);transform:translate3d(-100px,100px,0)}html:not(.no-js) [data-aos=fade-up-left]{-webkit-transform:translate3d(100px,100px,0);transform:translate3d(100px,100px,0)}html:not(.no-js) [data-aos=fade-down-right]{-webkit-transform:translate3d(-100px,-100px,0);transform:translate3d(-100px,-100px,0)}html:not(.no-js) [data-aos=fade-down-left]{-webkit-transform:translate3d(100px,-100px,0);transform:translate3d(100px,-100px,0)}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}html:not(.no-js) [data-aos=zoom-in]{-webkit-transform:scale(.6);transform:scale(.6)}html:not(.no-js) [data-aos=zoom-in-up]{-webkit-transform:translate3d(0,100px,0) scale(.6);transform:translate3d(0,100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-down]{-webkit-transform:translate3d(0,-100px,0) scale(.6);transform:translate3d(0,-100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-right]{-webkit-transform:translate3d(-100px,0,0) scale(.6);transform:translate3d(-100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-left]{-webkit-transform:translate3d(100px,0,0) scale(.6);transform:translate3d(100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-out]{-webkit-transform:scale(1.2);transform:scale(1.2)}html:not(.no-js) [data-aos=zoom-out-up]{-webkit-transform:translate3d(0,100px,0) scale(1.2);transform:translate3d(0,100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-down]{-webkit-transform:translate3d(0,-100px,0) scale(1.2);transform:translate3d(0,-100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-right]{-webkit-transform:translate3d(-100px,0,0) scale(1.2);transform:translate3d(-100px,0,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-left]{-webkit-transform:translate3d(100px,0,0) scale(1.2);transform:translate3d(100px,0,0) scale(1.2)}html:not(.no-js) [data-aos^=slide][data-aos^=slide]{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;visibility:hidden}html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate{visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}html:not(.no-js) [data-aos=slide-up]{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}html:not(.no-js) [data-aos=slide-down]{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}html:not(.no-js) [data-aos=slide-right]{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}html:not(.no-js) [data-aos=slide-left]{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}html:not(.no-js) [data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}html:not(.no-js) [data-aos=flip-left]{-webkit-transform:perspective(2500px) rotateY(-100deg);transform:perspective(2500px) rotateY(-100deg)}html:not(.no-js) [data-aos=flip-left].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-right]{-webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg)}html:not(.no-js) [data-aos=flip-right].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-up]{-webkit-transform:perspective(2500px) rotateX(-100deg);transform:perspective(2500px) rotateX(-100deg)}html:not(.no-js) [data-aos=flip-up].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}html:not(.no-js) [data-aos=flip-down]{-webkit-transform:perspective(2500px) rotateX(100deg);transform:perspective(2500px) rotateX(100deg)}html:not(.no-js) [data-aos=flip-down].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}}

/* Adjustments */
@media all and (max-width: 768px) {
  .m-justify-content-center {
    display: flex;
    justify-content: center;
  }
}
.is-dock {
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    height: 0px;
}
.is-dock > div {
    position: absolute;
}
.is-dock > div > img {
    width: 100%;
}
@media all and (max-width: 970px) {
    .is-dock {
        position: relative;
        width: 350px;
        padding-bottom: 350px;
        height: 0px;
    }
}
.is-container > div > div:has( .is-dock) {width: 100%;}
.hover-zoom .is-overlay-bg {transition: all 0.6s ease;}
.hover-zoom:hover .is-overlay-bg {transform: scale(1.1) !important;transition: all 0.9s ease !important;}
.button-group {white-space: nowrap;}
@media all and (max-width: 970px) {.button-group {white-space: unset;}}
/* Animation Stuff */

/* pin section */
.is-wrapper > div.pin-wrap {    
    width: 100vw;
    height: 200vh !important;
    overflow: visible !important;
    position: relative !important;
}
@media only screen and (min-height: 360px) {
    .is-wrapper > div.pin-wrap {  
        height: 400vh !important; 
    }
}
@media only screen and (min-height: 460px) {
    .is-wrapper > div.pin-wrap {  
        height: 360vh !important; 
    }
}
@media only screen and (min-height: 560px) {
    .is-wrapper > div.pin-wrap {  
        height: 320vh !important; 
    }
}
@media only screen and (min-height: 660px) {
    .is-wrapper > div.pin-wrap {  
        height: 280vh !important; 
    }
}
@media only screen and (min-height: 990px) {
    .is-wrapper > div.pin-wrap {  
        height: 230vh !important; 
    }
}
@media only screen and (min-height: 1024px) {
    .is-wrapper > div.pin-wrap {  
        height: 220vh !important; 
    }
}
@media only screen and (min-height: 1120px) {
    .is-wrapper > div.pin-wrap {  
        height: 200vh !important; 
    }
}

/* pin-space-lg */
.is-wrapper > div.pin-wrap.pin-space-lg {    
    height: 260vh !important;
}
@media only screen and (min-height: 360px) {
    .is-wrapper > div.pin-wrap.pin-space-lg {  
        height: 460vh !important; 
    }
}
@media only screen and (min-height: 460px) {
    .is-wrapper > div.pin-wrap.pin-space-lg {  
        height: 420vh !important; 
    }
}
@media only screen and (min-height: 560px) {
    .is-wrapper > div.pin-wrap.pin-space-lg {  
        height: 380vh !important; 
    }
}
@media only screen and (min-height: 660px) {
    .is-wrapper > div.pin-wrap.pin-space-lg {  
        height: 340vh !important; 
    }
}
@media only screen and (min-height: 990px) {
    .is-wrapper > div.pin-wrap.pin-space-lg {  
        height: 290vh !important; 
    }
}
@media only screen and (min-height: 1024px) {
    .is-wrapper > div.pin-wrap.pin-space-lg {  
        height: 280vh !important; 
    }
}
@media only screen and (min-height: 1120px) {
    .is-wrapper > div.pin-wrap.pin-space-lg {  
        height: 260vh !important; 
    }
}

/* pin-space-xl */
.is-wrapper > div.pin-wrap.pin-space-xl {    
    height: 300vh !important;
}
@media only screen and (min-height: 360px) {
    .is-wrapper > div.pin-wrap.pin-space-xl {  
        height: 500vh !important; 
    }
}
@media only screen and (min-height: 460px) {
    .is-wrapper > div.pin-wrap.pin-space-xl {  
        height: 460vh !important; 
    }
}
@media only screen and (min-height: 560px) {
    .is-wrapper > div.pin-wrap.pin-space-xl {  
        height: 420vh !important; 
    }
}
@media only screen and (min-height: 660px) {
    .is-wrapper > div.pin-wrap.pin-space-xl {  
        height: 380vh !important; 
    }
}
@media only screen and (min-height: 990px) {
    .is-wrapper > div.pin-wrap.pin-space-xl {  
        height: 330vh !important; 
    }
}
@media only screen and (min-height: 1024px) {
    .is-wrapper > div.pin-wrap.pin-space-xl {  
        height: 320vh !important; 
    }
}
@media only screen and (min-height: 1120px) {
    .is-wrapper > div.pin-wrap.pin-space-xl {  
        height: 300vh !important; 
    }
}

.is-wrapper > div.pin-wrap > div {
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow: hidden !important;
}
.is-wrapper > div.pin-wrap > .section-inview {
    position: fixed;
}
.iframe-body .is-wrapper > div.pin-wrap > .section-inview { 
    position: sticky;
}
.iframe-body .is-wrapper > div.pin-wrap,
.iframe-body .is-wrapper > div.pin-wrap > div {
    width: 100%;
}

/* wide section */
.section-wide-250 .is-container {
    width: 250vw;
}
.section-wide-250 .is-container > div > div {
    max-width:85vw;
}
@media all and (max-width: 970px) {
    .section-wide-250 .is-container {
        width: 700vw;
    }
}
@media all and (max-width: 760px) { /* mobile update */
    .section-wide-250.m-skrollrr-off .is-container,
    .section-wide-250.m-pin-off .is-container {
        width: 100%;
    }
    .pin-wrap .is-section.section-wide-250:not(.m-skrollrr-off) .is-container > div,
    .pin-wrap .is-section.section-wide-250:not(.m-pin-off) .is-container > div { 
        display: flex;
    }
    .pin-wrap .is-section.section-wide-250:not(.m-skrollrr-off) .is-container > div > div,
    .pin-wrap .is-section.section-wide-250:not(.m-pin-off) .is-container > div > div {
        padding-left: 1rem;
        padding-right: 1rem;
        min-width: unset;
    }
}

.is-wrapper:not(.is-edit) [data-hidden-onstart] {
    opacity: 0;
}
[data-skrollrr-off] [data-hidden-onstart] {
    opacity: 1;
}
@media all and (max-width: 760px) { /* mobile update */
    .is-wrapper:not(.is-edit) .m-skrollrr-off [data-hidden-onstart],
    .is-wrapper:not(.is-edit) .m-pin-off [data-hidden-onstart] {
        opacity: 1;
    }
}

/* scroll-y */
.is-wrapper.is-edit .scroll-y {
    overflow-y: auto;
    height: 100%;
}
.is-wrapper.is-edit .justify-end.scroll-y {
    justify-content: flex-start; /* to enable scroll */
}
@media all and (max-width: 760px) { /* mobile update */
    /* disable responsive */
    .is-wrapper .scroll-y {  
        min-width: unset;
    }
}
/* section-wrap */
.is-wrapper div.is-section.section-wrap {
    display: flex;
    flex-direction: column;
}
/* section visibility */
@media (max-width: 760px) {
    body:not(.data-editor) .is-wrapper div.is-section.xs-hidden,
    body:not(.data-editor) .is-wrapper .pin-wrap.xs-hidden {display:none}
}
@media (min-width: 761px) and (max-width: 970px) {
    body:not(.data-editor) .is-wrapper div.is-section.sm-hidden,
    body:not(.data-editor) .is-wrapper .pin-wrap.sm-hidden {display:none}
}
@media (min-width: 971px) and (max-width: 1280px) {
    body:not(.data-editor) .is-wrapper div.is-section.md-hidden,
    body:not(.data-editor) .is-wrapper .pin-wrap.md-hidden {display:none}
}
@media (min-width: 1281px) {
    body:not(.data-editor) .is-wrapper div.is-section.desktop-hidden,
    body:not(.data-editor) .is-wrapper .pin-wrap.desktop-hidden {display:none}
}

