/*!
 * Bootstrap Grid v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .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: 768px
  }
}

@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1024px
  }
}

@media (min-width: 1440px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px
  }
}

@media (min-width: 1680px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1900px
  }
}

.row {
  --bs-gutter-x: 40px;
  --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 > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y)
}

.col {
  flex: 1 0 0%
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1, .gx-1 {
  --bs-gutter-x: 10px
}

.g-1, .gy-1 {
  --bs-gutter-y: 10px
}

.g-2, .gx-2 {
  --bs-gutter-x: 20px
}

.g-2, .gy-2 {
  --bs-gutter-y: 20px
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 10px
  }

  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 10px
  }

  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 20px
  }

  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 20px
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 10px
  }

  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 10px
  }

  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 20px
  }

  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 20px
  }
}

@media (min-width: 1024px) {
  .col-lg {
    flex: 1 0 0%
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 10px
  }

  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 10px
  }

  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 20px
  }

  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 20px
  }
}

@media (min-width: 1440px) {
  .col-xl {
    flex: 1 0 0%
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 10px
  }

  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 10px
  }

  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 20px
  }

  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 20px
  }
}

@media (min-width: 1680px) {
  .col-xxl {
    flex: 1 0 0%
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 10px
  }

  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 10px
  }

  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 20px
  }

  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 20px
  }
}

.d-inline {
  display: inline !important
}

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

.d-block {
  display: block !important
}

.d-grid {
  display: grid !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: flex !important
}

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

.d-none {
  display: none !important
}

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

.w-38 {
  width: 38% !important
}

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

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

.w-100 {
  width: 100% !important
}

.w-auto {
  width: auto !important
}

.h-25 {
  height: 25% !important
}

.h-50 {
  height: 50% !important
}

.h-75 {
  height: 75% !important
}

.h-100 {
  height: 100% !important
}

.h-auto {
  height: auto !important
}

.flex-fill {
  flex: 1 1 auto !important
}

.flex-row {
  flex-direction: row !important
}

.flex-column {
  flex-direction: column !important
}

.flex-row-reverse {
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  flex-direction: column-reverse !important
}

.flex-grow-0 {
  flex-grow: 0 !important
}

.flex-grow-1 {
  flex-grow: 1 !important
}

.flex-shrink-0 {
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  flex-shrink: 1 !important
}

.flex-wrap {
  flex-wrap: wrap !important
}

.flex-nowrap {
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

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

.justify-content-around {
  justify-content: space-around !important
}

.justify-content-evenly {
  justify-content: space-evenly !important
}

.align-items-start {
  align-items: flex-start !important
}

.align-items-end {
  align-items: flex-end !important
}

.align-items-center {
  align-items: center !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-0 {
  order: 0 !important
}

.order-1 {
  order: 1 !important
}

.order-2 {
  order: 2 !important
}

.order-3 {
  order: 3 !important
}

.order-4 {
  order: 4 !important
}

.order-5 {
  order: 5 !important
}

.order-last {
  order: 6 !important
}

.m-d {
  margin: 20px !important
}

.m-0 {
  margin: 0 !important
}

.m-1 {
  margin: 10px !important
}

.m-2 {
  margin: 20px !important
}

.m-3 {
  margin: 30px !important
}

.m-4 {
  margin: 40px !important
}

.m-5 {
  margin: 50px !important
}

.m-6 {
  margin: 60px !important
}

.m-7 {
  margin: 70px !important
}

.m-8 {
  margin: 80px !important
}

.m-9 {
  margin: 90px !important
}

.m-10 {
  margin: 100px !important
}

.m-11 {
  margin: 110px !important
}

.m-12 {
  margin: 120px !important
}

.m-13 {
  margin: 130px !important
}

.m-14 {
  margin: 140px !important
}

.m-15 {
  margin: 150px !important
}

.m-16 {
  margin: 160px !important
}

.m-17 {
  margin: 170px !important
}

.m-18 {
  margin: 180px !important
}

.m-19 {
  margin: 190px !important
}

.m-20 {
  margin: 200px !important
}

.m-auto {
  margin: auto !important
}

.mx-d {
  margin-right: 20px !important;
  margin-left: 20px !important
}

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

.mx-1 {
  margin-right: 10px !important;
  margin-left: 10px !important
}

.mx-2 {
  margin-right: 20px !important;
  margin-left: 20px !important
}

.mx-3 {
  margin-right: 30px !important;
  margin-left: 30px !important
}

.mx-4 {
  margin-right: 40px !important;
  margin-left: 40px !important
}

.mx-5 {
  margin-right: 50px !important;
  margin-left: 50px !important
}

.mx-6 {
  margin-right: 60px !important;
  margin-left: 60px !important
}

.mx-7 {
  margin-right: 70px !important;
  margin-left: 70px !important
}

.mx-8 {
  margin-right: 80px !important;
  margin-left: 80px !important
}

.mx-9 {
  margin-right: 90px !important;
  margin-left: 90px !important
}

.mx-10 {
  margin-right: 100px !important;
  margin-left: 100px !important
}

.mx-11 {
  margin-right: 110px !important;
  margin-left: 110px !important
}

.mx-12 {
  margin-right: 120px !important;
  margin-left: 120px !important
}

.mx-13 {
  margin-right: 130px !important;
  margin-left: 130px !important
}

.mx-14 {
  margin-right: 140px !important;
  margin-left: 140px !important
}

.mx-15 {
  margin-right: 150px !important;
  margin-left: 150px !important
}

.mx-16 {
  margin-right: 160px !important;
  margin-left: 160px !important
}

.mx-17 {
  margin-right: 170px !important;
  margin-left: 170px !important
}

.mx-18 {
  margin-right: 180px !important;
  margin-left: 180px !important
}

.mx-19 {
  margin-right: 190px !important;
  margin-left: 190px !important
}

.mx-20 {
  margin-right: 200px !important;
  margin-left: 200px !important
}

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

.my-d {
  margin-top: 20px !important;
  margin-bottom: 20px !important
}

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

.my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important
}

.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important
}

.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important
}

.my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important
}

.my-5 {
  margin-top: 50px !important;
  margin-bottom: 50px !important
}

.my-6 {
  margin-top: 60px !important;
  margin-bottom: 60px !important
}

.my-7 {
  margin-top: 70px !important;
  margin-bottom: 70px !important
}

.my-8 {
  margin-top: 80px !important;
  margin-bottom: 80px !important
}

.my-9 {
  margin-top: 90px !important;
  margin-bottom: 90px !important
}

.my-10 {
  margin-top: 100px !important;
  margin-bottom: 100px !important
}

.my-11 {
  margin-top: 110px !important;
  margin-bottom: 110px !important
}

.my-12 {
  margin-top: 120px !important;
  margin-bottom: 120px !important
}

.my-13 {
  margin-top: 130px !important;
  margin-bottom: 130px !important
}

.my-14 {
  margin-top: 140px !important;
  margin-bottom: 140px !important
}

.my-15 {
  margin-top: 150px !important;
  margin-bottom: 150px !important
}

.my-16 {
  margin-top: 160px !important;
  margin-bottom: 160px !important
}

.my-17 {
  margin-top: 170px !important;
  margin-bottom: 170px !important
}

.my-18 {
  margin-top: 180px !important;
  margin-bottom: 180px !important
}

.my-19 {
  margin-top: 190px !important;
  margin-bottom: 190px !important
}

.my-20 {
  margin-top: 200px !important;
  margin-bottom: 200px !important
}

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

.mt-d {
  margin-top: 20px !important
}

.mt-0 {
  margin-top: 0 !important
}

.mt-1 {
  margin-top: 10px !important
}

.mt-2 {
  margin-top: 20px !important
}

.mt-3 {
  margin-top: 30px !important
}

.mt-4 {
  margin-top: 40px !important
}

.mt-5 {
  margin-top: 50px !important
}

.mt-6 {
  margin-top: 60px !important
}

.mt-7 {
  margin-top: 70px !important
}

.mt-8 {
  margin-top: 80px !important
}

.mt-9 {
  margin-top: 90px !important
}

.mt-10 {
  margin-top: 100px !important
}

.mt-11 {
  margin-top: 110px !important
}

.mt-12 {
  margin-top: 120px !important
}

.mt-13 {
  margin-top: 130px !important
}

.mt-14 {
  margin-top: 140px !important
}

.mt-15 {
  margin-top: 150px !important
}

.mt-16 {
  margin-top: 160px !important
}

.mt-17 {
  margin-top: 170px !important
}

.mt-18 {
  margin-top: 180px !important
}

.mt-19 {
  margin-top: 190px !important
}

.mt-20 {
  margin-top: 200px !important
}

.mt-auto {
  margin-top: auto !important
}

.me-d {
  margin-right: 20px !important
}

.me-0 {
  margin-right: 0 !important
}

.me-1 {
  margin-right: 10px !important
}

.me-2 {
  margin-right: 20px !important
}

.me-3 {
  margin-right: 30px !important
}

.me-4 {
  margin-right: 40px !important
}

.me-5 {
  margin-right: 50px !important
}

.me-6 {
  margin-right: 60px !important
}

.me-7 {
  margin-right: 70px !important
}

.me-8 {
  margin-right: 80px !important
}

.me-9 {
  margin-right: 90px !important
}

.me-10 {
  margin-right: 100px !important
}

.me-11 {
  margin-right: 110px !important
}

.me-12 {
  margin-right: 120px !important
}

.me-13 {
  margin-right: 130px !important
}

.me-14 {
  margin-right: 140px !important
}

.me-15 {
  margin-right: 150px !important
}

.me-16 {
  margin-right: 160px !important
}

.me-17 {
  margin-right: 170px !important
}

.me-18 {
  margin-right: 180px !important
}

.me-19 {
  margin-right: 190px !important
}

.me-20 {
  margin-right: 200px !important
}

.me-auto {
  margin-right: auto !important
}

.mb-d {
  margin-bottom: 20px !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1 {
  margin-bottom: 10px !important
}

.mb-2 {
  margin-bottom: 20px !important
}

.mb-3 {
  margin-bottom: 30px !important
}

.mb-4 {
  margin-bottom: 40px !important
}

.mb-5 {
  margin-bottom: 50px !important
}

.mb-6 {
  margin-bottom: 60px !important
}

.mb-7 {
  margin-bottom: 70px !important
}

.mb-8 {
  margin-bottom: 80px !important
}

.mb-9 {
  margin-bottom: 90px !important
}

.mb-10 {
  margin-bottom: 100px !important
}

.mb-11 {
  margin-bottom: 110px !important
}

.mb-12 {
  margin-bottom: 120px !important
}

.mb-13 {
  margin-bottom: 130px !important
}

.mb-14 {
  margin-bottom: 140px !important
}

.mb-15 {
  margin-bottom: 150px !important
}

.mb-16 {
  margin-bottom: 160px !important
}

.mb-17 {
  margin-bottom: 170px !important
}

.mb-18 {
  margin-bottom: 180px !important
}

.mb-19 {
  margin-bottom: 190px !important
}

.mb-20 {
  margin-bottom: 200px !important
}

.mb-auto {
  margin-bottom: auto !important
}

.ms-d {
  margin-left: 20px !important
}

.ms-0 {
  margin-left: 0 !important
}

.ms-1 {
  margin-left: 10px !important
}

.ms-2 {
  margin-left: 20px !important
}

.ms-3 {
  margin-left: 30px !important
}

.ms-4 {
  margin-left: 40px !important
}

.ms-5 {
  margin-left: 50px !important
}

.ms-6 {
  margin-left: 60px !important
}

.ms-7 {
  margin-left: 70px !important
}

.ms-8 {
  margin-left: 80px !important
}

.ms-9 {
  margin-left: 90px !important
}

.ms-10 {
  margin-left: 100px !important
}

.ms-11 {
  margin-left: 110px !important
}

.ms-12 {
  margin-left: 120px !important
}

.ms-13 {
  margin-left: 130px !important
}

.ms-14 {
  margin-left: 140px !important
}

.ms-15 {
  margin-left: 150px !important
}

.ms-16 {
  margin-left: 160px !important
}

.ms-17 {
  margin-left: 170px !important
}

.ms-18 {
  margin-left: 180px !important
}

.ms-19 {
  margin-left: 190px !important
}

.ms-20 {
  margin-left: 200px !important
}

.ms-auto {
  margin-left: auto !important
}

.m-nd {
  margin: -20px !important
}

.m-n1 {
  margin: -10px !important
}

.m-n2 {
  margin: -20px !important
}

.m-n3 {
  margin: -30px !important
}

.m-n4 {
  margin: -40px !important
}

.m-n5 {
  margin: -50px !important
}

.m-n6 {
  margin: -60px !important
}

.m-n7 {
  margin: -70px !important
}

.m-n8 {
  margin: -80px !important
}

.m-n9 {
  margin: -90px !important
}

.m-n10 {
  margin: -100px !important
}

.m-n11 {
  margin: -110px !important
}

.m-n12 {
  margin: -120px !important
}

.m-n13 {
  margin: -130px !important
}

.m-n14 {
  margin: -140px !important
}

.m-n15 {
  margin: -150px !important
}

.m-n16 {
  margin: -160px !important
}

.m-n17 {
  margin: -170px !important
}

.m-n18 {
  margin: -180px !important
}

.m-n19 {
  margin: -190px !important
}

.m-n20 {
  margin: -200px !important
}

.mx-nd {
  margin-right: -20px !important;
  margin-left: -20px !important
}

.mx-n1 {
  margin-right: -10px !important;
  margin-left: -10px !important
}

.mx-n2 {
  margin-right: -20px !important;
  margin-left: -20px !important
}

.mx-n3 {
  margin-right: -30px !important;
  margin-left: -30px !important
}

.mx-n4 {
  margin-right: -40px !important;
  margin-left: -40px !important
}

.mx-n5 {
  margin-right: -50px !important;
  margin-left: -50px !important
}

.mx-n6 {
  margin-right: -60px !important;
  margin-left: -60px !important
}

.mx-n7 {
  margin-right: -70px !important;
  margin-left: -70px !important
}

.mx-n8 {
  margin-right: -80px !important;
  margin-left: -80px !important
}

.mx-n9 {
  margin-right: -90px !important;
  margin-left: -90px !important
}

.mx-n10 {
  margin-right: -100px !important;
  margin-left: -100px !important
}

.mx-n11 {
  margin-right: -110px !important;
  margin-left: -110px !important
}

.mx-n12 {
  margin-right: -120px !important;
  margin-left: -120px !important
}

.mx-n13 {
  margin-right: -130px !important;
  margin-left: -130px !important
}

.mx-n14 {
  margin-right: -140px !important;
  margin-left: -140px !important
}

.mx-n15 {
  margin-right: -150px !important;
  margin-left: -150px !important
}

.mx-n16 {
  margin-right: -160px !important;
  margin-left: -160px !important
}

.mx-n17 {
  margin-right: -170px !important;
  margin-left: -170px !important
}

.mx-n18 {
  margin-right: -180px !important;
  margin-left: -180px !important
}

.mx-n19 {
  margin-right: -190px !important;
  margin-left: -190px !important
}

.mx-n20 {
  margin-right: -200px !important;
  margin-left: -200px !important
}

.my-nd {
  margin-top: -20px !important;
  margin-bottom: -20px !important
}

.my-n1 {
  margin-top: -10px !important;
  margin-bottom: -10px !important
}

.my-n2 {
  margin-top: -20px !important;
  margin-bottom: -20px !important
}

.my-n3 {
  margin-top: -30px !important;
  margin-bottom: -30px !important
}

.my-n4 {
  margin-top: -40px !important;
  margin-bottom: -40px !important
}

.my-n5 {
  margin-top: -50px !important;
  margin-bottom: -50px !important
}

.my-n6 {
  margin-top: -60px !important;
  margin-bottom: -60px !important
}

.my-n7 {
  margin-top: -70px !important;
  margin-bottom: -70px !important
}

.my-n8 {
  margin-top: -80px !important;
  margin-bottom: -80px !important
}

.my-n9 {
  margin-top: -90px !important;
  margin-bottom: -90px !important
}

.my-n10 {
  margin-top: -100px !important;
  margin-bottom: -100px !important
}

.my-n11 {
  margin-top: -110px !important;
  margin-bottom: -110px !important
}

.my-n12 {
  margin-top: -120px !important;
  margin-bottom: -120px !important
}

.my-n13 {
  margin-top: -130px !important;
  margin-bottom: -130px !important
}

.my-n14 {
  margin-top: -140px !important;
  margin-bottom: -140px !important
}

.my-n15 {
  margin-top: -150px !important;
  margin-bottom: -150px !important
}

.my-n16 {
  margin-top: -160px !important;
  margin-bottom: -160px !important
}

.my-n17 {
  margin-top: -170px !important;
  margin-bottom: -170px !important
}

.my-n18 {
  margin-top: -180px !important;
  margin-bottom: -180px !important
}

.my-n19 {
  margin-top: -190px !important;
  margin-bottom: -190px !important
}

.my-n20 {
  margin-top: -200px !important;
  margin-bottom: -200px !important
}

.mt-nd {
  margin-top: -20px !important
}

.mt-n1 {
  margin-top: -10px !important
}

.mt-n2 {
  margin-top: -20px !important
}

.mt-n3 {
  margin-top: -30px !important
}

.mt-n4 {
  margin-top: -40px !important
}

.mt-n5 {
  margin-top: -50px !important
}

.mt-n6 {
  margin-top: -60px !important
}

.mt-n7 {
  margin-top: -70px !important
}

.mt-n8 {
  margin-top: -80px !important
}

.mt-n9 {
  margin-top: -90px !important
}

.mt-n10 {
  margin-top: -100px !important
}

.mt-n11 {
  margin-top: -110px !important
}

.mt-n12 {
  margin-top: -120px !important
}

.mt-n13 {
  margin-top: -130px !important
}

.mt-n14 {
  margin-top: -140px !important
}

.mt-n15 {
  margin-top: -150px !important
}

.mt-n16 {
  margin-top: -160px !important
}

.mt-n17 {
  margin-top: -170px !important
}

.mt-n18 {
  margin-top: -180px !important
}

.mt-n19 {
  margin-top: -190px !important
}

.mt-n20 {
  margin-top: -200px !important
}

.me-nd {
  margin-right: -20px !important
}

.me-n1 {
  margin-right: -10px !important
}

.me-n2 {
  margin-right: -20px !important
}

.me-n3 {
  margin-right: -30px !important
}

.me-n4 {
  margin-right: -40px !important
}

.me-n5 {
  margin-right: -50px !important
}

.me-n6 {
  margin-right: -60px !important
}

.me-n7 {
  margin-right: -70px !important
}

.me-n8 {
  margin-right: -80px !important
}

.me-n9 {
  margin-right: -90px !important
}

.me-n10 {
  margin-right: -100px !important
}

.me-n11 {
  margin-right: -110px !important
}

.me-n12 {
  margin-right: -120px !important
}

.me-n13 {
  margin-right: -130px !important
}

.me-n14 {
  margin-right: -140px !important
}

.me-n15 {
  margin-right: -150px !important
}

.me-n16 {
  margin-right: -160px !important
}

.me-n17 {
  margin-right: -170px !important
}

.me-n18 {
  margin-right: -180px !important
}

.me-n19 {
  margin-right: -190px !important
}

.me-n20 {
  margin-right: -200px !important
}

.mb-nd {
  margin-bottom: -20px !important
}

.mb-n1 {
  margin-bottom: -10px !important
}

.mb-n2 {
  margin-bottom: -20px !important
}

.mb-n3 {
  margin-bottom: -30px !important
}

.mb-n4 {
  margin-bottom: -40px !important
}

.mb-n5 {
  margin-bottom: -50px !important
}

.mb-n6 {
  margin-bottom: -60px !important
}

.mb-n7 {
  margin-bottom: -70px !important
}

.mb-n8 {
  margin-bottom: -80px !important
}

.mb-n9 {
  margin-bottom: -90px !important
}

.mb-n10 {
  margin-bottom: -100px !important
}

.mb-n11 {
  margin-bottom: -110px !important
}

.mb-n12 {
  margin-bottom: -120px !important
}

.mb-n13 {
  margin-bottom: -130px !important
}

.mb-n14 {
  margin-bottom: -140px !important
}

.mb-n15 {
  margin-bottom: -150px !important
}

.mb-n16 {
  margin-bottom: -160px !important
}

.mb-n17 {
  margin-bottom: -170px !important
}

.mb-n18 {
  margin-bottom: -180px !important
}

.mb-n19 {
  margin-bottom: -190px !important
}

.mb-n20 {
  margin-bottom: -200px !important
}

.ms-nd {
  margin-left: -20px !important
}

.ms-n1 {
  margin-left: -10px !important
}

.ms-n2 {
  margin-left: -20px !important
}

.ms-n3 {
  margin-left: -30px !important
}

.ms-n4 {
  margin-left: -40px !important
}

.ms-n5 {
  margin-left: -50px !important
}

.ms-n6 {
  margin-left: -60px !important
}

.ms-n7 {
  margin-left: -70px !important
}

.ms-n8 {
  margin-left: -80px !important
}

.ms-n9 {
  margin-left: -90px !important
}

.ms-n10 {
  margin-left: -100px !important
}

.ms-n11 {
  margin-left: -110px !important
}

.ms-n12 {
  margin-left: -120px !important
}

.ms-n13 {
  margin-left: -130px !important
}

.ms-n14 {
  margin-left: -140px !important
}

.ms-n15 {
  margin-left: -150px !important
}

.ms-n16 {
  margin-left: -160px !important
}

.ms-n17 {
  margin-left: -170px !important
}

.ms-n18 {
  margin-left: -180px !important
}

.ms-n19 {
  margin-left: -190px !important
}

.ms-n20 {
  margin-left: -200px !important
}

.p-d {
  padding: 20px !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: 10px !important
}

.p-2 {
  padding: 20px !important
}

.p-3 {
  padding: 30px !important
}

.p-4 {
  padding: 40px !important
}

.p-5 {
  padding: 50px !important
}

.p-6 {
  padding: 60px !important
}

.p-7 {
  padding: 70px !important
}

.p-8 {
  padding: 80px !important
}

.p-9 {
  padding: 90px !important
}

.p-10 {
  padding: 100px !important
}

.p-11 {
  padding: 110px !important
}

.p-12 {
  padding: 120px !important
}

.p-13 {
  padding: 130px !important
}

.p-14 {
  padding: 140px !important
}

.p-15 {
  padding: 150px !important
}

.p-16 {
  padding: 160px !important
}

.p-17 {
  padding: 170px !important
}

.p-18 {
  padding: 180px !important
}

.p-19 {
  padding: 190px !important
}

.p-20 {
  padding: 200px !important
}

.px-d {
  padding-right: 20px !important;
  padding-left: 20px !important
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important
}

.px-1 {
  padding-right: 10px !important;
  padding-left: 10px !important
}

.px-2 {
  padding-right: 20px !important;
  padding-left: 20px !important
}

.px-3 {
  padding-right: 30px !important;
  padding-left: 30px !important
}

.px-4 {
  padding-right: 40px !important;
  padding-left: 40px !important
}

.px-5 {
  padding-right: 50px !important;
  padding-left: 50px !important
}

.px-6 {
  padding-right: 60px !important;
  padding-left: 60px !important
}

.px-7 {
  padding-right: 70px !important;
  padding-left: 70px !important
}

.px-8 {
  padding-right: 80px !important;
  padding-left: 80px !important
}

.px-9 {
  padding-right: 90px !important;
  padding-left: 90px !important
}

.px-10 {
  padding-right: 100px !important;
  padding-left: 100px !important
}

.px-11 {
  padding-right: 110px !important;
  padding-left: 110px !important
}

.px-12 {
  padding-right: 120px !important;
  padding-left: 120px !important
}

.px-13 {
  padding-right: 130px !important;
  padding-left: 130px !important
}

.px-14 {
  padding-right: 140px !important;
  padding-left: 140px !important
}

.px-15 {
  padding-right: 150px !important;
  padding-left: 150px !important
}

.px-16 {
  padding-right: 160px !important;
  padding-left: 160px !important
}

.px-17 {
  padding-right: 170px !important;
  padding-left: 170px !important
}

.px-18 {
  padding-right: 180px !important;
  padding-left: 180px !important
}

.px-19 {
  padding-right: 190px !important;
  padding-left: 190px !important
}

.px-20 {
  padding-right: 200px !important;
  padding-left: 200px !important
}

.py-d {
  padding-top: 20px !important;
  padding-bottom: 20px !important
}

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

.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important
}

.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important
}

.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important
}

.py-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important
}

.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important
}

.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important
}

.py-11 {
  padding-top: 110px !important;
  padding-bottom: 110px !important
}

.py-12 {
  padding-top: 120px !important;
  padding-bottom: 120px !important
}

.py-13 {
  padding-top: 130px !important;
  padding-bottom: 130px !important
}

.py-14 {
  padding-top: 140px !important;
  padding-bottom: 140px !important
}

.py-15 {
  padding-top: 150px !important;
  padding-bottom: 150px !important
}

.py-16 {
  padding-top: 160px !important;
  padding-bottom: 160px !important
}

.py-17 {
  padding-top: 170px !important;
  padding-bottom: 170px !important
}

.py-18 {
  padding-top: 180px !important;
  padding-bottom: 180px !important
}

.py-19 {
  padding-top: 190px !important;
  padding-bottom: 190px !important
}

.py-20 {
  padding-top: 200px !important;
  padding-bottom: 200px !important
}

.pt-d {
  padding-top: 20px !important
}

.pt-0 {
  padding-top: 0 !important
}

.pt-1 {
  padding-top: 10px !important
}

.pt-2 {
  padding-top: 20px !important
}

.pt-3 {
  padding-top: 30px !important
}

.pt-4 {
  padding-top: 40px !important
}

.pt-5 {
  padding-top: 50px !important
}

.pt-6 {
  padding-top: 60px !important
}

.pt-7 {
  padding-top: 70px !important
}

.pt-8 {
  padding-top: 80px !important
}

.pt-9 {
  padding-top: 90px !important
}

.pt-10 {
  padding-top: 100px !important
}

.pt-11 {
  padding-top: 110px !important
}

.pt-12 {
  padding-top: 120px !important
}

.pt-13 {
  padding-top: 130px !important
}

.pt-14 {
  padding-top: 140px !important
}

.pt-15 {
  padding-top: 150px !important
}

.pt-16 {
  padding-top: 160px !important
}

.pt-17 {
  padding-top: 170px !important
}

.pt-18 {
  padding-top: 180px !important
}

.pt-19 {
  padding-top: 190px !important
}

.pt-20 {
  padding-top: 200px !important
}

.pe-d {
  padding-right: 20px !important
}

.pe-0 {
  padding-right: 0 !important
}

.pe-1 {
  padding-right: 10px !important
}

.pe-2 {
  padding-right: 20px !important
}

.pe-3 {
  padding-right: 30px !important
}

.pe-4 {
  padding-right: 40px !important
}

.pe-5 {
  padding-right: 50px !important
}

.pe-6 {
  padding-right: 60px !important
}

.pe-7 {
  padding-right: 70px !important
}

.pe-8 {
  padding-right: 80px !important
}

.pe-9 {
  padding-right: 90px !important
}

.pe-10 {
  padding-right: 100px !important
}

.pe-11 {
  padding-right: 110px !important
}

.pe-12 {
  padding-right: 120px !important
}

.pe-13 {
  padding-right: 130px !important
}

.pe-14 {
  padding-right: 140px !important
}

.pe-15 {
  padding-right: 150px !important
}

.pe-16 {
  padding-right: 160px !important
}

.pe-17 {
  padding-right: 170px !important
}

.pe-18 {
  padding-right: 180px !important
}

.pe-19 {
  padding-right: 190px !important
}

.pe-20 {
  padding-right: 200px !important
}

.pb-d {
  padding-bottom: 20px !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pb-1 {
  padding-bottom: 10px !important
}

.pb-2 {
  padding-bottom: 20px !important
}

.pb-3 {
  padding-bottom: 30px !important
}

.pb-4 {
  padding-bottom: 40px !important
}

.pb-5 {
  padding-bottom: 50px !important
}

.pb-6 {
  padding-bottom: 60px !important
}

.pb-7 {
  padding-bottom: 70px !important
}

.pb-8 {
  padding-bottom: 80px !important
}

.pb-9 {
  padding-bottom: 90px !important
}

.pb-10 {
  padding-bottom: 100px !important
}

.pb-11 {
  padding-bottom: 110px !important
}

.pb-12 {
  padding-bottom: 120px !important
}

.pb-13 {
  padding-bottom: 130px !important
}

.pb-14 {
  padding-bottom: 140px !important
}

.pb-15 {
  padding-bottom: 150px !important
}

.pb-16 {
  padding-bottom: 160px !important
}

.pb-17 {
  padding-bottom: 170px !important
}

.pb-18 {
  padding-bottom: 180px !important
}

.pb-19 {
  padding-bottom: 190px !important
}

.pb-20 {
  padding-bottom: 200px !important
}

.ps-d {
  padding-left: 20px !important
}

.ps-0 {
  padding-left: 0 !important
}

.ps-1 {
  padding-left: 10px !important
}

.ps-2 {
  padding-left: 20px !important
}

.ps-3 {
  padding-left: 30px !important
}

.ps-4 {
  padding-left: 40px !important
}

.ps-5 {
  padding-left: 50px !important
}

.ps-6 {
  padding-left: 60px !important
}

.ps-7 {
  padding-left: 70px !important
}

.ps-8 {
  padding-left: 80px !important
}

.ps-9 {
  padding-left: 90px !important
}

.ps-10 {
  padding-left: 100px !important
}

.ps-11 {
  padding-left: 110px !important
}

.ps-12 {
  padding-left: 120px !important
}

.ps-13 {
  padding-left: 130px !important
}

.ps-14 {
  padding-left: 140px !important
}

.ps-15 {
  padding-left: 150px !important
}

.ps-16 {
  padding-left: 160px !important
}

.ps-17 {
  padding-left: 170px !important
}

.ps-18 {
  padding-left: 180px !important
}

.ps-19 {
  padding-left: 190px !important
}

.ps-20 {
  padding-left: 200px !important
}

.text-start {
  text-align: left !important
}

.text-end {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

.text-lowercase {
  text-transform: lowercase !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

@media (min-width: 576px) {
  .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-start {
    justify-content: flex-start !important
  }

  .justify-content-sm-end {
    justify-content: flex-end !important
  }

  .justify-content-sm-center {
    justify-content: center !important
  }

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

  .justify-content-sm-around {
    justify-content: space-around !important
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important
  }

  .align-items-sm-start {
    align-items: flex-start !important
  }

  .align-items-sm-end {
    align-items: flex-end !important
  }

  .align-items-sm-center {
    align-items: center !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-d {
    margin: 20px !important
  }

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

  .m-sm-1 {
    margin: 10px !important
  }

  .m-sm-2 {
    margin: 20px !important
  }

  .m-sm-3 {
    margin: 30px !important
  }

  .m-sm-4 {
    margin: 40px !important
  }

  .m-sm-5 {
    margin: 50px !important
  }

  .m-sm-6 {
    margin: 60px !important
  }

  .m-sm-7 {
    margin: 70px !important
  }

  .m-sm-8 {
    margin: 80px !important
  }

  .m-sm-9 {
    margin: 90px !important
  }

  .m-sm-10 {
    margin: 100px !important
  }

  .m-sm-11 {
    margin: 110px !important
  }

  .m-sm-12 {
    margin: 120px !important
  }

  .m-sm-13 {
    margin: 130px !important
  }

  .m-sm-14 {
    margin: 140px !important
  }

  .m-sm-15 {
    margin: 150px !important
  }

  .m-sm-16 {
    margin: 160px !important
  }

  .m-sm-17 {
    margin: 170px !important
  }

  .m-sm-18 {
    margin: 180px !important
  }

  .m-sm-19 {
    margin: 190px !important
  }

  .m-sm-20 {
    margin: 200px !important
  }

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

  .mx-sm-d {
    margin-right: 20px !important;
    margin-left: 20px !important
  }

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

  .mx-sm-1 {
    margin-right: 10px !important;
    margin-left: 10px !important
  }

  .mx-sm-2 {
    margin-right: 20px !important;
    margin-left: 20px !important
  }

  .mx-sm-3 {
    margin-right: 30px !important;
    margin-left: 30px !important
  }

  .mx-sm-4 {
    margin-right: 40px !important;
    margin-left: 40px !important
  }

  .mx-sm-5 {
    margin-right: 50px !important;
    margin-left: 50px !important
  }

  .mx-sm-6 {
    margin-right: 60px !important;
    margin-left: 60px !important
  }

  .mx-sm-7 {
    margin-right: 70px !important;
    margin-left: 70px !important
  }

  .mx-sm-8 {
    margin-right: 80px !important;
    margin-left: 80px !important
  }

  .mx-sm-9 {
    margin-right: 90px !important;
    margin-left: 90px !important
  }

  .mx-sm-10 {
    margin-right: 100px !important;
    margin-left: 100px !important
  }

  .mx-sm-11 {
    margin-right: 110px !important;
    margin-left: 110px !important
  }

  .mx-sm-12 {
    margin-right: 120px !important;
    margin-left: 120px !important
  }

  .mx-sm-13 {
    margin-right: 130px !important;
    margin-left: 130px !important
  }

  .mx-sm-14 {
    margin-right: 140px !important;
    margin-left: 140px !important
  }

  .mx-sm-15 {
    margin-right: 150px !important;
    margin-left: 150px !important
  }

  .mx-sm-16 {
    margin-right: 160px !important;
    margin-left: 160px !important
  }

  .mx-sm-17 {
    margin-right: 170px !important;
    margin-left: 170px !important
  }

  .mx-sm-18 {
    margin-right: 180px !important;
    margin-left: 180px !important
  }

  .mx-sm-19 {
    margin-right: 190px !important;
    margin-left: 190px !important
  }

  .mx-sm-20 {
    margin-right: 200px !important;
    margin-left: 200px !important
  }

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

  .my-sm-d {
    margin-top: 20px !important;
    margin-bottom: 20px !important
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-sm-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
  }

  .my-sm-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
  }

  .my-sm-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
  }

  .my-sm-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
  }

  .my-sm-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
  }

  .my-sm-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
  }

  .my-sm-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important
  }

  .my-sm-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
  }

  .my-sm-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important
  }

  .my-sm-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
  }

  .my-sm-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important
  }

  .my-sm-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important
  }

  .my-sm-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important
  }

  .my-sm-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important
  }

  .my-sm-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important
  }

  .my-sm-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important
  }

  .my-sm-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important
  }

  .my-sm-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important
  }

  .my-sm-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important
  }

  .my-sm-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-sm-d {
    margin-top: 20px !important
  }

  .mt-sm-0 {
    margin-top: 0 !important
  }

  .mt-sm-1 {
    margin-top: 10px !important
  }

  .mt-sm-2 {
    margin-top: 20px !important
  }

  .mt-sm-3 {
    margin-top: 30px !important
  }

  .mt-sm-4 {
    margin-top: 40px !important
  }

  .mt-sm-5 {
    margin-top: 50px !important
  }

  .mt-sm-6 {
    margin-top: 60px !important
  }

  .mt-sm-7 {
    margin-top: 70px !important
  }

  .mt-sm-8 {
    margin-top: 80px !important
  }

  .mt-sm-9 {
    margin-top: 90px !important
  }

  .mt-sm-10 {
    margin-top: 100px !important
  }

  .mt-sm-11 {
    margin-top: 110px !important
  }

  .mt-sm-12 {
    margin-top: 120px !important
  }

  .mt-sm-13 {
    margin-top: 130px !important
  }

  .mt-sm-14 {
    margin-top: 140px !important
  }

  .mt-sm-15 {
    margin-top: 150px !important
  }

  .mt-sm-16 {
    margin-top: 160px !important
  }

  .mt-sm-17 {
    margin-top: 170px !important
  }

  .mt-sm-18 {
    margin-top: 180px !important
  }

  .mt-sm-19 {
    margin-top: 190px !important
  }

  .mt-sm-20 {
    margin-top: 200px !important
  }

  .mt-sm-auto {
    margin-top: auto !important
  }

  .me-sm-d {
    margin-right: 20px !important
  }

  .me-sm-0 {
    margin-right: 0 !important
  }

  .me-sm-1 {
    margin-right: 10px !important
  }

  .me-sm-2 {
    margin-right: 20px !important
  }

  .me-sm-3 {
    margin-right: 30px !important
  }

  .me-sm-4 {
    margin-right: 40px !important
  }

  .me-sm-5 {
    margin-right: 50px !important
  }

  .me-sm-6 {
    margin-right: 60px !important
  }

  .me-sm-7 {
    margin-right: 70px !important
  }

  .me-sm-8 {
    margin-right: 80px !important
  }

  .me-sm-9 {
    margin-right: 90px !important
  }

  .me-sm-10 {
    margin-right: 100px !important
  }

  .me-sm-11 {
    margin-right: 110px !important
  }

  .me-sm-12 {
    margin-right: 120px !important
  }

  .me-sm-13 {
    margin-right: 130px !important
  }

  .me-sm-14 {
    margin-right: 140px !important
  }

  .me-sm-15 {
    margin-right: 150px !important
  }

  .me-sm-16 {
    margin-right: 160px !important
  }

  .me-sm-17 {
    margin-right: 170px !important
  }

  .me-sm-18 {
    margin-right: 180px !important
  }

  .me-sm-19 {
    margin-right: 190px !important
  }

  .me-sm-20 {
    margin-right: 200px !important
  }

  .me-sm-auto {
    margin-right: auto !important
  }

  .mb-sm-d {
    margin-bottom: 20px !important
  }

  .mb-sm-0 {
    margin-bottom: 0 !important
  }

  .mb-sm-1 {
    margin-bottom: 10px !important
  }

  .mb-sm-2 {
    margin-bottom: 20px !important
  }

  .mb-sm-3 {
    margin-bottom: 30px !important
  }

  .mb-sm-4 {
    margin-bottom: 40px !important
  }

  .mb-sm-5 {
    margin-bottom: 50px !important
  }

  .mb-sm-6 {
    margin-bottom: 60px !important
  }

  .mb-sm-7 {
    margin-bottom: 70px !important
  }

  .mb-sm-8 {
    margin-bottom: 80px !important
  }

  .mb-sm-9 {
    margin-bottom: 90px !important
  }

  .mb-sm-10 {
    margin-bottom: 100px !important
  }

  .mb-sm-11 {
    margin-bottom: 110px !important
  }

  .mb-sm-12 {
    margin-bottom: 120px !important
  }

  .mb-sm-13 {
    margin-bottom: 130px !important
  }

  .mb-sm-14 {
    margin-bottom: 140px !important
  }

  .mb-sm-15 {
    margin-bottom: 150px !important
  }

  .mb-sm-16 {
    margin-bottom: 160px !important
  }

  .mb-sm-17 {
    margin-bottom: 170px !important
  }

  .mb-sm-18 {
    margin-bottom: 180px !important
  }

  .mb-sm-19 {
    margin-bottom: 190px !important
  }

  .mb-sm-20 {
    margin-bottom: 200px !important
  }

  .mb-sm-auto {
    margin-bottom: auto !important
  }

  .ms-sm-d {
    margin-left: 20px !important
  }

  .ms-sm-0 {
    margin-left: 0 !important
  }

  .ms-sm-1 {
    margin-left: 10px !important
  }

  .ms-sm-2 {
    margin-left: 20px !important
  }

  .ms-sm-3 {
    margin-left: 30px !important
  }

  .ms-sm-4 {
    margin-left: 40px !important
  }

  .ms-sm-5 {
    margin-left: 50px !important
  }

  .ms-sm-6 {
    margin-left: 60px !important
  }

  .ms-sm-7 {
    margin-left: 70px !important
  }

  .ms-sm-8 {
    margin-left: 80px !important
  }

  .ms-sm-9 {
    margin-left: 90px !important
  }

  .ms-sm-10 {
    margin-left: 100px !important
  }

  .ms-sm-11 {
    margin-left: 110px !important
  }

  .ms-sm-12 {
    margin-left: 120px !important
  }

  .ms-sm-13 {
    margin-left: 130px !important
  }

  .ms-sm-14 {
    margin-left: 140px !important
  }

  .ms-sm-15 {
    margin-left: 150px !important
  }

  .ms-sm-16 {
    margin-left: 160px !important
  }

  .ms-sm-17 {
    margin-left: 170px !important
  }

  .ms-sm-18 {
    margin-left: 180px !important
  }

  .ms-sm-19 {
    margin-left: 190px !important
  }

  .ms-sm-20 {
    margin-left: 200px !important
  }

  .ms-sm-auto {
    margin-left: auto !important
  }

  .m-sm-nd {
    margin: -20px !important
  }

  .m-sm-n1 {
    margin: -10px !important
  }

  .m-sm-n2 {
    margin: -20px !important
  }

  .m-sm-n3 {
    margin: -30px !important
  }

  .m-sm-n4 {
    margin: -40px !important
  }

  .m-sm-n5 {
    margin: -50px !important
  }

  .m-sm-n6 {
    margin: -60px !important
  }

  .m-sm-n7 {
    margin: -70px !important
  }

  .m-sm-n8 {
    margin: -80px !important
  }

  .m-sm-n9 {
    margin: -90px !important
  }

  .m-sm-n10 {
    margin: -100px !important
  }

  .m-sm-n11 {
    margin: -110px !important
  }

  .m-sm-n12 {
    margin: -120px !important
  }

  .m-sm-n13 {
    margin: -130px !important
  }

  .m-sm-n14 {
    margin: -140px !important
  }

  .m-sm-n15 {
    margin: -150px !important
  }

  .m-sm-n16 {
    margin: -160px !important
  }

  .m-sm-n17 {
    margin: -170px !important
  }

  .m-sm-n18 {
    margin: -180px !important
  }

  .m-sm-n19 {
    margin: -190px !important
  }

  .m-sm-n20 {
    margin: -200px !important
  }

  .mx-sm-nd {
    margin-right: -20px !important;
    margin-left: -20px !important
  }

  .mx-sm-n1 {
    margin-right: -10px !important;
    margin-left: -10px !important
  }

  .mx-sm-n2 {
    margin-right: -20px !important;
    margin-left: -20px !important
  }

  .mx-sm-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important
  }

  .mx-sm-n4 {
    margin-right: -40px !important;
    margin-left: -40px !important
  }

  .mx-sm-n5 {
    margin-right: -50px !important;
    margin-left: -50px !important
  }

  .mx-sm-n6 {
    margin-right: -60px !important;
    margin-left: -60px !important
  }

  .mx-sm-n7 {
    margin-right: -70px !important;
    margin-left: -70px !important
  }

  .mx-sm-n8 {
    margin-right: -80px !important;
    margin-left: -80px !important
  }

  .mx-sm-n9 {
    margin-right: -90px !important;
    margin-left: -90px !important
  }

  .mx-sm-n10 {
    margin-right: -100px !important;
    margin-left: -100px !important
  }

  .mx-sm-n11 {
    margin-right: -110px !important;
    margin-left: -110px !important
  }

  .mx-sm-n12 {
    margin-right: -120px !important;
    margin-left: -120px !important
  }

  .mx-sm-n13 {
    margin-right: -130px !important;
    margin-left: -130px !important
  }

  .mx-sm-n14 {
    margin-right: -140px !important;
    margin-left: -140px !important
  }

  .mx-sm-n15 {
    margin-right: -150px !important;
    margin-left: -150px !important
  }

  .mx-sm-n16 {
    margin-right: -160px !important;
    margin-left: -160px !important
  }

  .mx-sm-n17 {
    margin-right: -170px !important;
    margin-left: -170px !important
  }

  .mx-sm-n18 {
    margin-right: -180px !important;
    margin-left: -180px !important
  }

  .mx-sm-n19 {
    margin-right: -190px !important;
    margin-left: -190px !important
  }

  .mx-sm-n20 {
    margin-right: -200px !important;
    margin-left: -200px !important
  }

  .my-sm-nd {
    margin-top: -20px !important;
    margin-bottom: -20px !important
  }

  .my-sm-n1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important
  }

  .my-sm-n2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important
  }

  .my-sm-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important
  }

  .my-sm-n4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important
  }

  .my-sm-n5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important
  }

  .my-sm-n6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important
  }

  .my-sm-n7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important
  }

  .my-sm-n8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important
  }

  .my-sm-n9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important
  }

  .my-sm-n10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important
  }

  .my-sm-n11 {
    margin-top: -110px !important;
    margin-bottom: -110px !important
  }

  .my-sm-n12 {
    margin-top: -120px !important;
    margin-bottom: -120px !important
  }

  .my-sm-n13 {
    margin-top: -130px !important;
    margin-bottom: -130px !important
  }

  .my-sm-n14 {
    margin-top: -140px !important;
    margin-bottom: -140px !important
  }

  .my-sm-n15 {
    margin-top: -150px !important;
    margin-bottom: -150px !important
  }

  .my-sm-n16 {
    margin-top: -160px !important;
    margin-bottom: -160px !important
  }

  .my-sm-n17 {
    margin-top: -170px !important;
    margin-bottom: -170px !important
  }

  .my-sm-n18 {
    margin-top: -180px !important;
    margin-bottom: -180px !important
  }

  .my-sm-n19 {
    margin-top: -190px !important;
    margin-bottom: -190px !important
  }

  .my-sm-n20 {
    margin-top: -200px !important;
    margin-bottom: -200px !important
  }

  .mt-sm-nd {
    margin-top: -20px !important
  }

  .mt-sm-n1 {
    margin-top: -10px !important
  }

  .mt-sm-n2 {
    margin-top: -20px !important
  }

  .mt-sm-n3 {
    margin-top: -30px !important
  }

  .mt-sm-n4 {
    margin-top: -40px !important
  }

  .mt-sm-n5 {
    margin-top: -50px !important
  }

  .mt-sm-n6 {
    margin-top: -60px !important
  }

  .mt-sm-n7 {
    margin-top: -70px !important
  }

  .mt-sm-n8 {
    margin-top: -80px !important
  }

  .mt-sm-n9 {
    margin-top: -90px !important
  }

  .mt-sm-n10 {
    margin-top: -100px !important
  }

  .mt-sm-n11 {
    margin-top: -110px !important
  }

  .mt-sm-n12 {
    margin-top: -120px !important
  }

  .mt-sm-n13 {
    margin-top: -130px !important
  }

  .mt-sm-n14 {
    margin-top: -140px !important
  }

  .mt-sm-n15 {
    margin-top: -150px !important
  }

  .mt-sm-n16 {
    margin-top: -160px !important
  }

  .mt-sm-n17 {
    margin-top: -170px !important
  }

  .mt-sm-n18 {
    margin-top: -180px !important
  }

  .mt-sm-n19 {
    margin-top: -190px !important
  }

  .mt-sm-n20 {
    margin-top: -200px !important
  }

  .me-sm-nd {
    margin-right: -20px !important
  }

  .me-sm-n1 {
    margin-right: -10px !important
  }

  .me-sm-n2 {
    margin-right: -20px !important
  }

  .me-sm-n3 {
    margin-right: -30px !important
  }

  .me-sm-n4 {
    margin-right: -40px !important
  }

  .me-sm-n5 {
    margin-right: -50px !important
  }

  .me-sm-n6 {
    margin-right: -60px !important
  }

  .me-sm-n7 {
    margin-right: -70px !important
  }

  .me-sm-n8 {
    margin-right: -80px !important
  }

  .me-sm-n9 {
    margin-right: -90px !important
  }

  .me-sm-n10 {
    margin-right: -100px !important
  }

  .me-sm-n11 {
    margin-right: -110px !important
  }

  .me-sm-n12 {
    margin-right: -120px !important
  }

  .me-sm-n13 {
    margin-right: -130px !important
  }

  .me-sm-n14 {
    margin-right: -140px !important
  }

  .me-sm-n15 {
    margin-right: -150px !important
  }

  .me-sm-n16 {
    margin-right: -160px !important
  }

  .me-sm-n17 {
    margin-right: -170px !important
  }

  .me-sm-n18 {
    margin-right: -180px !important
  }

  .me-sm-n19 {
    margin-right: -190px !important
  }

  .me-sm-n20 {
    margin-right: -200px !important
  }

  .mb-sm-nd {
    margin-bottom: -20px !important
  }

  .mb-sm-n1 {
    margin-bottom: -10px !important
  }

  .mb-sm-n2 {
    margin-bottom: -20px !important
  }

  .mb-sm-n3 {
    margin-bottom: -30px !important
  }

  .mb-sm-n4 {
    margin-bottom: -40px !important
  }

  .mb-sm-n5 {
    margin-bottom: -50px !important
  }

  .mb-sm-n6 {
    margin-bottom: -60px !important
  }

  .mb-sm-n7 {
    margin-bottom: -70px !important
  }

  .mb-sm-n8 {
    margin-bottom: -80px !important
  }

  .mb-sm-n9 {
    margin-bottom: -90px !important
  }

  .mb-sm-n10 {
    margin-bottom: -100px !important
  }

  .mb-sm-n11 {
    margin-bottom: -110px !important
  }

  .mb-sm-n12 {
    margin-bottom: -120px !important
  }

  .mb-sm-n13 {
    margin-bottom: -130px !important
  }

  .mb-sm-n14 {
    margin-bottom: -140px !important
  }

  .mb-sm-n15 {
    margin-bottom: -150px !important
  }

  .mb-sm-n16 {
    margin-bottom: -160px !important
  }

  .mb-sm-n17 {
    margin-bottom: -170px !important
  }

  .mb-sm-n18 {
    margin-bottom: -180px !important
  }

  .mb-sm-n19 {
    margin-bottom: -190px !important
  }

  .mb-sm-n20 {
    margin-bottom: -200px !important
  }

  .ms-sm-nd {
    margin-left: -20px !important
  }

  .ms-sm-n1 {
    margin-left: -10px !important
  }

  .ms-sm-n2 {
    margin-left: -20px !important
  }

  .ms-sm-n3 {
    margin-left: -30px !important
  }

  .ms-sm-n4 {
    margin-left: -40px !important
  }

  .ms-sm-n5 {
    margin-left: -50px !important
  }

  .ms-sm-n6 {
    margin-left: -60px !important
  }

  .ms-sm-n7 {
    margin-left: -70px !important
  }

  .ms-sm-n8 {
    margin-left: -80px !important
  }

  .ms-sm-n9 {
    margin-left: -90px !important
  }

  .ms-sm-n10 {
    margin-left: -100px !important
  }

  .ms-sm-n11 {
    margin-left: -110px !important
  }

  .ms-sm-n12 {
    margin-left: -120px !important
  }

  .ms-sm-n13 {
    margin-left: -130px !important
  }

  .ms-sm-n14 {
    margin-left: -140px !important
  }

  .ms-sm-n15 {
    margin-left: -150px !important
  }

  .ms-sm-n16 {
    margin-left: -160px !important
  }

  .ms-sm-n17 {
    margin-left: -170px !important
  }

  .ms-sm-n18 {
    margin-left: -180px !important
  }

  .ms-sm-n19 {
    margin-left: -190px !important
  }

  .ms-sm-n20 {
    margin-left: -200px !important
  }

  .p-sm-d {
    padding: 20px !important
  }

  .p-sm-0 {
    padding: 0 !important
  }

  .p-sm-1 {
    padding: 10px !important
  }

  .p-sm-2 {
    padding: 20px !important
  }

  .p-sm-3 {
    padding: 30px !important
  }

  .p-sm-4 {
    padding: 40px !important
  }

  .p-sm-5 {
    padding: 50px !important
  }

  .p-sm-6 {
    padding: 60px !important
  }

  .p-sm-7 {
    padding: 70px !important
  }

  .p-sm-8 {
    padding: 80px !important
  }

  .p-sm-9 {
    padding: 90px !important
  }

  .p-sm-10 {
    padding: 100px !important
  }

  .p-sm-11 {
    padding: 110px !important
  }

  .p-sm-12 {
    padding: 120px !important
  }

  .p-sm-13 {
    padding: 130px !important
  }

  .p-sm-14 {
    padding: 140px !important
  }

  .p-sm-15 {
    padding: 150px !important
  }

  .p-sm-16 {
    padding: 160px !important
  }

  .p-sm-17 {
    padding: 170px !important
  }

  .p-sm-18 {
    padding: 180px !important
  }

  .p-sm-19 {
    padding: 190px !important
  }

  .p-sm-20 {
    padding: 200px !important
  }

  .px-sm-d {
    padding-right: 20px !important;
    padding-left: 20px !important
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-sm-1 {
    padding-right: 10px !important;
    padding-left: 10px !important
  }

  .px-sm-2 {
    padding-right: 20px !important;
    padding-left: 20px !important
  }

  .px-sm-3 {
    padding-right: 30px !important;
    padding-left: 30px !important
  }

  .px-sm-4 {
    padding-right: 40px !important;
    padding-left: 40px !important
  }

  .px-sm-5 {
    padding-right: 50px !important;
    padding-left: 50px !important
  }

  .px-sm-6 {
    padding-right: 60px !important;
    padding-left: 60px !important
  }

  .px-sm-7 {
    padding-right: 70px !important;
    padding-left: 70px !important
  }

  .px-sm-8 {
    padding-right: 80px !important;
    padding-left: 80px !important
  }

  .px-sm-9 {
    padding-right: 90px !important;
    padding-left: 90px !important
  }

  .px-sm-10 {
    padding-right: 100px !important;
    padding-left: 100px !important
  }

  .px-sm-11 {
    padding-right: 110px !important;
    padding-left: 110px !important
  }

  .px-sm-12 {
    padding-right: 120px !important;
    padding-left: 120px !important
  }

  .px-sm-13 {
    padding-right: 130px !important;
    padding-left: 130px !important
  }

  .px-sm-14 {
    padding-right: 140px !important;
    padding-left: 140px !important
  }

  .px-sm-15 {
    padding-right: 150px !important;
    padding-left: 150px !important
  }

  .px-sm-16 {
    padding-right: 160px !important;
    padding-left: 160px !important
  }

  .px-sm-17 {
    padding-right: 170px !important;
    padding-left: 170px !important
  }

  .px-sm-18 {
    padding-right: 180px !important;
    padding-left: 180px !important
  }

  .px-sm-19 {
    padding-right: 190px !important;
    padding-left: 190px !important
  }

  .px-sm-20 {
    padding-right: 200px !important;
    padding-left: 200px !important
  }

  .py-sm-d {
    padding-top: 20px !important;
    padding-bottom: 20px !important
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-sm-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
  }

  .py-sm-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
  }

  .py-sm-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
  }

  .py-sm-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
  }

  .py-sm-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
  }

  .py-sm-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
  }

  .py-sm-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important
  }

  .py-sm-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
  }

  .py-sm-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important
  }

  .py-sm-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
  }

  .py-sm-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important
  }

  .py-sm-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important
  }

  .py-sm-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important
  }

  .py-sm-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important
  }

  .py-sm-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important
  }

  .py-sm-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important
  }

  .py-sm-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important
  }

  .py-sm-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important
  }

  .py-sm-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important
  }

  .py-sm-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important
  }

  .pt-sm-d {
    padding-top: 20px !important
  }

  .pt-sm-0 {
    padding-top: 0 !important
  }

  .pt-sm-1 {
    padding-top: 10px !important
  }

  .pt-sm-2 {
    padding-top: 20px !important
  }

  .pt-sm-3 {
    padding-top: 30px !important
  }

  .pt-sm-4 {
    padding-top: 40px !important
  }

  .pt-sm-5 {
    padding-top: 50px !important
  }

  .pt-sm-6 {
    padding-top: 60px !important
  }

  .pt-sm-7 {
    padding-top: 70px !important
  }

  .pt-sm-8 {
    padding-top: 80px !important
  }

  .pt-sm-9 {
    padding-top: 90px !important
  }

  .pt-sm-10 {
    padding-top: 100px !important
  }

  .pt-sm-11 {
    padding-top: 110px !important
  }

  .pt-sm-12 {
    padding-top: 120px !important
  }

  .pt-sm-13 {
    padding-top: 130px !important
  }

  .pt-sm-14 {
    padding-top: 140px !important
  }

  .pt-sm-15 {
    padding-top: 150px !important
  }

  .pt-sm-16 {
    padding-top: 160px !important
  }

  .pt-sm-17 {
    padding-top: 170px !important
  }

  .pt-sm-18 {
    padding-top: 180px !important
  }

  .pt-sm-19 {
    padding-top: 190px !important
  }

  .pt-sm-20 {
    padding-top: 200px !important
  }

  .pe-sm-d {
    padding-right: 20px !important
  }

  .pe-sm-0 {
    padding-right: 0 !important
  }

  .pe-sm-1 {
    padding-right: 10px !important
  }

  .pe-sm-2 {
    padding-right: 20px !important
  }

  .pe-sm-3 {
    padding-right: 30px !important
  }

  .pe-sm-4 {
    padding-right: 40px !important
  }

  .pe-sm-5 {
    padding-right: 50px !important
  }

  .pe-sm-6 {
    padding-right: 60px !important
  }

  .pe-sm-7 {
    padding-right: 70px !important
  }

  .pe-sm-8 {
    padding-right: 80px !important
  }

  .pe-sm-9 {
    padding-right: 90px !important
  }

  .pe-sm-10 {
    padding-right: 100px !important
  }

  .pe-sm-11 {
    padding-right: 110px !important
  }

  .pe-sm-12 {
    padding-right: 120px !important
  }

  .pe-sm-13 {
    padding-right: 130px !important
  }

  .pe-sm-14 {
    padding-right: 140px !important
  }

  .pe-sm-15 {
    padding-right: 150px !important
  }

  .pe-sm-16 {
    padding-right: 160px !important
  }

  .pe-sm-17 {
    padding-right: 170px !important
  }

  .pe-sm-18 {
    padding-right: 180px !important
  }

  .pe-sm-19 {
    padding-right: 190px !important
  }

  .pe-sm-20 {
    padding-right: 200px !important
  }

  .pb-sm-d {
    padding-bottom: 20px !important
  }

  .pb-sm-0 {
    padding-bottom: 0 !important
  }

  .pb-sm-1 {
    padding-bottom: 10px !important
  }

  .pb-sm-2 {
    padding-bottom: 20px !important
  }

  .pb-sm-3 {
    padding-bottom: 30px !important
  }

  .pb-sm-4 {
    padding-bottom: 40px !important
  }

  .pb-sm-5 {
    padding-bottom: 50px !important
  }

  .pb-sm-6 {
    padding-bottom: 60px !important
  }

  .pb-sm-7 {
    padding-bottom: 70px !important
  }

  .pb-sm-8 {
    padding-bottom: 80px !important
  }

  .pb-sm-9 {
    padding-bottom: 90px !important
  }

  .pb-sm-10 {
    padding-bottom: 100px !important
  }

  .pb-sm-11 {
    padding-bottom: 110px !important
  }

  .pb-sm-12 {
    padding-bottom: 120px !important
  }

  .pb-sm-13 {
    padding-bottom: 130px !important
  }

  .pb-sm-14 {
    padding-bottom: 140px !important
  }

  .pb-sm-15 {
    padding-bottom: 150px !important
  }

  .pb-sm-16 {
    padding-bottom: 160px !important
  }

  .pb-sm-17 {
    padding-bottom: 170px !important
  }

  .pb-sm-18 {
    padding-bottom: 180px !important
  }

  .pb-sm-19 {
    padding-bottom: 190px !important
  }

  .pb-sm-20 {
    padding-bottom: 200px !important
  }

  .ps-sm-d {
    padding-left: 20px !important
  }

  .ps-sm-0 {
    padding-left: 0 !important
  }

  .ps-sm-1 {
    padding-left: 10px !important
  }

  .ps-sm-2 {
    padding-left: 20px !important
  }

  .ps-sm-3 {
    padding-left: 30px !important
  }

  .ps-sm-4 {
    padding-left: 40px !important
  }

  .ps-sm-5 {
    padding-left: 50px !important
  }

  .ps-sm-6 {
    padding-left: 60px !important
  }

  .ps-sm-7 {
    padding-left: 70px !important
  }

  .ps-sm-8 {
    padding-left: 80px !important
  }

  .ps-sm-9 {
    padding-left: 90px !important
  }

  .ps-sm-10 {
    padding-left: 100px !important
  }

  .ps-sm-11 {
    padding-left: 110px !important
  }

  .ps-sm-12 {
    padding-left: 120px !important
  }

  .ps-sm-13 {
    padding-left: 130px !important
  }

  .ps-sm-14 {
    padding-left: 140px !important
  }

  .ps-sm-15 {
    padding-left: 150px !important
  }

  .ps-sm-16 {
    padding-left: 160px !important
  }

  .ps-sm-17 {
    padding-left: 170px !important
  }

  .ps-sm-18 {
    padding-left: 180px !important
  }

  .ps-sm-19 {
    padding-left: 190px !important
  }

  .ps-sm-20 {
    padding-left: 200px !important
  }

  .text-sm-start {
    text-align: left !important
  }

  .text-sm-end {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }
}

@media (min-width: 768px) {
  .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-start {
    justify-content: flex-start !important
  }

  .justify-content-md-end {
    justify-content: flex-end !important
  }

  .justify-content-md-center {
    justify-content: center !important
  }

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

  .justify-content-md-around {
    justify-content: space-around !important
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important
  }

  .align-items-md-start {
    align-items: flex-start !important
  }

  .align-items-md-end {
    align-items: flex-end !important
  }

  .align-items-md-center {
    align-items: center !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-d {
    margin: 20px !important
  }

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

  .m-md-1 {
    margin: 10px !important
  }

  .m-md-2 {
    margin: 20px !important
  }

  .m-md-3 {
    margin: 30px !important
  }

  .m-md-4 {
    margin: 40px !important
  }

  .m-md-5 {
    margin: 50px !important
  }

  .m-md-6 {
    margin: 60px !important
  }

  .m-md-7 {
    margin: 70px !important
  }

  .m-md-8 {
    margin: 80px !important
  }

  .m-md-9 {
    margin: 90px !important
  }

  .m-md-10 {
    margin: 100px !important
  }

  .m-md-11 {
    margin: 110px !important
  }

  .m-md-12 {
    margin: 120px !important
  }

  .m-md-13 {
    margin: 130px !important
  }

  .m-md-14 {
    margin: 140px !important
  }

  .m-md-15 {
    margin: 150px !important
  }

  .m-md-16 {
    margin: 160px !important
  }

  .m-md-17 {
    margin: 170px !important
  }

  .m-md-18 {
    margin: 180px !important
  }

  .m-md-19 {
    margin: 190px !important
  }

  .m-md-20 {
    margin: 200px !important
  }

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

  .mx-md-d {
    margin-right: 20px !important;
    margin-left: 20px !important
  }

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

  .mx-md-1 {
    margin-right: 10px !important;
    margin-left: 10px !important
  }

  .mx-md-2 {
    margin-right: 20px !important;
    margin-left: 20px !important
  }

  .mx-md-3 {
    margin-right: 30px !important;
    margin-left: 30px !important
  }

  .mx-md-4 {
    margin-right: 40px !important;
    margin-left: 40px !important
  }

  .mx-md-5 {
    margin-right: 50px !important;
    margin-left: 50px !important
  }

  .mx-md-6 {
    margin-right: 60px !important;
    margin-left: 60px !important
  }

  .mx-md-7 {
    margin-right: 70px !important;
    margin-left: 70px !important
  }

  .mx-md-8 {
    margin-right: 80px !important;
    margin-left: 80px !important
  }

  .mx-md-9 {
    margin-right: 90px !important;
    margin-left: 90px !important
  }

  .mx-md-10 {
    margin-right: 100px !important;
    margin-left: 100px !important
  }

  .mx-md-11 {
    margin-right: 110px !important;
    margin-left: 110px !important
  }

  .mx-md-12 {
    margin-right: 120px !important;
    margin-left: 120px !important
  }

  .mx-md-13 {
    margin-right: 130px !important;
    margin-left: 130px !important
  }

  .mx-md-14 {
    margin-right: 140px !important;
    margin-left: 140px !important
  }

  .mx-md-15 {
    margin-right: 150px !important;
    margin-left: 150px !important
  }

  .mx-md-16 {
    margin-right: 160px !important;
    margin-left: 160px !important
  }

  .mx-md-17 {
    margin-right: 170px !important;
    margin-left: 170px !important
  }

  .mx-md-18 {
    margin-right: 180px !important;
    margin-left: 180px !important
  }

  .mx-md-19 {
    margin-right: 190px !important;
    margin-left: 190px !important
  }

  .mx-md-20 {
    margin-right: 200px !important;
    margin-left: 200px !important
  }

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

  .my-md-d {
    margin-top: 20px !important;
    margin-bottom: 20px !important
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-md-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
  }

  .my-md-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
  }

  .my-md-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
  }

  .my-md-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
  }

  .my-md-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
  }

  .my-md-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
  }

  .my-md-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important
  }

  .my-md-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
  }

  .my-md-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important
  }

  .my-md-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
  }

  .my-md-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important
  }

  .my-md-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important
  }

  .my-md-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important
  }

  .my-md-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important
  }

  .my-md-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important
  }

  .my-md-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important
  }

  .my-md-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important
  }

  .my-md-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important
  }

  .my-md-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important
  }

  .my-md-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-md-d {
    margin-top: 20px !important
  }

  .mt-md-0 {
    margin-top: 0 !important
  }

  .mt-md-1 {
    margin-top: 10px !important
  }

  .mt-md-2 {
    margin-top: 20px !important
  }

  .mt-md-3 {
    margin-top: 30px !important
  }

  .mt-md-4 {
    margin-top: 40px !important
  }

  .mt-md-5 {
    margin-top: 50px !important
  }

  .mt-md-6 {
    margin-top: 60px !important
  }

  .mt-md-7 {
    margin-top: 70px !important
  }

  .mt-md-8 {
    margin-top: 80px !important
  }

  .mt-md-9 {
    margin-top: 90px !important
  }

  .mt-md-10 {
    margin-top: 100px !important
  }

  .mt-md-11 {
    margin-top: 110px !important
  }

  .mt-md-12 {
    margin-top: 120px !important
  }

  .mt-md-13 {
    margin-top: 130px !important
  }

  .mt-md-14 {
    margin-top: 140px !important
  }

  .mt-md-15 {
    margin-top: 150px !important
  }

  .mt-md-16 {
    margin-top: 160px !important
  }

  .mt-md-17 {
    margin-top: 170px !important
  }

  .mt-md-18 {
    margin-top: 180px !important
  }

  .mt-md-19 {
    margin-top: 190px !important
  }

  .mt-md-20 {
    margin-top: 200px !important
  }

  .mt-md-auto {
    margin-top: auto !important
  }

  .me-md-d {
    margin-right: 20px !important
  }

  .me-md-0 {
    margin-right: 0 !important
  }

  .me-md-1 {
    margin-right: 10px !important
  }

  .me-md-2 {
    margin-right: 20px !important
  }

  .me-md-3 {
    margin-right: 30px !important
  }

  .me-md-4 {
    margin-right: 40px !important
  }

  .me-md-5 {
    margin-right: 50px !important
  }

  .me-md-6 {
    margin-right: 60px !important
  }

  .me-md-7 {
    margin-right: 70px !important
  }

  .me-md-8 {
    margin-right: 80px !important
  }

  .me-md-9 {
    margin-right: 90px !important
  }

  .me-md-10 {
    margin-right: 100px !important
  }

  .me-md-11 {
    margin-right: 110px !important
  }

  .me-md-12 {
    margin-right: 120px !important
  }

  .me-md-13 {
    margin-right: 130px !important
  }

  .me-md-14 {
    margin-right: 140px !important
  }

  .me-md-15 {
    margin-right: 150px !important
  }

  .me-md-16 {
    margin-right: 160px !important
  }

  .me-md-17 {
    margin-right: 170px !important
  }

  .me-md-18 {
    margin-right: 180px !important
  }

  .me-md-19 {
    margin-right: 190px !important
  }

  .me-md-20 {
    margin-right: 200px !important
  }

  .me-md-auto {
    margin-right: auto !important
  }

  .mb-md-d {
    margin-bottom: 20px !important
  }

  .mb-md-0 {
    margin-bottom: 0 !important
  }

  .mb-md-1 {
    margin-bottom: 10px !important
  }

  .mb-md-2 {
    margin-bottom: 20px !important
  }

  .mb-md-3 {
    margin-bottom: 30px !important
  }

  .mb-md-4 {
    margin-bottom: 40px !important
  }

  .mb-md-5 {
    margin-bottom: 50px !important
  }

  .mb-md-6 {
    margin-bottom: 60px !important
  }

  .mb-md-7 {
    margin-bottom: 70px !important
  }

  .mb-md-8 {
    margin-bottom: 80px !important
  }

  .mb-md-9 {
    margin-bottom: 90px !important
  }

  .mb-md-10 {
    margin-bottom: 100px !important
  }

  .mb-md-11 {
    margin-bottom: 110px !important
  }

  .mb-md-12 {
    margin-bottom: 120px !important
  }

  .mb-md-13 {
    margin-bottom: 130px !important
  }

  .mb-md-14 {
    margin-bottom: 140px !important
  }

  .mb-md-15 {
    margin-bottom: 150px !important
  }

  .mb-md-16 {
    margin-bottom: 160px !important
  }

  .mb-md-17 {
    margin-bottom: 170px !important
  }

  .mb-md-18 {
    margin-bottom: 180px !important
  }

  .mb-md-19 {
    margin-bottom: 190px !important
  }

  .mb-md-20 {
    margin-bottom: 200px !important
  }

  .mb-md-auto {
    margin-bottom: auto !important
  }

  .ms-md-d {
    margin-left: 20px !important
  }

  .ms-md-0 {
    margin-left: 0 !important
  }

  .ms-md-1 {
    margin-left: 10px !important
  }

  .ms-md-2 {
    margin-left: 20px !important
  }

  .ms-md-3 {
    margin-left: 30px !important
  }

  .ms-md-4 {
    margin-left: 40px !important
  }

  .ms-md-5 {
    margin-left: 50px !important
  }

  .ms-md-6 {
    margin-left: 60px !important
  }

  .ms-md-7 {
    margin-left: 70px !important
  }

  .ms-md-8 {
    margin-left: 80px !important
  }

  .ms-md-9 {
    margin-left: 90px !important
  }

  .ms-md-10 {
    margin-left: 100px !important
  }

  .ms-md-11 {
    margin-left: 110px !important
  }

  .ms-md-12 {
    margin-left: 120px !important
  }

  .ms-md-13 {
    margin-left: 130px !important
  }

  .ms-md-14 {
    margin-left: 140px !important
  }

  .ms-md-15 {
    margin-left: 150px !important
  }

  .ms-md-16 {
    margin-left: 160px !important
  }

  .ms-md-17 {
    margin-left: 170px !important
  }

  .ms-md-18 {
    margin-left: 180px !important
  }

  .ms-md-19 {
    margin-left: 190px !important
  }

  .ms-md-20 {
    margin-left: 200px !important
  }

  .ms-md-auto {
    margin-left: auto !important
  }

  .m-md-nd {
    margin: -20px !important
  }

  .m-md-n1 {
    margin: -10px !important
  }

  .m-md-n2 {
    margin: -20px !important
  }

  .m-md-n3 {
    margin: -30px !important
  }

  .m-md-n4 {
    margin: -40px !important
  }

  .m-md-n5 {
    margin: -50px !important
  }

  .m-md-n6 {
    margin: -60px !important
  }

  .m-md-n7 {
    margin: -70px !important
  }

  .m-md-n8 {
    margin: -80px !important
  }

  .m-md-n9 {
    margin: -90px !important
  }

  .m-md-n10 {
    margin: -100px !important
  }

  .m-md-n11 {
    margin: -110px !important
  }

  .m-md-n12 {
    margin: -120px !important
  }

  .m-md-n13 {
    margin: -130px !important
  }

  .m-md-n14 {
    margin: -140px !important
  }

  .m-md-n15 {
    margin: -150px !important
  }

  .m-md-n16 {
    margin: -160px !important
  }

  .m-md-n17 {
    margin: -170px !important
  }

  .m-md-n18 {
    margin: -180px !important
  }

  .m-md-n19 {
    margin: -190px !important
  }

  .m-md-n20 {
    margin: -200px !important
  }

  .mx-md-nd {
    margin-right: -20px !important;
    margin-left: -20px !important
  }

  .mx-md-n1 {
    margin-right: -10px !important;
    margin-left: -10px !important
  }

  .mx-md-n2 {
    margin-right: -20px !important;
    margin-left: -20px !important
  }

  .mx-md-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important
  }

  .mx-md-n4 {
    margin-right: -40px !important;
    margin-left: -40px !important
  }

  .mx-md-n5 {
    margin-right: -50px !important;
    margin-left: -50px !important
  }

  .mx-md-n6 {
    margin-right: -60px !important;
    margin-left: -60px !important
  }

  .mx-md-n7 {
    margin-right: -70px !important;
    margin-left: -70px !important
  }

  .mx-md-n8 {
    margin-right: -80px !important;
    margin-left: -80px !important
  }

  .mx-md-n9 {
    margin-right: -90px !important;
    margin-left: -90px !important
  }

  .mx-md-n10 {
    margin-right: -100px !important;
    margin-left: -100px !important
  }

  .mx-md-n11 {
    margin-right: -110px !important;
    margin-left: -110px !important
  }

  .mx-md-n12 {
    margin-right: -120px !important;
    margin-left: -120px !important
  }

  .mx-md-n13 {
    margin-right: -130px !important;
    margin-left: -130px !important
  }

  .mx-md-n14 {
    margin-right: -140px !important;
    margin-left: -140px !important
  }

  .mx-md-n15 {
    margin-right: -150px !important;
    margin-left: -150px !important
  }

  .mx-md-n16 {
    margin-right: -160px !important;
    margin-left: -160px !important
  }

  .mx-md-n17 {
    margin-right: -170px !important;
    margin-left: -170px !important
  }

  .mx-md-n18 {
    margin-right: -180px !important;
    margin-left: -180px !important
  }

  .mx-md-n19 {
    margin-right: -190px !important;
    margin-left: -190px !important
  }

  .mx-md-n20 {
    margin-right: -200px !important;
    margin-left: -200px !important
  }

  .my-md-nd {
    margin-top: -20px !important;
    margin-bottom: -20px !important
  }

  .my-md-n1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important
  }

  .my-md-n2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important
  }

  .my-md-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important
  }

  .my-md-n4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important
  }

  .my-md-n5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important
  }

  .my-md-n6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important
  }

  .my-md-n7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important
  }

  .my-md-n8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important
  }

  .my-md-n9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important
  }

  .my-md-n10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important
  }

  .my-md-n11 {
    margin-top: -110px !important;
    margin-bottom: -110px !important
  }

  .my-md-n12 {
    margin-top: -120px !important;
    margin-bottom: -120px !important
  }

  .my-md-n13 {
    margin-top: -130px !important;
    margin-bottom: -130px !important
  }

  .my-md-n14 {
    margin-top: -140px !important;
    margin-bottom: -140px !important
  }

  .my-md-n15 {
    margin-top: -150px !important;
    margin-bottom: -150px !important
  }

  .my-md-n16 {
    margin-top: -160px !important;
    margin-bottom: -160px !important
  }

  .my-md-n17 {
    margin-top: -170px !important;
    margin-bottom: -170px !important
  }

  .my-md-n18 {
    margin-top: -180px !important;
    margin-bottom: -180px !important
  }

  .my-md-n19 {
    margin-top: -190px !important;
    margin-bottom: -190px !important
  }

  .my-md-n20 {
    margin-top: -200px !important;
    margin-bottom: -200px !important
  }

  .mt-md-nd {
    margin-top: -20px !important
  }

  .mt-md-n1 {
    margin-top: -10px !important
  }

  .mt-md-n2 {
    margin-top: -20px !important
  }

  .mt-md-n3 {
    margin-top: -30px !important
  }

  .mt-md-n4 {
    margin-top: -40px !important
  }

  .mt-md-n5 {
    margin-top: -50px !important
  }

  .mt-md-n6 {
    margin-top: -60px !important
  }

  .mt-md-n7 {
    margin-top: -70px !important
  }

  .mt-md-n8 {
    margin-top: -80px !important
  }

  .mt-md-n9 {
    margin-top: -90px !important
  }

  .mt-md-n10 {
    margin-top: -100px !important
  }

  .mt-md-n11 {
    margin-top: -110px !important
  }

  .mt-md-n12 {
    margin-top: -120px !important
  }

  .mt-md-n13 {
    margin-top: -130px !important
  }

  .mt-md-n14 {
    margin-top: -140px !important
  }

  .mt-md-n15 {
    margin-top: -150px !important
  }

  .mt-md-n16 {
    margin-top: -160px !important
  }

  .mt-md-n17 {
    margin-top: -170px !important
  }

  .mt-md-n18 {
    margin-top: -180px !important
  }

  .mt-md-n19 {
    margin-top: -190px !important
  }

  .mt-md-n20 {
    margin-top: -200px !important
  }

  .me-md-nd {
    margin-right: -20px !important
  }

  .me-md-n1 {
    margin-right: -10px !important
  }

  .me-md-n2 {
    margin-right: -20px !important
  }

  .me-md-n3 {
    margin-right: -30px !important
  }

  .me-md-n4 {
    margin-right: -40px !important
  }

  .me-md-n5 {
    margin-right: -50px !important
  }

  .me-md-n6 {
    margin-right: -60px !important
  }

  .me-md-n7 {
    margin-right: -70px !important
  }

  .me-md-n8 {
    margin-right: -80px !important
  }

  .me-md-n9 {
    margin-right: -90px !important
  }

  .me-md-n10 {
    margin-right: -100px !important
  }

  .me-md-n11 {
    margin-right: -110px !important
  }

  .me-md-n12 {
    margin-right: -120px !important
  }

  .me-md-n13 {
    margin-right: -130px !important
  }

  .me-md-n14 {
    margin-right: -140px !important
  }

  .me-md-n15 {
    margin-right: -150px !important
  }

  .me-md-n16 {
    margin-right: -160px !important
  }

  .me-md-n17 {
    margin-right: -170px !important
  }

  .me-md-n18 {
    margin-right: -180px !important
  }

  .me-md-n19 {
    margin-right: -190px !important
  }

  .me-md-n20 {
    margin-right: -200px !important
  }

  .mb-md-nd {
    margin-bottom: -20px !important
  }

  .mb-md-n1 {
    margin-bottom: -10px !important
  }

  .mb-md-n2 {
    margin-bottom: -20px !important
  }

  .mb-md-n3 {
    margin-bottom: -30px !important
  }

  .mb-md-n4 {
    margin-bottom: -40px !important
  }

  .mb-md-n5 {
    margin-bottom: -50px !important
  }

  .mb-md-n6 {
    margin-bottom: -60px !important
  }

  .mb-md-n7 {
    margin-bottom: -70px !important
  }

  .mb-md-n8 {
    margin-bottom: -80px !important
  }

  .mb-md-n9 {
    margin-bottom: -90px !important
  }

  .mb-md-n10 {
    margin-bottom: -100px !important
  }

  .mb-md-n11 {
    margin-bottom: -110px !important
  }

  .mb-md-n12 {
    margin-bottom: -120px !important
  }

  .mb-md-n13 {
    margin-bottom: -130px !important
  }

  .mb-md-n14 {
    margin-bottom: -140px !important
  }

  .mb-md-n15 {
    margin-bottom: -150px !important
  }

  .mb-md-n16 {
    margin-bottom: -160px !important
  }

  .mb-md-n17 {
    margin-bottom: -170px !important
  }

  .mb-md-n18 {
    margin-bottom: -180px !important
  }

  .mb-md-n19 {
    margin-bottom: -190px !important
  }

  .mb-md-n20 {
    margin-bottom: -200px !important
  }

  .ms-md-nd {
    margin-left: -20px !important
  }

  .ms-md-n1 {
    margin-left: -10px !important
  }

  .ms-md-n2 {
    margin-left: -20px !important
  }

  .ms-md-n3 {
    margin-left: -30px !important
  }

  .ms-md-n4 {
    margin-left: -40px !important
  }

  .ms-md-n5 {
    margin-left: -50px !important
  }

  .ms-md-n6 {
    margin-left: -60px !important
  }

  .ms-md-n7 {
    margin-left: -70px !important
  }

  .ms-md-n8 {
    margin-left: -80px !important
  }

  .ms-md-n9 {
    margin-left: -90px !important
  }

  .ms-md-n10 {
    margin-left: -100px !important
  }

  .ms-md-n11 {
    margin-left: -110px !important
  }

  .ms-md-n12 {
    margin-left: -120px !important
  }

  .ms-md-n13 {
    margin-left: -130px !important
  }

  .ms-md-n14 {
    margin-left: -140px !important
  }

  .ms-md-n15 {
    margin-left: -150px !important
  }

  .ms-md-n16 {
    margin-left: -160px !important
  }

  .ms-md-n17 {
    margin-left: -170px !important
  }

  .ms-md-n18 {
    margin-left: -180px !important
  }

  .ms-md-n19 {
    margin-left: -190px !important
  }

  .ms-md-n20 {
    margin-left: -200px !important
  }

  .p-md-d {
    padding: 20px !important
  }

  .p-md-0 {
    padding: 0 !important
  }

  .p-md-1 {
    padding: 10px !important
  }

  .p-md-2 {
    padding: 20px !important
  }

  .p-md-3 {
    padding: 30px !important
  }

  .p-md-4 {
    padding: 40px !important
  }

  .p-md-5 {
    padding: 50px !important
  }

  .p-md-6 {
    padding: 60px !important
  }

  .p-md-7 {
    padding: 70px !important
  }

  .p-md-8 {
    padding: 80px !important
  }

  .p-md-9 {
    padding: 90px !important
  }

  .p-md-10 {
    padding: 100px !important
  }

  .p-md-11 {
    padding: 110px !important
  }

  .p-md-12 {
    padding: 120px !important
  }

  .p-md-13 {
    padding: 130px !important
  }

  .p-md-14 {
    padding: 140px !important
  }

  .p-md-15 {
    padding: 150px !important
  }

  .p-md-16 {
    padding: 160px !important
  }

  .p-md-17 {
    padding: 170px !important
  }

  .p-md-18 {
    padding: 180px !important
  }

  .p-md-19 {
    padding: 190px !important
  }

  .p-md-20 {
    padding: 200px !important
  }

  .px-md-d {
    padding-right: 20px !important;
    padding-left: 20px !important
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-md-1 {
    padding-right: 10px !important;
    padding-left: 10px !important
  }

  .px-md-2 {
    padding-right: 20px !important;
    padding-left: 20px !important
  }

  .px-md-3 {
    padding-right: 30px !important;
    padding-left: 30px !important
  }

  .px-md-4 {
    padding-right: 40px !important;
    padding-left: 40px !important
  }

  .px-md-5 {
    padding-right: 50px !important;
    padding-left: 50px !important
  }

  .px-md-6 {
    padding-right: 60px !important;
    padding-left: 60px !important
  }

  .px-md-7 {
    padding-right: 70px !important;
    padding-left: 70px !important
  }

  .px-md-8 {
    padding-right: 80px !important;
    padding-left: 80px !important
  }

  .px-md-9 {
    padding-right: 90px !important;
    padding-left: 90px !important
  }

  .px-md-10 {
    padding-right: 100px !important;
    padding-left: 100px !important
  }

  .px-md-11 {
    padding-right: 110px !important;
    padding-left: 110px !important
  }

  .px-md-12 {
    padding-right: 120px !important;
    padding-left: 120px !important
  }

  .px-md-13 {
    padding-right: 130px !important;
    padding-left: 130px !important
  }

  .px-md-14 {
    padding-right: 140px !important;
    padding-left: 140px !important
  }

  .px-md-15 {
    padding-right: 150px !important;
    padding-left: 150px !important
  }

  .px-md-16 {
    padding-right: 160px !important;
    padding-left: 160px !important
  }

  .px-md-17 {
    padding-right: 170px !important;
    padding-left: 170px !important
  }

  .px-md-18 {
    padding-right: 180px !important;
    padding-left: 180px !important
  }

  .px-md-19 {
    padding-right: 190px !important;
    padding-left: 190px !important
  }

  .px-md-20 {
    padding-right: 200px !important;
    padding-left: 200px !important
  }

  .py-md-d {
    padding-top: 20px !important;
    padding-bottom: 20px !important
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-md-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
  }

  .py-md-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
  }

  .py-md-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
  }

  .py-md-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
  }

  .py-md-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
  }

  .py-md-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
  }

  .py-md-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important
  }

  .py-md-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
  }

  .py-md-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important
  }

  .py-md-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
  }

  .py-md-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important
  }

  .py-md-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important
  }

  .py-md-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important
  }

  .py-md-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important
  }

  .py-md-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important
  }

  .py-md-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important
  }

  .py-md-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important
  }

  .py-md-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important
  }

  .py-md-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important
  }

  .py-md-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important
  }

  .pt-md-d {
    padding-top: 20px !important
  }

  .pt-md-0 {
    padding-top: 0 !important
  }

  .pt-md-1 {
    padding-top: 10px !important
  }

  .pt-md-2 {
    padding-top: 20px !important
  }

  .pt-md-3 {
    padding-top: 30px !important
  }

  .pt-md-4 {
    padding-top: 40px !important
  }

  .pt-md-5 {
    padding-top: 50px !important
  }

  .pt-md-6 {
    padding-top: 60px !important
  }

  .pt-md-7 {
    padding-top: 70px !important
  }

  .pt-md-8 {
    padding-top: 80px !important
  }

  .pt-md-9 {
    padding-top: 90px !important
  }

  .pt-md-10 {
    padding-top: 100px !important
  }

  .pt-md-11 {
    padding-top: 110px !important
  }

  .pt-md-12 {
    padding-top: 120px !important
  }

  .pt-md-13 {
    padding-top: 130px !important
  }

  .pt-md-14 {
    padding-top: 140px !important
  }

  .pt-md-15 {
    padding-top: 150px !important
  }

  .pt-md-16 {
    padding-top: 160px !important
  }

  .pt-md-17 {
    padding-top: 170px !important
  }

  .pt-md-18 {
    padding-top: 180px !important
  }

  .pt-md-19 {
    padding-top: 190px !important
  }

  .pt-md-20 {
    padding-top: 200px !important
  }

  .pe-md-d {
    padding-right: 20px !important
  }

  .pe-md-0 {
    padding-right: 0 !important
  }

  .pe-md-1 {
    padding-right: 10px !important
  }

  .pe-md-2 {
    padding-right: 20px !important
  }

  .pe-md-3 {
    padding-right: 30px !important
  }

  .pe-md-4 {
    padding-right: 40px !important
  }

  .pe-md-5 {
    padding-right: 50px !important
  }

  .pe-md-6 {
    padding-right: 60px !important
  }

  .pe-md-7 {
    padding-right: 70px !important
  }

  .pe-md-8 {
    padding-right: 80px !important
  }

  .pe-md-9 {
    padding-right: 90px !important
  }

  .pe-md-10 {
    padding-right: 100px !important
  }

  .pe-md-11 {
    padding-right: 110px !important
  }

  .pe-md-12 {
    padding-right: 120px !important
  }

  .pe-md-13 {
    padding-right: 130px !important
  }

  .pe-md-14 {
    padding-right: 140px !important
  }

  .pe-md-15 {
    padding-right: 150px !important
  }

  .pe-md-16 {
    padding-right: 160px !important
  }

  .pe-md-17 {
    padding-right: 170px !important
  }

  .pe-md-18 {
    padding-right: 180px !important
  }

  .pe-md-19 {
    padding-right: 190px !important
  }

  .pe-md-20 {
    padding-right: 200px !important
  }

  .pb-md-d {
    padding-bottom: 20px !important
  }

  .pb-md-0 {
    padding-bottom: 0 !important
  }

  .pb-md-1 {
    padding-bottom: 10px !important
  }

  .pb-md-2 {
    padding-bottom: 20px !important
  }

  .pb-md-3 {
    padding-bottom: 30px !important
  }

  .pb-md-4 {
    padding-bottom: 40px !important
  }

  .pb-md-5 {
    padding-bottom: 50px !important
  }

  .pb-md-6 {
    padding-bottom: 60px !important
  }

  .pb-md-7 {
    padding-bottom: 70px !important
  }

  .pb-md-8 {
    padding-bottom: 80px !important
  }

  .pb-md-9 {
    padding-bottom: 90px !important
  }

  .pb-md-10 {
    padding-bottom: 100px !important
  }

  .pb-md-11 {
    padding-bottom: 110px !important
  }

  .pb-md-12 {
    padding-bottom: 120px !important
  }

  .pb-md-13 {
    padding-bottom: 130px !important
  }

  .pb-md-14 {
    padding-bottom: 140px !important
  }

  .pb-md-15 {
    padding-bottom: 150px !important
  }

  .pb-md-16 {
    padding-bottom: 160px !important
  }

  .pb-md-17 {
    padding-bottom: 170px !important
  }

  .pb-md-18 {
    padding-bottom: 180px !important
  }

  .pb-md-19 {
    padding-bottom: 190px !important
  }

  .pb-md-20 {
    padding-bottom: 200px !important
  }

  .ps-md-d {
    padding-left: 20px !important
  }

  .ps-md-0 {
    padding-left: 0 !important
  }

  .ps-md-1 {
    padding-left: 10px !important
  }

  .ps-md-2 {
    padding-left: 20px !important
  }

  .ps-md-3 {
    padding-left: 30px !important
  }

  .ps-md-4 {
    padding-left: 40px !important
  }

  .ps-md-5 {
    padding-left: 50px !important
  }

  .ps-md-6 {
    padding-left: 60px !important
  }

  .ps-md-7 {
    padding-left: 70px !important
  }

  .ps-md-8 {
    padding-left: 80px !important
  }

  .ps-md-9 {
    padding-left: 90px !important
  }

  .ps-md-10 {
    padding-left: 100px !important
  }

  .ps-md-11 {
    padding-left: 110px !important
  }

  .ps-md-12 {
    padding-left: 120px !important
  }

  .ps-md-13 {
    padding-left: 130px !important
  }

  .ps-md-14 {
    padding-left: 140px !important
  }

  .ps-md-15 {
    padding-left: 150px !important
  }

  .ps-md-16 {
    padding-left: 160px !important
  }

  .ps-md-17 {
    padding-left: 170px !important
  }

  .ps-md-18 {
    padding-left: 180px !important
  }

  .ps-md-19 {
    padding-left: 190px !important
  }

  .ps-md-20 {
    padding-left: 200px !important
  }

  .text-md-start {
    text-align: left !important
  }

  .text-md-end {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }
}

@media (min-width: 1024px) {
  .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-start {
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    justify-content: center !important
  }

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

  .justify-content-lg-around {
    justify-content: space-around !important
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important
  }

  .align-items-lg-start {
    align-items: flex-start !important
  }

  .align-items-lg-end {
    align-items: flex-end !important
  }

  .align-items-lg-center {
    align-items: center !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-d {
    margin: 20px !important
  }

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

  .m-lg-1 {
    margin: 10px !important
  }

  .m-lg-2 {
    margin: 20px !important
  }

  .m-lg-3 {
    margin: 30px !important
  }

  .m-lg-4 {
    margin: 40px !important
  }

  .m-lg-5 {
    margin: 50px !important
  }

  .m-lg-6 {
    margin: 60px !important
  }

  .m-lg-7 {
    margin: 70px !important
  }

  .m-lg-8 {
    margin: 80px !important
  }

  .m-lg-9 {
    margin: 90px !important
  }

  .m-lg-10 {
    margin: 100px !important
  }

  .m-lg-11 {
    margin: 110px !important
  }

  .m-lg-12 {
    margin: 120px !important
  }

  .m-lg-13 {
    margin: 130px !important
  }

  .m-lg-14 {
    margin: 140px !important
  }

  .m-lg-15 {
    margin: 150px !important
  }

  .m-lg-16 {
    margin: 160px !important
  }

  .m-lg-17 {
    margin: 170px !important
  }

  .m-lg-18 {
    margin: 180px !important
  }

  .m-lg-19 {
    margin: 190px !important
  }

  .m-lg-20 {
    margin: 200px !important
  }

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

  .mx-lg-d {
    margin-right: 20px !important;
    margin-left: 20px !important
  }

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

  .mx-lg-1 {
    margin-right: 10px !important;
    margin-left: 10px !important
  }

  .mx-lg-2 {
    margin-right: 20px !important;
    margin-left: 20px !important
  }

  .mx-lg-3 {
    margin-right: 30px !important;
    margin-left: 30px !important
  }

  .mx-lg-4 {
    margin-right: 40px !important;
    margin-left: 40px !important
  }

  .mx-lg-5 {
    margin-right: 50px !important;
    margin-left: 50px !important
  }

  .mx-lg-6 {
    margin-right: 60px !important;
    margin-left: 60px !important
  }

  .mx-lg-7 {
    margin-right: 70px !important;
    margin-left: 70px !important
  }

  .mx-lg-8 {
    margin-right: 80px !important;
    margin-left: 80px !important
  }

  .mx-lg-9 {
    margin-right: 90px !important;
    margin-left: 90px !important
  }

  .mx-lg-10 {
    margin-right: 100px !important;
    margin-left: 100px !important
  }

  .mx-lg-11 {
    margin-right: 110px !important;
    margin-left: 110px !important
  }

  .mx-lg-12 {
    margin-right: 120px !important;
    margin-left: 120px !important
  }

  .mx-lg-13 {
    margin-right: 130px !important;
    margin-left: 130px !important
  }

  .mx-lg-14 {
    margin-right: 140px !important;
    margin-left: 140px !important
  }

  .mx-lg-15 {
    margin-right: 150px !important;
    margin-left: 150px !important
  }

  .mx-lg-16 {
    margin-right: 160px !important;
    margin-left: 160px !important
  }

  .mx-lg-17 {
    margin-right: 170px !important;
    margin-left: 170px !important
  }

  .mx-lg-18 {
    margin-right: 180px !important;
    margin-left: 180px !important
  }

  .mx-lg-19 {
    margin-right: 190px !important;
    margin-left: 190px !important
  }

  .mx-lg-20 {
    margin-right: 200px !important;
    margin-left: 200px !important
  }

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

  .my-lg-d {
    margin-top: 20px !important;
    margin-bottom: 20px !important
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-lg-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
  }

  .my-lg-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
  }

  .my-lg-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
  }

  .my-lg-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
  }

  .my-lg-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
  }

  .my-lg-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
  }

  .my-lg-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important
  }

  .my-lg-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
  }

  .my-lg-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important
  }

  .my-lg-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
  }

  .my-lg-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important
  }

  .my-lg-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important
  }

  .my-lg-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important
  }

  .my-lg-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important
  }

  .my-lg-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important
  }

  .my-lg-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important
  }

  .my-lg-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important
  }

  .my-lg-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important
  }

  .my-lg-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important
  }

  .my-lg-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-lg-d {
    margin-top: 20px !important
  }

  .mt-lg-0 {
    margin-top: 0 !important
  }

  .mt-lg-1 {
    margin-top: 10px !important
  }

  .mt-lg-2 {
    margin-top: 20px !important
  }

  .mt-lg-3 {
    margin-top: 30px !important
  }

  .mt-lg-4 {
    margin-top: 40px !important
  }

  .mt-lg-5 {
    margin-top: 50px !important
  }

  .mt-lg-6 {
    margin-top: 60px !important
  }

  .mt-lg-7 {
    margin-top: 70px !important
  }

  .mt-lg-8 {
    margin-top: 80px !important
  }

  .mt-lg-9 {
    margin-top: 90px !important
  }

  .mt-lg-10 {
    margin-top: 100px !important
  }

  .mt-lg-11 {
    margin-top: 110px !important
  }

  .mt-lg-12 {
    margin-top: 120px !important
  }

  .mt-lg-13 {
    margin-top: 130px !important
  }

  .mt-lg-14 {
    margin-top: 140px !important
  }

  .mt-lg-15 {
    margin-top: 150px !important
  }

  .mt-lg-16 {
    margin-top: 160px !important
  }

  .mt-lg-17 {
    margin-top: 170px !important
  }

  .mt-lg-18 {
    margin-top: 180px !important
  }

  .mt-lg-19 {
    margin-top: 190px !important
  }

  .mt-lg-20 {
    margin-top: 200px !important
  }

  .mt-lg-auto {
    margin-top: auto !important
  }

  .me-lg-d {
    margin-right: 20px !important
  }

  .me-lg-0 {
    margin-right: 0 !important
  }

  .me-lg-1 {
    margin-right: 10px !important
  }

  .me-lg-2 {
    margin-right: 20px !important
  }

  .me-lg-3 {
    margin-right: 30px !important
  }

  .me-lg-4 {
    margin-right: 40px !important
  }

  .me-lg-5 {
    margin-right: 50px !important
  }

  .me-lg-6 {
    margin-right: 60px !important
  }

  .me-lg-7 {
    margin-right: 70px !important
  }

  .me-lg-8 {
    margin-right: 80px !important
  }

  .me-lg-9 {
    margin-right: 90px !important
  }

  .me-lg-10 {
    margin-right: 100px !important
  }

  .me-lg-11 {
    margin-right: 110px !important
  }

  .me-lg-12 {
    margin-right: 120px !important
  }

  .me-lg-13 {
    margin-right: 130px !important
  }

  .me-lg-14 {
    margin-right: 140px !important
  }

  .me-lg-15 {
    margin-right: 150px !important
  }

  .me-lg-16 {
    margin-right: 160px !important
  }

  .me-lg-17 {
    margin-right: 170px !important
  }

  .me-lg-18 {
    margin-right: 180px !important
  }

  .me-lg-19 {
    margin-right: 190px !important
  }

  .me-lg-20 {
    margin-right: 200px !important
  }

  .me-lg-auto {
    margin-right: auto !important
  }

  .mb-lg-d {
    margin-bottom: 20px !important
  }

  .mb-lg-0 {
    margin-bottom: 0 !important
  }

  .mb-lg-1 {
    margin-bottom: 10px !important
  }

  .mb-lg-2 {
    margin-bottom: 20px !important
  }

  .mb-lg-3 {
    margin-bottom: 30px !important
  }

  .mb-lg-4 {
    margin-bottom: 40px !important
  }

  .mb-lg-5 {
    margin-bottom: 50px !important
  }

  .mb-lg-6 {
    margin-bottom: 60px !important
  }

  .mb-lg-7 {
    margin-bottom: 70px !important
  }

  .mb-lg-8 {
    margin-bottom: 80px !important
  }

  .mb-lg-9 {
    margin-bottom: 90px !important
  }

  .mb-lg-10 {
    margin-bottom: 100px !important
  }

  .mb-lg-11 {
    margin-bottom: 110px !important
  }

  .mb-lg-12 {
    margin-bottom: 120px !important
  }

  .mb-lg-13 {
    margin-bottom: 130px !important
  }

  .mb-lg-14 {
    margin-bottom: 140px !important
  }

  .mb-lg-15 {
    margin-bottom: 150px !important
  }

  .mb-lg-16 {
    margin-bottom: 160px !important
  }

  .mb-lg-17 {
    margin-bottom: 170px !important
  }

  .mb-lg-18 {
    margin-bottom: 180px !important
  }

  .mb-lg-19 {
    margin-bottom: 190px !important
  }

  .mb-lg-20 {
    margin-bottom: 200px !important
  }

  .mb-lg-auto {
    margin-bottom: auto !important
  }

  .ms-lg-d {
    margin-left: 20px !important
  }

  .ms-lg-0 {
    margin-left: 0 !important
  }

  .ms-lg-1 {
    margin-left: 10px !important
  }

  .ms-lg-2 {
    margin-left: 20px !important
  }

  .ms-lg-3 {
    margin-left: 30px !important
  }

  .ms-lg-4 {
    margin-left: 40px !important
  }

  .ms-lg-5 {
    margin-left: 50px !important
  }

  .ms-lg-6 {
    margin-left: 60px !important
  }

  .ms-lg-7 {
    margin-left: 70px !important
  }

  .ms-lg-8 {
    margin-left: 80px !important
  }

  .ms-lg-9 {
    margin-left: 90px !important
  }

  .ms-lg-10 {
    margin-left: 100px !important
  }

  .ms-lg-11 {
    margin-left: 110px !important
  }

  .ms-lg-12 {
    margin-left: 120px !important
  }

  .ms-lg-13 {
    margin-left: 130px !important
  }

  .ms-lg-14 {
    margin-left: 140px !important
  }

  .ms-lg-15 {
    margin-left: 150px !important
  }

  .ms-lg-16 {
    margin-left: 160px !important
  }

  .ms-lg-17 {
    margin-left: 170px !important
  }

  .ms-lg-18 {
    margin-left: 180px !important
  }

  .ms-lg-19 {
    margin-left: 190px !important
  }

  .ms-lg-20 {
    margin-left: 200px !important
  }

  .ms-lg-auto {
    margin-left: auto !important
  }

  .m-lg-nd {
    margin: -20px !important
  }

  .m-lg-n1 {
    margin: -10px !important
  }

  .m-lg-n2 {
    margin: -20px !important
  }

  .m-lg-n3 {
    margin: -30px !important
  }

  .m-lg-n4 {
    margin: -40px !important
  }

  .m-lg-n5 {
    margin: -50px !important
  }

  .m-lg-n6 {
    margin: -60px !important
  }

  .m-lg-n7 {
    margin: -70px !important
  }

  .m-lg-n8 {
    margin: -80px !important
  }

  .m-lg-n9 {
    margin: -90px !important
  }

  .m-lg-n10 {
    margin: -100px !important
  }

  .m-lg-n11 {
    margin: -110px !important
  }

  .m-lg-n12 {
    margin: -120px !important
  }

  .m-lg-n13 {
    margin: -130px !important
  }

  .m-lg-n14 {
    margin: -140px !important
  }

  .m-lg-n15 {
    margin: -150px !important
  }

  .m-lg-n16 {
    margin: -160px !important
  }

  .m-lg-n17 {
    margin: -170px !important
  }

  .m-lg-n18 {
    margin: -180px !important
  }

  .m-lg-n19 {
    margin: -190px !important
  }

  .m-lg-n20 {
    margin: -200px !important
  }

  .mx-lg-nd {
    margin-right: -20px !important;
    margin-left: -20px !important
  }

  .mx-lg-n1 {
    margin-right: -10px !important;
    margin-left: -10px !important
  }

  .mx-lg-n2 {
    margin-right: -20px !important;
    margin-left: -20px !important
  }

  .mx-lg-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important
  }

  .mx-lg-n4 {
    margin-right: -40px !important;
    margin-left: -40px !important
  }

  .mx-lg-n5 {
    margin-right: -50px !important;
    margin-left: -50px !important
  }

  .mx-lg-n6 {
    margin-right: -60px !important;
    margin-left: -60px !important
  }

  .mx-lg-n7 {
    margin-right: -70px !important;
    margin-left: -70px !important
  }

  .mx-lg-n8 {
    margin-right: -80px !important;
    margin-left: -80px !important
  }

  .mx-lg-n9 {
    margin-right: -90px !important;
    margin-left: -90px !important
  }

  .mx-lg-n10 {
    margin-right: -100px !important;
    margin-left: -100px !important
  }

  .mx-lg-n11 {
    margin-right: -110px !important;
    margin-left: -110px !important
  }

  .mx-lg-n12 {
    margin-right: -120px !important;
    margin-left: -120px !important
  }

  .mx-lg-n13 {
    margin-right: -130px !important;
    margin-left: -130px !important
  }

  .mx-lg-n14 {
    margin-right: -140px !important;
    margin-left: -140px !important
  }

  .mx-lg-n15 {
    margin-right: -150px !important;
    margin-left: -150px !important
  }

  .mx-lg-n16 {
    margin-right: -160px !important;
    margin-left: -160px !important
  }

  .mx-lg-n17 {
    margin-right: -170px !important;
    margin-left: -170px !important
  }

  .mx-lg-n18 {
    margin-right: -180px !important;
    margin-left: -180px !important
  }

  .mx-lg-n19 {
    margin-right: -190px !important;
    margin-left: -190px !important
  }

  .mx-lg-n20 {
    margin-right: -200px !important;
    margin-left: -200px !important
  }

  .my-lg-nd {
    margin-top: -20px !important;
    margin-bottom: -20px !important
  }

  .my-lg-n1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important
  }

  .my-lg-n2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important
  }

  .my-lg-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important
  }

  .my-lg-n4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important
  }

  .my-lg-n5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important
  }

  .my-lg-n6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important
  }

  .my-lg-n7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important
  }

  .my-lg-n8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important
  }

  .my-lg-n9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important
  }

  .my-lg-n10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important
  }

  .my-lg-n11 {
    margin-top: -110px !important;
    margin-bottom: -110px !important
  }

  .my-lg-n12 {
    margin-top: -120px !important;
    margin-bottom: -120px !important
  }

  .my-lg-n13 {
    margin-top: -130px !important;
    margin-bottom: -130px !important
  }

  .my-lg-n14 {
    margin-top: -140px !important;
    margin-bottom: -140px !important
  }

  .my-lg-n15 {
    margin-top: -150px !important;
    margin-bottom: -150px !important
  }

  .my-lg-n16 {
    margin-top: -160px !important;
    margin-bottom: -160px !important
  }

  .my-lg-n17 {
    margin-top: -170px !important;
    margin-bottom: -170px !important
  }

  .my-lg-n18 {
    margin-top: -180px !important;
    margin-bottom: -180px !important
  }

  .my-lg-n19 {
    margin-top: -190px !important;
    margin-bottom: -190px !important
  }

  .my-lg-n20 {
    margin-top: -200px !important;
    margin-bottom: -200px !important
  }

  .mt-lg-nd {
    margin-top: -20px !important
  }

  .mt-lg-n1 {
    margin-top: -10px !important
  }

  .mt-lg-n2 {
    margin-top: -20px !important
  }

  .mt-lg-n3 {
    margin-top: -30px !important
  }

  .mt-lg-n4 {
    margin-top: -40px !important
  }

  .mt-lg-n5 {
    margin-top: -50px !important
  }

  .mt-lg-n6 {
    margin-top: -60px !important
  }

  .mt-lg-n7 {
    margin-top: -70px !important
  }

  .mt-lg-n8 {
    margin-top: -80px !important
  }

  .mt-lg-n9 {
    margin-top: -90px !important
  }

  .mt-lg-n10 {
    margin-top: -100px !important
  }

  .mt-lg-n11 {
    margin-top: -110px !important
  }

  .mt-lg-n12 {
    margin-top: -120px !important
  }

  .mt-lg-n13 {
    margin-top: -130px !important
  }

  .mt-lg-n14 {
    margin-top: -140px !important
  }

  .mt-lg-n15 {
    margin-top: -150px !important
  }

  .mt-lg-n16 {
    margin-top: -160px !important
  }

  .mt-lg-n17 {
    margin-top: -170px !important
  }

  .mt-lg-n18 {
    margin-top: -180px !important
  }

  .mt-lg-n19 {
    margin-top: -190px !important
  }

  .mt-lg-n20 {
    margin-top: -200px !important
  }

  .me-lg-nd {
    margin-right: -20px !important
  }

  .me-lg-n1 {
    margin-right: -10px !important
  }

  .me-lg-n2 {
    margin-right: -20px !important
  }

  .me-lg-n3 {
    margin-right: -30px !important
  }

  .me-lg-n4 {
    margin-right: -40px !important
  }

  .me-lg-n5 {
    margin-right: -50px !important
  }

  .me-lg-n6 {
    margin-right: -60px !important
  }

  .me-lg-n7 {
    margin-right: -70px !important
  }

  .me-lg-n8 {
    margin-right: -80px !important
  }

  .me-lg-n9 {
    margin-right: -90px !important
  }

  .me-lg-n10 {
    margin-right: -100px !important
  }

  .me-lg-n11 {
    margin-right: -110px !important
  }

  .me-lg-n12 {
    margin-right: -120px !important
  }

  .me-lg-n13 {
    margin-right: -130px !important
  }

  .me-lg-n14 {
    margin-right: -140px !important
  }

  .me-lg-n15 {
    margin-right: -150px !important
  }

  .me-lg-n16 {
    margin-right: -160px !important
  }

  .me-lg-n17 {
    margin-right: -170px !important
  }

  .me-lg-n18 {
    margin-right: -180px !important
  }

  .me-lg-n19 {
    margin-right: -190px !important
  }

  .me-lg-n20 {
    margin-right: -200px !important
  }

  .mb-lg-nd {
    margin-bottom: -20px !important
  }

  .mb-lg-n1 {
    margin-bottom: -10px !important
  }

  .mb-lg-n2 {
    margin-bottom: -20px !important
  }

  .mb-lg-n3 {
    margin-bottom: -30px !important
  }

  .mb-lg-n4 {
    margin-bottom: -40px !important
  }

  .mb-lg-n5 {
    margin-bottom: -50px !important
  }

  .mb-lg-n6 {
    margin-bottom: -60px !important
  }

  .mb-lg-n7 {
    margin-bottom: -70px !important
  }

  .mb-lg-n8 {
    margin-bottom: -80px !important
  }

  .mb-lg-n9 {
    margin-bottom: -90px !important
  }

  .mb-lg-n10 {
    margin-bottom: -100px !important
  }

  .mb-lg-n11 {
    margin-bottom: -110px !important
  }

  .mb-lg-n12 {
    margin-bottom: -120px !important
  }

  .mb-lg-n13 {
    margin-bottom: -130px !important
  }

  .mb-lg-n14 {
    margin-bottom: -140px !important
  }

  .mb-lg-n15 {
    margin-bottom: -150px !important
  }

  .mb-lg-n16 {
    margin-bottom: -160px !important
  }

  .mb-lg-n17 {
    margin-bottom: -170px !important
  }

  .mb-lg-n18 {
    margin-bottom: -180px !important
  }

  .mb-lg-n19 {
    margin-bottom: -190px !important
  }

  .mb-lg-n20 {
    margin-bottom: -200px !important
  }

  .ms-lg-nd {
    margin-left: -20px !important
  }

  .ms-lg-n1 {
    margin-left: -10px !important
  }

  .ms-lg-n2 {
    margin-left: -20px !important
  }

  .ms-lg-n3 {
    margin-left: -30px !important
  }

  .ms-lg-n4 {
    margin-left: -40px !important
  }

  .ms-lg-n5 {
    margin-left: -50px !important
  }

  .ms-lg-n6 {
    margin-left: -60px !important
  }

  .ms-lg-n7 {
    margin-left: -70px !important
  }

  .ms-lg-n8 {
    margin-left: -80px !important
  }

  .ms-lg-n9 {
    margin-left: -90px !important
  }

  .ms-lg-n10 {
    margin-left: -100px !important
  }

  .ms-lg-n11 {
    margin-left: -110px !important
  }

  .ms-lg-n12 {
    margin-left: -120px !important
  }

  .ms-lg-n13 {
    margin-left: -130px !important
  }

  .ms-lg-n14 {
    margin-left: -140px !important
  }

  .ms-lg-n15 {
    margin-left: -150px !important
  }

  .ms-lg-n16 {
    margin-left: -160px !important
  }

  .ms-lg-n17 {
    margin-left: -170px !important
  }

  .ms-lg-n18 {
    margin-left: -180px !important
  }

  .ms-lg-n19 {
    margin-left: -190px !important
  }

  .ms-lg-n20 {
    margin-left: -200px !important
  }

  .p-lg-d {
    padding: 20px !important
  }

  .p-lg-0 {
    padding: 0 !important
  }

  .p-lg-1 {
    padding: 10px !important
  }

  .p-lg-2 {
    padding: 20px !important
  }

  .p-lg-3 {
    padding: 30px !important
  }

  .p-lg-4 {
    padding: 40px !important
  }

  .p-lg-5 {
    padding: 50px !important
  }

  .p-lg-6 {
    padding: 60px !important
  }

  .p-lg-7 {
    padding: 70px !important
  }

  .p-lg-8 {
    padding: 80px !important
  }

  .p-lg-9 {
    padding: 90px !important
  }

  .p-lg-10 {
    padding: 100px !important
  }

  .p-lg-11 {
    padding: 110px !important
  }

  .p-lg-12 {
    padding: 120px !important
  }

  .p-lg-13 {
    padding: 130px !important
  }

  .p-lg-14 {
    padding: 140px !important
  }

  .p-lg-15 {
    padding: 150px !important
  }

  .p-lg-16 {
    padding: 160px !important
  }

  .p-lg-17 {
    padding: 170px !important
  }

  .p-lg-18 {
    padding: 180px !important
  }

  .p-lg-19 {
    padding: 190px !important
  }

  .p-lg-20 {
    padding: 200px !important
  }

  .px-lg-d {
    padding-right: 20px !important;
    padding-left: 20px !important
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-lg-1 {
    padding-right: 10px !important;
    padding-left: 10px !important
  }

  .px-lg-2 {
    padding-right: 20px !important;
    padding-left: 20px !important
  }

  .px-lg-3 {
    padding-right: 30px !important;
    padding-left: 30px !important
  }

  .px-lg-4 {
    padding-right: 40px !important;
    padding-left: 40px !important
  }

  .px-lg-5 {
    padding-right: 50px !important;
    padding-left: 50px !important
  }

  .px-lg-6 {
    padding-right: 60px !important;
    padding-left: 60px !important
  }

  .px-lg-7 {
    padding-right: 70px !important;
    padding-left: 70px !important
  }

  .px-lg-8 {
    padding-right: 80px !important;
    padding-left: 80px !important
  }

  .px-lg-9 {
    padding-right: 90px !important;
    padding-left: 90px !important
  }

  .px-lg-10 {
    padding-right: 100px !important;
    padding-left: 100px !important
  }

  .px-lg-11 {
    padding-right: 110px !important;
    padding-left: 110px !important
  }

  .px-lg-12 {
    padding-right: 120px !important;
    padding-left: 120px !important
  }

  .px-lg-13 {
    padding-right: 130px !important;
    padding-left: 130px !important
  }

  .px-lg-14 {
    padding-right: 140px !important;
    padding-left: 140px !important
  }

  .px-lg-15 {
    padding-right: 150px !important;
    padding-left: 150px !important
  }

  .px-lg-16 {
    padding-right: 160px !important;
    padding-left: 160px !important
  }

  .px-lg-17 {
    padding-right: 170px !important;
    padding-left: 170px !important
  }

  .px-lg-18 {
    padding-right: 180px !important;
    padding-left: 180px !important
  }

  .px-lg-19 {
    padding-right: 190px !important;
    padding-left: 190px !important
  }

  .px-lg-20 {
    padding-right: 200px !important;
    padding-left: 200px !important
  }

  .py-lg-d {
    padding-top: 20px !important;
    padding-bottom: 20px !important
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-lg-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
  }

  .py-lg-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
  }

  .py-lg-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
  }

  .py-lg-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
  }

  .py-lg-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
  }

  .py-lg-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
  }

  .py-lg-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important
  }

  .py-lg-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
  }

  .py-lg-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important
  }

  .py-lg-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
  }

  .py-lg-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important
  }

  .py-lg-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important
  }

  .py-lg-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important
  }

  .py-lg-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important
  }

  .py-lg-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important
  }

  .py-lg-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important
  }

  .py-lg-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important
  }

  .py-lg-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important
  }

  .py-lg-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important
  }

  .py-lg-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important
  }

  .pt-lg-d {
    padding-top: 20px !important
  }

  .pt-lg-0 {
    padding-top: 0 !important
  }

  .pt-lg-1 {
    padding-top: 10px !important
  }

  .pt-lg-2 {
    padding-top: 20px !important
  }

  .pt-lg-3 {
    padding-top: 30px !important
  }

  .pt-lg-4 {
    padding-top: 40px !important
  }

  .pt-lg-5 {
    padding-top: 50px !important
  }

  .pt-lg-6 {
    padding-top: 60px !important
  }

  .pt-lg-7 {
    padding-top: 70px !important
  }

  .pt-lg-8 {
    padding-top: 80px !important
  }

  .pt-lg-9 {
    padding-top: 90px !important
  }

  .pt-lg-10 {
    padding-top: 100px !important
  }

  .pt-lg-11 {
    padding-top: 110px !important
  }

  .pt-lg-12 {
    padding-top: 120px !important
  }

  .pt-lg-13 {
    padding-top: 130px !important
  }

  .pt-lg-14 {
    padding-top: 140px !important
  }

  .pt-lg-15 {
    padding-top: 150px !important
  }

  .pt-lg-16 {
    padding-top: 160px !important
  }

  .pt-lg-17 {
    padding-top: 170px !important
  }

  .pt-lg-18 {
    padding-top: 180px !important
  }

  .pt-lg-19 {
    padding-top: 190px !important
  }

  .pt-lg-20 {
    padding-top: 200px !important
  }

  .pe-lg-d {
    padding-right: 20px !important
  }

  .pe-lg-0 {
    padding-right: 0 !important
  }

  .pe-lg-1 {
    padding-right: 10px !important
  }

  .pe-lg-2 {
    padding-right: 20px !important
  }

  .pe-lg-3 {
    padding-right: 30px !important
  }

  .pe-lg-4 {
    padding-right: 40px !important
  }

  .pe-lg-5 {
    padding-right: 50px !important
  }

  .pe-lg-6 {
    padding-right: 60px !important
  }

  .pe-lg-7 {
    padding-right: 70px !important
  }

  .pe-lg-8 {
    padding-right: 80px !important
  }

  .pe-lg-9 {
    padding-right: 90px !important
  }

  .pe-lg-10 {
    padding-right: 100px !important
  }

  .pe-lg-11 {
    padding-right: 110px !important
  }

  .pe-lg-12 {
    padding-right: 120px !important
  }

  .pe-lg-13 {
    padding-right: 130px !important
  }

  .pe-lg-14 {
    padding-right: 140px !important
  }

  .pe-lg-15 {
    padding-right: 150px !important
  }

  .pe-lg-16 {
    padding-right: 160px !important
  }

  .pe-lg-17 {
    padding-right: 170px !important
  }

  .pe-lg-18 {
    padding-right: 180px !important
  }

  .pe-lg-19 {
    padding-right: 190px !important
  }

  .pe-lg-20 {
    padding-right: 200px !important
  }

  .pb-lg-d {
    padding-bottom: 20px !important
  }

  .pb-lg-0 {
    padding-bottom: 0 !important
  }

  .pb-lg-1 {
    padding-bottom: 10px !important
  }

  .pb-lg-2 {
    padding-bottom: 20px !important
  }

  .pb-lg-3 {
    padding-bottom: 30px !important
  }

  .pb-lg-4 {
    padding-bottom: 40px !important
  }

  .pb-lg-5 {
    padding-bottom: 50px !important
  }

  .pb-lg-6 {
    padding-bottom: 60px !important
  }

  .pb-lg-7 {
    padding-bottom: 70px !important
  }

  .pb-lg-8 {
    padding-bottom: 80px !important
  }

  .pb-lg-9 {
    padding-bottom: 90px !important
  }

  .pb-lg-10 {
    padding-bottom: 100px !important
  }

  .pb-lg-11 {
    padding-bottom: 110px !important
  }

  .pb-lg-12 {
    padding-bottom: 120px !important
  }

  .pb-lg-13 {
    padding-bottom: 130px !important
  }

  .pb-lg-14 {
    padding-bottom: 140px !important
  }

  .pb-lg-15 {
    padding-bottom: 150px !important
  }

  .pb-lg-16 {
    padding-bottom: 160px !important
  }

  .pb-lg-17 {
    padding-bottom: 170px !important
  }

  .pb-lg-18 {
    padding-bottom: 180px !important
  }

  .pb-lg-19 {
    padding-bottom: 190px !important
  }

  .pb-lg-20 {
    padding-bottom: 200px !important
  }

  .ps-lg-d {
    padding-left: 20px !important
  }

  .ps-lg-0 {
    padding-left: 0 !important
  }

  .ps-lg-1 {
    padding-left: 10px !important
  }

  .ps-lg-2 {
    padding-left: 20px !important
  }

  .ps-lg-3 {
    padding-left: 30px !important
  }

  .ps-lg-4 {
    padding-left: 40px !important
  }

  .ps-lg-5 {
    padding-left: 50px !important
  }

  .ps-lg-6 {
    padding-left: 60px !important
  }

  .ps-lg-7 {
    padding-left: 70px !important
  }

  .ps-lg-8 {
    padding-left: 80px !important
  }

  .ps-lg-9 {
    padding-left: 90px !important
  }

  .ps-lg-10 {
    padding-left: 100px !important
  }

  .ps-lg-11 {
    padding-left: 110px !important
  }

  .ps-lg-12 {
    padding-left: 120px !important
  }

  .ps-lg-13 {
    padding-left: 130px !important
  }

  .ps-lg-14 {
    padding-left: 140px !important
  }

  .ps-lg-15 {
    padding-left: 150px !important
  }

  .ps-lg-16 {
    padding-left: 160px !important
  }

  .ps-lg-17 {
    padding-left: 170px !important
  }

  .ps-lg-18 {
    padding-left: 180px !important
  }

  .ps-lg-19 {
    padding-left: 190px !important
  }

  .ps-lg-20 {
    padding-left: 200px !important
  }

  .text-lg-start {
    text-align: left !important
  }

  .text-lg-end {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }
}

@media (min-width: 1440px) {
  .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-start {
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    justify-content: center !important
  }

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

  .justify-content-xl-around {
    justify-content: space-around !important
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important
  }

  .align-items-xl-start {
    align-items: flex-start !important
  }

  .align-items-xl-end {
    align-items: flex-end !important
  }

  .align-items-xl-center {
    align-items: center !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-d {
    margin: 20px !important
  }

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

  .m-xl-1 {
    margin: 10px !important
  }

  .m-xl-2 {
    margin: 20px !important
  }

  .m-xl-3 {
    margin: 30px !important
  }

  .m-xl-4 {
    margin: 40px !important
  }

  .m-xl-5 {
    margin: 50px !important
  }

  .m-xl-6 {
    margin: 60px !important
  }

  .m-xl-7 {
    margin: 70px !important
  }

  .m-xl-8 {
    margin: 80px !important
  }

  .m-xl-9 {
    margin: 90px !important
  }

  .m-xl-10 {
    margin: 100px !important
  }

  .m-xl-11 {
    margin: 110px !important
  }

  .m-xl-12 {
    margin: 120px !important
  }

  .m-xl-13 {
    margin: 130px !important
  }

  .m-xl-14 {
    margin: 140px !important
  }

  .m-xl-15 {
    margin: 150px !important
  }

  .m-xl-16 {
    margin: 160px !important
  }

  .m-xl-17 {
    margin: 170px !important
  }

  .m-xl-18 {
    margin: 180px !important
  }

  .m-xl-19 {
    margin: 190px !important
  }

  .m-xl-20 {
    margin: 200px !important
  }

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

  .mx-xl-d {
    margin-right: 20px !important;
    margin-left: 20px !important
  }

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

  .mx-xl-1 {
    margin-right: 10px !important;
    margin-left: 10px !important
  }

  .mx-xl-2 {
    margin-right: 20px !important;
    margin-left: 20px !important
  }

  .mx-xl-3 {
    margin-right: 30px !important;
    margin-left: 30px !important
  }

  .mx-xl-4 {
    margin-right: 40px !important;
    margin-left: 40px !important
  }

  .mx-xl-5 {
    margin-right: 50px !important;
    margin-left: 50px !important
  }

  .mx-xl-6 {
    margin-right: 60px !important;
    margin-left: 60px !important
  }

  .mx-xl-7 {
    margin-right: 70px !important;
    margin-left: 70px !important
  }

  .mx-xl-8 {
    margin-right: 80px !important;
    margin-left: 80px !important
  }

  .mx-xl-9 {
    margin-right: 90px !important;
    margin-left: 90px !important
  }

  .mx-xl-10 {
    margin-right: 100px !important;
    margin-left: 100px !important
  }

  .mx-xl-11 {
    margin-right: 110px !important;
    margin-left: 110px !important
  }

  .mx-xl-12 {
    margin-right: 120px !important;
    margin-left: 120px !important
  }

  .mx-xl-13 {
    margin-right: 130px !important;
    margin-left: 130px !important
  }

  .mx-xl-14 {
    margin-right: 140px !important;
    margin-left: 140px !important
  }

  .mx-xl-15 {
    margin-right: 150px !important;
    margin-left: 150px !important
  }

  .mx-xl-16 {
    margin-right: 160px !important;
    margin-left: 160px !important
  }

  .mx-xl-17 {
    margin-right: 170px !important;
    margin-left: 170px !important
  }

  .mx-xl-18 {
    margin-right: 180px !important;
    margin-left: 180px !important
  }

  .mx-xl-19 {
    margin-right: 190px !important;
    margin-left: 190px !important
  }

  .mx-xl-20 {
    margin-right: 200px !important;
    margin-left: 200px !important
  }

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

  .my-xl-d {
    margin-top: 20px !important;
    margin-bottom: 20px !important
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-xl-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
  }

  .my-xl-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
  }

  .my-xl-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
  }

  .my-xl-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
  }

  .my-xl-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
  }

  .my-xl-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
  }

  .my-xl-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important
  }

  .my-xl-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
  }

  .my-xl-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important
  }

  .my-xl-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
  }

  .my-xl-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important
  }

  .my-xl-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important
  }

  .my-xl-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important
  }

  .my-xl-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important
  }

  .my-xl-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important
  }

  .my-xl-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important
  }

  .my-xl-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important
  }

  .my-xl-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important
  }

  .my-xl-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important
  }

  .my-xl-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-xl-d {
    margin-top: 20px !important
  }

  .mt-xl-0 {
    margin-top: 0 !important
  }

  .mt-xl-1 {
    margin-top: 10px !important
  }

  .mt-xl-2 {
    margin-top: 20px !important
  }

  .mt-xl-3 {
    margin-top: 30px !important
  }

  .mt-xl-4 {
    margin-top: 40px !important
  }

  .mt-xl-5 {
    margin-top: 50px !important
  }

  .mt-xl-6 {
    margin-top: 60px !important
  }

  .mt-xl-7 {
    margin-top: 70px !important
  }

  .mt-xl-8 {
    margin-top: 80px !important
  }

  .mt-xl-9 {
    margin-top: 90px !important
  }

  .mt-xl-10 {
    margin-top: 100px !important
  }

  .mt-xl-11 {
    margin-top: 110px !important
  }

  .mt-xl-12 {
    margin-top: 120px !important
  }

  .mt-xl-13 {
    margin-top: 130px !important
  }

  .mt-xl-14 {
    margin-top: 140px !important
  }

  .mt-xl-15 {
    margin-top: 150px !important
  }

  .mt-xl-16 {
    margin-top: 160px !important
  }

  .mt-xl-17 {
    margin-top: 170px !important
  }

  .mt-xl-18 {
    margin-top: 180px !important
  }

  .mt-xl-19 {
    margin-top: 190px !important
  }

  .mt-xl-20 {
    margin-top: 200px !important
  }

  .mt-xl-auto {
    margin-top: auto !important
  }

  .me-xl-d {
    margin-right: 20px !important
  }

  .me-xl-0 {
    margin-right: 0 !important
  }

  .me-xl-1 {
    margin-right: 10px !important
  }

  .me-xl-2 {
    margin-right: 20px !important
  }

  .me-xl-3 {
    margin-right: 30px !important
  }

  .me-xl-4 {
    margin-right: 40px !important
  }

  .me-xl-5 {
    margin-right: 50px !important
  }

  .me-xl-6 {
    margin-right: 60px !important
  }

  .me-xl-7 {
    margin-right: 70px !important
  }

  .me-xl-8 {
    margin-right: 80px !important
  }

  .me-xl-9 {
    margin-right: 90px !important
  }

  .me-xl-10 {
    margin-right: 100px !important
  }

  .me-xl-11 {
    margin-right: 110px !important
  }

  .me-xl-12 {
    margin-right: 120px !important
  }

  .me-xl-13 {
    margin-right: 130px !important
  }

  .me-xl-14 {
    margin-right: 140px !important
  }

  .me-xl-15 {
    margin-right: 150px !important
  }

  .me-xl-16 {
    margin-right: 160px !important
  }

  .me-xl-17 {
    margin-right: 170px !important
  }

  .me-xl-18 {
    margin-right: 180px !important
  }

  .me-xl-19 {
    margin-right: 190px !important
  }

  .me-xl-20 {
    margin-right: 200px !important
  }

  .me-xl-auto {
    margin-right: auto !important
  }

  .mb-xl-d {
    margin-bottom: 20px !important
  }

  .mb-xl-0 {
    margin-bottom: 0 !important
  }

  .mb-xl-1 {
    margin-bottom: 10px !important
  }

  .mb-xl-2 {
    margin-bottom: 20px !important
  }

  .mb-xl-3 {
    margin-bottom: 30px !important
  }

  .mb-xl-4 {
    margin-bottom: 40px !important
  }

  .mb-xl-5 {
    margin-bottom: 50px !important
  }

  .mb-xl-6 {
    margin-bottom: 60px !important
  }

  .mb-xl-7 {
    margin-bottom: 70px !important
  }

  .mb-xl-8 {
    margin-bottom: 80px !important
  }

  .mb-xl-9 {
    margin-bottom: 90px !important
  }

  .mb-xl-10 {
    margin-bottom: 100px !important
  }

  .mb-xl-11 {
    margin-bottom: 110px !important
  }

  .mb-xl-12 {
    margin-bottom: 120px !important
  }

  .mb-xl-13 {
    margin-bottom: 130px !important
  }

  .mb-xl-14 {
    margin-bottom: 140px !important
  }

  .mb-xl-15 {
    margin-bottom: 150px !important
  }

  .mb-xl-16 {
    margin-bottom: 160px !important
  }

  .mb-xl-17 {
    margin-bottom: 170px !important
  }

  .mb-xl-18 {
    margin-bottom: 180px !important
  }

  .mb-xl-19 {
    margin-bottom: 190px !important
  }

  .mb-xl-20 {
    margin-bottom: 200px !important
  }

  .mb-xl-auto {
    margin-bottom: auto !important
  }

  .ms-xl-d {
    margin-left: 20px !important
  }

  .ms-xl-0 {
    margin-left: 0 !important
  }

  .ms-xl-1 {
    margin-left: 10px !important
  }

  .ms-xl-2 {
    margin-left: 20px !important
  }

  .ms-xl-3 {
    margin-left: 30px !important
  }

  .ms-xl-4 {
    margin-left: 40px !important
  }

  .ms-xl-5 {
    margin-left: 50px !important
  }

  .ms-xl-6 {
    margin-left: 60px !important
  }

  .ms-xl-7 {
    margin-left: 70px !important
  }

  .ms-xl-8 {
    margin-left: 80px !important
  }

  .ms-xl-9 {
    margin-left: 90px !important
  }

  .ms-xl-10 {
    margin-left: 100px !important
  }

  .ms-xl-11 {
    margin-left: 110px !important
  }

  .ms-xl-12 {
    margin-left: 120px !important
  }

  .ms-xl-13 {
    margin-left: 130px !important
  }

  .ms-xl-14 {
    margin-left: 140px !important
  }

  .ms-xl-15 {
    margin-left: 150px !important
  }

  .ms-xl-16 {
    margin-left: 160px !important
  }

  .ms-xl-17 {
    margin-left: 170px !important
  }

  .ms-xl-18 {
    margin-left: 180px !important
  }

  .ms-xl-19 {
    margin-left: 190px !important
  }

  .ms-xl-20 {
    margin-left: 200px !important
  }

  .ms-xl-auto {
    margin-left: auto !important
  }

  .m-xl-nd {
    margin: -20px !important
  }

  .m-xl-n1 {
    margin: -10px !important
  }

  .m-xl-n2 {
    margin: -20px !important
  }

  .m-xl-n3 {
    margin: -30px !important
  }

  .m-xl-n4 {
    margin: -40px !important
  }

  .m-xl-n5 {
    margin: -50px !important
  }

  .m-xl-n6 {
    margin: -60px !important
  }

  .m-xl-n7 {
    margin: -70px !important
  }

  .m-xl-n8 {
    margin: -80px !important
  }

  .m-xl-n9 {
    margin: -90px !important
  }

  .m-xl-n10 {
    margin: -100px !important
  }

  .m-xl-n11 {
    margin: -110px !important
  }

  .m-xl-n12 {
    margin: -120px !important
  }

  .m-xl-n13 {
    margin: -130px !important
  }

  .m-xl-n14 {
    margin: -140px !important
  }

  .m-xl-n15 {
    margin: -150px !important
  }

  .m-xl-n16 {
    margin: -160px !important
  }

  .m-xl-n17 {
    margin: -170px !important
  }

  .m-xl-n18 {
    margin: -180px !important
  }

  .m-xl-n19 {
    margin: -190px !important
  }

  .m-xl-n20 {
    margin: -200px !important
  }

  .mx-xl-nd {
    margin-right: -20px !important;
    margin-left: -20px !important
  }

  .mx-xl-n1 {
    margin-right: -10px !important;
    margin-left: -10px !important
  }

  .mx-xl-n2 {
    margin-right: -20px !important;
    margin-left: -20px !important
  }

  .mx-xl-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important
  }

  .mx-xl-n4 {
    margin-right: -40px !important;
    margin-left: -40px !important
  }

  .mx-xl-n5 {
    margin-right: -50px !important;
    margin-left: -50px !important
  }

  .mx-xl-n6 {
    margin-right: -60px !important;
    margin-left: -60px !important
  }

  .mx-xl-n7 {
    margin-right: -70px !important;
    margin-left: -70px !important
  }

  .mx-xl-n8 {
    margin-right: -80px !important;
    margin-left: -80px !important
  }

  .mx-xl-n9 {
    margin-right: -90px !important;
    margin-left: -90px !important
  }

  .mx-xl-n10 {
    margin-right: -100px !important;
    margin-left: -100px !important
  }

  .mx-xl-n11 {
    margin-right: -110px !important;
    margin-left: -110px !important
  }

  .mx-xl-n12 {
    margin-right: -120px !important;
    margin-left: -120px !important
  }

  .mx-xl-n13 {
    margin-right: -130px !important;
    margin-left: -130px !important
  }

  .mx-xl-n14 {
    margin-right: -140px !important;
    margin-left: -140px !important
  }

  .mx-xl-n15 {
    margin-right: -150px !important;
    margin-left: -150px !important
  }

  .mx-xl-n16 {
    margin-right: -160px !important;
    margin-left: -160px !important
  }

  .mx-xl-n17 {
    margin-right: -170px !important;
    margin-left: -170px !important
  }

  .mx-xl-n18 {
    margin-right: -180px !important;
    margin-left: -180px !important
  }

  .mx-xl-n19 {
    margin-right: -190px !important;
    margin-left: -190px !important
  }

  .mx-xl-n20 {
    margin-right: -200px !important;
    margin-left: -200px !important
  }

  .my-xl-nd {
    margin-top: -20px !important;
    margin-bottom: -20px !important
  }

  .my-xl-n1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important
  }

  .my-xl-n2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important
  }

  .my-xl-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important
  }

  .my-xl-n4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important
  }

  .my-xl-n5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important
  }

  .my-xl-n6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important
  }

  .my-xl-n7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important
  }

  .my-xl-n8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important
  }

  .my-xl-n9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important
  }

  .my-xl-n10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important
  }

  .my-xl-n11 {
    margin-top: -110px !important;
    margin-bottom: -110px !important
  }

  .my-xl-n12 {
    margin-top: -120px !important;
    margin-bottom: -120px !important
  }

  .my-xl-n13 {
    margin-top: -130px !important;
    margin-bottom: -130px !important
  }

  .my-xl-n14 {
    margin-top: -140px !important;
    margin-bottom: -140px !important
  }

  .my-xl-n15 {
    margin-top: -150px !important;
    margin-bottom: -150px !important
  }

  .my-xl-n16 {
    margin-top: -160px !important;
    margin-bottom: -160px !important
  }

  .my-xl-n17 {
    margin-top: -170px !important;
    margin-bottom: -170px !important
  }

  .my-xl-n18 {
    margin-top: -180px !important;
    margin-bottom: -180px !important
  }

  .my-xl-n19 {
    margin-top: -190px !important;
    margin-bottom: -190px !important
  }

  .my-xl-n20 {
    margin-top: -200px !important;
    margin-bottom: -200px !important
  }

  .mt-xl-nd {
    margin-top: -20px !important
  }

  .mt-xl-n1 {
    margin-top: -10px !important
  }

  .mt-xl-n2 {
    margin-top: -20px !important
  }

  .mt-xl-n3 {
    margin-top: -30px !important
  }

  .mt-xl-n4 {
    margin-top: -40px !important
  }

  .mt-xl-n5 {
    margin-top: -50px !important
  }

  .mt-xl-n6 {
    margin-top: -60px !important
  }

  .mt-xl-n7 {
    margin-top: -70px !important
  }

  .mt-xl-n8 {
    margin-top: -80px !important
  }

  .mt-xl-n9 {
    margin-top: -90px !important
  }

  .mt-xl-n10 {
    margin-top: -100px !important
  }

  .mt-xl-n11 {
    margin-top: -110px !important
  }

  .mt-xl-n12 {
    margin-top: -120px !important
  }

  .mt-xl-n13 {
    margin-top: -130px !important
  }

  .mt-xl-n14 {
    margin-top: -140px !important
  }

  .mt-xl-n15 {
    margin-top: -150px !important
  }

  .mt-xl-n16 {
    margin-top: -160px !important
  }

  .mt-xl-n17 {
    margin-top: -170px !important
  }

  .mt-xl-n18 {
    margin-top: -180px !important
  }

  .mt-xl-n19 {
    margin-top: -190px !important
  }

  .mt-xl-n20 {
    margin-top: -200px !important
  }

  .me-xl-nd {
    margin-right: -20px !important
  }

  .me-xl-n1 {
    margin-right: -10px !important
  }

  .me-xl-n2 {
    margin-right: -20px !important
  }

  .me-xl-n3 {
    margin-right: -30px !important
  }

  .me-xl-n4 {
    margin-right: -40px !important
  }

  .me-xl-n5 {
    margin-right: -50px !important
  }

  .me-xl-n6 {
    margin-right: -60px !important
  }

  .me-xl-n7 {
    margin-right: -70px !important
  }

  .me-xl-n8 {
    margin-right: -80px !important
  }

  .me-xl-n9 {
    margin-right: -90px !important
  }

  .me-xl-n10 {
    margin-right: -100px !important
  }

  .me-xl-n11 {
    margin-right: -110px !important
  }

  .me-xl-n12 {
    margin-right: -120px !important
  }

  .me-xl-n13 {
    margin-right: -130px !important
  }

  .me-xl-n14 {
    margin-right: -140px !important
  }

  .me-xl-n15 {
    margin-right: -150px !important
  }

  .me-xl-n16 {
    margin-right: -160px !important
  }

  .me-xl-n17 {
    margin-right: -170px !important
  }

  .me-xl-n18 {
    margin-right: -180px !important
  }

  .me-xl-n19 {
    margin-right: -190px !important
  }

  .me-xl-n20 {
    margin-right: -200px !important
  }

  .mb-xl-nd {
    margin-bottom: -20px !important
  }

  .mb-xl-n1 {
    margin-bottom: -10px !important
  }

  .mb-xl-n2 {
    margin-bottom: -20px !important
  }

  .mb-xl-n3 {
    margin-bottom: -30px !important
  }

  .mb-xl-n4 {
    margin-bottom: -40px !important
  }

  .mb-xl-n5 {
    margin-bottom: -50px !important
  }

  .mb-xl-n6 {
    margin-bottom: -60px !important
  }

  .mb-xl-n7 {
    margin-bottom: -70px !important
  }

  .mb-xl-n8 {
    margin-bottom: -80px !important
  }

  .mb-xl-n9 {
    margin-bottom: -90px !important
  }

  .mb-xl-n10 {
    margin-bottom: -100px !important
  }

  .mb-xl-n11 {
    margin-bottom: -110px !important
  }

  .mb-xl-n12 {
    margin-bottom: -120px !important
  }

  .mb-xl-n13 {
    margin-bottom: -130px !important
  }

  .mb-xl-n14 {
    margin-bottom: -140px !important
  }

  .mb-xl-n15 {
    margin-bottom: -150px !important
  }

  .mb-xl-n16 {
    margin-bottom: -160px !important
  }

  .mb-xl-n17 {
    margin-bottom: -170px !important
  }

  .mb-xl-n18 {
    margin-bottom: -180px !important
  }

  .mb-xl-n19 {
    margin-bottom: -190px !important
  }

  .mb-xl-n20 {
    margin-bottom: -200px !important
  }

  .ms-xl-nd {
    margin-left: -20px !important
  }

  .ms-xl-n1 {
    margin-left: -10px !important
  }

  .ms-xl-n2 {
    margin-left: -20px !important
  }

  .ms-xl-n3 {
    margin-left: -30px !important
  }

  .ms-xl-n4 {
    margin-left: -40px !important
  }

  .ms-xl-n5 {
    margin-left: -50px !important
  }

  .ms-xl-n6 {
    margin-left: -60px !important
  }

  .ms-xl-n7 {
    margin-left: -70px !important
  }

  .ms-xl-n8 {
    margin-left: -80px !important
  }

  .ms-xl-n9 {
    margin-left: -90px !important
  }

  .ms-xl-n10 {
    margin-left: -100px !important
  }

  .ms-xl-n11 {
    margin-left: -110px !important
  }

  .ms-xl-n12 {
    margin-left: -120px !important
  }

  .ms-xl-n13 {
    margin-left: -130px !important
  }

  .ms-xl-n14 {
    margin-left: -140px !important
  }

  .ms-xl-n15 {
    margin-left: -150px !important
  }

  .ms-xl-n16 {
    margin-left: -160px !important
  }

  .ms-xl-n17 {
    margin-left: -170px !important
  }

  .ms-xl-n18 {
    margin-left: -180px !important
  }

  .ms-xl-n19 {
    margin-left: -190px !important
  }

  .ms-xl-n20 {
    margin-left: -200px !important
  }

  .p-xl-d {
    padding: 20px !important
  }

  .p-xl-0 {
    padding: 0 !important
  }

  .p-xl-1 {
    padding: 10px !important
  }

  .p-xl-2 {
    padding: 20px !important
  }

  .p-xl-3 {
    padding: 30px !important
  }

  .p-xl-4 {
    padding: 40px !important
  }

  .p-xl-5 {
    padding: 50px !important
  }

  .p-xl-6 {
    padding: 60px !important
  }

  .p-xl-7 {
    padding: 70px !important
  }

  .p-xl-8 {
    padding: 80px !important
  }

  .p-xl-9 {
    padding: 90px !important
  }

  .p-xl-10 {
    padding: 100px !important
  }

  .p-xl-11 {
    padding: 110px !important
  }

  .p-xl-12 {
    padding: 120px !important
  }

  .p-xl-13 {
    padding: 130px !important
  }

  .p-xl-14 {
    padding: 140px !important
  }

  .p-xl-15 {
    padding: 150px !important
  }

  .p-xl-16 {
    padding: 160px !important
  }

  .p-xl-17 {
    padding: 170px !important
  }

  .p-xl-18 {
    padding: 180px !important
  }

  .p-xl-19 {
    padding: 190px !important
  }

  .p-xl-20 {
    padding: 200px !important
  }

  .px-xl-d {
    padding-right: 20px !important;
    padding-left: 20px !important
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-xl-1 {
    padding-right: 10px !important;
    padding-left: 10px !important
  }

  .px-xl-2 {
    padding-right: 20px !important;
    padding-left: 20px !important
  }

  .px-xl-3 {
    padding-right: 30px !important;
    padding-left: 30px !important
  }

  .px-xl-4 {
    padding-right: 40px !important;
    padding-left: 40px !important
  }

  .px-xl-5 {
    padding-right: 50px !important;
    padding-left: 50px !important
  }

  .px-xl-6 {
    padding-right: 60px !important;
    padding-left: 60px !important
  }

  .px-xl-7 {
    padding-right: 70px !important;
    padding-left: 70px !important
  }

  .px-xl-8 {
    padding-right: 80px !important;
    padding-left: 80px !important
  }

  .px-xl-9 {
    padding-right: 90px !important;
    padding-left: 90px !important
  }

  .px-xl-10 {
    padding-right: 100px !important;
    padding-left: 100px !important
  }

  .px-xl-11 {
    padding-right: 110px !important;
    padding-left: 110px !important
  }

  .px-xl-12 {
    padding-right: 120px !important;
    padding-left: 120px !important
  }

  .px-xl-13 {
    padding-right: 130px !important;
    padding-left: 130px !important
  }

  .px-xl-14 {
    padding-right: 140px !important;
    padding-left: 140px !important
  }

  .px-xl-15 {
    padding-right: 150px !important;
    padding-left: 150px !important
  }

  .px-xl-16 {
    padding-right: 160px !important;
    padding-left: 160px !important
  }

  .px-xl-17 {
    padding-right: 170px !important;
    padding-left: 170px !important
  }

  .px-xl-18 {
    padding-right: 180px !important;
    padding-left: 180px !important
  }

  .px-xl-19 {
    padding-right: 190px !important;
    padding-left: 190px !important
  }

  .px-xl-20 {
    padding-right: 200px !important;
    padding-left: 200px !important
  }

  .py-xl-d {
    padding-top: 20px !important;
    padding-bottom: 20px !important
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-xl-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
  }

  .py-xl-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
  }

  .py-xl-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
  }

  .py-xl-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
  }

  .py-xl-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
  }

  .py-xl-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
  }

  .py-xl-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important
  }

  .py-xl-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
  }

  .py-xl-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important
  }

  .py-xl-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
  }

  .py-xl-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important
  }

  .py-xl-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important
  }

  .py-xl-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important
  }

  .py-xl-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important
  }

  .py-xl-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important
  }

  .py-xl-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important
  }

  .py-xl-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important
  }

  .py-xl-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important
  }

  .py-xl-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important
  }

  .py-xl-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important
  }

  .pt-xl-d {
    padding-top: 20px !important
  }

  .pt-xl-0 {
    padding-top: 0 !important
  }

  .pt-xl-1 {
    padding-top: 10px !important
  }

  .pt-xl-2 {
    padding-top: 20px !important
  }

  .pt-xl-3 {
    padding-top: 30px !important
  }

  .pt-xl-4 {
    padding-top: 40px !important
  }

  .pt-xl-5 {
    padding-top: 50px !important
  }

  .pt-xl-6 {
    padding-top: 60px !important
  }

  .pt-xl-7 {
    padding-top: 70px !important
  }

  .pt-xl-8 {
    padding-top: 80px !important
  }

  .pt-xl-9 {
    padding-top: 90px !important
  }

  .pt-xl-10 {
    padding-top: 100px !important
  }

  .pt-xl-11 {
    padding-top: 110px !important
  }

  .pt-xl-12 {
    padding-top: 120px !important
  }

  .pt-xl-13 {
    padding-top: 130px !important
  }

  .pt-xl-14 {
    padding-top: 140px !important
  }

  .pt-xl-15 {
    padding-top: 150px !important
  }

  .pt-xl-16 {
    padding-top: 160px !important
  }

  .pt-xl-17 {
    padding-top: 170px !important
  }

  .pt-xl-18 {
    padding-top: 180px !important
  }

  .pt-xl-19 {
    padding-top: 190px !important
  }

  .pt-xl-20 {
    padding-top: 200px !important
  }

  .pe-xl-d {
    padding-right: 20px !important
  }

  .pe-xl-0 {
    padding-right: 0 !important
  }

  .pe-xl-1 {
    padding-right: 10px !important
  }

  .pe-xl-2 {
    padding-right: 20px !important
  }

  .pe-xl-3 {
    padding-right: 30px !important
  }

  .pe-xl-4 {
    padding-right: 40px !important
  }

  .pe-xl-5 {
    padding-right: 50px !important
  }

  .pe-xl-6 {
    padding-right: 60px !important
  }

  .pe-xl-7 {
    padding-right: 70px !important
  }

  .pe-xl-8 {
    padding-right: 80px !important
  }

  .pe-xl-9 {
    padding-right: 90px !important
  }

  .pe-xl-10 {
    padding-right: 100px !important
  }

  .pe-xl-11 {
    padding-right: 110px !important
  }

  .pe-xl-12 {
    padding-right: 120px !important
  }

  .pe-xl-13 {
    padding-right: 130px !important
  }

  .pe-xl-14 {
    padding-right: 140px !important
  }

  .pe-xl-15 {
    padding-right: 150px !important
  }

  .pe-xl-16 {
    padding-right: 160px !important
  }

  .pe-xl-17 {
    padding-right: 170px !important
  }

  .pe-xl-18 {
    padding-right: 180px !important
  }

  .pe-xl-19 {
    padding-right: 190px !important
  }

  .pe-xl-20 {
    padding-right: 200px !important
  }

  .pb-xl-d {
    padding-bottom: 20px !important
  }

  .pb-xl-0 {
    padding-bottom: 0 !important
  }

  .pb-xl-1 {
    padding-bottom: 10px !important
  }

  .pb-xl-2 {
    padding-bottom: 20px !important
  }

  .pb-xl-3 {
    padding-bottom: 30px !important
  }

  .pb-xl-4 {
    padding-bottom: 40px !important
  }

  .pb-xl-5 {
    padding-bottom: 50px !important
  }

  .pb-xl-6 {
    padding-bottom: 60px !important
  }

  .pb-xl-7 {
    padding-bottom: 70px !important
  }

  .pb-xl-8 {
    padding-bottom: 80px !important
  }

  .pb-xl-9 {
    padding-bottom: 90px !important
  }

  .pb-xl-10 {
    padding-bottom: 100px !important
  }

  .pb-xl-11 {
    padding-bottom: 110px !important
  }

  .pb-xl-12 {
    padding-bottom: 120px !important
  }

  .pb-xl-13 {
    padding-bottom: 130px !important
  }

  .pb-xl-14 {
    padding-bottom: 140px !important
  }

  .pb-xl-15 {
    padding-bottom: 150px !important
  }

  .pb-xl-16 {
    padding-bottom: 160px !important
  }

  .pb-xl-17 {
    padding-bottom: 170px !important
  }

  .pb-xl-18 {
    padding-bottom: 180px !important
  }

  .pb-xl-19 {
    padding-bottom: 190px !important
  }

  .pb-xl-20 {
    padding-bottom: 200px !important
  }

  .ps-xl-d {
    padding-left: 20px !important
  }

  .ps-xl-0 {
    padding-left: 0 !important
  }

  .ps-xl-1 {
    padding-left: 10px !important
  }

  .ps-xl-2 {
    padding-left: 20px !important
  }

  .ps-xl-3 {
    padding-left: 30px !important
  }

  .ps-xl-4 {
    padding-left: 40px !important
  }

  .ps-xl-5 {
    padding-left: 50px !important
  }

  .ps-xl-6 {
    padding-left: 60px !important
  }

  .ps-xl-7 {
    padding-left: 70px !important
  }

  .ps-xl-8 {
    padding-left: 80px !important
  }

  .ps-xl-9 {
    padding-left: 90px !important
  }

  .ps-xl-10 {
    padding-left: 100px !important
  }

  .ps-xl-11 {
    padding-left: 110px !important
  }

  .ps-xl-12 {
    padding-left: 120px !important
  }

  .ps-xl-13 {
    padding-left: 130px !important
  }

  .ps-xl-14 {
    padding-left: 140px !important
  }

  .ps-xl-15 {
    padding-left: 150px !important
  }

  .ps-xl-16 {
    padding-left: 160px !important
  }

  .ps-xl-17 {
    padding-left: 170px !important
  }

  .ps-xl-18 {
    padding-left: 180px !important
  }

  .ps-xl-19 {
    padding-left: 190px !important
  }

  .ps-xl-20 {
    padding-left: 200px !important
  }

  .text-xl-start {
    text-align: left !important
  }

  .text-xl-end {
    text-align: right !important
  }

  .text-xl-center {
    text-align: center !important
  }
}

@media (min-width: 1680px) {
  .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-start {
    justify-content: flex-start !important
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important
  }

  .justify-content-xxl-center {
    justify-content: center !important
  }

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

  .justify-content-xxl-around {
    justify-content: space-around !important
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important
  }

  .align-items-xxl-start {
    align-items: flex-start !important
  }

  .align-items-xxl-end {
    align-items: flex-end !important
  }

  .align-items-xxl-center {
    align-items: center !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xxl-d {
    margin: 20px !important
  }

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

  .m-xxl-1 {
    margin: 10px !important
  }

  .m-xxl-2 {
    margin: 20px !important
  }

  .m-xxl-3 {
    margin: 30px !important
  }

  .m-xxl-4 {
    margin: 40px !important
  }

  .m-xxl-5 {
    margin: 50px !important
  }

  .m-xxl-6 {
    margin: 60px !important
  }

  .m-xxl-7 {
    margin: 70px !important
  }

  .m-xxl-8 {
    margin: 80px !important
  }

  .m-xxl-9 {
    margin: 90px !important
  }

  .m-xxl-10 {
    margin: 100px !important
  }

  .m-xxl-11 {
    margin: 110px !important
  }

  .m-xxl-12 {
    margin: 120px !important
  }

  .m-xxl-13 {
    margin: 130px !important
  }

  .m-xxl-14 {
    margin: 140px !important
  }

  .m-xxl-15 {
    margin: 150px !important
  }

  .m-xxl-16 {
    margin: 160px !important
  }

  .m-xxl-17 {
    margin: 170px !important
  }

  .m-xxl-18 {
    margin: 180px !important
  }

  .m-xxl-19 {
    margin: 190px !important
  }

  .m-xxl-20 {
    margin: 200px !important
  }

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

  .mx-xxl-d {
    margin-right: 20px !important;
    margin-left: 20px !important
  }

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

  .mx-xxl-1 {
    margin-right: 10px !important;
    margin-left: 10px !important
  }

  .mx-xxl-2 {
    margin-right: 20px !important;
    margin-left: 20px !important
  }

  .mx-xxl-3 {
    margin-right: 30px !important;
    margin-left: 30px !important
  }

  .mx-xxl-4 {
    margin-right: 40px !important;
    margin-left: 40px !important
  }

  .mx-xxl-5 {
    margin-right: 50px !important;
    margin-left: 50px !important
  }

  .mx-xxl-6 {
    margin-right: 60px !important;
    margin-left: 60px !important
  }

  .mx-xxl-7 {
    margin-right: 70px !important;
    margin-left: 70px !important
  }

  .mx-xxl-8 {
    margin-right: 80px !important;
    margin-left: 80px !important
  }

  .mx-xxl-9 {
    margin-right: 90px !important;
    margin-left: 90px !important
  }

  .mx-xxl-10 {
    margin-right: 100px !important;
    margin-left: 100px !important
  }

  .mx-xxl-11 {
    margin-right: 110px !important;
    margin-left: 110px !important
  }

  .mx-xxl-12 {
    margin-right: 120px !important;
    margin-left: 120px !important
  }

  .mx-xxl-13 {
    margin-right: 130px !important;
    margin-left: 130px !important
  }

  .mx-xxl-14 {
    margin-right: 140px !important;
    margin-left: 140px !important
  }

  .mx-xxl-15 {
    margin-right: 150px !important;
    margin-left: 150px !important
  }

  .mx-xxl-16 {
    margin-right: 160px !important;
    margin-left: 160px !important
  }

  .mx-xxl-17 {
    margin-right: 170px !important;
    margin-left: 170px !important
  }

  .mx-xxl-18 {
    margin-right: 180px !important;
    margin-left: 180px !important
  }

  .mx-xxl-19 {
    margin-right: 190px !important;
    margin-left: 190px !important
  }

  .mx-xxl-20 {
    margin-right: 200px !important;
    margin-left: 200px !important
  }

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

  .my-xxl-d {
    margin-top: 20px !important;
    margin-bottom: 20px !important
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-xxl-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
  }

  .my-xxl-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
  }

  .my-xxl-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
  }

  .my-xxl-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
  }

  .my-xxl-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
  }

  .my-xxl-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
  }

  .my-xxl-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important
  }

  .my-xxl-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
  }

  .my-xxl-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important
  }

  .my-xxl-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
  }

  .my-xxl-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important
  }

  .my-xxl-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important
  }

  .my-xxl-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important
  }

  .my-xxl-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important
  }

  .my-xxl-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important
  }

  .my-xxl-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important
  }

  .my-xxl-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important
  }

  .my-xxl-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important
  }

  .my-xxl-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important
  }

  .my-xxl-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-xxl-d {
    margin-top: 20px !important
  }

  .mt-xxl-0 {
    margin-top: 0 !important
  }

  .mt-xxl-1 {
    margin-top: 10px !important
  }

  .mt-xxl-2 {
    margin-top: 20px !important
  }

  .mt-xxl-3 {
    margin-top: 30px !important
  }

  .mt-xxl-4 {
    margin-top: 40px !important
  }

  .mt-xxl-5 {
    margin-top: 50px !important
  }

  .mt-xxl-6 {
    margin-top: 60px !important
  }

  .mt-xxl-7 {
    margin-top: 70px !important
  }

  .mt-xxl-8 {
    margin-top: 80px !important
  }

  .mt-xxl-9 {
    margin-top: 90px !important
  }

  .mt-xxl-10 {
    margin-top: 100px !important
  }

  .mt-xxl-11 {
    margin-top: 110px !important
  }

  .mt-xxl-12 {
    margin-top: 120px !important
  }

  .mt-xxl-13 {
    margin-top: 130px !important
  }

  .mt-xxl-14 {
    margin-top: 140px !important
  }

  .mt-xxl-15 {
    margin-top: 150px !important
  }

  .mt-xxl-16 {
    margin-top: 160px !important
  }

  .mt-xxl-17 {
    margin-top: 170px !important
  }

  .mt-xxl-18 {
    margin-top: 180px !important
  }

  .mt-xxl-19 {
    margin-top: 190px !important
  }

  .mt-xxl-20 {
    margin-top: 200px !important
  }

  .mt-xxl-auto {
    margin-top: auto !important
  }

  .me-xxl-d {
    margin-right: 20px !important
  }

  .me-xxl-0 {
    margin-right: 0 !important
  }

  .me-xxl-1 {
    margin-right: 10px !important
  }

  .me-xxl-2 {
    margin-right: 20px !important
  }

  .me-xxl-3 {
    margin-right: 30px !important
  }

  .me-xxl-4 {
    margin-right: 40px !important
  }

  .me-xxl-5 {
    margin-right: 50px !important
  }

  .me-xxl-6 {
    margin-right: 60px !important
  }

  .me-xxl-7 {
    margin-right: 70px !important
  }

  .me-xxl-8 {
    margin-right: 80px !important
  }

  .me-xxl-9 {
    margin-right: 90px !important
  }

  .me-xxl-10 {
    margin-right: 100px !important
  }

  .me-xxl-11 {
    margin-right: 110px !important
  }

  .me-xxl-12 {
    margin-right: 120px !important
  }

  .me-xxl-13 {
    margin-right: 130px !important
  }

  .me-xxl-14 {
    margin-right: 140px !important
  }

  .me-xxl-15 {
    margin-right: 150px !important
  }

  .me-xxl-16 {
    margin-right: 160px !important
  }

  .me-xxl-17 {
    margin-right: 170px !important
  }

  .me-xxl-18 {
    margin-right: 180px !important
  }

  .me-xxl-19 {
    margin-right: 190px !important
  }

  .me-xxl-20 {
    margin-right: 200px !important
  }

  .me-xxl-auto {
    margin-right: auto !important
  }

  .mb-xxl-d {
    margin-bottom: 20px !important
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important
  }

  .mb-xxl-1 {
    margin-bottom: 10px !important
  }

  .mb-xxl-2 {
    margin-bottom: 20px !important
  }

  .mb-xxl-3 {
    margin-bottom: 30px !important
  }

  .mb-xxl-4 {
    margin-bottom: 40px !important
  }

  .mb-xxl-5 {
    margin-bottom: 50px !important
  }

  .mb-xxl-6 {
    margin-bottom: 60px !important
  }

  .mb-xxl-7 {
    margin-bottom: 70px !important
  }

  .mb-xxl-8 {
    margin-bottom: 80px !important
  }

  .mb-xxl-9 {
    margin-bottom: 90px !important
  }

  .mb-xxl-10 {
    margin-bottom: 100px !important
  }

  .mb-xxl-11 {
    margin-bottom: 110px !important
  }

  .mb-xxl-12 {
    margin-bottom: 120px !important
  }

  .mb-xxl-13 {
    margin-bottom: 130px !important
  }

  .mb-xxl-14 {
    margin-bottom: 140px !important
  }

  .mb-xxl-15 {
    margin-bottom: 150px !important
  }

  .mb-xxl-16 {
    margin-bottom: 160px !important
  }

  .mb-xxl-17 {
    margin-bottom: 170px !important
  }

  .mb-xxl-18 {
    margin-bottom: 180px !important
  }

  .mb-xxl-19 {
    margin-bottom: 190px !important
  }

  .mb-xxl-20 {
    margin-bottom: 200px !important
  }

  .mb-xxl-auto {
    margin-bottom: auto !important
  }

  .ms-xxl-d {
    margin-left: 20px !important
  }

  .ms-xxl-0 {
    margin-left: 0 !important
  }

  .ms-xxl-1 {
    margin-left: 10px !important
  }

  .ms-xxl-2 {
    margin-left: 20px !important
  }

  .ms-xxl-3 {
    margin-left: 30px !important
  }

  .ms-xxl-4 {
    margin-left: 40px !important
  }

  .ms-xxl-5 {
    margin-left: 50px !important
  }

  .ms-xxl-6 {
    margin-left: 60px !important
  }

  .ms-xxl-7 {
    margin-left: 70px !important
  }

  .ms-xxl-8 {
    margin-left: 80px !important
  }

  .ms-xxl-9 {
    margin-left: 90px !important
  }

  .ms-xxl-10 {
    margin-left: 100px !important
  }

  .ms-xxl-11 {
    margin-left: 110px !important
  }

  .ms-xxl-12 {
    margin-left: 120px !important
  }

  .ms-xxl-13 {
    margin-left: 130px !important
  }

  .ms-xxl-14 {
    margin-left: 140px !important
  }

  .ms-xxl-15 {
    margin-left: 150px !important
  }

  .ms-xxl-16 {
    margin-left: 160px !important
  }

  .ms-xxl-17 {
    margin-left: 170px !important
  }

  .ms-xxl-18 {
    margin-left: 180px !important
  }

  .ms-xxl-19 {
    margin-left: 190px !important
  }

  .ms-xxl-20 {
    margin-left: 200px !important
  }

  .ms-xxl-auto {
    margin-left: auto !important
  }

  .m-xxl-nd {
    margin: -20px !important
  }

  .m-xxl-n1 {
    margin: -10px !important
  }

  .m-xxl-n2 {
    margin: -20px !important
  }

  .m-xxl-n3 {
    margin: -30px !important
  }

  .m-xxl-n4 {
    margin: -40px !important
  }

  .m-xxl-n5 {
    margin: -50px !important
  }

  .m-xxl-n6 {
    margin: -60px !important
  }

  .m-xxl-n7 {
    margin: -70px !important
  }

  .m-xxl-n8 {
    margin: -80px !important
  }

  .m-xxl-n9 {
    margin: -90px !important
  }

  .m-xxl-n10 {
    margin: -100px !important
  }

  .m-xxl-n11 {
    margin: -110px !important
  }

  .m-xxl-n12 {
    margin: -120px !important
  }

  .m-xxl-n13 {
    margin: -130px !important
  }

  .m-xxl-n14 {
    margin: -140px !important
  }

  .m-xxl-n15 {
    margin: -150px !important
  }

  .m-xxl-n16 {
    margin: -160px !important
  }

  .m-xxl-n17 {
    margin: -170px !important
  }

  .m-xxl-n18 {
    margin: -180px !important
  }

  .m-xxl-n19 {
    margin: -190px !important
  }

  .m-xxl-n20 {
    margin: -200px !important
  }

  .mx-xxl-nd {
    margin-right: -20px !important;
    margin-left: -20px !important
  }

  .mx-xxl-n1 {
    margin-right: -10px !important;
    margin-left: -10px !important
  }

  .mx-xxl-n2 {
    margin-right: -20px !important;
    margin-left: -20px !important
  }

  .mx-xxl-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important
  }

  .mx-xxl-n4 {
    margin-right: -40px !important;
    margin-left: -40px !important
  }

  .mx-xxl-n5 {
    margin-right: -50px !important;
    margin-left: -50px !important
  }

  .mx-xxl-n6 {
    margin-right: -60px !important;
    margin-left: -60px !important
  }

  .mx-xxl-n7 {
    margin-right: -70px !important;
    margin-left: -70px !important
  }

  .mx-xxl-n8 {
    margin-right: -80px !important;
    margin-left: -80px !important
  }

  .mx-xxl-n9 {
    margin-right: -90px !important;
    margin-left: -90px !important
  }

  .mx-xxl-n10 {
    margin-right: -100px !important;
    margin-left: -100px !important
  }

  .mx-xxl-n11 {
    margin-right: -110px !important;
    margin-left: -110px !important
  }

  .mx-xxl-n12 {
    margin-right: -120px !important;
    margin-left: -120px !important
  }

  .mx-xxl-n13 {
    margin-right: -130px !important;
    margin-left: -130px !important
  }

  .mx-xxl-n14 {
    margin-right: -140px !important;
    margin-left: -140px !important
  }

  .mx-xxl-n15 {
    margin-right: -150px !important;
    margin-left: -150px !important
  }

  .mx-xxl-n16 {
    margin-right: -160px !important;
    margin-left: -160px !important
  }

  .mx-xxl-n17 {
    margin-right: -170px !important;
    margin-left: -170px !important
  }

  .mx-xxl-n18 {
    margin-right: -180px !important;
    margin-left: -180px !important
  }

  .mx-xxl-n19 {
    margin-right: -190px !important;
    margin-left: -190px !important
  }

  .mx-xxl-n20 {
    margin-right: -200px !important;
    margin-left: -200px !important
  }

  .my-xxl-nd {
    margin-top: -20px !important;
    margin-bottom: -20px !important
  }

  .my-xxl-n1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important
  }

  .my-xxl-n2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important
  }

  .my-xxl-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important
  }

  .my-xxl-n4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important
  }

  .my-xxl-n5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important
  }

  .my-xxl-n6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important
  }

  .my-xxl-n7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important
  }

  .my-xxl-n8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important
  }

  .my-xxl-n9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important
  }

  .my-xxl-n10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important
  }

  .my-xxl-n11 {
    margin-top: -110px !important;
    margin-bottom: -110px !important
  }

  .my-xxl-n12 {
    margin-top: -120px !important;
    margin-bottom: -120px !important
  }

  .my-xxl-n13 {
    margin-top: -130px !important;
    margin-bottom: -130px !important
  }

  .my-xxl-n14 {
    margin-top: -140px !important;
    margin-bottom: -140px !important
  }

  .my-xxl-n15 {
    margin-top: -150px !important;
    margin-bottom: -150px !important
  }

  .my-xxl-n16 {
    margin-top: -160px !important;
    margin-bottom: -160px !important
  }

  .my-xxl-n17 {
    margin-top: -170px !important;
    margin-bottom: -170px !important
  }

  .my-xxl-n18 {
    margin-top: -180px !important;
    margin-bottom: -180px !important
  }

  .my-xxl-n19 {
    margin-top: -190px !important;
    margin-bottom: -190px !important
  }

  .my-xxl-n20 {
    margin-top: -200px !important;
    margin-bottom: -200px !important
  }

  .mt-xxl-nd {
    margin-top: -20px !important
  }

  .mt-xxl-n1 {
    margin-top: -10px !important
  }

  .mt-xxl-n2 {
    margin-top: -20px !important
  }

  .mt-xxl-n3 {
    margin-top: -30px !important
  }

  .mt-xxl-n4 {
    margin-top: -40px !important
  }

  .mt-xxl-n5 {
    margin-top: -50px !important
  }

  .mt-xxl-n6 {
    margin-top: -60px !important
  }

  .mt-xxl-n7 {
    margin-top: -70px !important
  }

  .mt-xxl-n8 {
    margin-top: -80px !important
  }

  .mt-xxl-n9 {
    margin-top: -90px !important
  }

  .mt-xxl-n10 {
    margin-top: -100px !important
  }

  .mt-xxl-n11 {
    margin-top: -110px !important
  }

  .mt-xxl-n12 {
    margin-top: -120px !important
  }

  .mt-xxl-n13 {
    margin-top: -130px !important
  }

  .mt-xxl-n14 {
    margin-top: -140px !important
  }

  .mt-xxl-n15 {
    margin-top: -150px !important
  }

  .mt-xxl-n16 {
    margin-top: -160px !important
  }

  .mt-xxl-n17 {
    margin-top: -170px !important
  }

  .mt-xxl-n18 {
    margin-top: -180px !important
  }

  .mt-xxl-n19 {
    margin-top: -190px !important
  }

  .mt-xxl-n20 {
    margin-top: -200px !important
  }

  .me-xxl-nd {
    margin-right: -20px !important
  }

  .me-xxl-n1 {
    margin-right: -10px !important
  }

  .me-xxl-n2 {
    margin-right: -20px !important
  }

  .me-xxl-n3 {
    margin-right: -30px !important
  }

  .me-xxl-n4 {
    margin-right: -40px !important
  }

  .me-xxl-n5 {
    margin-right: -50px !important
  }

  .me-xxl-n6 {
    margin-right: -60px !important
  }

  .me-xxl-n7 {
    margin-right: -70px !important
  }

  .me-xxl-n8 {
    margin-right: -80px !important
  }

  .me-xxl-n9 {
    margin-right: -90px !important
  }

  .me-xxl-n10 {
    margin-right: -100px !important
  }

  .me-xxl-n11 {
    margin-right: -110px !important
  }

  .me-xxl-n12 {
    margin-right: -120px !important
  }

  .me-xxl-n13 {
    margin-right: -130px !important
  }

  .me-xxl-n14 {
    margin-right: -140px !important
  }

  .me-xxl-n15 {
    margin-right: -150px !important
  }

  .me-xxl-n16 {
    margin-right: -160px !important
  }

  .me-xxl-n17 {
    margin-right: -170px !important
  }

  .me-xxl-n18 {
    margin-right: -180px !important
  }

  .me-xxl-n19 {
    margin-right: -190px !important
  }

  .me-xxl-n20 {
    margin-right: -200px !important
  }

  .mb-xxl-nd {
    margin-bottom: -20px !important
  }

  .mb-xxl-n1 {
    margin-bottom: -10px !important
  }

  .mb-xxl-n2 {
    margin-bottom: -20px !important
  }

  .mb-xxl-n3 {
    margin-bottom: -30px !important
  }

  .mb-xxl-n4 {
    margin-bottom: -40px !important
  }

  .mb-xxl-n5 {
    margin-bottom: -50px !important
  }

  .mb-xxl-n6 {
    margin-bottom: -60px !important
  }

  .mb-xxl-n7 {
    margin-bottom: -70px !important
  }

  .mb-xxl-n8 {
    margin-bottom: -80px !important
  }

  .mb-xxl-n9 {
    margin-bottom: -90px !important
  }

  .mb-xxl-n10 {
    margin-bottom: -100px !important
  }

  .mb-xxl-n11 {
    margin-bottom: -110px !important
  }

  .mb-xxl-n12 {
    margin-bottom: -120px !important
  }

  .mb-xxl-n13 {
    margin-bottom: -130px !important
  }

  .mb-xxl-n14 {
    margin-bottom: -140px !important
  }

  .mb-xxl-n15 {
    margin-bottom: -150px !important
  }

  .mb-xxl-n16 {
    margin-bottom: -160px !important
  }

  .mb-xxl-n17 {
    margin-bottom: -170px !important
  }

  .mb-xxl-n18 {
    margin-bottom: -180px !important
  }

  .mb-xxl-n19 {
    margin-bottom: -190px !important
  }

  .mb-xxl-n20 {
    margin-bottom: -200px !important
  }

  .ms-xxl-nd {
    margin-left: -20px !important
  }

  .ms-xxl-n1 {
    margin-left: -10px !important
  }

  .ms-xxl-n2 {
    margin-left: -20px !important
  }

  .ms-xxl-n3 {
    margin-left: -30px !important
  }

  .ms-xxl-n4 {
    margin-left: -40px !important
  }

  .ms-xxl-n5 {
    margin-left: -50px !important
  }

  .ms-xxl-n6 {
    margin-left: -60px !important
  }

  .ms-xxl-n7 {
    margin-left: -70px !important
  }

  .ms-xxl-n8 {
    margin-left: -80px !important
  }

  .ms-xxl-n9 {
    margin-left: -90px !important
  }

  .ms-xxl-n10 {
    margin-left: -100px !important
  }

  .ms-xxl-n11 {
    margin-left: -110px !important
  }

  .ms-xxl-n12 {
    margin-left: -120px !important
  }

  .ms-xxl-n13 {
    margin-left: -130px !important
  }

  .ms-xxl-n14 {
    margin-left: -140px !important
  }

  .ms-xxl-n15 {
    margin-left: -150px !important
  }

  .ms-xxl-n16 {
    margin-left: -160px !important
  }

  .ms-xxl-n17 {
    margin-left: -170px !important
  }

  .ms-xxl-n18 {
    margin-left: -180px !important
  }

  .ms-xxl-n19 {
    margin-left: -190px !important
  }

  .ms-xxl-n20 {
    margin-left: -200px !important
  }

  .p-xxl-d {
    padding: 20px !important
  }

  .p-xxl-0 {
    padding: 0 !important
  }

  .p-xxl-1 {
    padding: 10px !important
  }

  .p-xxl-2 {
    padding: 20px !important
  }

  .p-xxl-3 {
    padding: 30px !important
  }

  .p-xxl-4 {
    padding: 40px !important
  }

  .p-xxl-5 {
    padding: 50px !important
  }

  .p-xxl-6 {
    padding: 60px !important
  }

  .p-xxl-7 {
    padding: 70px !important
  }

  .p-xxl-8 {
    padding: 80px !important
  }

  .p-xxl-9 {
    padding: 90px !important
  }

  .p-xxl-10 {
    padding: 100px !important
  }

  .p-xxl-11 {
    padding: 110px !important
  }

  .p-xxl-12 {
    padding: 120px !important
  }

  .p-xxl-13 {
    padding: 130px !important
  }

  .p-xxl-14 {
    padding: 140px !important
  }

  .p-xxl-15 {
    padding: 150px !important
  }

  .p-xxl-16 {
    padding: 160px !important
  }

  .p-xxl-17 {
    padding: 170px !important
  }

  .p-xxl-18 {
    padding: 180px !important
  }

  .p-xxl-19 {
    padding: 190px !important
  }

  .p-xxl-20 {
    padding: 200px !important
  }

  .px-xxl-d {
    padding-right: 20px !important;
    padding-left: 20px !important
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-xxl-1 {
    padding-right: 10px !important;
    padding-left: 10px !important
  }

  .px-xxl-2 {
    padding-right: 20px !important;
    padding-left: 20px !important
  }

  .px-xxl-3 {
    padding-right: 30px !important;
    padding-left: 30px !important
  }

  .px-xxl-4 {
    padding-right: 40px !important;
    padding-left: 40px !important
  }

  .px-xxl-5 {
    padding-right: 50px !important;
    padding-left: 50px !important
  }

  .px-xxl-6 {
    padding-right: 60px !important;
    padding-left: 60px !important
  }

  .px-xxl-7 {
    padding-right: 70px !important;
    padding-left: 70px !important
  }

  .px-xxl-8 {
    padding-right: 80px !important;
    padding-left: 80px !important
  }

  .px-xxl-9 {
    padding-right: 90px !important;
    padding-left: 90px !important
  }

  .px-xxl-10 {
    padding-right: 100px !important;
    padding-left: 100px !important
  }

  .px-xxl-11 {
    padding-right: 110px !important;
    padding-left: 110px !important
  }

  .px-xxl-12 {
    padding-right: 120px !important;
    padding-left: 120px !important
  }

  .px-xxl-13 {
    padding-right: 130px !important;
    padding-left: 130px !important
  }

  .px-xxl-14 {
    padding-right: 140px !important;
    padding-left: 140px !important
  }

  .px-xxl-15 {
    padding-right: 150px !important;
    padding-left: 150px !important
  }

  .px-xxl-16 {
    padding-right: 160px !important;
    padding-left: 160px !important
  }

  .px-xxl-17 {
    padding-right: 170px !important;
    padding-left: 170px !important
  }

  .px-xxl-18 {
    padding-right: 180px !important;
    padding-left: 180px !important
  }

  .px-xxl-19 {
    padding-right: 190px !important;
    padding-left: 190px !important
  }

  .px-xxl-20 {
    padding-right: 200px !important;
    padding-left: 200px !important
  }

  .py-xxl-d {
    padding-top: 20px !important;
    padding-bottom: 20px !important
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-xxl-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
  }

  .py-xxl-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
  }

  .py-xxl-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
  }

  .py-xxl-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
  }

  .py-xxl-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
  }

  .py-xxl-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
  }

  .py-xxl-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important
  }

  .py-xxl-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
  }

  .py-xxl-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important
  }

  .py-xxl-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
  }

  .py-xxl-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important
  }

  .py-xxl-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important
  }

  .py-xxl-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important
  }

  .py-xxl-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important
  }

  .py-xxl-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important
  }

  .py-xxl-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important
  }

  .py-xxl-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important
  }

  .py-xxl-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important
  }

  .py-xxl-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important
  }

  .py-xxl-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important
  }

  .pt-xxl-d {
    padding-top: 20px !important
  }

  .pt-xxl-0 {
    padding-top: 0 !important
  }

  .pt-xxl-1 {
    padding-top: 10px !important
  }

  .pt-xxl-2 {
    padding-top: 20px !important
  }

  .pt-xxl-3 {
    padding-top: 30px !important
  }

  .pt-xxl-4 {
    padding-top: 40px !important
  }

  .pt-xxl-5 {
    padding-top: 50px !important
  }

  .pt-xxl-6 {
    padding-top: 60px !important
  }

  .pt-xxl-7 {
    padding-top: 70px !important
  }

  .pt-xxl-8 {
    padding-top: 80px !important
  }

  .pt-xxl-9 {
    padding-top: 90px !important
  }

  .pt-xxl-10 {
    padding-top: 100px !important
  }

  .pt-xxl-11 {
    padding-top: 110px !important
  }

  .pt-xxl-12 {
    padding-top: 120px !important
  }

  .pt-xxl-13 {
    padding-top: 130px !important
  }

  .pt-xxl-14 {
    padding-top: 140px !important
  }

  .pt-xxl-15 {
    padding-top: 150px !important
  }

  .pt-xxl-16 {
    padding-top: 160px !important
  }

  .pt-xxl-17 {
    padding-top: 170px !important
  }

  .pt-xxl-18 {
    padding-top: 180px !important
  }

  .pt-xxl-19 {
    padding-top: 190px !important
  }

  .pt-xxl-20 {
    padding-top: 200px !important
  }

  .pe-xxl-d {
    padding-right: 20px !important
  }

  .pe-xxl-0 {
    padding-right: 0 !important
  }

  .pe-xxl-1 {
    padding-right: 10px !important
  }

  .pe-xxl-2 {
    padding-right: 20px !important
  }

  .pe-xxl-3 {
    padding-right: 30px !important
  }

  .pe-xxl-4 {
    padding-right: 40px !important
  }

  .pe-xxl-5 {
    padding-right: 50px !important
  }

  .pe-xxl-6 {
    padding-right: 60px !important
  }

  .pe-xxl-7 {
    padding-right: 70px !important
  }

  .pe-xxl-8 {
    padding-right: 80px !important
  }

  .pe-xxl-9 {
    padding-right: 90px !important
  }

  .pe-xxl-10 {
    padding-right: 100px !important
  }

  .pe-xxl-11 {
    padding-right: 110px !important
  }

  .pe-xxl-12 {
    padding-right: 120px !important
  }

  .pe-xxl-13 {
    padding-right: 130px !important
  }

  .pe-xxl-14 {
    padding-right: 140px !important
  }

  .pe-xxl-15 {
    padding-right: 150px !important
  }

  .pe-xxl-16 {
    padding-right: 160px !important
  }

  .pe-xxl-17 {
    padding-right: 170px !important
  }

  .pe-xxl-18 {
    padding-right: 180px !important
  }

  .pe-xxl-19 {
    padding-right: 190px !important
  }

  .pe-xxl-20 {
    padding-right: 200px !important
  }

  .pb-xxl-d {
    padding-bottom: 20px !important
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important
  }

  .pb-xxl-1 {
    padding-bottom: 10px !important
  }

  .pb-xxl-2 {
    padding-bottom: 20px !important
  }

  .pb-xxl-3 {
    padding-bottom: 30px !important
  }

  .pb-xxl-4 {
    padding-bottom: 40px !important
  }

  .pb-xxl-5 {
    padding-bottom: 50px !important
  }

  .pb-xxl-6 {
    padding-bottom: 60px !important
  }

  .pb-xxl-7 {
    padding-bottom: 70px !important
  }

  .pb-xxl-8 {
    padding-bottom: 80px !important
  }

  .pb-xxl-9 {
    padding-bottom: 90px !important
  }

  .pb-xxl-10 {
    padding-bottom: 100px !important
  }

  .pb-xxl-11 {
    padding-bottom: 110px !important
  }

  .pb-xxl-12 {
    padding-bottom: 120px !important
  }

  .pb-xxl-13 {
    padding-bottom: 130px !important
  }

  .pb-xxl-14 {
    padding-bottom: 140px !important
  }

  .pb-xxl-15 {
    padding-bottom: 150px !important
  }

  .pb-xxl-16 {
    padding-bottom: 160px !important
  }

  .pb-xxl-17 {
    padding-bottom: 170px !important
  }

  .pb-xxl-18 {
    padding-bottom: 180px !important
  }

  .pb-xxl-19 {
    padding-bottom: 190px !important
  }

  .pb-xxl-20 {
    padding-bottom: 200px !important
  }

  .ps-xxl-d {
    padding-left: 20px !important
  }

  .ps-xxl-0 {
    padding-left: 0 !important
  }

  .ps-xxl-1 {
    padding-left: 10px !important
  }

  .ps-xxl-2 {
    padding-left: 20px !important
  }

  .ps-xxl-3 {
    padding-left: 30px !important
  }

  .ps-xxl-4 {
    padding-left: 40px !important
  }

  .ps-xxl-5 {
    padding-left: 50px !important
  }

  .ps-xxl-6 {
    padding-left: 60px !important
  }

  .ps-xxl-7 {
    padding-left: 70px !important
  }

  .ps-xxl-8 {
    padding-left: 80px !important
  }

  .ps-xxl-9 {
    padding-left: 90px !important
  }

  .ps-xxl-10 {
    padding-left: 100px !important
  }

  .ps-xxl-11 {
    padding-left: 110px !important
  }

  .ps-xxl-12 {
    padding-left: 120px !important
  }

  .ps-xxl-13 {
    padding-left: 130px !important
  }

  .ps-xxl-14 {
    padding-left: 140px !important
  }

  .ps-xxl-15 {
    padding-left: 150px !important
  }

  .ps-xxl-16 {
    padding-left: 160px !important
  }

  .ps-xxl-17 {
    padding-left: 170px !important
  }

  .ps-xxl-18 {
    padding-left: 180px !important
  }

  .ps-xxl-19 {
    padding-left: 190px !important
  }

  .ps-xxl-20 {
    padding-left: 200px !important
  }

  .text-xxl-start {
    text-align: left !important
  }

  .text-xxl-end {
    text-align: right !important
  }

  .text-xxl-center {
    text-align: center !important
  }
}

@media print {
  .d-print-inline {
    display: inline !important
  }

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

  .d-print-block {
    display: block !important
  }

  .d-print-grid {
    display: grid !important
  }

  .d-print-table {
    display: table !important
  }

  .d-print-table-row {
    display: table-row !important
  }

  .d-print-table-cell {
    display: table-cell !important
  }

  .d-print-flex {
    display: flex !important
  }

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

  .d-print-none {
    display: none !important
  }
}

.offset-n1 {
  margin-left: -8.33333333%
}

.offset-n2 {
  margin-left: -16.66666667%
}

.offset-n3 {
  margin-left: -25%
}

.offset-n4 {
  margin-left: -33.33333333%
}

.offset-n5 {
  margin-left: -41.66666667%
}

.offset-n6 {
  margin-left: -50%
}

.offset-n7 {
  margin-left: -58.33333333%
}

.offset-n8 {
  margin-left: -66.66666667%
}

.offset-n9 {
  margin-left: -75%
}

.offset-n10 {
  margin-left: -83.33333333%
}

.offset-n11 {
  margin-left: -91.66666667%
}

@media (min-width: 576px) {
  .offset-sm-n0 {
    margin-left: 0
  }

  .offset-sm-n1 {
    margin-left: -8.33333333%
  }

  .offset-sm-n2 {
    margin-left: -16.66666667%
  }

  .offset-sm-n3 {
    margin-left: -25%
  }

  .offset-sm-n4 {
    margin-left: -33.33333333%
  }

  .offset-sm-n5 {
    margin-left: -41.66666667%
  }

  .offset-sm-n6 {
    margin-left: -50%
  }

  .offset-sm-n7 {
    margin-left: -58.33333333%
  }

  .offset-sm-n8 {
    margin-left: -66.66666667%
  }

  .offset-sm-n9 {
    margin-left: -75%
  }

  .offset-sm-n10 {
    margin-left: -83.33333333%
  }

  .offset-sm-n11 {
    margin-left: -91.66666667%
  }
}

@media (min-width: 768px) {
  .offset-md-n0 {
    margin-left: 0
  }

  .offset-md-n1 {
    margin-left: -8.33333333%
  }

  .offset-md-n2 {
    margin-left: -16.66666667%
  }

  .offset-md-n3 {
    margin-left: -25%
  }

  .offset-md-n4 {
    margin-left: -33.33333333%
  }

  .offset-md-n5 {
    margin-left: -41.66666667%
  }

  .offset-md-n6 {
    margin-left: -50%
  }

  .offset-md-n7 {
    margin-left: -58.33333333%
  }

  .offset-md-n8 {
    margin-left: -66.66666667%
  }

  .offset-md-n9 {
    margin-left: -75%
  }

  .offset-md-n10 {
    margin-left: -83.33333333%
  }

  .offset-md-n11 {
    margin-left: -91.66666667%
  }
}

@media (min-width: 1024px) {
  .offset-lg-n0 {
    margin-left: 0
  }

  .offset-lg-n1 {
    margin-left: -8.33333333%
  }

  .offset-lg-n2 {
    margin-left: -16.66666667%
  }

  .offset-lg-n3 {
    margin-left: -25%
  }

  .offset-lg-n4 {
    margin-left: -33.33333333%
  }

  .offset-lg-n5 {
    margin-left: -41.66666667%
  }

  .offset-lg-n6 {
    margin-left: -50%
  }

  .offset-lg-n7 {
    margin-left: -58.33333333%
  }

  .offset-lg-n8 {
    margin-left: -66.66666667%
  }

  .offset-lg-n9 {
    margin-left: -75%
  }

  .offset-lg-n10 {
    margin-left: -83.33333333%
  }

  .offset-lg-n11 {
    margin-left: -91.66666667%
  }
}

@media (min-width: 1440px) {
  .offset-xl-n0 {
    margin-left: 0
  }

  .offset-xl-n1 {
    margin-left: -8.33333333%
  }

  .offset-xl-n2 {
    margin-left: -16.66666667%
  }

  .offset-xl-n3 {
    margin-left: -25%
  }

  .offset-xl-n4 {
    margin-left: -33.33333333%
  }

  .offset-xl-n5 {
    margin-left: -41.66666667%
  }

  .offset-xl-n6 {
    margin-left: -50%
  }

  .offset-xl-n7 {
    margin-left: -58.33333333%
  }

  .offset-xl-n8 {
    margin-left: -66.66666667%
  }

  .offset-xl-n9 {
    margin-left: -75%
  }

  .offset-xl-n10 {
    margin-left: -83.33333333%
  }

  .offset-xl-n11 {
    margin-left: -91.66666667%
  }
}

@media (min-width: 1680px) {
  .offset-xxl-n0 {
    margin-left: 0
  }

  .offset-xxl-n1 {
    margin-left: -8.33333333%
  }

  .offset-xxl-n2 {
    margin-left: -16.66666667%
  }

  .offset-xxl-n3 {
    margin-left: -25%
  }

  .offset-xxl-n4 {
    margin-left: -33.33333333%
  }

  .offset-xxl-n5 {
    margin-left: -41.66666667%
  }

  .offset-xxl-n6 {
    margin-left: -50%
  }

  .offset-xxl-n7 {
    margin-left: -58.33333333%
  }

  .offset-xxl-n8 {
    margin-left: -66.66666667%
  }

  .offset-xxl-n9 {
    margin-left: -75%
  }

  .offset-xxl-n10 {
    margin-left: -83.33333333%
  }

  .offset-xxl-n11 {
    margin-left: -91.66666667%
  }
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: bold;
  width: auto;
  min-width: 185px;
  min-height: 38px;
  padding: 5px 20px 3px;
  color: #fff;
  /*background: linear-gradient(to bottom left, #00CADB 0%, #A06AF7 100%);*/
  background: linear-gradient(to bottom left, #4662AC 0%, #31398A 100%);
  background-color: #4662AC;
  background-repeat: no-repeat;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  outline: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.btn-secondary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: bold;
  width: auto;
  min-width: 185px;
  min-height: 38px;
  padding: 5px 20px 3px;
  color: #31398A;
  /*background: linear-gradient(to bottom left, #00CADB 0%, #A06AF7 100%);*/
  background: linear-gradient(to bottom left, #ffffff 0%, #cccccc 100%);
  background-color: #cccccc;
  background-repeat: no-repeat;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  outline: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

@media (max-width: 1679.98px) {
  .btn {
    font-size: 18px
  }
}

.btn:hover {
  background-position: 0 -37px
}

.btn--l {
  min-height: 55px;
  padding: 10px 50px;
  border-radius: 10px;
  font-size: 30px;
  line-height: 1.1
}

.btn--l:hover {
  background-position: 0 -65px
}

@media (max-width: 767.98px) {
  .btn--l {
    font-size: 24px
  }
}

.btn--s {
  font-size: 16px;
  padding: 8px 24px
}

.btn--round {
  border-radius: 23px
}

.btn--wide {
  min-width: 200px
}

.btn--icon svg {
  height: 24px;
  margin-right: 16px
}

.btn[disabled] {
  opacity: .5
}

.btn--outline, .btn--outline-primary {
  color: #00cadb;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #00cadb
}

.btn--outline:hover, .btn--outline-primary:hover {
  color: #fff;
  background: #00cadb;
  border-color: #00cadb
}

.btn--outline-secondary {
  color: #a06af7;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #a06af7
}

.btn--outline-secondary:hover {
  color: #a06af7;
  background: #fff;
  border-color: #fff
}

.btn--outline-white {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  text-transform: uppercase;
  font-weight: bolder;
}

.btn--outline-white:hover {
  color: #31398A;
  background: #fff
}

.btn--outline-medium {
  color: #292a2c;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #292a2c
}

.btn--outline-medium:hover {
  color: #fff;
  background: #292a2c;
  border-color: #292a2c
}

.btn--outline-dark {
  color: #000;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #000
}

.btn--outline-dark:hover {
  color: #fff;
  background: #000
}

.btn--empty {
  color: #00cadb;
  background: none;
  height: auto;
  padding: 0 !important;
  line-height: 30px;
  white-space: normal;
  text-align: left
}

@media (max-width: 575.98px) {
  .btn--empty {
    line-height: 20px
  }
}

.btn--empty:hover {
  color: #a06af7;
  background: none
}

.btn--bg-white {
  color: #00cadb;
  background: #fff
}

.btn--bg-white:hover {
  background: #f2f2f2
}

.btn--bg-secondary {
  background: #a06af7
}

.btn--bg-secondary:hover {
  background: #bf9afa
}

.btn--bg-medium {
  color: #fff;
  background: #292a2c
}

.btn--bg-transparent {
  color: #00cadb;
  background: rgba(0, 0, 0, 0)
}

.btn--color-primary {
  color: #00cadb
}

.btn--color-secondary {
  color: #a06af7
}

.btn--color-white {
  color: #fff !important
}

.btn--color-dark {
  color: #000
}

.btn--color-primary-text {
  color: #1d1d1d
}

.btn--arrow-right, .btn--download, .btn--arrow-down {
  position: relative;
  padding-left: 0;
  padding-right: 80px;
  color: #1d1d1d;
  background: rgba(0, 0, 0, 0)
}

.btn--arrow-right:after, .btn--download:after, .btn--arrow-down:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 51px;
  height: 16px;
  transform: translate(0, -50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 448 512%22%3E%3Cpath d%3D%22m438.6 278.6-160 160c-6.2 6.3-14.4 9.4-22.6 9.4s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7.0016 256S14.33 224 32 224h306.8L233.4 118.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160c12.45 12.55 12.45 32.75-.05 45.25z%22 fill%3D%22%2300CADB%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  transition: all .3s ease-out
}

.btn--arrow-right:hover:after, .btn--download:hover:after, .btn--arrow-down:hover:after {
  transform: translate(6px, -50%)
}

.btn--arrow-right.btn--color-white:after, .btn--color-white.btn--download:after, .btn--color-white.btn--arrow-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 448 512%22%3E%3Cpath d%3D%22m438.6 278.6-160 160c-6.2 6.3-14.4 9.4-22.6 9.4s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7.0016 256S14.33 224 32 224h306.8L233.4 118.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160c12.45 12.55 12.45 32.75-.05 45.25z%22 fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
}

.btn--arrow-right.btn--color-primary:after, .btn--color-primary.btn--download:after, .btn--color-primary.btn--arrow-down:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 448 512%22%3E%3Cpath d%3D%22m438.6 278.6-160 160c-6.2 6.3-14.4 9.4-22.6 9.4s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7.0016 256S14.33 224 32 224h306.8L233.4 118.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160c12.45 12.55 12.45 32.75-.05 45.25z%22 fill%3D%22%2300CADB%22%2F%3E%3C%2Fsvg%3E")
}

