@charset "UTF-8";
/*!
 * Bootstrap Grid v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

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

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

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

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-grid {
  display: -ms-grid !important;
  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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

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

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

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

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

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

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

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

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

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

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

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

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

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

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

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

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

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

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

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

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

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

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

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

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

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

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

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

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

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

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

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

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

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

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

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

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

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

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

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

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

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

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

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
  .fs-sm-1 {
    font-size: 2.5rem !important;
  }
  .fs-sm-2 {
    font-size: 2rem !important;
  }
  .fs-sm-3 {
    font-size: 1.75rem !important;
  }
  .fs-sm-4 {
    font-size: 1.5rem !important;
  }
  .fs-md-1 {
    font-size: 2.5rem !important;
  }
  .fs-md-2 {
    font-size: 2rem !important;
  }
  .fs-md-3 {
    font-size: 1.75rem !important;
  }
  .fs-md-4 {
    font-size: 1.5rem !important;
  }
  .fs-lg-1 {
    font-size: 2.5rem !important;
  }
  .fs-lg-2 {
    font-size: 2rem !important;
  }
  .fs-lg-3 {
    font-size: 1.75rem !important;
  }
  .fs-lg-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

.background-black {
  background-color: #000 !important;
}

.background-black .card-default a, .background-black .card-promotion a {
  background: #000 !important;
}

.background-white {
  background-color: #fff !important;
}

.background-white .card-default a, .background-white .card-promotion a {
  background: #fff !important;
}

.background-grey {
  background-color: #f3f3f3 !important;
}

.background-grey .card-default a, .background-grey .card-promotion a {
  background: #f3f3f3 !important;
}

.background-red {
  background-color: #e40046 !important;
}

.background-red .card-default a, .background-red .card-promotion a {
  background: #e40046 !important;
}

.background-yellow {
  background-color: #fff200 !important;
}

.background-yellow .card-default a, .background-yellow .card-promotion a {
  background: #fff200 !important;
}

.background-green {
  background-color: #0b4052 !important;
}

.background-green .card-default a, .background-green .card-promotion a {
  background: #0b4052 !important;
}

.background-orange {
  background-color: #cba058 !important;
}

.background-orange .card-default a, .background-orange .card-promotion a {
  background: #cba058 !important;
}

.background-blue {
  background-color: #182866 !important;
}

.background-blue .card-default a, .background-blue .card-promotion a {
  background: #182866 !important;
}

.background-pink {
  background-color: #98005d !important;
}

.background-pink .card-default a, .background-pink .card-promotion a {
  background: #98005d !important;
}

.background-purple {
  background-color: #98005d !important;
}

.background-purple .card-default a, .background-purple .card-promotion a {
  background: #98005d !important;
}

.background-dark_blue {
  background-color: #000532 !important;
}

.background-dark_blue .card-default a, .background-dark_blue .card-promotion a {
  background: #000532 !important;
}

.text-black {
  color: #000 !important;
}

.text-black * {
  color: #000 !important;
}

.text-black strong {
  -webkit-text-stroke-color: #000 !important;
  color: transparent !important;
}

.text-white {
  color: #fff !important;
}

.text-white * {
  color: #fff !important;
}

.text-white strong {
  -webkit-text-stroke-color: #fff !important;
  color: transparent !important;
}

.text-grey {
  color: #f3f3f3 !important;
}

.text-grey * {
  color: #f3f3f3 !important;
}

.text-grey strong {
  -webkit-text-stroke-color: #f3f3f3 !important;
  color: transparent !important;
}

.text-red {
  color: #e40046 !important;
}

.text-red * {
  color: #e40046 !important;
}

.text-red strong {
  -webkit-text-stroke-color: #e40046 !important;
  color: transparent !important;
}

.text-yellow {
  color: #fff200 !important;
}

.text-yellow * {
  color: #fff200 !important;
}

.text-yellow strong {
  -webkit-text-stroke-color: #fff200 !important;
  color: transparent !important;
}

.text-green {
  color: #0b4052 !important;
}

.text-green * {
  color: #0b4052 !important;
}

.text-green strong {
  -webkit-text-stroke-color: #0b4052 !important;
  color: transparent !important;
}

.text-orange {
  color: #cba058 !important;
}

.text-orange * {
  color: #cba058 !important;
}

.text-orange strong {
  -webkit-text-stroke-color: #cba058 !important;
  color: transparent !important;
}

.text-blue {
  color: #182866 !important;
}

.text-blue * {
  color: #182866 !important;
}

.text-blue strong {
  -webkit-text-stroke-color: #182866 !important;
  color: transparent !important;
}

.text-pink {
  color: #98005d !important;
}

.text-pink * {
  color: #98005d !important;
}

.text-pink strong {
  -webkit-text-stroke-color: #98005d !important;
  color: transparent !important;
}

.text-purple {
  color: #98005d !important;
}

.text-purple * {
  color: #98005d !important;
}

.text-purple strong {
  -webkit-text-stroke-color: #98005d !important;
  color: transparent !important;
}

.text-dark_blue {
  color: #000532 !important;
}

.text-dark_blue * {
  color: #000532 !important;
}

.text-dark_blue strong {
  -webkit-text-stroke-color: #000532 !important;
  color: transparent !important;
}

.border-color-black {
  border-color: #000 !important;
}

.border-color-white {
  border-color: #fff !important;
}

.border-color-grey {
  border-color: #f3f3f3 !important;
}

.border-color-red {
  border-color: #e40046 !important;
}

.border-color-yellow {
  border-color: #fff200 !important;
}

.border-color-green {
  border-color: #0b4052 !important;
}

.border-color-orange {
  border-color: #cba058 !important;
}

.border-color-blue {
  border-color: #182866 !important;
}

.border-color-pink {
  border-color: #98005d !important;
}

.border-color-purple {
  border-color: #98005d !important;
}

.border-color-dark_blue {
  border-color: #000532 !important;
}

.card-height-tiny {
  height: 30vh;
}

.card-height-small {
  height: 20vh;
}

.card-height-medium {
  height: 30vh;
}

.card-height-large {
  height: 40vh;
}

.card-height-extra_large {
  height: 50vh;
}

.banner-height-tiny {
  min-height: 30vh !important;
}

.banner-height-small {
  min-height: 40vh !important;
}

.banner-height-medium {
  min-height: 60vh !important;
}

.banner-height-large {
  min-height: 78vh !important;
}

.banner-height-extra_large {
  min-height: 85vh !important;
}

.block-padding-none {
  padding-top: 0;
  padding-bottom: 0;
}

.block-padding-small {
  padding-top: calc(1.3125rem + 0.75vw);
  padding-bottom: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  .block-padding-small {
    padding-top: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .block-padding-small {
    padding-bottom: 1.875rem;
  }
}

.block-padding-medium {
  padding-top: calc(1.5rem + 3vw);
  padding-bottom: calc(1.5rem + 3vw);
}

@media (min-width: 1200px) {
  .block-padding-medium {
    padding-top: 3.75rem;
  }
}

@media (min-width: 1200px) {
  .block-padding-medium {
    padding-bottom: 3.75rem;
  }
}

.block-padding-large {
  padding-top: calc(1.8125rem + 6.75vw);
  padding-bottom: calc(1.8125rem + 6.75vw);
}

@media (min-width: 1200px) {
  .block-padding-large {
    padding-top: 6.875rem;
  }
}

@media (min-width: 1200px) {
  .block-padding-large {
    padding-bottom: 6.875rem;
  }
}

.block-margin-none {
  margin-top: 0;
  margin-bottom: 0;
}

.block-margin-small {
  margin-top: calc(1.3125rem + 0.75vw);
  margin-bottom: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  .block-margin-small {
    margin-top: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .block-margin-small {
    margin-bottom: 1.875rem;
  }
}

.block-margin-medium {
  margin-top: calc(1.5rem + 3vw);
  margin-bottom: calc(1.5rem + 3vw);
}

@media (min-width: 1200px) {
  .block-margin-medium {
    margin-top: 3.75rem;
  }
}

@media (min-width: 1200px) {
  .block-margin-medium {
    margin-bottom: 3.75rem;
  }
}

.block-margin-large {
  margin-top: calc(1.8125rem + 6.75vw);
  margin-bottom: calc(1.8125rem + 6.75vw);
}

@media (min-width: 1200px) {
  .block-margin-large {
    margin-top: 6.875rem;
  }
}

@media (min-width: 1200px) {
  .block-margin-large {
    margin-bottom: 6.875rem;
  }
}

body {
  overflow-x: hidden;
}

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul, li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a img {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.aligncenter {
  display: block;
  margin: 0 auto 30px auto;
}

.clear-me:before,
.clear-me:after {
  content: "";
  display: table;
}

.clear-me:after {
  clear: both;
}

#nav-toggle, #mobile-nav, #mobile-detect, #ccccc, #nav-toggle {
  display: none;
}

img {
  max-width: 100%;
}

html {
  font: 16px "franklin-gothic-atf", serif;
  font-size: 1rem;
  line-height: 1;
}

h1, .h1 {
  font: 16px "franklin-gothic-atf", sans-serif;
  font-size: calc(1.625rem + 4.5vw);
  padding-bottom: 1.25rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -1.5px;
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 5rem;
  }
}

h1 strong, .h1 strong {
  font-weight: 900;
}

h2, .h2 {
  font: 16px "franklin-gothic-atf", serif;
  font-size: calc(1.39375rem + 1.725vw);
  padding-bottom: 1.25rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -1px;
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.6875rem;
  }
}

h2 strong, .h2 strong {
  font-weight: 900;
}

h3, .h3 {
  font: 16px "franklin-gothic-atf", sans-serif;
  font-size: calc(1.425rem + 2.1vw);
  padding-bottom: calc(1.28125rem + 0.375vw);
  line-height: 0.8;
  font-weight: 600;
  letter-spacing: -1px;
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  h3, .h3 {
    padding-bottom: 1.5625rem;
  }
}

h4, .h4 {
  font: 16px "franklin-gothic-atf", serif;
  font-size: 1.125rem;
  padding-bottom: 0.9375rem;
  font-weight: 800;
  font-weight: 400;
}

h5, .h5 {
  letter-spacing: 0.5px;
  font: 16px "franklin-gothic-atf", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  padding-bottom: 0.9375rem;
}

h6, .h6 {
  font: 16px "franklin-gothic-atf", serif;
  font-size: 1rem;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
  -webkit-text-stroke-width: 2px;
  color: transparent;
}

h1 strong.black, h2 strong.black, h3 strong.black, h4 strong.black, h5 strong.black, h6 strong.black, .h1 strong.black, .h2 strong.black, .h3 strong.black, .h4 strong.black, .h5 strong.black, .h6 strong.black {
  -webkit-text-stroke-color: black;
}

p, li {
  font: 16px "franklin-gothic-atf", serif;
  font-size: 1.125rem;
  padding-bottom: 1.25rem;
  font-weight: 500;
}

p strong, li strong {
  font: 16px "franklin-gothic-atf", serif;
  font-size: 1.125rem;
}

li {
  padding-bottom: 0;
}

table h2, table h3, table h4, table h5, table h6 {
  padding-bottom: 0;
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

p {
  line-height: 1.6;
  font-weight: 500;
}

p strong {
  font-weight: 800;
}

.user-content .blockquote, .user-content blockquote {
  line-height: 1.8;
  margin-bottom: 2em;
  border-left: 3px solid #333;
  padding-left: 2em;
  margin-left: 2em;
  font-style: italic;
  margin-bottom: 2em;
  margin-top: 2em;
  margin-bottom: 4em;
  margin-right: 2em;
}

.user-content .blockquote strong, .user-content blockquote strong {
  display: block;
  text-align: right;
  font-size: 1.2em;
}

.user-content ul, .user-content ol {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}

.user-content ul li, .user-content ol li {
  font-weight: 500 !important;
  list-style: initial;
}

.user-content ol, .user-content ol li {
  list-style: numeric !important;
}

.user-content blockquote {
  font: 16px "franklin-gothic-atf", serif;
  font-size: 1.125rem;
  font-style: italic;
}

table th, table td {
  padding: 10px 10px;
  font: 16px "franklin-gothic-atf", sans-serif;
  font-size: 1.125rem;
}

table {
  margin-bottom: 30px;
  color: white;
  width: 100%;
  padding: 40px;
  border: 1px solid #ccc;
}

table th {
  border-bottom: 1px solid white;
  background: #000532;
}

table tr {
  border-bottom: 1px solid #ccc;
}

table tr:nth-child(odd) {
  background: #efefef;
}

table tr td {
  padding: 12px 10px;
  font: 16px "franklin-gothic-atf", serif;
  font-size: 0.9375rem;
  color: black;
}

table p {
  padding: 0;
  font: 16px "franklin-gothic-atf", serif;
  font-size: 0.9375rem;
}

table thead th {
  font: 16px "franklin-gothic-atf", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.row__header {
  margin-bottom: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {
  .row__header {
    margin-bottom: 2.25rem;
  }
}

iframe {
  max-width: 100% !important;
}

.columns-1, .columns-2, .columns-3, .columns-4, .columns-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns-1 > div, .columns-1 > li {
  width: 100%;
}

.columns-2 > div, .columns-2 > li {
  width: 50%;
}

@media (max-width: 767.98px) {
  .columns-2 > div, .columns-2 > li {
    width: 100%;
  }
}

.columns-3 > div, .columns-3 > li {
  width: 33.3333%;
}

@media (max-width: 767.98px) {
  .columns-3 > div, .columns-3 > li {
    width: 100%;
  }
}

.columns-4 > div, .columns-4 > li {
  width: 25%;
}

@media (max-width: 767.98px) {
  .columns-4 > div, .columns-4 > li {
    width: 50%;
  }
}

.columns-5 > div, .columns-5 > li {
  width: 20%;
}

@media (max-width: 767.98px) {
  .columns-5 > div, .columns-5 > li {
    width: 50%;
  }
}

.background-black {
  color: white;
}

.background-overhang-right:before {
  right: auto;
  left: 100%;
}

.shadow-bottom {
  position: relative;
  -webkit-box-shadow: 0 40px 40px -40px rgba(0, 0, 0, 0.5);
          box-shadow: 0 40px 40px -40px rgba(0, 0, 0, 0.5);
}

.background-overhang-left, .background-overhang-right {
  position: relative;
}

.background-overhang-left:before, .background-overhang-right:before {
  width: 100%;
  right: 100%;
  content: "";
  background: inherit;
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-size: cover;
}

.content-block {
  position: relative;
}

.splide__arrow {
  margin: 0 10px;
}

@media (max-width: 991.98px) {
  .splide__track {
    max-width: 97%;
  }
  .banner-block .splide__track {
    max-width: 97%;
  }
}

.splide__arrow:focus svg, .splide__arrow:hover svg {
  fill: white;
}

body .splide__pagination__page {
  background: #000;
}

body .splide__pagination__page.is-active {
  background: #e40046;
}

@media (max-width: 991.98px) {
  .content-block {
    overflow: hidden;
  }
}

.mobile-image {
  display: none;
}

@media (max-width: 991.98px) {
  .mobile-image {
    display: block;
  }
}

.desktop-image {
  display: block;
}

@media (max-width: 991.98px) {
  .desktop-image {
    display: none;
  }
}

header.common.text-start h3 {
  padding-left: 6px;
  color: #fff200;
}

header.common h3, header.common h2 {
  padding: 0;
}

.background-dark {
  background: #000532;
  color: white;
}

.background-purple {
  color: white;
}

.block-margin-pull.up {
  margin-top: -6em;
}

.button, .form-style button, .button:visited, button, input[type=submit] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: calc(1.3125rem + 0.75vw);
  padding-right: calc(1.3125rem + 0.75vw);
  letter-spacing: -0.51px;
  display: inline-block;
  border-radius: 0;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  background: #98005d;
  color: black;
  font: 16px "franklin-gothic-atf", sans-serif;
  font-size: 1.125rem;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-weight: bold;
  border-radius: 5px;
  color: white;
  border: 1px solid #98005d;
}

@media (min-width: 1200px) {
  .button, .form-style button, .button:visited, button, input[type=submit] {
    padding-left: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .button, .form-style button, .button:visited, button, input[type=submit] {
    padding-right: 1.875rem;
  }
}

.button:hover, .form-style button:hover, .button:visited:hover, button:hover, input[type=submit]:hover {
  text-decoration: none;
  background: black;
  color: #fff;
  border-color: #000;
}

.button.transparent, .form-style button.transparent, .button:visited.transparent, button.transparent, input[type=submit].transparent {
  border: 1px solid white;
  background: transparent;
  color: white;
}

.button.black, .form-style button.black, .button:visited.black, button.black, input[type=submit].black {
  background: black;
  border: 1px solid black;
}

.button.body-text, .form-style button.body-text, .button:visited.body-text, button.body-text, input[type=submit].body-text {
  font: 16px "franklin-gothic-atf", serif;
  font-size: 1.125rem;
  text-transform: none;
  font-weight: 500;
}

.button-group {
  padding: 1.5em 0 0 0;
}

.notification-bar .splide__arrow--prev {
  left: 0;
}

.notification-bar .splide__arrow--next {
  right: 0;
}

.notification-bar__slider {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 991.98px) {
  .notification-bar__slider {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.notification-bar__slider p {
  font: 16px "franklin-gothic-atf", serif;
  font-size: 0.875rem;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 991.98px) {
  .notification-bar__slider p {
    font: 16px "franklin-gothic-atf", serif;
    font-size: 0.75rem;
  }
}

.notification-bar__slider * {
  padding: 0;
}

.top-navigation {
  background: #0f0f0f;
  color: white;
  text-transform: uppercase;
}

.top-navigation a {
  text-decoration: none;
  color: white;
}

@media (max-width: 991.98px) {
  .top-navigation .d-flex {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.top-navigation p, .top-navigation li {
  font: 16px "franklin-gothic-atf", serif;
  font-size: 0.75rem;
  padding: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15px;
}

.top-navigation i {
  font-size: 1.2em;
}

.top-navigation li {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (max-width: 991.98px) {
  .top-navigation li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.top-navigation li:last-child {
  padding-right: 0;
}

.top-navigation .d-flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.top-navigation .d-flex > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991.98px) {
  .top-navigation .d-flex > div.social-media {
    display: none;
  }
}

.top-navigation .d-flex > div.social-media p {
  padding-right: 1rem;
}

.top-navigation .d-flex > div.login {
  padding-left: 1rem;
  padding-right: 1rem;
}

.top-navigation .d-flex > div.login span {
  position: relative;
  top: -1px;
}

.top-navigation .d-flex > div.login i {
  background: #9a9a9a;
  color: black;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  vertical-align: top;
  vertical-align: baseline;
  margin-left: 0.3125rem;
  text-align: center;
}

.top-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  overflow: hidden;
}

#header .logo-container {
  position: relative;
  z-index: 99;
}

@media (max-width: 991.98px) {
  #header .logo-container img {
    max-width: 180px;
  }
}

#header .nav-container {
  position: relative;
  z-index: 999;
}

#header .nav-container + .nav-container ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media (max-width: 991.98px) {
  #header #header-navigation {
    padding: 0.625rem;
    padding-left: calc(1.28125rem + 0.375vw);
    padding-right: calc(1.28125rem + 0.375vw);
  }
}

@media (max-width: 991.98px) and (min-width: 1200px) {
  #header #header-navigation {
    padding-left: 1.5625rem;
  }
}

@media (max-width: 991.98px) and (min-width: 1200px) {
  #header #header-navigation {
    padding-right: 1.5625rem;
  }
}

#header img {
  max-width: 160px;
}

#header nav.top {
  position: relative;
  z-index: 20;
}

#header nav.top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991.98px) {
  #header nav.top ul {
    display: none;
  }
}

#header nav.top ul li a {
  color: white;
  padding: 20px;
  display: inline-block;
}

#header nav.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 20;
}

#header nav.bottom .search-mobile-button {
  position: relative;
  top: 0px;
}

#header nav.bottom .search-mobile-button a {
  padding-left: 1.25rem;
}

@media (max-width: 991.98px) {
  #header nav.bottom .hamburger {
    padding-right: 0;
    margin-right: 0;
    padding-left: 0.5em;
  }
  #header nav.bottom .hamburger a {
    padding: 10px;
  }
}

#header nav.bottom .hamburger-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
}

#header nav.bottom .hamburger-container a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header nav.bottom .hamburger-container span {
  margin-right: 5px;
}

#header nav.bottom .hamburger--arrow {
  position: relative;
  top: 1px;
}

@media (max-width: 991.98px) {
  #header nav.bottom li {
    display: none;
  }
}

#header nav.bottom > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

#header nav.bottom > ul li {
  -webkit-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s;
  /* delay of 1 seconds on hover off */
}

