/*!
 * 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-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  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-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.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;
  }
}
.overlay-red {
  background-color: #e73a46 !important;
}

.overlay-blue_light {
  background-color: #a8dbdc !important;
}

.overlay-blue_dark {
  background-color: #1c3456 !important;
}

.overlay-blue {
  background-color: #457b9d !important;
}

.overlay-white {
  background-color: white !important;
}

.overlay-black {
  background-color: black !important;
}

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

.overlay-green {
  background-color: #1c3457 !important;
}

.overlay-blue_darkest {
  background-color: #142947 !important;
}

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

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

.background-blue_light {
  background-color: #a8dbdc !important;
}
.background-blue_light .card-default a, .background-blue_light .card-promotion a {
  background: #a8dbdc !important;
}

.background-blue_dark {
  background-color: #1c3456 !important;
}
.background-blue_dark .card-default a, .background-blue_dark .card-promotion a {
  background: #1c3456 !important;
}

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

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

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

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

.background-green {
  background-color: #1c3457 !important;
}
.background-green .card-default a, .background-green .card-promotion a {
  background: #1c3457 !important;
}

.background-blue_darkest {
  background-color: #142947 !important;
}
.background-blue_darkest .card-default a, .background-blue_darkest .card-promotion a {
  background: #142947 !important;
}

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

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

.text-blue_light {
  color: #a8dbdc !important;
}
.text-blue_light * {
  color: #a8dbdc !important;
}
.text-blue_light strong {
  -webkit-text-stroke-color: #a8dbdc !important;
  color: transparent !important;
}

.text-blue_dark {
  color: #1c3456 !important;
}
.text-blue_dark * {
  color: #1c3456 !important;
}
.text-blue_dark strong {
  -webkit-text-stroke-color: #1c3456 !important;
  color: transparent !important;
}

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

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

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

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

.text-green {
  color: #1c3457 !important;
}
.text-green * {
  color: #1c3457 !important;
}
.text-green strong {
  -webkit-text-stroke-color: #1c3457 !important;
  color: transparent !important;
}

.text-blue_darkest {
  color: #142947 !important;
}
.text-blue_darkest * {
  color: #142947 !important;
}
.text-blue_darkest strong {
  -webkit-text-stroke-color: #142947 !important;
  color: transparent !important;
}

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

.border-color-red {
  border-color: #e73a46 !important;
}
.border-color-blue_light {
  border-color: #a8dbdc !important;
}
.border-color-blue_dark {
  border-color: #1c3456 !important;
}
.border-color-blue {
  border-color: #457b9d !important;
}
.border-color-white {
  border-color: white !important;
}
.border-color-black {
  border-color: black !important;
}
.border-color-grey {
  border-color: #f1fbee !important;
}
.border-color-green {
  border-color: #1c3457 !important;
}
.border-color-blue_darkest {
  border-color: #142947 !important;
}
.border-color-orange {
  border-color: #ed5025 !important;
}
.card-height-tiny {
  height: 30vh;
}

.card-height-small {
  height: 220px;
}

.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: 220px !important;
}

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

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

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

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

.block-padding-small {
  padding-top: calc(1.28125rem + 0.375vw);
  padding-bottom: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .block-padding-small {
    padding-top: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .block-padding-small {
    padding-bottom: 1.5625rem;
  }
}

.block-padding-medium {
  padding-top: calc(1.625rem + 4.5vw);
  padding-bottom: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .block-padding-medium {
    padding-top: 5rem;
  }
}
@media (min-width: 1200px) {
  .block-padding-medium {
    padding-bottom: 5rem;
  }
}

.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: 0rem;
  margin-bottom: 0rem;
}

.block-margin-small {
  margin-top: calc(1.28125rem + 0.375vw);
  margin-bottom: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .block-margin-small {
    margin-top: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .block-margin-small {
    margin-bottom: 1.5625rem;
  }
}

.block-margin-medium {
  margin-top: calc(1.625rem + 4.5vw);
  margin-bottom: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .block-margin-medium {
    margin-top: 5rem;
  }
}
@media (min-width: 1200px) {
  .block-margin-medium {
    margin-bottom: 5rem;
  }
}

.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 "poppins", serif;
  font-size: 1rem;
  line-height: 1;
}

h1, .h1 {
  font: 16px "poppins", serif;
  font-size: calc(1.3625rem + 1.35vw);
  padding-bottom: 0.625rem;
  line-height: 1.05;
  letter-spacing: 0px;
  font-weight: 600;
  letter-spacing: -0.8px;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.375rem;
  }
}
h1 strong, .h1 strong {
  font-weight: 700;
}

h2, .h2 {
  font: 16px "poppins", serif;
  font-size: calc(1.3rem + 0.6vw);
  padding-bottom: 0.9375rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.4px;
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}
h2 strong, .h2 strong {
  font-style: italic;
  font-weight: 800;
}

h3, .h3 {
  font: 16px "poppins", serif;
  font-size: calc(1.2875rem + 0.45vw);
  padding-bottom: 0.9375rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.625rem;
  }
}
h3 strong, .h3 strong {
  font-weight: 600;
}

h4, .h4 {
  font: 16px "poppins", serif;
  font-size: calc(1.25625rem + 0.075vw);
  padding-bottom: 0.9375rem;
  font-weight: 700;
  line-height: 1.23;
  letter-spacing: -0.25px;
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.3125rem;
  }
}

h5, .h5 {
  font: 16px "poppins", serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding-bottom: 0.9375rem;
}

h6, .h6 {
  font: 16px "poppins", sans-serif;
  font-size: 1.125rem;
}

p, li {
  font: 16px "poppins", sans-serif;
  font-size: 1rem;
  padding-bottom: 1.25rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0px;
}
p strong, li strong {
  font-weight: 600;
}

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 !important;
}

@media (max-width: 991.98px) {
  .user-content img {
    width: 100%;
  }
}
.user-content table {
  border-collapse: collapse;
  width: 100%;
}
.user-content table td, .user-content table th {
  border: 1px solid #ddd;
  padding: 8px;
}
.user-content table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.user-content table tr:hover {
  background-color: #ddd;
}
.user-content table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #1c3456;
  color: white;
}
.user-content h1 {
  font: 16px "poppins", serif;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .user-content h1 {
    font-size: 1.5rem;
  }
}
.user-content h2 {
  font: 16px "poppins", serif;
  font-size: calc(1.2625rem + 0.15vw);
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .user-content h2 {
    font-size: 1.375rem;
  }
}
.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;
  list-style: initial;
}
.user-content ol, .user-content ol li {
  list-style: numeric !important;
}
.user-content p, .user-content li {
  font: 16px "poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2 !important;
  list-style: initial;
}
.style-guide-element header {
  border-bottom: 1px solid black;
  padding-bottom: 1em;
  margin-bottom: 2em;
}
.style-guide-element .type-row {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
}
.style-guide-element .type-row > div:first-child h3 {
  padding-bottom: 0;
}
.style-guide-element .type-row > div:first-child p {
  padding-bottom: 0;
}
.style-guide-element .colour-row .colour-block {
  height: 200px;
  margin-bottom: 15px;
}

.col-lg-25 {
  width: 20%;
}
@media (max-width: 991.98px) {
  .col-lg-25 {
    width: 50%;
  }
}

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%;
  }
}

.h1-splash {
  display: inline-block;
  position: relative;
}
.h1-splash * {
  position: relative;
  z-index: 5;
}
.h1-splash h1:after, .h1-splash h1:after {
  background-image: url("../img/heading-splash.png");
  position: absolute;
  top: -25%;
  left: -30%;
  height: -50%;
  width: 160%;
  height: 160%;
  background-position: center;
  background-size: 100% 100%;
  z-index: -1;
  content: "";
}
.h1-splash h1 h1, .h1-splash h1 h1 {
  position: relative;
}

.background-white, .background-transparent {
  color: #457b9d !important;
}
.background-white h2, .background-transparent h2 {
  color: #457b9d;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.4;
  z-index: 1;
  content: "";
  height: 100%;
}

.background-black, .background-blue, .background-blue_light, .background-orange {
  color: white;
}
.background-black a, .background-blue a, .background-blue_light a, .background-orange a {
  color: white;
}

.background-black .background-white * {
  color: black;
}
.background-orange.button {
  color: #000 !important;
  border: 1px solid #ed5025 !important;
}
.background-orange.button i {
  color: white !important;
}

.background-blue {
  color: white;
}
.background-blue .title-colour {
  color: white;
}
.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%;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-block {
  position: relative;
}

.splide__arrow {
  margin: 0 10px;
}

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

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

.background-red .splide__pagination__page.is-active {
  background: white !important;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video .browser-box {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.5);
}

a {
  color: inherit;
}
a:visited {
  color: inherit;
}

@media (max-width: 767.98px) {
  .banner-height-medium, .inner-banner {
    min-height: initial !important;
  }
}

.user-content img {
  height: initial !important;
  max-width: 100%;
}

.button-box .button, .form-style button, .button-box .button:visited, form button, input[type=submit], .btn.primary {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: calc(1.28125rem + 0.375vw);
  padding-right: calc(1.28125rem + 0.375vw);
  border: 0px solid black;
  font: 16px "poppins", serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration: none;
  border: 0px solid white;
  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;
  border-radius: 45px;
}
@media (min-width: 1200px) {
  .button-box .button, .form-style button, .button-box .button:visited, form button, input[type=submit], .btn.primary {
    padding-left: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .button-box .button, .form-style button, .button-box .button:visited, form button, input[type=submit], .btn.primary {
    padding-right: 1.5625rem;
  }
}
.button-box .button a, .form-style button a, .button-box .button:visited a, form button a, input[type=submit] a, .btn.primary a {
  text-decoration: none;
  color: inherit;
}
.button-box .button i, .form-style button i, .button-box .button:visited i, form button i, input[type=submit] i, .btn.primary i {
  margin-left: 30px;
  font-size: 0.8em;
  color: #a8dbdc;
}
.button-box .button:hover, .form-style button:hover, .button-box .button:visited:hover, form button:hover, input[type=submit]:hover, .btn.primary:hover {
  text-decoration: none;
}
.button-box .button.button-secondary i, .form-style button.button-secondary i, .button-box .button:visited.button-secondary i, form button.button-secondary i, input[type=submit].button-secondary i, .btn.primary.button-secondary i {
  color: #e73a46;
}
.button-box .button.transparent, .button-box .button.button-transparent, .form-style button.transparent, .form-style button.button-transparent, .button-box .button:visited.transparent, .button-box .button:visited.button-transparent, form button.transparent, form button.button-transparent, input[type=submit].transparent, input[type=submit].button-transparent, .btn.primary.transparent, .btn.primary.button-transparent {
  background: transparent;
  color: white;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button-box .button.transparent span, .button-box .button.button-transparent span, .form-style button.transparent span, .form-style button.button-transparent span, .button-box .button:visited.transparent span, .button-box .button:visited.button-transparent span, form button.transparent span, form button.button-transparent span, input[type=submit].transparent span, input[type=submit].button-transparent span, .btn.primary.transparent span, .btn.primary.button-transparent span {
  border-bottom: 1px dashed white !important;
}
.button-box .button.transparent img, .button-box .button.button-transparent img, .form-style button.transparent img, .form-style button.button-transparent img, .button-box .button:visited.transparent img, .button-box .button:visited.button-transparent img, form button.transparent img, form button.button-transparent img, input[type=submit].transparent img, input[type=submit].button-transparent img, .btn.primary.transparent img, .btn.primary.button-transparent img {
  margin: 0;
  padding: 0;
  margin-left: 10px;
}
.button-box .button.transparent:hover, .button-box .button.button-transparent:hover, .form-style button.transparent:hover, .form-style button.button-transparent:hover, .button-box .button:visited.transparent:hover, .button-box .button:visited.button-transparent:hover, form button.transparent:hover, form button.button-transparent:hover, input[type=submit].transparent:hover, input[type=submit].button-transparent:hover, .btn.primary.transparent:hover, .btn.primary.button-transparent:hover {
  background: transparent;
}
.button-box .button.button-white, .form-style button.button-white, .button-box .button:visited.button-white, form button.button-white, input[type=submit].button-white, .btn.primary.button-white {
  background: white;
  color: #ed5025;
}
.button-box .button.button-line, .form-style button.button-line, .button-box .button:visited.button-line, form button.button-line, input[type=submit].button-line, .btn.primary.button-line {
  background: transparent;
  color: #e73a46;
  border: 1px solid #e73a46;
}
.button-box .button.button-small, .form-style button.button-small, .button-box .button:visited.button-small, form button.button-small, input[type=submit].button-small, .btn.primary.button-small {
  font: 16px "poppins", serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  min-width: initial;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.button-box .button.button-small i, .form-style button.button-small i, .button-box .button:visited.button-small i, form button.button-small i, input[type=submit].button-small i, .btn.primary.button-small i {
  margin-left: 0;
  margin-right: 10px;
  font-size: 1.2em;
}
.button-box .button.button-icon, .form-style button.button-icon, .button-box .button:visited.button-icon, form button.button-icon, input[type=submit].button-icon, .btn.primary.button-icon {
  border: 1px solid #a8dbdc;
  padding: 0;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-box .button.button-icon i, .form-style button.button-icon i, .button-box .button:visited.button-icon i, form button.button-icon i, input[type=submit].button-icon i, .btn.primary.button-icon i {
  margin: 0 !important;
  padding: 0;
  font-size: 0.8em;
}

.button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.button-box .button + .button {
  margin-left: 10px;
}

.umbraco-forms-hidden, .umbraco-forms-hidden * {
  display: none !important;
}

.row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 767.98px) {
  .row-fluid {
    display: inline-block;
  }
}

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

body {
  padding-top: 187px;
}
@media (max-width: 991.98px) {
  body {
    padding-top: 85px;
  }
}
body.thinkpostgrad {
  padding-top: 170px;
}
@media (max-width: 991.98px) {
  body.thinkpostgrad {
    padding-top: 100px;
  }
}

.banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.notification-bar {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.notification-bar a {
  text-decoration: none;
}
.notification-bar li {
  font: 16px "poppins", sans-serif;
  font-size: 1.125rem;
}
.notification-bar .notification-bar__slider {
  padding: 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 {
  padding: 0;
}

@media (min-width: 992px) {
  #header-navigation > .container > .row {
    min-height: 100px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (max-width: 991.98px) {
  .header .ad-space {
    display: none !important;
  }
}
.header .top-navigation {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.header .top-navigation .col-md-5, .header .top-navigation .col-lg-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .header .top-navigation .col-md-5, .header .top-navigation .col-lg-5 {
    display: none;
  }
}
.header .top-navigation p {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.header .top-navigation p a {
  font-weight: 600;
}
.header .top-navigation .button-links li {
  margin-left: 10px;
}
.header .top-navigation .button-icon {
  background: transparent;
  font-size: 1.1rem;
  margin: 0;
  background: transparent;
}
.header .logo-container {
  position: relative;
  z-index: 99;
}
@media (max-width: 991.98px) {
  .header .logo-container img {
    max-width: 230px;
    margin: 0px 0;
    vertical-align: top;
  }
}
.header .nav-container {
  position: relative;
  z-index: 999;
}
@media (max-width: 991.98px) {
  .header #header-navigation {
    padding: 10px 0 5px 0 !important;
  }
}
@media (max-width: 991.98px) {
  .header #header-navigation {
    padding: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.header img {
  margin-bottom: 0.3125rem;
  margin-top: 0.3125rem;
}
.header nav.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  z-index: 20;
}
.header nav.bottom .col-12 {
  position: relative;
}
@media (max-width: 991.98px) {
  .header nav.bottom li:not(:last-child) {
    display: none;
  }
  .header nav.bottom .search-mobile-button {
    position: relative;
    top: 2px;
  }
}
.header nav.bottom ul.site-navigation {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .header nav.bottom ul.site-navigation {
    margin-left: -15px;
  }
}
.header nav.bottom ul.site-navigation > li {
  -webkit-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s; /* delay of 1 seconds on hover off */
  position: static;
  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 nav.bottom ul.site-navigation > li:first-child {
  margin-left: -20px;
}
.header nav.bottom ul.site-navigation > li:not(.hamburger-container):hover {
  background: #d62b38;
}
.header nav.bottom ul.site-navigation > li.has-children:after, .header nav.bottom ul.site-navigation > li.has-children-subjects:after {
  content: "\f078";
  font-family: "FontAwesome";
  opacity: 0.5;
  margin-left: -12px;
  margin-right: 10px;
}
.header nav.bottom ul.site-navigation > li > a {
  text-decoration: none;
  width: 100%;
  font: 16px "poppins", serif;
  font-size: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: inline-block;
  font-weight: 600;
  color: white;
}
.header nav.bottom ul.site-navigation > li:hover > ul {
  visibility: visible !important;
  z-index: -1 !important;
  opacity: 1 !important;
}
.header nav.bottom ul.site-navigation > li.has-children-subjects > ul:not(.ui-autocomplete) {
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  top: calc(100% - 0px);
  z-index: 9999;
  background: white;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 30px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 30px 35px rgba(0, 0, 0, 0.05);
  z-index: -99;
  padding: 0px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #e73a46;
  background: white;
  color: black;
}
.header nav.bottom ul.site-navigation > li.has-children-subjects > ul:not(.ui-autocomplete) a {
  color: black;
}
.header nav.bottom ul.site-navigation > li.has-children-subjects > ul:not(.ui-autocomplete):before, .header nav.bottom ul.site-navigation > li.has-children-subjects > ul:not(.ui-autocomplete):after {
  position: absolute;
  content: "";
  right: 100%;
  top: 0;
  background: #f4f1f1;
  height: 100%;
  width: 100%;
}
.header nav.bottom ul.site-navigation > li.has-children-subjects > ul:not(.ui-autocomplete):after {
  background: White;
  right: initial;
  left: 100%;
}
.header nav.bottom ul.site-navigation > li.has-children-subjects > ul:not(.ui-autocomplete) h3 {
  font-size: 2em;
  font-weight: bold;
}
.header nav.bottom ul.site-navigation > li.has-children-subjects > ul:not(.ui-autocomplete) > li {
  width: 40%;
  padding: 2em;
}
.header nav.bottom ul.site-navigation > li.has-children-subjects > ul:not(.ui-autocomplete) > li:first-child {
  background: #f4f1f1;
  padding: 2em;
}
.header nav.bottom ul.site-navigation > li.has-children-subjects > ul:not(.ui-autocomplete) > li:last-child {
  width: 60%;
}
.header nav.bottom ul.site-navigation > li.has-children-subjects > ul:not(.ui-autocomplete) > li:last-child ul li:first-child {
  width: 100%;
}
.header nav.bottom ul.site-navigation > li.has-children-subjects > ul:not(.ui-autocomplete) > li:last-child ul li {
  float: left;
  width: 50%;
}
.header nav.bottom ul.site-navigation > li.has-children-subjects > ul:not(.ui-autocomplete) > li:last-child ul li a {
  color: black;
  padding: 2px 0;
  font-size: 15px;
  letter-spacing: -0.5px;
  font-weight: 500;
  text-decoration: none;
}
.header nav.bottom ul.site-navigation > li.has-children {
  position: relative;
}
.header nav.bottom ul.site-navigation > li.has-children > ul {
  width: 300px;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  top: calc(100% - 0px);
  z-index: 9999;
  background: white;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0px 30px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 30px 35px rgba(0, 0, 0, 0.05);
  z-index: -99;
  padding: 0px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #142947;
  background: white;
  color: black;
}
.header nav.bottom ul.site-navigation > li.has-children > ul li {
  background: #142947;
  width: 100%;
}
.header nav.bottom ul.site-navigation > li.has-children > ul li:hover {
  background: #d62b38;
}
.header nav.bottom ul.site-navigation > li.has-children > ul li a {
  padding: 0.5em 2em;
  display: inline-block;
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.header nav.bottom ul.site-navigation > li > a {
  text-align: center;
}
.header nav.bottom ul.site-navigation > li.search a {
  font: 16px "poppins", sans-serif;
  font-size: calc(1.275rem + 0.3vw);
  padding: 1.25rem;
}
@media (min-width: 1200px) {
  .header nav.bottom ul.site-navigation > li.search a {
    font-size: 1.5rem;
  }
}
.header nav.bottom ul.site-navigation > li.hamburger a {
  font: 16px "poppins", sans-serif;
  font-size: calc(1.275rem + 0.3vw);
  padding-left: 0.9375rem;
}
@media (min-width: 1200px) {
  .header nav.bottom ul.site-navigation > li.hamburger a {
    font-size: 1.5rem;
  }
}
.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;
  padding-left: 0px;
}
.header nav.bottom .hamburger-container span {
  margin-right: 0.3125rem;
}
.header nav.bottom .hamburger--arrow {
  position: relative;
  top: 1px;
}
.header nav.bottom .hamburger-container a {
  padding-top: 0;
  padding-bottom: 0;
}
.header.fixed-top {
  -webkit-box-shadow: 0px 30px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 30px 35px rgba(0, 0, 0, 0.05);
}
.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: 155px;
}
@media (max-width: 991.98px) {
  body.fixed-top {
    padding-top: 100px;
  }
}

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