.btn--arrow-down:after {
  transform: translate(0, -50%) rotate(90deg)
}

.btn--arrow-down:hover:after {
  transform: translate(0, calc(-50% + 6px)) rotate(90deg)
}

.btn--arrow-down.btn--bg-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 448 512%22%3E%3Cpath d%3D%22m438.6 278.6-160 160c-6.2 6.3-14.4 9.4-22.6 9.4s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7.0016 256S14.33 224 32 224h306.8L233.4 118.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160c12.45 12.55 12.45 32.75-.05 45.25z%22 fill%3D%22%2300CADB%22%2F%3E%3C%2Fsvg%3E")
}

.btn--arrow-circle-right, .btn--arrow-circle-left {
  position: relative;
  background: none;
  width: 50px;
  height: 50px;
  border: 1px solid #b2b2b2;
  border-radius: 50%
}

@media (max-width: 767.98px) {
  .btn--arrow-circle-right, .btn--arrow-circle-left {
    width: 40px;
    height: 40px
  }
}

.btn--arrow-circle-right:after, .btn--arrow-circle-left:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translate(0, -50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 448 512%22%3E%3Cpath d%3D%22m438.6 278.6-160 160c-6.2 6.3-14.4 9.4-22.6 9.4s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7.0016 256S14.33 224 32 224h306.8L233.4 118.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160c12.45 12.55 12.45 32.75-.05 45.25z%22 fill%3D%22%23B2B2B2%22%2F%3E%3C%2Fsvg%3E") no-repeat center/25px auto;
  transition: all .3s ease-out
}

