@charset "UTF-8";
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.academy-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .academy-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .academy-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .academy-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .academy-container {
    max-width: 1140px;
  }
}

.academy-container-fluid, .academy-container-xl, .academy-container-lg, .academy-container-md, .academy-container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .academy-container-sm, .academy-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .academy-container-md, .academy-container-sm, .academy-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .academy-container-lg, .academy-container-md, .academy-container-sm, .academy-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .academy-container-xl, .academy-container-lg, .academy-container-md, .academy-container-sm, .academy-container {
    max-width: 1140px;
  }
}
.academy-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.academy-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.academy-no-gutters > .academy-col,
.academy-no-gutters > [class*=academy-col-] {
  padding-right: 0;
  padding-left: 0;
}

.academy-col-xl,
.academy-col-xl-auto, .academy-col-xl-12, .academy-col-xl-11, .academy-col-xl-10, .academy-col-xl-9, .academy-col-xl-8, .academy-col-xl-7, .academy-col-xl-6, .academy-col-xl-5, .academy-col-xl-4, .academy-col-xl-3, .academy-col-xl-2, .academy-col-xl-1, .academy-col-lg,
.academy-col-lg-auto, .academy-col-lg-12, .academy-col-lg-11, .academy-col-lg-10, .academy-col-lg-9, .academy-col-lg-8, .academy-col-lg-7, .academy-col-lg-6, .academy-col-lg-5, .academy-col-lg-4, .academy-col-lg-3, .academy-col-lg-2, .academy-col-lg-1, .academy-col-md,
.academy-col-md-auto, .academy-col-md-12, .academy-col-md-11, .academy-col-md-10, .academy-col-md-9, .academy-col-md-8, .academy-col-md-7, .academy-col-md-6, .academy-col-md-5, .academy-col-md-4, .academy-col-md-3, .academy-col-md-2, .academy-col-md-1, .academy-col-sm,
.academy-col-sm-auto, .academy-col-sm-12, .academy-col-sm-11, .academy-col-sm-10, .academy-col-sm-9, .academy-col-sm-8, .academy-col-sm-7, .academy-col-sm-6, .academy-col-sm-5, .academy-col-sm-4, .academy-col-sm-3, .academy-col-sm-2, .academy-col-sm-1, .academy-col,
.academy-col-auto, .academy-col-12, .academy-col-11, .academy-col-10, .academy-col-9, .academy-col-8, .academy-col-7, .academy-col-6, .academy-col-5, .academy-col-4, .academy-col-3, .academy-col-2, .academy-col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.academy-col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.academy-order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

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

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

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

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

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

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

.academy-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.academy-order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.academy-order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.academy-order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.academy-order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.academy-order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.academy-order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .academy-col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .academy-row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .academy-row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .academy-row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .academy-row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .academy-row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .academy-row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .academy-col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .academy-col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .academy-col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .academy-col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .academy-col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .academy-col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .academy-col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .academy-col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .academy-col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .academy-col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .academy-col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .academy-col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .academy-col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .academy-order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .academy-order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .academy-order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .academy-order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .academy-order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .academy-order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .academy-order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .academy-order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .academy-order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .academy-order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .academy-order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .academy-order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .academy-order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .academy-order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .academy-order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .academy-offset-sm-0 {
    margin-left: 0;
  }
  .academy-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .academy-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .academy-offset-sm-3 {
    margin-left: 25%;
  }
  .academy-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .academy-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .academy-offset-sm-6 {
    margin-left: 50%;
  }
  .academy-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .academy-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .academy-offset-sm-9 {
    margin-left: 75%;
  }
  .academy-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .academy-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .academy-col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .academy-row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .academy-row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .academy-row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .academy-row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .academy-row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .academy-row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .academy-col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .academy-col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .academy-col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .academy-col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .academy-col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .academy-col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .academy-col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .academy-col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .academy-col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .academy-col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .academy-col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .academy-col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .academy-col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .academy-order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .academy-order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .academy-order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .academy-order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .academy-order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .academy-order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .academy-order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .academy-order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .academy-order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .academy-order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .academy-order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .academy-order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .academy-order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .academy-order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .academy-order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .academy-offset-md-0 {
    margin-left: 0;
  }
  .academy-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .academy-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .academy-offset-md-3 {
    margin-left: 25%;
  }
  .academy-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .academy-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .academy-offset-md-6 {
    margin-left: 50%;
  }
  .academy-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .academy-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .academy-offset-md-9 {
    margin-left: 75%;
  }
  .academy-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .academy-offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .academy-col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .academy-row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .academy-row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .academy-row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .academy-row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .academy-row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .academy-row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .academy-col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .academy-col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .academy-col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .academy-col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .academy-col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .academy-col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .academy-col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .academy-col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .academy-col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .academy-col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .academy-col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .academy-col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .academy-col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .academy-order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .academy-order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .academy-order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .academy-order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .academy-order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .academy-order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .academy-order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .academy-order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .academy-order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .academy-order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .academy-order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .academy-order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .academy-order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .academy-order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .academy-order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .academy-offset-lg-0 {
    margin-left: 0;
  }
  .academy-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .academy-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .academy-offset-lg-3 {
    margin-left: 25%;
  }
  .academy-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .academy-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .academy-offset-lg-6 {
    margin-left: 50%;
  }
  .academy-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .academy-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .academy-offset-lg-9 {
    margin-left: 75%;
  }
  .academy-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .academy-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .academy-col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .academy-row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .academy-row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .academy-row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .academy-row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .academy-row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .academy-row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .academy-col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .academy-col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .academy-col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .academy-col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .academy-col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .academy-col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .academy-col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .academy-col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .academy-col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .academy-col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .academy-col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .academy-col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .academy-col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .academy-order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .academy-order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .academy-order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .academy-order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .academy-order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .academy-order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .academy-order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .academy-order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .academy-order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .academy-order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .academy-order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .academy-order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .academy-order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .academy-order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .academy-order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .academy-offset-xl-0 {
    margin-left: 0;
  }
  .academy-offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .academy-offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .academy-offset-xl-3 {
    margin-left: 25%;
  }
  .academy-offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .academy-offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .academy-offset-xl-6 {
    margin-left: 50%;
  }
  .academy-offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .academy-offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .academy-offset-xl-9 {
    margin-left: 75%;
  }
  .academy-offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .academy-offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.academy-d-none {
  display: none !important;
}

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

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

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

.academy-d-table {
  display: table !important;
}

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

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

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

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

@media (min-width: 576px) {
  .academy-d-sm-none {
    display: none !important;
  }
  .academy-d-sm-inline {
    display: inline !important;
  }
  .academy-d-sm-inline-block {
    display: inline-block !important;
  }
  .academy-d-sm-block {
    display: block !important;
  }
  .academy-d-sm-table {
    display: table !important;
  }
  .academy-d-sm-table-row {
    display: table-row !important;
  }
  .academy-d-sm-table-cell {
    display: table-cell !important;
  }
  .academy-d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .academy-d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .academy-d-md-none {
    display: none !important;
  }
  .academy-d-md-inline {
    display: inline !important;
  }
  .academy-d-md-inline-block {
    display: inline-block !important;
  }
  .academy-d-md-block {
    display: block !important;
  }
  .academy-d-md-table {
    display: table !important;
  }
  .academy-d-md-table-row {
    display: table-row !important;
  }
  .academy-d-md-table-cell {
    display: table-cell !important;
  }
  .academy-d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .academy-d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .academy-d-lg-none {
    display: none !important;
  }
  .academy-d-lg-inline {
    display: inline !important;
  }
  .academy-d-lg-inline-block {
    display: inline-block !important;
  }
  .academy-d-lg-block {
    display: block !important;
  }
  .academy-d-lg-table {
    display: table !important;
  }
  .academy-d-lg-table-row {
    display: table-row !important;
  }
  .academy-d-lg-table-cell {
    display: table-cell !important;
  }
  .academy-d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .academy-d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .academy-d-xl-none {
    display: none !important;
  }
  .academy-d-xl-inline {
    display: inline !important;
  }
  .academy-d-xl-inline-block {
    display: inline-block !important;
  }
  .academy-d-xl-block {
    display: block !important;
  }
  .academy-d-xl-table {
    display: table !important;
  }
  .academy-d-xl-table-row {
    display: table-row !important;
  }
  .academy-d-xl-table-cell {
    display: table-cell !important;
  }
  .academy-d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .academy-d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .academy-d-print-none {
    display: none !important;
  }
  .academy-d-print-inline {
    display: inline !important;
  }
  .academy-d-print-inline-block {
    display: inline-block !important;
  }
  .academy-d-print-block {
    display: block !important;
  }
  .academy-d-print-table {
    display: table !important;
  }
  .academy-d-print-table-row {
    display: table-row !important;
  }
  .academy-d-print-table-cell {
    display: table-cell !important;
  }
  .academy-d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .academy-d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.academy-flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .academy-flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .academy-flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .academy-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;
  }
  .academy-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;
  }
  .academy-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .academy-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .academy-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .academy-flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .academy-flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .academy-flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .academy-flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .academy-flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .academy-justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .academy-justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .academy-justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .academy-justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .academy-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .academy-align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .academy-align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .academy-align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .academy-align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .academy-align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .academy-align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .academy-align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .academy-align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .academy-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .academy-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .academy-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .academy-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .academy-align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .academy-align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .academy-align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .academy-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .academy-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .academy-flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .academy-flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .academy-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;
  }
  .academy-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;
  }
  .academy-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .academy-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .academy-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .academy-flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .academy-flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .academy-flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .academy-flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .academy-flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .academy-justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .academy-justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .academy-justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .academy-justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .academy-justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .academy-align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .academy-align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .academy-align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .academy-align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .academy-align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .academy-align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .academy-align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .academy-align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .academy-align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .academy-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .academy-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .academy-align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .academy-align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .academy-align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .academy-align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .academy-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .academy-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .academy-flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .academy-flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .academy-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;
  }
  .academy-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;
  }
  .academy-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .academy-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .academy-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .academy-flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .academy-flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .academy-flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .academy-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .academy-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .academy-justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .academy-justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .academy-justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .academy-justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .academy-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .academy-align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .academy-align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .academy-align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .academy-align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .academy-align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .academy-align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .academy-align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .academy-align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .academy-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .academy-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .academy-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .academy-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .academy-align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .academy-align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .academy-align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .academy-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .academy-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .academy-flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .academy-flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .academy-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;
  }
  .academy-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;
  }
  .academy-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .academy-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .academy-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .academy-flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .academy-flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .academy-flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .academy-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .academy-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .academy-justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .academy-justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .academy-justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .academy-justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .academy-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .academy-align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .academy-align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .academy-align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .academy-align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .academy-align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .academy-align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .academy-align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .academy-align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .academy-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .academy-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .academy-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .academy-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .academy-align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .academy-align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .academy-align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .academy-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .academy-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.academy-m-0 {
  margin: 0 !important;
}

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

.academy-mr-0,
.academy-mx-0 {
  margin-right: 0 !important;
}

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