html {
  scroll-behavior: smooth;
}

.course-content-box {
  scroll-margin-top: 210px;
}

#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 .modal-box__close {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  padding: 20px;
}
#modal-mega-menu-desktop .modal-box__close i {
  font-size: 2em;
}
#modal-mega-menu-desktop .container, #modal-mega-menu-desktop .row {
  height: 100%;
  width: 100%;
  max-width: 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;
  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 i, #modal-mega-menu-desktop .right-navigation i {
  margin-right: 20px;
}
#modal-mega-menu-desktop .left-navigation {
  height: 100%;
  position: relative;
  width: 35%;
  background: rgba(0, 0, 0, 0.2);
  padding: 2em;
}
#modal-mega-menu-desktop .left-navigation ul {
  width: 100%;
}
#modal-mega-menu-desktop .left-navigation ul:first-of-type li {
  font: 16px "poppins", sans-serif;
  font-size: calc(1.375rem + 1.5vw);
  padding-bottom: 1.25rem;
  font-weight: bold;
  letter-spacing: -2px;
}
@media (min-width: 1200px) {
  #modal-mega-menu-desktop .left-navigation ul:first-of-type li {
    font-size: 2.5rem;
  }
}
#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%;
  width: 65%;
  padding: 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 "poppins", sans-serif;
  font-size: calc(1.325rem + 0.9vw);
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  #modal-mega-menu-desktop .right-navigation ul li {
    font-size: 2rem;
  }
}
#modal-mega-menu-desktop .right-navigation ul li a {
  text-decoration: none;
  display: inline-block;
  color: white;
  padding: 10px 0;
}