@media (max-width: 767.98px) {
  .btn--arrow-circle-right:after, .btn--arrow-circle-left:after {
    width: 40px;
    height: 40px;
    background-size: 20px auto
  }
}

.btn--arrow-circle-right:hover, .btn--arrow-circle-left:hover {
  border-color: #00cadb
}

.btn--arrow-circle-right:hover:after, .btn--arrow-circle-left:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 448 512%22%3E%3Cpath d%3D%22m438.6 278.6-160 160c-6.2 6.3-14.4 9.4-22.6 9.4s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7.0016 256S14.33 224 32 224h306.8L233.4 118.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160c12.45 12.55 12.45 32.75-.05 45.25z%22 fill%3D%22%2300CADB%22%2F%3E%3C%2Fsvg%3E")
}

.btn--arrow-circle-left:after {
  transform: translate(0, -50%) rotate(180deg)
}

.btn--download {
  color: #00cadb;
  background: none;
  height: auto;
  padding: 0 !important;
  line-height: 30px;
  white-space: normal;
  text-align: left
}

@media (max-width: 575.98px) {
  .btn--download {
    line-height: 20px
  }
}

.btn--download:hover {
  color: #a06af7;
  background: none
}

.btn--download:before {
  transform: rotate(90deg);
  margin-top: 0
}