.academy-ml-0,
.academy-mx-0 {
  margin-left: 0 !important;
}

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

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

.academy-mr-1,
.academy-mx-1 {
  margin-right: 0.25rem !important;
}

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

.academy-ml-1,
.academy-mx-1 {
  margin-left: 0.25rem !important;
}

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

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

.academy-mr-2,
.academy-mx-2 {
  margin-right: 0.5rem !important;
}

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

.academy-ml-2,
.academy-mx-2 {
  margin-left: 0.5rem !important;
}

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

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

.academy-mr-3,
.academy-mx-3 {
  margin-right: 1rem !important;
}

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

.academy-ml-3,
.academy-mx-3 {
  margin-left: 1rem !important;
}

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

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

.academy-mr-4,
.academy-mx-4 {
  margin-right: 1.5rem !important;
}

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

.academy-ml-4,
.academy-mx-4 {
  margin-left: 1.5rem !important;
}

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

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

.academy-mr-5,
.academy-mx-5 {
  margin-right: 3rem !important;
}

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

.academy-ml-5,
.academy-mx-5 {
  margin-left: 3rem !important;
}

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

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

.academy-pr-0,
.academy-px-0 {
  padding-right: 0 !important;
}

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

.academy-pl-0,
.academy-px-0 {
  padding-left: 0 !important;
}

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

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

.academy-pr-1,
.academy-px-1 {
  padding-right: 0.25rem !important;
}

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

.academy-pl-1,
.academy-px-1 {
  padding-left: 0.25rem !important;
}

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

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

.academy-pr-2,
.academy-px-2 {
  padding-right: 0.5rem !important;
}

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

.academy-pl-2,
.academy-px-2 {
  padding-left: 0.5rem !important;
}

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

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

.academy-pr-3,
.academy-px-3 {
  padding-right: 1rem !important;
}

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

.academy-pl-3,
.academy-px-3 {
  padding-left: 1rem !important;
}

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

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

.academy-pr-4,
.academy-px-4 {
  padding-right: 1.5rem !important;
}

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

.academy-pl-4,
.academy-px-4 {
  padding-left: 1.5rem !important;
}

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

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

.academy-pr-5,
.academy-px-5 {
  padding-right: 3rem !important;
}

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

.academy-pl-5,
.academy-px-5 {
  padding-left: 3rem !important;
}

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

.academy-mt-n1,
.academy-my-n1 {
  margin-top: -0.25rem !important;
}

.academy-mr-n1,
.academy-mx-n1 {
  margin-right: -0.25rem !important;
}

.academy-mb-n1,
.academy-my-n1 {
  margin-bottom: -0.25rem !important;
}

.academy-ml-n1,
.academy-mx-n1 {
  margin-left: -0.25rem !important;
}

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

.academy-mt-n2,
.academy-my-n2 {
  margin-top: -0.5rem !important;
}

.academy-mr-n2,
.academy-mx-n2 {
  margin-right: -0.5rem !important;
}

.academy-mb-n2,
.academy-my-n2 {
  margin-bottom: -0.5rem !important;
}

.academy-ml-n2,
.academy-mx-n2 {
  margin-left: -0.5rem !important;
}

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

.academy-mt-n3,
.academy-my-n3 {
  margin-top: -1rem !important;
}

.academy-mr-n3,
.academy-mx-n3 {
  margin-right: -1rem !important;
}

.academy-mb-n3,
.academy-my-n3 {
  margin-bottom: -1rem !important;
}

.academy-ml-n3,
.academy-mx-n3 {
  margin-left: -1rem !important;
}

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

.academy-mt-n4,
.academy-my-n4 {
  margin-top: -1.5rem !important;
}

.academy-mr-n4,
.academy-mx-n4 {
  margin-right: -1.5rem !important;
}

.academy-mb-n4,
.academy-my-n4 {
  margin-bottom: -1.5rem !important;
}

.academy-ml-n4,
.academy-mx-n4 {
  margin-left: -1.5rem !important;
}

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

.academy-mt-n5,
.academy-my-n5 {
  margin-top: -3rem !important;
}

.academy-mr-n5,
.academy-mx-n5 {
  margin-right: -3rem !important;
}

.academy-mb-n5,
.academy-my-n5 {
  margin-bottom: -3rem !important;
}

.academy-ml-n5,
.academy-mx-n5 {
  margin-left: -3rem !important;
}

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

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

.academy-mr-auto,
.academy-mx-auto {
  margin-right: auto !important;
}

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

.academy-ml-auto,
.academy-mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .academy-m-sm-0 {
    margin: 0 !important;
  }
  .academy-mt-sm-0,
.academy-my-sm-0 {
    margin-top: 0 !important;
  }
  .academy-mr-sm-0,
.academy-mx-sm-0 {
    margin-right: 0 !important;
  }
  .academy-mb-sm-0,
.academy-my-sm-0 {
    margin-bottom: 0 !important;
  }
  .academy-ml-sm-0,
.academy-mx-sm-0 {
    margin-left: 0 !important;
  }
  .academy-m-sm-1 {
    margin: 0.25rem !important;
  }
  .academy-mt-sm-1,
.academy-my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .academy-mr-sm-1,
.academy-mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .academy-mb-sm-1,
.academy-my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .academy-ml-sm-1,
.academy-mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .academy-m-sm-2 {
    margin: 0.5rem !important;
  }
  .academy-mt-sm-2,
.academy-my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .academy-mr-sm-2,
.academy-mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .academy-mb-sm-2,
.academy-my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .academy-ml-sm-2,
.academy-mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .academy-m-sm-3 {
    margin: 1rem !important;
  }
  .academy-mt-sm-3,
.academy-my-sm-3 {
    margin-top: 1rem !important;
  }
  .academy-mr-sm-3,
.academy-mx-sm-3 {
    margin-right: 1rem !important;
  }
  .academy-mb-sm-3,
.academy-my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .academy-ml-sm-3,
.academy-mx-sm-3 {
    margin-left: 1rem !important;
  }
  .academy-m-sm-4 {
    margin: 1.5rem !important;
  }
  .academy-mt-sm-4,
.academy-my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .academy-mr-sm-4,
.academy-mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .academy-mb-sm-4,
.academy-my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .academy-ml-sm-4,
.academy-mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .academy-m-sm-5 {
    margin: 3rem !important;
  }
  .academy-mt-sm-5,
.academy-my-sm-5 {
    margin-top: 3rem !important;
  }
  .academy-mr-sm-5,
.academy-mx-sm-5 {
    margin-right: 3rem !important;
  }
  .academy-mb-sm-5,
.academy-my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .academy-ml-sm-5,
.academy-mx-sm-5 {
    margin-left: 3rem !important;
  }
  .academy-p-sm-0 {
    padding: 0 !important;
  }
  .academy-pt-sm-0,
.academy-py-sm-0 {
    padding-top: 0 !important;
  }
  .academy-pr-sm-0,
.academy-px-sm-0 {
    padding-right: 0 !important;
  }
  .academy-pb-sm-0,
.academy-py-sm-0 {
    padding-bottom: 0 !important;
  }
  .academy-pl-sm-0,
.academy-px-sm-0 {
    padding-left: 0 !important;
  }
  .academy-p-sm-1 {
    padding: 0.25rem !important;
  }
  .academy-pt-sm-1,
.academy-py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .academy-pr-sm-1,
.academy-px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .academy-pb-sm-1,
.academy-py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .academy-pl-sm-1,
.academy-px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .academy-p-sm-2 {
    padding: 0.5rem !important;
  }
  .academy-pt-sm-2,
.academy-py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .academy-pr-sm-2,
.academy-px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .academy-pb-sm-2,
.academy-py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .academy-pl-sm-2,
.academy-px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .academy-p-sm-3 {
    padding: 1rem !important;
  }
  .academy-pt-sm-3,
.academy-py-sm-3 {
    padding-top: 1rem !important;
  }
  .academy-pr-sm-3,
.academy-px-sm-3 {
    padding-right: 1rem !important;
  }
  .academy-pb-sm-3,
.academy-py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .academy-pl-sm-3,
.academy-px-sm-3 {
    padding-left: 1rem !important;
  }
  .academy-p-sm-4 {
    padding: 1.5rem !important;
  }
  .academy-pt-sm-4,
.academy-py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .academy-pr-sm-4,
.academy-px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .academy-pb-sm-4,
.academy-py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .academy-pl-sm-4,
.academy-px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .academy-p-sm-5 {
    padding: 3rem !important;
  }
  .academy-pt-sm-5,
.academy-py-sm-5 {
    padding-top: 3rem !important;
  }
  .academy-pr-sm-5,
.academy-px-sm-5 {
    padding-right: 3rem !important;
  }
  .academy-pb-sm-5,
.academy-py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .academy-pl-sm-5,
.academy-px-sm-5 {
    padding-left: 3rem !important;
  }
  .academy-m-sm-n1 {
    margin: -0.25rem !important;
  }
  .academy-mt-sm-n1,
.academy-my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .academy-mr-sm-n1,
.academy-mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .academy-mb-sm-n1,
.academy-my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .academy-ml-sm-n1,
.academy-mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .academy-m-sm-n2 {
    margin: -0.5rem !important;
  }
  .academy-mt-sm-n2,
.academy-my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .academy-mr-sm-n2,
.academy-mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .academy-mb-sm-n2,
.academy-my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .academy-ml-sm-n2,
.academy-mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .academy-m-sm-n3 {
    margin: -1rem !important;
  }
  .academy-mt-sm-n3,
.academy-my-sm-n3 {
    margin-top: -1rem !important;
  }
  .academy-mr-sm-n3,
.academy-mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .academy-mb-sm-n3,
.academy-my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .academy-ml-sm-n3,
.academy-mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .academy-m-sm-n4 {
    margin: -1.5rem !important;
  }
  .academy-mt-sm-n4,
.academy-my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .academy-mr-sm-n4,
.academy-mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .academy-mb-sm-n4,
.academy-my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .academy-ml-sm-n4,
.academy-mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .academy-m-sm-n5 {
    margin: -3rem !important;
  }
  .academy-mt-sm-n5,
.academy-my-sm-n5 {
    margin-top: -3rem !important;
  }
  .academy-mr-sm-n5,
.academy-mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .academy-mb-sm-n5,
.academy-my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .academy-ml-sm-n5,
.academy-mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .academy-m-sm-auto {
    margin: auto !important;
  }
  .academy-mt-sm-auto,
.academy-my-sm-auto {
    margin-top: auto !important;
  }
  .academy-mr-sm-auto,
.academy-mx-sm-auto {
    margin-right: auto !important;
  }
  .academy-mb-sm-auto,
.academy-my-sm-auto {
    margin-bottom: auto !important;
  }
  .academy-ml-sm-auto,
.academy-mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .academy-m-md-0 {
    margin: 0 !important;
  }
  .academy-mt-md-0,
.academy-my-md-0 {
    margin-top: 0 !important;
  }
  .academy-mr-md-0,
.academy-mx-md-0 {
    margin-right: 0 !important;
  }
  .academy-mb-md-0,