#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: #e73a46 !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 {
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  background: #071933;
}
.breadcrumbs ul, .breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.breadcrumbs li {
  padding: 0.625rem 0.625rem 0.625rem 0;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .breadcrumbs li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.breadcrumbs li:last-child {
  padding-left: 0;
}
.breadcrumbs li:after {
  content: "\f054";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 14px;
  margin-left: 0.625rem;
  position: relative;
  top: 0px;
}
.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs a {
  font: 16px "poppins", serif;
  font-size: 0.9375rem;
  letter-spacing: 0px;
  text-decoration: underline;
  color: white;
}

.mobile-inner-nav {
  display: none;
  text-align: center;
  max-width: 100%;
  position: sticky;
  top: 130px;
  margin: 0 auto;
  z-index: 1000;
  padding: 1em;
}
@media (max-width: 991.98px) {
  .mobile-inner-nav {
    display: block;
    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;
  }
}
.mobile-inner-nav select {
  padding: 0.5em;
}
.mobile-inner-nav label {
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: white;
  width: auto;
  margin-right: 10px;
}

.hamburger-container {
  padding-right: 0 !important;
}
.hamburger-container a {
  padding-right: 0 !important;
}

#hamburger {
  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;
  padding-right: 0;
}
#hamburger span {
  margin-right: 15px;
  font-size: 15px;
  font-weight: 500;
}

.mobile-navigation-container 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: end;
}
.mobile-navigation-container ul i {
  font-size: 1.2em;
}
@media (max-width: 991.98px) {
  .mobile-navigation-container .hamburger {
    padding-left: 0px;
    margin-left: 10px;
    padding-right: 5px;
    display: inline-block;
  }
}

.modal-visible #header {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  pointer-events: none;
}

#header {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.fixed-top {
  -webkit-transform: translate(0, -40px);
          transform: translate(0, -40px);
}

.ui-menu {
  z-index: 999999999 !important;
}

.thinkpostgrad #mm-clone-mobile-menu .mm-panel, .thinkpostgrad #mobile-menu .mm-panel {
  background: #9D4EBD !important;
}
.thinkpostgrad .hamburger.is-active .hamburger-inner, .thinkpostgrad .hamburger.is-active .hamburger-inner::before, .thinkpostgrad .hamburger.is-active .hamburger-inner::after {
  background-color: rgb(255, 255, 255) !important;
}

html .course-content .whats-on-the-page.active .social-media {
  dispLay: flex !important;
}

#footer {
  padding-top: 4em;
  padding-bottom: 1em;
  color: white;
}
#footer p {
  font: 16px "poppins", serif;
  font-size: 0.875rem;
  padding: 0;
  line-height: 1.4 !important;
  margin: 0;
  letter-spacing: 0px;
}
#footer p small {
  display: block;
  color: #797e85;
}
@media (max-width: 991.98px) {
  #footer .logo {
    text-align: center;
  }
  #footer .logo img {
    max-width: 75%;
  }
}
#footer .social-media {
  padding-top: 2em;
  padding-bottom: 2em;
}
#footer .social-media li a {
  margin-right: 20px;
  margin-left: 0;
}
@media (max-width: 991.98px) {
  #footer .social-media {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media (max-width: 991.98px) {
  #footer .footer-links {
    display: block !important;
    text-align: center;
  }
}
#footer .footer-links li {
  padding: 10px;
}
#footer .footer-links li a {
  font: 16px "poppins", serif;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 500;
}

.newsletter {
  background: #457b9d;
  color: white;
  padding-top: 2em;
  padding-bottom: 2em;
}
.newsletter .row > .col-md-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .newsletter .row > .col-md-12 {
    text-align: center;
    display: block;
  }
}
.newsletter .row > .col-md-12 .newsletter-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.newsletter .row > .col-md-12 .newsletter-title h3 {
  padding: 0;
  margin: 0;
}
.newsletter .row > .col-md-12 .newsletter-title h2 {
  padding: 0;
  font: 16px "poppins", serif;
  font-size: calc(1.3625rem + 1.35vw);
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1200px) {
  .newsletter .row > .col-md-12 .newsletter-title h2 {
    font-size: 2.375rem;
  }
}
@media (max-width: 991.98px) {
  .newsletter .row > .col-md-12 .newsletter-title h2 {
    margin-bottom: 15px;
  }
}
.newsletter .row > .col-md-12 form {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .newsletter .row > .col-md-12 form {
    display: block;
  }
  .newsletter .row > .col-md-12 form .input-container {
    margin-bottom: 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.newsletter .row > .col-md-12 form .input-container, .newsletter .row > .col-md-12 form button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0;
}
.newsletter .row > .col-md-12 form button {
  -webkit-box-flex: 0.7;
      -ms-flex: 0.7;
          flex: 0.7;
  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;
}
@media (max-width: 991.98px) {
  .newsletter .row > .col-md-12 form button {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }
}

.social-media li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin: 0 10px;
  text-decoration: none;
  font-size: 1.2rem;
  color: white;
}

.selectize-input.full {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.selectize-input.full input {
  max-width: 50%;
}

form {
  margin: 0px 0;
}
form .tandc-box {
  float: left;
  width: 100%;
  margin: 0 0 1.25rem 0;
  text-align: left;
}
form .tandc-box a {
  text-decoration: underline;
}
form .tandc-box label.tandc {
  float: left;
  width: auto;
  margin-left: 15px;
}
form .styled-checkbox {
  width: 28px;
  height: 28px;
  position: relative;
  float: left;
  background: #fcfff4;
  margin-bottom: 0.9375rem;
}
form .styled-checkbox .error {
  position: static;
  left: 0;
  width: 150px !important;
  top: 40px;
  height: auto !important;
  background: red;
  margin: 0.9375rem 0 0rem 0;
  line-height: 1.5em;
  text-indent: 10px;
  display: inline-block;
  font-size: 13px !important;
}
form .styled-checkbox label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
}
form .styled-checkbox label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: none;
  border-right: none;
  background: transparent;
}
form .styled-checkbox input[type=checkbox] {
  visibility: hidden;
}
form .styled-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
form .email-validate {
  height: 0;
  opacity: 0;
  visibility: 0;
  width: 0;
  pointer-events: none;
  padding: 0;
  overflow: hidden;
}
form label {
  margin-bottom: 0.45em;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  font: 16px "poppins", serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1c3456;
}
form button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
form button:hover, form input[type=submit]:hover {
  cursor: pointer;
}
form .select-container {
  position: relative;
  margin-bottom: 0.9375rem;
  width: 100%;
  border-radius: 55px;
  border-radius: 55px;
}
form .select-container ::-webkit-input-placeholder {
  color: black;
}
form .select-container :-moz-placeholder {
  color: black;
}
form .select-container ::-moz-placeholder {
  color: black;
}
form .select-container :-ms-input-placeholder {
  color: black;
}
form .select-container.list-container {
  cursor: pointer;
}
form .select-container.list-container ul {
  position: absolute;
  color: #000;
  width: 100%;
  top: 122%;
  z-index: 100;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  background: white;
  overflow: hidden;
  max-height: 350px;
  overflow-y: scroll;
}
form .select-container.list-container ul li {
  padding: 0.75em 1.5em;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  opacity: 0;
}
form .select-container.list-container ul li i {
  position: static;
  display: inline-block;
  font-size: 1em;
  margin-left: 0;
  width: auto;
  margin-right: 0.625rem;
  -webkit-transform: translate(0px, -50px);
          transform: translate(0px, -50px);
}
form .select-container.list-container ul li span {
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  display: inline-block;
}
form .select-container.list-container ul li:last-child {
  border-bottom: 0;
}
form .select-container.list-container ul li:hover {
  background: black;
  color: #fff;
  cursor: pointer;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}