.btn__icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  margin-left: 15px;
  margin-right: -15px
}

.btn__icon-wrapper svg {
  width: auto;
  height: 19px;
  margin: 0
}

.color-primary {
  color: #26337E  !important;
}

.color-secondary {
  color: #a06af7 !important
}

.color-primary-text {
  color: #1d1d1d !important
}

.color-secondary-text {
  color: #000 !important
}

.color-white {
  color: #fff !important
}

.color-light {
  color: #d4d5d7 !important
}

.color-medium {
  color: #292a2c !important
}

.color-dark {
  color: #000 !important
}

.bg-primary {
  background-color: #00cadb
}

.bg-secondary {
  background-color: #a06af7
}

.bg-white {
  background-color: #fff
}

.bg-light {
  background-color: #d4d5d7
}

.bg-medium {
  background-color: #292a2c;
  color: #fff
}

.bg-dark {
  background-color: #000;
  color: #fff
}

.bg-dark .title {
  color: inherit
}

html, body, button, input, select, textarea {
  color: #1d1d1d;
  /*font-family: "Jost", monospace;*/
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@media (max-width: 1679.98px) {
  html, body, button, input, select, textarea {
    font-size: 22px
  }
}

@media (max-width: 1023.98px) {
  html, body, button, input, select, textarea {
    font-size: 18px
  }
}

p {
  line-height: 1.2666;
  margin: 0 0 1.2666em;
  font-kerning: none
}

p.big {
  font-size: 30px
}

@media (max-width: 767.98px) {
  p.big {
    font-size: 20px
  }
}

p.small {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 1.5em
}

p.xsmall {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 1.2em
}

p:last-child {
  margin-bottom: 0
}

strong {
  font-weight: bold
}

.extra-small {
  font-size: 10px;
}

address {
  font-style: normal
}

:focus {
  outline: none
}

.link-all-item {
  cursor: pointer
}

.title, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #000;
  /*text-transform: uppercase;*/
  text-transform: none;
  hyphens: none;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1.1em
}

