/** Import everything from autoload */
/* line 6, node_modules/bootstrap/scss/_grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    /* line 6, node_modules/bootstrap/scss/_grid.scss */
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    /* line 6, node_modules/bootstrap/scss/_grid.scss */
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    /* line 6, node_modules/bootstrap/scss/_grid.scss */
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    /* line 6, node_modules/bootstrap/scss/_grid.scss */
    .container {
      max-width: 1140px; } }

/* line 18, node_modules/bootstrap/scss/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

/* line 28, node_modules/bootstrap/scss/_grid.scss */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

/* line 34, node_modules/bootstrap/scss/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  /* line 38, node_modules/bootstrap/scss/_grid.scss */
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

/* line 8, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

/* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

/* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

/* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

/* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333%; }

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66667%; }

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%; }

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333%; }

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66667%; }

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%; }

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333%; }

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66667%; }

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%; }

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333%; }

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66667%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66667%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66667%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66667%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66667%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66667%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66667%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66667%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66667%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66667%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66667%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66667%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333%; }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/* line 1, node_modules/bootstrap/scss/_transitions.scss */
.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    /* line 1, node_modules/bootstrap/scss/_transitions.scss */
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  /* line 4, node_modules/bootstrap/scss/_transitions.scss */
  .fade:not(.show) {
    opacity: 0; }

/* line 10, node_modules/bootstrap/scss/_transitions.scss */
.collapse:not(.show) {
  display: none; }

/* line 15, node_modules/bootstrap/scss/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    /* line 15, node_modules/bootstrap/scss/_transitions.scss */
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

/* line 18, node_modules/bootstrap/scss/_navbar.scss */
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  /* line 28, node_modules/bootstrap/scss/_navbar.scss */
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

/* line 42, node_modules/bootstrap/scss/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  /* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

/* line 61, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  /* line 68, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  /* line 73, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

/* line 84, node_modules/bootstrap/scss/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

/* line 99, node_modules/bootstrap/scss/_navbar.scss */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/* line 108, node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  /* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

/* line 123, node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  /* line 142, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  /* line 140, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    /* line 153, node_modules/bootstrap/scss/_navbar.scss */
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      /* line 156, node_modules/bootstrap/scss/_navbar.scss */
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 160, node_modules/bootstrap/scss/_navbar.scss */
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 167, node_modules/bootstrap/scss/_navbar.scss */
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    /* line 172, node_modules/bootstrap/scss/_navbar.scss */
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    /* line 179, node_modules/bootstrap/scss/_navbar.scss */
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  /* line 142, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  /* line 140, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    /* line 153, node_modules/bootstrap/scss/_navbar.scss */
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      /* line 156, node_modules/bootstrap/scss/_navbar.scss */
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 160, node_modules/bootstrap/scss/_navbar.scss */
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 167, node_modules/bootstrap/scss/_navbar.scss */
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    /* line 172, node_modules/bootstrap/scss/_navbar.scss */
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    /* line 179, node_modules/bootstrap/scss/_navbar.scss */
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  /* line 142, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  /* line 140, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    /* line 153, node_modules/bootstrap/scss/_navbar.scss */
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      /* line 156, node_modules/bootstrap/scss/_navbar.scss */
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 160, node_modules/bootstrap/scss/_navbar.scss */
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 167, node_modules/bootstrap/scss/_navbar.scss */
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    /* line 172, node_modules/bootstrap/scss/_navbar.scss */
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    /* line 179, node_modules/bootstrap/scss/_navbar.scss */
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  /* line 142, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  /* line 140, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    /* line 153, node_modules/bootstrap/scss/_navbar.scss */
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      /* line 156, node_modules/bootstrap/scss/_navbar.scss */
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 160, node_modules/bootstrap/scss/_navbar.scss */
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 167, node_modules/bootstrap/scss/_navbar.scss */
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    /* line 172, node_modules/bootstrap/scss/_navbar.scss */
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    /* line 179, node_modules/bootstrap/scss/_navbar.scss */
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

/* line 140, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  /* line 142, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  /* line 153, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    /* line 156, node_modules/bootstrap/scss/_navbar.scss */
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    /* line 160, node_modules/bootstrap/scss/_navbar.scss */
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  /* line 167, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  /* line 172, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  /* line 179, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand .navbar-toggler {
    display: none; }

/* line 194, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  /* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

/* line 203, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  /* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  /* line 210, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

/* line 215, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

/* line 223, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

/* line 228, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

/* line 232, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  /* line 234, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    /* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

/* line 246, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff; }
  /* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

/* line 255, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  /* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  /* line 262, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

/* line 267, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

/* line 275, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

/* line 280, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

/* line 284, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  /* line 286, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-dark .navbar-text a {
    color: #fff; }
    /* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

/* line 14, node_modules/bootstrap/scss/_carousel.scss */
.carousel {
  position: relative; }

/* line 18, node_modules/bootstrap/scss/_carousel.scss */
.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

/* line 22, node_modules/bootstrap/scss/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  /* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

/* line 29, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    /* line 29, node_modules/bootstrap/scss/_carousel.scss */
    .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

/* line 39, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

/* line 45, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%); }

/* line 50, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%); }

/* line 61, node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
       -o-transform: none;
          transform: none; }

/* line 67, node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

/* line 74, node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  -o-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    /* line 74, node_modules/bootstrap/scss/_carousel.scss */
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

/* line 87, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  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;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    /* line 87, node_modules/bootstrap/scss/_carousel.scss */
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  /* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

/* line 111, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev {
  left: 0; }

/* line 117, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-next {
  right: 0; }

/* line 125, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

/* line 132, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

/* line 135, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

/* line 145, node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  /* line 159, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      /* line 159, node_modules/bootstrap/scss/_carousel.scss */
      .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  /* line 177, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-indicators .active {
    opacity: 1; }

/* line 187, node_modules/bootstrap/scss/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/** Import theme styles */
/* line 1, resources/assets/styles/common/_global.scss */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* line 7, resources/assets/styles/common/_global.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth; }

/* line 15, resources/assets/styles/common/_global.scss */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

/* line 28, resources/assets/styles/common/_global.scss */
body {
  font-display: swap;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  font-size: 1rem; }

/* line 40, resources/assets/styles/common/_global.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

/* line 50, resources/assets/styles/common/_global.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

/* line 57, resources/assets/styles/common/_global.scss */
b,
strong {
  font-weight: 700; }