form .select-container.list-container ul li:hover i, form .select-container.list-container ul li:hover span {
  color: #fff;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}
form .select-container.list-container.active ul {
  visibility: visible;
  opacity: 1;
  top: 102%;
}
form .select-container.list-container.active ul li {
  opacity: 1;
}
form .select-container.list-container.active ul li span {
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
}
form .select-container.list-container.active ul li i {
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
}
form .select-container.error:after, form .select-container.success:after {
  color: #ed5025;
}
form .select-container.error i, form .select-container.success i {
  color: red;
}
form .select-container.error input {
  color: red !important;
  border: 3px solid red;
}
form .select-container.success input {
  color: green !important;
  border: 3px solid transparent;
}
form .select-container.success i {
  color: green;
}
form .select-container.success:after {
  color: green;
}
form .select-container label.error {
  position: absolute;
  float: right;
  width: 100%;
  padding: 0.3125rem;
  font-size: 0.8em;
  pointer-events: none;
  display: none;
}
form .select-container.error label.error {
  display: block;
}
form .select-container input, form .select-container select, form .select-container textarea {
  text-indent: 20px;
  height: 3em;
  line-height: 3em;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-radius: 50px;
  font-size: 1.1em;
  border: 1px solid #ccc;
  background: white;
  width: 100%;
  border-radius: 50px;
  font: 16px "poppins", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: -0.5px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  form .select-container input, form .select-container select, form .select-container textarea {
    height: 3em;
    line-height: 3em;
  }
}
form .select-container input.no-event, form .select-container select.no-event, form .select-container textarea.no-event {
  pointer-events: none;
}
form .select-container textarea {
  height: initial;
  line-height: 1.4;
  border-radius: 12px;
  text-indent: 0;
  padding: 15px;
}
form .select-container i {
  position: Absolute;
  left: 10px;
  content: "";
  width: 50px;
  top: 2%;
  height: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4em;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #457b9d;
  pointer-events: none;
}
form .select-container > span {
  position: Absolute;
  right: 2px;
  text-align: center;
  content: "";
  width: 50px;
  top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  bottom: 2px;
  display: none;
  background: white;
  z-index: 10;
}
form .select-container.searched span {
  display: inline-block;
  cursor: pointer;
}
form .select-container.searched span i {
  color: red;
}
form .select-container:hover.searched span i {
  opacity: 0.5;
  cursor: pointer;
}
form .select-container:after {
  position: Absolute;
  pointer-events: none;
  right: 1%;
  content: "";
  width: 50px;
  top: 10%;
  height: 80%;
  content: "\f078";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font: normal normal normal 14px/1 FontAwesome;
}
form .select-container.selected i {
  color: green;
}
form .select-container.selected input[type=text] {
  color: green;
}
form .select-container input:disabled {
  cursor: pointer;
  color: #333;
}
form .input-container, form .umbraco-forms-field-wrapper {
  position: relative;
  margin-bottom: 0.9375rem;
  width: 100%;
  border-radius: 55px;
  border-radius: 55px;
}
form .input-container ::-webkit-input-placeholder, form .umbraco-forms-field-wrapper ::-webkit-input-placeholder {
  color: black;
}
form .input-container :-moz-placeholder, form .umbraco-forms-field-wrapper :-moz-placeholder {
  color: black;
}
form .input-container ::-moz-placeholder, form .umbraco-forms-field-wrapper ::-moz-placeholder {
  color: black;
}
form .input-container :-ms-input-placeholder, form .umbraco-forms-field-wrapper :-ms-input-placeholder {
  color: black;
}
form .input-container.list-container, form .umbraco-forms-field-wrapper.list-container {
  cursor: pointer;
}
form .input-container.list-container ul, form .umbraco-forms-field-wrapper.list-container ul {
  position: absolute;
  color: #000;
  width: 100%;
  top: 122%;
  z-index: 100;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  background: white;
  overflow: hidden;
  max-height: 350px;
  overflow-y: scroll;
}
form .input-container.list-container ul li, form .umbraco-forms-field-wrapper.list-container ul li {
  padding: 0.75em 1.5em;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  opacity: 0;
}
form .input-container.list-container ul li i, form .umbraco-forms-field-wrapper.list-container ul li i {
  position: static;
  display: inline-block;
  font-size: 1em;
  margin-left: 0;
  width: auto;
  margin-right: 0.625rem;
  -webkit-transform: translate(0px, -50px);
          transform: translate(0px, -50px);
}
form .input-container.list-container ul li span, form .umbraco-forms-field-wrapper.list-container ul li span {
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  display: inline-block;
}
form .input-container.list-container ul li:last-child, form .umbraco-forms-field-wrapper.list-container ul li:last-child {
  border-bottom: 0;
}
form .input-container.list-container ul li:hover, form .umbraco-forms-field-wrapper.list-container ul li:hover {
  background: black;
  color: #fff;
  cursor: pointer;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}
form .input-container.list-container ul li:hover i, form .input-container.list-container ul li:hover span, form .umbraco-forms-field-wrapper.list-container ul li:hover i, form .umbraco-forms-field-wrapper.list-container ul li:hover span {
  color: #fff;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}
form .input-container.list-container.active ul, form .umbraco-forms-field-wrapper.list-container.active ul {
  visibility: visible;
  opacity: 1;
  top: 102%;
}
form .input-container.list-container.active ul li, form .umbraco-forms-field-wrapper.list-container.active ul li {
  opacity: 1;
}
form .input-container.list-container.active ul li span, form .umbraco-forms-field-wrapper.list-container.active ul li span {
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
}
form .input-container.list-container.active ul li i, form .umbraco-forms-field-wrapper.list-container.active ul li i {
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
}
form .input-container.error:after, form .input-container.success:after, form .umbraco-forms-field-wrapper.error:after, form .umbraco-forms-field-wrapper.success:after {
  color: #ed5025;
}
form .input-container.error i, form .input-container.success i, form .umbraco-forms-field-wrapper.error i, form .umbraco-forms-field-wrapper.success i {
  color: red;
}
form .input-container.error input, form .umbraco-forms-field-wrapper.error input {
  color: red !important;
  border: 3px solid red;
}
form .input-container.success input, form .umbraco-forms-field-wrapper.success input {
  color: green !important;
  border: 3px solid transparent;
}
form .input-container.success i, form .umbraco-forms-field-wrapper.success i {
  color: green;
}
form .input-container.success:after, form .umbraco-forms-field-wrapper.success:after {
  color: green;
}
form .input-container label.error, form .umbraco-forms-field-wrapper label.error {
  position: absolute;
  float: right;
  width: 100%;
  padding: 0.3125rem;
  font-size: 0.8em;
  pointer-events: none;
  display: none;
}
form .input-container.error label.error, form .umbraco-forms-field-wrapper.error label.error {
  display: block;
}
form .input-container input, form .input-container select, form .input-container textarea, form .umbraco-forms-field-wrapper input, form .umbraco-forms-field-wrapper select, form .umbraco-forms-field-wrapper textarea {
  text-indent: 20px;
  height: 3em;
  line-height: 3em;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-radius: 50px;
  font-size: 1.1em;
  border: 1px solid #ccc;
  background: white;
  width: 100%;
  border-radius: 50px;
  font: 16px "poppins", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: -0.5px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  form .input-container input, form .input-container select, form .input-container textarea, form .umbraco-forms-field-wrapper input, form .umbraco-forms-field-wrapper select, form .umbraco-forms-field-wrapper textarea {
    height: 3em;
    line-height: 3em;
  }
}
form .input-container input.no-event, form .input-container select.no-event, form .input-container textarea.no-event, form .umbraco-forms-field-wrapper input.no-event, form .umbraco-forms-field-wrapper select.no-event, form .umbraco-forms-field-wrapper textarea.no-event {
  pointer-events: none;
}
form .input-container textarea, form .umbraco-forms-field-wrapper textarea {
  height: initial;
  line-height: 1.4;
  border-radius: 12px;
  text-indent: 0;
  padding: 15px;
}
form .input-container i, form .umbraco-forms-field-wrapper i {
  position: Absolute;
  left: 10px;
  content: "";
  width: 50px;
  top: 2%;
  height: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4em;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #457b9d;
  pointer-events: none;
}
form .input-container > span, form .umbraco-forms-field-wrapper > span {
  position: Absolute;
  right: 2px;
  text-align: center;
  content: "";
  width: 50px;
  top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  bottom: 2px;
  display: none;
  background: white;
  z-index: 10;
}
form .input-container.searched span, form .umbraco-forms-field-wrapper.searched span {
  display: inline-block;
  cursor: pointer;
}
form .input-container.searched span i, form .umbraco-forms-field-wrapper.searched span i {
  color: red;
}
form .input-container:hover.searched span i, form .umbraco-forms-field-wrapper:hover.searched span i {
  opacity: 0.5;
  cursor: pointer;
}
form .textarea-container {
  position: relative;
  margin-bottom: 0.9375rem;
  width: 100%;
  border-radius: 55px;
  border-radius: 55px;
}
form .textarea-container ::-webkit-input-placeholder {
  color: black;
}
form .textarea-container :-moz-placeholder {
  color: black;
}
form .textarea-container ::-moz-placeholder {
  color: black;
}
form .textarea-container :-ms-input-placeholder {
  color: black;
}
form .textarea-container.list-container {
  cursor: pointer;
}
form .textarea-container.list-container ul {
  position: absolute;
  color: #000;
  width: 100%;
  top: 122%;
  z-index: 100;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  background: white;
  overflow: hidden;
  max-height: 350px;
  overflow-y: scroll;
}
form .textarea-container.list-container ul li {
  padding: 0.75em 1.5em;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  opacity: 0;
}
form .textarea-container.list-container ul li i {
  position: static;
  display: inline-block;
  font-size: 1em;
  margin-left: 0;
  width: auto;
  margin-right: 0.625rem;
  -webkit-transform: translate(0px, -50px);
          transform: translate(0px, -50px);
}
form .textarea-container.list-container ul li span {
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  display: inline-block;
}
form .textarea-container.list-container ul li:last-child {
  border-bottom: 0;
}
form .textarea-container.list-container ul li:hover {
  background: black;
  color: #fff;
  cursor: pointer;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}
form .textarea-container.list-container ul li:hover i, form .textarea-container.list-container ul li:hover span {
  color: #fff;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}
form .textarea-container.list-container.active ul {
  visibility: visible;
  opacity: 1;
  top: 102%;
}
form .textarea-container.list-container.active ul li {
  opacity: 1;
}
form .textarea-container.list-container.active ul li span {
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
}
form .textarea-container.list-container.active ul li i {
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
}
form .textarea-container.error:after, form .textarea-container.success:after {
  color: #ed5025;
}
form .textarea-container.error i, form .textarea-container.success i {
  color: red;
}
form .textarea-container.error input {
  color: red !important;
  border: 3px solid red;
}
form .textarea-container.success input {
  color: green !important;
  border: 3px solid transparent;
}
form .textarea-container.success i {
  color: green;
}
form .textarea-container.success:after {
  color: green;
}
form .textarea-container label.error {
  position: absolute;
  float: right;
  width: 100%;
  padding: 0.3125rem;
  font-size: 0.8em;
  pointer-events: none;
  display: none;
}
form .textarea-container.error label.error {
  display: block;
}
form .textarea-container input, form .textarea-container select, form .textarea-container textarea {
  text-indent: 20px;
  height: 3em;
  line-height: 3em;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-radius: 50px;
  font-size: 1.1em;
  border: 1px solid #ccc;
  background: white;
  width: 100%;
  border-radius: 50px;
  font: 16px "poppins", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: -0.5px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  form .textarea-container input, form .textarea-container select, form .textarea-container textarea {
    height: 3em;
    line-height: 3em;
  }
}
form .textarea-container input.no-event, form .textarea-container select.no-event, form .textarea-container textarea.no-event {
  pointer-events: none;
}
form .textarea-container textarea {
  height: initial;
  line-height: 1.4;
  border-radius: 12px;
  text-indent: 0;
  padding: 15px;
}
form .textarea-container i {
  position: Absolute;
  left: 10px;
  content: "";
  width: 50px;
  top: 2%;
  height: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4em;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #457b9d;
  pointer-events: none;
}
form .textarea-container > span {
  position: Absolute;
  right: 2px;
  text-align: center;
  content: "";
  width: 50px;
  top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  bottom: 2px;
  display: none;
  background: white;
  z-index: 10;
}
form .textarea-container.searched span {
  display: inline-block;
  cursor: pointer;
}
form .textarea-container.searched span i {
  color: red;
}
form .textarea-container:hover.searched span i {
  opacity: 0.5;
  cursor: pointer;
}
form .textarea-container i {
  height: auto;
  top: 15px;
}
form .textarea-container textarea {
  padding: 1.2em 2em 1.5em 1.5em;
  width: 100%;
}

.with-icon input, .with-icon select {
  text-indent: 60px !important;
}

.form-box {
  padding: 1.5em;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
  border-radius: 16px;
  margin: 1em 0;
}

html body .selectize-control.single .selectize-input input {
  position: absolute !important;
  left: 20px !important;
}

.selectize-control.single .selectize-input {
  min-height: 45px;
  border-radius: 0 !important;
}

.selectize-control.single input {
  border-radius: 0 !important;
}

.modal-trigger {
  cursor: pointer;
  pointer: cursor;
}
.modal-trigger select {
  pointer-events: none;
}

.modal-conent {
  padding-bottom: 30px;
}

.modal-content-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
  /* custom scrollbar */
}
.modal-content-box ::-webkit-scrollbar {
  width: 20px;
}
.modal-content-box ::-webkit-scrollbar-track {
  background-color: transparent;
}
.modal-content-box ::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
.modal-content-box ::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}
.modal-content-box.active {
  display: block;
}
.modal-content-box.active .modal-content {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition: all 2.5s ease-in;
  transition: all 2.5s ease-in;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.modal-content-box .close-button {
  position: absolute;
  top: 1px;
  right: 0px;
  font-size: 2.6em;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 100;
  background: black;
  color: #fff;
  padding: 0.35em 0.34em;
  line-height: 1em;
}
.modal-content-box .modal-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 80%;
  padding-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  max-width: 1200px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0%, 0);
          transform: translate3d(-50%, 0%, 0);
  background: white;
  padding: 2em 2em 1em 2em;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.9), 0px 0px 40px rgba(0, 0, 0, 0.9);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.9), 0px 0px 40px rgba(0, 0, 0, 0.9);
  padding: 2em 1em 0em 1em;
  -webkit-transition: all 2.5s ease-in;
  transition: all 2.5s ease-in;
}
@media (min-width: 768px) {
  .modal-content-box .modal-content {
    overflow-y: scroll;
    max-height: 550px;
  }
}
@media (max-width: 991.98px) {
  .modal-content-box .modal-content {
    padding: 1em;
    height: 100%;
    max-width: 100% !important;
    overflow-y: scroll;
    width: 100%;
    padding-top: 0;
  }
  .modal-content-box .modal-content .club-chooser {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    margin-bottom: 20px;
  }
  .modal-content-box .modal-content .club-chooser li {
    font-size: 0.9rem;
  }
  .modal-content-box .modal-content h3 {
    font-size: 1rem !important;
    width: 100%;
  }
  .modal-content-box .modal-content .results {
    padding: 0;
  }
}
.modal-content-box .selectize-control {
  margin-bottom: 20px;
}
.modal-content-box .button-box {
  padding-bottom: 0;
}
.modal-content-box .modal-header {
  display: inline-block;
  padding: 10px 2em;
  color: #fff;
  background: #457b9d;
  margin: -3em 0 2em -1em;
}
@media (max-width: 991.98px) {
  .modal-content-box .modal-header {
    margin: 0 0 1em -1em;
  }
}
.modal-content-box .modal-header h3 {
  display: inline-block;
  line-height: 1.8em;
  font-size: 1.9em;
}
.modal-content-box .modal-header i {
  margin-right: 0.5em;
  font-size: 1.3em;
  position: relative;
  top: 4px;
}
.modal-content-box .modal-select-club .input-container {
  border: 2px solid #333;
  margin-right: 5em;
}
.modal-content-box .modal-select-club li {
  cursor: pointer;
}
.modal-content-box .modal-select-club li:hover {
  opacity: 0.8;
}
.modal-content-box .modal-select-club li:active {
  top: 1px;
  opacity: 0.8;
  position: relative;
}
.modal-content-box .modal-select-club .input-container i {
  font-size: 1.4em;
}
.modal-content-box .modal-select-club .input-container input {
  height: 50px;
  line-height: 50px;
}
.modal-content-box .club-chooser {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
.modal-content-box .club-chooser li {
  padding: 0;
  font: 16px "poppins", sans-serif;
  font-size: 1.125rem;
}
.modal-content-box .club-chooser li:before {
  display: none;
}
.modal-content-box .club-chooser a {
  padding: 0.25em 0.2em;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: inline-block;
}
.modal-content-box .club-chooser a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.modal-content-box .club-chooser a:before {
  font-family: "FontAwesome";
  content: "\f054";
  margin-right: 0.5em;
  color: #ed5025;
}
.modal-content-box .club-chooser li a.selected:before {
  content: "\f00c";
}

.pac-container {
  z-index: 999999 !important;
}

.pac-logo:after {
  display: none !important;
}

.results h1 {
  color: #fff;
}

.result-container {
  margin-bottom: 0em;
  padding: 0 5px;
}
.result-container:nth-child(3n+4) {
  clear: both;
}

.result header {
  text-align: center;
  color: #000;
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  padding: 0 0 1em 0;
}
.result header h5 {
  font-size: 1.5em;
}
.result header i {
  vertical-align: middle;
  display: inline-block;
  font-size: 1.5em;
  margin-right: 0.25em;
}

#modal-mega-menu-desktop {
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 1400px;
  min-width: initial;
  height: initial !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#modal-mega-menu-desktop a {
  color: black !important;
}