.title:last-child, .entry-content h1:last-child, .entry-content h2:last-child, .entry-content h3:last-child, .entry-content h4:last-child, .entry-content h5:last-child, .entry-content h6:last-child {
  margin-bottom: 0
}

.title--xl {
  font-size: 80px
}

@media (max-width: 1679.98px) {
  .title--xl {
    font-size: 70px
  }
}

@media (max-width: 1439.98px) {
  .title--xl {
    font-size: 60px
  }
}

@media (max-width: 767.98px) {
  .title--xl {
    font-size: 50px
  }
}

.title--l {
  font-size: 70px
}

@media (max-width: 1679.98px) {
  .title--l {
    font-size: 60px
  }
}

@media (max-width: 1439.98px) {
  .title--l {
    font-size: 50px
  }
}

@media (max-width: 767.98px) {
  .title--l {
    font-size: 40px
  }
}

.title--m {
  font-size: 60px
}

@media (max-width: 1679.98px) {
  .title--m {
    font-size: 45px
  }
}

@media (max-width: 1439.98px) {
  .title--m {
    font-size: 38px
  }
}

@media (max-width: 767.98px) {
  .title--m {
    font-size: 30px
  }
}

.title--s {
  font-size: 50px
}

@media (max-width: 1679.98px) {
  .title--s {
    font-size: 40px
  }
}