/* line 62, resources/assets/styles/common/_global.scss */
img,
svg {
  vertical-align: middle; }

/* line 67, resources/assets/styles/common/_global.scss */
.img-fluid,
img {
  max-width: 100%;
  height: auto; }

/* line 73, resources/assets/styles/common/_global.scss */
button {
  border-radius: 0; }

/* line 77, resources/assets/styles/common/_global.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 91, resources/assets/styles/common/_global.scss */
button:focus,
input:focus,
textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }

/* line 97, resources/assets/styles/common/_global.scss */
button,
select {
  text-transform: none; }

/* line 102, resources/assets/styles/common/_global.scss */
a {
  text-decoration: none; }

/* line 106, resources/assets/styles/common/_global.scss */
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  border: 0;
  background-color: transparent; }

/* line 115, resources/assets/styles/common/_global.scss */
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer; }

/* line 122, resources/assets/styles/common/_global.scss */
.screen-reader-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* line 134, resources/assets/styles/common/_global.scss */
p {
  margin: 0; }

/* line 138, resources/assets/styles/common/_global.scss */
.g-ads {
  position: relative;
  margin: 50px auto; }

/* line 143, resources/assets/styles/common/_global.scss */
.iframe-element {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin: 50px 0; }
  /* line 150, resources/assets/styles/common/_global.scss */
  .iframe-element iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 159, resources/assets/styles/common/_global.scss */
#toc_container {
  border: 1px solid #aaa;
  padding: 20px;
  border-radius: 3px; }
  /* line 164, resources/assets/styles/common/_global.scss */
  #toc_container .toc_title {
    font: 700 18px/30px "Mukta", sans-serif;
    color: #333; }
    /* line 168, resources/assets/styles/common/_global.scss */
    #toc_container .toc_title .toc_toggle {
      font: 400 16px/27px "Mukta", sans-serif;
      color: rgba(51, 51, 51, 0.7); }
  /* line 174, resources/assets/styles/common/_global.scss */
  #toc_container .toc_list {
    padding-bottom: 15px; }
    /* line 177, resources/assets/styles/common/_global.scss */
    #toc_container .toc_list a {
      color: #04af53;
      cursor: pointer;
      -webkit-transition: 300ms all ease;
      -o-transition: 300ms all ease;
      transition: 300ms all ease; }
      /* line 183, resources/assets/styles/common/_global.scss */
      #toc_container .toc_list a:hover {
        color: #318a09; }