.academy-my-md-0 {
    margin-bottom: 0 !important;
  }
  .academy-ml-md-0,
.academy-mx-md-0 {
    margin-left: 0 !important;
  }
  .academy-m-md-1 {
    margin: 0.25rem !important;
  }
  .academy-mt-md-1,
.academy-my-md-1 {
    margin-top: 0.25rem !important;
  }
  .academy-mr-md-1,
.academy-mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .academy-mb-md-1,
.academy-my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .academy-ml-md-1,
.academy-mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .academy-m-md-2 {
    margin: 0.5rem !important;
  }
  .academy-mt-md-2,
.academy-my-md-2 {
    margin-top: 0.5rem !important;
  }
  .academy-mr-md-2,
.academy-mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .academy-mb-md-2,
.academy-my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .academy-ml-md-2,
.academy-mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .academy-m-md-3 {
    margin: 1rem !important;
  }
  .academy-mt-md-3,
.academy-my-md-3 {
    margin-top: 1rem !important;
  }
  .academy-mr-md-3,
.academy-mx-md-3 {
    margin-right: 1rem !important;
  }
  .academy-mb-md-3,
.academy-my-md-3 {
    margin-bottom: 1rem !important;
  }
  .academy-ml-md-3,
.academy-mx-md-3 {
    margin-left: 1rem !important;
  }
  .academy-m-md-4 {
    margin: 1.5rem !important;
  }
  .academy-mt-md-4,
.academy-my-md-4 {
    margin-top: 1.5rem !important;
  }
  .academy-mr-md-4,
.academy-mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .academy-mb-md-4,
.academy-my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .academy-ml-md-4,
.academy-mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .academy-m-md-5 {
    margin: 3rem !important;
  }
  .academy-mt-md-5,
.academy-my-md-5 {
    margin-top: 3rem !important;
  }
  .academy-mr-md-5,
.academy-mx-md-5 {
    margin-right: 3rem !important;
  }
  .academy-mb-md-5,
.academy-my-md-5 {
    margin-bottom: 3rem !important;
  }
  .academy-ml-md-5,
.academy-mx-md-5 {
    margin-left: 3rem !important;
  }
  .academy-p-md-0 {
    padding: 0 !important;
  }
  .academy-pt-md-0,
.academy-py-md-0 {
    padding-top: 0 !important;
  }
  .academy-pr-md-0,
.academy-px-md-0 {
    padding-right: 0 !important;
  }
  .academy-pb-md-0,
.academy-py-md-0 {
    padding-bottom: 0 !important;
  }
  .academy-pl-md-0,
.academy-px-md-0 {
    padding-left: 0 !important;
  }
  .academy-p-md-1 {
    padding: 0.25rem !important;
  }
  .academy-pt-md-1,
.academy-py-md-1 {
    padding-top: 0.25rem !important;
  }
  .academy-pr-md-1,
.academy-px-md-1 {
    padding-right: 0.25rem !important;
  }
  .academy-pb-md-1,
.academy-py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .academy-pl-md-1,
.academy-px-md-1 {
    padding-left: 0.25rem !important;
  }
  .academy-p-md-2 {
    padding: 0.5rem !important;
  }
  .academy-pt-md-2,
.academy-py-md-2 {
    padding-top: 0.5rem !important;
  }
  .academy-pr-md-2,
.academy-px-md-2 {
    padding-right: 0.5rem !important;
  }
  .academy-pb-md-2,
.academy-py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .academy-pl-md-2,
.academy-px-md-2 {
    padding-left: 0.5rem !important;
  }
  .academy-p-md-3 {
    padding: 1rem !important;
  }
  .academy-pt-md-3,
.academy-py-md-3 {
    padding-top: 1rem !important;
  }
  .academy-pr-md-3,
.academy-px-md-3 {
    padding-right: 1rem !important;
  }
  .academy-pb-md-3,
.academy-py-md-3 {
    padding-bottom: 1rem !important;
  }
  .academy-pl-md-3,
.academy-px-md-3 {
    padding-left: 1rem !important;
  }
  .academy-p-md-4 {
    padding: 1.5rem !important;
  }
  .academy-pt-md-4,
.academy-py-md-4 {
    padding-top: 1.5rem !important;
  }
  .academy-pr-md-4,
.academy-px-md-4 {
    padding-right: 1.5rem !important;
  }
  .academy-pb-md-4,
.academy-py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .academy-pl-md-4,
.academy-px-md-4 {
    padding-left: 1.5rem !important;
  }
  .academy-p-md-5 {
    padding: 3rem !important;
  }
  .academy-pt-md-5,
.academy-py-md-5 {
    padding-top: 3rem !important;
  }
  .academy-pr-md-5,
.academy-px-md-5 {
    padding-right: 3rem !important;
  }
  .academy-pb-md-5,
.academy-py-md-5 {
    padding-bottom: 3rem !important;
  }
  .academy-pl-md-5,
.academy-px-md-5 {
    padding-left: 3rem !important;
  }
  .academy-m-md-n1 {
    margin: -0.25rem !important;
  }
  .academy-mt-md-n1,
.academy-my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .academy-mr-md-n1,
.academy-mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .academy-mb-md-n1,
.academy-my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .academy-ml-md-n1,
.academy-mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .academy-m-md-n2 {
    margin: -0.5rem !important;
  }
  .academy-mt-md-n2,
.academy-my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .academy-mr-md-n2,
.academy-mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .academy-mb-md-n2,
.academy-my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .academy-ml-md-n2,
.academy-mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .academy-m-md-n3 {
    margin: -1rem !important;
  }
  .academy-mt-md-n3,
.academy-my-md-n3 {
    margin-top: -1rem !important;
  }
  .academy-mr-md-n3,
.academy-mx-md-n3 {
    margin-right: -1rem !important;
  }
  .academy-mb-md-n3,
.academy-my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .academy-ml-md-n3,
.academy-mx-md-n3 {
    margin-left: -1rem !important;
  }
  .academy-m-md-n4 {
    margin: -1.5rem !important;
  }
  .academy-mt-md-n4,
.academy-my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .academy-mr-md-n4,
.academy-mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .academy-mb-md-n4,
.academy-my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .academy-ml-md-n4,
.academy-mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .academy-m-md-n5 {
    margin: -3rem !important;
  }
  .academy-mt-md-n5,
.academy-my-md-n5 {
    margin-top: -3rem !important;
  }
  .academy-mr-md-n5,
.academy-mx-md-n5 {
    margin-right: -3rem !important;
  }
  .academy-mb-md-n5,
.academy-my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .academy-ml-md-n5,
.academy-mx-md-n5 {
    margin-left: -3rem !important;
  }
  .academy-m-md-auto {
    margin: auto !important;
  }
  .academy-mt-md-auto,
.academy-my-md-auto {
    margin-top: auto !important;
  }
  .academy-mr-md-auto,
.academy-mx-md-auto {
    margin-right: auto !important;
  }
  .academy-mb-md-auto,
.academy-my-md-auto {
    margin-bottom: auto !important;
  }
  .academy-ml-md-auto,
.academy-mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .academy-m-lg-0 {
    margin: 0 !important;
  }
  .academy-mt-lg-0,
.academy-my-lg-0 {
    margin-top: 0 !important;
  }
  .academy-mr-lg-0,
.academy-mx-lg-0 {
    margin-right: 0 !important;
  }
  .academy-mb-lg-0,
.academy-my-lg-0 {
    margin-bottom: 0 !important;
  }
  .academy-ml-lg-0,
.academy-mx-lg-0 {
    margin-left: 0 !important;
  }
  .academy-m-lg-1 {
    margin: 0.25rem !important;
  }
  .academy-mt-lg-1,
.academy-my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .academy-mr-lg-1,
.academy-mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .academy-mb-lg-1,
.academy-my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .academy-ml-lg-1,
.academy-mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .academy-m-lg-2 {
    margin: 0.5rem !important;
  }
  .academy-mt-lg-2,
.academy-my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .academy-mr-lg-2,
.academy-mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .academy-mb-lg-2,
.academy-my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .academy-ml-lg-2,
.academy-mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .academy-m-lg-3 {
    margin: 1rem !important;
  }
  .academy-mt-lg-3,
.academy-my-lg-3 {
    margin-top: 1rem !important;
  }
  .academy-mr-lg-3,
.academy-mx-lg-3 {
    margin-right: 1rem !important;
  }
  .academy-mb-lg-3,
.academy-my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .academy-ml-lg-3,
.academy-mx-lg-3 {
    margin-left: 1rem !important;
  }
  .academy-m-lg-4 {
    margin: 1.5rem !important;
  }
  .academy-mt-lg-4,
.academy-my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .academy-mr-lg-4,
.academy-mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .academy-mb-lg-4,
.academy-my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .academy-ml-lg-4,
.academy-mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .academy-m-lg-5 {
    margin: 3rem !important;
  }
  .academy-mt-lg-5,
.academy-my-lg-5 {
    margin-top: 3rem !important;
  }
  .academy-mr-lg-5,
.academy-mx-lg-5 {
    margin-right: 3rem !important;
  }
  .academy-mb-lg-5,
.academy-my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .academy-ml-lg-5,
.academy-mx-lg-5 {
    margin-left: 3rem !important;
  }
  .academy-p-lg-0 {
    padding: 0 !important;
  }
  .academy-pt-lg-0,
.academy-py-lg-0 {
    padding-top: 0 !important;
  }
  .academy-pr-lg-0,
.academy-px-lg-0 {
    padding-right: 0 !important;
  }
  .academy-pb-lg-0,
.academy-py-lg-0 {
    padding-bottom: 0 !important;
  }
  .academy-pl-lg-0,
.academy-px-lg-0 {
    padding-left: 0 !important;
  }
  .academy-p-lg-1 {
    padding: 0.25rem !important;
  }
  .academy-pt-lg-1,
.academy-py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .academy-pr-lg-1,
.academy-px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .academy-pb-lg-1,
.academy-py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .academy-pl-lg-1,
.academy-px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .academy-p-lg-2 {
    padding: 0.5rem !important;
  }
  .academy-pt-lg-2,
.academy-py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .academy-pr-lg-2,
.academy-px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .academy-pb-lg-2,
.academy-py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .academy-pl-lg-2,
.academy-px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .academy-p-lg-3 {
    padding: 1rem !important;
  }
  .academy-pt-lg-3,
.academy-py-lg-3 {
    padding-top: 1rem !important;
  }
  .academy-pr-lg-3,
.academy-px-lg-3 {
    padding-right: 1rem !important;
  }
  .academy-pb-lg-3,
.academy-py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .academy-pl-lg-3,
.academy-px-lg-3 {
    padding-left: 1rem !important;
  }
  .academy-p-lg-4 {
    padding: 1.5rem !important;
  }
  .academy-pt-lg-4,
.academy-py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .academy-pr-lg-4,
.academy-px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .academy-pb-lg-4,
.academy-py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .academy-pl-lg-4,
.academy-px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .academy-p-lg-5 {
    padding: 3rem !important;
  }
  .academy-pt-lg-5,