@media (max-width: 1439.98px) {
  .title--s {
    font-size: 30px
  }
}

@media (max-width: 767.98px) {
  .title--s {
    font-size: 24px
  }
}

.title--xs {
  font-size: 35px
}

@media (max-width: 1679.98px) {
  .title--xs {
    font-size: 25px
  }
}

@media (max-width: 1439.98px) {
  .title--xs {
    font-size: 20px
  }
}

.title--xxs {
  font-size: 25px
}

@media (max-width: 1679.98px) {
  .title--xxs {
    font-size: 20px
  }
}

@media (max-width: 1439.98px) {
  .title--xxs {
    font-size: 18px
  }
}

.title--light {
  font-weight: 300
}

@media (max-width: 767.98px) {
  .title br, .entry-content h1 br, .entry-content h2 br, .entry-content h3 br, .entry-content h4 br, .entry-content h5 br, .entry-content h6 br {
    display: none
  }
}

.title a, .entry-content h1 a, .entry-content h2 a, .entry-content h3 a, .entry-content h4 a, .entry-content h5 a, .entry-content h6 a {
  text-decoration: none !important
}

.font-family--primary {
  /*font-family: "Jost"*/
  font-family: 'Montserrat', sans-serif;
}

.font-family--secondary {
  /*font-family: "Jost"*/
  font-family: 'Montserrat', sans-serif;
}

.font-weight--light {
  font-weight: 300
}

.font-weight--normal {
  font-weight: normal
}

.font-weight--medium {
  font-weight: 500
}

.font-weight--bold {
  font-weight: bold
}

.font-weight--extra-bold {
  font-weight: 800
}

hr {
  background-color: #707070;
  border: 0;
  height: 1px;
  margin: 0
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

p a:not(.btn) {
  text-decoration: underline
}

a:focus {
  outline: thin dotted
}

a:hover, a:active {
  outline: 0;
  color: #ffffff;
  font-weight: bolder;
}

ul, ol {
  margin: 0 0 1.5em;
  padding: 0 0 0 1em;
  line-height: 1.5
}

ul.small, ol.small {
  font-size: 16px
}

ul {
  list-style: disc outside
}

ul:last-child {
  margin-bottom: 0
}

ul li:not(:last-child) {
  margin-bottom: 1em
}

ul.check-bullets {
  list-style: none;
  padding: 0
}

ul.check-bullets li {
  position: relative;
  padding-left: 40px;
  text-transform: uppercase;
  font-weight: bold
}

ul.check-bullets li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 512 512%22%3E%3Cpath d%3D%22m173.898 439.404-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z%22 fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center/12px auto, linear-gradient(to bottom left, #00CADB 0%, #A06AF7 100%);
  border-radius: 50%
}

ol {
  list-style: none;
  padding: 0;
  counter-reset: my-counter
}

ol:last-child {
  margin-bottom: 0
}

ol li {
  counter-increment: my-counter;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1em
}

ol li:before {
  content: counter(my-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: inherit;
  font-weight: inherit
}

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em
}

dt {
  font-weight: 700
}

dd {
  margin: 0 1.5em 1.5em
}

ul.menu {
  list-style: none;
  padding: 0
}

table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%
}

th {
  font-weight: bold;
  text-align: left
}

th, td {
  padding: .4em;
  border: 1px solid #292a2c
}

body {
  background: #fff
}

body.popup-open {
  overflow-y: hidden
}

body.menu-open {
  overflow-y: hidden
}

body.login-open {
  overflow-y: hidden
}

.clear:before, .clear:after, .clearfix:before, .clearfix:after {
  content: "";
  display: table;
  table-layout: fixed
}

.clear:after, .clearfix:after {
  clear: both
}

#site-wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden
}

.site-content {
  padding-top: var(--header-height)
}

.header-alt .site-content {
  padding-top: 0
}

.section--full-height {
  min-height: calc(100vh - var(--header-height))
}


.separator {
  height: 1px;
  background: #cecece
}

.position--static {
  position: static
}

.position--absolute {
  position: absolute
}

.position--relative {
  position: relative
}

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.z-30 {
  z-index: 30
}

.col-extend {
  max-width: none
}

img, video {
  height: auto;
  max-width: 100%
}

embed, iframe, object {
  max-width: 100%
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto
}

.video-embed iframe, .video-embed object, .video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

:root {
  --header-height: 90px;
  --footer-height: 250px;
  --nintendo-bar-height:120px
}

/*@media (max-width: 1439.98px) {*/
/*  :root {*/
/*    --header-height: 60px*/
/*  }*/
/*}*/

@media (max-width: 575.98px) {
  :root {
    /*--header-height: 160px <-- altezza con CTA allo shop*/
    --header-height: 90px;
    --nintendo-bar-height:90px
  }
}

/*@media (max-width: 575.98px) {*/
/*  :root {*/
/*    --header-height: 160px*/
/*  }*/
/*}*/

:root body.sticky-header {
  --header-height: 90px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  display: flex;
  align-items: flex-end;
  background: #fff;
  padding: 0 80px 20px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .24);
  transition: height .3s ease-out, background .3s ease-out;
  z-index: 90
}

@media (max-width: 1439.98px) {
  #header {
    align-items: center;
    padding: 0 40px 0
  }
}

@media (max-width: 767.98px) {
  #header {
    padding: 0 10px 0
  }
}

.menu-open #header {
  z-index: 999
}

.menu-open.sticky-header #header {
  top: 0
}

/*.sticky-header #header {*/
/*  align-items: center;*/
/*  !*padding-bottom: 0 !important*!*/
/*}*/

.scrolled-up #header {
  top: 0
}

#logo {
  display: block;
  width: auto;
  height: 64px;
  transition: all .3s ease-out;
  z-index: 99
}

@media (max-width: 800px) {
  #logo {
    height: 55px
  }
}

@media (max-width: 640px) {
  #logo {
    height: 35px;
  }
}

@media (max-width: 575.98px) {
  #logo {
    height: 60px
  }
}

/*@media (max-width: 1439.98px) {*/
/*  #logo {*/
/*    height: 40px*/
/*  }*/
/*}*/



#logo img, #logo svg {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain
}

@media (max-width: 575.98px) {
  #logo img, #logo svg {
    width: 100%;
  }
}

#logo img path, #logo svg path {
  fill: #fff;
  transition: all .3s ease-out
}

.sticky-header #logo img path, .sticky-header #logo svg path {
  fill: #00cadb
}

.open-popup-search {
  display: block;
  margin-left: 30px;
  margin-bottom: 15px;
  cursor: pointer
}

.sticky-header .open-popup-search {
  margin-bottom: 0
}

@media (max-width: 1439.98px) {
  .open-popup-search {
    margin-bottom: 0
  }
}

@media (max-width: 767.98px) {
  .open-popup-search {
    position: absolute;
    top: 85px;
    left: -100%;
    opacity: 0;
    z-index: 95;
    transition: opacity .3s ease-out, left 0s ease-out .3s, right 0s ease-out .3s
  }

  .menu-open .open-popup-search {
    left: auto;
    right: 26px;
    opacity: 1;
    transition: opacity .3s ease-out
  }
}

.open-popup-search img {
  display: block;
  width: 24px;
  height: 24px
}

.search-popup {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  padding: 0 80px 0 0;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: top .3s ease-out, opacity .3s ease-out;
  background: #fff;
  text-align: center;
  z-index: 90
}

@media (max-width: 1439.98px) {
  .search-popup {
    padding: 0 40px 0 0
  }
}

@media (max-width: 767.98px) {
  .search-popup {
    padding: 0 20px;
    justify-content: flex-start;
    opacity: 0
  }
}

.popup-search-open .search-popup {
  top: 0;
  padding-bottom: 0
}

@media (max-width: 767.98px) {
  .popup-search-open .search-popup {
    margin-top: var(--header-height);
    opacity: 1;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .24)
  }
}

.popup-search-open .search-popup input[type=search], .popup-search-open .search-popup .btn, .popup-search-open .search-popup .close-popup-search {
  margin-top: 0
}

.search-popup input[type=search] {
  width: 380px;
  margin: calc(var(--header-height) * -1) 0 0;
  vertical-align: top;
  transition: all .3s ease-out .1s
}

@media (min-width: 1440px) {
  .sticky-header .search-popup input[type=search] {
    height: 40px;
    font-size: 18px
  }
}

@media (max-width: 1439.98px) {
  .search-popup input[type=search] {
    width: 280px;
    height: 40px;
    font-size: 14px
  }
}

@media (max-width: 767.98px) {
  .search-popup input[type=search] {
    width: auto;
    height: 30px
  }
}

.search-popup .btn {
  min-width: 0;
  height: 55px;
  min-height: 0;
  font-size: 20px;
  margin: calc(var(--header-height) * -1) 0 0 5px;
  border: none;
  vertical-align: top;
  transition: all .3s ease-out .2s
}

@media (min-width: 1440px) {
  .sticky-header .search-popup .btn {
    height: 40px
  }
}

@media (max-width: 1439.98px) {
  .search-popup .btn {
    font-size: 14px;
    height: 40px
  }
}

@media (max-width: 767.98px) {
  .search-popup .btn {
    height: 30px;
    padding: 0 15px;
    margin-left: 0
  }
}

.search-popup .close-popup-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: calc(var(--header-height) * -1) 0 0 60px;
  vertical-align: top;
  transition: all .3s ease-out .3s;
  cursor: pointer
}

@media (max-width: 1439.98px) {
  .search-popup .close-popup-search {
    margin-left: 10px;
    margin-right: -8px
  }
}

@media (max-width: 767.98px) {
  .search-popup .close-popup-search {
    margin-left: auto
  }
}

.search-popup .close-popup-search img {
  width: 23px
}

.main-navigation {
  display: block;
  font-family: 'Montserrat', sans-serif;
  margin-left: auto;
  /*margin-bottom: 8px*/
}

/*.sticky-header .main-navigation {*/
/*  margin-bottom: 0*/
/*}*/

@media (max-width: 1439.98px) {
  .main-navigation {
    position: fixed;
    top: var(--header-height);
    bottom: 0;
    left: -100%;
    padding-top: 70px;
    padding-bottom: 70px;
    background: #000;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    overflow: auto;
    z-index: 90;
    opacity: 0;
    transition: opacity .3s ease-out, left 0s ease-out .3s
  }

  .menu-open .main-navigation {
    left: 0;
    opacity: 1;
    transition: opacity .3s ease-out, transform .3s ease-out
  }
}

@media (max-width: 1439.98px) {
  .main-navigation {
    margin: 0
  }
}

.main-navigation__menu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0
}

@media (max-width: 1439.98px) {
  .main-navigation__menu {
    display: block
  }
}

.main-navigation__menu .menu-item {
  position: relative;
  display: flex;
  margin: 0 30px 0 0;
  transition: all .3s ease-out
}

@media (max-width: 1439.98px) {
  .main-navigation__menu .menu-item {
    margin: 0 15px 0 0
  }
}

@media (max-width: 1439.98px) {
  .main-navigation__menu .menu-item {
    display: block;
    margin: 0 0 24px;
    padding: 0 20px;
    text-align: center
  }
}

.main-navigation__menu .menu-item:last-child {
  margin-right: 0
}

.main-navigation__menu .menu-item--hidden {
  display: none
}

.main-navigation__menu .menu-item a {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #1d1d1d;
  /*text-transform: uppercase;*/
  text-transform: none;
  white-space: nowrap;
  padding: 0 10px
}

@media (max-width: 1439.98px) {
  .main-navigation__menu .menu-item a {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 0
  }
}

.header-alt:not(.sticky-header) .main-navigation__menu .menu-item a {
  color: #fff
}

.main-navigation__menu .menu-item a.btn {
  min-width: 0;
  padding: 6px 20px 4px;
  color: #fff;
  border: none;
  font-weight: bold;
}

@media (max-width: 1439.98px) {
  .main-navigation__menu .menu-item a.btn {
    padding: 6px 40px 4px;
    border-radius: 40px
  }

  .main-navigation__menu .menu-item a.btn:hover {
    background-position: 0 -55px
  }
}

.main-navigation__menu .menu-item a:not(.btn):hover, .main-navigation__menu .menu-item:not(.btn)[class*=current] > a {
  color: #a06af7
}

@media (max-width: 1439.98px) {
  .main-navigation__menu .menu-item a:not(.btn):hover, .main-navigation__menu .menu-item:not(.btn)[class*=current] > a {
    background-color: #a06af7;
    background: linear-gradient(to left, #00CADB 0%, #A06AF7 100%);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -moz-background-clip: text;
    -moz-text-fill-color: rgba(0, 0, 0, 0)
  }
}

.main-navigation__menu .menu-item.menu-item-has-children > a {
  overflow: hidden;
  padding-right: 15px
}

@media (max-width: 1439.98px) {
  .main-navigation__menu .menu-item.menu-item-has-children > a {
    padding-right: 50px !important
  }
}

.main-navigation__menu .menu-item.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  transform: translate(0, -50%)
}

@media (max-width: 1439.98px) {
  .main-navigation__menu .menu-item.menu-item-has-children:after {
    display: none
  }
}

.main-navigation__menu .menu-item__count {
  font-size: 10px;
  margin: -6px 0 0 5px;
  display: inline-block;
  vertical-align: top
}

.main-navigation__menu .menu-item .toggle_menu_item {
  display: none;
  position: absolute;
  right: -36px;
  top: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 448 512%22%3E%3Cpath d%3D%22m438.6 278.6-160 160c-6.2 6.3-14.4 9.4-22.6 9.4s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7.0016 256S14.33 224 32 224h306.8L233.4 118.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160c12.45 12.55 12.45 32.75-.05 45.25z%22 fill%3D%22%231D1D1D%22%2F%3E%3C%2Fsvg%3E") no-repeat center/auto 10px;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  transition: all 300ms ease-out;
  cursor: pointer
}

@media (max-width: 1439.98px) {
  .main-navigation__menu .menu-item .toggle_menu_item {
    display: block
  }
}

.main-navigation__menu .menu-item.open .toggle_menu_item {
  transform: rotate(-90deg)
}

.main-navigation__menu .menu-item:hover .sub-menu {
  left: 0;
  opacity: 1
}

.main-navigation__menu .menu-item.open-sub-menu-to-left:hover .sub-menu {
  left: auto;
  right: 0
}

.main-navigation__menu .menu-item .sub-menu {
  --sub-menu-distance: -20px;
  position: absolute;
  left: -9999em;
  top: calc(100% + var(--sub-menu-distance));
  min-width: 100%;
  background: #292a2c;
  padding: 15px 0;
  margin: 0;
  text-align: left;
  opacity: 0;
  transition: opacity .3s ease-out;
  z-index: 99
}

@media (max-width: 1439.98px) {
  .main-navigation__menu .menu-item .sub-menu {
    position: static;
    display: none;
    margin: 0;
    padding: 36px 0 0 0;
    opacity: 1;
    background: rgba(0, 0, 0, 0)
  }
}

.main-navigation__menu .menu-item .sub-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--sub-menu-distance) * -1);
  width: 100%;
  height: var(--sub-menu-distance)
}

.main-navigation__menu .menu-item .sub-menu .menu-item {
  display: block;
  margin: 0
}

.main-navigation__menu .menu-item .sub-menu .menu-item:last-child {
  margin-bottom: 0
}

.main-navigation__menu .menu-item .sub-menu .menu-item:hover .sub-menu {
  top: -15px;
  opacity: 1
}

.main-navigation__menu .menu-item .sub-menu .menu-item a {
  display: block;
  color: #fff;
  text-transform: none;
  white-space: nowrap;
  min-width: 160px;
  height: auto;
  padding: 15px 20px;
  border: none
}

@media (max-width: 1439.98px) {
  .main-navigation__menu .menu-item .sub-menu .menu-item a {
    line-height: 1.2
  }
}

.main-navigation__menu .menu-item .sub-menu .menu-item a:hover, .main-navigation__menu .menu-item .sub-menu .menu-item[class*=current] > a {
  background: #00cadb
}

.main-navigation__menu .menu-item .sub-menu .menu-item .sub-menu {
  --sub-menu-distance: 10px;
  left: calc(100% + 15px + var(--sub-menu-distance));
  top: -9999em;
  opacity: 0
}

.main-navigation__menu .menu-item .sub-menu .menu-item .sub-menu:before {
  content: "";
  position: absolute;
  left: auto;
  right: 100%;
  top: 0;
  width: calc(15px + var(--sub-menu-distance));
  height: 100%
}

#menu-toggle {
  display: inline-flex
  margin-left: auto;
  z-index: 90
}

/*@media (max-width: 1439.98px) {*/
/*  #menu-toggle {*/
/*    display: inline-flex*/
/*  }*/
/*}*/