@media (max-width: 768px) {
  /* line 191, resources/assets/styles/common/_global.scss */
  #toc_container {
    width: 100%; } }

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes loading {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loading {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* line 1, resources/assets/styles/components/_buttons.scss */
.btn-green {
  font: 700 18px/1.5 "Open Sans", sans-serif;
  background-color: #07af52;
  border-radius: 5px;
  padding: 7px 10px;
  color: #fff !important;
  width: 200px;
  max-width: 100%;
  display: block;
  text-align: center;
  margin: auto auto 50px auto;
  -webkit-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease; }
  /* line 15, resources/assets/styles/components/_buttons.scss */
  .btn-green:hover {
    background-color: #318a09; }

/* line 1, resources/assets/styles/components/_forms.scss */
.comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  /* line 5, resources/assets/styles/components/_forms.scss */
  .comments .name {
    color: #04af53;
    font-family: "Mukta", sans-serif;
    font-size: 21px;
    font-weight: bold;
    margin-right: 30px;
    margin-bottom: 10px; }
  /* line 14, resources/assets/styles/components/_forms.scss */
  .comments .date {
    font-family: "Mukta", sans-serif;
    font-size: 18px;
    color: #a4a6a9;
    margin: 0 30px 15px 0; }
  /* line 21, resources/assets/styles/components/_forms.scss */
  .comments #submit,
  .comments .load-more-comments {
    font: 700 18px/1.5 "Open Sans", sans-serif;
    background-color: #07af52;
    border-radius: 5px;
    padding: 7px 10px;
    color: #fff;
    width: 200px;
    max-width: 100%;
    display: block;
    text-align: center;
    margin: auto auto 50px auto;
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease; }
    /* line 36, resources/assets/styles/components/_forms.scss */
    .comments #submit:hover,
    .comments .load-more-comments:hover {
      background-color: #318a09; }
    /* line 40, resources/assets/styles/components/_forms.scss */
    .comments #submit.hidden,
    .comments .load-more-comments.hidden {
      display: none; }
  /* line 45, resources/assets/styles/components/_forms.scss */
  .comments .load-more-comments {
    position: relative;
    height: 40px; }
    /* line 49, resources/assets/styles/components/_forms.scss */
    .comments .load-more-comments .arrow {
      position: relative;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 250ms all ease;
      -o-transition: 250ms all ease;
      transition: 250ms all ease; }
      /* line 56, resources/assets/styles/components/_forms.scss */
      .comments .load-more-comments .arrow::before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border-bottom: 2px solid #fff;
        margin: auto; }
      /* line 66, resources/assets/styles/components/_forms.scss */
      .comments .load-more-comments .arrow.arrow-left::before {
        border-left: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    /* line 74, resources/assets/styles/components/_forms.scss */
    .comments .load-more-comments.loading .arrow {
      opacity: 1;
      visibility: visible; }
      /* line 78, resources/assets/styles/components/_forms.scss */
      .comments .load-more-comments.loading .arrow::before {
        border-radius: 50%;
        -webkit-animation-duration: 1000ms;
             -o-animation-duration: 1000ms;
                animation-duration: 1000ms;
        -webkit-animation-iteration-count: infinite;
             -o-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-name: loading;
             -o-animation-name: loading;
                animation-name: loading;
        margin: -27px auto auto; }
    /* line 87, resources/assets/styles/components/_forms.scss */
    .comments .load-more-comments.loading .text {
      opacity: 0; }
  /* line 93, resources/assets/styles/components/_forms.scss */
  .comments .single-comment {
    border-bottom: 1px solid #04af53;
    margin-bottom: 30px; }
    /* line 97, resources/assets/styles/components/_forms.scss */
    .comments .single-comment p {
      margin: 15px 0; }
  /* line 103, resources/assets/styles/components/_forms.scss */
  .comments .comment-respond .comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    /* line 109, resources/assets/styles/components/_forms.scss */
    .comments .comment-respond .comment-form .error-validation input,
    .comments .comment-respond .comment-form .error-validation textarea {
      border-color: #f00; }
    /* line 115, resources/assets/styles/components/_forms.scss */
    .comments .comment-respond .comment-form .comment-notes {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    /* line 119, resources/assets/styles/components/_forms.scss */
    .comments .comment-respond .comment-form .comment-form-comment {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
      width: 100%; }
    /* line 124, resources/assets/styles/components/_forms.scss */
    .comments .comment-respond .comment-form .comment-form-author {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    /* line 128, resources/assets/styles/components/_forms.scss */
    .comments .comment-respond .comment-form .comment-form-email {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    /* line 132, resources/assets/styles/components/_forms.scss */
    .comments .comment-respond .comment-form .form-submit {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; }
      /* line 135, resources/assets/styles/components/_forms.scss */
      .comments .comment-respond .comment-form .form-submit .add-comment[disabled],
      .comments .comment-respond .comment-form .form-submit .add-comment:disabled {
        opacity: 0.5; }
  /* line 143, resources/assets/styles/components/_forms.scss */
  .comments .comments-response {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  /* line 147, resources/assets/styles/components/_forms.scss */
  .comments .alert-warning {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font: 700 19px/32px "Mukta", sans-serif;
    color: #58595b; }

/* line 156, resources/assets/styles/components/_forms.scss */
form p {
  margin: 0 !important; }

/* line 160, resources/assets/styles/components/_forms.scss */
form input,
form textarea {
  font: 400 21px/1.5 "Mukta", sans-serif;
  background: #efeff0;
  border-radius: 5px;
  padding: 6px 10px;
  width: 100%;
  margin-top: 10px;
  border: 1px solid transparent; }
  /* line 170, resources/assets/styles/components/_forms.scss */
  form input:active,
  form textarea:active {
    background: #fff;
    border: 1px solid #04af53; }
  /* line 175, resources/assets/styles/components/_forms.scss */
  form input:focus,
  form textarea:focus {
    background: #fff;
    border: 1px solid #04af53; }

@media (min-width: 992px) {
  /* line 186, resources/assets/styles/components/_forms.scss */
  .comments .comment-respond .comment-form .comment-form-author {
    width: 49%;
    display: inline-block; }
  /* line 191, resources/assets/styles/components/_forms.scss */
  .comments .comment-respond .comment-form .comment-form-email {
    width: 49%;
    display: inline-block;
    float: right; } }

@media only screen and (max-width: 767px) {
  /* line 203, resources/assets/styles/components/_forms.scss */
  form p {
    width: 100%; } }

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
/* line 7, resources/assets/styles/components/_wp-classes.scss */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto; }

/* line 14, resources/assets/styles/components/_wp-classes.scss */
.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto; }

/* line 20, resources/assets/styles/components/_wp-classes.scss */
.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto; }

@media (min-width: 576px) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */
  .alignleft {
    float: left;
    margin-right: 0.5rem; }
  /* line 32, resources/assets/styles/components/_wp-classes.scss */
  .alignright {
    float: right;
    margin-left: 0.5rem; } }

/* line 1, resources/assets/styles/layouts/_header.scss */
header.banner {
  -webkit-transition: top 0.6s;
  -o-transition: top 0.6s;
  transition: top 0.6s;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
  background-color: #fff; }
  /* line 9, resources/assets/styles/layouts/_header.scss */
  header.banner nav.navbar {
    padding: 0;
    margin: 0; }
    /* line 13, resources/assets/styles/layouts/_header.scss */
    header.banner nav.navbar .navbar-nav {
      margin: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 80%;
              flex: 0 0 80%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      /* line 19, resources/assets/styles/layouts/_header.scss */
      header.banner nav.navbar .navbar-nav .menu-item {
        font: 400 16px "Mukta", sans-serif;
        margin: 15px 13px; }
        /* line 23, resources/assets/styles/layouts/_header.scss */
        header.banner nav.navbar .navbar-nav .menu-item a {
          color: #404041;
          text-decoration: none;
          -webkit-transition: 250ms all ease;
          -o-transition: 250ms all ease;
          transition: 250ms all ease; }
          /* line 29, resources/assets/styles/layouts/_header.scss */
          header.banner nav.navbar .navbar-nav .menu-item a:hover {
            color: #04af53; }
        /* line 35, resources/assets/styles/layouts/_header.scss */
        header.banner nav.navbar .navbar-nav .menu-item.menu-logo a {
          background-image: url(/wp-content/uploads/2020/03/logo33.jpg);
          width: 85px;
          font-size: 0;
          display: block;
          background-size: cover;
          line-height: 56px; }
        /* line 45, resources/assets/styles/layouts/_header.scss */
        header.banner nav.navbar .navbar-nav .menu-item:first-of-type {
          margin-left: 0; }
        /* line 49, resources/assets/styles/layouts/_header.scss */
        header.banner nav.navbar .navbar-nav .menu-item:last-of-type {
          margin-right: 0; }
    /* line 55, resources/assets/styles/layouts/_header.scss */
    header.banner nav.navbar .navbar-toggler {
      outline: 0;
      width: 25px;
      padding: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -ms-flex-line-pack: justify;
          align-content: space-between;
      border-radius: 0;
      border: 0; }
      /* line 64, resources/assets/styles/layouts/_header.scss */
      header.banner nav.navbar .navbar-toggler .line {
        border-top: 2px solid #04af53;
        display: block;
        margin: 6px auto;
        width: 100%;
        -webkit-transition: 300ms all ease;
        -o-transition: 300ms all ease;
        transition: 300ms all ease; }
    /* line 76, resources/assets/styles/layouts/_header.scss */
    header.banner nav.navbar .navbar-toggler[aria-expanded=true] .line:first-of-type {
      width: 100%;
      -webkit-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: 0 7px;
           -o-transform-origin: 0 7px;
              transform-origin: 0 7px; }
    /* line 82, resources/assets/styles/layouts/_header.scss */
    header.banner nav.navbar .navbar-toggler[aria-expanded=true] .line:nth-of-type(2) {
      width: 0;
      opacity: 0; }
    /* line 87, resources/assets/styles/layouts/_header.scss */
    header.banner nav.navbar .navbar-toggler[aria-expanded=true] .line:last-of-type {
      -webkit-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transform-origin: 7px -1px;
           -o-transform-origin: 7px -1px;
              transform-origin: 7px -1px; }
    /* line 94, resources/assets/styles/layouts/_header.scss */
    header.banner nav.navbar .navbar-brand {
      width: 160px;
      padding: 15px 0; }
    /* line 99, resources/assets/styles/layouts/_header.scss */
    header.banner nav.navbar .navbar-collapse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-flow: row-reverse wrap;
              flex-flow: row-reverse wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 20px;
      margin-top: 20px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
      /* line 106, resources/assets/styles/layouts/_header.scss */
      header.banner nav.navbar .navbar-collapse.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    /* line 111, resources/assets/styles/layouts/_header.scss */
    header.banner nav.navbar .form-inline {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 166px;
              flex: 0 0 166px;
      margin-left: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      /* line 117, resources/assets/styles/layouts/_header.scss */
      header.banner nav.navbar .form-inline button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
            align-self: center;
        position: absolute;
        right: 0; }
        /* line 123, resources/assets/styles/layouts/_header.scss */
        header.banner nav.navbar .form-inline button svg {
          width: 15px;
          height: 20px; }
      /* line 129, resources/assets/styles/layouts/_header.scss */
      header.banner nav.navbar .form-inline input {
        font: 400 14px "Mukta", sans-serif;
        background: #efeff0;
        border-radius: 5px;
        border: none;
        padding: 5px 10px;
        margin-top: 0; }
  /* line 140, resources/assets/styles/layouts/_header.scss */
  header.banner .gradient {
    height: 3px;
    width: 100%;
    display: block;
    background: #04af53;
    background: -webkit-linear-gradient(left, #04af53 0%, #e3e34f 100%);
    background: -webkit-gradient(linear, left top, right top, from(#04af53), to(#e3e34f));
    background: -o-linear-gradient(left, #04af53 0%, #e3e34f 100%);
    background: linear-gradient(to right, #04af53 0%, #e3e34f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04af53', endColorstr='#e3e34f', GradientType=1); }
  /* line 151, resources/assets/styles/layouts/_header.scss */
  header.banner.nav-up {
    top: -125px; }

@media screen and (max-width: 1199px) {
  /* line 159, resources/assets/styles/layouts/_header.scss */
  header.banner nav.navbar .navbar-brand {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; }
  /* line 164, resources/assets/styles/layouts/_header.scss */
  header.banner nav.navbar .navbar-collapse {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; }
  /* line 168, resources/assets/styles/layouts/_header.scss */
  header.banner nav.navbar .navbar-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    /* line 172, resources/assets/styles/layouts/_header.scss */
    header.banner nav.navbar .navbar-nav .menu-logo {
      display: none; } }

@media (max-width: 991px) {
  /* line 183, resources/assets/styles/layouts/_header.scss */
  header.banner nav.navbar .navbar-collapse {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    /* line 188, resources/assets/styles/layouts/_header.scss */
    header.banner nav.navbar .navbar-collapse .navbar-nav {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
      /* line 191, resources/assets/styles/layouts/_header.scss */
      header.banner nav.navbar .navbar-collapse .navbar-nav .menu-logo {
        display: none; }
      /* line 196, resources/assets/styles/layouts/_header.scss */
      header.banner nav.navbar .navbar-collapse .navbar-nav .navbar-brand img {
        width: 140px;
        padding: 7px; }
    /* line 203, resources/assets/styles/layouts/_header.scss */
    header.banner nav.navbar .navbar-collapse .form-inline {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin: 0 0 30px 0; }
      /* line 207, resources/assets/styles/layouts/_header.scss */
      header.banner nav.navbar .navbar-collapse .form-inline input {
        display: block;
        padding: 10px;
        width: 100%; }
      /* line 214, resources/assets/styles/layouts/_header.scss */
      header.banner nav.navbar .navbar-collapse .form-inline button svg {
        width: 25px; }
    /* line 220, resources/assets/styles/layouts/_header.scss */
    header.banner nav.navbar .navbar-collapse.collapsing {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  /* line 225, resources/assets/styles/layouts/_header.scss */
  header.banner nav.navbar .navbar-brand {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media (min-width: 1200px) {
  /* line 235, resources/assets/styles/layouts/_header.scss */
  header.banner nav.navbar .navbar-brand {
    display: none; }
  /* line 240, resources/assets/styles/layouts/_header.scss */
  header.banner nav.navbar .navbar-nav .menu-logo {
    display: block; } }

/* line 248, resources/assets/styles/layouts/_header.scss */
input[type=search]::-webkit-search-cancel-button {
  display: none; }

/* line 2, resources/assets/styles/layouts/_sidebar.scss */
.sidebar ul {
  list-style: none !important;
  padding: 0;
  margin: 0; }

/* line 8, resources/assets/styles/layouts/_sidebar.scss */
.sidebar .sidebar-list {
  width: 300px;
  max-width: 100%; }
  /* line 13, resources/assets/styles/layouts/_sidebar.scss */
  .sidebar .sidebar-list ul li {
    padding: 12px 15px;
    margin: 20px 0 0 0;
    font: 400 18px/32px "Open Sans", sans-serif; }
    /* line 18, resources/assets/styles/layouts/_sidebar.scss */
    .sidebar .sidebar-list ul li a {
      color: #404041;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      /* line 23, resources/assets/styles/layouts/_sidebar.scss */
      .sidebar .sidebar-list ul li a h4 {
        font: 400 18px/32px "Open Sans", sans-serif;
        margin: 0; }
      /* line 28, resources/assets/styles/layouts/_sidebar.scss */
      .sidebar .sidebar-list ul li a img {
        width: 40px;
        height: 45px;
        margin-right: 20px; }
    /* line 35, resources/assets/styles/layouts/_sidebar.scss */
    .sidebar .sidebar-list ul li:hover {
      background: #efeff0;
      border-radius: 5px; }
    /* line 40, resources/assets/styles/layouts/_sidebar.scss */
    .sidebar .sidebar-list ul li:last-of-type {
      margin-bottom: 30px; }

/* line 47, resources/assets/styles/layouts/_sidebar.scss */
.sidebar h3 {
  font: bold 21px/25px "Mukta", sans-serif;
  color: #404041;
  margin: 30px 0 30px 0; }

/* line 54, resources/assets/styles/layouts/_sidebar.scss */
.sidebar .posts .blog-post {
  margin-bottom: 30px; }
  /* line 57, resources/assets/styles/layouts/_sidebar.scss */
  .sidebar .posts .blog-post h4 {
    font: 700 16px/1.5 "Mukta", sans-serif;
    color: #58595b;
    margin: 0;
    text-align: left;
    text-transform: uppercase; }
  /* line 65, resources/assets/styles/layouts/_sidebar.scss */
  .sidebar .posts .blog-post img {
    border-radius: 5px;
    margin: 0 20px 0 0; }
  /* line 71, resources/assets/styles/layouts/_sidebar.scss */
  .sidebar .posts .blog-post:hover h4 {
    color: #04af53; }

/* line 79, resources/assets/styles/layouts/_sidebar.scss */
.sidebar .widget a {
  font: 400 18px/1.5 "Mukta", sans-serif; }
  /* line 82, resources/assets/styles/layouts/_sidebar.scss */
  .sidebar .widget a:hover {
    color: #318a09;
    text-decoration: underline; }

/* line 89, resources/assets/styles/layouts/_sidebar.scss */
.sidebar .widget ul li {
  padding: 0; }

@media only screen and (max-width: 991px) {
  /* line 97, resources/assets/styles/layouts/_sidebar.scss */
  .sidebar {
    display: none; } }

/* line 1, resources/assets/styles/layouts/_footer.scss */
footer.content-info {
  border-top: 3px solid #04af53; }
  /* line 5, resources/assets/styles/layouts/_footer.scss */
  footer.content-info section.widget ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 30px 0 30px 0; }
    /* line 12, resources/assets/styles/layouts/_footer.scss */
    footer.content-info section.widget ul a {
      padding-right: 30px;
      color: #404041;
      font: 400 14px/16px "Mukta", sans-serif;
      text-decoration: none;
      -webkit-transition: 250ms all ease;
      -o-transition: 250ms all ease;
      transition: 250ms all ease; }
      /* line 20, resources/assets/styles/layouts/_footer.scss */
      footer.content-info section.widget ul a:hover {
        color: #318a09; }
  /* line 27, resources/assets/styles/layouts/_footer.scss */
  footer.content-info .copyright {
    background: #04af53; }
    /* line 30, resources/assets/styles/layouts/_footer.scss */
    footer.content-info .copyright p {
      padding: 35px 0 35px 0;
      text-align: center;
      color: #fff;
      font: 300 13px/16px "Mukta", sans-serif; }
    /* line 37, resources/assets/styles/layouts/_footer.scss */
    footer.content-info .copyright a {
      color: #fff;
      text-decoration: none;
      -webkit-transition: 250ms all ease;
      -o-transition: 250ms all ease;
      transition: 250ms all ease; }
      /* line 43, resources/assets/styles/layouts/_footer.scss */
      footer.content-info .copyright a:hover {
        color: #fff;
        text-decoration: underline; }
  @media (max-width: 767px) {
    /* line 53, resources/assets/styles/layouts/_footer.scss */
    footer.content-info section.widget:last-of-type ul {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      /* line 56, resources/assets/styles/layouts/_footer.scss */
      footer.content-info section.widget:last-of-type ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        text-align: center;
        margin-bottom: 30px; } }

/* line 3, resources/assets/styles/layouts/_posts.scss */
section.single-post .hero,
.main-content .hero {
  margin: 50px 0 0 0;
  border-radius: 5px; }

/* line 8, resources/assets/styles/layouts/_posts.scss */
section.single-post h1,
.main-content h1 {
  font: 700 36px/1.5 "Mukta", sans-serif;
  margin: 50px 0;
  color: #404041;
  text-transform: uppercase; }

/* line 15, resources/assets/styles/layouts/_posts.scss */
section.single-post h2,
.main-content h2 {
  font: 400 28px/1.5 "Mukta", sans-serif;
  margin: 50px 0 30px 0;
  color: #404041;
  text-transform: uppercase; }

/* line 22, resources/assets/styles/layouts/_posts.scss */
section.single-post h3,
.main-content h3 {
  font: bold 21px/25px "Mukta", sans-serif;
  margin: 50px 0 30px 0;
  color: #404041;
  text-transform: uppercase; }

/* line 29, resources/assets/styles/layouts/_posts.scss */
section.single-post h4,
.main-content h4 {
  font: 400 21px/1.5 "Mukta", sans-serif;
  text-align: center;
  margin: 50px 0 30px 0;
  color: #404041; }

/* line 36, resources/assets/styles/layouts/_posts.scss */
section.single-post p,
.main-content p {
  font: 400 18px/1.5 "Open Sans", sans-serif;
  color: #58595b;
  margin-bottom: 30px; }

/* line 42, resources/assets/styles/layouts/_posts.scss */
section.single-post a,
.main-content a {
  color: #04af53;
  text-decoration: none;
  -webkit-transition: 250ms all ease;
  -o-transition: 250ms all ease;
  transition: 250ms all ease; }
  /* line 47, resources/assets/styles/layouts/_posts.scss */
  section.single-post a:hover,
  .main-content a:hover {
    color: #318a09; }

/* line 52, resources/assets/styles/layouts/_posts.scss */
section.single-post ul,
.main-content ul {
  list-style-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAgMTAiPgogIDxkZWZzPgogICAgPHN0eWxlPi5jbHMtMXtmaWxsOnVybCgjbGluZWFyLWdyYWRpZW50KTt9IHN2ZyB7IHdpZHRoOiAxMHB4OyB9PC9zdHlsZT4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB5MT0iNSIgeDI9IjEwIiB5Mj0iNSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiMwNGFmNTMiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZTNlMzRmIi8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8dGl0bGU+QXNzZXQgMjA8L3RpdGxlPgogIDxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPgogICAgPGcgaWQ9ImNvbnRlbnQiPgogICAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjUiIGN5PSI1IiByPSI1Ii8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K); }

/* line 56, resources/assets/styles/layouts/_posts.scss */
section.single-post .fruit,
.main-content .fruit {
  -webkit-columns: 2;
          columns: 2;
  margin-top: 30px; }

/* line 61, resources/assets/styles/layouts/_posts.scss */
section.single-post blockquote,
.main-content blockquote {
  position: relative;
  width: 100%;
  margin: auto;
  border: 1px solid #04af53;
  border-radius: 5px;
  padding: 25px 40px 0 40px; }
  /* line 69, resources/assets/styles/layouts/_posts.scss */
  section.single-post blockquote p,
  .main-content blockquote p {
    font: 400 20px/1.5 "Open Sans", sans-serif;
    margin-top: 0; }
  /* line 74, resources/assets/styles/layouts/_posts.scss */
  section.single-post blockquote::before,
  .main-content blockquote::before {
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NiAzOCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwNGFmNTM7b3BhY2l0eTowLjU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5Bc3NldCAyMTwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9ImNvbnRlbnQiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI2LjM1LDIwLjY3QTE3LjQ5LDE3LjQ5LDAsMCwwLDM5Ljc2LDM4LC42My42MywwLDAsMCw0MCwzOGEuNzYuNzYsMCwwLDAsLjU0LTEuMjlzLTIuODktMi45My0yLjYzLTYuMzhhOS43OSw5Ljc5LDAsMSwwLTExLjUxLTkuNjZaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTcuMjcsMzQuODVsLjI1LDBhMSwxLDAsMCwwLC44NS0uNDgsMSwxLDAsMCwwLS4xNi0xLjE3UzE0LjQ5LDI5LjQ1LDE0LjgzLDI1QTEyLjYsMTIuNiwwLDEsMCwwLDEyLjU4QzAsMTMuNDgtLjM5LDMwLDE3LjI3LDM0Ljg1WiIvPjwvZz48L2c+PC9zdmc+) no-repeat center #fff;
    background-size: cover;
    position: absolute;
    top: -20px;
    left: 0;
    display: block;
    width: 48px;
    height: 39px;
    outline: 6px solid #fff; }

/* line 89, resources/assets/styles/layouts/_posts.scss */
section.single-post .other-posts .blog-post,
.main-content .other-posts .blog-post {
  margin-bottom: 45px; }
  /* line 92, resources/assets/styles/layouts/_posts.scss */
  section.single-post .other-posts .blog-post .image,
  .main-content .other-posts .blog-post .image {
    margin-bottom: 10px; }
    /* line 95, resources/assets/styles/layouts/_posts.scss */
    section.single-post .other-posts .blog-post .image img,
    .main-content .other-posts .blog-post .image img {
      margin-bottom: 0;
      border-radius: 5px; }
    /* line 100, resources/assets/styles/layouts/_posts.scss */
    section.single-post .other-posts .blog-post .image::after,
    .main-content .other-posts .blog-post .image::after {
      border-radius: 5px; }
  /* line 105, resources/assets/styles/layouts/_posts.scss */
  section.single-post .other-posts .blog-post .title,
  .main-content .other-posts .blog-post .title {
    text-transform: uppercase; }
  /* line 109, resources/assets/styles/layouts/_posts.scss */
  section.single-post .other-posts .blog-post .arrow,
  .main-content .other-posts .blog-post .arrow {
    font: 400 18px/36px "Open Sans", sans-serif;
    margin-bottom: 30px;
    color: #04af53;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease; }
    /* line 118, resources/assets/styles/layouts/_posts.scss */
    section.single-post .other-posts .blog-post .arrow h4,
    .main-content .other-posts .blog-post .arrow h4 {
      font: 400 18px/36px "Open Sans", sans-serif;
      margin: 0; }
    /* line 123, resources/assets/styles/layouts/_posts.scss */
    section.single-post .other-posts .blog-post .arrow .arrow-icon,
    .main-content .other-posts .blog-post .arrow .arrow-icon {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 9px 11px 9px 0;
      border-color: transparent #04af53 transparent transparent;
      margin: 0 30px 0 0;
      display: block; }
    /* line 134, resources/assets/styles/layouts/_posts.scss */
    section.single-post .other-posts .blog-post .arrow.arrow-right .arrow-icon,
    .main-content .other-posts .blog-post .arrow.arrow-right .arrow-icon {
      border-width: 9px 0 9px 11px;
      border-color: transparent transparent transparent #04af53;
      margin: 0 0 0 30px; }
    /* line 141, resources/assets/styles/layouts/_posts.scss */
    section.single-post .other-posts .blog-post .arrow:hover,
    .main-content .other-posts .blog-post .arrow:hover {
      color: #318a09; }
  /* line 147, resources/assets/styles/layouts/_posts.scss */
  section.single-post .other-posts .blog-post.next-post a,
  .main-content .other-posts .blog-post.next-post a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

/* line 156, resources/assets/styles/layouts/_posts.scss */
section.single-post img,
.main-content img {
  border-radius: 5px; }

/* line 162, resources/assets/styles/layouts/_posts.scss */
section.single-post ul li,
section.single-post ol li,
.main-content ul li,
.main-content ol li {
  padding-left: 20px;
  font: 400 18px/32px "Open Sans", sans-serif;
  color: #58595b; }

/* line 169, resources/assets/styles/layouts/_posts.scss */
section.single-post figure,
.main-content figure {
  max-width: 100%; }

/* line 174, resources/assets/styles/layouts/_posts.scss */
.embed-responsive {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  /* line 179, resources/assets/styles/layouts/_posts.scss */
  .embed-responsive iframe {
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

@media (max-width: 767px) {
  /* line 192, resources/assets/styles/layouts/_posts.scss */
  section.single-post .single-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    /* line 196, resources/assets/styles/layouts/_posts.scss */
    section.single-post .single-wrapper .image {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    /* line 200, resources/assets/styles/layouts/_posts.scss */
    section.single-post .single-wrapper .breadcrumbs {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
  /* line 207, resources/assets/styles/layouts/_posts.scss */
  section.single-post .main-content .fruit {
    -webkit-columns: 1;
            columns: 1; }
  /* line 211, resources/assets/styles/layouts/_posts.scss */
  section.single-post .main-content h1 {
    font-size: 30px;
    margin: 30px 0; }
  /* line 216, resources/assets/styles/layouts/_posts.scss */
  section.single-post .main-content h2 {
    font-size: 26px; }
  /* line 220, resources/assets/styles/layouts/_posts.scss */
  section.single-post .main-content p {
    font-size: 17px; }
  /* line 224, resources/assets/styles/layouts/_posts.scss */
  section.single-post .main-content iframe {
    width: 100%; } }

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  -o-object-fit: cover;
     object-fit: cover;
  height: 1440px; }

/* line 1, resources/assets/styles/layouts/_tinymce.scss */
body#tinymce {
  margin: 12px !important; }

/* line 1, resources/assets/styles/components/_breadcrump.scss */
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  text-transform: uppercase;
  font: 400 14px/1.2 "Mukta", sans-serif; }
  /* line 9, resources/assets/styles/components/_breadcrump.scss */
  .breadcrumbs a {
    color: #04af53;
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease; }
    /* line 14, resources/assets/styles/components/_breadcrump.scss */
    .breadcrumbs a:hover {
      color: #318a09; }
  @media (max-width: 576px) {
    /* line 20, resources/assets/styles/components/_breadcrump.scss */
    .breadcrumbs .breadcrumb-item {
      margin-top: 15px; } }

/* line 1, resources/assets/styles/pages/_category.scss */
section.category {
  padding: 50px 0; }
  /* line 4, resources/assets/styles/pages/_category.scss */
  section.category h1 {
    font: 700 36px/43px "Mukta", sans-serif;
    color: #404041;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase; }
  /* line 12, resources/assets/styles/pages/_category.scss */
  section.category h2 {
    font: 700 28px/34px "Mukta", sans-serif;
    color: #404041;
    margin: 50px 0 30px 0;
    text-transform: uppercase;
    text-align: center; }
  /* line 20, resources/assets/styles/pages/_category.scss */
  section.category .categories {
    border-top: 1px solid #07af52;
    border-bottom: 1px solid #07af52;
    padding: 30px 0; }
    /* line 25, resources/assets/styles/pages/_category.scss */
    section.category .categories h2 {
      margin: 0 0 30px 0; }
    /* line 29, resources/assets/styles/pages/_category.scss */
    section.category .categories ul {
      list-style: none;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin: 0 30px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      /* line 37, resources/assets/styles/pages/_category.scss */
      section.category .categories ul li {
        padding: 15px;
        width: 190px;
        max-width: 100%;
        height: 190px;
        text-align: center;
        margin: 0 30px 30px;
        border: 1px solid #04af53;
        border-radius: 5px;
        -webkit-transition: 300ms all ease;
        -o-transition: 300ms all ease;
        transition: 300ms all ease; }
        /* line 49, resources/assets/styles/pages/_category.scss */
        section.category .categories ul li img {
          width: 90px;
          height: 90px;
          margin-bottom: 20px; }
        /* line 55, resources/assets/styles/pages/_category.scss */
        section.category .categories ul li h3 {
          font: 400 21px/25px "Mukta", sans-serif;
          color: #404041;
          margin: 0; }
        /* line 61, resources/assets/styles/pages/_category.scss */
        section.category .categories ul li:hover {
          background-color: #efeff0;
          border-color: #efeff0; }
  /* line 70, resources/assets/styles/pages/_category.scss */
  section.category .posts .blog-post {
    margin-bottom: 70px; }

/* line 76, resources/assets/styles/pages/_category.scss */
.blog-post {
  margin-bottom: 50px; }
  /* line 79, resources/assets/styles/pages/_category.scss */
  .blog-post .image {
    position: relative; }
    /* line 82, resources/assets/styles/pages/_category.scss */
    .blog-post .image::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(228, 229, 230, 0.4);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 300ms all ease;
      -o-transition: 300ms all ease;
      transition: 300ms all ease; }
  /* line 97, resources/assets/styles/pages/_category.scss */
  .blog-post a {
    text-decoration: none; }
  /* line 101, resources/assets/styles/pages/_category.scss */
  .blog-post h2,
  .blog-post .title {
    font: 700 21px/25px "Mukta", sans-serif;
    margin: 0;
    color: #404041;
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease; }
  /* line 112, resources/assets/styles/pages/_category.scss */
  .blog-post:hover .image::after {
    opacity: 1;
    visibility: visible; }
  /* line 118, resources/assets/styles/pages/_category.scss */
  .blog-post:hover h2,
  .blog-post:hover .title {
    color: #04af53; }

/* line 125, resources/assets/styles/pages/_category.scss */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 20px 0; }
  /* line 130, resources/assets/styles/pages/_category.scss */
  .pagination .nav-links {
    font: 400 18px/22px "Mukta", sans-serif;
    color: #404041;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    /* line 136, resources/assets/styles/pages/_category.scss */
    .pagination .nav-links .page-numbers {
      text-decoration: none; }
    /* line 140, resources/assets/styles/pages/_category.scss */
    .pagination .nav-links .current {
      color: #04af53; }
    /* line 144, resources/assets/styles/pages/_category.scss */
    .pagination .nav-links a.page-numbers {
      color: #404041;
      -webkit-transition: 300ms all ease;
      -o-transition: 300ms all ease;
      transition: 300ms all ease; }
      /* line 149, resources/assets/styles/pages/_category.scss */
      .pagination .nav-links a.page-numbers:hover {
        color: #e4e5e6; }
    /* line 154, resources/assets/styles/pages/_category.scss */
    .pagination .nav-links a.prev,
    .pagination .nav-links a.next {
      background-color: #07af52;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 35px;
      -webkit-transition: 300ms all ease;
      -o-transition: 300ms all ease;
      transition: 300ms all ease; }
      /* line 167, resources/assets/styles/pages/_category.scss */
      .pagination .nav-links a.prev .arrow,
      .pagination .nav-links a.next .arrow {
        position: relative;
        margin: auto; }
      /* line 172, resources/assets/styles/pages/_category.scss */
      .pagination .nav-links a.prev:hover,
      .pagination .nav-links a.next:hover {
        background-color: #e4e5e6; }
    /* line 178, resources/assets/styles/pages/_category.scss */
    .pagination .nav-links a.prev .arrow {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 11px 18px 11px 0;
      border-color: transparent #fff transparent transparent;
      left: -2px; }
    /* line 189, resources/assets/styles/pages/_category.scss */
    .pagination .nav-links a.next .arrow {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 11px 0 11px 18px;
      border-color: transparent transparent transparent #fff;
      right: -2px; }
    /* line 199, resources/assets/styles/pages/_category.scss */
    .pagination .nav-links span,
    .pagination .nav-links a {
      display: inline-block;
      margin: 0 15px; }

@media only screen and (max-width: 991px) {
  /* line 211, resources/assets/styles/pages/_category.scss */
  section.category .categories ul li {
    margin: 0 10px 30px; } }

@media only screen and (max-width: 767px) {
  /* line 220, resources/assets/styles/pages/_category.scss */
  section.category {
    padding: 15px 0; }
    /* line 223, resources/assets/styles/pages/_category.scss */
    section.category h1 {
      font: 700 30px/36px "Mukta", sans-serif;
      margin-bottom: 15px; }
    /* line 228, resources/assets/styles/pages/_category.scss */
    section.category h2 {
      font: 700 24px/28px "Mukta", sans-serif;
      text-align: left;
      margin: 30px 0; }
    /* line 235, resources/assets/styles/pages/_category.scss */
    section.category .posts .blog-post {
      margin-bottom: 30px; }
    /* line 241, resources/assets/styles/pages/_category.scss */
    section.category .categories h2 {
      text-align: center; }
    /* line 245, resources/assets/styles/pages/_category.scss */
    section.category .categories ul {
      margin: 0 -10px; }
      /* line 248, resources/assets/styles/pages/_category.scss */
      section.category .categories ul li {
        width: 145px;
        height: 145px;
        margin: 0 5px 30px 5px; }
        /* line 253, resources/assets/styles/pages/_category.scss */
        section.category .categories ul li img {
          width: 60px;
          height: 60px;
          margin-bottom: 10px; }
  /* line 263, resources/assets/styles/pages/_category.scss */
  .blog-post {
    margin-bottom: 30px; }
    /* line 266, resources/assets/styles/pages/_category.scss */
    .blog-post h2,
    .blog-post .title {
      font: 700 17px/20px "Mukta", sans-serif; }
    /* line 271, resources/assets/styles/pages/_category.scss */
    .blog-post .image {
      margin-bottom: 15px; }
  /* line 276, resources/assets/styles/pages/_category.scss */
  .pagination {
    margin: 60px 0 35px 0; }
    /* line 280, resources/assets/styles/pages/_category.scss */
    .pagination .nav-links a.prev,
    .pagination .nav-links a.next {
      width: 30px;
      height: 30px;
      margin: 0 10px; }
    /* line 288, resources/assets/styles/pages/_category.scss */
    .pagination .nav-links a.prev .arrow {
      border-width: 8px 12px 8px 0;
      left: -1px; }
    /* line 295, resources/assets/styles/pages/_category.scss */
    .pagination .nav-links a.next .arrow {
      border-width: 8px 0 8px 12px;
      right: -1px; }
    /* line 301, resources/assets/styles/pages/_category.scss */
    .pagination .nav-links span,
    .pagination .nav-links a {
      margin: 0 9px; } }

/* line 2, resources/assets/styles/pages/_contact.scss */
section.contact h1 {
  font: 700 36px/36px "Mukta", sans-serif;
  margin: 50px 0;
  color: #404041; }

/* line 8, resources/assets/styles/pages/_contact.scss */
section.contact h2 {
  text-align: center;
  font: 700 34px/36px "Mukta", sans-serif;
  margin: 50px 0 80px 0;
  color: #404041; }

/* line 15, resources/assets/styles/pages/_contact.scss */
section.contact p {
  font: 400 19px/24px "Open Sans", sans-serif;
  color: #58595b;
  margin-bottom: 30px; }

/* line 21, resources/assets/styles/pages/_contact.scss */
section.contact .contact-mail {
  color: #f00;
  margin: 60px 0 80px 0;
  text-align: center;
  font: 400 20px/24px "Mukta", sans-serif; }

/* line 2, resources/assets/styles/pages/_info.scss */
section.info h1 {
  font: 700 39px/36px "Mukta", sans-serif;
  margin: 50px 0;
  color: #404041;
  text-align: center; }

/* line 9, resources/assets/styles/pages/_info.scss */
section.info h2 {
  font: 700 34px/36px "Mukta", sans-serif;
  padding-top: 50px;
  margin: 0 0 80px 0;
  color: #404041; }

/* line 16, resources/assets/styles/pages/_info.scss */
section.info p {
  font: 400 19px/32px "Open Sans", sans-serif;
  color: #58595b;
  margin-bottom: 30px; }

/* line 22, resources/assets/styles/pages/_info.scss */
section.info a {
  color: #04af53;
  text-decoration: none; }
  /* line 26, resources/assets/styles/pages/_info.scss */
  section.info a:hover {
    color: #318a09;
    text-decoration: none; }

/* line 32, resources/assets/styles/pages/_info.scss */
section.info ul {
  list-style-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAgMTAiPgogIDxkZWZzPgogICAgPHN0eWxlPi5jbHMtMXtmaWxsOnVybCgjbGluZWFyLWdyYWRpZW50KTt9IHN2ZyB7IHdpZHRoOiAxMHB4OyB9PC9zdHlsZT4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB5MT0iNSIgeDI9IjEwIiB5Mj0iNSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiMwNGFmNTMiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZTNlMzRmIi8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8dGl0bGU+QXNzZXQgMjA8L3RpdGxlPgogIDxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPgogICAgPGcgaWQ9ImNvbnRlbnQiPgogICAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjUiIGN5PSI1IiByPSI1Ii8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K); }
  /* line 35, resources/assets/styles/pages/_info.scss */
  section.info ul li {
    color: #404041;
    font: 400 18px/32px "Open Sans", sans-serif;
    padding-left: 15px; }

/* line 42, resources/assets/styles/pages/_info.scss */
section.info .image {
  text-align: center; }
  /* line 45, resources/assets/styles/pages/_info.scss */
  section.info .image img {
    margin-top: 50px; }

/* line 50, resources/assets/styles/pages/_info.scss */
section.info .comments {
  margin: 50px 0; }

/* line 54, resources/assets/styles/pages/_info.scss */
section.info .link-centar {
  text-align: center; }

/* line 58, resources/assets/styles/pages/_info.scss */
section.info .contact-mail {
  color: #f00;
  margin: 60px 0 80px 0;
  text-align: center;
  font: 400 20px/24px "Mukta", sans-serif; }

/* line 65, resources/assets/styles/pages/_info.scss */
section.info .green-post {
  color: #04af53;
  text-align: center;
  font: 700 27px/32px "Mukta", sans-serif; }

/* line 71, resources/assets/styles/pages/_info.scss */
section.info .heading-red {
  color: #f00; }

/* line 75, resources/assets/styles/pages/_info.scss */
section.info .g-ads {
  position: relative;
  margin: 50px auto; }

/* line 80, resources/assets/styles/pages/_info.scss */
section.info .strong-post {
  font: 700 24px/32px "Mukta", sans-serif; }

/*# sourceMappingURL=main.css.map*/