.academy-py-lg-5 {
    padding-top: 3rem !important;
  }
  .academy-pr-lg-5,
.academy-px-lg-5 {
    padding-right: 3rem !important;
  }
  .academy-pb-lg-5,
.academy-py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .academy-pl-lg-5,
.academy-px-lg-5 {
    padding-left: 3rem !important;
  }
  .academy-m-lg-n1 {
    margin: -0.25rem !important;
  }
  .academy-mt-lg-n1,
.academy-my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .academy-mr-lg-n1,
.academy-mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .academy-mb-lg-n1,
.academy-my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .academy-ml-lg-n1,
.academy-mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .academy-m-lg-n2 {
    margin: -0.5rem !important;
  }
  .academy-mt-lg-n2,
.academy-my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .academy-mr-lg-n2,
.academy-mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .academy-mb-lg-n2,
.academy-my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .academy-ml-lg-n2,
.academy-mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .academy-m-lg-n3 {
    margin: -1rem !important;
  }
  .academy-mt-lg-n3,
.academy-my-lg-n3 {
    margin-top: -1rem !important;
  }
  .academy-mr-lg-n3,
.academy-mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .academy-mb-lg-n3,
.academy-my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .academy-ml-lg-n3,
.academy-mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .academy-m-lg-n4 {
    margin: -1.5rem !important;
  }
  .academy-mt-lg-n4,
.academy-my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .academy-mr-lg-n4,
.academy-mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .academy-mb-lg-n4,
.academy-my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .academy-ml-lg-n4,
.academy-mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .academy-m-lg-n5 {
    margin: -3rem !important;
  }
  .academy-mt-lg-n5,
.academy-my-lg-n5 {
    margin-top: -3rem !important;
  }
  .academy-mr-lg-n5,
.academy-mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .academy-mb-lg-n5,
.academy-my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .academy-ml-lg-n5,
.academy-mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .academy-m-lg-auto {
    margin: auto !important;
  }
  .academy-mt-lg-auto,
.academy-my-lg-auto {
    margin-top: auto !important;
  }
  .academy-mr-lg-auto,
.academy-mx-lg-auto {
    margin-right: auto !important;
  }
  .academy-mb-lg-auto,
.academy-my-lg-auto {
    margin-bottom: auto !important;
  }
  .academy-ml-lg-auto,
.academy-mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .academy-m-xl-0 {
    margin: 0 !important;
  }
  .academy-mt-xl-0,
.academy-my-xl-0 {
    margin-top: 0 !important;
  }
  .academy-mr-xl-0,
.academy-mx-xl-0 {
    margin-right: 0 !important;
  }
  .academy-mb-xl-0,
.academy-my-xl-0 {
    margin-bottom: 0 !important;
  }
  .academy-ml-xl-0,
.academy-mx-xl-0 {
    margin-left: 0 !important;
  }
  .academy-m-xl-1 {
    margin: 0.25rem !important;
  }
  .academy-mt-xl-1,
.academy-my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .academy-mr-xl-1,
.academy-mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .academy-mb-xl-1,
.academy-my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .academy-ml-xl-1,
.academy-mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .academy-m-xl-2 {
    margin: 0.5rem !important;
  }
  .academy-mt-xl-2,
.academy-my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .academy-mr-xl-2,
.academy-mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .academy-mb-xl-2,
.academy-my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .academy-ml-xl-2,
.academy-mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .academy-m-xl-3 {
    margin: 1rem !important;
  }
  .academy-mt-xl-3,
.academy-my-xl-3 {
    margin-top: 1rem !important;
  }
  .academy-mr-xl-3,
.academy-mx-xl-3 {
    margin-right: 1rem !important;
  }
  .academy-mb-xl-3,
.academy-my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .academy-ml-xl-3,
.academy-mx-xl-3 {
    margin-left: 1rem !important;
  }
  .academy-m-xl-4 {
    margin: 1.5rem !important;
  }
  .academy-mt-xl-4,
.academy-my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .academy-mr-xl-4,
.academy-mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .academy-mb-xl-4,
.academy-my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .academy-ml-xl-4,
.academy-mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .academy-m-xl-5 {
    margin: 3rem !important;
  }
  .academy-mt-xl-5,
.academy-my-xl-5 {
    margin-top: 3rem !important;
  }
  .academy-mr-xl-5,
.academy-mx-xl-5 {
    margin-right: 3rem !important;
  }
  .academy-mb-xl-5,
.academy-my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .academy-ml-xl-5,
.academy-mx-xl-5 {
    margin-left: 3rem !important;
  }
  .academy-p-xl-0 {
    padding: 0 !important;
  }
  .academy-pt-xl-0,
.academy-py-xl-0 {
    padding-top: 0 !important;
  }
  .academy-pr-xl-0,
.academy-px-xl-0 {
    padding-right: 0 !important;
  }
  .academy-pb-xl-0,
.academy-py-xl-0 {
    padding-bottom: 0 !important;
  }
  .academy-pl-xl-0,
.academy-px-xl-0 {
    padding-left: 0 !important;
  }
  .academy-p-xl-1 {
    padding: 0.25rem !important;
  }
  .academy-pt-xl-1,
.academy-py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .academy-pr-xl-1,
.academy-px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .academy-pb-xl-1,
.academy-py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .academy-pl-xl-1,
.academy-px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .academy-p-xl-2 {
    padding: 0.5rem !important;
  }
  .academy-pt-xl-2,
.academy-py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .academy-pr-xl-2,
.academy-px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .academy-pb-xl-2,
.academy-py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .academy-pl-xl-2,
.academy-px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .academy-p-xl-3 {
    padding: 1rem !important;
  }
  .academy-pt-xl-3,
.academy-py-xl-3 {
    padding-top: 1rem !important;
  }
  .academy-pr-xl-3,
.academy-px-xl-3 {
    padding-right: 1rem !important;
  }
  .academy-pb-xl-3,
.academy-py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .academy-pl-xl-3,
.academy-px-xl-3 {
    padding-left: 1rem !important;
  }
  .academy-p-xl-4 {
    padding: 1.5rem !important;
  }
  .academy-pt-xl-4,
.academy-py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .academy-pr-xl-4,
.academy-px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .academy-pb-xl-4,
.academy-py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .academy-pl-xl-4,
.academy-px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .academy-p-xl-5 {
    padding: 3rem !important;
  }
  .academy-pt-xl-5,
.academy-py-xl-5 {
    padding-top: 3rem !important;
  }
  .academy-pr-xl-5,
.academy-px-xl-5 {
    padding-right: 3rem !important;
  }
  .academy-pb-xl-5,
.academy-py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .academy-pl-xl-5,
.academy-px-xl-5 {
    padding-left: 3rem !important;
  }
  .academy-m-xl-n1 {
    margin: -0.25rem !important;
  }
  .academy-mt-xl-n1,
.academy-my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .academy-mr-xl-n1,
.academy-mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .academy-mb-xl-n1,
.academy-my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .academy-ml-xl-n1,
.academy-mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .academy-m-xl-n2 {
    margin: -0.5rem !important;
  }
  .academy-mt-xl-n2,
.academy-my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .academy-mr-xl-n2,
.academy-mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .academy-mb-xl-n2,
.academy-my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .academy-ml-xl-n2,
.academy-mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .academy-m-xl-n3 {
    margin: -1rem !important;
  }
  .academy-mt-xl-n3,
.academy-my-xl-n3 {
    margin-top: -1rem !important;
  }
  .academy-mr-xl-n3,
.academy-mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .academy-mb-xl-n3,
.academy-my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .academy-ml-xl-n3,
.academy-mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .academy-m-xl-n4 {
    margin: -1.5rem !important;
  }
  .academy-mt-xl-n4,
.academy-my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .academy-mr-xl-n4,
.academy-mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .academy-mb-xl-n4,
.academy-my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .academy-ml-xl-n4,
.academy-mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .academy-m-xl-n5 {
    margin: -3rem !important;
  }
  .academy-mt-xl-n5,
.academy-my-xl-n5 {
    margin-top: -3rem !important;
  }
  .academy-mr-xl-n5,
.academy-mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .academy-mb-xl-n5,
.academy-my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .academy-ml-xl-n5,
.academy-mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .academy-m-xl-auto {
    margin: auto !important;
  }
  .academy-mt-xl-auto,
.academy-my-xl-auto {
    margin-top: auto !important;
  }
  .academy-mr-xl-auto,
.academy-mx-xl-auto {
    margin-right: auto !important;
  }
  .academy-mb-xl-auto,
.academy-my-xl-auto {
    margin-bottom: auto !important;
  }
  .academy-ml-xl-auto,
.academy-mx-xl-auto {
    margin-left: auto !important;
  }
}
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & classic-editor.scss
 */
.hello-academy-btn {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  text-transform: capitalize;
  background-color: #7B68EE;
  border-color: #7B68EE;
  border-radius: 10px;
  text-decoration: none;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  outline: none;
  cursor: pointer;
  z-index: 30;
  overflow: hidden !important;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}
.hello-academy-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
  -webkit-transition: all 0.25s cubic-bezier(0.66, 0.36, 0.17, 0.91);
  transition: all 0.25s cubic-bezier(0.66, 0.36, 0.17, 0.91);
}
.hello-academy-btn:hover::after {
  left: 0;
}
.hello-academy-btn:hover {
  color: #FFFFFF;
}

/**
 * General - https://codex.wordpress.org/CSS#WordPress_Generated_Classes
 * DO NOT CHANGE THIS FILE
 * to override any of the settings in this section, add your styling code in the custom directory.
 */
.alignright {
  float: right;
  margin-left: 1rem;
}