.tcon {
  appearance: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  transition: .3s;
  user-select: none;
  width: 36px;
  background: rgba(0, 0, 0, 0);
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.tcon > * {
  display: block
}

.tcon:hover, .tcon:focus {
  outline: none
}

.tcon::-moz-focus-inner {
  border: 0
}

.tcon-menu__lines {
  margin: 5px 0;
  vertical-align: top;
  display: inline-block;
  height: 2px;
  width: 36px;
  border-radius: 2px;
  transition: .3s;
  background: #000;
  position: relative;
  height: 0 !important;
  background: rgba(0, 0, 0, 0) !important
}

.header-alt:not(.sticky-header) .tcon-menu__lines {
  background: #fff
}

@media (max-width: 1439.98px) {
  .tcon-menu__lines {
    height: 2px;
    width: 36px
  }
}

.tcon-menu__lines::before, .tcon-menu__lines::after {
  display: inline-block;
  height: 2px;
  width: 36px;
  border-radius: 2px;
  transition: .3s;
  background: #000;
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  transform-origin: 1px center;
  width: 100%
}

.header-alt:not(.sticky-header) .tcon-menu__lines::before, .header-alt:not(.sticky-header) .tcon-menu__lines::after {
  background: #fff
}

@media (max-width: 1439.98px) {
  .tcon-menu__lines::before, .tcon-menu__lines::after {
    width: 36px;
    height: 2px
  }
}

.tcon-menu__lines::before {
  top: 5px
}

@media (max-width: 1439.98px) {
  .tcon-menu__lines::before {
    top: 5px
  }
}

.tcon-menu__lines::after {
  top: -5px
}

@media (max-width: 1439.98px) {
  .tcon-menu__lines::after {
    top: -5px
  }
}

.tcon-transform .tcon-menu__lines {
  transform: scale3d(0.8, 0.8, 0.8)
}

.tcon-menu--xcross {
  width: auto
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
  background: rgba(0, 0, 0, 0)
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
  transform-origin: 50% 50%;
  top: 0;
  left: 50%;
  width: 50.9116882453px;
  height: 2.4px;
  background: #000
}

@media (max-width: 1439.98px) {
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
    width: 36px;
    height: 2.4px
  }
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
  transform: translate(-50%) rotate3d(0, 0, 1, 45deg)
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
  transform: translate(-50%) rotate3d(0, 0, 1, -45deg)
}

.tcon-label {
  display: inline-block;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 10px
}

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

.lang-selector {
  position: relative;
  height: auto;
  margin: 0 0 15px 30px;
  cursor: pointer;
  white-space: nowrap;
  transition: all .3s ease-out
}

@media (max-width: 1439.98px) {
  .lang-selector {
    margin-bottom: 0
  }
}

@media (max-width: 767.98px) {
  .lang-selector {
    position: absolute;
    top: 85px;
    left: -100%;
    opacity: 0;
    margin: 0;
    z-index: 95;
    transition: opacity .3s ease-out, left 0s ease-out .3s, right 0s ease-out .3s
  }

  .menu-open .lang-selector {
    left: 24px;
    opacity: 1;
    transition: opacity .3s ease-out
  }
}

.lang-selector--active .lang-selector__list {
  opacity: 1;
  pointer-events: auto
}

.lang-selector--active .lang-selector__lang--active:after {
  transform: translate(0, -50%) rotate(-180deg);
  margin-top: -1px
}

.lang-selector__lang {
  display: block;
  width: 24px;
  overflow: hidden;
  transition: all .3s ease-out
}

.lang-selector__lang img {
  vertical-align: top
}

.lang-selector__lang--active {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center
}

.lang-selector__list {
  position: absolute;
  left: 50%;
  top: 100%;
  padding: 12px;
  margin-top: 20px;
  list-style: none;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all .3s ease-out;
  z-index: 90
}

@media (max-width: 1439.98px) {
  .lang-selector__list {
    padding: 0;
    margin-top: 26px
  }
}

@media (max-width: 767.98px) {
  .lang-selector__list {
    margin-top: 15px
  }
}

.lang-selector__list li {
  display: block
}

.lang-selector__list li:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width: 1439.98px) {
  .lang-selector__list li:not(:last-child) {
    margin-bottom: 10px
  }
}

@media (max-width: 1439.98px) {
  .lang-selector__list .lang-selector__lang {
    width: 44px;
    height: 44px;
    padding: 10px
  }
}

#site-footer {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 15px;
  /*background: #1C2362;*/
  /*background: linear-gradient(to bottom left, #4562AB 0%, #1C2362 100%);*/
  /*background-color: linear-gradient(to bottom left, #15172D 0%, #30387F 100%);*/
  color: #ffffff;
  min-height: 250px;
  /*background: url('images/gvbg-footer.webp');*/
  /*background: linear-gradient(to bottom left, #15172D 0%, #30387F 100%);*/
  background-image: url('../images/pattern-footer.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

/*#site-footer:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  right: 0;*/
/*  top: 0;*/
/*  height: 4px;*/
/*  background: linear-gradient(to bottom left, #00CADB 0%, #A06AF7 100%)*/
/*}*/

#site-footer [class*=col-]:nth-child(2) > div:not(:last-child) {
  margin-right: 80px
}

@media (max-width: 1023.98px) {
  #site-footer [class*=col-]:nth-child(2) > div:not(:last-child) {
    margin-right: 40px
  }
}

@media (max-width: 575.98px) {
  #site-footer {
    background-position-x: -75px !important;
  }
}

@media (max-width: 767.98px) {
  #site-footer [class*=col-]:nth-child(2) > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px
  }
}

#site-footer #logo-footer {
  display: inline-block;
  height: 50px
}

@media (max-width: 767.98px) {
  #site-footer #logo-footer {
    margin-bottom: 30px
  }
}

#site-footer #logo-footer img, #site-footer #logo-footer svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain
}

.section-newsletter {
  color: #fff;
  background: linear-gradient(to bottom left, #00CADB 0%, #A06AF7 100%);
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 30px
}

@media (max-width: 767.98px) {
  .section-newsletter {
    font-size: 18px
  }
}

.section-newsletter .title {
  color: inherit
}

.section-newsletter form {
  position: relative
}

.section-newsletter form input[type=email] {
  border-color: #fff;
  --placeholder-color: $ white;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 65px
}

.section-newsletter form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  background: none;
  padding-right: 30px;
  border: none;
  cursor: pointer
}

.pre-footer {
  padding-top: 140px;
  padding-bottom: 80px
}

@media (max-width: 1023.98px) {
  .pre-footer {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

.pre-footer [class*=col-]:first-child {
  display: flex;
  align-items: center;
  justify-content: center
}

@media (max-width: 1023.98px) {
  .pre-footer [class*=col-]:first-child {
    flex-wrap: wrap
  }
}

.pre-footer .cta {
  position: relative;
  flex: 1 0 50%;
  height: 100%;
  padding: 90px 30px;
  background: linear-gradient(to bottom left, #00CADB 0%, #A06AF7 100%);
  font-size: 30px;
  text-align: center
}

@media (max-width: 1023.98px) {
  .pre-footer .cta {
    flex: 1 0 100%;
    height: auto;
    padding: 60px 30px
  }
}

@media (max-width: 767.98px) {
  .pre-footer .cta {
    font-size: 18px
  }
}

.pre-footer .cta:before {
  content: "";
  position: absolute;
  left: 2px;
  right: 1px;
  top: 2px;
  bottom: 2px;
  background: #fff;
  z-index: 0
}

@media (max-width: 1023.98px) {
  .pre-footer .cta:before {
    right: 2px;
    bottom: 1px
  }
}

.pre-footer .cta:last-child:before {
  left: 1px;
  right: 2px
}

@media (max-width: 1023.98px) {
  .pre-footer .cta:last-child:before {
    left: 2px;
    top: 1px;
    bottom: 2px
  }
}

.pre-footer .cta .title {
  position: relative;
  margin-bottom: 40px
}

.pre-footer .cta p {
  position: relative
}

.pre-footer .cta a {
  text-decoration: none
}

.social {
  display: flex;
  justify-content: center;
  margin-top: 120px
}

@media (max-width: 1023.98px) {
  .social {
    margin-top: 60px
  }
}

.social a {
  --social-size: 115px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 var(--social-size);
  max-width: var(--social-size);
  height: var(--social-size);
  margin: 0 17px;
  border-radius: 50%;
  transition: all .3s ease-out;
  background: linear-gradient(to bottom left, #00CADB 0%, #A06AF7 100%);
  overflow: hidden
}

@media (max-width: 1023.98px) {
  .social a {
    --social-size: 90px
  }
}

@media (max-width: 767.98px) {
  .social a {
    --social-size: 50px;
    margin: 0 8px
  }
}

.social a:hover:before {
  transform: rotate(100deg);
  transform-origin: 100% 100%
}

.social a:hover svg path {
  fill: #fff
}

.social a:before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  background: #fff;
  border-radius: 50%;
  z-index: 0;
  transition: all .3s ease-out
}

@media (max-width: 767.98px) {
  .social a:before {
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px
  }
}

.social a svg {
  position: relative;
  z-index: 1
}

@media (max-width: 1023.98px) {
  .social a svg {
    width: auto;
    height: 36px
  }
}

@media (max-width: 767.98px) {
  .social a svg {
    height: 20px;
    max-width: 22px
  }
}

.social a svg path {
  transition: all .3s ease-out
}

.paging-navigation {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 600;
  margin: 80px 0
}

.paging-navigation .prev.page-numbers, .paging-navigation .next.page-numbers {
  color: #fff;
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2226.127%22 height%3D%2215.185%22 viewBox%3D%220 0 26.127 15.185%22%3E%3Cpath d%3D%22m25.066 1.061-12 12-12-12%22 fill%3D%22none%22 stroke%3D%22%2300CADB%22 stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E") no-repeat center/14px auto;
  transform: rotate(-90deg);
  text-indent: 50px;
  overflow: hidden
}

.paging-navigation .prev.page-numbers:hover, .paging-navigation .next.page-numbers:hover {
  background: #00cadb url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2226.127%22 height%3D%2215.185%22 viewBox%3D%220 0 26.127 15.185%22%3E%3Cpath d%3D%22m25.066 1.061-12 12-12-12%22 fill%3D%22none%22 stroke%3D%22%23fff%22 stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E") no-repeat center/14px auto
}

.paging-navigation .prev.page-numbers {
  transform: rotate(90deg)
}

.paging-navigation .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  color: #00cadb;
  border: 2px solid #00cadb;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  vertical-align: top
}

@media (max-width: 575.98px) {
  .paging-navigation .page-numbers {
    width: 44px;
    height: 44px;
    line-height: 44px
  }
}

.paging-navigation .page-numbers:hover {
  background: #00cadb;
  color: #fff
}

.paging-navigation .page-numbers.current, .paging-navigation .page-numbers.current:hover {
  background: #00cadb;
  color: #fff
}

.paging-navigation .screen-reader-text {
  display: none
}

:root {
  --swiper-theme-color: #00CADB;
  --swiper-navigation-size: 30px
}

@media (max-width: 767.98px) {
  :root {
    --swiper-navigation-size: 30px
  }
}

.swiper {
  padding-bottom: 45px
}

.swiper:not(.disabled) {
  cursor: grab
}

.swiper:hover .swiper-button-prev, .swiper:hover .swiper-button-next {
  opacity: 1
}

/*.swiper img {*/
/*  width: 100%*/
/*}*/

.swiper-button-prev {
  left: 10px
}

.swiper-button-next {
  right: 10px
}

.swiper-button-prev, .swiper-button-next {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 50%;
  margin: 0;
  transform: translate(0, -50%);
  transition: all .3s ease-out
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  background: #00cadb
}

.swiper-button-prev:hover:after, .swiper-button-next:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2226.127%22 height%3D%2215.185%22 viewBox%3D%220 0 26.127 15.185%22%3E%3Cpath d%3D%22m25.066 1.061-12 12-12-12%22 fill%3D%22none%22 stroke%3D%22%23fff%22 stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev:after, .swiper-button-next:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  transform: translate(0, -50%) rotate(-90deg);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2226.127%22 height%3D%2215.185%22 viewBox%3D%220 0 26.127 15.185%22%3E%3Cpath d%3D%22m25.066 1.061-12 12-12-12%22 fill%3D%22none%22 stroke%3D%22%2300CADB%22 stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E") no-repeat 9px center/14px auto;
  transition: all .3s ease-out
}

@media (max-width: 767.98px) {
  .swiper-button-prev:after, .swiper-button-next:after {
    background-size: 20px auto
  }
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: .5 !important
}

.swiper-button-prev:after {
  transform: translate(0, -50%) rotate(90deg)
}

.swiper-horizontal .swiper-pagination-bullets {
  height: 10px;
  bottom: 45px
}

.swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  margin: 0 7px;
  background: #d6d6d6;
  opacity: 1;
  vertical-align: top;
  transition: all .3s ease-out
}

.swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  background: #00cadb
}

.gallery.gallery-display-as-slideshow {
  display: block;
  margin: 0
}

@media (min-width: 768px)and (max-width: 1023.98px) {
  .page-template-page-with-sidebar .narrow-content .gallery.gallery-display-as-slideshow {
    margin: 0 55px
  }
}

@media (max-width: 767.98px) {
  .gallery.gallery-display-as-slideshow {
    margin: 0 50px
  }
}

@media (max-width: 575.98px) {
  .gallery.gallery-display-as-slideshow {
    margin: 0 20px
  }
}

.gallery.gallery-display-as-slideshow .flickity-slider {
  display: flex;
  align-items: center
}

.gallery.gallery-display-as-slideshow .gallery-item {
  margin: 0;
  width: 20%;
  max-width: 20%
}

@media (min-width: 768px)and (max-width: 1023.98px) {
  .page-template-page-with-sidebar .narrow-content .gallery.gallery-display-as-slideshow .gallery-item {
    width: 25%;
    max-width: 25%
  }
}

@media (max-width: 767.98px) {
  .gallery.gallery-display-as-slideshow .gallery-item {
    width: 25%;
    max-width: 25%
  }
}

@media (max-width: 575.98px) {
  .gallery.gallery-display-as-slideshow .gallery-item {
    width: 50%;
    max-width: 50%
  }
}

.vbox-container {
  overflow-y: auto
}

.vbox-next, .vbox-prev {
  width: 60px;
  height: 60px;
  margin-top: 0;
  transform: translate(0, -50%) rotate(-90deg);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2226.127%22 height%3D%2215.185%22 viewBox%3D%220 0 26.127 15.185%22%3E%3Cpath d%3D%22m25.066 1.061-12 12-12-12%22 fill%3D%22none%22 stroke%3D%22%2300CADB%22 stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E") no-repeat center/30px auto
}

.vbox-next span, .vbox-prev span {
  display: none
}

.vbox-next {
  right: 30px
}

.vbox-prev {
  transform: translate(0, -50%) rotate(90deg)
}

:root {
  --placeholder-color: #1D1D1D
}

::-webkit-input-placeholder {
  color: var(--placeholder-color);
  font-family: inherit
}

:-moz-placeholder {
  color: var(--placeholder-color);
  font-family: inherit
}

::-moz-placeholder {
  color: var(--placeholder-color);
  font-family: inherit;
  opacity: 1
}

:-ms-input-placeholder {
  color: var(--placeholder-color);
  font-family: inherit
}

form label {
  display: block;
  font-size: 15px
}

form label[for=tipo-richiesta] {
  padding: 0;
  margin: 0
}

form label[for=tipo-richiesta] + div {
  display: none
}

form br {
  display: none
}

form a {
  color: inherit
}

form input[type=text], form input[type=email], form input[type=tel], form input[type=date], form input[type=file], form input[type=search], form input[type=number], form input[type=password], form select, form textarea {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  padding: 0 25px;
  height: 55px;
  border-radius: 34px;
  border: 1px solid #707070;
  background: rgba(0, 0, 0, 0);
  color: #1d1d1d;
  -webkit-appearance: none
}

@media (max-width: 767.98px) {
  form input[type=text], form input[type=email], form input[type=tel], form input[type=date], form input[type=file], form input[type=search], form input[type=number], form input[type=password], form select, form textarea {
    padding: 0 15px
  }
}

form input[type=text].not-valid, form input[type=email].not-valid, form input[type=tel].not-valid, form input[type=date].not-valid, form input[type=file].not-valid, form input[type=search].not-valid, form input[type=number].not-valid, form input[type=password].not-valid, form select.not-valid, form textarea.not-valid {
  background: #faf0f0;
  border-color: #ecbbbb
}

form select option {
  font-family: sans-serif;
  color: #000
}

form .select-wrapper {
  position: relative
}

form .select-wrapper:after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  top: 50%;
  right: 7px;
  transform: translate(0, -50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2226.127%22 height%3D%2215.185%22 viewBox%3D%220 0 26.127 15.185%22%3E%3Cpath d%3D%22m25.066 1.061-12 12-12-12%22 fill%3D%22none%22 stroke%3D%22%23292a2c%22 stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E") no-repeat center/16px auto;
  border-radius: 2px;
  pointer-events: none
}

form textarea {
  overflow: hidden;
  height: auto;
  padding: 16px 20px 15px;
  min-height: 48px
}

form input[type=checkbox], form input[type=radio] {
  margin-right: 10px
}

form input[type=file] {
  font-size: 12px;
  height: auto;
  padding: 0 0 2px
}

form .hint {
  font-size: 12px;
  margin-top: -22px;
  display: block;
  color: #666;
  padding-left: 2px
}

@media (max-width: 575.98px) {
  form .hint {
    margin-top: -15px
  }
}

form [data-name=privacy] {
  display: block
}

form [data-name=privacy] label {
  display: flex;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  opacity: 1;
  text-align: left
}

form [data-name=privacy] .toggle-control {
  flex-shrink: 0;
  margin: 0 12px 0 0
}

form [data-name=privacy] a {
  text-decoration: underline
}

.grecaptcha-badge {
  visibility: hidden
}

.grecaptcha-disclaimer {
  font-size: 13px;
  text-align: center;
  color: #646464;
  margin-top: 16px
}

.toggle-control {
  position: relative;
  display: inline-block;
  background: #fff;
  border: 2px solid #00cadb;
  border-radius: 5px;
  width: 18px;
  height: 18px;
  margin: -1px 10px 0 0;
  vertical-align: top;
  cursor: pointer
}

.toggle-control--checkbox.toggle-control--active {
  background: #00cadb url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 512 512%22%3E%3Cpath d%3D%22m173.898 439.404-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z%22 fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center/10px auto
}

.toggle-control--radio {
  border-radius: 50%
}

.toggle-control--radio.toggle-control--active {
  border-color: #a06af7;
  background: #a06af7
}

.toggle-control--radio.toggle-control--active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%)
}

.toggle-control--switch {
  position: relative;
  width: 43px;
  height: 22px;
  background: #e4e4e4;
  border: none;
  border-radius: 20px;
  transition: all .3s ease-out
}

.toggle-control--switch:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  border: none;
  transform: translate(0, -50%);
  transition: all .3s ease-out
}

.toggle-control--switch.toggle-control--active {
  background: #1d1d1d;
  border-color: rgba(0, 0, 0, 0)
}

.toggle-control--switch.toggle-control--active:after {
  left: calc(100% - 3px);
  transform: translate(-100%, -50%);
  background: #fff;
  border-color: rgba(0, 0, 0, 0)
}

.search-form {
  display: flex;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 1
}

.search-form .screen-reader-text {
  display: none
}

.search-form label {
  padding: 0;
  flex-grow: 1
}

.search-form input[type=search] {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 4px 0 0 4px;
  background: #fff;
  color: #1d1d1d
}

.search-form button {
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 0 4px 4px 0
}

.search-form button .icon-search {
  display: inline-block;
  width: 16px;
  height: 100%;
  margin-left: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 512 512%22%3E%3Cpath d%3D%22M500.3 443.7l-119.7-119.7c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.723C99.01-15.51-15.51 99.01 1.724 235.2c11.6 91.64 86.08 166.7 177.6 178.9c53.8 7.189 104.3-6.236 144.7-33.46l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7zM79.1 208c0-70.58 57.42-128 128-128s128 57.42 128 128c0 70.58-57.42 128-128 128S79.1 278.6 79.1 208z%22 fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center/16px;
  vertical-align: top
}

.search-form button .icon-close {
  display: inline-block;
  width: 16px;
  height: 100%;
  margin-left: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22m1 1 22 22M23.5 1l-22 22%22 stroke%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center/16px;
  vertical-align: top
}

body.search .search-submit {
  display: none
}

body.search #results-count {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 30px
}

body.search #results-count span {
  color: #fff
}

body.search #search-results {
  margin-top: 80px
}

body.search-no-results #search-results h1, body.error404 #search-results h1 {
  color: #1d1d1d
}

body.search-no-results #search-results .button, body.error404 #search-results .button {
  width: 100%
}

.popup {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(221.98deg, rgba(30, 48, 125, 0.85) 0%, rgba(11, 0, 29, 0.85) 100%);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease-out .1s, visibility 0s .4s, left 0s .4s
}

.popup-open .popup--active {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity .3s
}

.popup > .container, .popup > .container-fluid, .popup > .container-sm, .popup > .container-md, .popup > .container-lg, .popup > .container-xl, .popup > .container-xxl {
  height: 100%
}

.popup > .container > .row, .popup > .container-fluid > .row, .popup > .container-sm > .row, .popup > .container-md > .row, .popup > .container-lg > .row, .popup > .container-xl > .row, .popup > .container-xxl > .row {
  height: 100%;
  align-items: center
}

.popup__content {
  position: relative;
  display: flex;
  flex-flow: column;
  height: auto;
  max-height: calc(100vh - 96px);
  opacity: 0;
  visibility: visible;
  border: none;
  background: #fff;
  transform: translate(0, -100px);
  transition: all .3s ease-out 0s;
  z-index: auto
}

@media (max-width: 1439.98px) {
  .popup__content {
    margin-top: 60px
  }
}

.popup-open .popup--active .popup__content {
  opacity: 1;
  transform: translate(0, 0);
  transition: all .3s ease-out .1s
}

.popup--loading .popup__content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .8) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 style%3D%22margin%3Aauto%22 viewBox%3D%220 0 100 100%22 preserveAspectRatio%3D%22xMidYMid%22 display%3D%22block%22%3E%3Cg%3E%3Cpath d%3D%22M50 15a35 35 0 1033.287 24.1844%22 fill%3D%22none%22 stroke%3D%22%23A06AF7%22 stroke-width%3D%2210%22%2F%3E%3Cpath d%3D%22M49-1v32l16-16L49-1%22 fill%3D%22%23A06AF7%22%2F%3E%3CanimateTransform attributeName%3D%22transform%22 type%3D%22rotate%22 repeatCount%3D%22indefinite%22 dur%3D%221.25s%22 values%3D%220 50 50%3B360 50 50%22 keyTimes%3D%220%3B1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center/40px 40px;
  z-index: 50
}

.popup__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  padding: 0 70px
}

@media (max-width: 767.98px) {
  .popup__title {
    flex: 0 0 30px
  }
}

.popup__title:empty {
  padding: 0
}

.popup__title > span, .popup__title > p, .popup__title > .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.popup__body {
  max-width: 1280px;
  margin: 0 auto;
  overflow-y: auto;
  overflow-x: hidden
}

.popup--loading .popup__body {
  overflow: hidden
}

.popup__footer {
  display: flex;
  align-items: center;
  padding: 20px;
  border-top: 1px solid #d4d5d7
}

@media (max-width: 767.98px) {
  .popup__footer {
    flex-wrap: wrap
  }
}

.popup__footer:empty {
  padding: 0;
  flex: 0 0 40px;
  border-top: none
}

@media (max-width: 767.98px) {
  .popup__footer:empty {
    flex: 0 0 30px
  }
}

.popup__close {
  position: absolute;
  top: -30px;
  right: -72px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s ease-out;
  z-index: 60
}

@media (max-width: 1439.98px) {
  .popup__close {
    top: -62px;
    right: 0;
    width: 50px;
    height: 50px
  }

  .popup__close svg {
    width: 50px;
    height: 50px
  }
}

.error404 #searchform #s {
  width: 100%;
  max-width: 480px;
  font-family: 'Montserrat', sans-serif;
  font-size: .8rem;
  padding: 0 .5rem;
  margin: 20px 20px 0 0;
  border: none;
  border-bottom: 1px solid #292a2c;
  background: #d4d5d7;
  color: #1d1d1d;
  line-height: 46px;
  -webkit-appearance: none;
  -webkit-border-radius: 0
}

.text-gradient {
  background-color: #a06af7;
  background: linear-gradient(to left, #00CADB 0%, #A06AF7 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -moz-background-clip: text;
  -moz-text-fill-color: rgba(0, 0, 0, 0)
}

.bg-gradient {
  color: #fff;
  background: linear-gradient(to bottom left, #00CADB 0%, #A06AF7 100%)
}

.bg-gradient .title {
  color: inherit
}

.marquee {
  --marquee-height: 120px;
  position: relative;
  display: flex;
  align-items: center;
  height: var(--marquee-height);
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(to bottom left, #4562AB 0%, #1C2362 100%);
  overflow: hidden
}

@media (max-width: 1023.98px) {
  .marquee {
    --marquee-height: 160px
  }
}

@media (max-width: 767.98px) {
  .marquee {
    --marquee-height: 100px
  }
}

@media (max-width: 1023.98px) {
  .marquee {
    font-size: 30px
  }
}

@media (max-width: 767.98px) {
  .marquee {
    font-size: 24px
  }
}

.marquee-inner {
  position: absolute;
  left: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  animation: marquee 100s linear infinite
}

.marquee--inverse .marquee-inner {
  left: auto;
  right: 0;
  animation-name: marquee-inverse
}

.marquee--title {
  margin-bottom: 80px
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0)
  }
  100% {
    transform: translate3d(-25%, 0, 0)
  }
}

@keyframes marquee-inverse {
  0% {
    transform: translate3d(0, 0, 0)
  }
  100% {
    transform: translate3d(25%, 0, 0)
  }
}

.img-container {
  position: relative;
  padding: 40px 0 40px 40px;
  margin-bottom: 70px
}

@media (max-width: 767.98px) {
  .img-container {
    padding: 25px 0 25px 25px;
    margin-bottom: 50px
  }
}

.img-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  aspect-ratio: 1;
  background: linear-gradient(to bottom left, #00CADB 0%, #A06AF7 100%);
  z-index: -2
}

.img-container:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 25px;
  width: auto;
  height: calc(100% - 50px);
  aspect-ratio: 1;
  background: #fff;
  z-index: -1
}

@media (max-width: 767.98px) {
  .img-container:after {
    top: 15px;
    left: 15px;
    height: calc(100% - 30px)
  }
}

.img-container--inverse {
  padding: 40px 40px 40px 0;
  text-align: right
}

@media (max-width: 767.98px) {
  .img-container--inverse {
    padding: 25px 25px 25px 0
  }
}

.img-container--inverse:before {
  left: auto;
  right: 0
}

.img-container--inverse:after {
  left: auto;
  right: 25px
}

@media (max-width: 767.98px) {
  .img-container--inverse:after {
    right: 15px
  }
}

.img-container img {
  max-height: 550px
}

.title-container {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 120px
}

@media (max-width: 1023.98px) {
  .title-container {
    margin-bottom: 60px
  }
}

.title-container:before {
  content: "";
  position: absolute;
  left: 80px;
  right: 80px;
  bottom: 0;
  height: 1px;
  background: #1d1d1d
}

@media (max-width: 1023.98px) {
  .title-container:before {
    left: 20px;
    right: 20px
  }
}

.bg-gradient .title-container:before {
  background: #fff
}

.grading-scale {
  position: relative;
  padding-top: 50px;
  padding-bottom: 200px
}

@media (max-width: 1023.98px) {
  .grading-scale {
    padding-bottom: 100px
  }
}

.grading-scale:before {
  content: "";
  position: absolute;
  left: 80px;
  right: 80px;
  bottom: 100px;
  height: 1px;
  background: #fff
}

@media (max-width: 1023.98px) {
  .grading-scale:before {
    left: 20px;
    right: 20px;
    bottom: 50px
  }
}

.grading-scale .row:last-child {
  position: relative
}

.grading-scale .row:last-child:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff
}

@media (max-width: 767.98px) {
  .grading-scale .row:last-child:before {
    display: none
  }
}

.grade {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  --grade-number-size: 120px
}

.grade:last-child {
  margin-bottom: 0
}

@media (max-width: 1439.98px) {
  .grade {
    font-size: 24px;
    --grade-number-size: 100px
  }
}

@media (max-width: 1023.98px) {
  .grade {
    font-size: 20px;
    --grade-number-size: 80px
  }
}

.grade__number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 var(--grade-number-size);
  max-width: var(--grade-number-size);
  height: var(--grade-number-size);
  margin-right: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 50px
}

@media (max-width: 1439.98px) {
  .grade__number {
    font-size: 40px
  }
}

@media (max-width: 1023.98px) {
  .grade__number {
    font-size: 32px
  }
}

.grade__number img {
  width: 40px;
  height: auto
}

@media (max-width: 1023.98px) {
  .grade__number img {
    width: 32px
  }
}

.grade--small {
  --grade-number-size: 64px;
  margin-left: 120px;
  font-size: 20px
}

@media (max-width: 1439.98px) {
  .grade--small {
    --grade-number-size: 54px;
    margin-left: 100px;
    font-size: 18px
  }
}

@media (max-width: 1023.98px) {
  .grade--small {
    --grade-number-size: 44px;
    margin-left: 80px;
    font-size: 16px
  }
}

.grade--small .grade__number {
  margin-right: 15px;
  font-size: 26px
}

@media (max-width: 1439.98px) {
  .grade--small .grade__number {
    font-size: 20px
  }
}

@media (max-width: 1023.98px) {
  .grade--small .grade__number {
    font-size: 16px
  }
}

.grade--square .grade__number {
  border-radius: 20px
}

.accordion {
  margin-bottom: 20px
}

.accordion__toggle {
  position: relative;
  cursor: pointer;
  user-select: none;
  padding-right: 50px;
  border-bottom: 1px solid #707070
}

@media (max-width: 767.98px) {
  .accordion__toggle {
    padding-right: 40px
  }
}

.accordion__toggle:after {
  content: "";
  position: absolute;
  right: 0;
  top: .4em;
  width: 16px;
  height: 8px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2226.127%22 height%3D%2215.185%22 viewBox%3D%220 0 26.127 15.185%22%3E%3Cpath d%3D%22m25.066 1.061-12 12-12-12%22 fill%3D%22none%22 stroke%3D%22%231D1D1D%22 stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  transition: all .3s ease-out
}

.accordion__toggle.active:after {
  transform: rotate(180deg)
}

.accordion__toggle .title {
  text-transform: none;
  padding-bottom: 20px
}

.accordion__toggle + div {
  display: none;
  padding-top: 40px;
  padding-bottom: 80px
}

.accordion--grading {
  margin-bottom: 40px
}

.accordion--grading .accordion__toggle {
  border: none;
  --number-width: 90px
}

@media (max-width: 1439.98px) {
  .accordion--grading .accordion__toggle {
    --number-width: 70px
  }
}

@media (max-width: 1023.98px) {
  .accordion--grading .accordion__toggle {
    --number-width: 60px
  }
}

@media (max-width: 767.98px) {
  .accordion--grading .accordion__toggle {
    --number-width: 50px
  }
}

.accordion--grading .accordion__toggle:after {
  top: .8em
}

.accordion--grading .accordion__toggle .title {
  text-transform: uppercase;
  padding: 0
}

.accordion--grading .accordion__toggle .title--xs {
  position: relative;
  display: flex;
  align-items: baseline;
  padding-right: 50px
}

@media (max-width: 767.98px) {
  .accordion--grading .accordion__toggle .title--xs {
    padding-right: 40px
  }
}

.accordion--grading .accordion__toggle .title--s {
  flex: 0 0 var(--number-width);
  margin: 0
}

.accordion--grading .accordion__toggle .title--s + span {
  flex: 0 0 fit-content
}

.accordion--grading .accordion__toggle + div {
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: var(--number-width);
  font-size: 16px
}

.price-card {
  color: #fff;
  background: linear-gradient(to bottom left, #00CADB 0%, #A06AF7 100%);
  border-radius: 50px;
  height: 100%;
  padding: 20px 30px 30px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, .2)
}

@media (max-width: 1439.98px) {
  .price-card {
    padding-left: 15px;
    padding-right: 15px
  }
}

.price-card img {
  display: block;
  margin: 0 auto 20px;
  border-radius: 20px;
  background: #fff
}

.price-card .title {
  color: inherit;
  margin-bottom: 10px
}

.price-card__subtitle {
  font-size: 15px;
  font-style: italic;
  text-transform: uppercase
}

.price-card__price {
  font-size: 28px;
  text-align: center;
  color: #fff;
  margin-top: 20px
}

@media (max-width: 1439.98px) {
  .price-card__price {
    font-size: 20px;
    margin-top: 10px
  }
}

.price-card__price strong {
  font-size: 50px
}

@media (max-width: 1439.98px) {
  .price-card__price strong {
    font-size: 40px
  }
}

.price-card__text {
  font-size: 16px;
  margin-top: 30px
}

@media (max-width: 1439.98px) {
  .price-card__text {
    margin-top: 20px
  }
}

.card-trasferimento {
  text-align: center
}

.card-trasferimento span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 25px;
  font-weight: bold;
  color: #fff
}

.card-trasferimento img {
  border-radius: 25px
}

.section-steps-grading .step {
  text-align: center
}

@media (max-width: 1679.98px) {
  .section-steps-grading .step {
    margin-bottom: 30px
  }
}

.section-steps-grading .step .title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4em;
  hyphens: none
}

.login-popup {
  position: fixed;
  left: -100%;
  top: var(--header-height);
  bottom: 0;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
  overflow: auto;
  z-index: 10;
  opacity: 0;
  transition: opacity .3s ease-out, left 0s ease-out .3s
}

@media (max-width: 767.98px) {
  .login-popup {
    padding-top: 50px
  }
}

.login-open .login-popup {
  left: 0;
  opacity: 1;
  transition: opacity .3s ease-out, transform .3s ease-out
}

.login-popup .row {
  position: relative
}

.login-popup .row:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #707070
}

@media (max-width: 767.98px) {
  .login-popup .row:before {
    display: none
  }
}

.login-popup [class*=col] {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 30px
}

@media (max-width: 767.98px) {
  .login-popup [class*=col]:first-child:before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -50px;
    width: auto;
    height: 1px;
    background: #707070
  }
}

.login-popup [class*=col] > div {
  max-width: 360px
}

.login-popup p {
  font-size: 15px;
  color: #646464;
  text-align: center
}

.login-popup label a {
  text-decoration: underline
}

.login-popup input[type=text], .login-popup input[type=email], .login-popup input[type=password] {
  margin-bottom: 15px
}

.login-popup .btn {
  width: 100%
}

.login-popup .btn--facebook, .login-popup .btn--google {
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  height: 55px
}

.login-popup .btn--facebook svg, .login-popup .btn--google svg {
  width: auto;
  height: 24px;
  margin-left: 15px
}

.login-popup .btn--facebook {
  background: #4267b2
}

.login-popup .btn--google {
  background: #db4437
}

.smart-label {
  position: relative;
  max-width: 1600px;
  aspect-ratio: 1700/500;
  margin: 0 auto
}

.smart-label__text, .smart-label__img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%)
}

.hero-home {
  position: relative;
  background: url('../images/gvhome092025.webp');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.hero-home-mobile {
  position: relative;
  /*background: url('images/gvhome-mobile.webp');*/
  /*background-repeat: no-repeat;*/
  /*background-size: 100%;*/
  min-height: 56.25vw;
  width: 100%;
}

.hero-home .swiper {
  padding: 0
}

.hero-home .swiper-slide {
  position: relative;
  display: flex;
  height: 47vw;
  max-height: calc(100vh - var(--header-height))
}

@media (max-width: 767.98px) {
  .hero-home .swiper-slide {
    flex-direction: column;
    height: calc(100vh - var(--header-height))
  }
}

.hero-home .swiper-slide__content {
  flex: 0 0 60%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: -80px
}

@media (max-width: 1023.98px) {
  .hero-home .swiper-slide__content {
    padding: 40px
  }
}

@media (max-width: 767.98px) {
  .hero-home .swiper-slide__content {
    padding: 30px
  }
}

.hero-home .swiper-slide__content img {
  width: auto;
}

.hero-home .swiper-slide__media {
  flex: 0 0 40%;
  position: relative;
  margin-left:auto;
}

.hero-home .swiper-slide__media img, .hero-home .swiper-slide__media video {
  position: absolute;
  /*left: 0;*/
  /*top: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*object-fit: contain;*/
  z-index: -1
}

.hero-home .title {
  color: inherit
}

.front-page #site-wrapper {
  overflow: visible;
  overflow-x: hidden;
}