.modal-visible .modal-content-box {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) {
  .modal-visible .filter-box {
    position: initial;
  }
}

#modal-mega-menu-desktop.modal-content-box:after {
  display: none;
}

.modal-content-box .col-md-6 {
  width: 100%;
  max-width: 100%;
}
.modal-content-box .col-md-6 .modal-header {
  width: 100%;
  background: #142947;
  width: calc(100% + 32px);
}
.modal-content-box .col-md-6 .modal-header h3 {
  width: 100%;
}

#modal-select-discipline .modal-content {
  min-height: 400px;
}

#modal-select-university .modal-content {
  min-height: 400px;
}

.media-text-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.media-text {
  background-size: cover;
  background-position: center;
}
@media (max-width: 991.98px) {
  .media-text {
    padding: 2em 0 2em 0;
  }
}
@media (min-width: 992px) {
  .media-text__image {
    max-width: initial;
  }
}
.media-text__image img {
  vertical-align: top;
}
@media (max-width: 991.98px) {
  .media-text__image {
    -webkit-box-ordinal-group: -1 !important;
        -ms-flex-order: -2 !important;
            order: -2 !important;
  }
}
.media-text__content {
  position: relative;
}
@media (max-width: 991.98px) {
  .media-text__content {
    padding: 20px;
  }
}
.media-text__content-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .media-text__content-container {
    padding: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .media-text__content-container {
    padding: 3.125rem;
  }
}
@media (max-width: 991.98px) {
  .media-text__content-container {
    padding-top: 3em;
    padding-bottom: 3em;
    color: #333;
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
    margin-top: 2em;
  }
}
.media-text .order-2 .about-image {
  direction: rtl;
}

.card {
  position: relative;
  text-decoration: none;
  margin-bottom: 1.25rem;
}
.card > a {
  position: relative;
  color: black;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card > a > div {
  width: 100%;
}
.card .detail {
  line-height: 1.4;
  font: 16px "poppins", sans-serif;
  font-size: 1.25rem;
}
.card__link {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #333;
  text-decoration: none;
}
.card__link:hover {
  text-decoration: none;
}
.card__image {
  margin: 0 auto;
  height: auto;
  -o-object-fit: initial;
     object-fit: initial;
}
.card__content {
  padding: 1.25rem 0;
}
.card__content p {
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .card.card-subject .card__image {
    width: 30%;
  }
}
.card.card-subject .card__content {
  text-align: center;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding: 0;
  padding-top: 10px;
}
@media (max-width: 991.98px) {
  .card.card-subject .card__content {
    width: 70%;
  }
}
.card.card-compare {
  position: relative;
}
.card.card-compare .fa-times {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: #e73a46;
  color: black;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: white;
}
.card.card-compare .card__image img {
  text-align: center;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.card.card-compare .card__content h3 {
  font-size: 1.2rem;
  padding-bottom: 5px;
}
.card.card-compare .card__content .button-box {
  margin-bottom: 10px;
}
.card.card-compare .card__content p {
  font-size: 14px;
  padding-bottom: 5px;
}
.card.card-compare .card__content .organisation-location {
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px;
}
.card.card-compare .card__content .organisation-location i {
  color: #e73a46;
}
.card.card-compare .card__content h4 {
  font-size: 1.2rem;
  padding-bottom: 10px;
}
.card.card-compare .card__content h5 {
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: bold;
}
.card.card-subject, .card.card-university {
  -webkit-transition: all 0.12s ease-in;
  transition: all 0.12s ease-in;
}
.card.card-subject a, .card.card-university a {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  display: inline-block;
  width: 100%;
  background: white;
  text-decoration: none;
  padding: 14px;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.card.card-subject a:hover, .card.card-university a:hover {
  -webkit-transform: scale(1.031);
          transform: scale(1.031);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1), 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1), 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.card.card-subject img, .card.card-university img {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  vertical-align: top;
}
.card.card-subject .card__content, .card.card-university .card__content {
  text-align: center;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding: 0;
  padding-top: 10px;
}
@media (max-width: 991.98px) {
  .card.card-subject .card__content, .card.card-university .card__content {
    border-top: 0px solid #ccc;
  }
}
.card.card-subject .card__content h3, .card.card-university .card__content h3 {
  margin: 0;
  padding: 0;
  font: 16px "poppins", serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .card.card-subject {
    background: white;
    padding: 0;
    margin-bottom: 0;
  }
  .card.card-subject a {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid black;
  }
  .card.card-subject a .card__content {
    border-top: 0;
    padding-top: 0;
    text-align: left;
    margin-top: 0;
    padding-left: 15px;
  }
}
.card.card-video a {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  border: 1px solid #ccc;
  background: white;
}
.card.card-video .card__image {
  position: relative;
}
.card.card-video .card__image img {
  height: 185px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  vertical-align: top;
}
.card.card-video .card__image i {
  width: 52px;
  height: 52px;
  background: #e73a46;
  border: 3px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  text-indent: 3px;
  font-size: 1.3rem;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}
.card.card-video .card__content {
  text-align: left;
  margin-top: 0px;
  padding: 0;
  padding-top: 10px;
  padding: 16px;
}
.card.card-video .card__content h4 {
  margin: 0;
  padding: 0;
  font: 16px "poppins", serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}
.card.card-video .card__content h4 img {
  vertical-align: bottom;
  margin-right: 10px;
}
.card.card-video .card__content p {
  font: 16px "poppins", serif;
  font-size: 0.9375rem;
  margin: 0;
  padding: 0;
}
.card.card-video .card__content h3 {
  margin: 0 0 0px 0;
  padding: 0;
  font: 16px "poppins", serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.15;
}
.card.card-event a {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  background: white;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.card.card-event a:hover {
  -webkit-transform: scale(1.031);
          transform: scale(1.031);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1), 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1), 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.card.card-event .card__image img {
  height: initial;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  vertical-align: top;
}
.card.card-event .card__content {
  text-align: left;
  margin-top: 0px;
  padding: 0;
  padding-top: 10px;
  padding: 16px;
}
.card.card-event .card__content h4 {
  margin: 0;
  padding: 0;
  font: 16px "poppins", serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}
.card.card-event .card__content h4 img {
  vertical-align: bottom;
  margin-right: 10px;
}
.card.card-event .card__content p {
  font: 16px "poppins", serif;
  font-size: 0.9375rem;
  margin: 0;
  padding: 0;
}
.card.card-event .card__content h3 {
  margin: 0 0 8px 0;
  padding: 0;
  font: 16px "poppins", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}
.card.card-course-card.featured > div {
  background: #f4f4f4;
}
.card.card-course-card a {
  text-decoration: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.card.card-course-card > div {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  text-decoration: none;
  padding: 35px 30px 25px 30px;
}
@media (max-width: 991.98px) {
  .card.card-course-card > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px;
  }
}
.card.card-course-card .card__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 991.98px) {
  .card.card-course-card .card__image {
    width: 100%;
  }
  .card.card-course-card .card__image img {
    display: none;
  }
}
.card.card-course-card .card__image .tag {
  background: #f4f4f4;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
  color: #808080;
}
@media (max-width: 991.98px) {
  .card.card-course-card .card__image .tag {
    padding-left: 0;
    padding-top: 0;
    width: 100%;
    text-align: left;
  }
}
.card.card-course-card .card__image img {
  width: 100%;
  border-radius: 0px;
  vertical-align: top;
  vertical-align: top;
}
@media (max-width: 991.98px) {
  .card.card-course-card .card__image img {
    border-radius: 0;
    margin-bottom: 10px;
  }
}
.card.card-course-card .card__content {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  text-align: left;
  margin-top: 0px;
  padding: 0;
}
.card.card-course-card .card__content .course-tags ul {
  margin-top: 0px;
  margin-bottom: 10px;
}
.card.card-course-card .card__content .course-tags p {
  font-size: 14px !important;
}
.card.card-course-card .card__content h3 {
  padding-bottom: 15px;
}
.card.card-course-card .card__content p {
  font: 16px "poppins", serif;
  font-size: 0.9375rem;
  padding-bottom: 20px;
}
.card.card-course-card .card__content .button-box .button {
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .card.card-course-card .card__content .button-box .button {
    margin-right: 0;
  }
}
.card.card-course-card .card__content .organisation-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 16px "poppins", serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 5px 0 5px 0;
  padding-bottom: 10px;
  line-height: 1.2 !important;
}
.card.card-course-card .card__content .organisation-location a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card.card-course-card .card__content .organisation-location i {
  color: #e73a46;
  font-size: 1.6em;
  margin-right: 10px;
}
.card.card-course-card .card__content h3 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 10px;
}
.card.card-course-card .card__content h4 {
  margin: 0;
  padding: 0;
  font: 16px "poppins", serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
}
.card.card-course-card .card__content h4 img {
  vertical-align: bottom;
  margin-right: 10px;
}
.card.card-organisation-inner.featured-True > a {
  background: #f4f4f4;
}
.card.card-organisation-inner a {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
  background: white;
  padding: 16px;
  -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: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 991.98px) {
  .card.card-organisation-inner a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.card.card-organisation-inner .card__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.card.card-organisation-inner .card__image .tag {
  background: #f4f4f4;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
  color: #808080;
}
@media (max-width: 991.98px) {
  .card.card-organisation-inner .card__image {
    text-align: left;
    margin: 0;
  }
}
.card.card-organisation-inner .card__image img {
  border-radius: 12px;
  vertical-align: top;
  vertical-align: top;
  text-align: center;
  max-height: 100px;
}
@media (max-width: 991.98px) {
  .card.card-organisation-inner .card__image img {
    max-width: 200px;
    margin: 0;
    padding: 10px 10px 0 10px;
    border-radius: 0;
    margin-bottom: 0px;
  }
}
.card.card-organisation-inner .card__content {
  -webkit-box-flex: 1.6;
      -ms-flex: 1.6;
          flex: 1.6;
  text-align: left;
  margin-top: 0px;
  padding: 14px 15px;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .card.card-organisation-inner .card__content {
    padding-left: 15px;
  }
}
.card.card-organisation-inner .card__content h3 {
  padding-bottom: 15px;
}
.card.card-organisation-inner .card__content p {
  font: 16px "poppins", serif;
  font-size: 0.9375rem;
  padding-bottom: 15px;
}
.card.card-organisation-inner .card__content .organisation-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 16px "poppins", serif;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 5px 0 20px 0;
  line-height: 1.2 !important;
}
.card.card-organisation-inner .card__content .organisation-location i {
  color: #e73a46;
  font-size: 1.6em;
  margin-right: 10px;
}
.card.card-organisation-inner .card__content .button-box > div {
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  font-size: 14px;
}
.card.card-organisation-inner .card__content h3 {
  margin: 0;
  padding: 0;
  font: 16px "poppins", serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 10px;
}
.card.card-organisation-inner .card__content h4 {
  margin: 0;
  padding: 0;
  font: 16px "poppins", serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
}
.card.card-organisation-inner .card__content h4 img {
  vertical-align: bottom;
  margin-right: 10px;
}
.card.card-advice-subject a {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
  background: white;
  padding: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 991.98px) {
  .card.card-advice-subject a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.card.card-advice-subject .card__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.card.card-advice-subject .card__image img {
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 12px;
  vertical-align: top;
  vertical-align: top;
}
@media (max-width: 991.98px) {
  .card.card-advice-subject .card__image img {
    border-radius: 0;
    margin-bottom: 10px;
  }
}
.card.card-advice-subject .card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  margin-top: 0px;
  padding: 14px 28px;
}
.card.card-advice-subject .card__content h3 {
  padding-bottom: 15px;
}
.card.card-advice-subject .card__content p {
  font: 16px "poppins", serif;
  font-size: 0.9375rem;
  padding-bottom: 15px;
}
.card.card-advice-subject .card__content h3 {
  margin: 0;
  padding: 0;
  font: 16px "poppins", serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 10px;
}
.card.card-advice-subject .card__content h4 {
  margin: 0;
  padding: 0;
  font: 16px "poppins", serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
}
.card.card-advice-subject .card__content h4 img {
  vertical-align: bottom;
  margin-right: 10px;
}
.card.card-news a {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
  background: white;
  padding: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.card.card-news a:hover {
  -webkit-transform: scale(1.011);
          transform: scale(1.011);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1), 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1), 0px 0px 25px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .card.card-news a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.card.card-news a > div {
  width: initial !important;
}
.card.card-news .card__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.card.card-news .card__image img {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 12px;
  vertical-align: top;
  vertical-align: top;
}
@media (max-width: 991.98px) {
  .card.card-news .card__image img {
    border-radius: 0;
    margin-bottom: 10px;
  }
}
.card.card-news .card__content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: left;
  margin-top: 0px;
  padding: 14px 28px;
}
.card.card-news .card__content h3 {
  padding-bottom: 15px;
}
.card.card-news .card__content p {
  font: 16px "poppins", serif;
  font-size: 0.9375rem;
  padding-bottom: 15px;
}
.card.card-news .card__content h3 {
  margin: 0;
  padding: 0;
  font: 16px "poppins", serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 10px;
}
.card.card-news .card__content h4 {
  margin: 0;
  padding: 0;
  font: 16px "poppins", serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
}
.card.card-news .card__content h4 img {
  vertical-align: bottom;
  margin-right: 10px;
}

