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

html, body {
  width: 100%;
}

header.cedr_header strong,
header.cedr_header b,
footer.cedr_footer strong,
footer.cedr_footer b {
  font-weight: 600;
}

header.cedr_header,
footer.cedr_footer {
  /*!
   * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
   * Copyright 2011-2021 The Bootstrap Authors
   * Copyright 2011-2021 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
}
header.cedr_header .container,
header.cedr_header .container-fluid,
header.cedr_header .container-xxl,
header.cedr_header .container-xl,
header.cedr_header .container-lg,
header.cedr_header .container-md,
header.cedr_header .container-sm,
footer.cedr_footer .container,
footer.cedr_footer .container-fluid,
footer.cedr_footer .container-xxl,
footer.cedr_footer .container-xl,
footer.cedr_footer .container-lg,
footer.cedr_footer .container-md,
footer.cedr_footer .container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  header.cedr_header .container-sm, header.cedr_header .container,
footer.cedr_footer .container-sm,
footer.cedr_footer .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  header.cedr_header .container-md, header.cedr_header .container-sm, header.cedr_header .container,
footer.cedr_footer .container-md,
footer.cedr_footer .container-sm,
footer.cedr_footer .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  header.cedr_header .container-lg, header.cedr_header .container-md, header.cedr_header .container-sm, header.cedr_header .container,
footer.cedr_footer .container-lg,
footer.cedr_footer .container-md,
footer.cedr_footer .container-sm,
footer.cedr_footer .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  header.cedr_header .container-xl, header.cedr_header .container-lg, header.cedr_header .container-md, header.cedr_header .container-sm, header.cedr_header .container,
footer.cedr_footer .container-xl,
footer.cedr_footer .container-lg,
footer.cedr_footer .container-md,
footer.cedr_footer .container-sm,
footer.cedr_footer .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  header.cedr_header .container-xxl, header.cedr_header .container-xl, header.cedr_header .container-lg, header.cedr_header .container-md, header.cedr_header .container-sm, header.cedr_header .container,
footer.cedr_footer .container-xxl,
footer.cedr_footer .container-xl,
footer.cedr_footer .container-lg,
footer.cedr_footer .container-md,
footer.cedr_footer .container-sm,
footer.cedr_footer .container {
    max-width: 1320px;
  }
}
header.cedr_header .row,
footer.cedr_footer .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
header.cedr_header .row > *,
footer.cedr_footer .row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
header.cedr_header .col,
footer.cedr_footer .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
header.cedr_header .row-cols-auto > *,
footer.cedr_footer .row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
header.cedr_header .row-cols-1 > *,
footer.cedr_footer .row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
header.cedr_header .row-cols-2 > *,
footer.cedr_footer .row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
header.cedr_header .row-cols-3 > *,
footer.cedr_footer .row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}
header.cedr_header .row-cols-4 > *,
footer.cedr_footer .row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}
header.cedr_header .row-cols-5 > *,
footer.cedr_footer .row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}
header.cedr_header .row-cols-6 > *,
footer.cedr_footer .row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (min-width: 576px) {
  header.cedr_header .col-sm,
footer.cedr_footer .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  header.cedr_header .row-cols-sm-auto > *,
footer.cedr_footer .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  header.cedr_header .row-cols-sm-1 > *,
footer.cedr_footer .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  header.cedr_header .row-cols-sm-2 > *,
footer.cedr_footer .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  header.cedr_header .row-cols-sm-3 > *,
footer.cedr_footer .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  header.cedr_header .row-cols-sm-4 > *,
footer.cedr_footer .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  header.cedr_header .row-cols-sm-5 > *,
footer.cedr_footer .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  header.cedr_header .row-cols-sm-6 > *,
footer.cedr_footer .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  header.cedr_header .col-md,
footer.cedr_footer .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  header.cedr_header .row-cols-md-auto > *,
footer.cedr_footer .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  header.cedr_header .row-cols-md-1 > *,
footer.cedr_footer .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  header.cedr_header .row-cols-md-2 > *,
footer.cedr_footer .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  header.cedr_header .row-cols-md-3 > *,
footer.cedr_footer .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  header.cedr_header .row-cols-md-4 > *,
footer.cedr_footer .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  header.cedr_header .row-cols-md-5 > *,
footer.cedr_footer .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  header.cedr_header .row-cols-md-6 > *,
footer.cedr_footer .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  header.cedr_header .col-lg,
footer.cedr_footer .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  header.cedr_header .row-cols-lg-auto > *,
footer.cedr_footer .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  header.cedr_header .row-cols-lg-1 > *,
footer.cedr_footer .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  header.cedr_header .row-cols-lg-2 > *,
footer.cedr_footer .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  header.cedr_header .row-cols-lg-3 > *,
footer.cedr_footer .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  header.cedr_header .row-cols-lg-4 > *,
footer.cedr_footer .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  header.cedr_header .row-cols-lg-5 > *,
footer.cedr_footer .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  header.cedr_header .row-cols-lg-6 > *,
footer.cedr_footer .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  header.cedr_header .col-xl,
footer.cedr_footer .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  header.cedr_header .row-cols-xl-auto > *,
footer.cedr_footer .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  header.cedr_header .row-cols-xl-1 > *,
footer.cedr_footer .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  header.cedr_header .row-cols-xl-2 > *,
footer.cedr_footer .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  header.cedr_header .row-cols-xl-3 > *,
footer.cedr_footer .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  header.cedr_header .row-cols-xl-4 > *,
footer.cedr_footer .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  header.cedr_header .row-cols-xl-5 > *,
footer.cedr_footer .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  header.cedr_header .row-cols-xl-6 > *,
footer.cedr_footer .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  header.cedr_header .col-xxl,
footer.cedr_footer .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  header.cedr_header .row-cols-xxl-auto > *,
footer.cedr_footer .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  header.cedr_header .row-cols-xxl-1 > *,
footer.cedr_footer .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  header.cedr_header .row-cols-xxl-2 > *,
footer.cedr_footer .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  header.cedr_header .row-cols-xxl-3 > *,
footer.cedr_footer .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  header.cedr_header .row-cols-xxl-4 > *,
footer.cedr_footer .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  header.cedr_header .row-cols-xxl-5 > *,
footer.cedr_footer .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  header.cedr_header .row-cols-xxl-6 > *,
footer.cedr_footer .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
header.cedr_header .col-auto,
footer.cedr_footer .col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
header.cedr_header .col-1,
footer.cedr_footer .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}
header.cedr_header .col-2,
footer.cedr_footer .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}
header.cedr_header .col-3,
footer.cedr_footer .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}
header.cedr_header .col-4,
footer.cedr_footer .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}
header.cedr_header .col-5,
footer.cedr_footer .col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}
header.cedr_header .col-6,
footer.cedr_footer .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
header.cedr_header .col-7,
footer.cedr_footer .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}
header.cedr_header .col-8,
footer.cedr_footer .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}
header.cedr_header .col-9,
footer.cedr_footer .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}
header.cedr_header .col-10,
footer.cedr_footer .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}
header.cedr_header .col-11,
footer.cedr_footer .col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}
header.cedr_header .col-12,
footer.cedr_footer .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
header.cedr_header .offset-1,
footer.cedr_footer .offset-1 {
  margin-left: 8.33333333%;
}
header.cedr_header .offset-2,
footer.cedr_footer .offset-2 {
  margin-left: 16.66666667%;
}
header.cedr_header .offset-3,
footer.cedr_footer .offset-3 {
  margin-left: 25%;
}
header.cedr_header .offset-4,
footer.cedr_footer .offset-4 {
  margin-left: 33.33333333%;
}
header.cedr_header .offset-5,
footer.cedr_footer .offset-5 {
  margin-left: 41.66666667%;
}
header.cedr_header .offset-6,
footer.cedr_footer .offset-6 {
  margin-left: 50%;
}
header.cedr_header .offset-7,
footer.cedr_footer .offset-7 {
  margin-left: 58.33333333%;
}
header.cedr_header .offset-8,
footer.cedr_footer .offset-8 {
  margin-left: 66.66666667%;
}
header.cedr_header .offset-9,
footer.cedr_footer .offset-9 {
  margin-left: 75%;
}
header.cedr_header .offset-10,
footer.cedr_footer .offset-10 {
  margin-left: 83.33333333%;
}
header.cedr_header .offset-11,
footer.cedr_footer .offset-11 {
  margin-left: 91.66666667%;
}
header.cedr_header .g-0,
header.cedr_header .gx-0,
footer.cedr_footer .g-0,
footer.cedr_footer .gx-0 {
  --bs-gutter-x: 0;
}
header.cedr_header .g-0,
header.cedr_header .gy-0,
footer.cedr_footer .g-0,
footer.cedr_footer .gy-0 {
  --bs-gutter-y: 0;
}
header.cedr_header .g-1,
header.cedr_header .gx-1,
footer.cedr_footer .g-1,
footer.cedr_footer .gx-1 {
  --bs-gutter-x: 0.25rem;
}
header.cedr_header .g-1,
header.cedr_header .gy-1,
footer.cedr_footer .g-1,
footer.cedr_footer .gy-1 {
  --bs-gutter-y: 0.25rem;
}
header.cedr_header .g-2,
header.cedr_header .gx-2,
footer.cedr_footer .g-2,
footer.cedr_footer .gx-2 {
  --bs-gutter-x: 0.5rem;
}
header.cedr_header .g-2,
header.cedr_header .gy-2,
footer.cedr_footer .g-2,
footer.cedr_footer .gy-2 {
  --bs-gutter-y: 0.5rem;
}
header.cedr_header .g-3,
header.cedr_header .gx-3,
footer.cedr_footer .g-3,
footer.cedr_footer .gx-3 {
  --bs-gutter-x: 1rem;
}
header.cedr_header .g-3,
header.cedr_header .gy-3,
footer.cedr_footer .g-3,
footer.cedr_footer .gy-3 {
  --bs-gutter-y: 1rem;
}
header.cedr_header .g-4,
header.cedr_header .gx-4,
footer.cedr_footer .g-4,
footer.cedr_footer .gx-4 {
  --bs-gutter-x: 1.5rem;
}
header.cedr_header .g-4,
header.cedr_header .gy-4,
footer.cedr_footer .g-4,
footer.cedr_footer .gy-4 {
  --bs-gutter-y: 1.5rem;
}
header.cedr_header .g-5,
header.cedr_header .gx-5,
footer.cedr_footer .g-5,
footer.cedr_footer .gx-5 {
  --bs-gutter-x: 3rem;
}
header.cedr_header .g-5,
header.cedr_header .gy-5,
footer.cedr_footer .g-5,
footer.cedr_footer .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  header.cedr_header .col-sm-auto,
footer.cedr_footer .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  header.cedr_header .col-sm-1,
footer.cedr_footer .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  header.cedr_header .col-sm-2,
footer.cedr_footer .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  header.cedr_header .col-sm-3,
footer.cedr_footer .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  header.cedr_header .col-sm-4,
footer.cedr_footer .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  header.cedr_header .col-sm-5,
footer.cedr_footer .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  header.cedr_header .col-sm-6,
footer.cedr_footer .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  header.cedr_header .col-sm-7,
footer.cedr_footer .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  header.cedr_header .col-sm-8,
footer.cedr_footer .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  header.cedr_header .col-sm-9,
footer.cedr_footer .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  header.cedr_header .col-sm-10,
footer.cedr_footer .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  header.cedr_header .col-sm-11,
footer.cedr_footer .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  header.cedr_header .col-sm-12,
footer.cedr_footer .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  header.cedr_header .offset-sm-0,
footer.cedr_footer .offset-sm-0 {
    margin-left: 0;
  }
  header.cedr_header .offset-sm-1,
footer.cedr_footer .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  header.cedr_header .offset-sm-2,
footer.cedr_footer .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  header.cedr_header .offset-sm-3,
footer.cedr_footer .offset-sm-3 {
    margin-left: 25%;
  }
  header.cedr_header .offset-sm-4,
footer.cedr_footer .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  header.cedr_header .offset-sm-5,
footer.cedr_footer .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  header.cedr_header .offset-sm-6,
footer.cedr_footer .offset-sm-6 {
    margin-left: 50%;
  }
  header.cedr_header .offset-sm-7,
footer.cedr_footer .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  header.cedr_header .offset-sm-8,
footer.cedr_footer .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  header.cedr_header .offset-sm-9,
footer.cedr_footer .offset-sm-9 {
    margin-left: 75%;
  }
  header.cedr_header .offset-sm-10,
footer.cedr_footer .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  header.cedr_header .offset-sm-11,
footer.cedr_footer .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  header.cedr_header .g-sm-0,
header.cedr_header .gx-sm-0,
footer.cedr_footer .g-sm-0,
footer.cedr_footer .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  header.cedr_header .g-sm-0,
header.cedr_header .gy-sm-0,
footer.cedr_footer .g-sm-0,
footer.cedr_footer .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  header.cedr_header .g-sm-1,
header.cedr_header .gx-sm-1,
footer.cedr_footer .g-sm-1,
footer.cedr_footer .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  header.cedr_header .g-sm-1,
header.cedr_header .gy-sm-1,
footer.cedr_footer .g-sm-1,
footer.cedr_footer .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  header.cedr_header .g-sm-2,
header.cedr_header .gx-sm-2,
footer.cedr_footer .g-sm-2,
footer.cedr_footer .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  header.cedr_header .g-sm-2,
header.cedr_header .gy-sm-2,
footer.cedr_footer .g-sm-2,
footer.cedr_footer .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  header.cedr_header .g-sm-3,
header.cedr_header .gx-sm-3,
footer.cedr_footer .g-sm-3,
footer.cedr_footer .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  header.cedr_header .g-sm-3,
header.cedr_header .gy-sm-3,
footer.cedr_footer .g-sm-3,
footer.cedr_footer .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  header.cedr_header .g-sm-4,
header.cedr_header .gx-sm-4,
footer.cedr_footer .g-sm-4,
footer.cedr_footer .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  header.cedr_header .g-sm-4,
header.cedr_header .gy-sm-4,
footer.cedr_footer .g-sm-4,
footer.cedr_footer .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  header.cedr_header .g-sm-5,
header.cedr_header .gx-sm-5,
footer.cedr_footer .g-sm-5,
footer.cedr_footer .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  header.cedr_header .g-sm-5,
header.cedr_header .gy-sm-5,
footer.cedr_footer .g-sm-5,
footer.cedr_footer .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  header.cedr_header .col-md-auto,
footer.cedr_footer .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  header.cedr_header .col-md-1,
footer.cedr_footer .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  header.cedr_header .col-md-2,
footer.cedr_footer .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  header.cedr_header .col-md-3,
footer.cedr_footer .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  header.cedr_header .col-md-4,
footer.cedr_footer .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  header.cedr_header .col-md-5,
footer.cedr_footer .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  header.cedr_header .col-md-6,
footer.cedr_footer .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  header.cedr_header .col-md-7,
footer.cedr_footer .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  header.cedr_header .col-md-8,
footer.cedr_footer .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  header.cedr_header .col-md-9,
footer.cedr_footer .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  header.cedr_header .col-md-10,
footer.cedr_footer .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  header.cedr_header .col-md-11,
footer.cedr_footer .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  header.cedr_header .col-md-12,
footer.cedr_footer .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  header.cedr_header .offset-md-0,
footer.cedr_footer .offset-md-0 {
    margin-left: 0;
  }
  header.cedr_header .offset-md-1,
footer.cedr_footer .offset-md-1 {
    margin-left: 8.33333333%;
  }
  header.cedr_header .offset-md-2,
footer.cedr_footer .offset-md-2 {
    margin-left: 16.66666667%;
  }
  header.cedr_header .offset-md-3,
footer.cedr_footer .offset-md-3 {
    margin-left: 25%;
  }
  header.cedr_header .offset-md-4,
footer.cedr_footer .offset-md-4 {
    margin-left: 33.33333333%;
  }
  header.cedr_header .offset-md-5,
footer.cedr_footer .offset-md-5 {
    margin-left: 41.66666667%;
  }
  header.cedr_header .offset-md-6,
footer.cedr_footer .offset-md-6 {
    margin-left: 50%;
  }
  header.cedr_header .offset-md-7,
footer.cedr_footer .offset-md-7 {
    margin-left: 58.33333333%;
  }
  header.cedr_header .offset-md-8,
footer.cedr_footer .offset-md-8 {
    margin-left: 66.66666667%;
  }
  header.cedr_header .offset-md-9,
footer.cedr_footer .offset-md-9 {
    margin-left: 75%;
  }
  header.cedr_header .offset-md-10,
footer.cedr_footer .offset-md-10 {
    margin-left: 83.33333333%;
  }
  header.cedr_header .offset-md-11,
footer.cedr_footer .offset-md-11 {
    margin-left: 91.66666667%;
  }
  header.cedr_header .g-md-0,
header.cedr_header .gx-md-0,
footer.cedr_footer .g-md-0,
footer.cedr_footer .gx-md-0 {
    --bs-gutter-x: 0;
  }
  header.cedr_header .g-md-0,
header.cedr_header .gy-md-0,
footer.cedr_footer .g-md-0,
footer.cedr_footer .gy-md-0 {
    --bs-gutter-y: 0;
  }
  header.cedr_header .g-md-1,
header.cedr_header .gx-md-1,
footer.cedr_footer .g-md-1,
footer.cedr_footer .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  header.cedr_header .g-md-1,
header.cedr_header .gy-md-1,
footer.cedr_footer .g-md-1,
footer.cedr_footer .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  header.cedr_header .g-md-2,
header.cedr_header .gx-md-2,
footer.cedr_footer .g-md-2,
footer.cedr_footer .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  header.cedr_header .g-md-2,
header.cedr_header .gy-md-2,
footer.cedr_footer .g-md-2,
footer.cedr_footer .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  header.cedr_header .g-md-3,
header.cedr_header .gx-md-3,
footer.cedr_footer .g-md-3,
footer.cedr_footer .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  header.cedr_header .g-md-3,
header.cedr_header .gy-md-3,
footer.cedr_footer .g-md-3,
footer.cedr_footer .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  header.cedr_header .g-md-4,
header.cedr_header .gx-md-4,
footer.cedr_footer .g-md-4,
footer.cedr_footer .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  header.cedr_header .g-md-4,
header.cedr_header .gy-md-4,
footer.cedr_footer .g-md-4,
footer.cedr_footer .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  header.cedr_header .g-md-5,
header.cedr_header .gx-md-5,
footer.cedr_footer .g-md-5,
footer.cedr_footer .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  header.cedr_header .g-md-5,
header.cedr_header .gy-md-5,
footer.cedr_footer .g-md-5,
footer.cedr_footer .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  header.cedr_header .col-lg-auto,
footer.cedr_footer .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  header.cedr_header .col-lg-1,
footer.cedr_footer .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  header.cedr_header .col-lg-2,
footer.cedr_footer .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  header.cedr_header .col-lg-3,
footer.cedr_footer .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  header.cedr_header .col-lg-4,
footer.cedr_footer .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  header.cedr_header .col-lg-5,
footer.cedr_footer .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  header.cedr_header .col-lg-6,
footer.cedr_footer .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  header.cedr_header .col-lg-7,
footer.cedr_footer .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  header.cedr_header .col-lg-8,
footer.cedr_footer .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  header.cedr_header .col-lg-9,
footer.cedr_footer .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  header.cedr_header .col-lg-10,
footer.cedr_footer .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  header.cedr_header .col-lg-11,
footer.cedr_footer .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  header.cedr_header .col-lg-12,
footer.cedr_footer .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  header.cedr_header .offset-lg-0,
footer.cedr_footer .offset-lg-0 {
    margin-left: 0;
  }
  header.cedr_header .offset-lg-1,
footer.cedr_footer .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  header.cedr_header .offset-lg-2,
footer.cedr_footer .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  header.cedr_header .offset-lg-3,
footer.cedr_footer .offset-lg-3 {
    margin-left: 25%;
  }
  header.cedr_header .offset-lg-4,
footer.cedr_footer .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  header.cedr_header .offset-lg-5,
footer.cedr_footer .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  header.cedr_header .offset-lg-6,
footer.cedr_footer .offset-lg-6 {
    margin-left: 50%;
  }
  header.cedr_header .offset-lg-7,
footer.cedr_footer .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  header.cedr_header .offset-lg-8,
footer.cedr_footer .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  header.cedr_header .offset-lg-9,
footer.cedr_footer .offset-lg-9 {
    margin-left: 75%;
  }
  header.cedr_header .offset-lg-10,
footer.cedr_footer .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  header.cedr_header .offset-lg-11,
footer.cedr_footer .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  header.cedr_header .g-lg-0,
header.cedr_header .gx-lg-0,
footer.cedr_footer .g-lg-0,
footer.cedr_footer .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  header.cedr_header .g-lg-0,
header.cedr_header .gy-lg-0,
footer.cedr_footer .g-lg-0,
footer.cedr_footer .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  header.cedr_header .g-lg-1,
header.cedr_header .gx-lg-1,
footer.cedr_footer .g-lg-1,
footer.cedr_footer .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  header.cedr_header .g-lg-1,
header.cedr_header .gy-lg-1,
footer.cedr_footer .g-lg-1,
footer.cedr_footer .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  header.cedr_header .g-lg-2,
header.cedr_header .gx-lg-2,
footer.cedr_footer .g-lg-2,
footer.cedr_footer .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  header.cedr_header .g-lg-2,
header.cedr_header .gy-lg-2,
footer.cedr_footer .g-lg-2,
footer.cedr_footer .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  header.cedr_header .g-lg-3,
header.cedr_header .gx-lg-3,
footer.cedr_footer .g-lg-3,
footer.cedr_footer .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  header.cedr_header .g-lg-3,
header.cedr_header .gy-lg-3,
footer.cedr_footer .g-lg-3,
footer.cedr_footer .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  header.cedr_header .g-lg-4,
header.cedr_header .gx-lg-4,
footer.cedr_footer .g-lg-4,
footer.cedr_footer .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  header.cedr_header .g-lg-4,
header.cedr_header .gy-lg-4,
footer.cedr_footer .g-lg-4,
footer.cedr_footer .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  header.cedr_header .g-lg-5,
header.cedr_header .gx-lg-5,
footer.cedr_footer .g-lg-5,
footer.cedr_footer .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  header.cedr_header .g-lg-5,
header.cedr_header .gy-lg-5,
footer.cedr_footer .g-lg-5,
footer.cedr_footer .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  header.cedr_header .col-xl-auto,
footer.cedr_footer .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  header.cedr_header .col-xl-1,
footer.cedr_footer .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  header.cedr_header .col-xl-2,
footer.cedr_footer .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  header.cedr_header .col-xl-3,
footer.cedr_footer .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  header.cedr_header .col-xl-4,
footer.cedr_footer .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  header.cedr_header .col-xl-5,
footer.cedr_footer .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  header.cedr_header .col-xl-6,
footer.cedr_footer .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  header.cedr_header .col-xl-7,
footer.cedr_footer .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  header.cedr_header .col-xl-8,
footer.cedr_footer .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  header.cedr_header .col-xl-9,
footer.cedr_footer .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  header.cedr_header .col-xl-10,
footer.cedr_footer .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  header.cedr_header .col-xl-11,
footer.cedr_footer .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  header.cedr_header .col-xl-12,
footer.cedr_footer .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  header.cedr_header .offset-xl-0,
footer.cedr_footer .offset-xl-0 {
    margin-left: 0;
  }
  header.cedr_header .offset-xl-1,
footer.cedr_footer .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  header.cedr_header .offset-xl-2,
footer.cedr_footer .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  header.cedr_header .offset-xl-3,
footer.cedr_footer .offset-xl-3 {
    margin-left: 25%;
  }
  header.cedr_header .offset-xl-4,
footer.cedr_footer .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  header.cedr_header .offset-xl-5,
footer.cedr_footer .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  header.cedr_header .offset-xl-6,
footer.cedr_footer .offset-xl-6 {
    margin-left: 50%;
  }
  header.cedr_header .offset-xl-7,
footer.cedr_footer .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  header.cedr_header .offset-xl-8,
footer.cedr_footer .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  header.cedr_header .offset-xl-9,
footer.cedr_footer .offset-xl-9 {
    margin-left: 75%;
  }
  header.cedr_header .offset-xl-10,
footer.cedr_footer .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  header.cedr_header .offset-xl-11,
footer.cedr_footer .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  header.cedr_header .g-xl-0,
header.cedr_header .gx-xl-0,
footer.cedr_footer .g-xl-0,
footer.cedr_footer .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  header.cedr_header .g-xl-0,
header.cedr_header .gy-xl-0,
footer.cedr_footer .g-xl-0,
footer.cedr_footer .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  header.cedr_header .g-xl-1,
header.cedr_header .gx-xl-1,
footer.cedr_footer .g-xl-1,
footer.cedr_footer .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  header.cedr_header .g-xl-1,
header.cedr_header .gy-xl-1,
footer.cedr_footer .g-xl-1,
footer.cedr_footer .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  header.cedr_header .g-xl-2,
header.cedr_header .gx-xl-2,
footer.cedr_footer .g-xl-2,
footer.cedr_footer .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  header.cedr_header .g-xl-2,
header.cedr_header .gy-xl-2,
footer.cedr_footer .g-xl-2,
footer.cedr_footer .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  header.cedr_header .g-xl-3,
header.cedr_header .gx-xl-3,
footer.cedr_footer .g-xl-3,
footer.cedr_footer .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  header.cedr_header .g-xl-3,
header.cedr_header .gy-xl-3,
footer.cedr_footer .g-xl-3,
footer.cedr_footer .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  header.cedr_header .g-xl-4,
header.cedr_header .gx-xl-4,
footer.cedr_footer .g-xl-4,
footer.cedr_footer .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  header.cedr_header .g-xl-4,
header.cedr_header .gy-xl-4,
footer.cedr_footer .g-xl-4,
footer.cedr_footer .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  header.cedr_header .g-xl-5,
header.cedr_header .gx-xl-5,
footer.cedr_footer .g-xl-5,
footer.cedr_footer .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  header.cedr_header .g-xl-5,
header.cedr_header .gy-xl-5,
footer.cedr_footer .g-xl-5,
footer.cedr_footer .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  header.cedr_header .col-xxl-auto,
footer.cedr_footer .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  header.cedr_header .col-xxl-1,
footer.cedr_footer .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  header.cedr_header .col-xxl-2,
footer.cedr_footer .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  header.cedr_header .col-xxl-3,
footer.cedr_footer .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  header.cedr_header .col-xxl-4,
footer.cedr_footer .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  header.cedr_header .col-xxl-5,
footer.cedr_footer .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  header.cedr_header .col-xxl-6,
footer.cedr_footer .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  header.cedr_header .col-xxl-7,
footer.cedr_footer .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  header.cedr_header .col-xxl-8,
footer.cedr_footer .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  header.cedr_header .col-xxl-9,
footer.cedr_footer .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  header.cedr_header .col-xxl-10,
footer.cedr_footer .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  header.cedr_header .col-xxl-11,
footer.cedr_footer .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  header.cedr_header .col-xxl-12,
footer.cedr_footer .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  header.cedr_header .offset-xxl-0,
footer.cedr_footer .offset-xxl-0 {
    margin-left: 0;
  }
  header.cedr_header .offset-xxl-1,
footer.cedr_footer .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  header.cedr_header .offset-xxl-2,
footer.cedr_footer .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  header.cedr_header .offset-xxl-3,
footer.cedr_footer .offset-xxl-3 {
    margin-left: 25%;
  }
  header.cedr_header .offset-xxl-4,
footer.cedr_footer .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  header.cedr_header .offset-xxl-5,
footer.cedr_footer .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  header.cedr_header .offset-xxl-6,
footer.cedr_footer .offset-xxl-6 {
    margin-left: 50%;
  }
  header.cedr_header .offset-xxl-7,
footer.cedr_footer .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  header.cedr_header .offset-xxl-8,
footer.cedr_footer .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  header.cedr_header .offset-xxl-9,
footer.cedr_footer .offset-xxl-9 {
    margin-left: 75%;
  }
  header.cedr_header .offset-xxl-10,
footer.cedr_footer .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  header.cedr_header .offset-xxl-11,
footer.cedr_footer .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  header.cedr_header .g-xxl-0,
header.cedr_header .gx-xxl-0,
footer.cedr_footer .g-xxl-0,
footer.cedr_footer .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  header.cedr_header .g-xxl-0,
header.cedr_header .gy-xxl-0,
footer.cedr_footer .g-xxl-0,
footer.cedr_footer .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  header.cedr_header .g-xxl-1,
header.cedr_header .gx-xxl-1,
footer.cedr_footer .g-xxl-1,
footer.cedr_footer .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  header.cedr_header .g-xxl-1,
header.cedr_header .gy-xxl-1,
footer.cedr_footer .g-xxl-1,
footer.cedr_footer .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  header.cedr_header .g-xxl-2,
header.cedr_header .gx-xxl-2,
footer.cedr_footer .g-xxl-2,
footer.cedr_footer .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  header.cedr_header .g-xxl-2,
header.cedr_header .gy-xxl-2,
footer.cedr_footer .g-xxl-2,
footer.cedr_footer .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  header.cedr_header .g-xxl-3,
header.cedr_header .gx-xxl-3,
footer.cedr_footer .g-xxl-3,
footer.cedr_footer .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  header.cedr_header .g-xxl-3,
header.cedr_header .gy-xxl-3,
footer.cedr_footer .g-xxl-3,
footer.cedr_footer .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  header.cedr_header .g-xxl-4,
header.cedr_header .gx-xxl-4,
footer.cedr_footer .g-xxl-4,
footer.cedr_footer .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  header.cedr_header .g-xxl-4,
header.cedr_header .gy-xxl-4,
footer.cedr_footer .g-xxl-4,
footer.cedr_footer .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  header.cedr_header .g-xxl-5,
header.cedr_header .gx-xxl-5,
footer.cedr_footer .g-xxl-5,
footer.cedr_footer .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  header.cedr_header .g-xxl-5,
header.cedr_header .gy-xxl-5,
footer.cedr_footer .g-xxl-5,
footer.cedr_footer .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
header.cedr_header .d-inline,
footer.cedr_footer .d-inline {
  display: inline !important;
}
header.cedr_header .d-inline-block,
footer.cedr_footer .d-inline-block {
  display: inline-block !important;
}
header.cedr_header .d-block,
footer.cedr_footer .d-block {
  display: block !important;
}
header.cedr_header .d-grid,
footer.cedr_footer .d-grid {
  display: -ms-grid !important;
  display: grid !important;
}
header.cedr_header .d-table,
footer.cedr_footer .d-table {
  display: table !important;
}
header.cedr_header .d-table-row,
footer.cedr_footer .d-table-row {
  display: table-row !important;
}
header.cedr_header .d-table-cell,
footer.cedr_footer .d-table-cell {
  display: table-cell !important;
}
header.cedr_header .d-flex,
footer.cedr_footer .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
header.cedr_header .d-inline-flex,
footer.cedr_footer .d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
header.cedr_header .d-none,
footer.cedr_footer .d-none {
  display: none !important;
}
header.cedr_header .flex-fill,
footer.cedr_footer .flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
header.cedr_header .flex-row,
footer.cedr_footer .flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
header.cedr_header .flex-column,
footer.cedr_footer .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
header.cedr_header .flex-row-reverse,
footer.cedr_footer .flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
header.cedr_header .flex-column-reverse,
footer.cedr_footer .flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
header.cedr_header .flex-grow-0,
footer.cedr_footer .flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}
header.cedr_header .flex-grow-1,
footer.cedr_footer .flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}
header.cedr_header .flex-shrink-0,
footer.cedr_footer .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}
header.cedr_header .flex-shrink-1,
footer.cedr_footer .flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}
header.cedr_header .flex-wrap,
footer.cedr_footer .flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
header.cedr_header .flex-nowrap,
footer.cedr_footer .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
header.cedr_header .flex-wrap-reverse,
footer.cedr_footer .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}
header.cedr_header .justify-content-start,
footer.cedr_footer .justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
header.cedr_header .justify-content-end,
footer.cedr_footer .justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
header.cedr_header .justify-content-center,
footer.cedr_footer .justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
header.cedr_header .justify-content-between,
footer.cedr_footer .justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
header.cedr_header .justify-content-around,
footer.cedr_footer .justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
header.cedr_header .justify-content-evenly,
footer.cedr_footer .justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}
header.cedr_header .align-items-start,
footer.cedr_footer .align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
header.cedr_header .align-items-end,
footer.cedr_footer .align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
header.cedr_header .align-items-center,
footer.cedr_footer .align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
header.cedr_header .align-items-baseline,
footer.cedr_footer .align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}
header.cedr_header .align-items-stretch,
footer.cedr_footer .align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
header.cedr_header .align-content-start,
footer.cedr_footer .align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}
header.cedr_header .align-content-end,
footer.cedr_footer .align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}
header.cedr_header .align-content-center,
footer.cedr_footer .align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}
header.cedr_header .align-content-between,
footer.cedr_footer .align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}
header.cedr_header .align-content-around,
footer.cedr_footer .align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}
header.cedr_header .align-content-stretch,
footer.cedr_footer .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}
header.cedr_header .align-self-auto,
footer.cedr_footer .align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}
header.cedr_header .align-self-start,
footer.cedr_footer .align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}
header.cedr_header .align-self-end,
footer.cedr_footer .align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}
header.cedr_header .align-self-center,
footer.cedr_footer .align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}
header.cedr_header .align-self-baseline,
footer.cedr_footer .align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}
header.cedr_header .align-self-stretch,
footer.cedr_footer .align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}
header.cedr_header .order-first,
footer.cedr_footer .order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}
header.cedr_header .order-0,
footer.cedr_footer .order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}
header.cedr_header .order-1,
footer.cedr_footer .order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}
header.cedr_header .order-2,
footer.cedr_footer .order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}
header.cedr_header .order-3,
footer.cedr_footer .order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}
header.cedr_header .order-4,
footer.cedr_footer .order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}
header.cedr_header .order-5,
footer.cedr_footer .order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}
header.cedr_header .order-last,
footer.cedr_footer .order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}
header.cedr_header .m-0,
footer.cedr_footer .m-0 {
  margin: 0 !important;
}
header.cedr_header .m-1,
footer.cedr_footer .m-1 {
  margin: 0.25rem !important;
}
header.cedr_header .m-2,
footer.cedr_footer .m-2 {
  margin: 0.5rem !important;
}
header.cedr_header .m-3,
footer.cedr_footer .m-3 {
  margin: 1rem !important;
}
header.cedr_header .m-4,
footer.cedr_footer .m-4 {
  margin: 1.5rem !important;
}
header.cedr_header .m-5,
footer.cedr_footer .m-5 {
  margin: 3rem !important;
}
header.cedr_header .m-auto,
footer.cedr_footer .m-auto {
  margin: auto !important;
}
header.cedr_header .mx-0,
footer.cedr_footer .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
header.cedr_header .mx-1,
footer.cedr_footer .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
header.cedr_header .mx-2,
footer.cedr_footer .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
header.cedr_header .mx-3,
footer.cedr_footer .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
header.cedr_header .mx-4,
footer.cedr_footer .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
header.cedr_header .mx-5,
footer.cedr_footer .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
header.cedr_header .mx-auto,
footer.cedr_footer .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
header.cedr_header .my-0,
footer.cedr_footer .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
header.cedr_header .my-1,
footer.cedr_footer .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
header.cedr_header .my-2,
footer.cedr_footer .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
header.cedr_header .my-3,
footer.cedr_footer .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
header.cedr_header .my-4,
footer.cedr_footer .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
header.cedr_header .my-5,
footer.cedr_footer .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
header.cedr_header .my-auto,
footer.cedr_footer .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
header.cedr_header .mt-0,
footer.cedr_footer .mt-0 {
  margin-top: 0 !important;
}
header.cedr_header .mt-1,
footer.cedr_footer .mt-1 {
  margin-top: 0.25rem !important;
}
header.cedr_header .mt-2,
footer.cedr_footer .mt-2 {
  margin-top: 0.5rem !important;
}
header.cedr_header .mt-3,
footer.cedr_footer .mt-3 {
  margin-top: 1rem !important;
}
header.cedr_header .mt-4,
footer.cedr_footer .mt-4 {
  margin-top: 1.5rem !important;
}
header.cedr_header .mt-5,
footer.cedr_footer .mt-5 {
  margin-top: 3rem !important;
}
header.cedr_header .mt-auto,
footer.cedr_footer .mt-auto {
  margin-top: auto !important;
}
header.cedr_header .me-0,
footer.cedr_footer .me-0 {
  margin-right: 0 !important;
}
header.cedr_header .me-1,
footer.cedr_footer .me-1 {
  margin-right: 0.25rem !important;
}
header.cedr_header .me-2,
footer.cedr_footer .me-2 {
  margin-right: 0.5rem !important;
}
header.cedr_header .me-3,
footer.cedr_footer .me-3 {
  margin-right: 1rem !important;
}
header.cedr_header .me-4,
footer.cedr_footer .me-4 {
  margin-right: 1.5rem !important;
}
header.cedr_header .me-5,
footer.cedr_footer .me-5 {
  margin-right: 3rem !important;
}
header.cedr_header .me-auto,
footer.cedr_footer .me-auto {
  margin-right: auto !important;
}
header.cedr_header .mb-0,
footer.cedr_footer .mb-0 {
  margin-bottom: 0 !important;
}
header.cedr_header .mb-1,
footer.cedr_footer .mb-1 {
  margin-bottom: 0.25rem !important;
}
header.cedr_header .mb-2,
footer.cedr_footer .mb-2 {
  margin-bottom: 0.5rem !important;
}
header.cedr_header .mb-3,
footer.cedr_footer .mb-3 {
  margin-bottom: 1rem !important;
}
header.cedr_header .mb-4,
footer.cedr_footer .mb-4 {
  margin-bottom: 1.5rem !important;
}
header.cedr_header .mb-5,
footer.cedr_footer .mb-5 {
  margin-bottom: 3rem !important;
}
header.cedr_header .mb-auto,
footer.cedr_footer .mb-auto {
  margin-bottom: auto !important;
}
header.cedr_header .ms-0,
footer.cedr_footer .ms-0 {
  margin-left: 0 !important;
}
header.cedr_header .ms-1,
footer.cedr_footer .ms-1 {
  margin-left: 0.25rem !important;
}
header.cedr_header .ms-2,
footer.cedr_footer .ms-2 {
  margin-left: 0.5rem !important;
}
header.cedr_header .ms-3,
footer.cedr_footer .ms-3 {
  margin-left: 1rem !important;
}
header.cedr_header .ms-4,
footer.cedr_footer .ms-4 {
  margin-left: 1.5rem !important;
}
header.cedr_header .ms-5,
footer.cedr_footer .ms-5 {
  margin-left: 3rem !important;
}
header.cedr_header .ms-auto,
footer.cedr_footer .ms-auto {
  margin-left: auto !important;
}
header.cedr_header .p-0,
footer.cedr_footer .p-0 {
  padding: 0 !important;
}
header.cedr_header .p-1,
footer.cedr_footer .p-1 {
  padding: 0.25rem !important;
}
header.cedr_header .p-2,
footer.cedr_footer .p-2 {
  padding: 0.5rem !important;
}
header.cedr_header .p-3,
footer.cedr_footer .p-3 {
  padding: 1rem !important;
}
header.cedr_header .p-4,
footer.cedr_footer .p-4 {
  padding: 1.5rem !important;
}
header.cedr_header .p-5,
footer.cedr_footer .p-5 {
  padding: 3rem !important;
}
header.cedr_header .px-0,
footer.cedr_footer .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
header.cedr_header .px-1,
footer.cedr_footer .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
header.cedr_header .px-2,
footer.cedr_footer .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
header.cedr_header .px-3,
footer.cedr_footer .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
header.cedr_header .px-4,
footer.cedr_footer .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
header.cedr_header .px-5,
footer.cedr_footer .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
header.cedr_header .py-0,
footer.cedr_footer .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
header.cedr_header .py-1,
footer.cedr_footer .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
header.cedr_header .py-2,
footer.cedr_footer .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
header.cedr_header .py-3,
footer.cedr_footer .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
header.cedr_header .py-4,
footer.cedr_footer .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
header.cedr_header .py-5,
footer.cedr_footer .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
header.cedr_header .pt-0,
footer.cedr_footer .pt-0 {
  padding-top: 0 !important;
}
header.cedr_header .pt-1,
footer.cedr_footer .pt-1 {
  padding-top: 0.25rem !important;
}
header.cedr_header .pt-2,
footer.cedr_footer .pt-2 {
  padding-top: 0.5rem !important;
}
header.cedr_header .pt-3,
footer.cedr_footer .pt-3 {
  padding-top: 1rem !important;
}
header.cedr_header .pt-4,
footer.cedr_footer .pt-4 {
  padding-top: 1.5rem !important;
}
header.cedr_header .pt-5,
footer.cedr_footer .pt-5 {
  padding-top: 3rem !important;
}
header.cedr_header .pe-0,
footer.cedr_footer .pe-0 {
  padding-right: 0 !important;
}
header.cedr_header .pe-1,
footer.cedr_footer .pe-1 {
  padding-right: 0.25rem !important;
}
header.cedr_header .pe-2,
footer.cedr_footer .pe-2 {
  padding-right: 0.5rem !important;
}
header.cedr_header .pe-3,
footer.cedr_footer .pe-3 {
  padding-right: 1rem !important;
}
header.cedr_header .pe-4,
footer.cedr_footer .pe-4 {
  padding-right: 1.5rem !important;
}
header.cedr_header .pe-5,
footer.cedr_footer .pe-5 {
  padding-right: 3rem !important;
}
header.cedr_header .pb-0,
footer.cedr_footer .pb-0 {
  padding-bottom: 0 !important;
}
header.cedr_header .pb-1,
footer.cedr_footer .pb-1 {
  padding-bottom: 0.25rem !important;
}
header.cedr_header .pb-2,
footer.cedr_footer .pb-2 {
  padding-bottom: 0.5rem !important;
}
header.cedr_header .pb-3,
footer.cedr_footer .pb-3 {
  padding-bottom: 1rem !important;
}
header.cedr_header .pb-4,
footer.cedr_footer .pb-4 {
  padding-bottom: 1.5rem !important;
}
header.cedr_header .pb-5,
footer.cedr_footer .pb-5 {
  padding-bottom: 3rem !important;
}
header.cedr_header .ps-0,
footer.cedr_footer .ps-0 {
  padding-left: 0 !important;
}
header.cedr_header .ps-1,
footer.cedr_footer .ps-1 {
  padding-left: 0.25rem !important;
}
header.cedr_header .ps-2,
footer.cedr_footer .ps-2 {
  padding-left: 0.5rem !important;
}
header.cedr_header .ps-3,
footer.cedr_footer .ps-3 {
  padding-left: 1rem !important;
}
header.cedr_header .ps-4,
footer.cedr_footer .ps-4 {
  padding-left: 1.5rem !important;
}
header.cedr_header .ps-5,
footer.cedr_footer .ps-5 {
  padding-left: 3rem !important;
}
@media (min-width: 576px) {
  header.cedr_header .d-sm-inline,
footer.cedr_footer .d-sm-inline {
    display: inline !important;
  }
  header.cedr_header .d-sm-inline-block,
footer.cedr_footer .d-sm-inline-block {
    display: inline-block !important;
  }
  header.cedr_header .d-sm-block,
footer.cedr_footer .d-sm-block {
    display: block !important;
  }
  header.cedr_header .d-sm-grid,
footer.cedr_footer .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  header.cedr_header .d-sm-table,
footer.cedr_footer .d-sm-table {
    display: table !important;
  }
  header.cedr_header .d-sm-table-row,
footer.cedr_footer .d-sm-table-row {
    display: table-row !important;
  }
  header.cedr_header .d-sm-table-cell,
footer.cedr_footer .d-sm-table-cell {
    display: table-cell !important;
  }
  header.cedr_header .d-sm-flex,
footer.cedr_footer .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header.cedr_header .d-sm-inline-flex,
footer.cedr_footer .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  header.cedr_header .d-sm-none,
footer.cedr_footer .d-sm-none {
    display: none !important;
  }
  header.cedr_header .flex-sm-fill,
footer.cedr_footer .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  header.cedr_header .flex-sm-row,
footer.cedr_footer .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  header.cedr_header .flex-sm-column,
footer.cedr_footer .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  header.cedr_header .flex-sm-row-reverse,
footer.cedr_footer .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  header.cedr_header .flex-sm-column-reverse,
footer.cedr_footer .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  header.cedr_header .flex-sm-grow-0,
footer.cedr_footer .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  header.cedr_header .flex-sm-grow-1,
footer.cedr_footer .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  header.cedr_header .flex-sm-shrink-0,
footer.cedr_footer .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  header.cedr_header .flex-sm-shrink-1,
footer.cedr_footer .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  header.cedr_header .flex-sm-wrap,
footer.cedr_footer .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  header.cedr_header .flex-sm-nowrap,
footer.cedr_footer .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  header.cedr_header .flex-sm-wrap-reverse,
footer.cedr_footer .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  header.cedr_header .justify-content-sm-start,
footer.cedr_footer .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  header.cedr_header .justify-content-sm-end,
footer.cedr_footer .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  header.cedr_header .justify-content-sm-center,
footer.cedr_footer .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  header.cedr_header .justify-content-sm-between,
footer.cedr_footer .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  header.cedr_header .justify-content-sm-around,
footer.cedr_footer .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  header.cedr_header .justify-content-sm-evenly,
footer.cedr_footer .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  header.cedr_header .align-items-sm-start,
footer.cedr_footer .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  header.cedr_header .align-items-sm-end,
footer.cedr_footer .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  header.cedr_header .align-items-sm-center,
footer.cedr_footer .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  header.cedr_header .align-items-sm-baseline,
footer.cedr_footer .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  header.cedr_header .align-items-sm-stretch,
footer.cedr_footer .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  header.cedr_header .align-content-sm-start,
footer.cedr_footer .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  header.cedr_header .align-content-sm-end,
footer.cedr_footer .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  header.cedr_header .align-content-sm-center,
footer.cedr_footer .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  header.cedr_header .align-content-sm-between,
footer.cedr_footer .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  header.cedr_header .align-content-sm-around,
footer.cedr_footer .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  header.cedr_header .align-content-sm-stretch,
footer.cedr_footer .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  header.cedr_header .align-self-sm-auto,
footer.cedr_footer .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  header.cedr_header .align-self-sm-start,
footer.cedr_footer .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  header.cedr_header .align-self-sm-end,
footer.cedr_footer .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  header.cedr_header .align-self-sm-center,
footer.cedr_footer .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  header.cedr_header .align-self-sm-baseline,
footer.cedr_footer .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  header.cedr_header .align-self-sm-stretch,
footer.cedr_footer .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  header.cedr_header .order-sm-first,
footer.cedr_footer .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  header.cedr_header .order-sm-0,
footer.cedr_footer .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  header.cedr_header .order-sm-1,
footer.cedr_footer .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  header.cedr_header .order-sm-2,
footer.cedr_footer .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  header.cedr_header .order-sm-3,
footer.cedr_footer .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  header.cedr_header .order-sm-4,
footer.cedr_footer .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  header.cedr_header .order-sm-5,
footer.cedr_footer .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  header.cedr_header .order-sm-last,
footer.cedr_footer .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  header.cedr_header .m-sm-0,
footer.cedr_footer .m-sm-0 {
    margin: 0 !important;
  }
  header.cedr_header .m-sm-1,
footer.cedr_footer .m-sm-1 {
    margin: 0.25rem !important;
  }
  header.cedr_header .m-sm-2,
footer.cedr_footer .m-sm-2 {
    margin: 0.5rem !important;
  }
  header.cedr_header .m-sm-3,
footer.cedr_footer .m-sm-3 {
    margin: 1rem !important;
  }
  header.cedr_header .m-sm-4,
footer.cedr_footer .m-sm-4 {
    margin: 1.5rem !important;
  }
  header.cedr_header .m-sm-5,
footer.cedr_footer .m-sm-5 {
    margin: 3rem !important;
  }
  header.cedr_header .m-sm-auto,
footer.cedr_footer .m-sm-auto {
    margin: auto !important;
  }
  header.cedr_header .mx-sm-0,
footer.cedr_footer .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  header.cedr_header .mx-sm-1,
footer.cedr_footer .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  header.cedr_header .mx-sm-2,
footer.cedr_footer .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  header.cedr_header .mx-sm-3,
footer.cedr_footer .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  header.cedr_header .mx-sm-4,
footer.cedr_footer .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  header.cedr_header .mx-sm-5,
footer.cedr_footer .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  header.cedr_header .mx-sm-auto,
footer.cedr_footer .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  header.cedr_header .my-sm-0,
footer.cedr_footer .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  header.cedr_header .my-sm-1,
footer.cedr_footer .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  header.cedr_header .my-sm-2,
footer.cedr_footer .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  header.cedr_header .my-sm-3,
footer.cedr_footer .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  header.cedr_header .my-sm-4,
footer.cedr_footer .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  header.cedr_header .my-sm-5,
footer.cedr_footer .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  header.cedr_header .my-sm-auto,
footer.cedr_footer .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  header.cedr_header .mt-sm-0,
footer.cedr_footer .mt-sm-0 {
    margin-top: 0 !important;
  }
  header.cedr_header .mt-sm-1,
footer.cedr_footer .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  header.cedr_header .mt-sm-2,
footer.cedr_footer .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  header.cedr_header .mt-sm-3,
footer.cedr_footer .mt-sm-3 {
    margin-top: 1rem !important;
  }
  header.cedr_header .mt-sm-4,
footer.cedr_footer .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  header.cedr_header .mt-sm-5,
footer.cedr_footer .mt-sm-5 {
    margin-top: 3rem !important;
  }
  header.cedr_header .mt-sm-auto,
footer.cedr_footer .mt-sm-auto {
    margin-top: auto !important;
  }
  header.cedr_header .me-sm-0,
footer.cedr_footer .me-sm-0 {
    margin-right: 0 !important;
  }
  header.cedr_header .me-sm-1,
footer.cedr_footer .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  header.cedr_header .me-sm-2,
footer.cedr_footer .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  header.cedr_header .me-sm-3,
footer.cedr_footer .me-sm-3 {
    margin-right: 1rem !important;
  }
  header.cedr_header .me-sm-4,
footer.cedr_footer .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  header.cedr_header .me-sm-5,
footer.cedr_footer .me-sm-5 {
    margin-right: 3rem !important;
  }
  header.cedr_header .me-sm-auto,
footer.cedr_footer .me-sm-auto {
    margin-right: auto !important;
  }
  header.cedr_header .mb-sm-0,
footer.cedr_footer .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  header.cedr_header .mb-sm-1,
footer.cedr_footer .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  header.cedr_header .mb-sm-2,
footer.cedr_footer .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  header.cedr_header .mb-sm-3,
footer.cedr_footer .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  header.cedr_header .mb-sm-4,
footer.cedr_footer .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  header.cedr_header .mb-sm-5,
footer.cedr_footer .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  header.cedr_header .mb-sm-auto,
footer.cedr_footer .mb-sm-auto {
    margin-bottom: auto !important;
  }
  header.cedr_header .ms-sm-0,
footer.cedr_footer .ms-sm-0 {
    margin-left: 0 !important;
  }
  header.cedr_header .ms-sm-1,
footer.cedr_footer .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  header.cedr_header .ms-sm-2,
footer.cedr_footer .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  header.cedr_header .ms-sm-3,
footer.cedr_footer .ms-sm-3 {
    margin-left: 1rem !important;
  }
  header.cedr_header .ms-sm-4,
footer.cedr_footer .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  header.cedr_header .ms-sm-5,
footer.cedr_footer .ms-sm-5 {
    margin-left: 3rem !important;
  }
  header.cedr_header .ms-sm-auto,
footer.cedr_footer .ms-sm-auto {
    margin-left: auto !important;
  }
  header.cedr_header .p-sm-0,
footer.cedr_footer .p-sm-0 {
    padding: 0 !important;
  }
  header.cedr_header .p-sm-1,
footer.cedr_footer .p-sm-1 {
    padding: 0.25rem !important;
  }
  header.cedr_header .p-sm-2,
footer.cedr_footer .p-sm-2 {
    padding: 0.5rem !important;
  }
  header.cedr_header .p-sm-3,
footer.cedr_footer .p-sm-3 {
    padding: 1rem !important;
  }
  header.cedr_header .p-sm-4,
footer.cedr_footer .p-sm-4 {
    padding: 1.5rem !important;
  }
  header.cedr_header .p-sm-5,
footer.cedr_footer .p-sm-5 {
    padding: 3rem !important;
  }
  header.cedr_header .px-sm-0,
footer.cedr_footer .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  header.cedr_header .px-sm-1,
footer.cedr_footer .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  header.cedr_header .px-sm-2,
footer.cedr_footer .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  header.cedr_header .px-sm-3,
footer.cedr_footer .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  header.cedr_header .px-sm-4,
footer.cedr_footer .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  header.cedr_header .px-sm-5,
footer.cedr_footer .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  header.cedr_header .py-sm-0,
footer.cedr_footer .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  header.cedr_header .py-sm-1,
footer.cedr_footer .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  header.cedr_header .py-sm-2,
footer.cedr_footer .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  header.cedr_header .py-sm-3,
footer.cedr_footer .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  header.cedr_header .py-sm-4,
footer.cedr_footer .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  header.cedr_header .py-sm-5,
footer.cedr_footer .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  header.cedr_header .pt-sm-0,
footer.cedr_footer .pt-sm-0 {
    padding-top: 0 !important;
  }
  header.cedr_header .pt-sm-1,
footer.cedr_footer .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  header.cedr_header .pt-sm-2,
footer.cedr_footer .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  header.cedr_header .pt-sm-3,
footer.cedr_footer .pt-sm-3 {
    padding-top: 1rem !important;
  }
  header.cedr_header .pt-sm-4,
footer.cedr_footer .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  header.cedr_header .pt-sm-5,
footer.cedr_footer .pt-sm-5 {
    padding-top: 3rem !important;
  }
  header.cedr_header .pe-sm-0,
footer.cedr_footer .pe-sm-0 {
    padding-right: 0 !important;
  }
  header.cedr_header .pe-sm-1,
footer.cedr_footer .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  header.cedr_header .pe-sm-2,
footer.cedr_footer .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  header.cedr_header .pe-sm-3,
footer.cedr_footer .pe-sm-3 {
    padding-right: 1rem !important;
  }
  header.cedr_header .pe-sm-4,
footer.cedr_footer .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  header.cedr_header .pe-sm-5,
footer.cedr_footer .pe-sm-5 {
    padding-right: 3rem !important;
  }
  header.cedr_header .pb-sm-0,
footer.cedr_footer .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  header.cedr_header .pb-sm-1,
footer.cedr_footer .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  header.cedr_header .pb-sm-2,
footer.cedr_footer .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  header.cedr_header .pb-sm-3,
footer.cedr_footer .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  header.cedr_header .pb-sm-4,
footer.cedr_footer .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  header.cedr_header .pb-sm-5,
footer.cedr_footer .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  header.cedr_header .ps-sm-0,
footer.cedr_footer .ps-sm-0 {
    padding-left: 0 !important;
  }
  header.cedr_header .ps-sm-1,
footer.cedr_footer .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  header.cedr_header .ps-sm-2,
footer.cedr_footer .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  header.cedr_header .ps-sm-3,
footer.cedr_footer .ps-sm-3 {
    padding-left: 1rem !important;
  }
  header.cedr_header .ps-sm-4,
footer.cedr_footer .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  header.cedr_header .ps-sm-5,
footer.cedr_footer .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  header.cedr_header .d-md-inline,
footer.cedr_footer .d-md-inline {
    display: inline !important;
  }
  header.cedr_header .d-md-inline-block,
footer.cedr_footer .d-md-inline-block {
    display: inline-block !important;
  }
  header.cedr_header .d-md-block,
footer.cedr_footer .d-md-block {
    display: block !important;
  }
  header.cedr_header .d-md-grid,
footer.cedr_footer .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  header.cedr_header .d-md-table,
footer.cedr_footer .d-md-table {
    display: table !important;
  }
  header.cedr_header .d-md-table-row,
footer.cedr_footer .d-md-table-row {
    display: table-row !important;
  }
  header.cedr_header .d-md-table-cell,
footer.cedr_footer .d-md-table-cell {
    display: table-cell !important;
  }
  header.cedr_header .d-md-flex,
footer.cedr_footer .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header.cedr_header .d-md-inline-flex,
footer.cedr_footer .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  header.cedr_header .d-md-none,
footer.cedr_footer .d-md-none {
    display: none !important;
  }
  header.cedr_header .flex-md-fill,
footer.cedr_footer .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  header.cedr_header .flex-md-row,
footer.cedr_footer .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  header.cedr_header .flex-md-column,
footer.cedr_footer .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  header.cedr_header .flex-md-row-reverse,
footer.cedr_footer .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  header.cedr_header .flex-md-column-reverse,
footer.cedr_footer .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  header.cedr_header .flex-md-grow-0,
footer.cedr_footer .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  header.cedr_header .flex-md-grow-1,
footer.cedr_footer .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  header.cedr_header .flex-md-shrink-0,
footer.cedr_footer .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  header.cedr_header .flex-md-shrink-1,
footer.cedr_footer .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  header.cedr_header .flex-md-wrap,
footer.cedr_footer .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  header.cedr_header .flex-md-nowrap,
footer.cedr_footer .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  header.cedr_header .flex-md-wrap-reverse,
footer.cedr_footer .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  header.cedr_header .justify-content-md-start,
footer.cedr_footer .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  header.cedr_header .justify-content-md-end,
footer.cedr_footer .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  header.cedr_header .justify-content-md-center,
footer.cedr_footer .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  header.cedr_header .justify-content-md-between,
footer.cedr_footer .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  header.cedr_header .justify-content-md-around,
footer.cedr_footer .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  header.cedr_header .justify-content-md-evenly,
footer.cedr_footer .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  header.cedr_header .align-items-md-start,
footer.cedr_footer .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  header.cedr_header .align-items-md-end,
footer.cedr_footer .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  header.cedr_header .align-items-md-center,
footer.cedr_footer .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  header.cedr_header .align-items-md-baseline,
footer.cedr_footer .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  header.cedr_header .align-items-md-stretch,
footer.cedr_footer .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  header.cedr_header .align-content-md-start,
footer.cedr_footer .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  header.cedr_header .align-content-md-end,
footer.cedr_footer .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  header.cedr_header .align-content-md-center,
footer.cedr_footer .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  header.cedr_header .align-content-md-between,
footer.cedr_footer .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  header.cedr_header .align-content-md-around,
footer.cedr_footer .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  header.cedr_header .align-content-md-stretch,
footer.cedr_footer .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  header.cedr_header .align-self-md-auto,
footer.cedr_footer .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  header.cedr_header .align-self-md-start,
footer.cedr_footer .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  header.cedr_header .align-self-md-end,
footer.cedr_footer .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  header.cedr_header .align-self-md-center,
footer.cedr_footer .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  header.cedr_header .align-self-md-baseline,
footer.cedr_footer .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  header.cedr_header .align-self-md-stretch,
footer.cedr_footer .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  header.cedr_header .order-md-first,
footer.cedr_footer .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  header.cedr_header .order-md-0,
footer.cedr_footer .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  header.cedr_header .order-md-1,
footer.cedr_footer .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  header.cedr_header .order-md-2,
footer.cedr_footer .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  header.cedr_header .order-md-3,
footer.cedr_footer .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  header.cedr_header .order-md-4,
footer.cedr_footer .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  header.cedr_header .order-md-5,
footer.cedr_footer .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  header.cedr_header .order-md-last,
footer.cedr_footer .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  header.cedr_header .m-md-0,
footer.cedr_footer .m-md-0 {
    margin: 0 !important;
  }
  header.cedr_header .m-md-1,
footer.cedr_footer .m-md-1 {
    margin: 0.25rem !important;
  }
  header.cedr_header .m-md-2,
footer.cedr_footer .m-md-2 {
    margin: 0.5rem !important;
  }
  header.cedr_header .m-md-3,
footer.cedr_footer .m-md-3 {
    margin: 1rem !important;
  }
  header.cedr_header .m-md-4,
footer.cedr_footer .m-md-4 {
    margin: 1.5rem !important;
  }
  header.cedr_header .m-md-5,
footer.cedr_footer .m-md-5 {
    margin: 3rem !important;
  }
  header.cedr_header .m-md-auto,
footer.cedr_footer .m-md-auto {
    margin: auto !important;
  }
  header.cedr_header .mx-md-0,
footer.cedr_footer .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  header.cedr_header .mx-md-1,
footer.cedr_footer .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  header.cedr_header .mx-md-2,
footer.cedr_footer .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  header.cedr_header .mx-md-3,
footer.cedr_footer .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  header.cedr_header .mx-md-4,
footer.cedr_footer .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  header.cedr_header .mx-md-5,
footer.cedr_footer .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  header.cedr_header .mx-md-auto,
footer.cedr_footer .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  header.cedr_header .my-md-0,
footer.cedr_footer .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  header.cedr_header .my-md-1,
footer.cedr_footer .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  header.cedr_header .my-md-2,
footer.cedr_footer .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  header.cedr_header .my-md-3,
footer.cedr_footer .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  header.cedr_header .my-md-4,
footer.cedr_footer .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  header.cedr_header .my-md-5,
footer.cedr_footer .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  header.cedr_header .my-md-auto,
footer.cedr_footer .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  header.cedr_header .mt-md-0,
footer.cedr_footer .mt-md-0 {
    margin-top: 0 !important;
  }
  header.cedr_header .mt-md-1,
footer.cedr_footer .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  header.cedr_header .mt-md-2,
footer.cedr_footer .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  header.cedr_header .mt-md-3,
footer.cedr_footer .mt-md-3 {
    margin-top: 1rem !important;
  }
  header.cedr_header .mt-md-4,
footer.cedr_footer .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  header.cedr_header .mt-md-5,
footer.cedr_footer .mt-md-5 {
    margin-top: 3rem !important;
  }
  header.cedr_header .mt-md-auto,
footer.cedr_footer .mt-md-auto {
    margin-top: auto !important;
  }
  header.cedr_header .me-md-0,
footer.cedr_footer .me-md-0 {
    margin-right: 0 !important;
  }
  header.cedr_header .me-md-1,
footer.cedr_footer .me-md-1 {
    margin-right: 0.25rem !important;
  }
  header.cedr_header .me-md-2,
footer.cedr_footer .me-md-2 {
    margin-right: 0.5rem !important;
  }
  header.cedr_header .me-md-3,
footer.cedr_footer .me-md-3 {
    margin-right: 1rem !important;
  }
  header.cedr_header .me-md-4,
footer.cedr_footer .me-md-4 {
    margin-right: 1.5rem !important;
  }
  header.cedr_header .me-md-5,
footer.cedr_footer .me-md-5 {
    margin-right: 3rem !important;
  }
  header.cedr_header .me-md-auto,
footer.cedr_footer .me-md-auto {
    margin-right: auto !important;
  }
  header.cedr_header .mb-md-0,
footer.cedr_footer .mb-md-0 {
    margin-bottom: 0 !important;
  }
  header.cedr_header .mb-md-1,
footer.cedr_footer .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  header.cedr_header .mb-md-2,
footer.cedr_footer .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  header.cedr_header .mb-md-3,
footer.cedr_footer .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  header.cedr_header .mb-md-4,
footer.cedr_footer .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  header.cedr_header .mb-md-5,
footer.cedr_footer .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  header.cedr_header .mb-md-auto,
footer.cedr_footer .mb-md-auto {
    margin-bottom: auto !important;
  }
  header.cedr_header .ms-md-0,
footer.cedr_footer .ms-md-0 {
    margin-left: 0 !important;
  }
  header.cedr_header .ms-md-1,
footer.cedr_footer .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  header.cedr_header .ms-md-2,
footer.cedr_footer .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  header.cedr_header .ms-md-3,
footer.cedr_footer .ms-md-3 {
    margin-left: 1rem !important;
  }
  header.cedr_header .ms-md-4,
footer.cedr_footer .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  header.cedr_header .ms-md-5,
footer.cedr_footer .ms-md-5 {
    margin-left: 3rem !important;
  }
  header.cedr_header .ms-md-auto,
footer.cedr_footer .ms-md-auto {
    margin-left: auto !important;
  }
  header.cedr_header .p-md-0,
footer.cedr_footer .p-md-0 {
    padding: 0 !important;
  }
  header.cedr_header .p-md-1,
footer.cedr_footer .p-md-1 {
    padding: 0.25rem !important;
  }
  header.cedr_header .p-md-2,
footer.cedr_footer .p-md-2 {
    padding: 0.5rem !important;
  }
  header.cedr_header .p-md-3,
footer.cedr_footer .p-md-3 {
    padding: 1rem !important;
  }
  header.cedr_header .p-md-4,
footer.cedr_footer .p-md-4 {
    padding: 1.5rem !important;
  }
  header.cedr_header .p-md-5,
footer.cedr_footer .p-md-5 {
    padding: 3rem !important;
  }
  header.cedr_header .px-md-0,
footer.cedr_footer .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  header.cedr_header .px-md-1,
footer.cedr_footer .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  header.cedr_header .px-md-2,
footer.cedr_footer .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  header.cedr_header .px-md-3,
footer.cedr_footer .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  header.cedr_header .px-md-4,
footer.cedr_footer .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  header.cedr_header .px-md-5,
footer.cedr_footer .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  header.cedr_header .py-md-0,
footer.cedr_footer .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  header.cedr_header .py-md-1,
footer.cedr_footer .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  header.cedr_header .py-md-2,
footer.cedr_footer .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  header.cedr_header .py-md-3,
footer.cedr_footer .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  header.cedr_header .py-md-4,
footer.cedr_footer .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  header.cedr_header .py-md-5,
footer.cedr_footer .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  header.cedr_header .pt-md-0,
footer.cedr_footer .pt-md-0 {
    padding-top: 0 !important;
  }
  header.cedr_header .pt-md-1,
footer.cedr_footer .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  header.cedr_header .pt-md-2,
footer.cedr_footer .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  header.cedr_header .pt-md-3,
footer.cedr_footer .pt-md-3 {
    padding-top: 1rem !important;
  }
  header.cedr_header .pt-md-4,
footer.cedr_footer .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  header.cedr_header .pt-md-5,
footer.cedr_footer .pt-md-5 {
    padding-top: 3rem !important;
  }
  header.cedr_header .pe-md-0,
footer.cedr_footer .pe-md-0 {
    padding-right: 0 !important;
  }
  header.cedr_header .pe-md-1,
footer.cedr_footer .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  header.cedr_header .pe-md-2,
footer.cedr_footer .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  header.cedr_header .pe-md-3,
footer.cedr_footer .pe-md-3 {
    padding-right: 1rem !important;
  }
  header.cedr_header .pe-md-4,
footer.cedr_footer .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  header.cedr_header .pe-md-5,
footer.cedr_footer .pe-md-5 {
    padding-right: 3rem !important;
  }
  header.cedr_header .pb-md-0,
footer.cedr_footer .pb-md-0 {
    padding-bottom: 0 !important;
  }
  header.cedr_header .pb-md-1,
footer.cedr_footer .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  header.cedr_header .pb-md-2,
footer.cedr_footer .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  header.cedr_header .pb-md-3,
footer.cedr_footer .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  header.cedr_header .pb-md-4,
footer.cedr_footer .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  header.cedr_header .pb-md-5,
footer.cedr_footer .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  header.cedr_header .ps-md-0,
footer.cedr_footer .ps-md-0 {
    padding-left: 0 !important;
  }
  header.cedr_header .ps-md-1,
footer.cedr_footer .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  header.cedr_header .ps-md-2,
footer.cedr_footer .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  header.cedr_header .ps-md-3,
footer.cedr_footer .ps-md-3 {
    padding-left: 1rem !important;
  }
  header.cedr_header .ps-md-4,
footer.cedr_footer .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  header.cedr_header .ps-md-5,
footer.cedr_footer .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  header.cedr_header .d-lg-inline,
footer.cedr_footer .d-lg-inline {
    display: inline !important;
  }
  header.cedr_header .d-lg-inline-block,
footer.cedr_footer .d-lg-inline-block {
    display: inline-block !important;
  }
  header.cedr_header .d-lg-block,
footer.cedr_footer .d-lg-block {
    display: block !important;
  }
  header.cedr_header .d-lg-grid,
footer.cedr_footer .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  header.cedr_header .d-lg-table,
footer.cedr_footer .d-lg-table {
    display: table !important;
  }
  header.cedr_header .d-lg-table-row,
footer.cedr_footer .d-lg-table-row {
    display: table-row !important;
  }
  header.cedr_header .d-lg-table-cell,
footer.cedr_footer .d-lg-table-cell {
    display: table-cell !important;
  }
  header.cedr_header .d-lg-flex,
footer.cedr_footer .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header.cedr_header .d-lg-inline-flex,
footer.cedr_footer .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  header.cedr_header .d-lg-none,
footer.cedr_footer .d-lg-none {
    display: none !important;
  }
  header.cedr_header .flex-lg-fill,
footer.cedr_footer .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  header.cedr_header .flex-lg-row,
footer.cedr_footer .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  header.cedr_header .flex-lg-column,
footer.cedr_footer .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  header.cedr_header .flex-lg-row-reverse,
footer.cedr_footer .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  header.cedr_header .flex-lg-column-reverse,
footer.cedr_footer .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  header.cedr_header .flex-lg-grow-0,
footer.cedr_footer .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  header.cedr_header .flex-lg-grow-1,
footer.cedr_footer .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  header.cedr_header .flex-lg-shrink-0,
footer.cedr_footer .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  header.cedr_header .flex-lg-shrink-1,
footer.cedr_footer .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  header.cedr_header .flex-lg-wrap,
footer.cedr_footer .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  header.cedr_header .flex-lg-nowrap,
footer.cedr_footer .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  header.cedr_header .flex-lg-wrap-reverse,
footer.cedr_footer .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  header.cedr_header .justify-content-lg-start,
footer.cedr_footer .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  header.cedr_header .justify-content-lg-end,
footer.cedr_footer .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  header.cedr_header .justify-content-lg-center,
footer.cedr_footer .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  header.cedr_header .justify-content-lg-between,
footer.cedr_footer .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  header.cedr_header .justify-content-lg-around,
footer.cedr_footer .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  header.cedr_header .justify-content-lg-evenly,
footer.cedr_footer .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  header.cedr_header .align-items-lg-start,
footer.cedr_footer .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  header.cedr_header .align-items-lg-end,
footer.cedr_footer .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  header.cedr_header .align-items-lg-center,
footer.cedr_footer .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  header.cedr_header .align-items-lg-baseline,
footer.cedr_footer .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  header.cedr_header .align-items-lg-stretch,
footer.cedr_footer .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  header.cedr_header .align-content-lg-start,
footer.cedr_footer .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  header.cedr_header .align-content-lg-end,
footer.cedr_footer .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  header.cedr_header .align-content-lg-center,
footer.cedr_footer .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  header.cedr_header .align-content-lg-between,
footer.cedr_footer .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  header.cedr_header .align-content-lg-around,
footer.cedr_footer .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  header.cedr_header .align-content-lg-stretch,
footer.cedr_footer .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  header.cedr_header .align-self-lg-auto,
footer.cedr_footer .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  header.cedr_header .align-self-lg-start,
footer.cedr_footer .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  header.cedr_header .align-self-lg-end,
footer.cedr_footer .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  header.cedr_header .align-self-lg-center,
footer.cedr_footer .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  header.cedr_header .align-self-lg-baseline,
footer.cedr_footer .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  header.cedr_header .align-self-lg-stretch,
footer.cedr_footer .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  header.cedr_header .order-lg-first,
footer.cedr_footer .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  header.cedr_header .order-lg-0,
footer.cedr_footer .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  header.cedr_header .order-lg-1,
footer.cedr_footer .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  header.cedr_header .order-lg-2,
footer.cedr_footer .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  header.cedr_header .order-lg-3,
footer.cedr_footer .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  header.cedr_header .order-lg-4,
footer.cedr_footer .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  header.cedr_header .order-lg-5,
footer.cedr_footer .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  header.cedr_header .order-lg-last,
footer.cedr_footer .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  header.cedr_header .m-lg-0,
footer.cedr_footer .m-lg-0 {
    margin: 0 !important;
  }
  header.cedr_header .m-lg-1,
footer.cedr_footer .m-lg-1 {
    margin: 0.25rem !important;
  }
  header.cedr_header .m-lg-2,
footer.cedr_footer .m-lg-2 {
    margin: 0.5rem !important;
  }
  header.cedr_header .m-lg-3,
footer.cedr_footer .m-lg-3 {
    margin: 1rem !important;
  }
  header.cedr_header .m-lg-4,
footer.cedr_footer .m-lg-4 {
    margin: 1.5rem !important;
  }
  header.cedr_header .m-lg-5,
footer.cedr_footer .m-lg-5 {
    margin: 3rem !important;
  }
  header.cedr_header .m-lg-auto,
footer.cedr_footer .m-lg-auto {
    margin: auto !important;
  }
  header.cedr_header .mx-lg-0,
footer.cedr_footer .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  header.cedr_header .mx-lg-1,
footer.cedr_footer .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  header.cedr_header .mx-lg-2,
footer.cedr_footer .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  header.cedr_header .mx-lg-3,
footer.cedr_footer .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  header.cedr_header .mx-lg-4,
footer.cedr_footer .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  header.cedr_header .mx-lg-5,
footer.cedr_footer .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  header.cedr_header .mx-lg-auto,
footer.cedr_footer .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  header.cedr_header .my-lg-0,
footer.cedr_footer .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  header.cedr_header .my-lg-1,
footer.cedr_footer .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  header.cedr_header .my-lg-2,
footer.cedr_footer .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  header.cedr_header .my-lg-3,
footer.cedr_footer .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  header.cedr_header .my-lg-4,
footer.cedr_footer .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  header.cedr_header .my-lg-5,
footer.cedr_footer .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  header.cedr_header .my-lg-auto,
footer.cedr_footer .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  header.cedr_header .mt-lg-0,
footer.cedr_footer .mt-lg-0 {
    margin-top: 0 !important;
  }
  header.cedr_header .mt-lg-1,
footer.cedr_footer .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  header.cedr_header .mt-lg-2,
footer.cedr_footer .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  header.cedr_header .mt-lg-3,
footer.cedr_footer .mt-lg-3 {
    margin-top: 1rem !important;
  }
  header.cedr_header .mt-lg-4,
footer.cedr_footer .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  header.cedr_header .mt-lg-5,
footer.cedr_footer .mt-lg-5 {
    margin-top: 3rem !important;
  }
  header.cedr_header .mt-lg-auto,
footer.cedr_footer .mt-lg-auto {
    margin-top: auto !important;
  }
  header.cedr_header .me-lg-0,
footer.cedr_footer .me-lg-0 {
    margin-right: 0 !important;
  }
  header.cedr_header .me-lg-1,
footer.cedr_footer .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  header.cedr_header .me-lg-2,
footer.cedr_footer .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  header.cedr_header .me-lg-3,
footer.cedr_footer .me-lg-3 {
    margin-right: 1rem !important;
  }
  header.cedr_header .me-lg-4,
footer.cedr_footer .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  header.cedr_header .me-lg-5,
footer.cedr_footer .me-lg-5 {
    margin-right: 3rem !important;
  }
  header.cedr_header .me-lg-auto,
footer.cedr_footer .me-lg-auto {
    margin-right: auto !important;
  }
  header.cedr_header .mb-lg-0,
footer.cedr_footer .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  header.cedr_header .mb-lg-1,
footer.cedr_footer .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  header.cedr_header .mb-lg-2,
footer.cedr_footer .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  header.cedr_header .mb-lg-3,
footer.cedr_footer .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  header.cedr_header .mb-lg-4,
footer.cedr_footer .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  header.cedr_header .mb-lg-5,
footer.cedr_footer .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  header.cedr_header .mb-lg-auto,
footer.cedr_footer .mb-lg-auto {
    margin-bottom: auto !important;
  }
  header.cedr_header .ms-lg-0,
footer.cedr_footer .ms-lg-0 {
    margin-left: 0 !important;
  }
  header.cedr_header .ms-lg-1,
footer.cedr_footer .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  header.cedr_header .ms-lg-2,
footer.cedr_footer .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  header.cedr_header .ms-lg-3,
footer.cedr_footer .ms-lg-3 {
    margin-left: 1rem !important;
  }
  header.cedr_header .ms-lg-4,
footer.cedr_footer .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  header.cedr_header .ms-lg-5,
footer.cedr_footer .ms-lg-5 {
    margin-left: 3rem !important;
  }
  header.cedr_header .ms-lg-auto,
footer.cedr_footer .ms-lg-auto {
    margin-left: auto !important;
  }
  header.cedr_header .p-lg-0,
footer.cedr_footer .p-lg-0 {
    padding: 0 !important;
  }
  header.cedr_header .p-lg-1,
footer.cedr_footer .p-lg-1 {
    padding: 0.25rem !important;
  }
  header.cedr_header .p-lg-2,
footer.cedr_footer .p-lg-2 {
    padding: 0.5rem !important;
  }
  header.cedr_header .p-lg-3,
footer.cedr_footer .p-lg-3 {
    padding: 1rem !important;
  }
  header.cedr_header .p-lg-4,
footer.cedr_footer .p-lg-4 {
    padding: 1.5rem !important;
  }
  header.cedr_header .p-lg-5,
footer.cedr_footer .p-lg-5 {
    padding: 3rem !important;
  }
  header.cedr_header .px-lg-0,
footer.cedr_footer .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  header.cedr_header .px-lg-1,
footer.cedr_footer .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  header.cedr_header .px-lg-2,
footer.cedr_footer .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  header.cedr_header .px-lg-3,
footer.cedr_footer .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  header.cedr_header .px-lg-4,
footer.cedr_footer .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  header.cedr_header .px-lg-5,
footer.cedr_footer .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  header.cedr_header .py-lg-0,
footer.cedr_footer .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  header.cedr_header .py-lg-1,
footer.cedr_footer .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  header.cedr_header .py-lg-2,
footer.cedr_footer .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  header.cedr_header .py-lg-3,
footer.cedr_footer .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  header.cedr_header .py-lg-4,
footer.cedr_footer .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  header.cedr_header .py-lg-5,
footer.cedr_footer .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  header.cedr_header .pt-lg-0,
footer.cedr_footer .pt-lg-0 {
    padding-top: 0 !important;
  }
  header.cedr_header .pt-lg-1,
footer.cedr_footer .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  header.cedr_header .pt-lg-2,
footer.cedr_footer .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  header.cedr_header .pt-lg-3,
footer.cedr_footer .pt-lg-3 {
    padding-top: 1rem !important;
  }
  header.cedr_header .pt-lg-4,
footer.cedr_footer .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  header.cedr_header .pt-lg-5,
footer.cedr_footer .pt-lg-5 {
    padding-top: 3rem !important;
  }
  header.cedr_header .pe-lg-0,
footer.cedr_footer .pe-lg-0 {
    padding-right: 0 !important;
  }
  header.cedr_header .pe-lg-1,
footer.cedr_footer .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  header.cedr_header .pe-lg-2,
footer.cedr_footer .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  header.cedr_header .pe-lg-3,
footer.cedr_footer .pe-lg-3 {
    padding-right: 1rem !important;
  }
  header.cedr_header .pe-lg-4,
footer.cedr_footer .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  header.cedr_header .pe-lg-5,
footer.cedr_footer .pe-lg-5 {
    padding-right: 3rem !important;
  }
  header.cedr_header .pb-lg-0,
footer.cedr_footer .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  header.cedr_header .pb-lg-1,
footer.cedr_footer .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  header.cedr_header .pb-lg-2,
footer.cedr_footer .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  header.cedr_header .pb-lg-3,
footer.cedr_footer .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  header.cedr_header .pb-lg-4,
footer.cedr_footer .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  header.cedr_header .pb-lg-5,
footer.cedr_footer .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  header.cedr_header .ps-lg-0,
footer.cedr_footer .ps-lg-0 {
    padding-left: 0 !important;
  }
  header.cedr_header .ps-lg-1,
footer.cedr_footer .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  header.cedr_header .ps-lg-2,
footer.cedr_footer .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  header.cedr_header .ps-lg-3,
footer.cedr_footer .ps-lg-3 {
    padding-left: 1rem !important;
  }
  header.cedr_header .ps-lg-4,
footer.cedr_footer .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  header.cedr_header .ps-lg-5,
footer.cedr_footer .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  header.cedr_header .d-xl-inline,
footer.cedr_footer .d-xl-inline {
    display: inline !important;
  }
  header.cedr_header .d-xl-inline-block,
footer.cedr_footer .d-xl-inline-block {
    display: inline-block !important;
  }
  header.cedr_header .d-xl-block,
footer.cedr_footer .d-xl-block {
    display: block !important;
  }
  header.cedr_header .d-xl-grid,
footer.cedr_footer .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  header.cedr_header .d-xl-table,
footer.cedr_footer .d-xl-table {
    display: table !important;
  }
  header.cedr_header .d-xl-table-row,
footer.cedr_footer .d-xl-table-row {
    display: table-row !important;
  }
  header.cedr_header .d-xl-table-cell,
footer.cedr_footer .d-xl-table-cell {
    display: table-cell !important;
  }
  header.cedr_header .d-xl-flex,
footer.cedr_footer .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header.cedr_header .d-xl-inline-flex,
footer.cedr_footer .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  header.cedr_header .d-xl-none,
footer.cedr_footer .d-xl-none {
    display: none !important;
  }
  header.cedr_header .flex-xl-fill,
footer.cedr_footer .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  header.cedr_header .flex-xl-row,
footer.cedr_footer .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  header.cedr_header .flex-xl-column,
footer.cedr_footer .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  header.cedr_header .flex-xl-row-reverse,
footer.cedr_footer .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  header.cedr_header .flex-xl-column-reverse,
footer.cedr_footer .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  header.cedr_header .flex-xl-grow-0,
footer.cedr_footer .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  header.cedr_header .flex-xl-grow-1,
footer.cedr_footer .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  header.cedr_header .flex-xl-shrink-0,
footer.cedr_footer .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  header.cedr_header .flex-xl-shrink-1,
footer.cedr_footer .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  header.cedr_header .flex-xl-wrap,
footer.cedr_footer .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  header.cedr_header .flex-xl-nowrap,
footer.cedr_footer .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  header.cedr_header .flex-xl-wrap-reverse,
footer.cedr_footer .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  header.cedr_header .justify-content-xl-start,
footer.cedr_footer .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  header.cedr_header .justify-content-xl-end,
footer.cedr_footer .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  header.cedr_header .justify-content-xl-center,
footer.cedr_footer .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  header.cedr_header .justify-content-xl-between,
footer.cedr_footer .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  header.cedr_header .justify-content-xl-around,
footer.cedr_footer .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  header.cedr_header .justify-content-xl-evenly,
footer.cedr_footer .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  header.cedr_header .align-items-xl-start,
footer.cedr_footer .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  header.cedr_header .align-items-xl-end,
footer.cedr_footer .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  header.cedr_header .align-items-xl-center,
footer.cedr_footer .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  header.cedr_header .align-items-xl-baseline,
footer.cedr_footer .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  header.cedr_header .align-items-xl-stretch,
footer.cedr_footer .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  header.cedr_header .align-content-xl-start,
footer.cedr_footer .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  header.cedr_header .align-content-xl-end,
footer.cedr_footer .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  header.cedr_header .align-content-xl-center,
footer.cedr_footer .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  header.cedr_header .align-content-xl-between,
footer.cedr_footer .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  header.cedr_header .align-content-xl-around,
footer.cedr_footer .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  header.cedr_header .align-content-xl-stretch,
footer.cedr_footer .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  header.cedr_header .align-self-xl-auto,
footer.cedr_footer .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  header.cedr_header .align-self-xl-start,
footer.cedr_footer .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  header.cedr_header .align-self-xl-end,
footer.cedr_footer .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  header.cedr_header .align-self-xl-center,
footer.cedr_footer .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  header.cedr_header .align-self-xl-baseline,
footer.cedr_footer .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  header.cedr_header .align-self-xl-stretch,
footer.cedr_footer .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  header.cedr_header .order-xl-first,
footer.cedr_footer .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  header.cedr_header .order-xl-0,
footer.cedr_footer .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  header.cedr_header .order-xl-1,
footer.cedr_footer .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  header.cedr_header .order-xl-2,
footer.cedr_footer .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  header.cedr_header .order-xl-3,
footer.cedr_footer .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  header.cedr_header .order-xl-4,
footer.cedr_footer .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  header.cedr_header .order-xl-5,
footer.cedr_footer .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  header.cedr_header .order-xl-last,
footer.cedr_footer .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  header.cedr_header .m-xl-0,
footer.cedr_footer .m-xl-0 {
    margin: 0 !important;
  }
  header.cedr_header .m-xl-1,
footer.cedr_footer .m-xl-1 {
    margin: 0.25rem !important;
  }
  header.cedr_header .m-xl-2,
footer.cedr_footer .m-xl-2 {
    margin: 0.5rem !important;
  }
  header.cedr_header .m-xl-3,
footer.cedr_footer .m-xl-3 {
    margin: 1rem !important;
  }
  header.cedr_header .m-xl-4,
footer.cedr_footer .m-xl-4 {
    margin: 1.5rem !important;
  }
  header.cedr_header .m-xl-5,
footer.cedr_footer .m-xl-5 {
    margin: 3rem !important;
  }
  header.cedr_header .m-xl-auto,
footer.cedr_footer .m-xl-auto {
    margin: auto !important;
  }
  header.cedr_header .mx-xl-0,
footer.cedr_footer .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  header.cedr_header .mx-xl-1,
footer.cedr_footer .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  header.cedr_header .mx-xl-2,
footer.cedr_footer .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  header.cedr_header .mx-xl-3,
footer.cedr_footer .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  header.cedr_header .mx-xl-4,
footer.cedr_footer .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  header.cedr_header .mx-xl-5,
footer.cedr_footer .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  header.cedr_header .mx-xl-auto,
footer.cedr_footer .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  header.cedr_header .my-xl-0,
footer.cedr_footer .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  header.cedr_header .my-xl-1,
footer.cedr_footer .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  header.cedr_header .my-xl-2,
footer.cedr_footer .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  header.cedr_header .my-xl-3,
footer.cedr_footer .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  header.cedr_header .my-xl-4,
footer.cedr_footer .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  header.cedr_header .my-xl-5,
footer.cedr_footer .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  header.cedr_header .my-xl-auto,
footer.cedr_footer .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  header.cedr_header .mt-xl-0,
footer.cedr_footer .mt-xl-0 {
    margin-top: 0 !important;
  }
  header.cedr_header .mt-xl-1,
footer.cedr_footer .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  header.cedr_header .mt-xl-2,
footer.cedr_footer .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  header.cedr_header .mt-xl-3,
footer.cedr_footer .mt-xl-3 {
    margin-top: 1rem !important;
  }
  header.cedr_header .mt-xl-4,
footer.cedr_footer .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  header.cedr_header .mt-xl-5,
footer.cedr_footer .mt-xl-5 {
    margin-top: 3rem !important;
  }
  header.cedr_header .mt-xl-auto,
footer.cedr_footer .mt-xl-auto {
    margin-top: auto !important;
  }
  header.cedr_header .me-xl-0,
footer.cedr_footer .me-xl-0 {
    margin-right: 0 !important;
  }
  header.cedr_header .me-xl-1,
footer.cedr_footer .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  header.cedr_header .me-xl-2,
footer.cedr_footer .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  header.cedr_header .me-xl-3,
footer.cedr_footer .me-xl-3 {
    margin-right: 1rem !important;
  }
  header.cedr_header .me-xl-4,
footer.cedr_footer .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  header.cedr_header .me-xl-5,
footer.cedr_footer .me-xl-5 {
    margin-right: 3rem !important;
  }
  header.cedr_header .me-xl-auto,
footer.cedr_footer .me-xl-auto {
    margin-right: auto !important;
  }
  header.cedr_header .mb-xl-0,
footer.cedr_footer .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  header.cedr_header .mb-xl-1,
footer.cedr_footer .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  header.cedr_header .mb-xl-2,
footer.cedr_footer .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  header.cedr_header .mb-xl-3,
footer.cedr_footer .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  header.cedr_header .mb-xl-4,
footer.cedr_footer .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  header.cedr_header .mb-xl-5,
footer.cedr_footer .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  header.cedr_header .mb-xl-auto,
footer.cedr_footer .mb-xl-auto {
    margin-bottom: auto !important;
  }
  header.cedr_header .ms-xl-0,
footer.cedr_footer .ms-xl-0 {
    margin-left: 0 !important;
  }
  header.cedr_header .ms-xl-1,
footer.cedr_footer .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  header.cedr_header .ms-xl-2,
footer.cedr_footer .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  header.cedr_header .ms-xl-3,
footer.cedr_footer .ms-xl-3 {
    margin-left: 1rem !important;
  }
  header.cedr_header .ms-xl-4,
footer.cedr_footer .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  header.cedr_header .ms-xl-5,
footer.cedr_footer .ms-xl-5 {
    margin-left: 3rem !important;
  }
  header.cedr_header .ms-xl-auto,
footer.cedr_footer .ms-xl-auto {
    margin-left: auto !important;
  }
  header.cedr_header .p-xl-0,
footer.cedr_footer .p-xl-0 {
    padding: 0 !important;
  }
  header.cedr_header .p-xl-1,
footer.cedr_footer .p-xl-1 {
    padding: 0.25rem !important;
  }
  header.cedr_header .p-xl-2,
footer.cedr_footer .p-xl-2 {
    padding: 0.5rem !important;
  }
  header.cedr_header .p-xl-3,
footer.cedr_footer .p-xl-3 {
    padding: 1rem !important;
  }
  header.cedr_header .p-xl-4,
footer.cedr_footer .p-xl-4 {
    padding: 1.5rem !important;
  }
  header.cedr_header .p-xl-5,
footer.cedr_footer .p-xl-5 {
    padding: 3rem !important;
  }
  header.cedr_header .px-xl-0,
footer.cedr_footer .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  header.cedr_header .px-xl-1,
footer.cedr_footer .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  header.cedr_header .px-xl-2,
footer.cedr_footer .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  header.cedr_header .px-xl-3,
footer.cedr_footer .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  header.cedr_header .px-xl-4,
footer.cedr_footer .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  header.cedr_header .px-xl-5,
footer.cedr_footer .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  header.cedr_header .py-xl-0,
footer.cedr_footer .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  header.cedr_header .py-xl-1,
footer.cedr_footer .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  header.cedr_header .py-xl-2,
footer.cedr_footer .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  header.cedr_header .py-xl-3,
footer.cedr_footer .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  header.cedr_header .py-xl-4,
footer.cedr_footer .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  header.cedr_header .py-xl-5,
footer.cedr_footer .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  header.cedr_header .pt-xl-0,
footer.cedr_footer .pt-xl-0 {
    padding-top: 0 !important;
  }
  header.cedr_header .pt-xl-1,
footer.cedr_footer .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  header.cedr_header .pt-xl-2,
footer.cedr_footer .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  header.cedr_header .pt-xl-3,
footer.cedr_footer .pt-xl-3 {
    padding-top: 1rem !important;
  }
  header.cedr_header .pt-xl-4,
footer.cedr_footer .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  header.cedr_header .pt-xl-5,
footer.cedr_footer .pt-xl-5 {
    padding-top: 3rem !important;
  }
  header.cedr_header .pe-xl-0,
footer.cedr_footer .pe-xl-0 {
    padding-right: 0 !important;
  }
  header.cedr_header .pe-xl-1,
footer.cedr_footer .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  header.cedr_header .pe-xl-2,
footer.cedr_footer .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  header.cedr_header .pe-xl-3,
footer.cedr_footer .pe-xl-3 {
    padding-right: 1rem !important;
  }
  header.cedr_header .pe-xl-4,
footer.cedr_footer .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  header.cedr_header .pe-xl-5,
footer.cedr_footer .pe-xl-5 {
    padding-right: 3rem !important;
  }
  header.cedr_header .pb-xl-0,
footer.cedr_footer .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  header.cedr_header .pb-xl-1,
footer.cedr_footer .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  header.cedr_header .pb-xl-2,
footer.cedr_footer .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  header.cedr_header .pb-xl-3,
footer.cedr_footer .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  header.cedr_header .pb-xl-4,
footer.cedr_footer .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  header.cedr_header .pb-xl-5,
footer.cedr_footer .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  header.cedr_header .ps-xl-0,
footer.cedr_footer .ps-xl-0 {
    padding-left: 0 !important;
  }
  header.cedr_header .ps-xl-1,
footer.cedr_footer .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  header.cedr_header .ps-xl-2,
footer.cedr_footer .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  header.cedr_header .ps-xl-3,
footer.cedr_footer .ps-xl-3 {
    padding-left: 1rem !important;
  }
  header.cedr_header .ps-xl-4,
footer.cedr_footer .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  header.cedr_header .ps-xl-5,
footer.cedr_footer .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  header.cedr_header .d-xxl-inline,
footer.cedr_footer .d-xxl-inline {
    display: inline !important;
  }
  header.cedr_header .d-xxl-inline-block,
footer.cedr_footer .d-xxl-inline-block {
    display: inline-block !important;
  }
  header.cedr_header .d-xxl-block,
footer.cedr_footer .d-xxl-block {
    display: block !important;
  }
  header.cedr_header .d-xxl-grid,
footer.cedr_footer .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  header.cedr_header .d-xxl-table,
footer.cedr_footer .d-xxl-table {
    display: table !important;
  }
  header.cedr_header .d-xxl-table-row,
footer.cedr_footer .d-xxl-table-row {
    display: table-row !important;
  }
  header.cedr_header .d-xxl-table-cell,
footer.cedr_footer .d-xxl-table-cell {
    display: table-cell !important;
  }
  header.cedr_header .d-xxl-flex,
footer.cedr_footer .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header.cedr_header .d-xxl-inline-flex,
footer.cedr_footer .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  header.cedr_header .d-xxl-none,
footer.cedr_footer .d-xxl-none {
    display: none !important;
  }
  header.cedr_header .flex-xxl-fill,
footer.cedr_footer .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  header.cedr_header .flex-xxl-row,
footer.cedr_footer .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  header.cedr_header .flex-xxl-column,
footer.cedr_footer .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  header.cedr_header .flex-xxl-row-reverse,
footer.cedr_footer .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  header.cedr_header .flex-xxl-column-reverse,
footer.cedr_footer .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  header.cedr_header .flex-xxl-grow-0,
footer.cedr_footer .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  header.cedr_header .flex-xxl-grow-1,
footer.cedr_footer .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  header.cedr_header .flex-xxl-shrink-0,
footer.cedr_footer .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  header.cedr_header .flex-xxl-shrink-1,
footer.cedr_footer .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  header.cedr_header .flex-xxl-wrap,
footer.cedr_footer .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  header.cedr_header .flex-xxl-nowrap,
footer.cedr_footer .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  header.cedr_header .flex-xxl-wrap-reverse,
footer.cedr_footer .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  header.cedr_header .justify-content-xxl-start,
footer.cedr_footer .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  header.cedr_header .justify-content-xxl-end,
footer.cedr_footer .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  header.cedr_header .justify-content-xxl-center,
footer.cedr_footer .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  header.cedr_header .justify-content-xxl-between,
footer.cedr_footer .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  header.cedr_header .justify-content-xxl-around,
footer.cedr_footer .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  header.cedr_header .justify-content-xxl-evenly,
footer.cedr_footer .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  header.cedr_header .align-items-xxl-start,
footer.cedr_footer .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  header.cedr_header .align-items-xxl-end,
footer.cedr_footer .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  header.cedr_header .align-items-xxl-center,
footer.cedr_footer .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  header.cedr_header .align-items-xxl-baseline,
footer.cedr_footer .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  header.cedr_header .align-items-xxl-stretch,
footer.cedr_footer .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  header.cedr_header .align-content-xxl-start,
footer.cedr_footer .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  header.cedr_header .align-content-xxl-end,
footer.cedr_footer .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  header.cedr_header .align-content-xxl-center,
footer.cedr_footer .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  header.cedr_header .align-content-xxl-between,
footer.cedr_footer .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  header.cedr_header .align-content-xxl-around,
footer.cedr_footer .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  header.cedr_header .align-content-xxl-stretch,
footer.cedr_footer .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  header.cedr_header .align-self-xxl-auto,
footer.cedr_footer .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  header.cedr_header .align-self-xxl-start,
footer.cedr_footer .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  header.cedr_header .align-self-xxl-end,
footer.cedr_footer .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  header.cedr_header .align-self-xxl-center,
footer.cedr_footer .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  header.cedr_header .align-self-xxl-baseline,
footer.cedr_footer .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  header.cedr_header .align-self-xxl-stretch,
footer.cedr_footer .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  header.cedr_header .order-xxl-first,
footer.cedr_footer .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  header.cedr_header .order-xxl-0,
footer.cedr_footer .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  header.cedr_header .order-xxl-1,
footer.cedr_footer .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  header.cedr_header .order-xxl-2,
footer.cedr_footer .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  header.cedr_header .order-xxl-3,
footer.cedr_footer .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  header.cedr_header .order-xxl-4,
footer.cedr_footer .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  header.cedr_header .order-xxl-5,
footer.cedr_footer .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  header.cedr_header .order-xxl-last,
footer.cedr_footer .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  header.cedr_header .m-xxl-0,
footer.cedr_footer .m-xxl-0 {
    margin: 0 !important;
  }
  header.cedr_header .m-xxl-1,
footer.cedr_footer .m-xxl-1 {
    margin: 0.25rem !important;
  }
  header.cedr_header .m-xxl-2,
footer.cedr_footer .m-xxl-2 {
    margin: 0.5rem !important;
  }
  header.cedr_header .m-xxl-3,
footer.cedr_footer .m-xxl-3 {
    margin: 1rem !important;
  }
  header.cedr_header .m-xxl-4,
footer.cedr_footer .m-xxl-4 {
    margin: 1.5rem !important;
  }
  header.cedr_header .m-xxl-5,
footer.cedr_footer .m-xxl-5 {
    margin: 3rem !important;
  }
  header.cedr_header .m-xxl-auto,
footer.cedr_footer .m-xxl-auto {
    margin: auto !important;
  }
  header.cedr_header .mx-xxl-0,
footer.cedr_footer .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  header.cedr_header .mx-xxl-1,
footer.cedr_footer .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  header.cedr_header .mx-xxl-2,
footer.cedr_footer .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  header.cedr_header .mx-xxl-3,
footer.cedr_footer .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  header.cedr_header .mx-xxl-4,
footer.cedr_footer .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  header.cedr_header .mx-xxl-5,
footer.cedr_footer .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  header.cedr_header .mx-xxl-auto,
footer.cedr_footer .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  header.cedr_header .my-xxl-0,
footer.cedr_footer .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  header.cedr_header .my-xxl-1,
footer.cedr_footer .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  header.cedr_header .my-xxl-2,
footer.cedr_footer .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  header.cedr_header .my-xxl-3,
footer.cedr_footer .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  header.cedr_header .my-xxl-4,
footer.cedr_footer .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  header.cedr_header .my-xxl-5,
footer.cedr_footer .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  header.cedr_header .my-xxl-auto,
footer.cedr_footer .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  header.cedr_header .mt-xxl-0,
footer.cedr_footer .mt-xxl-0 {
    margin-top: 0 !important;
  }
  header.cedr_header .mt-xxl-1,
footer.cedr_footer .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  header.cedr_header .mt-xxl-2,
footer.cedr_footer .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  header.cedr_header .mt-xxl-3,
footer.cedr_footer .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  header.cedr_header .mt-xxl-4,
footer.cedr_footer .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  header.cedr_header .mt-xxl-5,
footer.cedr_footer .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  header.cedr_header .mt-xxl-auto,
footer.cedr_footer .mt-xxl-auto {
    margin-top: auto !important;
  }
  header.cedr_header .me-xxl-0,
footer.cedr_footer .me-xxl-0 {
    margin-right: 0 !important;
  }
  header.cedr_header .me-xxl-1,
footer.cedr_footer .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  header.cedr_header .me-xxl-2,
footer.cedr_footer .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  header.cedr_header .me-xxl-3,
footer.cedr_footer .me-xxl-3 {
    margin-right: 1rem !important;
  }
  header.cedr_header .me-xxl-4,
footer.cedr_footer .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  header.cedr_header .me-xxl-5,
footer.cedr_footer .me-xxl-5 {
    margin-right: 3rem !important;
  }
  header.cedr_header .me-xxl-auto,
footer.cedr_footer .me-xxl-auto {
    margin-right: auto !important;
  }
  header.cedr_header .mb-xxl-0,
footer.cedr_footer .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  header.cedr_header .mb-xxl-1,
footer.cedr_footer .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  header.cedr_header .mb-xxl-2,
footer.cedr_footer .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  header.cedr_header .mb-xxl-3,
footer.cedr_footer .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  header.cedr_header .mb-xxl-4,
footer.cedr_footer .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  header.cedr_header .mb-xxl-5,
footer.cedr_footer .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  header.cedr_header .mb-xxl-auto,
footer.cedr_footer .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  header.cedr_header .ms-xxl-0,
footer.cedr_footer .ms-xxl-0 {
    margin-left: 0 !important;
  }
  header.cedr_header .ms-xxl-1,
footer.cedr_footer .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  header.cedr_header .ms-xxl-2,
footer.cedr_footer .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  header.cedr_header .ms-xxl-3,
footer.cedr_footer .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  header.cedr_header .ms-xxl-4,
footer.cedr_footer .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  header.cedr_header .ms-xxl-5,
footer.cedr_footer .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  header.cedr_header .ms-xxl-auto,
footer.cedr_footer .ms-xxl-auto {
    margin-left: auto !important;
  }
  header.cedr_header .p-xxl-0,
footer.cedr_footer .p-xxl-0 {
    padding: 0 !important;
  }
  header.cedr_header .p-xxl-1,
footer.cedr_footer .p-xxl-1 {
    padding: 0.25rem !important;
  }
  header.cedr_header .p-xxl-2,
footer.cedr_footer .p-xxl-2 {
    padding: 0.5rem !important;
  }
  header.cedr_header .p-xxl-3,
footer.cedr_footer .p-xxl-3 {
    padding: 1rem !important;
  }
  header.cedr_header .p-xxl-4,
footer.cedr_footer .p-xxl-4 {
    padding: 1.5rem !important;
  }
  header.cedr_header .p-xxl-5,
footer.cedr_footer .p-xxl-5 {
    padding: 3rem !important;
  }
  header.cedr_header .px-xxl-0,
footer.cedr_footer .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  header.cedr_header .px-xxl-1,
footer.cedr_footer .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  header.cedr_header .px-xxl-2,
footer.cedr_footer .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  header.cedr_header .px-xxl-3,
footer.cedr_footer .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  header.cedr_header .px-xxl-4,
footer.cedr_footer .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  header.cedr_header .px-xxl-5,
footer.cedr_footer .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  header.cedr_header .py-xxl-0,
footer.cedr_footer .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  header.cedr_header .py-xxl-1,
footer.cedr_footer .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  header.cedr_header .py-xxl-2,
footer.cedr_footer .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  header.cedr_header .py-xxl-3,
footer.cedr_footer .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  header.cedr_header .py-xxl-4,
footer.cedr_footer .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  header.cedr_header .py-xxl-5,
footer.cedr_footer .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  header.cedr_header .pt-xxl-0,
footer.cedr_footer .pt-xxl-0 {
    padding-top: 0 !important;
  }
  header.cedr_header .pt-xxl-1,
footer.cedr_footer .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  header.cedr_header .pt-xxl-2,
footer.cedr_footer .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  header.cedr_header .pt-xxl-3,
footer.cedr_footer .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  header.cedr_header .pt-xxl-4,
footer.cedr_footer .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  header.cedr_header .pt-xxl-5,
footer.cedr_footer .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  header.cedr_header .pe-xxl-0,
footer.cedr_footer .pe-xxl-0 {
    padding-right: 0 !important;
  }
  header.cedr_header .pe-xxl-1,
footer.cedr_footer .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  header.cedr_header .pe-xxl-2,
footer.cedr_footer .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  header.cedr_header .pe-xxl-3,
footer.cedr_footer .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  header.cedr_header .pe-xxl-4,
footer.cedr_footer .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  header.cedr_header .pe-xxl-5,
footer.cedr_footer .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  header.cedr_header .pb-xxl-0,
footer.cedr_footer .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  header.cedr_header .pb-xxl-1,
footer.cedr_footer .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  header.cedr_header .pb-xxl-2,
footer.cedr_footer .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  header.cedr_header .pb-xxl-3,
footer.cedr_footer .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  header.cedr_header .pb-xxl-4,
footer.cedr_footer .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  header.cedr_header .pb-xxl-5,
footer.cedr_footer .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  header.cedr_header .ps-xxl-0,
footer.cedr_footer .ps-xxl-0 {
    padding-left: 0 !important;
  }
  header.cedr_header .ps-xxl-1,
footer.cedr_footer .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  header.cedr_header .ps-xxl-2,
footer.cedr_footer .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  header.cedr_header .ps-xxl-3,
footer.cedr_footer .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  header.cedr_header .ps-xxl-4,
footer.cedr_footer .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  header.cedr_header .ps-xxl-5,
footer.cedr_footer .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  header.cedr_header .d-print-inline,
footer.cedr_footer .d-print-inline {
    display: inline !important;
  }
  header.cedr_header .d-print-inline-block,
footer.cedr_footer .d-print-inline-block {
    display: inline-block !important;
  }
  header.cedr_header .d-print-block,
footer.cedr_footer .d-print-block {
    display: block !important;
  }
  header.cedr_header .d-print-grid,
footer.cedr_footer .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  header.cedr_header .d-print-table,
footer.cedr_footer .d-print-table {
    display: table !important;
  }
  header.cedr_header .d-print-table-row,
footer.cedr_footer .d-print-table-row {
    display: table-row !important;
  }
  header.cedr_header .d-print-table-cell,
footer.cedr_footer .d-print-table-cell {
    display: table-cell !important;
  }
  header.cedr_header .d-print-flex,
footer.cedr_footer .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header.cedr_header .d-print-inline-flex,
footer.cedr_footer .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  header.cedr_header .d-print-none,
footer.cedr_footer .d-print-none {
    display: none !important;
  }
}

:root {
  --white: #FFF;
  --black: #000;
  --navyblue: #082960;
  --darkblue: #1A4FA6;
  --brightblue: #41B6E6;
  --red: #BF0641;
  --darkgrey: #A4A3A3;
  --mediumgrey: #D0D0D0;
  --faintgrey: #F1F1F1;
  --gap: 8px;
}

header.cedr_header + #main-content-wrapper {
  --heightheader: 60px;
  top: var(--heightheader);
  position: relative;
}

header.cedr_header p,
footer.cedr_footer p {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
header.cedr_header .container,
footer.cedr_footer .container {
  min-height: unset;
}

.margin120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.margintop120 {
  margin-top: 120px;
}

.marginbottom120 {
  margin-bottom: 120px;
}

.margin100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.margintop100 {
  margin-top: 100px;
}

.marginbottom100 {
  margin-bottom: 100px;
}

.margin80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.margintop80 {
  margin-top: 80px;
}

.marginbottom80 {
  margin-bottom: 80px;
}

.margin40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.margintop40 {
  margin-top: 40px;
}

.marginbottom40 {
  margin-bottom: 40px;
}

.margin30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margintop30 {
  margin-top: 30px;
}

.marginbottom30 {
  margin-bottom: 30px;
}

.margin20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margintop20 {
  margin-top: 20px;
}

.marginbottom20 {
  margin-bottom: 20px;
}

.padding120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.paddingtop120 {
  padding-top: 120px;
}

.paddingbottom120 {
  padding-bottom: 120px;
}

.padding100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paddingtop100 {
  padding-top: 100px;
}

.paddingbottom100 {
  padding-bottom: 100px;
}

.padding80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.paddingtop80 {
  padding-top: 80px;
}

.paddingbottom80 {
  padding-bottom: 80px;
}

.padding40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.paddingtop40 {
  padding-top: 40px;
}

.paddingbottom40 {
  padding-bottom: 40px;
}

.padding30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.paddingtop30 {
  padding-top: 30px;
}

.paddingbottom30 {
  padding-bottom: 30px;
}

.paddingall20 {
  padding: 20px;
}

.padding20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.paddingtop20 {
  padding-top: 20px;
}

.paddingbottom20 {
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .text-center-tablet_small {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .padding120,
.padding100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .paddingtop120,
.paddingtop100 {
    padding-top: 60px;
  }
  .paddingbottom120,
.paddingbottom100 {
    padding-bottom: 60px;
  }
  .margin80 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .margintop80 {
    margin-top: 40px;
  }
  .marginbottom80 {
    margin-bottom: 40px;
  }
  .padding80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .paddingtop80 {
    padding-top: 40px;
  }
  .paddingbottom80 {
    padding-bottom: 40px;
  }
  .text-center-mob {
    text-align: center;
  }
}
.vh100 {
  height: 100%;
}

.rel {
  position: relative;
}

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

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

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

.overflow_hidden {
  overflow: hidden;
}

header.cedr_header .gap24 > * + *,
footer.cedr_footer .gap24 > * + * {
  margin-top: calc(var(--gap) * 2);
}
@media (min-width: 768px) {
  header.cedr_header .gap24 > * + *,
footer.cedr_footer .gap24 > * + * {
    margin-top: calc(var(--gap) * 3);
  }
}
header.cedr_header .gap48 > * + *,
footer.cedr_footer .gap48 > * + * {
  margin-top: calc(var(--gap) * 5);
}
@media (max-width: 991px) {
  header.cedr_header .gap48 > * + *,
footer.cedr_footer .gap48 > * + * {
    margin-top: calc(var(--gap) * 5);
  }
}

@media (min-width: 768px) {
  main.cedr_main {
    --heightheader: 70px;
  }
  header.cedr_header + #main-content-wrapper {
    --heightheader: 70px;
  }
}
@media (min-width: 1200px) {
  main.cedr_main {
    --heightheader: 130px;
  }
  header.cedr_header + #main-content-wrapper {
    --heightheader: 130px;
  }
}
.is--white {
  color: var(--white);
}

.is-bg-navyblue {
  background-color: var(--navyblue);
}

body.mobile_menu {
  overflow: hidden;
}

body.logged-in.admin-bar {
  margin-top: -46px;
}
@media (min-width: 783px) {
  body.logged-in.admin-bar {
    margin-top: -32px;
  }
}

.btn_basic {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  margin: 0;
  color: var(--darkblue);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}
.btn_basic svg {
  display: inline-block;
  fill: currentColor;
  width: 6px;
  height: 10px;
  margin-left: 8px;
  -webkit-transition: transform 400ms ease;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
.btn_basic.is--white {
  color: var(--white);
}
.btn_basic.icon--front svg {
  width: 24px;
  height: 24px;
  margin: 0 0 0 6px;
}
.btn_basic:hover {
  color: var(--darkblue);
  text-decoration: none;
}
.btn_basic:hover svg {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.btn_basic:hover.is--white {
  color: var(--white);
}
.btn_basic:hover.icon--front svg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.btn_solid {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  margin: 0;
  font-weight: 600;
  padding: 12px 24px;
  background: var(--darkblue);
  border-radius: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--white);
  font-size: 15px;
  line-height: 1.3;
  border: none;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: background 400ms ease;
  transition: background 400ms ease;
}
.btn_solid.w100 {
  width: 100%;
  text-align: center;
}
.btn_solid.is--gradient {
  background-color: #ff286d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff286d), color-stop(50%, #bf0641));
  background-image: linear-gradient(180deg, #ff286d, #bf0641 50%);
  background-repeat: repeat-x;
  background-size: 100% 200%;
}
.btn_solid:hover {
  color: var(--white);
  background-color: var(--navyblue);
  text-decoration: none;
}
.btn_solid:hover.is--gradient {
  color: var(--white);
  background-position: 0 100%;
  background-color: #ff0253;
}

header.cedr_header {
  --heightsize: 60px;
  width: 100%;
  height: var(--heightsize);
  position: fixed;
  top: 0;
  left: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--black);
  font-size: 15px;
  z-index: 999!important;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
header.cedr_header .wrapper_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header.cedr_header .top_bar {
  background: var(--faintgrey);
}
header.cedr_header .top_bar ul.top_bar_menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 0;
  margin: 0;
}
header.cedr_header .top_bar ul.top_bar_menu li::after {
  content: "";
  width: 1px;
  height: 16px;
  background: var(--mediumgrey);
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 20px;
}
header.cedr_header .top_bar ul.top_bar_menu li:last-child {
  margin-right: 0;
}
header.cedr_header .top_bar ul.top_bar_menu li:last-child::after {
  display: none;
}
header.cedr_header .top_bar ul.top_bar_menu li a {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--black);
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
header.cedr_header .top_bar ul.top_bar_menu li a:hover {
  opacity: 0.5;
}
header.cedr_header .main_bar {
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.cedr_header .main_bar .col-12 {
  position: static;
}
header.cedr_header .main_bar .navsite_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--heightsize);
}
header.cedr_header .main_bar .navsite_main .nav_logo img {
  height: 35px;
}
header.cedr_header .main_bar .navsite_main .nav_menu {
  width: 100%;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation {
  position: static;
  background-color: unset;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation .mega-menu-toggle {
  display: none;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation {
  position: static;
  display: block;
  background-color: transparent;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item > a.mega-menu-link {
  font-size: 15px;
  font-weight: 600;
  color: var(--navyblue);
  background-color: unset;
  border: none;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item > a.mega-menu-link > span.mega-indicator::after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2LjQxNCIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNNSA2LjQxNEwuMjkzIDEuNzA3QTEgMSAwIDAgMSAuNzM0LjAyYTEgMSAwIDAgMSAuOTczLjI3M0w1IDMuNTg2IDguMjkzLjI5M0ExIDEgMCAwIDEgOS45OC43MzRhMSAxIDAgMCAxLS4yNzMuOTczeiIgZmlsbD0iIzA4Mjk2MCIvPjwvc3ZnPg==) no-repeat;
  background-position: right 0 center;
  background-size: 10px auto;
  color: transparent;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link {
  position: relative;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link::after {
  content: "";
  width: 3px;
  height: 19px;
  background-color: var(--brightblue);
  position: absolute;
  bottom: 12px;
  left: 0;
  display: block;
  opacity: 0;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link::after {
  opacity: 1;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu {
  background-color: var(--white);
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row {
  background-color: var(--mediumgrey);
  max-width: none;
  padding: 15px;
  margin-top: 15px;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row > ul.mega-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row > ul.mega-sub-menu > .mega-menu-column {
  width: 100%;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row:first-child > ul.mega-sub-menu > .mega-menu-column + .mega-menu-column {
  margin-top: 24px;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row:first-child > ul.mega-sub-menu > .mega-menu-column:first-child > ul.mega-sub-menu > * {
  padding: 0;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row:first-child > ul.mega-sub-menu > .mega-menu-column:first-child .textwidget {
  font-weight: 400;
  color: var(--black);
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row:first-child > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > * + * {
  margin-top: 15px;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column {
  font-weight: 400;
  color: var(--black);
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column h4.mega-block-title {
  font-size: 20px;
  color: var(--black);
  text-transform: initial;
  font-weight: 400;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column li.mega-menu-item {
  padding: 0;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column li.mega-menu-item > a.mega-menu-link {
  font-size: 15px;
  text-transform: initial;
  color: var(--darkblue);
  font-weight: 600;
  line-height: 1.25;
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column li.mega-menu-item > a.mega-menu-link:hover {
  color: var(--navyblue);
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column li.mega-menu-item > a.mega-menu-link .mega-menu-title {
  font-size: 15px;
  text-transform: initial;
  color: var(--darkblue);
  font-weight: 600;
  line-height: 1.25;
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column li.mega-menu-item > a.mega-menu-link .mega-menu-description {
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  margin: 6px 0 0;
  color: var(--black);
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column li.mega-menu-item > a.mega-menu-link:hover .mega-menu-title {
  color: var(--navyblue);
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_projects > ul.mega-sub-menu > .mega-menu-item {
  padding: 0;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_projects > ul.mega-sub-menu h4.mega-block-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--navyblue);
  margin-bottom: 5px;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_projects > ul.mega-sub-menu ul.featproj_listings {
  list-style: none;
  padding: 0;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_projects > ul.mega-sub-menu ul.featproj_listings > * + * {
  margin-top: 20px;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_projects > ul.mega-sub-menu ul.featproj_listings li .minicard_project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_projects > ul.mega-sub-menu ul.featproj_listings li .minicard_project figure {
  width: 140px;
  min-width: 140px;
  height: 84px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 12px;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_projects > ul.mega-sub-menu ul.featproj_listings li .minicard_project figure a {
  display: block;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_projects > ul.mega-sub-menu ul.featproj_listings li .minicard_project figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_projects > ul.mega-sub-menu ul.featproj_listings li .minicard_project .cedr_featpr_info > * + * {
  margin-top: 6px;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_projects > ul.mega-sub-menu ul.featproj_listings li .minicard_project .cedr_featpr_info h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--black);
  line-height: 1.45;
  margin: 0;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_image > ul.mega-sub-menu > * + * {
  margin-top: 14px;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_image > ul.mega-sub-menu .widget_text h4.mega-block-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--black);
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_image > ul.mega-sub-menu .textwidget {
  font-weight: 400;
  color: var(--black);
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_image > ul.mega-sub-menu .textwidget p {
  font-size: 14px;
  line-height: 1.25;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_image > ul.mega-sub-menu .textwidget a {
  display: inline-block;
  margin: 0;
  color: var(--darkblue);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  text-transform: initial;
  background: transparent;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_image > ul.mega-sub-menu .textwidget a:hover {
  color: var(--navyblue);
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_image > ul.mega-sub-menu > .mega-menu-item {
  padding: 0;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_image > ul.mega-sub-menu > .mega-menu-item.widget_media_image {
  width: 100%;
  padding-bottom: 63%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_image > ul.mega-sub-menu > .mega-menu-item.widget_media_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_blue > ul.mega-sub-menu > .mega-menu-item.widget_text {
  background-color: var(--navyblue);
  border-radius: 6px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_blue > ul.mega-sub-menu > .mega-menu-item.widget_text .mega-block-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_blue > ul.mega-sub-menu > .mega-menu-item.widget_text .textwidget {
  font-weight: 400;
  color: var(--white);
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_blue > ul.mega-sub-menu > .mega-menu-item.widget_text .textwidget p {
  font-size: 14px;
  line-height: 1.25;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_blue > ul.mega-sub-menu > .mega-menu-item.widget_text .textwidget p:last-child {
  margin-bottom: 0;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_blue > ul.mega-sub-menu > .mega-menu-item.widget_text .textwidget strong {
  font-size: 15px;
  font-weight: 600;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_blue > ul.mega-sub-menu > .mega-menu-item.widget_text .textwidget a {
  display: inline-block;
  margin: 0;
  color: var(--brightblue);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  text-transform: initial;
  background: transparent;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column.card_blue > ul.mega-sub-menu > .mega-menu-item.widget_text .textwidget a:hover {
  color: var(--darkblue);
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row > ul.mega-sub-menu {
  gap: 12px;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row > ul.mega-sub-menu > .mega-menu-column {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row > ul.mega-sub-menu > .mega-menu-column:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row > ul.mega-sub-menu > .mega-menu-column:first-child .mega-menu-link::after {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDEwIj4NCiAgICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgZmlsbD0ibm9uZSI+PC9yZWN0Pg0KICAgIDxwYXRoIGQ9Ik02LDVMMS42LDkuNzFjLS4zMywuMzctLjksLjM5LTEuMjYsLjA2LS4wMi0uMDItLjA0LS4wNC0uMDYtLjA2LS4zNy0uNC0uMzctMS4wMSwwLTEuNDFsMy4wOC0zLjI5TC4yNywxLjcxQy0uMDksMS4zMS0uMDksLjcsLjI3LC4yOSwuNi0uMDcsMS4xNy0uMSwxLjU0LC4yM2MuMDIsLjAyLC4wNCwuMDQsLjA2LC4wNkw2LDVaIiBmaWxsPSIjMUE0RkE2Ij48L3BhdGg+DQo8L3N2Zz4=) no-repeat;
  background-position: right 0 center;
  background-size: 6px auto;
  display: inline-block;
  width: 6px;
  height: 10px;
  position: relative;
  margin-left: 8px;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row > ul.mega-sub-menu > .mega-menu-column:last-child:not(:first-child) .mega-menu-item a.mega-menu-link {
  padding-left: 32px;
  position: relative;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row > ul.mega-sub-menu > .mega-menu-column:last-child:not(:first-child) .mega-menu-item a.mega-menu-link::before {
  content: "";
  background: no-repeat center/contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -1px;
  left: 0;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row > ul.mega-sub-menu > .mega-menu-column:last-child:not(:first-child) .mega-menu-item.faqs_icon a.mega-menu-link::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0IDI0KSByb3RhdGUoMTgwKSIgZmlsbD0iIzFhNGZhNiIgb3BhY2l0eT0iMCIvPjxwYXRoIGQ9Ik0xMiwyQTEwLDEwLDAsMSwwLDIyLDEyLDEwLDEwLDAsMCwwLDEyLDJabTAsMThhOCw4LDAsMSwxLDgtOEE4LDgsMCwwLDEsMTIsMjBaIiBmaWxsPSIjMWE0ZmE2Ii8+PHBhdGggZD0iTTEyLDZBMy41LDMuNSwwLDAsMCw4LjUsOS41YTEsMSwwLDEsMCwyLDBBMS41LDEuNSwwLDEsMSwxMiwxMWExLDEsMCwwLDAtMSwxdjJhMSwxLDAsMCwwLDIsMFYxMi44NEEzLjQ5LDMuNDksMCwwLDAsMTIsNloiIGZpbGw9IiMxYTRmYTYiLz48Y2lyY2xlIGN4PSIxIiBjeT0iMSIgcj0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEgMTYpIiBmaWxsPSIjMWE0ZmE2Ii8+PC9zdmc+);
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row > ul.mega-sub-menu > .mega-menu-column:last-child:not(:first-child) .mega-menu-item.phone_icon a.mega-menu-link::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiMxYTRmYTYiIG9wYWNpdHk9IjAiLz48cGF0aCBkPSJNMTcuNCwyMkExNS40MiwxNS40MiwwLDAsMSwyLDYuNiw0LjYsNC42LDAsMCwxLDYuNiwyYTMuOTQsMy45NCwwLDAsMSwuNzcuMDcsMy43OSwzLjc5LDAsMCwxLC43Mi4xOEExLDEsMCwwLDEsOC43NCwzbDEuMzcsNmExLDEsMCwwLDEtLjI2LjkyYy0uMTMuMTQtLjE0LjE1LTEuMzcuNzlhOS45MSw5LjkxLDAsMCwwLDQuODcsNC44OWMuNjUtMS4yNC42Ni0xLjI1LjgtMS4zOGExLDEsMCwwLDEsLjkyLS4yNmw2LDEuMzdhMSwxLDAsMCwxLC43Mi42NSw0LjM0LDQuMzQsMCwwLDEsLjE5LjczLDQuNzcsNC43NywwLDAsMSwuMDYuNzZBNC42LDQuNiwwLDAsMSwxNy40LDIyWk02LjYsNEEyLjYxLDIuNjEsMCwwLDAsNCw2LjYsMTMuNDEsMTMuNDEsMCwwLDAsMTcuNCwyMCwyLjYxLDIuNjEsMCwwLDAsMjAsMTcuNHYtLjMzTDE1LjM2LDE2bC0uMjkuNTVjLS40NS44Ny0uNzgsMS41LTEuNjIsMS4xNkExMS44NSwxMS44NSwwLDAsMSw2LjI3LDEwLjVjLS4zNi0uNzguMzItMS4xNCwxLjE4LTEuNTlMOCw4LjY0LDYuOTMsNFoiIGZpbGw9IiMxYTRmYTYiLz48L3N2Zz4=);
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row > ul.mega-sub-menu > .mega-menu-column:last-child:not(:first-child) .mega-menu-item.mail_icon a.mega-menu-link::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiMxYTRmYTYiIG9wYWNpdHk9IjAiLz48cGF0aCBkPSJNMTksNEg1QTMsMywwLDAsMCwyLDdWMTdhMywzLDAsMCwwLDMsM0gxOWEzLDMsMCwwLDAsMy0zVjdhMywzLDAsMCwwLTMtM1ptLS42NywyTDEyLDEwLjc1LDUuNjcsNlpNMTksMThINWExLDEsMCwwLDEtMS0xVjcuMjVsNy40LDUuNTVhMSwxLDAsMCwwLDEuMiwwTDIwLDcuMjVWMTdBMSwxLDAsMCwxLDE5LDE4WiIgZmlsbD0iIzFhNGZhNiIvPjwvc3ZnPg==);
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row > ul.mega-sub-menu > .mega-menu-column:last-child:not(:first-child) .mega-menu-item.pen_icon a.mega-menu-link::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiMxYTRmYTYiIG9wYWNpdHk9IjAiLz48cGF0aCBkPSJNMTksMjBINWExLDEsMCwwLDAsMCwySDE5YTEsMSwwLDAsMCwwLTJaIiBmaWxsPSIjMWE0ZmE2Ii8+PHBhdGggZD0iTTUsMThoLjA5bDQuMTctLjM4YTIsMiwwLDAsMCwxLjIxLS41N2w5LTlhMS45MiwxLjkyLDAsMCwwLS4wNy0yLjcxTDE2LjY2LDIuNkEyLDIsMCwwLDAsMTQsMi41M2wtOSw5YTIsMiwwLDAsMC0uNTcsMS4yMUw0LDE2LjkxQTEsMSwwLDAsMCw1LDE4Wk0xNS4yNyw0LDE4LDYuNzMsMTYsOC42OCwxMy4zMiw2Wm0tOC45LDguOTFMMTIsNy4zMmwyLjcsMi43LTUuNiw1LjYtMywuMjhaIiBmaWxsPSIjMWE0ZmE2Ii8+PC9zdmc+);
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row > ul.mega-sub-menu > .mega-menu-column:last-child:not(:first-child) .mega-menu-item.nav_icon a.mega-menu-link::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiMxYTRmYTYiIG9wYWNpdHk9IjAiLz48cGF0aCBkPSJNMTMuNjcsMjJoLS4wNmExLDEsMCwwLDEtLjkyLS44TDExLDEzLDIuOCwxMS4zMWExLDEsMCwwLDEtLjEyLTEuOTNsMTYtNS4zM0ExLDEsMCwwLDEsMjAsNS4zMmwtNS4zMywxNkExLDEsMCwwLDEsMTMuNjcsMjJaTTYuODcsMTAuMWw1LjE5LDEuMDZhMSwxLDAsMCwxLC43OS43OGwxLjA1LDUuMTlMMTcuNDIsNi41OFoiIGZpbGw9IiMxYTRmYTYiLz48L3N2Zz4=);
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row > ul.mega-sub-menu > .mega-menu-column li.mega-menu-item {
  padding: 0;
  width: auto;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row > ul.mega-sub-menu > .mega-menu-column > ul.mega-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row > ul.mega-sub-menu > .mega-menu-column > ul.mega-sub-menu .mega-menu-link {
  display: inline-block;
  margin: 0;
  color: var(--darkblue);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  text-transform: initial;
  background: transparent;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row > ul.mega-sub-menu > .mega-menu-column > ul.mega-sub-menu .mega-menu-link:hover {
  color: var(--darkblue);
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu {
  display: inline-block;
  width: 100%;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu > a.mega-menu-link {
  display: none;
  margin: 0;
  font-weight: 600;
  padding: 11px 30px;
  background: var(--darkblue);
  border-radius: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--white);
  font-size: 15px;
  line-height: 1.3;
  border: none;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: background 400ms ease;
  transition: background 400ms ease;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu > a.mega-menu-link > span.mega-indicator:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2LjQxNCIgdmlld0JveD0iMCAwIDEwIDYuNDE0Ij48cGF0aCBkPSJNMzI0LDIxMi40MTRsLTQuNzA3LTQuNzA3YTEsMSwwLDEsMSwxLjQxNC0xLjQxNEwzMjQsMjA5LjU4NmwzLjI5My0zLjI5M2ExLDEsMCwxLDEsMS40MTQsMS40MTRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzE5IC0yMDYpIiBmaWxsPSIjRkZGIi8+PC9zdmc+);
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu > a.mega-menu-link::after {
  display: none;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu > a.mega-menu-link:hover {
  background-color: var(--navyblue);
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu > a.mega-menu-link:hover.is--gradient {
  color: var(--white);
  background-position: 0 100%;
  background-color: #ff0253;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu > .mega-sub-menu > .mega-menu-row {
  border-top: 1px solid var(--mediumgrey);
  padding-top: 10px;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu > .mega-sub-menu ul.mega-sub-menu > li.mega-menu-item:first-child {
  display: none;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu > .mega-sub-menu ul.mega-sub-menu > li.mega-menu-item .textwidget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  row-gap: 18px;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu > .mega-sub-menu ul.mega-sub-menu > li.mega-menu-item .textwidget a {
  width: calc(50% - 7px);
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu .btn_basic {
  padding-left: 32px;
  position: relative;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu .btn_basic::before {
  content: "";
  background: no-repeat center/contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -1px;
  left: 0;
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu .btn_basic.join_icon::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiMxYTRmYTYiIG9wYWNpdHk9IjAiLz48cGF0aCBkPSJNMjEsNkgyMFY1YTEsMSwwLDAsMC0yLDBWNkgxN2ExLDEsMCwwLDAsMCwyaDFWOWExLDEsMCwwLDAsMiwwVjhoMWExLDEsMCwwLDAsMC0yWiIgZmlsbD0iIzFhNGZhNiIvPjxwYXRoIGQ9Ik0xMCwxMUE0LDQsMCwxLDAsNiw3LDQsNCwwLDAsMCwxMCwxMVptMC02QTIsMiwwLDEsMSw4LDcsMiwyLDAsMCwxLDEwLDVaIiBmaWxsPSIjMWE0ZmE2Ii8+PHBhdGggZD0iTTEwLDEzYTcsNywwLDAsMC03LDcsMSwxLDAsMCwwLDIsMCw1LDUsMCwwLDEsMTAsMCwxLDEsMCwwLDAsMiwwQTcsNywwLDAsMCwxMCwxM1oiIGZpbGw9IiMxYTRmYTYiLz48L3N2Zz4=);
}
header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu .btn_basic.login_icon::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMjQpIHJvdGF0ZSgtOTApIiBmaWxsPSIjMWE0ZmE2IiBvcGFjaXR5PSIwIi8+PHBhdGggZD0iTTE5LDRIMTdhMSwxLDAsMCwwLDAsMmgxVjE4SDE3YTEsMSwwLDAsMCwwLDJoMmExLDEsMCwwLDAsMS0xVjVBMSwxLDAsMCwwLDE5LDRaIiBmaWxsPSIjMWE0ZmE2Ii8+PHBhdGggZD0iTTExLjgsNy40YTEsMSwwLDEsMC0xLjYsMS4yTDEyLDExSDRhMSwxLDAsMCwwLDAsMmg4LjA5bC0xLjcyLDIuNDRBMSwxLDAsMCwwLDEyLDE2LjZsMi44Mi00YTEsMSwwLDAsMCwwLTEuMThaIiBmaWxsPSIjMWE0ZmE2Ii8+PC9zdmc+);
}
header.cedr_header .main_bar .burger_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  background: unset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: auto;
  position: relative;
  outline: none;
  border: none;
  -webkit-transition: transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
header.cedr_header .main_bar .burger_icon span {
  width: 18px;
  height: 3px;
  background-color: var(--navyblue);
  border-radius: 10px;
  -webkit-transition: transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
header.cedr_header .main_bar .burger_icon span + span {
  margin-top: 4px;
}
header.cedr_header .main_bar .burger_icon.is--active {
  -webkit-transform: translate3d(-2px, 4px, 0) rotate(45deg);
          transform: translate3d(-2px, 4px, 0) rotate(45deg);
}
header.cedr_header .main_bar .burger_icon.is--active span + span {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-90deg);
          transform: translate3d(0, -7px, 0) rotate(-90deg);
}

@media (max-width: 767px) {
  header.cedr_header .top_bar ul.top_bar_menu li {
    width: calc(50% - 10px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header.cedr_header .main_bar .navsite_main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header.cedr_header .main_bar .burger_icon {
    position: absolute;
    right: 2px;
  }
}
@media (min-width: 768px) {
  header.cedr_header {
    --heightsize: 70px;
  }
  header.cedr_header .main_bar .navsite_main .nav_logo img {
    height: 46px;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu {
    width: 50vw;
    top: var(--heightsize);
  }
}
@media (max-width: 1199px) {
  header.cedr_header .wrapper_header > .top_bar {
    display: none;
  }
  header.cedr_header .top_bar {
    padding: 30px 0;
    text-align: center;
    margin-top: calc(var(--gap) * 3);
  }
  header.cedr_header .top_bar ul.top_bar_menu {
    margin-top: calc(var(--gap) * 3);
  }
  header.cedr_header .top_bar ul.top_bar_menu li::after {
    display: none;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu {
    position: fixed;
    top: var(--heightsize);
    left: 0;
    bottom: 0;
    background: var(--white);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu::before {
    content: "";
    width: 200%;
    height: 100%;
    background-color: var(--black);
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 400ms linear;
    transition: opacity 400ms linear;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-position-x: 0;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu > .mega-sub-menu {
    display: block;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row:first-child > ul.mega-sub-menu > .mega-menu-column:nth-child(3):not(:last-child) {
    margin-top: 15px;
  }
  header.cedr_header.mobile--open .main_bar .navsite_main .nav_menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header.cedr_header.mobile--open .main_bar .navsite_main .nav_menu::before {
    opacity: 0.3;
    pointer-events: auto;
  }
}
@media (min-width: 1200px) {
  header.cedr_header {
    height: 130px;
  }
  header.cedr_header .top_bar {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.cedr_header .top_bar ul.top_bar_menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header.cedr_header .main_bar {
    height: 90px;
  }
  header.cedr_header .main_bar .burger_icon {
    display: none;
  }
  header.cedr_header .main_bar .navsite_main {
    height: auto;
  }
  header.cedr_header .main_bar .navsite_main .nav_logo img {
    width: 90px;
    height: auto;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu {
    width: auto;
    margin-left: auto;
    top: auto;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu .top_bar {
    display: none;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link::after {
    width: calc(100% - 20px);
    height: 3px;
    bottom: -25px;
    left: 10px;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu {
    margin-top: 25px;
    border-top: 1px solid var(--faintgrey);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transform: none;
            transform: none;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row {
    max-width: 1320px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 33px 15px 48px 15px;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row:first-child > ul.mega-sub-menu > .mega-menu-column + .mega-menu-column {
    margin-top: 0;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row:first-child > ul.mega-sub-menu > .mega-menu-column:first-child {
    max-width: 280px;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column h4.mega-block-title {
    font-size: 24px;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column li.mega-menu-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row > ul.mega-sub-menu > .mega-menu-column:last-child {
    float: right;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row {
    max-width: none;
    padding: 0;
    height: 60px;
    margin-top: 0;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row > ul.mega-sub-menu {
    max-width: 1320px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    gap: 0;
    padding: 0 15px;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row > ul.mega-sub-menu > .mega-menu-column {
    width: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row > ul.mega-sub-menu > .mega-menu-column:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row > ul.mega-sub-menu > .mega-menu-column li.mega-menu-item {
    padding: 0;
    width: auto;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > .mega-sub-menu .mega-menu-row.jbc-mega--bottom-row > ul.mega-sub-menu > .mega-menu-column > ul.mega-sub-menu {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu {
    width: auto;
    position: relative;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu > a.mega-menu-link {
    display: block;
    font-size: 14px;
    z-index: 1000;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu > .mega-sub-menu {
    margin-top: 0;
    top: -12px;
    left: -12px;
    right: -12px;
    width: auto;
    border: 1px solid var(--mediumgrey);
    border-radius: 0;
    padding: 81px 12px 24px;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu > .mega-sub-menu > .mega-menu-row {
    border: none;
    padding: 0;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu > .mega-sub-menu ul.mega-sub-menu > li.mega-menu-item:first-child {
    display: block;
    border-bottom: 1px solid var(--mediumgrey);
    padding-bottom: 16px;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu > .mega-sub-menu ul.mega-sub-menu > li.mega-menu-item .textwidget a {
    width: 100%;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu.mega-toggle-on > .mega-sub-menu {
    display: block;
  }
}
@media (min-width: 1400px) {
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > * + * {
    margin-left: 10px;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link {
    font-size: 16px;
  }
  header.cedr_header .main_bar .navsite_main .nav_menu #mega-menu-wrap-landing_navigation #mega-menu-landing_navigation > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children.cedr_dropdown_menu > a.mega-menu-link {
    font-size: 15px;
  }
}
footer.cedr_footer {
  font-family: "Montserrat", sans-serif;
  color: var(--black);
  font-size: 15px;
  text-align: center;
}
footer.cedr_footer p {
  color: #A6C7FF;
  font-size: 14px;
  line-height: 1.4;
}
footer.cedr_footer .logo_footer {
  width: 100px;
  height: auto;
  margin: 0 auto;
  display: block;
}
footer.cedr_footer .menu_footer ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  text-align: left;
}
footer.cedr_footer .menu_footer ul li {
  width: calc(50% - 10px);
}
footer.cedr_footer .menu_footer ul li a {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.12;
  color: var(--white);
  text-decoration: none;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
footer.cedr_footer .menu_footer ul li a a:active,
footer.cedr_footer .menu_footer ul li a a:hover {
  outline: 0;
  text-decoration: none;
}
footer.cedr_footer .menu_footer ul li a:hover {
  opacity: 0.5;
}
footer.cedr_footer ul.social_media_wrapper {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 0;
  padding: 0;
}
footer.cedr_footer ul.social_media_wrapper li a img {
  -webkit-transition: transform 400ms ease;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
footer.cedr_footer ul.social_media_wrapper li a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
footer.cedr_footer .ft_bottom {
  --pad-margin: 48px;
  border-top: 1px solid #395480;
  padding-top: var(--pad-margin);
  margin-top: var(--pad-margin);
  text-align: center;
}
footer.cedr_footer .ft_bottom .copy_reg {
  font-size: 12px;
  margin-top: 8px;
}
footer.cedr_footer .ft_bottom ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 24px 0 0;
  padding: 0;
}
footer.cedr_footer .ft_bottom ul li::after {
  content: "";
  width: 1px;
  height: 16px;
  background: #395480;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 20px;
}
footer.cedr_footer .ft_bottom ul li:last-child {
  margin-right: 0;
}
footer.cedr_footer .ft_bottom ul li:last-child::after {
  display: none;
}
footer.cedr_footer .ft_bottom ul li a {
  font-size: 14px;
  line-height: 1.2;
  color: var(--white);
  text-decoration: none;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
footer.cedr_footer .ft_bottom ul li a a:active,
footer.cedr_footer .ft_bottom ul li a a:hover {
  outline: 0;
  text-decoration: none;
}
footer.cedr_footer .ft_bottom ul li a:hover {
  opacity: 0.5;
}
footer.cedr_footer .btn_solid:hover {
  background-color: #0c377d;
}

@media (min-width: 768px) {
  footer.cedr_footer .menu_footer ul {
    text-align: center;
  }
  footer.cedr_footer .menu_footer ul li {
    width: calc(33.33333333% - 14px);
  }
  footer.cedr_footer .menu_footer_wrapper .gap24 > * + * {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  footer.cedr_footer .menu_footer ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer.cedr_footer .menu_footer ul li {
    width: auto;
  }
  footer.cedr_footer .ft_bottom {
    --pad-margin: 60px;
  }
}
@media (min-width: 1200px) {
  footer.cedr_footer .menu_footer_wrapper,
footer.cedr_footer .btn_ft_side {
    margin-left: auto;
    margin-top: 0;
    text-align: left;
  }
  footer.cedr_footer .menu_footer ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer.cedr_footer .menu_footer_wrapper .col_center_contact {
    text-align: center;
  }
  footer.cedr_footer ul.social_media_wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  footer.cedr_footer .ft_bottom {
    text-align: left;
  }
  footer.cedr_footer .ft_bottom ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  footer.cedr_footer .menu_footer ul li a {
    font-size: 15px;
  }
}