.front-page section {
  overflow: hidden
}

.front-page .section-intro {
  position: relative;
  color: #fff
}

.front-page .section-intro:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, .5);*/
  z-index: 1
}

.front-page .section-intro .row {
  min-height: calc(100vh - var(--header-height));
  align-items: center;
}

.front-page .service-update {
  min-height: calc(100vh - var(--header-height) - var(--footer-height));
  align-items: center;
}

.front-page .section-intro [class*=col-] {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 2;
  min-height: calc(75vh - var(--header-height));
}

.front-page .section-intro img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0
}

.front-page .section-intro .title {
  color: inherit;
  font-size: 54px;
  /*text-transform: uppercase*/
  text-transform: none
}

@media (max-width: 1679.98px) {
  .front-page .section-intro .title {
    font-size: 44px
  }
}

@media (max-width: 1439.98px) {
  .front-page .section-intro .title {
    font-size: 34px
  }
}

@media (max-width: 767.98px) {
  .front-page .section-intro .title {
    font-size: 32px
  }
}

.front-page .section-intro .title strong {
  font-size: 100px
}

@media (max-width: 1679.98px) {
  .front-page .section-intro .title strong {
    font-size: 90px
  }
}

@media (max-width: 1439.98px) {
  .front-page .section-intro .title strong {
    font-size: 80px
  }
}

@media (max-width: 767.98px) {
  .front-page .section-intro .title strong {
    font-size: 50px
  }
}

.front-page .section-intro .title br {
  display: block
}

.front-page .section-1 {
  padding-top: 120px;
  padding-bottom: 90px
}

@media (max-width: 767.98px) {
  .front-page .section-1 {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

.front-page .section-steps {
  display: flex;
  text-align: center
}

@media (max-width: 1023.98px) {
  .front-page .section-steps {
    flex-wrap: wrap
  }
}

.front-page .section-steps .step {
  --transitionDurationEnter: 0.3s;
  --transitionDurationLeave: 0.2s;
  position: relative;
  flex: 1 1 25vw;
  max-width: 25vw;
  color: #000;
  /*background: linear-gradient(to bottom left, #00CADB 0%, #A06AF7 100%);*/
  padding: 10px 30px 40px;
  transition: all .6s ease-out
}

@media (max-width: 1679.98px) {
  .front-page .section-steps .step {
    flex: 1 1 30vw;
    max-width: 30vw;
    padding: 30px 20px 40px
  }
}

@media (max-width: 1023.98px) {
  .front-page .section-steps .step {
    flex: 1 1 100%;
    max-width: 100vw;
  }
}

.front-page .section-steps .step:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 29, 29, .17);
  transition: all .6s ease-out
}

@media (max-width: 1023.98px) {
  .front-page .section-steps .step:before {
    opacity: 0
  }
}

.section-steps-grading .step__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 195px;
  margin-bottom: 50px
}

.section-steps-grading .step__img img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.front-page .section-steps .step__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 195px;
  margin-bottom: 50px
}

@media (max-width: 1679.98px) {
  .front-page .section-steps .step__img {
    min-height: 160px
  }
}

@media (max-width: 1439.98px) {
  .front-page .section-steps .step__img {
    min-height: 170px !important;
    max-width: 100% !important;
    margin-bottom: 30px
  }
}

.front-page .section-steps .step__img img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.front-page .section-steps .step .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4em;
  margin-bottom: 50px;
  color: inherit;
  word-break: normal;
  transition: all var(--transitionDurationLeave) ease-out
}

@media (max-width: 1679.98px) {
  .front-page .section-steps .step .title {
    margin-bottom: 30px
  }
}

.front-page .section-steps .step__content {
  margin: auto;
  /*width: calc(50vw - 120px)*/
  width: 350px;
}

/*@media (max-width: 1679.98px) {*/
/*  .front-page .section-steps .step__content {*/
/*    width: 100% !important;*/
/*  }*/
/*}*/

@media (max-width: 1023.98px) {
  .front-page .section-steps .step__content {
    /*width: 100%;*/
    width: 100% !important;
    margin: 0 auto
  }
}

.front-page .section-steps .step p {
  position: relative;
  font-size: 18px;
  text-align: justify;
  opacity: .25;
  transition: all var(--transitionDurationLeave) ease-out
}

@media (max-width: 1439.98px) {
  .front-page .section-steps .step p {
    font-size: 16px
  }
}

@media (max-width: 1023.98px) {
  .front-page .section-steps .step p {
    opacity: 1
  }
}

.front-page .section-steps .step .btn {
  margin-bottom: 20px;
  opacity: 0;
  transition: all var(--transitionDurationLeave) ease-out
}

@media (max-width: 1679.98px) {
  .front-page .section-steps .step .btn {
    margin-top: 20px
  }
}

@media (max-width: 1023.98px) {
  .front-page .section-steps .step .btn {
    opacity: 1
  }
}

.front-page .section-steps .step--active {
  flex: 1 1 50vw;
  max-width: 50vw
}

@media (max-width: 1679.98px) {
  .front-page .section-steps .step--active {
    flex: 1 1 40vw;
    max-width: 40vw
  }
}

@media (max-width: 1023.98px) {
  .front-page .section-steps .step--active {
    flex: 1 1 100%;
    max-width: 100%
  }
}

.front-page .section-steps .step--active:before {
  opacity: 0
}

.front-page .section-steps .step--active.step--animation-ended p,
.front-page .section-steps .step--active.step--animation-ended .btn,
.front-page .section-steps .step--active.step--animation-ended .step__img {
  opacity: 1;
  transition: all var(--transitionDurationEnter) ease-out
}

.front-page .section-steps .step--active.step--animation-ended .step__img .logo-brand  {
  opacity: 1;
  transition: all var(--transitionDurationEnter) ease-out;
  top:0;
}

@media (max-width: 1023.98px) {
  .step__img  {
    opacity: 1 !important;
  }

  .logo-brand {
    top: 5% !important;
  }
}

.front-page .section-steps .step--active.step--animation-ended .step__content{
 background: #ffffff;
}

.front-page .section-2 {
  padding-top: 100px;
  padding-bottom: 150px
}

@media (max-width: 767.98px) {
  .front-page .section-2 {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

.front-page .section-2 [class*=col-]:last-child {
  margin-top: 100px;
  text-align: center
}

@media (max-width: 1023.98px) {
  .front-page .section-2 [class*=col-]:last-child {
    margin-top: 80px
  }
}

.front-page .section-video {
  height: 500vh;
  background: #000;
  overflow: visible
}

.front-page .section-video__container {
  position: sticky;
  top: var(--header-height);
  left: 0;
  width: 100%;
  height: calc(100vh - var(--header-height));
  display: flex;
  align-items: center;
  justify-content: center
}

.front-page .section-video video {
  width: auto;
  height: 100%
}

.front-page .section-app [class*=col-]:first-child {
  display: flex;
  align-items: center;
  justify-content: center
}

.front-page .section-app [class*=col-]:first-child > div {
  max-width: 430px;
  padding-top: 80px;
  padding-bottom: 80px
}












/*# sourceMappingURL=style.css.map */

/*custom per GV*/

.z-index--1{
  z-index: -1;
}

.bottom-50px{
  bottom:50px;
}

.bottom-0px{
  bottom: 0px;
}


.bg-home-gioca-scambia2025{
  background:url('../images/gvbgevents2025.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom;
}

.bg-home-pokemon{
  background: url('../images/gvbg-Pkokemon.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-home-yugioh{
  background: url('../images/gvbg-Yugioh.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-home-minix{
  background: url('../images/gvbg-minix.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-home-gv-eye{
  width: 50%;
  left: -24px;

}

.bg-home-gv-triangle{
  bottom: 0;
  right: 0;
}

.bg-home-gv-gradient{
  background: linear-gradient(to bottom left, #15172D 0%, #30387F 100%);
}

@media (max-width: 1439.98px) {
  .bg-home-gv-triangle{
    width: 70% !important;
  }
}

.homepage-claim {
  position: absolute;
  bottom: 25%;
  left: 25%;
  width: 100%;
}

@media (max-width: 1679.98px) {
  .homepage-claim {
    bottom: 27% !important;
    left: 32%;
  }
}

@media (min-width: 1880px) {
  .homepage-claim {
    bottom: 25% !important;
    left: 27%;
  }
}

@media (min-width: 180px) {
  .btn {
    font-size: 18px
  }
}

.homepage-claim-mobile {
  position: absolute;
  top: 7%;
  left: 5%;
  width: 100%;
  color: white;
}

@media (min-width: 1440px) {
  bottom: 22% !important;
}

.clickable-area-pokemon{
  position: absolute;
  width: 70%;
  height: 33.33%;
  cursor: pointer;
  top: 0;
}

.clickable-area-yugioh{
  position: absolute;
  width: 70%;
  height: 33.33%;
  cursor: pointer;
  top: 33.33%;
}

.clickable-area-minix{
  position: absolute;
  width: 70%;
  height: 33.33%;
  cursor: pointer;
  top: 66.66%;
}

.img-gv-logo-GS{
  width: auto !important;
  height: auto !important;
  max-height: 50% !important;
  left: 0 !important;
  right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  z-index: 1 !important;
  top: 5% !important;
}

.img-gv-event-italy{
  width: auto !important;
  left: inherit !important;
  height: auto !important;
  max-height: 100% !important;
  top: 5%;
  z-index: -1;
}

@media (orientation: portrait) and (min-width: 1024px) {
  .img-gv-event-italy {
    max-width: 80% !important;
  }
  .img-gv-logo-GS {
    max-width: 80% !important;
  }
}

@media (orientation: portrait) and (max-width: 767.98px) {
  .img-gv-event-italy{
    margin-top: 25% !important;
  }
}

.polaroid {
  opacity: 0;
  width: max-content;
  margin: auto;
  border: solid #ffffff 20px;
  min-height: 350px !important;
  margin-bottom: 0px !important;
}

.logo-brand{
  /*margin-top:200px;*/
  position: absolute;
  top: 120%
}

.gv-brand-pin{
  position: absolute;
  width: 40px !important;
  top: -45px;
  height: 40px !important;
  left: 48%;
}

.text-header-blu{
  color: #31398A
}

.mb-5{
  margin-bottom: 5% !important;
}

.ml-56px{
  margin-left: 56px;
}

.text-shadow-black{
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

/*#img-work{*/
/*  display: none;*/
/*}*/

@media (max-height: 1050px) {
  #img-work{
    display: none;
  }
}


/*gioca e scambia 2025*/
.height-GS-section {
  min-height: calc(100vh - var(--header-height) - var(--nintendo-bar-height)) ;
  height: calc(100vh - var(--header-height) - var(--nintendo-bar-height)) ;
}

@media (max-width: 1023.98px) {
  .height-GS-section {
    min-height: auto;
    height: auto;
  }
}



.bg-red-nintendo {
  background-color: #E60012;
}

.logo-nintendo {
  position: unset !important;
  height: 100% !important;
  width: auto !important;
}

.h-nintendo-bar {
  height: var(--nintendo-bar-height)
}

.text-xxl {
  font-size: 30px;
}

.top-left-corner {
  top:-2px !important;
  left:-2px !important;
  width: 8% !important;
  height: auto !important
}

.top-right-corner{
  top:-2px !important;
  left:unset !important;
  right:-2px !important;
  width: 8% !important;
  height: auto!important;
}

.bottom-right-corner{
  top:unset !important;
  left:unset !important;
  bottom:-2px !important;
  right:-2px !important;
  width: 9% !important;
  height: auto !important;
}

.bottom-left-corner{
  top:inherit !important;
  bottom:-2px !important;
  left:-2px !important;
  width: 8% !important;
  height: auto !important;
}

@media (max-width: 1024.98px) {
  .top-left-corner {
    width: 15% !important;
  }

  .top-right-corner{
    width: 15% !important;
  }

  .bottom-right-corner{
    width: 15% !important;
  }

  .bottom-left-corner{
    width: 15% !important;
  }
}



.img-miraidon-koraidon-GS{
  /*background-color: #730E15;*/
  width: auto !important;
  height: auto !important;
  max-height: 95% !important;
  left: 0 !important;
  right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  z-index: 1 !important;
  top: 0 !important;
}

.img-koraidon-red-GS{
  /*background-color: #31398A;*/
  width: auto !important;
  height: auto !important;
  max-height: 95% !important;
  left: 0 !important;
  right: unset !important;
  margin-left: auto !important;
  margin-right: auto !important;
  z-index: 1 !important;
  top: -5% !important;
}

.img-miraidon-blu-GSS{
  /*background-color: #730E15;*/
  width: auto !important;
  height: auto !important;
  max-height: 95% !important;
  right: 0 !important;
  left: unset!important;
  margin-left: auto !important;
  margin-right: 0;
  z-index: 1 !important;
  top: -5% !important;
}

.legal-line {
  top:-30px;
  font-size: 10px
}

@media (max-width: 1680.98px) {
  #GS-title{
    font-size: 1.8em;
  }
  .img-koraidon-red-GS{
    max-height: 85% !important;
    top: -3% !important;
  }

  .img-miraidon-blu-GSS{
    max-height: 85% !important;
    top: -3% !important;
  }
}

@media (max-width: 1680.98px) and (max-height:841.98px) {
  #GS-title{
    font-size: 1.5em;
  }

  .img-gv-logo-GS {
    max-height: 50% !important;
  }

  #GS-text-box {
    bottom: 3%;
  }

}

@media (max-width: 1600.98px) {
  .img-gv-logo-GS{
    max-height: 47% !important;
  }

  #GS-title{
    font-size: 1.6em;
  }

  .legal-line{
    top:-5px;
  }
}

@media (max-width: 1440.98px) {
  #GS-title{
   font-size: 1.5em;
  }

  .img-koraidon-red-GS{
    max-height: 80% !important;
  }

  .img-miraidon-blu-GSS{
    max-height: 80% !important;
  }
}

@media (max-width: 1366.98px) and (max-height:1024.98px) {
  .img-koraidon-red-GS{
    left: -6% !important;
  }

  .img-miraidon-blu-GSS{
    right: -4% !important;
  }
}

@media (max-width: 1366.98px) and (max-height:768.98px) {

  .img-koraidon-red-GS{
    max-height: 70% !important;
    top: 7% !important;
    left: 0 !important;
  }

  .img-miraidon-blu-GSS{
    max-height: 70% !important;
    top: 7% !important;
    right: 0 !important;
  }

  .img-gv-logo-GS{
    top: 4% !important;
    max-height: 40% !important;
  }

  #GS-title{
    font-size: 1.4em;
    /*margin-bottom: 30px !important;*/
  }

  .GS-sub-title{
    font-size: 1em;
  }

  #cta-home-GS{
    font-size: 1em;
  }

  #GS-text-box{
    bottom: 6% !important;
  }

  .text-xxl{
    font-size: 20px;
  }

}

@media (max-width: 1300.98px) {

  .img-koraidon-red-GS{
    max-height: 75% !important;
    top: 0 !important;
  }

  .img-miraidon-blu-GSS{
    max-height: 75% !important;
    top: 0 !important;
  }
}


@media (max-width: 1280.98px) and (max-height: 1024.98px) {

  .img-koraidon-red-GS{
    left: -4% !important;
  }

  .img-miraidon-blu-GSS{
    right: -4%!important;
  }

  .text-xxl{
    font-size: 25px;
  }
}

@media (max-width: 1280.98px) and (max-height: 800.98px) {

  #GS-title {
    font-size: 1.3em;
  }

  #GS-text-box {
    bottom: 3%;
  }

  .img-gv-logo-GS {
    max-height: 43% !important;
  }
}

@media (max-width: 1260.98px) {

  .img-koraidon-red-GS{
    max-height: 65% !important;
    top: 5% !important;
  }

  .img-miraidon-blu-GSS{
    max-height: 65% !important;
    top: 5% !important;
  }
}

@media (max-width: 1180.98px) and  (max-height: 820.98){

  .img-gv-logo-GS{
    max-height: 44% !important;
  }

  #GS-text-box{
    bottom: 3%;
  }
}

@media (max-width: 1150.98px) {

  .img-koraidon-red-GS{
    max-height: 60% !important;
    top: 5% !important;
  }

  .img-miraidon-blu-GSS{
    max-height: 60% !important;
    top: 5% !important;
  }
}

@media (max-width: 960.98px) {

  .img-koraidon-red-GS{
    display: none;
  }

  .img-miraidon-blu-GSS{
    display: none;
  }

}

@media (max-width: 1024.98px) and (max-height:1366.98px) {

  .img-koraidon-red-GS{
    max-height: 46% !important;
    top: 22% !important;
    left: -5% !important;
  }

  .img-miraidon-blu-GSS{
    max-height: 46% !important;
    top: 22% !important;
    right: -4% !important;
  }

  .img-gv-logo-GS{
    top: 4% !important;
    max-height: 32% !important;
  }

  #GS-title{
    font-size: 1.6em;
    margin-bottom: 30px !important;
  }

  .GS-sub-title{
    font-size: 1.2em;
  }

  #cta-home-GS{
    font-size: 1.2em;
  }

  #GS-text-box{
    bottom: 0 !important;
  }

}


@media (max-width: 1024.98px) and (max-height:768.98px) {

  .img-koraidon-red-GS{
    max-height: 65% !important;
    top: 1% !important;
    left: -1% !important;
  }

  .img-miraidon-blu-GSS{
    max-height: 65% !important;
    top: 1% !important;
    right: -1% !important;
  }

  .img-gv-logo-GS{
    top: 4% !important;
    max-height: 35% !important;
  }

  #GS-title{
    font-size: 1.3em;
    margin-bottom: 10px !important;
  }

  .GS-sub-title{
    font-size: 0.9em;
  }

  #cta-home-GS{
    font-size: 0.9em;
  }

  #GS-text-box{
    bottom: 10% !important;
  }

  .top-left-corner {
    width: 10% !important;
  }

  .top-right-corner{
    width: 10% !important;
  }

  .bottom-right-corner{
    width: 10% !important;
  }

  .bottom-left-corner{
    width: 10% !important;
  }

}

/*schermi desktop inferiori a 1024. i valori: (hover: hover) and (pointer: fine) identificano
 che il mouse è disponibile e quindi devo per forza essere su pc e non su dispositivo touch*/
@media (max-width: 1024.98px) and (hover: hover) and (pointer: fine) {
  .img-koraidon-red-GS{
    display: none;
  }

  .img-miraidon-blu-GSS{
  display: none;
  }

}


#GS-text-box{
  right: 0;
  left: 0;
}

@media (max-width: 1024.98px) and (hover: hover) and (pointer: fine) {
  #GS-text-box{
    bottom: 0 !important;
  }

  .img-gv-logo-GS {
    top: 4% !important;
  }

}

@media (max-width: 932.98px) and (max-height: 430.98px) {
  .img-gv-logo-GS {
    top: 8% !important;
    max-height: 54% !important;
  }

  #GS-text-box{
    padding: 5% !important;
    bottom: -60% !important;
  }

  #GS-title{
    font-size: 1.2em;
  }

  .GS-sub-title{
    font-size: 1em;
  }

  #cta-home-GS{
    font-size: 1em;
  }

}


@media (max-width: 896.98px) and (max-height: 414.98px) {
  .img-gv-logo-GS {
    top: 8% !important;
    max-height: 54% !important;
  }

  #GS-text-box{
    padding: 5% !important;
    bottom: -60% !important;
  }

  #GS-title{
    font-size: 1.2em;
  }

  .GS-sub-title{
    font-size: 1em;
  }

  #cta-home-GS{
    font-size: 1em;
  }

}


@media (max-width: 844.98px) and (max-height: 390.98px) and (orientation: landscape) {
  .img-gv-logo-GS {
    top: 8% !important;
    max-height: 54% !important;
  }

  #GS-text-box{
    padding: 5% !important;
    bottom: -60% !important;
  }

  #GS-title{
    font-size: 1.2em;
  }

  .GS-sub-title{
    font-size: 1em;
  }

  #cta-home-GS{
    font-size: 1em;
  }

}


@media (max-width: 820.98px) and (max-height: 1180px) {
  #GS-text-box{
    bottom: 0 !important;
  }

  .img-gv-logo-GS {
    top: 9% !important;
    max-height: 47% !important;
  }

}

@media (max-width: 820.98px) and (max-height: 430px) {
  #GS-text-box{
    bottom: -60% !important;
  }

  .img-gv-logo-GS {
    top: 9% !important;
    max-height: 47% !important;
  }

}


@media (max-width: 771.98px) and (hover: hover) and (pointer: fine) {

  .img-gv-logo-GS {
    top: 5% !important;
  }
  #GS-text-box{
    bottom: 0 !important;
  }

}


/*@media (max-width: 768.98px) and (max-height:1024.98px) {*/
@media screen and (max-width: 768.98px) and (max-height:1024.98px) and (orientation: portrait){
  #GS-text-box{
    bottom: -4% !important;
  }

  .img-gv-logo-GS{
    top: 16% !important;
    max-height: 45% !important;
  }
}

@media (max-width: 768.98px) and (hover: hover) and (pointer: fine) {

  .img-gv-logo-GS {
    top: 8% !important;
  }

  #GS-title{
    font-size: 1.6em;
  }

  .GS-sub-title{
    font-size: 1.2em;
  }

  #cta-home-GS{
    font-size: 1.2em;
  }

  #GS-text-box{
    padding: 5% !important;
    bottom: 0 !important;
  }

  #nintendo-collab{
    font-size: 25px;
  }

}

@media (max-width: 667.98px) and (max-height: 375.98px) {
  .img-gv-logo-GS {
    top: 8% !important;
    max-height: 54% !important;
  }

  #GS-text-box{
    padding: 5% !important;
    bottom: -60% !important;
  }

  #GS-title{
    font-size: 1.2em;
  }

  .GS-sub-title{
    font-size: 1em;
  }

  #cta-home-GS{
    font-size: 1em;
  }

}

@media (max-width: 595.98px) and (hover: hover) and (pointer: fine) {

  #GS-title{
    font-size: 1.5em;
  }

  .GS-sub-title{
    font-size: 1.1em;
  }

  #cta-home-GS{
    font-size: 1.1em;
  }

  #nintendo-collab {
    font-size: 20px;
  }

  #GS-text-box{
    bottom: -15% !important;
  }

  .img-gv-logo-GS {
    top: 14% !important;
    max-height: 36% !important;
  }

}

@media (max-width: 575.98px) {
  .top-left-corner {
    width: 20% !important;
  }

  .top-right-corner{
    width: 20% !important;
  }

  .bottom-right-corner{
    width: 20% !important;
  }

  .bottom-left-corner{
    width: 20% !important;
  }

  .text-xxl {
    font-size: 15px;
  }
}

@media (max-width: 466.98px) and (hover: hover) and (pointer: fine) {
  .img-gv-logo-GS{
    max-height: 35% !important;
  }

  #GS-title{
    font-size: 1.4em;
  }

  .GS-sub-title{
    font-size: 1em;
  }

  #cta-home-GS{
    font-size: 1em;
  }

  #GS-text-box{
    padding: 40px !important;
  }

  #nintendo-collab{
    font-size: 20px;
  }
}

@media (max-width: 450.98px) {

  #GS-title{
    font-size: 1.4em;
  }

  .img-gv-logo-GS{
    top: 9% !important;
    max-height: 35% !important;
  }
}

@media (max-width: 430.98px) {
  #GS-text-box{
    bottom: -18% !important;
    padding: 30px;
  }

  #GS-title{
    font-size: 1.6em;
  }

  .GS-sub-title{
    font-size: 1.1em;
  }

  .legal-line{
    top:-50px;
  }

  #nintendo-collab{
    padding-left: 20px;
  }
}

@media (max-width: 430.98px) and (hover: hover) and (pointer: fine) {
  /*#GS-text-box{*/
  /*  bottom: 0 !important;*/
  /*  padding: 30px;*/
  /*}*/

  /*.img-gv-logo-GS{*/
  /*  top: 4% !important;*/
  /*  max-height: 30% !important;*/
  /*}*/

  #GS-title{
    font-size: 1.4em;
  }

  .GS-sub-title{
    font-size: 1em;
  }
}

@media (max-width: 375.98px) {
  #GS-text-box{
    bottom: -26% !important;
    padding: 31px;
  }

  .img-gv-logo-GS{
    top: 10% !important;
    max-height: 43% !important;
  }

  #GS-title{
    font-size: 1.2em;
  }

  .GS-sub-title{
    font-size: 1em;
  }

  #cta-home-GS{
    font-size: 1em;
  }

  .h-se-70px{
    height: 70px !important;
  }
  .pl-se-20px{
    padding-left: 20px !important;
  }
}

/*!*media query per schermi iphone SE e 7*!*/
/*@media (max-width: 375.98px) {*/
/*  */
/*}*/

.left-e-right-0 {
  right: 0;
  left: 0;
}

.min-h-75vh {
  min-height: 75vh !important;
}

.min-h-100 {
  min-height: 100% !important;
}


/*Sezione Passaporto*/

.bg-ball-passport{
  background-image: url('/images/bg-ball-passaporto.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.curved-section {
  width: 100%;
  height: 100vh;
  background: #8F714F;
  background: linear-gradient(180deg,rgba(143, 113, 79, 1) 0%, rgba(232, 202, 138, 1) 25%, rgba(239, 222, 168, 1) 50%, rgba(232, 202, 138, 1) 75%, rgba(143, 113, 79, 1) 100%);
  clip-path: url(#clipDCover);

}

.bg-main {
  clip-path: url(#clipD-inner);
  z-index: 1;
  top:0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url('/images/bg-cover-pasport.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.curved-section-mobile {
  width: 100%;
  height: 100vh;
  background: #8F714F;
  background: linear-gradient(90deg,rgba(143, 113, 79, 1) 0%, rgba(232, 202, 138, 1) 25%, rgba(239, 222, 168, 1) 50%, rgba(232, 202, 138, 1) 75%, rgba(143, 113, 79, 1) 100%);
  clip-path: url(#clipDCover-mobile);

}

.bg-main-mobile {
  clip-path: url(#clipD-inner-mobile);
  z-index: 1;
  top:0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url('/images/bg-cover-pasport.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-console-heroes-row{
  background-image: url('/images/bgconsoleheroeshome.webp');
  background-repeat: no-repeat;
  background-size: cover;
}


.gradient-wrapper {
  position: relative;
}

.stroke-layer,
.fill-layer {
  position: absolute;
  top: 0;
  left: 0;
}

.stroke-layer {
  color: #44135a;
  z-index: 0;
  -webkit-text-stroke: 20px #44135a;
}


.fill-layer {
  z-index: 1;
  /*background: linear-gradient(290deg, #8c704b 0%, #8c704b 25%, #8c704b 50%, #8c704b 75%, #8c704b 100%);*/
  background: linear-gradient(290deg, #8F714F 0%, #E8CA8A 25%, #EFDEA8 50%, #E8CA8A 75%, #8F714F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.passport-left-container{
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  margin:auto;
  z-index:3
}

.passport-pk-logo{
  position: relative !important;
  width: 50% !important;
  object-fit: inherit !important;
  height: auto !important;
  margin-left: -15%;
  margin-bottom: 10%
}

.passport-pk-title{
  width:80%;
  height:auto;
  margin-left:10%;
  margin-bottom: 20%;
}

.in-store-font-size{
  font-size: 160px;
}

.passport-legal-line{
  bottom:-17%
}

.passport-img{
  position: inherit !important;
  width:90% !important;
}

#anchor-mobile-pokemon{
  height: 80px;
}

.logo-consoleheroes{
  width: 50%;
}

#consoleheroes-text h1 {
  white-space: pre-wrap;
}

.mail{
  white-space: nowrap;
}

@media (min-width: 2559.98px) {
  .stroke-layer{
    font-size: 74px !important;
  }
  .fill-layer{
    font-size: 74px;
  }
  .passport-pk-title{
    margin-left:17%;
  }

}

@media (min-width: 3559.98px) {
  .stroke-layer{
    font-size: 150px !important;
  }
  .fill-layer{
    font-size: 150px;
  }
  .passport-pk-title{
    margin-left:5%;
  }

  .in-store-font-size{
    font-size: 300px;
  }

  .passport-left-container{
    top:38%;
  }

  .passport-pk-logo {
    margin-bottom: 12%;
    margin-left: -10%;
  }

  .passport-cta-home{
    margin-top: 200px;
  }

  .passport-cta-btn{
    font-size: 50px;
  }

  .passport-legal-line{
    font-size: 20px;
    margin-top: 500px !important;
  }

}

@media (max-width: 2560px) {
  .stroke-layer{
    font-size: 74px !important;
  }
  .fill-layer{
    font-size: 74px;
  }
  .passport-pk-title{
    margin-left:9%;
  }
  .passport-pk-logo {
    margin-left: -10%;
  }
}

@media (max-width: 2249.98px) {
  .passport-pk-title{
    margin-left:4%;
  }
}

@media (max-width: 2000.98px) {
  .passport-pk-title{
    margin-left:10%;
  }

  .in-store-font-size{
    font-size: 140px;
  }

  .passport-pk-logo {
    margin-bottom: 12%;
    margin-left: -5%;
  }

  .stroke-layer{
    font-size: 60px !important;
  }
  .fill-layer{
    font-size: 60px;
  }

}

@media (max-width: 1750.98px) {
  .stroke-layer{
    font-size: 50px !important;
  }
  .fill-layer{
    font-size: 50px;
  }

  .in-store-font-size{
    font-size: 100px;
  }

  .passport-pk-title{
    margin-left:10%;
  }
  .passport-left-container{
    top:45%;
  }
}

@media (max-width: 1600.98px) {

  .passport-pk-title{
    margin-left:10%;
  }
}

@media (max-width: 1440.98px) {

  .stroke-layer{
    font-size: 40px !important;
  }
  .fill-layer{
    font-size: 40px;
  }
  .passport-pk-logo {
    margin-bottom: 18%;
  }
  .in-store-font-size{
        font-size: 80px;
  }

  .stroke-layer {
    -webkit-text-stroke: 10px #44135a;
  }

  .passport-legal-line{
    margin-top: 246px !important;
  }


}

@media (max-width: 1260.98px) {
  .stroke-layer{
    font-size: 48px !important;
  }
  .fill-layer{
    font-size: 48px;
  }
  .passport-img{
    margin-top: 30% !important;
  }
  #cta-home-consoleheroes{
    font-size: 20px;
  }
}

@media (max-width: 1100.98px) {
  .stroke-layer{
    font-size: 42px !important;
  }
  .fill-layer{
    font-size: 42px;
  }
}

/*mobile*/
@media (max-width: 1024px) {
  .passport-pk-logo{
    width: 60% !important;
    margin-left: auto;
  }
  .stroke-layer{
    font-size: 42px !important;
  }
  .fill-layer{
    font-size: 42px;
  }
  .curved-section-mobile {
    height: 40vh;
  }
  .bg-main-mobile {
    height: 40vh;
  }
  .passport-img{
    margin-top: 45%!important;
  }

}

@media (max-width: 1023.98px) {
  .passport-pk-logo{
    width: 35% !important;
    margin-bottom: 4%;
    margin-left:0 !important;
  }
  .passport-left-container{
    top: 54%
  }
  .passport-img{
    margin-top: 0!important;
  }
  .passport-left-col{
    max-height: 40vh !important;
    min-height: 40vh !important;
  }
  .stroke-layer{
    width: 100%;
  }
  .fill-layer{
    width: 100%;
  }
}

@media (max-width: 1023.98px) and (max-height: 840px) {
  .passport-pk-logo{
    width: 25% !important;
    margin-bottom: 0;
  }
  .gradient-wrapper{
    margin-top: 10px;
  }
}

@media (max-width: 900.98px) {
  .mobile-passport-right-col-height{
    min-height: 34vh !important;
  }
  .logo-consoleheroes{
    width: 30%;
  }
}

@media (max-width: 800.98px) {
  .passport-left-col{
    max-height: 35vh !important;
    min-height: 35vh !important;
  }

  .bg-main-mobile{
    height: 35vh;
  }

  .curved-section-mobile {
    height: 35vh;
  }

  #consoleheroes-text{
    padding-right: 60px;
    padding-left: 60px;
  }

}

@media (max-width: 768.98px) {
  .stroke-layer{
    font-size: 37px !important;
  }
  .fill-layer{
    font-size: 37px;
  }
  .in-store-font-size{
    font-size: 70px;
  }
}

@media (max-width: 630.98px) {
  .passport-left-container{
    top:48%
  }
  .stroke-layer{
    font-size: 32px !important;
  }
  .fill-layer{
    font-size: 32px;
  }
  .in-store-font-size{
    font-size: 60px;
  }
  .passport-pk-logo{
    width: 40% !important;
  }
}

@media (max-width: 450.98px) {

  .passport-left-col{
    max-height: 30vh !important;
    min-height: 30vh !important;
  }

  .bg-main-mobile{
    height: 30vh;
  }

  .curved-section-mobile {
    height: 30vh;
  }
  .mobile-passport-right-col-height{
    min-height: calc(64vh - var(--header-height)) !important;
  }
  .stroke-layer{
    font-size: 25px !important;
  }
  .fill-layer{
    font-size: 25px;
  }
  .in-store-font-size{
    font-size: 50px;
  }
  .passport-legal-line {
    margin-top: 0 !important;
    bottom: 0;
  }

  #anchor-mobile-pokemon{
    height: 10px;
  }
  .logo-consoleheroes{
    width: 50%;
  }

}

@media (max-width: 380.98px) {
  .stroke-layer{
    font-size: 15px !important;
  }
  .fill-layer{
    font-size: 15px;
  }
  .in-store-font-size{
    font-size: 30px;
  }
  .passport-left-container{
    top: 56%;
  }
  .passport-legal-line{
    bottom: -10%;
  }
}

/*Mobile, con dispositivo in orizzontale*/
@media (max-width: 950.98px) and (max-height: 450px){
  .passport-left-col{
    max-height: 95vh !important;
    min-height: 95vh !important;
  }

  .bg-main-mobile{
    height: 95vh;
  }

  .curved-section-mobile {
    height: 95vh;
  }
}

@media(max-width: 799.98px) and (max-height: 1209px){
  #pasport_row{
    margin-top: -60px !important;
  }
}

@media(max-width: 768.98px) and (max-height: 1181px){
  #pasport_row{
    margin-top: -30px !important;
  }
}

@media(max-width: 654.98px) and (max-height: 1209px){
  #pasport_row{
    margin-top: -80px !important;
  }
}

@media(max-width: 654.98px) and (max-height: 1181px){
  #pasport_row{
    margin-top: -30px !important;
  }
}







@font-face {
  font-family: 'MynorBoldCondensed';
  src: url('/fonts/Mynor-BoldCondensed.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadProBoldCond';
  src: url('/fonts/MyriadPro-BoldCond.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.passport-font {
  font-family: "MynorBoldCondensed";
}

.passport-font-esclam {
  font-family: "MyriadProBoldCond";
}














/*sere viewport*/
[data-inviewport="fade-out-right-footer"].is-inViewport {
  background: #ffffff;
  height: 10px;
  width: 100%;
  position: absolute;
  z-index: 2;
  animation: move-right 1500ms linear forwards;
}

[data-inviewport="fade-out-right"].is-inViewport {
  background: #ffffff;
  height: 105%;
  width: 100%;
  position: absolute;
  animation: move-right 2000ms linear forwards;
}

@keyframes move-right {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}

[data-inviewport="fade-out-bottom"].is-inViewport {
  background:url('../images/prova.webp');
  background-repeat: no-repeat;
  background-size: cover;
  /*background: #ffffff;*/
  height: auto;
  width: 100%;
  position: absolute;
  z-index: 2;
  top:0;
  left: 0;
  animation: compress 3s linear forwards;
}

@keyframes compress {
  0% {
    /*top: 0%;*/
    height: 0%;
  }
  100% {
    /*top: 100%;*/
    height: 100%;
  }
}


[data-inviewport="fade-out-left"].is-inViewport {
  background: #ffffff;
  height: 105%;
  width: 100%;
  position: absolute;
  animation: move-left 1500ms linear forwards;
}

@keyframes move-left {
  0% {
    right: 0%;
  }
  100% {
    right: 100%;
  }
}