.alignleft {
  float: left;
  margin-right: 1rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignwide {
  margin-left: -80px;
  margin-right: -80px;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.alignfull img {
  width: 100%;
}

.wp-caption {
  margin-bottom: 1.25rem;
  max-width: 100%;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  margin: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
}

.pagination {
  margin: 20px auto;
}

.sticky {
  position: relative;
  display: block;
}

.bypostauthor {
  font-size: inherit;
}

.hide {
  display: none !important;
}

ol.wp-block-latest-comments {
  padding: 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 0em;
}

a.tag-cloud-link {
  font-size: 14px !important;
  margin: 0 0;
  display: inline-block;
  text-decoration: none !important;
  padding: 8px 10px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 5px;
}

.widget_search form.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eeeeee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #333333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/**
 * Header styling and layout
 */
.hello-academy-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.hello-academy-header .site-navigation {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hello-academy-header .site-branding {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hello-academy-header .site-branding .site-title {
  margin-top: 0;
}
.hello-academy-header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hello-academy-header .header-inner .custom-logo-link {
  display: block;
}
.hello-academy-header .header-inner .site-branding .site-title,
.hello-academy-header .header-inner .site-branding .site-description {
  margin: 0;
}
.hello-academy-header .header-inner .site-branding.show-title .site-logo {
  display: none !important;
}
.hello-academy-header .header-inner .site-branding.show-logo .site-title {
  display: none !important;
}
.hello-academy-header:not(.header-stacked) .header-inner .site-branding {
  max-width: 30%;
}
.hello-academy-header:not(.header-stacked) .header-inner .site-navigation {
  max-width: 70%;
}
.hello-academy-header.header-inverted .header-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.hello-academy-header.header-inverted .header-inner .site-branding {
  text-align: right;
}
.hello-academy-header.header-inverted .header-inner .site-navigation {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.hello-academy-header.header-stacked .header-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media (max-width: 576px) {
  .hello-academy-header .header-inner:not(.header-stacked) .site-branding {
    max-width: 80%;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.skip-link:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/**
 * Navigation Menu's
 */
@media all and (min-width: 991px) {
  .primary-navigation {
    grid-area: nav-menu;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .primary-navigation .menu-button-container {
    display: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    right: 0;
  }
  .primary-navigation ul.menu-wrapper,
.primary-navigation ul.menu-wrapper ul {
    list-style-type: none;
    padding: 0;
  }
  .primary-navigation ul.sub-menu {
    display: none;
  }
  .primary-navigation ul.menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .primary-navigation ul.menu-wrapper > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .primary-navigation ul.menu-wrapper > li a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
  }
  .primary-navigation ul.menu-wrapper > li.menu-item-has-children a {
    padding-right: 30px;
  }
  .primary-navigation ul.menu-wrapper > li .sub-menu-toggle {
    display: none;
  }
  .primary-navigation ul.menu-wrapper > li > .sub-menu-toggle {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 1rem;
    line-height: 14px;
    margin-top: -7px;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .primary-navigation ul.menu-wrapper > li > .sub-menu-toggle:focus-within {
    height: 15px;
    width: 15px;
  }
  .primary-navigation ul.menu-wrapper > li > .sub-menu-toggle .icon-plus,
.primary-navigation ul.menu-wrapper > li > .sub-menu-toggle .icon-minus {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .primary-navigation ul.menu-wrapper > li > .sub-menu-toggle .icon-plus i.fa,
.primary-navigation ul.menu-wrapper > li > .sub-menu-toggle .icon-minus i.fa {
    margin-top: -1px;
  }
  .primary-navigation ul.menu-wrapper > li > .sub-menu-toggle .icon-minus {
    display: none;
  }
  .primary-navigation ul.menu-wrapper > li > .sub-menu-toggle[aria-expanded=true] {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .primary-navigation ul.menu-wrapper > li .sub-menu-toggle:focus-within {
    height: 12px !important;
    width: 12px !important;
  }
  .primary-navigation ul.menu-wrapper > li .sub-menu-toggle.active {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .primary-navigation ul.menu-wrapper > li ul.sub-menu {
    border-top: 2px solid #7B68EE;
    background: #fff;
    min-width: 150px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .primary-navigation ul.menu-wrapper > li ul.sub-menu li.menu-item-has-children a {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .primary-navigation ul.menu-wrapper > li ul.sub-menu li.menu-item-has-children:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .primary-navigation ul.menu-wrapper > li ul.sub-menu ul.sub-menu {
    margin-left: 15px;
  }
  .primary-navigation ul.menu-wrapper > li .sub-menu-toggle[aria-expanded=false] ~ ul.sub-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .primary-navigation-open .primary-navigation .primary-menu-container {
    display: block;
  }
  .primary-navigation-open .primary-navigation .menu-button-container .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .primary-navigation-open .primary-navigation .menu-button-container .open {
    display: none;
  }
  .primary-navigation {
    background: #fff;
    z-index: 9999;
  }
  .primary-navigation .sub-menu-toggle {
    display: none;
  }
  .primary-navigation .menu-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    right: 0;
    font-family: "Inter", sans-serif;
  }
  .primary-navigation .menu-button-container .dropdown-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
  }
  .primary-navigation .menu-button-container .close {
    display: none;
  }
  .primary-navigation .primary-menu-container {
    display: none;
  }
  .primary-navigation .primary-menu-container ul.menu-wrapper,
.primary-navigation .primary-menu-container ul.menu-wrapper ul {
    list-style-type: none;
    padding: 0;
  }
  .primary-navigation .primary-menu-container ul.menu-wrapper li,
.primary-navigation .primary-menu-container ul.menu-wrapper ul li {
    position: relative;
  }
  .primary-navigation .primary-menu-container ul.menu-wrapper > li {
    position: relative;
  }
  .primary-navigation .primary-menu-container ul.menu-wrapper > li a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
  }
  .primary-navigation .primary-menu-container ul.menu-wrapper > li ul.sub-menu {
    margin-left: 15px;
    display: none;
  }
}
@media (max-width: 576px) {
  .hello-academy-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hello-academy-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hello-academy-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hello-academy-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .hello-academy-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation {
    display: none !important;
  }
}
.hello-academy-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
  display: none !important;
}

.primary-navigation ul.menu-wrapper li.menu-item-has-children.focused > ul.sub-menu {
  display: block;
  position: absolute;
  background: #fff;
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
  top: 38px;
}

.primary-navigation ul.menu-wrapper li li.menu-item-has-children.focused > ul.sub-menu {
  left: 10px;
}

.primary-navigation ul.menu-wrapper li li li li li.menu-item-has-children.focused > ul.sub-menu {
  right: 25px;
  left: unset;
}

.primary-navigation ul.menu-wrapper li li li li li li li li li li li li.menu-item-has-children.focused > ul.sub-menu {
  right: unset;
  left: 10px;
}

.primary-menu-container li {
  position: relative;
}

li.menu-item-has-children a {
  position: relative;
}

li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 1rem;
  line-height: 14px;
  margin-top: -7px;
}

.primary-navigation ul.menu-wrapper > li > .sub-menu-toggle {
  display: none;
}

.hello-academy-content {
  background-color: #F9F9F9;
  padding: 50px 0px;
}
.hello-academy-content .post-header {
  height: 650px;
}
.hello-academy-content .entry-meta {
  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;
  gap: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hello-academy-content .entry-meta a {
  color: #999999;
  text-decoration: none;
}
.hello-academy-content .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.hello-academy-content .post-meta .post-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  gap: 10px;
}
.hello-academy-content .post-meta .user-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.hello-academy-content .entry-content article {
  padding: 30px 30px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 30px;
}
.hello-academy-content .entry-content article.sticky {
  border-color: #7B68EE;
}
.hello-academy-content .entry-content article .entry-title {
  text-align: center;
  margin-bottom: 20px;
  word-break: break-word;
}
.hello-academy-content .entry-content article .entry-title a {
  text-decoration: none;
}
.hello-academy-content .entry-content .hello-academy-pagination {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hello-academy-content .entry-content .hello-academy-pagination .page-numbers {
  text-align: center;
  background: none;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999999;
  font-weight: 600;
  font-size: 14px;
  line-height: 36px;
  text-decoration: none;
  margin-right: 5px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hello-academy-content .entry-content .hello-academy-pagination .page-numbers.current {
  background: rgba(123, 104, 238, 0.2);
  color: #7b68ee;
}
.hello-academy-content .entry-content .hello-academy-pagination .page-numbers:hover {
  background: rgba(123, 104, 238, 0.2);
  color: #7b68ee;
}
.hello-academy-content .entry-content .hello-academy-pagination .page-numbers.prev, .hello-academy-content .entry-content .hello-academy-pagination .page-numbers.next {
  background: rgba(0, 0, 0, 0.08);
}
.hello-academy-content .entry-content .hello-academy-pagination .page-numbers.prev i, .hello-academy-content .entry-content .hello-academy-pagination .page-numbers.next i {
  color: #999999;
}
.hello-academy-content .entry-content .hello-academy-pagination .page-numbers.prev:hover, .hello-academy-content .entry-content .hello-academy-pagination .page-numbers.next:hover {
  background: rgba(123, 104, 238, 0.2);
  color: #7b68ee;
}
.hello-academy-content .entry-content .post-tags {
  font-style: italic;
  margin-top: 50px;
}
.hello-academy-content .entry-content .post-tags .tags-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 30px;
}
.hello-academy-content .entry-content .post-tags .tags-links a:not(:last-child) {
  margin-right: 5px;
}
.hello-academy-content .entry-content .post-tags .tags-links a {
  padding: 15px 20px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 5px;
}
.hello-academy-content .post-navigation {
  margin-top: 50px;
}
.hello-academy-content .post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
.hello-academy-content .post-navigation .nav-links .nav-previous,
.hello-academy-content .post-navigation .nav-links .nav-next {
  padding: 15px 20px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
.hello-academy-content .post-navigation .nav-links .nav-previous a,
.hello-academy-content .post-navigation .nav-links .nav-next a {
  text-decoration: none;
}
.hello-academy-content header.page-header .entry-title {
  word-wrap: break-word;
}
.hello-academy-content .wp-block-button__link {
  color: #fff !important;
}
.hello-academy-content .hello-academy-post-share {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.hello-academy-content .hello-academy-post-share .academy-share-button {
  padding: 10px 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #7B68EE;
  border-radius: 10px;
  border-color: #7B68EE;
}
.hello-academy-content .hello-academy-post-share .academy-share-wrap {
  position: absolute;
  top: 100%;
  right: 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  gap: 15px;
  margin-top: 10px;
  z-index: 999;
  display: none;
}
.hello-academy-content .hello-academy-post-share .academy-share-wrap .academy-social-share {
  background: none !important;
  color: #999999;
  padding: 5px;
  outline: none;
  border: none;
}
.hello-academy-content .hello-academy-post-share .academy-share-wrap .academy-social-share:focus, .hello-academy-content .hello-academy-post-share .academy-share-wrap .academy-social-share:hover {
  outline: none;
  border: none;
}
.hello-academy-content .hello-academy-post-share .academy-share-wrap--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hello-academy-content .hello-academy-post-share .academy-share-wrap--open {
  display: contents;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.hello-academy-content .hello-academy-post-share button.academy-share-button-close {
  border: none;
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
}
.hello-academy-content .hello-academy-post-share button.academy-share-button-close:hover, .hello-academy-content .hello-academy-post-share button.academy-share-button-close:focus, .hello-academy-content .hello-academy-post-share button.academy-share-button-close:active {
  color: #7b68ee;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  outline: none;
}
.hello-academy-content .academy-blog-widget-area {
  list-style: none;
}

.wp-block-cover p:not(.has-text-color) {
  color: #fff;
}

.hello-academy-social-share h5 {
  display: none;
}
.hello-academy-social-share .academy-share-wrap .academy-social-share.academy_facebook .fa-facebook {
  color: #3b5998;
}
.hello-academy-social-share .academy-share-wrap .academy-social-share.academy_linkedin .fa-linkedin {
  color: #0077b5;
}
.hello-academy-social-share .academy-share-wrap .academy-social-share.academy_twitter .fa-twitter {
  color: #1da1f2;
}
.hello-academy-social-share .academy-share-wrap .academy-social-share.academy_pinterest .fa-pinterest {
  color: #bd081c;
}
.hello-academy-social-share .academy-share-wrap .academy-social-share.academy_gmail .fa-envelope-o {
  color: #0e7886;
}
.hello-academy-social-share .academy-share-wrap .academy-social-share.academy_whatsapp .fa-whatsapp {
  color: #075e54;
}
.hello-academy-social-share .academy-share-wrap .academy-social-share.academy_vk .fa-vk {
  color: #2787f5;
}
.hello-academy-social-share .academy-share-wrap .academy-social-share.academy_tumblr .fa-tumblr {
  color: #2f4154;
}
.hello-academy-social-share .academy-share-wrap .academy-social-share.academy_pocket .fa-get-pocket {
  color: #ef4056;
}
.hello-academy-social-share .academy-share-wrap .academy-social-share.academy_instapaper .fa-italic {
  color: #0077b5;
}
.hello-academy-social-share .hello-academy-social-share-expend-icon {
  display: none;
}
.hello-academy-social-share .hello-academy-social-share-wrapper .hello-academy-social-share-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1350px) {
  .hello-academy-social-share .hello-academy-social-share-wrapper.social-share-sticky {
    position: fixed;
    min-height: 100vh;
    top: 30px;
    left: calc(50% - 660px);
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    gap: 0;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hello-academy-social-share .hello-academy-social-share-wrapper.social-share-sticky .academy-share-button {
    display: none;
  }
  .hello-academy-social-share .hello-academy-social-share-wrapper.social-share-sticky .academy-share-wrap {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border: unset;
  }
  .hello-academy-social-share .hello-academy-social-share-wrapper.social-share-sticky h5 {
    width: 60px;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 18px;
    display: unset;
  }
  .hello-academy-social-share .hello-academy-social-share-wrapper.social-share-sticky .academy-share-wrap {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .hello-academy-social-share .hello-academy-social-share-wrapper.social-share-sticky .academy-share-wrap button.academy-social-share {
    width: 45px;
    height: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    background: #fff !important;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
    border-radius: 3px;
  }
  .hello-academy-social-share .hello-academy-social-share-wrapper.social-share-sticky .academy-share-wrap button.academy-social-share:nth-child(n+6) {
    display: none;
  }
  .hello-academy-social-share .hello-academy-social-share-wrapper.social-share-sticky .hello-academy-social-share-expend-icon {
    display: unset;
    text-align: center;
    line-height: 45px;
    width: 45px;
    height: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    background: #fff !important;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    margin-top: 8px;
    font-size: 24px;
  }
  .hello-academy-social-share .hello-academy-social-share-wrapper.social-share-sticky .hello-academy-social-share-expend-icon .fa-angle-up {
    display: none;
  }
  .hello-academy-social-share .hello-academy-social-share-wrapper.social-share-sticky .hello-academy-social-share-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 272px;
    gap: 0;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
  }
  .hello-academy-social-share .hello-academy-social-share-wrapper.social-share-sticky .hello-academy-social-sharemore-button {
    display: inline-block;
    height: 45px;
    width: 40px;
    border-radius: 5px;
    background: #eee;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 14px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hello-academy-social-share .hello-academy-social-share-wrapper.social-share-sticky.show-all-icon button.academy-social-share:nth-child(n+6) {
    display: unset;
  }
  .hello-academy-social-share .hello-academy-social-share-wrapper.social-share-sticky.show-all-icon .hello-academy-social-share-expend-icon {
    text-align: center;
    line-height: 45px;
    width: 45px;
    height: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    background: #fff !important;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    margin-top: 8px;
    font-size: 24px;
  }
  .hello-academy-social-share .hello-academy-social-share-wrapper.social-share-sticky.show-all-icon .hello-academy-social-share-expend-icon .fa-angle-down {
    display: none;
  }
  .hello-academy-social-share .hello-academy-social-share-wrapper.social-share-sticky.show-all-icon .hello-academy-social-share-expend-icon .fa-angle-up {
    display: unset;
  }
}
.hello-academy-social-share .hello-academy-social-share-wrapper.show {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.hello-academy-social-share .hello-academy-social-share-wrapper.more .hello-academy-social-share-inner {
  height: 100% !important;
}

html {
  scroll-behavior: smooth;
}

.hello-academy-toc-content {
  margin-bottom: 30px;
}

.hello-academy-toc-link-wrapper {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hello-academy-toc-link-wrapper .hello-academy-toc-link-inner {
  border: 1px solid #eee;
  background: #fff;
  margin-bottom: 20px;
}
.hello-academy-toc-link-wrapper .hello-academy-toc-link-inner .hello-academy-toc-title-wrap {
  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;
  cursor: pointer;
}
.hello-academy-toc-link-wrapper .hello-academy-toc-link-inner .hello-academy-toc-title-wrap h5 {
  margin: 0;
  padding: 20px 0 20px 20px;
  font-size: 17px;
  font-weight: 700;
}
.hello-academy-toc-link-wrapper .hello-academy-toc-link-inner .hello-academy-toc-title-wrap .hello-academy-toc-icons {
  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;
  font-size: 22px;
  cursor: pointer;
}
.hello-academy-toc-link-wrapper .hello-academy-toc-link-inner .hello-academy-toc-title-wrap .hello-academy-toc-icons.inline-icons {
  margin-right: 20px;
}
.hello-academy-toc-link-wrapper .hello-academy-toc-link-inner .hello-academy-toc-title-wrap .hello-academy-toc-icons.inline-icons .fa-angle-down {
  display: none;
}
.hello-academy-toc-link-wrapper .hello-academy-toc-link-inner .hello-academy-toc-title-wrap .hello-academy-toc-icons.sticky-icons {
  display: none;
}
.hello-academy-toc-link-wrapper .hello-academy-toc-link-inner ul.toc-list {
  margin: 0px 20px 15px 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.hello-academy-toc-link-wrapper .hello-academy-toc-link-inner ul.toc-list a {
  margin-bottom: 10px;
  display: block;
}
.hello-academy-toc-link-wrapper.toc-inline {
  margin-bottom: 20px;
}
.hello-academy-toc-link-wrapper.collapsed .hello-academy-toc-link-inner .hello-academy-toc-title-wrap .hello-academy-toc-icons.inline-icons .fa-angle-up {
  display: none;
}
.hello-academy-toc-link-wrapper.collapsed .hello-academy-toc-link-inner .hello-academy-toc-title-wrap .hello-academy-toc-icons.inline-icons .fa-angle-down {
  display: unset;
}
.hello-academy-toc-link-wrapper.collapsed .hello-academy-toc-link-inner ul.toc-list {
  display: none;
}
.hello-academy-toc-link-wrapper ul, .hello-academy-toc-link-wrapper li {
  list-style: none;
}
.hello-academy-toc-link-wrapper ul.toc-list, .hello-academy-toc-link-wrapper ul.toc-list li {
  padding: 0;
}
.hello-academy-toc-link-wrapper.none ul, .hello-academy-toc-link-wrapper.none li {
  list-style: none;
}
.hello-academy-toc-link-wrapper.none ul.toc-list, .hello-academy-toc-link-wrapper.none li {
  padding: 0;
}
.hello-academy-toc-link-wrapper.circle ul, .hello-academy-toc-link-wrapper.circle li {
  list-style-type: circle;
  padding: 0 0 0 18px;
}
.hello-academy-toc-link-wrapper.square ul, .hello-academy-toc-link-wrapper.square li {
  list-style-type: square;
  padding: 0 0 0 18px;
}
.hello-academy-toc-link-wrapper.upper-roman ul, .hello-academy-toc-link-wrapper.upper-roman li {
  list-style-type: upper-roman;
  padding: 0 0 0 18px;
}
.hello-academy-toc-link-wrapper.lower-alpha ul, .hello-academy-toc-link-wrapper.lower-alpha li {
  list-style-type: lower-alpha;
  padding: 0 0 0 18px;
}
.hello-academy-toc-link-wrapper.numbaric ul, .hello-academy-toc-link-wrapper.numbaric li {
  list-style-type: decimal;
  padding: 0 0 0 18px;
}

@media only screen and (min-width: 991px) {
  .hello-academy-toc-link-wrapper.toc-sticky {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 225px;
    right: 65px;
    z-index: 9;
    top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hello-academy-toc-link-wrapper.toc-sticky .hello-academy-toc-link-inner {
    padding: 20px;
    -webkit-box-shadow: 4px 30px 67px 0 rgba(33, 54, 88, 0.07);
            box-shadow: 4px 30px 67px 0 rgba(33, 54, 88, 0.07);
  }
  .hello-academy-toc-link-wrapper.toc-sticky .hello-academy-toc-link-inner .hello-academy-toc-title-wrap {
    margin-bottom: 20px;
  }
  .hello-academy-toc-link-wrapper.toc-sticky .hello-academy-toc-link-inner .hello-academy-toc-title-wrap h5 {
    padding: 0;
  }
  .hello-academy-toc-link-wrapper.toc-sticky .hello-academy-toc-link-inner .hello-academy-toc-title-wrap .hello-academy-toc-icons {
    font-size: 18px;
  }
  .hello-academy-toc-link-wrapper.toc-sticky .hello-academy-toc-link-inner .hello-academy-toc-title-wrap .hello-academy-toc-icons.inline-icons {
    display: none;
  }
  .hello-academy-toc-link-wrapper.toc-sticky .hello-academy-toc-link-inner .hello-academy-toc-title-wrap .hello-academy-toc-icons.sticky-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hello-academy-toc-link-wrapper.toc-sticky .hello-academy-toc-link-inner .hello-academy-toc-title-wrap .hello-academy-toc-icons.sticky-icons .fa-times {
    color: #abb8c3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hello-academy-toc-link-wrapper.toc-sticky .hello-academy-toc-link-inner .hello-academy-toc-title-wrap .hello-academy-toc-icons.sticky-icons .fa-times:hover {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    color: #ab5a5a;
  }
  .hello-academy-toc-link-wrapper.toc-sticky .hello-academy-toc-link-inner .hello-academy-toc-title-wrap .hello-academy-toc-icons.sticky-icons .fa-bars {
    display: none;
    padding: 20px;
    margin-top: -20px;
    margin-right: -20px;
    color: #7b68ee;
  }
  .hello-academy-toc-link-wrapper.toc-sticky .hello-academy-toc-link-inner {
    height: 400px;
    background: #fff;
    max-height: 65vh;
  }
  .hello-academy-toc-link-wrapper.toc-sticky .hello-academy-toc-link-inner ul.toc-list {
    overflow: hidden;
    overflow-y: scroll;
    margin: 0;
    height: calc(100% - 40px);
    border: unset;
    padding-top: 0;
  }
  .hello-academy-toc-link-wrapper.toc-sticky .hello-academy-toc-link-inner ul.toc-list a {
    font-size: 14px;
    color: #74788b;
    display: block;
    line-height: 1.3em;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    margin-bottom: 14px;
  }
  .hello-academy-toc-link-wrapper.toc-sticky.collapsed .hello-academy-toc-link-inner {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .hello-academy-toc-link-wrapper.toc-sticky.collapsed .hello-academy-toc-link-inner .hello-academy-toc-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .hello-academy-toc-link-wrapper.toc-sticky.collapsed .hello-academy-toc-link-inner .hello-academy-toc-title-wrap h5 {
    display: none;
  }
  .hello-academy-toc-link-wrapper.toc-sticky.collapsed .hello-academy-toc-link-inner .hello-academy-toc-title-wrap i {
    border-color: #ddd;
    background-color: #fff;
  }
  .hello-academy-toc-link-wrapper.toc-sticky.collapsed .hello-academy-toc-link-inner .hello-academy-toc-title-wrap .hello-academy-toc-icons {
    -webkit-box-shadow: 4px 30px 67px 0 rgba(33, 54, 88, 0.07);
            box-shadow: 4px 30px 67px 0 rgba(33, 54, 88, 0.07);
  }
  .hello-academy-toc-link-wrapper.toc-sticky.collapsed .hello-academy-toc-link-inner .hello-academy-toc-title-wrap .hello-academy-toc-icons.inline-icons {
    display: none;
  }
  .hello-academy-toc-link-wrapper.toc-sticky.collapsed .hello-academy-toc-link-inner .hello-academy-toc-title-wrap .hello-academy-toc-icons.sticky-icons {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hello-academy-toc-link-wrapper.toc-sticky.collapsed .hello-academy-toc-link-inner .hello-academy-toc-title-wrap .hello-academy-toc-icons.sticky-icons .fa-times {
    display: none;
  }
  .hello-academy-toc-link-wrapper.toc-sticky.collapsed .hello-academy-toc-link-inner .hello-academy-toc-title-wrap .hello-academy-toc-icons.sticky-icons .fa-bars {
    display: unset;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
  .hello-academy-toc-link-wrapper.toc-sticky.collapsed .hello-academy-toc-link-inner ul.toc-list {
    display: none;
  }
}
.hello-academy-toc-link-wrapper.show {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.hello-academy-blog-item-grid {
  width: 370px;
  background: #FFFFFF;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: calc(100% - 30px);
  padding: 0 !important;
}
.hello-academy-blog-item-grid:hover {
  -webkit-box-shadow: 0 0 10px #ddd;
          box-shadow: 0 0 10px #ddd;
}
.hello-academy-blog-item-grid a {
  text-decoration: none;
}
.hello-academy-blog-item-grid .hello-academy-blog-grid-thumbnail {
  width: 100%;
  height: 250px;
  background: #eee;
}
.hello-academy-blog-item-grid .hello-academy-blog-grid-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hello-academy-blog-item-grid .hello-academy-blog-grid-content {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 250px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hello-academy-blog-item-grid .hello-academy-blog-grid-content .hello-academy-blog-grid-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.hello-academy-blog-item-grid .hello-academy-blog-grid-content h2 {
  font-size: 18px;
  line-height: 1.7;
  color: #111111;
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
}
.hello-academy-blog-item-grid .hello-academy-blog-grid-content p {
  font-size: 14px;
  line-height: 2;
}
.hello-academy-blog-item-grid .hello-academy-blog-grid-content .hello-academy-blog-grid-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  text-transform: uppercase;
}
.hello-academy-blog-item-grid .hello-academy-blog-grid-content .hello-academy-blog-grid-meta div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.hello-academy-blog-item-grid:hover {
  -webkit-box-shadow: 0 0 10px #ddd;
          box-shadow: 0 0 10px #ddd;
}

.hello-academy-pagination {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hello-academy-blog-item-list {
  width: 100%;
}
.hello-academy-blog-item-list .post-thumbnail img {
  width: 100%;
}

/* -----------------------------------
**   BreadCrumb Section Style
-------------------------------------*/
.hello-academy-breadcrumb {
  background-color: #f2eefc;
  padding-bottom: 190px;
  padding-top: 190px;
  background-size: cover;
  background-position: center center;
}
.hello-academy-breadcrumb__title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  color: #111111;
  word-wrap: break-word;
}
.hello-academy-breadcrumb__inner {
  padding-left: 0px;
}
.hello-academy-breadcrumb__inner .breadcrumb-item {
  display: inline-block;
  word-break: break-all;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 36px;
  color: #444444;
}
.hello-academy-breadcrumb__inner .breadcrumb-item a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 36px;
  color: #444444;
  padding-right: 0.5rem;
}
.hello-academy-breadcrumb__inner .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #444444;
  content: "/";
}

/* -----------------------------------
**   Single Post Breadcrumb
-------------------------------------*/
.hello-academy-post-breadcrumb {
  background-color: #F2EEFC;
  padding-bottom: 40px;
  padding-top: 250px;
}
.hello-academy-post-breadcrumb.has-background {
  background-size: cover !important;
  background-position: center center;
}
.hello-academy-post-breadcrumb.has-background .post-header .post-title .entry-title {
  word-wrap: break-word;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 72px;
  color: #FFFFFF;
}
.hello-academy-post-breadcrumb.has-background .post-header .post-meta {
  color: #FFFFFF;
}
.hello-academy-post-breadcrumb .post-header .post-title .entry-title {
  word-wrap: break-word;
}
.hello-academy-post-breadcrumb .post-header .post-meta {
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.hello-academy-post-breadcrumb .post-header .post-meta .post-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  gap: 10px;
}
.hello-academy-post-breadcrumb .post-header .post-meta .user-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

/**
 * 12.2 - Galleries
 */
.gallery {
  margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  margin: 0;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  font-family: "Inter", sans-serif;
  color: #444444;
  display: block;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
}

/**
 * Footer styling and layout
 */
.hello-academy-footer {
  position: relative;
}
.hello-academy-footer .academy-widgets--footer {
  padding: 50px 0px;
}
.hello-academy-footer .academy-widgets--footer .hello-academy-widget form.wp-block-search label.wp-block-search__label {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #111111;
  margin-bottom: 15px;
}
.hello-academy-footer .academy-widgets--footer .hello-academy-widget form.wp-block-search .wp-block-search__inside-wrapper input.wp-block-search__input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px;
}
.hello-academy-footer .academy-widgets--footer .hello-academy-widget form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 10px 15px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #7B68EE;
  border-color: #7B68EE;
}
.hello-academy-footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hello-academy-footer .footer-inner .custom-logo-link {
  display: block;
}
.hello-academy-footer .footer-inner .site-navigation {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hello-academy-footer .footer-inner .site-branding {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hello-academy-footer .footer-inner .site-branding .site-title,
.hello-academy-footer .footer-inner .site-branding .site-description {
  margin: 0;
}
.hello-academy-footer .footer-inner .site-branding.show-title .site-logo {
  display: none !important;
}
.hello-academy-footer .footer-inner .site-branding.show-logo .site-title {
  display: none !important;
}
.hello-academy-footer .footer-inner .copyright {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hello-academy-footer .footer-inner .copyright p {
  margin: 0;
}
.hello-academy-footer.footer-inverted .footer-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.hello-academy-footer.footer-inverted .footer-inner .site-branding {
  text-align: right;
}
.hello-academy-footer.footer-inverted .footer-inner .site-navigation {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hello-academy-footer.footer-has-copyright .footer-inner .site-navigation {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hello-academy-footer.footer-stacked .footer-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.hello-academy-footer.footer-stacked .footer-inner .site-branding h4.site-title {
  text-align: center;
}
.hello-academy-footer.footer-stacked .footer-inner .site-navigation .menu {
  padding: 0;
}
.hello-academy-footer:not(.footer-stacked) .footer-inner .site-branding {
  max-width: 20%;
}
.hello-academy-footer:not(.footer-stacked) .footer-inner .site-navigation {
  max-width: 60%;
}
.hello-academy-footer:not(.footer-stacked) .footer-inner .copyright {
  max-width: 20%;
}
.hello-academy-footer .footer-copyright {
  text-align: center;
  padding: 30px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 576px) {
  .hello-academy-footer:not(.footer-stacked) .footer-inner .site-branding,
.hello-academy-footer:not(.footer-stacked) .footer-inner .site-navigation,
.hello-academy-footer:not(.footer-stacked) .footer-inner .copyright {
    display: block;
    text-align: center;
    width: 100%;
    max-width: none;
  }
  .hello-academy-footer .footer-inner .site-navigation ul.menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hello-academy-footer .footer-inner .site-navigation ul.menu li {
    display: inline-block;
  }
}
#footer-sidebar .academy-row {
  gap: 30px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#footer-sidebar .academy-row > .widget_block {
  max-width: calc(25% - 25px);
  width: 100%;
}

.wp-block-group__inner-container > h2,
#academy-sidebar .widget > h2 {
  font-size: 24px;
}

@media only screen and (max-width: 1199px) {
  #footer-sidebar .academy-row > .widget_block {
    max-width: calc(33.33% - 20px);
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  #footer-sidebar .academy-row > .widget_block {
    max-width: calc(50% - 15px);
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer-sidebar .academy-row > .widget_block {
    max-width: unset;
    width: 100%;
  }
}
/**
 * Post Item in Archive
 */
@media (max-width: 991px) {
  .post .wp-post-image {
    max-height: 400px;
  }
}
@media (max-width: 575px) {
  .post .wp-post-image {
    max-height: 300px;
  }
}

.entry-content .hello-academy-text-center {
  text-align: center;
  margin-bottom: 40px;
}
.entry-content .blog-post-meta .post-date,
.entry-content .blog-post-meta .post-author {
  position: relative;
  padding-right: 20px;
}
.entry-content .blog-post-meta .post-date::after,
.entry-content .blog-post-meta .post-author::after {
  content: " ";
  clear: both;
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 0;
  height: 15px;
  width: 1px;
  background-color: #999;
}
.entry-content .blog-post-meta i.fa {
  color: #7B68EE;
  margin-right: 7px;
}

.academy-404-content-wrapper {
  text-align: center;
}
.academy-404-content-wrapper .page-header .entry-title .academy-404-big-text {
  display: block;
  font-size: 80px;
  color: #7B68EE;
}
.academy-404-content-wrapper .search-form-wrapper .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

/**
 * Comments
 */
#comments {
  margin-top: 40px;
}
#comments .title-comments {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
}
#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}
#comments .comment-list > li {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
#comments .comment-list .comment {
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 20px;
}
#comments .comment-list .comment .comment-body .comment-meta {
  margin-bottom: 0.9rem;
}
#comments .comment-list .comment .comment-body .comment-meta .comment-author {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #111111;
}
#comments .comment-list .comment .comment-body .comment-meta .comment-metadata {
  margin-top: 10px;
  color: #FFFFFF;
}
#comments .comment-list .comment .comment-body .comment-meta .comment-metadata a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
#comments .comment-list .comment .comment-body .comment-content {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #444444;
}
#comments .comment-list .comment .comment-body .reply {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 28px;
  color: #111111;
  text-transform: uppercase;
}
#comments .comment-respond {
  margin-top: 40px;
}
#comments .comment-respond .comment-reply-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
}
#comments .comment-respond .comment-form .comment-notes,
#comments .comment-respond .comment-form label {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #111111;
  margin-bottom: 15px;
}
#comments .comment-respond .comment-form input[type=text],
#comments .comment-respond .comment-form input[type=date],
#comments .comment-respond .comment-form input[type=email],
#comments .comment-respond .comment-form input[type=number],
#comments .comment-respond .comment-form input[type=password],
#comments .comment-respond .comment-form input[type=search],
#comments .comment-respond .comment-form input[type=tel],
#comments .comment-respond .comment-form input[type=url],
#comments .comment-respond .comment-form select,
#comments .comment-respond .comment-form textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 20px;
}
#comments .comment-respond .comment-form .form-submit {
  margin-top: 2em;
}
#comments .comment-respond .comment-form .form-submit input#submit {
  padding: 15px 35px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #7B68EE;
  border-color: #7B68EE;
}
#comments .comment-respond .comment-form .comment-form-cookies-consent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#comments .comment-respond .comment-form .comment-form-cookies-consent label {
  padding-left: 10px;
}
#comments .comment,
#comments .pingback {
  position: relative;
}
#comments .comment .comment-body,
#comments .pingback .comment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px 0 30px 60px;
}
body.rtl #comments .comment .comment-body,
body.rtl #comments .pingback .comment-body {
  padding: 30px 60px 30px 0;
}

#comments .comment .avatar,
#comments .pingback .avatar {
  position: absolute;
  left: 25px;
  border-radius: 50%;
  margin-right: 10px;
}
body.rtl #comments .comment .avatar,
body.rtl #comments .pingback .avatar {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 10px;
}