#header nav.bottom > ul li a {
  letter-spacing: -0px;
  color: white;
  text-decoration: none;
  width: 100%;
  font: 16px "franklin-gothic-atf", serif;
  font-size: 1.125rem;
  letter-spacing: 0.2px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-weight: 500;
  padding-top: calc(1.375rem + 1.5vw);
  padding-bottom: calc(1.375rem + 1.5vw);
  display: inline-block;
}

@media (min-width: 1200px) {
  #header nav.bottom > ul li a {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1200px) {
  #header nav.bottom > ul li a {
    padding-bottom: 2.5rem;
  }
}

#header nav.bottom > ul li.my-tgi-login {
  padding-left: 1.25rem;
}

#header nav.bottom > ul li.my-tgi-login a {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font: 16px "franklin-gothic-atf", serif;
  font-size: 1rem;
  border-radius: 6px;
  border: 1px solid white;
}

#header nav.bottom > ul li > a {
  text-align: center;
}

#header nav.bottom > ul li.search a {
  font: 16px "franklin-gothic-atf", serif;
  font-size: calc(1.275rem + 0.3vw);
  padding: 1.25rem;
}

@media (min-width: 1200px) {
  #header nav.bottom > ul li.search a {
    font-size: 1.5rem;
  }
}

#header nav.bottom > ul li.hamburger-container a {
  padding-left: 0.3125rem;
}

#header nav.bottom > ul li.hamburger a {
  font: 16px "franklin-gothic-atf", serif;
  font-size: calc(1.275rem + 0.3vw);
  padding-left: 0.9375rem;
}

@media (min-width: 1200px) {
  #header nav.bottom > ul li.hamburger a {
    font-size: 1.5rem;
  }
}

@media (max-width: 991.98px) {
  #header .logo-container a img {
    width: 170px;
    max-width: 100%;
  }
}

#header.fixed-top {
  background: #000;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

#header.fixed-top .logo-container a {
  position: relative;
  display: inline-block;
}

#header.fixed-top .logo-container a:after {
  -webkit-transition: all 2s ease-in;
  transition: all 2s ease-in;
  visibility: visible;
  z-index: 5;
  opacity: 1;
}

#header.fixed-top .logo-container a img {
  z-index: 10;
  position: relative;
}

body.fixed-top {
  padding-top: 140px;
}

@media (max-width: 991.98px) {
  body.fixed-top {
    padding-top: 100px;
  }
}

.navigation-content .navigation-content {
  display: none;
}

.navigation-content .navigation-content.active {
  display: block;
}

.sidebar-navigation {
  width: 100%;
  border-radius: 10px;
  background: #000532;
  margin-top: 3em;
  color: white;
  padding: 2em;
}

.sidebar-navigation h3 {
  font: 16px "franklin-gothic-atf", serif;
  font-size: calc(1.3rem + 0.6vw);
  text-transform: none;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .sidebar-navigation h3 {
    font-size: 1.75rem;
  }
}

.sidebar-navigation ul {
  width: 100%;
}

.sidebar-navigation li {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  position: relative;
}

.sidebar-navigation li.active, .sidebar-navigation li:hover {
  background: rgba(255, 255, 255, 0.3);
}

.sidebar-navigation li.active:before, .sidebar-navigation li:hover:before {
  width: 45px;
  border-left: 5px solid #fff200;
  position: Absolute;
  left: -50px;
  content: "";
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}

.sidebar-navigation li.active:after, .sidebar-navigation li:hover:after {
  width: 15px;
  position: Absolute;
  left: 100%;
  content: "";
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}

.sidebar-navigation li a {
  color: white;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  text-decoration: none;
  font: 16px "franklin-gothic-atf", serif;
  font-size: 1rem;
}

.sidebar-navigation.slim ul {
  padding-left: 60px;
}

.sidebar-navigation.slim ul li {
  width: 99.5%;
}

.sidebar-navigation.slim ul li:active, .sidebar-navigation.slim ul li:hover {
  left: 0;
}

#main {
  min-height: 50vh;
}

.transition-fade {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

html {
  scroll-behavior: smooth;
}

#modal-mega-menu-desktop {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#modal-mega-menu-desktop .container, #modal-mega-menu-desktop .row {
  height: 100%;
}

#modal-mega-menu-desktop .modal-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#modal-mega-menu-desktop .left-navigation, #modal-mega-menu-desktop .right-navigation {
  padding: 200px 0;
  padding-right: 2.55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#modal-mega-menu-desktop .left-navigation {
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  position: relative;
}

#modal-mega-menu-desktop .left-navigation:before {
  content: "";
  width: 100%;
  right: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 99;
  background: rgba(0, 0, 0, 0.1);
}

#modal-mega-menu-desktop .left-navigation ul {
  width: 100%;
}

#modal-mega-menu-desktop .left-navigation ul:first-of-type li {
  font: 16px "franklin-gothic-atf", serif;
  font-size: calc(1.6875rem + 5.25vw);
  padding-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  #modal-mega-menu-desktop .left-navigation ul:first-of-type li {
    font-size: 5.625rem;
  }
}

#modal-mega-menu-desktop .left-navigation ul:first-of-type li a {
  color: white;
  text-decoration: none;
}

#modal-mega-menu-desktop .right-navigation {
  height: 100%;
  padding-left: 2em;
}