.card-block .row__header {
  padding: 0 15px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.card-block .row__header h2 {
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .card-block .row__header h2 .button {
    font-size: 0.8rem;
    padding: 5px 15px;
  }
  .card-block .splide__list {
    padding-left: 20px !important;
  }
}

.splide__pagination {
  bottom: 0px;
}

html body .splide__pagination__page {
  background: #1c3456;
}

.splide__pagination__page.is-active {
  background: #a8dbdc;
}

@media (max-width: 991.98px) {
  .featured-events .splide {
    margin-bottom: 1.5em;
  }
  .featured-events .splide__list {
    max-width: 80%;
  }
}

@media (max-width: 991.98px) {
  .card-subject-container {
    margin: 0em 0px;
    margin-bottom: 1em;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    overflow: hidden;
  }
}

.videos.course-content-box .card a {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
}

.splide__arrow--prev {
  left: -0.8em;
}

.splide__arrow--next {
  right: -0.8em;
}

.card .ad-control {
  position: absolute;
  z-index: 10;
}

.card {
  position: relative;
}

.card .ad-control a {
  padding: 5px;
  margin: 2px;
  font-size: 11px;
  text-transform: uppercase;
  padding: 5px !important;
  border-radius: 0;
  display: inline-block;
  overflow: initial;
  background: black;
  color: White;
  -webkit-box-shadow: 0a;
          box-shadow: 0a;
  box-shadow-background: orange !important;
}

.card .ad-control a + a {
  background: orange !important;
}

@media (max-width: 991.98px) {
  .card-subject-container .col-6 {
    padding: 0;
  }
}

.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 {
  text-decoration: none;
  border-bottom: 1px solid;
  padding: 30px 0;
}
.accordian h5 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 800;
}
.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 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: 0rem;
  padding-right: 0rem;
  padding-bottom: 0;
  border-top: 1px solid;
  padding-top: calc(1.34375rem + 1.125vw);
  margin-top: 40px;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .accordian__content {
    padding-top: 2.1875rem;
  }
}
.accordian.active .accordian__header i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.icon-grid__icon-title h5 {
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .icon-grid__icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.banner {
  min-height: 70vh;
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner h4 {
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .banner {
    min-height: 420px;
  }
}
.banner__image, .banner__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__video, .banner__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .banner__video, .banner__video video {
    position: static;
  }
}
.banner__content {
  position: relative;
  color: white;
  width: 100%;
}
.banner__content .col-md-12 {
  max-width: 600px;
}

.banner-block .splide__pagination {
  bottom: 10px;
}
@media (max-width: 991.98px) {
  .banner-block h4 {
    font: 16px "poppins", serif;
    font-size: 1rem;
  }
  .banner-block img, .banner-block .banner__image {
    position: static;
  }
  .banner-block .banner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .banner-block .banner__content {
    background: #142947;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.inner-banner {
  background: #1c3456;
  min-height: 38vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  color: white;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: left;
}
@media (max-width: 991.98px) {
  .inner-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100px;
  }
}
.inner-banner h1 {
  padding-bottom: 0px;
  position: relative;
}
.inner-banner h1 p {
  padding-top: 15px;
}
.inner-banner h1.styled-heading {
  display: inline-block;
}
.inner-banner h1.styled-heading:after {
  width: 150%;
  height: 150%;
  min-width: 580px;
  min-height: 250px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  top: 60%;
  z-index: -1;
  left: -140px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  position: absolute;
  background-image: url("../img/heading-splash.png");
}
.inner-banner p {
  line-height: 1.6;
}
.inner-banner__content {
  position: relative;
  z-index: 10;
  max-width: 500px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .inner-banner__content {
    padding: 20px 0;
    background: #1c3456;
  }
}
.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;
  }
}
.inner-banner h1 {
  text-transform: none;
}