#comments .reply,
#comments .comment-metadata {
  font-size: 11px;
  line-height: 1;
}
#comments .children {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 30px;
}
body.rtl #comments .children {
  padding-left: 0;
  padding-right: 30px;
}

#comments .children li:last-child {
  padding-bottom: 0;
}
#comments ol.comment-list .children:before {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 100%;
  content: "↪";
  position: absolute;
  top: 45px;
  left: 0;
  width: auto;
}
body.rtl #comments ol.comment-list .children:before {
  content: "↩";
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  #comments .comment-author,
#comments .comment-metadata {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #comments .comment .comment-body {
    margin: 30px 0;
  }
  #comments .children {
    padding-left: 20px;
  }
  #comments .comment .avatar {
    position: inherit;
    float: left;
  }
  body.rtl #comments .comment .avatar {
    float: right;
  }
}

.close-off-canvas-menu {
  display: none;
}

.menu-button-container ul ul .sub-menu-toggle {
  display: none;
}

@media only screen and (max-width: 991px) {
  .hello-academy-header .academy-container .academy-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hello-academy-header .academy-container .academy-row .site-branding .site-title {
    font-size: 2rem;
  }
  .hello-academy-header .academy-container .academy-row .dropdown-icon-text {
    display: none;
  }
  .hello-academy-header .academy-container .academy-row .site-branding img {
    height: 60px;
    width: 200px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
  }
  .hello-academy-header .academy-container .academy-row .primary-navigation {
    position: unset;
    width: unset;
    max-width: unset;
    margin: unset;
    right: unset;
    left: unset;
    height: unset;
    overflow-x: unset;
    overflow-y: unset;
  }
  .hello-academy-header .academy-container .academy-row .primary-navigation .menu-button-container {
    position: unset;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .hello-academy-header .academy-container .academy-row .primary-navigation .primary-menu-container {
    display: block;
    border: 1px solid #999;
    background: #fff;
    position: fixed;
    left: -300px;
    top: 0;
    width: 300px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0;
    height: 100vh;
    z-index: 99999999;
  }
  .hello-academy-header .academy-container .academy-row .primary-navigation .primary-menu-container ul {
    margin: 0;
    padding: 0;
  }
  .hello-academy-header .academy-container .academy-row .primary-navigation .primary-menu-container ul .sub-menu-toggle,
.hello-academy-header .academy-container .academy-row .primary-navigation .primary-menu-container ul .sub-menu-toggle:focus {
    position: absolute;
    right: 10px;
    top: 22px;
    font-size: 1rem;
    line-height: 14px;
    margin-top: -7px;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hello-academy-header .academy-container .academy-row .primary-navigation .primary-menu-container ul .sub-menu-toggle span,
.hello-academy-header .academy-container .academy-row .primary-navigation .primary-menu-container ul .sub-menu-toggle:focus span {
    display: none;
  }
  .hello-academy-header .academy-container .academy-row .primary-navigation .primary-menu-container ul .sub-menu-toggle.active {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: 24px;
  }
  .hello-academy-header .academy-container .academy-row .primary-navigation .primary-menu-container ul li {
    position: relative;
    border-bottom: 1px solid #eee;
  }
  .hello-academy-header .academy-container .academy-row .primary-navigation .primary-menu-container ul li:last-child {
    border-bottom: 0px solid #eee;
  }
  .hello-academy-header .academy-container .academy-row .primary-navigation .primary-menu-container ul li a {
    padding: 10px 0;
    width: calc(100% - 36px);
  }
  .hello-academy-header .academy-container .academy-row .primary-navigation .primary-menu-container ul li a::after {
    display: none;
  }
  .hello-academy-header .academy-container .academy-row .primary-navigation .primary-menu-container ul li ul {
    display: none;
    margin-left: 15px;
    border-top: 1px solid #eee;
  }
  .hello-academy-header .academy-container .academy-row .primary-navigation .primary-menu-container ul .focused > ul.sub-menu {
    display: block;
    position: unset;
    width: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .hello-academy-header .academy-container .academy-row .primary-navigation .primary-menu-container button.close-off-canvas-menu {
    display: block;
    right: 20px;
    position: absolute;
    top: 20px;
    margin: 0;
    padding: 0;
    height: 30px;
    width: 30px;
    background: #fff;
    color: #7b68ee;
  }
  .hello-academy-header .academy-container .academy-row .primary-navigation .primary-menu-container > ul {
    height: 100%;
    padding: 60px 20px;
    overflow: scroll;
  }
  .hello-academy-header .academy-container .academy-row .primary-navigation .primary-menu-container > ul > li {
    border-bottom: 1px solid #eee !important;
  }
  body {
    margin-left: 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100vw;
  }
  body.active-show-menu {
    margin-left: 300px;
    position: fixed;
  }
  body.active-show-menu .primary-menu-container {
    left: 0px !important;
  }
  body.active-show-menu:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    left: 0;
    top: 0;
    opacity: 0.5;
  }
  .primary-navigation ul.menu-wrapper > li > .sub-menu-toggle {
    display: block !important;
  }
  .close-off-canvas-menu {
    display: block !important;
  }
}
ul.hfe-nav-menu li.hfe-has-submenu .sub-menu-toggle {
  display: none;
}

.woocommerce a.button {
  background: #7B68EE;
  color: #fff;
  padding: 15px 35px;
  border-radius: 5px;
}
.woocommerce a.button:hover {
  background: #7B68EE;
  color: #fff;
}
.woocommerce a.button.alt {
  background: #7B68EE;
  padding: 15px 35px;
  border-radius: 5px;
}
.woocommerce a.button.alt:hover {
  background: #7B68EE;
}
.woocommerce .added_to_cart {
  margin-bottom: 20px;
  background: rgba(123, 104, 238, 0.2);
  border-radius: 5px;
  padding: 8px 35px !important;
  color: #7B68EE;
}
.woocommerce .posted_in a {
  text-decoration: none;
}
.woocommerce span.onsale {
  background: #7B68EE;
  height: 50px;
  width: 50px;
  padding: 0;
  border-radius: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 100% 0, 100% 100%, 50% 75%, 0 100%, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 100% 0, 100% 100%, 50% 75%, 0 100%, 0 0, 0 0);
}
.woocommerce ul.products li.product {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce ul.products li.product:hover {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}
.woocommerce ul.products li.product img {
  border-radius: 5px 5px 0 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  text-align: center;
  font-size: 1.2rem;
}
.woocommerce ul.products li.product .price {
  color: #444444;
  text-align: center;
  font-size: 1.2rem;
}
.woocommerce ul.products li.product a.button {
  background: #7B68EE;
  color: #fff;
  padding: 15px 35px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.woocommerce ul.products li.product a:focus {
  outline: 0;
}
.woocommerce div.product p.price {
  color: #444444;
  margin-left: 15px;
}
.woocommerce div.product form.cart div.quantity .input-text {
  padding: 5px;
  width: 55px;
  height: 47px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.woocommerce button.button.alt {
  background: #7B68EE;
  padding: 15px 35px;
  border-radius: 5px;
}
.woocommerce button.button.alt:hover {
  background: #7B68EE;
}
.woocommerce .stars span a {
  color: #F4C150;
}
.woocommerce .stars span a:focus {
  outline: 0;
}
.woocommerce textarea {
  border: 1px solid rgba(0, 0, 0, 0.08);
  outline: 0;
}
.woocommerce #respond input#submit {
  background: #7B68EE;
  color: #fff;
  padding: 15px 35px;
  border-radius: 5px;
}
.woocommerce #respond input#submit:hover {
  background: #7B68EE;
  color: #fff;
}
.woocommerce button.button {
  background: #7B68EE;
  color: #fff;
  padding: 15px 35px;
  border-radius: 5px;
}
.woocommerce button.button:disabled {
  color: #fff !important;
  padding: 15px 35px !important;
  border-radius: 5px;
}
.woocommerce button.button:disabled:hover {
  background: #7B68EE;
  color: #fff;
}
.woocommerce button.button:hover {
  background: #7B68EE !important;
  color: #fff;
}
.woocommerce form .form-row input.input-text {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 15px;
}
.woocommerce .comment-form input {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.woocommerce .select2-container--default .select2-selection--single {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  height: 45px;
}
.woocommerce .select2-container--default .select2-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 5px;
}
.woocommerce p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  background: rgba(123, 104, 238, 0.25);
  color: #7B68EE;
  padding: 10px;
  margin-bottom: 30px;
}

.woocommerce-info,
.woocommerce-message {
  border-top-color: #7B68EE;
}
.woocommerce-info::before,
.woocommerce-message::before {
  color: #7B68EE;
}

.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 110px;
  height: 45px;
  border-radius: 5px;
}

ol.wp-block-latest-comments {
  padding: 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 0em;
}

a.tag-cloud-link {
  font-size: 14px !important;
  margin: 0 0;
  display: inline-block;
  text-decoration: none !important;
  padding: 8px 10px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 5px;
}

.widget_search form.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

div#footer-sidebar .academy-row {
  gap: 30px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

div#footer-sidebar .academy-row > .widget_block {
  max-width: calc(25% - 25px);
  width: 100%;
}

.wp-block-group__inner-container > h2,
div#academy-sidebar .widget > h2 {
  font-size: 24px;
}

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

@media only screen and (max-width: 1199px) {
  div#footer-sidebar .academy-row > .widget_block {
    max-width: calc(33.33% - 20px);
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  div#footer-sidebar .academy-row > .widget_block {
    max-width: calc(50% - 15px);
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  div#footer-sidebar .academy-row > .widget_block {
    max-width: unset;
    width: 100%;
  }
}