#modal-mega-menu-desktop .right-navigation ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  width: 100%;
}

#modal-mega-menu-desktop .right-navigation ul li {
  font: 16px "franklin-gothic-atf", serif;
  font-size: calc(1.34375rem + 1.125vw);
  font-weight: bold;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  #modal-mega-menu-desktop .right-navigation ul li {
    font-size: 2.1875rem;
  }
}

#modal-mega-menu-desktop .right-navigation ul li a {
  text-decoration: none;
  display: inline-block;
  padding: 12px 20px;
  color: white;
}

#mm-clone-mobile-menu, #mobile-menu {
  z-index: 9999999999;
}

#mm-clone-mobile-menu .mm-navbar, #mobile-menu .mm-navbar {
  display: none;
}

#mm-clone-mobile-menu .mm-panel, #mobile-menu .mm-panel {
  background: #000 !important;
}

#mm-clone-mobile-menu .mm-panel *, #mobile-menu .mm-panel * {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}

#mm-clone-mobile-menu .mm-btn--next:after, #mm-clone-mobile-menu .mm-btn--prev:before, #mobile-menu .mm-btn--next:after, #mobile-menu .mm-btn--prev:before {
  border-color: white;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.breadcrumbs li {
  padding: 0 10px;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs li:last-child {
  padding-left: 0;
}

.breadcrumbs li:after {
  content: "\f054";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 15px;
}

.breadcrumbs li:first-child:after {
  display: none;
}

.breadcrumbs a {
  font: 16px "franklin-gothic-atf", serif;
  font-size: 1.125rem;
  letter-spacing: -0px;
  text-decoration: none;
  color: white;
}

.banner-block {
  overflow: hidden;
}

.node-3729 .inner-banner, .node-3725 .inner-banner, .node-3726 .inner-banner, .node-3728 .inner-banner, .node-3730 .inner-banner {
  min-height: 200px !important;
  padding-bottom: 20px;
}

.banner__content h2 {
  padding-bottom: 0;
}

.banner__image:after {
  background: #000214;
  background: -webkit-gradient(linear, left top, left bottom, from(#000214), to(rgba(0, 2, 20, 0)));
  background: linear-gradient(180deg, #000214 0%, rgba(0, 2, 20, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 99;
  max-height: 30%;
  content: "";
}

:root {
  --mm-size: calc( 100% - 180px );
  --mm-min-size: calc( 100% - 180px );
  --mm-max-size: 100%;
}

.node-5017 #header {
  border-bottom: 1px solid #c2c0ba;
}

@media (max-width: 991.98px) {
  .node-5017 #header {
    border-bottom: 0;
  }
}

.page-footer {
  padding-top: calc(1.3125rem + 0.75vw);
  padding-bottom: calc(1.35rem + 1.2vw);
}

.page-footer .mailing-list {
  background: #000532;
  padding: 2.5em 0;
  color: white;
}

.page-footer .mailing-list h4 {
  color: #98005d;
  font: 16px "franklin-gothic-atf", sans-serif;
  font-size: calc(1.2875rem + 0.45vw);
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 1;
}

@media (min-width: 1200px) {
  .page-footer .mailing-list h4 {
    font-size: 1.625rem;
  }
}

.page-footer .mailing-list h2 {
  font: 16px "franklin-gothic-atf", sans-serif;
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 1;
}

@media (min-width: 1200px) {
  .page-footer .mailing-list h2 {
    font-size: 3rem;
  }
}

.page-footer .mailing-list fieldset {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black;
}

.page-footer .mailing-list input {
  margin: 20px;
  -webkit-box-flex: 0.8;
      -ms-flex: 0.8;
          flex: 0.8;
}

.page-footer .mailing-list button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 1200px) {
  .page-footer {
    padding-top: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .page-footer {
    padding-bottom: 2.25rem;
  }
}

@media (max-width: 991.98px) {
  .page-footer .logo {
    text-align: center;
  }
}

.page-footer .col-lg-8 {
  padding-top: calc(1.28125rem + 0.375vw);
}

@media (min-width: 1200px) {
  .page-footer .col-lg-8 {
    padding-top: 1.5625rem;
  }
}

@media (max-width: 991.98px) {
  .page-footer .col-lg-8 .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    margin-bottom: 20px;
  }
  .page-footer .col-lg-8 .d-flex li {
    width: 50%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    text-align: left;
    padding: 0;
  }
  .page-footer .col-lg-8 .d-flex li a {
    padding: 5px 15px;
    display: inline-block;
  }
}

.page-footer li,
.page-footer p {
  font: 16px "franklin-gothic-atf", serif;
  font-size: 1rem;
  padding: 0;
}

.page-footer li strong,
.page-footer p strong {
  font: 16px "franklin-gothic-atf", serif;
  font-size: 1rem;
  font-weight: 700;
}

.page-footer a {
  text-decoration: none;
}

.page-footer .address {
  padding-top: 0.625rem;
}

.page-footer .address p {
  padding-bottom: 5px;
  font-weight: 500;
}

.page-footer .main-nav {
  padding-bottom: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .page-footer .main-nav {
    padding-bottom: 2.5rem;
  }
}

.page-footer .main-nav ul {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-footer .main-nav ul li {
  padding-left: 1.25rem;
  font-weight: 600;
  padding: 0.9375rem;
  font: 16px "franklin-gothic-atf", serif;
  font-size: 1.1875rem;
  font-weight: 500;
}

.page-footer .main-nav ul li a {
  color: black;
}

.page-footer .main-nav ul li:last-child {
  padding-right: 0;
}

.page-footer .social-media ul {
  margin-right: -10px;
}

.page-footer .social-media ul li {
  padding: 0.3125rem;
}

@media (max-width: 991.98px) {
  .page-footer .social-media ul li {
    text-align: center !important;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
}

.page-footer .social-media ul li a {
  width: 40px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: black !important;
  border-radius: 50%;
  text-align: center;
  font: 16px "franklin-gothic-atf", serif;
  font-size: calc(1.28125rem + 0.375vw);
  line-height: 50px;
}

@media (min-width: 1200px) {
  .page-footer .social-media ul li a {
    font-size: 1.5625rem;
  }
}

.page-footer .social-media ul li a:visited {
  color: black;
}

label {
  margin-bottom: 6px;
  display: inline-block;
  width: 100%;
  font: 16px "franklin-gothic-atf", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

.find-a-pro select {
  margin-bottom: 0;
}

form input, form select, form textarea, .form input, .form select, .form textarea {
  font: 16px "franklin-gothic-atf", serif;
  font-size: 1rem;
  line-height: 2.2rem;
  height: 2.8rem;
  margin-bottom: 15px;
  padding-right: 30px;
  padding-top: 0;
  text-indent: 15px;
  padding-bottom: 0;
}

form input option, form select option, form textarea option, .form input option, .form select option, .form textarea option {
  padding: 15px;
}

form input[type="text"], form input[type="email"], form input[type="date"], form input[type="password"], form select, form textarea, .form input[type="text"], .form input[type="email"], .form input[type="date"], .form input[type="password"], .form select, .form textarea {
  width: 100%;
  text-indent: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fafafa;
}

form textarea, .form textarea {
  width: 100%;
  padding: 10px 20px;
  min-height: 180px;
  text-indent: 0;
}

input[type=checkbox] {
  float: left;
  display: inline-block;
  clear: none;
}

input[type=checkbox] + label, input[type=checkbox] + input + label {
  float: left;
  width: auto !important;
  margin-top: 8px;
  width: 90% !important;
  font-weight: normal;
  margin-left: 2%;
  margin-bottom: 5px !important;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.umbraco-forms-caption {
  font-size: 2em;
  margin-bottom: 20px;
  text-align: center;
}

.umbraco-forms-page {
  padding: 3em 0;
  max-width: 1000px;
  margin: 0 auto;
}

.umbraco-forms-page h2 {
  font-size: 1.5em;
}

.umbraco-forms-page .umbraco-forms-field-wrapper {
  width: 100%;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  position: relative;
  margin-bottom: 0px;
}

.umbraco-forms-page label {
  width: 100%;
}

.umbraco-forms-page .field-validation-error {
  background: #e40046;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  bottom: -1px;
  width: 100%;
  right: 0;
  color: white;
}

.umbracoForms-Indicator {
  color: red;
}

.umbraco-forms-navigation .col-sm-10 {
  width: 100%;
  margin: 0;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.umbraco-forms-navigation .col-sm-10 .btn {
  text-align: center;
  padding: 12px 30px !important;
}

.modal-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-box__close {
  position: fixed;
  top: 20px;
  right: 30px;
  font-size: 2.5em;
  cursor: pointer;
  color: #fff;
}

.modal-box__content {
  width: 100%;
}

.modal-box.active {
  z-index: 9999999;
  visibility: visible;
  opacity: 1;
}

.modal-box.active .modal-box__content.active {
  z-index: 9999999;
  visibility: visible;
  opacity: 1;
  top: 48%;
}

#modal-search form {
  text-align: center;
}

#modal-search form input {
  min-width: 250px;
}

#modal-search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#modal-search form {
  z-index: 99;
  position: relative;
}

#modal-search h2 {
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
}

#modal-search p {
  text-align: left;
}

#modal-search .modal-box__close {
  z-index: 999999 !important;
}

#modal-search form {
  width: 100%;
}

#modal-search button {
  background: #98005d;
  border-radius: 0;
}

#modal-search input {
  margin: 0;
}

#modal-search .row {
  height: 100%;
}

@media (max-width: 991.98px) {
  #modal-search .row {
    height: auto;
  }
}

#modal-search .modal-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  height: 100%;
}

#modal-search .left-navigation, #modal-search .right-navigation {
  padding-top: 100px;
  padding-left: 0%;
  position: relative;
  z-index: 10;
  padding-right: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#modal-search .left-navigation a, #modal-search .right-navigation a {
  color: white;
}

#modal-search .left-navigation {
  height: 100%;
  position: relative;
  z-index: 100;
  padding-right: 40px;
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  position: relative;
}

@media (max-width: 767.98px) {
  #modal-search .left-navigation {
    background: transparent;
  }
}

#modal-search .left-navigation:before {
  content: "";
  width: 100%;
  right: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 99;
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
  #modal-search .left-navigation:before {
    display: none;
  }
}

@media (max-width: 991.98px) {
  #modal-search .left-navigation {
    padding-top: 150px;
  }
}

#modal-search .left-navigation ul {
  width: 100%;
}

#modal-search .left-navigation ul:first-of-type li {
  font: 16px "franklin-gothic-atf", serif;
  font-size: calc(1.46875rem + 2.625vw);
  padding-bottom: 5px;
  font-weight: bold;
  letter-spacing: -1px;
}

@media (min-width: 1200px) {
  #modal-search .left-navigation ul:first-of-type li {
    font-size: 3.4375rem;
  }
}

#modal-search .left-navigation ul:first-of-type li a {
  color: white;
  text-decoration: none;
}

#modal-search .left-navigation ul:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#modal-search .left-navigation ul:last-of-type li {
  width: 80%;
  display: inline-block;
}

#modal-search .left-navigation ul:last-of-type li a {
  text-decoration: none;
  width: 100%;
  color: white;
  border: 1px solid white;
  font-weight: bold;
  display: inline-block;
  padding: 10px 10px;
  text-align: center;
}

#modal-search .right-navigation {
  height: 100%;
  padding-left: 5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: static;
}

@media (max-width: 991.98px) {
  #modal-search .right-navigation {
    padding-top: 5px;
    background: transparent;
    padding-left: 0;
  }
}

#modal-search .right-navigation:after {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  content: "";
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  z-index: 10;
}

#modal-search .right-navigation ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  width: 100%;
  position: relative;
  z-index: 99999;
}

#modal-search .right-navigation ul li {
  font: 16px "franklin-gothic-atf", serif;
  font-size: calc(1.34375rem + 1.125vw);
  font-weight: bold;
}

@media (min-width: 1200px) {
  #modal-search .right-navigation ul li {
    font-size: 2.1875rem;
  }
}

#modal-search .right-navigation ul li a {
  text-decoration: none;
  display: inline-block;
  padding: 12px 20px;
}

#modal-performances {
  max-width: 320px;
  background: #182866;
  max-height: 100%;
  padding-bottom: 50px;
  text-align: right;
  right: 0;
  left: initial;
}

#modal-performances .modal-box__content, #modal-performances .container, #modal-performances .row, #modal-performances .col-lg-12 {
  max-height: 100%;
  height: 100%;
}

#modal-performances h2, #modal-performances h3 {
  text-align: left;
  padding-top: 20px;
}

#modal-performances .button {
  width: 100%;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#modal-performances .performances {
  max-height: 100%;
  overflow: scroll;
  padding-bottom: 50px;
  overflow-x: hidden;
}

.media-text {
  overflow: hidden;
}

.media-text img {
  vertical-align: top;
  max-height: 60vh;
}

.media-text h2 strong {
  display: block;
}

.media-text .accordians {
  margin-bottom: 2em;
  border-radius: 10px;
  overflow: hidden;
}