.search-form form, .search-banner form {
  position: relative;
}
.search-form form input, .search-banner form input {
  outline: 0;
}
.search-form form input:active, .search-form form input:focus, .search-banner form input:active, .search-banner form input:focus {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.search-form button, .search-banner button {
  position: absolute;
  top: 3px;
  right: 4px;
  background: #e73a46;
  color: white;
  padding-left: 0;
  text-indent: 0;
  min-width: initial;
  padding-right: 0;
  width: 41px;
  height: 39px;
  line-height: 41px;
  padding: 0;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search-form button i, .search-banner button i {
  margin-left: 0;
  color: white;
}

.search-banner {
  text-align: center;
  padding: 2em 3em 1em 3em;
  color: white;
  background-image: url("/assets/img/banner.png");
  background-size: cover;
  background-position: center;
}
.search-banner .container {
  max-width: 600px;
  margin: 0 auto;
}

.thinkpostgrad .banner__content .col-md-12 {
  margin: 0 auto;
  text-align: center;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.search-banner .input-container, .inner-banner .input-container, .banner .input-container {
  margin-bottom: 0;
  padding-bottom: 0;
}
.search-banner h1, .inner-banner h1, .banner h1 {
  opacity: 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation: fade 2s ease-in-out 0.45s 1 forwards;
          animation: fade 2s ease-in-out 0.45s 1 forwards;
}
.search-banner p, .search-banner .button, .search-banner form, .search-banner h3, .search-banner .card, .inner-banner p, .inner-banner .button, .inner-banner form, .inner-banner h3, .inner-banner .card, .banner p, .banner .button, .banner form, .banner h3, .banner .card {
  opacity: 0;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
  -webkit-animation: fade 2s ease-in-out 0.8s 1 forwards;
          animation: fade 2s ease-in-out 0.8s 1 forwards;
}
.search-banner .card:nth-child(1), .inner-banner .card:nth-child(1), .banner .card:nth-child(1) {
  -webkit-animation: fade 2s ease-in-out 1s 1 forwards;
          animation: fade 2s ease-in-out 1s 1 forwards;
}
.search-banner .card:nth-child(2), .inner-banner .card:nth-child(2), .banner .card:nth-child(2) {
  -webkit-animation: fade 2s ease-in-out 1.2s 1 forwards;
          animation: fade 2s ease-in-out 1.2s 1 forwards;
}
.search-banner .card:nth-child(3), .inner-banner .card:nth-child(3), .banner .card:nth-child(3) {
  -webkit-animation: fade 2s ease-in-out 1.4s 1 forwards;
          animation: fade 2s ease-in-out 1.4s 1 forwards;
}

.activity-finder {
  border-radius: 15px;
  margin-top: -5em;
  position: relative;
  z-index: 2;
  padding: calc(1.3125rem + 0.75vw);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1200px) {
  .activity-finder {
    padding: 1.875rem;
  }
}
.activity-finder .select-container, .activity-finder .input-container {
  margin: 0;
}
@media (max-width: 991.98px) {
  .activity-finder {
    margin: 10px;
    width: initial;
    margin-top: -25px;
  }
  .activity-finder .select-container {
    margin-bottom: 15px;
  }
  .activity-finder .col-md-4:last-child button {
    width: 100%;
  }
  .activity-finder .col-md-4:last-child label {
    display: none;
  }
}

/*!
 * 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: #000;
}

.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: #000;
  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);
}

#ask-a-question {
  display: none;
}

.mobile-ad-container {
  text-align: center;
  position: relative;
}
.mobile-ad-container img {
  margin: 0 auto;
}

.leaderboard-container {
  text-align: center;
  padding: 20px 0;
  padding: 1.25rem 0;
}

.featured-events {
  margin-top: -5em;
  padding-top: 5em;
}

@media (max-width: 991.98px) {
  .content-listings {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }
}

.course-header, .inner-header {
  padding-top: 3em;
  padding-bottom: 3em;
}
.course-header .comparison, .inner-header .comparison {
  cursor: pointer;
}
.course-header .comparison:hover, .inner-header .comparison:hover {
  opacity: 0.8;
}
.course-header > .container > .row, .inner-header > .container > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .course-header, .inner-header {
    padding-top: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
.course-header h1, .inner-header h1 {
  margin-bottom: 0.625rem;
  line-height: 1.1;
}
.course-header .course-detail, .inner-header .course-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.course-header .course-detail p, .inner-header .course-detail p {
  padding: 0;
  font: 16px "poppins", serif;
  font-size: 1rem;
  font-weight: 500;
}
.course-header .course-detail a, .inner-header .course-detail a {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .course-header .course-detail, .inner-header .course-detail {
    display: block;
    text-align: left;
  }
}
.course-header .course-detail .course-location, .course-header .course-detail .comparison, .inner-header .course-detail .course-location, .inner-header .course-detail .comparison {
  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;
  margin-right: 0.9375rem;
}
@media (max-width: 991.98px) {
  .course-header .course-detail .course-location, .course-header .course-detail .comparison, .inner-header .course-detail .course-location, .inner-header .course-detail .comparison {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.course-header .course-detail .course-location i, .course-header .course-detail .comparison i, .inner-header .course-detail .course-location i, .inner-header .course-detail .comparison i {
  font-size: 1.6rem;
  margin-left: 0.3125rem;
  margin-right: 0.625rem;
}
.course-header .course-detail .comparison p, .inner-header .course-detail .comparison p {
  position: relative;
  border-bottom: 1px solid #333;
  padding-bottom: 0px;
}
.course-header .course-detail .course-location p, .inner-header .course-detail .course-location p {
  font-weight: 600;
}
.course-header .course-detail .course-location p a, .inner-header .course-detail .course-location p a {
  t7ext-decoration: none;
}
.course-header .course-detail .course-location i, .inner-header .course-detail .course-location i {
  color: #e63946;
}

.course-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 700px;
  margin: 1.25rem 0 0rem 0;
}
.course-tags ul p {
  display: inline-block;
  font-size: 14px;
  padding: 0 !important;
  margin: 0 !important;
  line-height: initial !important;
}
.course-tags ul li {
  border-radius: 16px;
  margin: 0rem 0.625rem 0.625rem 0;
  padding: 0.1875rem 0.9375rem;
  background: white;
  font: 16px "poppins", serif;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid #cbcaca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.3px;
}
@media (max-width: 991.98px) {
  .course-tags ul li {
    min-width: 100px;
  }
}
.course-tags ul li i {
  margin-right: 0.3125rem;
}
.course-tags ul li img {
  vertical-align: top;
  margin-right: 8px;
}

.further-detail {
  border-top: 1px solid #ccc;
  margin-top: 1.25rem;
}
.further-detail 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;
}
.further-detail ul li {
  padding: 1.25rem;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .further-detail ul li {
    padding: 0.9375rem 1.25rem;
  }
}

.organisation-summary {
  text-align: center;
}
@media (max-width: 991.98px) {
  .organisation-summary {
    margin-bottom: 0.9375rem;
  }
  .organisation-summary img {
    padding: 10px;
    max-width: 74%;
  }
}
.organisation-summary .button-box {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .organisation-summary .button-box {
    margin-top: 1.25rem;
  }
}
.organisation-summary .button-box .button {
  margin-left: 5px;
  margin-right: 5px;
}

.course-content-box {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
  padding-bottom: 1em;
  margin-bottom: 2em;
  padding-bottom: 1em;
}
.course-content-box .gallery img {
  margin-bottom: 1.25rem;
  border-radius: 15px;
  width: 100%;
  max-height: 60vh;
}
.course-content-box iframe {
  width: 100%;
  margin-bottom: 1.25rem;
}

.ask-a-question {
  padding: 2em;
  border-radius: 12px;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .ask-a-question {
    padding: 1.5em;
    display: block !important;
    text-align: center !important;
  }
  .ask-a-question h2 {
    margin-bottom: 10px !important;
  }
  .ask-a-question .button-box, .ask-a-question h2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ask-a-question h2 {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.course-content .author-details {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  padding: 2em;
  top: 250px;
  right: 0;
  margin-bottom: 1em;
  text-align: center;
  margin: 1em 0;
  border-radius: 16px;
}
.course-content .author-details h3 {
  padding-bottom: 5px;
}
.course-content .author-details h6 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.course-content .col-lg-8 {
  min-height: 100vh;
}
.course-content .whats-on-the-page-container .social-media {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: Center !important;
      -ms-flex-align: Center !important;
          align-items: Center !important;
}
.course-content .whats-on-the-page-container .social-media a {
  margin-right: 0;
  margin: 0 3px;
  font-size: 15px;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.course-content .whats-on-the-page-container iframe {
  height: 300px;
}
@media (max-width: 991.98px) {
  .course-content .whats-on-the-page-container {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
}
.course-content .whats-on-the-page {
  position: sticky;
  border-radius: 16px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  padding: 1em;
  top: 150px;
  right: 0;
  margin-bottom: 1em;
  z-index: 99999;
}
.course-content .whats-on-the-page iframe {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .course-content .whats-on-the-page {
    border-radius: 0px;
  }
}
.course-content .whats-on-the-page.no-sticky {
  position: static;
}
.course-content .whats-on-the-page a {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .course-content .whats-on-the-page {
    position: fixed;
    bottom: 0;
    margin-bottom: 0;
    top: initial;
    background: #071933;
    color: white;
    width: 100%;
    padding: 0;
  }
  .course-content .whats-on-the-page header {
    display: block !important;
  }
  .course-content .whats-on-the-page header {
    padding: 1em;
  }
  .course-content .whats-on-the-page * {
    color: white;
  }
}
@media (max-width: 991.98px) {
  .course-content .whats-on-the-page.active ul, .course-content .whats-on-the-page.active .button-box, .course-content .whats-on-the-page.active iframe, .course-content .whats-on-the-page.active .social-media {
    display: block !important;
    padding: 0 15px 0px 15px;
    margin-top: 0;
  }
  .course-content .whats-on-the-page.active .button-box {
    margin-bottom: 15px;
    text-align: center;
    -webkit-box-align: Center;
        -ms-flex-align: Center;
            align-items: Center;
  }
  .course-content .whats-on-the-page.active .button-box .button {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .course-content .whats-on-the-page h4 {
    font-size: 1.2rem;
    padding-bottom: 0;
    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;
  }
  .course-content .whats-on-the-page h4:after {
    content: "<";
    content: "\f077";
    font-family: "FontAwesome";
    color: #e73a46;
  }
}
.course-content .whats-on-the-page ul {
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .course-content .whats-on-the-page ul {
    margin-top: 20px;
    margin-bottom: 15px;
    display: none;
  }
}
@media (max-width: 991.98px) {
  .course-content .whats-on-the-page .button-box, .course-content .whats-on-the-page iframe, .course-content .whats-on-the-page .social-media {
    display: none !important;
  }
}
.course-content .whats-on-the-page li {
  font: 16px "poppins", serif;
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 5px;
}

.action-box {
  padding: 40px;
}
@media (max-width: 991.98px) {
  .action-box {
    padding: 20px;
  }
}
.action-box .action-line {
  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;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .action-box .action-line {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .action-box .action-line h3 {
    display: none;
  }
}
.action-box .action-line:last-child {
  margin-bottom: 0;
}
.action-box .action-line h3 {
  padding-bottom: 0;
}
.action-box .action-buttons {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .action-box .action-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .action-box .action-buttons .button {
    margin-bottom: 10px;
  }
  .action-box .action-buttons .button:last-child {
    margin-bottom: 0;
  }
}

.related-content {
  padding-top: 2em;
  padding-bottom: 1em;
}
.related-content a {
  display: inline-block;
  line-height: 1.2;
}
.related-content h5 {
  padding-bottom: 0px;
  font-weight: bold;
}
.related-content p {
  padding-bottom: 10px;
}

#description .user-content img {
  height: auto;
}

#description .user-content div, #description .user-content span {
  margin: 0 !important;
  padding: 0 !important;
}

.share-this-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column-align: start;
      justify-self: start;
}
.share-this-article h5 {
  margin-right: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: bold;
}

iframe {
  border: 0;
}

.filter-box .filter-ad img {
  border-top: 5px solid white;
}

.related-content a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .sticky-ad {
    top: 190px;
    position: sticky;
  }
}

.ad-space {
  text-align: center;
}

.what-is-this-ad {
  position: absolute;
  top: 10px;
  left: 10px;
  background: black;
  color: white;
  padding: 5px;
  font-size: 12px;
}

.admin-toolbar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: black;
  width: 100%;
}
@media (max-width: 991.98px) {
  .admin-toolbar {
    display: none !important;
  }
}

.admin-toolbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  font-weight: bold;
}

.admin-toolbar li {
  font-size: 15px;
}

.admin-toolbar li:after {
  content: "|";
  font-weight: 300;
}

.admin-toolbar li:last-child:after {
  display: none;
}

.admin-toolbar a {
  padding: 5px 15px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
}

.feature-course-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feature-course-list a {
  text-decoration: none;
}
.feature-course-list .featured-course {
  width: 50%;
  padding-right: 15px;
}
@media (max-width: 991.98px) {
  .feature-course-list .featured-course {
    width: 100% !important;
  }
}
.feature-course-list .featured-course h4 {
  font-size: 1em;
}

.feature-course-list h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.featured-courses-subjects h2 {
  margin-bottom: 1em;
}

.selectize-dropdown * {
  text-align: left !important;
  text-indent: 15px;
}

.selectize-control.single .selectize-input:after {
  border-color: white transparent transparent transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 20 !important;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.selectize-control.single .selectize-input:before {
  width: 42px;
  bottom: -1px;
  background: black;
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 2;
  background: #e73a46;
}

.comparison-box {
  padding: 15px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  margin: 2em 0;
  border-radius: 15px;
}
.comparison-box a {
  text-decoration: none;
}

html body .top-filters {
  position: sticky;
  top: 151px;
  margin-top: 4px;
  left: 0;
  z-index: 9999;
  background: #142947;
}
@media (max-width: 991.98px) {
  html body .top-filters {
    margin-bottom: 20px;
    top: 57px;
  }
}
html body .top-filters h3.filter-heading {
  display: none;
  color: white;
}
@media (max-width: 991.98px) {
  html body .top-filters h3.filter-heading {
    display: block;
    padding: 10px;
    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;
  }
}
html body .top-filters .filter-box {
  padding: 0 !important;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  html body .top-filters .filter-box {
    position: sticky;
    bottom: initial;
    top: 100px;
    display: none;
    margin-top: -20px;
  }
}
html body .top-filters .filter-box.active {
  display: block !important;
}
html body .top-filters .filter-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
@media (max-width: 991.98px) {
  html body .top-filters .filter-box ul {
    display: none;
  }
  html body .top-filters .filter-box ul.active {
    display: block;
  }
}
html body .top-filters .filter-box ul li {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
}
html body .top-filters .filter-box ul li i {
  z-index: 10;
  color: white;
  right: 23px;
}
@media (max-width: 991.98px) {
  html body .top-filters .filter-box ul li i {
    right: 18px;
  }
}
html body .top-filters .filter-box ul li a {
  width: 100%;
  padding: 10px;
  border-bottom: 0;
  color: black;
  margin: 10px;
  background: white;
  padding: 8px;
  position: relative;
}
html body .top-filters .filter-box ul li a .img-container i {
  color: #457b9d;
}
@media (max-width: 991.98px) {
  html body .top-filters .filter-box ul li a {
    margin: 5px;
  }
}
html body .top-filters .filter-box ul li a:after {
  position: absolute;
  top: 3px;
  content: "";
  bottom: 3px;
  right: 3px;
  width: 30px;
  background: #e73a46;
}

.checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.checkbox-item {
  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;
  margin-bottom: 10px;
}

.checkbox-item input {
  margin: 0;
  padding: 0;
  margin-right: 10px;
}

.checkbox-item label {
  margin: 0;
  padding: 0;
  margin-right: 20px;
  font-size: 16px;
}

.selectize-input > input {
  height: initial !important;
  width: 100% !important;
}

.input-group {
  margin-bottom: 1em;
}

.checkbox-item input {
  display: none;
}

.checkbox-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4c4c4c;
}

.selectize-input > input {
  color: #4c4c4c;
}

.checkbox-item label:before {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: white;
  border: 1px solid #737373;
  border-radius: 7px;
  content: "";
  margin-right: 10px;
}

.checkbox-item input:checked + label:before {
  background: green;
}

.form input {
  color: #4c4c4c !important;
}

.error-bag {
  background: #e73a46;
  color: white;
  text-align: center;
  padding: 1.3em;
  font-size: 1.2em;
}

.masterscompare #footer {
  background-color: #1c3456;
}
.masterscompare .social-media a {
  background-color: #e73a46;
}
.masterscompare .newsletter {
  background-color: #a7dadc;
  color: #142947;
}
.masterscompare .button-primary.button, .masterscompare .button {
  background-color: #e73a46;
  color: #fff;
}
.masterscompare .button-primary.button:hover, .masterscompare .button:hover {
  background-color: white;
  color: #1c3456;
}
.masterscompare .button-secondary.button {
  background-color: #fff;
  color: #e73a46;
}
.masterscompare .top-navigation {
  background-color: #142947;
  color: white;
}
.masterscompare #header-navigation {
  background-color: #1c3456;
  color: white;
}
.masterscompare .header nav.bottom {
  background-color: #e73a46;
  color: white;
}
.masterscompare .hamburger-inner, .masterscompare .hamburger-inner::before, .masterscompare .hamburger-inner::after {
  background: white;
}
.masterscompare .light-grey {
  background: #f1fbee;
}
.masterscompare .feature-colour {
  background: #a8dbdc;
}
.masterscompare .mm-panel {
  background: #1c3456;
}
.masterscompare .mm-panel * {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
.masterscompare .seo-text {
  background: #f1fbee;
}

.postgraduatestudentships #footer {
  background-color: #1c3456;
}
.postgraduatestudentships .social-media a {
  background-color: #e73a46;
}
.postgraduatestudentships .newsletter {
  background-color: #a7dadc;
  color: #142947;
}
.postgraduatestudentships .button-primary.button, .postgraduatestudentships .button {
  background-color: #66a859;
  color: #fff;
}
.postgraduatestudentships .button-primary.button:hover, .postgraduatestudentships .button:hover {
  background-color: white;
  color: #1c3456;
}
.postgraduatestudentships .button-secondary.button {
  background-color: #fff;
  color: #e73a46;
}
.postgraduatestudentships .top-navigation {
  background-color: #e73a46;
  color: white;
}
.postgraduatestudentships #header-navigation {
  background-color: white;
  color: #142947;
}
.postgraduatestudentships .header nav.bottom {
  background-color: #142947;
  color: white;
}
.postgraduatestudentships .hamburger-inner, .postgraduatestudentships .hamburger-inner::before, .postgraduatestudentships .hamburger-inner::after {
  background: #66a859;
}
.postgraduatestudentships .light-grey {
  background: #a3dadc;
}
.postgraduatestudentships .feature-colour {
  background: #a8dbdc;
}
.postgraduatestudentships .mm-panel {
  background: #1c3456;
}
.postgraduatestudentships .mm-panel * {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
.postgraduatestudentships .breadcrumbs {
  background-color: #407c9a;
}
.postgraduatestudentships .seo-text {
  background: #f1fbee;
}

.thinkpostgrad #footer {
  background-color: #342651;
}
.thinkpostgrad .social-media a {
  background-color: #00F5BD;
}
.thinkpostgrad .newsletter {
  background-color: #a7dadc;
  color: #342651;
}
.thinkpostgrad .button-primary.button, .thinkpostgrad .button {
  background-color: #00F5BD;
  color: #342651;
}
.thinkpostgrad .button-primary.button:hover, .thinkpostgrad .button:hover {
  background-color: white;
  color: #1c3456;
}
.thinkpostgrad .button-secondary.button {
  background-color: #00F5BD;
  color: #342651;
}
.thinkpostgrad .top-navigation {
  background-color: #342651;
  color: white;
}
.thinkpostgrad #header-navigation {
  background-color: #9D4EBD;
  color: white;
}
.thinkpostgrad .header nav.bottom {
  background-color: #342651;
  color: white;
}
.thinkpostgrad .hamburger-inner, .thinkpostgrad .hamburger-inner::before, .thinkpostgrad .hamburger-inner::after {
  background: white;
}
.thinkpostgrad .light-grey {
  background: #f1fbee;
}
.thinkpostgrad .feature-colour {
  background: #a8dbdc;
}
.thinkpostgrad .mm-panel {
  background: #342651;
}
.thinkpostgrad .mm-panel * {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
.thinkpostgrad .seo-text {
  background: #f1fbee;
}

body.thinkpostgrad {
  padding-top: 145px;
}
@media (max-width: 991.98px) {
  body.thinkpostgrad {
    padding-top: 60px;
  }
}
body.thinkpostgrad .background-orange {
  background: #9D4EBD !important;
}
body.thinkpostgrad #footer .social-media a {
  color: #342651 !important;
}
body.thinkpostgrad .top-navigation a.button.button-primary {
  background: #F64168 !important;
  color: white;
}
body.thinkpostgrad .top-navigation a.button.button-secondary {
  background: white;
  color: #342651 !important;
}
body.thinkpostgrad .button-box .button.button-secondary i {
  color: #342651 !important;
}
body.thinkpostgrad .button.button-white {
  color: #342651 !important;
}
body.thinkpostgrad .header nav.bottom ul.site-navigation > li:not(.hamburger-container):hover {
  background: #9D4EBD !important;
}
body.thinkpostgrad .top-navigation {
  display: none;
}
body.thinkpostgrad .header.fixed-top {
  -webkit-transform: translate(0, 0px) !important;
          transform: translate(0, 0px) !important;
}

.quick-filter {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  padding: 2em;
  border-radius: 12px;
  margin-top: 2em;
}
.quick-filter h2 {
  padding: 0;
}

.filter-box {
  background: white;
  position: sticky;
  border-radius: 16px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  padding: 2em;
  top: 160px;
  margin-bottom: 10px;
  right: 0;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
  background: #142947;
  color: white;
}
@media (max-width: 991.98px) {
  .filter-box {
    padding: 1em 2em;
  }
}
.filter-box .modal-content-box {
  color: black;
}
@media (max-width: 991.98px) {
  .filter-box img {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .filter-box .filter-ad {
    margin-top: 20px;
    width: calc(100% + 66px);
    margin-left: -33px;
    margin-bottom: -40px;
  }
  .filter-box .filter-ad img {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .filter-box .mobile-ad-container {
    display: none;
  }
}
.filter-box a {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .filter-box {
    position: fixed;
    bottom: 0;
    left: 0;
    top: initial;
    width: 100%;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1em 1.5em !important;
    border-radius: 0;
    margin-bottom: 0em;
  }
  .filter-box .mobile-ad-container {
    display: none !important;
  }
  .filter-box.active ul {
    display: block !important;
  }
  .filter-box header {
    width: 100%;
    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;
  }
  .filter-box h4 {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  .filter-box.active ul, .filter-box.active .button-box {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .filter-box h4 {
    font-size: 1.2rem;
    padding-bottom: 0;
    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;
  }
  .filter-box h4:after {
    content: "\f077";
    font-family: "FontAwesome";
    color: #e73a46;
  }
}
.filter-box ul {
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .filter-box ul {
    margin-top: 20px;
    margin-bottom: 15px;
    display: none;
  }
}
@media (max-width: 991.98px) {
  .filter-box .button-box {
    display: none;
  }
}
.filter-box li {
  font: 16px "poppins", serif;
  font-size: 0.9375rem;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.filter-box li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-box li img {
  margin-right: 5px;
  vertical-align: top;
}
.filter-box li .img-container {
  width: 30px;
  margin-right: 5px;
  margin-left: -5px;
  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;
  color: #e73a46;
}
.filter-box li .img-container i {
  font-size: 1.1em;
}
.filter-box li span {
  font: 16px "poppins", serif;
  font-size: 0.8125rem;
  font-weight: 400;
  padding-left: 10px;
  position: relative;
  top: 2px;
}

.filter-box li {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-box li > i {
  position: absolute;
  right: 20px;
  color: green;
}
.filter-box > ul > li ul {
  display: none;
  padding-left: 30px;
  max-height: 500px;
  overflow: scroll;
  overflow-x: hidden;
  padding: 10px 0 10px 30px;
}
.filter-box > ul > li ul > li {
  font-size: 13px;
  padding: 0 0 3px 0;
  line-height: 1.3;
}
.filter-box > ul > li ul > li a {
  padding: 0;
}
.ad-space {
  position: relative;
}
.ad-space .d-flex {
  position: absolute;
  right: 0;
  top: 0;
}
.ad-space .d-flex a {
  background: #333;
  padding: 8px 10px;
  margin: 10px 0px 10px 5px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.ad-space .d-flex a:first-child {
  color: white;
}
.ad-space .d-flex a + a {
  background: orange;
  color: #333;
}

html body .ui-menu {
  padding: 10px 20px 20px 20px;
  max-width: 580px;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
}

.input-container {
  position: relative;
}

.ui-autocomplete-category {
  font-weight: bold;
  border-bottom: 2px solid #ccc;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 17px;
  letter-spacing: -0.3px;
}
.ui-autocomplete-category:first-of-type {
  margin-top: 0;
}

.ui-menu-item-wrapper {
  text-decoration: none;
  padding: 2px 0 !important;
  display: inline-block;
  line-height: 1.4;
  margin: 0;
}
.ui-menu-item-wrapper.ui-state-active {
  background-color: initial !important;
  border: initial !important;
  color: #e73a46 !important;
  padding: 0px 0 !important;
  font-weight: bold;
}

.ui-menu-item-wrapper b {
  color: #e73a46;
  text-decoration: underline;
}

.filter-item span {
  padding: 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.filter-item span:before {
  height: 24px;
  width: 24px;
  display: inline-block;
  border-radius: 4px;
  content: "";
  background: white;
  border: 1px solid #333;
  margin-right: 10px;
}
.filter-item .parent {
  font-weight: 700;
  font-size: 1.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #333;
  margin-bottom: 0px;
  cursor: pointer;
}
.filter-item .parent + div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 1em;
}
.filter-item .parent + div .child {
  width: 50%;
  padding: 5px 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .filter-item .parent + div .child {
    width: 100%;
  }
}
.filter-item span.active:before {
  background: green;
  border-color: green;
}

.filter-region-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter-region {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  .filter-region {
    width: 100%;
  }
}

.selectize-dropdown .selected {
  background: initial !important;
}

html body .selectize-input {
  padding: 12px 20px;
  font-weight: 500;
  font-size: 1em;
}

.pagination {
  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;
  margin-bottom: 20px;
}
.pagination li a {
  min-width: 30px;
  padding: 0 10px;
  text-align: center;
  line-height: 36px;
  background: #142947;
  color: white;
  font-weight: bold;
  margin: 1px;
  text-decoration: none;
  display: inline-block;
}
.pagination li a.active, .pagination li a:hover {
  background: #66a859;
}

.postgraduatestudentships .filter-box .img-container i {
  color: #66a859;
}
/*# sourceMappingURL=base.css.map */