.media-text .accordians .accordian-top-header {
  background: #000;
  color: white;
  padding: 10px 20px;
  margin: 0;
}

.media-text .accordian {
  padding: 0px;
}

.media-text .accordian:last-of-type {
  border-bottom: 0;
}

.media-text .accordian .accordian__content {
  margin-top: 10px;
  padding-top: 10px;
  padding: 25px 10px 10px 25px;
}

.media-text .accordian .accordian__content p {
  font: 16px "franklin-gothic-atf", serif;
  font-size: 0.875rem;
  padding-bottom: 10px;
}

.media-text .accordian h5 {
  font-size: 22px;
  padding-bottom: 0;
  padding: 15px 15px 15px 00px;
  font: 16px "franklin-gothic-atf", sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.media-text .accordian i {
  font-size: 1.2em;
}

@media (max-width: 767.98px) {
  .media-text {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .media-text .media-text__image {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .media-text .media-text__image img {
    margin-left: -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-bottom: 40px;
    border-bottom: 1px solid white;
  }
  .media-text .media-text__content {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}

.media-text.fixed {
  padding: 0;
  border-radius: 30px;
}

.media-text.fixed .media-text__image {
  padding: 0;
}

.media-text.fixed .media-text__image img {
  width: 100%;
}

.media-text.fixed .media-text__content {
  padding: 2em 3em;
}

.video-block {
  margin: 0 auto;
  margin-top: -5em;
  position: relative;
}

.video-block i {
  position: Absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  height: 80px;
  width: 80px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 2em;
  line-height: 80px;
}

.video-block img {
  width: 100%;
}

.umbraco-forms-form.joinus .background-white {
  background-color: #000532 !important;
  color: white;
  background-image: url("/assets/img/golf-right-background.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 50% auto;
}

.umbraco-forms-form.joinus .background-white .firstname, .umbraco-forms-form.joinus .background-white .contactnumber, .umbraco-forms-form.joinus .background-white .pganumber {
  float: left;
  width: 48%;
  clear: both;
}

.umbraco-forms-form.joinus .background-white .lastname, .umbraco-forms-form.joinus .background-white .inwhichpgaregionareyoubased, .umbraco-forms-form.joinus .background-white .clubname {
  float: right;
  width: 48%;
}

.umbraco-forms-form.joinus .background-white .umbraco-forms-page {
  margin: 0;
  max-width: 60%;
  text-align: left;
}

.umbraco-forms-form.joinus .background-white .umbraco-forms-page .umbraco-forms-caption {
  text-align: left;
}

.umbraco-forms-form.joinus .background-white .checkboxlist input {
  margin-bottom: 5px;
}

.umbraco-forms-form.joinus .background-white .checkboxlist br {
  display: none;
}

.umbraco-forms-form.joinus .background-white .checkboxlist label {
  width: auto !important;
  margin-right: 2em;
}

.card {
  margin-bottom: 20px;
  text-align: center;
}

.card a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333;
}

.card a:visited {
  color: #333;
}

.card__content {
  padding: 15px;
}

.card__image img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card h3 {
  font: 16px "franklin-gothic-atf", serif;
  font-size: 1.25rem;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

.card-news {
  color: black;
  border-radius: 15px;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
}

.card-news .card__image {
  border-radius: 20px;
}

.card-news .card__image img {
  border-radius: 20px;
}

.card-news:hover {
  text-decoration: none;
}

.card-news img {
  max-height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-news .button {
  display: none;
}

.card-news h5 {
  padding: 0 0 15px 0;
  font: 16px "franklin-gothic-atf", serif;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 500 !important;
  text-transform: none;
  letter-spacing: 0 !important;
}

@media (min-width: 1200px) {
  .card-news h5 {
    font-size: 1.5rem;
  }
}

.card-news p {
  padding: 0;
  color: #888;
}

.card-news p strong {
  color: #888;
}

.card-news__content {
  padding-top: 1.25rem;
  padding-bottom: calc(1.3125rem + 0.75vw);
  padding-left: calc(1.3125rem + 0.75vw);
  padding-right: calc(1.3125rem + 0.75vw);
  background: #f4f4f3;
}

@media (min-width: 1200px) {
  .card-news__content {
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .card-news__content {
    padding-left: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .card-news__content {
    padding-right: 1.875rem;
  }
}

.card-event img {
  height: initial !important;
}

.card-event p {
  line-height: 1.6;
}

.card-event a, .card-venue a {
  background: #000;
  color: white;
  text-align: left;
}

.card-event a *, .card-venue a * {
  color: white;
}

.card-event .button, .card-venue .button {
  margin-top: 15px;
}

.card-event h4, .card-venue h4 {
  padding-bottom: 5px;
}

.card-event p, .card-venue p {
  font: 16px "franklin-gothic-atf", serif;
  font-size: 0.8125rem;
  line-height: 1.6;
  padding-bottom: 0;
}

.card-event h3, .card-venue h3 {
  font: 16px "franklin-gothic-atf", serif;
  font-size: 1.125rem;
  letter-spacing: 0;
  padding-bottom: 0.4em;
}

.card-event .button, .card-venue .button {
  padding: 5px 30px;
  float: right;
  clear: both;
  margin-bottom: 20px;
}

.card-event .button:hover, .card-venue .button:hover {
  background: #182866;
}

.card-event .h6, .card-venue .h6 {
  font-size: 14px;
  margin-bottom: 5px;
  padding-bottom: 2px;
}

.card-event .h6 img, .card-venue .h6 img {
  vertical-align: top;
  margin-right: 5px;
}

.card-promotion a {
  background: transparent;
}

.card-promotion h4 {
  font-size: calc(1.2875rem + 0.45vw);
  letter-spacing: -0.5px;
}

@media (min-width: 1200px) {
  .card-promotion h4 {
    font-size: 1.625rem;
  }
}

.card-promotion img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 767.98px) {
  .card-promotion img {
    height: auto;
  }
}

.card-default .card__content {
  padding-left: 0;
}

.card-default a {
  text-align: left;
}

.card-default h4 {
  font-size: calc(1.2875rem + 0.45vw);
  letter-spacing: -0.5px;
}

@media (min-width: 1200px) {
  .card-default h4 {
    font-size: 1.625rem;
  }
}

.staff-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
  text-align: left;
}

.staff-card a {
  text-decoration: none;
  color: #000;
}

.staff-card__image {
  width: 100%;
}

.staff-card__image img {
  width: 100%;
}

.staff-card__content {
  width: 100%;
  text-align: left;
}

.staff-card h4 {
  font: 16px "franklin-gothic-atf", serif;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: bold;
}

@media (min-width: 1200px) {
  .staff-card h4 {
    font-size: 1.5rem;
  }
}

.staff-card h5 {
  font-weight: bold;
}

.staff-card img {
  vertical-align: top;
  margin-bottom: 0.75rem;
}

.staff-card h4, .staff-card h5 {
  padding-bottom: 0;
}

.splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.expand-button {
  color: #cba058;
  font-weight: bold;
  margin-top: 15px;
  letter-spacing: 1px;
  font-size: 14px;
}

.splide__pagination {
  bottom: -2em !important;
}

.card-downloads {
  text-align: left;
}

.card-downloads .card__content {
  padding: 30px;
  background: #ededed;
}

.card-downloads * {
  color: #e40046 !important;
}

.card-downloads .card__image {
  width: 45%;
  height: 100%;
}

.card-downloads .card__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center;
}

.card-downloads .card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.card-downloads .card__content h6 {
  border-top: 1px solid #e40046;
  padding-top: 25px;
}

.card-downloads .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-downloads .download i {
  margin-right: 20px;
}

.card-downloads span {
  font-weight: bold;
  font-size: 20px;
}

.card-downloads h4 {
  color: #e40046;
  font: 16px "franklin-gothic-atf", serif;
  font-size: calc(1.2875rem + 0.45vw);
  font-weight: 600;
  letter-spacing: -0.5px;
}

@media (min-width: 1200px) {
  .card-downloads h4 {
    font-size: 1.625rem;
  }
}

.card-job {
  padding: 2em;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  display: inline-block;
  text-decoration: none;
  color: black !important;
  margin-top: 3em;
}

.card-job a {
  color: black !important;
}

.card-job:hover {
  text-decoration: none;
}

.card-job h3 {
  padding-bottom: 15px;
}

.card-job .h5 {
  color: #98005d;
}

.brands li img {
  max-height: 30px;
}

.brands li span:first-child {
  text-align: center;
  padding: 3px 15px;
}

.accordians__header-row {
  padding-bottom: calc(1.28125rem + 0.375vw);
}

@media (min-width: 1200px) {
  .accordians__header-row {
    padding-bottom: 1.5625rem;
  }
}

.accordians__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: calc(1.28125rem + 0.375vw);
}

@media (min-width: 1200px) {
  .accordians__header {
    padding-bottom: 1.5625rem;
  }
}

.accordians__header h2 {
  padding-bottom: 0;
}

.accordian {
  max-width: 1200px;
  margin: 0 auto;
  text-decoration: none;
  border-bottom: 1px solid;
  padding: 18px 0;
}

.accordian h4 {
  font-weight: 600;
  text-align: left;
}

.accordian h4 small {
  display: block;
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
}

.accordian__header {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accordian__header img {
  display: none;
}

.accordian__header i {
  margin-right: 20px;
  font-size: 2em;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.accordian__header h4 {
  padding-bottom: 0;
  font-size: 36px;
}

.accordian__content {
  display: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  border-top: 1px solid;
  padding-top: 0.9375rem;
  margin-top: 20px;
  padding-bottom: 0;
}

.accordian.active .accordian__header i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.my-tgi-content-inner .accordian__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.my-tgi-content-inner .accordian__header span {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  padding: 0 2em;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 32px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 64px;
          perspective: 64px;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 64px;
          perspective: 64px;
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 64px;
          perspective: 64px;
}

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 64px;
          perspective: 64px;
}

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 64px;
          perspective: 64px;
}

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 64px;
          perspective: 64px;
}

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-6.4px, -8px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-6.4px, -8px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-6.4px, 8px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-6.4px, 8px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(6.4px, -8px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(6.4px, -8px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(6.4px, 8px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(6.4px, 8px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(45deg);
          transform: translate3d(0, -8px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
          transform: translate3d(0, 8px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(-270deg);
          transform: translate3d(0, -16px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-135deg);
          transform: translate3d(0, 8px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(270deg);
          transform: translate3d(0, -16px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -64px;
  top: -64px;
  -webkit-transform: translate3d(64px, 64px, 0) rotate(45deg);
          transform: translate3d(64px, 64px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -64px;
  top: -64px;
  -webkit-transform: translate3d(-64px, 64px, 0) rotate(-45deg);
          transform: translate3d(-64px, 64px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -64px;
  top: 64px;
  -webkit-transform: translate3d(64px, -64px, 0) rotate(-45deg);
          transform: translate3d(64px, -64px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -64px;
  top: 64px;
  -webkit-transform: translate3d(-64px, -64px, 0) rotate(45deg);
          transform: translate3d(-64px, -64px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider .hamburger-inner::before {
  top: 8px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 16px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-4.5714285714px, -5px, 0);
          transform: rotate(-45deg) translate3d(-4.5714285714px, -5px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
          transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
          transform: translate3d(0, 8px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(4.5714285714px, -5px, 0);
          transform: rotate(45deg) translate3d(4.5714285714px, -5px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(90deg);
          transform: translate3d(0, -16px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 8px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
          transform: translate3d(0, 8px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.home-banner {
  background: black;
  color: white;
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("/assets/img/premier.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: calc(1.75rem + 6vw);
}

@media (min-width: 1200px) {
  .home-banner {
    padding-top: 6.25rem;
  }
}

.home-banner .col-md-12 {
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .home-banner {
    height: 500px;
    min-height: 0;
  }
}

.home-banner .h5 {
  padding-bottom: 0.625rem;
  color: #fff200;
}

.home-banner .h4 {
  padding-bottom: 0;
}

.callout-navigation {
  margin: 0 auto;
  margin-top: -50px;
  position: relative;
  z-index: 5;
  border-radius: 10px;
}

.callout-navigation .callout-navigation-content {
  max-width: 400px;
  float: right;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991.98px) {
  .callout-navigation .callout-navigation-content {
    margin: 10px 15px;
    max-width: 100%;
    float: none;
  }
}

.callout-navigation .callout-navigation-content .callout-navigation-content-header {
  background: black;
  color: white;
  padding: 1.35em 2em;
}

@media (max-width: 991.98px) {
  .callout-navigation .callout-navigation-content .callout-navigation-content-header {
    display: none;
  }
}

.callout-navigation .callout-navigation-content .callout-navigation-content-header h3 {
  padding: 0;
}

@media (max-width: 991.98px) {
  .callout-navigation {
    margin-top: -30px;
  }
}

.callout-navigation ul {
  width: 100%;
  background: white;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0em 0 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.callout-navigation ul li {
  display: inline-block;
  width: 100%;
  text-align: center;
  font: 16px "franklin-gothic-atf", serif;
  font-size: 1.25rem;
  text-align: left;
  text-align: center;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.callout-navigation ul li:after {
  content: "";
  border-right: 1px solid #ccc;
}

.callout-navigation ul li:last-child {
  border-bottom: 0;
}

.callout-navigation ul li a {
  width: 100%;
  height: 100%;
  padding: 20px 0em;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: black;
}

.callout-navigation ul li:last-child:after {
  display: none;
}

@media (max-width: 991.98px) {
  .callout-navigation ul li {
    min-height: 60px;
    font: 16px "franklin-gothic-atf", serif;
    font-size: 1rem;
  }
}

.callout-navigation ul li span {
  display: block;
  font-size: 0.8em;
  font-weight: 400;
}

.callout-navigation ul li a {
  width: 100%;
  text-decoration: none;
  letter-spacing: 0;
}

@media (max-width: 991.98px) {
  .callout-navigation.inner {
    margin-bottom: 2em;
    z-index: 20;
    margin-top: -5px;
    position: sticky;
    top: 106px;
  }
  .callout-navigation.inner .col-md-12 {
    padding: 0;
  }
  .callout-navigation.inner nav {
    position: relative;
    z-index: 2;
  }
  .callout-navigation.inner nav ul {
    display: none;
  }
}

.quote-block img {
  vertical-align: top;
}

.quote-block blockquote span {
  font: 16px "franklin-gothic-atf", serif;
  font-size: calc(1.4375rem + 2.25vw);
  color: #e40046;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .quote-block blockquote span {
    font-size: 3.125rem;
  }
}

.quote-block blockquote img {
  padding-bottom: 1.25rem;
  margin-top: 20px;
}

.quote-block blockquote p {
  line-height: 1.5;
  color: #98005d;
}

.quote-block blockquote p strong {
  display: block;
}

.quote-block blockquote p small {
  display: block;
  padding-top: 20px;
  font-size: 0.7em;
}

.icon-block {
  padding-top: calc(1.4375rem + 2.25vw);
  padding-bottom: calc(1.4375rem + 2.25vw);
}

@media (min-width: 1200px) {
  .icon-block {
    padding-top: 3.125rem;
  }
}

@media (min-width: 1200px) {
  .icon-block {
    padding-bottom: 3.125rem;
  }
}

.icon-block img {
  display: inline-block;
}

.icon-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.icon-block ul.icon-columns-4 li {
  width: 25%;
}

.icon-block ul.icon-columns-2 li {
  width: 50%;
}

.icon-block a {
  display: inline-block;
  text-decoration: none;
  color: black;
}

.icon-block li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .icon-block li {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    width: 50%;
  }
}

.icon-block li span {
  max-width: 150px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
}

.icon-block li img {
  height: 100px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.stat-icons header {
  margin-bottom: calc(1.275rem + 0.3vw);
  margin-bottom: calc(1.275rem + 0.3vw);
  position: relative;
}

@media (min-width: 1200px) {
  .stat-icons header {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .stat-icons header {
    margin-bottom: 1.5rem;
  }
}

.stat-icons header:after {
  width: 200px;
  height: 1px;
  background: #98005d;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.stat-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.stat-icons ul li {
  width: 50%;
  text-align: center;
}

.stat-icons ul li img {
  margin-bottom: 5px;
}

.stat-icons ul li h3 {
  padding-bottom: 0;
}

.inner-banner {
  background: #000;
  min-height: 45vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column-align: center;
      justify-self: center;
  color: white;
  background-size: cover;
  text-align: center;
  background-position: center;
  position: relative;
  padding-top: calc(1.75rem + 6vw);
}

@media (min-width: 1200px) {
  .inner-banner {
    padding-top: 6.25rem;
  }
}

@media (max-width: 991.98px) {
  .inner-banner {
    padding-top: 0;
    min-height: 1px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100px;
  }
}

.inner-banner .video, .inner-banner .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.inner-banner h1 {
  padding-bottom: 10px;
}

.inner-banner p {
  font: 16px "franklin-gothic-atf", serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.inner-banner__content {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  text-align: center;
  max-width: 700px;
}

@media (max-width: 991.98px) {
  .inner-banner__content {
    padding: 20px 0;
  }
}

.inner-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991.98px) {
  .inner-banner img {
    min-height: 200px;
    position: static;
  }
}

.row__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.row__navigation li {
  padding: 10px;
}

iframe {
  max-width: 100%;
}

.banner {
  min-height: 85vh;
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em 0;
  padding-top: 100px;
  text-align: center;
}

.banner h4 {
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  .banner {
    padding-top: 0;
  }
}

.banner__image, .banner__image img, .banner__video, .banner__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner__content {
  position: relative;
  color: white;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.banner-block .splide__track {
  max-width: 100% !important;
}

@media (max-width: 991.98px) {
  .banner-block h4 {
    font: 16px "franklin-gothic-atf", serif;
    font-size: 1rem;
  }
  .banner-block img, .banner-block .banner__image, .banner-block .banner__video {
    position: static;
  }
  .banner-block .banner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .banner-block .banner__content {
    background: #182866;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.banner-block .testimonial-True {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000532;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  min-height: 70vh;
  padding: 0 10%;
}

.banner-block .testimonial-True .banner__image {
  position: static;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: Auto;
}

.banner-block .testimonial-True .banner__image:after {
  display: none;
}

.banner-block .testimonial-True .banner__image img {
  position: static;
  -o-object-fit: Contain;
     object-fit: Contain;
}

.banner-block .testimonial-True .banner__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: Auto;
  max-width: 100%;
}

.banner-block .testimonial-True .banner__content .col-md-12 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-block .testimonial-True .banner__content .col-md-12 h2 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.banner-block .testimonial-True .banner__content .col-md-12 h1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font: 16px "franklin-gothic-atf", serif;
  font-size: calc(1.3125rem + 0.75vw);
  font-weight: bold;
  letter-spacing: 0;
  padding: 0;
  margin-top: 20px;
  margin: 0;
}

@media (min-width: 1200px) {
  .banner-block .testimonial-True .banner__content .col-md-12 h1 {
    font-size: 1.875rem;
  }
}

.banner-block .testimonial-True .banner__content .col-md-12 p {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-bottom: 2px solid #98005d;
  margin-bottom: 0.5em;
  font: 16px "franklin-gothic-atf", serif;
  font-size: calc(1.4125rem + 1.95vw);
  font-weight: bold;
  max-width: 700px;
  margin: 0 auto 0.5em auto;
  text-transform: uppercase !important;
  line-height: 1;
}

@media (min-width: 1200px) {
  .banner-block .testimonial-True .banner__content .col-md-12 p {
    font-size: 2.875rem;
  }
}

.banner-block .testimonial-True .banner__content .col-md-12 p:before, .banner-block .testimonial-True .banner__content .col-md-12 p:after {
  content: '"';
}

.find-a-pro .container {
  -webkit-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: white;
  margin-top: -60px;
  position: relative;
  z-index: 10;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: calc(1.375rem + 1.5vw);
  padding-bottom: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .find-a-pro .container {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .find-a-pro .container {
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 991.98px) {
  .find-a-pro .container {
    margin-top: 0;
  }
}

.find-a-pro h3 {
  padding: 0;
  text-align: center;
}

.find-a-pro form .input-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.625rem;
  padding-bottom: 0;
  padding-top: 0;
}

@media (max-width: 991.98px) {
  .find-a-pro form .input-group {
    width: 50%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin: 20px 0;
    text-align: center;
  }
}

.find-a-pro form .input-group:last-child {
  -webkit-box-flex: 0.8;
      -ms-flex: 0.8;
          flex: 0.8;
}

@media (max-width: 991.98px) {
  .find-a-pro form .input-group:last-child {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
    margin: 0;
  }
}

.find-a-pro form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media (max-width: 991.98px) {
  .find-a-pro form fieldset {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.find-a-pro form fieldset input, .find-a-pro form fieldset button {
  margin: 0;
}

.find-a-pro form button {
  width: 100%;
}

.node-5024 .card-news:first-child {
  width: 100%;
  margin-bottom: 3em;
}

.node-5024 .card-news:first-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.node-5024 .card-news:first-child a .card__image {
  width: 50%;
}

.node-5024 .card-news:first-child a .card__image img {
  width: 100%;
}

.node-5024 .card-news:first-child a .card__content {
  width: 50%;
  padding: 2em;
}

.node-5024 .card-news:first-child a .card__content h5 {
  font: 16px "franklin-gothic-atf", serif;
  font-size: calc(1.325rem + 0.9vw);
  text-transform: none;
  font-weight: 500 !important;
}

@media (min-width: 1200px) {
  .node-5024 .card-news:first-child a .card__content h5 {
    font-size: 2rem;
  }
}

.login-container {
  margin: 2em auto;
  padding: 2em;
  background: #182866;
  color: white;
}

.login-form {
  max-width: 700px;
  margin: 2em auto 10em auto;
}

.login-form h4 {
  background: #98005d;
  color: white;
  border: 0;
  padding: 15px;
}

.login-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  clear: both;
  width: 100%;
}

.login-footer .button:last-child {
  background: white;
  color: #182866;
  border: 1px solid white;
}

.node-5017 .media-text.background-dark {
  background-image: url(/assets/img/golf-right-background.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.node-5017 .background-white .fixed {
  margin-top: 2em;
}

.drop-box-container li a {
  padding: 2em 2em 1em 2em;
  display: inline-block;
  background: white;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2em;
  font: 16px "franklin-gothic-atf", sans-serif;
  font-size: calc(1.2875rem + 0.45vw);
  text-transform: uppercase;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #333;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .drop-box-container li a {
    font-size: 1.625rem;
  }
}

.drop-box-container li a img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 250px;
}

.toolbar-download {
  background: #000532;
  color: white;
  padding: 10px;
  margin-bottom: 20px;
}

.toolbar-download > div {
  padding: 10px 20px;
  background: #98005d;
  cursor: pointer;
}

.event-inner-banner {
  background: #000;
  color: white;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.event-inner-banner h1 {
  font: 16px "franklin-gothic-atf", serif;
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .event-inner-banner h1 {
    font-size: 2rem;
  }
}

.event-inner-banner .genre {
  text-align: right;
}

.event-inner-banner .genre img {
  margin-left: 10px;
}

.event-inner-banner .genre p {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font: 16px "franklin-gothic-atf", serif;
  font-size: 1.125rem;
}

@media (max-width: 991.98px) {
  .event-inner-banner .genre p {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.event-inner-banner .genre strong {
  font: 16px "franklin-gothic-atf", serif;
  font-size: 1.125rem;
  margin-right: 5px;
}

.event-inner-banner p, .event-inner-banner h1 {
  padding: 0;
}

.image-banner {
  margin-bottom: 1.25rem;
}

.image-banner img {
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
}

@media (max-width: 991.98px) {
  .image-banner img {
    min-height: 1px;
  }
}

.sidebar {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 2em;
}

.sidebar .button {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 5px;
}

.sidebar .button img {
  margin-right: 10px;
  position: relative;
  top: -3px;
}

.sidebar .sidebar-header {
  background: #000;
  color: white;
  padding: 0.625rem;
  padding-left: 1.25rem;
}

.sidebar .sidebar-header h3 {
  padding: 0;
  font: 16px "franklin-gothic-atf", serif;
  font-size: calc(1.2875rem + 0.45vw);
}

@media (min-width: 1200px) {
  .sidebar .sidebar-header h3 {
    font-size: 1.625rem;
  }
}

.sidebar .sidebar-content {
  background: white;
  background: #efefef;
  padding: 1.25rem;
}

.sidebar .sidebar-content ul {
  margin: 20px 0;
}

.sidebar .sidebar-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidebar .sidebar-content ul li img {
  margin-right: 15px;
  position: relative;
  top: 3px;
}

.sidebar .sidebar-content ul li strong {
  margin-right: 20px;
}

.sidebar .sidebar-content ul li strong span {
  width: 30px;
  display: inline-block;
}

.event-inner-navigation {
  position: relative;
  z-index: 10;
  color: white;
  background: #e40046;
  padding-top: 300px;
  padding-bottom: 60px;
}

.event-inner-navigation h1 {
  padding: 0;
  margin: 0;
}

@media (max-width: 991.98px) {
  .event-inner-navigation {
    padding-bottom: 40px;
    padding-top: 150px;
  }
  .event-inner-navigation li, .event-inner-navigation label {
    font-size: 15px;
  }
  .event-inner-navigation:after {
    display: none !important;
  }
}

.event-inner-navigation:after {
  background-image: url("../img/red-header.png");
  position: absolute;
  bottom: 0%;
  left: 00%;
  width: 100%;
  left: -25vw;
  background-position: center;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}

@media (max-width: 991.98px) {
  .event-inner-navigation:after {
    left: 0;
    height: 70%;
    background-size: cover;
  }
}

.event-inner-navigation .container {
  position: relative;
}

.event-inner-navigation:before {
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#000214), to(rgba(0, 2, 20, 0)));
  background: linear-gradient(0deg, #000214 0%, rgba(0, 2, 20, 0) 100%);
  width: 100%;
  bottom: 0;
  left: 0;
  height: 300px;
  opacity: 0.8;
  content: "";
  z-index: 5;
}

.event-inner-navigation a {
  text-decoration: none;
  color: white;
  position: relative;
}

.event-inner-navigation a:hover {
  text-decoration: underline;
}

.event-inner-navigation .active a {
  text-decoration: underline;
}

.event-inner-navigation h1 {
  position: relative;
  position: relative;
  z-index: 1000;
}

@media (max-width: 991.98px) {
  .event-inner-navigation h1 {
    text-align: center;
    margin-bottom: 10px;
  }
}

.event-inner-navigation ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
  z-index: 1000;
}

@media (max-width: 991.98px) {
  .event-inner-navigation ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .event-inner-navigation ul li {
    margin: 0 10px !important;
  }
}

.event-inner-navigation ul li {
  margin-left: 40px;
}

.event-inner-navigation ul li, .event-inner-navigation ul label {
  font: 16px "franklin-gothic-atf", serif;
  font-size: calc(1.25625rem + 0.075vw);
}

@media (min-width: 1200px) {
  .event-inner-navigation ul li, .event-inner-navigation ul label {
    font-size: 1.3125rem;
  }
}

@media (max-width: 991.98px) {
  .event-inner-navigation ul li, .event-inner-navigation ul label {
    font: 16px "franklin-gothic-atf", serif;
    font-size: 1rem;
  }
}

.modal-active #header {
  z-index: 10000 !important;
}

.genre-switcher {
  position: relative;
  z-index: 11;
  margin-bottom: 2em;
  margin-top: -2.5em;
}

@media (max-width: 991.98px) {
  .genre-switcher .col-md-2 {
    display: none;
  }
  .genre-switcher .col-md-8 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .genre-switcher .col-md-8 h3, .genre-switcher .col-md-8 label {
    margin-bottom: 0px;
    font: 16px "franklin-gothic-atf", serif;
    font-size: calc(1.25625rem + 0.075vw);
  }
}

@media (max-width: 991.98px) and (min-width: 1200px) {
  .genre-switcher .col-md-8 h3, .genre-switcher .col-md-8 label {
    font-size: 1.3125rem;
  }
}

@media (max-width: 991.98px) {
  .genre-switcher .col-md-8 select {
    max-width: 180px;
    font-size: 1.1em !important;
    padding: 0;
    height: 35px;
    line-height: 35px;
  }
  .genre-switcher .text-end {
    text-align: center !important;
    margin-top: 20px;
  }
}

.genre-switcher select {
  margin-left: 20px;
}

.genre-switcher .container {
  border-radius: 10px;
  padding: 1em 2em;
}

@media (max-width: 991.98px) {
  .genre-switcher .container {
    padding: 15px;
  }
}

.genre-switcher h3, .genre-switcher label {
  padding: 0;
  margin-right: 20px;
  width: auto;
  margin-bottom: 0;
  font: 16px "franklin-gothic-atf", serif;
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .genre-switcher h3, .genre-switcher label {
    font-size: 1.75rem;
  }
}

.refine-bar {
  margin-bottom: 1em;
}

.refine-bar .filter {
  margin-left: 1em;
  max-width: 160px;
  min-width: 160px;
}

.refine-bar .search {
  margin-left: 0;
  min-width: 300px;
  max-width: 300px;
}

@media (max-width: 991.98px) {
  .refine-bar .filter {
    width: 100%;
    min-width: 1px;
  }
  .refine-bar .filter input, .refine-bar .filter select {
    padding: 10 10px;
  }
  .refine-bar .search {
    width: 100%;
  }
}

.genre-switcher select {
  font: 16px "franklin-gothic-atf", serif;
  font-size: calc(1.25625rem + 0.075vw);
  border-radius: 100px;
  padding: 0px 10px;
  min-width: 200px;
  max-width: 300px;
  margin: 0;
}

@media (min-width: 1200px) {
  .genre-switcher select {
    font-size: 1.3125rem;
  }
}

.filter ::-webkit-input-placeholder {
  color: #111;
}

.filter :-moz-placeholder {
  color: #111;
}

.filter ::-moz-placeholder {
  color: #111;
}

.filter :-ms-input-placeholder {
  color: #111;
}

.filter select, .filter input {
  font: 16px "franklin-gothic-atf", serif;
  font-size: 0.875rem;
  text-indent: 10px;
  border: 1px solid #ccc;
  padding: 10px 10px;
  height: auto;
  border-radius: 100px;
  padding-right: 30px;
}

.filter input {
  padding: 15px 10px;
}

.reviews {
  text-align: center;
  margin-bottom: 4em;
  border-radius: 20px;
  margin-top: 3em;
}

.reviews h4 {
  line-height: 1.6;
}

.reviews .blockquote {
  margin-bottom: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.reviews .starreview {
  margin-bottom: 20px;
}

.reviews i {
  color: gold;
  font-size: 3em;
  margin: 0 10px 0 0;
  color: #cba058;
}

.reviews .review-name h4 {
  line-height: 1.2;
}

.reviews .review-name small {
  display: block;
  font-weight: 300;
}

.reviews .review {
  text-align: center;
  margin: 0 auto;
  background: #efefef;
  padding: 5em;
  width: 100%;
}

.event-content {
  padding: 2em 0;
}

.trigger-date {
  cursor: pointer;
  margin-right: -2px;
}

#datepicker {
  position: absolute;
}

#ui-datepicker-div {
  margin-left: -100px;
  margin-top: 20px;
  border: 2px solid black;
  border-radius: 5px;
}

@media (max-width: 991.98px) {
  #ui-datepicker-div {
    left: 0 !important;
    margin-left: 0 !important;
  }
}

#ui-datepicker-div {
  background: white;
  padding: 1.5em;
}

.ui-datepicker-calendar {
  margin-bottom: 0;
}

#ui-datepicker-div th, #ui-datepicker-div td {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-weight: 300;
}

#ui-datepicker-div th {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.content-block {
  overflow: hidden;
}

#ui-datepicker-div td a {
  text-decoration: none;
  color: black;
}

#ui-datepicker-div td a, #ui-datepicker-div td span {
  width: 30px;
  height: 30px;
  line-height: 32px;
  display: inline-block;
}

#ui-datepicker-div td a:hover {
  background: red;
  border-radius: 50%;
  color: white;
}

.ui-datepicker-title {
  font: 16px "franklin-gothic-atf", serif;
  font-size: calc(1.3125rem + 0.75vw);
  margin-bottom: 10px;
  border-bottom: 1px solid red;
  padding-bottom: 10px;
  letter-spacing: -1px;
}

@media (min-width: 1200px) {
  .ui-datepicker-title {
    font-size: 1.875rem;
  }
}

.ui-datepicker-header {
  position: relative;
}

.ui-datepicker-prev {
  text-decoration: none;
  position: absolute;
  right: 40px;
  top: 5px;
  font-size: 0;
}

.ui-datepicker-next {
  position: absolute;
  text-decoration: none;
  right: 0px;
  font-size: 0;
  top: 5px;
}

.ui-datepicker-next:after, .ui-datepicker-prev:after {
  font: 16px "franklin-gothic-atf", serif;
  font-size: calc(1.2875rem + 0.45vw);
  text-decoration: none;
  content: "\f054";
  font-family: "FontAwesome";
}

@media (min-width: 1200px) {
  .ui-datepicker-next:after, .ui-datepicker-prev:after {
    font-size: 1.625rem;
  }
}

.ui-datepicker-prev:after {
  content: "\f053";
}

.ticket-information p {
  font: 16px "franklin-gothic-atf", serif;
  font-size: 0.8125rem;
}

.pagination {
  text-align: center;
  margin: 40px 10px;
}

.pagination li {
  min-width: 30px;
  height: 30px;
  color: white;
  background: #000;
  margin: 0 5px;
  line-height: 30px;
}

.pagination li.-prev, .pagination li.-next {
  padding: 0 10px;
}

.pagination li.-active {
  background: #e40046;
}

.pagination li a {
  color: white;
  text-decoration: none;
  display: inline-block;
}

@media (max-width: 991px) {
  .event-inner-navigation ul label, .event-inner-navigation ul li {
    font-size: 13px !important;
  }
  .refine-bar .col-5, .refine-bar .col-7 {
    width: 100%;
  }
  .refine-bar .filter:first-child {
    margin-left: 0;
    max-width: 100%;
  }
  .genre-switcher .col-md-8 label {
    line-height: 1;
  }
  #filter_SearchTerms {
    margin-bottom: 5px;
    margin-top: -15px;
    padding: 10px;
  }
  .filter input, .filter select {
    margin-bottom: 0;
  }
}

.header {
  position: sticky;
  top: 000px;
  z-index: 999;
  background: White;
  left: 0;
}

.header img {
  vertical-align: top;
}

.header .top-nav {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header .top-nav .hamburger {
  padding: 0;
  margin-left: 10px;
}

.header .top-nav .hamburger-inner,
.header .top-nav .hamburger-inner::before,
.header .top-nav .hamburger-inner::after {
  background: #98005d;
}

.header .top-nav li a {
  display: inline-block;
}

@media (max-width: 991.98px) {
  .header .top-nav li a {
    color: black;
  }
}

@media (max-width: 991.98px) {
  .header .top-nav li:first-child, .header .top-nav li:nth-child(2) {
    display: none;
  }
}

.header input {
  margin-bottom: 0;
  border-radius: 100px !important;
  text-indent: 25px !important;
  font-size: 14px !important;
  padding: 10px 0px !important;
  height: initial !important;
  min-width: 200px;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .header input {
    display: none;
  }
}

.header .logo img {
  max-width: 140px;
}

.navigation > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

@media (max-width: 991.98px) {
  .navigation > ul {
    overflow: auto;
    white-space: nowrap;
    display: inline-block !important;
  }
}

@media (max-width: 991.98px) {
  .navigation > ul > li {
    display: inline-block;
  }
}

.navigation > ul > li.has-children > a {
  position: relative;
}

.navigation > ul > li.has-children > a:after {
  position: absolute;
  content: "\f078";
  color: #98005d;
  right: 5px;
  font-family: "FontAwesome";
  font-weight: 300;
  font-size: 13px;
  color: white;
}

@media (max-width: 991.98px) {
  .navigation > ul > li.has-children > a:after {
    display: none;
  }
}

.navigation > ul > li a {
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
  display: inline-block;
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991.98px) {
  .navigation > ul > li a {
    padding: 12px 15px;
  }
}

.navigation > ul > li a img {
  margin-right: 8px;
  max-height: 20px;
}

.navigation > ul > li:hover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation > ul > li > ul {
  display: none;
  position: Absolute;
  left: 0;
  top: 100%;
  background: #182866;
  width: 100%;
  z-index: 99;
  padding: 20px 20px 10px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #666;
}

.navigation > ul > li > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.navigation > ul > li > ul > li img {
  width: 100%;
  margin-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 150px;
  max-height: 150px;
  display: block;
}

.navigation > ul > li > ul > li a {
  text-align: center;
  padding: 10px;
  display: inline-block;
  width: 100%;
}

.account-information li {
  padding: 10px 15px;
}

@media (max-width: 991.98px) {
  .account-information li {
    padding: 10px;
  }
}

.account-information .account-dropdown {
  position: relative;
  margin-left: 20px;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .account-information .account-dropdown {
    margin-left: 5px;
  }
}

.account-information .account-dropdown a {
  text-decoration: none;
  font-size: 15px;
}

.account-information .account-dropdown p {
  font-size: 16px;
  padding-bottom: 0;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .account-information .account-dropdown p {
    font-size: 12px;
  }
}

.account-information .account-dropdown p strong {
  display: block;
  color: #98005d;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  margin-top: -2px;
}

@media (max-width: 991.98px) {
  .account-information .account-dropdown p strong {
    margin-right: 10px;
    font-size: 11px;
  }
}

.account-information .account-dropdown i {
  position: Absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 991.98px) {
  .account-information .account-dropdown i {
    right: -5px;
  }
}

.account-information .notification {
  position: relative;
}

.account-information .notification i {
  position: Absolute;
  background: #98005d;
  width: 18px;
  height: 18px;
  line-height: 16px;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  top: 3px;
  right: 3px;
  border: 1px solid white;
}

.mytgi-main-new {
  background: #e9e9e9;
}

.mytgi-main-new p {
  font-weight: 400;
}

.mytgi-main-new .banner {
  min-height: 70vh;
}

@media (max-width: 991.98px) {
  .mytgi-main-new .banner {
    min-height: 300px;
  }
}

.mytgi-main-new .inner-banner {
  width: 100%;
  padding: 0;
  margin-bottom: 2em;
}

@media (max-width: 991.98px) {
  .giga,
  .tera,
  .quarter__total {
    font-size: 2.2rem !important;
    font-weight: bold !important;
  }
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1 !important;
  padding-bottom: 10px;
}

@media (max-width: 991.98px) {
  .quarter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .quarter .quarter__item {
    width: 50%;
  }
}

.bottom-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .data-panel-container {
    width: 100% !important;
  }
}

.brand-grid {
  padding: 2rem;
  background: #f9f9f9;
  font-family: "Segoe UI", sans-serif;
  text-align: center;
}

@media (max-width: 991.98px) {
  .brand-grid {
    padding: 1rem;
  }
}

.brand-grid h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #333;
}

@media (max-width: 991.98px) {
  .brand-grid h2 {
    margin-bottom: 0rem;
  }
}

.brand-grid ul {
  display: -ms-grid;
  display: grid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.brand-grid ul li {
  display: block;
  background: white;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: #222;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  width: calc(33.33% - 20px);
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: Center;
      -ms-flex-align: Center;
          align-items: Center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991.98px) {
  .brand-grid ul li {
    width: 100%;
  }
}

.brand-grid ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: Center;
      -ms-flex-align: Center;
          align-items: Center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  padding: 1rem;
}

.brand-grid ul li:hover {
  background: #182866;
  color: white;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.brand-grid ul li:hover a {
  color: white;
}

.my-tgi-inner {
  background: white;
  padding: 40px;
  margin-top: -5em;
  position: relative;
  z-index: 10;
  border-radius: 20px;
}

@media (max-width: 991.98px) {
  .my-tgi-inner {
    padding: 15px;
    margin-top: -2em;
    border-radius: 0;
  }
}

.price-guide-single ul {
  list-style: none;
  padding: 0;
  margin: 0rem 2rem 2rem 2rem;
}

.price-guide-single ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6;
}

.price-guide-single ul li a {
  color: black;
}

.price-guide-single ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0rem;
  color: #2e8b57;
  font-weight: bold;
  font-size: 1.2rem;
}

.card-news-dashboard a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .card-news-dashboard a {
    display: block;
  }
}

.card-news-dashboard a .card__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card-news-dashboard a .card__image img {
  border-radius: 15px;
}

.card-news-dashboard a .card__content {
  padding-left: 10px;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

@media (max-width: 991.98px) {
  .card-news-dashboard a .card__content {
    padding-left: 0;
  }
}

.mailing-list {
  display: none;
}

.node-26967 .my-tgi-inner {
  background: none;
}

.my-tgi-block {
  background: white;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 20px;
  height: 100%;
}

.brand-list ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: Center;
      -ms-flex-align: Center;
          align-items: Center;
  width: 100%;
}

.brand-list ul li span:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  text-align: center;
}

.brand-list ul li span:nth-child(1) img {
  max-height: 25px;
  width: initial;
}

.brand-list ul li span:nth-child(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-left: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
}

.brand-list ul li span:nth-child(3) {
  -webkit-box-flex: 0.6;
      -ms-flex: 0.6;
          flex: 0.6;
  font-weight: 600;
}

.brand-bookmark-list ul li {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: Center;
      -ms-flex-align: Center;
          align-items: Center;
}

.brand-bookmark-list ul li span:nth-child(1) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-weight: 500;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-decoration: underline;
  padding-left: 25px;
}

.brand-bookmark-list ul li span:nth-child(2) {
  -webkit-box-flex: 0.4;
      -ms-flex: 0.4;
          flex: 0.4;
  font-weight: 400;
  text-transform: uppercase;
  color: #999;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.brand-bookmark-list ul li span:nth-child(3) {
  -webkit-box-flex: 0.4;
      -ms-flex: 0.4;
          flex: 0.4;
  text-align: right;
  color: #98005d;
  font-weight: 600;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

/* ── Dashboard Panel (DashboardItem) ── */
.panel {
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  border-radius: 16px;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.panel:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.1);
}

.panel h2 {
  font: 600 1.4rem/1.3 "franklin-gothic-atf", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 12px;
  color: #222;
}

.panel.column {
  flex-direction: column;
}

.panel-image {
  flex: 1;
  background-size: cover;
  background-position: center;
  min-height: 200px;
}

.panel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.panel.column .panel-image {
  height: 220px;
  flex: initial;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.panel-content {
  flex: 0.4;
  padding: 28px 32px;
}

.panel-content p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 16px;
}

.panel-content .button,
.panel-content a.button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  font: 500 0.85rem "franklin-gothic-atf", sans-serif;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s ease;
  cursor: pointer;
  background: #98005d;
  color: #fff;
  border: 2px solid #98005d;
}

.panel-content .button:hover,
.panel-content a.button:hover {
  background: #7a004b;
  border-color: #7a004b;
  color: #fff;
  text-decoration: none;
}

/* ── Shadow Box ── */
.shadow-box {
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  border-radius: 16px;
  margin-bottom: 24px;
  overflow: hidden;
}

/* ── Dashboard News Events Restyle ── */
.mytgi-main-new .card-block.my-tgi-inner.shadow-box {
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin-top: 0;
}

.mytgi-main-new .my-tgi-block {
  background: #fff;
  padding: 28px 30px;
  border-radius: 14px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.mytgi-main-new .my-tgi-block > h2 {
  font-family: "franklin-gothic-atf", sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #222;
  margin: 0 0 18px !important;
  padding: 0 0 14px !important;
  border-bottom: 2px solid #f0f0f0;
}

/* Bookmarked brands list restyle */
.mytgi-main-new .brand-bookmark-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mytgi-main-new .brand-bookmark-list ul li {
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background 0.15s ease;
}

.mytgi-main-new .brand-bookmark-list ul li:last-child {
  border-bottom: none;
}

.mytgi-main-new .brand-bookmark-list ul li:hover {
  background: #fafafa;
  border-radius: 8px;
}

.mytgi-main-new .brand-bookmark-list ul li span:nth-child(2) {
  flex: 0 0 40px;
  order: 1;
}

.mytgi-main-new .brand-bookmark-list ul li span:nth-child(2) img {
  max-height: 28px;
  max-width: 40px;
  object-fit: contain;
}

.mytgi-main-new .brand-bookmark-list ul li span:nth-child(1) {
  flex: 1;
  order: 2;
  font: 500 0.9rem "franklin-gothic-atf", sans-serif;
  color: #333;
  text-decoration: none;
  padding-left: 8px;
}

.mytgi-main-new .brand-bookmark-list ul li span:nth-child(3) {
  flex: 0 0 auto;
  order: 3;
  color: #98005d;
}

/* Top brands list restyle */
.mytgi-main-new .brand-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mytgi-main-new .brand-list ul li {
  padding: 14px 12px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: background 0.15s ease;
  border-radius: 8px;
  margin-bottom: 2px;
}

.mytgi-main-new .brand-list ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.mytgi-main-new .brand-list ul li:hover {
  background: #f8f5f7;
}

.mytgi-main-new .brand-list ul li span:nth-child(1) {
  flex: 0 0 48px;
  text-align: center;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.mytgi-main-new .brand-list ul li span:nth-child(1) img {
  max-height: 28px;
  max-width: 44px;
  object-fit: contain;
}

.mytgi-main-new .brand-list ul li span:nth-child(2) {
  flex: 1;
  font: 600 0.9rem "franklin-gothic-atf", sans-serif;
  color: #222;
  text-transform: none;
  padding-left: 0;
}

.mytgi-main-new .brand-list ul li span:nth-child(3) {
  flex: 0 0 auto;
  font: 700 0.85rem "franklin-gothic-atf", sans-serif;
  color: #98005d;
  background: rgba(152,0,93,0.08);
  padding: 5px 12px;
  border-radius: 14px;
  min-width: 60px;
  text-align: center;
}

.mytgi-main-new .brand-list .button-box {
  padding-top: 8px;
}

.mytgi-main-new .brand-list .button-box .button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  font: 500 0.85rem "franklin-gothic-atf", sans-serif;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s ease;
  cursor: pointer;
  background: transparent;
  color: #98005d;
  border: 2px solid #98005d;
}

.mytgi-main-new .brand-list .button-box .button:hover {
  background: #98005d;
  color: #fff;
}

/* Dashboard News Cards (horizontal) */
.mytgi-main-new .card-news-dashboard {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0,0,0,0.04);
  margin-bottom: 14px;
  padding: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mytgi-main-new .card-news-dashboard:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.mytgi-main-new .card-news-dashboard a {
  display: flex;
  align-items: stretch;
  text-decoration: none;
  color: #333;
}

.mytgi-main-new .card-news-dashboard a:visited {
  color: #333;
}

.mytgi-main-new .card-news-dashboard .card__image {
  flex: 0 0 240px;
  overflow: hidden;
}

.mytgi-main-new .card-news-dashboard .card__image img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
  border-radius: 0;
  transition: transform 0.4s ease;
}

.mytgi-main-new .card-news-dashboard:hover .card__image img {
  transform: scale(1.05);
}

.mytgi-main-new .card-news-dashboard .card__content {
  flex: 1;
  padding: 22px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mytgi-main-new .card-news-dashboard .card__content h2 {
  font-family: "franklin-gothic-atf", sans-serif !important;
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #222;
  text-transform: none;
  letter-spacing: 0;
}

.mytgi-main-new .card-news-dashboard .card__content p {
  font-family: "franklin-gothic-atf", sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.55;
  color: #666;
  margin: 0 0 12px;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mytgi-main-new .card-news-dashboard .news-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "franklin-gothic-atf", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #98005d;
  transition: gap 0.2s ease;
}

.mytgi-main-new .card-news-dashboard .news-link i {
  font-size: 0.6rem;
}

.mytgi-main-new .card-news-dashboard:hover .news-link {
  gap: 10px;
}

/* ── Top TGI Brands / Brand Performance Widget ── */
.panel .brand-perf-widget {
  overflow: hidden;
}

.panel h3.alpha {
  font: 600 1.1rem/1.3 "franklin-gothic-atf", sans-serif !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: #222;
  margin: 0 0 16px !important;
  padding: 0 0 12px !important;
  border-bottom: 2px solid #f0f0f0;
}

.panel .tabs-nav {
  display: flex;
  gap: 0;
  margin-bottom: 16px;
  border-bottom: 2px solid #f0f0f0;
}

.panel .tabs-nav-link,
.panel .tabs-nav a {
  display: inline-block;
  padding: 8px 16px;
  font: 600 0.8rem "franklin-gothic-atf", sans-serif;
  text-decoration: none;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all 0.2s ease;
}

.panel .tabs-nav-link:hover,
.panel .tabs-nav a:hover,
.panel .tabs-nav-link.is-active,
.panel .tabs-nav a.is-active {
  color: #98005d;
  border-bottom-color: #98005d;
  text-decoration: none;
}

.panel .tabs__section fieldset {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}

.panel .tabs__section fieldset legend {
  font: 500 0.75rem "franklin-gothic-atf", sans-serif;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  padding: 0;
  width: auto;
  clip: auto;
  position: static;
  height: auto;
}

.panel .radio.radio--inline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 14px;
  margin-bottom: 4px;
}

.panel .radio__input {
  width: 14px;
  height: 14px;
  accent-color: #98005d;
  margin: 0;
}

.panel .radio__label {
  font: 500 0.78rem "franklin-gothic-atf", sans-serif;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.panel .radio__summary {
  font-size: 0.72rem;
  color: #999;
  line-height: 1.4;
  margin: 8px 0 14px;
  padding: 0;
}

.panel .brand-table {
  margin-bottom: 14px;
}

.panel .brand-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8rem;
}

.panel .brand-table table th {
  font: 600 0.72rem "franklin-gothic-atf", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #999;
  padding: 6px 8px;
  border-bottom: 2px solid #f0f0f0;
  text-align: left;
}

.panel .brand-table table th:last-child {
  text-align: right;
}

.panel .brand-table table td {
  padding: 8px 8px;
  border-bottom: 1px solid #f5f5f5;
  font: 400 0.8rem "franklin-gothic-atf", sans-serif;
  color: #333;
}

.panel .brand-table table td:last-child {
  text-align: right;
  font-weight: 600;
  color: #98005d;
}

.panel .brand-table table tr:hover td {
  background: #faf8f9;
}

/* Override the 2-column row layout inside the panel */
.panel .row {
  margin: 0;
}

.panel .row > [class*="col-"] {
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

/* Banner block within dashboard */
.mytgi-main-new .banner-block {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}

.mytgi-main-new .banner-block .banner {
  min-height: 360px;
  padding-top: 0;
}

.mytgi-main-new .banner-block .banner__image img {
  border-radius: 0;
}

.mytgi-main-new .banner-block .banner__content {
  max-width: 600px;
}

.mytgi-main-new .banner-block .banner__content h1 {
  font-size: 1.8rem;
}

.mytgi-main-new .banner-block .banner__content p {
  font-size: 0.95rem;
}

/* Dashboard overall spacing */
.mytgi-main-new .content-block {
  padding: 0;
}

.mytgi-main-new .content-block .card-block {
  padding-left: 0;
  padding-right: 0;
}

/* Dashboard cards grid restyle */
.mytgi-main-new .card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mytgi-main-new .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.mytgi-main-new .card a {
  border-radius: 14px;
  overflow: hidden;
}

.mytgi-main-new .card__image img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.mytgi-main-new .card:hover .card__image img {
  transform: scale(1.05);
}

.mytgi-main-new .card__content {
  padding: 18px 20px;
}

.mytgi-main-new .card__content h3 {
  font: 500 1.05rem/1.3 "franklin-gothic-atf", sans-serif;
  margin: 0 0 8px;
  text-transform: none;
  letter-spacing: 0;
  color: #222;
}

.mytgi-main-new .card__content p {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #666;
  margin: 0;
}

.mytgi-main-new .card__content .button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font: 600 0.85rem "franklin-gothic-atf", sans-serif;
  color: #98005d;
  background: none;
  border: none;
  padding: 6px 0 0;
  margin-top: 8px;
  text-transform: none;
  letter-spacing: 0;
}

/* Dashboard button override */
.mytgi-main-new .button,
.mytgi-main-new a.button,
.mytgi-main-new .button:visited {
  background: #98005d;
  color: #fff;
  border: 2px solid #98005d;
  border-radius: 6px;
  font: 500 0.9rem "franklin-gothic-atf", sans-serif;
  padding: 10px 22px;
  text-transform: none;
  letter-spacing: 0;
}

.mytgi-main-new .button:hover,
.mytgi-main-new a.button:hover {
  background: #7a004b;
  border-color: #7a004b;
  color: #fff;
  text-decoration: none;
}

.mytgi-main-new .button.transparent,
.mytgi-main-new a.button.transparent {
  background: transparent;
  color: #98005d;
}

.mytgi-main-new .button.transparent:hover,
.mytgi-main-new a.button.transparent:hover {
  background: #98005d;
  color: #fff;
}

@media (max-width: 768px) {
  .panel.column .panel-image {
    height: 160px;
  }

  .panel-content {
    padding: 20px;
  }

  .mytgi-main-new .card-news-dashboard a {
    flex-direction: column;
  }

  .mytgi-main-new .card-news-dashboard .card__image {
    flex: 0 0 auto;
    height: 160px;
  }

  .mytgi-main-new .my-tgi-block {
    padding: 20px 18px;
  }

  .mytgi-main-new .banner-block .banner {
    min-height: 200px;
  }

  .mytgi-main-new .banner-block .banner__content h1 {
    font-size: 1.3rem;
  }
}

/* ══════════════════════════════════════════════════════════
   FINANCIALS PAGE
   ══════════════════════════════════════════════════════════ */

/* Page layout */
.mytgi-main-new .fin-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 0 32px;
}

/* ── Card containers ── */
.mytgi-main-new .fin-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  padding: 32px 36px;
  transition: box-shadow 0.25s ease;
}

.mytgi-main-new .fin-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* Override the col-md-2/col-md-10 two-column layout inside cards */
.mytgi-main-new .fin-card > .row {
  flex-wrap: wrap;
}

.mytgi-main-new .fin-card > .row > .col-12.col-md-2,
.mytgi-main-new .fin-card > .row > .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0 14px;
  margin-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}

.mytgi-main-new .fin-card > .row > .col-12.col-md-10,
.mytgi-main-new .fin-card > .row > .col-md-10 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

/* Empty spacer col-md-2 in shares (no heading text) */
.mytgi-main-new .fin-card > .row > .col-md-2:empty {
  display: none;
  border: none;
  margin: 0;
  padding: 0;
}

/* Disclaimer text row in shares (col-md-8) */
.mytgi-main-new .fin-card > .row > .col-md-8 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

/* Spacing between multiple rows in same card (e.g. A/B Shares) */
.mytgi-main-new .fin-card > .row + .row {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #f5f5f5;
}

/* Don't double up border on the heading inside subsequent rows */
.mytgi-main-new .fin-card > .row + .row > .col-12.col-md-2,
.mytgi-main-new .fin-card > .row + .row > .col-md-2 {
  border-bottom: 2px solid #f0f0f0;
}

/* ── Section headings (the .alpha labels) ── */
.mytgi-main-new .fin-card h3.alpha {
  font-family: "franklin-gothic-atf", sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #98005d !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ── Sub-labels (.epsilon) ── */
.mytgi-main-new .fin-card .font-semibold.epsilon,
.mytgi-main-new .fin-card h3.epsilon {
  font-family: "franklin-gothic-atf", sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  color: #999 !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
}

/* ── Hero metric values (.tera = primary, .giga = secondary) ── */
.mytgi-main-new .fin-card .tera {
  font-family: "franklin-gothic-atf", sans-serif !important;
  font-size: 2.8rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  color: #98005d !important;
  padding: 0 !important;
  margin: 0 0 12px !important;
}

.mytgi-main-new .fin-card .tera sup {
  font-size: 1.1rem !important;
  font-weight: 400;
  vertical-align: super;
  margin-right: 2px;
  color: #98005d;
}

.mytgi-main-new .fin-card .giga {
  font-family: "franklin-gothic-atf", sans-serif !important;
  font-size: 2.4rem !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  color: #222 !important;
  padding: 0 !important;
  margin: 0 0 12px !important;
}

.mytgi-main-new .fin-card .font-semibold {
  font-weight: 600 !important;
}

.mytgi-main-new .fin-card .font-light {
  font-weight: 300 !important;
}

/* ── Body text classes ── */
.mytgi-main-new .fin-card .beta {
  font: 400 0.95rem/1.65 "franklin-gothic-atf", sans-serif !important;
  color: #555 !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
}

.mytgi-main-new .fin-card .beta a {
  color: #98005d;
  text-decoration: underline;
}

.mytgi-main-new .fin-card .gamma {
  font: 400 0.88rem/1.55 "franklin-gothic-atf", sans-serif !important;
  color: #666 !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
}

.mytgi-main-new .fin-card .gamma small {
  color: #999;
}

.mytgi-main-new .fin-card .delta {
  font: 400 0.82rem/1.5 "franklin-gothic-atf", sans-serif !important;
  color: #888 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mytgi-main-new .fin-card .delta a {
  color: #98005d;
}

/* Travel points sub-label */
.mytgi-main-new .fin-card .font-semibold.delta {
  font-family: "franklin-gothic-atf", sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  color: #999 !important;
  margin: 0 0 8px !important;
}

/* ── Travel Points highlight card ── */
.mytgi-main-new .fin-card--highlight {
  background: linear-gradient(135deg, #f9f5f8 0%, #fff 100%);
  border-left: 4px solid #98005d;
}

/* ── Quarterly Spend Grid ── */
.mytgi-main-new .fin-card .quarter {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.mytgi-main-new .fin-card .quarter__item {
  background: linear-gradient(145deg, #f9f7f8, #fff);
  padding: 24px 16px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #f0eef0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mytgi-main-new .fin-card .quarter__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(152,0,93,0.08);
}

.mytgi-main-new .fin-card .quarter__section {
  font-family: "franklin-gothic-atf", sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #98005d !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
}

.mytgi-main-new .fin-card .quarter__total {
  font-family: "franklin-gothic-atf", sans-serif !important;
  font-size: 1.9rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  color: #222 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.mytgi-main-new .fin-card .quarter__total sup {
  font-size: 0.75rem !important;
  font-weight: 400;
  color: #999;
  margin-right: 2px;
}

/* ── Shares notification ── */
.mytgi-main-new .fin-card .notification {
  background: #fffcf0;
  border: 1px solid #f0e4b8;
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 16px;
}

.mytgi-main-new .fin-card .notification p {
  font: 400 0.85rem/1.5 "franklin-gothic-atf", sans-serif;
  color: #856404;
  margin: 0;
  padding: 0;
}

/* ── Tabs (Brand Performance) ── */
.mytgi-main-new .fin-card .tabs-nav {
  display: flex;
  gap: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
  padding: 0;
}

.mytgi-main-new .fin-card .tabs-nav a {
  display: inline-block;
  padding: 12px 24px;
  font-family: "franklin-gothic-atf", sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  text-decoration: none;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: all 0.2s ease;
}

.mytgi-main-new .fin-card .tabs-nav a:hover,
.mytgi-main-new .fin-card .tabs-nav a.active {
  color: #98005d;
  border-bottom-color: #98005d;
  text-decoration: none;
}

/* Radio filters in brand performance */
.mytgi-main-new .fin-card .radio--inline {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  margin-right: 18px;
  margin-bottom: 6px;
}

.mytgi-main-new .fin-card .radio__input {
  accent-color: #98005d;
  width: 15px;
  height: 15px;
  margin: 0;
}

.mytgi-main-new .fin-card .radio__label {
  font-family: "franklin-gothic-atf", sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  color: #444 !important;
  cursor: pointer;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

.mytgi-main-new .fin-card .radio__summary {
  font: 400 0.75rem/1.4 "franklin-gothic-atf", sans-serif !important;
  color: #aaa;
  margin: 10px 0 16px !important;
  padding: 0 !important;
}

/* Brand tables */
.mytgi-main-new .fin-card .brand-table {
  margin-bottom: 20px;
}

.mytgi-main-new .fin-card .brand-table table {
  width: 100%;
  border-collapse: collapse;
}

.mytgi-main-new .fin-card .brand-table table th {
  font: 700 0.7rem/1 "franklin-gothic-atf", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #999;
  padding: 10px 12px;
  border-bottom: 2px solid #f0f0f0;
  text-align: left;
}

.mytgi-main-new .fin-card .brand-table table th:last-child {
  text-align: right;
}

.mytgi-main-new .fin-card .brand-table table td {
  padding: 12px;
  border-bottom: 1px solid #f5f5f5;
  font: 400 0.85rem/1.3 "franklin-gothic-atf", sans-serif;
  color: #333;
}

.mytgi-main-new .fin-card .brand-table table td:last-child {
  text-align: right;
  font-weight: 700;
  color: #98005d;
}

.mytgi-main-new .fin-card .brand-table table tr:hover td {
  background: #faf8f9;
}

/* Chart containers */
.mytgi-main-new .fin-card #brand,
.mytgi-main-new .fin-card #annualSpend {
  border-radius: 10px;
  overflow: hidden;
  margin: 16px 0;
}

/* Show all brands button */
.mytgi-main-new .fin-card .btn.btn--outline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  font: 500 0.82rem/1 "franklin-gothic-atf", sans-serif;
  color: #98005d;
  border: 2px solid #98005d;
  border-radius: 6px;
  background: transparent;
  text-decoration: none;
  transition: all 0.2s ease;
  margin-top: 12px;
}

.mytgi-main-new .fin-card .btn.btn--outline:hover {
  background: #98005d;
  color: #fff;
  text-decoration: none;
}

/* Fieldset label override */
.mytgi-main-new .fin-card label {
  width: auto;
}

/* H3 override within fin-card */
.mytgi-main-new .fin-card h3 {
  font-family: "franklin-gothic-atf", sans-serif !important;
  font-size: 1rem !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  padding: 0 !important;
}

/* ── Bottom panels ── */
.mytgi-main-new .fin-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 32px 0 40px;
}

.mytgi-main-new .fin-bottom__panel {
  background: #273036;
  color: #fff;
  padding: 36px;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}

.mytgi-main-new .fin-bottom__panel--contact {
  background: linear-gradient(135deg, #3d474e, #273036);
}

.mytgi-main-new .fin-bottom__panel--report {
  background: linear-gradient(135deg, #273036, #1a2228);
}

.mytgi-main-new .fin-bottom__icon {
  width: 48px;
  height: 48px;
  background: rgba(152,0,93,0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.mytgi-main-new .fin-bottom__icon i {
  font-size: 1.1rem;
  color: #d65fa8;
}

.mytgi-main-new .fin-bottom__panel h3 {
  font-family: "franklin-gothic-atf", sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: #fff !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
}

.mytgi-main-new .fin-bottom__panel p {
  font: 400 0.9rem/1.65 "franklin-gothic-atf", sans-serif;
  color: rgba(255,255,255,0.65);
  margin: 0 0 20px;
}

.mytgi-main-new .fin-bottom__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font: 500 0.95rem/1 "franklin-gothic-atf", sans-serif;
  color: #fff !important;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 3px;
  transition: border-color 0.2s ease;
}

.mytgi-main-new .fin-bottom__link:hover {
  border-color: #fff;
  text-decoration: none;
  color: #fff !important;
}

.mytgi-main-new .fin-bottom__panel .button {
  background: #98005d !important;
  border-color: #98005d !important;
  color: #fff !important;
  border-radius: 8px;
}

.mytgi-main-new .fin-bottom__panel .button:hover {
  background: #b8006f !important;
  border-color: #b8006f !important;
}

/* ── Financials responsive ── */
@media (max-width: 992px) {
  .mytgi-main-new .fin-card .quarter {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .mytgi-main-new .fin-card {
    padding: 22px 20px;
  }

  .mytgi-main-new .fin-card .tera {
    font-size: 2.2rem !important;
  }

  .mytgi-main-new .fin-card .giga {
    font-size: 1.8rem !important;
  }

  .mytgi-main-new .fin-card .quarter__total {
    font-size: 1.5rem !important;
  }

  .mytgi-main-new .fin-card .quarter__item {
    padding: 18px 12px;
  }

  .mytgi-main-new .fin-bottom {
    grid-template-columns: 1fr;
  }

  .mytgi-main-new .fin-bottom__panel {
    padding: 28px 24px;
  }
}
